:root{--blue:#0b4eb4;--blue2:#0876d8;--navy:#071b3d;--sky:#eaf6ff;--text:#10213d;--muted:#63738b;--line:#dce6f2;--white:#fff;--red:#e93d4c;--green:#13a66c;--purple:#7658e8;--orange:#ff8a34;--amber:#f2aa22;--shadow:0 18px 50px rgba(25,63,110,.12)}
*{box-sizing:border-box}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--text);background:#f8fbff}a{text-decoration:none;color:inherit}img{max-width:100%;display:block}.gy-container{width:min(1180px,calc(100% - 32px));margin:auto}.gy-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.94);backdrop-filter:blur(16px);border-bottom:1px solid #eef3f8}.gy-header-inner{height:76px;display:flex;align-items:center;justify-content:space-between;gap:24px}.gy-brand{display:flex;align-items:center;gap:10px}.gy-brand-icon{width:40px;height:40px;border-radius:13px;display:grid;place-items:center;background:linear-gradient(145deg,var(--blue),#13a7e8);color:#fff}.gy-brand strong,.gy-brand small{display:block}.gy-brand strong{font-size:15px}.gy-brand small{font-size:10px;color:#7c8ca3;letter-spacing:.06em}.gy-menu{display:flex;list-style:none;gap:22px;padding:0;margin:0}.gy-menu a{font-size:13px;font-weight:600}.gy-header-actions{display:flex;gap:8px;align-items:center}.gy-btn{display:inline-flex;align-items:center;justify-content:center;padding:11px 17px;border-radius:10px;font-weight:700;font-size:13px;border:1px solid transparent;transition:.2s}.gy-btn:hover{transform:translateY(-1px)}.gy-btn-primary{background:linear-gradient(135deg,var(--blue),#075ecf);color:#fff;box-shadow:0 8px 20px rgba(11,78,180,.22)}.gy-btn-ghost,.gy-btn-line{border-color:#b9cce3;background:#fff;color:#174373}.gy-btn-white{background:#fff;color:#144679;border-color:#d8e4f1}.gy-btn-danger{background:linear-gradient(135deg,#e83d4c,#ff5c69);color:#fff}.gy-mobile-toggle{display:none;border:0;background:#eef5ff;border-radius:10px;padding:9px}.gy-mobile-nav{padding:12px 20px 20px;background:#fff}.gy-mobile-nav .gy-menu{display:grid;gap:12px}.gy-hero{background:linear-gradient(120deg,#eaf7ff 0%,#d7eeff 55%,#edf8ff 100%);overflow:hidden;border-bottom:1px solid #d5e8f5}.gy-hero-grid{min-height:510px;display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:30px}.gy-kicker{font-size:11px;font-weight:800;letter-spacing:.14em;color:#1670c5}.gy-hero h1{font-size:58px;line-height:.98;margin:14px 0 20px;letter-spacing:-.04em}.gy-hero p{font-size:19px;line-height:1.6;max-width:560px;color:#314968}.gy-actions{display:flex;gap:10px;margin-top:28px}.gy-plane-art{height:390px;position:relative}.gy-plane{position:absolute;top:70px;left:55px;font-size:170px;color:#fff;text-shadow:0 18px 35px rgba(0,79,160,.25);transform:rotate(-8deg)}.gy-cloud{position:absolute;background:#fff;border-radius:999px;filter:blur(1px);opacity:.85}.gy-cloud:before,.gy-cloud:after{content:"";position:absolute;background:#fff;border-radius:50%}.gy-cloud.c1{width:180px;height:56px;right:10px;top:100px}.gy-cloud.c2{width:220px;height:70px;left:10px;bottom:90px}.gy-city{position:absolute;bottom:-15px;left:0;right:0;font-size:72px;letter-spacing:-10px;color:#83a9c8;opacity:.55}.gy-stats-wrap{margin-top:-38px;position:relative;z-index:3}.gy-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.gy-stat{background:#fff;border:1px solid #e2eaf3;border-radius:14px;box-shadow:var(--shadow);padding:18px;display:flex;align-items:center;gap:12px}.gy-stat>span{width:42px;height:42px;border-radius:12px;background:#eff6ff;display:grid;place-items:center}.gy-stat strong,.gy-stat small{display:block}.gy-stat strong{font-size:23px}.gy-stat small{color:var(--muted);margin-top:2px}.gy-section{padding:68px 0}.gy-soft-section{background:#f1f7fd}.gy-section-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:24px}.gy-section-head h1,.gy-section-head h2{margin:6px 0 0;font-size:30px}.gy-section-head>a{font-size:13px;color:var(--blue);font-weight:800}.gy-category-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:12px}.gy-category{background:#fff;border:1px solid #e3eaf2;border-radius:16px;padding:22px 12px;text-align:center;box-shadow:0 10px 30px rgba(30,72,115,.06)}.gy-category strong,.gy-category small{display:block}.gy-category small{color:var(--muted);font-size:11px;margin-top:6px}.gy-cat-icon{width:54px;height:54px;border-radius:17px;display:grid;place-items:center;font-size:24px;margin:0 auto 12px}.gy-orange .gy-cat-icon{background:#fff0e7}.gy-red .gy-cat-icon{background:#ffecef}.gy-green .gy-cat-icon{background:#e8fff3}.gy-purple .gy-cat-icon{background:#f0ebff}.gy-amber .gy-cat-icon{background:#fff6dd}.gy-blue .gy-cat-icon{background:#e9f2ff}.gy-card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.gy-business-card{background:#fff;border:1px solid #dfe8f1;border-radius:17px;overflow:hidden;box-shadow:0 14px 35px rgba(26,62,101,.08)}.gy-card-media{height:190px;display:block;position:relative;background:#e9f3fb;overflow:hidden}.gy-card-media img{width:100%;height:100%;object-fit:cover}.gy-placeholder{height:100%;display:grid;place-items:center;font-size:76px;background:linear-gradient(135deg,#dcecff,#f9fdff)}.gy-placeholder-large{min-height:420px}.gy-discount{position:absolute;right:10px;top:10px;padding:8px 10px;border-radius:10px;background:linear-gradient(135deg,#ff584d,#e72955);color:#fff;font-size:11px;font-weight:900}.gy-card-body{padding:16px}.gy-card-body h3{margin:0 0 8px}.gy-card-body p{font-size:12px;color:var(--muted)}.gy-rating{font-size:12px;color:#f0a51c;margin:12px 0}.gy-rating span{color:var(--muted)}.gy-home-split{display:grid;grid-template-columns:1.3fr .7fr;align-items:center;gap:40px}.gy-home-split h2{font-size:34px;margin:10px 0}.gy-home-split p{color:var(--muted);line-height:1.7}.gy-emergency-card{border:1px solid #ffd8db;background:linear-gradient(145deg,#fff,#fff2f3);border-radius:20px;padding:26px;box-shadow:var(--shadow)}.gy-emergency-card strong{display:block;font-size:38px;color:var(--red);margin:12px 0}.gy-emergency-label{font-size:11px;color:var(--red);font-weight:900;letter-spacing:.1em}.gy-community-strip{padding:28px 0;background:linear-gradient(135deg,#093c91,#075ed3);color:#fff}.gy-community-strip .gy-container{display:flex;align-items:center;justify-content:space-between}.gy-community-strip h2{margin:0}.gy-community-strip p{margin:5px 0 0;opacity:.8}.gy-footer{background:#061b39;color:#d9e5f3;padding:44px 0}.gy-footer-grid{display:grid;grid-template-columns:1.2fr 1fr 1.5fr;gap:30px}.gy-footer p{font-size:12px;color:#90a4bd;line-height:1.6}.gy-brand-light small{color:#8fa7c4}.gy-page{padding:48px 0;min-height:60vh}.gy-content-card{background:#fff;border:1px solid var(--line);border-radius:22px;padding:30px}.gy-business-detail{display:grid;grid-template-columns:1fr 1fr;gap:32px;background:#fff;border:1px solid var(--line);border-radius:22px;padding:22px}.gy-detail-media{overflow:hidden;border-radius:16px}.gy-detail-media img{width:100%;height:420px;object-fit:cover}.gy-detail-copy h1{font-size:36px;margin:10px 0}.gy-discount-box{padding:16px;background:#eaf9f1;color:#087346;border-radius:14px;font-weight:900;margin:18px 0}
@media(max-width:900px){.gy-desktop-nav{display:none}.gy-mobile-toggle{display:block}.gy-header-actions .gy-btn-primary{display:none}.gy-hero-grid{grid-template-columns:1fr;min-height:auto;padding:60px 0}.gy-plane-art{height:260px}.gy-plane{font-size:120px;left:25%;top:20px}.gy-hero h1{font-size:44px}.gy-stats{grid-template-columns:repeat(2,1fr);margin-top:24px}.gy-stats-wrap{margin-top:0}.gy-category-grid{grid-template-columns:repeat(3,1fr)}.gy-card-grid{grid-template-columns:1fr 1fr}.gy-home-split{grid-template-columns:1fr}.gy-business-detail{grid-template-columns:1fr}.gy-footer-grid{grid-template-columns:1fr}}
@media(max-width:620px){.gy-container{width:min(100% - 22px,1180px)}.gy-header-inner{height:66px}.gy-brand strong{font-size:13px}.gy-brand small{display:none}.gy-header-actions .gy-btn-ghost{padding:9px}.gy-hero{border-radius:0 0 26px 26px}.gy-hero-grid{padding:36px 0 20px}.gy-plane-art{height:190px;order:-1}.gy-plane{font-size:95px;left:30%;top:30px}.gy-hero h1{font-size:39px}.gy-hero p{font-size:16px}.gy-actions{flex-wrap:wrap}.gy-stats{grid-template-columns:1fr 1fr;gap:8px}.gy-stat{padding:12px}.gy-stat strong{font-size:18px}.gy-category-grid{grid-template-columns:repeat(2,1fr)}.gy-card-grid{grid-template-columns:1fr}.gy-section{padding:45px 0}.gy-section-head h1,.gy-section-head h2{font-size:25px}.gy-community-strip .gy-container{align-items:flex-start;flex-direction:column;gap:16px}.gy-footer-grid{grid-template-columns:1fr}.gy-detail-copy h1{font-size:28px}}
.gy-shortcode-wrap,.gy-list-head,.gy-app-shell,.gy-auth-grid,.gy-auth-form,.gy-emergency-list{width:min(1180px,calc(100% - 32px));margin:44px auto}.gy-auth-grid{display:grid;grid-template-columns:.9fr 1.1fr;background:#fff;border:1px solid var(--line);border-radius:24px;overflow:hidden;box-shadow:var(--shadow)}.gy-auth-visual{min-height:520px;padding:45px;color:#fff;background:linear-gradient(155deg,#0c4db4,#138ed7);display:flex;flex-direction:column;justify-content:flex-end;position:relative;overflow:hidden}.gy-auth-plane{position:absolute;top:65px;right:35px;font-size:150px;opacity:.22}.gy-auth-form{width:auto;margin:0;padding:54px}.gy-auth-form h1{margin:8px 0 24px}.gy-auth-form label{display:block;font-size:12px;font-weight:800;color:#455a73;margin:12px 0}.gy-auth-form input:not([type=checkbox]){width:100%;padding:13px 14px;border:1px solid #ccd9e7;border-radius:11px;margin-top:6px;font:inherit}.gy-auth-form .login-submit input,.gy-auth-form button{width:100%;margin-top:12px}.gy-register{max-width:620px;margin:50px auto;background:#fff;border:1px solid var(--line);border-radius:22px;box-shadow:var(--shadow)}.gy-help{font-size:12px;color:var(--muted)}.gy-notice{padding:12px 14px;border-radius:10px;margin-bottom:15px;font-size:13px}.gy-notice.error{background:#fff1f2;color:#aa2432}.gy-notice.success{background:#ecfdf3;color:#087346}.gy-app-shell{margin-top:32px}.gy-app-hero{background:linear-gradient(135deg,#083d91,#0877d5);color:#fff;border-radius:26px;padding:28px;display:flex;justify-content:space-between;align-items:center;gap:24px;overflow:hidden;position:relative}.gy-app-hero h1{margin:5px 0}.gy-app-hero p{opacity:.8}.gy-member-card{min-width:280px;background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.25);padding:18px;border-radius:18px;position:relative}.gy-member-card span,.gy-member-card small,.gy-member-card strong{display:block}.gy-member-card strong{font-size:20px;margin:6px 0}.gy-member-card .gy-qr{position:absolute;right:16px;top:14px;font-size:44px}.gy-app-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:18px}.gy-app-tile{min-height:130px;background:#fff;border:1px solid var(--line);border-radius:18px;padding:20px;display:flex;flex-direction:column;justify-content:space-between;box-shadow:0 10px 26px rgba(26,62,101,.06)}.gy-app-tile span{font-size:32px}.gy-list-head{margin-bottom:24px}.gy-list-head h1{font-size:38px;margin:8px 0}.gy-list-head p{color:var(--muted)}.gy-emergency-list{margin-top:0;display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.gy-emergency-list .gy-emergency-card{margin:0}.gy-app-card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:22px}
@media(max-width:760px){.gy-auth-grid{grid-template-columns:1fr}.gy-auth-visual{min-height:240px}.gy-auth-form{padding:28px}.gy-app-hero{align-items:flex-start;flex-direction:column}.gy-member-card{min-width:0;width:100%}.gy-app-grid{grid-template-columns:repeat(2,1fr)}.gy-emergency-list{grid-template-columns:1fr}.gy-list-head h1{font-size:30px}}
.gy-back-link{display:inline-flex;margin-bottom:18px;color:var(--blue);font-weight:800;font-size:13px}.gy-job-detail{display:grid;grid-template-columns:minmax(0,1.7fr) minmax(280px,.8fr);gap:24px;align-items:start}.gy-job-main,.gy-job-info-card,.gy-job-price{background:#fff;border:1px solid var(--line);border-radius:22px;overflow:hidden}.gy-job-cover img{width:100%;height:380px;object-fit:cover}.gy-job-head{padding:24px 26px 18px}.gy-job-head h1{font-size:36px;line-height:1.1;margin:10px 0}.gy-job-company{font-weight:800;color:#173f69}.gy-job-meta-line{font-size:13px;color:var(--muted);margin-top:10px}.gy-job-badges{display:flex;gap:8px;flex-wrap:wrap}.gy-job-badges span{display:inline-flex;padding:7px 10px;border-radius:999px;background:#eaf3ff;color:#0b5db5;font-size:11px;font-weight:900}.gy-job-summary{margin:0 26px 10px;padding:16px 18px;border-radius:16px;background:linear-gradient(135deg,#eef7ff,#f7fbff);font-weight:700;line-height:1.65;color:#25466a}.gy-job-section{padding:22px 26px;border-top:1px solid var(--line)}.gy-job-section h2{font-size:21px;margin:0 0 12px}.gy-job-section div{line-height:1.75;color:#415a76}.gy-job-side{display:grid;gap:16px}.gy-job-price{padding:20px;background:linear-gradient(135deg,#0b4eb4,#0877db);color:#fff}.gy-job-price small,.gy-job-price strong,.gy-job-price span{display:block}.gy-job-price strong{font-size:25px;margin:6px 0}.gy-job-price span{opacity:.8;font-size:12px}.gy-job-info-card{padding:20px}.gy-job-info-card h3{margin:0 0 14px}.gy-job-fact{padding:11px 0;border-bottom:1px solid #edf2f7}.gy-job-fact span,.gy-job-fact strong{display:block}.gy-job-fact span{font-size:11px;color:var(--muted);margin-bottom:3px}.gy-job-fact strong{font-size:13px}.gy-job-actions{display:grid;gap:8px;margin-top:16px}.gy-job-info-card p{font-size:13px;line-height:1.6;color:var(--muted)}
@media(max-width:900px){.gy-job-detail{grid-template-columns:1fr}.gy-job-cover img{height:300px}.gy-job-head h1{font-size:30px}}
.gy-action-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.gy-action{background:#fff;border:1px solid #dfe9f1;border-radius:22px;padding:22px;text-decoration:none;color:#0f2740;display:flex;flex-direction:column;gap:8px;font-size:28px}.gy-action strong{font-size:17px}.gy-action span{font-size:14px;color:#64748b}.gy-action:hover{border-color:#2f80ed;transform:translateY(-2px)}.gy-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.gy-content-card{background:#fff;border:1px solid #e1e9f0;border-radius:22px;overflow:hidden}.gy-content-card>img,.gy-card-placeholder{width:100%;aspect-ratio:16/9;object-fit:cover}.gy-card-placeholder{display:grid;place-items:center;background:linear-gradient(135deg,#dbeafe,#e0f2fe);font-size:48px}.gy-content-body{padding:18px}.gy-chip{display:inline-block;padding:6px 10px;border-radius:999px;background:#eaf3ff;color:#0f5fb8;font-size:12px;font-weight:700}.gy-muted{color:#64748b}.gy-front-form{max-width:560px;margin:30px auto;background:#fff;border:1px solid #e1e9f0;border-radius:22px;padding:24px;display:grid;gap:15px}.gy-front-form label{display:grid;gap:7px;font-weight:600}.gy-front-form input{padding:12px;border:1px solid #cbd5e1;border-radius:12px}.gy-my-list{display:grid;gap:14px}@media(max-width:900px){.gy-action-grid,.gy-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:620px){.gy-action-grid,.gy-card-grid{grid-template-columns:1fr}}
/* V5 premium detail system */
.gy-detail-page{background:linear-gradient(180deg,#f6fbff 0,#fff 380px)}.gy-premium-hero{position:relative;border-radius:30px;overflow:hidden;background:#071b3d;box-shadow:0 28px 70px rgba(17,54,96,.16)}.gy-premium-cover{height:430px;position:relative}.gy-premium-cover img{width:100%;height:100%;object-fit:cover}.gy-premium-cover-shade{position:absolute;inset:0;background:linear-gradient(180deg,rgba(5,22,49,.04),rgba(5,22,49,.88))}.gy-premium-hero-content{position:absolute;left:0;right:0;bottom:0;padding:30px;display:flex;align-items:end;justify-content:space-between;gap:26px;color:#fff}.gy-premium-identity{display:flex;align-items:center;gap:18px;min-width:0}.gy-detail-logo{width:92px;height:92px;border-radius:24px;background:#fff;padding:10px;display:grid;place-items:center;box-shadow:0 14px 30px rgba(0,0,0,.16);flex:0 0 auto}.gy-detail-logo img{max-width:100%;max-height:100%;object-fit:contain}.gy-logo-fallback{font-size:40px}.gy-premium-identity h1,.gy-event-head h1,.gy-profile-head h1,.gy-job-premium-copy h1{font-size:42px;line-height:1.08;margin:9px 0 8px;letter-spacing:-.025em}.gy-premium-identity p{margin:0;color:rgba(255,255,255,.82)}.gy-hero-chips,.gy-profile-tags,.gy-help-badges{display:flex;gap:8px;flex-wrap:wrap}.gy-hero-chips span,.gy-profile-tags span,.gy-help-badges span{display:inline-flex;padding:7px 10px;border-radius:999px;background:#e9f3ff;color:#0b5db5;font-size:11px;font-weight:900}.gy-premium-hero .gy-hero-chips span{background:rgba(255,255,255,.16);color:#fff;border:1px solid rgba(255,255,255,.18)}.gy-premium-hero .gy-hero-chips .verified{background:#e9fff4;color:#087348}.gy-hero-offer{width:min(340px,38%);padding:18px 20px;border-radius:20px;background:linear-gradient(135deg,#ff7247,#f22962);box-shadow:0 16px 35px rgba(239,52,94,.28)}.gy-hero-offer small,.gy-hero-offer strong,.gy-hero-offer span{display:block}.gy-hero-offer small{font-size:10px;font-weight:900;letter-spacing:.12em;opacity:.85}.gy-hero-offer strong{font-size:28px;margin:4px 0}.gy-hero-offer span{font-size:12px;line-height:1.45}.gy-premium-layout{display:grid;grid-template-columns:minmax(0,1.65fr) minmax(300px,.75fr);gap:24px;align-items:start;margin-top:24px}.gy-premium-main{display:grid;gap:18px}.gy-premium-section,.gy-premium-intro{background:#fff;border:1px solid #dfeaf3;border-radius:24px;padding:25px;box-shadow:0 12px 35px rgba(28,67,108,.055)}.gy-premium-intro{font-size:17px;line-height:1.7;font-weight:650;background:linear-gradient(135deg,#eff8ff,#fff);border-color:#cfe5f8}.gy-premium-intro.compact{padding:16px;margin-top:18px}.gy-premium-section-title{display:flex;align-items:center;gap:12px;margin-bottom:14px}.gy-premium-section-title>span{width:42px;height:42px;border-radius:14px;background:linear-gradient(135deg,#e8f4ff,#eef3ff);display:grid;place-items:center;font-size:20px}.gy-premium-section h2{font-size:21px;margin:0}.gy-premium-section h3{font-size:14px;margin:20px 0 7px;color:#1c4c76}.gy-premium-copy{line-height:1.8;color:#425b74}.gy-offer-section{background:linear-gradient(145deg,#fff,#f1fff8);border-color:#cdeedc}.gy-prof-benefit{background:linear-gradient(145deg,#fff,#f7f2ff);border-color:#e1d6ff}.gy-big-offer,.gy-big-benefit{font-size:24px;font-weight:900;color:#078652;margin:5px 0 12px}.gy-big-benefit{color:#6c42c9}.gy-date-band{margin-top:18px;padding:12px 14px;border-radius:13px;background:#f4fbf7;color:#37634d;font-size:13px;font-weight:700}.gy-address-box{padding:16px;border-radius:15px;background:#f7fafe;border:1px solid #e2eaf2;line-height:1.7;margin-bottom:14px}.gy-premium-side{display:grid;gap:16px;position:sticky;top:96px}.gy-side-card{background:#fff;border:1px solid #dfe8f1;border-radius:22px;padding:20px;box-shadow:0 12px 30px rgba(27,63,101,.06)}.gy-side-card h3{margin:0 0 14px;font-size:17px}.gy-color-card{background:linear-gradient(155deg,#eef7ff,#fff)}.gy-color-card.purple{background:linear-gradient(155deg,#f3eeff,#fff)}.gy-color-card.orange{background:linear-gradient(155deg,#fff5e7,#fff)}.gy-color-card.green{background:linear-gradient(155deg,#ecfff5,#fff)}.gy-premium-fact{display:flex;gap:11px;padding:11px 0;border-bottom:1px solid #eaf0f5}.gy-premium-fact:last-child{border-bottom:0}.gy-premium-fact-icon{width:34px;height:34px;border-radius:11px;background:#fff;display:grid;place-items:center;box-shadow:0 5px 15px rgba(15,65,105,.07);flex:0 0 auto}.gy-premium-fact small,.gy-premium-fact strong{display:block}.gy-premium-fact small{font-size:10px;color:#718096;text-transform:uppercase;letter-spacing:.04em}.gy-premium-fact strong{font-size:13px;margin-top:2px;white-space:pre-line}.gy-contact-actions{display:grid;gap:9px}.gy-contact-btn{display:flex;align-items:center;gap:11px;padding:12px;border:1px solid #dce7ef;border-radius:14px;background:#f9fcff;font-weight:800}.gy-contact-btn>span{display:block;min-width:0}.gy-contact-btn small{display:block;margin-top:2px;color:#718096;font-size:10px;font-weight:600;overflow-wrap:anywhere}.gy-contact-btn.phone{background:#eef6ff;border-color:#d3e6fb}.gy-contact-btn.whatsapp{background:#effcf5;border-color:#d4f1e1}.gy-contact-btn.instagram{background:#fff2f8;border-color:#f4d9e9}.gy-member-box{text-align:center;background:linear-gradient(145deg,#073c8e,#0876d7);color:#fff}.gy-member-box>span{font-size:34px}.gy-member-box p{font-size:12px;opacity:.82}.gy-member-box .gy-btn{width:100%}.gy-profile-hero{display:grid;grid-template-columns:330px 1fr;gap:0;border-radius:30px;overflow:hidden;background:linear-gradient(135deg,#0a4eb1,#653fc2);color:#fff;box-shadow:0 28px 70px rgba(38,45,117,.15)}.gy-profile-photo{min-height:390px;background:#dbeeff}.gy-profile-photo img{width:100%;height:100%;object-fit:cover}.gy-profile-fallback,.gy-event-fallback{width:100%;height:100%;min-height:300px;display:grid;place-items:center;font-size:100px;background:linear-gradient(145deg,#dcecff,#f5fbff)}.gy-profile-head{padding:38px;align-self:center}.gy-profile-label,.gy-event-type{font-size:10px;font-weight:900;letter-spacing:.12em;padding:7px 10px;border-radius:999px;background:rgba(255,255,255,.15);display:inline-flex}.gy-profile-title{font-size:20px;font-weight:800;margin:7px 0 15px}.gy-profile-tags span{background:rgba(255,255,255,.15);color:#fff;border:1px solid rgba(255,255,255,.14)}.gy-profile-head>p{line-height:1.7;color:rgba(255,255,255,.85)}.gy-event-hero{display:grid;grid-template-columns:1.15fr .85fr;border-radius:30px;overflow:hidden;background:#fff;border:1px solid #dfebf4;box-shadow:0 25px 60px rgba(20,61,100,.12)}.gy-event-cover{min-height:410px}.gy-event-cover img{width:100%;height:100%;object-fit:cover}.gy-event-head{padding:34px;background:linear-gradient(145deg,#6436c8,#cf3fa8);color:#fff}.gy-event-head>p{line-height:1.65;color:rgba(255,255,255,.85)}.gy-event-highlights{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:24px}.gy-event-highlights>div{padding:12px;border-radius:15px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.12)}.gy-event-highlights span,.gy-event-highlights small,.gy-event-highlights strong{display:block}.gy-event-highlights small{font-size:9px;opacity:.7;margin:4px 0}.gy-event-highlights strong{font-size:12px}.gy-register-cta{padding:18px;border-radius:20px;background:linear-gradient(135deg,#ff8b35,#ff5d45);color:#fff;display:grid;grid-template-columns:auto 1fr;column-gap:10px}.gy-register-cta>span{grid-row:1/3;font-size:30px;align-self:center}.gy-register-cta strong,.gy-register-cta small{display:block}.gy-register-cta small{opacity:.8}.gy-inline-actions{display:flex;gap:8px;flex-wrap:wrap}.gy-help-hero{display:grid;grid-template-columns:auto 1fr auto;gap:22px;align-items:center;padding:30px;border-radius:28px;background:linear-gradient(135deg,#fff0f2,#fff);border:1px solid #ffd9df;box-shadow:0 22px 55px rgba(132,29,46,.08)}.gy-help-hero.resolved{background:linear-gradient(135deg,#effcf5,#fff);border-color:#ceeddb}.gy-help-icon{width:82px;height:82px;border-radius:24px;background:linear-gradient(135deg,#ef334e,#ff6b76);display:grid;place-items:center;font-size:40px;color:#fff}.gy-help-head h1{font-size:36px;margin:10px 0}.gy-help-head p{color:#5e7084;line-height:1.6}.gy-help-location{font-size:13px;color:#67798d}.gy-help-badges .urgency{background:#ffe8eb;color:#c4273c}.gy-help-badges .resolved-chip{background:#e8fff2;color:#08784a}.gy-blood-badge{width:145px;height:145px;border-radius:50%;background:linear-gradient(145deg,#e62c49,#ff6877);color:#fff;display:grid;place-content:center;text-align:center;box-shadow:0 15px 35px rgba(230,44,73,.25)}.gy-blood-badge small,.gy-blood-badge strong{display:block}.gy-blood-badge small{font-size:9px;letter-spacing:.1em}.gy-blood-badge strong{font-size:38px}.gy-blood-card{background:linear-gradient(145deg,#fff2f4,#fff);border-color:#f5d9dd}.gy-contact-emergency{border-color:#f2dce0}.gy-hidden-contact{padding:12px;border-radius:12px;background:#f4f6f8;color:#607083;font-size:12px}.gy-private-warning{margin-top:22px;padding:25px;border:1px solid #dce7ef;border-radius:24px;background:#fff;display:flex;gap:18px;align-items:center}.gy-private-warning>span{font-size:42px}.gy-private-warning h2{margin:0 0 7px}.gy-private-warning p{color:#65778a}.gy-job-premium-head{display:grid;grid-template-columns:.8fr 1.2fr;background:#fff;border:1px solid #dfeaf3;border-radius:30px;overflow:hidden;box-shadow:0 25px 60px rgba(26,64,103,.11)}.gy-job-premium-media{min-height:360px}.gy-job-premium-media img{width:100%;height:100%;object-fit:cover}.gy-job-premium-copy{padding:34px;align-self:center}.gy-job-premium-copy>p{color:#607188}.gy-salary-card{padding:22px;border-radius:22px;background:linear-gradient(135deg,#0b4eb4,#0877db);color:#fff;box-shadow:0 15px 35px rgba(11,78,180,.2)}.gy-salary-card small,.gy-salary-card strong,.gy-salary-card span{display:block}.gy-salary-card small{font-size:10px;font-weight:900;letter-spacing:.12em;opacity:.75}.gy-salary-card strong{font-size:27px;margin:5px 0}.gy-salary-card span{font-size:12px;opacity:.8}
@media(max-width:900px){.gy-premium-layout{grid-template-columns:1fr}.gy-premium-side{position:static}.gy-premium-hero-content{position:relative;background:#071b3d;align-items:flex-start}.gy-premium-cover{height:330px}.gy-hero-offer{width:100%}.gy-profile-hero,.gy-event-hero,.gy-job-premium-head{grid-template-columns:1fr}.gy-profile-photo,.gy-event-cover,.gy-job-premium-media{min-height:300px;height:330px}.gy-help-hero{grid-template-columns:auto 1fr}.gy-blood-badge{grid-column:1/-1;width:100%;height:auto;border-radius:18px;padding:14px;display:flex;justify-content:center;gap:10px}.gy-blood-badge strong{font-size:25px}}
@media(max-width:620px){.gy-premium-cover{height:250px}.gy-premium-hero-content{padding:20px;flex-direction:column}.gy-premium-identity{align-items:flex-start}.gy-detail-logo{width:68px;height:68px;border-radius:18px}.gy-premium-identity h1,.gy-event-head h1,.gy-profile-head h1,.gy-job-premium-copy h1{font-size:30px}.gy-premium-layout{margin-top:14px}.gy-premium-section,.gy-premium-intro,.gy-side-card{border-radius:18px;padding:18px}.gy-profile-photo,.gy-event-cover,.gy-job-premium-media{height:250px;min-height:250px}.gy-profile-head,.gy-event-head,.gy-job-premium-copy{padding:22px}.gy-event-highlights{grid-template-columns:1fr}.gy-help-hero{grid-template-columns:1fr;padding:20px}.gy-help-icon{width:58px;height:58px;border-radius:17px}.gy-help-head h1{font-size:29px}.gy-private-warning{align-items:flex-start}.gy-premium-identity{display:block}.gy-detail-logo{margin-bottom:12px}}
/* V5 rich list cards */
.gy-rich-grid{align-items:stretch}.gy-rich-card{padding:0;transition:.22s;box-shadow:0 14px 36px rgba(28,64,101,.07)}.gy-rich-card:hover{transform:translateY(-4px);box-shadow:0 22px 45px rgba(28,64,101,.12)}.gy-rich-media{display:block;aspect-ratio:16/9;overflow:hidden;background:#edf6ff}.gy-rich-media img{width:100%;height:100%;object-fit:cover;transition:.3s}.gy-rich-card:hover .gy-rich-media img{transform:scale(1.035)}.gy-rich-placeholder{display:grid;place-items:center;font-size:64px;background:linear-gradient(135deg,#dcecff,#f6fbff)}.gy-rich-card.gy-rich-orange .gy-rich-placeholder{background:linear-gradient(135deg,#fff0e1,#fff8ef)}.gy-rich-card.gy-rich-purple .gy-rich-placeholder{background:linear-gradient(135deg,#eee7ff,#f9f5ff)}.gy-rich-card.gy-rich-green .gy-rich-placeholder{background:linear-gradient(135deg,#e5fff2,#f7fffb)}.gy-rich-card.gy-rich-red .gy-rich-placeholder{background:linear-gradient(135deg,#ffe8ec,#fff7f8)}.gy-rich-card.gy-rich-pink .gy-rich-placeholder{background:linear-gradient(135deg,#ffe8f6,#fff8fc)}.gy-rich-top{display:flex;justify-content:space-between;gap:10px;align-items:center}.gy-rich-location{font-size:11px;color:#718096;text-align:right}.gy-rich-card h3{font-size:19px;margin:13px 0 8px}.gy-rich-desc{color:#62748a;line-height:1.55;font-size:13px;min-height:40px}.gy-rich-facts{display:flex;gap:6px;flex-wrap:wrap;margin:14px 0}.gy-rich-facts span{display:inline-flex;padding:7px 9px;border-radius:10px;background:#f5f9fc;border:1px solid #e4ebf2;font-size:10px;font-weight:750;color:#3f5870}.gy-rich-detail{width:100%;justify-content:space-between;margin-top:6px}
