:root{color-scheme:light;font-family:Inter,PingFang SC,Microsoft YaHei,Noto Sans CJK SC,Arial,sans-serif;--bg: #f5f7fb;--surface: #ffffff;--surface-soft: #f8fafc;--line: #d9e2ec;--line-strong: #b9c7d8;--text: #0f172a;--muted: #64748b;--subtle: #94a3b8;--teal: #0f9f8e;--teal-dark: #087d70;--teal-soft: #e8f8f5;--blue: #2563eb;--blue-soft: #eaf1ff;--amber: #d97706;--amber-soft: #fff4df;--red: #dc2626;--red-soft: #fff1f2;--shadow: 0 18px 50px rgba(15, 23, 42, .08);--radius: 8px}*{box-sizing:border-box}html{min-width:320px;background:var(--bg)}body{margin:0;color:var(--text);background:linear-gradient(180deg,rgba(37,99,235,.035),transparent 300px),var(--bg);overflow-x:hidden}button,input,select{font:inherit}button{color:inherit}.app-shell{display:grid;grid-template-columns:252px minmax(0,1fr);min-height:100vh}.sidebar{position:sticky;top:0;z-index:20;display:flex;flex-direction:column;gap:22px;height:100vh;padding:22px 16px;background:var(--surface);border-right:1px solid var(--line);scrollbar-width:none}.sidebar::-webkit-scrollbar,.top-tabs::-webkit-scrollbar,.top-actions::-webkit-scrollbar{display:none}.brand{display:flex;gap:12px;align-items:center;width:100%;min-height:48px;padding:0;text-align:left;background:transparent;border:0;cursor:pointer}.brand-mark{display:grid;width:44px;height:44px;color:#fff;place-items:center;background:linear-gradient(135deg,var(--teal),#1d7dd8);border-radius:var(--radius);box-shadow:0 14px 24px #0f9f8e38}.brand strong,.brand small{display:block}.brand strong{font-size:18px;line-height:1.12}.brand small{margin-top:3px;color:var(--muted);font-size:12px}.nav-list{display:grid;gap:6px}.nav-item{display:grid;grid-template-columns:20px minmax(0,1fr) 14px;gap:10px;align-items:center;width:100%;height:42px;padding:0 12px;color:var(--muted);text-align:left;background:transparent;border:0;border-radius:var(--radius);cursor:pointer;transition:color .16s ease,background .16s ease,transform .16s ease}.nav-item span{overflow:hidden;font-size:14px;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.nav-item svg:last-child{color:transparent}.nav-item:hover,.nav-item.active{color:var(--text);background:#eff6f8}.nav-item:hover svg:last-child,.nav-item.active svg:last-child{color:var(--muted)}.nav-item:active,.action-tile:active,.command-button:active,.icon-button:active{transform:translateY(1px)}.local-card{display:grid;gap:8px;margin-top:auto;padding:14px;background:#f5fbfa;border:1px solid #cfece7;border-radius:var(--radius)}.local-card svg{color:var(--teal)}.local-card strong{font-size:14px}.local-card span{color:var(--muted);font-size:12px;line-height:1.55}.workspace{min-width:0;padding:18px 22px 32px}.topbar{position:sticky;top:0;z-index:15;display:grid;grid-template-columns:auto auto minmax(240px,1fr) auto;gap:12px;align-items:center;padding:10px 0 16px;background:linear-gradient(180deg,var(--bg) 0%,rgba(245,247,251,.96) 80%,rgba(245,247,251,0) 100%)}.term-select,.search-box,.profile-chip,.model-pill,.command-button,.icon-button{border-radius:var(--radius)}.term-select{display:inline-flex;align-items:center;gap:8px;min-width:210px;height:40px;padding:0 10px;color:var(--muted);background:var(--surface);border:1px solid var(--line)}.term-select select{max-width:170px;color:var(--text);font-size:13px;font-weight:700;background:transparent;border:0;outline:0}.top-tabs{display:inline-flex;gap:4px;padding:4px;background:#ebf0f6;border-radius:var(--radius);scrollbar-width:none}.top-tabs button{height:32px;padding:0 10px;color:var(--muted);font-size:13px;font-weight:750;white-space:nowrap;background:transparent;border:0;border-radius:6px;cursor:pointer}.top-tabs button.active,.top-tabs button:hover{color:var(--text);background:var(--surface);box-shadow:0 1px 2px #0f172a0f}.search-box{display:grid;grid-template-columns:18px minmax(0,1fr);gap:8px;align-items:center;height:40px;padding:0 12px;color:var(--muted);background:var(--surface);border:1px solid var(--line)}.search-box input{min-width:0;color:var(--text);background:transparent;border:0;outline:0}.search-box input::placeholder{color:var(--subtle)}.top-actions{display:flex;gap:8px;align-items:center;justify-content:flex-end;scrollbar-width:none}.icon-button,.command-button{display:inline-flex;gap:7px;align-items:center;justify-content:center;height:36px;padding:0 11px;color:var(--text);font-size:13px;font-weight:750;background:var(--surface);border:1px solid var(--line);cursor:pointer;transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease}.icon-button{position:relative;width:36px;padding:0}.command-button:hover,.icon-button:hover{border-color:var(--line-strong);box-shadow:0 8px 20px #0f172a14}.command-button.primary,.modal-actions .primary{color:#fff;background:var(--text);border-color:var(--text)}.icon-button:disabled{cursor:progress;opacity:.55}.with-badge span{position:absolute;top:-5px;right:-5px;display:grid;min-width:16px;height:16px;padding:0 4px;color:#fff;font-size:10px;font-weight:800;place-items:center;background:var(--blue);border:2px solid var(--surface);border-radius:999px}.profile-chip{display:grid;grid-template-columns:8px auto;gap:3px 8px;align-items:center;min-width:126px;height:40px;padding:0 10px;background:var(--surface);border:1px solid var(--line)}.profile-chip strong{font-size:13px;line-height:1}.profile-chip small{grid-column:2;overflow:hidden;max-width:92px;color:var(--muted);font-size:11px;text-overflow:ellipsis;white-space:nowrap}.status-dot{grid-row:1 / 3;width:8px;height:8px;border-radius:999px}.status-dot.online{background:var(--teal);box-shadow:0 0 0 5px #0f9f8e1f}.status-dot.offline{background:var(--amber)}.dashboard-grid{display:grid;grid-template-columns:minmax(0,1fr) 382px;gap:18px}.primary-stack,.secondary-stack{display:grid;align-content:start;gap:18px;min-width:0}.panel{min-width:0;padding:18px;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);box-shadow:0 1px #0f172a08;scroll-margin-top:76px}.panel-head{display:flex;gap:14px;align-items:flex-start;justify-content:space-between;margin-bottom:16px}.panel-head h1,.panel-head h2{margin:0;letter-spacing:0}.panel-head h1{font-size:25px;line-height:1.22}.panel-head h2{font-size:18px}.panel-head p{margin:6px 0 0;color:var(--muted);font-size:12px;line-height:1.55}.toolbar{display:flex;gap:6px;align-items:center;flex-wrap:wrap;justify-content:flex-end}.toolbar button{height:32px;padding:0 9px;color:var(--muted);font-size:12px;font-weight:760;background:var(--surface-soft);border:1px solid var(--line);border-radius:var(--radius);cursor:pointer}.toolbar button.active{color:#fff;background:var(--text);border-color:var(--text)}.metric-row{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));margin-bottom:18px;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden}.metric{display:grid;gap:5px;min-height:92px;padding:13px;background:var(--surface);border-right:1px solid var(--line)}.metric:last-child{border-right:0}.metric span{color:var(--muted);font-size:12px;font-weight:750}.metric strong{font-size:25px;line-height:1}.metric small{color:var(--subtle);font-size:11px;font-weight:760}.positive{color:var(--teal-dark)!important}.negative{color:var(--red)!important}.chart-wrap{padding:10px 12px 8px;background:linear-gradient(180deg,#fbfdff,#f8fafc);border:1px solid var(--line);border-radius:var(--radius)}.trend-chart{display:block;width:100%;height:auto}.grid-line{stroke:#e2e8f0;stroke-width:1}.chart-line{fill:none;stroke:var(--teal);stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:600;stroke-dashoffset:600;filter:drop-shadow(0 4px 8px rgba(15,159,142,.22));animation:drawPath 1s ease-out forwards}.chart-dot{fill:#fff;stroke:var(--teal);stroke-width:3}.chart-labels{display:grid;grid-template-columns:repeat(8,1fr);gap:4px;color:var(--subtle);font-size:11px;font-weight:700;text-align:center}.score-foot{display:grid;grid-template-columns:18px minmax(0,1fr);gap:8px;align-items:start;margin-top:14px;padding:12px;color:#12413b;font-size:13px;line-height:1.6;background:var(--teal-soft);border:1px solid #c8ece6;border-radius:var(--radius)}.item-layout{display:grid;grid-template-columns:minmax(0,1fr) 318px;gap:16px}.data-table{display:grid;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden}.table-row{display:grid;grid-template-columns:minmax(130px,1.4fr) minmax(72px,.7fr) minmax(72px,.7fr) minmax(82px,.75fr) 78px;gap:10px;align-items:center;min-height:50px;padding:0 12px;color:var(--text);text-align:left;background:var(--surface);border:0;border-bottom:1px solid var(--line)}button.table-row{cursor:pointer}button.table-row:hover,button.table-row.active{background:#f0fdfa}.table-row:last-child{border-bottom:0}.table-head{min-height:36px;color:var(--muted);font-size:11px;font-weight:800;text-transform:uppercase;background:var(--surface-soft)}.table-row strong,.table-row small{display:block}.table-row strong{font-size:13px}.table-row small{margin-top:3px;color:var(--muted);font-size:11px}.row-link{display:inline-flex;gap:3px;align-items:center;justify-content:flex-end;color:var(--blue);font-size:12px;font-weight:760}.compare-panel{display:grid;gap:12px;align-content:start;padding:14px;background:var(--surface-soft);border:1px solid var(--line);border-radius:var(--radius)}.compare-title{display:flex;gap:10px;align-items:flex-start;justify-content:space-between}.compare-title span{font-size:17px;font-weight:800}.compare-title strong{color:var(--teal-dark);font-size:12px;text-align:right}.bar-line{display:grid;grid-template-columns:78px minmax(0,1fr) 32px;gap:10px;align-items:center}.bar-line span{color:var(--muted);font-size:12px;font-weight:760}.bar-line strong{font-size:12px;text-align:right}.bar-track{height:9px;background:#e2e8f0;border-radius:999px;overflow:hidden}.bar-fill{height:100%;border-radius:inherit;transform-origin:left;animation:growBar .6s ease-out both}.mini-bars{display:grid;grid-template-columns:repeat(28,1fr);gap:3px;align-items:end;height:66px;padding-top:8px;border-top:1px solid var(--line)}.mini-bars span{display:block;background:linear-gradient(180deg,var(--blue),#75d5c7);border-radius:3px 3px 0 0;opacity:.75}.compare-panel p{margin:0;color:var(--muted);font-size:12px;line-height:1.55}.action-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.action-tile{display:grid;grid-template-columns:24px minmax(0,1fr);gap:9px;align-items:center;min-height:54px;padding:0 12px;color:var(--text);text-align:left;background:var(--surface-soft);border:1px solid var(--line);border-radius:var(--radius);cursor:pointer;transition:border-color .16s ease,background .16s ease,transform .16s ease}.action-tile svg{color:var(--teal)}.action-tile span{overflow:hidden;font-size:13px;font-weight:760;text-overflow:ellipsis;white-space:nowrap}.action-tile:hover{background:#f0fdfa;border-color:#c5ebe5}.assistant-panel{border-color:#cfe0ff}.model-pill{display:inline-flex;gap:7px;align-items:center;height:30px;padding:0 9px;color:var(--muted);font-size:11px;font-weight:800;background:var(--surface-soft);border:1px solid var(--line)}.model-pill span{width:7px;height:7px;border-radius:999px}.model-pill.online span{background:var(--teal)}.model-pill.offline span{background:var(--amber)}.quick-prompts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-bottom:12px}.quick-prompts button{display:inline-flex;gap:7px;align-items:center;justify-content:center;height:34px;color:var(--blue);font-size:12px;font-weight:760;background:var(--blue-soft);border:1px solid #cfe0ff;border-radius:var(--radius);cursor:pointer}.chat-box{display:grid;gap:10px}.message{display:grid;grid-template-columns:18px minmax(0,1fr);gap:8px;align-items:flex-start;padding:11px;font-size:12px;line-height:1.6;border-radius:var(--radius)}.message.user{background:var(--surface-soft)}.message.ai{color:#123d37;background:var(--teal-soft);border:1px solid #c8ece6}.message.ai.loading{animation:softPulse 1.3s ease-in-out infinite}.ask-line{display:grid;grid-template-columns:minmax(0,1fr) 40px;gap:8px;margin-top:12px}.ask-line input{min-width:0;height:40px;padding:0 12px;color:var(--text);background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);outline:0}.ask-line input:focus{border-color:var(--blue);box-shadow:0 0 0 3px #2563eb1f}.ask-line button{display:grid;width:40px;height:40px;color:#fff;place-items:center;background:var(--text);border:0;border-radius:var(--radius);cursor:pointer}.ask-line button:disabled{cursor:progress;opacity:.7}.answer-state{display:inline-flex;gap:7px;align-items:center;margin-top:12px;color:var(--blue);font-size:12px;font-weight:800}.source-stack{display:grid;gap:6px;margin-top:10px}.source-stack span{overflow:hidden;padding:7px 8px;color:var(--muted);font-size:11px;text-overflow:ellipsis;white-space:nowrap;background:var(--surface-soft);border-radius:6px}.count-pill{display:grid;min-width:30px;height:30px;color:#fff;font-size:13px;font-weight:850;place-items:center;background:var(--text);border-radius:999px}.review-list{display:grid;gap:10px}.review-item{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:6px 10px;padding:12px;background:var(--surface-soft);border:1px solid var(--line);border-radius:var(--radius)}.review-item strong,.review-item span{display:block}.review-item strong{font-size:13px}.review-item span,.review-item p{color:var(--muted);font-size:12px}.review-item span{margin-top:3px}.review-item p{grid-column:1 / 3;margin:0;line-height:1.5}.review-item button{display:inline-flex;grid-column:1 / 3;gap:4px;align-items:center;justify-content:center;height:30px;color:var(--blue);font-size:12px;font-weight:800;background:#eef4ff;border:1px solid #cfe0ff;border-radius:var(--radius);cursor:pointer}.severity{height:22px;padding:3px 8px;font-size:11px;font-weight:850;border-radius:999px}.severity.high{color:var(--red);background:var(--red-soft)}.severity.medium{color:var(--amber);background:var(--amber-soft)}.severity.low{color:var(--blue);background:var(--blue-soft)}.doc-list{display:grid;gap:8px}.doc-list button{display:grid;grid-template-columns:18px minmax(0,1fr);gap:8px;align-items:center;min-height:36px;padding:8px 9px;color:var(--muted);text-align:left;background:var(--surface-soft);border:1px solid var(--line);border-radius:var(--radius);cursor:pointer}.doc-list span{overflow:hidden;font-size:12px;font-weight:720;text-overflow:ellipsis;white-space:nowrap}.drawer-backdrop,.modal-backdrop{position:fixed;inset:0;z-index:50;pointer-events:none;background:#0f172a00;transition:background .18s ease}.drawer-backdrop.open{pointer-events:auto;background:#0f172a3d}.knowledge-drawer{position:absolute;top:0;right:0;width:min(760px,92vw);height:100%;padding:22px;background:var(--surface);box-shadow:-24px 0 60px #0f172a2e;transform:translate(102%);transition:transform .22s ease}.drawer-backdrop.open .knowledge-drawer{transform:translate(0)}.drawer-head,.modal-head{display:flex;gap:16px;align-items:flex-start;justify-content:space-between}.drawer-head h2,.modal-head h2{margin:0;font-size:20px}.drawer-head p{margin:6px 0 0;color:var(--muted);font-size:13px}.drawer-grid{display:grid;grid-template-columns:250px minmax(0,1fr);gap:16px;margin-top:20px}.drawer-list{display:grid;gap:8px;align-content:start}.drawer-list button{display:grid;gap:6px;padding:12px;text-align:left;background:var(--surface-soft);border:1px solid var(--line);border-radius:var(--radius);cursor:pointer}.drawer-list button.active{background:#f0fdfa;border-color:#bfeae4}.drawer-list span{color:var(--blue);font-size:11px;font-weight:850}.drawer-list strong{font-size:13px}.doc-detail{min-width:0;padding:16px;background:var(--surface-soft);border:1px solid var(--line);border-radius:var(--radius)}.doc-detail h3{margin:8px 0 12px;font-size:20px}.doc-detail code{display:block;overflow:auto;padding:10px;color:#334155;font-size:12px;background:#edf2f7;border-radius:6px}.doc-detail p{color:var(--muted);font-size:13px;line-height:1.65}.doc-type{color:var(--teal-dark);font-size:12px;font-weight:850}.modal-backdrop{display:grid;pointer-events:auto;place-items:center;padding:18px;background:#0f172a47}.modal{width:min(560px,100%);padding:18px;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow)}.modal-body{margin-top:14px;color:var(--muted);font-size:13px;line-height:1.65}.modal-body pre{overflow:auto;padding:12px;color:#334155;background:var(--surface-soft);border:1px solid var(--line);border-radius:var(--radius)}.review-checklist{display:grid;gap:10px;margin-top:12px}.review-checklist label{display:flex;gap:8px;align-items:center}.modal-actions{display:flex;gap:10px;justify-content:flex-end;margin-top:16px}.modal-actions button{height:36px;padding:0 13px;font-size:13px;font-weight:800;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);cursor:pointer}.toast{position:fixed;right:22px;bottom:22px;z-index:70;max-width:min(420px,calc(100vw - 44px));padding:12px 14px;color:#fff;font-size:13px;font-weight:750;background:#0f172a;border-radius:var(--radius);box-shadow:var(--shadow)}@keyframes drawPath{to{stroke-dashoffset:0}}@keyframes growBar{0%{transform:scaleX(0)}to{transform:scaleX(1)}}@keyframes softPulse{50%{opacity:.72}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:1ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:1ms!important}}@media(max-width:1280px){.app-shell{grid-template-columns:88px minmax(0,1fr)}.sidebar{align-items:center;padding:18px 12px}.brand>span:last-child,.nav-item span,.nav-item svg:last-child,.local-card strong,.local-card span{display:none}.nav-item{grid-template-columns:1fr;justify-items:center;width:48px;padding:0}.local-card{width:48px;padding:12px 0;place-items:center}.dashboard-grid{grid-template-columns:1fr}.secondary-stack{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.knowledge-mini{grid-column:1 / 3}}@media(max-width:980px){.topbar{grid-template-columns:1fr}.top-actions,.top-tabs{justify-content:flex-start;overflow-x:auto}.metric-row,.item-layout,.secondary-stack,.drawer-grid{grid-template-columns:1fr}.knowledge-mini{grid-column:auto}.action-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:700px){.app-shell{display:block}.sidebar{position:static;flex-direction:row;width:100%;height:auto;overflow-x:auto;border-right:0;border-bottom:1px solid var(--line)}.nav-list{display:flex;min-width:max-content}.local-card{display:none}.workspace,.panel{padding:14px}.panel-head,.modal-actions{flex-direction:column;align-items:stretch}.panel-head h1{font-size:21px}.metric-row{border:0;gap:8px;overflow:visible}.metric{border:1px solid var(--line);border-radius:var(--radius)}.table-row{grid-template-columns:minmax(120px,1fr) 70px 70px;min-height:64px}.table-row span:nth-child(4),.table-row span:nth-child(5){display:none}.quick-prompts,.action-grid{grid-template-columns:1fr}}[hidden]{display:none!important}.platform-source{margin:14px 24px 0;color:#637b75;font-size:12px;line-height:1.6}.platform-error{margin:12px 24px;padding:14px;background:#fff0ed;color:#a1392c;border-radius:8px}.empty-platform{padding:32px 12px;line-height:1.8;color:#718680}.platform-comparison{display:flex;gap:20px;flex-wrap:wrap;padding:22px 8px;color:#2d554c;font-size:14px}.training-center{color:#182e3a;padding:24px;max-width:1500px;margin:auto}.training-center *{box-sizing:border-box}.tc-heading,.tc-toolbar,.tc-card-head,.tc-actions{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}.tc-heading h1{font-size:28px;margin:4px 0 10px}.tc-heading p,.tc-card p{line-height:1.7;margin:8px 0}.tc-eyebrow{color:#0c887d;font-size:12px;font-weight:700;letter-spacing:2px}.tc-view{display:flex;gap:4px;background:#e5eeec;border-radius:10px;padding:4px}.training-center button{display:inline-flex;justify-content:center;align-items:center;gap:7px;border:1px solid #c9dad8;background:#fff;color:#28453e;border-radius:8px;padding:10px 14px;font:inherit;font-size:13px;cursor:pointer}.training-center button:hover:not(:disabled){background:#e5f4ef}.training-center button:disabled{opacity:.5;cursor:not-allowed}.training-center .tc-primary,.tc-view button.active{background:#087c70;color:#fff;border-color:#087c70}.training-center .tc-primary:hover:not(:disabled){background:#05675d}.training-center label{display:flex;flex-direction:column;gap:7px;font-size:13px;color:#425a61;min-width:0}.training-center input,.training-center select,.training-center textarea{width:100%;min-width:0;background:#fff;border:1px solid #c7d9d6;border-radius:7px;padding:10px;color:#183d36;font:inherit}.training-center textarea{min-height:76px;resize:vertical;margin-bottom:14px}.training-center input:focus,.training-center select:focus,.training-center textarea:focus{outline:2px solid #71bdaf;outline-offset:1px}.tc-toolbar{margin:18px 0;justify-content:flex-start}.tc-toolbar label{flex:1;min-width:220px}.tc-note{display:flex;align-items:flex-start;gap:8px;color:#526d69;background:#edf5f2;padding:12px;border-radius:8px;font-size:13px;line-height:1.6;margin:12px 0}.tc-note svg{flex:none;margin-top:2px}.tc-card{background:#fff;border:1px solid #dce7e5;border-radius:12px;padding:22px;margin-bottom:18px;min-width:0}.tc-card h2{display:flex;align-items:center;gap:9px;font-size:17px;margin:0 0 15px}.tc-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.tc-grid .tc-card{margin-bottom:18px}.tc-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin:16px 0}.tc-metric{display:flex;flex-direction:column;gap:8px;border:1px solid #e0eae7;border-radius:9px;padding:15px;background:#f7fbf9;min-width:0}.tc-metric span,.tc-metric small{color:#647b76;font-size:12px;line-height:1.5}.tc-metric strong{color:#125d51;font-size:24px;overflow-wrap:anywhere}.tc-fields{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,170px),1fr));gap:14px;margin:16px 0}.tc-large{font-size:22px}.tc-plan{display:block;font-size:20px;color:#116b5d;line-height:1.7}.tc-ratios{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:12px 0}.tc-muted{font-size:12px;color:#778a87}.tc-error,.tc-success{padding:14px;border-radius:8px;margin:12px 0;background:#fff0ee;color:#a83b32;line-height:1.6}.tc-success{background:#e9f7ee;color:#246b43}.tc-table-wrap{overflow:auto}.training-center table{border-collapse:collapse;width:100%;font-size:13px;text-align:left}.training-center th,.training-center td{padding:12px 10px;border-bottom:1px solid #e5eeeb;white-space:nowrap}.training-center th{color:#607870;background:#f5f9f7}.tc-audit{padding-left:18px;font-size:13px;line-height:2;color:#526963}.training-center fieldset{border:0;padding:0;margin:0;min-width:0}.tc-actions{justify-content:flex-start;align-items:flex-end;margin-top:16px}.tc-actions small{color:#718881;max-width:300px;line-height:1.7}@media(max-width:1050px){.tc-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:700px){.training-center{padding:16px 10px}.tc-grid{grid-template-columns:1fr;gap:0}.tc-heading h1{font-size:24px}.tc-card{padding:16px}.tc-metric strong{font-size:20px}.tc-heading{align-items:flex-start}.tc-fields{grid-template-columns:repeat(2,minmax(0,1fr))}}:root{--bg:#f0f3e2;--text:#161714;--muted:#74776d;--subtle:#969a8d;--line:#e8e9e2;--surface-soft:#f6f7f1;--teal:#3c5734;--teal-dark:#30442b;--teal-soft:#f0f6dd;--blue:#414639;--blue-soft:#f0eedf;--radius:20px;--shadow:none;--lime:#e1f4b0;--lavender:#d9bced;--sky:#c5dfe7;--yellow:#fcf4a4;--display:Arial,"Arial Black","Microsoft YaHei",sans-serif}html{scroll-behavior:smooth;scroll-padding-top:30px;background:var(--bg)}body{background:var(--bg);font-family:Arial,PingFang SC,Microsoft YaHei,sans-serif;color:var(--text)}button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button:disabled{cursor:wait;opacity:.55}button:focus-visible,a:focus-visible{outline:3px solid #677e32;outline-offset:4px}input:focus-visible,select:focus-visible,textarea:focus-visible{outline:2px solid #677e32;outline-offset:2px}.app-shell{display:block;max-width:1536px;min-height:calc(100vh - 96px);margin:48px auto;padding:0;background:#fff;border-radius:32px;overflow:clip}.workspace{padding:32px 48px 40px;min-width:0}.editorial-header{margin-bottom:54px}.header-main{display:flex;align-items:center;gap:24px;min-height:64px}.editorial-brand{display:flex;align-items:center;gap:0;font-family:var(--display);font-size:29px;font-weight:950;letter-spacing:-1.8px;white-space:nowrap;background:none;border:0;padding:0}.editorial-brand span{font-style:italic}.editorial-brand svg{width:24px;height:24px;margin-left:3px}.editorial-nav{display:flex;align-items:center;justify-content:center;flex:1;border:1px solid #f0f0eb;border-radius:99px;padding:5px 12px;min-width:0}.editorial-nav button{position:relative;border:0;background:none;white-space:nowrap;font-size:13px;padding:13px 15px;color:#929489;transition:color .18s}.editorial-nav button+button:before{content:"";position:absolute;left:0;top:50%;width:3px;height:3px;background:#1b1c17;border-radius:50%}.editorial-nav button:hover,.editorial-nav button.active{color:#141610}.editorial-nav button.active{font-weight:700}.editorial-tools{display:flex;align-items:center;gap:5px}.header-icon{display:grid;place-items:center;position:relative;width:42px;height:42px;flex:none;border:1px solid #f0f0eb;background:#fff;border-radius:50%;transition:background .18s}.header-icon:hover{background:#f3f5e9}.notification-dot{position:absolute;right:10px;top:8px;background:#adc864;border:2px solid white;border-radius:50%;width:9px;height:9px}.editorial-profile{display:flex;align-items:center;gap:9px;border:1px solid #f0f0eb;border-radius:40px;background:#fff;padding:5px 15px 5px 5px;margin-left:5px;white-space:nowrap}.editorial-profile>span{display:grid;place-items:center;width:32px;height:32px;border-radius:50%;background:#e9e8d9;font-size:12px;font-weight:700}.editorial-profile b{font-weight:400;font-size:13px;color:#676a61}.editorial-search{display:flex;align-items:center;gap:12px;background:#f5f7ee;border-radius:18px;padding:10px 16px;margin-top:16px}.editorial-search input{min-width:0;flex:1;border:0;background:transparent;height:36px;font-size:14px}.editorial-search button{display:flex;align-items:center;gap:5px;border:0;background:transparent;font-size:13px;white-space:nowrap}.eyebrow{display:block;font-size:10px;letter-spacing:1.5px;font-weight:700;color:#7d8174}.editorial-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:25px}.editorial-heading h1{font-family:var(--display);font-weight:950;font-size:clamp(30px,3.45vw,54px);letter-spacing:-2.1px;line-height:1.05;margin:9px 0 0}.editorial-heading h1>span{color:#a9bf73}.pill-button{display:inline-flex;align-items:center;justify-content:space-between;gap:25px;min-height:51px;flex:none;font-size:13px;border:0;background:#f1f2ee;border-radius:20px;padding:0 23px;transition:background .2s}.pill-button:hover{background:var(--lime)}.movement-grid{display:grid;grid-template-columns:43fr 33fr 24fr;grid-template-rows:350px 238px;gap:9px}.movement-grid article,.movement-grid>.recovery-story{min-width:0;position:relative;overflow:hidden;border-radius:29px}.card-meta{display:flex;gap:9px;align-items:center;font-size:11px;line-height:1.4}.card-meta b{font-size:10px;letter-spacing:.7px}.card-meta>span{font-size:11px;color:#4e5941}.movement-feature{grid-column:1;grid-row:1/3;background:#c8dfe3}.movement-feature>img{width:100%;height:100%;object-fit:cover;object-position:center 44%;filter:saturate(.72);transition:transform .65s}.movement-feature:hover>img{transform:scale(1.025)}.floating-label{position:absolute;display:flex;gap:9px;align-items:center;left:20px;top:20px;padding:12px 15px;border-radius:30px;font-size:12px;background:#ffffffb5;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.floating-label svg{fill:#e5eea8;stroke:#42533a}.vertical-caption{position:absolute;right:16px;top:38px;writing-mode:vertical-rl;font-size:9px;font-weight:700;letter-spacing:2px;color:#273c42}.feature-caption{position:absolute;bottom:0;left:0;width:85%;border:0;background:#fff;border-radius:0 28px 0 0;text-align:left;padding:19px 25px 6px 0;min-height:143px}.feature-caption:before{content:"";width:28px;height:28px;position:absolute;left:0;top:-28px;background:radial-gradient(circle at 100% 0,transparent 28px,white 29px)}.feature-caption:after{content:"";width:28px;height:28px;position:absolute;right:-28px;bottom:0;background:radial-gradient(circle at 100% 0,transparent 28px,white 29px)}.feature-caption .card-meta{padding-left:2px;font-size:10px}.feature-caption strong{display:block;margin-top:13px;font-size:34px;font-weight:900;letter-spacing:-1px;line-height:1.26}.feature-arrow{position:absolute;right:22px;bottom:16px}.coach-story{grid-column:2;grid-row:1;background:var(--lime);display:flex;flex-direction:column}.coach-story:before{content:"";position:absolute;width:330px;height:330px;right:-150px;top:-20px;border:50px solid #edfac654;border-radius:50%;pointer-events:none}.coach-story-body{padding:26px 23px 13px;flex:1;position:relative}.coach-story .card-meta{gap:10px}.coach-story .card-meta>span{display:inline-flex;align-items:center;gap:5px;font-size:10px}.live-dot{display:inline-block;width:5px;height:5px;border-radius:50%;background:#4f7228}.live-dot.offline{background:#a36b2d}.coach-story h2{font-family:var(--display);font-size:clamp(28px,2.6vw,40px);line-height:1.04;letter-spacing:-1.4px;font-weight:950;margin:26px 0 10px}.coach-chinese{font-size:16px;font-weight:700;margin:0 0 10px;letter-spacing:.2px}.story-description{max-width:310px;margin:0;font-size:12px;line-height:1.7;color:#4b543e}.story-link{display:flex;align-items:center;justify-content:space-between;gap:10px;background:none;border:0;border-top:1px solid #95ab62;min-height:47px;text-align:left;padding:0 23px;font-size:12px;font-weight:700;position:relative}.story-link:hover{background:#f1ffd947}.cutout-arrow{position:absolute;right:0;top:0;width:48px;height:48px;display:grid;place-items:center;border-radius:50%;border:5px solid white;background:var(--lime);z-index:2;box-shadow:0 0 0 4px #fff}.cutout-arrow:hover{background:#d5ec90}.progress-story{grid-column:3;grid-row:1;background:var(--sky);padding:27px 22px;display:flex;flex-direction:column}.progress-kicker{font-size:11px;color:#607b82;margin-top:28px}.progress-story h2{font-family:var(--display);font-size:clamp(24px,2.05vw,32px);font-weight:950;letter-spacing:-1px;line-height:1.07;margin:9px 0 14px}.progress-number{display:flex;align-items:center;gap:10px;position:relative;z-index:1}.progress-number strong{font-size:70px;letter-spacing:-4px;line-height:1;font-weight:800}.progress-number>span{font-size:11px;line-height:1.8;color:#516e76}.progress-link{margin-top:auto;z-index:1;display:flex;align-items:center;justify-content:space-between;width:100%;border:0;border-top:1px solid #97b8c1;background:transparent;font-size:12px;padding:13px 0 0}.progress-lines{position:absolute;inset:180px -60px -95px 25%;transform:rotate(-18deg);opacity:.3}.progress-lines span{display:block;border:1px solid #69929f;border-radius:50%;position:absolute;inset:0}.progress-lines span:nth-child(2){inset:15px}.progress-lines span:nth-child(3){inset:30px}.progress-lines span:nth-child(4){inset:45px}.progress-lines span:nth-child(5){inset:60px}.recovery-story{grid-column:2;grid-row:2;text-align:left;padding:22px;border:0;display:flex;flex-direction:column;justify-content:space-between;color:#fff;background:#b19b8e}.recovery-story>img,.recovery-shade{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:50% 58%}.recovery-shade{background:linear-gradient(180deg,#17141524 0%,transparent 35%,#30281c99 100%)}.recovery-story .card-meta,.recovery-caption{position:relative;z-index:1}.recovery-story .card-meta>span{color:#ffffffd4;font-size:10px}.recovery-caption{display:flex;align-items:flex-end;justify-content:space-between;gap:10px}.recovery-caption strong{font-size:23px;line-height:1.4;font-weight:800}.round-white{display:grid;place-items:center;width:42px;height:42px;border-radius:50%;background:#fffe;color:#141911;flex:none}.explore-story{grid-column:3;grid-row:2;background:var(--lavender);padding:19px 17px 20px;display:flex;flex-direction:column;justify-content:space-between}.topic-cloud{display:flex;flex-wrap:wrap;gap:7px;justify-content:center}.topic-cloud button{display:inline-flex;align-items:center;gap:5px;padding:11px 13px;border:0;border-radius:50px;background:var(--yellow);font-size:11px;white-space:nowrap;transition:transform .15s}.topic-cloud button:hover{transform:translateY(-2px)}.topic-count{font-size:9px;display:grid;place-items:center;background:#e5d976;width:16px;height:16px;border-radius:50%}.explore-bottom{display:flex;align-items:center;justify-content:space-between;gap:10px;background:none;border:0;padding:4px 2px 0;text-align:left}.explore-bottom strong{font-size:14px}.flower-arrow{position:relative;display:grid;place-items:center;width:44px;height:44px;border-radius:50%;background:#fff;box-shadow:7px 0 var(--yellow),-7px 0 var(--yellow),0 7px var(--yellow),0 -7px var(--yellow);margin-right:6px}.editorial-footnote{display:flex;justify-content:space-between;gap:10px;margin-top:21px;color:#919588;font-size:10px;letter-spacing:1.1px}.editorial-footnote>span:first-child{display:flex;align-items:center;gap:7px;letter-spacing:.5px}.editorial-footnote i{width:5px;height:5px;border-radius:50%;background:#9cb169}.platform-source{display:flex;gap:12px;align-items:center;margin:39px 0 18px;font-size:11px;color:#858a7a;border-top:1px solid var(--line);padding-top:26px}.source-badge{padding:5px 10px;border-radius:30px;background:#f3f4ed;color:#686d5a;white-space:nowrap}.platform-error{margin:10px 0 24px}.dashboard-grid{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(320px,1fr);gap:18px}.primary-stack,.secondary-stack{display:flex;flex-direction:column;gap:18px;min-width:0}.panel{padding:26px;border:1px solid var(--line);box-shadow:none;border-radius:25px;background:#fff;min-width:0}.panel-head{gap:15px;margin-bottom:20px;flex-wrap:wrap}.panel-head h2{font-size:21px;font-weight:850;letter-spacing:-.4px;margin:5px 0 0}.panel-head p{font-size:12px;line-height:1.6;margin-top:7px;color:#888c80}.panel-head.compact{align-items:center}.toolbar{flex-wrap:wrap;gap:5px}.toolbar button{font-size:11px;border-radius:50px;border:0;background:#f2f4ec;padding:7px 10px}.toolbar button.active{background:#dfeebd;color:#27341c}.metric-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:15px;border:0;padding:5px 0 16px}.metric{border:0;border-right:0!important;padding:0 5px}.metric>span{font-size:11px;color:#7b8171}.metric strong{font-size:31px;color:#22271c;letter-spacing:-1.5px}.metric small{font-size:10px;color:#89917e}.empty-platform{font-size:12px;padding:24px 10px;border-radius:15px;background:#f6f7f1}.score-foot{border-top:0;background:#f4f7eb;border-radius:15px;font-size:12px;line-height:1.6;padding:13px;color:#626e51}.score-foot svg{flex:none;color:#76894c}.platform-comparison{font-size:12px;color:#4e5743;padding:15px 0;gap:14px}.action-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.action-tile{border:0;background:#f3f5ea;border-radius:15px;min-height:53px}.action-tile span{font-size:12px}.action-tile:hover{background:#e5efca}.action-tile svg{color:#525e36}.command-button{border-radius:40px;font-size:11px;background:#f4f5ed;border-color:transparent}.command-button.primary,.modal-actions .primary{background:#202719;color:#fff}.assistant-panel{background:#f5f8ed;border-color:#eef1e6}.model-pill{font-size:10px;border:0;background:#e7eecf;border-radius:30px;max-width:100%;overflow-wrap:anywhere}.quick-prompts{grid-template-columns:repeat(2,minmax(0,1fr))}.quick-prompts button{border:0;background:#e6efce;color:#4c5a35;font-size:11px;border-radius:30px}.message{font-size:12px;padding:13px;border-radius:15px}.message.ai{background:#fff;border:0;color:#3c4434;line-height:1.9;overflow-wrap:anywhere}.message.user{background:#e9edde;color:#606951}.coach-answer{min-width:0}.coach-answer.plain{white-space:pre-wrap}.coach-answer.structured{display:grid;gap:10px;width:100%;line-height:1.62}.answer-intro{display:grid;gap:6px;padding:10px 11px;background:#f7f8f1;border-radius:14px;color:#5c6651}.answer-intro p{margin:0}.answer-section{display:grid;gap:10px;padding:11px;background:#fbfcf7;border:1px solid #edf0e4;border-radius:16px}.answer-section header{display:grid;grid-template-columns:28px minmax(0,1fr);gap:9px;align-items:center}.answer-section header span{display:grid;place-items:center;width:28px;height:28px;border-radius:50%;background:#e5efc9;color:#485b2f;font-size:10px;font-weight:850}.answer-section header strong{font-size:14px;line-height:1.35;color:#202719}.answer-groups{display:grid;gap:8px}.answer-group{display:grid;gap:6px}.answer-group b{width:max-content;max-width:100%;padding:3px 8px;border-radius:999px;background:#f0f2e7;color:#667052;font-size:10px;line-height:1.2}.answer-group ul{display:grid;gap:5px;margin:0;padding:0;list-style:none}.answer-group li{position:relative;padding-left:13px;color:#47503e;font-size:12px;line-height:1.7}.answer-group li:before{content:"";position:absolute;left:1px;top:.78em;width:5px;height:5px;border-radius:50%;background:#afc46e}.answer-group code,.answer-intro code{padding:1px 5px;border-radius:6px;background:#eef2e3;color:#344425;font-family:SFMono-Regular,Consolas,monospace;font-size:.92em}.ask-line input{border-color:#dce4cb;background:#fff;border-radius:40px;font-size:12px}.ask-line button{border-radius:50%;background:#252b1c}.answer-state{font-size:10px;font-weight:400;color:#7e896b}.review-panel{background:#f6f1fa;border:0}.review-item{background:#ffffff9c;border:0;border-radius:14px}.review-item button{background:#e9dbf3;color:#5d3f72;border:0;border-radius:10px}.count-pill{background:#cdb1e4;color:#38234a}.knowledge-mini{background:#f4f6f5}.doc-list button{background:#fff;border:0;border-radius:10px}.site-footer{display:flex;align-items:center;gap:20px;margin:0 48px;padding:26px 0 32px;border-top:1px solid var(--line)}.site-footer>strong{display:flex;align-items:center;font-size:19px;font-weight:900;letter-spacing:-1px}.site-footer>strong span{font-style:italic}.site-footer>span{font-size:11px;color:#95988d}.site-footer button{margin-left:auto;background:none;border:0;font-size:11px;color:#757b6b}.training-center{padding:12px 0 0;color:#252b20}.tc-eyebrow{color:#7f8e5c}.tc-heading h1{font-size:35px;letter-spacing:-1px;font-weight:850}.tc-heading p{font-size:13px;color:#7c8571}.tc-view{border-radius:50px;background:#f0f3e4;padding:5px}.training-center button{border-radius:30px;border-color:#e3e9d4;color:#414e30;font-size:12px}.training-center .tc-primary,.tc-view button.active{background:#ddefad;border-color:#ddefad;color:#25321b}.training-center .tc-primary:hover:not(:disabled){background:#cee58e}.training-center input,.training-center select,.training-center textarea{border-radius:12px;border-color:#e3e6d9;background:#fafbf6;color:#303b22}.tc-card{border-color:#e7eadd;border-radius:22px;padding:24px}.tc-metric{border:0;border-radius:20px;background:#eef4de;padding:20px}.tc-metric:nth-child(2){background:#e7f0f3}.tc-metric:nth-child(3){background:#efe5f5}.tc-metric:nth-child(4){background:#faf4d3}.tc-metric strong{color:#2c3423;font-size:29px}.tc-note{border-radius:14px;background:#f2f5e8;color:#707c5e}.tc-plan{color:#4d6334}.training-center th{background:#f4f6eb}.training-center th,.training-center td{border-color:#e7eadf}.knowledge-drawer{border-radius:28px 0 0 28px;overflow-y:auto}.drawer-list button{border-radius:15px}.drawer-list button.active{background:#eaf2d5;border-color:#d5e3b1}.doc-detail{border-radius:18px}.modal{border-radius:25px}.modal-backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.toast{background:#242b1c;color:#fff;border-radius:40px}.is-spinning{animation:editorial-spin 1.3s linear infinite}@keyframes editorial-spin{to{transform:rotate(360deg)}}@media(min-width:1700px){.app-shell{margin:68px auto}.workspace{padding:38px 56px 48px}.editorial-header{margin-bottom:65px}.movement-grid{grid-template-rows:395px 263px}.coach-story-body{padding:30px}.coach-story h2{font-size:45px}.coach-chinese{font-size:19px}.story-description{font-size:13px}.story-link{min-height:53px;padding:0 30px}.progress-story{padding:30px}.feature-caption strong{font-size:39px}.feature-caption{min-height:166px}.topic-cloud button{font-size:12px;padding:13px 16px}}@media(max-width:1580px){.app-shell{margin:35px 4vw}.workspace{padding:28px 36px 35px}.header-main{gap:18px}.editorial-nav button{padding:12px;font-size:12px}.editorial-brand{font-size:26px}.editorial-tools{gap:3px}.header-icon{width:36px;height:36px}.editorial-profile{padding-right:10px}.secondary-tool{display:none}.site-footer{margin:0 36px}.coach-story-body{padding:25px 20px 10px}.coach-story h2{font-size:36px}.topic-cloud{gap:6px}.topic-cloud button{padding:10px 11px}}@media(max-width:1200px){.app-shell{margin:24px}.workspace{padding:25px}.header-main{flex-wrap:wrap;justify-content:space-between;row-gap:15px}.editorial-nav{order:3;flex-basis:100%;justify-content:space-around}.editorial-header{margin-bottom:32px}.editorial-nav button{flex:1}.editorial-heading h1{font-size:39px}.movement-grid{grid-template-columns:40fr 35fr 25fr;grid-template-rows:350px 230px}.coach-story h2{font-size:32px}.coach-chinese{font-size:14px}.story-description{font-size:11px}.progress-story{padding:24px 17px}.progress-story h2{font-size:25px}.feature-caption strong{font-size:31px}.explore-story{padding:17px 12px}.topic-cloud button{font-size:10px;padding:9px}.recovery-caption strong{font-size:21px}.dashboard-grid{grid-template-columns:minmax(0,1.2fr) minmax(300px,1fr)}.panel{padding:22px}.site-footer{margin:0 25px}}@media(max-width:900px){.movement-grid{grid-template-columns:1.1fr 1fr;grid-template-rows:350px 210px 225px}.movement-feature{grid-column:1;grid-row:1/3}.coach-story{grid-column:2;grid-row:1}.progress-story{grid-column:2;grid-row:2;display:grid;grid-template-columns:1fr auto;gap:5px 10px;padding:20px}.progress-story .card-meta{grid-column:1/3}.progress-kicker{display:none}.progress-story h2{font-size:25px;margin:10px 0;align-self:center}.progress-number{grid-column:2;grid-row:2;gap:8px}.progress-number strong{font-size:52px}.progress-number>span{font-size:9px}.progress-link{grid-column:1/3}.progress-lines{inset:65px -35px -90px 40%}.recovery-story{grid-column:1;grid-row:3}.explore-story{grid-column:2;grid-row:3;padding:22px}.topic-cloud button{padding:12px 15px;font-size:11px}.dashboard-grid{grid-template-columns:1fr}.secondary-stack{display:grid;grid-template-columns:1fr 1fr}.assistant-panel{grid-column:1/3}.quick-prompts{grid-template-columns:repeat(4,minmax(0,1fr))}.editorial-heading h1{font-size:33px}.pill-button{padding:0 17px;gap:12px;font-size:12px}.metric-row{grid-template-columns:repeat(5,minmax(0,1fr))}}@media(max-width:600px){html{scroll-padding-top:12px}.app-shell{margin:12px;border-radius:24px;min-height:calc(100vh - 24px)}.workspace{padding:21px 17px 25px}.header-main{gap:16px 8px}.editorial-brand{font-size:24px}.editorial-brand svg{width:20px}.editorial-tools{gap:3px}.header-icon{width:32px;height:32px}.editorial-profile{margin-left:0;padding:0;border:0}.editorial-profile>span{width:30px;height:30px;font-size:11px}.editorial-profile>b{display:none}.editorial-tools>.header-icon:nth-of-type(3){display:none}.editorial-nav{border:0;border-radius:0;overflow-x:auto;justify-content:flex-start;margin:0 -3px;padding:4px 0 9px;scrollbar-width:none;flex-basis:calc(100% + 6px)}.editorial-nav button{flex:none;padding:9px 12px;font-size:12px}.editorial-nav button:first-child{padding-left:3px}.editorial-nav button+button:before{width:2px;height:2px}.editorial-header{margin-bottom:23px}.editorial-heading{align-items:flex-start;gap:13px;flex-direction:column;margin-bottom:18px}.editorial-heading .eyebrow{font-size:8px;letter-spacing:1.1px}.editorial-heading h1{font-size:clamp(25px,7.4vw,39px);letter-spacing:-1.3px;white-space:nowrap;margin-top:8px}.pill-button{min-height:38px;border-radius:14px;font-size:11px;gap:21px;padding:0 15px}.pill-button svg{width:18px}.movement-grid{grid-template-columns:1fr 1fr;grid-template-rows:440px auto 205px 220px;gap:9px}.movement-grid article,.movement-grid>.recovery-story{border-radius:24px}.movement-feature{grid-column:1/3;grid-row:1}.movement-feature>img{object-position:50% 45%}.feature-caption{width:80%;min-height:122px;padding-top:16px;border-radius:0 24px 0 0}.feature-caption strong{font-size:29px;margin-top:8px}.feature-caption .card-meta b{font-size:9px}.feature-caption .card-meta>span{font-size:9px}.feature-arrow{right:17px;bottom:15px}.floating-label{left:15px;top:15px;font-size:11px;padding:10px 13px}.vertical-caption{font-size:8px;right:13px}.coach-story{grid-column:1/3;grid-row:2;min-height:315px}.coach-story-body{padding:24px 23px 20px}.coach-story h2{font-size:39px;margin:21px 0 12px}.coach-chinese{font-size:17px}.story-description{font-size:12px;max-width:100%}.story-link{min-height:48px;padding:0 23px}.progress-story{grid-column:1/3;grid-row:3;padding:22px 23px}.progress-story h2{font-size:29px}.progress-number strong{font-size:68px}.progress-number>span{font-size:10px}.recovery-story{grid-column:1;grid-row:4;padding:15px}.recovery-story>.card-meta{display:block}.recovery-story .card-meta>span{display:block;margin-top:4px;font-size:9px}.recovery-caption{align-items:flex-start;flex-direction:column;gap:9px}.recovery-caption strong{font-size:17px}.round-white{width:31px;height:31px}.round-white svg{width:18px}.explore-story{grid-column:2;grid-row:4;padding:15px 10px}.topic-cloud{gap:5px}.topic-cloud button{font-size:9px;padding:8px 9px}.topic-count{width:13px;height:13px;font-size:8px}.explore-bottom{padding:0 4px;gap:5px}.explore-bottom strong{font-size:11px}.flower-arrow{width:30px;height:30px;margin-right:5px;box-shadow:4px 0 var(--yellow),-4px 0 var(--yellow),0 4px var(--yellow),0 -4px var(--yellow)}.flower-arrow svg{width:18px}.editorial-footnote{font-size:8px;letter-spacing:.1px;margin-top:17px}.editorial-footnote>span:last-child{font-size:7px}.platform-source{font-size:9px;gap:7px;padding-top:22px;margin:27px 0 18px;flex-wrap:wrap}.source-badge{padding:5px 8px}.panel{padding:19px;border-radius:22px}.panel-head h2{font-size:21px}.panel-head .eyebrow{font-size:9px}.panel-head{flex-direction:row;align-items:center}.metric-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 10px}.metric{padding:0;border:0}.metric strong{font-size:29px}.metric small{font-size:9px}.secondary-stack{display:flex}.quick-prompts{grid-template-columns:repeat(2,minmax(0,1fr))}.site-footer{margin:0 17px;padding:22px 0;gap:8px;flex-wrap:wrap}.site-footer>span{font-size:9px}.site-footer>strong{font-size:17px}.site-footer button{font-size:9px}.training-center{padding:0}.tc-heading h1{font-size:29px}.tc-card{padding:18px}.tc-metric{padding:14px;border-radius:17px}.tc-metric strong{font-size:23px}.tc-heading p,.training-center label{font-size:12px}.training-center input,.training-center select,.training-center textarea{font-size:16px}.editorial-search{gap:6px;padding:8px 10px}.editorial-search input{font-size:16px}.editorial-search button[type=submit]{font-size:10px}.knowledge-drawer{width:94vw;padding:20px}.drawer-grid{grid-template-columns:1fr}.doc-detail code{overflow-wrap:anywhere}.modal{width:calc(100vw - 32px)}.action-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.drawer-backdrop{visibility:hidden}.drawer-backdrop.open{visibility:visible}@media(min-width:1201px){.editorial-nav{justify-content:space-around}.editorial-nav button{flex:1;font-size:13px;padding-left:10px;padding-right:10px}}@media(max-width:600px){.progress-story h2{font-size:22px}.progress-number strong{font-size:56px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}}
