body{font-family:"Hind Siliguri",sans-serif;background:linear-gradient(180deg,var(--bg-pink) 0%,var(--text-light) 45%,var(--bg-blue) 100%);color:var(--text);min-height:100vh;display:flex;flex-direction:column}.error-section{flex:1;display:flex;align-items:center;justify-content:center;padding:7rem 0 4rem;position:relative;overflow:hidden}.error-section:before{content:"";position:absolute;width:260px;height:260px;border-radius:50%;background:rgba(244,114,182,.18);top:10%;left:-80px;filter:blur(8px)}.error-section:after{content:"";position:absolute;width:320px;height:320px;border-radius:50%;background:rgba(96,165,250,.16);right:-100px;bottom:-100px;filter:blur(10px)}.error-card{background:var(--text-light);border-radius:32px;box-shadow:var(--shadow-soft);padding:2.5rem;text-align:center;position:relative;z-index:1}.error-code{font-size:5rem;font-weight:700;line-height:1;background:linear-gradient(90deg,var(--pink),var(--blue));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.badge-soft{display:inline-block;border-radius:999px;padding:.45rem .85rem;font-weight:700;color:var(--pink-dark);background:linear-gradient(90deg,rgba(244,114,182,.14),rgba(96,165,250,.14));margin-bottom:1rem}
