.dashboard-module__XABe8G__dashboardLayout{background-color:var(--color-bg);min-height:100vh;display:flex}.dashboard-module__XABe8G__mainContent{padding:clamp(var(--space-md), 4vw, var(--space-2xl));max-width:1240px;animation:dashboard-module__XABe8G__tabFadeIn var(--transition-default);flex:1;overflow-y:auto}@keyframes dashboard-module__XABe8G__tabFadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.dashboard-module__XABe8G__breadcrumb{color:var(--color-text-muted);margin-bottom:var(--space-lg);align-items:center;gap:8px;font-size:.82rem;display:flex}.dashboard-module__XABe8G__breadcrumb a{color:var(--color-text-secondary);transition:color var(--transition-fast);font-weight:500;text-decoration:none}.dashboard-module__XABe8G__breadcrumb a:hover{color:var(--color-accent)}@media (max-width:900px){.dashboard-module__XABe8G__dashboardLayout{flex-direction:column}.dashboard-module__XABe8G__mainContent{padding:var(--space-md);padding-bottom:90px}}.dashboard-module__XABe8G__welcomeCard{background:var(--color-surface);border-radius:var(--radius-xl);padding:var(--space-xl);margin-bottom:var(--space-xl);box-shadow:var(--shadow-sm);border:1px solid var(--color-border);justify-content:space-between;align-items:flex-start;display:flex}.dashboard-module__XABe8G__welcomeCardContent{flex:1}.dashboard-module__XABe8G__welcomeTitle{color:var(--color-primary);margin:0 0 4px;font-size:1.5rem;font-weight:700}.dashboard-module__XABe8G__welcomeSubtitle{color:var(--text-primary);margin:0 0 12px;font-size:1rem}.dashboard-module__XABe8G__welcomeDate{color:var(--color-text-muted);margin:0;font-size:.85rem;font-weight:500}.dashboard-module__XABe8G__welcomeCloseBtn{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-radius:50%;padding:4px;font-size:1.25rem;line-height:1;transition:all .2s}.dashboard-module__XABe8G__welcomeCloseBtn:hover{color:var(--color-text-muted);background:#1b1f240d}.dashboard-module__XABe8G__emptyChildCard{border-radius:var(--radius-lg);padding:var(--space-2xl);text-align:center;border:1px dashed var(--color-border);margin-bottom:var(--space-xl);background:#fff;flex-direction:column;justify-content:center;align-items:center;display:flex}.dashboard-module__XABe8G__emptyChildIcon{margin-bottom:var(--space-md);font-size:4rem}.dashboard-module__XABe8G__emptyChildCard h3{color:var(--color-text);margin:0 0 var(--space-xs) 0;font-size:1.5rem}.dashboard-module__XABe8G__emptyChildCard p{color:var(--color-text-muted);margin:0 0 var(--space-lg) 0;max-width:400px}.dashboard-module__XABe8G__emptyChildBtn{background:var(--color-primary);color:#fff;padding:var(--space-sm) var(--space-xl);border-radius:var(--radius-md);cursor:pointer;border:none;font-size:1rem;font-weight:600;transition:opacity .2s}.dashboard-module__XABe8G__emptyChildBtn:hover{opacity:.9}
.Button-module__e7WGRa__btn{padding:var(--space-sm) var(--space-lg);font-size:var(--text-base);font-weight:var(--font-weight-medium);border-radius:var(--radius-full);transition:background-color var(--transition-fast), color var(--transition-fast), transform var(--transition-fast), box-shadow var(--transition-fast), border-color var(--transition-fast);justify-content:center;align-items:center;gap:var(--space-xs);text-decoration:none;display:inline-flex}.Button-module__e7WGRa__primary{background-color:var(--color-primary);color:var(--color-text-light);box-shadow:var(--shadow-md)}.Button-module__e7WGRa__primary:hover{background-color:var(--color-primary-light);box-shadow:var(--shadow-lg);transform:translateY(-2px)}.Button-module__e7WGRa__secondary{background-color:var(--accent-emphasis);color:var(--text-on-accent);box-shadow:var(--shadow-sm)}.Button-module__e7WGRa__secondary:hover{background-color:var(--accent-hover);box-shadow:var(--shadow-md);transform:translateY(-1px)}.Button-module__e7WGRa__outline{color:var(--text-primary);border:1px solid var(--border-subtle);background-color:#0000}.Button-module__e7WGRa__outline:hover{background-color:var(--surface-sunken);color:var(--text-primary)}.Button-module__e7WGRa__ghost{color:var(--text-primary);background-color:#0000}.Button-module__e7WGRa__ghost:hover{background-color:var(--surface-sunken)}
.TodayTab-module__iIgJFG__container{gap:var(--space-2xl);flex-direction:column;display:flex}.TodayTab-module__iIgJFG__headerBanner{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-2xl);padding:var(--space-xl) var(--space-2xl);box-shadow:var(--shadow-sm);position:relative;overflow:hidden}.TodayTab-module__iIgJFG__bannerContent{z-index:1;position:relative}.TodayTab-module__iIgJFG__welcomeTitle{font-size:var(--text-3xl);color:var(--color-primary);margin:0 0 var(--space-sm) 0;font-weight:700}.TodayTab-module__iIgJFG__sosEmergencyBtn{background:var(--status-danger-bg);border:1.5px solid var(--color-error);color:var(--color-error);border-radius:var(--radius-full);cursor:pointer;box-shadow:0 2px 8px var(--status-danger-bg);align-items:center;gap:6px;padding:.65rem 1.25rem;font-size:.88rem;font-weight:700;transition:all .2s;display:inline-flex}.TodayTab-module__iIgJFG__sosEmergencyBtn:hover{background:var(--color-error);color:var(--color-surface-white);border-color:var(--color-error);box-shadow:0 4px 12px var(--status-danger-bg);transform:translateY(-1px)}.TodayTab-module__iIgJFG__welcomeSubtitle{color:var(--color-accent);margin:0 0 var(--space-md) 0;font-size:1.05rem;font-style:italic}.TodayTab-module__iIgJFG__welcomeDesc{color:var(--color-text-muted);max-width:600px;margin:0;font-size:.95rem;line-height:1.5}.TodayTab-module__iIgJFG__moodSection{background:var(--color-surface-card);border:1px solid var(--color-border);border-radius:var(--radius-2xl);box-shadow:var(--shadow-sm);flex-direction:column;gap:1.25rem;padding:1.5rem 1.75rem;display:flex}.TodayTab-module__iIgJFG__moodHeader{flex-direction:column;gap:4px;display:flex}.TodayTab-module__iIgJFG__moodBadge{color:var(--color-accent);letter-spacing:.05em;font-size:.72rem;font-weight:800}.TodayTab-module__iIgJFG__moodTitle{color:var(--color-primary);margin:0;font-size:1.2rem;font-weight:700}.TodayTab-module__iIgJFG__moodSubtitle{color:var(--color-text-muted);margin:0;font-size:.88rem}.TodayTab-module__iIgJFG__moodButtonsGrid{grid-template-columns:repeat(auto-fit,minmax(130px,1fr));gap:10px;display:grid}.TodayTab-module__iIgJFG__moodBtn{background:var(--color-surface);border:1.5px solid var(--color-border);border-radius:var(--radius-xl);cursor:pointer;text-align:center;flex-direction:column;align-items:center;gap:6px;padding:12px 10px;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex}.TodayTab-module__iIgJFG__moodBtn:hover{background:var(--color-surface-white);border-color:var(--color-accent);box-shadow:var(--shadow-sm);transform:translateY(-2px)}.TodayTab-module__iIgJFG__activeMoodBtn{background:var(--color-surface-white);border-color:var(--color-accent);box-shadow:0 0 0 2px var(--accent-subtle), var(--shadow-sm)}.TodayTab-module__iIgJFG__moodEmoji{font-size:1.75rem}.TodayTab-module__iIgJFG__moodLabel{color:var(--color-primary);font-size:.82rem;font-weight:600}.TodayTab-module__iIgJFG__moodCheck{color:var(--color-accent);background:var(--accent-subtle);border-radius:var(--radius-full);padding:2px 8px;font-size:.7rem;font-weight:700}.TodayTab-module__iIgJFG__insightCard{background:var(--color-surface-white);border-left:1px solid var(--color-border);border-radius:var(--radius-xl);padding:var(--space-xl);box-shadow:var(--shadow-md);gap:var(--space-md);flex-direction:column;display:flex;position:relative;overflow:hidden}.TodayTab-module__iIgJFG__insightHeader{align-items:center;display:flex}.TodayTab-module__iIgJFG__insightBadge{background:var(--status-warning-bg);color:var(--color-warning);border-radius:var(--radius-full);text-transform:uppercase;letter-spacing:.5px;padding:4px 10px;font-size:.75rem;font-weight:700}.TodayTab-module__iIgJFG__insightContent{gap:var(--space-sm);flex-direction:column;display:flex}.TodayTab-module__iIgJFG__insightTitle{color:var(--color-primary);margin:0;font-size:1.2rem;font-weight:700}.TodayTab-module__iIgJFG__insightMessage{margin:0 0 var(--space-md) 0;color:var(--color-text-muted);font-size:.95rem;line-height:1.5}.TodayTab-module__iIgJFG__insightAction{align-self:flex-start}.TodayTab-module__iIgJFG__statsRow{gap:var(--space-lg);grid-template-columns:repeat(2,1fr);display:grid}.TodayTab-module__iIgJFG__statCard{background:var(--color-surface-white);border:1px solid var(--color-gray-200);border-radius:var(--radius-xl);padding:var(--space-lg) var(--space-xl);align-items:center;gap:var(--space-lg);box-shadow:var(--shadow-sm);transition:transform .2s cubic-bezier(.4,0,.2,1),box-shadow .2s;display:flex}.TodayTab-module__iIgJFG__statCard:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.TodayTab-module__iIgJFG__statIconWrapper{border-radius:var(--radius-full);background:var(--color-surface);flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;display:flex}.TodayTab-module__iIgJFG__statIcon{font-size:1.5rem}.TodayTab-module__iIgJFG__statContent{gap:var(--space-sm);flex-direction:column;flex:1;display:flex}.TodayTab-module__iIgJFG__statHeader{justify-content:space-between;align-items:center;width:100%;display:flex}.TodayTab-module__iIgJFG__statLabel{color:var(--color-text-muted);font-size:.85rem;font-weight:500}.TodayTab-module__iIgJFG__statNum{color:var(--color-primary);font-size:1.1rem;font-weight:700}.TodayTab-module__iIgJFG__statBadge{background:var(--accent-subtle);color:var(--color-success);border-radius:var(--radius-full);padding:4px 10px;font-size:.85rem;font-weight:600}.TodayTab-module__iIgJFG__statCaption{color:var(--color-text-muted);margin:0;font-size:.8rem}.TodayTab-module__iIgJFG__progressBarWrapper{background:var(--color-gray-100);border-radius:var(--radius-full);width:100%;height:6px;overflow:hidden}.TodayTab-module__iIgJFG__progressBar{background:var(--color-accent);border-radius:var(--radius-full);height:100%;transition:width .5s}.TodayTab-module__iIgJFG__gridTwoCol{gap:var(--space-xl);grid-template-columns:1.5fr 1fr;display:grid}.TodayTab-module__iIgJFG__sectionBox{background:var(--color-surface-white);border:1px solid var(--color-gray-200);border-radius:var(--radius-xl);padding:var(--space-xl);box-shadow:var(--shadow-sm);gap:var(--space-lg);flex-direction:column;display:flex}.TodayTab-module__iIgJFG__boxHeader{border-bottom:1px solid var(--color-gray-100);padding-bottom:var(--space-md);justify-content:space-between;align-items:center;display:flex}.TodayTab-module__iIgJFG__boxTitle{color:var(--color-primary);margin:0;font-size:1.2rem;font-weight:600}.TodayTab-module__iIgJFG__boxBadge{color:var(--color-accent);background:var(--status-warning-bg);border-radius:var(--radius-md);text-transform:uppercase;letter-spacing:.5px;padding:4px 8px;font-size:.75rem;font-weight:600}.TodayTab-module__iIgJFG__taskList{gap:var(--space-md);flex-direction:column;display:flex}.TodayTab-module__iIgJFG__taskCard{align-items:center;gap:var(--space-lg);padding:var(--space-md);border:1px solid var(--color-gray-100);border-radius:var(--radius-lg);background:var(--color-surface-muted);transition:transform .2s cubic-bezier(.4,0,.2,1),box-shadow .2s;display:flex}.TodayTab-module__iIgJFG__taskCard:hover{box-shadow:var(--shadow-sm);background:var(--color-surface-white);border-color:var(--color-gray-200);transform:translateY(-2px)}.TodayTab-module__iIgJFG__taskIcon{background:var(--color-surface-white);border-radius:var(--radius-lg);width:48px;height:48px;box-shadow:var(--shadow-sm);justify-content:center;align-items:center;font-size:1.8rem;display:flex}.TodayTab-module__iIgJFG__taskDetails{flex-direction:column;flex:1;gap:4px;display:flex}.TodayTab-module__iIgJFG__taskTitleRow{align-items:center;gap:var(--space-sm);display:flex}.TodayTab-module__iIgJFG__taskTitleRow h4{color:var(--color-primary);margin:0;font-size:1rem;font-weight:600}.TodayTab-module__iIgJFG__timeBadge{background:var(--color-gray-200);color:var(--color-text-muted);border-radius:var(--radius-sm);padding:2px 6px;font-size:.7rem;font-weight:600}.TodayTab-module__iIgJFG__taskDetails p{color:var(--color-text-muted);margin:0;font-size:.85rem}.TodayTab-module__iIgJFG__taskAction{flex-shrink:0}.TodayTab-module__iIgJFG__actionBtn{border-radius:var(--radius-md)!important;padding:8px 16px!important;font-size:.85rem!important}.TodayTab-module__iIgJFG__quickAccessList{gap:var(--space-md);flex-direction:column;display:flex}.TodayTab-module__iIgJFG__quickCard{align-items:center;gap:var(--space-md);padding:var(--space-lg);background:var(--color-surface-white);border:1px solid var(--color-gray-200);border-radius:var(--radius-xl);cursor:pointer;text-align:left;transition:transform .2s cubic-bezier(.4,0,.2,1),box-shadow .2s,border-color .2s;display:flex}.TodayTab-module__iIgJFG__quickCard:hover{box-shadow:var(--shadow-md);border-color:var(--color-accent);transform:translateY(-2px)}.TodayTab-module__iIgJFG__quickIcon{background:var(--color-surface);border-radius:var(--radius-lg);justify-content:center;align-items:center;width:44px;height:44px;font-size:1.6rem;display:flex}.TodayTab-module__iIgJFG__quickInfo{flex-direction:column;flex:1;gap:2px;display:flex}.TodayTab-module__iIgJFG__quickInfo strong{color:var(--color-primary);font-size:.95rem;font-weight:600}.TodayTab-module__iIgJFG__quickInfo span{color:var(--color-text-muted);font-size:.8rem}.TodayTab-module__iIgJFG__quickArrow{color:var(--color-gray-300);font-size:1.2rem;transition:color .2s,transform .2s}.TodayTab-module__iIgJFG__quickCard:hover .TodayTab-module__iIgJFG__quickArrow{color:var(--color-accent);transform:translate(4px)}@media (max-width:900px){.TodayTab-module__iIgJFG__statsRow,.TodayTab-module__iIgJFG__gridTwoCol{grid-template-columns:1fr}.TodayTab-module__iIgJFG__taskCard{flex-direction:column;align-items:flex-start}.TodayTab-module__iIgJFG__taskAction,.TodayTab-module__iIgJFG__actionBtn{width:100%}}
.SegmentedControl-module__BK-w_q__segmentedContainer{background:var(--surface-sunken);border-radius:var(--radius-full);border:1px solid var(--border-hairline);scrollbar-width:none;-webkit-overflow-scrolling:touch;max-width:100%;margin-bottom:var(--space-xl);align-items:center;gap:6px;padding:4px;display:flex;overflow-x:auto}.SegmentedControl-module__BK-w_q__segmentedContainer::-webkit-scrollbar{display:none}.SegmentedControl-module__BK-w_q__segmentBtn{border-radius:var(--radius-full);min-width:max-content;color:var(--text-secondary);font-family:var(--font-body);cursor:pointer;transition:all var(--transition-fast);white-space:nowrap;-webkit-user-select:none;user-select:none;background:0 0;border:none;flex:1;justify-content:center;align-items:center;gap:8px;padding:8px 18px;font-size:.88rem;font-weight:500;display:flex}.SegmentedControl-module__BK-w_q__segmentBtn:hover{color:var(--text-primary)}.SegmentedControl-module__BK-w_q__segmentBtn.SegmentedControl-module__BK-w_q__active{background:var(--surface-panel);color:var(--text-primary);box-shadow:var(--shadow-sm);font-weight:600}.SegmentedControl-module__BK-w_q__icon{align-items:center;font-size:1rem;display:flex}.SegmentedControl-module__BK-w_q__label{line-height:1.2}@media (max-width:640px){.SegmentedControl-module__BK-w_q__segmentedContainer{justify-content:flex-start;width:100%}.SegmentedControl-module__BK-w_q__segmentBtn{padding:7px 14px;font-size:.82rem}}
.ThoughtLabTab-module__wD7xZq__container{flex-direction:column;gap:24px;display:flex}.ThoughtLabTab-module__wD7xZq__header{text-align:center;margin-bottom:16px}.ThoughtLabTab-module__wD7xZq__header h2{color:var(--color-primary);margin-bottom:8px;font-size:1.5rem}.ThoughtLabTab-module__wD7xZq__header p{color:var(--color-text-muted);font-size:1rem}.ThoughtLabTab-module__wD7xZq__newButton{background-color:var(--accent-emphasis);color:#fff;cursor:pointer;border:none;border-radius:8px;align-self:flex-start;padding:12px 24px;font-size:1rem;font-weight:500;transition:all .2s cubic-bezier(.4,0,.2,1)}.ThoughtLabTab-module__wD7xZq__newButton:hover{background-color:var(--accent-emphasis);box-shadow:var(--shadow-sm);transform:translateY(-2px)}.ThoughtLabTab-module__wD7xZq__wizard{background-color:var(--color-surface);box-shadow:var(--shadow-sm);border:1px solid var(--color-border);border-radius:12px;padding:24px}.ThoughtLabTab-module__wD7xZq__stepTitle{color:var(--color-primary);margin-bottom:16px;font-size:1.25rem;font-weight:600}.ThoughtLabTab-module__wD7xZq__inputField{border:1px solid var(--color-border);resize:vertical;width:100%;min-height:100px;color:var(--color-primary);border-radius:8px;margin-bottom:16px;padding:12px;font-family:inherit;font-size:1rem;transition:border-color .2s}.ThoughtLabTab-module__wD7xZq__inputField:focus{border-color:var(--accent-emphasis);outline:none}.ThoughtLabTab-module__wD7xZq__sliderContainer{margin-bottom:24px}.ThoughtLabTab-module__wD7xZq__sliderLabel{color:var(--text-primary);justify-content:space-between;margin-bottom:8px;font-weight:500;display:flex}.ThoughtLabTab-module__wD7xZq__slider{width:100%;accent-color:var(--accent-emphasis)}.ThoughtLabTab-module__wD7xZq__distortionsGrid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:12px;margin-bottom:24px;display:grid}.ThoughtLabTab-module__wD7xZq__distortionCard{border:1px solid var(--color-border);cursor:pointer;background-color:var(--surface-sunken);border-radius:8px;padding:12px;transition:all .2s cubic-bezier(.4,0,.2,1)}.ThoughtLabTab-module__wD7xZq__distortionCard:hover{border-color:var(--text-secondary);transform:translateY(-2px)}.ThoughtLabTab-module__wD7xZq__distortionCard.ThoughtLabTab-module__wD7xZq__selected{border-color:var(--accent-emphasis);background-color:var(--accent-subtle)}.ThoughtLabTab-module__wD7xZq__distortionTitle{color:var(--color-primary);margin-bottom:4px;font-weight:600}.ThoughtLabTab-module__wD7xZq__antidote{color:var(--status-warning);margin-top:8px;font-size:.875rem;font-style:italic;animation:.3s ThoughtLabTab-module__wD7xZq__fadeIn}@keyframes ThoughtLabTab-module__wD7xZq__fadeIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.ThoughtLabTab-module__wD7xZq__buttonGroup{justify-content:flex-end;gap:12px;margin-top:24px;display:flex}.ThoughtLabTab-module__wD7xZq__btnSecondary{background-color:var(--surface-sunken);color:var(--text-primary);cursor:pointer;border:none;border-radius:8px;padding:10px 20px;font-weight:500;transition:all .2s}.ThoughtLabTab-module__wD7xZq__btnSecondary:hover{background-color:var(--border-hairline)}.ThoughtLabTab-module__wD7xZq__btnPrimary{background-color:var(--accent-emphasis);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:10px 20px;font-weight:500;transition:all .2s cubic-bezier(.4,0,.2,1)}.ThoughtLabTab-module__wD7xZq__btnPrimary:hover{background-color:var(--accent-emphasis);transform:translateY(-2px)}.ThoughtLabTab-module__wD7xZq__recordsList{flex-direction:column;gap:16px;display:flex}.ThoughtLabTab-module__wD7xZq__recordCard{background-color:var(--color-surface);box-shadow:var(--shadow-sm);border:1px solid var(--color-border);border-radius:12px;padding:20px}.ThoughtLabTab-module__wD7xZq__recordHeader{color:var(--color-text-muted);justify-content:space-between;margin-bottom:12px;font-size:.875rem;display:flex}.ThoughtLabTab-module__wD7xZq__recordComparison{gap:16px;margin-bottom:16px;display:flex}@media (max-width:768px){.ThoughtLabTab-module__wD7xZq__recordComparison{flex-direction:column}}.ThoughtLabTab-module__wD7xZq__thoughtBox{border-radius:8px;flex:1;padding:12px}.ThoughtLabTab-module__wD7xZq__autoThought{background-color:var(--status-danger-bg);border:1px solid var(--status-danger-bg)}.ThoughtLabTab-module__wD7xZq__altThought{background-color:var(--accent-subtle);border:1px solid var(--accent-subtle)}.ThoughtLabTab-module__wD7xZq__thoughtLabel{text-transform:uppercase;color:var(--color-text-muted);margin-bottom:8px;font-size:.75rem;font-weight:600}.ThoughtLabTab-module__wD7xZq__badges{flex-wrap:wrap;gap:8px;margin-bottom:16px;display:flex}.ThoughtLabTab-module__wD7xZq__badge{background-color:var(--status-warning-bg);color:var(--status-warning);border:1px solid var(--status-warning-bg);border-radius:9999px;padding:4px 8px;font-size:.75rem;font-weight:500}.ThoughtLabTab-module__wD7xZq__emotionChange{color:var(--accent-emphasis);font-weight:600}.ThoughtLabTab-module__wD7xZq__nightMode{background-color:var(--color-primary);color:var(--surface-sunken);border-radius:12px;margin-top:16px;padding:24px}.ThoughtLabTab-module__wD7xZq__nightHeader{color:var(--surface-sunken);align-items:center;gap:12px;margin-bottom:16px;font-size:1.25rem;font-weight:600;display:flex}.ThoughtLabTab-module__wD7xZq__nightInput{background-color:var(--color-primary);border:1px solid var(--text-primary);width:100%;color:var(--surface-sunken);resize:vertical;border-radius:8px;min-height:120px;margin-bottom:16px;padding:16px;font-family:inherit;font-size:1rem;transition:border-color .2s}.ThoughtLabTab-module__wD7xZq__nightInput:focus{border-color:var(--color-text-muted);outline:none}.ThoughtLabTab-module__wD7xZq__nightInput::placeholder{color:var(--color-text-muted)}.ThoughtLabTab-module__wD7xZq__sealButton{background-color:var(--text-primary);color:#fff;border:1px solid var(--text-secondary);cursor:pointer;border-radius:8px;width:100%;padding:12px 24px;font-size:1rem;font-weight:500;transition:all .2s cubic-bezier(.4,0,.2,1)}.ThoughtLabTab-module__wD7xZq__sealButton:hover{background-color:var(--color-text-muted);transform:translateY(-2px)}
.ToastProvider-module__dmGLwW__toastContainer{z-index:var(--z-toast,9999);pointer-events:none;flex-direction:column;gap:1rem;display:flex;position:fixed;bottom:2rem;right:2rem}@media (max-width:768px){.ToastProvider-module__dmGLwW__toastContainer{inset:2rem 1rem auto}}.ToastProvider-module__dmGLwW__toast{background:var(--color-surface,var(--surface-panel));border-radius:var(--radius-md,8px);box-shadow:var(--shadow-lg);border:1px solid var(--color-border,var(--color-border));pointer-events:auto;align-items:flex-start;gap:.75rem;width:100%;max-width:24rem;padding:1rem;animation:.3s cubic-bezier(.16,1,.3,1) forwards ToastProvider-module__dmGLwW__slideIn;display:flex}.ToastProvider-module__dmGLwW__toast.ToastProvider-module__dmGLwW__hiding{animation:.2s ease-in forwards ToastProvider-module__dmGLwW__slideOut}@keyframes ToastProvider-module__dmGLwW__slideIn{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}@keyframes ToastProvider-module__dmGLwW__slideOut{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(10px)}}@media (max-width:768px){@keyframes ToastProvider-module__dmGLwW__slideIn{0%{opacity:0;transform:translateY(-100%)}to{opacity:1;transform:translateY(0)}}@keyframes ToastProvider-module__dmGLwW__slideOut{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-10px)}}}.ToastProvider-module__dmGLwW__icon{flex-shrink:0;justify-content:center;align-items:center;display:flex}.ToastProvider-module__dmGLwW__iconSuccess{color:var(--color-success,var(--color-success))}.ToastProvider-module__dmGLwW__iconError{color:var(--color-error,var(--color-error))}.ToastProvider-module__dmGLwW__iconInfo{color:var(--color-info,var(--color-info))}.ToastProvider-module__dmGLwW__content{flex-grow:1;min-width:0}.ToastProvider-module__dmGLwW__title{color:var(--color-text,var(--color-primary));margin-bottom:.25rem;font-size:.875rem;font-weight:600;line-height:1.25rem}.ToastProvider-module__dmGLwW__message{color:var(--color-text-muted,var(--color-text-secondary));margin:0;font-size:.875rem;line-height:1.25rem}.ToastProvider-module__dmGLwW__actionButton{background:var(--color-primary-light,var(--status-info-bg));color:var(--color-primary,var(--status-info));border-radius:var(--radius-sm,4px);cursor:pointer;border:none;flex-shrink:0;padding:.375rem .75rem;font-size:.875rem;font-weight:600;transition:opacity .2s}.ToastProvider-module__dmGLwW__actionButton:hover{opacity:.8}.ToastProvider-module__dmGLwW__closeButton{color:var(--color-text-muted,var(--color-text-muted));cursor:pointer;border-radius:var(--radius-sm,4px);background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;padding:.25rem;transition:all .2s;display:flex}.ToastProvider-module__dmGLwW__closeButton:hover{background:var(--color-surface-hover,var(--color-surface-muted));color:var(--color-text,var(--color-text-secondary))}
.SosTab-module__4qjypW__sosContainer{background-color:var(--color-surface);color:var(--color-primary);border:1px solid var(--color-border);border-radius:var(--radius-2xl);padding:var(--space-xl) var(--space-2xl);box-shadow:var(--shadow-sm);gap:var(--space-xl);flex-direction:column;max-width:760px;margin:0 auto;display:flex}.SosTab-module__4qjypW__header{color:var(--color-error);text-align:center;border-bottom:1px solid var(--color-border);padding-bottom:var(--space-md);letter-spacing:.03em;justify-content:center;align-items:center;gap:.75rem;font-size:1.25rem;font-weight:700;display:flex}.SosTab-module__4qjypW__toolsTabList{border-bottom:1px solid var(--color-border);padding-bottom:var(--space-md);justify-content:center;gap:.75rem;display:flex;overflow-x:auto}.SosTab-module__4qjypW__tabButton{background:var(--color-surface-muted);border:1px solid var(--color-border);color:var(--color-text-secondary);cursor:pointer;border-radius:var(--radius-full);transition:all var(--transition-fast);white-space:nowrap;padding:.5rem 1.1rem;font-size:.88rem;font-weight:600}.SosTab-module__4qjypW__tabButton:hover{border-color:var(--color-accent);color:var(--color-primary)}.SosTab-module__4qjypW__tabButton.SosTab-module__4qjypW__active{background-color:var(--color-accent);color:var(--surface-panel);border-color:var(--color-accent)}.SosTab-module__4qjypW__toolContent{padding:var(--space-lg) 0;background-color:#0000;flex-direction:column;justify-content:center;align-items:center;min-height:320px;display:flex}.SosTab-module__4qjypW__groundingContainer{text-align:center;flex-direction:column;align-items:center;gap:1.5rem;width:100%;display:flex}.SosTab-module__4qjypW__groundingCard{background-color:var(--color-surface-card);border:1px solid var(--color-border);box-shadow:var(--shadow-sm);border-radius:var(--radius-xl);width:100%;max-width:440px;padding:2rem;animation:.3s SosTab-module__4qjypW__fadeIn}.SosTab-module__4qjypW__groundingIcon{color:var(--color-accent);margin-bottom:.75rem;font-size:1.25rem;font-weight:700}.SosTab-module__4qjypW__groundingTitle{color:var(--color-primary);margin-bottom:.5rem;font-size:1.2rem;font-weight:700}.SosTab-module__4qjypW__groundingDesc{color:var(--color-text-muted);margin-bottom:1.5rem;font-size:.92rem;line-height:1.5}.SosTab-module__4qjypW__groundingButton{background-color:var(--color-accent);color:var(--surface-panel);border-radius:var(--radius-full);cursor:pointer;transition:all var(--transition-fast);border:none;padding:.75rem 1.75rem;font-size:.9rem;font-weight:600}.SosTab-module__4qjypW__groundingButton:hover{background-color:var(--color-accent-light);transform:translateY(-1px)}.SosTab-module__4qjypW__groundingProgress{gap:.5rem;display:flex}.SosTab-module__4qjypW__progressDot{background-color:var(--color-border);border-radius:50%;width:8px;height:8px;transition:all .3s}.SosTab-module__4qjypW__progressDot.SosTab-module__4qjypW__completed{background-color:var(--color-accent)}.SosTab-module__4qjypW__progressDot.SosTab-module__4qjypW__current{background-color:var(--color-accent-light);transform:scale(1.3)}.SosTab-module__4qjypW__breathingContainer{flex-direction:column;align-items:center;gap:2rem;display:flex}.SosTab-module__4qjypW__breathingCircleContainer{justify-content:center;align-items:center;width:220px;height:220px;display:flex;position:relative}.SosTab-module__4qjypW__breathingCircle{background:radial-gradient(circle, var(--color-accent-lighter) 0%, var(--accent-subtle) 100%);border:2px solid var(--color-accent);border-radius:50%;width:180px;height:180px;transition:transform 4s cubic-bezier(.4,0,.2,1);position:absolute}.SosTab-module__4qjypW__breathingCircle.SosTab-module__4qjypW__inhale{transition-duration:4s;transform:scale(1.2)}.SosTab-module__4qjypW__breathingCircle.SosTab-module__4qjypW__hold{transition-duration:7s;transform:scale(1.2)}.SosTab-module__4qjypW__breathingCircle.SosTab-module__4qjypW__exhale{transition-duration:8s;transform:scale(.6)}.SosTab-module__4qjypW__breathingText{z-index:10;color:var(--color-primary);text-align:center;font-size:1.25rem;font-weight:700}.SosTab-module__4qjypW__breathingButton{background-color:var(--color-surface-muted);border:1px solid var(--color-border);color:var(--color-primary);border-radius:var(--radius-full);cursor:pointer;transition:all var(--transition-fast);padding:.65rem 1.75rem;font-size:.9rem;font-weight:600}.SosTab-module__4qjypW__breathingButton:hover{background-color:var(--color-accent);color:var(--surface-panel);border-color:var(--color-accent)}.SosTab-module__4qjypW__tippContainer{flex-direction:column;gap:1rem;width:100%;max-width:580px;display:flex}.SosTab-module__4qjypW__tippCard{background-color:var(--color-surface-card);border:1px solid var(--color-border);border-left:3px solid var(--color-accent);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);padding:1.25rem 1.5rem}.SosTab-module__4qjypW__tippTitle{color:var(--color-primary);margin-bottom:.4rem;font-size:1rem;font-weight:700}.SosTab-module__4qjypW__tippDesc{color:var(--color-text-muted);font-size:.88rem;line-height:1.5}@keyframes SosTab-module__4qjypW__fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}
.MoodTrendChart-module__tLGcvW__container{background:var(--color-surface);border:1px solid var(--color-gray-200);border-radius:var(--radius-xl);padding:var(--space-xl);box-shadow:var(--shadow-sm);margin-bottom:var(--space-xl)}.MoodTrendChart-module__tLGcvW__summaryCard{border-bottom:1px solid var(--color-gray-200);margin-bottom:1.5rem;padding-bottom:1rem}.MoodTrendChart-module__tLGcvW__summaryTitle{color:var(--color-text-muted);margin:0 0 .5rem;font-size:.95rem;font-weight:500}.MoodTrendChart-module__tLGcvW__summaryValue{flex-wrap:wrap;align-items:center;gap:12px;margin:0;display:flex}.MoodTrendChart-module__tLGcvW__scoreHighlight{color:var(--color-primary);font-size:1.5rem;font-weight:700}.MoodTrendChart-module__tLGcvW__scoreLabel{color:var(--color-accent);background:var(--accent-subtle);border-radius:var(--radius-full);padding:4px 12px;font-size:.95rem;font-weight:600}.MoodTrendChart-module__tLGcvW__chartWrapper{width:100%;height:250px;position:relative}.MoodTrendChart-module__tLGcvW__svgChart{width:100%;height:200px;overflow:visible}.MoodTrendChart-module__tLGcvW__gridLine{stroke:var(--color-gray-200);stroke-width:1px;stroke-dasharray:4 4}.MoodTrendChart-module__tLGcvW__pathLine{stroke-linecap:round;stroke-linejoin:round;transition:all .3s}.MoodTrendChart-module__tLGcvW__dataPoint{transition:all .2s cubic-bezier(.4,0,.2,1)}.MoodTrendChart-module__tLGcvW__dataPoint:hover{transform:scale(1.2)}.MoodTrendChart-module__tLGcvW__tooltipGroup{pointer-events:none;animation:.2s ease-out forwards MoodTrendChart-module__tLGcvW__fadeIn}@keyframes MoodTrendChart-module__tLGcvW__fadeIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.MoodTrendChart-module__tLGcvW__xAxis{justify-content:space-between;margin-top:8px;padding:0 10px;display:flex}.MoodTrendChart-module__tLGcvW__xAxisItem{text-align:center;flex-direction:column;align-items:center;width:30px;display:flex}.MoodTrendChart-module__tLGcvW__dayText{color:var(--color-primary);margin-bottom:2px;font-size:.8rem;font-weight:600}.MoodTrendChart-module__tLGcvW__dateText{color:var(--color-text-muted);font-size:.7rem}@media (max-width:768px){.MoodTrendChart-module__tLGcvW__chartWrapper{height:200px}.MoodTrendChart-module__tLGcvW__svgChart{height:150px}.MoodTrendChart-module__tLGcvW__container{padding:var(--space-lg)}.MoodTrendChart-module__tLGcvW__scoreHighlight{font-size:1.25rem}}
.ProgressTab-module__6AY5vG__sectionBox{background:var(--color-surface);border:1px solid var(--color-gray-200);border-radius:var(--radius-xl);padding:var(--space-xl);box-shadow:var(--shadow-sm)}.ProgressTab-module__6AY5vG__headerWrapper{margin-bottom:var(--space-xl);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.ProgressTab-module__6AY5vG__badge{color:var(--color-accent);text-transform:uppercase;letter-spacing:.05em;font-size:.8rem;font-weight:700}.ProgressTab-module__6AY5vG__title{color:var(--color-primary);margin:4px 0;font-size:1.75rem;font-weight:600}.ProgressTab-module__6AY5vG__comparativeSummary{color:var(--color-accent);background:var(--accent-subtle);border-radius:var(--radius-full);border:1px solid var(--accent-subtle);margin-top:8px;padding:4px 12px;font-size:.9rem;font-weight:600;display:inline-block}.ProgressTab-module__6AY5vG__historyList{flex-direction:column;gap:12px;display:flex}.ProgressTab-module__6AY5vG__historyCard{border-radius:var(--radius-lg);background:var(--surface-panel);border:1px solid var(--color-gray-200);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding:1rem;transition:transform .2s,box-shadow .2s;display:flex}.ProgressTab-module__6AY5vG__historyCard:hover{box-shadow:var(--shadow-sm);background:var(--color-surface);transform:translateY(-2px)}.ProgressTab-module__6AY5vG__testTitle{color:var(--color-primary);margin-bottom:4px;font-size:.95rem;font-weight:600;display:block}.ProgressTab-module__6AY5vG__testMeta{color:var(--color-text-muted);font-size:.82rem}.ProgressTab-module__6AY5vG__levelBadge{border-radius:var(--radius-full);border:1px solid var(--color-gray-200);background:var(--color-surface);padding:4px 12px;font-size:.8rem;font-weight:700}.ProgressTab-module__6AY5vG__emptyState{text-align:center;background:var(--surface-panel);border-radius:var(--radius-xl);border:1.5px dashed var(--color-gray-300);padding:3rem 1.5rem}.ProgressTab-module__6AY5vG__emptyStateIcon{opacity:.8;margin-bottom:12px;font-size:3rem;display:block}.ProgressTab-module__6AY5vG__emptyStateTitle{color:var(--color-primary);margin:0 0 8px;font-size:1.2rem;font-weight:600}.ProgressTab-module__6AY5vG__emptyStateDesc{color:var(--color-text-muted);max-width:480px;margin:0 auto 1.5rem;font-size:.9rem;line-height:1.6}
.AssessmentTab-module__h2NlFa__container{gap:var(--space-2xl);flex-direction:column;display:flex}.AssessmentTab-module__h2NlFa__sectionBadge{color:var(--color-accent);text-transform:uppercase;letter-spacing:.05em;font-size:.8rem;font-weight:700}.AssessmentTab-module__h2NlFa__sectionTitle{color:var(--color-primary);margin:4px 0 6px;font-size:1.65rem;font-weight:700}.AssessmentTab-module__h2NlFa__sectionDesc{color:var(--color-text-muted);margin:0;font-size:.95rem;line-height:1.5}.AssessmentTab-module__h2NlFa__cardGrid{gap:var(--space-xl);grid-template-columns:repeat(auto-fit,minmax(280px,1fr));display:grid}.AssessmentTab-module__h2NlFa__card{background:var(--color-surface-card);border:1px solid var(--color-border);border-radius:var(--radius-xl);box-shadow:var(--shadow-sm);flex-direction:column;padding:1.5rem;transition:all .2s;display:flex}.AssessmentTab-module__h2NlFa__card:hover{box-shadow:var(--shadow-md);border-color:var(--color-accent);transform:translateY(-2px)}.AssessmentTab-module__h2NlFa__headerRow{justify-content:space-between;align-items:center;margin-bottom:.75rem;display:flex}.AssessmentTab-module__h2NlFa__badge{background:var(--accent-subtle);color:var(--color-accent);border-radius:var(--radius-full);padding:4px 10px;font-size:.75rem;font-weight:700}.AssessmentTab-module__h2NlFa__durationPill{color:var(--color-text-muted);background:var(--color-surface);border-radius:var(--radius-full);padding:4px 8px;font-size:.75rem}.AssessmentTab-module__h2NlFa__title{color:var(--color-primary);margin:0 0 8px;font-size:1.15rem;font-weight:700}.AssessmentTab-module__h2NlFa__desc{color:var(--color-text-muted);flex:1;margin:0 0 1.25rem;font-size:.88rem;line-height:1.5}.AssessmentTab-module__h2NlFa__startBtn{justify-content:center;width:100%}.AssessmentTab-module__h2NlFa__bibliotherapySection{margin-top:1rem}.AssessmentTab-module__h2NlFa__bookGrid{gap:var(--space-lg);grid-template-columns:repeat(auto-fit,minmax(280px,1fr));display:grid}.AssessmentTab-module__h2NlFa__bookCard{background:var(--color-surface-card);border:1px solid var(--color-border);border-radius:var(--radius-xl);box-shadow:var(--shadow-sm);cursor:pointer;flex-direction:column;padding:1.25rem;transition:all .2s;display:flex}.AssessmentTab-module__h2NlFa__bookCard:hover{box-shadow:var(--shadow-md);border-color:var(--color-accent);transform:translateY(-2px)}.AssessmentTab-module__h2NlFa__bookTop{margin-bottom:8px}.AssessmentTab-module__h2NlFa__bookTopicBadge{background:var(--status-warning-bg);color:var(--status-warning);border-radius:var(--radius-full);padding:3px 8px;font-size:.72rem;font-weight:700;display:inline-block}.AssessmentTab-module__h2NlFa__bookTitle{color:var(--color-primary);margin:0 0 2px;font-size:1.05rem;font-weight:700}.AssessmentTab-module__h2NlFa__bookAuthor{color:var(--color-text-muted);margin-bottom:10px;font-size:.82rem;display:block}.AssessmentTab-module__h2NlFa__bookCounselorTeaser{background:var(--color-surface);border-left:3px solid var(--color-accent);border-radius:var(--radius-sm);flex:1;margin-bottom:12px;padding:8px 10px}.AssessmentTab-module__h2NlFa__bookCounselorTeaser p{color:var(--color-primary);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:.8rem;font-style:italic;line-height:1.4;display:-webkit-box;overflow:hidden}.AssessmentTab-module__h2NlFa__bookDetailBtn{color:var(--color-accent);cursor:pointer;text-align:left;background:0 0;border:none;padding:0;font-size:.82rem;font-weight:700}.AssessmentTab-module__h2NlFa__modalOverlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background:#0e1217bf;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.AssessmentTab-module__h2NlFa__modalContent{background:var(--color-surface);border-radius:var(--radius-2xl);width:100%;max-width:580px;box-shadow:var(--shadow-lg);max-height:90vh;padding:2rem;position:relative;overflow-y:auto}.AssessmentTab-module__h2NlFa__closeBtn{color:var(--color-text-muted);cursor:pointer;background:0 0;border:none;font-size:1.5rem;position:absolute;top:1rem;right:1rem}.AssessmentTab-module__h2NlFa__modalHeader{margin-bottom:1.25rem}.AssessmentTab-module__h2NlFa__modalBookTitle{color:var(--color-primary);margin:6px 0 2px;font-size:1.4rem;font-weight:700}.AssessmentTab-module__h2NlFa__modalBookAuthor{color:var(--color-text-muted);font-size:.88rem}.AssessmentTab-module__h2NlFa__modalBody{flex-direction:column;gap:1rem;margin-bottom:1.5rem;display:flex}.AssessmentTab-module__h2NlFa__counselorBox{background:var(--accent-subtle);border-left:3px solid var(--accent-emphasis);border-radius:var(--radius-md);padding:1rem}.AssessmentTab-module__h2NlFa__counselorBox h5{color:var(--accent-emphasis);margin:0 0 6px;font-size:.88rem;font-weight:700}.AssessmentTab-module__h2NlFa__counselorBox p{color:var(--accent-hover);margin:0;font-size:.88rem;line-height:1.6}.AssessmentTab-module__h2NlFa__adviceBox{background:var(--status-warning-bg);border-left:3px solid var(--status-warning);border-radius:var(--radius-md);padding:1rem}.AssessmentTab-module__h2NlFa__adviceBox h5{color:var(--status-warning);margin:0 0 6px;font-size:.88rem;font-weight:700}.AssessmentTab-module__h2NlFa__adviceBox p{color:var(--status-warning);margin:0;font-size:.88rem;line-height:1.6}.AssessmentTab-module__h2NlFa__modalFooter{justify-content:flex-end;display:flex}.AssessmentTab-module__h2NlFa__modalCloseBtn{background:var(--color-accent);color:var(--surface-panel);border-radius:var(--radius-md);cursor:pointer;border:none;padding:.6rem 1.5rem;font-size:.9rem;font-weight:600}
.ReportModal-module__i5yYsG__backdrop{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1000;background:#0e1217bf;justify-content:center;align-items:center;width:100vw;height:100vh;padding:1rem;animation:.3s ReportModal-module__i5yYsG__fadeIn;display:flex;position:fixed;top:0;left:0}.ReportModal-module__i5yYsG__modalSurface{background:var(--color-surface);border-radius:var(--radius-2xl);width:100%;max-width:650px;max-height:90vh;box-shadow:var(--shadow-xl);padding:2.5rem;animation:.3s cubic-bezier(.16,1,.3,1) ReportModal-module__i5yYsG__slideUp;position:relative;overflow-y:auto}.ReportModal-module__i5yYsG__headerRow{border-bottom:2px solid var(--text-primary);justify-content:space-between;margin-bottom:1.5rem;padding-bottom:1.25rem;display:flex}.ReportModal-module__i5yYsG__clinicTitle{color:var(--color-primary);font-size:1.35rem;font-family:var(--font-heading);letter-spacing:.02em;margin:0;font-weight:700}.ReportModal-module__i5yYsG__clinicSub{color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.05em;font-size:.75rem;font-weight:600}.ReportModal-module__i5yYsG__closeBtn{cursor:pointer;color:var(--text-secondary);background:0 0;border:none;font-size:1.5rem;transition:color .2s}.ReportModal-module__i5yYsG__closeBtn:hover{color:var(--color-primary)}.ReportModal-module__i5yYsG__patientInfo{background:var(--surface-sunken);border-radius:var(--radius-md);color:var(--text-primary);border:1px solid var(--color-border);grid-template-columns:1fr 1fr;gap:12px;margin-bottom:1.75rem;padding:1.25rem;font-size:.88rem;display:grid}.ReportModal-module__i5yYsG__sectionTitle{color:var(--color-primary);border-bottom:1px solid var(--color-border);margin-bottom:12px;padding-bottom:6px;font-size:1rem;font-weight:600}.ReportModal-module__i5yYsG__testRow{border-bottom:1px dashed var(--color-border);color:var(--text-primary);justify-content:space-between;padding:10px 0;font-size:.9rem;display:flex}.ReportModal-module__i5yYsG__clinicalComment{background:var(--status-info-bg);border-left:4px solid var(--status-info);color:var(--status-info);border-radius:4px;margin-bottom:2rem;padding:1.25rem;font-size:.9rem;line-height:1.6}.ReportModal-module__i5yYsG__actions{gap:12px;display:flex}@keyframes ReportModal-module__i5yYsG__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes ReportModal-module__i5yYsG__slideUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media print{.ReportModal-module__i5yYsG__actions,.ReportModal-module__i5yYsG__closeBtn{display:none!important}.ReportModal-module__i5yYsG__modalSurface{box-shadow:none;max-width:100%;padding:0}.ReportModal-module__i5yYsG__backdrop{background:#fff;padding:0;display:block;position:static}}
.ProfileModal-module__KuP3Ba__overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background-color:#0e1217bf;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.ProfileModal-module__KuP3Ba__modal{background-color:var(--color-surface);width:100%;max-width:600px;max-height:90vh;box-shadow:var(--shadow-lg);border-radius:16px;flex-direction:column;animation:.3s cubic-bezier(.16,1,.3,1) ProfileModal-module__KuP3Ba__slideUp;display:flex;overflow:hidden}@keyframes ProfileModal-module__KuP3Ba__slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.ProfileModal-module__KuP3Ba__header{border-bottom:1px solid var(--surface-sunken);justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.ProfileModal-module__KuP3Ba__header h2{color:var(--text-primary);margin:0;font-size:1.25rem;font-weight:600}.ProfileModal-module__KuP3Ba__closeButton{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:.25rem;font-size:1.5rem;transition:color .2s;display:flex}.ProfileModal-module__KuP3Ba__closeButton:hover{color:var(--text-primary)}.ProfileModal-module__KuP3Ba__tabs{border-bottom:1px solid var(--surface-sunken);scrollbar-width:none;display:flex;overflow-x:auto}.ProfileModal-module__KuP3Ba__tabs::-webkit-scrollbar{display:none}.ProfileModal-module__KuP3Ba__tab{color:var(--text-secondary);cursor:pointer;white-space:nowrap;background:0 0;border:none;border-bottom:2px solid #0000;flex:1;padding:1rem;font-size:.95rem;font-weight:500;transition:all .2s}.ProfileModal-module__KuP3Ba__tab:hover{color:var(--text-primary);background-color:var(--surface-panel)}.ProfileModal-module__KuP3Ba__activeTab{color:var(--text-secondary);border-bottom-color:var(--text-secondary);background-color:var(--surface-sunken)}.ProfileModal-module__KuP3Ba__content{flex:1;padding:1.5rem;overflow-y:auto}.ProfileModal-module__KuP3Ba__formGroup{margin-bottom:1.25rem}.ProfileModal-module__KuP3Ba__formGroup label{color:var(--text-secondary);margin-bottom:.5rem;font-size:.9rem;font-weight:500;display:block}.ProfileModal-module__KuP3Ba__formGroup input,.ProfileModal-module__KuP3Ba__formGroup select{border:1px solid var(--border-hairline);border-radius:8px;width:100%;padding:.75rem;font-family:inherit;font-size:.95rem;transition:border-color .2s}.ProfileModal-module__KuP3Ba__formGroup input:focus,.ProfileModal-module__KuP3Ba__formGroup select:focus{border-color:var(--text-secondary);outline:none}.ProfileModal-module__KuP3Ba__buttonContainer{justify-content:flex-end;margin-top:1.5rem;display:flex}.ProfileModal-module__KuP3Ba__saveButton{background-color:var(--text-secondary);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:.75rem 1.5rem;font-size:.95rem;font-weight:600;transition:background-color .2s,transform .1s}.ProfileModal-module__KuP3Ba__saveButton:hover{background-color:var(--accent-emphasis)}.ProfileModal-module__KuP3Ba__saveButton:active{transform:translateY(2px)}.ProfileModal-module__KuP3Ba__saveButton:disabled{background-color:var(--text-secondary);cursor:not-allowed}.ProfileModal-module__KuP3Ba__message{border-radius:8px;margin-bottom:1rem;padding:.75rem;font-size:.9rem}.ProfileModal-module__KuP3Ba__successMessage{background-color:var(--accent-subtle);color:var(--accent-emphasis);border:1px solid var(--accent-subtle)}.ProfileModal-module__KuP3Ba__errorMessage{background-color:var(--status-danger-bg);color:var(--status-danger);border:1px solid var(--status-danger-bg)}.ProfileModal-module__KuP3Ba__childItem{background-color:var(--surface-sunken);border:1px solid var(--surface-sunken);border-radius:8px;margin-bottom:1rem;padding:1.25rem}.ProfileModal-module__KuP3Ba__childHeader{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.ProfileModal-module__KuP3Ba__childHeader h3{color:var(--text-primary);margin:0;font-size:1.1rem}.ProfileModal-module__KuP3Ba__childActions{gap:.5rem;display:flex}.ProfileModal-module__KuP3Ba__editButton,.ProfileModal-module__KuP3Ba__deleteButton{border:1px solid var(--border-hairline);cursor:pointer;background:0 0;border-radius:6px;padding:.4rem .75rem;font-size:.85rem;transition:all .2s}.ProfileModal-module__KuP3Ba__editButton{color:var(--text-secondary);border-color:var(--text-secondary)}.ProfileModal-module__KuP3Ba__editButton:hover{background-color:var(--surface-sunken)}.ProfileModal-module__KuP3Ba__deleteButton{color:var(--status-danger);border-color:var(--status-danger-bg)}.ProfileModal-module__KuP3Ba__deleteButton:hover{background-color:var(--status-danger-bg)}.ProfileModal-module__KuP3Ba__childDetails{color:var(--text-secondary);font-size:.9rem}.ProfileModal-module__KuP3Ba__childDetails p{margin:.25rem 0}.ProfileModal-module__KuP3Ba__childForm{border:1px solid var(--border-hairline);background-color:#fff;border-radius:8px;margin-bottom:1rem;padding:1.25rem}.ProfileModal-module__KuP3Ba__childFormActions{justify-content:flex-end;gap:.75rem;margin-top:1rem;display:flex}.ProfileModal-module__KuP3Ba__cancelButton{border:1px solid var(--border-hairline);color:var(--text-secondary);cursor:pointer;background:0 0;border-radius:6px;padding:.6rem 1rem;font-size:.9rem;transition:all .2s}.ProfileModal-module__KuP3Ba__cancelButton:hover{background-color:var(--surface-sunken)}.ProfileModal-module__KuP3Ba__addBtnContainer{justify-content:center;margin-top:1.5rem;display:flex}.ProfileModal-module__KuP3Ba__addBtn{border:2px dashed var(--border-subtle);color:var(--text-secondary);cursor:pointer;background:0 0;border-radius:8px;width:100%;padding:1rem 2rem;font-size:1rem;font-weight:500;transition:all .2s}.ProfileModal-module__KuP3Ba__addBtn:hover{border-color:var(--text-secondary);color:var(--text-secondary);background-color:var(--surface-sunken)}.ProfileModal-module__KuP3Ba__studentCard{background-color:var(--surface-sunken);border:1px solid var(--border-hairline);text-align:center;border-radius:12px;padding:1.5rem}.ProfileModal-module__KuP3Ba__studentAvatar{background-color:var(--border-hairline);width:64px;height:64px;color:var(--text-secondary);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1rem;font-size:1.5rem;font-weight:700;display:flex}.ProfileModal-module__KuP3Ba__studentCard h3{color:var(--text-primary);margin:0 0 .5rem}.ProfileModal-module__KuP3Ba__studentCard p{color:var(--text-secondary);margin:0}
.Sidebar-module__Dwxn4W__sidebar{background-color:var(--color-surface);width:280px;color:var(--color-text);padding:var(--space-xl) var(--space-lg);border-right:1px solid var(--color-border);height:100vh;font-family:var(--font-body);flex-direction:column;flex-shrink:0;display:flex;position:sticky;top:0;overflow-y:auto}.Sidebar-module__Dwxn4W__brand{margin-bottom:var(--space-xl)}.Sidebar-module__Dwxn4W__brandLink{align-items:center;gap:var(--space-sm);transition:opacity var(--transition-fast);text-decoration:none;display:flex}.Sidebar-module__Dwxn4W__brandLink:hover{opacity:.85}.Sidebar-module__Dwxn4W__brandIcon{background:var(--color-surface-muted);color:var(--color-accent);border-radius:var(--radius-md);border:1px solid var(--color-border);flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.Sidebar-module__Dwxn4W__brandName{font-family:var(--font-heading);font-size:1.15rem;font-weight:var(--font-weight-bold);color:var(--color-primary);letter-spacing:-.01em;line-height:1.25;display:block}.Sidebar-module__Dwxn4W__brandRole{color:var(--color-text-muted);letter-spacing:.02em;font-size:.76rem;font-weight:500;display:block}.Sidebar-module__Dwxn4W__dedicatedRoleBadge{background:var(--color-surface-muted);border:1px solid var(--color-border);border-radius:var(--radius-md);margin-bottom:var(--space-lg);text-align:center;color:var(--color-accent);letter-spacing:.02em;padding:8px 12px;font-size:.82rem;font-weight:600}.Sidebar-module__Dwxn4W__modeToggle{background-color:var(--color-surface-muted);border-radius:var(--radius-md);margin-bottom:var(--space-lg);border:1px solid var(--color-border);gap:4px;padding:4px;display:flex}.Sidebar-module__Dwxn4W__modeBtn{color:var(--color-text-muted);border-radius:var(--radius-sm);cursor:pointer;transition:all var(--transition-fast);white-space:nowrap;text-align:center;background:0 0;border:none;flex:1;padding:6px 2px;font-size:.74rem;font-weight:500}.Sidebar-module__Dwxn4W__modeBtnActive{background:var(--color-surface);color:var(--color-primary);box-shadow:var(--shadow-sm);font-weight:600}.Sidebar-module__Dwxn4W__navMenu{gap:var(--space-xs);flex-direction:column;flex:1;display:flex}.Sidebar-module__Dwxn4W__navItem{align-items:center;gap:var(--space-sm);border-radius:var(--radius-md);color:var(--color-text-secondary);transition:all var(--transition-fast);cursor:pointer;text-align:left;background:0 0;border:none;width:100%;padding:10px 14px;font-size:.92rem;font-weight:500;text-decoration:none;display:flex;position:relative}.Sidebar-module__Dwxn4W__navIcon{opacity:.75;transition:opacity var(--transition-fast);align-items:center;font-size:1.1rem;display:flex}.Sidebar-module__Dwxn4W__navLabel{color:inherit}.Sidebar-module__Dwxn4W__navItem:hover{background-color:var(--color-surface-muted);color:var(--color-primary)}.Sidebar-module__Dwxn4W__navItemActive{background-color:var(--color-accent-lighter);color:var(--color-accent)}.Sidebar-module__Dwxn4W__navItemActive .Sidebar-module__Dwxn4W__navLabel{font-weight:600}.Sidebar-module__Dwxn4W__navItemActive .Sidebar-module__Dwxn4W__navIcon{opacity:1}.Sidebar-module__Dwxn4W__navItemActive:before{content:"";background-color:var(--color-accent);border-radius:0 var(--radius-sm) var(--radius-sm) 0;width:3px;height:55%;position:absolute;top:50%;left:0;transform:translateY(-50%)}.Sidebar-module__Dwxn4W__navDivider{background-color:var(--color-border);height:1px;margin:var(--space-md) 0;margin-top:auto}.Sidebar-module__Dwxn4W__userProfile{margin-top:var(--space-xl);padding:var(--space-md);background-color:var(--color-surface-muted);border:1px solid var(--color-border);border-radius:var(--radius-lg);gap:var(--space-md);flex-direction:column;display:flex}.Sidebar-module__Dwxn4W__userHeader{align-items:center;gap:var(--space-sm);display:flex}.Sidebar-module__Dwxn4W__userAvatar{border-radius:var(--radius-full);background-color:var(--color-accent-lighter);width:36px;height:36px;color:var(--color-accent);font-weight:var(--font-weight-bold);border:1px solid var(--color-border);justify-content:center;align-items:center;font-size:1rem;display:flex}.Sidebar-module__Dwxn4W__userInfo{flex-direction:column;display:flex}.Sidebar-module__Dwxn4W__userName{color:var(--color-primary);font-size:.9rem;font-weight:600}.Sidebar-module__Dwxn4W__userRole{color:var(--color-text-muted);font-size:.75rem;font-weight:500}.Sidebar-module__Dwxn4W__userActions{gap:var(--space-xs);flex-wrap:wrap;display:flex}.Sidebar-module__Dwxn4W__actionBtn{background-color:var(--color-surface);border:1px solid var(--color-border);color:var(--color-text);border-radius:var(--radius-sm);cursor:pointer;transition:all var(--transition-fast);text-align:center;flex:1;justify-content:center;align-items:center;gap:4px;padding:6px 10px;font-size:.75rem;font-weight:600;display:flex}.Sidebar-module__Dwxn4W__actionBtn:hover{background-color:var(--color-surface-muted);color:var(--color-primary)}.Sidebar-module__Dwxn4W__logoutBtn{background-color:var(--color-error-bg);border:1px solid var(--color-border);color:var(--color-error);border-radius:var(--radius-sm);cursor:pointer;transition:all var(--transition-fast);text-align:center;flex:1;padding:6px 10px;font-size:.75rem;font-weight:600}.Sidebar-module__Dwxn4W__logoutBtn:hover{opacity:.85}@media (max-width:900px){.Sidebar-module__Dwxn4W__sidebar{display:none}}.Sidebar-module__Dwxn4W__adminPreviewContainer{margin-top:var(--space-md)}.Sidebar-module__Dwxn4W__adminPreviewDetails{background:var(--color-surface-muted);border-radius:var(--radius-md);border:1px solid var(--color-border);padding:8px}.Sidebar-module__Dwxn4W__adminPreviewSummary{color:var(--color-text-muted);cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;padding:4px;font-size:.8rem;font-weight:600;list-style:none;display:flex}.Sidebar-module__Dwxn4W__adminPreviewSummary::-webkit-details-marker{display:none}.Sidebar-module__Dwxn4W__adminPreviewSummary:hover{color:var(--color-primary)}.Sidebar-module__Dwxn4W__adminPreviewOptions{flex-direction:column;gap:4px;margin-top:10px;display:flex}.Sidebar-module__Dwxn4W__previewModeBtn{background:var(--color-surface);border:1px solid var(--color-border);color:var(--color-text-secondary);border-radius:var(--radius-sm);cursor:pointer;transition:all var(--transition-fast);text-align:left;padding:6px 10px;font-size:.78rem}.Sidebar-module__Dwxn4W__previewModeBtn:hover{background:var(--color-surface-muted);color:var(--color-primary)}.Sidebar-module__Dwxn4W__previewModeBtnActive{background:var(--color-accent-lighter);color:var(--color-accent);border-color:var(--color-accent);font-weight:600}
.MobileNav-module__5V9LbG__mobileTopBar{background:var(--surface-panel);-webkit-backdrop-filter:blur(12px);padding:var(--space-sm) var(--space-md);border-bottom:1px solid var(--color-border);z-index:var(--z-nav);justify-content:space-between;align-items:center;display:none;position:sticky;top:0}.MobileNav-module__5V9LbG__mobileHomeBtn{border-radius:var(--radius-full);background:var(--surface-sunken);width:36px;height:36px;color:var(--color-primary);transition:transform var(--transition-fast);justify-content:center;align-items:center;text-decoration:none;display:inline-flex}.MobileNav-module__5V9LbG__mobileHomeBtn:active{transform:scale(.95)}.MobileNav-module__5V9LbG__mobileModeToggle{background:var(--surface-sunken);border-radius:var(--radius-full);border:1px solid var(--color-border);gap:4px;padding:4px;display:flex}.MobileNav-module__5V9LbG__modeBtn{color:var(--color-text-muted);border-radius:var(--radius-full);cursor:pointer;transition:all var(--transition-fast);background:0 0;border:none;padding:4px 10px;font-size:.75rem;font-weight:600}.MobileNav-module__5V9LbG__modeBtnActive{background:var(--accent-emphasis);color:var(--surface-panel);box-shadow:var(--shadow-sm)}.MobileNav-module__5V9LbG__topActions{align-items:center;gap:var(--space-xs);display:flex}.MobileNav-module__5V9LbG__iconBtn{border-radius:var(--radius-full);background:var(--color-surface);border:1px solid var(--color-border);width:36px;height:36px;color:var(--color-text-muted);cursor:pointer;transition:background var(--transition-fast);justify-content:center;align-items:center;display:inline-flex}.MobileNav-module__5V9LbG__logoutBtn{background:var(--status-danger-bg);border:1px solid var(--status-danger-bg);color:var(--status-danger);cursor:pointer;border-radius:var(--radius-md);padding:6px 10px;font-size:.75rem}.MobileNav-module__5V9LbG__mobileTabBar{background:var(--color-surface);border-bottom:1px solid var(--color-border);z-index:99;display:none;position:sticky;top:60px}.MobileNav-module__5V9LbG__tabScrollContainer{white-space:nowrap;gap:var(--space-sm);padding:var(--space-sm) var(--space-md);-ms-overflow-style:none;scrollbar-width:none;display:flex;overflow-x:auto}.MobileNav-module__5V9LbG__tabScrollContainer::-webkit-scrollbar{display:none}.MobileNav-module__5V9LbG__mobileTabItem{border-radius:var(--radius-full);background:var(--surface-sunken);color:var(--color-text-muted);border:1px solid var(--color-border);cursor:pointer;transition:all var(--transition-fast);align-items:center;gap:6px;padding:8px 16px;font-size:.85rem;font-weight:500;display:inline-flex}.MobileNav-module__5V9LbG__tabIcon{opacity:.8;align-items:center;display:flex}.MobileNav-module__5V9LbG__mobileTabActive{background:var(--accent-subtle);color:var(--accent-emphasis);box-shadow:var(--shadow-sm);border-color:var(--accent-emphasis);font-weight:600}.MobileNav-module__5V9LbG__mobileTabActive .MobileNav-module__5V9LbG__tabIcon{opacity:1}.MobileNav-module__5V9LbG__bottomDock{display:none}@media (max-width:900px){.MobileNav-module__5V9LbG__mobileTopBar{display:flex}.MobileNav-module__5V9LbG__mobileTabBar{display:block}.MobileNav-module__5V9LbG__bottomDock{background:var(--surface-panel);-webkit-backdrop-filter:blur(16px);border-top:1px solid var(--color-border);z-index:999;height:70px;padding:0 var(--space-sm);padding-bottom:env(safe-area-inset-bottom);justify-content:space-around;align-items:center;display:flex;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -4px 20px #1b1f240d}.MobileNav-module__5V9LbG__dockItem{color:var(--color-text-muted);cursor:pointer;padding:var(--space-xs);transition:all var(--transition-fast);background:0 0;border:none;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:4px;max-width:80px;text-decoration:none;display:flex;position:relative}.MobileNav-module__5V9LbG__dockItemActive{color:var(--accent-emphasis)}.MobileNav-module__5V9LbG__dockIcon{transition:transform var(--transition-fast);font-size:1.35rem;line-height:1;display:flex}.MobileNav-module__5V9LbG__dockItemActive .MobileNav-module__5V9LbG__dockIcon{transform:translateY(-2px)}.MobileNav-module__5V9LbG__dockLabel{font-size:.65rem;font-weight:600}.MobileNav-module__5V9LbG__dockItemActive:after{content:"";background-color:var(--accent-emphasis);border-radius:50%;width:4px;height:4px;position:absolute;bottom:-2px}}.MobileNav-module__5V9LbG__adminMobileDetails{position:relative}.MobileNav-module__5V9LbG__adminMobileSummary{background:var(--color-primary-light);color:var(--color-surface);border-radius:var(--radius-full);cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;padding:4px 10px;font-size:.75rem;font-weight:700;list-style:none;display:flex}.MobileNav-module__5V9LbG__adminMobileSummary::-webkit-details-marker{display:none}.MobileNav-module__5V9LbG__adminMobileDetails[open] .MobileNav-module__5V9LbG__mobileModeToggle{box-shadow:var(--shadow-md);border-radius:var(--radius-md);z-index:100;border:1px solid var(--border-hairline);background:#0e1217bf;flex-direction:column;gap:4px;padding:6px;display:flex;position:absolute;top:120%;left:50%;transform:translate(-50%)}
.ChildSelector-module__lA3ZEG__container{margin-bottom:var(--space-xl)}.ChildSelector-module__lA3ZEG__selectorWrapper{background:var(--color-surface-card);border:1px solid var(--color-border);border-radius:var(--radius-xl);box-shadow:var(--shadow-sm);flex-direction:column;gap:.75rem;padding:1rem 1.25rem;display:flex}@media (min-width:640px){.ChildSelector-module__lA3ZEG__selectorWrapper{flex-direction:row;justify-content:space-between;align-items:center}}.ChildSelector-module__lA3ZEG__headerInfo{align-items:center;gap:8px;display:flex}.ChildSelector-module__lA3ZEG__label{color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.05em;font-size:.82rem;font-weight:700}.ChildSelector-module__lA3ZEG__noChildHint{color:var(--color-accent-warm);font-size:.85rem;font-weight:500}.ChildSelector-module__lA3ZEG__pillContainer{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.ChildSelector-module__lA3ZEG__childPill{background:var(--color-surface);border:1.5px solid var(--color-border);border-radius:var(--radius-full);cursor:pointer;text-align:left;justify-content:space-between;align-items:center;gap:8px;padding:8px 16px;transition:all .2s;display:flex}.ChildSelector-module__lA3ZEG__editBtn{color:var(--color-text-muted);cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:4px;font-size:.9rem;transition:all .2s;display:flex}.ChildSelector-module__lA3ZEG__editBtn:hover{color:var(--color-accent);background:var(--accent-subtle)}.ChildSelector-module__lA3ZEG__childPill:hover{border-color:var(--color-accent);background:var(--accent-subtle)}.ChildSelector-module__lA3ZEG__childPill.ChildSelector-module__lA3ZEG__active{background:var(--accent-subtle);border-color:var(--color-accent)}.ChildSelector-module__lA3ZEG__childInfo{flex-direction:column;display:flex}.ChildSelector-module__lA3ZEG__childName{color:var(--color-primary);font-size:.92rem;font-weight:700}.ChildSelector-module__lA3ZEG__childPill.ChildSelector-module__lA3ZEG__active .ChildSelector-module__lA3ZEG__childName{color:var(--color-accent)}.ChildSelector-module__lA3ZEG__childDetail{color:var(--color-text-muted);font-size:.75rem}.ChildSelector-module__lA3ZEG__addBtn{background:var(--color-surface);border:1.5px dashed var(--color-accent);color:var(--color-accent);border-radius:var(--radius-full);cursor:pointer;padding:8px 16px;font-size:.85rem;font-weight:600;transition:all .2s}.ChildSelector-module__lA3ZEG__addBtn:hover{background:var(--accent-subtle);border-style:solid}.ChildSelector-module__lA3ZEG__modalOverlay{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:1000;background:#0e1217bf;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.ChildSelector-module__lA3ZEG__modalContent{background:var(--color-surface);border-radius:var(--radius-2xl);width:100%;max-width:800px;max-height:90vh;box-shadow:var(--shadow-lg);border:1px solid var(--color-border);flex-direction:column;animation:.3s cubic-bezier(.16,1,.3,1) ChildSelector-module__lA3ZEG__modalFadeUp;display:flex;overflow:hidden}@keyframes ChildSelector-module__lA3ZEG__modalFadeUp{0%{opacity:0;transform:translateY(20px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}.ChildSelector-module__lA3ZEG__modalHeader{border-bottom:1px solid var(--color-border);background:var(--surface-sunken);justify-content:space-between;align-items:flex-start;padding:1.5rem 2rem 1rem;display:flex}.ChildSelector-module__lA3ZEG__modalTitleWrapper{align-items:center;gap:12px;display:flex}.ChildSelector-module__lA3ZEG__modalIcon{background:var(--color-accent);color:#fff;border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.ChildSelector-module__lA3ZEG__modalTitleWrapper h3{color:var(--color-primary);margin:0 0 4px;font-size:1.25rem;font-weight:700}.ChildSelector-module__lA3ZEG__modalTitleWrapper p{color:var(--color-text-muted);margin:0;font-size:.85rem}.ChildSelector-module__lA3ZEG__closeBtn{width:32px;height:32px;color:var(--color-text-muted);cursor:pointer;background:#1b1f240d;border:none;border-radius:50%;justify-content:center;align-items:center;transition:all .2s;display:flex}.ChildSelector-module__lA3ZEG__closeBtn:hover{background:var(--surface-sunken);color:var(--color-primary)}.ChildSelector-module__lA3ZEG__modalBody{flex-direction:column;flex:1;display:flex;overflow:hidden}.ChildSelector-module__lA3ZEG__tabsContainer{border-bottom:1px solid var(--color-border);background:var(--color-surface);padding:0 1rem;display:flex;overflow-x:auto}.ChildSelector-module__lA3ZEG__tabButton{color:var(--color-text-muted);cursor:pointer;white-space:nowrap;background:0 0;border:none;border-bottom:2px solid #0000;align-items:center;gap:8px;padding:1rem 1.25rem;font-size:.85rem;font-weight:600;transition:all .2s;display:flex}.ChildSelector-module__lA3ZEG__tabButton:hover{color:var(--color-primary)}.ChildSelector-module__lA3ZEG__tabButton.ChildSelector-module__lA3ZEG__activeTab{color:var(--color-accent);border-bottom-color:var(--color-accent)}.ChildSelector-module__lA3ZEG__tabNumber{background:var(--surface-sunken);width:20px;height:20px;color:var(--color-text-muted);border-radius:50%;justify-content:center;align-items:center;font-size:.7rem;display:flex}.ChildSelector-module__lA3ZEG__activeTab .ChildSelector-module__lA3ZEG__tabNumber{background:var(--accent-subtle);color:var(--color-accent)}.ChildSelector-module__lA3ZEG__formScrollArea{background:var(--color-surface);flex:1;padding:1.5rem 2rem;overflow-y:auto}.ChildSelector-module__lA3ZEG__formGrid{grid-template-columns:1fr;gap:1.25rem;display:grid}@media (min-width:640px){.ChildSelector-module__lA3ZEG__formGrid{grid-template-columns:1fr 1fr}.ChildSelector-module__lA3ZEG__fullWidth{grid-column:1/-1}}.ChildSelector-module__lA3ZEG__formGroup{flex-direction:column;gap:6px;display:flex}.ChildSelector-module__lA3ZEG__formLabel{color:var(--color-primary);font-size:.85rem;font-weight:600}.ChildSelector-module__lA3ZEG__formInput,.ChildSelector-module__lA3ZEG__formSelect,.ChildSelector-module__lA3ZEG__formTextarea{border-radius:var(--radius-md);border:1.5px solid var(--color-gray-300);background:var(--color-surface);color:var(--color-primary);outline:none;width:100%;padding:.75rem 1rem;font-family:inherit;font-size:.9rem;transition:border-color .2s}.ChildSelector-module__lA3ZEG__formInput:focus,.ChildSelector-module__lA3ZEG__formSelect:focus,.ChildSelector-module__lA3ZEG__formTextarea:focus{border-color:var(--color-accent)}.ChildSelector-module__lA3ZEG__formSelect{appearance:none;background-image:url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%2364748b%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E);background-position:right 1rem top 50%;background-repeat:no-repeat;background-size:.65rem;padding-right:2.5rem}.ChildSelector-module__lA3ZEG__modalFooter{border-top:1px solid var(--color-border);background:var(--surface-sunken);justify-content:space-between;align-items:center;padding:1.25rem 2rem;display:flex}.ChildSelector-module__lA3ZEG__cancelBtn{background:var(--color-surface);border:1px solid var(--color-border);color:var(--color-text-muted);border-radius:var(--radius-md);cursor:pointer;padding:.65rem 1.25rem;font-size:.9rem;font-weight:600}.ChildSelector-module__lA3ZEG__cancelBtn:hover{background:var(--surface-sunken)}.ChildSelector-module__lA3ZEG__footerRight{gap:12px;display:flex}.ChildSelector-module__lA3ZEG__navBtn{background:var(--surface-sunken);border:1px solid var(--color-border);color:var(--color-primary);border-radius:var(--radius-md);cursor:pointer;padding:.65rem 1.25rem;font-size:.9rem;font-weight:600}.ChildSelector-module__lA3ZEG__navBtn:hover{background:var(--border-hairline)}.ChildSelector-module__lA3ZEG__submitBtn{background:var(--color-accent);color:var(--surface-panel);border-radius:var(--radius-md);cursor:pointer;border:none;align-items:center;gap:8px;padding:.65rem 1.5rem;font-size:.9rem;font-weight:600;transition:opacity .2s;display:flex}.ChildSelector-module__lA3ZEG__submitBtn:hover{opacity:.9}
.ParentOverviewTab-module__3ko43G__container{gap:var(--space-xl);flex-direction:column;display:flex}.ParentOverviewTab-module__3ko43G__emptyCard{background:var(--color-surface-card);border:1px dashed var(--color-accent);border-radius:var(--radius-2xl);text-align:center;box-shadow:var(--shadow-sm);max-width:680px;margin:2rem auto;padding:3.5rem 2rem}.ParentOverviewTab-module__3ko43G__emptyIcon{margin-bottom:1rem;font-size:3rem}.ParentOverviewTab-module__3ko43G__emptyTitle{color:var(--color-primary);margin-bottom:.75rem;font-size:1.35rem;font-weight:700}.ParentOverviewTab-module__3ko43G__emptyText{color:var(--color-text-muted);margin:0;font-size:.95rem;line-height:1.7}.ParentOverviewTab-module__3ko43G__headerBanner{background:var(--color-surface-card);border:1px solid var(--color-border);border-radius:var(--radius-xl);box-shadow:var(--shadow-sm);padding:1.5rem}.ParentOverviewTab-module__3ko43G__badge{background:var(--accent-subtle);color:var(--color-accent);border-radius:var(--radius-full);text-transform:uppercase;letter-spacing:.05em;margin-bottom:6px;padding:4px 10px;font-size:.75rem;font-weight:700;display:inline-block}.ParentOverviewTab-module__3ko43G__title{color:var(--color-primary);margin:0 0 4px;font-size:1.75rem;font-weight:700}.ParentOverviewTab-module__3ko43G__subtitle{color:var(--color-text-muted);margin:0;font-size:.9rem}.ParentOverviewTab-module__3ko43G__grid{gap:var(--space-xl);grid-template-columns:repeat(auto-fit,minmax(300px,1fr));display:grid}.ParentOverviewTab-module__3ko43G__card{background:var(--color-surface-card);border:1px solid var(--color-border);border-radius:var(--radius-xl);box-shadow:var(--shadow-sm);flex-direction:column;padding:1.5rem;display:flex}.ParentOverviewTab-module__3ko43G__cardHeader{align-items:center;gap:8px;margin-bottom:1rem;display:flex}.ParentOverviewTab-module__3ko43G__cardIcon{font-size:1.25rem}.ParentOverviewTab-module__3ko43G__cardTitle{color:var(--color-primary);margin:0;font-size:1.05rem;font-weight:700}.ParentOverviewTab-module__3ko43G__temperamentBadge{background:var(--accent-subtle);border:1px solid var(--accent-subtle);border-radius:var(--radius-md);margin-bottom:10px;padding:8px 14px;display:inline-block}.ParentOverviewTab-module__3ko43G__primary{color:var(--color-accent);font-size:.95rem;font-weight:700}.ParentOverviewTab-module__3ko43G__summary{color:var(--color-text-muted);margin:0;font-size:.88rem;line-height:1.6}.ParentOverviewTab-module__3ko43G__pendingAction{background:var(--color-surface);border:1px solid var(--color-border-subtle);border-radius:var(--radius-lg);text-align:center;padding:1.25rem}.ParentOverviewTab-module__3ko43G__pendingText{color:var(--color-text-muted);margin:0 0 1rem;font-size:.88rem;line-height:1.5}.ParentOverviewTab-module__3ko43G__ctaBtn{background:var(--color-accent);color:var(--surface-panel);border-radius:var(--radius-md);cursor:pointer;border:none;padding:.6rem 1.25rem;font-size:.85rem;font-weight:600;transition:opacity .2s}.ParentOverviewTab-module__3ko43G__ctaBtn:hover{opacity:.9}.ParentOverviewTab-module__3ko43G__noteCard{background:var(--accent-subtle);border-left:3px solid var(--accent-emphasis);border-radius:var(--radius-md);padding:1rem}.ParentOverviewTab-module__3ko43G__noteHeader{justify-content:space-between;align-items:center;margin-bottom:6px;display:flex}.ParentOverviewTab-module__3ko43G__noteDate{color:var(--accent-emphasis);font-size:.75rem;font-weight:600}.ParentOverviewTab-module__3ko43G__author{color:var(--accent-emphasis);font-size:.75rem;font-weight:700}.ParentOverviewTab-module__3ko43G__noteContent{color:var(--accent-hover);margin:0;font-size:.88rem;font-style:italic;line-height:1.6}.ParentOverviewTab-module__3ko43G__noteEmpty{background:var(--color-surface);border-radius:var(--radius-md);padding:1rem}.ParentOverviewTab-module__3ko43G__list{flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;display:flex}.ParentOverviewTab-module__3ko43G__listItem{background:var(--color-surface);border-radius:var(--radius-md);border:1px solid var(--color-border-subtle);justify-content:space-between;align-items:center;padding:10px 12px;display:flex}.ParentOverviewTab-module__3ko43G__listItemTitle{color:var(--color-primary);font-size:.88rem;font-weight:500}.ParentOverviewTab-module__3ko43G__statusCompleted{color:var(--accent-emphasis);font-size:.78rem;font-weight:700}.ParentOverviewTab-module__3ko43G__statusPending{color:var(--color-text-muted);font-size:.78rem;font-weight:600}
.PrintReportModal-module__PQKWRG__overlay{z-index:1000;background:#0e1217bf;justify-content:center;align-items:center;padding:2rem;display:flex;position:fixed;inset:0;overflow-y:auto}.PrintReportModal-module__PQKWRG__modal{background:var(--surface-panel);border-radius:var(--radius-lg);border:1px solid var(--border-hairline);width:100%;max-width:800px;box-shadow:var(--shadow-xl);flex-direction:column;max-height:90vh;display:flex;overflow:hidden}.PrintReportModal-module__PQKWRG__noPrint{background:var(--surface-sunken);border-bottom:1px solid var(--border-hairline);padding:1.5rem}.PrintReportModal-module__PQKWRG__modalHeader{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.PrintReportModal-module__PQKWRG__modalTitle{color:var(--text-primary);font-size:1.25rem;font-weight:600}.PrintReportModal-module__PQKWRG__closeBtn{cursor:pointer;color:var(--text-secondary);background:0 0;border:none;font-size:1.5rem}.PrintReportModal-module__PQKWRG__closeBtn:hover{color:var(--text-primary)}.PrintReportModal-module__PQKWRG__inputGroup{flex-direction:column;gap:.5rem;margin-bottom:1rem;display:flex}.PrintReportModal-module__PQKWRG__inputGroup label{color:var(--text-primary);font-size:.875rem;font-weight:500}.PrintReportModal-module__PQKWRG__inputGroup input{border:1px solid var(--border-subtle);background:var(--surface-panel);color:var(--text-primary);border-radius:var(--radius-md);padding:.75rem;font-size:1rem}.PrintReportModal-module__PQKWRG__inputGroup input:focus{border-color:var(--border-focus);outline:none;outline:2px solid var(--border-focus);outline-offset:2px}.PrintReportModal-module__PQKWRG__actions{justify-content:flex-end;display:flex}.PrintReportModal-module__PQKWRG__printBtn{background:var(--accent-emphasis);color:var(--text-on-accent);border-radius:var(--radius-md);cursor:pointer;transition:background var(--transition-fast);border:none;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-weight:600;display:flex}.PrintReportModal-module__PQKWRG__printBtn:hover{background:var(--accent-hover)}.PrintReportModal-module__PQKWRG__printArea{color:var(--text-primary);background:#fff;padding:3rem;font-family:Times New Roman,Times,serif;overflow-y:auto}.PrintReportModal-module__PQKWRG__reportHeader{justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem;display:flex}.PrintReportModal-module__PQKWRG__headerLeft h1{color:var(--text-primary);margin-bottom:.25rem;font-family:system-ui,sans-serif;font-size:1.5rem;font-weight:700}.PrintReportModal-module__PQKWRG__headerLeft p{color:var(--text-secondary);margin-bottom:.5rem;font-family:system-ui,sans-serif;font-size:.875rem}.PrintReportModal-module__PQKWRG__address{color:var(--text-secondary)!important;font-size:.75rem!important}.PrintReportModal-module__PQKWRG__logoPlaceholder{background:var(--text-primary);color:#fff;border-radius:8px;justify-content:center;align-items:center;width:60px;height:60px;font-family:system-ui,sans-serif;font-size:1.5rem;font-weight:700;display:flex}.PrintReportModal-module__PQKWRG__divider{border:none;border-top:2px solid var(--text-primary);margin-bottom:2rem}.PrintReportModal-module__PQKWRG__reportTitle{text-align:center;text-transform:uppercase;letter-spacing:1px;margin-bottom:2rem;font-size:1.75rem;font-weight:700}.PrintReportModal-module__PQKWRG__clientInfo{background:var(--surface-sunken);border:1px solid var(--border-hairline);border-radius:8px;flex-wrap:wrap;justify-content:space-between;gap:1rem;margin-bottom:2rem;padding:1rem;font-family:system-ui,sans-serif;display:flex}.PrintReportModal-module__PQKWRG__infoItem{color:var(--text-primary);font-size:1rem}.PrintReportModal-module__PQKWRG__resultsSection{margin-bottom:2.5rem;font-family:system-ui,sans-serif}.PrintReportModal-module__PQKWRG__sectionTitle{border-bottom:1px solid var(--border-hairline);color:var(--text-primary);margin-bottom:1.5rem;padding-bottom:.5rem;font-size:1.25rem;font-weight:700}.PrintReportModal-module__PQKWRG__scoreRow{gap:2rem;margin-bottom:1.5rem;display:flex}.PrintReportModal-module__PQKWRG__scoreBox,.PrintReportModal-module__PQKWRG__severityBox{text-align:center;border:2px solid;border-radius:8px;flex-direction:column;flex:1;justify-content:center;align-items:center;padding:1.5rem;display:flex}.PrintReportModal-module__PQKWRG__scoreLabel,.PrintReportModal-module__PQKWRG__severityLabel{text-transform:uppercase;letter-spacing:.5px;color:var(--text-secondary);margin-bottom:.5rem;font-size:.875rem;font-weight:600}.PrintReportModal-module__PQKWRG__scoreValue{font-size:2.5rem;font-weight:800}.PrintReportModal-module__PQKWRG__severityValue{font-size:1.5rem;font-weight:700}.PrintReportModal-module__PQKWRG__barChartContainer{background:var(--border-hairline);border-radius:6px;height:12px;overflow:hidden}.PrintReportModal-module__PQKWRG__barChartFill{height:100%}.PrintReportModal-module__PQKWRG__interpretationSection{margin-bottom:3rem;font-family:system-ui,sans-serif}.PrintReportModal-module__PQKWRG__interpretationText{color:var(--text-primary);background:var(--surface-sunken);border-left:4px solid var(--text-primary);margin-bottom:1.5rem;padding:1rem;font-size:1.125rem;line-height:1.7}.PrintReportModal-module__PQKWRG__disclaimerText{color:var(--text-secondary);font-size:.875rem;font-style:italic}.PrintReportModal-module__PQKWRG__signatureSection{justify-content:flex-end;margin-top:4rem;font-family:system-ui,sans-serif;display:flex}.PrintReportModal-module__PQKWRG__signatureBox{text-align:center;position:relative}.PrintReportModal-module__PQKWRG__seal{border:2px dashed var(--text-tertiary);opacity:.5;border-radius:50%;justify-content:center;align-items:center;width:100px;height:100px;margin:0 auto 1rem;display:flex}.PrintReportModal-module__PQKWRG__seal:after{content:"İMZA / KAŞE";color:var(--text-tertiary);font-size:.7rem}.PrintReportModal-module__PQKWRG__signOff{color:var(--text-primary);margin-bottom:.25rem;font-weight:700}.PrintReportModal-module__PQKWRG__title{color:var(--text-secondary);font-size:.875rem}@media print{body *{visibility:hidden}.PrintReportModal-module__PQKWRG__printArea,.PrintReportModal-module__PQKWRG__printArea *{visibility:visible}.PrintReportModal-module__PQKWRG__printArea{width:100%;padding:0;position:absolute;top:0;left:0}.PrintReportModal-module__PQKWRG__overlay{background:0 0;position:static}.PrintReportModal-module__PQKWRG__modal{box-shadow:none;border-radius:0;max-width:100%;max-height:none}.PrintReportModal-module__PQKWRG__noPrint{display:none}.PrintReportModal-module__PQKWRG__severityBox,.PrintReportModal-module__PQKWRG__barChartFill,.PrintReportModal-module__PQKWRG__logoPlaceholder{-webkit-print-color-adjust:exact;print-color-adjust:exact}}
.ParentAcademicSyncTab-module__P1bYYa__container{color:var(--color-text);font-family:var(--font-body);flex-direction:column;gap:2rem;padding:1rem 0;animation:.4s ease-out ParentAcademicSyncTab-module__P1bYYa__fadeIn;display:flex}@keyframes ParentAcademicSyncTab-module__P1bYYa__fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.ParentAcademicSyncTab-module__P1bYYa__header{flex-direction:column;gap:.5rem;display:flex}.ParentAcademicSyncTab-module__P1bYYa__header h2{color:var(--color-primary);margin:0;font-size:1.75rem;font-weight:600}.ParentAcademicSyncTab-module__P1bYYa__header p{color:var(--color-text-muted);margin:0;font-size:1rem}.ParentAcademicSyncTab-module__P1bYYa__grid{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (min-width:1024px){.ParentAcademicSyncTab-module__P1bYYa__grid{grid-template-columns:repeat(2,1fr)}}.ParentAcademicSyncTab-module__P1bYYa__card{background-color:var(--color-surface-white);border:1px solid var(--color-border);border-radius:16px;flex-direction:column;gap:1.25rem;padding:1.5rem;transition:transform .3s cubic-bezier(.2,.8,.2,1),box-shadow .3s;display:flex;box-shadow:0 4px 20px #1b1f240d}.ParentAcademicSyncTab-module__P1bYYa__card:hover{transform:translateY(-2px);box-shadow:0 8px 24px #1b1f240d}.ParentAcademicSyncTab-module__P1bYYa__adviceCard{background:linear-gradient(145deg, var(--color-surface-muted) 0%, var(--color-surface-muted) 100%);border-left:1px solid var(--color-border)}.ParentAcademicSyncTab-module__P1bYYa__cardHeader{border-bottom:1px solid var(--color-border);align-items:center;gap:.75rem;padding-bottom:1rem;display:flex}.ParentAcademicSyncTab-module__P1bYYa__icon{font-size:1.5rem}.ParentAcademicSyncTab-module__P1bYYa__cardHeader h3{color:var(--color-primary);margin:0;font-size:1.125rem;font-weight:600}.ParentAcademicSyncTab-module__P1bYYa__cardBody{flex-direction:column;flex:1;gap:1.25rem;display:flex}.ParentAcademicSyncTab-module__P1bYYa__overallProgress{flex-direction:column;gap:.5rem;display:flex}.ParentAcademicSyncTab-module__P1bYYa__progressLabel{color:var(--color-text);justify-content:space-between;font-size:.95rem;font-weight:500;display:flex}.ParentAcademicSyncTab-module__P1bYYa__progressBarWrapper{background-color:var(--color-gray-100);border-radius:4px;width:100%;height:8px;overflow:hidden}.ParentAcademicSyncTab-module__P1bYYa__progressBarFill{background-color:var(--color-accent);border-radius:4px;height:100%;transition:width 1s cubic-bezier(.2,.8,.2,1)}.ParentAcademicSyncTab-module__P1bYYa__progressBarFillTarget{background-color:var(--color-accent-warm);border-radius:4px;height:100%;transition:width 1s cubic-bezier(.2,.8,.2,1)}.ParentAcademicSyncTab-module__P1bYYa__subjectsGrid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:1rem;margin-top:.5rem;display:grid}.ParentAcademicSyncTab-module__P1bYYa__subjectItem{background-color:var(--color-surface-muted);border:1px solid var(--color-border);border-radius:8px;flex-direction:column;gap:.4rem;padding:.75rem;display:flex}.ParentAcademicSyncTab-module__P1bYYa__subjectHeader{justify-content:space-between;align-items:center;font-size:.85rem;display:flex}.ParentAcademicSyncTab-module__P1bYYa__subjectName{color:var(--color-primary);font-weight:500}.ParentAcademicSyncTab-module__P1bYYa__subjectPercent{color:var(--color-accent);font-weight:600}.ParentAcademicSyncTab-module__P1bYYa__subjectBarWrapper{background-color:var(--color-gray-100);border-radius:3px;width:100%;height:6px;overflow:hidden}.ParentAcademicSyncTab-module__P1bYYa__subjectBarFill{background-color:var(--color-accent);border-radius:3px;height:100%;transition:width 1s cubic-bezier(.2,.8,.2,1)}.ParentAcademicSyncTab-module__P1bYYa__varkContent{background-color:var(--color-surface-white);border:1px solid var(--color-border);border-radius:12px;padding:1.25rem;line-height:1.6}.ParentAcademicSyncTab-module__P1bYYa__varkAdvice{color:var(--color-text-secondary);margin:0;font-size:.95rem}.ParentAcademicSyncTab-module__P1bYYa__dailyGoal{background-color:var(--color-surface-muted);border:1px solid var(--color-border);border-radius:12px;flex-direction:column;gap:.75rem;padding:1.25rem;display:flex}.ParentAcademicSyncTab-module__P1bYYa__dailyGoal h4,.ParentAcademicSyncTab-module__P1bYYa__weeklyTasks h4{color:var(--color-accent-warm);margin:0;font-size:.95rem;font-weight:600}.ParentAcademicSyncTab-module__P1bYYa__weeklyTasks h4{color:var(--color-primary);margin-bottom:.5rem}.ParentAcademicSyncTab-module__P1bYYa__goalStats{align-items:baseline;gap:.5rem;display:flex}.ParentAcademicSyncTab-module__P1bYYa__goalNumbers{color:var(--color-primary);font-size:1.5rem;font-weight:700}.ParentAcademicSyncTab-module__P1bYYa__goalText{color:var(--color-text-muted);font-size:.9rem}.ParentAcademicSyncTab-module__P1bYYa__weeklyTasks{margin-top:.5rem}.ParentAcademicSyncTab-module__P1bYYa__taskList{flex-direction:column;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.ParentAcademicSyncTab-module__P1bYYa__taskList li{background-color:var(--color-surface-muted);border:1px solid var(--color-border);border-radius:6px;align-items:flex-start;gap:.75rem;padding:.5rem;font-size:.9rem;display:flex}.ParentAcademicSyncTab-module__P1bYYa__taskBullet{border-radius:50%;flex-shrink:0;width:10px;height:10px;margin-top:4px}.ParentAcademicSyncTab-module__P1bYYa__taskPending .ParentAcademicSyncTab-module__P1bYYa__taskBullet{border:2px solid var(--color-accent-warm);background-color:#0000}.ParentAcademicSyncTab-module__P1bYYa__taskCompleted .ParentAcademicSyncTab-module__P1bYYa__taskBullet{background-color:var(--color-accent);border:2px solid var(--color-accent)}.ParentAcademicSyncTab-module__P1bYYa__taskCompleted .ParentAcademicSyncTab-module__P1bYYa__taskText{color:var(--color-text-muted);text-decoration:line-through}.ParentAcademicSyncTab-module__P1bYYa__taskText{color:var(--color-primary);line-height:1.4}.ParentAcademicSyncTab-module__P1bYYa__pedagogicalContent{padding:1rem 1.5rem 1rem 2.5rem;font-style:italic;position:relative}.ParentAcademicSyncTab-module__P1bYYa__quoteMark{color:var(--accent-subtle);margin:0;font-family:serif;font-size:4rem;line-height:1;position:absolute;top:-10px;left:0}.ParentAcademicSyncTab-module__P1bYYa__adviceText{color:var(--color-primary);margin:0;font-size:1rem;font-weight:500;line-height:1.6}.ParentAcademicSyncTab-module__P1bYYa__emptyText{color:var(--color-text-muted);margin:0;font-size:.9rem;font-style:italic}.ParentAcademicSyncTab-module__P1bYYa__emptyStateCard{background-color:var(--color-surface-muted);text-align:center;border:1px dashed var(--color-border);border-radius:16px;flex-direction:column;align-items:center;gap:1rem;padding:3rem 1.5rem;display:flex}.ParentAcademicSyncTab-module__P1bYYa__emptyStateCard h3{color:var(--color-primary);margin:0;font-size:1.25rem}.ParentAcademicSyncTab-module__P1bYYa__emptyStateCard p{color:var(--color-text-muted);max-width:400px;margin:0}.ParentAcademicSyncTab-module__P1bYYa__emptyIcon{margin-bottom:.5rem;font-size:3rem}.ParentAcademicSyncTab-module__P1bYYa__varkSubtitle{color:var(--color-accent-warm);margin:0 0 .5rem;font-size:.95rem;font-weight:600}
.TemperamentTab-module__nmvmyW__container{gap:var(--space-xl);flex-direction:column;display:flex}.TemperamentTab-module__nmvmyW__header{margin-bottom:.5rem}.TemperamentTab-module__nmvmyW__badge{background:var(--accent-subtle);color:var(--color-accent);border-radius:var(--radius-full);text-transform:uppercase;letter-spacing:.05em;margin-bottom:6px;padding:4px 10px;font-size:.75rem;font-weight:700;display:inline-block}.TemperamentTab-module__nmvmyW__title{color:var(--color-primary);margin:0;font-size:1.5rem;font-weight:700}.TemperamentTab-module__nmvmyW__emptyCard{background:var(--color-surface-card);border:1px dashed var(--color-border);border-radius:var(--radius-xl);text-align:center;padding:3rem 1.5rem}.TemperamentTab-module__nmvmyW__introCard{background:var(--color-surface-card);border:1px solid var(--color-border);border-radius:var(--radius-2xl);text-align:center;box-shadow:var(--shadow-sm);padding:2.5rem 2rem}.TemperamentTab-module__nmvmyW__introIcon{margin-bottom:1rem;font-size:3rem}.TemperamentTab-module__nmvmyW__introTitle{color:var(--color-primary);margin:0 0 .75rem;font-size:1.35rem;font-weight:700}.TemperamentTab-module__nmvmyW__introText{color:var(--color-text-muted);max-width:620px;margin:0 auto 2rem;font-size:.95rem;line-height:1.7}.TemperamentTab-module__nmvmyW__introFeatures{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem;max-width:650px;margin:0 auto 2rem;display:grid}.TemperamentTab-module__nmvmyW__featureItem{background:var(--color-surface);border:1px solid var(--color-border-subtle);border-radius:var(--radius-lg);flex-direction:column;align-items:center;gap:4px;padding:1rem;display:flex}.TemperamentTab-module__nmvmyW__featureItem span{font-size:1.5rem}.TemperamentTab-module__nmvmyW__featureItem strong{color:var(--color-primary);font-size:.9rem}.TemperamentTab-module__nmvmyW__featureItem small{color:var(--color-text-muted);font-size:.75rem}.TemperamentTab-module__nmvmyW__startBtn{background:var(--color-accent);color:var(--surface-panel);border-radius:var(--radius-md);cursor:pointer;box-shadow:var(--shadow-md);border:none;padding:.85rem 2rem;font-size:1rem;font-weight:600;transition:all .2s}.TemperamentTab-module__nmvmyW__startBtn:hover{opacity:.95;transform:translateY(-1px)}.TemperamentTab-module__nmvmyW__testCard{background:var(--color-surface-card);border:1px solid var(--color-border);border-radius:var(--radius-2xl);box-shadow:var(--shadow-sm);padding:2rem}.TemperamentTab-module__nmvmyW__testTop{flex-direction:column;gap:8px;margin-bottom:1.5rem;display:flex}.TemperamentTab-module__nmvmyW__progressText{color:var(--color-accent);font-size:.85rem;font-weight:700}.TemperamentTab-module__nmvmyW__progressBar{background:var(--color-surface);border-radius:var(--radius-full);width:100%;height:8px;overflow:hidden}.TemperamentTab-module__nmvmyW__progressFill{background:var(--color-accent);height:100%;transition:width .3s}.TemperamentTab-module__nmvmyW__questionBox{margin-bottom:2rem}.TemperamentTab-module__nmvmyW__qNumber{color:var(--color-text-muted);font-size:.82rem;font-weight:700}.TemperamentTab-module__nmvmyW__questionText{color:var(--color-primary);margin:6px 0 0;font-size:1.2rem;font-weight:600;line-height:1.5}.TemperamentTab-module__nmvmyW__optionsGrid{flex-direction:column;gap:10px;display:flex}.TemperamentTab-module__nmvmyW__optionBtn{border:1.5px solid var(--color-border);border-radius:var(--radius-lg);background:var(--color-surface);cursor:pointer;text-align:left;align-items:center;gap:14px;padding:1rem 1.25rem;transition:all .2s;display:flex}.TemperamentTab-module__nmvmyW__optionBtn:hover{border-color:var(--color-accent);background:var(--accent-subtle);transform:translate(4px)}.TemperamentTab-module__nmvmyW__scoreNumber{border-radius:var(--radius-full);width:28px;height:28px;color:var(--color-primary);background:#1b1f240d;justify-content:center;align-items:center;font-size:.85rem;font-weight:700;display:flex}.TemperamentTab-module__nmvmyW__scoreLabel{color:var(--color-primary);font-size:.95rem;font-weight:500}.TemperamentTab-module__nmvmyW__testFooter{justify-content:flex-start;margin-top:1.5rem;display:flex}.TemperamentTab-module__nmvmyW__backBtn{color:var(--color-text-muted);cursor:pointer;background:0 0;border:none;font-size:.85rem;font-weight:600}.TemperamentTab-module__nmvmyW__resultContainer{gap:var(--space-xl);flex-direction:column;display:flex}.TemperamentTab-module__nmvmyW__resultBanner{background:linear-gradient(135deg, var(--accent-subtle), var(--status-warning-bg));border:1.5px solid var(--accent-subtle);border-radius:var(--radius-2xl);padding:2rem}.TemperamentTab-module__nmvmyW__bannerHeader{flex-direction:column;gap:1rem;display:flex}@media (min-width:640px){.TemperamentTab-module__nmvmyW__bannerHeader{flex-direction:row;justify-content:space-between;align-items:flex-start}}.TemperamentTab-module__nmvmyW__resultDate{color:var(--color-text-muted);margin-bottom:4px;font-size:.8rem;display:block}.TemperamentTab-module__nmvmyW__dominantTitle{color:var(--color-primary);margin:0 0 6px;font-size:1.45rem;font-weight:700}.TemperamentTab-module__nmvmyW__dominantDesc{color:var(--color-text-muted);margin:0;font-size:.95rem;line-height:1.6}.TemperamentTab-module__nmvmyW__wingBadge{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);color:var(--color-primary);flex-direction:column;gap:2px;padding:8px 14px;font-size:.82rem;display:flex}.TemperamentTab-module__nmvmyW__guideHeading{color:var(--color-primary);margin:0;font-size:1.2rem;font-weight:700}.TemperamentTab-module__nmvmyW__guideGrid{gap:var(--space-lg);grid-template-columns:repeat(auto-fit,minmax(260px,1fr));display:grid}.TemperamentTab-module__nmvmyW__guideCard{background:var(--color-surface-card);border:1px solid var(--color-border);border-radius:var(--radius-xl);box-shadow:var(--shadow-sm);padding:1.5rem}.TemperamentTab-module__nmvmyW__guideIcon{margin-bottom:8px;font-size:1.5rem}.TemperamentTab-module__nmvmyW__guideCard h5{color:var(--color-primary);margin:0 0 8px;font-size:1rem;font-weight:700}.TemperamentTab-module__nmvmyW__guideCard p{color:var(--color-text-muted);margin:0;font-size:.88rem;line-height:1.6}.TemperamentTab-module__nmvmyW__actionsRow{justify-content:center;margin-top:1rem;display:flex}.TemperamentTab-module__nmvmyW__retakeBtn{background:var(--color-surface);border:1px solid var(--color-border);color:var(--color-text-muted);border-radius:var(--radius-md);cursor:pointer;padding:8px 18px;font-size:.85rem;font-weight:600}
.ParentAssessmentsTab-module__12uGNW__container{color:var(--color-primary);background-color:var(--surface-panel);min-height:100vh;padding:2rem;font-family:Plus Jakarta Sans,sans-serif}.ParentAssessmentsTab-module__12uGNW__header{margin-bottom:2rem}.ParentAssessmentsTab-module__12uGNW__title{color:var(--color-primary);margin-bottom:.5rem;font-size:1.5rem;font-weight:600}.ParentAssessmentsTab-module__12uGNW__subtitle{color:var(--color-text-muted);font-size:.9rem}.ParentAssessmentsTab-module__12uGNW__cardGrid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem;display:grid}.ParentAssessmentsTab-module__12uGNW__card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:12px;flex-direction:column;padding:1.5rem;transition:transform .2s,box-shadow .2s;display:flex}.ParentAssessmentsTab-module__12uGNW__card:hover{transform:translateY(-2px);box-shadow:0 10px 15px -3px #1b1f240d}.ParentAssessmentsTab-module__12uGNW__cardHeader{justify-content:space-between;align-items:flex-start;margin-bottom:1rem;display:flex}.ParentAssessmentsTab-module__12uGNW__cardIcon{color:var(--accent-emphasis)}.ParentAssessmentsTab-module__12uGNW__cardStatus{border-radius:9999px;align-items:center;gap:.25rem;padding:.25rem .75rem;font-size:.8rem;font-weight:500;display:flex}.ParentAssessmentsTab-module__12uGNW__statusCompleted{background-color:var(--accent-subtle);color:var(--accent-emphasis);border:1px solid var(--accent-subtle)}.ParentAssessmentsTab-module__12uGNW__statusPending{background-color:var(--surface-sunken);color:var(--color-text-muted);border:1px solid var(--color-border)}.ParentAssessmentsTab-module__12uGNW__cardTitle{color:var(--color-primary);margin-bottom:.5rem;font-size:1.1rem;font-weight:600}.ParentAssessmentsTab-module__12uGNW__cardDescription{color:var(--color-text-muted);flex-grow:1;margin-bottom:1.5rem;font-size:.9rem}.ParentAssessmentsTab-module__12uGNW__button{cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:.75rem;font-size:.9rem;font-weight:500;transition:background-color .2s;display:flex}.ParentAssessmentsTab-module__12uGNW__primaryButton{background-color:var(--accent-emphasis);color:#fff}.ParentAssessmentsTab-module__12uGNW__primaryButton:hover{background-color:var(--accent-emphasis)}.ParentAssessmentsTab-module__12uGNW__secondaryButton{background-color:var(--surface-sunken);color:var(--text-primary);border:1px solid var(--color-border)}.ParentAssessmentsTab-module__12uGNW__secondaryButton:hover{background-color:var(--border-hairline)}.ParentAssessmentsTab-module__12uGNW__modalOverlay{z-index:50;background-color:#0e1217bf;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.ParentAssessmentsTab-module__12uGNW__modalContent{width:100%;max-width:600px;max-height:90vh;box-shadow:var(--shadow-xl);background:#fff;border-radius:16px;flex-direction:column;display:flex;overflow:hidden}.ParentAssessmentsTab-module__12uGNW__modalHeader{border-bottom:1px solid var(--color-border);justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.ParentAssessmentsTab-module__12uGNW__modalTitle{color:var(--color-primary);font-size:1.25rem;font-weight:600}.ParentAssessmentsTab-module__12uGNW__closeButton{color:var(--color-text-muted);cursor:pointer;background:0 0;border:none;border-radius:50%;padding:.5rem}.ParentAssessmentsTab-module__12uGNW__closeButton:hover{background-color:var(--surface-sunken);color:var(--color-primary)}.ParentAssessmentsTab-module__12uGNW__modalBody{flex-grow:1;padding:1.5rem;overflow-y:auto}.ParentAssessmentsTab-module__12uGNW__questionCard{margin-bottom:2rem}.ParentAssessmentsTab-module__12uGNW__questionText{color:var(--color-primary);margin-bottom:1rem;font-size:1rem;font-weight:500}.ParentAssessmentsTab-module__12uGNW__scaleGrid{gap:.75rem;display:grid}.ParentAssessmentsTab-module__12uGNW__scaleOption{border:1px solid var(--color-border);cursor:pointer;border-radius:8px;align-items:center;padding:1rem;transition:all .2s;display:flex}.ParentAssessmentsTab-module__12uGNW__scaleOption:hover{border-color:var(--accent-emphasis);background-color:var(--accent-subtle)}.ParentAssessmentsTab-module__12uGNW__scaleOptionSelected{border-color:var(--accent-emphasis);background-color:var(--accent-subtle);box-shadow:0 0 0 1px var(--accent-emphasis)}.ParentAssessmentsTab-module__12uGNW__scaleRadio{accent-color:var(--accent-emphasis);margin-right:1rem}.ParentAssessmentsTab-module__12uGNW__scaleLabel{color:var(--text-primary);font-size:.9rem}.ParentAssessmentsTab-module__12uGNW__modalFooter{border-top:1px solid var(--color-border);background-color:var(--surface-sunken);justify-content:flex-end;gap:1rem;padding:1.5rem;display:flex}.ParentAssessmentsTab-module__12uGNW__resultsContainer{text-align:center;padding:2rem 0}.ParentAssessmentsTab-module__12uGNW__scoreCircle{background-color:var(--accent-subtle);border:4px solid var(--accent-emphasis);border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:120px;height:120px;margin:0 auto 1.5rem;display:flex}.ParentAssessmentsTab-module__12uGNW__scoreValue{color:var(--accent-emphasis);font-size:2.5rem;font-weight:700;line-height:1}.ParentAssessmentsTab-module__12uGNW__scoreLabel{color:var(--accent-emphasis);margin-top:.25rem;font-size:.8rem}.ParentAssessmentsTab-module__12uGNW__resultTitle{color:var(--color-primary);margin-bottom:1rem;font-size:1.5rem;font-weight:600}.ParentAssessmentsTab-module__12uGNW__resultInterpretation{color:var(--color-text-muted);background:var(--surface-sunken);border-left:4px solid var(--accent-emphasis);text-align:left;border-radius:12px;padding:1.5rem;font-size:1rem;line-height:1.6}
.ParentLibraryTab-module__BOvJaa__container{color:var(--text-primary);padding:1.5rem 0;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.ParentLibraryTab-module__BOvJaa__header{margin-bottom:2rem}.ParentLibraryTab-module__BOvJaa__title{color:var(--text-primary);margin-bottom:.5rem;font-size:1.75rem;font-weight:700}.ParentLibraryTab-module__BOvJaa__subtitle{color:var(--text-secondary);font-size:1rem}.ParentLibraryTab-module__BOvJaa__navigation{flex-wrap:wrap;gap:.75rem;margin-bottom:1.5rem;display:flex}.ParentLibraryTab-module__BOvJaa__navBtn{border:1px solid var(--color-border);background-color:var(--color-surface);color:var(--text-secondary);cursor:pointer;border-radius:12px;padding:.75rem 1.25rem;font-size:.95rem;font-weight:500;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 1px 2px #1b1f240d}.ParentLibraryTab-module__BOvJaa__navBtn:hover{border-color:var(--accent-emphasis);box-shadow:0 4px 6px var(--accent-subtle);transform:translateY(-2px)}.ParentLibraryTab-module__BOvJaa__navBtn.ParentLibraryTab-module__BOvJaa__active{background-color:var(--accent-emphasis);color:var(--surface-panel);border-color:var(--accent-emphasis);box-shadow:0 4px 10px var(--accent-subtle)}.ParentLibraryTab-module__BOvJaa__secondaryFilterBar{background-color:var(--surface-panel);border:1px solid var(--surface-sunken);border-radius:12px;flex-wrap:wrap;align-items:center;gap:1rem;margin-bottom:2.5rem;padding:1rem;display:flex}.ParentLibraryTab-module__BOvJaa__searchInput{border:1px solid var(--color-border);background-color:var(--color-surface);border-radius:8px;outline:none;flex:1;min-width:250px;padding:.75rem 1rem;font-size:.95rem;transition:border-color .2s}.ParentLibraryTab-module__BOvJaa__searchInput:focus{border-color:var(--accent-emphasis)}.ParentLibraryTab-module__BOvJaa__audienceFilters{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.ParentLibraryTab-module__BOvJaa__audienceLabel{color:var(--text-secondary);margin-right:.5rem;font-size:.85rem;font-weight:600}.ParentLibraryTab-module__BOvJaa__audiencePill{border:1px solid var(--color-border);background-color:var(--color-surface);color:var(--text-secondary);cursor:pointer;border-radius:20px;padding:.4rem .8rem;font-size:.8rem;font-weight:500;transition:all .2s}.ParentLibraryTab-module__BOvJaa__audiencePill:hover{background-color:var(--surface-sunken);border-color:var(--border-subtle)}.ParentLibraryTab-module__BOvJaa__audiencePill.ParentLibraryTab-module__BOvJaa__active{background-color:var(--accent-emphasis);color:var(--surface-panel);border-color:var(--accent-emphasis)}.ParentLibraryTab-module__BOvJaa__grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem;display:grid}.ParentLibraryTab-module__BOvJaa__card{background-color:var(--color-surface);border:1px solid var(--color-border);border-radius:16px;flex-direction:column;padding:1.5rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 4px 6px -1px #1b1f240d,0 2px 4px -1px #1b1f240d}.ParentLibraryTab-module__BOvJaa__card:hover{box-shadow:var(--shadow-md);border-color:var(--border-subtle);transform:translateY(-4px)}.ParentLibraryTab-module__BOvJaa__cardHeader{justify-content:space-between;align-items:flex-start;margin-bottom:1rem;display:flex}.ParentLibraryTab-module__BOvJaa__cardType{background-color:var(--surface-panel);color:var(--accent-emphasis);text-transform:uppercase;letter-spacing:.05em;border:1px solid var(--surface-sunken);border-radius:8px;align-items:center;padding:.35rem .75rem;font-size:.75rem;font-weight:600;display:inline-flex}.ParentLibraryTab-module__BOvJaa__cardAudience{color:var(--text-secondary);font-size:.75rem;font-weight:500}.ParentLibraryTab-module__BOvJaa__cardTitle{color:var(--text-primary);margin:0 0 .5rem;font-size:1.25rem;font-weight:700;line-height:1.3}.ParentLibraryTab-module__BOvJaa__cardSubtitle{color:var(--text-secondary);margin:0 0 1rem;font-size:.9rem;font-weight:500}.ParentLibraryTab-module__BOvJaa__cardDesc{color:var(--text-secondary);flex-grow:1;margin:0 0 1.5rem;font-size:.95rem;line-height:1.6}.ParentLibraryTab-module__BOvJaa__cardMeta{background-color:var(--surface-panel);border-left:3px solid var(--accent-emphasis);border-radius:8px;margin-bottom:1.5rem;padding:.75rem}.ParentLibraryTab-module__BOvJaa__metaLabel{text-transform:uppercase;color:var(--text-secondary);margin-bottom:.25rem;font-size:.7rem;font-weight:700;display:block}.ParentLibraryTab-module__BOvJaa__metaValue{color:var(--text-secondary);font-size:.85rem;font-style:italic}.ParentLibraryTab-module__BOvJaa__tagList{flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem;display:flex}.ParentLibraryTab-module__BOvJaa__tag{background-color:var(--surface-sunken);color:var(--text-secondary);border-radius:4px;padding:.25rem .6rem;font-size:.75rem}.ParentLibraryTab-module__BOvJaa__actionBtn{background-color:var(--surface-sunken);width:100%;color:var(--accent-emphasis);border:1px solid var(--color-border);cursor:pointer;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;padding:.75rem;font-size:.95rem;font-weight:600;transition:all .2s;display:flex}.ParentLibraryTab-module__BOvJaa__card:hover .ParentLibraryTab-module__BOvJaa__actionBtn{background-color:var(--accent-emphasis);color:#fff;border-color:var(--accent-emphasis)}.ParentLibraryTab-module__BOvJaa__modalOverlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background-color:#0e1217bf;justify-content:center;align-items:center;padding:2rem;animation:.3s ParentLibraryTab-module__BOvJaa__fadeIn;display:flex;position:fixed;inset:0}.ParentLibraryTab-module__BOvJaa__modalContent{background-color:var(--color-surface);width:100%;max-width:700px;max-height:90vh;box-shadow:var(--shadow-xl);border-radius:20px;flex-direction:column;animation:.4s cubic-bezier(.16,1,.3,1) ParentLibraryTab-module__BOvJaa__slideUp;display:flex;position:relative;overflow-y:auto}.ParentLibraryTab-module__BOvJaa__modalHeader{border-bottom:1px solid var(--surface-sunken);padding:2rem 2rem 1.5rem;position:relative}.ParentLibraryTab-module__BOvJaa__closeBtn{background:var(--surface-sunken);border:1px solid var(--color-border);color:var(--text-secondary);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex;position:absolute;top:1.5rem;right:1.5rem}.ParentLibraryTab-module__BOvJaa__closeBtn:hover{background-color:var(--surface-sunken);color:var(--text-primary)}.ParentLibraryTab-module__BOvJaa__modalBody{color:var(--text-secondary);padding:2rem}.ParentLibraryTab-module__BOvJaa__modalFullContent{white-space:pre-line;margin-bottom:2rem;font-size:1.05rem;line-height:1.7}.ParentLibraryTab-module__BOvJaa__counselorTipBox{background-color:var(--accent-subtle);border-left:4px solid var(--accent-emphasis);border-radius:0 12px 12px 0;margin-bottom:2rem;padding:1.5rem}.ParentLibraryTab-module__BOvJaa__counselorTipTitle{color:var(--text-primary);align-items:center;gap:.5rem;margin:0 0 .5rem;font-weight:700;display:flex}.ParentLibraryTab-module__BOvJaa__counselorTipText{color:var(--text-secondary);margin:0;font-size:.95rem;line-height:1.6}.ParentLibraryTab-module__BOvJaa__takeawaysSection{background-color:var(--surface-panel);border:1px solid var(--surface-sunken);border-radius:12px;padding:1.5rem}.ParentLibraryTab-module__BOvJaa__takeawaysTitle{color:var(--text-primary);margin:0 0 1rem;font-size:1.1rem;font-weight:700}.ParentLibraryTab-module__BOvJaa__takeawaysList{color:var(--text-secondary);margin:0;padding-left:1.2rem}.ParentLibraryTab-module__BOvJaa__takeawaysList li{margin-bottom:.5rem;line-height:1.5}.ParentLibraryTab-module__BOvJaa__takeawaysList li:last-child{margin-bottom:0}@keyframes ParentLibraryTab-module__BOvJaa__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes ParentLibraryTab-module__BOvJaa__slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.ParentLibraryTab-module__BOvJaa__secondaryFilterBar{flex-direction:column;align-items:stretch}.ParentLibraryTab-module__BOvJaa__searchInput{min-width:100%}.ParentLibraryTab-module__BOvJaa__modalOverlay{padding:1rem}.ParentLibraryTab-module__BOvJaa__modalHeader,.ParentLibraryTab-module__BOvJaa__modalBody{padding:1.5rem}}
.StudentTodayTab-module__i961qa__container{gap:var(--space-xl);flex-direction:column;width:100%;display:flex}.StudentTodayTab-module__i961qa__gradeHeaderBar{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-xl);box-shadow:var(--shadow-sm);justify-content:space-between;align-items:center;padding:1rem 1.5rem;display:flex}.StudentTodayTab-module__i961qa__gradeBadge{align-items:center;gap:8px;display:flex}.StudentTodayTab-module__i961qa__gradeBadge span{color:var(--color-text-muted);font-size:.85rem;font-weight:500}.StudentTodayTab-module__i961qa__gradeBadge strong{color:var(--color-primary);font-size:1.15rem;font-weight:700}.StudentTodayTab-module__i961qa__changeGradeBtn{background:var(--color-surface-muted);border:1px solid var(--color-border);color:var(--color-accent);border-radius:var(--radius-full);cursor:pointer;transition:all var(--transition-fast);padding:6px 14px;font-size:.82rem;font-weight:600}.StudentTodayTab-module__i961qa__changeGradeBtn:hover{background:var(--color-accent-lighter)}.StudentTodayTab-module__i961qa__greetingBanner{background:var(--color-surface);color:var(--color-text);border:1px solid var(--color-border);border-radius:var(--radius-2xl);box-shadow:var(--shadow-sm);align-items:center;gap:1.5rem;padding:1.75rem 2rem;display:flex}.StudentTodayTab-module__i961qa__greetingText h2{font-family:var(--font-heading);letter-spacing:-.01em;margin:0 0 .4rem;font-size:1.6rem;font-weight:700;color:var(--color-primary)!important}.StudentTodayTab-module__i961qa__greetingText p{margin:0;font-size:.95rem;line-height:1.5;color:var(--color-text-muted)!important}.StudentTodayTab-module__i961qa__statsRow{gap:var(--space-lg);grid-template-columns:repeat(auto-fit,minmax(240px,1fr));display:grid}.StudentTodayTab-module__i961qa__statCard{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-xl);box-shadow:var(--shadow-sm);flex-direction:column;gap:.75rem;padding:1.25rem 1.5rem;display:flex}.StudentTodayTab-module__i961qa__statHeader{align-items:center;gap:8px;display:flex}.StudentTodayTab-module__i961qa__statHeader h3{color:var(--color-text-muted);margin:0;font-size:.88rem;font-weight:600}.StudentTodayTab-module__i961qa__statBody{flex-direction:column;gap:8px;display:flex}.StudentTodayTab-module__i961qa__statValues{justify-content:space-between;align-items:baseline;display:flex}.StudentTodayTab-module__i961qa__statValues span:first-child{color:var(--color-primary);font-variant-numeric:tabular-nums;font-size:1.35rem;font-weight:800}.StudentTodayTab-module__i961qa__statValues span:last-child{color:var(--color-accent);font-size:.95rem;font-weight:700}.StudentTodayTab-module__i961qa__progressBarWrapper{background:var(--color-surface-muted);border-radius:var(--radius-full);width:100%;height:6px;overflow:hidden}.StudentTodayTab-module__i961qa__progressBar{border-radius:var(--radius-full);height:100%;transition:width .4s var(--ease-spring)}.StudentTodayTab-module__i961qa__gridTwoCol{gap:var(--space-lg);grid-template-columns:1fr;display:grid}@media (min-width:768px){.StudentTodayTab-module__i961qa__gridTwoCol{grid-template-columns:1fr 1fr}}.StudentTodayTab-module__i961qa__pomodoroCard{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-2xl);box-shadow:var(--shadow-sm);text-align:center;flex-direction:column;align-items:center;padding:1.75rem;display:flex}.StudentTodayTab-module__i961qa__cardTitle{color:var(--color-primary);margin:0 0 .25rem;font-size:1.15rem;font-weight:700}.StudentTodayTab-module__i961qa__cardDesc{color:var(--color-text-muted);margin:0 0 1.25rem;font-size:.84rem}.StudentTodayTab-module__i961qa__pomodoroSettings{color:var(--color-text-muted);align-items:center;gap:8px;margin-bottom:1rem;font-size:.85rem;display:flex}.StudentTodayTab-module__i961qa__pomodoroSettings select{border-radius:var(--radius-sm);border:1px solid var(--color-border);background:var(--color-surface-muted);color:var(--color-text);padding:4px 10px;font-size:.82rem;font-weight:500}.StudentTodayTab-module__i961qa__timerDisplay{font-variant-numeric:tabular-nums;color:var(--color-primary);letter-spacing:-.03em;margin-bottom:1.25rem;font-size:3.5rem;font-weight:800}.StudentTodayTab-module__i961qa__timerControls{gap:10px;display:flex}.StudentTodayTab-module__i961qa__timerBtn{border-radius:var(--radius-full);cursor:pointer;transition:all var(--transition-fast);border:none;padding:.65rem 1.75rem;font-size:.92rem;font-weight:600}.StudentTodayTab-module__i961qa__startBtn{background:var(--color-accent);color:var(--color-text-light);box-shadow:var(--shadow-sm)}.StudentTodayTab-module__i961qa__startBtn:hover{background:var(--color-accent-dark);transform:translateY(-1px)}.StudentTodayTab-module__i961qa__pauseBtn{background:var(--color-warning);color:var(--surface-panel)}.StudentTodayTab-module__i961qa__resetBtn{background:var(--color-surface-muted);border:1px solid var(--color-border);color:var(--color-text-secondary);border-radius:var(--radius-full);cursor:pointer;transition:all var(--transition-fast);padding:.65rem 1.25rem;font-size:.88rem;font-weight:600}.StudentTodayTab-module__i961qa__resetBtn:hover{background:var(--color-surface);color:var(--color-primary)}.StudentTodayTab-module__i961qa__pomodoroNote{background:var(--color-surface-muted);border-radius:var(--radius-md);color:var(--color-text-muted);text-align:left;margin-top:1.25rem;padding:.85rem 1rem;font-size:.78rem;line-height:1.5}.StudentTodayTab-module__i961qa__pomodoroNote strong{color:var(--color-primary);margin-bottom:2px;display:block}.StudentTodayTab-module__i961qa__quoteCard{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-2xl);box-shadow:var(--shadow-sm);flex-direction:column;justify-content:center;gap:1rem;padding:2rem;display:flex}.StudentTodayTab-module__i961qa__quoteBadge{color:var(--color-accent-warm);letter-spacing:.05em;text-transform:uppercase;font-size:.72rem;font-weight:700}.StudentTodayTab-module__i961qa__quoteText{font-family:var(--font-heading);color:var(--color-text);margin:0;font-size:1.15rem;font-style:italic;line-height:1.65}.StudentTodayTab-module__i961qa__quoteAuthor{color:var(--color-text-muted);text-align:right;font-size:.85rem;font-weight:600}.StudentTodayTab-module__i961qa__quickAccessSection{flex-direction:column;gap:1rem;display:flex}.StudentTodayTab-module__i961qa__sectionHeading{color:var(--color-primary);margin:0;font-size:1.15rem;font-weight:700}.StudentTodayTab-module__i961qa__quickGrid{gap:var(--space-lg);grid-template-columns:repeat(auto-fit,minmax(280px,1fr));display:grid}.StudentTodayTab-module__i961qa__quickCard{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-xl);cursor:pointer;box-shadow:var(--shadow-sm);transition:all var(--transition-fast);justify-content:space-between;align-items:center;gap:1rem;padding:1.25rem 1.5rem;display:flex}.StudentTodayTab-module__i961qa__quickCard:hover{border-color:var(--color-accent);box-shadow:var(--shadow-md);transform:translateY(-2px)}.StudentTodayTab-module__i961qa__quickCard h4{color:var(--color-primary);margin:0 0 .2rem;font-size:.95rem;font-weight:600}.StudentTodayTab-module__i961qa__quickCard p{color:var(--color-text-muted);margin:0;font-size:.8rem;line-height:1.4}.StudentTodayTab-module__i961qa__arrow{color:var(--color-accent);transition:transform var(--transition-fast);flex-shrink:0;font-size:1.1rem}.StudentTodayTab-module__i961qa__quickCard:hover .StudentTodayTab-module__i961qa__arrow{transform:translate(4px)}.StudentTodayTab-module__i961qa__modalOverlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1000;background:#0e1217bf;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.StudentTodayTab-module__i961qa__modalContent{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-2xl);width:100%;max-width:480px;box-shadow:var(--shadow-xl);padding:2rem}
.CookieConsent-module__ORNcuG__cookieBanner{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);width:calc(100% - 2.5rem);max-width:680px;box-shadow:var(--shadow-lg);z-index:999;justify-content:space-between;align-items:center;gap:1rem;padding:1rem 1.25rem;animation:.3s cubic-bezier(.16,1,.3,1) CookieConsent-module__ORNcuG__slideUp;display:flex;position:fixed;bottom:1.25rem;left:50%;transform:translate(-50%)}@keyframes CookieConsent-module__ORNcuG__slideUp{0%{opacity:0;transform:translate(-50%,20px)}to{opacity:1;transform:translate(-50%)}}.CookieConsent-module__ORNcuG__content{flex-direction:column;gap:4px;display:flex}.CookieConsent-module__ORNcuG__title{color:var(--color-primary);margin:0;font-size:.9rem;font-weight:600}.CookieConsent-module__ORNcuG__text{color:var(--color-text-muted);margin:0;font-size:.8rem;line-height:1.45}.CookieConsent-module__ORNcuG__link{color:var(--color-accent);text-underline-offset:2px;text-decoration:underline}.CookieConsent-module__ORNcuG__actions{flex-shrink:0;align-items:center;gap:8px;display:flex}.CookieConsent-module__ORNcuG__acceptBtn{background:var(--color-accent);color:var(--surface-panel);border-radius:var(--radius-md);cursor:pointer;transition:opacity var(--transition-fast);white-space:nowrap;border:none;padding:8px 16px;font-size:.84rem;font-weight:600}.CookieConsent-module__ORNcuG__acceptBtn:hover{opacity:.9}@media (max-width:640px){.CookieConsent-module__ORNcuG__cookieBanner{flex-direction:column;align-items:stretch;gap:.75rem;padding:1rem;bottom:4.5rem}.CookieConsent-module__ORNcuG__actions{justify-content:flex-end}.CookieConsent-module__ORNcuG__acceptBtn{width:100%;padding:10px}}
