@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800&family=Noto+Sans+KR:wght@300;400;500;700;900&display=swap";
@import "https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css";
:root{--bg-primary:#f8fafc;--bg-secondary:#fff;--bg-card:#fff;--bg-card-hover:#f1f5f9;--text-primary:#1e293b;--text-secondary:#475569;--text-muted:#94a3b8;--accent-purple:#a78bfa;--accent-pink:#f472b6;--accent-blue:#60a5fa;--accent-cyan:#22d3ee;--accent-green:#34d399;--accent-orange:#fbbf24;--gradient-primary:linear-gradient(135deg,#a78bfa,#f472b6);--gradient-blue:linear-gradient(135deg,#60a5fa,#22d3ee);--gradient-warm:linear-gradient(135deg,#fbbf24,#f472b6);--gradient-green:linear-gradient(135deg,#34d399,#60a5fa);--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;--shadow-lg:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;--shadow-hover:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a;--radius-sm:8px;--radius-md:16px;--radius-lg:24px;--radius-xl:32px}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background-color:var(--bg-primary);color:var(--text-primary);min-height:100vh;font-family:Pretendard,Noto Sans KR,Outfit,sans-serif;line-height:1.6;overflow-x:hidden}a{color:inherit;text-decoration:none}button{cursor:pointer;border:none;font-family:inherit}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes bounceSoft{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}
.layout-module__284YMG__nav{z-index:1000;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#ffffffd9;border-bottom:1px solid #0000000d;justify-content:space-between;align-items:center;gap:24px;padding:16px 24px;display:flex;position:fixed;top:0;left:0;right:0}.layout-module__284YMG__navLogo{letter-spacing:-.02em;color:var(--text-primary);align-items:center;gap:12px;font-size:1.3rem;font-weight:800;text-decoration:none;display:flex}.layout-module__284YMG__navLogoImg{object-fit:cover;width:36px;height:36px;box-shadow:var(--shadow-sm);border-radius:12px}.layout-module__284YMG__navLogoText{letter-spacing:-.05em;background:var(--gradient-primary);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-weight:900}.layout-module__284YMG__mainContent{z-index:1;min-height:100vh;padding-top:80px;position:relative}.layout-module__284YMG__footer{z-index:1;text-align:center;color:var(--text-muted);padding:32px 24px;font-size:.9rem;font-weight:500;position:relative}
