:root{font-synthesis:none;text-rendering:optimizelegibility;--background:#f7f7f8;--surface:#fff;--surface-secondary:#f4f4f5;--surface-hover:#f0f0f1;--border:#e4e4e7;--border-strong:#d4d4d8;--text-primary:#18181b;--text-secondary:#71717a;--text-muted:#a1a1aa;--accent:#18181b;--accent-foreground:#fff;--sidebar-width:248px;--topbar-height:60px;color:var(--text-primary);background:var(--background);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}:root[data-theme=dark]{--background:#0a0a0b;--surface:#111113;--surface-secondary:#18181b;--surface-hover:#202023;--border:#27272a;--border-strong:#3f3f46;--text-primary:#fafafa;--text-secondary:#a1a1aa;--text-muted:#71717a;--accent:#fafafa;--accent-foreground:#18181b;color:var(--text-primary);background:var(--background)}*,:before,:after{box-sizing:border-box}html{min-width:320px;min-height:100%}body{background:var(--background);min-width:320px;min-height:100vh;color:var(--text-primary);margin:0}body,button,input,textarea,select{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{color:inherit}a{color:inherit;text-decoration:none}button:focus-visible,a:focus-visible{outline:2px solid var(--text-primary);outline-offset:2px}#root,.app-shell{min-height:100vh}.app-main{min-height:100vh;margin-left:var(--sidebar-width)}.app-content{min-height:calc(100vh - var(--topbar-height));padding:32px}.sidebar{z-index:50;width:var(--sidebar-width);background:var(--surface);border-right:1px solid var(--border);flex-direction:column;display:flex;position:fixed;inset:0 auto 0 0}.sidebar-header{min-height:var(--topbar-height);border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:0 16px;display:flex}.brand{align-items:center;gap:10px;display:flex}.brand-mark{background:var(--text-primary);width:30px;height:30px;color:var(--surface);letter-spacing:-.04em;border-radius:7px;place-items:center;font-size:13px;font-weight:800;display:grid}.brand-copy{flex-direction:column;line-height:1.1;display:flex}.brand-copy strong{font-size:13px;font-weight:700}.brand-copy span{color:var(--text-secondary);margin-top:3px;font-size:11px}.sidebar-nav{flex:1;padding:22px 12px}.sidebar-section-label{color:var(--text-muted);letter-spacing:.08em;text-transform:uppercase;margin:0 10px 8px;font-size:10px;font-weight:700;display:block}.sidebar-links{flex-direction:column;gap:3px;display:flex}.sidebar-link{min-height:38px;color:var(--text-secondary);border-radius:7px;align-items:center;gap:10px;padding:0 10px;font-size:13px;font-weight:500;transition:background .12s,color .12s;display:flex}.sidebar-link:hover,.sidebar-link--active{background:var(--surface-secondary);color:var(--text-primary)}.sidebar-link--active svg{color:var(--text-primary)}.sidebar-footer{border-top:1px solid var(--border);padding:12px}.environment-status{align-items:center;gap:9px;padding:9px 10px;display:flex}.status-dot{background:#22c55e;border-radius:50%;flex:none;width:7px;height:7px;box-shadow:0 0 0 3px #22c55e1a}.environment-status div{flex-direction:column;min-width:0;display:flex}.environment-status strong{font-size:11px;font-weight:600}.environment-status span:not(.status-dot){color:var(--text-muted);margin-top:2px;font-size:10px}.sidebar-close,.sidebar-backdrop{display:none}.topbar{z-index:40;height:var(--topbar-height);background:color-mix(in srgb, var(--surface) 90%, transparent);border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);justify-content:space-between;align-items:center;padding:0 24px;display:flex;position:sticky;top:0}.topbar-left,.topbar-actions{align-items:center;display:flex}.topbar-breadcrumb{color:var(--text-secondary);align-items:center;gap:7px;font-size:12px;display:flex}.topbar-breadcrumb strong{color:var(--text-primary);font-weight:600}.breadcrumb-separator{color:var(--text-muted)}.topbar-actions{gap:8px}.icon-button{cursor:pointer;background:0 0;border:1px solid #0000;border-radius:7px;place-items:center;width:34px;height:34px;padding:0;transition:background .12s,border-color .12s;display:grid}.icon-button:hover{background:var(--surface-secondary);border-color:var(--border)}.mobile-menu-button{display:none}.topbar-divider{background:var(--border);width:1px;height:20px;margin:0 4px}.profile-button{cursor:pointer;background:0 0;border:0;border-radius:8px;align-items:center;gap:9px;padding:4px 7px 4px 4px;display:flex}.profile-button:hover{background:var(--surface-secondary)}.profile-avatar{background:var(--surface-secondary);border:1px solid var(--border);border-radius:7px;place-items:center;width:30px;height:30px;font-size:10px;font-weight:700;display:grid}.profile-copy{flex-direction:column;align-items:flex-start;display:flex}.profile-copy strong{font-size:11px;font-weight:600}.profile-copy span{color:var(--text-muted);margin-top:1px;font-size:9px}.page{width:min(100%,1400px);margin:0 auto}.page-header{justify-content:space-between;align-items:flex-start;margin-bottom:28px;display:flex}.page-header h1{letter-spacing:-.03em;margin:0;font-size:24px;font-weight:650}.page-header p{max-width:640px;color:var(--text-secondary);margin:7px 0 0;font-size:13px;line-height:1.55}.placeholder-card{background:var(--surface);border:1px solid var(--border);border-radius:10px;min-height:270px;padding:28px}.placeholder-card>span{color:var(--text-muted);letter-spacing:.08em;text-transform:uppercase;font-size:10px;font-weight:700}.placeholder-card h2{margin:14px 0 0;font-size:18px;font-weight:600}.placeholder-card p{color:var(--text-secondary);margin:7px 0 0;font-size:13px}@media (width<=900px){.app-main{margin-left:0}.sidebar{width:min(280px,100vw - 48px);transition:transform .18s;transform:translate(-100%);box-shadow:16px 0 40px #0000001a}.sidebar--open{transform:translate(0)}.sidebar-close{display:grid}.sidebar-backdrop{z-index:45;cursor:default;background:#00000059;border:0;width:100%;height:100%;padding:0;display:block;position:fixed;inset:0}.mobile-menu-button{margin-right:8px;display:grid}.app-content{padding:26px 20px}}@media (width<=600px){.topbar{padding:0 14px}.topbar-breadcrumb>span:first-child,.breadcrumb-separator,.profile-copy,.topbar-divider{display:none}.app-content{padding:22px 16px}.page-header{margin-bottom:22px}.page-header h1{font-size:22px}.placeholder-card{min-height:220px;padding:22px}}.auth-screen{background:var(--background);place-items:center;min-height:100vh;padding:24px;display:grid}.auth-card{background:var(--surface);border:1px solid var(--border);border-radius:18px;gap:20px;width:min(420px,100%);padding:28px;display:grid;box-shadow:0 18px 50px #00000014}.auth-card-compact{justify-items:start}.auth-card-compact span,.auth-heading p,.auth-field span{color:var(--text-secondary)}.auth-heading{gap:8px;display:grid}.auth-heading h1,.auth-heading p{margin:0}.auth-heading h1{font-size:28px;line-height:1.1}.auth-eyebrow{color:var(--text-secondary);letter-spacing:.08em;text-transform:uppercase;font-size:12px;font-weight:700}.auth-field{gap:8px;display:grid}.auth-field span{font-size:13px;font-weight:600}.auth-field input{width:100%;min-height:44px;color:var(--text-primary);background:var(--surface-secondary);border:1px solid var(--border);border-radius:10px;padding:10px 12px}.auth-field input:focus{outline:2px solid var(--text-primary);outline-offset:2px}.auth-error{border:1px solid var(--border-strong);color:var(--text-primary);background:var(--surface-secondary);border-radius:10px;padding:10px 12px;font-size:13px}.auth-submit{background:var(--accent);min-height:44px;color:var(--accent-foreground);cursor:pointer;border:0;border-radius:10px;font-weight:700}.auth-submit:disabled{cursor:wait;opacity:.65}.audit-page-header{align-items:center}.audit-summary{background:var(--surface);border:1px solid var(--border);border-radius:9px;align-items:center;min-height:76px;margin-bottom:14px;padding:0 20px;display:flex}.audit-summary>div:not(.audit-summary-divider){flex-direction:column;min-width:110px;display:flex}.audit-summary span{color:var(--text-secondary);font-size:9px}.audit-summary strong{margin-top:5px;font-size:18px;font-weight:650}.audit-summary-divider{background:var(--border);width:1px;height:30px;margin:0 26px}.audit-toolbar{justify-content:space-between;align-items:center;gap:20px;margin-bottom:14px;display:flex}.audit-search{border:1px solid var(--border);background:var(--surface);width:min(100%,340px);height:36px;color:var(--text-muted);border-radius:7px;align-items:center;gap:8px;padding:0 10px;display:flex}.audit-search:focus-within{border-color:var(--border-strong)}.audit-search input{min-width:0;color:var(--text-primary);background:0 0;border:0;outline:0;flex:1;font-size:10px}.audit-search input::placeholder{color:var(--text-muted)}.audit-search button{color:var(--text-muted);cursor:pointer;background:0 0;border:0;place-items:center;padding:2px;display:grid}.audit-result-count{color:var(--text-muted);font-size:9px}.audit-table{background:var(--surface);border:1px solid var(--border);border-radius:9px;overflow:hidden}.audit-grid{grid-template-columns:minmax(165px,.95fr) minmax(130px,.75fr) minmax(190px,1.2fr) minmax(150px,.9fr) 100px;align-items:center;gap:18px;display:grid}.audit-table-header{background:var(--surface-secondary);border-bottom:1px solid var(--border);min-height:40px;color:var(--text-muted);letter-spacing:.04em;text-transform:uppercase;padding:0 18px;font-size:8px;font-weight:700}.audit-row{border-bottom:1px solid var(--border);min-height:66px;padding:0 18px}.audit-row:last-child{border-bottom:0}.audit-row:hover{background:var(--surface-secondary)}.audit-timestamp{color:var(--text-secondary);font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:9px}.audit-actor{align-items:center;gap:9px;display:flex}.audit-avatar{border:1px solid var(--border);background:var(--surface-secondary);border-radius:7px;flex:none;place-items:center;width:29px;height:29px;font-size:8px;font-weight:700;display:grid}.audit-actor strong{font-size:9px;font-weight:600}.audit-action{flex-direction:column;min-width:0;display:flex}.audit-action strong{font-size:9px;font-weight:600}.audit-action code{color:var(--text-muted);margin-top:3px;font-size:8px}.audit-project-link{color:var(--text-primary);font-size:9px;font-weight:550}.audit-project-link:hover{text-decoration:underline}.audit-system-event{color:var(--text-muted);font-size:9px}.audit-result{border:1px solid var(--border);border-radius:999px;align-items:center;gap:5px;width:fit-content;min-height:23px;padding:0 7px;font-size:8px;font-weight:600;display:inline-flex}.audit-result--success{color:#16a34a;background:#22c55e12;border-color:#22c55e33}.audit-result--failed{color:#ef4444;background:#ef444412;border-color:#ef444433}.audit-state{text-align:center;background:var(--surface);border:1px solid var(--border);border-radius:9px;flex-direction:column;justify-content:center;align-items:center;min-height:320px;display:flex}.audit-state-icon{border:1px solid var(--border);background:var(--surface-secondary);width:42px;height:42px;color:var(--text-secondary);border-radius:9px;place-items:center;margin-bottom:13px;display:grid}.audit-state-icon--error{color:#ef4444;background:#ef444412;border-color:#ef444433}.audit-state h2{margin:0;font-size:14px}.audit-state p{color:var(--text-secondary);margin:7px 0 16px;font-size:9px}.audit-skeleton-row{border-bottom:1px solid var(--border);min-height:66px;padding:0 18px}.audit-skeleton{background:linear-gradient(90deg, var(--surface-secondary) 25%, var(--surface-hover) 50%, var(--surface-secondary) 75%);background-size:200% 100%;border-radius:4px;animation:1.4s infinite audit-loading}.audit-skeleton--date{width:125px;height:9px}.audit-skeleton--actor{width:90px;height:27px}.audit-skeleton--action{width:135px;height:25px}.audit-skeleton--project{width:100px;height:9px}.audit-skeleton--result{border-radius:999px;width:70px;height:22px}@keyframes audit-loading{0%{background-position:200% 0}to{background-position:-200% 0}}@media (width<=1000px){.audit-table{overflow-x:auto}.audit-grid{min-width:850px}}@media (width<=650px){.audit-page-header{flex-direction:column;align-items:flex-start}.audit-page-header .secondary-button{width:100%}.audit-summary{overflow-x:auto}.audit-toolbar{flex-direction:column;align-items:stretch}.audit-search{width:100%}}.global-backups-page-header{align-items:center}.global-backups-summary{background:var(--surface);border:1px solid var(--border);border-radius:9px;align-items:center;min-height:76px;margin-bottom:14px;padding:0 20px;display:flex;overflow-x:auto}.global-backups-summary>div:not(.global-backups-summary-divider){flex-direction:column;min-width:110px;display:flex}.global-backups-summary span{color:var(--text-secondary);font-size:9px}.global-backups-summary strong{margin-top:5px;font-size:18px;font-weight:650}.global-backups-summary-divider{background:var(--border);width:1px;height:30px;margin:0 26px}.global-backups-toolbar{justify-content:space-between;align-items:center;gap:20px;margin-bottom:14px;display:flex}.global-backups-search{border:1px solid var(--border);background:var(--surface);width:min(100%,340px);height:36px;color:var(--text-muted);border-radius:7px;align-items:center;gap:8px;padding:0 10px;display:flex}.global-backups-search:focus-within{border-color:var(--border-strong)}.global-backups-search input{min-width:0;color:var(--text-primary);background:0 0;border:0;outline:0;flex:1;font-size:10px}.global-backups-search input::placeholder{color:var(--text-muted)}.global-backups-search button{color:var(--text-muted);cursor:pointer;background:0 0;border:0;place-items:center;padding:2px;display:grid}.global-backups-result-count{color:var(--text-muted);font-size:9px}.global-backups-table{background:var(--surface);border:1px solid var(--border);border-radius:9px;overflow:hidden}.global-backups-grid{grid-template-columns:minmax(190px,1.15fr) minmax(180px,1fr) minmax(150px,.9fr) minmax(90px,.55fr) minmax(105px,.65fr) 70px;align-items:center;gap:18px;display:grid}.global-backups-table-header{background:var(--surface-secondary);border-bottom:1px solid var(--border);min-height:40px;color:var(--text-muted);letter-spacing:.04em;text-transform:uppercase;padding:0 18px;font-size:8px;font-weight:700}.global-backups-row{border-bottom:1px solid var(--border);min-height:66px;padding:0 18px;transition:background .12s}.global-backups-row:last-child{border-bottom:0}.global-backups-row:hover{background:var(--surface-secondary)}.global-backup-identity{align-items:center;gap:10px;min-width:0;display:flex}.global-backup-icon{border:1px solid var(--border);background:var(--surface-secondary);width:32px;height:32px;color:var(--text-secondary);border-radius:7px;flex:none;place-items:center;display:grid}.global-backup-identity>div:last-child{flex-direction:column;min-width:0;display:flex}.global-backup-identity code{color:var(--text-primary);text-overflow:ellipsis;white-space:nowrap;font-size:8px;overflow:hidden}.global-backup-identity span{color:var(--text-muted);text-transform:capitalize;margin-top:3px;font-size:8px}.global-backup-project{flex-direction:column;align-items:flex-start;min-width:0;display:flex}.global-backup-project strong{text-overflow:ellipsis;white-space:nowrap;max-width:100%;font-size:9px;font-weight:600;overflow:hidden}.global-backup-environment{border:1px solid var(--border);border-radius:999px;align-items:center;min-height:19px;margin-top:4px;padding:0 6px;font-size:7px;font-weight:600;display:inline-flex}.global-backup-environment--production{color:#16a34a;background:#22c55e12;border-color:#22c55e33}.global-backup-environment--staging{color:#d97706;background:#f59e0b12;border-color:#f59e0b33}.global-backup-environment--development{color:#2563eb;background:#3b82f612;border-color:#3b82f633}.global-backup-cell{color:var(--text-secondary);font-size:9px}.global-backup-status{border:1px solid var(--border);background:var(--surface-secondary);width:fit-content;min-height:23px;color:var(--text-secondary);border-radius:999px;align-items:center;gap:6px;padding:0 7px;font-size:8px;font-weight:600;display:inline-flex}.global-backup-status>span{border-radius:50%;width:6px;height:6px}.global-backup-status--ready>span{background:#22c55e}.global-backup-status--creating>span{background:#f59e0b}.global-backup-status--failed>span{background:#ef4444}.global-backup-status--restoring>span{background:#3b82f6}.global-backup-open{color:var(--text-secondary);justify-content:flex-end;align-items:center;gap:4px;font-size:9px;font-weight:600;display:inline-flex}.global-backup-open:hover{color:var(--text-primary)}.global-backups-state{text-align:center;background:var(--surface);border:1px solid var(--border);border-radius:9px;flex-direction:column;justify-content:center;align-items:center;min-height:320px;display:flex}.global-backups-state-icon{border:1px solid var(--border);background:var(--surface-secondary);width:42px;height:42px;color:var(--text-secondary);border-radius:9px;place-items:center;margin-bottom:13px;display:grid}.global-backups-state-icon--error{color:#ef4444;background:#ef444412;border-color:#ef444433}.global-backups-state h2{margin:0;font-size:14px}.global-backups-state p{max-width:360px;color:var(--text-secondary);margin:7px 0 16px;font-size:9px;line-height:1.6}.global-backups-skeleton-row{border-bottom:1px solid var(--border);min-height:66px;padding:0 18px}.global-backups-skeleton{background:linear-gradient(90deg, var(--surface-secondary) 25%, var(--surface-hover) 50%, var(--surface-secondary) 75%);background-size:200% 100%;border-radius:4px;animation:1.4s infinite global-backups-loading}.global-backups-skeleton--backup{width:135px;height:28px}.global-backups-skeleton--project{width:110px;height:26px}.global-backups-skeleton--date{width:110px;height:9px}.global-backups-skeleton--size{width:65px;height:9px}.global-backups-skeleton--status{border-radius:999px;width:70px;height:22px}.global-backups-skeleton--action{width:45px;height:9px}@keyframes global-backups-loading{0%{background-position:200% 0}to{background-position:-200% 0}}@media (width<=1050px){.global-backups-table{overflow-x:auto}.global-backups-grid{min-width:900px}}@media (width<=650px){.global-backups-page-header{flex-direction:column;align-items:flex-start}.global-backups-page-header .secondary-button{width:100%}.global-backups-toolbar{flex-direction:column;align-items:stretch}.global-backups-search{width:100%}}.overview-page{width:min(100%,1400px);margin:0 auto}.overview-header{justify-content:space-between;align-items:center;gap:24px;margin-bottom:28px;display:flex}.overview-header h1{letter-spacing:-.03em;margin:0;font-size:24px;font-weight:650}.overview-header p{color:var(--text-secondary);margin:7px 0 0;font-size:11px;line-height:1.5}.overview-stats-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:16px;display:grid}.overview-stat-card{background:var(--surface);border:1px solid var(--border);border-radius:9px;min-height:130px;padding:16px}.overview-stat-top{justify-content:space-between;align-items:center;gap:10px;margin-bottom:18px;display:flex}.overview-stat-top>span{color:var(--text-secondary);font-size:9px;font-weight:600}.overview-stat-icon{border:1px solid var(--border);background:var(--surface-secondary);width:30px;height:30px;color:var(--text-secondary);border-radius:7px;place-items:center;display:grid}.overview-stat-card>strong{letter-spacing:-.04em;font-size:23px;font-weight:650;display:block}.overview-stat-card>p{color:var(--text-muted);margin:5px 0 0;font-size:8px}.overview-main-grid{grid-template-columns:minmax(0,1.7fr) minmax(300px,.8fr);gap:16px;display:grid}.overview-card{background:var(--surface);border:1px solid var(--border);border-radius:9px;overflow:hidden}.overview-card-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:20px;min-height:68px;padding:0 18px;display:flex}.overview-card-header h2{margin:0;font-size:12px;font-weight:650}.overview-card-header p{color:var(--text-secondary);margin:4px 0 0;font-size:8px}.overview-card-link{color:var(--text-secondary);align-items:center;gap:5px;font-size:9px;font-weight:600;display:inline-flex}.overview-card-link:hover{color:var(--text-primary)}.overview-project-list{flex-direction:column;display:flex}.overview-project-row{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:16px;min-height:66px;padding:0 18px;transition:background .12s;display:flex}.overview-project-row:last-child{border-bottom:0}.overview-project-row:hover{background:var(--surface-secondary)}.overview-project-main{align-items:center;gap:10px;min-width:0;display:flex}.overview-project-icon{border:1px solid var(--border);background:var(--surface-secondary);width:32px;height:32px;color:var(--text-secondary);border-radius:7px;flex:none;place-items:center;display:grid}.overview-project-main>div:last-child{flex-direction:column;min-width:0;display:flex}.overview-project-main strong{text-overflow:ellipsis;white-space:nowrap;font-size:10px;font-weight:600;overflow:hidden}.overview-project-main span{color:var(--text-muted);margin-top:4px;font-size:8px}.overview-project-meta{flex:none;align-items:center;gap:8px;display:flex}.overview-environment,.overview-status{border:1px solid var(--border);border-radius:999px;align-items:center;gap:5px;min-height:22px;padding:0 7px;font-size:8px;font-weight:600;display:inline-flex}.overview-environment--production{color:#16a34a;background:#22c55e12;border-color:#22c55e33}.overview-environment--staging{color:#d97706;background:#f59e0b12;border-color:#f59e0b33}.overview-environment--development{color:#2563eb;background:#3b82f612;border-color:#3b82f633}.overview-status{background:var(--surface-secondary);color:var(--text-secondary);text-transform:capitalize}.overview-status>span{border-radius:50%;width:6px;height:6px}.overview-status--ready>span{background:#22c55e}.overview-status--provisioning>span{background:#f59e0b}.overview-status--error>span{background:#ef4444}.overview-status--deleting>span{background:#71717a}.overview-project-arrow{color:var(--text-muted)}.overview-environment-list{flex-direction:column;gap:24px;padding:22px 18px;display:flex}.overview-environment-row{flex-direction:column;gap:9px;display:flex}.overview-environment-heading{justify-content:space-between;align-items:center;display:flex}.overview-environment-heading>div{align-items:center;gap:7px;display:flex}.overview-environment-heading strong{font-size:9px;font-weight:600}.overview-environment-heading>span{color:var(--text-secondary);font-size:9px}.overview-environment-dot{border-radius:50%;width:7px;height:7px}.overview-environment-dot--production{background:#22c55e}.overview-environment-dot--staging{background:#f59e0b}.overview-environment-dot--development{background:#3b82f6}.overview-environment-progress{background:var(--surface-secondary);border-radius:999px;width:100%;height:5px;overflow:hidden}.overview-environment-progress-value{border-radius:inherit;height:100%}.overview-environment-progress-value--production{background:#22c55e}.overview-environment-progress-value--staging{background:#f59e0b}.overview-environment-progress-value--development{background:#3b82f6}.overview-empty{min-height:260px;color:var(--text-secondary);text-align:center;flex-direction:column;justify-content:center;align-items:center;display:flex}.overview-empty strong{margin-top:11px;font-size:11px}.overview-empty span{color:var(--text-muted);margin-top:5px;font-size:8px}.overview-error{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:430px;display:flex}.overview-error-icon{color:#ef4444;background:#ef444412;border:1px solid #ef444433;border-radius:9px;place-items:center;width:42px;height:42px;margin-bottom:13px;display:grid}.overview-error h2{margin:0;font-size:14px}.overview-error p{color:var(--text-secondary);margin:7px 0 16px;font-size:9px}.overview-skeleton{background:linear-gradient(90deg, var(--surface-secondary) 25%, var(--surface-hover) 50%, var(--surface-secondary) 75%);background-size:200% 100%;border-radius:4px;animation:1.4s infinite overview-loading}.overview-skeleton--title{width:140px;height:23px}.overview-skeleton--subtitle{width:310px;height:9px;margin-top:10px}.overview-skeleton--label{width:80px;height:9px}.overview-skeleton--number{width:44px;height:23px;margin-top:20px}.overview-skeleton--card-title{width:110px;height:12px}.overview-skeleton-row{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;min-height:66px;padding:0 18px;display:flex}.overview-skeleton--project{width:150px;height:28px}.overview-skeleton--badge{border-radius:999px;width:80px;height:21px}@keyframes overview-loading{0%{background-position:200% 0}to{background-position:-200% 0}}@media (width<=1100px){.overview-stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.overview-main-grid{grid-template-columns:1fr}}@media (width<=650px){.overview-header{flex-direction:column;align-items:flex-start}.overview-header .primary-button{width:100%}.overview-stats-grid{grid-template-columns:1fr}.overview-project-meta .overview-status{display:none}.overview-project-row{padding:0 14px}}.backups-page{flex-direction:column;gap:16px;display:flex}.backups-toolbar{background:var(--surface);border:1px solid var(--border);border-radius:9px;justify-content:space-between;align-items:center;gap:18px;padding:18px 20px;display:flex}.backups-toolbar h2{margin:0;font-size:13px;font-weight:650}.backups-toolbar p{color:var(--text-secondary);margin:5px 0 0;font-size:9px}.backups-table{background:var(--surface);border:1px solid var(--border);border-radius:9px;overflow:hidden}.backups-grid{grid-template-columns:minmax(200px,1.4fr) minmax(150px,1fr) minmax(90px,.6fr) minmax(110px,.7fr) 80px;align-items:center;gap:16px;display:grid}.backups-table-header{background:var(--surface-secondary);border-bottom:1px solid var(--border);min-height:40px;color:var(--text-muted);text-transform:uppercase;padding:0 18px;font-size:9px;font-weight:700}.backups-row{border-bottom:1px solid var(--border);min-height:64px;padding:0 18px}.backups-row:last-child{border-bottom:0}.backups-row:hover{background:var(--surface-secondary)}.backup-identity{align-items:center;gap:10px;min-width:0;display:flex}.backup-icon{border:1px solid var(--border);background:var(--surface-secondary);width:32px;height:32px;color:var(--text-secondary);border-radius:7px;flex:none;place-items:center;display:grid}.backup-identity>div:last-child{flex-direction:column;min-width:0;display:flex}.backup-identity code{text-overflow:ellipsis;white-space:nowrap;font-size:9px;overflow:hidden}.backup-identity span{color:var(--text-muted);text-transform:capitalize;margin-top:3px;font-size:8px}.backup-cell{color:var(--text-secondary);font-size:9px}.backup-status{border:1px solid var(--border);background:var(--surface-secondary);width:fit-content;min-height:23px;color:var(--text-secondary);border-radius:999px;align-items:center;gap:6px;padding:0 8px;font-size:9px;font-weight:600;display:inline-flex}.backup-status>span{border-radius:50%;width:6px;height:6px}.backup-status--ready>span{background:#22c55e}.backup-status--creating>span{background:#f59e0b}.backup-status--failed>span{background:#ef4444}.backup-status--restoring>span{background:#3b82f6}.backup-restore-button{border:1px solid var(--border);min-height:30px;color:var(--text-secondary);cursor:pointer;background:0 0;border-radius:6px;padding:0 9px;font-size:9px;font-weight:600}.backup-restore-button:hover:not(:disabled){background:var(--surface-secondary);color:var(--text-primary)}.backup-restore-button:disabled{cursor:not-allowed;opacity:.4}.backups-empty-state,.backups-error-state{text-align:center;background:var(--surface);border:1px solid var(--border);border-radius:9px;flex-direction:column;justify-content:center;align-items:center;min-height:290px;display:flex}.backups-empty-icon,.backups-error-icon{border:1px solid var(--border);background:var(--surface-secondary);border-radius:9px;place-items:center;width:42px;height:42px;margin-bottom:13px;display:grid}.backups-error-icon{color:#ef4444;background:#ef444412;border-color:#ef444433}.backups-empty-state h2,.backups-error-state h2{margin:0;font-size:14px}.backups-empty-state p,.backups-error-state p{max-width:360px;color:var(--text-secondary);margin:7px 0 16px;font-size:9px;line-height:1.6}.backup-dialog-overlay{z-index:120;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0000006b;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.backup-dialog{background:var(--surface);border:1px solid var(--border);border-radius:11px;width:min(100%,500px);overflow:hidden}.backup-dialog-header{border-bottom:1px solid var(--border);justify-content:space-between;padding:20px;display:flex}.backup-dialog-header span{color:var(--text-muted);text-transform:uppercase;font-size:8px;font-weight:700}.backup-dialog-header h2{margin:6px 0 0;font-size:16px}.backup-dialog-body{padding:20px}.backup-warning{background:#ef44440f;border:1px solid #ef44442e;border-radius:8px;gap:10px;padding:12px;display:flex}.backup-warning svg{color:#ef4444;flex:none}.backup-warning strong{font-size:10px}.backup-warning p{color:var(--text-secondary);margin:4px 0 0;font-size:9px;line-height:1.5}.backup-restore-details{border:1px solid var(--border);border-radius:8px;margin-top:14px}.backup-restore-details>div{border-bottom:1px solid var(--border);grid-template-columns:110px 1fr;align-items:center;min-height:44px;padding:0 12px;display:grid}.backup-restore-details>div:last-child{border-bottom:0}.backup-restore-details span{color:var(--text-muted);font-size:9px}.backup-restore-details code,.backup-restore-details strong{text-overflow:ellipsis;white-space:nowrap;font-size:9px;font-weight:500;overflow:hidden}.backup-dialog-error{color:#ef4444;background:#ef44440f;border:1px solid #ef444433;border-radius:7px;margin-top:12px;padding:10px;font-size:9px}.backup-dialog-actions{justify-content:flex-end;gap:8px;margin-top:18px;display:flex}.backup-dialog-success{text-align:center;flex-direction:column;align-items:center;padding:32px;display:flex}.backup-success-icon{color:#22c55e;background:#22c55e14;border-radius:50%;place-items:center;width:46px;height:46px;margin-bottom:14px;display:grid}.backup-dialog-success h2{margin:0;font-size:15px}.backup-dialog-success p{color:var(--text-secondary);margin:7px 0 18px;font-size:9px}.backups-skeleton-row{border-bottom:1px solid var(--border);min-height:64px;padding:0 18px}.backup-skeleton{background:linear-gradient(90deg, var(--surface-secondary) 25%, var(--surface-hover) 50%, var(--surface-secondary) 75%);background-size:200% 100%;border-radius:4px;animation:1.4s infinite backups-loading}.backup-skeleton--name{width:130px;height:25px}.backup-skeleton--date{width:110px;height:9px}.backup-skeleton--size{width:60px;height:9px}.backup-skeleton--status{border-radius:999px;width:70px;height:22px}.backup-skeleton--button{width:55px;height:28px}@keyframes backups-loading{0%{background-position:200% 0}to{background-position:-200% 0}}@media (width<=900px){.backups-table{overflow-x:auto}.backups-grid{min-width:760px}}@media (width<=600px){.backups-toolbar{flex-direction:column;align-items:stretch}.backups-toolbar .primary-button{width:100%}}.database-page{flex-direction:column;gap:16px;display:flex}.database-summary-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.database-summary-card,.database-skeleton-card{background:var(--surface);border:1px solid var(--border);border-radius:9px;align-items:center;gap:12px;min-height:84px;padding:16px;display:flex}.database-summary-icon{border:1px solid var(--border);background:var(--surface-secondary);width:36px;height:36px;color:var(--text-secondary);border-radius:8px;flex:none;place-items:center;display:grid}.database-summary-card>div:last-child{flex-direction:column;min-width:0;display:flex}.database-summary-card span{color:var(--text-muted);font-size:9px}.database-summary-card strong{text-overflow:ellipsis;white-space:nowrap;align-items:center;gap:6px;margin-top:5px;font-size:11px;font-weight:600;display:flex;overflow:hidden}.database-status-dot{border-radius:50%;width:6px;height:6px}.database-status-dot--online{background:#22c55e}.database-status-dot--offline{background:#ef4444}.database-status-dot--unknown{background:#71717a}.database-card{background:var(--surface);border:1px solid var(--border);border-radius:9px;overflow:hidden}.database-card-header{border-bottom:1px solid var(--border);padding:18px 20px}.database-card-header--action{border-bottom:0;justify-content:space-between;align-items:center;gap:20px;display:flex}.database-card-header h2{margin:0;font-size:13px;font-weight:650}.database-card-header p{color:var(--text-secondary);margin:5px 0 0;font-size:9px;line-height:1.5}.database-fields{padding:0 20px}.database-field-row{border-bottom:1px solid var(--border);grid-template-columns:170px minmax(0,1fr);align-items:center;gap:20px;min-height:58px;display:grid}.database-field-row:last-child{border-bottom:0}.database-field-row>span{color:var(--text-secondary);font-size:10px;font-weight:500}.database-field-value{justify-content:space-between;align-items:center;gap:12px;min-width:0;display:flex}.database-field-value code{color:var(--text-primary);text-overflow:ellipsis;white-space:nowrap;font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:10px;overflow:hidden}.database-copy-button{border:1px solid var(--border);min-height:28px;color:var(--text-secondary);cursor:pointer;background:0 0;border-radius:6px;flex:none;align-items:center;gap:5px;padding:0 8px;font-size:9px;font-weight:600;display:inline-flex}.database-copy-button:hover{background:var(--surface-secondary);color:var(--text-primary)}.database-secret-box{border:1px solid var(--border);background:var(--background);border-radius:8px;justify-content:space-between;align-items:center;gap:18px;margin:20px;padding:12px;display:flex}.database-secret-value{min-width:0;color:var(--text-muted);align-items:center;gap:9px;display:flex}.database-secret-value code{text-overflow:ellipsis;white-space:nowrap;font-size:10px;overflow:hidden}.database-secret-actions{flex:none;gap:7px;display:flex}.database-secret-actions button:disabled{cursor:not-allowed;opacity:.45}.database-security-note{border:1px solid var(--border);background:var(--surface-secondary);color:var(--text-secondary);border-radius:7px;align-items:flex-start;gap:9px;margin:0 20px 20px;padding:11px;display:flex}.database-security-note svg{flex:none}.database-security-note p{margin:0;font-size:9px;line-height:1.55}.database-dialog-overlay{z-index:120;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0000006b;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.database-dialog{background:var(--surface);border:1px solid var(--border);border-radius:11px;width:min(100%,480px);overflow:hidden;box-shadow:0 24px 70px #0003}.database-dialog-header{border-bottom:1px solid var(--border);justify-content:space-between;gap:18px;padding:20px;display:flex}.database-dialog-header>div>span{color:var(--text-muted);letter-spacing:.08em;text-transform:uppercase;font-size:8px;font-weight:700}.database-dialog-header h2{margin:6px 0 0;font-size:16px;font-weight:650}.database-dialog-body{padding:20px}.database-warning{background:#f59e0b0f;border:1px solid #f59e0b33;border-radius:8px;align-items:flex-start;gap:10px;padding:12px;display:flex}.database-warning svg{color:#f59e0b;flex:none}.database-warning strong{font-size:10px}.database-warning p{color:var(--text-secondary);margin:4px 0 0;font-size:9px;line-height:1.5}.database-rotate-error{color:#ef4444;background:#ef44440f;border:1px solid #ef444433;border-radius:7px;margin-top:12px;padding:10px;font-size:9px}.database-dialog-actions{justify-content:flex-end;gap:8px;margin-top:18px;display:flex}.danger-action-button{color:#fff;cursor:pointer;background:#dc2626;border:1px solid #dc2626;border-radius:7px;justify-content:center;align-items:center;gap:7px;min-height:36px;padding:0 13px;font-size:10px;font-weight:600;display:inline-flex}.danger-action-button:disabled{cursor:not-allowed;opacity:.55}.database-dialog-success{text-align:center;flex-direction:column;align-items:center;padding:32px;display:flex}.database-success-icon{color:#22c55e;background:#22c55e14;border:1px solid #22c55e33;border-radius:50%;place-items:center;width:46px;height:46px;margin-bottom:14px;display:grid}.database-dialog-success h2{margin:0;font-size:15px}.database-dialog-success p{color:var(--text-secondary);margin:7px 0 18px;font-size:9px}.database-error-state{text-align:center;background:var(--surface);border:1px solid var(--border);border-radius:9px;flex-direction:column;justify-content:center;align-items:center;min-height:300px;display:flex}.database-error-icon{color:#ef4444;background:#ef444412;border-radius:9px;place-items:center;width:42px;height:42px;margin-bottom:13px;display:grid}.database-error-state h2{margin:0;font-size:14px}.database-error-state p{max-width:360px;color:var(--text-secondary);margin:7px 0 16px;font-size:9px;line-height:1.6}.database-skeleton{background:linear-gradient(90deg, var(--surface-secondary) 25%, var(--surface-hover) 50%, var(--surface-secondary) 75%);background-size:200% 100%;border-radius:4px;animation:1.4s infinite database-loading}.database-skeleton--label{width:80px;height:8px}.database-skeleton--value{width:120px;height:13px;margin-top:8px}.database-skeleton--heading{width:160px;height:14px;margin:18px 20px}.database-skeleton-row{border-top:1px solid var(--border);justify-content:space-between;align-items:center;min-height:58px;margin:0 20px;display:flex}.database-skeleton--row-label{width:80px;height:9px}.database-skeleton--row-value{width:180px;height:10px}@keyframes database-loading{0%{background-position:200% 0}to{background-position:-200% 0}}@media (width<=800px){.database-summary-grid{grid-template-columns:1fr}.database-field-row{grid-template-columns:1fr;gap:6px;padding:12px 0}.database-card-header--action,.database-secret-box{flex-direction:column;align-items:stretch}.database-secret-actions{width:100%}.database-secret-actions button{flex:1}}.metrics-page{flex-direction:column;gap:16px;display:flex}.metrics-toolbar{background:var(--surface);border:1px solid var(--border);border-radius:9px;justify-content:space-between;align-items:center;gap:20px;padding:18px 20px;display:flex}.metrics-toolbar h2{margin:0;font-size:13px;font-weight:650}.metrics-toolbar p{color:var(--text-secondary);margin:5px 0 0;font-size:9px}.metrics-updated{color:var(--text-muted);align-items:center;gap:6px;font-size:9px;display:flex}.metrics-summary-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;display:grid}.metric-card,.metric-skeleton-card{background:var(--surface);border:1px solid var(--border);border-radius:9px;min-height:150px;padding:16px}.metric-card-top{align-items:center;gap:9px;margin-bottom:17px;display:flex}.metric-card-icon{border:1px solid var(--border);background:var(--surface-secondary);width:30px;height:30px;color:var(--text-secondary);border-radius:7px;place-items:center;display:grid}.metric-card-top>span{color:var(--text-secondary);font-size:9px;font-weight:600}.metric-card>strong{letter-spacing:-.03em;font-size:19px;font-weight:650;display:block}.metric-card>strong small{color:var(--text-muted);font-size:10px;font-weight:500}.metric-card>p{color:var(--text-muted);margin:7px 0 0;font-size:8px;line-height:1.4}.metric-progress{background:var(--surface-secondary);border-radius:999px;width:100%;height:5px;margin-top:13px;overflow:hidden}.metric-progress-value{border-radius:inherit;background:var(--text-primary);height:100%;transition:width .3s}.metrics-detail-card{background:var(--surface);border:1px solid var(--border);border-radius:9px;overflow:hidden}.metrics-detail-header{border-bottom:1px solid var(--border);padding:18px 20px}.metrics-detail-header h2{margin:0;font-size:13px;font-weight:650}.metrics-detail-header p{color:var(--text-secondary);margin:5px 0 0;font-size:9px}.metrics-detail-list{padding:0 20px}.metrics-detail-row{border-bottom:1px solid var(--border);grid-template-columns:200px minmax(0,1fr);align-items:center;gap:20px;min-height:54px;display:grid}.metrics-detail-row:last-child{border-bottom:0}.metrics-detail-row span{color:var(--text-secondary);font-size:9px}.metrics-detail-row strong{font-size:10px;font-weight:550}.metrics-error-state{text-align:center;background:var(--surface);border:1px solid var(--border);border-radius:9px;flex-direction:column;justify-content:center;align-items:center;min-height:300px;display:flex}.metrics-error-icon{color:#ef4444;background:#ef444412;border:1px solid #ef444433;border-radius:9px;place-items:center;width:42px;height:42px;margin-bottom:13px;display:grid}.metrics-error-state h2{margin:0;font-size:14px}.metrics-error-state p{color:var(--text-secondary);margin:7px 0 16px;font-size:9px}.metric-skeleton{background:linear-gradient(90deg, var(--surface-secondary) 25%, var(--surface-hover) 50%, var(--surface-secondary) 75%);background-size:200% 100%;border-radius:4px;animation:1.4s infinite metrics-loading}.metric-skeleton--label{width:75px;height:9px}.metric-skeleton--value{width:100px;height:19px;margin-top:19px}.metric-skeleton--bar{border-radius:999px;width:100%;height:5px;margin-top:18px}.metric-skeleton--heading{width:150px;height:14px;margin:18px 20px}.metric-skeleton-row{border-top:1px solid var(--border);justify-content:space-between;align-items:center;min-height:54px;margin:0 20px;display:flex}.metric-skeleton--row-label{width:110px;height:9px}.metric-skeleton--row-value{width:150px;height:10px}@keyframes metrics-loading{0%{background-position:200% 0}to{background-position:-200% 0}}@media (width<=1200px){.metrics-summary-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=800px){.metrics-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=560px){.metrics-toolbar{flex-direction:column;align-items:flex-start}.metrics-summary-grid{grid-template-columns:1fr}.metrics-detail-row{grid-template-columns:1fr;gap:5px;padding:12px 0}}.settings-page{flex-direction:column;gap:16px;display:flex}.settings-card,.settings-danger-card{background:var(--surface);border:1px solid var(--border);border-radius:9px;overflow:hidden}.settings-card-header,.settings-danger-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:20px;padding:18px 20px;display:flex}.settings-card-header h2,.settings-danger-header h2{margin:0;font-size:13px;font-weight:650}.settings-card-header p,.settings-danger-header p{max-width:580px;color:var(--text-secondary);margin:5px 0 0;font-size:9px;line-height:1.55}.settings-readonly-badge{border:1px solid var(--border);background:var(--surface-secondary);min-height:23px;color:var(--text-secondary);text-transform:uppercase;border-radius:999px;align-items:center;padding:0 8px;font-size:8px;font-weight:600;display:inline-flex}.settings-fields{padding:0 20px}.settings-field-row{border-bottom:1px solid var(--border);grid-template-columns:180px minmax(0,1fr);align-items:center;gap:20px;min-height:56px;display:grid}.settings-field-row:last-child{border-bottom:0}.settings-field-row>span{color:var(--text-secondary);font-size:9px;font-weight:500}.settings-field-row strong,.settings-field-row code{color:var(--text-primary);text-overflow:ellipsis;white-space:nowrap;font-size:10px;font-weight:550;overflow:hidden}.settings-field-row code{font-family:SFMono-Regular,Consolas,Liberation Mono,monospace}.settings-contract-note{border:1px solid var(--border);background:var(--surface-secondary);color:var(--text-muted);border-radius:7px;margin:0 20px 20px;padding:11px;font-size:8px;line-height:1.55}.settings-protected{color:#22c55e;align-items:center;gap:5px;font-size:9px;font-weight:600;display:inline-flex}.settings-credential-summary{align-items:center;gap:11px;margin:20px;display:flex}.settings-credential-icon{border:1px solid var(--border);background:var(--surface-secondary);width:36px;height:36px;color:var(--text-secondary);border-radius:8px;flex:none;place-items:center;display:grid}.settings-credential-summary>div:last-child{flex-direction:column;display:flex}.settings-credential-summary strong{font-size:10px;font-weight:600}.settings-credential-summary span{color:var(--text-secondary);margin-top:4px;font-size:8px}.settings-danger-card{border-color:#ef44444d}.settings-danger-header{border-bottom:0}.settings-danger-header>div>span{color:#ef4444;letter-spacing:.08em;text-transform:uppercase;margin-bottom:6px;font-size:8px;font-weight:700;display:block}.settings-danger-trigger,.settings-delete-button{color:#fff;cursor:pointer;background:#dc2626;border:1px solid #dc2626;border-radius:7px;flex:none;justify-content:center;align-items:center;gap:7px;min-height:36px;padding:0 12px;font-size:9px;font-weight:600;display:inline-flex}.settings-danger-trigger:hover,.settings-delete-button:hover:not(:disabled){background:#b91c1c;border-color:#b91c1c}.settings-delete-button:disabled{cursor:not-allowed;opacity:.45}.settings-dialog-overlay{z-index:130;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00000075;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.settings-delete-dialog{background:var(--surface);border:1px solid var(--border);border-radius:11px;width:min(100%,500px);overflow:hidden;box-shadow:0 24px 70px #00000038}.settings-dialog-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:flex-start;gap:20px;padding:20px;display:flex}.settings-dialog-header span{color:#ef4444;letter-spacing:.08em;text-transform:uppercase;font-size:8px;font-weight:700}.settings-dialog-header h2{margin:6px 0 0;font-size:16px;font-weight:650}.settings-dialog-close{width:32px;height:32px;color:var(--text-secondary);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:7px;place-items:center;padding:0;display:grid}.settings-dialog-close:hover:not(:disabled){background:var(--surface-secondary);border-color:var(--border)}.settings-dialog-close:disabled{cursor:not-allowed;opacity:.4}.settings-dialog-body{padding:20px}.settings-delete-warning{background:#ef44440f;border:1px solid #ef444438;border-radius:8px;align-items:flex-start;gap:10px;padding:12px;display:flex}.settings-delete-warning svg{color:#ef4444;flex:none}.settings-delete-warning strong{font-size:10px}.settings-delete-warning p{color:var(--text-secondary);margin:4px 0 0;font-size:9px;line-height:1.55}.settings-delete-project{border:1px solid var(--border);background:var(--surface-secondary);border-radius:7px;justify-content:space-between;align-items:center;margin-top:14px;padding:11px 12px;display:flex}.settings-delete-project span{color:var(--text-muted);font-size:9px}.settings-delete-project strong{font-size:10px;font-weight:600}.settings-confirm-field{flex-direction:column;margin-top:16px;display:flex}.settings-confirm-field label{color:var(--text-secondary);margin-bottom:8px;font-size:9px}.settings-confirm-field label strong{color:var(--text-primary)}.settings-confirm-field input{border:1px solid var(--border);background:var(--background);width:100%;height:38px;color:var(--text-primary);border-radius:7px;outline:none;padding:0 11px;font-size:10px}.settings-confirm-field input:focus{border-color:#ef4444;box-shadow:0 0 0 3px #ef444414}.settings-confirm-field input:disabled{cursor:not-allowed;opacity:.6}.settings-delete-error{color:#ef4444;background:#ef44440f;border:1px solid #ef444433;border-radius:7px;align-items:flex-start;gap:8px;margin-top:12px;padding:10px;display:flex}.settings-delete-error svg{flex:none}.settings-delete-error>div{flex-direction:column;display:flex}.settings-delete-error strong{font-size:9px}.settings-delete-error span{margin-top:3px;font-size:8px}.settings-dialog-actions{justify-content:flex-end;gap:8px;margin-top:18px;display:flex}@media (width<=600px){.settings-card-header,.settings-danger-header{flex-direction:column;align-items:flex-start}.settings-field-row{grid-template-columns:1fr;gap:5px;padding:12px 0}.settings-danger-trigger{width:100%}.settings-dialog-actions{flex-direction:column-reverse}.settings-dialog-actions button{width:100%}}.project-detail-page{width:min(100%,1400px);margin:0 auto}.project-detail-back{color:var(--text-secondary);align-items:center;gap:6px;margin-bottom:20px;font-size:11px;font-weight:500;display:inline-flex}.project-detail-back:hover{color:var(--text-primary)}.project-detail-header{justify-content:space-between;align-items:center;min-height:72px;margin-bottom:22px;display:flex}.project-detail-identity{align-items:center;gap:14px;min-width:0;display:flex}.project-detail-icon{border:1px solid var(--border);background:var(--surface);width:46px;height:46px;color:var(--text-secondary);border-radius:10px;flex:none;place-items:center;display:grid}.project-detail-title{min-width:0}.project-detail-title-row{flex-wrap:wrap;align-items:center;gap:8px;min-width:0;display:flex}.project-detail-title h1{letter-spacing:-.035em;margin:0;font-size:24px;font-weight:650}.project-detail-title>p{color:var(--text-muted);margin:6px 0 0;font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:10px}.project-detail-environment,.project-detail-status{border:1px solid var(--border);border-radius:999px;align-items:center;gap:6px;min-height:23px;padding:0 8px;font-size:9px;font-weight:600;display:inline-flex}.project-detail-environment--development{color:#2563eb;background:#3b82f612;border-color:#3b82f633}.project-detail-environment--staging{color:#d97706;background:#f59e0b12;border-color:#f59e0b33}.project-detail-environment--production{color:#16a34a;background:#22c55e12;border-color:#22c55e33}.project-detail-status{background:var(--surface-secondary);color:var(--text-secondary)}.project-detail-status-dot{background:var(--text-muted);border-radius:50%;width:6px;height:6px;display:inline-block}.project-detail-status--ready .project-detail-status-dot,.project-detail-status-dot--ready{background:#22c55e}.project-detail-status--provisioning .project-detail-status-dot,.project-detail-status-dot--provisioning{background:#f59e0b}.project-detail-status--error .project-detail-status-dot,.project-detail-status-dot--error{background:#ef4444}.project-detail-status--deleting .project-detail-status-dot,.project-detail-status-dot--deleting{background:#71717a}.project-detail-tabs{border-bottom:1px solid var(--border);align-items:center;gap:4px;margin-bottom:22px;padding-bottom:1px;display:flex;overflow-x:auto}.project-detail-tab{min-height:42px;color:var(--text-secondary);flex:none;align-items:center;gap:7px;padding:0 11px;font-size:11px;font-weight:500;display:inline-flex;position:relative}.project-detail-tab:after{content:"";background:0 0;height:1px;position:absolute;bottom:-1px;left:8px;right:8px}.project-detail-tab:hover,.project-detail-tab--active{color:var(--text-primary)}.project-detail-tab--active:after{background:var(--text-primary)}.project-overview{flex-direction:column;gap:18px;display:flex}.project-overview-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.project-stat-card{background:var(--surface);border:1px solid var(--border);border-radius:9px;flex-direction:column;justify-content:center;min-height:86px;padding:16px;display:flex}.project-stat-card>span{color:var(--text-muted);letter-spacing:.03em;text-transform:uppercase;font-size:9px;font-weight:600}.project-stat-card strong{text-overflow:ellipsis;white-space:nowrap;align-items:center;gap:7px;margin-top:7px;font-size:12px;font-weight:600;display:flex;overflow:hidden}.project-detail-content-card{background:var(--surface);border:1px solid var(--border);border-radius:9px;padding:22px}.project-detail-card-header{border-bottom:1px solid var(--border);justify-content:space-between;padding-bottom:18px;display:flex}.project-detail-card-header h2{margin:0;font-size:14px;font-weight:650}.project-detail-card-header p{color:var(--text-secondary);margin:5px 0 0;font-size:10px}.project-metadata-list{flex-direction:column;display:flex}.project-metadata-row{border-bottom:1px solid var(--border);grid-template-columns:180px minmax(0,1fr);align-items:center;gap:20px;min-height:54px;display:grid}.project-metadata-row:last-child{border-bottom:0}.project-metadata-row>span{color:var(--text-secondary);font-size:10px;font-weight:500}.project-metadata-row code,.project-metadata-row strong{color:var(--text-primary);text-overflow:ellipsis;white-space:nowrap;font-size:10px;font-weight:500;overflow:hidden}.project-metadata-row code{font-family:SFMono-Regular,Consolas,Liberation Mono,monospace}.project-tab-placeholder{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:300px;display:flex}.project-tab-placeholder-icon{border:1px solid var(--border);background:var(--surface-secondary);width:44px;height:44px;color:var(--text-secondary);border-radius:9px;place-items:center;margin-bottom:14px;display:grid}.project-tab-placeholder>span{color:var(--text-muted);letter-spacing:.08em;text-transform:uppercase;font-size:9px;font-weight:700}.project-tab-placeholder h2{margin:8px 0 0;font-size:15px;font-weight:650}.project-tab-placeholder p{max-width:470px;color:var(--text-secondary);margin:7px 0 0;font-size:10px;line-height:1.6}.project-detail-error{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:460px;display:flex}.project-detail-error-icon{color:#ef4444;background:#ef444412;border:1px solid #ef444433;border-radius:9px;place-items:center;width:44px;height:44px;margin-bottom:14px;display:grid}.project-detail-error h1{margin:0;font-size:17px;font-weight:650}.project-detail-error p{max-width:400px;color:var(--text-secondary);margin:7px 0 18px;font-size:10px;line-height:1.6}.project-detail-error-actions{gap:8px;display:flex}.project-detail-skeleton{background:linear-gradient(90deg, var(--surface-secondary) 25%, var(--surface-hover) 50%, var(--surface-secondary) 75%);background-size:200% 100%;border-radius:5px;animation:1.4s infinite project-detail-loading}.project-detail-skeleton--back{width:80px;height:12px}.project-detail-skeleton--icon{border-radius:10px;width:46px;height:46px}.project-detail-skeleton--title{width:190px;height:22px}.project-detail-skeleton--subtitle{width:110px;height:9px;margin-top:8px}.project-detail-tabs-skeleton{border-bottom:1px solid var(--border);gap:18px;margin-bottom:22px;padding-bottom:14px;display:flex}.project-detail-skeleton--tab{width:75px;height:13px}.project-detail-skeleton--content-title{width:160px;height:16px;margin-bottom:22px}.project-detail-skeleton--content-line{width:100%;height:12px;margin-bottom:12px}.project-detail-skeleton--content-line-short{width:65%;height:12px}@keyframes project-detail-loading{0%{background-position:200% 0}to{background-position:-200% 0}}@media (width<=1000px){.project-overview-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=600px){.project-detail-header{align-items:flex-start}.project-detail-icon{width:40px;height:40px}.project-detail-title h1{font-size:21px}.project-overview-grid{grid-template-columns:1fr}.project-metadata-row{grid-template-columns:1fr;gap:5px;padding:12px 0}.project-detail-content-card{padding:18px}.project-detail-error-actions{flex-direction:column;width:100%}.project-detail-error-actions a,.project-detail-error-actions button{width:100%}}.create-project-overlay{z-index:100;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0000006b;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.create-project-modal{background:var(--surface);border:1px solid var(--border);border-radius:12px;width:min(100%,620px);max-height:calc(100vh - 48px);overflow-y:auto;box-shadow:0 24px 70px #0003,0 2px 8px #00000014}.create-project-modal-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:flex-start;gap:20px;padding:24px 24px 20px;display:flex}.modal-eyebrow{color:var(--text-muted);letter-spacing:.09em;text-transform:uppercase;margin-bottom:7px;font-size:9px;font-weight:700;display:block}.create-project-modal-header h2,.create-project-success h2{letter-spacing:-.025em;margin:0;font-size:19px;font-weight:650}.create-project-modal-header p{color:var(--text-secondary);margin:6px 0 0;font-size:11px;line-height:1.5}.modal-close-button{width:32px;height:32px;color:var(--text-secondary);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:7px;flex:none;place-items:center;padding:0;display:grid}.modal-close-button:hover:not(:disabled){background:var(--surface-secondary);border-color:var(--border);color:var(--text-primary)}.modal-close-button:disabled{cursor:not-allowed;opacity:.45}.create-project-form{padding:22px 24px 24px}.form-field{flex-direction:column;display:flex}.form-field label,.environment-fieldset legend{color:var(--text-primary);margin-bottom:8px;font-size:11px;font-weight:600}.form-field input{border:1px solid var(--border);background:var(--background);width:100%;height:40px;color:var(--text-primary);border-radius:7px;outline:none;padding:0 12px;font-size:12px;transition:border-color .12s,box-shadow .12s}.form-field input::placeholder{color:var(--text-muted)}.form-field input:hover:not(:disabled){border-color:var(--border-strong)}.form-field input:focus{border-color:var(--text-secondary);box-shadow:0 0 0 3px #71717a1a}.form-field input:disabled{cursor:not-allowed;opacity:.6}.form-help{color:var(--text-muted);margin-top:7px;font-size:9px;line-height:1.5}.environment-fieldset{border:0;min-width:0;margin:22px 0 0;padding:0}.environment-options{flex-direction:column;gap:7px;display:flex}.environment-option{border:1px solid var(--border);background:var(--surface);cursor:pointer;border-radius:8px;grid-template-columns:9px minmax(0,1fr) 24px;align-items:center;gap:11px;min-height:58px;padding:10px 11px;transition:background .12s,border-color .12s;display:grid;position:relative}.environment-option:hover,.environment-option--selected{background:var(--surface-secondary);border-color:var(--border-strong)}.environment-option input{opacity:0;pointer-events:none;width:1px;height:1px;position:absolute}.environment-option-indicator{border-radius:50%;width:8px;height:8px}.environment-option-indicator--development{background:#3b82f6}.environment-option-indicator--staging{background:#f59e0b}.environment-option-indicator--production{background:#22c55e}.environment-option-copy{flex-direction:column;min-width:0;display:flex}.environment-option-copy strong{font-size:11px;font-weight:600}.environment-option-copy>span{color:var(--text-secondary);margin-top:3px;font-size:9px;line-height:1.4}.environment-option-check{width:22px;height:22px;color:var(--text-primary);border-radius:50%;place-items:center;display:grid}.create-project-error{color:#ef4444;background:#ef44440f;border:1px solid #ef44442e;border-radius:7px;align-items:flex-start;gap:9px;margin-top:18px;padding:11px 12px;display:flex}.create-project-error svg{flex:none;margin-top:1px}.create-project-error>div{flex-direction:column;display:flex}.create-project-error strong{font-size:10px;font-weight:650}.create-project-error span{margin-top:3px;font-size:9px;line-height:1.45}.create-project-info{border:1px solid var(--border);background:var(--surface-secondary);text-align:left;border-radius:7px;width:100%;margin-top:18px;padding:12px}.create-project-info strong{margin-bottom:4px;font-size:10px;font-weight:600;display:block}.create-project-info p{color:var(--text-secondary);margin:0;font-size:9px;line-height:1.5}.create-project-actions{justify-content:flex-end;gap:8px;margin-top:22px;display:flex}.create-project-actions button:disabled{cursor:not-allowed;opacity:.55}.create-submit-button{min-width:126px}.button-spinner{animation:.8s linear infinite create-project-spin}@keyframes create-project-spin{to{transform:rotate(360deg)}}.create-project-success{text-align:center;flex-direction:column;align-items:center;padding:36px 32px 32px;display:flex}.create-project-success-icon{color:#22c55e;background:#22c55e14;border:1px solid #22c55e33;border-radius:50%;place-items:center;width:48px;height:48px;margin-bottom:17px;display:grid}.create-project-success>p{max-width:430px;color:var(--text-secondary);margin:8px 0 0;font-size:10px;line-height:1.55}.created-project-summary{border:1px solid var(--border);border-radius:8px;grid-template-columns:repeat(3,1fr);width:100%;margin-top:24px;display:grid;overflow:hidden}.created-project-summary>div{border-right:1px solid var(--border);flex-direction:column;min-width:0;padding:12px;display:flex}.created-project-summary>div:last-child{border-right:0}.created-project-summary span{color:var(--text-muted);text-transform:uppercase;font-size:8px;font-weight:600}.created-project-summary strong{text-overflow:ellipsis;text-transform:capitalize;white-space:nowrap;margin-top:5px;font-size:10px;font-weight:600;overflow:hidden}.created-project-credentials{text-align:left;flex-direction:column;gap:8px;width:100%;margin-top:16px;display:flex}.credential-row{border:1px solid var(--border);background:var(--background);border-radius:8px;min-width:0;padding:12px}.credential-heading{justify-content:space-between;align-items:center;gap:12px;margin-bottom:8px;display:flex}.credential-heading>span{color:var(--text-muted);letter-spacing:.06em;text-transform:uppercase;font-size:8px;font-weight:700}.credential-row code{border:1px solid var(--border);background:var(--surface-secondary);min-width:0;color:var(--text-primary);text-align:left;white-space:nowrap;border-radius:6px;padding:9px 10px;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:10px;line-height:1.55;display:block;overflow-x:auto}.credential-database-url{overflow-wrap:anywhere;word-break:break-word;white-space:normal!important}.credential-copy-button{border:1px solid var(--border);background:var(--surface);min-height:28px;color:var(--text-secondary);cursor:pointer;border-radius:6px;justify-content:center;align-items:center;gap:5px;padding:0 9px;font-size:9px;font-weight:600;transition:background .12s,border-color .12s,color .12s;display:inline-flex}.credential-copy-button:hover{background:var(--surface-secondary);border-color:var(--border-strong);color:var(--text-primary)}.credential-copy-button:focus-visible{outline:2px solid var(--text-secondary);outline-offset:2px}.credential-warning{background:#f59e0b12;border-color:#f59e0b40}.success-done-button{width:100%;margin-top:20px}@media (width<=600px){.create-project-overlay{align-items:end;padding:0}.create-project-modal{border-bottom:0;border-left:0;border-right:0;border-radius:14px 14px 0 0;width:100%;max-height:calc(100vh - 24px)}.create-project-modal-header,.create-project-form{padding-left:18px;padding-right:18px}.create-project-success{padding:28px 18px 22px}.created-project-summary{grid-template-columns:1fr}.created-project-summary>div{border-right:0;border-bottom:1px solid var(--border)}.created-project-summary>div:last-child{border-bottom:0}.create-project-actions{flex-direction:column-reverse}.create-project-actions button{width:100%}.credential-heading{align-items:flex-start}.credential-row code{font-size:9px}}.projects-page-header{align-items:center}.primary-button,.secondary-button{cursor:pointer;border-radius:7px;justify-content:center;align-items:center;gap:7px;min-height:36px;padding:0 13px;font-size:12px;font-weight:600;transition:background .12s,border-color .12s,opacity .12s;display:inline-flex}.primary-button{border:1px solid var(--text-primary);background:var(--text-primary);color:var(--surface)}.primary-button:hover{opacity:.88}.secondary-button{border:1px solid var(--border);background:var(--surface);color:var(--text-primary)}.secondary-button:hover{background:var(--surface-secondary);border-color:var(--border-strong)}.projects-summary{background:var(--surface);border:1px solid var(--border);border-radius:10px;align-items:center;min-height:76px;margin-bottom:18px;padding:0 20px;display:flex}.projects-summary>div:not(.projects-summary-divider){flex-direction:column;min-width:120px;display:flex}.projects-summary-label{color:var(--text-secondary);margin-bottom:5px;font-size:10px;font-weight:600}.projects-summary strong{letter-spacing:-.02em;font-size:18px;font-weight:650}.projects-summary-divider{background:var(--border);width:1px;height:30px;margin:0 28px}.projects-table-shell{background:var(--surface);border:1px solid var(--border);border-radius:10px;overflow:hidden}.projects-grid{grid-template-columns:minmax(220px,1.6fr) minmax(115px,.75fr) minmax(120px,.75fr) minmax(110px,.7fr) minmax(105px,.7fr) minmax(110px,.7fr) 72px;align-items:center;column-gap:18px;display:grid}.projects-table-header{background:var(--surface-secondary);border-bottom:1px solid var(--border);min-height:42px;color:var(--text-muted);letter-spacing:.025em;text-transform:uppercase;padding:0 18px;font-size:10px;font-weight:700}.projects-row{border-bottom:1px solid var(--border);min-height:68px;padding:0 18px;transition:background .12s}.projects-row:last-child{border-bottom:0}.projects-row:hover{background:var(--surface-secondary)}.project-identity{align-items:center;gap:11px;min-width:0;display:flex}.project-icon{border:1px solid var(--border);background:var(--surface-secondary);width:34px;height:34px;color:var(--text-secondary);border-radius:7px;flex:none;place-items:center;display:grid}.project-identity>div:last-child{flex-direction:column;min-width:0;display:flex}.project-name{color:var(--text-primary);text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:600;overflow:hidden}.project-name:hover{text-decoration:underline}.project-slug{color:var(--text-muted);text-overflow:ellipsis;white-space:nowrap;margin-top:3px;font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:9px;overflow:hidden}.projects-cell-text{color:var(--text-secondary);font-size:11px}.environment-badge,.status-badge{border:1px solid var(--border);border-radius:999px;align-items:center;width:fit-content;min-height:24px;padding:0 8px;font-size:9px;font-weight:600;display:inline-flex}.environment-badge--production{color:#16a34a;background:#22c55e12;border-color:#22c55e33}.environment-badge--staging{color:#d97706;background:#f59e0b12;border-color:#f59e0b33}.environment-badge--development{color:#2563eb;background:#3b82f612;border-color:#3b82f633}.status-badge{background:var(--surface-secondary);color:var(--text-secondary);gap:6px}.status-badge-dot{background:var(--text-muted);border-radius:50%;width:6px;height:6px}.status-badge--ready .status-badge-dot{background:#22c55e}.status-badge--provisioning .status-badge-dot{background:#f59e0b}.status-badge--error .status-badge-dot{background:#ef4444}.status-badge--deleting .status-badge-dot{background:#71717a}.open-project-button{color:var(--text-secondary);justify-content:flex-end;align-items:center;gap:4px;font-size:10px;font-weight:600;display:inline-flex}.open-project-button:hover{color:var(--text-primary)}.projects-state{text-align:center;background:var(--surface);border:1px solid var(--border);border-radius:10px;flex-direction:column;justify-content:center;align-items:center;min-height:330px;padding:40px;display:flex}.projects-state-icon{border:1px solid var(--border);background:var(--surface-secondary);width:42px;height:42px;color:var(--text-secondary);border-radius:9px;place-items:center;margin-bottom:15px;display:grid}.projects-state-icon--error{color:#ef4444;background:#ef44440f;border-color:#ef44442e}.projects-state h2{margin:0;font-size:15px;font-weight:650}.projects-state p{max-width:360px;color:var(--text-secondary);margin:7px 0 18px;font-size:11px;line-height:1.55}.projects-skeleton-row{border-bottom:1px solid var(--border);min-height:68px;padding:0 18px}.projects-skeleton-row:last-child{border-bottom:0}.skeleton{background:linear-gradient(90deg, var(--surface-secondary) 25%, var(--surface-hover) 50%, var(--surface-secondary) 75%);background-size:200% 100%;border-radius:4px;height:12px;animation:1.4s infinite skeleton-loading}.skeleton-project{width:150px;height:30px}.skeleton-badge{border-radius:999px;width:75px;height:22px}.skeleton-text{width:72px}.skeleton-date{width:82px}.skeleton-action{width:42px}@keyframes skeleton-loading{0%{background-position:200% 0}to{background-position:-200% 0}}@media (width<=1150px){.projects-table-shell{overflow-x:auto}.projects-grid{min-width:980px}}@media (width<=700px){.projects-page-header{align-items:flex-start;gap:18px}.projects-summary{padding:0 16px;overflow-x:auto}.projects-summary>div:not(.projects-summary-divider){min-width:100px}.projects-summary-divider{margin:0 18px}}@media (width<=520px){.projects-page-header{flex-direction:column}.projects-page-header .primary-button{width:100%}}.system-settings-page{padding-bottom:40px}.system-settings-card{background:var(--surface);border:1px solid var(--border);border-radius:9px;margin-bottom:16px;overflow:hidden}.system-settings-card-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:20px;min-height:72px;padding:0 20px;display:flex}.system-settings-card-header h2{margin:0;font-size:13px;font-weight:650}.system-settings-card-header p{color:var(--text-secondary);margin:5px 0 0;font-size:9px;line-height:1.5}.runtime-mode-badge,.system-settings-local-badge,.system-settings-unavailable{border:1px solid var(--border);background:var(--surface-secondary);min-height:23px;color:var(--text-secondary);border-radius:999px;flex:none;align-items:center;gap:6px;padding:0 8px;font-size:8px;font-weight:600;display:inline-flex}.runtime-mode-badge>span{border-radius:50%;width:6px;height:6px}.runtime-mode-badge--mock>span{background:#f59e0b}.runtime-mode-badge--http>span{background:#22c55e}.system-settings-list{padding:0 20px}.system-settings-row{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:24px;min-height:64px;display:flex}.system-settings-row:last-child{border-bottom:0}.system-settings-row-label{align-items:center;gap:11px;min-width:0;display:flex}.system-settings-row-icon{border:1px solid var(--border);background:var(--surface-secondary);width:32px;height:32px;color:var(--text-secondary);border-radius:7px;flex:none;place-items:center;display:grid}.system-settings-row-label>div:last-child{flex-direction:column;min-width:0;display:flex}.system-settings-row-label strong{font-size:10px;font-weight:600}.system-settings-row-label span{color:var(--text-muted);margin-top:3px;font-size:8px}.system-settings-row>code{max-width:45%;color:var(--text-secondary);text-overflow:ellipsis;white-space:nowrap;font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:9px;overflow:hidden}.system-settings-notice{background:#f59e0b0f;border:1px solid #f59e0b33;border-radius:7px;align-items:flex-start;gap:10px;margin:0 20px 20px;padding:11px;display:flex}.system-settings-notice svg{color:#f59e0b;flex:none}.system-settings-notice strong{font-size:9px}.system-settings-notice p{color:var(--text-secondary);margin:4px 0 0;font-size:8px;line-height:1.55}.theme-options{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;padding:20px;display:grid}.theme-option{border:1px solid var(--border);background:var(--surface);min-height:76px;color:var(--text-primary);text-align:left;cursor:pointer;border-radius:8px;grid-template-columns:36px minmax(0,1fr) 24px;align-items:center;gap:11px;padding:12px;transition:background .12s,border-color .12s;display:grid}.theme-option:hover{background:var(--surface-secondary)}.theme-option--active{background:var(--surface-secondary);border-color:var(--border-strong)}.theme-option-icon{border:1px solid var(--border);background:var(--background);width:36px;height:36px;color:var(--text-secondary);border-radius:8px;place-items:center;display:grid}.theme-option-copy{flex-direction:column;min-width:0;display:flex}.theme-option-copy strong{font-size:10px;font-weight:600}.theme-option-copy span{color:var(--text-muted);margin-top:4px;font-size:8px}.theme-option-check{color:#22c55e;border-radius:50%;place-items:center;width:22px;height:22px;display:grid}.security-enabled{color:#22c55e;align-items:center;gap:5px;font-size:9px;font-weight:600;display:inline-flex}.security-settings-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;padding:20px;display:grid}.security-setting{border:1px solid var(--border);background:var(--background);border-radius:8px;min-height:150px;padding:16px;position:relative}.security-setting-icon{border:1px solid var(--border);background:var(--surface);width:34px;height:34px;color:var(--text-secondary);border-radius:7px;place-items:center;margin-bottom:15px;display:grid}.security-setting strong{padding-right:25px;font-size:10px;font-weight:600;display:block}.security-setting p{color:var(--text-secondary);margin:6px 0 0;font-size:8px;line-height:1.55}.security-check{color:#22c55e;background:#22c55e14;border:1px solid #22c55e33;border-radius:50%;place-items:center;width:21px;height:21px;display:grid;position:absolute;top:15px;right:15px}.system-settings-card--disabled{margin-bottom:0}.system-settings-unavailable{color:var(--text-muted)}.backend-settings-placeholder{color:var(--text-muted);align-items:center;gap:13px;padding:22px 20px;display:flex}.backend-settings-placeholder>svg{flex:none}.backend-settings-placeholder>div{flex-direction:column;display:flex}.backend-settings-placeholder strong{color:var(--text-secondary);font-size:10px;font-weight:600}.backend-settings-placeholder p{max-width:650px;color:var(--text-muted);margin:5px 0 0;font-size:8px;line-height:1.55}@media (width<=900px){.security-settings-grid{grid-template-columns:1fr}}@media (width<=650px){.theme-options{grid-template-columns:1fr}.system-settings-card-header{flex-direction:column;align-items:flex-start;min-height:auto;padding-top:16px;padding-bottom:16px}.system-settings-row{flex-direction:column;align-items:flex-start;padding:14px 0}.system-settings-row>code{width:100%;max-width:100%}}
