.electric-dash-1{stroke-dasharray:20 80 150 40;stroke-linecap:round;animation:energy-flow-1 3s linear infinite}.electric-dash-2{stroke-dasharray:5 45 35 15 80;stroke-linecap:round;animation:energy-flow-2 4.5s linear infinite reverse}@keyframes energy-flow-1{0%{stroke-dashoffset:0}to{stroke-dashoffset:800}}@keyframes energy-flow-2{0%{stroke-dashoffset:0}to{stroke-dashoffset:-800}}.electric-card-tag{font-family:monospace;font-size:.7rem;font-weight:700;letter-spacing:.05em;padding:.25rem .75rem;border:1px solid rgba(255,255,255,.3);border-radius:9999px;margin-bottom:2rem;color:#e2e8f0;background:rgba(255,255,255,.05)}.electric-card-title{font-family:Geist,Inter,sans-serif;font-size:1.75rem;font-weight:600;margin-bottom:1rem;position:relative;color:white;text-shadow:0 0 10px rgba(255,255,255,.2)}.electric-card-title:after{content:"";width:3rem;height:2px;background:#ffb84d;position:absolute;left:50%;transform:translateX(-50%);bottom:-.75rem;box-shadow:0 0 8px #ff8c00}.electric-card-desc{font-family:Geist,Inter,sans-serif;font-size:.85rem;color:rgba(255,255,255,.6);font-weight:300;max-width:80%;line-height:1.4;margin-top:1rem}.dark .electric-card-inner{background:rgba(5,8,15,.95)}