*{box-sizing:border-box}html,body{margin:0;padding:0;overflow-x:hidden}body{background:var(--cream);font-family:var(--font-body);color:var(--ink);-webkit-font-smoothing:antialiased}button{font-family:var(--font-body);cursor:pointer}a{color:var(--orange);text-decoration:none}:root{--cxw-pad: 32px;--cxw-gap: 24px;--cxw-card-pad: 20px;--cxw-row-pad: 14px;--cxw-header-h: 68px;--cxw-sider-w: 248px}.cx-eyebrow{font-family:var(--font-body);font-weight:600;font-size:12px;line-height:16px;letter-spacing:.22em;text-transform:uppercase;color:var(--orange-deep)}.cx-pinyin{font-family:var(--font-body);font-weight:400;font-size:var(--type-caption-size);line-height:var(--type-caption-line);font-style:italic;color:var(--ink-soft)}.cx-teacher-note{font-family:var(--font-display);font-weight:400;font-size:16px;line-height:24px;font-style:italic}.cx-hanzi{font-family:var(--font-hanzi);color:var(--ink)}.cxw-shell{display:flex;height:100vh;background:var(--cream);overflow:hidden}.cxw-main{flex:1;min-width:0;height:100vh;overflow-y:auto;display:flex;flex-direction:column}.cxw-content{flex:1;padding:var(--cxw-pad);max-width:1320px;width:100%;margin:0 auto}.cxw-sider{width:var(--cxw-sider-w);flex-shrink:0;background:var(--navy);display:flex;flex-direction:column;height:100vh}.cxw-sider-logo{padding:28px 24px 20px;display:flex;align-items:center;gap:12px}.cxw-sider-logo img{display:block}.cxw-sider-nav{flex:1;display:flex;flex-direction:column;gap:2px;padding:12px 0}.cxw-nav-item{display:flex;align-items:center;gap:14px;padding:12px 24px;border:none;background:transparent;color:var(--on-dark-66);font-size:14.5px;font-weight:500;text-align:left;border-left:3px solid transparent;transition:background .15s ease,color .15s ease}.cxw-nav-item:hover{background:var(--on-dark-06);color:var(--on-dark-92)}.cxw-nav-item.active{background:var(--gold-tint-14);border-left-color:var(--orange);color:var(--on-dark)}.cxw-nav-item.active .cxw-icon{color:var(--orange)}.cxw-sider-foot{padding:20px 24px 24px;border-top:1px solid var(--on-dark-10)}.cxw-sider-saying{font-family:var(--font-hanzi);font-size:15px;color:var(--on-dark-80);letter-spacing:.12em}.cxw-sider-saying-en{font-family:var(--font-display);font-style:italic;font-size:12.5px;color:var(--on-dark-45);margin-top:4px;line-height:17px}.cxw-topnav{position:sticky;top:0;z-index:40;background:var(--cream);border-bottom:1px solid var(--border);display:flex;align-items:center;gap:8px;padding:0 var(--cxw-pad);height:var(--cxw-header-h)}.cxw-topnav-tabs{display:flex;align-items:center;gap:4px;margin-left:28px;flex:1;min-width:0;overflow-x:auto;scrollbar-width:none}.cxw-topnav-tabs::-webkit-scrollbar{display:none}.cxw-tab{border:none;background:transparent;padding:8px 14px;border-radius:var(--radius-full);font-size:14px;font-weight:500;color:var(--ink-soft);white-space:nowrap;transition:background .15s ease,color .15s ease}.cxw-tab:hover{background:var(--navy-tint-5);color:var(--ink)}.cxw-tab.active{background:var(--navy);color:var(--on-dark)}.cxw-header{height:var(--cxw-header-h);display:flex;align-items:center;gap:16px;padding:0 var(--cxw-pad);background:var(--cream);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:40}.cxw-header-title{font-family:var(--font-display);font-size:21px;font-weight:500;color:var(--navy)}.cxw-header-spacer{flex:1}.cxw-iconbtn{position:relative;width:40px;height:40px;border-radius:var(--radius-full);border:1px solid var(--border);background:var(--white);display:inline-flex;align-items:center;justify-content:center;color:var(--ink);transition:background .15s ease}.cxw-iconbtn:hover{background:var(--cream-deep)}.cxw-today-btn{height:32px;padding:0 14px;border-radius:var(--radius-full);border:1px solid var(--border);background:var(--white);color:var(--orange);font-family:var(--font-body);font-weight:600;font-size:13px;transition:background .15s ease}.cxw-today-btn:hover{background:var(--orange-tint-4)}.cxw-iconbtn .dot{position:absolute;top:9px;right:10px;width:7px;height:7px;border-radius:99px;background:var(--orange);border:1.5px solid var(--white)}.cxw-avatar{width:36px;height:36px;border-radius:var(--radius-full);background:var(--gold-tint-18);color:var(--navy);display:inline-flex;align-items:center;justify-content:center;font-weight:600;font-size:14px;flex-shrink:0}.cxw-avatar.navy{background:var(--navy);color:var(--on-dark)}.cxw-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-md);padding:var(--cxw-card-pad)}.cxw-card.flat{background:transparent;border:none;padding:0}.cxw-card.highlight{background:var(--orange-tint-4);border-color:var(--orange-tint-25)}.cxw-card-title{font-family:var(--font-body);font-weight:600;font-size:15px;color:var(--ink);margin:0}.cxw-card-head{display:flex;align-items:baseline;justify-content:space-between;gap:12px;margin-bottom:14px}.cxw-link{background:none;border:none;padding:0;color:var(--orange);font-size:13.5px;font-weight:500}.cxw-link:hover{text-decoration:underline}.cxw-grid{display:grid;gap:var(--cxw-gap)}.cxw-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:var(--radius-md);font-size:14.5px;font-weight:600;padding:11px 22px;border:1px solid transparent;transition:background .15s ease,border-color .15s ease;white-space:nowrap}.cxw-btn.primary{background:var(--orange);color:var(--white)}.cxw-btn.primary:hover{background:var(--orange-deep)}.cxw-btn.navy{background:var(--navy);color:var(--on-dark)}.cxw-btn.navy:hover{background:var(--navy-hover)}.cxw-btn.quiet{background:var(--white);color:var(--ink);border-color:var(--border)}.cxw-btn.quiet:hover{background:var(--cream-deep)}.cxw-btn.ghost{background:transparent;color:var(--ink-soft)}.cxw-btn.ghost:hover{background:var(--navy-tint-5);color:var(--ink)}.cxw-btn:disabled{opacity:var(--o-disabled);cursor:default}.cxw-chip{display:inline-flex;align-items:center;gap:6px;border-radius:var(--radius-full);font-size:12px;font-weight:600;padding:4px 10px;white-space:nowrap}.cxw-chip.sage{background:var(--sage-tint-16);color:var(--sage-deep)}.cxw-chip.gold{background:var(--gold-tint-18);color:var(--gold-deep)}.cxw-chip.danger{background:var(--danger-tint-10);color:var(--danger)}.cxw-chip.navy{background:var(--navy-tint-5);color:var(--ink)}.cxw-chip.live{background:var(--orange-tint-12);color:var(--orange-deep)}.cxw-pulse{width:8px;height:8px;border-radius:99px;background:var(--orange);position:relative;flex-shrink:0}.cxw-pulse:after{content:"";position:absolute;top:-4px;right:-4px;bottom:-4px;left:-4px;border-radius:99px;background:var(--orange);opacity:.35;animation:cxw-breathe 2.4s ease-in-out infinite}@keyframes cxw-breathe{0%,to{transform:scale(.7);opacity:.35}50%{transform:scale(1.15);opacity:.12}}@media (prefers-reduced-motion: reduce){.cxw-pulse:after{animation:none}}.cxw-greet{display:flex;align-items:baseline;justify-content:space-between;gap:24px;flex-wrap:wrap;padding:calc(var(--cxw-pad) * .5) 0 18px}.cxw-greet-name{font-family:var(--font-display);font-weight:500;font-size:clamp(30px,3.4vw,46px);line-height:1.1;letter-spacing:-.01em;color:var(--navy);margin:0;display:flex;align-items:baseline;gap:14px;flex-wrap:wrap}.cxw-greet-pin{font-family:var(--font-body);font-style:italic;font-weight:400;font-size:.4em;color:var(--ink-soft)}.cxw-greet-date{font-size:13.5px;color:var(--ink-soft);white-space:nowrap}.cxw-greet-right{display:flex;align-items:center;gap:14px;flex-wrap:wrap}.cxw-xinai-pill{display:inline-flex;align-items:center;gap:8px;height:36px;padding:4px 14px 4px 4px;border-radius:var(--radius-full);border:1px solid var(--border);background:var(--white);font-family:var(--font-body);font-weight:600;font-size:13.5px;color:var(--ink);cursor:pointer;transition:background .15s ease,border-color .15s ease}.cxw-xinai-pill:hover{background:var(--orange-tint-4);border-color:var(--orange-tint-25)}.cxw-xinai-pill-icon{flex-shrink:0;width:20px;height:20px;border-radius:var(--radius-sm);background:var(--orange);color:var(--white);display:inline-flex;align-items:center;justify-content:center;position:relative}.cxw-xinai-pill-icon:after{content:"";position:absolute;top:50%;left:50%;width:26px;height:26px;margin:-13px 0 0 -13px;border-radius:var(--radius-sm);background:var(--orange);opacity:.3;animation:cxw-breathe 2.4s ease-in-out infinite}@media (prefers-reduced-motion: reduce){.cxw-xinai-pill-icon:after{animation:none}}.cxw-xinai-pill-dot{width:6px;height:6px;border-radius:99px;background:var(--orange);flex-shrink:0}.cxw-hero-card{position:relative;background:var(--white);border:1px solid var(--border);border-left:4px solid var(--gold);border-radius:var(--radius-md);padding:24px 28px;margin-bottom:var(--cxw-gap);display:flex;align-items:center;justify-content:space-between;gap:28px;flex-wrap:wrap}.cxw-hero-card.has-class{border-left-color:var(--orange)}.cxw-hero-body{display:flex;align-items:flex-start;gap:22px;min-width:0;flex:1 1 420px}.cxw-hero-card h1{font-family:var(--font-display);font-weight:500;font-size:clamp(26px,3vw,40px);line-height:1.12;letter-spacing:-.01em;color:var(--navy);margin:8px 0 12px;text-wrap:pretty}.cxw-hero-sub{font-size:14px;color:var(--ink-soft);line-height:1.5;max-width:560px;margin:0;text-wrap:pretty}.cxw-hero-icon{position:relative;flex-shrink:0;margin-top:4px;width:52px;height:52px;border-radius:14px;background:var(--white);border:1px solid var(--border);box-shadow:var(--shadow-card);color:var(--orange-deep);display:flex;align-items:center;justify-content:center}.cxw-hero-icon:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;border-radius:14px;background:var(--white);border:1px solid var(--border);transform:rotate(-7deg)}.cxw-hero-meta{display:flex;align-items:center;gap:10px;flex-wrap:wrap;color:var(--ink-soft);font-size:14.5px}.cxw-hero-meta .sep{color:var(--border)}.cxw-hero-live{display:inline-flex;align-items:center;gap:8px;color:var(--orange-deep);font-weight:600}.cxw-hero-soon{display:inline-flex;align-items:center;gap:7px;color:var(--ink);font-weight:600}.cxw-hero-actions{display:flex;align-items:flex-start;gap:12px;flex-shrink:0}.cxw-join-stack{display:flex;flex-direction:column;align-items:center;gap:7px}.cxw-hero-cap{font-size:12px;color:var(--ink-soft);text-align:center;max-width:168px;line-height:1.35}.cxw-dash-hw{display:flex;align-items:center;gap:16px;width:100%;text-align:left;background:var(--white);border:1px solid var(--border);border-left:4px solid var(--orange);border-radius:var(--radius-md);padding:16px 20px;margin-bottom:var(--cxw-gap);cursor:pointer;transition:background .15s ease;font-family:var(--font-body)}.cxw-dash-hw:hover{background:var(--orange-tint-4)}.cxw-dash-hw-icon{flex-shrink:0;width:40px;height:40px;border-radius:var(--radius-sm);background:var(--orange-tint-14);color:var(--orange-deep);display:flex;align-items:center;justify-content:center}.cxw-dash-hw-body{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.cxw-dash-hw-title{font-size:15px;font-weight:600;color:var(--navy)}.cxw-dash-hw-sub{font-size:13px;color:var(--ink-soft);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cxw-dash-hw-link{flex-shrink:0;display:inline-flex;align-items:center;gap:5px;color:var(--orange);font-size:13.5px;font-weight:500;white-space:nowrap}.cxw-rows{display:flex;flex-direction:column}.cxw-row{display:flex;align-items:center;gap:14px;padding:var(--cxw-row-pad) 0;border-top:1px solid var(--border);transition:background .15s ease}.cxw-row:hover{background:var(--orange-tint-4)}.cxw-row:first-child{border-top:none}.cxw-dateblock{width:46px;height:50px;border-radius:var(--radius-sm);background:var(--navy-tint-5);display:flex;flex-direction:column;align-items:center;justify-content:center;flex-shrink:0}.cxw-dateblock .m{font-size:10px;font-weight:600;letter-spacing:.14em;color:var(--orange-deep)}.cxw-dateblock .d{font-family:var(--font-display);font-size:19px;font-weight:600;color:var(--navy);line-height:1.1}.cxw-dateblock.today{background:var(--navy)}.cxw-dateblock.today .d{color:var(--on-dark)}.cxw-row-main{flex:1;min-width:0}.cxw-row-title{font-size:14.5px;font-weight:600;color:var(--ink);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cxw-row-sub{font-size:13px;color:var(--ink-soft);margin-top:2px}.cxw-rhythm{display:flex;gap:7px;flex-wrap:wrap;margin:6px 0 10px}.cxw-rhythm .tick{width:14px;height:14px;border-radius:4px}.cxw-rhythm .tick.present{background:var(--bamboo-sage)}.cxw-rhythm .tick.late{background:var(--gold)}.cxw-rhythm .tick.missed{background:var(--danger-soft-55)}.cxw-rhythm .tick.excused{background:var(--ink-soft)}.cxw-rhythm .tick.upcoming{background:var(--navy-tint-8)}.cxw-cal{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-md);overflow:hidden}.cxw-cal-head{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));border-bottom:1px solid var(--border);background:var(--cream-deep)}.cxw-cal-head div{padding:9px 12px;font-size:11px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--ink-soft)}.cxw-cal-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr))}.cxw-cal-cell{min-width:0;min-height:104px;border-top:1px solid var(--border);border-left:1px solid var(--border);padding:8px 8px 10px;background:var(--white);text-align:left;border-right:none;border-bottom:none;font-family:var(--font-body);display:flex;flex-direction:column;gap:5px;transition:background .15s ease;position:relative}.cxw-cal-grid .cxw-cal-cell:nth-child(7n+1){border-left:none}.cxw-cal-grid .cxw-cal-cell:nth-child(-n+7){border-top:none}button.cxw-cal-cell:hover{background:var(--orange-tint-4)}.cxw-cal-cell.muted{background:var(--cream)}.cxw-cal-cell.holiday{background:var(--gold-tint-8)}.cxw-cal-cell.selected{background:var(--gold-tint-14);box-shadow:inset 0 0 0 1.5px var(--orange);border-radius:2px;z-index:1}.cxw-cal-daynum{font-size:13px;font-weight:500;color:var(--ink-soft);width:26px;height:26px;display:inline-flex;align-items:center;justify-content:center;border-radius:99px}.cxw-cal-cell .cxw-cal-daynum.today{background:var(--navy);color:var(--on-dark);font-weight:600}.cxw-cal-evt{font-size:11.5px;font-weight:500;padding:3px 7px;border-radius:5px;background:var(--navy-tint-5);color:var(--ink);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:flex;align-items:center;gap:5px}.cxw-cal-evt .t{color:var(--ink-soft);font-weight:600;font-size:10.5px}.cxw-cal-evt.live{background:var(--orange-tint-14);color:var(--orange-deep)}.cxw-cal-evt.past{opacity:.62}.cxw-cal-evt .st{width:6px;height:6px;border-radius:99px;flex-shrink:0}.cxw-cal-evt .st.present{background:var(--bamboo-sage)}.cxw-cal-evt .st.late{background:var(--gold)}.cxw-cal-evt .st.missed{background:var(--danger)}.cxw-cal-evt .st.excused{background:var(--ink-soft)}.cxw-cal-holiday,.cxw-cal-bday{font-size:11.5px;font-weight:500;padding:3px 7px;border-radius:5px;display:flex;align-items:center;gap:6px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cxw-cal-holiday{background:var(--gold-tint-18);color:var(--gold-deep)}.cxw-cal-bday{background:var(--orange-tint-12);color:var(--orange-deep)}.cxw-cal-holiday .dot,.cxw-cal-bday .dot{width:6px;height:6px;border-radius:99px;flex-shrink:0}.cxw-cal-holiday .dot{background:var(--gold-deep)}.cxw-cal-bday .dot{background:var(--orange)}.cxw-daypanel-date{font-family:var(--font-display);font-size:30px;font-weight:500;color:var(--navy);line-height:1.1}.cxw-holiday-name{font-family:var(--font-display);font-weight:500;font-size:22px;color:var(--navy);margin:8px 0 4px;line-height:1.15}.cxw-holiday-copy{font-size:13.5px;color:var(--ink-soft);line-height:20px;margin:6px 0 0;text-wrap:pretty}.cxw-bday-note{background:var(--navy);border-radius:var(--radius-md);padding:22px 22px 24px}.cxw-bday-hanzi{font-family:var(--font-hanzi);font-size:34px;font-weight:600;color:var(--gold);line-height:1.1;margin-top:10px}.cxw-bday-pinyin{font-family:var(--font-display);font-style:italic;font-size:14px;color:var(--on-dark-65);margin-top:6px}.cxw-bday-body{font-family:var(--font-body);font-size:14px;line-height:22px;color:var(--on-dark-92);margin:16px 0 0;text-wrap:pretty}.cxw-bday-sign{font-family:var(--font-body);font-size:13px;color:var(--on-dark-70);margin-top:16px}.cxw-bday-mark{font-family:var(--font-hanzi);color:var(--orange)}.cxw-table-scroll{overflow-x:auto;-webkit-overflow-scrolling:touch}.cxw-table{width:100%;border-collapse:collapse}.cxw-table th{text-align:left;font-size:11px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--ink-soft);padding:10px 12px;border-bottom:1px solid var(--border)}.cxw-table td{padding:var(--cxw-row-pad) 12px;font-size:14px;border-bottom:1px solid var(--border)}.cxw-table tr:last-child td{border-bottom:none}.cxw-table tbody tr{transition:background .15s ease}.cxw-table tbody tr:hover{background:var(--orange-tint-4)}.cxw-stat-num{font-family:var(--font-display);font-size:34px;font-weight:500;color:var(--navy);line-height:1.1}.cxw-stat-label{font-size:12px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--ink-soft);margin-bottom:8px}.cxw-progress{height:5px;border-radius:99px;background:var(--navy-tint-8);overflow:hidden}.cxw-progress span{display:block;height:100%;border-radius:99px;background:var(--orange)}.cxw-pop{position:absolute;top:calc(100% + 10px);right:0;width:390px;max-width:calc(100vw - 32px);background:var(--white);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-elevated);z-index:60;overflow:hidden}.cxw-pop-head{display:flex;align-items:center;justify-content:space-between;padding:14px 18px;border-bottom:1px solid var(--border)}.cxw-pop-list{max-height:420px;overflow-y:auto}.cxw-pop-item{display:flex;gap:12px;padding:13px 18px;border-bottom:1px solid var(--border);transition:background .15s ease;cursor:pointer}.cxw-pop-item:last-child{border-bottom:none}.cxw-pop-item:hover{background:var(--orange-tint-4)}.cxw-pop-item .unread{width:7px;height:7px;border-radius:99px;background:var(--orange);margin-top:6px;flex-shrink:0}.cxw-pop-item .read-spacer{width:7px;flex-shrink:0}.cxw-scrim{position:fixed;top:0;right:0;bottom:0;left:0;background:var(--scrim-28);display:flex;align-items:center;justify-content:center;z-index:100;padding:24px;animation:cxw-fade .18s ease-out}@keyframes cxw-fade{0%{opacity:0}to{opacity:1}}.cxw-modal{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-elevated);width:560px;max-width:100%;max-height:calc(100vh - 48px);overflow-y:auto;animation:cxw-rise .22s ease-out}@keyframes cxw-rise{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}@media (prefers-reduced-motion: reduce){.cxw-scrim,.cxw-modal{animation:none}}.cxw-sheet{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-elevated);width:420px;max-width:100%;max-height:calc(100vh - 48px);overflow-y:auto;animation:cxw-rise .22s ease-out}@media (max-width: 720px){.cxw-scrim.cxw-scrim-sheet{align-items:flex-end;padding:0}.cxw-sheet{width:100%;border-radius:var(--radius-lg) var(--radius-lg) 0 0;max-height:calc(100vh - 64px);animation:cxw-slide-up .22s ease-out}}@keyframes cxw-slide-up{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:none}}@media (prefers-reduced-motion: reduce){.cxw-sheet{animation:none}}.cxw-camera{border-radius:var(--radius-md);background:var(--navy);aspect-ratio:16 / 9;display:flex;flex-direction:column;gap:10px;align-items:center;justify-content:center;color:var(--on-dark-65);overflow:hidden;position:relative}.cxw-camera video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.cxw-toggle-pill{display:inline-flex;align-items:center;gap:8px;border-radius:var(--radius-full);border:1px solid var(--border);background:var(--white);padding:9px 16px;font-size:13.5px;font-weight:600;color:var(--ink);transition:background .15s ease,border-color .15s ease}.cxw-toggle-pill.off{background:var(--navy-tint-5);color:var(--ink-soft)}.cxw-login{min-height:100vh;background:var(--cream-deep);display:flex;flex-direction:column;align-items:center;justify-content:center;padding:32px;position:relative;overflow:hidden}.cxw-login-enso{position:absolute;width:720px;height:720px;right:-180px;bottom:-200px;opacity:.05;pointer-events:none}.cxw-login-card{width:440px;max-width:100%;background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);padding:44px 40px 36px;box-shadow:var(--shadow-card);position:relative;text-align:center}.cxw-input{width:100%;border:1px solid var(--border);border-radius:var(--radius-md);padding:13px 16px;font-size:15px;font-family:var(--font-body);color:var(--ink);background:var(--cream);outline:none;transition:border-color .15s ease,box-shadow .15s ease}.cxw-input:focus{border-color:var(--orange);box-shadow:0 0 0 3px var(--orange-tint-14);background:var(--white)}.cxw-input::placeholder{color:var(--ink-soft);opacity:.65}.cxw-set-row{width:100%;display:flex;align-items:center;gap:14px;padding:15px 0;border:none;background:transparent;border-top:1px solid var(--border);text-align:left;font-size:14.5px;color:var(--ink);transition:background .15s ease}.cxw-set-row:first-child{border-top:none}.cxw-set-row:hover{background:var(--orange-tint-4)}.cxw-set-icon{width:36px;height:36px;border-radius:var(--radius-sm);background:var(--navy-tint-5);display:inline-flex;align-items:center;justify-content:center;color:var(--navy);flex-shrink:0}.cxw-goal-enso{position:absolute;right:-14px;bottom:-34px;width:130px;opacity:.07;pointer-events:none;-webkit-user-select:none;user-select:none}.cxw-pill{border:1px solid var(--border);background:var(--white);border-radius:var(--radius-full);padding:9px 16px;font-size:13.5px;font-weight:500;color:var(--ink);transition:border-color .15s ease,background .15s ease,color .15s ease}.cxw-pill:hover{background:var(--cream-deep)}.cxw-pill.on{border-color:var(--orange);background:var(--orange-tint-10);color:var(--orange-deep);font-weight:600}.cxw-pill.gold-on{border-color:var(--gold);background:var(--gold-tint-18);color:var(--gold-deep);font-weight:600}.cxw-journey{display:grid;grid-template-columns:repeat(var(--cxw-journey-cols, 6),minmax(0,1fr));margin-top:6px}.cxw-journey-step{display:flex;flex-direction:column;align-items:center;text-align:center;gap:5px;min-width:0}.cxw-journey-track{display:flex;align-items:center;width:100%}.cxw-journey-track .line{flex:1;height:2px;background:var(--bamboo-sage)}.cxw-journey-track .line.ahead{background:var(--border)}.cxw-journey-track .line.hidden{background:transparent}.cxw-journey-track .node{width:30px;height:30px;border-radius:99px;flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;font-size:13px;font-weight:600}.cxw-journey-track .node.done{background:var(--sage-tint-16);color:var(--sage-deep)}.cxw-journey-track .node.current{background:var(--navy);color:var(--on-dark);box-shadow:0 0 0 3px var(--orange-tint-25)}.cxw-journey-track .node.ahead{background:var(--white);color:var(--ink-soft);border:1.5px dashed var(--border)}.cxw-journey-track .node.ahead.goal{border:1.5px solid var(--gold);background:var(--gold-tint-18);color:var(--gold-deep)}.cxw-journey-step .lvl{font-size:12.5px;font-weight:600;color:var(--ink);margin-top:3px}.cxw-journey-step .lvl.ahead{color:var(--ink-soft);font-weight:500}.cxw-journey-step .note{font-size:11.5px;color:var(--ink-soft)}@media (max-width: 720px){.cxw-journey{grid-template-columns:repeat(3,minmax(0,1fr));row-gap:18px}.cxw-journey .cxw-journey-track .line{background:transparent}}.cxw-grammar-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:6px}.cxw-grammar-eyebrow{display:inline-flex;align-items:center;gap:6px}.cxw-grammar-title{font-family:var(--font-display);font-weight:500;font-size:28px;line-height:1.2;color:var(--navy);margin:10px 0 6px}.cxw-grammar-title-zh{font-size:21px;margin-bottom:14px}.cxw-grammar-desc{font-size:14.5px;font-style:italic;color:var(--ink-soft);line-height:1.5;margin:0 0 18px;text-wrap:pretty}.cxw-grammar-rule{background:var(--cream-deep);border-radius:var(--radius-md);padding:14px 18px;font-size:15px;font-weight:500;color:var(--ink);text-align:center;margin-bottom:20px}.cxw-grammar-example{padding-bottom:18px;margin-bottom:18px;border-bottom:1px solid var(--border)}.cxw-grammar-example-zh{font-size:22px;margin-bottom:4px}.cxw-grammar-example-en{font-size:14px;color:var(--ink-soft);margin-top:4px}.cxw-grammar-foot{display:flex;align-items:center;gap:14px;flex-wrap:wrap}.cxw-grammar-like{display:inline-flex;align-items:center;gap:6px;background:var(--white);border:1px solid var(--border);border-radius:var(--radius-full);padding:8px 14px;font-size:13.5px;font-weight:600;color:var(--ink);flex-shrink:0}.cxw-grammar-like:hover{background:var(--cream-deep)}.cxw-grammar-like.liked{color:var(--orange-deep);border-color:var(--orange-tint-25);background:var(--orange-tint-10)}.cxw-grammar-caption{font-size:13px;color:var(--ink-soft);flex:1;min-width:160px}.cxw-grammar-foot .cxw-btn{margin-left:auto}.cxw-empty{text-align:center;padding:36px 24px}.cxw-empty img{width:64px;opacity:.4;margin:0 auto 14px;display:block}.cxw-empty img.cxw-empty-illo{width:96px;height:96px;opacity:1}.cxw-spinner{width:26px;height:26px;border-radius:99px;border:2.5px solid var(--navy-tint-8);border-top-color:var(--orange);animation:cxw-spin .8s linear infinite;margin:0 auto}@keyframes cxw-spin{to{transform:rotate(360deg)}}.cxw-center-fill{min-height:40vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px}.cxw-mobilebar-wrap{display:none}.cxw-col-span-8{grid-column:span 8}.cxw-col-span-4{grid-column:span 4}.cxw-grid-12{grid-template-columns:repeat(12,minmax(0,1fr))}.cxw-grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.cxw-grid-cal{grid-template-columns:minmax(0,1fr) 330px;align-items:start}@media (max-width: 1080px){.cxw-sider{display:none}.cxw-topnav-tabs{margin-left:12px}.cxw-grid-cal{grid-template-columns:minmax(0,1fr)}}@media (min-width: 1081px){.cxw-topnav{display:none}}@media (max-width: 1080px){.cxw-header{display:none}}@media (max-width: 860px){:root{--cxw-pad: 20px}.cxw-grid-12{grid-template-columns:minmax(0,1fr)}.cxw-col-span-8,.cxw-col-span-4{grid-column:auto}.cxw-grid-3{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 720px){.cxw-hero-actions{flex-direction:column;align-items:stretch;width:100%;flex-shrink:1}.cxw-hero-actions .cxw-btn,.cxw-join-stack,.cxw-join-stack .cxw-btn{width:100%}.cxw-table-scroll .cxw-table{min-width:560px}.cxw-topnav-tabs{display:none}.cxw-mobilebar-wrap{display:block;position:fixed;left:0;right:0;bottom:0;z-index:50}.cxw-mobilebar{display:flex;background:var(--white);border-top:1px solid var(--border);padding:6px 8px calc(6px + env(safe-area-inset-bottom))}.cxw-mobilebar a,.cxw-mobilebar button{flex:1;border:none;background:transparent;display:flex;flex-direction:column;align-items:center;gap:3px;padding:7px 0;font-size:10.5px;font-weight:600;color:var(--ink-soft);border-radius:var(--radius-sm);font-family:inherit;cursor:pointer}.cxw-mobilebar a.active,.cxw-mobilebar button.active{color:var(--orange-deep)}.cxw-mobilebar-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:var(--scrim-28);z-index:49;animation:cxw-fade .18s ease-out}.cxw-mobilebar-sheet{background:var(--white);border-top:1px solid var(--border);border-radius:16px 16px 0 0;box-shadow:var(--shadow-elevated);overflow:hidden;animation:cxw-rise .22s ease-out}.cxw-mobilebar-sheet a{display:flex;align-items:center;gap:12px;padding:13px 18px;font-size:14px;font-weight:600;color:var(--ink);border-bottom:1px solid var(--border)}.cxw-mobilebar-sheet a:last-child{border-bottom:none}.cxw-mobilebar-sheet a.active{color:var(--orange-deep)}@media (prefers-reduced-motion: reduce){.cxw-mobilebar-backdrop,.cxw-mobilebar-sheet{animation:none}}.cxw-content{padding-bottom:96px}.cxw-grid-3{grid-template-columns:minmax(0,1fr)}.cxw-cal-cell{min-height:64px;padding:5px}.cxw-cal-evt{font-size:0;padding:0;width:8px;height:8px;border-radius:99px;background:var(--orange);align-self:flex-start}.cxw-cal-evt .t,.cxw-cal-evt .st{display:none}}.cxw-hw-bar{display:flex;align-items:center;justify-content:space-between;gap:14px;flex-wrap:wrap;margin-bottom:var(--cxw-gap)}.cxw-hw-tabs{display:inline-flex;background:var(--navy);border-radius:var(--radius-full);padding:3px;gap:2px}.cxw-hw-tabs button{border:none;background:transparent;cursor:pointer;color:var(--on-dark-66);font-size:13px;font-weight:600;padding:7px 16px;border-radius:var(--radius-full);transition:color .16s ease,background .16s ease}.cxw-hw-tabs button.active{background:var(--white);color:var(--navy)}.cxw-hw-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:var(--cxw-gap)}.cxw-hw-card{position:relative;overflow:hidden;transition:transform .18s ease,box-shadow .18s ease}.cxw-hw-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-card-hover)}@media (prefers-reduced-motion: reduce){.cxw-hw-card:hover{transform:none}}.cxw-hw-accent{position:absolute;top:0;left:0;right:0;height:3px;background:var(--orange)}.cxw-hw-card-top{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:12px}.cxw-hw-level{font-size:11.5px;font-weight:600;letter-spacing:.02em;color:var(--ink-soft);background:var(--navy-tint-5);border-radius:var(--radius-full);padding:4px 10px}.cxw-hw-title{font-family:var(--font-display);font-weight:500;font-size:22px;color:var(--navy);margin:0 0 4px}.cxw-hw-sub{font-size:13px;color:var(--ink-soft);margin-bottom:14px}.cxw-hw-instr{background:var(--cream-deep);border-left:3px solid var(--gold);border-radius:0 var(--radius-sm) var(--radius-sm) 0;padding:12px 14px;font-size:13.5px;line-height:21px;color:var(--ink);text-wrap:pretty}.cxw-hw-attach{display:inline-flex;align-items:center;gap:7px;margin-top:12px;font-weight:500}.cxw-hw-actions{display:flex;align-items:center;gap:14px;flex-wrap:wrap;margin-top:16px}.cxw-hw-hint{display:inline-flex;align-items:center;gap:6px;font-size:12.5px;color:var(--ink-soft)}.cxw-hw-submitted{margin-top:16px}.cxw-hw-submitted>div:first-child{display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:600;color:var(--sage-deep)}.cxw-hw-feedback{margin-top:8px;padding:10px 12px;background:var(--navy-tint-5);border-radius:var(--radius-md);font-family:var(--font-display);font-style:italic;font-size:13px;line-height:19px;color:var(--ink)}.cxw-hw-modal-title{font-family:var(--font-display);font-weight:500;font-size:24px;color:var(--navy);margin:6px 0 2px}.cxw-hw-drop{width:100%;cursor:pointer;display:flex;flex-direction:column;align-items:center;gap:6px;border:1.5px dashed var(--border);border-radius:var(--radius-md);background:var(--cream);padding:30px 18px;color:var(--ink-soft);transition:border-color .16s ease,background .16s ease}.cxw-hw-drop:hover{border-color:var(--orange);background:var(--orange-tint-4);color:var(--orange-deep)}.cxw-hw-drop-title{font-size:14px;font-weight:600;color:var(--navy)}.cxw-hw-drop-sub{font-size:12.5px}.cxw-hw-files{display:flex;flex-direction:column;gap:8px}.cxw-hw-file{display:flex;align-items:center;gap:11px;border:1px solid var(--border);border-radius:var(--radius-sm);padding:10px 12px;background:var(--white);animation:cxw-rise .18s ease}.cxw-hw-file-ic{color:var(--orange-deep);display:inline-flex}.cxw-hw-file-meta{flex:1;min-width:0;display:flex;flex-direction:column}.cxw-hw-file-name{font-size:13.5px;font-weight:500;color:var(--navy);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cxw-hw-file-size{font-size:12px;color:var(--ink-soft)}.cxw-hw-file-x{border:none;background:none;cursor:pointer;color:var(--ink-soft);padding:4px;border-radius:var(--radius-sm);display:inline-flex}.cxw-hw-file-x:hover{background:var(--cream-deep);color:var(--danger)}.cxw-hw-addmore{display:inline-flex;align-items:center;gap:7px;align-self:flex-start;border:none;background:none;cursor:pointer;color:var(--orange);font-size:13px;font-weight:500;padding:4px 0}.cxw-hw-sizerow{display:flex;justify-content:space-between;font-size:12.5px;color:var(--ink-soft);margin:14px 0 6px}.cxw-hw-sizerow .over{color:var(--danger);font-weight:600}.cxw-hw-sizebar{height:6px;border-radius:99px;background:var(--navy-tint-8);overflow:hidden}.cxw-hw-sizebar span{display:block;height:100%;border-radius:99px;background:var(--sage-deep);transition:width .25s ease}.cxw-hw-sizebar.over span{background:var(--danger)}.cxw-hw-overmsg{margin-top:8px;font-size:12.5px;line-height:18px;color:var(--danger)}.cxw-hw-rejected{margin-top:12px;font-size:12.5px;line-height:18px;color:var(--danger)}.cxw-hw-sending{height:3px;border-radius:99px;margin-top:10px;background:var(--orange-tint-25);overflow:hidden;position:relative}.cxw-hw-sending:after{content:"";position:absolute;top:0;left:0;height:100%;width:40%;border-radius:99px;background:var(--orange);animation:cxw-hw-slide 1.1s ease-in-out infinite}@keyframes cxw-hw-slide{0%{left:-40%}to{left:100%}}@media (prefers-reduced-motion: reduce){.cxw-hw-sending:after{animation:none;width:100%;left:0}}.cxw-hw-success{padding:34px 26px 24px;text-align:center}.cxw-hw-check{display:inline-flex;align-items:center;justify-content:center;width:58px;height:58px;border-radius:var(--radius-full);background:var(--sage-tint-16);color:var(--sage-deep);margin-bottom:14px;animation:cxw-hw-pop .32s cubic-bezier(.2,.9,.3,1.3)}@keyframes cxw-hw-pop{0%{transform:scale(.6);opacity:0}to{transform:scale(1);opacity:1}}@media (prefers-reduced-motion: reduce){.cxw-hw-check{animation:none}}.cxw-hw-success-title{font-family:var(--font-display);font-weight:500;font-size:22px;color:var(--navy);margin-bottom:8px}.cxw-hw-success-sub{font-size:13px;line-height:20px;color:var(--ink-soft);text-wrap:pretty}.cxw-cal-hw{width:6px;height:6px;border-radius:99px;background:var(--gold-deep);align-self:flex-start;margin-top:2px}.cxw-hw-legend{display:inline-flex;align-items:center;gap:14px;font-size:12px;color:var(--ink-soft)}.cxw-hw-legend span{display:inline-flex;align-items:center;gap:6px}.cxw-hw-legend i{width:8px;height:8px;border-radius:99px;display:inline-block}.cxw-billing-stat-sub{font-size:12.5px;color:var(--ink-soft);margin-top:4px}.cxw-billing-row-sub{font-size:12px;color:var(--ink-soft);margin-top:2px}.cxw-billing-row-sub.danger{color:var(--danger);font-weight:600}.cxw-billing-grid{display:grid;grid-template-columns:minmax(0,1fr) 300px;align-items:start;gap:var(--cxw-gap)}.cxw-billing-rail-col{position:sticky;top:var(--cxw-pad, 24px)}.cxw-billing-rail{background:var(--navy);border-color:var(--navy);color:var(--on-dark);text-align:center;padding:26px 22px}.cxw-billing-rail-label{font-size:12px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--on-dark-66)}.cxw-billing-rail-amount{font-family:var(--font-display);font-size:30px;color:var(--on-dark);margin:6px 0 12px}.cxw-billing-rail-title{font-family:var(--font-display);font-weight:500;font-size:18px;color:var(--on-dark);margin:10px 0 6px}.cxw-billing-rail-body{font-size:13px;line-height:19px;color:var(--on-dark-66);text-wrap:pretty}.cxw-billing-warning{font-size:12.5px;line-height:18px;color:var(--ink-soft);background:var(--gold-tint-8);border-radius:var(--radius-sm);padding:10px 12px;margin-bottom:14px}.cxw-billing-warning.danger{background:var(--danger-tint-10);color:var(--danger)}.cxw-billing-payment-actions{display:flex;gap:10px;flex-wrap:wrap}.cxw-billing-payment-actions .cxw-btn{flex:1;justify-content:center;min-width:160px}.cxw-billing-note-label{display:block;font-size:12.5px;font-weight:600;color:var(--navy);margin:14px 0 6px}.cxw-billing-note{width:100%;resize:vertical;font-family:inherit;font-size:13.5px;color:var(--navy);border:1px solid var(--border);border-radius:var(--radius-sm);padding:10px 12px}.cxw-billing-note:focus{outline:none;border-color:var(--orange)}.cxw-payment-section-label{font-size:12px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--ink-soft);margin-bottom:10px}.cxw-payment-card{border-color:var(--orange);background:var(--orange-tint-4)}.cxw-payment-head{display:flex;align-items:flex-start;gap:12px}.cxw-payment-radio{flex-shrink:0;width:18px;height:18px;margin-top:1px;border-radius:var(--radius-full);border:2px solid var(--orange);display:inline-flex;align-items:center;justify-content:center}.cxw-payment-radio-dot{width:8px;height:8px;border-radius:var(--radius-full);background:var(--orange)}.cxw-payment-head-text{flex:1;min-width:0}.cxw-payment-head-title{font-weight:600;font-size:15px;color:var(--navy)}.cxw-payment-head-sub{font-size:12.5px;color:var(--ink-soft);margin-top:2px}.cxw-payment-badge{display:flex;flex-direction:column;align-items:flex-end;gap:6px;font-size:12px;font-weight:700;letter-spacing:.03em;color:var(--ink-soft);flex-shrink:0}.cxw-payment-badge-logo{height:28px;width:auto}.cxw-payment-divider{height:1px;background:var(--orange-tint-25);margin:16px 0}.cxw-payment-fields{display:flex;flex-direction:column;margin-bottom:14px}.cxw-payment-field{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:12px 0;border-bottom:1px solid var(--orange-tint-25)}.cxw-payment-field:last-child{border-bottom:none}.cxw-payment-field-text{display:flex;flex-direction:column;gap:3px;min-width:0}.cxw-payment-field-label{font-size:11.5px;color:var(--ink-soft)}.cxw-payment-field-value{font-family:var(--font-display);font-size:16px;font-weight:600;color:var(--navy);overflow-wrap:anywhere}.cxw-payment-copy{flex-shrink:0;display:inline-flex;align-items:center;gap:6px;border:1px solid var(--border);background:var(--white);color:var(--navy);font-size:12.5px;font-weight:600;padding:7px 13px;border-radius:var(--radius-full);cursor:pointer}.cxw-payment-copy:hover{background:var(--cream-deep)}.cxw-payment-notice{display:flex;align-items:flex-start;gap:10px;font-size:12.5px;line-height:18px;color:var(--ink);background:var(--orange-tint-10);border-radius:var(--radius-sm);padding:12px 14px;margin-bottom:16px}.cxw-payment-notice .cxw-icon{color:var(--orange-deep);flex-shrink:0;margin-top:1px}.cxw-payment-split{display:flex;align-items:stretch;gap:18px}.cxw-payment-split-col{flex:1;min-width:0;display:flex;flex-direction:column}.cxw-payment-split-divider{flex-shrink:0;align-self:center;font-size:12px;color:var(--ink-soft)}.cxw-payment-split-action{justify-content:center}.cxw-payment-markpaid-hint{font-size:11.5px;line-height:16px;color:var(--ink-soft);text-align:center;margin-top:8px}.cxw-payment-instant{margin-top:18px}.cxw-payment-instant-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:10px}.cxw-payment-instant-label{font-size:13.5px;color:var(--ink-soft)}.cxw-payment-instant-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.cxw-payment-instant-tile{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;padding:14px 8px;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--white);color:var(--ink-soft);font-size:11.5px;font-weight:600;opacity:var(--o-disabled);cursor:not-allowed;-webkit-user-select:none;user-select:none}.cxw-payment-instant-note{display:flex;align-items:center;gap:6px;font-size:11.5px;color:var(--ink-soft);margin-top:10px}.cxw-payment-gateway-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-bottom:14px}.cxw-payment-gateway-tile{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;padding:14px 8px;border:1.5px solid var(--border);border-radius:var(--radius-sm);background:var(--white);color:var(--ink-soft);cursor:pointer;text-align:center}.cxw-payment-gateway-tile:hover{border-color:var(--orange)}.cxw-payment-gateway-tile.selected{border-color:var(--orange);background:var(--orange-tint-4);color:var(--navy)}.cxw-payment-gateway-tile-label{font-size:12.5px;font-weight:700}.cxw-payment-gateway-tile-sub{font-size:10.5px;line-height:13px;color:var(--ink-soft)}.cxw-payment-options-loading{grid-column:1 / -1;display:flex;align-items:center;justify-content:center;padding:28px 20px}.cxw-payment-gateway-summary{display:flex;flex-direction:column;gap:6px;background:var(--orange-tint-10);border-radius:var(--radius-sm);padding:12px 14px;margin-bottom:14px}.cxw-payment-gateway-summary-row{display:flex;align-items:center;justify-content:space-between;font-size:13px;color:var(--ink)}.cxw-payment-gateway-summary-row.total{font-weight:700;color:var(--navy);border-top:1px solid var(--orange-tint-25);padding-top:6px;margin-top:2px}.cxw-payment-gateway-note{font-size:11.5px;line-height:16px;color:var(--ink-soft);margin-top:8px}.cxw-payment-resume-banner{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;background:var(--gold-tint-8);border-radius:var(--radius-sm);padding:12px 14px;margin-bottom:16px}.cxw-payment-resume-text{font-size:13px;color:var(--ink)}.cxw-payment-resume-text strong{color:var(--navy)}.cxw-payment-return-card{margin-bottom:16px}.cxw-payment-confirming{display:flex;flex-direction:column;align-items:center;text-align:center;gap:10px;padding:32px 20px}.cxw-payment-confirming-title{font-family:var(--font-display);font-size:17px;color:var(--navy)}.cxw-payment-confirming-body{font-size:13px;line-height:19px;color:var(--ink-soft);max-width:320px}@media (max-width: 640px){.cxw-payment-split{flex-direction:column}.cxw-payment-split-divider{padding:2px 0}.cxw-payment-instant-grid,.cxw-payment-gateway-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.cxw-inv-timeline-step{position:relative;display:flex;align-items:flex-start;padding:0 0 22px 23px;margin-left:10px;border-left:2px solid var(--border)}.cxw-inv-timeline-step:last-child{padding-bottom:0;border-left-color:transparent}.cxw-inv-timeline-step.done{border-left-color:var(--sage-deep)}.cxw-inv-timeline-step.done:last-child{border-left-color:transparent}.cxw-inv-timeline-content{display:flex;flex-direction:column;gap:3px;padding-top:1px}.cxw-inv-timeline-dot{position:absolute;left:-13px;top:-3px;width:24px;height:24px;border-radius:99px;background:var(--cream-deep);display:inline-flex;align-items:center;justify-content:center;color:transparent}.cxw-inv-timeline-dot.done{background:var(--sage-deep);color:var(--white)}.cxw-inv-timeline-dot.void{background:var(--ink-soft);color:var(--white)}.cxw-inv-timeline-dot.expired{background:var(--danger);color:var(--white)}.cxw-inv-timeline-dot.current{background:var(--white);border:2.5px solid var(--orange)}.cxw-inv-timeline-dot.current:before{content:"";width:8px;height:8px;border-radius:99px;background:var(--orange)}.cxw-inv-timeline-dot.current:after{content:"";position:absolute;top:-7px;right:-7px;bottom:-7px;left:-7px;border-radius:99px;background:var(--orange);opacity:.16;animation:cxw-breathe 2.4s ease-in-out infinite}@media (prefers-reduced-motion: reduce){.cxw-inv-timeline-dot.current:after{animation:none}}.cxw-inv-timeline-label{font-size:14.5px;font-weight:600;color:var(--ink-soft)}.cxw-inv-timeline-step.active .cxw-inv-timeline-label{color:var(--navy)}.cxw-inv-timeline-date,.cxw-inv-timeline-hint{font-size:12.5px;color:var(--ink-soft)}.cxw-inv-timeline-hint.current{color:var(--orange-deep);font-weight:600}.cxw-billing-print{max-width:720px;margin:0 auto;padding:var(--cxw-pad, 24px)}.cxw-billing-print-bar{display:flex;justify-content:space-between;margin-bottom:18px}.cxw-billing-print-sheet{background:var(--white)}.cxw-billing-print-letterhead{display:flex;align-items:center;gap:14px;padding-bottom:16px;margin-bottom:18px;border-bottom:1px solid var(--border)}.cxw-billing-print-logo{width:96px;height:auto}.cxw-billing-print-letterhead-name{font-size:16px;font-weight:600;color:var(--navy);font-family:var(--font-display)}.cxw-billing-print-letterhead-legal{font-size:12.5px;color:var(--ink-soft)}.cxw-billing-print-terbilang{font-size:13px;color:var(--ink-soft);margin:10px 2px 0}.cxw-billing-print-footer{margin-top:28px;padding-top:16px;border-top:1px solid var(--border);font-size:13px;color:var(--ink-soft);text-align:center;line-height:1.6}@media (max-width: 1080px){.cxw-billing-grid{grid-template-columns:minmax(0,1fr)}.cxw-billing-rail-col{position:static}}@media print{.no-print{display:none!important}.cxw-billing-print-sheet .cxw-card{box-shadow:none;border:1px solid #ddd}body{background:#fff}}.cxw-runner{height:100vh;overflow:hidden;background:var(--cream-deep);display:flex;flex-direction:column}.cxw-runner-bar{display:flex;align-items:center;justify-content:space-between;padding:18px 24px;flex-shrink:0}.cxw-runner-bar span:last-child{width:34px}.cxw-runner-exit{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:var(--radius-full);background:var(--white);border:1px solid var(--border);color:var(--ink-soft);cursor:pointer}.cxw-runner-progress{font-size:13px;font-weight:600;color:var(--ink-soft)}.cxw-runner-content{flex:1;min-height:0;display:flex;align-items:center;justify-content:center;padding:24px;overflow-y:auto}.cxp-hub{max-width:940px;margin:0 auto}.cxp-hero{position:relative;overflow:hidden;background:var(--navy);border-radius:22px;padding:26px 28px;color:var(--on-dark)}.cxp-hero-top{display:flex;justify-content:flex-end;margin-bottom:6px;position:relative}.cxp-hero-body{display:flex;gap:22px;align-items:stretch;position:relative}.cxp-hero-left{flex:1;display:flex;flex-direction:column;gap:16px;min-width:0}.cxp-eyebrow{color:var(--gold);font-size:12px;font-weight:600;letter-spacing:.2em;text-transform:uppercase}.cxp-hero-headline{font-family:var(--font-display);font-weight:600;font-size:29px;line-height:1.25;max-width:360px;margin:0;color:var(--on-dark)}.cxp-hero-right{width:150px;flex-shrink:0;display:flex;align-items:center;justify-content:center;border-left:1px solid var(--on-dark-10);padding-left:22px}.cxp-hero-idiom{border-left:2px solid var(--on-dark-10);padding-left:14px}.cxp-hero-idiom-hanzi{font-family:var(--font-hanzi);font-size:17px;color:var(--gold);line-height:1.3}.cxp-hero-idiom-pinyin{font-family:var(--font-display);font-style:italic;font-size:12px;color:var(--on-dark-70);margin-top:3px}.cxp-hero-idiom-en{font-family:var(--font-display);font-style:italic;font-size:12px;color:var(--on-dark-45);margin-top:2px;max-width:280px}.cxp-streak-pill{display:inline-flex;align-items:center;gap:6px;background:var(--orange-tint-12);color:var(--orange-deep);font-size:13px;font-weight:700;border-radius:var(--radius-full);padding:6px 12px}.cxp-streak-row{display:flex;gap:8px}.cxp-streak-day{display:flex;flex-direction:column;align-items:center;gap:6px}.cxp-streak-dot{width:30px;height:30px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;border:2px solid var(--on-dark-10);color:var(--navy);position:relative}.cxp-streak-day.done .cxp-streak-dot{background:var(--gold);border-color:var(--gold)}.cxp-streak-day.today .cxp-streak-dot{border-color:var(--orange)}.cxp-streak-pulse{width:6px;height:6px;border-radius:50%;background:var(--orange);animation:cxp-float 1.6s ease-in-out infinite}.cxp-streak-label{font-size:11px;color:var(--on-dark-45)}.cxp-streak-day.done .cxp-streak-label{color:var(--on-dark-92)}.cxp-streak-day.today .cxp-streak-label{color:var(--orange)}.cxp-goal-ring{position:relative;display:inline-flex;align-items:center;justify-content:center}.cxp-goal-ring-progress{transition:stroke-dashoffset 1s ease}.cxp-goal-ring-center{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center}.cxp-goal-ring-value{font-family:var(--font-display);font-weight:700;font-size:20px;color:var(--on-dark)}.cxp-goal-ring-label{font-size:11px;color:var(--on-dark-70);margin-top:2px;text-align:center}.cxp-results .cxp-goal-ring-value{color:var(--navy);font-size:34px}.cxp-results .cxp-goal-ring-label{color:var(--ink-soft);font-size:11px;text-transform:uppercase;letter-spacing:.05em}.cxp-stats-strip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:16px}.cxp-stat-tile{display:flex;align-items:center;gap:12px;background:var(--white);border:1px solid var(--border);border-radius:16px;padding:14px 16px}.cxp-stat-icon{width:38px;height:38px;border-radius:11px;flex-shrink:0;display:inline-flex;align-items:center;justify-content:center}.cxp-stat-value{font-family:var(--font-display);font-weight:700;font-size:20px;color:var(--navy)}.cxp-stat-label{font-size:12px;color:var(--ink-soft)}.cxp-stat-tile-tappable{cursor:pointer;font:inherit;text-align:left;width:100%;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease}.cxp-stat-tile-tappable:hover{transform:translateY(-3px);box-shadow:var(--shadow-card-hover);border-color:var(--navy)}@media (prefers-reduced-motion: reduce){.cxp-stat-tile-tappable:hover{transform:none}}.cxp-modes{margin-top:22px}.cxp-modes-label{font-size:13px;font-weight:600;color:var(--ink-soft);margin-bottom:12px}.cxp-modes-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.cxp-mode-card{text-align:left;cursor:pointer;width:100%;background:var(--white);border:1px solid var(--border);border-radius:18px;padding:18px;display:flex;flex-direction:column;gap:12px;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.cxp-mode-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-card-hover);border-color:var(--cxp-accent, var(--border))}@media (prefers-reduced-motion: reduce){.cxp-mode-card:hover{transform:none}}.cxp-mode-card-top{display:flex;align-items:center;justify-content:space-between}.cxp-mode-icon{width:42px;height:42px;border-radius:12px;display:inline-flex;align-items:center;justify-content:center}.cxp-mode-chip{font-size:11px;font-weight:700;border-radius:var(--radius-full);padding:4px 10px;display:inline-flex;align-items:center;justify-content:center}.cxp-mode-body{flex:1}.cxp-mode-title{font-family:var(--font-display);font-weight:600;font-size:19px;color:var(--navy)}.cxp-mode-hanzi{font-family:var(--font-hanzi);font-weight:400;font-size:14px;color:var(--ink-soft);margin-left:4px}.cxp-mode-sub{font-size:12.5px;color:var(--ink-soft);min-height:36px;margin-top:4px}.cxp-mode-start{font-size:13px;font-weight:600}.cxp-explainer-open{display:inline-flex;margin-top:16px;border:none;background:none;cursor:pointer;color:var(--ink-soft);font-size:12.5px;font-weight:500;text-decoration:underline;padding:4px 0}.cxp-streak-card{position:relative;overflow:hidden;text-align:left;width:100%;background:var(--navy);color:var(--on-dark);border:1px solid var(--navy);border-radius:18px;padding:18px;display:flex;flex-direction:column;gap:12px}.cxp-streak-card-flame{position:relative;width:42px;height:42px;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;background:var(--orange-tint-12);color:var(--orange-deep)}.cxp-streak-card-body{position:relative;flex:1;display:flex;flex-direction:column;justify-content:flex-end;gap:4px}.cxp-streak-card-title{font-family:var(--font-display);font-weight:600;font-size:19px;color:var(--on-dark);text-transform:capitalize}.cxp-streak-card-sub{font-size:12.5px;color:var(--on-dark-70)}.cxp-bar-chart{display:flex;flex-direction:column;gap:10px}.cxp-bar-axis-label{font-size:11px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--ink-soft)}.cxp-bar-plot{display:flex;align-items:stretch;gap:8px;height:210px;overflow-x:auto}.cxp-bar-col{flex:1 0 34px;min-width:34px;display:flex;flex-direction:column;align-items:center;gap:6px}.cxp-bar-value{font-family:var(--font-display);font-weight:700;font-size:13px;color:var(--navy)}.cxp-bar-track{flex:1;width:100%;max-width:40px;margin:0 auto;display:flex;align-items:flex-end;border-radius:8px}.cxp-bar-fill{width:100%;border-radius:8px 8px 0 0;min-height:4px;transition:height .5s ease}@media (prefers-reduced-motion: reduce){.cxp-bar-fill{transition:none}}.cxp-bar-xlabel{font-family:var(--font-hanzi);font-size:15px;color:var(--navy);text-align:center;white-space:nowrap}.cxp-bar-empty{padding:30px 8px;text-align:center;font-size:13px;color:var(--ink-soft)}.cxp-bar-empty-praise{padding:26px 16px}.cxp-bar-empty-title{font-family:var(--font-display);font-weight:600;font-size:15px;color:var(--navy);margin-bottom:4px}.cxp-bar-empty-body{font-size:13px;color:var(--ink-soft);line-height:19px}@media (max-width: 480px){.cxp-bar-plot{height:170px}.cxp-bar-xlabel{font-size:14px}}.cxp-runner-title{font-size:15px;font-weight:600;color:var(--navy);display:flex;align-items:center;gap:6px}.cxp-runner-body{width:100%;max-width:480px;margin:0 auto;display:flex;flex-direction:column;align-items:center}.cxp-progress-segments{display:flex;gap:5px;width:100%}.cxp-progress-seg{flex:1;height:6px;border-radius:99px;background:var(--border)}.cxp-runner-progress-label{font-size:12px;font-weight:600;color:var(--ink-soft);margin:10px 0 20px}.cxp-exercise-card{width:100%;box-sizing:border-box;border-radius:24px;padding:24px;background:var(--white);border:1px solid var(--border);box-shadow:var(--shadow-card)}.cxp-flip-card{width:100%;height:296px;cursor:pointer;perspective:1600px}.cxp-flip-face{width:100%;height:100%;border-radius:24px;padding:20px 28px;box-sizing:border-box;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;animation:cxp-flip-in .5s cubic-bezier(.2,.8,.3,1)}.cxp-flip-front{background:var(--white);border:1px solid var(--border);box-shadow:var(--shadow-card)}.cxp-flip-back{background:var(--navy);color:var(--on-dark);box-shadow:var(--shadow-elevated)}.cxp-card-front{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center}.cxp-card-front-main{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px}.cxp-card-hanzi{font-family:var(--font-hanzi);font-weight:600;font-size:76px;color:var(--navy);line-height:1;text-align:center}.cxp-card-pinyin{font-family:var(--font-body);font-style:italic;font-size:18px;color:var(--ink-soft);text-align:center}.cxp-audio-btn{width:44px;height:44px;border-radius:50%;margin-top:8px;position:relative;border:none;background:var(--orange-tint-12);color:var(--orange-deep);cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.cxp-audio-btn:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;border:2px solid var(--orange);opacity:0}.cxp-audio-btn.speaking:after{animation:cxp-ripple 1s ease-out}.cxp-card-hint{position:absolute;bottom:16px;font-size:11px;color:var(--ink-soft)}.cxp-card-back-verdict{position:absolute;top:16px;left:50%;transform:translate(-50%);display:inline-flex;align-items:center;gap:5px;font-size:11px;font-weight:600;letter-spacing:.02em;white-space:nowrap}.cxp-card-back-verdict.correct{color:var(--bamboo-sage)}.cxp-card-back-verdict.incorrect{color:var(--danger)}.cxp-card-back-main{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;width:100%}.cxp-card-back-hanzi{font-family:var(--font-hanzi);font-size:30px;color:var(--on-dark-80);text-align:center}.cxp-card-back-meaning{font-family:var(--font-display);font-weight:600;font-size:clamp(22px,7vw,32px);line-height:1.25;text-align:center;max-width:92%;white-space:normal;overflow-wrap:normal;word-break:normal}.cxp-card-divider{width:64px;height:1px;background:var(--on-dark-10);margin:18px 0}.cxp-card-example{font-family:var(--font-hanzi);font-size:16px;color:var(--on-dark-92);text-align:center;max-width:90%}.cxp-action-zone{width:100%;margin-top:24px}.cxp-mc-options{display:flex;flex-direction:column;gap:10px}.cxp-mc-option{width:100%;text-align:left;background:var(--white);border:1px solid var(--border);border-radius:14px;padding:13px 16px;cursor:pointer;font-size:14px;font-weight:500;color:var(--navy);transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease,background .16s ease}.cxp-mc-option-idle:hover{transform:translateY(-2px);box-shadow:var(--shadow-card-hover)}@media (prefers-reduced-motion: reduce){.cxp-mc-option-idle:hover{transform:none}}.cxp-mc-option-picked{background:var(--cream-deep);border-color:var(--navy)}.cxp-mc-option-correct{background:var(--sage-tint-16);border-color:var(--sage-deep);color:var(--sage-deep);font-weight:600}.cxp-mc-option-incorrect{background:var(--danger-tint-10);border-color:var(--danger);color:var(--danger);font-weight:600}.cxp-mc-option-neutral{opacity:.5}.cxp-mc-option:disabled{cursor:default}.cxp-rating-tiles{display:flex;gap:10px}.cxp-rating-tile{flex:1;background:var(--white);border:1px solid var(--border);border-top:3px solid var(--cxp-rating-color);border-radius:14px;padding:12px 8px;cursor:pointer;text-align:center;display:flex;flex-direction:column;gap:4px;align-items:center;transition:transform .16s ease,box-shadow .16s ease}.cxp-rating-tile:hover{transform:translateY(-3px);box-shadow:var(--shadow-card-hover)}@media (prefers-reduced-motion: reduce){.cxp-rating-tile:hover{transform:none}}.cxp-rating-tile.selected{background:var(--cxp-rating-tint);border-color:var(--cxp-rating-color)}.cxp-rating-label{font-family:var(--font-display);font-weight:600;font-size:16px;color:var(--cxp-rating-color)}.cxp-results{position:relative;width:100%;min-height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden}.cxp-results-content{position:relative;z-index:1;max-width:440px;width:100%;padding:24px;display:flex;flex-direction:column;align-items:center;gap:18px;text-align:center}.cxp-results-badge{width:88px;height:88px;border-radius:50%;background:var(--gold-tint-18);color:var(--gold-deep);display:inline-flex;align-items:center;justify-content:center}.cxp-results-title{font-family:var(--font-display);font-weight:600;font-size:30px;color:var(--navy);margin:0}.cxp-results-sub{font-size:15px;color:var(--ink-soft);margin:0}.cxp-results-breakdown{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;width:100%}.cxp-results-tile{background:var(--white);border:1px solid var(--border);border-radius:14px;padding:12px 6px}.cxp-results-tile-count{font-family:var(--font-display);font-weight:700;font-size:22px}.cxp-results-tile-label{font-size:11px;color:var(--ink-soft);margin-top:2px}.cxp-results-actions{display:flex;gap:12px}.cxp-confetti{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;pointer-events:none}.cxp-confetti-piece{position:absolute;top:-40px;width:8px;height:14px;border-radius:2px;animation-name:cxp-confetti;animation-timing-function:ease-in;animation-iteration-count:infinite}.cxp-anim-fade-up{animation:cxp-fade-up .4s ease both}.cxp-anim-pop{animation:cxp-pop .6s cubic-bezier(.2,.9,.3,1.2) both}@keyframes cxp-fade-up{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:none}}@keyframes cxp-flip-in{0%{opacity:0;transform:rotateY(-92deg)}to{opacity:1;transform:rotateY(0)}}@keyframes cxp-ripple{0%{transform:scale(1);opacity:.5}to{transform:scale(2.4);opacity:0}}@keyframes cxp-pop{0%{transform:scale(0) rotate(-8deg);opacity:0}60%{transform:scale(1.15) rotate(2deg);opacity:1}to{transform:scale(1) rotate(0)}}@keyframes cxp-confetti{0%{transform:translateY(0) rotate(0);opacity:1}to{transform:translateY(560px) rotate(540deg);opacity:0}}@keyframes cxp-float{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}@media (prefers-reduced-motion: reduce){.cxp-anim-fade-up,.cxp-anim-pop,.cxp-flip-face,.cxp-streak-pulse,.cxp-audio-btn.speaking:after,.cxp-goal-ring-progress{animation:none!important;transition:none!important}}@media (max-width: 480px){.cxp-hero{border-radius:16px;padding:20px}.cxp-hero-body{flex-direction:column}.cxp-hero-headline{font-size:22px;max-width:none}.cxp-hero-right{width:auto;border-left:none;padding-left:0;justify-content:flex-start;margin-top:10px}.cxp-hero-left .cxw-btn{width:100%;justify-content:center}.cxp-streak-day .cxp-streak-dot{width:26px;height:26px}.cxp-stats-strip{gap:8px}.cxp-stat-tile{flex-direction:column;text-align:center;padding:12px 8px;gap:6px}.cxp-stat-value{font-size:18px}.cxp-stat-label{font-size:10.5px}.cxp-modes-grid{grid-template-columns:minmax(0,1fr)}.cxp-mode-card{flex-direction:row;align-items:center;border-radius:14px;border-left:3px solid var(--cxp-accent, var(--border))}.cxp-mode-card-top{flex-direction:column;align-items:flex-start;gap:8px}.cxp-mode-icon{width:40px;height:40px}.cxp-mode-start{display:none}.cxp-flip-card{height:360px}.cxp-rating-tiles{gap:7px}.cxp-rating-tile{border-radius:12px;padding:10px 4px}.cxp-rating-label{font-size:15px}.cxp-results-actions{flex-direction:column;width:100%}.cxp-results-actions .cxw-btn{width:100%;justify-content:center}}@keyframes cxFadeUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes cxScaleIn{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}@keyframes cxPop{0%{transform:scale(0) rotate(-18deg);opacity:0}60%{transform:scale(1.12) rotate(5deg);opacity:1}to{transform:scale(1) rotate(0);opacity:1}}@keyframes cxEq{0%,to{transform:scaleY(.35)}50%{transform:scaleY(1)}}@keyframes cxDrift{0%{transform:translateY(-20px) rotate(0);opacity:0}14%{opacity:.9}to{transform:translateY(440px) rotate(220deg);opacity:0}}.cxw-exam-stage{position:relative;min-height:100vh;overflow:hidden;display:flex;align-items:center;justify-content:center;padding:48px 24px;background:radial-gradient(1100px 560px at 50% -8%,var(--orange-tint-4),transparent 62%),radial-gradient(900px 520px at 92% 108%,var(--gold-tint-8),transparent 60%),var(--cream-deep)}.cxw-exam-stage-exit{position:absolute;top:22px;left:22px;z-index:3;display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:var(--radius-full);background:var(--white);border:1px solid var(--border);color:var(--ink);cursor:pointer}.cxw-exam-hero{width:940px;max-width:100%;background:var(--cream);border:1px solid var(--border);border-radius:26px;box-shadow:var(--shadow-elevated);overflow:hidden;animation:cxFadeUp .5s ease both}.cxw-exam-hero-head{position:relative;background:var(--navy);color:var(--on-dark);padding:36px 40px 32px;overflow:hidden}.cxw-exam-hero-watermark{position:absolute;right:-34px;top:-50px;font-family:var(--font-hanzi);font-size:220px;font-weight:600;color:var(--on-dark-06);line-height:1;-webkit-user-select:none;user-select:none;pointer-events:none}.cxw-exam-hero-eyebrow{display:flex;align-items:center;gap:10px;font-size:12px;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:var(--gold)}.cxw-exam-hero-mark{width:30px;height:30px;border-radius:9px;background:var(--gold-tint-14);display:inline-flex;align-items:center;justify-content:center;font-family:var(--font-hanzi);font-size:16px;color:var(--gold);font-weight:600}.cxw-exam-hero-title{font-family:var(--font-display);font-size:34px;font-weight:600;line-height:1.14;margin-top:16px;max-width:560px}.cxw-exam-hero-sub{font-size:15px;color:var(--on-dark-70);margin-top:10px;max-width:520px;line-height:1.55}.cxw-exam-hero-meta{display:flex;gap:26px;margin-top:22px}.cxw-exam-hero-metaitem{display:flex;align-items:center;gap:10px}.cxw-exam-hero-metaic{color:var(--gold);display:inline-flex}.cxw-exam-hero-metaval{font-family:var(--font-display);font-size:18px;font-weight:700;line-height:1}.cxw-exam-hero-metalabel{font-size:11.5px;color:var(--on-dark-45);margin-top:3px}.cxw-exam-hero-body{padding:28px 40px 34px}.cxw-exam-hero-sections{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-top:14px}.cxw-exam-hero-seccard{background:var(--white);border:1px solid var(--border);border-top:3px solid var(--border);border-radius:16px;padding:16px 16px 18px}.cxw-exam-hero-secic{width:40px;height:40px;border-radius:11px;display:inline-flex;align-items:center;justify-content:center}.cxw-exam-hero-seclabel{display:flex;align-items:baseline;gap:7px;margin-top:13px;font-family:var(--font-display);font-size:17px;font-weight:600;color:var(--navy)}.cxw-exam-hanzi-soft{font-family:var(--font-hanzi);font-size:13px;color:var(--ink-soft);font-weight:400}.cxw-exam-hero-secdetail{font-size:12.5px;color:var(--ink-soft);margin-top:5px}.cxw-exam-hero-tips{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:20px;padding:18px 20px;background:var(--gold-tint-8);border:1px solid var(--border);border-radius:16px}.cxw-exam-hero-tip{display:flex;align-items:flex-start;gap:11px}.cxw-exam-hero-tipic{width:30px;height:30px;border-radius:9px;background:var(--cream);color:var(--gold-deep);display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.cxw-exam-hero-tiptitle{font-size:13.5px;font-weight:600;color:var(--navy)}.cxw-exam-hero-tipsub{font-size:12px;color:var(--ink-soft);margin-top:2px;line-height:1.45}.cxw-exam-hero-foot{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:24px}.cxw-exam-hero-note{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--ink-soft)}.cxw-exam-begin{display:inline-flex;align-items:center;gap:10px;padding:14px 26px;border:none;border-radius:14px;background:var(--orange);color:var(--white);font-family:var(--font-body);font-size:15px;font-weight:600;box-shadow:0 4px 14px var(--orange-tint-25);cursor:pointer;transition:background .18s ease,transform .12s ease}.cxw-exam-begin:hover{background:var(--orange-deep);transform:translateY(-2px)}.cxw-exam-begin:disabled{opacity:.6;cursor:default;transform:none}.cxw-exam-run{background:var(--cream-deep)}.cxw-exam-topbar{position:sticky;top:0;z-index:20;gap:16px;padding:12px 24px;flex-wrap:wrap;row-gap:10px;background:color-mix(in srgb,var(--cream) 92%,transparent);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--border);justify-content:flex-start}.cxw-exam-topbar-title{display:flex;flex-direction:column;padding-right:12px;border-right:1px solid var(--border)}.cxw-exam-topbar-eyebrow{font-size:10.5px;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:var(--gold-deep)}.cxw-exam-topbar-name{font-size:13.5px;font-weight:600;color:var(--ink);line-height:1.2}.cxw-exam-tabs{display:flex;align-items:center;gap:6px;flex:1;min-width:0;overflow-x:auto}.cxw-exam-tab{display:inline-flex;align-items:center;gap:8px;padding:8px 14px;border-radius:var(--radius-full);background:transparent;border:1px solid var(--border);color:var(--ink);cursor:pointer;white-space:nowrap;flex-shrink:0;font-size:13.5px;font-weight:600;transition:background .15s ease}.cxw-exam-tab:hover{background:var(--navy-tint-5)}.cxw-exam-tab.active{background:var(--navy);border-color:var(--navy);color:var(--on-dark)}.cxw-exam-tab-badge{display:inline-flex;align-items:center;justify-content:center;min-width:18px;height:18px;padding:0 5px;border-radius:var(--radius-full);font-size:10.5px;font-weight:700;background:var(--navy-tint-8);color:var(--ink-soft)}.cxw-exam-tab-badge.done{background:var(--sage-tint-16);color:var(--sage-deep)}.cxw-exam-tab.active .cxw-exam-tab-badge{background:var(--on-dark-10);color:var(--on-dark)}.cxw-exam-timer{display:inline-flex;align-items:center;gap:8px;padding:8px 15px;border-radius:var(--radius-full);background:var(--navy-tint-5);border:1px solid var(--border);color:var(--navy);font-family:var(--font-display);font-weight:700;font-size:16px;font-variant-numeric:tabular-nums;flex-shrink:0}.cxw-exam-timer.warn{background:var(--gold-tint-8);border-color:var(--gold-tint-18);color:var(--gold-deep);animation:cxw-timer-pulse 1.5s ease infinite}.cxw-exam-timer.danger{background:var(--danger-tint-10);border-color:var(--danger-soft-55);color:var(--danger);animation:cxw-timer-pulse .9s ease infinite}.cxw-exam-timer.danger .cxw-icon{animation:cxw-timer-shake .9s ease infinite}@keyframes cxw-timer-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.03)}}@keyframes cxw-timer-shake{0%,to{transform:rotate(0)}20%{transform:rotate(-12deg)}40%{transform:rotate(10deg)}60%{transform:rotate(-8deg)}80%{transform:rotate(6deg)}}@media (prefers-reduced-motion: reduce){.cxw-exam-timer.warn,.cxw-exam-timer.danger,.cxw-exam-timer.danger .cxw-icon{animation:none}}.cxw-exam-submit{display:inline-flex;align-items:center;padding:10px 18px;border:none;border-radius:11px;background:var(--orange);color:var(--white);font-family:var(--font-body);font-size:13.5px;font-weight:600;cursor:pointer;flex-shrink:0;transition:background .15s ease}.cxw-exam-submit:hover{background:var(--orange-deep)}.cxw-exam-body{align-items:stretch;justify-content:flex-start;padding:28px 24px 48px}.cxw-exam-grid{width:100%;max-width:1180px;margin:0 auto;display:grid;grid-template-columns:274px minmax(0,1fr);gap:28px;align-items:start}.cxw-exam-rail{position:sticky;top:92px;display:flex;flex-direction:column;gap:16px}.cxw-exam-rail-card{background:var(--cream);border:1px solid var(--border);border-radius:20px;box-shadow:var(--shadow-card);overflow:hidden}.cxw-exam-rail-head{padding:18px 20px 16px;color:var(--on-dark)}.cxw-exam-rail-headtop{display:flex;align-items:center;gap:9px}.cxw-exam-rail-title{font-family:var(--font-display);font-size:19px;font-weight:600}.cxw-exam-hanzi-ondark{font-family:var(--font-hanzi);font-size:14px;color:var(--on-dark-45)}.cxw-exam-rail-progress{font-size:12px;color:var(--on-dark-45);margin-top:6px}.cxw-exam-rail-body{padding:16px 18px 18px}.cxw-exam-dots{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px}.cxw-exam-dot{position:relative;aspect-ratio:1;border-radius:11px;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;background:var(--cream);border:1.5px solid var(--border);color:var(--ink-soft);transition:transform .12s ease}.cxw-exam-dot:hover{transform:translateY(-2px)}.cxw-exam-dot.answered{background:var(--sage-tint-16);border-color:var(--bamboo-sage);color:var(--sage-deep)}.cxw-exam-dot-flag{position:absolute;top:-5px;right:-5px;width:15px;height:15px;border-radius:var(--radius-full);background:var(--gold);border:2px solid var(--cream);color:var(--navy);display:inline-flex;align-items:center;justify-content:center}.cxw-exam-legend{display:flex;flex-wrap:wrap;gap:10px 14px;margin-top:16px}.cxw-exam-legend span{display:inline-flex;align-items:center;gap:6px;font-size:11px;color:var(--ink-soft)}.cxw-exam-legend-sw{width:11px;height:11px;border-radius:4px}.cxw-exam-legend-sw.answered{background:var(--bamboo-sage)}.cxw-exam-legend-sw.todo{background:var(--cream);border:1.5px solid var(--border)}.cxw-exam-legend-sw.flagged{background:var(--gold)}.cxw-exam-rail-note{background:var(--cream);border:1px solid var(--border);border-radius:16px;padding:14px 16px;display:flex;flex-direction:column;gap:12px}.cxw-exam-rail-saved{display:flex;align-items:center;gap:9px;font-size:12.5px;color:var(--ink-soft)}.cxw-exam-rail-savedic{width:22px;height:22px;border-radius:var(--radius-full);background:var(--sage-tint-16);color:var(--sage-deep);display:inline-flex;align-items:center;justify-content:center}.cxw-exam-rail-divider{height:1px;background:var(--border)}.cxw-exam-rail-calm{display:flex;align-items:flex-start;gap:9px;font-size:12px;color:var(--ink-soft);line-height:1.5}.cxw-exam-main{min-width:0;display:flex;flex-direction:column;gap:18px}.cxw-exam-section{display:flex;flex-direction:column;gap:16px}.cxw-exam-passage{background:var(--white);border:1px solid var(--border);border-left:3px solid var(--gold);border-radius:14px;padding:18px 20px}.cxw-exam-passage-label{font-size:11px;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:var(--gold-deep);margin-bottom:8px}.cxw-exam-passage-zh{font-family:var(--font-hanzi);font-size:18px;line-height:1.9;color:var(--ink)}.cxw-exam-passage-id{font-size:13px;color:var(--ink-soft);margin-top:6px}.cxw-exam-qcard{background:var(--cream);border:1px solid var(--border);border-radius:20px;box-shadow:var(--shadow-card);overflow:hidden;animation:cxFadeUp .3s ease both}.cxw-exam-qhead{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 24px;border-bottom:1px solid var(--border)}.cxw-exam-qhead-left{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.cxw-exam-qeyebrow{font-size:11.5px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--orange-deep)}.cxw-exam-qpoints{display:inline-flex;align-items:center;padding:4px 10px;border-radius:var(--radius-full);font-size:11px;font-weight:600;background:var(--navy-tint-8);color:var(--ink-soft)}.cxw-exam-flag{display:inline-flex;align-items:center;gap:7px;padding:7px 13px;border-radius:var(--radius-full);background:var(--white);border:1px solid var(--border);color:var(--ink-soft);font-size:12.5px;font-weight:600;cursor:pointer;transition:background .15s ease}.cxw-exam-flag:hover{background:var(--navy-tint-5)}.cxw-exam-flag.on{background:var(--gold-tint-18);border-color:var(--gold);color:var(--gold-deep)}.cxw-exam-qbody{padding:22px 24px 24px}.cxw-exam-footer{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:6px 2px}.cxw-exam-navbtn{display:inline-flex;align-items:center;gap:8px;padding:11px 18px;border-radius:12px;font-family:var(--font-body);font-size:14px;font-weight:600;cursor:pointer;background:var(--white);border:1px solid var(--border);color:var(--ink);transition:background .15s ease}.cxw-exam-navbtn:hover:not(:disabled){background:var(--navy-tint-5)}.cxw-exam-navbtn:disabled{opacity:.4;cursor:default}.cxw-exam-navbtn.primary{background:var(--orange);border-color:var(--orange);color:var(--white)}.cxw-exam-navbtn.primary:hover:not(:disabled){background:var(--orange-deep)}.cxw-exam-navbtn.primary.navy{background:var(--navy);border-color:var(--navy)}.cxw-exam-navbtn.primary.navy:hover:not(:disabled){background:var(--navy-hover)}.cxw-exam-footer-center{font-size:12.5px;color:var(--ink-soft)}.cxw-exam-image{background:var(--white);border:1px solid var(--border);border-radius:14px;padding:10px}.cxw-exam-image-img{display:block;width:100%;max-height:360px;object-fit:contain;border-radius:8px}.cxw-exam-audio{background:var(--navy);border-radius:16px;padding:16px 18px;color:var(--on-dark);display:flex;align-items:center;gap:16px}.cxw-exam-audio-main{width:52px;height:52px;border-radius:var(--radius-full);border:none;background:var(--orange);color:var(--white);display:inline-flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0;box-shadow:0 4px 12px #0003;transition:background .15s ease}.cxw-exam-audio-main:hover:not(:disabled){background:var(--orange-deep)}.cxw-exam-audio-main:disabled{opacity:.5;cursor:default}.cxw-exam-eq{display:flex;align-items:center;gap:2.5px;height:34px}.cxw-exam-eqbar{flex:1;border-radius:var(--radius-full);transform-origin:center;animation-name:cxEq;animation-timing-function:ease-in-out;animation-iteration-count:infinite}.cxw-exam-audio-meta{display:flex;align-items:center;justify-content:space-between;margin-top:8px;font-size:11.5px;color:var(--on-dark-70)}.cxw-exam-audio-hint{margin-top:6px;font-size:11px;color:var(--on-dark-45)}.cxw-exam-audio-replay{width:38px;height:38px;border-radius:var(--radius-full);border:none;background:var(--on-dark-10);color:var(--on-dark-80);display:inline-flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0}.cxw-exam-audio-replay:disabled{opacity:.4;cursor:default}.cxw-exam-audio-range{margin-top:12px;font-size:11.5px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--orange-deep)}.cxw-exam-confirm-head{display:flex;align-items:center;gap:12px}.cxw-exam-confirm-ic{width:40px;height:40px;border-radius:11px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.cxw-exam-confirm-title{font-family:var(--font-display);font-size:22px;font-weight:600;color:var(--navy)}.cxw-exam-confirm-sub{font-size:13px;color:var(--ink-soft);margin-top:2px}.cxw-exam-confirm-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:22px}.cxw-exam-confirm-stat{background:var(--white);border:1px solid var(--border);border-radius:14px;padding:14px 12px;text-align:center}.cxw-exam-confirm-statval{font-family:var(--font-display);font-size:24px;font-weight:700;line-height:1}.cxw-exam-confirm-statlabel{font-size:11px;color:var(--ink-soft);margin-top:5px}.cxw-exam-confirm-jump{margin-top:18px;padding:14px 16px;background:var(--gold-tint-8);border:1px solid var(--border);border-radius:14px}.cxw-exam-confirm-jumphint{display:flex;align-items:center;gap:8px;font-size:12.5px;font-weight:600;color:var(--gold-deep)}.cxw-exam-confirm-chips{display:flex;flex-wrap:wrap;gap:7px;margin-top:11px}.cxw-exam-confirm-chip{display:inline-flex;align-items:center;padding:5px 11px;border-radius:var(--radius-full);background:var(--white);border:1px solid var(--border);font-size:12px;font-weight:600;color:var(--ink);cursor:pointer}.cxw-exam-confirm-chip:hover{border-color:var(--orange)}.cxw-exam-confirm-foot{display:flex;justify-content:flex-end;gap:10px;padding:20px 28px 24px;margin-top:20px;border-top:1px solid var(--border)}.cxw-exam-sparkles{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.cxw-exam-sparkle{position:absolute;top:0;width:7px;border-radius:2px;opacity:0;animation-name:cxDrift;animation-timing-function:ease-in;animation-iteration-count:infinite}.cxw-exam-done{position:relative;width:560px;max-width:100%;text-align:center;display:flex;flex-direction:column;align-items:center;animation:cxFadeUp .5s ease both}.cxw-exam-done-check{width:92px;height:92px;border-radius:var(--radius-full);background:var(--sage-tint-16);color:var(--sage-deep);display:inline-flex;align-items:center;justify-content:center;animation:cxPop .6s cubic-bezier(.2,.9,.3,1.2) both}.cxw-exam-done-title{font-family:var(--font-display);font-size:34px;font-weight:600;color:var(--navy);margin-top:22px}.cxw-exam-done-body{font-size:15px;color:var(--ink-soft);margin-top:8px;line-height:1.6;max-width:420px}.cxw-exam-done-stats{display:flex;gap:12px;margin-top:24px;flex-wrap:wrap;justify-content:center}.cxw-exam-done-stat{display:flex;align-items:center;gap:10px;padding:12px 18px;background:var(--cream);border:1px solid var(--border);border-radius:14px;text-align:left}.cxw-exam-done-statval{font-family:var(--font-display);font-size:17px;font-weight:700;line-height:1;color:var(--navy)}.cxw-exam-done-statlabel{font-size:11px;color:var(--ink-soft);margin-top:3px}.cxw-exam-done-actions{display:flex;gap:12px;margin-top:28px;flex-wrap:wrap;justify-content:center}@media (max-width: 900px){.cxw-exam-grid{grid-template-columns:minmax(0,1fr)}.cxw-exam-rail{display:none}.cxw-exam-hero-sections{grid-template-columns:repeat(2,minmax(0,1fr))}.cxw-exam-hero-tips{grid-template-columns:minmax(0,1fr)}.cxw-exam-hero-head,.cxw-exam-hero-body{padding-left:24px;padding-right:24px}.cxw-exam-hero-foot{flex-direction:column;align-items:stretch}.cxw-exam-begin{justify-content:center}}.cxw-xinai{height:100vh;height:100dvh;overflow:hidden;background:var(--cream-deep);display:flex;flex-direction:column}.cxw-xinai-bar{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 20px;background:var(--white);border-bottom:1px solid var(--border);flex-shrink:0}.cxw-xinai-bar-left{display:flex;align-items:center;gap:12px;min-width:0}.cxw-xinai-title{font-family:var(--font-display);font-size:18px;color:var(--navy);display:flex;align-items:center;gap:8px;white-space:nowrap}.cxw-xinai-title .cxw-xinai-hanzi{font-family:var(--font-hanzi);color:var(--orange-deep)}.cxw-xinai-bar-actions{display:flex;align-items:center;gap:8px;flex-shrink:0}.cxw-xinai-notice{background:var(--orange-tint-10);color:var(--ink);font-size:12.5px;line-height:1.5;padding:9px 20px;display:flex;align-items:center;justify-content:space-between;gap:10px;flex-shrink:0}.cxw-xinai-notice button{background:none;border:none;color:var(--ink-soft);cursor:pointer;flex-shrink:0}.cxw-xinai-quota-banner{background:var(--gold-tint-14);color:var(--gold-deep);font-size:13px;text-align:center;padding:10px 20px;flex-shrink:0}.cxw-xinai-body{flex:1;min-height:0;overflow-y:auto;padding:22px 20px 8px}.cxw-xinai-thread{max-width:760px;margin:0 auto;display:flex;flex-direction:column;gap:16px}.cxw-xinai-empty{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:8px;padding:40px 20px;max-width:420px;margin:0 auto}.cxw-xinai-empty-hanzi{font-family:var(--font-hanzi);font-size:40px;color:var(--orange-deep)}.cxw-xinai-empty-title{font-family:var(--font-display);font-size:20px;color:var(--navy)}.cxw-xinai-empty-body{font-size:13.5px;color:var(--ink-soft);line-height:1.6}.cxw-xinai-bubble-row{display:flex;flex-direction:column;gap:6px}.cxw-xinai-bubble-row.user{align-items:flex-end}.cxw-xinai-bubble-row.assistant{align-items:flex-start}.cxw-xinai-bubble{max-width:78%;padding:12px 16px;border-radius:var(--radius-lg);font-size:14.5px;line-height:22px}.cxw-xinai-bubble.user{background:var(--navy);color:var(--on-dark);border-bottom-right-radius:4px}.cxw-xinai-bubble.assistant{background:var(--white);color:var(--ink);border:1px solid var(--border);border-bottom-left-radius:4px;box-shadow:var(--shadow-card)}.cxw-xinai-bubble.moderated{background:var(--orange-tint-10);border:1px solid var(--orange-tint-25)}.cxw-xinai-bubble p{margin:0 0 8px}.cxw-xinai-bubble p:last-child{margin-bottom:0}.cxw-xinai-bubble ul,.cxw-xinai-bubble ol{margin:0 0 8px;padding-left:20px}.cxw-xinai-bubble strong{color:var(--navy)}.cxw-xinai-bubble.user strong{color:var(--on-dark)}.cxw-xinai-table-wrap{overflow-x:auto;margin:0 0 8px}.cxw-xinai-table-wrap:last-child{margin-bottom:0}.cxw-xinai-bubble table{border-collapse:collapse;width:max-content;min-width:100%;font-size:13.5px}.cxw-xinai-bubble th,.cxw-xinai-bubble td{padding:6px 10px;border:1px solid var(--border);text-align:left}.cxw-xinai-bubble th{background:var(--cream-deep);color:var(--navy);font-weight:600}.cxw-xinai-bubble.user th{background:var(--on-dark-10);color:var(--on-dark)}.cxw-xinai-bubble.user th,.cxw-xinai-bubble.user td{border-color:var(--on-dark-10)}.cxw-xinai-cursor{display:inline-block;width:6px;height:14px;background:var(--orange-deep);margin-left:2px;border-radius:2px;vertical-align:text-bottom;animation:cxw-xinai-blink 1s step-start infinite}@keyframes cxw-xinai-blink{50%{opacity:0}}.cxw-xinai-thinking{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--ink-soft);padding:4px 16px}.cxw-xinai-thinking-dots span{display:inline-block;width:5px;height:5px;border-radius:99px;background:var(--orange-deep);margin-right:3px;animation:cxw-xinai-bounce 1.2s ease-in-out infinite}.cxw-xinai-thinking-dots span:nth-child(2){animation-delay:.15s}.cxw-xinai-thinking-dots span:nth-child(3){animation-delay:.3s}@keyframes cxw-xinai-bounce{0%,80%,to{transform:translateY(0);opacity:.5}40%{transform:translateY(-3px);opacity:1}}.cxw-xinai-extras{display:flex;flex-direction:column;gap:10px;max-width:78%}.cxw-xinai-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-md);padding:12px 14px;box-shadow:var(--shadow-card)}.cxw-xinai-card-label{font-size:11px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--orange-deep);margin-bottom:8px}.cxw-xinai-correction{font-size:13.5px}.cxw-xinai-correction+.cxw-xinai-correction{margin-top:8px;padding-top:8px;border-top:1px solid var(--border)}.cxw-xinai-correction .before{color:var(--ink-soft);text-decoration:line-through}.cxw-xinai-correction .after{color:var(--navy);font-weight:600;margin-left:6px}.cxw-xinai-correction .rule{color:var(--ink-soft);font-size:12.5px;margin-top:3px}.cxw-xinai-vocab-row{display:flex;align-items:baseline;gap:8px;font-size:13.5px}.cxw-xinai-vocab-row+.cxw-xinai-vocab-row{margin-top:6px}.cxw-xinai-vocab-row .hanzi{font-family:var(--font-hanzi);color:var(--orange-deep);font-size:16px}.cxw-xinai-vocab-row .pinyin{color:var(--ink-soft)}.cxw-xinai-followups{display:flex;flex-wrap:wrap;gap:8px;max-width:78%}.cxw-xinai-chip-btn{background:var(--orange-tint-10);color:var(--orange-deep);border:1px solid var(--orange-tint-25);border-radius:var(--radius-full);padding:7px 14px;font-size:13px;cursor:pointer;text-align:left}.cxw-xinai-chip-btn:hover{background:var(--orange-tint-14)}.cxw-xinai-feedback{display:flex;align-items:center;gap:6px;margin-top:2px}.cxw-xinai-feedback-btn{width:26px;height:26px;border-radius:var(--radius-full);display:inline-flex;align-items:center;justify-content:center;background:transparent;border:1px solid transparent;color:var(--ink-soft);cursor:pointer}.cxw-xinai-feedback-btn:hover{background:var(--navy-tint-5)}.cxw-xinai-feedback-btn.active-up{color:var(--sage-deep);background:var(--sage-tint-16)}.cxw-xinai-feedback-btn.active-down{color:var(--danger);background:var(--danger-tint-10)}.cxw-runner-exit.cxw-xinai-rated{color:var(--orange-deep);cursor:default}.cxw-xinai-composer{border-top:1px solid var(--border);background:var(--white);padding:14px 20px;flex-shrink:0}.cxw-xinai-composer-row{max-width:760px;margin:0 auto;display:flex;align-items:flex-end;gap:10px}.cxw-xinai-composer-input{flex:1;resize:none;border:1px solid var(--border);border-radius:var(--radius-lg);padding:11px 14px;font-family:var(--font-body);font-size:14px;color:var(--ink);max-height:140px;background:var(--cream-deep)}.cxw-xinai-composer-input:focus{outline:none;border-color:var(--orange-deep);background:var(--white)}.cxw-xinai-composer-input:disabled{opacity:var(--o-disabled)}.cxw-xinai-send-btn{width:42px;height:42px;border-radius:var(--radius-full);background:var(--orange-deep);color:var(--white);display:inline-flex;align-items:center;justify-content:center;border:none;cursor:pointer;flex-shrink:0}.cxw-xinai-send-btn:disabled{opacity:var(--o-disabled);cursor:not-allowed}.cxw-xinai-history{max-width:720px;margin:0 auto}.cxw-xinai-history-header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:18px;flex-wrap:wrap}.cxw-xinai-history-title{font-family:var(--font-display);font-size:22px;color:var(--navy)}.cxw-xinai-history-list{display:flex;flex-direction:column;gap:10px}.cxw-xinai-history-item{display:flex;align-items:center;justify-content:space-between;gap:12px;background:var(--white);border:1px solid var(--border);border-radius:var(--radius-md);padding:14px 16px;cursor:pointer;box-shadow:var(--shadow-card);transition:box-shadow .15s}.cxw-xinai-history-item:hover{box-shadow:var(--shadow-card-hover)}.cxw-xinai-history-item-title{font-size:14.5px;font-weight:600;color:var(--navy);margin-bottom:4px}.cxw-xinai-history-item-meta{font-size:12.5px;color:var(--ink-soft)}.cxw-xinai-history-delete{width:30px;height:30px;border-radius:var(--radius-full);display:inline-flex;align-items:center;justify-content:center;background:transparent;border:none;color:var(--ink-soft);cursor:pointer;flex-shrink:0}.cxw-xinai-history-delete:hover{background:var(--danger-tint-10);color:var(--danger)}.cxw-xinai-memory-item{padding:10px 0;border-bottom:1px solid var(--border);font-size:13.5px;color:var(--ink);line-height:1.5}.cxw-xinai-memory-item:last-child{border-bottom:none}.cxw-xinai-memory-kind{font-size:11px;text-transform:uppercase;letter-spacing:.04em;color:var(--orange-deep);font-weight:700;margin-bottom:2px}@media (max-width: 640px){.cxw-xinai-bubble,.cxw-xinai-extras,.cxw-xinai-followups{max-width:92%}.cxw-xinai-bar{padding:10px 12px;gap:8px}.cxw-xinai-bar-left{gap:8px}.cxw-xinai-bar-actions{gap:6px}.cxw-xinai-title{min-width:0;font-size:16px}.cxw-xinai-title span:last-child{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:96px}.cxw-xinai-bar-actions .cxw-btn{padding:9px 11px}.cxw-xinai-bar-label{display:none}.cxw-xinai-notice{padding:8px 14px;font-size:12px}.cxw-xinai-body{padding:18px 14px 8px}.cxw-xinai-composer{padding:12px 14px}}
