:root{--bg: #F4F0E8;--bg-soft: #EFE8DD;--paper: rgba(255, 252, 246, .78);--paper-solid: #FFFCF6;--ink: #151515;--ink-soft: #3A3732;--muted: #8A8176;--line: rgba(21, 21, 21, .12);--line-strong: rgba(21, 21, 21, .22);--red: #D83A3A;--red-soft: rgba(216, 58, 58, .12);--red-dark: #8F1F1F;--looks: #D84C8B;--drama: #D99025;--iq: #2878B8;--safe: #4A8F76;--danger: #D83A3A;--baseline: #111111;--radius-lg: 28px;--radius-md: 18px;--radius-sm: 12px;--shadow-soft: 0 24px 80px rgba(21,21,21,.12);--shadow-card: 0 10px 40px rgba(21,21,21,.08);--container: 1180px;--gap-sm: 12px;--gap-md: 18px;--gap-lg: 24px;--gap-xl: 36px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body{min-height:100%;background:var(--bg);color:var(--ink);font-family:Inter,SF Pro Display,PingFang SC,system-ui,sans-serif;overflow-x:hidden;-webkit-font-smoothing:antialiased}body:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;background:radial-gradient(circle at var(--mx, 50%) var(--my, 50%),rgba(216,58,58,.08),transparent 26%),linear-gradient(rgba(21,21,21,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(21,21,21,.035) 1px,transparent 1px);background-size:auto,72px 72px,72px 72px;opacity:.75}body:after{content:"";position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;opacity:.32;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.35'/%3E%3C/svg%3E");mix-blend-mode:multiply}.app-shell{width:min(var(--container),calc(100vw - 48px));margin:0 auto}.rf-card{border:1px solid var(--line);background:linear-gradient(180deg,var(--paper),rgba(255,252,246,.65));border-radius:var(--radius-lg);box-shadow:var(--shadow-card);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);transition:border-color .2s,box-shadow .2s}.rf-card:hover{border-color:var(--line-strong);box-shadow:var(--shadow-soft)}.h-eyebrow{font-size:12px;letter-spacing:.18em;text-transform:uppercase;color:var(--red);font-weight:700}.h-hero{font-size:clamp(48px,7vw,92px);line-height:.92;letter-spacing:-.06em;font-weight:850}.h-page{font-size:clamp(34px,5vw,64px);line-height:1;letter-spacing:-.04em;font-weight:820}.body-lg{font-size:18px;line-height:1.85;color:var(--ink-soft)}.btn{border:0;cursor:pointer;border-radius:16px;padding:14px 24px;font-weight:700;font-family:inherit;font-size:15px;transition:transform .16s,background .16s,box-shadow .16s}.btn:hover{transform:translateY(-1px)}.btn:active{transform:translateY(0)}.btn:disabled{opacity:.4;cursor:not-allowed;transform:none}.btn-primary{color:#fff;background:var(--red);box-shadow:0 8px 28px #d83a3a38}.btn-primary:hover{background:var(--red-dark)}.btn-secondary{color:var(--ink-soft);background:transparent;border:1px solid var(--line-strong)}.btn-secondary:hover{background:#1515150a}.btn-ghost{background:none;border:none;color:var(--muted);font-size:14px;font-family:inherit;cursor:pointer;padding:8px 0;transition:color .2s}.btn-ghost:hover{color:var(--ink)}.btn-danger{background:none;border:1px solid var(--red-soft);color:var(--red);font-size:14px;font-family:inherit;cursor:pointer;padding:12px 24px;border-radius:14px;transition:all .2s}.btn-danger:hover{background:var(--red-soft)}.topbar{height:60px;display:flex;align-items:center;justify-content:space-between}.brand{font-family:Savoye LET,Snell Roundhand,Apple Chancery,Brush Script MT,cursive;font-size:36px;font-style:italic;font-weight:600;letter-spacing:.02em;color:var(--ink);background:none;border:none;cursor:pointer;text-shadow:0 1px 0 rgba(255,252,246,.9),0 6px 18px rgba(21,21,21,.12);-webkit-text-stroke:.18px rgba(21,21,21,.28)}.brand:hover{color:var(--red)}.nav-actions{display:flex;align-items:center;gap:20px}.nav-link{font-size:13px;color:var(--muted);cursor:pointer;background:none;border:none;font-family:inherit;transition:color .2s}.nav-link:hover{color:var(--ink)}.nav-primary{font-size:13px;color:#fff;background:var(--red);border:none;border-radius:999px;padding:8px 18px;cursor:pointer;font-family:inherit;font-weight:600;transition:all .2s}.nav-primary:hover{background:var(--red-dark)}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#15151573;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:100;display:flex;align-items:center;justify-content:center;animation:fadeIn .2s ease}.modal-panel{background:var(--paper-solid);border:1px solid var(--line);border-radius:var(--radius-lg);padding:40px;max-width:560px;width:min(92vw,560px);max-height:80vh;overflow-y:auto;box-shadow:var(--shadow-soft);animation:slideUp .25s ease;position:relative}.modal-panel h2{font-size:22px;font-weight:700;margin-bottom:18px}.modal-body{font-size:15px;color:var(--ink-soft);line-height:1.85}.modal-body p{margin-bottom:14px}.modal-close{position:absolute;top:16px;right:16px;background:none;border:none;font-size:20px;color:var(--muted);cursor:pointer;width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s}.modal-close:hover{background:#1515150f;color:var(--ink)}.hero-grid{min-height:540px;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(420px,.95fr);gap:48px;align-items:center;padding:40px 0}.hero-copy{display:flex;flex-direction:column}.hero-copy .h-hero{margin:22px 0 18px}.hero-actions{display:flex;gap:14px;margin-top:30px}.hero-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:34px;max-width:560px}.hero-stats div{padding:16px;border:1px solid var(--line);border-radius:var(--radius-md);background:var(--paper)}.hero-stats strong{display:block;font-size:22px}.hero-stats span{display:block;margin-top:4px;color:var(--muted);font-size:13px}.hero-visual{height:430px;padding:18px;position:relative;overflow:hidden}.card-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;font-size:12px;color:var(--muted);font-weight:700;letter-spacing:.08em}.live-dot{display:inline-flex;align-items:center;gap:6px;color:var(--safe)}.live-dot:before{content:"";width:7px;height:7px;border-radius:50%;background:var(--safe);animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}.preview-3d{height:340px;border-radius:20px;background:#1515150a;position:relative;overflow:hidden}.axis-legend{display:flex;gap:16px;margin-top:12px;font-size:12px;color:var(--muted)}.axis-legend span{display:flex;align-items:center;gap:6px}.axis-legend .looks:before{content:"";width:8px;height:8px;border-radius:50%;background:var(--looks)}.axis-legend .drama:before{content:"";width:8px;height:8px;border-radius:50%;background:var(--drama)}.axis-legend .iq:before{content:"";width:8px;height:8px;border-radius:50%;background:var(--iq)}.axis-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--gap-md);padding:var(--gap-xl) 0}.axis-card{padding:24px;position:relative;overflow:hidden}.axis-card .ac-label{font-size:12px;color:var(--muted);margin-bottom:6px;letter-spacing:.06em}.axis-card .ac-title{font-size:15px;font-weight:600}.axis-card .ac-bar{position:absolute;bottom:0;left:0;right:0;height:3px}.axis-card.looks .ac-label{color:var(--looks)}.axis-card.looks .ac-bar{background:var(--looks)}.axis-card.drama .ac-label{color:var(--drama)}.axis-card.drama .ac-bar{background:var(--drama)}.axis-card.iq .ac-label{color:var(--iq)}.axis-card.iq .ac-bar{background:var(--iq)}.flow-card{display:flex;align-items:center;justify-content:center;padding:22px 28px;margin-bottom:var(--gap-xl)}.flow-card div{display:flex;align-items:center;gap:10px;padding:0 24px}.flow-card b{font-size:20px;font-weight:800;color:var(--red)}.flow-card span{font-size:14px;color:var(--ink-soft)}.flow-card div+div{border-left:1px solid var(--line)}.choice-page{padding:60px 0}.choice-header{text-align:center;margin-bottom:36px}.choice-header .h-page{margin:14px 0 10px}.choice-header p{color:var(--muted);font-size:15px}.choice-grid{display:grid;gap:var(--gap-md)}.choice-grid.two{grid-template-columns:repeat(2,1fr);max-width:680px;margin:0 auto}.choice-grid.three{grid-template-columns:repeat(3,1fr);max-width:860px;margin:0 auto}.choice-card{padding:28px;text-align:left;border:1px solid var(--line);background:var(--paper);border-radius:var(--radius-lg);cursor:pointer;font-family:inherit;color:var(--ink);transition:all .25s;position:relative}.choice-card:hover{border-color:var(--line-strong);box-shadow:var(--shadow-card);transform:translateY(-2px)}.choice-card .choice-index{font-size:12px;font-weight:800;letter-spacing:.12em;color:var(--red);margin-bottom:12px;display:block}.choice-card h3{font-size:20px;font-weight:700;margin-bottom:8px}.choice-card p{font-size:14px;color:var(--muted);line-height:1.6}.choice-card.recommended{border-color:#d83a3a4d}.choice-card.recommended:after{content:"推荐";font-size:11px;color:var(--red);background:var(--red-soft);border-radius:999px;padding:2px 8px;position:absolute;top:14px;right:14px}.consent-card{padding:32px;max-width:560px;margin:0 auto}.consent-row{display:flex;justify-content:space-between;padding:14px 0;border-bottom:1px solid var(--line);font-size:14px}.cv{font-weight:600;color:var(--red)}.consent-notes{background:var(--red-soft);border-radius:var(--radius-sm);padding:18px;margin:20px 0}.consent-notes p{font-size:14px;color:var(--ink-soft);line-height:1.8}.quiz-shell{width:min(780px,calc(100vw - 36px));margin:0 auto;padding:30px 0 56px}.quiz-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px}.qprog{font-size:14px;color:var(--muted);font-variant-numeric:tabular-nums}.progress-track{height:6px;border-radius:999px;background:#1515150f;overflow:hidden}.progress-fill{height:100%;background:var(--red);border-radius:inherit;transition:width .35s ease}.question-card{margin-top:22px;padding:32px}.question-kicker{color:var(--red);font-size:13px;font-weight:800;letter-spacing:.12em;margin-bottom:16px}.question-scene{color:var(--muted);line-height:1.75;font-size:14px}.question-probe{margin:20px 0 28px;font-size:clamp(18px,3vw,28px);line-height:1.35;letter-spacing:-.02em;font-weight:700}.option-list{display:grid;gap:12px}.option-card{width:100%;text-align:left;color:var(--ink-soft);border:1px solid var(--line);border-radius:var(--radius-md);padding:16px 18px;background:var(--paper);cursor:pointer;transition:.16s ease;font-family:inherit;font-size:15px;display:flex;gap:12px;align-items:flex-start;line-height:1.5}.option-card:hover{border-color:var(--line-strong);background:#d83a3a08}.option-card.selected{color:var(--ink);border-color:var(--red);background:var(--red-soft);box-shadow:0 0 0 1px var(--red-soft) inset}.opt-key{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:8px;background:#1515150f;color:var(--ink-soft);font-size:13px;font-weight:700;flex-shrink:0}.option-card.selected .opt-key{background:var(--red);color:#fff}.opt-text{flex:1;padding-top:3px}.spinner{width:40px;height:40px;border:3px solid var(--line);border-top-color:var(--red);border-radius:50%;animation:spin .8s linear infinite;margin:0 auto 20px}@keyframes spin{to{transform:rotate(360deg)}}.spin-text{font-size:18px;font-weight:600;text-align:center}.spin-sub{font-size:14px;color:var(--muted);margin-top:6px;text-align:center}.invalid-page{max-width:560px;margin:0 auto;padding:80px 20px;text-align:center}.invalid-symbol{width:72px;height:72px;border-radius:50%;background:var(--red-soft);color:var(--red);font-size:36px;font-weight:800;display:flex;align-items:center;justify-content:center;margin:0 auto 24px}.invalid-page h1{font-size:28px;font-weight:700;margin-bottom:12px}.invalid-page p{color:var(--muted);line-height:1.7;margin-bottom:20px}.invalid-page ul{text-align:left;max-width:360px;margin:0 auto 28px;color:var(--ink-soft)}.invalid-page ul li{padding:6px 0;font-size:14px}.supplement-notice{text-align:center;padding:20px}.supplement-notice p{color:var(--muted);margin-bottom:16px}.report-page{padding:30px 0 70px}.report-header{display:flex;justify-content:space-between;align-items:flex-end;margin:34px 0 22px;gap:24px}.report-header .h-eyebrow{margin-bottom:10px}.report-header p{color:var(--muted);font-size:15px;margin-top:8px}.report-actions{display:flex;gap:12px;flex-shrink:0}.observe-note{font-size:12px;color:var(--drama);margin-top:8px;padding:8px 14px;background:#d9902514;border-radius:var(--radius-sm);display:inline-block}.summary-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:var(--gap-md);margin-bottom:var(--gap-lg)}.summary-card{padding:22px}.summary-card span{color:var(--muted);font-size:13px}.summary-card strong{display:block;margin-top:10px;font-size:24px}.rl-high strong{color:var(--danger)}.rl-midhigh strong{color:var(--drama)}.rl-mid strong{color:var(--iq)}.rl-low strong{color:var(--safe)}.report-main-grid{display:grid;grid-template-columns:minmax(0,1.38fr) minmax(340px,.62fr);gap:var(--gap-lg);align-items:start}.vector-card{min-height:640px;padding:18px;position:relative}.vector-stage{height:560px;border-radius:22px;overflow:hidden;background:#1515150a;position:relative}.vector-toolbar{display:flex;gap:8px}.vector-toolbar button{font-size:12px;color:var(--muted);background:var(--paper);border:1px solid var(--line);border-radius:8px;padding:5px 10px;cursor:pointer;font-family:inherit;transition:all .2s}.vector-toolbar button:hover{color:var(--ink);border-color:var(--line-strong)}.model-floating-panel{position:absolute;right:24px;bottom:24px;z-index:5;width:min(260px,calc(100% - 48px));padding:16px 18px;border:1px solid var(--line);border-radius:var(--radius-md);background:#fffcf6d1;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);box-shadow:var(--shadow-card)}.model-floating-panel .fp-row{display:flex;justify-content:space-between;align-items:center;padding:6px 0;font-size:14px}.model-floating-panel .fp-row+.fp-row{border-top:1px solid var(--line)}.model-floating-panel .fp-label{color:var(--muted);display:flex;align-items:center;gap:6px}.model-floating-panel .fp-label .dot{width:8px;height:8px;border-radius:50%}.model-floating-panel .fp-val{font-weight:800;font-size:18px}.fp-row.looks .dot{background:var(--looks)}.fp-row.looks .fp-val{color:var(--looks)}.fp-row.drama .dot{background:var(--drama)}.fp-row.drama .fp-val{color:var(--drama)}.fp-row.iq .dot{background:var(--iq)}.fp-row.iq .fp-val{color:var(--iq)}.report-side{display:grid;gap:var(--gap-md)}.score-card{padding:18px;border-radius:20px;border:1px solid var(--line);background:var(--paper)}.score-card .label{color:var(--muted);font-size:13px}.score-card .value{margin-top:8px;font-size:32px;font-weight:900}.score-card .tag{font-size:12px;margin-top:6px;padding:3px 10px;border-radius:20px;display:inline-block}.score-card .note{font-size:12px;color:var(--red);margin-top:8px;line-height:1.5}.value.looks{color:var(--looks)}.tag.looks{background:#d84c8b1a;color:var(--looks)}.value.drama{color:var(--drama)}.tag.drama{background:#d990251a;color:var(--drama)}.value.iq{color:var(--iq)}.tag.iq{background:#2878b81a;color:var(--iq)}.type-card{padding:22px}.tc-title{font-size:13px;color:var(--muted);margin-bottom:8px}.tc-name{font-size:22px;font-weight:700;color:var(--ink);margin-bottom:10px}.tc-desc{font-size:14px;color:var(--ink-soft);line-height:1.7}.tc-advice{margin-top:14px;padding-top:14px;border-top:1px solid var(--line);font-size:13px;color:var(--safe);line-height:1.7}.tc-note{margin-top:10px;font-size:13px;color:var(--red);line-height:1.6}.charts-grid{display:grid;grid-template-columns:1fr 1fr;gap:var(--gap-lg);margin-top:var(--gap-lg)}.chart-card{padding:20px;display:flex;flex-direction:column;align-items:center;min-height:240px}.chart-card .chart-title{font-size:13px;color:var(--muted);font-weight:700;letter-spacing:.06em;margin-bottom:12px}.chart-card canvas{max-width:100%}.mobile-bars{display:none;width:100%}.mobile-bar{margin-bottom:16px}.mobile-bar .mb-head{display:flex;justify-content:space-between;margin-bottom:6px;font-size:14px}.mobile-bar .mb-head .mb-label{color:var(--muted)}.mobile-bar .mb-head .mb-val{font-weight:700}.mobile-bar .mb-track{height:8px;border-radius:999px;background:#1515150f;overflow:hidden}.mobile-bar .mb-fill{height:100%;border-radius:999px;transition:width .6s ease}.analysis-grid{display:grid;gap:var(--gap-md);margin-top:var(--gap-lg)}.analysis-grid.two-col{grid-template-columns:1fr 1fr}.an-card{padding:22px}.an-title{font-size:14px;font-weight:600;margin-bottom:8px}.an-text{font-size:14px;color:var(--ink-soft);line-height:1.7}.an-advice{border-color:#4a8f7633;background:#4a8f760a}.res-actions{display:flex;gap:12px;justify-content:center;margin-top:var(--gap-lg)}.disclaimer{font-size:12px;color:var(--muted);text-align:center;line-height:1.7;padding:var(--gap-xl) 0 var(--gap-lg)}.scene-label{color:var(--ink);font-size:11px;font-weight:800;white-space:nowrap;padding:3px 7px;border-radius:8px;background:#fffcf694;border:1px solid rgba(21,21,21,.08);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);pointer-events:none;line-height:1;text-shadow:0 1px 0 rgba(255,255,255,.55)}.scene-label.looks{color:var(--looks)}.scene-label.drama{color:var(--drama)}.scene-label.iq{color:var(--iq)}.scene-label.tick{font-size:10px;padding:0;min-width:12px;text-align:center;background:transparent;border:0;-webkit-backdrop-filter:none;backdrop-filter:none;opacity:.72;font-variant-numeric:tabular-nums}.scene-label.tick.major{opacity:.86;font-weight:850}.scene-label.tick.y-tick{transform:translateY(-50%)}.scene-label.baseline{color:var(--red);font-size:11px;font-weight:900;letter-spacing:.02em;border-color:#d83a3a2e;background:#fffcf6b8}.scene-label.zone{font-size:12px;font-weight:900;letter-spacing:.08em;padding:5px 9px;border-radius:10px;background:#fffcf6a8;border:1px solid rgba(21,21,21,.08);box-shadow:0 8px 22px #15151514}.scene-label.zone.danger{color:var(--danger);border-color:#d83a3a38;background:#fff6f2b8}.scene-label.zone.safe{color:var(--safe);border-color:#4a8f763d;background:#f4fff8b8}.scene-label.zone.neutral{color:var(--muted);opacity:.78}.scene-label.zone.easter{color:#8f5aa8;border-color:#8f5aa833;background:#fbf4ffb3;opacity:.8}.scene-label.zone.hidden{opacity:0!important}.three-canvas,.three-label-layer{width:100%!important;height:100%!important;display:block}@media (max-width: 960px){.hero-grid,.report-main-grid,.charts-grid{grid-template-columns:1fr}.hero-grid{gap:28px}.hero-visual{height:360px}.vector-card{min-height:auto}.vector-stage{height:420px}.summary-grid{grid-template-columns:repeat(2,1fr)}.axis-cards{grid-template-columns:1fr}.flow-card{flex-wrap:wrap;gap:8px}.flow-card div{padding:8px 16px}.flow-card div+div{border-left:none}.choice-grid.two,.choice-grid.three{grid-template-columns:1fr;max-width:480px}.analysis-grid.two-col{grid-template-columns:1fr}.report-header{flex-direction:column;align-items:flex-start}.model-floating-panel{right:12px;bottom:12px;width:min(220px,calc(100% - 24px));padding:12px}.model-floating-panel .fp-val{font-size:15px}}@media (max-width: 560px){.app-shell{width:100%;padding:0 16px}.topbar{padding:12px 0}.brand{font-size:32px}.nav-actions{gap:8px}.nav-link{font-size:11px}.nav-primary{font-size:12px;padding:6px 14px}.hero-grid{gap:20px}.h-eyebrow{font-size:10px;letter-spacing:2px}.h-hero{font-size:32px;line-height:1.2}.body-lg{font-size:14px}.hero-actions{flex-direction:column;gap:10px}.hero-actions .btn{width:100%}.hero-stats{grid-template-columns:repeat(3,1fr);gap:8px}.hero-stats div{padding:10px 8px}.hero-stats strong{font-size:16px}.hero-stats span{font-size:10px}.hero-visual{height:280px}.preview-3d{height:240px}.axis-cards{grid-template-columns:1fr;gap:10px}.axis-card{padding:14px}.ac-label{font-size:11px}.ac-title{font-size:14px}.flow-card{flex-wrap:wrap;gap:6px}.flow-card div{padding:6px 12px;font-size:12px}.flow-card div+div{border-left:none}.choice-page{padding:20px 0}.h-page{font-size:24px}.choice-header p{font-size:13px}.choice-grid.two,.choice-grid.three{grid-template-columns:1fr;gap:12px}.choice-card{padding:18px}.choice-index{font-size:12px}.choice-card h3{font-size:16px}.choice-card p{font-size:13px}.quiz-shell{padding:0 12px}.quiz-top{padding:12px 0}.qprog{font-size:13px}.progress-track{height:3px}.question-card{padding:18px}.question-kicker{font-size:11px}.question-scene{font-size:15px}.question-probe{font-size:15px;margin:12px 0}.option-list{gap:10px}.option-card{padding:12px;font-size:13px}.opt-key{width:24px;height:24px;font-size:12px}.report-page{display:flex;flex-direction:column}.report-page{padding-bottom:48px;row-gap:16px}.report-header{flex-direction:column;align-items:flex-start;gap:6px;margin:18px 0 0}.report-header .h-eyebrow{margin-bottom:6px}.report-header .h-page{font-size:24px;line-height:1.08}.report-header p{font-size:13px;margin-top:4px}.summary-grid{grid-template-columns:repeat(2,1fr);gap:12px;margin:0}.summary-grid{order:2}.summary-card{padding:15px;min-height:92px}.summary-card span{font-size:11px}.summary-card strong{font-size:18px}.report-main-grid{display:contents}.vector-card{min-height:auto;padding:16px;order:1}.vector-card .card-head{align-items:flex-start;gap:12px;margin-bottom:12px}.vector-stage{height:320px;border-radius:18px}.model-floating-panel{position:relative;right:auto;bottom:auto;width:100%;margin-top:16px;padding:14px 16px}.model-floating-panel .fp-row{padding:7px 0;font-size:13px}.model-floating-panel .fp-val{font-size:15px}.report-side{display:flex;flex-direction:column;gap:14px;order:3}.score-card{padding:16px}.score-card .label{font-size:12px}.score-card .value{font-size:28px}.score-card .tag{font-size:12px}.type-card{padding:16px}.tc-title{font-size:12px}.tc-name{font-size:18px}.tc-desc,.tc-advice{font-size:13px}.tc-note{font-size:12px}.charts-grid{display:none;order:4}.mobile-bars{display:block;padding:0 4px;order:4}.mobile-bar{margin-bottom:12px}.mb-head{margin-bottom:6px}.mb-label{font-size:12px}.mb-val{font-size:14px}.mb-track{height:6px}.analysis-grid{gap:12px;order:5}.analysis-grid.two-col{grid-template-columns:1fr}.an-card{padding:16px}.an-title{font-size:14px;margin-bottom:8px}.an-text{font-size:13px;line-height:1.6}.res-actions{flex-direction:column;gap:10px;margin-top:24px;order:6}.res-actions .btn{width:100%}.disclaimer{font-size:11px;padding:16px 0;order:7}.invalid-page{padding:40px 16px}.invalid-symbol{width:60px;height:60px;font-size:28px}.invalid-page h1{font-size:20px}.invalid-page p{font-size:14px}.invalid-page ul{font-size:13px}.modal-panel{padding:24px;margin:16px}.modal-panel h2{font-size:18px}.modal-body{font-size:14px}}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--line);border-radius:3px}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:none}}
