:root{font-family:inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:dark;color:#ffffffde;background-color:#20272f;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3rem;letter-spacing:.05ch;font-weight:700}h2{font-size:2.5rem;font-weight:700}h3{font-size:2rem;font-weight:700}h1,h2,h3{margin:0}p{font-size:1rem;font-weight:100;margin-bottom:15px}input[type=text],input[type=username],input[type=password],input[type=email]{width:100%;height:40px;box-sizing:border-box;padding:0 10px;margin-bottom:1rem;border-radius:5px;font-size:1rem;color:#333;background-color:#fff}.submitButton{width:100%;height:40px;box-sizing:border-box;border-radius:5px;background-color:#0a66c2;color:#fff;font-size:1rem;font-weight:700;border:none;cursor:pointer;padding:"10px 20px";display:flex;align-items:center;justify-content:center;transition:background-color .3s ease}.submitButton:focus{outline:none;background-color:#084a8c}.submitButton:hover{background-color:#084a8c}section{padding:0 2rem 2rem}@media (max-width : 768px){h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.5rem}p{font-size:.9rem}section{padding:0 1rem 1rem}}.glassCard{background:#ffffff1a;backdrop-filter:blur(10px);border-radius:1rem;padding:3vh 5vh;box-shadow:0 4px 30px #0000001a;-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.18)}.alert{width:100%;height:auto;box-sizing:border-box;padding:.5rem 1rem;margin:0 0 1rem;border-radius:8px;display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:.5rem}.alert-red{background-color:#f003;border:1px solid #ff0000}.alert-yellow{background-color:#ffd90033;border:1px solid #ffbb00}#root{height:100%;width:100%;box-sizing:border-box;display:flex;align-items:center;justify-content:center}.loginDiv{width:600px;box-sizing:border-box;padding:20px}@media (max-width: 768px){.loginDiv{width:90%;padding:10px}}p{margin:0}.switchButton{color:#538bc4;background:none;border:none;cursor:pointer;width:auto}.switchButton:hover{text-decoration:underline;outline:none;background:none}.switchButton:focus{outline:none;background:none}.rememberDiv{display:flex;align-items:center;gap:10px;margin-bottom:1rem}.loginSignupToggle{display:flex;align-items:center;justify-content:flex-start;margin-top:1rem}.loginSignupToggle p{margin-top:0;padding:0}.errorMessage{width:100%;background-color:#ff00151c;border:1px solid rgba(255,3,3,.507);border-radius:5px;padding:10px;margin-bottom:1rem;box-sizing:border-box;display:flex;justify-content:center;gap:10px;color:#fff;font-size:.9rem;margin-top:.5rem;text-align:center}.errorMessage p{margin:0;padding:0;font-weight:700}.app-shell{position:relative}h1{margin-top:2vh;margin-bottom:1vh}.logo{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:.5rem;color:#fff;text-decoration:none}.logo span{font-size:1rem}.logo img{height:30px;border-radius:5px}aside{width:240px;height:100vh;position:fixed;top:0;left:0;display:flex;flex-direction:column;justify-content:space-between;background-color:#181e24;border-right:#151c22 solid 1px;transform:translate(0);transition:transform .3s ease-in-out,width .3s ease-in-out;z-index:1000}main{position:relative;margin-left:0;min-height:100vh;transition:width .3s ease-in-out,margin-left .3s ease-in-out;width:calc(100% - 240px)}@media (max-width: 768px){main{width:100%;margin-left:0}}header{position:fixed;top:0;right:0;width:100%;height:60px;background-color:#20272f;border-bottom:rgb(48,59,70) solid 1px;display:flex;align-items:center;justify-content:space-between;padding:0 1rem;box-sizing:border-box;z-index:500}.headerHeight{height:60px;transition:height .5s ease-in-out,border-bottom .5s ease-in-out}.headerHeight.collapsed{height:0}header.headerHeight.collapsed{border-bottom:rgba(48,59,70,0) solid 1px}aside.collapsed{transform:translate(-100%)}main.shifted{margin-left:240px}nav{display:flex;flex-direction:column;align-items:flex-start;gap:.1rem;margin-top:1rem}.asideHeader{display:flex;align-items:center;justify-content:space-between;gap:.5rem;color:#fff;font-size:1.2rem;padding:1rem}button{width:100%;display:flex;gap:1rem;border-radius:8px;border:none;padding:.6rem 1rem;font-size:1em;font-weight:500;font-family:inherit;background-color:#181e24;color:#fff;cursor:pointer}button:hover,button:focus,button:focus-visible{background-color:#151a1f}.cardContainer{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1rem}.pillRow{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;flex-wrap:wrap;gap:1.5vh;margin-top:2vh}.pillImg{height:2.5rem;width:unset;padding:0;aspect-ratio:1;overflow:visible}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px}.pill{background:#ffffff0d;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);border-radius:1rem;border:1px solid rgba(255,255,255,.1);padding:1vh 3vh;color:#ccc;font-weight:400;box-shadow:none;overflow:hidden}.pillButton{background:#ffffff26;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-radius:1rem;border:1px solid rgba(255,255,255,.3);padding:1vh 3vh;color:#fff;font-weight:700;text-decoration:none;box-shadow:0 4px 20px #0003;display:inline-block;transition:all .3s ease-in-out}.pillButton:hover{cursor:pointer;background:#ffffff40;backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px);border-color:#ffffff80;box-shadow:0 6px 25px #0000004d}
