:root{font-family:Inter,Pretendard,Noto Sans KR,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#1f2937;background:#f5f7fa;font-synthesis:none;text-rendering:optimizeLegibility}*{box-sizing:border-box}html,body,#root{width:100%;min-height:100%;margin:0}body{min-width:320px;min-height:100vh;overflow:hidden}#root{height:100vh;display:flex;flex-direction:column}button,input,textarea,select{font:inherit}button:focus-visible,input:focus-visible,textarea:focus-visible{outline:2px solid #1967d2;outline-offset:2px}img,video,svg{display:block;max-width:100%}.runtime-modal{position:fixed;inset:0;z-index:10000;display:flex;flex-direction:column}.runtime-modal--fade{animation:runtime-fade .16s ease-out}.runtime-modal--slide{animation:runtime-slide .2s ease-out}.runtime-spinner{display:inline-block;flex:none;border:3px solid;border-radius:999px;animation:runtime-spin .7s linear infinite}@keyframes runtime-spin{to{transform:rotate(360deg)}}@keyframes runtime-fade{0%{opacity:0}}@keyframes runtime-slide{0%{transform:translateY(12px);opacity:0}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important}}
