:root{--color-brand:#e85e0c;--color-brand-hover:#c24e0a;--color-brand-soft:#ffe9dc;--color-brand-gradient:linear-gradient(83.94deg,#e85e0c,#e6900f);--color-fast-orange:#fe9700;--color-bg:#f5f5f5;--color-surface:#fff;--color-surface-alt:#fafafa;--color-grey-100:#f2f2f2;--color-grey-200:#e8e8e8;--color-grey-300:#d6d6d6;--color-grey-400:#bcbcbc;--color-grey-500:#9e9e9e;--color-grey-600:#5a5a5a;--color-grey-700:#3f3f3f;--color-text:#212121;--color-text-muted:#6b6b6b;--color-link:#212121;--color-success:#0ab235;--color-success-bg:#e8f8ee;--color-warning:#f39c12;--color-warning-bg:#fff6e5;--color-danger:#d40000;--color-danger-bg:#fdecec;--color-info:#1a7bc2;--color-info-bg:#e5f1fa;--shadow-sm:0 1px 2px rgba(33,33,33,.06);--shadow-md:0 2px 8px rgba(33,33,33,.08);--shadow-lg:0 4px 24px rgba(33,33,33,.12);--shadow-overlay:0 16px 48px rgba(33,33,33,.18);--border-color:#e8e8e8;--border-color-strong:#d6d6d6;--sidebar-width:248px;--header-height:64px;color-scheme:light}*,:after,:before{box-sizing:border-box}*{margin:0;padding:0}body,html{height:100%}body{background-color:var(--color-bg);color:var(--color-text);font-family:averta,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;line-height:1.45;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}canvas,img,picture,svg,video{display:block;max-width:100%}button,input,select,textarea{color:inherit;font:inherit}button{background:none;border:0;cursor:pointer}a{color:var(--color-link);text-decoration:none;transition:color .18s ease}a:hover{color:var(--color-brand)}ol,ul{list-style:none}hr{background-color:var(--border-color);border:0;height:1px}h1,h2,h3,h4,h5,h6,p{overflow-wrap:break-word}#__nuxt{display:flex;flex-direction:column;min-height:100%}.app-shell{display:grid;grid-template-columns:var(--sidebar-width) 1fr;min-height:100vh}@media(max-width:899px){.app-shell{grid-template-columns:1fr}}.app-shell__main{display:flex;flex-direction:column;min-width:0}.app-shell__content{flex:1 1 auto;margin:0 auto;max-width:1320px;padding:24px 32px 48px;width:100%}@media(max-width:899px){.app-shell__content{padding:16px}}.row{align-items:center;display:flex;flex-wrap:wrap;gap:12px}.row--between{justify-content:space-between}.stack{display:flex;flex-direction:column;gap:12px}.stack--lg{gap:20px}.stack--xl{gap:32px}.muted{color:var(--color-text-muted)}.text-mono{font-family:JetBrains Mono,SF Mono,Consolas,monospace;font-size:13px}.tabular{font-variant-numeric:tabular-nums}.cell-actions{display:flex;gap:8px;justify-content:flex-end}
