/* EM BRAND LAYER — road-tezu: corporate DNA + road identity kept */
@import url("https://fonts.googleapis.com/css2?family=Unbounded:wght@500;600;700&family=Onest:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500;700&display=swap");
:root{
  --bg:#060A12; --bg2:#0A1120; --surface:#0E1626; --surface2:#111C30;
  --border:rgba(158,178,214,.13); --border2:rgba(158,178,214,.24);
  --text:#E9EEF7; --muted:#94A2BC; --faint:#63718C;
  --amber:#35E0D3; --amber2:#7C86F4; --amber-dim:rgba(53,224,211,.13);
  --blue:#7C86F4; --green:#37D399;
  --shadow:0 10px 34px rgba(0,0,0,.5);
  --sans:"Onest",system-ui,"Segoe UI",sans-serif;
  --mono:"JetBrains Mono",ui-monospace,Consolas,monospace;
}
h1{font-family:"Unbounded",var(--sans);font-weight:600;letter-spacing:-.01em}
a{color:#35E0D3}
/* road centerline stays TRUE hi-vis amber — thematic identity */
.road-line{background:
  repeating-linear-gradient(90deg,#F5B14C 0 34px,transparent 34px 64px) center/100% 3px no-repeat,
  linear-gradient(rgba(158,178,214,.2),rgba(158,178,214,.2)) center/100% 1px no-repeat !important}
button,.btn{border-radius:999px}
input,textarea,select{background:#111C30;border:1px solid rgba(158,178,214,.24);color:#E9EEF7;border-radius:12px}
:focus-visible{outline:2px solid #35E0D3;outline-offset:2px}
*{scrollbar-width:thin;scrollbar-color:#1B2A44 transparent}
*::-webkit-scrollbar{width:10px}*::-webkit-scrollbar-thumb{background:#1B2A44;border-radius:8px}
