:root{--deep-indigo-light:#A6A4BA;--deep-indigo:#3F3D56;--deep-indigo-dark:#2A283F;--sky-blue-light:#b0dde3;--sky-blue:#58A4B0;--sky-blue-dark:#356D76;--sunset-orange-light:#FBB8B0;--sunset-orange:#F76C5E;--sunset-orange-dark:#C84D42;--lemon-yellow-light:#FFF6C7;--lemon-yellow:#FFE156;--lemon-yellow-dark:#E6C12D;--mint-green-light:#DFF9F1;--mint-green:#A8E6CF;--mint-green-dark:#65c5a8;--cream-white:#FFFDF6;--cool-gray:#D9D9D9;--charcoal:#2E2E2E;--lavender:#BFA2DB;--coral-pink:#FF8C94;--aqua:#76EEC6}body,html{height:100%;margin:0;padding:0;font-family:Inter,sans-serif}body{min-height:100vh}#__next,body{display:flex;flex-direction:column}#__next{min-height:100%}main{flex:1 1}footer,main{display:flex;flex-direction:column}footer{gap:1.5rem;padding:2rem 0;background-color:var(--deep-indigo);text-align:center;color:var(--cream-white)}footer h3{padding:0;margin:0;color:var(--light-indigo);text-decoration:none;font-size:2rem;font-family:Franklin Gothic Demi,Arial Black,Arial,sans-serif}.footer-links{display:flex;justify-content:center;gap:1rem}.footer-links a{color:rgb(222,222,222);text-decoration:none;transition:color .3s ease}.footer-links a:hover{color:grey}.footer-socials ul{list-style:none;padding:0;margin:0;display:flex;justify-content:center;gap:1.5rem}.footer-social-circle{display:flex;background-color:white;padding:.5rem;border-radius:50%}.footer-social-circle:hover{background-color:grey;cursor:pointer;scale:1.1}.footer-bottom-text{font-size:.875rem;color:rgb(200,200,200)}@media (max-width:768px){footer{padding:1.5rem 1rem;gap:1rem}footer h3{font-size:1.5rem}.footer-links{flex-direction:column;gap:1rem}.footer-socials ul{gap:1rem}.footer-bottom-text{font-size:.75rem;color:rgb(200,200,200)}}header{width:100%;display:flex;flex-direction:column;z-index:1001;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);background-color:rgba(255,255,255,.45);margin:0;padding:0}.header-content{padding:1rem 4rem;transition:transform .3s ease;display:flex;justify-content:space-between;align-items:center;gap:1rem}.header-logo-container{flex-shrink:0}.header-logo{height:48px;transition:transform .3s ease}.header-logo:hover{scale:1.05}.header-navigation ul{display:flex;gap:1.5rem;margin:0;padding:0;list-style:none;flex-wrap:wrap;justify-content:center;align-items:center}.header-navigation li a{color:var(--deep-indigo-dark);font-weight:600;font-size:1rem;text-decoration:none;transition:color .3s ease}.header-navigation li a:hover{color:var(--deep-indigo-light)}.header-divider-line{width:100%;align-self:center;height:.15rem;background-color:var(--deep-indigo-dark)}.login-btn{width:6rem;height:2.25rem;background-color:transparent;border-width:.15rem;border-radius:.65rem;border-color:var(--mint-green-dark);box-shadow:0 4px 6px rgba(0,0,0,.1);border-style:solid;color:var(--mint-green-dark);font-weight:700;font-size:1rem;text-align:center}.login-btn:hover{background-color:var(--mint-green-light);cursor:pointer;scale:1.05}.login-btn:active{background-color:var(--mint-green);color:var(--cream-white)}@media (max-width:768px){.header-content{padding:1.5rem 1rem}.header-navigation ul{gap:1rem}.header-logo{height:36px}.login-btn{width:5rem}}