@font-face{font-family:MoEHelvetica;src:url(/identity/helvetica-neue-arabic-reg.ttf)format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:MoEHelvetica;src:url(/identity/helvetica-neue-arabic-bold.ttf)format("truetype");font-weight:800;font-style:normal;font-display:swap}:root{--bg:#f4f7f5;--bg-soft:#ecf2ee;--panel:#fff;--panel-2:#f7faf8;--border:#dbe5df;--border-strong:#c4d3cb;--text:#0e1f1a;--text-soft:#314841;--muted:#5c6f68;--muted-2:#7a8a83;--brand:#00733b;--brand-2:#02894a;--brand-soft:#e6f4ec;--brand-ink:#003d20;--st-stable-bg:#e6f4ec;--st-stable-fg:#166534;--st-stable-br:#b5d7c0;--st-watch-bg:#fdf6dc;--st-watch-fg:#6b5a06;--st-watch-br:#ead38a;--st-medium-bg:#fbe9d4;--st-medium-fg:#874c0d;--st-medium-br:#e8b675;--st-high-bg:#f8dcd9;--st-high-fg:#8a2218;--st-high-br:#d99b94;--st-gray-bg:#ebeeec;--st-gray-fg:#4f5b56;--st-gray-br:#ccd5d0;--shadow-sm:0 1px 2px #0f1e190d;--shadow:0 6px 18px #0f1e190f;--shadow-lg:0 18px 40px #0f1e1917;--radius-sm:8px;--radius:14px;--radius-lg:20px;--input-bg:#fff}html[data-theme=dark]{--bg:#0a1814;--bg-soft:#0f2620;--panel:#122621;--panel-2:#16302a;--border:#20413a;--border-strong:#2d544b;--text:#ecf3ef;--text-soft:#c4d3cc;--muted:#94a8a0;--muted-2:#7a8d85;--brand:#2bb673;--brand-2:#38c084;--brand-soft:#102b1f;--brand-ink:#d6f0e0;--st-stable-bg:#102a1c;--st-stable-fg:#92e3ad;--st-stable-br:#1f4a31;--st-watch-bg:#2c2410;--st-watch-fg:#f4d77a;--st-watch-br:#54451b;--st-medium-bg:#321f10;--st-medium-fg:#f0b070;--st-medium-br:#5d3a17;--st-high-bg:#361614;--st-high-fg:#f3a89f;--st-high-br:#6c2620;--st-gray-bg:#1a2521;--st-gray-fg:#aeb9b4;--st-gray-br:#2e3c37;--shadow-sm:0 1px 2px #00000059;--shadow:0 8px 22px #00000059;--shadow-lg:0 22px 44px #00000073;--input-bg:#0c1d18}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text);font-feature-settings:"ss01";-webkit-font-smoothing:antialiased;min-height:100vh;margin:0;font-family:MoEHelvetica,Tajawal,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}button,input,select,textarea{color:inherit;font-family:inherit;font-size:14px}a{color:inherit}button{border-radius:var(--radius);background:var(--panel);color:var(--text);cursor:pointer;border:1px solid #0000;justify-content:center;align-items:center;gap:8px;padding:10px 16px;font-weight:600;transition:background .14s,border-color .14s,transform .12s;display:inline-flex}button:hover{background:var(--panel-2)}button:active{transform:translateY(1px)}.primary{background:var(--brand);color:#fff;border-color:var(--brand)}.primary:hover{background:var(--brand-2)}.ghost{border:1px solid var(--border);color:var(--text-soft);background:0 0}.ghost:hover{background:var(--panel-2);border-color:var(--border-strong)}.danger{background:var(--panel);color:var(--st-high-fg);border:1px solid var(--st-high-br)}.danger:hover{background:var(--st-high-bg)}.big{padding:14px 22px;font-size:15px}button:disabled{opacity:.55;cursor:not-allowed}.small{min-height:32px;padding:6px 10px;font-size:12px}.link-button{border:1px solid var(--border);border-radius:var(--radius);background:var(--panel);color:var(--text-soft);align-items:center;gap:8px;padding:11px 16px;text-decoration:none;display:inline-flex}.link-button:hover{background:var(--panel-2)}.theme-toggle{border:1px solid var(--border);background:var(--panel);color:var(--text-soft);white-space:nowrap}.theme-toggle.icon-only{border-radius:50%;width:40px;height:40px;padding:0;font-size:0}.theme-toggle.icon-only svg{margin:0}input,select,textarea{border:1px solid var(--border);background:var(--input-bg);width:100%;color:var(--text);border-radius:var(--radius);outline:none;padding:11px 13px;transition:border-color .14s,box-shadow .14s}input:focus,select:focus,textarea:focus{border-color:var(--brand);box-shadow:0 0 0 3px #00733b1f}textarea{resize:vertical;min-height:140px;line-height:1.85}label{color:var(--muted);gap:6px;font-size:13px;font-weight:600;display:grid}label.check{color:var(--text);align-items:center;gap:8px;font-weight:500;display:flex}label.check input{width:auto}.brand-mark{align-items:center;gap:12px;display:flex}.brand-mark img{object-fit:contain;width:110px;max-height:56px}.brand-mark.compact-brand img{width:90px;max-height:44px}.brand-mark b{letter-spacing:-.01em;font-size:17px;line-height:1.35;display:block}.brand-mark span{color:var(--brand);margin-top:2px;font-size:12px;font-weight:700;display:block}.landing{min-height:100vh;padding:20px clamp(16px,4vw,48px)}.public-nav{background:var(--panel);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);justify-content:space-between;align-items:center;gap:18px;padding:14px 18px;display:flex}.public-actions{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.hero{grid-template-columns:1.1fr .9fr;align-items:center;gap:40px;padding:60px 0 50px;display:grid}.hero-copy{max-width:720px}.eyebrow{color:var(--brand);background:var(--brand-soft);border:1px solid var(--st-stable-br);letter-spacing:.02em;border-radius:999px;margin-bottom:18px;padding:6px 12px;font-size:12px;font-weight:700;display:inline-flex}.hero h1{letter-spacing:-.02em;margin:0 0 18px;font-size:clamp(28px,3.6vw,44px);font-weight:800;line-height:1.25}.hero p{color:var(--muted);max-width:60ch;margin:0 0 24px;font-size:17px;line-height:1.95}.hero-actions{flex-wrap:wrap;gap:12px;display:flex}.hero-panel{background:var(--panel);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow);gap:16px;padding:22px;display:grid}.dashboard-head{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:12px;padding-bottom:12px;display:flex}.dashboard-head span{color:var(--muted);font-size:12px;display:block}.dashboard-head b{font-size:19px}.dashboard-head svg{color:var(--brand)}.landing-stats{grid-template-columns:repeat(2,1fr);gap:10px;display:grid}.mini-stat{background:var(--panel-2);border:1px solid var(--border);border-radius:var(--radius);padding:14px}.mini-stat b{color:var(--brand);font-size:24px;font-weight:800;display:block}.mini-stat span{margin:4px 0;font-size:13px;font-weight:700;display:block}.mini-stat small{color:var(--muted);font-size:11px;line-height:1.6;display:block}.mini-chart{background:var(--panel-2);border:1px solid var(--border);border-radius:var(--radius);gap:10px;padding:14px;display:grid}.chart-row{grid-template-columns:72px 1fr 40px;align-items:center;gap:10px;display:grid}.chart-row span,.chart-row b{color:var(--muted);font-size:12px}.chart-row div{background:var(--bg-soft);border-radius:999px;height:6px;overflow:hidden}.chart-row i{border-radius:inherit;background:var(--brand);height:100%;display:block}.features{grid-template-columns:repeat(3,1fr);gap:16px;padding-bottom:30px;display:grid}.info-card{background:var(--panel);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);padding:22px}.info-card svg{color:var(--brand)}.info-card h3{margin:12px 0 8px;font-size:16px}.info-card p{color:var(--muted);margin:0;font-size:14px;line-height:1.8}.public-footer{border-top:1px solid var(--border);color:var(--muted);text-align:center;padding:18px 0;font-size:13px}.login{place-items:center;min-height:100vh;padding:24px;display:grid}.login-card{background:var(--panel);border:1px solid var(--border);border-radius:var(--radius-lg);width:min(460px,100%);box-shadow:var(--shadow);padding:28px}.login-top{justify-content:space-between;align-items:center;gap:10px;margin-bottom:18px;display:flex}.login form{gap:14px;margin-top:22px;display:grid}.error{color:var(--st-high-fg);background:var(--st-high-bg);border:1px solid var(--st-high-br);border-radius:var(--radius);padding:10px 12px;font-size:13px}.notice{color:var(--st-stable-fg);background:var(--st-stable-bg);border:1px solid var(--st-stable-br);border-radius:var(--radius);padding:10px 12px;font-size:13px}.app{grid-template-columns:282px 1fr;min-height:100vh;display:grid}aside{border-left:1px solid var(--border);background:var(--panel);flex-direction:column;height:100vh;padding:22px 16px 16px;display:flex;position:sticky;top:0;overflow-y:auto}aside .logo{border-bottom:1px solid var(--border);margin-bottom:6px;padding:0 6px 16px}nav{align-content:start;gap:1px;padding:8px 0;display:grid}.nav-group-title{color:var(--muted-2);letter-spacing:.08em;text-transform:uppercase;padding:10px 12px 6px;font-size:11px;font-weight:700}nav button{width:100%;color:var(--text-soft);text-align:right;background:0 0;border:1px solid #0000;border-radius:10px;justify-content:flex-start;padding:9px 12px;font-size:14px;font-weight:500;position:relative}nav button:hover{background:var(--panel-2);color:var(--text)}nav button.active{background:var(--brand-soft);color:var(--brand-ink);border-color:var(--st-stable-br);font-weight:700}nav button.active:before{content:"";background:var(--brand);border-radius:3px;width:3px;position:absolute;inset-block:8px;inset-inline-start:0}nav button svg{color:var(--muted-2)}nav button.active svg{color:var(--brand)}.side-bottom{border-top:1px solid var(--border);gap:6px;margin-top:auto;padding-top:12px;display:grid}.side-bottom .theme-toggle,.logout{border:1px solid var(--border);width:100%;color:var(--text-soft);background:0 0;justify-content:flex-start}.logout:hover{color:var(--st-high-fg);border-color:var(--st-high-br);background:var(--st-high-bg)}.content{background:var(--bg);min-width:0;padding:24px clamp(20px,3vw,36px)}header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:20px;margin-bottom:22px;padding-bottom:18px;display:flex}header h2{letter-spacing:-.01em;margin:0;font-size:24px;font-weight:800}header p{color:var(--muted);margin:6px 0 0;font-size:13px}.user{background:var(--panel);border:1px solid var(--border);border-radius:var(--radius);gap:2px;min-width:160px;padding:10px 14px;font-size:13px;font-weight:600;display:grid}.user span{color:var(--brand);text-transform:uppercase;letter-spacing:.05em;font-size:11px;font-weight:700;display:block}.card{background:var(--panel);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);margin-bottom:18px;padding:20px}.card h3{letter-spacing:-.01em;align-items:center;gap:8px;margin:0 0 16px;font-size:17px;font-weight:800;display:flex}.card h3 svg{color:var(--brand)}.card p{color:var(--text-soft);line-height:1.85}.card .muted{color:var(--muted);font-size:13px;line-height:1.75}.grid-2{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.grid-3{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.grid-4{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;display:grid}.stats{grid-template-columns:repeat(4,1fr);gap:12px;display:grid}.stat{background:var(--panel-2);border:1px solid var(--border);border-radius:var(--radius);text-align:center;padding:16px}.stat b{color:var(--brand);font-size:28px;font-weight:800;display:block}.stat span{color:var(--muted);font-size:13px;font-weight:600}.status-list{grid-template-columns:repeat(2,1fr);gap:8px;display:grid}.status-list span{background:var(--panel-2);border:1px solid var(--border);border-radius:var(--radius);color:var(--muted);padding:10px 12px;font-size:13px;font-weight:500}.table-wrap{border-radius:var(--radius);border:1px solid var(--border);background:var(--panel);width:100%;overflow:auto}table{border-collapse:collapse;width:100%;min-width:600px}th,td{text-align:right;border-bottom:1px solid var(--border);vertical-align:top;padding:12px 14px;font-size:13px}th{color:var(--muted);background:var(--panel-2);text-transform:uppercase;letter-spacing:.04em;font-size:12px;font-weight:700}tr:last-child td{border-bottom:0}tbody tr:hover{background:var(--panel-2)}.inline{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.inline input,.inline select{width:auto;min-width:160px}.row-actions{flex-wrap:wrap;align-items:center;gap:6px;display:flex}pre{white-space:pre-wrap;background:var(--panel-2);border:1px solid var(--border);border-radius:var(--radius);min-height:80px;color:var(--text-soft);padding:14px;font-family:inherit;font-size:13px;line-height:1.85}.badge{white-space:nowrap;border:1px solid #0000;border-radius:999px;align-items:center;gap:6px;padding:4px 10px;font-size:12px;font-weight:700;display:inline-flex}.badge:before{content:"";background:currentColor;border-radius:50%;flex:none;width:7px;height:7px}.badge.stable{background:var(--st-stable-bg);color:var(--st-stable-fg);border-color:var(--st-stable-br)}.badge.watch{background:var(--st-watch-bg);color:var(--st-watch-fg);border-color:var(--st-watch-br)}.badge.medium{background:var(--st-medium-bg);color:var(--st-medium-fg);border-color:var(--st-medium-br)}.badge.high{background:var(--st-high-bg);color:var(--st-high-fg);border-color:var(--st-high-br)}.badge.incomplete{background:var(--st-gray-bg);color:var(--st-gray-fg);border-color:var(--st-gray-br)}.command-page{gap:18px;display:grid}.cmd-header-row{grid-template-columns:repeat(4,1fr);gap:14px;display:grid}.cmd-kpi{background:var(--panel);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);gap:6px;padding:18px;display:grid}.cmd-kpi small{color:var(--muted-2);text-transform:uppercase;letter-spacing:.06em;font-size:11px;font-weight:700}.cmd-kpi b{color:var(--text);align-items:baseline;gap:6px;font-size:30px;font-weight:800;line-height:1;display:flex}.cmd-kpi b em{color:var(--muted);font-size:12px;font-style:normal;font-weight:600}.cmd-kpi p{color:var(--muted);margin:0;font-size:12px;line-height:1.6}.cmd-kpi.danger b{color:var(--st-high-fg)}.cmd-kpi.warning b{color:var(--st-medium-fg)}.cmd-kpi.success b{color:var(--st-stable-fg)}.risk-distribution{grid-template-columns:repeat(5,1fr);gap:8px;display:grid}.risk-pill{border-radius:var(--radius);text-align:center;gap:4px;padding:12px 10px;display:grid}.risk-pill b{font-size:22px;font-weight:800}.risk-pill span{font-size:11px;font-weight:700}.risk-pill.high{background:var(--st-high-bg);color:var(--st-high-fg);border:1px solid var(--st-high-br)}.risk-pill.medium{background:var(--st-medium-bg);color:var(--st-medium-fg);border:1px solid var(--st-medium-br)}.risk-pill.watch{background:var(--st-watch-bg);color:var(--st-watch-fg);border:1px solid var(--st-watch-br)}.risk-pill.stable{background:var(--st-stable-bg);color:var(--st-stable-fg);border:1px solid var(--st-stable-br)}.risk-pill.incomplete{background:var(--st-gray-bg);color:var(--st-gray-fg);border:1px solid var(--st-gray-br)}.recent-case-row{border-bottom:1px solid var(--border);cursor:pointer;grid-template-columns:auto 1fr auto;align-items:center;gap:14px;padding:12px 14px;transition:background .12s;display:grid}.recent-case-row:last-child{border-bottom:0}.recent-case-row:hover{background:var(--panel-2)}.recent-case-row .case-title{font-size:14px;font-weight:700}.recent-case-row .case-meta{color:var(--muted);margin-top:3px;font-size:12px}.cmd-side-list{gap:0;display:grid}.account-row{border-bottom:1px solid var(--border);grid-template-columns:1fr auto;align-items:center;gap:12px;padding:10px 0;display:grid}.account-row:last-child{border-bottom:0}.account-row .h{font-size:13px;font-weight:700}.account-row .s{color:var(--muted);margin-top:2px;font-size:11px}.account-row .count{color:var(--brand);background:var(--brand-soft);border:1px solid var(--st-stable-br);border-radius:999px;padding:3px 10px;font-size:13px;font-weight:800}.reports-toolbar{background:var(--panel);border:1px solid var(--border);border-radius:var(--radius);flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:14px;padding:12px 14px;display:flex}.reports-toolbar .pill{background:var(--panel-2);border:1px solid var(--border);color:var(--muted);cursor:pointer;border-radius:999px;padding:6px 12px;font-size:12px;font-weight:600}.reports-toolbar .pill.active{background:var(--brand-soft);border-color:var(--st-stable-br);color:var(--brand-ink)}.case-list{gap:12px;display:grid}.case-card{background:var(--panel);border:1px solid var(--border);border-inline-start:4px solid var(--st-gray-br);border-radius:var(--radius-lg);transition:border-color .14s,box-shadow .14s;overflow:hidden}.case-card:hover{box-shadow:var(--shadow)}.case-card.high{border-inline-start-color:var(--st-high-fg)}.case-card.medium{border-inline-start-color:var(--st-medium-fg)}.case-card.watch{border-inline-start-color:var(--st-watch-fg)}.case-card.stable{border-inline-start-color:var(--st-stable-fg)}.case-card.incomplete{border-inline-start-color:var(--st-gray-fg)}.case-summary{text-align:right;cursor:pointer;width:100%;color:var(--text);background:0 0;border:0;grid-template-columns:1fr auto;align-items:start;gap:16px;padding:16px 18px;display:grid}.case-summary:hover{background:var(--panel-2)}.case-summary-main h4{margin:0 0 4px;font-size:16px;font-weight:800}.case-summary-main .kicker{color:var(--muted);align-items:center;gap:6px;margin-bottom:6px;font-size:11px;font-weight:600;display:inline-flex}.case-summary-main .kicker:after{content:"·";opacity:.5}.case-summary-main .kicker:last-child:after{content:""}.case-summary-main p{color:var(--muted);max-width:90ch;margin:8px 0 0;font-size:13px;line-height:1.75}.case-indicators{justify-items:end;gap:6px;min-width:180px;display:grid}.case-indicators small{color:var(--muted);font-size:11px}.case-pills{flex-wrap:wrap;gap:6px;padding:0 18px 14px;display:flex}.case-pill{background:var(--panel-2);border:1px solid var(--border);color:var(--text-soft);border-radius:999px;align-items:center;gap:4px;padding:4px 10px;font-size:11px;font-weight:600;display:inline-flex}.case-pill b{color:var(--text)}.case-pill.neg{color:var(--st-high-fg);border-color:var(--st-high-br);background:var(--st-high-bg)}.case-pill.pos{color:var(--st-stable-fg);border-color:var(--st-stable-br);background:var(--st-stable-bg)}.case-pill.neu{color:var(--muted)}.case-detail{border-top:1px solid var(--border);background:var(--bg-soft)}.case-tabs{background:var(--panel);border-bottom:1px solid var(--border);gap:0;padding:0 18px;display:flex;overflow-x:auto}.case-tabs button{color:var(--muted);white-space:nowrap;background:0 0;border:0;border-bottom:2px solid #0000;border-radius:0;padding:12px 14px;font-size:13px;font-weight:600}.case-tabs button:hover{color:var(--text);background:0 0}.case-tabs button.active{color:var(--brand);border-bottom-color:var(--brand);background:0 0}.case-tab-body{gap:12px;padding:18px;display:grid}.evidence-row{background:var(--panel);border:1px solid var(--border);border-radius:var(--radius);gap:8px;padding:14px 16px;display:grid}.evidence-head{color:var(--muted);flex-wrap:wrap;align-items:center;gap:10px;font-size:12px;display:flex}.evidence-head .author{color:var(--text);font-weight:700}.evidence-head .dot{background:var(--muted);border-radius:50%;width:4px;height:4px}.evidence-text{color:var(--text);margin:4px 0 0;font-size:14px;line-height:1.8}.evidence-footer{color:var(--muted);border-top:1px dashed var(--border);flex-wrap:wrap;align-items:center;gap:12px;padding-top:8px;font-size:12px;display:flex}.evidence-footer a{color:var(--brand);font-weight:600;text-decoration:none}.evidence-footer a:hover{text-decoration:underline}.account-card{background:var(--panel);border:1px solid var(--border);border-radius:var(--radius);gap:10px;padding:14px;display:grid}.account-card .h-row{justify-content:space-between;align-items:start;gap:12px;display:flex}.account-card h5{margin:0;font-size:14px;font-weight:800}.account-card .handle-meta{color:var(--muted);margin-top:3px;font-size:12px}.account-card .latest{background:var(--panel-2);border:1px solid var(--border);border-radius:10px;padding:10px;font-size:13px;line-height:1.75}.account-card .props{grid-template-columns:repeat(3,1fr);gap:8px;font-size:12px;display:grid}.account-card .props div{background:var(--panel-2);border:1px solid var(--border);border-radius:8px;padding:8px 10px}.account-card .props small{color:var(--muted);font-size:11px;font-weight:600;display:block}.account-card .props b{font-size:13px}.account-card .priors{background:var(--st-watch-bg);border:1px solid var(--st-watch-br);color:var(--st-watch-fg);border-radius:8px;padding:8px 10px;font-size:12px;line-height:1.7}.lang-issues-table th,.lang-issues-table td{padding:10px 12px}.lang-issues-table .severity-high{color:var(--st-high-fg);font-weight:700}.lang-issues-table .severity-medium{color:var(--st-medium-fg);font-weight:700}.lang-issues-table .severity-low{color:var(--muted);font-weight:600}.recommendation-list{gap:8px;display:grid}.recommendation-list li{background:var(--panel);border:1px solid var(--border);border-inline-start:3px solid var(--brand);border-radius:10px;padding:12px 14px;font-size:14px;line-height:1.7;list-style:none}.case-actions-bar{background:var(--panel);border-top:1px solid var(--border);flex-wrap:wrap;justify-content:flex-end;gap:8px;padding:14px 18px;display:flex}.risk-grid{gap:12px;display:grid}.risk-summary-bar{grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:14px;display:grid}.cq-grid{grid-template-columns:1.1fr .9fr;align-items:start;gap:18px;display:grid}.cq-result-empty{text-align:center;color:var(--muted);background:var(--panel-2);border:1px dashed var(--border);border-radius:var(--radius);padding:30px}.cq-score{background:var(--panel-2);border:1px solid var(--border);border-radius:var(--radius);align-items:center;gap:16px;margin-bottom:14px;padding:14px;display:flex}.cq-score b{color:var(--brand);font-size:32px;font-weight:800}.cq-score small{color:var(--muted);font-size:12px;font-weight:600;display:block}.cq-issue{background:var(--panel);border:1px solid var(--border);border-radius:10px;gap:6px;margin-bottom:8px;padding:12px 14px;display:grid}.cq-issue .phrase{background:var(--st-watch-bg);border:1px solid var(--st-watch-br);border-radius:6px;padding:2px 8px;font-size:13px;font-weight:700;display:inline-block}.cq-issue .meta{color:var(--muted);font-size:12px}.cq-issue .suggestion{background:var(--st-stable-bg);border:1px solid var(--st-stable-br);border-radius:8px;padding:8px 10px;font-size:13px}.cq-issue .suggestion b{color:var(--st-stable-fg)}.identity-active{background:var(--brand-soft);border:1px solid var(--st-stable-br);border-radius:var(--radius-lg);gap:8px;margin-bottom:16px;padding:18px;display:grid}.identity-active b{color:var(--brand-ink);font-size:16px}.identity-active small{color:var(--muted);font-size:12px}.identity-active .meta{color:var(--muted);flex-wrap:wrap;gap:16px;font-size:12px;display:flex}.identity-active .meta span b{color:var(--text);font-weight:700}.identity-standards{grid-template-columns:repeat(2,1fr);gap:10px;display:grid}.identity-standard{background:var(--panel);border:1px solid var(--border);border-radius:12px;padding:12px 14px}.identity-standard b{margin-bottom:4px;font-size:14px;display:block}.identity-standard small{color:var(--muted);font-size:12px;line-height:1.7;display:block}.identity-upload-row{background:var(--panel-2);border:1px dashed var(--border-strong);border-radius:var(--radius);flex-wrap:wrap;align-items:center;gap:12px;margin-top:12px;padding:14px;display:flex}.identity-file{background:var(--panel);border:1px solid var(--border);border-radius:var(--radius);align-items:center;gap:10px;padding:10px 14px;display:flex}.identity-file svg{color:var(--brand)}.target-checks{grid-template-columns:repeat(2,1fr);gap:8px;display:grid}.target-check{background:var(--panel-2);border:1px solid var(--border);border-radius:10px;align-items:center;gap:10px;padding:10px 12px;font-size:13px;display:flex}.target-check small{color:var(--muted);margin-top:2px;font-size:11px;display:block}.compliance-grid{grid-template-columns:repeat(2,1fr);gap:10px;display:grid}.compliance-card{border:1px solid var(--border);background:var(--panel);border-radius:var(--radius);padding:14px}.compliance-card.ok{border-color:var(--st-stable-br);background:var(--st-stable-bg)}.compliance-card.warn{border-color:var(--st-medium-br);background:var(--st-medium-bg)}.compliance-card.bad{border-color:var(--st-high-br);background:var(--st-high-bg)}.score-ring{align-items:baseline;gap:6px;margin-bottom:6px;display:flex}.score-ring b{font-size:22px;font-weight:800}.score-ring span{font-size:12px;font-weight:700}.compliance-card h4{margin:4px 0;font-size:14px}.compliance-card p{margin:0;font-size:12px;line-height:1.65}.compliance-card ul{margin:8px 0 0;padding-inline-start:18px}.compliance-card li{font-size:12px;line-height:1.7}.provider{border:1px solid var(--border);background:var(--panel-2);border-radius:var(--radius);gap:10px;margin:10px 0;padding:16px;display:grid}.provider h4{margin:0;font-size:15px}.provider-head{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.provider-links{flex-wrap:wrap;gap:12px;font-size:11px;display:flex}.provider-links a{color:var(--brand);font-weight:600;text-decoration:none}.provider-links a:hover{text-decoration:underline}.backup-actions{flex-wrap:wrap;gap:6px;margin-top:10px;display:flex}.boot{color:var(--muted);padding:32px}.recharts-wrapper text{fill:var(--muted);font-size:11px}.empty-state{text-align:center;color:var(--muted);background:var(--panel-2);border:1px dashed var(--border);border-radius:var(--radius);padding:30px;font-size:13px}.crud-form{align-items:center}.crud-form .compact{border:1px solid var(--border);background:var(--panel-2);white-space:nowrap;border-radius:10px;padding:8px 12px}.crud-form .compact input{width:auto;margin:0}@media (width<=1100px){.hero{grid-template-columns:1fr}.features{grid-template-columns:1fr 1fr}.cmd-header-row{grid-template-columns:repeat(2,1fr)}.risk-distribution{grid-template-columns:repeat(3,1fr)}.grid-3{grid-template-columns:1fr 1fr}.grid-4{grid-template-columns:repeat(2,1fr)}.cq-grid{grid-template-columns:1fr}}@media (width<=900px){.app{grid-template-columns:1fr}aside{border-left:0;border-bottom:1px solid var(--border);height:auto;position:relative}.side-bottom{margin-top:14px}header{gap:12px;display:grid}.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}.stats{grid-template-columns:repeat(2,1fr)}.status-list,.features{grid-template-columns:1fr}.cmd-header-row{grid-template-columns:1fr 1fr}.risk-distribution{grid-template-columns:repeat(2,1fr)}.identity-standards,.target-checks,.compliance-grid{grid-template-columns:1fr}}@media (width<=580px){.content{padding:18px}.landing{padding:14px}.hero{padding:30px 0}.case-summary{grid-template-columns:1fr}.case-indicators{justify-items:start}.stats,.cmd-header-row{grid-template-columns:1fr}.account-card .props{grid-template-columns:1fr 1fr}}.mode-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin:16px 0 18px;display:grid}.mode-card{background:var(--panel-2);border:1px solid var(--border);border-radius:var(--radius);text-align:right;min-height:132px;color:var(--text);align-content:start;gap:8px;padding:14px;display:grid}.mode-card svg{color:var(--brand)}.mode-card b{font-size:14px}.mode-card span{color:var(--muted);font-size:12px;line-height:1.7}.mode-card.active{background:var(--brand-soft);border-color:var(--brand);box-shadow:0 0 0 3px #00733b14}.strategic-report-form{margin-top:14px}.insight-strip{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:12px;display:grid}.insight-item{background:linear-gradient(135deg, var(--panel), var(--brand-soft));border:1px solid var(--border);border-radius:var(--radius);gap:5px;padding:12px;display:grid}.insight-item b{color:var(--brand);font-size:12px}.insight-item span{color:var(--text-soft);font-size:13px;line-height:1.7}.strategic-panel{gap:14px;display:grid}.metric-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.metric-box{background:var(--panel);border:1px solid var(--border);border-radius:var(--radius);gap:6px;min-height:96px;padding:14px;display:grid}.metric-box small{color:var(--muted);font-size:12px;font-weight:700}.metric-box b{color:var(--text);font-size:24px;font-weight:800}.metric-box span{color:var(--muted);font-size:12px;line-height:1.6}.metric-box.stable{background:var(--st-stable-bg);border-color:var(--st-stable-br)}.metric-box.watch{background:var(--st-watch-bg);border-color:var(--st-watch-br)}.metric-box.medium{background:var(--st-medium-bg);border-color:var(--st-medium-br)}.metric-box.high{background:var(--st-high-bg);border-color:var(--st-high-br)}.breakdown-card{background:var(--panel);border:1px solid var(--border);border-radius:var(--radius);gap:10px;padding:14px;display:grid}.breakdown-card h5{margin:0;font-size:14px;font-weight:800}.breakdown-card ul{gap:8px;margin:0;padding-inline-start:22px;line-height:1.8;display:grid}.breakdown-card p{margin:0;line-height:1.8}.bar-row{grid-template-columns:110px 1fr 44px;align-items:center;gap:10px;font-size:12px;display:grid}.bar-row>div{background:var(--bg-soft);border:1px solid var(--border);border-radius:999px;height:9px;overflow:hidden}.bar-row i{background:var(--brand);border-radius:999px;height:100%;display:block}.campaign-hero{grid-template-columns:1.4fr repeat(3,minmax(120px,.5fr));align-items:stretch;gap:12px;display:grid}.campaign-hero>div:first-child{background:var(--panel);border:1px solid var(--border);border-radius:var(--radius);padding:16px}.campaign-hero small{color:var(--muted);font-weight:700}.campaign-hero h3{margin:4px 0 8px;font-size:22px}.campaign-hero p{color:var(--text-soft);margin:0;line-height:1.8}.identity-score{background:radial-gradient(circle at top right, var(--brand-soft), var(--panel));border:1px solid var(--border);border-radius:var(--radius-lg);justify-content:space-between;align-items:center;gap:12px;padding:20px;display:flex}.identity-score b{color:var(--brand);font-size:38px}.identity-score span{color:var(--text-soft);font-weight:700}.identity-check{background:var(--panel);border:1px solid var(--border);border-radius:var(--radius);grid-template-columns:1fr auto;align-items:center;gap:8px 14px;padding:14px;display:grid}.identity-check h5{margin:0 0 6px;font-size:14px}.identity-check p{color:var(--muted);margin:0;font-size:12px;line-height:1.7}.identity-check b{color:var(--brand);font-size:20px}.identity-check>span{color:var(--text-soft);grid-column:1/-1;font-size:12px;font-weight:700}@media (width<=1000px){.mode-grid,.metric-grid,.insight-strip,.campaign-hero{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=720px){.mode-grid,.metric-grid,.insight-strip,.campaign-hero{grid-template-columns:1fr}.bar-row{grid-template-columns:88px 1fr 36px}}.evidence-panel,.accounts-panel{gap:12px;display:grid}.evidence-filter-bar{border:1px solid var(--border);background:color-mix(in srgb, var(--panel) 88%, transparent);border-radius:14px;flex-wrap:wrap;align-items:center;gap:8px;padding:8px;display:flex}.evidence-filter-bar .pill{align-items:center;gap:8px;display:inline-flex}.evidence-filter-bar .pill span{background:#0f172a12;border-radius:999px;place-items:center;min-width:22px;height:22px;font-size:12px;font-weight:800;display:inline-grid}.evidence-filter-bar .pill.negative.active,.orientation-chip.negative,.evidence-negative{--tone-bg:var(--st-high-bg);--tone-br:var(--st-high-br);--tone-fg:var(--st-high-fg)}.evidence-filter-bar .pill.positive.active,.orientation-chip.positive,.evidence-positive{--tone-bg:var(--st-stable-bg);--tone-br:var(--st-stable-br);--tone-fg:var(--st-stable-fg)}.evidence-filter-bar .pill.neutral.active,.orientation-chip.neutral,.evidence-neutral{--tone-bg:#eef2ff;--tone-br:#c7d2fe;--tone-fg:#3730a3}.evidence-row.evidence-negative,.evidence-row.evidence-positive,.evidence-row.evidence-neutral{border-inline-start:4px solid var(--tone-br);background:linear-gradient(90deg, color-mix(in srgb, var(--tone-bg) 35%, transparent), var(--panel) 42%)}.evidence-head-modern{gap:7px}.platform-chip{color:#fff;background:#111827;border-radius:10px;flex:none;place-items:center;width:30px;height:30px;font-size:11px;font-weight:900;display:inline-grid}.platform-chip.youtube{background:#dc2626}.platform-chip.tiktok{background:#111827}.platform-chip.instagram{background:linear-gradient(135deg,#f97316,#db2777,#7c3aed)}.orientation-chip{background:var(--tone-bg);border:1px solid var(--tone-br);color:var(--tone-fg);border-radius:999px;align-items:center;padding:4px 9px;font-size:11px;font-weight:800;display:inline-flex}.evidence-footer-modern{align-items:center}.source-link,.latest-source-row a{color:var(--brand);white-space:nowrap;align-items:center;gap:5px;font-weight:800;text-decoration:none;display:inline-flex}.source-link:hover,.latest-source-row a:hover{text-decoration:underline}.history-strip{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;display:grid}.history-strip>div{border:1px solid var(--border);background:var(--panel);border-radius:14px;padding:12px}.history-strip small,.latest-source-row small{color:var(--muted);font-size:11px;display:block}.history-strip b{margin-top:4px;font-size:15px;display:block}.latest-source-row{justify-content:space-between;align-items:center;gap:10px;margin-top:8px;display:flex}.strategic-hero-merged{grid-template-columns:minmax(260px,1fr) repeat(3,minmax(140px,.22fr))}.escalation-card{gap:10px;display:grid}.trigger-item{border:1px solid var(--tone-br,var(--border));background:color-mix(in srgb, var(--tone-bg,var(--panel)) 38%, var(--panel));border-radius:14px;justify-content:space-between;align-items:flex-start;gap:12px;padding:12px;display:flex}.trigger-item p{margin:5px 0;line-height:1.7}.trigger-item small{color:var(--muted)}.advanced-raw{border:1px dashed var(--border);background:var(--panel);border-radius:14px;padding:12px}.advanced-raw summary{cursor:pointer;color:var(--text);font-weight:800}.advanced-raw pre{max-height:360px;margin-top:12px;overflow:auto}@media (width<=900px){.history-strip,.strategic-hero-merged{grid-template-columns:1fr}.trigger-item,.latest-source-row{flex-direction:column;align-items:flex-start}}.entity-chip{border:1px solid var(--border);background:var(--panel-2);color:var(--text);white-space:nowrap;border-radius:999px;align-items:center;gap:6px;padding:3px 9px;font-size:11px;font-weight:600;display:inline-flex}.entity-chip b{font-weight:700}.entity-chip small{color:var(--muted);font-weight:500}.entity-chip.large{background:var(--panel);padding:5px 12px;font-size:13px}.entity-chip.entity-ministry{color:#6a5424;background:#fff8e1;border-color:#b89a47}.entity-chip.entity-edu-department{color:#234d9c;background:#eef3ff;border-color:#5b8def}.entity-chip.entity-school{color:#3a5e2c;background:#effaea;border-color:#6e9c5d}.entity-chip.entity-digital-service{color:#5a3c8c;background:#f5edff;border-color:#8e6cc4}.entity-chip.entity-general{border-color:var(--border);color:var(--muted)}[data-theme=dark] .entity-chip.entity-ministry{color:#f0d784;background:#3b2f12;border-color:#5a4a1f}[data-theme=dark] .entity-chip.entity-edu-department{color:#a6c0ff;background:#1e2a47;border-color:#3a4d80}[data-theme=dark] .entity-chip.entity-school{color:#b8e0a3;background:#1f3018;border-color:#38542c}[data-theme=dark] .entity-chip.entity-digital-service{color:#c9b0ed;background:#2a1f3f;border-color:#4a3870}.entity-toolbar{flex-wrap:wrap;margin-top:8px}.entity-groups{gap:18px;margin-top:4px;display:grid}.entity-group{background:var(--panel-2);border:1px solid var(--border);border-radius:12px;padding:12px}.entity-group-head{border-bottom:1px dashed var(--border);align-items:center;gap:10px;margin-bottom:12px;padding-bottom:10px;display:flex}.entity-group-head small{color:var(--muted);margin-inline-start:auto}.case-tabs-main button{flex:1;justify-content:center;padding:14px 10px;font-size:14px;font-weight:600}.case-tabs-main button.active{background:var(--panel-2);color:var(--brand);border-bottom-color:var(--brand)}.sub-tabs{border-bottom:1px solid var(--border);flex-wrap:wrap;gap:4px;margin-bottom:12px;padding-bottom:12px;display:flex}.sub-tab{border:1px solid var(--border);color:var(--muted);cursor:pointer;background:0 0;border-radius:6px;align-items:center;gap:5px;padding:6px 11px;font-size:12px;display:inline-flex}.sub-tab:hover{color:var(--text)}.sub-tab.active{background:var(--panel-2);color:var(--brand);border-color:var(--brand);font-weight:600}.exec-pane{gap:14px;display:grid}.exec-card{background:linear-gradient(135deg, var(--panel) 0%, var(--panel-2) 100%);border:1px solid var(--border);border-radius:12px;gap:14px;padding:18px;display:grid}.exec-row{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.exec-field{gap:4px;display:grid}.exec-field small{color:var(--muted);text-transform:uppercase;letter-spacing:.3px;font-size:11px;font-weight:600}.exec-field h4{margin:0;font-size:15px;line-height:1.7}.exec-field p{color:var(--text);margin:0;font-size:13px;line-height:1.8}.exec-grid{border-top:1px dashed var(--border);grid-template-columns:2fr 1fr 1fr;gap:16px;padding-top:12px;display:grid}.exec-evidence{background:var(--bg);border:1px solid var(--border);border-radius:10px;padding:12px 14px}.exec-evidence small{color:var(--muted);font-size:11px;font-weight:600}.exec-evidence blockquote{color:var(--text);border:none;margin:6px 0 0;padding:0;font-size:13px;line-height:1.85}.exec-evidence blockquote footer{color:var(--muted);flex-wrap:wrap;align-items:center;gap:6px;margin-top:8px;font-size:11px;display:flex}.exec-evidence blockquote footer .dot{background:var(--muted);opacity:.5;border-radius:50%;width:3px;height:3px;display:inline-block}.exec-evidence blockquote footer .source-link{margin-inline-start:auto}.exec-action{background:var(--panel);border:1px solid var(--border);border-radius:10px;justify-content:space-between;align-items:center;gap:12px;padding:12px 16px;display:flex}.exec-action small{color:var(--muted);margin-bottom:3px;font-size:11px;display:block}.exec-action b{font-size:14px}.exec-action .action-priority{background:var(--bg);border:1px solid var(--border);border-radius:999px;padding:4px 10px;font-size:11px;font-weight:700}.exec-action-urgent{background:var(--st-high-bg);border-color:var(--st-high-br)}.exec-action-urgent .action-priority{background:var(--st-high-fg);color:#fff;border-color:var(--st-high-fg)}.exec-action-high{background:var(--st-medium-bg);border-color:var(--st-medium-br)}.exec-action-high .action-priority{background:var(--st-medium-fg);color:#fff;border-color:var(--st-medium-fg)}.exec-action-low{opacity:.75}.exec-strip{grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:8px;display:grid}.exec-stat{background:var(--panel);border:1px solid var(--border);text-align:center;border-radius:8px;padding:10px 12px}.exec-stat b{color:var(--text);font-size:18px;font-weight:700;display:block}.exec-stat span{color:var(--muted);margin-top:2px;font-size:11px;display:block}.exec-stat.high b{color:var(--st-high-fg)}.exec-stat.medium b{color:var(--st-medium-fg)}.exec-stat.watch b{color:var(--st-watch-fg)}.exec-stat.stable b{color:var(--st-stable-fg)}.exec-stat.brand b{color:var(--brand)}.source-card{background:var(--panel);border:1px solid var(--border);border-radius:10px;gap:8px;margin-bottom:10px;padding:12px 14px;display:grid}.source-card.evidence-negative{border-inline-start:3px solid var(--st-high-fg)}.source-card.evidence-positive{border-inline-start:3px solid var(--st-stable-fg)}.source-card.evidence-neutral{border-inline-start:3px solid var(--st-gray-fg)}.source-card-meta{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.source-card-identity{display:grid}.source-card-identity b{font-size:13px}.source-card-identity small{color:var(--muted);font-size:11px}.source-card-badges{flex-wrap:wrap;gap:5px;margin-inline-start:auto;display:flex}.source-badge{border:1px solid var(--border);background:var(--bg);color:var(--muted);white-space:nowrap;border-radius:999px;padding:3px 8px;font-size:10px;font-weight:700}.source-badge.high{background:var(--st-high-bg);color:var(--st-high-fg);border-color:var(--st-high-br)}.source-badge.medium{background:var(--st-medium-bg);color:var(--st-medium-fg);border-color:var(--st-medium-br)}.source-badge.watch{background:var(--st-watch-bg);color:var(--st-watch-fg);border-color:var(--st-watch-br)}.source-badge.negative{background:var(--st-high-bg);color:var(--st-high-fg);border-color:var(--st-high-br)}.source-badge.positive{background:var(--st-stable-bg);color:var(--st-stable-fg);border-color:var(--st-stable-br)}.source-badge.neutral{background:var(--bg);color:var(--muted)}.source-badge.type{background:var(--panel-2);color:var(--text)}.source-card-text{margin:4px 0 6px;font-size:13px;line-height:1.85}.source-card-footer{color:var(--muted);flex-wrap:wrap;align-items:center;gap:10px;font-size:11px;display:flex}.primary-link{color:var(--brand);align-items:center;gap:4px;margin-inline-start:auto;font-weight:700;display:inline-flex}.decision-pane{gap:16px;display:grid}.decision-path{background:var(--panel);border:1px solid var(--border);border-radius:10px;flex-wrap:wrap;align-items:center;gap:4px;padding:10px;display:flex}.path-step{border:1px solid var(--border);background:var(--bg);color:var(--muted);cursor:pointer;border-radius:8px;align-items:center;gap:6px;padding:8px 14px;font-size:12px;font-weight:600;transition:all .12s;display:inline-flex}.path-step:hover:not(:disabled){background:var(--panel-2);color:var(--text);border-color:var(--brand)}.path-step:disabled{opacity:.6;cursor:not-allowed}.path-step.done{background:var(--st-stable-bg);border-color:var(--st-stable-br);color:var(--st-stable-fg)}.path-step.current{background:var(--brand);color:#fff;border-color:var(--brand);box-shadow:0 1px 3px #00733b4d}.path-arrow{color:var(--muted);opacity:.5}.decision-note-row input{background:var(--panel);border:1px solid var(--border);width:100%;color:var(--text);border-radius:8px;padding:10px 14px;font-family:inherit;font-size:13px}.decision-grid{grid-template-columns:1fr 1fr;gap:14px;display:grid}.decision-recommendations,.decision-timeline{background:var(--panel);border:1px solid var(--border);border-radius:10px;padding:14px}.decision-recommendations h5,.decision-timeline h5{color:var(--text);align-items:center;gap:6px;margin:0 0 12px;font-size:13px;font-weight:700;display:flex}.timeline-log{gap:0;margin:0;padding:0;list-style:none;display:grid;position:relative}.timeline-log:before{content:"";inset-inline-start:6px;background:var(--border);width:1px;position:absolute;top:8px;bottom:8px}.timeline-item{gap:12px;padding:8px 0;display:flex;position:relative}.timeline-item .t-dot{background:var(--bg);border:2px solid var(--muted);z-index:1;border-radius:50%;flex-shrink:0;width:13px;height:13px;margin-top:4px;position:relative}.timeline-item.stage-new .t-dot{border-color:var(--st-gray-fg)}.timeline-item.stage-review .t-dot{border-color:var(--st-watch-fg)}.timeline-item.stage-verify .t-dot{border-color:var(--st-watch-fg);background:var(--st-watch-fg)}.timeline-item.stage-response .t-dot{border-color:var(--st-medium-fg);background:var(--st-medium-fg)}.timeline-item.stage-escalated .t-dot{border-color:var(--st-high-fg);background:var(--st-high-fg)}.timeline-item.stage-closed .t-dot,.timeline-item.closed .t-dot{border-color:var(--st-stable-fg);background:var(--st-stable-fg)}.timeline-item.opened .t-dot{border-color:var(--brand);background:var(--brand)}.timeline-item b{color:var(--text);font-size:13px;font-weight:700}.timeline-item p{color:var(--text);margin:2px 0 3px;font-size:12px;line-height:1.7}.timeline-item small{color:var(--muted);font-size:11px}.unified-actions{background:var(--panel-2);border-top:1px solid var(--border);border-bottom-right-radius:12px;border-bottom-left-radius:12px;flex-wrap:wrap;align-items:center;gap:8px;padding:14px 18px;display:flex}.unified-actions button{align-items:center;gap:5px;font-size:12px;display:inline-flex}.decision-funnel{gap:10px;display:grid}.funnel-row{grid-template-columns:130px 1fr 50px;align-items:center;gap:12px;display:grid}.funnel-label{color:var(--text);align-items:center;gap:6px;font-size:13px;font-weight:600;display:flex}.funnel-bar{background:var(--bg);border:1px solid var(--border);border-radius:999px;height:22px;position:relative;overflow:hidden}.funnel-bar i{border-radius:999px;height:100%;transition:width .25s;display:block}.funnel-count{color:var(--text);text-align:center;font-size:16px;font-weight:700}.escalated-list{gap:8px;display:grid}.escalated-row{background:var(--panel);border:1px solid var(--border);cursor:pointer;text-align:start;color:var(--text);border-radius:10px;align-items:center;gap:12px;padding:10px 14px;font-family:inherit;display:flex}.escalated-row:hover{background:var(--panel-2);border-color:var(--brand)}.escalated-row h5{margin:0 0 4px;font-size:13px;font-weight:700}.escalated-row small{color:var(--muted);font-size:11px}.escalated-row>div:first-child{flex:1}@media (width<=900px){.exec-grid,.decision-grid{grid-template-columns:1fr}.funnel-row{grid-template-columns:100px 1fr 40px}.case-tabs-main button{padding:10px 6px;font-size:12px}.path-arrow{display:none}.decision-path{padding:8px}.path-step{padding:6px 10px;font-size:11px}}@media (width<=580px){.source-card-badges{margin-inline-start:0}.exec-action{flex-direction:column;align-items:flex-start}}.unified-monitor-page{gap:16px;display:grid}.unified-two-col{grid-template-columns:minmax(0,1.1fr) minmax(320px,.9fr);align-items:start;gap:16px;display:grid}.unified-summary{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:12px;display:grid}.unified-summary>div{border:1px solid var(--border);background:var(--soft);border-radius:16px;padding:14px}.unified-summary b{color:var(--brand);font-size:24px;display:block}.unified-summary span{color:var(--muted);font-size:12px}.identity-picker-row{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px;margin-bottom:10px;display:grid}.upload-inline{cursor:pointer;border:1px dashed var(--border);color:var(--brand);background:var(--soft);border-radius:12px;align-items:center;gap:7px;padding:9px 12px;font-weight:700;display:inline-flex}.target-unified-list{gap:10px;display:grid}.target-unified-item{border:1px solid var(--border);background:var(--card);border-radius:14px;justify-content:space-between;align-items:center;gap:12px;padding:10px 12px;display:flex}.target-unified-item.selected{background:#10b9810f;border-color:#10b98173}.target-unified-item label{flex:1;align-items:flex-start;gap:10px;margin:0;display:flex}.target-unified-item small{color:var(--muted);margin-top:4px;display:block}.unified-quality-grid{align-items:start}.result-block+.result-block{border-top:1px solid var(--border);margin-top:18px;padding-top:18px}.result-block h4{margin:0 0 10px;font-size:14px}.mini-compliance-list{gap:8px;margin-top:10px;display:grid}.mini-compliance-item{border:1px solid var(--border);background:var(--soft);border-radius:12px;padding:10px}.mini-compliance-item b,.mini-compliance-item span,.mini-compliance-item small{display:block}.mini-compliance-item span{color:var(--brand);margin:3px 0;font-weight:700}.mini-compliance-item small{color:var(--muted);line-height:1.7}@media (width<=980px){.unified-two-col,.unified-summary,.identity-picker-row{grid-template-columns:1fr}}
