@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Outfit:wght@400;500;600;700;800&display=swap";
.Navbar-module__EIxHdq__header{z-index:1000;background:#fff;width:100%;transition:box-shadow .3s;position:sticky;top:0;box-shadow:0 4px 6px -1px #0000001a}.Navbar-module__EIxHdq__headerScrolled{box-shadow:0 10px 30px #0000001a}.Navbar-module__EIxHdq__topBar{color:#94a3b8;background-color:#1e293b;height:40px;font-size:.8rem;transition:height .3s,opacity .3s;overflow:hidden}.Navbar-module__EIxHdq__headerScrolled .Navbar-module__EIxHdq__topBar{opacity:0;height:0}.Navbar-module__EIxHdq__topBarContainer{justify-content:space-between;align-items:center;height:40px;padding:0 2rem;display:flex}.Navbar-module__EIxHdq__socials{gap:1rem;display:flex}.Navbar-module__EIxHdq__socials a{color:inherit}.Navbar-module__EIxHdq__socials a:hover{color:#fff}.Navbar-module__EIxHdq__topLinks{align-items:center;display:flex}.Navbar-module__EIxHdq__topLinks a{padding:0 .5rem}.Navbar-module__EIxHdq__topLinks a:hover{color:#fff}.Navbar-module__EIxHdq__divider{opacity:.5;margin:0 .5rem}.Navbar-module__EIxHdq__applyBtnTop{background-color:#0ea5e9;align-items:center;height:40px;font-weight:600;display:flex;color:#fff!important;padding:0 1rem!important}.Navbar-module__EIxHdq__applyBtnTop:hover{background-color:#0284c7}.Navbar-module__EIxHdq__middleHeader{background-color:#fff;padding:.5rem 0}.Navbar-module__EIxHdq__middleContainer{justify-content:space-between;align-items:center;padding:0 2rem;display:flex}.Navbar-module__EIxHdq__logoArea{align-items:center;gap:1rem;display:flex}.Navbar-module__EIxHdq__logoImg{border-radius:4px}.Navbar-module__EIxHdq__brandText{flex-direction:column;display:flex}.Navbar-module__EIxHdq__collegeName{color:var(--primary-color);margin:0;font-size:1.75rem;font-weight:800;line-height:1.2}.Navbar-module__EIxHdq__collegeSubName{color:#475569;margin:0;font-size:1rem}.Navbar-module__EIxHdq__contactInfo{gap:1.5rem;display:flex}.Navbar-module__EIxHdq__infoBlock{border-left:1px solid #e2e8f0;flex-direction:column;padding-left:1.5rem;display:flex}.Navbar-module__EIxHdq__infoLabel{color:#94a3b8;font-size:.75rem;font-weight:600}.Navbar-module__EIxHdq__infoValue{color:#334155;font-size:1rem;font-weight:500}.Navbar-module__EIxHdq__infoValue:hover{color:var(--primary-color)}.Navbar-module__EIxHdq__mainNav{background-color:var(--primary-color);transition:all .3s}.Navbar-module__EIxHdq__headerScrolled .Navbar-module__EIxHdq__mainNav{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);will-change:backdrop-filter;background-color:#0d9488e6}.Navbar-module__EIxHdq__navContainer{padding:0 2rem;display:flex}.Navbar-module__EIxHdq__navLinks{flex-wrap:wrap;width:100%;display:flex}.Navbar-module__EIxHdq__navLinks li{position:relative}.Navbar-module__EIxHdq__navLinks a{color:#fff;padding:.8rem 1.2rem;font-size:.85rem;font-weight:600;transition:background-color .2s,color .2s,opacity .2s;display:block}.Navbar-module__EIxHdq__navLinks a:hover,.Navbar-module__EIxHdq__dropdownTrigger:hover{opacity:.8;background-color:#ffffff0d}.Navbar-module__EIxHdq__dropdown{align-items:center;display:flex;position:relative}.Navbar-module__EIxHdq__dropdownTrigger{cursor:pointer;color:#fff;align-items:center;gap:.3rem;padding:.8rem 1.2rem;font-size:.85rem;font-weight:600;text-decoration:none;transition:opacity .2s,background-color .2s;display:flex}.Navbar-module__EIxHdq__chevron{margin-top:1px}.Navbar-module__EIxHdq__dropdownMenu{border-top:3px solid var(--accent-color);opacity:0;visibility:hidden;z-index:100;background-color:#fff;min-width:250px;margin:0;padding:.5rem 0;list-style:none;transition:all .3s cubic-bezier(.25,1,.5,1);position:absolute;top:100%;left:0;transform:translateY(10px);box-shadow:0 10px 30px #00000026}.Navbar-module__EIxHdq__dropdown:hover .Navbar-module__EIxHdq__dropdownMenu{opacity:1;visibility:visible;transform:translateY(0)}.Navbar-module__EIxHdq__dropdownMenu li{display:block}.Navbar-module__EIxHdq__dropdownMenu a{color:var(--text-primary);text-transform:none;border-bottom:1px solid #f1f5f9;padding:.8rem 1.5rem;font-size:.9rem;font-weight:600;transition:all .2s;display:block}.Navbar-module__EIxHdq__dropdownMenu li:last-child a{border-bottom:none}.Navbar-module__EIxHdq__dropdownMenu a:hover{color:var(--primary-color);background-color:#f8fafc;padding-left:1.8rem}.Navbar-module__EIxHdq__mobileMenuBtn{color:var(--primary-color);cursor:pointer;background:0 0;border:none;padding:.5rem;display:none}.Navbar-module__EIxHdq__mobileMenuBtn svg{display:block}.Navbar-module__EIxHdq__mobileContactAndSocials{display:none}@media (max-width:992px){.Navbar-module__EIxHdq__topBar{display:none}.Navbar-module__EIxHdq__middleContainer{flex-direction:row;align-items:center;gap:1rem;padding:0 1rem}.Navbar-module__EIxHdq__contactInfo{display:none}.Navbar-module__EIxHdq__mobileMenuBtn{display:block}.Navbar-module__EIxHdq__logoImg{width:55px;height:65px}.Navbar-module__EIxHdq__collegeName{font-size:1.25rem}.Navbar-module__EIxHdq__collegeSubName{font-size:.85rem}.Navbar-module__EIxHdq__mainNav{width:100%;max-height:calc(100vh - 70px);display:none;position:absolute;top:100%;left:0;overflow-y:auto;box-shadow:0 10px 30px #0003}.Navbar-module__EIxHdq__mobileOpen{display:block}.Navbar-module__EIxHdq__navContainer{flex-direction:column;padding:0}.Navbar-module__EIxHdq__navLinks{background-color:var(--primary-color);flex-direction:column}.Navbar-module__EIxHdq__navLinks li{border-bottom:1px solid #ffffff1a;width:100%}.Navbar-module__EIxHdq__navLinks a,.Navbar-module__EIxHdq__dropdownTrigger{width:100%;padding:.75rem 1.25rem;font-size:.95rem}.Navbar-module__EIxHdq__dropdownTrigger{justify-content:space-between}.Navbar-module__EIxHdq__dropdown{flex-direction:column;align-items:flex-start}.Navbar-module__EIxHdq__dropdownMenu{opacity:1;visibility:visible;box-shadow:none;background-color:#0000001a;border-top:none;min-width:100%;display:none;position:static;transform:none}.Navbar-module__EIxHdq__dropdownActive .Navbar-module__EIxHdq__dropdownMenu{display:block}.Navbar-module__EIxHdq__dropdownMenu a{color:#fff;border-bottom:1px solid #ffffff0d;width:100%;padding:.6rem 1.25rem .6rem 2.5rem;font-size:.9rem}.Navbar-module__EIxHdq__dropdownMenu a:hover{color:#fff;background-color:#ffffff1a;padding-left:2.8rem}.Navbar-module__EIxHdq__mobileContactAndSocials{background-color:#0000001a;border-top:1px solid #ffffff1a;flex-direction:column;gap:1.5rem;padding:1.5rem;display:flex}.Navbar-module__EIxHdq__mobileContact{flex-direction:column;gap:1rem;display:flex}.Navbar-module__EIxHdq__mobileContact a{color:#fff;align-items:center;gap:.75rem;font-size:.95rem;text-decoration:none;display:flex}.Navbar-module__EIxHdq__mobileSocials{gap:1.5rem;display:flex}.Navbar-module__EIxHdq__mobileSocials a{color:#fff;opacity:.8}.Navbar-module__EIxHdq__mobileSocials a:hover{opacity:1}}
.Footer-module__cyaCmW__footer{color:#f8fafc;font-family:var(--font-body);background-color:#0b1120;margin-top:6rem;position:relative}.Footer-module__cyaCmW__footerTopBorder{background:linear-gradient(90deg, var(--primary-color), var(--accent-color), var(--secondary-color));width:100%;height:4px}.Footer-module__cyaCmW__footerContainer{grid-template-columns:3fr 2fr 2fr 3fr;gap:3rem;max-width:1280px;margin:0 auto;padding:5rem 1rem 4rem;display:grid}.Footer-module__cyaCmW__footerBrand{flex-direction:column;display:flex}.Footer-module__cyaCmW__logoLink{align-items:center;gap:1rem;margin-bottom:1.5rem;text-decoration:none;display:flex}.Footer-module__cyaCmW__brandText{flex-direction:column;display:flex}.Footer-module__cyaCmW__collegeName{color:#fff;font-size:1.5rem;font-weight:700;line-height:1.1;font-family:var(--font-heading);margin:0}.Footer-module__cyaCmW__collegeSubName{color:var(--accent-color);text-transform:uppercase;letter-spacing:1px;margin:0;font-size:.9rem;font-weight:600}.Footer-module__cyaCmW__description{color:#94a3b8;margin-bottom:2rem;padding-right:1rem;font-size:.95rem;line-height:1.7}.Footer-module__cyaCmW__socials{gap:.8rem;display:flex}.Footer-module__cyaCmW__socials a{color:#cbd5e1;background-color:#ffffff0d;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;font-size:1.1rem;transition:all .3s;display:flex}.Footer-module__cyaCmW__socials a:hover{background-color:var(--primary-color);color:#fff;transform:translateY(-3px)}.Footer-module__cyaCmW__footerLinks h3,.Footer-module__cyaCmW__footerContact h3{font-size:1.1rem;font-family:var(--font-heading);color:#fff;text-transform:uppercase;letter-spacing:1px;margin-bottom:1.5rem}.Footer-module__cyaCmW__footerLinks ul,.Footer-module__cyaCmW__footerContact ul{flex-direction:column;gap:1rem;margin:0;padding:0;list-style:none;display:flex}.Footer-module__cyaCmW__footerLinks a{color:#94a3b8;font-size:.95rem;text-decoration:none;transition:all .2s;display:inline-block}.Footer-module__cyaCmW__footerLinks a:hover{color:var(--accent-color);transform:translate(3px)}.Footer-module__cyaCmW__footerContact li{color:#94a3b8;align-items:flex-start;gap:1rem;font-size:.95rem;line-height:1.5;display:flex}.Footer-module__cyaCmW__contactIcon{color:var(--accent-color);flex-shrink:0;margin-top:2px;font-size:1.1rem}.Footer-module__cyaCmW__footerContact a{color:#94a3b8;text-decoration:none;transition:color .2s}.Footer-module__cyaCmW__footerContact a:hover{color:#fff}.Footer-module__cyaCmW__newsletterForm{margin-top:2rem}.Footer-module__cyaCmW__newsletterForm p{color:#e2e8f0;margin-bottom:1rem;font-size:.95rem;font-weight:500}.Footer-module__cyaCmW__inputGroup{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;transition:border-color .3s;display:flex;overflow:hidden}.Footer-module__cyaCmW__inputGroup:focus-within{border-color:var(--primary-color)}.Footer-module__cyaCmW__inputGroup input{color:#fff;background:0 0;border:none;outline:none;flex:1;width:100%;padding:.8rem 1rem;font-size:.9rem}.Footer-module__cyaCmW__inputGroup input::placeholder{color:#64748b}.Footer-module__cyaCmW__inputGroup button{background:var(--primary-color);color:#fff;cursor:pointer;border:none;justify-content:center;align-items:center;padding:0 1.2rem;font-size:1rem;transition:background-color .2s;display:flex}.Footer-module__cyaCmW__inputGroup button:hover{background:var(--secondary-color)}.Footer-module__cyaCmW__footerBottom{background-color:#070b14;border-top:1px solid #ffffff0d}.Footer-module__cyaCmW__bottomContainer{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;max-width:1280px;margin:0 auto;padding:1.5rem 1rem;display:flex}.Footer-module__cyaCmW__footerBottom p{color:#64748b;margin:0;font-size:.85rem}.Footer-module__cyaCmW__creditText{color:#64748b;text-align:center;margin:0;font-size:.85rem}.Footer-module__cyaCmW__creditLink{color:#38bdf8;font-weight:600;text-decoration:none;transition:color .3s,text-shadow .3s}.Footer-module__cyaCmW__creditLink:hover{color:var(--accent-color);text-shadow:0 0 8px #0ea5e966}.Footer-module__cyaCmW__legalLinks{gap:1.5rem;display:flex}.Footer-module__cyaCmW__legalLinks a{color:#64748b;font-size:.85rem;text-decoration:none;transition:color .2s}.Footer-module__cyaCmW__legalLinks a:hover{color:#fff}@media (max-width:1024px){.Footer-module__cyaCmW__footerContainer{grid-template-columns:repeat(2,1fr);gap:3rem 2rem}}@media (max-width:640px){.Footer-module__cyaCmW__footerContainer{grid-template-columns:1fr;gap:3rem}.Footer-module__cyaCmW__bottomContainer{text-align:center;flex-direction:column}}
.SplashScreen-module__xrPEKq__splashScreen{z-index:99999;background:#f8fafc;justify-content:center;align-items:center;width:100vw;height:100vh;transition:opacity .8s cubic-bezier(.165,.84,.44,1),visibility .8s;display:flex;position:fixed;top:0;left:0;overflow:hidden}.SplashScreen-module__xrPEKq__fadeOut{opacity:0;visibility:hidden;pointer-events:none;transition:all .8s cubic-bezier(.165,.84,.44,1);transform:scale(1.05)}.SplashScreen-module__xrPEKq__bgGlow1,.SplashScreen-module__xrPEKq__bgGlow2{filter:blur(80px);z-index:1;opacity:.15;will-change:transform;border-radius:50%;width:40vw;height:40vw;animation:12s ease-in-out infinite alternate SplashScreen-module__xrPEKq__floatOrb;position:absolute;transform:translateZ(0)}.SplashScreen-module__xrPEKq__bgGlow1{background:#2dd4bf;top:-20%;left:-10%}.SplashScreen-module__xrPEKq__bgGlow2{background:#38bdf8;animation-delay:-6s;bottom:-20%;right:-10%}.SplashScreen-module__xrPEKq__glassContainer{z-index:2;-webkit-backdrop-filter:blur(16px);background:#ffffffe6;border:1px solid #0d94881a;border-radius:40px;flex-direction:column;align-items:center;padding:5rem 6rem;display:flex;position:relative;box-shadow:0 25px 50px -12px #0d948826,inset 0 0 0 1px #fffc}.SplashScreen-module__xrPEKq__logoContainer{justify-content:center;align-items:center;width:160px;height:160px;margin-bottom:3rem;display:flex;position:relative}.SplashScreen-module__xrPEKq__logo{z-index:3;opacity:0;filter:drop-shadow(0 10px 15px #0000004d);animation:1.2s cubic-bezier(.34,1.56,.64,1) forwards SplashScreen-module__xrPEKq__logoEnter,4s ease-in-out 1.2s infinite SplashScreen-module__xrPEKq__float;transform:scale(.5)}.SplashScreen-module__xrPEKq__brandName{letter-spacing:-1px;margin-bottom:3.5rem;font-size:2.5rem;font-weight:800;overflow:hidden}.SplashScreen-module__xrPEKq__textGradient{background:linear-gradient(135deg,#0d9488 0%,#0369a1 100%);color:#0000;opacity:0;-webkit-background-clip:text;background-clip:text;animation:1s cubic-bezier(.16,1,.3,1) .3s forwards SplashScreen-module__xrPEKq__slideUpFade;display:inline-block;transform:translateY(30px)}.SplashScreen-module__xrPEKq__loadingWrapper{flex-direction:column;align-items:center;gap:1.25rem;width:280px;display:flex}.SplashScreen-module__xrPEKq__pulseDot{background-color:#0d9488;border-radius:50%;width:16px;height:16px;margin-top:10px;animation:2s cubic-bezier(.4,0,.6,1) infinite SplashScreen-module__xrPEKq__gentlePulse}.SplashScreen-module__xrPEKq__loadingText{color:#64748b;letter-spacing:2px;text-transform:uppercase;opacity:0;font-size:.8rem;font-weight:500;animation:.8s .8s forwards SplashScreen-module__xrPEKq__fadeIn}@keyframes SplashScreen-module__xrPEKq__logoEnter{0%{opacity:0;transform:scale(.5)translateY(20px)}to{opacity:1;transform:scale(1)translateY(0)}}@keyframes SplashScreen-module__xrPEKq__gentlePulse{0%,to{opacity:1;transform:scale(1);box-shadow:0 0 #0d948866}50%{opacity:.7;transform:scale(1.1);box-shadow:0 0 0 10px #0d948800}}@keyframes SplashScreen-module__xrPEKq__floatOrb{0%{transform:translate(0)scale(1)}to{transform:translate(60px,-60px)scale(1.2)}}@keyframes SplashScreen-module__xrPEKq__float{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}@keyframes SplashScreen-module__xrPEKq__slideUpFade{0%{opacity:0;filter:blur(4px);transform:translateY(30px)}to{opacity:1;filter:blur();transform:translateY(0)}}@keyframes SplashScreen-module__xrPEKq__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes SplashScreen-module__xrPEKq__fillBar{0%{width:0%}to{width:100%}}@media (max-width:768px){.SplashScreen-module__xrPEKq__glassContainer{border-radius:32px;width:90%;max-width:400px;padding:3.5rem 2rem}.SplashScreen-module__xrPEKq__brandName{text-align:center;font-size:1.8rem}}
.QuickConnect-module__4My-Ea__quickConnectContainer{z-index:9990;flex-direction:column;align-items:flex-end;gap:15px;display:flex;position:fixed;bottom:30px;right:30px}.QuickConnect-module__4My-Ea__mainButton{background:linear-gradient(135deg, var(--primary-color), var(--secondary-color));color:#fff;cursor:pointer;border-radius:50%;justify-content:center;align-items:center;width:65px;height:65px;transition:transform .3s cubic-bezier(.175,.885,.32,1.275);display:flex;position:relative;box-shadow:0 10px 25px #0d948866}.QuickConnect-module__4My-Ea__mainButton:hover{transform:scale(1.05)}.QuickConnect-module__4My-Ea__pulseRing{background:var(--primary-color);opacity:.6;z-index:-1;will-change:transform, opacity;border-radius:50%;width:100%;height:100%;animation:2s cubic-bezier(.215,.61,.355,1) infinite QuickConnect-module__4My-Ea__pulse;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes QuickConnect-module__4My-Ea__pulse{0%{opacity:.6;transform:translate(-50%,-50%)scale(1)translateZ(0)}to{opacity:0;transform:translate(-50%,-50%)scale(1.6)translateZ(0)}}.QuickConnect-module__4My-Ea__chatIcon{transition:transform .3s}.QuickConnect-module__4My-Ea__open .QuickConnect-module__4My-Ea__chatIcon{transform:rotate(90deg)}.QuickConnect-module__4My-Ea__expandMenu{opacity:0;visibility:hidden;transform-origin:100% 100%;pointer-events:none;flex-direction:column;align-items:flex-end;gap:10px;transition:all .3s cubic-bezier(.175,.885,.32,1.275);display:flex;transform:translateY(20px)scale(.9)}.QuickConnect-module__4My-Ea__open .QuickConnect-module__4My-Ea__expandMenu{opacity:1;visibility:visible;pointer-events:all;transform:translateY(0)scale(1)}.QuickConnect-module__4My-Ea__actionItem{align-items:center;gap:12px;text-decoration:none;transition:transform .2s;display:flex}.QuickConnect-module__4My-Ea__actionItem:hover{transform:translate(-5px)}.QuickConnect-module__4My-Ea__label{color:var(--text-primary);opacity:0;background:#fff;border-radius:20px;padding:.5rem 1rem;font-size:.9rem;font-weight:600;transition:all .3s;transform:translate(10px);box-shadow:0 5px 15px #0000001a}.QuickConnect-module__4My-Ea__open .QuickConnect-module__4My-Ea__label{opacity:1;transform:translate(0)}.QuickConnect-module__4My-Ea__open .QuickConnect-module__4My-Ea__actionItem:first-child .QuickConnect-module__4My-Ea__label{transition-delay:.1s}.QuickConnect-module__4My-Ea__open .QuickConnect-module__4My-Ea__actionItem:nth-child(2) .QuickConnect-module__4My-Ea__label{transition-delay:50ms}.QuickConnect-module__4My-Ea__open .QuickConnect-module__4My-Ea__actionItem:nth-child(3) .QuickConnect-module__4My-Ea__label{transition-delay:0s}.QuickConnect-module__4My-Ea__iconWrapper{width:50px;height:50px;color:var(--primary-color);background:#fff;border:2px solid #0000;border-radius:50%;justify-content:center;align-items:center;font-size:1.5rem;transition:all .2s;display:flex;overflow:hidden;box-shadow:0 5px 15px #0000001a}.QuickConnect-module__4My-Ea__actionImg{object-fit:contain;transition:transform .2s}.QuickConnect-module__4My-Ea__actionItem:hover .QuickConnect-module__4My-Ea__iconWrapper{border-color:var(--primary-color);color:var(--primary-color)}.QuickConnect-module__4My-Ea__actionItem:hover .QuickConnect-module__4My-Ea__actionImg{transform:scale(1.1)}@media (max-width:768px){.QuickConnect-module__4My-Ea__quickConnectContainer{bottom:20px;right:20px}.QuickConnect-module__4My-Ea__mainButton{width:60px;height:60px}}
.NoticeTicker-module__9zhyBa__tickerWrapper{background-color:var(--text-primary);color:#fff;z-index:50;border-bottom:1px solid #ffffff1a;height:40px;display:flex;position:relative;overflow:hidden}.NoticeTicker-module__9zhyBa__tickerLabel{background-color:var(--primary-color);color:#fff;white-space:nowrap;letter-spacing:1px;z-index:2;font-size:.8rem;font-weight:700;font-family:var(--font-heading);justify-content:center;align-items:center;padding:0 1.5rem;display:flex;box-shadow:2px 0 10px #00000080}.NoticeTicker-module__9zhyBa__tickerContainer{flex:1;align-items:center;display:flex;position:relative;overflow:hidden}.NoticeTicker-module__9zhyBa__tickerContent{white-space:nowrap;align-items:center;animation:30s linear infinite NoticeTicker-module__9zhyBa__tickerScroll;display:flex}.NoticeTicker-module__9zhyBa__tickerContent:hover{animation-play-state:paused}.NoticeTicker-module__9zhyBa__tickerItem{align-items:center;font-size:.9rem;font-weight:500;display:inline-flex}.NoticeTicker-module__9zhyBa__tickerItem p{margin:0;padding:0;display:inline}.NoticeTicker-module__9zhyBa__tickerLink{color:#5eead4;margin-left:10px;font-weight:600;text-decoration:underline;transition:color .2s}.NoticeTicker-module__9zhyBa__tickerLink:hover{color:#fff}.NoticeTicker-module__9zhyBa__separator{opacity:.3;margin:0 2rem}@keyframes NoticeTicker-module__9zhyBa__tickerScroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (max-width:768px){.NoticeTicker-module__9zhyBa__tickerLabel{display:none}}
:root{--primary-color:#0d9488;--secondary-color:#0284c7;--accent-color:#14b8a6;--bg-color:#f8fafc;--surface-color:#ffffffd9;--text-primary:#1e293b;--text-secondary:#475569;--font-heading:"Outfit", sans-serif;--font-body:"Inter", sans-serif;--max-width:1200px;--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--glass-shadow:0 8px 32px 0 #00000014;--glass-border:1px solid #0000000d;--transition-normal:all .3s ease;--transition-fast:all .15s ease}*{box-sizing:border-box;margin:0;padding:0}html,body{font-family:var(--font-body);background-color:var(--bg-color);color:var(--text-primary);line-height:1.6;overflow-x:hidden}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg-color)}::-webkit-scrollbar-thumb{background:var(--primary-color);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--secondary-color)}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);margin-bottom:1rem;font-weight:700;line-height:1.2}h1{font-size:clamp(2rem,5vw,3.5rem)}h2{font-size:clamp(1.75rem,4vw,2.5rem)}h3{font-size:clamp(1.25rem,3vw,1.75rem)}h4{font-size:clamp(1.1rem,2vw,1.25rem)}a{color:inherit;transition:var(--transition-fast);text-decoration:none}ul{list-style:none}.container{max-width:var(--max-width);margin:0 auto;padding:0 1.5rem}.glass-panel{background:var(--surface-color);-webkit-backdrop-filter:blur(8px);border:var(--glass-border);border-radius:var(--radius-lg);box-shadow:var(--glass-shadow);will-change:transform}.gradient-text{background:linear-gradient(to right, var(--primary-color), var(--secondary-color));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.btn-primary{background:linear-gradient(135deg, var(--primary-color), var(--secondary-color));color:#fff;border-radius:var(--radius-md);font-weight:600;font-family:var(--font-heading);cursor:pointer;transition:var(--transition-normal);border:none;padding:.75rem 1.5rem;display:inline-block;box-shadow:0 4px 15px #3b82f666}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #8b5cf699}.hover-lift:hover{transform:translateY(-5px);box-shadow:0 10px 25px #0000001a,0 8px 10px -6px #0000001a!important}.page-transition{animation:.6s cubic-bezier(.175,.885,.32,1.275) forwards pageFadeInUp}@keyframes pageFadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-on-load{opacity:0;animation:.8s cubic-bezier(.175,.885,.32,1.275) forwards pageFadeInUp}.card-3d{will-change:transform;transition:transform .3s,box-shadow .3s;transform:translateZ(0)}.card-3d:hover{z-index:10;border-color:#0d94884d!important;transform:translateY(-6px)translateZ(0)!important;box-shadow:0 20px 40px #0d94881f,0 8px 16px #0d948814!important}.hover-glow{transition:all .3s}.hover-glow:hover{border-color:var(--accent-color)!important;box-shadow:0 0 20px #14b8a699!important}.responsive-grid-2{grid-template-columns:repeat(2,1fr);gap:2rem;display:grid}.responsive-grid-3{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.responsive-grid-4{grid-template-columns:repeat(4,1fr);gap:2rem;display:grid}.responsive-grid-1-2{grid-template-columns:1fr 2fr;gap:2rem;display:grid}.responsive-grid-2-1{grid-template-columns:2fr 1fr;gap:2rem;display:grid}.responsive-flex{align-items:center;gap:2rem;display:flex}.responsive-flex-start{align-items:flex-start;gap:2rem;display:flex}@media (max-width:900px){.responsive-grid-4,.responsive-grid-3{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.responsive-grid-2,.responsive-grid-3,.responsive-grid-4,.responsive-grid-1-2,.responsive-grid-2-1{grid-template-columns:1fr}.responsive-flex,.responsive-flex-start{flex-direction:column;align-items:stretch}}
