:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--c-primary:#2563eb;--c-primary-2:#1d4ed8;--c-primary-soft:#dbeafe;--c-primary-text:#1e40af;--c-secondary:#059669;--c-secondary-soft:#d1fae5;--c-accent:#8b5cf6;--c-warning:#d97706;--c-danger:#dc2626;--c-success:#059669;--c-bg:#f8fafc;--c-surface:#fff;--c-surface-2:#f1f5f9;--c-border:#e2e8f0;--c-border-2:#cbd5e1;--c-text:#0f172a;--c-text-2:#64748b;--c-text-3:#94a3b8;--shadow-sm:0 1px 2px #0f172a0f;--shadow:0 1px 2px #0f172a0d, 0 8px 24px #2563eb14;--radius:12px;--radius-sm:8px;--radius-lg:16px;--font:"Noto Sans KR", "Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--mono:ui-monospace, "JetBrains Mono", "Cascadia Code", "SF Mono", Menlo, Consolas, "Liberation Mono", monospace;--hero-gradient:linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 50%, #f0fdf4 100%);--brand-gradient:linear-gradient(135deg, #2563eb 0%, #059669 100%);--container:1120px}[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--c-primary:#3b82f6;--c-primary-2:#60a5fa;--c-primary-soft:#3b82f629;--c-primary-text:#93c5fd;--c-secondary:#10b981;--c-secondary-soft:#10b98129;--c-warning:#f59e0b;--c-danger:#f87171;--c-success:#34d399;--c-bg:#0f172a;--c-surface:#1e293b;--c-surface-2:#253145;--c-border:#334155;--c-border-2:#475569;--c-text:#e2e8f0;--c-text-2:#94a3b8;--c-text-3:#64748b;--shadow-sm:0 1px 2px #0000004d;--shadow:0 1px 2px #0000004d, 0 8px 24px #00000059;--hero-gradient:linear-gradient(135deg, #0f172a 0%, #1e293b 50%, #0f172a 100%)}*,:before,:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;font-size:93.75%}html[data-text-size=medium]{font-size:106.25%}html[data-text-size=large]{font-size:125%}body{font-family:var(--font);color:var(--c-text);background:var(--c-bg);-webkit-font-smoothing:antialiased;margin:0;font-size:1rem;line-height:1.55}a{color:var(--c-primary);text-decoration:none}a:hover{text-decoration:underline}h1,h2,h3,h4{letter-spacing:-.01em;margin:0 0 .5em;font-weight:700;line-height:1.25}h1{font-size:1.85rem}h2{font-size:1.35rem}h3{font-size:1.1rem}p{margin:0 0 1em}code,kbd,pre,.mono{font-family:var(--mono);font-variant-numeric:tabular-nums}kbd{border:1px solid var(--c-border-2);background:var(--c-surface-2);color:var(--c-text-2);border-bottom-width:2px;border-radius:6px;padding:.1em .45em;font-size:.8em}hr{border:0;border-top:1px solid var(--c-border);margin:1.5rem 0}::selection{background:var(--c-primary-soft)}:focus-visible{outline:2px solid var(--c-primary);outline-offset:2px}.container{max-width:var(--container);margin:0 auto;padding:0 1rem}.stack{flex-direction:column;gap:.85rem;display:flex}.stack-sm{flex-direction:column;gap:.5rem;display:flex}.row{flex-wrap:wrap;align-items:center;gap:.6rem;display:flex}.row-between{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.6rem;display:flex}.grid-2{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;display:grid}.grid-3{grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem;display:grid}.tool-grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:start;gap:1.25rem;display:grid}.tool-grid.wide-left{grid-template-columns:minmax(0,3fr) minmax(0,2fr)}.tool-stack{flex-direction:column;gap:1.25rem;display:flex}@media (max-width:760px){.tool-grid,.tool-grid.wide-left,.grid-3,.grid-2{grid-template-columns:minmax(0,1fr)}h1{font-size:1.5rem}}.panel{background:var(--c-surface);border:1px solid var(--c-border);border-radius:var(--radius);box-shadow:var(--shadow-sm);padding:1.1rem}.panel-title{letter-spacing:.06em;text-transform:uppercase;color:var(--c-text-2);margin:0 0 .75rem;font-size:.8rem;font-weight:700}.muted{color:var(--c-text-2)}.small{font-size:.85rem}.tiny{font-size:.78rem}.chip{background:var(--c-surface-2);color:var(--c-text-2);border:1px solid var(--c-border);border-radius:999px;align-items:center;gap:.3rem;padding:.15rem .6rem;font-size:.78rem;font-weight:600;display:inline-flex}.chip-primary{background:var(--c-primary-soft);color:var(--c-primary-text);border-color:#0000}.chip-success{background:var(--c-secondary-soft);color:var(--c-success);border-color:#0000}.field{flex-direction:column;gap:.3rem;display:flex}.field>label,.label{color:var(--c-text-2);font-size:.82rem;font-weight:600}.input,.select,.textarea{width:100%;font:inherit;color:var(--c-text);background:var(--c-surface);border:1px solid var(--c-border-2);border-radius:var(--radius-sm);padding:.55rem .7rem;transition:border-color .12s,box-shadow .12s}.input:focus,.select:focus,.textarea:focus{border-color:var(--c-primary);box-shadow:0 0 0 3px var(--c-primary-soft);outline:none}.input[aria-invalid=true],.textarea[aria-invalid=true]{border-color:var(--c-danger)}.input::placeholder,.textarea::placeholder{color:var(--c-text-3)}.textarea{resize:vertical;min-height:8rem;line-height:1.5}.textarea.mono,.input.mono{font-family:var(--mono);font-size:.9rem}.select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2.5'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-position:right .7rem center;background-repeat:no-repeat;padding-right:2rem}.input-group{align-items:stretch;display:flex}.input-group .input{border-radius:var(--radius-sm) 0 0 var(--radius-sm);min-width:0}.input-group .addon{border:1px solid var(--c-border-2);border-radius:0 var(--radius-sm) var(--radius-sm) 0;background:var(--c-surface-2);color:var(--c-text-2);white-space:nowrap;border-left:0;align-items:center;padding:0 .7rem;font-size:.85rem;display:flex}.input-group .addon-left{border-left:1px solid var(--c-border-2);border-radius:var(--radius-sm) 0 0 var(--radius-sm);border-right:0}.input-group .addon-left+.input{border-radius:0 var(--radius-sm) var(--radius-sm) 0}.error-text{color:var(--c-danger);font-size:.8rem}input[type=range]{width:100%;accent-color:var(--c-primary)}input[type=checkbox],input[type=radio]{accent-color:var(--c-primary)}.check{cursor:pointer;align-items:center;gap:.4rem;font-size:.9rem;display:inline-flex}.btn{font:inherit;border-radius:var(--radius-sm);border:1px solid var(--c-border-2);background:var(--c-surface);color:var(--c-text);cursor:pointer;white-space:nowrap;justify-content:center;align-items:center;gap:.4rem;padding:.5rem .9rem;font-size:.9rem;font-weight:600;transition:background .12s,border-color .12s,transform 50ms;display:inline-flex}.btn:hover{background:var(--c-surface-2);text-decoration:none}.btn:active{transform:translateY(1px)}.btn:disabled{opacity:.55;cursor:not-allowed}.btn-primary{background:var(--c-primary);border-color:var(--c-primary);color:#fff}.btn-primary:hover{background:var(--c-primary-2);border-color:var(--c-primary-2)}.btn-ghost{color:var(--c-text-2);background:0 0;border-color:#0000}.btn-ghost:hover{background:var(--c-surface-2);color:var(--c-text)}.btn-sm{padding:.3rem .6rem;font-size:.8rem}.btn-icon{padding:.4rem;line-height:1}.seg{border-radius:var(--radius-sm);background:var(--c-surface-2);border:1px solid var(--c-border);flex-wrap:wrap;gap:2px;padding:3px;display:inline-flex}.seg-scroll{scrollbar-width:none;flex-wrap:nowrap;max-width:100%;overflow-x:auto}.seg button{font:inherit;color:var(--c-text-2);cursor:pointer;background:0 0;border:0;border-radius:6px;padding:.35rem .7rem;font-size:.82rem;font-weight:600}.seg button[aria-selected=true],.seg button.active{background:var(--c-surface);color:var(--c-primary);box-shadow:var(--shadow-sm)}.result{border-radius:var(--radius-sm);background:var(--c-surface-2);border:1px solid var(--c-border);flex-direction:column;gap:.15rem;padding:.8rem .9rem;display:flex}.result-label{color:var(--c-text-2);font-size:.78rem;font-weight:600}.result-value{font-family:var(--mono);font-variant-numeric:tabular-nums;word-break:break-all;font-size:1.05rem;font-weight:600}.result-big .result-value{color:var(--c-primary);font-size:1.7rem}.result-sub{color:var(--c-text-2);font-size:.8rem}.table{border-collapse:collapse;width:100%;font-size:.88rem}.table th,.table td{border-bottom:1px solid var(--c-border);text-align:right;font-variant-numeric:tabular-nums;padding:.45rem .6rem}.table th:first-child,.table td:first-child{text-align:left}.table th{text-transform:uppercase;letter-spacing:.05em;color:var(--c-text-2);background:var(--c-surface-2);font-size:.75rem}.table-wrap{border:1px solid var(--c-border);border-radius:var(--radius-sm);max-height:420px;overflow:auto}pre.code{background:var(--c-surface-2);border:1px solid var(--c-border);border-radius:var(--radius-sm);white-space:pre-wrap;word-break:break-word;margin:0;padding:.8rem;font-size:.85rem;line-height:1.5;overflow:auto}mark{color:inherit;background:#f59e0b59;border-radius:3px;padding:0 1px}.diff-add{background:#10b98138}.diff-del{background:#ef444438;text-decoration:line-through}.cards{grid-template-columns:repeat(auto-fill,minmax(230px,1fr));gap:.75rem;display:grid}.card{background:var(--c-surface);border:1px solid var(--c-border);border-radius:var(--radius);color:inherit;padding:.95rem 1rem;transition:border-color .12s,box-shadow .12s,transform .12s;display:block}.card:hover{border-color:var(--c-primary);box-shadow:var(--shadow);text-decoration:none;transform:translateY(-1px)}.sr-only{clip:rect(0, 0, 0, 0);border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.dropzone{border:2px dashed var(--c-border-2);border-radius:var(--radius);text-align:center;color:var(--c-text-2);background:var(--c-surface);cursor:pointer;padding:2rem 1rem;transition:border-color .12s,background .12s}.dropzone.over,.dropzone:hover{border-color:var(--c-primary);background:var(--c-primary-soft)}.ic{vertical-align:-.15em;flex:none;width:1em;height:1em}.progress{background:var(--c-surface-2);border-radius:3px;height:6px;overflow:hidden}.progress>div{background:var(--brand-gradient);height:100%;transition:width .15s}.faq details{border-top:1px solid var(--c-border);padding:.7rem 0}.faq summary{cursor:pointer;font-weight:600}.faq p{color:var(--c-text-2);margin:.5rem 0 0}.locale.svelte-np13j6{cursor:pointer;color:var(--c-text-2);border-radius:8px;align-items:center;gap:.3rem;padding:.3rem .4rem;display:inline-flex;position:relative}.locale.svelte-np13j6:hover{background:var(--c-surface-2)}.locale.svelte-np13j6 .flag{font-size:1.05rem}.sel.svelte-np13j6{font:inherit;color:inherit;cursor:pointer;background:0 0;border:0;max-width:7.5rem;padding-right:.2rem;font-size:.85rem;font-weight:600}.sel.svelte-np13j6:focus{outline:none}@media (max-width:600px){.sel.svelte-np13j6{color:#0000;width:1.4rem}}.wrap.svelte-1a43ozz{position:relative}.pop.svelte-1a43ozz{z-index:50;width:280px;box-shadow:var(--shadow);position:absolute;top:calc(100% + 6px);right:0}.seg.svelte-1a43ozz button[aria-pressed=true]:where(.svelte-1a43ozz){background:var(--c-surface);color:var(--c-primary);box-shadow:var(--shadow-sm)}.wrap.svelte-1qn3rf2{position:relative}.aa.svelte-1qn3rf2{letter-spacing:-.02em;font-weight:800;line-height:1}.aa.svelte-1qn3rf2 small:where(.svelte-1qn3rf2){font-size:.7em;font-weight:700}.aa.active.svelte-1qn3rf2{color:var(--c-primary)}.pop.svelte-1qn3rf2{z-index:50;width:250px;box-shadow:var(--shadow);position:absolute;top:calc(100% + 6px);right:0}.seg.svelte-1qn3rf2 button.checked:where(.svelte-1qn3rf2){background:var(--c-surface);color:var(--c-primary);box-shadow:var(--shadow-sm)}.skip.svelte-12qhfyh{background:var(--c-surface);z-index:100;padding:.5rem 1rem;position:absolute;top:0;left:-999px}.skip.svelte-12qhfyh:focus{top:.5rem;left:.5rem}.site-header.svelte-12qhfyh{z-index:40;background:color-mix(in srgb, var(--c-surface) 88%, transparent);-webkit-backdrop-filter:saturate(160%)blur(10px);backdrop-filter:saturate(160%)blur(10px);border-bottom:1px solid var(--c-border);position:sticky;top:0}.inner.svelte-12qhfyh{align-items:center;gap:.7rem;min-height:58px;padding:.35rem 1rem;display:flex}.brand.svelte-12qhfyh{color:inherit;flex:none;align-items:center;gap:.55rem;display:inline-flex}.brand.svelte-12qhfyh:hover{text-decoration:none}.mark.svelte-12qhfyh{flex:none;width:32px;height:32px;display:inline-flex}.mark.svelte-12qhfyh svg{width:100%;height:100%}.brand-text.svelte-12qhfyh{flex-direction:column;line-height:1.05;display:flex}.brand-name.svelte-12qhfyh{letter-spacing:-.01em;font-weight:800}.brand-sub.svelte-12qhfyh{letter-spacing:.14em;color:var(--c-text-2);font-size:.58rem}.hsearch.svelte-12qhfyh{flex:1;max-width:380px}.cats.svelte-12qhfyh{scrollbar-width:none;flex:0 auto;gap:.15rem;min-width:0;margin-left:auto;display:flex;overflow-x:auto}.help.svelte-12qhfyh{width:2rem;font-weight:800}.controls.svelte-12qhfyh{flex:none;align-items:center;gap:.1rem;display:flex}.cats.svelte-12qhfyh a:where(.svelte-12qhfyh){color:var(--c-text-2);white-space:nowrap;border-radius:8px;align-items:center;gap:.3rem;padding:.35rem .55rem;font-size:.85rem;font-weight:600;display:inline-flex}.cats.svelte-12qhfyh a:where(.svelte-12qhfyh):hover,.cats.svelte-12qhfyh a.active:where(.svelte-12qhfyh){background:var(--c-surface-2);color:var(--c-primary);text-decoration:none}@media (max-width:900px){.cats.svelte-12qhfyh .lbl:where(.svelte-12qhfyh){display:none}.hsearch.svelte-12qhfyh{max-width:none}}.brand-name.svelte-12qhfyh .ko:where(.svelte-12qhfyh){color:var(--c-primary)}@media (max-width:600px){.brand-name.svelte-12qhfyh .en:where(.svelte-12qhfyh),.brand-sub.svelte-12qhfyh{display:none}.inner.svelte-12qhfyh{flex-wrap:wrap;gap:.35rem .5rem}.hsearch.svelte-12qhfyh{flex:100%;order:10;max-width:none}.cats.svelte-12qhfyh{flex:1 1 0}html[data-text-size=large] .cats.svelte-12qhfyh{flex:100%;order:5;margin-left:0}}.site-footer.svelte-12qhfyh{border-top:1px solid var(--c-border);background:var(--c-surface);margin-top:2rem;padding:1.5rem 0 2rem}.site-footer.svelte-12qhfyh nav:where(.svelte-12qhfyh) a:where(.svelte-12qhfyh){color:var(--c-text-2)}
