:root{--navy:#0b1f3a;--blue:#2563eb;--green:#15803d;--bg:#f5f7fb;--muted:#64748b;--border:#e2e8f0}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:#0f172a;font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif}.app-shell{display:flex;min-height:100vh}.sidebar{width:235px;background:#081426;color:#fff;padding:24px 16px;position:fixed;inset:0 auto 0 0;overflow-y:auto}.brand{font-weight:800;font-size:22px;letter-spacing:.04em;padding:6px 12px 24px}.brand small{display:block;color:#8aa0bd;font-size:10px;letter-spacing:.12em;margin-top:4px}.sidebar nav a{display:block;color:#d7e2f0;text-decoration:none;padding:10px 12px;border-radius:9px;margin:3px 0;font-size:14px}.sidebar nav a:hover{background:#132849;color:#fff}.nav-title{font-size:10px;color:#66809f;letter-spacing:.14em;margin:18px 12px 6px}.content{margin-left:235px;width:calc(100% - 235px);padding:24px 30px 50px}.topbar{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:22px}.topbar h1{font-size:26px;margin:0;font-weight:800}.topbar p{margin:4px 0;color:var(--muted);font-size:13px}.stamp{font-size:11px;color:var(--muted);background:#fff;border:1px solid var(--border);padding:9px 12px;border-radius:10px}.cardx{background:#fff;border:1px solid var(--border);border-radius:14px;padding:18px;box-shadow:0 3px 14px rgba(15,23,42,.04)}.kpi-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:12px}.kpi-grid.five{grid-template-columns:repeat(5,minmax(0,1fr))}.kpi-grid.four{grid-template-columns:repeat(4,minmax(0,1fr))}.kpi .label{font-size:12px;color:var(--muted);font-weight:700}.kpi .value{font-size:27px;font-weight:800;margin-top:8px}.kpi .sub{font-size:11px;color:var(--muted);margin-top:6px}.green{color:var(--green)}.blue{color:var(--blue)}.warning{color:#b45309}.danger{color:#dc2626}.section-title{font-size:16px;font-weight:800;margin-bottom:12px}.grid-2{display:grid;grid-template-columns:2fr 1fr;gap:16px}.grid-2.equal{grid-template-columns:1fr 1fr}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.mt16{margin-top:16px}.metric-table{width:100%;font-size:13px;border-collapse:collapse}.metric-table th,.metric-table td{padding:10px 8px;border-bottom:1px solid #edf1f5}.metric-table th{color:#64748b;font-weight:700}.metric-table thead th{background:#f8fafc}.metric-table tfoot th{border-top:2px solid #cbd5e1;color:#0f172a}.hover-table tbody tr:hover{background:#f8fbff}.click-row{cursor:pointer}.badge-achieved{background:#dcfce7;color:#166534}.badge-warning{background:#fef3c7;color:#92400e}.badge-pending{background:#e2e8f0;color:#475569}.status-badge{padding:4px 8px;border-radius:20px;font-size:11px;font-weight:700}.form-section{background:#fff;border:1px solid var(--border);border-radius:14px;padding:20px;margin-bottom:16px}.form-section h3{font-size:16px;font-weight:800;margin-bottom:15px}.form-label{font-size:12px;font-weight:700;color:#475569}.input-group-text{font-size:12px}.chart-box{height:310px}.summary-note{background:#eff6ff;border:1px solid #bfdbfe;color:#1e3a8a;border-radius:12px;padding:14px;font-size:13px}.method-note{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:16px;font-size:13px;color:#334155;line-height:1.55}.card-link{text-decoration:none;color:inherit}.clickable{height:100%;transition:.16s ease;cursor:pointer}.clickable:hover{transform:translateY(-2px);border-color:#93c5fd;box-shadow:0 8px 20px rgba(37,99,235,.10)}.small-link{font-size:12px;font-weight:700;text-decoration:none;color:#2563eb}.subnav{display:flex;gap:9px;align-items:center;font-size:12px;color:#64748b;margin:-4px 0 16px}.subnav a{color:#2563eb;text-decoration:none}.change-line{display:flex;justify-content:space-between;gap:18px;align-items:center;border-bottom:1px solid #edf1f5;padding:11px 0}.change-line:last-child{border-bottom:0}.change-line a{text-decoration:none;color:#0f172a}.change-line small{display:block;color:#64748b;font-size:10px;margin-top:3px}.table-hint{font-size:11px;color:#64748b;margin-top:10px}.calc-stack{display:flex;flex-direction:column}.calc-stack>div{display:flex;justify-content:space-between;align-items:center;padding:13px 12px;border-bottom:1px solid #edf1f5}.calc-stack span{font-size:13px;color:#64748b}.calc-stack b{font-size:18px}.calc-result{background:#ecfdf5}.warning-box{background:#fff7ed}.print-only{display:none}@media(max-width:1250px){.kpi-grid,.kpi-grid.five{grid-template-columns:repeat(3,1fr)}}@media(max-width:1100px){.kpi-grid,.kpi-grid.four{grid-template-columns:repeat(2,1fr)}.grid-2,.grid-2.equal,.grid-3{grid-template-columns:1fr}.sidebar{width:200px}.content{margin-left:200px;width:calc(100% - 200px)}}@media(max-width:760px){.sidebar{position:static;width:100%;height:auto}.app-shell{display:block}.content{margin-left:0;width:100%;padding:18px}.kpi-grid,.kpi-grid.five,.kpi-grid.four{grid-template-columns:1fr}.topbar{display:block}.stamp{margin-top:12px;display:inline-block}}@media print{.sidebar,.topbar .stamp,.btn,.no-print{display:none!important}.content{margin:0;width:100%;padding:0}.cardx{box-shadow:none}.print-only{display:block}}


/* Authentication & User Management */
.login-page{min-height:100vh;background:linear-gradient(135deg,#061426 0%,#102b50 55%,#1d4e89 100%);display:flex;align-items:center;justify-content:center}
.login-wrap{width:100%;padding:30px}
.login-card{width:100%;max-width:430px;margin:auto;background:#fff;border-radius:20px;padding:34px;box-shadow:0 28px 70px rgba(0,0,0,.30)}
.login-brand{display:flex;align-items:center;gap:14px;margin-bottom:34px}
.login-logo{width:48px;height:48px;border-radius:13px;background:#0b1f3a;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:900;font-size:19px}
.login-brand h1{font-size:18px;margin:0;font-weight:800}
.login-brand p{margin:3px 0 0;color:#64748b;font-size:11px;letter-spacing:.06em}
.login-heading h2{font-size:27px;font-weight:800;margin:0}
.login-heading p{font-size:13px;color:#64748b;margin:6px 0 24px}
.login-footer{text-align:center;color:#94a3b8;font-size:10px;margin-top:25px;letter-spacing:.08em}
.sidebar-user{display:flex;align-items:center;gap:10px;border-top:1px solid #18304e;border-bottom:1px solid #18304e;padding:14px 10px;margin:0 0 12px}
.user-avatar{width:34px;height:34px;border-radius:50%;background:#2563eb;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:800}
.sidebar-user b{display:block;font-size:12px;max-width:145px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.sidebar-user span{display:block;font-size:9px;color:#7f9abb;margin-top:2px;letter-spacing:.12em}
.sidebar-logout{margin:24px 8px 8px}
.sidebar-logout button{width:100%;border:1px solid #294564;background:transparent;color:#a9bad0;padding:9px;border-radius:8px;font-size:12px}
.sidebar-logout button:hover{background:#132849;color:#fff}
.topbar-right{display:flex;align-items:center;gap:8px}
.access-pill{font-size:9px;letter-spacing:.1em;font-weight:800;background:#e0f2fe;color:#075985;border:1px solid #bae6fd;border-radius:20px;padding:6px 9px}
.role-badge{display:inline-block;padding:4px 9px;border-radius:20px;font-size:10px;font-weight:800;letter-spacing:.06em}
.role-badge.admin{background:#dbeafe;color:#1d4ed8}
.role-badge.viewer{background:#f1f5f9;color:#475569}
.user-table td{vertical-align:middle}
.user-form-card{max-width:900px}
.user-active-switch{padding-top:8px}
@media(max-width:760px){.topbar-right{margin-top:12px;flex-wrap:wrap}.login-card{padding:24px}}


/* Export PNG */
.export-target{background:#f5f7fb;padding-bottom:12px}
.export-toolbar{position:fixed;right:24px;bottom:24px;z-index:9999}
.export-toolbar .btn{box-shadow:0 10px 30px rgba(37,99,235,.20);padding:.55rem .9rem;font-weight:700}
.exporting-image .export-toolbar{display:none!important}
@media print{.export-toolbar{display:none!important}}


/* Security Module */
.section-divider{display:flex;justify-content:space-between;align-items:end;border-top:1px solid #e2e8f0;padding-top:16px}
.security-headline{display:flex;justify-content:space-between;gap:20px;align-items:center;background:linear-gradient(120deg,#eef5ff,#fff);border:1px solid #cfe0fb;border-radius:14px;padding:18px 20px;margin-bottom:16px}
.security-kicker{font-size:10px;letter-spacing:.13em;color:#2563eb;font-weight:800}
.security-headline h2{font-size:22px;margin:4px 0 3px;font-weight:800}
.security-headline p{margin:0;color:#475569;font-size:12px}
.security-head-actions{display:flex;gap:8px;flex-shrink:0}
.security-domain-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:10px}
.security-domain-card{background:#fff;border:1px solid #dbe4f0;border-radius:13px;padding:14px;min-width:0}
.security-domain-title{font-size:12px;font-weight:800;background:#0d47b5;color:#fff;padding:8px 10px;margin:-14px -14px 12px;border-radius:12px 12px 0 0}
.security-domain-title.muted-title{background:#64748b}
.security-stat-row,.security-control-row{display:flex;justify-content:space-between;gap:8px;padding:7px 0;border-bottom:1px solid #edf2f7;font-size:11px}
.security-stat-row small{font-size:9px;color:#64748b}
.security-control-row b{font-size:10px}
.warning-row b{color:#ea580c}
.security-big-metric{text-align:center;font-size:30px;font-weight:900;color:#1e3a8a;padding:8px}
.security-empty{text-align:center;font-size:30px;font-weight:800;color:#94a3b8;padding:12px}
.security-progress{height:8px;background:#e2e8f0;border-radius:99px;overflow:hidden;margin-top:12px}
.security-progress span{display:block;height:100%;background:#2563eb;border-radius:99px}
.security-progress-label{text-align:center;font-size:9px;color:#64748b;margin-top:6px}
.security-focus-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
.security-focus-grid>div{display:flex;gap:10px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;padding:12px;font-size:11px}
.security-focus-grid b{color:#2563eb;font-size:18px}

/* Security Executive Summary */
.security-executive{max-width:1500px;margin:0 auto;background:#fff;border:1px solid #d9e4f5;border-radius:18px;padding:20px;color:#09216b}
.sec-exec-header{display:grid;grid-template-columns:60px 1fr 300px;align-items:center;gap:14px;border-bottom:2px solid #d7e5fa;padding-bottom:12px}
.sec-shield{width:52px;height:58px;background:linear-gradient(160deg,#0646be,#061d72);color:#fff;clip-path:polygon(50% 0,100% 18%,88% 78%,50% 100%,12% 78%,0 18%);display:flex;align-items:center;justify-content:center;font-size:24px}
.sec-exec-header h1{font-size:27px;margin:0;font-weight:900;letter-spacing:.01em}
.sec-exec-header p{margin:2px 0 6px;font-size:12px;color:#334e8e}
.sec-meta{display:flex;gap:20px;font-size:10px}
.sec-exec-status{background:#eef5ff;border:1px solid #bed3f6;border-radius:12px;padding:10px 12px;text-align:right}
.sec-exec-status small{display:block;font-size:8px;letter-spacing:.12em;color:#64748b}
.sec-exec-status b{display:block;font-size:13px;margin:2px 0;color:#1d4ed8}
.sec-exec-status span{font-size:8px;color:#64748b}
.sec-exec-cards{display:grid;grid-template-columns:repeat(5,1fr);gap:10px;margin-top:12px}
.sec-exec-card{border:1px solid #c9d9f3;border-radius:12px;padding:10px 12px;background:#fafdff}
.sec-exec-card.good{background:#f0fdf4;border-color:#bbebc8}
.sec-exec-card span{display:block;font-size:9px;font-weight:700}
.sec-exec-card b{display:block;font-size:28px;line-height:1.05;color:#0d3697;margin:4px 0}
.sec-exec-card.good b{color:#15803d}
.sec-exec-card small{font-size:8px;color:#64748b}
.sec-exec-note{margin-top:9px;background:#eff6ff;border:1px solid #bfd6fb;padding:7px 10px;border-radius:9px;font-size:8px}
.sec-exec-domains{display:grid;grid-template-columns:repeat(5,1fr);gap:8px;margin-top:9px}
.sec-exec-domain{border:1px solid #d4e0f1;border-radius:10px;padding:10px;min-height:310px}
.sec-domain-head{background:#0649bf;color:#fff;margin:-10px -10px 10px;padding:7px 9px;border-radius:9px 9px 0 0;font-size:10px;font-weight:800}
.sec-domain-head.muted{background:#64748b}
.sec-donut{--pct:50;width:92px;height:92px;border-radius:50%;margin:6px auto 10px;background:conic-gradient(#0d53ca calc(var(--pct)*1%),#e2e8f0 0);position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center}
.sec-donut:before{content:"";position:absolute;inset:13px;background:white;border-radius:50%}
.sec-donut b,.sec-donut span{position:relative;z-index:1}
.sec-donut b{font-size:17px}
.sec-donut span{font-size:7px;color:#64748b}
.sec-mini-list>div{display:flex;justify-content:space-between;gap:7px;padding:6px 2px;border-bottom:1px solid #eef2f7;font-size:8px}
.sec-mini-list .warn b{color:#ea580c}
.sec-mini-list .ok b{color:#15803d}
.sec-tbd{text-align:center;color:#94a3b8;font-size:27px;font-weight:900;padding:26px 0 18px}
.sec-control-list>div{display:grid;grid-template-columns:20px 1fr;column-gap:6px;padding:8px 0;border-bottom:1px solid #eef2f7}
.sec-control-list>div>span{grid-row:1/3;color:#174ab3;font-weight:900}
.sec-control-list b{font-size:8px}
.sec-control-list small{font-size:7px;color:#64748b}
.sec-exec-bottom{display:grid;grid-template-columns:150px repeat(4,1fr);gap:7px;margin-top:9px}
.sec-exec-bottom>div{border:1px solid #cfe0f7;border-radius:8px;padding:8px 10px;display:flex;gap:8px;align-items:center;font-size:8px}
.sec-exec-bottom-title{background:#0649bf!important;color:#fff;font-size:11px!important;font-weight:900;justify-content:center}
.sec-exec-bottom b{color:#174ab3}
.sec-exec-insight{display:grid;grid-template-columns:150px 1fr;align-items:center;gap:10px;margin-top:8px;border:1px solid #d7e5f5;border-radius:9px;overflow:hidden;font-size:8px}
.sec-exec-insight b{background:#0b3ba2;color:#fff;height:100%;display:flex;align-items:center;justify-content:center;padding:10px}
.sec-exec-insight span{padding:8px;color:#334e8e}
@media(max-width:1250px){.security-domain-grid{grid-template-columns:repeat(2,1fr)}.sec-exec-domains{grid-template-columns:repeat(2,1fr)}.sec-exec-cards{grid-template-columns:repeat(3,1fr)}}
@media(max-width:760px){.security-domain-grid,.security-focus-grid,.sec-exec-domains,.sec-exec-cards,.sec-exec-bottom{grid-template-columns:1fr}.sec-exec-header{grid-template-columns:1fr}.sec-exec-status{text-align:left}.security-headline{display:block}.security-head-actions{margin-top:12px}}


/* Reporting Governance V2.5 */
.workflow-banner{display:flex;justify-content:space-between;align-items:center;gap:18px;background:linear-gradient(110deg,#0b1f3a,#163f73);color:#fff;border-radius:14px;padding:14px 18px;margin-bottom:14px}
.workflow-banner>div:first-child{display:flex;align-items:center;gap:12px;flex-wrap:wrap}
.workflow-banner b{font-size:18px}
.workflow-banner small{color:#c7d7eb;font-size:11px}
.workflow-label{font-size:9px;font-weight:800;letter-spacing:.14em;color:#8ec5ff}
.workflow-state{text-align:right;display:flex;flex-direction:column;align-items:flex-end;gap:4px}
.guided-section-head{display:flex;justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:14px;padding-bottom:12px;border-bottom:1px solid #edf1f5}
.guided-section-head h3{margin:0 0 3px}
.guided-section-head p{margin:0;color:#64748b;font-size:11px}
.data-status-box{min-width:200px;max-width:250px}
.guided-field{height:100%}
.guided-field .input-group-text{background:#f8fafc;color:#475569;font-weight:700}
.field-helper{font-size:10px;color:#64748b;line-height:1.45;margin-top:5px}
.field-meta{display:flex;gap:12px;flex-wrap:wrap;margin-top:5px;font-size:9px;color:#7c8ca0}
.field-meta b{color:#475569}
.optional-label{font-size:9px;color:#94a3b8;font-weight:600}
.live-result-card{background:#f8fbff;border:1px dashed #bfd4f3;border-radius:10px;padding:11px 13px;display:flex;flex-direction:column;justify-content:center;min-height:93px}
.live-result-card span{font-size:10px;color:#64748b;font-weight:700}
.live-result-card b{font-size:22px;color:#174ab3;margin:3px 0}
.live-result-card small{font-size:9px;color:#64748b}
.submit-panel{position:sticky;bottom:12px;z-index:50;background:rgba(255,255,255,.97);backdrop-filter:blur(6px);border:1px solid #cbd5e1;border-radius:14px;padding:13px 16px;box-shadow:0 12px 30px rgba(15,23,42,.12);display:grid;grid-template-columns:1fr auto;gap:8px 18px;align-items:center;margin-top:18px}
.submit-panel small{grid-column:1/-1;color:#64748b;font-size:10px}
.submit-actions{display:flex;gap:8px}
.input-guide-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-bottom:14px}
.input-guide-strip>div{background:#f8fafc;border:1px solid #e2e8f0;border-radius:9px;padding:9px 10px}
.input-guide-strip b{display:block;font-size:9px;color:#174ab3;text-transform:uppercase;letter-spacing:.07em}
.input-guide-strip span{display:block;font-size:9px;color:#64748b;margin-top:3px}
.cost-input-table td{vertical-align:top}
.cost-input-table td:first-child b{display:block}
.cost-input-table td:first-child small{font-size:8px;color:#64748b}
.abnormal-hint{font-size:9px;margin-top:4px}
.control-toggle-card{border:1px solid #e2e8f0;border-radius:10px;padding:11px 12px;background:#fafcff;height:100%}
.control-toggle-card .form-check{margin:0}
.control-toggle-card .form-check-label b{display:block;font-size:11px}
.control-toggle-card .form-check-label small{display:block;font-size:9px;color:#64748b;margin-top:2px}
.report-status-strip{display:flex;align-items:center;gap:12px;flex-wrap:wrap;background:#fff;border:1px solid #dbe4f0;border-radius:11px;padding:10px 12px;margin-bottom:14px;font-size:10px;color:#64748b}
.report-status-strip b{color:#0f172a}
.management-overview{display:grid;grid-template-columns:240px 1.2fr 1fr;gap:12px;margin-bottom:16px}
.management-position,.management-attention,.management-highlights{background:#fff;border:1px solid #dbe4f0;border-radius:13px;padding:13px}
.management-position{background:linear-gradient(145deg,#0b1f3a,#174a84);color:#fff;display:flex;flex-direction:column;justify-content:center}
.management-position span{font-size:8px;color:#9fc8f5;letter-spacing:.12em;font-weight:800}
.management-position b{font-size:19px;margin:5px 0}
.management-position small{font-size:8px;color:#c7d7eb;line-height:1.4}
.management-mini-title{font-size:10px;font-weight:800;color:#334155;text-transform:uppercase;letter-spacing:.07em;margin-bottom:8px}
.management-attention-row,.attention-item{display:grid;grid-template-columns:10px 1fr;gap:7px;padding:6px 0;border-bottom:1px solid #eef2f7}
.management-attention-row:last-child,.attention-item:last-child{border-bottom:0}
.management-attention-row>span,.attention-dot{width:7px;height:7px;border-radius:50%;margin-top:4px;background:#f59e0b}
.severity-high>span,.severity-high .attention-dot{background:#dc2626}
.severity-medium>span,.severity-medium .attention-dot{background:#f59e0b}
.severity-pending>span,.severity-pending .attention-dot{background:#64748b}
.management-attention-row b,.attention-item b{display:block;font-size:9px;color:#0f172a}
.management-attention-row small,.attention-item small{display:block;font-size:8px;color:#64748b;line-height:1.35;margin-top:1px}
.highlight-row{font-size:9px;color:#166534;padding:5px 0;border-bottom:1px solid #eef2f7;display:flex;gap:6px}
.highlight-row:last-child{border-bottom:0}
.empty-good{font-size:9px;color:#166534;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:8px;padding:9px}
.attention-list{display:flex;flex-direction:column}
.security-focus-list>div{display:flex;gap:9px;padding:7px 0;border-bottom:1px solid #eef2f7;font-size:10px}
.security-focus-list>div:last-child{border-bottom:0}
.security-focus-list b{color:#2563eb}
.security-head-meta{display:flex;gap:10px;flex-wrap:wrap;align-items:center;margin-top:9px;font-size:9px;color:#475569}
.sec-status-pending{background:#eff6ff!important}
.sec-status-danger{background:#fef2f2!important;border-color:#fecaca!important}
.sec-status-warning{background:#fffbeb!important;border-color:#fde68a!important}
.sec-status-good{background:#f0fdf4!important;border-color:#bbf7d0!important}
.realtime-error{font-size:9px!important}
@media(max-width:1200px){.management-overview{grid-template-columns:1fr 1fr}.management-position{grid-column:1/-1}.input-guide-strip{grid-template-columns:repeat(2,1fr)}}
@media(max-width:760px){.workflow-banner,.guided-section-head{display:block}.workflow-state{align-items:flex-start;margin-top:9px}.data-status-box{max-width:none;margin-top:10px}.submit-panel{grid-template-columns:1fr}.submit-actions{margin-top:8px}.management-overview,.input-guide-strip{grid-template-columns:1fr}.submit-panel small{grid-column:auto}}

.field-change{font-size:9px;color:#2563eb;margin-top:4px;font-weight:700}.field-change.abnormal{color:#d97706}.field-change.abnormal:before{content:'⚠ ';}


/* V2.6 Placeholder UX */
.form-control::placeholder,
textarea.form-control::placeholder{
    font-size:10px;
    font-style:italic;
    font-weight:400;
    color:#94a3b8;
    opacity:.82;
}
.form-control:hover::placeholder,
.form-control:focus::placeholder,
textarea.form-control:hover::placeholder,
textarea.form-control:focus::placeholder{
    color:transparent;
    opacity:0;
}


/* V2.6 Combined Executive Summary */
.executive-filter{display:flex;gap:8px;align-items:end;margin-bottom:12px}
.executive-filter>div{min-width:110px}
.executive-filter label{display:block;font-size:9px;font-weight:700;color:#64748b;margin-bottom:3px}
.infra-executive-summary{max-width:1500px;margin:0 auto;background:#fff;border:1px solid #d8e2f1;border-radius:18px;padding:18px;color:#0b1f3a}
.infra-exec-header{display:grid;grid-template-columns:54px 1fr 285px;gap:13px;align-items:center;padding-bottom:11px;border-bottom:2px solid #dbe7f7}
.infra-exec-mark{width:50px;height:50px;border-radius:13px;background:linear-gradient(145deg,#071d45,#0d58c8);display:flex;align-items:center;justify-content:center;color:#fff;font-size:17px;font-weight:900;letter-spacing:.04em}
.infra-exec-title>span{font-size:8px;color:#2563eb;font-weight:900;letter-spacing:.14em}
.infra-exec-title h1{font-size:26px;margin:1px 0 0;font-weight:900;letter-spacing:.01em}
.infra-exec-title p{font-size:10px;color:#526783;margin:2px 0 5px}
.infra-exec-period{display:flex;gap:16px;flex-wrap:wrap;font-size:8px;color:#64748b}
.infra-exec-overall{border:1px solid #d5e2f3;border-radius:11px;padding:9px 11px;text-align:right}
.infra-exec-overall small{display:block;font-size:7px;letter-spacing:.12em;color:#64748b}
.infra-exec-overall b{display:block;font-size:14px;margin:2px 0;color:#1d4ed8}
.infra-exec-overall span{font-size:7px;color:#64748b}
.infra-exec-overall.exec-danger{background:#fff1f2;border-color:#fecdd3}
.infra-exec-overall.exec-danger b{color:#b91c1c}
.infra-exec-overall.exec-warning{background:#fffbea;border-color:#fde68a}
.infra-exec-overall.exec-warning b{color:#a16207}
.infra-exec-overall.exec-good{background:#f0fdf4;border-color:#bbf7d0}
.infra-exec-overall.exec-good b{color:#15803d}
.infra-exec-kpis{display:grid;grid-template-columns:repeat(6,1fr);gap:8px;margin-top:10px}
.infra-exec-kpi{border:1px solid #dce6f3;border-radius:10px;padding:9px 10px;background:#fbfdff}
.infra-exec-kpi span{display:block;font-size:8px;color:#526783;font-weight:700}
.infra-exec-kpi b{display:block;font-size:22px;line-height:1.05;color:#174ab3;margin:4px 0}
.infra-exec-kpi b.ok{color:#15803d}
.infra-exec-kpi b.warn{color:#c26a00}
.infra-exec-kpi small{font-size:7px;color:#7a8aa0}
.infra-exec-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:8px;margin-top:9px}
.infra-exec-panel{border:1px solid #dce6f3;border-radius:10px;padding:10px;background:#fff}
.infra-exec-panel-head{display:flex;justify-content:space-between;align-items:end;gap:8px;padding-bottom:7px;border-bottom:1px solid #edf2f7;margin-bottom:5px}
.infra-exec-panel-head h2{font-size:11px;margin:0;font-weight:900;color:#163f83}
.infra-exec-panel-head span{font-size:7px;color:#94a3b8}
.infra-exec-metrics{display:grid;grid-template-columns:1fr 1fr;column-gap:12px}
.infra-exec-metrics>div{display:flex;justify-content:space-between;gap:7px;padding:6px 0;border-bottom:1px solid #eef2f7;font-size:8px}
.infra-exec-metrics span{color:#64748b}
.infra-exec-metrics b{text-align:right;color:#12264e}
.infra-exec-security-position{display:flex;justify-content:space-between;background:#f3f7ff;border-radius:7px;padding:6px 8px;font-size:8px;margin-bottom:3px}
.infra-exec-security-position b{color:#174ab3}
.infra-exec-readiness{display:flex;justify-content:space-between;gap:8px;margin-top:6px;padding-top:6px;border-top:1px dashed #dbe4f0;font-size:7px;color:#7a8aa0}
.infra-exec-readiness b{color:#475569}
.infra-exec-bottom-grid{display:grid;grid-template-columns:1.25fr 1fr;gap:8px;margin-top:8px}
.infra-exec-attention-list{display:grid;grid-template-columns:1fr 1fr;column-gap:10px}
.infra-exec-attention{display:grid;grid-template-columns:8px 1fr;gap:6px;padding:5px 0;border-bottom:1px solid #eef2f7}
.infra-exec-attention>span{width:6px;height:6px;border-radius:50%;background:#f59e0b;margin-top:3px}
.infra-exec-attention.severity-high>span{background:#dc2626}
.infra-exec-attention.severity-pending>span{background:#64748b}
.infra-exec-attention.severity-low>span{background:#3b82f6}
.infra-exec-attention b{display:block;font-size:8px;color:#1e293b}
.infra-exec-attention small{display:block;font-size:7px;color:#64748b;line-height:1.3;margin-top:1px}
.infra-exec-good{font-size:8px;color:#166534;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:7px;padding:8px}
.infra-exec-actions>div{display:grid;grid-template-columns:20px 1fr;gap:6px;padding:5px 0;border-bottom:1px solid #eef2f7;font-size:8px}
.infra-exec-actions>div:last-child{border-bottom:0}
.infra-exec-actions b{width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#e8f0ff;color:#174ab3}
.infra-exec-actions span{line-height:1.35;color:#334155}
.infra-exec-insight{display:grid;grid-template-columns:130px 1fr;gap:9px;align-items:stretch;margin-top:8px;border:1px solid #cadcf6;border-radius:9px;overflow:hidden}
.infra-exec-insight b{display:flex;align-items:center;justify-content:center;background:#0b3b98;color:#fff;font-size:8px;letter-spacing:.08em;padding:8px}
.infra-exec-insight span{padding:7px 9px;font-size:8px;color:#334e7d;line-height:1.35}
.infra-exec-footer{display:flex;justify-content:space-between;gap:15px;padding-top:7px;margin-top:7px;border-top:1px solid #e7edf6;font-size:6.5px;color:#94a3b8}
.infra-exec-empty{font-size:8px;color:#64748b;padding:16px 5px;text-align:center}
@media(max-width:1250px){.infra-exec-kpis{grid-template-columns:repeat(3,1fr)}.infra-exec-grid{grid-template-columns:1fr 1fr}.infra-exec-grid>.infra-exec-panel:last-child{grid-column:1/-1}}
@media(max-width:760px){.infra-exec-header,.infra-exec-grid,.infra-exec-bottom-grid{grid-template-columns:1fr}.infra-exec-kpis{grid-template-columns:1fr 1fr}.infra-exec-overall{text-align:left}.infra-exec-attention-list{grid-template-columns:1fr}.infra-exec-footer{display:block}.infra-exec-footer span{display:block;margin-top:3px}}

.infra-exec-security-note{font-size:6.8px;line-height:1.35;color:#64748b;background:#f8fafc;border-radius:6px;padding:5px 6px;margin-top:5px}

/* V2.7 Dependency-aware weekly KPI */
.dependent-kpi-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.dependent-kpi-card{border:1px solid #dbe5f1;border-radius:12px;padding:12px;background:#fff;transition:.2s ease}
.dependent-kpi-card.is-pending{background:#fbfcfe;border-style:dashed}
.dependent-kpi-card.is-na{opacity:.72;background:#f8fafc}
.dependent-kpi-head{display:flex;justify-content:space-between;align-items:flex-start;gap:10px;margin-bottom:8px}
.dependent-kpi-head span:first-child{display:block;font-size:8px;font-weight:800;color:#64748b;letter-spacing:.08em}
.dependent-kpi-head h4{font-size:13px;margin:2px 0 0;color:#183a70;font-weight:800}
.target-chip{font-size:9px!important;letter-spacing:0!important;background:#eaf2ff;color:#174ab3!important;border-radius:999px;padding:4px 7px;white-space:nowrap}
.dependency-box{display:grid;gap:5px;background:#f8fafc;border:1px solid #edf2f7;border-radius:8px;padding:8px;margin-bottom:9px}
.dependency-box>div{display:grid;grid-template-columns:72px 1fr;gap:6px;font-size:8.5px;line-height:1.35}
.dependency-box b{color:#334155}.dependency-box span{color:#64748b}
.dependent-calculated{display:flex;align-items:center;gap:10px;background:#f4f8ff;border:1px solid #dbeafe;border-radius:8px;padding:7px 9px}
.dependent-calculated span{font-size:8px;color:#64748b}.dependent-calculated b{font-size:16px;color:#174ab3}.dependent-calculated small{font-size:8px;color:#64748b;margin-left:auto}
.dependent-kpi-purpose{margin-top:8px;font-size:8.5px;line-height:1.4;color:#64748b;border-top:1px dashed #e2e8f0;padding-top:7px}
@media(max-width:900px){.dependent-kpi-grid{grid-template-columns:1fr}}
.dependency-reference-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.dependency-reference-card .metric-table th{width:120px}.dependency-reference-card .metric-table td{font-size:10px;line-height:1.45}@media(max-width:900px){.dependency-reference-grid{grid-template-columns:1fr}}
.infra-exec-overall.exec-pending{background:#eff6ff;border-color:#bfdbfe}.infra-exec-overall.exec-pending b{color:#1d4ed8}.infra-exec-data-pending{margin-top:7px;border-top:1px dashed #dbe4f0;padding-top:6px}.infra-exec-data-pending>b{display:block;font-size:7px;color:#64748b;letter-spacing:.06em;margin-bottom:3px}.infra-exec-data-pending span{display:block;font-size:7px;color:#64748b;line-height:1.35;padding:2px 0}
.management-pending-note{margin-top:5px;color:#dbeafe!important;border-top:1px solid rgba(255,255,255,.15);padding-top:5px}
.infra-exec-data-pending.estimated-note{border-top-color:#fde68a}.infra-exec-data-pending.estimated-note>b{color:#a16207}


/* V2.8 Modular KPI / Capacity Planning */
.domain-intro{display:grid;grid-template-columns:1fr 1fr 1fr 2fr;gap:8px;margin-bottom:14px}
.domain-intro>div{border:1px solid #dbe4f0;background:#fff;border-radius:10px;padding:9px 10px}
.domain-intro span{display:block;font-size:8px;color:#64748b;font-weight:800;letter-spacing:.06em}
.domain-intro b{display:block;font-size:10px;color:#183b72;margin-top:3px;line-height:1.35}
.domain-form{max-width:1100px}
.capacity-nearest{background:linear-gradient(110deg,#0b1f3a,#174a84);color:#fff;border-radius:13px;padding:12px 15px;display:flex;align-items:center;gap:14px;flex-wrap:wrap}
.capacity-nearest span{font-size:8px;letter-spacing:.1em;color:#9fc8f5;font-weight:800}
.capacity-nearest b{font-size:13px}
.capacity-nearest small{color:#dbeafe;font-size:9px}
.capacity-status{display:inline-flex;padding:3px 7px;border-radius:999px;font-size:8px;font-weight:800;text-transform:uppercase;white-space:nowrap}
.capacity-status.status-healthy{background:#dcfce7;color:#166534}
.capacity-status.status-watch{background:#fef3c7;color:#92400e}
.capacity-status.status-action{background:#ffedd5;color:#c2410c}
.capacity-status.status-critical{background:#fee2e2;color:#b91c1c}
.capacity-status.status-pending{background:#e2e8f0;color:#475569}
.metric-table td small{display:block;color:#64748b;font-size:8px;margin-top:2px}
.scope-group td{background:#eef4ff!important;color:#174a84!important;font-weight:900!important;font-size:9px;letter-spacing:.08em}
.scope-table input[type=checkbox]{width:17px;height:17px}
.backup-scope-note{background:#eff6ff;border:1px solid #bfdbfe;border-left:4px solid #2563eb;border-radius:9px;padding:10px 12px;font-size:10px;color:#334155}
.backup-definition{display:grid;grid-template-columns:1fr 1fr;gap:8px}
.backup-definition>div{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:10px}
.backup-definition b{display:block;font-size:9px;color:#174a84}
.backup-definition span{display:block;font-size:9px;color:#64748b;margin-top:3px}
.exec-dynamic-section{margin-top:10px}
.exec-dynamic-head{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #dbe4f0;padding:0 2px 5px}
.exec-dynamic-head h2{font-size:10px;color:#174a84;margin:0;font-weight:900;letter-spacing:.08em}
.exec-dynamic-head span{font-size:7px;color:#94a3b8}
.exec-dynamic-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:7px;margin-top:7px}
.exec-metric-card{border:1px solid #dce6f3;border-radius:9px;padding:8px 9px;background:#fbfdff;min-height:91px}
.exec-metric-card>span{font-size:7px;color:#64748b;display:block}
.exec-metric-card h3{font-size:9px;margin:2px 0;color:#1e3a66;min-height:22px}
.exec-metric-card>b{display:block;font-size:18px;color:#174ab3;margin:2px 0}
.exec-metric-card small{font-size:7px;color:#7c8ca0}
.exec-metric-status{margin-top:5px;font-size:6.5px;font-weight:800;color:#64748b}
.exec-metric-card.metric-achieved{border-color:#bbf7d0;background:#f7fff9}
.exec-metric-card.metric-achieved>b{color:#15803d}
.exec-metric-card.metric-gap{border-color:#fed7aa;background:#fffaf3}
.exec-metric-card.metric-gap>b{color:#c25d00}
.exec-metric-card.metric-pending{border-color:#cbd5e1;background:#f8fafc}
.exec-metric-card.metric-pending>b{color:#64748b}
.exec-metric-card.metric-info>b{color:#174ab3}
.read-only-user form[method="POST"] input,
.read-only-user form[method="POST"] select,
.read-only-user form[method="POST"] textarea{pointer-events:none;background:#f8fafc!important}
.read-only-user form[method="POST"]:not(.sidebar-logout) button{display:none!important}
.read-only-user .sidebar-logout button{display:block!important;pointer-events:auto!important}
@media(max-width:1200px){.domain-intro{grid-template-columns:1fr 1fr}.exec-dynamic-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:760px){.domain-intro,.backup-definition{grid-template-columns:1fr}.exec-dynamic-grid{grid-template-columns:1fr 1fr}}


/* V2.9 Cost Master */
.cost-master-toolbar{display:flex;justify-content:space-between;gap:14px;align-items:center;flex-wrap:wrap}
.cost-master-stats{display:flex;gap:8px;flex-wrap:wrap}
.cost-master-stats>div{min-width:105px;background:#fff;border:1px solid #dbe4f0;border-radius:10px;padding:8px 10px}
.cost-master-stats span{display:block;font-size:7px;color:#64748b;text-transform:uppercase;letter-spacing:.06em;font-weight:800}
.cost-master-stats b{font-size:15px;color:#174a84}
.cost-master-table td{vertical-align:middle}
.cost-master-actions{display:flex;justify-content:flex-end;gap:6px;align-items:center}
.cost-master-actions form{margin:0}
.cost-history-warning{background:#fff7ed;border:1px solid #fed7aa;border-left:4px solid #f59e0b;border-radius:10px;padding:11px 13px;margin-bottom:14px}
.cost-history-warning b{display:block;font-size:10px;color:#9a3412}
.cost-history-warning span,.cost-history-warning small{display:block;font-size:9px;color:#7c2d12;margin-top:3px}
.cost-master-checks{border:1px solid #dbe4f0;border-radius:10px;padding:10px 12px;background:#fbfdff;height:100%}
.cost-master-checks .form-check{margin:0}
.cost-master-checks .form-check-label b{display:block;font-size:10px;color:#1e3a66}
.cost-master-checks .form-check-label small{display:block;font-size:8px;color:#64748b;margin-top:2px}
.history-confirm{border:1px dashed #f59e0b;background:#fffaf0;border-radius:9px;padding:10px 12px 10px 34px}
.history-confirm b{display:block;font-size:10px;color:#92400e}
.history-confirm small{display:block;font-size:8px;color:#78716c;margin-top:2px}
@media(max-width:760px){.cost-master-toolbar{align-items:stretch}.cost-master-stats{display:grid;grid-template-columns:1fr 1fr;width:100%}.cost-master-actions{justify-content:flex-start;flex-wrap:wrap}}


/* V3.0 Overview-first UX */
.nav-overview-link{font-weight:800!important;color:#dbeafe!important;background:rgba(59,130,246,.12)}
.overview-toolbar{display:flex;justify-content:space-between;align-items:center;gap:10px;flex-wrap:wrap;margin-bottom:14px}
.overview-period-form{display:flex;gap:7px;align-items:center;flex-wrap:wrap}
.overview-period-form input{width:92px}
.overview-period-form select{width:145px}
.overview-hero{display:grid;grid-template-columns:minmax(240px,1.7fr) minmax(140px,.7fr) minmax(130px,.6fr);gap:10px;align-items:stretch;border:1px solid #dbe4f0;background:#fff;border-radius:14px;padding:14px 16px}
.overview-hero>div:first-child{display:flex;flex-direction:column;justify-content:center}
.overview-hero>div:first-child>span{font-size:8px;font-weight:900;letter-spacing:.09em;color:#64748b}
.overview-hero h2{font-size:18px;color:#183b72;margin:4px 0 2px}
.overview-hero p{font-size:9px;color:#64748b;margin:0}
.overview-hero-result,.overview-hero-status{border-left:1px solid #e2e8f0;padding-left:14px;display:flex;flex-direction:column;justify-content:center}
.overview-hero-result small,.overview-hero-status small{font-size:7px;color:#64748b;font-weight:900;letter-spacing:.08em}
.overview-hero-result b{font-size:24px;line-height:1.05;color:#174ab3;margin:4px 0}
.overview-hero-result span,.overview-hero-status span{font-size:8px;color:#64748b}
.overview-hero-status b{font-size:13px;color:#475569;margin:4px 0}
.overview-status-achieved{border-left:5px solid #16a34a}
.overview-status-achieved .overview-hero-result b,.overview-status-achieved .overview-hero-status b{color:#15803d}
.overview-status-gap,.overview-status-action,.overview-status-critical{border-left:5px solid #f97316}
.overview-status-gap .overview-hero-result b,.overview-status-gap .overview-hero-status b,.overview-status-action .overview-hero-status b,.overview-status-critical .overview-hero-status b{color:#c2410c}
.overview-status-pending{border-left:5px solid #94a3b8;background:#fbfdff}
.overview-status-info{border-left:5px solid #2563eb}
.overview-status-watch{border-left:5px solid #f59e0b}
.overview-detail-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}
.overview-detail-card span{display:block;font-size:8px;color:#64748b;font-weight:800;text-transform:uppercase;letter-spacing:.04em}
.overview-detail-card b{display:block;font-size:19px;color:#183b72;margin:4px 0 2px}
.overview-detail-card small{font-size:8px;color:#64748b}
.overview-facts{display:grid;grid-template-columns:1fr 1fr;gap:8px}
.overview-facts>div{border:1px solid #e2e8f0;border-radius:8px;padding:8px 9px;background:#f8fafc}
.overview-facts span{display:block;font-size:7px;color:#64748b;font-weight:800;text-transform:uppercase}
.overview-facts b{display:block;font-size:9px;color:#1e3a66;margin-top:3px;line-height:1.35}
.overview-action{border-left:4px solid #2563eb;background:#eff6ff;border-radius:7px;padding:9px 11px}
.overview-action span{display:block;font-size:7px;color:#1d4ed8;font-weight:900;letter-spacing:.06em}
.overview-action b{display:block;font-size:9px;color:#334155;margin-top:3px;line-height:1.45}
.overview-empty{min-height:190px;display:flex;align-items:center;justify-content:center;color:#94a3b8;font-size:9px;border:1px dashed #cbd5e1;border-radius:9px;margin-top:8px}
.overview-summary-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:10px}
.overview-module-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}
.overview-module-card{position:relative;overflow:hidden;min-height:130px}
.overview-module-card:before{content:'';position:absolute;top:0;left:0;width:4px;height:100%;background:#94a3b8}
.overview-module-card.metric-achieved:before{background:#16a34a}
.overview-module-card.metric-gap:before{background:#f97316}
.overview-module-card.metric-info:before{background:#2563eb}
.overview-module-card>span{font-size:8px;color:#64748b}
.overview-module-card h3{font-size:10px;color:#183b72;margin:4px 0;min-height:28px}
.overview-module-card>b{font-size:20px;color:#174ab3;display:block}
.overview-module-card small{font-size:8px;color:#64748b}
.overview-module-bottom{margin-top:9px;border-top:1px solid #e2e8f0;padding-top:6px}
.overview-module-bottom span{font-size:7px;color:#64748b;font-weight:800}
.overview-link-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}
.overview-link-grid>a{display:block;text-decoration:none;border:1px solid #dbe4f0;border-radius:9px;padding:10px 11px;background:#fff;transition:.15s}
.overview-link-grid>a:hover{border-color:#93c5fd;background:#eff6ff}
.overview-link-grid b{display:block;font-size:10px;color:#183b72}
.overview-link-grid span{display:block;font-size:8px;color:#64748b;margin-top:3px}
.backup-overview-pair{display:grid;grid-template-columns:1fr;gap:10px}
@media(max-width:1200px){.overview-summary-grid{grid-template-columns:repeat(3,1fr)}.overview-module-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:900px){.overview-hero{grid-template-columns:1fr 1fr}.overview-hero>div:first-child{grid-column:1/-1}.overview-detail-grid{grid-template-columns:repeat(2,1fr)}.overview-module-grid{grid-template-columns:repeat(2,1fr)}.overview-link-grid{grid-template-columns:1fr 1fr}}
@media(max-width:640px){.overview-summary-grid,.overview-module-grid,.overview-link-grid,.overview-detail-grid,.overview-facts{grid-template-columns:1fr}.overview-hero{grid-template-columns:1fr}.overview-hero>div:first-child{grid-column:auto}.overview-hero-result,.overview-hero-status{border-left:0;border-top:1px solid #e2e8f0;padding-left:0;padding-top:10px}.overview-toolbar{align-items:stretch}.overview-period-form{width:100%}}

/* Viewer exceptions: logout and report display checklist */
.read-only-user .sidebar-logout button{
    display:block!important;
    pointer-events:auto!important;
}

.read-only-user form.viewer-edit-allowed input,
.read-only-user form.viewer-edit-allowed select,
.read-only-user form.viewer-edit-allowed textarea{
    pointer-events:auto!important;
    background:#fff!important;
}

.read-only-user form.viewer-edit-allowed button{
    display:inline-block!important;
    pointer-events:auto!important;
}
