:root{--c-text:#0f172a;--c-text-2:#475569;--c-muted:#64748b;--c-faint:#94a3b8;--c-border:#cbd5e1;--c-border-2:#e2e8f0;--c-bg:#f8fafc;--c-bg-2:#f1f5f9;--c-primary:#384BF5;--c-primary-d:#384BF5;--c-danger:#dc2626;--c-success:#16a34a;--c-warn:#f59e0b;--c-human:#FFF2CC;--c-system:#e2e8f0;--c-tbl-head:var(--c-bg-2);--c-tbl-head-bd:var(--c-border-2);--c-tbl-th:var(--c-text-2);--c-tbl-bd:var(--c-border-2);--c-tbl-strong:var(--c-text);--c-tbl-hover:var(--c-bg);--fs-2xs:9px;--fs-xs:10px;--fs-sm:11px;--fs-base:12px;--fs-md:13px;--fs-lg:14px;--fs-xl:16px;--fs-2xl:18px;--lh-tight:1.2;--lh:1.5;--lh-loose:2.7;--sp-1:4px;--sp-2:6px;--sp-3:8px;--sp-4:12px;--sp-5:16px;--sp-6:24px;--radius:4px;--radius-lg:6px}*{margin:0;padding:0;box-sizing:border-box}html,body{height:auto;overflow-y:auto}body{font-family:Pretendard,-apple-system,BlinkMacSystemFont,system-ui,sans-serif;background:#e2e8f0;color:#1a202c;line-height:1.5}.nav{background:#0f172a;color:#fff;padding:12px 20px;display:flex;align-items:center;gap:24px;max-width:1400px;margin:0 auto}.nav-wrapper{background:#0f172a;position:sticky;top:0;z-index:100}.nav h1{font-size:16px;font-weight:700;letter-spacing:-.3px;white-space:nowrap}.fullscreen-btn{background:none;border:none;color:#64748b;cursor:pointer;font-size:18px;padding:4px;border-radius:4px;line-height:1}.fullscreen-btn:hover{color:#fff;background:#1e293b}.nav-tabs{display:flex;gap:4px}.nav-tab{padding:6px 16px;border-radius:6px;font-size:13px;font-weight:600;cursor:pointer;color:#94a3b8;transition:all .2s}.nav-tab:hover{color:#fff;background:#1e293b}.nav-tab.active{color:#fff;background:#384bf5}.nav-filters{display:flex;gap:8px;align-items:center}.nav-filters select{padding:5px 10px;border-radius:6px;border:1px solid #334155;background:#1e293b;color:#fff;font-size:12px;font-family:inherit}.nav-filters #filter-institution,.nav-filters #filter-company{width:auto}.nav-filters #filter-site{width:280px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.main{max-width:1400px;margin:0 auto;padding:20px}.page{display:none}.page.active{display:block}.kpi-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:16px;margin-bottom:20px}.kpi-card{background:#fff;border-radius:10px;padding:14px 18px 10px;border:1px solid #e2e8f0;box-shadow:0 1px 3px #0000000a;display:flex;flex-direction:column;min-width:0;overflow:hidden}.kpi-label{font-size:12px;font-weight:600;color:#64748b;margin-bottom:2px}.kpi-value{font-size:28px;font-weight:800;color:#0f172a;letter-spacing:-.5px;line-height:1.15;white-space:nowrap;overflow:hidden;text-overflow:clip}.kpi-foreign{font-size:14px;color:#334155;margin-top:6px;line-height:1.2;text-align:right}.kpi-sub{font-size:11px;color:#94a3b8;margin-top:3px;text-align:left}.kpi-card.primary{border-left:4px solid #384BF5;background:linear-gradient(135deg,#fff,#f0f5ff)}.kpi-card.success{border-left:4px solid #16a34a;background:linear-gradient(135deg,#fff,#f0fdf4)}.kpi-card.warning{border-left:4px solid #f59e0b;background:linear-gradient(135deg,#fff,#fffbeb)}.kpi-card.info{border-left:4px solid #64748b;background:linear-gradient(135deg,#fff,#f8fafc)}.chart-row{display:grid;gap:16px;margin-bottom:16px}.chart-row.two{grid-template-columns:2fr 1fr}.chart-row.daily-layout{grid-template-columns:1fr}.chart-row.equal{grid-template-columns:1fr 1fr}.chart-row.full{grid-template-columns:1fr}.card{background:#fff;border-radius:8px;padding:20px;border:1px solid var(--c-border-2);min-width:0;overflow:hidden;box-shadow:0 1px 3px #0000000a;position:relative;transition:opacity .18s ease}.is-stale{opacity:.55;transition:opacity .18s ease;pointer-events:none}.card.is-stale:after,.kpi-grid.is-stale:after{content:"";position:absolute;top:10px;right:12px;width:10px;height:10px;border-radius:50%;border:2px solid #cbd5e1;border-top-color:#384bf5;animation:spin .8s linear infinite}.kpi-grid{position:relative}@keyframes spin{to{transform:rotate(360deg)}}.card-title{font-size:var(--fs-lg);font-weight:700;color:var(--c-text);margin-bottom:12px;padding-left:10px;border-left:4px solid var(--c-primary);display:flex;align-items:center;gap:8px}.card-transparent{background:#fff!important;box-shadow:0 1px 3px #0000000a}:fullscreen .card.card-transparent{background:#121926!important;box-shadow:none!important;border-color:#2d3a4d!important}.card-title .sub{font-size:var(--fs-sm);font-weight:500;color:var(--c-faint);margin-left:8px}.chart-container{position:relative;width:100%}.chart-container.h250{height:250px}.chart-container.h300{height:270px}.chart-container.h200{height:200px}.chart-scroll{overflow-x:auto;max-width:100%}#sites-perf-row .sp-chart-container{height:233px}#sites-perf-row .sp-chart-frame{height:100%}:fullscreen #sites-perf-row .sp-chart-container{height:242px}:fullscreen body.tab-monitor .chart-row.two .chart-container.h300{height:316px!important}.data-table{width:100%;border-collapse:collapse;font-size:var(--fs-md)}.data-table thead{background:var(--c-tbl-head);border-bottom:1px solid var(--c-tbl-head-bd)}.data-table th{padding:10px 12px;text-align:center;font-weight:400;color:var(--c-tbl-th);font-size:var(--fs-sm);letter-spacing:.2px}.data-table th:first-child{text-align:left}.data-table td{padding:10px 12px;text-align:center;border-bottom:1px solid var(--c-tbl-bd);font-size:var(--fs-base)}.data-table td:first-child{text-align:left;font-weight:500;color:var(--c-tbl-strong)}#prog-table tbody td:nth-child(2),#company-stats-fixed-table tbody td:nth-child(2),#company-stats-table tbody td:nth-child(2),#company-stats-pinned td:nth-child(2){font-weight:500;color:var(--c-tbl-strong)}.data-table tr:hover{background:var(--c-tbl-hover)}.data-table .num{font-variant-numeric:tabular-nums}.data-table .primary{color:var(--c-primary);font-weight:700}.data-table .muted{color:var(--c-faint)}.legend-bar{display:flex;gap:16px;font-size:11px;font-weight:600;color:#475569;margin-bottom:8px;justify-content:flex-end}.legend-dot{display:inline-block;width:10px;height:10px;border-radius:50%;margin-right:4px;vertical-align:middle}.footer{text-align:center;font-size:11px;color:#94a3b8;padding:20px}.period-btn{padding:3px 10px;border-radius:var(--radius);font-size:var(--fs-sm);font-weight:600;color:var(--c-faint);background:var(--c-bg-2);cursor:pointer;transition:all .15s;-webkit-user-select:none;user-select:none}.period-btn:hover{color:var(--c-text-2);background:var(--c-border-2)}.period-btn.active{color:#fff;background:var(--c-primary)}.bottom-period-tabs{display:flex;gap:3px}.bp-tab{padding:4px 12px;border-radius:var(--radius);font-size:var(--fs-md);font-weight:600;color:var(--c-faint);background:var(--c-bg-2);cursor:pointer;transition:all .15s;-webkit-user-select:none;user-select:none}.bp-tab:hover{color:var(--c-text-2);background:var(--c-border-2)}.bp-tab.active{color:#fff;background:var(--c-primary)}.nav .bp-tab{background:#1e293b;color:#94a3b8}.nav .bp-tab:hover{color:#fff;background:#334155}.nav .bp-tab.active{color:#fff;background:#384bf5}:fullscreen body,::backdrop{background:#0a0f1a}:fullscreen body{color:#e2e8f0}:fullscreen .nav-wrapper{margin-top:30px}:fullscreen body.tab-monitor .safee-sidebar,:fullscreen body.tab-analytics .safee-sidebar,:fullscreen body.tab-analytics .safee-header{display:none!important}:fullscreen body.tab-monitor .safee-header{position:static!important;left:auto!important;right:auto!important;width:auto!important}:fullscreen body.tab-monitor .monitor-scope,:fullscreen body.tab-analytics .analytics-scope{padding-left:0!important;padding-top:0!important}:fullscreen body.tab-monitor .main,:fullscreen body.tab-analytics .main,:fullscreen body.tab-monitor .nav,:fullscreen body.tab-monitor #header-divider,:fullscreen body.tab-analytics .ana-main{margin-left:auto!important;margin-right:auto!important}:fullscreen body.tab-monitor .nav{max-width:1400px!important;width:100%!important;box-sizing:border-box!important}:fullscreen body.tab-monitor .nav-wrapper{position:sticky!important;top:0!important;left:auto!important;right:auto!important;margin-left:auto!important;margin-right:auto!important;margin-top:0!important;max-width:1400px!important;width:100%!important;box-sizing:border-box!important;background:#0f172a!important}:fullscreen body.tab-monitor{background:#0f172a!important}:fullscreen body.tab-monitor .main{background:#0f172a!important}:fullscreen .main{background:#0a0f1a}:fullscreen .nav-wrapper{background:#020617}:fullscreen .nav{background:#020617}:fullscreen body.tab-monitor .safee-header,:fullscreen body.tab-monitor .nav-wrapper,:fullscreen body.tab-monitor .monitor-scope .nav,:fullscreen body.tab-monitor .mon-filter-row{background:#0f172a!important}:fullscreen body.tab-monitor .main,:fullscreen body.tab-analytics .main,:fullscreen body.tab-monitor .nav,:fullscreen body.tab-monitor .nav-wrapper,:fullscreen body.tab-analytics .ana-main{max-width:none!important;width:100%!important;margin-left:0!important;margin-right:0!important}:fullscreen body{overflow-x:hidden!important}:fullscreen body.tab-monitor{--fs-inset-y: 30px;--fs-inset-x: 60px}:fullscreen body.tab-monitor .safee-header,:fullscreen body.tab-monitor .nav-wrapper,:fullscreen body.tab-monitor .monitor-scope .main{width:calc(100vw - (var(--fs-inset-x) * 2))!important;max-width:none!important;margin-left:var(--fs-inset-x)!important;margin-right:var(--fs-inset-x)!important;box-sizing:border-box!important}:fullscreen body.tab-monitor .safee-header{margin-top:var(--fs-inset-y)!important}:fullscreen body.tab-monitor .monitor-scope .main{padding-bottom:var(--fs-inset-y)!important}:fullscreen .kpi-card,:fullscreen .card{background:linear-gradient(135deg,#1a2332,#0f172a)!important;border-color:#2d3a4d!important;box-shadow:0 4px 16px #00000080!important}:fullscreen .kpi-value{color:#f1f5f9!important}:fullscreen #kpi-users .kpi-value{color:#f1f5f9!important}:fullscreen .kpi-label{color:#94a3b8}:fullscreen .kpi-sub{color:#64748b}:fullscreen .kpi-foreign{color:#94a3b8!important}:fullscreen .kpi-foreign .foreign-num{color:#e2e8f0!important}:fullscreen .card-title{color:#e2e8f0;border-left-color:#384bf5}:fullscreen .card-title .sub{color:#64748b}:fullscreen .data-table{color:#cbd5e1}:fullscreen .data-table thead{background:transparent!important;border-color:#2d3a4d!important}:fullscreen .data-table thead th{color:#94a3b8!important}:fullscreen .data-table td{border-color:#1a2332!important;color:#cbd5e1}:fullscreen .data-table td:first-child{color:#e2e8f0}:fullscreen #prog-table tbody td:nth-child(2),:fullscreen #company-stats-fixed-table tbody td:nth-child(2),:fullscreen #company-stats-table tbody td:nth-child(2),:fullscreen #company-stats-pinned td:nth-child(2){color:#e2e8f0!important}:fullscreen .data-table tr:hover{background:#162032!important}:fullscreen .period-btn{background:#334155;color:#94a3b8}:fullscreen .period-btn:hover{background:#475569;color:#fff}:fullscreen .period-btn.active{background:#384bf5;color:#fff}#company-stats-rank-toggle .bp-tab,#company-stats-period-toggle .bp-tab,#lang-metric-toggle .bp-tab,.bottom-period-tabs[data-target=site] .bp-tab{padding:3px 10px;font-size:11px}:fullscreen .bottom-period-tabs[data-target=sitetable] .bp-tab{background:#1e293b!important;color:#94a3b8!important;border:1px solid #2d3a4d!important}:fullscreen .bottom-period-tabs[data-target=sitetable] .bp-tab:hover{background:#334155!important;color:#e2e8f0!important}:fullscreen .bottom-period-tabs[data-target=sitetable] .bp-tab.active{background:#384bf5!important;color:#fff!important;border-color:#384bf5!important}:fullscreen #company-stats-rank-toggle .bp-tab,:fullscreen #company-stats-period-toggle .bp-tab,:fullscreen #lang-metric-toggle .bp-tab,:fullscreen .bottom-period-tabs[data-target=site] .bp-tab{background:#334155!important;color:#94a3b8!important}:fullscreen #company-stats-rank-toggle .bp-tab:hover,:fullscreen #company-stats-period-toggle .bp-tab:hover,:fullscreen #lang-metric-toggle .bp-tab:hover,:fullscreen .bottom-period-tabs[data-target=site] .bp-tab:hover{background:#475569!important;color:#e2e8f0!important}:fullscreen #company-stats-rank-toggle .bp-tab.active,:fullscreen #company-stats-period-toggle .bp-tab.active,:fullscreen #lang-metric-toggle .bp-tab.active,:fullscreen .bottom-period-tabs[data-target=site] .bp-tab.active{background:#384bf5!important;color:#fff!important}:fullscreen #company-stats-pinned tr td{background:#0b1220!important;color:#60a5fa!important}:fullscreen .chart-scroll{scrollbar-color:#475569 #1a2332}:fullscreen #lang-detail{color:#94a3b8!important}:fullscreen #safee-logo{opacity:1!important}:fullscreen #header-divider{border-color:#334155!important}:fullscreen .page{display:none!important}:fullscreen #site-table-section{display:none!important}:fullscreen #btn-download{display:none!important}:fullscreen #fs-view-toggle{display:flex!important}:fullscreen .main{overflow:hidden!important;max-height:100vh!important}:fullscreen #site-table-scroll{max-height:347px!important;overflow-y:auto!important}:fullscreen body.tab-monitor .chart-row.two>.card:last-child{display:flex!important;flex-direction:column!important;justify-content:space-evenly!important}:fullscreen body.tab-monitor .chart-row.two>.card:last-child>div{margin-top:0!important}:fullscreen #company-table td{color:#cbd5e1}:fullscreen[data-fs-view=site] #company-table thead{background:#0f172a!important}:fullscreen[data-fs-view=site] #company-table thead th{color:#94a3b8!important}:fullscreen .footer{display:none}@media(max-width:900px){.kpi-grid{grid-template-columns:repeat(2,1fr)}.chart-row.two,.chart-row.equal{grid-template-columns:1fr}}.safee-sidebar{position:fixed;left:0;width:220px;background:#0f172a;color:#fff;z-index:1950;display:flex;flex-direction:column;border-right:1px solid #0a1220;top:52px;height:calc(100vh - 52px);padding-top:46px}.safee-sidebar .ss-nav{flex:1;overflow-y:auto;padding:8px 0}.safee-sidebar .ss-item{display:flex;align-items:center;gap:10px;padding:10px 18px;color:#94a3b8;cursor:pointer;font-size:13px;font-weight:600;border-left:3px solid transparent;transition:all .15s;text-decoration:none;-webkit-user-select:none;user-select:none}.safee-sidebar .ss-item .ic{font-size:14px;opacity:.9}.safee-sidebar .ss-item:hover{color:#fff;background:#1e293b}.safee-sidebar .ss-item.active{background:#2563eb2e;color:#60a5fa;border-left-color:#384bf5;font-weight:700}.safee-sidebar .ss-submenu{padding:2px 0 8px;background:#0a1220}.safee-sidebar .ss-sub{display:flex;align-items:center;padding:8px 18px 8px 44px;color:#94a3b8;cursor:pointer;font-size:13px;font-weight:500;border-left:3px solid transparent;transition:all .15s;text-decoration:none}.safee-sidebar .ss-sub:hover{color:#fff;background:#131c2e}.safee-sidebar .ss-sub.active{color:#60a5fa;background:#2563eb1f;border-left-color:#384bf5;font-weight:700}.safee-sidebar .ss-sub .cnt{margin-left:auto;background:#ef4444;color:#fff;font-size:10px;padding:1px 7px;border-radius:10px;font-weight:700}.safee-sidebar .ss-sub.ss-sub-sep{margin-top:6px;padding-top:12px;border-top:1px solid #1e293b}.safee-sidebar .ss-sub .ic{margin-right:6px;font-size:14px}.safee-sidebar .ss-util-item{font-size:12px!important;font-weight:400!important;letter-spacing:0;display:flex;align-items:center}.safee-sidebar .ss-util-item .ic{font-size:13px!important;opacity:.85;margin-right:0!important;margin-left:auto}.safee-sidebar .ss-foot{padding:10px 18px;border-top:1px solid #1e293b;font-size:11px;color:#475569}.safee-header{position:fixed;top:0;left:0;right:0;z-index:2000;height:52px;background:linear-gradient(90deg,#0b1220,#131c2e);border-bottom:1px solid #1e293b;box-shadow:0 2px 10px #00000059;display:flex;align-items:center;padding:0 24px}.safee-header .brand{display:flex;align-items:baseline;gap:12px;padding-right:22px;height:100%}.safee-header .brand .system-name{font-size:18px;font-weight:800;color:#f1f5f9;letter-spacing:-.3px;white-space:nowrap;line-height:52px}.safee-header .brand .divider{width:1px;height:18px;background:#334155;align-self:center}.safee-header .brand .title{font-size:14px;font-weight:600;color:#94a3b8;letter-spacing:-.1px;white-space:nowrap;line-height:52px}.safee-meta{margin-left:auto;display:flex;align-items:center;gap:12px;font-size:12px;color:#94a3b8}.safee-meta .div{width:1px;height:14px;background:#334155}.safee-meta strong{color:#e2e8f0;font-weight:600}.safee-subbar{position:fixed;top:52px;left:220px;right:0;z-index:1900;height:46px;background:#0f172a;border-bottom:1px solid #1e293b;display:flex;align-items:center;padding:0 28px}.safee-subbar .page-name{font-size:16px;font-weight:700;color:#f1f5f9;letter-spacing:-.3px}.safee-subbar .crumb{font-size:12px;color:#64748b;margin-left:12px;padding-left:12px;border-left:1px solid #334155}.safee-subbar .right{margin-left:auto;display:flex;align-items:center;gap:12px;font-size:12px;color:#94a3b8}.safee-subbar .right .div{width:1px;height:14px;background:#334155}.safee-subbar .right b{color:#e2e8f0;font-weight:600}body.tab-monitor .admin-scope,body.tab-monitor .analytics-scope,body.tab-monitor .media-scope,body.tab-monitor .report-scope,body.tab-admin .monitor-scope,body.tab-admin .analytics-scope,body.tab-admin .media-scope,body.tab-admin .report-scope,body.tab-analytics .monitor-scope,body.tab-analytics .admin-scope,body.tab-analytics .media-scope,body.tab-analytics .report-scope,body.tab-media .monitor-scope,body.tab-media .admin-scope,body.tab-media .analytics-scope,body.tab-media .report-scope,body.tab-media .risk-scope,body.tab-report .monitor-scope,body.tab-report .admin-scope,body.tab-report .analytics-scope,body.tab-report .media-scope,body.tab-report .risk-scope,body.tab-monitor .risk-scope,body.tab-admin .risk-scope,body.tab-analytics .risk-scope{display:none!important}:fullscreen body.tab-monitor #site-table-section{display:none!important}:fullscreen body.tab-monitor #sites-perf-row{display:none!important}:fullscreen[data-fs-view=summary] body.tab-monitor #sites-perf-row{display:grid!important}:fullscreen[data-fs-view=summary] body.tab-monitor .chart-row.equal{display:none!important}:fullscreen[data-fs-view=site] body.tab-monitor #sites-perf-row{display:grid!important}:fullscreen[data-fs-view=site] body.tab-monitor #site-table-section{display:block!important}:fullscreen[data-fs-view=site] body.tab-monitor .chart-row.two,:fullscreen[data-fs-view=site] body.tab-monitor .chart-row.equal{display:none!important}:fullscreen body.tab-monitor .chart-row.equal .card{height:320px!important}:fullscreen #sp-selected-count{color:#e2e8f0!important}:fullscreen #sp-selected-count b{color:#60a5fa!important}:fullscreen #sp-search-input{background:#1e293b!important;border-color:#334155!important;color:#e2e8f0!important}:fullscreen #sp-search-input::placeholder{color:#64748b!important}:fullscreen #sp-search-input:focus{border-color:#384bf5!important;box-shadow:0 0 0 2px #384bf526!important}:fullscreen #sp-search-suggest{background:#0f172a!important;border-color:#334155!important;color:#cbd5e1!important}:fullscreen #sp-search-suggest .sp-suggest-item{color:#cbd5e1!important}:fullscreen #sp-search-suggest .sp-suggest-item:hover{background:#1e293b!important}:fullscreen #sp-search-clear{background:#475569!important}:fullscreen #sp-selection-info,:fullscreen #sp-selection-info span{color:#e2e8f0!important}:fullscreen #sp-selection-info b{color:#60a5fa!important}:fullscreen #sp-zoom-toggle .period-btn,:fullscreen #sp-color-toggle .period-btn{background:#334155!important;color:#94a3b8!important}:fullscreen #sp-zoom-toggle .period-btn.active,:fullscreen #sp-color-toggle .period-btn.active{background:#384bf5!important;color:#fff!important}:fullscreen .legend-bar{color:#94a3b8}.analytics-scope{padding-left:220px;padding-top:98px;min-height:calc(100vh - 52px);background:#f1f5f9}.analytics-scope .ana-main{max-width:1400px;padding:18px 20px 28px}.analytics-scope .ana-header .ana-toggle{display:inline-flex;gap:2px;background:#1e293b;border-radius:6px;padding:2px}.analytics-scope .ana-header .ana-toggle button{background:transparent;color:#94a3b8;border:none;padding:4px 12px;font-size:11px;font-weight:600;border-radius:4px;cursor:pointer;font-family:inherit}.analytics-scope .ana-header .ana-toggle button.active{background:#384bf5;color:#fff}.analytics-scope .ana-header label{display:inline-flex;align-items:center;gap:4px;cursor:pointer;font-size:11px;color:#cbd5e1}.analytics-scope .ana-header label input{accent-color:#384BF5}.analytics-scope .ana-header .ana-right{margin-left:auto;color:#64748b;font-size:11px}.analytics-scope .ana-card{background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:20px;box-shadow:0 1px 3px #0000000a;margin-bottom:16px;min-width:0;overflow:hidden}.analytics-scope .ana-card h3{font-size:14px;font-weight:700;color:#1e293b;margin-bottom:4px;padding-left:10px;border-left:4px solid #384BF5;display:flex;align-items:center;justify-content:space-between;gap:8px;min-height:22px}.analytics-scope .ana-card h3 .ana-hint{font-size:11px;color:#94a3b8;font-weight:500;margin-left:6px}.analytics-scope .ana-card .ana-sub{font-size:11px;color:#64748b;margin-bottom:12px;padding-left:14px}.analytics-scope .ana-card .ana-body{margin-top:8px}.analytics-scope .ana-ctrls{display:flex;gap:8px;align-items:center;flex-wrap:wrap;font-size:11px;color:#475569}.analytics-scope .ana-ctrls .chk-chip{display:inline-flex;align-items:center;gap:4px;background:#f1f5f9;padding:3px 10px;border-radius:12px;cursor:pointer;-webkit-user-select:none;user-select:none}.analytics-scope .ana-ctrls .chk-chip input{accent-color:#384BF5}.analytics-scope .ana-ctrls .chk-chip.on{background:#dbeafe;color:#1e40af}.analytics-scope .ana-ctrls .ft-btn{padding:3px 10px;border:1px solid #cbd5e1;background:#fff;color:#475569;border-radius:4px;font-size:11px;cursor:pointer}.analytics-scope .ana-ctrls .ft-btn.active{background:#384bf5;color:#fff;border-color:#384bf5}.analytics-scope .chart-scroll .chart-wide.w-ft{min-width:720px}.analytics-scope .ana-ctrls select{padding:4px 8px;border:1px solid #cbd5e1;border-radius:6px;font-size:11px;background:#fff}.analytics-scope .ana-grid-2{display:grid;grid-template-columns:1fr 1fr;gap:14px}.analytics-scope .rd-kpi-bar{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:16px}.analytics-scope .rd-kpi{background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:14px 16px 12px;box-shadow:0 1px 3px #0000000a;border-left:4px solid #384BF5;display:flex;flex-direction:column;gap:2px;min-height:92px;position:relative;overflow:hidden}.analytics-scope .rd-kpi.kpi-blue{border-left-color:#384bf5;background:linear-gradient(135deg,#eff6ff,#fff 40%)}.analytics-scope .rd-kpi.kpi-green{border-left-color:#16a34a;background:linear-gradient(135deg,#f0fdf4,#fff 40%)}.analytics-scope .rd-kpi.kpi-orange{border-left-color:#f59e0b;background:linear-gradient(135deg,#fffbeb,#fff 40%)}.analytics-scope .rd-kpi.kpi-slate{border-left-color:#64748b}.analytics-scope .rd-kpi .rd-row1{display:flex;align-items:center;justify-content:space-between;font-size:12px;color:#64748b;font-weight:600}.analytics-scope .rd-kpi .rd-val{font-size:26px;font-weight:800;color:#0f172a;line-height:1.1;margin-top:2px;display:flex;align-items:baseline;gap:8px}.analytics-scope .rd-kpi .rd-val .rd-delta{font-size:11px;color:#64748b;font-weight:500}.analytics-scope .rd-kpi .rd-sub{font-size:11px;color:#94a3b8;margin-top:4px}.analytics-scope .rd-kpi .rd-bot{display:flex;justify-content:space-between;align-items:center;margin-top:auto;padding-top:6px}.analytics-scope .rd-kpi .rd-foreign{font-size:11px;color:#475569;font-weight:700}.analytics-scope .rd-kpi .rd-foreign strong{color:#0f172a;font-weight:800}.analytics-scope .rd-kpi .rd-foreign .rd-f-ratio{color:#94a3b8;font-weight:500;margin-left:4px}.analytics-scope .rd-badge{display:inline-block;padding:2px 8px;border-radius:10px;font-size:10px;font-weight:700}.analytics-scope .rd-badge.b-active{background:#384bf5;color:#fff}.analytics-scope .rd-badge.b-good{background:#22c55e;color:#fff}.analytics-scope .rd-badge.b-warn{background:#f59e0b;color:#fff}.analytics-scope .rd-badge.b-danger{background:#ef4444;color:#fff}.analytics-scope .ana-kpi-bar{display:none}.analytics-scope canvas{max-width:100%;display:block}.analytics-scope .chart-wrap{position:relative;width:100%;height:240px}.analytics-scope .chart-wrap.h-sm{height:200px}.analytics-scope .chart-wrap.h-md{height:260px}.analytics-scope .chart-wrap.h-lg{height:500px}.analytics-scope .chart-wrap.h-xl{height:260px}.analytics-scope .chart-scroll{overflow-x:auto;overflow-y:hidden;width:100%;scrollbar-width:thin;scrollbar-color:#94a3b8 #f1f5f9}.analytics-scope .chart-scroll::-webkit-scrollbar{height:8px}.analytics-scope .chart-scroll::-webkit-scrollbar-thumb{background:#94a3b8;border-radius:4px}.analytics-scope .chart-scroll::-webkit-scrollbar-track{background:#f1f5f9}.analytics-scope .chart-scroll .chart-wide{position:relative;height:240px}.analytics-scope .chart-scroll .chart-wide.w-22,.analytics-scope .chart-scroll .chart-wide.w-quiz{min-width:1260px}.analytics-scope .chart-scroll .chart-wide.w-12{min-width:720px}.analytics-scope .chart-scroll .chart-wide.w-24{min-width:1380px}.analytics-scope .sa-panel{display:grid;grid-auto-rows:auto;gap:2px 4px;font-size:10px;color:#94a3b8;padding:6px 4px 4px}.analytics-scope .sa-avg{text-align:center;font-weight:800;color:#1e293b;font-size:12px;padding-bottom:2px}.analytics-scope .sa-bar{height:65px;display:flex;align-items:flex-end;justify-content:center}.analytics-scope .sa-bar-fill{width:24px;background:#384bf5;border-radius:3px 3px 0 0;min-height:1px}.analytics-scope .sa-code{text-align:center;font-weight:700;font-size:11px;color:#64748b;padding:6px 0 4px;border-top:1px solid #cbd5e1}.analytics-scope .sa-score-label{text-align:center;color:#94a3b8;font-weight:600;background:#f8fafc;padding:2px 0;font-size:10px}.analytics-scope .sa-count{text-align:center;padding:2px 0;font-variant-numeric:tabular-nums;border-bottom:1px solid #f1f5f9;font-size:10px;color:#94a3b8}.analytics-scope .survey-scroll{height:220px;overflow-y:auto;overflow-x:hidden;border:1px solid #e2e8f0;border-radius:6px;scrollbar-width:thin;scrollbar-color:#94a3b8 #f1f5f9}.analytics-scope .survey-scroll::-webkit-scrollbar{width:6px}.analytics-scope .survey-scroll::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.analytics-scope .survey-scroll::-webkit-scrollbar-thumb:hover{background:#94a3b8}.analytics-scope .survey-table{width:100%;border-collapse:collapse;font-size:12px}.analytics-scope .survey-table thead th{position:sticky;top:0;z-index:1}.analytics-scope .survey-table th{padding:10px 8px;background:var(--c-bg-2);color:var(--c-text-2);font-weight:400;font-size:11px;letter-spacing:.2px;border-bottom:1px solid var(--c-border-2);text-align:center}.analytics-scope .survey-table th.st-label{text-align:left;width:64px}.analytics-scope .survey-table th.st-bar{width:auto}.analytics-scope .survey-table th.st-avg{width:54px;text-align:right}.analytics-scope .survey-table td{padding:7px 8px;border-bottom:1px solid #f1f5f9;text-align:center;color:#334155}.analytics-scope .survey-table tr:last-child td{border-bottom:none}.analytics-scope .survey-table td.st-label{text-align:left;font-weight:700;color:#1e293b}.analytics-scope .survey-table td.st-bar{padding:0 10px 0 4px}.analytics-scope .survey-table td.st-avg{font-weight:800;color:#dc2626;text-align:right;font-size:13px}.analytics-scope .survey-table td.st-skip{color:#94a3b8;font-style:italic}.analytics-scope .bar-track{position:relative;height:18px;background:#f1f5f9;border-radius:3px;overflow:hidden}.analytics-scope .bar-fill{height:100%;background:#384bf5;border-radius:3px 0 0 3px}.analytics-scope .bar-grid{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background-image:repeating-linear-gradient(to right,transparent 0 19.9%,#cbd5e1 19.9% 20%);opacity:.5}.analytics-scope .heat-table{width:100%;border-collapse:collapse;font-size:12px;table-layout:fixed}.analytics-scope .heat-table th,.analytics-scope .heat-table td{padding:0;text-align:center;border:1px solid #e2e8f0}.analytics-scope .heat-table th{background:var(--c-bg-2);color:var(--c-text-2);font-weight:400;padding:6px 0;font-size:11px;letter-spacing:.2px}.analytics-scope .heat-table th.heat-day-h{width:44px}.analytics-scope .heat-table td{color:#fff;font-weight:700;height:31px;font-size:11px}.monitor-scope{padding-left:220px;padding-top:98px}.monitor-scope .nav,.monitor-scope .main,.monitor-scope #header-divider,.monitor-scope [style*=max-width]{max-width:1400px!important;margin-left:0!important;margin-right:0!important}.monitor-scope .main{padding:20px!important}body.tab-monitor .safee-subbar{display:none!important}body.tab-monitor .nav-wrapper{position:fixed!important;top:52px!important;left:0!important;right:0!important;z-index:1000;background:#0f172a!important;border-bottom:1px solid #1e293b!important;padding:4px 20px 4px 220px!important;height:46px!important;box-sizing:border-box!important;display:flex!important;align-items:center!important}body.tab-monitor .safee-sidebar{top:98px!important;padding-top:0!important;height:calc(100vh - 98px)!important}:fullscreen body.tab-monitor .nav-wrapper{padding-left:20px!important}body.tab-monitor .nav-wrapper .nav>div>*{flex-shrink:0}body.tab-monitor .mon-filter-row{scrollbar-width:none;-ms-overflow-style:none}body.tab-monitor .mon-filter-row::-webkit-scrollbar{display:none;height:0;width:0}body.tab-monitor .safee-header{background:#0f172a!important;box-shadow:none!important;border-bottom:none!important}body.tab-monitor #filter-institution{max-width:102px}body.tab-monitor #filter-company{max-width:128px}body.tab-monitor .nav-filters select{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:0 0 auto}@media(max-width:1519px){body.tab-monitor #btn-download{display:none!important}}@media(max-width:1439px){body.tab-monitor .mon-ym-group{display:none!important}}body.tab-monitor #nav-title,body.tab-monitor #safee-logo{display:none!important}body.tab-monitor .monitor-scope .nav>div:first-child{display:none!important}body.tab-monitor .monitor-scope .nav{padding:0!important}body.tab-monitor #nav-data-date{display:none!important}body.tab-monitor #filter-site{max-width:155px}body.tab-monitor .safee-header .safee-meta,body.tab-analytics .safee-header .safee-meta{display:none!important}body.tab-monitor .safee-header #safee-header-date-box,body.tab-analytics .safee-header #safee-header-date-box{display:flex!important;align-items:center;margin-left:auto}body.tab-analytics #safee-header-site,body.tab-analytics .safee-subbar .right{display:none!important}.media-scope{padding-left:220px;padding-top:98px;min-height:100vh;background:#f1f5f9}.media-scope .ma-main{max-width:1400px;padding:18px 20px 28px;margin:0}.report-scope{padding-left:220px;padding-top:98px;min-height:100vh;background:#f1f5f9}.report-scope .rep-main{max-width:834px;padding:18px 20px 28px;margin:0}.report-scope .ma-page-title{font-size:18px;font-weight:700;color:#0f172a;display:flex;align-items:center;gap:10px}.report-scope .ma-page-sub{font-size:12px;color:#64748b}.report-scope .rep-pagebar{display:flex;align-items:center;gap:10px;max-width:794px;margin:0 auto 8px;padding:6px 12px;background:#f1f5f9;border:1px solid #cbd5e1;border-radius:6px;font-size:12px;color:#475569;flex-wrap:wrap;min-width:0;box-sizing:border-box}.report-scope .rep-pagebar .sp{flex:1 1 auto}.report-scope .rep-pagebar-label{font-weight:700;color:#334155;white-space:nowrap;flex:0 0 64px;width:64px}.report-scope .rep-pagebar-btn{padding:3px 10px;border:1px solid #cbd5e1;background:#fff;color:#334155;border-radius:4px;cursor:pointer;font-size:12px;font-weight:600;white-space:nowrap}.report-scope .rep-pagebar-btn:hover{background:#e2e8f0}.report-scope .rep-pagebar-btn:disabled{color:#94a3b8;cursor:not-allowed;background:#f8fafc}.report-scope .rep-pagebar-pos{font-weight:700;color:#0f172a;font-variant-numeric:tabular-nums;white-space:nowrap}.report-scope .rep-pagebar-name{font-weight:700;color:#0f172a;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:240px}.report-scope .rep-pagebar-mid{flex:0 0 240px;width:240px;max-width:240px;text-align:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.report-scope .rep-pagebar-mid .rep-pagebar-name{max-width:none}.report-scope .rep-pagebar-action{padding:3px 12px;border:1px solid #384BF5;background:#fff;color:#384bf5;border-radius:4px;cursor:pointer;font-size:12px;font-weight:700;white-space:nowrap}.report-scope .rep-pagebar-action:hover{background:#eff6ff}.report-scope .rep-pagebar select{padding:2px 6px;border:1px solid #cbd5e1;border-radius:4px;font-size:12px;color:#334155;background:#fff}.report-scope .rep-kpi-card{background:#fff;border:1px solid #e2e8f0;border-radius:6px;padding:10px 12px;border-top:3px solid #475569;min-width:0;overflow:hidden}.report-scope .rep-kpi-card[data-color=green]{border-top-color:#16a34a}.report-scope .rep-kpi-card[data-color=amber]{border-top-color:#f59e0b}.report-scope .rep-kpi-card[data-color=slate]{border-top-color:#64748b}.report-scope .rep-kpi-card[data-color=primary]{border-top-color:#384bf5}.report-scope .rep-kpi-label{font-size:10px;font-weight:600;color:#64748b;display:flex;justify-content:space-between;align-items:center;white-space:nowrap;overflow:hidden}.report-scope .rep-kpi-label>span:first-child{overflow:hidden;text-overflow:ellipsis}.report-scope .rep-kpi-tag{font-size:9px;font-weight:600;color:#94a3b8;padding:1px 5px;border:1px solid #e2e8f0;border-radius:8px;flex-shrink:0}.report-scope .rep-kpi-title{font-size:10px;font-weight:600;color:#64748b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.report-scope .rep-kpi-value{font-size:19px;font-weight:800;color:#0f172a;margin-top:2px;line-height:1.1;letter-spacing:-.5px;white-space:nowrap;font-variant-numeric:tabular-nums}.report-scope .rep-kpi-unit{font-size:9px;font-weight:600;color:#94a3b8;margin-left:1px}.report-scope .rep-kpi-delta{font-size:10px;white-space:nowrap;flex-shrink:0;overflow:hidden;text-overflow:ellipsis}.report-scope .rep-kpi-top-row{display:flex;align-items:baseline;justify-content:space-between;gap:8px;white-space:nowrap;margin-top:4px}.report-scope .rep-kpi-cum{font-size:9px;color:#94a3b8;margin-top:5px;padding-top:4px;border-top:1px dashed #e2e8f0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.report-scope .rep-kpi-cum b{color:#475569;font-weight:700;font-size:11px}.report-scope .rep-kpi-cum .u{font-size:9px;color:#94a3b8;margin-left:1px}.report-scope .rep-kpi-stack{margin-top:5px;padding-top:4px;border-top:1px dashed #e2e8f0;display:flex;gap:4px;align-items:baseline;justify-content:space-between;white-space:nowrap;overflow:hidden;font-variant-numeric:tabular-nums}.report-scope .rep-kpi-stack .month{font-size:10px;color:#94a3b8;flex-shrink:0}.report-scope .rep-kpi-stack .month b{color:#64748b;font-weight:700;font-size:12px;margin-left:1px}.report-scope .rep-kpi-stack .month .u{font-size:10px;color:#cbd5e1;margin-left:1px}.report-scope .rep-kpi-stack .cum{font-size:9px;color:#cbd5e1;flex-shrink:0;overflow:hidden;text-overflow:ellipsis}.report-scope .rep-kpi-stack .cum b{color:#94a3b8;font-weight:600;font-size:11px}.report-scope .rep-kpi-stack .cum .u{font-size:9px;color:#cbd5e1;margin-left:1px}.report-scope #rep-paper.mode-monthly .rep-kpi-stack .month{display:none!important}.report-scope #rep-paper.mode-monthly .rep-kpi-stack{justify-content:flex-end}@media print{#rep-paper.mode-monthly .rep-kpi-stack .month{display:none!important}}body.pdf-mode #rep-paper.mode-monthly .rep-kpi-stack .month{display:none!important}.report-scope .rep-kpi-delta .up{color:#16a34a;font-weight:700}.report-scope .rep-kpi-delta .down{color:#dc2626;font-weight:700}.report-scope .rep-kpi-delta .flat{color:#94a3b8;font-weight:600}.report-scope .rep-paper .up{color:#16a34a;font-weight:700}.report-scope .rep-paper .down{color:#dc2626;font-weight:700}.report-scope .rep-paper .flat{color:#94a3b8;font-weight:600}.report-scope .rep-section-title{font-size:13px;font-weight:700;color:#0f172a;letter-spacing:-.3px}.report-scope .rep-section-num{font-size:10px;font-weight:800;color:#384bf5;letter-spacing:1px;margin-right:8px;font-variant-numeric:tabular-nums}.report-scope .rep-section-head{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:8px;gap:12px;flex-wrap:nowrap}.report-scope .rep-section-head>div:first-child{flex-shrink:0}.report-scope .rep-section-head>div:last-child{display:flex;gap:12px;flex-wrap:nowrap;justify-content:flex-end}.report-scope .rep-legend-chip{display:inline-flex;align-items:center;gap:4px;font-size:10px;color:#475569;white-space:nowrap}.report-scope .rep-card{background:#fff;border:1px solid #e2e8f0;border-radius:6px;padding:7px 12px;min-width:0;overflow:hidden}.report-scope .rep-month-row{background:#f1f5f9;border-radius:4px;padding:7px 14px;margin-bottom:20px;font-size:11px;color:#475569;display:flex;gap:16px;align-items:baseline;white-space:nowrap;overflow-x:auto}.report-scope .rep-month-row b{color:#0f172a}.report-scope .rep-sub-title{font-size:11px;font-weight:700;color:#0f172a;margin-bottom:3px;display:flex;align-items:center;gap:4px;white-space:nowrap;overflow:hidden}.report-scope .rep-sub-tag{font-size:8px;font-weight:600;color:#94a3b8;padding:1px 4px;border:1px solid #e2e8f0;border-radius:6px}.report-scope .rep-prog-list{list-style:none;padding:0;margin:0;font-size:10px;color:#475569}.report-scope .rep-prog-list li{display:flex;align-items:center;padding:2px 0;border-bottom:1px dotted #e2e8f0}.report-scope .rep-prog-list li:last-child{border-bottom:0}.report-scope .rep-prog-list-fill{flex:1 1 auto;display:flex;flex-direction:column;min-height:0;overflow:visible}.report-scope .rep-prog-list-fill li{flex:1 1 0;padding:2px 0;font-size:9px;display:flex;align-items:center}.report-scope .rep-prog-list-fill li.rep-prog-empty{flex:1.5 1.5 0;border-bottom:0!important}.report-scope .rep-prog-list-fill li:nth-last-child(2){border-bottom:0}.report-scope .rep-prog-list-fill .rep-prog-rank{font-size:9px}.report-scope .rep-prog-list-fill .rep-prog-views{font-size:10px}.report-scope .rep-card-quiz{display:flex;flex-direction:column}.report-scope .rep-card-quiz .rep-quiz-section{flex:1 1 auto;display:flex;flex-direction:column;justify-content:center}.report-scope .rep-prog-rank{display:inline-block;width:12px;color:#94a3b8;font-weight:800;flex-shrink:0}.report-scope .rep-prog-name{flex:1 1 auto;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:0 6px;margin-right:6px}.report-scope .rep-prog-views{color:#384bf5;font-weight:800;flex-shrink:0;font-size:10px;margin-left:4px}.report-scope .rep-mini-tbl{width:100%;font-size:10px;border-collapse:collapse}.report-scope .rep-mini-tbl tr{border-bottom:1px dotted #e2e8f0}.report-scope .rep-mini-tbl tr:last-child{border-bottom:0}.report-scope .rep-mini-tbl td{padding:1px 0;color:#475569}.report-scope .rep-mini-tbl td:first-child{color:#64748b;font-size:10px}.report-scope .rep-mini-tbl td:last-child{text-align:right;font-weight:800;color:#0f172a;font-size:11px;white-space:nowrap}.report-scope .rep-mini-tbl td:last-child>span:first-child{display:inline-block;min-width:50px;text-align:right}.report-scope .rep-mini-tbl td .pct{font-size:9px;font-weight:600;color:#94a3b8;margin-left:3px;display:inline-block;min-width:28px;text-align:left}.report-scope .rep-part-score{font-size:28px;font-weight:800;color:#0f172a;text-align:center;margin-top:8px;line-height:1;letter-spacing:-1px}.report-scope .rep-part-score .unit{font-size:13px;font-weight:600;color:#94a3b8;margin-left:2px}.report-scope .rep-part-comp{font-size:10px;color:#475569;text-align:center;margin-top:4px}.report-scope .rep-part-bar{height:5px;background:#e2e8f0;border-radius:3px;margin:6px 4px 4px;position:relative;overflow:hidden}.report-scope .rep-part-bar-fill{position:absolute;top:0;left:0;height:100%;background:linear-gradient(90deg,#384bf5,#16a34a);border-radius:3px}.report-scope .rep-part-bar-avg{position:absolute;top:-3px;width:1.5px;height:11px;background:#f59e0b}.report-scope .rep-quiz-row{display:flex;align-items:center;gap:6px;font-size:10px;color:#475569;margin-top:3px}.report-scope .rep-quiz-row .lbl{width:42px;color:#64748b;flex-shrink:0}.report-scope .rep-quiz-row .track{flex:1 1 auto;min-width:0;height:12px;background:#e2e8f0;border-radius:2px;position:relative;overflow:hidden}.report-scope .rep-quiz-row .track .pre{position:absolute;top:0;left:0;height:100%;background:#ccf;border-radius:2px 0 0 2px}.report-scope .rep-quiz-row .track .post{position:absolute;top:0;height:100%;background:#384bf5}.report-scope .rep-quiz-row .val{width:30px;font-weight:800;color:#0f172a;text-align:right;font-size:10px;flex-shrink:0}.report-scope .rep-quiz-legend{display:flex;gap:10px;font-size:9px;color:#475569;margin-top:8px;justify-content:center}.report-scope .rep-focus-divider{height:1px;background:#e2e8f0;margin:3px 0}.report-scope .rep-focus-row{display:flex;align-items:flex-start;gap:5px;font-size:9px;color:#475569;margin-top:2px}.report-scope .rep-focus-lbl{width:50px;color:#64748b;flex-shrink:0;padding-top:2px}.report-scope .rep-focus-track{flex:1 1 auto;min-width:0;height:4px;background:#e2e8f0;border-radius:2px;overflow:hidden}.report-scope .rep-focus-bar-wrap{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;gap:0px}.report-scope .rep-focus-bar-wrap .rep-focus-main{display:flex;align-items:center;gap:5px}.report-scope .rep-focus-bar-wrap .rep-focus-main .rep-focus-track{flex:1 1 auto}.report-scope .rep-focus-bar-wrap .rep-focus-main .rep-focus-val{flex:none;width:auto}.report-scope .rep-focus-subval{font-size:8px;color:#94a3b8;text-align:left;font-weight:600}.report-scope .rep-focus-fill{display:block;height:100%;border-radius:2px}.report-scope .rep-focus-val{width:50px;text-align:right;font-weight:800;color:#0f172a;flex-shrink:0;font-size:10px}.report-scope .rep-rank-of{font-weight:400;color:#94a3b8;font-size:9px;margin-left:1px}.report-scope .rep-comp-rank-big{font-size:13px;font-weight:800;color:#0f172a;text-align:center;margin-top:6px;line-height:1;letter-spacing:-.3px}.report-scope .rep-comp-rank-unit{font-size:10px;font-weight:700;color:#475569;margin-left:1px}.report-scope .rep-comp-rank-of{font-size:9px;font-weight:600;color:#94a3b8;margin-left:3px}.report-scope .rep-comp-delta{font-size:10px;color:#475569;text-align:center;margin-top:4px}.media-scope .ma-page-title{font-size:18px;font-weight:700;color:#0f172a;margin-bottom:4px;display:flex;align-items:center;gap:10px}.media-scope .ma-page-sub{font-size:12px;color:#64748b;margin-bottom:18px}.media-scope .ma-grade-pill{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border-radius:12px;color:#fff;font-size:11px;font-weight:700}.media-scope .ma-kpi-row{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:16px}.media-scope .ma-kpi-card{background:#fff;border-radius:10px;padding:14px 18px 10px;border:1px solid #e2e8f0;box-shadow:0 1px 3px #0000000a;position:relative}.media-scope .ma-kpi-card.k-blue{border-left:4px solid #384BF5;background:linear-gradient(135deg,#fff,#f0f5ff)}.media-scope .ma-kpi-card.k-green{border-left:4px solid #16a34a;background:linear-gradient(135deg,#fff,#f0fdf4)}.media-scope .ma-kpi-card.k-amber{border-left:4px solid #f59e0b;background:linear-gradient(135deg,#fff,#fffbeb)}.media-scope .ma-kpi-card.k-slate{border-left:4px solid #64748b;background:linear-gradient(135deg,#fff,#f8fafc)}.media-scope .ma-kpi-card.k-red{border-left:4px solid #ef4444;background:linear-gradient(135deg,#fff,#fef2f2)}.media-scope .ma-kpi-card.k-purple{border-left:4px solid #7c3aed;background:linear-gradient(135deg,#fff,#faf5ff)}.media-scope .ma-kpi-label{font-size:12px;font-weight:600;color:#64748b;margin-bottom:2px;display:flex;align-items:center;justify-content:space-between}.media-scope .ma-kpi-value{font-size:28px;font-weight:800;color:#0f172a;letter-spacing:-.5px;line-height:1.15}.media-scope .ma-kpi-delta{font-size:12px;font-weight:600;color:#64748b;margin-left:6px}.media-scope .ma-kpi-unit{font-size:14px;font-weight:600;color:#64748b;margin-left:3px}.media-scope .ma-kpi-sub{font-size:11px;color:#94a3b8;margin-top:3px;display:flex;align-items:baseline;justify-content:space-between;gap:8px}.media-scope .ma-kpi-sub-right{color:#475569}.media-scope .pill{font-size:11px;font-weight:700;padding:2px 8px;border-radius:10px;color:#fff;letter-spacing:0}.media-scope .pill-good{background:#16a34a}.media-scope .pill-warn{background:#f59e0b}.media-scope .pill-bad{background:#ef4444}.media-scope .pill-info{background:#384bf5}.media-scope .pill-mute{background:#94a3b8}.media-scope .ma-card{background:#fff;border-radius:10px;padding:14px 18px;border:1px solid #e2e8f0;box-shadow:0 1px 3px #0000000a;margin-bottom:16px}.media-scope .ma-card-title{font-size:13px;font-weight:700;color:#0f172a;margin-bottom:4px;display:flex;align-items:center;gap:8px}.media-scope .ma-card-sub{font-size:11px;color:#94a3b8;margin-bottom:10px}.media-scope .ma-row-2{display:grid;grid-template-columns:1fr 1fr;gap:16px}.media-scope .ma-row-3{display:grid;grid-template-columns:1fr 1fr 1fr;gap:16px}.media-scope table.ma-table{width:100%;border-collapse:collapse;font-size:12px}.media-scope table.ma-table thead{background:var(--c-bg-2);border-bottom:1px solid var(--c-border-2)}.media-scope table.ma-table th{font-size:11px;font-weight:700;color:#1e293b;padding:8px 10px;text-align:right}.media-scope table.ma-table th:first-child{text-align:left}.media-scope table.ma-table td{padding:8px 10px;border-bottom:1px solid #f1f5f9;text-align:right;font-variant-numeric:tabular-nums;font-size:12px}.media-scope table.ma-table td:first-child{text-align:left;color:#0f172a;font-weight:600}.media-scope table.ma-table .primary{color:#384bf5;font-weight:700}.media-scope .ma-grade-banner{background:linear-gradient(135deg,#1e293b,#0f172a);color:#fff;padding:14px 18px;border-radius:10px;margin-bottom:14px;display:flex;align-items:center;justify-content:space-between}.media-scope .ma-grade-banner .left{display:flex;flex-direction:column;gap:4px}.media-scope .ma-grade-banner .gn{font-size:18px;font-weight:800}.media-scope .ma-grade-banner .gd{font-size:12px;color:#94a3b8}.media-scope .ma-grade-banner .right{text-align:right;font-size:11px;color:#cbd5e1}.media-scope .ma-grade-banner .right b{color:#fff;font-size:14px}body.tab-media .safee-subbar,body.tab-media .nav-wrapper{display:none!important}body.tab-media .media-scope{padding-top:52px}@media print{@page{size:A4 portrait;margin:0}html,body,#rep-paper,#rep-paper *{-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important;color-adjust:exact!important}body *{visibility:hidden!important}#rep-paper,#rep-paper *{visibility:visible!important}#rep-paper{position:fixed!important;top:50%!important;left:50%!important;transform:translate(-50%,-50%)!important;width:199mm!important;min-height:283mm!important;max-height:283mm!important;box-shadow:none!important;padding:10mm!important;margin:0!important;overflow:hidden!important}.safee-sidebar,.safee-header,.safee-subbar,.nav-wrapper{display:none!important}.report-scope>main>div:not(#rep-paper),.report-scope .ma-page-title,.report-scope .ma-page-sub,#rep-preview-banner{display:none!important}body.rep-bulk-print-mode>*:not(#rep-print-stack){display:none!important;visibility:hidden!important}body.rep-bulk-print-mode #rep-print-stack{display:block!important;visibility:visible!important;position:static!important;padding:0!important;margin:0!important;min-height:0!important;background:#fff!important;box-sizing:border-box!important}body.rep-bulk-print-mode #rep-print-stack *{visibility:visible!important}body.rep-bulk-print-mode #rep-print-stack .rep-paper{page-break-after:always;page-break-inside:avoid;box-shadow:none!important;margin:0 auto!important;position:relative!important;width:199mm!important;min-height:283mm!important;max-height:283mm!important;padding:10mm!important;box-sizing:border-box!important;overflow:hidden!important}body.rep-bulk-print-mode #rep-print-stack .rep-paper:last-child{page-break-after:auto}}#rep-print-stack{display:none}.report-scope .rep2-summary-tbl{flex:1 1 0;min-width:0;border-collapse:collapse;table-layout:fixed;align-self:flex-start}body.pdf-mode #rep-paper.rep-pdf-summary{position:static!important;top:auto!important;left:auto!important;transform:none!important;width:210mm!important;max-height:none!important;min-height:0!important;margin:0!important;padding:0!important;overflow:visible!important}body.pdf-mode #rep-paper.rep-pdf-summary>#rep-page1,body.pdf-mode #rep-paper.rep-pdf-summary #rep-page2>.rep-sum-page{width:210mm!important;height:297mm!important;min-height:297mm!important;max-height:297mm!important;padding:6mm!important;box-sizing:border-box!important;overflow:hidden!important;break-after:page;page-break-after:always;break-inside:avoid;page-break-inside:avoid}body.pdf-mode #rep-paper.rep-pdf-summary #rep-page2>.rep-sum-page:last-child{break-after:auto;page-break-after:auto}@media print{#rep-paper.rep-pdf-summary{position:static!important;top:auto!important;left:auto!important;transform:none!important;width:210mm!important;max-height:none!important;min-height:0!important;margin:0!important;padding:0!important;overflow:visible!important}#rep-paper.rep-pdf-summary>#rep-page1,#rep-paper.rep-pdf-summary #rep-page2>.rep-sum-page{width:210mm!important;height:297mm!important;min-height:297mm!important;max-height:297mm!important;padding:6mm!important;box-sizing:border-box!important;overflow:hidden!important;break-after:page;page-break-after:always;break-inside:avoid;page-break-inside:avoid}#rep-paper.rep-pdf-summary #rep-page2>.rep-sum-page:last-child{break-after:auto;page-break-after:auto}}.report-scope .rep-sum-page{page-break-before:auto;break-before:auto}.report-scope .rep2-summary-tbl th{font-size:10px;color:#64748b;font-weight:700;text-align:right;padding:1px 3px 3px;border-bottom:1.5px solid #0f172a;line-height:2.7}.report-scope .rep2-summary-tbl th.rank,.report-scope .rep2-summary-tbl td.rank{text-align:center;width:18px;color:#94a3b8}.report-scope .rep2-summary-tbl th.nm{text-align:left;width:54%}.report-scope .rep2-summary-tbl td{padding:0 3px;border-bottom:1px solid #f1f5f9;text-align:right;color:#0f172a;white-space:nowrap;font-size:10px;font-weight:400;line-height:2.7}.report-scope .rep2-summary-tbl td.nm{text-align:left;overflow:hidden;text-overflow:ellipsis;max-width:146px;color:#0f172a;font-size:10px;font-weight:600;line-height:2.7}.report-scope .rep2-summary-tbl td:nth-child(3){color:#0f172a;font-weight:600}.report-scope .rep2-summary-tbl td:nth-child(4),.report-scope .rep2-summary-tbl td:nth-child(5){color:#94a3b8}.report-scope .rep2-summary-tbl tbody tr:first-child td{padding-top:1em}body.pdf-mode{background:#fff!important;margin:0!important;padding:0!important}body.pdf-mode *{-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important;color-adjust:exact!important}body.pdf-mode>*:not(.report-scope){display:none!important}body.pdf-mode .report-scope{display:block!important;padding:0!important;margin:0!important}body.pdf-mode .report-scope>main{padding:0!important;margin:0!important;max-width:none!important}body.pdf-mode .report-scope>main>*:not(#rep-paper){display:none!important}body.pdf-mode #rep-paper{width:210mm!important;min-height:297mm!important;max-height:297mm!important;margin:0!important;padding:12mm!important;box-shadow:none!important;border:0!important;position:relative!important;top:auto!important;left:auto!important;transform:none!important;overflow:hidden!important;box-sizing:border-box!important}body.pdf-mode #rep-preview-banner{display:none!important}
