.header[data-v-b05e4f9f]{position:sticky;top:0;z-index:20;display:flex;align-items:center;gap:.5rem;height:var(--header-height);padding:0 1rem;background:var(--surface);border-bottom:1px solid var(--border)}.header__title[data-v-b05e4f9f]{font-size:.9375rem;font-weight:600}.header__lang[data-v-b05e4f9f]{font-weight:600;min-width:4.5rem}.header__burger[data-v-b05e4f9f]{display:none}.header__user[data-v-b05e4f9f]{position:relative}.header__avatar[data-v-b05e4f9f]{display:grid;place-items:center;width:32px;height:32px;font-size:.6875rem;font-weight:600;color:var(--text-inverse);background:var(--brand-500);border:none;border-radius:50%;cursor:pointer}.menu[data-v-b05e4f9f]{position:absolute;top:calc(100% + 8px);inset-inline-end:0;min-width:250px;padding:.35rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-lg)}.menu__head[data-v-b05e4f9f]{padding:.55rem .6rem .65rem;border-bottom:1px solid var(--border);margin-bottom:.35rem}.menu__name[data-v-b05e4f9f]{margin:0;font-size:.8125rem;font-weight:600}.menu__email[data-v-b05e4f9f]{margin:.1rem 0 0;font-size:.75rem;color:var(--text-muted)}.menu__roles[data-v-b05e4f9f]{display:flex;flex-wrap:wrap;gap:.25rem;margin-top:.45rem}.menu__item[data-v-b05e4f9f]{display:flex;align-items:center;gap:.5rem;width:100%;padding:.5rem .6rem;font:inherit;font-size:.8125rem;color:var(--text);text-align:start;text-decoration:none;background:none;border:none;border-radius:var(--radius-sm);cursor:pointer}.menu__item[data-v-b05e4f9f]:hover{background:var(--surface-hover);text-decoration:none}@media(max-width:900px){.header__burger[data-v-b05e4f9f]{display:inline-flex}}.sidebar[data-v-c5dafc06]{display:flex;flex-direction:column;flex:none;width:var(--sidebar-width);background:var(--surface);border-inline-end:1px solid var(--border);position:sticky;top:0;height:100vh;overflow-y:auto}.sidebar__brand[data-v-c5dafc06]{display:flex;align-items:center;gap:.55rem;height:var(--header-height);padding:0 1rem;border-bottom:1px solid var(--border);flex:none}.sidebar__mark[data-v-c5dafc06]{display:grid;place-items:center}.sidebar__name[data-v-c5dafc06]{font-size:.9375rem;font-weight:600;letter-spacing:-.01em}.sidebar__nav[data-v-c5dafc06]{padding:.75rem .6rem 1.5rem}.nav__group[data-v-c5dafc06]{margin-top:1.05rem}.nav__heading[data-v-c5dafc06]{margin:0 0 .3rem;padding:0 .6rem;font-size:.625rem;font-weight:600;letter-spacing:.07em;text-transform:uppercase;color:var(--text-subtle)}.nav__link[data-v-c5dafc06]{display:flex;align-items:center;gap:.6rem;padding:.48rem .6rem;margin-bottom:1px;font-size:.8125rem;font-weight:500;color:var(--text-muted);border-radius:var(--radius);text-decoration:none;transition:background .11s ease,color .11s ease}.nav__link[data-v-c5dafc06]:hover{background:var(--surface-hover);color:var(--text);text-decoration:none}.nav__link--active[data-v-c5dafc06]{color:var(--brand-500);background:var(--brand-50)}.nav__badge[data-v-c5dafc06]{margin-inline-start:auto;min-width:18px;padding:0 .32rem;font-size:.6875rem;font-weight:600;line-height:18px;text-align:center;color:var(--text-inverse);background:#c0303a;border-radius:999px}.scrim[data-v-c5dafc06]{position:fixed;top:0;right:0;bottom:0;left:0;z-index:29;background:#0a0e1473}@media(max-width:900px){.sidebar[data-v-c5dafc06]{position:fixed;inset-block:0;inset-inline:0 auto;z-index:30;transform:translate(-100%);transition:transform .18s ease;box-shadow:var(--shadow-lg)}[dir=rtl] .sidebar[data-v-c5dafc06]{transform:translate(100%)}.sidebar--open[data-v-c5dafc06],[dir=rtl] .sidebar--open[data-v-c5dafc06]{transform:translate(0)}}.shell[data-v-719889e0]{display:flex;min-height:100vh}.shell__main[data-v-719889e0]{display:flex;flex-direction:column;flex:1;min-width:0}.shell__content[data-v-719889e0]{flex:1;min-width:0}.toasts[data-v-45b2c589]{position:fixed;inset-inline-end:1rem;bottom:1rem;z-index:80;display:flex;flex-direction:column;gap:.5rem;width:min(380px,calc(100vw - 2rem))}.toast[data-v-45b2c589]{display:flex;align-items:flex-start;gap:.6rem;padding:.7rem .8rem;background:var(--surface);border:1px solid var(--border);border-inline-start:3px solid var(--border-strong);border-radius:var(--radius);box-shadow:var(--shadow-lg)}.toast--ok[data-v-45b2c589]{border-inline-start-color:var(--ok-fg)}.toast--danger[data-v-45b2c589]{border-inline-start-color:var(--danger-fg)}.toast--warn[data-v-45b2c589]{border-inline-start-color:var(--warn-fg)}.toast--info[data-v-45b2c589]{border-inline-start-color:var(--info-fg)}.toast--ok .toast__icon[data-v-45b2c589]{color:var(--ok-fg)}.toast--danger .toast__icon[data-v-45b2c589]{color:var(--danger-fg)}.toast--warn .toast__icon[data-v-45b2c589]{color:var(--warn-fg)}.toast--info .toast__icon[data-v-45b2c589]{color:var(--info-fg)}.toast__icon[data-v-45b2c589]{flex:none;margin-top:1px}.toast__content[data-v-45b2c589]{flex:1;min-width:0}.toast__title[data-v-45b2c589]{margin:0;font-size:.8125rem;font-weight:600}.toast__detail[data-v-45b2c589]{margin:.1rem 0 0;font-size:.75rem;color:var(--text-muted);word-break:break-word}.toast__close[data-v-45b2c589]{flex:none;padding:.15rem;color:var(--text-subtle);background:none;border:none;cursor:pointer;border-radius:var(--radius-sm)}.toast__close[data-v-45b2c589]:hover{color:var(--text)}.toast-enter-active[data-v-45b2c589],.toast-leave-active[data-v-45b2c589]{transition:all .18s ease}.toast-enter-from[data-v-45b2c589],.toast-leave-to[data-v-45b2c589]{opacity:0;transform:translate(16px)}:root{--brand-50: #eef3ff;--brand-100: #dbe5ff;--brand-200: #bccffe;--brand-500: #1f5eff;--brand-600: #1a4fd8;--brand-700: #1740ac;--bg: #f6f7f9;--surface: #ffffff;--surface-sunken: #f1f3f6;--surface-hover: #f6f8fb;--border: #e2e6ec;--border-strong: #cbd2dc;--text: #12161d;--text-muted: #5b6472;--text-subtle: #858e9c;--text-inverse: #ffffff;--ok-bg: #e7f6ed;--ok-fg: #14683a;--warn-bg: #fdf1dd;--warn-fg: #8a5a06;--danger-bg: #fdeaea;--danger-fg: #a3242a;--info-bg: #e8f1fe;--info-fg: #17458f;--neutral-bg: #eef0f3;--neutral-fg: #4a5361;--radius-sm: 6px;--radius: 10px;--radius-lg: 14px;--shadow-sm: 0 1px 2px rgb(16 24 40 / 6%);--shadow: 0 4px 12px rgb(16 24 40 / 8%);--shadow-lg: 0 16px 40px rgb(16 24 40 / 14%);--sidebar-width: 244px;--header-height: 60px;--font: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--mono: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, monospace}:root[data-theme=dark],:root:not([data-theme=light]){color-scheme:light}@media(prefers-color-scheme:dark){:root:not([data-theme=light]){color-scheme:dark;--bg: #0e1116;--surface: #161b22;--surface-sunken: #11161d;--surface-hover: #1c232c;--border: #262d37;--border-strong: #38414e;--text: #e7eaf0;--text-muted: #9aa4b2;--text-subtle: #6f7988;--ok-bg: #10291c;--ok-fg: #5fd394;--warn-bg: #2b2110;--warn-fg: #e3b25c;--danger-bg: #2d1518;--danger-fg: #f38b90;--info-bg: #12203a;--info-fg: #7db0ff;--neutral-bg: #1e242d;--neutral-fg: #a5aebc;--brand-50: #14203a;--brand-100: #1a2d52;--shadow-sm: 0 1px 2px rgb(0 0 0 / 40%);--shadow: 0 4px 14px rgb(0 0 0 / 45%);--shadow-lg: 0 18px 44px rgb(0 0 0 / 55%)}}:root[data-theme=dark]{color-scheme:dark;--bg: #0e1116;--surface: #161b22;--surface-sunken: #11161d;--surface-hover: #1c232c;--border: #262d37;--border-strong: #38414e;--text: #e7eaf0;--text-muted: #9aa4b2;--text-subtle: #6f7988;--ok-bg: #10291c;--ok-fg: #5fd394;--warn-bg: #2b2110;--warn-fg: #e3b25c;--danger-bg: #2d1518;--danger-fg: #f38b90;--info-bg: #12203a;--info-fg: #7db0ff;--neutral-bg: #1e242d;--neutral-fg: #a5aebc;--brand-50: #14203a;--brand-100: #1a2d52;--shadow-sm: 0 1px 2px rgb(0 0 0 / 40%);--shadow: 0 4px 14px rgb(0 0 0 / 45%);--shadow-lg: 0 18px 44px rgb(0 0 0 / 55%)}*,*:before,*:after{box-sizing:border-box}html,body,#app{height:100%}body{margin:0;font-family:var(--font);font-size:14px;line-height:1.5;color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased}h1,h2,h3,h4{margin:0;font-weight:600;letter-spacing:-.011em}h1{font-size:1.375rem}h2{font-size:1.0625rem}h3{font-size:.9375rem}p{margin:0 0 .75rem}p:last-child{margin-bottom:0}a{color:var(--brand-500);text-decoration:none}a:hover{text-decoration:underline}:focus-visible{outline:2px solid var(--brand-500);outline-offset:2px;border-radius:var(--radius-sm)}.page{padding:1.5rem;max-width:1500px;margin:0 auto}.page-header{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:1.25rem}.page-header__title{display:flex;flex-direction:column;gap:.25rem}.page-header__subtitle{color:var(--text-muted);font-size:.8125rem}.page-header__actions{display:flex;flex-wrap:wrap;gap:.5rem}.grid{display:grid;gap:1rem}.grid--2{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.grid--3{grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.grid--4{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.stack{display:flex;flex-direction:column;gap:1rem}.row{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.row--between{justify-content:space-between}.row--end{justify-content:flex-end}.spacer{flex:1 1 auto}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm)}.card__header{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.9rem 1.1rem;border-bottom:1px solid var(--border)}.card__title{font-size:.9375rem;font-weight:600}.card__hint{font-size:.8125rem;color:var(--text-muted)}.card__body{padding:1.1rem}.card__body--flush{padding:0}.card__footer{padding:.85rem 1.1rem;border-top:1px solid var(--border);background:var(--surface-sunken);border-radius:0 0 var(--radius-lg) var(--radius-lg)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;padding:.5rem .85rem;font:inherit;font-size:.8125rem;font-weight:500;line-height:1.2;color:var(--text);background:var(--surface);border:1px solid var(--border-strong);border-radius:var(--radius);cursor:pointer;transition:background .12s ease,border-color .12s ease,opacity .12s ease;white-space:nowrap}.btn:hover:not(:disabled){background:var(--surface-hover)}.btn:disabled{opacity:.55;cursor:not-allowed}.btn--primary{color:var(--text-inverse);background:var(--brand-500);border-color:var(--brand-500)}.btn--primary:hover:not(:disabled){background:var(--brand-600);border-color:var(--brand-600)}.btn--danger{color:var(--text-inverse);background:#c0303a;border-color:#c0303a}.btn--danger:hover:not(:disabled){background:#a3242a;border-color:#a3242a}.btn--ghost{background:transparent;border-color:transparent;color:var(--text-muted)}.btn--ghost:hover:not(:disabled){background:var(--surface-hover);color:var(--text)}.btn--sm{padding:.32rem .6rem;font-size:.75rem}.btn--lg{padding:.65rem 1.15rem;font-size:.875rem}.btn--block{width:100%}.field{display:flex;flex-direction:column;gap:.3rem}.field__label{font-size:.8125rem;font-weight:500;color:var(--text)}.field__hint{font-size:.75rem;color:var(--text-subtle)}.field__error{font-size:.75rem;color:var(--danger-fg)}.field__required{color:var(--danger-fg)}.input,.select,.textarea{width:100%;padding:.5rem .65rem;font:inherit;font-size:.8125rem;color:var(--text);background:var(--surface);border:1px solid var(--border-strong);border-radius:var(--radius);transition:border-color .12s ease,box-shadow .12s ease}.input:focus,.select:focus,.textarea:focus{outline:none;border-color:var(--brand-500);box-shadow:0 0 0 3px var(--brand-100)}.input:disabled,.select:disabled,.textarea:disabled{background:var(--surface-sunken);color:var(--text-muted);cursor:not-allowed}.input--invalid{border-color:var(--danger-fg)}.textarea{min-height:84px;resize:vertical;font-family:inherit}.input--mono{font-family:var(--mono)}.checkbox{display:inline-flex;align-items:center;gap:.45rem;cursor:pointer;font-size:.8125rem}.checkbox input{width:15px;height:15px;accent-color:var(--brand-500);cursor:pointer}.switch{display:inline-flex;align-items:center;gap:.55rem;cursor:pointer}.switch input{position:absolute;opacity:0;width:0;height:0}.switch__track{width:36px;height:20px;border-radius:999px;background:var(--border-strong);position:relative;transition:background .14s ease;flex:none}.switch__track:after{content:"";position:absolute;top:2px;left:2px;width:16px;height:16px;border-radius:50%;background:#fff;box-shadow:var(--shadow-sm);transition:transform .14s ease}.switch input:checked+.switch__track{background:var(--brand-500)}.switch input:checked+.switch__track:after{transform:translate(16px)}[dir=rtl] .switch input:checked+.switch__track:after{transform:translate(-16px)}.switch input:focus-visible+.switch__track{outline:2px solid var(--brand-500);outline-offset:2px}.switch input:disabled+.switch__track{opacity:.5;cursor:not-allowed}.table-wrap{overflow-x:auto}.table{width:100%;border-collapse:collapse;font-size:.8125rem}.table th{text-align:start;font-weight:600;font-size:.6875rem;letter-spacing:.04em;text-transform:uppercase;color:var(--text-subtle);padding:.6rem .85rem;border-bottom:1px solid var(--border);background:var(--surface-sunken);white-space:nowrap;position:sticky;top:0;z-index:1}.table td{padding:.65rem .85rem;border-bottom:1px solid var(--border);vertical-align:middle}.table tbody tr:last-child td{border-bottom:none}.table tbody tr:hover{background:var(--surface-hover)}.table tr.is-clickable{cursor:pointer}.table .num{text-align:end;font-variant-numeric:tabular-nums;white-space:nowrap}.table .mono{font-family:var(--mono);font-size:.75rem}.badge{display:inline-flex;align-items:center;gap:.3rem;padding:.16rem .5rem;border-radius:999px;font-size:.6875rem;font-weight:600;letter-spacing:.01em;white-space:nowrap;background:var(--neutral-bg);color:var(--neutral-fg)}.badge--ok{background:var(--ok-bg);color:var(--ok-fg)}.badge--warn{background:var(--warn-bg);color:var(--warn-fg)}.badge--danger{background:var(--danger-bg);color:var(--danger-fg)}.badge--info{background:var(--info-bg);color:var(--info-fg)}.notice{display:flex;gap:.6rem;padding:.7rem .85rem;border-radius:var(--radius);font-size:.8125rem;background:var(--info-bg);color:var(--info-fg)}.notice--ok{background:var(--ok-bg);color:var(--ok-fg)}.notice--warn{background:var(--warn-bg);color:var(--warn-fg)}.notice--danger{background:var(--danger-bg);color:var(--danger-fg)}.empty{display:flex;flex-direction:column;align-items:center;gap:.4rem;padding:2.5rem 1rem;text-align:center;color:var(--text-muted)}.empty__title{font-weight:600;color:var(--text)}.spinner{width:16px;height:16px;border:2px solid var(--border-strong);border-top-color:var(--brand-500);border-radius:50%;animation:spin .64s linear infinite;flex:none}@keyframes spin{to{transform:rotate(360deg)}}.skeleton{background:linear-gradient(90deg,var(--surface-sunken) 25%,var(--surface-hover) 50%,var(--surface-sunken) 75%);background-size:200% 100%;animation:shimmer 1.3s ease-in-out infinite;border-radius:var(--radius-sm)}@keyframes shimmer{to{background-position:-200% 0}}.muted{color:var(--text-muted)}.subtle{color:var(--text-subtle)}.mono{font-family:var(--mono)}.nowrap{white-space:nowrap}.num{font-variant-numeric:tabular-nums}.text-sm{font-size:.8125rem}.text-xs{font-size:.75rem}.text-danger{color:var(--danger-fg)}.text-ok{color:var(--ok-fg)}.text-right{text-align:end}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
