:root{--bg:#0c0c0b;--surface:#1a1917;--surface-hover:#242220;--text:#f0ebe3;--muted:#8a847a;--accent:#d4a054;--accent-dim:#a67a32;--success:#6b9e78;--danger:#c45c5c;--border:#2e2c28;--font-display:"Syne", system-ui, sans-serif;--font-body:"IBM Plex Sans", system-ui, sans-serif;--radius:10px;--shadow:0 4px 24px #00000059;--sidebar-width:15.75rem;--sidebar-rail:3.5rem;--sidebar-ease:cubic-bezier(.22, 1, .36, 1)}*,:before,:after{box-sizing:border-box}html,body{background:var(--bg);min-height:100%;color:var(--text);font-family:var(--font-body);margin:0;font-size:15px;line-height:1.5}body{background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E")}h1,h2,h3,.wordmark{font-family:var(--font-display);letter-spacing:-.02em;font-weight:700}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}button,.btn{border-radius:var(--radius);font-family:var(--font-body);cursor:pointer;border:1px solid #0000;justify-content:center;align-items:center;gap:.4rem;padding:.65rem 1.2rem;font-size:.95rem;font-weight:500;transition:background .15s,border-color .15s,transform .1s;display:inline-flex}button:disabled,.btn:disabled{opacity:.5;cursor:not-allowed}.btn-primary{background:var(--accent);color:#1a1208;border-color:var(--accent)}.btn-primary:hover:not(:disabled){background:#e0ad62}.btn-secondary{color:var(--text);border-color:var(--border);background:0 0}.btn-secondary:hover:not(:disabled){background:var(--surface-hover);border-color:var(--muted)}.btn-ghost{color:var(--muted);background:0 0;border-color:#0000;padding:.4rem .6rem}.btn-ghost:hover:not(:disabled){color:var(--text)}input,textarea,select{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);width:100%;color:var(--text);font-family:var(--font-body);padding:.65rem .85rem;font-size:.95rem}input:focus,textarea:focus,select:focus{border-color:var(--accent-dim);outline:none}label{color:var(--muted);margin-bottom:.35rem;font-size:.85rem;display:block}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);padding:1rem}.container{width:min(1100px,92vw);margin:0 auto}.toast{background:var(--surface);border:1px solid var(--accent-dim);color:var(--text);border-radius:var(--radius);z-index:100;padding:.75rem 1.25rem;animation:.25s fadeUp;position:fixed;bottom:1.5rem;left:50%;transform:translate(-50%)}@keyframes fadeUp{0%{opacity:0;transform:translate(-50%)translateY(8px)}to{opacity:1;transform:translate(-50%)translateY(0)}}@keyframes cardIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.card-animate{animation:.35s both cardIn}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important}}.full{min-height:100vh}.cap-full{color:var(--danger)}.cap-ok{color:var(--muted)}.hint{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);color:var(--muted);margin-bottom:1rem;padding:.75rem 1rem;font-size:.9rem}.hint button{margin-left:.5rem}.message.svelte-qik81a{color:var(--muted);white-space:pre-line;margin:0;font-size:.95rem;line-height:1.5}.actions.svelte-qik81a{flex-wrap:wrap;justify-content:flex-end;gap:.5rem;margin-top:1.25rem;display:flex}.actions.single.svelte-qik81a{justify-content:flex-end}.confirm-btn.primary.svelte-qik81a{background:var(--accent);color:#1a1208;border-color:var(--accent)}.confirm-btn.primary.svelte-qik81a:hover:not(:disabled){filter:brightness(1.05)}.confirm-btn.danger.svelte-qik81a{background:var(--danger);color:#fff;border-color:var(--danger)}.confirm-btn.danger.svelte-qik81a:hover:not(:disabled){filter:brightness(1.08)}.toast-stack.svelte-16oeye1{z-index:300;pointer-events:none;flex-direction:column;gap:.5rem;width:min(360px,100vw - 2rem);display:flex;position:fixed;bottom:1rem;right:1rem}.toast.svelte-16oeye1{border-radius:var(--radius);border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow);pointer-events:auto;align-items:flex-start;gap:.65rem;padding:.75rem .85rem;animation:.22s both svelte-16oeye1-rise;display:flex}.toast.error.svelte-16oeye1{border-color:color-mix(in srgb, var(--danger) 45%, var(--border));background:color-mix(in srgb, var(--danger) 8%, var(--surface))}.toast.success.svelte-16oeye1{border-color:color-mix(in srgb, var(--success) 45%, var(--border));background:color-mix(in srgb, var(--success) 8%, var(--surface))}.toast.svelte-16oeye1 p:where(.svelte-16oeye1){flex:1;margin:0;font-size:.88rem;line-height:1.45}.dismiss.svelte-16oeye1{color:var(--muted);cursor:pointer;background:0 0;border:none;flex-shrink:0;padding:0;font-size:1.2rem;line-height:1}.dismiss.svelte-16oeye1:hover{color:var(--text)}@keyframes svelte-16oeye1-rise{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.skeleton.svelte-1c03w35{padding:.5rem 0 2rem}.skeleton.room.svelte-1c03w35{padding-top:.25rem}.sk-block.svelte-1c03w35{border-radius:var(--radius);background:linear-gradient(90deg, color-mix(in srgb, var(--surface) 90%, var(--border)) 0%, color-mix(in srgb, var(--surface-hover) 80%, var(--border)) 50%, color-mix(in srgb, var(--surface) 90%, var(--border)) 100%);background-size:200% 100%;animation:1.2s ease-in-out infinite svelte-1c03w35-shimmer}.sk-title.svelte-1c03w35{width:min(280px,70%);height:2rem;margin-bottom:.75rem}.sk-line.svelte-1c03w35{width:100%;max-width:520px;height:.85rem;margin-bottom:.5rem}.sk-line.short.svelte-1c03w35{width:65%;margin-bottom:1.25rem}.sk-header.svelte-1c03w35{height:4.5rem;margin-bottom:1rem}.sk-row.svelte-1c03w35{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:.85rem;display:grid}.sk-grid.svelte-1c03w35{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:.85rem;display:grid}.sk-card.svelte-1c03w35{height:7.5rem}@keyframes svelte-1c03w35-shimmer{0%{background-position:100% 0}to{background-position:-100% 0}}body{flex-direction:column;min-height:100vh;display:flex}.site-header.svelte-12qhfyh{border-bottom:1px solid var(--border);padding:.85rem 0}.header-inner.svelte-12qhfyh{justify-content:space-between;align-items:center;display:flex}nav.svelte-12qhfyh{align-items:center;gap:.75rem;display:flex}nav.svelte-12qhfyh a:where(.svelte-12qhfyh){color:var(--muted);font-size:.9rem;text-decoration:none}nav.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{color:var(--text)}.nav-link.svelte-12qhfyh{padding:.35rem .5rem}.nav-cta.svelte-12qhfyh{padding:.45rem 1rem;font-size:.85rem}main.svelte-12qhfyh{flex:1;padding:2rem 0 3rem}main:has(.room-shell){flex-direction:column;flex:1;min-height:0;padding:0;display:flex}main:has(.app-shell){padding:0}main:has(.landing){padding:0}body:has(.landing) .site-header.svelte-12qhfyh{background:0 0;border-bottom-color:#0000}.route-loading.svelte-12qhfyh{padding-top:.5rem}.sr-only.svelte-12qhfyh{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.site-footer.svelte-12qhfyh{border-top:1px solid var(--border);padding:1.25rem 0 1.75rem}.footer-inner.svelte-12qhfyh{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;display:flex}.footer-brand.svelte-12qhfyh{flex-wrap:wrap;align-items:center;gap:.65rem 1rem;display:flex}.copy.svelte-12qhfyh,.site-footer.svelte-12qhfyh p:where(.svelte-12qhfyh){color:var(--muted);margin:0;font-size:.82rem}.site-footer.svelte-12qhfyh nav:where(.svelte-12qhfyh){gap:1rem;display:flex}.site-footer.svelte-12qhfyh a:where(.svelte-12qhfyh){color:var(--muted);font-size:.82rem;text-decoration:none}.site-footer.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{color:var(--text)}body:has(.landing) .site-footer.svelte-12qhfyh{border-top-color:color-mix(in srgb, var(--border) 60%, transparent)}
