@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;position:relative}.app-logo{width:auto;height:56px;margin:0 auto;display:block}.header__menu-button{color:#19191b;cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;width:32px;height:32px;padding:4px;display:inline-flex;position:absolute;top:50%;right:0;transform:translateY(-50%)}.header__menu-icon{width:24px;height:24px;display:block}.header__menu-button:focus-visible{outline-offset:4px;outline:2px solid #1d78d6}.app-menu{z-index:30;background:#fff;justify-content:center;display:flex;position:fixed;inset:0}.app-menu__screen{background:#fff;width:clamp(360px,100%,520px);min-height:100svh;padding:16px 16px 48px}.app-menu__header{margin-bottom:28px}.app-menu__nav{flex-direction:column;align-items:center;gap:28px;padding-top:10px;display:flex}.app-menu__link{color:#19191b;font-family:Roboto Condensed,sans-serif;font-size:24px;font-weight:600;line-height:28px;text-decoration:none}.app-menu__link:focus-visible{outline-offset:6px;outline:2px solid #1d78d6}.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--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}.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:4px;display:flex}.result__info-button{color:#1d78d6;cursor:pointer;background:0 0;border:0;border-radius:50%;flex:0 0 14px;justify-content:center;align-items:center;width:14px;height:14px;padding:0;display:inline-flex}.result__info-icon{width:14px;height:14px;display:block}.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}.timer{margin-top:40px}.timer__title{color:#000;margin:0;font-family:Roboto Condensed,sans-serif;font-size:18px;font-weight:600;line-height:1.16}.timer__display{color:#19191b;text-align:center;letter-spacing:0;margin:42px 0 52px;font-family:Roboto,sans-serif;font-size:96px;font-weight:700;line-height:1}.timer__controls{justify-content:center;align-items:center;gap:18px;min-height:56px;display:flex}.timer__primary{color:#fff;cursor:pointer;background:#19191b;border:0;border-radius:100px;justify-content:center;align-items:center;gap:12px;min-width:136px;height:48px;padding:0 24px;font-family:Roboto,sans-serif;font-size:18px;font-weight:400;line-height:1;display:inline-flex}.timer__primary--pause{background:#ffa100}.timer__primary-icon{flex:0 0 16px;width:16px;height:16px;display:block}.timer__reset{cursor:pointer;background:#ff5838;border:0;border-radius:50%;flex:0 0 56px;justify-content:center;align-items:center;width:56px;height:56px;padding:0;display:inline-flex}.timer__reset-icon{width:24px;height:24px;display:block}.timer__primary:focus-visible,.timer__reset:focus-visible{outline-offset:3px;outline:2px solid #1d78d6}.modal{z-index:20;justify-content:center;align-items:flex-end;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--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}.modal__close-icon{width:30px;height:30px;display:block}.modal__content{flex-direction:column;align-items:center;display:flex}.modal__image{object-fit:cover;width:140px;height:140px}.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}@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__sheet{animation:none}}.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%}.timer__display{margin:36px 0 48px;font-size:80px}}@media (width<=339px){.screen{display:none}.unsupported{display:flex}}
