.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;border:none;border-radius:2px;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{background-color:rgba(var(--rgb-white),.9);box-shadow:0 0 20px rgba(var(--rgb-white),.2)}[data-theme=light] .Auth-module__bmJSXa__submitBtn:hover{background-color:rgba(var(--rgb-black),.9);box-shadow:0 0 20px rgba(var(--rgb-black),.2)}.Auth-module__bmJSXa__submitBtn:disabled{opacity:.8;cursor:not-allowed}.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-strong)}[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}@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}}.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:0 0!important;border:none!important}.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{flex-direction:column;flex:1;justify-content:center;min-height:0;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__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__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}}
.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:center;padding:2rem;position:fixed;inset:0;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);overscroll-behavior-x:none;width:100%;max-height:90vh;box-shadow:0 30px 60px rgba(var(--rgb-black),.5);border:1px solid var(--border-subtle);border-radius:8px;flex-direction:column;padding:3rem;display:flex;position:relative;overflow:clip auto}.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: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}.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(--accent-primary)!important;background:rgba(var(--rgb-white),.02)!important}[data-theme=light] .FormLayout-module__bxLyAW__dropdownTriggerOpen{background:var(--bg-main)!important;border-color:var(--border-focus)!important}[data-theme=light] .FormLayout-module__bxLyAW__dropdownTrigger:focus-visible:not(:disabled){background:var(--bg-main)!important;border-color:var(--border-focus)!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{color:var(--accent-primary);transform:rotate(180deg)}.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:var(--bg-card-subtle)}.FormLayout-module__bxLyAW__dropdownOptionFocused{background-color:var(--bg-card-subtle);outline:none}.FormLayout-module__bxLyAW__dropdownOptionSelected{font-weight:500;background-color:var(--accent-primary)!important;color:var(--bg-main)!important}
.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__workplaceCard:before{content:"";top:calc(-1*var(--card-accent-thickness,1px));background:linear-gradient(90deg,transparent,var(--text-primary),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:var(--card-accent,var(--border-strong));z-index:50;transform:translateY(-5px)}.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}}
.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(--accent-primary);color:var(--accent-primary);background:var(--border-subtle)}[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(--accent-primary)!important;color:var(--accent-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(--accent-primary)}.ActionMenu-module__iq-bYG__menuItem span:last-child{opacity:1}.ActionMenu-module__iq-bYG__menuItem:hover span:last-child{color:var(--accent-primary)}.ActionMenu-module__iq-bYG__menuDivider{background:var(--border-subtle);height:1px;margin:.5rem 0}.ActionMenu-module__iq-bYG__deleteItem{color:var(--accent-error)!important}.ActionMenu-module__iq-bYG__deleteItem:hover{background:rgba(var(--rgb-red),.1);color:var(--accent-error)!important}
.Calendar-module__-l5L2W__calendarContainer{background:var(--bg-card-solid);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-card-solid);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}
.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)}
.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}
.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:hidden}.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 .CourseCard-module__iVCeqG__defaultBtn{text-transform:uppercase;letter-spacing:1px;text-align:center;border-radius:4px;flex:1;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:.72rem;font-style:italic;line-height:1.4;font-family:var(--font-inter),sans-serif;text-transform:none;letter-spacing:normal;align-items:flex-start;gap:.45rem;margin-top:.5rem;display:flex}.CourseCard-module__iVCeqG__disclaimerIcon{color:var(--accent-primary);flex-shrink:0;margin-top:.1rem;font-size:.85rem}.CourseCard-module__iVCeqG__disclaimerLink{color:var(--accent-primary);text-decoration:underline;transition:opacity .2s}.CourseCard-module__iVCeqG__disclaimerLink:hover{opacity:.8}@media (max-width:480px){.CourseCard-module__iVCeqG__card{padding:1.5rem}.CourseCard-module__iVCeqG__title{font-size:1.4rem}}
.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}}
.TrialBanner-module__krWRIG__bannerContainer{background:var(--bg-banner);border-top:1px solid var(--border-subtle);border-bottom:1px solid var(--border-subtle);z-index:10;width:100%;padding:1.2rem 0;position:relative;overflow:hidden}.TrialBanner-module__krWRIG__bannerContent{justify-content:space-between;align-items:center;gap:2rem;max-width:1200px;margin:0 auto;padding:0 2rem;display:flex}.TrialBanner-module__krWRIG__mainMessage{text-align:left;flex-direction:column;display:flex}.TrialBanner-module__krWRIG__desktopText{display:inline}.TrialBanner-module__krWRIG__mobileText{display:none}.TrialBanner-module__krWRIG__highlight{color:var(--text-primary);letter-spacing:1px;text-transform:uppercase;font-size:1.1rem;font-weight:700}.TrialBanner-module__krWRIG__subtext{color:var(--text-secondary);letter-spacing:.2px;max-width:600px;margin-top:.3rem;font-family:IBM Plex Mono,monospace;font-size:.8rem}.TrialBanner-module__krWRIG__bannerCta{background:var(--text-primary);color:var(--bg-main);cursor:pointer;white-space:nowrap;border:none;border-radius:4px;padding:.8rem 2rem;font-family:IBM Plex Mono,monospace;font-size:.85rem;font-weight:600;text-decoration:none;transition:opacity .2s;display:inline-block}.TrialBanner-module__krWRIG__bannerCta:hover{opacity:.8}.TrialBanner-module__krWRIG__tickerContainer{background:var(--bg-ticker);width:100%;color:var(--text-primary);z-index:100;border-bottom:1px solid var(--border-subtle);margin-top:70px;padding:.8rem 0;text-decoration:none;display:block;position:relative;overflow:hidden}.TrialBanner-module__krWRIG__tickerTrack{white-space:nowrap;width:fit-content;animation:60s linear infinite TrialBanner-module__krWRIG__tickerMove;display:flex}.TrialBanner-module__krWRIG__tickerItem{letter-spacing:.5px;-moz-text-size-adjust:100%;text-size-adjust:100%;font-family:IBM Plex Mono,monospace;font-size:.85rem;font-weight:400}@keyframes TrialBanner-module__krWRIG__tickerMove{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (max-width:992px){.TrialBanner-module__krWRIG__bannerContent{text-align:center;flex-direction:column;gap:1.2rem;padding:0 1.5rem}.TrialBanner-module__krWRIG__mainMessage{text-align:center;align-items:center}.TrialBanner-module__krWRIG__desktopText{display:none}.TrialBanner-module__krWRIG__mobileText{display:inline}.TrialBanner-module__krWRIG__tickerContainer{margin-top:0}.TrialBanner-module__krWRIG__tickerTrack{animation-duration:80s}}@media (max-width:768px){.TrialBanner-module__krWRIG__bannerContainer{padding:1rem 0}.TrialBanner-module__krWRIG__highlight{font-size:.95rem}.TrialBanner-module__krWRIG__subtext{max-width:450px;font-size:.72rem}.TrialBanner-module__krWRIG__bannerCta{width:100%;max-width:280px;padding:.7rem 1.6rem;font-size:.8rem}.TrialBanner-module__krWRIG__tickerContainer{padding:.6rem 0}.TrialBanner-module__krWRIG__tickerItem{font-size:.78rem}}@media (max-width:480px){.TrialBanner-module__krWRIG__bannerContainer{padding:.8rem 0}.TrialBanner-module__krWRIG__highlight{font-size:.85rem}.TrialBanner-module__krWRIG__subtext{font-size:.65rem;line-height:1.4}.TrialBanner-module__krWRIG__bannerCta{padding:.6rem 1.4rem;font-size:.75rem}.TrialBanner-module__krWRIG__tickerContainer{padding:.5rem 0}.TrialBanner-module__krWRIG__tickerItem{font-size:.7rem}}
.AlumniBanner-module__ODTdZW__bannerWrapper{border-top:1px solid var(--border-subtle);border-bottom:1px solid var(--border-subtle);background:var(--bg-surface);box-sizing:border-box;z-index:2;flex-direction:column;align-items:center;gap:2rem;width:100%;padding:3rem 0;display:flex;position:relative;overflow:hidden}.AlumniBanner-module__ODTdZW__title{color:var(--accent-primary);opacity:.7;letter-spacing:2px;text-transform:uppercase;text-align:center;padding:0 1rem;font-family:IBM Plex Mono,monospace;font-size:.7rem;font-weight:700}.AlumniBanner-module__ODTdZW__marqueeContainer{width:100%;display:flex;position:relative;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000 0%,#000 15% 85%,#0000 100%);mask-image:linear-gradient(90deg,#0000 0%,#000 15% 85%,#0000 100%)}.AlumniBanner-module__ODTdZW__marqueeTrack{gap:0;width:max-content;animation:40s linear infinite AlumniBanner-module__ODTdZW__scrollMarquee;display:flex}.AlumniBanner-module__ODTdZW__marqueeTrack:hover{animation-play-state:paused}.AlumniBanner-module__ODTdZW__marqueeGroup{box-sizing:border-box;flex-shrink:0;align-items:center;gap:5rem;padding-right:5rem;display:flex}.AlumniBanner-module__ODTdZW__logoItem{color:var(--text-primary);opacity:1;-webkit-user-select:none;user-select:none;cursor:default;align-items:center;gap:.75rem;font-family:Inter,sans-serif;font-size:1.1rem;font-weight:800;transition:all .3s;display:flex}.AlumniBanner-module__ODTdZW__logoItem:hover{transform:scale(1.05)}.AlumniBanner-module__ODTdZW__logoItem i{color:var(--brand-color);opacity:.85;font-size:1.3rem;transition:opacity .3s,color .3s}.AlumniBanner-module__ODTdZW__logoItem:hover i{opacity:1}.AlumniBanner-module__ODTdZW__logoItem span{opacity:.7;transition:opacity .3s,color .3s}.AlumniBanner-module__ODTdZW__logoItem:hover span{opacity:1;color:var(--brand-color)}.AlumniBanner-module__ODTdZW__brandImage{object-fit:contain;filter:grayscale()opacity(.85);width:auto;height:1.3rem;transition:all .3s}[data-theme=dark] .AlumniBanner-module__ODTdZW__brandImage[alt*=Kaiser]{filter:grayscale()invert()brightness(.95)opacity(.85)}@media (prefers-color-scheme:dark){:root:not([data-theme=light]) .AlumniBanner-module__ODTdZW__brandImage[alt*=Kaiser]{filter:grayscale()invert()brightness(.95)opacity(.85)}}.AlumniBanner-module__ODTdZW__logoItem:hover .AlumniBanner-module__ODTdZW__brandImage{filter:grayscale(0)opacity()!important}.AlumniBanner-module__ODTdZW__disclaimer{color:var(--text-muted);text-align:center;opacity:.6;max-width:800px;padding:0 2rem;font-family:Inter,sans-serif;font-size:.65rem;line-height:1.5}@keyframes AlumniBanner-module__ODTdZW__scrollMarquee{0%{transform:translate(0)}to{transform:translate(-50%)}}[data-theme=light] .AlumniBanner-module__ODTdZW__bannerWrapper{box-shadow:inset 0 1px #fffc,0 4px 20px #00000003}@media (prefers-color-scheme:light){:root:not([data-theme=dark]) .AlumniBanner-module__ODTdZW__bannerWrapper{box-shadow:inset 0 1px #fffc,0 4px 20px #00000003}}@media (max-width:768px){.AlumniBanner-module__ODTdZW__bannerWrapper{gap:1.5rem;padding:2rem 0}.AlumniBanner-module__ODTdZW__title{letter-spacing:1.5px;font-size:.6rem}.AlumniBanner-module__ODTdZW__marqueeTrack{animation-duration:33s}.AlumniBanner-module__ODTdZW__marqueeGroup{gap:2.5rem;padding-right:2.5rem}.AlumniBanner-module__ODTdZW__logoItem{gap:.5rem;font-size:.95rem}.AlumniBanner-module__ODTdZW__logoItem i{font-size:1.1rem}.AlumniBanner-module__ODTdZW__disclaimer{padding:0 1.5rem;font-size:.55rem}}
.AboutUs-module__EeBbCa__aboutSection{min-height:100vh;color:var(--text-primary);z-index:10;background-color:#0000;flex-direction:column;justify-content:center;align-items:center;padding:8rem 2rem;display:flex;position:relative}.AboutUs-module__EeBbCa__aboutContent{flex-direction:column;align-items:center;gap:6rem;width:100%;max-width:1400px;display:flex}.AboutUs-module__EeBbCa__aboutCards{grid-template-columns:1.2fr 1fr;align-items:center;gap:4rem;width:100%;display:grid}.AboutUs-module__EeBbCa__editorWrapper{opacity:0;flex:1;width:100%;transition:opacity .8s ease-out,transform 1s cubic-bezier(.4,0,.2,1);transform:translate(-100px)}.AboutUs-module__EeBbCa__editorContainer{background:var(--bg-surface);border:1px solid var(--border-subtle);box-shadow:var(--shadow-card);border-radius:8px;flex-direction:column;height:520px;font-family:IBM Plex Mono,monospace;display:flex;position:relative;overflow:hidden}.AboutUs-module__EeBbCa__editorContentWrapper{flex:1;width:100%;display:flex;overflow:hidden}.AboutUs-module__EeBbCa__fileExplorer{background:var(--bg-card-solid);border-right:1px solid var(--border-subtle);flex-direction:column;flex-shrink:0;width:200px;padding:1.5rem .5rem;font-family:IBM Plex Mono,monospace;display:flex;overflow-y:auto}.AboutUs-module__EeBbCa__mainEditorArea{flex-direction:column;flex:1;height:100%;display:flex;overflow:visible}.AboutUs-module__EeBbCa__editorHeader{background:rgba(var(--rgb-white),.03);border-bottom:1px solid var(--border-subtle);flex-shrink:0;justify-content:flex-start;align-items:center;padding:.75rem 1rem;display:flex}.AboutUs-module__EeBbCa__editorBreadcrumbs{background:var(--bg-card-solid);border-bottom:1px solid var(--border-subtle);z-index:5;flex-shrink:0;align-items:stretch;height:38px;display:flex;position:relative}.AboutUs-module__EeBbCa__breadcrumbTab{color:var(--text-muted);border-right:1px solid var(--border-subtle);cursor:pointer;background:0 0;align-items:center;gap:.75rem;padding:0 1.2rem;font-family:IBM Plex Mono,monospace;font-size:.65rem;transition:all .2s;display:flex;position:relative}.AboutUs-module__EeBbCa__breadcrumbTab:hover{background:rgba(var(--rgb-white),.03);color:var(--text-primary)}.AboutUs-module__EeBbCa__activeTab{background:var(--bg-main)!important;color:var(--text-primary)!important}.AboutUs-module__EeBbCa__activeTab:after{content:"";background:var(--text-primary);height:2px;box-shadow:0 0 10px rgba(var(--rgb-white),.4);z-index:100;position:absolute;top:0;left:0;right:0}.AboutUs-module__EeBbCa__tabClose{opacity:.5;font-size:.6rem;transition:opacity .2s}.AboutUs-module__EeBbCa__tabClose:hover{opacity:1}.AboutUs-module__EeBbCa__editorBody{background:var(--bg-card-solid);flex:1;display:flex;overflow:hidden}.AboutUs-module__EeBbCa__explorerTitle{color:var(--text-muted);text-transform:uppercase;letter-spacing:1.5px;margin-bottom:1.5rem;padding-left:.5rem;font-size:.6rem}.AboutUs-module__EeBbCa__folderItem{color:var(--text-secondary);cursor:default;align-items:center;gap:.5rem;padding:.3rem .5rem;font-size:.7rem;display:flex}.AboutUs-module__EeBbCa__subFolderItem{padding-left:1.25rem}.AboutUs-module__EeBbCa__fileItem{color:var(--text-secondary);cursor:pointer;border-radius:4px;align-items:center;gap:.5rem;padding:.3rem .5rem .3rem 1.5rem;font-size:.7rem;transition:all .2s;display:flex}.AboutUs-module__EeBbCa__subFileItem{padding-left:2.25rem}.AboutUs-module__EeBbCa__chevronIcon{opacity:.5;font-size:.6rem}.AboutUs-module__EeBbCa__folderIcon{color:var(--accent-folder);font-size:.8rem}.AboutUs-module__EeBbCa__reactIcon{color:var(--accent-react);font-size:.8rem}.AboutUs-module__EeBbCa__jsIcon{color:var(--accent-js);font-size:.8rem}.AboutUs-module__EeBbCa__fileItem:hover{background:rgba(var(--rgb-white),.03);color:var(--text-primary)}.AboutUs-module__EeBbCa__activeFile{background:rgba(var(--rgb-white),.05);color:var(--text-primary)!important}.AboutUs-module__EeBbCa__codeScrollArea{scrollbar-width:thin;scrollbar-color:var(--border-subtle)transparent;flex:1;gap:1.5rem;padding:.25rem 0 1.5rem;display:flex;overflow-y:auto}.AboutUs-module__EeBbCa__codeScrollArea::-webkit-scrollbar{width:6px}.AboutUs-module__EeBbCa__codeScrollArea::-webkit-scrollbar-track{background:0 0}.AboutUs-module__EeBbCa__codeScrollArea::-webkit-scrollbar-thumb{background-color:var(--border-subtle);border-radius:10px}.AboutUs-module__EeBbCa__lineNumbers{color:var(--text-muted);text-align:right;-webkit-user-select:none;user-select:none;border-right:1px solid var(--border-subtle);flex-direction:column;min-width:3.5rem;padding-left:1rem;padding-right:1rem;font-size:.7rem;line-height:1.6;display:flex}.AboutUs-module__EeBbCa__codeArea{white-space:pre;color:var(--text-secondary);flex:1;font-size:.7rem;line-height:1.6}.AboutUs-module__EeBbCa__codeLine{min-height:1.6em}.AboutUs-module__EeBbCa__keyword{color:var(--syntax-keyword)}.AboutUs-module__EeBbCa__function{color:var(--syntax-function)}.AboutUs-module__EeBbCa__string{color:var(--syntax-string)}.AboutUs-module__EeBbCa__comment{color:var(--syntax-comment);font-style:italic}.AboutUs-module__EeBbCa__operator{color:var(--syntax-operator)}.AboutUs-module__EeBbCa__class{color:var(--syntax-class)}.AboutUs-module__EeBbCa__terminalContainer{--bg-main:#0a0a0a;--text-primary:#fff;--text-muted:#ffffff4d;--text-secondary:#fff9;--accent-primary:#30d512;--border-subtle:#ffffff14;--text-header-label:#fff;--rgb-black:10,10,10;--rgb-white:255,255,255;background:rgba(var(--rgb-black),.9);border:1px solid var(--border-subtle);height:520px;box-shadow:0 20px 50px rgba(var(--rgb-black),.5);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:8px;flex-direction:column;font-family:IBM Plex Mono,monospace;animation:.3s ease-out AboutUs-module__EeBbCa__terminalBoot;display:flex;overflow:hidden}@keyframes AboutUs-module__EeBbCa__terminalBoot{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.AboutUs-module__EeBbCa__terminalHeader{background:rgba(var(--rgb-white),.05);border-bottom:1px solid var(--border-subtle);align-items:center;padding:.75rem 1rem;display:flex}.AboutUs-module__EeBbCa__terminalBody{color:var(--text-primary);cursor:text;flex-direction:column;flex:1;gap:.5rem;padding:1.5rem;font-size:.85rem;display:flex;overflow-y:auto}.AboutUs-module__EeBbCa__terminalInputRow{align-items:center;gap:.5rem;display:flex}.AboutUs-module__EeBbCa__terminalPrompt{color:var(--accent-primary)}.AboutUs-module__EeBbCa__terminalInputContainer{flex:1;align-items:center;display:flex}.AboutUs-module__EeBbCa__terminalInput{color:var(--text-primary);font-family:inherit;font-size:inherit;caret-color:#0000;background:0 0;border:none;outline:none;width:auto;min-width:1px}.AboutUs-module__EeBbCa__terminalCursor{background-color:var(--accent-primary);width:8px;height:15px;margin-left:2px;animation:1s step-end infinite AboutUs-module__EeBbCa__terminalBlink;display:inline-block}@keyframes AboutUs-module__EeBbCa__terminalBlink{50%{opacity:0}}.AboutUs-module__EeBbCa__terminalOutput{white-space:pre-wrap;opacity:.9;margin-bottom:.5rem;line-height:1.4}.AboutUs-module__EeBbCa__videoDots{gap:.5rem;margin-right:1.5rem;display:flex}.AboutUs-module__EeBbCa__videoDots span{border-radius:50%;width:10px;height:10px}.AboutUs-module__EeBbCa__interactiveDots span:first-child{cursor:pointer;transition:transform .2s}.AboutUs-module__EeBbCa__interactiveDots span:first-child:hover{transform:scale(1.2)}.AboutUs-module__EeBbCa__interactiveDots span:not(:first-child),.AboutUs-module__EeBbCa__decorativeDots span{cursor:default;pointer-events:none}.AboutUs-module__EeBbCa__videoDots span:first-child{background:#ff5f56}.AboutUs-module__EeBbCa__videoDots span:nth-child(2){background:#ffbd2e}.AboutUs-module__EeBbCa__videoDots span:nth-child(3){background:#27c93f}.AboutUs-module__EeBbCa__terminalTitle{color:var(--text-header-label);font-family:IBM Plex Mono,monospace;font-size:.7rem}.AboutUs-module__EeBbCa__discussionSection{opacity:0;flex-direction:column;gap:2rem;transition:opacity .8s ease-out .2s,transform 1s cubic-bezier(.4,0,.2,1) .2s;display:flex;transform:translate(100px)}.AboutUs-module__EeBbCa__discussionPoint{background:var(--bg-card-solid);border:1px solid var(--border-subtle);border-radius:8px;flex-direction:column;gap:.75rem;padding:1.5rem;display:flex;position:relative}.AboutUs-module__EeBbCa__discussionPoint:before{content:"";background:var(--accent-primary);width:3px;box-shadow:var(--glow-primary);position:absolute;top:1rem;bottom:1rem;left:0}.AboutUs-module__EeBbCa__discussionTitle{color:var(--text-primary);text-transform:uppercase;letter-spacing:1px;font-size:1.1rem}.AboutUs-module__EeBbCa__infoCardsGrid{grid-template-columns:repeat(3,1fr);gap:2rem;width:100%;display:grid}.AboutUs-module__EeBbCa__aboutItem{background:var(--bg-card-solid);border:1px solid var(--border-subtle);opacity:0;border-radius:8px;flex-direction:column;justify-content:flex-start;padding:2.5rem;transition:all .8s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden;transform:translateY(30px)}.AboutUs-module__EeBbCa__aboutItemCard{border-top:3px solid var(--accent-primary);border-left:1px solid rgba(var(--rgb-neon),.1)}.AboutUs-module__EeBbCa__aboutItem:hover{background:var(--bg-card-solid);border-color:rgba(var(--rgb-neon),.3);box-shadow:var(--shadow-card);transform:translateY(-10px)}.AboutUs-module__EeBbCa__cardHeader{align-items:center;gap:1.2rem;margin-bottom:1.2rem;display:flex}.AboutUs-module__EeBbCa__cardIcon{color:var(--accent-primary);opacity:.5;border:1px solid rgba(var(--rgb-neon),.2);border-radius:4px;padding:.4rem .6rem;font-family:IBM Plex Mono,monospace;font-size:1rem}.AboutUs-module__EeBbCa__itemTag{color:var(--accent-primary);opacity:var(--opacity-tag);letter-spacing:2px;font-family:IBM Plex Mono,monospace;font-size:.55rem;position:absolute;top:1rem;right:1.2rem}.AboutUs-module__EeBbCa__aboutTitle{color:var(--text-primary);align-items:center;gap:.5rem;margin:0;font-family:Inter,sans-serif;font-size:1.35rem;font-weight:800;display:flex}.AboutUs-module__EeBbCa__aboutText{color:var(--text-secondary);font-family:Inter,sans-serif;font-size:.95rem;line-height:1.6}.AboutUs-module__EeBbCa__aboutGraphic{background:linear-gradient(45deg,var(--accent-primary),transparent);opacity:.15;border-radius:8px;width:300px;height:300px}.AboutUs-module__EeBbCa__videoSection{opacity:0;width:100%;max-width:900px;transition:all 1s;position:relative;transform:translateY(30px)}.AboutUs-module__EeBbCa__videoWrapper{aspect-ratio:16/9;background:var(--bg-main);border:1px solid var(--border-subtle);width:100%;box-shadow:var(--shadow-card);border-radius:12px;position:relative;overflow:hidden}.AboutUs-module__EeBbCa__videoHeader{background:rgba(var(--rgb-white),.05);border-bottom:1px solid var(--border-subtle);align-items:center;padding:.75rem 1rem;display:flex}.AboutUs-module__EeBbCa__videoTitle{color:var(--text-header-label);letter-spacing:1px;font-family:IBM Plex Mono,monospace;font-size:.7rem}.AboutUs-module__EeBbCa__videoContainer{width:100%;height:calc(100% - 40px);overflow:hidden}.AboutUs-module__EeBbCa__youtubeEmbed{filter:grayscale(.2)contrast(1.1);border:none}.AboutUs-module__EeBbCa__mobileTrustSection{display:none}.AboutUs-module__EeBbCa__visible{opacity:1!important;transform:translate(0)!important}@media (max-width:1200px){.AboutUs-module__EeBbCa__aboutCards{grid-template-columns:1fr;gap:3rem;max-width:800px}.AboutUs-module__EeBbCa__infoCardsGrid{grid-template-columns:1fr;max-width:600px;margin:0 auto}}@media (max-width:768px){.AboutUs-module__EeBbCa__mobileTrustSection{text-align:center;border:1px solid var(--border-subtle);background:rgba(var(--rgb-white),.01);box-sizing:border-box;border-radius:12px;flex-direction:column;align-items:center;gap:2.5rem;width:calc(100% - 2rem);margin:0 auto 2rem;padding:3rem 1.5rem;display:flex}.AboutUs-module__EeBbCa__trustItem{flex-direction:column;gap:.5rem;display:flex}.AboutUs-module__EeBbCa__trustValue{color:var(--accent-primary);font-family:IBM Plex Mono,monospace;font-size:1.8rem;font-weight:700}.AboutUs-module__EeBbCa__trustLabel{color:var(--text-primary);opacity:.6;text-transform:uppercase;letter-spacing:2px;font-family:Inter,sans-serif;font-size:.8rem}.AboutUs-module__EeBbCa__videoSection,.AboutUs-module__EeBbCa__aboutCards{display:none}.AboutUs-module__EeBbCa__aboutSection{box-sizing:border-box;justify-content:flex-start;width:100%;min-height:auto;padding:4rem 1rem}.AboutUs-module__EeBbCa__aboutContent{gap:1.5rem;width:100%;max-width:100%}.AboutUs-module__EeBbCa__aboutTitle{gap:.5rem;font-size:1.3rem}.AboutUs-module__EeBbCa__aboutItem{box-sizing:border-box;width:100%;padding:1.5rem}.AboutUs-module__EeBbCa__infoCardsGrid{grid-template-columns:1fr;gap:1.5rem;width:100%}}[data-theme=light] .AboutUs-module__EeBbCa__mobileTrustSection{background:var(--bg-card-solid)}@media (prefers-color-scheme:light){:root:not([data-theme=dark]) .AboutUs-module__EeBbCa__mobileTrustSection{background:var(--bg-card-solid)}}
.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%}}
.BSOD-module__jTbqLG__bsod{background-color:var(--bg-bsod);color:var(--text-bsod);width:100%;height:100%;font-family:var(--font-ibm-plex-mono),monospace;box-sizing:border-box;text-align:left;-webkit-user-select:none;user-select:none;filter:var(--bsod-filter);transform:var(--bsod-transform);box-shadow:var(--shadow-card);flex-direction:column;justify-content:center;align-items:flex-start;padding:3rem;display:flex;position:relative;overflow:hidden}.BSOD-module__jTbqLG__bsod:before{content:" ";display:var(--bsod-scanline-display);background:linear-gradient(rgba(var(--rgb-black),0)50%,rgba(var(--rgb-black),.1)50%),linear-gradient(90deg,#ff000008,#00ff0003,#0000ff08);z-index:2;pointer-events:none;background-size:100% 4px,3px 100%;position:absolute;inset:0}.BSOD-module__jTbqLG__bsod:after{content:" ";display:var(--bsod-flicker-display);opacity:0;z-index:2;pointer-events:none;background:#12101008;animation:.15s infinite BSOD-module__jTbqLG__flicker;position:absolute;inset:0}@keyframes BSOD-module__jTbqLG__flicker{0%{opacity:.27861}5%{opacity:.34769}10%{opacity:.23604}15%{opacity:.90626}20%{opacity:.18128}25%{opacity:.83891}30%{opacity:.65583}35%{opacity:.57807}40%{opacity:.26593}45%{opacity:.28741}50%{opacity:.19208}55%{opacity:.03477}60%{opacity:.25637}65%{opacity:.54793}70%{opacity:.42783}75%{opacity:.88319}80%{opacity:.35103}85%{opacity:.25303}90%{opacity:.80878}95%{opacity:.09619}to{opacity:.92036}}.BSOD-module__jTbqLG__text{text-transform:uppercase;z-index:3;max-width:800px;margin-bottom:1.5rem;font-size:.85rem;line-height:1.6;position:relative}.BSOD-module__jTbqLG__blink{background-color:var(--text-bsod);width:10px;margin-left:5px;animation:1s step-end infinite BSOD-module__jTbqLG__blink;display:inline-block}@keyframes BSOD-module__jTbqLG__blink{50%{opacity:0}}.BSOD-module__jTbqLG__footer{border-top:1px solid var(--border-bsod);z-index:3;width:100%;margin-top:2rem;padding-top:1.5rem;position:relative}.BSOD-module__jTbqLG__smallText{opacity:.6;text-transform:uppercase;margin:0;font-size:.7rem}@media (max-width:768px){.BSOD-module__jTbqLG__bsod{padding:1.5rem}.BSOD-module__jTbqLG__text{margin-bottom:1rem;font-size:.7rem}}
.session-search-module__gwgOCa__container{flex-direction:column;gap:2.5rem;width:100%;display:flex}.session-search-module__gwgOCa__filterSection{background:var(--bg-card-solid,#0a0a0a66);border:1px solid var(--border-subtle,#ffffff14);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:var(--shadow-card);z-index:50;border-radius:12px;flex-direction:column;gap:1.5rem;padding:2rem;display:flex;position:relative}.session-search-module__gwgOCa__filtersGrid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1.5rem;display:grid}.session-search-module__gwgOCa__datePickerWrapper{width:100%;position:relative}.session-search-module__gwgOCa__dateTrigger{background:var(--bg-input-subtle,#0000004d);border:1px solid var(--border-strong,#ffffff26);width:100%;color:var(--text-primary);cursor:pointer;text-align:left;border-radius:8px;justify-content:space-between;align-items:center;padding:.85rem 1rem;font-family:inherit;font-size:.95rem;transition:all .25s;display:flex}.session-search-module__gwgOCa__dateTrigger:hover{border-color:var(--accent-primary)}.session-search-module__gwgOCa__dateTrigger i{opacity:.6;font-size:.9rem}.session-search-module__gwgOCa__calendarPopover{z-index:100;width:100%;position:absolute;top:calc(100% + .5rem);left:0}.session-search-module__gwgOCa__calendarPopover>div{box-sizing:border-box;width:100%!important}[data-theme=light] .session-search-module__gwgOCa__dateTrigger{border-color:rgba(var(--rgb-black),.15)!important;color:var(--text-primary)!important;background:#fcfcfd!important}[data-theme=light] .session-search-module__gwgOCa__cohortCard{border-color:rgba(var(--rgb-black),.08)!important;background:#fff!important;box-shadow:0 4px 15px #00000008!important}[data-theme=light] .session-search-module__gwgOCa__cardHeader{border-color:rgba(var(--rgb-black),.05)!important}[data-theme=light] .session-search-module__gwgOCa__cardFooter{background:var(--bg-surface)!important;border-color:rgba(var(--rgb-black),.05)!important}[data-theme=light] .session-search-module__gwgOCa__enrollButton{color:#fff!important;box-shadow:none!important}[data-theme=light] .session-search-module__gwgOCa__enrollButton:hover{box-shadow:0 4px 12px rgba(var(--rgb-neon,48,213,18),.2)!important}.session-search-module__gwgOCa__filterGroup{flex-direction:column;gap:.75rem;display:flex}.session-search-module__gwgOCa__filterLabel{text-transform:uppercase;color:var(--text-muted);letter-spacing:.05em;font-family:IBM Plex Mono,monospace;font-size:.8rem}.session-search-module__gwgOCa__grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:2.5rem;width:100%;display:grid}.session-search-module__gwgOCa__cohortCard{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:100%;transition:all .3s;display:flex;position:relative;overflow:hidden}.session-search-module__gwgOCa__cohortCard:hover{border-color:var(--accent-primary,#30d512);transform:translateY(-5px);box-shadow:0 10px 30px #0000004d}.session-search-module__gwgOCa__cardHeader{border-bottom:1px solid var(--border-subtle,#ffffff0d);justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.session-search-module__gwgOCa__difficultyBadge{text-transform:uppercase;letter-spacing:1px;border-radius:4px;padding:.25rem .6rem;font-family:IBM Plex Mono,monospace;font-size:.65rem;font-weight:700}.session-search-module__gwgOCa__beginner{color:#30d512;background:#30d5121a}.session-search-module__gwgOCa__intermediate{color:#0070f3;background:#0070f31a}.session-search-module__gwgOCa__advanced{color:red;background:#ff00001a}.session-search-module__gwgOCa__successBadge,.session-search-module__gwgOCa__warningBadge,.session-search-module__gwgOCa__fullBadge,.session-search-module__gwgOCa__previewBadge,.session-search-module__gwgOCa__closedBadge{align-items:center;gap:.5rem;font-size:.65rem;font-weight:700;display:flex}.session-search-module__gwgOCa__successBadge{color:#30d512}.session-search-module__gwgOCa__warningBadge{color:#fa0}.session-search-module__gwgOCa__fullBadge{color:var(--text-muted);opacity:.7}.session-search-module__gwgOCa__previewBadge{color:#0070f3}.session-search-module__gwgOCa__closedBadge{color:#ff3b30;opacity:.8}.session-search-module__gwgOCa__pulseDot{background:#fa0;border-radius:50%;width:6px;height:6px;animation:1.5s infinite session-search-module__gwgOCa__pulse}@keyframes session-search-module__gwgOCa__pulse{0%{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.5)}to{opacity:1;transform:scale(1)}}.session-search-module__gwgOCa__cardMain{flex:1;padding:1.5rem}.session-search-module__gwgOCa__courseTitle{color:var(--text-primary);margin-bottom:.5rem;font-size:1.25rem;font-weight:800;line-height:1.2}.session-search-module__gwgOCa__courseSubtitle{color:var(--accent-primary);text-transform:uppercase;margin-bottom:1rem;font-family:IBM Plex Mono,monospace;font-size:.8rem}.session-search-module__gwgOCa__courseDesc{color:var(--text-secondary);font-size:.9rem;line-height:1.6}.session-search-module__gwgOCa__cohortInfo{flex-direction:column;gap:.75rem;padding:0 1.5rem 1.5rem;display:flex}.session-search-module__gwgOCa__infoRow{color:var(--text-secondary);align-items:center;gap:.75rem;font-size:.85rem;display:flex}.session-search-module__gwgOCa__infoRow i{color:var(--accent-primary);text-align:center;width:16px}.session-search-module__gwgOCa__cohortHeader{color:var(--text-secondary);letter-spacing:.05em;border-bottom:1px solid var(--border-subtle,#ffffff0d);justify-content:space-between;margin-bottom:.2rem;padding-bottom:.6rem;font-family:IBM Plex Mono,monospace;font-size:.72rem;font-weight:700;display:flex}.session-search-module__gwgOCa__cohortDetails{flex-direction:column;gap:.5rem;margin-bottom:.2rem;display:flex}.session-search-module__gwgOCa__detailsRow{color:var(--text-secondary);align-items:center;gap:.75rem;font-size:.85rem;display:flex}.session-search-module__gwgOCa__detailsRow i{color:var(--accent-primary);text-align:center;flex-shrink:0;width:14px;font-size:.85rem}.session-search-module__gwgOCa__detailsMeta{color:var(--text-muted);border-top:1px dashed var(--border-subtle,#ffffff0d);justify-content:space-between;margin-top:.4rem;padding-top:.6rem;font-size:.78rem;display:flex}.session-search-module__gwgOCa__metaItem{align-items:center;gap:.4rem;display:flex}.session-search-module__gwgOCa__metaItem i{color:var(--text-muted);text-align:center;width:14px;font-size:.75rem}.session-search-module__gwgOCa__cardFooter{border-top:1px solid var(--border-subtle,#ffffff0d);background:#0003;justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.session-search-module__gwgOCa__priceColumn{flex-direction:column;display:flex}.session-search-module__gwgOCa__priceLabel{text-transform:uppercase;color:var(--text-muted);letter-spacing:1px;font-size:.65rem}.session-search-module__gwgOCa__priceAmount{color:var(--text-primary);font-family:IBM Plex Mono,monospace;font-size:1.2rem;font-weight:700}.session-search-module__gwgOCa__pricePeriod{opacity:.6;font-size:.7rem;font-weight:400}.session-search-module__gwgOCa__enrollButton{background:var(--accent-primary);color:#0a0a0a;text-transform:uppercase;border-radius:6px;align-items:center;gap:.5rem;padding:.75rem 1.25rem;font-size:.85rem;font-weight:700;text-decoration:none;transition:all .2s;display:flex}.session-search-module__gwgOCa__enrollButton:hover{transform:translate(3px);box-shadow:0 0 20px #30d5124d}.session-search-module__gwgOCa__waitlistButton{border:1px solid var(--border-strong);color:var(--text-primary);text-transform:uppercase;cursor:pointer;background:0 0;border-radius:6px;padding:.75rem 1.25rem;font-size:.85rem;font-weight:700}.session-search-module__gwgOCa__previewButton,.session-search-module__gwgOCa__closedButton{border:1px solid var(--border-subtle,#ffffff14);color:var(--text-muted);text-transform:uppercase;cursor:not-allowed;opacity:.5;background:0 0;border-radius:6px;padding:.75rem 1.25rem;font-size:.85rem;font-weight:700}@media (max-width:768px){.session-search-module__gwgOCa__grid{grid-template-columns:1fr}}.session-search-module__gwgOCa__courseSearchInput,.session-search-module__gwgOCa__courseSearchInput::placeholder{text-transform:none!important}
.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)}
