:root{--ak-background:#f5f7fb;--ak-surface:#fff;--ak-surface-secondary:#f8fafc;--ak-surface-hover:#f1f5f9;--ak-border:#e2e8f0;--ak-border-strong:#cbd5e1;--ak-text:#172033;--ak-text-secondary:#64748b;--ak-text-muted:#94a3b8;--ak-text-inverse:#fff;--ak-primary:#172033;--ak-primary-hover:#26334a;--ak-success:#15803d;--ak-success-background:#ecfdf3;--ak-success-border:#bbf7d0;--ak-warning:#b45309;--ak-warning-background:#fffbeb;--ak-warning-border:#fde68a;--ak-danger:#b91c1c;--ak-danger-background:#fef2f2;--ak-danger-border:#fecaca;--ak-info:#1d4ed8;--ak-info-background:#eff6ff;--ak-info-border:#bfdbfe;--ak-learning:#0369a1;--ak-learning-background:#f0f9ff;--ak-learning-border:#bae6fd;--ak-shadow-mode:#7e22ce;--ak-shadow-background:#faf5ff;--ak-shadow-border:#e9d5ff;--ak-radius-small:8px;--ak-radius-medium:12px;--ak-radius-large:18px;--ak-radius-pill:999px;--ak-space-1:.25rem;--ak-space-2:.5rem;--ak-space-3:.75rem;--ak-space-4:1rem;--ak-space-5:1.25rem;--ak-space-6:1.5rem;--ak-space-8:2rem;--ak-space-10:2.5rem;--ak-space-12:3rem;--ak-shadow-small:0 1px 2px #0f172a0d;--ak-shadow-medium:0 8px 24px #0f172a12;--ak-shadow-large:0 18px 45px #0f172a1a;--ak-font-small:.75rem;--ak-font-caption:.8125rem;--ak-font-body:.9375rem;--ak-font-card-title:1.0625rem;--ak-font-section-title:1.625rem;--ak-font-page-title:clamp(2rem, 5vw, 3.25rem);--ak-font-kpi:clamp(1.75rem, 4vw, 2.75rem)}*{box-sizing:border-box}body{background:var(--ak-background);color:var(--ak-text);margin:0}.ak-card{border:1px solid var(--ak-border);border-radius:var(--ak-radius-large);background:var(--ak-surface);box-shadow:var(--ak-shadow-small)}.ak-card-interactive{transition:transform .16s,box-shadow .16s,border-color .16s}.ak-card-interactive:hover{border-color:var(--ak-border-strong);box-shadow:var(--ak-shadow-medium);transform:translateY(-2px)}.ak-section-eyebrow{margin:0 0 var(--ak-space-2);color:var(--ak-text-secondary);font-size:var(--ak-font-small);letter-spacing:.1em;text-transform:uppercase;font-weight:800}.ak-section-title{color:var(--ak-text);font-size:var(--ak-font-section-title);margin:0;line-height:1.2}.ak-muted{color:var(--ak-text-secondary)}.ak-number{font-variant-numeric:tabular-nums}.ak-button{justify-content:center;align-items:center;gap:var(--ak-space-2);border-radius:var(--ak-radius-medium);min-height:42px;font:inherit;cursor:pointer;border:1px solid #0000;padding:.7rem 1rem;font-weight:750;transition:background .16s,border-color .16s,transform .16s;display:inline-flex}.ak-button:hover{transform:translateY(-1px)}.ak-button:disabled{cursor:not-allowed;opacity:.6;transform:none}.ak-button-primary{background:var(--ak-primary);color:var(--ak-text-inverse)}.ak-button-primary:hover{background:var(--ak-primary-hover)}.ak-button-secondary{border-color:var(--ak-border);background:var(--ak-surface);color:var(--ak-text)}.ak-button-secondary:hover{background:var(--ak-surface-hover)}.ak-app-shell{flex-direction:column;min-height:100vh;display:flex}.ak-app-content{flex:1}.ak-top-nav{z-index:50;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#ffffffeb;border-bottom:1px solid #e2e8f0d9;position:sticky;top:0}.ak-top-nav-inner{grid-template-columns:auto 1fr auto;align-items:center;gap:32px;width:min(1240px,100% - 40px);min-height:72px;margin:0 auto;display:grid}.ak-brand{color:var(--ak-text);align-items:center;gap:11px;text-decoration:none;display:inline-flex}.ak-brand-mark{color:#fff;background:linear-gradient(135deg,#172033,#31537d);border-radius:11px;justify-content:center;align-items:center;width:38px;height:38px;font-size:1rem;font-weight:900;display:inline-flex}.ak-brand-copy{flex-direction:column;gap:1px;display:flex}.ak-brand-copy strong{font-size:.95rem}.ak-brand-copy small{color:var(--ak-text-secondary);font-size:.7rem}.ak-navigation{justify-content:center;align-items:center;gap:6px;display:flex}.ak-nav-link{color:var(--ak-text-secondary);border-radius:9px;padding:9px 12px;font-size:.88rem;font-weight:750;text-decoration:none;transition:background .15s,color .15s}.ak-nav-link:hover{background:var(--ak-surface-hover);color:var(--ak-text)}.ak-nav-link-active{color:var(--ak-text);background:#eaf0f8}.ak-top-nav-status{justify-content:flex-end;display:flex}.ak-page-container{width:min(1180px,100% - 40px);margin:0 auto;padding:40px 0 72px}.ak-page-header{justify-content:space-between;align-items:flex-start;gap:32px;margin-bottom:32px;display:flex}.ak-page-header-copy{max-width:760px}.ak-page-header h1{font-size:var(--ak-font-page-title);letter-spacing:-.045em;margin:0;line-height:1.05}.ak-page-description{max-width:680px;color:var(--ak-text-secondary);margin:14px 0 0;font-size:1rem;line-height:1.65}.ak-page-header-actions{flex-wrap:wrap;justify-content:flex-end;gap:10px;display:flex}.ak-footer{border-top:1px solid var(--ak-border);background:var(--ak-surface)}.ak-footer-inner{justify-content:space-between;align-items:center;gap:24px;width:min(1240px,100% - 40px);min-height:84px;margin:0 auto;display:flex}.ak-footer-inner>div{flex-direction:column;gap:3px;display:flex}.ak-footer-inner strong{font-size:.87rem}.ak-footer-inner span,.ak-footer-inner small{color:var(--ak-text-secondary);font-size:.75rem}@media (max-width:820px){.ak-top-nav-inner{grid-template-columns:1fr auto;gap:14px;padding:12px 0}.ak-navigation{grid-area:2/1/auto/-1;justify-content:flex-start;padding-bottom:2px;overflow-x:auto}.ak-page-header{flex-direction:column}.ak-page-header-actions{justify-content:flex-start}}@media (max-width:620px){.ak-top-nav-inner,.ak-page-container,.ak-footer-inner{width:min(100% - 24px,1180px)}.ak-brand-copy small,.ak-top-nav-status{display:none}.ak-page-container{padding-top:24px}.ak-footer-inner{flex-direction:column;justify-content:center;align-items:flex-start}}.ak-progress{gap:var(--ak-space-2);display:grid}.ak-progress-header{justify-content:space-between;align-items:center;gap:var(--ak-space-4);color:var(--ak-text-secondary);font-size:var(--ak-font-caption);display:flex}.ak-progress-header strong{color:var(--ak-text)}.ak-progress-track{border-radius:var(--ak-radius-pill);background:var(--ak-border);height:9px;overflow:hidden}.ak-progress-fill{border-radius:inherit;background:linear-gradient(90deg, var(--ak-info), var(--ak-learning));height:100%;transition:width .24s}.ak-pill{border:1px solid var(--ak-border);border-radius:var(--ak-radius-pill);background:var(--ak-surface-secondary);width:fit-content;color:var(--ak-text-secondary);font-size:var(--ak-font-small);white-space:nowrap;justify-content:center;align-items:center;padding:6px 10px;font-weight:800;display:inline-flex}.ak-pill-success{border-color:var(--ak-success-border);background:var(--ak-success-background);color:var(--ak-success)}.ak-pill-warning{border-color:var(--ak-warning-border);background:var(--ak-warning-background);color:var(--ak-warning)}.ak-pill-danger{border-color:var(--ak-danger-border);background:var(--ak-danger-background);color:var(--ak-danger)}.ak-pill-info{border-color:var(--ak-info-border);background:var(--ak-info-background);color:var(--ak-info)}.ak-pill-shadow{border-color:var(--ak-shadow-border);background:var(--ak-shadow-background);color:var(--ak-shadow-mode)}.ak-pill-neutral{border-color:var(--ak-border);background:var(--ak-surface-secondary);color:var(--ak-text-secondary)}.ak-metric{gap:var(--ak-space-2);flex-direction:column;display:flex}.ak-metric>span{color:var(--ak-text-secondary);font-size:var(--ak-font-small);letter-spacing:.04em;text-transform:uppercase;font-weight:750}.ak-metric>strong{color:var(--ak-text);font-size:1.25rem;line-height:1.1}.ak-metric>small{color:var(--ak-text-secondary);line-height:1.45}
.executive-page{min-height:100vh}.executive-hero{justify-content:space-between;align-items:flex-start;gap:var(--ak-space-8);padding:var(--ak-space-8);border:1px solid var(--ak-border);border-radius:var(--ak-radius-large);background:linear-gradient(135deg, var(--ak-surface), var(--ak-info-background));box-shadow:var(--ak-shadow-small);display:flex}.executive-hero>div:first-child{max-width:760px}.executive-eyebrow{color:var(--ak-info);font-size:var(--ak-font-small);letter-spacing:.1em;text-transform:uppercase;margin:0;font-weight:850}.executive-hero h1{margin:var(--ak-space-3) 0 0;letter-spacing:-.045em;font-size:clamp(2rem,4vw,3.2rem);line-height:1.05}.executive-date{margin:var(--ak-space-3) 0 0;color:var(--ak-text-secondary)}.executive-summary{margin-top:var(--ak-space-6);padding-top:var(--ak-space-5);border-top:1px solid var(--ak-border)}.executive-summary>span{color:var(--ak-text-secondary);font-size:var(--ak-font-small);text-transform:uppercase;font-weight:800}.executive-summary h2{margin:var(--ak-space-2) 0 0;font-size:clamp(1.4rem,3vw,2rem);line-height:1.2}.executive-summary p{margin:var(--ak-space-3) 0 0;color:var(--ak-text-secondary);line-height:1.6}.executive-hero-actions{align-items:flex-end;gap:var(--ak-space-3);flex-direction:column;display:flex}.executive-section{margin-top:var(--ak-space-10)}.executive-kpi-grid{gap:var(--ak-space-4);grid-template-columns:repeat(4,minmax(0,1fr));display:grid}.executive-two-column{gap:var(--ak-space-5);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.executive-decision-card,.executive-learning-card,.executive-system-card{padding:var(--ak-space-6)}.executive-decision-main{justify-content:space-between;align-items:flex-start;gap:var(--ak-space-6);display:flex}.executive-decision-labels{align-items:center;gap:var(--ak-space-3);display:flex}.executive-priority,.executive-category{font-size:var(--ak-font-small);text-transform:uppercase;font-weight:800}.executive-impact{text-align:right;min-width:150px}.executive-impact span,.executive-decision-metrics span,.executive-learning-metrics span,.executive-system-metrics span{color:var(--ak-text-secondary);font-size:var(--ak-font-small);text-transform:uppercase;font-weight:800}.executive-impact strong{margin-top:var(--ak-space-2);font-size:1.7rem;display:block}.executive-decision-metrics,.executive-learning-metrics,.executive-system-metrics{gap:var(--ak-space-4);margin-top:var(--ak-space-6);padding-top:var(--ak-space-5);border-top:1px solid var(--ak-border);grid-template-columns:repeat(4,minmax(0,1fr));display:grid}.executive-decision-metrics>div,.executive-learning-metrics>div,.executive-system-metrics>div{gap:var(--ak-space-2);flex-direction:column;display:flex}.executive-decision-footer{justify-content:space-between;align-items:center;gap:var(--ak-space-5);margin-top:var(--ak-space-6);padding-top:var(--ak-space-5);border-top:1px solid var(--ak-border);display:flex}.executive-decision-footer p{color:var(--ak-text-secondary);margin:0;line-height:1.6}.executive-learning-top,.executive-system-summary{justify-content:space-between;align-items:flex-start;gap:var(--ak-space-4);display:flex}.executive-route-list{gap:var(--ak-space-3);margin-top:var(--ak-space-5);display:grid}.executive-route-list>div{justify-content:space-between;align-items:center;gap:var(--ak-space-4);padding-top:var(--ak-space-3);border-top:1px solid var(--ak-border);display:flex}.executive-links-grid{gap:var(--ak-space-4);grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.executive-link-card{min-height:190px;padding:var(--ak-space-5);border:1px solid var(--ak-border);border-radius:var(--ak-radius-large);background:var(--ak-surface);color:var(--ak-text);box-shadow:var(--ak-shadow-small);flex-direction:column;text-decoration:none;display:flex}.executive-link-card>span{color:var(--ak-info);font-size:var(--ak-font-small);text-transform:uppercase;font-weight:800}.executive-link-card>strong{margin-top:var(--ak-space-4);font-size:1.2rem}.executive-link-card>p{margin:var(--ak-space-3) 0 0;color:var(--ak-text-secondary);line-height:1.55}.executive-state{max-width:680px;padding:var(--ak-space-8);text-align:center;margin:80px auto}@media (max-width:900px){.executive-kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.executive-two-column,.executive-links-grid{grid-template-columns:1fr}.executive-decision-metrics,.executive-learning-metrics,.executive-system-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:650px){.executive-hero,.executive-decision-main,.executive-decision-footer,.executive-learning-top,.executive-system-summary{flex-direction:column}.executive-hero-actions{align-items:flex-start}.executive-kpi-grid,.executive-decision-metrics,.executive-learning-metrics,.executive-system-metrics{grid-template-columns:1fr}.executive-impact{text-align:left}}.executive-insights-card{margin-top:var(--ak-space-8)}.executive-insights-header{justify-content:space-between;align-items:flex-start;gap:var(--ak-space-5);margin-bottom:var(--ak-space-5);display:flex}.executive-insights-description{margin:var(--ak-space-2) 0 0;color:var(--ak-text-secondary);line-height:1.5}.executive-insights-list{gap:var(--ak-space-3);display:grid}.executive-insight{padding:var(--ak-space-4);border:1px solid var(--ak-border);border-radius:var(--ak-radius-medium);border-left-width:4px}.executive-insight-positive{border-left-color:var(--ak-success)}.executive-insight-warning{border-left-color:var(--ak-warning)}.executive-insight-info{border-left-color:var(--ak-info)}.executive-insight-content{min-width:0}.executive-insight-heading{justify-content:space-between;align-items:center;gap:var(--ak-space-3);display:flex}.executive-insight-heading strong{font-weight:700}.executive-insight-content p{margin:var(--ak-space-2) 0 0;color:var(--ak-text-secondary);line-height:1.5}.executive-insight-badge{border:1px solid var(--ak-border);letter-spacing:.04em;text-transform:uppercase;border-radius:999px;flex-shrink:0;padding:4px 9px;font-size:.72rem;font-weight:700}.executive-insight-positive .executive-insight-badge{color:var(--ak-success)}.executive-insight-warning .executive-insight-badge{color:var(--ak-warning)}.executive-insight-info .executive-insight-badge{color:var(--ak-info)}.executive-insights-state{padding:var(--ak-space-5);border:1px solid var(--ak-border);border-radius:var(--ak-radius-medium);color:var(--ak-text-secondary)}.executive-insights-error strong{margin-bottom:var(--ak-space-2);color:var(--ak-text);display:block}.executive-insights-error p{margin:0}@media (max-width:700px){.executive-insights-header{flex-direction:column}.executive-insight-heading{align-items:flex-start}}.executive-brief{margin-bottom:var(--ak-space-5);padding:var(--ak-space-5);border:1px solid var(--ak-border);border-radius:var(--ak-radius-medium);background:var(--ak-surface-secondary);border-left-width:4px}.executive-brief-attention{border-left-color:var(--ak-warning)}.executive-brief-positive{border-left-color:var(--ak-success)}.executive-brief-stable{border-left-color:var(--ak-info)}.executive-brief-heading{justify-content:space-between;align-items:center;gap:var(--ak-space-3);display:flex}.executive-brief-heading>span:first-child{font-weight:800}.executive-brief-status{border:1px solid var(--ak-border);letter-spacing:.04em;text-transform:uppercase;border-radius:999px;padding:4px 9px;font-size:.72rem;font-weight:700}.executive-brief p{margin:var(--ak-space-3) 0 0;color:var(--ak-text-secondary);line-height:1.65}
.operations-page{min-height:100vh}.operations-header{color:var(--ak-text-inverse);background:linear-gradient(135deg,#111827,#1e3a5f);border-radius:22px;justify-content:space-between;align-items:flex-start;gap:32px;padding:30px;display:flex;box-shadow:0 18px 45px #0f172a2e}.operations-header h1{letter-spacing:-.04em;margin:5px 0 16px;font-size:clamp(2rem,4vw,3.1rem);line-height:1.05}.operations-eyebrow,.section-eyebrow{letter-spacing:.15em;text-transform:uppercase;margin:0;font-size:.76rem;font-weight:800}.operations-eyebrow{color:#9fb9db}.section-eyebrow{color:var(--ak-text-secondary)}.system-status{border-radius:var(--ak-radius-pill);background:#ffffff14;border:1px solid #ffffff26;align-items:center;gap:9px;padding:8px 13px;font-size:.88rem;font-weight:750;display:inline-flex}.status-dot{border-radius:50%;width:9px;height:9px}.system-status.healthy .status-dot{background:#4ade80;box-shadow:0 0 0 5px #4ade8024}.system-status.attention .status-dot{background:#fbbf24;box-shadow:0 0 0 5px #fbbf2424}.header-details{grid-template-columns:1fr 1fr;gap:18px;min-width:330px;display:grid}.header-details>div{flex-direction:column;gap:6px;display:flex}.header-details span,.sync-metrics span,.kpi-card span{color:#718096;letter-spacing:.04em;text-transform:uppercase;font-size:.78rem;font-weight:700}.header-details span{color:#9fb0c8}.header-details strong{font-size:.94rem}.refresh-button{background:var(--ak-surface);color:var(--ak-text);cursor:pointer;border:0;border-radius:10px;grid-column:1/-1;padding:11px 17px;font-weight:800;transition:transform .16s,opacity .16s,box-shadow .16s}.refresh-button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 8px 18px #0f172a29}.refresh-button:disabled{cursor:not-allowed;opacity:.65}.status-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;margin-top:22px;display:grid}.status-card,.kpi-card,.sync-card,.failure-card,.recovery-card{border:1px solid var(--ak-border);box-shadow:var(--ak-shadow-medium);background:#fffffff0}.status-card{border-radius:var(--ak-radius-large);border-left-width:5px;padding:21px}.status-card-heading,.sync-card-heading{justify-content:space-between;align-items:center;gap:14px;display:flex}.status-card h3,.sync-card h3{margin:0}.status-card p{color:var(--ak-text-secondary);margin:11px 0 0;line-height:1.5}.status-healthy,.status-fresh{border-left-color:var(--ak-success)}.status-attention,.status-stale{border-left-color:var(--ak-warning)}.status-failed{border-left-color:var(--ak-danger)}.status-running{border-left-color:var(--ak-info)}.status-unknown{border-left-color:var(--ak-text-muted)}.status-pill{border-radius:var(--ak-radius-pill);background:var(--ak-success-background);color:var(--ak-success);letter-spacing:.05em;text-transform:uppercase;justify-content:center;align-items:center;padding:6px 10px;font-size:.72rem;font-weight:850;display:inline-flex}.status-stale .status-pill,.status-attention .status-pill{background:var(--ak-warning-background);color:var(--ak-warning)}.status-failed .status-pill{background:var(--ak-danger-background);color:var(--ak-danger)}.status-running .status-pill{background:var(--ak-info-background);color:var(--ak-info)}.status-unknown .status-pill{color:#475569;background:#e2e8f0}.section-block{margin-top:42px}.section-heading{justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:16px;display:flex}.section-heading h2{font-size:var(--ak-font-section-title);letter-spacing:-.025em;margin:4px 0 0}.section-summary{color:var(--ak-text);font-size:1rem;font-weight:800}.section-description{max-width:430px;color:var(--ak-text-secondary);text-align:right;margin:0;font-size:.86rem;line-height:1.45}.kpi-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:17px;display:grid}.kpi-card{border-radius:var(--ak-radius-large);flex-direction:column;justify-content:space-between;min-height:135px;padding:22px;display:flex}.kpi-card strong{letter-spacing:-.035em;font-variant-numeric:tabular-nums;margin-top:16px;font-size:clamp(1.65rem,3vw,2.2rem);line-height:1}.kpi-card small{color:var(--ak-text-secondary);margin-top:11px}.sync-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.sync-card{border-top:4px solid var(--ak-success);border-radius:var(--ak-radius-large);padding:22px}.sync-card.status-failed{border-top-color:var(--ak-danger)}.sync-card.status-running{border-top-color:var(--ak-info)}.sync-card.status-unknown,.sync-card.status-stale,.sync-card.status-attention{border-top-color:var(--ak-warning)}.sync-metrics{grid-template-columns:repeat(2,minmax(0,1fr));gap:19px 14px;margin-top:25px;display:grid}.sync-metrics>div{flex-direction:column;gap:5px;display:flex}.sync-metrics strong{font-size:.94rem}.sync-message{border-top:1px solid var(--ak-border);color:#526071;min-height:42px;margin:23px 0 0;padding-top:17px;font-size:.89rem;line-height:1.5}.issue-count{border:1px solid var(--ak-success-border);border-radius:var(--ak-radius-pill);background:var(--ak-success-background);min-width:36px;height:36px;color:var(--ak-success);justify-content:center;align-items:center;font-weight:850;display:inline-flex}.issues-list{gap:14px;display:grid}.failure-card{border-radius:var(--ak-radius-large);padding:23px}.failure-card strong{color:var(--ak-danger);font-size:1.05rem;display:block}.failure-card p{color:var(--ak-text-secondary);margin:8px 0 0;line-height:1.5}.failure-card small{color:#718096;margin-top:13px;display:block}.success-card{border-color:var(--ak-success-border);background:linear-gradient(135deg, var(--ak-success-background), var(--ak-surface))}.success-card strong{color:var(--ak-success)}.issue-card-header{justify-content:space-between;align-items:center;gap:16px;display:flex}.health-badge{white-space:nowrap;border-radius:var(--ak-radius-pill);letter-spacing:.035em;text-transform:uppercase;border:1px solid #0000;justify-content:center;align-items:center;gap:7px;padding:6px 10px;font-size:.72rem;font-weight:850;display:inline-flex}.health-badge-dot{background:currentColor;border-radius:50%;width:7px;height:7px}.health-badge-healthy{border-color:var(--ak-success-border);background:var(--ak-success-background);color:var(--ak-success)}.health-badge-attention{border-color:var(--ak-warning-border);background:var(--ak-warning-background);color:var(--ak-warning)}.health-badge-failed{border-color:var(--ak-danger-border);background:var(--ak-danger-background);color:var(--ak-danger)}.health-badge-unknown{border-color:var(--ak-border);background:var(--ak-surface-secondary);color:var(--ak-text-secondary)}.health-table-wrapper{border:1px solid var(--ak-border);border-radius:var(--ak-radius-large);background:var(--ak-surface);box-shadow:var(--ak-shadow-small);overflow-x:auto}.health-table{border-collapse:collapse;width:100%;min-width:1050px;font-size:.87rem}.health-table th,.health-table td{border-bottom:1px solid var(--ak-border);vertical-align:middle;padding:14px 15px}.health-table th{z-index:1;background:var(--ak-surface-secondary);color:var(--ak-text-secondary);letter-spacing:.06em;text-align:left;text-transform:uppercase;font-size:.71rem;font-weight:850;position:sticky;top:0}.health-table tbody tr{transition:background .14s}.health-table tbody tr:nth-child(2n){background:#f8fafca6}.health-table tbody tr:hover{background:var(--ak-surface-hover)}.health-table tbody tr:last-child td{border-bottom:0}.health-date-cell{flex-direction:column;align-items:flex-start;gap:6px;min-width:145px;display:flex}.health-date-cell strong{font-size:.9rem}.health-number-cell{text-align:right;font-variant-numeric:tabular-nums;white-space:nowrap}.recovered-label{border:1px solid var(--ak-info-border);border-radius:var(--ak-radius-pill);background:var(--ak-info-background);color:var(--ak-info);letter-spacing:.04em;text-transform:uppercase;align-items:center;padding:4px 8px;font-size:.65rem;font-weight:850;display:inline-flex}.recovery-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.recovery-card{border-radius:var(--ak-radius-large);padding:21px}.recovery-card>div{justify-content:space-between;align-items:center;gap:16px;display:flex}.recovery-card span{border:1px solid var(--ak-info-border);border-radius:var(--ak-radius-pill);background:var(--ak-info-background);color:var(--ak-info);letter-spacing:.04em;text-transform:uppercase;padding:5px 9px;font-size:.68rem;font-weight:850;display:inline-flex}.recovery-card strong{font-size:.94rem}.recovery-card p{color:var(--ak-text-secondary);margin:14px 0 0;line-height:1.5}.recovery-card small{color:var(--ak-text-muted);margin-top:13px;display:block}.page-state{border:1px solid var(--ak-border);border-radius:var(--ak-radius-large);background:var(--ak-surface);max-width:620px;box-shadow:var(--ak-shadow-medium);text-align:center;margin:100px auto;padding:36px}.error-state p{color:var(--ak-danger)}@media (max-width:1050px){.status-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:900px){.operations-header{flex-direction:column}.header-details{width:100%;min-width:0}.kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.sync-grid,.recovery-grid{grid-template-columns:1fr}}@media (max-width:620px){.operations-header{border-radius:17px;padding:23px}.header-details,.status-grid,.kpi-grid{grid-template-columns:1fr}.sync-metrics{grid-template-columns:1fr 1fr}.section-heading{flex-direction:column;align-items:flex-start;gap:10px}.section-description{text-align:left}}.responsibilities-grid{align-items:start;gap:var(--ak-space-4);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.responsibility-card{padding:var(--ak-space-5);align-self:start}.responsibility-card-header{justify-content:space-between;align-items:flex-start;gap:var(--ak-space-4);display:flex}.responsibility-card-header>div{min-width:0}.responsibility-card-header>div>span,.responsibility-card>span,.responsibility-meta span,.responsibility-completion>span,.responsibility-instructions>span{color:var(--ak-text-secondary);font-size:var(--ak-font-small);letter-spacing:.04em;text-transform:uppercase;font-weight:750}.responsibility-card-header h3,.responsibility-card>h3{margin:var(--ak-space-2) 0 0;color:var(--ak-text);font-size:var(--ak-font-card-title);line-height:1.3}.responsibility-card-header>strong{color:var(--ak-text-secondary);font-size:var(--ak-font-caption);flex-shrink:0}.responsibility-card>p{margin:var(--ak-space-3) 0 0;color:var(--ak-text-secondary);line-height:1.55}.responsibility-meta{gap:var(--ak-space-4) var(--ak-space-5);margin-top:var(--ak-space-4);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.responsibility-meta>div{gap:var(--ak-space-2);flex-direction:column;min-width:0;display:flex}.responsibility-meta strong{color:var(--ak-text);font-size:var(--ak-font-body);line-height:1.4}.responsibility-completion{gap:var(--ak-space-2);margin-top:var(--ak-space-4);display:grid}.responsibility-completion strong,.responsibility-completion p{margin:0}.responsibility-completion select,.responsibility-completion input{width:100%}.responsibility-instructions{margin-top:var(--ak-space-4);padding:var(--ak-space-4);border-radius:var(--ak-radius-medium);background:var(--ak-surface-secondary)}.responsibility-instructions ol{margin:var(--ak-space-3) 0 0;padding-left:1.25rem}.responsibility-instructions li{margin-top:var(--ak-space-2);line-height:1.5}.responsibility-actions{gap:var(--ak-space-2);margin-top:var(--ak-space-4);flex-wrap:wrap;display:flex}.responsibility-form{gap:var(--ak-space-4);display:grid}.responsibility-form-grid{gap:var(--ak-space-4);grid-template-columns:repeat(auto-fit,minmax(180px,1fr));display:grid}.responsibility-interval-field{align-items:center;gap:var(--ak-space-2);display:flex}.responsibility-interval-input{width:90px}@media (max-width:820px){.responsibilities-grid{grid-template-columns:1fr}}@media (max-width:620px){.responsibility-meta{grid-template-columns:1fr}.responsibility-card-header{gap:var(--ak-space-3)}}
.reports-page{min-height:100vh}.reports-overview{justify-content:space-between;align-items:flex-start;gap:var(--ak-space-8);padding:var(--ak-space-8);border:1px solid var(--ak-border);border-radius:var(--ak-radius-large);background:linear-gradient(135deg, var(--ak-surface), var(--ak-info-background));box-shadow:var(--ak-shadow-small);display:flex}.reports-overview>div{max-width:720px}.reports-overview span{color:var(--ak-info);font-size:var(--ak-font-small);letter-spacing:.08em;text-transform:uppercase;font-weight:850}.reports-overview h2{margin:var(--ak-space-3) 0 0;letter-spacing:-.035em;font-size:clamp(1.6rem,3vw,2.3rem);line-height:1.15}.reports-overview p{margin:var(--ak-space-4) 0 0;color:var(--ak-text-secondary);line-height:1.65}.reports-section{margin-top:var(--ak-space-12)}.reports-section-heading{justify-content:space-between;align-items:flex-end;gap:var(--ak-space-8);margin-bottom:var(--ak-space-5);display:flex}.reports-section-heading>p{max-width:460px;color:var(--ak-text-secondary);text-align:right;margin:0;line-height:1.55}.reports-grid{gap:var(--ak-space-5);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.report-card{min-height:270px;padding:var(--ak-space-6);flex-direction:column;display:flex}.report-card-header{justify-content:flex-end;display:flex}.report-card-header span{border:1px solid var(--ak-info-border);border-radius:var(--ak-radius-pill);background:var(--ak-info-background);color:var(--ak-info);font-size:var(--ak-font-small);padding:5px 9px;font-weight:800;display:inline-flex}.report-card h3{margin:var(--ak-space-5) 0 0;letter-spacing:-.025em;font-size:1.35rem}.report-card p{margin:var(--ak-space-3) 0 0;color:var(--ak-text-secondary);line-height:1.6}.report-card-link{padding-top:var(--ak-space-6);color:var(--ak-text-muted);font-size:var(--ak-font-caption);cursor:default;margin-top:auto;font-weight:750;text-decoration:none}.reports-data-grid{gap:var(--ak-space-4);grid-template-columns:repeat(4,minmax(0,1fr));display:grid}.reports-data-card{padding:var(--ak-space-5)}.reports-data-card>span{color:var(--ak-text-secondary);font-size:var(--ak-font-small);letter-spacing:.05em;text-transform:uppercase;font-weight:800}.reports-data-card>strong{margin-top:var(--ak-space-3);font-size:1.2rem;display:block}.reports-data-card>p{margin:var(--ak-space-3) 0 0;color:var(--ak-text-secondary);font-size:var(--ak-font-caption);line-height:1.55}@media (max-width:900px){.reports-data-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:700px){.reports-overview,.reports-section-heading{flex-direction:column;align-items:flex-start}.reports-section-heading>p{text-align:left}.reports-grid,.reports-data-grid{grid-template-columns:1fr}}.reports-summary-group{gap:var(--ak-space-4);display:grid}.reports-summary-heading{justify-content:space-between;align-items:center;display:flex}.reports-summary-heading>div{gap:var(--ak-space-2);flex-direction:column;display:flex}.reports-summary-heading span,.reports-summary-card>span{color:var(--ak-text-secondary);font-size:var(--ak-font-small);letter-spacing:.05em;text-transform:uppercase;font-weight:800}.reports-summary-heading strong{font-size:1rem}.reports-summary-columns{gap:var(--ak-space-4);margin-top:var(--ak-space-5);grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.reports-summary-card{padding:var(--ak-space-5)}.reports-summary-card>strong{margin-top:var(--ak-space-3);letter-spacing:-.03em;font-size:1.55rem;display:block}.reports-summary-card>p{margin:var(--ak-space-3) 0 0;color:var(--ak-text-secondary);line-height:1.55}@media (max-width:850px){.reports-summary-columns{grid-template-columns:1fr}}
.daily-report-page{min-height:100vh}.daily-report-actions{align-items:center;gap:var(--ak-space-3);display:flex}.daily-report-actions input{min-height:42px;padding:0 var(--ak-space-3);border:1px solid var(--ak-border);border-radius:var(--ak-radius-medium);background:var(--ak-surface);color:var(--ak-text)}.daily-report-state{padding:var(--ak-space-6)}.daily-report-state p{color:var(--ak-text-secondary)}.daily-report-summary{justify-content:space-between;align-items:flex-start;gap:var(--ak-space-6);padding:var(--ak-space-7);border:1px solid var(--ak-border);border-radius:var(--ak-radius-large);background:linear-gradient(135deg, var(--ak-surface), var(--ak-info-background));display:flex}.daily-report-summary h2{margin:var(--ak-space-2) 0 0;font-size:clamp(1.6rem,3vw,2.3rem)}.daily-report-summary p:last-child{margin:var(--ak-space-3) 0 0;color:var(--ak-text-secondary)}.daily-report-section{margin-top:var(--ak-space-10)}.daily-report-kpis{gap:var(--ak-space-4);grid-template-columns:repeat(4,minmax(0,1fr));display:grid}.daily-report-secondary-kpis{gap:var(--ak-space-4);margin-top:var(--ak-space-4);grid-template-columns:repeat(5,minmax(0,1fr));display:grid}.daily-report-secondary-kpis>*{padding:var(--ak-space-4)}.daily-report-secondary-kpis span,.daily-report-action-metrics span,.daily-report-reconciliation span{color:var(--ak-text-secondary);font-size:var(--ak-font-small);text-transform:uppercase;font-weight:800}.daily-report-secondary-kpis strong{margin-top:var(--ak-space-2);display:block}.daily-report-table-card{padding:0;overflow:hidden}.daily-report-table-wrap{overflow-x:auto}.daily-report-table{border-collapse:collapse;width:100%}.daily-report-table th,.daily-report-table td{padding:var(--ak-space-4);border-bottom:1px solid var(--ak-border);text-align:right;white-space:nowrap}.daily-report-table th:first-child,.daily-report-table td:first-child{text-align:left}.daily-report-table th{color:var(--ak-text-secondary);background:var(--ak-surface-secondary);font-size:var(--ak-font-small);text-transform:uppercase}.daily-report-actions-grid{gap:var(--ak-space-4);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.daily-report-action-card{padding:var(--ak-space-5)}.daily-report-action-header{justify-content:space-between;align-items:center;gap:var(--ak-space-4);display:flex}.daily-report-action-header>span{color:var(--ak-text-secondary);font-size:var(--ak-font-small);text-transform:uppercase;font-weight:800}.daily-report-action-card h3{margin:var(--ak-space-4) 0 0}.daily-report-action-metrics{gap:var(--ak-space-4);margin-top:var(--ak-space-5);grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.daily-report-action-metrics>div,.daily-report-reconciliation>div{gap:var(--ak-space-2);flex-direction:column;display:flex}.daily-report-reconciliation{gap:var(--ak-space-5);padding:var(--ak-space-5);grid-template-columns:repeat(3,minmax(0,1fr));display:grid}@media (max-width:900px){.daily-report-kpis,.daily-report-secondary-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}.daily-report-actions-grid{grid-template-columns:1fr}}@media (max-width:650px){.daily-report-actions,.daily-report-summary{flex-direction:column;align-items:stretch}.daily-report-actions input{width:100%}.daily-report-kpis,.daily-report-secondary-kpis,.daily-report-action-metrics,.daily-report-reconciliation{grid-template-columns:1fr}}.daily-report-date-picker{flex-direction:column;gap:6px;display:flex}.daily-report-date-warning{color:var(--ak-danger);font-size:var(--ak-font-small);font-weight:700}
.weekly-report-section{margin-top:var(--ak-space-10)}.weekly-day-chart{gap:var(--ak-space-4);padding:var(--ak-space-6);display:grid}.weekly-day-row{align-items:center;gap:var(--ak-space-4);grid-template-columns:minmax(110px,.8fr) minmax(180px,2fr) minmax(100px,auto);display:grid}.weekly-day-label{flex-direction:column;gap:4px;display:flex}.weekly-day-label strong{font-size:.95rem}.weekly-day-label span{color:var(--ak-text-secondary);font-size:var(--ak-font-small)}.weekly-day-track{border-radius:var(--ak-radius-pill);background:var(--ak-border);height:12px;overflow:hidden}.weekly-day-fill{border-radius:inherit;background:linear-gradient(90deg, var(--ak-info), var(--ak-learning));height:100%;transition:width .24s}.weekly-day-value{text-align:right;white-space:nowrap}@media (max-width:700px){.weekly-day-row{gap:var(--ak-space-2);grid-template-columns:1fr}.weekly-day-value{text-align:left}}.weekly-report-page{min-height:100vh}.weekly-report-highlights{margin-top:var(--ak-space-8)}.weekly-report-table-card{padding:0;overflow:hidden}.weekly-report-table-wrap{overflow-x:auto}.weekly-report-table{border-collapse:collapse;width:100%}.weekly-report-table th,.weekly-report-table td{padding:var(--ak-space-4);border-bottom:1px solid var(--ak-border);text-align:right;white-space:nowrap}.weekly-report-table th:first-child,.weekly-report-table td:first-child,.weekly-report-table th:nth-child(2),.weekly-report-table td:nth-child(2){text-align:left}.weekly-report-table th{color:var(--ak-text-secondary);background:var(--ak-surface-secondary);font-size:var(--ak-font-small);letter-spacing:.04em;text-transform:uppercase;font-weight:800}.weekly-report-table tbody tr:last-child td{border-bottom:0}.weekly-insights-grid{gap:var(--ak-space-4);grid-template-columns:repeat(4,minmax(0,1fr));display:grid}.weekly-insight-card{padding:var(--ak-space-5)}.weekly-insight-card>span{color:var(--ak-text-secondary);font-size:var(--ak-font-small);letter-spacing:.04em;text-transform:uppercase;font-weight:800}.weekly-insight-card>strong{margin-top:var(--ak-space-3);letter-spacing:-.025em;font-size:1.35rem;display:block}.weekly-insight-card>p{margin:var(--ak-space-2) 0 0;color:var(--ak-text-secondary)}@media (max-width:900px){.weekly-insights-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:600px){.weekly-insights-grid{grid-template-columns:1fr}}.weekly-coaching-grid{gap:var(--ak-space-4);grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.weekly-coaching-card{padding:var(--ak-space-5)}.weekly-coaching-card>span{color:var(--ak-text-secondary);font-size:var(--ak-font-small);letter-spacing:.04em;text-transform:uppercase;font-weight:800}.weekly-coaching-card>strong{margin-top:var(--ak-space-3);letter-spacing:-.03em;font-size:1.8rem;display:block}.weekly-coaching-card>p{margin:var(--ak-space-2) 0 0;color:var(--ak-text-secondary);line-height:1.5}@media (max-width:900px){.weekly-coaching-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:600px){.weekly-coaching-grid{grid-template-columns:1fr}}
.trends-page{min-height:100vh}.trends-actions{align-items:center;gap:var(--ak-space-3);display:flex}.trends-actions select{min-height:42px;padding:0 var(--ak-space-3);border:1px solid var(--ak-border);border-radius:var(--ak-radius-medium);background:var(--ak-surface);color:var(--ak-text)}.trends-state{padding:var(--ak-space-6)}.trends-section{margin-top:var(--ak-space-10)}.trends-chart-card{gap:var(--ak-space-3);padding:var(--ak-space-6);display:grid}.trends-row{align-items:center;gap:var(--ak-space-4);grid-template-columns:minmax(90px,.7fr) minmax(180px,2fr) minmax(100px,auto);display:grid}.trends-row-label{flex-direction:column;gap:4px;display:flex}.trends-row-label span{color:var(--ak-text-secondary);font-size:var(--ak-font-small)}.trends-track{border-radius:var(--ak-radius-pill);background:var(--ak-border);height:10px;overflow:hidden}.trends-fill{border-radius:inherit;background:linear-gradient(90deg, var(--ak-info), var(--ak-learning));height:100%}.trends-value{text-align:right;white-space:nowrap}@media (max-width:700px){.trends-actions{flex-direction:column;align-items:stretch}.trends-row{gap:var(--ak-space-2);grid-template-columns:1fr}.trends-value{text-align:left}}
