@import "https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.css";
.Header-module__lnUIdW__header{z-index:100;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--bg-border);background-color:#fffffff2;align-items:center;width:100%;height:80px;display:flex;position:sticky;top:0}.Header-module__lnUIdW__inner{width:100%;max-width:var(--spacing-container);padding:0 var(--spacing-base);justify-content:space-between;align-items:center;margin:0 auto;display:flex}.Header-module__lnUIdW__logo{color:var(--primary-dark);letter-spacing:-.02em;z-index:101;margin-right:2rem;font-size:1.125rem;font-weight:800;text-decoration:none}.Header-module__lnUIdW__nav{flex:1;align-items:center;gap:2rem;display:flex}.Header-module__lnUIdW__link{color:var(--text-body);white-space:nowrap;font-size:.95rem;font-weight:600;transition:color .2s}.Header-module__lnUIdW__link:hover{color:var(--primary)}.Header-module__lnUIdW__utils{align-items:center;gap:1rem;display:flex}.Header-module__lnUIdW__desktopAuth{color:var(--text-muted);align-items:center;gap:.75rem;font-size:.8rem;display:flex}.Header-module__lnUIdW__authLink{cursor:pointer;white-space:nowrap;transition:color .2s}.Header-module__lnUIdW__authLink:hover{color:var(--primary);text-decoration:underline}.Header-module__lnUIdW__bookstoreLink{color:var(--primary-dark);white-space:nowrap;background-color:#8dc63f1a;border-radius:4px;align-items:center;gap:.25rem;padding:.25rem .6rem;font-weight:600;transition:background-color .2s;display:flex}.Header-module__lnUIdW__bookstoreLink:hover{background-color:#8dc63f33}.Header-module__lnUIdW__divider{color:var(--bg-border);font-size:.7rem}.Header-module__lnUIdW__iconButton{width:36px;height:36px;color:var(--text-muted);border-radius:50%;justify-content:center;align-items:center;margin-left:.5rem;transition:all .2s;display:flex}.Header-module__lnUIdW__iconButton:hover{background-color:var(--bg-section);color:var(--primary)}.Header-module__lnUIdW__mobileMenuButton{z-index:102;display:none}.Header-module__lnUIdW__mobileOverlay,.Header-module__lnUIdW__mobilePanel{display:none}@media (max-width:1024px){.Header-module__lnUIdW__nav,.Header-module__lnUIdW__desktopAuth{display:none}.Header-module__lnUIdW__mobileMenuButton{width:40px;height:40px;color:var(--text-heading);justify-content:center;align-items:center;display:flex}.Header-module__lnUIdW__mobileOverlay{z-index:101;opacity:0;visibility:hidden;background-color:#00000080;width:100%;height:100vh;transition:opacity .3s;display:block;position:fixed;top:0;left:0}.Header-module__lnUIdW__mobileOverlay.Header-module__lnUIdW__open{opacity:1;visibility:visible}.Header-module__lnUIdW__mobilePanel{z-index:102;background-color:#fff;flex-direction:column;width:80%;max-width:300px;height:100vh;padding:5rem 1.5rem 2rem;transition:transform .3s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:0;right:0;overflow-y:auto;transform:translate(100%);box-shadow:-4px 0 16px #0000001a}.Header-module__lnUIdW__mobilePanel.Header-module__lnUIdW__open{transform:translate(0)}}.Header-module__lnUIdW__mobileAuth{flex-direction:column;gap:1rem;margin-bottom:1.5rem;display:flex}.Header-module__lnUIdW__mobileAuthRow{justify-content:center;gap:1rem;display:flex}.Header-module__lnUIdW__mobileAuthLink{color:var(--text-muted);font-size:.9rem}.Header-module__lnUIdW__mobileAuthLinkHighlight{background-color:var(--bg-section);color:var(--primary-dark);border-radius:8px;justify-content:center;align-items:center;gap:.5rem;padding:.75rem;font-weight:600;display:flex}.Header-module__lnUIdW__mobileDivider{background-color:var(--bg-border);border:0;height:1px;margin-bottom:1.5rem}.Header-module__lnUIdW__mobileLink{color:var(--text-heading);border-bottom:1px solid var(--bg-section);padding:.8rem 0;font-size:1.1rem;font-weight:600;display:block}.Header-module__lnUIdW__mobileLink:hover{color:var(--primary);padding-left:.5rem;transition:padding .2s}
.Footer-module__3hUVsW__footer{background-color:var(--bg-default);border-top:1px solid var(--bg-border);margin-top:auto;padding:4rem 0}.Footer-module__3hUVsW__inner{max-width:var(--spacing-container);padding:0 var(--spacing-base);flex-direction:column;gap:2rem;margin:0 auto;display:flex}.Footer-module__3hUVsW__top{justify-content:space-between;align-items:flex-start;display:flex}.Footer-module__3hUVsW__brandName{color:var(--text-heading);margin-bottom:.5rem;font-size:1.125rem;font-weight:700}.Footer-module__3hUVsW__brandDesc{color:var(--text-muted);font-size:.875rem;line-height:1.5}.Footer-module__3hUVsW__links{gap:2rem;display:flex}.Footer-module__3hUVsW__linkGroup h4{color:var(--text-heading);margin-bottom:1rem;font-size:.875rem;font-weight:600}.Footer-module__3hUVsW__linkGroup ul{flex-direction:column;gap:.5rem;list-style:none;display:flex}.Footer-module__3hUVsW__linkGroup a{color:var(--text-muted);font-size:.875rem;transition:color .2s}.Footer-module__3hUVsW__linkGroup a:hover{color:var(--primary);text-decoration:underline}.Footer-module__3hUVsW__divider{background-color:var(--bg-border);width:100%;height:1px}.Footer-module__3hUVsW__bottom{justify-content:space-between;align-items:center;display:flex}.Footer-module__3hUVsW__copyright{color:var(--text-muted);font-size:.875rem}
:root{--primary:#8dc63f;--primary-dark:#0f392b;--accent-lime:#d4f853;--text-heading:#111827;--text-body:#374151;--text-muted:#6b7280;--text-on-dark:#fff;--bg-page:#f3f6f4;--bg-default:#fff;--bg-section:#f9fafb;--bg-border:#e5e7eb;--spacing-container:1200px;--spacing-base:1rem;--font-family:"Pretendard",-apple-system,BlinkMacSystemFont,system-ui,Roboto,sans-serif}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-family);color:var(--text-body);background:var(--bg-page);-webkit-font-smoothing:antialiased;line-height:1.6}a{color:inherit;text-decoration:none}h1,h2,h3,h4,h5,h6{color:var(--text-heading);font-weight:700;line-height:1.3}button{cursor:pointer;background:0 0;border:none;font-family:inherit}.container{max-width:var(--spacing-container);padding:0 var(--spacing-base);margin:0 auto}
