:root{--background: #f7f7f8;--surface: #ffffff;--surface-sunken: #f2f2f4;--border: #e3e3e6;--text: #1c1c1f;--text-muted: #6b6b73;--accent: #1c1c1f;--ok: #1a7f43;--error: #b3261e}@media(prefers-color-scheme:dark){:root{--background: #121214;--surface: #1a1a1d;--surface-sunken: #232328;--border: #2c2c31;--text: #ececef;--text-muted: #9a9aa3;--accent: #ececef;--ok: #4ade80;--error: #f87171}}*{box-sizing:border-box}html,body{margin:0;padding:0}body{background:var(--background);color:var(--text);font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;line-height:1.5}a{color:inherit}:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.visually-hidden{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip-path:inset(50%);white-space:nowrap}.button{display:inline-flex;align-items:center;justify-content:center;gap:.35rem;padding:.45rem .85rem;font:inherit;font-size:.875rem;color:var(--text);text-decoration:none;background:var(--surface);border:1px solid var(--border);border-radius:6px;cursor:pointer}.button:hover:not(:disabled){border-color:var(--text-muted)}.button:disabled{opacity:.55;cursor:default}.button--small{padding:.25rem .55rem;font-size:.8rem}.button--primary{color:var(--surface);background:var(--accent);border-color:var(--accent)}.button--danger{color:var(--error);border-color:color-mix(in srgb,var(--error) 40%,var(--border))}.page-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:1.25rem}.page-header__title{margin:0;font-size:1.4rem;font-weight:650;letter-spacing:-.02em}.page-header__subtitle{margin:.3rem 0 0;max-width:42rem;color:var(--text-muted);font-size:.875rem}.page-header__actions{display:flex;gap:.5rem}.state{padding:2rem 1.25rem;text-align:center;color:var(--text-muted);background:var(--surface);border:1px solid var(--border);border-radius:8px}.state__title{margin:0 0 .4rem;color:var(--text);font-size:1.05rem;font-weight:650}.state--error .state__title{color:var(--error)}.badge{display:inline-block;margin:0 .25rem .25rem 0;padding:.1rem .45rem;font-size:.75rem;color:var(--text-muted);background:var(--surface-sunken);border:1px solid var(--border);border-radius:999px}.field{display:flex;flex-direction:column;gap:.35rem}.field__label{font-size:.85rem;color:var(--text-muted)}.field__input{width:100%;padding:.5rem .65rem;font:inherit;font-size:.9rem;color:var(--text);background:var(--surface);border:1px solid var(--border);border-radius:6px}.field__hint{font-size:.8rem;color:var(--text-muted)}.field__error{font-size:.8rem;color:var(--error)}.icon-button{display:inline-flex;align-items:center;justify-content:center;width:1.9rem;height:1.9rem;padding:0;color:var(--text-muted);background:transparent;border:1px solid transparent;border-radius:6px;cursor:pointer}.icon-button:hover:not(:disabled){color:var(--text);background:var(--surface-sunken);border-color:var(--border)}.icon-button:focus-visible{outline:2px solid var(--text-muted);outline-offset:1px}.icon-button:disabled{opacity:.55;cursor:default}.notice{margin:0 0 1rem;font-size:.85rem;color:var(--text-muted)}.notice--error{color:var(--error)}.status-pill{display:inline-block;padding:.1rem .5rem;font-size:.75rem;font-weight:600;color:var(--ok);background:var(--surface-sunken);border:1px solid var(--border);border-radius:999px}.status-pill--inactive{color:var(--text-muted)}.category{margin-bottom:.9rem}.category__title{margin:0 0 .3rem;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted)}.permission{padding:.15rem 0;font-size:.9rem}
