.Auth-module__bmJSXa__main{justify-content:center;align-items:center;width:100vw;min-height:100vh;padding:6rem 1.5rem 2rem;display:flex;position:relative;overflow-x:hidden}.Auth-module__bmJSXa__card{z-index:10;width:100%;max-width:400px;position:relative}.Auth-module__bmJSXa__header{text-align:left;margin-bottom:3rem}.Auth-module__bmJSXa__dataLabel{color:var(--accent-primary);opacity:.6;letter-spacing:2px;margin-bottom:1rem;font-family:IBM Plex Mono,monospace;font-size:.7rem;display:block}.Auth-module__bmJSXa__title{color:var(--text-primary);text-transform:uppercase;letter-spacing:1px;margin-bottom:.5rem;font-family:Inter,sans-serif;font-size:1.5rem;font-weight:800}.Auth-module__bmJSXa__subtitle{color:var(--text-secondary);letter-spacing:1px;text-transform:uppercase;font-family:IBM Plex Mono,monospace;font-size:.7rem}.Auth-module__bmJSXa__tabs{border-bottom:1px solid var(--border-subtle);gap:1rem;margin-bottom:2rem;padding-bottom:1rem;display:flex}.Auth-module__bmJSXa__tabBtn{color:var(--text-muted);letter-spacing:1px;cursor:pointer;background:0 0;border:none;padding:.5rem 0;font-family:IBM Plex Mono,monospace;font-size:.65rem;transition:all .2s;position:relative}.Auth-module__bmJSXa__tabBtn:hover{color:var(--text-secondary)}.Auth-module__bmJSXa__activeTab{color:var(--accent-primary)!important}.Auth-module__bmJSXa__activeTab:after{content:"";background:var(--accent-primary);height:1px;box-shadow:0 0 10px var(--accent-primary);position:absolute;bottom:-1rem;left:0;right:0}.Auth-module__bmJSXa__skeleton{background:linear-gradient(90deg,rgba(var(--rgb-white),.03)25%,rgba(var(--rgb-white),.08)50%,rgba(var(--rgb-white),.03)75%);background-size:200% 100%;border-radius:2px;animation:2s linear infinite Auth-module__bmJSXa__shimmer}@keyframes Auth-module__bmJSXa__shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.Auth-module__bmJSXa__skeletonLabel{width:120px;height:.7rem;margin-bottom:1rem}.Auth-module__bmJSXa__skeletonTitle{width:200px;height:1.5rem;margin-bottom:.5rem}.Auth-module__bmJSXa__skeletonSubtitle{width:150px;height:.7rem;margin-bottom:3rem}.Auth-module__bmJSXa__skeletonInput{width:100%;height:3rem;margin-bottom:1.5rem}.Auth-module__bmJSXa__skeletonButton{width:120px;height:2.2rem}.Auth-module__bmJSXa__form{flex-direction:column;gap:1.5rem;display:flex}.Auth-module__bmJSXa__inputGroup{flex-direction:column;gap:.5rem;display:flex}.Auth-module__bmJSXa__label{color:var(--text-muted);text-transform:uppercase;letter-spacing:1px;font-family:IBM Plex Mono,monospace;font-size:.65rem;font-weight:500}.Auth-module__bmJSXa__input{background:rgba(var(--rgb-white),.02);border:1px solid var(--border-subtle);color:var(--text-primary);border-radius:4px;width:100%;padding:1rem;font-family:IBM Plex Mono,monospace;font-size:.9rem;transition:all .3s}.Auth-module__bmJSXa__input:focus{border-color:var(--border-focus);background:rgba(var(--rgb-white),.05);outline:none}[data-theme=light] .Auth-module__bmJSXa__input:focus{background:rgba(var(--rgb-black),.02)}.Auth-module__bmJSXa__formFooter{flex-direction:column;align-items:flex-end;gap:1rem;margin-top:.5rem;display:flex}.Auth-module__bmJSXa__submitBtn{background-color:var(--text-primary);color:var(--bg-main);cursor:pointer;text-transform:uppercase;letter-spacing:1px;-webkit-tap-highlight-color:transparent;border:none;border-radius:2px;outline:none;justify-content:center;align-items:center;min-width:120px;height:2.2rem;padding:.6rem 1.5rem;font-family:IBM Plex Mono,monospace;font-size:.75rem;font-weight:700;transition:all .2s;display:flex}.Auth-module__bmJSXa__submitBtn:hover:not(:disabled){background-color:rgba(var(--rgb-white),.9)}[data-theme=light] .Auth-module__bmJSXa__submitBtn:hover:not(:disabled){background-color:rgba(var(--rgb-black),.9)}.Auth-module__bmJSXa__submitBtn:focus-visible{outline:2px solid var(--accent-primary);outline-offset:2px}.Auth-module__bmJSXa__submitBtn:active:not(:disabled){transform:scale(.98)}.Auth-module__bmJSXa__submitBtn:disabled{opacity:.6;cursor:not-allowed;background-color:var(--text-primary)}.Auth-module__bmJSXa__miniSpinner{border:2px solid rgba(var(--rgb-black),.1);border-left-color:var(--bg-main);border-right-color:var(--bg-main);border-radius:50%;width:14px;height:14px;animation:.8s linear infinite Auth-module__bmJSXa__spin}@keyframes Auth-module__bmJSXa__spin{to{transform:rotate(360deg)}}.Auth-module__bmJSXa__errorBox{color:var(--accent-error);text-align:left;border:1px solid rgba(var(--rgb-red),.2);background:rgba(var(--rgb-red),.03);border-radius:2px;margin-bottom:1.5rem;padding:1rem;font-family:IBM Plex Mono,monospace;font-size:.75rem}.Auth-module__bmJSXa__successBox{color:var(--accent-success);text-align:left;border:1px solid rgba(var(--rgb-success),.2);background:rgba(var(--rgb-success),.03);border-radius:2px;margin-bottom:1.5rem;padding:1rem;font-family:IBM Plex Mono,monospace;font-size:.75rem}.Auth-module__bmJSXa__footerLinks{text-align:right;margin-top:1rem}.Auth-module__bmJSXa__link{color:var(--text-muted);letter-spacing:1px;font-family:IBM Plex Mono,monospace;font-size:.6rem;text-decoration:none;transition:all .3s}.Auth-module__bmJSXa__link:hover{color:var(--text-primary)}.Auth-module__bmJSXa__statusContainer{opacity:.3;margin-top:3rem}.Auth-module__bmJSXa__statusText{font-family:IBM Plex Mono,monospace;font-size:.6rem}@media (max-width:480px){.Auth-module__bmJSXa__main{align-items:flex-start;padding-top:4rem}.Auth-module__bmJSXa__card{padding:1rem}.Auth-module__bmJSXa__title{font-size:1.25rem}.Auth-module__bmJSXa__header{margin-bottom:2rem}}
.Toast-module__LnWoZW__toast{z-index:100000;background:var(--bg-nav-mobile);-webkit-backdrop-filter:blur(12px)saturate(180%);border:1px solid var(--border-subtle);width:auto;min-width:320px;max-width:90vw;box-shadow:var(--shadow-card);border-radius:24px;justify-content:space-between;align-items:center;padding:.625rem 1.25rem;animation:.5s cubic-bezier(.16,1,.3,1) Toast-module__LnWoZW__slide_down;display:flex;position:fixed;top:1.5rem;left:50%;overflow:hidden;transform:translate(-50%)}@keyframes Toast-module__LnWoZW__slide_down{0%{opacity:0;transform:translate(-50%,-2rem)}to{opacity:1;transform:translate(-50%)}}.Toast-module__LnWoZW__content{flex:1;align-items:center;gap:.875rem;display:flex}.Toast-module__LnWoZW__iconWrapper{flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;display:flex}.Toast-module__LnWoZW__iconSvg{width:100%;height:100%}.Toast-module__LnWoZW__message{font-family:var(--font-inter),sans-serif;color:var(--text-primary);word-break:break-word;align-items:center;font-size:.9375rem;line-height:1.4;display:flex}.Toast-module__LnWoZW__messageContainer{align-items:center;gap:.375rem;display:flex}.Toast-module__LnWoZW__prefix{font-weight:700;font-family:var(--font-ibm-plex-mono),monospace;text-transform:uppercase;letter-spacing:.05em;opacity:.8;font-size:.75rem}.Toast-module__LnWoZW__text{font-weight:400}.Toast-module__LnWoZW__close{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;margin-left:.75rem;padding:.25rem;transition:all .2s;display:flex}.Toast-module__LnWoZW__close:hover{color:var(--text-primary);background:var(--bg-surface)}.Toast-module__LnWoZW__closeIcon{width:14px;height:14px}.Toast-module__LnWoZW__success{border-color:rgba(var(--rgb-neon),.2)}.Toast-module__LnWoZW__success .Toast-module__LnWoZW__iconSvg{color:var(--accent-primary)}.Toast-module__LnWoZW__success .Toast-module__LnWoZW__prefix{color:var(--accent-primary);opacity:1}.Toast-module__LnWoZW__error{border-color:rgba(var(--rgb-red),.2)}.Toast-module__LnWoZW__error .Toast-module__LnWoZW__iconSvg{color:var(--accent-error)}.Toast-module__LnWoZW__error .Toast-module__LnWoZW__prefix{color:var(--accent-error);opacity:1}.Toast-module__LnWoZW__warn{border-color:rgba(var(--rgb-orange),.2)}.Toast-module__LnWoZW__warn .Toast-module__LnWoZW__iconSvg{color:var(--accent-warning)}.Toast-module__LnWoZW__warn .Toast-module__LnWoZW__prefix{color:var(--accent-warning);opacity:1}.Toast-module__LnWoZW__progress{background:var(--accent-primary);opacity:.6;height:2px;animation:linear forwards Toast-module__LnWoZW__progress_drain;position:absolute;bottom:0;left:0}.Toast-module__LnWoZW__error .Toast-module__LnWoZW__progress{background:var(--accent-error)}.Toast-module__LnWoZW__warn .Toast-module__LnWoZW__progress{background:var(--accent-warning)}@keyframes Toast-module__LnWoZW__progress_drain{0%{width:100%}to{width:0%}}@media (max-width:640px){.Toast-module__LnWoZW__toast{border-radius:24px;min-width:0;max-width:none;padding:.625rem 1rem;animation:.5s cubic-bezier(.16,1,.3,1) Toast-module__LnWoZW__slide_up;inset:auto 1rem 1.5rem;transform:none}@keyframes Toast-module__LnWoZW__slide_up{0%{opacity:0;transform:translateY(2rem)}to{opacity:1;transform:translateY(0)}}.Toast-module__LnWoZW__message{font-size:.875rem}}
.Skeleton-module__Sb6cXW__skeleton{background-color:var(--bg-skeleton);border-radius:4px;position:relative;overflow:hidden}.Skeleton-module__Sb6cXW__shimmer{background-image:var(--shimmer-gradient);content:"";animation:2s infinite Skeleton-module__Sb6cXW__shimmer;position:absolute;inset:0;transform:translate(-100%)}@keyframes Skeleton-module__Sb6cXW__shimmer{to{transform:translate(100%)}}
.workspace-module__q4OyNa__workspaceContainer{z-index:10;background:0 0;height:100vh;display:flex;position:relative;overflow:hidden}.workspace-module__q4OyNa__mainContent{flex-direction:column;flex:1;display:flex;position:relative;overflow:hidden}.workspace-module__q4OyNa__container{z-index:10;box-sizing:border-box;width:100%;padding:3rem 4rem;position:relative}.workspace-module__q4OyNa__fullWidthContainer{z-index:10;width:100%;padding:3rem 4rem;position:relative}.workspace-module__q4OyNa__header{border-bottom:1px solid var(--border-subtle);flex-shrink:0;justify-content:space-between;align-items:center;margin-bottom:4rem;padding-bottom:2rem;display:flex}.workspace-module__q4OyNa__title{color:var(--text-primary);letter-spacing:-.02em;margin:0;font-family:Inter,sans-serif;font-size:1.5rem;font-weight:800}.workspace-module__q4OyNa__sectionDivider{border-bottom:1px solid var(--border-subtle);flex-direction:column;gap:.5rem;margin-top:4rem;margin-bottom:2.5rem;padding-bottom:1.5rem;display:flex}.workspace-module__q4OyNa__sectionTitle{color:var(--text-primary);margin:0;font-family:Inter,sans-serif;font-size:1.25rem;font-weight:700}.workspace-module__q4OyNa__tabContainer{border-bottom:1px solid var(--border-subtle);flex-wrap:wrap;gap:1.5rem;margin-bottom:2rem;display:flex}.workspace-module__q4OyNa__logoutBtn{border:1px solid var(--border-subtle);color:var(--text-secondary);cursor:pointer;text-transform:uppercase;letter-spacing:1px;background:0 0;border-radius:4px;padding:.8rem 1.5rem;font-family:IBM Plex Mono,monospace;font-size:.75rem;transition:all .2s}.workspace-module__q4OyNa__logoutBtn:hover{border-color:var(--text-primary);color:var(--text-primary);background:var(--border-subtle)}[data-theme=light] .workspace-module__q4OyNa__logoutBtn{background:var(--bg-main)!important;border-color:var(--border-strong)!important;color:var(--text-primary)!important}[data-theme=light] .workspace-module__q4OyNa__logoutBtn:hover{background:var(--bg-surface)!important;border-color:var(--text-primary)!important}.workspace-module__q4OyNa__tabBtn{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;flex:none;padding:1rem .5rem;font-family:IBM Plex Mono,monospace;font-size:.8rem;transition:color .2s;position:relative}.workspace-module__q4OyNa__tabBtn:hover,.workspace-module__q4OyNa__tabBtnActive{color:var(--text-primary)}.workspace-module__q4OyNa__tabBtnActive:after{content:"";background:var(--text-primary);height:2px;position:absolute;bottom:-1px;left:0;right:0}@media (max-width:768px){.workspace-module__q4OyNa__workspaceContainer{flex-direction:column;height:auto;min-height:100vh;overflow:visible}.workspace-module__q4OyNa__container,.workspace-module__q4OyNa__fullWidthContainer{padding:2rem 1.5rem}.workspace-module__q4OyNa__mainContent{flex:none;width:100%;z-index:auto!important;overflow:visible!important}.workspace-module__q4OyNa__header{text-align:left;flex-direction:column;align-items:flex-start;gap:1.5rem;margin-bottom:2rem;padding-bottom:1.5rem}.workspace-module__q4OyNa__title{font-size:1.5rem}.workspace-module__q4OyNa__tabContainer{scrollbar-width:none;-webkit-overflow-scrolling:touch;-webkit-user-select:none;user-select:none;touch-action:pan-x;flex-wrap:nowrap;gap:.5rem;overflow:auto hidden}.workspace-module__q4OyNa__tabBtn{white-space:nowrap;-webkit-user-drag:none;flex:none;padding:.8rem 1rem;font-size:.75rem}.workspace-module__q4OyNa__tabContainer::-webkit-scrollbar{display:none}}
.ListLayout-module__G20Xua__mainWrapper{z-index:10;flex-direction:column;flex:1;width:100%;height:100%;display:flex;position:relative;overflow:hidden}.ListLayout-module__G20Xua__container{box-sizing:border-box;z-index:10;flex-direction:column;width:100%;height:100%;margin:0;display:flex;position:relative;overflow:hidden;padding:0!important}.ListLayout-module__G20Xua__header{border-bottom:1px solid var(--border-subtle);z-index:40;flex-shrink:0;justify-content:space-between;align-items:flex-end;margin-bottom:0;padding:3rem 4rem 2rem;display:flex}.ListLayout-module__G20Xua__labelGroup{gap:1rem;display:flex}.ListLayout-module__G20Xua__userLabel{color:var(--text-label);text-transform:uppercase;letter-spacing:2px;margin-bottom:.5rem;font-family:IBM Plex Mono,monospace;font-size:.65rem;display:block}.ListLayout-module__G20Xua__title{color:var(--text-primary);letter-spacing:-.02em;margin:0;font-family:Inter,sans-serif;font-size:1.5rem;font-weight:800}.ListLayout-module__G20Xua__actions{gap:1rem;display:flex}.ListLayout-module__G20Xua__searchWrapper{flex:1;max-width:400px;position:relative}.ListLayout-module__G20Xua__searchWrapper i{color:var(--text-muted);pointer-events:none;font-size:.8rem;position:absolute;top:50%;right:1.25rem;transform:translateY(-50%)}.ListLayout-module__G20Xua__searchInput{border:1px solid var(--border-subtle);width:100%;color:var(--text-primary);background:0 0;border-radius:4px;outline:none;height:3rem;padding:.8rem 3rem .8rem 1.25rem;font-family:IBM Plex Mono,monospace;font-size:.85rem;transition:all .2s}.ListLayout-module__G20Xua__searchInput::placeholder{color:var(--text-placeholder)}.ListLayout-module__G20Xua__searchInput:focus{background:rgba(var(--rgb-white),.02);border-color:var(--border-focus)!important;outline:none!important}[data-theme=light] .ListLayout-module__G20Xua__searchInput{background:var(--bg-main)!important;border-color:var(--border-strong)!important;color:var(--text-primary)!important}[data-theme=light] .ListLayout-module__G20Xua__searchInput:focus{background:var(--bg-main)!important;border-color:var(--border-focus)!important;outline:none!important}@media (prefers-color-scheme:light){:root:not([data-theme=dark]) .ListLayout-module__G20Xua__searchInput{background:var(--bg-main)!important;border-color:var(--border-strong)!important;color:var(--text-primary)!important}:root:not([data-theme=dark]) .ListLayout-module__G20Xua__searchInput:focus{background:var(--bg-main)!important;border-color:var(--border-focus)!important;outline:none!important}}.ListLayout-module__G20Xua__filters{z-index:30;flex-wrap:wrap;flex-shrink:0;align-items:flex-end;gap:1.5rem;width:100%;margin-bottom:0;padding:1.5rem 4rem 2.5rem;display:flex}.ListLayout-module__G20Xua__contentArea{z-index:10;flex-direction:column;flex:1;width:calc(100% - 8rem);min-height:0;margin:0 4rem;display:flex;position:relative;overflow-y:auto}.ListLayout-module__G20Xua__flexColumn{flex-direction:column;flex:1;min-height:0;display:flex;overflow:visible}.ListLayout-module__G20Xua__tableWrapper{flex-direction:column;flex:1;width:100%;display:flex;overflow-y:visible;background:var(--bg-main)!important;border:none!important}.ListLayout-module__G20Xua__tableEmptyArea{background:var(--bg-main);flex:1;justify-content:center;align-items:center;min-height:50vh;display:flex}.ListLayout-module__G20Xua__table{border-collapse:collapse;text-align:left;table-layout:fixed;width:100%}.ListLayout-module__G20Xua__table tbody{background-color:var(--bg-main)}.ListLayout-module__G20Xua__emptyStateContainer{background:var(--bg-main);flex-direction:column;flex:1;justify-content:center;align-items:center;min-height:50vh;display:flex}.ListLayout-module__G20Xua__table th,.ListLayout-module__G20Xua__table td{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.ListLayout-module__G20Xua__cellWrap{word-break:break-all;white-space:normal!important;overflow:visible!important}.ListLayout-module__G20Xua__table th{color:var(--text-table-header);text-transform:uppercase;letter-spacing:1.5px;border-bottom:1px solid var(--border-subtle);background:var(--bg-main);z-index:20;padding:1.25rem 1rem;font-family:IBM Plex Mono,monospace;font-size:.65rem;font-weight:500;position:sticky;top:0}.ListLayout-module__G20Xua__table td{border-bottom:1px solid var(--border-subtle);color:var(--text-primary);vertical-align:middle;padding:1.25rem 1rem;font-family:IBM Plex Mono,monospace;font-size:.85rem}.ListLayout-module__G20Xua__table td:focus-within{z-index:50;position:relative}.ListLayout-module__G20Xua__tableKey{font-weight:500;color:var(--text-primary)!important}.ListLayout-module__G20Xua__statusActive{color:var(--accent-success);letter-spacing:1px;text-transform:uppercase;background:0 0;border:none;padding:0;font-family:IBM Plex Mono,monospace;font-size:.75rem;font-weight:600;display:inline-block}.ListLayout-module__G20Xua__statusInactive{color:var(--accent-error);letter-spacing:1px;text-transform:uppercase;background:0 0;border:none;padding:0;font-family:IBM Plex Mono,monospace;font-size:.75rem;font-weight:600;display:inline-block}.ListLayout-module__G20Xua__actionBtn,.ListLayout-module__G20Xua__actionBtnDanger,.ListLayout-module__G20Xua__actionBtnSuccess,.ListLayout-module__G20Xua__actionBtnArchive,.ListLayout-module__G20Xua__actionBtnCrimson{cursor:pointer;opacity:.6;font-family:IBM Plex Mono,monospace;font-size:.75rem;text-decoration:underline;transition:all .2s;display:inline-block;background:0 0!important;border:none!important;padding:0!important}.ListLayout-module__G20Xua__actionBtn{color:var(--text-primary)}.ListLayout-module__G20Xua__actionBtn:hover{opacity:1;color:var(--accent-primary)}.ListLayout-module__G20Xua__actionBtnDanger:hover,.ListLayout-module__G20Xua__actionBtnSuccess:hover,.ListLayout-module__G20Xua__actionBtnArchive:hover,.ListLayout-module__G20Xua__actionBtnCrimson:hover{opacity:1}.ListLayout-module__G20Xua__actionBtnDanger{color:var(--accent-error)}.ListLayout-module__G20Xua__actionBtnSuccess{color:var(--text-primary)}.ListLayout-module__G20Xua__actionBtnArchive{color:var(--accent-warning)}.ListLayout-module__G20Xua__actionBtnCrimson{color:var(--accent-error)}.ListLayout-module__G20Xua__cardsGrid{flex-direction:column;gap:1.5rem;width:100%;padding:1.5rem;display:flex}.ListLayout-module__G20Xua__cardsGrid.ListLayout-module__G20Xua__isForm{padding:0}.ListLayout-module__G20Xua__dataCard{background:var(--border-subtle);border:1px solid var(--border-subtle);border-radius:8px;flex-direction:column;width:100%;padding:1.5rem;display:flex}[data-theme=light] .ListLayout-module__G20Xua__dataCard{background:var(--clr-white);border-color:var(--border-subtle)}.ListLayout-module__G20Xua__cardHeader{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;padding-bottom:1rem;display:flex}.ListLayout-module__G20Xua__cardBody{flex-direction:column;gap:1.25rem;display:flex}.ListLayout-module__G20Xua__cardRow{justify-content:space-between;align-items:flex-end;gap:1.5rem;display:flex}.ListLayout-module__G20Xua__cardLabel{color:var(--text-label);text-transform:uppercase;letter-spacing:1.5px;font-family:IBM Plex Mono,monospace;font-size:.65rem}.ListLayout-module__G20Xua__cardValue{color:var(--text-primary);text-align:right;text-overflow:ellipsis;white-space:nowrap;font-family:IBM Plex Mono,monospace;font-size:.85rem;overflow:hidden}.ListLayout-module__G20Xua__textTruncate{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.ListLayout-module__G20Xua__cardFooter{border-top:1px solid var(--border-subtle);justify-content:flex-end;gap:2rem;margin-top:.5rem;padding-top:1.25rem;display:flex}.ListLayout-module__G20Xua__tabContainer{border-bottom:1px solid var(--border-subtle);flex-wrap:wrap;flex-shrink:0;gap:1.5rem;margin-bottom:2rem;display:flex}.ListLayout-module__G20Xua__tabBtn{color:var(--text-secondary);cursor:pointer;text-transform:uppercase;letter-spacing:1px;background:0 0;border:none;flex:none;padding:1rem .5rem;font-family:IBM Plex Mono,monospace;font-size:.8rem;transition:color .2s;position:relative}.ListLayout-module__G20Xua__tabBtn:hover,.ListLayout-module__G20Xua__tabBtnActive{color:var(--text-primary)}.ListLayout-module__G20Xua__tabBtnActive:after{content:"";background:var(--text-primary);height:2px;position:absolute;bottom:-1px;left:0;right:0}.ListLayout-module__G20Xua__pagination{z-index:40;flex-shrink:0;justify-content:center;align-items:center;gap:2.5rem;width:100%;margin-top:0;padding:1.5rem 4rem 3rem;display:flex}.ListLayout-module__G20Xua__pageInfo{color:var(--text-muted);letter-spacing:1px;font-family:IBM Plex Mono,monospace;font-size:.75rem}[data-theme=light] .ListLayout-module__G20Xua__pageInfo{color:var(--clr-black)}.ListLayout-module__G20Xua__pageNumber{color:rgba(var(--rgb-white),.3);font-weight:600}[data-theme=light] .ListLayout-module__G20Xua__pageNumber{color:var(--clr-black)}@media (prefers-color-scheme:light){:root:not([data-theme=dark]) .ListLayout-module__G20Xua__pageInfo{color:var(--clr-black)!important}:root:not([data-theme=dark]) .ListLayout-module__G20Xua__pageNumber{color:var(--clr-black)!important}}.ListLayout-module__G20Xua__pageBtn{border:1px solid var(--border-subtle);color:var(--text-secondary);cursor:pointer;text-transform:uppercase;letter-spacing:1px;background:0 0;border-radius:4px;padding:.7rem 2rem;font-family:IBM Plex Mono,monospace;font-size:.8rem;transition:all .2s}[data-theme=light] .ListLayout-module__G20Xua__pageBtn{background:var(--clr-white);color:var(--clr-black);border-color:var(--border-strong)}.ListLayout-module__G20Xua__pageBtn:hover:not(:disabled){border-color:var(--text-primary);color:var(--text-primary);background:var(--border-subtle)}[data-theme=light] .ListLayout-module__G20Xua__pageBtn:hover:not(:disabled){background:var(--bg-surface)!important;border-color:var(--text-primary)!important;color:var(--text-primary)!important}@media (prefers-color-scheme:light){:root:not([data-theme=dark]) .ListLayout-module__G20Xua__pageBtn{background:var(--clr-white)!important;color:var(--clr-black)!important;border-color:var(--border-strong)!important}:root:not([data-theme=dark]) .ListLayout-module__G20Xua__pageBtn:hover:not(:disabled){background:var(--bg-surface)!important;border-color:var(--text-primary)!important;color:var(--text-primary)!important}}.ListLayout-module__G20Xua__pageBtn:disabled{opacity:.2;cursor:not-allowed}.ListLayout-module__G20Xua__mobileOnly{display:none!important}.ListLayout-module__G20Xua__desktopOnly{display:flex!important}.ListLayout-module__G20Xua__noFlex{flex:none!important}.ListLayout-module__G20Xua__contentArea>.ListLayout-module__G20Xua__desktopOnly,.ListLayout-module__G20Xua__contentArea>.ListLayout-module__G20Xua__mobileOnly{flex-direction:column;flex:1;min-height:0;display:flex}.ListLayout-module__G20Xua__responsivePadding{padding-top:3rem}@media (max-width:768px){.ListLayout-module__G20Xua__cardsGrid{padding:1.5rem}.ListLayout-module__G20Xua__responsivePadding{padding-top:0!important}.ListLayout-module__G20Xua__tableEmptyArea,.ListLayout-module__G20Xua__emptyStateContainer{background:0 0}.ListLayout-module__G20Xua__desktopOnly{display:none!important}.ListLayout-module__G20Xua__mobileOnly{display:flex!important}.ListLayout-module__G20Xua__mainWrapper{height:auto;min-height:100vh;overflow:visible;max-height:none!important}.ListLayout-module__G20Xua__container{width:100%;height:auto;padding:0;display:block;overflow:visible;max-height:none!important}.ListLayout-module__G20Xua__header{text-align:left;flex-direction:column;align-items:flex-start;gap:1.5rem;margin-bottom:0;padding:2rem 1.5rem}.ListLayout-module__G20Xua__labelGroup{flex-direction:column;align-items:flex-start;gap:.5rem}.ListLayout-module__G20Xua__filters{flex-direction:column;align-items:stretch;gap:1.5rem;padding:1.5rem}.ListLayout-module__G20Xua__filters>div,.ListLayout-module__G20Xua__filters>button{max-width:100%!important;margin-left:0!important}.ListLayout-module__G20Xua__contentArea{background:0 0;border:none;width:100%;height:auto;margin:0;padding:0;overflow:visible}.ListLayout-module__G20Xua__pagination{background:0 0;flex-direction:column;gap:1.5rem;margin-top:0;padding:2rem 1.5rem 4rem}.ListLayout-module__G20Xua__pageBtn{width:100%;height:3rem}.ListLayout-module__G20Xua__tabContainer{scrollbar-width:none;-webkit-overflow-scrolling:touch;-webkit-user-select:none;user-select:none;touch-action:pan-x;flex-wrap:nowrap;gap:.5rem;width:100%;margin-bottom:1.5rem;padding-bottom:0;padding-left:1rem;overflow:auto hidden}.ListLayout-module__G20Xua__tabContainer::-webkit-scrollbar{display:none}.ListLayout-module__G20Xua__tabBtn{white-space:nowrap;-webkit-user-drag:none;padding:.8rem 1rem;font-size:.75rem}}
.Loader-module__fuXdsG__wrapper{justify-content:center;align-items:center;display:flex}.Loader-module__fuXdsG__loader{justify-content:center;align-items:center;width:64px;height:64px;animation:7s ease-in-out infinite Loader-module__fuXdsG__csp;display:flex;position:relative}@keyframes Loader-module__fuXdsG__csp{0%,30%{animation-timing-function:cubic-bezier(.4,0,.2,1);transform:rotate(0)}38%{animation-timing-function:ease-in-out;transform:rotate(-360deg)}82%{animation-timing-function:cubic-bezier(.4,0,.2,1);transform:rotate(-360deg)}to{transform:rotate(-720deg)}}.Loader-module__fuXdsG__dot{background:var(--text-secondary,#a0a0a0);border-radius:50%;width:8px;height:8px;margin:-4px;animation-duration:7s;animation-iteration-count:infinite;position:absolute;top:50%;left:50%}.Loader-module__fuXdsG__dot1{animation-name:Loader-module__fuXdsG__d1}@keyframes Loader-module__fuXdsG__d1{0%{animation-timing-function:ease-in-out;transform:translate(-18px)}4.5%{animation-timing-function:ease-in-out;transform:translate(-18px,-18px)}9%{animation-timing-function:ease-in-out;transform:translate(-18px)}13.5%{animation-timing-function:ease-in-out;transform:translate(-18px,-18px)}18%{animation-timing-function:ease-in-out;transform:translate(-18px)}22.5%{animation-timing-function:ease-in-out;transform:translate(-18px,-18px)}27%{animation-timing-function:ease-in-out;transform:translate(-18px)}30%{animation-timing-function:cubic-bezier(.4,0,.2,1);transform:translate(-18px)}38%{animation-timing-function:ease-in-out;transform:translate(-14px,-14px)}45.3%{animation-timing-function:cubic-bezier(.45,0,.55,1);transform:translate(19px,-5px)}52.7%{animation-timing-function:cubic-bezier(.45,0,.55,1);transform:translate(-5px,19px)}60%{animation-timing-function:cubic-bezier(.45,0,.55,1);transform:translate(-14px,-14px)}67.3%{animation-timing-function:cubic-bezier(.45,0,.55,1);transform:translate(19px,-5px)}74.7%{animation-timing-function:cubic-bezier(.45,0,.55,1);transform:translate(-5px,19px)}82%{animation-timing-function:cubic-bezier(.4,0,.2,1);transform:translate(-14px,-14px)}to{transform:translate(-18px)}}.Loader-module__fuXdsG__dot2{animation-name:Loader-module__fuXdsG__d2}@keyframes Loader-module__fuXdsG__d2{0%,2.5%{animation-timing-function:ease-in-out;transform:translate(0)}7%{animation-timing-function:ease-in-out;transform:translateY(-18px)}11.5%{animation-timing-function:ease-in-out;transform:translate(0)}16%{animation-timing-function:ease-in-out;transform:translateY(-18px)}20.5%{animation-timing-function:ease-in-out;transform:translate(0)}25%{animation-timing-function:ease-in-out;transform:translateY(-18px)}29%{animation-timing-function:ease-in-out;transform:translate(0)}30%{animation-timing-function:cubic-bezier(.4,0,.2,1);transform:translate(0)}38%{animation-timing-function:ease-in-out;transform:translate(19px,-5px)}45.3%{animation-timing-function:cubic-bezier(.45,0,.55,1);transform:translate(-5px,19px)}52.7%{animation-timing-function:cubic-bezier(.45,0,.55,1);transform:translate(-14px,-14px)}60%{animation-timing-function:cubic-bezier(.45,0,.55,1);transform:translate(19px,-5px)}67.3%{animation-timing-function:cubic-bezier(.45,0,.55,1);transform:translate(-5px,19px)}74.7%{animation-timing-function:cubic-bezier(.45,0,.55,1);transform:translate(-14px,-14px)}82%{animation-timing-function:cubic-bezier(.4,0,.2,1);transform:translate(19px,-5px)}to{transform:translate(0)}}.Loader-module__fuXdsG__dot3{animation-name:Loader-module__fuXdsG__d3}@keyframes Loader-module__fuXdsG__d3{0%,5%{animation-timing-function:ease-in-out;transform:translate(18px)}9.5%{animation-timing-function:ease-in-out;transform:translate(18px,-18px)}14%{animation-timing-function:ease-in-out;transform:translate(18px)}18.5%{animation-timing-function:ease-in-out;transform:translate(18px,-18px)}23%{animation-timing-function:ease-in-out;transform:translate(18px)}27.5%{animation-timing-function:ease-in-out;transform:translate(18px,-18px)}30%{animation-timing-function:cubic-bezier(.4,0,.2,1);transform:translate(18px)}38%{animation-timing-function:ease-in-out;transform:translate(-5px,19px)}45.3%{animation-timing-function:cubic-bezier(.45,0,.55,1);transform:translate(-14px,-14px)}52.7%{animation-timing-function:cubic-bezier(.45,0,.55,1);transform:translate(19px,-5px)}60%{animation-timing-function:cubic-bezier(.45,0,.55,1);transform:translate(-5px,19px)}67.3%{animation-timing-function:cubic-bezier(.45,0,.55,1);transform:translate(-14px,-14px)}74.7%{animation-timing-function:cubic-bezier(.45,0,.55,1);transform:translate(19px,-5px)}82%{animation-timing-function:cubic-bezier(.4,0,.2,1);transform:translate(-5px,19px)}to{transform:translate(18px)}}
.EmptyState-module__rs8wFG__emptyState{text-align:center;color:var(--accent-error);box-sizing:border-box;grid-column:1/-1;justify-content:center;align-items:center;width:100%;height:100%;padding:5rem 2rem;font-family:IBM Plex Mono,monospace;font-size:.8rem;display:flex}
.AccountSettings-module__lZH49G__container{z-index:10;box-sizing:border-box;width:100%;height:100%;padding:3rem 4rem;position:relative;overflow-y:auto}.AccountSettings-module__lZH49G__header{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;margin-bottom:4rem;padding-bottom:2rem;display:flex}.AccountSettings-module__lZH49G__title{color:var(--text-primary);margin:0;font-family:Inter,sans-serif;font-size:1.5rem;font-weight:800}.AccountSettings-module__lZH49G__userLabel{color:var(--text-label);text-transform:uppercase;letter-spacing:2px;margin-bottom:.5rem;font-family:IBM Plex Mono,monospace;font-size:.65rem;display:block}.AccountSettings-module__lZH49G__accountGrid{grid-template-columns:1fr 1fr;align-items:stretch;gap:2rem;display:grid}.AccountSettings-module__lZH49G__formSection{background:rgba(var(--rgb-white),.02);border:1px solid var(--border-subtle);border-radius:4px;flex-direction:column;padding:2.5rem;display:flex}[data-theme=light] .AccountSettings-module__lZH49G__formSection{background:#fff}.AccountSettings-module__lZH49G__profileSection{flex-direction:column;display:flex}.AccountSettings-module__lZH49G__profileCard{background:rgba(var(--rgb-white),.02);border:1px solid var(--border-subtle);text-align:center;border-radius:4px;flex-direction:column;align-items:center;gap:1.5rem;height:100%;padding:2.5rem;display:flex}[data-theme=light] .AccountSettings-module__lZH49G__profileCard{background:#fff}.AccountSettings-module__lZH49G__avatarContainer{border:1px solid var(--border-subtle);cursor:pointer;border-radius:0;justify-content:center;align-items:center;width:150px;height:150px;padding:4px;transition:all .3s;display:flex;position:relative;overflow:hidden}.AccountSettings-module__lZH49G__avatarContainer:hover{border-color:var(--accent-primary);box-shadow:0 0 15px rgba(var(--rgb-neon),.2)}.AccountSettings-module__lZH49G__avatarOverlay{background:rgba(var(--rgb-black),.6);opacity:0;width:100%;height:100%;color:var(--clr-white);z-index:5;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;transition:opacity .3s;display:flex;position:absolute;top:0;left:0}.AccountSettings-module__lZH49G__avatarOverlay i{font-size:1.5rem}.AccountSettings-module__lZH49G__avatarOverlay span{letter-spacing:1px;font-family:IBM Plex Mono,monospace;font-size:.6rem}.AccountSettings-module__lZH49G__avatarContainer:hover .AccountSettings-module__lZH49G__avatarOverlay{opacity:1}.AccountSettings-module__lZH49G__uploading{pointer-events:none;opacity:.7}.AccountSettings-module__lZH49G__uploading .AccountSettings-module__lZH49G__avatarOverlay{opacity:1;background:rgba(var(--rgb-black),.8)}.AccountSettings-module__lZH49G__avatar{object-fit:cover;border-radius:0;width:100%;height:100%}.AccountSettings-module__lZH49G__avatarPlaceholder{background:var(--bg-main);width:100%;height:100%;color:var(--text-muted);border-radius:0;justify-content:center;align-items:center;font-size:2.5rem;font-weight:800;display:flex}.AccountSettings-module__lZH49G__profileInfo{flex-direction:column;gap:.5rem;display:flex}.AccountSettings-module__lZH49G__profileName{color:var(--text-primary);text-overflow:ellipsis;white-space:nowrap;max-width:100%;margin:0;font-family:Inter,sans-serif;font-size:1.5rem;font-weight:800;overflow:hidden}.AccountSettings-module__lZH49G__profileRole{color:var(--text-label);opacity:.8;margin:0;font-family:IBM Plex Mono,monospace;font-size:.75rem}.AccountSettings-module__lZH49G__instructor{color:var(--accent-primary)!important;opacity:1!important}.AccountSettings-module__lZH49G__staff{color:var(--clr-cyan)!important;opacity:1!important}.AccountSettings-module__lZH49G__administrator{color:var(--accent-admin)!important;opacity:1!important}.AccountSettings-module__lZH49G__affiliate{color:var(--accent-affiliate)!important;opacity:1!important}.AccountSettings-module__lZH49G__profileEmail{color:var(--text-secondary);text-overflow:ellipsis;white-space:nowrap;max-width:100%;margin:0;font-size:.9rem;overflow:hidden}.AccountSettings-module__lZH49G__section{flex-direction:column;flex-grow:1;width:100%;display:flex}.AccountSettings-module__lZH49G__sectionTitle{color:var(--text-label);opacity:.6;letter-spacing:1px;margin-bottom:2rem;font-family:IBM Plex Mono,monospace;font-size:.8rem}.AccountSettings-module__lZH49G__passwordForm{flex-direction:column;flex-grow:1;gap:1.5rem;display:flex}.AccountSettings-module__lZH49G__inputGroup{flex-direction:column;gap:.75rem;display:flex}.AccountSettings-module__lZH49G__label{color:var(--text-label);text-transform:uppercase;letter-spacing:1px;font-family:IBM Plex Mono,monospace;font-size:.65rem}.AccountSettings-module__lZH49G__input{background:rgba(var(--rgb-white),.03);border:1px solid var(--border-subtle);color:var(--text-primary);border-radius:4px;padding:1rem 1.25rem;font-family:IBM Plex Mono,monospace;font-size:.9rem;transition:all .3s}.AccountSettings-module__lZH49G__input::placeholder{color:var(--text-placeholder)}.AccountSettings-module__lZH49G__input:focus{background:rgba(var(--rgb-white),.05)!important;border-color:var(--border-focus)!important;outline:none!important}[data-theme=light] .AccountSettings-module__lZH49G__input:focus{background:rgba(var(--rgb-black),.02)!important}.AccountSettings-module__lZH49G__cancelBtn{color:var(--accent-error);cursor:pointer;opacity:.6;text-transform:uppercase;letter-spacing:1px;background:0 0;border:none;padding:0;font-family:IBM Plex Mono,monospace;font-size:.65rem;transition:all .2s}.AccountSettings-module__lZH49G__cancelBtn:hover:not(:disabled){opacity:1;text-shadow:0 0 10px rgba(var(--rgb-red),.3)}.AccountSettings-module__lZH49G__cancelBtn:disabled{cursor:not-allowed;opacity:.2}.AccountSettings-module__lZH49G__submitBtn{border:1px solid var(--border-strong);color:var(--text-primary);cursor:pointer;text-transform:uppercase;background:0 0;border-radius:4px;justify-content:center;align-self:flex-end;align-items:center;gap:.75rem;width:fit-content;margin-top:auto;padding:1rem 2.5rem;font-family:IBM Plex Mono,monospace;font-size:.9rem;transition:all .2s;display:flex}.AccountSettings-module__lZH49G__submitBtn:hover:not(:disabled){background:rgba(var(--rgb-white),.05);border-color:var(--text-primary);box-shadow:0 0 15px rgba(var(--rgb-white),.1)}.AccountSettings-module__lZH49G__errorBox{color:var(--accent-error);border:1px solid rgba(var(--rgb-red),.2);background:rgba(var(--rgb-red),.05);border-radius:4px;padding:1rem;font-family:IBM Plex Mono,monospace;font-size:.8rem}.AccountSettings-module__lZH49G__successBox{color:var(--text-primary);border:1px solid var(--border-strong);background:rgba(var(--rgb-white),.05);border-radius:4px;padding:1rem;font-family:IBM Plex Mono,monospace;font-size:.8rem}.AccountSettings-module__lZH49G__terminalDecoration{opacity:.2;border-top:1px solid var(--border-subtle);width:100%;margin-top:auto;padding-top:1.5rem}.AccountSettings-module__lZH49G__terminalDecoration p{text-align:left;margin-bottom:.25rem;font-size:.6rem}.AccountSettings-module__lZH49G__decorationLine{color:var(--text-label)}.AccountSettings-module__lZH49G__errorContainer{border:1px dashed rgba(var(--rgb-red),.3);background:rgba(var(--rgb-red),.02);border-radius:8px;justify-content:center;align-items:center;width:100%;height:80vh;display:flex}.AccountSettings-module__lZH49G__errorBox{text-align:center}.AccountSettings-module__lZH49G__errorText{color:var(--accent-error);letter-spacing:1px;font-family:IBM Plex Mono,monospace;font-size:.9rem}@media (max-width:1024px){.AccountSettings-module__lZH49G__accountGrid{grid-template-columns:1fr;gap:2rem}.AccountSettings-module__lZH49G__profileSection{order:-1}.AccountSettings-module__lZH49G__formSection,.AccountSettings-module__lZH49G__profileCard{height:auto}}@media (max-width:768px){.AccountSettings-module__lZH49G__container{align-items:center;width:100%;padding:1rem}.AccountSettings-module__lZH49G__header{text-align:center;flex-direction:column;align-items:center;gap:1rem;margin-bottom:1.25rem;padding-bottom:.75rem}.AccountSettings-module__lZH49G__title{font-size:1.5rem}.AccountSettings-module__lZH49G__formSection,.AccountSettings-module__lZH49G__profileCard{padding:1.5rem}.AccountSettings-module__lZH49G__avatarContainer{width:120px;height:120px}}
.FormLayout-module__bxLyAW__fullScreenOverlay{background:var(--bg-main);z-index:10000;justify-content:center;align-items:flex-start;padding:0;position:fixed;inset:0;display:flex!important}@media (max-width:768px){.FormLayout-module__bxLyAW__fullScreenOverlay{display:none!important}}.FormLayout-module__bxLyAW__fullScreenBody{background:var(--bg-main);overscroll-behavior-x:none;-webkit-overflow-scrolling:touch;border:none;flex-direction:column;align-items:center;width:100%;max-width:100%;height:100vh;max-height:100vh;padding:4rem;display:flex;position:relative;overflow:clip auto}.FormLayout-module__bxLyAW__desktopHeader{justify-content:space-between;align-items:flex-end;width:100%;max-width:1200px;margin-bottom:3rem;display:flex}.FormLayout-module__bxLyAW__desktopTitleGroup{flex-direction:column;gap:.5rem;display:flex}.FormLayout-module__bxLyAW__desktopPrefix{color:var(--text-muted);text-transform:uppercase;letter-spacing:2px;font-family:IBM Plex Mono,monospace;font-size:.65rem}.FormLayout-module__bxLyAW__desktopMainTitle{color:var(--text-primary);letter-spacing:-.02em;margin:0;font-family:Inter,sans-serif;font-size:1.75rem;font-weight:800}.FormLayout-module__bxLyAW__desktopActions{gap:1rem;display:flex}.FormLayout-module__bxLyAW__desktopForm{flex-direction:column;gap:2rem;width:100%;max-width:1200px;display:flex}.FormLayout-module__bxLyAW__windowOverlay,.FormLayout-module__bxLyAW__windowOverlayCentered{background:rgba(var(--rgb-black),.85);z-index:10000;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);justify-content:center;align-items:flex-start;padding:3rem 2rem;position:fixed;inset:0;overflow-y:auto;display:flex!important}@media (max-width:768px){.FormLayout-module__bxLyAW__windowOverlay{display:none!important}.FormLayout-module__bxLyAW__windowOverlayCentered{padding:1rem}}.FormLayout-module__bxLyAW__windowBody{background:var(--bg-surface);width:100%;box-shadow:0 30px 60px rgba(var(--rgb-black),.5);border:1px solid var(--border-subtle);border-radius:8px;flex-direction:column;margin:auto;padding:3rem;display:flex;position:relative;overflow:visible}.FormLayout-module__bxLyAW__windowHeader{border-bottom:1px solid var(--border-subtle);flex-shrink:0;justify-content:space-between;align-items:center;gap:2rem;margin-bottom:2.5rem;padding-bottom:1.5rem;display:flex}.FormLayout-module__bxLyAW__windowForm{flex-direction:column;flex:1;gap:1.5rem;display:flex}.FormLayout-module__bxLyAW__mobileOverlay{background:var(--bg-main);z-index:99999;overscroll-behavior:contain;flex-direction:column;height:100vh;position:fixed;inset:0;overflow:hidden;display:none!important}@media (max-width:768px){.FormLayout-module__bxLyAW__mobileOverlay{display:flex!important}}.FormLayout-module__bxLyAW__mobileBody{background:var(--bg-main);flex-direction:column;flex:1;width:100%;height:100%;display:flex;overflow-x:hidden}.FormLayout-module__bxLyAW__mobileHeader{background:var(--bg-main);border-bottom:1px solid var(--border-subtle);flex-direction:column;flex-shrink:0;gap:.5rem;padding:2rem 1.5rem;display:flex}.FormLayout-module__bxLyAW__mobileHeaderInner{justify-content:space-between;align-items:center;width:100%;display:flex}.FormLayout-module__bxLyAW__mobileTitleGroup{flex-direction:column;gap:.25rem;display:flex}.FormLayout-module__bxLyAW__mobilePrefix{color:var(--text-muted);text-transform:uppercase;letter-spacing:2px;font-family:IBM Plex Mono,monospace;font-size:.6rem}.FormLayout-module__bxLyAW__mobileMainTitle{color:var(--text-primary);letter-spacing:-.01em;margin:0;font-family:Inter,sans-serif;font-size:1.25rem;font-weight:700}.FormLayout-module__bxLyAW__formArea{-webkit-overflow-scrolling:touch;flex-direction:column;flex:1;gap:2rem;padding:2rem 1.5rem;display:flex;overflow:hidden auto}.FormLayout-module__bxLyAW__mobileFooter{background:var(--bg-main);border-top:1px solid var(--border-subtle);flex-direction:column;flex-shrink:0;gap:.75rem;width:100%;padding:1.5rem;display:flex}.FormLayout-module__bxLyAW__userLabel{color:var(--text-label);text-transform:uppercase;letter-spacing:2px;margin-bottom:.75rem;font-family:IBM Plex Mono,monospace;font-size:.65rem;display:block}.FormLayout-module__bxLyAW__input,.FormLayout-module__bxLyAW__select,.FormLayout-module__bxLyAW__textarea{background:rgba(var(--rgb-white),.01);border:1px solid var(--border-subtle);color:var(--text-primary);box-sizing:border-box;border-radius:4px;width:100%;max-width:100%;padding:0 1.25rem;font-family:IBM Plex Mono,monospace;font-size:.85rem;font-weight:400;transition:all .2s}.FormLayout-module__bxLyAW__select{appearance:none;cursor:pointer;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%238e8e93'><path d='M7 10l5 5 5-5z'/></svg>");background-position:right 1.25rem center;background-repeat:no-repeat;background-size:1.5rem;padding-right:3rem!important}.FormLayout-module__bxLyAW__input::placeholder,.FormLayout-module__bxLyAW__textarea::placeholder{color:var(--text-placeholder);text-transform:uppercase}.FormLayout-module__bxLyAW__input,.FormLayout-module__bxLyAW__select{flex-shrink:0;align-items:center;display:flex;height:3rem!important}.FormLayout-module__bxLyAW__textarea{resize:vertical;min-height:120px;padding:1.25rem}.FormLayout-module__bxLyAW__input[readonly],.FormLayout-module__bxLyAW__textarea[readonly]{background:rgba(var(--rgb-white),.01)!important}.FormLayout-module__bxLyAW__input:focus,.FormLayout-module__bxLyAW__textarea:focus,.FormLayout-module__bxLyAW__select:focus{background:rgba(var(--rgb-white),.05)!important;border-color:var(--border-focus)!important;outline:none!important}:is([data-theme=light] .FormLayout-module__bxLyAW__input,[data-theme=light] .FormLayout-module__bxLyAW__textarea,[data-theme=light] .FormLayout-module__bxLyAW__select){background:var(--bg-main)!important;border-color:var(--border-strong)!important;color:var(--text-primary)!important}:is([data-theme=light] .FormLayout-module__bxLyAW__input:focus,[data-theme=light] .FormLayout-module__bxLyAW__textarea:focus,[data-theme=light] .FormLayout-module__bxLyAW__select:focus){background:var(--bg-main)!important;border-color:var(--border-focus)!important;outline:none!important}.FormLayout-module__bxLyAW__select option{background-color:var(--bg-main);color:var(--text-primary);padding:1rem}.FormLayout-module__bxLyAW__toggleContainer{background:rgba(var(--rgb-white),.02);border:1px solid var(--border-subtle);border-radius:6px;margin-bottom:1.5rem;padding:.3rem;display:flex}.FormLayout-module__bxLyAW__toggleBtn{color:var(--text-label);cursor:pointer;text-transform:uppercase;letter-spacing:1px;background:0 0;border:none;border-radius:4px;flex:1;padding:.8rem;font-family:IBM Plex Mono,monospace;font-size:.75rem;transition:all .2s}.FormLayout-module__bxLyAW__toggleBtnActive{font-weight:600;background:var(--clr-black)!important;color:var(--clr-white)!important}[data-theme=light] .FormLayout-module__bxLyAW__toggleContainer{background:var(--bg-surface)!important;border-color:var(--border-subtle)!important}[data-theme=light] .FormLayout-module__bxLyAW__toggleBtn{color:var(--clr-grey-muted)!important}[data-theme=light] .FormLayout-module__bxLyAW__toggleBtnActive{background:var(--clr-black)!important;color:var(--clr-white)!important}.FormLayout-module__bxLyAW__formRow{box-sizing:border-box;flex-direction:row;gap:1.5rem;width:100%;max-width:100%;display:flex}.FormLayout-module__bxLyAW__fieldWrapper{flex-direction:column;gap:.5rem;width:100%;margin-bottom:1.5rem;display:flex}.FormLayout-module__bxLyAW__fieldDescription{color:var(--text-label);font-size:.7rem;font-family:var(--font-mono);text-transform:uppercase;margin:0}.FormLayout-module__bxLyAW__fieldError{color:var(--accent-error);font-size:.7rem;font-family:var(--font-mono);text-transform:uppercase}.FormLayout-module__bxLyAW__fieldContent{width:100%}.FormLayout-module__bxLyAW__currencyContainer{width:100%;position:relative}.FormLayout-module__bxLyAW__currencySymbol{color:var(--text-label);pointer-events:none;font-family:IBM Plex Mono,monospace;font-size:.9rem;position:absolute;top:50%;left:1.25rem;transform:translateY(-50%)}.FormLayout-module__bxLyAW__inputWithPrefix{padding-left:2.5rem!important}.FormLayout-module__bxLyAW__saveBtn{border:1px solid var(--border-button);color:var(--text-primary);cursor:pointer;text-transform:uppercase;letter-spacing:1px;background:0 0;border-radius:4px;justify-content:center;align-items:center;gap:.5rem;height:auto;padding:.6rem 1.25rem;font-family:IBM Plex Mono,monospace;font-size:.75rem;font-weight:500;text-decoration:none;transition:all .2s;display:flex}.FormLayout-module__bxLyAW__saveBtn:hover:not(:disabled){background:rgba(var(--rgb-white),.05);border-color:var(--text-primary)}.FormLayout-module__bxLyAW__saveBtn:disabled{opacity:.3;cursor:not-allowed}.FormLayout-module__bxLyAW__closeBtn{border:1px solid rgba(var(--rgb-red),.2);color:var(--accent-error);cursor:pointer;text-transform:uppercase;letter-spacing:1px;background:0 0;border-radius:4px;justify-content:center;align-items:center;gap:.5rem;height:auto;padding:.6rem 1.25rem;font-family:IBM Plex Mono,monospace;font-size:.75rem;font-weight:500;text-decoration:none;transition:all .2s;display:flex}.FormLayout-module__bxLyAW__closeBtn:hover{background:rgba(var(--rgb-red),.05);border-color:var(--accent-error)}[data-theme=light] .FormLayout-module__bxLyAW__saveBtn{background:var(--clr-black)!important;color:var(--clr-white)!important;border-color:var(--clr-black)!important}[data-theme=light] .FormLayout-module__bxLyAW__saveBtn:hover:not(:disabled){background:#222!important;border-color:#222!important}[data-theme=light] .FormLayout-module__bxLyAW__saveBtn:disabled{background:rgba(var(--rgb-black),.15)!important;color:rgba(var(--rgb-black),.4)!important;opacity:.5!important;border-color:#0000!important}[data-theme=light] .FormLayout-module__bxLyAW__closeBtn{background:var(--bg-surface)!important;color:var(--accent-error)!important;border-color:var(--border-strong)!important}[data-theme=light] .FormLayout-module__bxLyAW__closeBtn:hover{border-color:var(--accent-error)!important;background:#e4e4e7!important}@media (max-width:768px){.FormLayout-module__bxLyAW__formRow{flex-direction:column}.FormLayout-module__bxLyAW__fieldWrapper{margin-bottom:1rem}.FormLayout-module__bxLyAW__desktopOnly{display:none!important}}@media (min-width:769px){.FormLayout-module__bxLyAW__mobileOnly{display:none!important}}.FormLayout-module__bxLyAW__dropdownWrapper{box-sizing:border-box;width:100%;position:relative}[data-theme=light] .FormLayout-module__bxLyAW__dropdownWrapper{background-color:var(--bg-main);border-radius:4px}.FormLayout-module__bxLyAW__dropdownTrigger{background:rgba(var(--rgb-white),.01);border:1px solid var(--border-subtle);color:var(--text-primary);box-sizing:border-box;cursor:pointer;text-align:left;-webkit-user-select:none;user-select:none;border-radius:4px;outline:none;justify-content:space-between;align-items:center;width:100%;max-width:100%;padding:0 1.25rem;font-family:IBM Plex Mono,monospace;font-size:.85rem;font-weight:400;transition:all .2s;display:flex;height:3rem!important}[data-theme=light] .FormLayout-module__bxLyAW__dropdownTrigger{background:var(--bg-main)!important;border-color:var(--border-strong)!important;color:var(--text-primary)!important}.FormLayout-module__bxLyAW__dropdownTrigger:hover:not(:disabled){border-color:var(--border-strong);background:rgba(var(--rgb-white),.03)}[data-theme=light] .FormLayout-module__bxLyAW__dropdownTrigger:hover:not(:disabled){background:var(--bg-main)!important;border-color:var(--border-focus)!important}.FormLayout-module__bxLyAW__dropdownTrigger:focus-visible:not(:disabled),.FormLayout-module__bxLyAW__dropdownTriggerOpen{border-color:var(--border-focus)!important;background:rgba(var(--rgb-white),.02)!important;outline:none!important}[data-theme=light] .FormLayout-module__bxLyAW__dropdownTriggerOpen{background:var(--bg-main)!important;border-color:var(--border-focus)!important;outline:none!important}[data-theme=light] .FormLayout-module__bxLyAW__dropdownTrigger:focus-visible:not(:disabled){background:var(--bg-main)!important;border-color:var(--border-focus)!important;outline:none!important}.FormLayout-module__bxLyAW__dropdownTrigger:disabled{opacity:.5;cursor:not-allowed}.FormLayout-module__bxLyAW__dropdownArrow{color:var(--text-secondary);margin-left:1rem;font-size:.65rem;transition:transform .2s;display:inline-block}.FormLayout-module__bxLyAW__dropdownArrowOpen{transform:rotate(180deg);color:var(--text-primary)!important}.FormLayout-module__bxLyAW__dropdownMenu{background:var(--bg-surface);border:1px solid var(--border-strong);box-shadow:var(--shadow-card);z-index:1000;-webkit-backdrop-filter:blur(12px);border-radius:4px;max-height:250px;margin:0;padding:.25rem 0;list-style:none;position:absolute;top:calc(100% + .25rem);left:0;right:0;overflow-y:auto}.FormLayout-module__bxLyAW__dropdownOption{color:var(--text-primary);cursor:pointer;-webkit-user-select:none;user-select:none;padding:.8rem 1.25rem;font-family:IBM Plex Mono,monospace;font-size:.85rem;transition:all .15s}.FormLayout-module__bxLyAW__dropdownOption:hover{background-color:rgba(var(--rgb-white),.05)}.FormLayout-module__bxLyAW__dropdownOptionFocused{background-color:rgba(var(--rgb-white),.05);outline:none}[data-theme=light] .FormLayout-module__bxLyAW__dropdownOption:hover{background-color:rgba(var(--rgb-black),.04)}[data-theme=light] .FormLayout-module__bxLyAW__dropdownOptionFocused{background-color:rgba(var(--rgb-black),.04)}.FormLayout-module__bxLyAW__dropdownOptionSelected{font-weight:600;background-color:rgba(var(--rgb-white),.1)!important;color:var(--text-primary)!important}[data-theme=light] .FormLayout-module__bxLyAW__dropdownOptionSelected{font-weight:600;background-color:rgba(var(--rgb-black),.08)!important;color:var(--text-primary)!important}.FormLayout-module__bxLyAW__windowOverlayDrawer{background:rgba(var(--rgb-black),.5);z-index:10000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);scrollbar-width:none;justify-content:flex-end;align-items:stretch;animation:.2s ease-out FormLayout-module__bxLyAW__drawerFadeIn;position:fixed;inset:0;overflow-x:hidden;display:flex!important}.FormLayout-module__bxLyAW__windowOverlayDrawer::-webkit-scrollbar{display:none}.FormLayout-module__bxLyAW__windowBodyDrawer{background:var(--bg-surface);box-sizing:border-box;border-left:1px solid var(--border-subtle);width:100%;height:100dvh;box-shadow:-10px 0 40px rgba(var(--rgb-black),.5);scrollbar-width:none;flex-direction:column;animation:.25s cubic-bezier(.16,1,.3,1) FormLayout-module__bxLyAW__drawerSlideInRight;display:flex;overflow:hidden;border-radius:0!important}.FormLayout-module__bxLyAW__windowBodyDrawer::-webkit-scrollbar{display:none}.FormLayout-module__bxLyAW__windowFormDrawer{scrollbar-width:none;flex:1;margin-top:1rem;padding-right:.5rem;overflow:hidden auto}.FormLayout-module__bxLyAW__windowFormDrawer::-webkit-scrollbar{display:none}.FormLayout-module__bxLyAW__drawerFooter{border-top:1px solid var(--border-subtle);flex-shrink:0;justify-content:flex-end;gap:1rem;margin-top:auto;padding:1.25rem 0 0;display:flex}@keyframes FormLayout-module__bxLyAW__drawerFadeIn{0%{opacity:0}to{opacity:1}}@keyframes FormLayout-module__bxLyAW__drawerSlideInRight{0%{transform:translate(100%)}to{transform:translate(0)}}
.CustomRadio-module__nN7uVW__radioGroup{gap:1rem;display:flex}.CustomRadio-module__nN7uVW__radioGroupColumn{flex-direction:column;gap:.75rem}.CustomRadio-module__nN7uVW__radioGroupRow{flex-flow:wrap;gap:1.25rem}.CustomRadio-module__nN7uVW__radioLabel{cursor:pointer;-webkit-user-select:none;user-select:none;color:var(--text-primary);align-items:flex-start;gap:.65rem;font-size:.85rem;display:flex}.CustomRadio-module__nN7uVW__radioLabelDisabled{opacity:.4;cursor:not-allowed}.CustomRadio-module__nN7uVW__radioInput{opacity:0;pointer-events:none;width:0;height:0;position:absolute}.CustomRadio-module__nN7uVW__radioControl{border:1px solid var(--border-strong);background:var(--bg-surface);border-radius:50%;justify-content:center;align-items:center;width:18px;min-width:18px;height:18px;min-height:18px;margin-top:2px;transition:all .2s;display:flex}.CustomRadio-module__nN7uVW__radioLabel:hover .CustomRadio-module__nN7uVW__radioControl{border-color:var(--text-primary);background:rgba(var(--rgb-white),.04)}.CustomRadio-module__nN7uVW__radioInput:checked+.CustomRadio-module__nN7uVW__radioControl{border-color:var(--text-primary);background:var(--bg-surface)}.CustomRadio-module__nN7uVW__radioDot{background:var(--text-primary);opacity:0;border-radius:50%;width:8px;height:8px;transition:transform .15s,opacity .15s;transform:scale(0)}.CustomRadio-module__nN7uVW__radioInput:checked+.CustomRadio-module__nN7uVW__radioControl .CustomRadio-module__nN7uVW__radioDot{opacity:1;transform:scale(1)}.CustomRadio-module__nN7uVW__radioTextGroup{flex-direction:column;gap:.15rem;display:flex}.CustomRadio-module__nN7uVW__radioTitle{color:var(--text-primary);font-weight:500}.CustomRadio-module__nN7uVW__radioSubtext{color:var(--text-secondary);font-size:.75rem;line-height:1.35}
.CourseCard-module__gcOKPq__card{background:var(--bg-workspace-card);border:1px solid var(--border-subtle);border-top:var(--card-border-top,1px solid var(--border-subtle));border-radius:8px;flex-direction:column;gap:1.5rem;width:100%;max-width:450px;padding:2rem;font-family:Inter,sans-serif;transition:all .4s cubic-bezier(.23,1,.32,1);display:flex;position:relative}.CourseCard-module__gcOKPq__card.CourseCard-module__gcOKPq__hasAccent:not(:hover){border-top:4px solid var(--card-accent)}.CourseCard-module__gcOKPq__workplaceCard:before{content:"";top:calc(-1*var(--card-accent-thickness,1px));background:linear-gradient(90deg,transparent,var(--card-accent),transparent);opacity:0;z-index:10;pointer-events:none;border-radius:8px 8px 0 0;height:2px;transition:opacity .4s;position:absolute;left:2px;right:2px}.CourseCard-module__gcOKPq__workplaceCard:hover{border-color:color-mix(in srgb,var(--card-accent)30%,transparent);z-index:50;transform:translateY(-8px)}.CourseCard-module__gcOKPq__workplaceCard:hover:before{opacity:1}.CourseCard-module__gcOKPq__card:not(.CourseCard-module__gcOKPq__workplaceCard):hover{border-color:var(--border-strong)}.CourseCard-module__gcOKPq__header{justify-content:space-between;align-items:center;gap:1rem;display:flex}.CourseCard-module__gcOKPq__title{color:var(--text-primary);letter-spacing:-.01em;white-space:normal;word-break:break-word;flex-grow:1;margin:0;font-size:1.25rem;font-weight:700;line-height:1.3}.CourseCard-module__gcOKPq__stats{color:var(--text-muted);flex-direction:column;gap:.5rem;font-family:IBM Plex Mono,monospace;font-size:.8rem;display:flex}.CourseCard-module__gcOKPq__dataRow{justify-content:space-between;display:flex}.CourseCard-module__gcOKPq__flexCol{flex-direction:column;flex:1;min-width:0;display:flex}.CourseCard-module__gcOKPq__termLabel{color:var(--accent-primary);font-size:.7rem}.CourseCard-module__gcOKPq__dataRowValue{color:var(--accent-primary)}.CourseCard-module__gcOKPq__statusDraft{color:var(--accent-amber)!important}.CourseCard-module__gcOKPq__statusDeleted{color:var(--accent-crimson)!important}.CourseCard-module__gcOKPq__statusPublished{color:var(--accent-primary)!important}.CourseCard-module__gcOKPq__skeletonCard{opacity:.5!important}.CourseCard-module__gcOKPq__w70{width:70%}.CourseCard-module__gcOKPq__w100{width:100%}.CourseCard-module__gcOKPq__mb05{margin-bottom:.5rem}.CourseCard-module__gcOKPq__mb075{margin-bottom:.75rem}@media (max-width:480px){.CourseCard-module__gcOKPq__card{gap:1rem;max-width:100%;margin:0 auto;padding:1.5rem}.CourseCard-module__gcOKPq__title{font-size:1.1rem}.CourseCard-module__gcOKPq__stats{font-size:.7rem}}.CourseCard-module__gcOKPq__eduBadge{white-space:nowrap;font-weight:700}.CourseCard-module__gcOKPq__badgeCollege{color:var(--edu-college-text)}.CourseCard-module__gcOKPq__badgeHighSchool{color:var(--edu-high-school-text)}.CourseCard-module__gcOKPq__badgeMiddleSchool{color:var(--edu-middle-school-text)}.CourseCard-module__gcOKPq__badgeNa{color:var(--edu-na-text)}
.ActionMenu-module__iq-bYG__menuContainer{display:flex;position:relative}.ActionMenu-module__iq-bYG__menuToggle{border:1px solid var(--border-subtle);color:var(--text-primary);cursor:pointer;background:0 0;border-radius:4px;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;font-size:1.25rem;transition:all .2s;display:flex}.ActionMenu-module__iq-bYG__menuToggle:hover{border-color:var(--text-primary);color:var(--text-primary);background:rgba(var(--rgb-white),.05)}[data-theme=light] .ActionMenu-module__iq-bYG__menuToggle{background:var(--bg-main)!important;border-color:var(--border-strong)!important}[data-theme=light] .ActionMenu-module__iq-bYG__menuToggle:hover{background:var(--bg-surface)!important;border-color:var(--text-primary)!important;color:var(--text-primary)!important}.ActionMenu-module__iq-bYG__dropdown{background:var(--bg-surface);border:1px solid var(--border-subtle);box-shadow:var(--shadow-card);z-index:100;border-radius:4px;width:200px;padding:.5rem 0;animation:.2s cubic-bezier(.4,0,.2,1) ActionMenu-module__iq-bYG__menuIn}[data-theme=light] .ActionMenu-module__iq-bYG__dropdown{background:var(--bg-card-solid)}@keyframes ActionMenu-module__iq-bYG__menuIn{0%{opacity:0;transform:translateY(-10px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.ActionMenu-module__iq-bYG__menuHeader{color:var(--text-muted);letter-spacing:1px;padding:.5rem 1rem;font-family:IBM Plex Mono,monospace;font-size:.65rem}.ActionMenu-module__iq-bYG__menuItem{width:100%;color:var(--text-primary);opacity:1;cursor:pointer;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;padding:.8rem 1rem;font-family:IBM Plex Mono,monospace;font-size:.75rem;transition:all .2s;display:flex}.ActionMenu-module__iq-bYG__menuItem:hover{background:var(--border-subtle);color:var(--text-primary)}.ActionMenu-module__iq-bYG__menuItem span:last-child{opacity:.7}.ActionMenu-module__iq-bYG__menuItem:hover span:last-child{color:var(--text-primary)}.ActionMenu-module__iq-bYG__menuDivider{background:var(--border-subtle);height:1px;margin:.5rem 0}.ActionMenu-module__iq-bYG__deleteItem{color:var(--accent-error,#ef4444)!important}.ActionMenu-module__iq-bYG__deleteItem:hover{background:rgba(var(--rgb-red,239,68,68),.12)!important;color:var(--accent-error,#ef4444)!important}.ActionMenu-module__iq-bYG__warningItem{color:var(--accent-warning,#f80)!important}.ActionMenu-module__iq-bYG__warningItem:hover{background:rgba(var(--rgb-orange,255,136,0),.12)!important;color:var(--accent-warning,#f80)!important}.ActionMenu-module__iq-bYG__disabledItem{opacity:.35!important;cursor:not-allowed!important;pointer-events:none!important;background:0 0!important}.ActionMenu-module__iq-bYG__disabledItem:hover{background:0 0!important}.ActionMenu-module__iq-bYG__menuToggleText{width:auto!important;font-size:.75rem!important;font-family:var(--font-mono)!important;letter-spacing:.04em!important;gap:.4rem!important;padding:.45rem .75rem!important}
.Calendar-module__-l5L2W__calendarContainer{background:var(--bg-main);color:var(--text-primary);width:320px;box-shadow:var(--shadow-card);border:1px solid var(--border-subtle);border-radius:4px;padding:1.5rem;font-family:Inter,sans-serif}.Calendar-module__-l5L2W__header{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.Calendar-module__-l5L2W__monthTitle{color:var(--accent-primary);text-transform:uppercase;font-family:IBM Plex Mono,monospace;font-size:.85rem}.Calendar-module__-l5L2W__grid{grid-template-columns:repeat(7,1fr);gap:2px;display:grid}.Calendar-module__-l5L2W__dayHeader{text-align:center;color:var(--text-muted);padding-bottom:.5rem;font-family:IBM Plex Mono,monospace;font-size:.6rem}.Calendar-module__-l5L2W__dayCell{aspect-ratio:1;border:1px solid var(--border-subtle);cursor:default;justify-content:center;align-items:center;font-size:.75rem;transition:all .2s;display:flex;position:relative}.Calendar-module__-l5L2W__isClassDay{cursor:pointer}.Calendar-module__-l5L2W__todayClass{background:rgba(var(--rgb-neon),.3);color:var(--accent-primary);border-color:var(--accent-primary)}.Calendar-module__-l5L2W__selectedError{background:rgba(var(--rgb-red),.3)!important;color:var(--accent-error)!important;border-color:var(--accent-error)!important}.Calendar-module__-l5L2W__selectedSuccess{background:rgba(var(--rgb-neon),.3)!important;color:var(--accent-primary)!important;border-color:var(--accent-primary)!important}.Calendar-module__-l5L2W__notSubmittedDay{background:rgba(var(--rgb-red),.2);color:var(--accent-error);border-color:rgba(var(--rgb-red),.4)}.Calendar-module__-l5L2W__pendingDay{background:rgba(var(--rgb-orange),.2);color:var(--accent-warning);border-color:rgba(var(--rgb-orange),.4)}.Calendar-module__-l5L2W__approvedDay{background:rgba(var(--rgb-neon),.05);color:var(--text-primary)}.Calendar-module__-l5L2W__futureDay{background:var(--bg-skeleton);color:var(--text-muted);pointer-events:none;cursor:not-allowed}.Calendar-module__-l5L2W__canceledDay{background:rgba(var(--rgb-red),.1);color:var(--accent-error);opacity:.6;cursor:not-allowed;pointer-events:none;text-decoration:line-through}.Calendar-module__-l5L2W__notClassDay{background:rgba(var(--rgb-black),.02);color:var(--text-muted);opacity:.3;overflow:hidden}[data-theme=dark] .Calendar-module__-l5L2W__notClassDay{background:rgba(var(--rgb-white),.02)}.Calendar-module__-l5L2W__notClassDay:after{content:"";background:linear-gradient(to top left,transparent 0%,transparent 48%,var(--border-subtle)50%,transparent 52%,transparent 100%);width:100%;height:100%;position:absolute;top:0;left:0}.Calendar-module__-l5L2W__today{border:1px solid var(--text-primary);z-index:5}.Calendar-module__-l5L2W__outsideMonth{opacity:.15}.Calendar-module__-l5L2W__legend{border-top:1px solid var(--border-subtle);grid-template-columns:repeat(2,1fr);gap:.8rem 1rem;margin-top:1.5rem;padding-top:1rem;display:grid}.Calendar-module__-l5L2W__legendItem{color:var(--text-muted);white-space:nowrap;align-items:center;gap:.5rem;font-family:IBM Plex Mono,monospace;font-size:.6rem;line-height:1;display:flex}.Calendar-module__-l5L2W__box{border-radius:1px;flex-shrink:0;width:8px;height:8px}.Calendar-module__-l5L2W__pendingBox{background:var(--accent-error)}.Calendar-module__-l5L2W__submittedBox{background:var(--accent-warning)}.Calendar-module__-l5L2W__postedBox{background:rgba(var(--rgb-neon),.2)}.Calendar-module__-l5L2W__todayBox{background:var(--accent-primary)}.Calendar-module__-l5L2W__futureBox{background:var(--bg-skeleton)}.Calendar-module__-l5L2W__canceledBox{background:rgba(var(--rgb-red),.4)}.Calendar-module__-l5L2W__navBtn{color:var(--text-primary);cursor:pointer;opacity:.6;background:0 0;border:none;padding:.5rem;font-size:.8rem}.Calendar-module__-l5L2W__navBtn:hover{opacity:1;color:var(--accent-primary)}.Calendar-module__-l5L2W__overlay{z-index:1000001;background:var(--bg-main);border:1px solid var(--border-subtle);box-shadow:var(--shadow-card);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:8px;max-width:95vw;max-height:95vh;overflow:auto}.Calendar-module__-l5L2W__alignLeft{left:0}.Calendar-module__-l5L2W__alignRight{right:0}@media (max-width:768px){.Calendar-module__-l5L2W__calendarContainer{box-sizing:border-box;width:100%}.Calendar-module__-l5L2W__overlay{width:calc(100% - 32px)!important;max-width:none!important;left:16px!important;right:16px!important}}@media (max-width:480px){.Calendar-module__-l5L2W__calendarContainer{box-shadow:none!important;border:none!important}}
.CourseList-module__SKSjBq__section{height:100%;margin-bottom:2rem;overflow-y:auto}.CourseList-module__SKSjBq__grid{grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:2rem;padding-top:1rem;padding-bottom:2rem;display:grid}.CourseList-module__SKSjBq__emptyContainer{justify-content:center;align-items:center;min-height:50vh;display:flex}
.CreateAttendanceForm-module__W_Qvcq__rosterGrid{flex-direction:column;gap:1.5rem;margin-top:1rem;display:flex}.CreateAttendanceForm-module__W_Qvcq__statusBtn{border:1px solid var(--border-subtle);color:var(--text-muted);cursor:pointer;background:0 0;border-radius:4px;padding:.6rem;font-family:IBM Plex Mono,monospace;font-size:.75rem;transition:all .2s}.CreateAttendanceForm-module__W_Qvcq__activeStatus{background:rgba(var(--rgb-neon),.1);border-color:var(--accent-primary);color:var(--accent-primary)}.CreateAttendanceForm-module__W_Qvcq__noteToggle{border:1px dashed var(--border-strong);color:var(--text-secondary);cursor:pointer;background:0 0;border-radius:4px;padding:.6rem 1rem;font-family:IBM Plex Mono,monospace;font-size:.7rem}.CreateAttendanceForm-module__W_Qvcq__noteToggleActive{border-color:var(--text-primary);color:var(--text-primary)}.CreateAttendanceForm-module__W_Qvcq__ghostTextarea{resize:none;outline:none;width:100%;min-height:40px;padding:.5rem;font-family:IBM Plex Mono,monospace;font-size:.85rem;transition:all .2s;color:var(--text-secondary)!important;background:0 0!important;border:1px solid #0000!important}.CreateAttendanceForm-module__W_Qvcq__ghostTextarea:hover{background:rgba(var(--rgb-white),.03)!important;border-color:var(--border-subtle)!important}.CreateAttendanceForm-module__W_Qvcq__ghostTextarea:focus{outline:none;background:var(--border-subtle)!important;border-color:var(--text-primary)!important;color:var(--text-primary)!important}.CreateAttendanceForm-module__W_Qvcq__mobileRoster{padding-bottom:2rem}.CreateAttendanceForm-module__W_Qvcq__mobileCourseHeader{border-bottom:1px solid var(--border-subtle);margin-bottom:2rem;padding-bottom:1rem}.CreateAttendanceForm-module__W_Qvcq__mobileCourseTitle{margin-top:.5rem;font-size:1.25rem;font-weight:800}.CreateAttendanceForm-module__W_Qvcq__mobileStatusGrid{grid-template-columns:repeat(3,1fr);gap:.5rem;margin-top:.5rem;display:grid}.CreateAttendanceForm-module__W_Qvcq__mobileStatusBtn{background:rgba(var(--rgb-white),.03);border:1px solid var(--border-subtle);color:var(--text-muted);border-radius:4px;padding:.75rem .25rem;font-family:IBM Plex Mono,monospace;font-size:.65rem}.CreateAttendanceForm-module__W_Qvcq__mobileStatusActive{background:rgba(var(--rgb-white),.1);border-color:var(--text-primary);color:var(--text-primary)}.CreateAttendanceForm-module__W_Qvcq__statusText{font-size:.8rem}.CreateAttendanceForm-module__W_Qvcq__statusText[data-status=posted]{color:var(--accent-primary)}.CreateAttendanceForm-module__W_Qvcq__statusText[data-status=submitted]{color:var(--accent-warning)}.CreateAttendanceForm-module__W_Qvcq__statusText[data-status=pending]{color:var(--accent-error)}.CreateAttendanceForm-module__W_Qvcq__dateText{color:var(--accent-primary);font-size:.8rem}.CreateAttendanceForm-module__W_Qvcq__headerContainer{align-items:center;gap:2rem;display:flex}.CreateAttendanceForm-module__W_Qvcq__desktopContainer{flex-direction:column;gap:2rem;display:flex}.CreateAttendanceForm-module__W_Qvcq__observationsText{opacity:.7;margin:0;font-size:.85rem}.CreateAttendanceForm-module__W_Qvcq__statusValue{color:var(--text-primary);font-weight:700}.CreateAttendanceForm-module__W_Qvcq__statusValue[data-approved=true]{color:var(--accent-primary)}.CreateAttendanceForm-module__W_Qvcq__mobileHeaderContainer{flex-direction:column;gap:.5rem;margin-bottom:1.5rem;display:flex}.CreateAttendanceForm-module__W_Qvcq__mobileDateText{color:var(--accent-primary);font-size:.7rem}.CreateAttendanceForm-module__W_Qvcq__mobileStatusText{font-size:.7rem}.CreateAttendanceForm-module__W_Qvcq__mobileStatusText[data-status=posted]{color:var(--accent-primary)}.CreateAttendanceForm-module__W_Qvcq__mobileStatusText[data-status=submitted]{color:var(--accent-warning)}.CreateAttendanceForm-module__W_Qvcq__mobileStatusText[data-status=pending]{color:var(--accent-error)}.CreateAttendanceForm-module__W_Qvcq__cardBody{flex-direction:column;gap:1.5rem;display:flex}.CreateAttendanceForm-module__W_Qvcq__cardObservations{opacity:.7;font-weight:400}.CreateAttendanceForm-module__W_Qvcq__optionBg{background:var(--bg-main)}.CreateAttendanceForm-module__W_Qvcq__addObservationBtn{color:var(--text-muted);cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:.25rem;padding:0;font-family:IBM Plex Mono,monospace;font-size:.75rem;font-weight:700;text-decoration:none;display:flex}.CreateAttendanceForm-module__W_Qvcq__addObservationBtn:hover{opacity:.8}.CreateAttendanceForm-module__W_Qvcq__observationsWrapper{flex-direction:column;align-items:flex-start;gap:.5rem;width:100%;display:flex}.CreateAttendanceForm-module__W_Qvcq__collapseObservationBtn{color:var(--text-muted);cursor:pointer;text-underline-offset:2px;text-align:left;background:0 0;border:none;padding:.25rem 0;font-family:IBM Plex Mono,monospace;font-size:.65rem;font-weight:500;text-decoration:underline}.CreateAttendanceForm-module__W_Qvcq__collapseObservationBtn:hover{color:var(--text-secondary)}
.AuditLogs-module__TVhmCG__tableWrapper{border:1px solid var(--border-subtle);background:rgba(var(--rgb-black),.4);border-radius:4px;flex:1;min-height:0;overflow-y:auto}.AuditLogs-module__TVhmCG__table{border-collapse:collapse;width:100%}.AuditLogs-module__TVhmCG__table th{text-align:left;color:var(--text-table-header);border-bottom:1px solid var(--border-subtle);background:var(--bg-main);z-index:20;text-transform:uppercase;letter-spacing:1.5px;padding:1.2rem 1rem;font-family:IBM Plex Mono,monospace;font-size:.65rem;font-weight:500;position:sticky;top:0}.AuditLogs-module__TVhmCG__table td{color:var(--text-secondary);border-bottom:1px solid var(--border-subtle);vertical-align:top;padding:1.2rem 1rem;font-family:IBM Plex Mono,monospace;font-size:.85rem;font-weight:400}.AuditLogs-module__TVhmCG__actionBadge{border-radius:2px;padding:.2rem .5rem;font-family:IBM Plex Mono,monospace;font-size:.7rem;font-weight:800}.AuditLogs-module__TVhmCG__insert{background:rgba(var(--rgb-neon),.1);color:var(--accent-primary)}.AuditLogs-module__TVhmCG__update{background:rgba(var(--rgb-orange),.1);color:var(--accent-warning)}.AuditLogs-module__TVhmCG__delete{background:rgba(var(--rgb-red),.1);color:var(--accent-error)}.AuditLogs-module__TVhmCG__diffList{flex-direction:column;gap:.4rem;margin:.5rem 0 0;padding:0;list-style:none;display:flex}.AuditLogs-module__TVhmCG__diffItem{background:rgba(var(--rgb-black),.3);border-left:2px solid var(--accent-primary);padding:.4rem;font-family:IBM Plex Mono,monospace;font-size:.75rem}[data-theme=light] .AuditLogs-module__TVhmCG__diffItem{opacity:1;background:rgba(var(--rgb-black),.01)}.AuditLogs-module__TVhmCG__cardTimestampDate{fontSize:.85rem;color:var(--text-primary)}.AuditLogs-module__TVhmCG__cardTimestampTime{marginTop:.2rem;fontSize:.6rem}.AuditLogs-module__TVhmCG__idText{fontSize:.75rem}.AuditLogs-module__TVhmCG__diffField{color:var(--text-secondary)}.AuditLogs-module__TVhmCG__darkOption{background:var(--bg-main)}.AuditLogs-module__TVhmCG__recordStatusText{opacity:.4;fontSize:.7rem}@media (max-width:768px){.AuditLogs-module__TVhmCG__mobileLogs{flex-direction:column;align-items:center;gap:1.5rem;width:100%;display:flex}.AuditLogs-module__TVhmCG__logCard{background:rgba(var(--rgb-black),.9);border:1px solid rgba(var(--rgb-neon),.2);z-index:10;box-sizing:border-box;border-radius:4px;flex-direction:column;gap:1.25rem;width:100%;padding:1.25rem;display:flex;position:relative}.AuditLogs-module__TVhmCG__cardHeader{border-bottom:1px solid var(--border-subtle);flex-direction:column;gap:.75rem;padding-bottom:.75rem;display:flex}.AuditLogs-module__TVhmCG__headerTop{justify-content:space-between;align-items:center;width:100%;display:flex}.AuditLogs-module__TVhmCG__timestamp{color:var(--text-muted);font-family:IBM Plex Mono,monospace;font-size:.7rem}.AuditLogs-module__TVhmCG__entityInfo{align-items:center;gap:.5rem;display:flex}.AuditLogs-module__TVhmCG__cardBody{flex-direction:column;gap:.75rem;display:flex}.AuditLogs-module__TVhmCG__dataRow{flex-direction:column;gap:.25rem;display:flex}.AuditLogs-module__TVhmCG__collapseBtn{background:rgba(var(--rgb-white),.03);border:1px solid var(--border-subtle);cursor:pointer;border-radius:4px;justify-content:space-between;align-items:center;width:100%;padding:.75rem 1rem;transition:all .3s;display:flex}.AuditLogs-module__TVhmCG__collapseBtn:hover{background:var(--border-subtle);border-color:rgba(var(--rgb-neon),.3)}.AuditLogs-module__TVhmCG__dots{gap:3px;transition:transform .3s;display:flex}.AuditLogs-module__TVhmCG__dots span{background:var(--accent-primary);border-radius:50%;width:4px;height:4px;display:block}.AuditLogs-module__TVhmCG__collapseBtn.AuditLogs-module__TVhmCG__active .AuditLogs-module__TVhmCG__dots{transform:rotate(90deg)}.AuditLogs-module__TVhmCG__changesContent{opacity:0;max-height:0;transition:all .4s cubic-bezier(.4,0,.2,1);overflow:hidden}.AuditLogs-module__TVhmCG__changesContent.AuditLogs-module__TVhmCG__open{opacity:1;border-top:1px dashed var(--border-subtle);max-height:500px;margin-top:1rem;padding-top:1rem}}
.SubscriptionsTable-module__v7YggG__cardRow{justify-content:space-between;align-items:center;padding:.25rem 0;font-family:monospace;font-size:.8rem;display:flex}.SubscriptionsTable-module__v7YggG__cardValue{color:var(--text-primary);font-weight:600}.SubscriptionsTable-module__v7YggG__financialRow{opacity:.8;margin-bottom:.2rem;font-family:monospace;font-size:.75rem}.SubscriptionsTable-module__v7YggG__financialRowBold{font-family:monospace;font-size:.85rem;font-weight:700}.SubscriptionsTable-module__v7YggG__statusBadge{text-transform:uppercase;border-radius:2px;padding:2px 6px;font-family:monospace;font-size:.7rem}.SubscriptionsTable-module__v7YggG__ccInfo{text-transform:uppercase;font-family:monospace;font-size:.8rem}.SubscriptionsTable-module__v7YggG__ccBrand{color:var(--accent-primary);margin-right:.25rem;font-weight:700}.SubscriptionsTable-module__v7YggG__ccLast4{opacity:.7}
.UpdateBillingModal-module__Y73Yvq__modalContent{color:var(--text-primary);flex-direction:column;gap:1.25rem;padding:.25rem 0;display:flex}.UpdateBillingModal-module__Y73Yvq__customerSummaryFields{flex-direction:column;gap:1rem;padding-bottom:.5rem;display:flex}.UpdateBillingModal-module__Y73Yvq__loadingContainer,.UpdateBillingModal-module__Y73Yvq__errorContainer{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:2.5rem 0;display:flex}.UpdateBillingModal-module__Y73Yvq__loadingContainer p{color:var(--text-muted);font-size:.85rem;font-family:var(--font-family-mono)}.UpdateBillingModal-module__Y73Yvq__spinner{border:3px solid var(--border-subtle);border-top:3px solid var(--text-primary);border-radius:50%;width:32px;height:32px;animation:1s linear infinite UpdateBillingModal-module__Y73Yvq__spin}@keyframes UpdateBillingModal-module__Y73Yvq__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.UpdateBillingModal-module__Y73Yvq__errorContainer p{color:var(--status-cancelled,#ef4444);font-size:.85rem;font-weight:500}.UpdateBillingModal-module__Y73Yvq__errorCloseBtn{background:var(--bg-card);border:1.5px solid var(--border-strong);color:var(--text-primary);font-size:.8rem;font-family:var(--font-family-mono);cursor:pointer;border-radius:4px;padding:.5rem 1.25rem;transition:all .2s}.UpdateBillingModal-module__Y73Yvq__errorCloseBtn:hover{background:var(--border-subtle)}.UpdateBillingModal-module__Y73Yvq__billingForm{flex-direction:column;gap:1.25rem;display:flex}.UpdateBillingModal-module__Y73Yvq__paymentElementContainer{background:var(--bg-surface,#141414);border:1.5px solid var(--border-strong,#fff3);border-radius:6px;padding:1.25rem}.UpdateBillingModal-module__Y73Yvq__errorMessage{color:var(--status-cancelled,#ef4444);font-size:.8rem;font-family:var(--font-family-mono);background:#ef44441a;border:1px solid #ef44444d;border-radius:4px;padding:.75rem}.UpdateBillingModal-module__Y73Yvq__buttonContainer{gap:.75rem;margin-top:1rem;display:flex}.UpdateBillingModal-module__Y73Yvq__saveBtn{border:1px solid var(--border-button,#fff);color:var(--text-primary,#fff);cursor:pointer;text-transform:uppercase;letter-spacing:1px;background:0 0;border-radius:4px;flex:1;justify-content:center;align-items:center;padding:.75rem 1.25rem;font-family:IBM Plex Mono,monospace;font-size:.75rem;font-weight:600;transition:all .2s;display:flex}.UpdateBillingModal-module__Y73Yvq__saveBtn:hover:not(:disabled){background:rgba(var(--rgb-white),.08);border-color:var(--text-primary)}.UpdateBillingModal-module__Y73Yvq__saveBtn:disabled{opacity:.4;cursor:not-allowed}.UpdateBillingModal-module__Y73Yvq__cancelBtn{border:1px solid var(--border-subtle,#333);color:var(--text-muted,#888);cursor:pointer;text-transform:uppercase;letter-spacing:1px;background:0 0;border-radius:4px;padding:.75rem 1.5rem;font-family:IBM Plex Mono,monospace;font-size:.75rem;font-weight:500;transition:all .2s}.UpdateBillingModal-module__Y73Yvq__cancelBtn:hover{border-color:var(--text-primary);color:var(--text-primary)}[data-theme=light] .UpdateBillingModal-module__Y73Yvq__paymentElementContainer{background:#fff!important;border-color:#e4e4e7!important}[data-theme=light] .UpdateBillingModal-module__Y73Yvq__saveBtn{color:#fff!important;background:#000!important;border:1px solid #000!important}[data-theme=light] .UpdateBillingModal-module__Y73Yvq__saveBtn:hover:not(:disabled){background:#222!important;border-color:#222!important}[data-theme=light] .UpdateBillingModal-module__Y73Yvq__saveBtn:disabled{color:#a1a1aa!important;background:#e4e4e7!important;border-color:#e4e4e7!important}[data-theme=light] .UpdateBillingModal-module__Y73Yvq__cancelBtn{color:#52525b!important;background:0 0!important;border:1px solid #d4d4d8!important}[data-theme=light] .UpdateBillingModal-module__Y73Yvq__cancelBtn:hover{color:#000!important;border-color:#000!important}
.RecoverItems-module__jOOIvW__recoverBtn{cursor:pointer;border-radius:3px;padding:.25rem .5rem;font-size:.7rem;transition:all .2s;background:rgba(var(--rgb-neon),.1)!important;color:var(--accent-primary)!important;border:1px solid rgba(var(--rgb-neon),.3)!important}.RecoverItems-module__jOOIvW__recoverBtn:hover{background:var(--accent-primary)!important;color:var(--clr-black)!important;border-color:var(--accent-primary)!important}.RecoverItems-module__jOOIvW__mobileList{flex-direction:column;gap:1rem;display:flex}.RecoverItems-module__jOOIvW__mobileCard{background:var(--bg-card-subtle);border:1px solid var(--border-subtle);border-radius:4px;flex-direction:column;gap:.5rem;padding:1rem;display:flex}.RecoverItems-module__jOOIvW__cardHeader{justify-content:space-between;align-items:center;display:flex}.RecoverItems-module__jOOIvW__cardType{color:var(--accent-primary);text-transform:uppercase;font-family:IBM Plex Mono,monospace;font-size:.65rem}.RecoverItems-module__jOOIvW__cardDate{color:var(--text-muted);font-family:IBM Plex Mono,monospace;font-size:.65rem}.RecoverItems-module__jOOIvW__cardName{color:var(--text-primary);font-size:.875rem;font-weight:600}.RecoverItems-module__jOOIvW__cardDetails{color:var(--text-muted);font-family:IBM Plex Mono,monospace;font-size:.7rem}.RecoverItems-module__jOOIvW__recoverBtnMobile{border-radius:4px;width:100%;margin-top:.5rem;padding:.5rem;font-size:.75rem;background:rgba(var(--rgb-neon),.1)!important;color:var(--accent-primary)!important;border:1px solid rgba(var(--rgb-neon),.3)!important}.RecoverItems-module__jOOIvW__recoverBtnMobile:hover{background:var(--accent-primary)!important;color:var(--clr-black)!important}.RecoverItems-module__jOOIvW__toast{z-index:9999;border-radius:4px;padding:.75rem 1.25rem;font-family:Inter,sans-serif;font-size:.8rem;animation:.3s ease-out RecoverItems-module__jOOIvW__slideIn;position:fixed;top:1rem;right:1rem;box-shadow:0 4px 12px #00000080}.RecoverItems-module__jOOIvW__toastSuccess{background:var(--bg-main);border-left:4px solid var(--accent-primary);color:var(--text-primary)}.RecoverItems-module__jOOIvW__toastError{background:var(--bg-main);border-left:4px solid var(--accent-error);color:var(--text-primary)}@keyframes RecoverItems-module__jOOIvW__slideIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.RecoverItems-module__jOOIvW__tableContainer{height:100%}.RecoverItems-module__jOOIvW__tableContainer .tableWrapper{height:100%}.RecoverItems-module__jOOIvW__tableContainer .table{height:100%}
.StudentRecords-module__tLWuqW__editBtn{cursor:pointer;border-radius:3px;padding:.25rem .5rem;font-size:.7rem;transition:all .2s;background:rgba(var(--rgb-neon,9,180,204),.1)!important;color:var(--accent-primary)!important;border:1px solid rgba(var(--rgb-neon,9,180,204),.3)!important}.StudentRecords-module__tLWuqW__editBtn:hover{background:var(--accent-primary)!important;color:var(--clr-black)!important;border-color:var(--accent-primary)!important}.StudentRecords-module__tLWuqW__mobileList{flex-direction:column;gap:1rem;display:flex}.StudentRecords-module__tLWuqW__mobileCard{background:var(--bg-card-subtle);border:1px solid var(--border-subtle);border-radius:4px;flex-direction:column;gap:.5rem;padding:1rem;display:flex}.StudentRecords-module__tLWuqW__cardHeader{justify-content:space-between;align-items:center;display:flex}.StudentRecords-module__tLWuqW__cardType{color:var(--accent-primary);text-transform:uppercase;font-family:IBM Plex Mono,monospace;font-size:.65rem}.StudentRecords-module__tLWuqW__cardDate{color:var(--text-muted);font-family:IBM Plex Mono,monospace;font-size:.65rem}.StudentRecords-module__tLWuqW__cardName{color:var(--text-primary);font-size:.875rem;font-weight:600}.StudentRecords-module__tLWuqW__cardDetails{color:var(--text-secondary);flex-direction:column;gap:.25rem;font-family:IBM Plex Mono,monospace;font-size:.7rem;display:flex}.StudentRecords-module__tLWuqW__editBtnMobile{border-radius:4px;width:100%;margin-top:.5rem;padding:.5rem;font-size:.75rem;background:rgba(var(--rgb-neon,9,180,204),.1)!important;color:var(--accent-primary)!important;border:1px solid rgba(var(--rgb-neon,9,180,204),.3)!important}.StudentRecords-module__tLWuqW__editBtnMobile:hover{background:var(--accent-primary)!important;color:var(--clr-black)!important}@keyframes StudentRecords-module__tLWuqW__slideIn{0%{opacity:0;transform:translateY(-1rem)}to{opacity:1;transform:translateY(0)}}.StudentRecords-module__tLWuqW__tableContainer{height:100%}.StudentRecords-module__tLWuqW__tableContainer .tableWrapper{height:100%}.StudentRecords-module__tLWuqW__tableContainer .table{height:100%}.StudentRecords-module__tLWuqW__formContent{flex-direction:column;gap:1.5rem;display:flex}.StudentRecords-module__tLWuqW__taskSection{padding:1.5rem 0}.StudentRecords-module__tLWuqW__checkboxGridDesktop{grid-template-columns:1fr 1fr;gap:1rem;margin-top:.5rem;display:grid}.StudentRecords-module__tLWuqW__checkboxGridMobile{flex-direction:column;gap:.5rem;display:flex}.StudentRecords-module__tLWuqW__checkboxItem{cursor:pointer;color:var(--text-primary);background:rgba(var(--rgb-white),.02);border:1px solid var(--border-subtle);border-radius:4px;align-items:center;gap:1rem;padding:.8rem;font-family:IBM Plex Mono,monospace;font-size:.9rem;transition:all .2s;display:flex}.StudentRecords-module__tLWuqW__checkboxItem input[type=checkbox]{accent-color:var(--accent-primary)}.StudentRecords-module__tLWuqW__checkedItem{text-decoration:line-through;color:var(--text-muted)!important}.StudentRecords-module__tLWuqW__docSection{border-top:1px solid var(--border-subtle);margin-top:1.5rem;padding-top:1.5rem}.StudentRecords-module__tLWuqW__docList{flex-direction:column;gap:.75rem;max-height:250px;margin-top:1rem;display:flex;overflow-y:auto}.StudentRecords-module__tLWuqW__docItem{border:1px solid var(--border-subtle);background:#ffffff03;border-radius:4px;justify-content:space-between;align-items:center;padding:.75rem 1rem;display:flex}.StudentRecords-module__tLWuqW__docInfo{flex-direction:column;flex:1;gap:.25rem;display:flex}.StudentRecords-module__tLWuqW__docName{color:var(--text-primary);font-size:.85rem;font-weight:500}.StudentRecords-module__tLWuqW__docMeta{color:var(--text-muted);font-family:IBM Plex Mono,monospace;font-size:.65rem}.StudentRecords-module__tLWuqW__docActions{align-items:center;gap:.5rem;margin-left:1rem;display:flex}.StudentRecords-module__tLWuqW__docBtn{border:1px solid var(--border-strong);color:var(--text-secondary);cursor:pointer;background:0 0;border-radius:3px;padding:.25rem .5rem;font-family:IBM Plex Mono,monospace;font-size:.7rem;transition:all .2s}.StudentRecords-module__tLWuqW__docBtn:hover{background:var(--border-subtle);color:var(--text-primary);border-color:var(--border-focus)}.StudentRecords-module__tLWuqW__docBtnDanger{color:#ef4444cc!important;border-color:#ef44444d!important}.StudentRecords-module__tLWuqW__docBtnDanger:hover{color:#ef4444!important;background:#ef44441a!important;border-color:#ef4444!important}.StudentRecords-module__tLWuqW__docInput{border:1px solid var(--border-subtle);color:var(--text-primary);background:#ffffff05;border-radius:3px;width:80%;padding:.25rem .5rem;font-size:.8rem}.StudentRecords-module__tLWuqW__docInput:focus{border-color:var(--border-focus);outline:none}.StudentRecords-module__tLWuqW__trashToggle{color:var(--text-secondary);cursor:pointer;justify-content:flex-end;align-items:center;gap:.5rem;margin-top:1rem;font-family:IBM Plex Mono,monospace;font-size:.75rem;display:flex}.StudentRecords-module__tLWuqW__agreementArea{border:1px solid var(--border-subtle);background:#ffffff03;border-radius:4px;justify-content:space-between;align-items:center;margin-top:.5rem;padding:1rem;display:flex}.StudentRecords-module__tLWuqW__agreementInfo{flex-direction:column;gap:.25rem;display:flex}.StudentRecords-module__tLWuqW__agreementPlaceholder{border:1px dashed var(--border-strong);text-align:center;color:var(--text-muted);background:#ffffff03;border-radius:4px;padding:1.5rem;font-family:IBM Plex Mono,monospace;font-size:.72rem;line-height:1.4}.StudentRecords-module__tLWuqW__retroTable{border-collapse:collapse;border:1.5px solid var(--border-strong);background:#ffffff01;width:100%;margin-top:1rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.StudentRecords-module__tLWuqW__retroTh{text-align:left;background:var(--border-subtle,#ffffff08);color:var(--text-primary);text-transform:uppercase;letter-spacing:.5px;border-right:1px solid var(--border-subtle);border-bottom:1.5px solid var(--border-strong);-webkit-user-select:none;user-select:none;padding:.5rem .75rem;font-family:IBM Plex Mono,monospace;font-size:.7rem;font-weight:600}.StudentRecords-module__tLWuqW__retroTh:last-child{border-right:none}.StudentRecords-module__tLWuqW__retroTr{border-bottom:1px solid var(--border-subtle);transition:background .15s}.StudentRecords-module__tLWuqW__retroTr:hover{cursor:pointer;background:#ffffff05}.StudentRecords-module__tLWuqW__retroTd{color:var(--text-secondary);vertical-align:middle;padding:.6rem .75rem;font-size:.8rem}.StudentRecords-module__tLWuqW__fileNameCol{color:var(--text-primary);align-items:center;gap:.6rem;font-weight:500;display:flex}.StudentRecords-module__tLWuqW__fileIcon{color:var(--text-muted);justify-content:center;align-items:center;width:1.25rem;font-size:1rem;display:inline-flex}.StudentRecords-module__tLWuqW__typeCol{text-transform:uppercase;font-family:IBM Plex Mono,monospace;font-size:.7rem}.StudentRecords-module__tLWuqW__sizeCol,.StudentRecords-module__tLWuqW__dateCol{font-family:IBM Plex Mono,monospace;font-size:.7rem}.StudentRecords-module__tLWuqW__dropzoneContainer{border:1px solid var(--border-subtle);border-radius:4px;min-height:300px;padding:1rem;transition:all .2s;position:relative}.StudentRecords-module__tLWuqW__dropzoneDragging{background:#ffffff05;border-color:var(--border-focus)!important}.StudentRecords-module__tLWuqW__dragOverlay{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:100;border:2px dashed var(--border-focus);color:var(--text-primary);pointer-events:none;background:#000000bf;border-radius:4px;flex-direction:column;justify-content:center;align-items:center;font-family:IBM Plex Mono,monospace;font-size:1rem;animation:.15s ease-out StudentRecords-module__tLWuqW__fadeIn;display:flex;position:absolute;inset:0}@keyframes StudentRecords-module__tLWuqW__fadeIn{0%{opacity:0}to{opacity:1}}.StudentRecords-module__tLWuqW__dragOverlayIcon{color:var(--border-focus);margin-bottom:.75rem;font-size:2.5rem}.StudentRecords-module__tLWuqW__retroExplorerTheme .windowBody{flex-direction:column;display:flex;background:var(--bg-card,#121212)!important;border:2px solid var(--border-strong)!important;padding:0!important;box-shadow:5px 5px 15px #0009!important}.StudentRecords-module__tLWuqW__retroExplorerTheme .windowHeader{justify-content:space-between;align-items:center;height:38px;display:flex;border-bottom:2px solid var(--border-strong)!important;background:linear-gradient(90deg,#1084d0,navy)!important;margin:0!important;padding:6px 12px!important}.StudentRecords-module__tLWuqW__retroExplorerTheme .desktopTitleGroup{align-items:center;gap:.5rem;display:flex}.StudentRecords-module__tLWuqW__retroExplorerTheme .desktopPrefix{font-family:IBM Plex Mono,monospace;font-size:.7rem;font-weight:700;color:#ffffffb3!important}.StudentRecords-module__tLWuqW__retroExplorerTheme .desktopMainTitle{font-family:IBM Plex Mono,monospace;color:#fff!important;margin:0!important;font-size:.85rem!important;font-weight:700!important}.StudentRecords-module__tLWuqW__retroExplorerTheme .closeBtn{cursor:pointer;font-family:IBM Plex Mono,monospace;background:var(--bg-card,#2c2c2e)!important;border:1.5px solid var(--border-strong)!important;color:var(--text-primary)!important;border-radius:2px!important;min-width:22px!important;height:22px!important;padding:2px 6px!important;font-size:.7rem!important}.StudentRecords-module__tLWuqW__retroExplorerTheme .windowForm{flex-direction:column;flex:1;display:flex;margin:0!important}.StudentRecords-module__tLWuqW__explorerAddressBar{background:var(--bg-card-subtle,#ffffff05);border-bottom:1px solid var(--border-subtle);align-items:center;gap:.5rem;padding:.4rem .75rem;font-family:Inter,-apple-system,sans-serif;font-size:.75rem;display:flex}.StudentRecords-module__tLWuqW__addressLabel{color:var(--text-muted);-webkit-user-select:none;user-select:none}.StudentRecords-module__tLWuqW__addressInputContainer{border:1px solid var(--border-subtle);background:#00000026;border-radius:3px;flex:1;align-items:center;padding:.25rem .5rem;display:flex}.StudentRecords-module__tLWuqW__addressInput{color:var(--text-secondary);background:0 0;border:none;outline:none;width:100%;font-family:IBM Plex Mono,monospace;font-size:.75rem}.StudentRecords-module__tLWuqW__explorerStatusBar{background:var(--bg-card-subtle,#ffffff05);border-top:1px solid var(--border-subtle);color:var(--text-secondary);margin-top:auto;font-family:IBM Plex Mono,monospace;font-size:.7rem;display:flex;position:relative}.StudentRecords-module__tLWuqW__statusBarSection{border-right:1px solid var(--border-subtle);flex:1;align-items:center;padding:.4rem .75rem;display:flex}.StudentRecords-module__tLWuqW__trashBinButton{cursor:pointer;z-index:10;background:0 0;border:none;justify-content:center;align-items:center;transition:transform .15s,opacity .15s;display:flex;position:absolute;bottom:8px;right:16px}.StudentRecords-module__tLWuqW__trashBinButton:hover{transform:scale(1.12)}.StudentRecords-module__tLWuqW__addressBackBtn{color:var(--text-primary);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;margin-right:.25rem;padding:.2rem;font-size:.9rem;transition:color .15s;display:inline-flex}.StudentRecords-module__tLWuqW__addressBackBtn:hover{color:var(--accent-primary)}.StudentRecords-module__tLWuqW__badgeUnread{background:var(--accent-error,#f44336);color:#fff;letter-spacing:.5px;border-radius:3px;padding:.1rem .35rem;font-size:.6rem;font-weight:700}.StudentRecords-module__tLWuqW__badgeInProgress{background:var(--accent-warning,#ff9800);color:#000;letter-spacing:.5px;border-radius:3px;padding:.1rem .35rem;font-size:.6rem;font-weight:700}.StudentRecords-module__tLWuqW__badgeCompleted{background:var(--accent-success,#4caf50);color:#fff;letter-spacing:.5px;border-radius:3px;padding:.1rem .35rem;font-size:.6rem;font-weight:700}[data-theme=light] .StudentRecords-module__tLWuqW__badgeUnread{color:#991b1b!important;background:#fecaca!important}[data-theme=light] .StudentRecords-module__tLWuqW__badgeInProgress{color:#c2410c!important;background:#ffedd5!important}[data-theme=light] .StudentRecords-module__tLWuqW__badgeCompleted{color:#15803d!important;background:#dcfce7!important}
.CourseCard-module__iVCeqG__card{background:var(--bg-card-solid);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid var(--border-subtle);transition:var(--transition-smooth,all .4s cubic-bezier(.23,1,.32,1));width:100%;max-width:450px;height:100%;box-shadow:var(--shadow-card);border-radius:12px;flex-direction:column;gap:1.5rem;padding:2rem;font-family:Inter,sans-serif;display:flex;position:relative;overflow:visible}.CourseCard-module__iVCeqG__card:before{content:"";background:linear-gradient(90deg,transparent,var(--accent-primary),transparent);opacity:0;z-index:5;width:100%;height:2px;transition:opacity .4s;position:absolute;top:0;left:0}.CourseCard-module__iVCeqG__card:hover{border-color:rgba(var(--rgb-neon),.3);box-shadow:0 20px 40px rgba(var(--rgb-black),.7),0 0 20px rgba(var(--rgb-neon),.05);transform:translateY(-8px)}.CourseCard-module__iVCeqG__card:hover:before{opacity:1}.CourseCard-module__iVCeqG__skeletonHover:before{background:linear-gradient(90deg,transparent,rgba(var(--rgb-white),.2),transparent)}.CourseCard-module__iVCeqG__skeletonHover:hover{border-color:rgba(var(--rgb-white),.15);box-shadow:0 12px 24px rgba(var(--rgb-black),.4);transform:translateY(-4px)}.CourseCard-module__iVCeqG__skeletonHover:hover:before{opacity:1}.CourseCard-module__iVCeqG__header{text-align:center;flex-direction:column;align-items:center;gap:.5rem;display:flex}.CourseCard-module__iVCeqG__diffBeginner{color:var(--accent-primary)!important}.CourseCard-module__iVCeqG__diffIntermediate{color:var(--accent-azure)!important}.CourseCard-module__iVCeqG__diffAdvanced{color:var(--accent-error)!important}.CourseCard-module__iVCeqG__dataLabel{color:var(--accent-primary);opacity:.6;letter-spacing:2px;text-transform:uppercase;font-family:IBM Plex Mono,monospace;font-size:.7rem}.CourseCard-module__iVCeqG__title{color:var(--text-primary);letter-spacing:-.02em;-webkit-line-clamp:2;text-overflow:ellipsis;-webkit-box-orient:vertical;min-height:4.2rem;font-size:1.75rem;font-weight:800;line-height:1.2;display:-webkit-box;overflow:hidden}.CourseCard-module__iVCeqG__subtitle{color:var(--accent-primary);opacity:.8;letter-spacing:.5px;text-transform:uppercase;margin-top:-.25rem;font-family:IBM Plex Mono,monospace;font-size:.85rem}.CourseCard-module__iVCeqG__description{color:var(--text-secondary);-webkit-line-clamp:4;text-overflow:ellipsis;-webkit-box-orient:vertical;min-height:6.4rem;font-size:.95rem;line-height:1.6;display:-webkit-box;overflow:hidden}.CourseCard-module__iVCeqG__outcomesContainer{flex-direction:column;gap:.5rem;display:flex}.CourseCard-module__iVCeqG__outcomesList{flex-wrap:wrap;gap:.6rem;display:flex}.CourseCard-module__iVCeqG__outcomeTag{background:rgba(var(--rgb-neon),.05);border:1px solid rgba(var(--rgb-neon),.1);color:var(--accent-primary);text-transform:uppercase;border-radius:100px;padding:.3rem .7rem;font-family:IBM Plex Mono,monospace;font-size:.65rem;transition:all .2s}.CourseCard-module__iVCeqG__outcomeTag:hover{background:rgba(var(--rgb-neon),.1);border-color:rgba(var(--rgb-neon),.3)}.CourseCard-module__iVCeqG__stats{border-top:1px solid var(--border-subtle);flex-direction:column;gap:.8rem;margin-top:auto;padding-top:1.5rem;display:flex}.CourseCard-module__iVCeqG__priceRow,.CourseCard-module__iVCeqG__capacityWrapper{justify-content:space-between;align-items:center;padding:.1rem 0;font-family:IBM Plex Mono,monospace;font-size:.85rem;display:flex}.CourseCard-module__iVCeqG__capacityLabel{color:var(--text-muted);text-transform:uppercase;letter-spacing:1.5px;font-size:.75rem}.CourseCard-module__iVCeqG__priceValue,.CourseCard-module__iVCeqG__capacityValue{color:var(--text-primary);font-size:.9rem;font-weight:600}.CourseCard-module__iVCeqG__progressBar{background:var(--border-subtle);border-radius:100px;width:100%;height:4px;margin-top:.25rem;overflow:hidden}.CourseCard-module__iVCeqG__progressFill{background:var(--accent-primary);height:100%;box-shadow:0 0 10px rgba(var(--rgb-neon),.5);transition:width .8s cubic-bezier(.23,1,.32,1)}.CourseCard-module__iVCeqG__soldOutFill{background:var(--accent-error);box-shadow:0 0 10px rgba(var(--rgb-red),.5)}.CourseCard-module__iVCeqG__visibilityHidden{visibility:hidden;pointer-events:none}.CourseCard-module__iVCeqG__displayNone{display:none!important}.CourseCard-module__iVCeqG__actions{justify-content:center;gap:1rem;margin-top:1rem;display:flex}.CourseCard-module__iVCeqG__actions .defaultBtn{text-transform:uppercase;letter-spacing:1px;text-align:center;box-sizing:border-box;white-space:nowrap;border-radius:4px;flex:1;width:100%;padding:.8rem;font-family:IBM Plex Mono,monospace;font-size:.75rem;font-weight:600}.CourseCard-module__iVCeqG__btnDisabled{border:1px solid var(--border-subtle)!important;color:var(--text-muted)!important;opacity:.5!important;cursor:not-allowed!important;background-color:#0000!important}[data-theme=light] .CourseCard-module__iVCeqG__btnDisabled{border-color:var(--border-subtle)!important;color:var(--text-muted)!important;background-color:#0000!important}@media (prefers-color-scheme:light){:root:not([data-theme=dark]) .CourseCard-module__iVCeqG__btnDisabled{border-color:var(--border-subtle)!important;color:var(--text-muted)!important;background-color:#0000!important}}.CourseCard-module__iVCeqG__btnPrimaryFilled{transition:all .3s;background-color:var(--accent-primary)!important;border:1px solid var(--accent-primary)!important;color:var(--bg-main)!important}.CourseCard-module__iVCeqG__btnPrimaryFilled:hover{transform:translateY(-2px);background-color:var(--accent-primary)!important;border-color:var(--accent-primary)!important;color:var(--bg-main)!important}[data-theme=light] .CourseCard-module__iVCeqG__btnPrimaryFilled{background-color:var(--accent-primary)!important;border-color:var(--accent-primary)!important;color:var(--bg-main)!important}[data-theme=light] .CourseCard-module__iVCeqG__btnPrimaryFilled:hover{transform:translateY(-2px);background-color:var(--accent-primary)!important;border-color:var(--accent-primary)!important;color:var(--bg-main)!important}@media (prefers-color-scheme:light){:root:not([data-theme=dark]) .CourseCard-module__iVCeqG__btnPrimaryFilled{background-color:var(--accent-primary)!important;border-color:var(--accent-primary)!important;color:var(--bg-main)!important}:root:not([data-theme=dark]) .CourseCard-module__iVCeqG__btnPrimaryFilled:hover{transform:translateY(-2px);background-color:var(--accent-primary)!important;border-color:var(--accent-primary)!important;color:var(--bg-main)!important}}.CourseCard-module__iVCeqG__btnPrimaryOutline{transition:all .3s;border:1px solid var(--accent-primary)!important;color:var(--accent-primary)!important;background-color:#0000!important}.CourseCard-module__iVCeqG__btnPrimaryOutline:hover{background-color:rgba(var(--rgb-neon),.08)!important;border-color:var(--accent-primary)!important;color:var(--accent-primary)!important}[data-theme=light] .CourseCard-module__iVCeqG__btnPrimaryOutline{border-color:var(--accent-primary)!important;color:var(--accent-primary)!important;background-color:#0000!important}[data-theme=light] .CourseCard-module__iVCeqG__btnPrimaryOutline:hover{background-color:rgba(var(--rgb-neon),.08)!important;border-color:var(--accent-primary)!important;color:var(--accent-primary)!important}@media (prefers-color-scheme:light){:root:not([data-theme=dark]) .CourseCard-module__iVCeqG__btnPrimaryOutline{border-color:var(--accent-primary)!important;color:var(--accent-primary)!important;background-color:#0000!important}:root:not([data-theme=dark]) .CourseCard-module__iVCeqG__btnPrimaryOutline:hover{background-color:rgba(var(--rgb-neon),.08)!important;border-color:var(--accent-primary)!important;color:var(--accent-primary)!important}}.CourseCard-module__iVCeqG__soldOutBtn{border-color:rgba(var(--rgb-red),.3)!important;color:var(--accent-error)!important;background:rgba(var(--rgb-red),.05)!important}.CourseCard-module__iVCeqG__soldOutBtn:hover{background:rgba(var(--rgb-red),.15)!important;color:var(--accent-error)!important;border-color:rgba(var(--rgb-red),.6)!important}.CourseCard-module__iVCeqG__offlineCard{opacity:.7;filter:grayscale(.5)}.CourseCard-module__iVCeqG__offlineCard:before{background:linear-gradient(90deg,transparent,var(--clr-grey-muted),transparent)}.CourseCard-module__iVCeqG__offlineCard:hover{border-color:var(--border-strong);box-shadow:0 20px 40px rgba(var(--rgb-black),.7)}.CourseCard-module__iVCeqG__soldOutCard{border-color:rgba(var(--rgb-red),.1)}.CourseCard-module__iVCeqG__soldOutCard:before{background:linear-gradient(90deg,transparent,var(--accent-error),transparent)}.CourseCard-module__iVCeqG__soldOutCard:hover{border-color:rgba(var(--rgb-red),.3);box-shadow:0 20px 40px rgba(var(--rgb-black),.7),0 0 20px rgba(var(--rgb-red),.05)}.CourseCard-module__iVCeqG__statusIndicator{letter-spacing:1px;z-index:10;align-items:center;gap:.5rem;padding:.3rem .6rem;font-family:IBM Plex Mono,monospace;font-size:.65rem;font-weight:600;display:flex;position:absolute;top:1rem;right:1.5rem}.CourseCard-module__iVCeqG__dot{border-radius:50%;width:6px;height:6px}.CourseCard-module__iVCeqG__dotGreen{background-color:var(--accent-primary);box-shadow:var(--glow-primary)}.CourseCard-module__iVCeqG__textGreen{color:var(--accent-primary)}.CourseCard-module__iVCeqG__dotRed{background-color:var(--accent-error);box-shadow:0 0 8px var(--accent-error)}.CourseCard-module__iVCeqG__textRed{color:var(--accent-error)}.CourseCard-module__iVCeqG__dotGrey{background-color:var(--clr-grey-muted)}.CourseCard-module__iVCeqG__textGrey{color:var(--clr-grey-muted)}.CourseCard-module__iVCeqG__dotSkeleton{background:rgba(var(--rgb-white),.1)}.CourseCard-module__iVCeqG__titleSkeleton{width:100%}.CourseCard-module__iVCeqG__skeletonLine{margin-bottom:.4rem}.CourseCard-module__iVCeqG__outcomeTagSkeleton{background:rgba(var(--rgb-white),.03)!important;border-color:rgba(var(--rgb-white),.05)!important}.CourseCard-module__iVCeqG__progressFillSkeleton{background:rgba(var(--rgb-white),.05)!important;width:0%!important;box-shadow:none!important}.CourseCard-module__iVCeqG__skeletonBtn{opacity:.5!important;height:3.1rem!important}.CourseCard-module__iVCeqG__textNeon{color:var(--accent-primary)!important}.CourseCard-module__iVCeqG__skeletonCard{opacity:.5!important}.CourseCard-module__iVCeqG__flexCol{flex-direction:column;display:flex}.CourseCard-module__iVCeqG__w70{width:70%}.CourseCard-module__iVCeqG__w100{width:100%}.CourseCard-module__iVCeqG__mb05{margin-bottom:.5rem}.CourseCard-module__iVCeqG__mb075{margin-bottom:.75rem}.CourseCard-module__iVCeqG__termLabel{color:var(--accent-primary);font-size:.7rem}.CourseCard-module__iVCeqG__dataRowValue{color:var(--accent-primary)}.CourseCard-module__iVCeqG__mentorshipDisclaimer{color:var(--text-muted);font-size:.78rem;line-height:1.5;font-family:var(--font-inter),sans-serif;text-transform:none;letter-spacing:normal;background:#8b5cf60a;border:1px solid #8b5cf61f;border-radius:8px;align-items:flex-start;gap:.6rem;margin-top:1.25rem;padding:.75rem .9rem;display:flex;box-shadow:inset 0 1px #ffffff05}.CourseCard-module__iVCeqG__disclaimerContent{flex-direction:column;gap:.45rem;display:flex}.CourseCard-module__iVCeqG__disclaimerText{color:var(--text-muted);margin:0}.CourseCard-module__iVCeqG__disclaimerText strong{color:var(--text-primary);font-weight:700}.CourseCard-module__iVCeqG__disclaimerAction{color:var(--text-muted);margin:0}.CourseCard-module__iVCeqG__disclaimerIcon{color:var(--accent-primary);flex-shrink:0;margin-top:.15rem;font-size:.9rem}.CourseCard-module__iVCeqG__disclaimerLink{color:var(--accent-primary);border-bottom:1px dashed #8b5cf666;font-weight:600;text-decoration:none;transition:all .2s}.CourseCard-module__iVCeqG__disclaimerLink:hover{color:var(--text-primary);border-bottom-color:var(--text-primary);text-shadow:0 0 8px #fff3}[data-theme=light] .CourseCard-module__iVCeqG__mentorshipDisclaimer{background:#8b5cf608;border-color:#8b5cf626}[data-theme=light] .CourseCard-module__iVCeqG__disclaimerText strong{color:#1a1a1a}@media (max-width:768px){.CourseCard-module__iVCeqG__card{gap:1.25rem;padding:1.5rem}.CourseCard-module__iVCeqG__card:hover{box-shadow:var(--shadow-card)!important;border-color:var(--border-subtle)!important;transform:none!important}.CourseCard-module__iVCeqG__card:hover:before{opacity:0!important}.CourseCard-module__iVCeqG__title{min-height:3.5rem;font-size:1.45rem}.CourseCard-module__iVCeqG__description{min-height:5.1rem;font-size:.85rem;line-height:1.5}.CourseCard-module__iVCeqG__actions{flex-direction:column;gap:.75rem}.CourseCard-module__iVCeqG__actions>*{flex:none;width:100%}.CourseCard-module__iVCeqG__actions a,.CourseCard-module__iVCeqG__actions button{box-sizing:border-box;flex:none;padding:.75rem;font-size:.72rem;width:100%!important}.CourseCard-module__iVCeqG__actions .defaultBtn{box-sizing:border-box;flex:none;padding:.75rem;font-size:.72rem;width:100%!important}}@media (max-width:480px){.CourseCard-module__iVCeqG__card{gap:1rem;padding:1.25rem}.CourseCard-module__iVCeqG__title{min-height:3.24rem;font-size:1.35rem}.CourseCard-module__iVCeqG__description{min-height:4.8rem}}.CourseCard-module__iVCeqG__dropdownContainer{flex:1.3;display:flex;position:relative}.CourseCard-module__iVCeqG__dropdownMenu{background-color:var(--bg-card-solid,#141414);border:1px solid var(--accent-primary);z-index:100;border-radius:4px;flex-direction:column;margin-top:.3rem;display:flex;position:absolute;top:100%;left:0;right:0;overflow:hidden;box-shadow:0 4px 12px #0006}.CourseCard-module__iVCeqG__dropdownLink{color:var(--text-secondary);border-top:1px solid var(--border-subtle);white-space:nowrap;align-items:center;gap:.5rem;padding:.65rem 1rem;font-family:IBM Plex Mono,monospace;font-size:.72rem;transition:all .2s;display:flex;text-decoration:none!important}.CourseCard-module__iVCeqG__dropdownLink:hover{background-color:rgba(var(--rgb-neon),.05);color:var(--accent-primary)!important}[data-theme=light] .CourseCard-module__iVCeqG__dropdownLink:hover{background-color:rgba(var(--rgb-neon),.05);color:var(--accent-primary)!important}
.WaitlistModal-module__Tb2zxW__modalOverlay{background:rgba(var(--rgb-black),.9);z-index:10000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);justify-content:center;align-items:center;padding:2rem;display:flex;position:fixed;inset:0}.WaitlistModal-module__Tb2zxW__modalBody{background:var(--bg-main);border:1px solid var(--border-subtle);width:100%;max-width:600px;max-height:90vh;box-shadow:0 20px 50px rgba(var(--rgb-black),.5);padding:4rem;position:relative;overflow-y:auto}.WaitlistModal-module__Tb2zxW__modalHeader{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:flex-start;margin-bottom:3rem;padding-bottom:2rem;display:flex}.WaitlistModal-module__Tb2zxW__headerTitle{flex-direction:column;gap:.5rem;display:flex}.WaitlistModal-module__Tb2zxW__headerPrefix{color:var(--accent-primary);letter-spacing:2px;text-transform:uppercase;font-family:IBM Plex Mono,monospace;font-size:.7rem}.WaitlistModal-module__Tb2zxW__headerMain{color:var(--text-primary);font-family:var(--font-inter),sans-serif;text-transform:capitalize;margin:0;font-size:1.5rem;font-weight:700;line-height:1.1}.WaitlistModal-module__Tb2zxW__description{color:var(--text-secondary);text-transform:uppercase;margin-bottom:3rem;font-family:IBM Plex Mono,monospace;font-size:.8rem;line-height:1.6}.WaitlistModal-module__Tb2zxW__form{flex-direction:column;gap:2rem;display:flex}.WaitlistModal-module__Tb2zxW__inputGrid{grid-template-columns:1fr;gap:1.5rem;display:grid}.WaitlistModal-module__Tb2zxW__inputGroup{flex-direction:column;gap:.75rem;display:flex}.WaitlistModal-module__Tb2zxW__label{color:var(--text-secondary);text-transform:uppercase;letter-spacing:1px;font-family:IBM Plex Mono,monospace;font-size:.75rem}.WaitlistModal-module__Tb2zxW__input{background:var(--bg-surface);border:1px solid var(--border-subtle);color:var(--text-primary);text-transform:uppercase;align-items:center;width:100%;height:3rem;padding:0 1.25rem;font-family:IBM Plex Mono,monospace;font-size:.85rem;transition:all .2s;display:flex}.WaitlistModal-module__Tb2zxW__input:focus{border-color:var(--border-focus);outline:none}.WaitlistModal-module__Tb2zxW__input::placeholder{color:var(--text-muted);text-transform:uppercase}.WaitlistModal-module__Tb2zxW__submitBtn{border:1px solid var(--border-strong);color:var(--text-primary);text-transform:uppercase;cursor:pointer;letter-spacing:1px;background:0 0;width:100%;height:3rem;margin-top:1rem;font-family:IBM Plex Mono,monospace;font-size:.9rem;font-weight:700;transition:all .3s}.WaitlistModal-module__Tb2zxW__submitBtn:hover:not(:disabled){background:var(--text-primary);border-color:var(--text-primary);color:var(--bg-main)}.WaitlistModal-module__Tb2zxW__submitBtn:disabled{opacity:.3;cursor:not-allowed}.WaitlistModal-module__Tb2zxW__closeBtn{color:var(--text-secondary);text-transform:uppercase;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;gap:.5rem;font-family:IBM Plex Mono,monospace;font-size:.8rem;transition:color .2s;display:flex}.WaitlistModal-module__Tb2zxW__closeBtn:hover{color:var(--text-primary)}.WaitlistModal-module__Tb2zxW__prominentCloseBtn{border:1px solid rgba(var(--rgb-red),.2);color:var(--accent-error);cursor:pointer;text-transform:uppercase;letter-spacing:1px;background:0 0;border-radius:2px;justify-content:center;align-items:center;gap:.5rem;width:100%;height:3rem;padding:.8rem 1.25rem;font-family:IBM Plex Mono,monospace;font-size:.75rem;font-weight:500;text-decoration:none;transition:all .2s;display:flex}.WaitlistModal-module__Tb2zxW__prominentCloseBtn:hover{background:rgba(var(--rgb-red),.05);border-color:var(--accent-error)}.WaitlistModal-module__Tb2zxW__exitText{color:var(--text-muted);text-transform:uppercase;letter-spacing:1px;text-align:center;margin-top:1rem;font-family:IBM Plex Mono,monospace;font-size:.65rem}.WaitlistModal-module__Tb2zxW__successMessage{text-align:left}.WaitlistModal-module__Tb2zxW__successTitle{color:var(--accent-primary);font-family:var(--font-inter),sans-serif;margin-bottom:1rem;font-size:1.8rem;font-weight:700;line-height:1.1}.WaitlistModal-module__Tb2zxW__interText{font-family:var(--font-inter),sans-serif;color:var(--text-primary);text-transform:capitalize;font-weight:700}.WaitlistModal-module__Tb2zxW__successText{color:var(--text-primary);opacity:.8;margin-bottom:2rem;font-family:IBM Plex Mono,monospace;font-size:.9rem;line-height:1.6}.WaitlistModal-module__Tb2zxW__desktopOnly{display:block}.WaitlistModal-module__Tb2zxW__mobileOnly{display:none}.WaitlistModal-module__Tb2zxW__mobileContainer{background:var(--bg-main);z-index:99999;flex-direction:column;height:100vh;display:flex;position:fixed;inset:0}.WaitlistModal-module__Tb2zxW__mobileHeader{border-bottom:1px solid var(--border-subtle);padding:2rem}.WaitlistModal-module__Tb2zxW__mobileContent{flex:1;padding:2rem;overflow-y:auto}.WaitlistModal-module__Tb2zxW__mobileFooter{background:var(--bg-main);border-top:1px solid var(--border-subtle);flex-direction:column;gap:1rem;padding:2rem;display:flex}@media (max-width:768px){.WaitlistModal-module__Tb2zxW__desktopOnly{display:none}.WaitlistModal-module__Tb2zxW__mobileOnly{display:block}}
.EmptyState-module___omUPW__container{text-align:center;flex-direction:column;grid-column:1/-1;justify-content:center;align-items:center;gap:2rem;width:100%;padding:4rem 2rem;display:flex}.EmptyState-module___omUPW__asciiWrapper{justify-content:center;width:100%;display:flex;overflow:hidden}.EmptyState-module___omUPW__ascii{color:var(--text-muted);white-space:pre;margin:0;font-family:monospace;font-size:14px;line-height:1.1}.EmptyState-module___omUPW__content{text-align:center;flex-direction:column;align-items:center;gap:.75rem;display:flex}.EmptyState-module___omUPW__message{color:var(--text-primary);letter-spacing:1px;margin:0;font-family:IBM Plex Mono,monospace;font-size:.9rem}.EmptyState-module___omUPW__description{color:var(--text-muted);max-width:400px;margin:0;font-family:Inter,sans-serif;font-size:.85rem}@media (max-width:600px){.EmptyState-module___omUPW__ascii{font-size:8px}.EmptyState-module___omUPW__container{padding:3rem 1rem}.EmptyState-module___omUPW__message{font-size:.8rem}}
.PageError-module__GroI6q__errorWrapper{z-index:1000;box-sizing:border-box;background:0 0;justify-content:center;align-items:center;width:100vw;height:100vh;padding:2rem;display:flex;position:relative}.PageError-module__GroI6q__errorContent{text-align:center;z-index:1010;flex-direction:column;align-items:center;gap:1.5rem;max-width:500px;display:flex;position:relative}.PageError-module__GroI6q__errorTitle{color:var(--accent-error);font-family:var(--font-inter),sans-serif;letter-spacing:-.02em;text-transform:uppercase;margin:0;font-size:1.8rem;font-weight:800}.PageError-module__GroI6q__errorDetails{font-family:var(--font-ibm-plex-mono),monospace;color:var(--text-primary);word-break:break-all;margin:0;font-size:.9rem}.PageError-module__GroI6q__countdownText{font-family:var(--font-ibm-plex-mono),monospace;color:var(--text-secondary);text-transform:uppercase;letter-spacing:1px;font-size:.8rem}.PageError-module__GroI6q__actionBtn{background:var(--bg-surface);border:1px solid var(--border-strong);color:var(--text-primary);height:3.5rem;font-family:var(--font-ibm-plex-mono),monospace;text-transform:uppercase;cursor:pointer;justify-content:center;align-items:center;width:100%;margin-top:1rem;padding:0 2rem;font-size:.8rem;font-weight:600;transition:all .3s;display:flex}.PageError-module__GroI6q__actionBtn:hover{border-color:var(--text-primary);background:rgba(var(--rgb-white),.05)}
.PaymentMethod-module__S98gqq__unlockButton{height:3rem;padding:0 2rem}.PaymentMethod-module__S98gqq__actionsContainer{display:flex}.PaymentMethod-module__S98gqq__formContainer{flex-direction:column;gap:2.5rem;display:flex}.PaymentMethod-module__S98gqq__sectionContainer{flex-direction:column;gap:2rem;display:flex}.PaymentMethod-module__S98gqq__errorContainer{text-align:center;flex-direction:column;justify-content:center;align-items:center;height:100%;padding:4rem;display:flex}.PaymentMethod-module__S98gqq__errorText{color:var(--accent-error)}.PaymentMethod-module__S98gqq__formSummaryBox{background:rgba(var(--rgb-white),.02);border:1px solid var(--border-subtle);border-radius:8px;max-width:800px;padding:3rem}[data-theme=light] .PaymentMethod-module__S98gqq__formSummaryBox{background:#fff}@media (max-width:768px){.PaymentMethod-module__S98gqq__actionsContainer,.PaymentMethod-module__S98gqq__unlockButton{width:100%}}
.Skeletons-module__Ji-oMq__skeletonContainer{width:100%}.Skeletons-module__Ji-oMq__filterSectionSkeleton{background:var(--bg-surface);border:1px solid var(--border-subtle);border-radius:12px;margin-bottom:3rem;padding:2rem;box-shadow:0 4px 20px #0000000d}.Skeletons-module__Ji-oMq__filtersGridSkeleton{grid-template-columns:2fr 1fr 1fr 1.2fr;align-items:end;gap:1.5rem;display:grid}.Skeletons-module__Ji-oMq__filterGroupSkeleton{flex-direction:column;gap:.75rem;display:flex}@media (max-width:1024px){.Skeletons-module__Ji-oMq__filtersGridSkeleton{grid-template-columns:1fr 1fr;gap:1.5rem}}@media (max-width:768px){.Skeletons-module__Ji-oMq__filtersGridSkeleton{grid-template-columns:1fr;gap:1.25rem}}.Skeletons-module__Ji-oMq__grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:2.5rem;width:100%;margin-top:2rem;display:grid}.Skeletons-module__Ji-oMq__cohortCardSkeleton{background:var(--bg-card-solid,#141414);border:1px solid var(--border-subtle,#ffffff14);border-radius:12px;flex-direction:column;width:100%;max-width:450px;height:420px;display:flex;position:relative;overflow:hidden}.Skeletons-module__Ji-oMq__cardHeaderSkeleton{border-bottom:1px solid var(--border-subtle,#ffffff0d);justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.Skeletons-module__Ji-oMq__cardMainSkeleton{flex-direction:column;flex:1;gap:.75rem;padding:1.5rem 1.5rem 1rem;display:flex}.Skeletons-module__Ji-oMq__cohortInfoSkeleton{flex-direction:column;gap:.75rem;padding:0 1.5rem 1.5rem;display:flex}.Skeletons-module__Ji-oMq__infoRowSkeleton{align-items:center;gap:.75rem;display:flex}.Skeletons-module__Ji-oMq__cardFooterSkeleton{border-top:1px solid var(--border-subtle,#ffffff0d);background:#ffffff05;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex}.Skeletons-module__Ji-oMq__priceColumnSkeleton{flex-direction:column;gap:.25rem;display:flex}.Skeletons-module__Ji-oMq__shimmerEffect{background:#ffffff0d;border-radius:4px;position:relative;overflow:hidden}.Skeletons-module__Ji-oMq__shimmerEffect:after{content:"";background-image:linear-gradient(90deg,#fff0 0,#ffffff05 20%,#ffffff0d 60%,#fff0);animation:2s infinite Skeletons-module__Ji-oMq__shimmerAnimation;position:absolute;inset:0;transform:translate(-100%)}[data-theme=light] .Skeletons-module__Ji-oMq__shimmerEffect{background:#0000000d}[data-theme=light] .Skeletons-module__Ji-oMq__shimmerEffect:after{background-image:linear-gradient(90deg,#0000 0,#00000005 20%,#0000000d 60%,#0000)}[data-theme=light] .Skeletons-module__Ji-oMq__cohortCardSkeleton{border-color:rgba(var(--rgb-black),.08);background:#fff}[data-theme=light] .Skeletons-module__Ji-oMq__cardHeaderSkeleton,[data-theme=light] .Skeletons-module__Ji-oMq__cardFooterSkeleton{border-color:rgba(var(--rgb-black),.05)}@keyframes Skeletons-module__Ji-oMq__shimmerAnimation{to{transform:translate(100%)}}
