html,body{background:#12151a;height:100%;margin:0;font-family:system-ui,sans-serif;overflow:hidden}#container{position:fixed;inset:0}#container canvas{width:100%;height:100%;display:block}#status{z-index:2;color:#f8fafc;background:#0f172ad1;border-radius:6px;margin:0;padding:8px 12px;font-size:14px;position:fixed;top:12px;left:12px}#status[hidden]{display:none}#status.error{background:#7f1d1deb}#plans{z-index:2;color:#f8fafc;box-sizing:border-box;background:#0f172ae0;border-radius:8px;flex-direction:row;align-items:center;gap:8px;width:auto;max-height:none;padding:10px 12px;display:flex;position:fixed;bottom:12px;left:12px;right:12px}#plans[hidden]{display:none}.plans-header{justify-content:space-between;align-items:center;gap:8px;display:flex}#plans h2{white-space:nowrap;margin:0;font-size:14px;font-weight:600}#close-plan,.plan-button{color:#f8fafc;font:inherit;cursor:pointer;background:#1e293b;border:0;border-radius:6px}#close-plan{white-space:nowrap;padding:6px 10px;font-size:13px}#close-plan[aria-pressed=true],.plan-button[aria-pressed=true]{background:#2563eb}#plan-list{flex-direction:row;gap:6px;margin:0;padding:0;list-style:none;display:flex;overflow:auto}.plan-button{text-align:center;white-space:nowrap;width:auto;padding:8px 10px;font-size:13px}.plan-empty{color:#cbd5e1;margin:0;font-size:13px}@media (width<=640px){#plans{flex-wrap:wrap}}
