[hidden]{ display:none !important; }
:root{
  --font-ui:'Schibsted Grotesk',system-ui,sans-serif;
  --font-data:'IBM Plex Mono','SFMono-Regular',Consolas,monospace;
  --serif:'Newsreader',Georgia,serif;
  --ink:#0f2a20;
  --muted:#6a8177;
  --paper:#fbfdfc;
  --card:#fff;
  --line:#e0eae4;
  --inkSurface:#0b241b;
  --green:#0e7a5c;
  --green-dark:#0b5c46;
  --green-soft:#e2f0e9;
  --blue:#2f6db8;
  --champagne:#d9b56a;
  --champagneSerif:#e4c98f;
  --onDarkMuted:#9db5a9;
}
@supports (color:oklch(80% 0.08 85)){
  :root{ --champagne:oklch(80% 0.08 85); --champagneSerif:oklch(85% 0.06 85); }
}
*{ box-sizing:border-box; }
body{ min-height:100vh; margin:0; background:var(--paper); color:var(--ink); font-family:var(--font-ui); letter-spacing:0; }
button,input,a,textarea{ font:inherit; letter-spacing:0; }
.accessheader{ display:flex; align-items:center; justify-content:space-between; gap:20px; min-height:60px; margin:0; padding:0 24px; background:var(--inkSurface); border-bottom:1px solid rgba(238,245,240,.1); }
.brand{ display:flex; align-items:center; gap:9px; color:#fff; font-size:16px; font-weight:700; text-decoration:none; }
.brand img{ width:30px; height:30px; }
.homelink{ color:var(--onDarkMuted); font-size:12px; font-weight:500; text-decoration:none; }
.homelink:hover{ color:#fff; }
.accesshero{ background:var(--inkSurface); color:#eef5f0; padding:34px 24px 30px; text-align:center; }
.accesshero .kicker{ font-family:var(--font-data); font-size:11px; font-weight:600; letter-spacing:.18em; text-transform:uppercase; color:var(--champagne); }
.accesshero p{ max-width:560px; margin:12px auto 0; font-family:var(--serif); font-style:italic; font-size:16px; line-height:1.5; color:var(--champagneSerif); }
.accessmain{ display:grid; grid-template-columns:minmax(300px,470px) minmax(420px,560px); justify-content:center; align-items:start; gap:28px; min-height:calc(100vh - 60px); padding:34px 20px 72px; }
.accesspreview{ width:100%; padding:31px 30px; border:1px solid #c9ddd3; border-radius:16px; background:linear-gradient(145deg,#eef8f3,#fff); }
.accesspreview h2{ margin:0; font-size:26px; line-height:1.18; }
.previewlead{ margin:11px 0 20px; color:var(--muted); font-family:var(--serif); font-size:16px; line-height:1.55; }
.previewroute{ display:grid; gap:5px; margin-top:10px; border:1px solid var(--line); border-radius:11px; background:#fff; padding:14px 16px; }
.previewroute>span{ color:var(--green); font-family:var(--font-data); font-size:9px; font-weight:600; letter-spacing:.08em; text-transform:uppercase; }
.previewroute strong{ font-size:13.5px; line-height:1.35; }
.previewroute p{ margin:0; color:var(--muted); font-size:11.5px; line-height:1.5; }
.previewroute.selected{ border-color:var(--green); box-shadow:0 0 0 2px rgba(14,122,92,.1); }
.previewlist{ display:grid; gap:8px; margin:20px 0 0; padding:18px 18px 18px 37px; border-top:1px solid #c9ddd3; border-bottom:1px solid #c9ddd3; color:var(--muted); font-size:12px; line-height:1.45; }
.previewlist strong{ color:var(--ink); }
.previewhonesty{ margin:16px 0 0; color:var(--muted); font-size:10.5px; line-height:1.55; }
.accesspanel{ width:min(100%,560px); padding:34px; border:1px solid var(--line); border-radius:16px; background:var(--card); }
.eyebrow{ display:block; margin-bottom:8px; color:var(--green); font-family:var(--font-data); font-size:10.5px; font-weight:600; letter-spacing:.14em; text-transform:uppercase; }
h1{ margin:0 0 9px; font-size:30px; font-weight:800; letter-spacing:-.02em; line-height:1.14; }
.intro{ margin:0 0 25px; color:var(--muted); font-size:14px; line-height:1.55; }
.accessloading{ min-height:88px; display:grid; place-items:center; border:1px solid var(--line); border-radius:10px; background:#f0f7f3; color:var(--muted); font-family:var(--font-data); font-size:11px; letter-spacing:.08em; text-transform:uppercase; }
[data-access-guest]>p{ margin:0 0 17px; color:var(--muted); font-size:13px; line-height:1.55; }
.stepmarker{ display:flex; align-items:center; gap:10px; margin-bottom:13px; }
.stepmarker span{ display:grid; place-items:center; width:30px; height:30px; border:1px solid rgba(14,122,92,.35); border-radius:50%; background:var(--green-soft); color:var(--green-dark); font-family:var(--font-data); font-size:12px; font-weight:600; }
.stepmarker strong{ font-family:var(--font-data); font-size:11px; font-weight:600; letter-spacing:.1em; text-transform:uppercase; }
.googlebutton{ min-height:44px; }
.googlefallback{ display:grid; place-items:center; min-height:44px; border:1px solid #bcd6c9; border-radius:9px; color:var(--muted); font-size:12.5px; font-weight:600; }
.codeform{ display:grid; gap:10px; }
.accountline{ display:flex; align-items:center; justify-content:space-between; gap:14px; margin-bottom:12px; padding:12px 0; border-bottom:1px solid var(--line); }
.accountline span{ display:block; color:var(--muted); font-family:var(--font-data); font-size:9px; font-weight:600; letter-spacing:.1em; text-transform:uppercase; }
.accountline strong{ display:block; overflow-wrap:anywhere; font-size:12.5px; }
.textbutton{ min-height:44px; padding:0; border:0; background:transparent; color:var(--green-dark); font-size:12.5px; font-weight:600; cursor:pointer; }
.textbutton:hover{ text-decoration:underline; }
.codeform label{ color:var(--muted); font-family:var(--font-data); font-size:10px; font-weight:600; letter-spacing:.1em; text-transform:uppercase; }
.codeform input{ width:100%; min-height:52px; padding:0 14px; border:1px solid #bcd6c9; border-radius:9px; color:var(--ink); font-family:var(--font-data); font-size:16px; text-transform:uppercase; }
.codeform input:focus{ outline:3px solid rgba(14,122,92,.2); outline-offset:1px; border-color:var(--green); }
.primarybutton{ display:grid; place-items:center; min-height:48px; padding:0 18px; border:1px solid var(--inkSurface); border-radius:10px; background:var(--inkSurface); color:#fff; font-size:13.5px; font-weight:600; text-decoration:none; cursor:pointer; transition:filter .16s ease; }
.primarybutton:hover{ filter:brightness(1.25); }
.primarybutton:disabled{ opacity:.55; cursor:wait; }
.applyprompt{ display:flex; align-items:center; flex-wrap:wrap; gap:8px; margin-top:18px; padding-top:16px; border-top:1px solid var(--line); }
.applyor{ color:var(--muted); font-size:12.5px; }
.applyopen{ min-height:auto; }
.applyform{ display:grid; gap:13px; margin-top:18px; padding-top:18px; border-top:1px solid var(--line); }
.applyintro{ margin:-5px 0 1px; color:#2c443a; font-family:var(--serif); font-style:italic; font-size:14px; line-height:1.55; }
.applyquestion{ display:grid; gap:9px; }
.applyquestion label{ font-size:14.5px; line-height:1.5; color:var(--ink); }
.applyquestion label strong{ font-weight:700; }
.wordlimit{ color:var(--muted); font-family:var(--font-data); font-weight:500; font-size:11px; white-space:nowrap; }
.applyquestion textarea{ width:100%; min-height:150px; padding:12px 14px; border:1px solid #bcd6c9; border-radius:9px; background:#fff; color:var(--ink); font-family:var(--font-ui); font-size:14px; line-height:1.55; resize:vertical; }
.applyquestion input{ width:100%; min-height:48px; padding:0 14px; border:1px solid #bcd6c9; border-radius:9px; background:#fff; color:var(--ink); font-family:var(--font-data); font-size:13.5px; }
.applyquestion textarea:focus,.applyquestion input:focus{ outline:3px solid rgba(14,122,92,.2); outline-offset:1px; border-color:var(--green); }
.applyfieldnote{ margin:0; color:var(--muted); font-size:11px; line-height:1.5; }
.applymeta{ display:flex; justify-content:flex-end; }
.wordcount{ color:var(--muted); font-family:var(--font-data); font-size:11px; }
.wordcount.over{ color:#a33b34; font-weight:600; }
.applyform .textbutton{ justify-self:start; min-height:auto; }
.appliedstate{ display:grid; grid-template-columns:auto 1fr; align-items:start; gap:14px; margin-top:18px; padding-top:18px; border-top:1px solid var(--line); }
.appliedstate strong{ display:block; font-size:15px; }
.appliedstate p{ margin:2px 0 6px; color:var(--muted); font-size:12.5px; line-height:1.5; }
.appliedstate .textbutton{ min-height:auto; }
.approvedstate{ display:grid; grid-template-columns:auto 1fr; align-items:center; gap:14px; }
.approvedmark{ display:grid; place-items:center; width:42px; height:42px; border-radius:50%; background:var(--green-soft); color:var(--green); font-size:22px; font-weight:700; }
.approvedstate strong{ display:block; font-size:15px; }
.approvedstate p{ margin:2px 0 0; color:var(--muted); font-size:12.5px; line-height:1.5; }
.approvedstate .primarybutton{ grid-column:1/-1; margin-top:5px; }
.accessmessage{ min-height:20px; margin:15px 0 0; color:#a33b34; font-size:12.5px; font-weight:600; line-height:1.45; }
.privacycopy{ margin:18px 0 0; padding-top:16px; border-top:1px solid var(--line); color:var(--muted); font-size:10.5px; line-height:1.55; }
.privacycopy a{ color:var(--green-dark); }
@media(max-width:600px){
  .accessheader{ min-height:56px; padding:0 16px; }
  .brand{ font-size:15px; }
  .brand img{ width:27px; height:27px; }
  .accesshero{ padding:26px 16px 24px; }
  .accessmain{ min-height:calc(100vh - 56px); padding:20px 14px 50px; }
  .accesspanel{ padding:24px 20px; }
  .accesspreview{ padding:24px 20px; }
  h1{ font-size:26px; }
  .accountline{ align-items:flex-start; flex-direction:column; gap:3px; }
}
@media(max-width:960px){
  .accessmain{ grid-template-columns:minmax(0,620px); }
}
@media(prefers-reduced-motion:reduce){ *{ scroll-behavior:auto !important; } }
