#root{max-width:1280px;margin:0 auto;padding:2rem;text-align:center}.logo{height:6em;padding:1.5em;will-change:filter;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.react:hover{filter:drop-shadow(0 0 2em #61dafbaa)}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (prefers-reduced-motion: no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.card{padding:2em}.read-the-docs{color:#888}.calculator-container{background:#383535;border-radius:12px;box-shadow:0 8px 20px #0003;padding:10px;width:400px}.simple-calc-input{width:100%;font-size:2.2rem;text-align:right;padding:15px;margin-bottom:20px;border:none;border-radius:10px;background:#f4f4f4;box-shadow:inset 0 2px 5px #2727271a;color:#111}.simple-calc-buttons{display:flex;justify-content:space-between;margin-bottom:15px}.calc-button{flex:1;margin:8px;padding:20px;font-size:1.5rem;background:#e7e7e7;color:#333;border:none;border-radius:10px;cursor:pointer;transition:background .3s ease,transform .2s ease}.calc-button:hover{background:#d4d4d4;transform:translateY(-2px)}.calc-clear{background:#ff6b6b;color:#fff}.calc-clear:hover{background:#ff4949}.calc-operator{background:#4e94f0;color:#fff}.calc-operator:hover{background:#377edc}.calc-equal{background:#32cd32;color:#fff}.calc-equal:hover{background:#28a828}.calc-button:active{transform:translateY(1px)}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh;background-color:#2a2a2a}h1{font-size:3.2em;line-height:1.1}.calc-button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#060606;cursor:pointer;color:#f9f9f9;transition:border-color .25s}.calc-button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}.container{display:grid;grid-template-columns:repeat(3,1fr);gap:10vh 5vw}.box{display:flex;align-content:center;justify-content:center;width:20vw;height:15vh;padding-top:6vh;color:#d4d4d4;font-size:2vw;border-radius:8px;border:1px solid transparent;font-weight:500;font-family:inherit;background-color:#1a1a1a;transition:border-color .25s}.simple-calc-buttons{display:grid;grid-template-columns:repeat(4,1fr);background-color:#2d2d2d;border-radius:50px}.equal-button{background-color:#213547;border-radius:10px}.equal-button:hover{border-color:#75c55d}.simple-calc-input{width:320px;height:30px}@keyframes lights{0%{color:#9af;text-shadow:0 0 1em hsla(320,100%,50%,.5),0 0 .125em hsla(320,100%,60%,.5),-1em -.125em .5em hsla(40,100%,60%,.5),1em .125em .5em hsla(200,100%,60%,.5)}25%{color:#f2b3ff;text-shadow:0 0 1em hsla(290,100%,50%,.7),0 0 .125em hsla(290,100%,60%,.7),-.75em -.125em .4em hsla(60,100%,60%,.5),.75em .125em .4em hsla(150,100%,60%,.7)}50%{color:#fcc;text-shadow:0 0 1em hsla(360,100%,50%,.9),0 0 .125em hsla(360,100%,90%,.9),-.5em -.125em .3em hsla(120,100%,60%,.7),.5em .125em .3em hsla(60,100%,60%,.9)}75%{color:#b3ffd9;text-shadow:0 0 1em hsla(150,100%,50%,.7),0 0 .125em hsla(150,100%,60%,.7),.5em -.125em .4em hsla(210,100%,60%,.5),-.5em .125em .4em hsla(300,100%,60%,.7)}to{color:#9af;text-shadow:0 0 1em hsla(230,100%,50%,.5),0 0 .125em hsla(230,100%,60%,.5),1em -.125em .5em hsla(60,100%,60%,.5),-1em .125em .5em hsla(180,100%,60%,.5)}}h2{margin:auto;font-size:4vw;font-weight:300;animation:lights 4s .55s linear infinite;font-family:Verdana,Geneva,Tahoma,sans-serif}@keyframes typewriter{0%{width:0}to{width:100%}}@keyframes blink{0%,50%{border-color:transparent}50.1%,to{border-color:#9af}}label{color:#fff}input{background-color:#454545;box-shadow:none;border:none;color:#fbfbfc}input::placeholder{color:#a9a9a9}h4{margin:auto;font-size:2vw;font-weight:300;color:#fbfbfc;overflow:hidden;white-space:nowrap;border-right:.15em solid hsl(230,100%,80%);animation:typewriter 4s steps(40) 1s 1 normal both,blink .5s steps(40) infinite}.bmi-chart{border:solid rgb(100,100,100) 2px;width:50vw;height:30vh}input[type=range]{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:30vw}input[type=range]::-webkit-slider-runnable-track{background-image:linear-gradient(90deg,#ff0,green,orange,red)}input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:var(--primary-color);height:.6rem;width:.2rem;background-color:#000}.calc-bmi-button{background-color:#0b0b0b;border-radius:5px;color:#fbfbfc}
