:root{color-scheme:light;--bg:#f8f7f4;--surface:#fff;--text:#000;--text-soft:#374151;--muted:#6b7280;--line:#e4e3df;--line-strong:#c8c7c2;--accent:#000;--accent-ink:#6b7280;--accent-wash:#0000000d;--max-width:1180px;--reading-width:680px;--gutter:clamp(20px, 5vw, 48px)}@media (prefers-color-scheme:dark){:root{color-scheme:dark;--bg:#0e0e0e;--surface:#171717;--text:#f8f7f4;--text-soft:#c9cacc;--muted:#9ca3af;--line:#262626;--line-strong:#3d3d3d;--accent:#f8f7f4;--accent-ink:#9ca3af;--accent-wash:#f8f7f412}}*{box-sizing:border-box}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{background:var(--bg);color:var(--text);word-break:keep-all;overflow-wrap:anywhere;-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;margin:0;font-family:Pretendard Variable,Pretendard,system-ui,-apple-system,Segoe UI,Noto Sans KR,sans-serif;font-size:17px;font-weight:400;line-height:1.78}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}.wrap{width:min(var(--max-width), 100% - var(--gutter) * 2);margin-inline:auto}main{width:min(var(--max-width), 100% - var(--gutter) * 2);margin:0 auto;padding:clamp(48px,8vw,96px) 0 clamp(72px,10vw,128px)}section+section{margin-top:clamp(64px,9vw,112px)}h1,h2,h3{letter-spacing:-.035em;margin:0;font-weight:800;line-height:1.18}.display{letter-spacing:-.045em;font-size:clamp(2.6rem,7vw,4.6rem);font-weight:850;line-height:1.04}.eyebrow{color:var(--muted);letter-spacing:.16em;text-transform:uppercase;margin:0;font-size:.72rem;font-weight:600;line-height:1.4}.lead{max-width:46ch;color:var(--text-soft);margin:0;font-size:clamp(1.05rem,1.6vw,1.22rem);line-height:1.68}.section-head{border-top:1px solid var(--line-strong);flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:12px 24px;margin-bottom:clamp(24px,3.5vw,36px);padding-top:20px;display:flex}.section-head h2{font-size:clamp(1.5rem,2.6vw,2.1rem)}.section-head .eyebrow{flex-basis:100%;margin-bottom:10px}.section-head .count{color:var(--muted);letter-spacing:.04em;font-size:.86rem;font-weight:500}.section-note{max-width:52ch;color:var(--muted);margin:0 0 clamp(28px,4vw,40px);font-size:.98rem;line-height:1.65}.link-more{color:var(--accent);white-space:nowrap;border-bottom:1px solid #0000;font-size:.94rem;font-weight:600;transition:border-color .15s}.link-more:after{content:" →"}.link-more:hover{border-bottom-color:currentColor}.hero-actions{flex-wrap:wrap;align-items:center;gap:12px 28px;display:flex}.button-link{border:1px solid var(--line-strong);color:var(--text);border-radius:999px;align-items:center;padding:11px 22px;font-size:.95rem;font-weight:600;transition:background .15s,border-color .15s,color .15s;display:inline-flex}.button-link:hover{border-color:var(--text)}.button-link.primary{background:var(--accent);border-color:var(--accent);color:var(--bg)}.button-link.primary:hover{background:var(--accent-ink);border-color:var(--accent-ink)}.site-header{z-index:20;background:color-mix(in srgb, var(--bg) 94%, transparent);backdrop-filter:saturate(180%)blur(12px);border-bottom:1px solid var(--line);position:sticky;top:0}.site-header .inner,.site-footer .inner{width:min(var(--max-width), 100% - var(--gutter) * 2);margin-inline:auto}.site-header .inner{justify-content:space-between;align-items:center;gap:24px;padding:14px 0;display:flex}.brand{letter-spacing:-.03em;white-space:nowrap;font-size:1.05rem;font-weight:800}.site-header nav{flex-wrap:wrap;justify-content:flex-end;gap:4px 22px;display:flex}.site-header nav a{color:var(--muted);padding:4px 0;font-size:.92rem;font-weight:500;transition:color .15s;position:relative}.site-header nav a:after{content:"";background:var(--accent);height:2px;transition:transform .18s;position:absolute;bottom:-2px;left:0;right:0;transform:scaleX(0)}.site-header nav a:hover,.site-header nav a.active{color:var(--text)}.site-header nav a.active:after,.site-header nav a:hover:after{transform:scaleX(1)}.site-footer{border-top:1px solid var(--line);background:var(--surface)}.site-footer .inner{color:var(--muted);flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:16px 32px;padding:44px 0 56px;font-size:.9rem;display:flex}.site-footer .inner>div{gap:6px;display:grid}.site-footer .inner p{margin:0}.footer-brand{color:var(--text);letter-spacing:-.03em;font-size:1rem;font-weight:800}.footer-end{text-align:right;justify-items:end}.site-footer nav{flex-wrap:wrap;justify-content:flex-end;gap:8px 20px;display:flex}.site-footer a:hover{color:var(--text)}.hero{gap:clamp(20px,3vw,28px);margin-bottom:clamp(56px,8vw,96px);display:grid}.hero .display{max-width:14ch}.post-card a{display:block}.post-card .thumb{background:var(--line);border-radius:4px;overflow:hidden}.post-card .thumb img{aspect-ratio:16/10;object-fit:cover;width:100%;transition:transform .5s cubic-bezier(.2,.7,.3,1)}.post-card:hover .thumb img{transform:scale(1.035)}.post-card h2,.post-card h3{letter-spacing:-.03em;margin:12px 0 8px;font-size:1.32rem}.post-card:hover h2 a,.post-card:hover h3 a{color:var(--accent)}.post-card p{color:var(--muted);margin:0;font-size:.98rem;line-height:1.65}.post-card.featured .thumb img{aspect-ratio:16/9;border-radius:6px}.post-card.featured h2{letter-spacing:-.04em;margin-top:20px;font-size:clamp(1.8rem,3.6vw,2.8rem);line-height:1.12}.post-card.featured p{max-width:58ch;font-size:1.06rem}.post-card.row{grid-template-columns:minmax(0,260px) minmax(0,1fr);align-items:start;gap:24px;display:grid}.post-card.row h3{margin-top:0}.post-card.row .thumb img{aspect-ratio:4/3}.meta-row{color:var(--muted);letter-spacing:.02em;flex-wrap:wrap;align-items:center;gap:8px;font-size:.8rem;font-weight:500;display:flex}.meta-row .category{color:var(--accent);letter-spacing:.1em;text-transform:uppercase;font-size:.72rem;font-weight:700}.dot{opacity:.5}.post-list{gap:clamp(32px,4vw,48px);display:grid}.post-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:clamp(32px,4vw,44px);display:grid}.grid-two{grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(40px,6vw,72px);display:grid}.tag-list,.tag-cloud{flex-wrap:wrap;gap:8px 16px;margin:14px 0 0;padding:0;list-style:none;display:flex}.tag-list a,.tag-cloud a{color:var(--muted);font-size:.86rem;font-weight:500}.tag-list a:hover,.tag-cloud a:hover{color:var(--accent)}.tag-cloud{gap:12px 24px}.tag-cloud a{font-size:1rem}.taxonomy-header,.archive-intro,.info-page{margin-bottom:0}.taxonomy-header h1,.info-page h1,.archive-intro h1{letter-spacing:-.04em;font-size:clamp(2.1rem,5vw,3.4rem)}.archive-total{color:var(--muted);letter-spacing:.04em;margin:10px 0 0;font-size:.86rem;font-weight:500}.taxonomy-header p,.archive-intro p,.info-page p,.info-page li{color:var(--text-soft)}.taxonomy-header .eyebrow,.archive-intro .eyebrow,.info-page .eyebrow{margin-bottom:14px}.info-page{max-width:var(--reading-width)}.info-page h2{margin-top:2.2rem;font-size:1.3rem}.info-page ul{padding-left:1.2rem}.category-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:clamp(28px,4vw,40px);display:grid}.post-main{width:min(var(--max-width), 100% - var(--gutter) * 2)}.post-header{max-width:var(--reading-width);text-align:center;margin:0 auto clamp(32px,5vw,48px)}.post-header h1{letter-spacing:-.04em;margin:14px 0 18px;font-size:clamp(2rem,4.6vw,3.2rem)}.post-header .description{color:var(--text-soft);margin:0;font-size:1.08rem;line-height:1.7}.post-header .meta-row,.post-header .tag-list{justify-content:center}.hero-image{justify-content:center;margin-bottom:clamp(36px,5vw,56px);display:flex}.hero-image img{border-radius:6px;width:auto;max-width:100%;max-height:min(72vh,640px)}.prose{width:min(100%, var(--reading-width));margin:0 auto;font-size:1.06rem}.prose>*+*{margin-top:1.35rem}.prose h2{margin-top:3rem;font-size:1.45rem}.prose h3{margin-top:2.4rem;font-size:1.18rem}.prose a{color:var(--accent);border-bottom:1px solid color-mix(in srgb, var(--accent) 40%, transparent)}.prose a:hover{border-bottom-color:currentColor}.prose ul,.prose ol{padding-left:1.3rem}.prose li+li{margin-top:.5rem}.prose img{border-radius:6px;margin:2.4rem auto}.prose .hit{border-top:1px solid var(--line-strong);border-bottom:1px solid var(--line-strong);text-align:center;margin:2.8rem 0;padding:30px 0 26px}.prose .hit .amount{letter-spacing:-.055em;font-size:clamp(3.2rem,12vw,5.4rem);font-weight:850;line-height:1;display:block}.prose .hit .amount-note{color:var(--muted);margin-top:16px;font-size:.98rem;line-height:1.6;display:block}.prose video{background:#000;border-radius:6px;width:auto;max-width:100%;max-height:min(72vh,640px);margin:2.4rem auto;display:block}.prose figure{margin:2.4rem 0}.prose figure video,.prose figure img{margin:0 auto}.prose figcaption{color:var(--muted);text-align:center;margin-top:12px;font-size:.9rem;line-height:1.6}.prose blockquote{border-left:2px solid var(--accent);color:var(--text-soft);margin-inline:0;padding:4px 0 4px 22px;font-size:1.08rem}.prose .table-wrap,.prose table{max-width:100%;display:block;overflow-x:auto}.prose table{border-collapse:collapse;margin:32px 0;font-size:.96rem;line-height:1.6}.prose thead th{text-align:left;color:var(--text);border-bottom:2px solid var(--line-strong);font-weight:600}.prose th,.prose td{border-bottom:1px solid var(--line);vertical-align:top;text-align:left;padding:10px 18px 10px 0}.prose td:first-child{color:var(--muted);white-space:nowrap;padding-right:28px}.prose tbody tr:last-child th,.prose tbody tr:last-child td{border-bottom:0}.prose code{background:var(--accent-wash);border-radius:4px;padding:.15em .4em;font-size:.9em}.prose pre{color:#f8fafc;background:#0f172a;border-radius:8px;padding:18px 20px;line-height:1.6;overflow-x:auto}.prose pre code{background:0 0;padding:0}.prose hr{border:0;border-top:1px solid var(--line-strong)}@media (width<=900px){.grid-two{grid-template-columns:1fr}.post-card.row{grid-template-columns:minmax(0,200px) minmax(0,1fr);gap:18px}}@media (width<=640px){body{font-size:16px}.site-header .inner{flex-direction:column;align-items:flex-start;gap:10px;padding:12px 0}.site-header nav{justify-content:flex-start;gap:4px 16px}.post-card.row{grid-template-columns:1fr;gap:14px}.post-card.row .thumb img{aspect-ratio:16/10}.site-footer .footer-end{text-align:left;justify-items:start}.site-footer nav{justify-content:flex-start}.post-header{text-align:left}.post-header .meta-row,.post-header .tag-list{justify-content:flex-start}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.post-card .thumb img,.site-header nav a:after{transition:none}}
