:root{--bg-page:#ecebe5;--ink:#2c2c2a;--ink-2:#5f5e5a;--accent-ink:#3c3489;--radius-md:0.5rem;--safe-bottom:env(safe-area-inset-bottom,0px);--safe-top:env(safe-area-inset-top,0px)}*{box-sizing:border-box;margin:0;padding:0}body,html{min-height:100%;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Malgun Gothic,Noto Sans KR,sans-serif;background-color:var(--bg-page);color:var(--ink);line-height:1.5;-webkit-text-size-adjust:100%}a{color:var(--accent-ink);text-decoration:none}a:hover{text-decoration:underline}button{font-size:inherit;cursor:pointer;-webkit-tap-highlight-color:transparent}button,textarea{font-family:inherit}textarea{font-size:16px}