:root{--bg:#ffffff;--fg:#1a1a1a;--muted:#666;--border:#e5e5e5;--accent:#ff5722;--accent-hover:#e64a19;--code-bg:#f5f5f5}@media (prefers-color-scheme:dark){:root{--bg:#0a0a0a;--fg:#ededed;--muted:#999;--border:#262626;--accent:#ff7043;--accent-hover:#ff5722;--code-bg:#1a1a1a}}*{box-sizing:border-box;padding:0;margin:0}body,html{max-width:100vw;overflow-x:hidden;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Apple SD Gothic Neo,Noto Sans KR,Malgun Gothic,sans-serif;color:var(--fg);background:var(--bg);line-height:1.7;-webkit-font-smoothing:antialiased}a{color:var(--accent);text-decoration:none}a:hover{color:var(--accent-hover);text-decoration:underline}.container{max-width:780px;margin:0 auto;padding:2rem 1.5rem}.site-header{border-bottom:1px solid var(--border);padding:1.5rem;margin-bottom:2rem}.site-header .inner{max-width:780px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.site-title{font-size:1.5rem;font-weight:800;color:var(--fg)}.site-title:hover{text-decoration:none}.nav{display:flex;gap:1.5rem;font-size:.95rem}.site-footer{border-top:1px solid var(--border);margin-top:4rem;padding:2rem 1.5rem;text-align:center;color:var(--muted);font-size:.85rem;line-height:1.5}.post-list{list-style:none}.post-card{padding:1.5rem 0;border-bottom:1px solid var(--border)}.post-card:last-child{border-bottom:none}.post-card-link{display:flex;gap:1.25rem;color:inherit}.post-card-link,.post-card-link:hover{text-decoration:none}.post-card-link:hover h2{color:var(--accent)}.post-thumb-wrap{flex:0 0 180px;aspect-ratio:16/10;overflow:hidden;border-radius:8px;background:var(--code-bg)}.post-thumb{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.post-card-link:hover .post-thumb{transform:scale(1.04)}.post-card-body{flex:1 1 auto;min-width:0}@media (max-width:640px){.post-card-link{flex-direction:column;gap:.75rem}.post-thumb-wrap{flex:0 0 auto;width:100%;aspect-ratio:16/9}}.post-card h2{font-size:1.4rem;margin-bottom:.5rem;line-height:1.4;color:var(--fg);transition:color .2s ease}.post-meta{font-size:.85rem;color:var(--muted);margin-bottom:.5rem}.post-meta .category{background:var(--accent);color:white;padding:2px 8px;border-radius:4px;font-size:.75rem;font-weight:600;margin-right:.5rem}.post-excerpt{color:var(--muted);line-height:1.6}.hero-image-wrap{margin:0 -1.5rem 2rem}.hero-image{width:100%;aspect-ratio:16/9;object-fit:cover;border-radius:12px;display:block}.hero-credit{font-size:.78rem;color:var(--muted);text-align:right;margin-top:.5rem;padding-right:1.5rem}.hero-credit a{color:var(--muted);text-decoration:underline}.hero-credit a:hover{color:var(--accent)}.post-content img{max-width:100%;height:auto;border-radius:8px;margin:1.25rem auto;display:block;border:1px solid var(--border);background:var(--code-bg)}.post-header{margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid var(--border)}.post-header h1{font-size:2rem;line-height:1.3;margin-bottom:1rem}.post-content{font-size:1.05rem}.post-content h2{font-size:1.5rem;margin:2rem 0 1rem;padding-bottom:.5rem;border-bottom:2px solid var(--border)}.post-content h3{font-size:1.2rem;margin:1.5rem 0 .75rem}.post-content p{margin-bottom:1rem}.post-content ol,.post-content ul{padding-left:1.5rem;margin-bottom:1rem}.post-content li{margin-bottom:.5rem}.post-content strong{font-weight:700}.post-content code{background:var(--code-bg);padding:2px 6px;border-radius:4px;font-size:.9em}.post-content blockquote{border-left:4px solid var(--accent);padding:.5rem 0 .5rem 1rem;margin:1.5rem 0;color:var(--muted);font-style:italic}.post-content table{width:100%;border-collapse:collapse;margin:1.5rem 0;font-size:.95rem}.post-content td,.post-content th{padding:.75rem;border:1px solid var(--border);text-align:left}.post-content th{background:var(--code-bg);font-weight:700}.disclosure{background:var(--code-bg);border:1px solid var(--border);border-radius:8px;padding:1rem;margin:2rem 0;font-size:.85rem;color:var(--muted);line-height:1.5}.tistory-queue{max-width:900px}.queue-item{border:1px solid var(--border);border-radius:8px;padding:1.5rem;margin-bottom:1.5rem}.queue-item h3{font-size:1.2rem}.field,.queue-item h3{margin-bottom:1rem}.field label{display:block;font-size:.85rem;font-weight:600;color:var(--muted);margin-bottom:.25rem}.field .value{background:var(--code-bg);border:1px solid var(--border);border-radius:6px;padding:.75rem;font-size:.9rem;font-family:SF Mono,Monaco,Cascadia Code,monospace;max-height:200px;overflow-y:auto;white-space:pre-wrap;word-break:break-all}.copy-btn{background:var(--accent);color:white;border:none;border-radius:6px;padding:.5rem 1rem;font-size:.85rem;font-weight:600;cursor:pointer;margin-top:.5rem}.copy-btn:hover{background:var(--accent-hover)}.tistory-instructions{background:#fef3e2;border-left:4px solid var(--accent);padding:1rem;border-radius:4px;margin-bottom:2rem;font-size:.9rem;color:#333}@media (prefers-color-scheme:dark){.tistory-instructions{background:#2a2015;color:#ddd}}