*{box-sizing:border-box;margin:0;padding:0}@font-face{font-family:Plus Jakarta Sans;font-style:normal;font-weight:100 900;src:url(/static/media/PlusJakartaSans-VariableFont_wght.91a892b057d3b1e6c20b.ttf)}@font-face{font-family:Plus Jakarta Sans;font-style:italic;font-weight:100 900;src:url(/static/media/PlusJakartaSans-Italic-VariableFont_wght.8eca6f78230e2b1fc1f5.ttf)}@font-face{font-family:Plus Jakarta Sans;font-style:normal;font-weight:500;src:url(/static/media/PlusJakartaSans-Medium.f78ffc04acb877ce387e.ttf)}@font-face{font-family:Plus Jakarta Sans;font-style:normal;font-weight:700;src:url(/static/media/PlusJakartaSans-Bold.542d4930de15d99be736.ttf)}:root{--Lime:#d7da2f;--Red:#d73328;--White:#fff;--Slate-100:#e3f3fd;--Slate-300:#9abed5;--Slate-500:#6b94a8;--Slate-700:#4e6e7e;--Slate-900:#122f3f}body{background:#e3f3fd;background:var(--Slate-100);font-family:Plus Jakarta Sans,sans-serif;font-weight:500;height:100vh}#root{align-items:center;display:flex;height:100%;justify-content:center;width:100%}.container{background:#fff;background:var(--White);border-radius:1rem;display:flex;height:auto;min-width:45rem;overflow:hidden;width:60vw}.calculator{display:flex;flex-direction:column;gap:2rem;height:100%;padding:1.5rem 2rem;width:50%}.header{display:flex;flex-direction:row;justify-content:space-between}.header .clear{background:#fff;background:var(--White);border:none;color:#4e6e7e;color:var(--Slate-700);cursor:pointer;font-weight:700;text-decoration:underline}.header .clear:hover{color:#122f3f;color:var(--Slate-900)}.radio div,form .input_container{border:1px solid #4e6e7e;border:1px solid var(--Slate-700);border-radius:5px;cursor:pointer;display:flex;height:3rem;margin:.5rem 0;overflow:hidden;width:100%}form>.input_container span{order:-1}form .input_container:hover{border:1px solid #122f3f;border:1px solid var(--Slate-900)}form .input_container:focus-within{border:1px solid #d7da2f;border:1px solid var(--Lime)}form .input_container input:focus+span{background:#d7da2f;background:var(--Lime);color:#122f3f;color:var(--Slate-900);transition:background .3s ease-in-out}form .input_container input:focus{outline:none}form label{color:#6b94a8;color:var(--Slate-500)}span{align-items:center;background:#e3f3fd;background:var(--Slate-100);border:none;color:#4e6e7e;color:var(--Slate-700);display:flex;font-weight:700;height:100%;justify-content:center;padding:0 1.2rem;width:auto}.input_container,.input_container input{width:100%}.input_container input{border:none;font-family:Plus Jakarta Sans;font-size:1rem;font-weight:700;padding-left:1rem}.incr{display:flex;justify-content:space-between;margin:1rem 0}.incr div{width:48%}.incr div .input_container{width:100%}form .radio{display:flex;flex-direction:column;gap:8px}form .radio div{align-items:center;height:3rem;margin:0}form .radio div:hover{border:1px solid #d7da2f;border:1px solid var(--Lime)}form .radio div input{margin:0 1rem;transform:scale(1.4)}form .radio div input:checked{accent-color:#969801}form .radio div:focus-within{background-color:rgba(215,218,47,.224);border:1px solid #d7da2f;border:1px solid var(--Lime);transition:background-color .3s ease-in-out}.submit{align-items:center;background:#d7da2f;background:var(--Lime);border:none;border-radius:24px;color:#122f3f;color:var(--Slate-900);cursor:pointer;display:flex;font-weight:700;justify-content:center;margin-top:2rem;padding:.8rem 0;width:60%}.submit:hover{background:#e6e953}.submit img{margin-right:.5rem}.input_container.error{border:1px solid #d73328;border:1px solid var(--Red)}.input_container.error span{background-color:#d73328;background-color:var(--Red);color:#fff;color:var(--White)}p.error{color:#d73328;color:var(--Red);font-size:.8rem}.result_section{border-bottom-left-radius:5rem;color:#fff;color:var(--White);height:inherit;overflow:hidden;width:50%}.completed_stage,.empty_stage{background:#122f3f;background:var(--Slate-900);height:100%;padding:1.5rem;text-align:center}.empty_stage{align-items:center;display:flex;flex-direction:column;gap:1rem;justify-content:center}.empty_stage p{color:#9abed5;color:var(--Slate-300);font-size:.9rem}.completed_stage{display:flex;flex-direction:column;gap:1.4rem;padding:2.4rem;text-align:start}.completed_stage p{color:#9abed5;color:var(--Slate-300);line-height:1.2rem}.completed_stage .results{background:#0f2733;border-radius:.5rem;border-top:4px solid #d7da2f;border-top:4px solid var(--Lime);padding:2rem}.completed_stage .results h1{color:#d7da2f;color:var(--Lime);font-size:2.5rem;margin-top:.4rem}.completed_stage .results h3{margin-top:.5rem}.completed_stage hr{border:1px solid #4e6e7e;border:1px solid var(--Slate-700);margin:2rem 0}@media screen and (max-width:768px){#root{min-height:-webkit-fit-content;min-height:fit-content}.container{border-radius:0;min-width:25rem}.container,.header{flex-direction:column}.header{align-items:flex-start;gap:.5rem}.incr{flex-direction:column}.calculator,.incr div,.result_section,.submit{width:100%}.result_section{border-radius:0}}
/*# sourceMappingURL=main.eb705ac0.css.map*/