:root{--font-sans:system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--hairline:.5px solid #e2e8f0;--hairline-color:#e2e8f0;--radius-sm:6px;--radius-md:8px;--radius-lg:10px;--radius-xl:14px;--radius-pill:99px;--text-primary:#1e293b;--text-secondary:#475569;--text-muted:#64748b;--text-faint:#94a3b8;--surface-white:#fff;--surface-subtle:#f8fafc;--surface-light:#f1f5f9;--color-success:#166534;--color-success-bg:#f0fdf4;--color-success-mid:#22c55e;--color-warn:#92400e;--color-warn-bg:#fffbeb;--color-warn-mid:#f59e0b;--color-danger:#991b1b;--color-danger-bg:#fef2f2;--color-danger-mid:#ef4444;--color-info:#0369a1;--color-info-bg:#f0f9ff;--color-info-mid:#38bdf8;--color-neutral:#475569;--color-neutral-bg:#e2e8f0;--color-purple:#4f46e5;--color-purple-bg:#eef2ff;--color-amber:#b45309;--color-amber-bg:#fef3c7;--shadow-sm:0 1px 3px #00000014;--shadow-md:0 4px 12px #0000001a;--input-border:1px solid #cbd5e1;--focus-ring:0 0 0 2px #6366f14d;--space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;--space-5:20px;--space-6:24px;--page-pad-x:clamp(16px, 4vw, 36px);--app-max-w:1280px;--cabinet-max-w:920px}html{box-sizing:border-box}*,:before,:after{box-sizing:inherit}body{min-height:100vh;font-family:var(--font-sans);color:#1e293b;background:#e2e8f0;margin:0}#root{min-height:100vh;padding-left:var(--page-pad-x);padding-right:var(--page-pad-x);padding-bottom:32px}.app-layout{max-width:var(--app-max-w);width:100%;margin-left:auto;margin-right:auto}.app-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;margin-bottom:14px;display:flex}.app-header__title-row{flex-wrap:wrap;align-items:center;gap:10px;min-width:0;display:flex}.app-header__actions{flex-wrap:wrap;flex:auto;justify-content:flex-end;align-items:center;gap:8px;min-width:min(100%,260px);display:flex}.app-header__segmented{-webkit-overflow-scrolling:touch;border:.5px solid #e2e8f0;border-radius:8px;flex-shrink:1;max-width:100%;display:inline-flex;overflow-x:auto}.app-header__segmented::-webkit-scrollbar{height:5px}.app-header__segmented::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:99px}.app-header-tab{white-space:nowrap;border:none;border-radius:0;flex-shrink:0;padding:6px 10px;font-size:12px}@media (width<=720px){.app-header{flex-direction:column;align-items:stretch}.app-header__actions{justify-content:flex-start}}.cabinet-layout{max-width:var(--cabinet-max-w);width:100%;margin-left:auto;margin-right:auto}input,button{font:inherit}input{border:1px solid #e2e8f0;border-radius:8px;padding:8px 10px}button{cursor:pointer;color:#1e293b;background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:8px 14px}button:hover{background:#f8fafc}
