:root{--color-brand:#0f766e;--color-brand-accent:#2dd4bf;--background:#f7f9f9;--surface:#fff;--foreground:#102022;--muted-foreground:#607174;--border:#dce5e4;--shadow-card:0 18px 48px #10202214}html[data-theme=dark]{--background:#081312;--surface:#102220;--foreground:#f2f7f6;--muted-foreground:#91a9a5;--border:#29413f;--shadow-card:0 18px 48px #0000003d}
*{box-sizing:border-box;margin:0;padding:0}html{min-height:100%}body{min-height:100vh;color:var(--foreground);background:var(--background);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Pretendard,Apple SD Gothic Neo,Noto Sans KR,Arial,sans-serif}button,input,textarea,select{font:inherit}a{color:inherit;text-decoration:none}@media (max-width:900px){body.has-bottom-nav{padding-bottom:calc(56px + env(safe-area-inset-bottom,0px))}body:has([aria-label="모바일 하단 내비게이션"]){padding-bottom:calc(56px + env(safe-area-inset-bottom,0px))}}
