.AvatarCropModal-module__2H8N0q__overlay{z-index:1000;padding:var(--space-md);background:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.AvatarCropModal-module__2H8N0q__modal{background:var(--bg-surface);border-radius:var(--radius-lg);padding:var(--space-xl);gap:var(--space-lg);flex-direction:column;width:100%;max-width:600px;max-height:90vh;display:flex}.AvatarCropModal-module__2H8N0q__header{text-align:center}.AvatarCropModal-module__2H8N0q__header h2{font-size:var(--font-size-h2);color:var(--text-primary);margin:0;font-weight:600}.AvatarCropModal-module__2H8N0q__subtitle{margin:var(--space-xs)0 0 0;font-size:var(--font-size-small);color:var(--text-secondary)}.AvatarCropModal-module__2H8N0q__cropContainer{background:var(--bg-surface);border-radius:var(--radius-md);width:100%;height:400px;box-shadow:inset 4px 4px 8px var(--shadow-dark),inset -4px -4px 8px var(--shadow-light);position:relative;overflow:hidden}.AvatarCropModal-module__2H8N0q__controls{gap:var(--space-md);flex-direction:column;display:flex}.AvatarCropModal-module__2H8N0q__zoomControl{gap:var(--space-sm);flex-direction:column;display:flex}.AvatarCropModal-module__2H8N0q__zoomLabel{font-size:var(--font-size-small);color:var(--text-primary);font-weight:600}.AvatarCropModal-module__2H8N0q__slider{appearance:none;border-radius:var(--radius-md);background:var(--bg-surface);width:100%;height:8px;box-shadow:inset 3px 3px 6px var(--shadow-dark),inset -3px -3px 6px var(--shadow-light);outline:none}.AvatarCropModal-module__2H8N0q__slider::-webkit-slider-thumb{appearance:none;background:var(--accent-primary);cursor:pointer;width:24px;height:24px;box-shadow:4px 4px 8px var(--shadow-dark),-4px -4px 8px var(--shadow-light);border-radius:50%;transition:all .2s}.AvatarCropModal-module__2H8N0q__slider::-webkit-slider-thumb:hover{box-shadow:5px 5px 10px var(--shadow-dark),-5px -5px 10px var(--shadow-light);transform:scale(1.1)}.AvatarCropModal-module__2H8N0q__slider::-webkit-slider-thumb:active{transform:scale(.95)}.AvatarCropModal-module__2H8N0q__slider::-moz-range-thumb{background:var(--accent-primary);cursor:pointer;width:24px;height:24px;box-shadow:4px 4px 8px var(--shadow-dark),-4px -4px 8px var(--shadow-light);border:none;border-radius:50%;transition:all .2s}.AvatarCropModal-module__2H8N0q__slider::-moz-range-thumb:hover{box-shadow:5px 5px 10px var(--shadow-dark),-5px -5px 10px var(--shadow-light);transform:scale(1.1)}.AvatarCropModal-module__2H8N0q__slider::-moz-range-thumb:active{transform:scale(.95)}.AvatarCropModal-module__2H8N0q__actions{gap:var(--space-md);justify-content:flex-end;display:flex}.AvatarCropModal-module__2H8N0q__cancelButton,.AvatarCropModal-module__2H8N0q__saveButton{padding:var(--space-sm)var(--space-xl);border-radius:var(--radius-md);font-size:var(--font-size-body);cursor:pointer;box-shadow:4px 4px 8px var(--shadow-dark),-4px -4px 8px var(--shadow-light);border:none;font-weight:600;transition:all .2s}.AvatarCropModal-module__2H8N0q__cancelButton{background:var(--bg-surface);color:var(--text-secondary)}.AvatarCropModal-module__2H8N0q__cancelButton:hover:not(:disabled){color:var(--text-primary);box-shadow:6px 6px 12px var(--shadow-dark),-6px -6px 12px var(--shadow-light);transform:translateY(-1px)}.AvatarCropModal-module__2H8N0q__saveButton{background:var(--accent-primary);color:#fff}.AvatarCropModal-module__2H8N0q__saveButton:hover:not(:disabled){box-shadow:6px 6px 12px var(--shadow-dark),-6px -6px 12px var(--shadow-light);transform:translateY(-1px)}.AvatarCropModal-module__2H8N0q__cancelButton:disabled,.AvatarCropModal-module__2H8N0q__saveButton:disabled{opacity:.6;cursor:not-allowed}@media (max-width:768px){.AvatarCropModal-module__2H8N0q__modal{padding:var(--space-lg);max-height:95vh}.AvatarCropModal-module__2H8N0q__cropContainer{height:300px}.AvatarCropModal-module__2H8N0q__actions{flex-direction:column}.AvatarCropModal-module__2H8N0q__cancelButton,.AvatarCropModal-module__2H8N0q__saveButton{width:100%}}
.Modal-module__5RN5Na__overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background:#0009;justify-content:center;align-items:center;animation:.2s Modal-module__5RN5Na__fadeIn;display:flex;position:fixed;inset:0}@keyframes Modal-module__5RN5Na__fadeIn{0%{opacity:0}to{opacity:1}}.Modal-module__5RN5Na__modal{width:90%;max-width:480px;max-height:90vh;padding:var(--space-lg);background:var(--bg-surface);border-radius:var(--radius-xl);box-shadow:4px 4px 8px var(--shadow-dark),-4px -4px 8px var(--shadow-light),0 0 5px var(--shadow-ambient);flex-direction:column;animation:.3s cubic-bezier(.68,-.55,.265,1.55) Modal-module__5RN5Na__slideUp;display:flex;position:relative}.Modal-module__5RN5Na__content::-webkit-scrollbar{width:8px}.Modal-module__5RN5Na__content::-webkit-scrollbar-track{background:0 0}.Modal-module__5RN5Na__content::-webkit-scrollbar-thumb{background:var(--bg-surface);border-radius:var(--radius-lg);box-shadow:inset 2px 2px 4px var(--shadow-dark),inset -2px -2px 4px var(--shadow-light)}.Modal-module__5RN5Na__content::-webkit-scrollbar-thumb:hover{box-shadow:inset 3px 3px 6px var(--shadow-dark),inset -3px -3px 6px var(--shadow-light)}.Modal-module__5RN5Na__content{scrollbar-width:thin;scrollbar-color:#0003 transparent}@keyframes Modal-module__5RN5Na__slideUp{0%{opacity:0;transform:translateY(50px)scale(.9)}to{opacity:1;transform:translateY(0)scale(1)}}.Modal-module__5RN5Na__header{margin-bottom:var(--space-md);margin-top:var(--space-sm);justify-content:center;align-items:center;display:flex}.Modal-module__5RN5Na__title{font-size:var(--font-size-h3);color:var(--text-primary);text-align:center;flex:1;font-weight:600}.Modal-module__5RN5Na__closeButton{border-radius:0 var(--radius-xl)0 var(--radius-lg);cursor:pointer;width:44px;height:44px;color:var(--text-secondary);z-index:10;background:0 0;border:none;justify-content:center;align-items:center;font-size:22px;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex;position:absolute;top:0;right:0}.Modal-module__5RN5Na__closeButton:hover{color:var(--text-primary);transform:scale(1.1)}.Modal-module__5RN5Na__closeButton:active{transform:scale(.95)}.Modal-module__5RN5Na__closeButton:focus-visible{outline:3px solid var(--accent-primary);outline-offset:2px}.Modal-module__5RN5Na__backButton{border-radius:var(--radius-xl)0 var(--radius-lg)0;cursor:pointer;width:44px;height:44px;color:var(--text-secondary);z-index:10;background:0 0;border:none;justify-content:center;align-items:center;font-size:20px;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex;position:absolute;top:0;left:0}.Modal-module__5RN5Na__backButton:hover{color:var(--text-primary);transform:scale(1.1)}.Modal-module__5RN5Na__backButton:active{transform:scale(.95)}.Modal-module__5RN5Na__backButton:focus-visible{outline:3px solid var(--accent-primary);outline-offset:2px}.Modal-module__5RN5Na__content{color:var(--text-secondary);flex:1;min-height:0;overflow:hidden auto}.Modal-module__5RN5Na__small{max-width:360px}.Modal-module__5RN5Na__medium{max-width:480px}.Modal-module__5RN5Na__large{max-width:640px}
.Button-module__3rtmDa__button{align-items:center;gap:var(--space-xs);padding:var(--space-sm)var(--space-md);font-size:var(--font-size-body);color:var(--text-primary);background:var(--bg-surface);border-radius:var(--radius-md);cursor:pointer;perspective:1000px;transform-style:preserve-3d;box-shadow:12px 12px 24px var(--shadow-dark),-12px -12px 24px var(--shadow-light),0 0 30px var(--shadow-ambient);border:none;font-weight:600;transition:all .25s cubic-bezier(.4,0,.2,1);display:inline-flex}.Button-module__3rtmDa__button:hover:not(:disabled){box-shadow:16px 16px 32px var(--shadow-dark),-16px -16px 32px var(--shadow-light),0 0 50px var(--shadow-ambient);transform:translateY(-3px)scale(1.02)rotateX(2deg)}.Button-module__3rtmDa__button:active:not(:disabled){box-shadow:inset 10px 10px 20px var(--shadow-dark),inset -10px -10px 20px var(--shadow-light);transition:all .1s;transform:translateY(0)scale(.98)}.Button-module__3rtmDa__button:focus-visible{outline:3px solid var(--accent-primary);outline-offset:2px}.Button-module__3rtmDa__button:disabled{opacity:.5;cursor:not-allowed}.Button-module__3rtmDa__secondary{box-shadow:6px 6px 12px var(--shadow-dark),-6px -6px 12px var(--shadow-light)}.Button-module__3rtmDa__success{color:var(--success)}.Button-module__3rtmDa__error{color:var(--error)}.Button-module__3rtmDa__fullWidth{justify-content:center;width:100%}.Button-module__3rtmDa__ghost{box-shadow:none;background:0 0}.Button-module__3rtmDa__ghost:hover:not(:disabled){background:var(--bg-surface);box-shadow:6px 6px 12px var(--shadow-dark),-6px -6px 12px var(--shadow-light)}.Button-module__3rtmDa__sm{padding:var(--space-xs)var(--space-sm);font-size:var(--font-size-sm,.875rem)}.Button-module__3rtmDa__lg{padding:var(--space-md)var(--space-lg);font-size:var(--font-size-lg,1.125rem)}.Button-module__3rtmDa__icon{align-items:center;display:inline-flex}.Button-module__3rtmDa__loading{pointer-events:none;position:relative}.Button-module__3rtmDa__spinner{border:2px solid;border-top-color:#0000;border-radius:50%;width:16px;height:16px;animation:.6s linear infinite Button-module__3rtmDa__spin}@keyframes Button-module__3rtmDa__spin{to{transform:rotate(360deg)}}
.Card-module__XHly0a__card{padding:var(--space-md);margin-bottom:var(--space-md);border-radius:var(--radius-lg);background:var(--bg-surface);box-shadow:12px 12px 24px var(--shadow-dark),-12px -12px 24px var(--shadow-light),0 0 40px var(--shadow-ambient);transition:all .25s cubic-bezier(.4,0,.2,1)}.Card-module__XHly0a__interactive{cursor:pointer;transform-style:preserve-3d}.Card-module__XHly0a__interactive:hover{box-shadow:16px 16px 32px var(--shadow-dark),-16px -16px 32px var(--shadow-light),0 0 60px var(--shadow-ambient);transform:translateY(-4px)rotateX(2deg)rotateY(-2deg)}.Card-module__XHly0a__title{font-size:var(--font-size-h4);margin-bottom:var(--space-sm);color:var(--text-primary);font-weight:600}.Card-module__XHly0a__subtitle{font-size:var(--font-size-small);color:var(--text-tertiary);margin-bottom:var(--space-sm)}.Card-module__XHly0a__content{color:var(--text-secondary)}
.Input-module__agjDfq__inputGroup{margin-bottom:var(--space-md)}.Input-module__agjDfq__label{margin-bottom:var(--space-xs);font-size:var(--font-size-small);color:var(--text-primary);font-weight:600;display:block}.Input-module__agjDfq__input{width:100%;padding:var(--space-sm);font-size:var(--font-size-body);font-family:var(--font-family);color:var(--text-primary);background:var(--bg-surface);border-radius:var(--radius-md);box-shadow:inset 10px 10px 20px var(--shadow-dark),inset -10px -10px 20px var(--shadow-light);border:none;transition:all .25s cubic-bezier(.4,0,.2,1)}.Input-module__agjDfq__input:focus{outline:3px solid var(--accent-primary);outline-offset:2px;box-shadow:inset 8px 8px 16px var(--shadow-dark),inset -8px -8px 16px var(--shadow-light),0 0 0 4px #4a8fb91a}.Input-module__agjDfq__input::placeholder{color:var(--text-tertiary)}.Input-module__agjDfq__textarea{resize:vertical;min-height:120px}.Input-module__agjDfq__error{border:1px solid var(--error)}.Input-module__agjDfq__errorMessage{margin-top:var(--space-xs);font-size:var(--font-size-small);color:var(--error)}.Input-module__agjDfq__helperText{margin-top:var(--space-xs);font-size:var(--font-size-small);color:var(--text-tertiary)}
.ActivityLogForm-module__BAhD2G__form{gap:var(--space-sm);flex-direction:column;max-height:70vh;padding:2px;display:flex;position:relative;overflow-y:auto}.ActivityLogForm-module__BAhD2G__ratingGroup{margin-bottom:var(--space-sm);flex-direction:column;gap:4px;display:flex}.ActivityLogForm-module__BAhD2G__ratingLabel{font-size:var(--text-md);color:var(--text-primary);font-weight:600}.ActivityLogForm-module__BAhD2G__emojiSelector{gap:var(--space-sm);flex-wrap:wrap;justify-content:center;display:flex}.ActivityLogForm-module__BAhD2G__emojiButton{background:var(--bg-surface);cursor:pointer;width:60px;height:60px;box-shadow:4px 4px 8px var(--shadow-dark),-4px -4px 8px var(--shadow-light);filter:grayscale(70%);border:none;border-radius:50%;justify-content:center;align-items:center;font-size:30px;transition:all .2s;display:flex}.ActivityLogForm-module__BAhD2G__emojiButton:hover{box-shadow:6px 6px 12px var(--shadow-dark),-6px -6px 12px var(--shadow-light);filter:grayscale(40%);transform:scale(1.05)}.ActivityLogForm-module__BAhD2G__emojiButton:active{box-shadow:inset 6px 6px 12px var(--shadow-dark),inset -6px -6px 12px var(--shadow-light);transform:scale(.95)}.ActivityLogForm-module__BAhD2G__emojiButton.ActivityLogForm-module__BAhD2G__selected{box-shadow:inset 4px 4px 8px var(--shadow-dark),inset -4px -4px 8px var(--shadow-light);filter:grayscale(0%);background:#a566b833}.ActivityLogForm-module__BAhD2G__performanceSelector{gap:var(--space-sm);flex-direction:column;display:flex}.ActivityLogForm-module__BAhD2G__performanceButton{width:100%;padding:var(--space-md);border-radius:var(--radius-md);background:var(--bg-surface);color:var(--text-primary);font-size:var(--text-md);cursor:pointer;text-align:center;box-shadow:4px 4px 8px var(--shadow-dark),-4px -4px 8px var(--shadow-light);border:none;font-weight:500;transition:all .2s}.ActivityLogForm-module__BAhD2G__performanceButton:hover{box-shadow:6px 6px 12px var(--shadow-dark),-6px -6px 12px var(--shadow-light);transform:translateY(-2px)}.ActivityLogForm-module__BAhD2G__performanceButton:active{box-shadow:inset 6px 6px 12px var(--shadow-dark),inset -6px -6px 12px var(--shadow-light);transform:translateY(0)}.ActivityLogForm-module__BAhD2G__performanceButton.ActivityLogForm-module__BAhD2G__selected{box-shadow:inset 4px 4px 8px var(--shadow-dark),inset -4px -4px 8px var(--shadow-light);color:var(--accent-primary);background:#a566b833}.ActivityLogForm-module__BAhD2G__exerciseInfo{background:var(--bg-secondary);border-left:4px solid var(--accent-primary)}.ActivityLogForm-module__BAhD2G__exerciseTitle{font-size:var(--font-size-h3);margin-bottom:var(--space-xs);color:var(--text-primary);font-weight:600}.ActivityLogForm-module__BAhD2G__exerciseDescription{font-size:var(--font-size-small);color:var(--text-secondary)}.ActivityLogForm-module__BAhD2G__section{gap:var(--space-sm);flex-direction:column;display:flex}.ActivityLogForm-module__BAhD2G__sectionTitle{font-size:var(--font-size-body);color:var(--text-primary);margin:0 0 var(--space-xs)0;font-weight:600}.ActivityLogForm-module__BAhD2G__sectionDescription{font-size:var(--font-size-small);color:var(--text-tertiary);margin:0 0 var(--space-md)0;font-style:italic}.ActivityLogForm-module__BAhD2G__toggleButton{width:100%;padding:var(--space-md);background:var(--bg-surface);border-radius:var(--radius-md);color:var(--accent-primary);font-size:var(--font-size-body);cursor:pointer;box-shadow:4px 4px 8px var(--shadow-dark),-4px -4px 8px var(--shadow-light);border:none;font-weight:500;transition:all .2s}.ActivityLogForm-module__BAhD2G__toggleButton:hover{box-shadow:6px 6px 12px var(--shadow-dark),-6px -6px 12px var(--shadow-light)}.ActivityLogForm-module__BAhD2G__toggleButton:active{box-shadow:inset 3px 3px 6px var(--shadow-dark),inset -3px -3px 6px var(--shadow-light)}.ActivityLogForm-module__BAhD2G__optionalFields{margin-top:var(--space-md);padding-top:var(--space-md);gap:var(--space-md);flex-direction:column;animation:.2s ease-out ActivityLogForm-module__BAhD2G__slideDown;display:flex}@keyframes ActivityLogForm-module__BAhD2G__slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.ActivityLogForm-module__BAhD2G__actions{justify-content:flex-end;gap:var(--space-md);padding-top:var(--space-md);border-top:1px solid var(--border-color);display:flex}@media (max-width:768px){.ActivityLogForm-module__BAhD2G__form{max-height:80vh}.ActivityLogForm-module__BAhD2G__emojiButton{width:55px;height:55px;font-size:26px}.ActivityLogForm-module__BAhD2G__performanceButton{font-size:var(--text-sm);padding:var(--space-sm)}.ActivityLogForm-module__BAhD2G__actions{flex-direction:column-reverse}.ActivityLogForm-module__BAhD2G__actions button{width:100%}}
.TodaySettingsDrawer-module__v9-i7W__container{flex-direction:column;gap:20px;display:flex}.TodaySettingsDrawer-module__v9-i7W__description{color:var(--text-secondary);margin:0;font-size:14px;line-height:1.5}.TodaySettingsDrawer-module__v9-i7W__section{flex-direction:column;gap:16px;display:flex}.TodaySettingsDrawer-module__v9-i7W__sectionTitle{color:var(--text-primary);border-bottom:1px solid var(--border-default);margin:0;padding-bottom:8px;font-size:15px;font-weight:600}.TodaySettingsDrawer-module__v9-i7W__sectionDescription{color:var(--text-secondary);margin:0;font-size:12px}.TodaySettingsDrawer-module__v9-i7W__field{flex-direction:column;gap:8px;display:flex}.TodaySettingsDrawer-module__v9-i7W__label{color:var(--text-primary);justify-content:space-between;align-items:center;font-size:14px;font-weight:500;display:flex}.TodaySettingsDrawer-module__v9-i7W__labelHint{color:#5c6bc0;font-weight:600}.TodaySettingsDrawer-module__v9-i7W__fieldDescription{color:var(--text-secondary);margin:0;font-size:12px}.TodaySettingsDrawer-module__v9-i7W__slider{background:var(--border-default);cursor:pointer;appearance:none;border-radius:4px;outline:none;width:100%;height:8px}.TodaySettingsDrawer-module__v9-i7W__slider::-webkit-slider-thumb{appearance:none;cursor:pointer;background:#5c6bc0;border-radius:50%;width:20px;height:20px;transition:transform .1s;box-shadow:0 2px 4px #0003}.TodaySettingsDrawer-module__v9-i7W__slider::-webkit-slider-thumb:hover{transform:scale(1.1)}.TodaySettingsDrawer-module__v9-i7W__slider::-moz-range-thumb{cursor:pointer;background:#5c6bc0;border:none;border-radius:50%;width:20px;height:20px;box-shadow:0 2px 4px #0003}.TodaySettingsDrawer-module__v9-i7W__sliderLabels{color:var(--text-tertiary);justify-content:space-between;font-size:11px;display:flex}.TodaySettingsDrawer-module__v9-i7W__advancedToggle{color:#5c6bc0;cursor:pointer;text-align:left;background:0 0;border:none;padding:8px 0;font-size:13px;font-weight:500;transition:color .2s}.TodaySettingsDrawer-module__v9-i7W__advancedToggle:hover{color:#3f51b5}.TodaySettingsDrawer-module__v9-i7W__weightGrid{grid-template-columns:repeat(2,1fr);gap:16px;display:grid}.TodaySettingsDrawer-module__v9-i7W__weightField{flex-direction:column;gap:6px;display:flex}.TodaySettingsDrawer-module__v9-i7W__weightLabel{color:var(--text-secondary);font-size:12px}.TodaySettingsDrawer-module__v9-i7W__weightInput{border:1px solid var(--border-default);background:var(--bg-card);color:var(--text-primary);border-radius:6px;width:100%;padding:10px 12px;font-size:14px}.TodaySettingsDrawer-module__v9-i7W__weightInput:focus{border-color:#5c6bc0;outline:none;box-shadow:0 0 0 2px #5c6bc033}.TodaySettingsDrawer-module__v9-i7W__weightInput::placeholder{color:var(--text-tertiary)}.TodaySettingsDrawer-module__v9-i7W__actions{border-top:1px solid var(--border-default);justify-content:flex-end;gap:12px;padding-top:16px;display:flex}.TodaySettingsDrawer-module__v9-i7W__resetButton{border:1px solid var(--border-default);background:var(--bg-card);color:var(--text-secondary);cursor:pointer;border-radius:6px;padding:10px 16px;font-size:14px;font-weight:500;transition:all .2s}.TodaySettingsDrawer-module__v9-i7W__resetButton:hover:not(:disabled){background:var(--bg-muted);color:var(--text-primary)}.TodaySettingsDrawer-module__v9-i7W__resetButton:disabled{opacity:.5;cursor:not-allowed}.TodaySettingsDrawer-module__v9-i7W__saveButton{color:#fff;cursor:pointer;background:#5c6bc0;border:none;border-radius:6px;padding:10px 24px;font-size:14px;font-weight:600;transition:all .2s}.TodaySettingsDrawer-module__v9-i7W__saveButton:hover:not(:disabled){background:#3f51b5}.TodaySettingsDrawer-module__v9-i7W__saveButton:disabled{opacity:.5;cursor:not-allowed}
@keyframes ProgressBar-module__CNUP-W__shimmer{0%{background-position:-200%}to{background-position:200%}}@keyframes ProgressBar-module__CNUP-W__glow-pulse{0%,to{opacity:.5}50%{opacity:.8}}.ProgressBar-module__CNUP-W__container{background:var(--bg-surface);border-radius:var(--radius-pill);width:100%;height:20px;box-shadow:inset 8px 8px 16px var(--shadow-dark),inset -8px -8px 16px var(--shadow-light);position:relative;overflow:visible}.ProgressBar-module__CNUP-W__fill{background:linear-gradient(90deg,var(--success)0%,#2ecc71 50%,var(--success)100%);border-radius:var(--radius-pill);background-size:200% 100%;height:100%;transition:width .5s cubic-bezier(.4,0,.2,1);animation:3s linear infinite ProgressBar-module__CNUP-W__shimmer;position:relative;box-shadow:0 0 12px #27ae6066}.ProgressBar-module__CNUP-W__fill:after{content:"";border-radius:0 var(--radius-pill)var(--radius-pill)0;background:linear-gradient(90deg,#0000,#fff9);width:30px;height:100%;animation:2s ease-in-out infinite ProgressBar-module__CNUP-W__glow-pulse;position:absolute;top:0;right:0}.ProgressBar-module__CNUP-W__label{margin-top:var(--space-xs);font-size:var(--font-size-small);color:var(--text-secondary);justify-content:space-between;display:flex}
.SetupChecklist-module__yDqU0q__container{margin-bottom:var(--space-lg)}.SetupChecklist-module__yDqU0q__header{justify-content:space-between;align-items:flex-start;gap:var(--space-md);margin-bottom:var(--space-md);padding-bottom:var(--space-md);border-bottom:1px solid var(--border-color);display:flex}.SetupChecklist-module__yDqU0q__headerContent{flex:1}.SetupChecklist-module__yDqU0q__title{color:var(--text-primary);margin:0 0 var(--space-xs)0;font-size:1.25rem;font-weight:600}.SetupChecklist-module__yDqU0q__description{color:var(--text-secondary);margin:0;font-size:.875rem}.SetupChecklist-module__yDqU0q__progressSection{align-items:flex-end;gap:var(--space-xs);flex-direction:column;min-width:120px;display:flex}.SetupChecklist-module__yDqU0q__progressText{color:var(--text-secondary);font-size:.875rem;font-weight:500}.SetupChecklist-module__yDqU0q__progressBar{width:120px}.SetupChecklist-module__yDqU0q__loading,.SetupChecklist-module__yDqU0q__error{padding:var(--space-lg);text-align:center;color:var(--text-secondary)}.SetupChecklist-module__yDqU0q__error{color:var(--color-error)}.SetupChecklist-module__yDqU0q__taskList{gap:var(--space-sm);flex-direction:column;display:flex}.SetupChecklist-module__yDqU0q__taskCard{align-items:center;gap:var(--space-md);padding:var(--space-md);background:var(--bg-secondary);border-radius:var(--radius-md);border:1px solid var(--border-color);transition:all .2s;display:flex}.SetupChecklist-module__yDqU0q__taskCard_clickable{cursor:pointer}.SetupChecklist-module__yDqU0q__taskCard_clickable:hover{border-color:var(--color-primary);background:var(--bg-tertiary)}.SetupChecklist-module__yDqU0q__taskCard_clickable:focus{border-color:var(--color-primary);box-shadow:0 0 0 2px rgba(var(--color-primary-rgb),.2);outline:none}.SetupChecklist-module__yDqU0q__taskCard_locked{opacity:.6;background:var(--bg-secondary)}.SetupChecklist-module__yDqU0q__taskCard_locked .SetupChecklist-module__yDqU0q__taskIcon{color:var(--text-tertiary)}.SetupChecklist-module__yDqU0q__taskCard_available{border-color:var(--color-primary)}.SetupChecklist-module__yDqU0q__taskCard_available .SetupChecklist-module__yDqU0q__taskIcon{color:var(--color-primary)}.SetupChecklist-module__yDqU0q__taskCard_in_progress{border-color:var(--color-warning);background:rgba(var(--color-warning-rgb),.05)}.SetupChecklist-module__yDqU0q__taskCard_in_progress .SetupChecklist-module__yDqU0q__taskIcon{color:var(--color-warning);animation:2s linear infinite SetupChecklist-module__yDqU0q__spin}@keyframes SetupChecklist-module__yDqU0q__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.SetupChecklist-module__yDqU0q__taskCard_completed{border-color:var(--color-success);background:rgba(var(--color-success-rgb),.05)}.SetupChecklist-module__yDqU0q__taskCard_completed .SetupChecklist-module__yDqU0q__taskIcon{color:var(--color-success)}.SetupChecklist-module__yDqU0q__taskCard_skipped{opacity:.7;text-decoration:line-through}.SetupChecklist-module__yDqU0q__taskCard_skipped .SetupChecklist-module__yDqU0q__taskIcon{color:var(--text-tertiary)}.SetupChecklist-module__yDqU0q__taskIcon{background:var(--bg-primary);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.SetupChecklist-module__yDqU0q__taskContent{flex:1;min-width:0}.SetupChecklist-module__yDqU0q__taskTitle{color:var(--text-primary);margin:0 0 var(--space-xxs)0;font-size:1rem;font-weight:600}.SetupChecklist-module__yDqU0q__taskDescription{color:var(--text-secondary);text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:.875rem;overflow:hidden}.SetupChecklist-module__yDqU0q__taskActions{align-items:center;gap:var(--space-sm);flex-shrink:0;display:flex}.SetupChecklist-module__yDqU0q__taskStatus{padding:var(--space-xxs)var(--space-xs);border-radius:var(--radius-sm);text-transform:uppercase;letter-spacing:.02em;font-size:.75rem;font-weight:500}.SetupChecklist-module__yDqU0q__taskStatus_locked{background:var(--bg-tertiary);color:var(--text-tertiary)}.SetupChecklist-module__yDqU0q__taskStatus_available{background:rgba(var(--color-primary-rgb),.1);color:var(--color-primary)}.SetupChecklist-module__yDqU0q__taskStatus_in_progress{background:rgba(var(--color-warning-rgb),.1);color:var(--color-warning)}.SetupChecklist-module__yDqU0q__taskStatus_completed{background:rgba(var(--color-success-rgb),.1);color:var(--color-success)}.SetupChecklist-module__yDqU0q__taskStatus_skipped{background:var(--bg-tertiary);color:var(--text-tertiary)}.SetupChecklist-module__yDqU0q__skipButton{padding:var(--space-xxs)var(--space-xs);border:1px solid var(--border-color);border-radius:var(--radius-sm);color:var(--text-secondary);cursor:pointer;background:0 0;font-size:.75rem;transition:all .2s}.SetupChecklist-module__yDqU0q__skipButton:hover{border-color:var(--text-secondary);background:var(--bg-tertiary)}.SetupChecklist-module__yDqU0q__taskArrow{color:var(--text-tertiary);align-items:center;transition:transform .2s;display:flex}.SetupChecklist-module__yDqU0q__taskCard_clickable:hover .SetupChecklist-module__yDqU0q__taskArrow{color:var(--color-primary);transform:translate(4px)}.SetupChecklist-module__yDqU0q__spinningIcon{animation:1s linear infinite SetupChecklist-module__yDqU0q__spin}.SetupChecklist-module__yDqU0q__taskStatus_processing{background-color:var(--color-warning-bg,#fef3cd);color:var(--color-warning-text,#856404)}.SetupChecklist-module__yDqU0q__congratsSection{text-align:center;padding:var(--space-lg)var(--space-md);margin-bottom:var(--space-lg);border-bottom:1px solid var(--border-color);flex-direction:column;align-items:center;display:flex}.SetupChecklist-module__yDqU0q__congratsIcon{background:rgba(var(--color-success-rgb),.1);width:56px;height:56px;color:var(--color-success);margin-bottom:var(--space-md);border-radius:50%;justify-content:center;align-items:center;display:flex}.SetupChecklist-module__yDqU0q__congratsTitle{color:var(--text-primary);margin:0 0 var(--space-md)0;font-size:1.25rem;font-weight:600}.SetupChecklist-module__yDqU0q__congratsLinks{align-items:center;gap:var(--space-sm);flex-wrap:wrap;justify-content:center;display:flex}.SetupChecklist-module__yDqU0q__congratsLink{color:var(--color-primary);font-size:.875rem;font-weight:500;text-decoration:none;transition:color .2s}.SetupChecklist-module__yDqU0q__congratsLink:hover{color:var(--color-primary-dark,var(--color-primary));text-decoration:underline}.SetupChecklist-module__yDqU0q__congratsSeparator{color:var(--text-tertiary);font-size:.875rem}.SetupChecklist-module__yDqU0q__nextUpSection{padding-top:var(--space-sm)}.SetupChecklist-module__yDqU0q__nextUpSectionTitle{color:var(--text-secondary);margin:0 0 var(--space-md)0;text-transform:uppercase;letter-spacing:.05em;font-size:1rem;font-weight:600}.SetupChecklist-module__yDqU0q__nextUpGrid{gap:var(--space-md);grid-template-columns:repeat(4,1fr);display:grid}.SetupChecklist-module__yDqU0q__nextUpCard{text-align:center;padding:var(--space-lg)var(--space-md)var(--space-md);background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:var(--radius-md);cursor:pointer;flex-direction:column;align-items:center;transition:all .2s;display:flex;position:relative}.SetupChecklist-module__yDqU0q__nextUpCard:hover{border-color:var(--color-primary);background:var(--bg-tertiary)}.SetupChecklist-module__yDqU0q__nextUpCard:focus{border-color:var(--color-primary);box-shadow:0 0 0 2px rgba(var(--color-primary-rgb),.2);outline:none}.SetupChecklist-module__yDqU0q__nextUpDismiss{top:var(--space-xs);right:var(--space-xs);border-radius:var(--radius-sm);width:24px;height:24px;color:var(--text-tertiary);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:0;transition:all .2s;display:flex;position:absolute}.SetupChecklist-module__yDqU0q__nextUpDismiss:hover{background:var(--bg-tertiary);color:var(--text-secondary)}.SetupChecklist-module__yDqU0q__nextUpIcon{background:rgba(var(--color-primary-rgb),.1);width:48px;height:48px;color:var(--color-primary);margin-bottom:var(--space-sm);border-radius:50%;justify-content:center;align-items:center;display:flex}.SetupChecklist-module__yDqU0q__nextUpTitle{color:var(--text-primary);margin:0 0 var(--space-xxs)0;font-size:.875rem;font-weight:600}.SetupChecklist-module__yDqU0q__nextUpDescription{color:var(--text-secondary);flex:1;margin:0;font-size:.75rem}.SetupChecklist-module__yDqU0q__nextUpArrow{margin-top:var(--space-sm);color:var(--text-tertiary);justify-content:center;align-items:center;transition:transform .2s,color .2s;display:flex}.SetupChecklist-module__yDqU0q__nextUpCard:hover .SetupChecklist-module__yDqU0q__nextUpArrow{color:var(--color-primary);transform:translate(4px)}@media (max-width:1024px){.SetupChecklist-module__yDqU0q__nextUpGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.SetupChecklist-module__yDqU0q__header{flex-direction:column}.SetupChecklist-module__yDqU0q__progressSection{align-items:flex-start;width:100%}.SetupChecklist-module__yDqU0q__progressBar{width:100%}.SetupChecklist-module__yDqU0q__taskCard{flex-wrap:wrap}.SetupChecklist-module__yDqU0q__taskContent{flex-basis:calc(100% - 56px)}.SetupChecklist-module__yDqU0q__taskActions{margin-top:var(--space-sm);padding-top:var(--space-sm);border-top:1px solid var(--border-color);flex-basis:100%}.SetupChecklist-module__yDqU0q__taskDescription{white-space:normal}.SetupChecklist-module__yDqU0q__congratsLinks{gap:var(--space-xs);flex-direction:column}.SetupChecklist-module__yDqU0q__congratsSeparator{display:none}.SetupChecklist-module__yDqU0q__nextUpGrid{grid-template-columns:1fr}.SetupChecklist-module__yDqU0q__nextUpCard{text-align:left;padding:var(--space-md);gap:var(--space-md);flex-direction:row}.SetupChecklist-module__yDqU0q__nextUpIcon{flex-shrink:0;margin-bottom:0}.SetupChecklist-module__yDqU0q__nextUpCard>div:not(.SetupChecklist-module__yDqU0q__nextUpIcon):not(.SetupChecklist-module__yDqU0q__nextUpDismiss){flex:1}.SetupChecklist-module__yDqU0q__nextUpArrow{margin-top:0}.SetupChecklist-module__yDqU0q__nextUpDismiss{top:50%;transform:translateY(-50%)}}
.StudentTodayTab-module__Bp1bGa__container{padding:0}.StudentTodayTab-module__Bp1bGa__daySummary{background:linear-gradient(135deg,var(--bg-info)0%,var(--bg-info-hover)100%);border:1px solid var(--border-info);border-radius:.75rem;margin-bottom:1.5rem;padding:1rem 1.25rem}.StudentTodayTab-module__Bp1bGa__summaryText{color:var(--text-info);font-size:.9375rem;font-weight:500}.StudentTodayTab-module__Bp1bGa__widgetGrid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1.5rem;display:grid}.StudentTodayTab-module__Bp1bGa__widget{background:var(--bg-muted);border:1px solid var(--border-default);border-radius:.75rem;padding:1.25rem}.StudentTodayTab-module__Bp1bGa__widgetWide{background:var(--bg-muted);border:1px solid var(--border-default);border-radius:.75rem;grid-column:1/-1;padding:1.25rem}.StudentTodayTab-module__Bp1bGa__widgetHeader{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.StudentTodayTab-module__Bp1bGa__widgetTitle{color:var(--text-primary,#1a1a1a);margin:0;font-size:1rem;font-weight:600}.StudentTodayTab-module__Bp1bGa__titleLink{font-size:inherit;font-weight:inherit;color:var(--primary-color,#4f46e5);cursor:pointer;background:0 0;border:none;padding:0;text-decoration:none}.StudentTodayTab-module__Bp1bGa__titleLink:hover{text-decoration:underline}.StudentTodayTab-module__Bp1bGa__viewAllLink{color:var(--primary-color,#4f46e5);font-size:.8125rem;text-decoration:none}.StudentTodayTab-module__Bp1bGa__viewAllLink:hover{text-decoration:underline}.StudentTodayTab-module__Bp1bGa__widgetLoading{text-align:center;color:var(--text-secondary,#666);padding:2rem;font-size:.875rem}.StudentTodayTab-module__Bp1bGa__skeletonList{flex-direction:column;gap:.75rem;display:flex}.StudentTodayTab-module__Bp1bGa__skeletonRow{background:var(--bg-card);border:1px solid var(--border-default);border-radius:.5rem;align-items:center;gap:.75rem;height:56px;padding:.75rem 1rem;display:flex}.StudentTodayTab-module__Bp1bGa__skeletonIcon{background:linear-gradient(90deg,#f3f4f6 25%,#e5e7eb 50%,#f3f4f6 75%) 0 0/200% 100%;border-radius:.25rem;flex-shrink:0;width:1.5rem;height:1.5rem;animation:1.5s infinite StudentTodayTab-module__Bp1bGa__shimmer}.StudentTodayTab-module__Bp1bGa__skeletonText{background:linear-gradient(90deg,#f3f4f6 25%,#e5e7eb 50%,#f3f4f6 75%) 0 0/200% 100%;border-radius:.25rem;flex:1;height:1rem;animation:1.5s infinite StudentTodayTab-module__Bp1bGa__shimmer}.StudentTodayTab-module__Bp1bGa__skeletonTextShort{background:linear-gradient(90deg,#f3f4f6 25%,#e5e7eb 50%,#f3f4f6 75%) 0 0/200% 100%;border-radius:.25rem;width:40%;height:1rem;animation:1.5s infinite StudentTodayTab-module__Bp1bGa__shimmer}.StudentTodayTab-module__Bp1bGa__skeletonParaItem{background:var(--bg-card);border:1px solid var(--border-default);border-radius:.5rem;align-items:center;gap:.75rem;padding:.625rem .75rem;display:flex}.StudentTodayTab-module__Bp1bGa__skeletonAvatar{background:linear-gradient(90deg,#f3f4f6 25%,#e5e7eb 50%,#f3f4f6 75%) 0 0/200% 100%;border-radius:50%;flex-shrink:0;width:2rem;height:2rem;animation:1.5s infinite StudentTodayTab-module__Bp1bGa__shimmer}.StudentTodayTab-module__Bp1bGa__skeletonParaInfo{flex-direction:column;flex:1;gap:.25rem;display:flex}.StudentTodayTab-module__Bp1bGa__skeletonParaName{background:linear-gradient(90deg,#f3f4f6 25%,#e5e7eb 50%,#f3f4f6 75%) 0 0/200% 100%;border-radius:.25rem;width:60%;height:.875rem;animation:1.5s infinite StudentTodayTab-module__Bp1bGa__shimmer}.StudentTodayTab-module__Bp1bGa__skeletonParaRole{background:linear-gradient(90deg,#f3f4f6 25%,#e5e7eb 50%,#f3f4f6 75%) 0 0/200% 100%;border-radius:.25rem;width:40%;height:.75rem;animation:1.5s infinite StudentTodayTab-module__Bp1bGa__shimmer}.StudentTodayTab-module__Bp1bGa__skeletonSessionItem{background:var(--bg-card);border:1px solid var(--border-default);border-radius:.5rem;flex-direction:column;gap:.5rem;padding:.75rem;display:flex}.StudentTodayTab-module__Bp1bGa__skeletonSessionTime{justify-content:space-between;align-items:center;display:flex}.StudentTodayTab-module__Bp1bGa__skeletonTimeText{background:linear-gradient(90deg,#f3f4f6 25%,#e5e7eb 50%,#f3f4f6 75%) 0 0/200% 100%;border-radius:.25rem;width:50%;height:1rem;animation:1.5s infinite StudentTodayTab-module__Bp1bGa__shimmer}.StudentTodayTab-module__Bp1bGa__skeletonDuration{background:linear-gradient(90deg,#f3f4f6 25%,#e5e7eb 50%,#f3f4f6 75%) 0 0/200% 100%;border-radius:.25rem;width:3rem;height:1.25rem;animation:1.5s infinite StudentTodayTab-module__Bp1bGa__shimmer}.StudentTodayTab-module__Bp1bGa__skeletonSessionDetails{gap:.5rem;display:flex}.StudentTodayTab-module__Bp1bGa__skeletonBadge{background:linear-gradient(90deg,#f3f4f6 25%,#e5e7eb 50%,#f3f4f6 75%) 0 0/200% 100%;border-radius:.25rem;width:4rem;height:1.25rem;animation:1.5s infinite StudentTodayTab-module__Bp1bGa__shimmer}.StudentTodayTab-module__Bp1bGa__skeletonSummary{background:linear-gradient(135deg,#f0f9ff 0%,#e0f2fe 100%);border:1px solid #bae6fd;border-radius:.75rem;align-items:center;height:52px;margin-bottom:1.5rem;padding:1rem 1.25rem;display:flex}.StudentTodayTab-module__Bp1bGa__skeletonSummaryText{background:linear-gradient(90deg,#bae6fd 25%,#7dd3fc 50%,#bae6fd 75%) 0 0/200% 100%;border-radius:.25rem;width:70%;height:1rem;animation:1.5s infinite StudentTodayTab-module__Bp1bGa__shimmer}@keyframes StudentTodayTab-module__Bp1bGa__shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.StudentTodayTab-module__Bp1bGa__emptyWidget{text-align:center;color:var(--text-secondary,#666);padding:2rem 1rem}.StudentTodayTab-module__Bp1bGa__emptyWidget p{margin:0;font-size:.875rem}.StudentTodayTab-module__Bp1bGa__emptyIcon{color:#9ca3af;width:2rem;height:2rem;margin:0 auto .75rem}.StudentTodayTab-module__Bp1bGa__goalsExercisesList{flex-direction:column;gap:1rem;display:flex}.StudentTodayTab-module__Bp1bGa__goalSection{background:var(--bg-card);border:1px solid var(--border-default);border-radius:.5rem;overflow:hidden}.StudentTodayTab-module__Bp1bGa__goalExercises{background:var(--bg-muted);border-top:1px solid var(--border-default);flex-direction:column;gap:.25rem;padding:.5rem;display:flex}.StudentTodayTab-module__Bp1bGa__goalExercises .StudentTodayTab-module__Bp1bGa__exerciseItem{background:var(--bg-card);border:none;border-radius:.375rem;padding:.5rem .75rem}.StudentTodayTab-module__Bp1bGa__goalExercises .StudentTodayTab-module__Bp1bGa__exerciseItem:hover{background:var(--bg-muted);box-shadow:none}.StudentTodayTab-module__Bp1bGa__exerciseBullet{color:var(--text-tertiary,#999);flex-shrink:0;font-size:.875rem}.StudentTodayTab-module__Bp1bGa__moreExercises{color:var(--primary-color,#4f46e5);cursor:pointer;text-align:left;background:0 0;border:none;padding:.5rem .75rem;font-size:.8125rem}.StudentTodayTab-module__Bp1bGa__moreExercises:hover{text-decoration:underline}.StudentTodayTab-module__Bp1bGa__goalsList{flex-direction:column;gap:.75rem;display:flex}.StudentTodayTab-module__Bp1bGa__goalItem{background:var(--bg-card);border:1px solid var(--border-default);border-radius:.5rem;align-items:center;gap:.75rem;padding:.625rem .75rem;text-decoration:none;transition:all .15s;display:flex}.StudentTodayTab-module__Bp1bGa__goalItem:hover{border-color:var(--primary-color,#4f46e5);box-shadow:0 2px 4px #0000000d}.StudentTodayTab-module__Bp1bGa__goalIcon{border-radius:.375rem;flex-shrink:0;width:24px;height:24px}.StudentTodayTab-module__Bp1bGa__todayActions{align-items:center;gap:.5rem;margin-left:auto;display:flex}.StudentTodayTab-module__Bp1bGa__primaryButton{background:var(--primary-color,#4f46e5);color:#fff;cursor:pointer;border:none;border-radius:.5rem;align-items:center;gap:.4rem;padding:.6rem 1rem;font-weight:600;transition:background .15s,transform .15s;display:inline-flex}.StudentTodayTab-module__Bp1bGa__primaryButton:disabled{opacity:.6;cursor:not-allowed}.StudentTodayTab-module__Bp1bGa__primaryButton:not(:disabled):hover{background:#4338ca;transform:translateY(-1px)}.StudentTodayTab-module__Bp1bGa__secondaryButton{background:var(--bg-accent);color:var(--text-accent);border:1px solid var(--border-accent);cursor:pointer;border-radius:.5rem;padding:.55rem .9rem;font-weight:600}.StudentTodayTab-module__Bp1bGa__secondaryButton:disabled{opacity:.6;cursor:not-allowed}.StudentTodayTab-module__Bp1bGa__iconButton{background:var(--bg-muted);border:1px solid var(--border-default);cursor:pointer;border-radius:.375rem;justify-content:center;align-items:center;width:2rem;height:2rem;font-weight:700;display:inline-flex}.StudentTodayTab-module__Bp1bGa__iconButton:disabled{opacity:.4;cursor:not-allowed}.StudentTodayTab-module__Bp1bGa__settingsButton{background:var(--bg-muted);border:1px solid var(--border-default);cursor:pointer;border-radius:.5rem;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;transition:background .15s,border-color .15s;display:inline-flex}.StudentTodayTab-module__Bp1bGa__settingsButton:hover{background:var(--bg-subtle);border-color:var(--border-light)}.StudentTodayTab-module__Bp1bGa__settingsButton .StudentTodayTab-module__Bp1bGa__icon{width:1.25rem;height:1.25rem;color:var(--text-secondary,#666)}.StudentTodayTab-module__Bp1bGa__settingsButton:hover .StudentTodayTab-module__Bp1bGa__icon{color:var(--text-primary,#1a1a1a)}.StudentTodayTab-module__Bp1bGa__errorBanner{background:var(--bg-error);border:1px solid var(--border-error);color:var(--text-error);border-radius:.5rem;margin-bottom:.75rem;padding:.75rem 1rem;font-size:.875rem}.StudentTodayTab-module__Bp1bGa__todayList{flex-direction:column;gap:.75rem;display:flex}.StudentTodayTab-module__Bp1bGa__todayRow{background:var(--bg-card);border:1px solid var(--border-default);border-radius:.5rem;justify-content:space-between;align-items:center;gap:.75rem;padding:.75rem 1rem;text-decoration:none;display:flex}.StudentTodayTab-module__Bp1bGa__todayRowClickable{cursor:pointer;transition:border-color .15s,box-shadow .15s}.StudentTodayTab-module__Bp1bGa__todayRowClickable:hover{border-color:var(--primary-color,#4f46e5);box-shadow:0 2px 4px #0000000d}.StudentTodayTab-module__Bp1bGa__todayRowFaded{position:relative;-webkit-mask-image:linear-gradient(#000 0%,#0000 70%);mask-image:linear-gradient(#000 0%,#0000 70%)}.StudentTodayTab-module__Bp1bGa__moreExercisesLink{text-align:center;width:100%;color:var(--primary-color,#4f46e5);cursor:pointer;background:0 0;border:none;border-radius:.5rem;margin-top:.5rem;padding:.75rem 1rem;font-size:.9375rem;font-weight:500;text-decoration:none;transition:background .15s;display:block}.StudentTodayTab-module__Bp1bGa__moreExercisesLink:hover{background:var(--bg-muted);text-decoration:underline}.StudentTodayTab-module__Bp1bGa__todayRowClickable:hover .StudentTodayTab-module__Bp1bGa__chevronIcon{color:var(--primary-color,#4f46e5)}.StudentTodayTab-module__Bp1bGa__todayContent{flex:1;min-width:0}.StudentTodayTab-module__Bp1bGa__chevronIcon{width:1.25rem;height:1.25rem;color:var(--text-tertiary,#999);flex-shrink:0;transition:color .15s}.StudentTodayTab-module__Bp1bGa__todayInfo{align-items:center;gap:.75rem;min-width:0;display:flex}.StudentTodayTab-module__Bp1bGa__todayBadge{text-transform:uppercase;letter-spacing:.03em;border-radius:999px;padding:.25rem .5rem;font-size:.75rem;font-weight:700}.StudentTodayTab-module__Bp1bGa__behaviorBadge{background:var(--bg-error);color:var(--text-error)}.StudentTodayTab-module__Bp1bGa__domainIcon{flex-shrink:0;width:1.5rem;height:1.5rem;-webkit-mask-position:50%;mask-position:50%;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.StudentTodayTab-module__Bp1bGa__todayTitle{color:var(--text-primary,#1a1a1a);font-weight:600}.StudentTodayTab-module__Bp1bGa__goalSuffix{color:var(--text-secondary,#6b7280);font-weight:400}.StudentTodayTab-module__Bp1bGa__todaySubtitle{color:var(--text-secondary,#666);margin-top:.1rem;font-size:.85rem}.StudentTodayTab-module__Bp1bGa__todayMeta{color:var(--text-tertiary,#888);font-size:.75rem}.StudentTodayTab-module__Bp1bGa__todayRowActions{align-items:center;gap:.35rem;display:flex}.StudentTodayTab-module__Bp1bGa__removeButton{color:#b91c1c;cursor:pointer;background:0 0;border:none;font-weight:600}.StudentTodayTab-module__Bp1bGa__todayAddRow{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));align-items:end;gap:.75rem;margin-top:1rem;display:grid}.StudentTodayTab-module__Bp1bGa__addControls{flex-direction:column;gap:.25rem;display:flex}.StudentTodayTab-module__Bp1bGa__addControls select{border:1px solid var(--border-default);background:var(--bg-card);border-radius:.5rem;padding:.55rem .75rem}.StudentTodayTab-module__Bp1bGa__addLabel{color:var(--text-secondary,#666);font-size:.85rem;font-weight:600}.StudentTodayTab-module__Bp1bGa__icon{width:1rem;height:1rem}.StudentTodayTab-module__Bp1bGa__goalInfo{flex:1;min-width:0}.StudentTodayTab-module__Bp1bGa__goalTitle{color:var(--text-primary,#1a1a1a);white-space:nowrap;text-overflow:ellipsis;margin-bottom:.25rem;font-size:.875rem;font-weight:500;display:block;overflow:hidden}.StudentTodayTab-module__Bp1bGa__progressBar{background:var(--border-default);border-radius:2px;height:4px;overflow:hidden}.StudentTodayTab-module__Bp1bGa__progressFill{border-radius:2px;height:100%;transition:width .3s}.StudentTodayTab-module__Bp1bGa__progressPercent{color:var(--text-secondary,#666);flex-shrink:0;font-size:.75rem;font-weight:600}.StudentTodayTab-module__Bp1bGa__parasList{flex-direction:column;gap:.75rem;display:flex}.StudentTodayTab-module__Bp1bGa__paraItem{background:var(--bg-card);border:1px solid var(--border-default);border-radius:.5rem;align-items:center;gap:.75rem;padding:.625rem .75rem;display:flex}.StudentTodayTab-module__Bp1bGa__paraAvatar{color:#fff;background:linear-gradient(135deg,#f59e0b 0%,#d97706 100%);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:2rem;height:2rem;font-size:.875rem;font-weight:600;display:flex}.StudentTodayTab-module__Bp1bGa__paraInfo{flex:1;min-width:0}.StudentTodayTab-module__Bp1bGa__paraName{color:var(--text-primary,#1a1a1a);font-size:.875rem;font-weight:500;display:block}.StudentTodayTab-module__Bp1bGa__paraRole{color:var(--text-secondary,#666);font-size:.75rem;display:block}.StudentTodayTab-module__Bp1bGa__primaryBadge{background:var(--bg-info);color:var(--text-info);text-transform:uppercase;letter-spacing:.025em;border-radius:.25rem;padding:.25rem .5rem;font-size:.6875rem;font-weight:600}.StudentTodayTab-module__Bp1bGa__exercisesList{flex-direction:column;gap:.5rem;display:flex}.StudentTodayTab-module__Bp1bGa__exerciseItem{background:var(--bg-card);border:1px solid var(--border-default);border-radius:.5rem;align-items:center;gap:.75rem;padding:.625rem .75rem;text-decoration:none;transition:all .15s;display:flex}.StudentTodayTab-module__Bp1bGa__exerciseItem:hover{border-color:var(--primary-color,#4f46e5);box-shadow:0 2px 4px #0000000d}.StudentTodayTab-module__Bp1bGa__exerciseNumber{background:var(--bg-muted);width:1.5rem;height:1.5rem;color:var(--text-secondary,#666);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.75rem;font-weight:600;display:flex}.StudentTodayTab-module__Bp1bGa__exerciseInfo{flex:1;min-width:0}.StudentTodayTab-module__Bp1bGa__exerciseTitle{color:var(--text-primary,#1a1a1a);white-space:nowrap;text-overflow:ellipsis;font-size:.875rem;font-weight:500;display:block;overflow:hidden}.StudentTodayTab-module__Bp1bGa__exerciseDomain{font-size:.75rem;font-weight:500;display:block}.StudentTodayTab-module__Bp1bGa__chevron{width:1rem;height:1rem;color:var(--text-tertiary,#999);flex-shrink:0}.StudentTodayTab-module__Bp1bGa__exerciseItem:hover .StudentTodayTab-module__Bp1bGa__chevron{color:var(--primary-color,#4f46e5)}.StudentTodayTab-module__Bp1bGa__careMinutes{text-align:center;padding:1rem 0}.StudentTodayTab-module__Bp1bGa__minutesDisplay{margin-bottom:1rem}.StudentTodayTab-module__Bp1bGa__minutesValue{color:var(--text-primary,#1a1a1a);font-size:2.5rem;font-weight:700;line-height:1;display:block}.StudentTodayTab-module__Bp1bGa__minutesLabel{color:var(--text-secondary,#666);margin-top:.25rem;font-size:.8125rem;display:block}.StudentTodayTab-module__Bp1bGa__minutesTarget{justify-content:center;gap:.5rem;margin-bottom:1rem;font-size:.875rem;display:flex}.StudentTodayTab-module__Bp1bGa__targetLabel{color:var(--text-secondary,#666)}.StudentTodayTab-module__Bp1bGa__targetValue{color:var(--text-primary,#1a1a1a);font-weight:600}.StudentTodayTab-module__Bp1bGa__statusBadge{background:var(--bg-muted);color:var(--text-secondary,#666);border-radius:9999px;padding:.375rem .75rem;font-size:.8125rem;font-weight:500;display:inline-block}.StudentTodayTab-module__Bp1bGa__sessionsList{flex-direction:column;gap:.75rem;display:flex}.StudentTodayTab-module__Bp1bGa__sessionItem{background:var(--bg-card);border:1px solid var(--border-default);border-radius:.5rem;flex-direction:column;gap:.5rem;padding:.75rem;display:flex}.StudentTodayTab-module__Bp1bGa__sessionTime{justify-content:space-between;align-items:center;display:flex}.StudentTodayTab-module__Bp1bGa__sessionTimeText{color:var(--text-primary,#1a1a1a);font-size:.9375rem;font-weight:600}.StudentTodayTab-module__Bp1bGa__sessionDuration{color:var(--text-secondary,#666);background:var(--bg-muted);border-radius:.25rem;padding:.25rem .5rem;font-size:.75rem;font-weight:500}.StudentTodayTab-module__Bp1bGa__sessionDetails{flex-wrap:wrap;gap:.5rem;font-size:.8125rem;display:flex}.StudentTodayTab-module__Bp1bGa__sessionType{background:var(--bg-info);color:var(--text-info);border-radius:.25rem;padding:.25rem .5rem;font-weight:500}.StudentTodayTab-module__Bp1bGa__sessionActivity{background:var(--bg-success);color:var(--text-success);border-radius:.25rem;padding:.25rem .5rem;font-weight:500}.StudentTodayTab-module__Bp1bGa__sessionLocation{color:var(--text-secondary,#666);align-items:center;gap:.25rem;display:flex}@media (max-width:768px){.StudentTodayTab-module__Bp1bGa__widgetGrid{grid-template-columns:1fr}.StudentTodayTab-module__Bp1bGa__widget{padding:1rem}}
.TodayDashboard-module__gVtM3a__container{max-width:1400px;margin:0 auto;padding:2rem}.TodayDashboard-module__gVtM3a__header{border-bottom:2px solid var(--border-color,#e0e0e0);justify-content:space-between;align-items:flex-start;margin-bottom:2rem;padding-bottom:1rem;display:flex}.TodayDashboard-module__gVtM3a__headerLeft h1{color:var(--text-primary,#1a1a1a);margin:0;font-size:2rem}.TodayDashboard-module__gVtM3a__dateSubtitle{color:var(--text-secondary,#666);margin:.5rem 0 0;font-size:1.1rem;font-weight:500}.TodayDashboard-module__gVtM3a__headerActions{align-items:center;gap:1rem;display:flex}.TodayDashboard-module__gVtM3a__uploadButton{background:linear-gradient(135deg,var(--color-indigo)0%,var(--color-purple)100%);color:#fff;cursor:pointer;box-shadow:0 4px 12px var(--shadow-ambient);white-space:nowrap;border:none;border-radius:.75rem;align-items:center;gap:.5rem;padding:.75rem 1.25rem;font-size:.95rem;font-weight:600;transition:all .2s;display:flex}.TodayDashboard-module__gVtM3a__uploadButton:hover{box-shadow:0 6px 16px var(--shadow-ambient);transform:translateY(-2px)}.TodayDashboard-module__gVtM3a__uploadIcon{width:1.25rem;height:1.25rem}.TodayDashboard-module__gVtM3a__loading,.TodayDashboard-module__gVtM3a__error{text-align:center;padding:3rem 1rem}.TodayDashboard-module__gVtM3a__spinner{border:4px solid var(--border-light);border-top:4px solid var(--accent-primary);border-radius:50%;width:40px;height:40px;margin:0 auto 1rem;animation:1s linear infinite TodayDashboard-module__gVtM3a__spin}@keyframes TodayDashboard-module__gVtM3a__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.TodayDashboard-module__gVtM3a__error{color:#d32f2f}.TodayDashboard-module__gVtM3a__sectionsGrid{grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-bottom:2rem;display:grid}.TodayDashboard-module__gVtM3a__section{background:var(--bg-card);border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px #0000001a}.TodayDashboard-module__gVtM3a__sectionFullWidth{grid-column:1/-1}.TodayDashboard-module__gVtM3a__sectionHeader{border-bottom:1px solid var(--border-color,#e0e0e0);justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:.75rem;display:flex}.TodayDashboard-module__gVtM3a__sectionTitle{color:var(--text-primary,#1a1a1a);align-items:center;gap:.5rem;margin:0;font-size:1.1rem;font-weight:600;display:flex}.TodayDashboard-module__gVtM3a__sectionAction{color:var(--primary-color,#4a90e2);font-size:.875rem;font-weight:500;text-decoration:none}.TodayDashboard-module__gVtM3a__sectionAction:hover{text-decoration:underline}.TodayDashboard-module__gVtM3a__statsRow{gap:1.5rem;display:flex}.TodayDashboard-module__gVtM3a__statCard{text-align:center;background:var(--bg-subtle,#f8fafc);border-radius:8px;flex-direction:column;flex:1;align-items:center;padding:1rem;display:flex}.TodayDashboard-module__gVtM3a__statNumber{color:var(--primary-color,#4a90e2);margin-bottom:.25rem;font-size:2.5rem;font-weight:700;line-height:1}.TodayDashboard-module__gVtM3a__statLabel{color:var(--text-secondary,#666);font-size:.85rem}.TodayDashboard-module__gVtM3a__emptyState{text-align:center;flex-direction:column;align-items:center;padding:2rem;display:flex}.TodayDashboard-module__gVtM3a__emptyIcon{opacity:.7;margin-bottom:1rem;font-size:3rem}.TodayDashboard-module__gVtM3a__emptyTitle{color:var(--text-primary,#1a1a1a);margin:0 0 .5rem;font-size:1.25rem;font-weight:600}.TodayDashboard-module__gVtM3a__emptyDescription{color:var(--text-secondary,#666);max-width:400px;margin:0 0 1.5rem;font-size:.9rem}.TodayDashboard-module__gVtM3a__ctaButton{background:linear-gradient(135deg,var(--color-indigo)0%,var(--color-purple)100%);color:#fff;cursor:pointer;box-shadow:0 4px 12px var(--shadow-ambient);border:none;border-radius:.75rem;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.TodayDashboard-module__gVtM3a__ctaButton:hover{box-shadow:0 6px 16px var(--shadow-ambient);transform:translateY(-2px)}.TodayDashboard-module__gVtM3a__alertsList{flex-direction:column;gap:.75rem;display:flex}.TodayDashboard-module__gVtM3a__alert{background:var(--bg-subtle,#f8fafc);border-radius:8px;align-items:flex-start;gap:.75rem;padding:.875rem 1rem;display:flex}.TodayDashboard-module__gVtM3a__alertError{background:var(--bg-error);border-left:3px solid var(--error)}.TodayDashboard-module__gVtM3a__alertWarning{background:var(--bg-warning);border-left:3px solid var(--color-amber)}.TodayDashboard-module__gVtM3a__alertInfo{background:var(--bg-info);border-left:3px solid var(--color-blue)}.TodayDashboard-module__gVtM3a__alertIcon{flex-shrink:0;font-size:1.25rem}.TodayDashboard-module__gVtM3a__alertContent{flex:1}.TodayDashboard-module__gVtM3a__alertTitle{color:var(--text-primary,#1a1a1a);margin:0 0 .25rem;font-size:.9rem;font-weight:600}.TodayDashboard-module__gVtM3a__alertDescription{color:var(--text-secondary,#666);margin:0;font-size:.85rem}.TodayDashboard-module__gVtM3a__allClear{background:var(--bg-success);color:var(--text-success);border-radius:8px;align-items:center;gap:.75rem;padding:1rem;display:flex}.TodayDashboard-module__gVtM3a__allClearIcon{font-size:1.5rem}.TodayDashboard-module__gVtM3a__allClearText{font-weight:500}.TodayDashboard-module__gVtM3a__printButton{background:var(--bg-card);color:var(--primary-color,#4a90e2);border:2px solid var(--primary-color,#4a90e2);cursor:pointer;border-radius:.5rem;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.9rem;font-weight:600;transition:all .2s;display:inline-flex}.TodayDashboard-module__gVtM3a__printButton:hover{background:var(--primary-color,#4a90e2);color:var(--text-primary)}.TodayDashboard-module__gVtM3a__summarySection{margin-bottom:2rem}.TodayDashboard-module__gVtM3a__statsGrid{grid-template-columns:repeat(4,1fr);gap:1rem;display:grid}.TodayDashboard-module__gVtM3a__listsGrid{grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-bottom:2rem;display:grid}.TodayDashboard-module__gVtM3a__listSection{background:var(--bg-card);box-shadow:0 2px 8px var(--shadow-ambient);border-radius:12px;padding:1.25rem}.TodayDashboard-module__gVtM3a__listHeader{border-bottom:1px solid var(--border-color,#e5e7eb);justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:.75rem;display:flex}.TodayDashboard-module__gVtM3a__listTitle{color:var(--text-primary,#1a1a1a);margin:0;font-size:1rem;font-weight:600}.TodayDashboard-module__gVtM3a__viewAllLink{color:var(--primary-color,#4a90e2);font-size:.85rem;font-weight:500;text-decoration:none}.TodayDashboard-module__gVtM3a__viewAllLink:hover{text-decoration:underline}.TodayDashboard-module__gVtM3a__compactList{margin:0;padding:0;list-style:none}.TodayDashboard-module__gVtM3a__compactListItem{border-bottom:1px solid var(--border-color,#f3f4f6)}.TodayDashboard-module__gVtM3a__compactListItem:last-child{border-bottom:none}.TodayDashboard-module__gVtM3a__listItemLink{color:inherit;border-radius:6px;justify-content:space-between;align-items:center;padding:.625rem .5rem;text-decoration:none;transition:background-color .15s;display:flex}.TodayDashboard-module__gVtM3a__listItemLink:hover{background-color:var(--bg-hover,#f9fafb)}.TodayDashboard-module__gVtM3a__listItemName{color:var(--text-primary,#1a1a1a);font-size:.9rem;font-weight:500}.TodayDashboard-module__gVtM3a__listItemMeta{color:var(--text-secondary,#6b7280);font-size:.8rem}.TodayDashboard-module__gVtM3a__emptyList{text-align:center;color:var(--text-secondary,#6b7280);padding:1.5rem 1rem;font-size:.9rem}.TodayDashboard-module__gVtM3a__moreIndicator{text-align:center;color:var(--text-secondary,#6b7280);padding:.5rem;font-size:.85rem;font-weight:500}.TodayDashboard-module__gVtM3a__alertsSection{margin-bottom:2rem}@media (max-width:1024px){.TodayDashboard-module__gVtM3a__statsGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.TodayDashboard-module__gVtM3a__container{padding:1rem}.TodayDashboard-module__gVtM3a__header{flex-direction:column;gap:1rem}.TodayDashboard-module__gVtM3a__headerActions{width:100%}.TodayDashboard-module__gVtM3a__uploadButton{justify-content:center;width:100%}.TodayDashboard-module__gVtM3a__sectionsGrid{grid-template-columns:1fr}.TodayDashboard-module__gVtM3a__statsRow{flex-direction:column;gap:1rem}.TodayDashboard-module__gVtM3a__statsGrid{grid-template-columns:repeat(2,1fr)}.TodayDashboard-module__gVtM3a__listsGrid{grid-template-columns:1fr}}
.StarBoundaryModal-module__fYzQTG__content{flex-direction:column;gap:16px;display:flex}.StarBoundaryModal-module__fYzQTG__description{color:#424242;margin:0;font-size:14px;line-height:1.5}.StarBoundaryModal-module__fYzQTG__actions{justify-content:flex-end;gap:12px;margin-top:8px;display:flex}.StarBoundaryModal-module__fYzQTG__cancelButton{color:#424242;cursor:pointer;background-color:#fff;border:1px solid #e0e0e0;border-radius:6px;padding:10px 20px;font-size:14px;font-weight:500;transition:all .15s}.StarBoundaryModal-module__fYzQTG__cancelButton:hover:not(:disabled){background-color:#f5f5f5;border-color:#bdbdbd}.StarBoundaryModal-module__fYzQTG__cancelButton:disabled{opacity:.6;cursor:not-allowed}.StarBoundaryModal-module__fYzQTG__starButton{color:#fff;cursor:pointer;background-color:#f59e0b;border:none;border-radius:6px;padding:10px 20px;font-size:14px;font-weight:500;transition:all .15s}.StarBoundaryModal-module__fYzQTG__starButton:hover:not(:disabled){background-color:#d97706}.StarBoundaryModal-module__fYzQTG__starButton:disabled{opacity:.6;cursor:not-allowed}.StarBoundaryModal-module__fYzQTG__unstarButton{color:#fff;cursor:pointer;background-color:#6b7280;border:none;border-radius:6px;padding:10px 20px;font-size:14px;font-weight:500;transition:all .15s}.StarBoundaryModal-module__fYzQTG__unstarButton:hover:not(:disabled){background-color:#4b5563}.StarBoundaryModal-module__fYzQTG__unstarButton:disabled{opacity:.6;cursor:not-allowed}
.Dashboard-module__cxRbyW__dashboard{padding-bottom:var(--space-xxl)}.Dashboard-module__cxRbyW__welcome{margin-bottom:var(--space-lg)}.Dashboard-module__cxRbyW__welcomeTitle{font-size:var(--font-size-h1);margin-bottom:var(--space-xs);color:var(--text-primary);font-weight:600}.Dashboard-module__cxRbyW__welcomeSubtitle{font-size:var(--font-size-body);color:var(--text-secondary)}.Dashboard-module__cxRbyW__mainContent{gap:var(--space-xl);grid-template-columns:1fr;display:grid}@media (min-width:1024px){.Dashboard-module__cxRbyW__mainContent{gap:var(--space-lg);grid-template-columns:2fr 1fr}}.Dashboard-module__cxRbyW__section{margin-bottom:var(--space-xl)}.Dashboard-module__cxRbyW__mainContent .Dashboard-module__cxRbyW__section{margin-bottom:0}.Dashboard-module__cxRbyW__sectionHeader{margin-bottom:var(--space-md);justify-content:space-between;align-items:center;display:flex}.Dashboard-module__cxRbyW__sectionTitle{font-size:var(--font-size-h2);color:var(--text-primary);font-weight:600}.Dashboard-module__cxRbyW__viewAll{font-size:var(--font-size-small);color:var(--accent-primary);font-weight:600;text-decoration:none}.Dashboard-module__cxRbyW__viewAll:hover{text-decoration:underline}.Dashboard-module__cxRbyW__grid{gap:var(--space-md);grid-template-columns:repeat(auto-fill,minmax(300px,1fr));display:grid}.Dashboard-module__cxRbyW__activityGrid{gap:var(--space-md);grid-template-columns:repeat(auto-fill,minmax(280px,1fr));display:grid}.Dashboard-module__cxRbyW__exercisesColumn{flex-direction:column;gap:12px;display:flex}.Dashboard-module__cxRbyW__exerciseSection{gap:var(--space-sm);flex-direction:column;display:flex}.Dashboard-module__cxRbyW__exerciseList{flex-direction:column;gap:12px;display:flex}.Dashboard-module__cxRbyW__sectionLabel{align-items:center;gap:var(--space-xs);margin-bottom:var(--space-xs);display:flex}.Dashboard-module__cxRbyW__sectionLabelText{font-size:var(--font-size-body);color:var(--text-secondary);text-transform:uppercase;letter-spacing:.5px;font-weight:600}.Dashboard-module__cxRbyW__sectionIcon{flex-shrink:0;width:24px;height:24px;-webkit-mask-position:50%;mask-position:50%;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.Dashboard-module__cxRbyW__emptyState{text-align:center;padding:var(--space-xxl)var(--space-xl);color:var(--text-secondary)}.Dashboard-module__cxRbyW__emptyState p{margin:0 0 var(--space-sm)0;font-size:var(--font-size-body)}.Dashboard-module__cxRbyW__emptyStateSubtext{font-size:var(--font-size-small)!important;color:var(--text-tertiary)!important;margin-bottom:var(--space-lg)!important}.Dashboard-module__cxRbyW__uploadError{color:var(--error);font-size:var(--font-size-small);margin-bottom:var(--space-md)}.Dashboard-module__cxRbyW__uploadingState{align-items:center;gap:var(--space-md);color:var(--text-secondary);flex-direction:column;display:flex}.Dashboard-module__cxRbyW__browseButton{padding:var(--space-md)var(--space-xl);background:var(--accent-primary);color:#fff;border-radius:var(--radius-md);box-shadow:6px 6px 12px var(--shadow-dark),-6px -6px 12px var(--shadow-light);font-weight:600;text-decoration:none;transition:all .2s;display:inline-block}.Dashboard-module__cxRbyW__browseButton:hover{box-shadow:8px 8px 16px var(--shadow-dark),-8px -8px 16px var(--shadow-light);transform:translateY(-2px)}.Dashboard-module__cxRbyW__browseButton:active{box-shadow:inset 4px 4px 8px var(--shadow-dark),inset -4px -4px 8px var(--shadow-light);transform:translateY(0)}.Dashboard-module__cxRbyW__loading{justify-content:center;align-items:center;gap:var(--space-md);text-align:center;padding:var(--space-xl);color:var(--text-secondary);flex-direction:column;min-height:300px;display:flex}.Dashboard-module__cxRbyW__loadingLogo{-o-object-fit:contain;object-fit:contain;width:120px;height:120px;animation:2s ease-in-out infinite Dashboard-module__cxRbyW__pulse}@keyframes Dashboard-module__cxRbyW__pulse{0%,to{opacity:1}50%{opacity:.5}}.Dashboard-module__cxRbyW__error{padding:var(--space-md);background:var(--error);color:#fff;border-radius:var(--radius-md);margin-bottom:var(--space-md)}.Dashboard-module__cxRbyW__activityWidget{margin-top:var(--space-lg)}.Dashboard-module__cxRbyW__addDocsContainer{margin-top:var(--space-lg);background:var(--bg-surface);border-radius:var(--radius-lg);padding:var(--space-md);box-shadow:4px 4px 8px var(--shadow-dark),-4px -4px 8px var(--shadow-light)}.Dashboard-module__cxRbyW__addDocsButton{align-items:center;gap:var(--space-md);width:100%;padding:var(--space-lg);background:var(--bg-surface);border:2px dashed var(--accent-primary);border-radius:var(--radius-md);cursor:pointer;box-shadow:inset 2px 2px 4px var(--shadow-dark),inset -2px -2px 4px var(--shadow-light);transition:all .2s;display:flex}.Dashboard-module__cxRbyW__addDocsButton:hover{box-shadow:inset 3px 3px 6px var(--shadow-dark),inset -3px -3px 6px var(--shadow-light);border-style:solid}.Dashboard-module__cxRbyW__addDocsButton:active{box-shadow:inset 4px 4px 8px var(--shadow-dark),inset -4px -4px 8px var(--shadow-light)}.Dashboard-module__cxRbyW__addDocsIcon{background:var(--accent-primary);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.Dashboard-module__cxRbyW__addDocsIcon svg{width:24px;height:24px}.Dashboard-module__cxRbyW__addDocsContent{text-align:left;flex:1}.Dashboard-module__cxRbyW__addDocsTitle{font-size:var(--text-lg);color:var(--text-primary);margin-bottom:var(--space-xs);font-weight:600}.Dashboard-module__cxRbyW__addDocsSubtitle{font-size:var(--text-sm);color:var(--text-secondary);line-height:1.4}.Dashboard-module__cxRbyW__viewDocsButton{justify-content:center;align-items:center;gap:var(--space-sm);width:100%;padding:var(--space-md);margin-top:var(--space-sm);background:var(--bg-surface);border:1px solid var(--border-primary);border-radius:var(--radius-md);cursor:pointer;box-shadow:inset 2px 2px 4px var(--shadow-dark),inset -2px -2px 4px var(--shadow-light);font-size:var(--text-sm);color:var(--text-secondary);font-weight:500;transition:all .2s;display:flex}.Dashboard-module__cxRbyW__viewDocsButton svg{width:18px;height:18px}.Dashboard-module__cxRbyW__viewDocsButton:hover{color:var(--accent-primary);border-color:var(--accent-primary);box-shadow:inset 3px 3px 6px var(--shadow-dark),inset -3px -3px 6px var(--shadow-light)}.Dashboard-module__cxRbyW__viewDocsButton:active{box-shadow:inset 4px 4px 8px var(--shadow-dark),inset -4px -4px 8px var(--shadow-light)}.Dashboard-module__cxRbyW__addDocsTitleRow{align-items:center;gap:var(--space-xs);margin-bottom:var(--space-xs);display:flex}.Dashboard-module__cxRbyW__helpIcon{cursor:pointer;width:20px;height:20px;color:var(--accent-primary);background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;padding:0;transition:all .2s;display:flex}.Dashboard-module__cxRbyW__helpIcon svg{width:100%;height:100%}.Dashboard-module__cxRbyW__helpIcon:hover{color:var(--accent-hover);transform:scale(1.1)}.Dashboard-module__cxRbyW__helpIcon:active{transform:scale(.95)}.Dashboard-module__cxRbyW__viewAddDocsButton{justify-content:center;align-items:center;gap:var(--space-sm);width:100%;padding:var(--space-md);background:var(--bg-surface);border:1px solid var(--border-primary);border-radius:var(--radius-md);cursor:pointer;box-shadow:inset 2px 2px 4px var(--shadow-dark),inset -2px -2px 4px var(--shadow-light);font-size:var(--text-sm);color:var(--text-secondary);font-weight:500;transition:all .2s;display:flex}.Dashboard-module__cxRbyW__viewAddDocsButton svg{width:18px;height:18px}.Dashboard-module__cxRbyW__viewAddDocsButton:hover{color:var(--accent-primary);border-color:var(--accent-primary);box-shadow:inset 3px 3px 6px var(--shadow-dark),inset -3px -3px 6px var(--shadow-light)}.Dashboard-module__cxRbyW__viewAddDocsButton:active{box-shadow:inset 4px 4px 8px var(--shadow-dark),inset -4px -4px 8px var(--shadow-light)}.Dashboard-module__cxRbyW__exercisesLayout{gap:var(--space-xl);grid-template-columns:1fr;display:grid}@media (min-width:1024px){.Dashboard-module__cxRbyW__exercisesLayout{gap:var(--space-lg);grid-template-columns:2fr 1fr}}.Dashboard-module__cxRbyW__priorityExercises,.Dashboard-module__cxRbyW__contextExercises{gap:var(--space-md);flex-direction:column;display:flex}.Dashboard-module__cxRbyW__columnHeader{font-size:var(--font-size-h4);color:var(--text-primary);margin:0;font-weight:600}.Dashboard-module__cxRbyW__contextStack{gap:var(--space-md);flex-direction:column;display:flex}.Dashboard-module__cxRbyW__contextExerciseItem{gap:var(--space-xs);flex-direction:column;display:flex}.Dashboard-module__cxRbyW__contextBadge{width:fit-content;padding:var(--space-xxs)var(--space-sm);background:var(--accent-primary);color:#fff;border-radius:var(--radius-sm);font-size:var(--font-size-small);text-transform:uppercase;letter-spacing:.5px;align-items:center;font-weight:600;display:inline-flex;box-shadow:2px 2px 4px #00000026,-1px -1px 2px #ffffff1a}.Dashboard-module__cxRbyW__contextLabel{display:block}@media (max-width:768px){.Dashboard-module__cxRbyW__grid,.Dashboard-module__cxRbyW__exercisesLayout{grid-template-columns:1fr}.Dashboard-module__cxRbyW__addDocsContainer{padding:var(--space-sm)}.Dashboard-module__cxRbyW__addDocsButton{padding:var(--space-md);gap:var(--space-sm)}.Dashboard-module__cxRbyW__addDocsIcon{width:40px;height:40px}.Dashboard-module__cxRbyW__addDocsIcon svg{width:20px;height:20px}.Dashboard-module__cxRbyW__addDocsTitle{font-size:var(--text-md)}.Dashboard-module__cxRbyW__addDocsSubtitle{font-size:var(--text-xs)}.Dashboard-module__cxRbyW__viewDocsButton{padding:var(--space-sm);font-size:var(--text-xs)}.Dashboard-module__cxRbyW__viewDocsButton svg{width:16px;height:16px}}
.StudentGoalsTab-module__d_XtjG__container{padding:0}.StudentGoalsTab-module__d_XtjG__loading,.StudentGoalsTab-module__d_XtjG__emptyState{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:300px;padding:3rem 1.5rem;display:flex}.StudentGoalsTab-module__d_XtjG__loading p{color:var(--text-secondary,#666);font-size:1rem}.StudentGoalsTab-module__d_XtjG__emptyIcon{color:#9ca3af;width:4rem;height:4rem;margin-bottom:1.5rem}.StudentGoalsTab-module__d_XtjG__emptyState h3{color:var(--text-primary,#1a1a1a);margin:0 0 .5rem;font-size:1.5rem;font-weight:600}.StudentGoalsTab-module__d_XtjG__emptyState p{color:var(--text-secondary,#666);margin:0;font-size:1rem}.StudentGoalsTab-module__d_XtjG__goalsList{flex-direction:column;gap:.75rem;display:flex}.StudentGoalsTab-module__d_XtjG__starredDivider{background:linear-gradient(90deg,#0000,#e5e7eb 20% 80%,#0000);height:1px;margin:.5rem 0}.StudentGoalsTab-module__d_XtjG__goalCard{background:var(--bg-card);border:2px solid var(--border-default);border-radius:.75rem;align-items:center;padding:1rem;transition:all .2s;display:flex;position:relative}.StudentGoalsTab-module__d_XtjG__goalCard:hover{border-color:var(--border-light);box-shadow:0 2px 8px var(--shadow-ambient)}.StudentGoalsTab-module__d_XtjG__goalCard.StudentGoalsTab-module__d_XtjG__starred{border-color:var(--color-amber);background:linear-gradient(to right,var(--bg-warning),var(--bg-card));box-shadow:0 0 12px var(--shadow-ambient)}.StudentGoalsTab-module__d_XtjG__goalCard.StudentGoalsTab-module__d_XtjG__starred:before{content:"";background:#f59e0b;border-radius:.75rem 0 0 .75rem;width:4px;height:100%;position:absolute;top:0;left:0}.StudentGoalsTab-module__d_XtjG__goalCardLink{flex:1;min-width:0;text-decoration:none;display:block}.StudentGoalsTab-module__d_XtjG__goalContent{flex-direction:column;gap:.5rem;display:flex}.StudentGoalsTab-module__d_XtjG__goalActions{flex-shrink:0;align-items:center;gap:.5rem;display:flex}.StudentGoalsTab-module__d_XtjG__viewDetails{color:var(--primary-color,#4f46e5);opacity:0;font-size:.875rem;font-weight:500;transition:opacity .2s}.StudentGoalsTab-module__d_XtjG__goalCardLink:hover .StudentGoalsTab-module__d_XtjG__viewDetails{opacity:1}.StudentGoalsTab-module__d_XtjG__chevronIcon{width:1.25rem;height:1.25rem;color:var(--text-tertiary,#999);flex-shrink:0;transition:all .2s}.StudentGoalsTab-module__d_XtjG__goalCardLink:hover .StudentGoalsTab-module__d_XtjG__chevronIcon{color:var(--primary-color,#4f46e5);transform:translate(2px)}.StudentGoalsTab-module__d_XtjG__goalHeader{align-items:center;gap:.75rem;display:flex}.StudentGoalsTab-module__d_XtjG__domainIcon{border-radius:.5rem;flex-shrink:0;width:2rem;height:2rem}.StudentGoalsTab-module__d_XtjG__goalInfo{flex:1;min-width:0}.StudentGoalsTab-module__d_XtjG__goalTitle{color:var(--text-primary,#1a1a1a);margin:0 0 .25rem;font-size:.9375rem;font-weight:600;line-height:1.3}.StudentGoalsTab-module__d_XtjG__goalMeta{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.StudentGoalsTab-module__d_XtjG__domainBadge{color:#fff;text-transform:uppercase;letter-spacing:.02em;border-radius:.25rem;padding:.125rem .5rem;font-size:.6875rem;font-weight:600;display:inline-block}.StudentGoalsTab-module__d_XtjG__priorityBadge{text-transform:uppercase;letter-spacing:.02em;border-radius:.25rem;padding:.125rem .5rem;font-size:.6875rem;font-weight:600;display:inline-block}.StudentGoalsTab-module__d_XtjG__priorityBadge.StudentGoalsTab-module__d_XtjG__critical{background:var(--bg-error);color:var(--text-error);border:1px solid var(--border-error)}.StudentGoalsTab-module__d_XtjG__priorityBadge.StudentGoalsTab-module__d_XtjG__high,.StudentGoalsTab-module__d_XtjG__priorityBadge.StudentGoalsTab-module__d_XtjG__medium{background:var(--bg-warning);color:var(--text-warning);border:1px solid var(--border-warning)}.StudentGoalsTab-module__d_XtjG__priorityBadge.StudentGoalsTab-module__d_XtjG__low{background:var(--bg-success);color:var(--text-success);border:1px solid var(--border-success)}.StudentGoalsTab-module__d_XtjG__goalDomain{color:var(--text-secondary,#666);margin:0;font-size:.875rem}.StudentGoalsTab-module__d_XtjG__decomposeButton,.StudentGoalsTab-module__d_XtjG__assignButton{background:var(--bg-muted);border:1px solid var(--border-default);color:var(--text-primary,#1a1a1a);cursor:pointer;border-radius:.5rem;flex-shrink:0;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}.StudentGoalsTab-module__d_XtjG__decomposeButton:hover,.StudentGoalsTab-module__d_XtjG__assignButton:hover{background:var(--bg-card);border-color:var(--primary-color,#4f46e5);color:var(--primary-color,#4f46e5)}.StudentGoalsTab-module__d_XtjG__decomposeButton svg,.StudentGoalsTab-module__d_XtjG__assignButton svg{width:1rem;height:1rem}.StudentGoalsTab-module__d_XtjG__goalDescription{color:var(--text-secondary,#666);margin:0;padding-left:2.75rem;font-size:.8125rem;line-height:1.5}.StudentGoalsTab-module__d_XtjG__goalControls{flex-shrink:0;align-items:center;gap:.75rem;margin-left:1rem;display:flex}.StudentGoalsTab-module__d_XtjG__starButton{background:var(--bg-muted);border:1px solid var(--border-default);cursor:pointer;border-radius:.5rem;justify-content:center;align-items:center;width:36px;height:36px;padding:0;transition:all .15s;display:flex}.StudentGoalsTab-module__d_XtjG__starButton:hover:not(:disabled){background:var(--bg-warning);border-color:var(--color-amber)}.StudentGoalsTab-module__d_XtjG__starButton:disabled{opacity:.5;cursor:not-allowed}.StudentGoalsTab-module__d_XtjG__starButton.StudentGoalsTab-module__d_XtjG__starred{background:var(--bg-warning);border-color:var(--color-amber)}.StudentGoalsTab-module__d_XtjG__starIcon{color:#d1d5db;width:20px;height:20px;transition:all .15s}.StudentGoalsTab-module__d_XtjG__starButton.StudentGoalsTab-module__d_XtjG__starred .StudentGoalsTab-module__d_XtjG__starIcon,.StudentGoalsTab-module__d_XtjG__starButton:hover:not(:disabled) .StudentGoalsTab-module__d_XtjG__starIcon{color:#f59e0b}.StudentGoalsTab-module__d_XtjG__priorityControls{flex-direction:column;gap:2px;display:flex}.StudentGoalsTab-module__d_XtjG__priorityButton{background:var(--bg-muted);border:1px solid var(--border-default);cursor:pointer;border-radius:.25rem;justify-content:center;align-items:center;width:28px;height:22px;padding:0;transition:all .15s;display:flex}.StudentGoalsTab-module__d_XtjG__priorityButton:first-child{border-radius:.25rem .25rem 0 0}.StudentGoalsTab-module__d_XtjG__priorityButton:last-child{border-radius:0 0 .25rem .25rem}.StudentGoalsTab-module__d_XtjG__priorityButton:hover:not(:disabled){background:var(--bg-info);border-color:var(--color-blue)}.StudentGoalsTab-module__d_XtjG__priorityButton:disabled{opacity:.3;cursor:not-allowed}.StudentGoalsTab-module__d_XtjG__arrowIcon{color:#6b7280;width:16px;height:16px;transition:color .15s}.StudentGoalsTab-module__d_XtjG__priorityButton:hover:not(:disabled) .StudentGoalsTab-module__d_XtjG__arrowIcon{color:#3b82f6}.StudentGoalsTab-module__d_XtjG__goalFooter{flex-direction:column;gap:.5rem;padding-left:4rem;display:flex}.StudentGoalsTab-module__d_XtjG__progressInfo{justify-content:space-between;align-items:center;display:flex}.StudentGoalsTab-module__d_XtjG__progressLabel{color:var(--text-secondary,#666);font-size:.875rem;font-weight:600}.StudentGoalsTab-module__d_XtjG__progressText{color:var(--text-primary,#1a1a1a);font-size:.875rem;font-weight:600}.StudentGoalsTab-module__d_XtjG__progressBar{background:var(--bg-muted);border-radius:.5rem;width:100%;height:.75rem;overflow:hidden}.StudentGoalsTab-module__d_XtjG__progressFill{border-radius:.5rem;height:100%;transition:width .3s}.StudentGoalsTab-module__d_XtjG__targetMetrics{background:var(--bg-muted);border-radius:.5rem;margin-top:1rem;padding:1rem 1rem 1rem 4rem}.StudentGoalsTab-module__d_XtjG__metricsTitle{color:var(--text-primary,#1a1a1a);margin:0 0 .75rem;font-size:.875rem;font-weight:600}.StudentGoalsTab-module__d_XtjG__metricsList{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:.75rem;display:grid}.StudentGoalsTab-module__d_XtjG__metric{flex-direction:column;gap:.25rem;display:flex}.StudentGoalsTab-module__d_XtjG__metricLabel{color:var(--text-secondary,#666);text-transform:uppercase;letter-spacing:.05em;font-size:.75rem;font-weight:500}.StudentGoalsTab-module__d_XtjG__metricValue{color:var(--text-primary,#1a1a1a);font-size:.875rem;font-weight:600}.StudentGoalsTab-module__d_XtjG__paraGroups{flex-direction:column;gap:2rem;display:flex}.StudentGoalsTab-module__d_XtjG__paraGroup{background:var(--bg-card);border:2px solid var(--border-default);border-radius:1rem;overflow:hidden}.StudentGoalsTab-module__d_XtjG__paraHeader{background:var(--bg-muted);border-bottom:1px solid var(--border-default);justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.StudentGoalsTab-module__d_XtjG__paraInfo{align-items:center;gap:1rem;display:flex}.StudentGoalsTab-module__d_XtjG__paraAvatar{color:#fff;background:linear-gradient(135deg,#f59e0b 0%,#d97706 100%);border-radius:50%;justify-content:center;align-items:center;width:3rem;height:3rem;font-size:1.25rem;font-weight:700;display:flex}.StudentGoalsTab-module__d_XtjG__paraName{color:var(--text-primary,#1a1a1a);margin:0 0 .25rem;font-size:1.125rem;font-weight:600}.StudentGoalsTab-module__d_XtjG__paraRole{color:var(--text-secondary,#666);margin:0;font-size:.875rem}.StudentGoalsTab-module__d_XtjG__paraGroup .StudentGoalsTab-module__d_XtjG__goalsList{gap:1rem;padding:1.5rem}.StudentGoalsTab-module__d_XtjG__paraGroup .StudentGoalsTab-module__d_XtjG__goalCard{border-width:1px}.StudentGoalsTab-module__d_XtjG__instructionsHeader{background:var(--bg-info);border:1px solid var(--border-info);color:var(--text-info);border-radius:.75rem;margin-bottom:1rem;padding:1rem 1.25rem;font-size:.9375rem;line-height:1.5}.StudentGoalsTab-module__d_XtjG__filterBar{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.StudentGoalsTab-module__d_XtjG__filterDropdownContainer{position:relative}.StudentGoalsTab-module__d_XtjG__filterButton{background:var(--bg-card);border:1px solid var(--border-default);color:var(--text-primary,#1a1a1a);cursor:pointer;border-radius:.5rem;align-items:center;gap:.5rem;padding:.5rem .875rem;font-size:.875rem;font-weight:500;transition:all .15s;display:flex}.StudentGoalsTab-module__d_XtjG__filterButton:hover{background:var(--bg-muted);border-color:var(--border-light)}.StudentGoalsTab-module__d_XtjG__filterDropdown{background:var(--bg-card);border:1px solid var(--border-default);min-width:200px;box-shadow:0 4px 12px var(--shadow-ambient);z-index:50;border-radius:.5rem;position:absolute;top:calc(100% + 4px);left:0;overflow:hidden}.StudentGoalsTab-module__d_XtjG__filterOption{width:100%;color:var(--text-primary,#1a1a1a);text-align:left;cursor:pointer;background:0 0;border:none;align-items:center;padding:.625rem .875rem;font-size:.875rem;transition:background .15s;display:flex}.StudentGoalsTab-module__d_XtjG__filterOption:hover{background:var(--bg-muted)}.StudentGoalsTab-module__d_XtjG__filterOption.StudentGoalsTab-module__d_XtjG__active{background:var(--bg-info);color:var(--color-blue);font-weight:500}.StudentGoalsTab-module__d_XtjG__dragHandle{cursor:grab;color:#9ca3af;background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:36px;padding:0;transition:color .15s;display:flex}.StudentGoalsTab-module__d_XtjG__dragHandle:hover{color:#6b7280}.StudentGoalsTab-module__d_XtjG__dragHandle:active{cursor:grabbing}.StudentGoalsTab-module__d_XtjG__dragIcon{width:18px;height:18px}.StudentGoalsTab-module__d_XtjG__goalCard.StudentGoalsTab-module__d_XtjG__dragging{opacity:.5;background:var(--bg-muted);border-style:dashed}.StudentGoalsTab-module__d_XtjG__goalCard.StudentGoalsTab-module__d_XtjG__dropTarget{border-color:var(--color-blue);background:var(--bg-info);box-shadow:0 0 0 2px var(--shadow-ambient)}.StudentGoalsTab-module__d_XtjG__statusDropdownContainer{position:relative}.StudentGoalsTab-module__d_XtjG__statusButton{background:var(--bg-muted);border:1px solid var(--border-default);color:var(--text-secondary,#666);cursor:pointer;text-transform:capitalize;border-radius:.375rem;align-items:center;gap:.375rem;padding:.375rem .625rem;font-size:.75rem;font-weight:500;transition:all .15s;display:flex}.StudentGoalsTab-module__d_XtjG__statusButton:hover{background:var(--bg-card);border-color:var(--border-light)}.StudentGoalsTab-module__d_XtjG__statusDot{border-radius:50%;flex-shrink:0;width:8px;height:8px}.StudentGoalsTab-module__d_XtjG__statusDot.StudentGoalsTab-module__d_XtjG__active{background:#22c55e}.StudentGoalsTab-module__d_XtjG__statusDot.StudentGoalsTab-module__d_XtjG__paused{background:#f59e0b}.StudentGoalsTab-module__d_XtjG__statusDot.StudentGoalsTab-module__d_XtjG__completed{background:#3b82f6}.StudentGoalsTab-module__d_XtjG__statusDot.StudentGoalsTab-module__d_XtjG__discontinued{background:#ef4444}.StudentGoalsTab-module__d_XtjG__statusDot.StudentGoalsTab-module__d_XtjG__archived{background:#6b7280}.StudentGoalsTab-module__d_XtjG__statusDropdown{background:var(--bg-card);border:1px solid var(--border-default);min-width:140px;box-shadow:0 4px 12px var(--shadow-ambient);z-index:50;border-radius:.5rem;position:absolute;top:calc(100% + 4px);right:0;overflow:hidden}.StudentGoalsTab-module__d_XtjG__statusOption{width:100%;color:var(--text-primary,#1a1a1a);text-align:left;cursor:pointer;text-transform:capitalize;background:0 0;border:none;align-items:center;gap:.5rem;padding:.5rem .75rem;font-size:.8125rem;transition:background .15s;display:flex}.StudentGoalsTab-module__d_XtjG__statusOption:hover{background:var(--bg-muted)}.StudentGoalsTab-module__d_XtjG__statusOption.StudentGoalsTab-module__d_XtjG__active{background:var(--bg-info);color:var(--color-blue);font-weight:500}.StudentGoalsTab-module__d_XtjG__showAllContainer{justify-content:center;padding:1.5rem 0 .5rem;display:flex}.StudentGoalsTab-module__d_XtjG__showAllLink{color:var(--primary-color,#4f46e5);cursor:pointer;background:0 0;border:none;align-items:center;gap:.375rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;transition:all .15s;display:inline-flex}.StudentGoalsTab-module__d_XtjG__showAllLink:hover{color:var(--primary-dark,#4338ca);text-decoration:underline}.StudentGoalsTab-module__d_XtjG__rankNumber{width:24px;height:24px;color:var(--text-secondary);background:var(--bg-muted);border-radius:.375rem;flex-shrink:0;justify-content:center;align-items:center;font-size:.75rem;font-weight:600;display:flex}.StudentGoalsTab-module__d_XtjG__dropdownChevron{color:#9ca3af;width:14px;height:14px;transition:transform .15s}.StudentGoalsTab-module__d_XtjG__filterButton[aria-expanded=true] .StudentGoalsTab-module__d_XtjG__dropdownChevron,.StudentGoalsTab-module__d_XtjG__statusButton[aria-expanded=true] .StudentGoalsTab-module__d_XtjG__dropdownChevron{transform:rotate(180deg)}@media (max-width:768px){.StudentGoalsTab-module__d_XtjG__goalCard{flex-wrap:wrap;gap:.75rem}.StudentGoalsTab-module__d_XtjG__goalControls{border-top:1px solid var(--border-light);justify-content:flex-end;width:100%;margin-left:0;padding-top:.5rem}.StudentGoalsTab-module__d_XtjG__goalDescription{padding-left:0}.StudentGoalsTab-module__d_XtjG__goalHeader{flex-wrap:wrap}.StudentGoalsTab-module__d_XtjG__goalFooter,.StudentGoalsTab-module__d_XtjG__targetMetrics{padding-left:0}.StudentGoalsTab-module__d_XtjG__paraHeader{flex-direction:column;align-items:flex-start;gap:1rem}.StudentGoalsTab-module__d_XtjG__assignButton{justify-content:center;width:100%}.StudentGoalsTab-module__d_XtjG__instructionsHeader{padding:.875rem 1rem;font-size:.875rem}.StudentGoalsTab-module__d_XtjG__filterBar{flex-direction:column;align-items:flex-start;gap:.75rem}.StudentGoalsTab-module__d_XtjG__dragHandle{width:24px;height:32px}.StudentGoalsTab-module__d_XtjG__dragIcon{width:16px;height:16px}}
.RulesModal-module__JczONG__overlay{z-index:1000;background-color:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.RulesModal-module__JczONG__modal{background:var(--bg-card);box-shadow:0 4px 24px var(--shadow-elevated);border-radius:8px;flex-direction:column;width:90%;max-width:600px;max-height:80vh;display:flex}.RulesModal-module__JczONG__header{border-bottom:1px solid var(--border-default);justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.RulesModal-module__JczONG__title{color:var(--text-primary);margin:0;font-size:18px;font-weight:600}.RulesModal-module__JczONG__closeButton{color:#757575;cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;width:32px;height:32px;padding:0;font-size:24px;display:flex}.RulesModal-module__JczONG__closeButton:hover{background-color:var(--bg-subtle);color:var(--text-primary)}.RulesModal-module__JczONG__content{flex:1;padding:16px 20px;overflow-y:auto}.RulesModal-module__JczONG__error{background-color:var(--bg-error);color:var(--text-error);border-radius:4px;margin-bottom:16px;padding:12px;font-size:14px}.RulesModal-module__JczONG__loading{text-align:center;color:#757575;padding:40px;font-size:14px}.RulesModal-module__JczONG__empty{text-align:center;color:#9e9e9e;padding:40px;font-size:14px}.RulesModal-module__JczONG__section{margin-bottom:24px}.RulesModal-module__JczONG__sectionTitle{color:var(--text-primary);text-transform:uppercase;letter-spacing:.5px;margin:0 0 8px;font-size:14px;font-weight:600}.RulesModal-module__JczONG__sectionHint{color:#757575;margin:0 0 12px;font-size:12px}.RulesModal-module__JczONG__rulesList{flex-direction:column;gap:8px;display:flex}.RulesModal-module__JczONG__ruleItem{background-color:var(--bg-muted);border:1px solid var(--border-default);border-radius:6px;justify-content:space-between;align-items:center;padding:12px 16px;display:flex}.RulesModal-module__JczONG__ruleItem.RulesModal-module__JczONG__inactive{opacity:.6;background-color:var(--bg-subtle)}.RulesModal-module__JczONG__ruleInfo{flex-direction:column;gap:2px;display:flex}.RulesModal-module__JczONG__ruleName{color:var(--text-primary);font-size:14px;font-weight:500}.RulesModal-module__JczONG__ruleDescription{color:#757575;font-size:12px}.RulesModal-module__JczONG__ruleActions{align-items:center;gap:12px;display:flex}.RulesModal-module__JczONG__ruleValue{color:#1976d2;text-align:right;min-width:60px;font-size:14px;font-weight:600}.RulesModal-module__JczONG__editButton{border:1px solid var(--border-light);color:var(--text-secondary);cursor:pointer;background:0 0;border-radius:4px;padding:4px 12px;font-size:12px}.RulesModal-module__JczONG__editButton:hover{background-color:var(--bg-subtle);border-color:var(--border-default)}.RulesModal-module__JczONG__ruleEdit{align-items:center;gap:8px;display:flex}.RulesModal-module__JczONG__editInput{text-align:right;border:1px solid #1976d2;border-radius:4px;width:60px;padding:4px 8px;font-size:14px}.RulesModal-module__JczONG__editUnit{color:#757575;font-size:12px}.RulesModal-module__JczONG__saveButton{color:#fff;cursor:pointer;background-color:#1976d2;border:none;border-radius:4px;padding:4px 12px;font-size:12px}.RulesModal-module__JczONG__saveButton:hover{background-color:#1565c0}.RulesModal-module__JczONG__saveButton:disabled{cursor:not-allowed;background-color:#bdbdbd}.RulesModal-module__JczONG__cancelButton{border:1px solid var(--border-light);color:var(--text-secondary);cursor:pointer;background:0 0;border-radius:4px;padding:4px 12px;font-size:12px}.RulesModal-module__JczONG__cancelButton:hover{background-color:var(--bg-subtle)}.RulesModal-module__JczONG__toggleLabel{width:36px;height:20px;display:inline-block;position:relative}.RulesModal-module__JczONG__toggleLabel input{opacity:0;width:0;height:0}.RulesModal-module__JczONG__toggleSlider{cursor:pointer;background-color:#bdbdbd;border-radius:20px;transition:all .2s;position:absolute;inset:0}.RulesModal-module__JczONG__toggleSlider:before{content:"";background-color:#fff;border-radius:50%;width:14px;height:14px;transition:all .2s;position:absolute;bottom:3px;left:3px}.RulesModal-module__JczONG__toggleLabel input:checked+.RulesModal-module__JczONG__toggleSlider{background-color:#4caf50}.RulesModal-module__JczONG__toggleLabel input:checked+.RulesModal-module__JczONG__toggleSlider:before{transform:translate(16px)}.RulesModal-module__JczONG__footer{border-top:1px solid var(--border-default);justify-content:flex-end;padding:16px 20px;display:flex}.RulesModal-module__JczONG__doneButton{color:#fff;cursor:pointer;background-color:#1976d2;border:none;border-radius:4px;padding:8px 24px;font-size:14px;font-weight:500}.RulesModal-module__JczONG__doneButton:hover{background-color:#1565c0}
.StudentExercisesTab-module__ZGch8G__container{padding:0}.StudentExercisesTab-module__ZGch8G__loading{justify-content:center;align-items:center;min-height:300px;display:flex}.StudentExercisesTab-module__ZGch8G__loading p{color:var(--text-secondary,#666)}.StudentExercisesTab-module__ZGch8G__emptyState{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:300px;padding:3rem 1.5rem;display:flex}.StudentExercisesTab-module__ZGch8G__emptyIcon{color:#9ca3af;width:4rem;height:4rem;margin-bottom:1.5rem}.StudentExercisesTab-module__ZGch8G__emptyState h3{color:var(--text-primary,#1a1a1a);margin:0 0 .5rem;font-size:1.5rem;font-weight:600}.StudentExercisesTab-module__ZGch8G__emptyState p{color:var(--text-secondary,#666);margin:0;font-size:1rem}.StudentExercisesTab-module__ZGch8G__header{margin-bottom:1.5rem}.StudentExercisesTab-module__ZGch8G__title{color:var(--text-primary,#1a1a1a);margin:0;font-size:1.25rem;font-weight:600}.StudentExercisesTab-module__ZGch8G__domainSection{margin-bottom:2rem}.StudentExercisesTab-module__ZGch8G__domainSection:last-child{margin-bottom:0}.StudentExercisesTab-module__ZGch8G__domainTitle{align-items:center;gap:.5rem;margin:0 0 1rem;font-size:1rem;font-weight:600;display:flex}.StudentExercisesTab-module__ZGch8G__domainCount{opacity:.7;font-weight:400}.StudentExercisesTab-module__ZGch8G__exerciseList{flex-direction:column;gap:.75rem;display:flex}.StudentExercisesTab-module__ZGch8G__exerciseCard{background:var(--bg-muted);border:1px solid var(--border-default);border-radius:.75rem;justify-content:space-between;align-items:center;gap:1rem;padding:1rem 1.25rem;text-decoration:none;transition:all .2s;display:flex}.StudentExercisesTab-module__ZGch8G__exerciseCard:hover{background:var(--bg-card);border-color:var(--primary-color,#4f46e5);box-shadow:0 2px 8px var(--shadow-ambient)}.StudentExercisesTab-module__ZGch8G__exerciseMain{flex:1;min-width:0}.StudentExercisesTab-module__ZGch8G__exerciseTitle{color:var(--text-primary,#1a1a1a);margin:0 0 .25rem;font-size:.9375rem;font-weight:600}.StudentExercisesTab-module__ZGch8G__exerciseDescription{color:var(--text-secondary,#666);text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:.8125rem;overflow:hidden}.StudentExercisesTab-module__ZGch8G__exerciseMeta{flex-shrink:0;align-items:center;gap:.75rem;display:flex}.StudentExercisesTab-module__ZGch8G__levelBadge{background:var(--bg-info);color:var(--text-info);border-radius:.25rem;padding:.25rem .5rem;font-size:.75rem;font-weight:600}.StudentExercisesTab-module__ZGch8G__duration{color:var(--text-tertiary,#999);font-size:.75rem}.StudentExercisesTab-module__ZGch8G__chevron{width:1.25rem;height:1.25rem;color:var(--text-tertiary,#999)}.StudentExercisesTab-module__ZGch8G__exerciseCard:hover .StudentExercisesTab-module__ZGch8G__chevron{color:var(--primary-color,#4f46e5)}.StudentExercisesTab-module__ZGch8G__viewTabs{background:var(--bg-muted);border-radius:.75rem;gap:.5rem;margin-bottom:1.5rem;padding:.25rem;display:flex}.StudentExercisesTab-module__ZGch8G__viewTab{color:var(--text-secondary,#666);cursor:pointer;background:0 0;border:none;border-radius:.5rem;flex:1;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.25rem;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}.StudentExercisesTab-module__ZGch8G__viewTab svg{width:1.25rem;height:1.25rem}.StudentExercisesTab-module__ZGch8G__viewTab:hover{color:var(--text-primary,#1a1a1a)}.StudentExercisesTab-module__ZGch8G__viewTab.StudentExercisesTab-module__ZGch8G__active{background:var(--bg-card);color:var(--primary-color,#4f46e5);border:2px solid var(--primary-color,#4f46e5);box-shadow:0 2px 6px var(--shadow-ambient);font-weight:600}.StudentExercisesTab-module__ZGch8G__prioritizedList{flex-direction:column;gap:1rem;display:flex}.StudentExercisesTab-module__ZGch8G__prioritizedInfo{background:var(--bg-info);border:1px solid var(--border-info);border-radius:.5rem;align-items:center;gap:.75rem;margin-bottom:.5rem;padding:.75rem 1rem;display:flex}.StudentExercisesTab-module__ZGch8G__prioritizedInfo .StudentExercisesTab-module__ZGch8G__infoIcon{width:1.25rem;height:1.25rem;color:var(--color-blue);flex-shrink:0}.StudentExercisesTab-module__ZGch8G__prioritizedInfo p{color:var(--text-info);margin:0;font-size:.8125rem;line-height:1.4}.StudentExercisesTab-module__ZGch8G__prioritizedCard{background:var(--bg-card);border:1px solid var(--border-default);border-radius:.75rem;flex-direction:column;gap:.5rem;padding:1rem 1.25rem;text-decoration:none;transition:all .2s;display:flex}.StudentExercisesTab-module__ZGch8G__prioritizedCard:hover{border-color:var(--primary-color,#4f46e5);box-shadow:0 4px 12px #4f46e51a}.StudentExercisesTab-module__ZGch8G__prioritizedHeader{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.StudentExercisesTab-module__ZGch8G__badges{flex-shrink:0;gap:.5rem;display:flex}.StudentExercisesTab-module__ZGch8G__priorityBadge,.StudentExercisesTab-module__ZGch8G__performanceBadge{text-transform:uppercase;letter-spacing:.02em;border-radius:.25rem;padding:.25rem .5rem;font-size:.6875rem;font-weight:600}.StudentExercisesTab-module__ZGch8G__prioritizedMeta{border-top:1px solid var(--border-light);justify-content:space-between;align-items:center;gap:1rem;padding-top:.5rem;display:flex}.StudentExercisesTab-module__ZGch8G__priorityReason{color:var(--text-secondary,#666);font-size:.75rem;font-style:italic}.StudentExercisesTab-module__ZGch8G__emptyPrioritized{text-align:center;background:var(--bg-muted);border:2px dashed var(--border-default);border-radius:.75rem;flex-direction:column;justify-content:center;align-items:center;min-height:250px;padding:2rem;display:flex}.StudentExercisesTab-module__ZGch8G__emptyPrioritized h4{color:var(--text-primary,#1a1a1a);margin:1rem 0 .5rem;font-size:1.125rem;font-weight:600}.StudentExercisesTab-module__ZGch8G__emptyPrioritized p{color:var(--text-secondary,#666);max-width:300px;margin:0;font-size:.875rem}.StudentExercisesTab-module__ZGch8G__error{background:var(--bg-error);border:1px solid var(--border-error);color:var(--text-error);text-align:center;border-radius:.5rem;padding:1rem;font-size:.875rem}.StudentExercisesTab-module__ZGch8G__weeklyView{flex-direction:column;gap:1.5rem;display:flex}.StudentExercisesTab-module__ZGch8G__allExercises{flex-direction:column;gap:2rem;display:flex}.StudentExercisesTab-module__ZGch8G__todayList{flex-direction:column;gap:.75rem;display:flex}.StudentExercisesTab-module__ZGch8G__todayListHeader{justify-content:space-between;align-items:center;margin-bottom:.5rem;padding:.5rem 0;display:flex}.StudentExercisesTab-module__ZGch8G__reorderHint{color:var(--text-secondary,#666);font-size:.8125rem;font-style:italic}.StudentExercisesTab-module__ZGch8G__resetButton{background:var(--bg-muted);border:1px solid var(--border-default);color:var(--text-secondary,#666);cursor:pointer;border-radius:.375rem;padding:.375rem .75rem;font-size:.75rem;font-weight:500;transition:all .15s}.StudentExercisesTab-module__ZGch8G__resetButton:hover:not(:disabled){background:var(--bg-subtle);color:var(--text-primary,#1a1a1a)}.StudentExercisesTab-module__ZGch8G__resetButton:disabled{opacity:.5;cursor:not-allowed}.StudentExercisesTab-module__ZGch8G__todayExerciseRow.StudentExercisesTab-module__ZGch8G__reordering{opacity:.6;pointer-events:none}.StudentExercisesTab-module__ZGch8G__todayExerciseRow{background:var(--bg-card);border:1px solid var(--border-default);border-radius:.75rem;align-items:center;gap:.5rem;display:flex;overflow:hidden}.StudentExercisesTab-module__ZGch8G__todayExerciseLink{flex:1;align-items:center;gap:.75rem;min-width:0;padding:.875rem 1rem;text-decoration:none;transition:background .15s;display:flex}.StudentExercisesTab-module__ZGch8G__todayExerciseLink:hover{background:var(--bg-muted)}.StudentExercisesTab-module__ZGch8G__domainIcon{flex-shrink:0;width:1.5rem;height:1.5rem;-webkit-mask-position:50%;mask-position:50%;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.StudentExercisesTab-module__ZGch8G__todayExerciseContent{flex:1;min-width:0}.StudentExercisesTab-module__ZGch8G__todayExerciseTitle{color:var(--text-primary,#1a1a1a);font-size:.9375rem;font-weight:600}.StudentExercisesTab-module__ZGch8G__goalSuffix{color:var(--text-secondary,#6b7280);font-weight:400}.StudentExercisesTab-module__ZGch8G__todayExerciseDescription{color:var(--text-secondary,#666);text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-top:.25rem;font-size:.8125rem;line-height:1.4;display:-webkit-box;overflow:hidden}.StudentExercisesTab-module__ZGch8G__reorderButtons{border-left:1px solid var(--border-default);flex-direction:column;gap:.125rem;padding:.5rem;display:flex}.StudentExercisesTab-module__ZGch8G__reorderButton{background:var(--bg-muted);border:1px solid var(--border-default);cursor:pointer;width:1.75rem;height:1.75rem;color:var(--text-secondary,#666);border-radius:.25rem;justify-content:center;align-items:center;font-size:.875rem;font-weight:700;transition:all .15s;display:flex}.StudentExercisesTab-module__ZGch8G__reorderButton:hover:not(:disabled){background:var(--bg-subtle);color:var(--text-primary,#1a1a1a)}.StudentExercisesTab-module__ZGch8G__reorderButton:disabled{opacity:.3;cursor:not-allowed}.StudentExercisesTab-module__ZGch8G__emptyStateContainer{justify-content:center;align-items:center;min-height:400px;padding:2rem;display:flex}.StudentExercisesTab-module__ZGch8G__emptyStateContent{text-align:center;max-width:480px}.StudentExercisesTab-module__ZGch8G__emptyStateIconWrapper{background:linear-gradient(135deg,#eff6ff 0%,#dbeafe 100%);border-radius:1.5rem;justify-content:center;align-items:center;width:5rem;height:5rem;margin-bottom:1.5rem;display:inline-flex}.StudentExercisesTab-module__ZGch8G__emptyStateIcon{color:#3b82f6;width:2.5rem;height:2.5rem}.StudentExercisesTab-module__ZGch8G__emptyStateTitle{color:var(--text-primary,#1a1a1a);margin:0 0 .75rem;font-size:1.5rem;font-weight:700}.StudentExercisesTab-module__ZGch8G__emptyStateDescription{color:var(--text-secondary,#666);margin:0 0 1.5rem;font-size:1rem;line-height:1.6}.StudentExercisesTab-module__ZGch8G__emptyStateFeatures{flex-direction:column;gap:.75rem;margin-bottom:2rem;display:flex}.StudentExercisesTab-module__ZGch8G__emptyStateFeature{color:var(--text-secondary,#666);justify-content:center;align-items:center;gap:.5rem;font-size:.9375rem;display:flex}.StudentExercisesTab-module__ZGch8G__emptyStateFeature svg{color:#22c55e;flex-shrink:0;width:1.25rem;height:1.25rem}.StudentExercisesTab-module__ZGch8G__generateButton{color:#fff;cursor:pointer;background:linear-gradient(135deg,#3b82f6 0%,#2563eb 100%);border:none;border-radius:.75rem;justify-content:center;align-items:center;gap:.5rem;padding:.875rem 1.75rem;font-size:1rem;font-weight:600;transition:all .2s;display:inline-flex;box-shadow:0 4px 14px #3b82f659}.StudentExercisesTab-module__ZGch8G__generateButton:hover{transform:translateY(-1px);box-shadow:0 6px 20px #3b82f673}.StudentExercisesTab-module__ZGch8G__generateButton:active{transform:translateY(0)}.StudentExercisesTab-module__ZGch8G__generateButton svg{width:1.25rem;height:1.25rem}.StudentExercisesTab-module__ZGch8G__sortSelector{align-items:center;gap:.5rem;display:flex}.StudentExercisesTab-module__ZGch8G__sortLabel{color:var(--text-secondary,#666);font-size:.8125rem;font-weight:500}.StudentExercisesTab-module__ZGch8G__sortSelect{background:var(--bg-card);border:1px solid var(--border-default);color:var(--text-primary,#1a1a1a);cursor:pointer;border-radius:.375rem;padding:.375rem .75rem;font-size:.8125rem;transition:border-color .15s}.StudentExercisesTab-module__ZGch8G__sortSelect:hover{border-color:var(--primary-color,#4f46e5)}.StudentExercisesTab-module__ZGch8G__sortSelect:focus{border-color:var(--primary-color,#4f46e5);outline:none;box-shadow:0 0 0 3px #4f46e51a}.StudentExercisesTab-module__ZGch8G__viewHeader{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1rem;display:flex}.StudentExercisesTab-module__ZGch8G__flatList{flex-direction:column;gap:1.5rem;display:flex}.StudentExercisesTab-module__ZGch8G__priorityScoreBadge{color:#2563eb;background:linear-gradient(135deg,#eff6ff 0%,#dbeafe 100%);border-radius:.375rem;justify-content:center;align-items:center;min-width:2rem;padding:.25rem .5rem;font-size:.75rem;font-weight:700;display:inline-flex}.StudentExercisesTab-module__ZGch8G__lastAttemptBadge{background:var(--bg-muted);color:var(--text-secondary,#666);border-radius:.25rem;align-items:center;padding:.25rem .5rem;font-size:.75rem;font-weight:500;display:inline-flex}@media (max-width:768px){.StudentExercisesTab-module__ZGch8G__viewTabs{flex-direction:column}.StudentExercisesTab-module__ZGch8G__viewTab{justify-content:flex-start}.StudentExercisesTab-module__ZGch8G__exerciseCard{flex-direction:column;align-items:flex-start}.StudentExercisesTab-module__ZGch8G__exerciseMeta{justify-content:flex-start;width:100%}.StudentExercisesTab-module__ZGch8G__prioritizedHeader{flex-direction:column;gap:.5rem}.StudentExercisesTab-module__ZGch8G__badges{order:-1}.StudentExercisesTab-module__ZGch8G__emptyStateContainer{min-height:350px;padding:1.5rem}.StudentExercisesTab-module__ZGch8G__emptyStateTitle{font-size:1.25rem}.StudentExercisesTab-module__ZGch8G__emptyStateDescription{font-size:.9375rem}}
.ParaScheduleModal-module__wvA20W__modalContent{min-width:320px;padding:.5rem 0}.ParaScheduleModal-module__wvA20W__dateHeader{border-bottom:1px solid var(--border-default);flex-direction:column;gap:.25rem;margin-bottom:1rem;padding-bottom:1rem;display:flex}.ParaScheduleModal-module__wvA20W__dateLabel{color:var(--text-tertiary,#9ca3af);text-transform:uppercase;letter-spacing:.05em;font-size:.75rem}.ParaScheduleModal-module__wvA20W__dateValue{color:var(--text-primary,#1a1a1a);font-size:1rem;font-weight:500}.ParaScheduleModal-module__wvA20W__statusSection{margin-bottom:1.5rem}.ParaScheduleModal-module__wvA20W__statusAvailable,.ParaScheduleModal-module__wvA20W__statusUnavailable{align-items:center;gap:.5rem;margin-bottom:.5rem;font-size:.9375rem;font-weight:500;display:flex}.ParaScheduleModal-module__wvA20W__statusDot{background-color:#16a34a;border-radius:50%;width:10px;height:10px}.ParaScheduleModal-module__wvA20W__statusDotRed{background-color:#dc2626;border-radius:50%;width:10px;height:10px}.ParaScheduleModal-module__wvA20W__workingHours{color:var(--text-secondary,#666);margin-left:1.5rem;font-size:.875rem}.ParaScheduleModal-module__wvA20W__partialTimeOff{color:#b45309;margin-top:.25rem;margin-left:1.5rem;font-size:.875rem}.ParaScheduleModal-module__wvA20W__error{background:var(--bg-error);border:1px solid var(--border-error);color:var(--text-error);border-radius:.5rem;margin-bottom:1rem;padding:.75rem 1rem;font-size:.875rem}.ParaScheduleModal-module__wvA20W__actions{flex-direction:column;gap:.75rem;display:flex}.ParaScheduleModal-module__wvA20W__addTimeOffButton{background:var(--bg-muted);color:var(--text-primary);border:1px solid var(--border-default);cursor:pointer;text-align:left;border-radius:.5rem;padding:.75rem 1rem;font-size:.875rem;font-weight:500;transition:all .2s}.ParaScheduleModal-module__wvA20W__addTimeOffButton:hover{background:var(--bg-subtle);border-color:var(--border-light)}.ParaScheduleModal-module__wvA20W__fullPageButton{background:var(--primary-color,#4f46e5);color:#fff;cursor:pointer;text-align:center;border:none;border-radius:.5rem;padding:.75rem 1rem;font-size:.875rem;font-weight:500;transition:all .2s}.ParaScheduleModal-module__wvA20W__fullPageButton:hover{background:#4338ca}.ParaScheduleModal-module__wvA20W__addTimeOffForm{background:var(--bg-muted);border:1px solid var(--border-default);border-radius:.75rem;padding:1.25rem}.ParaScheduleModal-module__wvA20W__formTitle{color:var(--text-primary,#1a1a1a);margin:0 0 1rem;font-size:1rem;font-weight:600}.ParaScheduleModal-module__wvA20W__formField{flex-direction:column;gap:.5rem;margin-bottom:1rem;display:flex}.ParaScheduleModal-module__wvA20W__formField label{color:var(--text-secondary,#666);font-size:.875rem;font-weight:500}.ParaScheduleModal-module__wvA20W__checkboxLabel{cursor:pointer;align-items:center;gap:.5rem;display:flex;font-weight:400!important}.ParaScheduleModal-module__wvA20W__checkboxLabel input{width:1.125rem;height:1.125rem;accent-color:var(--primary-color,#4f46e5)}.ParaScheduleModal-module__wvA20W__timeInputs{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.ParaScheduleModal-module__wvA20W__select,.ParaScheduleModal-module__wvA20W__timeInput,.ParaScheduleModal-module__wvA20W__textInput{border:1px solid var(--border-default);background:var(--bg-card);color:var(--text-primary);border-radius:.5rem;padding:.625rem .875rem;font-size:.9375rem}.ParaScheduleModal-module__wvA20W__select:focus,.ParaScheduleModal-module__wvA20W__timeInput:focus,.ParaScheduleModal-module__wvA20W__textInput:focus{border-color:var(--primary-color,#4f46e5);outline:none;box-shadow:0 0 0 3px #4f46e51a}.ParaScheduleModal-module__wvA20W__formActions{justify-content:flex-end;gap:.75rem;margin-top:1rem;display:flex}.ParaScheduleModal-module__wvA20W__cancelButton{background:var(--bg-card);color:var(--text-secondary);border:1px solid var(--border-default);cursor:pointer;border-radius:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;transition:all .2s}.ParaScheduleModal-module__wvA20W__cancelButton:hover:not(:disabled){background:var(--bg-muted);border-color:var(--border-light)}.ParaScheduleModal-module__wvA20W__saveButton{color:#fff;cursor:pointer;background:#16a34a;border:none;border-radius:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;transition:all .2s}.ParaScheduleModal-module__wvA20W__saveButton:hover:not(:disabled){background:#15803d}.ParaScheduleModal-module__wvA20W__saveButton:disabled,.ParaScheduleModal-module__wvA20W__cancelButton:disabled{opacity:.6;cursor:not-allowed}
.Sparkline-module__Bx7T-q__container{align-items:center;gap:var(--space-xs);display:inline-flex}.Sparkline-module__Bx7T-q__svg{display:block}.Sparkline-module__Bx7T-q__line{transition:stroke .2s}.Sparkline-module__Bx7T-q__area{transition:fill-opacity .2s}.Sparkline-module__Bx7T-q__dot{opacity:.7}.Sparkline-module__Bx7T-q__lastDot{animation:2s ease-in-out infinite Sparkline-module__Bx7T-q__pulse}@keyframes Sparkline-module__Bx7T-q__pulse{0%,to{opacity:1;transform-origin:50%}50%{opacity:.6}}.Sparkline-module__Bx7T-q__empty{background:var(--bg-surface);border-radius:var(--radius-sm);border:1px dashed var(--border-primary);justify-content:center;align-items:center;display:flex}.Sparkline-module__Bx7T-q__emptyText{font-size:var(--font-size-xs,.75rem);color:var(--text-tertiary)}.Sparkline-module__Bx7T-q__trend{font-size:var(--font-size-sm,.875rem);font-weight:600}.Sparkline-module__Bx7T-q__trend-up{color:var(--success)}.Sparkline-module__Bx7T-q__trend-down{color:var(--error)}.Sparkline-module__Bx7T-q__trend-neutral{color:var(--text-secondary)}
.DataButton-module__UuYuLq__button{padding:var(--space-xs)var(--space-sm);min-width:64px;height:32px;font-size:var(--font-size-xs,.75rem);color:var(--text-secondary);background:var(--bg-surface);border:1px dashed var(--border-primary);border-radius:var(--radius-md);cursor:pointer;justify-content:center;align-items:center;font-weight:500;transition:all .2s;display:inline-flex}.DataButton-module__UuYuLq__button:hover:not(:disabled){background:var(--bg-elevated);box-shadow:2px 2px 4px var(--shadow-dark),-2px -2px 4px var(--shadow-light);border-style:solid}.DataButton-module__UuYuLq__button:active:not(:disabled){transform:scale(.98)}.DataButton-module__UuYuLq__button:focus-visible{outline:2px solid var(--accent-primary);outline-offset:2px}.DataButton-module__UuYuLq__button.DataButton-module__UuYuLq__hasData{border-style:solid;border-color:var(--accent-primary);color:var(--text-primary)}.DataButton-module__UuYuLq__button.DataButton-module__UuYuLq__disabled{opacity:.5;cursor:not-allowed}.DataButton-module__UuYuLq__content{align-items:center;gap:var(--space-xs);display:flex}.DataButton-module__UuYuLq__label{text-transform:uppercase;letter-spacing:.5px;font-weight:600}.DataButton-module__UuYuLq__meta{flex-direction:column;align-items:flex-end;gap:0;line-height:1;display:flex}.DataButton-module__UuYuLq__value{font-size:var(--font-size-sm,.875rem);color:var(--text-primary);font-weight:700}.DataButton-module__UuYuLq__count{font-size:var(--font-size-xs,.75rem);color:var(--text-tertiary)}
.ProtectedRoute-module__zEcSYG__container{justify-content:center;align-items:center;gap:var(--space-4);background:var(--background);flex-direction:column;min-height:100vh;display:flex}.ProtectedRoute-module__zEcSYG__spinner{border:4px solid var(--border-color);border-top-color:var(--primary);border-radius:50%;width:48px;height:48px;animation:1s linear infinite ProtectedRoute-module__zEcSYG__spin}@keyframes ProtectedRoute-module__zEcSYG__spin{to{transform:rotate(360deg)}}.ProtectedRoute-module__zEcSYG__container p{color:var(--text-secondary);font-size:var(--font-size-lg,1.125rem)}.ProtectedRoute-module__zEcSYG__accessDenied{text-align:center;padding:var(--space-8)}.ProtectedRoute-module__zEcSYG__accessDenied h1{color:var(--text-primary);font-size:var(--font-size-2xl,1.5rem);margin-bottom:var(--space-4)}.ProtectedRoute-module__zEcSYG__accessDenied p{margin-bottom:var(--space-2)}.ProtectedRoute-module__zEcSYG__roleInfo{font-size:var(--font-size-sm,.875rem);color:var(--text-tertiary);margin-top:var(--space-4)}.ProtectedRoute-module__zEcSYG__backLink{margin-top:var(--space-6);padding:var(--space-3)var(--space-6);background:var(--primary);color:#fff;border-radius:var(--radius-md);font-weight:500;text-decoration:none;transition:background .2s;display:inline-block}.ProtectedRoute-module__zEcSYG__backLink:hover{background:var(--primary-dark)}
.Toast-module__63826a__toast{top:var(--space-lg);right:var(--space-lg);z-index:10000;align-items:center;gap:var(--space-sm);min-width:300px;max-width:500px;padding:var(--space-md)var(--space-lg);border-radius:var(--radius-md);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);animation:.3s ease-out Toast-module__63826a__slideIn;display:flex;position:fixed;box-shadow:0 4px 12px #00000026,0 0 0 1px #0000000d}@keyframes Toast-module__63826a__slideIn{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}.Toast-module__63826a__icon{width:24px;height:24px;font-size:var(--text-md);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-weight:700;display:flex}.Toast-module__63826a__message{font-size:var(--text-md);color:var(--text-primary);flex:1;line-height:1.5}.Toast-module__63826a__actionButton{color:#fff;font-size:var(--text-sm);cursor:pointer;padding:var(--space-xs)var(--space-sm);border-radius:var(--radius-sm);white-space:nowrap;background:#fff3;border:1px solid #ffffff4d;flex-shrink:0;font-weight:600;transition:all .2s}.Toast-module__63826a__actionButton:hover{background:#ffffff4d;border-color:#ffffff80}.Toast-module__63826a__closeButton{color:var(--text-secondary);font-size:var(--text-lg);cursor:pointer;padding:var(--space-xs);border-radius:var(--radius-sm);background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;transition:all .2s;display:flex}.Toast-module__63826a__closeButton:hover{color:var(--text-primary);background:#0000001a}.Toast-module__63826a__toast.Toast-module__63826a__success{color:#fff;background:linear-gradient(135deg,#48bb78f2 0%,#38b2acf2 100%)}.Toast-module__63826a__toast.Toast-module__63826a__success .Toast-module__63826a__icon{color:#fff;background:#fff3}.Toast-module__63826a__toast.Toast-module__63826a__success .Toast-module__63826a__message{color:#fff}.Toast-module__63826a__toast.Toast-module__63826a__success .Toast-module__63826a__closeButton{color:#fffc}.Toast-module__63826a__toast.Toast-module__63826a__success .Toast-module__63826a__closeButton:hover{color:#fff;background:#fff3}.Toast-module__63826a__toast.Toast-module__63826a__error{color:#fff;background:linear-gradient(135deg,#f56565f2 0%,#e53e3ef2 100%)}.Toast-module__63826a__toast.Toast-module__63826a__error .Toast-module__63826a__icon{color:#fff;background:#fff3}.Toast-module__63826a__toast.Toast-module__63826a__error .Toast-module__63826a__message{color:#fff}.Toast-module__63826a__toast.Toast-module__63826a__error .Toast-module__63826a__closeButton{color:#fffc}.Toast-module__63826a__toast.Toast-module__63826a__error .Toast-module__63826a__closeButton:hover{color:#fff;background:#fff3}.Toast-module__63826a__toast.Toast-module__63826a__info{color:#fff;background:linear-gradient(135deg,#4299e1f2 0%,#3182cef2 100%)}.Toast-module__63826a__toast.Toast-module__63826a__info .Toast-module__63826a__icon{color:#fff;background:#fff3}.Toast-module__63826a__toast.Toast-module__63826a__info .Toast-module__63826a__message{color:#fff}.Toast-module__63826a__toast.Toast-module__63826a__info .Toast-module__63826a__closeButton{color:#fffc}.Toast-module__63826a__toast.Toast-module__63826a__info .Toast-module__63826a__closeButton:hover{color:#fff;background:#fff3}@media (max-width:768px){.Toast-module__63826a__toast{top:var(--space-md);right:var(--space-md);left:var(--space-md);min-width:auto;max-width:none}}
.TimeRangeDisplay-module__Kut-jq__timeRange{white-space:nowrap;align-items:center;font-size:13px;font-weight:500;display:inline-flex}[data-theme=light] .TimeRangeDisplay-module__Kut-jq__timeRange{color:var(--text-secondary,#5d6d7e)}[data-theme=dark] .TimeRangeDisplay-module__Kut-jq__timeRange{color:var(--text-secondary,#b0bec5)}
