.charging-hero {
    position: relative;
    display: grid;
    gap: 1.5rem;
    overflow: hidden;
    margin-bottom: 1rem;
    padding: clamp(1.5rem, 5vw, 3.2rem);
    border-radius: 30px;
    background:
        radial-gradient(circle at 88% 18%, rgba(215, 255, 85, .24), transparent 22rem),
        linear-gradient(135deg, #0c3528, #164f3b 68%, #1f6d52);
    color: #fff;
    box-shadow: 0 24px 60px rgba(12, 53, 40, .2);
}

.charging-hero::after {
    position: absolute;
    right: -5rem;
    bottom: -8rem;
    width: 20rem;
    height: 20rem;
    border: 3.5rem solid rgba(255, 255, 255, .045);
    border-radius: 50%;
    content: "";
}

.charging-hero > * { position: relative; z-index: 1; }
.charging-kicker { display: inline-flex; align-items: center; gap: .55rem; margin-bottom: 1rem; color: #d7ff55; font-size: .7rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.charging-kicker i { width: 8px; height: 8px; border-radius: 50%; background: currentColor; box-shadow: 0 0 0 6px rgba(215, 255, 85, .12); }
.charging-hero h1 { max-width: 13ch; margin: 0; color: #fff; font-size: clamp(2.15rem, 7vw, 4.75rem); font-weight: 950; letter-spacing: -.065em; line-height: .91; }
.charging-hero h1 em { color: #d7ff55; font-style: normal; }
.charging-hero p { max-width: 42rem; margin: 1rem 0 0; color: rgba(255, 255, 255, .72); font-size: clamp(.9rem, 2vw, 1.05rem); line-height: 1.65; }
.charging-hero-statistics-link { display: inline-flex; align-items: center; gap: .45rem; margin-top: 1rem; padding: .62rem .85rem; border: 1px solid rgba(215, 255, 85, .32); border-radius: 12px; background: rgba(215, 255, 85, .11); color: #d7ff55; font-size: .68rem; font-weight: 900; text-decoration: none; }
.charging-hero-statistics-link:hover { border-color: #d7ff55; background: #d7ff55; color: #0c3528; }
.charging-hero-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: .55rem; align-self: end; }
.charging-hero-stats div { min-width: 0; padding: .9rem; border: 1px solid rgba(255, 255, 255, .12); border-radius: 18px; background: rgba(255, 255, 255, .075); backdrop-filter: blur(12px); }
.charging-hero-stats strong, .charging-hero-stats span { display: block; }
.charging-hero-stats strong { color: #fff; font-size: clamp(1rem, 3vw, 1.45rem); font-weight: 950; letter-spacing: -.04em; }
.charging-hero-stats span { overflow: hidden; margin-top: .15rem; color: rgba(255, 255, 255, .58); font-size: .59rem; font-weight: 850; letter-spacing: .06em; text-overflow: ellipsis; text-transform: uppercase; white-space: nowrap; }

.charging-statistics-page-head { position: relative; display: grid; gap: 1rem; overflow: hidden; margin-bottom: 1rem; padding: clamp(1.4rem, 4vw, 2.5rem); border-radius: 28px; background: radial-gradient(circle at 82% 15%, rgba(215, 255, 85, .18), transparent 16rem), linear-gradient(135deg, #0c3528, #18533f); color: #fff; box-shadow: 0 20px 48px rgba(12, 53, 40, .18); }
.charging-statistics-page-head::after { position: absolute; right: -4rem; bottom: -7rem; width: 17rem; height: 17rem; border: 2.8rem solid rgba(255, 255, 255, .04); border-radius: 50%; content: ""; }
.charging-statistics-page-head > * { position: relative; z-index: 1; }
.charging-statistics-page-head > div > a { display: inline-block; margin-bottom: 1rem; color: rgba(255, 255, 255, .62); font-size: .62rem; font-weight: 850; text-decoration: none; }
.charging-statistics-page-head > div > a:hover { color: #d7ff55; }
.charging-statistics-page-head .charging-kicker { display: flex; margin-bottom: .65rem; }
.charging-statistics-page-head h1 { max-width: 15ch; margin: 0; color: #fff; font-size: clamp(2rem, 6vw, 4rem); font-weight: 950; letter-spacing: -.06em; line-height: .92; }
.charging-statistics-page-head h1 em { color: #d7ff55; font-style: normal; }
.charging-statistics-page-head p { max-width: 42rem; margin: .8rem 0 0; color: rgba(255, 255, 255, .68); font-size: .82rem; line-height: 1.55; }
.charging-statistics-map-link { display: grid; align-self: end; justify-self: stretch; padding: 1rem; border: 1px solid rgba(255, 255, 255, .13); border-radius: 18px; background: rgba(255, 255, 255, .08); color: #fff; text-decoration: none; backdrop-filter: blur(12px); }
.charging-statistics-map-link > span { display: grid; width: 37px; height: 37px; margin-bottom: .75rem; place-items: center; border-radius: 11px; background: #d7ff55; color: #0c3528; font-size: 1rem; }
.charging-statistics-map-link strong, .charging-statistics-map-link small { display: block; }
.charging-statistics-map-link strong { font-size: .78rem; font-weight: 950; }
.charging-statistics-map-link small { margin-top: .2rem; color: rgba(255, 255, 255, .55); font-size: .55rem; font-weight: 750; }
.charging-statistics-map-link:hover { border-color: rgba(215, 255, 85, .5); background: rgba(215, 255, 85, .1); color: #fff; }
.charging-statistics-page-head + .charging-statistics { margin-top: 0; }

.charging-statistics { position: relative; overflow: hidden; margin: 1rem 0 1.5rem; padding: clamp(1rem, 3vw, 2rem); border: 1px solid #dce2da; border-radius: 28px; background: #f8faf6; box-shadow: 0 18px 50px rgba(16, 33, 27, .08); color: #10211b; }
.charging-statistics::before { position: absolute; top: -8rem; right: -7rem; width: 20rem; height: 20rem; border: 3rem solid rgba(215, 255, 85, .14); border-radius: 50%; content: ""; pointer-events: none; }
.charging-statistics > * { position: relative; z-index: 1; }
.charging-statistics-header { display: flex; align-items: flex-end; justify-content: space-between; gap: 1.5rem; margin-bottom: 1.1rem; }
.charging-statistics-kicker { display: inline-flex; align-items: center; gap: .5rem; margin-bottom: .55rem; color: #497063; font-size: .61rem; font-weight: 950; letter-spacing: .12em; text-transform: uppercase; }
.charging-statistics-kicker i { width: 7px; height: 7px; border-radius: 50%; background: #26965b; box-shadow: 0 0 0 5px rgba(38, 150, 91, .1); animation: charging-pulse 1.7s infinite; }
.charging-statistics-header h2 { margin: 0; color: #10211b; font-size: clamp(1.65rem, 4vw, 2.75rem); font-weight: 950; letter-spacing: -.055em; line-height: 1; }
.charging-statistics-header h2 em { color: #1c7655; font-style: normal; }
.charging-statistics-header p { max-width: 46rem; margin: .6rem 0 0; color: #667970; font-size: .74rem; line-height: 1.55; }
.charging-statistics-periods { display: inline-flex; flex: 0 0 auto; gap: .2rem; padding: .25rem; border: 1px solid #dce2da; border-radius: 13px; background: #fff; box-shadow: 0 8px 20px rgba(16, 33, 27, .06); }
.charging-statistics-periods button { min-height: 38px; padding: 0 .75rem; border: 0; border-radius: 9px; background: transparent; color: #687a72; font-size: .64rem; font-weight: 900; white-space: nowrap; }
.charging-statistics-periods button:hover { color: #0c3528; background: #f0f3ee; }
.charging-statistics-periods button.is-active { background: #164f3b; color: #fff; box-shadow: 0 5px 12px rgba(22, 79, 59, .18); }
.charging-statistics-periods button:disabled { cursor: wait; opacity: .65; }
.charging-statistics-state { margin-bottom: .75rem; padding: .65rem .8rem; border-radius: 11px; background: #edf3e9; color: #53685e; font-size: .65rem; font-weight: 800; }
.charging-statistics-state.is-loading::before { display: inline-block; width: 10px; height: 10px; margin-right: .45rem; border: 2px solid #c4d0c0; border-top-color: #164f3b; border-radius: 50%; content: ""; vertical-align: -1px; animation: charging-spin .8s linear infinite; }
.charging-statistics-state.is-error { background: #fff0ed; color: #a33a29; }

.charging-statistics-overview { display: grid; gap: .75rem; }
.charging-statistics-live { position: relative; display: flex; min-height: 220px; align-items: center; justify-content: space-between; gap: 1rem; overflow: hidden; padding: clamp(1.1rem, 3vw, 1.65rem); border-radius: 22px; background: radial-gradient(circle at 82% 20%, rgba(215, 255, 85, .16), transparent 12rem), linear-gradient(135deg, #0b2e23, #174e3c); color: #fff; box-shadow: 0 16px 34px rgba(12, 53, 40, .18); }
.charging-statistics-live::after { position: absolute; right: -3.5rem; bottom: -6rem; width: 14rem; height: 14rem; border: 2.3rem solid rgba(255, 255, 255, .035); border-radius: 50%; content: ""; }
.charging-statistics-live-copy { position: relative; z-index: 1; min-width: 0; }
.charging-statistics-label { display: inline-flex; align-items: center; gap: .4rem; color: #d7ff55; font-size: .59rem; font-weight: 950; letter-spacing: .12em; text-transform: uppercase; }
.charging-statistics-label i { width: 7px; height: 7px; border-radius: 50%; background: currentColor; box-shadow: 0 0 0 5px rgba(215, 255, 85, .1); }
.charging-statistics-live h3 { max-width: 17ch; margin: .75rem 0 .35rem; color: #fff; font-size: clamp(1.1rem, 3vw, 1.6rem); font-weight: 780; letter-spacing: -.035em; line-height: 1.1; }
.charging-statistics-live h3 strong { color: #d7ff55; font-size: 1.35em; font-weight: 950; }
.charging-statistics-live h3 span { color: #fff; font-weight: 950; }
.charging-statistics-live p { margin: 0; color: rgba(255, 255, 255, .66); font-size: .67rem; font-weight: 750; }
.charging-statistics-live small { display: block; margin-top: .75rem; color: rgba(255, 255, 255, .42); font-size: .55rem; font-weight: 750; }
.charging-statistics-ring { --usage-angle: 0deg; position: relative; z-index: 1; display: grid; width: 138px; height: 138px; flex: 0 0 138px; place-items: center; border-radius: 50%; background: conic-gradient(#d7ff55 0 var(--usage-angle), rgba(255, 255, 255, .12) var(--usage-angle) 360deg); box-shadow: 0 13px 32px rgba(0, 0, 0, .18); }
.charging-statistics-ring::before { position: absolute; inset: 10px; border: 1px solid rgba(255, 255, 255, .1); border-radius: 50%; background: #123c2e; content: ""; }
.charging-statistics-ring > span { position: relative; z-index: 1; text-align: center; }
.charging-statistics-ring strong, .charging-statistics-ring small { display: block; }
.charging-statistics-ring strong { color: #fff; font-size: 1.55rem; font-weight: 950; letter-spacing: -.06em; }
.charging-statistics-ring small { margin-top: .1rem; color: rgba(255, 255, 255, .55); font-size: .52rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.charging-statistics-ring.is-empty { background: rgba(255, 255, 255, .12); }
.charging-statistics-highlights { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .75rem; }
.charging-statistics-highlight { position: relative; display: grid; min-width: 0; min-height: 104px; grid-template-columns: 42px minmax(0, 1fr); grid-template-rows: auto auto 1fr; column-gap: .7rem; padding: .85rem; border: 1px solid #e0e6de; border-radius: 18px; background: #fff; box-shadow: 0 8px 22px rgba(16, 33, 27, .05); }
.charging-statistics-icon { display: grid; width: 42px; height: 42px; grid-row: 1 / 4; place-items: center; border-radius: 13px; background: #fff0ed; color: #d25535; }
.charging-statistics-icon svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.charging-statistics-highlight > span:nth-child(2) { color: #718078; font-size: .54rem; font-weight: 950; letter-spacing: .08em; text-transform: uppercase; }
.charging-statistics-highlight > strong { overflow: hidden; margin-top: .05rem; color: #10211b; font-size: 1.25rem; font-weight: 950; letter-spacing: -.045em; text-overflow: ellipsis; white-space: nowrap; }
.charging-statistics-highlight > p { overflow: hidden; align-self: end; margin: .15rem 0 0; color: #5f736a; font-size: .57rem; font-weight: 750; line-height: 1.25; text-overflow: ellipsis; white-space: nowrap; }
.charging-statistics-highlight.is-quiet .charging-statistics-icon { background: #e8f5eb; color: #268557; }
.charging-statistics-highlight.is-peak .charging-statistics-icon { background: #fff6d9; color: #ad790d; }
.charging-statistics-highlight.is-full .charging-statistics-icon { background: #eef1ff; color: #5360a9; }

.charging-statistics-nearby { margin-top: .75rem; padding: 1rem; border: 1px solid #d7e2d4; border-radius: 20px; background: linear-gradient(135deg, #eef5e9, #f8faf6 58%, #edf4e9); box-shadow: 0 8px 24px rgba(16, 33, 27, .045); }
.charging-statistics-nearby > header { display: flex; align-items: center; gap: .8rem; }
.charging-statistics-nearby > header > div { min-width: 0; }
.charging-statistics-nearby > header span:not(.charging-statistics-nearby-icon) { color: #587166; font-size: .51rem; font-weight: 950; letter-spacing: .1em; text-transform: uppercase; }
.charging-statistics-nearby h3 { margin: .12rem 0 0; font-size: .9rem; font-weight: 950; letter-spacing: -.025em; }
.charging-statistics-nearby header p { max-width: 50rem; margin: .25rem 0 0; color: #6b7d74; font-size: .57rem; line-height: 1.45; }
.charging-statistics-nearby-icon { position: relative; width: 52px; height: 52px; flex: 0 0 52px; border-radius: 15px; background: #164f3b; box-shadow: 0 8px 20px rgba(22, 79, 59, .15); }
.charging-statistics-nearby-icon i { position: absolute; width: 7px; height: 7px; border: 2px solid #164f3b; border-radius: 50%; background: #d7ff55; box-shadow: 0 0 0 3px rgba(215, 255, 85, .15); }
.charging-statistics-nearby-icon i:nth-child(1) { top: 12px; left: 13px; width: 11px; height: 11px; background: #ff825f; box-shadow: 0 0 0 5px rgba(255, 130, 95, .16); }
.charging-statistics-nearby-icon i:nth-child(2) { top: 15px; right: 10px; }
.charging-statistics-nearby-icon i:nth-child(3) { right: 16px; bottom: 10px; }
.charging-statistics-nearby-icon i:nth-child(4) { bottom: 11px; left: 10px; }
.charging-statistics-nearby-patterns { display: grid; gap: .55rem; margin-top: .85rem; }
.charging-statistics-nearby-card { display: grid; min-width: 0; grid-template-columns: 92px minmax(0, 1fr) auto; gap: .8rem; align-items: center; padding: .7rem; border: 1px solid #dce5d8; border-radius: 16px; background: rgba(255, 255, 255, .9); box-shadow: 0 7px 20px rgba(16, 33, 27, .045); }
.charging-statistics-nearby-map { position: relative; width: 92px; height: 74px; overflow: hidden; border: 1px solid #dce4d9; border-radius: 12px; background: linear-gradient(90deg, transparent 48%, rgba(106, 130, 117, .1) 49% 51%, transparent 52%), linear-gradient(0deg, transparent 45%, rgba(106, 130, 117, .1) 46% 49%, transparent 50%), #f4f7f1; }
.charging-statistics-nearby-map::before, .charging-statistics-nearby-map::after { position: absolute; width: 120px; height: 12px; border: 1px solid rgba(106, 130, 117, .13); border-radius: 50%; content: ""; transform: rotate(-22deg); }
.charging-statistics-nearby-map::before { top: 13px; left: -13px; }
.charging-statistics-nearby-map::after { right: -19px; bottom: 10px; transform: rotate(25deg); }
.charging-statistics-nearby-map i { position: absolute; z-index: 1; width: 9px; height: 9px; border: 2px solid #fff; border-radius: 50% 50% 50% 2px; background: #4ba074; box-shadow: 0 3px 8px rgba(16, 33, 27, .25); transform: rotate(-45deg); }
.charging-statistics-nearby-map i:nth-child(1) { top: 15px; left: 19px; }
.charging-statistics-nearby-map i:nth-child(2) { top: 19px; right: 17px; }
.charging-statistics-nearby-map i:nth-child(3) { right: 29px; bottom: 11px; }
.charging-statistics-nearby-map i:nth-child(4) { bottom: 15px; left: 29px; }
.charging-statistics-nearby-map i:nth-child(5) { top: 31px; left: 43px; }
.charging-statistics-nearby-map i:nth-child(6) { top: 8px; right: 36px; }
.charging-statistics-nearby-map i.is-hot { width: 14px; height: 14px; background: #e46140; box-shadow: 0 0 0 5px rgba(228, 97, 64, .16), 0 4px 10px rgba(16, 33, 27, .25); }
.charging-statistics-nearby-copy { min-width: 0; }
.charging-statistics-nearby-copy > span { display: block; color: #6e8077; font-size: .49rem; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.charging-statistics-nearby-copy h4 { margin: .25rem 0 0; font-size: .7rem; font-weight: 750; line-height: 1.35; }
.charging-statistics-nearby-copy h4 strong { color: #c84f34; font-size: 1.05em; font-weight: 950; }
.charging-statistics-nearby-copy button { padding: 0; border: 0; background: transparent; color: #164f3b; font: inherit; font-weight: 950; text-align: left; text-decoration: underline; text-decoration-color: #aabdae; text-underline-offset: 2px; }
.charging-statistics-nearby-copy button:hover { color: #d45b3d; }
.charging-statistics-nearby-copy p { margin: .3rem 0 0; color: #6a7c73; font-size: .55rem; line-height: 1.4; }
.charging-statistics-nearby-copy p button { color: #3e6b59; font-weight: 850; }
.charging-statistics-nearby-share { display: grid; min-width: 72px; min-height: 58px; padding: .55rem; place-items: center; align-content: center; border-radius: 13px; background: #fff0ec; color: #c84f34; font-size: .92rem; font-weight: 950; letter-spacing: -.035em; text-align: center; }
.charging-statistics-nearby-share small { display: block; margin-top: .08rem; color: #9b6b60; font-size: .43rem; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.charging-statistics-nearby-empty { padding: 1.1rem; border: 1px dashed #ccd9c9; border-radius: 13px; background: rgba(255, 255, 255, .56); color: #6b7d74; font-size: .59rem; font-weight: 750; line-height: 1.5; text-align: center; }

.charging-statistics-rankings { display: grid; gap: .75rem; margin-top: .75rem; }
.charging-statistics-rankings > article { min-width: 0; padding: 1rem; border: 1px solid #e0e6de; border-radius: 20px; background: #fff; box-shadow: 0 8px 24px rgba(16, 33, 27, .045); }
.charging-statistics-rankings article > header { display: flex; align-items: center; gap: .65rem; margin-bottom: .75rem; }
.charging-statistics-rankings article > header > span { display: grid; width: 35px; height: 35px; flex: 0 0 35px; place-items: center; border-radius: 11px; background: #10211b; color: #d7ff55; font-size: .58rem; font-weight: 950; }
.charging-statistics-rankings header small { color: #75847c; font-size: .48rem; font-weight: 950; letter-spacing: .08em; text-transform: uppercase; }
.charging-statistics-rankings h3 { margin: .1rem 0 0; font-size: .82rem; font-weight: 950; letter-spacing: -.02em; }
.charging-statistics-ranking { display: grid; gap: .35rem; }
.charging-statistics-ranking-row { display: grid; width: 100%; min-width: 0; grid-template-columns: 28px minmax(0, 1fr) auto 22px; gap: .55rem; align-items: center; padding: .58rem .5rem; border: 1px solid transparent; border-radius: 12px; background: #f5f7f3; color: #10211b; text-align: left; transition: border-color .16s ease, background-color .16s ease, transform .16s ease; }
.charging-statistics-ranking-row:hover { border-color: #ccd8ce; background: #fff; transform: translateY(-1px); }
.charging-statistics-rank { color: #849088; font-size: .53rem; font-weight: 950; text-align: center; }
.charging-statistics-ranking-copy { display: block; min-width: 0; }
.charging-statistics-ranking-copy strong, .charging-statistics-ranking-copy small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.charging-statistics-ranking-copy strong { font-size: .63rem; font-weight: 900; }
.charging-statistics-ranking-copy small { margin-top: .1rem; color: #75847c; font-size: .48rem; font-weight: 750; }
.charging-statistics-ranking.is-quiet .charging-statistics-ranking-copy small { overflow: visible; line-height: 1.25; text-overflow: clip; white-space: normal; }
.charging-statistics-ranking-copy > span { display: block; height: 4px; overflow: hidden; margin-top: .35rem; border-radius: 999px; background: #e4e9e2; }
.charging-statistics-ranking-copy > span i { display: block; min-width: 3px; height: 100%; border-radius: inherit; background: linear-gradient(90deg, #e99b37, #d95f42); }
.charging-statistics-ranking.is-quiet .charging-statistics-ranking-copy > span i { background: linear-gradient(90deg, #8ac9a2, #28865a); }
.charging-statistics-ranking-row > em { color: #b84d34; font-size: .67rem; font-style: normal; font-weight: 950; white-space: nowrap; }
.charging-statistics-ranking.is-quiet .charging-statistics-ranking-row > em { color: #277a55; }
.charging-statistics-ranking-arrow { color: #849088; font-size: .8rem; font-weight: 900; }
.charging-statistics-empty { padding: 1.8rem .8rem; border-radius: 12px; background: #f5f7f3; color: #718078; font-size: .6rem; font-weight: 750; text-align: center; }
.charging-statistics-footer { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-top: .9rem; padding: .75rem .15rem 0; border-top: 1px solid #e0e6de; color: #718078; font-size: .56rem; line-height: 1.45; }
.charging-statistics-footer p { margin: 0; }
.charging-statistics-footer details { position: relative; flex: 0 0 auto; }
.charging-statistics-footer summary { cursor: pointer; color: #325c4d; font-weight: 900; }
.charging-statistics-footer details p { position: absolute; right: 0; bottom: calc(100% + .5rem); z-index: 4; width: min(360px, calc(100vw - 3rem)); padding: .75rem; border: 1px solid #dce2da; border-radius: 12px; background: #fff; box-shadow: 0 12px 34px rgba(16, 33, 27, .15); color: #566a60; }

.charging-app { margin-bottom: 1.5rem; }
.charging-toolbar { position: relative; z-index: 1600; display: grid; gap: .55rem; margin: 0 .65rem -1.6rem; padding: .7rem; border: 1px solid #dce2da; border-radius: 20px; background: rgba(255, 255, 255, .94); box-shadow: 0 16px 42px rgba(16, 33, 27, .13); backdrop-filter: blur(18px); }
.charging-search { position: relative; min-width: 0; }
.charging-search > span:not(.visually-hidden) { position: absolute; top: 50%; left: .95rem; z-index: 1; transform: translateY(-50%); color: #52665d; font-size: 1.15rem; }
.charging-search input, .charging-filter select { width: 100%; height: 48px; border: 1px solid transparent; border-radius: 14px; outline: 0; background: #f0f3ee; color: #10211b; font-size: .84rem; font-weight: 750; }
.charging-search input { padding: 0 1rem 0 2.75rem; }
.charging-filter select { padding: 0 2.2rem 0 .9rem; }
.charging-search input:focus, .charging-filter select:focus { border-color: #164f3b; box-shadow: 0 0 0 3px rgba(22, 79, 59, .1); }
.charging-connector-filter { position: relative; min-width: 0; }
.charging-connector-trigger { display: flex; align-items: center; gap: .35rem; width: 100%; height: 48px; padding: 0 .55rem 0 .15rem; border: 1px solid transparent; border-radius: 14px; outline: 0; background: #f0f3ee; color: #10211b; font-size: .78rem; font-weight: 800; text-align: left; }
.charging-connector-trigger:focus-visible, .charging-connector-trigger[aria-expanded="true"] { border-color: #164f3b; box-shadow: 0 0 0 3px rgba(22, 79, 59, .1); }
.charging-connector-trigger > span:nth-child(2) { overflow: hidden; flex: 1; text-overflow: ellipsis; white-space: nowrap; }
.charging-connector-chevron { flex: 0 0 auto; color: #52665d; font-size: 1rem; transition: transform .16s ease; }
.charging-connector-trigger[aria-expanded="true"] .charging-connector-chevron { transform: rotate(180deg); }
.charging-connector-menu { position: absolute; top: calc(100% + .4rem); right: 0; left: 0; z-index: 1700; display: grid; gap: .2rem; max-height: min(310px, 55vh); overflow: auto; padding: .35rem; border: 1px solid #dce2da; border-radius: 15px; background: rgba(255, 255, 255, .98); box-shadow: 0 18px 42px rgba(16, 33, 27, .2); }
.charging-connector-menu[hidden] { display: none; }
.charging-connector-option { display: flex; align-items: center; gap: .45rem; min-height: 48px; padding: .1rem .45rem .1rem .1rem; border: 0; border-radius: 11px; background: transparent; color: #10211b; font-size: .72rem; font-weight: 800; text-align: left; }
.charging-connector-option:hover, .charging-connector-option:focus-visible { outline: 0; background: #edf2ea; }
.charging-connector-option[aria-selected="true"] { background: #e5efdf; color: #0c523b; }
.charging-select-icon { border: 0; background-color: transparent; box-shadow: none; transform: scale(.78); }
.charging-near-me { height: 48px; padding: 0 1rem; border: 0; border-radius: 14px; background: #d7ff55; color: #0c3528; font-size: .78rem; font-weight: 900; white-space: nowrap; }
.charging-near-me:hover { background: #c7ef45; }
.charging-near-me:disabled { cursor: wait; opacity: .6; }
.charging-map-mode-button { display: inline-flex; height: 48px; align-items: center; justify-content: center; gap: .4rem; padding: 0 .9rem; border: 0; border-radius: 14px; font-size: .75rem; font-weight: 900; white-space: nowrap; }
.charging-map-expand { background: #164f3b; color: #fff; }
.charging-map-expand:hover { background: #0c3528; }
.charging-map-exit { background: #10211b; color: #fff; }
.charging-map-exit:hover { background: #e15d38; }
.charging-alert { margin: 2.3rem 0 .75rem; padding: .9rem 1rem; border: 1px solid #f2c9c2; border-radius: 16px; background: #fff3f1; color: #9f2f20; font-size: .82rem; font-weight: 750; }

.charging-layout { display: grid; overflow: hidden; padding-top: 2.25rem; border: 1px solid #dce2da; border-radius: 28px; background: #fff; box-shadow: 0 18px 50px rgba(16, 33, 27, .09); }
.charging-map-wrap { position: relative; height: calc(100svh - 5rem); min-height: 520px; overflow: hidden; background: #dfe8df; }
#charging-stations-map { width: 100%; height: 100%; min-height: 520px; }
#charging-stations-map .leaflet-tile-pane { filter: saturate(.72) hue-rotate(12deg) contrast(.92) brightness(1.04); }
#charging-stations-map .leaflet-control-attribution { font-size: 9px; opacity: .66; }
.charging-map-legend, .charging-catalog-status { position: absolute; z-index: 500; display: flex; align-items: center; border: 1px solid rgba(255, 255, 255, .78); background: rgba(255, 255, 255, .9); box-shadow: 0 10px 28px rgba(12, 53, 40, .12); backdrop-filter: blur(14px); }
.charging-map-legend { right: .7rem; bottom: .7rem; flex-wrap: wrap; gap: .65rem; max-width: calc(100% - 1.4rem); padding: .55rem .7rem; border-radius: 13px; color: #52665d; font-size: .56rem; font-weight: 850; }
.charging-map-legend span { display: inline-flex; align-items: center; gap: .3rem; }
.charging-map-legend i { width: 8px; height: 8px; border-radius: 50%; }
.charging-map-legend .is-available { background: #3aa76d; }
.charging-map-legend .is-busy { background: #e66a45; }
.charging-map-legend .is-partial { background: conic-gradient(#3aa76d 0 50%, #e66a45 50% 100%); }
.charging-map-legend .is-eldrive { background: #4c8ebb; }
.charging-map-legend .is-gigacharger { background: #7656b5; }
.charging-catalog-status { top: .7rem; right: .7rem; gap: .45rem; padding: .55rem .7rem; border-radius: 999px; color: #40534b; font-size: .59rem; font-weight: 850; }
.charging-catalog-status i { width: 7px; height: 7px; border-radius: 50%; background: #3aa76d; box-shadow: 0 0 0 4px rgba(58, 167, 109, .13); }
.charging-catalog-status.is-stale i { background: #e5a21a; box-shadow: 0 0 0 4px rgba(229, 162, 26, .13); }

.charge-marker { background: transparent; border: 0; }
.charge-pin { display: grid; width: 32px; height: 32px; place-items: center; border: 3px solid rgba(255, 255, 255, .95); border-radius: 50% 50% 50% 7px; background: #66776f; color: #fff; box-shadow: 0 8px 18px rgba(25, 48, 39, .28); transform: rotate(-45deg); transition: transform .18s ease, background-color .18s ease; }
.charge-pin span { transform: rotate(45deg); font-size: 15px; font-weight: 950; line-height: 1; }
.charge-marker:not(.is-unknown) .charge-pin { background: conic-gradient(#26965b 0 var(--available-angle), #e15d38 var(--available-angle) 360deg); }
.charge-marker.is-operator-eldrive.is-unknown .charge-pin { background: #4c8ebb; }
.charge-marker.is-operator-gigacharger.is-unknown .charge-pin { background: #7656b5; }
.charge-marker.is-selected .charge-pin { outline: 4px solid rgba(215, 255, 85, .72); transform: rotate(-45deg) scale(1.18); }
.charge-marker.is-restricted .charge-pin::after { position: absolute; top: -4px; right: -4px; width: 10px; height: 10px; border: 2px solid #fff; border-radius: 50%; background: #ffb703; content: ""; }

.charging-cluster { border: 0; background: transparent; }
.charging-cluster-badge { position: relative; display: grid; width: 100%; height: 100%; place-items: center; border: 3px solid rgba(255, 255, 255, .96); border-radius: 50%; background: #66776f; box-shadow: 0 8px 22px rgba(25, 48, 39, .3); color: #10211b; }
.charging-cluster:not(.is-unknown) .charging-cluster-badge { background: conic-gradient(#26965b 0 var(--available-angle), #e15d38 var(--available-angle) 360deg); }
.charging-cluster.is-eldrive .charging-cluster-badge { background: #4c8ebb; }
.charging-cluster.is-gigacharger .charging-cluster-badge { background: #7656b5; }
.charging-cluster.is-catalog .charging-cluster-badge { background: #66776f; }
.charging-cluster-badge::before { position: absolute; inset: 6px; border-radius: 50%; background: rgba(255, 255, 255, .94); box-shadow: inset 0 0 0 1px rgba(16, 33, 27, .08); content: ""; }
.charging-cluster-badge span { position: relative; z-index: 1; font-size: .7rem; font-weight: 950; line-height: 1; }

.charging-panel { display: flex; min-width: 0; flex-direction: column; background: #f6f8f4; }
.charging-station-popup .leaflet-popup-content-wrapper { overflow: hidden; border: 1px solid rgba(255, 255, 255, .82); border-radius: 24px; background: rgba(255, 255, 255, .97); box-shadow: 0 24px 58px rgba(16, 33, 27, .24); backdrop-filter: blur(18px); }
.charging-station-popup .leaflet-popup-content { width: 390px !important; margin: 0; }
.charging-station-popup .leaflet-popup-tip { background: rgba(255, 255, 255, .97); }
.charging-station-popup .leaflet-popup-close-button { top: 10px !important; right: 10px !important; z-index: 2; display: grid; width: 28px !important; height: 28px !important; place-items: center; border-radius: 50%; background: #f0f3ee; color: #52665d !important; font-size: 20px !important; line-height: 1 !important; }
.charging-station-popup .leaflet-popup-close-button:hover { background: #e2e8df; color: #10211b !important; }
.charging-detail { max-height: min(680px, calc(100svh - 92px)); overflow-y: auto; padding: 1rem; scrollbar-width: thin; }
.charging-detail-head { display: flex; align-items: flex-start; justify-content: space-between; gap: .7rem; padding-right: 2rem; }
.charging-detail-title { min-width: 0; flex: 1; }
.charging-connector-icon { width: 44px; height: 44px; flex: 0 0 44px; border: 1px solid #e0e6de; border-radius: 12px; background-color: #f7f8f6; background-image: url('../images/charging-connector-sprite.webp'); background-repeat: no-repeat; background-size: 384px 256px; box-shadow: 0 5px 14px rgba(16, 33, 27, .08); }
.charging-connector-icon.is-ac { background-position: -38px -14px; }
.charging-connector-icon.is-ccs1 { background-position: -117px -14px; }
.charging-connector-icon.is-ccs2 { background-position: -39px -88px; }
.charging-connector-icon.is-ccs2-cable { background-position: -276px -14px; }
.charging-connector-icon.is-chademo { background-position: -117px -90px; }
.charging-connector-icon.is-dc { background-position: -198px -90px; }
.charging-connector-icon.is-schuko { background-position: -272px -93px; }
.charging-connector-icon.is-inductive { background-position: -38px -166px; }
.charging-connector-icon.is-type2 { background-position: -108px -166px; }
.charging-connector-icon.is-type2-cable { background-position: -174px -166px; }
.charging-connector-icon.is-type2-outlet { background-position: -239px -165px; }
.charging-connector-icon.is-type3 { background-position: -305px -165px; }
.charging-detail-kicker { display: flex; align-items: center; gap: .4rem; color: #3d6657; font-size: .59rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.charging-detail-kicker i { width: 7px; height: 7px; border-radius: 50%; background: #26965b; animation: charging-pulse 1.7s infinite; }
.charging-detail-kicker.is-loading i { background: #e5a21a; }
.charging-detail-kicker.is-error i { background: #e15d38; animation: none; }
.charging-detail-kicker.is-eldrive { color: #356d96; }
.charging-detail-kicker.is-eldrive i { background: #4c8ebb; }
.charging-detail-kicker.is-gigacharger { color: #65459e; }
.charging-detail-kicker.is-gigacharger i { background: #7656b5; }
.charging-detail h2 { margin: .35rem 0 0; font-size: 1.08rem; font-weight: 950; letter-spacing: -.025em; line-height: 1.15; }
.charging-detail-address { margin: .35rem 0 0; color: #718078; font-size: .68rem; line-height: 1.4; }
.charging-route-link { display: grid; width: 38px; height: 38px; flex: 0 0 auto; place-items: center; border-radius: 12px; background: #d7ff55; color: #0c3528; text-decoration: none; font-size: 1.05rem; font-weight: 900; }
.charging-route-link:hover { background: #c7ef45; color: #0c3528; }
.charging-location-meta { display: flex; flex-wrap: wrap; gap: .35rem; margin-top: .75rem; }
.charging-location-meta span { padding: .35rem .5rem; border-radius: 999px; background: #f0f3ee; color: #40534b; font-size: .58rem; font-weight: 850; }
.charging-location-meta .is-restricted { background: #fff3d1; color: #825700; }
.charging-location-meta .is-company { background: #e6f1f8; color: #285b80; }
.charging-live-summary { display: grid; grid-template-columns: repeat(3, 1fr); gap: .4rem; margin-top: .8rem; }
.charging-live-summary div { padding: .65rem .45rem; border-radius: 13px; background: #f0f3ee; text-align: center; }
.charging-live-summary strong, .charging-live-summary span { display: block; }
.charging-live-summary strong { font-size: 1rem; font-weight: 950; }
.charging-live-summary div:first-child strong { color: #1b8950; }
.charging-live-summary span { margin-top: .12rem; color: #718078; font-size: .52rem; font-weight: 850; letter-spacing: .04em; text-transform: uppercase; }
.charging-live-message { margin-top: .75rem; padding: .65rem .75rem; border-radius: 12px; background: #eef3ec; color: #52665d; font-size: .65rem; font-weight: 750; }
.charging-live-message.is-error { background: #fff0ed; color: #a33a29; }
.charging-occupancy { margin-top: .75rem; padding: .7rem .75rem .55rem; border: 1px solid #e0e6de; border-radius: 14px; background: #fafbf9; }
.charging-occupancy-head, .charging-occupancy-summary { display: flex; align-items: center; justify-content: space-between; gap: .5rem; }
.charging-occupancy-head > strong { color: #21382f; font-size: .67rem; font-weight: 950; }
.charging-occupancy-head > span { display: inline-flex; align-items: center; gap: .28rem; color: #718078; font-size: .51rem; font-weight: 800; }
.charging-occupancy-head > span i { width: 6px; height: 6px; border-radius: 50%; background: #e15d38; }
.charging-occupancy-summary { margin-top: .5rem; color: #718078; font-size: .51rem; font-weight: 800; }
.charging-occupancy-summary strong { margin-left: .15rem; color: #b34730; font-size: .62rem; }
.charging-occupancy-grid { position: relative; display: grid; height: 104px; grid-template-columns: repeat(24, minmax(0, 1fr)); gap: 2px; margin-top: .35rem; padding-top: 4px; border-top: 1px solid #edf0eb; background: repeating-linear-gradient(to bottom, transparent 0, transparent 23px, rgba(64, 83, 75, .07) 24px, transparent 25px); }
.charging-occupancy-column { display: grid; min-width: 0; grid-template-rows: 82px 14px; gap: 3px; align-items: end; }
.charging-occupancy-bar { display: flex; width: 100%; height: 82px; align-items: flex-end; overflow: hidden; border-radius: 3px 3px 2px 2px; background: rgba(82, 102, 93, .05); }
.charging-occupancy-bar i { display: block; width: 100%; min-height: 3px; border-radius: 3px 3px 1px 1px; background: #26965b; }
.charging-occupancy-column.is-medium .charging-occupancy-bar i { background: #e5a21a; }
.charging-occupancy-column.is-high .charging-occupancy-bar i { background: #e15d38; }
.charging-occupancy-column.is-empty .charging-occupancy-bar { border: 1px dashed #dfe5dd; background: repeating-linear-gradient(135deg, transparent 0 3px, rgba(113, 128, 120, .07) 3px 5px); }
.charging-occupancy-column small { overflow: visible; color: #849088; font-size: .43rem; font-weight: 750; line-height: 1; white-space: nowrap; }
.charging-occupancy-state { margin-top: .55rem; padding: .7rem; border-radius: 10px; background: #f0f3ee; color: #607269; font-size: .59rem; font-weight: 750; line-height: 1.4; text-align: center; }
.charging-occupancy-state.is-loading { display: flex; align-items: center; justify-content: center; gap: .4rem; }
.charging-occupancy-state.is-loading i { width: 10px; height: 10px; border: 2px solid #cdd6ca; border-top-color: #164f3b; border-radius: 50%; animation: charging-spin .8s linear infinite; }
.charging-occupancy-state.is-error { background: #fff0ed; color: #a33a29; }
.charging-occupancy-note { margin-top: .4rem; color: #718078; font-size: .5rem; line-height: 1.35; text-align: center; }
.charging-occupancy.is-unavailable { background: #f7f8f6; }
.charging-connectors { display: grid; gap: .4rem; max-height: 208px; margin-top: .7rem; overflow: auto; }
.charging-connector { display: grid; grid-template-columns: auto minmax(0, 1fr) auto; gap: .55rem; align-items: center; padding: .62rem; border: 1px solid #e0e6de; border-radius: 13px; background: #fafbf9; }
.charging-connector-status { width: 9px; height: 9px; border-radius: 50%; background: #e15d38; box-shadow: 0 0 0 4px rgba(225, 93, 56, .1); }
.charging-connector.is-available .charging-connector-status { background: #26965b; box-shadow: 0 0 0 4px rgba(38, 150, 91, .11); }
.charging-connector-main { min-width: 0; }
.charging-connector-main strong, .charging-connector-main small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.charging-connector-main strong { font-size: .67rem; }
.charging-connector-main small { margin-top: .12rem; color: #718078; font-size: .56rem; }
.charging-connector-side { text-align: right; }
.charging-connector-side strong, .charging-connector-side small { display: block; }
.charging-connector-side strong { color: #1b8950; font-size: .62rem; }
.charging-connector:not(.is-available) .charging-connector-side strong { color: #b34730; }
.charging-connector-side small { margin-top: .12rem; color: #718078; font-size: .53rem; }
.charging-update-row { display: flex; justify-content: space-between; gap: .5rem; margin-top: .7rem; padding-top: .65rem; border-top: 1px solid #e4e9e2; color: #718078; font-size: .55rem; font-weight: 750; }

.charging-results-section { display: flex; min-height: 0; flex: 1; flex-direction: column; padding: .85rem; }
.charging-results-head { display: flex; align-items: center; justify-content: space-between; gap: .75rem; padding: 0 .2rem .65rem; }
.charging-results-head > div { display: flex; align-items: center; gap: .4rem; }
.charging-results-head span, .charging-results-head small { color: #718078; font-size: .59rem; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.charging-results-head strong { display: grid; min-width: 24px; height: 24px; padding: 0 .35rem; place-items: center; border-radius: 999px; background: #164f3b; color: #fff; font-size: .6rem; }
.charging-results { display: grid; gap: .35rem; max-height: 360px; overflow: auto; overscroll-behavior: contain; }
.charging-result { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: .6rem; width: 100%; padding: .72rem; border: 1px solid transparent; border-radius: 13px; background: #ecefeb; color: #10211b; text-align: left; transition: border-color .18s ease, background-color .18s ease, transform .18s ease; }
.charging-result:hover { background: #e3e9e1; transform: translateY(-1px); }
.charging-result.is-selected { border-color: #164f3b; background: #fff; box-shadow: 0 7px 18px rgba(16, 33, 27, .07); }
.charging-result-name, .charging-result-company, .charging-result-address { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.charging-result-name { font-size: .7rem; font-weight: 900; }
.charging-result-company { margin-top: .18rem; color: #356d96; font-size: .5rem; font-weight: 900; letter-spacing: .05em; text-transform: uppercase; }
.charging-result-address { margin-top: .1rem; color: #718078; font-size: .56rem; }
.charging-result-info { display: flex; align-items: center; gap: .35rem; }
.charging-result-info > span { padding: .3rem .4rem; border-radius: 8px; background: #fff; color: #40534b; font-size: .57rem; font-weight: 900; white-space: nowrap; }
.charging-result-live { width: 8px; height: 8px; border-radius: 50%; background: #718078; }
.charging-result-live.is-available { background: #26965b; box-shadow: 0 0 0 4px rgba(38, 150, 91, .1); }
.charging-result-live.is-busy { background: #e15d38; box-shadow: 0 0 0 4px rgba(225, 93, 56, .09); }
.charging-result-live.is-partial { background: conic-gradient(#26965b 0 var(--available-angle), #e15d38 var(--available-angle) 360deg); box-shadow: 0 0 0 4px rgba(82, 102, 93, .09); }
.charging-result-live.is-operator-eldrive.is-unknown { background: #4c8ebb; box-shadow: 0 0 0 4px rgba(76, 142, 187, .11); }
.charging-result-live.is-operator-gigacharger.is-unknown { background: #7656b5; box-shadow: 0 0 0 4px rgba(118, 86, 181, .11); }
.charging-no-results { padding: 2rem 1rem; color: #718078; font-size: .75rem; text-align: center; }
.charging-disclaimer { max-width: 68rem; margin: .8rem auto 0; color: #718078; font-size: .65rem; line-height: 1.5; text-align: center; }

body.charging-map-mode { overflow: hidden; padding-bottom: 0; }
body.charging-map-mode .mobile-dock { display: none !important; }
.charging-app.is-map-mode { position: fixed; inset: 0; z-index: 2000; display: flex; height: 100dvh; flex-direction: column; overflow: hidden; margin: 0; background: #fff; }
.charging-app.is-map-mode .charging-toolbar { z-index: 2100; flex: 0 0 auto; margin: 0; padding: max(.55rem, env(safe-area-inset-top)) max(.55rem, env(safe-area-inset-right)) .55rem max(.55rem, env(safe-area-inset-left)); border-width: 0 0 1px; border-radius: 0; box-shadow: 0 10px 30px rgba(16, 33, 27, .14); }
.charging-app.is-map-mode .charging-alert, .charging-app.is-map-mode .charging-panel, .charging-app.is-map-mode .charging-disclaimer { display: none; }
.charging-app.is-map-mode .charging-layout { min-height: 0; flex: 1; grid-template-columns: 1fr; padding: 0; border: 0; border-radius: 0; box-shadow: none; }
.charging-app.is-map-mode .charging-map-wrap, .charging-app.is-map-mode #charging-stations-map { height: 100%; min-height: 0; }

@keyframes charging-pulse {
    0%, 100% { box-shadow: 0 0 0 0 rgba(38, 150, 91, .35); }
    50% { box-shadow: 0 0 0 6px rgba(38, 150, 91, 0); }
}

@keyframes charging-spin {
    to { transform: rotate(360deg); }
}

@media (min-width: 768px) {
    .charging-hero { grid-template-columns: minmax(0, 1.4fr) minmax(320px, .8fr); align-items: end; }
    .charging-statistics-page-head { grid-template-columns: minmax(0, 1fr) 250px; align-items: end; }
    .charging-statistics-overview { grid-template-columns: minmax(300px, .92fr) minmax(0, 1.4fr); }
    .charging-statistics-rankings { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .charging-toolbar { grid-template-columns: minmax(220px, 1fr) minmax(150px, 220px) minmax(150px, 220px) auto auto; margin-right: 1.25rem; margin-left: 1.25rem; }
    .charging-layout { padding-top: 2.7rem; }
    .charging-map-wrap { height: calc(100svh - 2rem); min-height: 680px; }
    #charging-stations-map { min-height: 680px; }
    .charging-results { max-height: 400px; }
}

@media (min-width: 1100px) {
    .charging-layout { grid-template-columns: minmax(0, 1fr) 390px; }
    .charging-map-wrap { height: calc(100svh - 2rem); min-height: 720px; }
    #charging-stations-map { min-height: 720px; }
    .charging-panel { height: calc(100svh - 2rem); min-height: 720px; }
    .charging-results { max-height: none; }
}

@media (max-width: 575.98px) {
    .charging-hero-stats div { padding: .7rem .55rem; }
    .charging-statistics { padding: .85rem; border-radius: 22px; }
    .charging-statistics-header { align-items: stretch; flex-direction: column; gap: .8rem; }
    .charging-statistics-periods { display: grid; grid-template-columns: repeat(3, 1fr); }
    .charging-statistics-live { min-height: 190px; }
    .charging-statistics-ring { width: 105px; height: 105px; flex-basis: 105px; }
    .charging-statistics-ring strong { font-size: 1.2rem; }
    .charging-statistics-highlights { grid-template-columns: 1fr; }
    .charging-statistics-highlight { min-height: 94px; }
    .charging-statistics-rankings > article { padding: .8rem; }
    .charging-statistics-nearby { padding: .8rem; }
    .charging-statistics-nearby-card { grid-template-columns: 74px minmax(0, 1fr); }
    .charging-statistics-nearby-map { width: 74px; }
    .charging-statistics-nearby-share { display: none; }
    .charging-statistics-footer { align-items: flex-start; flex-direction: column; }
    .charging-statistics-footer details p { right: auto; left: 0; }
    .charging-toolbar { grid-template-columns: repeat(2, minmax(0, 1fr)); margin-right: .45rem; margin-left: .45rem; }
    .charging-search { grid-column: 1 / -1; }
    .charging-near-me, .charging-map-mode-button { min-width: 0; padding-right: .45rem; padding-left: .45rem; }
    .charging-app.is-map-mode .charging-toolbar { margin: 0; }
    .charging-layout { border-radius: 22px; }
    .charging-map-legend { left: .7rem; }
    .charging-catalog-status { top: .55rem; right: .55rem; }
    .charging-update-row { flex-direction: column; }
    .charging-station-popup .leaflet-popup-content { width: min(340px, calc(100vw - 48px)) !important; }
    .charging-detail { padding: .9rem; }
}
