:root{--bg: #08111f;--bg-soft: #0e1830;--surface: rgba(255, 255, 255, .06);--surface-strong: rgba(255, 255, 255, .1);--border: rgba(255, 255, 255, .12);--text: #eef4ff;--muted: #b7c3dd;--accent: #8dc4ff;--accent-strong: #7b8cff;--glow: 0 20px 60px rgba(84, 123, 255, .2);--radius: 24px}*{box-sizing:border-box}html{font-family:Pretendard,system-ui,sans-serif;color:var(--text);background:radial-gradient(circle at top,#18305d 0%,var(--bg) 42%,#050913 100%)}body{margin:0;min-height:100vh;word-break:keep-all}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.container{width:min(1120px,calc(100% - 32px));margin:0 auto}.page-shell{position:relative;overflow:hidden}.page-shell:before,.page-shell:after{content:"";position:absolute;inset:auto;border-radius:999px;filter:blur(60px);opacity:.45;pointer-events:none}.page-shell:before{width:260px;height:260px;top:80px;left:-40px;background:#52a7ff47}.page-shell:after{width:320px;height:320px;top:360px;right:-80px;background:#7b8cff38}.site-header{position:sticky;top:0;z-index:20;backdrop-filter:blur(16px);background:#08111fa6;border-bottom:1px solid rgba(255,255,255,.08)}.site-header .inner{display:flex;align-items:center;justify-content:space-between;padding:18px 0;gap:24px}.brand{display:flex;flex-direction:column;gap:2px}.brand strong{font-size:1.05rem}.brand span{color:var(--muted);font-size:.84rem}.nav{display:flex;flex-wrap:wrap;gap:18px;color:var(--muted);font-size:.95rem}.nav a:hover{color:var(--text)}.hero{padding:88px 0 56px}.hero-card,.panel,.post-card{background:linear-gradient(180deg,#ffffff1a,#ffffff0d);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--glow)}.hero-card{padding:38px;position:relative;overflow:hidden}.hero-grid{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(320px,.85fr);gap:28px;align-items:stretch}.hero-main{min-width:0;display:flex;flex-direction:column;justify-content:center}.hero-side{display:flex;min-width:0}.hero-kicker{display:inline-flex;padding:8px 14px;border-radius:999px;font-size:.84rem;color:#d7e6ff;border:1px solid rgba(255,255,255,.16);background:#ffffff0a;margin-bottom:20px;width:fit-content}.hero h1{margin:0;font-size:clamp(2.2rem,5vw,4.5rem);line-height:1.06;letter-spacing:-.03em;max-width:12ch}.hero p{color:var(--muted);font-size:1.05rem;line-height:1.75;max-width:62ch;margin:22px 0 0}.hero-actions{margin-top:28px;display:flex;flex-wrap:wrap;gap:14px}.popular-panel{width:100%;padding:26px;border-radius:22px;border:1px solid rgba(255,255,255,.12);background:linear-gradient(180deg,#ffffff14,#ffffff0a);display:flex;flex-direction:column}.popular-head h2{margin:0;font-size:1.15rem}.popular-head p{margin:8px 0 0;color:var(--muted);font-size:.92rem;line-height:1.6}.popular-list{list-style:none;padding:0;margin:22px 0 0;display:flex;flex-direction:column;gap:12px}.popular-item{display:none}.popular-item:nth-child(-n+3){display:block}.popular-link{display:grid;grid-template-columns:34px minmax(0,1fr);gap:12px;align-items:start;padding:14px;border-radius:18px;background:#ffffff0a;border:1px solid rgba(255,255,255,.08)}.popular-rank{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:999px;background:#8dc4ff24;color:#eaf3ff;font-weight:700}.popular-copy{min-width:0;display:flex;flex-direction:column;gap:6px}.popular-category{color:#c8d9ff;font-size:.75rem;text-transform:uppercase;letter-spacing:.04em}.popular-title{font-size:.98rem;line-height:1.45}.popular-summary{color:var(--muted);font-size:.88rem;line-height:1.55;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.popular-stats{color:var(--muted);font-size:.82rem}.button{display:inline-flex;align-items:center;justify-content:center;padding:14px 18px;border-radius:999px;border:1px solid var(--border)}.button.primary{background:linear-gradient(135deg,var(--accent),var(--accent-strong));color:#06101f;font-weight:700;border:none}.section{padding:24px 0 56px}.section-head{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:20px}.section-head h2{margin:0;font-size:clamp(1.4rem,2vw,2rem)}.section-head p{margin:0;color:var(--muted);max-width:52ch;line-height:1.7}.grid{display:grid;gap:18px}.grid.cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid.cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.post-card{padding:22px;display:flex;flex-direction:column;height:100%}.badge{display:inline-flex;width:fit-content;align-self:flex-start;margin-bottom:14px;font-size:.8rem;color:#dce7ff;padding:7px 12px;border-radius:999px;background:#ffffff0f;border:1px solid rgba(255,255,255,.12);text-transform:uppercase;letter-spacing:.04em}.post-card h3{margin:0 0 12px;font-size:1.22rem;line-height:1.35}.post-card p{margin:0 0 18px;color:var(--muted);line-height:1.7;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;min-height:5.1em}.meta{color:var(--muted);font-size:.87rem;display:flex;flex-wrap:wrap;gap:8px;align-items:center;margin-top:auto}[data-post-views]{color:var(--muted)}[data-post-views][hidden]{display:none!important}.panel{padding:24px}.panel h3{margin:0 0 10px}.panel p,.panel li{color:var(--muted);line-height:1.75}.panel ul{padding-left:18px;margin:0}.footer{padding:28px 0 48px;color:var(--muted);font-size:.92rem}.footer-inner{display:flex;flex-wrap:wrap;justify-content:space-between;gap:12px 24px}.footer a,.article a{color:#dceaff;text-decoration:underline;text-underline-offset:.18em}.article-wrap{padding:40px 0 84px}.article{max-width:760px}.article header{margin-bottom:32px}.article h1{font-size:clamp(2rem,4vw,3.3rem);line-height:1.12;letter-spacing:-.03em;margin:12px 0 18px}.article .summary{color:#d9e8ff;font-size:1.12rem;line-height:1.8;margin:0 0 18px}.article .credit{color:var(--muted);font-size:.92rem;display:flex;flex-wrap:wrap;gap:8px;align-items:center}.article :where(h2,h3){margin-top:38px;line-height:1.35}.article p,.article li{color:var(--muted);line-height:1.85}.article ul{padding-left:20px}.callout{padding:18px 20px;border-radius:18px;background:#8dc4ff14;border:1px solid rgba(141,196,255,.18);color:#e6f1ff}.empty-state{padding:28px;border-radius:var(--radius);border:1px dashed rgba(255,255,255,.18);color:var(--muted);background:#ffffff08}@media(max-width:920px){.grid.cols-3,.grid.cols-2,.hero-grid{grid-template-columns:1fr}.site-header .inner,.section-head{flex-direction:column;align-items:flex-start}.hero-card{padding:28px}}
