@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Poppins:wght@400;600;800&display=swap";.dna-container{display:flex;gap:1rem;height:480px;width:100%}.dna-card{position:relative;flex:1;border-radius:var(--radius-xl);background:var(--bg-main);border:1px solid var(--border);overflow:hidden;transition:flex .6s cubic-bezier(.25,1,.5,1),transform .6s cubic-bezier(.25,1,.5,1),box-shadow .6s ease;cursor:pointer;display:flex;flex-direction:column;align-items:center;justify-content:center;isolation:isolate;background-size:cover;background-position:center}.dna-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#2563ebf2,#4f46e5f2);opacity:0;transition:opacity .6s ease;z-index:-1}.dna-card:hover{flex:4;box-shadow:var(--shadow-hover);border-color:transparent;transform:translateY(-10px)}.dna-card:hover:before{opacity:1}.dna-letter{font-size:4.5rem;font-weight:900;color:var(--primary);transition:all .6s cubic-bezier(.25,1,.5,1);font-family:Poppins,sans-serif;text-shadow:0 4px 10px rgba(37,99,235,.1)}.dna-card:hover .dna-letter{color:#ffffff26;transform:scale(5) translateY(-5px);position:absolute;top:20%}.dna-content{opacity:0;transform:translateY(40px) scale(.95);transition:all .5s cubic-bezier(.25,1,.5,1);text-align:center;position:absolute;top:50%;left:50%;transform:translate(-50%,-10%);width:100%;padding:0 3rem;pointer-events:none;display:flex;flex-direction:column;align-items:center}.dna-card:hover .dna-content{opacity:1;transform:translate(-50%,-50%);transition-delay:.15s}.dna-icon{font-size:3.5rem;margin-bottom:1.2rem;filter:drop-shadow(0 4px 10px rgba(0,0,0,.3));transform:scale(0);transition:transform .6s cubic-bezier(.34,1.56,.64,1)}.dna-card:hover .dna-icon{transform:scale(1);transition-delay:.2s}.dna-word{color:#fff;font-size:2rem;font-weight:800;margin-bottom:1rem;text-shadow:0 2px 4px rgba(0,0,0,.3);letter-spacing:1px}.dna-desc{color:#ffffffe6;font-size:1.05rem;line-height:1.6;max-width:300px}@media(max-width:1024px){.dna-container{flex-direction:column;height:auto}.dna-card{min-height:150px;flex-direction:row;justify-content:flex-start;padding:0 2rem}.dna-card:hover{min-height:300px}.dna-letter{font-size:3rem}}:root{--bg-main: #F8FAFC;--bg-card: #FFFFFF;--primary: #2563EB;--primary-hover: #1D4ED8;--accent: #4F46E5;--highlight: #E0E7FF;--text-main: #1E293B;--text-muted: #64748B;--border: #E2E8F0;--grad-primary: linear-gradient(135deg, #2563EB 0%, #4F46E5 100%);--grad-light: linear-gradient(135deg, #E0E7FF 0%, #F8FAFC 100%);--shadow-sm: 0 1px 3px rgba(0, 0, 0, .1);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);--radius-md: 12px;--radius-lg: 16px;--transition: all .3s cubic-bezier(.4, 0, .2, 1)}*{margin:0;padding:0;box-sizing:border-box}@media(max-width:768px){.future .reveal{padding:3rem 1.5rem!important;border-radius:25px!important}.future h2{font-size:2rem!important;line-height:1.3!important;margin-bottom:1.5rem!important}.future .reveal>div>div{flex-direction:column!important;gap:1rem!important}.future .btn{width:100%!important;padding:1rem 1.5rem!important}}.hero{padding-top:.5!important}.hero-grid{padding-top:40px!important}@media(max-width:768px){.hero-grid{padding-top:10px!important}.about{padding-top:0!important}}@media(max-width:768px){.isnot .reveal{padding:2rem!important;border-radius:20px!important}.isnot h2{font-size:1.4rem!important;line-height:1.6!important}}body{font-family:Inter,sans-serif;background-color:var(--bg-main);color:var(--text-main);line-height:1.6;overflow-x:hidden;overflow-y:auto}::-webkit-scrollbar{width:10px;display:block!important}::-webkit-scrollbar-track{background:var(--bg-main)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:10px;border:2px solid var(--bg-main)}::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}h1,h2,h3,h4,h5,h6{font-family:Poppins,sans-serif;font-weight:600;color:var(--text-main)}.container{max-width:1280px;margin:0 auto;padding:0 2rem}nav{height:80px;display:flex;align-items:center;justify-content:space-between;padding:0 4rem;background:#fff;border-bottom:1px solid var(--border);position:sticky;top:0;z-index:1000;box-shadow:var(--shadow-sm)}.logo{font-family:Poppins,sans-serif;font-weight:800;font-size:1.5rem;color:var(--primary)}.btn{padding:.75rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;transition:var(--transition);text-decoration:none;font-family:Inter,sans-serif;display:inline-flex;align-items:center;gap:.5rem;border:none}.btn-primary{background:var(--primary);color:#fff}.btn-primary:hover{background:var(--primary-hover);transform:translateY(-2px);box-shadow:var(--shadow-md)}.btn-secondary{background:var(--highlight);color:var(--primary)}.btn-secondary:hover{background:#ccd7ff;transform:translateY(-2px)}.btn-outline{background:transparent;border:1px solid var(--border);color:var(--text-main)}.btn-outline:hover{border-color:var(--primary);color:var(--primary)}.hero{position:relative;width:100%;overflow:hidden;display:flex;align-items:center;background:#fff}.carousel-container{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.carousel-slide{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transition:opacity 1.5s ease-in-out;background-size:cover;background-position:center}.carousel-slide.active{opacity:1}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;z-index:2;background:linear-gradient(90deg,#fffffff2,#fffc 40%,#fff3)}.hero .container{position:relative;z-index:3}.section-title{text-align:center;margin-bottom:3rem}.section-title h2{font-size:2.5rem;margin-bottom:1rem;color:var(--text-main)}.section-title p{color:var(--text-muted);max-width:700px;margin:0 auto}.card{background:var(--bg-card);padding:2rem;border-radius:var(--radius-lg);border:1px solid var(--border);box-shadow:var(--shadow-md);transition:var(--transition)}.card:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg);border-color:var(--primary)}.grid{display:grid;gap:2rem}.grid-3{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.grid-4{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.grid-5{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.impact-item{text-align:center}.counter{font-size:2.5rem;font-weight:800;color:var(--primary);display:block}.cta-banner{background:var(--grad-primary);color:#fff;text-align:center;padding:4rem 2rem;border-radius:var(--radius-lg)}.cta-banner h2{color:#fff;margin-bottom:2rem}footer{background:#111827;color:#9ca3af;padding:5rem 0 2rem}.footer-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:2rem;margin-bottom:3rem}.footer-col h4{color:#fff;margin-bottom:1.5rem;font-size:1rem}.footer-col ul{list-style:none}.footer-col ul li{margin-bottom:.75rem}.footer-col ul li a{color:inherit;text-decoration:none;transition:var(--transition)}.footer-col ul li a:hover{color:#fff}.footer-bottom{border-top:1px solid #374151;padding-top:2rem;display:flex;justify-content:space-between;align-items:center;font-size:.875rem}@media(max-width:1024px){.footer-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.footer-grid{grid-template-columns:1fr 1fr}.footer-bottom{flex-direction:column;gap:1rem;text-align:center}nav{padding:0 2rem}}:root{--bg-main: #F8FAFC;--bg-card: #FFFFFF;--primary: #2563EB;--primary-dark: #1D4ED8;--accent: #4F46E5;--highlight: #E0E7FF;--lavender: #F0F4FF;--text-main: #0F172A;--text-muted: #475569;--border: #E2E8F0;--grad-primary: linear-gradient(135deg, #2563EB 0%, #4F46E5 100%);--grad-surface: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #F8FAFC 100%);--shadow-soft: 0 10px 40px -10px rgba(0, 0, 0, .05);--shadow-hover: 0 20px 50px -12px rgba(37, 99, 235, .15);--radius-xl: 24px}html{scroll-behavior:smooth;overflow-x:hidden}body{background-color:var(--bg-main);color:var(--text-main)}#network-line-svg{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:0;opacity:.15}.network-path{fill:none;stroke:var(--primary);stroke-width:3;stroke-dasharray:10000;stroke-dashoffset:10000;stroke-linecap:round;transition:stroke-dashoffset .1s linear;filter:drop-shadow(0 0 8px rgba(37,99,235,.3))}.network-pulse-node{fill:var(--primary);filter:drop-shadow(0 0 12px var(--primary));transition:transform .1s linear;animation:nodePulse 2s infinite ease-in-out}@keyframes nodePulse{0%,to{r:8;opacity:1;filter:drop-shadow(0 0 12px var(--primary))}50%{r:12;opacity:.7;filter:drop-shadow(0 0 20px var(--primary))}}h1{font-size:clamp(3rem,8vw,5rem);font-weight:800;letter-spacing:-.02em}h2{font-size:clamp(2rem,5vw,3.5rem);font-weight:700;margin-bottom:1.5rem}h3{font-size:1.5rem;font-weight:600;margin-bottom:1rem}section{position:relative;z-index:1;padding:12rem 0}.hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;min-height:70vh;padding:80px 0 40px}.hero-visual-container{position:relative;display:flex;justify-content:center;align-items:center}.hero-glow-main{position:absolute;width:140%;height:140%;background:radial-gradient(circle,rgba(37,99,235,.1) 0%,transparent 70%);z-index:-1}.hero-status-card{position:absolute;padding:1.5rem 2rem;background:#fffc;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.3);border-radius:20px;box-shadow:var(--shadow-soft);display:flex;align-items:center;gap:1rem;z-index:5;animation:floatCard 6s ease-in-out infinite}@keyframes floatCard{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}.hero-main-title{font-size:clamp(2.5rem,5vw,3.8rem)!important;line-height:1.1!important;margin-bottom:1rem!important}.section-tag{display:inline-block;padding:.6rem 1.2rem;background:var(--lavender);color:var(--primary);border-radius:100px;font-weight:700;font-size:.8rem;text-transform:uppercase;letter-spacing:.1em;margin-bottom:2rem}.offering-card{background:var(--bg-card);padding:3rem;border-radius:var(--radius-xl);border:1px solid var(--border);box-shadow:var(--shadow-soft);transition:transform .8s cubic-bezier(.16,1,.3,1),box-shadow .8s cubic-bezier(.16,1,.3,1),border-color .4s ease;will-change:transform,opacity}.offering-card:hover{transform:translateY(-20px) scale(1.02) rotate(1deg);box-shadow:var(--shadow-hover);border-color:var(--primary)}.offering-icon{width:60px;height:60px;background:var(--highlight);border-radius:16px;display:flex;align-items:center;justify-content:center;font-size:1.8rem;margin-bottom:2rem;color:var(--primary)}.feature-list{list-style:none;margin-top:1.5rem}.feature-list li{padding:.8rem 0;border-bottom:1px solid #f1f5f9;font-size:.95rem;color:var(--text-muted);display:flex;align-items:center;gap:.8rem}.feature-list li:before{content:"•";color:var(--primary);font-weight:800}.reveal{opacity:0;transform:translateY(60px) scale(.95) rotate(-1deg);transition:all 1.4s cubic-bezier(.2,1,.3,1);will-change:transform,opacity}.reveal.active{opacity:1;transform:translateY(0) scale(1) rotate(0)}.stagger-1{transition-delay:.2s}.stagger-2{transition-delay:.4s}.stagger-3{transition-delay:.6s}.floating-icon{animation:floatingIcon 4s ease-in-out infinite}@keyframes floatingIcon{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-10px) rotate(5deg)}}.parallax-shape{transition:transform .2s cubic-bezier(.2,0,.2,1)}.btn{position:relative;overflow:hidden;transition:all .4s cubic-bezier(.16,1,.3,1)}.btn:active{transform:scale(.95)}.counter{display:inline-block;transition:transform .5s cubic-bezier(.16,1,.3,1)}.counter:hover{transform:scale(1.1);color:var(--accent)}.bg-shape{position:absolute;filter:blur(80px);z-index:-1;border-radius:50%;mix-blend-mode:multiply;opacity:.6;animation:bgMove 25s infinite alternate ease-in-out}@keyframes bgMove{0%{transform:translate(0) scale(1) rotate(0)}50%{transform:translate(150px,80px) scale(1.3) rotate(90deg)}to{transform:translate(-50px,120px) scale(1.1) rotate(180deg)}}section:before{content:"";position:absolute;top:0;left:50%;width:1px;height:80px;background:linear-gradient(to bottom,var(--primary),transparent);opacity:.2}.creative-slideshow{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:40px;overflow:hidden;z-index:1}.slide-img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;opacity:0;transform:scale(1);transition:opacity 2s ease-in-out,transform 10s linear}.slide-img.active{opacity:1;transform:scale(1.15)}.slideshow-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#2563eb66,#0f172ab3);z-index:2;mix-blend-mode:overlay}.slideshow-content{position:relative;z-index:3;height:100%;display:flex;align-items:center;justify-content:center;padding:4rem}.footer-nav-h{color:#fff;font-weight:700;margin-bottom:2rem;font-size:1.1rem}.footer-link{color:#94a3b8;text-decoration:none;transition:color .3s;display:block;margin-bottom:.8rem}.footer-link:hover{color:#fff}.glass-nav{background:#fffc!important;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid rgba(0,0,0,.05)}.dashboard-container{min-height:100vh;background:var(--bg-main)}.dashboard-container nav{background:#fff;border-bottom:1px solid var(--border);padding:1rem 5%;display:flex;justify-content:space-between;align-items:center;position:sticky;top:0;z-index:100;box-shadow:0 2px 10px #00000005}.dashboard-container .container{max-width:1200px;margin:0 auto;padding:2rem}.dashboard-card{background:#fff;border:1px solid var(--border);border-radius:20px;padding:2rem;box-shadow:var(--shadow-soft);transition:transform .3s ease,box-shadow .3s ease}.dashboard-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-medium)}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.dashboard-reveal{animation:fadeIn .6s cubic-bezier(.2,.8,.2,1) forwards}.auth-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:var(--bg-main);padding:2rem}.auth-wrapper{display:grid;grid-template-columns:1fr 1fr;max-width:1100px;width:100%;min-height:700px;background:var(--card-bg);border:1px solid var(--border);border-radius:24px;overflow:hidden;box-shadow:0 25px 50px -12px #00000080}.auth-image{background:radial-gradient(circle,#fff,#e2e8f0);position:relative;display:flex;align-items:center;justify-content:center;padding:2rem}.auth-overlay{background:#0a0b1eb3;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:2rem;border-radius:16px;border:1px solid rgba(255,255,255,.1);color:#fff}.auth-overlay h2{font-size:1.8rem;margin-bottom:.5rem;background:linear-gradient(135deg,#fff,#a5b4fc);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.auth-content{padding:4rem;display:flex;flex-direction:column}.auth-header{margin-bottom:2rem}.auth-header h1{font-size:2.2rem;margin-bottom:.5rem}.auth-header p{color:var(--text-muted)}.role-selector{display:flex;gap:.5rem;background:#ffffff0d;padding:.3rem;border-radius:12px;margin-bottom:2rem}.role-tab{flex:1;padding:.6rem;border:none;background:transparent;color:var(--text-muted);font-weight:600;cursor:pointer;border-radius:8px;transition:all .3s ease}.role-tab.active{background:var(--primary);color:#fff;box-shadow:0 4px 12px #6366f14d}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.2rem;margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.4rem;font-size:.8rem;font-weight:600;color:var(--text-muted)}.form-group input,.form-group select{width:100%;padding:.7rem;background:#ffffff08;border:1px solid var(--border);border-radius:10px;color:var(--text-main);font-family:inherit;transition:all .3s ease}.form-group input:focus,.form-group select:focus{outline:none;border-color:var(--primary);background:#ffffff0d;box-shadow:0 0 0 3px #6366f126}.auth-btn{width:100%;padding:1rem;font-size:1rem;font-weight:700;margin-top:1rem}.auth-footer{margin-top:auto;text-align:center;padding-top:2rem}.auth-footer a{color:var(--primary);text-decoration:none;font-weight:600}@media(max-width:900px){.auth-wrapper{grid-template-columns:1fr}.auth-image{display:none}.auth-content{padding:2rem}.form-grid{grid-template-columns:1fr}}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#0f172a99;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);z-index:2000;display:flex;align-items:center;justify-content:center;opacity:0;pointer-events:none;transition:opacity .3s ease}.modal-overlay.active{opacity:1;pointer-events:auto}.modal-content{background:#fff;padding:2.5rem;border-radius:24px;width:90%;max-width:600px;max-height:90vh;overflow-y:auto;position:relative;box-shadow:0 25px 50px -12px #00000040;transform:translateY(20px) scale(.95);transition:all .4s cubic-bezier(.16,1,.3,1);border:1px solid rgba(255,255,255,.5)}.modal-overlay.active .modal-content{transform:translateY(0) scale(1)}.modal-close{position:absolute;top:1.5rem;right:1.5rem;background:var(--bg-main);border:none;width:36px;height:36px;border-radius:50%;font-size:1.5rem;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--text-muted);transition:all .2s ease}.modal-close:hover{background:var(--highlight);color:var(--primary);transform:rotate(90deg)}.modal-header{margin-bottom:2rem;border-bottom:1px solid var(--border);padding-bottom:1rem}.modal-header h2{font-size:1.5rem;color:var(--text-main);margin:0}.modal-body{display:flex;flex-direction:column;gap:1.5rem}.modal-content input,.modal-content select,.modal-content textarea{width:100%;padding:.875rem 1rem;background:var(--bg-main);border:1px solid var(--border);border-radius:12px;color:var(--text-main);font-family:inherit;font-size:.95rem;transition:all .2s ease}.modal-content input:focus,.modal-content select:focus,.modal-content textarea:focus{outline:none;border-color:var(--primary);background:#fff;box-shadow:0 0 0 4px var(--highlight)}.modal-content label{display:block;margin-bottom:.5rem;font-size:.85rem;font-weight:600;color:var(--text-muted);letter-spacing:.01em}.file-upload-wrapper{border:2px dashed var(--border);border-radius:12px;padding:1.5rem;text-align:center;transition:all .2s ease;background:var(--bg-main);cursor:pointer}.file-upload-wrapper:hover{border-color:var(--primary);background:var(--highlight)}.student-dashboard{font-family:Inter,system-ui,-apple-system,sans-serif}.student-nav{background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none}.profile-pill{display:flex;align-items:center;gap:.8rem;background:#ffffff26;padding:.5rem 1rem;border-radius:50px;cursor:pointer;transition:all .3s ease;border:1px solid rgba(255,255,255,.2)}.profile-pill:hover{background:#ffffff40}.avatar-small{width:28px;height:28px;background:#fff;color:var(--primary);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:800}.user-name-white{font-size:.9rem;font-weight:600;color:#fff}.logout-btn-minimal{background:transparent;border:none;color:#fffc;font-size:.85rem;font-weight:600;cursor:pointer;transition:color .2s}.logout-btn-minimal:hover{color:#fff}.student-hero{display:flex;justify-content:space-between;align-items:center;gap:4rem;margin-top:3rem;color:#fff}.hero-text{flex:1}.greeting-tag{font-size:.75rem;font-weight:800;letter-spacing:.15em;background:#ffffff26;padding:.5rem 1rem;border-radius:50px;display:inline-block;margin-bottom:1.5rem}.student-hero h1{font-size:3.5rem;line-height:1.1;margin-bottom:1rem;font-weight:800}.student-hero p{font-size:1.25rem;opacity:.9;max-width:500px}.hero-stats-grid{display:grid;grid-template-columns:repeat(3,160px);gap:1rem}.stat-card{background:#fff;padding:1.5rem;border-radius:24px;box-shadow:0 20px 25px -5px #0000001a;text-align:center;color:var(--text-main);transition:transform .3s ease}.stat-card:hover{transform:translateY(-5px)}.stat-icon{width:40px;height:40px;border-radius:12px;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;font-size:1.2rem}.stat-value{font-size:1.5rem;font-weight:800;margin-bottom:.2rem}.stat-label{font-size:.75rem;font-weight:600;color:var(--text-muted);text-transform:uppercase;margin-bottom:1rem}.stat-progress-bar{width:100%;height:6px;background:#f1f5f9;border-radius:10px;overflow:hidden}.stat-progress-bar div{height:100%;background:var(--primary);border-radius:10px}.stat-desc{font-size:.7rem;color:var(--text-muted)}.filter-chip{padding:.6rem 1.2rem;background:#fff;border:1px solid var(--border);border-radius:50px;font-size:.85rem;font-weight:600;color:var(--text-muted);cursor:pointer;transition:all .2s}.filter-chip.active{background:var(--primary);color:#fff;border-color:var(--primary)}.student-events-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem}.student-event-card{background:#fff;border-radius:24px;overflow:hidden;box-shadow:0 4px 6px -1px #0000000d;border:1px solid var(--border);transition:all .3s cubic-bezier(.4,0,.2,1);cursor:pointer;display:flex;flex-direction:column}.student-event-card:hover{transform:translateY(-8px);box-shadow:0 20px 25px -5px #0000001a;border-color:var(--primary)}.card-image-wrapper{height:200px;position:relative;overflow:hidden}.card-image-wrapper img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.student-event-card:hover .card-image-wrapper img{transform:scale(1.05)}.status-badge{position:absolute;top:1rem;right:1rem;padding:.4rem .8rem;border-radius:50px;font-size:.7rem;font-weight:700;text-transform:uppercase;color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.status-badge.open{background:#10b981cc}.status-badge.closed{background:#ef4444cc}.registered-badge{position:absolute;top:1rem;left:1rem;padding:.4rem .8rem;background:#fff;color:var(--primary);border-radius:50px;font-size:.7rem;font-weight:800;box-shadow:0 4px 10px #0000001a}.category-tag{position:absolute;bottom:0;left:0;padding:.5rem 1.2rem;background:#fff;color:var(--primary);font-size:.75rem;font-weight:800;border-top-right-radius:12px}.card-content{padding:1.5rem;flex:1;display:flex;flex-direction:column}.card-content h4{font-size:1.25rem;font-weight:800;color:#1e293b;margin-bottom:.5rem;line-height:1.3}.card-meta{display:flex;gap:1rem;margin-bottom:1rem}.card-meta span{font-size:.75rem;color:var(--text-muted);font-weight:600}.card-content p{font-size:.9rem;color:var(--text-muted);line-height:1.6;margin-bottom:1.5rem;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;flex:1}.registered-badge{position:absolute;top:1rem;left:1rem;background:#10b981;color:#fff;padding:.5rem 1rem;border-radius:50px;font-size:.75rem;font-weight:800;box-shadow:0 4px 6px -1px #0000001a}.action-btn{width:100%;padding:.8rem;border-radius:12px;font-size:.9rem;font-weight:700;cursor:pointer;transition:all .2s;border:none}.action-btn.primary{background:var(--primary);color:#fff}.action-btn.primary:hover{background:#1d4ed8}.action-btn.secondary{background:#f1f5f9;color:var(--text-muted)}.glass-section{background:#fff;border-radius:24px;padding:2rem;border:1px solid var(--border)}.section-title-small{font-size:1rem;font-weight:800;margin-bottom:1.5rem;color:#1e293b;text-transform:uppercase;letter-spacing:.05em}.activity-feed{display:flex;flex-direction:column;gap:1rem}.activity-item{display:flex;align-items:center;gap:1rem;padding:1rem;background:#f8fafc;border-radius:16px;border:1px solid transparent;transition:all .2s}.activity-item:hover{background:#fff;border-color:var(--highlight);transform:translate(5px)}.activity-icon{width:40px;height:40px;background:#fff;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.2rem;box-shadow:0 2px 4px #0000000d}.activity-info{flex:1}.activity-title{font-size:.85rem;font-weight:700;color:#1e293b;margin-bottom:.1rem}.activity-date{font-size:.75rem;color:var(--text-muted)}.activity-status{font-size:.7rem;font-weight:800;text-transform:uppercase}.status-active{background:#ecfdf5;color:#10b981;padding:.3rem .8rem;border-radius:50px}.status-pending{background:#fffbeb;color:#d97706;padding:.3rem .8rem;border-radius:50px}.achievement-card{background:var(--primary);color:#fff;padding:2.5rem;border-radius:24px;text-align:center;position:relative;overflow:hidden}.achievement-card *{position:relative;z-index:2}.achievement-card:after{content:"";position:absolute;top:-20%;right:-20%;width:150px;height:150px;background:#ffffff1a;border-radius:50%;z-index:1}.achievement-card h4{font-size:1.25rem;margin-bottom:.5rem;font-weight:800}.tip-card{background:#fffbeb;padding:1.5rem;border-radius:24px;border:1px solid #FEF3C7}@keyframes pulse{0%{transform:scale(1);opacity:.1}50%{transform:scale(1.1);opacity:.15}to{transform:scale(1);opacity:.1}}.bg-pulse{animation:pulse 8s infinite ease-in-out}@media(max-width:1024px){.hero-grid{grid-template-columns:1fr!important;gap:3rem}.hero-content{text-align:center;margin:0 auto}.hero-content p{margin-left:auto;margin-right:auto}.hero-content>div:last-child{justify-content:center}.hero-visual-container{display:flex;justify-content:center}}@media(max-width:768px){.container{border:red}.hero-main-title{font-size:2rem!important;line-height:1.2}.section-tag{font-size:.85rem}.hero-content p{font-size:1rem!important}.hero-status-card{transform:scale(.9)}.hero-status-card[style*=left]{left:0!important}.hero-status-card[style*=right]{right:0!important}.hero-visual-container>div:last-child{min-width:100%!important;border-radius:30px!important}}@media(max-width:480px){.container{border:red}.hero-main-title{font-size:1.7rem!important}.hero-content{padding:0 1rem}.hero-content>div:last-child{flex-direction:column;width:100%}.hero-content>div:last-child button{width:100%}.hero-status-card{display:none}}@media(max-width:768px){nav{height:70px!important}.logo img{height:50px!important}.logo span{font-size:1.2rem!important}.mobile-menu-btn{display:block;font-size:1.8rem;cursor:pointer;color:var(--primary)}.nav-links{position:absolute!important;top:70px;left:0;width:100%;background:#fff;flex-direction:column!important;gap:1.5rem!important;padding:2rem 0;display:none!important;box-shadow:0 10px 30px #00000014}.nav-links.active{display:flex!important}.nav-links a,.nav-links button{width:80%;text-align:center}}@media(min-width:769px){.mobile-menu-btn{display:none}}#top-header{display:flex;align-items:center;justify-content:space-around;padding:7px 8%;width:100%;position:fixed;top:0;z-index:1001;background:#fffffff2;box-shadow:0 1px 4px #00000014;box-sizing:border-box}.header-logo-row{display:contents}.header-logo-left img,.header-logo-right img{height:85px;width:auto;display:block}.header-text{display:flex;flex-direction:column;align-items:center;text-align:center;font-family:Poppins,sans-serif;color:#000;font-weight:600}.header-subtitle{font-size:1rem}.header-title{font-size:2rem}@media(max-width:1024px){.header-logo-left img,.header-logo-right img{height:65px}.header-title{font-size:1.5rem}.header-subtitle{font-size:.85rem}}@media(max-width:768px){#top-header{flex-direction:column;padding:10px 4%;gap:8px}.header-logo-row{display:flex;flex-direction:row;justify-content:space-between;align-items:center;width:100%}.header-logo-left img,.header-logo-right img{height:70px}.header-text{width:100%;order:2}.header-title{font-size:1.5rem}.header-subtitle{font-size:.75rem}}@media(max-width:480px){.header-logo-left img,.header-logo-right img{height:68px;margin-bottom:8px}.header-title{margin-top:2px;font-size:.9rem}.header-subtitle{font-size:.65rem}}@media(min-width:481px)and (max-width:1024px){.footer-conatiner>div:first-child{grid-template-columns:1fr 1fr 1fr!important;gap:2rem!important;margin-bottom:3rem!important}.footer-conatiner>div:first-child>div:first-child{grid-column:1 / -1!important}.footer-conatiner>div:last-child{flex-direction:column!important;align-items:flex-start!important;gap:1rem!important}.footer-conatiner>div:last-child>div{flex-direction:column!important;align-items:flex-start!important;gap:.5rem!important}}@media(max-width:480px){.hero-header{margin-left:70px}.footer-conatiner>div:first-child{grid-template-columns:1fr 1fr!important;gap:1.5rem!important;margin-bottom:2rem!important}.footer-conatiner>div:first-child>div:first-child{grid-column:1 / -1!important}.footer-conatiner>div:last-child{flex-direction:column!important;align-items:flex-start!important;gap:.8rem!important;padding-top:1.5rem!important}.footer-conatiner>div:last-child>div{flex-direction:column!important;align-items:flex-start!important;gap:.5rem!important}}@media(max-width:1024px){.grid-3{grid-template-columns:1fr 1fr!important}}@media(max-width:768px){nav{flex-direction:column!important;align-items:flex-start!important;gap:.75rem!important;padding:1rem 4%!important}nav>div:last-child{display:flex!important;flex-direction:row!important;flex-wrap:wrap!important;gap:.6rem!important;width:100%!important;align-items:center!important}nav>div:last-child span{flex:1 1 auto!important;font-size:.78rem!important;padding:.45rem .9rem!important}nav>div:last-child button{flex-shrink:0!important}header{flex-direction:column!important;align-items:flex-start!important;gap:1.2rem!important;margin-top:1.2rem!important;margin-bottom:2rem!important}header h1{font-size:2.2rem!important}header>div:last-child{width:100%!important}header>div:last-child button{width:100%!important}.grid-3{grid-template-columns:1fr!important}div[style*="display: flex; justify-content: space-between; align-items: flex-end"]{flex-direction:column!important;align-items:flex-start!important;gap:1rem!important}div[style*="display: flex; gap: 1rem; align-items: center"]{flex-direction:column!important;width:100%!important;gap:.75rem!important}div[style*="display: flex; gap: 1rem; align-items: center"] button,div[style*="display: flex; gap: 1rem; align-items: center"] span{width:100%!important;text-align:center!important;box-sizing:border-box!important}div[style*="grid-template-columns: repeat(auto-fill, minmax(450px, 1fr))"]{grid-template-columns:1fr!important}.event-card{flex-direction:column!important;align-items:stretch!important;gap:0!important;padding:0!important;overflow:hidden!important;border-radius:24px!important}.event-card__left{flex-direction:column!important;align-items:stretch!important;gap:0!important;width:100%!important}.event-card__thumb{width:100%!important;height:220px!important;min-height:220px!important;max-width:100%!important;border-radius:0!important;border:none!important;padding:0!important;margin:0!important;background:#e2e8f0!important;box-sizing:border-box!important;display:block!important;overflow:hidden!important}.event-card__thumb img{display:block!important;width:100%!important;height:100%!important;min-height:220px!important;object-fit:cover!important;border-radius:0!important;padding:0!important}.event-card__thumb+div{padding:1.2rem 1.4rem .8rem!important}.event-card__stats{width:100%!important;min-width:unset!important;box-sizing:border-box!important;border-radius:0!important;border-top:1px solid #F1F5F9!important;border-left:none!important;border-right:none!important;border-bottom:none!important;padding:1rem 1.4rem!important;display:flex!important;align-items:center!important;gap:.8rem!important;text-align:left!important;margin-top:0!important}.event-card__stats>div:first-child{font-size:2rem!important;line-height:1!important}.event-card__stats>div:last-child{font-size:.8rem!important}.modal-content{padding:1.5rem!important;border-radius:20px!important;margin:1rem!important;max-width:calc(100vw - 2rem)!important}.modal-content form{grid-template-columns:1fr!important}.modal-content form .form-group[style*="grid-column: 1/-1"],.modal-content form button[type=submit]{grid-column:1!important}.modal-content h2{font-size:1.5rem!important}.container{padding-left:4%!important;padding-right:4%!important}div[style*="background: white; border-radius: 32px; padding: 3rem"]{padding:1.5rem!important;border-radius:20px!important}div[style*="clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%)"]{clip-path:none!important;height:300px!important}}@media(max-width:480px){nav{flex-direction:column!important;align-items:flex-start!important;gap:.75rem!important;padding:1rem 4%!important}header{flex-direction:column!important;align-items:flex-start!important;gap:2.2rem!important;margin-top:3.2rem!important;margin-bottom:2rem!important}header h1{font-size:2.2rem!important}header>div:last-child{width:100%!important}header>div:last-child button{width:100%!important}nav>div:last-child{display:flex!important;flex-direction:row!important;flex-wrap:wrap!important;gap:.6rem!important;width:100%!important;align-items:center!important}nav>div:last-child span{flex:1 1 auto!important;font-size:.78rem!important;padding:.45rem .9rem!important}nav>div:last-child button{flex-shrink:0!important}.increaseme{height:50px}.event-card__thumb .event-card__thumb img{display:block!important;width:100%!important;height:100%!important;min-height:220px!important;object-fit:cover!important;border-radius:0!important;padding:0!important}.event-card__thumb .logo span{font-size:1.1rem!important}.event-card__thumb header h1{font-size:1.8rem!important}.event-card__thumb .dashboard-card>div[style*="font-size: 3.5rem"]{font-size:2.5rem!important}.event-card__thumb div[style*="width: 100px; height: 100px; border-radius: 20px"]{width:56px!important;height:56px!important}.event-card__thumb div[style*="font-weight: 800; color: #1E293B; font-size: 1.4rem"]{font-size:1.1rem!important}}@media(min-width:481px)and (max-width:1024px){.greeting-tag{display:none}div[style*="grid-template-columns: 1fr 380px"]{grid-template-columns:1fr!important;gap:2rem!important}aside[style*="display: flex; flex-direction: column"]{display:grid!important;grid-template-columns:1fr 1fr!important;gap:1.5rem!important}.student-hero{flex-direction:column!important;gap:1.2rem!important;margin-top:4.5rem!important}.student-events-grid{grid-template-columns:1fr 1fr!important}.student-nav{padding:1.2rem 4%!important}.student-header{display:flex!important;flex-direction:row!important;justify-content:space-between!important;align-items:center!important;gap:.75rem!important}.profile-pill{margin-top:8px;flex:.5!important;min-width:0!important}.user-name-white{overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;max-width:160px!important}.logout-btn-minimal{flex-shrink:0!important;white-space:nowrap!important}.sort-select-premium{width:auto!important}}@media(max-width:480px){.greeting-tag{display:none}.student-nav{flex-direction:column!important;align-items:flex-start!important;gap:.5rem!important;padding:1rem 4%!important}.student-header{width:100%!important;display:flex!important;flex-direction:row!important;justify-content:space-between!important;align-items:center!important;margin-top:9px!important;gap:.75rem!important}.profile-pill{margin-top:7px;flex:.5!important;min-width:0!important;justify-content:flex-start!important}.user-name-white{overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;max-width:140px!important}.logout-btn-minimal{flex-shrink:0!important;white-space:nowrap!important}div[style*="clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%)"]{clip-path:none!important;height:260px!important}.student-hero{flex-direction:column!important;gap:1.2rem!important;margin-top:4.5rem!important}.student-container{margin-top:12px!important}.student-hero h1{font-size:1.7rem!important;line-height:1.2!important}.student-hero p{font-size:.9rem!important}.greeting-tag{font-size:.65rem!important}.hero-stats-grid{display:flex!important;gap:.75rem!important;width:100%!important}.stat-card{flex:1!important;min-width:0!important;padding:1rem!important}.stat-value{font-size:1.8rem!important}div[style*="grid-template-columns: 1fr 380px"]{grid-template-columns:1fr!important;gap:1.5rem!important;margin-top:2rem!important}div[style*="display: flex; justify-content: space-between; align-items: center; margin-bottom: 2rem"]{flex-direction:column!important;align-items:flex-start!important;gap:.75rem!important}.sort-select-premium{width:100%!important}.student-events-grid{grid-template-columns:1fr!important;gap:1rem!important}aside[style*="display: flex; flex-direction: column"]{flex-direction:column!important;gap:1.2rem!important}.glass-section{padding:1.2rem!important;border-radius:16px!important}div[style*="display: flex; gap: 0.5rem"]{flex-direction:column!important}div[style*="display: flex; gap: 0.5rem"] button{width:100%!important}.activity-item{padding:1rem!important}h2[style*="font-size: 1.8rem"]{font-size:1.3rem!important}.container{padding-left:4%!important;padding-right:4%!important;padding-bottom:3rem!important}.modal-content{padding:1.2rem!important;margin:1rem!important;max-width:calc(100vw - 2rem)!important;border-radius:16px!important}}
