:root{--p:#4f46e5;--g:#10b981;--b:#f8fafc;--w:#fff;--t:#1e293b;--m:#64748b;--e:#e2e8f0;--r:12px}
*{box-sizing:border-box;margin:0;padding:0}
body{font-family:-apple-system,BlinkMacSystemFont,sans-serif;background:var(--b);color:var(--t);font-size:15px;line-height:1.5}
.shell{max-width:520px;margin:0 auto;min-height:100vh}

/* Topbar */
.topbar{background:var(--p);color:#fff;padding:12px 16px;display:flex;justify-content:space-between;align-items:center;position:sticky;top:0;z-index:10}
.topbar strong{font-size:15px}
.topbar span{font-size:11px;opacity:.8;margin-left:8px}
.topbar .ghost{background:none;border:1px solid rgba(255,255,255,.3);color:#fff;padding:4px 12px;border-radius:6px;font-size:12px;cursor:pointer}
.top-actions{display:flex;gap:6px}

/* Login */
.login{padding:24px 16px;text-align:center}
.brand .mark{font-size:40px;font-weight:800;color:var(--p);margin-bottom:8px}
.brand h1{font-size:20px;margin-bottom:4px}
.brand p{color:var(--m);font-size:13px;margin-bottom:20px}

/* Panel */
.panel{background:var(--w);border-radius:var(--r);padding:16px;margin:12px 16px;box-shadow:0 1px 3px rgba(0,0,0,.05)}
.panel.compact{padding:14px}
.panel label{display:block;font-size:13px;font-weight:500;margin-bottom:4px}
.panel input,.panel textarea{width:100%;padding:8px 10px;border:1px solid var(--e);border-radius:8px;font-size:14px;margin-bottom:10px}
.panel input:focus,.panel textarea:focus{outline:none;border-color:var(--p)}
.panel-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}
.panel-head h2{font-size:15px}
.panel-head span{font-size:11px;color:var(--m)}

/* GROW */
.grow-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.grow-card{background:var(--b);border-radius:var(--r);padding:10px;border:1px solid var(--e);display:flex;flex-direction:column;text-align:left;cursor:pointer}
.grow-card b{font-size:20px;color:var(--p);margin-bottom:2px}
.grow-card span{font-size:11px;color:var(--m);margin-bottom:6px}
.grow-card small{font-size:12px;color:var(--t);line-height:1.35}
.grow-choice.selected{border-color:var(--p);background:#eef2ff;box-shadow:0 0 0 2px rgba(37,99,235,.12)}

/* Scenario */
.scenario-grid{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:10px}
.chip{background:var(--b);border:1px solid var(--e);padding:5px 12px;border-radius:20px;font-size:12px;cursor:pointer}
.chip.active{background:var(--p);color:#fff;border-color:var(--p)}
.wide-label{font-size:13px;font-weight:500;margin-top:8px}

/* Role */
.role-switch{display:flex;gap:10px}
.role-card{flex:1;padding:12px;border:2px solid var(--e);border-radius:var(--r);text-align:center;cursor:pointer;background:var(--w)}
.role-card strong{display:block;font-size:14px;margin-bottom:2px}
.role-card span{font-size:11px;color:var(--m)}
.role-card.selected{border-color:var(--p);background:#eef2ff}

/* Buttons */
button.primary{width:100%;padding:10px;background:var(--p);color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer}
button.start{width:100%;padding:12px;background:var(--g);color:#fff;border:none;border-radius:8px;font-size:15px;font-weight:700;cursor:pointer;margin-top:10px;margin-bottom:20px}
button.secondary{width:100%;padding:10px;background:var(--g);color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer}
button:disabled{opacity:.5;cursor:not-allowed}
.hidden{display:none!important}

/* Session */
.session-layout{display:flex;flex-direction:column;gap:0}
.summary h2{font-size:14px;margin-bottom:8px}
.summary-row{display:flex;gap:8px;margin-bottom:4px;font-size:13px}
.summary-row b{color:var(--p);min-width:34px}
.dialogue{margin-top:0}
.messages{min-height:300px;max-height:45vh;overflow-y:auto;margin-bottom:12px}
.msg{margin-bottom:8px}
.msg small{display:block;font-size:10px;color:var(--m)}
.msg p{display:inline-block;max-width:85%;padding:8px 12px;border-radius:14px;font-size:14px;margin-top:2px}
.msg.ai p{background:#f1f5f9;border-bottom-left-radius:3px}
.msg.me{text-align:right}.msg.me p{background:var(--p);color:#fff;border-bottom-right-radius:3px;text-align:left}
.composer{display:flex;gap:8px;align-items:flex-end}
.composer textarea{flex:1;border:1px solid var(--e);border-radius:8px;padding:8px;font-size:14px;resize:vertical;min-height:40px}
.composer button{flex:0;padding:8px 16px}

/* Result */
.result{padding:20px 16px}
.result h1{font-size:18px;margin-bottom:8px}
.result h2{font-size:15px;margin:12px 0 4px}
.result ul{padding-left:18px;font-size:14px}
.result li{margin-bottom:3px}
.result-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:10px 0}
.result-grid div{background:var(--b);border-radius:8px;padding:10px;text-align:center}
.result-grid b{display:block;font-size:11px;color:var(--m)}
.result-grid span{font-size:20px;font-weight:700;color:var(--p)}

.knowledge-ref-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:8px;margin:10px 0;max-width:100%}
.knowledge-ref-card{background:var(--b);border:1px solid var(--e);border-radius:8px;padding:10px;min-width:0;max-width:100%;overflow-wrap:anywhere;word-break:break-word;white-space:normal;text-align:left}
.knowledge-ref-card b{display:block;font-size:13px;line-height:1.35;color:var(--t);margin-bottom:4px;overflow-wrap:anywhere;word-break:break-word;white-space:normal}
.knowledge-ref-card span{display:block;font-size:12px;line-height:1.35;font-weight:700;color:var(--p);margin-bottom:4px;overflow-wrap:anywhere;word-break:break-word;white-space:normal}
.knowledge-ref-card small{display:block;font-size:12px;line-height:1.45;color:var(--m);overflow-wrap:anywhere;word-break:break-word;white-space:normal}
@media (max-width:520px){.knowledge-ref-grid{grid-template-columns:1fr}}

/* Evaluation */
.eval-panel input[type=file]{background:var(--b);padding:8px}
.loading{color:var(--m);font-size:14px}
.error{color:#b91c1c;font-size:14px}
.eval-hero{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:10px}
.eval-hero div{background:var(--b);border-radius:10px;padding:12px;text-align:center}
.eval-hero b{display:block;font-size:24px;color:var(--p);line-height:1.1}
.eval-hero span{font-size:12px;color:var(--m)}
.star-comment{font-size:14px;margin-bottom:8px}
.dimension-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:8px 0 12px}
.dimension-item{background:var(--b);border:1px solid var(--e);border-radius:8px;padding:10px}
.dimension-item b{display:block;font-size:12px;color:var(--m);margin-bottom:2px}
.dimension-item span{font-size:20px;font-weight:700;color:var(--p)}
.kb-status{display:inline-block;background:#ecfdf5;color:#047857;border-radius:999px;padding:3px 10px;font-size:12px;margin-bottom:6px}

/* Toast */
.toast{position:fixed;top:12px;left:50%;transform:translateX(-50%);background:var(--t);color:#fff;padding:8px 20px;border-radius:20px;font-size:13px;z-index:999;animation:fade 2.5s forwards}
@keyframes fade{0%{opacity:0}15%{opacity:1}85%{opacity:1}100%{opacity:0}}

/* ═══ OS v4.1 Modular UI ═══ */
.shell{padding-bottom:70px}
.px{padding:16px}
.dash-card{background:var(--w);color:var(--t);border:1px solid var(--e)}
.dash-card h2{color:var(--t)}
.dash-card .result-grid div b{color:var(--m);font-weight:500}
.dash-card .result-grid div span{color:var(--p);font-weight:700}
.dash-card .status-line{font-size:13px;color:var(--m);margin-top:6px}
.dash-card .status-line a{color:var(--p);cursor:pointer;text-decoration:underline;font-weight:500}

/* Card entries */
.card-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:12px}
.card-entry{background:var(--w);border-radius:var(--r);padding:16px;box-shadow:0 1px 3px rgba(0,0,0,.06);cursor:pointer;transition:transform .1s}
.card-entry:active{transform:scale(.98)}
.card-entry .icon{font-size:28px;margin-bottom:6px}
.card-entry h3{font-size:15px;margin-bottom:2px}
.card-entry p{font-size:12px;color:var(--m)}
.card-placeholder{background:var(--w);border-radius:var(--r);padding:16px;box-shadow:0 1px 3px rgba(0,0,0,.06);opacity:.6}
.card-placeholder .icon{font-size:28px;margin-bottom:6px}
.card-placeholder h3{font-size:15px;margin-bottom:2px}
.card-placeholder p{font-size:12px;color:var(--m)}
.quick-actions{margin-top:8px}

/* Bottom nav */
.bottom-nav{position:fixed;bottom:0;left:0;right:0;max-width:520px;margin:0 auto;display:flex;justify-content:space-around;background:var(--w);border-top:1px solid var(--e);padding:6px 0 env(safe-area-inset-bottom,8px);z-index:100}
.bottom-nav button{background:none;border:none;display:flex;flex-direction:column;align-items:center;font-size:20px;padding:4px 12px;cursor:pointer;color:var(--m)}
.bottom-nav button span{font-size:10px;margin-top:1px}
.bottom-nav button.active{color:var(--p)}
.bottom-nav button.active span{font-weight:600}

/* ═══ 提问与回应 · 内部灰度 ═══ */
.questioning-response-page{max-width:920px;width:min(94%,920px);margin:0 auto;padding-bottom:104px}
.questioning-response-page *{box-sizing:border-box}
.questioning-response-hero,.questioning-response-level-hero{margin:0 0 16px;padding:22px;border:1px solid #ded7f5;border-radius:20px;background:linear-gradient(135deg,#f4f1ff 0%,#fff 62%);box-shadow:0 12px 30px rgba(69,52,131,.08)}
.questioning-response-hero h1,.questioning-response-level-hero h1{margin:10px 0 7px;font-size:25px;color:#271c3a}
.questioning-response-hero p,.questioning-response-level-hero p{margin:0;color:#5f586f;line-height:1.7}
.questioning-response-level-hero small{display:block;margin-top:9px;color:#746d80}
.questioning-response-track{margin:18px 0 28px}
.questioning-response-track-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.questioning-response-track-card{display:flex;flex-direction:column;min-height:290px;padding:22px;border:1px solid #ded7f5;border-radius:22px;background:#fff;box-shadow:0 12px 30px rgba(69,52,131,.08);cursor:pointer}
.questioning-response-track-card-head{display:flex;align-items:center;justify-content:space-between;gap:12px}
.questioning-response-track-icon{display:grid;place-items:center;width:48px;height:48px;border-radius:16px;background:#efeaff;color:#5d3ec5;font-size:20px;font-weight:900}
.questioning-response-track-card h2{margin:20px 0 8px;font-size:24px;color:#282033}
.questioning-response-track-card>p{margin:0 0 18px;color:#665f70;line-height:1.7}
.questioning-response-track-card-stats{display:flex;flex-wrap:wrap;gap:8px;margin-top:auto;margin-bottom:13px}
.questioning-response-track-card-stats span{padding:5px 9px;border-radius:999px;background:#f5f2fc;color:#665b82;font-size:11px}
.questioning-response-track-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:13px;padding:0 2px}
.questioning-response-track-head h2{margin:3px 0 5px;font-size:21px}
.questioning-response-track-head p{margin:0;color:#696173;font-size:13px;line-height:1.6}
.questioning-response-track-kicker{font-size:12px;font-weight:800;color:#6847d0}
.questioning-response-track-total{flex:0 0 76px;display:grid;grid-template-columns:auto auto;align-items:end;justify-content:center;padding:10px 9px;border:1px solid #ddd3ff;border-radius:15px;background:#fff;color:#5d3ec5}
.questioning-response-track-total strong{font-size:25px;line-height:1}
.questioning-response-track-total span{font-size:12px;margin-left:2px}
.questioning-response-track-total small{grid-column:1/3;margin-top:5px;color:#746d80;font-size:10px;text-align:center}
.questioning-response-level-grid,.questioning-response-question-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.questioning-response-skill-step{margin-top:16px;padding:20px;border:1px solid #ded7f5;border-radius:20px;background:#fff}
.questioning-response-skill-step>div:first-child h2{margin:6px 0 5px;font-size:21px}
.questioning-response-skill-step>div:first-child p{margin:0 0 14px;color:#696173;font-size:13px}
.questioning-response-step-number{display:inline-flex;padding:4px 9px;border-radius:999px;background:#efeaff;color:#5d3ec5;font-size:12px;font-weight:800}
.questioning-response-skill-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
.questioning-response-skill-card{display:grid;grid-template-columns:1fr auto;gap:7px 10px;min-height:92px;padding:14px;text-align:left;border:1px solid #e6e0f4;border-radius:15px;background:#fff;color:#282033;cursor:pointer}
.questioning-response-skill-card:hover{border-color:#9c88e3;background:#faf8ff}
.questioning-response-skill-card strong{align-self:center;font-size:15px}
.questioning-response-skill-card .questioning-response-state{grid-column:2;grid-row:1/3;align-self:start}
.questioning-response-skill-card small{color:#746d80}
.questioning-response-skill-card.all{border-style:dashed;background:#faf8ff}
.questioning-response-level-card,.questioning-response-question-card{display:flex;flex-direction:column;min-width:0;padding:17px;border:1px solid #e6e0f4;border-radius:17px;background:#fff;box-shadow:0 8px 24px rgba(55,44,98,.06);cursor:pointer;transition:transform .15s ease,box-shadow .15s ease}
.questioning-response-level-card:hover,.questioning-response-question-card:hover{transform:translateY(-2px);box-shadow:0 12px 28px rgba(55,44,98,.11)}
.questioning-response-level-card h3,.questioning-response-question-card h3{margin:11px 0 7px;font-size:17px;color:#282033}
.questioning-response-level-card>p,.questioning-response-question-card>p{margin:0 0 12px;color:#665f70;font-size:13px;line-height:1.6;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
.questioning-response-level-card .primary,.questioning-response-question-card .primary{margin-top:auto}
.questioning-response-level-head,.questioning-response-question-card-head{display:flex;align-items:center;justify-content:space-between;gap:10px;color:#736b80;font-size:12px}
.questioning-response-level-number{font-weight:800;color:#6243c6}
.questioning-response-state{display:inline-flex;align-items:center;height:25px;padding:0 9px;border-radius:999px;background:#eef2f7;color:#64748b;font-size:12px;font-weight:800}
.questioning-response-state.in-progress{background:#fff4db;color:#9a6700}
.questioning-response-state.done{background:#e8f7ee;color:#15803d}
.questioning-response-level-meta{display:flex;flex-wrap:wrap;gap:6px;margin:2px 0 10px}
.questioning-response-level-meta span,.questioning-response-question-tags span{display:inline-flex;padding:4px 8px;border-radius:999px;background:#f5f2fc;color:#665b82;font-size:11px}
.questioning-response-progress{height:7px;margin:0 0 14px;border-radius:999px;background:#eceaf0;overflow:hidden}
.questioning-response-progress span{display:block;height:100%;border-radius:999px;background:#6d4fd8}
.questioning-response-guide{margin-left:0;margin-right:0;border:1px solid #d8cefb;background:#fbfaff}
.questioning-response-guide-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}
.questioning-response-guide-head>div>span{font-size:12px;font-weight:800;color:#6d4fd8}
.questioning-response-guide-head h2{margin:2px 0 0;font-size:19px}
.questioning-response-guide-head button{width:auto;flex:0 0 auto;padding:7px 11px}
.questioning-response-guide-summary{margin:12px 0 0;line-height:1.7;color:#5f6f88}
.questioning-response-guide-body{margin-top:12px}
.questioning-response-guide-body>p{line-height:1.7}
.questioning-response-guide.collapsed .questioning-response-guide-body{display:none}
.questioning-response-knowledge-item{margin-top:10px;padding:13px;border:1px solid #e4def6;border-radius:13px;background:#fff}
.questioning-response-knowledge-item h4{margin:0 0 6px;color:#33274b}
.questioning-response-knowledge-item p{margin:5px 0;line-height:1.65;color:#514a5c}
.questioning-response-filter{margin-left:0;margin-right:0}
.questioning-response-filter summary{display:flex;align-items:center;justify-content:space-between;gap:12px;cursor:pointer;color:#3c324f;font-weight:800;list-style:none}
.questioning-response-filter summary::-webkit-details-marker{display:none}
.questioning-response-filter summary:after{content:'展开';color:#6d4fd8;font-size:12px}
.questioning-response-filter[open] summary:after{content:'收起'}
.questioning-response-filter summary small{margin-left:auto;color:#746d80;font-weight:500}
.questioning-response-filter .questioning-response-filter-grid{margin-top:14px}
.questioning-response-filter-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}
.questioning-response-filter-grid label{font-weight:700;color:#3c324f}
.questioning-response-filter-grid select{display:block;width:100%;margin-top:6px;padding:9px;border:1px solid #ded8e8;border-radius:9px;background:#fff;color:#2e2639}
.questioning-response-filter>p{margin:10px 0 0;color:#746d80;font-size:12px}
.questioning-response-change-skill{width:auto;margin-top:13px;padding:8px 12px}
.questioning-response-question-tags{display:flex;flex-wrap:wrap;gap:6px;margin:0 0 12px}
.questioning-response-question-meta{display:flex;align-items:center;gap:7px;flex-wrap:wrap;margin:0 0 11px}
.questioning-response-question-meta>span:not(.module-status){display:inline-flex;padding:5px 9px;border-radius:999px;background:#fff;border:1px solid #e5e0ef;color:#685f75;font-size:12px}
.questioning-response-scenario,.questioning-response-answer{margin-left:0;margin-right:0;border-radius:18px}
.questioning-response-scenario h2,.questioning-response-answer h2{margin:0 0 9px;font-size:18px}
.questioning-response-scenario p,.questioning-response-prompt{white-space:pre-wrap;line-height:1.75;color:#332d3d}
.questioning-response-prompt{margin-bottom:14px}
.questioning-response-options{display:grid;gap:10px;margin:12px 0 15px}
.questioning-response-option{display:flex!important;align-items:flex-start;gap:11px;margin:0!important;padding:14px;border:1px solid #e5e0ee;border-radius:13px;background:#fff;cursor:pointer}
.questioning-response-option:has(input:checked){border-color:#6d4fd8;background:#f6f3ff;box-shadow:0 0 0 2px rgba(109,79,216,.08)}
.questioning-response-option input{flex:0 0 auto!important;width:auto!important;margin:4px 0 0!important}
.questioning-response-option span{min-width:0;line-height:1.65;overflow-wrap:anywhere}
.questioning-response-open-field,.questioning-response-three-fields label{font-size:14px!important;font-weight:800!important;color:#342b42}
.questioning-response-open-field textarea,.questioning-response-three-fields textarea{margin-top:7px!important;padding:12px!important;line-height:1.65!important;resize:vertical}
.questioning-response-three-fields{display:grid;gap:11px}
.questioning-response-input-note,.questioning-response-muted{margin:2px 0 13px;color:#756e80;font-size:12px;line-height:1.55}
.questioning-response-evaluating{text-align:center;color:#5f586f}
.questioning-response-feedback-status,.questioning-response-feedback-section,.questioning-response-reward{margin-left:0;margin-right:0;border-radius:17px}
.questioning-response-feedback-status{border-left:5px solid #6d4fd8}
.questioning-response-feedback-status.invalid{border-left-color:#b45309;background:#fffbf4}
.questioning-response-feedback-status.unavailable{border-left-color:#64748b;background:#f8fafc}
.questioning-response-feedback-status h2{margin:0 0 8px;font-size:23px;color:#4f3ed1}
.questioning-response-feedback-status.invalid h2{color:#a16207}
.questioning-response-feedback-status.unavailable h2{font-size:19px;color:#475569}
.questioning-response-feedback-status h3{margin:8px 0 5px;font-size:15px}
.questioning-response-feedback-status p{margin:5px 0;line-height:1.65}
.questioning-response-ai-note{display:inline-flex;margin-top:8px!important;padding:5px 9px;border-radius:999px;background:#e8f7ee;color:#15803d;font-size:12px;font-weight:800}
.questioning-response-feedback-section h2{margin:0 0 10px;font-size:18px}
.questioning-response-feedback-section h3{margin:13px 0 7px;font-size:15px}
.questioning-response-feedback-section ul{padding-left:20px}
.questioning-response-feedback-section li{margin:5px 0;line-height:1.6}
.questioning-response-feedback-section summary{font-size:17px;font-weight:800;cursor:pointer;color:#33274b}
.questioning-response-feedback-section>p{margin:7px 0;line-height:1.65}
.questioning-response-reference-path{margin-top:10px;padding:11px 12px;border-radius:12px;background:#f7f5ff;border-left:4px solid #6d4fd8}
.questioning-response-reference-path h3{margin-top:0}
.questioning-response-option-review,.questioning-response-deduction{margin-top:10px;padding:12px;border:1px solid #e6e1ec;border-radius:12px;background:#fafafa}
.questioning-response-option-review.correct{border-color:#b8e4c8;background:#f1fbf5}
.questioning-response-option-review.selected:not(.correct){border-color:#f1c0bc;background:#fff7f6}
.questioning-response-option-review>div{display:flex;justify-content:space-between;align-items:center;gap:10px}
.questioning-response-option-review>div span{color:#6d4fd8;font-size:11px;font-weight:800}
.questioning-response-option-review p,.questioning-response-deduction p{margin:6px 0;line-height:1.6}
.questioning-response-deduction{border-left:4px solid #d97706;background:#fffbf4}
.questioning-response-suggested{margin-top:11px;padding:12px;border-radius:12px;background:#f4f1ff;color:#40345a}
.questioning-response-suggested p{margin:5px 0 0;line-height:1.65}
.questioning-response-feedback-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;margin:13px 0}
.questioning-response-reward{margin-top:13px;background:#f8fafc;color:#665f70}
.questioning-response-reward h2{font-size:16px}
.questioning-response-reward>div{display:flex;gap:14px;margin-top:8px;color:#5d3ec5}
.questioning-response-empty{grid-column:1/-1;margin:0;text-align:center}
.questioning-response-access{text-align:center;margin-left:0;margin-right:0}
.questioning-response-access h2{margin:11px 0 7px}
.questioning-response-access p{margin-bottom:13px;color:#665f70}

@media(max-width:620px){
  .questioning-response-page{width:92%;padding-left:0;padding-right:0}
  .questioning-response-track-grid,.questioning-response-skill-grid{grid-template-columns:1fr}
  .questioning-response-level-grid,.questioning-response-question-grid{grid-template-columns:1fr}
  .questioning-response-filter-grid{grid-template-columns:1fr}
  .questioning-response-track-head{align-items:flex-start}
  .questioning-response-hero,.questioning-response-level-hero{padding:18px}
  .questioning-response-hero h1,.questioning-response-level-hero h1{font-size:22px}
  .questioning-response-guide-head{align-items:flex-start}
  .questioning-response-feedback-actions{grid-template-columns:1fr}
  .questioning-response-feedback-status h2{font-size:20px}
}

/* ═══ GROW G05 · 完整文本实战 ═══ */
.grow-integrated-page{max-width:920px;width:min(94%,920px);margin:0 auto;padding-bottom:112px}.grow-integrated-page *{box-sizing:border-box}.grow-integrated-hero{padding:24px;border:1px solid #dcd4f5;border-radius:22px;background:linear-gradient(135deg,#f1edff 0%,#fff 65%);box-shadow:0 12px 32px rgba(68,48,129,.09)}.grow-integrated-hero.compact{padding:20px}.grow-integrated-hero h1{margin:12px 0 8px;font-size:27px;color:#271c3a}.grow-integrated-hero p{margin:0;color:#665e72;line-height:1.7}.grow-integrated-path-intro{display:flex;align-items:center;justify-content:center;gap:10px;margin:18px 0;padding:16px;border:1px solid #e3ddf3;border-radius:18px;background:#fff}.grow-integrated-path-intro>div{display:grid;place-items:center;width:86px;min-height:66px;border-radius:14px;background:#f5f2ff}.grow-integrated-path-intro b{font-size:23px;color:#6044cf}.grow-integrated-path-intro span{font-size:12px;color:#71697e}.grow-integrated-path-intro i{color:#a092c9;font-style:normal;font-weight:800}.grow-integrated-mode-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:15px}.grow-integrated-mode-card{display:grid;grid-template-columns:54px 1fr;grid-template-rows:auto auto auto;gap:4px 13px;min-height:168px;padding:20px;text-align:left;border:1px solid #ded7f3;border-radius:20px;background:#fff;color:#292136;box-shadow:0 10px 28px rgba(58,43,105,.07);cursor:pointer}.grow-integrated-mode-card:hover{border-color:#9c87e2;transform:translateY(-2px)}.grow-integrated-mode-icon{grid-row:1/4;display:grid;place-items:center;width:52px;height:52px;border-radius:17px;background:#eee9ff;color:#5d3ec5;font-size:20px;font-weight:900}.grow-integrated-mode-card strong{font-size:19px;align-self:end}.grow-integrated-mode-card small{color:#6d6578;line-height:1.55}.grow-integrated-mode-card em{align-self:end;color:#6044cf;font-size:12px;font-style:normal;font-weight:800}.grow-integrated-rule{margin:16px 0 0}.grow-integrated-rule h2{font-size:18px}.grow-integrated-rule p{margin-top:6px;color:#625a6e;line-height:1.7}.grow-integrated-theme-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:16px}.grow-integrated-theme-grid button{display:grid;grid-template-columns:48px 1fr;gap:4px 12px;min-height:112px;padding:17px;text-align:left;border:1px solid #dfd8ef;border-radius:18px;background:#fff;color:#31263f;cursor:pointer;box-shadow:0 8px 24px rgba(60,44,109,.06)}.grow-integrated-theme-grid button:hover{border-color:#9c87e2}.grow-integrated-theme-grid span{grid-row:1/3;display:grid;place-items:center;width:46px;height:46px;border-radius:15px;background:#eee9ff;color:#5d3ec5;font-weight:900}.grow-integrated-theme-grid strong{align-self:end;font-size:17px}.grow-integrated-theme-grid small{color:#756d80}.grow-integrated-theme-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-top:18px;padding:17px;border:1px solid #d9d0ef;border-radius:18px;background:#f8f6ff}.grow-integrated-theme-head span{color:#6549cb;font-size:12px;font-weight:800}.grow-integrated-theme-head h2{margin:4px 0}.grow-integrated-theme-head p{color:#726a7d}.grow-integrated-theme-head button{padding:8px 11px;border:1px solid #d3c8ef;border-radius:9px;background:#fff;color:#5c42c3;font-weight:800}.grow-integrated-filter{margin-left:0;margin-right:0}.grow-integrated-filter summary{cursor:pointer;font-weight:800;color:#3d3151}.grow-integrated-filter-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:14px}.grow-integrated-filter-grid.single{grid-template-columns:minmax(0,320px)}.grow-integrated-filter-grid label{font-weight:700}.grow-integrated-filter-grid select{display:block;width:100%;margin-top:7px;padding:10px;border:1px solid #ddd6e8;border-radius:10px;background:#fff}.grow-integrated-filter-summary{margin:12px 0;color:#746c7f;font-size:13px}.grow-integrated-scenario-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.grow-integrated-scenario-card{display:flex;flex-direction:column;min-height:245px;padding:18px;border:1px solid #e2dcef;border-radius:19px;background:#fff;box-shadow:0 9px 26px rgba(60,44,109,.07)}.grow-integrated-scenario-card h2{margin:12px 0 8px;font-size:18px;color:#302540}.grow-integrated-scenario-card p{margin:0 0 12px;color:#655e70;line-height:1.65}.grow-integrated-scenario-card small{margin-top:auto;margin-bottom:12px;color:#81798c}.grow-integrated-tags{display:flex;flex-wrap:wrap;gap:6px}.grow-integrated-tags span{padding:4px 8px;border-radius:999px;background:#f1edff;color:#6549cb;font-size:11px;font-weight:800}.grow-integrated-empty{grid-column:1/-1;text-align:center}.grow-integrated-empty h2{margin-bottom:7px}.grow-integrated-empty p{margin-bottom:13px;color:#6e6679}.grow-integrated-access{text-align:center;margin-left:0;margin-right:0}.grow-integrated-access .grow-integrated-mode-icon{margin:0 auto 12px}.grow-integrated-access h2{margin-bottom:7px}.grow-integrated-access p{margin-bottom:14px;color:#6e6679}.grow-integrated-scenario-summary{margin-bottom:13px;padding:18px;border:1px solid #ded7f1;border-radius:19px;background:#fff}.grow-integrated-scenario-summary h2{margin:10px 0 7px;font-size:19px}.grow-integrated-scenario-summary p{margin:0;color:#554d62;line-height:1.65}.grow-integrated-live-progress{margin-bottom:13px;padding:16px;border:1px solid #cabcf3;border-radius:18px;background:linear-gradient(135deg,#f4f0ff,#fff)}.grow-integrated-live-progress>div:first-child{display:flex;align-items:center;justify-content:space-between;gap:12px}.grow-integrated-live-progress>div:first-child span{color:#756d81;font-size:12px}.grow-integrated-live-progress>div:first-child strong{color:#5940bd;font-size:17px}.grow-integrated-live-progress>p{margin:10px 0 0;line-height:1.6}.grow-integrated-live-progress details{margin-top:12px}.grow-integrated-live-progress summary{cursor:pointer;font-weight:800}.grow-integrated-live-progress blockquote,.grow-integrated-turn-feedback blockquote,.grow-integrated-path-result blockquote{margin:9px 0 0;padding:10px 12px;border-left:4px solid #8065df;border-radius:0 10px 10px 0;background:#fff;line-height:1.55}.grow-integrated-live-progress blockquote small,.grow-integrated-turn-feedback blockquote small,.grow-integrated-path-result blockquote small{display:block;margin-top:5px;color:#766f80}.grow-integrated-gaps{margin-top:12px;padding:11px 12px;border-radius:12px;background:#fff}.grow-integrated-gaps ul,.grow-integrated-turn-feedback ul,.grow-integrated-supervision ul,.grow-integrated-knowledge ul{padding-left:20px}.grow-integrated-gaps li,.grow-integrated-turn-feedback li,.grow-integrated-supervision li,.grow-integrated-knowledge li{margin:5px 0;line-height:1.55}.grow-integrated-live-progress.hidden-hints{border-style:dashed;background:#fafafa}.grow-integrated-messages{min-height:270px;max-height:48vh;overflow-y:auto;padding:15px;border:1px solid #e3ddeb;border-radius:18px;background:#fff}.grow-integrated-message{margin-bottom:12px}.grow-integrated-message small{display:block;margin-bottom:3px;color:#7b7386;font-size:11px}.grow-integrated-message p{display:inline-block;max-width:86%;padding:10px 13px;border-radius:15px;background:#f1f5f9;line-height:1.65;white-space:pre-wrap}.grow-integrated-message.learner{text-align:right}.grow-integrated-message.learner p{background:#5f46d6;color:#fff;text-align:left}.grow-integrated-turn-feedback{margin-top:13px;padding:16px;border:1px solid #cfc2f3;border-radius:17px;background:#faf8ff}.grow-integrated-turn-feedback.critical{border-color:#edc1bd;background:#fff7f6}.grow-integrated-turn-feedback h3{margin:0 0 8px}.grow-integrated-turn-feedback p{margin:7px 0;line-height:1.65}.grow-integrated-turn-feedback>div{margin-top:10px}.grow-integrated-ready{margin-top:13px;padding:15px;border:1px solid #afe0bf;border-radius:17px;background:#effbf3}.grow-integrated-ready h3{color:#13703a}.grow-integrated-ready p{margin-top:5px;color:#486253}.grow-integrated-composer{position:sticky;bottom:66px;z-index:20;margin-top:13px;padding:14px;border:1px solid #ddd5ed;border-radius:18px;background:rgba(255,255,255,.97);box-shadow:0 10px 30px rgba(48,35,88,.14)}.grow-integrated-composer label{display:block;margin-bottom:7px;font-weight:800}.grow-integrated-composer textarea{width:100%;padding:11px;border:1px solid #d9d2e5;border-radius:11px;line-height:1.6;resize:vertical}.grow-integrated-composer>div{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-top:9px}.grow-integrated-composer>small{display:block;margin-top:8px;color:#746d80;line-height:1.45}.grow-integrated-result-hero{padding:24px;border:1px solid #b8e3c5;border-radius:22px;background:linear-gradient(135deg,#ecfbf1,#fff);text-align:center}.grow-integrated-result-hero.incomplete{border-color:#eed3a8;background:linear-gradient(135deg,#fff8e9,#fff)}.grow-integrated-result-hero>span{display:inline-flex;padding:5px 10px;border-radius:999px;background:#fff;color:#277543;font-size:12px;font-weight:800}.grow-integrated-result-hero.incomplete>span{color:#a26107}.grow-integrated-result-hero h1{margin:10px 0 4px;font-size:38px;color:#4f3ed0}.grow-integrated-result-hero p{margin:0 0 9px;font-weight:700}.grow-integrated-result-hero small{color:#706979;line-height:1.55}.grow-integrated-path-result{display:grid;gap:11px;margin-top:12px}.grow-integrated-path-result article{padding:13px;border:1px solid #e3ddea;border-radius:13px;background:#fafafa}.grow-integrated-path-result article>span{display:block;color:#7a7285;font-size:11px}.grow-integrated-path-result article>strong{display:block;margin:4px 0;color:#5138b6}.grow-integrated-path-result article>p{line-height:1.6}.grow-integrated-dimensions{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px;margin-top:12px}.grow-integrated-dimensions>div{padding:11px 8px;border-radius:12px;background:#f5f2ff;text-align:center}.grow-integrated-dimensions span{display:block;color:#6d6578;font-size:11px}.grow-integrated-dimensions strong{display:block;margin-top:3px;color:#5b42c4;font-size:22px}.grow-integrated-muted{margin-top:12px;color:#746c7f;font-size:12px;line-height:1.6}.grow-integrated-turn-review{margin:10px 0;padding:12px;border:1px solid #e2dce9;border-radius:12px;background:#fafafa}.grow-integrated-turn-review summary{cursor:pointer;font-weight:800}.grow-integrated-turn-review summary b{float:right;color:#5d43c6}.grow-integrated-turn-review p{margin:9px 0;line-height:1.65}.grow-integrated-supervision h3{margin:15px 0 7px;font-size:15px}.grow-integrated-supervision blockquote{margin:8px 0;padding:11px;border-left:4px solid #8065df;background:#f7f5ff}.grow-integrated-knowledge{display:grid;gap:10px}.grow-integrated-knowledge article{padding:13px;border:1px solid #e2ddeb;border-radius:13px;background:#fafafa}.grow-integrated-knowledge h3{margin-bottom:6px;font-size:16px}.grow-integrated-knowledge p{line-height:1.65}.grow-integrated-next-focus{padding:20px;border:1px solid #cbbdf0;border-radius:19px;background:linear-gradient(135deg,#f2eeff,#fff)}.grow-integrated-next-focus h2{margin-bottom:7px}.grow-integrated-next-focus p{margin-bottom:13px;line-height:1.65}.grow-integrated-next-focus .secondary{margin-top:9px}

@media(max-width:680px){.grow-integrated-page{width:92%;padding-left:0;padding-right:0}.grow-integrated-mode-grid,.grow-integrated-theme-grid,.grow-integrated-scenario-grid{grid-template-columns:1fr}.grow-integrated-mode-card{min-height:150px}.grow-integrated-path-intro{gap:5px;padding:12px 8px}.grow-integrated-path-intro>div{width:60px;min-height:58px}.grow-integrated-path-intro i{font-size:12px}.grow-integrated-theme-head{align-items:flex-start}.grow-integrated-filter-grid{grid-template-columns:1fr}.grow-integrated-composer{bottom:62px}.grow-integrated-composer>div{grid-template-columns:1fr}.grow-integrated-dimensions{grid-template-columns:repeat(2,minmax(0,1fr))}.grow-integrated-dimensions>div:last-child{grid-column:1/-1}.grow-integrated-hero h1{font-size:23px}.grow-integrated-messages{max-height:44vh}}

/* ═══ GROW G06 · 语音辅助 ═══ */
.grow-integrated-section-title{margin:22px 0 10px}.grow-integrated-section-title>span{color:#6549cb;font-size:12px;font-weight:800}.grow-integrated-section-title h2{margin:4px 0}.grow-integrated-section-title p{color:#706879;line-height:1.6}.grow-voice-mode{margin-left:0;margin-right:0}.grow-voice-mode h2{margin-bottom:11px;font-size:18px}.grow-voice-mode>p{margin-top:10px;color:#71697d;font-size:12px;line-height:1.6}.grow-voice-mode-switch{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.grow-voice-mode-switch button{display:flex;flex-direction:column;gap:4px;padding:13px;border:1px solid #dcd4eb;border-radius:13px;background:#fff;color:#352b42;text-align:left}.grow-voice-mode-switch button.active{border-color:#7359d7;background:#f2eeff;box-shadow:0 0 0 2px rgba(115,89,215,.12)}.grow-voice-mode-switch strong{font-size:15px}.grow-voice-mode-switch small{color:#756d80}.grow-voice-replay{display:block;margin:5px 0 0;padding:7px 11px;border:1px solid #d9d1eb;border-radius:999px;background:#fff;color:#5b43bf;font-size:11px;font-weight:800}.grow-voice-replay.preparing{color:#776f81;background:#f7f7f8}.grow-voice-replay.error{border-color:#e4b8b8;color:#a73a3a;background:#fff7f7}.grow-voice-controls{display:flex!important;grid-template-columns:none!important;align-items:center;gap:9px!important;margin:0 0 9px!important}.grow-voice-controls button{flex:0 0 auto;padding:9px 11px;border:1px solid #c9bced;border-radius:10px;background:#f4f0ff;color:#5639bf;font-weight:800;touch-action:manipulation}.grow-voice-controls button.listening{border-color:#d65e69;background:#fff0f1;color:#b42331}.grow-voice-controls span{color:#736b7e;font-size:12px;line-height:1.4}@media(max-width:680px){.grow-voice-mode-switch{grid-template-columns:1fr}.grow-voice-controls{align-items:flex-start;flex-direction:column}.grow-voice-controls button{width:100%;min-height:46px}.grow-voice-replay{min-height:38px}}

/* ═══ GROW G07 · 专项到综合完整路径 ═══ */
.grow-path-page,.grow-stage-page,.grow-micro-page{max-width:920px;width:min(94%,920px);margin:0 auto;padding-bottom:112px}.grow-path-page *,.grow-stage-page *,.grow-micro-page *{box-sizing:border-box}.grow-path-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin:17px 0}.grow-path-grid button{display:flex;flex-direction:column;min-height:225px;padding:20px;border:1px solid #dcd4ef;border-radius:20px;background:#fff;color:#302540;text-align:left;box-shadow:0 10px 28px rgba(58,43,105,.08)}.grow-path-grid button:hover{border-color:#8c73dc;transform:translateY(-2px)}.grow-path-grid span{display:grid;place-items:center;width:38px;height:38px;border-radius:13px;background:#eee9ff;color:#5d3ec5;font-weight:900}.grow-path-grid strong{margin:18px 0 8px;font-size:19px}.grow-path-grid small{color:#6d6578;line-height:1.6}.grow-path-grid em{margin-top:auto;color:#5f43c7;font-size:12px;font-style:normal;font-weight:800}.grow-stage-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin:17px 0}.grow-stage-grid button{display:flex;flex-direction:column;min-height:155px;padding:16px;border:1px solid #ddd5ec;border-radius:18px;background:#fff;color:#31263f;text-align:left;box-shadow:0 8px 24px rgba(60,44,109,.06)}.grow-stage-grid b{display:grid;place-items:center;width:43px;height:43px;border-radius:14px;background:#eee9ff;color:#6044cf;font-size:20px}.grow-stage-grid strong{margin:12px 0 5px}.grow-stage-grid small{color:#756d80}.grow-stage-grid em{margin-top:auto;color:#6549cb;font-size:11px;font-style:normal;font-weight:800}.grow-stage-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin:22px 0 13px;padding:16px;border:1px solid #d9d0ef;border-radius:18px;background:#f8f6ff}.grow-stage-heading.compact{margin-top:16px}.grow-stage-heading span{color:#6549cb;font-size:12px;font-weight:800}.grow-stage-heading h2{margin:4px 0}.grow-stage-heading p{color:#71697d}.grow-stage-heading button{padding:8px 10px;border:1px solid #d1c6ed;border-radius:9px;background:#fff;color:#5d43c4;font-weight:800}.grow-stage-type-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.grow-stage-type-grid button{display:flex;flex-direction:column;min-height:125px;padding:16px;border:1px solid #e0d9ed;border-radius:17px;background:#fff;color:#31263f;text-align:left}.grow-stage-type-grid strong{font-size:17px}.grow-stage-type-grid small{margin:7px 0;color:#71697d;line-height:1.5}.grow-stage-type-grid em{margin-top:auto;color:#6549cb;font-size:11px;font-style:normal;font-weight:800}.grow-stage-exercise-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.grow-stage-exercise-grid button{display:flex;flex-direction:column;min-height:155px;padding:15px;border:1px solid #e0d9ed;border-radius:17px;background:#fff;color:#31263f;text-align:left}.grow-stage-exercise-grid span{align-self:flex-start;padding:4px 7px;border-radius:999px;background:#fff3dd;color:#a35a08;font-size:10px;font-weight:800}.grow-stage-exercise-grid span.done{background:#e9f8ee;color:#167440}.grow-stage-exercise-grid strong{margin:10px 0 5px;font-size:19px}.grow-stage-exercise-grid small{color:#706879;line-height:1.5}.grow-stage-exercise-grid em{margin-top:auto;color:#6549cb;font-size:11px;font-style:normal}.grow-stage-question{margin-top:16px;padding:22px;border:1px solid #ddd5ed;border-radius:21px;background:#fff;box-shadow:0 12px 32px rgba(58,43,105,.08)}.grow-stage-question h1{margin:14px 0 8px;font-size:23px}.grow-stage-question>blockquote{margin:0 0 15px;padding:13px 15px;border-left:4px solid #765bd5;border-radius:0 12px 12px 0;background:#f7f5ff;line-height:1.7}.grow-stage-question h2{margin:17px 0 12px;font-size:18px;line-height:1.55}.grow-stage-material{padding:11px;border-radius:11px;background:#fff8eb;color:#704d1a}.grow-stage-options{display:grid;gap:10px}.grow-stage-options label{display:flex;gap:10px;padding:13px;border:1px solid #e2dbea;border-radius:13px;line-height:1.6}.grow-stage-options input{margin-top:5px;accent-color:#6044cf}.grow-stage-question textarea{width:100%;padding:12px;border:1px solid #d8d0e5;border-radius:12px;line-height:1.65}.grow-stage-question>.primary{margin-top:15px}.grow-stage-rank{display:grid;gap:9px}.grow-stage-rank label{display:grid;grid-template-columns:1fr 130px;gap:10px;align-items:center;padding:12px;border:1px solid #e1daea;border-radius:12px}.grow-stage-rank select{padding:9px;border:1px solid #d5cce3;border-radius:9px;background:#fff}.grow-stage-result-hero{margin-top:16px;padding:23px;border:1px solid #bce2c8;border-radius:21px;background:linear-gradient(135deg,#edfbf2,#fff);text-align:center}.grow-stage-result-hero span{font-weight:800;color:#247341}.grow-stage-result-hero h1{margin:7px 0;font-size:38px;color:#503bd0}.grow-stage-result-hero p{color:#6b6376;line-height:1.55}.grow-stage-option-review{display:grid;gap:9px}.grow-stage-option-review article{padding:13px;border:1px solid #e2dbea;border-radius:12px}.grow-stage-option-review article.correct{border-left:5px solid #28a463;background:#f1fbf5}.grow-stage-option-review article.incorrect{border-left:5px solid #d6a23c;background:#fffaf0}.grow-stage-option-review h3{font-size:15px}.grow-stage-option-review p{margin:5px 0;color:#655d70}.grow-stage-option-review small{line-height:1.55}.grow-stage-dimensions{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:9px;margin:12px 0}.grow-stage-dimensions article{padding:12px;border-radius:12px;background:#f5f2ff;text-align:center}.grow-stage-dimensions strong{display:block;font-size:13px}.grow-stage-dimensions b{display:block;margin-top:5px;color:#5b42c4;font-size:21px}.grow-stage-dimensions p{margin-top:6px;color:#6f677a;font-size:12px;line-height:1.5}.grow-stage-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:13px}.grow-micro-page .grow-integrated-scenario-grid{margin-top:12px}.grow-micro-page.result blockquote{margin:9px 0;padding:11px 13px;border-left:4px solid #7c61da;background:#f7f5ff}@media(max-width:760px){.grow-path-page,.grow-stage-page,.grow-micro-page{width:92%;padding-left:0;padding-right:0}.grow-path-grid{grid-template-columns:1fr}.grow-path-grid button{min-height:165px}.grow-stage-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.grow-stage-type-grid,.grow-stage-exercise-grid{grid-template-columns:1fr}.grow-stage-heading{align-items:flex-start}.grow-stage-rank label{grid-template-columns:1fr}.grow-stage-dimensions{grid-template-columns:repeat(2,minmax(0,1fr))}.grow-stage-actions{grid-template-columns:1fr}}
