:root{--bg-outer: #e9dac6;--bg-app: #f3e9dc;--card-bd: #e8d8c2;--input-bg: #fbf4e9;--input-bd: #e4d2ba;--ink: #4a3428;--ink-2: #6e5747;--muted: #9c8270;--faint: #b79f8b;--faint-2: #c7ad98;--tint: #eddeca;--tint-2: #efe1cd;--paper: #fdf6ec;--ok: #5e7050;--ok-bg: #e7eadd;--ok-dot: #7c8a6e;--warn: #8f6412;--warn-bg: #f6e3bf;--warn-dot: #d8a24a;--danger: #b4372b;--danger-bg: #f8e3df;--vacant: #857766;--vacant-bg: #efe1cd;--accent: #c1694f;--accent-dark: #9a4a33;--accent-text: #b05a40;--accent-tint: #f1dcd0}*{box-sizing:border-box}html,body,#root{margin:0;min-height:100vh}body{background:var(--bg-outer);font-family:Nunito,system-ui,sans-serif;color:var(--ink);-webkit-font-smoothing:antialiased}a{color:var(--accent)}a:hover{color:var(--accent-dark)}input,select,textarea,button{font-family:inherit}input:focus,select:focus,textarea:focus{outline:2px solid var(--accent);outline-offset:1px}@keyframes tin{0%{opacity:0;transform:translate(-50%,8px)}to{opacity:1;transform:translate(-50%)}}@keyframes shup{0%{transform:translateY(30px);opacity:0}to{transform:translateY(0);opacity:1}}.phone-outer{min-height:100vh;display:flex;justify-content:center;background:var(--bg-outer)}.phone-frame{width:100%;max-width:430px;height:100vh;height:100dvh;background:var(--bg-app);display:flex;flex-direction:column;position:relative;box-shadow:0 0 40px #2823141f;overflow:hidden}.hover-accent:hover{border-color:var(--accent)!important}@media print{.no-print{display:none!important}body{background:#fff}.a4-page{box-shadow:none!important;margin:0!important}}.a4-page{background:#fff;width:21cm;min-height:29.7cm;margin:16px auto;box-shadow:0 2px 18px #2823142e}@media screen and (max-width: 840px){.a4-page{width:100%;min-height:auto}}@media (max-width: 400px){.hide-xs{display:none!important}}
