@tailwind base;@tailwind components;@tailwind utilities;*{-webkit-font-smoothing:antialiased;box-sizing:border-box}html{font-size:18px}body{background:#f5f5f5;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}#root{background:#fff;max-width:430px;min-height:100vh;margin:0 auto;font-size:140%;position:relative}.screen-content{padding-bottom:80px}.bg-brand{background-color:#1d9e75}.text-brand{color:#1d9e75}.bg-brand-light{background-color:#e1f5ee}.text-brand-dark{color:#0f6e56}.badge-urgent{color:#a32d2d;background:#fcebeb}.badge-progress{color:#854f0b;background:#faeeda}.badge-ready{color:#0f6e56;background:#e1f5ee}.badge-delivered{color:#5f5e5a;background:#f1efe8}input:focus,select:focus,textarea:focus{outline:none;box-shadow:0 0 0 3px #1d9e751f;border-color:#1d9e75!important}.bottom-nav{z-index:50;background:#fff;border-top:.5px solid #e5e5e5;width:100%;max-width:430px;display:flex;position:fixed;bottom:0;left:50%;transform:translate(-50%)}
