:root{--bg: #f6f6f6;--text: #171717;--muted: #737373;--white: #ffffff;--primary: #20a329;--primary-2: #00a63e;--radius-12: 12px;--radius-16: 16px;--radius-18: 18px;--radius-20: 20px;--radius-24: 24px;--radius-32: 32px;--radius-36: 36px;--shadow-card: 0px 1px 3px rgba(0, 0, 0, .1), 0px 1px 2px rgba(0, 0, 0, .08);--shadow-fab: 0px 4px 42px rgba(229, 229, 229, .75);--shadow-modal: 0px 14px 32px rgba(0, 0, 0, .25)}*{box-sizing:border-box}html,body{height:100%}body{margin:0;font-family:Roboto,system-ui,-apple-system,Segoe UI,Arial,sans-serif;background:var(--bg);color:var(--text)}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}.app-shell{min-height:100dvh;display:grid;place-items:center;padding:16px}.phone{width:390px;max-width:calc(100vw - 32px);min-height:844px;border-radius:var(--radius-36);overflow:hidden;background:var(--bg);box-shadow:0 25px 50px -12px #00000040;position:relative;display:flex;flex-direction:column}.screen{width:100%;height:100%;min-height:844px;position:relative}.safe-area-top{height:37px}.page-pad{padding:16px}.h1{font-size:24px;font-weight:700;line-height:27px;margin:0}.h2{font-size:22px;font-weight:600;line-height:24px;margin:0}.label{font-size:13.8px;font-weight:400;line-height:20px}.muted{color:var(--muted)}
