:root{color-scheme:light dark;font-family:system-ui,-apple-system,Segoe UI,sans-serif}body{margin:0;min-height:100vh;display:flex;align-items:center;justify-content:center;background:#0f172a;color:#e2e8f0}.center{text-align:center}.card{width:min(420px,90vw);background:#1e293b;border-radius:12px;padding:2rem;box-shadow:0 10px 30px #0000004d}.card h1{margin-top:0;font-size:1.4rem}form{display:flex;flex-direction:column;gap:1rem;margin-top:1rem}label{display:flex;flex-direction:column;gap:.35rem;font-size:.9rem}input{padding:.6rem .7rem;border-radius:8px;border:1px solid #334155;background:#0f172a;color:#e2e8f0;font-size:1rem}button{padding:.65rem;border-radius:8px;border:none;background:#6366f1;color:#fff;font-size:1rem;cursor:pointer}button:disabled{opacity:.6;cursor:default}.error{color:#f87171;font-size:.9rem;margin:0}.dashboard-header{display:flex;justify-content:space-between;align-items:center}.dashboard-header button{width:auto;padding:.4rem .9rem}.ok{color:#4ade80}.offline{color:#f87171}.hint{font-size:.85rem;color:#94a3b8}.hint code{background:#0f172a;padding:.1rem .4rem;border-radius:4px}.accordion{border:1px solid #334155;border-radius:10px;overflow:hidden}.accordion summary{cursor:pointer;list-style:none;padding:.9rem 1rem;display:flex;justify-content:space-between;align-items:center;gap:1rem;font-weight:600}.accordion summary::-webkit-details-marker{display:none}.accordion summary:after{content:"▸";color:#94a3b8;transition:transform .15s ease;flex-shrink:0}.accordion[open] summary:after{transform:rotate(90deg)}.accordion-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.accordion-subtitle{font-weight:400;font-size:.85rem;color:#94a3b8;margin-left:auto;margin-right:.5rem}.accordion-body{padding:1rem;border-top:1px solid #334155}.world-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.5rem}.world-list li{padding:.6rem .8rem;border-radius:8px;background:#0f172a;border:1px solid #334155;display:flex;flex-direction:column;gap:.2rem}.world-list li.active{border-color:#4ade80}.world-title{display:flex;align-items:center;gap:.5rem;font-weight:600}.world-badge{font-size:.7rem;font-weight:600;color:#0f172a;background:#4ade80;padding:.1rem .5rem;border-radius:999px}
