@import "./brand.css";
:root { font-family: var(--soxero-font-ui); color: var(--soxero-parchment); background: var(--soxero-aubergine); color-scheme: dark; --product-accent: var(--soxero-coral); }
* { box-sizing: border-box; }
body { margin: 0; min-height: 100vh; background: radial-gradient(circle at 80% 0, color-mix(in srgb, var(--soxero-gold) 14%, transparent) 0, transparent 34%), radial-gradient(circle at 10% 100%, color-mix(in srgb, var(--soxero-coral) 13%, transparent), transparent 36%), var(--soxero-aubergine); }
button, input, textarea, select { font: inherit; }
button { border: 0; border-radius: 999px; padding: .7rem 1rem; color: var(--soxero-aubergine); background: var(--product-accent); font-weight: 750; cursor: pointer; transition: transform var(--soxero-motion-fast), background var(--soxero-motion-fast); }
button:hover:not(:disabled) { background: var(--soxero-gold); transform: translateY(-1px); }
button:disabled { opacity: .42; cursor: not-allowed; }
button:focus-visible, input:focus-visible, textarea:focus-visible, summary:focus-visible, select:focus-visible, a:focus-visible { outline: 3px solid var(--soxero-focus); outline-offset: 3px; }
input, textarea, select { display: block; width: 100%; margin-top: .4rem; padding: .75rem; color: inherit; background: color-mix(in srgb, var(--soxero-white) 8%, var(--soxero-aubergine)); border: 1px solid color-mix(in srgb, var(--soxero-sage) 55%, var(--soxero-aubergine)); 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: var(--soxero-n300); }
.brand { min-height: 5rem; display: flex; align-items: center; gap: .8rem; padding: .65rem max(1rem, calc((100vw - 1100px)/2)); border-bottom: 1px solid color-mix(in srgb, var(--soxero-sage) 38%, transparent); background: color-mix(in srgb, var(--soxero-aubergine) 92%, transparent); backdrop-filter: blur(18px); }
.brand-lockup { display: inline-flex; min-width: 9rem; max-width: 13rem; }
.brand-lockup img { display: block; width: 100%; height: auto; }
.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; }
.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 var(--soxero-success); border-radius: 999px; background: color-mix(in srgb, var(--soxero-success) 24%, var(--soxero-aubergine)); color: var(--soxero-parchment); text-align: center; }
.status.bad { border-color: var(--soxero-danger); background: color-mix(in srgb, var(--soxero-danger) 28%, var(--soxero-aubergine)); color: var(--soxero-parchment); }
.busy { position: fixed; z-index: 11; top: 1rem; right: 1rem; padding: .5rem .8rem; border-radius: 999px; background: var(--soxero-parchment); color: var(--soxero-aubergine); }
.onboarding { width: min(1100px, 92vw); margin: 5rem auto 8rem; }
.hero { max-width: 760px; }
.hero h1 { margin: .3rem 0 1rem; font-family: var(--soxero-font-display); font-size: clamp(2.5rem, 7vw, 5rem); line-height: .98; letter-spacing: -.055em; }
.hero > p:last-child { max-width: 580px; color: var(--soxero-n300); font-size: 1.25rem; }
.eyebrow { margin: 0; color: var(--soxero-gold); 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 color-mix(in srgb, var(--soxero-sage) 34%, transparent); border-radius: var(--soxero-radius-lg); background: color-mix(in srgb, var(--soxero-white) 7%, var(--soxero-aubergine)); box-shadow: 0 .75rem 2rem rgba(0,0,0,.12); }
.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: var(--soxero-n300); background: transparent; }
nav button[aria-current="true"] { color: var(--soxero-parchment); background: color-mix(in srgb, var(--product-accent) 24%, var(--soxero-aubergine)); border-left: .24rem solid var(--product-accent); }
.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: var(--soxero-parchment); background: color-mix(in srgb, var(--soxero-sage) 26%, var(--soxero-aubergine)); }
.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: var(--soxero-n300); text-align: center; border: 1px dashed var(--soxero-sage); 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: color-mix(in srgb, var(--soxero-success) 64%, white); }
.warning { color: var(--soxero-gold); }
.danger { margin-top: 2rem; color: var(--soxero-parchment); background: var(--soxero-danger); }
.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: var(--soxero-parchment); background: color-mix(in srgb, var(--soxero-sage) 24%, var(--soxero-aubergine)); }
.journey-tabs button[aria-selected="true"] { color: var(--soxero-aubergine); background: var(--product-accent); }
.journey-panel { animation: reveal .18s ease-out; }
@keyframes reveal { from { opacity: 0; transform: translateY(.35rem); } }
.unread { border-color: var(--product-accent); }
.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: var(--soxero-n300); font-family: var(--soxero-font-mono); }
.hidden { display: none !important; }
@media (max-width: 760px) {
  .cards { grid-template-columns: 1fr; }
  .shell { display: block; margin-top: 1rem; }
  nav { z-index: 4; position: fixed; inset: auto 0 0; flex-direction: row; justify-content: space-around; padding: .65rem; background: var(--soxero-aubergine); border-top: 1px solid var(--soxero-sage); }
  nav button { text-align: center; }
  .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; } }
