:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--page-bg:#f5f7fb;--surface-bg:#fff;--table-header-bg:#f1f5f9;--text-color:#1e293b;--muted-text-color:#485668;--border-color:#dbe1ea;--primary-color:#0f354b;--header-color:#94a3b8;--control-bg:#fff;--control-border:#cbd5e1;--control-border-hover:#94a3b8;--control-placeholder:#94a3b8;--control-focus:#0f354b;--highlight-bg:#fef08a;--highlight-text:#713f12}:root,html.dark{--button-bg:#0b486b;--button-bg-hover:#093149;--button-bg-active:#0b486b;--button-text:#fff;--button-disabled-bg:#e2e8f0;--button-disabled-text:#94a3b8}html.dark{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--page-bg:#0f172a;--surface-bg:#1e293b;--table-header-bg:#263449;--text-color:#f1f5f9;--muted-text-color:#94a3b8;--border-color:#334155;--primary-color:#0b486b;--header-color:#1e293b;--control-bg:#172238;--control-border:#3a4963;--control-border-hover:#64748b;--control-placeholder:#7f8da3;--control-focus:#0b486b;--highlight-bg:#854d0e;--highlight-text:#fef9c3}*{box-sizing:border-box}#__nuxt,body,html{min-height:100%}body{background:var(--page-bg);height:100vh;color:var(--text-color);margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;overflow:hidden}.container{margin:0 auto;padding:16px}@media screen and (width>=1200px){.container{max-width:1000px}}.center{text-align:center}button{background:var(--button-bg);min-width:80px;height:42px;color:var(--button-text);font:inherit;cursor:pointer;border:0;border-radius:8px;padding:0 18px;font-weight:600;transition:background-color .2s,box-shadow .2s,transform .1s}button:hover:not(:disabled){background:var(--button-bg-hover)}button:active:not(:disabled){background:var(--button-bg-active);transform:translateY(1px)}button:focus-visible{box-shadow:0 0 0 3px color-mix(in srgb,var(--button-bg) 30%,transparent);outline:none}button:disabled{background:var(--button-disabled-bg);color:var(--button-disabled-text);cursor:not-allowed}
