.container{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100vh;width:100%;margin:0;padding:2rem;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;background:#121212;color:#fff}@media (max-width: 768px){.container{height:auto;padding:1rem}.input-group{flex-direction:column;gap:1rem;width:100%}.blurb{font-size:1rem;max-width:100%}.formula-explanation{grid-template-columns:1fr;gap:.5rem}button.calculate-button{width:100%;padding:1rem}}@media (max-width: 480px){.container{padding:1rem;width:100%;box-sizing:border-box}h1{font-size:1.5rem;text-align:center;word-wrap:break-word}.blurb{font-size:.85rem;max-width:100%;margin:0 auto;word-wrap:break-word}.input-group{width:100%;display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem;box-sizing:border-box}label{font-size:.9rem;word-wrap:break-word}input{font-size:.9rem;padding:.5rem;width:100%;box-sizing:border-box}button.calculate-button{font-size:.9rem;padding:.75rem;width:100%}.result{font-size:1rem;padding:.5rem;word-wrap:break-word}.formula-explanation{grid-template-columns:1fr;gap:.5rem;padding:.5rem;word-wrap:break-word}}.formula-variables{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.formula-explanation{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:10px;margin-bottom:10px;text-align:center;word-wrap:break-word}h1{font-size:2.5rem;color:#fff;margin-bottom:1.5rem;font-weight:700}.blurb{font-size:1.2rem;color:#ccc;margin-bottom:2rem;word-wrap:break-word;text-align:center;max-width:90%;overflow-wrap:break-word;white-space:normal}.input-group{display:flex;flex-wrap:wrap;justify-content:center;gap:2rem;width:100%;max-width:800px;margin-bottom:2rem}label{display:flex;flex-direction:column;align-items:flex-start;font-size:1rem;color:#444}input{width:100%;padding:.5rem;font-size:1rem;border:1px solid #ccc;border-radius:4px;margin-top:.5rem;transition:border-color .3s}input:focus{border-color:#007bff;outline:none}button.calculate-button{padding:.75rem 1.5rem;font-size:1rem;color:#fff;background-color:#007bff;border:none;border-radius:8px;cursor:pointer;transition:background-color .3s,transform .2s}button.calculate-button:hover{background-color:#0056b3;transform:scale(1.1)}button.calculate-button:hover{background-color:#0056b3;transform:scale(1.05)}button.calculate-button:hover{background-color:#0056b3}.result{font-size:1.5rem;color:#76c7c0;margin-top:2rem;text-align:center}.result.warning{color:red}.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}: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}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}
