*,:before,:after{box-sizing:border-box}*{margin:0;padding:0}html{scroll-behavior:smooth}body{min-height:100vh;line-height:1.5}img,picture,svg,video{max-width:100%;display:block}ul,ol{list-style:none}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}:root{--clr-bg:2, 8, 18;--clr-white:248, 250, 252;--clr-muted:183, 192, 204;--clr-orange:255, 122, 47;--clr-blue:56, 163, 255;--glass-bg:8, 16, 28;--glass-border:255, 255, 255;--shadow-soft:0 24px 80px rgba(var(--clr-bg), .45);--text-shadow:2px 2px 2px rgba(var(--clr-bg), .75);--radius-sm:.5rem;--radius-lg:1rem;--radius-round:50%;--font-main:system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-sarpanch:"Sarpanch", system-ui}body{min-height:100vh;font-family:var(--font-main);color:rgba(var(--clr-white), 1);background:rgba(var(--clr-bg), 1);margin:0}.app-wrapper{background:rgba(var(--clr-bg), 1);flex-direction:column;min-height:100dvh;display:flex;position:relative}.app-wrapper:before{content:"";background:linear-gradient(to bottom, rgba(var(--clr-bg), 0) 60%, rgba(var(--clr-bg), 1) 100%), linear-gradient(90deg, rgba(var(--clr-orange), .1) 0%, rgba(var(--clr-orange), .1) 50%, rgba(var(--clr-blue), .1) 50%, rgba(var(--clr-blue), .1) 100%), url(/images/2bn-hero.webp) top center / 100% auto no-repeat;pointer-events:none;height:min(70vh,34rem);position:absolute;inset:0 0 auto}header,main,footer{z-index:1;position:relative}header{padding:1rem}.logo{width:fit-content;color:rgba(var(--clr-white), 1);letter-spacing:.08em;font-family:var(--font-sarpanch);text-decoration:none;display:block}.logo span{font-size:1.8rem;font-weight:700;display:block}main{flex:1}.fade-up{animation:.7s ease-out backwards fade-up;animation-delay:calc(var(--i) * .12s)}.hero-title{--i:0}.hero-subtitle{--i:2}.accent-line{--i:4}.hero-tagline{--i:6}.profile-card{--i:8}.hero{place-items:start center;min-height:auto;padding:0 1.25rem 2.5rem;display:grid;position:relative}.hero-content{z-index:1;text-align:center;width:min(100%,46rem);text-shadow:var(--text-shadow);position:relative}.hero-title{font-size:clamp(2rem,12vw,6rem);font-family:var(--font-sarpanch);letter-spacing:.16em;text-transform:uppercase;margin:0;line-height:.9}.hero-subtitle{color:rgba(var(--clr-muted), 1);letter-spacing:.45em;text-transform:uppercase;margin:1rem 0 0;font-size:clamp(1rem,2vw,1.5rem)}.hero-tagline{margin:2rem 0 0;font-size:clamp(1.25rem,4vw,2rem)}.accent-line{border-radius:var(--radius-sm);background:linear-gradient(90deg, rgba(var(--clr-orange), 1), rgba(var(--clr-blue), 1));width:6rem;height:.15rem;margin:1.75rem auto}.profile-grid{grid-template-columns:1fr;gap:2rem;margin-top:3rem;display:grid}.profile-card{color:rgba(var(--clr-white), 1);border:1px solid rgba(var(--glass-border), .22);border-radius:var(--radius-lg);background:rgba(var(--glass-bg), .55);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-shadow:var(--shadow-soft);justify-items:center;gap:1rem;padding:2.25rem;text-decoration:none;transition:transform .2s,border-color .2s,box-shadow .2s;display:grid}.profile-card:hover,.profile-card:focus-visible{border-color:currentColor;outline:none;transform:translateY(-.35rem)}.profile-card-orange{color:rgba(var(--clr-orange), 1)}.profile-card-blue{color:rgba(var(--clr-blue), 1)}.profile-card h2{color:rgba(var(--clr-white), 1);font-size:clamp(1.25rem,12vw,1.75rem);font-family:var(--font-sarpanch);letter-spacing:.35em;text-transform:uppercase;margin:0}.profile-card p{color:rgba(var(--clr-white), 1);margin:0;font-size:1.05rem}.profile-icon,.profile-button svg{width:3rem;height:3rem}.profile-icon svg,.profile-button svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:100%;height:100%;display:block}.profile-card-blue .profile-icon{width:4rem}.profile-card-blue .profile-icon svg{stroke-width:2.8px}.profile-button{aspect-ratio:1;border-radius:var(--radius-round);color:currentColor;border:2px solid;place-items:center;width:4rem;margin-top:.75rem;padding:.5em;font-size:1rem;display:grid}footer{color:rgba(var(--clr-muted), 1);text-align:center;letter-spacing:.08em;padding:1rem 1.25rem 1.5rem;font-size:.8rem;position:static}.footer-separator{display:none}.footer-break{display:block}.toast-stack{z-index:100;gap:.75rem;display:grid;position:fixed;top:1rem;right:1rem}.toast{color:var(--clr-white);background:rgba(var(--clr-bg), .5);border:1px solid rgba(var(--clr-white), .22);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);cursor:pointer;border-radius:1rem;justify-content:space-between;align-items:center;gap:1rem;padding:1rem;display:flex}.toast p{margin:0}@media (width>=472px){.profile-grid{width:min(100%,24rem);margin-inline:auto}}@media (width>=768px){.app-wrapper:before{background:linear-gradient(90deg, rgba(var(--clr-orange), .1) 0%, rgba(var(--clr-orange), .1) 50%, rgba(var(--clr-blue), .1) 50%, rgba(var(--clr-blue), .1) 100%), url(/images/2bn-hero.webp) center / cover no-repeat;height:auto;inset:0}header{padding:1.25rem 1.5rem 0}.hero{padding:3rem}.hero-content{width:min(100%,56rem)}.profile-grid{grid-template-columns:repeat(2,minmax(0,1fr));width:auto;min-width:25vw;max-width:75vw}.profile-card{min-height:15rem;padding:2.5rem}footer{font-size:1rem}.footer-separator{display:inline-block}.footer-break{display:none}}@keyframes fade-up{0%{opacity:0;transform:translateY(1.25rem)}to{opacity:1;transform:translateY(0)}}
