:root{--bg: #0b0e14;--bg-elev: #11161f;--panel: #151b27;--panel-2: #1b2230;--border: #2a3142;--border-soft: #20283600;--text: #e6e1d3;--text-dim: #9aa0ac;--text-faint: #6b7280;--gold: #e2b714;--gold-dim: #b8941a;--blue: #58a6ff;--green: #3fb950;--red: #f85149;--amber: #d29922;--purple: #bc6cff;--hp: #e0564f;--mana: #4aa5f0;--energy: #d8a838;--radius: 8px;--gap: 10px;--font-ui: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--font-mono: ui-monospace, "SF Mono", "JetBrains Mono", "Fira Code", Menlo, Consolas, "Liberation Mono", monospace;--font-display: "Cinzel", "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;--font-scale: 1}*{box-sizing:border-box}html,body{margin:0;height:100%}body{background:var(--bg);color:var(--text);font-family:var(--font-ui);font-size:calc(15px * var(--font-scale));line-height:1.5;-webkit-font-smoothing:antialiased}#app{height:100vh;display:flex;flex-direction:column}h1,h2,h3{font-family:var(--font-display);font-weight:600;margin:0}button{font-family:inherit;cursor:pointer}:focus-visible{outline:2px solid var(--gold);outline-offset:2px}.ansi-bold{font-weight:700}.ansi-dim{opacity:.7}.ansi-underline{text-decoration:underline}.ansi-fg-black{color:#4b5263}.ansi-fg-red{color:#e05561}.ansi-fg-green{color:#8cc265}.ansi-fg-yellow{color:#d8a838}.ansi-fg-blue{color:#4aa5f0}.ansi-fg-magenta{color:#c162de}.ansi-fg-cyan{color:#42b3c2}.ansi-fg-white{color:#d7dae0}.ansi-fg-bright-black{color:#6b7280}.ansi-fg-bright-red{color:#ff6b75}.ansi-fg-bright-green{color:#a5e075}.ansi-fg-bright-yellow{color:var(--gold)}.ansi-fg-bright-blue{color:#58a6ff}.ansi-fg-bright-magenta{color:#de73ff}.ansi-fg-bright-cyan{color:#5ff1f7}.ansi-fg-bright-white{color:#fff}.ansi-bg-black{background-color:#1a1f29}.ansi-bg-red{background-color:#5c2b2f}.ansi-bg-green{background-color:#2f4a26}.ansi-bg-yellow{background-color:#5a4715}.ansi-bg-blue{background-color:#1f3a5c}.ansi-bg-magenta{background-color:#4a2552}.ansi-bg-cyan{background-color:#1f4047}.ansi-bg-white{background-color:#3a3f4b}.ansi-bg-bright-black{background-color:#2a3142}.ansi-bg-bright-red{background-color:#7a2f35}.ansi-bg-bright-green{background-color:#3f6b2f}.ansi-bg-bright-yellow{background-color:#7a5f15}.ansi-bg-bright-blue{background-color:#2a5c8f}.ansi-bg-bright-magenta{background-color:#6b2f7a}.ansi-bg-bright-cyan{background-color:#2f6b75}.ansi-bg-bright-white{background-color:#5a5f6b}@media (prefers-reduced-motion: reduce){*{animation-duration:.001ms!important;transition-duration:.001ms!important}}*{scrollbar-width:thin;scrollbar-color:var(--border) transparent}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--gold-dim)}.visually-hidden{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.flat .decorative{display:none!important}.flat .panel{border-color:transparent;background:transparent}.logdock.svelte-k4so18{display:flex;flex-direction:column;background:var(--bg-elev);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}.scrollback.svelte-k4so18{height:38vh;overflow-y:auto;padding:10px 14px;font-family:var(--font-mono);font-size:calc(13px * var(--font-scale));line-height:1.45;white-space:pre-wrap;word-break:break-word;border-bottom:1px solid var(--border)}.term-line.svelte-k4so18{min-height:1.45em;max-width:100ch}.term-tail.svelte-k4so18{display:inline-block}.peek.svelte-k4so18{display:block;width:100%;text-align:left;background:var(--panel-2);border:none;border-top:1px solid var(--border);padding:6px 12px;font-family:var(--font-mono);font-size:calc(13px * var(--font-scale));line-height:1.4;max-height:30vh;overflow-y:auto;white-space:pre-wrap;word-break:break-word;cursor:pointer;animation:svelte-k4so18-peekin .15s ease}.peek.svelte-k4so18:hover{background:var(--bg-elev)}.peek-line.svelte-k4so18{min-height:1.4em}@keyframes svelte-k4so18-peekin{0%{opacity:0}to{opacity:1}}.input-row.svelte-k4so18{display:flex;align-items:center;gap:8px;background:var(--panel);padding:7px 12px}.log-toggle.svelte-k4so18{display:inline-flex;align-items:center;gap:4px;background:var(--panel-2);color:var(--text-dim);border:1px solid var(--border);border-radius:6px;padding:4px 8px;font-size:12px;flex-shrink:0;transition:color .15s ease,border-color .15s ease}.log-toggle.svelte-k4so18:hover{color:var(--gold);border-color:var(--gold-dim)}.chev.svelte-k4so18{font-size:10px}.badge.svelte-k4so18{background:var(--gold);color:var(--bg);border-radius:9px;padding:0 5px;font-size:10px;font-weight:700;font-variant-numeric:tabular-nums}.prompt.svelte-k4so18{color:var(--gold);font-family:var(--font-mono);font-weight:700}.input-row.svelte-k4so18 input:where(.svelte-k4so18){flex:1;min-width:0;background:transparent;border:none;color:var(--text);font-family:var(--font-mono);font-size:calc(14px * var(--font-scale));padding:4px 2px}.input-row.svelte-k4so18 input:where(.svelte-k4so18):focus{outline:none}.input-row.svelte-k4so18 input:where(.svelte-k4so18)::placeholder{color:var(--text-faint)}.status.svelte-161y12f{display:inline-flex;align-items:center;gap:6px;font-size:13px;color:var(--text-dim)}.dot.svelte-161y12f{width:9px;height:9px;border-radius:50%;background:var(--text-faint)}.status-open.svelte-161y12f .dot:where(.svelte-161y12f){background:var(--green);box-shadow:0 0 6px var(--green)}.status-connecting.svelte-161y12f .dot:where(.svelte-161y12f),.status-reconnecting.svelte-161y12f .dot:where(.svelte-161y12f){background:var(--amber);box-shadow:0 0 6px var(--amber)}.status-closed.svelte-161y12f .dot:where(.svelte-161y12f){background:var(--red)}.vitals.svelte-1o5yw70{display:flex;gap:12px;align-items:center}.vital.svelte-1o5yw70{display:flex;align-items:center;gap:5px;font-size:11px}.lbl.svelte-1o5yw70{color:var(--text-dim);width:18px}.bar.svelte-1o5yw70{width:70px;height:8px;background:var(--panel-2);border-radius:4px;overflow:hidden}.fill.svelte-1o5yw70{height:100%;border-radius:4px;transition:width .2s ease}.num.svelte-1o5yw70{color:var(--text);font-variant-numeric:tabular-nums;min-width:26px}@media (max-width: 640px){.num.svelte-1o5yw70,.lbl.svelte-1o5yw70{display:none}.bar.svelte-1o5yw70{width:40px}}.grid-stack{position:relative}.grid-stack-rtl{direction:ltr}.grid-stack-rtl>.grid-stack-item{direction:rtl}.grid-stack-placeholder>.placeholder-content{background-color:#0000001a;margin:0;position:absolute;width:auto;z-index:0!important}.grid-stack>.grid-stack-item{position:absolute;padding:0;top:0;width:var(--gs-column-width);height:var(--gs-cell-height)}.grid-stack>.grid-stack-item>.grid-stack-item-content{margin:0;position:absolute;width:auto;overflow-x:hidden;overflow-y:auto}.grid-stack>.grid-stack-item.size-to-content:not(.size-to-content-max)>.grid-stack-item-content{overflow-y:hidden}.grid-stack:not(.grid-stack-rtl)>.grid-stack-item{left:0}.grid-stack.grid-stack-rtl>.grid-stack-item{right:0}.grid-stack>.grid-stack-item>.grid-stack-item-content,.grid-stack>.grid-stack-placeholder>.placeholder-content{top:var(--gs-item-margin-top);right:var(--gs-item-margin-right);bottom:var(--gs-item-margin-bottom);left:var(--gs-item-margin-left)}.grid-stack-item>.ui-resizable-handle{position:absolute;font-size:.1px;display:block;-ms-touch-action:none;touch-action:none}.grid-stack-item.ui-resizable-autohide>.ui-resizable-handle,.grid-stack-item.ui-resizable-disabled>.ui-resizable-handle{display:none}.grid-stack-item>.ui-resizable-ne,.grid-stack-item>.ui-resizable-nw,.grid-stack-item>.ui-resizable-se,.grid-stack-item>.ui-resizable-sw{background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="%23666" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" viewBox="0 0 20 20"><path d="m10 3 2 2H8l2-2v14l-2-2h4l-2 2"/></svg>');background-repeat:no-repeat;background-position:center}.grid-stack-item>.ui-resizable-ne{transform:rotate(45deg)}.grid-stack-item>.ui-resizable-sw{transform:rotate(45deg)}.grid-stack-item>.ui-resizable-nw{transform:rotate(-45deg)}.grid-stack-item>.ui-resizable-se{transform:rotate(-45deg)}.grid-stack-item>.ui-resizable-nw{cursor:nw-resize;width:20px;height:20px;top:var(--gs-item-margin-top);left:var(--gs-item-margin-left)}.grid-stack-item>.ui-resizable-n{cursor:n-resize;height:10px;top:var(--gs-item-margin-top);left:25px;right:25px}.grid-stack-item>.ui-resizable-ne{cursor:ne-resize;width:20px;height:20px;top:var(--gs-item-margin-top);right:var(--gs-item-margin-right)}.grid-stack-item>.ui-resizable-e{cursor:e-resize;width:10px;top:15px;bottom:15px;right:var(--gs-item-margin-right)}.grid-stack-item>.ui-resizable-se{cursor:se-resize;width:20px;height:20px;bottom:var(--gs-item-margin-bottom);right:var(--gs-item-margin-right)}.grid-stack-item>.ui-resizable-s{cursor:s-resize;height:10px;left:25px;bottom:var(--gs-item-margin-bottom);right:25px}.grid-stack-item>.ui-resizable-sw{cursor:sw-resize;width:20px;height:20px;bottom:var(--gs-item-margin-bottom);left:var(--gs-item-margin-left)}.grid-stack-item>.ui-resizable-w{cursor:w-resize;width:10px;top:15px;bottom:15px;left:var(--gs-item-margin-left)}.grid-stack-item.ui-draggable-dragging>.ui-resizable-handle{display:none!important}.grid-stack-item.ui-draggable-dragging{will-change:left,right,top}.grid-stack-item.ui-resizable-resizing{will-change:width,height}.ui-draggable-dragging,.ui-resizable-resizing{z-index:10000}.ui-draggable-dragging>.grid-stack-item-content,.ui-resizable-resizing>.grid-stack-item-content{box-shadow:1px 4px 6px #0003;opacity:.8}.grid-stack-animate,.grid-stack-animate .grid-stack-item{transition:left .3s,right .3s,top .3s,height .3s,width .3s}.grid-stack-animate .grid-stack-item.grid-stack-placeholder,.grid-stack-animate .grid-stack-item.ui-draggable-dragging,.grid-stack-animate .grid-stack-item.ui-resizable-resizing{transition:left 0s,right 0s,top 0s,height 0s,width 0s}.grid-stack>.grid-stack-item[gs-y="0"]{top:0}.grid-stack:not(.grid-stack-rtl)>.grid-stack-item[gs-x="0"]{left:0}.grid-stack.grid-stack-rtl>.grid-stack-item[gs-x="0"]{right:0}.icon.svelte-13so817{flex-shrink:0;vertical-align:-.15em}h2.svelte-1s7zazm{display:flex;align-items:center;justify-content:space-between;gap:6px}.gi-drag.svelte-1s7zazm{display:inline-flex;align-items:center;flex-shrink:0;color:var(--text-faint);cursor:grab;margin-right:1px}.gi-drag.svelte-1s7zazm:hover{color:var(--gold)}.gi-drag.svelte-1s7zazm:active{cursor:grabbing}.card-head.svelte-1s7zazm{flex:1;min-width:0;display:inline-flex;align-items:center;gap:6px;background:none;border:none;color:inherit;font:inherit;letter-spacing:inherit;text-transform:inherit;text-align:left;padding:0}.card-head.svelte-1s7zazm:hover{color:var(--text)}.chev.svelte-1s7zazm{font-size:10px;color:var(--text-dim);flex-shrink:0}.ttl.svelte-1s7zazm{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.card-extra.svelte-1s7zazm{flex-shrink:0;font-family:var(--font-mono);font-size:11px;color:var(--text-faint);text-transform:none;letter-spacing:0}.card-summary.svelte-1s7zazm{margin-top:6px;font-size:12px;color:var(--text-dim)}.identity.svelte-huaecz{display:flex;flex-direction:column;margin-top:8px}.pname.svelte-huaecz{font-family:var(--font-display);font-size:18px;color:var(--text)}.pmeta.svelte-huaecz{font-size:12px;color:var(--text-dim)}.xp-row.svelte-huaecz{margin-top:8px}.pools.svelte-huaecz{display:flex;flex-direction:column;gap:8px;margin-top:8px}.bar-label.svelte-huaecz{display:flex;justify-content:space-between;font-size:12px;color:var(--text-dim);margin-bottom:2px}.bar-num.svelte-huaecz{font-variant-numeric:tabular-nums}.bar.svelte-huaecz{height:12px;background:var(--panel-2);border-radius:6px;overflow:hidden}.bar-fill.svelte-huaecz{height:100%;border-radius:6px;transition:width .2s ease}.stat-grid.svelte-huaecz{display:grid;grid-template-columns:1fr 1fr;gap:4px 12px;margin-top:12px;font-size:13px}.stat.svelte-huaecz{display:flex;justify-content:space-between}.stat-name.svelte-huaecz{color:var(--text-dim)}.stat-val.svelte-huaecz{font-variant-numeric:tabular-nums}.effects.svelte-huaecz{list-style:none;margin:6px 0 0;padding:0;font-size:13px}.effects.svelte-huaecz li:where(.svelte-huaecz){display:flex;justify-content:space-between;padding:2px 0}.eff-time.svelte-huaecz{color:var(--text-faint);font-variant-numeric:tabular-nums}.bar.svelte-pid0l4{display:flex;flex-wrap:wrap;gap:6px;margin-top:8px}.ability.svelte-pid0l4{position:relative;overflow:hidden;flex:1 1 88px;min-width:80px;display:flex;flex-direction:column;align-items:flex-start;gap:2px;background:var(--panel-2);border:1px solid var(--border);border-left:3px solid var(--energy);border-radius:6px;padding:6px 8px;color:var(--text);transition:background-color .15s ease,border-color .15s ease}.ability.spell.svelte-pid0l4{border-left-color:var(--mana)}.ability.flee.svelte-pid0l4{border-left-color:var(--red)}.ability.flee.svelte-pid0l4 .cost:where(.svelte-pid0l4){color:var(--red)}.ability.svelte-pid0l4:hover:not(.disabled){background:var(--bg-elev);border-color:var(--gold-dim)}.ability.disabled.svelte-pid0l4{opacity:.5;cursor:not-allowed}.name.svelte-pid0l4{font-size:13px;font-weight:600;line-height:1.2}.sub.svelte-pid0l4{font-size:11px;font-variant-numeric:tabular-nums}.cost.svelte-pid0l4{color:var(--text-dim)}.ability.spell.svelte-pid0l4 .cost:where(.svelte-pid0l4){color:var(--mana)}.ability.svelte-pid0l4:not(.spell) .cost:where(.svelte-pid0l4){color:var(--energy)}.cd.svelte-pid0l4{color:var(--gold)}.cd-fill.svelte-pid0l4{position:absolute;left:0;bottom:0;height:2px;background:var(--gold)}.none.svelte-pid0l4{font-size:12px;color:var(--text-faint);margin:6px 0 0}.targets.svelte-1qnehka{list-style:none;margin:8px 0 0;padding:0;display:flex;flex-direction:column;gap:8px}.t-label.svelte-1qnehka{display:flex;justify-content:space-between;font-size:13px;margin-bottom:2px}.t-num.svelte-1qnehka{color:var(--text-dim);font-variant-numeric:tabular-nums}.bar.svelte-1qnehka{height:10px;background:var(--panel-2);border-radius:5px;overflow:hidden}.bar-fill.svelte-1qnehka{height:100%;background:var(--hp);border-radius:5px;transition:width .2s ease}.none.svelte-1qnehka{font-size:12px;color:var(--text-faint);margin:6px 0 0}.scene-bg.svelte-1owtw6{display:block;width:100%;max-width:720px;aspect-ratio:768 / 320;object-fit:cover;border-radius:8px;margin:8px 0;border:1px solid var(--border)}.desc.svelte-1owtw6{margin:8px 0;font-size:13px;color:var(--text-dim);line-height:1.5}.entity-list.svelte-1owtw6{list-style:none;margin:6px 0 0;padding:0;font-size:13px}.entity.svelte-1owtw6{display:flex;align-items:center;gap:8px;padding:2px 0}.thumb.svelte-1owtw6{object-fit:cover;flex-shrink:0;background:var(--panel-2)}.thumb-npc.svelte-1owtw6{width:44px;height:44px;border-radius:8px;border:1px solid var(--border)}.thumb-item.svelte-1owtw6{width:30px;height:30px;border-radius:6px;border:1px solid var(--border)}.media-btn.svelte-1owtw6{padding:0;border:none;background:none;cursor:pointer;flex-shrink:0;display:inline-flex;border-radius:8px}.media-btn.svelte-1owtw6:hover .thumb-npc:where(.svelte-1owtw6){border-color:var(--gold)}.media-btn.svelte-1owtw6:hover .ico.npc:where(.svelte-1owtw6){color:var(--gold)}.media-btn.svelte-1owtw6:focus-visible{outline:2px solid var(--gold);outline-offset:2px}.ico.svelte-1owtw6{display:inline-flex;flex-shrink:0}.ico.npc.svelte-1owtw6{color:var(--red)}.ico.item.svelte-1owtw6{color:var(--gold)}.ico.player.svelte-1owtw6{color:var(--blue)}.ename.svelte-1owtw6{flex:1;min-width:0;text-align:left;background:none;border:none;color:var(--text);font:inherit;padding:2px 4px;border-radius:4px;transition:background-color .15s ease,color .15s ease}.ename.svelte-1owtw6:hover{background:var(--panel-2);color:var(--gold)}.emeta.svelte-1owtw6{color:var(--text-faint);font-size:12px;margin-left:6px}.act.svelte-1owtw6{flex-shrink:0;background:var(--panel-2);color:var(--red);border:1px solid var(--border);border-radius:4px;padding:3px 6px;font-size:12px;transition:background-color .15s ease}.act.svelte-1owtw6:hover{background:var(--red);color:#fff}.exits.svelte-1owtw6{display:flex;flex-wrap:wrap;gap:6px;margin-top:6px}.exit-chip.svelte-1owtw6{background:var(--panel-2);border:1px solid var(--border);border-radius:12px;padding:2px 10px;font-size:12px;color:var(--blue);transition:background-color .15s ease,color .15s ease}.exit-chip.svelte-1owtw6:hover{background:var(--blue);color:var(--bg)}.none.svelte-1owtw6{font-size:12px;color:var(--text-faint);margin:6px 0 0}.map-where.svelte-1yz7nm8{font-size:12px;color:var(--gold);margin:6px 0}.gi-body .panel.map-card{display:flex;flex-direction:column;overflow:hidden}.map-square.svelte-1yz7nm8{flex:1;min-height:0;container-type:size;display:grid;place-items:center;margin-top:6px}.grid.svelte-1yz7nm8{position:relative;display:grid;gap:1px;background:var(--bg);padding:4px;border-radius:6px;width:100cqmin;height:100cqmin}.exit-lines.svelte-1yz7nm8{position:absolute;top:4px;right:4px;bottom:4px;left:4px;pointer-events:none;overflow:visible}.exit-lines.svelte-1yz7nm8 line:where(.svelte-1yz7nm8){stroke:var(--gold);stroke-width:.16;stroke-linecap:round;opacity:.9}.exit-lines.svelte-1yz7nm8 circle:where(.svelte-1yz7nm8){fill:var(--gold);opacity:.9}.lvl-exits.svelte-1yz7nm8{position:absolute;bottom:3px;right:5px;font-size:10px;color:var(--gold);background:#00000073;padding:0 4px;border-radius:3px;pointer-events:none}.tile.svelte-1yz7nm8{position:relative;border-radius:1px;min-width:0;aspect-ratio:1 / 1;display:flex;align-items:center;justify-content:center;font-size:9px;color:#000000b3}.tile.current.svelte-1yz7nm8{outline:2px solid var(--gold);outline-offset:-1px;z-index:1}.here.svelte-1yz7nm8{color:#000;font-size:11px}.lvl.svelte-1yz7nm8{color:#ffffffd9;font-size:10px;text-shadow:0 0 2px #000}.exits-line.svelte-1yz7nm8,.sr-text.svelte-1yz7nm8{font-size:12px;color:var(--text-dim);margin:8px 0 0}.none.svelte-1yz7nm8{font-size:12px;color:var(--text-faint);margin:6px 0 0}.count.svelte-f3krmi{float:right;color:var(--text-faint);font-size:12px;font-family:var(--font-mono)}.list.svelte-f3krmi{list-style:none;margin:6px 0 0;padding:0;font-size:13px}.row.svelte-f3krmi{display:flex;align-items:center;gap:8px;padding:2px 0}.thumb.svelte-f3krmi{width:30px;height:30px;border-radius:6px;object-fit:cover;flex-shrink:0;border:1px solid var(--border);background:var(--panel-2)}.ico.svelte-f3krmi{display:inline-flex;flex-shrink:0;color:var(--gold)}.slot-name.svelte-f3krmi{color:var(--text-dim);font-size:12px;flex-shrink:0}.item-name.svelte-f3krmi{flex:1;min-width:0;text-align:right;background:none;border:none;color:var(--text);font:inherit;padding:2px 4px;border-radius:4px;transition:background-color .15s ease,color .15s ease}.item-name.bag.svelte-f3krmi{text-align:left}.item-name.svelte-f3krmi:hover{background:var(--panel-2);color:var(--gold)}.none.svelte-f3krmi{font-size:12px;color:var(--text-faint);margin:6px 0 0}.chatlog.svelte-1tn2pn8{max-height:200px;overflow-y:auto;margin-top:8px;font-size:13px;display:flex;flex-direction:column;gap:3px}.msg.svelte-1tn2pn8{line-height:1.35;word-break:break-word}.msg.self.svelte-1tn2pn8{opacity:.85}.chan.svelte-1tn2pn8{font-size:11px;font-weight:600}.from.svelte-1tn2pn8{color:var(--text);margin:0 3px 0 4px}.msg.self.svelte-1tn2pn8 .from:where(.svelte-1tn2pn8){color:var(--gold)}.text.svelte-1tn2pn8{color:var(--text-dim)}.none.svelte-1tn2pn8{color:var(--text-faint);font-size:12px;margin:4px 0 0}.quests.svelte-a78suw{list-style:none;margin:8px 0 0;padding:0;font-size:13px;display:flex;flex-direction:column;gap:10px}.q-head.svelte-a78suw{display:flex;justify-content:space-between;align-items:center;gap:8px}.q-title.svelte-a78suw{display:inline-flex;align-items:center;gap:6px;color:var(--text);min-width:0}.q-title.svelte-a78suw .icon{color:var(--gold)}.q-title.done.svelte-a78suw,.q-title.done.svelte-a78suw .icon{color:var(--green)}.q-status.svelte-a78suw{display:inline-flex;align-items:center;gap:4px;color:var(--gold);flex-shrink:0}.q-status.done.svelte-a78suw{color:var(--green)}.q-pct.svelte-a78suw{font-variant-numeric:tabular-nums}.q-pct.done.svelte-a78suw{color:var(--green)}.bar.svelte-a78suw{height:6px;background:var(--panel-2);border-radius:3px;overflow:hidden;margin:4px 0}.bar-fill.svelte-a78suw{height:100%;background:var(--gold);border-radius:3px;transition:width .2s ease}.bar-fill.done.svelte-a78suw{background:var(--green)}.q-goal.svelte-a78suw{display:flex;align-items:center;gap:6px;color:var(--text-dim);font-size:12px;padding-left:4px}.q-goal.svelte-a78suw .icon{color:var(--text-faint)}.q-goal.done.svelte-a78suw,.q-goal.done.svelte-a78suw .icon{color:var(--green)}.none.svelte-a78suw{font-size:12px;color:var(--text-faint);margin:6px 0 0}.dash.svelte-1y1a8hs{display:flex;flex-direction:column;height:100%;min-height:0}.dash-toolbar.svelte-1y1a8hs{display:flex;gap:8px;padding:4px 8px;flex-shrink:0}.tbtn.svelte-1y1a8hs{background:var(--panel);color:var(--text-dim);border:1px solid var(--border);border-radius:6px;padding:3px 8px;font-size:11px;transition:color .15s ease,border-color .15s ease}.tbtn.svelte-1y1a8hs:hover{color:var(--gold);border-color:var(--gold-dim)}.grid-stack.svelte-1y1a8hs{flex:1;min-height:0;overflow-y:auto}.grid-stack-item-content.svelte-1y1a8hs{top:0;right:0;bottom:0;left:0;overflow:hidden;background:transparent}.gi-body.svelte-1y1a8hs,.gi-body.svelte-1y1a8hs .panel{height:100%;overflow:auto}.gi-body.svelte-1y1a8hs .panel.collapsed{height:auto;overflow:visible}.gi-body.svelte-1y1a8hs .panel h2{position:sticky;top:0;z-index:2;background:var(--panel)}.grid-stack.locked.svelte-1y1a8hs .gi-drag{display:none}.grid-stack.svelte-1y1a8hs:not(.locked) .ui-resizable-se{opacity:.6}.backdrop.svelte-1ui9chc{position:fixed;top:0;right:0;bottom:0;left:0;background:#06080cb3;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);display:flex;align-items:center;justify-content:center;padding:20px;z-index:100}.modal.svelte-1ui9chc{position:relative;width:min(520px,100%);max-height:90vh;overflow:auto;background:var(--panel);border:1px solid var(--border);border-radius:12px;padding:20px;box-shadow:0 16px 48px #00000080}.close.svelte-1ui9chc{position:absolute;top:10px;right:10px;width:30px;height:30px;border:1px solid var(--border);border-radius:6px;background:var(--panel-2);color:var(--text-dim);cursor:pointer;font-size:14px;line-height:1}.close.svelte-1ui9chc:hover{color:var(--text);border-color:var(--gold)}.head.svelte-1ui9chc{display:flex;gap:16px;align-items:center;padding-right:32px}.portrait.svelte-1ui9chc{width:140px;height:140px;object-fit:cover;border-radius:10px;border:1px solid var(--border);background:var(--panel-2);flex-shrink:0}.portrait.placeholder.svelte-1ui9chc{display:flex;align-items:center;justify-content:center;color:var(--text-dim)}.head-info.svelte-1ui9chc h2:where(.svelte-1ui9chc){margin:0 0 4px;font-family:var(--font-display);color:var(--gold)}.lvl.svelte-1ui9chc{margin:0;font-size:12px;color:var(--text-dim);text-transform:uppercase;letter-spacing:.04em}.rdesc.svelte-1ui9chc{margin:6px 0 0;font-size:13px;color:var(--text);font-style:italic}.desc.svelte-1ui9chc{margin:16px 0 0;font-size:13px;line-height:1.6;color:var(--text-dim)}.desc.empty.svelte-1ui9chc{font-style:italic;opacity:.7}h3.svelte-1ui9chc{margin:18px 0 6px;font-size:12px;text-transform:uppercase;letter-spacing:.05em;color:var(--text-dim)}.equip.svelte-1ui9chc{list-style:none;margin:0;padding:0;font-size:13px}.equip.svelte-1ui9chc li:where(.svelte-1ui9chc){display:flex;align-items:center;gap:8px;padding:4px 0;border-bottom:1px solid var(--border-soft, rgba(255, 255, 255, .05))}.ethumb.svelte-1ui9chc{width:28px;height:28px;object-fit:cover;border-radius:5px;border:1px solid var(--border);background:var(--panel-2);flex-shrink:0}.eico.svelte-1ui9chc{display:inline-flex;color:var(--gold);flex-shrink:0}.eslot.svelte-1ui9chc{color:var(--text-dim);min-width:90px;text-transform:capitalize}.ename.svelte-1ui9chc{color:var(--text)}.actions.svelte-1ui9chc{display:flex;gap:8px;margin-top:20px}.btn.svelte-1ui9chc{flex:1;padding:8px 12px;border:1px solid var(--border);border-radius:8px;background:var(--panel-2);color:var(--text);font:inherit;cursor:pointer}.btn.svelte-1ui9chc:hover{border-color:var(--gold)}.btn.primary.svelte-1ui9chc{background:var(--red, #7a2e2e);border-color:var(--red, #7a2e2e);color:#fff}.btn.primary.svelte-1ui9chc:hover{filter:brightness(1.1)}.app.svelte-1n46o8q{display:flex;flex-direction:column;height:100%}.app-header.svelte-1n46o8q{display:flex;align-items:center;gap:16px;padding:8px 16px;border-bottom:1px solid var(--border);background:var(--bg-elev);flex-shrink:0}.brand.svelte-1n46o8q{font-size:22px;font-weight:700;color:var(--gold);letter-spacing:2px;text-transform:uppercase;text-shadow:0 0 12px rgba(226,183,20,.25);flex-shrink:0}.header-center.svelte-1n46o8q{flex:1;display:flex;justify-content:center;min-width:0}.header-right.svelte-1n46o8q{display:flex;align-items:center;gap:10px;flex-shrink:0}.hbtn.svelte-1n46o8q{background:var(--panel);color:var(--text-dim);border:1px solid var(--border);border-radius:6px;padding:5px 10px;font-size:12px;transition:color .15s ease,border-color .15s ease}.hbtn.svelte-1n46o8q:hover,.hbtn[aria-pressed=true].svelte-1n46o8q{color:var(--gold);border-color:var(--gold-dim)}.main.svelte-1n46o8q{flex:1;min-height:0;overflow:hidden}.log-dock.svelte-1n46o8q{flex-shrink:0;padding:0 var(--gap) var(--gap)}.panel{background:var(--panel);border:1px solid var(--border);border-radius:var(--radius);padding:12px 14px}.panel h2{font-family:var(--font-display);font-size:14px;font-weight:600;letter-spacing:1px;text-transform:uppercase;color:var(--gold);border-bottom:1px solid var(--border);padding-bottom:6px}.panel h3{font-size:13px;color:var(--text-dim);margin-top:12px}
