@import "https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@600;700&family=Roboto:wght@400;700&display=swap";:root{color:#111;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fff;font-family:Roboto,sans-serif;font-size:16px}*{box-sizing:border-box}body{margin:0}button{font-family:inherit}#root{min-height:100svh}.page{background:#fff;justify-content:center;height:100svh;padding:0 16px;display:flex;position:relative}.screen{scrollbar-width:none;width:clamp(360px,100%,520px);height:100svh;padding:16px 0 48px;overflow-y:auto}.screen::-webkit-scrollbar{display:none}.header{text-align:center;margin-bottom:38px}.app-name{color:#000;margin:0;font-family:Roboto Condensed,sans-serif;font-size:24px;font-weight:700;line-height:1.16}.section,.methods-section{margin-bottom:28px}.section__title{color:#000;margin:0 0 8px;font-family:Roboto Condensed,sans-serif;font-size:18px;font-weight:600;line-height:1.16}.methods{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.method{color:#000;cursor:pointer;background:#eee;border:0;border-radius:16px;flex-direction:column;justify-content:space-between;align-items:center;height:100px;padding:8px 8px 16px;display:flex}.method--active{color:#fff;background:#19191b}.method__image{object-fit:cover;border-radius:8px;width:58px;height:58px}.method__label{font-family:Roboto,sans-serif;font-size:14px;font-weight:400;line-height:16px}.calculator-section{margin-bottom:0}.field-copy{margin-bottom:8px}.field-copy:has(.field-copy__description){align-items:center;gap:24px;display:flex}.field-copy__title{color:#000;margin:0;font-family:Roboto,sans-serif;font-size:14px;font-weight:400;line-height:1.2}.field-copy__description{color:#75747f;margin:0 0 0 auto;font-family:Roboto,sans-serif;font-size:12px;font-weight:400;line-height:1.16}@media (width<=479px){.field-copy:has(.field-copy__description){display:block}.field-copy__description{margin:4px 0 0}}.segmented{background:#eee;border-radius:100px;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-bottom:24px;display:grid}.segmented__item{color:#19191b;cursor:pointer;background:0 0;border:0;border-radius:100px;height:40px;font-family:Roboto,sans-serif;font-size:14px;font-weight:400}.segmented__item--active{color:#fff;background:#19191b}.portion-block{margin-bottom:32px}.portion-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-top:8px;display:grid}.portion-grid--two{grid-template-columns:repeat(2,minmax(0,1fr))}.portion-grid--four{grid-template-columns:repeat(4,minmax(0,1fr))}.portion{color:#19191b;cursor:pointer;background:#eee;border:0;border-radius:16px;height:40px;font-family:Roboto,sans-serif;font-size:14px;font-weight:400}.portion--active{color:#fff;background:#19191b}.results{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px 16px;display:grid}.results--compact{margin-bottom:0}.result{min-height:72px}.result__label{color:#000;margin:0 0 8px;font-family:Roboto,sans-serif;font-size:14px;font-weight:400;line-height:1.2}.result__label--with-action{align-items:center;gap:6px;display:inline-flex}.result__info-button{color:#1d78d6;cursor:pointer;background:0 0;border:2px solid;border-radius:50%;flex:0 0 24px;justify-content:center;align-items:center;width:24px;height:24px;padding:0;font-family:Roboto,sans-serif;font-size:16px;font-weight:700;line-height:1;display:inline-flex}.result__info-button:focus-visible,.modal__close:focus-visible{outline-offset:2px;outline:2px solid #1d78d6}.result__value{color:#19191b;margin:0;font-family:Roboto,sans-serif;font-size:40px;font-weight:700;line-height:48px}.hint{background:#f7f7f7;border-radius:16px;align-items:center;gap:10px;margin:24px 0 0;padding:16px;display:flex;overflow:hidden}.hint__icon-wrap{flex:0 0 40px;width:40px;height:40px;position:relative;overflow:hidden}.hint__icon{object-fit:cover;width:119.81%;max-width:none;height:119.81%;position:absolute;top:-7.44%;left:-12.84%}.hint__text{color:#19191b;word-break:break-word;flex:1;min-width:0;margin:0;font-family:Inter,sans-serif;font-size:14px;font-weight:400;line-height:normal}.hint__text-button{color:#1d78d6;cursor:pointer;font:inherit;text-underline-offset:3px;background:0 0;border:0;padding:0;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}.hint__text-button:focus-visible{outline-offset:2px;border-radius:4px;outline:2px solid #1d78d6}.modal{z-index:20;justify-content:center;align-items:flex-end;animation:.2s ease-out both modal-fade-in;display:flex;position:fixed;inset:0}.modal__sheet{background:#fff;border:0;border-radius:32px 32px 0 0;width:min(100%,520px);padding:24px 24px 60px;animation:.2s ease-out both modal-sheet-in;overflow:hidden;box-shadow:0 -16px 28px #19191b14,0 -2px 2px #19191b05}.modal__sheet--info{min-height:min(760px,100svh - 42px);padding:48px 40px 72px}.modal--closing .modal__sheet{animation:.2s ease-in both modal-sheet-out}.modal__close{color:#19191b;cursor:pointer;background:0 0;border:0;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;margin:0 0 38px auto;padding:0;display:flex;position:relative}.modal__close:before,.modal__close:after{content:"";background:currentColor;border-radius:999px;width:30px;height:3px;position:absolute}.modal__close:before{transform:rotate(45deg)}.modal__close:after{transform:rotate(-45deg)}.modal__content{flex-direction:column;align-items:center;display:flex}.modal__content--info{justify-content:center;min-height:calc(min(760px,100svh - 42px) - 164px)}.modal__image{object-fit:cover;width:140px;height:140px}.modal__image--bloom{object-fit:contain;width:220px;height:220px;margin-bottom:22px}.modal__text{color:#19191b;text-align:center;word-break:break-word;width:100%;margin:0;font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:normal}.modal__text--info{max-width:420px;font-size:28px;line-height:1.34}@keyframes modal-fade-in{0%{background:#19191b00}to{background:#19191b00}}@keyframes modal-sheet-in{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes modal-sheet-out{0%{transform:translateY(0)}to{transform:translateY(100%)}}@media (prefers-reduced-motion:reduce){.modal,.modal__sheet{animation:none}}@media (width<=420px){.modal__sheet--info{padding:36px 24px 56px}.modal__image--bloom{width:184px;height:184px}.modal__text--info{font-size:24px}}.unsupported{text-align:center;color:#1a1a1a;z-index:10;background:#fff;justify-content:center;align-items:center;padding:24px;font-size:16px;font-weight:600;display:none;position:absolute;inset:0}@media (width<=420px){.screen{width:100%}}@media (width<=339px){.screen{display:none}.unsupported{display:flex}}
