.Chat-module__mvFkka__chat{background:var(--bg-card);border-left:1px solid var(--border-light);flex-direction:column;height:100%;display:flex;overflow:hidden}.Chat-module__mvFkka__header{border-bottom:1px solid var(--border-light);flex-shrink:0;align-items:center;gap:8px;padding:14px 16px;font-size:14px;font-weight:600;display:flex}.Chat-module__mvFkka__closeBtn{cursor:pointer;color:var(--text-muted);background:0 0;border:none;border-radius:4px;margin-left:4px;padding:2px 6px;font-size:16px;line-height:1;display:none}.Chat-module__mvFkka__messages{flex-direction:column;flex:1;gap:12px;min-height:0;padding:12px;display:flex;overflow-y:auto}.Chat-module__mvFkka__empty{color:var(--text-muted);text-align:center;flex:1;justify-content:center;align-items:center;padding:24px;font-size:13px;display:flex}.Chat-module__mvFkka__msg{flex-direction:column;gap:3px;max-width:85%;display:flex}.Chat-module__mvFkka__mine{align-self:flex-end;align-items:flex-end}.Chat-module__mvFkka__theirs{align-self:flex-start;align-items:flex-start}.Chat-module__mvFkka__sender{color:var(--text-muted);margin-left:4px;font-size:11px}.Chat-module__mvFkka__bubble{word-break:break-word;border-radius:16px;padding:8px 12px;font-size:14px;line-height:1.5}.Chat-module__mvFkka__mine .Chat-module__mvFkka__bubble{background:var(--gradient-brand);color:#fff;border-bottom-right-radius:4px}.Chat-module__mvFkka__theirs .Chat-module__mvFkka__bubble{background:var(--bg-card-hover);color:var(--text-primary);border-bottom-left-radius:4px}.Chat-module__mvFkka__time{color:var(--text-muted);padding:0 4px;font-size:10px}.Chat-module__mvFkka__inputRow{border-top:1px solid var(--border-light);flex-shrink:0;gap:8px;padding:12px;display:flex}.Chat-module__mvFkka__msgInput{border-radius:var(--radius-full)}.Chat-module__mvFkka__mobileTrigger,.Chat-module__mvFkka__sheetHandle,.Chat-module__mvFkka__backdrop{display:none}@media (max-width:768px){.Chat-module__mvFkka__mobileSheet{z-index:500;border-left:none;border-top:1px solid var(--border-light);pointer-events:none;border-radius:20px 20px 0 0;height:72vh;transition:transform .32s cubic-bezier(.4,0,.2,1);position:fixed;bottom:0;left:0;right:0;transform:translateY(100%);box-shadow:0 -8px 32px #0006}.Chat-module__mvFkka__mobileSheet.Chat-module__mvFkka__sheetOpen{pointer-events:auto;transform:translateY(0)}.Chat-module__mvFkka__sheetHandle{cursor:pointer;flex-shrink:0;justify-content:center;padding:10px 0 6px;display:flex}.Chat-module__mvFkka__handleBar{background:var(--border-light);border-radius:2px;width:40px;height:4px}.Chat-module__mvFkka__closeBtn{display:block}.Chat-module__mvFkka__mobileTrigger{background:var(--gradient-brand);cursor:pointer;z-index:400;border:none;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;font-size:22px;transition:transform .15s;display:flex;position:fixed;bottom:88px;right:16px;box-shadow:0 4px 16px #00000059}.Chat-module__mvFkka__mobileTrigger:active{transform:scale(.92)}.Chat-module__mvFkka__unreadBadge{color:#fff;pointer-events:none;background:#ef4444;border-radius:9px;justify-content:center;align-items:center;min-width:18px;height:18px;padding:0 4px;font-size:10px;font-weight:700;display:flex;position:absolute;top:-4px;right:-4px}.Chat-module__mvFkka__backdrop{z-index:499;background:#00000073;animation:.2s Chat-module__mvFkka__bdFadeIn;display:block;position:fixed;inset:0}@keyframes Chat-module__mvFkka__bdFadeIn{0%{opacity:0}to{opacity:1}}}
.ControlBar-module__m1S9Dq__bar{background:var(--header-bg,#0a0b14e6);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-top:1px solid var(--border-light);flex-shrink:0;justify-content:space-between;align-items:center;gap:16px;padding:12px 24px;display:flex}.ControlBar-module__m1S9Dq__timerWrap{flex-direction:column;gap:2px;min-width:100px;display:flex}.ControlBar-module__m1S9Dq__timerLabel{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;font-size:10px;font-weight:600}.ControlBar-module__m1S9Dq__timer{font-variant-numeric:tabular-nums;background:var(--gradient-brand);-webkit-text-fill-color:transparent;letter-spacing:-.5px;-webkit-background-clip:text;background-clip:text;font-size:22px;font-weight:700}.ControlBar-module__m1S9Dq__controls{align-items:center;gap:12px;display:flex}.ControlBar-module__m1S9Dq__right{justify-content:flex-end;min-width:100px;display:flex}@media (max-width:700px){.ControlBar-module__m1S9Dq__bar{display:none}}@media (max-height:600px) and (orientation:landscape){.ControlBar-module__m1S9Dq__bar{display:none}}
.FocusAlert-module__-BvD7W__overlay{z-index:900;pointer-events:none;justify-content:center;align-items:flex-end;padding:0 32px 32px;animation:.2s FocusAlert-module__-BvD7W__fadeIn;display:flex;position:fixed;inset:0 0 80px}@keyframes FocusAlert-module__-BvD7W__fadeIn{0%{opacity:0}to{opacity:1}}.FocusAlert-module__-BvD7W__alertBox{background:var(--bg-secondary);border-radius:var(--radius-xl);width:100%;max-width:520px;box-shadow:0 0 40px #f59e0b33,var(--shadow-md);pointer-events:auto;border:1px solid #f59e0b66;align-items:center;gap:16px;padding:20px 24px;animation:.25s cubic-bezier(.4,0,.2,1) FocusAlert-module__-BvD7W__slideUp;display:flex}@keyframes FocusAlert-module__-BvD7W__slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.FocusAlert-module__-BvD7W__icon{flex-shrink:0;font-size:32px;animation:1.5s ease-in-out infinite FocusAlert-module__-BvD7W__pulse}@keyframes FocusAlert-module__-BvD7W__pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.FocusAlert-module__-BvD7W__content{flex:1;min-width:0}.FocusAlert-module__-BvD7W__title{color:#fbbf24;margin-bottom:4px;font-size:15px;font-weight:700}.FocusAlert-module__-BvD7W__desc{color:var(--text-secondary);font-size:12px;line-height:1.4}.FocusAlert-module__-BvD7W__timer{color:var(--text-muted);margin-top:6px;font-size:12px}.FocusAlert-module__-BvD7W__timer strong{color:#f87171}.FocusAlert-module__-BvD7W__actions{flex-direction:column;flex-shrink:0;gap:6px;display:flex}
.RoomEntryFlow-module__sy8avq__steps{justify-content:center;align-items:flex-start;gap:0;margin-bottom:24px;display:flex}.RoomEntryFlow-module__sy8avq__stepDot{color:var(--text-muted);flex-direction:column;flex:1;align-items:center;gap:4px;display:flex;position:relative}.RoomEntryFlow-module__sy8avq__stepDot:before{content:"";background:var(--border-light);height:2px;position:absolute;top:14px;left:-50%;right:50%}.RoomEntryFlow-module__sy8avq__stepDot:first-child:before{display:none}.RoomEntryFlow-module__sy8avq__stepDot span{background:var(--bg-secondary);border:2px solid var(--border-light);z-index:1;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:12px;font-weight:700;display:flex;position:relative}.RoomEntryFlow-module__sy8avq__stepDot small{text-align:center;white-space:nowrap;font-size:10px}.RoomEntryFlow-module__sy8avq__stepDot.RoomEntryFlow-module__sy8avq__active span{background:var(--brand-violet);border-color:var(--brand-violet);color:#fff}.RoomEntryFlow-module__sy8avq__stepDot.RoomEntryFlow-module__sy8avq__active{color:var(--text-primary)}.RoomEntryFlow-module__sy8avq__stepDot.RoomEntryFlow-module__sy8avq__done span{background:var(--success);border-color:var(--success);color:#fff}.RoomEntryFlow-module__sy8avq__stepDot.RoomEntryFlow-module__sy8avq__done{color:var(--text-secondary)}.RoomEntryFlow-module__sy8avq__stepTitle{margin-bottom:6px;font-size:18px;font-weight:800}.RoomEntryFlow-module__sy8avq__stepSub{color:var(--text-muted);margin-bottom:20px;font-size:13px}.RoomEntryFlow-module__sy8avq__reviewList{flex-direction:column;gap:8px;max-height:260px;margin-bottom:16px;padding-right:4px;display:flex;overflow-y:auto}.RoomEntryFlow-module__sy8avq__reviewCard{background:var(--bg-secondary);border:1px solid var(--border-light);border-radius:var(--radius-md);justify-content:space-between;align-items:center;gap:12px;padding:10px 12px;display:flex}.RoomEntryFlow-module__sy8avq__reviewLeft{flex:1}.RoomEntryFlow-module__sy8avq__reviewQ{color:var(--text-secondary);margin-top:4px;font-size:13px;line-height:1.4}.RoomEntryFlow-module__sy8avq__chips{flex-wrap:wrap;gap:6px;margin-bottom:8px;display:flex}.RoomEntryFlow-module__sy8avq__planPreview{background:var(--bg-secondary);border:1px solid var(--border-light);border-radius:var(--radius-md);max-height:120px;margin-bottom:12px;padding:10px 12px;overflow-y:auto}.RoomEntryFlow-module__sy8avq__planPreviewText{color:var(--text-muted);white-space:pre-wrap;font-size:12px;line-height:1.6}.RoomEntryFlow-module__sy8avq__readyInfo{text-align:left;flex-direction:column;gap:8px;max-width:280px;margin:20px auto;display:flex}.RoomEntryFlow-module__sy8avq__readyItem{background:var(--bg-secondary);border:1px solid var(--border-light);border-radius:var(--radius-md);color:var(--text-secondary);padding:10px 14px;font-size:13px;font-weight:600}.RoomEntryFlow-module__sy8avq__empty{text-align:center;color:var(--text-muted);padding:24px;font-size:14px;line-height:1.6}.RoomEntryFlow-module__sy8avq__questionCard{background:var(--bg-secondary);border:1px solid var(--border-light);border-radius:var(--radius-md);margin-bottom:10px;padding:14px}.RoomEntryFlow-module__sy8avq__questionLabel{color:var(--text-secondary);flex-wrap:wrap;align-items:baseline;gap:8px;margin-bottom:10px;font-size:13px;line-height:1.5;display:flex}.RoomEntryFlow-module__sy8avq__questionNum{background:var(--brand-violet);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;font-size:11px;font-weight:700;display:inline-flex}.RoomEntryFlow-module__sy8avq__stepActions{border-top:1px solid var(--border-light);gap:8px;margin-top:16px;padding-top:16px;display:flex}
.RoomExitFlow-module__vAzaga__steps{justify-content:center;align-items:flex-start;gap:0;margin-bottom:24px;display:flex}.RoomExitFlow-module__vAzaga__stepDot{color:var(--text-muted);flex-direction:column;flex:1;align-items:center;gap:4px;display:flex;position:relative}.RoomExitFlow-module__vAzaga__stepDot:before{content:"";background:var(--border-light);height:2px;position:absolute;top:14px;left:-50%;right:50%}.RoomExitFlow-module__vAzaga__stepDot:first-child:before{display:none}.RoomExitFlow-module__vAzaga__stepDot span{background:var(--bg-secondary);border:2px solid var(--border-light);z-index:1;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:12px;font-weight:700;display:flex;position:relative}.RoomExitFlow-module__vAzaga__stepDot small{text-align:center;white-space:nowrap;font-size:10px}.RoomExitFlow-module__vAzaga__stepDot.RoomExitFlow-module__vAzaga__active span{background:var(--brand-violet);border-color:var(--brand-violet);color:#fff}.RoomExitFlow-module__vAzaga__stepDot.RoomExitFlow-module__vAzaga__active{color:var(--text-primary)}.RoomExitFlow-module__vAzaga__stepDot.RoomExitFlow-module__vAzaga__done span{background:var(--success);border-color:var(--success);color:#fff}.RoomExitFlow-module__vAzaga__stepDot.RoomExitFlow-module__vAzaga__done{color:var(--text-secondary)}.RoomExitFlow-module__vAzaga__stepTitle{margin-bottom:4px;font-size:17px;font-weight:800}.RoomExitFlow-module__vAzaga__stepSub{color:var(--text-muted);margin-bottom:16px;font-size:13px}.RoomExitFlow-module__vAzaga__qCard{background:var(--bg-secondary);border:1px solid var(--border-light);border-radius:var(--radius-md);gap:10px;margin-bottom:8px;padding:12px;display:flex}.RoomExitFlow-module__vAzaga__qNum{color:var(--brand-violet);white-space:nowrap;background:#6c63ff1f;border-radius:6px;height:fit-content;padding:2px 7px;font-size:11px;font-weight:800}.RoomExitFlow-module__vAzaga__qText{color:var(--text-secondary);margin-bottom:6px;font-size:13px;line-height:1.5}.RoomExitFlow-module__vAzaga__summaryGrid{grid-template-columns:repeat(3,1fr);gap:8px;margin-bottom:16px;display:grid}.RoomExitFlow-module__vAzaga__summaryCard{background:var(--bg-secondary);border:1px solid var(--border-light);border-radius:var(--radius-md);text-align:center;padding:10px 8px}.RoomExitFlow-module__vAzaga__summaryVal{color:var(--brand-violet);word-break:break-all;font-size:16px;font-weight:800;line-height:1.2}.RoomExitFlow-module__vAzaga__summaryLabel{color:var(--text-muted);margin-top:2px;font-size:10px}.RoomExitFlow-module__vAzaga__reportBox{background:var(--bg-secondary);border:1px solid var(--border-light);border-radius:var(--radius-md);color:var(--text-secondary);margin-top:12px;padding:14px;font-size:13px;line-height:1.75}.RoomExitFlow-module__vAzaga__savedBanner{border-radius:var(--radius-md);color:#34d399;background:#34d3991a;border:1px solid #34d3994d;margin-bottom:14px;padding:10px 14px;font-size:13px;font-weight:600}.RoomExitFlow-module__vAzaga__generatePrompt{text-align:center;padding:16px 0}.RoomExitFlow-module__vAzaga__stepActions{border-top:1px solid var(--border-light);gap:8px;margin-top:16px;padding-top:14px;display:flex}
.StudyInfoPanel-module__xZXFiW__panel{scrollbar-width:none;flex-direction:column;flex-shrink:0;gap:8px;width:196px;padding:4px 0;display:flex;overflow:hidden auto}.StudyInfoPanel-module__xZXFiW__panel::-webkit-scrollbar{display:none}.StudyInfoPanel-module__xZXFiW__card{background:#ffffff08;border:1px solid #ffffff12;border-radius:12px;padding:12px}.StudyInfoPanel-module__xZXFiW__cardTitle{text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);align-items:center;gap:5px;margin-bottom:10px;font-size:10px;font-weight:700;display:flex}.StudyInfoPanel-module__xZXFiW__todaySubject{color:var(--brand-violet);background:#6c63ff1f;border-radius:99px;margin-bottom:4px;padding:2px 8px;font-size:10px;font-weight:700;display:inline-block}.StudyInfoPanel-module__xZXFiW__todayTopic{color:var(--text-secondary);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:11px;line-height:1.45;display:-webkit-box;overflow:hidden}.StudyInfoPanel-module__xZXFiW__streakRow{align-items:center;gap:8px;margin-bottom:8px;display:flex}.StudyInfoPanel-module__xZXFiW__flameBig{font-size:22px;line-height:1}.StudyInfoPanel-module__xZXFiW__streakNum{font-size:22px;font-weight:900;line-height:1}.StudyInfoPanel-module__xZXFiW__streakUnit{margin-left:1px;font-size:11px;font-weight:600}.StudyInfoPanel-module__xZXFiW__streakLabel{color:var(--text-muted);margin-top:1px;font-size:10px}.StudyInfoPanel-module__xZXFiW__streakStats{gap:6px;margin-bottom:8px;display:flex}.StudyInfoPanel-module__xZXFiW__streakStat{text-align:center;background:#ffffff08;border-radius:8px;flex:1;padding:5px 4px}.StudyInfoPanel-module__xZXFiW__streakStatVal{color:var(--text-primary);font-size:12px;font-weight:800}.StudyInfoPanel-module__xZXFiW__streakStatKey{color:var(--text-muted);margin-top:1px;font-size:9px}.StudyInfoPanel-module__xZXFiW__badgeRow{flex-wrap:wrap;gap:4px;display:flex}.StudyInfoPanel-module__xZXFiW__badgeChip{cursor:default;font-size:16px;transition:transform .1s}.StudyInfoPanel-module__xZXFiW__badgeChip:hover{transform:scale(1.25)}.StudyInfoPanel-module__xZXFiW__noBadge{color:var(--text-muted);font-size:11px}.StudyInfoPanel-module__xZXFiW__goalItem{margin-bottom:9px}.StudyInfoPanel-module__xZXFiW__goalItem:last-child{margin-bottom:0}.StudyInfoPanel-module__xZXFiW__goalHeader{justify-content:space-between;align-items:center;gap:4px;margin-bottom:4px;display:flex}.StudyInfoPanel-module__xZXFiW__goalSubject{color:var(--brand-violet);background:#6c63ff1f;border-radius:99px;flex-shrink:0;padding:1px 6px;font-size:9px;font-weight:700}.StudyInfoPanel-module__xZXFiW__goalName{color:var(--text-secondary);text-overflow:ellipsis;white-space:nowrap;flex:1;font-size:10px;overflow:hidden}.StudyInfoPanel-module__xZXFiW__goalPct{color:var(--text-primary);flex-shrink:0;font-size:10px;font-weight:800}.StudyInfoPanel-module__xZXFiW__progressBar{background:#ffffff12;border-radius:99px;height:5px;overflow:hidden}.StudyInfoPanel-module__xZXFiW__progressFill{background:var(--gradient-brand);border-radius:99px;height:100%;transition:width .4s}.StudyInfoPanel-module__xZXFiW__progressFillDone{background:var(--success)}.StudyInfoPanel-module__xZXFiW__noGoals{color:var(--text-muted);text-align:center;padding:6px 0;font-size:11px}
.FocusSoundPlayer-module__cki04q__wrapper{z-index:8000;flex-direction:column;align-items:flex-end;gap:10px;display:flex;position:fixed;bottom:24px;right:24px}.FocusSoundPlayer-module__cki04q__fab{background:var(--bg-card);border:none;border:1.5px solid var(--border-light);width:48px;height:48px;box-shadow:var(--shadow-md);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;font-size:20px;transition:all .2s;display:flex}.FocusSoundPlayer-module__cki04q__fab:hover{box-shadow:var(--shadow-lg);transform:scale(1.08)}.FocusSoundPlayer-module__cki04q__fabActive{border-color:var(--brand-violet);box-shadow:0 0 0 3px #6c63ff33,var(--shadow-md);background:#6c63ff26}.FocusSoundPlayer-module__cki04q__panel{background:var(--bg-card);border:1px solid var(--border-light);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);flex-direction:column;gap:12px;width:260px;padding:16px;animation:.18s FocusSoundPlayer-module__cki04q__slideUp;display:flex}@keyframes FocusSoundPlayer-module__cki04q__slideUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.FocusSoundPlayer-module__cki04q__panelHeader{justify-content:space-between;align-items:center;display:flex}.FocusSoundPlayer-module__cki04q__panelTitle{color:var(--text-primary);font-size:13px;font-weight:700}.FocusSoundPlayer-module__cki04q__closeBtn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;padding:2px 5px;font-size:13px;line-height:1}.FocusSoundPlayer-module__cki04q__soundGrid{grid-template-columns:1fr 1fr;gap:6px;display:grid}.FocusSoundPlayer-module__cki04q__soundBtn{border-radius:var(--radius-md);border:1.5px solid var(--border-light);background:var(--bg-secondary);cursor:pointer;flex-direction:column;align-items:center;gap:3px;padding:8px 4px;transition:all .15s;display:flex}.FocusSoundPlayer-module__cki04q__soundBtn:hover{border-color:var(--brand-violet);background:#6c63ff14}.FocusSoundPlayer-module__cki04q__soundBtnActive{border-color:var(--brand-violet)!important;background:#6c63ff26!important}.FocusSoundPlayer-module__cki04q__soundEmoji{font-size:18px}.FocusSoundPlayer-module__cki04q__soundLabel{color:var(--text-secondary);font-size:10px;font-weight:700}.FocusSoundPlayer-module__cki04q__desc{color:var(--text-muted);text-align:center;font-size:11px;line-height:1.5}.FocusSoundPlayer-module__cki04q__volRow{align-items:center;gap:8px;display:flex}.FocusSoundPlayer-module__cki04q__volIcon{font-size:14px}.FocusSoundPlayer-module__cki04q__volSlider{-webkit-appearance:none;background:var(--border-light);cursor:pointer;border-radius:2px;outline:none;flex:1;height:4px}.FocusSoundPlayer-module__cki04q__volSlider::-webkit-slider-thumb{-webkit-appearance:none;background:var(--brand-violet);cursor:pointer;border-radius:50%;width:14px;height:14px}.FocusSoundPlayer-module__cki04q__playBtn{border-radius:var(--radius-md);border:1.5px solid var(--border-light);background:var(--bg-secondary);width:100%;color:var(--text-primary);cursor:pointer;padding:9px;font-size:13px;font-weight:700;transition:all .15s}.FocusSoundPlayer-module__cki04q__playBtn:hover{border-color:var(--brand-violet);background:#6c63ff1a}.FocusSoundPlayer-module__cki04q__playBtnOn{border-color:var(--brand-violet)!important;color:var(--brand-violet)!important;background:#6c63ff26!important}.FocusSoundPlayer-module__cki04q__playingBadge{color:var(--brand-violet);justify-content:center;align-items:center;gap:7px;font-size:11px;font-weight:600;display:flex}.FocusSoundPlayer-module__cki04q__pulseRing{background:var(--brand-violet);border-radius:50%;width:8px;height:8px;animation:1.4s ease-in-out infinite FocusSoundPlayer-module__cki04q__pulse;display:inline-block}@keyframes FocusSoundPlayer-module__cki04q__pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.7)}}
.StudyChecklist-module__pPAPsa__wrap{border-top:1px solid #ffffff12;flex-shrink:0}.StudyChecklist-module__pPAPsa__header{cursor:pointer;background:#6c63ff14;border:none;justify-content:space-between;align-items:center;width:100%;padding:10px 14px;transition:background .15s;display:flex}.StudyChecklist-module__pPAPsa__header:hover{background:#6c63ff24}.StudyChecklist-module__pPAPsa__headerLeft{align-items:center;gap:8px;display:flex}.StudyChecklist-module__pPAPsa__icon{font-size:15px}.StudyChecklist-module__pPAPsa__title{color:#e2e8f0;font-size:13px;font-weight:700}.StudyChecklist-module__pPAPsa__badge{color:#a78bfa;background:#6c63ff4d;border-radius:99px;padding:1px 8px;font-size:11px;font-weight:700}.StudyChecklist-module__pPAPsa__chevron{color:#ffffff80;font-size:13px}.StudyChecklist-module__pPAPsa__body{background:#1a1d2e;flex-direction:column;gap:8px;max-height:280px;padding:10px 14px 12px;display:flex;overflow-y:auto}.StudyChecklist-module__pPAPsa__progressBar{background:#ffffff1f;border-radius:99px;height:5px;overflow:hidden}.StudyChecklist-module__pPAPsa__progressFill{background:linear-gradient(90deg,#6c63ff,#34d399);border-radius:99px;height:100%;transition:width .3s}.StudyChecklist-module__pPAPsa__progressLabel{color:#ffffff80;text-align:right;font-size:10px}.StudyChecklist-module__pPAPsa__list{flex-direction:column;gap:5px;margin:0;padding:0;list-style:none;display:flex}.StudyChecklist-module__pPAPsa__item{background:#ffffff0d;border:1px solid #ffffff14;border-radius:8px;align-items:flex-start;gap:8px;padding:6px 8px;transition:background .15s;display:flex}.StudyChecklist-module__pPAPsa__item:hover{background:#ffffff17}.StudyChecklist-module__pPAPsa__itemDone{background:#34d3990f;border-color:#34d39926}.StudyChecklist-module__pPAPsa__checkbox{cursor:pointer;color:#34d399;background:0 0;border:1.5px solid #ffffff4d;border-radius:5px;flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;margin-top:1px;font-size:11px;transition:all .15s;display:flex}.StudyChecklist-module__pPAPsa__itemDone .StudyChecklist-module__pPAPsa__checkbox{background:#34d39933;border-color:#34d399}.StudyChecklist-module__pPAPsa__itemText{color:#cbd5e1;flex:1;font-size:12px;line-height:1.4}.StudyChecklist-module__pPAPsa__itemDone .StudyChecklist-module__pPAPsa__itemText{color:#fff6;text-decoration:line-through}.StudyChecklist-module__pPAPsa__removeBtn{color:#ffffff59;cursor:pointer;background:0 0;border:none;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;font-size:15px;line-height:1;transition:all .15s;display:flex}.StudyChecklist-module__pPAPsa__removeBtn:hover{color:#f87171;background:#ef444426}.StudyChecklist-module__pPAPsa__addRow{gap:6px;display:flex}.StudyChecklist-module__pPAPsa__addInput{color:#e2e8f0;background:#ffffff12;border:1px solid #ffffff24;border-radius:7px;outline:none;flex:1;padding:5px 10px;font-size:12px}.StudyChecklist-module__pPAPsa__addInput:focus{border-color:#6c63ff80}.StudyChecklist-module__pPAPsa__addInput::placeholder{color:#ffffff59}.StudyChecklist-module__pPAPsa__addBtn{color:#a78bfa;cursor:pointer;background:#6c63ff4d;border:none;border-radius:7px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:18px;transition:background .15s;display:flex}.StudyChecklist-module__pPAPsa__addBtn:hover:not(:disabled){background:#6c63ff80}.StudyChecklist-module__pPAPsa__addBtn:disabled{opacity:.4;cursor:default}
.PersonalDashboard-module__8kJ6_a__container{flex-direction:column;gap:14px;height:100%;padding:16px;display:flex;overflow-y:auto}.PersonalDashboard-module__8kJ6_a__header{flex-shrink:0;align-items:flex-start;gap:10px;display:flex}.PersonalDashboard-module__8kJ6_a__icon{margin-top:2px;font-size:26px}.PersonalDashboard-module__8kJ6_a__title{font-size:15px;font-weight:700}.PersonalDashboard-module__8kJ6_a__subtitle{color:var(--text-secondary);margin-top:2px;font-size:11px}.PersonalDashboard-module__8kJ6_a__quickStats{background:var(--bg-card);border:1px solid var(--border-light);border-radius:var(--radius-md);flex-shrink:0;display:flex;overflow:hidden}.PersonalDashboard-module__8kJ6_a__qstat{border-right:1px solid var(--border-light);flex-direction:column;flex:1;align-items:center;gap:2px;padding:10px 4px;display:flex}.PersonalDashboard-module__8kJ6_a__qstat:last-child{border-right:none}.PersonalDashboard-module__8kJ6_a__qnum{color:var(--brand-violet);letter-spacing:-.5px;font-size:18px;font-weight:800;line-height:1}.PersonalDashboard-module__8kJ6_a__qlabel{color:var(--text-muted);text-align:center;font-size:9px;line-height:1.3}.PersonalDashboard-module__8kJ6_a__section{background:var(--bg-card);border:1px solid var(--border-light);border-radius:var(--radius-md);flex-shrink:0;padding:12px}.PersonalDashboard-module__8kJ6_a__sectionHeader{justify-content:space-between;align-items:center;margin-bottom:10px;display:flex}.PersonalDashboard-module__8kJ6_a__sectionTitle{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.04em;margin-bottom:10px;font-size:12px;font-weight:700}.PersonalDashboard-module__8kJ6_a__rangeBtns{gap:4px;display:flex}.PersonalDashboard-module__8kJ6_a__heatmapGrid{grid-template-columns:repeat(28,1fr);gap:3px;margin-bottom:6px;display:grid}.PersonalDashboard-module__8kJ6_a__heatCell{aspect-ratio:1;cursor:default;border-radius:2px;transition:transform .1s}.PersonalDashboard-module__8kJ6_a__heatCell:hover{transform:scale(1.4)}.PersonalDashboard-module__8kJ6_a__heatLegend{justify-content:flex-end;align-items:center;gap:3px;display:flex}.PersonalDashboard-module__8kJ6_a__legendLabel{color:var(--text-muted);font-size:9px}.PersonalDashboard-module__8kJ6_a__legendCell{border-radius:2px;width:10px;height:10px}.PersonalDashboard-module__8kJ6_a__chartArea{flex-direction:column;gap:6px;display:flex}.PersonalDashboard-module__8kJ6_a__barChart{align-items:flex-end;gap:2px;height:80px;display:flex}.PersonalDashboard-module__8kJ6_a__barCol{cursor:default;flex:1;align-items:flex-end;height:100%;display:flex}.PersonalDashboard-module__8kJ6_a__barValue{border-radius:2px 2px 0 0;width:100%;min-height:2px;transition:height .4s}.PersonalDashboard-module__8kJ6_a__barCol:hover .PersonalDashboard-module__8kJ6_a__barValue{filter:brightness(1.3)}.PersonalDashboard-module__8kJ6_a__chartInfo{color:var(--text-muted);justify-content:space-around;font-size:11px;display:flex}.PersonalDashboard-module__8kJ6_a__chartInfo strong{color:var(--text-primary)}.PersonalDashboard-module__8kJ6_a__subjectList{flex-direction:column;gap:8px;display:flex}.PersonalDashboard-module__8kJ6_a__subjectRow{align-items:center;gap:8px;display:flex}.PersonalDashboard-module__8kJ6_a__subjectName{width:36px;color:var(--text-secondary);flex-shrink:0;font-size:11px}.PersonalDashboard-module__8kJ6_a__subjectBar{background:var(--border-light);border-radius:99px;flex:1;height:8px;overflow:hidden}.PersonalDashboard-module__8kJ6_a__subjectFill{background:var(--gradient-brand);border-radius:99px;height:100%;transition:width .5s}.PersonalDashboard-module__8kJ6_a__subjectTime{color:var(--text-muted);text-align:right;flex-shrink:0;width:24px;font-size:11px}.PersonalDashboard-module__8kJ6_a__badgeRow{flex-wrap:wrap;gap:6px;display:flex}.PersonalDashboard-module__8kJ6_a__miniCard{border-radius:var(--radius-sm);cursor:help;transition:transform var(--transition);background:#6c63ff14;border:1px solid #6c63ff26;flex-direction:column;align-items:center;gap:2px;padding:6px 8px;display:flex}.PersonalDashboard-module__8kJ6_a__miniCard:hover{transform:translateY(-2px)}.PersonalDashboard-module__8kJ6_a__miniEmoji{font-size:18px}.PersonalDashboard-module__8kJ6_a__miniName{color:var(--text-muted);white-space:nowrap;font-size:9px}
.UserStatsPanel-module__Xhy_1W__panel{background:var(--bg-card);border:1px solid var(--border-light);border-radius:var(--radius-lg);margin-bottom:16px;padding:18px 20px;animation:.4s UserStatsPanel-module__Xhy_1W__fadeIn}@keyframes UserStatsPanel-module__Xhy_1W__fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.UserStatsPanel-module__Xhy_1W__panelHeader{border-bottom:1px solid var(--border-light);align-items:center;gap:12px;margin-bottom:14px;padding-bottom:12px;display:flex}.UserStatsPanel-module__Xhy_1W__avatar{font-size:26px}.UserStatsPanel-module__Xhy_1W__name{color:var(--text-primary);font-size:14px;font-weight:700}.UserStatsPanel-module__Xhy_1W__sub{color:var(--text-muted);margin-top:2px;font-size:11px}.UserStatsPanel-module__Xhy_1W__grid{grid-template-columns:repeat(4,1fr);gap:8px;display:grid}.UserStatsPanel-module__Xhy_1W__statItem{background:var(--bg-secondary);border-radius:var(--radius-md);text-align:center;transition:transform var(--transition);flex-direction:column;align-items:center;gap:4px;padding:10px 6px;display:flex}.UserStatsPanel-module__Xhy_1W__statItem:hover{transform:translateY(-2px)}.UserStatsPanel-module__Xhy_1W__statIcon{font-size:16px}.UserStatsPanel-module__Xhy_1W__statValue{font-size:13px;font-weight:800;line-height:1.2}.UserStatsPanel-module__Xhy_1W__statLabel{color:var(--text-muted);font-size:10px;font-weight:500}@media (max-width:480px){.UserStatsPanel-module__Xhy_1W__grid{grid-template-columns:repeat(2,1fr)}}.UserStatsPanel-module__Xhy_1W__levelBadge{flex-direction:column;flex-shrink:0;align-items:flex-end;gap:2px;display:flex}.UserStatsPanel-module__Xhy_1W__levelNum{color:var(--brand-violet,#6c63ff);font-size:13px;font-weight:800;line-height:1}.UserStatsPanel-module__Xhy_1W__levelName{color:var(--text-muted);white-space:nowrap;font-size:11px}.UserStatsPanel-module__Xhy_1W__xpSection{margin-bottom:14px}.UserStatsPanel-module__Xhy_1W__xpLabels{color:var(--brand-violet,#6c63ff);justify-content:space-between;margin-bottom:5px;font-size:11px;font-weight:600;display:flex}.UserStatsPanel-module__Xhy_1W__xpBarBg{background:var(--bg-secondary);border-radius:99px;width:100%;height:7px;overflow:hidden}.UserStatsPanel-module__Xhy_1W__xpBarFill{background:linear-gradient(90deg,#6c63ff,#a78bfa);border-radius:99px;height:100%;transition:width .6s cubic-bezier(.4,0,.2,1)}.UserStatsPanel-module__Xhy_1W__xpHint{color:var(--text-muted);margin-top:5px;font-size:10px;line-height:1.5}.UserStatsPanel-module__Xhy_1W__panel{position:relative}.UserStatsPanel-module__Xhy_1W__levelUpToast{color:#fff;white-space:nowrap;z-index:10;background:linear-gradient(135deg,#6c63ff,#a78bfa);border-radius:99px;padding:6px 18px;font-size:13px;font-weight:700;animation:.4s cubic-bezier(.175,.885,.32,1.275) UserStatsPanel-module__Xhy_1W__popIn;position:absolute;top:-14px;left:50%;transform:translate(-50%);box-shadow:0 4px 16px #6c63ff73}@keyframes UserStatsPanel-module__Xhy_1W__popIn{0%{opacity:0;transform:translate(-50%)scale(.7)}to{opacity:1;transform:translate(-50%)scale(1)}}
.ReviewWidget-module__SqtXGG__widget{background:var(--bg-secondary);border:1px solid var(--border-light);border-radius:var(--radius-lg);margin-bottom:16px;padding:18px}.ReviewWidget-module__SqtXGG__header{justify-content:space-between;align-items:center;margin-bottom:14px;display:flex}.ReviewWidget-module__SqtXGG__title{align-items:center;gap:6px;font-size:14px;font-weight:700;display:flex}.ReviewWidget-module__SqtXGG__badge{background:var(--brand-purple);color:#fff;border-radius:99px;padding:2px 8px;font-size:11px;font-weight:700}.ReviewWidget-module__SqtXGG__badgeGreen{background:#34d399}.ReviewWidget-module__SqtXGG__addBtn{border:1px solid var(--border-light);border-radius:var(--radius-sm);color:var(--text-muted);cursor:pointer;background:0 0;padding:4px 10px;font-size:12px;transition:all .15s}.ReviewWidget-module__SqtXGG__addBtn:hover{border-color:var(--brand-violet);color:var(--brand-violet)}.ReviewWidget-module__SqtXGG__cardScene{perspective:800px;height:130px;margin-bottom:12px}.ReviewWidget-module__SqtXGG__card{width:100%;height:100%;transform-style:preserve-3d;cursor:pointer;transition:transform .45s cubic-bezier(.4,0,.2,1);position:relative}.ReviewWidget-module__SqtXGG__card.ReviewWidget-module__SqtXGG__flipped{transform:rotateY(180deg)}.ReviewWidget-module__SqtXGG__cardFace{backface-visibility:hidden;border-radius:var(--radius-md);text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:14px;display:flex;position:absolute;inset:0}.ReviewWidget-module__SqtXGG__cardFront{background:linear-gradient(135deg,#6c63ff1f,#8b5cf60f);border:1px solid #6c63ff33}.ReviewWidget-module__SqtXGG__cardBack{background:linear-gradient(135deg,#10b9811f,#34d3990f);border:1px solid #10b98133;transform:rotateY(180deg)}.ReviewWidget-module__SqtXGG__cardSubject{text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);margin-bottom:6px;font-size:10px;font-weight:600}.ReviewWidget-module__SqtXGG__cardText{color:var(--text-primary);font-size:14px;font-weight:600;line-height:1.5}.ReviewWidget-module__SqtXGG__cardHint{color:var(--text-muted);margin-top:8px;font-size:10px}.ReviewWidget-module__SqtXGG__ratingRow{gap:6px;margin-bottom:12px;display:flex}.ReviewWidget-module__SqtXGG__ratingBtn{border-radius:var(--radius-sm);border:1.5px solid var(--border-light);cursor:pointer;background:0 0;flex:1;padding:7px 4px;font-size:11px;font-weight:700;transition:all .15s}.ReviewWidget-module__SqtXGG__ratingBtn:hover{opacity:.85;transform:translateY(-1px)}.ReviewWidget-module__SqtXGG__again{color:#f87171;border-color:#ef44444d}.ReviewWidget-module__SqtXGG__again:hover{background:#ef44441a}.ReviewWidget-module__SqtXGG__hard{color:#fb923c;border-color:#fb923c4d}.ReviewWidget-module__SqtXGG__hard:hover{background:#fb923c1a}.ReviewWidget-module__SqtXGG__easy{color:#34d399;border-color:#10b9814d}.ReviewWidget-module__SqtXGG__easy:hover{background:#10b9811a}.ReviewWidget-module__SqtXGG__progress{color:var(--text-muted);align-items:center;gap:8px;margin-bottom:10px;font-size:11px;display:flex}.ReviewWidget-module__SqtXGG__progressBar{background:var(--border-light);border-radius:99px;flex:1;height:4px;overflow:hidden}.ReviewWidget-module__SqtXGG__progressFill{background:var(--brand-violet);border-radius:99px;height:100%;transition:width .4s}.ReviewWidget-module__SqtXGG__done{text-align:center;padding:20px 10px;animation:.4s cubic-bezier(.34,1.56,.64,1) ReviewWidget-module__SqtXGG__popIn}.ReviewWidget-module__SqtXGG__doneEmoji{margin-bottom:8px;font-size:36px;display:block}.ReviewWidget-module__SqtXGG__doneText{color:#34d399;margin-bottom:4px;font-size:14px;font-weight:700}.ReviewWidget-module__SqtXGG__doneSub{color:var(--text-muted);font-size:12px}@keyframes ReviewWidget-module__SqtXGG__popIn{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.ReviewWidget-module__SqtXGG__empty{text-align:center;color:var(--text-muted);padding:18px 10px;font-size:13px;line-height:1.6}.ReviewWidget-module__SqtXGG__form{flex-direction:column;gap:8px;display:flex}.ReviewWidget-module__SqtXGG__formTitle{margin-bottom:2px;font-size:13px;font-weight:700}.ReviewWidget-module__SqtXGG__formInput{background:var(--bg-primary);border:1px solid var(--border-light);border-radius:var(--radius-sm);width:100%;color:var(--text-primary);resize:none;padding:7px 10px;font-family:inherit;font-size:12px;transition:border-color .15s}.ReviewWidget-module__SqtXGG__formInput:focus{border-color:var(--brand-violet);outline:none}.ReviewWidget-module__SqtXGG__formRow{gap:6px;display:flex}.ReviewWidget-module__SqtXGG__cancelBtn{border:1px solid var(--border-light);border-radius:var(--radius-sm);color:var(--text-muted);cursor:pointer;background:0 0;flex:1;padding:7px;font-size:12px}.ReviewWidget-module__SqtXGG__saveBtn{background:var(--brand-violet);border-radius:var(--radius-sm);color:#fff;cursor:pointer;border:none;flex:2;padding:7px;font-size:12px;font-weight:700}.ReviewWidget-module__SqtXGG__saveBtn:disabled{opacity:.5}
.TutorialOverlay-module__QiJGNG__backdrop{z-index:9990;cursor:pointer;background:#000000b8;position:fixed;inset:0}.TutorialOverlay-module__QiJGNG__clickCatcher{z-index:9990;cursor:pointer;background:0 0;position:fixed;inset:0}.TutorialOverlay-module__QiJGNG__spotlight{z-index:9991;pointer-events:all;cursor:pointer;border-radius:10px;transition:top .25s,left .25s,width .25s,height .25s;position:fixed;box-shadow:0 0 0 9999px #000000b8}.TutorialOverlay-module__QiJGNG__tooltip{z-index:9992;pointer-events:all;background:#1e2333;border:1px solid #6c63ff73;border-radius:14px;width:320px;padding:18px 20px 14px;animation:.22s TutorialOverlay-module__QiJGNG__fadeSlideIn;position:fixed;box-shadow:0 8px 40px #0000008c,0 0 0 1px #6c63ff26}@keyframes TutorialOverlay-module__QiJGNG__fadeSlideIn{0%{opacity:0;transform:translateY(6px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}.TutorialOverlay-module__QiJGNG__dots{gap:5px;margin-bottom:10px;display:flex}.TutorialOverlay-module__QiJGNG__dot{background:var(--border-light,#94a3b84d);border-radius:50%;width:6px;height:6px;transition:background .2s,transform .2s;display:inline-block}.TutorialOverlay-module__QiJGNG__dotActive{background:var(--brand-violet,#6c63ff);transform:scale(1.35)}.TutorialOverlay-module__QiJGNG__dotDone{background:#6c63ff66}.TutorialOverlay-module__QiJGNG__title{color:#f1f5f9;margin-bottom:6px;font-size:15px;font-weight:700;line-height:1.35}.TutorialOverlay-module__QiJGNG__desc{color:#cbd5e1;margin-bottom:14px;font-size:13px;line-height:1.6}.TutorialOverlay-module__QiJGNG__actions{justify-content:space-between;align-items:center;gap:8px;display:flex}.TutorialOverlay-module__QiJGNG__skipBtn{color:#64748b;cursor:pointer;background:0 0;border:none;flex-shrink:0;padding:4px 2px;font-size:11px;transition:color .15s}.TutorialOverlay-module__QiJGNG__skipBtn:hover{color:#94a3b8}.TutorialOverlay-module__QiJGNG__prevBtn{color:#94a3b8;cursor:pointer;background:0 0;border:1px solid #94a3b840;border-radius:8px;padding:7px 14px;font-size:12px;font-weight:600;transition:all .15s}.TutorialOverlay-module__QiJGNG__prevBtn:hover{color:#f1f5f9;background:#94a3b81a}.TutorialOverlay-module__QiJGNG__nextBtn{background:var(--brand-violet,#6c63ff);color:#fff;cursor:pointer;border:none;border-radius:9px;padding:8px 18px;font-size:13px;font-weight:700;transition:background .15s,transform .1s}.TutorialOverlay-module__QiJGNG__nextBtn:hover{background:#7c73ff}.TutorialOverlay-module__QiJGNG__nextBtn:active{transform:scale(.97)}@media (max-width:600px){.TutorialOverlay-module__QiJGNG__tooltip{max-height:calc(50svh - 8px);overflow-y:auto;width:calc(100vw - 32px)!important;max-width:100vw!important;left:16px!important;right:auto!important;transform:none!important}.TutorialOverlay-module__QiJGNG__nextBtn{padding:10px 20px;font-size:14px}.TutorialOverlay-module__QiJGNG__prevBtn{padding:10px 14px}.TutorialOverlay-module__QiJGNG__skipBtn{padding:8px 4px;font-size:12px}}
.SolarNav-module__oCvSxa__section{background:linear-gradient(#050510 0%,#08091a 100%);padding-bottom:36px;position:relative;overflow:hidden}.SolarNav-module__oCvSxa__canvas{pointer-events:none;z-index:0;width:100%;height:100%;position:absolute;inset:0}.SolarNav-module__oCvSxa__orbit{height:460px;position:relative}.SolarNav-module__oCvSxa__ringsSvg{pointer-events:none;z-index:1;width:100%;height:100%;position:absolute;inset:0;overflow:visible}.SolarNav-module__oCvSxa__sunWrap{z-index:3;text-align:center;pointer-events:none;position:absolute;top:230px;left:50%;transform:translate(-50%,-50%)}.SolarNav-module__oCvSxa__sun{background:radial-gradient(circle at 35% 35%,#fffde7,#fbbf24,#f59e0b88);border:2px solid #fbbf2488;border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;margin:0 auto;font-size:30px;animation:3s ease-in-out infinite SolarNav-module__oCvSxa__solarPulse;display:flex}.SolarNav-module__oCvSxa__sunLabel{color:#fbbf24aa;letter-spacing:.05em;margin-top:5px;font-size:10px;font-weight:700}.SolarNav-module__oCvSxa__planetWrap{pointer-events:auto;transition:opacity .4s;position:absolute;top:0;left:0}.SolarNav-module__oCvSxa__planetLink{flex-direction:column;align-items:center;gap:3px;text-decoration:none;display:flex}.SolarNav-module__oCvSxa__planetDot{cursor:pointer;border-radius:50%;justify-content:center;align-items:center;transition:all .2s;display:flex}.SolarNav-module__oCvSxa__planetLabel{white-space:nowrap;border-radius:8px;padding:2px 8px;font-size:11px;font-weight:600;transition:all .2s}.SolarNav-module__oCvSxa__cta{z-index:5;flex-wrap:wrap;justify-content:center;gap:12px;margin-top:8px;display:flex;position:relative}.SolarNav-module__oCvSxa__stats{flex-wrap:wrap;justify-content:center;gap:40px;margin-top:24px;padding-bottom:4px;display:flex}.SolarNav-module__oCvSxa__statItem{color:#ffffffb3;align-items:center;gap:8px;display:flex}.SolarNav-module__oCvSxa__statIcon{font-size:22px}.SolarNav-module__oCvSxa__statValue{color:#fff;font-size:16px;font-weight:700}.SolarNav-module__oCvSxa__statLabel{opacity:.6;font-size:11px}@keyframes SolarNav-module__oCvSxa__solarPulse{0%,to{box-shadow:0 0 30px #fbbf2466,0 0 60px #f59e0b33}50%{box-shadow:0 0 45px #fbbf24aa,0 0 80px #f59e0b55}}@media (prefers-reduced-motion:reduce){.SolarNav-module__oCvSxa__sun{animation:none}}.SolarNav-module__oCvSxa__section[data-light=true]{background:linear-gradient(#c8e8ff 0%,#eef7ff 100%)}.SolarNav-module__oCvSxa__section[data-light=true] .SolarNav-module__oCvSxa__sunLabel{color:#a05a00bf}.SolarNav-module__oCvSxa__section[data-light=true] .SolarNav-module__oCvSxa__statItem{color:#0f172aa6}.SolarNav-module__oCvSxa__section[data-light=true] .SolarNav-module__oCvSxa__statValue{color:#0f172a}.SolarNav-module__oCvSxa__section[data-light=true] .SolarNav-module__oCvSxa__statLabel{opacity:.55}
.page-module___8aEwW__hero{padding:80px 0 60px;position:relative;overflow:hidden}.page-module___8aEwW__hero:after{content:"";background:linear-gradient(90deg,transparent,var(--border),transparent);height:1px;position:absolute;bottom:0;left:0;right:0}.page-module___8aEwW__heroContent{flex-direction:column;align-items:flex-start;gap:20px;max-width:720px;display:flex}.page-module___8aEwW__heroBadge{padding:5px 14px;font-size:12px}.page-module___8aEwW__heroTitle{letter-spacing:-1.5px;font-size:clamp(32px,5vw,56px);font-weight:800;line-height:1.15}.page-module___8aEwW__heroDesc{color:var(--text-secondary);font-size:clamp(14px,2vw,17px);line-height:1.7}.page-module___8aEwW__heroActions{flex-wrap:wrap;gap:12px;display:flex}.page-module___8aEwW__heroStats{flex-wrap:wrap;gap:32px;margin-top:12px;display:flex}.page-module___8aEwW__statItem{align-items:center;gap:10px;display:flex}.page-module___8aEwW__statIcon{font-size:24px}.page-module___8aEwW__statValue{color:var(--text-primary);font-size:18px;font-weight:700}.page-module___8aEwW__statLabel{color:var(--text-muted);font-size:12px}.page-module___8aEwW__main{padding:48px 0 80px}.page-module___8aEwW__mainInner{grid-template-columns:1fr 320px;align-items:start;gap:28px;display:grid}.page-module___8aEwW__roomsCol{flex-direction:column;gap:20px;display:flex}.page-module___8aEwW__sidebar{flex-direction:column;gap:16px;display:flex;position:sticky;top:80px}.page-module___8aEwW__filterBar{flex-direction:column;gap:12px;display:flex}.page-module___8aEwW__searchInput{border-radius:var(--radius-full)!important}.page-module___8aEwW__catTabs{flex-wrap:wrap;gap:6px;display:flex}.page-module___8aEwW__roomsHeader{justify-content:space-between;align-items:center;gap:12px;display:flex}.page-module___8aEwW__sectionTitle{align-items:center;gap:10px;font-size:18px;font-weight:700;display:flex}.page-module___8aEwW__roomGrid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px;display:grid}.page-module___8aEwW__emptyRooms{background:var(--bg-card);border:1px dashed var(--border);border-radius:var(--radius-xl);text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:12px;padding:80px 24px;display:flex}.page-module___8aEwW__emptyIcon{font-size:56px}.page-module___8aEwW__emptyRooms h3{font-size:20px;font-weight:700}.page-module___8aEwW__emptyRooms p{color:var(--text-secondary);font-size:14px}.page-module___8aEwW__tipsCard{padding:18px 20px}.page-module___8aEwW__tipsTitle{margin-bottom:12px;font-size:14px;font-weight:700}.page-module___8aEwW__tipsList{flex-direction:column;gap:8px;list-style:none;display:flex}.page-module___8aEwW__tipsList li{color:var(--text-secondary);font-size:13px;line-height:1.5}@media (max-width:1024px){.page-module___8aEwW__mainInner{grid-template-columns:1fr}.page-module___8aEwW__sidebar{grid-template-columns:1fr 1fr;gap:16px;display:grid;position:static}}@media (max-width:640px){.page-module___8aEwW__hero{padding:36px 0 30px}.page-module___8aEwW__heroStats{gap:18px}.page-module___8aEwW__statValue{font-size:15px}.page-module___8aEwW__statIcon{font-size:20px}.page-module___8aEwW__sidebar{grid-template-columns:1fr}.page-module___8aEwW__main{padding:28px 0 60px}.page-module___8aEwW__roomGrid{grid-template-columns:1fr}}
.AIWrongAnswerNotebook-module__DUSPtW__container{flex-direction:column;gap:12px;height:100%;padding:16px;display:flex;overflow:hidden}.AIWrongAnswerNotebook-module__DUSPtW__header{flex-shrink:0;justify-content:space-between;align-items:flex-start;gap:8px;display:flex}.AIWrongAnswerNotebook-module__DUSPtW__headerLeft{align-items:flex-start;gap:10px;display:flex}.AIWrongAnswerNotebook-module__DUSPtW__icon{margin-top:2px;font-size:26px}.AIWrongAnswerNotebook-module__DUSPtW__title{font-size:15px;font-weight:700}.AIWrongAnswerNotebook-module__DUSPtW__subtitle{color:var(--text-secondary);margin-top:2px;font-size:11px}.AIWrongAnswerNotebook-module__DUSPtW__statsBar{background:var(--bg-card);border-radius:var(--radius-md);border:1px solid var(--border-light);flex-shrink:0;align-items:center;gap:16px;padding:10px 12px;display:flex}.AIWrongAnswerNotebook-module__DUSPtW__stat{flex-direction:column;align-items:center;gap:1px;display:flex}.AIWrongAnswerNotebook-module__DUSPtW__statNum{color:var(--brand-violet);font-size:18px;font-weight:700}.AIWrongAnswerNotebook-module__DUSPtW__statLabel{color:var(--text-muted);font-size:10px}.AIWrongAnswerNotebook-module__DUSPtW__filterBtns{gap:4px;margin-left:auto;display:flex}.AIWrongAnswerNotebook-module__DUSPtW__badge{background:var(--warning);color:#000;border-radius:50%;justify-content:center;align-items:center;width:16px;height:16px;margin-left:4px;font-size:10px;font-weight:700;display:inline-flex}.AIWrongAnswerNotebook-module__DUSPtW__form{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-md);flex-direction:column;flex-shrink:0;gap:10px;padding:14px;animation:.2s AIWrongAnswerNotebook-module__DUSPtW__slideDown;display:flex}@keyframes AIWrongAnswerNotebook-module__DUSPtW__slideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.AIWrongAnswerNotebook-module__DUSPtW__formField{flex-direction:column;gap:6px;display:flex}.AIWrongAnswerNotebook-module__DUSPtW__chips{flex-wrap:wrap;gap:4px;display:flex}.AIWrongAnswerNotebook-module__DUSPtW__error{border-radius:var(--radius-sm);color:#fca5a5;background:#ef44441a;border:1px solid #ef444433;padding:8px 10px;font-size:12px}.AIWrongAnswerNotebook-module__DUSPtW__spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:13px;height:13px;animation:.7s linear infinite AIWrongAnswerNotebook-module__DUSPtW__spin;display:inline-block}@keyframes AIWrongAnswerNotebook-module__DUSPtW__spin{to{transform:rotate(360deg)}}.AIWrongAnswerNotebook-module__DUSPtW__list{flex-direction:column;flex:1;gap:8px;display:flex;overflow-y:auto}.AIWrongAnswerNotebook-module__DUSPtW__empty{color:var(--text-muted);text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:10px;padding:32px;font-size:13px;display:flex}.AIWrongAnswerNotebook-module__DUSPtW__emptyIcon{font-size:36px}.AIWrongAnswerNotebook-module__DUSPtW__card{background:var(--bg-card);border:1px solid var(--border-light);border-radius:var(--radius-md);transition:border-color var(--transition);overflow:hidden}.AIWrongAnswerNotebook-module__DUSPtW__card:hover{border-color:var(--border)}.AIWrongAnswerNotebook-module__DUSPtW__dueCard{border-color:#f59e0b59}.AIWrongAnswerNotebook-module__DUSPtW__cardHeader{cursor:pointer;flex-direction:column;gap:6px;padding:12px;display:flex}.AIWrongAnswerNotebook-module__DUSPtW__cardMeta{align-items:center;gap:6px;display:flex}.AIWrongAnswerNotebook-module__DUSPtW__cardQuestion{color:var(--text-primary);font-size:13px;font-weight:500;line-height:1.4}.AIWrongAnswerNotebook-module__DUSPtW__cardFooter{flex-wrap:wrap;align-items:center;gap:8px;margin-top:2px;display:flex}.AIWrongAnswerNotebook-module__DUSPtW__cardDate{color:var(--text-muted);font-size:10px}.AIWrongAnswerNotebook-module__DUSPtW__expand{color:var(--text-muted);margin-left:auto;font-size:10px}.AIWrongAnswerNotebook-module__DUSPtW__cardBody{border-top:1px solid var(--border-light);flex-direction:column;gap:10px;padding:10px 12px 12px;animation:.2s AIWrongAnswerNotebook-module__DUSPtW__slideDown;display:flex}.AIWrongAnswerNotebook-module__DUSPtW__sectionLabel{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;margin-bottom:4px;font-size:10px;font-weight:700;display:block}.AIWrongAnswerNotebook-module__DUSPtW__myAnswer p{color:var(--text-secondary);font-size:13px;line-height:1.5}.AIWrongAnswerNotebook-module__DUSPtW__analysisText{color:var(--text-secondary);border-radius:var(--radius-sm);background:#6c63ff0f;border:1px solid #6c63ff1f;padding:10px;font-size:12px;line-height:1.7}.AIWrongAnswerNotebook-module__DUSPtW__analysisText strong{color:var(--brand-violet)}.AIWrongAnswerNotebook-module__DUSPtW__cardActions{gap:8px;display:flex}.AIWrongAnswerNotebook-module__DUSPtW__uploadArea{border:2px dashed var(--border);border-radius:var(--radius-md);cursor:pointer;background:var(--bg-hover,#6c63ff0a);transition:border-color var(--transition),background var(--transition);flex-direction:column;justify-content:center;align-items:center;gap:4px;padding:18px 12px;display:flex}.AIWrongAnswerNotebook-module__DUSPtW__uploadArea:hover{border-color:var(--brand-violet);background:#6c63ff14}.AIWrongAnswerNotebook-module__DUSPtW__uploadIcon{font-size:22px}.AIWrongAnswerNotebook-module__DUSPtW__uploadText{color:var(--text-primary);font-size:13px;font-weight:600}.AIWrongAnswerNotebook-module__DUSPtW__uploadSub{color:var(--text-muted);font-size:11px}.AIWrongAnswerNotebook-module__DUSPtW__imagePreviewWrap{max-width:100%;display:inline-block;position:relative}.AIWrongAnswerNotebook-module__DUSPtW__imagePreview{border-radius:var(--radius-md);object-fit:contain;border:1px solid var(--border-light);max-width:100%;max-height:200px;display:block}.AIWrongAnswerNotebook-module__DUSPtW__removeImgBtn{opacity:.85;line-height:1.4;position:absolute;top:6px;right:6px;border-radius:var(--radius-sm)!important;padding:2px 7px!important;font-size:12px!important}.AIWrongAnswerNotebook-module__DUSPtW__removeImgBtn:hover{opacity:1}.AIWrongAnswerNotebook-module__DUSPtW__cardImageWrap{flex-direction:column;gap:6px;display:flex}.AIWrongAnswerNotebook-module__DUSPtW__cardImage{border-radius:var(--radius-md);object-fit:contain;border:1px solid var(--border-light);cursor:zoom-in;max-width:100%;max-height:240px}.AIWrongAnswerNotebook-module__DUSPtW__cardImage:active{transform:scale(1.02)}.AIWrongAnswerNotebook-module__DUSPtW__weeklyReport{border-radius:var(--radius-md);background:#60a5fa0f;border:1px solid #60a5fa33;flex-shrink:0;overflow:hidden}.AIWrongAnswerNotebook-module__DUSPtW__weeklyReportHeader{color:#60a5fa;cursor:pointer;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;width:100%;padding:10px 14px;font-size:13px;font-weight:600;display:flex}.AIWrongAnswerNotebook-module__DUSPtW__weeklyReportBody{flex-direction:column;gap:12px;padding:0 14px 12px;display:flex}.AIWrongAnswerNotebook-module__DUSPtW__weeklySubject{background:var(--bg-card);border-radius:var(--radius-sm);border:1px solid var(--border-light);padding:10px}.AIWrongAnswerNotebook-module__DUSPtW__weeklySubjectTitle{align-items:center;gap:8px;margin-bottom:8px;display:flex}.AIWrongAnswerNotebook-module__DUSPtW__weeklyItemCount{color:var(--text-muted);font-size:11px}.AIWrongAnswerNotebook-module__DUSPtW__supplementPrompt{border-radius:var(--radius-sm);color:var(--text-secondary);background:#fbbf2414;border:1px solid #fbbf2433;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;padding:8px 10px;font-size:12px;display:flex}.AIWrongAnswerNotebook-module__DUSPtW__supplementForm{background:var(--bg-hover,#0000000a);border:1px solid var(--border-light);border-radius:var(--radius-sm);flex-direction:column;gap:8px;padding:10px;display:flex}.AIWrongAnswerNotebook-module__DUSPtW__chatSection{border-top:1px solid var(--border-light);padding-top:8px}.AIWrongAnswerNotebook-module__DUSPtW__chatToggle{cursor:pointer;color:var(--brand-violet);background:0 0;border:none;padding:0;font-size:12px;font-weight:500}.AIWrongAnswerNotebook-module__DUSPtW__chatBox{flex-direction:column;gap:8px;margin-top:8px;animation:.15s AIWrongAnswerNotebook-module__DUSPtW__slideDown;display:flex}.AIWrongAnswerNotebook-module__DUSPtW__chatEmpty{color:var(--text-muted);text-align:center;padding:8px 0;font-size:12px}.AIWrongAnswerNotebook-module__DUSPtW__chatMsg{flex-direction:column;gap:3px;max-width:90%;font-size:12px;line-height:1.6;display:flex}.AIWrongAnswerNotebook-module__DUSPtW__chatUser{align-self:flex-end;align-items:flex-end}.AIWrongAnswerNotebook-module__DUSPtW__chatAi{align-self:flex-start}.AIWrongAnswerNotebook-module__DUSPtW__chatRole{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;font-size:10px;font-weight:700}.AIWrongAnswerNotebook-module__DUSPtW__chatUser .AIWrongAnswerNotebook-module__DUSPtW__chatRole{color:var(--brand-violet)}.AIWrongAnswerNotebook-module__DUSPtW__chatMsg>div{border-radius:var(--radius-md);border:1px solid var(--border-light);background:var(--bg-card);padding:7px 10px}.AIWrongAnswerNotebook-module__DUSPtW__chatUser>div{color:var(--text-primary);background:#6c63ff1f;border-color:#6c63ff33}.AIWrongAnswerNotebook-module__DUSPtW__chatInputRow{align-items:center;gap:6px;margin-top:4px;display:flex}
.GoalReport-module__xSa3Ia__container{flex-direction:column;gap:12px;height:100%;padding:16px;display:flex;overflow:hidden}.GoalReport-module__xSa3Ia__header{flex-shrink:0;justify-content:space-between;align-items:flex-start;gap:8px;display:flex}.GoalReport-module__xSa3Ia__headerLeft{align-items:flex-start;gap:10px;display:flex}.GoalReport-module__xSa3Ia__icon{margin-top:2px;font-size:26px}.GoalReport-module__xSa3Ia__title{font-size:15px;font-weight:700}.GoalReport-module__xSa3Ia__subtitle{color:var(--text-secondary);margin-top:2px;font-size:11px}.GoalReport-module__xSa3Ia__todayStats{background:var(--bg-card);border:1px solid var(--border-light);border-radius:var(--radius-md);flex-shrink:0;gap:0;display:flex;overflow:hidden}.GoalReport-module__xSa3Ia__statBox{border-right:1px solid var(--border-light);flex-direction:column;flex:1;align-items:center;gap:3px;padding:12px 8px;display:flex}.GoalReport-module__xSa3Ia__statBox:last-child{border-right:none}.GoalReport-module__xSa3Ia__statNum{color:var(--brand-violet);letter-spacing:-.5px;font-size:22px;font-weight:800}.GoalReport-module__xSa3Ia__statLabel{color:var(--text-muted);text-align:center;font-size:10px}.GoalReport-module__xSa3Ia__form{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-md);flex-direction:column;flex-shrink:0;gap:10px;padding:14px;animation:.2s GoalReport-module__xSa3Ia__slideDown;display:flex}@keyframes GoalReport-module__xSa3Ia__slideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.GoalReport-module__xSa3Ia__formRow{grid-template-columns:repeat(3,1fr);gap:8px;display:grid}.GoalReport-module__xSa3Ia__formField{flex-direction:column;gap:6px;display:flex}.GoalReport-module__xSa3Ia__goalList{flex-direction:column;flex:1;gap:10px;display:flex;overflow-y:auto}.GoalReport-module__xSa3Ia__empty{color:var(--text-muted);text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:10px;padding:32px;font-size:13px;display:flex}.GoalReport-module__xSa3Ia__emptyIcon{font-size:36px}.GoalReport-module__xSa3Ia__goalCard{background:var(--bg-card);border:1px solid var(--border-light);border-radius:var(--radius-md);transition:border-color var(--transition);flex-direction:column;gap:10px;padding:14px;display:flex}.GoalReport-module__xSa3Ia__goalCard:hover{border-color:var(--border)}.GoalReport-module__xSa3Ia__doneCard{border-color:#10b9814d}.GoalReport-module__xSa3Ia__goalHeader{justify-content:space-between;align-items:center;display:flex}.GoalReport-module__xSa3Ia__goalMeta{align-items:center;gap:5px;display:flex}.GoalReport-module__xSa3Ia__goalTitle{color:var(--text-primary);font-size:14px;font-weight:600;line-height:1.4}.GoalReport-module__xSa3Ia__progressWrap{align-items:center;gap:8px;display:flex}.GoalReport-module__xSa3Ia__progressBar{background:var(--border-light);border-radius:99px;flex:1;height:8px;overflow:hidden}.GoalReport-module__xSa3Ia__progressFill{border-radius:99px;height:100%;transition:width .6s}.GoalReport-module__xSa3Ia__progressPct{text-align:right;width:36px;font-size:13px;font-weight:700}.GoalReport-module__xSa3Ia__goalStats{color:var(--text-muted);justify-content:space-between;font-size:11px;display:flex}.GoalReport-module__xSa3Ia__addProgress{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.GoalReport-module__xSa3Ia__reportBox{border-radius:var(--radius-md);color:var(--text-secondary);background:#6c63ff0f;border:1px solid #6c63ff1f;padding:12px;font-size:12px;line-height:1.7}.GoalReport-module__xSa3Ia__reportBox strong{color:var(--brand-violet)}.GoalReport-module__xSa3Ia__spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:13px;height:13px;animation:.7s linear infinite GoalReport-module__xSa3Ia__spin;display:inline-block}@keyframes GoalReport-module__xSa3Ia__spin{to{transform:rotate(360deg)}}
.planner-module__0QbIwG__page{background:var(--bg-primary);min-height:100vh;padding-bottom:80px}.planner-module__0QbIwG__header{background:var(--bg-secondary);border-bottom:1px solid var(--border-light);padding:20px 0 0}.planner-module__0QbIwG__headerInner{max-width:960px;margin:0 auto;padding:0 24px}.planner-module__0QbIwG__title{letter-spacing:-.5px;margin-bottom:4px;font-size:22px;font-weight:800}.planner-module__0QbIwG__subtitle{color:var(--text-muted);margin-bottom:16px;font-size:13px}.planner-module__0QbIwG__tabs{gap:0;display:flex}.planner-module__0QbIwG__tab{color:var(--text-muted);cursor:pointer;transition:all var(--transition);white-space:nowrap;background:0 0;border:none;border-bottom:2px solid #0000;padding:12px 22px;font-size:14px;font-weight:600}.planner-module__0QbIwG__tab:hover{color:var(--text-primary)}.planner-module__0QbIwG__tabActive{color:var(--brand-violet);border-bottom-color:var(--brand-violet)}.planner-module__0QbIwG__content{max-width:960px;margin:28px auto 0;padding:0 24px}.planner-module__0QbIwG__dayNav{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.planner-module__0QbIwG__dayNavBtn{background:var(--bg-card);border:1px solid var(--border-light);border-radius:var(--radius-md);cursor:pointer;color:var(--text-secondary);transition:all var(--transition);padding:6px 12px;font-size:14px}.planner-module__0QbIwG__dayNavBtn:hover{background:var(--bg-card-hover);color:var(--text-primary)}.planner-module__0QbIwG__dayLabel{color:var(--text-primary);font-size:18px;font-weight:700}.planner-module__0QbIwG__todayBadge{color:var(--brand-violet);background:#6c63ff33;border-radius:99px;margin-left:8px;padding:2px 8px;font-size:11px;font-weight:700}.planner-module__0QbIwG__taskList{flex-direction:column;gap:8px;margin-bottom:16px;display:flex}.planner-module__0QbIwG__taskRow{background:var(--bg-card);border:1px solid var(--border-light);border-radius:var(--radius-md);transition:background var(--transition);align-items:center;gap:12px;padding:12px 14px;display:flex}.planner-module__0QbIwG__taskRow:hover{background:var(--bg-card-hover)}.planner-module__0QbIwG__taskCheck{width:18px;height:18px;accent-color:var(--brand-violet);cursor:pointer;flex-shrink:0}.planner-module__0QbIwG__taskText{color:var(--text-primary);flex:1;font-size:14px}.planner-module__0QbIwG__taskTextDone{color:var(--text-muted);text-decoration:line-through}.planner-module__0QbIwG__taskMins{color:var(--text-muted);white-space:nowrap;font-size:11px}.planner-module__0QbIwG__taskDel{color:var(--text-muted);cursor:pointer;border-radius:var(--radius-sm);transition:color var(--transition);background:0 0;border:none;flex-shrink:0;padding:2px 4px;font-size:14px}.planner-module__0QbIwG__taskDel:hover{color:var(--danger)}.planner-module__0QbIwG__addRow{gap:8px;margin-bottom:16px;display:flex}.planner-module__0QbIwG__addInput{flex:1}.planner-module__0QbIwG__addMins{width:80px}.planner-module__0QbIwG__subjectChips{flex-wrap:wrap;gap:6px;margin-bottom:12px;display:flex}.planner-module__0QbIwG__chip{color:var(--brand-violet);cursor:pointer;transition:all var(--transition);background:#6c63ff1f;border:1px solid #6c63ff33;border-radius:99px;align-items:center;gap:4px;padding:4px 12px;font-size:12px;font-weight:600;display:flex}.planner-module__0QbIwG__chip:hover{background:#6c63ff40}.planner-module__0QbIwG__chipRemove{opacity:.7;font-size:11px}.planner-module__0QbIwG__memoBox{resize:vertical;background:var(--bg-card);border:1px solid var(--border-light);border-radius:var(--radius-md);width:100%;min-height:80px;color:var(--text-primary);transition:border-color var(--transition);outline:none;margin-bottom:16px;padding:10px 14px;font-family:inherit;font-size:13px}.planner-module__0QbIwG__memoBox:focus{border-color:var(--brand-violet)}.planner-module__0QbIwG__sectionRow{justify-content:space-between;align-items:center;margin-bottom:10px;display:flex}.planner-module__0QbIwG__sectionTitle{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;font-size:13px;font-weight:700}.planner-module__0QbIwG__actionRow{flex-wrap:wrap;gap:8px;display:flex}.planner-module__0QbIwG__aiPanel{background:var(--bg-card);border:1px solid var(--border-light);border-radius:var(--radius-lg);margin-bottom:20px;padding:20px}.planner-module__0QbIwG__aiPanelTitle{align-items:center;gap:6px;margin-bottom:14px;font-size:15px;font-weight:700;display:flex}.planner-module__0QbIwG__aiField{margin-bottom:12px}.planner-module__0QbIwG__aiLabel{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.04em;margin-bottom:4px;font-size:12px;font-weight:600;display:block}.planner-module__0QbIwG__aiOutput{border-radius:var(--radius-md);color:var(--text-secondary);white-space:pre-wrap;background:#6c63ff0f;border:1px solid #6c63ff26;min-height:60px;margin-top:14px;padding:12px 14px;font-size:13px;line-height:1.7}.planner-module__0QbIwG__weekNav{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.planner-module__0QbIwG__weekLabel{color:var(--text-primary);font-size:16px;font-weight:700}.planner-module__0QbIwG__weekGrid{grid-template-columns:repeat(7,1fr);gap:8px;display:grid}.planner-module__0QbIwG__weekDay{background:var(--bg-card);border:1px solid var(--border-light);border-radius:var(--radius-md);cursor:pointer;transition:all var(--transition);min-height:90px;padding:12px 10px}.planner-module__0QbIwG__weekDay:hover{background:var(--bg-card-hover);border-color:#6c63ff4d}.planner-module__0QbIwG__weekDayActive{border-color:var(--brand-violet);background:#6c63ff0f}.planner-module__0QbIwG__weekDayHeader{text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted);margin-bottom:4px;font-size:11px;font-weight:700}.planner-module__0QbIwG__weekDayDate{color:var(--text-primary);margin-bottom:6px;font-size:16px;font-weight:800}.planner-module__0QbIwG__weekDayToday .planner-module__0QbIwG__weekDayDate{color:var(--brand-violet)}.planner-module__0QbIwG__weekDayCount{color:var(--text-muted);font-size:11px}.planner-module__0QbIwG__weekDayDot{background:var(--brand-violet);border-radius:50%;width:6px;height:6px;margin-top:4px}.planner-module__0QbIwG__monthNav{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.planner-module__0QbIwG__monthLabel{color:var(--text-primary);font-size:18px;font-weight:800}.planner-module__0QbIwG__calendarGrid{border:1px solid var(--border-light);border-radius:var(--radius-lg);grid-template-columns:repeat(7,1fr);gap:2px;display:grid;overflow:hidden}.planner-module__0QbIwG__calDow{text-align:center;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);background:var(--bg-secondary);padding:10px 0;font-size:11px;font-weight:700}.planner-module__0QbIwG__calCell{background:var(--bg-card);cursor:pointer;min-height:64px;transition:background var(--transition);padding:8px;position:relative}.planner-module__0QbIwG__calCell:hover{background:var(--bg-card-hover)}.planner-module__0QbIwG__calCellEmpty{background:var(--bg-secondary);cursor:default}.planner-module__0QbIwG__calCellToday{background:#6c63ff14}.planner-module__0QbIwG__calDate{color:var(--text-secondary);font-size:13px;font-weight:700}.planner-module__0QbIwG__calDateToday{color:var(--brand-violet)}.planner-module__0QbIwG__calDot{background:var(--brand-violet);border-radius:50%;width:6px;height:6px;margin-top:6px}.planner-module__0QbIwG__calTaskCount{color:var(--text-muted);margin-top:2px;font-size:10px}.planner-module__0QbIwG__emptyDay{text-align:center;color:var(--text-muted);padding:40px 20px;font-size:14px}.planner-module__0QbIwG__loading{min-height:200px;color:var(--text-muted);justify-content:center;align-items:center;font-size:16px;display:flex}@media (max-width:768px){.planner-module__0QbIwG__headerInner,.planner-module__0QbIwG__content{padding:0 16px}.planner-module__0QbIwG__weekGrid{grid-template-columns:repeat(7,1fr);gap:4px}.planner-module__0QbIwG__weekDay{min-height:70px;padding:8px 4px}.planner-module__0QbIwG__weekDayDate{font-size:14px}}@media (max-width:560px){.planner-module__0QbIwG__weekGrid{grid-template-columns:repeat(4,1fr)}}
.room-module__YsLZOG__page{background:var(--bg-primary);flex-direction:column;height:100dvh;display:flex;overflow:hidden}.room-module__YsLZOG__roomHeader{background:var(--header-bg,#0a0b14e6);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border-light);z-index:10;flex-shrink:0;justify-content:space-between;align-items:center;gap:8px;min-height:48px;padding:8px 16px;display:flex}.room-module__YsLZOG__roomHeaderLeft{align-items:center;gap:10px;min-width:0;display:flex}.room-module__YsLZOG__roomInfo{align-items:center;gap:8px;display:flex}.room-module__YsLZOG__roomId{color:var(--text-muted);font-size:12px}.room-module__YsLZOG__roomHeaderRight{flex-shrink:0;align-items:center;gap:8px;display:flex}.room-module__YsLZOG__studyTimeBadge{color:var(--brand-violet);border-radius:var(--radius-full);white-space:nowrap;background:#8b5cf61a;border:1px solid #8b5cf633;padding:4px 10px;font-size:12px;font-weight:700}.room-module__YsLZOG__main{flex:1;display:flex;overflow:hidden}.room-module__YsLZOG__videoArea{flex-direction:row;flex:1;align-items:stretch;gap:10px;min-height:0;padding:12px;display:flex;overflow:hidden}.room-module__YsLZOG__videoGridWrap{flex:1;justify-content:center;align-items:center;height:100%;display:flex;overflow:hidden}.room-module__YsLZOG__videoGrid{gap:10px;width:100%;height:100%;max-height:calc(100dvh - 160px);display:grid}.room-module__YsLZOG__videoTile{background:var(--bg-secondary);border-radius:var(--radius-lg);border:1px solid var(--border-light);aspect-ratio:16/9;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.room-module__YsLZOG__selfTile{border-color:#6c63ff66;box-shadow:0 0 0 2px #6c63ff26}.room-module__YsLZOG__video{object-fit:cover;width:100%;height:100%;transform:scaleX(-1)}.room-module__YsLZOG__avatar{background:var(--gradient-card);justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.room-module__YsLZOG__avatarCircle{background:var(--gradient-brand);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:clamp(40px,8vw,80px);height:clamp(40px,8vw,80px);font-size:clamp(18px,3vw,32px);font-weight:700;display:flex;box-shadow:0 4px 20px #6c63ff66}.room-module__YsLZOG__tileBar{background:linear-gradient(#0000,#000000b3);justify-content:space-between;align-items:center;padding:6px 10px;display:flex;position:absolute;bottom:0;left:0;right:0}.room-module__YsLZOG__tileName{color:#fff;text-overflow:ellipsis;white-space:nowrap;font-size:11px;font-weight:600;overflow:hidden}.room-module__YsLZOG__tileStatus{gap:4px;font-size:13px;display:flex}.room-module__YsLZOG__sidePanel{border-left:1px solid var(--border-light);flex-direction:row;flex-shrink:0;width:360px;display:flex;overflow:hidden}.room-module__YsLZOG__tabs{border-right:1px solid var(--border-light);background:var(--header-bg,#0a0b1499);flex-direction:column;flex-shrink:0;gap:2px;width:64px;padding:6px 0;display:flex;overflow-y:auto}.room-module__YsLZOG__tabBtn{color:var(--text-muted);cursor:pointer;transition:all var(--transition);white-space:nowrap;background:0 0;border:none;border-left:3px solid #0000;border-radius:0 8px 8px 0;flex-direction:column;justify-content:center;align-items:center;gap:3px;width:100%;padding:9px 4px;font-family:inherit;font-size:9px;font-weight:600;display:flex}.room-module__YsLZOG__tabBtn:hover{color:var(--text-secondary);background:var(--bg-card-hover)}.room-module__YsLZOG__activeTab{color:var(--brand-purple)!important;border-left-color:var(--brand-purple)!important;background:#6c63ff1a!important}.room-module__YsLZOG__tabIcon{font-size:17px}.room-module__YsLZOG__tabLabel{letter-spacing:.01em;text-align:center;font-size:8.5px;line-height:1.2}.room-module__YsLZOG__tabContent{flex-direction:column;flex:1;display:flex;overflow:hidden}.room-module__YsLZOG__timerPanel{flex:1;justify-content:center;align-items:flex-start;padding:8px 0;display:flex;overflow-y:auto}@media (max-width:900px){.room-module__YsLZOG__sidePanel{width:300px}}.room-module__YsLZOG__mobileTabBar,.room-module__YsLZOG__dragHandle{display:none}.room-module__YsLZOG__desktopOnly{display:block}@media (max-width:700px){.room-module__YsLZOG__main{flex-direction:column;min-height:0;padding-bottom:0}.room-module__YsLZOG__videoArea{flex:1;height:auto;min-height:0;padding:0;overflow:hidden}.room-module__YsLZOG__desktopOnly{display:none!important}.room-module__YsLZOG__sidePanel{z-index:300;background:var(--bg-primary,#0a0a14);border-top:1px solid #6c63ff4d;border-left:none;border-radius:18px 18px 0 0;flex-direction:column;width:100%;height:70vh;transition:transform .3s cubic-bezier(.32,.72,0,1);position:fixed;inset:auto 0 0;transform:translateY(100%);box-shadow:0 -8px 40px #000000b3}.room-module__YsLZOG__sidePanelOpen{transform:translateY(0)!important}.room-module__YsLZOG__dragHandle{cursor:pointer;flex-shrink:0;justify-content:center;align-items:center;padding:10px 0 4px;display:flex}.room-module__YsLZOG__dragHandle:before{content:"";background:#6c63ff66;border-radius:2px;width:36px;height:4px}.room-module__YsLZOG__tabs{border-right:none;border-bottom:1px solid var(--border-light);scrollbar-width:none;flex-direction:row;flex-shrink:0;gap:2px;width:100%;height:auto;padding:4px 6px;overflow:auto hidden}.room-module__YsLZOG__tabs::-webkit-scrollbar{display:none}.room-module__YsLZOG__tabBtn{border-bottom:3px solid #0000;border-left:none;border-radius:8px 8px 0 0;flex-direction:column;flex-shrink:0;width:52px;margin-right:0;padding:6px 4px}.room-module__YsLZOG__activeTab{border-left-color:#0000!important;border-bottom-color:var(--brand-purple)!important}.room-module__YsLZOG__tabIcon{font-size:16px}.room-module__YsLZOG__tabLabel{font-size:8px}.room-module__YsLZOG__mobileTabBar{width:100%;height:52px;padding:0 4px env(safe-area-inset-bottom,0);background:#060610fa;border-top:1px solid #6c63ff40;flex-shrink:0;justify-content:space-around;align-items:center;display:flex;position:static}.room-module__YsLZOG__mobileTabBarBtn{color:#94a3b8b3;cursor:pointer;-webkit-tap-highlight-color:transparent;background:0 0;border:none;border-top:2px solid #0000;border-radius:0;flex-direction:column;flex:1;align-items:center;gap:3px;min-width:0;padding:6px 4px 4px;font-family:inherit;font-size:9px;font-weight:600;transition:color .15s,border-top-color .15s;display:flex}.room-module__YsLZOG__mobileTabBarBtnActive{color:var(--brand-purple,#6c63ff)!important;border-top-color:var(--brand-purple,#6c63ff)!important}.room-module__YsLZOG__mobileTabBarIcon{font-size:18px;line-height:1}.room-module__YsLZOG__mobileTabBarLabel{white-space:nowrap;text-overflow:ellipsis;max-width:100%;font-size:9px;line-height:1;overflow:hidden}.room-module__YsLZOG__roomHeader{min-height:44px;padding:6px 10px}.room-module__YsLZOG__roomId{display:none}.room-module__YsLZOG__studyTimeBadge{padding:3px 8px;font-size:11px}}@media (max-width:400px){.room-module__YsLZOG__tabBtn{width:44px}.room-module__YsLZOG__tabIcon{font-size:14px}.room-module__YsLZOG__tabLabel,.room-module__YsLZOG__mobileTabBarLabel{display:none}.room-module__YsLZOG__mobileTabBarIcon{font-size:20px}}@media (max-height:600px) and (orientation:landscape){.room-module__YsLZOG__main{flex-direction:column;min-height:0;padding-bottom:0}.room-module__YsLZOG__videoArea{flex:1;height:auto;min-height:0;padding:0;overflow:hidden}.room-module__YsLZOG__desktopOnly{display:none!important}.room-module__YsLZOG__sidePanel{z-index:300;background:var(--bg-primary,#0a0a14);border-top:1px solid #6c63ff4d;border-left:none;border-radius:18px 18px 0 0;flex-direction:column;width:100%;height:88vh;transition:transform .3s cubic-bezier(.32,.72,0,1);display:flex;position:fixed;inset:auto 0 0;transform:translateY(100%);box-shadow:0 -8px 40px #000000b3}.room-module__YsLZOG__sidePanelOpen{transform:translateY(0)!important}.room-module__YsLZOG__dragHandle{cursor:pointer;flex-shrink:0;justify-content:center;align-items:center;padding:8px 0 2px;display:flex}.room-module__YsLZOG__dragHandle:before{content:"";background:#6c63ff66;border-radius:2px;width:36px;height:4px}.room-module__YsLZOG__tabs{border-right:none;border-bottom:1px solid var(--border-light);scrollbar-width:none;flex-direction:row;flex-shrink:0;gap:2px;width:100%;height:auto;padding:4px 6px;overflow:auto hidden}.room-module__YsLZOG__tabs::-webkit-scrollbar{display:none}.room-module__YsLZOG__tabBtn{border-bottom:3px solid #0000;border-left:none;border-radius:8px 8px 0 0;flex-direction:column;flex-shrink:0;width:52px;padding:6px 4px}.room-module__YsLZOG__activeTab{border-left-color:#0000!important;border-bottom-color:var(--brand-purple)!important}.room-module__YsLZOG__mobileTabBar{background:#060610fa;border-top:1px solid #6c63ff40;flex-shrink:0;justify-content:space-around;align-items:center;width:100%;height:44px;padding:0 4px;display:flex;position:static}.room-module__YsLZOG__mobileTabBarBtn{color:#94a3b8b3;cursor:pointer;-webkit-tap-highlight-color:transparent;background:0 0;border:none;border-top:2px solid #0000;border-radius:0;flex-direction:column;flex:1;align-items:center;gap:2px;min-width:0;padding:4px 2px 2px;font-family:inherit;font-size:8px;font-weight:600;transition:color .15s,border-top-color .15s;display:flex}.room-module__YsLZOG__mobileTabBarBtnActive{color:var(--brand-purple,#6c63ff)!important;border-top-color:var(--brand-purple,#6c63ff)!important}.room-module__YsLZOG__mobileTabBarIcon{font-size:16px;line-height:1}.room-module__YsLZOG__mobileTabBarLabel{font-size:8px;display:none}}