@font-face{font-family:"Press Start 2P";font-style:normal;font-weight:400;font-display:swap;src:url(/fonts/press-start-2p-cyrillic.woff2) format("woff2");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:"Press Start 2P";font-style:normal;font-weight:400;font-display:swap;src:url(/fonts/press-start-2p-cyrillic-ext.woff2) format("woff2");unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:"Press Start 2P";font-style:normal;font-weight:400;font-display:swap;src:url(/fonts/press-start-2p-latin.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:"Press Start 2P";font-style:normal;font-weight:400;font-display:swap;src:url(/fonts/press-start-2p-latin-ext.woff2) format("woff2");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}:root{--bg: #15151a;--panel: rgba(18, 18, 22, .72);--panel-solid: #1c1c22;--inset: rgba(0, 0, 0, .45);--border: rgba(255, 255, 255, .08);--green: #3fa73f;--green-dark: #2d7a2d;--green-light: #55c855;--red: #d34141;--red-dark: #9e2b2b;--red-light: #e86f6f;--gray: #5c5c64;--gray-dark: #3c3c42;--amber: #ffb454;--amber-dark: #7a5a12;--info: #5aa9e6;--info-dark: #2b4a63;--text: #ececec;--dim: #d6d6dc;--muted: #9a9aa2;--ink: #000;--surface: var(--panel-solid);--surface-2: var(--inset);--accent: var(--green);--accent-text: #fff;--accent-soft: rgba(63, 167, 63, .12);--danger: var(--red-light);--danger-soft: rgba(150, 40, 40, .25);--warn: var(--amber);--warn-soft: rgba(122, 90, 18, .3);--info-soft: rgba(30, 60, 90, .3);--shadow: 8px 8px 0 rgba(0, 0, 0, .5);--radius: 6px;--font-px: "Press Start 2P", "Courier New", monospace;--mono: ui-monospace, "Cascadia Mono", "JetBrains Mono", Consolas, monospace;color-scheme:dark}*{box-sizing:border-box}html,body{margin:0}html{min-height:100%}body{min-height:100vh;background:var(--bg);background-image:repeating-linear-gradient(0deg,rgba(255,255,255,.022) 0 1px,transparent 1px 24px),repeating-linear-gradient(90deg,rgba(255,255,255,.022) 0 1px,transparent 1px 24px),linear-gradient(180deg,#0a0a0eb8,#0a0a0e73,#0a0a0e8c 70%,#08080ce0);background-attachment:fixed;color:var(--text);font:15px/1.6 var(--mono);-webkit-font-smoothing:antialiased}a{color:var(--green-light)}a:hover{text-decoration:none}h1,h2,h3{margin:0;font-family:var(--font-px);font-weight:400;line-height:1.7;text-shadow:2px 2px 0 var(--ink)}h1{font-size:16px}h2{font-size:12px}h3{font-size:10px}code,.mono{font-family:var(--mono);font-size:13.5px}.muted{color:var(--muted)}.dim{color:var(--dim)}.small{font-size:13.5px}.tiny{font-size:12px}.nowrap{white-space:nowrap}.row{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.spacer{flex:1}.stack{display:flex;flex-direction:column;gap:12px}.grid2{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:12px}.card{background:var(--panel);border:1px solid var(--border);border-radius:var(--radius);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);padding:16px}.card.flush{padding:0;overflow-x:auto}button,.btn{font-family:var(--font-px);font-size:9px;line-height:1.4;color:#fff;text-shadow:2px 2px 0 rgba(0,0,0,.5);background:var(--gray);border:3px solid var(--ink);box-shadow:inset -4px -4px 0 var(--gray-dark),inset 4px 4px #ffffff4d;padding:11px 13px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:7px;white-space:nowrap;text-decoration:none}button:hover:not(:disabled),.btn:hover{filter:brightness(1.15)}button:active:not(:disabled){box-shadow:inset 4px 4px 0 var(--gray-dark);transform:translateY(1px)}button:disabled,.btn:disabled{opacity:.55;cursor:default;filter:none}button.primary,.btn.primary{background:var(--green);box-shadow:inset -4px -4px 0 var(--green-dark),inset 4px 4px 0 var(--green-light)}button.primary:active:not(:disabled),.btn.primary:active{box-shadow:inset 4px 4px 0 var(--green-dark)}button.danger,.btn.danger{color:#fff;background:var(--red);box-shadow:inset -4px -4px 0 var(--red-dark),inset 4px 4px 0 var(--red-light)}button.danger:active:not(:disabled){box-shadow:inset 4px 4px 0 var(--red-dark)}button.blue,.btn.blue{background:var(--info-dark);box-shadow:inset -4px -4px #1d3446,inset 4px 4px #3f6f92}button.blue:active:not(:disabled){box-shadow:inset 4px 4px #1d3446}button.ghost,.btn.ghost{background:var(--inset);border-color:var(--ink);box-shadow:inset 2px 2px #ffffff14;color:var(--dim)}button.ghost:hover:not(:disabled){color:#fff;background:#0009}button.flat,.btn.flat{box-shadow:inset 2px 2px #ffffff14;color:var(--dim)}button.sm,.btn.sm{font-size:8px;padding:8px 9px;border-width:2px;box-shadow:inset -3px -3px 0 var(--gray-dark),inset 3px 3px #ffffff4d}button.sm.primary{box-shadow:inset -3px -3px 0 var(--green-dark),inset 3px 3px 0 var(--green-light)}button.sm.ghost{box-shadow:inset 2px 2px #ffffff14}button.icon,.btn.icon{font-family:Segoe UI Symbol,Segoe UI,sans-serif;font-size:17px;text-shadow:1px 1px 0 rgba(0,0,0,.5);padding:8px 10px}:focus-visible{outline:2px solid var(--green-light);outline-offset:2px}input,select,textarea{font-family:var(--mono);font-size:14px;color:var(--text);background:#0000008c;border:2px solid var(--ink);box-shadow:inset 2px 2px #000c,inset -2px -2px #ffffff0d;padding:9px 10px;outline:none;width:100%;min-width:0;-webkit-user-select:text;user-select:text}input::placeholder,textarea::placeholder{color:#6d6d76}input:focus,select:focus,textarea:focus{border-color:var(--green)}select{cursor:pointer}textarea{resize:vertical}input[type=checkbox]{accent-color:var(--green);width:15px;height:15px;border:0;box-shadow:none;padding:0;background:transparent;display:inline-grid;place-items:center}input[type=range]{accent-color:var(--green);padding:0;border:0;box-shadow:none;background:transparent}label.field{display:flex;flex-direction:column;gap:8px;font-family:var(--font-px);font-size:8px;line-height:1.9;color:var(--muted)}label.field>input,label.field>select,label.field>textarea{font-family:var(--mono);font-size:14px;color:var(--text)}label.field>.small,label.field>.tiny,label.field>.hint,label.field>p{font-family:var(--mono);font-size:12px;line-height:1.7;color:var(--muted)}label.check{display:inline-flex;gap:8px;align-items:center;cursor:pointer;font-size:14px}label.check.small{font-size:13.5px}.switch{position:relative;width:54px;height:28px;cursor:pointer;flex:none;display:inline-block}.switch input{display:none}.switch .slider{position:absolute;top:0;right:0;bottom:0;left:0;background:#0009;border:2px solid var(--ink);box-shadow:inset 2px 2px #000c}.switch .slider:before{content:"";position:absolute;left:2px;top:2px;width:20px;height:20px;background:var(--gray);border:2px solid var(--ink);box-shadow:inset -2px -2px 0 var(--gray-dark),inset 2px 2px #ffffff4d}.switch input:checked+.slider{background:var(--green-dark)}.switch input:checked+.slider:before{left:26px;background:var(--green);box-shadow:inset -2px -2px 0 var(--green-dark),inset 2px 2px 0 var(--green-light)}.help{position:relative;width:24px;height:24px;flex:none;display:inline-grid;place-items:center;background:var(--gray);border:2px solid var(--ink);box-shadow:inset -2px -2px 0 var(--gray-dark),inset 2px 2px #ffffff4d;font-family:var(--font-px);font-size:9px;color:#fff;cursor:help}.help .tip{display:none;position:absolute;bottom:32px;right:-10px;z-index:30;width:320px;background:#0c0c10f7;border:1px solid var(--border);box-shadow:4px 4px #00000080;padding:13px;font-family:var(--mono);font-size:12px;line-height:1.8;color:var(--dim);text-shadow:none}.help:hover .tip,.help:focus-within .tip{display:block}.badge{display:inline-flex;align-items:center;gap:5px;font-family:var(--font-px);font-size:8px;line-height:1.6;padding:6px 7px;white-space:nowrap;color:var(--dim);background:var(--inset);border:2px solid var(--ink);text-shadow:1px 1px 0 rgba(0,0,0,.6)}.badge.ok{background:var(--green-dark);color:#fff}.badge.warn{background:var(--amber-dark);color:#ffe0b0}.badge.err{background:var(--red-dark);color:#fff}.badge.info{background:var(--info-dark);color:#d6ecff}.banner{font-family:var(--font-px);font-size:8px;line-height:1.9;padding:12px 14px;color:#ffe6bd;background:#7a5a1259;border:1px solid rgba(255,180,84,.35)}.banner.err{color:#ffd4d4;background:var(--danger-soft);border-color:#d3414180}.banner.warn{color:#ffe6bd;background:var(--warn-soft);border-color:#ffb45459}.banner.info{color:#d4e9fb;background:var(--info-soft);border-color:#5aa9e659}.banner.ok{color:#d6f5d6;background:var(--accent-soft);border-color:#55c85559}.banner strong{font-weight:400;color:#fff}.banner ul{margin:8px 0 0;padding-left:20px;font-family:var(--mono);font-size:13.5px;line-height:1.7}.banner li{margin-bottom:2px}.banner code{color:inherit;opacity:.9}.banner.small{font-family:var(--mono);font-size:13.5px;line-height:1.8}.secret{display:block;font-size:15px;color:var(--text);background:var(--surface);border:2px solid var(--ink);box-shadow:inset 2px 2px #00000073;padding:10px 12px;-webkit-user-select:all;user-select:all;overflow-wrap:anywhere}table.data{width:100%;border-collapse:separate;border-spacing:0;font-size:14px}table.data th{font-family:var(--font-px);font-size:8px;font-weight:400;letter-spacing:.5px;color:var(--muted);text-align:left;padding:10px 8px;background:var(--inset);border-bottom:2px solid var(--ink);white-space:nowrap;position:sticky;top:0;z-index:1}table.data td{padding:7px 8px;border-bottom:1px solid rgba(255,255,255,.05);vertical-align:middle}table.data tbody tr:nth-child(2n) td{background:#ffffff05}table.data tbody tr:hover td{background:#55c85512}table.data td.muted,table.data td.muted *{color:var(--muted)}.table-wrap{overflow:auto;max-height:max(240px,calc(100vh - 300px))}.dot{width:8px;height:8px;display:inline-block;flex:none;border:1px solid var(--ink)}.dot.added{background:var(--green)}.dot.updated{background:var(--amber)}.dot.changed{background:var(--info)}.dot.removed{background:var(--red)}.status-dot{width:10px;height:10px;border-radius:50%;display:inline-block;flex:none;background:var(--gray);box-shadow:0 0 6px #0009}.status-dot.on{background:var(--green-light);box-shadow:0 0 8px var(--green-light)}.status-dot.off{background:var(--red);box-shadow:0 0 8px var(--red)}.status-dot.warn{background:var(--amber);box-shadow:0 0 8px var(--amber)}.tabs{display:flex;gap:4px;flex-wrap:wrap}.tabs button{font-size:8px;padding:9px 10px}.tabs button .n{color:var(--muted)}.tabs button.active{background:var(--green);box-shadow:inset -3px -3px 0 var(--green-dark),inset 3px 3px 0 var(--green-light)}.tabs button.active .n{color:#ffffffbf}.pbar{height:14px;background:#0009;border:2px solid var(--ink)}.pbar>i{display:block;height:100%;background:var(--green);box-shadow:inset 0 -5px 0 var(--green-dark),inset 0 3px 0 var(--green-light)}.pbar.thin{height:8px}.stat-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(110px,1fr));gap:1px;background:var(--border);border:2px solid var(--ink)}.stat-grid>div{background:#14141a;padding:11px;display:flex;flex-direction:column;gap:8px}.stat-grid .n{font-family:var(--font-px);font-size:11px;color:var(--green-light)}.stat-grid .l{font-size:12px;color:var(--muted)}pre.log{background:#0c0c10f0;border:1px solid var(--border);padding:12px;margin:0;max-height:320px;overflow:auto;font:13.5px/1.5 Consolas,var(--mono);color:#9fd89f;white-space:pre-wrap;word-break:break-all;-webkit-user-select:text;user-select:text}.empty{text-align:center;padding:34px 16px;color:var(--muted);font-size:14px}.empty strong{display:block;margin-bottom:10px;font-family:var(--font-px);font-size:10px;color:var(--gray);font-weight:400}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-thumb{background:var(--gray-dark)}::-webkit-scrollbar-thumb:hover{background:var(--gray)}::-webkit-scrollbar-track{background:transparent}@media(prefers-reduced-motion:reduce){*{transition:none!important}}.wrap.svelte-1428x5h{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:22px;padding:16px}.brand.svelte-1428x5h{display:flex;align-items:center;gap:14px}.logo.svelte-1428x5h{width:44px;height:44px;flex:none;display:grid;place-items:center;background:var(--green);border:3px solid var(--ink);font-family:var(--font-px);font-size:13.5px;color:#fff;text-shadow:2px 2px 0 var(--ink)}.title.svelte-1428x5h{font-family:var(--font-px);font-size:16px;line-height:1.4;text-shadow:2px 2px 0 var(--ink)}.subtitle.svelte-1428x5h{font-family:var(--font-px);font-size:8px;color:var(--muted);margin-top:8px;letter-spacing:.5px}.subtitle.svelte-1428x5h b:where(.svelte-1428x5h){color:var(--green-light)}.login-card.svelte-1428x5h{width:min(520px,100%);display:flex;flex-direction:column;gap:16px;background:var(--panel-solid);border:1px solid var(--border);box-shadow:8px 8px #00000080;padding:24px}.login-card.svelte-1428x5h h2:where(.svelte-1428x5h){font-size:13.5px}.login-error.svelte-1428x5h{font-size:13.5px;color:#ff9c9c;line-height:1.7;background:#96282840;border:1px solid rgba(211,65,65,.5);padding:10px}.foot.svelte-1428x5h{margin:0;font-size:12px;line-height:1.8;color:var(--muted)}.foot.svelte-1428x5h code:where(.svelte-1428x5h){font-size:12px;color:var(--amber)}dialog.svelte-1bxxaoh{border:2px solid var(--ink);border-radius:0;padding:0;background:var(--panel-solid);color:var(--text);width:min(560px,calc(100vw - 24px));max-height:calc(100vh - 40px);box-shadow:0 20px 50px #0009}dialog.wide.svelte-1bxxaoh{width:min(920px,calc(100vw - 24px))}dialog.svelte-1bxxaoh::backdrop{background:#0000008c;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.inner.svelte-1bxxaoh{display:flex;flex-direction:column;max-height:calc(100vh - 40px)}.head.svelte-1bxxaoh{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 16px;border-bottom:2px solid var(--ink);box-shadow:0 4px 0 -2px var(--green-dark)}.head.svelte-1bxxaoh h2:where(.svelte-1bxxaoh){font-family:var(--font-px);font-size:11px;line-height:1.6;text-shadow:2px 2px 0 var(--ink)}.body.svelte-1bxxaoh{padding:16px;overflow:auto}.foot.svelte-1bxxaoh{padding:12px 16px;border-top:1px solid var(--border);display:flex;gap:8px;justify-content:flex-end;flex-wrap:wrap}.head.svelte-1h64ac8{margin-bottom:16px}.list.svelte-1h64ac8{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:14px}.pack.svelte-1h64ac8{display:flex;flex-direction:column;gap:12px;background:var(--panel);border:1px solid var(--border);border-radius:var(--radius);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);padding:16px}.pack.svelte-1h64ac8:hover{border-color:#55c85559}.pack-top.svelte-1h64ac8{display:flex;align-items:flex-start;gap:10px}.pack-name.svelte-1h64ac8{flex:1;min-width:0;font-family:var(--font-px);font-size:10px;line-height:1.7;color:var(--text);text-shadow:2px 2px 0 var(--ink);text-decoration:none;overflow-wrap:anywhere}.pack-name.svelte-1h64ac8:hover{color:var(--green-light)}.mono-url.svelte-1h64ac8{font-size:12px;color:var(--muted);word-break:break-all}.pack-foot.svelte-1h64ac8{display:flex;gap:8px;flex-wrap:wrap}.pack.add.svelte-1h64ac8{align-items:center;justify-content:center;gap:12px;min-height:150px;border-style:dashed;background:transparent;box-shadow:none;font-family:var(--mono);color:var(--muted);cursor:pointer}.pack.add.svelte-1h64ac8:hover{background:#ffffff08;color:var(--dim)}.pack.add.svelte-1h64ac8 .px:where(.svelte-1h64ac8){font-family:var(--font-px);font-size:12px;color:var(--gray)}.pack.add.svelte-1h64ac8 .small:where(.svelte-1h64ac8){text-transform:none}.toolbar.svelte-cx0lyn{display:flex;gap:10px;flex-wrap:wrap;align-items:center;padding:12px 14px}.grow.svelte-cx0lyn{flex:1 1 320px}.filters.svelte-cx0lyn{padding:10px 14px;border-top:1px solid var(--border)}.filters.svelte-cx0lyn input[type=search]:where(.svelte-cx0lyn){width:240px}.filters.svelte-cx0lyn select:where(.svelte-cx0lyn){width:auto}select.compact.svelte-cx0lyn{width:auto;padding:5px 6px;font-size:13px}.note.svelte-cx0lyn{display:flex;gap:10px;align-items:center;flex-wrap:wrap;padding:10px 14px;border-top:1px solid var(--border);font-size:13px;color:var(--muted)}.name.svelte-cx0lyn{min-width:190px}.name.svelte-cx0lyn input:where(.svelte-cx0lyn){width:100%}.link.svelte-cx0lyn{border:none;background:none;padding:0;cursor:pointer;text-align:left;font:inherit;color:var(--text);border-bottom:1px dotted var(--gray)}.link.svelte-cx0lyn:hover:not(:disabled){color:var(--green-light);border-bottom-color:var(--green-light)}.ext.svelte-cx0lyn{margin-left:4px;font-size:12px}.file.svelte-cx0lyn{max-width:260px;overflow-wrap:anywhere;font-size:13px}.file.svelte-cx0lyn .mono:where(.svelte-cx0lyn){font-size:13px}.file.svelte-cx0lyn .muted:where(.svelte-cx0lyn){font-size:12px}.upd.svelte-cx0lyn{margin-left:6px}tr.busy.svelte-cx0lyn{opacity:.5;pointer-events:none}tr.missing.svelte-cx0lyn td:where(.svelte-cx0lyn){background:var(--danger-soft)}.foot.svelte-cx0lyn{padding:10px 14px;border-top:1px solid var(--border);font-size:13px;color:var(--muted)}.legend.svelte-cx0lyn{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.legend.svelte-cx0lyn .k:where(.svelte-cx0lyn){display:inline-flex;align-items:center;gap:5px;margin-left:10px}.removed.svelte-cx0lyn{list-style:none;display:flex;flex-direction:column;gap:6px;margin:0;padding:0}.removed.svelte-cx0lyn li:where(.svelte-cx0lyn){display:flex;gap:8px;align-items:baseline;font-size:13.5px;color:var(--muted)}.removed.svelte-cx0lyn s:where(.svelte-cx0lyn){color:var(--red-light)}.toggle.svelte-19igpx{padding:0;gap:8px;text-align:left;background:none;border:none;box-shadow:none}.toggle.svelte-19igpx:hover:not(:disabled){filter:none;background:none}.toggle.svelte-19igpx:hover h2:where(.svelte-19igpx){color:var(--green-light)}.chev.svelte-19igpx{display:inline-block;transition:transform .15s;color:var(--muted)}.chev.rot.svelte-19igpx{transform:rotate(90deg)}.ver.svelte-19igpx input:where(.svelte-19igpx){width:100px}.prefix.svelte-19igpx{width:150px}.files.svelte-19igpx{max-height:420px;border:1px solid var(--border)}.files.svelte-19igpx td:where(.svelte-19igpx){padding:4px 8px}.pad.svelte-19igpx{padding:8px}tr.current.svelte-1y076ee td:where(.svelte-1y076ee){background:var(--accent-soft)}tr.current.svelte-1y076ee td:where(.svelte-1y076ee):first-child{box-shadow:inset 3px 0 0 var(--green)}.err-text.svelte-1y076ee{color:var(--red-light);max-width:360px}ul.svelte-1y076ee{margin:6px 0 0;padding-left:18px}.card.small.svelte-1y076ee a:where(.svelte-1y076ee){color:var(--info)}.narrow.svelte-15iaggr{max-width:860px}.grow.svelte-15iaggr{flex:1 1 320px}.narrow.svelte-9ruy2w{max-width:860px}.copy.svelte-9ruy2w{display:block;padding:10px 12px;background:var(--surface);border:2px solid var(--ink);box-shadow:inset 2px 2px #00000073;-webkit-user-select:all;user-select:all;overflow-wrap:anywhere}.danger-zone.svelte-9ruy2w{border-color:#d3414173}.summary.svelte-q1dxov{gap:6px}.head.svelte-1klzb2b{display:flex;gap:16px;align-items:flex-start;justify-content:space-between;margin-bottom:14px;flex-wrap:wrap}.title.svelte-1klzb2b{gap:10px}.actions.svelte-1klzb2b{justify-content:flex-end}.problems.svelte-1klzb2b{margin-bottom:14px}.narrow.svelte-1t9ptnc{max-width:1000px}.grow.svelte-1t9ptnc{flex:1;min-width:240px}.row.svelte-1t9ptnc{flex-wrap:wrap}.secret.svelte-1t9ptnc{font-size:16px}tr.revoked.svelte-1t9ptnc td:where(.svelte-1t9ptnc){opacity:.5}.narrow.svelte-1ozf5k3{max-width:860px}.grow.svelte-1ozf5k3{flex:1}.narrow.svelte-1iexvmf{max-width:760px}.qr.svelte-1iexvmf{width:180px;height:180px;background:#fff;border-radius:8px;padding:4px;flex:none}.qr.svelte-1iexvmf svg{width:100%;height:100%}.qrrow.svelte-1iexvmf{align-items:flex-start;gap:20px}.secret.svelte-1iexvmf{font-size:14px}.head.svelte-oi2wam{justify-content:space-between;align-items:flex-start}.title.svelte-oi2wam{gap:8px}.layout.svelte-oi2wam{display:grid;grid-template-columns:260px minmax(0,1fr);gap:16px;align-items:start}.nav.svelte-oi2wam{display:flex;flex-direction:column;gap:12px;position:sticky;top:108px}.mini.svelte-oi2wam{gap:4px}.nav-title.svelte-oi2wam{font-family:var(--font-px);font-size:8px;color:var(--muted);padding:6px 2px 2px}.nav-item.svelte-oi2wam{display:flex;gap:8px;align-items:baseline;text-align:left;font-family:var(--mono);font-size:13px;line-height:1.5;background:none;border:none;box-shadow:none;padding:7px 9px;color:var(--dim);width:100%}.nav-item.svelte-oi2wam:hover:not(:disabled){background:#ffffff0a;color:#fff;filter:none}.nav-item.active.svelte-oi2wam{background:var(--inset);color:#fff;box-shadow:inset 3px 0 0 var(--green)}.nav-item.svelte-oi2wam .t:where(.svelte-oi2wam){flex:1}.nav-item.svelte-oi2wam .s:where(.svelte-oi2wam){font-size:11px;color:var(--muted)}.nav-item.svelte-oi2wam .ok:where(.svelte-oi2wam){color:var(--green-light);font-size:12px}.step.svelte-oi2wam{max-width:900px;scroll-margin-top:128px}.crumbs.svelte-oi2wam{font-family:var(--font-px);font-size:8px;color:var(--green-light);margin-bottom:8px}.step.svelte-oi2wam h2:where(.svelte-oi2wam){font-size:12px;margin-bottom:10px}.step.svelte-oi2wam p:where(.svelte-oi2wam){margin:0 0 12px;line-height:1.75}.lead.svelte-oi2wam{color:var(--dim);font-size:14px}.step.svelte-oi2wam ol:where(.svelte-oi2wam),.step.svelte-oi2wam ul:where(.svelte-oi2wam){margin:0 0 12px;padding-left:22px;line-height:1.8}.step.svelte-oi2wam li:where(.svelte-oi2wam){margin-bottom:6px}.step.svelte-oi2wam code{font-size:12.5px;color:var(--amber)}.step.svelte-oi2wam a{color:var(--green-light)}.banner.svelte-oi2wam code{color:inherit}.kv.svelte-oi2wam{max-height:none}.kv.svelte-oi2wam td:where(.svelte-oi2wam){vertical-align:top}.kv.svelte-oi2wam td.k:where(.svelte-oi2wam){width:34%;white-space:nowrap}.kv.svelte-oi2wam code{color:var(--text)}.code.svelte-oi2wam{background:#0c0c10f0;border:2px solid var(--ink);box-shadow:inset 2px 2px #0009;margin-bottom:12px}.code.svelte-oi2wam .row:where(.svelte-oi2wam){padding:8px 10px 0}.lang.svelte-oi2wam{font-family:var(--font-px);font-size:8px;color:var(--muted)}.code.svelte-oi2wam pre:where(.svelte-oi2wam){margin:0;padding:10px 12px 12px;font:13px/1.7 var(--mono);color:#9fd89f;white-space:pre-wrap;overflow-wrap:anywhere;-webkit-user-select:text;user-select:text}.banner.svelte-oi2wam{display:flex;flex-direction:column;gap:6px;margin-bottom:12px}.banner.svelte-oi2wam strong:where(.svelte-oi2wam){font-weight:600}.check.done.svelte-oi2wam{margin-bottom:8px;align-items:flex-start;line-height:1.6}.check.done.svelte-oi2wam input{margin-top:2px;flex:none}.builder.svelte-oi2wam{display:flex;flex-direction:column;gap:12px;padding:14px;margin-bottom:12px;background:var(--inset);border:1px solid var(--border)}.url.svelte-oi2wam{gap:10px}.url.svelte-oi2wam .lbl:where(.svelte-oi2wam){font-size:11.5px;color:var(--muted);min-width:150px}.url.svelte-oi2wam code{flex:1;min-width:0;overflow-wrap:anywhere;font-size:12px}.packlink.svelte-oi2wam{font-family:var(--font-px);font-size:9px;color:var(--text)}.foot.svelte-oi2wam{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-top:18px;padding-top:14px;border-top:1px solid var(--border)}.foot.svelte-oi2wam button:where(.svelte-oi2wam){max-width:45%;overflow:hidden;text-overflow:ellipsis}@media(max-width:900px){.layout.svelte-oi2wam{grid-template-columns:1fr}.nav.svelte-oi2wam{position:static}.step.svelte-oi2wam{max-width:none}.foot.svelte-oi2wam button:where(.svelte-oi2wam){max-width:100%}}.app-head.svelte-1n46o8q{display:flex;align-items:center;gap:16px;padding:10px 18px;background:var(--panel);border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);position:sticky;top:0;z-index:20}.logo.svelte-1n46o8q{width:40px;height:40px;flex:none;display:grid;place-items:center;background:var(--green);border:3px solid var(--ink);font-family:var(--font-px);font-size:12px;color:#fff;text-shadow:2px 2px 0 var(--ink)}.title.svelte-1n46o8q{font-family:var(--font-px);font-size:13.5px;line-height:1.4;text-shadow:2px 2px 0 var(--ink)}.subtitle.svelte-1n46o8q{font-family:var(--font-px);font-size:8px;color:var(--muted);margin-top:8px;letter-spacing:.5px}.subtitle.svelte-1n46o8q b:where(.svelte-1n46o8q){color:var(--green-light)}.head-right.svelte-1n46o8q{margin-left:auto;display:flex;align-items:center;gap:8px}.version.svelte-1n46o8q{font-family:var(--font-px);font-size:8px;color:var(--muted)}.user.svelte-1n46o8q{display:inline-flex;gap:4px;align-items:center}.menu.svelte-1n46o8q{display:flex;gap:4px;flex-wrap:wrap;padding:10px 18px;background:var(--panel);border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);position:sticky;top:60px;z-index:19}.menu.svelte-1n46o8q a:where(.svelte-1n46o8q){font-family:var(--font-px);font-size:8px;line-height:1.6;color:var(--dim);text-decoration:none;padding:9px 11px;background:var(--inset);border:2px solid var(--ink);box-shadow:inset -2px -2px 0 var(--gray-dark),inset 2px 2px #ffffff1f;text-shadow:1px 1px 0 rgba(0,0,0,.6)}.menu.svelte-1n46o8q a:where(.svelte-1n46o8q):hover{color:#fff;filter:brightness(1.15)}.menu.svelte-1n46o8q a.active:where(.svelte-1n46o8q){background:var(--green);color:#fff;box-shadow:inset -2px -2px 0 var(--green-dark),inset 2px 2px 0 var(--green-light)}main.svelte-1n46o8q{max-width:1400px;margin:0 auto;padding:20px}.toasts.svelte-1n46o8q{position:fixed;right:16px;bottom:16px;z-index:100;display:flex;flex-direction:column;gap:8px;max-width:min(520px,calc(100vw - 32px))}.toast.svelte-1n46o8q{font-family:var(--font-px);font-size:8px;line-height:1.9;padding:12px 14px;background:#0c0c10f2;border:2px solid var(--ink);border-left:4px solid var(--gray);color:var(--dim);box-shadow:4px 4px #00000080}.toast.ok.svelte-1n46o8q{border-left-color:var(--green)}.toast.warn.svelte-1n46o8q{border-left-color:var(--amber)}.toast.err.svelte-1n46o8q{border-left-color:var(--red)}.toast.info.svelte-1n46o8q{border-left-color:var(--info)}@media(max-width:720px){.app-head.svelte-1n46o8q{gap:8px;padding:0 10px;overflow-x:auto}.subtitle.svelte-1n46o8q{display:none}main.svelte-1n46o8q{padding:12px}}
