@font-face{font-family:ClashGrotesk;src:url(/assets/fonts/ClashGrotesk-Variable.ttf) format("truetype");font-style:normal;font-weight:100 900;font-display:swap}:root{color-scheme:light;--background: #eefbff;--foreground: #151829;--card: #ffffff;--card-soft: #f8fcff;--surface: rgba(255, 255, 255, .82);--border: #d9e8f4;--muted: #edf4fb;--muted-foreground: #68728f;--primary: #1000cb;--primary-foreground: #ffffff;--accent: #20b9ff;--accent-soft: #eef7ff;--input-bg: #eef5ff;--secondary-border: #bfe9ff;--secondary-foreground: var(--primary);--surface-active-foreground: var(--primary);--modal-backdrop: rgba(21, 24, 41, .42);--modal-backdrop-strong: rgba(21, 24, 41, .48);--panel-shadow: -24px 0 54px rgba(21, 24, 41, .18);--code-bg: #101827;--code-foreground: #dbeafe;--success: #0f9f6e;--success-soft: #e9f8f2;--warning: #b7791f;--warning-soft: #fff7df;--destructive: #c2410c;--destructive-soft: #fff2ec;--shadow: 0 18px 45px rgba(21, 26, 45, .08)}.theme-dark{color-scheme:dark;--background: #181818;--foreground: #f4f4f5;--card: #2b2b2b;--card-soft: #242424;--surface: rgba(43, 43, 43, .92);--border: #3c3c3c;--muted: #333333;--muted-foreground: #c7c7c7;--primary: #1000cb;--primary-foreground: #ffffff;--accent: #20b9ff;--accent-soft: #343434;--input-bg: #242424;--secondary-border: #bfe9ff;--secondary-foreground: #ffffff;--surface-active-foreground: #ffffff;--modal-backdrop: rgba(0, 0, 0, .52);--modal-backdrop-strong: rgba(0, 0, 0, .64);--panel-shadow: -24px 0 54px rgba(0, 0, 0, .36);--code-bg: #151515;--code-foreground: #f4f4f5;--success: #49d59d;--success-soft: #183026;--warning: #f5c76b;--warning-soft: #332b18;--destructive: #fb8b64;--destructive-soft: #34221c;--shadow: 0 18px 45px rgba(0, 0, 0, .34)}.theme-dark body{background:#181818}*{box-sizing:border-box}html,body{min-height:100%;margin:0}body{background:radial-gradient(circle at top left,rgba(32,185,255,.2),transparent 34rem),radial-gradient(circle at right 25%,rgba(16,0,203,.1),transparent 28rem),var(--background);color:var(--foreground);font-family:ClashGrotesk,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;letter-spacing:0}button,input,select,textarea{font:inherit}button{cursor:pointer}button:disabled,input:disabled,select:disabled,textarea:disabled{cursor:not-allowed;opacity:.68}a{color:inherit;text-decoration:none}.brand-wordmark{align-items:center;display:inline-flex}.brand-logo{display:block;height:auto;width:152px}.brand-logo.small{width:124px}.card{background:var(--card);border:1px solid var(--border);border-radius:16px;box-shadow:var(--shadow)}.surface{background:var(--surface);border:1px solid var(--border);backdrop-filter:blur(14px)}.btn{align-items:center;border:1px solid transparent;border-radius:18px;display:inline-flex;font-weight:650;gap:.5rem;justify-content:center;min-height:2.5rem;padding:.65rem 1rem;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}.btn:hover:not(:disabled){transform:translateY(-1px)}.btn-primary{background:var(--primary);color:var(--primary-foreground);box-shadow:0 14px 28px #1000cb33}.btn-secondary{background:var(--accent-soft);border-color:var(--secondary-border);color:var(--secondary-foreground)}.btn-ghost{background:transparent;color:var(--muted-foreground)}.icon-btn{align-items:center;background:transparent;border:1px solid var(--border);border-radius:8px;color:var(--foreground);display:inline-flex;height:2.5rem;justify-content:center;width:2.5rem}.form-field{display:grid;gap:.4rem}.form-label{color:var(--muted-foreground);font-size:.72rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.field-help{color:var(--muted-foreground);font-size:.78rem;font-weight:620;line-height:1.25}.input{background:var(--input-bg);border:1px solid var(--border);border-radius:14px;color:var(--foreground);min-height:3.05rem;outline:none;padding:.7rem .85rem;width:100%}.input:focus{border-color:var(--accent);box-shadow:0 0 0 4px #20b9ff33}.badge{align-items:center;border-radius:999px;display:inline-flex;font-size:.72rem;font-weight:800;gap:.35rem;padding:.3rem .55rem;text-transform:uppercase}.badge-success{background:var(--success-soft);color:var(--success)}.badge-warning{background:var(--warning-soft);color:var(--warning)}.badge-muted{background:var(--muted);color:var(--muted-foreground)}.table-wrap{overflow:auto}.data-table{border-collapse:collapse;min-width:760px;width:100%}.data-table th,.data-table td{border-bottom:1px solid var(--border);padding:.78rem .9rem;text-align:left;vertical-align:top}.data-table th{background:var(--card-soft);color:var(--muted-foreground);font-size:.72rem;font-weight:800;letter-spacing:.04em;position:sticky;text-transform:uppercase;top:0;white-space:nowrap}.data-table td{color:var(--foreground);font-size:.88rem}.tabular{font-variant-numeric:tabular-nums}.json-box{background:var(--code-bg);border-radius:8px;color:var(--code-foreground);font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:.78rem;line-height:1.55;max-height:28rem;overflow:auto;padding:1rem}.empty-state{color:var(--muted-foreground);display:grid;gap:.35rem;justify-items:center;padding:3rem 1rem;text-align:center}.spinner{animation:spin .8s linear infinite;border:2px solid rgba(255,255,255,.45);border-top-color:#fff;border-radius:999px;height:1rem;width:1rem}@keyframes spin{to{transform:rotate(360deg)}}
