.login-container{position:relative;width:100%;min-height:100vh;display:flex;justify-content:center;align-items:center;overflow:hidden}.login-background{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#1e3a5f,#0f172a);z-index:1}.bg-grid{position:absolute;width:100%;height:100%;background-image:linear-gradient(0deg,transparent 24%,rgba(59,130,246,.05) 25%,rgba(59,130,246,.05) 26%,transparent 27%,transparent 74%,rgba(59,130,246,.05) 75%,rgba(59,130,246,.05) 76%,transparent 77%,transparent),linear-gradient(90deg,transparent 24%,rgba(59,130,246,.05) 25%,rgba(59,130,246,.05) 26%,transparent 27%,transparent 74%,rgba(59,130,246,.05) 75%,rgba(59,130,246,.05) 76%,transparent 77%,transparent);background-size:50px 50px;animation:slide 20s linear infinite}@keyframes slide{0%{transform:translate(0)}to{transform:translate(50px,50px)}}.login-box{position:relative;z-index:2;width:100%;max-width:400px;background-color:var(--dark-card);border:1px solid var(--dark-border);border-radius:.5rem;padding:3rem 2rem;box-shadow:0 20px 25px -5px #00000080}.login-header{text-align:center;margin-bottom:2.5rem}.logo{display:flex;flex-direction:column;align-items:center;gap:.5rem}.logo-text{font-size:1.875rem;font-weight:700;background:linear-gradient(135deg,#3b82f6,#10b981);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;letter-spacing:-.05em}.logo-subtitle{font-size:.875rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.1em}.login-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-size:.875rem;font-weight:500;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em}.form-group input{padding:.875rem 1rem;font-size:1rem}.form-group input::placeholder{color:var(--text-muted)}.error-message{background-color:#ef44441a;color:#fca5a5;padding:.875rem 1rem;border-radius:.375rem;border-left:3px solid #ef4444;font-size:.875rem}.login-button{padding:1rem;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;font-weight:600;border-radius:.375rem;text-transform:uppercase;letter-spacing:.05em;font-size:.875rem;transition:all .3s ease}.login-button:hover:not(:disabled){background:linear-gradient(135deg,#2563eb,#1d4ed8);box-shadow:0 10px 15px -3px #3b82f64d;transform:translateY(-2px)}.login-button:disabled{opacity:.5;cursor:not-allowed}.login-footer{display:flex;justify-content:center;margin-top:2rem;border-top:1px solid var(--dark-border);padding-top:1.5rem}.version-info{font-size:.75rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.1em}@media (max-width: 640px){.login-box{margin:2rem;max-width:100%;padding:2rem 1.5rem}.logo-text{font-size:1.5rem}}.database-overview-container{display:flex;flex-direction:column;gap:2rem}.database-overview-container.loading{display:flex;justify-content:center;align-items:center;min-height:400px}.database-overview-container.empty{display:flex;justify-content:center;align-items:center;min-height:400px;text-align:center;color:var(--text-muted)}.overview-header{background-color:var(--dark-card);border:1px solid var(--dark-border);border-radius:.5rem;padding:2rem;display:flex;justify-content:space-between;align-items:center;gap:2rem}.total-records{flex:1}.record-count{font-size:3.5rem;font-weight:700;color:var(--primary-color);line-height:1;margin-bottom:.5rem}.record-label{font-size:.875rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em}.overview-timestamp{font-size:.875rem;color:var(--text-secondary);white-space:nowrap}.overview-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1.5rem}.overview-card{background-color:var(--dark-card);border:1px solid var(--dark-border);border-radius:.5rem;padding:1.5rem;text-align:center;transition:all .3s ease;display:flex;flex-direction:column;align-items:center;gap:1rem}.overview-card:hover{border-color:var(--primary-color);background-color:#3b82f60d;transform:translateY(-4px);box-shadow:0 10px 15px -3px #0000004d}.card-icon{font-size:2rem}.card-label{font-size:.75rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;font-weight:500}.card-value{font-size:2rem;font-weight:700;color:var(--text-primary)}.entity-types-section{background-color:var(--dark-card);border:1px solid var(--dark-border);border-radius:.5rem;padding:2rem}.entity-types-section h2{font-size:1.25rem;margin-bottom:1.5rem}.entity-types-list{display:flex;flex-direction:column;gap:1.5rem}.entity-type-item{display:flex;align-items:center;gap:1rem}.type-name{flex-shrink:0;width:120px;font-weight:500;color:var(--text-secondary)}.type-bar{flex:1;height:24px;background-color:var(--dark-bg);border-radius:.25rem;overflow:hidden;border:1px solid var(--dark-border)}.type-fill{height:100%;background:linear-gradient(90deg,var(--primary-color),#10b981);transition:width .5s ease;display:flex;align-items:center;justify-content:flex-end;padding-right:.5rem}.type-count{flex-shrink:0;width:60px;text-align:right;font-weight:600;color:var(--text-primary)}@media (max-width: 768px){.overview-header{flex-direction:column;align-items:flex-start;gap:1rem}.overview-grid{grid-template-columns:repeat(2,1fr)}.record-count{font-size:2.5rem}.entity-type-item{flex-wrap:wrap}.type-bar{flex-basis:100%;order:3}.type-count{order:2}}.entities-workspace{display:flex;flex-direction:column;gap:1rem}.entities-toolbar,.entity-filters,.entity-list-panel,.entity-detail-panel,.entity-section{background:#fff;border:1px solid #e5e7eb;border-radius:14px}.entities-toolbar{display:flex;justify-content:space-between;align-items:center;padding:1.25rem}.entities-toolbar h2{margin:0;color:#111827}.entities-toolbar p{margin:.25rem 0 0;color:#6b7280}.entities-toolbar button{background:#2563eb;color:#fff;border-radius:8px;padding:.7rem 1rem}.entity-error{padding:.8rem 1rem;background:#fef2f2;color:#b91c1c;border-radius:8px}.entity-filters{display:grid;grid-template-columns:2fr 1fr 1fr auto;gap:1rem;padding:1rem;align-items:end}.entity-filters label{display:flex;flex-direction:column;gap:.35rem;color:#6b7280;font-size:.75rem;font-weight:700}.entity-filters input,.entity-filters select{background:#fff;color:#111827;border:1px solid #d1d5db;border-radius:8px;padding:.7rem}.entity-result-count{text-align:center;color:#6b7280}.entity-result-count strong{display:block;font-size:1.4rem;color:#111827}.entity-master-detail{display:grid;grid-template-columns:minmax(420px,.9fr) minmax(540px,1.4fr);gap:1rem}.entity-list-panel,.entity-detail-panel{overflow:hidden}.entity-list-head,.entity-list-row{display:grid;grid-template-columns:1.6fr .8fr .8fr .4fr;gap:.5rem;align-items:center}.entity-list-head{padding:.7rem 1rem;background:#f8fafc;color:#6b7280;font-size:.7rem;font-weight:800;text-transform:uppercase}.entity-list-body{max-height:700px;overflow:auto}.entity-list-row{width:100%;padding:.8rem 1rem;text-align:left;background:#fff;color:#374151;border-bottom:1px solid #eef2f7}.entity-list-row.selected{background:#eff6ff;border-left:4px solid #2563eb}.entity-identity{display:flex;flex-direction:column}.entity-identity b{color:#111827}.entity-identity small{color:#6b7280}.entity-status,.profile-badges span{display:inline-block;border-radius:999px;padding:.2rem .55rem;font-size:.7rem;font-weight:800}.good{background:#dcfce7;color:#166534}.warning{background:#fef3c7;color:#92400e}.neutral{background:#e5e7eb;color:#374151}.coverage-count{font-weight:800;color:#2563eb}.entity-detail-panel{padding:1.2rem}.entity-profile-header{display:grid;grid-template-columns:auto 1fr auto;gap:1rem;border-bottom:1px solid #e5e7eb;padding-bottom:1rem}.entity-monogram{width:54px;height:54px;border-radius:14px;background:linear-gradient(135deg,#2563eb,#7c3aed);display:grid;place-items:center;color:#fff;font-size:1.4rem;font-weight:800}.profile-id{color:#2563eb;font-size:.75rem;font-weight:800}.entity-profile-header h2{margin:.1rem 0;color:#111827}.entity-profile-header p{margin:.2rem 0;color:#6b7280}.profile-badges{display:flex;gap:.4rem}.profile-badges span{background:#eef2ff;color:#3730a3}.profile-count-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:.6rem;margin:1rem 0}.profile-count-grid div{padding:.65rem;text-align:center;background:#f8fafc;border-radius:9px}.profile-count-grid strong{display:block;color:#111827;font-size:1.2rem}.profile-count-grid span{font-size:.7rem;color:#6b7280}.entity-detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.entity-section{padding:1rem}.entity-section-title{display:flex;justify-content:space-between;align-items:center}.entity-section-title h3{margin:0;color:#111827}.entity-section-title span{background:#eff6ff;color:#2563eb;border-radius:999px;padding:.15rem .5rem}.entity-empty{padding:2rem;text-align:center;color:#6b7280}.attribute-list div{display:grid;grid-template-columns:.8fr 1.2fr;gap:.5rem;padding:.5rem 0;border-bottom:1px solid #eef2f7}.attribute-list dt{color:#6b7280}.attribute-list dd{margin:0;color:#111827}.attribute-list small,.relationship-list small{display:block;color:#9ca3af}.relationship-list div,.doctrine-list div{padding:.55rem 0;border-bottom:1px solid #eef2f7}.relationship-list strong,.relationship-list span{display:block}.scripture-list article,.lesson-list article{margin:.5rem 0;padding:.7rem;background:#f8fafc;border-radius:8px}.scripture-list strong,.lesson-list strong,.doctrine-list strong{color:#111827}.scripture-list span,.lesson-list span,.doctrine-list span{float:right;color:#2563eb;font-size:.72rem}.scripture-list p,.lesson-list p,.doctrine-list p{color:#4b5563;line-height:1.45}.timeline-list div{padding:0 0 .8rem 1rem;border-left:2px solid #dbeafe}.timeline-list strong,.timeline-list span{display:block}.timeline-list strong{color:#111827}.timeline-list span{color:#6b7280}@media (max-width:1100px){.entity-master-detail{grid-template-columns:1fr}.entity-list-body{max-height:340px}}@media (max-width:760px){.entity-filters,.entity-detail-grid{grid-template-columns:1fr}.profile-count-grid{grid-template-columns:repeat(3,1fr)}.entity-list-head,.entity-list-row{grid-template-columns:1.5fr .8fr .7fr}.coverage-count,.entity-list-head span:last-child{display:none}}.user-admin{display:grid;gap:18px}.admin-tabs{display:flex;gap:8px;flex-wrap:wrap}.admin-tabs button{padding:10px 14px;border:1px solid #d9e1ec;border-radius:8px;background:#fff;color:#42526a;font-weight:700}.admin-tabs button.active{background:#15233b;color:#fff;border-color:#15233b}.admin-tabs button:last-child{margin-left:auto}.admin-alert{padding:12px 16px;border-radius:8px;font-weight:700}.admin-alert.error{background:#fff0f0;color:#a92d2d;border:1px solid #f3baba}.admin-alert.success{background:#edf9f2;color:#217346;border:1px solid #b7e1c8}.admin-grid{display:grid;grid-template-columns:minmax(520px,1.4fr) minmax(340px,.9fr);gap:18px}.admin-card{background:#fff;border:1px solid #dfe6ef;border-radius:12px;padding:20px;box-shadow:0 8px 22px #192d4b0f}.create-card{grid-column:1/-1}.admin-card-head{display:flex;justify-content:space-between;align-items:flex-start;gap:14px;margin-bottom:16px}.admin-card h2{margin:0;color:#17263d;font-size:20px}.admin-card p{margin:4px 0 0;color:#728096;font-size:13px}.admin-card-head input{max-width:230px;background:#f7f9fc;color:#1b2a40}.users-table-head,.user-row{display:grid;grid-template-columns:minmax(220px,1fr) 100px 90px 90px;gap:12px;align-items:center}.users-table-head{padding:8px 12px;color:#7b8798;font-size:11px;font-weight:800;text-transform:uppercase;border-bottom:1px solid #e7ebf1}.users-table{max-height:540px;overflow:auto}.user-row{width:100%;padding:12px;border-bottom:1px solid #edf0f5;background:#fff;text-align:left;color:#33435a}.user-row:hover,.user-row.selected{background:#f2f6fc}.user-row span:first-child{display:flex;flex-direction:column}.user-row strong{color:#17263d}.user-row small{color:#7c8898;line-height:1.4}.role-chip,.status-chip{display:inline-flex;justify-content:center;align-items:center;width:max-content;padding:4px 9px;border-radius:999px;font-size:11px;font-weight:800;text-transform:capitalize;background:#eef3fb;color:#35547d}.status-chip.active{background:#e8f7ef;color:#267349}.status-chip.disabled,.status-chip.suspended{background:#fdeeee;color:#a84040}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.form-grid label{display:grid;gap:6px;color:#536178;font-size:12px;font-weight:800}.form-grid input,.form-grid select,.password-panel input{width:100%;padding:10px 12px;border:1px solid #d9e1ec;border-radius:8px;background:#f9fbfd;color:#17263d}.form-grid button{align-self:end}.primary-admin-button,.password-panel button,.session-list button{padding:10px 14px;border-radius:8px;background:#1d64d8;color:#fff;font-weight:800}.password-panel{margin-top:20px;padding-top:18px;border-top:1px solid #e7ebf1;display:grid;gap:10px}.password-panel h3{margin:0;color:#17263d}.admin-empty{min-height:280px;display:grid;place-content:center;text-align:center;color:#778497}.role-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:18px}.permissions-list{display:flex;gap:8px;flex-wrap:wrap;margin-top:16px}.permissions-list span{padding:5px 8px;border-radius:6px;background:#edf3fb;color:#3f5e86;font-size:11px}.session-list,.audit-list{display:grid}.session-list>div,.audit-list>div{display:grid;grid-template-columns:1fr auto auto;gap:16px;align-items:center;padding:12px 0;border-bottom:1px solid #edf0f5}.session-list span:first-child,.audit-list span:first-child{display:flex;flex-direction:column}.session-list small,.audit-list small{color:#7b8796}.audit-list time{color:#69778d;font-size:12px}.editor-card{align-self:start}@media (max-width:1050px){.admin-grid{grid-template-columns:1fr}.create-card{grid-column:auto}}@media (max-width:720px){.users-table-head{display:none}.user-row{grid-template-columns:1fr auto}.user-row>span:nth-child(4){display:none}.form-grid{grid-template-columns:1fr}.admin-tabs button:last-child{margin-left:0}.session-list>div,.audit-list>div{grid-template-columns:1fr}.admin-card{padding:14px}}.health-shell{min-height:100vh;width:100%;display:grid;grid-template-columns:224px minmax(0,1fr);background:#f3f6fa;color:#172033}.health-sidebar{position:sticky;top:0;height:100vh;display:flex;flex-direction:column;padding:18px 12px 14px;background:linear-gradient(180deg,#0f2037,#0a1728);color:#fff;overflow-y:auto}.brand-block{display:flex;align-items:center;gap:10px;padding:6px 8px 20px}.brand-mark{width:36px;height:36px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.28);border-radius:50%;font-weight:800;color:#d6e8ff;box-shadow:inset 0 0 0 3px #ffffff0d}.brand-block strong{display:block;font-size:18px;letter-spacing:.04em}.brand-block span{display:block;font-size:10px;color:#c6d2e2}.side-nav{display:flex;flex-direction:column;gap:3px}.side-nav-item{position:relative;width:100%;display:grid;grid-template-columns:24px 1fr auto;align-items:center;gap:8px;padding:10px 11px;border-radius:7px;background:transparent;color:#d9e2ef;text-align:left;font-size:12px}.side-nav-item:hover{background:#ffffff12;color:#fff}.side-nav-item.active{background:#ffffff1f;color:#fff;box-shadow:inset 2px 0 #71a7ff}.side-icon{text-align:center;color:#d7e5f8;font-size:15px}.nav-health-dot{width:8px;height:8px;border-radius:50%}.nav-health-dot.passed{background:#22c55e}.nav-health-dot.warning{background:#f59e0b}.nav-health-dot.failed{background:#ef4444}.database-info-card{margin-top:auto;padding:14px;border:1px solid rgba(255,255,255,.15);border-radius:9px;background:#ffffff09}.database-info-card h4{margin:0 0 12px;font-size:12px}.database-info-card dl{margin:0;display:grid;gap:9px}.database-info-card dl div{display:grid;gap:1px}.database-info-card dt{color:#8fa1b8;font-size:9px}.database-info-card dd{margin:0;color:#f3f6fb;font-size:11px}.sidebar-footer{display:flex;align-items:center;justify-content:space-between;padding:14px 4px 0;color:#9fb0c5;font-size:10px}.mini-status{padding:4px 8px;border-radius:10px;color:#fff}.mini-status.passed{background:#168c48}.mini-status.warning{background:#a66508}.mini-status.failed{background:#b62323}.health-main{min-width:0;padding:18px 20px 28px;overflow:hidden}.page-header{display:flex;justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:18px}.page-header h1{margin:0;font-size:25px;line-height:1.2;color:#172033}.page-header p{margin:5px 0 0;color:#6c7890;font-size:12px}.header-actions{display:flex;align-items:center;gap:12px}.last-updated{color:#59677d;font-size:10px;white-space:nowrap}.run-checks-button{display:inline-flex;align-items:center;gap:8px;padding:10px 14px;border-radius:6px;background:#10233c;color:#fff;font-size:11px;font-weight:700;box-shadow:0 4px 12px #0f233c2e}.run-checks-button:hover:not(:disabled){transform:translateY(-1px);background:#193453}.run-checks-button:disabled{opacity:.65;cursor:wait}.user-button{width:34px;height:34px;border-radius:50%;background:#dce7f4;color:#223753;font-weight:800}.error-banner{margin-bottom:14px;padding:11px 14px;border-radius:7px;background:#fff0f0;border:1px solid #ffc6c6;color:#a41d1d;font-size:12px}.metric-grid{display:grid;grid-template-columns:1.45fr repeat(4,minmax(120px,1fr));gap:12px;margin-bottom:14px}.metric-card{min-height:126px;position:relative;padding:17px;border:1px solid #dce3ec;border-radius:9px;background:#fff;box-shadow:0 4px 15px #1720330b}.metric-card .metric-kicker{display:block;color:#4f5d72;font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:.04em}.metric-card>strong{display:block;margin-top:15px;font-size:23px;color:#172033}.metric-card small{display:block;margin-top:6px;color:#778397;font-size:10px}.metric-symbol{float:left;margin-right:9px;font-size:19px;font-weight:800}.metric-symbol.blue{color:#2c7df0}.metric-symbol.green{color:#17a457}.metric-symbol.amber{color:#ef9c00}.metric-symbol.red{color:#e33c3c}.hero-health{display:grid;grid-template-columns:56px 1fr;align-items:center;gap:13px}.metric-icon.shield{width:50px;height:57px;display:grid;place-items:center;clip-path:polygon(50% 0,92% 14%,86% 73%,50% 100%,14% 73%,8% 14%);color:#fff;font-size:25px;background:#18a957}.hero-health.warning .metric-icon.shield{background:#e7a217}.hero-health.failed .metric-icon.shield{background:#df3d3d}.hero-health strong{display:block;margin:8px 0 2px;font-size:18px;color:#129149;text-transform:uppercase}.hero-health.warning strong{color:#b97704}.hero-health.failed strong{color:#bd2525}.hero-health em{position:absolute;right:18px;bottom:17px;font-style:normal;font-size:10px;font-weight:800}.progress-track,.mini-bar{height:7px;margin-top:12px;overflow:hidden;border-radius:10px;background:#edf1f5}.progress-track i,.mini-bar i{display:block;height:100%;border-radius:inherit;background:#18aa58}.dashboard-grid{display:grid;gap:14px}.top-grid{grid-template-columns:1.55fr 1.05fr 1.05fr;margin-bottom:14px}.lower-grid{grid-template-columns:.85fr 1fr 1.1fr 1.25fr}.panel{min-width:0;padding:16px;border:1px solid #dce3ec;border-radius:9px;background:#fff;box-shadow:0 4px 15px #1720330a}.panel-heading{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:13px}.panel-heading h2{margin:0;font-size:11px;color:#1b263a;text-transform:uppercase;letter-spacing:.025em}.panel-heading>span{color:#8190a4;font-size:9px}.summary-table-head,.health-row{display:grid;grid-template-columns:minmax(170px,1.5fr) 80px minmax(90px,1fr);gap:10px;align-items:center}.summary-table-head{padding:8px;border-bottom:1px solid #e8edf3;color:#708096;font-size:9px}.health-row{min-height:39px;padding:7px 8px;border-bottom:1px solid #edf1f5;font-size:10px}.check-name{display:flex;align-items:center;gap:8px;color:#29374c;font-weight:600}.check-dot{width:8px;height:8px;flex:0 0 auto;border-radius:50%}.check-dot.passed{background:#22b35e}.check-dot.warning{background:#f1a512}.check-dot.failed{background:#e14545}.status-pill{display:inline-flex;width:fit-content;align-items:center;justify-content:center;padding:4px 8px;border-radius:11px;font-size:9px;font-weight:700;text-transform:capitalize}.status-pill.passed{background:#e6f7ec;color:#168646}.status-pill.warning{background:#fff2d8;color:#a96800}.status-pill.failed{background:#ffe6e6;color:#b62929}.check-result{min-width:0;overflow:hidden;color:#69778b;text-overflow:ellipsis;white-space:nowrap}.empty-state{padding:30px;color:#8390a2;text-align:center;font-size:11px}.donut-layout{min-height:205px;display:grid;grid-template-columns:148px minmax(140px,1fr);align-items:center;gap:14px}.donut-chart{width:140px;height:140px;display:grid;place-items:center;border-radius:50%;background:conic-gradient(#7357e7 0 28%,#2383e2 28% 48%,#21b9b1 48% 68%,#edb421 68% 81%,#ef4e83 81% var(--score),#e9edf3 var(--score) 100%)}.donut-chart:before{content:"";grid-area:1/1;width:82px;height:82px;border-radius:50%;background:#fff}.donut-chart>div{z-index:1;grid-area:1/1;text-align:center}.donut-chart strong{display:block;font-size:19px}.donut-chart span{color:#748197;font-size:9px}.legend-list{display:grid;gap:10px}.legend-list div{display:grid;grid-template-columns:9px 1fr auto;align-items:center;gap:8px;font-size:10px}.legend-list i{width:7px;height:7px;border-radius:50%}.legend-list .violet{background:#7659e8}.legend-list .blue{background:#2383e2}.legend-list .teal{background:#22b8b0}.legend-list .gold{background:#e7b022}.legend-list .pink{background:#ef4d83}.critical-list{display:grid}.critical-item{display:grid;grid-template-columns:30px 1fr auto;align-items:center;gap:9px;min-height:46px;border-bottom:1px solid #edf1f5}.critical-icon{width:25px;height:25px;display:grid;place-items:center;border-radius:50%;font-size:11px;font-weight:800}.critical-icon.passed{background:#e4f8eb;color:#15924b}.critical-icon.warning{background:#fff3d9;color:#b77700}.critical-icon.failed{background:#ffe5e5;color:#c82c2c}.critical-item strong{display:block;font-size:10px}.critical-item small{display:block;margin-top:2px;max-width:145px;overflow:hidden;color:#7c899c;text-overflow:ellipsis;white-space:nowrap;font-size:9px}.compact-panel{min-height:230px}.stat-lines,.quality-lines{display:grid;gap:0}.stat-lines div,.quality-lines div{display:flex;justify-content:space-between;gap:12px;padding:10px 0;border-bottom:1px solid #edf1f5;font-size:10px}.stat-lines span,.quality-lines span{color:#6e7a8d}.good-text{color:#16954c}.bad-text{color:#c22f2f}.import-list{display:grid;gap:9px}.import-list>div{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:8px 0;border-bottom:1px solid #edf1f5;color:#354258;font-size:10px}.quality-layout{display:grid;grid-template-columns:105px 1fr;align-items:center;gap:15px}.quality-ring{width:100px;height:100px;display:grid;place-content:center;border:10px solid #1ead5b;border-radius:50%;text-align:center}.quality-ring.warning{border-color:#eca410}.quality-ring.failed{border-color:#df4141}.quality-ring strong{font-size:20px}.quality-ring span{color:#758296;font-size:9px}.recommendation-list{display:grid;gap:9px}.recommendation{display:grid;grid-template-columns:25px 1fr auto;align-items:center;gap:8px;padding:10px;border:1px solid #e5eaf0;border-radius:7px}.recommendation>span{width:22px;height:22px;display:grid;place-items:center;border-radius:50%;font-weight:800}.recommendation.warning{background:#fffaf0}.recommendation.danger{background:#fff3f3}.recommendation.success{background:#f2fbf5}.recommendation.warning>span{background:#ffedc6;color:#a76b00}.recommendation.danger>span{background:#ffdede;color:#b82323}.recommendation.success>span{background:#dff5e6;color:#168747}.recommendation strong{display:block;font-size:10px}.recommendation small{display:block;margin-top:2px;color:#7c899b;font-size:8.5px}.recommendation button{padding:6px 9px;border:1px solid #d9e0e9;border-radius:5px;background:#fff;color:#344258;font-size:9px}.automation-note{margin-top:14px;padding:11px 14px;border-radius:7px;background:#eaf3ff;color:#49637f;font-size:10px}.placeholder-view{min-height:420px;display:grid;place-content:center;text-align:center}.placeholder-icon{font-size:44px;color:#8ba2bd}.placeholder-view h2{margin:10px 0 5px}.placeholder-view p{max-width:470px;color:#758196;font-size:12px}.settings-view{min-height:300px}.settings-grid{display:grid;grid-template-columns:repeat(2,minmax(220px,1fr));gap:15px}.settings-grid>div{padding:16px;border:1px solid #e4e9ef;border-radius:7px}.settings-grid label{display:block;color:#778498;font-size:10px}.settings-grid strong{display:block;margin-top:8px;font-size:13px}.legacy-overview-wrap{color:#eef3f9}@media (max-width: 1180px){.metric-grid{grid-template-columns:repeat(3,1fr)}.hero-health{grid-column:span 2}.top-grid{grid-template-columns:1fr 1fr}.critical-panel{grid-column:span 2}.lower-grid{grid-template-columns:1fr 1fr}}@media (max-width: 800px){.health-shell{grid-template-columns:1fr}.health-sidebar{position:relative;height:auto}.side-nav{display:grid;grid-template-columns:repeat(2,1fr)}.database-info-card{margin-top:16px}.page-header{flex-direction:column}.header-actions{width:100%;flex-wrap:wrap}.metric-grid,.top-grid,.lower-grid{grid-template-columns:1fr}.hero-health,.critical-panel{grid-column:auto}.donut-layout{grid-template-columns:1fr;justify-items:center}.settings-grid{grid-template-columns:1fr}}@media (max-width: 520px){.health-main{padding:14px 10px 22px}.metric-grid{grid-template-columns:1fr 1fr}.hero-health{grid-column:span 2}.summary-table-head,.health-row{grid-template-columns:1fr 70px}.check-result{display:none}.last-updated{width:100%}}.app-container{width:100%;height:100%;display:flex;flex-direction:column;background-color:var(--dark-bg)}.app-container.loading{justify-content:center;align-items:center}.app-container.loading .loader{width:60px;height:60px;border-width:5px}*{margin:0;padding:0;box-sizing:border-box}:root{--primary-color: #3b82f6;--success-color: #10b981;--warning-color: #f59e0b;--danger-color: #ef4444;--dark-bg: #0f172a;--dark-card: #1e293b;--dark-border: #334155;--text-primary: #f1f5f9;--text-secondary: #cbd5e1;--text-muted: #94a3b8}html,body{width:100%;height:100%;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--dark-bg);color:var(--text-primary);line-height:1.5}#root{width:100%;height:100%;display:flex}button{border:none;cursor:pointer;font-size:1rem;transition:all .3s ease}input{border:none;padding:.75rem 1rem;border-radius:.375rem;background-color:var(--dark-card);color:var(--text-primary);border:1px solid var(--dark-border);font-size:1rem;transition:all .3s ease}input:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px #3b82f61a}input:disabled{opacity:.5;cursor:not-allowed}.loader{display:inline-block;width:40px;height:40px;border:4px solid var(--dark-border);border-radius:50%;border-top-color:var(--primary-color);animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion: reduce){*{animation:none!important;transition:none!important}}
