:root{--bg: #f6f8fb;--panel: #ffffff;--panel-2: #f9fafc;--line: #e6ebf2;--line-strong: #d8e0eb;--text: #172033;--muted: #6b778c;--muted-2: #8a94a6;--brand: #1d4ed8;--brand-2: #0f3f9f;--brand-soft: #edf4ff;--danger: #dc2626;--warning: #d97706;--success: #059669;--sidebar: #111827;--sidebar-2: #0f172a;--sidebar-line: rgba(255, 255, 255, .08);--radius: 10px;--shadow: 0 10px 26px rgba(15, 23, 42, .05)}*{box-sizing:border-box}html,body,#root{height:100%;overflow:hidden}body{margin:0;font-family:Microsoft YaHei,PingFang SC,Noto Sans SC,Arial,sans-serif;background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased}button,input,select{font:inherit}button{-webkit-user-select:none;user-select:none}.app-shell{display:flex;height:100vh;min-height:100vh;overflow:hidden;background:radial-gradient(circle at 78% 0%,rgba(29,78,216,.08),transparent 31%),linear-gradient(180deg,#f7f9fc,#f3f6fb)}.sidebar{width:264px;flex:0 0 264px;height:100vh;position:sticky;top:0;overflow:hidden;background:linear-gradient(180deg,var(--sidebar) 0%,var(--sidebar-2) 100%);color:#fff;display:flex;flex-direction:column;border-right:1px solid rgba(255,255,255,.06)}.logo-block{min-height:76px;display:flex;align-items:center;gap:12px;padding:16px 18px;border-bottom:1px solid var(--sidebar-line)}.logo-mark{width:38px;height:38px;border-radius:10px;display:grid;place-items:center;background:#fff;color:var(--brand-2);font-size:16px;font-weight:900;letter-spacing:-.04em}.logo-title{font-size:16px;font-weight:800;letter-spacing:.02em;line-height:1.25}.logo-subtitle{margin-top:4px;font-size:11px;color:#ffffff94;letter-spacing:.03em}.menu-list{flex:1;min-height:0;padding:14px 12px;overflow-y:auto}.menu-item{width:100%;border:1px solid transparent;background:transparent;color:#ffffffb8;padding:10px 12px;margin-bottom:5px;border-radius:9px;text-align:left;cursor:pointer;transition:background-color .16s ease,color .16s ease,border-color .16s ease;display:flex;align-items:center;gap:10px}.menu-item:before{content:attr(data-icon);width:24px;height:24px;display:grid;place-items:center;border-radius:8px;background:#ffffff0f;color:#ffffffc7;font-size:13px;flex:0 0 24px}.menu-item span{display:block;font-size:14px;font-weight:600;letter-spacing:.01em}.menu-item small{display:none}.menu-item:hover{background:#ffffff0f;color:#fff}.menu-item.active{background:#2563eb2e;color:#fff;border-color:#60a5fa5c}.menu-item.active:before{background:var(--brand);color:#fff}.sidebar-footer{margin:0 12px 14px;padding:12px;border:1px solid var(--sidebar-line);border-radius:10px;color:#ffffff8f;font-size:12px;line-height:1.6}.sidebar-footer strong{display:block;color:#ffffffdb;margin-bottom:2px}.main-panel{flex:1;min-width:0;height:100vh;display:flex;flex-direction:column;overflow:hidden}.topbar{min-height:68px;background:#ffffffeb;border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);display:flex;align-items:center;justify-content:space-between;gap:16px;padding:12px 24px;position:sticky;top:0;z-index:10}.topbar-left{min-width:0}.breadcrumb{font-size:18px;font-weight:800;color:var(--text);white-space:nowrap}.breadcrumb-sub{margin-top:4px;font-size:12px;color:var(--muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.topbar-right{display:flex;align-items:center;gap:10px;flex-wrap:wrap;justify-content:flex-end}.env-pill{height:36px;display:inline-flex;align-items:center;gap:6px;padding:0 12px;border:1px solid var(--line);border-radius:999px;background:var(--panel);color:var(--muted);font-size:12px;white-space:nowrap}.env-dot{width:7px;height:7px;border-radius:50%;background:var(--success)}.search-input,.topbar select,.toolbar select,.toolbar input{height:38px;border:1px solid var(--line-strong);border-radius:8px;padding:0 12px;outline:none;background:#fff;color:var(--text);transition:border-color .16s ease,box-shadow .16s ease}.search-input:focus,.topbar select:focus,.toolbar select:focus,.toolbar input:focus{border-color:#1d4ed880;box-shadow:0 0 0 3px #1d4ed814}.search-input{width:300px}.content-area{flex:1;min-height:0;padding:24px;overflow-y:auto;overflow-x:hidden}.page-head{display:flex;justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:18px}.page-head h2{margin:0;font-size:24px;line-height:1.25;letter-spacing:-.02em}.page-head p{margin:8px 0 0;color:var(--muted);font-size:13px;line-height:1.75;max-width:820px}.tip-box{min-width:280px;max-width:420px;background:var(--panel);border:1px solid var(--line);border-left:3px solid var(--brand);color:#334155;border-radius:10px;padding:11px 13px;font-size:12px;line-height:1.7;box-shadow:var(--shadow)}.metrics-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:18px}.metric-card,.card{background:var(--panel);border:1px solid var(--line);border-radius:var(--radius);padding:16px;box-shadow:var(--shadow)}.metric-card{position:relative;min-height:116px;overflow:hidden}.metric-card:after{content:"";position:absolute;left:16px;right:16px;bottom:0;height:3px;background:linear-gradient(90deg,var(--brand),rgba(29,78,216,0));opacity:.68}.metric-label{font-size:12px;color:var(--muted);margin-bottom:10px}.metric-value{font-size:30px;font-weight:850;color:var(--text);letter-spacing:-.03em}.metric-sub{margin-top:8px;font-size:12px;color:var(--muted-2)}.grid-2{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(360px,.75fr);gap:16px;margin-bottom:18px}.grid-3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-bottom:18px}.card h3{margin:0 0 14px;font-size:15px;font-weight:800;letter-spacing:-.01em}.card p{margin:0 0 12px;color:var(--muted);font-size:13px;line-height:1.8}.section-title-row{display:flex;justify-content:space-between;align-items:center;gap:12px;margin:2px 0 12px}.section-title-row strong{font-size:16px}.section-title-row span{font-size:12px;color:var(--muted)}.tabs-line{display:flex;gap:6px;flex-wrap:wrap;margin-bottom:16px;padding:4px;width:fit-content;max-width:100%;background:#eef2f7;border-radius:10px}.tab{min-height:32px;padding:7px 13px;border-radius:8px;border:0;background:transparent;cursor:pointer;color:#536171;font-size:13px}.tab.active{background:#fff;color:var(--brand-2);box-shadow:0 1px 4px #0f172a14;font-weight:700}.toolbar{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:16px}.btn{height:38px;background:#fff;border:1px solid var(--line-strong);color:#334155;border-radius:8px;padding:0 14px;cursor:pointer;font-size:13px;transition:background-color .16s ease,border-color .16s ease,color .16s ease}.btn:hover{border-color:#b8c4d4;background:#f8fafc}.btn.primary{background:var(--brand);color:#fff;border-color:var(--brand)}.btn.primary:hover{background:var(--brand-2);border-color:var(--brand-2)}.list{display:flex;flex-direction:column;gap:10px}.list-item{border:1px solid var(--line);background:var(--panel-2);border-radius:9px;padding:13px;display:flex;justify-content:space-between;gap:12px;align-items:flex-start}.item-title{font-size:14px;font-weight:800;margin-bottom:5px;color:var(--text)}.item-desc{font-size:12px;color:var(--muted);line-height:1.65}.tag{display:inline-flex;align-items:center;height:22px;padding:0 8px;border-radius:999px;font-size:12px;white-space:nowrap;margin-right:6px;margin-bottom:4px;border:1px solid transparent;font-weight:600}.tag.red{background:#fff1f2;color:#be123c;border-color:#ffe4e6}.tag.orange{background:#fff7ed;color:#c2410c;border-color:#ffedd5}.tag.yellow{background:#fefce8;color:#a16207;border-color:#fef3c7}.tag.blue{background:#eff6ff;color:#1d4ed8;border-color:#dbeafe}.tag.green{background:#ecfdf5;color:#047857;border-color:#d1fae5}.tag.gray{background:#f1f5f9;color:#475569;border-color:#e2e8f0}.table-wrap{overflow-x:auto;background:#fff;border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow)}table{width:100%;border-collapse:collapse;min-width:760px}th,td{padding:13px 14px;border-bottom:1px solid #eef2f6;text-align:left;font-size:13px;vertical-align:middle}th{background:#f8fafc;color:#475569;font-weight:800;white-space:nowrap}tbody tr:hover td{background:#fbfdff}tbody tr:last-child td{border-bottom:0}.info-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.info-item{background:var(--panel-2);border:1px solid var(--line);border-radius:9px;padding:12px}.info-item span{display:block;color:var(--muted);font-size:12px;margin-bottom:8px}.info-item strong{display:block;font-size:14px;line-height:1.7}.timeline-list{display:flex;flex-direction:column;gap:10px}.timeline-item{display:grid;grid-template-columns:30px 1fr;gap:12px;align-items:flex-start}.timeline-index{width:28px;height:28px;border-radius:8px;background:var(--brand-soft);color:var(--brand);display:grid;place-items:center;font-weight:850;font-size:12px}.chart-box{height:228px;background:linear-gradient(180deg,#fbfdff,#f3f7fb);border:1px solid var(--line);border-radius:10px;padding:14px;position:relative;overflow:hidden}.chart-note{font-size:12px;color:var(--muted)}.fake-bars{position:absolute;left:18px;right:18px;bottom:18px;height:132px;display:flex;align-items:flex-end;gap:10px;border-bottom:1px solid #dbe3ee}.fake-bars span{flex:1;background:linear-gradient(180deg,#93c5fd,#2563eb);border-radius:5px 5px 0 0;opacity:.9}.executive-grid{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(320px,.75fr);gap:16px;margin-bottom:18px}.command-card{background:#0f172a;color:#fff;border-radius:12px;padding:18px;box-shadow:var(--shadow);overflow:hidden;position:relative}.command-card:after{content:"";position:absolute;width:240px;height:240px;right:-90px;top:-110px;background:#3b82f63d;border-radius:50%}.command-card h3{margin:0 0 8px;font-size:18px;position:relative;z-index:1}.command-card p{margin:0;color:#ffffffad;font-size:13px;line-height:1.75;max-width:680px;position:relative;z-index:1}.command-actions{margin-top:18px;display:flex;gap:10px;flex-wrap:wrap;position:relative;z-index:1}.command-actions span{display:inline-flex;align-items:center;height:30px;padding:0 10px;border-radius:999px;background:#ffffff14;border:1px solid rgba(255,255,255,.1);color:#ffffffc7;font-size:12px}.status-card{background:var(--panel);border:1px solid var(--line);border-radius:12px;padding:16px;box-shadow:var(--shadow)}.status-card h3{margin:0 0 12px;font-size:15px}.status-row{display:flex;justify-content:space-between;gap:12px;padding:10px 0;border-top:1px solid #eef2f6;font-size:13px}.status-row:first-of-type{border-top:0;padding-top:0}.status-row span{color:var(--muted)}.status-row strong{color:var(--text)}@media (max-width: 1240px){.metrics-grid,.grid-3{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-2,.executive-grid{grid-template-columns:1fr}}@media (max-width: 760px){html,body,#root{overflow:auto}.app-shell{display:block;height:auto;min-height:100vh;overflow:visible}.sidebar{width:100%;height:auto;position:relative;top:auto;flex:none;overflow:visible}.logo-block{min-height:66px}.menu-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));max-height:310px}.sidebar-footer{display:none}.topbar{align-items:stretch;flex-direction:column}.topbar-right{justify-content:stretch}.search-input,.topbar select{width:100%}.page-head{flex-direction:column}.tip-box{min-width:0;max-width:none;width:100%}}@media (max-width: 660px){.metrics-grid,.grid-3,.menu-list,.info-grid{grid-template-columns:1fr}.main-panel{height:auto;overflow:visible}.content-area{padding:14px;overflow:visible}.page-head h2{font-size:21px}.metric-value{font-size:26px}.tabs-line{width:100%}.tab{flex:1}}.boot-screen{min-height:100vh;display:grid;place-items:center;color:var(--muted);font-size:16px}.login-page{min-height:100vh;display:grid;place-items:center;padding:24px;background:radial-gradient(circle at 18% 12%,rgba(37,99,235,.16),transparent 34%),radial-gradient(circle at 78% 8%,rgba(14,165,233,.14),transparent 26%),linear-gradient(135deg,#f8fbff,#eef4ff)}.login-card{width:min(440px,100%);background:#ffffffeb;border:1px solid var(--line);border-radius:22px;box-shadow:0 24px 70px #0f172a1f;padding:34px}.login-logo{width:52px;height:52px;display:grid;place-items:center;border-radius:16px;background:var(--brand);color:#fff;font-weight:900;margin-bottom:18px}.login-card h1{margin:0;font-size:24px}.login-card p{margin:8px 0 24px;color:var(--muted);line-height:1.7}.login-card label,.form-grid label,.import-grid label{display:flex;flex-direction:column;gap:7px;color:var(--muted);font-size:13px}.login-card input,.form-grid input,.form-grid select,.import-grid input{height:40px;border:1px solid var(--line-strong);border-radius:9px;padding:0 12px;outline:none;background:#fff;color:var(--text)}.login-card label+label{margin-top:14px}.login-btn{width:100%;margin-top:18px;justify-content:center}.login-note{margin-top:14px;color:var(--muted-2);font-size:12px;text-align:center}.form-error{margin-top:12px;color:#b91c1c;background:#fef2f2;border:1px solid #fecaca;border-radius:10px;padding:10px 12px;font-size:13px}.form-error.wide{margin:0 0 16px}.success-box,.notice-box{margin-bottom:16px;border-radius:10px;padding:12px 14px;font-size:13px}.success-box{color:#047857;background:#ecfdf5;border:1px solid #a7f3d0}.notice-box{color:#92400e;background:#fffbeb;border:1px solid #fde68a}.admin-chip{min-height:38px;display:flex;align-items:center;gap:8px;padding:0 12px;border:1px solid var(--line);border-radius:12px;background:#fff;white-space:nowrap}.admin-chip strong{font-size:13px}.admin-chip span{font-size:12px;color:var(--brand);background:var(--brand-soft);border-radius:999px;padding:3px 8px}.admin-chip em{max-width:280px;overflow:hidden;text-overflow:ellipsis;font-style:normal;color:var(--muted);font-size:12px}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.form-grid .btn{align-self:end}.empty{border:1px dashed var(--line-strong);border-radius:12px;padding:20px;color:var(--muted);background:var(--panel-2);line-height:1.7}.tree-box{display:flex;flex-direction:column;gap:10px;max-height:420px;overflow:auto}.tree-node{border:1px solid var(--line);border-radius:12px;padding:12px;background:#fff}.tree-node.child{margin-top:9px;margin-left:14px;background:var(--panel-2)}.tree-node em{display:inline-flex;margin:8px 8px 0 0;padding:5px 8px;border-radius:999px;background:#fff;border:1px solid var(--line);color:var(--muted);font-style:normal;font-size:12px}.small-top{margin-top:16px}.import-card{margin-bottom:16px}.import-grid{display:grid;grid-template-columns:1.4fr 160px 220px auto auto;gap:12px;align-items:end}.checkbox-label{flex-direction:row!important;align-items:center;gap:8px!important;height:40px}.checkbox-label input{width:16px;height:16px}.import-tip{margin-top:12px;color:var(--muted);font-size:12px}.toolbar-note{color:var(--muted);font-size:13px}@media (max-width: 1180px){.import-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-chip em{display:none}}@media (max-width: 820px){.form-grid,.import-grid{grid-template-columns:1fr}.admin-chip{display:none}}.student-inline-table tbody tr.student-row.expanded td{background:#f8fbff;border-bottom-color:#dbeafe}.student-detail-row td{background:#f8fbff!important;padding:0 14px 18px}.student-detail-row:hover td{background:#f8fbff!important}.student-inline-card{margin:0 0 4px;padding:18px;background:#fff;border:1px solid #dbeafe;border-radius:16px;box-shadow:0 18px 44px #0f172a14}.student-inline-card .table-wrap{box-shadow:none}.risk-inline-table tbody tr.risk-row.expanded td{background:#fff7ed;border-bottom-color:#fed7aa}.risk-detail-row td{background:#fff7ed!important;padding:0 14px 18px}.risk-detail-row:hover td{background:#fff7ed!important}.risk-inline-card{margin:0 0 4px;padding:18px;background:#fff;border:1px solid #fed7aa;border-radius:16px;box-shadow:0 18px 44px #0f172a14}.risk-inline-card .metric-card{box-shadow:none}.full-report-panel{margin-top:18px;border:1px solid #dbeafe;border-radius:18px;background:linear-gradient(180deg,#fff,#f8fbff);padding:18px;box-shadow:0 16px 34px #0f172a0f}.full-report-hero{display:grid;grid-template-columns:minmax(0,1fr) 132px auto;gap:16px;align-items:center;border:1px solid #e5eefb;border-radius:16px;background:radial-gradient(circle at 16% 0%,rgba(37,99,235,.1),transparent 32%),linear-gradient(135deg,#f8fbff,#fff 62%,#eef6ff);padding:18px}.full-report-hero.scale-hero{background:radial-gradient(circle at 16% 0%,rgba(124,58,237,.1),transparent 32%),linear-gradient(135deg,#fbf8ff,#fff 62%,#f3ecff)}.full-report-hero h3{margin:4px 0 8px;font-size:22px;color:var(--text)}.full-report-hero p{margin:0;color:#475569;line-height:1.8;font-size:14px}.report-type-line{display:inline-flex;align-items:center;width:fit-content;padding:5px 10px;border-radius:999px;background:#1d4ed814;color:#1d4ed8;font-size:12px;font-weight:700}.score-circle{width:112px;height:112px;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;background:conic-gradient(#2563eb 0,#2563eb 76%,#e6eefb 76%,#e6eefb);box-shadow:inset 0 0 0 10px #ffffffc7,0 12px 26px #2563eb21;color:#172033}.score-circle.high{background:conic-gradient(#dc2626 0,#dc2626 86%,#fee2e2 86%,#fee2e2)}.score-circle.medium{background:conic-gradient(#d97706 0,#d97706 72%,#ffedd5 72%,#ffedd5)}.score-circle.low{background:conic-gradient(#2563eb 0,#2563eb 56%,#dbeafe 56%,#dbeafe)}.score-circle strong{font-size:30px;line-height:1}.score-circle span{margin-top:6px;font-size:12px;color:#475569;max-width:82px;text-align:center}.full-report-meta,.kv-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:14px}.report-section-title{margin:22px 0 12px;font-size:16px;font-weight:900;color:#111827;display:flex;align-items:center;gap:8px}.report-section-title:before{content:"";width:4px;height:16px;border-radius:999px;background:var(--brand)}.dimension-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.dimension-card{border:1px solid #e5eaf2;border-radius:14px;background:#fff;padding:14px;min-height:150px;box-shadow:0 8px 20px #0f172a09}.dimension-card-head{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-bottom:8px}.dimension-card-head strong{font-size:15px}.dimension-meta{display:flex;gap:8px;flex-wrap:wrap;color:var(--muted);font-size:12px;margin-bottom:8px}.dimension-card p{margin:0 0 8px;color:#475569;line-height:1.7;font-size:13px}.dimension-card em{display:block;padding:9px 10px;border-radius:10px;background:#f8fafc;color:#334155;font-style:normal;font-size:12px;line-height:1.6}.score-pill{display:inline-flex;align-items:center;padding:4px 8px;border-radius:999px;background:#eff6ff;color:#1d4ed8;font-size:12px;font-weight:800;white-space:nowrap}.score-pill.high{background:#fef2f2;color:#dc2626}.score-pill.medium{background:#fff7ed;color:#d97706}.score-pill.low{background:#eff6ff;color:#2563eb}.radar-grid-wrap{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.radar-card{border:1px solid #e5eaf2;border-radius:16px;background:#fff;padding:14px;box-shadow:0 8px 20px #0f172a09}.radar-title{font-weight:900;margin-bottom:10px;color:#172033}.radar-body{display:grid;grid-template-columns:260px minmax(0,1fr);gap:12px;align-items:center}.radar-svg{width:100%;max-width:260px;height:auto;display:block}.radar-grid-poly{fill:none;stroke:#dbeafe;stroke-width:1}.radar-axis{stroke:#eef2f7;stroke-width:1}.radar-value-poly{fill:#2563eb2e;stroke:#2563ebe0;stroke-width:2}.radar-point{fill:#1d4ed8;stroke:#fff;stroke-width:1.5}.radar-legend{display:flex;flex-direction:column;gap:8px}.radar-legend div{display:flex;align-items:center;justify-content:space-between;gap:10px;border:1px solid #edf2f7;background:#f8fafc;border-radius:10px;padding:8px 10px;font-size:12px}.radar-legend span{color:#475569}.radar-legend strong{color:#111827}.report-two-col{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:14px}.detail-block{margin-top:14px;padding:14px;border:1px solid #e5eaf2;border-radius:14px;background:#fff}.detail-block-title{font-size:15px;font-weight:900;margin-bottom:10px;color:#111827}.detail-block p{margin:0;color:#475569;line-height:1.8}.suggestion-list{margin:0;padding-left:20px;color:#475569;line-height:1.8}.suggestion-list li+li{margin-top:6px}@media (max-width: 1280px){.dimension-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.radar-grid-wrap{grid-template-columns:1fr}}@media (max-width: 920px){.full-report-hero,.full-report-meta,.kv-grid,.dimension-grid,.report-two-col,.radar-body{grid-template-columns:1fr}}.metric-snapshot-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.mini-metric-card{border:1px solid #e5eaf2;border-radius:14px;background:#fff;padding:13px 14px;box-shadow:0 8px 20px #0f172a08}.mini-metric-card.positive{background:linear-gradient(180deg,#fff,#f8fbff)}.mini-metric-card.negative{background:linear-gradient(180deg,#fff,snow)}.mini-metric-head{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-bottom:8px}.mini-metric-head span{color:#475569;font-size:13px;font-weight:800}.mini-metric-head strong{color:#0f172a;font-size:20px;letter-spacing:-.02em}.mini-metric-status{display:flex;align-items:center;flex-wrap:wrap;gap:8px;color:#64748b;font-size:12px}.report-analysis-grid{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr);gap:14px}.report-analysis-card{border:1px solid #e5eaf2;border-radius:16px;background:#fff;padding:16px;box-shadow:0 8px 20px #0f172a09}.report-analysis-card.primary{background:linear-gradient(135deg,#f8fbff,#fff 68%,#eff6ff);border-color:#dbeafe}.report-analysis-card strong{display:block;margin-bottom:8px;font-size:15px;color:#0f172a}.report-analysis-card p{margin:0;color:#334155;line-height:1.9}.concern-list{display:grid;gap:10px}.concern-list div{display:grid;gap:4px;padding:10px;border-radius:12px;background:#f8fafc}.concern-list div strong{margin:0;color:#1d4ed8;font-size:13px}.concern-list div span{color:#475569;font-size:12px;line-height:1.7}.rich-dimension-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.rich-dimension-card{border:1px solid #e5eaf2;border-radius:16px;background:#fff;padding:16px;min-height:220px;box-shadow:0 8px 20px #0f172a09}.rich-dimension-card .dimension-card-head>div{display:grid;gap:4px}.rich-dimension-card .dimension-card-head>div strong{font-size:16px;color:#0f172a}.rich-dimension-card .dimension-card-head>div span{color:#64748b;font-size:12px;font-weight:700}.dimension-text{display:grid;gap:8px;margin-top:10px}.dimension-text p{margin:0;color:#334155;line-height:1.85;font-size:13px}.dimension-suggestion-list{margin:12px 0 0;padding:10px 12px 10px 28px;border-radius:12px;background:#f8fafc;color:#334155;font-size:12px;line-height:1.8}.dimension-suggestion-list li+li{margin-top:4px}@media (max-width: 1100px){.metric-snapshot-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.rich-dimension-grid,.report-analysis-grid{grid-template-columns:1fr}}@media (max-width: 700px){.metric-snapshot-grid{grid-template-columns:1fr}}.score-circle.score-only span{display:none}.score-circle.score-only{display:flex;align-items:center;justify-content:center;text-align:center}.score-circle.score-only strong{line-height:1}.detail-title-row{align-items:flex-start;gap:12px}.detail-title-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px;flex-wrap:wrap;color:#64748b;font-size:13px}.row-actions{display:flex;gap:8px;flex-wrap:wrap}.data-metrics-grid{margin-bottom:16px}.data-center-grid{margin-top:16px;margin-bottom:16px}.data-table-card{margin-top:16px}.data-split-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:12px}.data-split-item{padding:14px;border:1px solid #e5eaf2;border-radius:14px;background:#f8fafc;display:grid;gap:8px}.data-split-item span{color:#64748b;font-size:13px}.data-split-item strong{color:#0f172a;font-size:24px}.risk-mini-table{display:grid;gap:12px;margin-top:12px}.risk-mini-row{display:grid;grid-template-columns:80px 1fr 46px;gap:12px;align-items:center}.risk-mini-bar{height:10px;border-radius:999px;background:#eef2ff;overflow:hidden}.risk-mini-bar span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#2563eb,#f97316,#ef4444)}.empty.compact{padding:18px;min-height:auto}@media (max-width: 1000px){.data-split-list{grid-template-columns:1fr}.risk-mini-row{grid-template-columns:74px 1fr 36px}}.login-autofill-trap{position:absolute;left:-9999px;width:1px;height:1px;opacity:0;pointer-events:none}.account-summary-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-bottom:14px}.account-summary-item{min-height:74px;border:1px solid var(--line);border-radius:12px;background:var(--panel-2);padding:12px}.account-summary-item strong{display:block;font-size:26px;line-height:1;color:var(--brand-2);margin-bottom:8px}.account-summary-item span{color:var(--muted);font-size:12px}.btn.small{height:30px;padding:0 10px;font-size:12px}.modal-mask{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;display:grid;place-items:center;background:#0f172a6b;padding:24px}.modal-card{width:min(460px,100%);background:#fff;border-radius:18px;border:1px solid var(--line);box-shadow:0 28px 80px #0f172a38;padding:22px}.modal-head{display:flex;justify-content:space-between;gap:16px;align-items:flex-start;margin-bottom:18px}.modal-head h3{margin:0;font-size:18px}.modal-head p{margin:7px 0 0;color:var(--muted);font-size:13px}.modal-close{width:32px;height:32px;border:1px solid var(--line);border-radius:999px;background:#fff;cursor:pointer;color:var(--muted);font-size:20px;line-height:1}.modal-form{display:flex;flex-direction:column;gap:13px}.modal-form label{display:flex;flex-direction:column;gap:7px;color:var(--muted);font-size:13px}.modal-form input{height:40px;border:1px solid var(--line-strong);border-radius:9px;padding:0 12px;outline:none}.modal-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:4px}@media (max-width: 820px){.account-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.global-search{position:relative;min-width:min(520px,42vw)}.global-search-input{width:100%}.global-search-panel{position:absolute;top:calc(100% + 10px);right:0;width:min(620px,72vw);max-height:min(70vh,620px);overflow:auto;background:#fff;border:1px solid var(--line);border-radius:18px;box-shadow:0 24px 70px #0f172a2e;padding:14px;z-index:60}.global-search-head,.global-search-group-title,.global-search-foot{display:flex;align-items:center;justify-content:space-between;gap:12px}.global-search-head{padding:4px 4px 12px;border-bottom:1px solid var(--line)}.global-search-head strong{color:var(--text);font-size:15px}.global-search-head span,.global-search-foot,.global-search-empty{color:var(--muted);font-size:12px}.global-search-empty{padding:18px 8px}.global-search-group{padding-top:12px}.global-search-group-title{padding:0 4px 8px;color:var(--text);font-weight:800;font-size:13px}.global-search-group-title em{font-style:normal;color:var(--brand);background:#1d4ed814;border-radius:999px;padding:2px 8px;font-size:12px}.global-search-result{width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:5px;padding:12px;margin-bottom:8px;border:1px solid var(--line);border-radius:13px;background:#f8fafc;color:var(--text);cursor:pointer;text-align:left;transition:border-color .16s ease,background .16s ease,transform .16s ease}.global-search-result:hover{border-color:#1d4ed873;background:#fff;transform:translateY(-1px)}.global-result-title{font-weight:800;font-size:14px}.global-result-subtitle,.global-result-desc,.global-result-fields{color:var(--muted);font-size:12px;line-height:1.45}.global-result-fields{color:var(--brand)}.global-search-foot{justify-content:center;padding:6px 4px 2px;border-top:1px dashed var(--line);margin-top:4px}@media (max-width: 820px){.global-search{width:100%;min-width:0}.global-search-panel{left:0;right:auto;width:min(100%,92vw)}}.scale-detail-panel .report-section-title{margin-top:24px}.scale-bavi-panel{margin-top:14px;border:1px solid #e9d5ff;border-radius:16px;background:linear-gradient(180deg,#fff,#fbf8ff);padding:14px}.scale-bavi-hero{display:grid;grid-template-columns:minmax(0,1fr) 120px;gap:14px;align-items:center}.scale-bavi-hero h4{margin:8px 0 6px;color:#3b0764;font-size:18px}.scale-bavi-hero p{margin:0;color:#475569;line-height:1.7;font-size:13px}.bavi-score-card{border-radius:18px;padding:14px 10px;text-align:center;background:linear-gradient(135deg,#7c3aed,#2563eb);color:#fff;box-shadow:0 16px 26px #7c3aed2e}.bavi-score-card strong{display:block;font-size:32px;line-height:1}.bavi-score-card span{display:block;margin-top:8px;font-size:12px;opacity:.9}.bavi-stat-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-top:12px}.scale-bavi-dim-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.bavi-dim-card{border:1px solid #e5e7eb;border-radius:14px;background:#fff;padding:12px;min-height:112px}.bavi-dim-card.warn,.bavi-dim-card.warning{background:#fff7ed;border-color:#fed7aa}.bavi-dim-card.danger,.bavi-dim-card.invalid{background:#fef2f2;border-color:#fecaca}.bavi-dim-card.mild{background:#fffbeb;border-color:#fde68a}.bavi-dim-head{display:flex;justify-content:space-between;align-items:center;gap:8px;margin-bottom:8px}.bavi-dim-head strong{color:#0f172a;font-size:14px}.bavi-dim-card p{margin:0;color:#475569;line-height:1.65;font-size:12px}.scale-answer-list,.scale-emotion-list{display:grid;gap:10px}.scale-answer-item,.scale-emotion-item{border:1px solid #e5eaf2;border-radius:14px;background:#fff;padding:13px 14px;box-shadow:0 8px 20px #0f172a09}.scale-answer-item.invalid,.scale-answer-item.mixed{border-color:#fecaca;background:snow}.scale-answer-item.time{border-color:#fed7aa;background:#fffaf3}.scale-answer-item.emotion{border-color:#ddd6fe;background:#fbf8ff}.scale-answer-item.wave,.scale-emotion-item.wave{border-color:#bfdbfe;background:#f8fbff}.scale-answer-item.eeg{border-color:#cbd5e1;background:#f8fafc}.scale-answer-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:8px}.scale-answer-head strong{color:#0f172a}.scale-answer-head span{color:#64748b;font-size:13px}.answer-status-row{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:6px}.answer-status{display:inline-flex;align-items:center;padding:3px 8px;border-radius:999px;font-size:12px;font-weight:800}.answer-status.valid{background:#ecfdf5;color:#047857}.answer-status.invalid{background:#fef2f2;color:#dc2626}.answer-status.time{background:#fff7ed;color:#c2410c}.answer-status.emotion{background:#f5f3ff;color:#7c3aed}.answer-status.wave{background:#eff6ff;color:#2563eb}.answer-status.eeg{background:#f1f5f9;color:#475569}.scale-question-text{color:#111827;line-height:1.75;margin-bottom:8px}.scale-answer-meta,.scale-answer-emotion{display:flex;flex-wrap:wrap;gap:8px 12px;color:#64748b;font-size:12px;line-height:1.7}.scale-answer-emotion span,.scale-answer-meta span{padding:3px 7px;border-radius:8px;background:#f8fafc}.answer-alert{margin-top:8px;padding:8px 10px;border-radius:10px;font-size:12px;line-height:1.6}.answer-alert.invalid{background:#fef2f2;color:#b91c1c}.answer-alert.wave{background:#eff6ff;color:#1d4ed8}.answer-alert.emotion{background:#f5f3ff;color:#6d28d9}.scale-emotion-item>div:first-child{font-size:13px;color:#0f172a;margin-bottom:8px}.scale-emotion-item.warn{border-color:#fed7aa;background:#fff7ed}.scale-emotion-item.danger{border-color:#fecaca;background:#fef2f2}@media (max-width: 1200px){.scale-bavi-dim-grid,.bavi-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 700px){.scale-bavi-hero,.scale-bavi-dim-grid,.bavi-stat-grid{grid-template-columns:1fr}.scale-answer-head{flex-direction:column}.answer-status-row{justify-content:flex-start}}.risk-full-table table{min-width:1960px}.risk-full-table th,.risk-full-table td{vertical-align:top}.risk-full-table .risk-long-text{min-width:220px;max-width:320px;white-space:normal;line-height:1.65}.risk-full-table .sticky-action-col{position:sticky;right:0;z-index:2;min-width:210px;background:#fff;box-shadow:-8px 0 14px #0f172a0d}.risk-full-table thead .sticky-action-col{z-index:4;background:#f8fafc}.risk-full-table tbody tr:hover .sticky-action-col,.risk-full-table tbody tr.risk-row.expanded .sticky-action-col{background:#fbfdff}.risk-actions{display:flex;flex-wrap:wrap;gap:6px;min-width:190px}.risk-actions .btn{height:32px;padding:0 10px;font-size:12px}.pagination-bar{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:14px;padding:12px 14px;background:#fff;border:1px solid var(--line);border-radius:12px;box-shadow:var(--shadow)}.pagination-summary{color:var(--muted);font-size:13px}.pagination-actions{display:flex;align-items:center;flex-wrap:wrap;gap:8px}.pagination-actions label{display:flex;flex-direction:row;align-items:center;gap:6px;color:var(--muted);font-size:13px}.pagination-actions select{width:auto;min-width:72px;height:36px;border:1px solid var(--line-strong);border-radius:8px;background:#fff;padding:0 8px}.page-indicator{min-width:72px;text-align:center;color:#334155;font-size:13px;font-weight:700}.btn:disabled{opacity:.5;cursor:not-allowed}@media (max-width: 900px){.pagination-bar{align-items:flex-start;flex-direction:column}}.btn.danger{color:#b91c1c;border-color:#fecaca;background:#fff7f7}.btn.danger:hover{color:#991b1b;border-color:#fca5a5;background:#fef2f2}.form-span-2{grid-column:1 / -1}.form-grid label small,.binding-help{display:block;margin-top:6px;color:var(--muted);font-size:12px;line-height:1.6}.group-editor{border:1px solid var(--line);border-radius:12px;background:var(--panel-2);padding:12px}.group-editor-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:10px}.group-editor-row{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr) auto;gap:8px;margin-top:8px}.empty.compact{padding:12px;font-size:12px}.modal-form select{width:100%;height:40px;border:1px solid var(--line-strong);border-radius:8px;background:#fff;padding:0 10px;color:var(--text)}.scale-score-circle span{display:block;max-width:110px;margin-top:4px;font-size:11px;line-height:1.25;text-align:center}.scale-score-detail-panel{margin-top:20px;padding:22px;border:1px solid #bfdbfe;border-radius:22px;background:linear-gradient(135deg,#eff6ff,#fff)}.scale-score-detail-head{display:flex;justify-content:space-between;align-items:center;gap:20px}.scale-score-detail-head h4{margin:0;font-size:20px;color:#0f172a}.scale-score-detail-head p{margin:6px 0 0;color:#64748b}.scale-main-score{min-width:150px;padding:14px 18px;border-radius:18px;background:#2563eb;color:#fff;text-align:center}.scale-main-score.anxiety{background:#fff7ed;color:#9a3412}.scale-main-score strong,.scale-main-score span{display:block}.scale-main-score strong{font-size:32px}.scale-main-score span{margin-top:5px;font-size:12px}.scale-score-components{margin-top:16px}.scale-score-component{padding:13px 0;border-bottom:1px solid #dbeafe}.scale-score-component>div{display:flex;justify-content:space-between;gap:16px}.scale-score-component b{color:#2563eb;font-size:18px}.scale-score-component p,.scale-score-detail-note{margin:6px 0 0;color:#64748b;line-height:1.55}.scale-score-component p span{margin-right:14px}.bavi-dim-status{display:flex;align-items:center;gap:8px}.bavi-dim-status b{color:#2563eb;white-space:nowrap}@media (max-width: 720px){.scale-score-detail-head{align-items:flex-start;flex-direction:column}.scale-main-score{width:100%;box-sizing:border-box}.scale-interest-head{align-items:flex-start;flex-direction:column}.scale-interest-ranking{grid-template-columns:1fr}}.scale-critical-alert{margin-top:16px;padding:16px 18px;border:1px solid #fecaca;border-left:6px solid #dc2626;border-radius:14px;background:#fef2f2;color:#7f1d1d}.scale-critical-alert>strong{display:block;color:#991b1b;font-size:16px}.scale-critical-alert>div{margin-top:10px;padding-top:10px;border-top:1px solid #fecaca}.scale-critical-alert b,.scale-critical-alert span{display:block}.scale-critical-alert span{margin-top:3px;font-size:12px}.scale-critical-alert p{margin:7px 0 0;color:#450a0a;line-height:1.55;font-weight:600}.scale-interest-profile{margin-top:16px;padding:16px 18px;border:1px solid #c4b5fd;border-radius:14px;background:linear-gradient(135deg,#f5f3ff,#fff)}.scale-interest-head{display:flex;align-items:center;justify-content:space-between;gap:16px}.scale-interest-head span,.scale-interest-head strong{display:block}.scale-interest-head span{color:#6d28d9;font-size:12px;font-weight:700}.scale-interest-head strong{margin-top:3px;color:#4c1d95;font-size:32px;letter-spacing:5px}.scale-interest-head small{max-width:280px;padding:7px 10px;border-radius:999px;background:#ede9fe;color:#5b21b6;text-align:center}.scale-interest-ranking{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-top:13px}.scale-interest-ranking>div{display:flex;justify-content:space-between;gap:7px;padding:9px 10px;border-radius:10px;background:#fff;color:#4c1d95;font-size:12px}.scale-interest-ranking b{color:#6d28d9}.scale-interest-profile>p{margin:10px 0 0;color:#6b21a8;font-size:12px;line-height:1.5}.bavi-dim-card.not-applicable{opacity:.78;border-color:#cbd5e1;background:#f8fafc}.scale-authoritative-analysis{margin-top:16px;padding:15px 17px;border-left:5px solid #1d4ed8;border-radius:7px;background:#fff;box-shadow:inset 0 0 0 1px #dbeafe}.scale-authoritative-analysis strong{display:block;color:#1e3a8a;font-size:15px;margin-bottom:7px}.scale-authoritative-analysis p{margin:0;color:#111827;font-size:15px;line-height:1.7}.scale-authoritative-analysis small{display:block;margin-top:7px;color:#64748b;line-height:1.45}.scale-report-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}.report-signature-settings{margin:18px 0 24px}.report-signature-settings>p{margin:6px 0 16px;color:var(--muted);line-height:1.65}@media (max-width: 720px){.scale-report-actions{width:100%;justify-content:flex-start}}.tablet-aligned-report{--tablet-report-blue: #2563eb;--tablet-report-teal: #14b8a6;--tablet-report-orange: #f97316;--tablet-report-text: #10233f;--tablet-report-muted: #718096;--tablet-report-line: #dbe5f1;width:100%;margin-top:18px;color:var(--tablet-report-text)}.tablet-report-sheet{position:relative;box-sizing:border-box;width:100%;margin:0 auto 28px;padding:24px 28px 18px;border:1px solid #d9e4f1;border-radius:22px;background:#fff;box-shadow:0 22px 55px #1e40af1a;overflow:hidden}.tablet-report-sheet:before{content:"";position:absolute;inset:0 0 auto;height:4px;background:linear-gradient(90deg,#2563eb,#60a5fa 46%,#14b8a6)}.tablet-report-sheet-header{min-height:54px;display:flex;align-items:center;justify-content:space-between;gap:24px;margin-bottom:14px}.tablet-report-brand{display:flex;align-items:center;gap:14px}.tablet-report-brand h1{margin:0;font-size:27px;line-height:1.15;letter-spacing:-.4px;font-weight:950;color:#10233f}.tablet-report-brand p{margin:5px 0 0;color:#5d7190;font-size:10px;letter-spacing:.07em;font-weight:800}.tablet-report-brand-icon{position:relative;width:47px;height:47px;flex:0 0 auto;border:2px solid #2563eb;border-radius:15px 19px;transform:rotate(45deg);background:#f5f9ff}.tablet-report-brand-icon.secondary{border-color:#14b8a6;background:#f0fdfa}.tablet-report-brand-icon span{position:absolute;width:7px;height:7px;border:2px solid currentColor;border-radius:50%;background:#fff;color:#2563eb}.tablet-report-brand-icon.secondary span{color:#14b8a6}.tablet-report-brand-icon span:nth-child(1){left:5px;top:7px}.tablet-report-brand-icon span:nth-child(2){right:5px;top:7px}.tablet-report-brand-icon span:nth-child(3){left:4px;bottom:7px}.tablet-report-brand-icon span:nth-child(4){right:4px;bottom:7px}.tablet-report-brand-icon span:nth-child(5){left:19px;top:18px}.tablet-report-brand-icon span:nth-child(6){left:19px;bottom:4px}.tablet-report-time{display:flex;align-items:center;gap:10px;text-align:right;color:#64748b}.tablet-report-time>span{font-size:24px}.tablet-report-time small{display:block;color:#8795a8;font-size:10px;font-weight:700}.tablet-report-time strong{display:block;margin-top:2px;color:#41526a;font-size:13px}.tablet-report-dashboard{display:grid;grid-template-columns:25% minmax(0,1fr) 28%;gap:14px;align-items:stretch}.tablet-report-column{display:flex;flex-direction:column;gap:12px;min-width:0}.tablet-report-card{box-sizing:border-box;border:1px solid var(--tablet-report-line);border-radius:15px;background:#fff;box-shadow:0 6px 17px #3b5e910e}.tablet-report-section-title{display:flex;align-items:baseline;gap:10px;min-width:0}.tablet-report-section-title strong{color:#10233f;font-size:15px;font-weight:950;white-space:nowrap}.tablet-report-section-title span{color:#8492a6;font-size:9px;font-weight:800;letter-spacing:.035em}.tablet-info-card{padding:14px 16px 10px}.tablet-report-info-list{margin-top:8px}.tablet-report-info-row{min-height:34px;display:grid;grid-template-columns:23px 1fr auto;align-items:center;gap:7px;border-bottom:1px solid #edf1f6}.tablet-report-info-row:last-child{border-bottom:0}.tablet-report-info-row i{color:#2563eb;font-size:16px;text-align:center;font-style:normal}.tablet-report-info-row strong{color:#4b5d75;font-size:12px}.tablet-report-info-row em{max-width:180px;color:#283b55;font-size:12px;font-style:normal;font-weight:800;text-align:right;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tablet-score-card{padding:14px 16px}.tablet-report-gauge{width:174px;height:174px;margin:14px auto 0;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 12px 24px #2563eb24}.tablet-report-gauge>div{width:136px;height:136px;border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;align-content:center;box-shadow:inset 0 0 0 1px #e4ecf6}.tablet-report-gauge strong{font-size:47px;line-height:1;color:#14345d;letter-spacing:-2px}.tablet-report-gauge span{margin-top:12px;color:#64748b;font-size:13px}.tablet-report-gauge em{width:100%;margin-top:7px;color:#0f9f91;font-size:13px;font-style:normal;font-weight:900;text-align:center}.tablet-mini-radar-card{padding:14px 12px 8px;flex:1}.tablet-mini-radar-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:8px}.tablet-report-radar{min-width:0;text-align:center}.tablet-report-radar h4{margin:0 0 4px;color:#2563eb;font-size:11px}.tablet-report-radar.compact:nth-child(2) h4{color:#f97316}.tablet-report-radar svg{width:100%;max-height:300px;display:block;margin:0 auto}.tablet-report-radar.compact svg{max-height:170px}.tablet-radar-grid{fill:none;stroke:#dbe5f1;stroke-width:1}.tablet-radar-axis{stroke:#edf2f7;stroke-width:1}.tablet-radar-value{fill:#2563eb2e;stroke:#2563eb;stroke-width:2}.tablet-radar-labels{display:flex;flex-wrap:wrap;justify-content:center;gap:5px 8px;margin-top:-4px}.tablet-radar-labels span{padding:3px 6px;border-radius:999px;background:#f2f6fb;color:#607188;font-size:9px}.tablet-radar-labels b{margin-left:4px;color:#1e3a5f}.tablet-main-radar-card{min-height:400px;padding:14px 17px 8px}.tablet-chart-footnote{margin:0;color:#8492a6;font-size:10px;text-align:center}.tablet-trend-card{padding:13px 16px 8px;flex:1}.tablet-report-sparkline{width:100%;height:88px;margin-top:14px;overflow:visible}.tablet-report-sparkline polyline{fill:none;stroke:#2563eb;stroke-width:3;stroke-linecap:round;stroke-linejoin:round}.tablet-report-sparkline.negative polyline{stroke:#f97316}.tablet-current-card{padding:14px 16px;background:linear-gradient(145deg,#fff,#f1f7ff)}.tablet-current-score{min-height:112px;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;align-content:center}.tablet-current-score strong{color:#2563eb;font-size:57px;line-height:1;letter-spacing:-3px}.tablet-current-score span{color:#42536b;font-size:19px;font-weight:800}.tablet-current-score em{width:100%;margin-top:8px;color:#1e385a;font-size:18px;font-style:normal;font-weight:950;text-align:center}.tablet-distribution-card{padding:13px 15px}.tablet-distribution-bar{display:flex;height:9px;margin-top:12px;border-radius:999px;overflow:hidden;background:#e7edf5}.tablet-distribution-legend{display:grid;grid-template-columns:repeat(5,1fr);gap:4px;margin-top:9px}.tablet-distribution-legend div{min-width:0;text-align:center}.tablet-distribution-legend strong{display:block;color:#55667d;font-size:10px}.tablet-distribution-legend span{display:flex;align-items:center;justify-content:center;gap:3px;margin-top:3px;color:#5d6e84;font-size:9px;font-weight:800;white-space:nowrap}.tablet-distribution-legend i{width:6px;height:6px;border-radius:50%}.tablet-metrics-card{padding:13px 14px;flex:1}.tablet-report-metrics-table{margin-top:10px;border:1px solid #e1e8f1;border-radius:10px;overflow:hidden}.tablet-report-metrics-table>div{min-height:37px;display:grid;grid-template-columns:1.45fr .8fr .8fr;align-items:center;gap:5px;padding:0 9px;border-bottom:1px solid #e8edf4;color:#53647a;font-size:11px}.tablet-report-metrics-table>div:last-child{border-bottom:0}.tablet-report-metrics-table .tablet-report-metrics-head{min-height:31px;background:#f7f9fc;color:#67778c;font-size:10px;font-weight:900}.tablet-report-metrics-table strong,.tablet-report-metrics-table em{text-align:center}.tablet-report-metrics-table em{color:#0f9f91;font-style:normal;font-weight:900}.tablet-report-metrics-table em.warning{color:#f97316}.tablet-highlight-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:13px}.tablet-highlight-card{min-width:0;padding:13px 15px 11px}.tablet-highlight-card>div{display:flex;align-items:baseline;gap:7px}.tablet-highlight-card>div span{color:#263950;font-size:13px;font-weight:900}.tablet-highlight-card>div strong{color:#132843;font-size:27px}.tablet-highlight-card small{color:#78879a;font-size:11px}.tablet-highlight-card em{color:#0f9f91;font-size:10px;font-style:normal;font-weight:900}.tablet-highlight-card .tablet-report-sparkline{height:62px;margin:0}.tablet-highlight-card p{margin:0;color:#718197;font-size:9px}.tablet-report-footer{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-top:12px;padding-top:9px;border-top:1px solid #e7edf4;color:#94a0b0;font-size:8px}.tablet-report-footer p{margin:0;text-align:right}.tablet-professional-summary{display:grid;grid-template-columns:54px 1fr;gap:16px;align-items:start;padding:17px 20px;margin-bottom:13px;background:linear-gradient(120deg,#f4f8ff,#fff 65%)}.tablet-professional-summary>span{width:48px;height:48px;display:flex;align-items:center;justify-content:center;border-radius:15px;background:#2563eb;color:#fff;font-size:25px}.tablet-professional-summary p{margin:10px 0 0;color:#4b5d73;font-size:13px;line-height:1.7;font-weight:650}.tablet-analysis-layout{display:grid;grid-template-columns:minmax(0,1.7fr) minmax(330px,.9fr);gap:13px}.tablet-analysis-card{padding:15px}.tablet-analysis-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:12px}.tablet-analysis-item{min-width:0;padding:12px 13px;border:1px solid #e2e9f2;border-radius:12px;background:#fbfdff}.tablet-analysis-item.negative{background:#fffaf7}.tablet-analysis-item>div{display:grid;grid-template-columns:31px 1fr;gap:9px;align-items:center}.tablet-analysis-item>div>span{grid-row:1/3;width:31px;height:31px;display:flex;align-items:center;justify-content:center;border-radius:10px;background:#eaf2ff;color:#2563eb;font-size:17px;font-weight:900}.tablet-analysis-item.negative>div>span{background:#fff0e8;color:#f97316}.tablet-analysis-item h4{margin:0;color:#263a53;font-size:13px}.tablet-analysis-item em{color:#7e8ca0;font-size:9px;font-style:normal}.tablet-analysis-item p{margin:9px 0 0;color:#2f4664;font-size:11px;line-height:1.55;font-weight:800}.tablet-analysis-item ul{margin:7px 0 0;padding-left:15px;color:#66778d;font-size:9px;line-height:1.5}.tablet-recommend-column{display:flex;flex-direction:column;gap:12px}.tablet-recommend-card,.tablet-aroma-card,.tablet-action-card{padding:14px 15px}.tablet-recommend-card>p,.tablet-aroma-card>p{margin:8px 0 10px;color:#76869a;font-size:10px;line-height:1.55}.tablet-recommend-item{display:grid;grid-template-columns:36px 1fr;gap:9px;align-items:center;margin-top:8px;padding:9px;border:1px solid #e1e8f2;border-radius:11px;background:#fbfdff}.tablet-recommend-item>span{width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:10px;background:#eaf2ff;color:#2563eb}.tablet-recommend-item strong{color:#263950;font-size:11px}.tablet-recommend-item p{margin:2px 0 0;color:#7b899c;font-size:8px}.tablet-aroma-card>div{display:flex;flex-wrap:wrap;gap:7px}.tablet-aroma-card>div span{padding:6px 9px;border:1px solid #cdeee8;border-radius:999px;background:#f0fdfa;color:#167c70;font-size:9px;font-weight:850}.tablet-action-card>div{display:grid;grid-template-columns:27px 1fr;gap:8px;align-items:start;margin-top:8px}.tablet-action-card>div>span{width:25px;height:25px;display:flex;align-items:center;justify-content:center;border-radius:8px;background:#edf4ff;color:#2563eb;font-size:9px;font-weight:950}.tablet-action-card p{margin:1px 0 0;color:#65758b;font-size:9px;line-height:1.5}.tablet-action-card strong{display:block;color:#2d415a;font-size:10px}.tablet-disclaimer{display:grid;grid-template-columns:auto 1fr;gap:12px;align-items:start;margin-top:12px;padding:11px 14px;background:#f8fafc}.tablet-disclaimer strong{color:#52647b;font-size:10px}.tablet-disclaimer p{margin:0;color:#8492a4;font-size:8px;line-height:1.55}.tablet-training-hero{display:grid;grid-template-columns:minmax(0,1fr) 190px;align-items:center;gap:22px;padding:20px;border:1px solid #dbeafe;border-radius:18px;background:linear-gradient(135deg,#f0f7ff,#fff 62%,#effcf9)}.tablet-training-hero>div:first-child>span{display:inline-flex;padding:5px 10px;border-radius:999px;background:#eaf2ff;color:#2563eb;font-size:11px;font-weight:900}.tablet-training-hero h2{margin:10px 0 8px;font-size:25px}.tablet-training-hero p{margin:0;color:#52657c;line-height:1.7}.tablet-training-hero .tablet-report-gauge{width:150px;height:150px;margin:0}.tablet-training-hero .tablet-report-gauge>div{width:116px;height:116px}.tablet-training-hero .tablet-report-gauge strong{font-size:38px}.tablet-training-meta{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:14px}.tablet-training-meta .tablet-report-info-row{padding:0 11px;border:1px solid #e6edf5;border-radius:12px;background:#fbfdff}.tablet-report-section-heading{margin:22px 0 12px;padding-left:10px;border-left:4px solid #2563eb;color:#10233f;font-size:16px;font-weight:950}.tablet-task-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.tablet-task-grid>div{padding:14px;border:1px solid #e2e9f2;border-radius:14px;background:#fff}.tablet-task-grid span{display:block;color:#7b899c;font-size:11px}.tablet-task-grid strong{display:block;margin-top:6px;color:#233a58;font-size:17px}.tablet-training-main-grid{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr);gap:14px}.tablet-training-radar,.tablet-training-metrics{padding:15px}.tablet-training-dimension-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.tablet-training-dimension-grid article{padding:15px}.tablet-training-dimension-grid article>div{display:flex;justify-content:space-between;gap:12px}.tablet-training-dimension-grid b{color:#2563eb}.tablet-training-dimension-grid em{display:inline-flex;margin-top:8px;padding:3px 7px;border-radius:999px;background:#eff6ff;color:#2563eb;font-size:10px;font-style:normal;font-weight:900}.tablet-training-dimension-grid p{margin:10px 0 7px;color:#52657c;font-size:12px;line-height:1.65}.tablet-training-dimension-grid small{color:#7c8ca0;line-height:1.55}.tablet-training-suggestions{padding:15px 18px}.tablet-training-suggestions ol{margin:0;padding-left:20px;color:#52657c;line-height:1.85}@media (max-width: 1180px){.tablet-report-dashboard{grid-template-columns:1fr}.tablet-report-column{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.tablet-mini-radar-card,.tablet-main-radar-card,.tablet-metrics-card{grid-column:1/-1}.tablet-highlight-grid{grid-template-columns:repeat(2,1fr)}.tablet-analysis-layout,.tablet-training-main-grid{grid-template-columns:1fr}.tablet-training-dimension-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 760px){.tablet-report-sheet{padding:20px 14px 14px;border-radius:16px}.tablet-report-sheet-header,.tablet-training-hero{grid-template-columns:1fr;flex-direction:column;align-items:flex-start}.tablet-report-brand h1{font-size:21px}.tablet-report-time{text-align:left}.tablet-report-column,.tablet-highlight-grid,.tablet-analysis-grid,.tablet-training-meta,.tablet-task-grid,.tablet-training-dimension-grid,.tablet-analysis-layout{grid-template-columns:1fr}.tablet-mini-radar-grid{grid-template-columns:1fr 1fr}}@media print{@page{size:A4 portrait;margin:8mm}body{background:#fff!important}body *{visibility:hidden!important}.cloud-report-print-scope,.cloud-report-print-scope *{visibility:visible!important}.cloud-report-print-scope{position:absolute!important;left:0!important;top:0!important;width:100%!important;margin:0!important}.cloud-report-no-print{display:none!important}.tablet-report-sheet{box-shadow:none!important;border-radius:0!important;margin:0 0 5mm!important;padding:8mm 7mm 5mm!important;break-after:page;page-break-after:always}.tablet-report-sheet:last-child{break-after:auto;page-break-after:auto}.tablet-report-card,.tablet-analysis-item,.tablet-task-grid>div{break-inside:avoid;page-break-inside:avoid}.tablet-report-brand h1{font-size:20px}.tablet-report-dashboard{grid-template-columns:25% minmax(0,1fr) 28%;gap:7px}.tablet-report-card{box-shadow:none}.tablet-report-gauge{width:125px;height:125px}.tablet-report-gauge>div{width:98px;height:98px}.tablet-report-gauge strong{font-size:32px}.tablet-report-radar svg{max-height:210px}.tablet-report-radar.compact svg{max-height:120px}.tablet-highlight-grid{gap:7px}.tablet-analysis-layout{grid-template-columns:minmax(0,1.7fr) minmax(250px,.9fr);gap:7px}.tablet-analysis-grid{gap:6px}.tablet-analysis-item{padding:8px}.tablet-training-dimension-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.social-filter-toolbar select,.social-filter-toolbar input,.raw-filter-toolbar select,.raw-filter-toolbar input{min-width:148px}.cell-sub{margin-top:5px;color:var(--muted);font-size:11px;line-height:1.45}.compact-tags{display:flex;flex-wrap:wrap;gap:4px;min-width:220px}.compact-tags .tag{margin:0}.notice.error{margin:0 0 14px;padding:11px 13px;border:1px solid #fecaca;border-radius:10px;background:#fff1f2;color:#b91c1c;font-size:13px}.modal-card.extra-wide{width:min(1180px,96vw);max-height:92vh;overflow:auto}.social-user-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-bottom:18px}.social-user-summary>div{min-width:0;padding:12px;border:1px solid var(--line);border-radius:11px;background:var(--panel-2)}.social-user-summary span{display:block;color:var(--muted);font-size:12px;margin-bottom:7px}.social-user-summary strong{display:block;overflow-wrap:anywhere;color:var(--text);font-size:14px}.login-log-strip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;max-height:230px;overflow:auto;margin-bottom:20px}.login-log-strip>div:not(.empty){min-width:0;padding:10px 11px;border:1px solid var(--line);border-radius:10px;background:#fff}.login-log-strip strong,.login-log-strip span,.login-log-strip small{display:block;overflow-wrap:anywhere}.login-log-strip strong{color:#1e3a5f;font-size:13px}.login-log-strip span{margin-top:4px;color:#526277;font-size:12px}.login-log-strip small{margin-top:4px;color:var(--muted);font-size:11px}.social-report-list{display:flex;flex-direction:column;gap:8px;max-height:390px;overflow:auto}.social-report-row{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:12px 13px;border:1px solid var(--line);border-radius:10px;background:#fff}.social-report-row>div:first-child{min-width:0}.social-report-row strong,.social-report-row span,.social-report-row small{display:block}.social-report-row strong{color:var(--text);font-size:14px}.social-report-row span{margin-top:4px;color:var(--muted);font-size:12px}.social-report-row small{margin-top:4px;color:#536171;font-size:12px}.social-report-row>div:last-child{display:flex;gap:8px;flex-shrink:0}.report-analysis-text{margin:0 0 16px;padding:14px;border-radius:10px;background:#f8fafc;color:#334155;line-height:1.75}.scale-answer-compact-list{display:flex;flex-direction:column;gap:8px;max-height:440px;overflow:auto}.scale-answer-compact-list>div:not(.empty){display:grid;grid-template-columns:90px minmax(0,1fr) 180px;gap:12px;align-items:center;padding:10px 12px;border:1px solid var(--line);border-radius:9px}.scale-answer-compact-list span{color:#475569;font-size:12px}.scale-answer-compact-list b{text-align:right;color:#1e3a5f;font-size:12px}.raw-selection-bar{display:flex;align-items:center;justify-content:flex-end;gap:14px;margin:0 0 12px;padding:10px 12px;border:1px solid var(--line);border-radius:10px;background:#fff}.raw-selection-bar label{margin-right:auto;display:flex;align-items:center;gap:7px;color:#475569;font-size:13px}.raw-selection-bar span{color:var(--muted);font-size:13px}.raw-export-modal{width:min(560px,100%)}.raw-export-format-list{display:grid;gap:10px}.modal-form .raw-export-format-option{display:grid;grid-template-columns:22px minmax(0,1fr);align-items:start;gap:10px;padding:12px 13px;border:1px solid var(--line);border-radius:10px;background:#f8fafc;color:#0f172a;cursor:pointer}.modal-form .raw-export-format-option:hover{border-color:#93c5fd;background:#eff6ff}.modal-form .raw-export-format-option input{width:17px;height:17px;margin:2px 0 0;padding:0}.raw-export-format-option span,.raw-export-format-option strong,.raw-export-format-option small{display:block}.raw-export-format-option strong{font-size:14px;color:#0f172a}.raw-export-format-option small{margin-top:4px;color:var(--muted);font-size:12px;line-height:1.55}.raw-task-title{margin-top:24px}.raw-task-title .btn{margin-left:auto}.raw-task-list{display:flex;flex-direction:column;gap:8px}.raw-task-list>div:not(.empty){display:flex;align-items:center;justify-content:space-between;gap:16px;padding:12px 14px;border:1px solid var(--line);border-radius:11px;background:#fff;box-shadow:var(--shadow)}.raw-task-list strong,.raw-task-list span,.raw-task-list small{display:block}.raw-task-list span{margin-top:4px;color:var(--muted);font-size:12px}.raw-task-list small{margin-top:5px;color:#b91c1c;font-size:11px;max-width:720px}.raw-task-list>div>div:last-child{display:flex;align-items:center;gap:8px;flex-shrink:0}@media (max-width: 900px){.social-user-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.login-log-strip{grid-template-columns:1fr}.social-report-row{align-items:flex-start;flex-direction:column}.scale-answer-compact-list>div:not(.empty){grid-template-columns:1fr}.scale-answer-compact-list b{text-align:left}.raw-selection-bar{align-items:flex-start;flex-wrap:wrap;justify-content:flex-start}.raw-selection-bar label{width:100%}.raw-task-list>div:not(.empty){align-items:flex-start;flex-direction:column}}.tree-toggle{width:100%;border:0;background:transparent;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:6px 0;text-align:left;cursor:pointer;color:inherit}.tree-toggle span,.tree-toggle small{color:var(--text-secondary, #64748b)}.child-toggle{padding-left:4px}.district-chip-list{display:flex;flex-wrap:wrap;gap:8px;padding:8px 0 8px 20px}.district-chip-list em{font-style:normal;padding:5px 9px;border-radius:8px;background:#f4f7fb;color:#475569}.app-update-metrics{grid-template-columns:repeat(5,minmax(0,1fr));margin-bottom:16px}.app-update-tabs{margin-bottom:16px}.app-update-section-title{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:14px}.app-update-section-title h3{margin:0;color:var(--text)}.app-update-section-title p{margin:5px 0 0;color:var(--muted);font-size:12px}.app-release-form{margin-bottom:16px}.app-release-form-grid textarea{min-height:92px;resize:vertical}.app-release-form-grid input[type=file]{height:auto;min-height:38px;padding:7px 9px}.app-release-options,.compact-actions{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.app-release-options{padding:2px 0 10px}.app-release-options label{display:inline-flex;align-items:center;gap:7px;color:#475569;font-size:13px}.app-release-options input{width:auto;height:auto}.link-btn{display:inline-flex;align-items:center;justify-content:center;text-decoration:none}.update-notes-cell{max-width:360px;white-space:pre-wrap}.cell-error{max-width:280px;color:#b91c1c;white-space:normal;overflow-wrap:anywhere}.app-device-toolbar input{min-width:220px}@media (max-width: 1180px){.app-update-metrics{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width: 760px){.app-update-metrics{grid-template-columns:1fr 1fr}.app-update-section-title{align-items:flex-start;flex-direction:column}.app-device-toolbar input{min-width:100%;width:100%}}.drawer-mask{position:fixed;top:0;right:0;bottom:0;left:0;z-index:60;display:flex;justify-content:flex-end;background:#0f172a6b;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.drawer-level-2{z-index:70}.drawer-level-3{z-index:80}.drawer-panel{width:min(720px,94vw);height:100%;display:flex;flex-direction:column;background:#fff;border-left:1px solid var(--line);box-shadow:-24px 0 64px #0f172a2e;animation:drawer-slide-in .18s ease-out}.drawer-panel.drawer-wide{width:min(1080px,96vw)}.drawer-panel.drawer-report{width:min(1380px,98vw)}.drawer-head{flex:0 0 auto;display:flex;align-items:flex-start;justify-content:space-between;gap:16px;min-height:72px;padding:18px 20px;border-bottom:1px solid var(--line);background:#fff}.drawer-title-wrap{min-width:0}.drawer-title-wrap h3{margin:0;color:var(--text);font-size:18px;line-height:1.35}.drawer-title-wrap p{margin:6px 0 0;color:var(--muted);font-size:12px;line-height:1.55;overflow-wrap:anywhere}.drawer-head-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px;flex-shrink:0}.drawer-close{width:34px;height:34px;border:1px solid var(--line);border-radius:999px;background:#fff;color:var(--muted);font-size:21px;line-height:1;cursor:pointer}.drawer-close:hover{color:var(--text);border-color:var(--line-strong)}.drawer-body{flex:1 1 auto;min-height:0;overflow:auto;padding:18px 20px 28px;background:#f8fafc}.drawer-body.report-drawer-body{padding:12px;background:#eef3f9}.drawer-body .full-report-panel{margin-top:0}.drawer-body .tablet-aligned-report{margin:0 auto}.drawer-body .modal-card{width:100%;max-height:none;overflow:visible}@keyframes drawer-slide-in{0%{transform:translate(28px);opacity:.65}to{transform:translate(0);opacity:1}}@media (max-width: 820px){.drawer-panel,.drawer-panel.drawer-wide,.drawer-panel.drawer-report{width:100vw}.drawer-head{padding:15px 14px}.drawer-body{padding:14px}}@media print{.drawer-mask{position:static!important;display:block!important;background:transparent!important}.drawer-panel{width:100%!important;height:auto!important;box-shadow:none!important;border:0!important}.drawer-head{display:none!important}.drawer-body{overflow:visible!important;padding:0!important;background:#fff!important}}.raw-capture-control{display:flex;align-items:center;justify-content:space-between;gap:24px;margin:0 0 18px;padding:18px 20px;border:1px solid var(--border);border-radius:16px;background:var(--panel)}.raw-capture-control.is-off{border-style:dashed}.raw-capture-control-copy{min-width:0}.raw-capture-control-title{display:flex;align-items:center;gap:10px;font-size:16px}.raw-capture-control-copy p{margin:8px 0 0;color:var(--muted);line-height:1.65}.raw-capture-switch{display:inline-flex;align-items:center;gap:10px;cursor:pointer;-webkit-user-select:none;user-select:none;flex:0 0 auto}.raw-capture-switch input{position:absolute;opacity:0;pointer-events:none}.raw-capture-switch-track{position:relative;width:50px;height:28px;border-radius:999px;background:#cbd5e1;transition:background .18s ease}.raw-capture-switch-knob{position:absolute;width:22px;height:22px;top:3px;left:3px;border-radius:50%;background:#fff;box-shadow:0 1px 4px #0f172a38;transition:transform .18s ease}.raw-capture-switch input:checked+.raw-capture-switch-track{background:#16a34a}.raw-capture-switch input:checked+.raw-capture-switch-track .raw-capture-switch-knob{transform:translate(22px)}.raw-capture-switch input:disabled+.raw-capture-switch-track{opacity:.55}.raw-capture-switch-text{min-width:54px;font-weight:700}.raw-capture-switch.is-saving{cursor:progress}@media (max-width: 900px){.raw-capture-control{align-items:flex-start;flex-direction:column}}
