:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--background:#f7f8fa;--foreground:#172026;--muted:#5f6b75;--line:#d9e0e7;--surface:#fff;--accent:#0b6b6f;--accent-strong:#084f52;--warning:#7a4b00}*{box-sizing:border-box}html{min-height:100%}body{background:var(--background);min-height:100%;color:var(--foreground);margin:0;font-family:Arial,Helvetica,sans-serif;line-height:1.5}a{color:var(--accent);text-underline-offset:.18em;text-decoration-thickness:.08em}a:hover{color:var(--accent-strong)}.site-shell{flex-direction:column;min-height:100vh;display:flex}.site-header,.site-footer{border-bottom:1px solid var(--line);background:var(--surface)}.site-footer{border-top:1px solid var(--line);border-bottom:0;margin-top:auto}.nav{justify-content:space-between;align-items:center;gap:18px;width:min(1120px,100% - 32px);margin:0 auto;padding:18px 0;display:flex}.nav-links{flex-wrap:wrap;gap:14px;display:flex}.brand{color:var(--foreground);font-size:1rem;font-weight:700;text-decoration:none}main{width:min(1120px,100% - 32px);margin:0 auto;padding:40px 0 56px}.page{gap:24px;display:grid}.hero{gap:18px;padding:28px 0;display:grid}.eyebrow{color:var(--accent-strong);letter-spacing:0;text-transform:uppercase;font-size:.85rem;font-weight:700}h1,h2,h3,p{margin:0}h1{letter-spacing:0;max-width:820px;font-size:clamp(2rem,6vw,4rem);line-height:1.04}h2{font-size:1.35rem}h3{font-size:1rem}p{max-width:760px;color:var(--muted)}.actions,.stack,.route-list{flex-wrap:wrap;gap:12px;display:flex}.button{border:1px solid var(--accent);background:var(--accent);color:#fff;border-radius:6px;justify-content:center;align-items:center;min-height:42px;padding:0 16px;font-weight:700;text-decoration:none;display:inline-flex}.button.secondary{color:var(--accent);background:0 0}.button:disabled{border-color:var(--line);color:var(--muted);cursor:not-allowed;background:#e7ebef}.panel{border:1px solid var(--line);background:var(--surface);border-radius:8px;padding:18px}.grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:16px;display:grid}.request-list{gap:16px;display:grid}.request-card,.response-card{gap:14px;display:grid}.compact-card{align-content:start}.stack-section{gap:14px;display:grid}.section-heading{gap:6px;display:grid}.section-heading p,.prose-section p{max-width:860px}.prose-section{gap:12px;display:grid}.data-list{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:14px;margin:0;display:grid}.data-list.compact{grid-template-columns:1fr}.data-list div{gap:4px;display:grid}.data-list dt{color:var(--muted);font-size:.85rem;font-weight:700}.data-list dd{margin:0}.stat-row{color:var(--muted);flex-wrap:wrap;gap:10px;font-size:.92rem;display:flex}.stat-row span{border-right:1px solid var(--line);padding-right:10px}.stat-row span:last-child{border-right:0;padding-right:0}.placeholder-form{gap:12px;max-width:720px;display:grid}.placeholder-row{gap:6px;display:grid}.placeholder-input{border:1px dashed var(--line);background:#fbfcfd;border-radius:6px;min-height:42px}.form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.form-field{gap:8px;display:grid}.form-field span{font-weight:700}.form-field input,.form-field select,.form-field textarea{border:1px solid var(--line);width:100%;color:var(--foreground);font:inherit;background:#fff;border-radius:6px;padding:11px 12px}.form-field textarea{resize:vertical}.form-field small{color:var(--muted)}.checkbox-field{color:var(--muted);align-items:flex-start;gap:10px;font-weight:400;display:flex}.checkbox-field input{width:auto;margin-top:4px}.form-note{border:1px dashed var(--line);background:#fbfcfd;border-radius:6px;gap:8px;padding:14px;display:grid}.full-span,.form-actions{grid-column:1/-1}.tag{border:1px solid var(--line);background:var(--surface);min-height:28px;color:var(--muted);border-radius:999px;align-items:center;padding:0 10px;font-size:.9rem;display:inline-flex}.warning{color:var(--warning)}@media (max-width:640px){.nav{flex-direction:column;align-items:flex-start}.form-grid{grid-template-columns:1fr}}
