@import"https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700&family=JetBrains+Mono:wght@400;500;700&display=swap";:root{--bg: #080C14;--surface: #0D1117;--surface2: #131B2E;--surface3: #1A2440;--sidebar-bg: #07090F;--sidebar-border: rgba(255,255,255,.06);--sidebar-text: #94A3B8;--sidebar-text-muted: #2E4060;--sidebar-hover: rgba(255,255,255,.05);--sidebar-active-bg: rgba(34,211,238,.09);--sidebar-active-color: #22D3EE;--sidebar-section-lbl: #253448;--border: rgba(255,255,255,.07);--border2: rgba(255,255,255,.13);--text: #F0F4FF;--text-muted: #94A3B8;--text-dim: #475569;--vex: #8B5CF6;--vex-dim: #7C3AED;--vex-soft: rgba(139,92,246,.12);--vex-red: #8B5CF6;--vex-red-soft: rgba(139,92,246,.12);--teal: #06B6D4;--teal-bright: #22D3EE;--teal-soft: rgba(6,182,212,.1);--green: #22D3EE;--green-dim: #0891B2;--red: #FF3B5C;--red-soft: rgba(255,59,92,.1);--orange: #FF6B35;--yellow: #F59E0B;--yellow-soft: rgba(245,158,11,.1);--blue: #38BDF8;--blue-dim: #0891B2;--blue-soft: rgba(56,189,248,.1);--purple: #A78BFA;--sidebar-w: 240px;--topbar-h: 56px;--radius: 10px;--radius-sm: 6px;--shadow: 0 1px 4px rgba(0,0,0,.4), 0 1px 2px rgba(0,0,0,.3);--shadow-md: 0 4px 16px rgba(0,0,0,.5);--shadow-lg: 0 12px 32px rgba(0,0,0,.6)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body,#app{height:100%;background:var(--bg);color:var(--text);font-family:Space Grotesk,system-ui,-apple-system,sans-serif;font-size:14px;line-height:1.55;-webkit-font-smoothing:antialiased}a{color:var(--teal-bright);text-decoration:none}a:hover{text-decoration:underline}button{cursor:pointer;border:none;outline:none;font-family:inherit;font-size:13px;border-radius:var(--radius-sm);transition:background .15s,opacity .15s,box-shadow .15s}button:disabled{opacity:.4;cursor:not-allowed}input,textarea,select{font-family:"Space Grotesk",inherit;font-size:13px;background:var(--surface2);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text);padding:7px 10px;outline:none;transition:border-color .15s,box-shadow .15s}input:focus,textarea:focus,select:focus{border-color:var(--teal);box-shadow:0 0 0 3px #06b6d424}input::placeholder,textarea::placeholder{color:var(--text-dim)}select option{background:var(--surface3)}.btn{display:inline-flex;align-items:center;gap:6px;padding:7px 14px;font-size:13px;font-weight:600;border-radius:var(--radius-sm);transition:background .15s,box-shadow .15s,opacity .15s}.btn-primary{background:var(--teal);color:#040d12;box-shadow:0 1px 6px #06b6d44d}.btn-primary:hover:not(:disabled){background:var(--teal-bright);box-shadow:0 2px 10px #06b6d466}.btn-secondary{background:var(--surface2);color:var(--text-muted);border:1px solid var(--border2)}.btn-secondary:hover:not(:disabled){background:var(--surface3);color:var(--text);border-color:#fff3}.btn-danger{background:var(--red-soft);color:var(--red);border:1px solid rgba(255,59,92,.22)}.btn-danger:hover:not(:disabled){background:#ff3b5c2e}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:16px;box-shadow:var(--shadow)}.badge{display:inline-flex;align-items:center;padding:2px 8px;border-radius:var(--radius-sm);font-size:11px;font-weight:700;letter-spacing:.4px;text-transform:uppercase;border:1px solid transparent}.badge-green{background:var(--teal-soft);color:var(--teal-bright);border-color:#06b6d433}.badge-red{background:var(--red-soft);color:var(--red);border-color:#ff3b5c38}.badge-yellow{background:var(--yellow-soft);color:var(--yellow);border-color:#f59e0b38}.badge-muted{background:#ffffff0a;color:var(--text-dim);border-color:var(--border)}.badge-blue{background:var(--blue-soft);color:var(--blue);border-color:#38bdf838}.badge-purple{background:var(--vex-soft);color:var(--purple);border-color:#8b5cf638}.method-get{color:var(--teal-bright);font-weight:700;font-size:11px}.method-post{color:var(--blue);font-weight:700;font-size:11px}.method-put{color:var(--yellow);font-weight:700;font-size:11px}.method-patch{color:var(--purple);font-weight:700;font-size:11px}.method-delete{color:var(--red);font-weight:700;font-size:11px}.text-muted{color:var(--text-muted)}.text-dim{color:var(--text-dim)}.text-green{color:var(--teal-bright)}.text-red{color:var(--red)}.text-yellow{color:var(--yellow)}.text-blue{color:var(--blue)}.text-mono{font-family:JetBrains Mono,Fira Code,monospace}.spinner{display:inline-block;width:16px;height:16px;border:2.5px solid rgba(255,255,255,.12);border-top-color:var(--teal-bright);border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.page{display:flex;flex-direction:column;gap:20px}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#ffffff2e}
