:root{--font-body: "Inter", "Noto Sans KR", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;--color-primary: #667eea;--color-secondary: #4ecdc4;--color-success: #28a745;--color-warning: #ffc107;--color-danger: #dc3545;--color-text: #333333;--color-text-muted: #666666;--color-bg: #f8f9fa;--color-white: #ffffff;font-family:var(--font-body);color:var(--color-text)}*{box-sizing:border-box}body{min-height:100vh;margin:0;background-color:var(--color-bg);font-size:16px;line-height:1.6}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.2;margin-top:0}h1{font-size:2.5rem;font-weight:700}h2{font-size:2rem}h3{font-size:1.5rem}p{margin-bottom:1rem}a{color:var(--color-primary);text-decoration:none;transition:color .3s ease}a:hover{color:var(--color-secondary);text-decoration:underline}input,select,textarea,button{font-family:inherit;font-size:inherit}button{cursor:pointer;border:none;outline:none;transition:all .3s ease}button:focus{box-shadow:0 0 0 3px #667eea4d}.container{max-width:1200px;margin:0 auto;padding:0 1rem}@media (max-width: 768px){h1{font-size:2rem}h2{font-size:1.5rem}}.app.svelte-7s3pti{display:flex;flex-direction:column;min-height:100vh}main.svelte-7s3pti{flex:1;display:flex;flex-direction:column;width:100%;box-sizing:border-box}
