.astro-route-announcer{position:absolute;left:0;top:0;clip:rect(0 0 0 0);clip-path:inset(50%);overflow:hidden;white-space:nowrap;width:1px;height:1px}:root{--bg: #0a0a0a;--bg-soft: #121212;--bg-card: #161616;--border: #262626;--text: #f5f5f5;--muted: #9ca3af;--accent: #ef4444;--accent-dark: #b91c1c;--font: "Noto Sans KR", "Malgun Gothic", system-ui, sans-serif;--font-display: "Outfit", "Noto Sans KR", system-ui, sans-serif}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--font);background:var(--bg);color:var(--text);line-height:1.7;min-height:100vh}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto}::selection{background:#ef4444d9;color:#fff}.container{max-width:1120px;margin:0 auto;padding:0 1.25rem}.site-header{position:sticky;top:0;z-index:50;background:#0a0a0ad9;backdrop-filter:blur(12px);border-bottom:1px solid var(--border)}.header-inner{display:flex;align-items:center;justify-content:space-between;height:64px}.logo{display:flex;align-items:center;gap:.6rem;font-weight:900}.logo-badge{width:36px;height:36px;border-radius:9px;background:linear-gradient(135deg,var(--accent),#000);display:grid;place-items:center;font-size:.7rem;font-weight:900;color:#fff;border:1px solid rgba(239,68,68,.4)}.logo-name{font-family:var(--font-display);font-size:1.1rem;letter-spacing:.02em}.logo-name span{color:var(--accent)}.nav{display:flex;align-items:center;gap:.35rem;flex-wrap:wrap}.nav a{padding:.45rem .85rem;border-radius:8px;font-size:.85rem;font-weight:500;color:var(--muted);transition:all .2s}.nav a:hover,.nav a.active{color:#fff;background:var(--bg-card)}.hero{padding:4.5rem 0 3.5rem;background:radial-gradient(ellipse at 20% 0%,rgba(239,68,68,.18),transparent 55%),radial-gradient(ellipse at 90% 10%,rgba(59,130,246,.1),transparent 50%);border-bottom:1px solid var(--border)}.hero h1{font-family:var(--font-display);font-size:clamp(2.2rem,6vw,3.6rem);font-weight:900;line-height:1.15;letter-spacing:-.02em}.hero h1 em{font-style:normal;color:var(--accent)}.hero p{margin-top:1rem;color:var(--muted);font-size:1.05rem;max-width:620px}.hero-tags{margin-top:1.75rem;display:flex;flex-wrap:wrap;gap:.5rem}.badge{display:inline-block;padding:.2rem .65rem;border-radius:999px;font-size:.7rem;font-weight:700;letter-spacing:.03em}.badge-red{background:#ef444424;color:#f87171;border:1px solid rgba(239,68,68,.3)}.badge-gray{background:#ffffff0f;color:var(--muted);border:1px solid var(--border)}.chip{padding:.5rem 1.1rem;border-radius:999px;background:var(--bg-card);border:1px solid var(--border);color:var(--text);font-size:.85rem;font-weight:600;transition:all .2s}.chip:hover{border-color:var(--accent);color:#f87171}.section{padding:3.25rem 0}.section-title{font-size:1.5rem;font-weight:800;margin-bottom:.4rem}.section-sub{color:var(--muted);font-size:.95rem;margin-bottom:2rem}.grid{display:grid;grid-template-columns:1fr;gap:1.25rem}@media(min-width:640px){.grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:900px){.grid.grid-3{grid-template-columns:repeat(3,1fr)}}.post-card{background:var(--bg-card);border:1px solid var(--border);border-radius:14px;padding:1.4rem;display:flex;flex-direction:column;gap:.8rem;transition:transform .2s,border-color .2s}.post-card:hover{transform:translateY(-3px);border-color:#ef444480}.post-card .meta{display:flex;align-items:center;gap:.5rem;font-size:.75rem;color:var(--muted)}.post-card h3{font-size:1.08rem;font-weight:700;line-height:1.4}.post-card h3 a:hover{color:#f87171}.post-card p{color:var(--muted);font-size:.88rem;flex:1}.post-card .more{color:#f87171;font-size:.8rem;font-weight:700}.article{max-width:760px;margin:0 auto}.breadcrumb{display:flex;align-items:center;gap:.5rem;font-size:.8rem;color:var(--muted);margin-bottom:1.25rem}.breadcrumb a:hover{color:#f87171}.article h1{font-size:clamp(1.6rem,4vw,2.4rem);font-weight:900;line-height:1.3;margin-bottom:1rem}.article .post-meta{display:flex;align-items:center;gap:.75rem;padding-bottom:1.5rem;border-bottom:1px solid var(--border);margin-bottom:2rem;font-size:.85rem;color:var(--muted)}.article-body{font-size:1rem}.article-body h2{font-size:1.45rem;margin:2.2rem 0 1rem;font-weight:800}.article-body h3{font-size:1.2rem;margin:1.8rem 0 .8rem;font-weight:700}.article-body h4{font-size:1.05rem;margin:1.5rem 0 .6rem;font-weight:700}.article-body p{margin-bottom:1.1rem}.article-body ul,.article-body ol{margin:0 0 1.2rem 1.4rem}.article-body li{margin-bottom:.4rem}.article-body blockquote{border-left:4px solid var(--accent);background:var(--bg-card);padding:.9rem 1.2rem;border-radius:0 10px 10px 0;margin:1.5rem 0;color:#d1d5db}.article-body code{background:var(--bg-card);border:1px solid var(--border);padding:.15rem .45rem;border-radius:6px;font-size:.85em}.article-body pre{background:#000;border:1px solid var(--border);border-radius:12px;padding:1.2rem;overflow-x:auto;margin:1.5rem 0}.article-body pre code{background:none;border:0;padding:0}.article-body img{border-radius:12px;border:1px solid var(--border);margin:1.2rem 0}.article-body a{color:#60a5fa;border-bottom:1px solid rgba(96,165,250,.4)}.article-body table{width:100%;border-collapse:collapse;margin:1.5rem 0;font-size:.9rem}.article-body th,.article-body td{border:1px solid var(--border);padding:.6rem .8rem;text-align:left}.article-body th{background:var(--bg-card)}.article-body hr{border:0;border-top:1px solid var(--border);margin:2rem 0}.site-footer{border-top:1px solid var(--border);padding:2.5rem 0 3rem;margin-top:3rem;color:var(--muted)}.footer-inner{display:flex;flex-direction:column;gap:1rem}@media(min-width:640px){.footer-inner{flex-direction:row;justify-content:space-between;align-items:center}}.site-footer .logo-name{font-size:.95rem}.notfound{min-height:60vh;display:grid;place-items:center;text-align:center}.notfound h1{font-family:var(--font-display);font-size:4rem;font-weight:900;color:var(--accent)}.notfound p{color:var(--muted);margin:1rem 0 1.5rem}.empty{text-align:center;padding:4rem 0;color:var(--muted)}::view-transition-old(root),::view-transition-new(root){animation:none}
