html,body{width:100%;height:100%;margin:0}#root{display:flex;flex-direction:column;width:100%;height:100vh;height:100dvh;overflow:hidden}@media all and (display-mode:standalone){#root{background:#fff;padding-bottom:env(safe-area-inset-bottom)}}@media(min-width:700px){#root{max-width:480px;margin:0 auto;border-left:1px solid #e3e8e5;border-right:1px solid #e3e8e5}}@media(prefers-color-scheme:dark){body{background:#121a16}#root{border-color:#2b3531}.web-date-input{background:#1b2420;color:#e8efeb;border-color:#2b3531}}@media all and (display-mode:standalone)and (prefers-color-scheme:dark){#root{background:#1b2420}}body{overflow:hidden;background:#f5f7f5;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}input,textarea,button{font:inherit}.web-date-input{width:100%;min-height:44px;margin-top:8px;border:1px solid #e3e8e5;border-radius:12px;padding:0 12px;color:#17201d;background:#fff}
