:root{font-family:"Plus Jakarta Sans","Noto Sans TC","Microsoft JhengHei",system-ui,sans-serif;color:#111827;background:#fff;font-synthesis:none;--blue:#2563eb;--purple:#4b47db;--line:#e5e7eb;--muted:#6b7280}
*{box-sizing:border-box}body{margin:0}button,input,select,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{cursor:pointer}a{color:inherit}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,summary:focus-visible{outline:3px solid #93c5fd;outline-offset:3px}[hidden]{display:none!important}button:disabled{cursor:not-allowed;opacity:.5}.app-header{height:64px;padding:0 25px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);background:#fff;position:sticky;top:0;z-index:10}.app-brand{display:flex;align-items:center;gap:9px;text-decoration:none}.app-brand strong{font-size:21px;letter-spacing:-.7px}.app-brand>span{font-size:12px;color:var(--muted);margin-left:8px;padding-left:16px;border-left:1px solid var(--line)}.header-end{display:flex;align-items:center;gap:18px;font-size:12px}.example-tag{border:1px solid #cbd5e1;border-radius:5px;padding:4px 7px;color:#64748b;background:#f8fafc}.app-layout{display:grid;grid-template-columns:184px minmax(0,1fr);min-height:calc(100vh - 64px)}.sidebar{border-right:1px solid var(--line);padding:22px 11px 18px;background:#fff;position:sticky;top:64px;height:calc(100vh - 64px);display:flex;flex-direction:column;justify-content:space-between}.nav-item{display:flex;align-items:center;gap:9px;width:100%;border:0;text-align:left;padding:10px 10px;background:transparent;color:#4b5563;border-radius:9px;font-size:12px;font-weight:600;line-height:1.5;margin-bottom:4px}.nav-item:hover{background:#f3f4f6}.nav-item.active{background:#dbeafe;color:#1d4ed8}.nav-icon{display:inline-flex;align-items:center;justify-content:center;width:17px;font-size:18px;font-weight:400;flex-shrink:0}.nav-section{font-size:11px;color:#6b7280;margin:18px 5px 10px;padding-top:17px;border-top:1px solid #eef0f3}.nav-group{display:flex;align-items:center;gap:9px;font-size:12px;margin:14px 10px 8px;font-weight:600}.nav-child{padding-left:23px;font-size:11px}.sidebar-note{border-top:1px solid var(--line);margin:40px 8px 0;padding-top:15px;font-size:10px;line-height:1.8;color:#6b7280}.sidebar-note strong{font-size:10px;color:#4b5563}.sidebar-note p{margin:6px 0}.note-dot{display:inline-block;height:6px;width:6px;border-radius:50%;background:#2563eb;margin-right:5px}#workspace{background:#f8fafc;min-width:0;padding:27px 28px 40px;outline:none}.page-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin:0 0 23px}.page-heading h1{font-size:24px;line-height:1.4;margin:0 0 7px;font-weight:750;letter-spacing:-.5px}.page-heading p{font-size:12px;color:#64748b;line-height:1.8;margin:0;max-width:610px}.page-kicker{color:#64748b;font-size:10px;margin-bottom:7px;letter-spacing:.05em}.btn,.small-btn{display:inline-flex;align-items:center;justify-content:center;gap:7px;border:1px solid #d1d5db;border-radius:7px;padding:9px 13px;background:#fff;color:#374151;white-space:nowrap;text-decoration:none;font-size:12px;font-weight:600;line-height:1.4}.btn:hover,.small-btn:hover{background:#f3f4f6}.btn.primary{background:var(--purple);border-color:var(--purple);color:#fff}.btn.primary:hover{background:#3f3bc4}.btn.blue{background:var(--blue);border-color:var(--blue);color:#fff}.small-btn{font-size:11px;padding:6px 9px}.back-btn{border:0;padding:0;background:none;color:#2563eb;font-size:12px;margin-bottom:20px;display:inline-block}.stat-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:24px}.stat{display:flex;flex-direction:column;gap:13px;align-items:flex-start;border:1px solid var(--line);border-radius:12px;background:#fff;padding:17px;text-decoration:none}.stat:hover{border-color:#a5b4fc;box-shadow:0 3px 12px #11182706}.stat-icon{height:31px;width:31px;border-radius:8px;display:grid;place-items:center;background:#eff6ff;color:#2563eb;font-size:19px}.stat:nth-child(2) .stat-icon{background:#ecfdf5;color:#059669}.stat:nth-child(3) .stat-icon{background:#faf5ff;color:#9333ea}.stat:nth-child(4) .stat-icon{background:#fff1f2;color:#e11d48}.stat strong{font-size:27px;line-height:1}.stat-label{font-size:11px;color:#6b7280}.white-panel{border:1px solid var(--line);border-radius:12px;background:#fff;margin-bottom:18px;overflow:hidden}.panel-head{padding:17px 19px;display:flex;justify-content:space-between;align-items:center;gap:12px;border-bottom:1px solid #eef0f3}.panel-head h2{font-size:14px;margin:0}.panel-head span,.muted{font-size:11px;color:var(--muted)}.panel-body{padding:19px}.subheading{font-size:14px;margin:0 0 14px}.overview-notice{border:1px solid #c7d2fe;background:#eef2ff;border-radius:10px;padding:17px;display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:22px}.overview-notice strong{font-size:13px;color:#312e81}.overview-notice p{margin:5px 0 0;font-size:11px;color:#6366a0;line-height:1.7}.step-list{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.step-card{padding:15px 12px;border:1px solid #e5e7eb;border-radius:9px;background:white;text-align:left}.step-card:hover{border-color:#a5b4fc}.step-card span{display:block;color:#64748b;font-size:10px;margin-bottom:11px}.step-card strong{display:block;font-size:12px;color:#1f2937}.step-card p{font-size:10px;color:#64748b;line-height:1.7;margin:8px 0 0}.data-table{border-collapse:collapse;width:100%;font-size:11px}.table-scroll{overflow:auto}.data-table th{font-size:10px;color:#4b5563;text-align:left;background:#f9fafb;font-weight:650;white-space:nowrap;padding:12px 15px}.data-table td{padding:14px 15px;border-top:1px solid #eef0f3;vertical-align:middle;white-space:nowrap}.data-table td strong{font-weight:650}.data-table td small{display:block;color:#9ca3af;font-size:9px;margin-top:4px}.badge{font-size:10px;display:inline-block;line-height:1.6;padding:3px 7px;border-radius:5px;background:#f1f5f9;color:#475569;white-space:nowrap}.badge.green{background:#ecfdf5;color:#047857}.badge.amber{background:#fffbeb;color:#92400e}.badge.blue{background:#eff6ff;color:#1d4ed8}.badge.violet{background:#f5f3ff;color:#6d28d9}.toolbar{display:flex;gap:10px;align-items:center;flex-wrap:wrap;margin-bottom:16px}.search-field{position:relative;flex:1;min-width:170px}.search-field input{width:100%;padding:10px 12px;border:1px solid #d1d5db;border-radius:7px;background:#fff;font-size:12px;color:#1f2937}.toolbar select,.candidate-picker select{border:1px solid #d1d5db;background:#fff;border-radius:7px;padding:9px 11px;font-size:11px;color:#374151;max-width:100%}.candidate-cards{display:grid;gap:12px}.candidate-card{border:1px solid var(--line);border-radius:11px;background:#fff;padding:17px}.candidate-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.candidate-name{font-size:14px;font-weight:700;border:0;background:none;color:#111827;padding:0}.candidate-name:hover{color:#2563eb}.candidate-card .meta{font-size:10px;color:#6b7280;margin:7px 0 15px;line-height:1.8}.candidate-flow{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;padding:12px;background:#f8fafc;border-radius:8px}.candidate-flow div{font-size:10px;display:flex;align-items:center;justify-content:space-between;gap:8px;line-height:1.8;color:#64748b}.candidate-flow b{color:#374151;font-size:11px}.candidate-footer{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-top:12px}.candidate-footer>span{font-size:10px;color:#94a3b8}.action-row{display:flex;gap:7px;flex-wrap:wrap}.upload-guide{padding:16px 18px;border:1px solid #c7d2fe;border-radius:10px;background:#eef2ff;margin-bottom:20px}.upload-guide strong{font-size:13px;color:#312e81}.upload-guide p{font-size:11px;line-height:1.9;color:#6366a0;margin:6px 0}.upload-guide .mini-flow{display:flex;gap:9px;align-items:center;flex-wrap:wrap;font-size:10px;color:#4338ca;margin-top:11px}.mini-flow span{background:#fff;padding:5px 8px;border:1px solid #e0e7ff;border-radius:5px}.report-paper{max-width:870px;margin:0 auto;border:1px solid var(--line);background:#fff;border-radius:12px;padding:24px}.report-head{border-bottom:1px solid var(--line);padding-bottom:17px;margin-bottom:18px}.report-head-top{display:flex;justify-content:space-between;align-items:flex-start;gap:15px}.report-head h2{font-size:23px;letter-spacing:-.5px;margin:0}.report-head .report-meta{font-size:11px;color:#6b7280;margin:8px 0 0;line-height:1.9}.candidate-picker{display:flex;align-items:center;gap:8px;font-size:11px;color:#6b7280;margin-bottom:18px;flex-wrap:wrap}.report-tabs{display:flex;gap:4px;border-bottom:1px solid #e5e7eb;margin:0 0 21px}.report-tabs button{border:0;background:transparent;font-size:12px;font-weight:600;padding:11px 13px;color:#6b7280;border-bottom:2px solid transparent;margin-bottom:-1px}.report-tabs button.active{color:#2563eb;border-bottom-color:#2563eb}.score-status{border:1px solid #c7d2fe;border-radius:9px;padding:14px 16px;background:#eef2ff;margin-bottom:18px}.score-status>span{font-size:10px;font-weight:600;color:#4338ca;display:block;margin-bottom:8px}.score-status>div{display:flex;align-items:center;gap:12px}.score-status strong{font-size:29px;color:#312e81}.report-section{margin-bottom:21px}.report-section h3{font-size:13px;margin:0 0 8px;font-weight:700}.report-section p,.report-section li{font-size:12px;line-height:1.9;color:#4b5563}.report-section p{margin:0}.report-section ul,.report-section ol{margin:0;padding-left:20px}.report-section.good h3{color:#059669}.report-section.risk h3{color:#d97706}.report-section.followup h3{color:#2563eb}.score-hero{display:flex;gap:13px;align-items:baseline;margin-bottom:23px}.score-hero span{font-size:12px;color:#6b7280}.score-hero strong{font-size:53px;color:#2d76d3;line-height:1}.report-two-col{display:grid;grid-template-columns:1fr 1fr;gap:18px}.video-shell{padding:13px;border:1px solid #cbd5e1;border-radius:10px;background:#f8fafc;margin:20px 0}.video-shell h3{font-size:12px;margin:0 0 10px}.video-placeholder{min-height:155px;display:flex;flex-direction:column;justify-content:center;align-items:center;border-radius:7px;background:#e2e8f0;color:#64748b;text-align:center;padding:20px;gap:6px}.video-placeholder .camera-symbol{font-size:27px;line-height:1.1;margin-bottom:5px}.video-placeholder strong{font-size:12px;color:#475569}.video-placeholder span{font-size:10px}.video-shell details{margin-top:12px}.video-shell summary, .qa-item summary{cursor:pointer;font-size:11px;font-weight:600;color:#374151;line-height:1.7}.video-shell details p{font-size:11px;line-height:1.9;color:#475569;margin:11px 0 0}.traits{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:7px}.trait{border:1px solid var(--line);border-radius:8px;padding:12px 5px;text-align:center}.trait span{display:block;font-size:10px;color:#6b7280;margin-bottom:6px}.trait strong{font-size:14px;color:#2563eb}.qa-item{border:1px solid var(--line);border-radius:8px;padding:13px;margin-top:8px}.qa-item .badge{margin:0 7px}.qa-item p{font-size:11px;line-height:1.9;color:#475569;margin:12px 0 0}.qa-item .answer-label{font-size:10px;color:#94a3b8;display:block;margin:12px 0 4px}.performance-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.performance-grid>div{background:#f8fafc;border:1px solid #e5e7eb;border-radius:8px;padding:11px}.performance-grid span{display:block;font-size:10px;color:#6b7280;line-height:1.7}.performance-grid strong{font-size:19px;color:#374151}.report-footnote{border-top:1px solid #eef0f3;padding-top:13px;font-size:10px;line-height:1.8;color:#94a3b8}.original-resume h3{font-size:16px;margin:5px 0 8px}.original-resume>p{font-size:11px;color:#64748b;line-height:1.8;margin-bottom:22px}.progress-summary{display:flex;gap:16px;align-items:center;margin-bottom:17px;font-size:11px;color:#6b7280}.progress-summary strong{font-size:22px;color:#374151;margin-right:3px}.review-box{border:1px solid #ddd6fe;border-radius:10px;background:#f5f3ff;padding:19px}.review-box h3{font-size:14px;color:#4c1d95;margin:0 0 8px}.review-box>p{font-size:11px;color:#6d5a89;line-height:1.8;margin:0 0 15px}.review-box fieldset{border:0;padding:0;margin:0 0 16px}.review-box legend,.field-label{font-size:11px;color:#4c1d95;font-weight:600;margin-bottom:8px;display:block}.choice-row{display:flex;flex-wrap:wrap;gap:7px}.choice-row button{border:1px solid #d1d5db;background:#fff;padding:7px 12px;border-radius:6px;color:#374151;font-size:11px}.choice-row button.selected{background:#7c3aed;border-color:#7c3aed;color:#fff}.stars{display:flex;gap:4px;margin-bottom:16px}.stars button{font-size:24px;line-height:1.2;color:#d1d5db;border:0;background:none;padding:1px 3px}.stars button.selected{color:#f59e0b}.review-box textarea{width:100%;min-height:105px;border:1px solid #d1d5db;border-radius:7px;padding:12px;background:#fff;font-size:12px;line-height:1.8;resize:vertical;margin-bottom:9px}.review-submit-row{display:flex;gap:12px;align-items:center;justify-content:space-between}.review-submit-row>span{font-size:10px;color:#7c6b93}.saved-result{border:1px solid #a7f3d0;border-radius:8px;padding:12px;background:#ecfdf5;font-size:12px;color:#065f46;line-height:1.8}.overview-fields{display:grid;grid-template-columns:1fr 1fr;gap:17px;margin:0}.overview-fields dt{font-size:10px;color:#9ca3af;margin-bottom:5px}.overview-fields dd{font-size:12px;margin:0;color:#374151;overflow-wrap:anywhere}.candidate-docs{display:flex;gap:8px;margin:18px 0;flex-wrap:wrap}.empty-state{padding:40px 15px;text-align:center;font-size:12px;color:#64748b}.sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.disclaimer-line{font-size:10px;line-height:1.8;color:#94a3b8;margin:15px 0 0}.small-text-link{border:0;padding:0;color:#2563eb;background:none;font-size:11px}.foot-link{font-size:11px;color:#2563eb;text-decoration:none;display:inline-flex;gap:8px;align-items:center}.foot-link:hover{text-decoration:underline}
@media(max-width:1050px){#workspace{padding:22px 20px 35px}.app-layout{grid-template-columns:165px minmax(0,1fr)}.sidebar{padding-left:7px;padding-right:7px}.nav-item{font-size:11px}.nav-child{font-size:10px;padding-left:19px}.stat{padding:13px;gap:10px}.stat-label{font-size:10px}.candidate-flow{gap:10px}.candidate-flow div{display:block}.candidate-flow b{display:block}.report-paper{padding:20px}}
@media(max-width:760px){.app-header{height:58px;padding:0 16px}.app-brand>span{display:none}.header-end{gap:10px}.app-layout{grid-template-columns:minmax(0,1fr);display:block}.sidebar{height:auto;position:sticky;top:58px;z-index:9;padding:7px 10px;border-right:0;border-bottom:1px solid var(--line);display:block;overflow-x:auto}.sidebar nav{display:flex;gap:4px;min-width:max-content}.nav-section,.nav-group,.sidebar-note{display:none}.nav-item,.nav-child{width:auto;font-size:10px;padding:8px 10px;white-space:nowrap;margin:0;border-radius:6px}.nav-icon{font-size:15px;width:14px}.nav-item[data-page=overview]{order:-1}#workspace{padding:21px 16px 32px}.page-heading h1{font-size:21px}.page-heading{margin-bottom:18px}.page-heading p{font-size:11px}.stat-grid{gap:8px}.stat{padding:11px;gap:10px;border-radius:9px}.stat strong{font-size:24px}.stat-label{font-size:9px}.step-list{grid-template-columns:repeat(2,minmax(0,1fr))}.report-paper{padding:18px}.report-head-top{flex-wrap:wrap}.report-head h2{font-size:22px}.performance-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.traits{gap:5px}.trait{padding:11px 3px}.trait span{font-size:9px}.report-tabs{overflow:auto;white-space:nowrap}.report-tabs button{font-size:11px;padding:10px 12px}.overview-notice{align-items:flex-start}.overview-notice .btn{padding:8px 10px;font-size:10px}.report-two-col{grid-template-columns:1fr;gap:0}.candidate-head{align-items:flex-start}.candidate-footer{align-items:flex-start}.candidate-footer>span{max-width:100px;line-height:1.8}.report-section li,.report-section p{font-size:11px}.progress-summary{gap:12px}.review-box{padding:15px}.review-submit-row{align-items:flex-start;flex-direction:column}.review-submit-row>span{line-height:1.8}}
@media(max-width:430px){.locale-label{display:none}.page-heading{flex-wrap:wrap;gap:10px}.stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.stat{display:grid;grid-template-columns:1fr auto;gap:8px}.stat-icon{grid-column:1;grid-row:1;width:27px;height:27px;font-size:17px}.stat strong{grid-column:2;grid-row:1;align-self:center}.stat-label{grid-column:1 / -1;font-size:10px}.candidate-flow{padding:10px;grid-template-columns:repeat(3,minmax(0,1fr))}.candidate-flow div{font-size:9px}.candidate-flow b{font-size:10px}.candidate-name{font-size:13px}.candidate-card{padding:14px}.report-paper{padding:15px}.report-head .action-row{width:100%}.traits{grid-template-columns:repeat(3,minmax(0,1fr))}.performance-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.overview-fields{grid-template-columns:1fr}.overview-notice{padding:14px;flex-direction:column}.panel-body{padding:15px}.panel-head{padding:15px}.progress-summary{flex-wrap:wrap}.candidate-footer .small-btn{font-size:10px;padding:6px}.report-tabs button{padding:10px}.score-hero strong{font-size:45px}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}
.disclaimer-line,.report-footnote{color:#64748b}
.candidate-footer>span,.qa-item .answer-label,.overview-fields dt{color:#64748b}
.report-section.good h3{color:#047857}.report-section.risk h3{color:#b45309}
.video-placeholder>span{color:#475569}.review-submit-row>span{color:#655477}
.stars button{color:#7b8494}.stars button.selected{color:#a85b07}
.data-table td small{color:#64748b}

/* Allow translated labels to wrap without shrinking the readable content. */
.nav-item,.step-card,.data-table th{text-align:start}
.btn,.small-btn{white-space:normal;text-align:center;overflow-wrap:anywhere;max-width:100%}
.panel-head,.candidate-footer,.report-head-top{flex-wrap:wrap}
.candidate-flow div{flex-wrap:wrap}
.candidate-flow b,.trait strong,.stat-label{overflow-wrap:anywhere}
.app-header{min-height:64px;height:auto;padding-block:12px;gap:12px}
.report-section ul,.report-section ol{padding-left:0;padding-inline-start:20px}
[dir=rtl] .sidebar{border-right:0;border-left:1px solid var(--line)}
[dir=rtl] .nav-child{padding-left:10px;padding-right:23px}
[dir=rtl] .app-brand>span{margin-left:0;margin-right:8px;padding-left:0;padding-right:16px;border-left:0;border-right:1px solid var(--line)}
[dir=rtl] .note-dot,[dir=rtl] .progress-summary strong{margin-right:0;margin-left:5px}
@media(max-width:760px){.app-header{min-height:58px;padding-block:9px}.sidebar{top:58px}[dir=rtl] .sidebar{border-left:0}[dir=rtl] .nav-child{padding:8px 10px}.app-brand{flex-shrink:0}.header-end{flex-wrap:wrap;justify-content:flex-end}.candidate-footer{flex-direction:column}}

/* Keep the navigation reachable in the compact homepage frame. */
@media(min-width:761px){
 .tour-embedded .sidebar{padding:8px 10px;justify-content:flex-start}
 .tour-embedded .sidebar .nav-item{padding:7px 9px;font-size:11px;margin-bottom:2px}
 .tour-embedded .sidebar .nav-section{margin:8px 5px;padding-top:8px}
 .tour-embedded .sidebar .nav-group{margin:8px 10px}
 .tour-embedded .sidebar-note{display:none}
}

/* Homepage: a fitted working surface, with report topics instead of a long document. */
.tour-embedded .app-layout{min-height:0;grid-template-columns:175px minmax(0,1fr)}
.tour-embedded .app-header,.tour-embedded .sidebar{position:static;height:auto;min-height:0}
.tour-embedded .app-header{padding:10px 16px}
.tour-embedded .sidebar{justify-content:flex-start;padding:14px 10px}
.tour-embedded #workspace{padding:18px;min-width:0}
.tour-embedded .page-heading{margin-bottom:14px}
.tour-embedded .page-heading h1{font-size:20px;margin:0}
.tour-embedded .page-heading p,.tour-embedded .page-kicker,.tour-embedded .sidebar-note,
.tour-embedded .disclaimer-line,.tour-embedded .report-footnote,
.tour-embedded .candidate-picker>.muted,.tour-embedded .candidate-footer>span,
.tour-embedded .white-panel:has(.step-list){display:none}
.tour-embedded .stat-grid{margin-bottom:14px}
.tour-embedded .stat{display:grid;grid-template-columns:1fr auto;gap:8px;padding:12px}
.tour-embedded .stat strong{font-size:25px}
.tour-embedded .stat-label{grid-column:1/-1;font-size:12px}
.tour-embedded .overview-notice{padding:12px;margin-bottom:14px}
.tour-embedded .overview-notice p{margin-top:4px}
.tour-embedded .white-panel{margin-bottom:12px}
.tour-embedded .white-panel:last-of-type{margin-bottom:0}
.tour-embedded .panel-head,.tour-embedded .panel-body{padding:12px}
.tour-embedded .data-table td,.tour-embedded .data-table th{padding:10px;white-space:normal;font-size:12px}
.tour-embedded .data-table small{overflow-wrap:anywhere}
.tour-embedded .candidate-cards{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}
.tour-embedded .candidate-card{padding:12px}
.tour-embedded .candidate-head{flex-wrap:wrap;gap:6px}
.tour-embedded .candidate-card .meta{overflow-wrap:anywhere;margin:8px 0;font-size:12px}
.tour-embedded .candidate-flow{grid-template-columns:1fr;padding:10px;gap:6px}
.tour-embedded .candidate-flow div{display:flex;font-size:12px}
.tour-embedded .candidate-flow b{font-size:12px}
.tour-embedded .candidate-footer .action-row{width:100%}
.tour-embedded .candidate-footer .small-btn{flex:1;font-size:12px}
.tour-embedded .small-btn,.tour-embedded .btn{min-height:36px}
.tour-embedded .report-paper{max-width:none;padding:16px}
.tour-embedded .report-head{margin-bottom:12px;padding-bottom:10px}
.tour-embedded .report-head h2{font-size:20px}
.tour-embedded .report-head .report-meta{margin:4px 0 0;font-size:12px}
.tour-embedded .candidate-picker{margin-bottom:10px;font-size:12px}
.tour-embedded .candidate-picker select,.tour-embedded .toolbar select{font-size:12px}
.tour-embedded .back-btn{margin-bottom:12px;min-height:30px}
.tour-embedded .report-tabs{margin-bottom:12px}
.tour-embedded .score-status{display:flex;align-items:center;justify-content:space-between;padding:10px 12px;margin-bottom:12px;gap:12px}
.tour-embedded .score-status>span{font-size:12px;margin:0}
.tour-embedded .score-status strong{font-size:28px}
.tour-embedded .score-hero{margin-bottom:12px}
.tour-embedded .score-hero strong{font-size:38px}
.tour-embedded .report-section{margin-bottom:12px}
.tour-embedded .report-section p,.tour-embedded .report-section li{font-size:13px;line-height:1.7}
.tour-embedded .report-section h3{font-size:14px}
.tour-embedded .report-two-col{gap:14px}
.tour-embedded .video-shell{margin:0;padding:12px}
.tour-embedded .video-placeholder{min-height:100px;padding:12px}
.tour-embedded .trait,.tour-embedded .performance-grid>div{padding:9px}
.tour-embedded .trait span,.tour-embedded .performance-grid span{font-size:12px}
.tour-embedded .review-box textarea{min-height:75px;resize:none}
.embed-topics{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:14px}
.embed-topics button{border:1px solid #dbe5f3;border-radius:7px;background:#f8fafc;color:#475569;padding:8px 10px;font-size:12px;line-height:1.5;min-height:36px;text-align:start}
.embed-topics button[aria-selected=true]{background:#eaf2ff;border-color:#93b8ef;color:#1d4ed8;font-weight:700}
.embed-topic-panel{min-width:0}
.embed-topic-panel>.report-section:last-child{margin-bottom:0}
@media(max-width:760px){
 .tour-embedded .app-layout{display:block}
 .tour-embedded .sidebar{padding:8px;border-bottom:1px solid var(--line);overflow:visible}
 .tour-embedded .sidebar nav{display:flex;flex-wrap:wrap;min-width:0;gap:4px}
 .tour-embedded .sidebar .nav-item{flex:1 1 30%;white-space:normal;padding:8px;font-size:12px;line-height:1.4;margin:0;min-height:40px}
 .tour-embedded .nav-icon{display:none}
 .tour-embedded #workspace{padding:12px}
 .tour-embedded .app-header{padding:8px 12px}
 .tour-embedded .app-brand img{width:24px;height:24px}
 .tour-embedded .app-brand strong{font-size:18px}
 .tour-embedded .stat-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
 .tour-embedded .overview-notice{gap:8px}
 .tour-embedded .overview-notice p{display:none}
 .tour-embedded .candidate-cards{grid-template-columns:1fr}
 .tour-embedded .candidate-card .meta{display:none}
 .tour-embedded .candidate-flow{grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;margin-top:8px;padding:8px}
 .tour-embedded .candidate-flow div{display:block;font-size:11px}
 .tour-embedded .candidate-flow b{display:block;font-size:12px}
 .tour-embedded .candidate-flow .badge{display:none}
 .tour-embedded .candidate-footer{margin-top:8px}
 .tour-embedded .report-paper{padding:12px}
 .tour-embedded .report-head-top{gap:8px}
 .tour-embedded .report-two-col{grid-template-columns:1fr 1fr;gap:12px}
 .tour-embedded .embed-topics button{flex:1 1 40%}
 .tour-embedded .candidate-picker select{flex:1;min-width:0}
 .tour-embedded .report-tabs{flex-wrap:wrap;white-space:normal;overflow:visible}
 .tour-embedded .report-tabs button{font-size:12px;padding:8px}
 .tour-embedded .data-table{table-layout:fixed}
 .tour-embedded .data-table td,.tour-embedded .data-table th{padding:8px 5px;font-size:11px;overflow-wrap:anywhere}
 .tour-embedded .data-table small{display:none}
 .tour-embedded .data-table .small-btn{font-size:11px;padding:6px}
}
/* The selected candidate is already identified by the picker above the report. */
.tour-embedded #workspace:has(>.candidate-picker)>.report-paper>.report-head{display:none}
@media(max-width:760px){
 .tour-embedded .stat{grid-template-columns:1fr auto;align-items:center;gap:6px;padding:10px}
 .tour-embedded .stat-icon{display:none}
 .tour-embedded .stat strong{grid-column:2;grid-row:1}
 .tour-embedded .stat-label{grid-column:1;grid-row:1}
}
