:root{--navy-dark: #102A45;--navy-medium: #173B5E;--navy-light: #204C77;--bg-right: #F2F6F9;--bg-card: #FFFFFF;--text-dark: #1E293B;--text-muted: #64748B;--accent-blue: #2563EB;--accent-teal: #0D9488;--accent-gold: #D9C7A3;--border-light: #E2E8F0;--border-card: #CBD5E1}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,Noto Sans KR,sans-serif;background-color:var(--navy-dark);color:var(--text-dark);-webkit-font-smoothing:antialiased}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#94a3b866;border-radius:3px}button{cursor:pointer;border:none;background:none;font-family:inherit}input,select,textarea{font-family:inherit}@keyframes fadeIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:fadeIn .25s ease-out forwards}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background-color:#0f172aa6;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .2s ease-out}.modal-card{background:#fff;border-radius:16px;width:100%;max-width:520px;padding:28px;box-shadow:0 20px 25px -5px #0003,0 10px 10px -5px #0000001a}
