[hidden]{display:none!important}
:root{--ink:#101828;--muted:#667085;--line:#e4e7ec;--soft:#f7f8fa;--accent:#5b3df5;--accent2:#00a8a8;--white:#fff;--shadow:0 18px 50px rgba(16,24,40,.12)}*{box-sizing:border-box}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:#fbfbfd}.hero{background:radial-gradient(circle at 78% 20%,rgba(91,61,245,.35),transparent 34%),linear-gradient(135deg,#0f172a,#191d3d 60%,#1c174d);color:white;padding:0 6vw 58px}.nav{height:76px;display:flex;align-items:center;justify-content:space-between}.brand{display:flex;gap:11px;align-items:center;font-weight:750}.brandmark{display:grid;place-items:center;width:34px;height:34px;border-radius:11px;background:white;color:#3621bb;font-size:13px}.ghost{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.25);color:white;padding:10px 14px;border-radius:10px;cursor:pointer}.heroCopy{display:flex;justify-content:space-between;align-items:flex-end;gap:36px;max-width:1200px;margin:auto}.eyebrow{font-size:11px;letter-spacing:.18em;color:#bdb4ff;font-weight:800}.hero h1{font-size:clamp(40px,6vw,72px);line-height:.98;letter-spacing:-.055em;margin:14px 0 18px}.hero p{max-width:650px;color:#d9d9e8;font-size:17px;line-height:1.6}.heroStat{min-width:150px;border-left:1px solid rgba(255,255,255,.23);padding:4px 0 4px 22px}.heroStat strong{display:block;font-size:42px;letter-spacing:-.05em}.heroStat span{font-size:13px;color:#c5c6d7}main{max-width:1220px;margin:-24px auto 70px;padding:0 24px}.toolbar{display:grid;grid-template-columns:1fr repeat(3,180px);gap:10px;padding:14px;background:white;border:1px solid var(--line);border-radius:16px;box-shadow:var(--shadow)}.searchWrap{display:flex;align-items:center;border:1px solid var(--line);border-radius:10px;padding:0 12px;gap:8px}.searchWrap input,.toolbar select{width:100%;border:1px solid var(--line);background:white;border-radius:10px;padding:12px;font:inherit;color:var(--ink)}.searchWrap input{border:0;outline:0;padding-left:3px}.summary{display:flex;justify-content:space-between;align-items:end;padding:34px 2px 16px}.summary h2{margin:0;font-size:24px}.summary p{margin:6px 0 0;color:var(--muted);font-size:14px}.linkBtn{border:0;background:none;color:var(--accent);cursor:pointer}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.card{display:flex;flex-direction:column;background:white;border:1px solid var(--line);border-radius:18px;padding:20px;min-height:330px;transition:.2s}.card:hover{transform:translateY(-3px);box-shadow:0 16px 34px rgba(16,24,40,.09);border-color:#d0ccff}.companyRow{display:flex;align-items:center;justify-content:space-between;gap:12px}.logo{width:46px;height:46px;border-radius:12px;background:linear-gradient(135deg,#ece9ff,#dff8f5);display:grid;place-items:center;font-weight:850;color:#4632c8}.pill{font-size:11px;font-weight:750;padding:6px 8px;border-radius:999px;background:#ecfdf3;color:#027a48}.card h3{font-size:20px;letter-spacing:-.02em;margin:18px 0 7px}.company{font-size:13px;font-weight:700;color:#475467}.meta{display:flex;gap:8px;flex-wrap:wrap;margin:14px 0}.meta span{font-size:12px;color:#475467;background:#f2f4f7;border-radius:7px;padding:6px 8px}.desc{color:var(--muted);font-size:13px;line-height:1.55;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.manager{display:flex;align-items:center;gap:9px;margin-top:auto;padding-top:16px;border-top:1px solid #f0f1f3}.avatar{width:34px;height:34px;border-radius:50%;background:#ede9fe;display:grid;place-items:center;font-size:11px;font-weight:850;color:#5237c7}.manager strong{font-size:12px;display:block}.manager small{color:var(--muted)}.cardActions{display:flex;gap:8px;margin-top:15px}.primary,.secondary{border:0;border-radius:10px;padding:11px 13px;font-weight:750;cursor:pointer}.primary{background:var(--accent);color:white;flex:1}.secondary{background:#f2f4f7;color:#344054}.empty{text-align:center;padding:80px 20px;color:var(--muted)}.empty h3{color:var(--ink)}.uploadIcon{margin:auto;width:58px;height:58px;border-radius:16px;background:#eeeaff;color:var(--accent);display:grid;place-items:center;font-size:27px}.dialog{width:min(760px,92vw);border:0;border-radius:20px;padding:0;box-shadow:0 24px 80px rgba(0,0,0,.28)}.dialog::backdrop{background:rgba(7,12,24,.58);backdrop-filter:blur(3px)}.dialogInner{padding:26px}.close{float:right;border:0;background:#f2f4f7;border-radius:9px;width:34px;height:34px;cursor:pointer}.detailTop{padding-right:45px}.detailTop h2{font-size:30px;letter-spacing:-.03em;margin:7px 0}.detailBody{white-space:pre-wrap;color:#475467;line-height:1.65}.managerPanel{margin-top:22px;padding:18px;border-radius:14px;background:#f8f7ff;border:1px solid #e5e0ff}.bookingSteps{display:flex;gap:7px;margin:18px 0}.step{height:6px;flex:1;background:#e4e7ec;border-radius:6px}.step.on{background:var(--accent)}.slots{display:grid;grid-template-columns:repeat(3,1fr);gap:9px;margin:16px 0}.slot{padding:12px 9px;border:1px solid var(--line);border-radius:10px;background:white;cursor:pointer}.slot:hover,.slot.selected{border-color:var(--accent);background:#f6f4ff;color:#3b27b7}.field{display:grid;gap:6px;margin:12px 0}.field label{font-size:12px;font-weight:750}.field input{padding:12px;border:1px solid var(--line);border-radius:9px;font:inherit}.notice{font-size:12px;color:#475467;background:#f2f4f7;padding:10px;border-radius:9px}.error{color:#b42318;background:#fef3f2}.success{padding:35px;text-align:center}.successMark{width:58px;height:58px;border-radius:50%;margin:auto;background:#dcfae6;color:#067647;display:grid;place-items:center;font-size:26px}.toast{position:fixed;right:22px;bottom:22px;background:#101828;color:white;padding:12px 16px;border-radius:10px;opacity:0;transform:translateY(8px);transition:.2s;pointer-events:none}.toast.show{opacity:1;transform:none}@media(max-width:900px){.toolbar{grid-template-columns:1fr 1fr}.searchWrap{grid-column:1/-1}.grid{grid-template-columns:1fr 1fr}.heroCopy{align-items:flex-start;flex-direction:column}.heroStat{border-left:0;padding-left:0}}@media(max-width:600px){.grid{grid-template-columns:1fr}.toolbar{grid-template-columns:1fr}.searchWrap{grid-column:auto}.hero{padding-left:22px;padding-right:22px}.heroStat{display:none}.slots{grid-template-columns:1fr 1fr}}
.loginGate{min-height:100vh;display:grid;grid-template-columns:minmax(420px,46%) 1fr;background:#fff}.loginCard{align-self:center;width:min(520px,calc(100% - 48px));margin:auto;padding:42px}.loginBrand{display:flex;align-items:center;gap:11px;margin-bottom:64px}.loginCard h1{font-size:44px;line-height:1.03;letter-spacing:-.045em;margin:14px 0 16px}.loginCard p{color:var(--muted);line-height:1.65}.purple{color:var(--accent)}.loginPrimary{width:100%;padding:14px;margin-top:10px;font-size:14px}.loginFoot{margin-top:28px;color:#98a2b3;font-size:11px;line-height:1.5}.loginVisual{position:relative;overflow:hidden;min-height:100vh;background:radial-gradient(circle at 66% 26%,rgba(0,168,168,.28),transparent 28%),radial-gradient(circle at 24% 76%,rgba(91,61,245,.42),transparent 34%),linear-gradient(145deg,#10162b,#24195a 62%,#0f5761);display:flex;align-items:flex-end;padding:70px;color:#fff}.visualOrb{position:absolute;width:440px;height:440px;border-radius:50%;right:-90px;top:90px;border:1px solid rgba(255,255,255,.18);box-shadow:0 0 0 70px rgba(255,255,255,.035),0 0 0 140px rgba(255,255,255,.025)}.visualCopy{position:relative;max-width:620px;display:grid;gap:18px}.visualCopy span{font-size:12px;letter-spacing:.22em;color:#c8c5f4}.visualCopy strong{font-size:clamp(38px,5vw,72px);line-height:.98;letter-spacing:-.05em}.codeInput{font-size:28px!important;letter-spacing:10px;text-align:center;font-weight:750}.backBtn{border:0;background:none;padding:0;margin-bottom:32px;color:var(--accent);font-weight:700;cursor:pointer}.devNotice{margin:12px 0;background:#fff7ed;color:#9a3412}.navActions{display:flex;align-items:center;gap:9px}.userChip{display:flex;align-items:center;gap:9px;border:1px solid rgba(255,255,255,.2);background:rgba(255,255,255,.08);color:white;border-radius:12px;padding:7px 10px;text-align:left}.userChip>span:first-child{display:grid;place-items:center;width:30px;height:30px;border-radius:50%;background:white;color:#4232bd;font-size:11px;font-weight:850}.userChip strong,.userChip small{display:block}.userChip strong{font-size:11px}.userChip small{font-size:9px;color:#c8cada;max-width:150px;overflow:hidden;text-overflow:ellipsis}.managerPanel .identityLine{display:flex;align-items:center;gap:10px}.identityBadge{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:#ebe8ff;color:#4a35c5;font-weight:850}.confirmationIdentity{margin:15px 0;padding:12px;border:1px solid #d6d2ff;background:#faf9ff;border-radius:12px;font-size:13px;color:#475467}@media(max-width:850px){.loginGate{grid-template-columns:1fr}.loginVisual{display:none}.loginCard{padding:34px 0}.loginBrand{margin-bottom:42px}.loginCard h1{font-size:38px}.navActions .userChip{display:none}}@media(max-width:600px){.navActions{gap:5px}.navActions .ghost{font-size:11px;padding:9px}.navActions #uploadBtn{display:none}}

/* Home choice + manager submission */
.choiceScreen,.postJobView{min-height:100vh;background:linear-gradient(180deg,#f8f9ff 0%,#ffffff 55%)}
.choiceNav,.postNav{max-width:1180px;margin:0 auto;padding:26px 28px;display:flex;align-items:center;justify-content:space-between}.userChip.static{cursor:default}.choiceWrap{max-width:1020px;margin:0 auto;padding:105px 28px 80px;text-align:center}.choiceWrap h1,.postIntro h1{font-size:clamp(42px,6vw,72px);line-height:1.02;margin:14px 0 18px;letter-spacing:-.045em}.choiceWrap>p,.postIntro>p{max-width:720px;margin:0 auto;color:#667085;font-size:18px;line-height:1.65}.choiceGrid{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-top:52px;text-align:left}.choiceTile{appearance:none;border:1px solid #e6e8f0;background:white;border-radius:24px;padding:28px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:20px;box-shadow:0 12px 34px rgba(29,41,57,.07);cursor:pointer;transition:.2s ease;color:#101828}.choiceTile:hover{transform:translateY(-3px);border-color:#b9adff;box-shadow:0 18px 45px rgba(91,61,245,.13)}.choiceTile strong{display:block;font-size:24px;margin-bottom:8px}.choiceTile small{display:block;color:#667085;font-size:15px;line-height:1.5}.choiceTile b{font-size:24px;color:#5b3df5}.choiceIcon{width:56px;height:56px;border-radius:18px;display:grid;place-items:center;background:#f0edff;color:#5b3df5;font-size:28px;font-weight:700}
.postWrap{max-width:900px;margin:0 auto;padding:70px 28px 100px}.postIntro{text-align:center;margin-bottom:36px}.postForm{background:#fff;border:1px solid #e6e8f0;border-radius:24px;padding:30px;box-shadow:0 12px 34px rgba(29,41,57,.07)}.formGrid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.formGrid .full{grid-column:1/-1}.postForm input,.postForm select,.postForm textarea{width:100%;box-sizing:border-box;border:1px solid #d0d5dd;border-radius:12px;padding:12px 14px;font:inherit;background:#fff;color:#101828;outline:none}.postForm textarea{resize:vertical}.postForm input:focus,.postForm select:focus,.postForm textarea:focus{border-color:#7c66f7;box-shadow:0 0 0 3px rgba(91,61,245,.1)}.submitIdentity{margin-top:24px;padding:16px;border-radius:16px;background:#f8f7ff;display:grid;grid-template-columns:auto 1fr auto;gap:12px;align-items:center}.submitIdentity strong,.submitIdentity small{display:block}.submitIdentity span{font-size:13px;color:#667085}.postSubmit{width:100%;margin-top:18px}.postSuccess{background:white;border:1px solid #e6e8f0;border-radius:24px;padding:50px;text-align:center;box-shadow:0 12px 34px rgba(29,41,57,.07)}.postSuccessActions{display:flex;gap:12px;justify-content:center;margin-top:20px}
@media (max-width:760px){.choiceGrid,.formGrid{grid-template-columns:1fr}.formGrid .full{grid-column:auto}.choiceWrap{padding-top:60px}.choiceNav,.postNav{padding:18px}.choiceNav .userChip.static{display:none}.submitIdentity{grid-template-columns:auto 1fr}.submitIdentity span{grid-column:1/-1}.postSuccessActions{flex-direction:column}}
.reviewJobsView{min-height:100vh;background:#f7f7fb}.reviewWrap{max-width:1100px;margin:0 auto;padding:42px 24px 80px}.reviewList{display:grid;gap:18px}.reviewCard{background:#fff;border:1px solid #e5e7eb;border-radius:20px;padding:24px;box-shadow:0 12px 30px rgba(16,24,40,.06)}.reviewHead{display:flex;justify-content:space-between;gap:20px;align-items:flex-start}.reviewHead h3{margin:4px 0 4px;font-size:22px}.reviewMeta{color:#667085;font-size:14px}.reviewBody{display:grid;grid-template-columns:1fr 1fr;gap:22px;margin-top:18px}.reviewBody p{white-space:pre-wrap}.reviewActions{display:flex;justify-content:flex-end;gap:10px;margin-top:20px}.danger{border:1px solid #f04438;background:#fff;color:#b42318;border-radius:10px;padding:10px 16px;font-weight:700}.reviewStatus{display:inline-flex;padding:5px 9px;border-radius:999px;background:#fff7ed;color:#9a3412;font-size:12px;font-weight:800;text-transform:uppercase}.reviewCard.rejected{opacity:.7}.reviewCard.approved{border-color:#abefc6}.reviewSectionLabel{font-size:12px;font-weight:800;color:#667085;text-transform:uppercase;letter-spacing:.08em}@media(max-width:760px){.reviewBody{grid-template-columns:1fr}.reviewHead{flex-direction:column}.reviewActions{justify-content:stretch}.reviewActions button{flex:1}}

.appLoading{position:fixed;inset:0;z-index:9999;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;background:linear-gradient(180deg,#f8f9ff 0%,#fff 60%);color:#344054}.appLoading .brand{font-size:20px}.appLoading p{color:#667085}

/* Workplace Ninjas US 2027 theme */
:root{
  --ink:#0a1630;
  --muted:#5f6675;
  --line:#ded8cf;
  --soft:#f6f1ea;
  --accent:#e2303f;
  --accent2:#4ba9a5;
  --sand:#f0e2d0;
  --desert:#d88862;
  --navy:#08142d;
  --navy2:#101f43;
  --white:#fff;
  --shadow:0 18px 50px rgba(8,20,45,.12)
}
body{background:#fbf8f4;color:var(--ink)}
.wpnLogo{display:block;width:152px;max-height:48px;object-fit:contain;object-position:left center;filter:none}
.brand{gap:14px}.brandText{display:grid;line-height:1.05}.brandText strong{font-size:14px;letter-spacing:-.01em}.brandText small{margin-top:4px;font-size:9px;letter-spacing:.14em;text-transform:uppercase;opacity:.65;font-weight:800}
.loginBrand{gap:16px}.loginBrand .wpnLogo{width:190px}.loginBrand .brandText strong{font-size:17px}.loginBrand .brandText small{font-size:10px}
.eyebrow{color:#e2303f;letter-spacing:.16em}.purple{color:#e2303f}
.primary{background:#e2303f;box-shadow:0 7px 18px rgba(226,48,63,.19)}.primary:hover{background:#c92433}.linkBtn,.backBtn{color:#d72c3b}
.ghost{border-color:rgba(255,255,255,.22);background:rgba(255,255,255,.07)}.ghost:hover{background:rgba(255,255,255,.13)}
.loginGate{background:#fbf8f4}.loginCard{background:#fbf8f4}.loginCard h1{color:#08142d}.field input{background:#fffdf9;border-color:#d7d0c6}
.loginVisual{background:
  radial-gradient(circle at 72% 21%,rgba(230,48,63,.36),transparent 23%),
  radial-gradient(circle at 22% 76%,rgba(75,169,165,.26),transparent 31%),
  linear-gradient(145deg,#071329,#0e1e40 58%,#253653);position:relative}
.loginVisual:before{content:"";position:absolute;left:-8%;right:-8%;bottom:-7%;height:46%;background:linear-gradient(162deg,transparent 0 26%,rgba(216,136,98,.92) 26.5% 49%,rgba(240,226,208,.84) 49.5% 61%,transparent 61.5%),linear-gradient(198deg,transparent 0 34%,rgba(75,169,165,.48) 34.5% 54%,transparent 54.5%);opacity:.72}
.loginVisual:after{content:"SCOTTSDALE 2027";position:absolute;right:54px;top:54px;font-size:11px;letter-spacing:.24em;font-weight:900;color:rgba(255,255,255,.72)}
.visualOrb{border-color:rgba(255,255,255,.13);box-shadow:0 0 0 70px rgba(255,255,255,.025),0 0 0 140px rgba(255,255,255,.015)}
.visualCopy span{color:#f1b6ae}.visualCopy strong{max-width:720px}
.choiceScreen,.postJobView{background:linear-gradient(180deg,#f5eee5 0%,#fbf8f4 42%,#fff 100%)}
.choiceNav,.postNav{max-width:1240px}.choiceWrap{max-width:1080px;padding-top:92px}.choiceWrap h1,.postIntro h1{font-weight:820;color:#08142d}
.choiceGrid{gap:20px}.choiceTile{border-color:#ded5c9;border-radius:18px;box-shadow:0 12px 30px rgba(8,20,45,.07);background:#fffdfa}.choiceTile:hover{border-color:#e2303f;box-shadow:0 20px 44px rgba(8,20,45,.12)}.choiceTile b{color:#e2303f}.choiceIcon{border-radius:14px;background:#fbe8e6;color:#d92d3c}
.hero{background:radial-gradient(circle at 82% 28%,rgba(226,48,63,.27),transparent 26%),radial-gradient(circle at 65% 100%,rgba(75,169,165,.20),transparent 32%),linear-gradient(135deg,#071329,#0d1c3b 63%,#172b4d);padding-bottom:64px}
.hero:after{content:"SCOTTSDALE • JANUARY 11–13, 2027";display:block;max-width:1200px;margin:34px auto -35px;color:#efb8b2;font-size:10px;font-weight:850;letter-spacing:.19em}
.hero h1{font-weight:840}.hero p{color:#d7ddeb}.heroStat strong{color:#fff}.heroStat span{color:#c9d1df}
.toolbar{border-color:#ddd4c9;border-radius:14px;box-shadow:0 18px 46px rgba(8,20,45,.10)}
.card{background:#fffdfa;border-color:#e2d9ce;border-radius:15px}.card:hover{border-color:#d88862;box-shadow:0 16px 34px rgba(8,20,45,.09)}
.logo{background:linear-gradient(135deg,#f5d9d5,#e8eee8);color:#b72835;border-radius:10px}.pill{background:#e8f5f1;color:#196c68}.meta span{background:#f4eee6}.avatar,.identityBadge{background:#f7ddd9;color:#bd2936}.managerPanel,.confirmationIdentity,.submitIdentity{background:#fbf4ed;border-color:#e7d5c5}
.slot:hover,.slot.selected{border-color:#e2303f;background:#fff0ee;color:#b51f2e}.step.on{background:#e2303f}
.postForm,.postSuccess,.reviewCard{border-color:#ded5c9;border-radius:18px;box-shadow:0 12px 30px rgba(8,20,45,.07);background:#fffdfa}.postForm input,.postForm select,.postForm textarea{border-color:#d7d0c6;background:#fff}.postForm input:focus,.postForm select:focus,.postForm textarea:focus{border-color:#e2303f;box-shadow:0 0 0 3px rgba(226,48,63,.10)}
.reviewJobsView{background:#f7f1e9}.reviewStatus{background:#fdf0de;color:#9e5b22}
.appLoading{background:radial-gradient(circle at 70% 20%,rgba(226,48,63,.09),transparent 28%),linear-gradient(180deg,#f5eee5 0%,#fbf8f4 70%);color:#08142d}.appLoading:after{content:"Workplace Ninjas US 2027 • Scottsdale";font-size:10px;letter-spacing:.16em;text-transform:uppercase;color:#8c7567;font-weight:800}
.userChip>span:first-child{background:#f6e0dc;color:#bd2936}.userChip{border-color:rgba(255,255,255,.18)}
.dialog{border-radius:16px}.dialog::backdrop{background:rgba(5,13,29,.67)}
.toast{background:#08142d}
@media(max-width:850px){.wpnLogo{width:128px}.loginBrand .wpnLogo{width:170px}.brandText small{display:none}}


/* === WPN US 2027 website-matched dark system === */
:root{
  --wpn-bg:#07090d;--wpn-bg2:#0b0f15;--wpn-panel:#0f141c;--wpn-panel2:#131a23;
  --wpn-text:#f3f1ec;--wpn-muted:#9aa3af;--wpn-dim:#6d7682;--wpn-line:#252c35;
  --wpn-red:#ed1f2b;--wpn-red2:#b91420;--wpn-cream:#efe8dc;--wpn-white:#fff;
  --wpn-max:1240px;--wpn-radius:2px;--wpn-shadow:0 24px 70px rgba(0,0,0,.35)
}
html{background:var(--wpn-bg);scroll-behavior:smooth}body.wpnDark{margin:0;background:var(--wpn-bg);color:var(--wpn-text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;letter-spacing:-.01em}body.wpnDark *{box-sizing:border-box}body.wpnDark [hidden]{display:none!important}
body.wpnDark:before{content:"";position:fixed;inset:0;pointer-events:none;z-index:-2;background:linear-gradient(rgba(255,255,255,.018) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.018) 1px,transparent 1px);background-size:56px 56px;mask-image:linear-gradient(to bottom,rgba(0,0,0,.7),transparent 85%)}
.eventStrip{height:36px;display:flex;align-items:center;justify-content:center;gap:10px;background:#020305;border-bottom:1px solid #171b20;color:#aeb5be;font-size:11px;font-weight:700;letter-spacing:.11em;text-transform:uppercase}.eventDot{width:6px;height:6px;border-radius:50%;background:var(--wpn-red);box-shadow:0 0 0 5px rgba(237,31,43,.1)}
.siteHeader{height:88px;max-width:var(--wpn-max);margin:0 auto;padding:0 28px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:38px;border-bottom:1px solid var(--wpn-line)}.siteLogoLink{display:flex;align-items:center;text-decoration:none}.siteLogo{width:178px;height:54px;object-fit:contain;object-position:left center}.buttonReset{appearance:none;background:none;border:0;padding:0;cursor:pointer}.siteNav{display:flex;align-items:center;gap:28px}.siteNav a,.siteNav button{appearance:none;border:0;background:none;color:#aeb5be;text-decoration:none;font:inherit;font-size:13px;font-weight:700;padding:32px 0;cursor:pointer;position:relative}.siteNav a:hover,.siteNav button:hover{color:#fff}.siteNav a:after,.siteNav button:after{content:"";position:absolute;left:0;right:100%;bottom:0;height:2px;background:var(--wpn-red);transition:.2s}.siteNav a:hover:after,.siteNav button:hover:after{right:0}.headerBadge{border:1px solid #343b44;color:#e6e1d8;padding:9px 12px;font-size:10px;letter-spacing:.16em;font-weight:800}.headerUser{display:flex;align-items:center;gap:10px;color:#e9e6df}.headerUser>span:nth-child(2){display:grid;min-width:0}.headerUser strong{font-size:12px}.headerUser small{font-size:10px;color:#727b87;max-width:160px;overflow:hidden;text-overflow:ellipsis}.headerAvatar{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:#1b222c;border:1px solid #313a45;color:white;font-size:11px;font-weight:800}.headerSignout{appearance:none;border:0;background:none;color:#8e97a3;font-weight:700;font-size:11px;cursor:pointer;margin-left:8px}.headerSignout:hover{color:#fff}
.siteKicker{display:inline-block;color:var(--wpn-red);font-size:10px;line-height:1.2;font-weight:900;letter-spacing:.18em;text-transform:uppercase}.siteKicker.small{font-size:9px}.siteLogin{max-width:var(--wpn-max);margin:0 auto;min-height:calc(100vh - 180px);padding:90px 28px 110px;display:grid;grid-template-columns:minmax(0,1.15fr) minmax(390px,.75fr);gap:80px;align-items:start}.loginHeroCopy{padding-top:34px}.loginHeroCopy h1,.siteHero h1,.pageHero h1,.postIntro h1{font-size:clamp(48px,7vw,92px);line-height:.94;letter-spacing:-.055em;margin:22px 0 28px;font-weight:800;color:#f5f2eb}.loginHeroCopy h1 em,.pageHero h1 em{font-style:normal;color:var(--wpn-red)}.loginHeroCopy>p,.siteHeroMain>p,.pageHero>div>p{max-width:760px;color:#abb2bc;font-size:18px;line-height:1.7}.heroFacts{display:flex;gap:30px;margin-top:48px;padding-top:26px;border-top:1px solid var(--wpn-line)}.heroFacts>div{display:flex;gap:13px;align-items:center}.heroFacts img{width:25px;height:25px;filter:brightness(0) invert(1);opacity:.86}.pinGlyph{font-size:27px;color:#fff}.heroFacts span span{display:grid}.heroFacts strong{display:block;font-size:13px;color:#ece9e2}.heroFacts small{display:block;margin-top:4px;font-size:11px;color:#69727e}.loginPanel{background:var(--wpn-panel);border:1px solid #2a313a;padding:34px 34px 30px;box-shadow:var(--wpn-shadow);position:relative}.loginPanel:before{content:"";position:absolute;left:-1px;top:-1px;width:72px;height:3px;background:var(--wpn-red)}.loginPanelTop{display:flex;justify-content:space-between;align-items:center;margin-bottom:46px}.routeNo{font-size:12px;font-weight:900;color:var(--wpn-red);letter-spacing:.14em}.routeLabel,.routeEyebrow{font-size:9px;color:#767f8a;font-weight:900;letter-spacing:.17em}.loginPanel h2{font-size:30px;line-height:1.1;margin:0 0 12px;color:#fff}.loginPanel p{color:#9099a5;font-size:14px;line-height:1.6;margin:0 0 28px}.field{display:grid;gap:8px}.field label{color:#c9cdd3;font-size:11px;font-weight:800;letter-spacing:.03em}.wpnDark input,.wpnDark select,.wpnDark textarea{width:100%;background:#090d12!important;border:1px solid #303844!important;color:#f3f1ec!important;border-radius:0!important;padding:13px 14px!important;font:inherit!important;outline:none}.wpnDark input::placeholder,.wpnDark textarea::placeholder{color:#555e69}.wpnDark input:focus,.wpnDark select:focus,.wpnDark textarea:focus{border-color:#7c858f!important;box-shadow:0 0 0 1px #7c858f!important}.primary{appearance:none;border:1px solid var(--wpn-red)!important;background:var(--wpn-red)!important;color:#fff!important;border-radius:0!important;padding:13px 17px!important;font-weight:900!important;cursor:pointer;box-shadow:none!important;transition:.15s}.primary:hover{background:#ff2b37!important;border-color:#ff2b37!important}.loginPrimary{width:100%;margin-top:18px;display:flex;justify-content:space-between;align-items:center}.backBtn,.linkBtn{appearance:none;border:0;background:none;color:#aeb5be;font-weight:800;cursor:pointer;padding:0}.backBtn:hover,.linkBtn:hover{color:white}.codeInput{font-size:25px!important;letter-spacing:.35em!important;text-align:center}.notice{background:#111823;border:1px solid #2b3542;color:#b9c2cc;padding:12px 14px;border-radius:0;font-size:12px}.notice.error{border-color:#673037;color:#ff9ca4;background:#1b0d10}.devNotice{border-color:#554923;background:#16140a;color:#e8d487}.loginFoot{margin-top:28px;padding-top:22px;border-top:1px solid var(--wpn-line);font-size:10px;line-height:1.5;color:#646d78}.secureMark{color:#52b788;margin-right:7px}.siteFooterMini,.appFooter{max-width:var(--wpn-max);margin:0 auto;border-top:1px solid var(--wpn-line);padding:28px;display:flex;align-items:center;gap:18px;color:#69727e;font-size:11px}.siteFooterMini img,.appFooter img{width:122px;max-height:40px}.siteFooterMini span:last-child{margin-left:auto;color:#9da5af}
.appLoading{position:fixed!important;inset:0!important;z-index:9999!important;display:flex!important;flex-direction:column!important;justify-content:center!important;align-items:center!important;background:#07090d!important;color:white!important;gap:12px!important}.appLoading[hidden]{display:none!important}.loadingLogo{width:210px;max-height:70px;margin-bottom:24px}.appLoading h2{font-size:26px;margin:4px 0 8px}.loadingLine{width:220px;height:1px;background:#242b34;overflow:hidden}.loadingLine i{display:block;width:45%;height:1px;background:var(--wpn-red);animation:loadLine 1.1s ease-in-out infinite}@keyframes loadLine{0%{transform:translateX(-110%)}100%{transform:translateX(250%)}}
.siteHome{min-height:auto!important;background:transparent!important}.siteHero{max-width:var(--wpn-max);margin:0 auto;padding:92px 28px 82px;display:grid;grid-template-columns:minmax(0,1.35fr) minmax(330px,.65fr);gap:70px;border-bottom:1px solid var(--wpn-line)}.siteHero h1{font-size:clamp(58px,8vw,110px);margin-bottom:26px}.siteHeroMain>p{max-width:780px}.heroCtas{display:flex;gap:12px;margin-top:36px}.outlineBtn{appearance:none;border:1px solid #39424d;background:transparent;color:#dce0e5;padding:12px 16px;border-radius:0;font-weight:800;cursor:pointer}.outlineBtn:hover{border-color:#777f88;color:#fff}.eventSnapshot{border:1px solid var(--wpn-line);background:#0b0f15;padding:26px;align-self:end}.snapshotKicker{color:#6e7680;font-size:9px;font-weight:900;letter-spacing:.17em}.snapshotRow{display:grid;grid-template-columns:92px 1fr;gap:14px;padding:18px 0;border-bottom:1px solid #20262e}.snapshotRow span{color:#69727c;font-size:11px}.snapshotRow strong{font-size:13px;line-height:1.45;color:#e8e5df}.snapshotStats{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:#252b33;margin-top:22px}.snapshotStats>div{background:#0b0f15;padding:15px 8px;display:grid;gap:4px}.snapshotStats b{font-size:20px;color:#fff}.snapshotStats small{font-size:9px;color:#666f79}.routeSection{max-width:var(--wpn-max);margin:0 auto;padding:78px 28px}.sectionHead h2{font-size:42px;letter-spacing:-.04em;margin:12px 0 32px}.routeGrid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--wpn-line);border-left:1px solid var(--wpn-line)}.routeCard{appearance:none;text-align:left;min-height:292px;background:#0b0f15;border:0;border-right:1px solid var(--wpn-line);border-bottom:1px solid var(--wpn-line);padding:24px;display:flex;flex-direction:column;cursor:pointer;color:#fff;transition:.18s}.routeCard:hover{background:#111821}.routeCard .routeEyebrow{margin-top:38px}.routeCard strong{font-size:28px;letter-spacing:-.035em;margin-top:9px}.routeCard p{color:#89929d;font-size:14px;line-height:1.6;max-width:310px}.routeArrow{margin-top:auto;color:var(--wpn-red);font-size:25px;font-weight:400}.proofBand{max-width:var(--wpn-max);margin:0 auto 82px;padding:42px 28px;display:grid;grid-template-columns:1fr 1fr;gap:60px;background:#0c1016;border-top:1px solid #272e37;border-bottom:1px solid #272e37}.proofBand h2{font-size:36px;letter-spacing:-.04em;margin:11px 0 0}.proofBand>p{color:#8b949f;line-height:1.8;margin:0}
.pageHero{max-width:var(--wpn-max);margin:0 auto;padding:82px 28px 58px;border-bottom:1px solid var(--wpn-line);display:flex;justify-content:space-between;align-items:end;gap:50px}.pageHero h1{font-size:clamp(52px,7vw,92px);margin:18px 0 20px}.pageHeroStat{min-width:150px;padding:22px;border-left:1px solid var(--wpn-line);display:grid}.pageHeroStat strong{font-size:58px;line-height:1;color:#fff}.pageHeroStat span{font-size:10px;letter-spacing:.13em;text-transform:uppercase;color:#67717d;margin-top:8px}.siteMain{max-width:var(--wpn-max);margin:0 auto;padding:44px 28px 90px}.toolbar.darkToolbar{position:static!important;margin:0 0 48px!important;transform:none!important;background:#0b0f15!important;border:1px solid #272f39!important;box-shadow:none!important;border-radius:0!important}.searchWrap{background:#090d12!important}.toolbar select{background:#090d12!important}.summary{display:flex;justify-content:space-between;gap:20px;align-items:end;margin-bottom:24px}.summary h2{font-size:33px;margin:7px 0 6px}.summary p{color:#747e89;margin:0}.summaryActions{display:flex;gap:12px;align-items:center}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:#242b33;border:1px solid #242b33}.card{background:#0b0f15!important;border:0!important;border-radius:0!important;box-shadow:none!important;color:#eae7e1!important}.card:hover{transform:none!important;background:#111821!important}.card h3{color:#fff}.card p{color:#8f98a3!important}.card .logo{background:#171d25!important;color:#f0ede8!important;border-radius:0!important}.pill,.meta span{background:#151b23!important;color:#aab2bc!important;border-radius:0!important}.managerPanel,.confirmationIdentity,.submitIdentity{background:#0b1016!important;border:1px solid #272f39!important;color:#d7dbe0}.avatar,.identityBadge{background:#191f27!important;color:#fff!important}.empty.darkEmpty{background:#0b0f15!important;border:1px solid #282f38!important;border-radius:0!important;color:#d8dce1}.empty.darkEmpty p{color:#747d87}.empty.darkEmpty .routeNo{font-size:28px}.dialog{background:#0d1218!important;color:#e9e6df!important;border:1px solid #323a45!important;border-radius:0!important;box-shadow:0 30px 80px rgba(0,0,0,.6)!important}.dialog::backdrop{background:rgba(0,0,0,.78)!important}.slot{background:#0b1016!important;border:1px solid #303845!important;color:#dce1e7!important;border-radius:0!important}.slot:hover,.slot.selected{border-color:var(--wpn-red)!important;background:#1b0d10!important;color:#fff!important}.toast{background:#0d1218!important;border:1px solid #343c47!important;border-radius:0!important;color:#fff!important}
.postJobView,.reviewJobsView{min-height:calc(100vh - 124px)!important;background:transparent!important}.subPageNav{max-width:var(--wpn-max);margin:0 auto;padding:30px 28px;border-bottom:1px solid var(--wpn-line);display:flex;align-items:center;justify-content:space-between;gap:20px}.postWrap,.reviewWrap{max-width:1040px;margin:0 auto;padding:70px 28px 100px}.postIntro{text-align:left!important;margin-bottom:40px}.postIntro h1{font-size:70px;margin:15px 0 18px}.postIntro>p{margin:0!important;color:#8f98a3!important;max-width:740px!important}.postForm,.postSuccess,.reviewCard{background:#0b0f15!important;border:1px solid #292f38!important;border-radius:0!important;box-shadow:none!important;color:#e8e5df!important}.postForm{padding:32px!important}.submitIdentity{margin-top:26px!important}.submitIdentity span,.submitIdentity small{color:#7b8490!important}.reviewCard{padding:26px!important}.reviewHead h3{color:#fff!important}.reviewMeta,.reviewSectionLabel{color:#747d87!important}.reviewBody p{color:#aab2bc}.reviewStatus{background:#231a0f!important;color:#e5b16d!important;border-radius:0!important}.danger{border-radius:0!important;background:transparent!important;color:#ff8c94!important;border-color:#633039!important}.smallBtn{padding:8px 12px}.postSuccess .routeNo{font-size:34px}.appFooter{justify-content:space-between;align-items:flex-start;padding-top:46px;padding-bottom:50px}.appFooter>div:first-child{max-width:430px}.appFooter p{line-height:1.6}.appFooter>div:last-child{display:grid;text-align:right;gap:5px}.appFooter strong{color:#dad6ce}.appFooter span{color:#69727e;font-size:10px}
@media(max-width:1000px){.siteLogin,.siteHero{grid-template-columns:1fr;gap:42px}.loginHeroCopy{padding-top:0}.siteNav{display:none}.siteHeader{grid-template-columns:1fr auto}.siteLogo{width:155px}.headerBadge{display:none}.routeGrid{grid-template-columns:1fr}.proofBand{grid-template-columns:1fr}.grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:680px){.eventStrip{font-size:9px}.siteHeader{height:72px;padding:0 18px}.siteLogo{width:135px}.headerUser>span:nth-child(2),.headerSignout{display:none}.siteLogin,.siteHero,.routeSection,.siteMain,.postWrap,.reviewWrap,.pageHero{padding-left:18px;padding-right:18px}.siteLogin{padding-top:50px}.loginHeroCopy h1{font-size:48px}.heroFacts{flex-direction:column}.loginPanel{padding:24px}.siteHero{padding-top:58px}.siteHero h1{font-size:62px}.heroCtas{flex-direction:column}.routeSection{padding-top:54px}.proofBand{margin-left:18px;margin-right:18px;padding:30px 20px}.pageHero{align-items:flex-start;flex-direction:column}.pageHeroStat{border-left:0;border-top:1px solid var(--wpn-line);width:100%}.toolbar.darkToolbar{display:grid!important;grid-template-columns:1fr!important}.summary{align-items:flex-start;flex-direction:column}.summaryActions{width:100%;justify-content:space-between}.grid{grid-template-columns:1fr}.formGrid{grid-template-columns:1fr!important}.formGrid .full{grid-column:auto!important}.postIntro h1{font-size:52px}.siteFooterMini{flex-wrap:wrap}.siteFooterMini span:last-child{margin-left:0;width:100%}.appFooter{flex-direction:column;gap:30px}.appFooter>div:last-child{text-align:left}.subPageNav{padding:22px 18px}.subPageNav .siteKicker{display:none}}

/* =========================================================
   WPN US 2027 typography refinement
   Grounded in the production Workplace Ninjas US CSS system.
   Keeps the editorial scale while improving application legibility.
   ========================================================= */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
  src: url("/brand/montserrat-latin.woff2") format("woff2");
}

:root {
  --wpn-copy: #c4d2f2;
  --wpn-copy-strong: #d9e2f5;
  --wpn-copy-dim: #a9b6d2;
}

body.wpnDark {
  font-family: "Montserrat", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.55;
  letter-spacing: 0;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body.wpnDark button,
body.wpnDark input,
body.wpnDark textarea,
body.wpnDark select {
  font-family: inherit;
}

/* Global readable copy */
body.wpnDark p,
body.wpnDark .detailBody,
body.wpnDark .reviewBody p,
body.wpnDark .postIntro > p,
body.wpnDark .proofBand > p {
  font-size: 1rem;
  line-height: 1.62;
}

/* Header / navigation — still compact, but no microtype */
.eventStrip {
  min-height: 38px;
  height: auto;
  padding: 9px 18px;
  font-size: .75rem;
  line-height: 1.25;
  letter-spacing: .105em;
}
.siteNav a,
.siteNav button {
  font-size: .88rem;
  font-weight: 700;
  letter-spacing: .01em;
}
.headerBadge {
  font-size: .72rem;
  line-height: 1.2;
}
.headerUser strong { font-size: .82rem; }
.headerUser small { font-size: .72rem; line-height: 1.35; }
.headerSignout { font-size: .78rem; }

/* WPN eyebrow treatment: production site uses 1rem for section eyebrows;
   app uses a slightly tighter version to preserve hierarchy. */
.siteKicker {
  font-size: .82rem;
  line-height: 1.3;
  font-weight: 800;
  letter-spacing: .12em;
}
.siteKicker.small { font-size: .76rem; }
.snapshotKicker,
.routeEyebrow,
.reviewSectionLabel {
  font-size: .76rem;
  line-height: 1.3;
  letter-spacing: .12em;
  font-weight: 800;
}

/* Editorial hero hierarchy */
.loginHeroCopy h1,
.siteHero h1,
.pageHero h1,
.postIntro h1 {
  font-weight: 850;
  letter-spacing: -.045em;
}
.siteHero h1 { font-size: clamp(4rem, 8vw, 6.8rem); line-height: .94; }
.pageHero h1 { font-size: clamp(3.6rem, 7vw, 5.8rem); line-height: .97; }
.postIntro h1 { font-size: clamp(3.4rem, 6vw, 4.8rem); line-height: 1; }
.loginHeroCopy h1 { font-size: clamp(3.4rem, 6vw, 5.6rem); line-height: .96; }

.siteHeroMain > p,
.loginHeroCopy > p,
.pageHero > div > p {
  font-size: 1.08rem;
  line-height: 1.65;
  color: var(--wpn-copy);
}

/* Section headings */
.sectionHead h2,
.proofBand h2,
.summary h2,
.detailTop h2,
.postSuccess h2 {
  font-weight: 800;
  letter-spacing: -.035em;
}
.sectionHead h2 { font-size: clamp(2.25rem, 4vw, 3rem); line-height: 1.05; }
.proofBand h2 { font-size: clamp(2rem, 3.5vw, 2.65rem); line-height: 1.08; }
.summary h2 { font-size: clamp(1.75rem, 2.6vw, 2.2rem); line-height: 1.12; }
.detailTop h2 { font-size: clamp(1.9rem, 4vw, 2.65rem); line-height: 1.08; }

/* Route cards */
.routeCard { padding: 28px; }
.routeCard strong {
  font-size: clamp(1.65rem, 2.3vw, 2rem);
  line-height: 1.15;
  font-weight: 800;
}
.routeCard p {
  font-size: .98rem;
  line-height: 1.58;
  color: var(--wpn-copy-dim);
}
.routeNo { font-size: .95rem; font-weight: 800; }

/* Event snapshot */
.snapshotRow span { font-size: .78rem; line-height: 1.35; }
.snapshotRow strong { font-size: .92rem; line-height: 1.5; }
.snapshotStats b { font-size: 1.55rem; }
.snapshotStats small { font-size: .72rem; line-height: 1.3; }

/* Search / form controls */
.searchWrap input,
.toolbar select,
.field input,
.field textarea,
.field select {
  font-size: 1rem !important;
  line-height: 1.4;
}
.searchWrap input,
.toolbar select { min-height: 48px; }
.field label {
  font-size: .88rem;
  line-height: 1.3;
  font-weight: 700;
  color: var(--wpn-copy-strong);
}
.field input,
.field textarea,
.field select {
  padding: 13px 14px !important;
}
.field textarea { line-height: 1.55; }

/* Buttons / actions */
.primary,
.secondary,
.outlineBtn,
.ghost,
.backBtn,
.linkBtn,
.danger,
.smallBtn {
  font-size: .9rem;
  line-height: 1.2;
  font-weight: 700;
}
.primary,
.secondary,
.outlineBtn,
.ghost { min-height: 46px; }
.smallBtn { font-size: .82rem; }
.backBtn,.linkBtn { line-height: 1.4; }

/* Job cards: biggest readability improvement */
.card {
  padding: 24px !important;
  min-height: 360px;
}
.card h3 {
  font-size: 1.45rem;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: -.025em;
  margin-top: 20px;
}
.company {
  font-size: .92rem;
  line-height: 1.35;
  font-weight: 700;
}
.pill,
.meta span {
  font-size: .78rem;
  line-height: 1.25;
  font-weight: 700;
  padding: 7px 9px;
}
.desc {
  font-size: .96rem !important;
  line-height: 1.58 !important;
  color: var(--wpn-copy-dim) !important;
}
.manager strong { font-size: .86rem; line-height: 1.35; }
.manager small { font-size: .78rem; line-height: 1.4; color: #98a6c3; }
.avatar { font-size: .76rem; }
.cardActions { margin-top: 18px; }
.cardActions .primary,
.cardActions .secondary { padding: 12px 14px; }

/* Dialog / appointment UX */
.dialogInner { padding: 30px; }
.detailBody { color: var(--wpn-copy-dim) !important; }
.managerPanel { font-size: .95rem; line-height: 1.5; }
.confirmationIdentity { font-size: .92rem !important; line-height: 1.5; }
.slot {
  min-height: 54px;
  padding: 13px 11px !important;
  font-size: .9rem;
  line-height: 1.35;
  font-weight: 650;
}
.notice {
  font-size: .86rem !important;
  line-height: 1.5;
  padding: 12px 14px !important;
}
.close { font-size: 1rem; }

/* Submission / review */
.submitIdentity strong { font-size: .9rem; }
.submitIdentity small,
.submitIdentity span { font-size: .78rem; line-height: 1.45; }
.reviewHead h3 { font-size: 1.45rem; line-height: 1.2; }
.reviewMeta { font-size: .82rem; line-height: 1.45; }
.reviewStatus { font-size: .76rem; font-weight: 800; }
.postSuccess p { font-size: 1rem; line-height: 1.6; }

/* Login */
.loginPanel label { font-size: .9rem; font-weight: 700; }
.loginPanel input { font-size: 1rem; }
.loginPanel p { font-size: .98rem; line-height: 1.6; }
.loginFoot { font-size: .76rem; line-height: 1.55; }
.codeInput { font-size: 1.65rem !important; }

/* Footer */
.siteFooterMini,
.appFooter {
  font-size: .82rem;
  line-height: 1.55;
}
.appFooter span { font-size: .78rem; }

/* Better focus visibility for keyboard users */
body.wpnDark button:focus-visible,
body.wpnDark a:focus-visible,
body.wpnDark input:focus-visible,
body.wpnDark select:focus-visible,
body.wpnDark textarea:focus-visible {
  outline: 2px solid rgba(237, 140, 95, .95);
  outline-offset: 3px;
}

@media (max-width: 680px) {
  body.wpnDark { font-size: 16px; }
  .siteHero h1 { font-size: clamp(3.5rem, 16vw, 4.8rem); }
  .pageHero h1 { font-size: clamp(3rem, 13vw, 4.2rem); }
  .postIntro h1 { font-size: clamp(2.8rem, 12vw, 3.7rem); }
  .loginHeroCopy h1 { font-size: clamp(3rem, 14vw, 4.2rem); }
  .siteHeroMain > p,.loginHeroCopy > p,.pageHero > div > p { font-size: 1rem; }
  .routeCard { min-height: 260px; }
  .card { min-height: 340px; }
  .eventStrip { font-size: .68rem; letter-spacing: .075em; }
  .siteKicker { font-size: .74rem; }
}

/* =========================================================
   Career Connect login readability refinement
   Applies the agreed typography/contrast changes without
   adding any decorative ninja artwork.
   ========================================================= */

/* Make the event/product identifier feel intentional, not like micro-copy. */
.siteLogin .loginHeroCopy > .siteKicker {
  display: block;
  width: fit-content;
  max-width: 100%;
  margin-bottom: 18px;
  color: #ff4450;
  font-size: clamp(1rem, 1.4vw, 1.22rem);
  line-height: 1.25;
  font-weight: 850;
  letter-spacing: .13em;
  text-wrap: balance;
}

/* Keep the main headline large, but give the intro a little more breathing room. */
.siteLogin .loginHeroCopy h1 {
  margin-top: 10px;
  margin-bottom: 24px;
}

/* High-contrast dark-mode copy. */
.siteLogin .loginHeroCopy > p {
  color: #dbe4f3 !important;
  font-size: 1.08rem;
  line-height: 1.68;
}

.siteLogin .heroFacts strong {
  color: #ffffff;
  font-size: .9rem;
  line-height: 1.35;
}

.siteLogin .heroFacts small {
  color: #c4cede;
  font-size: .8rem;
  line-height: 1.45;
}

.siteLogin .loginPanelTop .routeLabel,
.siteLogin .loginPanelTop .routeEyebrow {
  color: #c7d0df;
  font-size: .78rem;
  line-height: 1.3;
}

.siteLogin .loginPanel h2 {
  color: #ffffff;
  font-size: clamp(1.9rem, 3vw, 2.25rem);
  line-height: 1.12;
}

.siteLogin .loginPanel p {
  color: #d0d8e5;
  font-size: 1rem;
  line-height: 1.62;
}

.siteLogin .field label {
  color: #eef3fb;
  font-size: .92rem;
  line-height: 1.35;
  font-weight: 700;
}

.siteLogin input,
.siteLogin select,
.siteLogin textarea {
  color: #ffffff !important;
}

.siteLogin input::placeholder,
.siteLogin textarea::placeholder {
  color: #9da9ba !important;
  opacity: 1;
}

.siteLogin .backBtn,
.siteLogin .linkBtn {
  color: #d3dbe8;
}

.siteLogin .backBtn:hover,
.siteLogin .linkBtn:hover {
  color: #ffffff;
}

.siteLogin .loginFoot {
  color: #b9c4d4;
  font-size: .8rem;
  line-height: 1.6;
}

.siteFooterMini {
  color: #b8c2d1;
  font-size: .82rem;
}

.siteFooterMini span:last-child {
  color: #d0d8e5;
}

/* Keep intentionally secondary metadata muted, but never low contrast. */
.siteLogin .routeNo,
.siteLogin .secureMark {
  opacity: 1;
}

@media (max-width: 680px) {
  .siteLogin .loginHeroCopy > .siteKicker {
    font-size: .9rem;
    letter-spacing: .105em;
    margin-bottom: 14px;
  }

  .siteLogin .loginHeroCopy > p {
    font-size: 1rem;
  }
}


/* Booking extras: candidate note + social profiles */
.bookingExtras{display:grid;gap:18px;margin:22px 0;padding:20px;border:1px solid #2a313a;background:#0c1118}
.bookingExtras .field{margin:0}
.bookingExtras .field label{display:flex;align-items:center;gap:8px;color:#f0f3f7;font-size:.94rem;font-weight:750}
.bookingExtras .field label span{color:#9aa5b4;font-size:.76rem;font-weight:650;text-transform:uppercase;letter-spacing:.08em}
.bookingExtras .field small{color:#aeb8c6;font-size:.82rem;line-height:1.5}
.bookingExtras textarea{min-height:112px;resize:vertical}
.bookingExtras input[type="file"]{padding:11px!important;color:#dce3ec!important;background:#090d12!important}
.bookingExtras input[type="file"]::file-selector-button{margin-right:12px;border:1px solid #46505d;background:#151c25;color:#fff;padding:8px 11px;font:inherit;font-size:.82rem;font-weight:750;cursor:pointer}
.bookingExtras input[type="file"]::file-selector-button:hover{border-color:#6a7480;background:#1b2430}

.socialFields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
@media(max-width:720px){.socialFields{grid-template-columns:1fr}}


/* Assisted public profile lookup */
.socialLookupActions{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:32px}
.profileFindBtn{appearance:none;border:1px solid #46505d;background:#151c25;color:#f4f7fb;padding:8px 11px;font:inherit;font-size:.8rem;font-weight:750;cursor:pointer;white-space:nowrap}
.profileFindBtn:hover,.profileFindBtn:focus-visible{border-color:#7b8796;background:#1d2733;outline:none}
.profileResults{display:grid;gap:8px;margin-top:6px}
.profileLookupStatus,.profileChosen{border-left:2px solid #4c5868;background:#0b1017;color:#bfc9d7;padding:9px 11px;font-size:.8rem;line-height:1.45}
.profileChosen{border-left-color:#43b581;color:#d9f5e8}
.profileLookupError{border-left-color:#d83646;color:#ffb0b7}
.profileLookupHeading{color:#aeb8c6;font-size:.76rem;font-weight:750;letter-spacing:.04em;text-transform:uppercase;margin-top:4px}
.profileResult{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:center;padding:11px;border:1px solid #2b3542;background:#0a0f15}
.profileResult strong{display:block;color:#f3f6fa;font-size:.88rem;line-height:1.35}
.profileResult p{margin:4px 0;color:#aeb8c6;font-size:.78rem;line-height:1.45}
.profileResult a{display:block;margin-top:5px;color:#ed8c5f;font-size:.75rem;line-height:1.35;overflow-wrap:anywhere}
.profileUseBtn{border:1px solid #d83646;background:#d83646;color:#fff;padding:8px 10px;font:inherit;font-size:.78rem;font-weight:800;cursor:pointer}
.profileUseBtn:hover{background:#ef3d4c;border-color:#ef3d4c}
@media(max-width:720px){.socialLookupActions{align-items:flex-start;flex-direction:column}.profileResult{grid-template-columns:1fr}.profileUseBtn{width:100%}}


/* Stronger employer hierarchy in job detail + booking dialogs */
.dialogCompany{
  display:block;
  width:fit-content;
  margin:0 0 10px;
  color:#ffffff;
  font-family:"Montserrat",sans-serif;
  font-size:clamp(1.3rem,2.2vw,1.65rem);
  line-height:1.15;
  font-weight:850;
  letter-spacing:-.025em;
  text-transform:none;
}
.dialogCompany::after{
  content:"";
  display:block;
  width:48px;
  height:3px;
  margin-top:9px;
  border-radius:999px;
  background:linear-gradient(90deg,#d83646,#ed8c5f);
}
.detailTop .dialogCompany + h2{
  margin-top:14px;
}
.bookingCompany{
  margin-bottom:12px;
}
.bookingCompany + h2{
  margin-top:0;
}
@media(max-width:600px){
  .dialogCompany{font-size:1.25rem}
}

/* Career Connect hiring-manager access workflow */
.reviewSubsection{margin-top:42px}.reviewSubsection+.reviewSubsection{padding-top:38px;border-top:1px solid rgba(196,210,242,.12)}
.sectionHead.compact{margin-bottom:18px}.sectionHead.compact h2{margin-top:6px}
.reviewBody.single{grid-template-columns:1fr}
.optional{font-weight:500;opacity:.72;margin-left:6px}


/* Rich job-description editor */
.richEditorShell{border:1px solid #303844;background:#090d12}
.richToolbar{display:flex;flex-wrap:wrap;gap:6px;padding:9px;border-bottom:1px solid #303844;background:#0d1219}
.richToolbar button{min-width:38px;height:34px;padding:0 10px;border:1px solid #343d49;background:#151b24;color:#eef1f4;font:inherit;font-size:.86rem;font-weight:750;cursor:pointer}
.richToolbar button:hover,.richToolbar button:focus-visible{border-color:#e2303f;color:#fff;background:#1d2430;outline:none}
.richEditor{min-height:230px;padding:16px 17px;color:#f3f1ec;font-size:1rem;line-height:1.62;outline:none;overflow:auto}
.richEditor:empty:before{content:attr(data-placeholder);color:#69727e;pointer-events:none}
.richEditor:focus{box-shadow:inset 0 0 0 1px #7c858f}
.richEditor h2,.richContent h2{font-size:1.55rem;line-height:1.2;margin:1.35em 0 .55em;font-weight:850;color:#fff}
.richEditor h3,.richContent h3{font-size:1.2rem;line-height:1.25;margin:1.2em 0 .45em;font-weight:800;color:#fff}
.richEditor p,.richContent p{margin:.7em 0;color:inherit}
.richEditor ul,.richEditor ol,.richContent ul,.richContent ol{margin:.75em 0 1em;padding-left:1.5em}
.richEditor li,.richContent li{margin:.35em 0}
.richEditor blockquote,.richContent blockquote{margin:1em 0;padding:.15em 0 .15em 1em;border-left:3px solid #e2303f;color:#cbd2da}
.fieldHint{display:block;margin-top:7px;color:#9aa3ad;font-size:.86rem;line-height:1.4}
.richContent{font-size:1rem;line-height:1.65;color:#d9dde2}
.reviewRich{margin-top:8px}
@media(max-width:640px){.richToolbar button{min-width:34px;padding:0 8px}.richEditor{min-height:200px}}

/* Rich requirements editor / published requirements */
.richEditor--compact{min-height:185px}
.detailSection{margin-top:28px;padding-top:24px;border-top:1px solid #2a313a}
.detailSection>h3{margin:0 0 12px;color:#fff;font-size:1.25rem;line-height:1.25;font-weight:850}
.publishedStatus{background:#102419!important;color:#8ee0a8!important}

/* Career Connect appointment timezone */
.bookingTimezone {
  margin: 10px 0 18px;
  color: #ed8c5f;
  font-size: .9rem;
  line-height: 1.35;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
}

/* ---------------------------------------------------------------
   Booking profile picker — compact, stacked and deliberately calm
   --------------------------------------------------------------- */
.bookingExtras{padding:22px;gap:22px}
.bookingNoteField{padding-bottom:20px;border-bottom:1px solid #252e39}
.socialProfilesBlock{display:grid;gap:12px;min-width:0}
.socialProfilesHeader{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin-bottom:2px}
.socialProfilesHeader>div{display:flex;align-items:center;gap:9px}
.socialProfilesHeader strong{color:#f5f3ee;font-size:1rem;line-height:1.25}
.socialProfilesHeader span{color:#9aa5b4;font-size:.72rem;font-weight:750;text-transform:uppercase;letter-spacing:.09em}
.socialProfilesHeader p{margin:0;max-width:390px;color:#9ea9b7;font-size:.8rem;line-height:1.45;text-align:right}
.socialProfileCard{display:grid;gap:12px;padding:15px 16px;border:1px solid #2b3542;background:#090e14;min-width:0}
.socialProfileHead{display:flex;align-items:center;gap:11px}
.socialProfileHead>div:last-child{display:grid;gap:1px}
.socialProfileHead strong{color:#f4f2ed;font-size:.94rem;line-height:1.25}
.socialProfileHead small{color:#8995a4;font-size:.74rem;line-height:1.3}
.socialNetworkMark{display:grid;place-items:center;width:32px;height:32px;flex:0 0 32px;border:1px solid #3a4655;color:#fff;font-size:.8rem;font-weight:900;line-height:1}
.linkedinMark{background:#0a66c2;border-color:#0a66c2;font-family:Arial,sans-serif;font-size:.9rem}
.xMark{background:#111;border-color:#4a4f58;font-size:.85rem}
.socialControlRow{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:9px;align-items:stretch;min-width:0}
.socialControlRow input{min-width:0;min-height:44px!important;padding:10px 12px!important}
.profileFindBtn{min-height:44px;padding:0 14px;background:#141b24;border-color:#3a4655;font-size:.79rem}
.profileFindBtn:hover,.profileFindBtn:focus-visible{background:#1b2632;border-color:#687585}
.profileResults{gap:6px;margin-top:0}
.profileLookupStatus,.profileChosen{padding:10px 12px;font-size:.79rem}
.profileLookupHeading{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:2px 0 0;padding-top:10px;border-top:1px solid #222c37;color:#d5dae1;font-size:.73rem}
.profileLookupHeading span{font-weight:800;text-transform:uppercase;letter-spacing:.06em}
.profileLookupHeading small{color:#7f8b99;font-size:.69rem;font-weight:600;text-transform:none;letter-spacing:0;text-align:right}
.profileResult{grid-template-columns:minmax(0,1fr) auto;padding:10px 11px;background:#0d131b;border-color:#293442;gap:12px}
.profileResultMain{min-width:0}
.profileResult strong{margin:0;color:#f0f3f7;font-size:.84rem;line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.profileResultUrl{display:block;margin-top:4px;color:#9ba7b5;font-size:.72rem;line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.profileResultActions{display:flex;align-items:center;gap:7px}
.profileOpenBtn,.profileUseBtn{display:inline-flex;align-items:center;justify-content:center;min-height:34px;padding:0 10px;font:inherit;font-size:.74rem;font-weight:800;text-decoration:none;white-space:nowrap;cursor:pointer}
.profileOpenBtn{border:1px solid #3b4654;background:#111821;color:#dce2ea}
.profileOpenBtn:hover{border-color:#697789;background:#18222d;color:#fff}
.profileUseBtn{border:1px solid #d83646;background:#d83646;color:#fff}
.profileUseBtn:hover{background:#ef3d4c;border-color:#ef3d4c}
@media(max-width:720px){
  .socialProfilesHeader{display:block}.socialProfilesHeader p{margin-top:6px;text-align:left}
  .socialControlRow{grid-template-columns:1fr}.profileFindBtn{width:100%}
  .profileResult{grid-template-columns:1fr}.profileResultActions{justify-content:flex-end}
  .profileLookupHeading{display:block}.profileLookupHeading small{display:block;margin-top:3px;text-align:left}
}


/* Job URL importer */
.jobImportPanel{margin-bottom:28px;padding:22px;border:1px solid #303844;background:#090d12}
.jobImportCopy h2{margin:6px 0 8px;color:#fff;font-size:1.45rem}.jobImportCopy p{margin:0 0 16px;color:#98a2ad;line-height:1.55}
.jobImportRow{display:grid;grid-template-columns:1fr auto;gap:10px;align-items:stretch}.jobImportRow input{min-width:0}.jobImportRow .outlineBtn{white-space:nowrap}
.jobImportPanel .notice{margin-top:12px}.notice.success{border-color:#315f48!important;background:#0b1b13!important;color:#9fe0ba!important}
.richEditor--job{min-height:380px}
@media(max-width:700px){.jobImportRow{grid-template-columns:1fr}.jobImportRow .outlineBtn{width:100%}.richEditor--job{min-height:300px}}
