@import "https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&family=Outfit:wght@400;500;600;700;800&display=swap";:root{--primary-blue:#102a4d;--royal-blue:#1d4ed8;--sapphire-blue:#2563eb;--deep-navy:#091728;--accent-maroon:#102a4d;--accent-crimson:#1e40af;--accent-dark-orange:#2563eb;--accent-amber:#f59e0b;--accent-yellow:#fde047;--accent-gold:#eab308;--pure-black:#0f172a;--text-dark:#1e293b;--white:#fff;--off-white:#f8fafc;--text-muted:#64748b;--border-color:#e2e8f0;--font-display:"Outfit", "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-body:"Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--transition-normal:all .3s cubic-bezier(.4, 0, .2, 1);--shadow-sm:0 2px 4px #0f27440a;--shadow-md:0 4px 12px #0f274414;--shadow-lg:0 12px 28px #0f27441f}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-body);color:var(--text-dark);background-color:var(--white);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.65;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);color:#0f172a;letter-spacing:-.015em;margin-bottom:.75rem;font-weight:700;line-height:1.25}p{color:var(--text-muted);margin-bottom:1rem}a{color:inherit;transition:var(--transition-normal);text-decoration:none}ul{list-style:none}button{cursor:pointer;font-family:var(--font-body);border:none;outline:none}img{max-width:100%;height:auto;display:block}.container{width:100%;max-width:1400px;margin:0 auto;padding:0 40px}.section-padding{padding:5rem 0}.text-center{text-align:center}.btn-primary{background:linear-gradient(135deg, var(--accent-maroon) 0%, var(--accent-dark-orange) 100%);color:var(--white);transition:var(--transition-normal);font-weight:600;font-family:var(--font-body);border:1px solid #ffffff26;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.6rem;display:inline-flex;box-shadow:0 4px 12px #8b1e1e40}.btn-primary:hover{background:linear-gradient(135deg, #6b1414 0%, var(--accent-maroon) 100%);color:var(--white);transform:translateY(-2px);box-shadow:0 6px 16px #8b1e1e59}.btn-secondary{color:var(--primary-blue);border:2px solid var(--primary-blue);transition:var(--transition-normal);font-weight:600;font-family:var(--font-body);background-color:#0000;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.5rem;display:inline-flex}.btn-secondary:hover{background-color:var(--primary-blue);color:var(--white);box-shadow:var(--shadow-md);transform:translateY(-2px)}.section-heading{margin-bottom:1rem;padding-bottom:.5rem;font-size:2.3rem;display:inline-block;position:relative}.section-heading:after{content:"";background:linear-gradient(90deg, var(--accent-maroon) 0%, var(--accent-dark-orange) 100%);border-radius:2px;width:60px;height:4px;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.section-heading.left:after{left:0;transform:none}.grid-2{grid-template-columns:repeat(2,1fr);gap:2rem;display:grid}.grid-3{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.grid-4{grid-template-columns:repeat(4,1fr);gap:2rem;display:grid}@media (width<=992px){.grid-3,.grid-4{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.container{padding:0 24px}.grid-2,.grid-3,.grid-4{grid-template-columns:1fr;gap:1.5rem}.section-heading{font-size:1.9rem}.section-padding{padding:3.5rem 0}}@media (width<=480px){.container{padding:0 20px}.section-heading{font-size:1.65rem}}.top-bar{background-color:var(--deep-navy);color:var(--white);align-items:center;height:34px;font-size:.85rem;display:flex}.top-bar-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;display:flex}@media (width<=576px){.top-bar{height:auto;padding:.5rem 0}.top-bar-inner{justify-content:center;gap:.5rem}}.top-bar-left,.top-bar-right{align-items:center;gap:1.5rem;display:flex}.top-bar-item{align-items:center;gap:.5rem;display:flex}.social-icons{gap:1rem;display:flex}.social-icons a{opacity:.8;justify-content:center;align-items:center;display:flex}.social-icons a:hover{opacity:1;color:var(--accent-yellow)}.header{z-index:1000;background-color:#fff;border-bottom:1px solid #e2e8f0;width:100%;transition:all .3s cubic-bezier(.4,0,.2,1);position:sticky;top:0;left:0;box-shadow:0 2px 14px #0f27440f}.header.scrolled{-webkit-backdrop-filter:blur(14px);background-color:#fffffff7;border-bottom:1px solid #cbd5e1;box-shadow:0 4px 20px #0f27441a}.header-inner{justify-content:space-between;align-items:center;height:80px;transition:height .3s;display:flex}.header.scrolled .header-inner{height:70px}.logo-container{align-items:center;gap:1rem;transition:transform .2s;display:flex}.logo-container:hover{transform:scale(1.02)}.actual-logo{object-fit:contain;filter:drop-shadow(0 2px 6px #0000000f);width:190px;height:auto}@media (width<=1024px){.actual-logo{width:155px}}@media (width<=768px){.actual-logo{width:135px}.header-inner{height:70px}.header.scrolled .header-inner{height:64px}}@media (width<=576px){.actual-logo{width:120px}}.desktop-nav{align-items:center;gap:1.8rem;display:flex}.nav-list{align-items:center;gap:1.5rem;display:flex}.nav-link{font-family:var(--font-body);color:#1e293b;letter-spacing:-.01em;padding:.5rem .2rem;font-size:.95rem;font-weight:600;transition:color .2s;position:relative}.nav-link:after{content:"";background:linear-gradient(90deg,#1d4ed8 0%,#3b82f6 100%);border-radius:2px;width:0;height:2.5px;transition:width .25s cubic-bezier(.4,0,.2,1);position:absolute;bottom:-4px;left:0}.nav-link:hover{color:#1d4ed8}.nav-link:hover:after,.nav-link.active:after{width:100%}.nav-link.active{color:#1d4ed8;font-weight:700}.login-btn-portal{color:#fff;background:linear-gradient(135deg,#102a4d 0%,#1d4ed8 50%,#2563eb 100%);border:1px solid #ffffff40;border-radius:50px;align-items:center;gap:.5rem;padding:.65rem 1.35rem;font-size:.88rem;font-weight:600;transition:all .25s;display:inline-flex;position:relative;overflow:hidden;box-shadow:0 4px 14px #1d4ed847}.login-btn-portal:hover{color:#fff;background:linear-gradient(135deg,#091728 0%,#1e40af 100%);transform:translateY(-2px);box-shadow:0 6px 18px #1d4ed861}.live-pulse-portal{background-color:#10b981;border-radius:50%;width:8px;height:8px;animation:1.8s cubic-bezier(.66,0,0,1) infinite pulseGreen;box-shadow:0 0 #10b981b3}@keyframes pulseGreen{0%{box-shadow:0 0 #10b981b3}70%{box-shadow:0 0 0 8px #10b98100}to{box-shadow:0 0 #10b98100}}.mobile-menu-toggle{color:#0f172a;background:0 0;border-radius:8px;padding:6px;transition:background-color .2s;display:none}.mobile-menu-toggle:hover{background-color:#0000000f}.mobile-backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1050;background:#0a192f99;animation:.2s fadeIn;position:fixed;inset:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.mobile-nav{z-index:1100;background-color:#fff;flex-direction:column;width:300px;max-width:85vw;height:100vh;transition:right .3s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:0;right:-320px;overflow-y:auto;box-shadow:-5px 0 25px #0003}.mobile-nav.open{right:0}.mobile-nav-header{background:#f8fafc;border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex}.mobile-logo-img{width:125px;height:auto}.mobile-close-btn{color:#334155;background:#e2e8f0;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex}.mobile-close-btn:hover{color:#0f172a;background:#cbd5e1}.mobile-nav-body{flex:1;padding:1.5rem}.mobile-nav-list{flex-direction:column;gap:.75rem;display:flex}.mobile-nav-link{color:#1e293b;border-radius:8px;justify-content:space-between;align-items:center;padding:.8rem 1rem;font-size:1.05rem;font-weight:600;transition:all .2s;display:flex}.mobile-nav-link:hover{color:#1d4ed8;background-color:#f1f5f9}.mobile-nav-link.active{color:#1d4ed8;background:#eff6ff;border-left:4px solid #1d4ed8;font-weight:700}.mobile-nav-footer{background:#f8fafc;border-top:1px solid #e2e8f0;padding:1.5rem}.mobile-login-btn{border-radius:10px;justify-content:center;width:100%;margin-bottom:1.25rem;padding:.85rem 1.25rem}.mobile-contact-snippet{color:#64748b;font-size:.85rem;line-height:1.5}.mobile-contact-snippet p{margin:.25rem 0}@media (width<=1024px){.nav-list{gap:1rem}.nav-link{font-size:.88rem}}@media (width<=950px){.desktop-nav{display:none}.mobile-menu-toggle{display:flex}}.footer{background-color:var(--deep-navy);color:var(--text-muted);font-family:var(--font-body);padding-top:5rem}.footer-top{margin-bottom:3rem}.footer-heading{color:var(--white);margin-bottom:1rem;font-size:1.25rem}.footer-text{color:#a0aec0;margin-bottom:1.5rem;font-size:.95rem}.footer-socials{gap:1rem;display:flex}.footer-socials a{width:36px;height:36px;color:var(--white);transition:var(--transition-normal);background-color:#ffffff1a;border-radius:50%;justify-content:center;align-items:center;display:flex}.footer-socials a:hover{background-color:var(--accent-yellow);color:var(--primary-blue);transform:translateY(-3px)}.footer-subheading{color:var(--white);margin-bottom:1.5rem;padding-bottom:.5rem;font-size:1.1rem;position:relative}.footer-subheading:after{content:"";background-color:var(--accent-yellow);width:40px;height:2px;position:absolute;bottom:0;left:0}.footer-links{flex-direction:column;gap:.75rem;display:flex}.footer-links li a{color:#a0aec0;font-size:.95rem;display:inline-block}.footer-links li a:hover{color:var(--accent-yellow);transform:translate(5px)}.footer-contact{flex-direction:column;gap:1rem;display:flex}.footer-contact li{color:#a0aec0;align-items:flex-start;gap:1rem;font-size:.95rem;display:flex}.contact-icon{color:var(--accent-yellow);flex-shrink:0;margin-top:3px}@media (width<=768px){.footer-col{text-align:center}.footer-links{align-items:center}.footer-contact li,.footer-socials{justify-content:center}.footer-subheading:after{left:50%;transform:translate(-50%)}.footer-top .footer-col img{margin:0 auto 1.5rem!important}}.footer-bottom{text-align:center;color:var(--text-muted);background-color:#08101c;border-top:1px solid #ffffff0d;padding:1.5rem 0;font-size:.9rem}.footer-bottom p{margin:0}.hero-carousel{background-color:var(--white);width:100%;height:95vh;min-height:700px;max-height:1000px;position:relative;overflow:hidden}.carousel-inner{width:100%;height:100%;position:relative}.carousel-item{opacity:0;z-index:1;width:100%;height:100%;transition:opacity 1s ease-in-out;position:absolute;top:0;left:0}.carousel-item.active{opacity:1;z-index:2}.carousel-item picture,.carousel-item img{object-fit:cover;width:100%;height:100%;display:block}.hero-content{z-index:5;align-items:center;width:100%;height:100%;display:flex;position:absolute;top:0;left:0}.hero-text-box{background:radial-gradient(circle at 30%,#fff9 0%,#ffffff0d 70%,#0000 100%);border-radius:12px;max-width:600px;margin-top:3rem;margin-left:-2rem;padding:2rem}.hero-small-heading{letter-spacing:2px;color:#1d4ed8;text-transform:uppercase;margin-bottom:.5rem;font-size:.95rem;font-weight:700;display:block}.hero-main-heading{font-family:var(--font-display);color:#0f172a;letter-spacing:-.02em;margin-bottom:1.25rem;font-size:3.2rem;font-weight:700;line-height:1.2}.hero-supporting-text{color:#334155;margin-bottom:2rem;font-size:1.15rem;font-weight:500;line-height:1.6}.hero-btn{background:linear-gradient(135deg, var(--accent-maroon) 0%, var(--accent-dark-orange) 100%);color:#fff;border-radius:8px;justify-content:center;align-items:center;padding:.85rem 2rem;font-size:1.05rem;font-weight:600;display:inline-flex;box-shadow:0 4px 14px #8b1e1e4d}.hero-btn:hover{background:linear-gradient(135deg, #6b1414 0%, var(--accent-maroon) 100%);color:#fff;transform:translateY(-2px);box-shadow:0 6px 18px #8b1e1e66}@media (width<=768px){.hero-text-box{text-align:center;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;z-index:10;background:0 0;border:none;flex-direction:column;justify-content:flex-start;align-items:center;width:90%;height:calc(100% - 9rem);margin-top:0;margin-left:0;padding:0;display:flex;position:absolute;top:5rem;left:50%;transform:translate(-50%)}.hero-content{justify-content:center;align-items:center}.hero-small-heading{color:var(--white);text-shadow:0 2px 4px #0009;margin-bottom:.5rem;font-size:.9rem}.hero-main-heading{color:var(--white);text-shadow:0 3px 8px #000000b3;text-transform:uppercase;margin-bottom:.5rem;font-size:2.8rem;font-weight:800;line-height:1.1}.hero-supporting-text{color:#fffffff2;text-shadow:0 2px 4px #0009;margin-bottom:1rem;font-size:1.05rem;font-weight:500}.hero-btn{color:#fff;background-color:#2d3748;border:none;border-radius:30px;margin-top:auto;padding:.8rem 1.75rem;font-weight:600;box-shadow:0 4px 10px #0003}.carousel-item img{object-position:center bottom}}@media (width<=480px){.hero-text-box{top:5rem}.hero-main-heading{font-size:2.2rem}.hero-btn{padding:.75rem 1.5rem;font-size:.95rem}}.carousel-indicators{z-index:10;gap:10px;display:flex;position:absolute;bottom:20px;left:50%;transform:translate(-50%)}.indicator{cursor:pointer;width:12px;height:12px;transition:var(--transition-normal);background-color:#ffffff80;border:none;border-radius:50%}.indicator.active{background-color:var(--accent-yellow);transform:scale(1.2)}@media (width<=768px){.hero-carousel{height:70vh;min-height:550px}.carousel-indicators{bottom:50px}}@media (width<=480px){.hero-carousel{height:80vh;min-height:500px}}.feature-card{background-color:var(--white);box-shadow:var(--shadow-sm);text-align:center;transition:var(--transition-normal);border:1px solid var(--border-color);border-radius:8px;height:100%;padding:2.5rem 2rem}.feature-card:hover{box-shadow:var(--shadow-lg);border-color:var(--accent-yellow);transform:translateY(-5px)}.feature-icon-wrapper{background-color:var(--off-white);width:70px;height:70px;color:var(--primary-blue);transition:var(--transition-normal);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1.5rem;display:flex}.feature-card:hover .feature-icon-wrapper{background-color:var(--primary-blue);color:var(--accent-yellow)}.feature-title{color:var(--primary-blue);margin-bottom:1rem;font-size:1.2rem}.feature-desc{margin:0;font-size:.95rem}.page-hero{text-align:center;background:linear-gradient(135deg,#091728 0%,#102a4d 50%,#173d6e 100%);border-bottom:3px solid #3b82f666;padding:4.5rem 0 3.5rem;position:relative;overflow:hidden}.page-hero:before{content:"";z-index:1;pointer-events:none;background:radial-gradient(circle,#3b82f61f 0%,#0000 70%);width:50%;height:200%;position:absolute;top:-50%;left:-10%}.page-hero-content{z-index:2;position:relative}.page-subtitle{font-family:var(--font-body);color:#fde047;letter-spacing:2px;text-transform:uppercase;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff1f;border:1px solid #fff3;border-radius:20px;margin-bottom:.75rem;padding:.3rem .95rem;font-size:.8rem;font-weight:700;display:inline-block}.page-title{color:#fff;font-size:2.8rem;font-family:var(--font-display);letter-spacing:-.015em;margin:0;font-weight:700;line-height:1.2}@media (width<=768px){.page-hero{padding:3.5rem 0 2.5rem}.page-title{font-size:2.1rem}}.contact-form{background-color:var(--white);box-shadow:var(--shadow-md);border-radius:8px;padding:3rem}.form-grid{grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:1.5rem;display:grid}.form-group{flex-direction:column;gap:.5rem;display:flex}.form-group.full-width{margin-bottom:1.5rem}.form-group label{color:var(--primary-blue);font-size:.9rem;font-weight:500}.form-group input,.form-group textarea{border:1px solid var(--border-color);font-family:var(--font-body);transition:var(--transition-normal);background-color:var(--off-white);border-radius:4px;padding:.8rem 1rem;font-size:.95rem}.form-group input:focus,.form-group textarea:focus{border-color:var(--primary-blue);background-color:var(--white);outline:none}.submit-btn{width:100%}.form-success{color:#155724;background-color:#d4edda;border-left:4px solid #28a745;border-radius:4px;margin-bottom:1.5rem;padding:1rem}.form-error{color:#721c24;background-color:#f8d7da;border-left:4px solid #dc3545;border-radius:4px;margin-bottom:1.5rem;padding:1rem}@media (width<=768px){.form-grid{grid-template-columns:1fr}.contact-form{padding:1.5rem}}.our-story-section{background-color:#fff;padding:6rem 0;position:relative;overflow:hidden}.story-bg-text{font-family:var(--font-display);color:#0a192f08;z-index:1;pointer-events:none;white-space:nowrap;font-size:15rem;font-weight:800;line-height:1;position:absolute;top:1rem;left:5%}.story-container{z-index:2;grid-template-columns:minmax(0,1.5fr) minmax(350px,.8fr);align-items:flex-start;gap:4rem;display:grid;position:relative}.story-heading{font-family:var(--font-display);color:#0f172a;letter-spacing:-.015em;margin-bottom:2rem;font-size:2.3rem;font-weight:700;display:inline-block;position:relative}.story-heading:after{content:"";background:linear-gradient(90deg,#1d4ed8 0%,#3b82f6 100%);border-radius:2px;width:50px;height:4px;position:absolute;bottom:-.5rem;left:0}.story-tabs{border-bottom:1px solid var(--border-color);white-space:nowrap;gap:2rem;margin-bottom:2rem;padding-bottom:.5rem;display:flex;overflow-x:auto}.story-tab{color:#666;cursor:pointer;background:0 0;border:none;padding:.5rem 0;font-size:1.1rem;font-weight:500;transition:color .3s;position:relative}.story-tab:hover{color:#3a1712}.story-tab.active{color:#3a1712;font-weight:600}.story-tab.active:after{content:"";background-color:#3a1712;width:100%;height:3px;position:absolute;bottom:-.6rem;left:0}.story-content{color:#000;min-height:150px;font-size:1.1rem;line-height:1.8}.story-cards-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem;display:grid}.story-card{background-color:var(--white);border:1px solid var(--border-color);text-align:left;border-radius:12px;flex-direction:column;justify-content:center;min-height:160px;padding:1.5rem;transition:transform .3s,box-shadow .3s;display:flex;box-shadow:0 4px 20px #00000008}.story-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px #0000000f}.card-icon{border-radius:8px;justify-content:center;align-items:center;width:45px;height:45px;margin-bottom:1rem;display:inline-flex}.card-style-1 .card-icon{color:var(--primary-blue);background-color:#12345b0d}.card-style-2 .card-icon{color:var(--accent-gold);background-color:#f8c4001a}.card-style-3 .card-icon{color:var(--deep-navy);background-color:#0e1b2f0d}.card-style-4 .card-icon{color:var(--primary-blue);background-color:#12345b14}.card-value{font-family:var(--font-display);color:var(--pure-black);margin-bottom:.25rem;font-size:1.8rem;font-weight:600;line-height:1.2;display:block}.card-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px;font-size:.85rem;font-weight:500;display:block}@media (width<=1024px){.story-bg-text{font-size:10rem;top:2rem}}@media (width<=768px){.story-container{grid-template-columns:1fr;gap:2.5rem}.story-bg-text{font-size:4.5rem;top:1rem;left:1rem}.story-cards-grid{grid-template-columns:repeat(2,1fr);gap:1.25rem}.story-heading{font-size:2rem}}@media (width<=480px){.our-story-section{padding:3.5rem 0}.story-bg-text{font-size:3.2rem;top:1rem;left:0}.story-heading{margin-bottom:1.5rem;font-size:1.8rem}.story-tabs{justify-content:space-between;gap:0;width:100%;margin-bottom:1.5rem;padding-bottom:.5rem;display:flex;overflow-x:hidden}.story-tab{text-align:center;flex:1;padding:.5rem 0;font-size:1rem}.story-content{font-size:1.1rem;line-height:1.7}.card-value{margin-bottom:.1rem;font-size:1.25rem}.card-label{font-size:.75rem;line-height:1.2}.card-icon{width:32px;height:32px;margin-bottom:.5rem}.story-card{box-sizing:border-box;text-align:left;width:100%;min-height:auto;padding:1rem}}.bg-white{background-color:var(--white)}.bg-light-blue{background-color:#f0f4f8}.bg-light-section{background-color:#f8fafc}.bg-navy-accent{color:#fff;background:linear-gradient(135deg,#0e1b2f 0%,#12345b 100%)}.bg-primary{background-color:var(--primary-blue)}.text-white{color:var(--white)}.text-left{text-align:left}.mt-4{margin-top:2rem}.mb-4{margin-bottom:2rem}.mx-auto{margin-left:auto;margin-right:auto}.max-w-800{max-width:800px}.align-center{align-items:center}.section-header-center{text-align:center;max-width:800px;margin:0 auto 3rem}.section-eyebrow{font-family:var(--font-body);letter-spacing:2px;color:#d97706;text-transform:uppercase;margin-bottom:.5rem;font-size:.85rem;font-weight:700;display:inline-block}.section-title-modern{font-family:var(--font-display);color:#0f172a;margin-bottom:1rem;font-size:2.6rem;line-height:1.2}.section-desc-modern{color:#64748b;font-size:1.05rem;line-height:1.7}.infra-stats-strip{color:#fff;border-bottom:3px solid var(--accent-yellow);background:linear-gradient(135deg,#12345b 0%,#0e1b2f 100%);padding:2.5rem 0}.stats-grid-strip{text-align:center;grid-template-columns:repeat(5,1fr);gap:1.5rem;display:grid}.stat-strip-box{flex-direction:column;gap:.35rem;display:flex}.stat-strip-num{font-family:var(--font-display);color:var(--accent-yellow);font-size:2.8rem;font-weight:700;line-height:1}.stat-strip-label{color:#ffffffd9;font-size:.92rem;font-weight:500}@media (width<=900px){.stats-grid-strip{grid-template-columns:repeat(3,1fr);gap:2rem}}@media (width<=576px){.stats-grid-strip{grid-template-columns:repeat(2,1fr);gap:1.5rem}}.infra-category-tabs{flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:3rem;display:flex}.infra-cat-btn{color:#334155;background-color:#fff;border:1.5px solid #e2e8f0;border-radius:50px;padding:.7rem 1.4rem;font-size:.95rem;font-weight:600;transition:all .25s;box-shadow:0 2px 4px #0000000a}.infra-cat-btn:hover{background-color:#f1f5f9;border-color:#cbd5e1;transform:translateY(-1px)}.infra-cat-btn.active{color:#fff;background:linear-gradient(135deg,#12345b 0%,#1e3a8a 100%);border-color:#12345b;box-shadow:0 4px 12px #12345b40}.infra-modern-grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.infra-card-v2{background:#fff;border:1px solid #12345b14;border-radius:16px;flex-direction:column;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;overflow:hidden;box-shadow:0 4px 20px #0000000d}.infra-card-v2:hover{border-color:#12345b33;transform:translateY(-6px);box-shadow:0 12px 30px #0a192f1f}.infra-card-top-banner{justify-content:space-between;align-items:center;padding:2.2rem 1.75rem;display:flex;position:relative}.infra-icon-circle{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fff3;border-radius:14px;justify-content:center;align-items:center;width:58px;height:58px;display:flex;box-shadow:0 4px 12px #00000026}.infra-badge-tag{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;letter-spacing:.5px;background:#ffffff40;border:1px solid #ffffff4d;border-radius:20px;padding:.35rem .8rem;font-size:.78rem;font-weight:700}.infra-card-body-v2{flex-direction:column;flex:1;padding:1.75rem;display:flex}.infra-title-v2{font-family:var(--font-display);color:#0f172a;margin-bottom:.3rem;font-size:1.45rem}.infra-tagline-v2{color:#64748b;margin-bottom:1.25rem;font-size:.9rem;font-weight:500;line-height:1.4}.infra-specs-list{flex-direction:column;flex:1;gap:.6rem;margin-bottom:1.75rem;display:flex}.infra-spec-item{color:#334155;align-items:flex-start;gap:.6rem;font-size:.88rem;line-height:1.4;display:flex}.spec-check-icon{color:#10b981;flex-shrink:0;margin-top:2px}.infra-explore-btn{color:#12345b;background-color:#f8fafc;border:1.5px solid #e2e8f0;border-radius:10px;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:.75rem 1rem;font-size:.9rem;font-weight:600;transition:all .2s;display:flex}.infra-explore-btn:hover{color:#fff;background-color:#12345b;border-color:#12345b}@media (width<=1100px){.infra-modern-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=680px){.infra-modern-grid{grid-template-columns:1fr}}.safety-grid{grid-template-columns:1.2fr .8fr;align-items:center;gap:3.5rem;display:grid}.safety-tag{letter-spacing:1.5px;color:var(--accent-yellow);margin-bottom:.5rem;font-size:.82rem;font-weight:700;display:inline-block}.safety-title{font-family:var(--font-display);color:#fff;margin-bottom:1rem;font-size:2.3rem;line-height:1.2}.safety-desc{color:#ffffffd9;margin-bottom:2rem;font-size:1.05rem;line-height:1.7}.safety-features-list{flex-direction:column;gap:1.5rem;display:flex}.safety-feat-item{align-items:flex-start;gap:1.25rem;display:flex}.safety-feat-icon{width:48px;height:48px;color:var(--accent-yellow);background:#f8c40026;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.safety-feat-item h4{color:#fff;margin-bottom:.25rem;font-size:1.15rem}.safety-feat-item p{color:#ffffffbf;margin:0;font-size:.92rem}.safety-right-card{color:#0f172a;background:#fff;border-radius:20px;padding:2.5rem 2rem;box-shadow:0 15px 40px #0000004d}.visit-icon-box{color:#12345b;background:#eff6ff;border-radius:16px;justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:1.25rem;display:flex}.visit-card-inner h3{font-family:var(--font-display);color:#0f172a;margin-bottom:.5rem;font-size:1.6rem}.visit-card-inner p{color:#64748b;font-size:.95rem;line-height:1.5}.visit-timings{border-left:3px solid var(--accent-yellow);background:#f8fafc;border-radius:6px;margin:1.25rem 0;padding:.85rem 1rem}.visit-timings p{color:#334155;margin:.1rem 0;font-size:.88rem}.visit-actions{flex-direction:column;gap:.75rem;margin-top:1.5rem;display:flex}.visit-btn{border-radius:10px;width:100%;padding:.85rem}.visit-phone-btn{color:#1e293b;border:1.5px solid #cbd5e1;border-radius:10px;justify-content:center;align-items:center;gap:.5rem;padding:.8rem;font-size:.95rem;font-weight:600;transition:all .2s;display:flex}.visit-phone-btn:hover{background-color:#f1f5f9;border-color:#94a3b8}@media (width<=900px){.safety-grid{grid-template-columns:1fr;gap:2.5rem}}.modal-backdrop{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:2000;background:#0a192fb3;justify-content:center;align-items:center;padding:1.5rem;animation:.2s fadeIn;display:flex;position:fixed;inset:0}.modal-content-card{background:#fff;border-radius:20px;flex-direction:column;width:100%;max-width:640px;max-height:90vh;animation:.25s cubic-bezier(.34,1.56,.64,1) modalScaleUp;display:flex;overflow:hidden;box-shadow:0 20px 50px #00000059}@keyframes modalScaleUp{0%{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}.modal-header-banner{color:#fff;justify-content:space-between;align-items:flex-start;padding:2rem 2rem 1.75rem;display:flex}.modal-title-wrap h2{font-family:var(--font-display);color:#fff;margin:.4rem 0 0;font-size:1.8rem}.modal-badge{color:#fff;background:#ffffff40;border-radius:12px;padding:.25rem .75rem;font-size:.78rem;font-weight:700;display:inline-block}.modal-close-btn{color:#fff;background:#fff3;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;transition:all .2s;display:flex}.modal-close-btn:hover{background:#fff6}.modal-body-scroll{padding:2rem;overflow-y:auto}.modal-desc-main{color:#334155;margin-bottom:1.5rem;font-size:1.02rem;line-height:1.7}.modal-meta-grid{grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1.5rem;display:grid}.meta-box{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;flex-direction:column;gap:.25rem;padding:1rem;display:flex}.meta-label{color:#64748b;text-transform:uppercase;font-size:.8rem;font-weight:600}.meta-val{color:#0f172a;font-size:1rem;font-weight:700}.modal-subheading{font-family:var(--font-display);color:#0f172a;margin-bottom:1rem;font-size:1.25rem}.modal-specs-grid{grid-template-columns:1fr 1fr;gap:.75rem;margin-bottom:2rem;display:grid}.modal-spec-chip{color:#1e293b;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:8px;align-items:center;gap:.6rem;padding:.6rem .85rem;font-size:.88rem;display:flex}.modal-spec-chip .chip-icon{color:#16a34a;flex-shrink:0}.modal-footer-cta{border-top:1px solid #e2e8f0;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding-top:1.5rem;display:flex}.modal-footer-cta p{color:#475569;margin:0;font-size:.92rem;font-weight:500}@media (width<=576px){.modal-meta-grid,.modal-specs-grid{grid-template-columns:1fr}}.academic-wings-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-top:2.5rem;display:grid}.wing-card{background:#fff;border:1.5px solid #e2e8f0;border-radius:14px;padding:2rem 1.5rem;transition:all .25s;position:relative;overflow:hidden;box-shadow:0 4px 12px #0000000a}.wing-card:before{content:"";background:#12345b;height:4px;position:absolute;top:0;left:0;right:0}.wing-card.featured:before{background:var(--accent-yellow)}.wing-card:hover{border-color:#cbd5e1;transform:translateY(-4px);box-shadow:0 10px 25px #00000014}.wing-icon-box{color:#12345b;background:#eff6ff;border-radius:12px;justify-content:center;align-items:center;width:50px;height:50px;margin-bottom:1.25rem;display:flex}.wing-title{font-family:var(--font-display);color:#0f172a;margin-bottom:.25rem;font-size:1.4rem}.wing-classes{color:#475569;background:#f1f5f9;border-radius:6px;margin-bottom:1rem;padding:.2rem .6rem;font-size:.78rem;font-weight:700;display:inline-block}.wing-desc{color:#64748b;margin-bottom:1.25rem;font-size:.9rem;line-height:1.5}.wing-bullets{flex-direction:column;gap:.5rem;display:flex}.wing-bullet-item{color:#334155;align-items:center;gap:.5rem;font-size:.85rem;display:flex}@media (width<=1024px){.academic-wings-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=600px){.academic-wings-grid{grid-template-columns:1fr}}.achieve-banner-hero{color:#fff;background:linear-gradient(135deg,#1e1b4b 0%,#312e81 100%);border-radius:20px;justify-content:space-between;align-items:center;gap:2rem;margin-bottom:3.5rem;padding:3rem 2rem;display:flex;box-shadow:0 10px 30px #312e8140}.achieve-badge-gold{color:var(--accent-yellow);background:#f8c40033;border:1px solid #f8c40066;border-radius:20px;align-items:center;gap:.5rem;margin-bottom:1rem;padding:.4rem 1rem;font-size:.85rem;font-weight:700;display:inline-flex}.achieve-banner-hero h2{font-family:var(--font-display);color:#fff;margin-bottom:.5rem;font-size:2.4rem}.achieve-banner-hero p{color:#ffffffd9;margin:0;font-size:1.05rem}.achieve-metric-box{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);text-align:center;background:#ffffff1a;border:1px solid #fff3;border-radius:16px;flex-shrink:0;padding:1.5rem 2rem}.achieve-metric-num{font-family:var(--font-display);color:var(--accent-yellow);font-size:3.5rem;font-weight:700;line-height:1;display:block}.achieve-metric-sub{color:#fff;font-size:.95rem;font-weight:600}.achieve-grid-cards{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.achieve-card{background:#fff;border:1.5px solid #e2e8f0;border-radius:16px;flex-direction:column;padding:2rem;transition:all .25s;display:flex;box-shadow:0 4px 15px #0000000d}.achieve-card:hover{border-color:#cbd5e1;transform:translateY(-5px);box-shadow:0 12px 28px #0000001a}.achieve-trophy-icon{color:#d97706;background:#fef3c7;border-radius:12px;justify-content:center;align-items:center;width:52px;height:52px;margin-bottom:1.25rem;display:flex}.achieve-category-pill{color:#12345b;background:#eff6ff;border-radius:12px;margin-bottom:.75rem;padding:.25rem .75rem;font-size:.75rem;font-weight:700;display:inline-block}.achieve-title{font-family:var(--font-display);color:#0f172a;margin-bottom:.5rem;font-size:1.4rem}.achieve-desc{color:#64748b;flex:1;margin-bottom:1.25rem;font-size:.92rem;line-height:1.6}.achieve-holder-badge{color:#334155;background:#f8fafc;border-top:1px solid #f1f5f9;justify-content:space-between;align-items:center;padding-top:1rem;font-size:.85rem;font-weight:600;display:flex}@media (width<=992px){.achieve-grid-cards{grid-template-columns:repeat(2,1fr)}.achieve-banner-hero{text-align:center;flex-direction:column}}@media (width<=600px){.achieve-grid-cards{grid-template-columns:1fr}}.events-split-grid{grid-template-columns:1.1fr .9fr;gap:3rem;margin-bottom:4rem;display:grid}.upcoming-events-list{flex-direction:column;gap:1.25rem;display:flex}.event-item-card{background:#fff;border:1.5px solid #e2e8f0;border-radius:14px;transition:all .25s;display:flex;overflow:hidden;box-shadow:0 3px 10px #0000000a}.event-item-card:hover{border-color:#cbd5e1;transform:translate(4px);box-shadow:0 8px 20px #00000014}.event-date-box{color:#fff;text-align:center;background:linear-gradient(135deg,#12345b 0%,#1e40af 100%);flex-direction:column;justify-content:center;align-items:center;min-width:95px;padding:1.5rem 1.25rem;display:flex}.event-date-num{font-family:var(--font-display);font-size:2rem;font-weight:700;line-height:1}.event-date-month{letter-spacing:1px;text-transform:uppercase;color:var(--accent-yellow);font-size:.82rem;font-weight:700}.event-content-box{flex-direction:column;flex:1;justify-content:center;padding:1.25rem 1.5rem;display:flex}.event-content-box h4{font-family:var(--font-display);color:#0f172a;margin-bottom:.25rem;font-size:1.25rem}.event-content-box p{color:#64748b;margin:0 0 .5rem;font-size:.88rem;line-height:1.4}.event-meta-line{color:#475569;align-items:center;gap:1rem;font-size:.8rem;font-weight:600;display:flex}.notice-board-card{background:#fff;border:1.5px solid #e2e8f0;border-radius:16px;padding:2rem;box-shadow:0 4px 15px #0000000d}.notice-board-header{border-bottom:2px solid #f1f5f9;align-items:center;gap:.75rem;margin-bottom:1.5rem;padding-bottom:1rem;display:flex}.notice-board-header h3{font-family:var(--font-display);color:#0f172a;margin:0;font-size:1.45rem}.notice-items-list{flex-direction:column;gap:1rem;display:flex}.notice-item{background:#f8fafc;border-left:3px solid #12345b;border-radius:6px;padding:1rem;transition:all .2s}.notice-item:hover{border-left-color:var(--accent-yellow);background:#eff6ff}.notice-date{color:#94a3b8;text-transform:uppercase;margin-bottom:.2rem;font-size:.75rem;font-weight:700}.notice-item h5{color:#0f172a;margin:0 0 .2rem;font-size:.95rem}.notice-item p{color:#64748b;margin:0;font-size:.82rem}@media (width<=900px){.events-split-grid{grid-template-columns:1fr}}.contact-info-cards{grid-template-columns:repeat(3,1fr);gap:1.75rem;margin-bottom:3.5rem;display:grid}.contact-card{text-align:center;background-color:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:2.25rem 1.75rem;transition:all .25s;box-shadow:0 4px 20px #0000000d}.contact-card:hover{transform:translateY(-4px);box-shadow:0 10px 25px #00000014}.contact-icon-wrapper{color:#12345b;background:#eff6ff;border-radius:16px;justify-content:center;align-items:center;width:62px;height:62px;margin:0 auto 1.25rem;display:flex}.contact-card h3{font-family:var(--font-display);color:#0f172a;margin-bottom:.5rem;font-size:1.35rem}.contact-card p{color:#64748b;margin:.2rem 0;font-size:.92rem}.contact-direct-link{color:#12345b;margin-top:.75rem;font-size:.9rem;font-weight:700;display:inline-block}.contact-direct-link:hover{color:#d97706}@media (width<=900px){.contact-info-cards{grid-template-columns:1fr}}.policy-page-wrapper{background-color:var(--white);min-height:80vh;padding:4rem 0}.policy-container{max-width:900px}.policy-title{font-family:var(--font-display);color:var(--primary-blue);text-transform:uppercase;text-align:center;margin-bottom:1.5rem;font-size:3rem}.policy-last-updated{text-align:right;color:var(--text-muted);margin-bottom:3rem;font-size:.95rem}.legal-content h2{margin-top:2rem;margin-bottom:1rem;font-size:1.5rem}.legal-content h3{margin-top:1.5rem;margin-bottom:.5rem;font-size:1.2rem}.legal-content p{font-size:1.05rem;line-height:1.6}.legal-content ul{margin-bottom:1rem;margin-left:2rem;list-style-type:disc}.legal-content li{color:var(--text-muted);margin-bottom:.5rem}.login-page-wrapper{background:linear-gradient(145deg,#f1f5f9 0%,#e2e8f0 50%,#f8fafc 100%);justify-content:center;align-items:center;min-height:calc(100vh - 120px);padding:3.5rem 1rem;display:flex}.login-card-container{flex-direction:column;gap:1rem;width:100%;max-width:540px;display:flex}.login-card{background:#fff;border:1px solid #e2e8f0e6;border-radius:20px;width:100%;transition:all .3s;overflow:hidden;box-shadow:0 20px 45px -12px #0f274424,0 0 0 1px #0f27440d}.login-card-header{color:#fff;text-align:center;background:linear-gradient(135deg,#091728 0%,#102a4d 60%,#173d6e 100%);padding:2.25rem 2rem 1.85rem;position:relative}.login-card-header:after{content:"";background:linear-gradient(90deg,#f59e0b 0%,#eab308 50%,#3b82f6 100%);height:3px;position:absolute;bottom:0;left:0;right:0}.login-school-badge{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);letter-spacing:.8px;color:#fde047;background:#ffffff1f;border:1px solid #ffffff2e;border-radius:30px;align-items:center;gap:.5rem;margin-bottom:.85rem;padding:.4rem 1rem;font-size:.75rem;font-weight:700;display:inline-flex;box-shadow:0 2px 8px #00000026}.login-card-header h2{color:#fff;font-size:1.85rem;font-family:var(--font-display);letter-spacing:-.02em;margin-bottom:.4rem;font-weight:700}.login-card-header p{color:#ffffffd1;margin:0;font-size:.9rem;line-height:1.4}.step-indicator-bar{background:#f8fafc;border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;padding:1.1rem 2rem;display:flex}.step-item{color:#94a3b8;align-items:center;gap:.55rem;font-size:.85rem;font-weight:600;transition:all .3s;display:flex}.step-number{color:#64748b;background:#e2e8f0;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:.82rem;font-weight:700;transition:all .3s;display:flex}.step-item.active{color:#1e3a5f}.step-item.active .step-number{color:#fff;background:#1e3a5f;box-shadow:0 0 0 4px #1e3a5f26}.step-item.completed{color:#059669}.step-item.completed .step-number{color:#fff;background:#10b981}.step-divider{background:#e2e8f0;flex:1;height:2px;margin:0 .75rem;transition:all .3s}.step-divider.completed{background:#10b981}.login-card-body{padding:2rem}.step-intro-text{margin-bottom:1.5rem}.step-header-with-badge{justify-content:space-between;align-items:center;gap:.5rem;margin-bottom:.25rem;display:flex}.step-intro-text h3{font-family:var(--font-display);color:#0f172a;margin:0;font-size:1.35rem;font-weight:700}.roster-count-badge{color:#1d4ed8;background:#eff6ff;border:1px solid #bfdbfe;border-radius:12px;padding:.25rem .65rem;font-size:.76rem;font-weight:700}.step-intro-text p{color:#64748b;margin:.2rem 0 0;font-size:.88rem}.form-group-custom{margin-bottom:1.4rem;position:relative}.form-group-custom label{color:#334155;margin-bottom:.5rem;font-size:.88rem;font-weight:600;display:block}.form-group-custom label span.required{color:#ef4444;margin-left:2px}.input-with-icon{align-items:center;display:flex;position:relative}.input-icon{color:#64748b;pointer-events:none;z-index:2;position:absolute;left:14px}.select-custom,.input-custom{color:#1e293b;width:100%;font-size:.95rem;font-family:var(--font-body);background-color:#fff;border:1.5px solid #cbd5e1;border-radius:12px;outline:none;padding:.85rem 1rem .85rem 2.8rem;transition:all .2s ease-in-out}.select-custom:focus,.input-custom:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb24}.section-pill-group{gap:.6rem;display:flex}.section-pill{color:#334155;cursor:pointer;text-align:center;background:#fff;border:1.5px solid #cbd5e1;border-radius:10px;flex:1;padding:.75rem;font-size:.92rem;font-weight:600;transition:all .2s}.section-pill:hover{background:#f8fafc;border-color:#94a3b8}.section-pill.active{color:#fff;background:#1e3a5f;border-color:#1e3a5f;box-shadow:0 4px 12px #1e3a5f38}.combobox-wrapper{position:relative}.search-input-container{align-items:center;display:flex;position:relative}.search-input{padding-right:4.5rem}.btn-clear-search{color:#64748b;cursor:pointer;z-index:3;background:#f1f5f9;border:none;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;transition:all .15s;display:flex;position:absolute;right:36px}.btn-clear-search:hover{color:#0f172a;background:#e2e8f0}.btn-dropdown-toggle{color:#64748b;cursor:pointer;z-index:3;background:0 0;border:none;justify-content:center;align-items:center;padding:4px;display:flex;position:absolute;right:10px}.btn-dropdown-toggle .chevron{transition:transform .2s}.btn-dropdown-toggle .chevron.rotated{transform:rotate(180deg)}.student-suggestions-menu{z-index:50;background:#fff;border:1.5px solid #bfdbfe;border-radius:14px;animation:.2s cubic-bezier(.16,1,.3,1) dropdownFadeIn;position:absolute;top:calc(100% + 6px);left:0;right:0;overflow:hidden;box-shadow:0 16px 36px -8px #0f27442e,0 0 0 1px #2563eb14}@keyframes dropdownFadeIn{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.suggestions-header{color:#64748b;text-transform:uppercase;letter-spacing:.5px;background:#f8fafc;border-bottom:1px solid #e2e8f0;padding:.6rem 1rem;font-size:.78rem;font-weight:700}.suggestions-scrollable-list{max-height:250px;padding:.35rem 0;overflow-y:auto}.suggestions-scrollable-list::-webkit-scrollbar{width:6px}.suggestions-scrollable-list::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}.suggestion-item{cursor:pointer;border-bottom:1px solid #f1f5f9;align-items:center;gap:.75rem;padding:.7rem 1rem;transition:background .15s;display:flex}.suggestion-item:last-child{border-bottom:none}.suggestion-item:hover{background:#f0f7ff}.suggestion-item.selected{background:#eff6ff;border-left:3px solid #2563eb}.suggestion-avatar{color:#fff;background:linear-gradient(135deg,#1e3a5f 0%,#2563eb 100%);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;font-size:.88rem;font-weight:700;display:flex}.suggestion-content{flex:1;min-width:0}.suggestion-name-row{justify-content:space-between;align-items:center;gap:.5rem;margin-bottom:.15rem;display:flex}.suggestion-name{color:#0f172a;white-space:nowrap;text-overflow:ellipsis;font-size:.92rem;font-weight:700;overflow:hidden}.suggestion-roll{color:#334155;background:#e2e8f0;border-radius:6px;flex-shrink:0;padding:.15rem .45rem;font-size:.78rem;font-weight:700}.suggestion-sub{color:#64748b;white-space:nowrap;text-overflow:ellipsis;font-size:.8rem;overflow:hidden}.suggestion-check{color:#2563eb;flex-shrink:0}.suggestion-empty{text-align:center;color:#64748b;padding:1.5rem 1rem;font-size:.88rem}.suggestion-empty p{color:#475569;margin-bottom:.75rem}.btn-reset-filter{color:#1d4ed8;cursor:pointer;background:#eff6ff;border:1px solid #bfdbfe;border-radius:8px;padding:.4rem .85rem;font-size:.82rem;font-weight:600;transition:all .2s}.btn-reset-filter:hover{background:#dbeafe}.student-info-preview-box{background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:14px;align-items:center;gap:1rem;margin-bottom:1.4rem;padding:1.1rem 1.25rem;display:flex;box-shadow:0 2px 8px #0f27440a}.student-info-preview-box.highlight{background:linear-gradient(135deg,#f0f7ff 0%,#f8fafc 100%);border:1.5px solid #bfdbfe}.student-avatar-thumb{color:#fff;background:linear-gradient(135deg,#102a4d 0%,#1d4ed8 100%);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;font-size:1.35rem;font-weight:700;display:flex;box-shadow:0 4px 10px #1d4ed833}.student-avatar-thumb.gold{background:linear-gradient(135deg,#102a4d 0%,#1d4ed8 100%);border:2.5px solid #f59e0b}.student-details-preview{flex:1;min-width:0}.student-details-preview h4{color:#0f172a;font-size:1.12rem;font-weight:700;font-family:var(--font-display);margin:0 0 .35rem}.student-tags-row{flex-wrap:wrap;gap:.4rem;margin-bottom:.35rem;display:flex}.tag-pill{border-radius:6px;padding:.18rem .55rem;font-size:.78rem;font-weight:600}.tag-pill.roll{color:#0369a1;background:#e0f2fe;border:1px solid #bae6fd}.tag-pill.class-sec{color:#334155;background:#f1f5f9;border:1px solid #cbd5e1}.student-parent-text{color:#475569;margin:0;font-size:.84rem}.student-select-prompt-box{color:#64748b;text-align:center;background:#f8fafc;border:1.5px dashed #cbd5e1;border-radius:12px;justify-content:center;align-items:center;gap:.65rem;margin-top:1rem;margin-bottom:.5rem;padding:1.4rem;font-size:.88rem;font-weight:500;display:flex}.student-select-prompt-box .prompt-icon{color:#94a3b8}.preview-top-row{justify-content:space-between;align-items:center;margin-bottom:.25rem;display:flex}.badge-selected-pill{color:#15803d;text-transform:uppercase;letter-spacing:.5px;background:#dcfce7;border:1px solid #bbf7d0;border-radius:20px;padding:.15rem .5rem;font-size:.72rem;font-weight:700}.input-search-hint{color:#64748b;margin-top:.4rem;font-size:.78rem;font-weight:500;display:block}.password-toggle-btn{color:#64748b;background:0 0;justify-content:center;align-items:center;padding:6px;display:flex;position:absolute;right:12px}.password-toggle-btn:hover{color:#1e3a5f}.input-help-row{color:#64748b;align-items:center;gap:.4rem;margin-top:.45rem;font-size:.8rem;display:flex}.input-help-row .help-icon{color:#2563eb;flex-shrink:0}.form-actions{gap:.75rem;margin-top:1.75rem;display:flex}.btn-login-next,.btn-login-submit{color:#fff;cursor:pointer;background:linear-gradient(135deg,#102a4d 0%,#1e40af 100%);border:none;border-radius:12px;flex:2;justify-content:center;align-items:center;gap:.5rem;padding:.92rem 1.5rem;font-size:.98rem;font-weight:600;transition:all .25s cubic-bezier(.16,1,.3,1);display:flex;box-shadow:0 4px 14px #102a4d40}.btn-login-next:hover,.btn-login-submit:hover{background:linear-gradient(135deg,#091728 0%,#1d4ed8 100%);transform:translateY(-2px);box-shadow:0 6px 18px #102a4d59}.btn-login-next:disabled{cursor:not-allowed;box-shadow:none;background:#cbd5e1;transform:none}.btn-login-back{color:#475569;cursor:pointer;background:#f8fafc;border:1.5px solid #cbd5e1;border-radius:12px;flex:1;justify-content:center;align-items:center;gap:.4rem;padding:.92rem 1rem;font-size:.95rem;font-weight:600;transition:all .2s;display:flex}.btn-login-back:hover{color:#0f172a;background:#e2e8f0}.login-floating-toast{z-index:1000;color:#fff;background:#0f172a;border-radius:12px;justify-content:space-between;align-items:center;gap:.75rem;width:90%;max-width:440px;padding:.85rem 1.15rem;animation:.3s cubic-bezier(.34,1.56,.64,1) forwards toastPopIn;display:flex;position:absolute;top:1rem;left:50%;transform:translate(-50%);box-shadow:0 14px 35px #00000047,0 0 0 1px #ef444459}@keyframes toastPopIn{0%{opacity:0;transform:translate(-50%,-20px)scale(.95)}to{opacity:1;transform:translate(-50%)scale(1)}}.toast-content{flex:1;align-items:center;gap:.65rem;display:flex}.toast-icon{color:#ef4444;flex-shrink:0}.toast-text{color:#f8fafc;font-size:.9rem;font-weight:600;line-height:1.35}.toast-close-btn{color:#94a3b8;cursor:pointer;background:#ffffff1a;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;transition:all .2s;display:flex}.toast-close-btn:hover{color:#fff;background:#fff3}.login-footer-trust{color:#64748b;border-top:1px solid #f1f5f9;justify-content:space-around;align-items:center;margin-top:1.75rem;padding-top:1.25rem;font-size:.8rem;display:flex}.trust-badge-item{align-items:center;gap:.4rem;display:flex}@media (width<=576px){.login-card-header{padding:1.75rem 1.25rem 1.25rem}.login-card-body{padding:1.25rem}.step-indicator-bar{padding:1rem 1.25rem}.step-item span.step-title{display:none}}.dashboard-page-wrapper{background-color:#f1f5f9;min-height:calc(100vh - 120px);padding:2.5rem 0 4rem}.dashboard-container{max-width:1200px}.dashboard-guest-wrapper{justify-content:center;align-items:center;min-height:60vh;padding:3rem 1rem;display:flex}.guest-card{text-align:center;background:#fff;border:1px solid #e2e8f0;border-radius:20px;max-width:480px;padding:3rem 2rem;box-shadow:0 10px 30px #00000014}.guest-icon-box{color:#12345b;background:#eff6ff;border-radius:50%;justify-content:center;align-items:center;width:76px;height:76px;margin:0 auto 1.5rem;display:flex}.guest-card h2{font-family:var(--font-display);color:#0f172a;margin-bottom:.75rem;font-size:1.8rem}.guest-card p{color:#64748b;margin-bottom:2rem;font-size:.95rem;line-height:1.6}.student-profile-hero{color:#fff;background:linear-gradient(135deg,#091728 0%,#102a4d 60%,#173d6e 100%);border-radius:20px;justify-content:space-between;align-items:center;gap:2rem;margin-bottom:2rem;padding:2.5rem;display:flex;position:relative;overflow:hidden;box-shadow:0 15px 35px #0f274426}.student-profile-hero:after{content:"";background:linear-gradient(90deg,#f59e0b 0%,#eab308 50%,#3b82f6 100%);height:3.5px;position:absolute;bottom:0;left:0;right:0}.student-profile-left{align-items:center;gap:1.75rem;display:flex}.student-avatar-big{color:#fff;background:linear-gradient(135deg,#1d4ed8 0%,#3b82f6 100%);border:2.5px solid #60a5fa;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:80px;height:80px;font-size:2.2rem;font-weight:700;display:flex;box-shadow:0 4px 16px #1d4ed859}.student-badge-row{flex-wrap:wrap;gap:.5rem;margin-bottom:.4rem;display:flex}.badge-class{color:#fde68a;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#f59e0b2e;border:1px solid #f59e0b59;border-radius:20px;padding:.25rem .75rem;font-size:.8rem;font-weight:700}.badge-year,.badge-blood{color:#fff;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#ffffff1f;border:1px solid #ffffff2e;border-radius:20px;padding:.25rem .75rem;font-size:.8rem;font-weight:600}.student-name-hero{font-family:var(--font-display);color:#fff;margin:.2rem 0 .5rem;font-size:2.2rem;line-height:1.2}.student-meta-inline{color:#ffffffd9;flex-wrap:wrap;align-items:center;gap:.75rem;font-size:.92rem;display:flex}.btn-logout{color:#fff;background:#ffffff26;border:1px solid #ffffff4d;border-radius:10px;align-items:center;gap:.5rem;padding:.7rem 1.25rem;font-weight:600;transition:all .2s;display:flex}.btn-logout:hover{background:#ef4444e6;border-color:#ef4444}@media (width<=900px){.student-profile-hero{flex-direction:column;align-items:flex-start;padding:2rem 1.5rem}}.dashboard-tab-bar{gap:.75rem;margin-bottom:2rem;padding-bottom:.5rem;display:flex;overflow-x:auto}.dash-tab-btn{color:#475569;cursor:pointer;white-space:nowrap;background:#fff;border:1.5px solid #e2e8f0;border-radius:14px;align-items:center;gap:.5rem;padding:.85rem 1.5rem;font-size:.95rem;font-weight:600;transition:all .2s cubic-bezier(.16,1,.3,1);display:flex}.dash-tab-btn:hover{color:#1d4ed8;background:#f0f7ff;border-color:#bfdbfe}.dash-tab-btn.active{color:#fff;background:linear-gradient(135deg,#102a4d 0%,#1e40af 100%);border-color:#1e40af;box-shadow:0 6px 18px #102a4d38}.dash-tab-wrapper{display:inline-flex;position:relative}.dash-tab-btn.disabled{color:#94a3b8;cursor:not-allowed;opacity:.8;pointer-events:auto;background:#f1f5f9;border:1.5px dashed #cbd5e1}.dash-tab-btn.disabled:hover{color:#94a3b8;background:#f1f5f9;border-color:#cbd5e1}.tab-maintenance-tag{color:#64748b;text-transform:uppercase;letter-spacing:.4px;background:#e2e8f0;border-radius:6px;padding:.15rem .45rem;font-size:.7rem;font-weight:700}.dash-tab-tooltip{color:#fff;white-space:nowrap;pointer-events:none;opacity:0;visibility:hidden;z-index:100;background:#0f172a;border-radius:8px;padding:.5rem .85rem;font-size:.78rem;font-weight:600;transition:all .2s cubic-bezier(.16,1,.3,1);position:absolute;bottom:calc(100% + 10px);left:50%;transform:translate(-50%)translateY(4px);box-shadow:0 8px 20px #0f274440}.dash-tab-tooltip:after{content:"";border:5px solid #0000;border-top-color:#0f172a;position:absolute;top:100%;left:50%;transform:translate(-50%)}.dash-tab-wrapper:hover .dash-tab-tooltip{opacity:1;visibility:visible;transform:translate(-50%)translateY(0)}.tab-content-pane{flex-direction:column;gap:2rem;display:flex}.fee-stats-grid,.attendance-grid-overview{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.attendance-grid-overview{grid-template-columns:repeat(3,1fr)}.stat-card-v2{background:#fff;border:1px solid #e2e8f0;border-radius:16px;flex-direction:column;padding:1.75rem 1.5rem;display:flex;box-shadow:0 4px 15px #0000000a}.stat-v2-label{color:#64748b;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.5rem;font-size:.82rem;font-weight:700}.stat-v2-amount{font-family:var(--font-display);color:#0f172a;margin-bottom:.35rem;font-size:2.2rem;line-height:1}.stat-v2-sub{color:#94a3b8;margin-top:auto;font-size:.82rem}.progress-bar-container{background:#e2e8f0;border-radius:4px;width:100%;height:6px;margin:.5rem 0 .6rem;overflow:hidden}.progress-bar-fill{background:#10b981;border-radius:4px;height:100%;transition:width .4s}@media (width<=1024px){.fee-stats-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=576px){.fee-stats-grid,.attendance-grid-overview{grid-template-columns:1fr}}.dashboard-panel{background:#fff;border:1px solid #e2e8f0;border-radius:18px;padding:2rem;box-shadow:0 4px 18px #0000000a}.panel-header{margin-bottom:1.5rem}.panel-title{font-family:var(--font-display);color:#0f172a;margin-bottom:.2rem;font-size:1.45rem}.panel-sub{color:#64748b;margin:0;font-size:.88rem}.fee-items-list{flex-direction:column;gap:1rem;display:flex}.fee-item-row{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;transition:all .2s;display:flex}.fee-item-row:hover{background:#f1f5f9}.fee-item-title-row{align-items:center;gap:.75rem;margin-bottom:.35rem;display:flex}.fee-item-title-row h4{color:#0f172a;margin:0;font-size:1.1rem;font-weight:700}.status-pill{border-radius:20px;padding:.2rem .6rem;font-size:.75rem;font-weight:700}.status-pill.paid{color:#166534;background:#dcfce7}.status-pill.pending{color:#92400e;background:#fef3c7}.fee-item-meta{color:#64748b;font-size:.82rem}.fee-item-actions{align-items:center;gap:1.5rem;display:flex}.fee-item-amount{font-family:var(--font-display);color:#0f172a;font-size:1.6rem;font-weight:700}.btn-action-pay{color:#fff;background:linear-gradient(135deg,#102a4d 0%,#1e40af 100%);border-radius:10px;align-items:center;gap:.5rem;padding:.65rem 1.35rem;font-size:.9rem;font-weight:600;transition:all .2s cubic-bezier(.16,1,.3,1);display:flex;box-shadow:0 4px 14px #102a4d38}.btn-action-pay:hover{background:linear-gradient(135deg,#091728 0%,#1d4ed8 100%);transform:translateY(-1px);box-shadow:0 6px 16px #102a4d52}.btn-action-receipt{color:#12345b;background:#fff;border:1.5px solid #cbd5e1;border-radius:8px;align-items:center;gap:.4rem;padding:.65rem 1.1rem;font-size:.88rem;font-weight:600;transition:all .2s;display:flex}.btn-action-receipt:hover{background:#eff6ff;border-color:#93c5fd}@media (width<=650px){.fee-item-row{flex-direction:column;align-items:flex-start;gap:1rem}.fee-item-actions{justify-content:space-between;width:100%}}.table-responsive{overflow-x:auto}.history-table{border-collapse:collapse;text-align:left;width:100%}.history-table th{color:#475569;text-transform:uppercase;background:#f8fafc;border-bottom:2px solid #e2e8f0;padding:1rem 1.25rem;font-size:.82rem;font-weight:700}.history-table td{color:#334155;border-bottom:1px solid #f1f5f9;padding:1rem 1.25rem;font-size:.92rem}.badge-mode{color:#1e40af;background:#eff6ff;border-radius:6px;padding:.25rem .6rem;font-size:.8rem;font-weight:600}.btn-table-receipt{color:#1e293b;cursor:pointer;background:#f8fafc;border:1px solid #cbd5e1;border-radius:6px;align-items:center;gap:.35rem;padding:.4rem .8rem;font-size:.82rem;font-weight:600;transition:all .2s;display:inline-flex}.btn-table-receipt:hover{color:#fff;background:#12345b;border-color:#12345b}.academic-overview-banner{color:#fff;background:linear-gradient(135deg,#1e1b4b 0%,#3730a3 100%);border-radius:16px;justify-content:space-between;align-items:center;padding:2.2rem;display:flex;box-shadow:0 10px 25px #3730a333}.academic-badge-top{color:var(--accent-yellow);background:#f8c40033;border-radius:12px;margin-bottom:.5rem;padding:.25rem .75rem;font-size:.8rem;font-weight:700;display:inline-block}.academic-banner-left h2{font-family:var(--font-display);color:#fff;margin:0 0 .4rem;font-size:2rem}.academic-banner-left p{color:#ffffffd9;margin:0}.total-score-chip{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);text-align:center;background:#ffffff26;border:1px solid #fff3;border-radius:12px;padding:1rem 1.75rem}.chip-score-num{font-family:var(--font-display);color:var(--accent-yellow);font-size:2.8rem;font-weight:700;line-height:1;display:block}.chip-score-max{color:#fff;font-size:.85rem;font-weight:600}.marksheet-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem;display:grid}.subject-mark-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:1.25rem}.subject-top{justify-content:space-between;align-items:center;margin-bottom:.5rem;display:flex}.subject-name{color:#0f172a;font-size:1rem;font-weight:700}.subject-grade{color:#166534;background:#dcfce7;border-radius:4px;padding:.15rem .5rem;font-size:.78rem;font-weight:700}.subject-score-row{margin-bottom:.75rem}.subject-mark-val{font-family:var(--font-display);color:#12345b;font-size:1.8rem;font-weight:700}.subject-max-val{color:#64748b;margin-left:.25rem;font-size:.85rem}.subject-progress{background:#e2e8f0;border-radius:3px;height:6px;overflow:hidden}.subject-progress-fill{background:#3b82f6;border-radius:3px;height:100%}@media (width<=900px){.marksheet-grid{grid-template-columns:1fr}}.notices-list-full{flex-direction:column;gap:1.25rem;display:flex}.notice-full-item{background:#fff;border:1px solid #e2e8f0;border-left:4px solid #2563eb;border-radius:14px;padding:1.6rem;transition:all .2s cubic-bezier(.16,1,.3,1);box-shadow:0 2px 10px #0f27440a}.notice-full-item:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0f274414}.notice-meta-tag{gap:.5rem;margin-bottom:.5rem;display:flex}.notice-date-badge{color:#475569;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:6px;padding:.25rem .65rem;font-size:.75rem;font-weight:700}.notice-cat-badge{color:#1d4ed8;background:#eff6ff;border:1px solid #bfdbfe;border-radius:6px;padding:.25rem .65rem;font-size:.75rem;font-weight:700}.notice-full-item h4{color:#0f172a;font-size:1.2rem;font-family:var(--font-display);margin-bottom:.5rem}.notice-full-item p{color:#475569;margin:0;font-size:.95rem;line-height:1.6}.payment-modal-card{background:#fff;border-radius:20px;width:100%;max-width:500px;animation:.25s cubic-bezier(.34,1.56,.64,1) modalScaleUp;overflow:hidden;box-shadow:0 20px 50px #00000059}.payment-modal-header{color:#fff;background:linear-gradient(135deg,#12345b 0%,#1e40af 100%);justify-content:space-between;align-items:center;padding:1.5rem 1.75rem;display:flex}.payment-modal-header h3{font-family:var(--font-display);color:#fff;margin:.2rem 0 0;font-size:1.4rem}.payment-modal-body{padding:1.75rem}.payment-amount-display{text-align:center;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;margin-bottom:1.5rem;padding:1.25rem}.payment-amount-display span{color:#64748b;text-transform:uppercase;font-size:.8rem;font-weight:600}.payment-amount-display h2{font-family:var(--font-display);color:#12345b;margin:.2rem 0;font-size:2.4rem}.payment-amount-display p{color:#475569;margin:0;font-size:.85rem}.payment-methods-selector{margin-bottom:1.5rem}.payment-modes-grid{grid-template-columns:repeat(3,1fr);gap:.5rem;margin-top:.5rem;display:grid}.mode-btn{color:#334155;cursor:pointer;background:#fff;border:1.5px solid #cbd5e1;border-radius:10px;flex-direction:column;align-items:center;gap:.35rem;padding:.75rem .5rem;font-size:.85rem;font-weight:600;transition:all .2s;display:flex}.mode-btn:hover{background:#f8fafc;border-color:#94a3b8}.mode-btn.active{color:#1e40af;background:#eff6ff;border-color:#2563eb;box-shadow:0 0 0 1px #2563eb}.upi-payment-box{text-align:center;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;margin-bottom:1.5rem;padding:1.25rem}.simulated-qr-code{color:#0f172a;flex-direction:column;align-items:center;margin-bottom:1rem;display:flex}.qr-scan-label{color:#64748b;margin-top:.5rem;font-size:.8rem;font-weight:600}.upi-id-input-wrap{text-align:left}.upi-id-input-wrap label{color:#475569;margin-bottom:.35rem;font-size:.82rem;font-weight:600;display:block}.payment-security-note{color:#64748b;justify-content:center;align-items:center;gap:.4rem;margin-bottom:1.25rem;font-size:.8rem;display:flex}.btn-process-payment{color:#fff;cursor:pointer;background:linear-gradient(135deg,#10b981 0%,#059669 100%);border:none;border-radius:12px;width:100%;padding:.95rem;font-size:1rem;font-weight:700;transition:all .2s;box-shadow:0 4px 14px #10b9814d}.btn-process-payment:hover{background:linear-gradient(135deg,#059669 0%,#047857 100%);transform:translateY(-1px)}.payment-success-screen{text-align:center;padding:1.5rem 0}.success-icon-circle{color:#16a34a;background:#dcfce7;border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;margin:0 auto 1.25rem;display:flex}.payment-success-screen h3{font-family:var(--font-display);color:#0f172a;margin-bottom:.5rem;font-size:1.7rem}.payment-success-screen p{color:#64748b;margin-bottom:1.5rem;font-size:.95rem}.receipt-modal-card{background:#fff;border-radius:16px;flex-direction:column;width:100%;max-width:650px;max-height:90vh;animation:.25s modalScaleUp;display:flex;overflow:hidden;box-shadow:0 25px 50px #00000059}.receipt-paper{background:#fff;border:2px solid #e2e8f0;border-radius:8px;margin:1.5rem;padding:2.5rem 2rem;overflow-y:auto}.receipt-header{border-bottom:2px solid #0f172a;align-items:center;gap:1.5rem;margin-bottom:1.25rem;padding-bottom:1.25rem;display:flex}.receipt-logo{width:80px;height:auto}.receipt-school-info h2{font-family:var(--font-display);color:#0e1b2f;letter-spacing:.5px;margin:0 0 .2rem;font-size:1.35rem}.receipt-school-info p{color:#475569;margin:.1rem 0;font-size:.8rem}.receipt-title-badge{color:#fff;letter-spacing:1px;background:#0e1b2f;margin-top:.4rem;padding:.2rem .6rem;font-size:.75rem;font-weight:700;display:inline-block}.receipt-meta-grid{grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1.5rem;font-size:.88rem;display:grid}.receipt-meta-grid p{color:#334155;margin:.25rem 0}.receipt-items-table{border-collapse:collapse;width:100%;margin-bottom:1.25rem}.receipt-items-table th,.receipt-items-table td{text-align:left;border:1px solid #cbd5e1;padding:.6rem .8rem;font-size:.85rem}.receipt-items-table th{color:#0f172a;background:#f1f5f9;font-weight:700}.receipt-total-row{background:#f8fafc;font-weight:700}.receipt-words{color:#334155;margin-bottom:2rem;font-size:.85rem}.receipt-words p{margin:.2rem 0}.receipt-signatures{color:#475569;grid-template-columns:1fr 1fr 1fr;align-items:flex-end;margin-top:2rem;font-size:.8rem;display:grid}.sig-line{border-bottom:1px solid #94a3b8;height:30px;margin-bottom:.4rem}.school-seal-circle{color:#64748b;border:2px dashed #94a3b8;border-radius:50%;justify-content:center;align-items:center;width:70px;height:70px;margin:0 auto;font-size:.65rem;font-weight:700;display:flex}.receipt-modal-actions{background:#f8fafc;border-top:1px solid #e2e8f0;justify-content:flex-end;align-items:center;gap:1rem;padding:1.25rem 2rem;display:flex}.btn-print{color:#fff;cursor:pointer;background:#12345b;border:none;border-radius:8px;align-items:center;gap:.5rem;padding:.75rem 1.25rem;font-size:.9rem;font-weight:600;display:flex}.btn-close-receipt{color:#334155;cursor:pointer;background:#e2e8f0;border:none;border-radius:8px;padding:.75rem 1.25rem;font-size:.9rem;font-weight:600}@media print{body *{visibility:hidden}#printable-receipt,#printable-receipt *{visibility:visible}#printable-receipt{border:none;width:100%;margin:0;padding:20px;position:absolute;top:0;left:0}}.app-container{flex-direction:column;min-height:100vh;display:flex;position:relative}.main-content{flex:1}
