*,:before,:after{box-sizing:border-box}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0}#root{flex-direction:column;min-height:100svh;display:flex}.cashcalc-header{z-index:40;padding-top:calc(env(safe-area-inset-top,0px) + .75rem);padding-bottom:.75rem;position:fixed;top:0;left:0;right:0;box-shadow:0 1px #0003}.cashcalc-app{--cashcalc-header-offset:calc(env(safe-area-inset-top,0px) + 4.75rem);flex-direction:column;display:flex}.cashcalc-body{min-height:0;padding:.5rem .75rem 1rem;padding-top:calc(var(--cashcalc-header-offset) + .5rem);flex-direction:column;flex:1;justify-content:center;align-items:center;display:flex;overflow-y:auto}.cashcalc-card{flex-direction:column;flex-shrink:0;align-items:stretch;width:max-content;min-width:0;max-width:min(28rem,100%);display:inline-flex}@media (width>=768px){.cashcalc-card{max-width:min(32rem,100%)}}.cashcalc-rows{grid-template-columns:max-content;justify-items:stretch;gap:.125rem;display:grid}.cashcalc-main{flex-direction:column;align-items:center;min-width:0;display:flex}.cashcalc-footer-keyboard{display:none}.cashcalc-footer-inner{flex-wrap:nowrap;justify-content:center;align-items:center;gap:.75rem;display:flex}.cashcalc-footer-total{text-align:center}@media (height<=720px) and (width<=440px){html{height:100dvh;max-height:100dvh;overflow:hidden}body{height:100%;margin:0;overflow:hidden}#root{flex-direction:column;height:100%;min-height:0;max-height:100%;display:flex;overflow:hidden}.cashcalc-app{flex-direction:column;flex:1;height:100%;min-height:0;max-height:100%;display:flex;overflow:hidden}.cashcalc-app.min-h-svh{min-height:0}.cashcalc-body{min-height:0;padding-top:calc(var(--cashcalc-header-offset) + .5rem);flex:1;justify-content:flex-start;align-items:stretch;padding-bottom:0;padding-left:.75rem;padding-right:.75rem;overflow:hidden}.cashcalc-card{flex:1;width:100%;max-width:none;min-height:0;overflow:hidden}.cashcalc-toolbar{background-color:#e5e7eb;flex-shrink:0;box-shadow:0 1px #00000014}.cashcalc-main{-webkit-overflow-scrolling:touch;flex:1;align-items:center;min-height:0;padding-bottom:.25rem;overflow-y:auto}.cashcalc-main .cashcalc-rows{flex-shrink:0;margin-block:auto}.cashcalc-footer{padding-bottom:calc(.5rem + env(safe-area-inset-bottom,0px));background-color:#e5e7eb;flex-shrink:0}.cashcalc-footer-inner{grid-template-columns:auto 1fr auto;align-items:center;gap:.5rem;display:grid}.cashcalc-footer-total{text-align:center;justify-self:center}.cashcalc-footer-keyboard{display:flex}.cashcalc-fab-keyboard{display:none!important}}@media (width<=767px){@media not ((height<=720px) and (width<=440px)){.cashcalc-main{padding-bottom:1rem}}}@media (width>=768px){.cashcalc-fab-keyboard{display:none!important}}.cashcalc-app--keyboard-tall .cashcalc-body{padding-bottom:min(42vh,12rem)}.cashcalc-fab-keyboard.cashcalc-fab-keyboard--open{bottom:calc(min(42vh, 12rem) + .5rem + env(safe-area-inset-bottom,0px))}
