.page-module__GVTQfG__monthHeader{justify-content:space-between;align-items:center;gap:var(--m-sp-2);margin-bottom:var(--m-sp-3);display:flex}.page-module__GVTQfG__monthTitle{font-size:var(--m-fs-title);font-weight:var(--type-weight-bold);letter-spacing:-.02em;color:var(--m-fg);margin:0}.page-module__GVTQfG__monthNav{align-items:center;gap:4px;display:inline-flex}.page-module__GVTQfG__navBtn{appearance:none;color:var(--m-fg-2);border-radius:var(--m-r-pill);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:30px;height:30px;display:inline-flex}.page-module__GVTQfG__navBtn:active{background:var(--m-surface-2)}.page-module__GVTQfG__todayBtn{appearance:none;background:var(--m-accent-soft);color:var(--m-accent);font-size:var(--m-fs-sm);font-weight:var(--type-weight-bold);border-radius:var(--m-r-pill);cursor:pointer;border:none;padding:5px 11px}.page-module__GVTQfG__todayBtn:active{filter:brightness(.96)}.page-module__GVTQfG__calendar{padding:var(--m-sp-3) var(--m-sp-2) var(--m-sp-2);animation:page-module__GVTQfG__calIn var(--m-dur-base) var(--m-ease-spring)}@keyframes page-module__GVTQfG__calIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.page-module__GVTQfG__weekHeader{grid-template-columns:repeat(7,1fr);display:grid}.page-module__GVTQfG__weekCell{text-align:center;font-size:var(--m-fs-cap);font-weight:var(--type-weight-semibold);color:var(--m-fg-3);padding:2px 0 8px}.page-module__GVTQfG__weekCell[data-sun=true]{color:var(--m-danger)}.page-module__GVTQfG__grid{grid-template-columns:repeat(7,1fr);gap:1px;display:grid}.page-module__GVTQfG__dayCell{appearance:none;cursor:pointer;border-radius:var(--m-r-row);background:0 0;border:none;flex-direction:column;align-items:center;gap:4px;min-height:56px;padding:5px 0 6px;display:flex}.page-module__GVTQfG__dayCell:active{background:var(--m-surface-press)}.page-module__GVTQfG__dayCell[data-other=true]{opacity:.35}.page-module__GVTQfG__dayNumber{width:26px;height:26px;font-size:var(--m-fs-sm);font-weight:var(--type-weight-semibold);color:var(--m-fg);border-radius:var(--m-r-pill);justify-content:center;align-items:center;display:inline-flex}.page-module__GVTQfG__dayNumber[data-sun=true]{color:var(--m-danger)}.page-module__GVTQfG__dayNumber[data-today=true]{background:var(--m-accent);color:var(--m-on-accent);font-weight:var(--type-weight-bold);box-shadow:0 4px 12px -6px #0e11182e}.page-module__GVTQfG__dots{flex-direction:column;justify-content:flex-start;align-items:stretch;gap:2px;width:72%;min-height:16px;display:flex}.page-module__GVTQfG__dot{border-radius:2px;width:100%;height:4px}.page-module__GVTQfG__dotMore{font-size:9px;font-family:var(--font-numeric);font-weight:var(--type-weight-bold);color:var(--m-fg-4);text-align:center;letter-spacing:-.02em;line-height:1}.page-module__GVTQfG__evClass{background:var(--m-c-blue)}.page-module__GVTQfG__evHomework{background:var(--m-c-amber)}.page-module__GVTQfG__evPersonal{background:var(--m-c-emerald)}.page-module__GVTQfG__legendSkel{margin-top:var(--m-sp-3);justify-content:center;display:flex}.page-module__GVTQfG__legend{justify-content:center;align-items:center;gap:var(--m-sp-4);margin-top:var(--m-sp-3);display:flex}.page-module__GVTQfG__legendItem{font-size:var(--m-fs-cap);font-weight:var(--type-weight-semibold);color:var(--m-fg-3);align-items:center;gap:6px;display:inline-flex}.page-module__GVTQfG__legendDot{border-radius:2px;width:14px;height:4px}.page-module__GVTQfG__sheetBody{gap:var(--m-sp-4);flex-direction:column;display:flex}.page-module__GVTQfG__sheetEvents{flex-direction:column;gap:6px;max-height:40vh;display:flex;overflow-y:auto}.page-module__GVTQfG__noEvents{text-align:center;color:var(--m-fg-3);font-size:var(--m-fs-sm);padding:var(--m-sp-4) 0;margin:0}.page-module__GVTQfG__eventItem{border-radius:var(--m-r-row);background:var(--m-surface-2);color:var(--m-fg);font-size:var(--m-fs-base);font-weight:var(--type-weight-semibold);padding:11px 12px 11px 16px;position:relative;overflow:hidden}.page-module__GVTQfG__eventItem:before{content:"";background:var(--m-fg-3);width:4px;position:absolute;top:0;bottom:0;left:0}.page-module__GVTQfG__eventItem.page-module__GVTQfG__evClass:before{background:var(--m-c-blue)}.page-module__GVTQfG__eventItem.page-module__GVTQfG__evHomework:before{background:var(--m-c-amber)}.page-module__GVTQfG__eventItem.page-module__GVTQfG__evPersonal:before{background:var(--m-c-emerald)}.page-module__GVTQfG__addForm{gap:var(--m-sp-2);border-top:.5px solid var(--m-line);padding-top:var(--m-sp-4);flex-direction:column;display:flex}.page-module__GVTQfG__addInput{box-sizing:border-box;border:.5px solid var(--m-line-2);border-radius:var(--m-r-btn);background:var(--m-surface);width:100%;color:var(--m-fg);font-size:var(--m-fs-base);outline:none;padding:11px 13px;font-family:inherit}.page-module__GVTQfG__addInput:focus{border-color:var(--m-accent);box-shadow:0 0 0 3px var(--m-accent-soft)}.page-module__GVTQfG__srOnly{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@media (prefers-reduced-motion:reduce){.page-module__GVTQfG__calendar{animation:none}}@media (min-width:1024px){.page-module__GVTQfG__monthHeader{margin-bottom:var(--m-sp-4)}.page-module__GVTQfG__monthTitle{font-size:var(--m-fs-lg)}.page-module__GVTQfG__navBtn{width:34px;height:34px;transition:background var(--m-dur-fast) var(--m-ease)}.page-module__GVTQfG__navBtn:hover{background:var(--m-surface-2)}.page-module__GVTQfG__todayBtn:hover{filter:brightness(.96)}.page-module__GVTQfG__calendar{padding:var(--m-sp-4) var(--m-sp-3) var(--m-sp-3)}.page-module__GVTQfG__weekCell{font-size:var(--m-fs-sm);padding:4px 0 10px}.page-module__GVTQfG__grid{gap:3px}.page-module__GVTQfG__dayCell{min-height:96px;transition:background var(--m-dur-fast) var(--m-ease);justify-content:flex-start;gap:7px;padding:9px 0 10px}.page-module__GVTQfG__dayCell:hover{background:var(--m-surface-2)}.page-module__GVTQfG__dayNumber{width:30px;height:30px;font-size:var(--m-fs-base)}.page-module__GVTQfG__dots{gap:3px;width:78%;min-height:20px}.page-module__GVTQfG__dot{border-radius:3px;height:5px}.page-module__GVTQfG__dotMore{font-size:10px}.page-module__GVTQfG__legend{margin-top:var(--m-sp-4);gap:var(--m-sp-5)}}
.grow-module__SWLtxa__backdrop{will-change:opacity;animation:.28s cubic-bezier(.22,1,.36,1) backwards grow-module__SWLtxa__gFade}.grow-module__SWLtxa__card{transform-origin:var(--grow-origin,center);will-change:transform, opacity;backface-visibility:hidden;animation:.44s cubic-bezier(.3,1.12,.6,1) backwards grow-module__SWLtxa__gGrow}@keyframes grow-module__SWLtxa__gFade{0%{opacity:0}to{opacity:1}}@keyframes grow-module__SWLtxa__gGrow{0%{opacity:0;transform:perspective(1400px) translate(var(--grow-dx,0px), var(--grow-dy,16px)) scale(var(--grow-scale,.9)) rotateX(var(--grow-rx,8deg)) rotateY(var(--grow-ry,0deg))}to{opacity:1;transform:perspective(1400px)translate(0)scale(1)rotateX(0)rotateY(0)}}.grow-module__SWLtxa__fullscreen{transform-origin:var(--grow-origin,center);will-change:opacity;animation:.44s cubic-bezier(.34,1.28,.64,1) backwards grow-module__SWLtxa__gZoom}@keyframes grow-module__SWLtxa__gZoom{0%{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}.grow-module__SWLtxa__pop{transform-origin:var(--pop-origin,top left);will-change:transform, opacity;animation:.36s cubic-bezier(.34,1.34,.64,1) backwards grow-module__SWLtxa__gPop}@keyframes grow-module__SWLtxa__gPop{0%{opacity:0;transform:scale(.84)translateY(-6px)}to{opacity:1;transform:scale(1)translateY(0)}}.grow-module__SWLtxa__sheen{border-radius:inherit;pointer-events:none;z-index:2;position:absolute;inset:0;overflow:hidden}.grow-module__SWLtxa__sheen:before{content:"";will-change:transform, opacity;background:linear-gradient(105deg,#0000 0%,#fff0 35%,#ffffff8c 50%,#fff0 65%,#0000 100%);width:45%;height:220%;animation:.76s cubic-bezier(.22,1,.36,1) 70ms backwards grow-module__SWLtxa__gSheen;position:absolute;top:-60%;left:-75%;transform:translate(0)rotate(8deg)}@keyframes grow-module__SWLtxa__gSheen{0%{opacity:0;transform:translate(0)rotate(8deg)}18%{opacity:1}to{opacity:0;transform:translate(560%)rotate(8deg)}}@media (prefers-reduced-motion:reduce){.grow-module__SWLtxa__backdrop,.grow-module__SWLtxa__card,.grow-module__SWLtxa__fullscreen,.grow-module__SWLtxa__pop{animation-duration:1ms}.grow-module__SWLtxa__sheen:before{opacity:0;animation:none}}
.Modal-module__weKyha__overlay{-webkit-backdrop-filter:blur(8px)saturate(140%);z-index:1000;background:#0f11166b;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}.Modal-module__weKyha__modal{background:var(--surface-elevated,#fff);width:100%;max-width:520px;max-height:86vh;box-shadow:var(--elev-4,0 24px 48px #0000001f, 0 0 0 1px #0000000f);border-radius:14px;flex-direction:column;padding:22px 24px 18px;display:flex}.Modal-module__weKyha__header{border-bottom:1px solid var(--border-1);justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:16px;padding-bottom:16px;display:flex}.Modal-module__weKyha__title{font-size:var(--type-size-section);font-weight:var(--type-weight-bold);color:var(--fg-1);letter-spacing:-.01em;margin:0;line-height:1.3}.Modal-module__weKyha__headerText{flex-direction:column;gap:5px;min-width:0;display:flex}.Modal-module__weKyha__headerWithSub{border-bottom:none;padding-bottom:4px}.Modal-module__weKyha__headerWithSub .Modal-module__weKyha__title{font-size:var(--type-size-page-title);letter-spacing:-.02em}.Modal-module__weKyha__subtitle{font-size:var(--type-size-body);font-weight:var(--type-weight-medium);color:var(--fg-3);letter-spacing:-.01em;margin:0;line-height:1.5}.Modal-module__weKyha__closeButton{width:28px;height:28px;font-size:var(--type-size-section);color:var(--fg-3);cursor:pointer;transition:background var(--t-snap,.12s ease-out), color var(--t-snap,.12s ease-out);background:0 0;border:1px solid #0000;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;margin:0;padding:0;line-height:1;display:inline-flex}.Modal-module__weKyha__closeButton:hover{background:var(--bg-2);color:var(--fg-1)}.Modal-module__weKyha__modalSm{max-width:420px}.Modal-module__weKyha__modalLg{max-width:720px}.Modal-module__weKyha__content{flex:1;margin-right:-4px;padding-right:4px;overflow-y:auto}.Modal-module__weKyha__footer{border-top:1px solid var(--border-1);flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;margin-top:16px;padding-top:16px;display:flex}.Modal-module__weKyha__content label:not(:where(:has(input[type=checkbox],input[type=radio],[role=switch]))){font-size:var(--type-size-caption);font-weight:var(--type-weight-bold);color:var(--fg-3);letter-spacing:.06em;text-transform:uppercase;margin-bottom:6px;display:block}:is(.Modal-module__weKyha__content input[type=text],.Modal-module__weKyha__content input[type=email],.Modal-module__weKyha__content input[type=tel],.Modal-module__weKyha__content input[type=number],.Modal-module__weKyha__content input[type=search],.Modal-module__weKyha__content input[type=date],.Modal-module__weKyha__content input[type=datetime-local],.Modal-module__weKyha__content input[type=time],.Modal-module__weKyha__content input[type=url],.Modal-module__weKyha__content input[type=password],.Modal-module__weKyha__content textarea,.Modal-module__weKyha__content select){border:1px solid var(--border-2);background:var(--surface-input,#fff);width:100%;height:38px;color:var(--fg-1);font-size:var(--type-size-body);font-family:inherit;font-weight:var(--type-weight-medium);transition:background var(--t-snap,.12s ease-out), border-color var(--t-snap,.12s ease-out), box-shadow var(--t-snap,.12s ease-out);box-sizing:border-box;border-radius:8px;outline:none;padding:0 12px}.Modal-module__weKyha__content textarea{resize:vertical;height:auto;min-height:96px;padding:10px 12px;line-height:1.5}:is(.Modal-module__weKyha__content input::placeholder,.Modal-module__weKyha__content textarea::placeholder){color:var(--fg-4);font-weight:var(--type-weight-regular)}:is(.Modal-module__weKyha__content input:hover:not(:disabled),.Modal-module__weKyha__content textarea:hover:not(:disabled),.Modal-module__weKyha__content select:hover:not(:disabled)){border-color:var(--border-strong)}:is(.Modal-module__weKyha__content input:focus,.Modal-module__weKyha__content textarea:focus,.Modal-module__weKyha__content select:focus){border-color:var(--fg-1);box-shadow:0 0 0 3px #1118271a}:is(.Modal-module__weKyha__content input:disabled,.Modal-module__weKyha__content textarea:disabled,.Modal-module__weKyha__content select:disabled){background:var(--bg-2);color:var(--fg-3);cursor:not-allowed}@media (max-width:480px){.Modal-module__weKyha__overlay{align-items:flex-end;padding:0}.Modal-module__weKyha__modal{border-radius:16px 16px 0 0;width:100%;max-width:100%;max-height:92vh;padding:20px 18px 16px}.Modal-module__weKyha__title{font-size:var(--type-size-section)}}
.DateCalendar-module__5f9tPq__wrap{gap:var(--s-3);background:var(--bg-2);border:1px solid var(--border-1);border-radius:var(--radius-lg);padding:var(--s-4);flex-direction:column;display:flex}.DateCalendar-module__5f9tPq__header{justify-content:space-between;align-items:center;gap:var(--s-2);display:flex}.DateCalendar-module__5f9tPq__monthLabel{font-size:var(--type-size-section);font-weight:var(--type-weight-bold);color:var(--fg-1);letter-spacing:var(--tracking-tight)}.DateCalendar-module__5f9tPq__navBtn{border:1px solid var(--border-2);border-radius:var(--radius-sm);background:var(--bg-1);width:30px;height:30px;color:var(--fg-2);cursor:pointer;transition:background var(--duration-fast) var(--ease-out), transform var(--duration-fast) var(--ease-out);justify-content:center;align-items:center;display:inline-flex}.DateCalendar-module__5f9tPq__navBtn:hover{background:var(--bg-3)}.DateCalendar-module__5f9tPq__navBtn:active{transform:scale(.9)}.DateCalendar-module__5f9tPq__grid{grid-template-columns:repeat(7,1fr);gap:4px;display:grid;position:relative}.DateCalendar-module__5f9tPq__thumb{z-index:1;background:var(--color-primary);border-radius:var(--radius-sm);pointer-events:none;opacity:0;transition:transform var(--dur-base) var(--ease-pop), width var(--dur-enter) var(--ease-out), height var(--dur-enter) var(--ease-out), opacity var(--dur-fast) var(--ease-out);position:absolute;top:0;left:0}.DateCalendar-module__5f9tPq__grid[data-ready=true] .DateCalendar-module__5f9tPq__thumb{opacity:1}.DateCalendar-module__5f9tPq__dow{text-align:center;font-size:var(--type-size-caption);font-weight:var(--type-weight-bold);color:var(--fg-3);padding-bottom:2px}.DateCalendar-module__5f9tPq__dowSun{color:#dc2626}.DateCalendar-module__5f9tPq__dowSat{color:#2563eb}.DateCalendar-module__5f9tPq__cell{aspect-ratio:1;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:0;display:flex;position:relative}.DateCalendar-module__5f9tPq__cell:before{content:"";z-index:0;border-radius:var(--radius-sm);transition:background var(--duration-fast) var(--ease-out);background:0 0;position:absolute;inset:0}.DateCalendar-module__5f9tPq__cell:hover:not(.DateCalendar-module__5f9tPq__selected):not(.DateCalendar-module__5f9tPq__disabled):before{background:var(--bg-3)}.DateCalendar-module__5f9tPq__selected:hover:before{background:0 0}.DateCalendar-module__5f9tPq__num{z-index:2;border-radius:var(--radius-pill,999px);width:26px;height:26px;font-size:var(--type-size-body);font-weight:var(--type-weight-semibold);color:var(--fg-1);animation:DateCalendar-module__5f9tPq__cellNumIn var(--dur-enter) var(--ease-out);justify-content:center;align-items:center;display:inline-flex;position:relative}.DateCalendar-module__5f9tPq__cell:not(.DateCalendar-module__5f9tPq__disabled):active .DateCalendar-module__5f9tPq__num{transition:transform var(--dur-press) var(--ease-out);transform:scale(.86)}.DateCalendar-module__5f9tPq__empty{cursor:default}.DateCalendar-module__5f9tPq__empty:before{background:0 0}.DateCalendar-module__5f9tPq__disabled{cursor:default}.DateCalendar-module__5f9tPq__disabled .DateCalendar-module__5f9tPq__num{color:var(--fg-4);opacity:.55}.DateCalendar-module__5f9tPq__disabled:before{background:0 0}.DateCalendar-module__5f9tPq__today .DateCalendar-module__5f9tPq__num{background:color-mix(in srgb, var(--color-primary,#0e1118) 9%, transparent);font-weight:var(--type-weight-bold)}.DateCalendar-module__5f9tPq__selected:before{box-shadow:none;background:0 0}.DateCalendar-module__5f9tPq__selected .DateCalendar-module__5f9tPq__num{color:#fff;opacity:1;background:0 0}.DateCalendar-module__5f9tPq__inRange:before{background:var(--color-primary);border-radius:0;inset:0 -3px}.DateCalendar-module__5f9tPq__inRange:hover:not(.DateCalendar-module__5f9tPq__disabled):before{background:var(--color-primary)}.DateCalendar-module__5f9tPq__inRange .DateCalendar-module__5f9tPq__num{color:#fff;opacity:1;background:0 0}.DateCalendar-module__5f9tPq__rangeEdge:before{background:var(--color-primary);box-shadow:none}.DateCalendar-module__5f9tPq__rangeEdge:hover:before{background:var(--color-primary)}.DateCalendar-module__5f9tPq__rangeEdge .DateCalendar-module__5f9tPq__num{color:#fff;opacity:1;background:0 0}.DateCalendar-module__5f9tPq__rangeStart:before{border-radius:var(--radius-sm) 0 0 var(--radius-sm);inset:0 -3px 0 0}.DateCalendar-module__5f9tPq__rangeEnd:before{border-radius:0 var(--radius-sm) var(--radius-sm) 0;inset:0 0 0 -3px}@keyframes DateCalendar-module__5f9tPq__cellNumIn{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.DateCalendar-module__5f9tPq__thumb,.DateCalendar-module__5f9tPq__num,.DateCalendar-module__5f9tPq__navBtn{transition:none;animation:none}}
.DateField-module__lIP_2q__trigger.DateField-module__lIP_2q__trigger{align-items:center;gap:var(--s-2);border:1px solid var(--border-2);border-radius:var(--radius-md);background:var(--bg-1);width:100%;min-height:40px;color:var(--fg-1);font-size:var(--fs-sm,.875rem);font-weight:var(--type-weight-medium);text-align:left;cursor:pointer;transition:border-color var(--duration-fast) var(--ease-out), background var(--duration-fast) var(--ease-out), box-shadow var(--duration-fast) var(--ease-out);padding:0 .75rem;font-family:inherit;display:inline-flex}.DateField-module__lIP_2q__trigger.DateField-module__lIP_2q__inline{flex:1 1 0;width:auto;min-width:0}.DateField-module__lIP_2q__trigger.DateField-module__lIP_2q__trigger:hover:not(:disabled){border-color:var(--fg-4);background:var(--bg-2)}.DateField-module__lIP_2q__trigger.DateField-module__lIP_2q__trigger:focus-visible{border-color:var(--color-primary);box-shadow:0 0 0 3px color-mix(in srgb, var(--color-primary) 14%, transparent);outline:none}.DateField-module__lIP_2q__trigger.DateField-module__lIP_2q__trigger:disabled{opacity:.55;cursor:not-allowed}.DateField-module__lIP_2q__icon{color:var(--fg-3);transition:color var(--duration-fast) var(--ease-out);flex-shrink:0}.DateField-module__lIP_2q__trigger.DateField-module__lIP_2q__trigger:hover:not(:disabled) .DateField-module__lIP_2q__icon{color:var(--fg-2)}.DateField-module__lIP_2q__trigger:not([data-empty=true]) .DateField-module__lIP_2q__icon{color:var(--color-primary)}.DateField-module__lIP_2q__value{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}.DateField-module__lIP_2q__trigger[data-empty=true] .DateField-module__lIP_2q__value{color:var(--fg-4);font-weight:var(--type-weight-regular)}.DateField-module__lIP_2q__modalActions{justify-content:flex-end;width:100%;display:flex}.DateField-module__lIP_2q__closeBtn{border-radius:var(--radius-sm);background:var(--color-primary);color:#fff;min-height:38px;font-size:var(--type-size-body);font-weight:var(--type-weight-semibold);cursor:pointer;transition:background var(--duration-fast) var(--ease-out);border:none;justify-content:center;align-items:center;padding:.5rem 1.25rem;font-family:inherit;display:inline-flex}.DateField-module__lIP_2q__closeBtn:hover{background:var(--color-primary-dark)}
.AppComponents-module__1yzhtG__button{align-items:center;gap:var(--s-2);height:40px;min-height:40px;padding:0 var(--s-4);border-radius:var(--radius-sm);border:1px solid var(--border-1);background:var(--bg-1);color:var(--fg-1);font-size:var(--type-size-body);font-weight:var(--type-weight-semibold);cursor:pointer;transition:border-color var(--duration-fast) var(--ease-out), box-shadow var(--duration-fast) var(--ease-out), transform var(--duration-fast) var(--ease-out);text-decoration:none;display:inline-flex}.AppComponents-module__1yzhtG__button:hover{border-color:var(--border-2);box-shadow:var(--shadow-pop);transform:translateY(-1px)}.AppComponents-module__1yzhtG__button:active:not(:disabled){transform:translateY(0)}.AppComponents-module__1yzhtG__button:focus-visible{box-shadow:var(--focus-ring,0 0 0 3px #1118272e);outline:none}.AppComponents-module__1yzhtG__button:disabled{opacity:.4;cursor:not-allowed}.AppComponents-module__1yzhtG__btnHasAiBadge{position:relative;overflow:visible}.AppComponents-module__1yzhtG__button.AppComponents-module__1yzhtG__btnHasAiBadge,.AppComponents-module__1yzhtG__button.AppComponents-module__1yzhtG__btnHasAiBadge:hover:not(:disabled){background:linear-gradient(var(--bg-1,#fff), var(--bg-1,#fff)) padding-box, linear-gradient(95deg, #ff3b3b, #ff9f1c, #ffd60a, #2ecc71, #3b82f6, #8b5cf6, #ff3b3b) border-box;color:var(--fg-1,#111827);border:1.5px solid #0000}.AppComponents-module__1yzhtG__btnAiBadge{z-index:2;color:#fff;height:15px;font-size:var(--type-size-caption);font-weight:var(--type-weight-bold);letter-spacing:.05em;pointer-events:none;background:linear-gradient(#15181f,#15181f) padding-box padding-box,linear-gradient(95deg,#ffc3d8,#ffd6a5,#fdffb6,#b5f5c8,#a8d8ff,#cdb4ff,#ffc3d8) border-box;border:1.5px solid #0000;border-radius:999px;align-items:center;padding:0 6px;line-height:1;display:inline-flex;position:absolute;top:-6px;right:-3px;box-shadow:0 2px 8px #0000004d}.AppComponents-module__1yzhtG__primary{background:var(--primary-fill);color:var(--color-primary-on,#fff);border-color:#0000}.AppComponents-module__1yzhtG__primary:hover:not(:disabled){background:var(--primary-fill-hover,#000)}.AppComponents-module__1yzhtG__secondary{background:var(--bg-1,#fff);color:var(--fg-1);border-color:var(--border-1)}.AppComponents-module__1yzhtG__secondary:hover:not(:disabled){background:var(--bg-2);border-color:var(--border-2)}.AppComponents-module__1yzhtG__danger{background:var(--bg-1,#fff);color:var(--color-danger-fg,#dc2626);border-color:#ef44444d}.AppComponents-module__1yzhtG__danger:hover:not(:disabled){background:var(--color-danger-bg,#fef2f2);border-color:var(--color-danger,#ef4444)}.AppComponents-module__1yzhtG__success{background:var(--color-success-bg,#ecfdf5);color:var(--color-success-fg,#059669);border-color:#10b9814d}.AppComponents-module__1yzhtG__success:hover:not(:disabled){background:var(--color-success-bg);border-color:var(--color-success,#10b981)}.AppComponents-module__1yzhtG__warning{background:var(--color-warning-bg,#fffbeb);color:var(--color-warning-fg,#d97706);border-color:#f59e0b4d}.AppComponents-module__1yzhtG__warning:hover:not(:disabled){background:var(--color-warning-bg);border-color:var(--color-warning,#f59e0b)}.AppComponents-module__1yzhtG__error{background:var(--color-danger-bg,#fef2f2);color:var(--color-danger-fg,#dc2626);border-color:#ef44444d}.AppComponents-module__1yzhtG__error:hover:not(:disabled){border-color:var(--color-danger,#ef4444)}.AppComponents-module__1yzhtG__neutral{background:var(--bg-3,#f1f5f9);color:var(--fg-2,#374151);border-color:var(--border-1,#0000000f)}.AppComponents-module__1yzhtG__neutral:hover:not(:disabled){background:var(--bg-muted,#fafafa);border-color:var(--border-2,#0000001a)}.AppComponents-module__1yzhtG__btnSm{font-size:var(--type-size-caption);gap:5px;height:36px;min-height:36px;padding:0 13px}.AppComponents-module__1yzhtG__btnLg{font-size:var(--type-size-section);gap:7px;padding:12px 24px}.AppComponents-module__1yzhtG__btnFullWidth{width:100%}.AppComponents-module__1yzhtG__btnIcon{justify-content:center;align-items:center;display:inline-flex}.AppComponents-module__1yzhtG__btnIcon svg{width:16px;height:16px}.AppComponents-module__1yzhtG__btnLg .AppComponents-module__1yzhtG__btnIcon svg{width:18px;height:18px}.AppComponents-module__1yzhtG__badge{border-radius:var(--radius-pill);font-size:var(--type-size-caption);font-weight:var(--fw-semibold,600);letter-spacing:var(--tracking-base,-.01em);white-space:nowrap;border:none;justify-content:center;align-items:center;gap:4px;padding:4px 10px;line-height:1;display:inline-flex}.AppComponents-module__1yzhtG__badge.AppComponents-module__1yzhtG__neutral{background:var(--bg-3,#f1f5f9);color:var(--fg-2,#374151)}.AppComponents-module__1yzhtG__badge.AppComponents-module__1yzhtG__primary{background:var(--primary-fill);color:var(--color-primary-on,#fff)}.AppComponents-module__1yzhtG__badge.AppComponents-module__1yzhtG__success{background:var(--color-success-bg,#ecfdf5);color:var(--color-success-fg,#059669)}.AppComponents-module__1yzhtG__badge.AppComponents-module__1yzhtG__warning{background:var(--color-warning-bg,#fffbeb);color:var(--color-warning-fg,#d97706)}.AppComponents-module__1yzhtG__badge.AppComponents-module__1yzhtG__error,.AppComponents-module__1yzhtG__badge.AppComponents-module__1yzhtG__danger{background:var(--color-danger-bg,#fef2f2);color:var(--color-danger-fg,#dc2626)}.AppComponents-module__1yzhtG__badge.AppComponents-module__1yzhtG__info{background:var(--color-info-bg,#eef2ff);color:var(--color-info-fg,#4338ca)}.AppComponents-module__1yzhtG__switch{cursor:pointer;width:46px;height:27px;transition:background var(--duration-base,.2s) var(--ease-out,ease), box-shadow var(--duration-base,.2s) var(--ease-out,ease);background:#c7ccd6;border:none;border-radius:999px;flex-shrink:0;padding:0;position:relative;box-shadow:inset 0 0 0 1px #00000014}.AppComponents-module__1yzhtG__switch:focus-visible{box-shadow:var(--focus-ring,0 0 0 3px #1118272e);outline:none}.AppComponents-module__1yzhtG__switch:disabled{opacity:.5;cursor:not-allowed}.AppComponents-module__1yzhtG__switchOn{background:var(--primary-fill);box-shadow:none}.AppComponents-module__1yzhtG__switchKnob{width:21px;height:21px;transition:transform var(--duration-base,.2s) var(--ease-pop);background:#fff;border-radius:50%;position:absolute;top:2px;left:2px;box-shadow:0 1px 3px #00000040}.AppComponents-module__1yzhtG__switchOn .AppComponents-module__1yzhtG__switchKnob{transform:translate(19px)}.AppComponents-module__1yzhtG__pageHeader{border-bottom:.5px solid var(--separator,#3c3c434a);transition:box-shadow var(--t-snap,.15s ease-out), backdrop-filter var(--t-base,.3s);background:0 0;margin-bottom:28px;padding:24px 0 20px}.AppComponents-module__1yzhtG__pageHeaderSticky{z-index:30;background:var(--surface-elevated);-webkit-backdrop-filter:blur(20px)saturate(180%);margin:-16px 0 24px;padding:16px 0 14px;position:sticky;top:0}.AppComponents-module__1yzhtG__pageBreadcrumb{font-size:var(--type-size-caption);font-weight:var(--type-weight-semibold);letter-spacing:.04em;color:var(--fg-4);align-items:center;gap:4px;margin-bottom:8px;display:flex}.AppComponents-module__1yzhtG__pageBreadcrumbItem{align-items:center;gap:4px;display:inline-flex}.AppComponents-module__1yzhtG__pageBreadcrumbItem:last-child{color:var(--fg-2)}.AppComponents-module__1yzhtG__pageBreadcrumbSep{color:var(--fg-4);margin:0 2px}.AppComponents-module__1yzhtG__pageHeaderTop{align-items:flex-start;gap:12px;display:flex}.AppComponents-module__1yzhtG__backButton{border-radius:var(--radius-pill);border:1px solid var(--border-2,#0000001a);background:var(--bg-1,#fff);width:36px;height:36px;min-height:36px;color:var(--fg-3,#33363d);font-size:var(--type-size-body);cursor:pointer;transition:border-color var(--duration-base) var(--ease-out), color var(--duration-base) var(--ease-out);flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.AppComponents-module__1yzhtG__backButton:hover{border-color:var(--border-3,#0000002e);color:var(--fg-1,#111827)}.AppComponents-module__1yzhtG__backButton:focus-visible{border-color:var(--color-primary,#111827);outline:none;box-shadow:0 0 0 3px #0000001f}.AppComponents-module__1yzhtG__pageHeaderText{flex:1;min-width:0}.AppComponents-module__1yzhtG__pageTitle{font-size:var(--type-size-page-title);font-weight:var(--type-weight-bold);letter-spacing:-.022em;color:var(--fg-1);margin:0;line-height:1.18}.AppComponents-module__1yzhtG__pageDescription{color:var(--fg-2);font-size:var(--type-size-section);font-weight:var(--type-weight-regular);letter-spacing:-.022em;max-width:680px;margin:8px 0 0;line-height:1.47}.AppComponents-module__1yzhtG__pageActions{align-items:center;gap:var(--s-2,8px);flex-shrink:0;display:flex}.AppComponents-module__1yzhtG__toolbar{background:0 0;border:none;border-radius:0;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px;margin-bottom:20px;padding:0;display:grid}.AppComponents-module__1yzhtG__fieldLabel{font-size:var(--type-size-caption);font-weight:var(--type-weight-semibold);letter-spacing:-.005em;text-transform:none;color:var(--fg-3);flex-direction:column;gap:8px;display:flex}.AppComponents-module__1yzhtG__fieldLabel input,.AppComponents-module__1yzhtG__fieldLabel select{height:42px;font-size:var(--type-size-body);font-weight:var(--type-weight-medium);letter-spacing:-.018em;text-transform:none;font-family:var(--font-sans,var(--font-family-base));color:var(--fg-1);background:var(--surface-input,#fff);border:1px solid var(--border-2);box-sizing:border-box;width:100%;transition:border-color var(--dur-fast) cubic-bezier(.2, .8, .2, 1), box-shadow var(--dur-fast) cubic-bezier(.2, .8, .2, 1);border-radius:10px;outline:none;padding:0 14px}.AppComponents-module__1yzhtG__fieldLabel select{appearance:none;cursor:pointer;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%236e6e73' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'/></svg>");background-position:right 14px center;background-repeat:no-repeat;padding-right:36px}.AppComponents-module__1yzhtG__fieldLabel input::placeholder{color:var(--fg-4);font-weight:var(--type-weight-regular)}.AppComponents-module__1yzhtG__fieldLabel input:hover,.AppComponents-module__1yzhtG__fieldLabel select:hover{border-color:var(--border-3)}.AppComponents-module__1yzhtG__fieldLabel input:focus,.AppComponents-module__1yzhtG__fieldLabel select:focus{border-color:var(--fg-1);box-shadow:0 0 0 3px #00000014}.AppComponents-module__1yzhtG__tableRow{gap:var(--s-2,8px);border:1px solid var(--border-1,#0000000f);border-radius:var(--radius-md);background:var(--bg-1,#fff);padding:10px var(--s-3,12px);grid-template-columns:repeat(4,minmax(0,1fr));display:grid}.AppComponents-module__1yzhtG__tableRow.AppComponents-module__1yzhtG__header{background:var(--bg-muted,#fafafa);font-size:var(--fs-xs,12px);font-weight:var(--fw-bold,700);letter-spacing:var(--tracking-caps,.1em);text-transform:uppercase;color:var(--fg-3,#33363d)}.AppComponents-module__1yzhtG__tableRow.AppComponents-module__1yzhtG__empty{color:var(--fg-3,#33363d);text-align:center;font-size:var(--fs-sm,13px);grid-template-columns:1fr}.AppComponents-module__1yzhtG__tableCell{font-size:var(--fs-base,14px);color:var(--fg-1,#111827);text-align:center}@media (max-width:768px){.AppComponents-module__1yzhtG__tableRow{grid-template-columns:repeat(2,minmax(0,1fr));gap:4px 12px;padding:12px 14px}.AppComponents-module__1yzhtG__tableRow.AppComponents-module__1yzhtG__header{display:none}.AppComponents-module__1yzhtG__tableCell{text-align:left;font-size:var(--type-size-caption);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}}@media (max-width:480px){.AppComponents-module__1yzhtG__tableRow{grid-template-columns:1fr;gap:2px}}.AppComponents-module__1yzhtG__dayChip{border:1px solid var(--border-2,#0000001a);border-radius:var(--radius-md);background:var(--bg-1,#fff);color:var(--fg-2,#374151);font-size:var(--fs-sm,13px);font-weight:var(--fw-semibold,600);cursor:pointer;transition:background var(--duration-base) var(--ease-out), border-color var(--duration-base) var(--ease-out), color var(--duration-base) var(--ease-out);padding:6px 12px}.AppComponents-module__1yzhtG__dayChip:hover:not(:disabled){border-color:var(--border-3,#0000002e);background:var(--bg-3,#f1f5f9)}.AppComponents-module__1yzhtG__dayChip.AppComponents-module__1yzhtG__selected{background:var(--primary-fill);border-color:var(--primary-fill);color:var(--color-primary-on,#fff)}.AppComponents-module__1yzhtG__notificationItem{border:none;border-bottom:var(--divider-row);align-items:center;gap:var(--s-3,12px);text-align:left;width:100%;padding:var(--s-3,12px) var(--s-4,16px);cursor:pointer;transition:background var(--duration-fast) var(--ease-snap);background:0 0;border-radius:0;display:flex}.AppComponents-module__1yzhtG__notificationItem:last-child{border-bottom:none}.AppComponents-module__1yzhtG__notificationItem:hover{background:var(--card-bg-tint-2)}.AppComponents-module__1yzhtG__notificationItem.AppComponents-module__1yzhtG__highlighted{background:var(--card-bg-tint)}.AppComponents-module__1yzhtG__notificationMain{flex:1;min-width:0}.AppComponents-module__1yzhtG__notificationTitle{font-weight:var(--fw-semibold,600);font-size:var(--fs-base,14px);color:var(--fg-1,#111827)}.AppComponents-module__1yzhtG__notificationDescription{font-size:var(--fs-sm,13px);color:var(--fg-3,#33363d);margin-top:3px}.AppComponents-module__1yzhtG__schoolResultItem{text-align:left;border:none;border-bottom:var(--divider-row);width:100%;padding:10px var(--s-4,16px);cursor:pointer;transition:background var(--duration-fast) var(--ease-snap);background:0 0;border-radius:0}.AppComponents-module__1yzhtG__schoolResultItem:last-child{border-bottom:none}.AppComponents-module__1yzhtG__schoolResultItem:hover{background:var(--card-bg-tint-2)}.AppComponents-module__1yzhtG__schoolResultItem.AppComponents-module__1yzhtG__selected{background:var(--card-bg-tint)}.AppComponents-module__1yzhtG__schoolName{font-weight:var(--fw-semibold,600);font-size:var(--fs-base,14px);color:var(--fg-1,#111827)}.AppComponents-module__1yzhtG__schoolMeta{color:var(--fg-3,#33363d);font-size:var(--fs-sm,13px);margin-top:3px}.AppComponents-module__1yzhtG__roleCard{border:1px solid var(--border-1);border-radius:var(--radius-lg);background:var(--bg-1,#fff);box-shadow:var(--elev-1);padding:var(--s-4,16px);text-align:left;cursor:pointer;transition:background var(--duration-base) var(--ease-out), box-shadow var(--duration-base) var(--ease-out), transform var(--duration-base) var(--ease-out);flex-direction:column;gap:5px;display:flex}.AppComponents-module__1yzhtG__roleCard:hover{box-shadow:var(--elev-2);transform:translateY(-2px)}.AppComponents-module__1yzhtG__roleCard.AppComponents-module__1yzhtG__selected{background:var(--color-primary-soft,#f3f4f6);box-shadow:var(--elev-2)}.AppComponents-module__1yzhtG__roleEmoji{font-size:var(--type-size-page-title);line-height:1}.AppComponents-module__1yzhtG__roleTitle{font-size:var(--fs-base,14px);font-weight:var(--fw-bold,700);color:var(--fg-1,#111827)}.AppComponents-module__1yzhtG__roleDescription{font-size:var(--fs-sm,13px);color:var(--fg-3,#33363d)}.AppComponents-module__1yzhtG__groupWsCard{align-items:center;gap:var(--s-3,12px);border:1px solid var(--border-1);border-radius:var(--radius-lg,16px);background:var(--bg-1,#fff);width:100%;padding:var(--s-4,16px);cursor:pointer;text-align:left;transition:border-color var(--duration-base,.2s) var(--ease-out,ease-out), box-shadow var(--duration-base,.2s) var(--ease-out,ease-out), transform var(--duration-base,.2s) var(--ease-out,ease-out);font-family:inherit;display:flex}.AppComponents-module__1yzhtG__groupWsCard:hover{border-color:var(--border-3,#0000002e);box-shadow:var(--shadow-pop,0 8px 24px #00000014);transform:translateY(-2px)}.AppComponents-module__1yzhtG__groupWsCard:active{transform:translateY(0)scale(.995)}.AppComponents-module__1yzhtG__groupWsCard:focus-visible{border-color:var(--color-primary,#111827);outline:none;box-shadow:0 0 0 3px #0000001f}.AppComponents-module__1yzhtG__groupWsDot{border-radius:var(--radius-pill,999px);flex-shrink:0;width:10px;height:10px;box-shadow:0 0 0 3px #0000000a}.AppComponents-module__1yzhtG__groupWsText{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.AppComponents-module__1yzhtG__groupWsName{font-size:var(--fs-md,15px);font-weight:var(--type-weight-semibold);color:var(--fg-1,#111827);letter-spacing:-.01em;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.AppComponents-module__1yzhtG__groupWsMeta{font-size:var(--fs-xs,12px);color:var(--fg-3,#33363d)}.AppComponents-module__1yzhtG__groupWsActions{flex-shrink:0;align-items:center;gap:2px;display:inline-flex}.AppComponents-module__1yzhtG__groupWsActions button{border-radius:var(--radius-sm,8px);width:30px;height:30px;color:var(--fg-3,#33363d);cursor:pointer;transition:background var(--dur-press) ease-out, color var(--dur-press) ease-out;background:0 0;border:none;justify-content:center;align-items:center;display:inline-flex}.AppComponents-module__1yzhtG__groupWsActions button:hover{background:var(--bg-3,#f1f5f9);color:var(--fg-1,#111827)}.AppComponents-module__1yzhtG__groupWsActions button[data-danger]:hover{background:var(--color-danger-bg,#fef2f2);color:var(--color-danger,#dc2626)}.AppComponents-module__1yzhtG__groupWsChevron{font-size:var(--type-size-page-title);color:var(--fg-4,#4d5158);flex-shrink:0;line-height:1}.AppComponents-module__1yzhtG__teacherProfileCard{align-items:stretch;gap:var(--s-2,8px);display:flex}.AppComponents-module__1yzhtG__teacherProfileMain{align-items:center;gap:var(--s-3,12px);border:1px solid var(--border-1);border-radius:var(--radius-lg);background:var(--bg-1,#fff);box-shadow:var(--elev-1);padding:var(--s-3,12px) var(--s-4,16px);text-align:left;cursor:pointer;transition:background var(--duration-base) var(--ease-out), box-shadow var(--duration-base) var(--ease-out), transform var(--duration-base) var(--ease-out);flex:1;display:flex}.AppComponents-module__1yzhtG__teacherProfileMain:hover:not(:disabled){box-shadow:var(--elev-2);transform:translateY(-2px)}.AppComponents-module__1yzhtG__teacherProfileMain:disabled{cursor:default}.AppComponents-module__1yzhtG__teacherProfilePending .AppComponents-module__1yzhtG__teacherProfileMain{opacity:.72}.AppComponents-module__1yzhtG__teacherProfileAvatar{border-radius:var(--radius-pill,999px);background:var(--primary-fill,#111827);color:#fff;width:48px;height:48px;font-size:var(--fs-base,15px);font-weight:var(--fw-bold,700);letter-spacing:-.02em;flex:none;justify-content:center;align-items:center;display:flex}.AppComponents-module__1yzhtG__teacherProfileText{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.AppComponents-module__1yzhtG__teacherProfileName{font-size:var(--fs-base,15px);font-weight:var(--fw-bold,700);color:var(--fg-1,#111827);white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.AppComponents-module__1yzhtG__teacherProfileSub{font-size:var(--fs-sm,13px);color:var(--fg-3,#33363d)}.AppComponents-module__1yzhtG__teacherProfileChevron{font-size:var(--type-size-page-title);color:var(--fg-4,#4d5158);flex:none;line-height:1}.AppComponents-module__1yzhtG__teacherProfileRemove{border:1px solid var(--border-1);border-radius:var(--radius-lg);background:var(--bg-1,#fff);width:40px;color:var(--fg-3,#33363d);font-size:var(--type-size-body);cursor:pointer;transition:background var(--duration-fast) var(--ease-out), color var(--duration-fast) var(--ease-out);flex:none}.AppComponents-module__1yzhtG__teacherProfileRemove:hover{background:var(--bg-3,#f1f5f9);color:var(--fg-1,#111827)}.AppComponents-module__1yzhtG__emptyState{border-radius:var(--radius-lg);background:var(--bg-muted,#fafafa);padding:var(--s-8,32px) var(--s-4,16px);text-align:center;align-items:center;gap:var(--s-2,8px);flex-direction:column;display:flex}.AppComponents-module__1yzhtG__emptyState h3{font-size:var(--fs-md,15px);font-weight:var(--fw-semibold,600);color:var(--fg-1,#111827)}.AppComponents-module__1yzhtG__emptyState p{color:var(--fg-3,#33363d);font-size:var(--fs-sm,13px)}.AppComponents-module__1yzhtG__emptyIcon{border-radius:var(--radius-pill);background:var(--bg-3,#f1f5f9);width:40px;height:40px;color:var(--fg-3,#1c1c1ea6);justify-content:center;align-items:center;margin-bottom:4px;display:flex}.AppComponents-module__1yzhtG__threadItem{border:none;border-bottom:var(--divider-row);text-align:left;width:100%;padding:var(--s-3,12px) var(--s-4,16px);cursor:pointer;transition:background var(--duration-fast) var(--ease-snap);background:0 0;border-radius:0;flex-direction:column;gap:4px;display:flex}.AppComponents-module__1yzhtG__threadItem:last-child{border-bottom:none}.AppComponents-module__1yzhtG__threadItem:hover{background:var(--card-bg-tint-2)}.AppComponents-module__1yzhtG__threadItem.AppComponents-module__1yzhtG__selected{background:var(--card-bg-tint)}.AppComponents-module__1yzhtG__threadHead{justify-content:space-between;align-items:center;gap:var(--s-2,8px);display:flex}.AppComponents-module__1yzhtG__threadHead strong{font-size:var(--fs-base,14px);font-weight:var(--fw-semibold,600);color:var(--fg-1,#111827)}.AppComponents-module__1yzhtG__threadPreview{font-size:var(--fs-sm,13px);color:var(--fg-3,#33363d);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.AppComponents-module__1yzhtG__threadTime{font-size:var(--fs-xs,12px);color:var(--fg-4,#4d5158)}.AppComponents-module__1yzhtG__chatBubble{border-radius:var(--radius-lg);flex-direction:column;gap:4px;max-width:360px;padding:10px 12px;display:flex}.AppComponents-module__1yzhtG__chatBubble.AppComponents-module__1yzhtG__teacher{background:var(--bg-1,#fff);color:var(--fg-1,#111827);border:none}.AppComponents-module__1yzhtG__chatBubble.AppComponents-module__1yzhtG__student{background:var(--primary-fill);color:var(--color-primary-on,#fff);border:1px solid #0000}.AppComponents-module__1yzhtG__chatSender{font-size:var(--fs-xs,12px);font-weight:var(--fw-semibold,600);opacity:.7}.AppComponents-module__1yzhtG__chatMessage{font-size:var(--fs-sm,13px);line-height:var(--lh-normal,1.5)}.AppComponents-module__1yzhtG__chatTime{font-size:var(--fs-xs,12px);opacity:.6}.AppComponents-module__1yzhtG__chatComposer{border:1px solid var(--border-1);border-radius:var(--radius-lg);background:var(--bg-1,#fff);padding:var(--s-2,8px);gap:var(--s-2,8px);align-items:flex-end;display:flex}.AppComponents-module__1yzhtG__chatComposer textarea{resize:vertical;min-height:44px;max-height:120px;font-family:var(--font-sans,var(--font-family-base));font-size:var(--fs-base,14px);color:var(--fg-1,#111827);line-height:var(--lh-normal,1.5);box-sizing:border-box;background:0 0;border:none;outline:none;flex:1}.AppComponents-module__1yzhtG__srOnly{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.AppComponents-module__1yzhtG__statusToggle{border:1px solid var(--border-2,#0000001a);border-radius:var(--radius-md);background:var(--bg-1,#fff);color:var(--fg-2,#374151);font-size:var(--fs-sm,13px);font-weight:var(--fw-semibold,600);cursor:pointer;transition:background var(--duration-base) var(--ease-out), border-color var(--duration-base) var(--ease-out), color var(--duration-base) var(--ease-out);padding:6px 12px}.AppComponents-module__1yzhtG__statusToggle:hover{border-color:var(--border-3,#0000002e)}.AppComponents-module__1yzhtG__statusToggle.AppComponents-module__1yzhtG__selected.AppComponents-module__1yzhtG__success{background:var(--color-success,#10b981);border-color:var(--color-success,#10b981);color:#fff}.AppComponents-module__1yzhtG__statusToggle.AppComponents-module__1yzhtG__selected.AppComponents-module__1yzhtG__warning{background:var(--color-warning,#f59e0b);border-color:var(--color-warning,#f59e0b);color:#fff}.AppComponents-module__1yzhtG__statusToggle.AppComponents-module__1yzhtG__selected.AppComponents-module__1yzhtG__error{background:var(--color-danger,#ef4444);border-color:var(--color-danger,#ef4444);color:#fff}.AppComponents-module__1yzhtG__qrCard{border:1px solid var(--border-1,#0000000f);border-radius:var(--radius-md);background:var(--bg-1,#fff);padding:var(--s-4,16px);gap:var(--s-2,8px);flex-direction:column;display:flex}.AppComponents-module__1yzhtG__qrCard h3{font-size:var(--fs-md,15px);font-weight:var(--fw-bold,700);color:var(--fg-1,#111827)}.AppComponents-module__1yzhtG__qrMeta{color:var(--fg-3,#33363d);font-size:var(--fs-sm,13px)}.AppComponents-module__1yzhtG__qrPlaceholder{border-radius:var(--radius-md);border:1px solid var(--border-2,#0000001a);background:var(--bg-3,#f1f5f9);width:180px;height:180px;color:var(--fg-4,#4d5158);font-size:var(--fs-sm,13px);justify-content:center;align-items:center;display:flex}.AppComponents-module__1yzhtG__qrImage{object-fit:cover;border-radius:var(--radius-md);border:1px solid var(--border-1,#0000000f);width:180px;height:180px}.AppComponents-module__1yzhtG__linkButton{border:1px solid var(--border-2,#0000001a);border-radius:var(--radius-sm);width:fit-content;color:var(--fg-2,#374151);background:var(--bg-1,#fff);font-size:var(--fs-sm,13px);font-weight:var(--fw-medium,500);cursor:pointer;transition:border-color var(--duration-base) var(--ease-out);justify-content:center;align-items:center;padding:6px 12px;display:inline-flex}.AppComponents-module__1yzhtG__linkButton:hover{border-color:var(--border-3,#0000002e)}.AppComponents-module__1yzhtG__bannerItem{border:1px solid var(--border-1);border-radius:var(--radius-md);background:var(--bg-1,#fff);padding:var(--s-3,12px);gap:var(--s-3,12px);align-items:flex-start;display:flex}.AppComponents-module__1yzhtG__bannerThumb{object-fit:cover;border-radius:var(--radius-sm);border:none;flex-shrink:0;width:92px;height:58px}.AppComponents-module__1yzhtG__bannerBody{flex:1;min-width:0}.AppComponents-module__1yzhtG__bannerBody h4{font-size:var(--fs-base,14px);font-weight:var(--fw-semibold,600);color:var(--fg-1,#111827)}.AppComponents-module__1yzhtG__bannerBody p{color:var(--fg-3,#33363d);font-size:var(--fs-sm,13px);margin-top:3px}.AppComponents-module__1yzhtG__bannerActions{flex-wrap:wrap;flex-shrink:0;place-content:flex-start flex-end;gap:5px;display:flex}.AppComponents-module__1yzhtG__codeCard{border:1px solid var(--border-1);border-radius:var(--radius-md);background:var(--bg-1,#fff);padding:var(--s-4,16px);align-items:stretch;gap:var(--s-2,8px);flex-direction:column;width:100%;display:flex}.AppComponents-module__1yzhtG__codeCardMain{justify-content:space-between;align-items:center;gap:var(--s-3,12px);display:flex}.AppComponents-module__1yzhtG__inviteLink{font-size:var(--fs-sm,13px);font-weight:var(--fw-medium,500);color:var(--apple-blue,#06c);text-underline-offset:3px;cursor:pointer;background:0 0;border:none;align-self:flex-start;padding:2px 0;text-decoration:underline}.AppComponents-module__1yzhtG__inviteLink:hover:not(:disabled){color:var(--apple-blue-hover,#0077ed)}.AppComponents-module__1yzhtG__inviteLink:disabled{opacity:.5;cursor:default}.AppComponents-module__1yzhtG__codeLabel{font-size:var(--fs-sm,13px);color:var(--fg-3,#33363d);margin-bottom:4px}.AppComponents-module__1yzhtG__codeValue{font-weight:var(--fw-bold,700);font-size:var(--fs-lg,18px);letter-spacing:var(--tracking-snug,-.02em);color:var(--fg-1,#111827)}.AppComponents-module__1yzhtG__codeActions{flex-shrink:0;gap:6px;display:flex}.AppComponents-module__1yzhtG__modalOverlay{-webkit-backdrop-filter:blur(12px)saturate(160%);z-index:1000;padding:var(--s-4,16px);background:#1f1d1a6b;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.AppComponents-module__1yzhtG__modalCard{border:1px solid var(--border-1);border-radius:var(--radius-lg);background:var(--bg-1,#fff);width:min(460px,100%);padding:var(--s-6,24px);gap:var(--s-4,16px);box-shadow:var(--elev-3);flex-direction:column;display:flex}.AppComponents-module__1yzhtG__modalCard h3{font-size:var(--fs-md,15px);font-weight:var(--fw-bold,700);color:var(--fg-1,#111827)}.AppComponents-module__1yzhtG__modalActions{justify-content:flex-end;gap:var(--s-2,8px);margin-top:var(--s-2,8px);display:flex}.AppComponents-module__1yzhtG__sk{gap:var(--s-3,12px);width:100%;padding:.25rem 0 var(--s-12,48px);flex-direction:column;display:flex}.AppComponents-module__1yzhtG__skBlock{background:var(--bg-3,#eef1f6);border-radius:var(--radius-sm,8px);flex:none;position:relative;overflow:hidden}.AppComponents-module__1yzhtG__skBlock:after{content:"";background:linear-gradient(90deg,#fff0 0%,#ffffffa6 50%,#fff0 100%);animation:1.5s ease-in-out infinite AppComponents-module__1yzhtG__pageSkeletonShimmer;position:absolute;inset:0;transform:translate(-200%)}@keyframes AppComponents-module__1yzhtG__pageSkeletonShimmer{to{transform:translate(200%)}}@media (prefers-color-scheme:dark){html[data-desktop="1"] .AppComponents-module__1yzhtG__skBlock:after{background:linear-gradient(90deg,#fff0 0%,#ffffff12 50%,#fff0 100%)}}@media (prefers-reduced-motion:reduce){.AppComponents-module__1yzhtG__skBlock:after{animation:none}}.AppComponents-module__1yzhtG__skKpiRow{gap:var(--s-2,10px);grid-template-columns:repeat(4,minmax(0,1fr));display:grid}.AppComponents-module__1yzhtG__skSplit{gap:var(--s-3,12px);grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);display:grid}.AppComponents-module__1yzhtG__skTileRow{gap:var(--s-2,10px);grid-template-columns:repeat(6,minmax(0,1fr));display:grid}.AppComponents-module__1yzhtG__skToolbar,.AppComponents-module__1yzhtG__skActionBar{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.AppComponents-module__1yzhtG__skChipStrip{flex-wrap:wrap;gap:.5rem;display:flex}.AppComponents-module__1yzhtG__skTable{flex-direction:column;gap:8px;display:flex}.AppComponents-module__1yzhtG__skTableHead{opacity:.85}.AppComponents-module__1yzhtG__skCardGrid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:.85rem;display:grid}.AppComponents-module__1yzhtG__skCard{border:1px solid var(--border-1);border-radius:var(--radius-md,12px);background:var(--bg-1,#fff);flex-direction:column;gap:8px;padding:12px;display:flex}.AppComponents-module__1yzhtG__skForm{flex-direction:column;gap:1.1rem;max-width:640px;display:flex}.AppComponents-module__1yzhtG__skField{flex-direction:column;gap:8px;display:flex}.AppComponents-module__1yzhtG__skChat{grid-template-columns:minmax(220px,.8fr) minmax(0,1.2fr);gap:.85rem;min-height:420px;display:grid}.AppComponents-module__1yzhtG__skThreadList{border:1px solid var(--border-1);border-radius:var(--radius-md,12px);background:var(--bg-1,#fff);flex-direction:column;gap:6px;padding:10px;display:flex}.AppComponents-module__1yzhtG__skThread{align-items:center;gap:10px;padding:6px 4px;display:flex}.AppComponents-module__1yzhtG__skThreadBody{flex-direction:column;flex:1;gap:6px;display:flex}.AppComponents-module__1yzhtG__skConvo{border:1px solid var(--border-1);border-radius:var(--radius-md,12px);background:var(--bg-1,#fff);flex-direction:column;gap:.75rem;padding:14px;display:flex}.AppComponents-module__1yzhtG__skBubbles{flex-direction:column;flex:1;gap:12px;display:flex}.AppComponents-module__1yzhtG__skBubbleThem{align-self:flex-start}.AppComponents-module__1yzhtG__skBubbleMine{align-self:flex-end}.AppComponents-module__1yzhtG__skCommList{flex-direction:column;gap:12px;display:flex}.AppComponents-module__1yzhtG__skCommCard{border:1px solid var(--border-1);border-radius:var(--radius-md,12px);background:var(--bg-1,#fff);flex-direction:column;gap:8px;padding:16px;display:flex}.AppComponents-module__1yzhtG__skDetail{flex-direction:column;gap:1.25rem;max-width:720px;display:flex}.AppComponents-module__1yzhtG__skDetailHead{align-items:center;gap:14px;display:flex}.AppComponents-module__1yzhtG__skDetailHeadText{flex-direction:column;gap:8px;display:flex}.AppComponents-module__1yzhtG__skSection{border:1px solid var(--border-1);border-radius:var(--radius-md,12px);background:var(--bg-1,#fff);flex-direction:column;gap:10px;padding:16px;display:flex}.AppComponents-module__1yzhtG__skTileBar{flex-wrap:wrap;gap:10px;display:flex}.AppComponents-module__1yzhtG__skWorkSplit{grid-template-columns:minmax(0,1fr) minmax(220px,.42fr);align-items:start;gap:.85rem;display:grid}.AppComponents-module__1yzhtG__skWorkSide{flex-direction:column;gap:10px;display:flex}.AppComponents-module__1yzhtG__skProfile{grid-template-columns:minmax(220px,.7fr) minmax(0,1.3fr);align-items:start;gap:.85rem;display:grid}.AppComponents-module__1yzhtG__skProfToolbar{flex-direction:column;gap:10px;display:flex}.AppComponents-module__1yzhtG__skProfCanvas{flex-direction:column;gap:12px;display:flex}.AppComponents-module__1yzhtG__skCharts{flex-direction:column;gap:14px;display:flex}.AppComponents-module__1yzhtG__skStub{opacity:.6;justify-content:center;padding:3rem 0;display:flex}@media (max-width:900px){.AppComponents-module__1yzhtG__skKpiRow,.AppComponents-module__1yzhtG__skTileRow{grid-template-columns:repeat(2,minmax(0,1fr))}.AppComponents-module__1yzhtG__skSplit,.AppComponents-module__1yzhtG__skChat,.AppComponents-module__1yzhtG__skWorkSplit,.AppComponents-module__1yzhtG__skProfile{grid-template-columns:1fr}.AppComponents-module__1yzhtG__skChat{min-height:auto}}@media (max-width:520px){.AppComponents-module__1yzhtG__skKpiRow{grid-template-columns:1fr}.AppComponents-module__1yzhtG__skTileRow{grid-template-columns:repeat(3,minmax(0,1fr))}}.AppComponents-module__1yzhtG__statCard{--stat-accent:var(--fg-1,#111827);background:var(--bg-1,#fff);border:1px solid var(--border-1,#0000000f);isolation:isolate;min-width:0;height:100%;transition:box-shadow var(--dur-base) var(--ease-pop), transform var(--dur-base) var(--ease-pop);border-radius:15px;flex-direction:column;gap:8px;padding:13px 15px;display:flex;position:relative;overflow:hidden;box-shadow:0 1px 2px #1018280a,0 8px 24px #1018280f}.AppComponents-module__1yzhtG__statCard:hover{transform:translateY(-3px);box-shadow:0 4px 8px #1018280f,0 14px 36px #1018281a}@media (prefers-reduced-motion:reduce){.AppComponents-module__1yzhtG__statCard,.AppComponents-module__1yzhtG__statCard:hover{transition:none;transform:none}}.AppComponents-module__1yzhtG__statCardHead{align-items:center;gap:8px;min-width:0;display:flex}.AppComponents-module__1yzhtG__statCardIcon{width:36px;height:36px;color:var(--stat-accent);background:linear-gradient(158deg, color-mix(in srgb, var(--stat-accent) 10%, #fff) 0%, color-mix(in srgb, var(--stat-accent) 16%, #fff) 55%, color-mix(in srgb, var(--stat-accent) 26%, #fff) 100%);border:1px solid color-mix(in srgb, var(--stat-accent) 20%, transparent);box-shadow:inset 0 1px 0 #fffc, inset 0 -1.5px 1.5px color-mix(in srgb, var(--stat-accent) 16%, transparent), 0 2px 5px -1px color-mix(in srgb, var(--stat-accent) 24%, transparent), 0 1px 2px #1011180d;border-radius:11px;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.AppComponents-module__1yzhtG__statCardIconDot{background:var(--stat-accent);border-radius:999px;width:10px;height:10px}.AppComponents-module__1yzhtG__statCardLabel{font-size:var(--type-size-section);font-weight:var(--type-weight-bold);color:var(--fg-1,#111827);letter-spacing:-.015em;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.AppComponents-module__1yzhtG__statCardBadge{font-size:var(--type-size-caption);font-weight:var(--type-weight-bold);letter-spacing:-.01em;white-space:nowrap;border-radius:999px;flex-shrink:0;margin-left:auto;padding:3px 8px}.AppComponents-module__1yzhtG__statCardBadgeGood{background:var(--color-success-bg,#ecfdf5);color:var(--color-success-fg,#059669)}.AppComponents-module__1yzhtG__statCardBadgeBad{background:var(--color-danger-bg,#fef2f2);color:var(--color-danger-fg,#dc2626)}.AppComponents-module__1yzhtG__statCardBadgeNeutral{background:var(--bg-3,#f1f5f9);color:var(--fg-3,#33363d)}.AppComponents-module__1yzhtG__statCardBody{justify-content:space-between;align-items:flex-end;gap:16px;min-width:0;display:flex}.AppComponents-module__1yzhtG__statCardValueRow{align-items:baseline;gap:5px;min-width:0;display:flex}.AppComponents-module__1yzhtG__statCardValue{font-family:var(--font-numeric);font-size:var(--type-size-page-title);font-weight:var(--type-weight-bold);color:var(--fg-1,#111827);letter-spacing:-.025em;font-variant-numeric:tabular-nums;font-feature-settings:"tnum" 1;line-height:1}.AppComponents-module__1yzhtG__statCardValueAccent{color:var(--stat-accent)}.AppComponents-module__1yzhtG__statCardUnit{font-size:var(--type-size-body);font-weight:var(--type-weight-semibold);color:var(--fg-3,#33363d);letter-spacing:-.02em}.AppComponents-module__1yzhtG__statCardSpark{flex-shrink:0;align-items:flex-end;gap:3px;height:30px;display:flex}.AppComponents-module__1yzhtG__statCardSparkBar{background:var(--stat-accent);border-radius:3px;width:6px;min-height:4px}.AppComponents-module__1yzhtG__statCardProgress{background:var(--bg-3,#f1f5f9);border-radius:999px;height:5px;overflow:hidden}.AppComponents-module__1yzhtG__statCardProgressFill{background:var(--stat-accent);border-radius:999px;min-width:5px;height:100%;transition:width .6s cubic-bezier(.4,0,.2,1)}.AppComponents-module__1yzhtG__statCardSub{font-size:var(--type-size-caption);color:var(--fg-3,#33363d);letter-spacing:-.01em;line-height:1.4}.AppComponents-module__1yzhtG__statCardCompact{border-radius:13px;gap:5px;padding:10px 12px}.AppComponents-module__1yzhtG__statCardCompact .AppComponents-module__1yzhtG__statCardIcon{border-radius:7px;width:23px;height:23px}.AppComponents-module__1yzhtG__statCardCompact .AppComponents-module__1yzhtG__statCardLabel{font-size:var(--type-size-caption)}.AppComponents-module__1yzhtG__statCardCompact .AppComponents-module__1yzhtG__statCardValue{font-size:var(--type-size-page-title)}.AppComponents-module__1yzhtG__statCardCompact .AppComponents-module__1yzhtG__statCardUnit{font-size:var(--type-size-caption)}.AppComponents-module__1yzhtG__statCardCompact .AppComponents-module__1yzhtG__statCardSpark{height:22px}.AppComponents-module__1yzhtG__statCardCompact .AppComponents-module__1yzhtG__statCardSub{font-size:var(--type-size-caption);line-height:1.35}.AppComponents-module__1yzhtG__statBar{background:var(--bg-1,#fff);border:1px solid var(--border-1,#0000000f);border-radius:15px;align-items:stretch;display:flex;overflow:hidden;box-shadow:0 1px 2px #1018280a,0 8px 24px #1018280f}.AppComponents-module__1yzhtG__statBarSeg{align-items:center;gap:var(--s-3,10px);min-width:0;padding:15px var(--s-4,18px);border:none;border-right:1px solid var(--border-1,#0000000f);text-align:left;font:inherit;color:inherit;isolation:isolate;transition:background var(--dur-enter) ease, opacity var(--dur-enter) ease;background:0 0;flex:1 1 0;margin:0;display:flex;position:relative}.AppComponents-module__1yzhtG__statBarSeg:last-child{border-right:none}button.AppComponents-module__1yzhtG__statBarSeg{cursor:pointer;-webkit-tap-highlight-color:transparent}button.AppComponents-module__1yzhtG__statBarSeg:hover:not(:disabled){background:var(--bg-3,#f1f5f9)}button.AppComponents-module__1yzhtG__statBarSeg:disabled{cursor:not-allowed;opacity:.5}.AppComponents-module__1yzhtG__statBarIcon{width:36px;height:36px;color:var(--seg-tint,var(--fg-2,#55575e));background:linear-gradient(158deg, color-mix(in srgb, var(--seg-tint,var(--bg-3,#f1f5f9)) 10%, #fff) 0%, color-mix(in srgb, var(--seg-tint,var(--bg-3,#f1f5f9)) 16%, #fff) 55%, color-mix(in srgb, var(--seg-tint,var(--bg-3,#f1f5f9)) 26%, #fff) 100%);border:1px solid color-mix(in srgb, var(--seg-tint,var(--border-1,#0000001a)) 20%, transparent);box-shadow:inset 0 1px 0 #fffc, inset 0 -1.5px 1.5px color-mix(in srgb, var(--seg-tint,transparent) 16%, transparent), 0 2px 5px -1px color-mix(in srgb, var(--seg-tint,transparent) 24%, transparent), 0 1px 2px #1011180d;transition:background var(--dur-enter) ease, color var(--dur-enter) ease, box-shadow var(--dur-enter) ease;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.AppComponents-module__1yzhtG__statBarText{flex-direction:column;gap:1px;min-width:0;display:flex}.AppComponents-module__1yzhtG__statBarLabel{font-size:var(--fs-base,14px);font-weight:var(--type-weight-bold);color:var(--fg-1,#111827);letter-spacing:-.01em;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.AppComponents-module__1yzhtG__statBarSub{font-size:var(--fs-xs,12px);color:var(--fg-3,#33363d);white-space:nowrap}.AppComponents-module__1yzhtG__statBarValueRow{padding-left:var(--s-2,10px);flex-shrink:0;align-items:baseline;gap:3px;margin-left:auto;display:flex}.AppComponents-module__1yzhtG__statBarValue{font-size:var(--type-size-page-title);font-weight:var(--type-weight-bold);color:var(--fg-1,#111827);letter-spacing:-.02em;font-variant-numeric:tabular-nums}.AppComponents-module__1yzhtG__statBarUnit{font-size:var(--fs-sm,13px);font-weight:var(--type-weight-semibold);color:var(--fg-3,#33363d)}.AppComponents-module__1yzhtG__statBarSegActive .AppComponents-module__1yzhtG__statBarIcon{color:#fff;background:linear-gradient(158deg, color-mix(in srgb, var(--seg-tint,var(--primary-fill,#0e1118)) 85%, #000 8%) 0%, var(--seg-tint,var(--primary-fill,#0e1118)) 55%, color-mix(in srgb, var(--seg-tint,var(--primary-fill,#0e1118)) 88%, #000 14%) 100%);border-color:color-mix(in srgb, var(--seg-tint,var(--primary-fill,#0e1118)) 55%, transparent);box-shadow:inset 0 1px 0 #ffffff4d, inset 0 -1.5px 2px #0000002e, 0 3px 8px -1px color-mix(in srgb, var(--seg-tint,var(--primary-fill,#0e1118)) 40%, transparent), 0 1px 2px #10111814}.AppComponents-module__1yzhtG__statBarSegActive:after{content:"";background:var(--color-primary,#0e1118);border-radius:3px 3px 0 0;height:3px;position:absolute;bottom:-1px;left:0;right:0}@media (prefers-reduced-motion:reduce){.AppComponents-module__1yzhtG__statBarSeg,.AppComponents-module__1yzhtG__statBarIcon{transition:none}}@media (max-width:640px){.AppComponents-module__1yzhtG__statBar{flex-wrap:wrap}.AppComponents-module__1yzhtG__statBarSeg{border-right:1px solid var(--border-1,#0000000f);border-bottom:1px solid var(--border-1,#0000000f);flex:50%}.AppComponents-module__1yzhtG__statBarSeg:nth-child(2n){border-right:none}.AppComponents-module__1yzhtG__statBarSeg:nth-last-child(-n+2){border-bottom:none}}
.page-module__lrChSa__header{background-color:var(--bg-2);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:1.5rem 2rem;display:flex}@media (max-width:768px){.page-module__lrChSa__header{gap:.5rem;padding:1rem}}@media (max-width:480px){.page-module__lrChSa__header{padding:.75rem}}.page-module__lrChSa__title{font-size:var(--type-size-page-title);font-weight:var(--type-weight-bold);color:var(--fg-1);word-break:keep-all;overflow-wrap:break-word;margin:0}@media (max-width:768px){.page-module__lrChSa__title{font-size:var(--type-size-section)}}.page-module__lrChSa__header a,.page-module__lrChSa__header a:focus,.page-module__lrChSa__header a:active,.page-module__lrChSa__header a:focus-visible,.page-module__lrChSa__header a h1:focus,.page-module__lrChSa__header a :focus{box-shadow:var(--elev-1);-webkit-tap-highlight-color:transparent;text-decoration:none;outline:none!important}.page-module__lrChSa__headerActions{flex-shrink:0;align-items:center;gap:.75rem;display:flex}.page-module__lrChSa__bellContainer{cursor:pointer;background-color:var(--bg-2);width:40px;height:40px;transition:background-color var(--duration-fast) var(--ease-out);border-radius:50%;justify-content:center;align-items:center;margin-right:.5rem;display:flex;position:relative}.page-module__lrChSa__bellContainer:hover{background-color:var(--bg-2)}.page-module__lrChSa__bellIcon{width:20px;height:20px;color:var(--fg-3)}.page-module__lrChSa__unreadBadge{background-color:var(--bg-2);color:#fff;width:20px;height:20px;font-size:var(--type-size-caption);font-weight:var(--type-weight-bold);border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;top:-2px;left:-2px}.page-module__lrChSa__logoutButton{background-color:var(--bg-2);color:var(--fg-3);font-size:var(--type-size-body);font-weight:var(--type-weight-medium);cursor:pointer;transition:background-color var(--duration-base) var(--ease-out), color var(--duration-base) var(--ease-out);white-space:nowrap;border-radius:.5rem;padding:.5rem 1rem}.page-module__lrChSa__logoutButton:hover{background-color:var(--bg-2);color:var(--fg-1)}.page-module__lrChSa__menuColumn{min-width:0}.page-module__lrChSa__sidebar{background:var(--bg-2);border-radius:1rem;height:calc(100vh - 3rem);padding:1rem;position:sticky;top:1.5rem;overflow-y:auto}.page-module__lrChSa__sidebar::-webkit-scrollbar{width:5px}.page-module__lrChSa__sidebar::-webkit-scrollbar-track{background:0 0}.page-module__lrChSa__sidebar::-webkit-scrollbar-thumb{background:var(--border-1);border-radius:4px}.page-module__lrChSa__sidebar::-webkit-scrollbar-thumb:hover{background:var(--fg-4)}.page-module__lrChSa__sidebarSearchWrap{width:100%;margin-bottom:.75rem;position:relative}.page-module__lrChSa__sidebarSearchIcon{width:.9rem;height:.9rem;color:var(--fg-4);pointer-events:none;position:absolute;top:50%;left:.75rem;transform:translateY(-50%)}.page-module__lrChSa__sidebarSearchInput[type=search]{background:var(--bg-2);width:100%;color:var(--fg-1);font-size:var(--type-size-body);font-weight:var(--type-weight-medium);box-sizing:border-box;border-radius:.625rem;padding:.6rem .75rem .6rem 2.2rem;line-height:1.3}.page-module__lrChSa__sidebarTitle{font-size:var(--type-size-section);font-weight:var(--type-weight-bold);color:var(--fg-1);margin:0 0 .75rem}.page-module__lrChSa__sidebarMenu{flex-direction:column;gap:.5rem;display:flex}.page-module__lrChSa__sidebarItem{background:var(--bg-2);color:var(--fg-3);font-weight:var(--type-weight-semibold);font-size:var(--type-size-body);word-break:keep-all;border-radius:.625rem;padding:.65rem .8rem;text-decoration:none}.page-module__lrChSa__sidebarItem:hover{background:var(--bg-2)}.page-module__lrChSa__sidebarItemActive{background:var(--bg-2);color:var(--color-primary);font-weight:var(--type-weight-bold)}.page-module__lrChSa__sidebarItemDisabled{background:var(--bg-2);color:var(--fg-4);font-size:var(--type-size-body);word-break:keep-all;border-radius:.625rem;justify-content:space-between;align-items:center;padding:.65rem .8rem;display:flex}.page-module__lrChSa__sidebarSubMenuWrap{border-left:2px solid var(--border-1);flex-direction:column;gap:.25rem;margin-top:.25rem;margin-left:.5rem;padding-left:1rem;display:flex}.page-module__lrChSa__sidebarSubItem{color:var(--fg-3);font-weight:var(--type-weight-medium);font-size:var(--type-size-body);border-radius:.4rem;padding:.5rem .75rem;text-decoration:none;transition:background .2s,color .2s}.page-module__lrChSa__sidebarSubItem:hover{background:var(--bg-2);color:var(--fg-1)}.page-module__lrChSa__sidebarSubItemActive{background:var(--bg-2);color:var(--color-primary);font-weight:var(--type-weight-bold)}.page-module__lrChSa__comingSoonTag{font-size:var(--type-size-caption);font-weight:var(--type-weight-bold);color:var(--color-info)}.page-module__lrChSa__mobileMenuWrap{display:none}.page-module__lrChSa__mobileMenuDetails{background:var(--bg-2);border-radius:.75rem;padding:.25rem .5rem;overflow:hidden}.page-module__lrChSa__mobileMenuSummary{cursor:pointer;font-size:var(--type-size-section);font-weight:var(--type-weight-bold);color:var(--fg-1);box-sizing:border-box;justify-content:space-between;align-items:center;width:100%;padding:.65rem .5rem;list-style:none;display:flex}.page-module__lrChSa__mobileMenuSummary::-webkit-details-marker{display:none}.page-module__lrChSa__mobileMenuList{flex-direction:column;gap:.5rem;padding:.25rem .25rem .5rem;display:flex}.page-module__lrChSa__contentArea{flex-direction:column;gap:.5rem;display:flex}.page-module__lrChSa__eyebrowSlot{min-height:25px}.page-module__lrChSa__dshContentFlush .page-module__lrChSa__eyebrowSlot,.page-module__lrChSa__dshContentNudge .page-module__lrChSa__eyebrowSlot{display:none}.page-module__lrChSa__categoryContent{min-height:0}.page-module__lrChSa__pastDueBanner{border-radius:var(--radius-md);background:var(--color-warning-bg);color:var(--color-warning-fg);font-size:var(--fs-sm,.875rem);font-weight:var(--type-weight-medium,500);justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:.75rem;padding:.7rem 1rem;display:flex}.page-module__lrChSa__pastDueBannerText{flex:1;min-width:0}.page-module__lrChSa__pastDueBannerActions{flex:none;align-items:center;gap:.5rem;display:flex}.page-module__lrChSa__pastDueBannerLink{color:inherit;font:inherit;font-weight:var(--type-weight-semibold,600);border-radius:var(--radius-sm);cursor:pointer;background:0 0;border:1px solid;padding:.3rem .7rem}.page-module__lrChSa__pastDueBannerLink:hover{background:#0000000f}.page-module__lrChSa__pastDueBannerClose{color:inherit;opacity:.6;cursor:pointer;background:0 0;border:none;padding:.25rem;font-size:.9rem;line-height:1}.page-module__lrChSa__pastDueBannerClose:hover{opacity:1}.page-module__lrChSa__center{min-height:100vh;font-size:var(--type-size-section);color:var(--fg-3);justify-content:center;align-items:center;display:flex}@media (max-width:768px){.page-module__lrChSa__sidebar{display:none}.page-module__lrChSa__mobileMenuWrap{display:block}.page-module__lrChSa__header{flex-direction:column;align-items:flex-start;padding:1rem}.page-module__lrChSa__headerActions{flex-wrap:wrap;justify-content:flex-end;gap:.5rem;width:100%}.page-module__lrChSa__bellContainer{width:32px;height:32px;margin-right:.25rem}.page-module__lrChSa__bellIcon{width:18px;height:18px}.page-module__lrChSa__unreadBadge{width:16px;height:16px;font-size:var(--type-size-caption)}.page-module__lrChSa__title{font-size:var(--type-size-section);line-height:1.4}.page-module__lrChSa__logoutButton{font-size:var(--type-size-caption);padding:.4rem .75rem}}.page-module__lrChSa__dshMain{--bg-1:#fff;--bg-2:#f8f9fc;--bg-3:#eef1f6;--bg-app-tint:#f8f9fc;--bg-muted:#f8f9fc;--card-bg:#fff;--card-bg-tint:#fff;--surface-elevated:#fff;--surface-input:#fff;--color-bg:#f8f9fc;--color-bg-secondary:#fff;--sidebar-bg:#0d1120;--sidebar-bg-gradient:#0d1120;--fg-1:var(--sidebar-bg);--color-primary:var(--sidebar-bg);--color-primary-dark:#07090e;--primary-fill:var(--color-primary);--primary-fill-hover:var(--color-primary-dark);--elev-1:0 1px 2px #1018280a, 0 6px 18px #1018280f;--elev-2:0 2px 6px #1018280f, 0 14px 34px #1018281a;--elev-3:0 6px 16px #10182814, 0 24px 56px #10182824;--border-1:#0f172a0b;background:var(--bg-app-tint);min-height:100vh}.page-module__lrChSa__dshShell{box-sizing:border-box;width:100%;margin:0;padding:20px}.page-module__lrChSa__dshContent{flex-direction:column;align-items:flex-start;gap:1.25rem;min-width:0;min-height:calc(100vh - 2rem);margin-left:280px;padding-bottom:96px;display:flex}.page-module__lrChSa__dshContentFlush{padding-top:0}.page-module__lrChSa__dshContentNudge{padding-top:40px}.page-module__lrChSa__dshContentTight{padding-top:24px}.page-module__lrChSa__dshDetailContent{flex-direction:column;gap:1rem;width:100%;min-width:0;display:flex}.page-module__lrChSa__contentArea{width:100%;max-width:var(--teacher-max-width);margin:0 auto}@media (max-width:768px){.page-module__lrChSa__dshContent{margin-left:0;padding-top:0}}.page-module__lrChSa__dshTopBar{justify-content:space-between;align-items:center;margin-bottom:1.2rem;display:flex}.page-module__lrChSa__dshTopActions{align-items:center;gap:1rem;display:flex}.page-module__lrChSa__dshGreeting{font-size:var(--type-size-page-title);line-height:1.2;font-weight:var(--type-weight-bold);color:var(--fg-1);margin:0}.page-module__lrChSa__dshSubGreeting{font-size:var(--type-size-section);color:var(--fg-4);margin:.3rem 0 0}.page-module__lrChSa__dshGroupLabel{clip:rect(0, 0, 0, 0);width:1px;height:1px;position:absolute;overflow:hidden}.page-module__lrChSa__dshBannerSection{margin-bottom:2rem}.page-module__lrChSa__dshStatCard{background:var(--bg-1);border:1px solid var(--border-1);border-radius:var(--radius-md);align-items:center;gap:.8rem;padding:.9rem 1rem;display:flex;box-shadow:0 4px 12px #00000005}.page-module__lrChSa__dshStatIconWrap{border-radius:var(--radius-md);background:var(--bg-2);justify-content:center;align-items:center;width:44px;height:44px;display:flex}.page-module__lrChSa__iconBlue{background:var(--color-info-soft);color:var(--color-info)}.page-module__lrChSa__iconBlue svg{color:var(--color-info)}.page-module__lrChSa__iconEmerald{background:var(--color-success-bg);color:var(--color-success)}.page-module__lrChSa__iconEmerald svg{color:#10b981}.page-module__lrChSa__iconRose{background:var(--color-danger-bg);color:var(--color-danger)}.page-module__lrChSa__iconRose svg{color:var(--color-danger)}.page-module__lrChSa__iconAmber{background:var(--color-warning-bg);color:var(--color-warning)}.page-module__lrChSa__iconAmber svg{color:var(--color-warning)}.page-module__lrChSa__dshStatsVertical{flex-direction:row;gap:1rem;display:flex}.page-module__lrChSa__dshStatsVertical>*{flex:1;min-width:0}.page-module__lrChSa__dshStatsHorizontal{grid-template-columns:repeat(4,1fr);gap:1rem;display:grid}.page-module__lrChSa__dshStatsHorizontal>*{min-width:0}@media (max-width:640px){.page-module__lrChSa__dshStatsHorizontal{gap:.6rem}}@media (max-width:380px){.page-module__lrChSa__dshStatsHorizontal{grid-template-columns:repeat(2,1fr)}}.page-module__lrChSa__dshStatLucideIcon{width:22px;height:22px}.page-module__lrChSa__dshStatInfo{flex-direction:column;display:flex}.page-module__lrChSa__dshStatLabel{font-size:var(--type-size-caption);color:var(--fg-4);font-weight:var(--type-weight-medium);margin:0}.page-module__lrChSa__dshStatValue{font-size:var(--type-size-page-title);font-weight:var(--type-weight-bold);color:var(--fg-1);margin:.2rem 0 0;line-height:1.2}.page-module__lrChSa__dshMainGrid{flex-direction:column;gap:1.5rem;margin-bottom:1rem;display:flex}.page-module__lrChSa__dshSectionHeader{margin-bottom:1rem}.page-module__lrChSa__dshSectionTitle{font-size:var(--type-size-section);font-weight:var(--type-weight-bold);color:var(--fg-1);margin:0}.page-module__lrChSa__dshHeroCard,.page-module__lrChSa__dshWidgetBox{border-radius:var(--radius-lg);background:var(--bg-1);box-shadow:var(--elev-1);border:1px solid var(--border-1)}.page-module__lrChSa__dshHeroCard{flex-direction:column;display:flex;overflow:hidden}.page-module__lrChSa__dshBannerViewport{width:100%;overflow:hidden}.page-module__lrChSa__dshBannerTrack{display:flex}.page-module__lrChSa__dshBanner{aspect-ratio:16/4.5;min-width:100%;display:block}.page-module__lrChSa__dshBannerImage{object-fit:cover;width:100%;height:100%}.page-module__lrChSa__dshBannerCaption{background:var(--bg-1);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);flex:1;align-items:center;gap:.5rem;padding:.75rem 1rem;display:flex}.page-module__lrChSa__dshBannerText{text-align:center;font-size:var(--type-size-section);color:var(--fg-1);font-weight:var(--type-weight-medium);flex:1;margin:0}.page-module__lrChSa__dshBannerArrow{background:var(--bg-2);color:var(--fg-1);font-size:var(--type-size-section);padding:0;line-height:1}.page-module__lrChSa__dshWidgetBox{min-height:9rem;position:relative}.page-module__lrChSa__dshWidgetEmpty{font-size:var(--type-size-body);color:var(--fg-3);margin:.25rem 0 0}.page-module__lrChSa__dshCustomizeButton{border-radius:var(--radius-sm);background:var(--primary-fill);font-size:var(--type-size-body);font-weight:var(--type-weight-semibold);color:#fff;cursor:pointer;transition:background var(--duration-base) var(--ease-out);white-space:nowrap;border:none;flex-shrink:0;padding:.65rem 1.1rem}.page-module__lrChSa__dshCustomizeButton:hover{background:var(--fg-2)}.page-module__lrChSa__dshCustomizeButton:disabled{opacity:.55}.page-module__lrChSa__dshCustomizeModal{grid-template-columns:1fr 1fr;gap:.8rem;display:grid}.page-module__lrChSa__dshCustomizeSection{flex-direction:column;gap:.5rem;display:flex}.page-module__lrChSa__dshCustomizeSectionTitle{font-size:var(--type-size-body);color:var(--fg-1);margin:0}.page-module__lrChSa__dshCustomizeList{flex-direction:column;gap:.4rem;margin:0;padding:0;list-style:none;display:flex}.page-module__lrChSa__dshCustomizeItem{cursor:grab;transition:opacity var(--duration-base) var(--ease-out), background-color var(--duration-base) var(--ease-out), border-color var(--duration-base) var(--ease-out), box-shadow var(--duration-base) var(--ease-out);-webkit-user-select:none;user-select:none;border:2px solid #0000;border-radius:.6rem;justify-content:space-between;align-items:center;gap:.5rem;padding:.45rem .55rem;display:flex}.page-module__lrChSa__dshCustomizeItem:active{cursor:grabbing}.page-module__lrChSa__dshCustomizeItemDragging{opacity:.5;background:var(--bg-3)}.page-module__lrChSa__dshCustomizeItemDragOver{border-color:var(--color-primary);background:var(--bg-3);box-shadow:inset 0 0 0 1px var(--color-primary)}.page-module__lrChSa__dshCustomizeItemTouchDragging{opacity:.7;background:var(--bg-3);border-color:var(--color-primary)}.page-module__lrChSa__dshCustomizeItemDragHandle{width:1.2rem;height:1.2rem;color:var(--fg-4);font-size:var(--type-size-caption);cursor:grab;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.page-module__lrChSa__dshCustomizeItemLabel{font-size:var(--type-size-body);color:var(--fg-1)}.page-module__lrChSa__dshCustomizeXButton,.page-module__lrChSa__dshCustomizeAddButton{background:var(--bg-2);border:1px solid var(--border-1);color:var(--fg-1);font-size:var(--type-size-caption);font-weight:var(--type-weight-semibold);border-radius:999px;min-width:2.4rem;padding:.2rem .55rem}.page-module__lrChSa__dshCustomizeXButton{min-width:1.8rem;font-size:var(--type-size-body);padding:.1rem .45rem;line-height:1}.page-module__lrChSa__dshCustomizeItemActions{align-items:center;gap:.3rem;display:flex}.page-module__lrChSa__dshCustomizeMoveButton{background:var(--bg-2);color:var(--fg-1);font-size:var(--type-size-caption);font-weight:var(--type-weight-semibold);cursor:pointer;border:1px solid var(--border-1);min-width:1.8rem;transition:all var(--duration-fast) var(--ease-out) ease;border-radius:999px;padding:.1rem .45rem}.page-module__lrChSa__dshCustomizeMoveButton:hover:not(:disabled){background:var(--border-1);border-color:var(--border-3)}.page-module__lrChSa__dshCustomizeMoveButton:disabled{opacity:.4;cursor:not-allowed}.page-module__lrChSa__dshCustomizeEmpty{font-size:var(--type-size-body);color:var(--fg-3);margin:0}.page-module__lrChSa__dshSkeletonLine{background:var(--border-1);border-radius:999px;position:relative;overflow:hidden}.page-module__lrChSa__dshSkeletonLine:after{content:"";background:linear-gradient(90deg,#0000 0%,#ffffff8c 50%,#0000 100%);animation:1.4s ease-in-out infinite page-module__lrChSa__dshSkeletonShimmer;position:absolute;inset:0;transform:translate(-100%)}.page-module__lrChSa__dshSkeletonGreeting{width:10rem;height:1.55rem}.page-module__lrChSa__dshSkeletonSelect{width:10.5rem;height:2.55rem}.page-module__lrChSa__dshSkeletonBanner{aspect-ratio:16/5.5;background:var(--border-1);border-radius:1rem;width:100%;position:relative;overflow:hidden}.page-module__lrChSa__dshSkeletonBanner:after{content:"";background:linear-gradient(90deg,#0000 0%,#ffffff8c 50%,#0000 100%);animation:1.4s ease-in-out infinite page-module__lrChSa__dshSkeletonShimmer;position:absolute;inset:0;transform:translate(-100%)}.page-module__lrChSa__dshSkeletonWidgetCard{background:var(--border-1);border-radius:.95rem;flex-direction:column;gap:.5rem;min-height:100%;padding:.82rem;display:flex}.page-module__lrChSa__dshSkeletonWidgetTitle{border-radius:.4rem;width:4.8rem;height:.68rem}.page-module__lrChSa__dshSkeletonWidgetValue{border-radius:.45rem;width:5.2rem;height:1.1rem}.page-module__lrChSa__dshSkeletonWidgetDesc{border-radius:.4rem;width:6.8rem;height:.78rem}@keyframes page-module__lrChSa__dshSkeletonShimmer{to{transform:translate(100%)}}@media (max-width:768px){.page-module__lrChSa__dshContent{min-height:auto;margin-top:72px;margin-left:0}.page-module__lrChSa__dshShell{padding:.65rem .75rem 1.1rem}.page-module__lrChSa__dshTopBar{flex-direction:column;align-items:flex-start;gap:.8rem}.page-module__lrChSa__dshGreeting{font-size:var(--type-size-page-title)}.page-module__lrChSa__dshTopActions{flex-direction:row;gap:.5rem;width:100%;display:flex}.page-module__lrChSa__dshGroupSelectWrap{flex:1;width:auto}.page-module__lrChSa__dshMainGrid{flex-direction:column;gap:1.5rem;display:flex}.page-module__lrChSa__dshStatsVertical{grid-template-columns:repeat(4,1fr);gap:.5rem;display:grid}.page-module__lrChSa__dshStatCard{text-align:center;flex-direction:column;align-items:center;gap:.5rem;padding:.75rem}.page-module__lrChSa__dshStatLabel{font-size:var(--type-size-caption)}.page-module__lrChSa__dshStatValue{font-size:var(--type-size-section)}.page-module__lrChSa__dshWidgetWall{gap:.5rem}.page-module__lrChSa__dshWidgetBox{min-height:auto;padding:.3rem}.page-module__lrChSa__dshCustomizeModal{grid-template-columns:1fr}}@media (max-width:480px){.page-module__lrChSa__dshShell{padding:.6rem}.page-module__lrChSa__dshStatsVertical{grid-template-columns:repeat(3,minmax(0,1fr))}.page-module__lrChSa__dshWidgetWall{grid-template-columns:repeat(2,minmax(0,1fr))}}.page-module__lrChSa__dshSkeletonSectionTitle{width:120px;height:24px}.page-module__lrChSa__dshSkeletonSideSectionTitle{width:100px;height:24px}.page-module__lrChSa__dshStatInfoFull{width:100%}.page-module__lrChSa__dshSkeletonStatLabel{border-radius:.4rem;width:60%;height:14px;margin-bottom:8px}.page-module__lrChSa__dshSkeletonStatValue{border-radius:.4rem;width:80%;height:20px}.page-module__lrChSa__menuGroup{flex-direction:column;display:flex}.page-module__lrChSa__menuLink{color:inherit;text-decoration:none}.page-module__lrChSa__dshTopBar{border-bottom:1px solid var(--border-1);justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:28px;padding:4px 0 28px;display:flex;position:relative}.page-module__lrChSa__dshTopBar:before{content:attr(data-date-decor);font-size:var(--type-size-page-title);font-weight:var(--type-weight-bold);letter-spacing:-.06em;color:#0000;-webkit-text-stroke:1.75px #11182724;pointer-events:none;-webkit-user-select:none;user-select:none;z-index:0;line-height:1;position:absolute;top:-8px;right:280px}.page-module__lrChSa__dshTopBar>*{z-index:1;position:relative}.page-module__lrChSa__dshEyebrow{font-size:var(--type-size-caption);font-weight:var(--type-weight-semibold);color:var(--fg-3);text-transform:uppercase;letter-spacing:.1em;animation:page-module__lrChSa__dshEyebrowFade var(--dur-base) var(--ease-out,ease) both;align-items:center;gap:6px;margin-bottom:14px;line-height:1;display:inline-flex}@keyframes page-module__lrChSa__dshEyebrowFade{0%{opacity:0}to{opacity:1}}.page-module__lrChSa__dshEyebrowDot{background:#10b981;border-radius:50%;width:6px;height:6px}.page-module__lrChSa__dshGreeting{font-size:var(--type-size-page-title);line-height:1.1;font-weight:var(--type-weight-bold);color:var(--fg-1);letter-spacing:-.03em;margin:0}.page-module__lrChSa__dshGreetingAccent{color:var(--fg-1);font-weight:var(--type-weight-bold)}.page-module__lrChSa__dshSubGreeting{font-size:var(--type-size-body);color:var(--fg-3);font-weight:var(--type-weight-medium);margin:8px 0 0}.page-module__lrChSa__dshSubClass{font-size:var(--type-size-section);font-weight:var(--type-weight-bold);color:var(--fg-1);letter-spacing:-.02em}.page-module__lrChSa__dshTopActions{flex-shrink:0;align-items:center;gap:8px;display:flex}.page-module__lrChSa__dshCustomizeButton{background:var(--bg-1);height:36px;color:var(--fg-2);border:1px solid var(--border-1);font-size:var(--type-size-caption);font-weight:var(--type-weight-semibold);cursor:pointer;transition:background var(--t-snap,.12s ease-out), border-color var(--t-snap,.12s ease-out), color var(--t-snap,.12s ease-out);border-radius:8px;align-items:center;gap:6px;padding:0 12px;font-family:inherit;display:inline-flex}.page-module__lrChSa__dshCustomizeButton:hover{background:var(--bg-2);border-color:var(--border-strong);color:var(--fg-1)}.page-module__lrChSa__dshSectionTitle{font-size:var(--type-size-caption);font-weight:var(--type-weight-bold);color:var(--fg-3);letter-spacing:.1em;text-transform:uppercase;margin:0;line-height:1.2}.page-module__lrChSa__dshSectionHeader{margin-bottom:12px;padding:0 16px}.page-module__lrChSa__dshTodaySection{margin-bottom:28px}.page-module__lrChSa__dshTodayHead{align-items:baseline;gap:8px;margin-bottom:12px;display:flex}.page-module__lrChSa__dshTodayCount{font-size:var(--type-size-caption);color:var(--fg-4);font-weight:var(--type-weight-semibold);letter-spacing:.04em}.page-module__lrChSa__dshTodayGrid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:12px;display:grid}.page-module__lrChSa__dshTodayCard{background:var(--bg-1);border:1px solid var(--border-1);box-shadow:var(--elev-1);color:inherit;transition:box-shadow var(--dur-base) var(--ease-spring), transform var(--dur-base) var(--ease-spring);border-radius:14px;align-items:center;gap:14px;padding:16px 18px;text-decoration:none;display:flex}.page-module__lrChSa__dshTodayIcon{background:var(--bg-3);width:40px;height:40px;color:var(--fg-2);border-radius:11px;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.page-module__lrChSa__dshTone_blue .page-module__lrChSa__dshTodayIcon{background:var(--color-info-bg,#eef2ff);color:var(--color-info,#4b7bec)}.page-module__lrChSa__dshTone_amber .page-module__lrChSa__dshTodayIcon{background:var(--color-warning-bg,#fffbeb);color:var(--color-warning-fg,#d97706)}.page-module__lrChSa__dshTone_rose .page-module__lrChSa__dshTodayIcon{background:var(--color-danger-bg,#fef2f2);color:var(--color-danger-fg,#dc2626)}.page-module__lrChSa__dshTodayBody{flex:1;min-width:0}.page-module__lrChSa__dshTodayLabel{font-size:var(--type-size-body);font-weight:var(--type-weight-semibold);color:var(--fg-1);letter-spacing:-.005em;line-height:1.3}.page-module__lrChSa__dshTodaySub{font-size:var(--type-size-caption);color:var(--fg-3);font-weight:var(--type-weight-medium);margin-top:2px}.page-module__lrChSa__dshTodayValue{font-size:var(--type-size-page-title);font-weight:var(--type-weight-bold);color:var(--fg-1);letter-spacing:-.02em;font-variant-numeric:tabular-nums;margin-right:4px;line-height:1}.page-module__lrChSa__dshTodayChevron{color:var(--fg-4);flex-shrink:0}.page-module__lrChSa__dshTodayEmpty{background:var(--card-bg-gradient,linear-gradient(180deg, var(--bg-1) 0%, var(--bg-2) 100%));box-shadow:var(--elev-1);color:var(--fg-2);font-size:var(--type-size-body);font-weight:var(--type-weight-medium);border-radius:10px;align-items:center;gap:10px;padding:16px 18px;display:flex}.page-module__lrChSa__dshTodayEmpty svg{color:var(--fg-3);flex-shrink:0}.page-module__lrChSa__dshHeroStrip{background:var(--sidebar-bg,#0d1120);color:#ffffffeb;isolation:isolate;border-radius:22px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:24px;margin-bottom:28px;padding:32px 36px;animation:.52s cubic-bezier(.2,.8,.2,1) both page-module__lrChSa__dshHeroEntry;display:flex;position:relative;overflow:hidden;box-shadow:inset 0 .5px #ffffff14,0 0 0 .5px #ffffff0a,0 4px 16px #0000002e,0 24px 48px -8px #00000052}@keyframes page-module__lrChSa__dshHeroEntry{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.page-module__lrChSa__dshHeroStrip{animation:none}}.page-module__lrChSa__dshHeroStrip:before{content:"";pointer-events:none;z-index:0;background:radial-gradient(circle,#ffffff0f 0%,#0000 60%);width:500px;height:500px;position:absolute;top:-40%;right:-10%}.page-module__lrChSa__dshHeroStrip>*{z-index:1;position:relative}.page-module__lrChSa__dshHeroMain{flex:1;align-items:center;gap:18px;min-width:0;display:flex}.page-module__lrChSa__dshHeroIcon{color:#ffffffeb;background:#ffffff1a;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;display:inline-flex;box-shadow:inset 0 .5px #ffffff29}.page-module__lrChSa__dshHeroText{flex-direction:column;gap:6px;min-width:0;display:flex}.page-module__lrChSa__dshHeroLabel{font-size:var(--type-size-caption);font-weight:var(--type-weight-semibold);letter-spacing:.12em;text-transform:uppercase;color:#ffffff8c}.page-module__lrChSa__dshHeroTitle{font-size:var(--type-size-page-title);font-weight:var(--type-weight-medium);color:#ffffffd1;letter-spacing:-.022em;line-height:1.31}.page-module__lrChSa__dshHeroValue{font-size:var(--type-size-page-title);font-weight:var(--type-weight-bold);letter-spacing:-.025em;color:#fff;font-variant-numeric:tabular-nums;margin-right:6px;line-height:1}.page-module__lrChSa__dshHeroBadge{background:var(--bg-1);color:var(--color-primary);font-size:var(--type-size-body);font-weight:var(--type-weight-semibold);letter-spacing:-.02em;cursor:pointer;transition:background var(--t-snap,.15s ease-out), transform .1s var(--ease-out), opacity .1s var(--ease-out);-webkit-tap-highlight-color:transparent;border-radius:980px;align-items:center;gap:6px;padding:10px 20px;text-decoration:none;display:inline-flex}.page-module__lrChSa__dshHeroBadge:hover{background:var(--bg-1)}.page-module__lrChSa__dshHeroBadge:active{opacity:.88;transform:scale(.96)}.page-module__lrChSa__dshKpiGrid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:32px;display:grid}.page-module__lrChSa__dshKpiCard{background:var(--bg-1);border:1px solid var(--border-1);box-shadow:var(--elev-1);height:100%;transition:box-shadow var(--dur-base) var(--ease-pop), transform var(--dur-base) var(--ease-pop);isolation:isolate;cursor:default;will-change:transform;border-radius:18px;flex-direction:column;gap:12px;padding:22px 24px;display:flex;position:relative;overflow:hidden}.page-module__lrChSa__dshKpiCard:active{transition-duration:var(--dur-press);transform:translateY(-2px)scale(1.005)}.page-module__lrChSa__dshKpiHead{align-items:center;gap:10px;display:flex}.page-module__lrChSa__dshKpiIcon{background:var(--fill-2,#78788029);width:34px;height:34px;color:var(--fg-2);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.page-module__lrChSa__dshKpiIcon.page-module__lrChSa__iconNeutral{background:var(--fill-2,#78788029);color:var(--fg-1)}.page-module__lrChSa__dshKpiIcon.page-module__lrChSa__iconNeutral svg{color:var(--fg-1)}.page-module__lrChSa__dshKpiIcon.page-module__lrChSa__iconEmerald{background:var(--color-success-bg,#ecfdf5);color:var(--color-success-fg,#059669)}.page-module__lrChSa__dshKpiIcon.page-module__lrChSa__iconEmerald svg{color:var(--color-success-fg,#059669)}.page-module__lrChSa__dshKpiIcon.page-module__lrChSa__iconBlue{background:var(--color-info-bg,#eef2ff);color:var(--color-info,#4b7bec)}.page-module__lrChSa__dshKpiIcon.page-module__lrChSa__iconBlue svg{color:var(--color-info,#4b7bec)}.page-module__lrChSa__dshKpiIcon.page-module__lrChSa__iconAmber{background:var(--color-warning-bg,#fffbeb);color:var(--color-warning-fg,#d97706)}.page-module__lrChSa__dshKpiIcon.page-module__lrChSa__iconAmber svg{color:var(--color-warning-fg,#d97706)}.page-module__lrChSa__dshKpiIcon.page-module__lrChSa__iconViolet{background:var(--color-info-bg);color:var(--color-info-fg)}.page-module__lrChSa__dshKpiIcon.page-module__lrChSa__iconViolet svg{color:var(--color-info-fg)}.page-module__lrChSa__dshKpiIcon.page-module__lrChSa__iconRed{background:var(--color-danger-bg,#fef2f2);color:var(--color-danger-fg,#dc2626)}.page-module__lrChSa__dshKpiIcon.page-module__lrChSa__iconRed svg{color:var(--color-danger-fg,#dc2626)}.page-module__lrChSa__dshKpiUp{color:var(--color-success-fg,#059669);font-weight:var(--type-weight-semibold)}.page-module__lrChSa__dshKpiDown{color:var(--color-danger-fg,#dc2626);font-weight:var(--type-weight-semibold)}.page-module__lrChSa__dshKpiLabel{font-size:var(--type-size-body);font-weight:var(--type-weight-semibold);color:var(--fg-2);letter-spacing:-.015em}.page-module__lrChSa__dshKpiValueRow{align-items:baseline;gap:6px;display:flex}.page-module__lrChSa__dshKpiValue{font-size:var(--type-size-page-title);font-weight:var(--type-weight-bold);color:var(--fg-1);letter-spacing:-.022em;font-variant-numeric:tabular-nums;line-height:1.05}.page-module__lrChSa__dshKpiUnit{font-size:var(--type-size-page-title);font-weight:var(--type-weight-medium);color:var(--fg-2);letter-spacing:-.022em}.page-module__lrChSa__dshKpiSub{font-size:var(--type-size-body);color:var(--fg-3);font-weight:var(--type-weight-regular);letter-spacing:-.018em;line-height:1.38}.page-module__lrChSa__dshKpiSpark{height:28px;margin-top:-2px}.page-module__lrChSa__sparkline{display:block}.page-module__lrChSa__dshKpiBar{background:var(--bg-3);border-radius:999px;height:4px;margin-top:-4px;position:relative;overflow:hidden}.page-module__lrChSa__dshKpiBarFill{background:linear-gradient(90deg, var(--fg-2), var(--primary-fill));border-radius:999px;min-width:4px;height:100%;transition:width .6s cubic-bezier(.4,0,.2,1)}.page-module__lrChSa__dshMainGrid{grid-template-columns:minmax(0,1fr) 320px;gap:20px;margin-bottom:0;display:grid}@media (max-width:1080px){.page-module__lrChSa__dshKpiGrid{grid-template-columns:repeat(2,1fr)}.page-module__lrChSa__dshMainGrid{grid-template-columns:1fr}}.page-module__lrChSa__dshWidgetsSection{flex-direction:column;gap:24px;min-width:0;display:flex}.page-module__lrChSa__dshHeroCard{background:var(--bg-1);border:1px solid var(--border-1);box-shadow:var(--elev-1);transition:box-shadow var(--dur-base) var(--ease-spring), transform var(--dur-base) var(--ease-spring);border-radius:18px;overflow:hidden}.page-module__lrChSa__dshBanner{aspect-ratio:16/5}.page-module__lrChSa__dshBannerCaption{background:var(--bg-1);border-top:1px solid var(--border-1);padding:10px 16px}.page-module__lrChSa__dshBannerText{font-size:var(--type-size-caption);color:var(--fg-2);font-weight:var(--type-weight-medium)}.page-module__lrChSa__dshBannerArrow{background:var(--bg-1);width:28px;height:28px;color:var(--fg-2);cursor:pointer;font-size:inherit;transition:background var(--t-snap,.12s ease-out), border-color var(--t-snap,.12s ease-out), color var(--t-snap,.12s ease-out);border:none;border-radius:6px;justify-content:center;align-items:center;padding:0;display:inline-flex}.page-module__lrChSa__dshBannerArrow:hover{background:var(--bg-2);border-color:var(--border-strong);color:var(--fg-1)}.page-module__lrChSa__dshWidgetWall{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:12px;display:grid}.page-module__lrChSa__dshWidgetBox{background:var(--bg-1);border:1px solid var(--border-1);min-height:140px;box-shadow:var(--elev-1);transition:box-shadow var(--dur-base) var(--ease-spring), transform var(--dur-base) var(--ease-spring);border-radius:18px;position:relative;overflow:hidden}.page-module__lrChSa__dshWidgetDragHandle{z-index:2;width:28px;height:28px;color:var(--fg-4);cursor:grab;opacity:0;-webkit-tap-highlight-color:transparent;touch-action:none;background:0 0;border:none;border-radius:7px;justify-content:center;align-items:center;transition:opacity .15s ease-out,background .15s ease-out,color .15s ease-out;display:flex;position:absolute;top:8px;right:8px}.page-module__lrChSa__dshWidgetBox:hover .page-module__lrChSa__dshWidgetDragHandle{opacity:1}.page-module__lrChSa__dshWidgetDragHandle:hover{color:var(--fg-2);background:#00000012}.page-module__lrChSa__dshWidgetDragHandle:active{cursor:grabbing}.page-module__lrChSa__dshSideSection{flex-direction:column;gap:16px;display:flex}.page-module__lrChSa__dshQuickList{flex-direction:column;gap:1px;margin:0 -6px -4px;display:flex}.page-module__lrChSa__dshQuickItem{color:var(--fg-2);font-size:var(--type-size-caption);font-weight:var(--type-weight-medium);transition:background var(--t-snap,.12s ease-out), color var(--t-snap,.12s ease-out);border-radius:6px;align-items:center;gap:10px;padding:9px 10px;text-decoration:none;display:flex}.page-module__lrChSa__dshQuickItem:hover{background:var(--bg-2);color:var(--fg-1)}.page-module__lrChSa__dshQuickIcon{background:var(--bg-3);width:26px;height:26px;color:var(--fg-2);transition:background var(--t-snap,.12s ease-out), color var(--t-snap,.12s ease-out);border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.page-module__lrChSa__dshQuickItem:hover .page-module__lrChSa__dshQuickIcon{background:var(--primary-fill);color:#fff}.page-module__lrChSa__dshQuickLabel{flex:1}.page-module__lrChSa__dshQuickChevron{color:var(--fg-4);flex-shrink:0}.page-module__lrChSa__dshTip{background:var(--bg-2);color:var(--fg-2);font-size:var(--type-size-caption);border:none;border-radius:10px;align-items:flex-start;gap:10px;padding:12px 14px;line-height:1.5;display:flex}.page-module__lrChSa__dshTip>svg{color:var(--fg-3);flex-shrink:0;margin-top:1px}.page-module__lrChSa__dshTip p{margin:0}.page-module__lrChSa__dshTopChrome{justify-content:flex-end;align-items:center;gap:8px;min-height:36px;margin-bottom:14px;display:flex}.page-module__lrChSa__dshEditBtn,.page-module__lrChSa__dshEditAddBtn,.page-module__lrChSa__dshDoneBtn{height:40px;font-size:var(--type-size-caption);font-weight:var(--type-weight-semibold);cursor:pointer;transition:background var(--t-snap,.12s ease-out), border-color var(--t-snap,.12s ease-out), color var(--t-snap,.12s ease-out), transform .1s var(--ease-out);border-radius:999px;align-items:center;gap:6px;padding:0 14px;font-family:inherit;display:inline-flex}.page-module__lrChSa__dshEditBtn{background:var(--bg-1);color:var(--fg-2);border:1px solid var(--border-1)}.page-module__lrChSa__dshEditBtn:hover{background:var(--bg-2);border-color:var(--border-2);color:var(--fg-1)}.page-module__lrChSa__dshEditAddBtn{background:var(--bg-1);color:var(--fg-1);border:1px solid var(--border-1)}.page-module__lrChSa__dshEditAddBtn:hover{background:var(--bg-2)}.page-module__lrChSa__dshDoneBtn{background:var(--primary-fill);color:#fff;border:1px solid var(--fg-1)}.page-module__lrChSa__dshDoneBtn:hover{background:var(--fg-2)}.page-module__lrChSa__dshEditBtn:active,.page-module__lrChSa__dshEditAddBtn:active,.page-module__lrChSa__dshDoneBtn:active{transform:scale(.96)}.page-module__lrChSa__dshEditHint{font-size:var(--type-size-caption);color:var(--fg-3);font-weight:var(--type-weight-medium);margin:0 0 12px}.page-module__lrChSa__dshHeroCard{margin-bottom:20px}.page-module__lrChSa__dshWidgetGrid{grid-template-columns:repeat(4,minmax(0,1fr));align-items:start;gap:14px;margin-bottom:8px;display:grid}.page-module__lrChSa__dshWidgetGridEditing,.page-module__lrChSa__dshWidgetGridEditing *{-webkit-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-user-drag:none}.page-module__lrChSa__cellSm{grid-column:span 1}.page-module__lrChSa__cellMd{grid-column:span 2}.page-module__lrChSa__cellWide{grid-column:span 4}.page-module__lrChSa__dshCell{touch-action:pan-y;min-width:0;transition:opacity var(--dur-enter) ease;position:relative}.page-module__lrChSa__dshCellContent{min-width:0;height:100%}.page-module__lrChSa__dshCellEditing{will-change:transform}.page-module__lrChSa__dshCardSlot{box-sizing:border-box;min-width:0;height:100%}.page-module__lrChSa__dshCard,.page-module__lrChSa__dshCardLink{background:var(--bg-1);border:1px solid var(--border-1);min-height:132px;box-shadow:var(--elev-1);color:inherit;transition:box-shadow var(--dur-base) var(--ease-spring), transform var(--dur-base) var(--ease-spring);border-radius:18px;flex-direction:column;gap:10px;padding:22px;text-decoration:none;display:flex}.page-module__lrChSa__dshCell:not(.page-module__lrChSa__dshCellEditing) .page-module__lrChSa__dshCard:hover{box-shadow:var(--elev-2);transform:translateY(-3px)}.page-module__lrChSa__dshCardDark{background:var(--sidebar-bg,#0d1120);color:#ffffffeb;min-height:132px;box-shadow:var(--elev-1);isolation:isolate;border-radius:18px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:24px;padding:28px 32px;display:flex}.page-module__lrChSa__dshCardBare{box-shadow:none;background:0 0;padding:0}.page-module__lrChSa__dshCardHead{align-items:center;gap:10px;display:flex}.page-module__lrChSa__dshCardIcon{background:var(--fill-2,#78788029);width:30px;height:30px;color:var(--fg-2);border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.page-module__lrChSa__dshCardLabel{font-size:var(--type-size-body);font-weight:var(--type-weight-semibold);color:var(--fg-2);letter-spacing:-.015em}.page-module__lrChSa__dshCardValueRow{align-items:baseline;gap:5px;margin-top:2px;display:flex}.page-module__lrChSa__dshCardValue{font-size:var(--type-size-page-title);font-weight:var(--type-weight-bold);color:var(--fg-1);letter-spacing:-.025em;font-variant-numeric:tabular-nums;line-height:1.05}.page-module__lrChSa__dshCardUnit{font-size:var(--type-size-section);font-weight:var(--type-weight-medium);color:var(--fg-2);letter-spacing:-.02em}.page-module__lrChSa__dshCardSub{font-size:var(--type-size-caption);color:var(--fg-3);font-weight:var(--type-weight-medium);letter-spacing:-.01em;line-height:1.4}.page-module__lrChSa__dshTipText{font-size:var(--type-size-caption);color:var(--fg-2);letter-spacing:-.01em;margin:0;line-height:1.55}.page-module__lrChSa__dshCellEditing .page-module__lrChSa__dshCardSlot{pointer-events:none}.page-module__lrChSa__dshCellEditing{cursor:grab;touch-action:none}.page-module__lrChSa__dshCellEditing:active{cursor:grabbing}.page-module__lrChSa__dshCellRemove{z-index:6;border:2px solid var(--bg-app-tint,#f2f2f5);background:var(--primary-fill);color:#fff;cursor:pointer;-webkit-tap-highlight-color:transparent;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;display:inline-flex;position:absolute;top:-8px;left:-8px;box-shadow:0 2px 6px #0000002e}.page-module__lrChSa__dshCellRemove:hover{background:var(--color-danger,#ef4444);border-color:var(--bg-app-tint,#f2f2f5)}.page-module__lrChSa__dshGreetWidget{padding:4px 0 28px}.page-module__lrChSa__dshCardBare .page-module__lrChSa__dshTodaySection{margin-bottom:0}.page-module__lrChSa__dshGallerySections{flex-direction:column;gap:14px;display:flex}.page-module__lrChSa__dshGallerySectionTitle{font-size:var(--type-size-caption);font-weight:var(--type-weight-bold);color:var(--fg-3);letter-spacing:.04em;margin:4px 0 2px}.page-module__lrChSa__dshGalleryList{flex-direction:column;gap:8px;margin:0;padding:0;list-style:none;display:flex}.page-module__lrChSa__dshGalleryItem{background:var(--bg-2);border:1px solid var(--border-1);border-radius:12px;justify-content:space-between;align-items:center;gap:12px;padding:12px 14px;display:flex}.page-module__lrChSa__dshGalleryInfo{align-items:center;gap:10px;min-width:0;display:flex}.page-module__lrChSa__dshGalleryLabel{font-size:var(--type-size-body);font-weight:var(--type-weight-semibold);color:var(--fg-1)}.page-module__lrChSa__dshGallerySize{font-size:var(--type-size-caption);font-weight:var(--type-weight-semibold);color:var(--fg-3);background:var(--bg-3);letter-spacing:.02em;border-radius:999px;flex-shrink:0;padding:2px 8px}.page-module__lrChSa__dshGalleryAddBtn{background:var(--primary-fill);color:#fff;height:36px;font-size:var(--type-size-caption);font-weight:var(--type-weight-semibold);cursor:pointer;transition:background var(--t-snap,.12s ease-out);border:none;border-radius:999px;flex-shrink:0;align-items:center;gap:4px;padding:0 12px;font-family:inherit;display:inline-flex}.page-module__lrChSa__dshGalleryAddBtn:hover{background:var(--fg-2)}.page-module__lrChSa__dshWidgetEmptyState{background:var(--bg-1);border:1px dashed var(--border-strong,#0000002e);color:var(--fg-3);text-align:center;border-radius:18px;flex-direction:column;align-items:center;gap:12px;padding:40px 20px;display:flex}.page-module__lrChSa__dshWidgetEmptyState p{font-size:var(--type-size-body);font-weight:var(--type-weight-medium);margin:0}@media (max-width:1080px){.page-module__lrChSa__dshWidgetGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.page-module__lrChSa__cellMd,.page-module__lrChSa__cellWide{grid-column:span 2}}@media (max-width:560px){.page-module__lrChSa__dshWidgetGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.page-module__lrChSa__cellMd,.page-module__lrChSa__cellWide{grid-column:span 2}.page-module__lrChSa__dshCard,.page-module__lrChSa__dshCardLink,.page-module__lrChSa__dshCardDark{min-height:auto}}.page-module__lrChSa__dshMainSplit{grid-template-columns:minmax(0,1fr) 360px;align-items:start;gap:16px;margin-bottom:28px;display:grid}.page-module__lrChSa__dshMainRight{flex-direction:column;gap:20px;min-width:0;display:flex}@media (max-width:1080px){.page-module__lrChSa__dshMainSplit{grid-template-columns:1fr}}.page-module__lrChSa__dshTodayPair{grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch;gap:16px;min-width:0;display:grid}.page-module__lrChSa__dshPairCol{flex-direction:column;min-width:0;display:flex}@media (max-width:720px){.page-module__lrChSa__dshTodayPair{grid-template-columns:1fr}}.page-module__lrChSa__dshTodayBox,.page-module__lrChSa__dshAlertBox{background:var(--bg-1);border:1px solid var(--border-1);box-shadow:var(--elev-1);border-radius:18px;flex-direction:column;flex:auto;display:flex;overflow:hidden}.page-module__lrChSa__dshTodayRow{min-height:60px;color:inherit;transition:background var(--t-snap,.12s ease-out);align-items:center;gap:14px;padding:16px 20px;text-decoration:none;display:flex}.page-module__lrChSa__dshTodayRow+.page-module__lrChSa__dshTodayRow{border-top:1px solid var(--border-1)}.page-module__lrChSa__dshTodayRow:hover{background:var(--bg-2)}.page-module__lrChSa__dshBoxEmpty{color:var(--fg-3);font-size:var(--type-size-body);font-weight:var(--type-weight-medium);flex:auto;justify-content:center;align-items:center;gap:10px;padding:18px;display:flex}.page-module__lrChSa__dshBoxEmpty svg{color:var(--fg-4);flex-shrink:0}.page-module__lrChSa__dshTone_emerald .page-module__lrChSa__dshTodayIcon{background:var(--color-success-bg,#ecfdf5);color:var(--color-success-fg,#059669)}.page-module__lrChSa__dshTodayUnit{font-size:var(--type-size-caption);font-weight:var(--type-weight-semibold);color:var(--fg-3);margin-left:2px}.page-module__lrChSa__dshTone_blue .page-module__lrChSa__dshTodayValue{color:var(--color-info,#4b7bec)}.page-module__lrChSa__dshTone_amber .page-module__lrChSa__dshTodayValue{color:var(--color-warning-fg,#d97706)}.page-module__lrChSa__dshTone_rose .page-module__lrChSa__dshTodayValue{color:var(--color-danger-fg,#dc2626)}.page-module__lrChSa__dshTodayChev{border:1px solid var(--border-1);background:var(--bg-1);width:36px;height:36px;color:var(--fg-3);transition:border-color var(--t-snap,.12s ease-out), color var(--t-snap,.12s ease-out);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.page-module__lrChSa__dshTodayRow:hover .page-module__lrChSa__dshTodayChev{border-color:var(--border-2);color:var(--fg-1)}.page-module__lrChSa__dshAlertTime{font-size:var(--type-size-caption);color:var(--fg-4);font-weight:var(--type-weight-medium);white-space:nowrap;flex-shrink:0;margin-left:auto}.page-module__lrChSa__dshActionGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.page-module__lrChSa__dshActionTile{background:var(--bg-1);border:1px solid var(--border-1);min-height:44px;box-shadow:var(--elev-1);color:var(--fg-1);transition:box-shadow var(--dur-base) var(--ease-spring), transform var(--dur-base) var(--ease-spring);border-radius:12px;flex-direction:row;align-items:center;gap:10px;padding:12px 14px;text-decoration:none;display:flex}.page-module__lrChSa__dshActionTileIcon{background:var(--fill-2,#78788029);width:34px;height:34px;color:var(--fg-2);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.page-module__lrChSa__dshActionTileLabel{font-size:var(--type-size-body);font-weight:var(--type-weight-semibold);color:var(--fg-1);letter-spacing:-.01em}@media (max-width:680px){.page-module__lrChSa__dshActionGrid{grid-template-columns:repeat(2,minmax(0,1fr))}}.page-module__lrChSa__dshTip{margin-bottom:32px}.page-module__lrChSa__dshWidgetsHeader{justify-content:space-between;align-items:center;gap:12px;min-height:36px;margin-bottom:14px;display:flex}.page-module__lrChSa__dshWidgetsTitle{font-size:var(--type-size-caption);font-weight:var(--type-weight-bold);color:var(--fg-3);letter-spacing:.1em;text-transform:uppercase;margin:0;line-height:1.2}.page-module__lrChSa__dshWidgetsHeaderActions{align-items:center;gap:8px;display:flex}.page-module__lrChSa__dshFeatureCellEditing .page-module__lrChSa__dshCellContent{pointer-events:none}
.pageCommon-module__dLrY_W__container{box-sizing:border-box;width:100%}.pageCommon-module__dLrY_W__iconTile3d{color:var(--tint,var(--fg-2,#55575e));background:linear-gradient(158deg, color-mix(in srgb, var(--tint,var(--bg-3,#f1f5f9)) 10%, #fff) 0%, color-mix(in srgb, var(--tint,var(--bg-3,#f1f5f9)) 16%, #fff) 55%, color-mix(in srgb, var(--tint,var(--bg-3,#f1f5f9)) 26%, #fff) 100%);border:1px solid color-mix(in srgb, var(--tint,var(--border-1,#0000001a)) 20%, transparent);box-shadow:inset 0 1px 0 #fffc, inset 0 -1.5px 1.5px color-mix(in srgb, var(--tint,transparent) 16%, transparent), 0 2px 5px -1px color-mix(in srgb, var(--tint,transparent) 24%, transparent), 0 1px 2px #1011180d;flex-shrink:0;justify-content:center;align-items:center;transition:background .2s,color .2s,box-shadow .2s;display:inline-flex}.pageCommon-module__dLrY_W__main{flex-direction:column;gap:1.35rem;width:100%;margin:0 auto;display:flex}.pageCommon-module__dLrY_W__center{min-height:40vh;color:var(--fg-3);font-size:var(--fs-sm);justify-content:center;align-items:center;display:flex}.pageCommon-module__dLrY_W__title{color:var(--fg-1);font-size:var(--type-size-page-title);font-weight:var(--type-weight-bold);letter-spacing:-.035em;word-break:keep-all;overflow-wrap:break-word;margin:0 0 18px;line-height:1.12}.pageCommon-module__dLrY_W__header{border-bottom:1px solid var(--border-2);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-bottom:24px;padding-bottom:22px;display:flex}.pageCommon-module__dLrY_W__controls{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.pageCommon-module__dLrY_W__filterRow{flex-wrap:wrap;align-items:flex-end;gap:.6rem;display:flex}.pageCommon-module__dLrY_W__filterField,.pageCommon-module__dLrY_W__formField{flex-direction:column;gap:.3rem;display:flex}.pageCommon-module__dLrY_W__fieldLabel{font-size:var(--type-size-caption);color:var(--fg-3);font-weight:var(--type-weight-bold);letter-spacing:.08em;text-transform:uppercase}.pageCommon-module__dLrY_W__sectionHeading{color:var(--fg-1);font-size:var(--type-size-section);font-weight:var(--type-weight-bold);letter-spacing:-.02em;margin:0;line-height:1.25}.pageCommon-module__dLrY_W__eyebrow{font-size:var(--type-size-caption);font-weight:var(--type-weight-bold);letter-spacing:.08em;text-transform:uppercase;color:var(--fg-3)}.pageCommon-module__dLrY_W__select{height:40px;color:var(--fg-1);background:var(--bg-1);border:1px solid var(--border-2);font-size:var(--type-size-caption);font-weight:var(--type-weight-medium);transition:background var(--t-snap,.12s ease-out), border-color var(--t-snap,.12s ease-out), box-shadow var(--t-snap,.12s ease-out);appearance:none;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'/></svg>");background-position:right 10px center;background-repeat:no-repeat;border-radius:8px;padding:0 32px 0 12px;font-family:inherit}.pageCommon-module__dLrY_W__select:hover{border-color:var(--border-strong)}.pageCommon-module__dLrY_W__select:focus{border-color:var(--fg-1);outline:none;box-shadow:0 0 0 3px #1118271a}.pageCommon-module__dLrY_W__statsGrid{gap:12px;display:grid}.pageCommon-module__dLrY_W__statCard{background:var(--bg-1,#fff);border:1px solid var(--border-1);box-shadow:var(--elev-1);border-radius:var(--radius-lg);transition:box-shadow var(--dur-base) var(--ease-spring), transform var(--dur-base) var(--ease-spring)}.pageCommon-module__dLrY_W__statCard:hover{box-shadow:var(--elev-2);transform:translateY(-2px)}@media (prefers-reduced-motion:reduce){.pageCommon-module__dLrY_W__statCard,.pageCommon-module__dLrY_W__statCard:hover{transition:none;transform:none}}.pageCommon-module__dLrY_W__listCard{background:var(--bg-1,#fff);border:1px solid var(--border-1);box-shadow:var(--elev-1);border-radius:var(--radius-lg)}.pageCommon-module__dLrY_W__tableContainer{background:var(--bg-1,#fff);border:1px solid var(--border-1);box-shadow:var(--elev-1);-webkit-overflow-scrolling:touch;border-radius:14px;overflow-x:auto}.pageCommon-module__dLrY_W__tableWrap{-webkit-overflow-scrolling:touch;overflow-x:auto}.pageCommon-module__dLrY_W__table{text-align:center;border-collapse:collapse;width:100%;min-width:600px;font-size:var(--type-size-body)}.pageCommon-module__dLrY_W__table th,.pageCommon-module__dLrY_W__table td{text-align:center}.pageCommon-module__dLrY_W__table thead th{background:var(--bg-2);color:var(--fg-3);font-size:var(--type-size-caption);font-weight:var(--type-weight-bold);letter-spacing:.04em;text-transform:uppercase;border-bottom:1px solid var(--border-2);white-space:nowrap;padding:11px 14px}.pageCommon-module__dLrY_W__table tbody td{color:var(--fg-2);border-bottom:1px solid var(--border-1);padding:12px 14px;line-height:1.45}.pageCommon-module__dLrY_W__table tbody tr:last-child td{border-bottom:none}.pageCommon-module__dLrY_W__table tbody tr:hover td{background:var(--bg-2)}.pageCommon-module__dLrY_W__table thead th:first-child{text-align:left}.pageCommon-module__dLrY_W__table tbody td:first-child{text-align:left;color:var(--fg-1);font-weight:var(--type-weight-semibold)}.pageCommon-module__dLrY_W__modalOverlay{z-index:50;-webkit-backdrop-filter:blur(8px)saturate(140%);background:#0f11166b;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}.pageCommon-module__dLrY_W__modalContent{background:var(--bg-1);border:1px solid var(--border-1);box-shadow:var(--elev-4,0 24px 48px #0000001f, 0 0 0 1px #0000000f);border-radius:12px;width:min(520px,100vw - 32px);max-height:calc(100vh - 32px);overflow-y:auto}.pageCommon-module__dLrY_W__modalTitle{color:var(--fg-1);font-size:var(--type-size-section);font-weight:var(--type-weight-bold);letter-spacing:-.01em;margin:0}.pageCommon-module__dLrY_W__formGroup{flex-direction:column;gap:6px;display:flex}.pageCommon-module__dLrY_W__primaryButton{height:40px;font-size:var(--type-size-body);font-weight:var(--type-weight-semibold);letter-spacing:-.02em;cursor:pointer;background:var(--primary-fill);color:#fff;white-space:nowrap;-webkit-tap-highlight-color:transparent;border:.5px solid #0000;border-radius:980px;justify-content:center;align-items:center;gap:6px;padding:0 22px;font-family:inherit;transition:background .15s ease-out,transform .1s ease-out,opacity .1s ease-out;display:inline-flex}.pageCommon-module__dLrY_W__primaryButton:hover:not(:disabled){background:var(--primary-fill-hover,#07090e)}.pageCommon-module__dLrY_W__primaryButton:active:not(:disabled){opacity:.88;transform:scale(.96)}.pageCommon-module__dLrY_W__primaryButton:disabled{opacity:.4;cursor:not-allowed}.pageCommon-module__dLrY_W__secondaryButton{height:40px;font-size:var(--type-size-body);font-weight:var(--type-weight-semibold);letter-spacing:-.02em;cursor:pointer;background:var(--bg-1);color:var(--fg-1);border:1px solid var(--border-1);white-space:nowrap;-webkit-tap-highlight-color:transparent;border-radius:980px;justify-content:center;align-items:center;gap:6px;padding:0 22px;font-family:inherit;transition:background .15s ease-out,border-color .15s ease-out,transform .1s ease-out,opacity .1s ease-out;display:inline-flex}.pageCommon-module__dLrY_W__secondaryButton:hover:not(:disabled){background:var(--bg-2);border-color:var(--border-2)}.pageCommon-module__dLrY_W__secondaryButton:active:not(:disabled){opacity:.88;transform:scale(.96)}.pageCommon-module__dLrY_W__secondaryButton:disabled{opacity:.4;cursor:not-allowed}.pageCommon-module__dLrY_W__deleteBtn{height:40px;font-size:var(--type-size-body);font-weight:var(--type-weight-semibold);letter-spacing:-.02em;cursor:pointer;background:var(--bg-1);color:var(--color-danger-fg);border:1px solid var(--border-1);white-space:nowrap;-webkit-tap-highlight-color:transparent;border-radius:980px;justify-content:center;align-items:center;gap:6px;padding:0 22px;font-family:inherit;transition:background .15s ease-out,border-color .15s ease-out,transform .1s ease-out,opacity .1s ease-out;display:inline-flex}.pageCommon-module__dLrY_W__deleteBtn:hover:not(:disabled){background:var(--color-danger-bg,#fef2f2);border-color:#ef44444d}.pageCommon-module__dLrY_W__deleteBtn:active:not(:disabled){opacity:.88;transform:scale(.96)}.pageCommon-module__dLrY_W__emptyText{color:var(--fg-3);font-size:var(--fs-sm);font-weight:var(--type-weight-medium);text-align:center;letter-spacing:-.005em;margin:1rem 0;padding:1.5rem 1rem;line-height:1.55}.pageCommon-module__dLrY_W__errorText{color:var(--color-danger);font-size:var(--fs-xs);margin:.4rem 0 0}@media (max-width:768px){.pageCommon-module__dLrY_W__main{gap:.6rem}.pageCommon-module__dLrY_W__title{font-size:var(--fs-lg)}.pageCommon-module__dLrY_W__header{flex-direction:column;align-items:flex-start;gap:.65rem}.pageCommon-module__dLrY_W__controls{flex-wrap:wrap;gap:.5rem;width:100%}.pageCommon-module__dLrY_W__filterRow{flex-direction:column;align-items:stretch;gap:.5rem;width:100%}.pageCommon-module__dLrY_W__filterField{width:100%}.pageCommon-module__dLrY_W__select{width:100%;font-size:var(--fs-xs)}.pageCommon-module__dLrY_W__primaryButton,.pageCommon-module__dLrY_W__secondaryButton,.pageCommon-module__dLrY_W__deleteBtn{text-align:center;font-size:var(--fs-sm);padding:.65rem 1rem}.pageCommon-module__dLrY_W__modalOverlay{align-items:flex-end;padding:.75rem}.pageCommon-module__dLrY_W__modalContent{border-radius:var(--radius-lg) var(--radius-lg) 0 0;width:100%;max-height:88vh}}@media (max-width:480px){.pageCommon-module__dLrY_W__title{font-size:var(--fs-base)}.pageCommon-module__dLrY_W__fieldLabel{font-size:var(--type-size-caption)}.pageCommon-module__dLrY_W__select{font-size:var(--type-size-body);padding:.45rem .6rem}}:is(.gradeBtn,.actionBtn,.deleteBtn,.addButton,.primaryBtn,.secondaryBtn,.cancelBtn,.saveBtn,.pageCommon-module__dLrY_W__gradeBtn,.pageCommon-module__dLrY_W__actionBtn,.pageCommon-module__dLrY_W__deleteBtn,.pageCommon-module__dLrY_W__addButton,.pageCommon-module__dLrY_W__primaryBtn,.pageCommon-module__dLrY_W__secondaryBtn,.pageCommon-module__dLrY_W__cancelBtn,.pageCommon-module__dLrY_W__saveBtn){white-space:nowrap!important;word-break:keep-all!important}
.SegmentedTabs-module__SoZvIq__segmented{isolation:isolate;-webkit-backdrop-filter:blur(8px)saturate(140%);background:#78788029;border-radius:9px;align-self:flex-start;gap:2px;padding:3px;display:inline-flex;position:relative}.SegmentedTabs-module__SoZvIq__fullWidth{width:100%;display:flex}.SegmentedTabs-module__SoZvIq__fullWidth .SegmentedTabs-module__SoZvIq__tab{flex:1 1 0}.SegmentedTabs-module__SoZvIq__thumb{background:var(--bg-1);will-change:transform, width;width:0;transition:transform var(--dur-large) var(--ease-spring), width var(--dur-large) var(--ease-spring);z-index:0;pointer-events:none;opacity:0;border-radius:7px;position:absolute;top:3px;bottom:3px;left:0;transform:translate(0);box-shadow:0 3px 8px #0000001f,0 1px 2px #00000014,0 0 0 .5px #0000000a}.SegmentedTabs-module__SoZvIq__segmented[data-ready=true] .SegmentedTabs-module__SoZvIq__thumb{opacity:1}@media (prefers-reduced-motion:reduce){.SegmentedTabs-module__SoZvIq__thumb{transition:opacity .12s ease-out}}.SegmentedTabs-module__SoZvIq__tab{z-index:1;color:var(--fg-2);font-size:var(--fs-sm,13px);font-weight:var(--type-weight-semibold);letter-spacing:-.008em;cursor:pointer;white-space:nowrap;transition:color var(--dur-base) var(--ease-spring);-webkit-tap-highlight-color:transparent;background:0 0;border:none;border-radius:7px;justify-content:center;align-items:center;gap:5px;padding:6px 14px;text-decoration:none;display:inline-flex;position:relative}.SegmentedTabs-module__SoZvIq__tab:hover{color:var(--fg-1)}.SegmentedTabs-module__SoZvIq__tab:active{transition:transform var(--dur-press) ease-out;transform:scale(.96)}.SegmentedTabs-module__SoZvIq__tabActive{color:var(--fg-1)}.SegmentedTabs-module__SoZvIq__plain{-webkit-backdrop-filter:none;background:0 0;border-radius:0;gap:6px;padding:0}.SegmentedTabs-module__SoZvIq__plain .SegmentedTabs-module__SoZvIq__thumb{-webkit-backdrop-filter:blur(22px)saturate(200%)brightness(1.06);background:linear-gradient(#ffffff8c 0%,#ffffff52 45%,#fff6 100%);border-radius:999px;top:0;bottom:0;box-shadow:0 8px 24px #0000001f,0 2px 6px #0000000f,inset 0 1px 1px #fffffff2,inset 0 -1px 2px #ffffff59,inset 0 0 0 .5px #ffffffb3}.SegmentedTabs-module__SoZvIq__plain .SegmentedTabs-module__SoZvIq__thumb:after{content:"";border-radius:inherit;pointer-events:none;background:linear-gradient(125deg,#ffffff80 0%,#fff0 38% 62%,#ffffff38 100%);position:absolute;inset:0}.SegmentedTabs-module__SoZvIq__plain .SegmentedTabs-module__SoZvIq__tab{font-size:var(--type-size-section);font-weight:var(--type-weight-bold);color:var(--fg-3);letter-spacing:-.02em;transition:color var(--dur-base) var(--ease-spring);border-radius:999px;gap:9px;padding:11px 20px}.SegmentedTabs-module__SoZvIq__plain .SegmentedTabs-module__SoZvIq__tab:hover{color:var(--fg-2)}.SegmentedTabs-module__SoZvIq__plain .SegmentedTabs-module__SoZvIq__tabActive{color:var(--fg-1)}.SegmentedTabs-module__SoZvIq__plain .SegmentedTabs-module__SoZvIq__icon svg{width:18px;height:18px}.SegmentedTabs-module__SoZvIq__plain .SegmentedTabs-module__SoZvIq__badge{min-width:22px;height:22px;font-size:var(--type-size-caption);background:var(--color-danger,#ef4444);color:#fff;padding:0 7px}.SegmentedTabs-module__SoZvIq__plain .SegmentedTabs-module__SoZvIq__tabActive .SegmentedTabs-module__SoZvIq__badge{background:var(--color-danger,#ef4444);color:#fff}@media (max-width:640px){.SegmentedTabs-module__SoZvIq__plain .SegmentedTabs-module__SoZvIq__tab{font-size:var(--type-size-body);padding:9px 14px}.SegmentedTabs-module__SoZvIq__plain .SegmentedTabs-module__SoZvIq__thumb{background:var(--bg-1);-webkit-backdrop-filter:none;box-shadow:0 4px 14px #0000001f,0 1px 3px #00000014,inset 0 0 0 .5px #0000000d}.SegmentedTabs-module__SoZvIq__plain .SegmentedTabs-module__SoZvIq__thumb:after{display:none}}.SegmentedTabs-module__SoZvIq__lg{border-radius:12px;padding:4px}.SegmentedTabs-module__SoZvIq__lg .SegmentedTabs-module__SoZvIq__thumb{border-radius:9px;top:4px;bottom:4px}.SegmentedTabs-module__SoZvIq__lg .SegmentedTabs-module__SoZvIq__tab{font-size:var(--fs-base,15px);border-radius:9px;gap:7px;padding:9px 20px}.SegmentedTabs-module__SoZvIq__icon{justify-content:center;align-items:center;display:inline-flex}.SegmentedTabs-module__SoZvIq__icon svg{width:16px;height:16px}.SegmentedTabs-module__SoZvIq__lg .SegmentedTabs-module__SoZvIq__icon svg{width:18px;height:18px}.SegmentedTabs-module__SoZvIq__badge{background:var(--color-danger,#ef4444);color:#fff;min-width:18px;height:18px;font-size:var(--type-size-caption);font-weight:var(--type-weight-bold);border-radius:999px;justify-content:center;align-items:center;padding:0 5px;line-height:1;display:inline-flex}@media (max-width:640px){.SegmentedTabs-module__SoZvIq__tab{padding:6px 10px}.SegmentedTabs-module__SoZvIq__lg .SegmentedTabs-module__SoZvIq__tab{padding:8px 14px}}
.AppCard-module___-pqlG__card{background:var(--bg-1,#fff);border:1px solid var(--border-1,#0000000f);border-radius:var(--radius-md,14px);transition:box-shadow var(--duration-base,.2s) var(--ease-out,ease), border-color var(--duration-base,.2s) var(--ease-out,ease), transform var(--duration-base,.2s) var(--ease-out,ease);flex-direction:column;gap:12px;padding:16px;display:flex}.AppCard-module___-pqlG__clickable{cursor:pointer}.AppCard-module___-pqlG__clickable:hover{box-shadow:var(--shadow-pop,0 8px 24px #00000014);border-color:var(--border-3,#0000002e);transform:translateY(-2px)}.AppCard-module___-pqlG__clickable:focus-visible{box-shadow:var(--focus-ring,0 0 0 3px #1118271f);outline:none}.AppCard-module___-pqlG__header{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.AppCard-module___-pqlG__title{font-size:var(--type-size-body);font-weight:var(--type-weight-bold);color:var(--fg-1);letter-spacing:-.01em;margin:0;line-height:1.35}.AppCard-module___-pqlG__badgeSlot{flex-shrink:0}.AppCard-module___-pqlG__body{color:var(--fg-2);font-size:var(--type-size-body);flex-direction:column;gap:8px;line-height:1.5;display:flex}.AppCard-module___-pqlG__actions{flex-wrap:wrap;align-items:center;gap:8px;display:flex}
.QuickActionBar-module__jvv7xW__bar{align-items:center;gap:var(--s-2,8px);flex-wrap:wrap;display:flex}
.AppAlert-module__1Vhx4q__overlay{-webkit-backdrop-filter:blur(8px)saturate(140%);z-index:2000;background:#0f11166b;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}.AppAlert-module__1Vhx4q__card{background:var(--surface-elevated,#fff);border-radius:var(--radius-lg,18px);width:100%;max-width:380px;box-shadow:var(--elev-4,0 24px 48px #00000029, 0 0 0 1px #0000000f);box-sizing:border-box;padding:24px 24px 20px}.AppAlert-module__1Vhx4q__title{font-size:var(--type-size-section,17px);font-weight:var(--type-weight-bold,700);letter-spacing:-.02em;color:var(--fg-1);margin:0 0 8px;line-height:1.35}.AppAlert-module__1Vhx4q__message{font-size:var(--type-size-body,14px);color:var(--fg-2);white-space:pre-line;word-break:break-word;line-height:1.6}.AppAlert-module__1Vhx4q__actions{justify-content:flex-end;gap:8px;margin-top:20px;display:flex}@media (max-width:480px){.AppAlert-module__1Vhx4q__actions{justify-content:stretch}:is(.AppAlert-module__1Vhx4q__actions>a,.AppAlert-module__1Vhx4q__actions>button){flex:1}}
.Toast-module__HsjkRa__toastViewport{z-index:1300;pointer-events:none;flex-direction:column;gap:8px;display:flex;position:fixed;top:16px;right:16px}.Toast-module__HsjkRa__toast{pointer-events:auto;-webkit-backdrop-filter:blur(20px)saturate(180%);border:.5px solid;border-radius:14px;justify-content:space-between;align-items:center;gap:12px;min-width:260px;max-width:min(90vw,380px);padding:12px 14px;display:flex;position:relative;overflow:hidden;box-shadow:inset 0 .5px #fff9,0 0 0 .5px #3c3c4338,0 4px 12px #00000014,0 24px 48px -8px #00000029}.Toast-module__HsjkRa__toastClosing{animation:Toast-module__HsjkRa__toastExit var(--dur-base) var(--ease-spring) forwards}.Toast-module__HsjkRa__message{font-size:var(--type-size-body);font-weight:var(--type-weight-medium);letter-spacing:-.018em;margin:0;line-height:1.4}.Toast-module__HsjkRa__closeButton{color:inherit;font-size:var(--type-size-caption);font-weight:var(--type-weight-semibold);cursor:pointer;opacity:.55;white-space:nowrap;height:24px;transition:opacity var(--dur-fast) ease-out, background var(--dur-fast) ease-out;background:0 0;border:none;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;padding:4px 8px;display:inline-flex}.Toast-module__HsjkRa__closeButton:hover{opacity:1;background:#0000000f}.Toast-module__HsjkRa__success{background:var(--color-success-bg);border-color:var(--color-success-fg);color:var(--color-success-fg)}.Toast-module__HsjkRa__error{background:var(--color-danger-bg);border-color:var(--color-danger-border);color:var(--color-danger-fg)}.Toast-module__HsjkRa__info{background:var(--color-info-bg);border-color:var(--color-info-fg);color:var(--color-info-fg)}@keyframes Toast-module__HsjkRa__toastExit{0%{opacity:1;transform:translateY(0)scale(1)}to{opacity:0;transform:translateY(-8px)scale(.98)}}@media (max-width:640px){.Toast-module__HsjkRa__toastViewport{inset:auto .75rem 1rem}.Toast-module__HsjkRa__toast{max-width:100%}}
.SectionTabs-module__SeBVzG__wrap{margin-bottom:0}
