:root{--green: #16a34a;--green-dark: #15803d;--green-soft: #dcfce7;--green-glow: rgba(22, 163, 74, .25);--ink: #0f172a;--ink-2: #334155;--muted: #64748b;--line: #e5e9f0;--bg: #f6f8fb;--card: #ffffff;--danger: #dc2626;--warn: #b45309;--warn-bg: #fef3c7;--radius: 16px;--shadow: 0 1px 2px rgba(15, 23, 42, .04), 0 8px 24px rgba(15, 23, 42, .06);--sidebar: #0f1b17;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif}*{box-sizing:border-box}html,body,#root{height:100%;margin:0}body{background:var(--bg);color:var(--ink);-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}h1,h2,h3{margin:0;letter-spacing:-.02em}h1{font-size:26px}p{margin:0}.muted{color:var(--muted)}.small{font-size:13px}.center{text-align:center}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:10px 18px;border-radius:10px;border:1px solid transparent;font-size:14px;font-weight:600;cursor:pointer;transition:all .15s ease;font-family:inherit;background:#eef2f7;color:var(--ink)}.btn:hover{transform:translateY(-1px)}.btn:disabled{opacity:.55;cursor:not-allowed;transform:none}.btn.primary{background:var(--green);color:#fff;box-shadow:0 6px 16px var(--green-glow)}.btn.primary:hover{background:var(--green-dark)}.btn.ghost{background:#fff;border-color:var(--line);color:var(--ink-2)}.btn.ghost:hover{border-color:#cbd5e1}.btn.danger{background:var(--danger);color:#fff}.btn.full{width:100%}.btn.large{padding:14px 20px;font-size:15px}.link{color:var(--green);font-weight:600;background:none;border:none;cursor:pointer;font-size:inherit;font-family:inherit;padding:0}.link:hover{text-decoration:underline}.icon-btn{background:none;border:none;font-size:16px;cursor:pointer;color:var(--muted)}.app-shell{display:flex;min-height:100vh}.sidebar{width:248px;background:var(--sidebar);color:#cbd5c8;display:flex;flex-direction:column;padding:22px 16px;position:sticky;top:0;height:100vh}.brand{display:flex;align-items:center;gap:10px;padding:4px 8px 22px}.brand-mark{font-size:22px;filter:drop-shadow(0 0 8px var(--green-glow))}.brand-name{font-size:20px;font-weight:800;color:#fff;letter-spacing:-.03em}.brand.big .brand-name{font-size:24px;color:var(--ink)}.brand.big .brand-mark{font-size:26px}.nav{display:flex;flex-direction:column;gap:4px;flex:1}.nav-link{display:flex;align-items:center;gap:12px;padding:11px 14px;border-radius:10px;color:#94a3a0;font-weight:600;font-size:14px;transition:all .15s ease}.nav-link:hover{background:#ffffff0d;color:#fff}.nav-link.active{background:var(--green);color:#fff;box-shadow:0 6px 16px var(--green-glow)}.nav-icon{width:20px;text-align:center;font-size:15px}.sidebar-foot{border-top:1px solid rgba(255,255,255,.08);padding-top:14px}.mini-user{display:flex;align-items:center;gap:10px;margin-bottom:12px}.avatar{width:38px;height:38px;border-radius:50%;background:var(--green);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:14px}.mini-user-info{overflow:hidden}.mini-user-name{color:#fff;font-weight:600;font-size:14px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.mini-user-email{color:#7b8a86;font-size:12px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.content{flex:1;overflow-x:hidden}.content-inner{max-width:1080px;margin:0 auto;padding:32px}.page{display:flex;flex-direction:column;gap:20px}.page.narrow{max-width:620px;margin:0 auto;width:100%}.page-head{display:flex;justify-content:space-between;align-items:flex-end}.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:20px}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.grid-2.tight{gap:12px}.card{background:var(--card);border:1px solid var(--line);border-radius:var(--radius);padding:22px;box-shadow:var(--shadow)}.card-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.card-head h3{font-size:16px}.auth-page{min-height:100vh;display:grid;grid-template-columns:1.1fr .9fr;align-items:center;gap:40px;padding:40px;max-width:1100px;margin:0 auto}.auth-hero h1{font-size:44px;margin:20px 0 14px;line-height:1.05}.auth-hero p{color:var(--ink-2);font-size:17px;max-width:440px;line-height:1.5}.hero-points{list-style:none;padding:0;margin:26px 0 0;display:flex;flex-direction:column;gap:12px}.hero-points li{color:var(--ink-2);font-weight:500}.auth-card{background:var(--card);border:1px solid var(--line);border-radius:20px;padding:28px;box-shadow:var(--shadow)}.tabs{display:flex;background:#eef2f7;border-radius:12px;padding:4px;margin-bottom:22px}.tab{flex:1;padding:10px;border:none;background:none;border-radius:9px;font-weight:600;color:var(--muted);cursor:pointer;font-family:inherit;font-size:14px}.tab.active{background:#fff;color:var(--ink);box-shadow:var(--shadow)}.auth-switch{text-align:center;margin-top:18px;color:var(--muted);font-size:14px}.form{display:flex;flex-direction:column;gap:14px}.field{display:flex;flex-direction:column;gap:6px}.field span{font-size:13px;font-weight:600;color:var(--ink-2)}.field input,.field select{padding:11px 13px;border:1px solid var(--line);border-radius:10px;font-size:14px;font-family:inherit;background:#fff;transition:border .15s ease,box-shadow .15s ease}.field input:focus,.field select:focus{outline:none;border-color:var(--green);box-shadow:0 0 0 3px var(--green-glow)}.field input:disabled{background:#f1f5f9;color:var(--muted)}.card>.field,form.card .field{margin-bottom:14px}.alert{padding:10px 14px;border-radius:10px;font-size:13px;font-weight:500}.alert.error{background:#fee2e2;color:var(--danger)}.alert.warn{background:var(--warn-bg);color:var(--warn)}.alert.success{background:var(--green-soft);color:var(--green-dark)}.wallet-card{background:linear-gradient(140deg,#0f1b17,#14532d);color:#fff;border:none;display:flex;flex-direction:column;gap:10px}.wallet-card .muted{color:#9fb8ac}.wallet-card-top{display:flex;justify-content:space-between;align-items:center}.chip{background:#ffffff1f;padding:5px 10px;border-radius:999px;font-size:12px;font-weight:600}.wallet-balance{font-size:38px;font-weight:800;letter-spacing:-.03em}.wallet-actions{display:flex;gap:10px;margin-top:6px}.wallet-actions .btn.ghost{background:#ffffff1a;border-color:#ffffff2e;color:#fff}.quick-actions{display:grid;grid-template-columns:1fr 1fr;gap:12px}.quick-action{display:flex;flex-direction:column;gap:8px;padding:16px;border:1px solid var(--line);border-radius:12px;background:#fbfdfc;font-weight:600;font-size:14px;cursor:pointer;color:var(--ink);font-family:inherit;text-align:left;transition:all .15s ease}.quick-action:hover{border-color:var(--green);background:var(--green-soft)}.qa-icon{font-size:20px;color:var(--green)}.clean-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column}.clean-list li+li .list-item,.clean-list li+li.list-item{border-top:1px solid var(--line)}.list-item{display:flex;justify-content:space-between;align-items:center;padding:13px 4px;gap:12px}.list-item:not(.static):hover{background:#f8fafc;border-radius:8px}.list-title{font-weight:600;font-size:14px}.list-right{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--muted);font-weight:500}.amount{font-weight:700;font-size:14px;white-space:nowrap}.amount.credit{color:var(--green)}.amount.debit{color:var(--ink)}.status-dot{width:8px;height:8px;border-radius:50%;display:inline-block}.status-dot.available{background:var(--green);box-shadow:0 0 0 3px var(--green-glow)}.status-dot.busy{background:#f59e0b}.status-dot.offline{background:#94a3b8}.status-pill{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:600;padding:5px 10px;border-radius:999px}.status-pill.available{background:var(--green-soft);color:var(--green-dark)}.status-pill.busy{background:#fef3c7;color:#b45309}.status-pill.offline{background:#f1f5f9;color:#64748b}.active-banner{display:flex;align-items:center;gap:14px;padding:16px 20px;border-radius:14px;cursor:pointer;background:linear-gradient(100deg,#14532d,#16a34a);color:#fff;box-shadow:0 8px 24px var(--green-glow)}.active-banner-text{display:flex;flex-direction:column}.active-banner-text span{font-size:13px;opacity:.9}.active-banner-cta{margin-left:auto;font-weight:600}.pulse-dot{width:10px;height:10px;border-radius:50%;background:#fff;animation:pulse 1.4s infinite}@keyframes pulse{0%{box-shadow:0 0 #ffffffb3}70%{box-shadow:0 0 0 10px #fff0}to{box-shadow:0 0 #fff0}}.toolbar{display:flex;flex-direction:column;gap:14px}.search{padding:12px 16px;border:1px solid var(--line);border-radius:12px;font-size:14px;font-family:inherit;background:#fff}.search:focus{outline:none;border-color:var(--green);box-shadow:0 0 0 3px var(--green-glow)}.filter-chips{display:flex;gap:8px;flex-wrap:wrap}.filter-chip{padding:7px 14px;border-radius:999px;border:1px solid var(--line);background:#fff;font-size:13px;font-weight:600;color:var(--ink-2);cursor:pointer;font-family:inherit}.filter-chip.active{background:var(--ink);color:#fff;border-color:var(--ink)}.charger-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.charger-card{display:flex;flex-direction:column;gap:8px;transition:all .15s ease}.charger-card:hover{transform:translateY(-2px);border-color:var(--green)}.charger-card-head{display:flex;justify-content:space-between;align-items:center}.power-badge{background:var(--ink);color:#fff;padding:4px 10px;border-radius:8px;font-size:12px;font-weight:700}.charger-name{font-size:17px}.charger-meta{display:flex;gap:16px;font-size:13px;color:var(--ink-2);font-weight:500;margin-top:4px}.charger-card-foot{display:flex;justify-content:space-between;align-items:center;margin-top:12px;padding-top:14px;border-top:1px solid var(--line)}.price{font-size:18px;font-weight:800}.price .per{font-size:12px;font-weight:500;color:var(--muted)}.back-link{color:var(--muted);font-weight:600;font-size:14px}.back-link:hover{color:var(--ink)}.detail-card{display:flex;flex-direction:column;gap:20px;margin-top:14px}.detail-head{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.spec-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.spec{background:#f8fafc;border-radius:12px;padding:14px;display:flex;flex-direction:column;gap:4px}.spec-label{font-size:12px;color:var(--muted);font-weight:600}.spec-value{font-size:16px;font-weight:700}.connector-select{display:flex;flex-direction:column;gap:8px}.connector-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(110px,1fr));gap:10px}.connector-btn{display:flex;flex-direction:column;gap:2px;align-items:flex-start;padding:12px 14px;border:1px solid var(--line);border-radius:12px;background:#fff;cursor:pointer;font-family:inherit}.connector-btn strong{font-size:15px}.connector-btn.active{border-color:var(--green);background:var(--green-soft);box-shadow:0 0 0 3px var(--green-glow)}.connector-btn.disabled{opacity:.5;cursor:not-allowed}.wallet-inline{display:flex;justify-content:space-between;align-items:center;padding:14px 16px;background:var(--green-soft);border-radius:12px;color:var(--green-dark)}.wallet-inline strong{font-size:18px}.session-card{display:flex;flex-direction:column;align-items:center;gap:12px;text-align:center;margin-top:14px}.session-status{display:inline-flex;align-items:center;gap:8px;background:var(--green-soft);color:var(--green-dark);padding:6px 14px;border-radius:999px;font-weight:700;font-size:13px}.session-status .pulse-dot{background:var(--green)}.session-charger{font-size:20px;margin-top:4px}.gauge{--pct: 0;width:220px;height:220px;border-radius:50%;margin:12px 0;background:conic-gradient(var(--green) calc(var(--pct) * 1%),#eef2f7 0);display:flex;align-items:center;justify-content:center;transition:background .6s ease}.gauge-inner{width:172px;height:172px;background:#fff;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;box-shadow:inset 0 2px 8px #0f172a0f}.gauge-kwh{font-size:44px;font-weight:800;letter-spacing:-.03em;color:var(--ink)}.gauge-unit{font-size:13px;color:var(--muted);font-weight:600}.session-figures,.summary-figures{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;width:100%}.session-figures>div,.summary-figures>div{background:#f8fafc;border-radius:12px;padding:14px;display:flex;flex-direction:column;gap:4px}.session-figures strong,.summary-figures strong{font-size:18px}.session-card .btn{margin-top:8px}.summary-card{display:flex;flex-direction:column;align-items:center;gap:12px;text-align:center;margin-top:14px}.summary-check{width:66px;height:66px;border-radius:50%;background:var(--green);color:#fff;font-size:34px;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 24px var(--green-glow)}.stat-card{display:flex;flex-direction:column;gap:8px;justify-content:center}.stat-value{font-size:26px;font-weight:800;letter-spacing:-.02em}.stat-value.credit{color:var(--green)}.stat-value.debit{color:var(--ink)}.txn-left{display:flex;align-items:center;gap:12px}.txn-icon{width:36px;height:36px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:15px}.txn-icon.credit{background:var(--green-soft);color:var(--green-dark)}.txn-icon.debit{background:#eef2f7;color:var(--ink)}.txn-right{text-align:right}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a80;display:flex;align-items:center;justify-content:center;padding:20px;z-index:50;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.modal{background:#fff;border-radius:20px;padding:24px;width:100%;max-width:420px;max-height:88vh;overflow-y:auto;box-shadow:0 24px 60px #0f172a40;display:flex;flex-direction:column;gap:16px}.modal-head{display:flex;justify-content:space-between;align-items:center}.preset-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.preset{padding:14px;border-radius:12px;border:1px solid var(--line);background:#fff;font-weight:700;font-size:15px;cursor:pointer;font-family:inherit;transition:all .15s ease}.preset:hover{border-color:var(--green)}.preset.active{background:var(--green-soft);border-color:var(--green);color:var(--green-dark)}.modal-actions{display:flex;justify-content:flex-end;gap:10px}.empty{padding:48px;text-align:center;color:var(--muted);background:#fff;border:1px dashed var(--line);border-radius:var(--radius)}.center-screen{min-height:100vh;display:flex;align-items:center;justify-content:center}.spinner{width:34px;height:34px;border:3px solid var(--line);border-top-color:var(--green);border-radius:50%;animation:spin .8s linear infinite;margin:40px auto}@keyframes spin{to{transform:rotate(360deg)}}.skeleton-list{display:flex;flex-direction:column;gap:10px}.skeleton-row{height:52px;border-radius:10px;background:linear-gradient(90deg,#f1f5f9,#e9eef4,#f1f5f9);background-size:200% 100%;animation:shimmer 1.4s infinite}.skeleton-card{height:180px;background:linear-gradient(90deg,#f1f5f9,#e9eef4,#f1f5f9);background-size:200% 100%;animation:shimmer 1.4s infinite}@keyframes shimmer{to{background-position:-200% 0}}.bottom-nav{display:none}@media (max-width: 860px){.app-shell{flex-direction:column}.sidebar{display:none}.content-inner{padding:18px 16px calc(84px + env(safe-area-inset-bottom))}.grid-2,.grid-3,.charger-grid,.quick-actions{grid-template-columns:1fr}.auth-page{grid-template-columns:1fr;padding:24px}.auth-hero{display:none}.bottom-nav{display:flex;position:fixed;bottom:0;left:0;right:0;z-index:40;background:#fff;border-top:1px solid var(--line);padding:8px 6px calc(8px + env(safe-area-inset-bottom));box-shadow:0 -4px 20px #0f172a0f}.tab{flex:1;display:flex;flex-direction:column;align-items:center;gap:3px;color:var(--muted);font-size:11px;font-weight:600;padding:4px 0}.tab-ic{font-size:20px;line-height:1}.tab.active{color:var(--green)}.tab.center .tab-ic{background:var(--green);color:#fff;width:46px;height:46px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-top:-22px;box-shadow:0 8px 18px var(--green-glow);font-size:22px}.tab.center.active .tab-ic{background:var(--green-dark)}}.home{gap:18px}.home-greet h1{font-size:24px;color:var(--green-dark)}.home-greet .muted{margin-top:2px}.wallet-bar{display:flex;align-items:center;justify-content:space-between;background:#fff;border:1px solid var(--line);border-radius:12px;padding:16px 18px;box-shadow:var(--shadow);cursor:pointer}.wallet-bar-label{font-weight:600;color:var(--ink-2)}.wallet-bar-value{font-weight:800;font-size:18px;color:var(--green)}.hero-tiles{display:grid;grid-template-columns:1fr 1fr;gap:14px}.hero-tile{border-radius:16px;padding:18px;min-height:150px;display:flex;flex-direction:column;box-shadow:var(--shadow);transition:transform .15s ease}.hero-tile:hover{transform:translateY(-2px)}.hero-tile.map{background:linear-gradient(150deg,#eff6ff,#dbeafe)}.hero-tile.charge{background:linear-gradient(150deg,#ecfdf5,#dcfce7)}.hero-tile-top{display:flex;align-items:center;justify-content:space-between}.hero-ic{width:42px;height:42px;border-radius:12px;background:#fffc;display:flex;align-items:center;justify-content:center;font-size:20px}.hero-badge{background:#ffffffd9;border-radius:999px;padding:4px 10px;font-size:11px;font-weight:700;color:var(--ink-2)}.hero-title{font-size:22px;font-weight:800;letter-spacing:-.02em;margin-top:auto}.hero-sub{color:var(--ink-2);font-size:13px;margin-top:2px}.hero-cta{font-weight:700;font-size:14px;margin-top:8px}.section-title{font-size:16px;margin-bottom:12px}.quick-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.ql-tile{background:#fff;border:1px solid var(--line);border-radius:14px;padding:16px 10px;display:flex;flex-direction:column;align-items:center;gap:10px;box-shadow:var(--shadow);cursor:pointer;font-family:inherit;text-align:center;transition:transform .15s ease}.ql-tile:hover{transform:translateY(-2px)}.ql-icon{width:46px;height:46px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:20px}.ql-icon.blue{background:#dbeafe}.ql-icon.green{background:var(--green-soft)}.ql-icon.violet{background:#ede9fe}.ql-icon.amber{background:#fef3c7}.ql-icon.red{background:#fee2e2}.ql-label{font-size:13px;font-weight:600;color:var(--ink)}.empty-state{text-align:center;padding:20px 0;display:flex;flex-direction:column;align-items:center;gap:10px}.empty-emoji{font-size:34px;opacity:.6}.scan-card{display:flex;flex-direction:column;gap:12px}.qr-reader{width:100%;border-radius:14px;overflow:hidden;background:#0b1220;min-height:240px}.qr-reader video{width:100%!important;border-radius:14px}.scan-hint{display:flex;align-items:center;justify-content:center;gap:8px}.form-inline{display:flex;gap:10px}.form-inline input{flex:1;padding:12px 13px;border:1px solid var(--line);border-radius:10px;font-size:15px;font-family:inherit}.form-inline input:focus{outline:none;border-color:var(--green);box-shadow:0 0 0 3px var(--green-glow)}.back-bar{display:inline-flex;align-items:center;gap:8px;align-self:flex-start;background:#fff;border:1px solid var(--line);border-radius:10px;padding:8px 12px 8px 10px;color:var(--ink-2);font-weight:600;font-size:14px;cursor:pointer;font-family:inherit;transition:all .15s ease}.back-bar:hover{border-color:#cbd5e1;transform:translate(-2px)}.back-ic{font-size:17px;line-height:1}.auth-title{font-size:22px;margin-bottom:4px}.auth-sub{color:var(--muted);font-size:14px;margin-bottom:20px}.alert.info{background:#eff6ff;color:#1d4ed8}
