:root {
  --ink: #0c0d0f;
  --ink-soft: #15171b;
  --paper: #f3f1ed;
  --white: #ffffff;
  --muted: #a9adb3;
  --line: rgba(255,255,255,.12);
  --line-dark: rgba(12,13,15,.14);
  --accent: #d94a36;
  --accent-bright: #ed5b45;
  --shell: min(1180px, calc(100vw - 48px));
  --radius: 18px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--ink);
  color: var(--white);
  font-family: Inter, system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
img { max-width: 100%; display: block; }
button, input, textarea { font: inherit; }
.skip-link { position: fixed; left: 12px; top: -60px; z-index: 999; padding: 10px 14px; background: var(--white); color: var(--ink); border-radius: 6px; }
.skip-link:focus { top: 12px; }
.shell { width: var(--shell); margin-inline: auto; }

.site-header {
  position: fixed; inset: 0 0 auto; z-index: 50;
  border-bottom: 1px solid transparent;
  transition: background .25s ease, border-color .25s ease, backdrop-filter .25s ease;
}
.site-header.scrolled { background: rgba(12,13,15,.82); border-color: var(--line); backdrop-filter: blur(18px); }
.nav-wrap { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand img { width: 250px; height: auto; }
.site-nav { display: flex; align-items: center; gap: 30px; font-size: .92rem; font-weight: 600; }
.site-nav a { text-decoration: none; color: rgba(255,255,255,.78); transition: color .2s ease; }
.site-nav a:hover { color: var(--white); }
.site-nav .nav-cta { color: var(--white); border: 1px solid var(--line); padding: 11px 16px; border-radius: 999px; }
.menu-button { display: none; width: 44px; height: 44px; padding: 10px; border: 0; background: transparent; }
.menu-button span { display: block; height: 2px; margin: 5px 0; background: white; }

.hero { position: relative; min-height: 830px; overflow: hidden; display: flex; flex-direction: column; justify-content: center; padding: 160px 0 55px; background: #0b0c0e; }
.hero-grid { position: absolute; inset: 0; opacity: .2; background-image: linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(to bottom, black, transparent 92%); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(90px); opacity: .18; }
.hero-glow-one { width: 420px; height: 420px; background: var(--accent); right: 6%; top: 11%; }
.hero-glow-two { width: 300px; height: 300px; background: #66738f; left: -8%; bottom: 4%; opacity: .11; }
.hero-layout { position: relative; display: grid; grid-template-columns: 1.4fr .6fr; align-items: center; gap: 50px; }
.eyebrow { margin: 0 0 22px; color: var(--accent-bright); text-transform: uppercase; letter-spacing: .18em; font-size: .72rem; font-weight: 800; }
.eyebrow.dark { color: #a73728; }
h1, h2, h3 { font-family: "Space Grotesk", Inter, sans-serif; margin-top: 0; }
h1 { max-width: 900px; margin-bottom: 28px; font-size: clamp(3.5rem, 7.4vw, 7rem); line-height: .94; letter-spacing: -.055em; }
.hero-lede { max-width: 720px; margin: 0 0 38px; color: #c5c8cd; font-size: clamp(1.08rem, 1.5vw, 1.3rem); line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 22px; border-radius: 999px; text-decoration: none; border: 1px solid transparent; font-weight: 700; cursor: pointer; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--accent); color: white; }
.button-primary:hover { background: var(--accent-bright); }
.button-secondary { background: rgba(255,255,255,.04); color: white; border-color: var(--line); }
.button-secondary:hover { background: rgba(255,255,255,.08); }
.hero-mark { display: flex; justify-content: center; gap: 26px; transform: rotate(0deg); }
.slash { width: 82px; height: 360px; background: var(--accent); transform: skew(-29deg); border-radius: 3px; box-shadow: 0 20px 80px rgba(217,74,54,.22); }
.slash-two { opacity: .88; }
.hero-footer { position: relative; margin-top: auto; padding-top: 72px; display: flex; align-items: center; gap: 16px; color: #8f949c; font-size: .8rem; text-transform: uppercase; letter-spacing: .12em; }
.dot { width: 4px; height: 4px; border-radius: 50%; background: var(--accent); }

.section { padding: 120px 0; }
.section-light { background: var(--paper); color: var(--ink); }
.section-dark { background: var(--ink-soft); }
.split-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 110px; align-items: start; }
.section-heading h2 { margin-bottom: 0; font-size: clamp(2.4rem, 4.3vw, 4.5rem); line-height: 1.04; letter-spacing: -.04em; }
.section-heading.wide { max-width: 760px; margin-bottom: 54px; }
.section-heading.wide > p:last-child { color: #aeb2b8; line-height: 1.7; max-width: 650px; }
.section-light .section-heading.wide > p:last-child { color: #5e6269; }
.section-copy > p { margin: 0 0 22px; color: #474b51; font-size: 1.1rem; line-height: 1.8; }
.stat-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 48px; padding-top: 28px; border-top: 1px solid var(--line-dark); }
.stat-row strong, .stat-row span { display: block; }
.stat-row strong { font-family: "Space Grotesk"; font-size: 1.4rem; }
.stat-row span { margin-top: 7px; color: #6e7279; font-size: .82rem; }

.company-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.company-card { position: relative; min-height: 390px; padding: 34px; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,.025); overflow: hidden; transition: transform .25s ease, border-color .25s ease, background .25s ease; }
.company-card:hover { transform: translateY(-5px); border-color: rgba(255,255,255,.24); background: rgba(255,255,255,.04); }
.company-card.featured { background: linear-gradient(145deg, rgba(217,74,54,.16), rgba(255,255,255,.02) 55%); }
.company-card.featured::after { content: "//"; position: absolute; right: -8px; bottom: -48px; color: rgba(217,74,54,.12); font-family: "Space Grotesk"; font-size: 14rem; font-weight: 700; letter-spacing: -.22em; }
.card-topline { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 62px; color: #8f949b; font-size: .72rem; text-transform: uppercase; letter-spacing: .11em; }
.status { padding: 7px 10px; border-radius: 999px; border: 1px solid var(--line); }
.status.active { color: #ffb2a7; border-color: rgba(217,74,54,.4); background: rgba(217,74,54,.1); }
.status.development { color: #c3c8d2; }
.status.exploration { color: #d8cda8; }
.company-card h3 { position: relative; z-index: 1; margin-bottom: 18px; font-size: clamp(1.8rem, 3vw, 2.7rem); letter-spacing: -.035em; }
.company-card p { position: relative; z-index: 1; max-width: 580px; color: #b1b5bb; line-height: 1.7; }
.capability-list { position: relative; z-index: 1; display: flex; flex-wrap: wrap; gap: 8px; margin-top: 25px; }
.capability-list span { padding: 7px 9px; border-radius: 6px; background: rgba(255,255,255,.055); color: #c9ccd1; font-size: .76rem; }
.text-link { position: absolute; z-index: 2; left: 34px; bottom: 32px; color: white; text-decoration: none; font-size: .9rem; font-weight: 700; }
.text-link span { color: var(--accent-bright); }

.approach-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); }
.approach-item { padding: 36px 28px 36px 0; min-height: 280px; border-right: 1px solid var(--line-dark); }
.approach-item + .approach-item { padding-left: 28px; }
.approach-item:last-child { border-right: 0; }
.number { color: var(--accent); font-family: "Space Grotesk"; font-size: .8rem; font-weight: 700; }
.approach-item h3 { margin: 60px 0 14px; font-size: 1.35rem; }
.approach-item p { margin: 0; color: #62666d; line-height: 1.65; font-size: .92rem; }

.founder-section { background: #111317; }
.founder-layout { display: grid; grid-template-columns: 1.1fr .9fr; gap: 80px; align-items: center; }
.founder-panel { padding: 52px; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,.025); }
.founder-panel h2 { font-size: clamp(2.2rem, 4vw, 4rem); letter-spacing: -.04em; line-height: 1.05; }
.founder-panel > p:last-child { color: #adb1b7; line-height: 1.8; }
.founder-quote { margin: 0; }
.founder-quote p { margin: 0 0 28px; font-family: "Space Grotesk"; font-size: clamp(1.8rem, 3vw, 3.1rem); line-height: 1.2; letter-spacing: -.035em; }
.founder-quote cite { color: #c8cbd0; font-style: normal; font-weight: 700; }
.founder-quote cite span { color: #7f848c; font-weight: 400; font-size: .85rem; }

.contact-section { background: #090a0c; }
.contact-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; }
.contact-copy h2 { font-size: clamp(2.5rem, 4.5vw, 4.8rem); letter-spacing: -.045em; line-height: 1; }
.contact-copy > p { color: #aeb2b8; line-height: 1.7; }
.contact-details { margin-top: 38px; display: grid; gap: 12px; }
.contact-details a { color: white; text-decoration: none; font-weight: 600; }
.contact-form { padding: 38px; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,.025); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.contact-form label { display: grid; gap: 9px; margin-bottom: 18px; color: #d2d5da; font-size: .82rem; font-weight: 700; }
.contact-form label span { color: #737880; font-weight: 400; }
.contact-form input, .contact-form textarea { width: 100%; border: 1px solid rgba(255,255,255,.14); background: #111317; color: white; border-radius: 9px; padding: 14px 15px; outline: none; transition: border-color .2s ease, box-shadow .2s ease; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--accent); box-shadow: 0 0 0 3px rgba(217,74,54,.14); }
.contact-form textarea { resize: vertical; }
.form-submit { width: 100%; margin-top: 8px; border: 0; }
.hidden { display: none; }

.site-footer { padding: 60px 0 24px; background: #060708; border-top: 1px solid var(--line); }
.footer-main { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding-bottom: 42px; }
.footer-main img { width: 255px; }
.footer-links { display: flex; flex-wrap: wrap; gap: 26px; }
.footer-links a { color: #a9adb3; text-decoration: none; font-size: .88rem; }
.footer-bottom { padding-top: 22px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; gap: 20px; color: #646971; font-size: .75rem; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }

.simple-page { min-height: 100vh; padding: 150px 0 100px; background: var(--paper); color: var(--ink); }
.simple-page .content { max-width: 760px; }
.simple-page h1 { font-size: clamp(3rem, 7vw, 6rem); }
.simple-page h2 { margin-top: 42px; font-size: 1.6rem; }
.simple-page p, .simple-page li { color: #4f5359; line-height: 1.8; }
.simple-page .back { display: inline-block; margin-top: 30px; color: #a73728; font-weight: 700; text-decoration: none; }

@media (max-width: 900px) {
  :root { --shell: min(100% - 32px, 720px); }
  .nav-wrap { min-height: 74px; }
  .brand img { width: 205px; }
  .menu-button { display: block; }
  .site-nav { display: none; position: absolute; top: 74px; left: 16px; right: 16px; padding: 20px; flex-direction: column; align-items: stretch; gap: 8px; background: rgba(15,16,19,.98); border: 1px solid var(--line); border-radius: 14px; }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 12px; }
  .site-nav .nav-cta { text-align: center; }
  .hero { min-height: auto; padding-top: 140px; }
  .hero-layout { grid-template-columns: 1fr; }
  .hero-mark { display: none; }
  h1 { font-size: clamp(3.2rem, 13vw, 5.8rem); }
  .hero-footer { flex-wrap: wrap; padding-top: 90px; }
  .section { padding: 90px 0; }
  .split-layout, .founder-layout, .contact-layout { grid-template-columns: 1fr; gap: 52px; }
  .company-grid { grid-template-columns: 1fr; }
  .approach-grid { grid-template-columns: repeat(2, 1fr); }
  .approach-item:nth-child(2) { border-right: 0; }
  .approach-item:nth-child(-n+2) { border-bottom: 1px solid var(--line-dark); }
}

@media (max-width: 560px) {
  :root { --shell: calc(100% - 28px); }
  .hero { padding-top: 120px; }
  .hero-actions { display: grid; }
  .button { width: 100%; }
  .hero-footer .dot { display: none; }
  .hero-footer span { width: 100%; }
  .stat-row { grid-template-columns: 1fr; }
  .company-card { min-height: 430px; padding: 26px; }
  .card-topline { align-items: flex-start; flex-direction: column; margin-bottom: 46px; }
  .text-link { left: 26px; bottom: 26px; }
  .approach-grid { grid-template-columns: 1fr; }
  .approach-item, .approach-item + .approach-item { padding: 28px 0; border-right: 0; border-bottom: 1px solid var(--line-dark); min-height: 0; }
  .approach-item:last-child { border-bottom: 0; }
  .approach-item h3 { margin-top: 28px; }
  .founder-panel, .contact-form { padding: 26px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .footer-main, .footer-bottom { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}


/* Careers */
.page-hero { position: relative; overflow: hidden; padding: 190px 0 110px; background: #0b0c0e; }
.page-hero::after { content: "//"; position: absolute; right: 4%; bottom: -95px; color: rgba(217,74,54,.1); font: 700 19rem/1 "Space Grotesk"; letter-spacing: -.22em; }
.page-hero-inner { position: relative; z-index: 2; max-width: 980px; }
.page-hero h1 { max-width: 950px; font-size: clamp(3.8rem, 8vw, 7.4rem); }
.page-hero p:not(.eyebrow) { max-width: 750px; color: #bec2c8; font-size: 1.2rem; line-height: 1.75; }
.job-list { display: grid; gap: 16px; }
.empty-state { padding: 48px; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,.025); }
.empty-state h3 { margin: 28px 0 12px; font-size: clamp(2rem,4vw,3.4rem); }
.empty-state p { max-width: 680px; margin: 0 0 28px; color: #adb2b9; line-height: 1.7; }
.job-card { display: flex; justify-content: space-between; align-items: center; gap: 30px; padding: 32px; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,.025); }
.job-card h3 { margin: 12px 0; font-size: 2rem; }
.job-card p { color: #adb2b9; }
.job-meta { display:flex; flex-wrap:wrap; gap:8px; }
.job-meta span { padding: 7px 10px; border-radius:999px; background:rgba(255,255,255,.055); color:#c8ccd1; font-size:.75rem; }
.division-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
.division-card { min-height:290px; padding:32px; border:1px solid var(--line-dark); border-radius:var(--radius); background:#ece9e4; }
.division-card > span { color:var(--accent); font-family:"Space Grotesk"; font-weight:700; }
.division-card h3 { margin:70px 0 15px; font-size:1.7rem; }
.division-card p { color:#5d6167; line-height:1.7; }
.application-section { background:#090a0c; }
.application-note { display:grid; gap:6px; margin-top:35px; padding:20px; border-left:3px solid var(--accent); background:rgba(255,255,255,.035); }
.application-note span { color:#969ba3; font-size:.86rem; line-height:1.5; }
.contact-form select { width:100%; border:1px solid rgba(255,255,255,.14); background:#111317; color:white; border-radius:9px; padding:14px 15px; outline:none; }
.contact-form input[type=file] { padding:11px; }
.checkbox-label { display:flex !important; grid-template-columns:auto 1fr; align-items:flex-start; gap:11px !important; font-weight:400 !important; line-height:1.5; }
.checkbox-label input { width:auto !important; margin-top:3px; }
.checkbox-label span { color:#b7bbc1 !important; }

/* Login */
.portal-body { min-height:100vh; background:var(--paper); color:var(--ink); }
.login-main { min-height:100vh; }
.login-grid { min-height:100vh; display:grid; grid-template-columns:1.08fr .92fr; }
.login-brand-panel { position:relative; display:flex; align-items:center; padding:150px max(7vw,40px) 80px; overflow:hidden; background:#0b0c0e; color:white; }
.login-brand-panel::after { content:"//"; position:absolute; right:-35px; bottom:-80px; color:rgba(217,74,54,.16); font:700 20rem/1 "Space Grotesk"; letter-spacing:-.22em; }
.login-brand-content { position:relative; z-index:1; max-width:660px; }
.login-brand-content h1 { font-size:clamp(3.2rem,6vw,6.5rem); }
.login-brand-content > p:not(.eyebrow) { color:#b9bdc4; font-size:1.1rem; line-height:1.75; }
.portal-security-note { display:grid; gap:6px; max-width:550px; margin-top:45px; padding:20px; border:1px solid var(--line); border-radius:12px; background:rgba(255,255,255,.035); }
.portal-security-note span { color:#9499a1; font-size:.84rem; line-height:1.55; }
.login-form-panel { display:flex; align-items:center; justify-content:center; padding:130px 45px 70px; }
.login-card { width:min(440px,100%); }
.login-card > img { width:270px; margin-bottom:48px; }
.login-kicker { margin-bottom:28px; font-family:"Space Grotesk"; font-size:1.4rem; font-weight:700; }
.login-card label:not(.checkbox-label) { display:grid; gap:9px; margin-bottom:18px; font-size:.82rem; font-weight:700; }
.login-card input { width:100%; padding:14px 15px; border:1px solid var(--line-dark); border-radius:9px; background:white; color:var(--ink); outline:none; }
.login-card input:focus { border-color:var(--accent); box-shadow:0 0 0 3px rgba(217,74,54,.14); }
.login-options { display:flex; align-items:center; justify-content:space-between; gap:20px; margin:6px 0 24px; }
.checkbox-label.compact { margin:0; color:#555a61; font-size:.8rem; }
.checkbox-label.compact span { color:#555a61 !important; }
.muted-link { color:#777c83; font-size:.8rem; text-decoration:none; }
.form-caption { color:#777c83; font-size:.78rem; line-height:1.5; text-align:center; }

/* Dashboard */
.dashboard-body { min-height:100vh; background:#111317; color:white; }
.dashboard-sidebar { position:fixed; inset:0 auto 0 0; z-index:20; width:270px; display:flex; flex-direction:column; padding:28px 22px; border-right:1px solid var(--line); background:#090a0c; }
.dashboard-logo img { width:220px; }
.dashboard-sidebar nav { display:grid; gap:7px; margin-top:60px; }
.dashboard-sidebar nav a { padding:13px 15px; border-radius:9px; color:#8f949c; text-decoration:none; font-weight:600; font-size:.9rem; }
.dashboard-sidebar nav a:hover,.dashboard-sidebar nav a.active { color:white; background:rgba(255,255,255,.06); }
.sidebar-footer { margin-top:auto; display:grid; gap:14px; color:#646a72; font-size:.75rem; }
.sidebar-footer a { color:#b8bcc2; text-decoration:none; }
.dashboard-main { margin-left:270px; min-height:100vh; background:#f1efeb; color:var(--ink); }
.dashboard-topbar { height:84px; display:flex; align-items:center; gap:18px; padding:0 38px; border-bottom:1px solid var(--line-dark); background:white; }
.dashboard-topbar > div:nth-child(2) { display:grid; gap:3px; }
.dashboard-label { color:#7b8087; text-transform:uppercase; letter-spacing:.13em; font-size:.66rem; font-weight:800; }
.avatar { margin-left:auto; width:42px; height:42px; display:grid; place-items:center; border-radius:50%; background:var(--ink); color:white; font-weight:800; }
.dashboard-menu { display:none; border:0; background:transparent; font-size:1.4rem; }
.dashboard-content { width:min(1240px,calc(100% - 60px)); margin:0 auto; padding:34px 0 70px; }
.preview-banner { display:flex; gap:14px; padding:14px 18px; border:1px solid rgba(217,74,54,.25); border-radius:10px; background:rgba(217,74,54,.08); color:#7b3026; font-size:.82rem; }
.dashboard-welcome { display:flex; justify-content:space-between; align-items:flex-end; gap:30px; padding:48px 0 32px; }
.dashboard-welcome h1 { margin-bottom:10px; font-size:clamp(2.7rem,5vw,5rem); }
.dashboard-welcome p:last-child { margin:0; color:#6c7178; }
.dashboard-stats { display:grid; grid-template-columns:repeat(4,1fr); gap:14px; }
.dashboard-stats article,.dashboard-panel { border:1px solid var(--line-dark); border-radius:14px; background:white; box-shadow:0 8px 30px rgba(12,13,15,.035); }
.dashboard-stats article { display:grid; gap:9px; padding:22px; }
.dashboard-stats span { color:#737880; font-size:.78rem; font-weight:700; }
.dashboard-stats strong { font-family:"Space Grotesk"; font-size:2.2rem; }
.dashboard-stats small { color:#9a9ea4; }
.dashboard-grid { display:grid; grid-template-columns:1.25fr .75fr; gap:16px; margin-top:16px; }
.dashboard-panel { padding:26px; }
.panel-heading { display:flex; justify-content:space-between; align-items:flex-start; gap:20px; margin-bottom:25px; }
.panel-heading h2 { margin:5px 0 0; font-size:1.45rem; }
.panel-heading a { color:#a73728; font-size:.8rem; font-weight:700; text-decoration:none; }
.assignment { display:grid; grid-template-columns:58px 1fr auto; align-items:center; gap:17px; padding:18px 0; border-top:1px solid var(--line-dark); }
.date-block { display:grid; place-items:center; padding:8px; border-radius:9px; background:#f1efeb; }
.date-block strong { font-size:1.2rem; }.date-block span { color:#81868d; font-size:.62rem; font-weight:800; }
.assignment h3 { margin:0 0 4px; font-size:1rem; }.assignment p { margin:0; color:#7b8087; font-size:.78rem; }
.pill { padding:7px 9px; border-radius:999px; background:rgba(217,74,54,.1); color:#a73728; font-size:.68rem; font-weight:800; }
.pill.neutral { background:#eceef1; color:#656a72; }
.announcement { position:relative; padding:16px 0 16px 15px; border-top:1px solid var(--line-dark); }
.announcement.unread::before { content:""; position:absolute; left:0; top:22px; width:6px; height:6px; border-radius:50%; background:var(--accent); }
.announcement > span { color:#a73728; font-size:.66rem; font-weight:800; text-transform:uppercase; letter-spacing:.1em; }
.announcement h3 { margin:7px 0; font-size:.96rem; }.announcement p { margin:0 0 8px; color:#747981; font-size:.78rem; line-height:1.5; }.announcement small { color:#a1a5aa; }
.resource-grid { display:grid; grid-template-columns:1fr 1fr; gap:10px; }
.resource-grid a { display:grid; gap:6px; padding:17px; border:1px solid var(--line-dark); border-radius:10px; color:var(--ink); text-decoration:none; }
.resource-grid span { color:#858a91; font-size:.72rem; }
.profile-list { margin:0; }.profile-list div { display:flex; justify-content:space-between; gap:25px; padding:15px 0; border-top:1px solid var(--line-dark); }.profile-list dt { color:#7b8087; }.profile-list dd { margin:0; font-weight:700; text-align:right; }

@media (max-width: 900px) {
  .division-grid { grid-template-columns:1fr; }
  .login-grid { grid-template-columns:1fr; }
  .login-brand-panel { min-height:650px; }
  .dashboard-sidebar { transform:translateX(-100%); transition:transform .25s ease; }
  .sidebar-open .dashboard-sidebar { transform:none; }
  .dashboard-main { margin-left:0; }
  .dashboard-menu { display:block; }
  .dashboard-stats { grid-template-columns:repeat(2,1fr); }
  .dashboard-grid { grid-template-columns:1fr; }
}
@media (max-width: 560px) {
  .page-hero { padding-top:140px; }
  .empty-state { padding:28px; }
  .job-card { align-items:flex-start; flex-direction:column; }
  .login-brand-panel { min-height:580px; padding-inline:24px; }
  .login-form-panel { padding:80px 24px; }
  .preview-banner { flex-direction:column; }
  .dashboard-content { width:calc(100% - 28px); }
  .dashboard-topbar { padding-inline:16px; }
  .dashboard-welcome { align-items:flex-start; flex-direction:column; }
  .dashboard-stats { grid-template-columns:1fr; }
  .assignment { grid-template-columns:52px 1fr; }
  .assignment .pill { grid-column:2; justify-self:start; }
  .resource-grid { grid-template-columns:1fr; }
}

/* v3 live portal and careers */
.auth-message{padding:.85rem 1rem;border:1px solid rgba(255,255,255,.12);border-radius:8px;background:rgba(255,255,255,.05);font-size:.9rem;line-height:1.45}.auth-message[data-type="error"]{border-color:rgba(216,72,54,.55);background:rgba(216,72,54,.1)}.auth-message[data-type="success"]{border-color:rgba(74,160,105,.55);background:rgba(74,160,105,.1)}.centered-link{display:block;text-align:center;margin-top:1rem}.portal-loading,.portal-empty{padding:1.5rem;border:1px dashed rgba(255,255,255,.14);border-radius:10px;color:#9ba0a6}.portal-empty{display:flex;flex-direction:column;gap:.35rem}.capitalize{text-transform:capitalize}.cert-row{display:flex;justify-content:space-between;gap:1rem;padding:1rem 0;border-bottom:1px solid rgba(255,255,255,.08)}.cert-row>div{display:flex;flex-direction:column;gap:.3rem}.cert-row>div:last-child{align-items:flex-end}.cert-row span,.cert-row small{color:#9ba0a6}.admin-content{max-width:1300px}.admin-hero{display:flex;justify-content:space-between;align-items:flex-end;gap:2rem;margin-bottom:2rem}.admin-hero h1{max-width:850px;margin:.4rem 0 0;font-size:clamp(2rem,4vw,3.6rem)}.compact-button{padding:.65rem 1rem}.admin-form{display:grid;gap:1rem;max-width:980px}.admin-form label{display:grid;gap:.45rem;font-weight:600}.admin-form label span{font-weight:400;color:#858b92}.admin-form input,.admin-form select,.admin-form textarea{width:100%;padding:.9rem 1rem;border:1px solid rgba(255,255,255,.14);border-radius:8px;background:#111316;color:#f4f4f4;font:inherit}.table-wrap{overflow:auto}.admin-table{width:100%;border-collapse:collapse;min-width:720px}.admin-table th,.admin-table td{text-align:left;padding:1rem;border-bottom:1px solid rgba(255,255,255,.08)}.admin-table th{color:#888f96;font-size:.75rem;text-transform:uppercase;letter-spacing:.08em}.admin-table td strong,.admin-table td small{display:block}.admin-table td small{color:#858b92;margin-top:.25rem}.table-action{border:0;background:transparent;color:#e4523d;font:inherit;font-weight:700;cursor:pointer}.admin-list{margin-top:2rem}.admin-list-item{padding:1rem 0;border-top:1px solid rgba(255,255,255,.08)}.admin-list-item div{display:flex;justify-content:space-between;gap:1rem}.admin-list-item span{color:#858b92}.job-compensation{display:block;margin-top:.8rem;color:#b8bdc3}.job-page{min-height:80vh;padding:11rem 0 7rem;background:#f4f4f2;color:#17191c}.job-detail-header{max-width:900px;margin-bottom:5rem}.job-detail-header h1{font-size:clamp(3rem,7vw,6rem);line-height:.95;margin:.65rem 0 1.5rem}.job-lead{font-size:1.25rem;line-height:1.7;max-width:800px}.job-detail-header .job-meta{margin-bottom:1.5rem}.job-detail-body{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:1rem 5rem;max-width:1050px}.job-detail-body section{grid-column:1}.job-detail-body h2{font-size:1.8rem;margin:1.5rem 0 .8rem}.job-detail-body p,.job-detail-body li{line-height:1.75;color:#4c5055}.job-detail-body aside{grid-column:2;grid-row:1/4;background:#17191c;color:#f4f4f4;padding:1.5rem;height:max-content}.job-detail-body aside p{color:#b7bbc0}.job-detail-body ul{padding-left:1.25rem}.job-compensation{font-size:1rem}.button:disabled{opacity:.55;cursor:wait}@media(max-width:800px){.admin-hero{align-items:flex-start;flex-direction:column}.job-detail-body{grid-template-columns:1fr}.job-detail-body aside{grid-column:1;grid-row:auto}.admin-list-item div{flex-direction:column}.cert-row{flex-direction:column}.cert-row>div:last-child{align-items:flex-start}}
