:root{color-scheme:light;--page: #f1f3fb;--surface: #ffffff;--surface-raised: #ffffff;--surface-sunken: #f1f3fb;--surface-accent: #d9dcf9;--border: #d7dde9;--border-strong: #838ba6;--text: #556068;--text-strong: #2f3a42;--text-secondary: #5f6070;--viz-muted: #7e7f92;--sidebar: #111120;--sidebar-border: #28284d;--sidebar-fg: #bfbfbf;--sidebar-fg-active: #ffffff;--sidebar-active: #354abf;--sidebar-width: 312px;--sidebar-width-collapsed: 80px;--header-height: 60px;--grid: #e3e7f3;--axis: #c6ccdf;--series-1: #2a78d6;--series-2: #eb6834;--series-3: #1baf7a;--series-4: #eda100;--series-5: #e87ba4;--series-6: #008300;--series-7: #4a3aa7;--series-8: #e34948;--status-good: #0ca30c;--status-warning: #fab219;--status-serious: #ec835a;--status-critical: #d03b3b;--status-good-text: #006300;--status-warning-text: #6b4a00;--status-serious-text: #8a3a12;--status-critical-text: #a52121;--status-good-bg: #d3f7ed;--status-warning-bg: #fdf1d6;--status-serious-bg: #ffe6dc;--status-critical-bg: #ffddd6;--accent-bg: #d9dcf9;--accent: #354abf;--accent-hover: #2b3d9f;--accent-text: #ffffff;--focus: #354abf;--space-xs: 4px;--space-sm: 8px;--space-md: 16px;--space-lg: 24px;--space-xl: 32px;--radius-sm: 6px;--radius-md: 10px;--radius-lg: 20px;--radius-pill: 999px;--font: "Jost", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--mono: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, monospace;--shadow-card: none;--shadow-float: 0 4px 30px rgba(17, 17, 32, .07);--shadow-menu: 0 8px 30px rgba(17, 17, 32, .14)}@media (prefers-color-scheme: dark){:root{color-scheme:dark;--page: #0b0b14;--surface: #16162a;--surface-raised: #1c1c33;--surface-sunken: #111120;--surface-accent: #23234a;--border: #2b2b4d;--border-strong: #6c6f92;--text: #e7e8f2;--text-strong: #ffffff;--text-secondary: #b3b5c9;--viz-muted: #8b8da4;--sidebar: #111120;--sidebar-border: #28284d;--grid: #23234a;--axis: #33335c;--series-1: #3987e5;--series-2: #d95926;--series-3: #199e70;--series-4: #c98500;--series-5: #d55181;--series-6: #008300;--series-7: #9085e9;--series-8: #e66767;--status-good-text: #4cc74c;--status-warning-text: #fab219;--status-serious-text: #ec835a;--status-critical-text: #ef6d6d;--status-good-bg: rgba(12, 163, 12, .16);--status-warning-bg: rgba(250, 178, 25, .16);--status-serious-bg: rgba(236, 131, 90, .16);--status-critical-bg: rgba(208, 59, 59, .18);--accent-bg: rgba(107, 126, 240, .2);--accent: #7b8cf0;--accent-hover: #93a1f5;--accent-text: #0b0b14;--focus: #93a1f5;--shadow-card: none;--shadow-float: 0 4px 30px rgba(0, 0, 0, .55);--shadow-menu: 0 8px 30px rgba(0, 0, 0, .6)}}*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;background:var(--page);color:var(--text);font-family:var(--font);font-size:15px;line-height:1.6;-webkit-font-smoothing:antialiased;overflow-x:hidden}h1,h2,h3,h4{margin:0;line-height:1.35;font-weight:500;color:var(--text-strong)}h1{font-size:24px}h2{font-size:18px}h3{font-size:16px}p{margin:0 0 var(--space-sm)}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}code{font-family:var(--mono);font-size:.9em}:where(a,button,input,select,textarea,[tabindex]):focus-visible{outline:2px solid var(--focus);outline-offset:2px;border-radius:var(--radius-sm)}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.icon{display:block;flex:0 0 auto}.admin-root{min-height:100%}.header-position{position:fixed;top:0;bottom:0;inset-inline-start:0;width:var(--sidebar-width);height:100%;z-index:60;background:var(--sidebar);border-inline-end:1px solid var(--sidebar-border);display:flex;flex-direction:column;transition:width .35s ease,inset-inline-start .35s ease}.dashboard-logo{display:flex;align-items:center;gap:10px;height:var(--header-height);padding:0 18px;border-bottom:1px solid var(--sidebar-border);color:var(--sidebar-fg-active);overflow:hidden}.dashboard-logo .logo-mark{width:34px;height:34px;flex:0 0 auto;border-radius:12px;background:var(--sidebar-active);color:#fff;display:grid;place-items:center;font-weight:600;font-size:17px;letter-spacing:-.02em}.dashboard-logo .logo-text{display:flex;flex-direction:column;min-width:0}.dashboard-logo .logo-text strong{color:#fff;font-size:15px;font-weight:600;line-height:1.2;white-space:nowrap}.dashboard-logo .logo-text span{color:var(--sidebar-fg);font-size:11px;line-height:1.2;white-space:nowrap}.side-nav{margin:12px 0;padding:0 20px;overflow-y:auto;overflow-x:hidden;flex:1 1 auto;scrollbar-width:thin}.side-nav::-webkit-scrollbar{width:5px}.side-nav::-webkit-scrollbar-thumb{background-color:transparent;border-radius:4px}.side-nav:hover::-webkit-scrollbar-thumb{background-color:#4b4b5a}.side-nav ul{list-style:none;margin:0;padding:0}.side-nav>ul>li+li{margin-top:2px}.side-nav a,.side-nav .nav-toggle{display:flex;align-items:center;gap:16px;width:100%;padding:12px 20px;border:0;background:transparent;border-radius:var(--radius-md);color:var(--sidebar-fg);font:inherit;font-size:15px;line-height:26px;text-align:start;text-decoration:none;position:relative;cursor:pointer;min-height:0;transition:background-color .2s ease,color .2s ease}.side-nav a:hover,.side-nav .nav-toggle:hover{background:var(--sidebar-active);color:var(--sidebar-fg-active);border-color:transparent;text-decoration:none}.side-nav a[aria-current=page]{background:var(--sidebar-active);color:var(--sidebar-fg-active)}.side-nav .nav-label{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.side-nav .nav-toggle .chevron{margin-inline-start:auto;transition:transform .2s ease-in-out}.side-nav .nav-toggle[aria-expanded=true] .chevron{transform:rotate(180deg)}.side-nav ul.sub-menu{padding-inline-start:24px}.side-nav ul.sub-menu li{margin-top:4px}.side-nav ul.sub-menu a{padding:9px 20px;gap:14px;font-size:14px}.sidebar-close{display:none;position:absolute;top:20px;inset-inline-end:16px;width:36px;height:36px;min-height:0;padding:0;align-items:center;justify-content:center;border:1px solid var(--sidebar-border);border-radius:var(--radius-sm);background:transparent;color:var(--sidebar-fg);cursor:pointer;z-index:1}.sidebar-close:hover{color:#fff;border-color:var(--sidebar-active)}.main-wrapper{padding-inline-start:var(--sidebar-width);width:100%;min-height:100%;display:flex;flex-direction:column;transition:padding .35s ease}.main-content-wrapper{padding:24px 12px 60px;flex:1 1 auto;display:flex;flex-direction:column;gap:var(--space-lg)}@media (min-width: 992px){.main-content-wrapper{padding:24px 24px 60px}}@media (min-width: 992px){.admin-root.is-collapsed .header-position{width:var(--sidebar-width-collapsed)}.admin-root.is-collapsed .main-wrapper{padding-inline-start:var(--sidebar-width-collapsed)}.admin-root.is-collapsed .side-nav{padding:0 15px}.admin-root.is-collapsed .side-nav a,.admin-root.is-collapsed .side-nav .nav-toggle{padding:12px 14px;justify-content:center}.admin-root.is-collapsed .side-nav .nav-label,.admin-root.is-collapsed .side-nav .chevron,.admin-root.is-collapsed .dashboard-logo .logo-text{display:none}.admin-root.is-collapsed .dashboard-logo{justify-content:center;padding:0}.admin-root.is-collapsed .side-nav ul.sub-menu{padding-inline-start:0}}.sidebar-scrim{display:none}@media (max-width: 991px){.header-position{inset-inline-start:calc(-1 * var(--sidebar-width));z-index:70}.main-wrapper{padding-inline-start:0}.admin-root.is-drawer-open .header-position{inset-inline-start:0}.dashboard-logo{padding-inline-end:64px}.sidebar-close{display:flex}.admin-root.is-drawer-open .sidebar-scrim{display:block;position:fixed;inset:0;z-index:65;background:#11112080;border:0;padding:0;min-height:0}}.navbar-top{position:sticky;top:0;z-index:40;height:var(--header-height);background:var(--surface);border-bottom:1px solid var(--border);display:flex;align-items:center;gap:var(--space-md);padding:0 18px}.sidebar-toggler{width:34px;height:34px;min-width:34px;min-height:34px;padding:6px;display:flex;align-items:center;justify-content:center;border:1px solid var(--border-strong);border-radius:5px;background:transparent;color:var(--text-secondary);cursor:pointer;transition:border-color .3s,color .3s}.sidebar-toggler:hover{border-color:var(--accent);color:var(--accent)}.navbar-breadcrumb{display:flex;align-items:center;gap:8px;min-width:0;font-size:14px}.navbar-breadcrumb .crumb-root{color:var(--text-secondary);white-space:nowrap}.navbar-breadcrumb .crumb-sep{color:var(--border-strong)}.navbar-breadcrumb .crumb-current{color:var(--text-strong);font-weight:500;font-size:17px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.navbar-right{margin-inline-start:auto;display:flex;align-items:center;gap:var(--space-sm)}.user-menu{position:relative}.user-menu-trigger{display:flex;align-items:center;gap:12px;padding:6px 10px;border:1px solid transparent;border-radius:var(--radius-md);background:transparent;color:var(--text);cursor:pointer;font:inherit;min-height:44px}.user-menu-trigger:hover{background:var(--surface-sunken);border-color:var(--border);color:var(--text)}.user-avatar{width:36px;height:36px;border-radius:50%;background:var(--accent);color:var(--accent-text);display:grid;place-items:center;font-size:14px;font-weight:600;flex:0 0 auto}.user-menu-trigger .user-name{display:flex;flex-direction:column;align-items:flex-start;line-height:1.25;min-width:0}.user-menu-trigger .user-name strong{font-weight:500;font-size:14px;color:var(--text-strong);max-width:22ch;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.user-menu-trigger .user-name span{font-size:12px;color:var(--text-secondary)}@media (max-width: 767px){.user-menu-trigger .user-name,.user-menu-trigger .chevron,.navbar-breadcrumb .crumb-root,.navbar-breadcrumb .crumb-sep{display:none}}.popup-card{position:absolute;inset-inline-end:0;top:calc(100% + 8px);min-width:250px;background:var(--surface-raised);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-menu);padding:8px;margin:0;list-style:none;z-index:50}.popup-card .menu-head{padding:8px 12px 10px;border-bottom:1px solid var(--border);margin-bottom:6px}.popup-card .menu-head strong{display:block;color:var(--text-strong);font-weight:500}.popup-card .menu-head span{font-size:12px;color:var(--text-secondary);overflow-wrap:anywhere}.popup-card a,.popup-card button{display:flex;align-items:center;gap:10px;width:100%;padding:9px 12px;border:1px solid transparent;background:transparent;border-radius:var(--radius-sm);color:var(--text);font:inherit;font-size:14px;text-align:start;text-decoration:none;min-height:0;cursor:pointer;justify-content:flex-start}.popup-card a:hover,.popup-card button:hover{background:var(--surface-sunken);text-decoration:none;color:var(--text);border-color:transparent}.main-footer{border-top:1px solid var(--border);background:var(--surface);padding:18px 20px;display:flex;flex-wrap:wrap;gap:var(--space-sm) var(--space-lg);align-items:center;justify-content:space-between;font-size:13px;color:var(--text-secondary)}.main-footer .footer-links{display:flex;gap:var(--space-md);flex-wrap:wrap}.page-head{display:flex;flex-wrap:wrap;gap:var(--space-md);align-items:center;justify-content:space-between;border-bottom:1px solid var(--border);padding-bottom:12px}.page-head h1{font-size:24px;font-weight:500;line-height:35px;color:var(--text-strong)}.page-head p{color:var(--text-secondary);max-width:74ch;margin:2px 0 0;font-size:14px}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:var(--space-lg);box-shadow:var(--shadow-card)}.card>header{display:flex;justify-content:space-between;align-items:baseline;gap:var(--space-sm);margin-bottom:var(--space-sm)}.card-note{font-size:13px;color:var(--text-secondary)}.card-title{display:flex;align-items:center;gap:10px;color:var(--text-strong);font-size:18px;font-weight:500;border-bottom:1px solid var(--border);padding-bottom:12px;margin-bottom:var(--space-lg)}.card-title .icon{color:var(--accent)}.card-title .card-title-note{margin-inline-start:auto;font-size:13px;font-weight:400;color:var(--text-secondary)}.grid{display:grid;gap:var(--space-md)}.grid-stats{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.grid-2{grid-template-columns:repeat(auto-fit,minmax(320px,1fr))}.stat{display:flex;flex-direction:column;gap:4px;padding:var(--space-md) var(--space-lg)}.stat-label{font-size:14px;color:var(--text-secondary)}.stat-value{font-size:30px;font-weight:500;letter-spacing:-.01em;color:var(--text-strong);line-height:1.2}.stat-sub{font-size:13px;color:var(--text-secondary)}.table-wrap{overflow-x:auto}table.data{width:100%;border-collapse:separate;border-spacing:0;font-size:14px}table.data caption{text-align:start;font-size:13px;color:var(--text-secondary);padding-bottom:var(--space-sm)}table.data th,table.data td{text-align:start;padding:14px 16px;border-bottom:1px solid var(--border);vertical-align:top;color:var(--text-secondary)}table.data thead th{font-weight:500;color:var(--text-strong);white-space:nowrap;font-size:14px;background:var(--surface-accent);border-bottom:0}table.data thead th:first-child{border-start-start-radius:var(--radius-md)}table.data thead th:last-child{border-start-end-radius:var(--radius-md)}table.data td.num,table.data th.num{text-align:end;font-variant-numeric:tabular-nums}table.data tbody tr:hover td{background:var(--surface-sunken)}table.data tbody tr:last-child td{border-bottom:0}.cell-mono{font-family:var(--mono);font-size:13px}.cell-wrap{max-width:42ch;white-space:pre-wrap}.pagination{display:flex;align-items:center;gap:var(--space-sm);justify-content:flex-end;padding-top:var(--space-md);font-size:14px;color:var(--text-secondary);flex-wrap:wrap}button,.btn{font:inherit;font-weight:400;font-size:15px;border-radius:5px;border:1px solid var(--border-strong);background:var(--surface-raised);color:var(--text);padding:8px 16px;min-height:42px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:8px;transition:background-color .2s,border-color .2s,color .2s}button:hover:not(:disabled){border-color:var(--accent);color:var(--accent)}button:disabled{opacity:.55;cursor:not-allowed}button.primary{background:var(--accent);border-color:var(--accent);color:var(--accent-text);font-weight:500}button.primary:hover:not(:disabled){background:var(--accent-hover);border-color:var(--accent-hover);color:var(--accent-text)}button.danger{border-color:var(--status-critical);color:var(--status-critical-text)}button.danger:hover:not(:disabled){border-color:var(--status-critical);color:var(--status-critical-text);background:var(--status-critical-bg)}button.link{border:0;background:none;color:var(--accent);padding:4px 0;min-height:0;text-decoration:underline;font-size:inherit}button.link:hover:not(:disabled){color:var(--accent-hover)}button.small{min-height:34px;padding:5px 12px;font-size:13px}input[type=text],input[type=email],input[type=password],input[type=number],input[type=search],select,textarea{font:inherit;font-size:15px;color:var(--text-strong);background:var(--surface-raised);border:1px solid var(--border-strong);border-radius:6px;padding:9px 12px;min-height:42px;width:100%}input::placeholder,textarea::placeholder{color:var(--viz-muted);opacity:1}input:focus,select:focus,textarea:focus{border-color:var(--accent);outline:2px solid var(--focus);outline-offset:1px}textarea{font-family:var(--mono);font-size:13px;line-height:1.5;min-height:120px;resize:vertical}label{font-weight:400;font-size:14px;color:var(--text-strong)}.field{display:flex;flex-direction:column;gap:6px;margin-bottom:var(--space-lg)}.field-hint{font-size:13px;color:var(--text-secondary)}.field-error{font-size:13px;color:var(--status-critical-text);font-weight:500}.field input[aria-invalid=true],.field textarea[aria-invalid=true]{border-color:var(--status-critical)}.input-affix{position:relative;display:flex;align-items:center}.input-affix input{padding-inline-end:46px}.input-affix .affix-btn{position:absolute;inset-inline-end:4px;width:36px;height:36px;min-height:0;padding:0;border:1px solid transparent;background:transparent;color:var(--text-secondary);border-radius:var(--radius-sm)}.input-affix .affix-btn:hover:not(:disabled){background:var(--surface-sunken);color:var(--accent);border-color:transparent}.toolbar{display:flex;flex-wrap:wrap;gap:var(--space-md);align-items:flex-end}.toolbar .field{margin-bottom:0;min-width:190px}.checkbox-row{display:flex;align-items:flex-start;gap:var(--space-sm);font-weight:400}.checkbox-row input{width:18px;height:18px;min-height:0;flex:0 0 auto;margin-top:4px}.checkbox-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:var(--space-sm)}fieldset{border:1px solid var(--border);border-radius:var(--radius-md);padding:var(--space-md);margin:0 0 var(--space-md)}legend{font-weight:500;padding:0 6px;color:var(--text-strong)}.badge{display:inline-flex;align-items:center;gap:6px;border-radius:5px;padding:4px 12px;font-size:13px;font-weight:500;border:1px solid var(--border);background:var(--surface-sunken);color:var(--text);white-space:nowrap}.badge .dot{width:8px;height:8px;border-radius:50%;background:currentColor;flex:0 0 auto}.badge.good{color:var(--status-good-text);border-color:transparent;background:var(--status-good-bg)}.badge.warning{color:var(--status-warning-text);border-color:transparent;background:var(--status-warning-bg)}.badge.serious{color:var(--status-serious-text);border-color:transparent;background:var(--status-serious-bg)}.badge.critical{color:var(--status-critical-text);border-color:transparent;background:var(--status-critical-bg)}.badge.neutral{color:var(--text-secondary)}.badge.info{color:var(--accent);border-color:transparent;background:var(--accent-bg)}.notice{border:1px solid var(--border);border-inline-start-width:4px;border-radius:var(--radius-md);padding:var(--space-md);background:var(--surface);display:flex;flex-direction:column;gap:6px;align-items:flex-start}.notice strong{color:var(--text-strong);font-weight:500}.notice.error{border-inline-start-color:var(--status-critical);background:var(--status-critical-bg)}.notice.warn{border-inline-start-color:var(--status-warning);background:var(--status-warning-bg)}.notice.info{border-inline-start-color:var(--accent);background:var(--accent-bg)}.notice.success{border-inline-start-color:var(--status-good);background:var(--status-good-bg)}.notice p{margin:0;color:var(--text-secondary)}.notice.error p,.notice.warn p,.notice.info p,.notice.success p{color:var(--text)}.notice pre{margin:var(--space-sm) 0 0;white-space:pre-wrap;font-family:var(--mono);font-size:13px}.empty{padding:var(--space-xl) var(--space-md);text-align:center;color:var(--text-secondary)}.skeleton{background:var(--surface-sunken);border-radius:var(--radius-md);animation:pulse 1.4s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.55}}@media (prefers-reduced-motion: reduce){.skeleton{animation:none}.header-position,.main-wrapper{transition:none}}.stale{opacity:.55;transition:opacity .12s ease}.chart{display:flex;flex-direction:column;gap:var(--space-sm)}.chart svg{display:block;width:100%;height:auto;overflow:visible}.chart-summary{font-size:13px;color:var(--text-secondary);margin:0}.chart-axis-label{font-size:11px;fill:var(--viz-muted)}.chart-tick{font-size:11px;fill:var(--viz-muted);font-variant-numeric:tabular-nums}.chart-value{font-size:11px;fill:var(--text-secondary);font-variant-numeric:tabular-nums;font-weight:600}.chart-cat{font-size:12px;fill:var(--text)}.chart-legend{display:flex;flex-wrap:wrap;gap:var(--space-md);font-size:13px;color:var(--text-secondary);list-style:none;padding:0;margin:0}.chart-legend li{display:flex;align-items:center;gap:6px}.chart-legend .swatch{width:10px;height:10px;border-radius:2px;flex:0 0 auto}.chart-table summary{cursor:pointer;font-size:13px;color:var(--accent)}.chart-table table{margin-top:var(--space-sm)}.auth-page{min-height:100%;display:flex;align-items:center;justify-content:center;padding:var(--space-xl) var(--space-lg);position:relative;overflow:hidden}.auth-shell{position:relative;width:100%;max-width:560px}.auth-shell:before,.auth-shell:after{content:"";position:absolute;z-index:0;pointer-events:none}.auth-shell:before{width:150px;height:150px;border-radius:50%;background:var(--accent-bg);top:-54px;inset-inline-start:-54px}.auth-shell:after{width:130px;height:130px;border-radius:20px;border:12px solid var(--accent-bg);bottom:-46px;inset-inline-end:-46px}.auth-card{position:relative;z-index:1;width:100%;background:var(--surface-raised);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-float);padding:50px 60px;display:flex;flex-direction:column;gap:var(--space-sm)}.auth-card .auth-logo{display:flex;justify-content:center;margin-bottom:var(--space-lg)}.auth-card .auth-logo .logo-mark{width:52px;height:52px;border-radius:16px;background:var(--accent);color:var(--accent-text);display:grid;place-items:center;font-size:21px;font-weight:600}.auth-card h1{font-size:24px;line-height:35px;font-weight:500;color:var(--accent);text-align:center;margin-bottom:var(--space-md)}.auth-card>p{color:var(--text-secondary);text-align:center;margin-bottom:var(--space-lg)}.auth-card .field{margin-bottom:24px}.auth-card button[type=submit]{width:100%;min-height:48px;font-size:16px}.auth-card .notice{width:100%;margin-bottom:var(--space-md)}.auth-footnote{text-align:center;font-size:13px;color:var(--text-secondary);margin:var(--space-md) 0 0}@media (max-width: 575px){.auth-card{padding:40px 26px}}.modal-backdrop{position:fixed;inset:0;background:#1111208c;display:flex;align-items:center;justify-content:center;padding:var(--space-md);z-index:100}.modal{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:var(--space-lg);width:100%;max-width:600px;max-height:86vh;overflow:auto;display:flex;flex-direction:column;gap:var(--space-md);box-shadow:var(--shadow-float)}.modal-actions{display:flex;gap:var(--space-sm);justify-content:flex-end;flex-wrap:wrap}.privacy-strip{font-size:13px;color:var(--text-secondary);border:1px dashed var(--border-strong);border-radius:var(--radius-md);padding:var(--space-sm) var(--space-md)}.settings-layout{display:grid;gap:var(--space-lg);max-width:1000px}.settings-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:0 var(--space-lg)}.settings-actions{display:flex;flex-wrap:wrap;gap:var(--space-sm);align-items:center;border-top:1px solid var(--border);padding-top:var(--space-md)}.settings-actions .spacer{margin-inline-start:auto}.secret-label{font-size:14px;color:var(--text-strong)}.secret-state{display:flex;align-items:center;flex-wrap:wrap;gap:var(--space-sm);border:1px solid var(--border);border-radius:6px;background:var(--surface-sunken);padding:9px 12px;min-height:42px;font-size:14px}.secret-state .masked{font-family:var(--mono);color:var(--text-strong);letter-spacing:.06em}.secret-state .secret-note{color:var(--text-secondary);font-size:13px}.secret-state .secret-action{margin-inline-start:auto}.strength-meter{display:flex;flex-direction:column;gap:6px}.strength-track{display:flex;gap:4px}.strength-track span{height:6px;flex:1 1 0;border-radius:3px;background:var(--border)}.strength-track span[data-on=true]{background:var(--meter-color, var(--accent))}.strength-label{font-size:13px;color:var(--text-secondary)}.stack{display:flex;flex-direction:column;gap:var(--space-md)}.row{display:flex;flex-wrap:wrap;gap:var(--space-sm);align-items:center}.spread{display:flex;justify-content:space-between;align-items:center;gap:var(--space-md);flex-wrap:wrap}.appcontent-layout{max-width:1240px}.appcontent-split{display:grid;grid-template-columns:minmax(0,1fr);gap:var(--space-lg);align-items:start}@media (min-width: 1180px){.appcontent-split{grid-template-columns:minmax(0,1fr) 320px}.appcontent-preview{position:sticky;top:calc(var(--header-height) + var(--space-lg))}}.appcontent-preview{display:flex;flex-direction:column;gap:var(--space-sm);align-items:center}.appcontent-preview figcaption{font-size:13px;color:var(--text-secondary);text-align:center;max-width:34ch}.slide-list{display:flex;flex-direction:column;gap:var(--space-md);list-style:none;margin:0;padding:0}.slide-item{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface-sunken);padding:var(--space-md)}.slide-item.is-current{border-color:var(--accent);box-shadow:inset 3px 0 0 var(--accent)}.slide-head{display:flex;align-items:center;gap:var(--space-sm);flex-wrap:wrap;margin-bottom:var(--space-md)}.slide-index{font-weight:500;color:var(--text-strong)}.slide-head .slide-tools{margin-inline-start:auto;display:flex;gap:6px;flex-wrap:wrap}.slide-item .field{margin-bottom:var(--space-md)}.slide-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:0 var(--space-md)}.char-count{font-variant-numeric:tabular-nums}.char-count[data-over=true]{color:var(--status-critical-text);font-weight:500}.phone-frame{width:280px;max-width:100%;aspect-ratio:9 / 19;border-radius:36px;border:8px solid #23234a;background:#0b0b14;padding:30px 20px 22px;display:flex;flex-direction:column;gap:var(--space-md);position:relative;overflow:hidden;box-shadow:var(--shadow-float)}.phone-notch{position:absolute;top:0;left:50%;transform:translate(-50%);width:92px;height:18px;border-radius:0 0 12px 12px;background:#23234a}.phone-logo{display:flex;justify-content:center}.phone-logo img{max-height:26px;max-width:60%;object-fit:contain}.phone-stage{flex:1 1 auto;min-height:0;overflow-y:auto;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;text-align:center}.phone-art{font-size:56px;line-height:1}.phone-art img{max-height:150px;max-width:100%;border-radius:12px;object-fit:contain}.phone-title{font-size:21px;line-height:1.25;font-weight:600;color:#fff;margin:0;overflow-wrap:anywhere}.phone-copy{font-size:13px;line-height:1.5;color:#c9cbe0;margin:0;overflow-wrap:anywhere}.phone-empty{font-size:13px;color:#9a9cb8}.phone-dots{display:flex;gap:6px;justify-content:center}.phone-dots span{width:7px;height:7px;border-radius:50%;background:#ffffff4d}.phone-dots span[data-on=true]{width:18px;border-radius:4px;background:var(--preview-accent, #354abf)}.phone-cta{border-radius:var(--radius-pill);padding:12px 16px;text-align:center;font-weight:600;font-size:15px;background:var(--preview-accent, #354abf);color:var(--preview-accent-ink, #ffffff);overflow-wrap:anywhere}.asset-row{display:flex;gap:var(--space-md);align-items:flex-start;flex-wrap:wrap}.asset-thumb{width:84px;height:84px;flex:0 0 auto;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface-sunken);display:flex;align-items:center;justify-content:center;color:var(--text-secondary);overflow:hidden}.asset-thumb img{width:100%;height:100%;object-fit:contain}.notice ul{margin:4px 0 0;padding-inline-start:20px;color:var(--text);font-size:14px}.notice li+li{margin-top:4px}.asset-label{font-size:14px;color:var(--text-strong)}.asset-detail{flex:1 1 240px;min-width:0;display:flex;flex-direction:column;gap:6px}.asset-detail .asset-meta{font-size:13px;color:var(--text-secondary);overflow-wrap:anywhere}.asset-detail input[type=file]{font:inherit;font-size:13px;color:var(--text);border:1px dashed var(--border-strong);border-radius:var(--radius-sm);padding:8px;width:100%;background:var(--surface-raised)}.asset-detail input[type=file]::file-selector-button{font:inherit;font-size:13px;margin-inline-end:10px;border:1px solid var(--border-strong);border-radius:5px;background:var(--surface-raised);color:var(--text);padding:4px 10px;cursor:pointer}.progress-track{height:6px;border-radius:3px;background:var(--border);overflow:hidden}.progress-bar{height:100%;background:var(--accent);transition:width .12s linear}.color-row{display:flex;align-items:center;gap:var(--space-sm);flex-wrap:wrap}.color-row input[type=color]{width:46px;height:42px;min-height:42px;padding:2px;border:1px solid var(--border-strong);border-radius:6px;background:var(--surface-raised);cursor:pointer}.color-row input[type=text]{width:12ch;flex:0 0 auto;font-family:var(--mono)}.color-swatch{display:inline-flex;align-items:center;gap:8px;border:1px solid var(--border);border-radius:var(--radius-pill);padding:4px 12px 4px 6px;font-size:13px;color:var(--text-secondary);background:var(--surface-raised)}.color-swatch .chip{width:20px;height:20px;border-radius:50%;border:1px solid var(--border-strong)}
