:root{--navy:#0a2342;--navy-2:#123a6b;--orange:#ff751f;--bg:#eef2f7;--card:#ffffff;--ink:#0f1f33;--muted:#5b6b80;--line:#e3e9f1;--gold:#f6c544;--radius:16px;--shadow:0 8px 28px rgba(15,31,51,0.08)}*{box-sizing:border-box}body,html{margin:0;padding:0}body{font-family:var(--font-thai),system-ui,"Segoe UI",sans-serif;background:var(--bg);color:var(--ink);-webkit-font-smoothing:antialiased;line-height:1.45}a{color:var(--navy-2)}.container{width:min(1080px,100% - 32px);margin-inline:auto}.page{min-height:100vh;display:flex;flex-direction:column}.masthead{position:relative;background:linear-gradient(135deg,var(--navy) 0,var(--navy-2) 100%);color:#fff;overflow:hidden}.masthead__bg{position:absolute;inset:0;background-image:radial-gradient(circle at 85% -10%,rgba(255,117,31,.35),transparent 45%),repeating-linear-gradient(115deg,rgba(255,255,255,.05) 0 2px,transparent 2px 26px);pointer-events:none}.masthead__inner{position:relative;display:flex;flex-wrap:wrap;gap:24px;align-items:flex-end;justify-content:space-between;padding:28px 0 30px}.brand{display:flex;flex-direction:column;align-items:flex-start}.tpbs{height:34px;width:auto;margin-bottom:14px}.brand__kicker{display:inline-block;font-size:13px;letter-spacing:.12em;background:var(--orange);color:#fff;padding:4px 12px;border-radius:999px;font-weight:600;margin-bottom:12px}.brand__title{margin:0;font-size:clamp(28px,5vw,44px);font-weight:700;line-height:1.1}.status{text-align:right;min-width:240px}.status__pill{display:inline-flex;align-items:center;gap:8px;font-size:13px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.18);padding:5px 12px;border-radius:999px}.dot{width:9px;height:9px;border-radius:50%;background:var(--gold)}.dot--live{background:#2ee06a;box-shadow:0 0 0 0 rgba(46,224,106,.7);animation:pulse 1.2s infinite}@keyframes pulse{to{box-shadow:0 0 0 8px rgba(46,224,106,0)}}.status__count{display:flex;align-items:baseline;gap:8px;justify-content:flex-end;margin:10px 0 2px}.status__big{font-size:38px;font-weight:700;color:var(--gold)}.status__sub{font-size:14px;color:rgba(255,255,255,.85)}.status__time{font-size:12.5px;color:rgba(255,255,255,.7)}.tabs{display:flex;gap:8px;margin:22px 0 18px}.tab{font:inherit;font-weight:600;font-size:15px;border:1px solid var(--line);background:var(--card);color:var(--muted);padding:10px 22px;border-radius:999px;cursor:pointer;transition:all .15s}.tab--active{background:var(--navy);border-color:var(--navy);color:#fff}.grid{display:grid;grid-template-columns:1.7fr 1fr;grid-gap:18px;gap:18px;align-items:stretch}@media (max-width:860px){.grid{grid-template-columns:1fr;align-items:start}}.panel{background:var(--card);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);padding:20px}.panel__head{display:flex;flex-wrap:wrap;align-items:baseline;justify-content:space-between;gap:8px;margin-bottom:14px}.panel__head h2{margin:0;font-size:19px}.panel__meta{font-size:13px;color:var(--muted)}.notice{background:#fff7ec;border:1px solid #ffe2bf;color:#8a5a16;padding:12px 14px;border-radius:12px;font-size:14px;margin:0 0 14px}.leader{position:relative;display:flex;align-items:center;gap:16px;padding:16px;border-radius:14px;background:linear-gradient(100deg,color-mix(in srgb,var(--c) 14%,#fff),#fff);border:1px solid color-mix(in srgb,var(--c) 35%,var(--line));margin-bottom:16px}.leader__avatarwrap{position:relative;width:76px;height:76px;flex:none}.leader__avatar{position:relative;width:100%;height:100%;border-radius:50%;overflow:hidden;border:3px solid var(--c);background:var(--c);display:grid;place-items:center;color:#fff;font-size:28px;font-weight:700}.leader__avatar img{object-fit:cover;object-position:top}.leader__badge{position:absolute;right:-2px;bottom:-2px;min-width:26px;height:26px;padding:0 6px;border-radius:999px;background:var(--c);color:#fff;font-size:14px;font-weight:700;display:grid;place-items:center;border:2.5px solid #fff;box-shadow:0 2px 6px rgba(15,31,51,.18)}.leader__rank{position:absolute;top:12px;right:12px;display:inline-flex;align-items:center;gap:4px;padding:3px 10px;border-radius:999px;background:var(--gold);color:var(--navy);font-size:12.5px;font-weight:700;letter-spacing:.2px;box-shadow:0 2px 6px rgba(15,31,51,.12)}.leader__info{flex:1 1;min-width:0;display:flex;flex-direction:column;gap:4px}.leader__tag{font-size:12.5px;color:var(--muted)}.leader__name{font-size:19px;font-weight:700}.leader__bar{height:12px;background:#eef2f7;border-radius:999px;overflow:hidden;margin-top:2px}.leader__fill{height:100%;border-radius:999px;min-width:2px;background:var(--c);transition:width .6s cubic-bezier(.22,1,.36,1)}.leader__num{font-size:15px;color:var(--c);font-weight:600}.rows{display:flex;flex-direction:column;gap:10px}.crow{display:grid;grid-template-columns:26px 60px 1fr auto;align-items:center;grid-gap:12px;gap:12px;padding:10px;border-radius:12px;border:1px solid transparent;transition:background .15s}.crow:hover{background:#f7f9fc}.crow--lead{background:#fbfdff;border-color:var(--line)}.crow--compact{grid-template-columns:22px 44px 1fr auto;gap:10px;padding:7px 8px}.crow__rank{text-align:center;font-weight:700;color:var(--muted);font-size:15px}.crow__avatarwrap{position:relative;width:60px;height:60px}.crow--compact .crow__avatarwrap{width:44px;height:44px}.crow__avatar{position:relative;width:100%;height:100%;border-radius:12px;overflow:hidden;border:2px solid var(--line);background:#f0f3f8}.crow__avatar img{object-fit:cover;object-position:top}.crow__num{inset:0;place-items:center;font-size:22px}.crow__badge,.crow__num{position:absolute;display:grid;color:#fff;font-weight:700}.crow__badge{right:-4px;bottom:-4px;min-width:20px;height:20px;padding:0 5px;border-radius:999px;font-size:11px;place-items:center;border:2px solid #fff;box-shadow:0 1px 4px rgba(15,31,51,.18)}.crow__body{min-width:0}.crow__line{display:flex;align-items:center;gap:8px;margin-bottom:6px}.crow__name{font-weight:600;font-size:15.5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.crow--compact .crow__name{font-size:14px}.crow__leadtag{font-size:11px;font-weight:700;color:#1a7f3c;background:#e3f7ea;padding:1px 7px;border-radius:999px;flex:none}.crow__bar{height:10px;background:#eef2f7;border-radius:999px;overflow:hidden}.crow__fill{height:100%;border-radius:999px;min-width:2px;transition:width .6s cubic-bezier(.22,1,.36,1)}.crow__stats{text-align:right;display:flex;flex-direction:column;min-width:76px}.crow__votes{font-weight:700;font-size:16px}.crow--compact .crow__votes{font-size:14px}.crow__pct{font-size:12.5px;color:var(--muted)}.turnout-hero{text-align:center;padding:14px 0 18px;border-bottom:1px dashed var(--line);margin-bottom:14px}.turnout-hero__pct{font-size:46px;font-weight:700;color:var(--navy);line-height:1}.turnout-hero__label{font-weight:600;margin-top:4px}.turnout-hero__sub{font-size:13px;color:var(--muted)}.stats{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:2px}.stats__item{display:flex;justify-content:space-between;gap:12px;align-items:baseline;padding:9px 4px;border-bottom:1px solid var(--line);font-size:13.5px}.stats__item:last-child{border-bottom:none}.stats__label{color:var(--muted)}.stats__value{font-weight:700;white-space:nowrap}.stats__pct{font-style:normal;font-weight:600;font-size:12px;color:var(--orange);margin-left:6px}.districts{display:grid;grid-template-columns:1fr 1fr;grid-gap:18px;gap:18px}@media (max-width:860px){.districts{grid-template-columns:1fr}}.district__head{margin-bottom:12px}.district__title{display:flex;align-items:baseline;justify-content:space-between;gap:8px}.district__no{font-size:20px;font-weight:700}.district__units{font-size:13px;color:var(--muted)}.district__progress{height:6px;background:#eef2f7;border-radius:999px;overflow:hidden;margin:8px 0 4px}.district__progressbar{height:100%;background:var(--orange);border-radius:999px;transition:width .6s ease}.district__votes{font-size:12.5px;color:var(--muted)}.loadmore{margin-top:10px;width:100%;font:inherit;font-weight:600;font-size:14px;color:var(--navy-2);background:#f4f7fb;border:1px solid var(--line);border-radius:10px;padding:9px 14px;cursor:pointer;transition:background .15s,border-color .15s}.loadmore:hover{background:#eaf0f8;border-color:color-mix(in srgb,var(--navy-2) 30%,var(--line))}.footer{margin-top:auto;padding:28px 0 36px;text-align:center;color:var(--muted);font-size:13px}@font-face{font-family:Anuphan;font-style:normal;font-weight:400;font-display:swap;src:url(/pattayaelection69/_next/static/media/b86b71495302ed8f-s.p.woff2) format("woff2");unicode-range:u+02d7,u+0303,u+0331,u+0e01-0e5b,u+200c-200d,u+25cc}@font-face{font-family:Anuphan;font-style:normal;font-weight:400;font-display:swap;src:url(/pattayaelection69/_next/static/media/28ed2746e72fcf41-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Anuphan;font-style:normal;font-weight:400;font-display:swap;src:url(/pattayaelection69/_next/static/media/ce8d4b74114316ca-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Anuphan;font-style:normal;font-weight:400;font-display:swap;src:url(/pattayaelection69/_next/static/media/d877add5adc7a711-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Anuphan;font-style:normal;font-weight:500;font-display:swap;src:url(/pattayaelection69/_next/static/media/b86b71495302ed8f-s.p.woff2) format("woff2");unicode-range:u+02d7,u+0303,u+0331,u+0e01-0e5b,u+200c-200d,u+25cc}@font-face{font-family:Anuphan;font-style:normal;font-weight:500;font-display:swap;src:url(/pattayaelection69/_next/static/media/28ed2746e72fcf41-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Anuphan;font-style:normal;font-weight:500;font-display:swap;src:url(/pattayaelection69/_next/static/media/ce8d4b74114316ca-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Anuphan;font-style:normal;font-weight:500;font-display:swap;src:url(/pattayaelection69/_next/static/media/d877add5adc7a711-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Anuphan;font-style:normal;font-weight:600;font-display:swap;src:url(/pattayaelection69/_next/static/media/b86b71495302ed8f-s.p.woff2) format("woff2");unicode-range:u+02d7,u+0303,u+0331,u+0e01-0e5b,u+200c-200d,u+25cc}@font-face{font-family:Anuphan;font-style:normal;font-weight:600;font-display:swap;src:url(/pattayaelection69/_next/static/media/28ed2746e72fcf41-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Anuphan;font-style:normal;font-weight:600;font-display:swap;src:url(/pattayaelection69/_next/static/media/ce8d4b74114316ca-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Anuphan;font-style:normal;font-weight:600;font-display:swap;src:url(/pattayaelection69/_next/static/media/d877add5adc7a711-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Anuphan;font-style:normal;font-weight:700;font-display:swap;src:url(/pattayaelection69/_next/static/media/b86b71495302ed8f-s.p.woff2) format("woff2");unicode-range:u+02d7,u+0303,u+0331,u+0e01-0e5b,u+200c-200d,u+25cc}@font-face{font-family:Anuphan;font-style:normal;font-weight:700;font-display:swap;src:url(/pattayaelection69/_next/static/media/28ed2746e72fcf41-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Anuphan;font-style:normal;font-weight:700;font-display:swap;src:url(/pattayaelection69/_next/static/media/ce8d4b74114316ca-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Anuphan;font-style:normal;font-weight:700;font-display:swap;src:url(/pattayaelection69/_next/static/media/d877add5adc7a711-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Anuphan Fallback;src:local("Arial");ascent-override:101.32%;descent-override:27.18%;line-gap-override:0.00%;size-adjust:101.17%}.__className_e0b3c4{font-family:Anuphan,Anuphan Fallback;font-style:normal}.__variable_e0b3c4{--font-thai:"Anuphan","Anuphan Fallback"}