@import "https://fonts.googleapis.com/css2?family=Syne:wght@700;800&family=DM+Sans:wght@400;500;600&display=swap";:root{--ws-50:#e0f4fd;--ws-100:#abe3fb;--ws-200:#48c8ee;--ws-300:#3aa8c8;--ws-400:#2a88a4;--ws-500:#076076;--ws-600:#003d4f;--ws-700:#002a37;--ws-800:#001d27;--ws-900:#00131a;--ws-950:#000306;--lp-accent:#48c8ee;--lp-surface:#f5fbfd;--lp-font-display:"Syne", sans-serif;--lp-font-body:"DM Sans", sans-serif;--lp-radius:16px}.lp{font-family:var(--lp-font-body);color:var(--ws-800);background:#fff;overflow-x:hidden}.lp-nav{z-index:100;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#001d27eb;border-bottom:1px solid #48c8ee1a;justify-content:space-between;align-items:center;height:72px;padding:0 5vw;transition:background .2s;display:flex;position:fixed;top:0;left:0;right:0}.lp-nav.scrolled{background:#00131af7}.lp-nav-logo{font-family:var(--lp-font-display);color:#fff;letter-spacing:-.03em;font-size:1.5rem;font-weight:800;text-decoration:none}.lp-nav-logo span{color:var(--lp-accent)}.lp-nav-links{align-items:center;gap:2rem;display:flex}.lp-nav-links a{color:#ffffffbf;font-size:.9rem;font-weight:500;text-decoration:none}.lp-nav-links a:hover{color:var(--lp-accent)}.lp-nav-right{align-items:center;gap:1rem;display:flex}.lp-btn-nav-outline{color:var(--lp-accent);cursor:pointer;font-size:.88rem;font-weight:600;font-family:var(--lp-font-body);background:0 0;border:1.5px solid #48c8ee80;border-radius:10px;padding:8px 18px;text-decoration:none}.lp-btn-nav-outline:hover{border-color:var(--lp-accent);background:#48c8ee1a}.lp-btn-nav-solid{background:var(--lp-accent);color:var(--ws-900);cursor:pointer;font-size:.88rem;font-weight:700;font-family:var(--lp-font-body);border:none;border-radius:10px;padding:8px 18px;text-decoration:none}.lp-btn-nav-solid:hover{background:var(--ws-200)}.lp-lang-toggle{color:var(--lp-accent);cursor:pointer;font-size:.8rem;font-weight:600;font-family:var(--lp-font-body);background:#48c8ee1f;border:1px solid #48c8ee40;border-radius:8px;padding:6px 12px}.lp-lang-toggle:hover{background:#48c8ee38}.lp-hero{background:#fff;grid-template-columns:1fr 1fr;align-items:stretch;min-height:100vh;padding-top:72px;display:grid;overflow:hidden}.lp-hero-left{flex-direction:column;justify-content:center;padding:60px 5vw 60px 8vw;display:flex}.lp-hero-badge{color:var(--ws-400);letter-spacing:.06em;text-transform:uppercase;align-items:center;gap:8px;margin-bottom:1.5rem;font-size:.78rem;font-weight:700;display:inline-flex}.lp-hero-badge-dot{background:var(--lp-accent);border-radius:50%;flex-shrink:0;width:7px;height:7px;position:relative}.lp-hero-badge-dot:after{content:"";background:#48c8ee59;border-radius:50%;animation:2s ease-in-out infinite lp-pulse;position:absolute;inset:-4px}@keyframes lp-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.4)}}@keyframes lp-fade-up{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translate(0,0)}}@keyframes lp-fade-scale{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}.lp-hero-badge,.lp-hero h1,.lp-hero-sub,.lp-hero-ctas,.lp-hero-trust{opacity:0;animation:.85s cubic-bezier(.22,1,.36,1) forwards lp-fade-up}.lp-hero-badge{animation-delay:50ms}.lp-hero h1{animation-delay:.15s}.lp-hero-sub{animation-delay:.3s}.lp-hero-ctas{animation-delay:.45s}.lp-hero-trust{animation-delay:.6s}.lp-hero-img{opacity:0;animation:1.1s cubic-bezier(.22,1,.36,1) .2s forwards lp-fade-scale}@media (prefers-reduced-motion:reduce){.lp-hero-badge,.lp-hero h1,.lp-hero-sub,.lp-hero-ctas,.lp-hero-trust,.lp-hero-img{opacity:1;animation:none}}.lp-hero h1{font-family:var(--lp-font-display);color:var(--ws-900);letter-spacing:-.03em;margin:0 0 1.25rem;font-size:clamp(2.6rem,4vw,4.2rem);font-weight:800;line-height:1.05}.lp-hero h1 em{color:var(--ws-400);font-style:normal}.lp-hero-sub{color:#4a7a8a;max-width:460px;margin:0 0 2.5rem;font-size:clamp(.95rem,1.3vw,1.05rem);font-weight:300;line-height:1.7}.lp-hero-ctas{flex-wrap:wrap;gap:1rem;margin-bottom:2.5rem;display:flex}.lp-btn-primary{background:var(--ws-500);color:#fff;cursor:pointer;font-size:1rem;font-weight:700;font-family:var(--lp-font-body);border:none;border-radius:12px;align-items:center;gap:8px;padding:14px 28px;text-decoration:none;display:inline-flex}.lp-btn-primary:hover{background:var(--ws-600);box-shadow:0 8px 24px #07607640}.lp-btn-secondary{color:var(--ws-600);cursor:pointer;font-size:1rem;font-weight:600;font-family:var(--lp-font-body);background:0 0;border:1.5px solid #07607640;border-radius:12px;align-items:center;gap:8px;padding:14px 28px;text-decoration:none;display:inline-flex}.lp-btn-secondary:hover{border-color:var(--ws-400);background:#0760760d}.lp-hero-trust{align-items:center;gap:12px;display:flex}.lp-trust-avatars{display:flex}.lp-trust-avatar{background:linear-gradient(135deg, var(--ws-400), var(--ws-200));color:#fff;width:32px;height:32px;font-size:.62rem;font-weight:700;font-family:var(--lp-font-display);border:2px solid #fff;border-radius:50%;justify-content:center;align-items:center;margin-left:-8px;display:flex;box-shadow:0 2px 6px #001d271f}.lp-trust-avatar:first-child{margin-left:0}.lp-hero-trust-text{color:#4a7a8a;font-size:.82rem;line-height:1.4}.lp-hero-trust-text strong{color:var(--ws-700);font-weight:600}.lp-hero-right{justify-content:center;align-items:stretch;padding:40px 4vw 40px 2vw;display:flex;position:relative;overflow:hidden}.lp-hero-img{-o-object-fit:cover;object-fit:cover;-o-object-position:center 20%;object-position:center 20%;border-radius:20px;width:100%;max-width:500px;height:100%;min-height:580px;display:block}.lp-section{padding:72px 5vw}.lp-section-surface{background:var(--lp-surface)}.lp-section-dark{background:var(--ws-900)}.lp-section-label{text-transform:uppercase;letter-spacing:.12em;color:var(--ws-400);margin-bottom:.75rem;font-size:.75rem;font-weight:700}.lp-section-title{font-family:var(--lp-font-display);color:var(--ws-800);letter-spacing:-.025em;margin:0 0 .75rem;font-size:clamp(2rem,3.5vw,3rem);font-weight:800;line-height:1.1}.lp-section-title em{color:var(--ws-400);font-style:normal}.lp-section-title.light{color:#fff}.lp-section-sub{color:#4a7a8a;max-width:520px;margin:0;font-size:1rem;font-weight:300;line-height:1.65}#categories .lp-section-sub{max-width:none}.lp-categories-grid{grid-template-columns:repeat(5,1fr);gap:1.25rem;margin-top:2rem;display:grid}.lp-cat-card{cursor:pointer;background:#fff;border:1.5px solid #0760761a;border-radius:16px;flex-direction:column;align-items:flex-start;gap:10px;padding:24px 20px;text-decoration:none;transition:border-color .2s,box-shadow .2s;display:flex}.lp-cat-card:hover{border-color:var(--ws-400);box-shadow:0 8px 24px #0760761a}.lp-cat-icon{border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.4rem;display:flex}.lp-cat-name{color:var(--ws-700);font-size:.9rem;font-weight:600}.lp-cat-count{color:var(--ws-400);font-size:.78rem;font-weight:500}.lp-split{grid-template-columns:1fr 1fr;align-items:center;gap:5rem;display:grid}.lp-feature-list{flex-direction:column;gap:1.25rem;margin-top:2rem;margin-bottom:2rem;display:flex}.lp-feature-item{align-items:flex-start;gap:14px;display:flex}.lp-feature-check{width:26px;height:26px;color:var(--ws-500);background:#07607614;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;margin-top:2px;font-size:.75rem;font-weight:700;display:flex}.lp-feature-text h4{color:var(--ws-700);margin:0 0 2px;font-size:.95rem;font-weight:600}.lp-feature-text p{color:#4a7a8a;margin:0;font-size:.85rem;line-height:1.55}.lp-profile-mockup{background:var(--lp-surface);border:1.5px solid #0760761f;border-radius:20px;padding:28px}.lp-profile-top{align-items:center;gap:16px;margin-bottom:20px;display:flex}.lp-avatar{background:linear-gradient(135deg, var(--ws-400), var(--lp-accent));width:56px;height:56px;font-family:var(--lp-font-display);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1.2rem;font-weight:800;display:flex}.lp-avatar-sm{width:36px;height:36px;font-size:.8rem;font-family:var(--lp-font-display);color:#fff;border-radius:50%;justify-content:center;align-items:center;font-weight:800;display:flex}.lp-profile-name{font-family:var(--lp-font-display);color:var(--ws-800);font-size:1rem;font-weight:700}.lp-profile-role{color:var(--ws-400);margin-top:2px;font-size:.78rem}.lp-rating{gap:2px;margin-top:5px;display:flex}.lp-star{color:#fbbf24;font-size:.85rem}.lp-earnings-row{gap:1rem;margin-bottom:20px;display:flex}.lp-earning-box{background:#0760760f;border:1px solid #0760761f;border-radius:12px;flex:1;padding:14px}.lp-earning-label{color:var(--ws-400);text-transform:uppercase;letter-spacing:.05em;font-size:.7rem}.lp-earning-val{font-family:var(--lp-font-display);color:var(--ws-500);margin-top:4px;font-size:1.4rem;font-weight:800}.lp-sub-label{color:var(--ws-400);text-transform:uppercase;letter-spacing:.05em;margin-bottom:10px;font-size:.72rem}.lp-badge-row{flex-wrap:wrap;gap:8px;margin-bottom:20px;display:flex}.lp-skill-badge{color:var(--ws-600);background:#07607612;border:1px solid #07607626;border-radius:100px;padding:5px 12px;font-size:.75rem;font-weight:500}.lp-job-item{background:#0760760a;border:1px solid #0760761a;border-radius:12px;align-items:center;gap:14px;margin-bottom:10px;padding:14px 16px;display:flex}.lp-job-info{flex:1}.lp-job-name{color:var(--ws-800);font-size:.88rem;font-weight:600}.lp-job-loc{color:var(--ws-400);margin-top:2px;font-size:.75rem}.lp-job-pay{font-family:var(--lp-font-display);color:var(--ws-500);font-size:.95rem;font-weight:700}.lp-trust{background:#fff;border-top:1px solid #07607614;border-bottom:1px solid #07607614;padding:44px 0 40px;overflow:hidden}.lp-trust-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:2rem;margin-bottom:24px;padding:0 5vw;display:flex}.lp-trust-stat{font-family:var(--lp-font-display);color:var(--ws-800);letter-spacing:-.05em;font-size:clamp(2.8rem,5vw,4.2rem);font-weight:800;line-height:1}.lp-trust-stat em{color:var(--ws-400);font-style:normal}.lp-trust-tagline{color:#4a7a8a;max-width:320px;margin:4px 0 0;font-size:clamp(.95rem,1.4vw,1.1rem);font-weight:300;line-height:1.55}.lp-trust-tagline strong{color:var(--ws-600);font-weight:600}.lp-trust-pill{color:var(--ws-500);background:#0760760f;border:1px solid #0760761f;border-radius:100px;align-items:center;gap:7px;padding:8px 16px;font-size:.82rem;font-weight:600;display:inline-flex}.lp-trust-dot{background:var(--lp-accent);border-radius:50%;flex-shrink:0;width:7px;height:7px}.lp-marquee-wrap{flex-direction:column;gap:16px;display:flex;-webkit-mask-image:linear-gradient(90deg,#0000 0%,#000 8% 92%,#0000 100%);mask-image:linear-gradient(90deg,#0000 0%,#000 8% 92%,#0000 100%)}.lp-marquee-row{gap:16px;width:max-content;display:flex}.lp-marquee-fwd{animation:32s linear infinite lp-marquee-fwd}.lp-marquee-rev{animation:38s linear infinite lp-marquee-rev}@keyframes lp-marquee-fwd{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes lp-marquee-rev{0%{transform:translate(-50%)}to{transform:translate(0)}}.lp-marquee-wrap:hover .lp-marquee-fwd,.lp-marquee-wrap:hover .lp-marquee-rev{animation-play-state:paused}.lp-logo-card{background:#fff;border:1.5px solid #0760761a;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;min-width:130px;height:60px;padding:14px 28px;transition:border-color .2s,box-shadow .2s;display:flex}.lp-logo-card:hover{border-color:var(--ws-300);box-shadow:0 4px 16px #07607614}.lp-biz-grid{grid-template-columns:1fr 1fr;gap:1.25rem;margin-top:2rem;margin-bottom:2rem;display:grid}.lp-biz-card{background:var(--lp-surface);border:1.5px solid #0760761a;border-radius:16px;padding:22px 20px;transition:border-color .2s,box-shadow .2s}.lp-biz-card:hover{border-color:var(--ws-400);box-shadow:0 4px 20px #07607614}.lp-biz-title{font-family:var(--lp-font-display);color:var(--ws-700);margin-bottom:6px;font-size:1rem;font-weight:700}.lp-biz-desc{color:#4a7a8a;margin:0;font-size:.85rem;line-height:1.55}.lp-dashboard-card{background:var(--lp-surface);border:1.5px solid #07607626;border-radius:20px;padding:28px;box-shadow:0 24px 60px #0760761a,0 4px 16px #0760760f}.lp-dash-header{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.lp-dash-title{font-family:var(--lp-font-display);color:var(--ws-800);font-size:1.1rem;font-weight:700}.lp-dash-badge{color:var(--ws-500);background:#0760761a;border-radius:100px;padding:4px 10px;font-size:.72rem;font-weight:700}.lp-dash-stats{gap:10px;margin-bottom:16px;display:flex}.lp-dash-stat{text-align:center;background:#0760760f;border:1px solid #0760761f;border-radius:12px;flex:1;padding:14px}.lp-dash-stat-num{font-family:var(--lp-font-display);color:var(--ws-500);font-size:1.5rem;font-weight:800}.lp-dash-stat-num.green{color:#16a34a}.lp-dash-stat-num.dark{color:var(--ws-800)}.lp-dash-stat-label{color:var(--ws-400);margin-top:4px;font-size:.68rem}.lp-worker-item{background:#0760760a;border:1px solid #0760761a;border-radius:12px;align-items:center;gap:14px;margin-bottom:10px;padding:14px 16px;display:flex}.lp-worker-info{flex:1}.lp-worker-name{color:var(--ws-800);font-size:.88rem;font-weight:600}.lp-worker-time{color:var(--ws-400);margin-top:2px;font-size:.75rem}.lp-status-active{color:#16a34a;white-space:nowrap;font-size:.75rem;font-weight:700}.lp-status-upcoming{color:#d97706;white-space:nowrap;font-size:.75rem;font-weight:700}.lp-testi-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:2rem;margin-bottom:3rem;display:flex}.lp-testi-header-right{color:#4a7a8a;text-align:right;max-width:260px;font-size:.88rem;line-height:1.5}.lp-testi-header-right strong{color:var(--ws-600);font-weight:600}.lp-testi-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem;display:grid}.lp-testi-card{background:#fff;border:1.5px solid #07607617;border-radius:20px;transition:border-color .2s,box-shadow .2s;overflow:hidden}.lp-testi-card:hover{border-color:#07607638;box-shadow:0 8px 32px #07607617}.lp-testi-body{flex-direction:column;justify-content:space-between;height:100%;padding:26px 24px;display:flex}.lp-quote-mark{color:var(--ws-100);margin-bottom:14px;font-family:Georgia,serif;font-size:3.5rem;font-weight:400;line-height:.8;display:block}.lp-testi-text{color:var(--ws-700);flex:1;margin-bottom:20px;font-size:.95rem;line-height:1.72}.lp-testi-text em{color:var(--ws-500);font-style:normal;font-weight:600}.lp-byline{align-items:center;gap:10px;display:flex}.lp-byline-img{-o-object-fit:cover;object-fit:cover;border-radius:50%;flex-shrink:0;width:36px;height:36px}.lp-byline-avatar-placeholder{background:#e8e5e0;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.lp-byline-name{color:var(--ws-800);font-size:.875rem;font-weight:700}.lp-byline-role{color:var(--ws-400);margin-top:1px;font-size:.75rem}.lp-testi-more-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem;margin-top:1.25rem;display:none}.lp-testi-more-grid.visible{display:grid}.lp-see-more-btn{font-family:var(--lp-font-body);color:var(--ws-500);cursor:pointer;background:0 0;border:1.5px solid #07607633;border-radius:12px;justify-content:center;align-items:center;gap:10px;margin:2rem auto 0;padding:14px 28px;font-size:.95rem;font-weight:600;transition:background .2s,border-color .2s;display:flex}.lp-see-more-btn:hover{border-color:var(--ws-400);background:#0760760d}.lp-see-more-btn svg{transition:transform .3s}.lp-see-more-btn.expanded svg{transform:rotate(180deg)}.lp-faq-intro{text-align:center;max-width:700px;margin:0 auto 2rem}.lp-faq-grid{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.lp-faq-item{cursor:pointer;background:#fff;border:1.5px solid #0760761a;border-radius:16px;padding:22px 24px;transition:border-color .2s}.lp-faq-item.open{border-color:var(--ws-400)}.lp-faq-item:hover{border-color:var(--ws-300)}.lp-faq-q{justify-content:space-between;align-items:center;gap:12px;display:flex}.lp-faq-q-text{color:var(--ws-700);flex:1;margin:0;font-size:.95rem;font-weight:600}.lp-faq-arrow{color:var(--ws-400);flex-shrink:0;font-size:.85rem;transition:transform .25s}.lp-faq-item.open .lp-faq-arrow{transform:rotate(180deg)}.lp-faq-a{color:#4a7a8a;max-height:0;margin:0;font-size:.875rem;line-height:1.65;transition:max-height .3s,margin-top .25s;overflow:hidden}.lp-faq-item.open .lp-faq-a{max-height:200px;margin-top:12px}.lp-divider{padding:0 5vw}.lp-divider-line{background:linear-gradient(90deg,#0000 0%,#0760762e 30% 70%,#0000 100%);height:1px}.lp-footer{background:var(--ws-950);border-top:1px solid #48c8ee14;padding:64px 5vw 32px}.lp-footer-grid{grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;margin-bottom:3rem;display:grid}.lp-footer-brand-name{font-family:var(--lp-font-display);color:#fff;letter-spacing:-.03em;margin-bottom:1rem;font-size:1.5rem;font-weight:800;text-decoration:none;display:block}.lp-footer-brand-name span{color:var(--lp-accent)}.lp-footer-brand p{color:#e0f4fd66;max-width:280px;margin:0 0 1.5rem;font-size:.85rem;line-height:1.7}.lp-footer-contact{flex-direction:column;gap:6px;margin:0 0 1.25rem;display:flex}.lp-footer-contact-link{color:#f5fbfdd9;font-size:.9rem;text-decoration:none;transition:color .2s}.lp-footer-contact-link:hover{color:var(--lp-accent)}.lp-footer-social{gap:10px;display:flex}.lp-social-btn{color:#e0f4fd80;cursor:pointer;background:#48c8ee14;border:1px solid #48c8ee26;border-radius:8px;justify-content:center;align-items:center;width:34px;height:34px;font-size:.8rem;font-weight:700;text-decoration:none;display:flex}.lp-social-btn:hover{color:var(--lp-accent);background:#48c8ee2e}.lp-footer-col h5{font-family:var(--lp-font-display);color:#e0f4fd99;text-transform:uppercase;letter-spacing:.08em;margin:0 0 1.2rem;font-size:.8rem;font-weight:700}.lp-footer-col a{color:#e0f4fd66;margin-bottom:.65rem;font-size:.85rem;text-decoration:none;display:block}.lp-footer-col a:hover{color:var(--lp-accent)}.lp-footer-bottom{border-top:1px solid #48c8ee14;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding-top:1.5rem;display:flex}.lp-footer-bottom p{color:#e0f4fd4d;margin:0;font-size:.8rem}.lp-footer-links{gap:1.5rem;display:flex}.lp-footer-links a{color:#e0f4fd4d;font-size:.8rem;text-decoration:none}.lp-footer-links a:hover{color:var(--lp-accent)}.lp-floating-btn{z-index:999;background:var(--ws-500);color:#fff;font-family:var(--lp-font-body);cursor:pointer;border:none;border-radius:100px;align-items:center;gap:10px;padding:14px 24px;font-size:.95rem;font-weight:700;text-decoration:none;transition:transform .2s,box-shadow .2s,background .2s;display:flex;position:fixed;bottom:32px;right:32px;box-shadow:0 8px 28px #07607659,0 2px 8px #0000001f}.lp-floating-btn:hover{background:var(--ws-600);transform:translateY(-2px);box-shadow:0 12px 36px #07607673,0 4px 12px #00000026}.lp-floating-icon{background:#ffffff26;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;display:flex}@media (width<=960px){.lp-hero{grid-template-columns:1fr;min-height:auto}.lp-hero-left{padding:80px 6vw 40px}.lp-hero-right{height:50vw;min-height:280px;padding:0 6vw 40px}.lp-hero-img{height:100%;min-height:auto}.lp-split{grid-template-columns:1fr;gap:3rem}.lp-testi-grid,.lp-testi-more-grid.visible,.lp-footer-grid{grid-template-columns:1fr 1fr}}@media (width<=768px){.lp-nav-links{display:none}.lp-faq-grid,.lp-biz-grid{grid-template-columns:1fr}.lp-categories-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=600px){.lp-testi-grid,.lp-testi-more-grid.visible,.lp-footer-grid{grid-template-columns:1fr}.lp-floating-btn{padding:12px 18px;font-size:.88rem;bottom:20px;right:20px}}:root{--ws-50:#e0f4fd;--ws-100:#abe3fb;--ws-200:#48c8ee;--ws-300:#3aa8c8;--ws-400:#2a88a4;--ws-500:#076076;--ws-600:#003d4f;--ws-700:#002a37;--ws-800:#001d27;--ws-900:#00131a;--ws-950:#000306;--reg-accent:#48c8ee;--reg-radius:14px}.reg-shell{-webkit-font-smoothing:antialiased;min-height:100vh;font-family:DM Sans,-apple-system,BlinkMacSystemFont,sans-serif;display:flex}.reg-panel{background:var(--ws-800);flex-direction:column;flex-shrink:0;width:44%;min-height:100vh;padding:2.5rem 3rem;display:flex;position:relative;overflow:hidden}.reg-panel:before{content:"";pointer-events:none;background:radial-gradient(circle,#48c8ee1f 0%,#0000 70%);width:560px;height:560px;position:absolute;top:-160px;left:-160px}.reg-panel:after{content:"";pointer-events:none;background:radial-gradient(circle,#07607640 0%,#0000 70%);width:380px;height:380px;position:absolute;bottom:-80px;right:-80px}.reg-panel-inner{z-index:1;flex-direction:column;height:100%;display:flex;position:relative}.reg-logo{color:#fff;letter-spacing:-.03em;margin-bottom:3.5rem;font-family:Syne,sans-serif;font-size:1.5rem;font-weight:800;text-decoration:none;display:inline-block}.reg-logo span{color:var(--reg-accent)}.reg-panel-eyebrow{color:var(--reg-accent);letter-spacing:.06em;text-transform:uppercase;background:#48c8ee1f;border:1px solid #48c8ee40;border-radius:999px;align-items:center;gap:.5rem;width:fit-content;margin-bottom:1.25rem;padding:4px 14px;font-size:.78rem;font-weight:600;display:inline-flex}.reg-panel-eyebrow-dot{background:var(--reg-accent);border-radius:50%;flex-shrink:0;width:6px;height:6px;animation:2s ease-in-out infinite pulse-dot}@keyframes pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.75)}}.reg-panel-headline{color:#fff;letter-spacing:-.03em;margin:0 0 1.25rem;font-family:Syne,sans-serif;font-size:clamp(1.9rem,2.8vw,2.6rem);font-weight:800;line-height:1.1}.reg-panel-headline em{color:var(--reg-accent);font-style:normal}.reg-panel-sub{color:#fff9;margin:0 0 2.5rem;font-size:.975rem;line-height:1.6}.reg-benefits{flex-direction:column;gap:1.1rem;margin-bottom:auto;display:flex}.reg-benefit-item{align-items:flex-start;gap:1rem;display:flex}.reg-benefit-icon{background:#48c8ee1a;border:1px solid #48c8ee33;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.1rem;display:flex}.reg-benefit-text h4{color:#fff;margin:0 0 2px;font-size:.9375rem;font-weight:600}.reg-benefit-text p{color:#ffffff80;margin:0;font-size:.85rem;line-height:1.45}.reg-panel-switch{color:#ffffff73;border-top:1px solid #ffffff14;margin-top:2.5rem;padding-top:1.5rem;font-size:.875rem}.reg-panel-switch a{color:var(--reg-accent);font-weight:600;text-decoration:none}.reg-panel-switch a:hover{text-decoration:underline}.reg-form-area{background:#f5fbfd;flex:1;justify-content:center;align-items:center;padding:3rem 2rem;display:flex}.reg-form-card{border-radius:var(--reg-radius);background:#fff;border:1px solid #0760761a;width:100%;max-width:440px;padding:2.5rem;box-shadow:0 4px 32px #001d2712}.reg-form-title{color:var(--ws-800);letter-spacing:-.025em;margin:0 0 .375rem;font-family:Syne,sans-serif;font-size:1.625rem;font-weight:800}.reg-form-sub{color:#6b7280;margin:0 0 1.75rem;font-size:.9rem}.reg-form-fields{flex-direction:column;gap:1.1rem;display:flex}.reg-label{color:var(--ws-700);letter-spacing:.01em;flex-direction:column;gap:.35rem;font-size:.84rem;font-weight:600;display:flex}.reg-label input{color:var(--ws-800);background:#fafcfd;border:1.5px solid #d6dfe6;border-radius:10px;padding:.7rem .875rem;font-family:inherit;font-size:.9375rem;transition:border-color .15s,box-shadow .15s}.reg-label input:focus{border-color:var(--ws-400);background:#fff;outline:none;box-shadow:0 0 0 3px #2a88a426}.reg-label input::placeholder{color:#aab4bd}.reg-error{color:#b32433;background:#fff0f1;border:1px solid #f5c1c4;border-radius:8px;align-items:center;gap:.5rem;padding:.6rem .875rem;font-size:.875rem;display:flex}.reg-submit{background:var(--ws-500);color:#fff;cursor:pointer;border:none;border-radius:10px;justify-content:center;align-items:center;gap:.5rem;width:100%;margin-top:.5rem;padding:.8rem 1rem;font-family:inherit;font-size:1rem;font-weight:700;transition:background .15s,transform .1s;display:flex}.reg-submit:hover:not(:disabled){background:var(--ws-600);transform:translateY(-1px)}.reg-submit:active:not(:disabled){transform:translateY(0)}.reg-submit:disabled{cursor:default;background:#9aa1ab}.reg-divider{align-items:center;gap:.75rem;margin-top:.25rem;display:flex}.reg-divider:before,.reg-divider:after{content:"";background:#e5e7eb;flex:1;height:1px}.reg-divider span{color:#9ca3af;font-size:.8125rem;font-weight:500}.reg-login-link{width:100%;color:var(--ws-700);background:#fff;border:1.5px solid #d6dfe6;border-radius:10px;justify-content:center;align-items:center;padding:.75rem 1rem;font-size:.9375rem;font-weight:600;text-decoration:none;transition:border-color .15s,background .15s;display:flex}.reg-login-link:hover{border-color:var(--ws-400);color:var(--ws-600);background:#f5fbfd}.reg-form-footer{text-align:center;color:#6b7280;margin-top:1rem;font-size:.875rem}.reg-form-footer a{color:var(--ws-500);font-weight:600;text-decoration:none}.reg-form-footer a:hover{text-decoration:underline}.reg-success-card{border-radius:var(--reg-radius);text-align:center;background:#fff;border:1px solid #0760761a;width:100%;max-width:480px;padding:2.5rem;box-shadow:0 4px 32px #001d2712}.reg-success-icon{background:#07607614;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 1.25rem;font-size:1.75rem;display:flex}.reg-success-card h2{color:var(--ws-800);letter-spacing:-.02em;margin:0 0 .5rem;font-family:Syne,sans-serif;font-size:1.5rem;font-weight:800}.reg-success-card p{color:#6b7280;margin:0 0 1.75rem;font-size:.9375rem;line-height:1.6}.reg-steps{text-align:left;background:#f5fbfd;border:1px solid #0760761a;border-radius:12px;margin-bottom:1.5rem;padding:1.25rem 1.5rem}.reg-steps h4{color:var(--ws-600);text-transform:uppercase;letter-spacing:.07em;margin:0 0 .875rem;font-size:.8125rem;font-weight:700}.reg-step-item{align-items:flex-start;gap:.875rem;margin-bottom:.875rem;display:flex}.reg-step-item:last-child{margin-bottom:0}.reg-step-num{background:var(--ws-500);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;margin-top:1px;font-size:.75rem;font-weight:700;display:flex}.reg-step-text strong{color:var(--ws-800);margin-bottom:2px;font-size:.9rem;display:block}.reg-step-text span{color:#6b7280;font-size:.84rem;line-height:1.4}.reg-success-switch{color:#9ca3af;font-size:.875rem}.reg-success-switch a{color:var(--ws-500);font-weight:600;text-decoration:none}.reg-success-switch a:hover{text-decoration:underline}@media (width<=820px){.reg-shell{flex-direction:column}.reg-panel{width:100%;min-height:auto;padding:2rem 1.75rem}.reg-panel-headline{font-size:1.75rem}.reg-benefits,.reg-panel-switch,.reg-panel:before,.reg-panel:after{display:none}.reg-form-area{padding:2rem 1.25rem}}@media (width<=480px){.reg-panel{padding:1.5rem 1.25rem}.reg-panel-headline{font-size:1.375rem}.reg-panel-sub{font-size:.9375rem}.reg-form-area{padding:1.5rem 1rem}.reg-form-card{padding:1.25rem}.reg-form-title{font-size:1.25rem}}*,:before,:after,::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:#3b82f680;--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border:0 solid #e5e7eb}:before,:after{--tw-content:""}html,:host{-webkit-text-size-adjust:100%;tab-size:4;font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent;font-family:ui-sans-serif,system-ui,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;line-height:1.5}body{line-height:inherit;margin:0}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-feature-settings:normal;font-variation-settings:normal;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-feature-settings:inherit;font-variation-settings:inherit;font-family:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:#0000;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{margin:0;padding:0;list-style:none}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder{opacity:1;color:#9ca3af}textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}.container{width:100%}@media (width>=640px){.container{max-width:640px}}@media (width>=768px){.container{max-width:768px}}@media (width>=1024px){.container{max-width:1024px}}@media (width>=1280px){.container{max-width:1280px}}@media (width>=1536px){.container{max-width:1536px}}.visible{visibility:visible}.flex{display:flex}.table{display:table}.hidden{display:none}.rounded{border-radius:.25rem}.underline{text-decoration-line:underline}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}*{box-sizing:border-box}html,body,#root{min-height:100%;margin:0}body{color:#1a1d21;-webkit-font-smoothing:antialiased;background:#f5f6f8;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}button{cursor:pointer;font:inherit}input{font:inherit}.muted{color:#6b7280}.centered{justify-content:center;align-items:center;min-height:100vh;display:flex}.auth-page{justify-content:center;align-items:center;min-height:100vh;padding:1rem;display:flex}.auth-card{background:#fff;border-radius:12px;flex-direction:column;gap:1rem;width:100%;max-width:420px;padding:2rem;display:flex;box-shadow:0 8px 24px #00000014}.auth-card h1{margin:0;font-size:1.5rem}.auth-card label{color:#444;flex-direction:column;gap:.25rem;font-size:.875rem;display:flex}.auth-card input{border:1px solid #d6d8dc;border-radius:8px;padding:.625rem .75rem;font-size:1rem}.auth-card input:focus{outline-offset:-1px;border-color:#0000;outline:2px solid #4f7df3}.auth-card button[type=submit]{color:#fff;background:#1f2937;border:none;border-radius:8px;padding:.75rem;font-size:1rem;font-weight:500}.auth-card button[type=submit]:disabled{cursor:default;background:#9aa1ab}.auth-card .error{color:#b32433;background:#fff0f1;border:1px solid #f5c1c4;border-radius:8px;padding:.625rem .75rem;font-size:.875rem}.auth-card .footer{text-align:center;margin:0;font-size:.875rem}.auth-card a{color:#4f7df3}.app-content{width:100%;max-width:1100px;margin:0 auto;padding:2rem 1.5rem 3rem}.link-button{color:#4f7df3;font:inherit;background:0 0;border:none;padding:0;text-decoration:underline}.section-head{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.section-head h1{margin:0;font-size:1.5rem}.btn-primary{color:#fff;background:#1f2937;border:none;border-radius:8px;padding:.5rem 1rem;font-size:.9375rem;font-weight:500;text-decoration:none;display:inline-block}.btn-primary:hover{background:#111827}.btn-primary:disabled{cursor:default;background:#9aa1ab}.btn-secondary{color:#1f2937;background:#fff;border:1px solid #d1d5db;border-radius:8px;padding:.5rem 1rem;font-size:.9375rem;font-weight:500}.btn-secondary:hover{background:#f9fafb}.form-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;flex-direction:column;gap:1rem;max-width:640px;padding:1.5rem;display:flex}.form-card label{color:#444;flex-direction:column;gap:.25rem;font-size:.875rem;display:flex}.form-card input,.form-card textarea{border:1px solid #d6d8dc;border-radius:8px;padding:.5rem .75rem;font-family:inherit;font-size:1rem}.form-card input:focus,.form-card textarea:focus{outline-offset:-1px;border-color:#0000;outline:2px solid #4f7df3}.form-card textarea{resize:vertical;min-height:6rem}.grid-2{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.form-actions{justify-content:flex-end;gap:.5rem;padding-top:.5rem;display:flex}.error{color:#b32433;background:#fff0f1;border:1px solid #f5c1c4;border-radius:8px;padding:.625rem .75rem;font-size:.875rem}.success{color:#065f46;background:#ecfdf5;border:1px solid #a7f3d0;border-radius:8px;padding:.625rem .75rem;font-size:.875rem}.banner{color:#78350f;background:#fef3c7;border:1px solid #fcd34d;border-radius:8px;margin-bottom:1.5rem;padding:.875rem 1rem;font-size:.9375rem}.banner a{color:#78350f;font-weight:500}.tabs{border-bottom:1px solid #e5e7eb;gap:.25rem;margin-bottom:1rem;display:flex}.tab{font:inherit;color:#6b7280;background:0 0;border:none;border-bottom:2px solid #0000;align-items:center;gap:.375rem;margin-bottom:-1px;padding:.625rem 1rem;display:flex}.tab:hover{color:#1f2937}.tab.active{color:#1f2937;border-bottom-color:#1f2937;font-weight:600}.tab-count{color:#4b5563;text-align:center;background:#e5e7eb;border-radius:999px;min-width:1.25rem;padding:0 .375rem;font-size:.75rem}.tab.active .tab-count{color:#fff;background:#1f2937}.shift-list{flex-direction:column;gap:.75rem;margin:0;padding:0;list-style:none;display:flex}.shift-card{color:inherit;background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:1rem 1.25rem;text-decoration:none;transition:border-color .12s;display:block}.shift-card:hover{border-color:#9aa1ab}.shift-card-head{justify-content:space-between;align-items:center;gap:.5rem;margin-bottom:.375rem;display:flex}.shift-card-foot{color:#4b5563;gap:.5rem;margin-top:.5rem;font-size:.875rem;display:flex}.badge{text-transform:capitalize;white-space:nowrap;border-radius:999px;padding:.125rem .5rem;font-size:.75rem;font-weight:500;display:inline-block}.badge-open{color:#1e40af;background:#dbeafe}.badge-filled{color:#5b21b6;background:#ede9fe}.badge-in_progress{color:#78350f;background:#fef3c7}.badge-completed{color:#065f46;background:#d1fae5}.badge-cancelled{color:#991b1b;background:#fee2e2}.badge-pending{color:#374151;background:#f3f4f6}.badge-accepted{color:#065f46;background:#d1fae5}.badge-rejected{color:#991b1b;background:#fee2e2}.back-link{margin:0 0 .5rem}.back-link a{color:#4b5563;text-decoration:none}.back-link a:hover{color:#1f2937}.detail-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;margin-bottom:2rem;padding:1.5rem}.detail-card dl{grid-template-columns:8rem 1fr;gap:.5rem 1rem;margin:0 0 1.25rem;display:grid}.detail-card dl>div{display:contents}.detail-card dt{color:#6b7280;font-weight:500}.detail-card dd{margin:0}.detail-card h3{color:#6b7280;margin:0 0 .5rem;font-size:.9375rem;font-weight:500}.detail-card p{white-space:pre-wrap;margin:0}.applicants-head{margin:0 0 .75rem;font-size:1.125rem}.applicants-table{border-collapse:collapse;background:#fff;border:1px solid #e5e7eb;border-radius:12px;width:100%;overflow:hidden}.applicants-table th,.applicants-table td{text-align:left;border-bottom:1px solid #e5e7eb;padding:.625rem .875rem;font-size:.9375rem}.applicants-table tr:last-child td{border-bottom:none}.applicants-table th{color:#6b7280;background:#f9fafb;font-size:.8125rem;font-weight:500}.applicants-table .action-cell{justify-content:flex-end;gap:.375rem;display:flex}.action-bar{gap:.5rem;margin-bottom:1rem;display:flex}.btn-mini{border:none;border-radius:6px;padding:.25rem .625rem;font-size:.8125rem;font-weight:500}.btn-mini.btn-secondary{border:1px solid #d1d5db}.btn-danger{color:#b32433;background:#fff;border:1px solid #f5c1c4;border-radius:8px;padding:.5rem 1rem;font-size:.9375rem;font-weight:500}.btn-danger:hover{background:#fef2f2}.btn-danger:disabled{color:#9aa1ab;cursor:default;background:#fff;border-color:#e5e7eb}.att-on{color:#1e40af;font-size:.875rem}.skeleton{background:linear-gradient(90deg,#f3f4f6 25%,#e5e7eb 50%,#f3f4f6 75%) 0 0/200% 100%;border-radius:4px;animation:1.4s ease-in-out infinite skeleton-shimmer;display:block}.skeleton-rounded{border-radius:999px}@keyframes skeleton-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.error-panel{text-align:center;background:#fff;border:1px solid #f5c1c4;border-radius:12px;flex-direction:column;align-items:center;gap:.75rem;padding:1.5rem;display:flex}.error-panel-title{color:#b32433;margin:0;font-size:.9375rem}@media (width<=640px){.grid-2{grid-template-columns:1fr}.shell-header{text-align:center;grid-template-columns:1fr;gap:.75rem}.shell-user{justify-content:center}}.site{background:#fff;flex-direction:column;min-height:100vh;display:flex}.site-main{flex:1}.container{max-width:1100px;margin:0 auto;padding:0 1.5rem}.site-header{z-index:50;-webkit-backdrop-filter:saturate(180%)blur(8px);backdrop-filter:saturate(180%)blur(8px);background:#fff;border-bottom:1px solid #e5e7eb;position:sticky;top:0}.site-verify-banner{color:#78350f;background:#fef3c7;border-bottom:1px solid #fde68a;flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;padding:.625rem 1.5rem;font-size:.875rem;display:flex}.site-verify-banner strong{font-weight:600}.site-verify-actions{gap:.75rem;display:flex}.site-verify-banner .site-link-button{color:#78350f;font-weight:500;text-decoration:underline}.site-verify-banner .site-link-button:disabled{opacity:.6;cursor:not-allowed}.site-header-inner{grid-template-columns:auto 1fr auto;align-items:center;gap:1.5rem;max-width:1200px;margin:0 auto;padding:.75rem 1.5rem;display:grid}.site-brand{color:#1a1d21;align-items:center;gap:.5rem;text-decoration:none;display:flex}.site-brand-mark{color:#fff;background:#1f2937;border-radius:8px;justify-content:center;align-items:center;width:28px;height:28px;font-size:12px;font-weight:700;display:inline-flex}.site-brand-text{font-size:1rem;font-weight:700}.site-nav{justify-content:center;gap:.25rem;display:flex}.site-nav a{color:#4b5563;border-radius:6px;padding:.5rem .75rem;font-size:.9375rem;font-weight:500;text-decoration:none}.site-nav a:hover,.site-nav a.active{color:#1a1d21;background:#f3f4f6}.site-header-right{align-items:center;gap:.75rem;display:flex}.site-search{align-items:center;display:flex;position:relative}.site-search input{background:#f9fafb;border:1px solid #d6d8dc;border-radius:999px;width:200px;padding:.5rem 2rem .5rem .875rem;font-size:.875rem}.site-search input:focus{outline-offset:-1px;background:#fff;border-color:#0000;outline:2px solid #4f7df3}.site-search button{color:#6b7280;background:0 0;border:none;border-radius:999px;align-items:center;padding:.375rem;display:flex;position:absolute;top:50%;right:.25rem;transform:translateY(-50%)}.site-search button:hover{color:#1a1d21}.site-link{color:#4b5563;font-size:.9375rem;font-weight:500;text-decoration:none}.site-link:hover{color:#1a1d21}.site-link-button{font:inherit;cursor:pointer;background:0 0;border:none;padding:0}.site-cta{font-size:.875rem}.site-user-name{color:#6b7280;font-size:.875rem}.hero{color:#fff;background:linear-gradient(135deg,#1f2937 0%,#4f7df3 60%,#14b8a6 110%);align-items:center;min-height:540px;display:flex;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;inset:0}.hero-overlay{background:linear-gradient(#0f172a00 0%,#0f172a40 100%);position:absolute;inset:0}.hero-inner{text-align:center;max-width:1100px;margin:0 auto;padding:4rem 1.5rem;position:relative}.hero-eyebrow{letter-spacing:.04em;background:#ffffff26;border-radius:999px;margin:0 0 1rem;padding:.25rem .75rem;font-size:.8125rem;font-weight:500;display:inline-block}.hero-title{margin:0 0 1rem;font-size:clamp(2rem,5vw,3.5rem);font-weight:700;line-height:1.1}.hero-sub{opacity:.9;max-width:640px;margin:0 auto 2rem;font-size:clamp(1rem,2vw,1.25rem);line-height:1.5}.hero-ctas{flex-wrap:wrap;justify-content:center;gap:.75rem;display:flex}.btn-lg{padding:.875rem 1.5rem;font-size:1rem}.stats{background:#f9fafb;border-bottom:1px solid #e5e7eb}.stats-inner{text-align:center;grid-template-columns:repeat(3,1fr);gap:1.5rem;max-width:1100px;margin:0 auto;padding:2rem 1.5rem;display:grid}.stat-number{color:#1a1d21;font-size:2rem;font-weight:700}.stat-label{color:#6b7280;margin-top:.25rem;font-size:.875rem}.section{padding:4rem 0}.section-alt{background:#f9fafb}.section-title{text-align:center;color:#1a1d21;margin:0 0 2rem;font-size:clamp(1.5rem,3vw,2rem);font-weight:700}.how-grid{grid-template-columns:1fr 1fr;gap:2rem;display:grid}.how-col{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:1.75rem}.how-col h3{color:#1a1d21;margin:0 0 1rem;font-size:1.125rem}.how-list{counter-reset:step;flex-direction:column;gap:1rem;margin:0 0 1rem;padding:0;list-style:none;display:flex}.how-list li{counter-increment:step;padding-left:2.25rem;position:relative}.how-list li:before{content:counter(step);color:#fff;background:#1f2937;border-radius:999px;justify-content:center;align-items:center;width:1.5rem;height:1.5rem;font-size:.75rem;font-weight:600;display:inline-flex;position:absolute;top:0;left:0}.how-list li strong{color:#1a1d21;margin-bottom:.125rem;display:block}.how-list li span{color:#6b7280;font-size:.9375rem;display:block}.how-list.numbered li:before{background:#4f7df3}.industry-grid{grid-template-columns:repeat(3,1fr);gap:1rem;display:grid}.industry-card{text-align:center;background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:1.5rem}.industry-icon{margin-bottom:.5rem;font-size:2rem}.industry-card h3{margin:0 0 .5rem;font-size:1.125rem}.audience-grid{grid-template-columns:repeat(3,1fr);gap:1rem;display:grid}.audience-grid.two-up{grid-template-columns:1fr 1fr}.audience-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;flex-direction:column;gap:.75rem;padding:1.5rem;display:flex}.audience-card h3{margin:0;font-size:1.125rem}.audience-card .badge{align-self:flex-start}.cta-strip{color:#fff;background:#1f2937;padding:3rem 0}.cta-strip-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:2rem;display:flex}.cta-strip h2{margin:0 0 .25rem;font-size:clamp(1.25rem,2.5vw,1.75rem)}.cta-strip .muted{color:#cbd5e1}.cta-strip-buttons{flex-wrap:wrap;gap:.75rem;display:flex}.cta-strip .btn-secondary{color:#fff;background:0 0;border-color:#fff6}.cta-strip .btn-secondary:hover{background:#ffffff1a}.content-page{max-width:760px;padding:3rem 1.5rem 5rem}.content-page h1{margin:0 0 1rem;font-size:clamp(1.75rem,4vw,2.5rem);line-height:1.2}.content-page h2{margin:2rem 0 .75rem;font-size:1.25rem}.content-page .lead{color:#4b5563;margin:0 0 2rem;font-size:1.125rem;line-height:1.6}.content-page p{color:#1a1d21;line-height:1.7}.content-page ul,.content-page ol{line-height:1.7}.page-eyebrow{text-transform:uppercase;letter-spacing:.08em;color:#4f7df3;margin:0 0 .5rem;font-size:.75rem;font-weight:600;display:inline-block}.check-list{flex-direction:column;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.check-list li{color:#1a1d21;padding-left:1.75rem;position:relative}.check-list li:before{content:"✓";color:#10b981;font-weight:700;position:absolute;left:0}.check-list.big li{margin-bottom:.75rem;padding-left:1.75rem;display:block}.check-list.big li strong{color:#1a1d21;display:block}.check-list.big li span{color:#6b7280;font-size:.9375rem;display:block}.cta-block{flex-wrap:wrap;align-items:center;gap:1rem;margin-top:3rem;display:flex}.contact-form{margin-top:1.5rem}.contact-direct{color:#6b7280;margin-top:2rem}.install-card{background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;margin-top:2rem;padding:1.5rem}.install-card h3{margin:0 0 1rem;font-size:1.125rem}.link{color:#4f7df3;font-weight:500;text-decoration:none}.link:hover{text-decoration:underline}.site-footer{background:#f9fafb;border-top:1px solid #e5e7eb;margin-top:0;padding:3rem 1.5rem 1.5rem}.site-footer-inner{grid-template-columns:2fr 1fr 1fr 1fr;gap:2rem;max-width:1100px;margin:0 auto;display:grid}.site-footer-col{flex-direction:column;gap:.5rem;display:flex}.site-footer-col h4{color:#1a1d21;margin:0 0 .5rem;font-size:.875rem;font-weight:600}.site-footer-col a{color:#4b5563;font-size:.875rem;text-decoration:none}.site-footer-col a:hover{color:#1a1d21}.site-footer-brand{color:#1a1d21;margin-bottom:.25rem;font-size:1rem;font-weight:700}.site-footer-bottom{text-align:center;color:#6b7280;border-top:1px solid #e5e7eb;max-width:1100px;margin:2rem auto 0;padding-top:1.5rem;font-size:.8125rem}@media (width<=900px){.site-header-inner{grid-template-rows:auto auto;grid-template-columns:auto auto}.site-nav{grid-area:2/1/auto/-1;justify-content:flex-start;overflow-x:auto}.site-search input{width:140px}.how-grid,.industry-grid,.audience-grid,.audience-grid.two-up{grid-template-columns:1fr}.stats-inner{grid-template-columns:1fr;gap:1rem}.site-footer-inner{grid-template-columns:1fr 1fr}}@media (width<=540px){.site-search,.site-user-name{display:none}.site-footer-inner{grid-template-columns:1fr}}@media (width<=768px){.app-content{padding:1.25rem 1rem 2rem}.detail-card dl{grid-template-columns:6rem 1fr}.form-card{padding:1.25rem}.section-head h1{font-size:1.25rem}}@media (width<=640px){.app-content{padding:1rem .875rem 2rem}.section-head{flex-wrap:wrap;gap:.5rem}.section-head h1{font-size:1.125rem}.tabs{scrollbar-width:none;flex-wrap:nowrap;overflow-x:auto}.tabs::-webkit-scrollbar{display:none}.tab{white-space:nowrap;padding:.5rem .75rem}.shift-card{padding:.875rem 1rem}.shift-card-head{flex-wrap:wrap}.detail-card{padding:1rem}.detail-card dl{grid-template-columns:1fr;gap:.125rem 0}.detail-card dt{text-transform:uppercase;letter-spacing:.03em;margin-top:.5rem;font-size:.75rem}.detail-card dl>div+div dt{margin-top:.25rem}.applicants-table{white-space:nowrap;-webkit-overflow-scrolling:touch;display:block;overflow-x:auto}.applicants-table .action-cell{justify-content:flex-start}.action-bar{flex-wrap:wrap}.action-bar .btn-primary,.action-bar .btn-danger{text-align:center;flex:auto}.form-actions{flex-wrap:wrap}.form-actions .btn-primary,.form-actions .btn-secondary{text-align:center;flex:auto}.banner{padding:.75rem .875rem;font-size:.875rem}}@media (width<=380px){.site-brand-text{display:none}.btn-primary,.btn-secondary,.btn-danger{padding:.5rem .75rem;font-size:.875rem}}
