:root{--color-bg: #ffffff;--color-green: #27AE60;--color-red: #E74C3C;--color-teal: #1ABC9C;--color-navy: #2C3E50;--color-gray-light: #F4F6F7;--color-gray-mid: #BDC3C7;--color-gray-text: #95A5A6;--font: "Inter", system-ui, sans-serif}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%}body{font-family:var(--font);background:#e8e8e8;color:var(--color-navy);-webkit-font-smoothing:antialiased}#root{display:flex;justify-content:center;align-items:flex-start}.app-shell{position:relative;width:100%;max-width:430px;min-height:100dvh;background:var(--color-bg);display:flex;flex-direction:column;box-shadow:0 0 40px #0000001f}.page-content{flex:1;overflow-y:auto;padding-bottom:80px}button{font-family:var(--font);cursor:pointer;border:none;background:none}input{font-family:var(--font)}
