.vertical-multiplication{display:inline-block;font-family:monospace;font-size:24px;padding:20px;position:relative}.carries{display:flex;justify-content:flex-end;gap:8px;margin-bottom:4px}.carry-input{width:30px!important;height:30px!important;padding:0!important;text-align:center!important;font-family:monospace!important;font-size:16px!important}.numbers{display:flex;flex-direction:column;align-items:flex-end}.number{display:flex;gap:8px;margin:4px 0}.digit{width:30px;text-align:center}.operation-line{display:flex;align-items:center;gap:8px}.operation-symbol{margin-right:8px}.horizontal-line{height:2px;background-color:#000;margin:8px 0;width:100%}.answer{display:flex;gap:8px}.answer-input{width:30px!important;height:30px!important;padding:0!important;text-align:center!important;font-family:monospace!important;font-size:24px!important}.answer-input:focus,.carry-input:focus{border-color:#1677ff!important;box-shadow:0 0 0 2px rgba(22,119,255,.18)!important}.answer-input.invalid{border-color:#ff4d4f!important;box-shadow:0 0 0 2px rgba(255,77,79,.2)!important}.vertical-operation{--vertical-cell-size: 36px;--vertical-cell-gap: 8px;font-family:JetBrains Mono,Fira Mono,SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace;font-size:20px;display:inline-flex;flex-direction:column;align-items:flex-end;gap:10px;padding:16px}.vertical-operation__row{display:flex;align-items:center;gap:12px}.vertical-operation__grid{display:grid;column-gap:var(--vertical-cell-gap)}.vertical-operation__cell{width:var(--vertical-cell-size);min-height:32px;display:flex;align-items:center;justify-content:center;text-align:center}.vertical-operation__cell--blank{visibility:hidden}.vertical-operation__operator{font-size:24px;margin-right:4px}.vertical-operation__line{width:100%;border-bottom:2px solid #000;margin-top:4px}.vertical-operation__line--double{border-bottom-width:4px}.vertical-operation__row--compact{gap:6px}.vertical-operation__digits{font-weight:500}.vertical-operation__subtitle{font-size:16px;color:#666;margin-right:8px}.vertical-division{display:inline-block;font-family:monospace;font-size:24px;padding:20px;position:relative}.division-container{display:flex;align-items:flex-start;gap:8px}.division-box{position:relative;padding-left:30px;min-width:150px}.division-symbol{position:absolute;left:0;top:0;font-size:32px}.division-line{position:absolute;left:20px;top:0;bottom:0;width:2px;background-color:#000}.dividend{padding:4px 8px;border-top:2px solid #000;display:flex;justify-content:flex-end}.dividend-digit{width:30px;text-align:center}.divisor{position:absolute;left:-40px;top:0}.quotient{position:relative;top:0;right:auto;display:flex;justify-content:flex-end;gap:8px}.quotient-digit{width:20px;text-align:center}.quotient-input{width:30px!important;height:30px!important;padding:0!important;text-align:center!important;font-family:monospace!important;font-size:24px!important}.steps-container{margin-top:8px;display:flex;flex-direction:column;gap:4px}.step{display:flex;flex-direction:column;align-items:flex-end;gap:4px}.step-multiply{display:flex;gap:8px;justify-content:flex-end}.step-multiply-input{width:30px!important;height:30px!important;padding:0!important;text-align:center!important;font-family:monospace!important;font-size:24px!important}.step-line{width:100%;height:2px;background-color:#000}.step-subtract{display:flex;gap:8px;justify-content:flex-end}.step-subtract-input{width:30px!important;height:30px!important;padding:0!important;text-align:center!important;font-family:monospace!important;font-size:24px!important}.remainder-container{margin-top:16px;display:flex;align-items:center;gap:8px;justify-content:center}.remainder-inputs{display:flex;gap:8px}.remainder-label{font-size:16px}.remainder-input{width:30px!important;height:30px!important;padding:0!important;text-align:center!important;font-family:monospace!important;font-size:24px!important}.quotient-input:focus,.step-multiply-input:focus,.step-subtract-input:focus,.remainder-input:focus{border-color:#1677ff!important;box-shadow:0 0 0 2px rgba(22,119,255,.18)!important}.invalid{border-color:#ff4d4f!important;box-shadow:0 0 0 2px rgba(255,77,79,.2)!important}.submit-button{margin-top:20px;width:100%}.fraction-container{display:inline-flex;flex-direction:column;align-items:center;gap:6px;margin:0 8px;position:relative;min-width:72px;height:auto;justify-content:center}.fraction-container .fraction-equals{font-size:24px;font-weight:600;line-height:1;color:#4338ca;margin-bottom:2px}.fraction-container .fraction-operation{position:absolute;left:-32px;top:50%;transform:translateY(-50%);font-size:26px;font-weight:600;line-height:1;color:#4338ca}.fraction-input-container{display:flex;flex-direction:column;align-items:center;gap:6px;width:100%}.fraction-container--answer{flex-direction:row;align-items:center;justify-content:center;gap:12px;min-width:0}.fraction-container--answer .fraction-equals{position:static;margin:0;transform:none}.fraction-container--answer .fraction-input-container{width:auto;min-width:0}.fraction-container--answer .fraction-line{min-width:clamp(72px,12vw,118px)}.fraction-container--answer .fraction-input{width:clamp(64px,10vw,96px)!important;height:clamp(44px,8vw,64px)!important}.fraction-line{width:100%;height:2px;background-color:#000;min-width:72px}.fraction-input{width:72px!important;height:44px!important;padding:6px!important;text-align:center!important;font-family:DIN Alternate,Helvetica Neue,Arial,sans-serif!important;font-size:26px!important;border-radius:12px!important;border:2px solid #c7d2fe!important;box-shadow:inset 0 2px 4px rgba(79,70,229,.08)!important;transition:border-color .2s ease,box-shadow .2s ease!important}.fraction-input:focus{border-color:#7c3aed!important;box-shadow:inset 0 0 0 2px rgba(124,58,237,.15),0 0 0 3px rgba(124,58,237,.15)!important}.fraction-input.invalid{border-color:#ff4d4f!important;box-shadow:0 0 0 2px rgba(255,77,79,.2)!important}.fraction-exercise{display:flex;align-items:center;justify-content:center;margin:20px 0;gap:32px}.fraction-number{font-size:26px;font-family:DIN Alternate,Helvetica Neue,Arial,sans-serif;width:72px;text-align:center;line-height:44px}.submit-button-container{margin-top:20px;text-align:center}.app-shell-root{height:100vh;display:flex;background:var(--shell-bg, var(--ui-bg));color:var(--shell-text, var(--ui-text));overflow:hidden}.app-shell-root--assist-adaptive{--shell-right-assist-width: 300px;--shell-right-assist-padding: 12px}@media (max-width: 1439px){.app-shell-root--assist-adaptive{--shell-right-assist-width: 256px;--shell-right-assist-padding: 10px}}@media (max-width: 1279px){.app-shell-root--assist-adaptive{--shell-right-assist-width: 220px;--shell-right-assist-padding: 8px}}.app-shell-right-frame{flex:1;display:flex;flex-direction:column;min-width:0;min-height:0;background:var(--shell-main-bg, var(--ui-bg));overflow:hidden}.app-shell-body-row{flex:1;display:flex;min-height:0;min-width:0;overflow:hidden}.app-shell-main{flex:1;display:flex;flex-direction:column;min-width:0;min-height:0}.app-shell-content{flex:1;overflow-y:auto;overflow-x:hidden;padding:var(--shell-content-padding, 24px)}.app-shell-content>*{max-width:100%;min-width:0}.left-rail{width:var(--shell-left-rail-width, 96px);background:var(--shell-rail-bg, var(--ui-bg-elevated));border-right:1px solid var(--shell-rail-border, var(--ui-border));padding:var(--shell-rail-padding, 10px 8px);display:flex;flex-direction:column;gap:var(--shell-rail-gap, 8px);box-shadow:2px 0 8px rgba(15,23,42,.04);overflow-y:auto;overflow-x:hidden;min-height:0}.left-rail--collapsed{width:var(--shell-left-rail-collapsed-width, 72px)}.left-rail-brand-slot{display:none}.left-rail-avatar-link{display:inline-flex;align-items:center;justify-content:center;width:100%;padding:8px 0 10px;margin-bottom:2px;text-decoration:none;border-bottom:1px solid rgba(148,163,184,.15)}.left-rail-link{border-radius:12px;text-decoration:none;font-weight:500;text-align:left;line-height:1.2;border:1px solid transparent;color:#475569;transition:background-color .18s ease,color .18s ease,border-color .18s ease,transform .18s ease}.left-rail-link:hover{background:#f8fafc;color:#4f46e5;border-color:#e2e8f0}.left-rail-link--expanded{font-size:12px;padding:10px 8px}.left-rail-link--collapsed{font-size:11px;padding:8px 6px}.left-rail-link--active{color:#4f46e5;background:#eef2ff;border-color:#c7d2fe}.left-rail-link--active:hover{background:#e0e7ff;color:#4338ca;border-color:#a5b4fc}.left-rail-group{display:flex;flex-direction:column;gap:4px}.left-rail-group-main{width:100%;background:transparent;cursor:pointer}.left-rail-link-content{display:inline-flex;align-items:center;gap:8px}.left-rail-link-icon{width:16px;height:16px;flex-shrink:0}.left-rail-link-text{display:inline-block;max-width:100%}.left-rail-submenu{display:grid;gap:4px;margin-left:8px;padding-left:8px;border-left:1px solid var(--ui-border, #e5e7eb);max-height:0;opacity:0;transform:translateY(-4px);overflow:hidden;transition:max-height .22s ease,opacity .22s ease,transform .22s ease}.left-rail-submenu--expanded{max-height:520px;opacity:1;transform:translateY(0)}.left-rail-submenu-link{font-size:11px;opacity:.9;text-align:left;font-weight:500;color:#64748b}.left-rail-submenu-link:hover{color:#4f46e5;background:#f8fafc}.left-rail-submenu-button{width:100%;background:transparent;cursor:pointer}.top-status-bar{height:var(--shell-top-bar-height, 64px);background:#fff;border-bottom:1px solid #e2e8f0;position:sticky;top:0;z-index:20;display:flex;flex-shrink:0;align-items:center;justify-content:space-between;padding:0 24px;box-shadow:0 1px 4px rgba(15,23,42,.04)}.top-status-left{display:inline-flex;align-items:center;gap:12px;z-index:1;min-width:0}.top-status-title{font-weight:600}.top-status-subtitle{color:#64748b;font-size:14px;font-weight:500}.top-status-title-wrap{position:absolute;left:50%;transform:translate(-50%);display:inline-flex;align-items:center;justify-content:center;pointer-events:none}.top-status-right{display:inline-flex;align-items:center;justify-content:flex-end;gap:8px;z-index:1}.top-status-inline-row{display:inline-flex;align-items:center;gap:12px;white-space:nowrap;min-width:0}.top-status-user-name{font-size:14px;line-height:1.2}.top-status-level{font-size:12px;font-weight:700;color:#a16207;background:#fef3c7;border:1px solid #fde68a;border-radius:6px;padding:2px 6px;display:inline-flex;align-items:center;gap:4px}.top-status-xp-hint{font-weight:400;font-size:11px;color:#92400e;opacity:.8}.top-status-task-progress{display:inline-flex;align-items:center;gap:8px;border-left:1px solid #e2e8f0;padding-left:10px}.top-status-task-progress-text{font-size:12px;color:var(--ui-text)}.top-status-task-progress-bar{width:88px}.top-status-logout-icon{width:20px;height:20px;display:inline-flex;align-items:center;justify-content:center}.student-task-item-card:hover{border-color:#c7d2fe!important;box-shadow:0 4px 10px rgba(79,70,229,.08)}.right-assist-panel{width:var(--shell-right-assist-width, 320px);--assist-back-btn-min-height: 44px;--assist-submit-btn-min-height: 44px;--assist-submit-btn-min-height-compact: 34px;background:var(--shell-assist-bg, var(--ui-surface));border-left:1px solid var(--shell-assist-border, var(--ui-border));padding:var(--shell-right-assist-padding, 12px);overflow-y:auto;overflow-x:hidden;display:flex;align-items:stretch;min-height:0}@media (max-width: 1439px),(max-height: 760px){.right-assist-panel{--assist-back-btn-min-height: 36px;--assist-submit-btn-min-height: 38px;--assist-submit-btn-min-height-compact: 32px}}@media (max-width: 1279px),(max-height: 700px){.right-assist-panel{--assist-back-btn-min-height: 32px;--assist-submit-btn-min-height: 34px;--assist-submit-btn-min-height-compact: 28px}}.right-assist-panel--keyboard{overflow-y:hidden;padding:6px;--assist-back-btn-min-height: 28px;--assist-submit-btn-min-height: 30px;--assist-submit-btn-min-height-compact: 24px}.right-assist-panel>*{max-width:100%;min-width:0}.calc-exec-assist-panel{--calc-touch-key-height: 44px;--calc-touch-key-font-size: 16px;--calc-touch-key-gap: 8px}.calc-exec-assist-metrics{flex:0 0 auto;display:flex;gap:6px}.calc-exec-assist-metric-pill{flex:1 1 0;min-width:0;min-height:34px;padding:4px 10px;border-radius:10px;border:1px solid var(--ui-border, #e5e7eb);background:rgba(255,255,255,.78);display:inline-flex;align-items:center;justify-content:space-between;gap:8px}.calc-exec-assist-metric-label{font-size:12px;color:#64748b;white-space:nowrap}.calc-exec-assist-metric-value{font-size:15px;color:#0f172a;line-height:1;white-space:nowrap}.calc-exec-assist-actions{flex:0 0 auto;display:flex;flex-direction:column;gap:8px}.calc-exec-assist-keyboard{flex:1 1 auto;min-height:0}@media (max-height: 760px){.calc-exec-assist-panel{--calc-touch-key-height: 36px;--calc-touch-key-font-size: 14px;--calc-touch-key-gap: 6px}.calc-exec-assist-metrics{display:flex;flex-wrap:nowrap;gap:6px}.calc-exec-assist-metric-pill{min-height:28px;padding:2px 8px;border-radius:8px;gap:6px}.calc-exec-assist-metric-label{font-size:11px}.calc-exec-assist-metric-value{font-size:13px}}@media (max-height: 700px){.right-assist-panel--keyboard{padding:4px;--assist-back-btn-min-height: 24px;--assist-submit-btn-min-height: 26px;--assist-submit-btn-min-height-compact: 22px}.calc-exec-assist-panel{--calc-touch-key-height: 32px;--calc-touch-key-font-size: 13px;--calc-touch-key-gap: 4px}.calc-exec-assist-metric-pill{min-height:24px;padding:2px 6px}.calc-exec-assist-metric-label{font-size:10px}.calc-exec-assist-metric-value{font-size:12px}.calc-exec-assist-actions{gap:6px}}@media (max-height: 620px){.right-assist-panel--keyboard{padding:3px;--assist-back-btn-min-height: 22px;--assist-submit-btn-min-height: 24px;--assist-submit-btn-min-height-compact: 20px}.calc-exec-assist-panel{--calc-touch-key-height: 26px;--calc-touch-key-font-size: 12px;--calc-touch-key-gap: 3px}}.sequential-assist-panel--quiz{--calc-touch-key-height: 44px;--calc-touch-key-font-size: 16px;--calc-touch-key-gap: 8px}.sequential-assist-quiz-metrics-bar{flex:0 0 auto;min-height:30px;border:1px solid var(--ui-border, #e5e7eb);border-radius:10px;background:rgba(255,255,255,.78);padding:4px 8px;display:inline-flex;align-items:center;justify-content:space-between;gap:8px;font-size:12px;color:#334155;white-space:nowrap}.sequential-assist-quiz-keyboard{flex:1 1 auto;min-height:0}@media (max-height: 760px){.sequential-assist-panel--quiz{--calc-touch-key-height: 36px;--calc-touch-key-font-size: 14px;--calc-touch-key-gap: 6px}.sequential-assist-quiz-metrics-bar{min-height:26px;padding:2px 6px;border-radius:8px;font-size:11px;gap:6px}}@media (max-height: 700px){.sequential-assist-panel--quiz{--calc-touch-key-height: 32px;--calc-touch-key-font-size: 13px;--calc-touch-key-gap: 4px}.sequential-assist-quiz-metrics-bar{min-height:22px;padding:2px 5px;font-size:10px;gap:5px}}@media (max-height: 620px){.sequential-assist-panel--quiz{--calc-touch-key-height: 26px;--calc-touch-key-font-size: 12px;--calc-touch-key-gap: 3px}.sequential-assist-quiz-metrics-bar{min-height:18px;padding:1px 4px;font-size:9px;gap:4px}}.right-assist-title{display:block;margin-bottom:8px}.right-assist-loading{flex:1;display:flex;align-items:center;justify-content:center}.right-assist-loading-spinner{width:20px;height:20px;border-radius:9999px;border:2px solid var(--ui-border, #e5e7eb);border-top-color:var(--ui-text, #111827);animation:assist-spin .8s linear infinite}@keyframes assist-spin{to{transform:rotate(360deg)}}.bottom-tab-bar{display:none;position:fixed;bottom:0;left:0;right:0;height:56px;background:#fff;border-top:1px solid #e5e7eb;z-index:100;padding-bottom:env(safe-area-inset-bottom,0)}@media (max-width: 1023px){.bottom-tab-bar{display:flex;align-items:center;justify-content:space-around}}.bottom-tab-item{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;flex:1;height:100%;color:#9ca3af;text-decoration:none;font-size:11px;font-weight:500;transition:color .15s}.bottom-tab-item--active{color:#3b82f6}.bottom-tab-label{line-height:1}.levelup-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2000;display:flex;align-items:center;justify-content:center;padding:24px;background:rgba(0,0,0,.55);backdrop-filter:blur(4px)}.levelup-overlay-stars{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;pointer-events:none}.levelup-card-wrapper{position:relative;width:min(420px,100%);padding:4px;border-radius:28px}.levelup-card{position:relative;background:#fff;border-radius:24px;padding:48px 36px;text-align:center;overflow:hidden;box-shadow:0 30px 70px rgba(15,23,42,.18)}.levelup-card-highlight{position:absolute;border-radius:999px;filter:blur(40px);opacity:.65;pointer-events:none}.levelup-card-highlight.top{top:-120px;right:-120px;width:220px;height:220px}.levelup-card-highlight.bottom{bottom:-120px;left:-120px;width:220px;height:220px}.levelup-trophy{position:relative;display:inline-flex;align-items:center;justify-content:center;margin-bottom:24px}.levelup-trophy-glow{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:999px;opacity:.6;animation:levelupPulse 2s ease-in-out infinite;filter:blur(20px)}.levelup-trophy-icon{position:relative;display:inline-flex;align-items:center;justify-content:center;padding:18px;border-radius:999px}.levelup-title{font-size:2.125rem;font-weight:700;margin-bottom:12px;background-clip:text;-webkit-background-clip:text;color:transparent}.levelup-subtitle{margin:0 0 28px;font-size:1rem;color:#4b5563}.levelup-badge{display:inline-flex;align-items:center;gap:16px;border-radius:22px;padding:18px 26px;margin-bottom:32px}.levelup-badge-label{font-size:.875rem;color:#6b7280}.levelup-badge-level{font-size:2.5rem;font-weight:800;background-clip:text;-webkit-background-clip:text;color:transparent}.levelup-progress{margin-bottom:36px;text-align:left}.levelup-progress-header{display:flex;justify-content:space-between;margin-bottom:12px;font-size:.875rem;color:#4b5563}.levelup-progress-bar{position:relative;width:100%;height:12px;border-radius:999px;background:rgba(148,163,184,.2);overflow:hidden}.levelup-progress-fill{position:relative;height:100%;border-radius:inherit;overflow:hidden}.levelup-progress-fill:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(110deg,rgba(255,255,255,.1),rgba(255,255,255,.55),rgba(255,255,255,.1));animation:levelupShimmer 1.5s linear infinite}.levelup-action-button{width:100%;border:none;border-radius:16px;padding:14px 0;font-size:1.125rem;font-weight:600;color:#fff;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease}.levelup-action-button:hover,.levelup-action-button:focus-visible{transform:scale(1.03);outline:none}.levelup-action-button:active{transform:scale(.97)}.levelup-star{position:absolute;color:#facc15}@media (max-width: 480px){.levelup-card{padding:36px 24px}.levelup-title{font-size:1.8rem}.levelup-badge{padding:16px 22px}.levelup-badge-level{font-size:2.2rem}.levelup-action-button{font-size:1rem}}@keyframes levelupShimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}@keyframes levelupPulse{0%,to{opacity:.5}50%{opacity:.9}}.login-page{position:relative;min-height:100vh;width:100%;display:flex;align-items:center;justify-content:center;overflow:hidden;background:#f8fafc}.login-interaction-lock{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;background:transparent;cursor:wait}.login-bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.login-bg-image{position:absolute;top:0;right:0;bottom:0;left:0;background-image:url(https://images.unsplash.com/photo-1771732267195-5fd0a6f7c64d?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3w3Nzg4Nzd8MHwxfHNlYXJjaHwxfHxwYXN0ZWwlMjBjb2xvcmZ1bCUyMGdyYWRpZW50JTIwYmx1ciUyMGJhY2tncm91bmR8ZW58MXx8fHwxNzc0MTQ2NTQyfDA&ixlib=rb-4.1.0&q=80&w=1080);background-size:cover;background-position:center;opacity:.4;mix-blend-mode:multiply}.login-bg-gradient{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,rgba(99,102,241,.2),rgba(192,132,252,.2),rgba(96,165,250,.2));backdrop-filter:blur(100px)}.login-floating-layer{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.login-floating-icon{position:absolute;opacity:.2}.login-floating-icon svg{stroke-width:1.5}.login-floating-icon--book{left:calc(50% - 200px);top:calc(50% - 100px);color:#60a5fa}.login-floating-icon--book svg{width:64px;height:64px}.login-floating-icon--atom{left:calc(50% + 300px);top:calc(50% - 150px);color:#c084fc}.login-floating-icon--atom svg{width:96px;height:96px}.login-floating-icon--globe{left:calc(50% - 250px);top:calc(50% + 150px);color:#34d399}.login-floating-icon--globe svg{width:80px;height:80px}.login-floating-icon--bulb{left:calc(50% + 250px);top:calc(50% + 200px);color:#fbbf24}.login-floating-icon--bulb svg{width:64px;height:64px}.login-floating-icon--sparkles{left:50%;top:calc(50% - 250px);color:#f472b6}.login-floating-icon--sparkles svg{width:48px;height:48px}.login-main{position:relative;z-index:1;width:100%;max-width:448px;padding:24px}.login-card{background:rgba(255,255,255,.8);border:1px solid rgba(255,255,255,.5);backdrop-filter:blur(24px);box-shadow:0 24px 48px rgba(99,102,241,.12);border-radius:32px;padding:40px}.login-header{display:flex;flex-direction:column;align-items:center;margin-bottom:32px;text-align:center}.login-header-icon-wrap{width:64px;height:64px;border-radius:18px;margin-bottom:16px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#6366f1,#60a5fa);box-shadow:0 12px 28px rgba(99,102,241,.28);transform:rotate(3deg)}.login-header-icon{width:32px;height:32px;color:#fff;transform:rotate(-3deg)}.login-header h1{margin:0 0 8px;color:#1e293b;font-size:30px;line-height:1.2;font-weight:700;letter-spacing:-.02em}.login-header p{margin:0;color:#64748b;font-size:14px;font-weight:500}.login-form{display:flex;flex-direction:column;gap:20px}.input-group{display:flex;flex-direction:column;gap:6px}.input-group label{padding-left:4px;margin:0;font-size:12px;line-height:1.3;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#475569}.login-input-wrap{position:relative}.login-input-icon{position:absolute;left:14px;top:50%;width:20px;height:20px;transform:translateY(-50%);color:#94a3b8;pointer-events:none;transition:color .2s ease}.login-input-wrap input{width:100%;height:52px;box-sizing:border-box;border-radius:12px;border:1px solid #e2e8f0;padding:0 16px 0 44px;font-size:14px;color:#1e293b;background:rgba(248,250,252,.72);transition:border-color .2s ease,box-shadow .2s ease,background .2s ease}.login-input-wrap input::placeholder{color:#94a3b8}.login-input-wrap input:focus{outline:none;border-color:#6366f1;background:#fff;box-shadow:0 0 0 3px rgba(99,102,241,.16)}.login-input-wrap:focus-within .login-input-icon{color:#6366f1}.login-input-wrap input:disabled{cursor:not-allowed;opacity:.75}.login-button-group{display:flex}.login-button-group.is-split{gap:10px}.login-back-button,.login-submit-button,.login-wifi-button{box-sizing:border-box;padding:0 16px;min-height:52px;border-radius:12px;border:1px solid transparent;font-size:14px;font-weight:700;cursor:pointer;transition:all .22s ease}.login-back-button{flex:1;color:#1e293b;border-color:rgba(148,163,184,.5);background:linear-gradient(135deg,rgba(255,255,255,.94),rgba(241,245,249,.92));box-shadow:0 8px 18px rgba(148,163,184,.2)}.login-back-button:hover:not(:disabled){border-color:rgba(99,102,241,.42);box-shadow:0 12px 22px rgba(99,102,241,.18);transform:translateY(-1px)}.login-submit-button{position:relative;width:100%;overflow:hidden;color:#fff;background:linear-gradient(90deg,#4f46e5,#3b82f6);box-shadow:0 10px 24px rgba(79,70,229,.26)}.login-submit-button--split{flex:1}.login-submit-button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 14px 28px rgba(79,70,229,.3)}.login-submit-button:active:not(:disabled){transform:translateY(0);box-shadow:0 8px 18px rgba(79,70,229,.24)}.login-submit-content{position:relative;z-index:2;display:inline-flex;align-items:center;justify-content:center;gap:8px}.login-back-content{display:inline-flex;align-items:center;justify-content:center;gap:6px}.login-back-arrow{width:16px;height:16px}.login-submit-arrow{width:16px;height:16px;transition:transform .2s ease}.login-submit-button:hover:not(:disabled) .login-submit-arrow{transform:translate(3px)}.login-submit-shimmer{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.2) 50%,transparent 100%);transform:translate(-100%) skew(-12deg)}.login-submit-button:hover:not(:disabled) .login-submit-shimmer{animation:login-shimmer 1.5s infinite}.login-spinner{width:18px;height:18px;animation:login-spin 1s linear infinite}.login-spinner-track{fill:none;stroke:rgba(255,255,255,.28)}.login-spinner-head{fill:currentColor;color:#fff}.login-password-input--android{-webkit-text-security:disc}.login-wifi-button{width:100%;margin-top:-2px;border-color:#bfdbfe;color:#1d4ed8;background:rgba(239,246,255,.9)}.login-wifi-button:hover:not(:disabled){background:#dbeafe}.login-back-button:disabled,.login-submit-button:disabled,.login-wifi-button:disabled{cursor:not-allowed;opacity:.7;box-shadow:none;transform:none}.login-status{margin:0;text-align:center;font-size:13px;line-height:1.45;color:#475569}.login-status--info{color:#2563eb}.login-status--warning{color:#b45309}.login-status--error{color:#dc2626}.login-status--strong{font-weight:700}.login-version{margin:28px 0 0;text-align:center;color:#64748b;font-size:12px;letter-spacing:.14em;font-weight:600;text-shadow:0 1px 2px rgba(255,255,255,.75)}@keyframes login-spin{to{transform:rotate(360deg)}}@keyframes login-shimmer{to{transform:translate(100%) skew(-12deg)}}@media (max-width: 900px){.login-floating-icon{display:none}}@media (max-width: 520px){.login-main{max-width:100%;padding:16px}.login-card{border-radius:24px;padding:28px 20px}}.mqi-root{position:relative;padding:6px 4px 12px;user-select:none}.mqi-svg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;pointer-events:none;z-index:10;overflow:visible}.mqi-hint{text-align:center;font-size:13px;color:#64748b;margin-bottom:10px;padding:5px 12px;background:#f8fafc;border-radius:8px;border:1px solid #e2e8f0;transition:background .2s}.mqi-columns{display:flex;align-items:flex-start;gap:0}.mqi-column{flex:1;display:flex;flex-direction:column;gap:10px;min-width:0}.mqi-gap{flex:0 0 52px;min-width:52px}.mqi-col-header{text-align:center;font-size:12px;color:#94a3b8;font-weight:500;letter-spacing:.5px;margin-bottom:2px}.mqi-card{position:relative;padding:12px 10px;border:2.5px solid #e2e8f0;border-radius:14px;background:#fff;min-height:58px;display:flex;flex-direction:column;align-items:center;justify-content:center;transition:border-color .15s,background .15s,box-shadow .15s,transform .1s;-webkit-tap-highlight-color:transparent;cursor:pointer}.mqi-card:active:not(.mqi-done){transform:scale(.96)}.mqi-card:hover:not(.mqi-done):not(.mqi-sel){border-color:#93c5fd;box-shadow:0 2px 8px rgba(59,130,246,.18)}.mqi-sel{border-color:#3b82f6!important;background:#dbeafe!important;box-shadow:0 0 0 3px rgba(59,130,246,.28)!important;transform:scale(1.02)}.mqi-waiting{border-color:#94a3b8!important;background:#f8fafc!important;box-shadow:0 0 0 2px rgba(148,163,184,.2)!important}.mqi-badge{position:absolute;top:-9px;right:-9px;width:22px;height:22px;border-radius:50%;border:2px solid #fff;color:#fff;font-size:11px;font-weight:700;display:flex;align-items:center;justify-content:center;z-index:20;box-shadow:0 1px 4px rgba(0,0,0,.18);line-height:1}.mqi-icon{position:absolute;top:6px;left:8px;font-size:12px;font-weight:700;line-height:1}.mqi-icon-ok{color:#16a34a}.mqi-icon-wrong{color:#dc2626}.mqi-icon-miss{color:#9ca3af}.mqi-item-img{display:flex;flex-direction:column;align-items:center;gap:4px}.mqi-item-img img{max-width:100%;max-height:90px;object-fit:contain;border-radius:6px}.mqi-item-img-label{font-size:13px;color:#475569;text-align:center}.mqi-item-pinyin{text-align:center}.mqi-pinyin-text{font-size:20px;font-weight:700;color:#4f46e5;letter-spacing:1.5px;font-family:Noto Sans,-apple-system,BlinkMacSystemFont,system-ui,Noto Sans SC,sans-serif}.mqi-item-text{display:flex;flex-direction:column;align-items:center;gap:2px}.mqi-char{font-size:26px;font-weight:700;color:#1e293b;line-height:1.2}.mqi-char-pinyin{font-size:12px;color:#6366f1;letter-spacing:1px;font-style:italic}.mqi-summary{margin-top:14px;padding:10px 16px;border-radius:10px;text-align:center;font-size:15px;font-weight:600}.mqi-pass{background:#f0fdf4;color:#15803d;border:1px solid #bbf7d0}.mqi-fail{background:#fef2f2;color:#b91c1c;border:1px solid #fecaca}@media (max-width: 480px){.mqi-gap{flex:0 0 36px;min-width:36px}.mqi-card{padding:10px 8px;min-height:50px;border-radius:10px}.mqi-char{font-size:22px}.mqi-pinyin-text{font-size:17px}}.parent-report{width:100%}.parent-report__label-row{display:flex;justify-content:space-between;align-items:center}.parent-report__preview-wrapper{width:100%;overflow:auto}.parent-report__preview{width:100%;max-width:1100px;margin:0 auto;background:#f6f8fb;border-radius:20px;padding:16px;box-shadow:0 8px 24px rgba(0,0,0,.08)}.pr-card{background:#fff;border-radius:16px;padding:16px}.pr-card--shadow{box-shadow:0 8px 20px rgba(0,0,0,.06)}.pr-card__title{font-weight:700;margin-bottom:12px;font-size:16px}.pr-template-one__header{background:linear-gradient(90deg,#ff9f4b,#b94dee);color:#fff;border-radius:16px;padding:16px 20px;display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.pr-template-one__title{font-size:22px;font-weight:700}.pr-template-one__subtitle{margin-top:4px;opacity:.95}.pr-template-one__week{font-size:14px}.pr-template-one__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(340px,1fr));gap:14px;grid-template-areas:"status progress" "parent parent"}.pr-template-one__card-status{grid-area:status}.pr-template-one__card-progress{grid-area:progress}.pr-template-one__card-parent{grid-area:parent}.pr-template-one__status{display:flex;justify-content:space-between;align-items:center;gap:12px}.pr-template-one__badge{display:inline-flex;padding:8px 12px;border-radius:10px;background:#f0f5ff;color:#1d4ed8;font-weight:600}.pr-template-one__mastery{display:flex;align-items:center;gap:12px}.pr-template-one__ring{width:80px;height:80px;border-radius:50%;background:conic-gradient(#4c9bff,#4c9bff 72%,#e5e7eb 72%);display:flex;align-items:center;justify-content:center;color:#0f172a;font-weight:700}.pr-template-one__ring-value{background:#fff;border-radius:50%;width:64px;height:64px;display:flex;align-items:center;justify-content:center;box-shadow:inset 0 0 4px rgba(0,0,0,.08)}.pr-template-one__trend{display:flex;flex-direction:column;gap:6px}.pr-template-one__trend-value{font-weight:700;color:#0f172a}.pr-template-one__chips{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.pr-template-one__progress-row{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:10px;margin-bottom:10px}.pr-template-one__bar{background:#e5e7eb;height:10px;border-radius:8px;overflow:hidden}.pr-template-one__bar-inner{height:100%;background:linear-gradient(90deg,#4c9bff,#5ac4ff);border-radius:8px}.pr-template-one__meta-row{display:flex;justify-content:space-between;margin-top:8px;color:#374151}.pr-template-one__milestone{margin-top:10px;color:#10b981;font-weight:600}.pr-template-one__steps{display:flex;flex-direction:column;gap:12px}.pr-template-one__step{display:grid;grid-template-columns:32px 1fr;gap:10px;align-items:center}.pr-template-one__step-index{width:32px;height:32px;border-radius:50%;background:#f0f5ff;color:#1d4ed8;display:flex;align-items:center;justify-content:center;font-weight:700}.pr-template-one__step-title{font-weight:700}.pr-template-one__step-detail{color:#4b5563}.pr-template-one__summary{margin-top:12px;padding:10px 12px;background:#f0fdf4;border-radius:10px;color:#166534;font-weight:600}.pr-template-two__header{background:linear-gradient(90deg,#ff9f4b,#b94dee);color:#fff;border-radius:16px;padding:16px 20px;display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:16px}.pr-template-two__brand{font-weight:700;padding:6px 10px;background:rgba(255,255,255,.2);border-radius:10px}.pr-template-two__title{font-size:22px;font-weight:700}.pr-template-two__student,.pr-template-two__goal{opacity:.95;margin-top:4px}.pr-template-two__week{font-size:14px}.pr-template-two__top{display:grid;gap:12px}.pr-template-two__stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:10px}.pr-template-two__stat-card{background:#fff;border-radius:12px;padding:12px;box-shadow:0 4px 12px rgba(0,0,0,.04)}.pr-template-two__stat-title{color:#4b5563;margin-bottom:6px}.pr-template-two__stat-value{font-weight:700;color:#0f172a}.pr-template-two__delta{color:#16a34a;font-size:14px}.pr-template-two__where,.pr-template-two__trend{background:#fff;border-radius:12px;padding:12px;box-shadow:0 4px 12px rgba(0,0,0,.04)}.pr-template-two__panel-title{font-weight:700;margin-bottom:8px}.pr-template-two__chips{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:8px}.pr-template-two__chip-list{display:flex;flex-wrap:wrap;gap:6px;margin-top:6px}.pr-template-two__trend-line{display:flex;gap:6px;align-items:flex-end;height:140px}.pr-template-two__trend-point{flex:1;text-align:center}.pr-template-two__trend-bar{background:#e5e7eb;height:120px;border-radius:8px;position:relative;overflow:hidden;display:flex;align-items:flex-end}.pr-template-two__trend-bar-inner{width:100%;background:linear-gradient(180deg,#4c9bff,#6dd5ff)}.pr-template-two__trend-label{margin-top:6px;color:#4b5563}.pr-template-two__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:12px;margin-top:12px}.pr-template-two__actions{display:flex;flex-direction:column;gap:10px}.pr-template-two__action{padding:10px 12px;background:#f9fafb;border-radius:10px}.pr-template-two__action-title{font-weight:700}.pr-template-two__action-detail{color:#4b5563;margin-top:4px}.pr-template-two__encourage{display:flex;flex-direction:column;gap:8px}.pr-template-two__encourage-item{padding:10px 12px;background:#f0f9ff;border-radius:10px;border:1px solid #dbeafe}.pr-template-two__footer{margin-top:12px;display:flex;flex-direction:column;gap:6px;color:#111827;padding:10px 12px;background:#fff;border-radius:12px;box-shadow:0 4px 12px rgba(0,0,0,.04)}@media (max-width: 640px){.pr-template-one__grid,.pr-template-two__grid,.pr-template-two__stats{grid-template-columns:1fr}.pr-template-one__grid{grid-template-areas:"status" "progress" "parent"}.pr-template-one__header,.pr-template-two__header{flex-direction:column;align-items:flex-start}}.spm-layout{display:flex;flex-direction:column;min-height:100vh;background-color:#f5f7fa}.spm-layout__header{background-color:#fff;border-bottom:1px solid #e5e7eb;padding:10px 20px;display:flex;align-items:center;justify-content:flex-end}.spm-layout__title{color:#111827;font-size:24px;font-weight:600;line-height:32px}.spm-layout__body{display:flex;flex:1;min-height:0}.spm-layout__main{flex:1;overflow-y:auto;background-color:transparent}.spm-layout__content-wrapper{width:100%;padding-left:20px;padding-right:20px;padding-bottom:28px;box-sizing:border-box}@media (min-width: 1024px){.spm-layout__content-wrapper{padding-left:28px;padding-right:28px}}@media (min-width: 1280px){.spm-layout__content-wrapper{padding-left:32px;padding-right:32px}}.spm-layout__section{padding-top:12px;padding-bottom:12px}.spm-layout__section--modules{padding-top:6px}.spm-layout__section--content{padding-top:10px;padding-bottom:12px}.spm-layout__state-card{background-color:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:24px 20px;display:flex;align-items:center;justify-content:center;min-height:180px}.spm-sidebar{width:80px;background-color:#fff;border-right:1px solid #e5e7eb;display:flex;flex-direction:column;align-items:center;padding:24px 0}.spm-sidebar__nav{display:flex;flex-direction:column;gap:16px;width:100%;align-items:center}.spm-sidebar__button{position:relative;width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:none;border:none;color:#9ca3af;cursor:pointer;transition:color .2s ease}.spm-sidebar__button:not(.spm-sidebar__button--active):hover{color:#4b5563}.spm-sidebar__button--active{color:#2563eb}.spm-sidebar__icon{width:24px;height:24px}.spm-sidebar__indicator{position:absolute;left:0;top:50%;transform:translateY(-50%);width:2px;height:24px;background-color:#2563eb;border-radius:999px}.spm-user-info{display:flex;align-items:center;gap:12px}.spm-user-info__avatar{width:32px;height:32px;border-radius:50%;background-color:#2563eb;display:flex;align-items:center;justify-content:center}.spm-user-info__icon{width:16px;height:16px;color:#fff}.spm-user-info__name{font-size:14px;line-height:20px;color:#374151;font-weight:500}.spm-class-tabs{display:flex;flex-wrap:wrap;gap:6px;border-bottom:2px solid #e5e7eb}.spm-class-tabs__button{position:relative;border:none;background:none;color:#4b5563;padding:12px 22px;font-size:14px;line-height:20px;cursor:pointer;transition:color .2s ease;border-radius:10px 10px 0 0;min-width:96px}.spm-class-tabs__button:hover{color:#111827}.spm-class-tabs__button--active{color:#2563eb;font-weight:600}.spm-class-tabs__indicator{position:absolute;left:0;right:0;bottom:0;height:4px;border-radius:999px;background-color:#2563eb}.spm-modules{display:flex;flex-wrap:wrap;gap:10px}.spm-modules__button{flex:0 1 104px;padding:12px 10px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;color:#4b5563;background-color:#fff;border:2px solid #e5e7eb;border-radius:12px;cursor:pointer;transition:all .2s ease}.spm-modules__button:not(.spm-modules__button--active):hover{color:#2563eb;border-color:#60a5fa}.spm-modules__button--active{color:#fff;background-color:#2563eb;border-color:#2563eb;box-shadow:0 16px 32px rgba(37,99,235,.2)}.spm-modules__icon{width:24px;height:24px}.spm-modules__label{font-size:12px;line-height:16px;text-align:center}@media (max-width: 1366px){.spm-layout__content-wrapper{padding-left:18px;padding-right:18px}.spm-layout__section{padding-top:20px;padding-bottom:20px}.spm-class-tabs__button{padding:10px 18px}.spm-modules{gap:8px}.spm-modules__button{flex:0 1 96px;padding:10px 8px}.spm-layout__state-card{padding:22px 16px}}.spm-sequential{display:flex;flex-direction:column;gap:16px}.spm-sequential__toolbar{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:4px;flex-wrap:wrap}.spm-sequential__empty{text-align:center;padding:40px 16px;color:#999;display:flex;flex-direction:column;align-items:center;gap:12px}.spm-sequential__empty-icon{font-size:48px}.spm-sequential__grid{width:100%}.spm-sequential__grid-item{display:flex}.spm-sequential__card{display:flex;flex-direction:column}.spm-sequential__card-inner{display:flex;flex-direction:column;gap:inherit;height:100%;min-height:0}.spm-sequential__card-header{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.spm-sequential__card-meta{display:flex;flex-direction:column;align-items:flex-end;gap:2px}.spm-sequential__subjects{flex:1;display:flex;flex-direction:column;gap:12px;min-height:0}.spm-sequential__subject{display:flex;flex-direction:row;align-items:stretch;gap:8px;min-height:0}.spm-sequential__subject-meta{width:60px;min-width:60px;display:flex;flex-direction:column;justify-content:center;align-items:center;background:#fafafa;border-radius:4px;padding:6px 4px;flex-shrink:0}.spm-sequential__subject-title{font-size:13px;margin-bottom:4px}.spm-sequential__subject-progress{font-size:11px}.spm-sequential__subject-chart{flex:1;display:flex;align-items:center;justify-content:center;border:1px solid #e5e5e5;border-radius:6px;background:#fff;overflow:hidden}.spm-sequential__subject-chart canvas{width:100%!important;height:100%!important}.spm-sequential__subject-chart--empty{color:#999}.spm-sequential__subject-chart--empty>div{width:100%;text-align:center}.spm-sequential--compact .spm-sequential__card{height:auto}.spm-sequential--compact .spm-sequential__toolbar{flex-direction:column;align-items:flex-start;gap:8px}.spm-sequential--compact .spm-sequential__toolbar .ant-btn{align-self:flex-end}.spm-sequential--stacked .spm-sequential__subjects{gap:10px}.spm-sequential--stacked .spm-sequential__subject{flex-direction:column;gap:10px}.spm-sequential--stacked .spm-sequential__subject-meta{width:100%;min-width:0;flex-direction:row;justify-content:space-between;padding:8px 12px}.spm-sequential--stacked .spm-sequential__subject-title{margin-bottom:0}.spm-sequential--single-column .spm-sequential__grid-item{max-width:100%}@media (max-width: 1180px){.spm-sequential__card-meta{align-items:flex-start}}@media (max-width: 960px){.spm-sequential__toolbar .ant-btn{width:100%}}.cq-category-tabs .ant-tabs-nav{margin-bottom:0}.cq-category-tabs .ant-tabs-nav-wrap{overflow:visible}.cq-category-tabs .ant-tabs-nav-list{flex-wrap:wrap;transform:none!important}.cq-category-tabs .ant-tabs-nav-operations{display:none}.cq-category-tabs .ant-tabs-tab{margin:0 8px 8px 0}.cq-category-tabs .ant-tabs-ink-bar{display:none}.cq-category-tabs .ant-tabs-tab[data-node-key^=__cq_group__]{flex:0 0 100%;width:100%;margin:10px 0 6px;padding:0;background:transparent;border:none;cursor:default}.cq-category-tabs .ant-tabs-tab[data-node-key^=__cq_group__] .ant-tabs-tab-btn{cursor:default}.cq-category-tabs .ant-tabs-tab[data-node-key^=__cq_group__]:after{content:"";display:block;height:1px;background:rgba(148,163,184,.35);margin-top:6px}.teacher-shell-root{height:100vh;display:flex;background:#f8fafc;color:#111827;overflow:hidden}.teacher-shell-right-frame{flex:1;display:flex;flex-direction:column;min-width:0;min-height:0;background:#f8fafc;overflow:hidden}.teacher-shell-body{flex:1;min-height:0;min-width:0;display:flex}.teacher-shell-content{flex:1;min-width:0;min-height:0;padding:20px 24px;overflow-y:auto;overflow-x:hidden}.teacher-nav-rail{width:232px;background:#f1f5f9;border-right:1px solid #e2e8f0;box-shadow:2px 0 8px rgba(15,23,42,.04);display:flex;flex-direction:column;min-height:0}.teacher-nav-rail--collapsed{width:88px}.teacher-nav-rail-toolbar{height:64px;display:flex;align-items:center;justify-content:flex-end;padding:0 12px;border-bottom:1px solid #e2e8f0;background:#fff}.teacher-nav-rail-toggle{width:40px;height:40px;font-size:16px}.teacher-nav-menu{flex:1;min-height:0;border-inline-end:0!important;background:transparent!important;padding:8px;overflow-y:auto}.teacher-nav-menu .ant-menu-item,.teacher-nav-menu .ant-menu-submenu-title{min-height:44px;line-height:44px;border-radius:12px}.teacher-top-bar{padding:0 20px 0 24px}.teacher-top-action-btn{width:36px;height:36px;display:inline-flex!important;align-items:center;justify-content:center}.teacher-top-alert-wrap{position:relative;display:inline-flex;align-items:center}.teacher-top-alert-badge{position:absolute;top:-8px;right:-10px;min-width:16px;height:16px;padding:0 4px;border-radius:999px;background:#ef4444;color:#fff;font-size:10px;line-height:16px;text-align:center}.teacher-alert-loading{display:flex;align-items:center;justify-content:center;min-height:120px}.teacher-alert-row{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:8px 10px;border-radius:10px;background:#f8fafc}.teacher-alert-row-main{display:flex;flex-direction:column;gap:4px}.teacher-alert-empty{min-height:56px;display:flex;align-items:center;justify-content:center}.student-class-selector .ant-tabs-tab{padding:8px 12px!important;margin:0 4px!important;font-size:13px}.student-class-selector .ant-tabs-content-holder{padding:16px 0;max-height:none}.student-class-selector .ant-tabs-tab-btn{white-space:nowrap}.student-class-selector .ant-tabs-nav{margin-bottom:16px!important}.student-class-selector .ant-tabs-nav-wrap{overflow:visible!important}.student-class-selector .ant-tabs-nav-list{flex-wrap:wrap!important;height:auto!important}.student-class-selector .ant-tabs-tab+.ant-tabs-tab{margin-left:0!important}.student-class-selector .student-card{transition:all .3s ease;border-radius:8px}.student-class-selector .student-card:hover{box-shadow:0 4px 12px rgba(0,0,0,.1);transform:translateY(-2px)}.student-class-selector .student-card.selected{border-color:#1890ff;background-color:#f0f8ff}.student-class-selector .student-info{text-align:center;padding:8px}.student-class-selector .student-avatar{font-size:20px;margin-bottom:4px}.student-class-selector .student-name{font-size:12px;font-weight:500}.student-class-selector .selected-indicator{color:#52c41a;font-size:14px;margin-top:4px}.student-class-selector .class-header{background-color:#fafafa;padding:12px 16px;border-radius:6px;margin-bottom:16px}.student-class-selector .class-stats{display:flex;align-items:center;gap:8px}.student-class-selector .selection-summary{background-color:#f0f2f5;padding:12px 16px;border-radius:6px;margin-bottom:16px}@keyframes bookFallIn{0%{opacity:0;transform:translateY(-20px) rotateX(20deg) scale(.9)}to{opacity:1;transform:translateY(0) rotateX(0) scale(1)}}@keyframes lanternFlicker{0%,to{opacity:1;text-shadow:0 0 20px rgba(212,160,23,.6)}50%{opacity:.9;text-shadow:0 0 35px rgba(212,160,23,.9)}}@keyframes shelfGleam{0%{background-position:-200% center}to{background-position:200% center}}@keyframes floatUp{0%{transform:translateY(0)}50%{transform:translateY(-6px)}to{transform:translateY(0)}}.library-root{min-height:100vh;background:radial-gradient(ellipse at top,#2d1a0f,#1a0f0a 60%);padding:0;position:relative}.library-banner{background:linear-gradient(180deg,#2d1a0f,#1f1208);border-bottom:2px solid #5c3317;padding:28px 32px 20px;position:relative;overflow:hidden}.library-banner:before{content:"";position:absolute;top:0;left:-100%;right:-100%;height:2px;background:linear-gradient(90deg,transparent,#d4a017 30%,#f5d060 50%,#d4a017 70%,transparent);animation:shelfGleam 4s linear infinite}.library-banner-inner{display:flex;align-items:flex-start;justify-content:space-between;flex-wrap:wrap;gap:16px}.library-title-cn{font-size:28px;font-weight:800;color:#d4a017;letter-spacing:6px;font-family:STSong,SimSun,"Noto Serif SC",serif;line-height:1;animation:lanternFlicker 3s ease-in-out infinite}.library-title-sub{font-size:13px;color:#8a6a4a;margin-top:6px;letter-spacing:2px}.library-stats-row{display:flex;gap:16px;margin-top:16px;flex-wrap:wrap}.library-stat-chip{display:flex;align-items:center;gap:6px;background:rgba(92,51,23,.25);border:1px solid rgba(212,160,23,.2);border-radius:20px;padding:4px 14px;color:#c8a060;font-size:13px}.library-stat-chip strong{color:#d4a017;font-size:16px}.library-add-btn{background:linear-gradient(135deg,#d4a017,#f0c840,#d4a017)!important;border:none!important;color:#1a0f0a!important;font-weight:700!important;font-size:14px!important;height:42px!important;padding:0 22px!important;border-radius:6px!important;box-shadow:0 4px 15px rgba(212,160,23,.35),inset 0 1px rgba(255,255,255,.2)!important;letter-spacing:1px!important;transition:all .3s ease!important;flex-shrink:0;align-self:flex-start}.library-add-btn:hover{transform:translateY(-2px)!important;box-shadow:0 8px 24px rgba(212,160,23,.5),inset 0 1px rgba(255,255,255,.2)!important;color:#0a0600!important}.library-filter-bar{padding:12px 32px;display:flex;gap:8px;flex-wrap:wrap;align-items:center;background:rgba(0,0,0,.25);border-bottom:1px solid rgba(92,51,23,.4)}.filter-chip{padding:4px 14px;border-radius:16px;border:1px solid rgba(92,51,23,.5);cursor:pointer;color:#8a6a4a;font-size:12px;background:transparent;transition:all .2s;white-space:nowrap;user-select:none}.filter-chip:hover{border-color:rgba(212,160,23,.5);color:#d4a017;background:rgba(212,160,23,.05)}.filter-chip.active{border-color:#d4a017;color:#d4a017;background:rgba(212,160,23,.12);font-weight:600}.library-shelf-area{padding:28px 32px 40px}.library-shelf-label{color:#5c3317;font-size:11px;letter-spacing:3px;text-transform:uppercase;margin-bottom:16px;display:flex;align-items:center;gap:12px}.shelf-line{flex:1;height:1px;background:linear-gradient(90deg,rgba(92,51,23,.5),transparent)}.book-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(148px,1fr));gap:24px}.book-card{border-radius:2px 8px 8px 2px;overflow:hidden;cursor:pointer;position:relative;animation:bookFallIn .45s ease backwards;box-shadow:-5px 5px 20px rgba(0,0,0,.6),-2px 0 rgba(0,0,0,.3),inset 6px 0 12px rgba(0,0,0,.15);transition:transform .3s cubic-bezier(.34,1.56,.64,1),box-shadow .3s ease}.book-card:hover{transform:translateY(-10px) rotate(-2deg);box-shadow:-8px 18px 35px rgba(0,0,0,.7),-3px 0 rgba(0,0,0,.4),inset 6px 0 12px rgba(0,0,0,.15);z-index:10}.book-card:before{content:"";position:absolute;left:0;top:0;bottom:0;width:8px;background:linear-gradient(180deg,rgba(0,0,0,.35),rgba(0,0,0,.15) 40%,rgba(0,0,0,.3));border-right:1px solid rgba(0,0,0,.25);z-index:2}.book-cover-area{height:115px;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.book-cover-area:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,rgba(255,255,255,.08) 0%,transparent 60%);pointer-events:none}.book-emoji{font-size:48px;filter:drop-shadow(0 3px 8px rgba(0,0,0,.4));animation:floatUp 3s ease-in-out infinite}.book-card.inactive .book-cover-area{filter:grayscale(.7) brightness(.7)}.book-info-area{background:#f7eed8;padding:8px 10px 10px 14px;position:relative}.book-info-area:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:rgba(0,0,0,.08)}.book-title-text{font-weight:700;font-size:13px;color:#2c1a0e;line-height:1.4;max-height:2.8em;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:2px}.book-author-text{font-size:11px;color:#8a6a4a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-bottom:6px}.book-stars{font-size:10px;letter-spacing:1px;margin-bottom:6px;color:#d4a017}.book-footer{display:flex;align-items:center;justify-content:space-between}.book-action-overlay{position:absolute;top:6px;right:6px;display:flex;flex-direction:column;gap:4px;opacity:0;transform:translate(6px);transition:all .25s ease;z-index:5}.book-card:hover .book-action-overlay{opacity:1;transform:translate(0)}.book-action-icon{width:26px;height:26px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:11px;cursor:pointer;border:none;transition:all .2s}.book-action-icon.delete{background:rgba(220,53,69,.85);color:#fff}.book-action-icon.delete:hover{background:#dc3545;transform:scale(1.1)}.library-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 0;color:#5c3317}.library-empty-emoji{font-size:64px;margin-bottom:16px;opacity:.5;animation:floatUp 3s ease-in-out infinite}.library-empty-text{font-size:15px;color:#5c3317;opacity:.6;margin-bottom:8px}.library-empty-hint{font-size:12px;color:#5c3317;opacity:.4}@keyframes curtainFadeOut{0%{opacity:1;transform:translateY(0)}70%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-100%);pointer-events:none}}@keyframes curtainBookBounce{0%,to{transform:translateY(0) scale(1)}50%{transform:translateY(-12px) scale(1.05)}}@keyframes curtainTitleReveal{0%{opacity:0;letter-spacing:20px}40%{opacity:1;letter-spacing:8px}to{opacity:1;letter-spacing:8px}}@keyframes curtainBarFill{0%{width:0%}to{width:100%}}.library-curtain{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;background:radial-gradient(ellipse at center,#2d1a0f,#0d0703);display:flex;align-items:center;justify-content:center;animation:curtainFadeOut 2s ease-in-out forwards}.library-curtain-inner{text-align:center}.curtain-book-emoji{font-size:72px;animation:curtainBookBounce 1.2s ease-in-out infinite;display:block;margin-bottom:20px;filter:drop-shadow(0 0 24px rgba(212,160,23,.7))}.curtain-title{font-size:36px;font-weight:800;color:#d4a017;letter-spacing:8px;font-family:STSong,SimSun,"Noto Serif SC",serif;text-shadow:0 0 30px rgba(212,160,23,.6);animation:curtainTitleReveal 1.5s ease-out forwards}.curtain-subtitle{color:#8a6a4a;font-size:14px;letter-spacing:4px;margin-top:8px;margin-bottom:24px}.curtain-bar{width:200px;height:2px;background:rgba(92,51,23,.4);border-radius:2px;margin:0 auto;overflow:hidden}.curtain-bar-fill{height:100%;background:linear-gradient(90deg,#d4a017,#f5d060);border-radius:2px;animation:curtainBarFill 1.8s ease-in-out forwards}.import-modal .ant-modal-content{background:#1e1208;border:1px solid #5c3317}.import-modal .ant-modal-header{background:#1e1208;border-bottom:1px solid #3d2010}.import-modal .ant-modal-title{color:#d4a017}.import-modal .ant-modal-close{color:#8a6a4a}.spe-portal-host{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000}.spe-root{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;box-sizing:border-box;background:radial-gradient(120% 120% at 50% 0%,#f1f4ff,#d7e2ff 45%,#c0d4ff)}.spe-stage-wrapper{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;align-items:center;justify-content:center;box-sizing:border-box}.spe-stage-scaler{width:100%;height:100%;transform-origin:top left}.spe-stage{width:1280px;height:720px;background:linear-gradient(180deg,#cce7ff,#f7fbff);border-radius:32px;box-shadow:0 32px 80px rgba(69,101,182,.25);overflow:hidden;display:flex;flex-direction:column}.spe-loading{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;color:rgba(0,0,0,.45)}.spe-header{height:86px;padding:0 36px;display:flex;align-items:center;justify-content:space-between;background:linear-gradient(90deg,#8b63ff,#7aa5ff);color:#fff}.spe-header-left{display:flex;align-items:center;gap:18px}.spe-header-back{border-radius:999px;border:none;color:#4e23b7;font-weight:600;height:38px;padding:0 20px;background:rgba(255,255,255,.85)}.spe-header-back:hover{background:rgba(255,255,255,.95);color:#4e23b7}.spe-header-tab{padding:10px 24px;border-radius:20px;background:rgba(255,255,255,.22);font-size:16px;font-weight:600;letter-spacing:.02em}.spe-header-user{display:flex;align-items:center;gap:10px;font-weight:600}.spe-user-avatar{width:40px;height:40px;border-radius:50%;background:rgba(255,255,255,.25);display:inline-flex;align-items:center;justify-content:center;font-size:16px}.spe-user-name{font-size:15px}.spe-body{flex:1;display:flex;padding:28px 36px 24px;gap:28px;box-sizing:border-box}.spe-sidebar{width:260px;display:flex;flex-direction:column;gap:18px}.spe-side-card{border-radius:24px;padding:24px 22px;display:flex;flex-direction:column;gap:12px;box-shadow:0 18px 36px rgba(86,109,204,.18);color:#2b1f55}.spe-side-card--rocket{background:linear-gradient(180deg,#ffec7b,#ffc15f)}.spe-side-card--tip{background:linear-gradient(180deg,#d4f1ff,#b3e1ff)}.spe-side-card--progress{background:linear-gradient(180deg,#fff,#eef2ff);border:1px solid rgba(123,143,255,.35);align-items:center;text-align:center;padding:28px 20px}.spe-side-icon{width:52px;height:52px;border-radius:20px;background:rgba(255,255,255,.4);display:inline-flex;align-items:center;justify-content:center;font-size:28px}.spe-side-title{font-size:20px;font-weight:700}.spe-side-desc{font-size:14px;line-height:1.7;color:rgba(43,31,85,.85)}.spe-progress-count{font-size:36px;font-weight:700;color:#4252d1}.spe-progress-label{font-size:14px;letter-spacing:.02em;color:rgba(66,82,209,.75)}.spe-main{flex:1;background:rgba(255,255,255,.92);border-radius:30px;padding:28px;display:flex;flex-direction:column;box-shadow:0 24px 48px rgba(86,110,181,.2);gap:24px}.spe-question-loading{flex:1;display:flex;align-items:center;justify-content:center;gap:12px;color:rgba(0,0,0,.35);flex-direction:column}.spe-question-area{display:flex;flex-direction:column;gap:22px}.spe-question-card{background:linear-gradient(180deg,#fff5e8,#fff 65%);border-radius:26px;padding:26px 28px;border:1px solid rgba(255,188,141,.45);box-shadow:0 16px 34px rgba(255,188,141,.25)}.spe-question-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}.spe-question-label{display:inline-flex;align-items:center;gap:10px;padding:8px 18px;border-radius:16px;background:rgba(255,255,255,.65);color:#a94cff;font-weight:600;font-size:15px}.spe-question-audio{border-radius:999px}.spe-question-text{font-size:20px;line-height:1.8;color:#283064;white-space:pre-wrap}.math-content{font-size:inherit}.spe-timeout-note{background:rgba(255,155,134,.16);border:1px solid rgba(255,131,131,.55);color:#d63f2a;border-radius:16px;padding:12px 18px;font-size:14px;display:inline-flex;align-items:center;gap:8px}.spe-option-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.spe-option-tile{border-radius:24px;padding:22px 24px;background:linear-gradient(180deg,#fff,#f2f5ff);border:3px solid transparent;display:flex;align-items:center;gap:16px;font-size:18px;font-weight:600;color:#2f3160;transition:all .2s ease;cursor:pointer;text-align:left}.spe-option-tile:hover,.spe-option-tile:focus{border-color:#8f9eff;box-shadow:0 14px 30px rgba(121,137,255,.25);transform:translateY(-2px)}.spe-option-tile--active{border-color:#6e7bff;box-shadow:0 18px 36px rgba(112,130,255,.35);background:linear-gradient(180deg,#f7f9ff,#eef1ff)}.spe-option-letter{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:12px;background:rgba(110,123,255,.18);color:#5d6dff;font-weight:700}.spe-option-text{flex:1;display:inline-flex;align-items:center;line-height:1.6}.spe-option-empty{grid-column:span 2;text-align:center;padding:22px;border-radius:20px;background:rgba(236,240,255,.6);color:rgba(40,48,100,.6)}.spe-answer-input{display:flex;flex-direction:column;gap:14px}.spe-answer-header{display:flex;align-items:center;justify-content:space-between;font-weight:600;color:#2e3361}.spe-answer-actions{display:flex;align-items:center;gap:10px;font-size:12px;color:#6d769c}.spe-answer-status{padding:4px 12px;border-radius:999px;background:rgba(255,161,90,.2);color:#ff7f22}.spe-textarea{border-radius:20px;padding:18px 20px;border:1px solid rgba(122,146,255,.35);font-size:16px;min-height:160px;resize:none;box-shadow:inset 0 2px 6px rgba(72,96,173,.1)}.spe-textarea:focus{border-color:#6e7bff;box-shadow:0 0 0 3px rgba(110,123,255,.2)}.spe-main-content{flex:1;display:flex;flex-direction:column;gap:24px}.spe-result-area{display:flex;flex-direction:column;gap:18px}.spe-result-banner{display:flex;align-items:center;gap:16px;border-radius:22px;padding:18px 22px;font-weight:600}.spe-result-banner--success{background:linear-gradient(90deg,#ddffe7,#f3fff7);color:#1e7c4d}.spe-result-banner--fail{background:linear-gradient(90deg,#ffe2e2,#fff3f3);color:#c24343}.spe-result-banner .anticon{font-size:28px}.spe-result-banner-text{display:flex;flex-direction:column;gap:4px}.spe-result-card{background:#fff;border-radius:20px;padding:18px 20px;border:1px solid rgba(195,208,255,.45);box-shadow:0 12px 30px rgba(130,146,255,.2);display:flex;flex-direction:column;gap:10px}.spe-result-card-title{font-weight:700;color:#2e3361;display:flex;align-items:center;gap:8px}.spe-result-card-body{line-height:1.7;color:#3a426d;white-space:pre-wrap}.spe-result-card-body--answer{background:linear-gradient(180deg,#f0f6ff,#fff);border-radius:16px;padding:14px 16px}.spe-result-card-body--feedback{background:linear-gradient(180deg,#f7f2ff,#fff);border-radius:16px;padding:14px 16px}.spe-main-footer{display:flex;align-items:center;justify-content:space-between;padding:18px 28px;border-radius:20px;background:linear-gradient(90deg,#f7f4ff,#ecfbff);border:1px solid rgba(208,216,255,.45);box-shadow:0 10px 24px rgba(149,161,255,.18)}.spe-main-footer--warning{background:linear-gradient(90deg,#fff4e9,#ffeef6)}.spe-main-footer--expired{background:linear-gradient(90deg,#ffe7e7,#fff1f1)}.spe-main-footer-info{display:flex;align-items:center;gap:24px}.spe-main-footer-item{display:flex;align-items:center;gap:10px;font-size:14px;color:#3a3f77}.spe-main-footer-label{font-weight:600}.spe-main-footer-stars{display:inline-flex;gap:6px}.spe-main-footer-value{font-size:18px;font-weight:700;color:#2d3470}.spe-main-footer-divider{width:1px;height:26px;background:rgba(74,90,162,.2)}.spe-main-footer-actions{display:flex;align-items:center}.spe-submit-button{border-radius:999px;padding:0 36px;height:48px;font-size:16px;font-weight:700;background:linear-gradient(90deg,#39d5ff,#3c8bff);border:none;box-shadow:0 18px 36px rgba(60,139,255,.3)}.spe-submit-button:hover{background:linear-gradient(90deg,#2bcaff,#367bff);border:none}.spe-star{font-size:18px;color:rgba(47,53,112,.25)}.spe-star--filled{color:#ffbf3c}@media (max-width: 1400px){.spe-body{padding:24px 28px}}.daily-calc-root{width:100%;height:100vh;display:flex;flex-direction:column;background:#f5f7fb}.daily-calc-topbar{height:64px;padding:10px 14px;display:flex;align-items:center;justify-content:space-between;background:#fff;border-bottom:1px solid #edf0f5}.daily-calc-home-back{height:44px;min-width:96px;display:inline-flex;align-items:center;gap:8px;font-size:18px;color:#1677ff;cursor:pointer;user-select:none}.daily-calc-home-title{display:flex;flex-direction:column;align-items:center;gap:2px}.daily-calc-home-body{flex:1;padding:16px}.daily-calc-home-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.daily-calc-home-card{border-radius:16px;min-height:140px}.daily-calc-main-state{width:100%;min-height:420px;display:flex;align-items:center;justify-content:center;background:#fff;border:1px solid #e2e8f0;border-radius:16px;color:#475569;font-size:24px;gap:12px}.daily-calc-loading-icon{font-size:40px;color:#4f46e5}.daily-calc-main-retry{border:none;background:#4f46e5;display:inline-flex;align-items:center;gap:10px;color:#fff;font-weight:600;border-radius:12px;padding:10px 16px;cursor:pointer}.daily-calc-main-retry:hover{background:#4338ca}.daily-calc-state-fade{animation:daily-calc-fade-in .22s ease;background:transparent!important;border:none!important;box-shadow:none!important;border-radius:0!important}@keyframes daily-calc-fade-in{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.daily-calc-config-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;padding:0;background:transparent!important;border:none!important;box-shadow:none!important;border-radius:0!important}.daily-calc-config-card{position:relative;border-radius:16px;border:1px solid #e0e7ff;background:#fff;min-height:168px;text-align:left;padding:18px 16px 14px 18px;cursor:pointer;overflow:hidden;box-shadow:0 1px 2px rgba(15,23,42,.04);transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease;animation:daily-calc-card-in .26s ease backwards}.daily-calc-config-card--active:hover{background:#fff;border-color:#a5b4fc;box-shadow:0 10px 20px rgba(79,70,229,.12)}.daily-calc-config-card--exhausted{border-color:#cbd5e1}.daily-calc-config-card--exhausted:hover{background:#fff;border-color:#cbd5e1}.daily-calc-config-card--disabled{opacity:.6;background:#f8fafc;border-color:#e2e8f0;cursor:not-allowed}.daily-calc-config-card--disabled:hover{background:#f8fafc}.daily-calc-card-strip{position:absolute;top:0;left:0;width:4px;height:100%}.daily-calc-card-strip--first{background:#fbbf24}.daily-calc-card-strip--repeat{background:#34d399}.daily-calc-card-strip--exhausted{background:#cbd5e1}.daily-calc-card-strip--disabled{background:#e2e8f0}@keyframes daily-calc-card-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.daily-calc-config-head{display:flex;align-items:center;justify-content:space-between;gap:10px}.daily-calc-config-name{font-size:16px;color:#0f172a;font-weight:700;line-height:1.3;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.daily-calc-config-diff{position:absolute;top:12px;right:12px;font-size:12px;color:#475569;font-weight:600;background:#f8fafc;border:1px solid #e2e8f0;border-radius:999px;padding:2px 8px}.daily-calc-config-stars{display:inline-flex;align-items:center;gap:2px;flex-shrink:0}.daily-calc-star-filled{color:#fbbf24;font-size:13px}.daily-calc-star-empty{color:#e2e8f0;font-size:13px}.daily-calc-config-metrics{display:flex;align-items:center;gap:8px;margin-top:12px}.daily-calc-config-pill{display:inline-flex;align-items:center;gap:4px;min-height:26px;padding:0 9px;border-radius:8px;border:1px solid #a7f3d0;font-size:12px;color:#059669;background:#ecfdf5;font-weight:700}.daily-calc-config-pill--amber{border-color:#fde68a;color:#d97706;background:#fffbeb}.daily-calc-config-foot{margin-top:16px;padding-top:12px;border-top:1px solid #f1f5f9;display:flex;align-items:center;justify-content:space-between}.daily-calc-config-times-block{display:inline-flex;align-items:center;gap:8px}.daily-calc-times-label{font-size:12px;color:#64748b}.daily-calc-times-label--danger{font-size:12px;color:#f87171}.daily-calc-config-times{display:inline-flex;align-items:baseline;gap:4px}.daily-calc-times-current{font-size:14px;color:#4f46e5;font-weight:700}.daily-calc-times-current--danger{font-size:14px;color:#ef4444;font-weight:700}.daily-calc-times-sep,.daily-calc-times-total{color:#94a3b8;font-size:13px}.daily-calc-play-pill{width:36px;height:36px;border-radius:999px;background:#eef2ff;color:#4f46e5;display:inline-flex;align-items:center;justify-content:center;transition:background-color .18s ease,color .18s ease}.daily-calc-play-triangle{font-size:15px;margin-left:1px}.daily-calc-play-pill--disabled{background:#f1f5f9;color:#cbd5e1}.daily-calc-play-pill--exhausted{background:#f1f5f9;color:#94a3b8}.daily-calc-config-card--active:hover .daily-calc-play-pill--active{background:#4f46e5;color:#fff}.daily-calc-config-card--exhausted:hover .daily-calc-play-pill--exhausted{background:#e2e8f0;color:#64748b}@media (max-width: 1200px){.daily-calc-config-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.daily-calc-assist-list{width:100%;display:flex;flex-direction:column;gap:8px}.daily-calc-domain-nav-btn{width:100%;min-height:44px;border:1px solid #e2e8f0;border-radius:12px;background:transparent;color:#475569;font-size:14px;font-weight:500;padding:0 12px;display:inline-flex;align-items:center;justify-content:space-between;cursor:pointer;transition:color .18s ease,border-color .18s ease;text-align:left}.daily-calc-domain-nav-btn:hover{background:#f8fafc;border-color:#a5b4fc;color:#4338ca}.daily-calc-domain-nav-btn--active{color:#4338ca;font-weight:700;border-color:#a5b4fc}.daily-calc-domain-nav-indicator{color:#4f46e5;opacity:0;transform:translate(-3px);transition:opacity .18s ease,transform .18s ease}.daily-calc-domain-nav-indicator--show{opacity:1;transform:translate(0)}.daily-calc-back{height:44px;font-size:18px}.daily-calc-topmeta{display:flex;gap:18px}.daily-calc-meta-item{display:flex;flex-direction:column;align-items:flex-end;line-height:1.1}.daily-calc-body{flex:1;display:flex;gap:16px;padding:12px}.daily-calc-question-card{flex:1;min-width:0;border-radius:16px;display:flex;flex-direction:column;justify-content:center;position:relative}.daily-calc-result-badge{position:absolute;top:14px;right:14px;height:40px;min-width:108px;padding:0 14px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;font-size:20px;font-weight:800;z-index:2;user-select:none}.daily-calc-result-badge.correct{background:#2f9e44;color:#fff}.daily-calc-result-badge.wrong{background:#cf1322;color:#fff}.calc-exec-two-pane{margin-top:18px;display:flex;gap:16px;align-items:stretch}.calc-exec-two-pane-left{flex:1;min-width:0}.calc-exec-two-pane{--calc-katex-size: 70px}.calc-exec-two-pane .katex{font-size:var(--calc-katex-size)!important;line-height:1.18}.calc-exec-two-pane-right{flex-shrink:0;margin-left:auto;display:flex;justify-content:flex-end}.calc-exec-two-pane.inline{justify-content:center;align-items:flex-start;gap:12px}.calc-exec-two-pane.inline .calc-exec-two-pane-left{flex:0 1 auto}.calc-exec-two-pane.inline .calc-exec-two-pane-right{margin-left:0;justify-content:flex-start;align-items:flex-start}.calc-exec-two-pane.steps .katex{font-size:var(--calc-katex-size)!important;line-height:1.2}.calc-exec-inline-stem-row{display:inline-flex;align-items:center;justify-content:center;gap:14px;flex-wrap:wrap;width:fit-content;max-width:100%}.calc-exec-stem-inline{display:flex;align-items:center}.calc-exec-stem-inline .katex{font-size:var(--calc-katex-size)!important;line-height:1.2}.calc-exec-answer-row{margin-top:18px;display:flex;align-items:center;justify-content:space-between;gap:12px}.calc-exec-answer-row.compact{justify-content:center}.calc-exec-answer-row.compact .calc-exec-feedback{display:none}.calc-exec-answer-box{flex:1;height:120px;border-radius:14px;border:2px solid #e6eaf2;background:#fff;color:#111;display:flex;align-items:center;justify-content:center;padding:0 16px}.calc-exec-answer-box.inline:not(.compact){flex:0 0 auto;min-width:180px;max-width:min(420px,100%)}.calc-exec-answer-box.compact{flex:0 0 auto;display:inline-flex;height:96px;width:fit-content;min-width:180px;max-width:min(420px,100%);padding:0 18px;margin:0 auto}.calc-exec-answer-box.active:not(.correct):not(.wrong){border-color:#1677ff;box-shadow:0 0 0 2px rgba(22,119,255,.18)}.calc-exec-answer-box .katex{color:#111;font-size:var(--calc-katex-size)!important;line-height:1.15}.daily-calc-root input:focus,.daily-calc-root textarea:focus,.daily-calc-root .ant-input:focus,.daily-calc-root .ant-input-focused{outline:none;border-color:#1677ff!important;box-shadow:0 0 0 2px rgba(22,119,255,.18)!important}.calc-exec-two-pane input:focus,.calc-exec-two-pane textarea:focus{outline:none;border-color:#1677ff!important;box-shadow:0 0 0 2px rgba(22,119,255,.18)!important}.calc-exec-answer-box.correct{border-color:#3bb54a;background:#f0fff2}.calc-exec-answer-box.wrong{border-color:#ff4d4f;background:#fff1f0}.calc-exec-answer-text{font-size:30px}.calc-exec-answer-placeholder-katex .katex{color:#595959;font-size:70px}.calc-exec-answer-placeholder{font-size:70px;color:#595959}.calc-exec-feedback{width:120px;text-align:right}.calc-exec-feedback-correct{font-size:22px;color:#2f9e44;font-weight:600}.calc-exec-feedback-wrong{font-size:22px;color:#cf1322;font-weight:600}.calc-exec-feedback-neutral{font-size:22px;color:transparent}.calc-exec-modal-key{width:78px;height:78px;border-radius:14px;border:2px solid #dbe3f1;background:#fff;color:#111;font-size:30px;font-weight:600;cursor:pointer;user-select:none;-webkit-tap-highlight-color:transparent;display:flex;align-items:center;justify-content:center;white-space:nowrap}.calc-exec-modal-key:hover{background:#e6f4ff;border-color:#91caff}.calc-exec-modal-key:active{transform:scale(.98);background:#dbeafe}.calc-exec-modal-key:disabled{opacity:.7;cursor:not-allowed}.calc-exec-modal-key.submit{background:#1677ff;border-color:#1677ff;color:#fff}.calc-exec-modal-key.danger{background:#fff1f0;border-color:#ffccc7;color:#cf1322}.calc-exec-modal-key.secondary{background:#f8faff;border-color:#dbe3f1}.calc-exec-modal-key.long{font-size:22px}.calc-exec-modal-field-row{display:flex;gap:12px;margin-bottom:12px}.calc-exec-modal-field{flex:1;height:56px;border-radius:12px;border:2px solid #e6eaf2;display:flex;align-items:center;justify-content:center;font-size:22px;font-weight:600;cursor:pointer;user-select:none;background:#fff}.calc-exec-modal-field.active{border-color:#1677ff;box-shadow:0 0 0 2px rgba(22,119,255,.12)}.calc-exec-modal-preview{height:48px;display:flex;align-items:center;justify-content:center;background:#f8faff;border-radius:12px;border:1px solid #e6eaf2;margin-bottom:12px}.calc-exec-modal-keypad{display:flex;flex-direction:column;gap:10px}.calc-exec-modal-keypad-row{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}:root{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--color-purple-50: #f5f3ff;--color-purple-100: #ede9fe;--color-purple-200: #ddd6fe;--color-purple-300: #c4b5fd;--color-purple-400: #a855f7;--color-purple-500: #9333ea;--color-purple-600: #7e22ce;--color-purple-700: #6b21a8;--color-blue-50: #eff6ff;--color-blue-100: #dbeafe;--color-blue-200: #bfdbfe;--color-blue-300: #93c5fd;--color-blue-400: #60a5fa;--color-blue-500: #3b82f6;--color-blue-700: #1d4ed8;--color-sky-300: #7dd3fc;--color-green-100: #dcfce7;--color-green-200: #bbf7d0;--color-green-300: #86efac;--color-green-400: #4ade80;--color-green-500: #22c55e;--color-green-600: #16a34a;--color-emerald-100: #d1fae5;--color-emerald-200: #a7f3d0;--color-emerald-400: #34d399;--color-emerald-500: #10b981;--color-emerald-600: #059669;--color-yellow-50: #fefce8;--color-yellow-100: #fef9c3;--color-yellow-200: #fde68a;--color-yellow-400: #facc15;--color-orange-50: #fff7ed;--color-orange-200: #fed7aa;--color-orange-300: #fdba74;--color-orange-400: #fb923c;--color-orange-500: #f97316;--color-orange-800: #9a3412;--color-pink-100: #fce7f3;--color-pink-200: #fbcfe8;--color-pink-400: #f472b6;--color-red-100: #fee2e2;--color-red-200: #fecaca;--color-red-400: #f87171;--color-red-500: #ef4444;--color-gray-100: #f3f4f6;--color-gray-200: #e5e7eb;--color-gray-300: #d1d5db;--color-gray-400: #9ca3af;--color-gray-500: #6b7280;--color-gray-600: #4b5563;--color-gray-700: #374151;--color-gray-800: #1f2937;--color-gray-900: #111827;--color-white: #ffffff;--background: #ffffff;--foreground: #111827;--card: #ffffff;--card-foreground: #111827;--popover: #ffffff;--popover-foreground: #111827;--primary: #030213;--primary-foreground: #ffffff;--secondary: #f3f4ff;--secondary-foreground: #030213;--muted: #ececf0;--muted-foreground: #717182;--accent: #e9ebef;--accent-foreground: #030213;--destructive: #d4183d;--destructive-foreground: #ffffff;--ring: #4f46e5;--input: #ffffff;--input-background: #f3f3f5;--switch-background: #cbced4;--border: rgba(0, 0, 0, .1)}html,body{margin:0;padding:0;height:100%}#root{display:flex;flex-direction:column;min-height:100vh}.user-info-margin{margin-top:60px}.horizontal-scroll-container{scrollbar-width:thin;scrollbar-color:#d4d4d4 #f0f0f0}.horizontal-scroll-container::-webkit-scrollbar{height:8px}.horizontal-scroll-container::-webkit-scrollbar-track{background:#f0f0f0;border-radius:4px}.horizontal-scroll-container::-webkit-scrollbar-thumb{background:#d4d4d4;border-radius:4px;transition:background .2s ease}.horizontal-scroll-container::-webkit-scrollbar-thumb:hover{background:#bfbfbf}.horizontal-scroll-container::-webkit-scrollbar-corner{background:#f0f0f0}
