@import"https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:wght@300..700&display=swap";:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}:root{color-scheme:light}body{margin:0;min-width:320px;min-height:100vh}button:focus,button:focus-visible{outline:3px solid rgba(79,70,229,.35);outline-offset:2px}@tailwind base;@tailwind components;@tailwind utilities;:root{--bg: #f6f8fb;--card: #ffffff;--ink: #0f172a;--muted: #64748b;--border: #e5e7eb;--brand-teal: #0d9488;--brand-indigo: #4f46e5;--pos: #16a34a;--neg: #dc2626;--radius-lg: 16px;--radius-md: 12px;--radius-sm: 10px;--shadow-1: 0 10px 24px rgba(2, 6, 23, .08);--shadow-2: 0 16px 36px rgba(2, 6, 23, .12)}*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;font:15px/1.5 Inter,IBM Plex Sans Arabic,system-ui,-apple-system,Segoe UI,Roboto,Arial,"Apple Color Emoji","Segoe UI Emoji";color:var(--ink);background:var(--bg)}.container{width:min(1400px,100% - 32px);margin-inline:auto}.app{min-height:100%;display:flex;flex-direction:column}.main{flex:1}.app-header{position:sticky;top:0;z-index:50;background:linear-gradient(90deg,var(--brand-teal),var(--brand-indigo));color:#fff;box-shadow:0 8px 22px #0206171f}.header-inner{height:68px;display:flex;align-items:center;gap:16px;padding:0}.brandchip{display:flex;align-items:center;gap:10px;text-decoration:none;color:#fff}.brand-text{font-weight:900;letter-spacing:.2px}.nav{display:flex;gap:6px;margin-inline:auto}.nav a{text-decoration:none;color:#e5e7eb;padding:8px 12px;border-radius:10px;font-weight:700;transition:background .15s ease,color .15s ease}.nav a:hover{background:#ffffff1f;color:#fff}.nav a.active{background:#fff;color:#000;box-shadow:0 4px 10px #0206171f}.header-actions{display:flex;align-items:center;gap:8px}.skiplink{position:absolute;left:-9999px;top:-9999px}.skiplink:focus{left:12px;top:12px;background:#fff;padding:8px 10px;border-radius:8px;box-shadow:0 2px 8px #0003;z-index:1000}.page{width:min(1400px,100% - 32px);margin:16px auto}.card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius-lg);padding:16px;box-shadow:var(--shadow-1)}.card.subtle{background:#f8fafc}.card.hero{display:grid;grid-template-columns:1.1fr 420px;gap:16px;align-items:stretch}.card.full-bleed{border-radius:var(--radius-lg)}.hero-left{display:flex;flex-direction:column;gap:8px}.hero-head{display:flex;align-items:center;gap:12px}.hero-title{font-size:28px;font-weight:900;letter-spacing:.2px;color:#0b1220}.hero-sub{margin:0;color:#3f4756}.badge{display:inline-flex;align-items:center;gap:6px;background:#eef2ff;color:#3730a3;border:1px solid #e0e7ff;padding:4px 10px;border-radius:999px;font-weight:700;font-size:12px}.section-band{padding:8px 10px;border-radius:12px;background:#f1f5f9;border:1px solid var(--border);margin-bottom:10px}.band-title{display:flex;align-items:center;gap:10px;font-weight:800}.section-chip{font-size:12px;padding:3px 8px;border-radius:999px;border:1px solid var(--border);color:var(--muted);background:#fff}.intro-callout{display:flex;gap:10px;align-items:flex-start;padding:10px;border-radius:12px;background:#f8fafc;border:1px dashed #e2e8f0;color:#0f172a;margin-bottom:10px}.row{display:flex;align-items:center;gap:8px}.grid{display:grid;gap:12px}.cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}@media (max-width: 1060px){.card.hero,.cols-2{grid-template-columns:1fr}}.control-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius-lg);padding:12px;box-shadow:var(--shadow-1)}.control-row{display:flex;gap:10px;align-items:end;margin-bottom:10px}.control-item{display:flex;flex-direction:column;gap:6px}.control-item.grow{flex:1}.select,.btn{font:inherit;border-radius:10px;border:1px solid var(--border);padding:8px 10px;background:#fff}.btn{cursor:pointer;font-weight:700}.btn.ghost{background:#fff;border-color:#e2e8f0;color:#334155}.btn.full{width:100%}.kpi{background:#fff;border:1px solid var(--border);border-radius:14px;padding:12px;box-shadow:var(--shadow-1)}.kpi .label{color:#475569;font-weight:700}.kpi .value{font-size:28px;font-weight:900}.badge.pos{background:#ecfdf5;color:#065f46;border:1px solid #a7f3d0;border-radius:999px;padding:3px 8px}.badge.neg{background:#fef2f2;color:#991b1b;border:1px solid #fecaca;border-radius:999px;padding:3px 8px}.badge.zero{background:#f1f5f9;color:#334155;border:1px solid #e2e8f0;border-radius:999px;padding:3px 8px}.chart{height:340px}.chart-3d{border-radius:14px;border:1px solid var(--border);background:#fff;box-shadow:var(--shadow-1);overflow:hidden}.chart-title{display:flex;align-items:center;gap:8px;margin-bottom:6px}.chart-title .left{font-weight:800}.tip{position:relative}.tip .bubble{position:absolute;inset:auto 0 auto auto;transform:translateY(calc(100% + 8px));min-width:240px;background:#0b1220;color:#fff;padding:10px 12px;border-radius:10px;box-shadow:0 12px 24px #02061759;display:none;z-index:10}.tip:hover .bubble{display:block}.caption{color:var(--muted);font-size:12px}.caption-strong{font-weight:800}.msym{font-family:Material Symbols Outlined;font-weight:400;font-style:normal;font-size:20px;line-height:1;display:inline-flex;-webkit-user-select:none;user-select:none}.msym.lg{font-size:26px}.msym.md{font-size:20px}.takeaways{margin-top:10px;padding:10px;border:1px dashed #e2e8f0;border-radius:12px;background:#f8fafc}.takeaways .tag{display:inline-block;font-size:12px;font-weight:900;letter-spacing:.2px;color:#334155;padding:4px 8px;border-radius:8px;background:#e2e8f0;margin-right:6px}.footer{padding:18px 0;color:#475569;font-size:13px;border-top:1px solid var(--border);background:#fff}.footer-inner{width:min(1400px,100% - 32px);margin-inline:auto;display:flex;align-items:center;justify-content:center}.footer-meta{text-align:center;line-height:1.6}:root[dir=rtl] .footer-meta{text-align:center}:root[dir=rtl] .nav a{padding-inline:12px}:root[dir=rtl] .band-title{direction:rtl}:root[dir=rtl] .section-chip{margin-inline-start:0;margin-inline-end:auto}:root[dir=rtl] .brandchip{direction:rtl}.brandbox{display:inline-flex;align-items:center;justify-content:center;height:90px;width:auto;padding:6px 10px;background:#fff;border-radius:10px;box-shadow:0 4px 10px #0206171f;border:1px solid rgba(255,255,255,.6)}.brand-logo{height:150px;width:auto;display:block;object-fit:contain}.header-inner{height:100px;display:flex;align-items:center;gap:16px}.brandchip{gap:12px}.brand-text{font-weight:900;letter-spacing:.2px;color:#fff}.category-grid{margin-top:6px;display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.category-card{background:var(--tile, #0ea5a4);color:#fff;border:1px solid rgba(0,0,0,.06);border-radius:16px;box-shadow:0 10px 24px #0f172a1f,inset 0 1px #ffffff1a;padding:16px;display:flex;flex-direction:column;min-height:148px;transition:transform .16s ease,box-shadow .16s ease,background-color .16s ease,opacity .16s ease}.category-card:hover{transform:translateY(-3px);box-shadow:0 16px 36px #0f172a29,inset 0 1px #ffffff1a}.category-card:active{transform:translateY(-1px)}.category-card[aria-pressed=false]{opacity:.85;filter:saturate(.9)}.category-card:focus,.category-card:focus-visible{outline:0;box-shadow:0 0 0 3px #ffffffe6,0 0 0 6px #0f172a40,0 16px 36px #0f172a29}.category-card .msym{opacity:.95;filter:drop-shadow(0 2px 8px rgba(0,0,0,.18))}.category-card .badge,.category-card .chip{background:#ffffff29;color:#fff;border:1px solid rgba(255,255,255,.22);border-radius:999px;padding:3px 8px;font-weight:700;font-size:12px}.category-card .echarts-for-react,.category-card canvas{border-radius:10px;background:#ffffff1a;border:1px solid rgba(255,255,255,.2)}.category-grid>.category-card:nth-child(1){--tile: #0d9488}.category-grid>.category-card:nth-child(2){--tile: #4f46e5}.category-grid>.category-card:nth-child(3){--tile: #d97706}.category-grid>.category-card:nth-child(4){--tile: #db2777}.category-grid>.category-card:nth-child(5){--tile: #16a34a}.category-grid>.category-card:nth-child(6){--tile: #0891b2}:root[dir=rtl] .category-card{text-align:start}.category-card :is(.num,.value){font-weight:900;text-shadow:0 1px 0 rgba(0,0,0,.1)}.tile-divider{height:8px;width:100%;border-radius:8px;margin-top:10px;background:#ffffff29;border:1px solid rgba(255,255,255,.22)}.tile-range{font-size:13px;opacity:.9}.mega-panel{position:absolute;inset-inline-start:0;top:100%;z-index:40;margin-top:10px;width:min(1200px,96vw);background:#ffffffd1;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid #e8ecf3;border-radius:16px;box-shadow:0 18px 48px #020a1a2e;overflow:hidden}.mega-rail{background:linear-gradient(180deg,var(--brandA),var(--brandB));color:#fff;padding:12px;min-width:260px}.mega-rail .btn{background:#ffffff1a;color:#fff;border:1px solid rgba(255,255,255,.18)}.mega-rail .btn:hover,.mega-rail .btn[aria-current=true]{background:#ffffff38}.mega-topics{background:#fff;padding:14px;display:grid;gap:10px;grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.topic-card{display:block;text-decoration:none;border:1px solid var(--line);border-radius:14px;padding:12px;background:linear-gradient(180deg,#fff,#f7f9ff);box-shadow:0 10px 18px #020a1a0f;transition:transform .16s ease,box-shadow .16s ease}.topic-card:hover{transform:translateY(-2px);box-shadow:0 16px 28px #020a1a1f}.topic-card .topic-head{display:flex;justify-content:space-between;align-items:center;font-weight:800}.badge.open{background:#e9f8ff;color:#0b7fab;border:1px solid #b8e7fb}.badge.soon{background:#fff7ed;color:#b45309;border:1px solid #fed7aa}.app-header .nav .btn{background:#ffffff2e;color:#fff;border:1px solid rgba(255,255,255,.28)}.app-header .nav .btn:hover{filter:brightness(1.06)}.kpi-grid{display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.input{width:100%;padding:10px 12px;border:1px solid var(--border, #e5e7eb);border-radius:12px;background:#fff;font:inherit;color:var(--ink, #0f172a)}.input:focus{outline:none;box-shadow:0 0 0 3px #0b7fab2e}.input-lg{height:40px;padding-block:0;border-radius:12px;font-size:15px}.label{font-size:13px;font-weight:700;color:var(--muted, #64748b);margin-top:6px;display:inline-block}.check{display:inline-flex;align-items:center;gap:8px;font-weight:600;color:#111827}.field{position:relative;display:flex;align-items:center}.field .input.input-lg{padding-inline-start:42px}.field-icon{position:absolute;inset-inline-start:10px;width:26px;height:26px;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;color:#0b7fab;background:#eaf6fb;border:1px solid #d1ecf6;box-shadow:0 1px 2px #020a1a0d}.mi{font-family:Material Symbols Outlined;font-style:normal;font-weight:400;font-variation-settings:"FILL" 0,"wght" 400,"GRAD" 0,"opsz" 24;line-height:1;display:inline-block;font-feature-settings:"liga";-webkit-font-feature-settings:"liga";text-rendering:optimizeLegibility}.mi:before{content:attr(data-ic)}.mi.md{font-size:20px}.mi.lg{font-size:24px}.intro-head{display:flex;align-items:center;gap:10px;margin-bottom:8px}.intro-title{margin:0;font-size:18px;font-weight:900}.intro-sub{margin:2px 0 0;color:var(--muted, #64748b);font-size:14px}.btn.primary{background:linear-gradient(90deg,#0b7fab,#39c3d1);border-color:#38bdf8;color:#fff}.btn.primary:hover{filter:brightness(1.05)}.brief-list{list-style:none;padding-left:0;margin:6px 0 0;display:grid;gap:8px}.brief-list li{display:flex;align-items:start;gap:8px;line-height:1.5;border:1px dashed #e5e7eb;border-radius:10px;padding:8px 10px;background:#fafafa}.pill{display:inline-flex;align-items:center;gap:6px;padding:2px 8px;border-radius:999px;font-size:12px;font-weight:800;letter-spacing:.2px;border:1px solid #e5e7eb;background:#fff;color:#0f172a;flex:0 0 auto}.pill-blue{background:#eff6ff;border-color:#bfdbfe;color:#1e3a8a}.pill-amber{background:#fff7ed;border-color:#fed7aa;color:#92400e}.pill-teal{background:#ecfeff;border-color:#a5f3fc;color:#115e59}.pill-violet{background:#f5f3ff;border-color:#ddd6fe;color:#4c1d95}.kpi-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-bottom:12px}@media (max-width: 1080px){.kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 620px){.kpi-grid{grid-template-columns:1fr}}.kpi-card{border-radius:16px;padding:14px;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.kpi-head{display:flex;align-items:center;gap:8px;color:#0f172a;font-weight:900}.kpi-title{font-weight:900}.kpi-value{display:flex;align-items:baseline;gap:8px;margin-top:8px}.kpi-value .num{font-size:28px;font-weight:900;letter-spacing:.2px}.kpi-value .unit{color:#0f172a;opacity:.7;font-weight:700}.kpi-card .chip{display:inline-flex;align-items:center;gap:6px;margin-top:10px;padding:4px 8px;border-radius:999px;font-size:12px;font-weight:800;border:1px solid #e5e7eb;background:#fff}.kpi-card .chip.up{color:#065f46;background:#ecfdf5;border-color:#a7f3d0}.kpi-card .chip.down{color:#7f1d1d;background:#fef2f2;border-color:#fecaca}:root{--hf-ink: #0b1324;--hf-muted: #64748b;--hf-line: #e5e7eb;--hf-brandA: #0b7fab;--hf-brandB: #39c3d1;--hf-ring: rgba(11, 127, 171, .18);--hf-link: #0b7fab;--hf-link-hover: #056a8b;--hf-grad: linear-gradient(90deg, var(--hf-brandA), var(--hf-brandB))}.app-header{position:sticky;top:0;z-index:100;color:#fff;box-shadow:0 6px 18px #0b7fab40;overflow:visible}.header-inner{display:flex;align-items:center;justify-content:space-between;gap:14px;height:104px}.brandmark{display:inline-flex;align-items:center;gap:12px;background:#fff;color:var(--hf-ink);border-radius:999px;padding:0 14px;box-shadow:0 6px 14px #020a1a26}.brand-logo{height:80px;width:auto;contain:inherit}.nav{display:flex;gap:8px;flex:1 1 auto;justify-content:center;flex-wrap:wrap}.nav a{color:#000;padding:8px 10px;border-radius:10px;font-weight:600;font-size:14px;text-decoration:none;letter-spacing:.1px;white-space:nowrap}.nav a:hover,.nav a.active{background:#fff}.header-actions{display:flex;align-items:center;gap:10px}.btn,.icon-btn{display:inline-flex;align-items:center;gap:8px;height:36px;padding:0 10px;border-radius:10px;border:1px solid rgba(255,255,255,.28);background:#ffffff1f;color:#fff;font-weight:600;cursor:pointer;font-size:14px;text-decoration:none}.btn:hover,.icon-btn:hover{filter:brightness(1.05)}.btn.pill{border-radius:999px}.btn.ghost{background:#fff;color:var(--hf-ink);border-color:transparent}.btn.primary{background:#0ea5e9;border-color:#38bdf8;color:#fff}.icon-btn{width:36px;justify-content:center}.header-actions .btn.pill+.btn.pill{margin-inline-start:10px}.ms{font-family:Material Symbols Outlined;font-variation-settings:"FILL" 0,"wght" 500,"GRAD" 0,"opsz" 24;line-height:1;display:inline-block;vertical-align:-2px}.nav-drop{position:relative}.nav-drop-btn{display:inline-flex;align-items:center;gap:6px;color:#eef7ff;padding:8px 10px;border-radius:10px;font-weight:600;border:0;background:transparent;font-size:14px}.nav-drop-btn:hover,.nav-drop-btn[aria-expanded=true]{background:#ffffff29}.nav-drop-panel{position:absolute;top:calc(100% + 8px);left:0;min-width:260px;background:#fff;color:var(--hf-ink);border:1px solid var(--hf-line);border-radius:12px;box-shadow:0 18px 42px #020a1a38;padding:8px;z-index:1002}.nav-drop-item{display:flex;align-items:center;gap:8px;padding:10px;border-radius:10px;color:var(--hf-ink)!important;text-decoration:none;font-weight:500}.nav-drop-item:hover{background:#f1f5f9;text-decoration:none}.mega-panel{position:absolute;top:calc(100% + 10px);left:0;width:min(900px,75vw);background:linear-gradient(180deg,#f9fcfe,#fff 65%);color:var(--hf-ink);border:1px solid var(--hf-line);border-radius:14px;box-shadow:0 18px 42px #020a1a38;padding:10px;z-index:1001}.mega-grid{display:grid;grid-template-columns:280px 1fr;gap:10px}.mega-rail{border-right:1px dashed var(--hf-line);padding-right:8px;background:#29abc4}.mega-rail-nav{display:flex;flex-direction:column;gap:8px}.mega-rail-nav .btn{height:34px;justify-content:flex-start;background:#e6eef6;border-color:#d4e2f2;color:#0b1324;font-weight:600}.mega-rail-nav .btn:hover{background:#dce9f7;border-color:#c7ddff}.mega-rail-nav .btn[aria-current=true]{background:#0b1324;border-color:#bae6fd;box-shadow:inset 3px 0 0 0 var(--hf-brandA)}.mega-topics{display:grid;grid-template-columns:repeat(2,minmax(260px,1fr));gap:10px}.topic-card{display:block;border:1px solid var(--hf-line);border-radius:12px;padding:10px;background:#fff;color:var(--hf-ink);box-shadow:0 4px 12px #020a1a0f;text-decoration:none;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease}.topic-card:hover{transform:translateY(-2px);box-shadow:0 12px 22px #020a1a1f;border-color:#c7ddff}.topic-card,.topic-card *{color:var(--hf-ink)}.topic-card a,.topic-card a:visited{color:var(--hf-link)}.topic-card a:hover{color:var(--hf-link-hover);text-decoration:underline}.topic-head{display:flex;align-items:center;justify-content:space-between;gap:8px}.badge{display:inline-flex;align-items:center;gap:6px;padding:4px 8px;border-radius:999px;font-size:12px;font-weight:600;border:1px solid var(--hf-line);background:#f8fafc;color:#334155}.badge.open{background:#ecfdf5;border-color:#a7f3d0;color:#065f46}.badge.soon{background:#fff7ed;border-color:#fed7aa;color:#92400e}.footer{background:linear-gradient(180deg,#f1f5f9,#fff 70%);border-top:1px solid var(--hf-line);color:var(--hf-muted);margin-top:24px}.footer-grid{display:grid;grid-template-columns:repeat(4,minmax(200px,1fr));gap:18px;padding:22px 0}.footer-title{font-weight:700;margin-bottom:8px;color:var(--hf-ink)}.footer-links{display:flex;flex-direction:column;gap:6px}.footer-links a{color:var(--hf-link);text-decoration:none;font-weight:500}.footer-links a:hover{color:var(--hf-link-hover);text-decoration:underline}.footer-sub{color:var(--hf-muted);font-size:13px;margin-top:4px}.brand-foot{display:flex;flex-direction:column;gap:6px}.footer-chat{grid-column:1 / -1;margin-top:8px;padding-top:14px;border-top:1px dashed var(--hf-line)}.footer-chat-head{display:flex;align-items:center;gap:8px;margin-bottom:8px;color:var(--hf-ink)}.docsbot-root{width:100%;min-height:560px;background:#fff;border:1px solid var(--hf-line);border-radius:12px;box-shadow:0 6px 18px #020a1a0f;overflow:hidden}html[dir=rtl] .header-inner{direction:rtl}html[dir=rtl] .nav{justify-content:center}html[dir=rtl] .nav-drop-panel{left:auto;right:0}html[dir=rtl] .mega-grid{grid-template-columns:1fr 280px}html[dir=rtl] .mega-rail{order:2;border-right:none;border-left:1px dashed var(--hf-line);padding-right:0;padding-left:8px}html[dir=rtl] .topic-head{flex-direction:row-reverse}@media (max-width: 1200px){.nav{order:3;width:100%;justify-content:center}.header-actions{order:2}}@media (max-width: 860px){.footer-grid{grid-template-columns:repeat(2,minmax(200px,1fr))}}@media (max-width: 560px){.footer-grid{grid-template-columns:1fr}.nav a,.nav-drop-btn{padding:8px 10px;font-size:13px}.brand-logo{height:50px}}.mega-panel.enhanced{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:90%;max-width:1200px;height:80%;background:#fff;border-radius:20px;box-shadow:0 25px 50px -12px #00000040;display:flex;flex-direction:column;overflow:hidden;border:1px solid #e5e7eb;z-index:1000;animation:megaSlideIn .3s ease-out}.mega-container{display:flex;flex-direction:column;height:100%;background:#fff}.mega-header{display:flex;justify-content:space-between;align-items:center;padding:24px 32px;border-bottom:1px solid #f3f4f6;background:linear-gradient(135deg,#0b7fab,#39c3d1);color:#fff;flex-shrink:0}.mega-title{display:flex;align-items:center;gap:12px;font-size:1.5rem;font-weight:600}.mega-title .ms{font-size:2rem}.mega-close{background:#fff3;border:none;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;color:#fff;cursor:pointer;transition:all .2s ease}.mega-close:hover{background:#ffffff4d;transform:rotate(90deg)}.mega-content{display:flex;flex:1;overflow:hidden}.mega-rail.enhanced{width:280px;background:#f8fafc;border-right:1px solid #e5e7eb;padding:20px 0;overflow-y:auto;flex-shrink:0}.rail-item{display:flex;align-items:center;gap:12px;width:100%;padding:16px 24px;border:none;background:transparent;cursor:pointer;transition:all .2s ease;position:relative}.rail-item:hover{background:#eef2ff}.rail-item.active{background:#fff;box-shadow:0 2px 8px #6366f11a}.rail-icon{width:40px;height:40px;border-radius:10px;background:linear-gradient(135deg,#0b7fab,#39c3d1);display:flex;align-items:center;justify-content:center;color:#fff;transition:all .2s ease}.rail-item.active .rail-icon{transform:scale(1.1)}.rail-label{font-weight:500;color:#374151;transition:color .2s ease}.rail-item.active .rail-label{color:#4f46e5;font-weight:600}.rail-indicator{position:absolute;right:16px;width:4px;height:24px;background:#4f46e5;border-radius:2px;opacity:0;transition:opacity .2s ease}.rail-item.active .rail-indicator{opacity:1}.mega-topics.enhanced{flex:1;padding:32px;overflow-y:auto;background:#fff}.topics-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:32px;padding-bottom:16px;border-bottom:1px solid #f3f4f6}.topics-category-title{display:flex;align-items:center;gap:12px;font-size:1.5rem;font-weight:600;color:#1f2937;margin:0}.topics-category-title .ms{color:#4f46e5;font-size:2rem}.topics-count{color:#6b7280;font-size:.875rem;background:#f3f4f6;padding:4px 12px;border-radius:12px}.topics-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:24px;margin-bottom:32px}.topic-card.enhanced{background:#fff;border:1px solid #e5e7eb;border-radius:16px;cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden}.topic-card.enhanced:hover{transform:translateY(-4px);box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;border-color:#4f46e5}.topic-card.enhanced.soon:hover{border-color:#f59e0b}.topic-card-inner{padding:24px;position:relative;z-index:2}.topic-icon{width:48px;height:48px;border-radius:12px;background:linear-gradient(135deg,#0b7fab,#39c3d1);display:flex;align-items:center;justify-content:center;color:#fff;margin-bottom:16px;transition:all .3s ease}.topic-card:hover .topic-icon{transform:scale(1.1) rotate(5deg)}.topic-content{flex:1}.topic-head{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:12px}.topic-title{font-size:1.125rem;font-weight:600;color:#1f2937;margin:0;line-height:1.4}.topic-badge{display:inline-flex;align-items:center;gap:4px;padding:4px 8px;border-radius:8px;font-size:.75rem;font-weight:500;white-space:nowrap}.topic-badge.open{background:#d1fae5;color:#065f46}.topic-badge.soon{background:#fef3c7;color:#92400e}.topic-description{color:#6b7280;font-size:.875rem;line-height:1.5;margin:0 0 16px}.topic-actions{display:flex;align-items:center;gap:8px}.topic-action-text{display:inline-flex;align-items:center;gap:4px;color:#4f46e5;font-size:.875rem;font-weight:500;transition:gap .2s ease}.topic-card:hover .topic-action-text{gap:8px}.topic-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#4f46e51a,#667eea1a);display:flex;align-items:center;justify-content:center;opacity:0;transition:all .3s ease;color:#4f46e5}.topic-card:hover .topic-overlay{opacity:1}.topic-overlay .ms{font-size:3rem}.topic-progress{padding:16px 24px;background:#fffbeb;border-top:1px solid #fef3c7}.progress-bar{width:100%;height:4px;background:#fef3c7;border-radius:2px;overflow:hidden;margin-bottom:8px}.progress-fill{width:60%;height:100%;background:linear-gradient(90deg,#f59e0b,#fbbf24);border-radius:2px;animation:progressPulse 2s ease-in-out infinite}.progress-text{color:#92400e;font-size:.75rem;font-weight:500}.topics-footer{text-align:center;padding:24px;background:#f8fafc;border-radius:12px;border:1px solid #e5e7eb}.topics-footer p{color:#6b7280;margin-bottom:12px}@keyframes megaSlideIn{0%{opacity:0;transform:translate(-50%,-48%) scale(.96)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}@keyframes progressPulse{0%,to{opacity:1}50%{opacity:.7}}@media (max-width: 1024px){.mega-panel.enhanced{width:95%;height:90%}.topics-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}}@media (max-width: 768px){.mega-panel.enhanced{width:98%;height:95%}.mega-content{flex-direction:column}.mega-rail.enhanced{width:100%;height:auto;max-height:200px}.topics-grid{grid-template-columns:1fr}.mega-header{padding:16px 20px}.mega-title{font-size:1.25rem}}.topics-trigger{position:relative}.topics-trigger .btn.primary{background:linear-gradient(135deg,#0b7fab,#39c3d1);border:none;color:#fff;font-weight:500;padding:8px 16px;border-radius:8px;transition:all .2s ease}.topics-trigger .btn.primary:hover{transform:translateY(-1px);box-shadow:0 4px 12px #667eea66}.gdp-dashboard{padding:24px;background:linear-gradient(135deg,#f8fafc,#f1f5f9);min-height:100vh}.dashboard-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:32px;background:#fff;padding:24px;border-radius:16px;box-shadow:0 4px 6px -1px #0000001a}.timeframe-btn.active{background:#fff;color:#3b82f6;box-shadow:0 2px 4px #0000001a}.metric-toggle.active{background:#fff;color:#3b82f6;box-shadow:0 1px 3px #0000001a}.update-item{display:flex;align-items:center;gap:12px;padding:12px 0;border-bottom:1px solid #f1f5f9}.update-item:last-child{border-bottom:none}.update-badge{padding:4px 8px;border-radius:6px;font-size:.75rem;font-weight:600;text-transform:uppercase}.update-badge.new{background:#dcfce7;color:#166534}.update-badge.updated{background:#fef3c7;color:#92400e}.update-badge.upcoming{background:#e0e7ff;color:#3730a3}.update-text{color:#475569;font-weight:500}@media (max-width: 768px){.gdp-dashboard{padding:16px}.dashboard-header{flex-direction:column;gap:16px}.dashboard-title{font-size:2rem}.metrics-grid,.insights-grid{grid-template-columns:1fr}}.emissions-dashboard{padding:24px;background:linear-gradient(135deg,#f0fdf4,#ecfdf5);min-height:100vh}.dashboard-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:32px;background:#fff;padding:24px;border-radius:16px;box-shadow:0 4px 6px -1px #0000001a;border-left:4px solid #10b981}.dashboard-title .ms{font-size:2.25rem;color:#10b981}.timeframe-selector{display:flex;background:#f1f5f9;border-radius:12px;padding:4px}.timeframe-btn{padding:8px 16px;border:none;background:transparent;border-radius:8px;font-weight:500;cursor:pointer;transition:all .2s;color:#64748b}.timeframe-btn.active{background:#fff;color:#10b981;box-shadow:0 2px 4px #0000001a}.metric-card.primary{border-left-color:#10b981;background:linear-gradient(135deg,#10b981,#047857);color:#fff}.metric-icon .ms{font-size:2rem;color:#10b981}.metric-subtext{font-size:.75rem;color:#94a3b8}.chart-actions{display:flex;background:#f1f5f9;border-radius:8px;padding:4px}.metric-toggle{padding:6px 12px;border:none;background:transparent;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;color:#64748b;transition:all .2s}.metric-toggle.active{background:#fff;color:#10b981;box-shadow:0 1px 3px #0000001a}.progress-timeline{display:flex;flex-direction:column;gap:16px;height:100%;justify-content:space-around}.timeline-item{display:flex;align-items:center;gap:12px}.timeline-year{font-weight:600;color:#1e293b;min-width:50px}.timeline-bar{flex:1;height:8px;background:#e2e8f0;border-radius:4px;overflow:hidden}.timeline-progress{height:100%;border-radius:4px;transition:width .3s ease}.timeline-info{display:flex;flex-direction:column;align-items:flex-end;min-width:80px;font-size:.75rem;color:#64748b}.impact-item{padding:12px 0;border-bottom:1px solid #f1f5f9}.impact-item:last-child{border-bottom:none}.impact-metric{font-size:1.5rem;font-weight:700;color:#1e293b;margin-bottom:4px}.impact-label{font-size:.875rem;color:#64748b}.insight-header .ms{color:#10b981}@media (max-width: 1024px){.charts-grid{grid-template-columns:1fr}.metrics-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.emissions-dashboard{padding:16px}.dashboard-header{flex-direction:column;gap:16px}.dashboard-title{font-size:2rem}.metrics-grid,.insights-grid{grid-template-columns:1fr}}.chart-card{border-top:3px solid #10b981}.health-dashboard{padding:24px;background:linear-gradient(135deg,#fdf2f8,#fce7f3);min-height:100vh}.dashboard-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:32px;background:#fff;padding:24px;border-radius:16px;box-shadow:0 4px 6px -1px #0000001a;border-left:4px solid #ec4899}.dashboard-title .ms{font-size:2.25rem;color:#ec4899}.view-btn.active{background:#fff;color:#ec4899;box-shadow:0 2px 4px #0000001a}.metric-card.primary{border-left-color:#ec4899;background:linear-gradient(135deg,#ec4899,#db2777);color:#fff}.metric-icon .ms{font-size:2rem;color:#ec4899}.gender-comparison{margin-bottom:32px}.comparison-card{background:#fff;padding:24px;border-radius:16px;box-shadow:0 4px 6px -1px #0000001a}.comparison-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.comparison-header h3{font-size:1.25rem;font-weight:600;color:#1e293b;margin:0}.gender-stats{display:flex;justify-content:space-around;align-items:center;text-align:center}.gender-stat{display:flex;flex-direction:column;align-items:center;gap:8px}.gender-icon{width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center}.gender-stat.male .gender-icon{background:#dbeafe}.gender-stat.female .gender-icon{background:#fce7f3}.gender-stat.male .ms{color:#3b82f6}.gender-stat.female .ms{color:#ec4899}.gender-value{font-size:1.5rem;font-weight:700;color:#1e293b}.gender-label{font-size:.875rem;color:#64748b;font-weight:500}.gap-value{font-size:1.125rem;font-weight:600;color:#ec4899}.gap-label{font-size:.75rem;color:#64748b}.indicator-item{display:flex;justify-content:space-between;align-items:center;padding:16px;background:#f8fafc;border-radius:8px;border-left:4px solid #ec4899}.progress-item{padding:12px 0;border-bottom:1px solid #f1f5f9}.progress-metric{font-size:1.5rem;font-weight:700;color:#1e293b;margin-bottom:4px}.progress-label{font-size:.875rem;color:#64748b}.insight-header .ms{color:#ec4899}@media (max-width: 1024px){.charts-grid{grid-template-columns:1fr}.metrics-grid{grid-template-columns:repeat(2,1fr)}.gender-stats{flex-direction:column;gap:20px}}@media (max-width: 768px){.health-dashboard{padding:16px}.dashboard-header{flex-direction:column;gap:16px}.dashboard-title{font-size:2rem}.metrics-grid,.insights-grid{grid-template-columns:1fr}}.chart-card{border-top:3px solid #ec4899}.production-dashboard{padding:24px;background:linear-gradient(135deg,#f0f9ff,#e0f2fe);min-height:100vh}.dashboard-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:32px;background:#fff;padding:24px;border-radius:16px;box-shadow:0 4px 6px -1px #0000001a;border-left:4px solid #3b82f6}.header-content{flex:1}.dashboard-title{font-size:2.5rem;font-weight:700;color:#1e293b;margin:0 0 8px;display:flex;align-items:center;gap:12px}.dashboard-title .ms{font-size:2.25rem;color:#3b82f6}.dashboard-subtitle{font-size:1.125rem;color:#64748b;margin:0;max-width:600px}.view-selector{display:flex;background:#f1f5f9;border-radius:12px;padding:4px}.view-btn{padding:8px 16px;border:none;background:transparent;border-radius:8px;font-weight:500;cursor:pointer;transition:all .2s;color:#64748b}.view-btn.active{background:#fff;color:#3b82f6;box-shadow:0 2px 4px #0000001a}.metrics-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px;margin-bottom:32px}.metric-card{background:#fff;padding:24px;border-radius:16px;box-shadow:0 4px 6px -1px #0000001a;display:flex;align-items:center;gap:16px;transition:transform .2s,box-shadow .2s;border-left:4px solid #e2e8f0}.metric-card:hover{transform:translateY(-2px);box-shadow:0 8px 15px -3px #0000001a}.metric-card.primary{border-left-color:#3b82f6;background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff}.metric-card.primary .metric-value,.metric-card.primary .metric-label,.metric-card.primary .metric-change,.metric-card.primary .metric-subtext{color:#fff}.metric-icon{width:60px;height:60px;border-radius:12px;background:#f1f5f9;display:flex;align-items:center;justify-content:center}.metric-card.primary .metric-icon{background:#fff3}.metric-icon .ms{font-size:2rem;color:#3b82f6}.metric-card.primary .metric-icon .ms{color:#fff}.metric-content{flex:1}.metric-value{font-size:1.875rem;font-weight:700;color:#1e293b;margin-bottom:4px}.metric-label{font-size:.875rem;color:#64748b;margin-bottom:8px;font-weight:500}.metric-change{display:flex;align-items:center;gap:4px;font-size:.875rem;font-weight:600}.oee-dashboard{margin-bottom:32px}.oee-card{background:#fff;padding:24px;border-radius:16px;box-shadow:0 4px 6px -1px #0000001a}.oee-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.oee-header h3{font-size:1.25rem;font-weight:600;color:#1e293b;margin:0}.oee-content{display:flex;align-items:center;gap:40px}.oee-metric{text-align:center;flex:1}.oee-value{font-size:3rem;font-weight:700;margin-bottom:8px}.oee-label{font-size:1rem;color:#64748b;margin-bottom:4px}.oee-target{font-size:.875rem;color:#94a3b8}.oee-components{display:flex;gap:30px;flex:2}.oee-component{text-align:center;flex:1}.component-value{font-size:1.5rem;font-weight:700;margin-bottom:4px}.component-label{font-size:.875rem;color:#64748b}.charts-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-bottom:32px}.chart-card{background:#fff;padding:24px;border-radius:16px;box-shadow:0 4px 6px -1px #0000001a}.chart-card.full-width{grid-column:1 / -1}.chart-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.chart-header h3{font-size:1.25rem;font-weight:600;color:#1e293b;margin:0}.chart-container{height:300px}.chart-card:not(.full-width) .chart-container{height:250px}.indicators-grid{margin-bottom:32px}.indicators-card{background:#fff;padding:24px;border-radius:16px;box-shadow:0 4px 6px -1px #0000001a}.indicators-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.indicators-header h3{font-size:1.25rem;font-weight:600;color:#1e293b;margin:0}.indicators-content{display:flex;flex-direction:column;gap:16px}.indicator-item{display:flex;justify-content:space-between;align-items:center;padding:16px;background:#f8fafc;border-radius:8px;border-left:4px solid #3b82f6}.indicator-info{flex:1}.indicator-name{font-weight:600;color:#1e293b;margin-bottom:4px}.indicator-value{font-size:1.25rem;font-weight:700;color:#1e293b}.indicator-unit{font-size:.875rem;color:#64748b;font-weight:400}.indicator-trend{text-align:right}.trend-value{display:flex;align-items:center;gap:4px;font-weight:600;margin-bottom:4px}.indicator-target{font-size:.75rem;color:#64748b}.progress-item{padding:12px 0;border-bottom:1px solid #f1f5f9;display:flex;justify-content:space-between;align-items:center}.progress-item:last-child{border-bottom:none}.progress-metric{font-size:1.25rem;font-weight:700;color:#1e293b}.progress-label{font-size:.875rem;color:#64748b;flex:1;margin-left:12px}.progress-trend{font-size:.875rem;font-weight:600}.insights-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:24px}.insight-card{background:#fff;padding:24px;border-radius:16px;box-shadow:0 4px 6px -1px #0000001a}.insight-header{display:flex;align-items:center;gap:8px;margin-bottom:16px}.insight-header h4{font-size:1.125rem;font-weight:600;color:#1e293b;margin:0}.insight-header .ms{color:#3b82f6}.insight-content ul{margin:0;padding-left:20px}.insight-content li{color:#475569;margin-bottom:8px;line-height:1.5}.export-options{display:flex;flex-direction:column;gap:12px}.export-btn{display:flex;align-items:center;gap:8px;padding:12px 16px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;color:#475569;font-weight:500;cursor:pointer;transition:all .2s}.export-btn:hover{background:#f1f5f9;border-color:#cbd5e1}.export-btn .ms{font-size:1.125rem}@media (max-width: 1024px){.charts-grid{grid-template-columns:1fr}.metrics-grid{grid-template-columns:repeat(2,1fr)}.oee-content{flex-direction:column;gap:20px}.oee-components{width:100%}}@media (max-width: 768px){.production-dashboard{padding:16px}.dashboard-header{flex-direction:column;gap:16px}.dashboard-title{font-size:2rem}.metrics-grid,.insights-grid{grid-template-columns:1fr}.oee-components{flex-direction:column;gap:15px}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.metric-card{animation:fadeInUp .6s ease-out}.metric-card:nth-child(1){animation-delay:.1s}.metric-card:nth-child(2){animation-delay:.2s}.metric-card:nth-child(3){animation-delay:.3s}.metric-card:nth-child(4){animation-delay:.4s}.chart-card{border-top:3px solid #3b82f6}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{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{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;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;-moz-box-sizing:border-box;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-top,.leaflet-bottom{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;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.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:#ffffff80}.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 #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{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 #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);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(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;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:hover,.leaflet-control-attribution a:focus{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;-moz-box-sizing:border-box;box-sizing:border-box;background:#fffc;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-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{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;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.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:hover,.leaflet-container a.leaflet-popup-close-button:focus{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=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right: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}}
