*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body{width:100%;height:100%;overflow:hidden;background:#0f111a;font-family:system-ui,-apple-system,Segoe UI,sans-serif;color:#e2e8f0}#app{position:relative;width:100%;height:100%}#stage{display:block;width:100%;height:100%}.panel{position:absolute;top:12px;background:#0f172aeb;border:1px solid rgba(100,160,255,.25);border-radius:10px;padding:14px 16px;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);box-shadow:0 8px 32px #00000059;max-height:calc(100vh - 24px);overflow-y:auto}#control-panel{right:300px;width:min(320px,calc(100vw - 340px))}#event-feed{right:12px;width:min(280px,calc(100vw - 24px))}.panel-title{font-size:1rem;font-weight:700;margin-bottom:12px;color:#93c5fd}.connection-status{display:flex;align-items:center;gap:8px;margin-bottom:14px;padding:8px 10px;border-radius:6px;font-size:.8125rem;font-weight:600;background:#1e293bd9;border:1px solid rgba(100,116,139,.35)}.connection-dot{width:10px;height:10px;border-radius:50%;flex-shrink:0}.connection-idle .connection-dot{background:#64748b}.connection-idle .connection-label{color:#94a3b8}.connection-connected .connection-dot{background:#22c55e;box-shadow:0 0 6px #22c55ea6}.connection-connected .connection-label{color:#bbf7d0}.connection-error .connection-dot{background:#ef4444;box-shadow:0 0 6px #ef44448c}.connection-error .connection-label{color:#fecaca}.panel-section{margin-bottom:14px}.section-heading{font-size:.72rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#94a3b8;margin-bottom:8px}.field-label{display:block;font-size:.78rem;color:#94a3b8;margin-bottom:4px}.field-input{width:100%;padding:.55rem .65rem;min-height:2.75rem;border-radius:6px;border:1px solid #334155;background:#1e293b;color:#e2e8f0;font:inherit}.btn-row{display:flex;flex-direction:column;gap:8px}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:2.75rem;padding:.55rem .85rem;border-radius:6px;border:1px solid transparent;font:inherit;font-weight:600;font-size:.875rem;cursor:pointer;width:100%}.btn:disabled{opacity:.45;cursor:not-allowed}.btn-fault{background:#451a03;border-color:#f59e0b;color:#fde68a}.btn-fix{background:#052e16;border-color:#22c55e;color:#bbf7d0}.btn-global{background:#1e293b;border-color:#475569;color:#e2e8f0}.toggle-row{display:flex;align-items:center;gap:10px;margin-top:10px;min-height:2.75rem;font-size:.875rem;font-weight:600;cursor:pointer}.toggle-row input{width:18px;height:18px;accent-color:#3b82f6}.feed-hint{font-size:.75rem;color:#64748b;margin-bottom:10px}.event-list{list-style:none;display:flex;flex-direction:column;gap:8px}.event-item{display:grid;grid-template-columns:1fr auto;gap:2px 8px;padding:8px 10px;border-radius:6px;background:#1e293b;border-left:3px solid #64748b;font-size:.78rem}.event-delivery{grid-row:1 / span 4;align-self:center;font-size:1rem;font-weight:700;line-height:1}.event-delivery-ok{color:#22c55e}.event-delivery-fail{color:#ef4444}.event-item.event-battery_low{border-left-color:#f59e0b}.event-item.event-obstacle{border-left-color:#f97316}.event-item.event-missing_limb{border-left-color:#ef4444}.event-item.event-recovery{border-left-color:#22c55e}.event-time{color:#64748b;font-size:.7rem}.event-type{font-weight:700;color:#93c5fd;text-transform:uppercase;font-size:.68rem;letter-spacing:.04em}.event-robot{color:#cbd5e1}.event-msg{color:#94a3b8}.heartbeat-section{border-top:1px solid rgba(100,116,139,.25);padding-top:10px}.heartbeat-list{list-style:none;font-size:.72rem;color:#64748b;display:flex;flex-direction:column;gap:4px}.heartbeat-item{font-family:ui-monospace,monospace}.heartbeat-empty{font-style:italic}@media (max-width: 900px){#control-panel{right:12px;top:auto;bottom:12px;width:min(360px,calc(100vw - 24px));max-height:42vh}#event-feed{top:12px;right:12px;width:min(360px,calc(100vw - 24px));max-height:28vh}}
