.hero-bg{background:linear-gradient(135deg,#10b981 0%,#217358 100%);color:#fff}
.card-tool{transition:transform .2s;cursor:pointer}
.card-tool:hover{transform:translateY(-5px)}
.nav-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem 1rem;width:100%}
.nav-grid .nav-link{display:block;padding:.35rem .5rem;border-radius:.25rem}
@media(min-width:768px){.nav-grid{gap:.75rem;width:auto;align-items:center}.nav-grid .nav-item{margin-right:.5rem}.nav-grid .nav-link{padding:.5rem .75rem}}
@media(max-width:767.98px){.nav-grid{grid-template-columns:repeat(2,1fr)}.nav-grid .nav-link{display:block;width:100%;text-align:center;padding:.6rem .5rem;background:#f1f5f9;border-radius:.5rem;color:#0d6efd;margin:.15rem 0}}
@media(min-width:768px){.nav-grid .nav-link{background:transparent;color:inherit;margin:0}}
@media(max-width:767.98px){.abc-box{display:grid;grid-template-columns:repeat(2,1fr);gap:.4rem;width:100%;margin-top:.5rem;align-items:center;justify-items:center}.abc-box>span{display:block;width:100%;text-align:center;padding:.45rem .5rem;background:transparent;border-radius:.5rem;color:#0d6efd}.abc-box>span>a{display:inline-block;color:inherit}.abc-box .ms-3{margin-left:0!important}}
@media(min-width:768px){.abc-box{display:block}.abc-box>span,.abc-box>a{background:transparent;padding:0;color:inherit}}
/* ===== 工具页通用样式 ===== */
.tool-card{background:#fff;border-radius:.75rem;box-shadow:0 1px 6px rgba(0,0,0,.06);padding:1.5rem;margin-bottom:1.25rem}
.tool-card h3{font-size:1rem;font-weight:700;color:#333;margin-bottom:1rem}
.tool-card .form-label{font-weight:600;color:#333;font-size:.875rem;margin-bottom:1rem}
.tool-card .form-control,.tool-card .form-select{border-radius:.5rem;border:1px solid #e5e5e5;padding:.6rem .75rem;font-size:.9rem}
.tool-card .form-control:focus,.tool-card .form-select:focus{border-color:#10b981;box-shadow:0 0 0 .15rem rgba(16,185,129,.2)}
.gender-group{display:flex;gap:.75rem}
.gender-btn{flex:1;padding:.75rem .5rem;border:2px solid #e5e5e5;border-radius:.5rem;background:#f8f9fa;text-align:center;cursor:pointer;transition:all .2s;font-size:.875rem}
.gender-btn:hover{border-color:#10b981}
.gender-btn.active{border-color:#10b981;background:#ecfdf5;color:#065f46;font-weight:600}
.btn-calc{width:100%;padding:.75rem;font-size:1rem;font-weight:700;border:none;border-radius:.5rem;background:linear-gradient(135deg,#10b981,#059669);color:#fff;transition:opacity .2s}
.btn-calc:hover{opacity:.9;color:#fff}
.btn-calc:active{opacity:.8}
.btn-reset{width:100%;padding:.75rem;font-size:1rem;font-weight:500;border:none;border-radius:.5rem;background:#dee2e6;color:#666;transition:background .2s}
.btn-reset:hover{background:#f1f1f1}
.btn-calc:focus-visible,.btn-reset:focus-visible,.form-control:focus-visible,.form-select:focus-visible{outline:2px solid #10b981;outline-offset:2px}
/* 结果区 */
.result-value{font-size:3.5rem;font-weight:800;color:#10b981;line-height:1.1}
.result-badge{display:inline-block;padding:.35rem 1rem;border-radius:2rem;font-weight:700;font-size:.9rem;color:#fff}
.result-badge.thin{background:#ffc107;color:#333}
.result-badge.normal{background:#28a745}
.result-badge.overweight{background:#fd7e14}
.result-badge.obese{background:#dc3545}
.advice-card{background:#f8f9fa;border-radius:.5rem;padding:1rem;border-left:3px solid #10b981;margin-bottom:.75rem}
.advice-card .advice-title{font-weight:700;color:#333;font-size:.875rem;margin-bottom:.25rem}
.advice-card .advice-text{font-size:.8125rem;color:#555;line-height:1.7;white-space:pre-wrap}
.conclusion-box{background:#ecfdf5;border:1px solid #a7f3d0;border-radius:.5rem;padding:1.25rem;box-shadow:0 2px 8px rgba(16,185,129,.08)}
.conclusion-box .title{font-weight:700;color:#10b981;margin-bottom:.5rem}
.conclusion-box .text{font-size:.8125rem;color:#334155;line-height:1.8;white-space:pre-wrap}
.ref-table{width:100%;font-size:.8125rem}
.ref-table td{padding:.5rem .75rem;border-bottom:1px solid #f0f0f0}
.ref-table td:last-child{text-align:right;font-weight:700;color:#10b981}
/* 未成年人提示 */
.warning-box{background:#fff7ed;border:1px solid #fed7aa;border-radius:.5rem;padding:1rem}
.warning-box .title{font-weight:700;color:#c2410c;font-size:.875rem;margin-bottom:.25rem}
.warning-box .text{font-size:.8125rem;color:#7c2d12;line-height:1.6}
/* 免责声明 */
.disclaimer-box{background:#fef2f2;border:1px solid #fecaca;border-radius:.5rem;padding:1rem}
.disclaimer-box .title{font-weight:700;color:#991b1b;font-size:.8125rem;margin-bottom:.25rem}
.disclaimer-box .text{font-size:.75rem;color:#7f1d1d;line-height:1.7;text-align:justify}
/* 信息区 */
.info-box h4{font-size:.875rem;font-weight:700;color:#333;margin-bottom:.5rem;margin-top:1rem}
.info-box p,.info-box li{font-size:.8125rem;color:#666;line-height:1.7}
.info-box ul{padding-left:1.25rem;margin-bottom:.5rem}
.disclaimer-inline{background:#fef3c7;border:1px solid #fde68a;border-radius:.5rem;padding:.75rem 1rem;margin-bottom:1rem;font-size:.8125rem;color:#92400e;line-height:1.6}

/* BMR */
/* .activity-options{display:grid;grid-template-columns:1fr;gap:.5rem} */
.activity-btn{padding:.75rem;border:2px solid #e5e5e5;border-radius:.5rem;background:#f8f9fa;cursor:pointer;transition:all .2s;}
.activity-btn:hover{border-color:#10b981}
.activity-btn.active{border-color:#10b981;background:#ecfdf5;color:#065f46;font-weight:600}
.activity-btn .act-icon{font-size:1.5rem;flex-shrink:0}
.activity-btn .act-name{font-weight:600;font-size:.875rem}
.activity-btn .act-desc{font-size:.75rem;color:#888;margin-top:.1rem}
.activity-btn.active .act-desc{color:#065f46}
.tdee-section{background:#f0fdf4;border-radius:.5rem;padding:1rem;margin-top:1rem;text-align:center}
.tdee-section .tdee-label{font-size:.875rem;color:#666;margin-bottom:.25rem}
.tdee-section .tdee-value{font-size:2rem;font-weight:800;color:#059669}
.tdee-section .tdee-unit{font-size:.875rem;color:#666;margin-left:.25rem}
.hero-deco{position:absolute;font-size:6rem;opacity:.12}

/* 体脂率计算器 */
.result-unit{font-size:1.25rem;color:#666;margin-left:.25rem}
.result-badge.low{background:#ffc107;color:#333}
.result-badge.high{background:#fd7e14}
.result-badge.very-high,.result-badge.obese{background:#dc3545}
.result-badge.underweight{background:#ffc107;color:#333}
.algo-notice{background:#eff6ff;border:1px solid #bfdbfe;border-radius:.5rem;padding:.75rem;margin-top:1rem;font-size:.8125rem;color:#1e40af;line-height:1.6}

/* 大五人格测试 */
.dim-bar{margin-bottom:1rem}
.dim-bar .dim-label{display:flex;justify-content:space-between;align-items:center;margin-bottom:.25rem}
.dim-bar .dim-name{font-size:.85rem;font-weight:600;color:#333}
.dim-bar .dim-score{font-size:.8rem;font-weight:600;color:#10b981}
.dim-bar .dim-level{font-size:.75rem;font-weight:500;padding:.1rem .5rem;border-radius:1rem;color:#fff}
.dim-bar .dim-level.high{background:#10b981}
.dim-bar .dim-level.medium-high{background:#3b82f6}
.dim-bar .dim-level.medium{background:#f59e0b}
.dim-bar .dim-level.medium-low{background:#f97316}
.dim-bar .dim-level.low{background:#ef4444}
.dim-bar .progress{height:.6rem;border-radius:.3rem;background:#e5e7eb}
.dim-bar .progress-bar{border-radius:.3rem}
.radar-wrap{display:flex;justify-content:center;margin:1rem 0}
.radar-wrap canvas{max-width:300px;max-height:300px}
.dominant-box{text-align:center;margin-bottom:1.5rem}
.dominant-box .d-icon{font-size:2.5rem;margin-bottom:.35rem}
.dominant-box .d-name{font-size:1.1rem;font-weight:700;color:#333;margin-bottom:.35rem}
.dominant-box .d-desc{font-size:.85rem;color:#555;line-height:1.7}
.interp-card{padding:.75rem;background:#f8f9fa;border-radius:.5rem;margin-bottom:.75rem}
.interp-card .interp-head{display:flex;align-items:center;gap:.5rem;margin-bottom:.35rem}
.interp-card .interp-icon{font-size:1.25rem}
.interp-card .interp-title{font-weight:700;color:#333;font-size:.9rem}
.interp-card .interp-level{font-size:.7rem;padding:.15rem .5rem;border-radius:1rem;color:#fff;margin-left:auto}
.interp-card .interp-level.high{background:#10b981}
.interp-card .interp-level.medium-high{background:#3b82f6}
.interp-card .interp-level.medium{background:#f59e0b}
.interp-card .interp-level.medium-low{background:#f97316}
.interp-card .interp-level.low{background:#ef4444}
.interp-card .interp-desc{font-size:.8125rem;color:#555;line-height:1.7;margin-bottom:.35rem}
.interp-card .interp-tips{font-size:.8rem;color:#217358;line-height:1.7}
.career-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.5rem}
.career-tag{display:inline-block;padding:.3rem .75rem;border-radius:2rem;font-size:.8rem;font-weight:500;background:#ecfdf5;color:#217358;border:1px solid #a7f3d0}
.btn-calc:focus-visible,.btn-reset:focus-visible{outline:3px solid #10b981;outline-offset:2px}

/* === 新增：三阶段流程样式 === */
.intro-screen{display:block}
.intro-stats{display:flex;justify-content:center;gap:2rem;margin:1.25rem 0;flex-wrap:wrap}
.intro-stat{text-align:center;padding:.75rem 1.25rem;background:#f0fdf4;border-radius:.5rem;border:1px solid #a7f3d0}
.intro-stat .stat-num{font-size:1.5rem;font-weight:700;color:#10b981;line-height:1.2}
.intro-stat .stat-label{font-size:.75rem;color:#666;margin-top:.15rem}
.intro-tips{background:#f8f9fa;border-radius:.5rem;padding:1rem;margin:1rem 0}
.intro-tips ul{margin:0;padding-left:1.25rem}
.intro-tips li{font-size:.85rem;color:#555;line-height:1.9}

.progress-wrap{margin-bottom:1.5rem}
.progress-text{display:flex;justify-content:space-between;align-items:center;font-size:.85rem;color:#666;margin-bottom:.5rem}
.progress-text .cur{font-weight:700;color:#10b981}
.progress-bar-custom{background:linear-gradient(90deg,#10b981,#34d399);transition:width .3s ease}
.answer-dots{display:flex;justify-content:center;gap:.4rem;margin-top:.75rem;flex-wrap:wrap}
.answer-dot{width:10px;height:10px;border-radius:50%;background:#e5e7eb;transition:background .2s,transform .2s}
.answer-dot.answered{background:#10b981}
.answer-dot.current{background:#10b981;transform:scale(1.4);box-shadow:0 0 0 3px rgba(16,185,129,.2)}

.question-card{text-align:center;padding:1.5rem .5rem;min-height:220px;display:flex;flex-direction:column;justify-content:center}
.question-num{font-size:.8rem;color:#10b981;font-weight:600;margin-bottom:.75rem;letter-spacing:.05em}
.question-text-large{font-size:1.35rem;font-weight:700;color:#333;line-height:1.6;margin-bottom:1.5rem}
@media(max-width:575.98px){.question-text-large{font-size:1.1rem}}

.options-row{display:flex;gap:.5rem;justify-content:center;flex-wrap:wrap;margin-top:1rem}
.option-btn{flex:1;min-width:90px;padding:.75rem .5rem;border:2px solid #e5e7eb;background:#fff;color:#555;font-size:.85rem;font-weight:500;border-radius:.5rem;cursor:pointer;transition:all .2s;text-align:center}
.option-btn:hover{border-color:#10b981;background:#f0fdf4;color:#10b981}
.option-btn.selected{border-color:#10b981;background:#10b981;color:#fff}
.option-btn:focus-visible{outline:3px solid #10b981;outline-offset:2px}
@media(max-width:575.98px){.option-btn{min-width:calc(50% - .25rem);flex:none}}

.quiz-nav{display:flex;gap:.5rem;margin-top:1.5rem}
.quiz-nav button{flex:1;margin-top:0}
.quiz-nav .btn-reset{margin-top:0}

.keyboard-hint{text-align:center;font-size:.75rem;color:#999;margin-top:.75rem}
.keyboard-hint i{margin-right:.25rem}

.fade-animation{animation:fadeIn .3s ease}
@keyframes fadeIn{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}

/* SEO内容区样式 */
.dim-intro-card{padding:1rem;background:#f8f9fa;border-radius:.5rem;margin-bottom:.75rem;border-left:3px solid #10b981}
.dim-intro-head{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}
.dim-intro-icon{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:50%;background:#ecfdf5;color:#10b981;font-size:1rem}
.dim-intro-head h4{font-size:.9rem;font-weight:700;color:#333;margin:0}
.dim-intro-desc{font-size:.8125rem;color:#555;line-height:1.7;margin-bottom:.5rem}
.dim-intro-features{display:flex;flex-wrap:wrap;gap:.5rem}
.dim-intro-features span{font-size:.75rem;padding:.2rem .5rem;border-radius:.25rem;display:inline-flex;align-items:center;gap:.25rem}
.feature-high{background:#dcfce7;color:#166534}
.feature-low{background:#fee2e2;color:#991b1b}
.theory-section h4{font-size:.875rem;font-weight:700;color:#333;margin:1rem 0 .5rem}
.theory-section p,.theory-section li{font-size:.8125rem;color:#555;line-height:1.8}
.theory-section ul{padding-left:1.25rem;margin-bottom:.5rem}
.audience-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}
@media(min-width:576px){.audience-grid{grid-template-columns:repeat(3,1fr)}}
.audience-card{padding:.875rem;background:#f8f9fa;border-radius:.5rem;text-align:center;border:1px solid #e5e7eb}
.audience-card i{font-size:1.5rem;color:#10b981;margin-bottom:.35rem;display:block}
.audience-card h4{font-size:.8rem;font-weight:700;color:#333;margin-bottom:.2rem}
.audience-card p{font-size:.75rem;color:#666;line-height:1.5;margin:0}
.faq-item{padding:.75rem 0;border-bottom:1px solid #f0f0f0}
.faq-item:last-child{border-bottom:none}
.faq-item h4{font-size:.85rem;font-weight:700;color:#333;margin-bottom:.35rem;cursor:pointer;display:flex;align-items:center;gap:.4rem}
.faq-item h4::before{content:'\F4F4';font-family:'bootstrap-icons';color:#10b981;font-size:.9rem}
.faq-item p{font-size:.8125rem;color:#555;line-height:1.7;margin:0;padding-left:1.5rem}

/* 述情障碍评估 */
.question-item{border:1px solid #e5e5e5;border-radius:.5rem;padding:1rem;margin-bottom:.75rem;background:#fff;transition:border-color .2s}
.question-item:hover{border-color:#10b981}
.question-item .q-num{display:inline-block;width:1.75rem;height:1.75rem;line-height:1.75rem;text-align:center;border-radius:50%;background:#10b981;color:#fff;font-size:.75rem;font-weight:700;margin-right:.5rem}
.question-item .q-text{font-size:.875rem;font-weight:600;color:#333;margin-bottom:.5rem}
.question-item .q-dim{font-size:.75rem;color:#999;margin-left:.25rem}
.dim-card{background:#f8f9fa;border-radius:.5rem;padding:1rem;margin-bottom:.75rem;border-left:3px solid #10b981}
.dim-card .dim-title{font-weight:700;font-size:.875rem;color:#333;margin-bottom:.25rem}
.dim-card .dim-score{font-size:1.25rem;font-weight:800;color:#10b981}
.dim-card .dim-desc{font-size:.8125rem;color:#555}
.dim-card .dim-bar{height:6px;border-radius:3px;background:#e5e7eb;margin-top:.5rem;overflow:hidden}
.dim-card .dim-bar-fill{height:100%;border-radius:3px;transition:width .5s}
.type-card{background:#f0fdf4;border:1px solid #a7f3d0;border-radius:.5rem;padding:1rem;margin-bottom:.75rem;text-align:center}
.type-card .type-icon{font-size:2rem;display:block;margin-bottom:.25rem}
.type-card .type-name{font-weight:700;font-size:1rem;color:#333;margin-bottom:.25rem}
.type-card .type-desc{font-size:.8125rem;color:#555;line-height:1.7}
.growth-tip{background:#fff7ed;border:1px solid #fed7aa;border-radius:.5rem;padding:1rem;margin-bottom:.75rem}
.growth-tip .title{font-weight:700;color:#c2410c;font-size:.875rem;margin-bottom:.25rem}
.growth-tip .text{font-size:.8125rem;color:#7c2d12;line-height:1.6}

/* 新增：欢迎页样式 */
.intro-screen{}
.intro-stats{display:flex;justify-content:center;gap:1rem;margin-bottom:1rem;flex-wrap:wrap}
.intro-stat{text-align:center;padding:.5rem 1rem;background:#f0fdf4;border-radius:.5rem}
.intro-stat .num{font-size:1.5rem;font-weight:800;color:#10b981}
.intro-stat .label{font-size:.75rem;color:#666}
.intro-tips{background:#f8f9fa;border-radius:.5rem;padding:1rem;margin:1rem 0}
.intro-tips ul{margin:0;padding-left:1.25rem}
.intro-tips li{font-size:.85rem;color:#555;line-height:1.9}

/* 新增：进度条样式 */
.progress-wrap{margin-bottom:1rem}
.progress-text{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem;font-size:.8125rem;color:#666}
.progress-bar-custom{height:8px;border-radius:4px;background:#e5e7eb;overflow:hidden}
.progress-bar-fill{height:100%;border-radius:4px;background:linear-gradient(90deg,#10b981,#059669);transition:width .3s}

/* 新增：答案圆点样式 */
.answer-dots{display:flex;justify-content:center;gap:.3rem;margin-top:.5rem;flex-wrap:wrap}
.answer-dot{width:8px;height:8px;border-radius:50%;background:#d1d5db;transition:all .2s}
.answer-dot.answered{background:#10b981}
.answer-dot.current{width:8px;height:8px;background:#10b981}

/* 新增：题目卡片样式 */
.question-card{padding:1.5rem;background:#f8f9fa;border-radius:.5rem;margin-bottom:1rem;text-align:center}
.question-text-large{font-size:1.125rem;font-weight:600;color:#333;line-height:1.6;margin-bottom:1rem}

/* 新增：选项按钮样式 */
.options-row{display:grid;grid-template-columns:repeat(5,1fr);gap:.5rem;margin-bottom:1rem}
@media(max-width:576px){.options-row{grid-template-columns:1fr}}
.option-btn{padding:.75rem .5rem;border:2px solid #e5e7eb;border-radius:.5rem;background:#fff;text-align:center;font-size:.8125rem;cursor:pointer;transition:all .15s}
.option-btn:hover{border-color:#10b981;background:#f0fdf4}
.option-btn.selected{border-color:#10b981;background:#ecfdf5;color:#10b981;font-weight:600}
.option-btn:focus-visible{outline:2px solid #10b981;outline-offset:2px}

/* 新增：导航按钮样式 */
.quiz-nav{display:flex;justify-content:space-between;margin-bottom:.5rem}
.quiz-nav .btn-calc,.quiz-nav .btn-reset{width:auto;flex:1;margin-top:0}
.keyboard-hint{font-size:.75rem;color:#999;text-align:center}

/* 新增：过渡动画 */
.fade-animation{animation:fadeIn .3s ease}
@keyframes fadeIn{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}



/* 愤怒管理自测 */
.result-badge.excellent{background:#10b981}
.result-badge.good{background:#3b82f6}
.result-badge.moderate{background:#f59e0b}
.result-badge.poor{background:#ef4444}
.age-group{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem}
.age-btn{padding:.5rem .25rem;border:1.5px solid #e5e5e5;border-radius:.5rem;background:#f8f9fa;text-align:center;cursor:pointer;transition:all .2s;font-size:.8rem}
.age-btn:hover{border-color:#10b981}
.age-btn.active{border-color:#10b981;background:#ecfdf5;color:#065f46;font-weight:600}
.health-tip-box{background:#fff7ed;border:1px solid #fed7aa;border-radius:.5rem;padding:1rem;margin-top:1rem}
.health-tip-box .tip-title{font-weight:700;color:#c2410c;font-size:.875rem;margin-bottom:.25rem}
.health-tip-box .tip-text{font-size:.8125rem;color:#7c2d12;line-height:1.6}
.dimension-row{margin-bottom:1rem}
.dimension-row .dim-label{font-size:.8125rem;font-weight:600;color:#333}
.dimension-row .dim-desc{font-size:.75rem;color:#666;margin-top:.125rem}
.progress-bar-wrap{background:#e5e7eb;border-radius:.5rem;height:.625rem;overflow:hidden;margin-top:.375rem}
.progress-bar-fill{height:100%;border-radius:.5rem;transition:width .6s}
.progress-bar-fill.excellent{background:#10b981}
.progress-bar-fill.good{background:#3b82f6}
.progress-bar-fill.moderate{background:#f59e0b}
.progress-bar-fill.poor{background:#ef4444}
.age-btn:focus-visible,.gender-btn:focus-visible{outline:2px solid #10b981;outline-offset:2px}
.btn-calc:focus-visible,.btn-reset:focus-visible{outline:2px solid #10b981;outline-offset:2px}
/* === 选项按钮（纵向） === */
.options-vertical{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}
.option-btn-v{padding:.75rem 1rem;border:2px solid #e5e7eb;border-radius:.5rem;background:#fff;text-align:center;font-size:.875rem;cursor:pointer;transition:all .15s}
.option-btn-v:hover{border-color:#10b981;background:#f0fdf4}
.option-btn-v.selected{border-color:#10b981;background:#ecfdf5;color:#065f46;font-weight:600}
.option-btn-v:focus-visible{outline:2px solid #10b981;outline-offset:2px}

/* 依恋风格测试 */
.quadrant-box{position:relative;width:100%;max-width:320px;margin:0 auto 1rem;aspect-ratio:1/1;border:2px solid #e5e7eb;border-radius:.75rem;overflow:hidden}
.quadrant-box .quad{position:absolute;width:50%;height:50%;display:flex;align-items:center;justify-content:center;font-size:.7rem;font-weight:600;color:#999;opacity:.5}
.quadrant-box .quad.q-tl{top:0;left:0;background:#ecfdf5}
.quadrant-box .quad.q-tr{top:0;right:0;background:#fef3c7}
.quadrant-box .quad.q-bl{left:0;bottom:0;background:#dbeafe}
.quadrant-box .quad.q-br{right:0;bottom:0;background:#ede9fe}
.quadrant-box .quad.active{opacity:1;font-weight:700;color:#333;font-size:.8rem}
.quadrant-box .dot{position:absolute;width:14px;height:14px;border-radius:50%;background:#ef4444;border:2px solid #fff;box-shadow:0 1px 4px rgba(0,0,0,.3);transform:translate(-50%,-50%);z-index:2}
.quadrant-box .axis-label{position:absolute;font-size:.65rem;color:#666;font-weight:500}
.quadrant-box .axis-label.top{top:4px;left:50%;transform:translateX(-50%)}
.quadrant-box .axis-label.bottom{bottom:4px;left:50%;transform:translateX(-50%)}
.quadrant-box .axis-label.left{left:4px;top:50%;transform:translateY(-50%)}
.quadrant-box .axis-label.right{right:4px;top:50%;transform:translateY(-50%)}
.dim-bar .dim-desc{font-size:.75rem;font-weight:500;padding:.1rem .5rem;border-radius:1rem;color:#fff}
.dim-bar .dim-desc.excellent{background:#10b981}
.dim-bar .dim-desc.good{background:#3b82f6}
.dim-bar .dim-desc.moderate{background:#f59e0b}
.dim-bar .dim-desc.poor{background:#ef4444}
.char-card{display:flex;gap:.75rem;align-items:flex-start;padding:.75rem;background:#f8f9fa;border-radius:.5rem;margin-bottom:.5rem}
.char-card .char-icon{font-size:1.25rem;flex-shrink:0}
.char-card .char-title{font-weight:700;color:#333;font-size:.85rem}
.char-card .char-desc{font-size:.8125rem;color:#555;line-height:1.6}