:root{--bg:#0f172a;--surface:#1e293b;--surface-hover:#334155;--primary:#38bdf8;--primary-hover:#0284c7;--text:#f8fafc;--text-muted:#94a3b8;--danger:#ef4444;--success:#22c55e;--border:#334155}*{box-sizing:border-box;margin:0;padding:0}body{background:var(--bg);color:var(--text);font-family:Inter,system-ui,sans-serif;line-height:1.5}.container{max-width:1200px;margin:0 auto;padding:1rem}header{border-bottom:1px solid var(--border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:1rem 0;display:flex}.tabs{gap:.5rem;margin-top:1rem;padding-bottom:.5rem;display:flex;overflow-x:auto}.tab{background:var(--surface);color:var(--text-muted);border:1px solid var(--border);cursor:pointer;white-space:nowrap;border-radius:8px;padding:.5rem 1rem;transition:all .2s}.tab.active{background:var(--primary);color:#fff;border-color:var(--primary);font-weight:600}.grid{grid-template-columns:1fr;gap:1.5rem;margin-top:1.5rem;display:grid}@media (width>=768px){.grid{grid-template-columns:1fr 1fr}}.card{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:1.5rem}h1{color:var(--primary);font-size:1.5rem}h2{border-bottom:1px solid var(--border);margin-bottom:1rem;padding-bottom:.5rem;font-size:1.25rem}button{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:6px;padding:.5rem 1rem;font-weight:600;transition:all .2s}button:hover{background:var(--primary-hover)}button.danger{background:var(--danger)}.video-container{aspect-ratio:16/9;background:#000;border-radius:8px;width:100%;margin-top:1rem;position:relative;overflow:hidden}video{object-fit:cover;width:100%;height:100%}.route-list{border:1px solid var(--border);background:#0f172a;border-radius:8px;max-height:500px;padding:1rem;font-family:monospace;font-size:.85rem;overflow-y:auto}.route-item{border-bottom:1px dashed #334155;padding:.25rem 0}.method{margin-right:.5rem;font-weight:700}.method.get{color:var(--success)}.method.post{color:#eab308}
