:root { font-family: Inter, ui-sans-serif, system-ui, sans-serif; color: #f4f5f7; background: #0b0d11; }
* { box-sizing: border-box; }
body { margin: 0; min-height: 100vh; background: radial-gradient(circle at 80% 0, #1f2937 0, transparent 35%), #0b0d11; }
button, input, textarea, select { font: inherit; }
button { border: 0; border-radius: 999px; padding: .7rem 1rem; color: #07110b; background: #73e2a7; font-weight: 750; cursor: pointer; }
button:disabled { opacity: .42; cursor: not-allowed; }
button:focus-visible, input:focus-visible, textarea:focus-visible, summary:focus-visible { outline: 3px solid #b7ffd6; outline-offset: 3px; }
input, textarea, select { display: block; width: 100%; margin-top: .4rem; padding: .75rem; color: inherit; background: #151922; border: 1px solid #343b48; border-radius: .7rem; }
input[type="checkbox"] { display: inline; width: auto; margin: 0 .5rem 0 0; }
textarea { min-height: 7rem; resize: vertical; }
label { display: block; margin: .9rem 0; font-weight: 650; }
label small, small { color: #aeb6c4; }
.brand { height: 4.5rem; display: flex; align-items: center; gap: .65rem; padding: 0 max(1rem, calc((100vw - 1100px)/2)); border-bottom: 1px solid #222732; }
.brand small { margin-left: auto; }
.brand .language { display: flex; align-items: center; gap: .45rem; margin: 0 0 0 .5rem; font-size: .8rem; }
.brand .language select { width: auto; margin: 0; padding: .35rem .55rem; }
.mark { display: grid; place-items: center; width: 2rem; height: 2rem; border-radius: .65rem; background: #73e2a7; color: #07110b; font-weight: 900; }
.status { position: fixed; z-index: 10; bottom: 1rem; left: 50%; transform: translateX(-50%); max-width: min(90vw, 800px); margin: 0; padding: .7rem 1rem; border: 1px solid #2d5140; border-radius: 999px; background: #10271b; color: #caffdd; text-align: center; }
.status.bad { border-color: #684246; background: #351b1e; color: #ffd6d8; }
.busy { position: fixed; z-index: 11; top: 1rem; right: 1rem; padding: .5rem .8rem; border-radius: 999px; background: #f4f5f7; color: #111; }
.onboarding { width: min(1100px, 92vw); margin: 5rem auto 8rem; }
.hero { max-width: 760px; }
.hero h1 { margin: .3rem 0 1rem; font-size: clamp(2.5rem, 7vw, 5rem); line-height: .98; letter-spacing: -.055em; }
.hero > p:last-child { max-width: 580px; color: #b9c0cc; font-size: 1.25rem; }
.eyebrow { margin: 0; color: #73e2a7; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; font-size: .73rem; }
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-top: 3rem; }
.card, .composer, article, .safety { padding: 1.2rem; border: 1px solid #292f3a; border-radius: 1rem; background: rgba(21,25,34,.86); }
.card h2 { margin-top: 0; }
.compact { max-width: 620px; }
.shell { width: min(1100px, 96vw); margin: 2rem auto 7rem; display: grid; grid-template-columns: 190px minmax(0, 720px); gap: 2rem; }
nav { display: flex; flex-direction: column; gap: .45rem; align-self: start; position: sticky; top: 1rem; }
nav button { text-align: left; color: #bfc6d2; background: transparent; }
nav button[aria-current="true"] { color: #fff; background: #1b222c; }
.view-title { display: flex; justify-content: space-between; align-items: end; margin-bottom: 1rem; }
.view-title h1 { margin: .15rem 0 0; font-size: 2.3rem; }
.quiet { color: #d9dfe8; background: #252b35; }
.composer { margin-bottom: 1.25rem; }
.composer label { margin-top: 0; }
.composer button { margin-top: .7rem; }
.feed { display: grid; gap: .75rem; }
article header { font-weight: 800; }
article p { white-space: pre-wrap; overflow-wrap: anywhere; line-height: 1.55; }
article small { display: block; }
article button { margin-top: .8rem; padding: .45rem .8rem; }
.empty { padding: 2rem; color: #aeb6c4; text-align: center; border: 1px dashed #39404b; border-radius: 1rem; }
.person { display: flex; justify-content: space-between; align-items: center; padding: 1rem 0; border-bottom: 1px solid #252b35; }
.safety { margin-bottom: 1rem; }
.safety h2 { margin-top: 0; }
.safe { color: #73e2a7; }
.warning { color: #ffd17a; }
.danger { margin-top: 2rem; color: #ffd6d8; background: #462126; }
.actions { display: flex; flex-wrap: wrap; gap: .6rem; }
.policy-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.policy-columns code { font-size: .72rem; }
.boundary { border-style: dashed; color: #c1c7d0; }
.studio { max-width: 720px; margin-top: 1rem; }
.journey-tabs { display: flex; flex-wrap: wrap; gap: .5rem; }
.journey-tabs button { padding: .55rem .8rem; color: #d9dfe8; background: #252b35; }
.journey-tabs button[aria-selected="true"] { color: #07110b; background: #73e2a7; }
.journey-panel { animation: reveal .18s ease-out; }
@keyframes reveal { from { opacity: 0; transform: translateY(.35rem); } }
.unread { border-color: #73e2a7; }
.high-contrast { filter: contrast(1.22); }
.larger-text { font-size: 118%; }
.reduce-motion *, .reduce-motion *::before, .reduce-motion *::after { animation: none !important; transition: none !important; }
details { margin-top: 1rem; }
code { display: block; margin-top: .8rem; overflow-wrap: anywhere; color: #aeb6c4; }
.hidden { display: none !important; }
@media (max-width: 760px) {
  .brand { height: auto; min-height: 4.5rem; flex-wrap: wrap; padding: .65rem 1rem; }
  .brand .language { margin-left: auto; }
  .cards { grid-template-columns: 1fr; }
  .shell { display: block; margin-top: 1rem; }
  nav { z-index: 4; position: fixed; inset: auto 0 0; display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); padding: .65rem .25rem; background: #101319; border-top: 1px solid #2b313c; }
  nav button { min-width: 0; padding: .65rem .15rem; text-align: center; font-size: .72rem; overflow-wrap: anywhere; }
  .status { bottom: 5rem; }
  .journey-tabs { display: grid; grid-template-columns: 1fr 1fr; }
  .journey-tabs button { text-align: center; }
}
@media (prefers-reduced-motion: reduce) { * { scroll-behavior: auto !important; } }
