@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=Noto+Sans+Thai:wght@300;400;500;600;700;800;900&display=swap");:root{--bes-bg-main:#020817;--bes-bg-sidebar:#061120;--bes-bg-panel:#0b1628;--bes-bg-card:#0f1b2f;--bes-bg-card-soft:#13233a;--bes-text-main:#f8fafc;--bes-text-secondary:#cbd5e1;--bes-text-muted:#94a3b8;--bes-text-soft:#64748b;--bes-blue:#2563eb;--bes-blue-light:#3b82f6;--bes-blue-soft:rgba(37,99,235,.16);--bes-green:#22c55e;--bes-yellow:#f59e0b;--bes-red:#ef4444;--bes-purple:#8b5cf6;--bes-cyan:#06b6d4;--bes-border:rgba(148,163,184,.16);--bes-border-strong:rgba(148,163,184,.28);--bes-shadow-sm:0 6px 18px rgba(0,0,0,.24);--bes-shadow-md:0 12px 36px rgba(0,0,0,.32);--bes-shadow-lg:0 22px 60px rgba(0,0,0,.45);--bes-radius-sm:10px;--bes-radius-md:14px;--bes-radius-lg:18px;--bes-radius-xl:24px;--bes-gap-xs:6px;--bes-gap-sm:10px;--bes-gap-md:16px;--bes-gap-lg:22px;--bes-gap-xl:32px;--bes-font-main:"Inter","Noto Sans Thai",system-ui,sans-serif}body,html{background:var(--bes-bg-main);color:var(--bes-text-main);font-family:Inter,Noto Sans Thai,sans-serif;font-weight:400}:root{--font-main:"Inter","Noto Sans Thai",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--bg-page:#050b16;--bg-shell:#061120;--bg-sidebar:#06101f;--bg-card:#0f1a2d;--bg-card-2:#10213a;--bg-card-soft:rgba(15,32,56,.92);--text-main:#e6edf3;--text-strong:#fff;--text-secondary:#a9b7c9;--text-muted:#7f8da3;--accent-blue:#2563eb;--accent-blue-2:#3b82f6;--accent-green:#22c55e;--accent-yellow:#f59e0b;--accent-red:#ef4444;--accent-purple:#8b5cf6;--border-soft:rgba(148,163,184,.14);--border-blue:rgba(96,165,250,.18);--radius-sm:10px;--radius-md:14px;--radius-lg:18px;--radius-xl:22px;--shadow-card:0 14px 45px rgba(0,0,0,.24);--shadow-hover:0 20px 55px rgba(0,0,0,.34);--sidebar-w:286px;--footer-h:38px}*,:after,:before{box-sizing:border-box}#__next,body,html{min-height:100%}html{scroll-behavior:smooth}body{margin:0;background:var(--bg-page);color:var(--text-main);font-family:var(--font-main);overflow-x:hidden}a{color:inherit;text-decoration:none}button,input,select,textarea{font-family:inherit}button{cursor:pointer}img{max-width:100%;display:block}.bes-dark-shell{min-height:100vh;display:grid;grid-template-columns:var(--sidebar-w) minmax(0,1fr);background:radial-gradient(circle at top left,rgba(37,99,235,.18),transparent 35%),linear-gradient(180deg,#061120,#020817);color:var(--text-main)}.bes-dark-sidebar{height:100vh;position:-webkit-sticky;position:sticky;top:0;background:linear-gradient(180deg,#06101f,#07182c);border-right:1px solid var(--border-soft);padding:18px 14px;display:flex;flex-direction:column;gap:16px;overflow-y:auto;overflow-x:hidden}.bes-dark-brand{padding-bottom:8px}.bes-dark-brand img{width:138px;max-height:70px;object-fit:contain;display:block;margin:0 auto 6px}.bes-dark-brand small{display:block;text-align:center;font-size:10px;color:var(--text-muted);letter-spacing:.08em}.bes-dark-nav{display:flex;flex-direction:column;gap:7px;overflow-y:auto;padding-right:4px}.bes-dark-nav a{color:#cbd5e1;display:flex;align-items:center;gap:12px;padding:11px 13px;border-radius:12px;font-weight:inherit;transition:background .2s ease,color .2s ease,transform .2s ease,box-shadow .2s ease}.bes-dark-nav a:hover{color:#fff;background:rgba(37,99,235,.18);transform:translateX(3px)}.bes-dark-nav a.active{color:#fff;background:linear-gradient(135deg,#1d4ed8,#2563eb);box-shadow:0 12px 30px rgba(37,99,235,.22)}.bes-academy-card,.bes-dark-user{background:rgba(30,64,175,.45);border:1px solid rgba(96,165,250,.22);border-radius:14px;padding:14px}.bes-academy-card{margin-top:auto;display:grid;grid-gap:8px;gap:8px}.bes-academy-card strong{color:var(--text-strong);font-size:16px}.bes-academy-card span,.bes-dark-user span{display:block;color:#cbd5e1;font-size:12px}.bes-academy-card button,.crm-btn{border:0;background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;border-radius:10px;padding:10px;font-weight:800;text-align:center}.bes-dark-user{display:flex;gap:12px;align-items:center}.bes-dark-user strong{color:var(--text-strong)}.avatar{width:44px;height:44px;border-radius:999px;background:#eaf2ff;color:#2563eb;display:grid;place-items:center;font-weight:900;flex:0 0 auto}.avatar.small{width:36px;height:36px}.bes-dark-main{min-width:0;padding:18px 22px calc(var(--footer-h) + 52px)}.bes-dark-topbar{display:grid;grid-template-columns:minmax(260px,1fr) minmax(280px,420px) auto;align-items:center;grid-gap:18px;gap:18px;margin-bottom:16px}.bes-dark-topbar h2{margin:0 0 4px;font-size:30px;line-height:1.15;font-weight:850;letter-spacing:-.03em;color:var(--text-strong)}.bes-dark-topbar p{margin:0;color:var(--text-secondary);line-height:1.45}.bes-search{height:44px;border-radius:14px;border:1px solid rgba(148,163,184,.2);background:rgba(15,23,42,.8);display:flex;align-items:center;gap:10px;padding:0 14px}.bes-search span{color:#cbd5e1}.bes-search input{flex:1 1;background:transparent;border:0;color:var(--text-main);outline:none;font-size:14px}.bes-search input::placeholder{color:rgba(203,213,225,.58)}.bes-top-actions{display:flex;align-items:center;gap:10px}.bes-top-actions button{position:relative;border:1px solid rgba(148,163,184,.18);background:rgba(15,23,42,.78);color:#fff;border-radius:14px;height:42px;min-width:42px}.bes-top-actions button b{position:absolute;top:-8px;right:-6px;background:var(--accent-red);border-radius:999px;font-size:11px;padding:2px 6px}.bes-profile{display:flex;align-items:center;gap:10px}.bes-profile strong{color:var(--text-strong)}.bes-profile span{display:block;color:var(--text-secondary);font-size:12px}.bes-dark-dashboard{display:grid;grid-gap:16px;gap:16px}.bes-kpi-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:16px;gap:16px}.bes-action-panel,.bes-dark-card,.bes-kpi-card,.bes-side-panel{background:linear-gradient(180deg,rgba(15,23,42,.96),rgba(15,32,56,.92));border:1px solid var(--border-blue);border-radius:16px;box-shadow:var(--shadow-card);color:var(--text-main)}.bes-kpi-card{min-height:110px;padding:18px;display:flex;gap:16px;align-items:center}.kpi-icon{width:56px;height:56px;border-radius:14px;background:rgba(37,99,235,.25);display:grid;place-items:center;font-size:26px;flex:0 0 auto}.bes-kpi-card p{margin:0 0 6px;color:#dbe7f6;font-weight:600}.bes-kpi-card strong{display:block;font-size:26px;line-height:1.05;color:#fff;letter-spacing:-.02em}.bes-kpi-card span{display:block;margin-top:6px;color:#4ade80;font-size:13px;line-height:1.25}.bes-main-grid{display:grid;grid-template-columns:minmax(0,1fr) 320px;grid-gap:16px;gap:16px}.bes-product-hero{grid-template-rows:auto auto;align-content:space-between;min-height:560px!important}.tag{position:absolute;top:18px;left:18px;background:#2563eb;color:#fff;padding:6px 14px;border-radius:999px;font-size:13px;font-weight:800;z-index:2}.product-left{display:flex!important;align-items:center!important;justify-content:center!important}.product-machine{width:170px;height:210px;margin:34px auto 12px;border-radius:24px;background:linear-gradient(160deg,#111827,#374151);display:grid;place-items:center;box-shadow:0 18px 60px rgba(59,130,246,.28)}.machine-body{writing-mode:vertical-rl;color:#60a5fa;font-size:32px;font-weight:900;letter-spacing:.15em}.slider-dot{text-align:center;color:#60a5fa}.product-text h1{font-size:clamp(34px,4vw,48px);line-height:1;margin:0;color:var(--text-strong);letter-spacing:-.04em}.product-text h2{margin:8px 0 18px;color:#dbeafe;font-size:24px}.product-text p{color:var(--text-secondary);line-height:1.6;font-size:15px}.bes-action-panel{min-height:210px;padding:18px}.bes-action-panel h3{margin:0 0 8px;color:var(--text-strong)}.bes-action-panel p{color:var(--text-secondary);font-size:14px;line-height:1.45}.bes-action-panel a{display:inline-block;color:#fff;border:1px solid #2563eb;border-radius:10px;padding:9px 12px;margin:8px 0}.mini-chart{height:72px;margin-top:8px;border-radius:12px;background:linear-gradient(135deg,transparent 20%,rgba(37,99,235,.45)),repeating-linear-gradient(90deg,rgba(148,163,184,.08) 0 1px,transparent 1px 16px)}.bes-right-panel{display:grid;grid-gap:12px;gap:12px;align-content:start}.bes-side-panel{padding:16px}.panel-head{display:flex;justify-content:space-between;align-items:center}.panel-head h3{margin:0 0 12px;color:var(--text-strong);font-size:20px}.panel-head span{color:#60a5fa;font-size:13px}.alert-row{display:flex;gap:10px;padding:10px 0;border-top:1px solid rgba(148,163,184,.1)}.alert-row b{width:26px;height:26px;border-radius:999px;display:grid;place-items:center;color:#fff;flex:0 0 auto}.alert-row .red{background:var(--accent-red)}.alert-row .yellow{background:var(--accent-yellow)}.alert-row .blue{background:var(--accent-blue)}.alert-row strong{color:var(--text-strong)}.alert-row p{margin:2px 0 0;color:var(--text-secondary);font-size:12px}.quick-icon-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:8px;gap:8px}.quick-icon-grid a{color:#cbd5e1;background:rgba(51,65,85,.7);padding:12px 6px;display:grid;place-items:center;grid-gap:5px;gap:5px;font-size:18px;transition:background .2s ease,transform .2s ease}.quick-icon-grid a:hover{background:rgba(59,130,246,.28);transform:translateY(-2px)}.quick-icon-grid span{font-size:11px;text-align:center}.sales-summary{display:grid;grid-template-columns:1fr 1fr;grid-gap:10px;gap:10px}.sales-summary div{border:1px solid rgba(148,163,184,.12);border-radius:12px;padding:12px}.sales-summary strong{color:#fff;font-size:20px;display:block}.sales-summary span{color:var(--text-secondary);font-size:12px}.pipeline{margin:14px 0;height:8px;border-radius:99px;background:rgba(148,163,184,.15);overflow:hidden}.pipeline div{width:78%;height:100%;background:linear-gradient(90deg,#22c55e,#60a5fa,#8b5cf6)}.crm-btn{display:inline-flex;min-width:130px;justify-content:center}.bes-bottom-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:16px;gap:16px}.bes-dark-card{min-height:260px;padding:18px}.bes-dark-card h3{margin:0 0 12px;color:var(--text-strong)}.donut-wrap{display:grid;grid-template-columns:180px minmax(0,1fr);grid-gap:20px}.donut{width:150px;height:150px;border-radius:999px;display:grid;place-items:center;text-align:center;font-size:26px;font-weight:900;color:#fff;background:conic-gradient(#22c55e 0 75%,#f59e0b 75% 91%,#ef4444 91% 97%,#64748b 97%)}.donut span{font-size:14px}.status-list p{color:#cbd5e1;margin:10px 0;line-height:1.45}.status-list b{display:inline-block;width:9px;height:9px;border-radius:999px;margin-right:8px}.green{background:var(--accent-green)}.yellow{background:var(--accent-yellow)}.red{background:var(--accent-red)}.gray{background:#64748b}.thai-map-mock{height:200px;border-radius:16px;background:radial-gradient(circle,rgba(34,197,94,.9) 1px,transparent 3px),linear-gradient(135deg,rgba(59,130,246,.25),rgba(15,23,42,.6));background-size:22px 22px,cover;display:grid;place-items:center;color:#dbeafe;text-align:center}.line-chart-mock{height:210px}.line-chart-mock svg{width:100%;height:100%}.bes-dark-footer{position:fixed;bottom:0;left:var(--sidebar-w);right:0;height:var(--footer-h);background:rgba(2,6,23,.78);border-top:1px solid rgba(148,163,184,.1);display:flex;align-items:center;justify-content:center;gap:28px;color:var(--text-secondary);font-size:13px;z-index:20}.bes-dark-footer span:first-child{color:var(--accent-green)}.bes-dark-footer button{background:rgba(15,23,42,.8);color:#cbd5e1;border:1px solid rgba(148,163,184,.15);border-radius:10px;padding:6px 12px}.app,.app-shell,.core-shell-final,.rental-shell-final{display:grid;grid-template-columns:240px 1fr;height:100vh;background:#020817}.rental-sidebar-final{background:linear-gradient(180deg,#020817,#030f1f);border-right:1px solid rgba(148,163,184,.1);padding:12px}.rental-main-final{display:flex;flex-direction:column;height:100vh}.rental-content-final{padding:0 24px 20px}.card,.card-v2,.panel-v2{background:#fff;color:#071b45;border:1px solid #dbe5f1;border-radius:16px;padding:16px}.btn-primary,.primary-btn-v2{background:#2563eb;color:#fff;border:0;border-radius:12px;padding:10px 14px;font-weight:800}@media (max-width:1200px){.bes-kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.bes-main-grid,.bes-product-hero{grid-template-columns:1fr}.bes-right-panel{grid-template-columns:repeat(2,minmax(0,1fr))}.bes-bottom-grid{grid-template-columns:1fr}}@media (max-width:860px){:root{--sidebar-w:0px}.bes-dark-shell{grid-template-columns:1fr}.bes-dark-sidebar{display:none}.bes-dark-main{padding:14px 14px calc(var(--footer-h) + 50px)}.bes-dark-topbar{grid-template-columns:1fr}.bes-top-actions{justify-content:space-between}.bes-right-panel,.donut-wrap{grid-template-columns:1fr}.bes-dark-footer{left:0;gap:12px}}.bes-card{background:var(--bes-bg-card);color:var(--bes-text-secondary);border:1px solid var(--bes-border);border-radius:var(--bes-radius-lg);box-shadow:var(--bes-shadow-md);padding:16px;transition:all .2s ease}.bes-card:hover{transform:translateY(-3px);box-shadow:var(--bes-shadow-lg)}.bes-dark-main,.core-main-final{padding-bottom:96px!important}.bes-action-panel,.bes-dark-card,.bes-kpi-card,.bes-side-panel,.core-module-card-final,.core-status-card-final{background:linear-gradient(180deg,#0b1628,#0f1f35)!important;border:1px solid rgba(148,163,184,.16)!important;box-shadow:0 16px 44px rgba(0,0,0,.36),inset 0 1px 0 hsla(0,0%,100%,.04)!important;border-radius:18px!important}.bes-dark-main p,.bes-dark-main span,.core-main-final p,.core-main-final span{color:#cbd5e1!important}.bes-dark-footer span:first-child,.bes-kpi-card span{color:#4ade80!important}.bes-product-hero{min-height:420px!important;margin-bottom:28px!important;background:radial-gradient(circle at 18% 35%,rgba(37,99,235,.38),transparent 34%),linear-gradient(135deg,#0b2a5a,#061427 55%,#020817)!important}.alert-row p,.sales-summary span,.status-list p{color:#cbd5e1!important}.bes-dark-card:hover,.bes-kpi-card:hover,.bes-side-panel:hover{transform:translateY(-3px);box-shadow:0 22px 60px rgba(0,0,0,.45),inset 0 1px 0 hsla(0,0%,100%,.05)!important}.bes-dark-footer{height:44px!important;background:rgba(2,6,23,.88)!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;z-index:50}.bes-product-hero{grid-template-columns:300px minmax(280px,1fr) 180px 180px 180px!important;grid-gap:18px!important;gap:18px!important;padding:28px!important}.product-text h1{font-size:46px!important;margin:0 0 10px!important}.product-text h2{font-size:30px!important}.product-text p{line-height:1.7!important;max-width:320px!important}.bes-action-panel{position:relative!important;z-index:4!important;min-height:230px!important;align-self:center!important}.bes-bottom-grid{grid-template-columns:1.1fr 1fr 1fr!important;grid-gap:18px!important;gap:18px!important;margin-top:22px!important}.bes-dark-card{min-height:330px!important;overflow:hidden!important}.donut-wrap{grid-template-columns:190px minmax(120px,1fr)!important;grid-gap:26px!important;gap:26px!important}.donut{font-size:30px!important}.status-list p{font-size:16px!important;margin:12px 0!important}.thai-map-mock{height:210px!important;margin-top:18px!important}.line-chart-mock{height:230px!important}.bes-dark-main{padding-bottom:120px!important}@media (max-width:1400px){.bes-product-hero{grid-template-columns:260px 1fr 170px 170px!important}.bes-product-hero .bes-action-panel:nth-of-type(3){display:none!important}}.bes-product-hero .bes-action-panel{min-height:220px!important;max-width:180px!important}@media (max-width:1500px){.bes-product-hero .bes-action-panel:nth-of-type(3){display:none!important}}.bes-product-hero{min-height:580px!important}.product-left{position:absolute!important;left:40px;bottom:40px}.product-text{position:absolute!important;top:80px;left:380px;max-width:420px}.bes-product-hero>div:last-child{position:absolute!important;bottom:40px;left:380px;width:420px}.bes-bottom-grid{grid-template-columns:1fr 1fr 1.2fr!important;grid-gap:20px!important;gap:20px!important}.bes-dark-card{height:360px!important;padding:24px!important}.donut-wrap{grid-template-columns:160px 1fr!important;grid-gap:20px!important;gap:20px!important}.donut{width:150px!important;height:150px!important}.line-chart-mock{height:260px!important}.bes-product-hero{position:relative!important;grid-template-columns:300px minmax(360px,1fr) 210px 210px!important;grid-gap:22px!important;gap:22px!important;min-height:540px!important;align-items:center!important}.bes-product-hero>*{position:relative!important;inset:auto!important}.bes-product-hero .tag{top:24px!important;left:28px!important;z-index:5!important}.product-left{align-self:center!important;justify-self:center!important;z-index:2!important}.product-text{align-self:center!important;max-width:420px!important;z-index:3!important}.product-text h1{font-size:48px!important;line-height:1.05!important;margin:0 0 12px!important}.product-text h2{font-size:32px!important;line-height:1.25!important;margin:0 0 18px!important}.product-text p{font-size:18px!important;line-height:1.65!important;color:#cbd5e1!important}.bes-product-hero .bes-action-panel{width:100%!important;max-width:210px!important;min-height:230px!important;align-self:center!important;z-index:4!important}.bes-product-hero .bes-action-panel:first-of-type{grid-column:3!important;grid-row:1!important}.bes-product-hero .bes-action-panel:nth-of-type(2){grid-column:4!important;grid-row:1!important}.bes-product-hero .bes-action-panel:nth-of-type(3){grid-column:3/span 2!important;grid-row:2!important;max-width:440px!important;min-height:210px!important}.bes-bottom-grid{grid-template-columns:1.15fr 1fr 1fr!important;margin-top:24px!important}.bes-bottom-grid .bes-dark-card{min-height:360px!important;display:flex!important;flex-direction:column!important}.donut-wrap{display:grid!important;grid-template-columns:190px minmax(150px,1fr)!important;grid-gap:28px!important;gap:28px!important;margin-top:20px!important}.donut{width:180px!important;height:180px!important}.status-list{min-width:0!important}.status-list p{font-size:15px!important;line-height:1.45!important;margin:10px 0!important;color:#cbd5e1!important}.thai-map-mock{height:230px!important;margin-top:22px!important;border-radius:18px!important}.line-chart-mock{margin-top:24px!important}.bes-dark-main,.core-main-final{padding-bottom:120px!important}@media (max-width:1450px){.bes-product-hero{grid-template-columns:280px minmax(320px,1fr) 210px!important}.bes-product-hero .bes-action-panel:first-of-type{grid-column:3!important;grid-row:1!important}.bes-product-hero .bes-action-panel:nth-of-type(2){grid-column:3!important;grid-row:2!important}.bes-product-hero .bes-action-panel:nth-of-type(3){display:none!important}}.bes-main-grid .bes-product-hero{position:relative!important;display:grid!important;grid-template-columns:300px minmax(0,1fr)!important;grid-template-rows:1fr auto!important;grid-gap:24px!important;gap:24px!important;min-height:560px!important;padding:34px!important;overflow:hidden!important}.bes-main-grid .bes-product-hero>*{position:relative!important;inset:auto!important}.bes-main-grid .product-left{grid-column:1!important;grid-row:1/span 2!important;align-self:center!important;justify-self:center!important}.bes-main-grid .product-text{grid-column:2!important;grid-row:1!important;align-self:center!important;max-width:520px!important;z-index:3!important}.bes-main-grid .product-actions{grid-column:2!important;grid-row:2!important;display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;grid-gap:16px!important;gap:16px!important;width:100%!important;z-index:4!important}.bes-main-grid .product-actions .bes-action-panel,.bes-main-grid .product-actions .bes-action-panel:first-child,.bes-main-grid .product-actions .bes-action-panel:nth-child(2),.bes-main-grid .product-actions .bes-action-panel:nth-child(3){position:relative!important;inset:auto!important;display:flex!important;flex-direction:column!important;justify-content:space-between!important;width:auto!important;max-width:none!important;min-height:200px!important;grid-column:auto!important;grid-row:auto!important}.bes-bottom-grid{grid-gap:22px!important;align-items:stretch!important;margin-top:26px!important}.bes-bottom-grid .bes-dark-card{min-height:380px!important;height:auto!important;padding:26px!important;overflow:hidden!important}.donut-wrap{display:flex!important;flex-direction:column!important;gap:18px!important;margin-top:18px!important}.donut{width:170px!important;height:170px!important;font-size:32px!important;flex-shrink:0!important}.status-list{width:100%!important;display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;grid-gap:8px 12px!important;gap:8px 12px!important}.status-list p{margin:0!important;font-size:13px!important;line-height:1.35!important;white-space:normal!important}.thai-map-mock{height:240px!important;margin-top:20px!important}.line-chart-mock{height:250px!important;margin-top:22px!important}.bes-dark-main,.core-main-final{padding-bottom:130px!important}.bes-product-hero .tag{position:absolute!important;top:20px!important;left:24px!important;display:inline-block!important;width:auto!important;max-width:max-content!important;padding:6px 14px!important;border-radius:999px!important;background:linear-gradient(90deg,#3b82f6,#2563eb)!important;color:#fff!important;font-size:13px!important;z-index:10!important}.bes-product-hero .bes-action-panel{position:relative!important;transform:none!important;inset:auto!important}.product-actions{grid-gap:16px!important;gap:16px!important}.product-actions,.product-actions>*{width:100%!important}.bes-product-hero{overflow:hidden!important}.product-actions{align-self:end!important}.bes-product-hero{padding-bottom:40px!important}.product-text{align-self:start!important}.bes-product-hero{padding:32px 36px!important}.product-text{max-width:480px!important;line-height:1.4!important}.product-text h1{font-size:42px!important}.product-text h2{font-size:24px!important;opacity:.9}.product-text p{opacity:.7}.bes-action-panel{min-height:220px!important;padding:18px!important;border-radius:18px!important;background:linear-gradient(180deg,hsla(0,0%,100%,.05),hsla(0,0%,100%,.02))!important;border:1px solid hsla(0,0%,100%,.08)!important;transition:all .2s ease}.bes-action-panel:hover{transform:translateY(-4px);box-shadow:0 20px 40px rgba(0,0,0,.4)}.bes-bottom-grid .bes-dark-card{display:flex;flex-direction:column;justify-content:space-between}.donut-wrap{flex-direction:row!important;align-items:center!important;justify-content:space-between!important}.status-list{display:flex!important;flex-direction:column!important;gap:8px!important;font-size:13px}.line-chart-mock,.thai-map-mock{height:220px!important}.bes-product-hero{min-height:430px!important;padding:28px 32px!important;grid-template-columns:280px 1fr!important;grid-template-rows:1fr auto!important;grid-column-gap:36px!important;column-gap:36px!important;grid-row-gap:18px!important;row-gap:18px!important}.product-left{grid-column:1!important;grid-row:1/span 2!important;transform:translateY(8px)!important}.product-machine{transform:scale(.86)!important}.product-text{grid-column:2!important;grid-row:1!important;align-self:end!important;max-width:520px!important;transform:translateY(18px)!important}.product-text h1{font-size:40px!important;margin-bottom:8px!important}.product-text h2{font-size:25px!important;margin-bottom:14px!important}.product-text p{font-size:15px!important;line-height:1.55!important}.product-actions{grid-template-columns:repeat(3,minmax(0,1fr))!important;grid-gap:14px!important;gap:14px!important;align-self:start!important;transform:translateY(-6px)!important}.product-actions .bes-action-panel{min-height:170px!important;padding:16px!important}.product-actions .bes-action-panel h3{font-size:18px!important;line-height:1.25!important}.product-actions .bes-action-panel p{font-size:13px!important;line-height:1.45!important}.product-actions .mini-chart{height:46px!important}.bes-bottom-grid{margin-top:28px!important;gap:22px!important}.bes-bottom-grid .bes-dark-card{min-height:300px!important;padding:22px!important}.donut{width:145px!important;height:145px!important;font-size:28px!important}.line-chart-mock,.thai-map-mock{height:200px!important}.bes-product-hero{min-height:520px!important;padding:32px!important;display:grid!important;grid-template-columns:300px 1fr!important;grid-template-rows:auto auto!important;grid-gap:24px!important;gap:24px!important;align-content:center!important}.product-actions{grid-column:2!important;grid-row:2!important;display:grid!important;grid-template-columns:repeat(3,1fr)!important;grid-gap:18px!important;gap:18px!important;transform:translateY(-60px)!important;z-index:2}.bes-product-hero:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 30% 60%,rgba(59,130,246,.25),transparent 60%),radial-gradient(circle at 80% 20%,rgba(99,102,241,.2),transparent 60%);z-index:0}.bes-product-hero>*{position:relative;z-index:1}.product-text{transform:translateY(20px)!important;max-width:520px}.product-machine{transform:scale(.95) translateY(10px)!important}.bes-product-hero{position:relative;border-radius:20px;padding:40px;background:radial-gradient(circle at 30% 40%,#1f3a70 0,#0b1a33 60%)}.product-machine{width:180px;height:240px;border-radius:20px;background:linear-gradient(180deg,#1f2937,#0f172a);box-shadow:0 20px 60px rgba(0,0,0,.8);display:flex;align-items:center;justify-content:center}.product-machine:after{content:"";position:absolute;bottom:-30px;width:160px;height:40px;background:radial-gradient(circle,#3b82f6,transparent);filter:blur(20px)}.bes-action-panel{position:relative;top:-60px}.bes-main-grid{position:relative}.bes-product-hero{z-index:1}.bes-action-panel{position:absolute;bottom:-40px}.kpi-icon{width:44px;height:44px;border-radius:12px;background:linear-gradient(135deg,#2563eb,#4f46e5);display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 6px 20px rgba(37,99,235,.5)}.quick-icon-grid a{background:hsla(0,0%,100%,.05);border-radius:12px;padding:14px;transition:.3s}.quick-icon-grid a:hover{transform:translateY(-4px);background:rgba(59,130,246,.2)}.bes-kpi-card:hover{transform:translateY(-4px);transition:.3s}.bes-donut-chart{position:relative}.bes-donut-center{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center}.bes-donut-center strong{font-size:28px;color:#fff}.bes-donut-center span{font-size:12px;opacity:.6}.recharts-sector{filter:drop-shadow(0 0 6px rgba(34,197,94,.4))}.bes-dark-card{padding:20px;overflow:visible}.thai-map-pro{height:220px;border-radius:18px;background:radial-gradient(circle at 55% 45%,rgba(34,197,94,.18),transparent 35%),linear-gradient(180deg,rgba(30,64,175,.25),rgba(15,23,42,.15))}.thai-map-shape{inset:28px 36px;border-radius:45% 38% 50% 42%;border:1px solid rgba(96,165,250,.25);background:rgba(15,23,42,.45);color:rgba(230,237,243,.85);display:flex;align-items:center;justify-content:center;font-size:22px}.thai-map-dot{width:9px;height:9px;border-radius:999px;box-shadow:0 0 14px rgba(34,197,94,.9)}.donut-center{inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center}.donut-number{font-size:32px;color:#e6edf3;text-shadow:0 0 10px rgba(34,197,94,.6)}.donut-legend{gap:4px;font-size:12px;color:#94a3b8}.legend-item .dot{width:8px;height:8px;border-radius:999px}.bes-dark-card{background:linear-gradient(180deg,#0f172a,#020617);border-radius:16px;padding:16px;box-shadow:0 0 0 1px rgba(148,163,184,.08)}.card-header{font-size:14px;font-weight:600;color:#cbd5f5;margin-bottom:10px}.card-body{width:100%;height:220px}.donut-number{font-size:26px}.bes-product-hero-v2{position:relative;min-height:620px;overflow:hidden;border-radius:22px;border:1px solid rgba(96,165,250,.22);background:linear-gradient(90deg,rgba(7,22,45,.96),rgba(9,22,47,.82)),radial-gradient(circle at 70% 28%,rgba(59,130,246,.32),transparent 34%),linear-gradient(135deg,#07172f,#020817);box-shadow:0 22px 70px rgba(0,0,0,.42);padding:34px;display:grid;grid-template-columns:minmax(380px,.95fr) minmax(360px,1.05fr);grid-template-rows:1fr auto;grid-gap:22px 30px;gap:22px 30px}.hero-bg-glow{position:absolute;inset:0;background:radial-gradient(circle at 26% 52%,rgba(37,99,235,.28),transparent 36%),radial-gradient(circle at 78% 38%,rgba(14,165,233,.18),transparent 30%);pointer-events:none}.hero-product-visual{padding-right:40px}.hero-product-visual img{width:340px;max-width:100%;right:-20px;top:10px}.hero-copy{align-self:center;max-width:600px}.hero-copy .tag{position:static!important;display:inline-flex!important;width:-moz-fit-content!important;width:fit-content!important;margin-bottom:18px}.hero-copy h1{margin:0;color:#fff;font-size:clamp(46px,4.5vw,68px);line-height:.95;letter-spacing:-.055em}.hero-copy h2{margin:10px 0 12px;color:#e0f2fe;font-size:clamp(24px,2.2vw,34px);line-height:1.2}.hero-copy p{max-width:460px;color:#cbd5e1!important;font-size:16px;line-height:1.65;margin:0 0 22px}.hero-feature-row{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:12px;gap:12px;margin:24px 0 22px}.hero-feature{padding:12px 10px;border-radius:16px;background:rgba(15,23,42,.42);border:1px solid rgba(96,165,250,.13);text-align:center}.hero-feature svg{width:28px;height:28px;color:#38bdf8;filter:drop-shadow(0 0 12px rgba(56,189,248,.42))}.hero-feature strong{display:block;margin-top:8px;color:#fff;font-size:14px}.hero-feature span{display:block;margin-top:3px;color:#94a3b8!important;font-size:11px;line-height:1.3}.hero-cta-row{display:flex;flex-wrap:wrap;gap:12px}.hero-cta-row a{min-height:42px;padding:0 18px;display:inline-flex;align-items:center;gap:8px;border-radius:12px;color:#fff;font-weight:800;border:1px solid rgba(96,165,250,.35);background:rgba(15,35,75,.82)}.hero-cta-row a:first-child{background:linear-gradient(135deg,#2563eb,#1d4ed8);box-shadow:0 16px 34px rgba(37,99,235,.3)}.hero-product{display:grid!important;grid-template-columns:1.2fr 1fr!important;grid-gap:40px!important;gap:40px!important;align-items:center!important}.hero-product-visual img{width:min(460px,95%);object-fit:contain;filter:drop-shadow(0 30px 50px rgba(0,0,0,.55))}.hero-product-visual:after{bottom:10px;width:420px;height:90px;background:radial-gradient(circle,rgba(59,130,246,.85),transparent);filter:blur(40px);z-index:1}.spec-card{right:10px;width:170px;border-radius:14px;padding:13px 15px;background:rgba(8,23,46,.82);border:1px solid rgba(96,165,250,.28);box-shadow:0 14px 34px rgba(0,0,0,.28)}.spec-card span{display:block;color:#cbd5e1!important;font-size:12px}.spec-card strong{display:block;color:#fff;margin-top:5px;font-size:20px}.spec-1{top:90px}.spec-2{top:178px}.sidestream-strip{margin-top:-60px;padding-top:30px;border-top:1px solid hsla(0,0%,100%,.05)}.sidestream-head{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:10px}.sidestream-head h3{margin:0;color:#fff;font-size:18px}.sidestream-head span{color:#94a3b8!important;font-size:12px}.sidestream-strip img{width:100%;height:122px;object-fit:contain;object-position:center}.bes-product-hero{display:none!important}.bes-main-grid{grid-template-columns:minmax(0,1fr) 320px!important;gap:16px!important;align-items:stretch!important}.bes-bottom-grid{grid-template-columns:1.05fr .9fr 1.05fr!important;gap:16px!important;margin-top:16px!important}.bes-bottom-grid .bes-dark-card{min-height:310px!important}@media (max-width:1400px){.bes-product-hero-v2{grid-template-columns:1fr;min-height:auto}.hero-product-visual{min-height:340px}.spec-card{right:20px}}@media (max-width:900px){.hero-feature-row{grid-template-columns:repeat(2,minmax(0,1fr))}.sidestream-strip img{height:96px}}.hero-product-visual img{width:420px!important;transform:scale(1.25) translateY(10px)}.hero-product-visual:after{bottom:30px;width:300px;height:50px;filter:blur(20px)}.sidestream-strip{margin-top:-30px;border-top:1px solid hsla(0,0%,100%,.1)}.sidestream-strip img{height:160px!important}.hero-product-visual img{width:460px!important;transform:translateY(20px) scale(1.1)}.hero-product-visual:after{width:340px;height:60px;filter:blur(25px)}.hero-product-visual:before{bottom:10px;width:300px;height:20px;border-radius:50%;background:rgba(59,130,246,.4);filter:blur(20px)}.sidestream-strip img{height:180px!important}.hero-product-visual:after{background:radial-gradient(circle,#3b82f6,transparent)}.sidestream-strip img{animation:flowGlow 3s linear infinite}@keyframes flowGlow{0%{filter:brightness(1)}50%{filter:brightness(1.3)}to{filter:brightness(1)}}.bes-product-hero-v2{box-shadow:0 30px 80px rgba(0,0,0,.6),inset 0 0 0 1px hsla(0,0%,100%,.05)}.hero-product-visual img{width:520px!important;transform:scale(1.25) translateY(40px);filter:drop-shadow(0 40px 60px rgba(0,0,0,.7))}.hero-product-visual:after{content:"";position:absolute;bottom:20px;width:380px;height:70px;background:radial-gradient(circle,rgba(59,130,246,.7),transparent);filter:blur(30px)}.sidestream-strip img{animation:flowMove 6s linear infinite}.bes-product-hero{display:grid;grid-template-columns:1.2fr 1fr;align-items:center;grid-gap:40px;gap:40px}.product-text{max-width:600px;z-index:2}.bes-product-hero{overflow:hidden}.hero-product-visual img{width:520px;transform:translateX(40px) translateY(40px)}.bes-product-hero-v2{min-height:560px!important;padding:36px 38px!important;grid-template-columns:1.05fr .95fr!important;grid-template-rows:1fr auto!important;grid-gap:18px 36px!important;gap:18px 36px!important;overflow:hidden!important}.hero-copy{grid-column:1!important;grid-row:1!important;align-self:center!important;max-width:640px!important;transform:none!important;margin-left:0!important;padding-left:0!important}.hero-copy h1{font-size:56px!important;line-height:.95!important;margin:0 0 12px!important}.hero-copy h2{font-size:32px!important;margin:0 0 14px!important}.hero-product-visual{grid-column:2!important;grid-row:1!important;align-self:center!important;justify-self:center!important;min-height:340px!important}.hero-product-visual img{transform:translateY(24px)!important;filter:drop-shadow(0 35px 55px rgba(0,0,0,.65))!important}.hero-product-visual:after{bottom:24px!important;width:340px!important;height:70px!important}.sidestream-strip{grid-row:2!important;margin-top:-14px!important;padding:16px 18px!important}.sidestream-strip img{height:130px!important}.hero-cta-row{position:relative!important;z-index:5!important}.bes-product-hero-v2{min-height:610px!important;padding:42px 48px 34px!important}.hero-copy h1{font-size:64px!important}.hero-copy h2{font-size:38px!important}.hero-copy p{font-size:17px!important;max-width:520px!important}.hero-feature-row{max-width:620px!important}.hero-product-visual img{width:560px!important;transform:translateY(30px) scale(1.08)!important}.spec-card{right:18px!important}.sidestream-strip{margin-top:-4px!important}.sidestream-strip img{height:165px!important}.hero-product-visual img{width:640px!important;transform:translateY(20px) scale(1.18)!important}.hero-product-visual{transform:translateX(-40px)!important}.spec-card{right:-8px!important}.sidestream-strip{margin-top:-24px!important}.sidestream-strip img{height:190px!important;transform:scale(1.08)!important}.hero-feature-row{margin-bottom:18px!important}.bes-product-hero-v2{min-height:640px!important}.bes-dark-main{padding:14px 18px 90px!important}.bes-kpi-grid{gap:12px!important}.bes-kpi-card{min-height:92px!important;padding:14px!important}.bes-main-grid{grid-template-columns:minmax(0,1fr) 290px!important;gap:12px!important}.bes-product-hero-v2{min-height:520px!important;padding:30px 34px!important;grid-template-columns:1fr .75fr!important;gap:16px 24px!important}.hero-copy h1{font-size:44px!important}.hero-copy h2{font-size:28px!important}.hero-copy p{font-size:14px!important;max-width:460px!important}.hero-feature-row{grid-template-columns:repeat(4,1fr)!important;gap:10px!important;max-width:540px!important}.hero-feature{padding:10px 8px!important}.hero-product-visual img{width:390px!important;transform:translateY(10px) scale(1)!important}.hero-product-visual{min-height:300px!important}.spec-card{width:145px!important}.sidestream-strip{padding:14px 16px!important}.sidestream-strip img{height:120px!important}.bes-right-panel{gap:10px!important}.bes-side-panel{padding:14px!important}.bes-bottom-grid{gap:12px!important}.bes-bottom-grid .bes-dark-card{min-height:280px!important;padding:18px!important}.bes-dark-nav{overflow-y:visible!important}:root{--sidebar-w:190px!important;--footer-h:32px!important}.bes-dark-sidebar{padding:12px 8px!important;gap:10px!important}.bes-dark-brand img{width:110px!important}.bes-dark-nav a{padding:8px 10px!important;font-size:13px!important;gap:8px!important}.bes-academy-card,.bes-dark-user{padding:10px!important}.bes-dark-main{padding:10px 14px 70px!important}.bes-dark-topbar{margin-bottom:10px!important;gap:12px!important}.bes-dark-topbar h2{font-size:24px!important}.bes-dark-topbar p{font-size:13px!important}.bes-kpi-grid{gap:10px!important}.bes-kpi-card{min-height:74px!important;padding:10px 12px!important}.kpi-icon{width:38px!important;height:38px!important}.bes-kpi-card strong{font-size:22px!important}.bes-main-grid{grid-template-columns:minmax(0,1fr) 260px!important;gap:10px!important}.bes-product-hero-v2{min-height:420px!important;padding:22px 26px!important;grid-template-columns:1fr .72fr!important;gap:10px 20px!important}.hero-copy h1{font-size:38px!important}.hero-copy h2{font-size:24px!important}.hero-copy p{font-size:13px!important;max-width:420px!important}.hero-feature-row{gap:8px!important;margin:14px 0!important}.hero-feature{padding:8px 6px!important}.hero-feature svg{width:22px!important;height:22px!important}.hero-feature strong{font-size:12px!important}.hero-feature span{font-size:10px!important}.hero-cta-row a{min-height:34px!important;padding:0 14px!important;font-size:12px!important}.hero-product-visual img{width:310px!important;transform:translateY(4px) scale(1)!important}.hero-product-visual{min-height:230px!important}.spec-card{width:118px!important;padding:9px 10px!important;right:0!important}.spec-card strong{font-size:15px!important}.sidestream-strip{margin-top:-8px!important;padding:10px 12px!important}.sidestream-head h3{font-size:14px!important}.sidestream-strip img{height:88px!important}.bes-side-panel{padding:12px!important}.panel-head h3{font-size:16px!important}.alert-row{padding:7px 0!important}.quick-icon-grid{grid-template-columns:repeat(3,1fr)!important;gap:6px!important}.quick-icon-grid a{padding:9px 5px!important}.bes-bottom-grid{gap:10px!important;margin-top:10px!important}.bes-bottom-grid .bes-dark-card{min-height:230px!important;padding:14px!important}.donut{width:110px!important;height:110px!important}.line-chart-mock,.thai-map-mock{height:150px!important}.bes-dark-footer{height:32px!important;font-size:12px!important}body,html{overflow-x:hidden}.bes-dark-shell{grid-template-columns:clamp(180px,14vw,235px) minmax(0,1fr)!important}.bes-dark-main{min-width:0!important;padding:clamp(10px,1vw,18px) clamp(12px,1.2vw,22px) 80px!important}.bes-kpi-grid{grid-template-columns:repeat(4,minmax(160px,1fr))!important;grid-gap:clamp(10px,1vw,16px)!important}.bes-kpi-grid,.bes-main-grid{display:grid!important;gap:clamp(10px,1vw,16px)!important}.bes-main-grid{grid-template-columns:minmax(0,1fr) clamp(260px,20vw,340px)!important;grid-gap:clamp(10px,1vw,16px)!important;align-items:start!important}.bes-product-hero-v2{min-width:0!important;min-height:auto!important;padding:clamp(22px,2vw,42px)!important;display:grid!important;grid-template-columns:minmax(320px,1fr) minmax(260px,.8fr)!important;grid-template-rows:auto auto!important;grid-gap:clamp(16px,2vw,34px)!important;gap:clamp(16px,2vw,34px)!important}.hero-copy{min-width:0!important;max-width:680px!important}.hero-copy h1{font-size:clamp(34px,3.4vw,64px)!important;line-height:1!important}.hero-copy h2{font-size:clamp(22px,2vw,38px)!important}.hero-copy p{font-size:clamp(13px,1vw,17px)!important;max-width:560px!important}.hero-feature-row{display:grid!important;grid-template-columns:repeat(4,minmax(90px,1fr))!important;grid-gap:clamp(8px,1vw,14px)!important;gap:clamp(8px,1vw,14px)!important}.hero-product-visual{min-width:0!important;min-height:clamp(220px,25vw,420px)!important;transform:none!important}.hero-product-visual img{width:min(100%,460px)!important;transform:none!important}.spec-card{position:absolute!important;right:clamp(0px,1vw,18px)!important;width:clamp(120px,10vw,170px)!important}.sidestream-strip{grid-column:1/-1!important;margin-top:0!important;padding:clamp(12px,1vw,18px)!important}.sidestream-strip img{width:100%!important;height:clamp(90px,9vw,170px)!important;object-fit:contain!important;transform:none!important}.bes-bottom-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;grid-gap:clamp(10px,1vw,16px)!important;gap:clamp(10px,1vw,16px)!important}@media (max-width:1400px){.bes-kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.bes-main-grid{grid-template-columns:1fr!important}.bes-right-panel{grid-template-columns:repeat(3,minmax(0,1fr))!important}}@media (max-width:1050px){.bes-product-hero-v2{grid-template-columns:1fr!important}.hero-product-visual{order:2}.sidestream-strip{order:3}.hero-feature-row{grid-template-columns:repeat(2,minmax(0,1fr))!important}.bes-bottom-grid,.bes-right-panel{grid-template-columns:1fr!important}}@media (max-width:860px){.bes-dark-shell{grid-template-columns:1fr!important}.bes-dark-sidebar{display:none!important}.bes-kpi-grid{grid-template-columns:1fr!important}.hero-copy h1{font-size:36px!important}.hero-cta-row{flex-direction:column!important}.hero-cta-row a{width:100%!important;justify-content:center!important}}#__next,body,html{height:100%;overflow:hidden!important}.bes-dark-shell{height:100vh!important;min-height:100vh!important;display:grid!important;grid-template-columns:clamp(180px,14vw,240px) minmax(0,1fr)!important;overflow:hidden!important}.bes-dark-sidebar{position:-webkit-sticky!important;position:sticky!important;top:0!important;padding-bottom:80px!important}.bes-dark-main,.bes-dark-sidebar{height:100vh!important;max-height:100vh!important;overflow-y:auto!important;overflow-x:hidden!important}.bes-dark-main{padding-bottom:90px!important}.bes-dark-footer{left:clamp(180px,14vw,240px)!important;right:0!important}.bes-dark-dashboard{padding-bottom:70px!important}.bes-dark-nav{overflow:visible!important}.bes-dark-nav a{min-height:38px!important}.bes-academy-card{margin-top:20px!important}.bes-dark-user{margin-bottom:30px!important}@media (max-width:860px){#__next,body,html{overflow:auto!important}.bes-dark-shell{min-height:100vh!important;grid-template-columns:1fr!important}.bes-dark-main,.bes-dark-shell{height:auto!important;overflow:visible!important}.bes-dark-main{max-height:none!important}.bes-dark-footer{left:0!important}}.bes-dark-dashboard{min-height:calc(100vh - 90px)!important;display:grid!important;grid-template-rows:auto auto 1fr!important;grid-gap:12px!important;gap:12px!important}.bes-bottom-grid{align-self:stretch!important;min-height:0!important;height:100%!important}.bes-bottom-grid .bes-dark-card{min-height:clamp(260px,32vh,420px)!important;height:100%!important}.card-body,.donut-wrap,.line-chart-mock,.thai-map-mock{flex:1 1!important}.bes-dark-main{padding-bottom:44px!important}.bes-dark-dashboard{padding-bottom:0!important}.bes-dark-footer{height:34px!important}.bes-dark-sidebar{display:flex!important;flex-direction:column!important}.bes-dark-nav{flex:1 1!important}.bes-academy-card{margin-top:auto!important}.bes-dark-user{margin-top:10px!important;margin-bottom:10px!important}.donut-wrapper{position:relative;width:100%;height:260px}.donut-number{font-weight:700;color:#fff}.donut-legend{margin-top:10px;justify-content:center;flex-wrap:wrap}.legend-item{font-size:12px;color:#cbd5f5}.legend-dot{width:10px;height:10px;border-radius:50%}.thai-map-wrapper{width:100%;height:260px;display:flex;flex-direction:column;justify-content:center}.thai-map-pro{position:relative;width:100%;height:100%;border-radius:16px;background:radial-gradient(circle at center,#0b1f3a 0,#020617 100%);overflow:hidden}.thai-map-glow{width:70%;height:70%;background:radial-gradient(circle,rgba(59,130,246,.25),transparent);filter:blur(40px)}.thai-map-glow,.thai-map-shape{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.thai-map-shape{font-size:20px;color:#94a3b8;opacity:.6}.thai-map-dot{position:absolute;width:10px;height:10px;background:#22c55e;border-radius:50%;box-shadow:0 0 10px #22c55e;animation:pulse 2s infinite}.thai-map-legend{margin-top:8px;display:flex;align-items:center;gap:6px;font-size:12px;color:#cbd5f5;justify-content:center}.legend-dot-green{width:10px;height:10px;background:#22c55e;border-radius:50%}.usage-chart-box{width:100%;height:100%;min-height:220px}.bes-bottom-grid.dashboard-bottom{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;grid-gap:16px!important;gap:16px!important;align-items:stretch!important}.bes-bottom-grid.dashboard-bottom .bes-dark-card{min-height:330px!important;height:100%!important}.bes-bottom-grid.dashboard-bottom .bes-dark-card>div{flex:1 1!important;min-height:0!important}.usage-chart-box{min-height:240px!important}.donut-wrapper,.thai-map-wrapper{width:100%!important;height:100%!important;min-height:240px!important}.bes-bottom-grid.dashboard-bottom .bes-dark-card{display:flex!important;flex-direction:column!important}.bes-bottom-grid.dashboard-bottom .bes-dark-card h3{margin-bottom:14px!important;flex:0 0 auto!important}.bes-bottom-grid.dashboard-bottom .bes-dark-card>.donut-wrapper,.bes-bottom-grid.dashboard-bottom .bes-dark-card>.thai-map-wrapper,.bes-bottom-grid.dashboard-bottom .bes-dark-card>.usage-chart-box,.bes-bottom-grid.dashboard-bottom .bes-dark-card>div:not(:first-child){flex:1 1!important;display:flex!important;align-items:center!important;justify-content:center!important}.bes-bottom-grid.dashboard-bottom .bes-dark-card{min-height:300px!important;justify-content:flex-start!important}.bes-bottom-grid.dashboard-bottom .bes-dark-card>div{flex:0 0 auto!important}.donut-wrapper,.thai-map-wrapper,.usage-chart-box{height:220px!important;min-height:220px!important;margin-top:10px!important}.bes-bottom-grid.dashboard-bottom{align-items:start!important}.dashboard-bottom-target{display:grid!important;grid-template-columns:1.25fr 1fr!important;grid-gap:16px!important;gap:16px!important;align-items:stretch!important}.dashboard-bottom-target .bes-dark-card{min-height:320px!important;height:320px!important;padding:20px!important;overflow:hidden!important}.overview-combo{grid-template-columns:.85fr 1.15fr!important;grid-gap:18px!important;gap:18px!important;height:250px!important}.dashboard-bottom-target .usage-chart-box,.overview-combo .donut-wrapper,.overview-combo .thai-map-wrapper{height:250px!important;min-height:250px!important;margin-top:0!important}.dashboard-bottom-target .thai-map-pro{height:100%!important}@media (max-width:1200px){.dashboard-bottom-target,.overview-combo{grid-template-columns:1fr!important}.overview-combo{height:auto!important}}.overview-combo{grid-template-columns:1fr 1.4fr!important;grid-gap:10px!important;gap:10px!important;align-items:center!important}.overview-combo .donut-wrapper{height:100%!important;display:flex!important;align-items:center!important;justify-content:center!important}.donut-number{font-size:32px!important;font-weight:700!important}.overview-combo .thai-map-wrapper{height:100%!important;display:flex!important;align-items:center!important;justify-content:center!important}.thai-map-pro{width:100%!important;height:100%!important;transform:scale(1.1)}.overview-combo{display:grid!important;grid-template-columns:1fr 1.3fr!important;grid-gap:20px!important;gap:20px!important;height:100%!important}.overview-left{display:flex;flex-direction:column;justify-content:center;gap:10px}.overview-left .donut-wrapper{height:180px!important}.overview-left svg{transform:none!important}.donut-legend{font-size:13px;color:#cbd5f5;gap:6px}.dot{display:inline-block;width:8px;height:8px;margin-right:6px}.dot.yellow{background:#facc15}.dot.red{background:#ef4444}.dot.gray{background:#64748b}.overview-map{display:flex;align-items:center;justify-content:center}.overview-map .thai-map-pro{width:100%;height:100%;transform:scale(1.05)}.bes-bottom-final{grid-gap:16px!important;gap:16px!important;align-items:stretch!important;margin-top:14px!important}.bes-bottom-final .bes-dark-card{height:330px!important;min-height:330px!important}.bes-bottom-final .bes-dark-card h3{flex:0 0 auto!important}.overview-final .thai-map-wrapper{display:flex!important;align-items:center!important;justify-content:center!important}.overview-final .thai-map-pro{max-width:none!important}.overview-donut,.overview-map{height:100%!important;min-height:0!important;display:flex!important;align-items:center!important;justify-content:center!important}.overview-donut .donut-wrapper{width:100%!important;height:250px!important;min-height:250px!important;margin:0!important}.overview-donut svg{transform:none!important}.donut-center{top:50%!important;left:50%!important}.overview-donut .donut-legend{display:none!important}.overview-map .thai-map-wrapper{width:100%!important;height:250px!important;min-height:250px!important;margin:0!important}.overview-map .thai-map-pro{width:100%!important;height:100%!important;transform:none!important}.bes-bottom-final .usage-chart-box{width:100%!important;height:250px!important;min-height:250px!important;margin:0!important}@media (max-width:1200px){.bes-bottom-final{grid-template-columns:1fr!important}.bes-bottom-final .bes-dark-card{height:auto!important;min-height:320px!important}.overview-final{grid-template-columns:1fr!important}}.bes-bottom-final{grid-template-columns:1.35fr 1fr!important}.overview-final{grid-template-columns:.82fr 1.18fr!important;gap:8px!important}.bes-bottom-final .usage-chart-box,.overview-donut .donut-wrapper,.overview-map .thai-map-wrapper{height:270px!important;min-height:270px!important}.usage-chart-box{width:100%!important;height:100%!important;min-height:250px!important;display:flex!important;flex-direction:column!important}.usage-chart-box .recharts-responsive-container{flex:1 1!important;min-height:210px!important}.chart-legend{gap:18px!important}.chart-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px}.chart-title{color:#e2e8f0}.chart-range{color:#94a3b8;padding:4px 10px}.chart-range-only{position:absolute;top:18px;right:20px;font-size:12px;color:#94a3b8;background:rgba(148,163,184,.12);padding:5px 12px;border-radius:999px;z-index:3}.usage-chart-box{position:relative!important;position:relative;padding:18px 20px 14px}.chart-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.chart-left{display:flex;flex-direction:column}.chart-title{font-size:15px;font-weight:600;color:#e5e7eb}.chart-sub{font-size:12px;color:#94a3b8}.chart-range{font-size:12px;color:#cbd5f5;background:rgba(148,163,184,.12);padding:6px 12px;border-radius:999px}.chart-legend{display:flex;justify-content:center;gap:22px;margin-top:12px;font-size:13px;color:#cbd5f5}.legend-item{display:flex;align-items:center;gap:6px}.dot{width:10px;height:10px;border-radius:50%}.dot.green{background:#22c55e}.dot.purple{background:#8b5cf6}.bes-bottom-final .usage-chart-box{padding:8px 12px 0!important}.bes-bottom-final .usage-chart-box .recharts-responsive-container{flex:0 0 auto!important}.bes-bottom-final .chart-top{margin-bottom:6px!important}.bes-bottom-final .chart-legend{margin-top:6px!important;padding-bottom:0!important}.bes-bottom-final .chart-title{font-size:14px!important}.bes-bottom-final .chart-sub{font-size:11px!important}.donut-wrap{display:flex;align-items:center;justify-content:space-between;gap:20px}.donut-legend{display:flex;flex-direction:column;gap:12px}.donut-legend-item{display:flex;align-items:center;gap:10px}.donut-dot{width:10px;height:10px;border-radius:50%}.donut-text{display:flex;flex-direction:column}.donut-name{font-size:13px;color:#cbd5f5}.donut-value{font-size:12px;color:#94a3b8}.donut-chart{position:relative;width:200px;height:200px}.donut-center{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center}.donut-number{font-size:28px;font-weight:600;color:#e5e7eb}.donut-label{font-size:12px;color:#94a3b8}.bes-bottom-final{grid-template-columns:1.25fr 1fr!important;margin-top:16px!important}.bes-bottom-final .bes-dark-card{padding:20px!important;display:flex!important;flex-direction:column!important}.bes-bottom-final .bes-dark-card h3{margin:0 0 14px!important;font-size:17px!important;color:#e2e8f0!important}.overview-final{flex:1 1!important;grid-template-columns:.95fr 1.05fr!important;grid-gap:18px!important;gap:18px!important}.donut-final{grid-template-columns:190px 1fr!important;grid-gap:18px!important;gap:18px!important;height:100%!important}.donut-chart-final{position:relative!important;width:190px!important;height:190px!important}.donut-center{position:absolute!important;inset:0!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;text-align:center!important}.donut-number{font-size:34px!important;font-weight:800!important;color:#fff!important;line-height:1!important}.donut-label{font-size:13px!important;color:#cbd5e1!important;margin-top:6px!important}.donut-list-final{display:flex!important;flex-direction:column!important;gap:13px!important}.donut-list-row{display:flex!important;align-items:flex-start!important;gap:10px!important}.donut-dot{width:11px!important;height:11px!important;border-radius:999px!important;margin-top:5px!important;box-shadow:0 0 8px currentColor!important}.donut-list-row strong{display:block!important;font-size:14px!important;color:#e5e7eb!important}.donut-list-row p{margin:2px 0 0!important;font-size:12px!important;color:#94a3b8!important}.overview-final .thai-map-wrapper{width:100%!important;margin:0!important}.overview-final .thai-map-pro{height:100%!important;width:100%!important;border-radius:16px!important}.bes-bottom-final .usage-chart-box{position:relative!important;height:100%!important;min-height:0!important;padding:6px 10px 0!important;display:flex!important;flex-direction:column!important}.bes-bottom-final .usage-chart-box .recharts-responsive-container{flex:1 1!important;min-height:220px!important}.chart-range-only{position:absolute!important;top:6px!important;right:8px!important;font-size:12px!important;color:#cbd5e1!important;background:rgba(148,163,184,.12)!important;padding:6px 12px!important;border-radius:999px!important;z-index:3!important}.chart-legend{display:flex!important;justify-content:center!important;align-items:center!important;gap:22px!important;margin-top:8px!important;font-size:13px!important;color:#cbd5e1!important}.chart-legend-item{display:inline-flex!important;align-items:center!important;gap:7px!important}.chart-dot{width:10px!important;height:10px!important;border-radius:999px!important;display:inline-block!important}.chart-dot.green{background:#22c55e!important;box-shadow:0 0 8px rgba(34,197,94,.65)!important}.chart-dot.purple{background:#8b5cf6!important;box-shadow:0 0 8px rgba(139,92,246,.65)!important}@media (max-width:1200px){.bes-bottom-final,.donut-final,.overview-final{grid-template-columns:1fr!important}}.donut-final{grid-template-columns:170px 150px!important;gap:14px!important}.donut-chart-final{width:170px!important;height:170px!important}.donut-list-final{gap:8px!important}.donut-list-row strong{font-size:12px!important;line-height:1.25!important}.donut-list-row p{font-size:11px!important;line-height:1.25!important}.overview-final{grid-template-columns:.92fr 1.08fr!important;gap:12px!important}.donut-number{font-size:28px!important}.overview-final .thai-map-wrapper{height:245px!important}.overview-final{grid-template-columns:1fr 1.15fr!important}.donut-final{width:100%!important;height:260px!important;display:grid!important;grid-template-columns:150px minmax(0,1fr)!important;grid-gap:12px!important;gap:12px!important;align-items:center!important;overflow:hidden!important;transform:none!important}.donut-chart-final{overflow:visible!important}.donut-chart-final,.donut-chart-final .recharts-wrapper,.donut-chart-final svg{width:150px!important;height:150px!important;transform:none!important}.donut-list-final{min-width:0!important;max-width:100%!important;gap:7px!important;overflow:hidden!important}.donut-list-row{gap:7px!important}.donut-list-row strong{font-size:11px!important;line-height:1.15!important}.donut-list-row p{font-size:10px!important;line-height:1.15!important}.donut-number{font-size:24px!important}.donut-label{font-size:10px!important}.overview-final .thai-map-wrapper{height:250px!important;min-height:250px!important}.bes-donut-v2{grid-template-columns:170px minmax(120px,1fr)!important;grid-gap:16px!important;gap:16px!important}.bes-donut-ring-v2{position:relative!important;width:170px!important;height:170px!important;flex:none!important}.bes-donut-center-v2{position:absolute!important;inset:0!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important}.bes-donut-center-v2 strong{font-size:30px!important;color:#fff!important;line-height:1!important}.bes-donut-center-v2 span{margin-top:6px!important;font-size:12px!important;color:#cbd5e1!important}.bes-donut-legend-v2{display:flex!important;flex-direction:column!important;gap:10px!important;min-width:0!important}.bes-donut-row-v2{display:flex!important;gap:9px!important;align-items:flex-start!important}.bes-donut-row-v2>span{width:10px!important;height:10px!important;border-radius:999px!important;margin-top:5px!important;flex:none!important}.bes-donut-row-v2 b{font-size:13px!important;color:#e5e7eb!important}.bes-donut-row-v2 p{margin:2px 0 0!important;font-size:11px!important;color:#94a3b8!important}.overview-final{grid-template-columns:minmax(320px,.95fr) minmax(300px,1.05fr)!important}.overview-final .thai-map-wrapper{height:260px!important;min-height:260px!important}.bes-map-v2{height:260px!important;display:flex!important;flex-direction:column!important;justify-content:center!important}.bes-map-bg-v2{position:relative!important;height:225px!important;border-radius:18px!important;background:radial-gradient(circle at center,rgba(34,197,94,.18),transparent 28%),radial-gradient(circle at center,rgba(59,130,246,.25),transparent 58%),#071225!important;overflow:hidden!important}.bes-map-shape-v2{font-size:26px!important;color:rgba(226,232,240,.55)!important}.bes-map-shape-v2,.bes-map-shape-v2:before{position:absolute!important;top:50%!important;left:50%!important;transform:translate(-50%,-50%)!important}.bes-map-shape-v2:before{content:""!important;width:170px!important;height:95px!important;border:1px solid rgba(96,165,250,.25)!important;border-radius:50%!important}.bes-map-dot-v2{position:absolute!important;width:13px!important;height:13px!important;border-radius:999px!important;background:#22c55e!important;box-shadow:0 0 16px rgba(34,197,94,.85)!important}.bes-map-legend-v2{margin-top:10px!important;display:flex!important;align-items:center!important;gap:8px!important;color:#cbd5e1!important;font-size:13px!important}.bes-map-legend-v2 span{width:11px!important;height:11px!important;border-radius:999px!important;background:#22c55e!important;box-shadow:0 0 8px rgba(34,197,94,.7)!important}.overview-final{grid-template-columns:minmax(430px,.95fr) minmax(0,1.05fr)!important;gap:14px!important}.overview-final>*{min-width:0!important}.bes-map-bg-v2,.bes-map-v2,.overview-final>*{max-width:100%!important}.bes-map-legend-v2{white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.bes-donut-v2{grid-template-columns:155px minmax(120px,1fr)!important;gap:10px!important}.bes-donut-ring-v2{width:155px!important;height:155px!important}.overview-final{display:grid!important;grid-template-columns:390px minmax(280px,1fr)!important;grid-gap:16px!important;gap:16px!important;align-items:center!important;overflow:hidden!important}.bes-donut-v2{width:390px!important;height:250px!important;grid-template-columns:160px 210px!important;grid-gap:14px!important;gap:14px!important;overflow:hidden!important}.bes-donut-ring-v2{width:160px!important;height:160px!important}.bes-donut-center-v2 strong{font-size:28px!important}.bes-donut-row-v2 b{font-size:12px!important}.bes-donut-row-v2 p{font-size:10px!important}.bes-map-v2{height:250px!important;overflow:hidden!important}.bes-map-bg-v2,.bes-map-v2{width:100%!important;min-width:0!important}.bes-map-bg-v2{height:215px!important}.bes-map-legend-v2{margin-top:8px!important;justify-content:center!important}.bes-bottom-final{display:grid!important;grid-template-columns:1fr 1fr!important;grid-gap:18px!important;gap:18px!important}.bes-bottom-final .bes-dark-card{height:350px!important;min-height:350px!important;padding:22px!important;overflow:hidden!important}.bes-donut-v2{width:100%!important;height:260px!important;display:grid!important;grid-template-columns:210px 1fr!important;grid-gap:28px!important;gap:28px!important;align-items:center!important}.bes-donut-ring-v2{width:210px!important;height:210px!important}.bes-donut-center-v2 strong{font-size:36px!important}.bes-donut-center-v2 span{font-size:13px!important}.bes-donut-legend-v2{gap:12px!important}.hero-product-visual{position:relative!important;display:flex!important;justify-content:center!important;align-items:center!important;padding-right:170px!important}.hero-product-visual img{width:430px!important;max-width:430px!important;transform:translateX(-40px)!important;z-index:2!important}.spec-card{z-index:4!important;right:10px!important}.spec-1{top:34%!important}.spec-2{top:58%!important}.hero-product-content{z-index:2}.hero-product-visual{justify-content:center}.spec-card{right:0;z-index:3}.spec-1{top:30%}.spec-2{top:55%}.hero-product{display:grid;grid-template-columns:1.1fr 1.2fr;grid-gap:60px;gap:60px;align-items:center;overflow:visible!important}.hero-product-visual{position:relative;display:flex;justify-content:flex-end;align-items:center}.hero-product-visual img{width:380px}.spec-card{position:absolute;right:-10px;z-index:5}.spec-1{top:35%}.spec-2{top:60%}.container,.main,.page{overflow:visible!important}.hero-product-visual:before{width:400px;height:400px;background:radial-gradient(circle,rgba(59,130,246,.3),transparent)}.spec-card{right:24px!important;max-width:150px!important}.hero-product-visual img{width:340px!important;max-width:340px!important;transform:translateX(-80px)!important}@media (max-width:1500px){.spec-card{display:none!important}.hero-product-visual img{transform:translateX(-20px)!important}}.hero-spec-box{width:190px;background:rgba(2,6,23,.75);border-radius:14px;padding:16px;display:flex;flex-direction:column;gap:12px;box-shadow:0 10px 40px rgba(0,0,0,.4)}.hero-spec-box strong{font-size:14px;color:#e5e7eb}.hero-product-visual img{width:360px;transform:translateX(-40px)}.bes-product-hero-v2{overflow:visible!important}.hero-product-visual img:hover{transform:translateX(-40px) scale(1.05)}.hero-spec-box strong{font-size:15px;color:#fff}.hero-spec-box span{font-size:11px;color:#94a3b8}.hero-spec-box>div{display:flex!important;flex-direction:column!important;gap:4px!important}.hero-spec-box span,.hero-spec-box strong{display:block!important}.hero-product-visual:before{width:360px;height:360px;background:radial-gradient(circle,rgba(34,197,94,.12),transparent 70%);filter:blur(60px)}.hero-product-visual img{width:300px;transform:translateX(-20px)}.hero-spec-box{right:20px;border:1px solid rgba(148,163,184,.15)}.hero-spec-box:hover{transform:translateY(-50%) scale(1.03)}.feature-card,.hero-spec-box:hover{transition:all .3s ease}.feature-card:hover{transform:translateY(-4px);box-shadow:0 10px 30px rgba(0,0,0,.3)}.hero-spec-box{right:30px;background:rgba(2,6,23,.85);box-shadow:0 10px 30px rgba(0,0,0,.4),inset 0 1px 0 hsla(0,0%,100%,.05)}.feature-card{background:rgba(15,23,42,.6);border:1px solid rgba(148,163,184,.08);transition:all .25s ease}.feature-card:hover{transform:translateY(-6px);box-shadow:0 12px 40px rgba(0,0,0,.35)}.hero-product-content h1{letter-spacing:-.5px}.hero-product-content p{line-height:1.6;color:#94a3b8}.hero-product-visual:before{content:"";position:absolute;width:420px;height:420px;top:50%;left:50%;transform:translate(-50%,-50%);background:radial-gradient(circle,rgba(34,197,94,.08),transparent 70%);filter:blur(80px);z-index:1}.hero-spec-box{position:absolute;right:40px;top:50%;transform:translateY(-50%);padding:22px;width:220px;background:linear-gradient(180deg,rgba(2,6,23,.9),rgba(2,6,23,.7));box-shadow:0 20px 60px rgba(0,0,0,.5),inset 0 1px 0 hsla(0,0%,100%,.04);border-radius:16px}.hero-product-visual img{width:260px;position:relative;z-index:2;filter:drop-shadow(0 25px 40px rgba(0,0,0,.6));transition:all .3s ease}.hero-product-visual img:hover{transform:translateY(-6px) scale(1.02)}.hero-spec-box{backdrop-filter:none!important;-webkit-backdrop-filter:none!important;background:linear-gradient(180deg,rgba(15,23,42,.85),rgba(2,6,23,.75));border:1px solid rgba(148,163,184,.12);box-shadow:0 25px 60px rgba(0,0,0,.55),inset 0 1px 0 hsla(0,0%,100%,.05);border-radius:18px}.hero-product-visual:before{background:radial-gradient(circle,rgba(34,197,94,.06),transparent 70%)}.hero-product-visual img{transition:all .35s ease}.hero-product-visual:hover img{transform:translateY(-6px) scale(1.02)}.dashboard-map-section{margin-top:18px}.dashboard-map-card{border:1px solid rgba(59,130,246,.22);border-radius:24px;background:radial-gradient(circle at 45% 30%,rgba(59,130,246,.18),transparent 45%),linear-gradient(180deg,rgba(15,23,42,.92),rgba(2,6,23,.92));padding:24px;box-shadow:0 20px 70px rgba(0,0,0,.35)}.dashboard-map-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px}.dashboard-map-head h2{margin:0;font-size:22px;color:#e5e7eb}.dashboard-map-head p{margin:4px 0 0;color:#94a3b8;font-size:14px}.dashboard-map-btn{padding:10px 16px;border-radius:12px;background:#2563eb;color:#fff;font-weight:700}.dashboard-map-body{display:grid;grid-template-columns:minmax(0,1fr) 220px;grid-gap:18px;gap:18px;align-items:stretch}.dashboard-map-body .bes-map-v2{height:300px!important}.dashboard-map-body .bes-map-bg-v2{height:260px!important}.dashboard-map-side{display:grid;grid-template-columns:1fr;grid-gap:12px;gap:12px}.dashboard-map-side div{border:1px solid rgba(148,163,184,.14);border-radius:16px;padding:14px;background:rgba(15,23,42,.65)}.dashboard-map-side span{display:block;color:#94a3b8;font-size:12px}.dashboard-map-side strong{display:block;margin-top:4px;color:#e5e7eb;font-size:24px}.dashboard-map-side .green{color:#22c55e}.dashboard-map-side .red{color:#ef4444}.map-dot{width:10px;height:10px}.map-dot.running{box-shadow:0 0 10px #22c55e}.map-tooltip{bottom:14px;background:rgba(15,23,42,.95);padding:6px 10px;border-radius:8px}.map-dot{width:12px;height:12px;border-radius:50%}.map-dot.running{box-shadow:0 0 12px #22c55e,0 0 20px #22c55e}.map-tooltip{z-index:10;transition:.2s ease}.thai-map-img{width:62%;height:100%;object-fit:contain;opacity:.42;display:block;margin:0 auto;pointer-events:none;filter:drop-shadow(0 0 22px rgba(59,130,246,.28))}.map-dot{width:13px;height:13px;border-radius:999px;position:absolute;transform:translate(-50%,-50%);border:2px solid hsla(0,0%,100%,.75);cursor:pointer;z-index:5}.map-dot.running{background:#22c55e;box-shadow:0 0 14px #22c55e}.map-dot.warning{background:#facc15;box-shadow:0 0 14px #facc15}.map-dot.error{background:#ef4444;box-shadow:0 0 14px #ef4444}.map-dot.offline{background:#64748b;box-shadow:0 0 14px #64748b}.map-tooltip{position:absolute;bottom:20px;left:50%;transform:translateX(-50%);background:rgba(2,6,23,.95);color:#e5e7eb;padding:8px 10px;border-radius:10px;font-size:12px;white-space:nowrap;opacity:0;pointer-events:none;z-index:20;border:1px solid rgba(148,163,184,.25)}.map-dot:hover .map-tooltip{opacity:1}.bes-map-bg-v2{position:relative;width:100%;height:320px;background:radial-gradient(circle at center,#0b1f3a,#081426);border-radius:16px;overflow:hidden;display:flex;justify-content:center;align-items:center}.map-image{width:420px;opacity:.35;filter:brightness(1.2)}.rental-main-final>.topbar,.rental-main-final>header{display:none}.rental-content-final{flex:1 1;overflow-y:auto;padding:28px 34px;background:#020817}.rental-main-final{background:#020617}.rental-content-final{background:#f1f5f9;padding:0 24px 24px}@keyframes pulse{0%{transform:scale(1);opacity:1}50%{transform:scale(1.25);opacity:.65}to{transform:scale(1);opacity:1}}.bes-dark-main>[style*=F5F7FB],.bes-dark-main>[style*=f5f7fb]{background:#f5f7fb!important;color:#0f172a!important;opacity:1!important;filter:none!important}.bes-dark-main>[style*=F5F7FB] *,.bes-dark-main>[style*=f5f7fb] *{opacity:1!important;filter:none!important}.bes-dark-main>[style*=F5F7FB] h1,.bes-dark-main>[style*=F5F7FB] h2,.bes-dark-main>[style*=F5F7FB] h3,.bes-dark-main>[style*=F5F7FB] strong,.bes-dark-main>[style*=f5f7fb] h1,.bes-dark-main>[style*=f5f7fb] h2,.bes-dark-main>[style*=f5f7fb] h3,.bes-dark-main>[style*=f5f7fb] strong{color:#0f172a!important}.bes-dark-main>[style*=F5F7FB] div,.bes-dark-main>[style*=F5F7FB] p,.bes-dark-main>[style*=F5F7FB] span,.bes-dark-main>[style*=f5f7fb] div,.bes-dark-main>[style*=f5f7fb] p,.bes-dark-main>[style*=f5f7fb] span{color:inherit}.bes-dark-main>[style*=F5F7FB] a[style*=background],.bes-dark-main>[style*=f5f7fb] a[style*=background]{color:#fff!important}.bes-dark-main>[style*=F5F7FB] a:not([style*=background]),.bes-dark-main>[style*=f5f7fb] a:not([style*=background]){color:inherit}.bes-dark-main>div{position:relative;z-index:1}.module-light-page,.module-light-page b,.module-light-page div,.module-light-page p,.module-light-page span,.module-light-page strong{color:#1e293b!important}.module-light-page h1,.module-light-page h2,.module-light-page h3{color:#020617!important}.module-light-page [style*="#16A34A"],.module-light-page [style*="#16a34a"]{color:#15803d!important}.module-light-page [style*="#DC2626"],.module-light-page [style*="#dc2626"]{color:#dc2626!important}.module-light-page [style*="#2563EB"],.module-light-page [style*="#2563eb"]{color:#2563eb!important}.module-light-page a[style*="background: #2563EB"],.module-light-page a[style*="background: #2563eb"],.module-light-page a[style*="background:#2563EB"],.module-light-page a[style*="background:#2563eb"]{color:#fff!important}.module-light-page [style*="#64748B"],.module-light-page [style*="#64748b"],.module-light-page [style*="#94A3B8"],.module-light-page [style*="#94a3b8"],.module-light-page [style*="#CBD5E1"],.module-light-page [style*="#cbd5e1"]{color:#334155!important}.alert-subtitle-fix{color:#1e293b!important;opacity:1!important}:root{--font-xl:32px;--font-lg:20px;--font-md:16px;--font-sm:14px;--font-xs:12px;--fw-bold:700;--fw-semibold:600;--fw-medium:500}.title-main{font-size:var(--font-xl);font-weight:var(--fw-bold);color:#0f172a;margin:0}.subtitle-main{font-size:var(--font-md);color:#64748b;margin-top:6px;line-height:1.5}.kpi-value{font-size:24px;font-weight:var(--fw-bold);color:#0f172a}.kpi-label{font-size:var(--font-sm);color:#64748b}.tab-text{font-size:var(--font-md)}.card-title,.tab-text{font-weight:var(--fw-semibold)}.card-title{font-size:var(--font-lg)}.module-subtitle{margin-top:8px;padding:6px 10px;background:#e2e8f0;border-radius:8px;display:inline-block;color:#0f172a;font-size:14px;font-weight:600}.module-card{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:18px;box-shadow:0 4px 12px rgba(15,23,42,.05)}a[href^="/stock"]{opacity:1!important}.stock-page,.stock-page *,a[href^="/stock"] *{opacity:1!important;filter:none!important}.stock-page h1,.stock-page h2,.stock-page h3,.stock-page p,.stock-page span{color:#0f172a!important}.stock-strong-text{color:#1e293b!important;font-weight:900!important}.stock-force-text,.stock-strong-text{color:#0f172a!important;opacity:1!important;filter:none!important}.stock-force-text{font-weight:950!important}*{text-rendering:geometricPrecision;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-synthesis:none}.bes-dark-shell,.bes-dark-shell *{text-shadow:none!important;filter:none}#__next,body,html{font-family:Inter,Noto Sans Thai,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif!important;text-rendering:geometricPrecision;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.bes-dark-sidebar{padding:18px 14px 16px!important}.bes-dark-nav{gap:14px!important;padding-right:2px!important}.bes-nav-group{display:grid;grid-gap:6px;gap:6px}.bes-nav-group-title{padding:10px 12px 4px;color:#7dd3fc;font-size:11px;line-height:1;font-weight:900;letter-spacing:.11em;text-transform:uppercase}.bes-dark-nav .bes-nav-group a{min-height:38px;padding:9px 11px!important;gap:10px!important;font-size:14px!important;font-weight:850!important;color:#d8e3f5!important;border:1px solid transparent}.bes-dark-nav .bes-nav-group a:hover{background:rgba(37,99,235,.22)!important;border-color:rgba(96,165,250,.18);color:#fff!important}.bes-dark-nav .bes-nav-group a.active{background:linear-gradient(135deg,rgba(37,99,235,.95),rgba(14,165,233,.62))!important;border-color:rgba(125,211,252,.35);color:#fff!important;box-shadow:0 12px 28px rgba(37,99,235,.24)}.bes-portal-card{display:grid;grid-gap:7px;gap:7px;padding:14px;border-radius:18px;background:linear-gradient(135deg,rgba(37,99,235,.18),rgba(6,182,212,.08)),rgba(15,27,47,.9);border:1px solid rgba(125,211,252,.18);color:#eaf4ff;box-shadow:inset 0 1px 0 hsla(0,0%,100%,.04)}.bes-portal-card .bes-portal-kicker{color:#7dd3fc;font-size:11px;font-weight:950;letter-spacing:.12em;text-transform:uppercase}.bes-portal-card strong{color:#fff;font-size:16px;font-weight:950}.bes-portal-card span{color:#cbd5e1;font-size:12.5px;line-height:1.45;font-weight:700}.bes-academy-card span,.bes-dark-footer,.bes-dark-topbar p,.bes-dark-user span,.bes-search input::placeholder{color:#cbd5e1!important;-webkit-text-fill-color:currentColor!important;opacity:1!important}.bes-dark-topbar h2,.bes-dark-user strong,.bes-profile strong{color:#fff!important;-webkit-text-fill-color:#fff!important}.bes-dark-footer,.bes-dark-main,.bes-dark-nav,.bes-dark-nav *,.bes-dark-sidebar,.bes-dark-topbar{filter:none!important;opacity:1!important}.module-page,.service-module-page,.service-overview-page,.stock-module-page,.stock-page{color:#0f172a!important}.module-page *,.service-module-page *,.service-overview-page *,.stock-module-page *,.stock-page *{filter:none!important}.module-page h1,.module-page h2,.module-page h3,.service-module-page h1,.service-module-page h2,.service-module-page h3,.stock-module-page h1,.stock-module-page h2,.stock-module-page h3{color:#020617!important;-webkit-text-fill-color:#020617!important}.module-page div,.module-page p,.module-page span,.service-module-page div,.service-module-page p,.service-module-page span,.stock-module-page div,.stock-module-page p,.stock-module-page span{opacity:1}table th{color:#0f172a!important;font-weight:900!important}table td{color:#1e293b!important;font-weight:750}input,select,textarea{color:#020617;background:#fff}@media (max-width:1180px){:root{--sidebar-w:246px}.bes-dark-nav .bes-nav-group a{font-size:13px!important}.bes-portal-card{display:none}}.bes-portal-card{display:none!important}.bes-light-page,.module-page{background:#f4f7fb!important;color:#0f172a!important}.bes-light-page p,.bes-light-page span,.module-page div,.module-page p,.module-page span{opacity:1}.bes-light-page .description,.bes-light-page .muted,.bes-light-page .subtext,.module-page .description,.module-page .muted,.module-page .subtext{color:#334155!important;opacity:1!important;font-weight:650!important}.bes-dark-brand small{color:#7dd3fc!important;font-weight:900!important;letter-spacing:.16em!important;text-transform:uppercase!important}@media (max-width:1100px){.module-page{padding:20px!important}}.sidestream-diagram{position:relative;width:100%;max-width:920px;margin:0 auto;overflow:hidden;border-radius:16px}.sidestream-image{display:block;width:100%;height:auto}.flow-overlay{position:absolute;inset:0;width:100%;height:100%;pointer-events:none}.flow-line{fill:none;stroke-width:5;stroke-linecap:round;stroke-dasharray:18 16;animation:flowMove .75s linear infinite;filter:drop-shadow(0 0 8px rgba(66,255,138,.9))}.main-flow{stroke:#39ff88}.side-flow{stroke:#7dffae}@keyframes flowMove{0%{stroke-dashoffset:34}to{stroke-dashoffset:0}}.sidestream-flow-box{position:relative;width:-moz-fit-content;width:fit-content;margin:18px auto 0;overflow:hidden;border-radius:18px;background:#fff;box-shadow:0 12px 32px rgba(0,0,0,.18),inset 0 1px 0 hsla(0,0%,100%,.4)}.sidestream-flow-image{display:block;width:1000px;max-width:100%;height:auto}.sidestream-flow-overlay{position:absolute;inset:0;width:100%;height:100%;pointer-events:none}.flow-animate{fill:none;stroke-linecap:round;stroke-dasharray:28 22;animation:sidestreamFlowRun .8s linear infinite}.flow-main{stroke:rgba(0,96,210,.92);stroke-width:5;filter:drop-shadow(0 0 5px rgba(0,96,210,.75)) drop-shadow(0 0 12px rgba(0,96,210,.35))}.flow-side{stroke:rgba(255,184,0,.96);stroke-width:5;filter:drop-shadow(0 0 5px rgba(255,184,0,.75)) drop-shadow(0 0 12px rgba(255,184,0,.35))}@keyframes sidestreamFlowRun{0%{stroke-dashoffset:50}to{stroke-dashoffset:0}}.softener-overlay{width:92px;left:395px}.softener-overlay,.wds-overlay{position:absolute;top:112px;z-index:5;object-fit:contain}.wds-overlay{width:110px;left:610px}.softener-product{left:46%;top:22%;width:120px}.softener-product,.wds-product{position:absolute;transform:translateX(-50%);z-index:5}.wds-product{left:67%;top:20%;width:115px}.label-softener{left:43%;top:8%;font-size:18px}.label-wds{left:59%;top:8%;font-size:18px}.label-side-rate{left:17%;top:40%}.label-side-rate b{font-size:28px}.label-side-rate span{font-size:15px}.label-main-rate{left:43%;top:79%;text-align:center}.label-main-rate b{font-size:30px}.label-main-rate span{font-size:15px}.label-pump{left:10%;top:82%;text-align:center}.label-filter{left:22%;top:82%;text-align:center}.label-bypass{left:56%;top:81%;text-align:center}.label-check{right:8%;top:49%}.label-return{right:2%;top:80%;text-align:right}.side-pipe-dash{filter:drop-shadow(0 0 8px rgba(255,210,30,.95)) drop-shadow(0 0 22px rgba(255,210,30,.45))}.leaflet-image-layer,.leaflet-layer,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-pane,.leaflet-pane>canvas,.leaflet-pane>svg,.leaflet-tile,.leaflet-tile-container,.leaflet-zoom-box{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-bottom,.leaflet-top{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-pan-anim .leaflet-tile,.leaflet-zoom-anim .leaflet-tile{transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-control,.leaflet-popup-pane{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:grabbing}.leaflet-image-layer,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-image-layer.leaflet-interactive,.leaflet-marker-icon.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:hsla(0,0%,100%,.5)}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px rgba(0,0,0,.65);border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:focus,.leaflet-bar a:hover{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px rgba(0,0,0,.4);background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(/_next/static/media/layers.ef6db872.png);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(/_next/static/media/layers-2x.9859cd12.png);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(/_next/static/media/marker-icon.d577052a.png)}.leaflet-container .leaflet-control-attribution{background:#fff;background:hsla(0,0%,100%,.8);margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:focus,.leaflet-control-attribution a:hover{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;box-sizing:border-box;background:hsla(0,0%,100%,.8);text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-bar,.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers{box-shadow:none}.leaflet-touch .leaflet-bar,.leaflet-touch .leaflet-control-layers{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px rgba(0,0,0,.4)}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:focus,.leaflet-container a.leaflet-popup-close-button:hover{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678,M12=0.70710678,M21=-0.70710678,M22=0.70710678)}.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px rgba(0,0,0,.4)}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before,.leaflet-tooltip-top:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}