*{box-sizing:border-box;margin:0;padding:0}:root{--app-bg:#f5f7fb;--app-bg-elevated:#eef2f8;--surface-bg:#fff;--surface-muted:#fafbfe;--surface-subtle:#f7f8fc;--border-soft:#e7eaf1;--border-strong:#d8dfea;--text-primary:#111827;--text-secondary:#667085;--text-muted:#98a2b3;--accent-primary:#5b54f1;--accent-primary-strong:#4338ca;--accent-soft:#ecebff;--success-soft:#edf9f0;--success-strong:#1e7a46;--warning-soft:#fff7e8;--warning-strong:#b26700;--danger-soft:#fff0f1;--danger-strong:#c83a54;--shadow-soft:0 18px 40px #0f172a0f;--shadow-modal:0 26px 60px #0f172a24;--radius-sm:8px;--radius-md:10px;--radius-lg:14px;--shell-max-width:1600px}:focus-visible{outline:2px solid var(--accent-primary);outline-offset:2px}input:focus-visible,select:focus-visible,textarea:focus-visible{outline:2px solid var(--accent-primary);outline-offset:0;border-color:var(--accent-primary)}:focus:not(:focus-visible){outline:none}html{background:var(--app-bg)}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:radial-gradient(circle at top, #5b54f10b, transparent 24%), var(--app-bg);color:var(--text-primary);font-family:IBM Plex Sans,Inter,Segoe UI,Helvetica Neue,Arial,sans-serif}#root{min-height:100dvh}button,input,select,textarea{font:inherit}a{color:inherit}.app-shell{background:0 0;min-height:100dvh}.shell-frame{width:min(100%, var(--shell-max-width));margin:0 auto;padding:16px 20px 28px}.shell-topbar{z-index:40;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#f5f7fbe0;border-bottom:1px solid #e7eaf1f2;position:sticky;top:0}.surface-card{background:var(--surface-bg);border:1px solid var(--border-soft);border-radius:var(--radius-lg);box-shadow:var(--shadow-soft)}.surface-panel{background:var(--surface-bg);border:1px solid var(--border-soft);border-radius:var(--radius-md)}.toolbar-row{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.enterprise-badge{border-radius:999px;justify-content:center;align-items:center;min-height:24px;padding:0 10px;font-size:12px;font-weight:600;display:inline-flex}.enterprise-table-shell{background:var(--surface-bg);border:1px solid var(--border-soft);border-radius:var(--radius-md);overflow:hidden}.drawer-overlay{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#0f172a47;position:fixed;inset:0}.icon-action-group{flex-wrap:wrap;gap:8px;display:flex}.icon-action-button{border:1px solid var(--border-strong);background:var(--surface-bg);width:36px;height:36px;color:var(--text-primary);cursor:pointer;border-radius:10px;justify-content:center;align-items:center;transition:background-color .12s,border-color .12s,color .12s,transform .12s;display:inline-flex}.icon-action-button:hover{background:var(--surface-subtle);border-color:var(--accent-primary);color:var(--accent-primary)}.icon-action-button:disabled{opacity:.45;cursor:not-allowed}.icon-action-button--danger{background:var(--danger-soft);color:var(--danger-strong);border-color:#c83a542e}.icon-action-button--danger:hover{color:var(--danger-strong);background:#ffe8ec;border-color:#c83a5447}.empty-state-icon{background:var(--accent-soft);width:56px;height:56px;color:var(--accent-primary);border-radius:16px;justify-content:center;align-items:center;margin-bottom:12px;display:inline-flex}@media (width<=767px){.shell-frame{padding:12px 12px 24px}}
