:root{--bg: #1b1f2a;--surface: #232838;--surface-2: #2b3147;--surface-hover: #323956;--border: #2f3650;--text: #e6e9f0;--text-muted: #8d96b3;--text-soft: #aab2cc;--accent: #6b8cff;--radius: 12px;--radius-sm: 8px;--sidebar-w: 320px;--game-min-h-mobile: 42dvh;--safe-top: env(safe-area-inset-top, 0px);--safe-bottom: env(safe-area-inset-bottom, 0px);--safe-left: env(safe-area-inset-left, 0px);--safe-right: env(safe-area-inset-right, 0px)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-text-size-adjust:100%;text-size-adjust:100%}html,body{height:var(--app-height, 100dvh);min-height:var(--app-height, 100dvh);background:var(--bg);color:var(--text);font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;overflow:hidden;overscroll-behavior:none}#app{display:flex;flex-direction:row;width:100%;height:100%;min-height:0}#game-panel{flex:1;min-width:0;min-height:0;position:relative;background:#2c3140;touch-action:none}#game{width:100%;height:100%}#game canvas{display:block;width:100%!important;height:100%!important}#sidebar{width:var(--sidebar-w);flex-shrink:0;display:flex;flex-direction:column;background:var(--surface);border-left:1px solid var(--border);padding:calc(12px + var(--safe-top)) calc(14px + var(--safe-right)) calc(12px + var(--safe-bottom)) calc(14px + var(--safe-left));min-height:0}.sidebar-header{flex-shrink:0;margin-bottom:12px}.sidebar-title{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:6px}.sidebar-title h1{font-size:1.05rem;font-weight:700;letter-spacing:-.02em}.live-badge{display:inline-flex;align-items:center;gap:6px;font-size:.65rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;padding:4px 8px;border-radius:999px;background:#2a3348;color:var(--text-soft);white-space:nowrap}.live-dot{width:7px;height:7px;border-radius:50%;background:#39c46e;box-shadow:0 0 8px #39c46ea6;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.45}}.subtitle{font-size:.78rem;line-height:1.4;color:var(--text-muted)}.status-summary{display:flex;flex-wrap:wrap;gap:6px;margin-top:10px}.summary-chip{font-size:.68rem;font-weight:600;padding:4px 8px;border-radius:999px;background:var(--surface-2);color:var(--text-soft)}.summary-chip.working{background:#39c46e26;color:#7eeaa3}#service-list{flex:1;min-height:0;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;padding-right:2px;scrollbar-width:thin;scrollbar-color:#3a425c transparent}.service-card{background:var(--surface-2);border-radius:var(--radius);padding:12px 14px;margin-bottom:10px;border-left:4px solid #555;cursor:pointer;transition:background .15s,transform .12s,box-shadow .15s;-webkit-tap-highlight-color:transparent}.service-card:active{transform:scale(.985)}.service-card:hover{background:var(--surface-hover)}.service-card.active{background:#2f3650}.card-header{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;margin-bottom:6px}.worker-name-input{flex:1;min-width:0;font-size:16px;font-weight:600;color:#eef2ff;background:#1e2333;border:1px solid #3a425c;border-radius:var(--radius-sm);padding:8px 10px;outline:none;touch-action:manipulation}.worker-name-input:focus{border-color:var(--accent);box-shadow:0 0 0 2px #6b8cff40}.worker-name-input.name-save-error{border-color:#e74c3c;box-shadow:0 0 0 2px #e74c3c40}.service-card .badge{flex-shrink:0;font-size:.62rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;padding:5px 8px;border-radius:6px;color:#fff;margin-top:2px}.service-card .funcao{font-size:.75rem;color:var(--text-soft);margin-bottom:8px;line-height:1.35;word-break:break-word}.service-card .metrics{font-size:.8rem;color:#c5cce0;line-height:1.45;min-height:1.45em}.service-card .event{font-size:.72rem;color:var(--text-muted);margin-top:6px;line-height:1.4;font-style:italic}.hidden{display:none!important}#edit-panel{background:var(--surface-2);border-radius:var(--radius);padding:14px;margin-bottom:12px;border:2px solid #ffd24a;flex-shrink:0}#edit-panel h2{font-size:.95rem;margin-bottom:10px;color:#ffd24a}#edit-panel .edit-help{font-size:.78rem;line-height:1.55;color:#c8d0e8;margin-bottom:12px;padding-left:1.1rem}#edit-panel .edit-help li{margin-bottom:4px}#edit-info{font-size:.75rem;font-family:ui-monospace,Consolas,monospace;background:#a8e6a1;color:#0b1020;padding:8px 10px;border-radius:var(--radius-sm);margin-bottom:10px;word-break:break-word}#edit-panel .edit-note{font-size:.7rem;color:var(--text-muted);font-style:italic}@media (max-width: 768px){#app{flex-direction:column}#game-panel{flex:0 0 auto;height:max(var(--game-min-h-mobile),38vh);max-height:48vh;border-bottom:1px solid var(--border)}#sidebar{width:100%;flex:1;border-left:none;border-top:none;padding:calc(10px + var(--safe-top)) calc(12px + var(--safe-right)) calc(10px + var(--safe-bottom)) calc(12px + var(--safe-left))}.sidebar-title h1{font-size:1rem}.subtitle{font-size:.72rem}#service-list{display:flex;flex-direction:row;gap:12px;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scroll-padding-inline:4px;padding-bottom:6px;margin:0 -4px;padding-inline:4px}.service-card{flex:0 0 min(88vw,300px);scroll-snap-align:start;margin-bottom:0;min-height:148px}.service-card.active{box-shadow:inset 0 0 0 1px var(--accent),0 4px 20px #00000040}}@media (max-width: 380px){.service-card{flex-basis:92vw}}@media (min-width: 1200px){:root{--sidebar-w: 360px}}
