.ChatBot-module__WYPKbq__chatContainer{z-index:1000;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;position:fixed;bottom:24px;right:24px}.ChatBot-module__WYPKbq__fab{color:#fff;cursor:pointer;background:linear-gradient(135deg,#6f4e37 0%,#3c2a21 100%);border:none;border-radius:22px;justify-content:center;align-items:center;width:64px;height:64px;transition:all .4s cubic-bezier(.175,.885,.32,1.275);display:flex;position:relative;box-shadow:0 8px 24px #3c2a2166}.ChatBot-module__WYPKbq__fab:hover{transform:translateY(-5px)scale(1.05);box-shadow:0 12px 30px #3c2a2180}.ChatBot-module__WYPKbq__fabBadge{color:#fff;background:#ff4d4f;border:2px solid #fff;border-radius:10px;padding:2px 6px;font-size:10px;font-weight:700;position:absolute;top:-5px;right:-5px;box-shadow:0 2px 8px #0003}.ChatBot-module__WYPKbq__chatWindow{-webkit-backdrop-filter:blur(25px);background:#fffc;border:1px solid #fff6;border-radius:28px;flex-direction:column;width:400px;height:600px;animation:.5s cubic-bezier(.165,.84,.44,1) ChatBot-module__WYPKbq__slideIn;display:flex;position:absolute;bottom:80px;right:0;overflow:hidden;box-shadow:0 20px 60px #00000026}@keyframes ChatBot-module__WYPKbq__slideIn{0%{opacity:0;filter:blur(10px);transform:translateY(30px)scale(.95)}to{opacity:1;filter:blur();transform:translateY(0)scale(1)}}.ChatBot-module__WYPKbq__header{color:#fff;background:linear-gradient(90deg,#6f4e37f2 0%,#3c2a21f2 100%);justify-content:space-between;align-items:center;padding:18px 24px;display:flex;box-shadow:0 4px 15px #0000001a}.ChatBot-module__WYPKbq__headerInfo{align-items:center;gap:12px;display:flex}.ChatBot-module__WYPKbq__avatarWrapper{width:42px;height:42px;position:relative}.ChatBot-module__WYPKbq__headerAvatar{object-fit:cover;background:#fff;border:2px solid #ffffff4d;border-radius:14px;width:100%;height:100%}.ChatBot-module__WYPKbq__statusIndicator{background:#4cd964;border:2px solid #6f4e37;border-radius:50%;width:12px;height:12px;position:absolute;bottom:-2px;right:-2px;box-shadow:0 0 10px #4cd96499}.ChatBot-module__WYPKbq__headerText{flex-direction:column;display:flex}.ChatBot-module__WYPKbq__headerTitle{letter-spacing:-.01em;font-size:1.05rem;font-weight:700}.ChatBot-module__WYPKbq__headerStatus{opacity:.85;font-size:.75rem}.ChatBot-module__WYPKbq__closeBtn{color:#fff;cursor:pointer;background:#ffffff1a;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:background .2s;display:flex}.ChatBot-module__WYPKbq__closeBtn:hover{background:#fff3}.ChatBot-module__WYPKbq__messagesContainer{scrollbar-width:thin;scrollbar-color:#6f4e3733 transparent;flex-direction:column;flex:1;gap:20px;padding:24px 20px;display:flex;overflow-y:auto}.ChatBot-module__WYPKbq__messagesContainer::-webkit-scrollbar{width:5px}.ChatBot-module__WYPKbq__messagesContainer::-webkit-scrollbar-thumb{background:#6f4e371a;border-radius:10px}.ChatBot-module__WYPKbq__messageWrapper{gap:10px;max-width:85%;animation:.4s ease-out ChatBot-module__WYPKbq__messageAppear;display:flex}@keyframes ChatBot-module__WYPKbq__messageAppear{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.ChatBot-module__WYPKbq__botWrapper{align-self:flex-start}.ChatBot-module__WYPKbq__userWrapper{flex-direction:row-reverse;align-self:flex-end}.ChatBot-module__WYPKbq__messageAvatar{background:#fff;border-radius:10px;width:32px;height:32px;box-shadow:0 2px 8px #0000000d}.ChatBot-module__WYPKbq__message{border-radius:18px;padding:12px 16px;font-size:.95rem;line-height:1.5;box-shadow:0 2px 10px #00000008}.ChatBot-module__WYPKbq__botMessage{color:#2d3436;background:#fff;border:1px solid #0000000f;border-top-left-radius:4px}.ChatBot-module__WYPKbq__userMessage{color:#fff;background:#6f4e37;border-top-right-radius:4px}.ChatBot-module__WYPKbq__footer{background:#ffffff80;border-top:1px solid #0000000d;padding:12px 16px 20px}.ChatBot-module__WYPKbq__quickReplies{scrollbar-width:none;gap:8px;margin-bottom:12px;padding-bottom:4px;display:flex;overflow-x:auto}.ChatBot-module__WYPKbq__quickReplies::-webkit-scrollbar{display:none}.ChatBot-module__WYPKbq__qrChip{color:#6f4e37;white-space:nowrap;cursor:pointer;background:#fff;border:1px solid #6f4e3733;border-radius:20px;padding:6px 14px;font-size:.85rem;font-weight:500;transition:all .2s;box-shadow:0 2px 6px #0000000a}.ChatBot-module__WYPKbq__qrChip:hover{color:#fff;background:#6f4e37;border-color:#6f4e37;transform:translateY(-2px)}.ChatBot-module__WYPKbq__inputArea{background:#fff;border:1px solid #0000001a;border-radius:24px;gap:10px;padding:8px 8px 8px 16px;transition:border-color .2s,box-shadow .2s;display:flex;box-shadow:inset 0 2px 4px #00000005}.ChatBot-module__WYPKbq__inputArea:focus-within{border-color:#6f4e37;box-shadow:0 0 0 3px #6f4e371a}.ChatBot-module__WYPKbq__input{color:#2d3436;background:0 0;border:none;outline:none;flex:1;font-size:.95rem}.ChatBot-module__WYPKbq__sendBtn{color:#fff;cursor:pointer;background:#6f4e37;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:transform .2s,background .2s;display:flex}.ChatBot-module__WYPKbq__sendBtn:hover:not(:disabled){background:#3c2a21;transform:scale(1.05)}.ChatBot-module__WYPKbq__sendBtn:disabled{cursor:not-allowed;background:#dfe6e9}.ChatBot-module__WYPKbq__loadingBubble{background:#fff;border:1px solid #0000000f;border-radius:18px;align-items:center;gap:4px;width:fit-content;padding:12px 18px;display:flex}.ChatBot-module__WYPKbq__loadingBubble span{background:#b2bec3;border-radius:50%;width:6px;height:6px;animation:1.4s ease-in-out infinite both ChatBot-module__WYPKbq__bounce}.ChatBot-module__WYPKbq__loadingBubble span:first-child{animation-delay:-.32s}.ChatBot-module__WYPKbq__loadingBubble span:nth-child(2){animation-delay:-.16s}@keyframes ChatBot-module__WYPKbq__bounce{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}.ChatBot-module__WYPKbq__message p{margin:0 0 8px}.ChatBot-module__WYPKbq__message p:last-child{margin-bottom:0}.ChatBot-module__WYPKbq__message ul,.ChatBot-module__WYPKbq__message ol{margin:8px 0;padding-left:18px}.ChatBot-module__WYPKbq__message li{margin-bottom:4px}.ChatBot-module__WYPKbq__message strong{font-weight:700}.ChatBot-module__WYPKbq__message table{border-collapse:collapse;border:1px solid #00000014;border-radius:12px;width:100%;margin:10px 0;font-size:.85rem;overflow:hidden}.ChatBot-module__WYPKbq__message th,.ChatBot-module__WYPKbq__message td{border:1px solid #0000000d;padding:8px 12px}.ChatBot-module__WYPKbq__message th{color:#6f4e37;background:#6f4e370d;font-weight:700}@media (max-width:480px){.ChatBot-module__WYPKbq__chatWindow{width:calc(100vw - 40px);height:70vh;bottom:80px;right:0}}
@font-face{font-family:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/8a480f0b521d4e75-s.8e0177b5.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/7178b3e590c64307-s.b97b3418.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/caa3a2e1cccd8315-s.p.853070df.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Geist Fallback;src:local(Arial);ascent-override:95.94%;descent-override:28.16%;line-gap-override:0.0%;size-adjust:104.76%}.geist_a71539c9-module__T19VSG__className{font-family:Geist,Geist Fallback;font-style:normal}.geist_a71539c9-module__T19VSG__variable{--font-geist-sans:"Geist","Geist Fallback"}
@font-face{font-family:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/4fa387ec64143e14-s.c1fdd6c2.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/bbc41e54d2fcbd21-s.799d8ef8.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/797e433ab948586e-s.p.dbea232f.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Geist Mono Fallback;src:local(Arial);ascent-override:74.67%;descent-override:21.92%;line-gap-override:0.0%;size-adjust:134.59%}.geist_mono_8d43a2aa-module__8Li5zG__className{font-family:Geist Mono,Geist Mono Fallback;font-style:normal}.geist_mono_8d43a2aa-module__8Li5zG__variable{--font-geist-mono:"Geist Mono","Geist Mono Fallback"}
:root{--bg-color:#fdfbf7;--panel-bg:#fff;--nav-bg:#fdfbf7f2;--card-bg:#fff;--border-color:#d7ccc8;--text-main:#3e2723;--text-secondary:#5d4037;--up-color:#16a34a;--down-color:#dc2626;--neutral-color:#795548;--brand-color:#2c1a16;--brand-gradient:linear-gradient(135deg,#2c1a16 0%,#4e342e 100%);--hover-bg:#f5f5f4;--shadow-sm:0 1px 3px #2c1a160d;--shadow-md:0 4px 6px -1px #2c1a161a}[data-theme=dark]{--bg-color:#0f0908;--panel-bg:#1a100e;--nav-bg:#1a100ef2;--card-bg:#2c1a16;--border-color:#4e342e;--text-main:#efebe9;--text-secondary:#bcaaa4;--up-color:#22c55e;--down-color:#ef4444;--neutral-color:#8d6e63;--brand-color:#d7ccc8;--brand-gradient:linear-gradient(135deg,#d7ccc8 0%,#a1887f 100%);--hover-bg:#ffffff0d;--shadow-sm:0 1px 3px #0000004d;--shadow-md:0 4px 12px #00000080}body,html{background-color:var(--bg-color);width:100%;min-height:100%;color:var(--text-main);margin:0;padding:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;overflow-x:hidden}[role=row]:hover{background-color:var(--hover-bg)!important}*{box-sizing:border-box}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--border-color);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#363a45}@keyframes ticker-slide{0%{transform:translate(100%)}to{transform:translate(-100%)}}.ticker-wrapper{border-bottom:1px solid var(--border-color);background:#2962ff1a;align-items:center;width:100%;padding:8px 0;display:flex;position:relative;overflow:hidden}.ticker-content{white-space:nowrap;min-width:100%;animation:60s linear infinite ticker-slide;display:flex}.ticker-item{color:var(--text-main);align-items:center;margin-right:48px;font-size:13px;display:inline-flex}.ticker-content:hover{animation-play-state:paused}.loader-container{justify-content:center;align-items:center;display:flex}.loader-spinner{border:3.5px solid var(--border-color);border-bottom-color:var(--brand-color);box-sizing:border-box;filter:drop-shadow(0 0 8px #2962ff4d);border-radius:50%;width:48px;height:48px;animation:1s cubic-bezier(.68,-.55,.265,1.55) infinite rotation;display:inline-block}@keyframes rotation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.leaflet-custom-tooltip{color:#1e293b!important;background:#fff!important;border:1px solid #e2e8f0!important;border-radius:8px!important;padding:8px!important;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f!important}.leaflet-custom-tooltip:before{display:none!important}
