:root{--primary:#ff6b6b;--primary-hover:#ff5252;--secondary:#4d96ff;--accent:#ffd93d;--background:#f8f9fa;--surface:#fff;--text-main:#111;--text-sub:#555;--border:#dee2e6;--radius-sm:8px;--radius-md:16px;--radius-lg:24px;--shadow-sm:0 2px 4px #0000000d;--shadow-md:0 8px 16px #00000014;--shadow-lg:0 16px 32px #0000001f;--header-height:64px;--container-width:600px}.dark{--background:#121212;--surface:#1e1e1e;--text-main:#f1f3f5;--text-sub:#adb5bd;--border:#495057;--shadow-sm:0 2px 4px #0003;--shadow-md:0 8px 16px #0000004d}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--background);color:var(--text-main);-webkit-font-smoothing:antialiased;font-family:Pretendard,-apple-system,BlinkMacSystemFont,system-ui,Roboto,Helvetica Neue,Segoe UI,Apple SD Gothic Neo,Noto Sans KR,Malgun Gothic,sans-serif;line-height:1.5}a{color:inherit;text-decoration:none}.container{max-width:var(--container-width);width:100%;margin:0 auto;padding:0 16px}.card{background:var(--surface);border-radius:var(--radius-md);box-shadow:var(--shadow-md);padding:24px;transition:transform .2s,box-shadow .2s}.card:hover{box-shadow:var(--shadow-lg);transform:translateY(-2px)}.btn{border-radius:var(--radius-md);cursor:pointer;border:none;justify-content:center;align-items:center;padding:12px 24px;font-size:1rem;font-weight:700;transition:all .2s;display:inline-flex}.btn-primary{background-color:var(--primary);color:#fff}.btn-primary:hover{background-color:var(--primary-hover)}.btn-full{width:100%}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:.5s ease-out forwards fadeIn}
.Header-module__BGlmNW__header{height:var(--header-height);background:var(--surface);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--border);z-index:100;position:sticky;top:0}.Header-module__BGlmNW__headerContainer{justify-content:space-between;align-items:center;height:100%;display:flex}.Header-module__BGlmNW__logo{color:var(--primary);white-space:nowrap;align-items:center;gap:8px;font-size:1.25rem;font-weight:800;text-decoration:none;display:flex}.Header-module__BGlmNW__logoIcon{font-size:1.5rem}.Header-module__BGlmNW__desktopNav{display:none}.Header-module__BGlmNW__navLink{color:var(--text-main);border-radius:var(--radius-sm);white-space:nowrap;padding:8px 12px;font-weight:500;transition:background .2s}.Header-module__BGlmNW__navLink:hover{background:#0000000d}.Header-module__BGlmNW__menuBtn{cursor:pointer;color:var(--text-main);background:0 0;border:none;padding:4px}.Header-module__BGlmNW__mobileMenu{top:var(--header-height);width:100%;height:calc(100vh - var(--header-height));background:var(--background);padding:24px;animation:.3s ease-out Header-module__BGlmNW__slideDown;position:fixed;left:0}.Header-module__BGlmNW__mobileNav{flex-direction:column;gap:16px;display:flex}.Header-module__BGlmNW__mobileNavLink{border-bottom:1px solid var(--border);padding:16px;font-size:1.25rem;font-weight:700}@keyframes Header-module__BGlmNW__slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media (min-width:768px){.Header-module__BGlmNW__menuBtn{display:none}.Header-module__BGlmNW__desktopNav{gap:8px;display:flex}}
.Footer-module__668lQW__footer{background:var(--surface);border-top:1px solid var(--border);margin-top:64px;padding:32px 0}.Footer-module__668lQW__footerContainer{text-align:center;flex-direction:column;align-items:center;gap:16px;display:flex}.Footer-module__668lQW__links{flex-wrap:wrap;justify-content:center;gap:16px;display:flex}.Footer-module__668lQW__links a{color:var(--text-sub);font-size:.9rem;transition:color .2s}.Footer-module__668lQW__links a:hover{color:var(--primary)}.Footer-module__668lQW__copyright{color:var(--text-sub);font-size:.8rem}
