:root{--bg:#fafaf7;--ink:#1a1a1a;--ink-2:#5a5a52;--ink-3:#7a7a7a;--line:#eceae2;--surface:#fff;--soft:#f8f6ef;--soft-2:#f1efe8;--accent:#ff3b30}*{box-sizing:border-box}body,html{margin:0;padding:0}html{background:var(--bg)}body{font-family:Pretendard,Inter,-apple-system,system-ui,sans-serif;color:var(--ink);-webkit-font-smoothing:antialiased}.app-shell,body{background:var(--bg);min-height:100vh}.app-shell{max-width:480px;margin:0 auto;padding-bottom:80px;border-left:1px solid #ecece6;border-right:1px solid #ecece6}button,input,textarea{font-family:inherit}a{color:inherit}::-webkit-scrollbar{display:none}*{scrollbar-width:none}