:root{--ems-primary: #10b981;--ems-primary-dark: #059669;--ems-secondary: #3b82f6;--ems-accent: #f59e0b;--ems-success: #10b981;--ems-warning: #f59e0b;--ems-danger: #ef4444;--ems-light: #f0fdf4;--ems-dark: #064e3b;--ems-gradient: linear-gradient(135deg, #e0f7fa 0%, #c8e6c9 100%);--ems-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06)}body{font-family:Inter,sans-serif;margin:0;padding:0;overflow-x:hidden}.sidebar-item{display:flex;align-items:center;padding:.75rem 1rem;border-radius:.5rem;transition:background-color .2s ease-in-out}.sidebar-item:hover{background-color:#4a5568}.sidebar-item.active{background-color:#4338ca}.meter-card{transition:transform .2s ease-in-out,box-shadow .2s ease-in-out}.meter-card:hover{transform:translateY(-5px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.status-indicator{width:10px;height:10px;border-radius:50%;display:inline-block;margin-right:.5rem}.status-online{background-color:#10b981}.status-offline{background-color:#ef4444}.chart-container{position:relative;height:300px;width:100%}.data-card{background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:.5rem;padding:1rem;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;box-shadow:0 1px 2px #0000000d}.data-card .icon{margin-bottom:.5rem;color:#4f46e5}.data-card .value{font-size:1.25rem;font-weight:600;color:#1a202c}.data-card .label{font-size:.875rem;color:#4a5568}.data-group-card{background-color:#fff;border:1px solid #e2e8f0;border-radius:.75rem;padding:1.5rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;display:flex;flex-direction:column}.data-group-card h3{font-size:1.5rem;font-weight:700;color:#1a202c;margin-bottom:1rem;display:flex;align-items:center}.data-group-card h4{font-size:1rem;font-weight:600;color:#2d3748;margin-top:1rem;margin-bottom:.75rem}.data-group-card ul{list-style:none;padding:0;margin:0;flex-grow:1;display:flex;flex-direction:column;justify-content:space-between}.data-group-card li{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;border-bottom:1px dashed #e2e8f0}.data-group-card li:last-child{border-bottom:none}.data-group-card li span:first-child{color:#4a5568}.data-group-card li span:last-child{font-weight:500;color:#2d3748}.data-group-card.energy{border-left:5px solid #4f46e5}.data-group-card.voltage{border-left:5px solid #22c55e}.data-group-card.current{border-left:5px solid #ef4444}.data-group-card.power{border-left:5px solid #f97316}.data-group-card.power-factor{border-left:5px solid #8b5cf6}.data-group-card.max-demand{border-left:5px solid #06b6d4}.data-group-card.thd{border-left:5px solid #6366f1}.highlight-value{color:#4f46e5;font-weight:700}.important-subsection-container-energy{background-color:#e0f2fe;padding:.75rem;border-radius:.5rem;margin-bottom:1rem}.important-subsection-header-energy{color:#0c4a6e;font-weight:700;margin-bottom:.5rem;font-size:1.125rem}.important-subsection-container-power{background-color:#fff7ed;padding:.75rem;border-radius:.5rem;margin-bottom:1rem}.important-subsection-header-power{color:#9a3412;font-weight:700;margin-bottom:.5rem;font-size:1.125rem}.important-subsection-container-voltage{background-color:#f0fdf4;padding:.75rem;border-radius:.5rem;margin-bottom:.5rem;margin-top:.5rem}.important-subsection-header-voltage{color:#166534;font-weight:700;margin-bottom:.5rem;font-size:1.125rem}.important-subsection-container-current{background-color:#fee2e2;padding:.75rem;border-radius:.5rem;margin-bottom:1rem}.important-subsection-header-current{color:#991b1b;font-weight:700;margin-bottom:.5rem;font-size:1.125rem}.important-subsection-container-power-factor{background-color:#ede9fe;padding:.75rem;border-radius:.5rem;margin-bottom:1rem}.important-subsection-header-power-factor{color:#5b21b6;font-weight:700;margin-bottom:.5rem;font-size:1.125rem}.data-group-card>div:not(.important-subsection-container-energy):not(.important-subsection-container-power):not(.important-subsection-container-voltage):not(.important-subsection-container-current):not(.important-subsection-container-power-factor)>h4{font-size:.875rem;font-weight:500}.data-group-card.voltage>div:last-child>h4{font-size:.65rem;font-weight:400;margin-top:0rem;margin-bottom:0rem}.data-group-card.voltage>div:last-child ul li span:last-child{font-size:.75rem;font-weight:500}.data-group-card.voltage>div:last-child ul li{padding:0rem 0}.important-subsection-container-energy ul li span:last-child,.important-subsection-container-power ul li span:last-child,.important-subsection-container-voltage ul li span:last-child,.important-subsection-container-current ul li span:last-child,.important-subsection-container-power-factor ul li span:last-child{font-weight:700}.value-good{color:#16a34a}.value-warning{color:#d97706}.value-bad{color:#dc2626}@keyframes energyPulse{0%{transform:scale(1);opacity:1}50%{transform:scale(1.05);opacity:.8}to{transform:scale(1);opacity:1}}@keyframes energyFlow{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes energyGlow{0%{box-shadow:0 0 5px #10b98180}50%{box-shadow:0 0 20px #10b981cc}to{box-shadow:0 0 5px #10b98180}}.ems-gradient{background:var(--ems-gradient)}.ems-card{background:#fff;border-radius:12px;box-shadow:var(--ems-shadow);border:1px solid rgba(16,185,129,.1);transition:all .3s ease}.ems-card:hover{transform:translateY(-2px);box-shadow:0 10px 25px -3px #0000001a,0 4px 6px -2px #0000000d}.ems-button{background:linear-gradient(135deg,var(--ems-primary) 0%,var(--ems-primary-dark) 100%);color:#fff;border:none;border-radius:8px;padding:12px 24px;font-weight:600;transition:all .3s ease;cursor:pointer}.ems-button:hover{transform:translateY(-1px);box-shadow:0 4px 12px #10b98166}.ems-button:active{transform:translateY(0)}.ems-energy-icon{animation:energyPulse 2s infinite}.ems-energy-flow{background:linear-gradient(90deg,var(--ems-primary),var(--ems-secondary),var(--ems-primary));background-size:200% 200%;animation:energyFlow 3s ease infinite}.ems-glow{animation:energyGlow 2s infinite}.ems-dashboard-card{background:#fff;border-radius:16px;padding:24px;box-shadow:var(--ems-shadow);border-left:4px solid var(--ems-primary);transition:all .3s ease}.ems-dashboard-card:hover{transform:translateY(-4px);box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.ems-stat-card{background:linear-gradient(135deg,var(--ems-primary) 0%,var(--ems-primary-dark) 100%);color:#fff;border-radius:12px;padding:20px;text-align:center;position:relative;overflow:hidden}.ems-stat-card:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s}.ems-stat-card:hover:before{left:100%}.ems-input{border:2px solid #e5e7eb;border-radius:8px;padding:12px 16px;transition:all .3s ease;background:#fff}.ems-input:focus{border-color:var(--ems-primary);box-shadow:0 0 0 3px #10b9811a;outline:none}.ems-input:focus-within{border-color:var(--ems-primary)}.ems-loading{display:inline-block;width:20px;height:20px;border:3px solid rgba(16,185,129,.3);border-radius:50%;border-top-color:var(--ems-primary);animation:spin 1s ease-in-out infinite}@keyframes spin{to{transform:rotate(360deg)}}@media (min-width: 768px){.sidebar-item{justify-content:flex-start}}@media (max-width: 768px){.ems-card{margin:8px;padding:16px}.ems-dashboard-card{padding:16px}}@media (prefers-color-scheme: dark){.ems-card{background:#1f2937;color:#fff;border-color:#10b98133}.ems-input{background:#374151;border-color:#4b5563;color:#fff}.ems-input:focus{border-color:var(--ems-primary);background:#374151}}@media print{.ems-card,.ems-dashboard-card{box-shadow:none;border:1px solid #e5e7eb}.ems-button{background:#e5e7eb!important;color:#374151!important}}
