@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;700&display=swap);@import url(https://fonts.googleapis.com/css2?family=IBM+Plex+Mono&display=swap);*,:after,:before{box-sizing:border-box}html{font-family:Inter,sans-serif;font-size:10px}*{margin:0;padding:0}ol,ul{list-style:none}html:focus-within{scroll-behavior:smooth}body{line-height:1.5;min-height:100vh;text-rendering:optimizeSpeed}a:not([class]){-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto}img,picture{display:block;max-width:100%}button,input,select,textarea{font:inherit}@media (prefers-reduced-motion:reduce){html:focus-within{scroll-behavior:auto}*,:after,:before{-webkit-animation-duration:.01ms!important;animation-duration:.01ms!important;-webkit-animation-iteration-count:1!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}}:root{--calculator-screen-primary:#e0e0e0;--calculator-screen-ans-primary:#858694;--calculator-screen-last-row:#f5913e;--primary-white:#fff;--primary-black:#000;--default-gray-900:#111827;--default-green-400:#34d399}#root{align-items:center;display:flex;flex-direction:column;gap:5rem;justify-content:space-around;min-height:100vh}.header{background-color:#e0e0e0;background-color:var(--calculator-screen-primary);padding:1.5rem 0;position:fixed;top:0;width:100%}.nav-bar{justify-content:space-between;padding:0 5rem}.nav-bar,.nav-links{display:flex;flex-direction:row}.nav-links{gap:5rem;justify-content:center}.nav-link-item{color:#fff;font-size:1.4rem;font-weight:500}.nav-link:link,.nav-links:active{text-decoration:none}.main-landing-page{font-size:1.6rem;width:80%}.main-landing-page-title{padding-bottom:2.5rem}.quote-container{align-items:center;background:#e5e7eb;border-radius:1rem;display:flex;flex-direction:column;font-family:IBM Plex Mono,monospace;gap:2.2rem;margin-top:3rem;padding:5.2rem 3.2rem;text-align:center}.quote{font-size:1.8rem;line-height:1.4}.quote-author{font-size:1.2rem;font-style:italic}.quote-suffler{background-color:#34d399;background-color:var(--default-green-400);background-image:url(/static/media/shuffle.deceedc4b4534a7ce379.svg);background-position:50%;background-repeat:no-repeat;background-size:50%;border:none;border-radius:50%;color:#34d399;color:var(--default-green-400);cursor:pointer;height:3rem;position:relative;text-align:center;width:3rem}.quote-suffler-tooltip{background-color:#e0e0e0;background-color:var(--calculator-screen-primary);border:.1rem solid #111827;border:.1rem solid var(--default-gray-900);bottom:-2.1rem;color:#111827;color:var(--default-gray-900);content:"reload";padding:.2rem;position:absolute;right:-3.5rem;visibility:hidden}.quote-suffler:hover .quote-suffler-tooltip{visibility:visible}.utils{font-family:IBM Plex Mono,monospace}.is-loading-msg{color:#34d399;color:var(--default-green-400)}.is-error-msg{color:#f5913e;font-size:1.8rem}.calculator-container{display:flex;flex-direction:column;width:80%}.calculator-text{color:#111827;color:var(--default-gray-900);font-size:3.4rem;font-weight:700}table{align-items:center;margin:0 auto}td{background-color:#e0e0e0;background-color:var(--calculator-screen-primary);cursor:pointer;font-size:1.4rem;font-weight:500;height:5.5rem;text-align:center;width:10rem}td:last-child{background-color:#f5913e;background-color:var(--calculator-screen-last-row)}#calculator-answer-el{background-color:#858694;background-color:var(--calculator-screen-ans-primary);color:#fff;color:var(--primary-white);cursor:auto;font-size:2rem;font-weight:700;padding-right:2.5rem;text-align:right}::selection{color:#000}@media (min-width:764px){#root{flex-direction:row}.header{width:80%}.quote-container{min-height:15rem;padding:5rem 15rem;width:80%}.calculator-container{flex-direction:row;justify-content:space-between}table{margin:0}}
/*# sourceMappingURL=main.dec29b74.css.map*/