.MenuItem-module__GpyW9W__menuItem{flex-direction:column;justify-content:center;align-items:flex-start;width:100%;margin-bottom:.5rem;display:flex}.MenuItem-module__GpyW9W__mainItem{cursor:pointer;align-items:center;gap:10px;width:100%;padding:8px 16px;transition:background-color .2s,transform .1s;display:flex}.MenuItem-module__GpyW9W__mainItem:hover,.MenuItem-module__GpyW9W__mainItem.MenuItem-module__GpyW9W__active{background-color:#2d2d2d}.MenuItem-module__GpyW9W__mainItem:active{transform:scale(.97)}.MenuItem-module__GpyW9W__centered{justify-content:center}.MenuItem-module__GpyW9W__icon{min-width:20px}.MenuItem-module__GpyW9W__subMenu{flex-direction:column;gap:4px;width:100%;margin-top:4px;margin-left:32px;list-style:none;display:flex}.MenuItem-module__GpyW9W__subMenuItem{color:#bbb;cursor:pointer;width:100%;padding:4px 16px;font-size:.875rem;transition:background-color .2s;display:flex}.MenuItem-module__GpyW9W__subMenuItem:hover{background-color:#2d2d2d}.MenuItem-module__GpyW9W__subMenuItem.MenuItem-module__GpyW9W__active{color:#fff;background-color:#2d2d2d;border-left:3px solid #686565}.MenuItem-module__GpyW9W__disabled{opacity:.5;pointer-events:none}.MenuItem-module__GpyW9W__disabled:hover{background-color:inherit}.MenuItem-module__GpyW9W__subMenuSpacer{height:16px}.MenuItem-module__GpyW9W__title{cursor:default;pointer-events:none!important;background-color:#0000!important;transition:none!important}.MenuItem-module__GpyW9W__labelText{white-space:nowrap;opacity:0;max-width:0;transition:max-width .3s,opacity .2s;display:inline-block;overflow:hidden}.MenuItem-module__GpyW9W__labelText.MenuItem-module__GpyW9W__visible{opacity:1;max-width:500px}
﻿.Sidebar-module__jbxCtW__sidebar{background-color:#0e0e11;border-right:1px solid #2d2d2d;flex-direction:column;width:300px;padding:1rem 0;transition:width .3s;display:flex;overflow:hidden auto}.Sidebar-module__jbxCtW__sidebar.Sidebar-module__jbxCtW__collapsed{width:70px}.Sidebar-module__jbxCtW__sidebarTop{justify-content:space-between;align-items:center;height:50px;margin-bottom:26px;padding:0 1rem;display:flex}.Sidebar-module__jbxCtW__logoWrapper{justify-content:center;align-items:center;width:40px;height:40px;display:flex;position:relative}.Sidebar-module__jbxCtW__logoImg{object-fit:contain;width:30px;height:30px;transition:opacity .2s}.Sidebar-module__jbxCtW__hamburgerOverlay{color:#1f1f1f;cursor:pointer;z-index:2;background:0 0;border:none;justify-content:center;align-items:center;width:40px;height:40px;font-size:22px;display:none;position:absolute;top:0;left:0}.Sidebar-module__jbxCtW__logoWrapper:hover .Sidebar-module__jbxCtW__hamburgerOverlay{display:flex}.Sidebar-module__jbxCtW__collapseBtn{color:#fff;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:4px;font-size:18px;display:flex}.Sidebar-module__jbxCtW__menu{margin:0;padding:0;list-style:none}.Sidebar-module__jbxCtW__menuSpacer{flex-shrink:0;width:100%;height:26px}
﻿.Chat-module__s9cGHa__central_section{border-radius:10px;flex-direction:column;justify-content:space-between;width:100%;max-width:1000px;height:100vh;max-height:100vh;margin:auto;display:flex;position:relative;overflow:hidden;box-shadow:0 0 10px #0000004d}.Chat-module__s9cGHa__chat_messages{flex-direction:column;flex:1;gap:10px;width:100%;min-height:200px;padding:1rem;display:flex;overflow-y:auto}.Chat-module__s9cGHa__chat_messages::-webkit-scrollbar{width:8px}.Chat-module__s9cGHa__chat_messages::-webkit-scrollbar-thumb{background-color:#404040;border-radius:4px}.Chat-module__s9cGHa__chat_messages::-webkit-scrollbar-track{background-color:#0e0e11}.Chat-module__s9cGHa__chat_messages{scrollbar-width:thin;scrollbar-color:#404040 #0e0e11}.Chat-module__s9cGHa__empty_state{color:#8e8e93;text-align:center;flex:1;justify-content:center;align-items:center;padding:2rem;font-size:14px;font-style:italic;display:flex}.Chat-module__s9cGHa__chat_input{background-color:#0e0e11f2;border-top:1px solid #1c1c21;border-radius:20px;gap:.5rem;margin-bottom:20px;padding:1rem;display:flex}.Chat-module__s9cGHa__chat_input input{color:#f9fafb;background-color:#111114;border:none;border-radius:10px;flex:1;padding:.5rem 1rem;font-size:14px}.Chat-module__s9cGHa__chat_input input:focus{outline:none}.Chat-module__s9cGHa__chat_input input::placeholder{color:#8e8e93}.Chat-module__s9cGHa__chat_input button{color:#fff;cursor:pointer;background-color:#26262e;border:none;border-radius:10px;padding:.5rem 1rem;transition:background-color .2s}.Chat-module__s9cGHa__chat_input button:hover{background-color:#404040}.Chat-module__s9cGHa__typing_indicator{justify-content:flex-start;align-items:center;margin-bottom:10px;margin-left:10px;display:flex}.Chat-module__s9cGHa__typing_bubble{color:#333;background-color:#e0e0e0;border-radius:20px;align-items:center;gap:4px;max-width:200px;padding:8px 14px;animation:1.5s infinite Chat-module__s9cGHa__pulse;display:flex}.Chat-module__s9cGHa__typing_dot{background-color:#555;border-radius:50%;width:6px;height:6px;animation:1.5s infinite Chat-module__s9cGHa__blink}.Chat-module__s9cGHa__typing_dot:nth-child(2){animation-delay:.2s}.Chat-module__s9cGHa__typing_dot:nth-child(3){animation-delay:.4s}@keyframes Chat-module__s9cGHa__blink{0%,80%,to{opacity:.2}40%{opacity:1}}.Chat-module__s9cGHa__backButton{z-index:1000;color:#fff;cursor:pointer;background-color:#00000080;border:none;border-radius:50%;justify-content:center;align-items:center;width:35px;height:35px;transition:background-color .2s;display:flex;position:absolute;top:10px;left:10px}.Chat-module__s9cGHa__backButton:hover{background-color:#000000b3}.Chat-module__s9cGHa__backButton:active{background-color:#000000e6;transform:scale(.95)}.Chat-module__s9cGHa__mapBackButton{z-index:1000;color:#fff;cursor:pointer;background-color:#00000080;border:none;border-radius:50%;justify-content:center;align-items:center;width:35px;height:35px;transition:background-color .2s;display:flex;position:absolute;top:10px;left:10px}.Chat-module__s9cGHa__mapBackButton:hover{background-color:#000000b3}.Chat-module__s9cGHa__mapBackButton:active{background-color:#000000e6;transform:scale(.95)}.Chat-module__s9cGHa__fullMapView .leaflet-top.leaflet-left{top:40px}
﻿.ChatMessage-module__uwK0WG__message_wrapper,.ChatMessage-module__uwK0WG__user_wrapper{width:100%;margin-bottom:12px;display:flex}.ChatMessage-module__uwK0WG__user_wrapper{flex-direction:row-reverse;justify-content:flex-start;gap:.6rem}.ChatMessage-module__uwK0WG__message{word-wrap:break-word;border-radius:16px;flex-direction:column;max-width:70%;padding:10px 14px;font-size:14px;display:flex;position:relative}.ChatMessage-module__uwK0WG__system_message{color:#fff;background-color:#0e0e11;border-bottom-left-radius:0}.ChatMessage-module__uwK0WG__message_time,.ChatMessage-module__uwK0WG__alert_time{color:#9ca3af;text-align:right;margin-top:4px;font-size:12px}.ChatMessage-module__uwK0WG__avatar{color:#fff;background-color:#333;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;margin:0 8px;font-size:14px;display:flex;overflow:hidden}.ChatMessage-module__uwK0WG__avatar[data-role=user]{background-color:#3b82f6}.ChatMessage-module__uwK0WG__avatar[data-role=system]{background-color:#9ca3af}.ChatMessage-module__uwK0WG__avatar[data-role=alert]{background-color:#f87171}.ChatMessage-module__uwK0WG__avatar[data-role=ai],.ChatMessage-module__uwK0WG__avatar[data-role=ai-response]{background-color:#a78bfa}.ChatMessage-module__uwK0WG__avatar_alert{color:#f87171;background-color:#0e0e11;justify-content:center;align-items:center;width:100%;height:100%;font-size:16px;font-weight:700;display:flex}.ChatMessage-module__uwK0WG__alert_message{color:#fff;background:#111827;border:1px solid #1f2937;border-left:4px solid #f87171;border-radius:.5rem;flex-direction:column;gap:.5rem;width:100%;padding:.75rem;animation:.3s ease-in-out ChatMessage-module__uwK0WG__fadeIn;display:flex;position:relative}.ChatMessage-module__uwK0WG__alert_close{color:#aaa;cursor:pointer;background:0 0;border:none;font-size:1rem;position:absolute;top:.5rem;right:.5rem}.ChatMessage-module__uwK0WG__alert_media{justify-content:space-between;gap:1rem;display:flex}.ChatMessage-module__uwK0WG__alert_image{object-fit:cover;border:1px solid #333;border-radius:6px;height:198px}.ChatMessage-module__uwK0WG__alert_actions{justify-content:center;gap:.5rem;margin-top:10px;display:flex}.ChatMessage-module__uwK0WG__alert_actions button{color:#f9fafb;cursor:pointer;background-color:#1f2937;border:1px solid #374151;border-radius:8px;padding:8px 16px;font-size:14px;font-weight:500;transition:all .2s ease-in-out;box-shadow:0 2px 4px #0003}.ChatMessage-module__uwK0WG__alert_actions button:hover:not(:disabled){color:#fff;background-color:#2563eb;border-color:#2563eb;transform:translateY(-1px);box-shadow:0 4px 6px #0000004d}.ChatMessage-module__uwK0WG__alert_button_disabled{opacity:.4;pointer-events:none;cursor:not-allowed!important}@keyframes ChatMessage-module__uwK0WG__fadeIn{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.ChatMessage-module__uwK0WG__sender_name{color:#333;margin-bottom:4px;font-weight:600;display:block}.ChatMessage-module__uwK0WG__markdown,.ChatMessage-module__uwK0WG__markdown_wrapper{word-break:break-word;font-size:.95rem;line-height:1.6}.ChatMessage-module__uwK0WG__markdown ul,.ChatMessage-module__uwK0WG__markdown_wrapper ul,.ChatMessage-module__uwK0WG__markdown_wrapper ol{margin-top:.5rem;margin-left:1.5rem;padding-left:.5rem;list-style-type:disc}.ChatMessage-module__uwK0WG__markdown li,.ChatMessage-module__uwK0WG__markdown_wrapper li{margin-bottom:.4rem}.ChatMessage-module__uwK0WG__markdown a,.ChatMessage-module__uwK0WG__markdown_wrapper a{color:#4ea1f3;word-break:break-all;text-decoration:underline}.ChatMessage-module__uwK0WG__markdown strong{color:#fff}.ChatMessage-module__uwK0WG__markdown img,.ChatMessage-module__uwK0WG__markdown_wrapper img{border:1px solid #333;border-radius:8px;max-width:100%;margin-top:.5rem;display:block}.ChatMessage-module__uwK0WG__align_left{text-align:left;flex-direction:row;justify-content:flex-start}.ChatMessage-module__uwK0WG__user_message{background-color:#e5e7eb;border-bottom-right-radius:0;color:#1e1e1e!important}
.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;top:0;left:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:0 0}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{-webkit-transform-origin:0 0;width:1600px;height:1600px}.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{width:auto;padding:0;max-width:none!important;max-height:none!important}.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:#33b5e566}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{box-sizing:border-box;z-index:800;width:0;height:0}.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{z-index:800;pointer-events:visiblePainted;pointer-events:auto;position:relative}.leaflet-top,.leaflet-bottom{z-index:1000;pointer-events:none;position:absolute}.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{-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{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{outline-offset:1px;background:#ddd}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{background:#ffffff80;border:2px dotted #38f}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:.75rem;line-height:1.5}.leaflet-bar{border-radius:4px;box-shadow:0 1px 5px #000000a6}.leaflet-bar a{text-align:center;color:#000;background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;text-decoration:none;display:block}.leaflet-bar a,.leaflet-control-layers-toggle{background-position: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:none;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.leaflet-bar a.leaflet-disabled{cursor:default;color:#bbb;background-color:#f4f4f4}.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-right-radius:2px;border-bottom-left-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{text-indent:1px;font:700 18px Lucida Console,Monaco,monospace}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{background:#fff;border-radius:5px;box-shadow:0 1px 5px #0006}.leaflet-control-layers-toggle{background-image:url(../media/layers.3muxcl8sz6330.png);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(../media/layers-2x.23wrxu3xxu9-i.png);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{color:#333;background:#fff;padding:6px 10px 6px 6px}.leaflet-control-layers-scrollbar{padding-right:5px;overflow:hidden scroll}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{font-size:1.08333em;display:block}.leaflet-control-layers-separator{border-top:1px solid #ddd;height:0;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(../media/marker-icon.1le94j_pe_ih1.png)}.leaflet-container .leaflet-control-attribution{background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{color:#333;padding:0 5px;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{width:1em;height:.6669em;vertical-align:baseline!important;display:inline!important}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{white-space:nowrap;box-sizing:border-box;text-shadow:1px 1px #fff;background:#fffc;border:2px solid #777;border-top:none;padding:2px 5px 1px;line-height:1.1}.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{background-clip:padding-box;border:2px solid #0003}.leaflet-popup{text-align:center;margin-bottom:20px;position:absolute}.leaflet-popup-content-wrapper{text-align:left;border-radius:12px;padding:1px}.leaflet-popup-content{min-height:1px;margin:13px 24px 13px 20px;font-size:1.08333em;line-height:1.3}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{pointer-events:none;width:40px;height:20px;margin-top:-1px;margin-left:-20px;position:absolute;left:50%;overflow:hidden}.leaflet-popup-tip{pointer-events:auto;width:17px;height:17px;margin:-10px auto 0;padding:1px;transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{color:#333;background:#fff;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{text-align:center;color:#757575;background:0 0;border:none;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;text-decoration:none;position:absolute;top:0;right:0}.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{-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";width:24px;filter:progid:DXImageTransform.Microsoft.Matrix(M11=.707107, M12=.707107, M21=-.707107, M22=.707107);margin:0 auto}.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{color:#222;white-space:nowrap;-webkit-user-select:none;user-select:none;pointer-events:none;background-color:#fff;border:1px solid #fff;border-radius:3px;padding:6px;position:absolute;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{pointer-events:none;content:"";background:0 0;border:6px solid #0000;position:absolute}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{margin-left:-6px;left:50%}.leaflet-tooltip-top:before{border-top-color:#fff;margin-bottom:-12px;bottom:0}.leaflet-tooltip-bottom:before{border-bottom-color:#fff;margin-top:-12px;margin-left:-6px;top:0}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{margin-top:-6px;top:50%}.leaflet-tooltip-left:before{border-left-color:#fff;margin-right:-12px;right:0}.leaflet-tooltip-right:before{border-right-color:#fff;margin-left:-12px;left:0}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}
﻿ .page-module___8aEwW__layout{color:#fff;background-color:#0a0a0c;height:100vh;font-family:sans-serif;display:flex}.page-module___8aEwW__main{flex:1;justify-content:center;align-items:center;display:flex}.page-module___8aEwW__central_section{background-color:#181818;border:1px solid #2d2d2d;border-radius:10px;flex-direction:column;justify-content:space-between;width:100%;max-width:800px;height:90%;display:flex;overflow:hidden}.page-module___8aEwW__chat_messages{flex:1;padding:1rem;overflow-y:auto}.page-module___8aEwW__chat_input{background-color:#3b3b3b99;border-top:1px solid #2d2d2d;gap:.5rem;padding:1rem;display:flex}.page-module___8aEwW__chat_input input{color:#f9fafb;background-color:#3b3b3b;border:none;border-radius:10px;flex:1;padding:.5rem 1rem;font-size:14px}.page-module___8aEwW__chat_input button{color:#fff;cursor:pointer;background-color:#374151;border:none;border-radius:10px;padding:.5rem 1rem}.page-module___8aEwW__message{background-color:#212121;border-radius:12px;max-width:70%;margin-bottom:10px;padding:10px}.page-module___8aEwW__system_message{color:#f9fafb;background-color:#212121;align-self:flex-start}.page-module___8aEwW__message_time{color:#9ca3af;margin-top:4px;font-size:12px}
