@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,0.16);--bes-green:#22c55e;--bes-yellow:#f59e0b;--bes-red:#ef4444;--bes-purple:#8b5cf6;--bes-cyan:#06b6d4;--bes-border:rgba(148,163,184,0.16);--bes-border-strong:rgba(148,163,184,0.28);--bes-shadow-sm:0 6px 18px rgba(0,0,0,0.24);--bes-shadow-md:0 12px 36px rgba(0,0,0,0.32);--bes-shadow-lg:0 22px 60px rgba(0,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,0.92);--text-main:#e6edf3;--text-strong:#ffffff;--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,0.14);--border-blue:rgba(96,165,250,0.18);--radius-sm:10px;--radius-md:14px;--radius-lg:18px;--radius-xl:22px;--shadow-card:0 14px 45px rgba(0,0,0,0.24);--shadow-hover:0 20px 55px rgba(0,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: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:#ffffff;background:rgba(37,99,235,.18);transform:translateX(3px)}.bes-dark-nav a.active{color:#ffffff;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;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:#ffffff;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;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-search input:disabled{cursor:not-allowed;opacity:.72}.bes-search small{flex:0 0 auto;color:#7dd3fc;font-size:10px;font-weight:850;letter-spacing:.06em;text-transform:uppercase}.bes-top-actions{display:flex;align-items:center;gap:10px}.bes-top-actions button,.bes-top-actions>a{align-items:center;display:inline-flex;justify-content:center;position:relative;border:1px solid rgba(148,163,184,.18);background:rgba(15,23,42,.78);color:white;border-radius:14px;height:42px;min-width:42px;text-decoration:none}.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,.bes-kpi-grid{display:grid;gap:16px}.bes-kpi-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.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:#ffffff;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;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:#ffffff;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:white;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;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:white;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);gap:8px}.quick-icon-grid a{color:#cbd5e1;background:rgba(51,65,85,.7);padding:12px 6px;display:grid;place-items:center;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;gap:10px}.sales-summary div{border:1px solid rgba(148,163,184,.12);border-radius:12px;padding:12px}.sales-summary strong{color:white;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));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)}.donut{width:150px;height:150px;border-radius:999px;display:grid;place-items:center;text-align:center;font-size:26px;font-weight:900;color:#ffffff;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:#ffffff;color:#071b45;border:1px solid #dbe5f1;border-radius:16px;padding:16px}.btn-primary,.primary-btn-v2{background:#2563eb;color:#ffffff;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 rgba(255,255,255,.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 rgba(255,255,255,.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;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;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;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;gap:20px!important}.bes-dark-card{height:360px!important;padding:24px!important}.donut-wrap{grid-template-columns:160px 1fr!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;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;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;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;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{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;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{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,rgba(255,255,255,.05),rgba(255,255,255,.02))!important;border:1px solid rgba(255,255,255,.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;column-gap:36px!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;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;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;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:white;box-shadow:0 6px 20px rgba(37,99,235,.5)}.quick-icon-grid a{background:rgba(255,255,255,.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;color:#ffffff}.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;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: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));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;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 rgba(255,255,255,.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 rgba(255,255,255,.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 rgba(255,255,255,.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;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;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}.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;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;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;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;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: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;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;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;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;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;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;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{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;gap:18px!important}.donut-final{grid-template-columns:190px 1fr!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;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;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;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;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;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;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;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:#ffffff}.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 rgba(255,255,255,.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 rgba(255,255,255,.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 rgba(255,255,255,.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:white;font-weight:700}.dashboard-map-body{display:grid;grid-template-columns:minmax(0,1fr) 220px;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;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 rgba(255,255,255,.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:#ffffff!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:#FFFFFF;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;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:#ffffff!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:#ffffff!important;box-shadow:0 12px 28px rgba(37,99,235,.24)}.bes-portal-card{display:grid;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 rgba(255,255,255,.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:#ffffff;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:#ffffff!important;-webkit-text-fill-color:#ffffff!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:#ffffff}@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:fit-content;margin:18px auto 0;overflow:hidden;border-radius:18px;background:#ffffff;box-shadow:0 12px 32px rgba(0,0,0,.18),inset 0 1px 0 rgba(255,255,255,.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))}@media print{.bes-dark-footer,.bes-dark-sidebar,.bes-dark-topbar,[data-print-hidden]{display:none!important}.bes-dark-main,.bes-dark-shell{display:block!important;width:100%!important;margin:0!important}.bes-dark-main,.bes-dark-shell,[data-stock-print-root]{min-height:0!important;padding:0!important;background:#fff!important}[data-stock-print-root]{color:#000!important}[data-stock-print-root] section{page-break-inside:avoid;break-inside:avoid;box-shadow:none!important}}.bes-kpi-link{color:inherit;text-decoration:none}.workflow-panel .panel-head a{color:var(--accent-blue);font-size:13px;font-weight:700;text-decoration:none}.workflow-pending-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-bottom:10px}.workflow-pending-grid div{border:1px solid rgba(96,165,250,.18);border-radius:10px;padding:9px 8px;text-align:center}.workflow-pending-grid span,.workflow-pending-grid strong{display:block}.workflow-pending-grid strong{color:#fff;font-size:20px}.workflow-pending-grid span{color:var(--text-muted);font-size:11px;margin-top:2px}.workflow-activity-row{border-top:1px solid rgba(148,163,184,.12);color:inherit;display:grid;gap:3px;grid-template-columns:auto 1fr auto;padding:10px 0;text-decoration:none}.workflow-activity-row:hover strong{color:var(--accent-blue)}.workflow-activity-row strong{color:#fff;font-size:14px;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.workflow-activity-row small{color:var(--text-muted);grid-column:2/4;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.workflow-activity-row time{color:var(--text-muted);font-size:11px}.workflow-status{align-self:center;border-radius:999px;font-size:9px;font-weight:800;grid-row:1/3;padding:4px 6px}.workflow-status.approved{background:rgba(34,197,94,.14);color:#4ade80}.workflow-status.rejected{background:rgba(239,68,68,.14);color:#f87171}.workflow-state{color:var(--text-muted);font-size:13px;margin:12px 0}.workflow-error{color:#fca5a5}.workflow-panel-links{display:flex;gap:12px;margin-top:8px}.workflow-panel-links a{color:var(--accent-blue);font-size:12px;font-weight:700;text-decoration:none}.executive-dashboard{color:#e8eefc;padding:0 24px 32px}.executive-heading{align-items:flex-end;display:flex;gap:24px;justify-content:space-between;margin:4px 0 20px}.executive-eyebrow{color:#60a5fa;display:block;font-size:12px;font-weight:800;letter-spacing:.15em;margin-bottom:7px}.executive-heading h1{color:#fff;font-size:clamp(30px,4vw,44px);line-height:1.05;margin:0}.executive-heading p{color:#94a3b8;margin:9px 0 0}.executive-heading time{align-items:center;color:#94a3b8;display:flex;font-size:12px;gap:7px;white-space:nowrap}.executive-banner{border:1px solid;border-radius:12px;font-size:13px;margin-bottom:16px;padding:12px 14px}.executive-banner.error{background:rgba(239,68,68,.1);border-color:rgba(248,113,113,.35);color:#fecaca}.executive-banner.warning{background:rgba(245,158,11,.1);border-color:rgba(251,191,36,.35);color:#fde68a}.executive-kpi-grid{display:grid;gap:14px;grid-template-columns:repeat(4,minmax(0,1fr));margin-bottom:18px}.executive-kpi{align-items:center;background:linear-gradient(145deg,#101e35,#0b172a);border:1px solid rgba(148,163,184,.16);border-radius:18px;color:inherit;display:flex;gap:14px;min-height:108px;padding:17px;text-decoration:none;transition:border-color .16s ease,transform .16s ease}.executive-kpi:hover,.executive-module-card:hover{border-color:rgba(96,165,250,.55);transform:translateY(-1px)}.executive-kpi-icon,.executive-module-icon{align-items:center;background:linear-gradient(145deg,#2563eb,#4f46e5);border-radius:12px;color:#fff;display:inline-flex;flex:0 0 auto;height:44px;justify-content:center;width:44px}.executive-kpi em,.executive-kpi small,.executive-kpi span:last-child,.executive-kpi strong{display:block}.executive-kpi small{color:#a9b8cf;font-size:12px;font-weight:700}.executive-kpi strong{color:#fff;font-size:22px;line-height:1.25;margin:3px 0}.executive-kpi em{color:#60d394;font-size:11px;font-style:normal}.executive-empty,.executive-loading{color:#94a3b8;padding:28px 16px;text-align:center}.executive-empty.compact{padding:16px 8px}.executive-layout{grid-template-columns:minmax(0,1.65fr) minmax(300px,.7fr)}.executive-layout,.executive-main-column,.executive-side-column{display:grid;gap:18px}.executive-side-column{align-content:start}.executive-panel,.executive-side-column .bes-side-panel,.executive-side-panel{background:#0d1a2f;border:1px solid rgba(148,163,184,.16);border-radius:18px;padding:20px}.executive-panel-head{align-items:center;display:flex;justify-content:space-between;margin-bottom:15px}.executive-panel-head h2{color:#fff;font-size:19px;margin:0}.executive-panel-head p{color:#94a3b8;font-size:12px;margin:5px 0 0}.executive-module-grid{display:grid;gap:12px;grid-template-columns:repeat(2,minmax(0,1fr))}.executive-module-card{align-items:center;border:1px solid rgba(148,163,184,.15);border-radius:14px;color:inherit;display:grid;gap:13px;grid-template-columns:auto minmax(0,1fr) auto;padding:16px;text-decoration:none;transition:border-color .16s ease,transform .16s ease}.executive-module-card p,.executive-module-card small,.executive-module-card strong{display:block}.executive-module-card small{color:#60a5fa;font-size:10px;font-weight:800;letter-spacing:.12em}.executive-module-card strong{color:#fff;font-size:16px;margin:4px 0}.executive-module-card p{color:#94a3b8;font-size:11px;margin:0}.executive-module-card>b{background:rgba(34,197,94,.12);border-radius:999px;color:#4ade80;font-size:10px;padding:5px 8px}.executive-operation-list{border-top:1px solid rgba(148,163,184,.12)}.executive-operation-row{align-items:center;border-bottom:1px solid rgba(148,163,184,.12);color:inherit;display:flex;gap:20px;justify-content:space-between;padding:13px 4px;text-decoration:none}.executive-operation-row em,.executive-operation-row small,.executive-operation-row strong,.executive-operation-row time,.executive-operation-row>span{display:block}.executive-operation-row small{color:#60a5fa;font-size:10px;font-weight:800}.executive-operation-row strong{color:#fff;margin-top:3px}.executive-operation-row>span:last-child{text-align:right}.executive-operation-row em,.executive-operation-row time{color:#94a3b8;font-size:11px;font-style:normal}.executive-attention-list,.executive-module-status-list,.executive-quick-actions{display:grid;gap:9px}.executive-attention{align-items:flex-start;border:1px solid rgba(251,191,36,.22);border-radius:12px;color:#fbbf24;display:flex;gap:10px;padding:11px;text-decoration:none}.executive-attention.critical{border-color:rgba(248,113,113,.3);color:#f87171}.executive-attention small,.executive-attention strong{display:block}.executive-attention strong{color:#fff;font-size:13px}.executive-attention small{color:#94a3b8;font-size:11px;margin-top:3px}.executive-module-status-list a{align-items:center;border-bottom:1px solid rgba(148,163,184,.12);color:#e8eefc;display:flex;font-size:13px;justify-content:space-between;padding:9px 2px;text-decoration:none}.executive-module-status-list b{border-radius:999px;font-size:10px;padding:5px 8px}.executive-module-status-list .live{background:rgba(34,197,94,.12);color:#4ade80}.executive-module-status-list .not-connected{background:rgba(148,163,184,.12);color:#94a3b8}.executive-quick-actions{grid-template-columns:repeat(2,minmax(0,1fr))}.executive-quick-actions a{background:rgba(37,99,235,.12);border:1px solid rgba(96,165,250,.2);border-radius:10px;color:#bfdbfe;font-size:12px;font-weight:700;padding:10px;text-align:center;text-decoration:none}@media (max-width:1200px){.executive-kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.executive-layout{grid-template-columns:1fr}}@media (max-width:720px){.executive-dashboard{padding:0 12px 28px}.executive-heading{align-items:flex-start;flex-direction:column}.executive-kpi-grid,.executive-module-grid{grid-template-columns:1fr}.executive-operation-row{align-items:flex-start;flex-direction:column;gap:6px}.executive-operation-row>span:last-child{text-align:left}}.bes-top-actions button:disabled{cursor:not-allowed;opacity:.48}.bes-mobile-menu-button,.bes-mobile-nav-backdrop,.bes-mobile-nav-close{display:none}@media (max-width:860px){#__next,body,html{max-width:100%;overflow-x:hidden!important}.bes-dark-shell{display:block!important;min-height:100dvh!important}.bes-dark-main,.bes-dark-shell{width:100%;height:auto!important;overflow:visible!important}.bes-dark-main{max-height:none!important;min-width:0!important;padding:14px 14px 52px!important}.bes-dark-topbar{grid-template-columns:44px minmax(0,1fr) auto!important;gap:10px!important;align-items:center}.bes-topbar-heading{min-width:0}.bes-dark-topbar h2{font-size:clamp(18px,4vw,24px)!important}.bes-dark-topbar h2,.bes-dark-topbar p{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bes-mobile-menu-button,.bes-mobile-nav-close{width:44px;height:44px;min-width:44px;min-height:44px;padding:0;align-items:center;justify-content:center;border:1px solid rgba(125,211,252,.28);border-radius:12px;background:rgba(15,35,62,.96);color:#ffffff;cursor:pointer}.bes-mobile-menu-button{display:inline-flex}.bes-mobile-menu-button:focus-visible,.bes-mobile-nav-close:focus-visible{outline:3px solid #7dd3fc;outline-offset:2px}.bes-dark-sidebar{display:flex!important;position:fixed!important;inset:0 auto 0 0;z-index:13001;width:min(320px,calc(100vw - 52px));height:100dvh!important;max-height:100dvh!important;padding:18px 14px 22px!important;overflow-x:hidden!important;overflow-y:auto!important;overscroll-behavior:contain;visibility:hidden;pointer-events:none;transform:translateX(-105%);transition:transform .18s ease,visibility .18s ease}.bes-dark-sidebar[data-open=true]{visibility:visible;pointer-events:auto;transform:translateX(0)}.bes-mobile-nav-close{display:inline-flex;position:absolute;top:12px;right:12px;z-index:1}.bes-dark-brand{padding-right:48px}.bes-mobile-nav-backdrop{display:block;position:fixed;inset:0;z-index:13000;width:100%;height:100%;padding:0;border:0;background:rgba(2,8,23,.72);cursor:pointer}.bes-search{grid-column:1/-1;grid-row:2}.bes-top-actions{grid-column:3;grid-row:1;min-width:0}.bes-dark-footer{left:0!important}}@media (max-width:520px){.bes-dark-main{padding-inline:10px!important}.bes-dark-topbar{grid-template-columns:44px minmax(0,1fr) 44px!important}.bes-profile>div:not(.avatar):not(.bes-profile-menu){display:none}}@media (prefers-reduced-motion:reduce){.bes-dark-sidebar{transition:none!important}}.bes-customer-asset-uat-banner{background:#fef3c7;border-bottom:2px solid #92400e;color:#451a03;font-size:.875rem;font-weight:800;letter-spacing:.025em;padding:.65rem 1rem;text-align:center}.service-card{background:#fff;border:1px solid #dbe3ef;border-radius:16px;padding:20px;margin-bottom:16px;color:#14213d;max-width:100%;overflow-wrap:anywhere}.service-actions,.service-list-head,.service-summary{display:flex;gap:12px;align-items:center;justify-content:space-between;flex-wrap:wrap}.service-card h2,.service-list-head h2{margin:0}.service-card p{color:#334155}.service-filters,.service-grid-form{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:12px;margin:18px 0}.service-filters label,.service-form label,.service-grid-form label,.service-inline-form label{display:grid;gap:6px;font-weight:650;min-width:0}.service-filters input,.service-filters select,.service-form input,.service-form select,.service-form textarea,.service-grid-form input,.service-grid-form select,.service-grid-form textarea,.service-inline-form input{box-sizing:border-box;width:100%;border:1px solid #64748b;border-radius:8px;padding:10px;min-height:42px;font:inherit;background:#fff;color:#0f172a}.service-card button,.service-danger,.service-filters button,.service-primary{display:inline-block;border:1px solid #64748b;border-radius:8px;padding:10px 14px;font-weight:700;cursor:pointer;min-height:42px;background:#fff;color:#14213d}.service-primary{background:#1d4ed8!important;color:#fff!important;border-color:#1d4ed8!important;text-decoration:none}.service-danger{background:#991b1b!important;color:#fff!important;border-color:#991b1b!important}.service-card button:disabled{cursor:not-allowed;opacity:.72}.service-card :focus-visible{outline:3px solid #f59e0b;outline-offset:2px}.service-filter-actions{display:flex;gap:8px;align-items:end}.service-table{overflow-x:auto;max-width:100%}.service-table table{width:100%;border-collapse:collapse;min-width:720px}.service-table td,.service-table th{padding:12px;border-bottom:1px solid #cbd5e1;text-align:left}.service-table small{color:#334155}.service-pagination{margin-top:16px;display:flex;justify-content:center;color:#1e293b}.service-status{display:inline-block;padding:5px 9px;border:1px solid #94a3b8;border-radius:999px;font-weight:800;background:#e2e8f0;color:#1e293b}.sla-on-track,.status-completed{background:#dcfce7;color:#14532d;border-color:#86efac}.sla-due-soon,.status-waiting_customer,.status-waiting_parts{background:#fef3c7;color:#78350f;border-color:#fbbf24}.sla-overdue,.status-cancelled,.status-rejected{background:#fee2e2;color:#7f1d1d;border-color:#fca5a5}.sla-paused,.status-in_progress{background:#dbeafe;color:#1e3a8a;border-color:#93c5fd}.service-form{max-width:860px}.service-form fieldset{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin:18px 0;border:1px solid #94a3b8;border-radius:10px;padding:18px}.service-form textarea,.service-grid-form textarea{min-height:100px}.service-span{grid-column:1/-1}.service-summary{align-items:stretch;justify-content:flex-start}.service-summary>div{min-width:180px;flex:1 1;padding:12px;background:#f1f5f9;color:#1e293b;border-radius:8px}.service-actions{justify-content:flex-start;margin-top:18px}.service-error,.service-review-blocked,.service-success,.service-warning{padding:12px;border-radius:8px;margin:12px 0}.service-error{background:#fee2e2!important;color:#7f1d1d!important;border:1px solid #fca5a5}.service-success{background:#dcfce7!important;color:#14532d!important;border:1px solid #86efac}.service-warning{background:#fff7ed;color:#7c2d12;border:1px solid #fdba74}.service-review-blocked{background:#fffbeb;color:#713f12;border:1px solid #f59e0b}.service-empty{padding:24px;background:#f1f5f9;color:#1e293b;border-radius:8px}.service-inline-form{display:flex;gap:10px;align-items:end;margin:16px 0}.service-inline-form label{flex:1 1}.service-check-item,.service-metadata,.service-timeline{display:flex;gap:10px;align-items:center;justify-content:space-between;flex-wrap:wrap;padding:12px 0;border-bottom:1px solid #cbd5e1}.service-check-item>span{display:flex;gap:6px}.service-done{text-decoration:line-through;color:#334155;font-weight:650}.service-metadata,.service-timeline{align-items:flex-start;flex-direction:column;color:#1e293b}.service-metadata span,.service-timeline span{color:#334155}.service-card progress{width:100%;height:14px}.service-module-page{max-width:100%;overflow-x:hidden}.service-reference{color:#1e3a5f!important;font-weight:800;letter-spacing:.01em}.service-customer{color:#1e293b!important;font-weight:650}.service-override-confirm{display:flex!important;grid-template-columns:auto 1fr!important;align-items:flex-start;gap:10px!important;padding:12px;border:1px solid #d97706;border-radius:8px;background:#fffbeb;color:#713f12}.service-override-confirm input{width:auto!important;min-height:auto!important;margin-top:3px}.service-dialog-backdrop{position:fixed;inset:0;z-index:1000;display:grid;place-items:center;padding:16px;background:rgba(15,23,42,.72)}.service-dialog{box-sizing:border-box;width:min(620px,100%);max-height:calc(100vh - 32px);overflow:auto;border-radius:16px;background:#fff;color:#14213d;padding:24px;box-shadow:0 24px 64px rgba(15,23,42,.35)}.service-dialog h2{margin-top:0}.service-dialog p{color:#334155}.service-dialog-form{display:grid;gap:14px}.service-dialog-form label{display:grid;gap:6px;font-weight:700}.service-dialog-form input,.service-dialog-form select,.service-dialog-form textarea{box-sizing:border-box;width:100%;min-height:44px;border:1px solid #64748b;border-radius:8px;padding:10px;font:inherit;background:#fff;color:#0f172a}.service-dialog-form textarea{min-height:110px}.service-check-actions,.service-check-actions form,.service-dialog-actions,.service-linked-stock{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.service-dialog-actions{justify-content:flex-end;margin-top:6px}.service-dialog button{min-height:42px;border:1px solid #64748b;border-radius:8px;padding:9px 14px;background:#fff;color:#14213d;font-weight:700}.service-dialog :focus-visible{outline:3px solid #f59e0b;outline-offset:2px}.service-linked-stock{justify-content:space-between;padding:14px;border:1px solid #94a3b8;border-radius:10px;background:#f1f5f9;color:#1e293b}.service-linked-stock a,.service-linked-stock span,.service-linked-stock strong{color:#1e3a5f}.service-help{color:#1e293b!important;background:#f1f5f9;border-left:4px solid #475569;padding:12px}.service-picker{display:grid!important;gap:8px;border:1px solid #94a3b8;border-radius:10px;padding:14px}.service-picker label{display:flex;grid-template-columns:auto 1fr;align-items:center}.service-picker input{width:auto!important;min-height:auto!important}.service-inline-link{margin-top:10px}.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}@media(max-width:600px){.service-module-page{padding:8px!important}.service-module-page>div{padding:12px!important;border-radius:16px!important}.service-shell-actions,.service-shell-header{flex-direction:column!important;width:100%}.service-shell-search{box-sizing:border-box;width:100%!important}.service-card{padding:14px}.service-filters,.service-form fieldset,.service-grid-form{grid-template-columns:1fr}.service-form fieldset{padding:12px}.service-summary>div{width:100%;min-width:0}.service-list-head{align-items:flex-start}.service-list-head>*{max-width:100%}.service-actions,.service-dialog-actions,.service-filter-actions,.service-inline-form{width:100%;flex-direction:column;align-items:stretch}.service-actions button,.service-dialog-actions button,.service-filter-actions button,.service-inline-form button{width:100%}.service-table{margin-inline:-4px}.service-card input[type=file]{font-size:13px}.service-span{grid-column:auto}.service-dialog{padding:18px}.service-linked-stock{align-items:stretch;flex-direction:column}.service-check-item{align-items:flex-start;flex-direction:column}.service-check-actions,.service-check-actions form{width:100%}.service-check-actions input{box-sizing:border-box;max-width:100%;width:100%}}.service-module-page .service-card p,.service-module-page .service-card small,.service-module-page .service-check-item label,.service-module-page .service-metadata,.service-module-page .service-metadata span,.service-module-page .service-timeline,.service-module-page .service-timeline span{color:#1e293b!important;-webkit-text-fill-color:currentColor!important;opacity:1!important;filter:none!important}.service-module-page .service-reference{color:#0f172a!important;-webkit-text-fill-color:#0f172a!important;opacity:1!important}.service-module-page .service-customer{color:#1e293b!important;-webkit-text-fill-color:#1e293b!important;opacity:1!important}.service-module-page .service-status{color:#1e293b!important;-webkit-text-fill-color:currentColor!important;background:#e2e8f0!important;border-color:#475569!important;opacity:1!important;filter:none!important}.service-module-page .sla-completed,.service-module-page .sla-on-track,.service-module-page .status-completed{color:#052e16!important;background:#d1fae5!important;border-color:#166534!important}.service-module-page .sla-due-soon,.service-module-page .status-waiting_customer,.service-module-page .status-waiting_parts{color:#451a03!important;background:#fef3c7!important;border-color:#92400e!important}.service-module-page .sla-overdue,.service-module-page .status-cancelled,.service-module-page .status-rejected{color:#450a0a!important;background:#fee2e2!important;border-color:#991b1b!important}.service-module-page .sla-paused,.service-module-page .status-in_progress{color:#172554!important;background:#dbeafe!important;border-color:#1e40af!important}.service-module-page .service-help{background:#e2e8f0!important;border-color:#334155!important}.service-module-page .service-checklist-count,.service-module-page .service-help{color:#0f172a!important;-webkit-text-fill-color:#0f172a!important;opacity:1!important}.service-module-page .service-checklist-count{font-weight:750}.service-module-page .service-done{color:#1e293b!important;-webkit-text-fill-color:#1e293b!important;font-weight:700;opacity:1!important;text-decoration:line-through}.service-module-page .service-timeline-meta,.service-module-page .service-timeline-note{color:#1e293b!important;-webkit-text-fill-color:#1e293b!important;opacity:1!important}.service-module-page .service-success{color:#052e16!important;-webkit-text-fill-color:#052e16!important;background:#d1fae5!important;border-color:#166534!important;opacity:1!important}.service-module-page .service-empty{color:#0f172a!important;-webkit-text-fill-color:#0f172a!important;background:#f1f5f9!important;border:1px solid #64748b;opacity:1!important}.service-module-page .service-linked-stock,.service-module-page .service-linked-stock a,.service-module-page .service-linked-stock span,.service-module-page .service-linked-stock strong{color:#0f172a!important;-webkit-text-fill-color:currentColor!important;opacity:1!important}.service-module-page .service-card button:disabled{opacity:1!important;background:#e2e8f0!important;color:#334155!important;-webkit-text-fill-color:#334155!important;border-color:#64748b!important}.service-customer-mode{grid-template-columns:repeat(2,minmax(0,1fr))!important}.service-customer-mode label{display:flex!important;grid-template-columns:auto 1fr!important;align-items:center;gap:9px;padding:11px;border:1px solid #64748b;border-radius:8px;background:#f8fafc}.service-customer-mode input{width:auto!important;min-height:auto!important;accent-color:#1d4ed8}.service-customer-mode small{grid-column:1/-1;color:#334155;font-weight:600}@media(max-width:600px){.service-customer-mode{grid-template-columns:1fr!important}}.service-checkbox{display:flex!important;grid-template-columns:auto 1fr!important;align-items:center;gap:9px!important;padding:10px;border:1px solid #64748b;border-radius:8px;background:#f8fafc;color:#1e293b}.service-checkbox input{width:auto!important;min-height:auto!important}.service-test-data{display:inline-block;margin-top:5px;padding:4px 7px;border:1px solid #92400e;border-radius:999px;background:#fef3c7;color:#422006;font-size:11px;font-weight:850}.service-detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.service-detail-grid>.service-card{min-width:0}.service-details{display:grid;grid-template-columns:minmax(100px,.45fr) minmax(0,1fr);gap:8px 14px;margin:16px 0;color:#1e293b}.service-details dt{font-weight:800;color:#334155}.service-details dd{margin:0;min-width:0;overflow-wrap:anywhere}.service-form-actions{display:flex;gap:10px;flex-wrap:wrap}.service-work-log-list{display:grid;gap:12px}.service-work-log{border:1px solid #64748b;border-radius:12px;padding:14px;background:#f8fafc;color:#0f172a}.service-work-log-amendment{border-left:6px solid #b45309;background:#fffbeb}.service-work-log dl{display:grid;grid-template-columns:minmax(100px,.35fr) minmax(0,1fr);gap:6px 12px;margin:10px 0}.service-work-log dt{font-weight:800;color:#334155}.service-work-log dd{margin:0;overflow-wrap:anywhere}.service-signoff-fields{display:grid;gap:14px;border:1px solid #64748b;border-radius:10px;padding:14px}.service-signoff-fields legend{font-weight:850;padding:0 6px}.service-signoff-fields .service-help{margin:0}@media(max-width:600px){.service-detail-grid{grid-template-columns:1fr}.service-details,.service-work-log dl{grid-template-columns:1fr;gap:4px}.service-details dd,.service-work-log dd{margin-bottom:8px}.service-form-actions{flex-direction:column}.service-form-actions button{width:100%}}.service-kpi-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:12px;margin-bottom:16px}.service-kpi-card{display:grid;gap:8px;padding:18px;border:1px solid #2563eb;border-radius:14px;background:#fff;color:#1e3a8a!important;text-decoration:none;opacity:1}.service-kpi-card small,.service-kpi-card span{color:#1e3a8a!important;-webkit-text-fill-color:#1e3a8a!important;opacity:1!important;font-weight:700}.service-kpi-card strong{font-size:30px;color:#0f172a!important}.service-parts-list{display:grid;gap:14px}.service-part{border:1px solid #64748b;border-radius:12px;padding:16px;background:#f8fafc;color:#172554;opacity:1}.service-part-quantities{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin:14px 0}.service-part-quantities div{background:#fff;border:1px solid #64748b;border-radius:8px;padding:10px}.service-part-quantities dt{color:#334155;font-weight:700}.service-part-quantities dd{margin:4px 0 0;color:#0f172a;font-size:1.15rem;font-weight:800}.service-linked-documents{display:flex;gap:10px;flex-wrap:wrap}.service-linked-documents a{color:#1d4ed8!important;font-weight:750;text-decoration:underline}.service-part-action,.service-part-add{border-top:1px solid #64748b;padding-top:14px}.service-part-action h3,.service-part-add h3{margin:0;color:#172554}.service-stock-history{display:grid;gap:8px;margin:14px 0;padding:12px;border:1px solid #64748b;border-radius:10px;background:#fff;color:#0f172a}.service-stock-history-item{display:grid;gap:3px;padding-top:8px;border-top:1px solid #cbd5e1;min-width:0}.service-stock-history-item a{color:#1d4ed8!important;font-weight:800;overflow-wrap:anywhere}.service-stock-history-item span{color:#334155!important;font-size:.9rem;line-height:1.45;opacity:1!important}@media(max-width:600px){.service-kpi-grid,.service-part-quantities{grid-template-columns:repeat(2,minmax(0,1fr))}.service-kpi-card{padding:14px;min-width:0}}.service-module-page .service-card dt,.service-module-page .service-card label,.service-module-page small{color:#334155!important;opacity:1!important}.service-dialog-description{margin:0;color:#1e293b!important;font-weight:650;line-height:1.55}.service-dialog-compact{width:min(540px,100%);padding:20px}.service-dialog-compact .service-dialog-form{gap:10px}.service-dialog-summary{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin:0}.service-dialog-summary>div{padding:10px;border:1px solid #94a3b8;border-radius:8px;background:#f8fafc}.service-dialog-summary dt{color:#334155;font-size:.82rem;font-weight:800}.service-dialog-summary dd{margin:4px 0 0;color:#0f172a;font-weight:700;line-height:1.4}.service-duty-guidance{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:14px;padding:12px;border:1px solid #64748b;border-radius:10px;background:#f8fafc}.service-duty-guidance>div{display:grid;gap:4px}.service-duty-guidance strong{color:#334155;font-size:.82rem}.service-duty-guidance span{color:#0f172a;font-weight:700;line-height:1.45}.service-duty-guidance a{color:#1d4ed8;font-weight:800}.service-part-confirmation{padding:14px;border:2px solid #1d4ed8;border-radius:10px;background:#eff6ff;color:#0f172a}.service-part-confirmation>strong{font-size:1.05rem}.service-part-confirmation dl{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin:10px 0}.service-part-confirmation dl>div{padding:9px;border:1px solid #93c5fd;border-radius:8px;background:#fff}.service-part-confirmation dt{font-size:.8rem;font-weight:800;color:#334155}.service-part-confirmation dd{margin:3px 0 0;font-weight:800;color:#0f172a}.service-part-confirmation p{margin:8px 0 0;color:#172554!important;font-weight:700}.service-final-summary{border-color:#166534}.service-final-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px;margin:16px 0}.service-final-grid>div{padding:11px;border:1px solid #94a3b8;border-radius:9px;background:#f8fafc}.service-final-grid dt{color:#334155;font-size:.8rem;font-weight:800}.service-final-grid dd{margin:4px 0 0;color:#0f172a;font-weight:750;line-height:1.45}.service-training-checklist{border:2px solid #7c3aed;background:#faf5ff}.service-training-kicker{margin:0 0 4px;color:#5b21b6!important;font-size:.76rem;font-weight:900;letter-spacing:.1em}.service-training-next{display:inline-flex;margin:12px 0}.service-training-stages{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;list-style:none;padding:0;margin:14px 0 0}.service-training-stages li{display:flex;gap:8px;align-items:center;padding:9px;border:1px solid #a78bfa;border-radius:8px;background:#fff;color:#4c1d95;font-weight:700}.service-training-stages li[data-complete=true]{border-color:#16a34a;background:#f0fdf4;color:#14532d}@media(max-width:700px){.service-dialog-summary,.service-duty-guidance,.service-final-grid,.service-part-confirmation dl,.service-training-stages{grid-template-columns:1fr}.service-dialog-compact{padding:16px}.service-final-summary .service-linked-documents{display:grid}.service-final-summary .service-linked-documents>*{width:100%;box-sizing:border-box}}.service-final-status{display:inline-flex;align-items:center;border:1px solid #166534;border-radius:999px;background:#dcfce7;color:#14532d;font-weight:800;padding:.35rem .7rem}.service-final-reference{margin:0;color:#334155;font-size:.82rem;font-weight:850;letter-spacing:.04em}.service-dashboard{display:grid;gap:16px;max-width:100%;min-width:0;color:#0f172a}.service-dashboard-controls{position:relative}.service-dashboard-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;flex-wrap:wrap}.service-dashboard-heading h2,.service-dashboard-section>h2{margin:0}.service-dashboard-meta{margin:8px 0 0;color:#1e293b!important}.service-kpi-grid-v2{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:12px}.service-kpi-card-v2{display:flex;min-width:0;flex-direction:column;border:1px solid #475569;border-radius:14px;background:#f8fafc;color:#0f172a;overflow:hidden;opacity:1}.service-kpi-link{display:grid;gap:7px;padding:16px;color:#0f172a!important;text-decoration:none}.service-kpi-link:hover{text-decoration:none;background:#eff6ff}.service-kpi-link:focus-visible{outline:3px solid #b45309;outline-offset:-4px}.service-kpi-card-v2>.service-kpi-coverage,.service-kpi-card-v2>.service-kpi-label,.service-kpi-card-v2>.service-kpi-value,.service-kpi-card-v2>.service-kpi-warning,.service-kpi-card-v2>.service-smoke-value{margin-inline:16px}.service-kpi-card-v2>.service-kpi-label{margin-top:16px}.service-dashboard .service-kpi-label{color:#1e3a5f!important;-webkit-text-fill-color:#1e3a5f!important;font-weight:800;opacity:1!important}.service-dashboard .service-kpi-value{color:#0f172a!important;-webkit-text-fill-color:#0f172a!important;font-size:1.8rem;line-height:1.15;overflow-wrap:anywhere;opacity:1!important}.service-dashboard .service-kpi-coverage{color:#334155!important;-webkit-text-fill-color:#334155!important;font-weight:650;opacity:1!important}.service-dashboard .service-kpi-warning{color:#7c2d12!important;-webkit-text-fill-color:#7c2d12!important;font-weight:700;opacity:1!important}.service-dashboard .service-kpi-open{color:#1d4ed8!important;-webkit-text-fill-color:#1d4ed8!important;font-weight:800;text-decoration:underline;opacity:1!important}.service-kpi-help{margin-top:auto;border-top:1px solid #64748b;padding:10px 16px;background:#fff;color:#1e293b;opacity:1}.service-dashboard .service-kpi-help summary{cursor:pointer;color:#1e3a5f!important;-webkit-text-fill-color:#1e3a5f!important;font-weight:800;opacity:1!important}.service-dashboard .service-kpi-help p{margin:8px 0 0;color:#1e293b!important;-webkit-text-fill-color:#1e293b!important;opacity:1!important}.service-dashboard .service-smoke-banner,.service-dashboard .service-smoke-value{border:1px solid #92400e;background:#fef3c7;color:#422006!important;-webkit-text-fill-color:#422006!important;font-weight:750;opacity:1!important}.service-smoke-banner{padding:12px;border-radius:10px}.service-smoke-value{display:block;padding:6px 8px;border-radius:7px;font-size:.8rem}.service-technician-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:12px}.service-technician-card{min-width:0;border:1px solid #475569;border-radius:12px;padding:14px;background:#f8fafc}.service-technician-card h3{margin:0;color:#0f172a}.service-technician-card a{color:#1d4ed8!important;font-weight:800}.service-technician-card dl{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin:12px 0}.service-technician-card dl>div{border:1px solid #94a3b8;border-radius:8px;padding:9px;background:#fff}.service-technician-card dt{color:#334155;font-weight:700}.service-technician-card dd{margin:3px 0 0;color:#0f172a;font-size:1.15rem;font-weight:850}.service-dashboard-skeleton{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.service-dashboard-skeleton span{display:block;height:140px;border:1px solid #94a3b8;border-radius:14px;background:linear-gradient(90deg,#e2e8f0 25%,#f8fafc 50%,#e2e8f0 75%);background-size:200% 100%;animation:service-dashboard-loading 1.4s infinite}.service-dashboard-read-model summary{color:#1e3a5f;font-weight:800;cursor:pointer}@keyframes service-dashboard-loading{to{background-position:-200% 0}}@media(max-width:600px){.service-dashboard-heading{display:grid;grid-template-columns:1fr}.service-dashboard-heading>button{width:100%}.service-dashboard-skeleton,.service-kpi-grid-v2,.service-technician-grid{grid-template-columns:1fr}.service-kpi-card-v2{width:100%;box-sizing:border-box}.service-technician-card dl{grid-template-columns:1fr 1fr}.service-dashboard .service-filters{margin-inline:0}.service-dashboard-section{overflow:hidden}}@media(prefers-reduced-motion:reduce){.service-dashboard-skeleton span{animation:none}}.service-shell-search-form{display:flex;gap:8px;align-items:center;max-width:100%}.service-shell-search-form button{min-height:44px;border:1px solid #1d4ed8;border-radius:12px;padding:10px 14px;background:#1d4ed8;color:#fff;font-weight:800;cursor:pointer;white-space:nowrap}.service-shell-search-form :focus-visible{outline:3px solid #f59e0b;outline-offset:2px}.service-unavailable{max-width:900px}.service-unavailable>.service-status{margin-top:0}.service-unavailable .service-actions a:not(.service-primary){display:inline-flex;align-items:center;min-height:42px;color:#1d4ed8!important;font-weight:800}@media(max-width:600px){.service-shell-search-form{display:grid;grid-template-columns:1fr;width:100%}.service-shell-search-form button{width:100%}.service-unavailable .service-actions a{box-sizing:border-box;justify-content:center;width:100%}}.service-policy-admin{display:grid;gap:16px}.service-policy-banner{margin:0;border-color:#9a3412!important}.service-module-page .service-policy-banner,.service-module-page .service-policy-banner strong{color:#7c2d12!important;-webkit-text-fill-color:#7c2d12!important;opacity:1!important}.service-policy-tabs{display:flex;gap:8px;padding:8px;border:1px solid #94a3b8;border-radius:12px;background:#fff}.service-policy-tabs button{min-height:44px;border:1px solid #64748b;border-radius:8px;padding:9px 14px;background:#f8fafc;color:#0f172a;font-weight:800;cursor:pointer}.service-policy-tabs button[aria-current=page]{background:#1d4ed8;color:#fff}.service-policy-layout{display:grid;grid-template-columns:minmax(240px,.34fr) minmax(0,1fr);gap:16px;align-items:start}.service-policy-layout main{min-width:0}.service-policy-list{display:grid;gap:8px;list-style:none;padding:0;margin:16px 0 0}.service-policy-list button{display:grid;width:100%;gap:5px;text-align:left}.service-policy-list button[aria-pressed=true]{border-color:#1d4ed8;background:#dbeafe}.service-policy-list span{color:#334155}.service-policy-week{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important}.service-policy-target{grid-column:1/-1;display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;margin:0!important}.service-policy-preview{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.service-policy-preview h2,.service-policy-preview p{grid-column:1/-1}.service-policy-preview label{display:grid;gap:6px;font-weight:700}.service-policy-preview input,.service-policy-preview select{box-sizing:border-box;width:100%;min-height:42px;border:1px solid #64748b;border-radius:8px;padding:9px;font:inherit}.service-policy-preview output{grid-column:1/-1;padding:12px;border:1px solid #166534;border-radius:8px;background:#d1fae5;color:#052e16;font-weight:800}.service-holiday-register{grid-template-columns:1fr!important}.service-holiday-row{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;margin:0!important;background:#f8fafc}.service-holiday-row button{justify-self:start}.service-derived-dates{display:grid;gap:6px;padding:12px;border:1px solid #94a3b8;border-radius:8px;background:#f8fafc}.service-derived-dates output{overflow-wrap:anywhere}.service-evidence-preview{display:grid;gap:12px;margin:18px 0;padding:16px;border:1px solid #64748b;border-radius:10px;background:#f8fafc}.service-evidence-preview h3,.service-evidence-preview p{margin:0}.service-preview-result{min-width:0}.service-preview-result dl{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.service-preview-result dl>div{min-width:0;padding:10px;border:1px solid #cbd5e1;border-radius:8px;background:#fff}.service-preview-result dt{font-weight:800;color:#334155}.service-preview-result dd{margin:4px 0 0;overflow-wrap:anywhere}.service-preview-result pre{box-sizing:border-box;max-width:100%;max-height:360px;overflow:auto;padding:12px;border:1px solid #64748b;border-radius:8px;background:#0f172a;color:#f8fafc;white-space:pre-wrap;overflow-wrap:anywhere}@media(max-width:760px){.service-policy-layout{grid-template-columns:1fr}.service-holiday-row,.service-policy-preview,.service-policy-target,.service-policy-week{grid-template-columns:1fr!important}.service-policy-preview h2,.service-policy-preview output,.service-policy-preview p{grid-column:auto}.service-policy-tabs{display:grid;grid-template-columns:1fr 1fr}.service-policy-list button{width:100%}.service-preview-result dl{grid-template-columns:1fr}.service-evidence-preview button,.service-holiday-register>button,.service-holiday-row button{width:100%}}.service-module-page .sla-satisfied{color:#052e16!important;background:#d1fae5!important;border-color:#166534!important}.service-module-page .sla-breached,.service-module-page .sla-cancelled{color:#450a0a!important;background:#fee2e2!important;border-color:#991b1b!important}.service-module-page .sla-not-applicable,.service-module-page .sla-not-tracked{color:#172554!important;background:#dbeafe!important;border-color:#1e40af!important}.ca-page{max-width:1360px;margin:0 auto;padding:24px 24px calc(var(--footer-h,38px) + 64px);color:#f8fafc;scroll-padding-bottom:calc(var(--footer-h,38px) + 64px)}.ca-page *{box-sizing:border-box}.ca-actions,.ca-head,.ca-row{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.ca-head{margin-bottom:18px}.ca-card h2,.ca-head h1{margin:0}.ca-head .ca-muted{color:#e2e8f0}.ca-nav{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:16px}.ca-button,.ca-nav a{border:1px solid #1d4ed8;background:#1d4ed8;color:#fff;padding:10px 14px;border-radius:10px;text-decoration:none;font:inherit;font-weight:800;cursor:pointer}.ca-button.secondary,.ca-nav a{background:#fff;color:#1d4ed8}.ca-button.danger{background:#991b1b;border-color:#991b1b}.ca-button:disabled{background:#64748b;border-color:#64748b;cursor:not-allowed}.ca-button:focus-visible,.ca-page a:focus-visible,.ca-page input:focus-visible,.ca-page select:focus-visible,.ca-page textarea:focus-visible{outline:3px solid #38bdf8;outline-offset:2px}.ca-card{background:#fff;color:#0f172a;border:1px solid #64748b;border-radius:16px;padding:18px;margin-bottom:16px;box-shadow:0 8px 22px rgba(15,23,42,.07)}.ca-form,.ca-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.ca-form label{display:grid;gap:6px;font-weight:750}.ca-filter input,.ca-filter select,.ca-form input,.ca-form select,.ca-form textarea{width:100%;min-width:0;padding:11px;border:1px solid #64748b;border-radius:9px;background:#fff;color:#0f172a;font:inherit}.ca-span{grid-column:1/-1}.ca-filter{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));align-items:end;gap:10px;margin:14px 0}.ca-table{overflow-x:auto}.ca-table table{width:100%;border-collapse:collapse;min-width:680px}.ca-table td,.ca-table th{text-align:left;padding:12px;border-bottom:1px solid #cbd5e1;vertical-align:top}.ca-table th{color:#334155;background:#f1f5f9}.ca-muted{color:#475569}.ca-empty,.ca-error,.ca-success,.ca-warning{padding:14px;border-radius:10px;margin:12px 0}.ca-error{background:#fee2e2;color:#7f1d1d;border:1px solid #ef4444}.ca-success{background:#dcfce7;color:#14532d;border:1px solid #22c55e}.ca-warning{background:#fef3c7;color:#422006;border:1px solid #d97706}.ca-empty{background:#f1f5f9;color:#334155;text-align:center}.ca-badge{display:inline-flex;padding:5px 9px;border-radius:999px;font-size:12px;font-weight:850;border:1px solid}.ca-badge-group{display:flex;gap:7px;align-items:center;justify-content:flex-end;flex-wrap:wrap}.ca-test-data{background:#fef3c7;color:#713f12;border-color:#92400e;margin-top:5px}.ca-test-banner{padding:13px 15px;margin:0 0 16px;border:2px solid #92400e;border-radius:10px;background:#fef3c7;color:#422006;font-weight:700}.ca-active,.ca-warranty{background:#dcfce7;color:#14532d}.ca-expired,.ca-inactive{background:#fee2e2;color:#7f1d1d}.ca-retired{background:#e2e8f0;color:#1e293b;border-color:#475569}.ca-unknown{background:#e2e8f0;color:#334155}.ca-expiring{background:#fef3c7;color:#713f12}.ca-checkbox{display:flex!important;grid-template-columns:auto minmax(0,1fr)!important;align-items:flex-start;gap:10px!important;border:1px solid #64748b;border-radius:10px;padding:12px;background:#f8fafc}.ca-checkbox input{width:auto!important;margin-top:3px;accent-color:#1d4ed8}.ca-address-note,.ca-checkbox small,.ca-warranty-days,.ca-warranty-detail,.ca-warranty-end{color:#334155;font-weight:650}.ca-address-note{margin:0;padding:10px 12px;border-left:4px solid #1d4ed8;background:#eff6ff;border-radius:6px}.ca-equipment-row{transition:background-color .15s ease,box-shadow .15s ease}.ca-equipment-row:focus-within,.ca-equipment-row:hover{background:#eff6ff;box-shadow:inset 4px 0 #1d4ed8}.ca-detail-action,.ca-equipment-name-link{color:#1e3a8a;font-weight:800;text-decoration:underline;text-underline-offset:3px}.ca-detail-action{display:inline-flex;min-height:40px;align-items:center;padding:7px 10px;border:1px solid #1d4ed8;border-radius:8px;background:#fff;white-space:nowrap}.ca-warranty-detail{display:block;margin-top:7px;line-height:1.45}.ca-warranty-days,.ca-warranty-end{margin:7px 0 0}.ca-section-list{display:grid;gap:10px}.ca-item{border:1px solid #64748b;border-radius:12px;padding:13px;display:grid;gap:7px}.ca-customer-profile-link{display:inline-grid;gap:3px;color:#1e3a8a;font-weight:750;text-decoration:underline;text-underline-offset:3px}.ca-card-actions,.ca-profile-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-bottom:16px}.ca-card-actions{margin:12px 0 0}.ca-section{margin-bottom:16px}.ca-section>h2{margin:0 0 12px;color:#f8fafc}.ca-section-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;flex-wrap:wrap}.ca-section-heading h2,.ca-section-heading h3{margin:0}.ca-eyebrow{margin:0 0 3px;color:#334155;font-size:.78rem;font-weight:850;letter-spacing:.08em;text-transform:uppercase}.ca-card-grid,.ca-profile-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.ca-profile-grid{margin-top:16px}.ca-card-grid{margin-top:14px}.ca-grid-full{grid-column:1/-1}.ca-profile-value{min-width:0}.ca-profile-value>strong{color:#475569;font-size:.82rem}.ca-profile-value>p{margin:4px 0 0;color:#0f172a;font-weight:700;overflow-wrap:anywhere}.ca-subcard{min-width:0;border:1px solid #64748b;border-radius:13px;padding:15px;background:#fff;color:#0f172a}.ca-subcard h3{font-size:1rem;overflow-wrap:anywhere}.ca-address-card address{display:grid;gap:5px;margin-top:12px;color:#0f172a;font-style:normal;font-weight:650}.ca-address-same{padding:10px;border-left:4px solid #1d4ed8;background:#eff6ff;color:#1e3a8a;font-weight:750}.ca-empty-inline,.ca-view-only{color:#475569;font-weight:650}.ca-readonly{padding:12px 14px;border:1px solid #64748b;border-left:5px solid #475569;border-radius:10px;background:#f8fafc;color:#1e293b;font-weight:650}.ca-dialog-backdrop{position:fixed;inset:0;z-index:1000;display:grid;place-items:center;padding:18px;background:rgba(15,23,42,.72)}.ca-dialog{width:min(560px,100%);max-height:calc(100vh - 36px);overflow:auto;padding:22px;border:2px solid #475569;border-radius:16px;background:#fff;color:#0f172a;box-shadow:0 24px 64px rgba(15,23,42,.4)}.ca-dialog h2{margin:0 0 10px}.ca-dialog label{display:grid;gap:7px;font-weight:750}.ca-dialog textarea{width:100%;min-width:0;padding:11px;border:1px solid #64748b;border-radius:9px;background:#fff;color:#0f172a;font:inherit}.ca-dialog .ca-actions{margin-top:16px}.ca-filter-checkbox{align-self:end;margin:0;min-height:44px}.ca-profile-form{padding:16px;margin:14px 0;border:1px solid #64748b;border-radius:12px;background:#f8fafc}.ca-warranty-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-top:14px;color:#1e293b}.ca-neutral{background:#e0f2fe;color:#0c4a6e;border-color:#0369a1}.ca-service-profile-item h3{margin:5px 0 0;color:#0f172a;font-size:1rem}.ca-service-profile-meta{display:flex;gap:8px 18px;flex-wrap:wrap;color:#334155}.ca-service-history-meta{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.ca-service-history{scroll-margin-bottom:calc(var(--footer-h,38px) + 20px)}.ca-service-history-reference{font-weight:800;text-decoration:underline;text-decoration-thickness:1.5px;text-underline-offset:3px}.bes-dark-main .ca-page,.bes-dark-main .ca-page *{opacity:1!important;filter:none!important}.bes-dark-main .ca-page .ca-card,.bes-dark-main .ca-page .ca-item,.bes-dark-main .ca-page .ca-subcard{background-color:#fff!important;color:#0f172a!important}.bes-dark-main .ca-page .ca-eyebrow,.bes-dark-main .ca-page .ca-profile-value>strong,.bes-dark-main .ca-page .ca-service-profile-meta,.bes-dark-main .ca-page .ca-view-only{color:#334155!important;-webkit-text-fill-color:#334155!important}.bes-dark-main .ca-page .ca-address-card address,.bes-dark-main .ca-page .ca-profile-value>p,.bes-dark-main .ca-page .ca-service-profile-item h3{color:#0f172a!important;-webkit-text-fill-color:#0f172a!important}.bes-dark-main .ca-page .ca-readonly{background:#f8fafc!important;border-color:#64748b!important}.bes-dark-main .ca-page .ca-equipment-value,.bes-dark-main .ca-page .ca-readonly,.bes-dark-main .ca-page .ca-service-history-summary{color:#1e293b!important;-webkit-text-fill-color:#1e293b!important}.bes-dark-main .ca-page .ca-address-note,.bes-dark-main .ca-page .ca-checkbox small,.bes-dark-main .ca-page .ca-checkbox span,.bes-dark-main .ca-page .ca-service-history-meta,.bes-dark-main .ca-page .ca-service-history-meta span,.bes-dark-main .ca-page .ca-service-history-meta time,.bes-dark-main .ca-page .ca-warranty-days,.bes-dark-main .ca-page .ca-warranty-detail,.bes-dark-main .ca-page .ca-warranty-end{color:#334155!important;-webkit-text-fill-color:#334155!important}.bes-dark-main .ca-page .ca-service-history-reference{color:#1e3a8a!important;-webkit-text-fill-color:#1e3a8a!important}.bes-dark-main .ca-page .ca-badge{opacity:1!important;filter:none!important}.bes-dark-main .ca-page .ca-test-banner,.bes-dark-main .ca-page .ca-test-data{background:#fef3c7!important;color:#422006!important;-webkit-text-fill-color:#422006!important;border-color:#92400e!important}.bes-dark-main .ca-page .ca-active,.bes-dark-main .ca-page .ca-warranty{background:#dcfce7!important;color:#14532d!important;-webkit-text-fill-color:#14532d!important;border-color:#166534!important}.bes-dark-main .ca-page .ca-expired,.bes-dark-main .ca-page .ca-inactive{background:#fee2e2!important;color:#7f1d1d!important;-webkit-text-fill-color:#7f1d1d!important;border-color:#991b1b!important}.bes-dark-main .ca-page .ca-retired{background:#e2e8f0!important;color:#1e293b!important;-webkit-text-fill-color:#1e293b!important;border-color:#475569!important}.bes-dark-main .ca-page .ca-unknown{background:#e2e8f0!important;color:#334155!important;-webkit-text-fill-color:#334155!important;border-color:#475569!important}.bes-dark-main .ca-page .ca-expiring{background:#fef3c7!important;color:#713f12!important;-webkit-text-fill-color:#713f12!important;border-color:#92400e!important}.bes-dark-main .ca-page .ca-neutral{background:#e0f2fe!important;color:#0c4a6e!important;-webkit-text-fill-color:#0c4a6e!important;border-color:#0369a1!important}.ca-skeleton{height:110px;border-radius:14px;background:linear-gradient(90deg,#e2e8f0,#cbd5e1,#e2e8f0);background-size:200% 100%;animation:ca-pulse 1.2s infinite}@keyframes ca-pulse{to{background-position:-200% 0}}@media(max-width:600px){.ca-page{padding:14px 14px calc(var(--footer-h,38px) + 64px)}.ca-card-grid,.ca-filter,.ca-form,.ca-grid,.ca-profile-grid{grid-template-columns:1fr}.ca-grid-full,.ca-span{grid-column:auto}.ca-button,.ca-card-actions>a,.ca-card-actions>button,.ca-nav a,.ca-profile-actions>a,.ca-profile-actions>button{width:100%;text-align:center}.ca-checkbox{grid-template-columns:auto minmax(0,1fr)!important}.ca-table table{min-width:720px}.ca-subcard{padding:13px}.ca-service-profile-meta{display:grid}.ca-section-heading{align-items:flex-start}.ca-dialog{padding:17px}.ca-dialog .ca-button{width:100%}.ca-badge-group{justify-content:flex-start}}.ca-import-layout{display:grid;grid-template-columns:minmax(220px,300px) minmax(0,1fr);gap:16px;align-items:start}.ca-import-batches{display:grid;gap:8px;position:sticky;top:12px}.ca-import-batch{display:grid;gap:4px;text-align:left;padding:12px;border:1px solid #64748b;border-radius:10px;background:#fff;color:#0f172a;cursor:pointer}.ca-import-batch.active{border:3px solid #1d4ed8;background:#eff6ff}.ca-import-batch span{color:#334155}.ca-import-summary,.ca-import-values{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.ca-import-summary div,.ca-import-values div{min-width:0}.ca-import-summary dt,.ca-import-values dt{font-weight:800;color:#475569}.ca-import-summary dd,.ca-import-values dd{margin:3px 0 0;overflow-wrap:anywhere;color:#0f172a}.ca-import-counts{display:grid;grid-template-columns:repeat(auto-fit,minmax(90px,1fr));gap:8px;margin:16px 0}.ca-import-counts div{display:grid;padding:10px;border:1px solid #64748b;border-radius:10px;background:#f8fafc}.ca-import-counts strong{font-size:1.4rem}.ca-import-row summary{display:flex;justify-content:space-between;gap:8px;align-items:center;cursor:pointer}.ca-import-row[open] summary{margin-bottom:12px}.ca-import-rows{display:grid;gap:10px}.ca-import-workspace{min-width:0}.ca-import-page input[type=file]{padding:10px;background:#fff;color:#0f172a;border:1px solid #64748b;border-radius:9px}@media(max-width:760px){.ca-import-layout{grid-template-columns:1fr}.ca-import-batches{position:static}.ca-import-summary,.ca-import-values{grid-template-columns:1fr}.ca-import-counts{grid-template-columns:repeat(2,minmax(0,1fr))}.ca-import-row summary{align-items:flex-start}.ca-import-page{overflow-x:hidden}}.ca-review-dialog{width:min(900px,100%)}.ca-comparison{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:12px 0}.ca-comparison>section{min-width:0;padding:12px;border:1px solid #64748b;border-radius:10px}.ca-candidate{display:grid!important;grid-template-columns:auto minmax(0,1fr)!important;gap:9px!important;padding:10px;border:1px solid #64748b;border-radius:9px;margin:8px 0;background:#f8fafc}.ca-candidate input{width:auto!important}.ca-candidate small,.ca-candidate span{color:#1e293b!important;opacity:1!important}.ca-review-dialog fieldset{display:grid;gap:8px;border:1px solid #64748b;border-radius:10px;margin:12px 0}.ca-review-dialog select{width:100%;padding:10px;border:1px solid #64748b;border-radius:9px;background:#fff;color:#0f172a}@media(max-width:760px){.ca-comparison{grid-template-columns:1fr}.ca-review-dialog{max-height:calc(100vh - 24px);padding:14px}}.dq-page{max-width:1440px}.dq-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,28rem),1fr));gap:1rem}.dq-candidate{min-width:0}.dq-records,.dq-records div{display:grid;gap:.35rem}.dq-records{margin:1rem 0}.dq-records div{padding:.75rem;border:1px solid #8ba0b8;border-radius:.65rem;background:#f7fafc}.dq-records dt{font-weight:700;color:#172b4d;overflow-wrap:anywhere}.dq-records dd{display:flex;flex-wrap:wrap;gap:.35rem 1rem;margin:0;color:#263b56}.dq-records dd span{overflow-wrap:anywhere}.dq-evidence{color:#263b56}.dq-history,.dq-preview{display:grid;gap:.65rem;margin:1rem 0}.dq-history>div,.dq-preview>div{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.5rem;padding:.75rem;border:1px solid #7389a3;border-radius:.6rem;color:#172b4d}.dq-history small,.dq-preview small{display:block;color:#344b68}.dq-dialog{max-width:52rem}.dq-candidate code,.dq-dialog code{overflow-wrap:anywhere}@media(max-width:390px){.dq-page{padding-inline:.75rem}.dq-grid{grid-template-columns:1fr}.dq-records dd{display:grid}.dq-history>div,.dq-preview>div{align-items:flex-start;flex-direction:column}.dq-dialog{max-height:90vh;overflow:auto}}.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;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: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: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:rgba(255,255,255,.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:black}.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.63bb391d.png?dpl=dpl_87VLa8ZDhrLP3rXyS9MxRfZyQHyE);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(/_next/static/media/layers-2x.458ddfa6.png?dpl=dpl_87VLa8ZDhrLP3rXyS9MxRfZyQHyE);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.44fbd93c.png?dpl=dpl_87VLa8ZDhrLP3rXyS9MxRfZyQHyE)}.leaflet-container .leaflet-control-attribution{background:#fff;background:rgba(255,255,255,.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:rgba(255,255,255,.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:white;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;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}}