:root{--blue:#1677ff;--red:#ff4d4f;--green:#52c41a;--orange:#fa8c16;--bg:#f0f2f5;--card:#ffffff;--text:#1a1a1a;--muted:#8c8c8c;--border:#e8e8e8;--radius:12px;--radius-sm:8px}html{text-size-adjust:100%;height:100%}*{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;background:var(--bg);color:var(--text);padding-bottom:calc(76px + env(safe-area-inset-bottom, 0px));overscroll-behavior-y:none;min-height:100vh;min-height:100dvh}input,select,textarea{font-size:16px!important;touch-action:manipulation}button{cursor:pointer;touch-action:manipulation}