.Navbar-module__cJzEcG__navbar{z-index:1000;-webkit-backdrop-filter:blur(20px);background:#0b0c10d9;border-bottom:1px solid #ffffff14;width:100%;padding:1.5rem 0;transition:all .3s;position:fixed;top:0;left:0;box-shadow:0 4px 30px #0000001a}.Navbar-module__cJzEcG__mobileToggle,.Navbar-module__cJzEcG__mobileMenu{display:none}.Navbar-module__cJzEcG__navbar.Navbar-module__cJzEcG__scrolled{background:#0b0c10e0;border-bottom:1px solid #ff003c2e;padding:1rem 0}.Navbar-module__cJzEcG__navContainer{z-index:1250;justify-content:space-between;align-items:center;gap:2rem;display:flex;position:relative}.Navbar-module__cJzEcG__logo{align-items:center;gap:12px;text-decoration:none;display:flex}.Navbar-module__cJzEcG__logoText{letter-spacing:-1px;text-transform:uppercase;font-size:1.95rem;font-weight:900}.Navbar-module__cJzEcG__logoText span{color:var(--accent-color)}.Navbar-module__cJzEcG__logoImageWrapper{z-index:1;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;display:flex;position:relative}.Navbar-module__cJzEcG__logoImageWrapper:before{content:"";background:conic-gradient(from 0deg, transparent, var(--accent-color), transparent 40%);z-index:-1;border-radius:50%;animation:2s linear infinite Navbar-module__cJzEcG__spin;position:absolute;inset:-3px}.Navbar-module__cJzEcG__logoImageWrapper:after{content:"";z-index:-2;border-radius:50%;animation:2s ease-in-out infinite alternate Navbar-module__cJzEcG__pulseGlow;position:absolute;inset:-3px;box-shadow:0 0 15px #ff003c80}@keyframes Navbar-module__cJzEcG__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes Navbar-module__cJzEcG__pulseGlow{0%{opacity:.5;box-shadow:0 0 10px #ff003c4d}to{opacity:1;box-shadow:0 0 25px #ff003ccc}}.Navbar-module__cJzEcG__logoImageInner{background-color:var(--bg-color);border:2px solid var(--bg-color);border-radius:50%;width:100%;height:100%;position:relative;overflow:hidden}.Navbar-module__cJzEcG__links{align-items:center;gap:2rem;display:flex}.Navbar-module__cJzEcG__link{letter-spacing:.02em;padding:.25rem 0;font-size:1rem;font-weight:600;transition:color .2s,transform .2s;position:relative}.Navbar-module__cJzEcG__link:after{content:"";background:var(--accent-color);width:0;height:2px;transition:width .3s cubic-bezier(.4,0,.2,1);position:absolute;bottom:-.35rem;left:50%;transform:translate(-50%)}.Navbar-module__cJzEcG__link:hover{color:#fff;text-shadow:0 0 12px #fff6}.Navbar-module__cJzEcG__link:hover:after,.Navbar-module__cJzEcG__active:after{width:100%}.Navbar-module__cJzEcG__actions{align-items:center;gap:1rem;display:flex}.Navbar-module__cJzEcG__attendanceBtn{color:var(--text-color);background:#ffffff0a;border:1px solid #ffffff1f;border-radius:999px;padding:.85rem 1.2rem;font-size:.95rem;font-weight:700;transition:all .25s}.Navbar-module__cJzEcG__attendanceBtn:hover{color:var(--accent-color);background:#ff003c14;border-color:#ff003c38}@media (max-width:900px){.Navbar-module__cJzEcG__navbar{padding:calc(.85rem + env(safe-area-inset-top,0px)) 0 .85rem;background:#0b0c10;border-bottom:1px solid #ff003c29;box-shadow:0 10px 30px #00000073}.Navbar-module__cJzEcG__navbar.Navbar-module__cJzEcG__scrolled{padding:calc(.7rem + env(safe-area-inset-top,0px)) 0 .7rem;background:#0b0c10}.Navbar-module__cJzEcG__links,.Navbar-module__cJzEcG__actions{display:none}.Navbar-module__cJzEcG__mobileToggle{cursor:pointer;z-index:1300;background:0 0;border:1px solid #ffffff1f;border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;margin-left:1rem;display:inline-flex;position:relative}.Navbar-module__cJzEcG__hamburger{background:#fff;width:22px;height:2px;transition:background .25s;display:block;position:relative}.Navbar-module__cJzEcG__hamburger:before,.Navbar-module__cJzEcG__hamburger:after{content:"";background:#fff;width:22px;height:2px;transition:transform .25s;position:absolute;left:0}.Navbar-module__cJzEcG__hamburger:before{top:-7px}.Navbar-module__cJzEcG__hamburger:after{top:7px}.Navbar-module__cJzEcG__openToggle .Navbar-module__cJzEcG__hamburger{background:0 0}.Navbar-module__cJzEcG__openToggle .Navbar-module__cJzEcG__hamburger:before{transform:translateY(7px)rotate(45deg)}.Navbar-module__cJzEcG__openToggle .Navbar-module__cJzEcG__hamburger:after{transform:translateY(-7px)rotate(-45deg)}.Navbar-module__cJzEcG__mobileMenu{pointer-events:none;z-index:1200;visibility:hidden;isolation:isolate;background:0 0;justify-content:flex-end;min-height:100dvh;display:flex;position:fixed;inset:0}.Navbar-module__cJzEcG__mobileMenu .Navbar-module__cJzEcG__mobileBackdrop{opacity:0;pointer-events:none;background:#0b0c10;transition:opacity .25s,visibility .25s;position:absolute;inset:0}.Navbar-module__cJzEcG__mobileMenu .Navbar-module__cJzEcG__mobileContent{width:100%;min-height:100dvh;padding:calc(7rem + env(safe-area-inset-top,0px)) 2rem calc(2rem + env(safe-area-inset-bottom,0px));opacity:0;pointer-events:none;z-index:1;background:#0b0c10;border:none;border-radius:0;flex-direction:column;justify-content:flex-start;align-items:center;transition:transform .3s,opacity .3s,visibility .3s;display:flex;position:relative;transform:translateY(-20px)}.Navbar-module__cJzEcG__mobileMenu.Navbar-module__cJzEcG__open{pointer-events:auto;visibility:visible;background:#0b0c10}.Navbar-module__cJzEcG__mobileMenu.Navbar-module__cJzEcG__open .Navbar-module__cJzEcG__mobileBackdrop{opacity:1;pointer-events:auto;visibility:visible}.Navbar-module__cJzEcG__mobileMenu.Navbar-module__cJzEcG__open .Navbar-module__cJzEcG__mobileContent{opacity:1;pointer-events:auto;visibility:visible;transform:translateY(0)}.Navbar-module__cJzEcG__mobileLinks{flex-direction:column;align-items:center;gap:1.25rem;width:100%;margin-bottom:3rem;display:flex}.Navbar-module__cJzEcG__mobileLink{color:var(--text-secondary);padding:.45rem;font-size:1.35rem;font-weight:700}.Navbar-module__cJzEcG__mobileLink:hover,.Navbar-module__cJzEcG__mobileLink.Navbar-module__cJzEcG__active{color:var(--accent-color)}.Navbar-module__cJzEcG__mobileActions{flex-direction:column;gap:1rem;width:100%;max-width:300px;margin:0 auto;display:flex}.Navbar-module__cJzEcG__mobileActions a,.Navbar-module__cJzEcG__mobileActions button{text-align:center;justify-content:center;width:100%}.Navbar-module__cJzEcG__mobileAttendance{color:var(--text-secondary);text-align:center;width:100%;font-weight:700}}.Navbar-module__cJzEcG__active{color:var(--accent-color);font-weight:700}@media (max-width:480px){.Navbar-module__cJzEcG__logo{gap:8px}.Navbar-module__cJzEcG__logoText{white-space:nowrap;font-size:1.4rem}.Navbar-module__cJzEcG__logoImageWrapper{width:36px;height:36px}}
.FloatingCheckIn-module__3bH57q__fab{background:var(--neon-red,#ff2a2a);color:#fff;z-index:50;border-radius:9999px;align-items:center;gap:.5rem;padding:.75rem 1.25rem;font-weight:600;text-decoration:none;transition:all .3s;animation:2s infinite FloatingCheckIn-module__3bH57q__pulseShadow;display:flex;position:fixed;bottom:2rem;right:2rem}.FloatingCheckIn-module__3bH57q__fab:hover{background:#ff4d4d;transform:translateY(-5px)}@keyframes FloatingCheckIn-module__3bH57q__pulseShadow{0%{box-shadow:0 0 #ff2a2ab3}70%{box-shadow:0 0 0 15px #ff2a2a00}to{box-shadow:0 0 #ff2a2a00}}.FloatingCheckIn-module__3bH57q__icon{justify-content:center;align-items:center;display:flex}.FloatingCheckIn-module__3bH57q__icon svg{width:20px;height:20px}@media (max-width:768px){.FloatingCheckIn-module__3bH57q__fab{padding:.75rem;bottom:1.5rem;right:1.5rem}.FloatingCheckIn-module__3bH57q__label{display:none}}
:root{--bg-color:#0b0c10;--text-color:#fff;--text-secondary:#c5c6c7;--accent-color:#ff003c;--accent-hover:#d90033;--card-bg:#ffffff0d;--card-border:#ffffff1a}*{box-sizing:border-box;margin:0;padding:0}html,body{background-color:var(--bg-color);max-width:100vw;color:var(--text-color);scroll-behavior:smooth;scroll-padding-top:100px;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.6;overflow-x:hidden}:focus-visible{outline:3px solid var(--accent-color);outline-offset:3px}a{color:inherit;text-decoration:none}.glass{background:var(--card-bg);-webkit-backdrop-filter:blur(16px);border:1px solid var(--card-border);border-radius:16px}.btn-primary{background-color:var(--accent-color);color:#0b0c10;cursor:pointer;border:none;border-radius:30px;padding:12px 28px;font-size:1.1rem;font-weight:700;transition:all .3s;display:inline-block;box-shadow:0 4px 15px #ff003c33}.btn-primary:hover{background-color:var(--accent-hover);transform:translateY(-2px);box-shadow:0 6px 20px #ff003c66}.btn-secondary{color:var(--accent-color);border:2px solid var(--accent-color);cursor:pointer;background-color:#0000;border-radius:30px;padding:12px 28px;font-size:1.1rem;font-weight:700;transition:all .3s;display:inline-block}.btn-secondary:hover{background-color:#ff003c1a;transform:translateY(-2px)}.container{max-width:1200px;margin:0 auto;padding:0 2rem}section{padding:6rem 0}.section-title{text-align:center;color:var(--text-color);margin-bottom:3rem;font-size:2.5rem;font-weight:800}.section-title span{color:var(--accent-color)}@media (max-width:768px){.container{padding:0 1rem}section{padding:4rem 0}.section-title{margin-bottom:2rem;font-size:2rem}.btn-primary,.btn-secondary{padding:10px 20px;font-size:1rem}}
