@import "https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,400;0,9..144,600;0,9..144,700;0,9..144,800;0,9..144,900;1,9..144,400;1,9..144,700&family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;1,9..40,400&display=swap";@import "https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,700&family=DM+Sans:opsz,wght@9..40,300;9..40,400;9..40,500;9..40,600&display=swap";:root{--green:#00a550;--green-dark:#007a3d;--green-light:#e8f7ef;--accent:#16a34a;--red:#ce1126;--red-light:#fef0f2;--ink:#0d0d0d;--charcoal:#1a1f2e;--grey-800:#2d2d2d;--grey-700:#444;--grey-600:#5c5c5c;--grey-500:#767676;--grey-400:#9e9e9e;--grey-300:#c4c4c4;--grey-200:#e4e4e4;--grey-150:#efefef;--grey-100:#f6f6f4;--white:#fff;--cream:#fafaf8;--gold:#c9860a;--gold-light:#fef3dc;--font-display:"Fraunces", Georgia, serif;--font-body:"DM Sans", system-ui, sans-serif;--r-sm:6px;--r-md:12px;--r-lg:18px;--r-xl:24px;--r-full:9999px;--shadow-xs:0 1px 2px #0000000d;--shadow-sm:0 2px 8px #0000000f,0 1px 2px #0000000a;--shadow-md:0 4px 20px #00000014,0 2px 6px #0000000a;--shadow-lg:0 12px 40px #0000001a,0 4px 12px #0000000f;--shadow-xl:0 24px 60px #0000001f;--shadow-green:0 6px 24px #00a55040;--ease:cubic-bezier(.16,1,.3,1)}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-body);background:var(--cream);color:var(--ink);-webkit-font-smoothing:antialiased;line-height:1.6}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);letter-spacing:-.02em;font-weight:700;line-height:1.12}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:var(--font-body)}input,select,textarea{font-family:var(--font-body);outline:none}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-track{background:var(--grey-100)}::-webkit-scrollbar-thumb{background:var(--grey-300);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--green)}::selection{background:#00a55026}:focus-visible{outline:2px solid var(--green);outline-offset:2px}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.7)}}@keyframes shimmer{0%{background-position:-400px 0}to{background-position:400px 0}}.btn-primary{background:var(--green);color:#fff;border-radius:var(--r-sm);transition:all .18s var(--ease);white-space:nowrap;letter-spacing:.01em;border:none;align-items:center;gap:8px;padding:12px 24px;font-size:14px;font-weight:600;display:inline-flex}.btn-primary:hover{background:var(--green-dark);box-shadow:var(--shadow-green);transform:translateY(-1px)}.btn-secondary{color:var(--green);border-radius:var(--r-sm);border:1.5px solid var(--green);transition:all .18s var(--ease);white-space:nowrap;background:0 0;align-items:center;gap:8px;padding:11px 24px;font-size:14px;font-weight:600;display:inline-flex}.btn-secondary:hover{background:var(--green);color:#fff}.btn-ink{background:var(--ink);color:#fff;border-radius:var(--r-sm);transition:all .18s var(--ease);white-space:nowrap;border:none;align-items:center;gap:8px;padding:12px 24px;font-size:14px;font-weight:600;display:inline-flex}.btn-ink:hover{background:var(--grey-800);transform:translateY(-1px);box-shadow:0 8px 24px #0d0d0d4d}.btn-ghost{color:var(--grey-600);border-radius:var(--r-sm);background:0 0;border:none;align-items:center;gap:8px;padding:10px 14px;font-size:14px;font-weight:500;transition:color .15s,background .15s;display:inline-flex}.btn-ghost:hover{color:var(--ink);background:var(--grey-150)}.input{border-radius:var(--r-sm);border:1.5px solid var(--grey-200);width:100%;color:var(--ink);font-size:14px;font-family:var(--font-body);background:#fff;padding:11px 14px;transition:border-color .15s,box-shadow .15s}.input:focus{border-color:var(--green);box-shadow:0 0 0 3px #00a5501f}.input::placeholder{color:var(--grey-400)}.input-wrap{position:relative}.input-wrap .icon{color:var(--grey-400);pointer-events:none;position:absolute;top:50%;left:13px;transform:translateY(-50%)}.input-wrap .input{padding-left:40px}.skeleton{background:linear-gradient(90deg,var(--grey-150) 25%,#e9e9e6 50%,var(--grey-150) 75%);border-radius:var(--r-sm);background-size:400px 100%;animation:1.4s ease-in-out infinite shimmer}.tag{border-radius:var(--r-full);letter-spacing:.06em;text-transform:uppercase;align-items:center;gap:5px;padding:3px 10px;font-size:11px;font-weight:600;display:inline-flex}.tag-green{background:var(--green-light);color:var(--green-dark)}.tag-gold{background:var(--gold-light);color:var(--gold)}.tag-red{background:var(--red-light);color:var(--red)}@media (width<=820px){.desk{display:none!important}.mob-btn,.mob-cta-bar{display:flex!important}}:root{--ink:#0a0a0a;--green:#00a550;--green-dark:#007a3a;--green-light:#e6f9ef;--green-mid:#22d37a;--cream:#f8f7f4;--grey-50:#fafafa;--grey-100:#f3f4f6;--grey-200:#e5e7eb;--grey-300:#d1d5db;--grey-400:#9ca3af;--grey-500:#6b7280;--grey-600:#4b5563;--r-sm:10px;--r-md:14px;--r-lg:18px;--r-xl:22px;--r-full:9999px;--font-display:"Plus Jakarta Sans", sans-serif;--font-body:"DM Sans", sans-serif;--ease:cubic-bezier(.4,0,.2,1)}*,:before,:after{box-sizing:border-box}@keyframes gk-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@keyframes gk-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.35;transform:scale(.7)}}@keyframes gk-fade-up{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@keyframes gk-hero-fade-in{0%{opacity:0;transform:translateY(10px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes gk-hero-progress{0%{transform:scaleX(0)}to{transform:scaleX(1)}}.gk-fade-up{animation:.5s both gk-fade-up}.gk-d1{animation-delay:.1s}.gk-d2{animation-delay:.22s}.gk-d3{animation-delay:.34s}.gk-d4{animation-delay:.46s}.gk-live-dot{background:#22c55e;border-radius:50%;flex-shrink:0;width:7px;height:7px;animation:2s infinite gk-pulse;display:inline-block;box-shadow:0 0 6px #22c55e8c}.gk-skeleton{background:linear-gradient(90deg,#f3f4f6 25%,#eaecf0 50%,#f3f4f6 75%) 0 0/200% 100%;border-radius:6px;animation:1.6s ease-in-out infinite gk-shimmer}.gk-btn-primary{background:var(--green);color:#fff;cursor:pointer;font-family:var(--font-display);border-radius:var(--r-sm);transition:all .2s var(--ease);white-space:nowrap;border:none;align-items:center;gap:8px;font-weight:700;text-decoration:none;display:inline-flex}.gk-btn-primary:hover{background:var(--green-dark);transform:translateY(-1px);box-shadow:0 8px 24px #00a5504d}.gk-btn-ghost{color:#ffffffb3;cursor:pointer;font-family:var(--font-display);border-radius:var(--r-sm);transition:all .2s var(--ease);background:0 0;border:1.5px solid #fff3;align-items:center;gap:8px;font-weight:600;display:inline-flex}.gk-btn-ghost:hover{color:#fff;background:#ffffff12;border-color:#ffffff80}.gk-btn-teal{color:#fff;cursor:pointer;font-family:var(--font-display);border-radius:var(--r-sm);transition:opacity .2s var(--ease);background:linear-gradient(145deg,#0f766e,#0d9488);border:none;align-items:center;gap:8px;font-weight:700;display:inline-flex;box-shadow:0 4px 16px #0d94884d}.gk-btn-teal:hover{opacity:.88}.gk-hero-section{background:#0a0a0a;flex-direction:column;align-items:stretch;display:flex;position:relative;overflow:hidden}.gk-hero-glow{pointer-events:none;background:radial-gradient(circle,#00a5501a 0%,#0000 60%);border-radius:50%;width:min(60vw,640px);height:min(60vw,640px);position:absolute;top:40%;right:10%}.gk-hero-body{z-index:1;grid-template-columns:1fr 380px;align-items:center;gap:48px;width:100%;max-width:1160px;margin:0 auto;padding:80px 32px 64px;display:grid;position:relative}.gk-hero-left{min-width:0}@keyframes gk-card-enter{0%{opacity:0;transform:translateY(16px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.gk-featured-wrap{z-index:1;position:relative}.gk-featured-card{cursor:pointer;-webkit-backdrop-filter:blur(16px);background:#ffffff12;border:1.5px solid #ffffff21;border-radius:24px;transition:border-color .2s,background .2s;position:relative;overflow:hidden;box-shadow:0 24px 64px #00000080}.gk-featured-card:hover{background:#ffffff1a;border-color:#ffffff42}.gk-featured-photo{justify-content:center;align-items:center;height:240px;display:flex;position:relative;overflow:hidden}.gk-featured-img{object-fit:cover;object-position:center 15%;width:100%;height:100%}.gk-featured-avail-pill{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#4ade80;font-size:10.5px;font-weight:700;font-family:var(--font-body);letter-spacing:.03em;background:#0000008c;border:1px solid #22c55e59;border-radius:999px;align-items:center;gap:6px;padding:4px 11px;display:flex;position:absolute;top:12px;right:12px}.gk-featured-avail-pill--busy{color:#9ca3af;border-color:#6b728059}.gk-featured-info{padding:18px 20px 20px}.gk-featured-name{font-family:var(--font-display);color:#fff;letter-spacing:-.03em;margin:0 0 4px;font-size:20px;font-weight:900;line-height:1.15}.gk-featured-title{color:#ffffff7a;margin:0 0 12px;font-size:13px;line-height:1.45}.gk-featured-cat{letter-spacing:.05em;text-transform:uppercase;border-radius:7px;margin-bottom:10px;padding:3px 10px;font-size:10px;font-weight:700;display:inline-block}.gk-featured-loc{color:#ffffff61;font-size:12px;font-family:var(--font-body);align-items:center;gap:5px;margin:0 0 10px;display:flex}.gk-featured-rate{font-family:var(--font-display);color:#fff;letter-spacing:-.03em;margin:4px 0 16px;font-size:19px;font-weight:900}.gk-featured-rate-sub{color:#fff6;font-size:12px;font-weight:500;font-family:var(--font-body)}.gk-featured-btn{background:var(--green);color:#fff;width:100%;font-family:var(--font-display);cursor:pointer;border:none;border-radius:12px;justify-content:center;align-items:center;gap:7px;padding:12px;font-size:13.5px;font-weight:700;transition:background .15s;display:flex}.gk-featured-btn:hover{background:var(--green-dark)}.gk-pstrip{z-index:1;border-top:1px solid #ffffff12;padding:0 0 32px;position:relative}.gk-pstrip-header{justify-content:space-between;align-items:center;max-width:1160px;margin:0 auto;padding:16px 32px 14px;display:flex}.gk-pstrip-label{color:#ffffff47;letter-spacing:.13em;text-transform:uppercase;font-size:10px;font-weight:700;font-family:var(--font-body)}.gk-pstrip-nav{gap:8px;display:flex}.gk-pstrip-arrow{color:#fff9;cursor:pointer;background:#ffffff14;border:1px solid #ffffff1f;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;transition:all .15s;display:flex}.gk-pstrip-arrow:hover{color:#fff;background:#ffffff29;border-color:#ffffff47}.gk-pstrip-outer{scrollbar-width:none;-ms-overflow-style:none;padding:4px 32px 8px;overflow-x:scroll;-webkit-mask-image:linear-gradient(90deg,#0000 0%,#000 5% 95%,#0000 100%);mask-image:linear-gradient(90deg,#0000 0%,#000 5% 95%,#0000 100%)}.gk-pstrip-outer::-webkit-scrollbar{display:none}.gk-pstrip-track{gap:12px;width:max-content;display:flex}.gk-pcard{cursor:pointer;background:#ffffff0f;border:1.5px solid #ffffff1a;border-radius:16px;outline:none;flex-shrink:0;align-items:stretch;width:260px;transition:background .2s,border-color .2s,box-shadow .2s,transform .2s;display:flex;overflow:hidden}.gk-pcard:hover{background:#ffffff1a;border-color:#ffffff38;transform:translateY(-2px)}.gk-pcard--active{border-color:var(--green)!important;background:#00a55017!important;box-shadow:0 0 0 1px #00a5502e,0 8px 28px #00000059!important}.gk-pcard--active:hover{transform:translateY(-2px)}.gk-pcard-photo{flex-shrink:0;justify-content:center;align-items:center;width:84px;display:flex;position:relative;overflow:hidden}.gk-pcard-img{object-fit:cover;object-position:center top;width:100%;height:100%}.gk-pcard-info{flex-direction:column;flex:1;justify-content:center;gap:3px;min-width:0;padding:13px 14px;display:flex}.gk-pcard-name{font-family:var(--font-display);color:#ffffffe6;white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:13.5px;font-weight:800;line-height:1.2;overflow:hidden}.gk-pcard-role{color:#fff6;white-space:nowrap;text-overflow:ellipsis;font-size:11px;line-height:1.35;font-family:var(--font-body);margin:0;overflow:hidden}.gk-pcard-meta{flex-wrap:wrap;align-items:center;gap:6px;margin-top:4px;display:flex}.gk-pcard-cat{color:#ffffff8c;white-space:nowrap;letter-spacing:.05em;text-transform:uppercase;background:#ffffff1a;border-radius:5px;padding:2px 7px;font-size:9px;font-weight:700}.gk-pcard-avail{font-size:10px;font-weight:600;font-family:var(--font-body);align-items:center;gap:4px;display:flex}.gk-pstrip-dots{justify-content:center;gap:5px;margin-top:14px;display:flex}.gk-pstrip-dot{cursor:pointer;background:#ffffff2e;border:none;border-radius:50%;width:5px;height:5px;padding:0;transition:all .25s}.gk-pstrip-dot--active{background:var(--green);border-radius:3px;width:22px;box-shadow:0 0 8px #00a55073}.gk-hero-badge{border-radius:var(--r-full);color:#ffffff8c;letter-spacing:.02em;font-size:12px;font-weight:600;font-family:var(--font-body);background:#00a55012;border:1px solid #00a55047;align-items:center;gap:8px;margin-bottom:28px;padding:6px 16px;display:inline-flex}.gk-hero-h1{font-family:var(--font-display);color:#fff;letter-spacing:-.05em;margin-bottom:20px;font-size:clamp(36px,5.5vw,68px);font-weight:900;line-height:.97}.gk-hero-accent{background:linear-gradient(125deg,#00c060,#00a550);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-style:italic}.gk-hero-sub{color:#ffffff6b;max-width:460px;font-size:clamp(14px,1.8vw,17px);line-height:1.85;font-family:var(--font-body);margin:0 0 36px}.gk-hero-ctas{flex-wrap:wrap;justify-content:flex-start;gap:12px;margin-bottom:36px;display:flex}.gk-cta-primary{background:var(--green);color:#fff;font-family:var(--font-display);cursor:pointer;transition:all .2s var(--ease);letter-spacing:-.01em;border:none;border-radius:14px;align-items:center;gap:10px;padding:15px 30px;font-size:15px;font-weight:800;display:inline-flex;box-shadow:0 4px 20px #00a55059}.gk-cta-primary:hover{background:var(--green-dark);transform:translateY(-2px);box-shadow:0 12px 32px #00a5506b}.gk-cta-ghost{color:#fff;font-family:var(--font-display);cursor:pointer;transition:all .2s var(--ease);background:#ffffff14;border:1.5px solid #fff3;border-radius:14px;align-items:center;gap:10px;padding:15px 30px;font-size:15px;font-weight:700;display:inline-flex}.gk-cta-ghost:hover{background:#ffffff24;border-color:#ffffff59;transform:translateY(-2px)}.gk-hero-search-wrap{max-width:520px;margin:0}.gk-search-bar{background:#fff;border-radius:14px;gap:6px;margin-bottom:14px;padding:6px;display:flex;box-shadow:0 20px 60px #0000006b}.gk-search-tabs{background:var(--grey-100);border-radius:10px;flex-shrink:0;gap:2px;padding:3px;display:flex}.gk-search-tab{cursor:pointer;font-size:12.5px;font-weight:700;font-family:var(--font-display);color:var(--grey-400);background:0 0;border:none;border-radius:8px;padding:7px 11px;transition:all .15s}.gk-search-tab--active{color:#0f172a;background:#fff;box-shadow:0 1px 4px #0000001a}.gk-search-input{color:#0f172a;font-size:13px;font-family:var(--font-body);background:0 0;border:none;outline:none;flex:1;min-width:0;padding:8px 10px}.gk-search-input::placeholder{color:var(--grey-400)}.gk-search-btn{background:var(--green);color:#fff;min-height:44px;font-family:var(--font-display);cursor:pointer;border:none;border-radius:10px;flex-shrink:0;align-items:center;gap:6px;padding:12px 20px;font-size:13.5px;font-weight:700;transition:background .15s;display:inline-flex}.gk-search-btn:hover{background:var(--green-dark)}.gk-popular{flex-wrap:wrap;justify-content:flex-start;align-items:center;gap:7px;display:flex}.gk-popular-label{color:#ffffff38;text-transform:uppercase;letter-spacing:.1em;font-size:10px;font-family:var(--font-body)}.gk-pill{border-radius:var(--r-full);color:#ffffff80;cursor:pointer;transition:all .18s var(--ease);font-size:11.5px;font-family:var(--font-body);background:0 0;border:1px solid #ffffff24;padding:5px 12px}.gk-pill:hover{color:var(--green-mid);background:#00a55012;border-color:#00a55080}.gk-trust-row{border-top:1px solid #ffffff12;flex-wrap:wrap;justify-content:flex-start;gap:8px;margin-top:28px;padding-top:20px;display:flex}.gk-trust-badge{border-radius:var(--r-full);font-family:var(--font-body);background:#ffffff0a;border:1px solid #ffffff17;align-items:center;gap:7px;padding:7px 14px;transition:all .18s;display:flex}.gk-trust-badge span{color:#ffffff80;font-size:12px;font-weight:500}.gk-trust-badge:hover{background:#ffffff14;border-color:#ffffff2e}.gk-band{background:#0d0d0d;border-top:1px solid #ffffff0f;padding:16px 24px}.gk-band-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;max-width:1160px;margin:0 auto;display:flex}.gk-industry-strip{flex-wrap:wrap;justify-content:center;align-items:center;gap:6px;display:flex}.gk-industry-label{color:#fff3;text-transform:uppercase;letter-spacing:.12em;white-space:nowrap;font-size:9.5px;font-weight:700;font-family:var(--font-body)}.gk-industry-pill{color:#ffffff73;cursor:pointer;border-radius:var(--r-full);white-space:nowrap;font-size:11px;font-weight:500;font-family:var(--font-body);background:0 0;border:1px solid #ffffff1a;padding:4px 10px;transition:all .15s}.gk-industry-pill:hover{color:#ffffffd9;background:#ffffff12}.gk-section{padding:96px 24px}.gk-section--white{background:#fff}.gk-section--grey{background:#f9fafb}.gk-section--dark{background:#0a0a0a;position:relative;overflow:hidden}.gk-container{max-width:1160px;margin:0 auto}.gk-sec-header{justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:40px;display:flex}.gk-eyebrow{letter-spacing:.12em;text-transform:uppercase;color:var(--green);font-size:11px;font-weight:700;font-family:var(--font-body);margin-bottom:8px}.gk-eyebrow--dark{letter-spacing:.12em;text-transform:uppercase;color:var(--green);font-size:11px;font-weight:700;font-family:var(--font-body);text-align:center;margin-bottom:8px}.gk-section-title{font-family:var(--font-display);letter-spacing:-.04em;color:#0f172a;max-width:600px;margin:0;font-size:clamp(24px,3.5vw,36px);font-weight:900;line-height:1.05}.gk-section-title--white{color:#fff}.gk-section-sub{color:var(--grey-500);max-width:520px;margin-top:8px;font-size:15px;line-height:1.7}.gk-sec-link{color:var(--green);white-space:nowrap;border:1.5px solid var(--green-light);background:var(--green-light);border-radius:10px;flex-shrink:0;align-items:center;gap:5px;padding:8px 14px;font-size:13px;font-weight:600;text-decoration:none;transition:all .15s;display:inline-flex}.gk-sec-link:hover{background:var(--green);color:#fff;border-color:var(--green)}.gk-g2{grid-template-columns:1fr 1fr;gap:24px;display:grid}.gk-g3{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.gk-g4{grid-template-columns:repeat(4,1fr);gap:14px;display:grid}.gk-ga{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:20px;display:grid}.gk-ad-card{cursor:pointer;transition:all .22s var(--ease);background:#fff;border:1.5px solid #e5e7eb;border-radius:16px;flex-direction:column;display:flex;overflow:hidden}.gk-cat-card{cursor:pointer;text-align:left;width:100%;font-family:var(--font-body);transition:all .22s var(--ease);background:#fff;border:1.5px solid #e5e7eb;border-radius:18px;outline:none;flex-direction:column;padding:22px 20px;display:flex;position:relative}.gk-cat-card:focus-visible{box-shadow:0 0 0 3px #00a55066}.gk-cat-label{color:#0f172a;font-size:14px;font-weight:800;font-family:var(--font-display);margin-bottom:5px;line-height:1.2;display:block}.gk-cat-sub{color:var(--grey-400);font-size:12px;line-height:1.55;display:block}.gk-cat-cta{align-items:center;gap:4px;margin-top:16px;font-size:11px;font-weight:700;display:flex}.gk-steps-grid{grid-template-columns:1fr 48px 1fr 48px 1fr;align-items:start;gap:0;display:grid}.gk-step-card{text-align:center;transition:all .22s var(--ease);background:#fff;border:1.5px solid #e5e7eb;border-radius:22px;outline:none;padding:32px 26px;position:relative}.gk-step-icon{background:linear-gradient(145deg,var(--green),var(--green-mid));border-radius:50%;justify-content:center;align-items:center;width:68px;height:68px;margin:0 auto 20px;display:flex;box-shadow:0 10px 28px #00a55047}.gk-step-num{background:var(--green);color:#fff;width:26px;height:26px;font-family:var(--font-display);text-align:center;z-index:1;border:3px solid #f9fafb;border-radius:50%;margin:-8px auto 16px;font-size:12px;font-weight:900;line-height:26px;display:inline-block;position:relative}.gk-step-title{font-family:var(--font-display);letter-spacing:-.02em;color:#0f172a;margin-bottom:10px;font-size:18px;font-weight:800}.gk-step-desc{color:var(--grey-500);font-size:13.5px;line-height:1.8}.gk-step-arrow{justify-content:center;align-items:center;padding-top:36px;display:flex}.gk-step-line{background:linear-gradient(90deg,#d1d5db,#9ca3af);width:32px;height:2px;position:relative}.gk-step-arrowhead{border-top:5px solid #0000;border-bottom:5px solid #0000;border-left:8px solid #9ca3af;width:0;height:0;position:absolute;top:-4px;right:-1px}.gk-split-card{border-radius:24px;padding:36px 32px;position:relative;overflow:hidden}.gk-split-card--green{background:#00a5500f;border:1.5px solid #00a5502e}.gk-split-card--teal{background:#0d94880f;border:1.5px solid #0d948833}.gk-split-icon{border-radius:16px;justify-content:center;align-items:center;width:54px;height:54px;margin-bottom:18px;display:flex}.gk-split-label{letter-spacing:.12em;text-transform:uppercase;font-size:10px;font-weight:800;font-family:var(--font-body);margin-bottom:8px}.gk-split-title{font-family:var(--font-display);color:#fff;letter-spacing:-.03em;margin-bottom:12px;font-size:22px;font-weight:900;line-height:1.1}.gk-split-body{color:#fff6;margin-bottom:24px;font-size:14px;line-height:1.85}.gk-split-list{flex-direction:column;gap:10px;margin:0 0 28px;padding:0;list-style:none;display:flex}.gk-split-list li{color:#ffffffa6;align-items:flex-start;gap:10px;font-size:13.5px;line-height:1.6;display:flex}.gk-split-check{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;margin-top:2px;font-size:9px;display:flex}.gk-split-check--green{color:#4ade80;background:#00a55038;border:1px solid #00a55059}.gk-split-check--teal{color:#2dd4bf;background:#0d948838;border:1px solid #0d948859}.gk-why-card{transition:all .22s var(--ease);background:#fff;border:1.5px solid #e5e7eb;border-radius:18px;padding:26px}.gk-why-icon{background:var(--green-light);border:1.5px solid #00a55026;border-radius:14px;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:18px;display:flex}.gk-why-title{font-family:var(--font-display);letter-spacing:-.02em;color:#0f172a;margin-bottom:8px;font-size:15.5px;font-weight:800}.gk-why-desc{color:var(--grey-500);font-size:13.5px;line-height:1.8}.gk-seo-tag{border-radius:var(--r-full);border:1px solid var(--grey-200);color:var(--grey-500);cursor:pointer;font-size:12px;font-family:var(--font-body);background:#fff;padding:5px 12px;transition:all .15s}.gk-seo-tag:hover{background:var(--green-light);border-color:var(--green);color:var(--green-dark)}.gk-cta-section{text-align:center;background:linear-gradient(145deg,#004d25 0%,#00a550 55%,#22d37a 100%);padding:100px 24px;position:relative;overflow:hidden}.gk-cta-bg-grid{pointer-events:none;background-image:linear-gradient(#ffffff09 1px,#0000 1px),linear-gradient(90deg,#ffffff09 1px,#0000 1px);background-size:48px 48px;position:absolute;inset:0}.gk-cta-icon-wrap{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff24;border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;margin:0 auto 20px;display:flex}.gk-cta-title{font-family:var(--font-display);color:#fff;letter-spacing:-.05em;margin-bottom:16px;font-size:clamp(32px,6vw,58px);font-weight:900;line-height:1}.gk-cta-sub{color:#ffffffad;max-width:440px;font-size:17px;line-height:1.85;font-family:var(--font-body);margin-bottom:40px;margin-left:auto;margin-right:auto}.gk-cta-btn-white{color:var(--green-dark);cursor:pointer;font-size:15px;font-weight:800;font-family:var(--font-display);letter-spacing:-.01em;background:#fff;border:none;border-radius:14px;padding:16px 38px;transition:all .2s;box-shadow:0 6px 24px #00000026}.gk-sticky-cta{z-index:200;padding:12px 14px;padding-bottom:calc(12px + env(safe-area-inset-bottom));-webkit-backdrop-filter:blur(20px);background:#0a0a0af5;border-top:1px solid #ffffff1a;align-items:stretch;gap:10px;display:none;position:fixed;bottom:0;left:0;right:0}.gk-sticky-cta-btn{font-family:var(--font-display);cursor:pointer;white-space:nowrap;border:none;border-radius:13px;flex:1;justify-content:center;align-items:center;gap:8px;padding:13px 10px;font-size:14px;font-weight:700;transition:opacity .15s;display:flex}.gk-sticky-cta-btn:active{opacity:.75}.gk-sticky-cta-primary{background:var(--green);color:#fff}.gk-sticky-cta-ghost{color:#fff;background:#ffffff14;border:1.5px solid #fff3!important}@media (width<=1024px){.gk-hero-body{grid-template-columns:1fr;padding:64px 24px 48px}.gk-featured-wrap{display:none}.gk-hero-ctas,.gk-trust-row{justify-content:center}.gk-hero-search-wrap{max-width:580px;margin:0 auto}.gk-popular{justify-content:center}.gk-hero-badge{display:inline-flex}.gk-hero-h1,.gk-hero-sub{text-align:center}}@media (width<=960px){.gk-g4,.gk-g3{grid-template-columns:repeat(2,1fr)}}@media (width<=820px){.gk-steps-grid{grid-template-columns:1fr!important}.gk-step-arrow{display:none!important}}@media (width<=720px){.gk-g2{grid-template-columns:1fr!important}}@media (width<=600px){.gk-section{padding:64px 16px}.gk-g3,.gk-ga{grid-template-columns:1fr!important}.gk-g4{grid-template-columns:repeat(2,1fr);gap:10px}.gk-hero-h1{font-size:40px!important}.gk-hero-sub{font-size:15px!important}.gk-search-bar{flex-direction:column!important;gap:8px!important;padding:8px!important}.gk-search-tabs{width:100%!important}.gk-search-tabs button{flex:1}.gk-search-btn{justify-content:center;width:100%!important;padding:12px!important}.gk-hero-ctas{align-items:stretch;flex-direction:column!important}.gk-cta-primary,.gk-cta-ghost{justify-content:center;width:100%!important}.gk-popular{display:none!important}.gk-trust-row{gap:7px!important}.gk-sec-header{flex-direction:column!important;align-items:flex-start!important}.gk-cat-sub{display:none!important}.gk-industry-strip{justify-content:flex-start!important;gap:5px!important}.gk-why-grid,.gk-seo-grid{grid-template-columns:1fr!important}.gk-sticky-cta{display:flex!important}.gk-home-page{padding-bottom:80px}}@media (width<=400px){.gk-g4{grid-template-columns:1fr!important}}@media (width<=600px){.gk-pstrip-header{padding:14px 16px 12px}.gk-pstrip-outer{padding:4px 16px 8px}.gk-pstrip-dots{margin-top:10px}.gk-pstrip-dot{border-radius:999px;width:6px;min-width:18px;height:6px;min-height:18px}.gk-hero-section{padding-bottom:0}.gk-cta-section{padding:64px 16px}.gk-split-card{padding:24px 20px!important}}.gk-search-input{min-height:44px}.login-container{background:var(--cream);min-height:100vh;font-family:var(--font-body);padding-top:64px;display:flex}.auth-panel{background:var(--ink);flex-direction:column;flex-shrink:0;justify-content:center;width:clamp(320px,38vw,440px);padding:clamp(32px,5vw,52px) clamp(24px,4vw,48px);display:flex;position:relative;overflow:hidden}.auth-panel-grid{pointer-events:none;background-image:radial-gradient(circle,#00a55021 1px,#0000 1px);background-size:26px 26px;position:absolute;inset:0}.auth-panel-blob{pointer-events:none;background:radial-gradient(circle,#00a5501f 0%,#0000 70%);border-radius:50%;width:420px;height:420px;position:absolute;bottom:-160px;right:-160px}.auth-panel-content{position:relative}.login-logo{align-items:center;gap:9px;margin-bottom:52px;text-decoration:none;display:flex}.logo-icon{background:var(--green);border-radius:9px;justify-content:center;align-items:center;width:34px;height:34px;display:flex}.logo-text{font-family:var(--font-display);color:#fff;letter-spacing:-.03em;font-size:18px;font-weight:900}.auth-headline{font-family:var(--font-display);color:#fff;letter-spacing:-.02em;margin-bottom:16px;font-size:34px;font-weight:900;line-height:1.1}.auth-headline em{color:var(--green);font-style:italic}.auth-body-text{color:#ffffff8c;margin-bottom:36px;font-size:15px;line-height:1.75}.auth-divider{background:#ffffff14;height:1px;margin-bottom:28px}.bullet-item{align-items:center;gap:12px;margin-bottom:16px;display:flex}.bullet-circle{background:#00a55033;border:1px solid #00a55080;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;display:flex}.bullet-check{color:var(--green);font-size:11px;line-height:1}.bullet-text{color:#ffffffa6;font-size:14px}.login-form-section{flex:1;justify-content:center;align-items:center;padding:40px 24px;display:flex;overflow-y:auto}.login-form-wrapper{width:100%;max-width:400px}.welcome-header{font-family:var(--font-display);letter-spacing:-.03em;color:var(--ink);margin-bottom:6px;font-size:26px;font-weight:800}.welcome-subtext{color:var(--grey-500);margin-bottom:24px;font-size:14px}.role-label{color:var(--grey-500);text-transform:uppercase;letter-spacing:.06em;margin-bottom:10px;font-size:12px;font-weight:700}.role-selector{gap:10px;margin-bottom:26px;display:flex}.role-button{cursor:pointer;text-align:center;border:1.5px solid var(--grey-200);background:#fff;border-radius:10px;flex:1;padding:13px 10px;transition:all .15s}.role-button.active{border-color:var(--green);background:#00a5500d}.role-button-label{color:var(--grey-700);font-size:14px;font-weight:700}.role-button.active .role-button-label{color:var(--green)}.role-button-sub{color:var(--grey-400);margin-top:2px;font-size:11.5px}.role-button.active .role-button-sub{color:#00a550b3}.role-icon{margin-bottom:5px}.google-button{border:1.5px solid var(--grey-200);width:100%;color:var(--grey-700);cursor:pointer;background:#fff;border-radius:9px;justify-content:center;align-items:center;gap:10px;margin-bottom:18px;padding:12px;font-size:14px;font-weight:600;transition:all .15s;display:flex}.google-button:disabled{opacity:.7;cursor:not-allowed}.google-button:hover:not(:disabled){border-color:var(--grey-400);box-shadow:0 1px 4px #00000014}.signin-divider{align-items:center;gap:14px;margin-bottom:18px;display:flex}.divider-line{background:var(--grey-200);flex:1;height:1px}.divider-text{color:var(--grey-400);font-size:12px}.error-box{background:var(--red-light);border:1px solid #ce112633;border-radius:9px;gap:9px;margin-bottom:16px;padding:11px 14px;display:flex}.error-icon{flex-shrink:0;margin-top:1px}.error-text{color:var(--red);font-size:13px;line-height:1.5}.form-group{margin-bottom:14px}.form-group.large{margin-bottom:24px}.form-label{color:var(--grey-700);margin-bottom:6px;font-size:12px;font-weight:600;display:block}.form-label-row{justify-content:space-between;align-items:center;margin-bottom:6px;display:flex}.forgot-link{color:var(--green);font-size:12px;font-weight:500;text-decoration:none}.password-toggle{color:var(--grey-400);cursor:pointer;background:0 0;border:none;padding:0;position:absolute;top:50%;right:12px;transform:translateY(-50%)}.input-wrapper{position:relative}.submit-button{justify-content:center;width:100%;padding:13px;font-size:15px}.signup-prompt{text-align:center;color:var(--grey-500);margin-top:22px;font-size:13px}.signup-link{color:var(--green);font-weight:600;text-decoration:none}.spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;flex-shrink:0;width:16px;height:16px;animation:.6s linear infinite spin;display:inline-block}@media (width<=640px){.auth-panel{display:none!important}.login-form-wrap{padding:28px 20px!important}}@media (width>=641px) and (width<=820px){.auth-panel{width:clamp(240px,35vw,360px);padding:32px 28px}.auth-headline{font-size:clamp(20px,4vw,28px)!important}}.register-container{background:var(--cream);min-height:100vh;font-family:var(--font-body);padding-top:64px;display:flex}.register-auth-panel{background:var(--ink);flex-direction:column;flex-shrink:0;justify-content:center;width:clamp(320px,38vw,440px);padding:clamp(32px,5vw,52px) clamp(24px,4vw,48px);display:flex;position:relative;overflow:hidden}.register-auth-panel-grid{pointer-events:none;background-image:radial-gradient(circle,#00a55021 1px,#0000 1px);background-size:26px 26px;position:absolute;inset:0}.register-auth-panel-blob{pointer-events:none;background:radial-gradient(circle,#00a5501f 0%,#0000 70%);border-radius:50%;width:420px;height:420px;position:absolute;bottom:-160px;right:-160px}.register-auth-panel-content{position:relative}.register-logo{align-items:center;gap:9px;margin-bottom:52px;text-decoration:none;display:flex}.register-logo-icon{background:var(--green);border-radius:9px;justify-content:center;align-items:center;width:34px;height:34px;display:flex}.register-logo-text{font-family:var(--font-display);color:#fff;letter-spacing:-.03em;font-size:18px;font-weight:900}.register-auth-headline{font-family:var(--font-display);color:#fff;letter-spacing:-.02em;margin-bottom:16px;font-size:34px;font-weight:900;line-height:1.1}.register-auth-headline em{color:var(--green);font-style:italic}.register-auth-body-text{color:#ffffff8c;margin-bottom:36px;font-size:15px;line-height:1.75}.register-auth-divider{background:#ffffff14;height:1px;margin-bottom:28px}.register-bullet-item{align-items:center;gap:12px;margin-bottom:16px;display:flex}.register-bullet-circle{background:#00a55033;border:1px solid #00a55080;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;display:flex}.register-bullet-check{color:var(--green);font-size:11px;line-height:1}.register-bullet-text{color:#ffffffa6;font-size:14px}.register-form-section{flex:1;justify-content:center;align-items:center;padding:40px 24px;display:flex;overflow-y:auto}.register-form-wrapper{width:100%;max-width:420px}.register-welcome-header{font-family:var(--font-display);letter-spacing:-.03em;color:var(--ink);margin-bottom:6px;font-size:26px;font-weight:800}.register-welcome-subtext{color:var(--grey-500);margin-bottom:22px;font-size:14px}.register-role-label{color:var(--grey-500);text-transform:uppercase;letter-spacing:.06em;margin-bottom:10px;font-size:12px;font-weight:700}.register-role-selector{gap:10px;margin-bottom:24px;display:flex}.register-role-button{cursor:pointer;text-align:center;border:1.5px solid var(--grey-200);background:#fff;border-radius:10px;flex:1;padding:13px 10px;transition:all .15s}.register-role-button.active{border-color:var(--green);background:#00a5500d}.register-role-button-label{color:var(--grey-700);font-size:13.5px;font-weight:700}.register-role-button.active .register-role-button-label{color:var(--green)}.register-role-button-sub{color:var(--grey-400);margin-top:2px;font-size:11.5px}.register-role-button.active .register-role-button-sub{color:#00a550b3}.register-role-icon{margin-bottom:5px}.register-google-button{border:1.5px solid var(--grey-200);width:100%;color:var(--grey-700);cursor:pointer;background:#fff;border-radius:9px;justify-content:center;align-items:center;gap:10px;margin-bottom:16px;padding:12px;font-size:14px;font-weight:600;transition:all .15s;display:flex}.register-google-button:disabled{opacity:.7;cursor:not-allowed}.register-google-button:hover:not(:disabled){border-color:var(--grey-400);box-shadow:0 1px 4px #00000014}.register-signin-divider{align-items:center;gap:14px;margin-bottom:16px;display:flex}.register-divider-line{background:var(--grey-200);flex:1;height:1px}.register-divider-text{color:var(--grey-400);font-size:12px}.register-error-box{background:var(--red-light);border:1px solid #ce112633;border-radius:9px;gap:9px;margin-bottom:16px;padding:11px 14px;display:flex}.register-error-icon{flex-shrink:0;margin-top:1px}.register-error-text{color:var(--red);font-size:13px;line-height:1.5}.register-form-group{margin-bottom:13px}.register-form-group.large{margin-bottom:22px}.register-form-label{color:var(--grey-700);margin-bottom:6px;font-size:12px;font-weight:600;display:block}.register-form-label span{color:var(--grey-400);font-weight:400}.register-password-toggle{color:var(--grey-400);cursor:pointer;background:0 0;border:none;padding:0;position:absolute;top:50%;right:12px;transform:translateY(-50%)}.register-input-wrapper{position:relative}.register-submit-button{justify-content:center;width:100%;padding:13px;font-size:15px}.register-signin-prompt{text-align:center;color:var(--grey-500);margin-top:18px;font-size:13px}.register-signin-link{color:var(--green);font-weight:600;text-decoration:none}.register-terms-text{text-align:center;color:var(--grey-400);margin-top:10px;font-size:12px;line-height:1.6}.register-terms-link{color:var(--green);text-decoration:none}@media (width<=640px){.register-auth-panel{display:none!important}.register-form-wrap{padding:28px 20px!important}}@media (width>=641px) and (width<=820px){.register-auth-panel{width:clamp(240px,35vw,360px);padding:32px 28px}}.dashboard-container{background:#f8fafc;min-height:100vh;padding-top:64px;font-family:Inter,system-ui,sans-serif;display:flex}.desk-sidebar{flex-shrink:0;height:calc(100vh - 64px);position:sticky;top:64px}.mob-topbar{z-index:50;background:#fff;border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;padding:12px 16px;display:none;position:fixed;top:64px;left:0;right:0}.mob-topbar.active{display:flex}.mob-topbar-title{color:#1a202c;letter-spacing:-.02em;font-size:15px;font-weight:800}.mob-topbar-subtitle{color:#94a3b8;margin-top:1px;font-size:11px}.mob-topbar-button{cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.dash-main{flex:1;min-width:0;padding:28px 24px 80px;overflow-y:auto}.sidebar-wrapper{background:#fff;border-right:1px solid #f1f5f9;flex-direction:column;width:240px;height:100%;padding:20px 14px;display:flex;overflow-y:auto}.sidebar-header{background:#f8fafc;border-radius:12px;align-items:center;gap:10px;margin-bottom:24px;padding:12px 14px;display:flex}.sidebar-avatar{border:2px solid #fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:13px;font-weight:800;display:flex;overflow:hidden;box-shadow:0 0 0 2px #e2e8f0}.sidebar-info{min-width:0}.sidebar-name{text-overflow:ellipsis;white-space:nowrap;color:#1a202c;margin-bottom:2px;font-size:13px;font-weight:700;overflow:hidden}.sidebar-role{border-radius:20px;padding:2px 8px;font-size:10px;font-weight:700}.sidebar-nav-label{color:#94a3b8;text-transform:uppercase;letter-spacing:.08em;margin-bottom:8px;padding-left:12px;font-size:10px;font-weight:700}.sidebar-nav-list{flex-direction:column;flex:1;gap:2px;display:flex}.sidebar-nav-button{cursor:pointer;text-align:left;background:0 0;border:none;border-radius:10px;align-items:center;gap:10px;width:100%;padding:10px 14px;font-size:14px;font-weight:500;transition:all .15s;display:flex}.sidebar-nav-button.active{font-weight:700}.sidebar-footer{border-top:1px solid #f1f5f9;flex-direction:column;gap:8px;margin-top:16px;padding-top:16px;display:flex}.sidebar-action-button{cursor:pointer;border-radius:10px;justify-content:center;align-items:center;gap:6px;padding:10px;font-size:13px;font-weight:600;transition:all .15s;display:flex}.sidebar-browse-btn{color:#475569;background:#fff;border:1.5px solid #e2e8f0}.sidebar-browse-btn:hover{background:#f8fafc}.sidebar-post-btn{background:var(--accent);color:#fff;border:none}.sidebar-logout-btn{color:#ef4444;background:#fff;border:1px solid #fee2e2}.sidebar-logout-btn:hover{background:#fef2f2}.mobile-sidebar-overlay{z-index:999;display:flex;position:fixed;inset:0}.mobile-sidebar-backdrop{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0006;position:absolute;inset:0}.mobile-sidebar-drawer{width:260px;height:100%;animation:.22s slideInLeft;position:relative;box-shadow:4px 0 32px #00000026}@keyframes slideInLeft{0%{transform:translate(-100%)}to{transform:translate(0)}}.desk-greeting{margin-bottom:22px}.desk-greeting h1{color:#1a202c;letter-spacing:-.04em;margin-bottom:4px;font-size:24px;font-weight:800}.desk-greeting p{color:#64748b;font-size:14px}.stat-grid{grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:20px;display:grid}.stat-card{background:#fff;border:1px solid #f1f5f9;border-radius:14px;flex-direction:column;gap:12px;padding:18px 20px;display:flex;box-shadow:0 2px 12px #0000000a}.stat-card-header{justify-content:space-between;align-items:flex-start;display:flex}.stat-card-icon{border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;display:flex}.stat-trend{color:#16a34a;background:#f0fdf4;border-radius:20px;align-items:center;gap:3px;padding:3px 8px;font-size:11px;font-weight:700;display:flex}.stat-value{color:#1a202c;letter-spacing:-.04em;margin-bottom:4px;font-size:26px;font-weight:900;line-height:1}.stat-label{color:#94a3b8;text-transform:uppercase;letter-spacing:.05em;font-size:12px;font-weight:600}.card{background:#fff;border:1px solid #f1f5f9;border-radius:16px;padding:20px 22px;box-shadow:0 2px 12px #0000000a}.card-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;margin-bottom:18px;display:flex}.card-title{color:#1a202c;letter-spacing:-.02em;font-size:16px;font-weight:800}.card-actions{gap:8px;display:flex}.card-action-btn{color:#64748b;cursor:pointer;white-space:nowrap;background:#fff;border:1px solid #e2e8f0;border-radius:9px;flex-shrink:0;align-items:center;gap:5px;min-height:40px;padding:9px 14px;font-size:12px;font-weight:600;text-decoration:none;display:flex}.card-action-btn:hover{background:#f8fafc}.card-action-primary{background:var(--accent);color:#fff;cursor:pointer;white-space:nowrap;border:none;border-radius:9px;align-items:center;gap:6px;padding:7px 14px;font-size:13px;font-weight:700;display:flex}.profile-list-item{background:#f8fafc;border-radius:12px;gap:12px;margin-bottom:14px;padding:14px;display:flex}.profile-avatar{background:#e2e8f0;border:2px solid #fff;border-radius:50%;flex-shrink:0;width:52px;height:52px;overflow:hidden;box-shadow:0 0 0 2px #e2e8f0}.profile-info{flex:1;min-width:0}.profile-title{color:#1a202c;margin-bottom:3px;font-size:15px;font-weight:700}.profile-meta{color:#64748b;flex-wrap:wrap;align-items:center;gap:6px;font-size:12px;display:flex}.profile-meta-tag{background:#f1f5f9;border-radius:20px;padding:2px 8px;font-weight:500}.profile-links{border-top:1px solid #f1f5f9;flex-wrap:wrap;gap:8px;padding-top:14px;display:flex}.profile-link{border-radius:8px;align-items:center;gap:5px;padding:6px 12px;font-size:12px;font-weight:700;text-decoration:none;display:flex}.profile-link-portfolio{color:#16a34a;background:#f0fdf4}.profile-link-linkedin{color:#0a66c2;background:#eff6ff}.profile-link-cv{color:#475569;background:#f1f5f9}.empty-state{text-align:center;padding:36px 0}.empty-icon{background:#f0fdf4;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;margin:0 auto 16px;display:flex}.empty-title{color:#1a202c;margin-bottom:6px;font-size:16px;font-weight:700}.empty-text{color:#64748b;margin-bottom:16px;font-size:13px;line-height:1.6}.empty-button{background:var(--accent);color:#fff;cursor:pointer;border:none;border-radius:10px;padding:11px 24px;font-size:14px;font-weight:700}.ad-item{border-bottom:1px solid #f8fafc;align-items:center;gap:12px;padding:14px 0;transition:all .1s;display:flex}.ad-item:hover{background:#00000005}.ad-icon{background:#f0fdf4;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.ad-content{flex:1;min-width:0}.ad-title{color:#1a202c;text-overflow:ellipsis;white-space:nowrap;margin-bottom:4px;font-size:14px;font-weight:600;overflow:hidden}.ad-meta{color:#94a3b8;flex-wrap:wrap;align-items:center;gap:12px;font-size:12px;display:flex}.ad-status{color:#16a34a;background:#f0fdf4;border-radius:20px;padding:2px 8px;font-size:10px;font-weight:600}.ad-actions{flex-shrink:0;gap:6px;display:flex}.ad-action-btn{color:#64748b;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:8px;justify-content:center;align-items:center;min-width:40px;min-height:40px;padding:9px 12px;transition:all .1s;display:flex}.ad-action-btn:hover{background:#f8fafc}.ad-action-delete{color:#cbd5e1;border-color:#e2e8f0}.ad-action-delete:hover{background:0 0}.quick-action-box{cursor:pointer;text-align:left;background:#fafafa;border:1.5px solid #f1f5f9;border-radius:12px;align-items:center;gap:12px;width:100%;margin-bottom:8px;padding:13px 16px;transition:all .15s;display:flex}.quick-action-box:hover{background:#f8fafc;border-color:#e2e8f0}.quick-action-icon{font-size:20px}.quick-action-content{flex:1}.quick-action-label{color:#1a202c;font-size:13px;font-weight:700}.quick-action-desc{color:#94a3b8;font-size:12px}.success-banner{color:#15803d;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:12px;align-items:center;gap:10px;margin-bottom:20px;padding:12px 16px;font-size:14px;font-weight:600;animation:.3s fadeIn;display:flex}.profile-setup-banner{background:linear-gradient(135deg,#fef3c7,#fffbeb);border:1.5px solid #fde68a;border-radius:14px;flex-wrap:wrap;align-items:center;gap:14px;margin-bottom:20px;padding:16px 18px;display:flex}.profile-setup-icon{background:#fef3c7;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:20px;display:flex}.profile-setup-content{flex:1;min-width:0}.profile-setup-title{color:#92400e;margin-bottom:2px;font-size:14px;font-weight:700}.profile-setup-desc{color:#b45309;font-size:12px;line-height:1.5}.profile-setup-button{color:#fff;cursor:pointer;white-space:nowrap;background:#d97706;border:none;border-radius:10px;flex-shrink:0;padding:9px 16px;font-size:13px;font-weight:700}.mob-bottom-nav{z-index:100;padding:8px 0 calc(8px + env(safe-area-inset-bottom));background:#fff;border-top:1px solid #f1f5f9;display:flex;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -4px 24px #0000000f}.mob-nav-button{cursor:pointer;color:#94a3b8;background:0 0;border:none;flex-direction:column;flex:1;align-items:center;gap:4px;padding:6px 4px;transition:color .15s;display:flex}.mob-nav-button.active{color:var(--accent)}.mob-nav-button.cta{color:#fff}.mob-nav-cta-circle{background:var(--accent);border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;margin-top:-12px;display:flex;box-shadow:0 4px 12px #16a34a59}.mob-nav-label{font-size:10px;font-weight:500}.mob-nav-label.active{font-weight:700}.form-input{box-sizing:border-box;border:1px solid #e2e8f0;border-radius:8px;outline:none;width:100%;padding:10px 12px;font-family:inherit;font-size:13px;transition:border-color .15s;display:block}.form-input:focus{border-color:var(--accent)}.form-textarea{box-sizing:border-box;resize:vertical;border:1px solid #e2e8f0;border-radius:8px;outline:none;width:100%;padding:10px 12px;font-family:inherit;font-size:13px;line-height:1.7;transition:border-color .15s;display:block}.form-textarea:focus{border-color:var(--accent)}.form-select{box-sizing:border-box;appearance:none;cursor:pointer;border:1px solid #e2e8f0;border-radius:8px;outline:none;width:100%;padding:10px 12px;font-family:inherit;font-size:13px;transition:border-color .15s;display:block}.form-select:focus{border-color:var(--accent)}.form-toggle{cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:10px;display:flex}.toggle-switch{cursor:pointer;background:#cbd5e1;border-radius:12px;flex-shrink:0;width:42px;height:24px;transition:background .2s;position:relative}.toggle-switch.active{background:#16a34a}.toggle-thumb{background:#fff;border-radius:50%;width:18px;height:18px;transition:left .2s;position:absolute;top:3px;left:3px;box-shadow:0 1px 4px #0003}.toggle-switch.active .toggle-thumb{left:21px}.toggle-label{color:#374151;font-size:13px;font-weight:500}@media (width<=768px){.desk-sidebar{display:none}.mob-topbar.active{display:flex}.stat-grid{grid-template-columns:repeat(2,1fr)}.dash-main{padding:16px 14px 100px}.card{padding:16px 14px}}@media (width<=480px){.stat-grid{grid-template-columns:1fr}.card-header{flex-direction:column;align-items:flex-start}.profile-setup-banner{flex-direction:column;gap:10px}}
