:root {
  color-scheme: dark;
  --ink: #f3f1e8;
  --muted: #9b9b92;
  --dim: #6c6d68;
  --line: #2a2c28;
  --panel: #171916;
  --panel-2: #1d1f1b;
  --ground: #0d0f0d;
  --lime: #c7f36b;
  --lime-soft: #a8ce58;
  --orange: #ff8b5c;
  --red: #ff6f61;
  --mono: "SFMono-Regular", "Cascadia Code", "Liberation Mono", monospace;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
* { box-sizing: border-box; }
html { background: var(--ground); }
body { margin: 0; color: var(--ink); background: radial-gradient(circle at 70% -20%, rgba(199,243,107,.08), transparent 35rem), var(--ground); font-family: var(--sans); }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
.shell { width: min(1180px, calc(100% - 40px)); min-height: 100vh; margin: 0 auto; display: flex; flex-direction: column; }
.site-header { height: 88px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; font-weight: 720; letter-spacing: -.03em; font-size: 19px; }
.brand-mark { display: grid; place-items: center; width: 34px; height: 34px; color: #10130d; background: var(--lime); border-radius: 9px; font-family: var(--mono); font-size: 14px; font-weight: 900; }
.runtime-pill { display: inline-flex; align-items: center; gap: 8px; color: var(--muted); font-family: var(--mono); font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.runtime-pill i, .live-label i { width: 7px; height: 7px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 12px var(--lime); }
main { flex: 1; }
.hero { max-width: 900px; padding: 104px 0 72px; }
.eyebrow { display: flex; align-items: center; gap: 11px; color: var(--muted); font-family: var(--mono); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .13em; }
.eyebrow span { color: var(--lime); }
.hero h1, .dashboard-head h1, .message-page h1 { margin: 24px 0; font-size: clamp(54px, 8.5vw, 104px); line-height: .92; letter-spacing: -.072em; font-weight: 730; }
.hero h1 em { color: var(--lime); font-style: normal; }
.hero-copy { max-width: 680px; color: #b7b7ae; font-size: clamp(18px, 2vw, 22px); line-height: 1.6; letter-spacing: -.015em; }
.create-form { display: flex; align-items: center; gap: 20px; margin-top: 38px; }
.primary-button, .secondary-button, .danger-button, .icon-button { border: 0; border-radius: 10px; cursor: pointer; transition: transform .16s ease, background .16s ease, border-color .16s ease; }
.primary-button { display: inline-flex; justify-content: center; align-items: center; gap: 28px; min-height: 54px; padding: 0 22px; color: #11130f; background: var(--lime); font-weight: 760; text-decoration: none; }
.primary-button:hover { background: #d4ff78; transform: translateY(-1px); }
.primary-button span { font-size: 21px; }
.form-note { color: var(--dim); font-family: var(--mono); font-size: 11px; }
.experiment-notice { max-width: 780px; margin-top: 20px; color: var(--dim); font: 11px/1.5 var(--mono); }
.experiment-notice summary { width: fit-content; display: flex; flex-wrap: wrap; align-items: center; gap: 8px; color: #777970; cursor: pointer; list-style: none; }
.experiment-notice summary::-webkit-details-marker { display: none; }
.experiment-notice summary:hover { color: #a5a69d; }
.experiment-notice summary strong { color: #b4a177; font-weight: 650; }
.notice-dot { width: 6px; height: 6px; border-radius: 50%; background: #c99b59; }
.experiment-notice summary em { color: #8f927f; font-style: normal; }
.experiment-notice summary em:after { content: "Details +"; }
.experiment-notice[open] summary em:after { content: "Close −"; }
.notice-details { max-width: 720px; margin-top: 14px; padding: 13px 16px; color: #85877e; border-left: 2px solid #4a432f; background: rgba(243,193,114,.025); }
.notice-details p { margin: 0; line-height: 1.65; }.notice-details p + p { margin-top: 8px; }.notice-details strong { color: #a6a79d; }
.terminal-card { overflow: hidden; margin: 16px 0 72px; border: 1px solid #34362f; border-radius: 16px; background: #121411; box-shadow: 0 30px 90px rgba(0,0,0,.28); }
.terminal-bar { height: 48px; display: flex; align-items: center; gap: 7px; padding: 0 17px; border-bottom: 1px solid var(--line); background: #181a17; }
.terminal-bar > span { width: 9px; height: 9px; border-radius: 50%; background: #353832; }
.terminal-bar > span:first-child { background: #ff715f; }.terminal-bar > span:nth-child(2) { background: #f3c95d; }.terminal-bar > span:nth-child(3) { background: var(--lime-soft); }
.terminal-bar b { margin-left: auto; color: var(--dim); font-family: var(--mono); font-size: 10px; font-weight: 500; }
.terminal-card pre { overflow: auto; margin: 0; padding: 34px; color: #dbddd3; font-family: var(--mono); font-size: 13px; line-height: 1.85; }
.muted { color: #61645d; }.accent { color: var(--lime); }.string { color: #f3b68f; }
.compile-strip { display: flex; align-items: center; justify-content: center; gap: 18px; min-height: 62px; color: var(--muted); border-top: 1px solid var(--line); background: rgba(199,243,107,.035); font-family: var(--mono); font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.compile-strip i { color: var(--dim); font-style: normal; }.compile-strip strong { color: var(--lime); font-weight: 650; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.feature-grid article { min-height: 230px; padding: 38px 34px; border-right: 1px solid var(--line); }.feature-grid article:last-child { border: 0; }
.feature-number { color: var(--lime); font: 11px var(--mono); }.feature-grid h2 { margin: 46px 0 10px; font-size: 20px; letter-spacing: -.03em; }.feature-grid p { margin: 0; color: var(--muted); line-height: 1.65; font-size: 14px; }
.site-footer { display: flex; justify-content: space-between; gap: 24px; padding: 32px 0; color: var(--dim); font: 11px/1.5 var(--mono); }.site-footer nav { display: flex; gap: 20px; }.site-footer a { color: var(--muted); text-decoration: none; }.site-footer a:hover { color: var(--lime); }
.dashboard { padding: 64px 0 42px; }
.dashboard-head { display: flex; justify-content: space-between; align-items: end; margin-bottom: 38px; }
.dashboard-head h1 { margin-bottom: 0; font-size: clamp(44px, 6vw, 76px); }
.expiry { display: grid; gap: 4px; text-align: right; }.expiry span { color: var(--dim); font: 10px var(--mono); text-transform: uppercase; letter-spacing: .1em; }.expiry strong { color: var(--lime); font: 25px var(--mono); }
.endpoint-card { padding: 24px; border: 1px solid #363a31; border-radius: 14px; background: linear-gradient(145deg, rgba(199,243,107,.06), transparent 55%), var(--panel); }
.dashboard-warning { display: flex; align-items: baseline; gap: 9px; margin: -12px 0 20px; color: #73756d; font: 10px/1.6 var(--mono); }.dashboard-warning i { flex: 0 0 auto; width: 6px; height: 6px; border-radius: 50%; background: #c99b59; }.dashboard-warning strong { color: #a9966f; font-weight: 650; }
.endpoint-meta { display: flex; justify-content: space-between; color: var(--muted); font: 10px var(--mono); text-transform: uppercase; letter-spacing: .1em; }.live-label { display: flex; align-items: center; gap: 8px; color: var(--lime); }
.endpoint-row { display: flex; gap: 12px; margin-top: 14px; }.endpoint-row code { flex: 1; overflow: auto; padding: 16px; border: 1px solid var(--line); border-radius: 9px; color: var(--lime); background: #0e100e; font: 13px var(--mono); white-space: nowrap; }
.icon-button, .secondary-button, .danger-button { color: var(--ink); border: 1px solid #383b35; background: #252822; font: 11px var(--mono); }
.icon-button { padding: 0 19px; }.icon-button:hover, .secondary-button:hover { border-color: #59604e; background: #2b2f28; }
.endpoint-actions { display: flex; gap: 9px; margin-top: 14px; }.secondary-button, .danger-button { padding: 10px 14px; }.danger-button { color: #e7a299; background: transparent; }.danger-button:hover { border-color: #6b3c37; background: rgba(255,111,97,.07); }
.inspector-grid { display: grid; grid-template-columns: 350px minmax(0,1fr); min-height: 570px; margin-top: 22px; overflow: hidden; border: 1px solid var(--line); border-radius: 14px; background: var(--panel); }
.request-list-panel { border-right: 1px solid var(--line); background: #141613; }.panel-heading { min-height: 72px; display: flex; justify-content: space-between; align-items: center; padding: 0 20px; border-bottom: 1px solid var(--line); }.panel-heading > div { display: grid; gap: 4px; }.panel-heading span { font-size: 13px; font-weight: 700; }.panel-heading small { color: var(--dim); font: 10px var(--mono); }
.refresh-button { color: var(--muted); border: 0; background: none; cursor: pointer; font-size: 19px; }.refresh-button:hover { color: var(--lime); }.refresh-button.spinning { animation: spin .6s linear; } @keyframes spin { to { transform: rotate(360deg); } }
.request-list { max-height: 650px; overflow: auto; }.empty-list { display: grid; place-items: center; gap: 9px; padding: 70px 20px; color: var(--dim); text-align: center; font-size: 12px; }.empty-list span { color: var(--lime); font-size: 24px; }
.request-item { width: 100%; display: grid; grid-template-columns: auto 1fr auto; gap: 11px; align-items: start; padding: 17px 18px; color: var(--ink); border: 0; border-bottom: 1px solid #242621; background: transparent; text-align: left; cursor: pointer; }.request-item:hover { background: #1b1e19; }.request-item.active { background: rgba(199,243,107,.07); box-shadow: inset 3px 0 var(--lime); }
.method { min-width: 44px; padding: 4px 5px; color: #11140d; border-radius: 5px; background: var(--lime); font: 800 9px var(--mono); text-align: center; }.method.POST { background: #ffb36d; }.method.PUT,.method.PATCH { background: #7bcdf2; }.method.DELETE { background: #ff8173; }
.request-item-main { min-width: 0; }.request-item-main strong,.request-item-main small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }.request-item-main strong { font: 11px var(--mono); }.request-item-main small { margin-top: 6px; color: var(--dim); font: 9px var(--mono); }.request-age { color: var(--dim); font: 9px var(--mono); white-space: nowrap; }
.request-detail-panel { min-width: 0; background: var(--panel); }.empty-detail { min-height: 570px; display: grid; place-content: center; justify-items: center; padding: 40px; text-align: center; }.empty-detail h2 { margin: 24px 0 8px; font-size: 20px; }.empty-detail p { max-width: 400px; margin: 0; color: var(--muted); line-height: 1.6; font-size: 13px; }
.radar { position: relative; width: 70px; height: 70px; border: 1px solid #4b5045; border-radius: 50%; }.radar:after { content:""; position:absolute; inset:50% 50% 0 50%; width:1px; background:var(--lime); transform-origin:top; animation:sweep 2.2s linear infinite; }.radar i { position: absolute; border: 1px solid #30332d; border-radius: 50%; inset: 14px; }.radar i:nth-child(2) { inset: 28px; background: var(--lime); box-shadow: 0 0 12px var(--lime); }.radar i:nth-child(3) { inset: 6px; border-color: transparent; } @keyframes sweep { to { transform: rotate(360deg); } }
.detail-head { display: flex; justify-content: space-between; align-items: start; padding: 24px 26px; border-bottom: 1px solid var(--line); }.detail-title { display: flex; align-items: center; gap: 11px; }.detail-title h2 { margin: 0; font: 13px var(--mono); }.detail-head time { color: var(--dim); font: 10px var(--mono); }
.detail-meta { display: grid; grid-template-columns: repeat(3,1fr); border-bottom: 1px solid var(--line); }.detail-meta div { padding: 17px 20px; border-right: 1px solid var(--line); }.detail-meta div:last-child { border:0; }.detail-meta span { display:block; margin-bottom:7px; color:var(--dim); font:9px var(--mono); text-transform:uppercase; letter-spacing:.08em; }.detail-meta strong { display:block; overflow:hidden; color:#d5d7cf; font:11px var(--mono); text-overflow:ellipsis; white-space:nowrap; }
.detail-section { border-bottom: 1px solid var(--line); }.detail-section summary { display:flex; justify-content:space-between; padding:16px 22px; color:var(--muted); cursor:pointer; list-style:none; font:10px var(--mono); text-transform:uppercase; letter-spacing:.08em; }.detail-section summary::-webkit-details-marker { display:none; }.detail-section summary:after { content:"+"; color:var(--lime); }.detail-section[open] summary:after { content:"−"; }.detail-section pre { max-height:310px; overflow:auto; margin:0; padding:22px; border-top:1px solid var(--line); color:#d7d9d1; background:#111310; font:11px/1.65 var(--mono); white-space:pre-wrap; word-break:break-word; }
.message-page { min-height: 70vh; display: grid; place-content: center; justify-items: start; }.message-code { color: var(--lime); font: 12px var(--mono); }.message-page h1 { font-size: clamp(52px,8vw,90px); }.message-page p { margin: 0 0 30px; color: var(--muted); }
.toast { position:fixed; right:24px; bottom:24px; z-index:10; padding:12px 16px; color:#11140d; border-radius:8px; background:var(--lime); font:700 11px var(--mono); box-shadow:0 14px 50px rgba(0,0,0,.35); animation:toast-in .2s ease; } @keyframes toast-in { from { transform:translateY(8px); opacity:0; } }
@media (max-width: 800px) { .shell{width:min(100% - 28px,1180px)}.runtime-pill{display:none}.hero{padding-top:72px}.create-form{align-items:flex-start;flex-direction:column}.feature-grid{grid-template-columns:1fr}.feature-grid article{min-height:0;border-right:0;border-bottom:1px solid var(--line)}.feature-grid article:last-child{border:0}.dashboard-head{align-items:flex-start;gap:30px}.inspector-grid{grid-template-columns:1fr}.request-list-panel{border-right:0;border-bottom:1px solid var(--line)}.request-list{max-height:300px}.detail-meta{grid-template-columns:1fr}.detail-meta div{border-right:0;border-bottom:1px solid var(--line)}.endpoint-row{flex-direction:column}.icon-button{min-height:42px}.site-footer{flex-direction:column}.site-footer nav{flex-wrap:wrap}.compile-strip{flex-wrap:wrap;padding:15px}.terminal-card pre{padding:24px;font-size:11px} }
@media (max-width: 520px) { .hero h1{font-size:48px}.experiment-notice summary{align-items:flex-start}.dashboard-head{display:grid}.expiry{text-align:left}.endpoint-actions{flex-direction:column}.detail-head{display:grid;gap:12px}.site-header{height:72px} }