*{margin:0;padding:0;box-sizing:border-box}.poweronfy-page{min-height:100vh;display:flex;flex-direction:column;background:#fff;color:#1a1a1a;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.header{background:#fff;border-bottom:1px solid #e5e5e5;padding:1rem 2rem;box-shadow:0 1px 3px #0000000d}.header-content{display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto}.logo-section{display:flex;align-items:center;gap:.75rem}.logo-img{width:40px;height:40px;border-radius:8px;object-fit:cover}.logo-text{font-size:1.5rem;font-weight:700;color:#1a1a1a}.lang-selector{display:flex;align-items:center;gap:.5rem}.lang-dropdown{position:relative}.lang-btn{background:#f5f5f5;border:1px solid #e5e5e5;color:#1a1a1a;padding:.5rem 1rem;border-radius:6px;font-weight:600;cursor:pointer;transition:all .2s;display:flex;align-items:center;gap:.5rem;min-width:60px;justify-content:space-between}.lang-btn:hover{background:#e5e5e5}.lang-arrow{transition:transform .2s;width:16px;height:16px}.lang-arrow.open{transform:rotate(180deg)}.translating-indicator{display:inline-block;animation:spin 1s linear infinite;margin-right:.25rem;font-size:.875rem}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.lang-btn:disabled{opacity:.7;cursor:not-allowed}.lang-menu{position:absolute;top:calc(100% + .5rem);right:0;background:#fff;border:1px solid #e5e5e5;border-radius:8px;box-shadow:0 4px 12px #0000001a;min-width:180px;max-height:400px;overflow-y:auto;z-index:100;animation:slideDown .2s ease-out}.lang-menu::-webkit-scrollbar{width:6px}.lang-menu::-webkit-scrollbar-track{background:#f5f5f5;border-radius:3px}.lang-menu::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.lang-menu::-webkit-scrollbar-thumb:hover{background:#94a3b8}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.lang-option{width:100%;padding:.75rem 1rem;background:transparent;border:none;text-align:left;cursor:pointer;transition:background .2s;display:flex;align-items:center;justify-content:space-between;gap:.5rem;color:#1a1a1a;font-weight:600}.lang-option:hover{background:#f5f5f5}.lang-option.active{background:linear-gradient(135deg,#10b981,#34d399);color:#fff}.lang-option.active:hover{background:linear-gradient(135deg,#059669,#10b981)}.lang-name{font-size:.875rem;font-weight:400;opacity:.8}.menu-btn{background:transparent;border:none;color:#1a1a1a;cursor:pointer;padding:.5rem;display:flex;align-items:center;justify-content:center}.header-auth-buttons{display:flex;align-items:center;gap:.5rem}.header-auth-btn{padding:.5rem 1rem;font-size:.875rem;font-weight:600;border-radius:8px;cursor:pointer;transition:background .2s,color .2s,border-color .2s;border:2px solid transparent}.header-auth-btn-login{background:transparent;color:#1a1a1a;border-color:#d1d5db}.header-auth-btn-login:hover{background:#f9fafb;border-color:#9ca3af}.header-auth-btn-register{background:#14b8a6;color:#fff;border-color:#14b8a6}.header-auth-btn-register:hover{background:#0d9488;border-color:#0d9488}@media (max-width: 480px){.header-auth-buttons{gap:.35rem}.header-auth-btn{padding:.4rem .75rem;font-size:.8125rem}}.user-menu{display:flex;align-items:center}.user-btn{background:transparent;border:none;cursor:pointer;display:flex;align-items:center;gap:.75rem;padding:.5rem .75rem;border-radius:8px;transition:background .2s}.user-btn:hover{background:#f5f5f5}.user-avatar{width:36px;height:36px;border-radius:50%;background:linear-gradient(135deg,#14b8a6,#84cc16);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.875rem}.user-name{font-weight:600;color:#1a1a1a;font-size:.9rem}.main-content{flex:1;padding:3rem 2rem;max-width:1200px;margin:0 auto;width:100%}.hero-section{display:flex;flex-direction:column;align-items:center;text-align:center;gap:2rem;margin-bottom:4rem}.welcome-block{display:flex;flex-direction:column;gap:1rem}.welcome-title{font-size:2.5rem;font-weight:700;margin:0}.location-block{display:flex;align-items:center;justify-content:center;gap:.5rem;color:#666}.location-text{font-size:1.1rem;margin:0}.availability-block{display:flex;flex-direction:column;align-items:center;gap:.5rem}.availability-number{font-size:4rem;font-weight:700;line-height:1;color:#1a1a1a}.availability-text{font-size:1.25rem;color:#666;margin:0}.cta-section{display:flex;flex-direction:column;align-items:center;gap:.75rem;width:100%;max-width:400px}.primary-btn{background:linear-gradient(135deg,#14b8a6,#84cc16);color:#fff;border:none;padding:1.25rem 2rem;border-radius:12px;font-size:1.1rem;font-weight:700;cursor:pointer;display:flex;align-items:center;gap:.75rem;width:100%;justify-content:center;transition:all .2s;box-shadow:0 4px 20px #14b8a64d}.primary-btn:hover{transform:translateY(-2px);box-shadow:0 6px 25px #14b8a666;background:linear-gradient(135deg,#0d9488,#65a30d)}.primary-btn:active{transform:translateY(0)}.cta-subtitle{font-size:.95rem;color:#666;margin:0}.secondary-actions{display:flex;gap:1rem;width:100%;max-width:600px;flex-wrap:wrap;justify-content:center}.secondary-btn{background:#f5f5f5;border:1px solid #e5e5e5;color:#1a1a1a;padding:.875rem 1.5rem;border-radius:10px;font-size:1rem;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:.5rem;transition:all .2s;flex:1;min-width:200px;justify-content:center}.secondary-btn:hover{background:#e5e5e5;border-color:#d5d5d5}.how-it-works{margin-top:4rem;padding:3rem 2rem;background:#f9f9f9;border-radius:20px;border:1px solid #e5e5e5}.how-it-works-header{text-align:center;margin-bottom:3rem}.how-it-works-title{font-size:2rem;font-weight:700;margin:0 0 .5rem;color:#1a1a1a}.how-it-works-subtitle{font-size:1.1rem;color:#666;margin:0}.steps-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;max-width:1000px;margin:0 auto}.step{display:flex;flex-direction:column;align-items:center;text-align:center;gap:1rem}.step-number{width:60px;height:60px;border-radius:50%;background:linear-gradient(135deg,#14b8a6,#34d399);border:2px solid #14b8a6;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;color:#fff;box-shadow:0 4px 12px #14b8a633}.step-title{font-size:1.25rem;font-weight:700;margin:0;color:#1a1a1a}.step-description{font-size:.95rem;color:#666;margin:0;line-height:1.5}.footer{background:#f9f9f9;border-top:1px solid #e5e5e5;padding:2rem;margin-top:auto}.footer-content{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:1rem}.footer-logo{display:flex;align-items:center;gap:.75rem}.footer-logo-img{width:32px;height:32px;border-radius:6px;object-fit:cover}.footer-logo-text{font-size:1.25rem;font-weight:700;color:#1a1a1a}.footer-copyright{font-size:.9rem;color:#666;text-align:center;margin:0}@media (max-width: 768px){.header{padding:1rem}.header-content{flex-wrap:wrap}.main-content{padding:2rem 1rem}.welcome-title{font-size:2rem}.availability-number{font-size:3rem}.secondary-actions{flex-direction:column}.secondary-btn{width:100%;min-width:unset}.how-it-works{padding:2rem 1.5rem}.steps-container{grid-template-columns:1fr;gap:2rem}.footer{padding:1.5rem 1rem}}.user-dashboard{display:flex;flex-direction:column;gap:2rem}.dashboard-header{display:flex;flex-direction:column;gap:1.5rem}.dashboard-welcome{text-align:center}.dashboard-title{font-size:2rem;font-weight:700;color:#1a1a1a;margin:0 0 .5rem}.dashboard-subtitle{font-size:1.1rem;color:#666;margin:0}.dashboard-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.stat-card{background:#fff;border:1px solid #e5e5e5;border-radius:12px;padding:1.25rem;display:flex;align-items:center;gap:1rem;box-shadow:0 2px 8px #0000000d;transition:all .2s}.stat-card:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.stat-icon{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.stat-icon.active{background:linear-gradient(135deg,#14b8a6,#84cc16);color:#fff}.stat-icon.history{background:#f0f9ff;color:#0ea5e9}.stat-icon.location{background:#f0fdf4;color:#22c55e}.stat-content{flex:1}.stat-label{font-size:.875rem;color:#666;margin:0 0 .25rem}.stat-value{font-size:1.5rem;font-weight:700;color:#1a1a1a;margin:0}.stat-value-small{font-size:1rem;font-weight:600;color:#1a1a1a;margin:0}.dashboard-location-card{margin-top:1.5rem}.location-card{background:linear-gradient(135deg,#f0fdf4,#fff);border:2px solid #22c55e;border-radius:16px;padding:1.5rem;display:flex;align-items:flex-start;gap:1.25rem;box-shadow:0 4px 12px #22c55e1a;transition:all .3s ease;position:relative;overflow:hidden}.location-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#22c55e,#84cc16)}.location-card:hover{box-shadow:0 6px 20px #22c55e26;transform:translateY(-2px);border-color:#16a34a}.location-icon-wrapper{flex-shrink:0}.location-icon{width:56px;height:56px;border-radius:14px;background:linear-gradient(135deg,#22c55e,#84cc16);color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #22c55e4d}.location-content{flex:1;min-width:0}.location-label{font-size:.875rem;font-weight:600;color:#16a34a;text-transform:uppercase;letter-spacing:.5px;margin:0 0 .5rem}.location-value{font-size:1rem;font-weight:500;color:#1a1a1a;line-height:1.5;margin:0;word-wrap:break-word}@media (max-width: 768px){.location-card{padding:1.25rem;gap:1rem}.location-icon{width:48px;height:48px}.location-label{font-size:.8rem}.location-value{font-size:.9rem}}.section-title{font-size:1.5rem;font-weight:700;color:#1a1a1a;margin:0}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.dashboard-map-section{margin-top:2rem}.dashboard-map-container{position:relative;width:100%;border-radius:12px;overflow:hidden;box-shadow:0 4px 12px #00000014;transition:box-shadow .3s ease}.dashboard-map-container:hover{box-shadow:0 8px 24px #0000001f}.leaflet-container{font-family:inherit;background:#f5f5f5;border-radius:12px}.leaflet-control-zoom{border:none!important;box-shadow:0 2px 8px #00000026!important;border-radius:8px!important;overflow:hidden}.leaflet-control-zoom a{background:#fff!important;color:#1a1a1a!important;border:none!important;width:32px!important;height:32px!important;line-height:32px!important;font-size:18px!important;transition:all .2s ease!important}.leaflet-control-zoom a:hover{background:#f5f5f5!important;color:#14b8a6!important}.leaflet-control-attribution{background:#ffffffe6!important;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:6px;padding:4px 8px!important;font-size:11px!important;box-shadow:0 2px 8px #0000001a}.leaflet-popup-content-wrapper{border-radius:12px;box-shadow:0 8px 24px #00000026;padding:0;overflow:hidden}.leaflet-popup-content{margin:0;width:auto!important}.leaflet-popup-tip{background:#fff;box-shadow:0 2px 8px #0000001a}.custom-marker{background:transparent!important;border:none!important}.user-location-marker{background:transparent!important;border:none!important;overflow:visible!important;box-sizing:content-box!important}.user-marker-container{position:relative;width:48px;height:48px;overflow:visible;box-sizing:border-box}.user-marker-inner{position:absolute;top:0;right:0;bottom:0;left:0;width:48px;height:48px;box-sizing:border-box;transform-origin:24px 24px;animation:markerBounce 2s ease-in-out infinite}.user-marker-pin{position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:48px;height:48px;z-index:3;filter:drop-shadow(0 4px 12px rgba(59,130,246,.5));pointer-events:none}.user-marker-pulse,.user-marker-pulse-delayed{position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:48px;height:48px;border-radius:50%;background:#3b82f666;border:2px solid rgba(59,130,246,.6);z-index:1;animation:pulse 2s ease-out infinite;pointer-events:none;box-sizing:border-box}.user-marker-pulse-delayed{animation:pulse 2s ease-out infinite 1s}@keyframes pulse{0%{transform:scale(1);opacity:1}to{transform:scale(2.5);opacity:0}}@keyframes markerBounce{0%,to{transform:translate(0)}50%{transform:translateY(-4px)}}.popup-content{min-width:220px;padding:16px}.popup-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:12px;gap:8px}.popup-title{margin:0;font-size:1.1rem;font-weight:700;color:#1a1a1a;line-height:1.3;flex:1}.popup-status{font-size:.75rem;font-weight:600;padding:4px 8px;border-radius:12px;white-space:nowrap}.popup-status.active{background:#d1fae5;color:#065f46}.popup-status.inactive{background:#fee2e2;color:#991b1b}.popup-address{margin:0 0 12px;font-size:.875rem;color:#666;line-height:1.4}.popup-info{display:flex;flex-direction:column;gap:8px;padding-top:12px;border-top:1px solid #e5e5e5}.popup-info-item{display:flex;justify-content:space-between;align-items:center}.popup-label{font-size:.875rem;color:#666;font-weight:500}.popup-value{font-size:.875rem;font-weight:700}.popup-value.distance{color:#14b8a6}.popup-value.available{color:#22c55e}.popup-value.unavailable{color:#84cc16}.user-popup{text-align:center}.user-popup .popup-header{justify-content:center}.user-popup .popup-title{text-align:center}.dashboard-totems-section{margin-top:2rem}.admin-tabs-header{margin-bottom:1rem}.admin-tabs-header .admin-tabs{display:flex;gap:0;border-radius:12px;overflow:hidden;border:1px solid #e5e5e5;background:#f9fafb;padding:4px;width:fit-content}.admin-tab{padding:.6rem 1.25rem;font-size:.95rem;font-weight:600;color:#6b7280;background:transparent;border:none;border-radius:8px;cursor:pointer;transition:background .2s,color .2s}.admin-tab:hover{color:#1a1a1a;background:#f3f4f6}.admin-tab.active{color:#0d9488;background:#fff;box-shadow:0 1px 3px #00000014}.admin-batteries-panel{background:#fff;border-radius:16px;border:1px solid #e5e5e5;padding:1.5rem;box-shadow:0 4px 12px #0000000a}.admin-batteries-panel-title{font-size:1.1rem;font-weight:600;margin:0 0 1rem;color:#1a1a1a}.admin-batteries-error{margin-bottom:1rem}.admin-batteries-table-wrap{overflow-x:auto;border-radius:12px;border:1px solid #e5e5e5}.admin-batteries-table{width:100%;border-collapse:collapse;font-size:.9rem}.admin-batteries-table th,.admin-batteries-table td{padding:.75rem 1rem;text-align:left;border-bottom:1px solid #eee}.admin-batteries-table th{background:#f9fafb;font-weight:600;color:#374151}.admin-batteries-table tbody tr:hover{background:#fafafa}.admin-battery-row-rented{background:#f0fdfa!important}.admin-battery-id{font-family:ui-monospace,monospace;font-size:.85em;background:#f3f4f6;padding:.2em .5em;border-radius:4px}.admin-battery-status{display:inline-block;padding:.2em .6em;border-radius:6px;font-weight:500}.admin-battery-status-libre{background:#f3f4f6;color:#6b7280}.admin-battery-status-cargando{background:#fef3c7;color:#92400e}.admin-battery-status-listo{background:#d1fae5;color:#065f46}.admin-battery-status-ocupado{background:#dbeafe;color:#1e40af}.admin-battery-rental-info{display:inline-block;max-width:280px}.admin-battery-rental-since{display:block;font-size:.85em;color:#6b7280;margin-top:.2em}.totems-grid{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(0,1.5fr);gap:1.5rem}.totem-form-card,.totems-list-card{background:#fff;border-radius:16px;border:1px solid #e5e5e5;padding:1.5rem;box-shadow:0 4px 12px #0000000a}.totem-form-title{font-size:1.1rem;font-weight:600;margin:0 0 1rem}.totem-form .form-group-inline{display:flex;gap:1rem}.totem-form .form-group-inline .form-group{flex:1}.totem-form .form-help-text{font-size:.8rem;color:#666;margin-top:.25rem;margin-bottom:0}.totem-form select{width:100%;padding:.75rem;border:1px solid #e5e5e5;border-radius:8px;font-size:1rem;background:#fff;color:#1a1a1a;cursor:pointer}.totem-form select:focus{outline:none;border-color:#14b8a6;box-shadow:0 0 0 3px #14b8a61a}.form-actions{display:flex;gap:1rem;margin-top:1.5rem}.form-cancel-btn{flex:1;background:#f5f5f5;color:#1a1a1a;border:1px solid #e5e5e5;padding:.875rem 1.5rem;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s}.form-cancel-btn:hover{background:#e5e5e5;border-color:#d1d5db}.totem-batteries-section{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #e5e5e5}.batteries-section-title{font-size:1rem;font-weight:700;color:#1a1a1a;margin:0 0 .5rem}.batteries-list{display:flex;flex-direction:column;gap:.75rem;margin:1rem 0}.battery-row{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;padding:.75rem;background:#f9fafb;border-radius:10px;border:1px solid #e5e5e5}.battery-slot-label{font-weight:600;color:#374151;min-width:4rem}.battery-status-select{padding:.5rem .75rem;border:1px solid #e5e5e5;border-radius:8px;font-size:.9375rem;background:#fff}.battery-charge-label{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#374151}.battery-charge-input{width:4rem;padding:.5rem;border:1px solid #e5e5e5;border-radius:8px;font-size:.9375rem}.battery-remove-btn{margin-left:auto;width:32px;height:32px;border:none;background:#fee2e2;color:#991b1b;border-radius:8px;font-size:1.25rem;line-height:1;cursor:pointer;transition:background .2s}.battery-remove-btn:hover{background:#fecaca}.battery-add-btn{padding:.75rem 1.25rem;background:#ecfdf5;color:#065f46;border:1px solid #a7f3d0;border-radius:10px;font-size:.9375rem;font-weight:600;cursor:pointer;transition:background .2s}.battery-add-btn:hover{background:#d1fae5}.totems-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.75rem;max-height:320px;overflow-y:auto}.totem-item{padding:.75rem 1rem;border-radius:10px;border:1px solid #e5e5e5;background:#fafafa;display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;transition:all .2s}.totem-item:hover{background:#f5f5f5;border-color:#d1d5db}.totem-content{flex:1;display:flex;flex-direction:column;gap:.25rem}.totem-actions{display:flex;gap:.5rem;flex-shrink:0}.totem-edit-btn,.totem-delete-btn,.totem-qr-btn{background:transparent;border:1px solid #e5e5e5;border-radius:6px;padding:.5rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s;color:#666}.totem-edit-btn:hover{background:#eff6ff;border-color:#3b82f6;color:#3b82f6}.totem-qr-btn:hover{background:#ecfdf3;border-color:#22c55e;color:#16a34a}.totem-delete-btn:hover{background:#fee2e2;border-color:#ef4444;color:#ef4444}.totem-name{font-weight:600;margin:0}.totem-id{font-size:.8rem;color:#666;margin:0}.totem-coords{font-size:.85rem;color:#111827;margin:.25rem 0 0}.totem-address{font-size:.8rem;color:#4b5563;margin:0}@media (max-width: 900px){.totems-grid{grid-template-columns:minmax(0,1fr)}}.view-all-btn{background:transparent;border:none;color:#14b8a6;font-weight:600;font-size:.9rem;cursor:pointer;padding:.5rem 1rem;border-radius:6px;transition:all .2s}.view-all-btn:hover{background:#f0fdf4}.dashboard-actions{margin-top:1rem}.actions-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.25rem}.action-card{background:#fff;border:1px solid #e5e5e5;border-radius:16px;padding:1.5rem;text-align:center;cursor:pointer;transition:all .2s;display:flex;flex-direction:column;align-items:center;gap:1rem}.action-card:hover{border-color:#14b8a6;box-shadow:0 4px 16px #14b8a626;transform:translateY(-4px)}.action-card.primary-action{background:linear-gradient(135deg,#f0fdf4,#ecfdf5);border-color:#bbf7d0}.action-card.primary-action:hover{background:linear-gradient(135deg,#dcfce7,#d1fae5);border-color:#86efac}.action-icon{width:64px;height:64px;border-radius:16px;background:linear-gradient(135deg,#14b8a6,#84cc16);color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #14b8a64d}.action-title{font-size:1.1rem;font-weight:700;color:#1a1a1a;margin:0}.action-description{font-size:.875rem;color:#666;margin:0}.dashboard-rentals,.dashboard-history{margin-top:2rem}.rentals-list,.history-list{background:#fff;border:1px solid #e5e5e5;border-radius:16px;padding:2rem;min-height:200px}.history-error{color:#dc2626;font-size:.9375rem;margin:0 0 1rem}.history-loading{color:#6b7280;font-size:.9375rem;margin:0;padding:1rem 0}.history-empty{min-height:160px}.history-items{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.75rem}.history-item{display:flex;align-items:flex-start;gap:1rem;padding:1rem 1.25rem;background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;transition:background .2s,border-color .2s}.history-item:hover{background:#f3f4f6;border-color:#d1d5db}.history-item-icon{width:44px;height:44px;border-radius:10px;background:linear-gradient(135deg,#d1fae5,#a7f3d0);color:#059669;display:flex;align-items:center;justify-content:center;flex-shrink:0}.history-item-content{flex:1;min-width:0}.history-item-totem{font-size:.9375rem;font-weight:600;color:#1f2937;margin:0 0 .25rem}.history-item-battery{font-size:.8125rem;color:#6b7280;margin:0 0 .35rem}.history-item-battery code{font-family:ui-monospace,monospace;font-size:.8125rem;background:#f3f4f6;padding:.15em .4em;border-radius:4px}.history-item-dates{font-size:.75rem;color:#9ca3af;margin:0;line-height:1.4}.history-view-more-wrap{margin-top:1rem;text-align:center}.history-view-more-btn{padding:.625rem 1.25rem;font-size:.9375rem;font-weight:600;color:#0d9488;background:transparent;border:2px solid #14b8a6;border-radius:10px;cursor:pointer;transition:background .2s,color .2s,border-color .2s}.history-view-more-btn:hover{background:#f0fdfa;color:#0f766e;border-color:#0d9488}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:2rem;gap:1rem}.empty-icon{width:80px;height:80px;border-radius:50%;background:#f9fafb;color:#94a3b8;display:flex;align-items:center;justify-content:center;margin-bottom:.5rem}.empty-title{font-size:1.25rem;font-weight:700;color:#1a1a1a;margin:0}.empty-description{font-size:.95rem;color:#666;margin:0;max-width:400px}.empty-action-btn{background:linear-gradient(135deg,#14b8a6,#84cc16);color:#fff;border:none;padding:.875rem 2rem;border-radius:10px;font-size:1rem;font-weight:600;cursor:pointer;margin-top:.5rem;transition:all .2s;box-shadow:0 4px 12px #14b8a64d}.empty-action-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #14b8a666;background:linear-gradient(135deg,#0d9488,#65a30d)}.stat-icon.charging{background:#fef3c7;color:#d97706}.stat-icon.ready{background:#dcfce7;color:#16a34a}.slots-section{margin-top:2rem}.refresh-btn{background:#f5f5f5;border:1px solid #e5e5e5;color:#1a1a1a;padding:.625rem 1rem;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:.5rem;transition:all .2s}.refresh-btn:hover:not(:disabled){background:#e5e5e5;border-color:#d5d5d5}.refresh-btn:disabled{opacity:.6;cursor:not-allowed}.refresh-btn svg{width:18px;height:18px}.slots-error{background:#fee2e2;color:#991b1b;padding:1rem;border-radius:12px;display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem;border:1px solid #fecdd3}.slots-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem;gap:1rem}.loading-spinner{width:48px;height:48px;border:4px solid #e5e5e5;border-top-color:#14b8a6;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.slots-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1.25rem}.slot-card{background:#fff;border:2px solid #e5e5e5;border-radius:16px;padding:1.25rem;transition:all .2s;cursor:pointer}.slot-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001a}.slot-card.libre{border-color:#bae6fd;background:#f0f9ff}.slot-card.cargando{border-color:#fde68a;background:#fffbeb}.slot-card.listo{border-color:#bbf7d0;background:#f0fdf4}.slot-card.ocupado{border-color:#e9d5ff;background:#faf5ff}.slot-card.error{border-color:#fecdd3;background:#fef2f2}.slot-card.mantenimiento{border-color:#cbd5e1;background:#f8fafc}.slot-card-clickable{cursor:pointer;transition:transform .2s,box-shadow .2s}.slot-card-clickable:hover{transform:translateY(-4px);box-shadow:0 8px 24px #14b8a633;border-color:#14b8a6}.slot-vacant-label{font-size:.8rem;color:#64748b;margin-top:.5rem;font-style:italic}.slot-rent-hint{font-size:.75rem;color:#14b8a6;margin-top:.5rem;font-weight:600}.slots-scan-notice{padding:1rem 1.25rem;margin-bottom:1rem;background:#fef3c7;border:1px solid #fde68a;border-radius:12px;color:#92400e;font-size:.9375rem;font-weight:600}.slot-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.slot-port{font-size:1.25rem;font-weight:700;color:#1a1a1a}.slot-status-badge{padding:.375rem .75rem;border-radius:999px;font-size:.75rem;font-weight:600;text-transform:uppercase}.slot-status-badge.libre{background:#bae6fd;color:#075985}.slot-status-badge.cargando{background:#fde68a;color:#92400e}.slot-status-badge.listo{background:#bbf7d0;color:#166534}.slot-status-badge.ocupado{background:#e9d5ff;color:#7e22ce}.slot-status-badge.error{background:#fecdd3;color:#991b1b}.slot-status-badge.mantenimiento{background:#cbd5e1;color:#475569}.slot-battery{margin-top:.75rem}.battery-level-bar{width:100%;height:8px;background:#e5e5e5;border-radius:4px;overflow:hidden;margin-bottom:.5rem}.battery-level-fill{height:100%;background:linear-gradient(90deg,#22c55e,#84cc16);transition:width .3s ease;border-radius:4px}.battery-level-text{font-size:.875rem;font-weight:600;color:#1a1a1a}.slot-battery-id{margin-top:.5rem;font-size:.75rem;color:#666}.slot-estimated-time{margin-top:.5rem;font-size:.75rem;color:#92400e;font-weight:500}.slot-ready-badge{margin-top:.75rem;padding:.5rem .75rem;background:#d1fae5;color:#065f46;border-radius:6px;font-size:.875rem;font-weight:600;text-align:center}.popup-view-slots-btn:hover{background:#0d9488!important;transform:translateY(-1px);box-shadow:0 4px 12px #14b8a64d}.slot-body{display:flex;flex-direction:column;gap:.75rem}.slot-battery-info{display:flex;flex-direction:column;gap:.5rem}.battery-level-bar{width:100%;height:8px;background:#e5e5e5;border-radius:4px;overflow:hidden}.battery-level-fill{height:100%;background:linear-gradient(90deg,#14b8a6,#84cc16);border-radius:4px;transition:width .3s ease}.battery-level-text{font-size:.875rem;font-weight:600;color:#1a1a1a;margin:0}.estimated-time{font-size:.8rem;color:#666;margin:0}.slot-ready-info,.slot-free-info{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:1rem 0;color:#666}.slot-ready-info svg{color:#22c55e}.slot-free-info svg{color:#3b82f6}.slot-ready-info p,.slot-free-info p{font-size:.875rem;font-weight:600;margin:0}.slot-battery-id{font-size:.75rem;color:#94a3b8;margin:0;font-family:monospace}@media (max-width: 768px){.dashboard-stats,.actions-grid{grid-template-columns:1fr}.dashboard-title{font-size:1.75rem}.section-header{flex-direction:column;align-items:flex-start;gap:.75rem}.slots-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:1rem}}.map-modal{background:#fff;border-radius:20px;width:90%;max-width:1200px;max-height:90vh;position:relative;display:flex;flex-direction:column;box-shadow:0 20px 60px #0000004d;overflow:hidden}.map-modal-header{padding:1.5rem 2rem;border-bottom:1px solid #e5e5e5}.map-modal-title{font-size:1.5rem;font-weight:700;color:#1a1a1a;margin:0 0 .5rem}.map-modal-subtitle{font-size:.95rem;color:#666;margin:0}.map-container{flex:1;min-height:400px;position:relative;overflow:hidden}.map-container iframe{width:100%;height:100%;min-height:400px}.map-stations-list{padding:1.5rem 2rem;border-top:1px solid #e5e5e5;max-height:300px;overflow-y:auto}.map-stations-title{font-size:1.1rem;font-weight:700;color:#1a1a1a;margin:0 0 1rem}.stations-list{display:flex;flex-direction:column;gap:1rem}.station-item{display:flex;align-items:center;gap:1rem;padding:1rem;background:#f9fafb;border-radius:12px;border:1px solid #e5e5e5;transition:all .2s;cursor:pointer}.station-item:hover{background:#f0fdf4;border-color:#bbf7d0;transform:translate(4px)}.station-icon{width:48px;height:48px;border-radius:12px;background:linear-gradient(135deg,#14b8a6,#84cc16);color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0}.station-info{flex:1}.station-name{font-size:1rem;font-weight:700;color:#1a1a1a;margin:0 0 .25rem}.station-distance{font-size:.875rem;color:#666;margin:0}@media (max-width: 768px){.map-modal{width:95%;max-height:95vh}.map-modal-header,.map-stations-list{padding:1rem 1.5rem}.map-container{min-height:300px}.map-stations-list{max-height:200px}}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem;animation:fadeIn .2s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-content{background:#fff;border-radius:16px;width:100%;max-width:450px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #0000004d;position:relative;animation:slideUp .3s ease-out}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.modal-close{position:absolute;top:1rem;right:1rem;background:transparent;border:none;color:#666;cursor:pointer;padding:.5rem;display:flex;align-items:center;justify-content:center;border-radius:6px;transition:all .2s;z-index:10}.modal-close:hover{background:#f5f5f5;color:#1a1a1a}.qr-popup-overlay{cursor:default}.qr-popup-content{max-width:340px;padding:0}.qr-popup-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-bottom:1px solid #e5e5e5}.qr-popup-title{font-size:1.1rem;font-weight:600;color:#1a1a1a;margin:0}.modal-close-btn.qr-popup-close,.qr-popup-close{position:static;width:36px;height:36px;font-size:1.5rem;line-height:1;border:none;background:transparent;color:#666;cursor:pointer;border-radius:8px;transition:background .2s,color .2s}.qr-popup-close:hover{background:#f0f0f0;color:#1a1a1a}.qr-popup-body{padding:1.5rem;display:flex;justify-content:center;align-items:center}.qr-popup-image{width:100%;max-width:260px;height:auto;display:block}.modal-header{padding:2rem 2rem 1rem;border-bottom:1px solid #e5e5e5}.modal-title{font-size:1.5rem;font-weight:700;color:#1a1a1a;margin:0}.modal-tabs{display:flex;border-bottom:1px solid #e5e5e5;padding:0 2rem}.modal-tab{background:transparent;border:none;padding:1rem 1.5rem;font-size:1rem;font-weight:600;color:#666;cursor:pointer;border-bottom:2px solid transparent;transition:all .2s;position:relative;top:1px}.modal-tab:hover{color:#1a1a1a}.modal-tab.active{color:#14b8a6;border-bottom-color:#14b8a6}.modal-body{padding:2rem}.auth-form{display:flex;flex-direction:column;gap:1.25rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-size:.875rem;font-weight:600;color:#1a1a1a}.form-group input{padding:.875rem 1rem;border:1px solid #e5e5e5;border-radius:8px;font-size:1rem;transition:all .2s;background:#fff;color:#1a1a1a}.form-group input:focus{outline:none;border-color:#14b8a6;box-shadow:0 0 0 3px #14b8a61a}.form-group input::placeholder{color:#94a3b8}.form-options{display:flex;justify-content:space-between;align-items:center;font-size:.875rem}.checkbox-label{display:flex;align-items:center;gap:.5rem;cursor:pointer;color:#666}.checkbox-label input[type=checkbox]{width:18px;height:18px;cursor:pointer;accent-color:#14b8a6}.forgot-password{color:#14b8a6;text-decoration:none;font-weight:600;transition:color .2s}.forgot-password:hover{color:#0d9488;text-decoration:underline}.link{color:#14b8a6;text-decoration:none;font-weight:600}.link:hover{text-decoration:underline}.form-submit-btn{background:linear-gradient(135deg,#14b8a6,#84cc16);color:#fff;border:none;padding:1rem 2rem;border-radius:10px;font-size:1rem;font-weight:700;cursor:pointer;transition:all .2s;margin-top:.5rem;box-shadow:0 4px 12px #14b8a64d}.form-submit-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #14b8a666;background:linear-gradient(135deg,#0d9488,#65a30d)}.form-submit-btn:active{transform:translateY(0)}.form-error{background:#fee2e2;color:#991b1b;padding:.875rem 1rem;border-radius:8px;font-size:.875rem;border:1px solid #fecdd3}.form-success{background:#dcfce7;color:#166534;padding:.875rem 1rem;border-radius:8px;font-size:.875rem;border:1px solid #bbf7d0}.form-hint{margin-top:1rem;padding:.75rem;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:8px;font-size:.8rem;color:#166534;text-align:center}.form-hint p{margin:0}.user-info{display:flex;flex-direction:column;gap:1.5rem}.user-info-header{display:flex;align-items:center;gap:1rem;padding-bottom:1.5rem;border-bottom:1px solid #e5e5e5}.user-info-avatar{width:64px;height:64px;border-radius:50%;background:linear-gradient(135deg,#14b8a6,#84cc16);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.5rem;box-shadow:0 4px 12px #14b8a633}.user-info-name{font-size:1.25rem;font-weight:700;color:#1a1a1a;margin:0 0 .25rem}.user-info-email{font-size:.9rem;color:#666;margin:0}.user-info-actions{display:flex;flex-direction:column;gap:.75rem}.logout-btn{background:#fee2e2;color:#991b1b;border:1px solid #fecdd3;padding:.875rem 1.5rem;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s;width:100%}.logout-btn:hover{background:#fecdd3;border-color:#fca5a5}.totem-session-banner{margin:1.5rem 0;animation:slideDown .4s ease-out}@keyframes slideDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.totem-session-card{background:linear-gradient(135deg,#14b8a6,#0d9488);border-radius:16px;padding:1.5rem 2rem;box-shadow:0 8px 24px #14b8a640,0 4px 12px #14b8a626;display:flex;align-items:center;justify-content:space-between;gap:2rem;position:relative;overflow:hidden}.totem-session-card:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#ffffff1a,#ffffff0d);pointer-events:none}.totem-session-card:after{content:"";position:absolute;top:-50%;right:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(255,255,255,.1) 0%,transparent 70%);animation:pulse 3s ease-in-out infinite;pointer-events:none}@keyframes pulse{0%,to{opacity:.3;transform:scale(1)}50%{opacity:.5;transform:scale(1.1)}}.totem-session-info{display:flex;align-items:center;gap:1.25rem;flex:1;position:relative;z-index:1}.totem-session-icon{width:56px;height:56px;background:#fff3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:14px;display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 4px 12px #0000001a;animation:iconFloat 3s ease-in-out infinite}@keyframes iconFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}.totem-session-icon svg{width:28px;height:28px;filter:drop-shadow(0 2px 4px rgba(0,0,0,.1))}.totem-session-text{display:flex;flex-direction:column;gap:.25rem}.totem-session-title{font-size:1.125rem;font-weight:700;color:#fff;margin:0;text-shadow:0 2px 4px rgba(0,0,0,.1);letter-spacing:-.01em}.totem-session-subtitle{font-size:.9375rem;font-weight:500;color:#ffffffe6;margin:0;text-shadow:0 1px 2px rgba(0,0,0,.1)}.totem-session-actions{display:flex;align-items:center;gap:.875rem;position:relative;z-index:1;flex-wrap:wrap}.totem-session-btn{padding:.875rem 1.5rem;border-radius:10px;font-size:.9375rem;font-weight:600;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);border:none;white-space:nowrap;box-shadow:0 4px 12px #00000026;position:relative;overflow:hidden}.totem-session-btn:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#ffffff4d;transform:translate(-50%,-50%);transition:width .6s,height .6s}.totem-session-btn:hover:before{width:300px;height:300px}.totem-session-btn:active{transform:scale(.98)}.totem-session-btn.primary{background:#fff;color:#14b8a6;box-shadow:0 4px 16px #ffffff4d}.totem-session-btn.primary:hover{background:#f0fdf4;transform:translateY(-2px);box-shadow:0 6px 20px #fff6}.totem-session-btn.secondary{background:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;border:1.5px solid rgba(255,255,255,.3)}.totem-session-btn.secondary:hover{background:#ffffff40;border-color:#ffffff80;transform:translateY(-2px);box-shadow:0 6px 20px #fff3}.totem-session-btn.ghost{background:transparent;color:#ffffffe6;border:1.5px solid rgba(255,255,255,.3);box-shadow:none}.totem-session-btn.ghost:hover{background:#ffffff1a;border-color:#ffffff80;color:#fff;transform:translateY(-2px)}.totem-session-btn.ghost:before{display:none}.totem-session-return-msg{position:relative;z-index:1;margin:.75rem 0 0;padding:.75rem 1rem;border-radius:10px;font-size:.9375rem;font-weight:500}.totem-session-return-msg.error{background:#fee2e2f2;color:#991b1b;border:1px solid rgba(248,113,113,.5)}.totem-session-return-msg.success{background:#d1fae5f2;color:#065f46;border:1px solid rgba(134,239,172,.5)}.return-message-banner{margin:1rem 0;padding:1rem 1.25rem;border-radius:12px;font-size:.9375rem;font-weight:600}.return-message-banner.error{background:#fee2e2;color:#991b1b;border:1px solid #fecdd3}.return-message-banner.success{background:#d1fae5;color:#065f46;border:1px solid #a7f3d0}.rent-success-overlay{z-index:1100;display:flex;align-items:center;justify-content:center;padding:1rem}.rent-success-popup{max-width:360px;width:100%;padding:2rem;text-align:center;border-radius:20px;box-shadow:0 20px 48px #0003;background:#fff}.rent-success-icon{width:72px;height:72px;margin:0 auto 1.25rem;border-radius:50%;background:linear-gradient(135deg,#d1fae5,#a7f3d0);color:#065f46;display:flex;align-items:center;justify-content:center}.rent-success-icon svg{width:40px;height:40px}.rent-success-title{font-size:1.25rem;font-weight:700;color:#065f46;margin:0 0 .5rem}.rent-success-text{font-size:.9375rem;color:#047857;margin:0 0 1.5rem;line-height:1.5}.rent-success-btn{width:100%;padding:.875rem 1.5rem;background:linear-gradient(135deg,#14b8a6,#0d9488);color:#fff;border:none;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:transform .2s,box-shadow .2s}.rent-success-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #14b8a666}.carrying-battery-section{margin:1rem 0}.carrying-battery-card{display:flex;align-items:center;gap:1rem;flex-wrap:wrap;padding:1.25rem 1.5rem;background:linear-gradient(135deg,#ecfdf5,#d1fae5);border:2px solid #a7f3d0;border-radius:16px;box-shadow:0 4px 16px #14b8a626}.carrying-battery-icon{width:48px;height:48px;border-radius:12px;background:linear-gradient(135deg,#14b8a6,#0d9488);color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0}.carrying-battery-info{flex:1;min-width:0}.carrying-battery-title{font-size:1.0625rem;font-weight:700;color:#065f46;margin:0 0 .35rem;line-height:1.3}.carrying-battery-sub{font-size:.875rem;color:#047857;margin:0;line-height:1.4;word-break:break-word}.carrying-battery-id-line{margin:.35rem 0 0;font-size:.8125rem}.carrying-battery-id{font-weight:600;color:#059669;font-family:ui-monospace,monospace;word-break:break-all}.carrying-battery-devolver-btn{padding:.75rem 1.25rem;background:#14b8a6;color:#fff;border:none;border-radius:10px;font-size:.9375rem;font-weight:600;cursor:pointer;transition:background .2s,transform .2s;flex-shrink:0}.carrying-battery-devolver-btn:hover{background:#0d9488;transform:translateY(-2px)}@media (max-width: 640px){.carrying-battery-card{flex-direction:column;align-items:stretch;gap:1rem;padding:1.25rem 1rem}.carrying-battery-card .carrying-battery-devolver-btn{width:100%;margin-top:.25rem;padding:.875rem 1rem;font-size:1rem}.carrying-battery-title{font-size:1rem}.carrying-battery-sub{font-size:.8125rem}}.active-rental-card{display:flex;flex-wrap:wrap;align-items:center;gap:1.25rem;padding:1.5rem;background:linear-gradient(135deg,#f0fdf4,#ecfdf5);border:2px solid #bbf7d0;border-radius:16px;box-shadow:0 4px 12px #14b8a626}.active-rental-icon{width:56px;height:56px;border-radius:14px;background:linear-gradient(135deg,#14b8a6,#0d9488);color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0}.active-rental-info{flex:1;min-width:0}.active-rental-title{font-size:1.125rem;font-weight:700;color:#065f46;margin:0 0 .25rem}.active-rental-from,.active-rental-id{font-size:.875rem;color:#047857;margin:0}.active-rental-return-btn{background:#14b8a6;color:#fff;border:none;padding:.875rem 1.5rem;border-radius:10px;font-size:.9375rem;font-weight:600;cursor:pointer;transition:background .2s,transform .2s}.active-rental-return-btn:hover{background:#0d9488;transform:translateY(-2px)}.qr-scanner-overlay{z-index:1000;display:flex;align-items:center;justify-content:center;padding:1rem}.qr-scanner-modal{max-width:100%;width:100%;max-width:420px;overflow:hidden;border-radius:16px;box-shadow:0 20px 40px #0003}.qr-scanner-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;background:linear-gradient(135deg,#14b8a6,#0d9488);color:#fff}.qr-scanner-title{font-size:1.0625rem;font-weight:700;margin:0;color:#fff}.qr-scanner-close{background:#fff3;border:none;width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#fff;transition:background .2s}.qr-scanner-close:hover{background:#ffffff4d}.qr-reader-container{background:#1a1a1a;min-height:280px;position:relative}.qr-reader-container video{width:100%;max-height:70vh;object-fit:cover}@media (max-width: 768px){.totem-session-card{flex-direction:column;align-items:stretch;padding:1.5rem;gap:1.5rem}.totem-session-info{flex-direction:row;align-items:center}.totem-session-icon{width:48px;height:48px}.totem-session-icon svg{width:24px;height:24px}.totem-session-title{font-size:1rem}.totem-session-subtitle{font-size:.875rem}.totem-session-actions{flex-direction:column;width:100%}.totem-session-btn{width:100%;padding:1rem 1.5rem;font-size:1rem}}@media (max-width: 768px){.modal-content{max-width:100%;margin:1rem;max-height:85vh}.modal-header,.modal-body{padding:1.5rem}.modal-tabs{padding:0 1.5rem}.modal-tab{padding:.875rem 1rem;font-size:.9rem}}
