:root{--hap-orange: hsl(32, 76%, 63%);--hap-orange-dark: hsl(32, 76%, 45%);--hap-orange-light: hsl(32, 76%, 85%);--bg-dark: hsl(220, 13%, 18%);--bg-card: hsl(220, 13%, 95%);--text-dark: hsl(220, 13%, 20%);--text-light: hsl(220, 13%, 96%);--text-muted: hsl(220, 10%, 50%);--energy-high: hsl(142, 71%, 45%);--energy-medium: hsl(45, 93%, 47%);--energy-low: hsl(0, 84%, 60%);--border-color: hsl(220, 13%, 80%);--shadow-color: hsl(220, 13%, 10%, .15)}[data-astro-cid-gpj6d2eh]{box-sizing:border-box;margin:0;padding:0}body{font-family:Segoe UI,system-ui,-apple-system,sans-serif;background-color:var(--bg-dark);min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;color:var(--text-light)}.page-header[data-astro-cid-gpj6d2eh]{text-align:center;margin-bottom:2rem}.page-header[data-astro-cid-gpj6d2eh] h1[data-astro-cid-gpj6d2eh]{font-size:1.5rem;color:var(--hap-orange);margin-bottom:.5rem}.page-header[data-astro-cid-gpj6d2eh] p[data-astro-cid-gpj6d2eh]{color:var(--text-muted);font-size:.9rem}.robot-card[data-astro-cid-gpj6d2eh]{background-color:var(--bg-card);border-radius:16px;box-shadow:0 10px 40px var(--shadow-color);max-width:400px;width:100%;overflow:hidden}.card-header[data-astro-cid-gpj6d2eh]{background:linear-gradient(135deg,var(--hap-orange),var(--hap-orange-dark));color:var(--text-light);padding:1.25rem 1.5rem;display:flex;align-items:center;gap:.75rem}.card-header[data-astro-cid-gpj6d2eh] .robot-icon[data-astro-cid-gpj6d2eh]{font-size:1.75rem}.card-header[data-astro-cid-gpj6d2eh] h2[data-astro-cid-gpj6d2eh]{font-size:1.25rem;font-weight:600;letter-spacing:.5px}.card-section[data-astro-cid-gpj6d2eh]{padding:1.25rem 1.5rem;border-bottom:1px solid var(--border-color)}.card-section[data-astro-cid-gpj6d2eh]:last-child{border-bottom:none}.card-section[data-astro-cid-gpj6d2eh] h3[data-astro-cid-gpj6d2eh]{font-size:.7rem;text-transform:uppercase;letter-spacing:1px;color:var(--text-muted);margin-bottom:.75rem}.info-row[data-astro-cid-gpj6d2eh]{display:flex;justify-content:space-between;align-items:center;padding:.4rem 0;color:var(--text-dark)}.info-row[data-astro-cid-gpj6d2eh] .label[data-astro-cid-gpj6d2eh]{font-weight:500;display:flex;align-items:center;gap:.5rem}.info-row[data-astro-cid-gpj6d2eh] .value[data-astro-cid-gpj6d2eh]{font-weight:600;color:var(--hap-orange-dark)}.energy-container[data-astro-cid-gpj6d2eh]{margin-top:.5rem}.energy-bar-track[data-astro-cid-gpj6d2eh]{background-color:#dcdfe4;border-radius:10px;height:12px;overflow:hidden}.energy-bar-fill[data-astro-cid-gpj6d2eh]{height:100%;background-color:var(--energy-high);border-radius:10px;transition:width .3s ease,background-color .3s ease}.status-row[data-astro-cid-gpj6d2eh]{display:flex;align-items:center;gap:.5rem;padding:.5rem 0;color:var(--text-dark)}.status-row[data-astro-cid-gpj6d2eh] .icon[data-astro-cid-gpj6d2eh]{font-size:1.1rem}.status-row[data-astro-cid-gpj6d2eh] .text[data-astro-cid-gpj6d2eh]{font-weight:500}.card-actions[data-astro-cid-gpj6d2eh]{display:flex;gap:1rem;padding:1.25rem 1.5rem;background-color:#e8eaed}.btn[data-astro-cid-gpj6d2eh]{flex:1;padding:.75rem 1rem;border:none;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease}.btn[data-astro-cid-gpj6d2eh]:hover{transform:translateY(-2px);box-shadow:0 4px 12px var(--shadow-color)}.btn[data-astro-cid-gpj6d2eh]:active{transform:translateY(0)}.btn-task[data-astro-cid-gpj6d2eh]{background-color:var(--hap-orange);color:var(--text-light)}.btn-task[data-astro-cid-gpj6d2eh]:hover{background-color:var(--hap-orange-dark)}.btn-rest[data-astro-cid-gpj6d2eh]{background-color:#2680d9;color:var(--text-light)}.btn-rest[data-astro-cid-gpj6d2eh]:hover{background-color:#1f66ad}.console-section[data-astro-cid-gpj6d2eh]{margin-top:2rem;max-width:400px;width:100%}.console-section[data-astro-cid-gpj6d2eh] h3[data-astro-cid-gpj6d2eh]{color:var(--hap-orange);font-size:.9rem;margin-bottom:.75rem}.console-output[data-astro-cid-gpj6d2eh]{background-color:#1b1d23;border-radius:8px;padding:1rem;font-family:Consolas,Monaco,monospace;font-size:.85rem;color:#80ff80;max-height:200px;overflow-y:auto}.console-output[data-astro-cid-gpj6d2eh] .log-line[data-astro-cid-gpj6d2eh]{padding:.2rem 0;border-bottom:1px solid hsl(220,13%,20%)}.console-output[data-astro-cid-gpj6d2eh] .log-line[data-astro-cid-gpj6d2eh]:last-child{border-bottom:none}@media(max-width:480px){body,.card-header[data-astro-cid-gpj6d2eh],.card-section[data-astro-cid-gpj6d2eh]{padding:1rem}.card-actions[data-astro-cid-gpj6d2eh]{flex-direction:column;gap:.75rem}}
