@tailwind base;@tailwind components;@tailwind utilities;@layer base{:root{--background:222.2 84% 4.9%;--foreground:210 40% 98%;--card:222.2 84% 4.9%;--card-foreground:210 40% 98%;--popover:222.2 84% 4.9%;--popover-foreground:210 40% 98%;--primary:217.2 91.2% 59.8%;--primary-foreground:222.2 47.4% 11.2%;--secondary:217.2 32.6% 17.5%;--secondary-foreground:210 40% 98%;--muted:217.2 32.6% 17.5%;--muted-foreground:215 20.2% 65.1%;--accent:217.2 32.6% 17.5%;--accent-foreground:210 40% 98%;--destructive:0 62.8% 30.6%;--destructive-foreground:210 40% 98%;--border:217.2 32.6% 17.5%;--input:217.2 32.6% 17.5%;--ring:212.7 26.8% 83.9%;--radius:0.5rem}*{@apply border-border}body{@apply bg-background text-foreground;background-color:#0a0b14;background-image:radial-gradient(circle at 100% 100%,rgba(59,82,180,.1) 0,transparent 50%),radial-gradient(circle at 0 0,rgba(59,82,180,.05) 0,transparent 50%);background-attachment:fixed}}@layer base{input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}}@keyframes gradient-shift{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}@keyframes bounce-slow{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes pulse{0%{transform:scale(.95);opacity:.7}50%{transform:scale(1.05);opacity:.9}to{transform:scale(.95);opacity:.7}}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-10px)}to{transform:translateY(0)}}@keyframes float-slow{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}@keyframes glow-pulse-strong{0%,to{opacity:.3}50%{opacity:.7}}.animate-float-slow{animation:float-slow 8s ease-in-out infinite}.animate-glow-pulse-strong{animation:glow-pulse-strong 4s ease-in-out infinite}.animate-gradient{background-size:200% 200%;animation:gradient-shift 15s ease infinite}.animate-bounce-slow{animation:bounce-slow 3s ease-in-out infinite}.text-2xl,.text-xl,h2{font-weight:500}input::placeholder{color:rgba(156,163,175,.5)}.calculator-container{isolation:isolate}.calculator-container:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 80% 80%,rgba(59,82,180,.2),transparent 60%);z-index:-1;border-radius:2rem;transform:scale(1.1);pointer-events:none}.shadow-xl{box-shadow:0 20px 25px -5px rgba(0,0,0,.2),0 10px 10px -5px rgba(0,0,0,.1)}@keyframes pulse-slow{0%,to{opacity:.5}50%{opacity:.7}}.animate-pulse-slow{animation:pulse-slow 8s ease-in-out infinite}.glow-container{animation:glow-pulse 4s ease-in-out infinite;isolation:isolate;position:relative;z-index:1;overflow:hidden}@keyframes glow-pulse{0%,to{box-shadow:0 0 15px rgba(59,82,180,.15)}50%{box-shadow:0 0 25px rgba(59,82,180,.25)}}body,html{overflow-x:hidden;background-color:#0a0b14;min-height:100vh;width:100%}.calculator-container{max-width:100%;overflow:hidden}nav a{position:relative;white-space:nowrap}nav a:after{content:"";position:absolute;width:0;height:2px;bottom:-2px;left:50%;background:linear-gradient(90deg,#3b82f6,#8b5cf6);transition:all .3s ease;transform:translateX(-50%);opacity:0;border-radius:2px}nav a:hover:after{width:70%;opacity:.7}nav a.active:after{width:100%;opacity:1}.nav-pill-container{background:linear-gradient(90deg,rgba(15,16,24,.8),rgba(20,24,36,.8),rgba(15,16,24,.8));border-radius:9999px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid hsla(0,0%,50%,.2);box-shadow:0 4px 20px rgba(0,0,0,.3);padding:.5rem 1.5rem}.page-transition-enter{opacity:0}.page-transition-enter-active{opacity:1;transition:opacity .5s}.page-transition-exit{opacity:1}.page-transition-exit-active{opacity:0;transition:opacity .5s}@keyframes border-flow{0%,to{opacity:.2;transform:translateX(-100%)}50%{opacity:.6;transform:translateX(100%)}}@keyframes border-pulse{0%,to{opacity:.3;border-color:rgba(59,82,180,.3)}50%{opacity:.8;border-color:rgba(59,82,180,.6)}}