:root{--bg: #ffffff;--bg-card: #f9fafb;--bg-code: #f3f4f6;--text-primary: #111827;--text-secondary: #4b5563;--text-muted: #9ca3af;--border: #e5e7eb;--border-hover: #d1d5db;--warning: #d97706}[data-astro-cid-sfugjfoa]{margin:0;padding:0;box-sizing:border-box}[data-astro-cid-sfugjfoa]::-webkit-scrollbar{width:6px;height:6px}[data-astro-cid-sfugjfoa]::-webkit-scrollbar-track{background:#f3f4f6}[data-astro-cid-sfugjfoa]::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}[data-astro-cid-sfugjfoa]::-webkit-scrollbar-thumb:hover{background:#9ca3af}body{font-family:Noto Sans KR,-apple-system,BlinkMacSystemFont,sans-serif;background:var(--bg);color:var(--text-primary);line-height:1.6;min-height:100vh}.container[data-astro-cid-sfugjfoa]{max-width:1400px;margin:0 auto;padding:1.5rem}header[data-astro-cid-sfugjfoa]{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;margin-bottom:1rem;border-bottom:1px solid var(--border)}.header-left[data-astro-cid-sfugjfoa]{display:flex;align-items:center;gap:1.5rem}.header-left[data-astro-cid-sfugjfoa] a[data-astro-cid-sfugjfoa]{color:var(--text-muted);text-decoration:none;font-size:.8rem;transition:color .2s}.header-left[data-astro-cid-sfugjfoa] a[data-astro-cid-sfugjfoa]:hover{color:var(--text-secondary)}h1[data-astro-cid-sfugjfoa]{font-size:1.25rem;font-weight:600;color:var(--text-primary);letter-spacing:-.01em}h1[data-astro-cid-sfugjfoa] .icon[data-astro-cid-sfugjfoa]{margin-right:.5rem}.lang-switch[data-astro-cid-sfugjfoa]{display:flex;gap:.5rem}.lang-switch[data-astro-cid-sfugjfoa] a[data-astro-cid-sfugjfoa]{color:var(--text-muted);text-decoration:none;font-size:.8rem;padding:.25rem .5rem;border-radius:4px;transition:all .2s}.lang-switch[data-astro-cid-sfugjfoa] a[data-astro-cid-sfugjfoa]:hover{color:var(--text-secondary)}.lang-switch[data-astro-cid-sfugjfoa] a[data-astro-cid-sfugjfoa].active{background:var(--text-primary);color:var(--bg)}.toc[data-astro-cid-sfugjfoa]{display:flex;flex-wrap:wrap;gap:.5rem;padding:.75rem 1rem;background:var(--bg);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:100;margin:0 -1.5rem 1.5rem}.toc[data-astro-cid-sfugjfoa] a[data-astro-cid-sfugjfoa]{color:var(--text-muted);text-decoration:none;font-size:.75rem;padding:.25rem .5rem;border-radius:3px;transition:color .2s}.toc[data-astro-cid-sfugjfoa] a[data-astro-cid-sfugjfoa]:hover{color:var(--text-secondary)}.grid[data-astro-cid-sfugjfoa]{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1rem}.section-title[data-astro-cid-sfugjfoa]{font-size:.9rem;font-weight:500;margin:2rem 0 1rem;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em}footer[data-astro-cid-sfugjfoa]{text-align:center;padding:1.5rem 0;margin-top:2rem;border-top:1px solid var(--border);color:var(--text-muted);font-size:.75rem}footer[data-astro-cid-sfugjfoa] a[data-astro-cid-sfugjfoa]{color:var(--text-secondary);text-decoration:none}footer[data-astro-cid-sfugjfoa] a[data-astro-cid-sfugjfoa]:hover{color:var(--text-primary)}@media (max-width: 768px){.container[data-astro-cid-sfugjfoa]{padding:1rem}h1[data-astro-cid-sfugjfoa]{font-size:1.1rem}.grid[data-astro-cid-sfugjfoa]{grid-template-columns:1fr}.header-left[data-astro-cid-sfugjfoa]{flex-direction:column;gap:.5rem;align-items:flex-start}}@media print{body{background:#fff;color:#000}.toc[data-astro-cid-sfugjfoa]{display:none}}.card[data-astro-cid-byj7qpkg]{background:var(--bg-card, #f9fafb);border-radius:8px;padding:1rem;border:1px solid var(--border, #e5e7eb);transition:border-color .2s}.card[data-astro-cid-byj7qpkg]:hover{border-color:var(--border-hover, #d1d5db)}.card[data-astro-cid-byj7qpkg] h2[data-astro-cid-byj7qpkg]{font-size:.85rem;font-weight:500;margin-bottom:.75rem;color:var(--text-secondary, #4b5563);text-transform:uppercase;letter-spacing:.05em;display:flex;align-items:center;gap:.5rem}.card-icon[data-astro-cid-byj7qpkg]{font-size:1rem}.full-width[data-astro-cid-byj7qpkg]{grid-column:1 / -1}.card[data-astro-cid-byj7qpkg] table{width:100%;border-collapse:collapse}.card[data-astro-cid-byj7qpkg] th,.card[data-astro-cid-byj7qpkg] td{text-align:left;padding:.4rem .5rem;font-size:.8rem;border-bottom:1px solid var(--border, #e5e7eb)}.card[data-astro-cid-byj7qpkg] th{color:var(--text-muted, #9ca3af);font-weight:500;font-size:.7rem;text-transform:uppercase;letter-spacing:.05em}.card[data-astro-cid-byj7qpkg] tr:last-child td{border-bottom:none}.card[data-astro-cid-byj7qpkg] code{font-family:JetBrains Mono,monospace;background:var(--bg-code, #f3f4f6);padding:.15rem .35rem;border-radius:3px;font-size:.75rem;color:var(--text-primary, #111827)}.card[data-astro-cid-byj7qpkg] .kbd{display:inline-block;background:var(--bg-card, #f9fafb);border:1px solid var(--border, #e5e7eb);border-radius:3px;padding:.1rem .35rem;font-family:JetBrains Mono,monospace;font-size:.7rem;color:var(--text-secondary, #4b5563);box-shadow:0 1px 0 var(--border, #e5e7eb)}
