:root,html[data-theme=light]{color-scheme:light;--bg:#fff;--surface:#f6f7f9;--surface-2:#eef0f4;--text:#23262b;--text-muted:#656c76;--border:#e5e8ec;--border-strong:#d3d8df;--accent:#0b63ce;--accent-hover:#0a58b8;--accent-soft:#eaf2fd;--warn-bg:#fdf3dd;--warn-text:#8a5a00;--radius:12px;--radius-sm:8px;--max:46rem;--gutter:1.25rem;--shadow-sm:0 1px 2px #1018280a, 0 1px 3px #1018280f}html[data-theme=dark]{color-scheme:dark;--bg:#15171b;--surface:#1c1f25;--surface-2:#24282f;--text:#e7e9ec;--text-muted:#9aa1ab;--border:#2b2f37;--border-strong:#3a3f49;--accent:#6ea8fb;--accent-hover:#8fbcfc;--accent-soft:#1a2534;--warn-bg:#38300f;--warn-text:#e5c069;--shadow-sm:none}*,:before,:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}body{background:var(--bg);color:var(--text);word-break:keep-all;overflow-wrap:anywhere;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;font-family:Pretendard Variable,Pretendard,-apple-system,BlinkMacSystemFont,system-ui,Apple SD Gothic Neo,Malgun Gothic,Noto Sans KR,sans-serif;font-size:17px;font-weight:400;line-height:1.78}h1,h2,h3,h4{letter-spacing:-.025em;text-wrap:balance}p{text-wrap:pretty}a{color:var(--accent);text-underline-offset:3px;text-decoration-thickness:1px}a:hover{color:var(--accent-hover)}:focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-radius:3px}img{max-width:100%;height:auto}.wrap{max-width:var(--max);padding:0 var(--gutter);margin:0 auto}.site-header{border-bottom:1px solid var(--border);background:color-mix(in srgb, var(--bg) 88%, transparent);backdrop-filter:saturate(180%)blur(10px);z-index:20;position:sticky;top:0}.site-header .wrap{justify-content:space-between;align-items:center;gap:1.25rem;min-height:4.25rem;padding-top:.85rem;padding-bottom:.85rem;display:flex}.site-title{color:var(--text);letter-spacing:-.03em;font-size:1.2rem;font-weight:800;line-height:1.3;text-decoration:none}.site-title:hover{color:var(--accent)}.site-header-end{align-items:center;gap:.85rem;min-width:0;display:flex}.site-tagline{color:var(--text-muted);text-align:right;font-size:.8125rem;line-height:1.5}.theme-toggle{appearance:none;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);width:2.5rem;height:2.5rem;color:var(--text);cursor:pointer;flex-shrink:0;justify-content:center;align-items:center;padding:0;display:inline-flex}.theme-toggle:hover{background:var(--surface-2);border-color:var(--border-strong)}.theme-toggle svg{width:1.15rem;height:1.15rem}.theme-toggle .icon-sun,html[data-theme=dark] .theme-toggle .icon-moon{display:none}html[data-theme=dark] .theme-toggle .icon-sun{display:block}@media (width<=34rem){.site-tagline{display:none}}.site-footer{border-top:1px solid var(--border);color:var(--text-muted);background:var(--surface);margin-top:5rem;padding:2.25rem 0 3.5rem;font-size:.875rem;line-height:1.7}.site-footer p{margin:0}main{padding-top:3rem}.post-list{gap:2.75rem;margin:0;padding:0;list-style:none;display:grid}.post-card{border-bottom:1px solid var(--border);padding-bottom:2.75rem}.post-card:last-child{border-bottom:0;padding-bottom:0}.post-card h2{margin:0 0 .5rem;font-size:1.5rem;font-weight:700;line-height:1.42}.post-card h2 a{color:var(--text);background-image:linear-gradient(var(--accent), var(--accent));background-position:0 100%;background-repeat:no-repeat;background-size:0% 2px;text-decoration:none;transition:background-size .25s,color .15s}.post-card h2 a:hover{color:var(--accent);background-size:100% 2px}@media (prefers-reduced-motion:reduce){.post-card h2 a{transition:none}}.post-card p{color:var(--text-muted);margin:0 0 .85rem;font-size:1rem;line-height:1.72}.meta{color:var(--text-muted);font-variant-numeric:tabular-nums;flex-wrap:wrap;align-items:center;gap:.5rem;font-size:.8125rem;line-height:1.6;display:flex}.badge{background:var(--accent-soft);color:var(--accent);letter-spacing:0;border-radius:999px;padding:.15rem .6rem;font-size:.75rem;font-weight:600;display:inline-block}.badge-draft{background:var(--warn-bg);color:var(--warn-text)}.post-header{margin-bottom:2.5rem}.post-header h1{margin:0 0 .85rem;font-size:2.35rem;font-weight:700;line-height:1.32}@media (width<=34rem){.post-header h1{font-size:1.85rem}main{padding-top:2rem}}.post-body{margin-top:2.5rem}.post-body h2{border-top:1px solid var(--border);margin:3.5rem 0 1rem;padding-top:1.75rem;font-size:1.7rem;font-weight:700;line-height:1.4}.post-body>h2:first-child{border-top:0;margin-top:0;padding-top:0}.post-body h3{margin:2.5rem 0 .65rem;font-size:1.25rem;font-weight:700;line-height:1.5}.post-body p{margin:0 0 1.35rem}.post-body ul,.post-body ol{margin:0 0 1.35rem;padding-left:1.35rem}.post-body li{margin-bottom:.5rem}.post-body li::marker{color:var(--text-muted)}.post-body strong{color:var(--text);font-weight:700}.post-body a{text-decoration:underline}.post-body blockquote{border-left:3px solid var(--accent);color:var(--text-muted);margin:1.75rem 0;padding:.35rem 0 .35rem 1.15rem}.post-body blockquote p:last-child{margin-bottom:0}.post-body .table-scroll{border:1px solid var(--border);border-radius:var(--radius);background:var(--bg);box-shadow:var(--shadow-sm);-webkit-overflow-scrolling:touch;margin:0 0 1.75rem;overflow-x:auto}.post-body table{border-collapse:collapse;font-variant-numeric:tabular-nums;width:100%;min-width:38rem;font-size:.9375rem;line-height:1.6}.post-body th,.post-body td{text-align:left;border-bottom:1px solid var(--border);vertical-align:top;overflow-wrap:normal;padding:.75rem .9rem}.post-body thead th{background:var(--surface-2);white-space:nowrap;letter-spacing:-.01em;font-size:.875rem;font-weight:700}.post-body tbody tr:nth-child(2n){background:var(--surface)}.post-body tbody tr:last-child td{border-bottom:0}.post-body>table{border:1px solid var(--border);border-radius:var(--radius);min-width:0;margin-bottom:1.75rem;display:block;overflow-x:auto}.post-body hr{border:0;border-top:1px solid var(--border);margin:2.75rem 0}.notice{background:var(--surface);border:1px solid var(--border);border-left:3px solid var(--border-strong);border-radius:var(--radius-sm);color:var(--text-muted);margin:1.75rem 0;padding:.9rem 1.1rem;font-size:.875rem;line-height:1.7}.notice strong{color:var(--text);font-weight:700}.ad-slot{min-height:1px;margin:2.75rem 0}.ad-slot ins{display:block}.write-lead{color:var(--text-muted);margin:0;font-size:1rem;line-height:1.72}.write-form{gap:1.5rem;margin-top:.5rem;display:grid}.field{border:0;gap:.4rem;min-width:0;margin:0;padding:0;display:grid}.field-label{letter-spacing:-.02em;font-size:.9375rem;font-weight:700}.field-hint,.optional{color:var(--text-muted);font-size:.8125rem;font-weight:400;line-height:1.5}.write-form input[type=text],.write-form input[type=file]{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--bg);width:100%;color:var(--text);font:inherit;padding:.7rem .85rem}.write-form input[type=file]{background:var(--surface);padding:.55rem}.write-form input:focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-color:var(--accent)}.aspect-row{gap:.5rem;display:flex}.aspect-row input{flex:1;min-width:0}.chip-list,.image-preview{flex-wrap:wrap;gap:.45rem;margin:.15rem 0 0;padding:0;list-style:none;display:flex}.chip{appearance:none;border:1px solid var(--border);background:var(--accent-soft);color:var(--accent);font:inherit;cursor:pointer;border-radius:999px;align-items:center;gap:.35rem;padding:.28rem .7rem;font-size:.875rem;font-weight:600;display:inline-flex}.chip:hover{border-color:var(--border-strong)}.image-preview{gap:.65rem;display:grid}.image-preview li{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);color:var(--text-muted);grid-template-columns:4.5rem 1fr auto;align-items:center;gap:.75rem;padding:.5rem;font-size:.8125rem;display:grid}.image-preview img{object-fit:cover;background:var(--surface-2);border-radius:6px;width:4.5rem;height:4.5rem}.btn{appearance:none;border-radius:var(--radius-sm);min-height:2.6rem;font:inherit;cursor:pointer;justify-content:center;align-items:center;padding:.45rem 1rem;font-size:.9375rem;font-weight:700;display:inline-flex}.btn:disabled{opacity:.55;cursor:not-allowed}.btn-primary{background:var(--accent);color:#fff;border:0;justify-self:start}.btn-primary:hover:not(:disabled){background:var(--accent-hover)}.btn-ghost{border:1px solid var(--border);background:var(--surface);color:var(--text)}.btn-ghost:hover{background:var(--surface-2);border-color:var(--border-strong)}.write-status{border-radius:var(--radius-sm);margin:0;padding:.85rem 1rem;font-size:.875rem;line-height:1.65}.write-status[data-kind=ok]{background:var(--accent-soft);color:var(--accent)}.write-status[data-kind=err]{background:var(--warn-bg);color:var(--warn-text)}.write-status[data-kind=busy]{background:var(--surface);color:var(--text-muted);border:1px solid var(--border)}
