:root{--bg:#f5f2e8;--text:#212d07;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}*{box-sizing:border-box}html,body,#root{min-height:100%;margin:0;padding:0}body{background:var(--bg);color:var(--text)}html{overscroll-behavior-y:none;height:100dvh}body{height:100%}button{cursor:pointer;-webkit-tap-highlight-color:transparent;touch-action:manipulation;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none;font-family:inherit}button:active:not(:disabled){opacity:.55!important}textarea,input,select{touch-action:manipulation;font-family:inherit;font-size:16px}@keyframes jotd-spin{to{transform:rotate(360deg)}}@keyframes jotd-rise{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.jotd-scrollrow{scrollbar-width:none;-ms-overflow-style:none}.jotd-scrollrow::-webkit-scrollbar{display:none}.jotd-qty:focus{border-color:#bc6c25!important}
