:root{--branding-color-foundation-light:#BDBEC0;--branding-color-foundation-dark:#949699;--branding-color-white-bg:#F4F5F7;--branding-color-black-muted:#595A5B;--branding-color-black-pure:#000000;--branding-color-yellow-bright:#FFF01F;--branding-color-yellow-dark:#E1D200;--branding-color-orange-light:#FF981F;--branding-color-orange-dark:#FF5F1F;--branding-color-red-light:#FF3131;--branding-color-red-dark:#E10000;--branding-color-green-light:#00F84B;--branding-color-green-dark:#319B51;--branding-color-blue-light:#1F51FF;--branding-color-blue-dark:#1133C6;--branding-color-accent-blue:#0070F7;--branding-color-accent-orange:#FBAE26;--branding-color-accent-purple:#5E17EB;--branding-color-accent-pink:#F8049C;--branding-color-accent-sky-blue:#20B8F7;--branding-color-accent-teal:#5CE1E6;--background:var(--branding-color-white-bg);--foreground:#171717;--designer-black:var(--branding-color-black-muted);--primary-color:var(--branding-color-accent-blue);--primary-dark:var(--branding-color-blue-dark);--primary-light-bg:rgba(0,112,247,0.1);--primary-color-alpha:rgba(0,112,247,0.1);--master-black-belt:var(--branding-color-black-pure);--stem-jr-belt:linear-gradient(90deg,#ff0000,#ff7f00,#ffff00,#00ff00,#0000ff,#4b0082,#8b00ff);--foundation-belt:var(--branding-color-foundation-light);--grey-belt:var(--branding-color-foundation-dark);--white-belt:#ffffff;--black-belt:var(--branding-color-black-muted);--yellow-belt:var(--branding-color-yellow-dark);--red-belt:var(--branding-color-red-dark);--green-belt:var(--branding-color-green-dark);--orange-belt:var(--branding-color-orange-dark);--blue-belt:var(--branding-color-blue-dark);--advance:#7e1e96;--belt-program:#512972;--boot-camps:#58027b;--partnerships:#967bb0;--pace:var(--branding-color-accent-blue);--camps:#ff6700;--isports:#d52b1e;--light-grey:#ced4da;--dark-grey:#bec1c4;--modal-bg:var(--branding-color-white-bg);--container-bg:#fff;--shadow-modal:0px 8px 16px rgba(0,0,0,0.2);--text-primary:#171717;--text-secondary:#6c757d;--card-bg:#ffffff;--card-background:#ffffff;--card-hover-shadow:0 4px 12px rgba(0,0,0,0.15);--card-shadow:0 2px 8px rgba(0,0,0,0.1);--border-color:#e0e0e0;--table-header-background:#f8f9fa;--hover-background:rgba(0,0,0,0.04);--primary-btn-color:var(--designer-black);--primary-btn-font-color:#ffffff;--primary-font-color:var(--designer-black);--description-font-color:#555;--toggleBtn-bg:var(--designer-black);--add-button-bg:var(--primary-btn-color);--active-bg:var(--designer-black);--active-font:#fff;--font-color:var(--designer-black);--hover-shadow:0 8px 24px rgba(0,0,0,0.5);--chat-item-hover:rgba(0,0,0,0.04);--chat-item-active:var(--designer-black)}@media (prefers-color-scheme:dark){:root{--background:#121212;--foreground:#f1f1f1;--light-grey:#444;--dark-grey:#666;--modal-bg:#1e1e1e;--container-bg:#1e1e1e;--description-font-color:#aaa;--shadow-modal:0px 8px 16px rgba(0,0,0,0.6);--primary-btn-color:#ffffff;--primary-btn-font-color:var(--designer-black);--primary-font-color:#ffffff;--description-font-color:#fff;--toggleBtn-bg:var(--modal-bg);--add-button-bg:transparent;--active-bg:#fff;--active-font:var(--designer-black);--font-color:white;--chat-item-hover:rgba(255,255,255,0.08);--chat-item-active:rgba(255,255,255,0.12);--text-primary:#f1f1f1;--text-secondary:#adb5bd;--card-bg:#1e1e1e;--card-background:#1e1e1e;--card-hover-shadow:0 4px 12px rgba(0,0,0,0.4);--card-shadow:0 2px 8px rgba(0,0,0,0.3);--border-color:#333333;--table-header-background:#252525;--hover-background:rgba(255,255,255,0.06)}}*{box-sizing:border-box;margin:0;padding:0}.globalBgDecorations{position:fixed;top:0;left:0;right:0;bottom:0;z-index:-10;pointer-events:none;overflow:hidden;background-color:var(--background)}.globalBlob{position:absolute;filter:blur(100px);border-radius:50%;animation:globalFloat 30s ease-in-out infinite alternate}.globalBlob1{width:800px;height:800px;background:var(--blue-belt);top:-200px;right:-100px;opacity:.15;animation-duration:40s}.globalBlob2{width:900px;height:900px;background:var(--branding-color-accent-purple);bottom:-150px;left:-150px;opacity:.25;animation-duration:45s;animation-delay:-5s}.globalBlob3{width:600px;height:600px;background:var(--red-belt);top:20%;left:-200px;opacity:.12;animation-duration:35s;animation-delay:-10s}@keyframes globalFloat{0%{transform:translate(0) scale(1)}50%{transform:translate(100px,60px) scale(1.1)}to{transform:translate(-50px,120px) scale(.9)}}body,html{font-family:var(--font-varela),sans-serif;background-color:transparent;color:var(--foreground);min-height:100vh;width:100%;scroll-behavior:smooth}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer;border:none;background:none}input,select,textarea{font-family:inherit;border:1px solid var(--light-grey);padding:.5rem;border-radius:4px;outline:none}input:focus,textarea:focus{border-color:var(--foreground)}.hidden{display:none!important}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--dark-grey);border-radius:4px}.page-wrapper{margin-top:2rem}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.5rem 1rem;font-size:1rem;font-weight:500;border-radius:10px;transition:all .2s ease;border:none;cursor:pointer}.btn:hover{opacity:.9;transform:translateY(-1px)}.btn:active{transform:translateY(1px)}.btn-primary{background-color:var(--primary-btn-color);color:var(--primary-btn-font-color)}.btn-secondary{background-color:transparent;color:var(--primary-font-color);border:1px solid var(--light-grey)}.btn-success{background-color:var(--green-belt);color:white}.btn-success:hover{background-color:var(--branding-color-green-dark)}.btn-danger{background-color:var(--red-belt);color:white}.btn-danger:hover{background-color:var(--branding-color-red-dark)}.btn-warning{background-color:var(--orange-belt);color:white}.btn-warning:hover{background-color:var(--branding-color-orange-dark)}.btn-disabled,.btn:disabled{opacity:.6;cursor:not-allowed}.btn-icon{display:flex;align-items:center;gap:.5rem}.modalOverlay{position:fixed;inset:0;background:rgba(0,0,0,.5);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);justify-content:center}.modalContent,.modalOverlay{display:flex;align-items:center;z-index:1000}.modalContent{background:var(--modal-bg);color:var(--foreground);padding:2rem;border-radius:8px;max-width:800px;width:100%;text-align:center;box-shadow:0 12px 24px rgba(0,0,0,.2);flex-direction:column;height:80%;overflow-y:scroll}.modalInputGroupSidebySide{display:flex;flex-direction:row;align-items:center;gap:.5rem;width:100%;margin-bottom:.5rem}.modalInputGroupSidebySide>input{width:100%;margin:0}.modalInputGroupSidebySide>select{width:100%}.modalInputGroup{display:flex;flex-direction:column;text-align:start;width:100%;margin-bottom:.5rem;gap:.3rem}.modalInputGroup>input{width:100%}.modalInputGroup>textarea{box-sizing:border-box;width:100%;max-width:100%;resize:vertical;overflow-wrap:break-word}.modalTitle{color:var(--primary-font-color);margin-bottom:1rem}.modalLabelTitle{margin-bottom:1rem;font-size:1rem}.modalDescription{margin-top:1rem;font-size:.9rem;color:var(--description-font-color)}.input{flex:1 1;color:var(--primary-font-color);padding:.6rem 1rem;font-size:1rem;border:1px solid var(--light-grey);border-radius:10px;outline:none;transition:border-color .2s ease,box-shadow .2s ease;background-color:var(--container-bg);box-shadow:0 2px 4px rgba(0,0,0,.05);margin-right:.7rem}.input:focus{border-color:transparent;box-shadow:0 0 0 3px rgba(0,112,247,.3)}.input::placeholder{color:#aaa;font-style:italic}.select{padding:.6rem 1rem;font-size:1rem;border-radius:10px;border:1px solid var(--light-grey);background-color:var(--container-bg);color:var(--foreground);outline:none;transition:box-shadow .2s ease,border-color .2s ease;box-shadow:0 2px 4px rgba(0,0,0,.05)}.select:focus{border-color:transparent;box-shadow:0 0 0 3px rgba(0,112,247,.3)}.select option{color:var(--foreground);background-color:var(--container-bg)}.checkboxLabel{display:flex;align-items:center;gap:.5rem;font-weight:500;color:var(--foreground);margin-top:.75rem;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.checkboxInput{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:1.2rem;height:1.2rem;border:2px solid var(--light-grey);border-radius:6px;background-color:white;cursor:pointer;position:relative;transition:all .2s ease}.checkboxInput:checked{background-color:var(--pace);border-color:var(--blue-belt)}.checkboxInput:checked:after{content:"";position:absolute;left:4px;top:0;width:5px;height:10px;border:solid white;border-width:0 2px 2px 0;transform:rotate(45deg)}.checkboxInput:focus{outline:none;box-shadow:0 0 0 2px rgba(0,112,247,.25)}.checkboxText{font-size:1rem}.disabledCheckbox{opacity:.5;pointer-events:none}.disabledCheckbox .checkboxInput{cursor:not-allowed}.longText{display:inline-block;white-space:nowrap;overflow:hidden;max-width:600px;text-wrap:wrap;text-align:left}.mention{display:inline-flex;align-items:center;padding:.125rem .5rem;border-radius:4px;font-weight:500;font-size:.875em;vertical-align:baseline;cursor:default}.mention-user{background:linear-gradient(135deg,rgba(102,126,234,.15),rgba(118,75,162,.15));color:#5b21b6;border:1px solid rgba(102,126,234,.3)}.mention-image{background:linear-gradient(135deg,rgba(59,130,246,.15),rgba(16,185,129,.15));color:#047857;border:1px solid rgba(16,185,129,.3)}@media (prefers-color-scheme:dark){.mention-user{background:linear-gradient(135deg,rgba(102,126,234,.25),rgba(118,75,162,.25));color:#c4b5fd;border-color:rgba(102,126,234,.4)}.mention-image{background:linear-gradient(135deg,rgba(59,130,246,.25),rgba(16,185,129,.25));color:#6ee7b7;border-color:rgba(16,185,129,.4)}}.loginForm{width:100%;max-width:320px;gap:1rem}.loginForm,.loginForm .inputField{display:flex;flex-direction:column}.loginForm .inputField{text-align:left;gap:.4rem}.loginForm .inputField label{font-size:.9rem;font-weight:500;color:var(--foreground)}.loginForm .inputField input{padding:.75rem 1rem;font-size:1rem;border:1px solid var(--light-grey);border-radius:8px;background:var(--container-bg);color:var(--foreground);outline:none;transition:border-color .2s ease,box-shadow .2s ease}.loginForm .inputField input:focus{border-color:var(--primary-color,#009dff);box-shadow:0 0 0 3px rgba(0,157,255,.2)}.loginDivider{display:flex;align-items:center;margin:1rem 0;width:100%;max-width:320px}.loginDivider:after,.loginDivider:before{content:"";flex:1 1;height:1px;background:var(--light-grey)}.loginDivider span{padding:0 1rem;color:var(--description-font-color);font-size:.85rem}.errorMessage{color:#e74c3c;font-size:.9rem;margin:.5rem 0;padding:.5rem;background:rgba(231,76,60,.1);border-radius:6px;text-align:center}@media (max-width:768px){:root{--touch-target-min:44px;--spacing-xs:0.25rem;--spacing-sm:0.5rem;--spacing-md:1rem;--spacing-lg:1.5rem;--spacing-xl:2rem;--font-size-xs:0.75rem;--font-size-sm:0.875rem;--font-size-base:1rem;--font-size-lg:1.125rem;--font-size-xl:1.25rem;--font-size-2xl:1.5rem}a,button,input,select,textarea{min-height:var(--touch-target-min);min-width:var(--touch-target-min)}html{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body,table{-webkit-overflow-scrolling:touch}table{display:block;overflow-x:auto}nav{flex-direction:column}header{position:-webkit-sticky;position:sticky;top:0;z-index:1000;background:white;box-shadow:0 2px 4px rgba(0,0,0,.1)}.mobile-menu-button{display:flex;align-items:center;justify-content:center;width:44px;height:44px;padding:0;background:transparent;border:none;cursor:pointer}.mobile-menu-button svg{width:24px;height:24px}.mobile-sidebar{position:fixed;top:0;left:-100%;width:80%;max-width:320px;height:100vh;background:white;box-shadow:2px 0 8px rgba(0,0,0,.15);transition:left .3s ease;z-index:2000;overflow-y:auto}.mobile-sidebar.open{left:0}.mobile-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease;z-index:1999}.mobile-overlay.visible{opacity:1;visibility:visible}input,select,textarea{width:100%;font-size:16px}button{padding:12px 24px;font-size:16px}.form-row{flex-direction:column}.form-row>*{width:100%;margin-bottom:1rem}.card-grid{grid-template-columns:1fr;gap:1rem}.card{padding:1rem}.card-header{flex-direction:column;align-items:flex-start}.card-actions{width:100%;display:flex;justify-content:space-between;margin-top:1rem}.responsive-table{border:0}.responsive-table thead{display:none}.responsive-table tr{display:block;margin-bottom:1rem;border:1px solid var(--border-color);border-radius:8px;padding:1rem;background:var(--container-bg)}.responsive-table td{display:flex;justify-content:space-between;padding:.5rem 0;border-bottom:1px solid var(--border-color)}.responsive-table td:last-child{border-bottom:0}.responsive-table td:before{content:attr(data-label);font-weight:600;margin-right:1rem}.modal{width:100%;height:100%;max-width:none;max-height:none;margin:0;border-radius:0}.modal-content{height:100%;overflow-y:auto}.modal-header{top:0;z-index:10;border-bottom:1px solid var(--border-color)}.modal-footer,.modal-header{position:-webkit-sticky;position:sticky;background:var(--container-bg);padding:1rem}.modal-footer{bottom:0;border-top:1px solid var(--border-color)}.dashboard-grid{grid-template-columns:1fr;gap:1rem}.stat-card{min-width:unset}.chart-container{height:250px}.tabs{overflow-x:auto;-webkit-overflow-scrolling:touch;display:flex;gap:.5rem}.tab{flex-shrink:0;padding:.75rem 1rem;white-space:nowrap}.list-item{flex-direction:column;align-items:flex-start}.list-item-meta{width:100%;margin-top:.5rem}.list-item-actions{width:100%;display:flex;gap:.5rem;margin-top:1rem}.list-item-actions button{flex:1 1}.hide-mobile{display:none!important}}.show-mobile{display:none!important}@media (max-width:768px){.show-mobile{display:block!important}.show-mobile-flex{display:flex!important}.show-mobile-inline{display:inline!important}h1{font-size:1.75rem}h2{font-size:1.5rem}h3{font-size:1.25rem}h4{font-size:1.125rem}p{font-size:1rem;line-height:1.6}}@supports (padding:max(0px)){.mobile-safe-area{padding-left:max(1rem,env(safe-area-inset-left));padding-right:max(1rem,env(safe-area-inset-right));padding-bottom:max(1rem,env(safe-area-inset-bottom))}}@media (min-width:769px) and (max-width:1024px){.card-grid,.dashboard-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.mobile-scroll{-ms-overflow-style:none;scrollbar-width:none}.mobile-scroll::-webkit-scrollbar{display:none}}@media (max-width:768px){.pull-to-refresh{overscroll-behavior-y:contain}.mobile-fab{bottom:24px;right:24px;width:56px;height:56px;border-radius:50%;box-shadow:0 4px 12px rgba(0,0,0,.3);justify-content:center}.mobile-bottom-nav,.mobile-fab{position:fixed;z-index:1000;display:flex;align-items:center}.mobile-bottom-nav{bottom:0;left:0;right:0;height:64px;background:var(--container-bg);border-top:1px solid var(--border-color);justify-content:space-around;padding-bottom:env(safe-area-inset-bottom)}.mobile-bottom-nav-item{display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1 1;height:100%;color:var(--description-font-color);text-decoration:none;font-size:.75rem}.mobile-bottom-nav-item.active{color:var(--primary-color)}.mobile-bottom-nav-item svg{width:24px;height:24px;margin-bottom:4px}}@media (max-width:768px) and (orientation:landscape){.mobile-bottom-nav{height:48px}.mobile-bottom-nav-item{font-size:.7rem}.mobile-bottom-nav-item svg{width:20px;height:20px}}@font-face{font-family:Varela Round;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/f726c9cdf30b733e-s.woff2) format("woff2");unicode-range:u+0307-0308,u+0590-05ff,u+200c-2010,u+20aa,u+25cc,u+fb1d-fb4f}@font-face{font-family:Varela Round;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/6a6d65f739d67e37-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Varela Round;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/9ab0ca2b3ea09b32-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Varela Round;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/a0440867ebca9002-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Varela Round Fallback;src:local("Arial");ascent-override:85.62%;descent-override:26.67%;line-gap-override:0.00%;size-adjust:107.22%}.__className_2b9b1d{font-family:Varela Round,Varela Round Fallback;font-weight:400;font-style:normal}.__variable_2b9b1d{--font-varela:"Varela Round","Varela Round Fallback"}