:root{--background:#fff;--foreground:#171717;--card-bg:#fff;--card-border:#eee;--secondary-bg:#f8f9fa;--text-muted:#666;--text-dim:#888;--border-color:#eee}@media (prefers-color-scheme:dark){:root{--background:#0a0a0a;--foreground:#ededed;--navy-bg:#0a192f;--card-bg:#1a1a1a;--card-border:#333;--secondary-bg:#141414;--text-muted:#a0a0a0;--text-dim:gray;--border-color:#333}}html{height:100%}html,body{max-width:100%;margin:0;padding:0;overflow-x:hidden}body{width:100%;min-height:100%;color:var(--foreground);background:var(--background);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;word-break:keep-all;overflow-wrap:break-word;text-wrap:pretty;letter-spacing:-.01em;flex-direction:column;margin:0 auto;padding-top:56px;font-family:Pretendard Variable,Pretendard,-apple-system,BlinkMacSystemFont,system-ui,Roboto,Helvetica Neue,Segoe UI,Apple SD Gothic Neo,Noto Sans KR,Malgun Gothic,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,sans-serif;display:flex}*{box-sizing:border-box;margin:0;padding:0}a{color:inherit;text-decoration:none}.footer-social-link{color:var(--text-dim);transition:color .2s}.footer-social-link:hover{color:var(--foreground)}@media (prefers-color-scheme:dark){html{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}}
.Navbar-module__cJzEcG__nav{z-index:200;background:var(--background);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--border-color);align-items:center;height:56px;transition:background .3s;display:flex;position:fixed;top:0;left:0;right:0}@media (prefers-color-scheme:dark){.Navbar-module__cJzEcG__nav{background:#0a192fd9;border-bottom:1px solid #64ffda1a}}.Navbar-module__cJzEcG__container{justify-content:space-between;align-items:center;width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem;display:flex}.Navbar-module__cJzEcG__logo{color:var(--foreground);text-decoration:none}.Navbar-module__cJzEcG__logo h1,.Navbar-module__cJzEcG__logo h2,.Navbar-module__cJzEcG__logoText{letter-spacing:-.02em;margin:0;font-size:1.25rem;font-weight:800;display:inline-block}.Navbar-module__cJzEcG__menu{align-items:center;gap:2rem;height:100%;display:flex}.Navbar-module__cJzEcG__link{color:var(--text-muted);font-size:.95rem;font-weight:500;text-decoration:none;transition:color .2s}.Navbar-module__cJzEcG__link:hover{color:var(--foreground)}.Navbar-module__cJzEcG__navItem{align-items:center;display:flex;position:relative}.Navbar-module__cJzEcG__dropdownTrigger{color:var(--text-muted);cursor:pointer;background:0 0;border:none;align-items:center;gap:.25rem;padding:0;font-size:.95rem;font-weight:500;transition:color .2s;display:flex}.Navbar-module__cJzEcG__dropdownTrigger:hover{color:var(--foreground)}.Navbar-module__cJzEcG__dropdownMenu{background:var(--background);border:1px solid var(--border-color);opacity:0;visibility:hidden;z-index:101;border-radius:12px;min-width:180px;padding:.75rem;transition:all .2s cubic-bezier(.165,.84,.44,1);position:absolute;top:calc(100% + 1px);left:50%;transform:translate(-50%)translateY(5px);box-shadow:0 10px 30px #0000001a}.Navbar-module__cJzEcG__navItem{align-items:center;height:100%;display:flex}.Navbar-module__cJzEcG__navItem:hover .Navbar-module__cJzEcG__dropdownMenu{opacity:1;visibility:visible;transform:translate(-50%)translateY(0)}.Navbar-module__cJzEcG__mobileCategories{display:none}.Navbar-module__cJzEcG__dropdownItem{color:var(--text-muted);white-space:nowrap;border-radius:8px;padding:.6rem .8rem;font-size:.9rem;text-decoration:none;transition:all .2s;display:block}.Navbar-module__cJzEcG__dropdownItem:hover{background:var(--secondary-bg);color:var(--foreground)}.Navbar-module__cJzEcG__mobileMenuBtn{cursor:pointer;color:var(--foreground);background:0 0;border:none;padding:.5rem;display:none}.Navbar-module__cJzEcG__popularSection,.Navbar-module__cJzEcG__menuBanner{display:none}@media (max-width:640px){.Navbar-module__cJzEcG__container{padding:0 .5rem 0 1.25rem}.Navbar-module__cJzEcG__mobileMenuBtn{z-index:102;margin-left:auto;margin-right:-.25rem;display:block}.Navbar-module__cJzEcG__backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);opacity:0;visibility:hidden;z-index:99;background:#0006;width:100%;height:100%;transition:all .3s;position:fixed;top:0;left:0}.Navbar-module__cJzEcG__backdrop.Navbar-module__cJzEcG__active{opacity:1;visibility:visible}.Navbar-module__cJzEcG__menu{background:var(--background);border-left:1px solid var(--border-color);-webkit-overflow-scrolling:touch;z-index:100;flex-direction:column;gap:1.5rem;width:80%;max-width:300px;height:calc(100dvh - 56px);padding:2rem 1.5rem 3rem;transition:transform .3s ease-in-out;position:fixed;top:56px;right:0;overflow-y:auto;transform:translate(100%)}.Navbar-module__cJzEcG__menu.Navbar-module__cJzEcG__active{transform:translate(0);box-shadow:-10px 0 30px #0000000d}.Navbar-module__cJzEcG__link{text-align:right;width:100%;padding:.5rem 0;font-size:1.1rem}.Navbar-module__cJzEcG__navItem{display:none}.Navbar-module__cJzEcG__mobileCategories{flex-direction:column;width:100%;display:flex}.Navbar-module__cJzEcG__mobileCategoryTrigger{width:100%;color:var(--text-muted);cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;padding:.5rem 0;font-size:1.1rem;font-weight:500;display:flex}.Navbar-module__cJzEcG__mobileCategoryContent{max-height:0;transition:max-height .3s ease-out;overflow:hidden}.Navbar-module__cJzEcG__mobileCategoryContent.Navbar-module__cJzEcG__expanded{max-height:500px}.Navbar-module__cJzEcG__mobileCategoryList{flex-direction:column;align-items:flex-end;gap:.75rem;padding:1rem .5rem 1rem 0;display:flex}.Navbar-module__cJzEcG__mobileCategoryItem{color:var(--foreground);padding:.3rem 0;font-size:1rem;font-weight:600;text-decoration:none}.Navbar-module__cJzEcG__popularSection{border-top:1px solid var(--border-color);width:100%;margin-top:1rem;padding-top:1.5rem;display:block}.Navbar-module__cJzEcG__popularTitle{color:var(--text-dim);text-align:right;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem;font-size:.85rem;font-weight:700}.Navbar-module__cJzEcG__popularList{flex-direction:column;align-items:flex-end;padding:0;list-style:none;display:flex}.Navbar-module__cJzEcG__popularLink{color:var(--foreground);text-align:right;flex-direction:row-reverse;align-items:flex-start;gap:.75rem;width:100%;padding:.75rem 0;font-size:.95rem;line-height:1.4;display:flex}.Navbar-module__cJzEcG__popularPostTitle{text-overflow:ellipsis;-webkit-line-clamp:1;-webkit-box-orient:vertical;flex:1;display:-webkit-box;overflow:hidden}.Navbar-module__cJzEcG__popularRank{color:#0070f3;opacity:.8;text-align:right;flex-shrink:0;width:1.2rem;font-size:.85rem;font-weight:800}.Navbar-module__cJzEcG__menuBanner{color:#fff;text-align:center;background:linear-gradient(135deg,#1e293b 0%,#0f172a 100%);border-radius:20px;width:100%;margin-top:2rem;padding:1.5rem;display:block}.Navbar-module__cJzEcG__menuBannerTitle{color:#64ffda;margin:0 0 .4rem;font-size:1.1rem;font-weight:800}.Navbar-module__cJzEcG__menuBanner p{opacity:.8;word-break:keep-all;margin:0 0 1.2rem;font-size:.85rem;line-height:1.5}.Navbar-module__cJzEcG__menuBannerLink{color:#0f172a;background:#fff;border-radius:50px;padding:.5rem 1.2rem;font-size:.8rem;font-weight:700;text-decoration:none;display:inline-block}}
.Sidebar-module__WZVnLW__sidebar{flex-shrink:0;width:280px;padding:0 0 2rem}.Sidebar-module__WZVnLW__section{background:var(--card-bg);border:1px solid var(--border-color);border-radius:20px;margin-bottom:2.5rem;padding:1rem 1.25rem}.Sidebar-module__WZVnLW__title{color:var(--foreground);align-items:center;gap:.5rem;margin-bottom:1rem;font-size:1.1rem;font-weight:800;display:flex}.Sidebar-module__WZVnLW__title:before{content:"";background:#0070f3;border-radius:2px;width:4px;height:18px;display:block}.Sidebar-module__WZVnLW__list{flex-direction:column;padding:0;list-style:none;display:flex}.Sidebar-module__WZVnLW__item{border-bottom:1px solid var(--border-color);width:100%}.Sidebar-module__WZVnLW__item:last-child{border-bottom:none}.Sidebar-module__WZVnLW__link{color:var(--foreground);border-radius:8px;gap:1rem;margin:0 -.5rem;padding:.6rem .5rem;text-decoration:none;transition:all .2s;display:flex}.Sidebar-module__WZVnLW__link:hover{background-color:var(--secondary-bg);padding-left:.75rem}.Sidebar-module__WZVnLW__rank{color:#0070f3;opacity:.8;text-align:left;flex-shrink:0;width:1.5rem;margin-top:.1rem;font-size:.9rem;font-weight:800}.Sidebar-module__WZVnLW__postTitle{text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.95rem;font-weight:500;line-height:1.4;display:-webkit-box;overflow:hidden}.Sidebar-module__WZVnLW__stickySection{position:sticky;top:84px}.Sidebar-module__WZVnLW__adBanner{color:#fff;text-align:center;background:linear-gradient(135deg,#1e293b 0%,#0f172a 100%);border-radius:24px;padding:2rem}.Sidebar-module__WZVnLW__adTitle{color:#64ffda;margin-top:0;margin-bottom:.5rem;font-size:1.2rem;font-weight:800}.Sidebar-module__WZVnLW__adBanner p{opacity:.8;margin-bottom:1.5rem;font-size:.9rem;line-height:1.6}.Sidebar-module__WZVnLW__adLink{color:#0f172a;background:#fff;border-radius:50px;padding:.6rem 1.2rem;font-size:.85rem;font-weight:700;text-decoration:none;transition:transform .2s;display:inline-block}.Sidebar-module__WZVnLW__adLink:hover{transform:translateY(-2px)}@media (max-width:1024px){.Sidebar-module__WZVnLW__sidebar{display:none}}
.layout-module__5W5FYG__mainContainer{box-sizing:border-box;gap:3rem;width:100%;max-width:1200px;margin:0 auto;padding:2.5rem 1rem;display:flex}.layout-module__5W5FYG__adminContainer{width:100%}@media (max-width:768px){.layout-module__5W5FYG__mainContainer{flex-direction:column;gap:2rem;padding:1.25rem 1rem}}
