
*{box-sizing:border-box}
body{margin:0;background:#F7F7F8;font-family:'Poppins',system-ui,sans-serif;color:#2F3542}
a{color:#2F80C3;text-decoration:none}
a:hover{color:#e0760f}
input::placeholder{color:#B3B8BF}
select{-webkit-appearance:none;appearance:none}
.wrap{max-width:1200px;margin:0 auto}
/* nav: shared header CSS lives in build_board.NAV_CSS, appended at write time */
/* site footer - shared design across board/orgs/salary, see build_board.py site_footer() */
.sitefoot{background:radial-gradient(120% 140% at 15% 0%,#5a5a5a 0%,#4a4a4a 45%,#454545 100%);color:#e8e8e8;font-family:'Open Sans',system-ui,sans-serif;padding:64px 56px 40px;box-sizing:border-box;margin-top:26px}
.sf-in{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:minmax(320px,1.3fr) 1px repeat(3,minmax(160px,1fr));gap:0 48px;align-items:start}
.sf-brand{max-width:340px}
.sf-brand img{display:block;width:208px;max-width:320px;height:38px;margin-bottom:14px}
.sf-brand p{margin:0;font-size:14px;line-height:1.75;color:#bdbdbd;max-width:300px}
.sf-nl{margin-top:22px;display:flex;gap:8px;max-width:320px}
.sf-nl input{flex:1;min-width:0;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.25);border-radius:7px;color:#fff;font-size:13px;padding:10px 12px;font-family:inherit}
.sf-nl input::placeholder{color:#9a9a9a}
.sf-nl input:focus{outline:none;border-color:#f5871f}
.sf-nl button{background:#f5871f;color:#fff;border:none;border-radius:7px;font-weight:700;font-size:12.5px;letter-spacing:.03em;padding:10px 16px;cursor:pointer;font-family:inherit;text-transform:uppercase}
.sf-nl button:hover{background:#e0760f}
.sf-nl button[disabled]{opacity:.6;cursor:default}
.sf-nl-note{font-size:12px;color:#9a9a9a;margin-top:8px;max-width:300px}
.sf-nl-ok{color:#9fe0b0;font-size:13.5px;margin-top:10px;font-weight:600}
.sf-li{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;color:#bdbdbd;margin-top:40px;transition:color .15s ease}
.sf-li:hover{color:#fff}
.sf-div{width:1px;background:rgba(255,255,255,.14);align-self:stretch;min-height:220px}
.sf-col{display:flex;flex-direction:column}
.sf-col h3{margin:0 0 26px;font-size:15px;font-weight:700;letter-spacing:1px;color:#f5871f;text-transform:uppercase;font-family:'Poppins',sans-serif}
.sf-col a{color:#e8e8e8;font-size:14px;padding:8px 0;transition:color .15s ease}
.sf-col a:hover{color:#f5871f}
.sf-col a.sf-cta{align-self:flex-start;background:#f5871f;color:#fff;font-weight:500;letter-spacing:.5px;padding:5px 10px;margin-bottom:8px;text-transform:uppercase;border-radius:3px;transition:background .15s ease}
.sf-col a.sf-cta:hover{background:#e0760f;color:#fff}
.sf-copy{max-width:1400px;margin:44px auto 0}
.sf-copy p{margin:0;font-size:14px;color:#9a9a9a;text-align:left}
@media(max-width:860px){.sf-in{grid-template-columns:1fr;gap:32px 0}.sf-div{display:none;min-height:0}}
/* hero */
.hero{background:linear-gradient(180deg,#FBF2E3,#FEFBF6);border-bottom:1px solid #F1E7D4;padding:26px 36px 24px}
.crumb{font-size:11.5px;color:#A79A82;margin-bottom:12px}
.crumb b{color:#8A7D66;font-weight:400}
.pills{display:flex;flex-wrap:wrap;gap:8px;align-items:center;margin-bottom:14px}
.pill{padding:4px 12px;border-radius:999px;font-size:12px;background:rgba(47,53,66,.06);color:#5C6470}
.pill.cause{font-weight:600}
.idrow{display:flex;justify-content:space-between;align-items:flex-start;gap:28px;flex-wrap:wrap}
.idleft{display:flex;gap:18px;align-items:flex-start;min-width:0}
.oswatch{width:60px;height:60px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:21px;flex:none;overflow:hidden}
.oswatch img{width:100%;height:100%;object-fit:contain;background:#fff}
.hero h1{margin:0 0 9px;font-size:31px;font-weight:800;line-height:1.15;letter-spacing:-.01em}
.tagline{margin:0;font-size:13.5px;line-height:1.6;color:#6B7280;max-width:600px}
.legal{margin-top:11px;font-size:11.5px;color:#A79A82}
.cta{flex:none;display:inline-flex;align-items:center;gap:8px;background:#f5871f;color:#fff;font-weight:600;font-size:14px;padding:12px 22px;border-radius:9px;box-shadow:0 3px 10px rgba(245,135,31,.3)}
.cta:hover{background:#e0760f;color:#fff}
.cta.ghost{background:#fff;color:#5C6470;border:1.5px solid #E3D8C2;box-shadow:none;font-size:13.5px;padding:11px 20px}
.cta.ghost:hover{border-color:#f5871f;color:#e0760f;background:#fff}
.statrow{display:flex;flex-wrap:wrap;margin-top:22px;border-top:1px solid #EFE3CC;padding-top:16px}
.stat{flex:1;min-width:140px;padding:2px 24px}
.stat+.stat{border-left:1px solid #EFE3CC}
.stat .v{font-size:24px;font-weight:800;letter-spacing:-.01em}
.stat .l{font-size:11.5px;color:#98A0AA;margin-top:3px}
/* body grid */
.grid{display:grid;grid-template-columns:1fr 358px;gap:22px;padding:22px 28px 32px;align-items:start}
.maincol,.sidecol{display:flex;flex-direction:column;gap:16px;min-width:0}
.card{background:#fff;border:1px solid #E9EAEC;border-radius:12px;padding:20px 24px}
.card h2{margin:0;font-size:15px;font-weight:700}
.card h3{margin:0 0 10px;font-size:13px;font-weight:700}
.cardhead{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:12px}
.viewall{font-size:12px;font-weight:600;color:#e0760f}
.jrow{display:flex;justify-content:space-between;align-items:center;gap:14px;padding:11px 10px;border-bottom:1px solid #F0F1F3;border-radius:6px}
.jrow:hover{background:#FBF7F0}
.jrow .t{font-weight:600;font-size:13.5px;color:#2F3542}
.jrow .loc{padding:2px 9px;border-radius:999px;font-size:11px;background:#F3F4F6;color:#5C6470;flex:none}
.jrow .pay{font-weight:700;font-size:13px;color:#2F3542;flex:none}
.alertrow{display:flex;align-items:center;justify-content:space-between;gap:16px}
.alertrow .msg{font-size:13.5px;color:#5C6470}
.btn-o{flex:none;display:inline-flex;align-items:center;gap:8px;border:1.5px solid #E1E3E6;color:#2F3542;font-weight:600;font-size:13px;padding:9px 16px;border-radius:8px}
.btn-o:hover{border-color:#f5871f;color:#e0760f}
/* chart */
.legend{display:flex;gap:14px;font-size:11.5px;color:#5C6470;flex-wrap:wrap}
.legend span{display:inline-flex;align-items:center;gap:6px}
.sw{width:9px;height:9px;border-radius:3px;display:inline-block}
.chartwrap{position:relative}
#fin-tip{position:absolute;top:8px;background:#2F3542;color:#fff;border-radius:8px;padding:8px 13px;font-size:11.5px;pointer-events:none;box-shadow:0 4px 14px rgba(0,0,0,.18);white-space:nowrap;display:none}
#fin-tip .yr{font-weight:600;margin-bottom:4px}
#fin-tip div{display:flex;align-items:center;gap:7px;margin-top:2px}
.callout{margin-top:8px;padding-top:10px;border-top:1px solid #F0F1F3;font-size:12.5px;line-height:1.55;color:#5C6470}
.callout b{color:#B96A00}
/* pay */
.kicker{font-size:11px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#98A0AA;margin:12px 0 6px}
.prow{display:flex;justify-content:space-between;align-items:baseline;gap:14px;padding:9px 0;border-bottom:1px solid #F0F1F3;font-size:13px}
.prow .who b{font-weight:600;color:#2F3542}
.prow .who span{color:#98A0AA}
.prow .amt{font-size:13.5px;font-weight:700;color:#2F3542;flex:none}
.foot{margin-top:10px;font-size:11px;color:#98A0AA}
/* hiring history */
.histhead{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}
.hpill{display:inline-flex;align-items:center;gap:5px;padding:3px 9px;border-radius:999px;font-size:10.5px;font-weight:600;background:#EAF5E6;color:#3E7A34}
.hpill .dot{width:6px;height:6px;border-radius:999px;background:#4A9B3C;display:inline-block}
.histline{font-size:12.5px;line-height:1.6;color:#5C6470}
.histline b{color:#2F3542}
.catpills{display:flex;flex-wrap:wrap;gap:6px;margin-top:10px}
.catpill{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border-radius:999px;font-size:11.5px;background:#F3F4F6;color:#5C6470}
.catpill b{font-weight:700;color:#2F3542}
/* sidebar */
.about{margin:0;font-size:12.5px;line-height:1.65;color:#5C6470}
.ntee{margin-top:12px;padding-top:12px;border-top:1px solid #F0F1F3;font-size:12px;font-weight:600}
.nteesub{font-size:12px;color:#5C6470;margin-top:2px;font-weight:400}
.frow{display:flex;justify-content:space-between;gap:14px;padding:8px 0;border-bottom:1px solid #F0F1F3;font-size:12.5px}
.frow .k{color:#98A0AA;flex:none}
.frow .v{font-weight:600;text-align:right;min-width:0;overflow-wrap:anywhere}
.peer{display:flex;align-items:center;gap:11px;padding:8px 9px;border-radius:9px}
.peer:hover{background:#FBF7F0}
.peer .sw2{width:32px;height:32px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:12px;flex:none;overflow:hidden}
.peer .sw2 img{width:100%;height:100%;object-fit:contain;background:#fff}
.peer .nm{font-weight:600;font-size:12px;color:#2F3542}
.peer .mt{font-size:10.5px;color:#98A0AA}
.peer .op{flex:none;font-size:11px;font-weight:600}
.srcs{display:flex;flex-direction:column;gap:8px;font-size:12.5px;font-weight:600}
/* index page */
.idxhead{padding:30px 36px 22px;border-bottom:1px solid #E9EAEC;background:#fff}
.idxhead h1{margin:0 0 6px;font-size:26px;font-weight:800;letter-spacing:-.01em}
.idxhead .sub{margin:0 0 20px;font-size:13.5px;color:#6B7280}
.srow{display:flex;gap:10px;margin-bottom:14px;flex-wrap:wrap}
.sbox{flex:1;display:flex;align-items:center;gap:9px;padding:11px 16px;border:1px solid #E1E3E6;border-radius:9px;background:#fff;min-width:200px}
.sbox input{border:none;outline:none;font-size:13.5px;font-family:inherit;width:100%;color:#2F3542}
.sbox .ic{color:#98A0AA;font-size:13px}
.frowidx{display:flex;flex-wrap:wrap;gap:10px;align-items:center}
.fsel{border:1px solid #E1E3E6;border-radius:8px;padding:9px 30px 9px 14px;font-size:12.5px;font-weight:600;color:#2F3542;background:#fff;font-family:inherit}
.htoggle{border:1px solid #E1E3E6;background:#fff;color:#2F3542;border-radius:999px;padding:8px 16px;font-family:inherit;font-weight:600;font-size:12.5px;display:inline-flex;align-items:center;gap:8px;cursor:pointer}
.htoggle .dot{width:9px;height:9px;border-radius:999px;background:#C7CBD1;display:inline-block}
.htoggle.on{border-color:#f5871f;background:#FDF1E1;color:#B3690E}
.htoggle.on .dot{background:#f5871f}
.clearbtn{border:none;background:none;color:#98A0AA;font-family:inherit;font-weight:600;font-size:12.5px;cursor:pointer;text-decoration:underline}
.results{padding:22px 36px 44px}
.rescount{font-size:13px;color:#98A0AA;margin-bottom:14px}
.ogrid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.ocard{display:flex;flex-direction:column;gap:12px;padding:18px 20px;border:1px solid #E9EAEC;border-radius:12px;background:#fff}
.ocard:hover{border-color:#F5B75C;box-shadow:0 3px 12px rgba(0,0,0,.07)}
.ocard .top{display:flex;align-items:center;gap:12px}
.ocard .sw3{width:44px;height:44px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:15px;flex:none;overflow:hidden}
.ocard .sw3.haslogo{border:1px solid #F0F1F3;background:#fff}
.ocard .sw3 img{width:100%;height:100%;object-fit:contain}
.ocard .nm{font-weight:600;font-size:14px;color:#2F3542;line-height:1.3}
.ocard .loc2{font-size:11.5px;color:#98A0AA;margin-top:2px}
.ocard .pillrow{display:flex;flex-wrap:wrap;gap:6px}
.ocard .cpill{padding:3px 10px;border-radius:999px;font-size:11px;font-weight:600}
.ocard .bpill{padding:3px 10px;border-radius:999px;font-size:11px;background:#F3F4F6;color:#5C6470}
.ocard .foot2{display:flex;align-items:center;justify-content:space-between;border-top:1px solid #F0F1F3;padding-top:10px}
.ocard .open{font-size:11.5px;font-weight:600}
.ocard .vp{font-size:11px;color:#98A0AA}
.emptystate{text-align:center;padding:60px 20px;border:1px dashed #E1E3E6;border-radius:12px}
.emptystate .t1{font-size:14px;font-weight:600;margin-bottom:6px}
.emptystate .t2{font-size:12.5px;color:#98A0AA;margin-bottom:14px}
.emptystate button{border:1.5px solid #E1E3E6;background:#fff;color:#2F3542;font-weight:600;font-size:12.5px;padding:9px 18px;border-radius:8px;cursor:pointer;font-family:inherit}
.loadmore{display:block;margin:22px auto 0;border:1.5px solid #E1E3E6;background:#fff;color:#2F3542;font-weight:600;font-size:13px;padding:11px 26px;border-radius:9px;cursor:pointer;font-family:inherit}
.loadmore:hover{border-color:#f5871f;color:#e0760f}
@media (max-width:900px){
  .grid{grid-template-columns:1fr;padding:18px 16px 28px}
  .hero{padding:22px 16px 20px}
  .idxhead{padding:24px 16px 18px}
  .results{padding:18px 16px 36px}
  .ogrid{grid-template-columns:1fr}
  .stat{padding:2px 14px;min-width:110px}
}
@media (min-width:901px) and (max-width:1100px){.ogrid{grid-template-columns:repeat(2,1fr)}}

/* shared site nav (design handoff July 2026) - identical on board/orgs/salary */
.snav{background:#fff;border-bottom:1px solid #E9EAEC;font-family:'Poppins',system-ui,sans-serif}
.snav-in{max-width:1200px;margin:0 auto;padding:0 30px;height:66px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center}
.snav-logo{justify-self:start;display:block}
.snav-logo img{height:30px;width:auto;display:block}
.snav-links{justify-self:center;display:flex;gap:34px;white-space:nowrap}
.snav-links a{font-size:13px;letter-spacing:.06em;font-weight:600;color:#5C6470;padding:6px 0;border-bottom:2px solid transparent;text-decoration:none}
.snav-links a:hover{color:#f5871f}
.snav-links a.on{font-weight:700;color:#2F3542;border-bottom-color:#f5871f}
.snav-r{justify-self:end;display:flex;align-items:center;gap:12px}
.snav-icon{width:38px;height:38px;border-radius:50%;border:1px solid #f5871f;background:#fff;color:#7A828C;display:flex;align-items:center;justify-content:center;cursor:pointer;padding:0}
.snav-icon:hover{color:#f5871f}
/* job-seeker dropdown: opens on hover or click, closes on click-outside/Esc */
.snav-seekwrap{position:relative;display:inline-flex}
.snav-seekmenu{display:none;position:absolute;right:0;top:100%;margin-top:8px;min-width:160px;background:#fff;border:1px solid #E9EAEC;border-radius:10px;box-shadow:0 12px 30px rgba(40,40,40,.14);padding:6px;z-index:40}
.snav-seekmenu::before{content:'';position:absolute;left:0;right:0;top:-8px;height:8px}
.snav-seekwrap:hover .snav-seekmenu,.snav-seekmenu.open{display:block;animation:snav-open .16s ease}
.snav-menuhdr{font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#9AA0A8;padding:7px 12px 5px}
.snav-seekmenu a{display:block;padding:9px 12px;font-size:13.5px;font-weight:500;color:#2F3542;border-radius:7px;text-decoration:none}
.snav-seekmenu a:hover{background:#FEF7EE;color:#c96a12}
.snav-cta{background:#f5871f;color:#fff;font-weight:700;font-size:12.5px;letter-spacing:.04em;padding:5px 10px;border-radius:5px;text-transform:uppercase;text-decoration:none}
.snav-cta:hover{background:#e0760f;color:#fff}
.snav-burger{display:none}
.snav-drawer{display:none}
@media(max-width:900px){
 .snav-in{display:flex;height:60px;padding:0 16px}
 .snav-logo img{height:24px}
 .snav-links{display:none}
 .snav-seek{display:none}
 .snav-r{margin-left:auto;gap:10px}
 .snav-icon{width:36px;height:36px}
 .snav-cta{font-size:11.5px;padding:8px 13px;border-radius:7px}
 .snav-burger{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;width:38px;height:38px;border:1px solid #E1E3E6;border-radius:9px;background:#fff;cursor:pointer;padding:0}
 .snav-burger span{display:block;width:16px;height:2px;background:#2F3542;border-radius:1px}
 .snav-drawer{display:none;border-top:1px solid #F0F1F3}
 .snav-drawer.open{display:block;animation:snav-open .18s ease}
 .snav-drawer a{display:flex;align-items:center;gap:10px;padding:14px 20px;font-size:14px;letter-spacing:.05em;font-weight:600;color:#5C6470;border-left:3px solid transparent;text-decoration:none}
 .snav-drawer a:hover{color:#f5871f;background:#FAFAFA}
 .snav-drawer a.on{font-weight:700;color:#2F3542;border-left-color:#f5871f;background:#FEF7EE}
 .snav-dv{height:1px;background:#F0F1F3}
 .snav-drawerhdr{display:flex;align-items:center;gap:10px;padding:14px 20px 4px;font-size:12px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#9AA0A8}
 .snav-drawer a.snav-seekrow{font-weight:500;padding-left:46px;padding-top:10px;padding-bottom:10px}
}
@keyframes snav-open{from{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:none}}
