@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap);:root{--bg-gradient:radial-gradient(circle at top right,#234c6a,#1b3c53 70%);--bg-body:#1b3c53;--bg-header:#1b3c53;--bg-sidebar:#09090b80;--bg-card:#0f172a66;--bg-card-hover:#ffffff08;--border-color:#ffffff14;--text-main:#f4f4f5;--text-muted:#ffffff80;--text-label:#ffffffb3;--input-bg:#ffffff0d;--input-border:#ffffff1a;--chat-sidebar-bg:#0f172a99;--chat-window-bg:#0f172a4d;--chat-header-bg:#0f172a80;--bubble-received:#ffffff14;--bubble-received-text:#f1f5f9;--accent-purple:#7f56d9;--accent-purple-hover:#6c46bc;--accent-purple-light:#7f56d926;--accent-purple-border:#7f56d94d}[data-theme=light]{--bg-gradient:linear-gradient(135deg,#f3f4f6,#e5e7eb);--bg-body:#f3f4f6;--bg-header:#ffffffe6;--bg-sidebar:#f3f4f6e6;--bg-card:#fffffff2;--bg-card-hover:#00000005;--border-color:#00000014;--text-main:#1f2937;--text-muted:#00000080;--text-label:#000000b3;--input-bg:#00000005;--input-border:#0000001a;--chat-sidebar-bg:#f9fafbf2;--chat-window-bg:#f3f4f699;--chat-header-bg:#fffffff2;--bubble-received:#0000000f;--bubble-received-text:#1f2937;--accent-purple:#7f56d9;--accent-purple-hover:#6c46bc;--accent-purple-light:#7f56d91a;--accent-purple-border:#7f56d940}*{box-sizing:border-box;padding:0}*,body{margin:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#1b3c53;background-color:var(--bg-body);color:#f4f4f5;color:var(--text-main);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;transition:background-color .3s ease,color .3s ease}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}::-webkit-scrollbar{height:8px;width:8px}::-webkit-scrollbar-track{background:#ffffff05}::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#7f56d9;background:var(--accent-purple)}.chat-panel-container{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:var(--bg-card);border:1px solid var(--border-color);border-radius:16px;height:calc(100vh - 120px);overflow:hidden}.chat-panel-container,.chat-sidebar{display:flex;transition:all .3s ease}.chat-sidebar{background:var(--chat-sidebar-bg);border-right:1px solid var(--border-color);flex-direction:column;width:320px}.sidebar-title{border-bottom:1px solid var(--border-color);color:var(--text-main);font-size:1.1rem;margin:0;padding:20px}.chats-list{flex:1 1;overflow-y:auto;padding:10px}.empty-chats{color:var(--text-muted);font-size:.9rem;padding:20px;text-align:center}.chat-item{align-items:center;border:1px solid #0000;border-radius:12px;cursor:pointer;display:flex;margin-bottom:8px;padding:12px;transition:all .2s ease}.chat-item:hover{background:var(--bg-card-hover)}.chat-item.active{background:var(--accent-purple-light);border:1px solid var(--accent-purple-border)}.avatar-container{align-items:center;display:flex;margin-right:12px;position:relative}.chat-avatar{border:2px solid var(--border-color);border-radius:50%;height:44px;object-fit:cover;width:44px}.status-badge{border:2px solid var(--bg-body);border-radius:50%;bottom:0;height:10px;position:absolute;right:0;width:10px}.status-badge.online{background-color:#10b981}.status-badge.offline{background-color:#64748b}.chat-info{flex:1 1;min-width:0}.chat-info-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:4px}.customer-name{color:var(--text-main);font-size:.95rem;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-time{color:var(--text-muted);font-size:.75rem}.chat-last-message{color:var(--text-muted);font-size:.82rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-window{background:var(--chat-window-bg);transition:all .3s ease}.chat-window,.no-chat-selected{display:flex;flex:1 1;flex-direction:column}.no-chat-selected{align-items:center;color:var(--text-muted);justify-content:center}.no-chat-icon-svg{color:var(--text-muted);margin-bottom:16px}.chat-window-header{align-items:center;background:var(--chat-header-bg);border-bottom:1px solid var(--border-color);display:flex;padding:16px 24px}.header-avatar{border-radius:50%;height:40px;margin-right:12px;object-fit:cover;width:40px}.header-details h4{color:var(--text-main);font-size:1rem;margin:0}.status-text{align-items:center;color:var(--text-muted);display:flex;font-size:.78rem;margin:2px 0 0}.status-dot{border-radius:50%;display:inline-block;height:6px;margin-right:6px;width:6px}.status-dot.online{background-color:#10b981}.status-dot.offline{background-color:#64748b}.messages-pane{display:flex;flex:1 1;flex-direction:column;overflow-y:auto;padding:24px}.no-messages{color:var(--text-muted);font-size:.9rem;margin-top:40px;text-align:center}.message-bubble-wrapper{display:flex;margin-bottom:12px;max-width:70%}.message-bubble-wrapper.received+.message-bubble-wrapper.received,.message-bubble-wrapper.sent+.message-bubble-wrapper.sent{margin-top:-8px}.message-bubble-wrapper.sent{align-self:flex-end}.message-bubble-wrapper.received{align-self:flex-start}.message-bubble{border-radius:16px;padding:12px 16px;position:relative}.message-bubble-wrapper.sent .message-bubble{background:var(--accent-purple);border-radius:16px;color:#fff}.message-bubble-wrapper.sent.last-in-sequence .message-bubble{border-bottom-right-radius:4px}.message-bubble-wrapper.received .message-bubble{background:var(--bubble-received);border-radius:16px;color:var(--bubble-received-text)}.message-bubble-wrapper.received.last-in-sequence .message-bubble{border-bottom-left-radius:4px}.message-bubble p{font-size:.92rem;line-height:1.4;margin:0;word-break:break-word}.msg-time{display:block;font-size:.7rem;margin-top:6px;opacity:.6;text-align:right}.chat-input-form{align-items:center;background:var(--chat-header-bg);border-top:1px solid var(--border-color);display:flex;flex-direction:row;gap:12px;padding:16px 24px}.reply-input{background:var(--input-bg);border:1px solid var(--input-border);border-radius:24px;color:var(--text-main);flex:1 1;font-family:inherit;font-size:.92rem;line-height:1.4;outline:none;padding:12px 20px;resize:none;transition:all .2s ease}.reply-input:focus{background:var(--input-bg);border-color:var(--accent-purple)}.send-circle-btn{align-items:center;background:var(--accent-purple);border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;flex-shrink:0;height:44px;justify-content:center;outline:none;transition:all .2s ease;width:44px}.send-circle-btn:hover{background:var(--accent-purple-hover);transform:scale(1.05)}.send-circle-btn:active{transform:scale(.95)}.send-circle-btn:disabled{background:var(--input-border);color:var(--text-muted);cursor:not-allowed;transform:none}.attachment-btn,.emoji-trigger-btn{align-items:center;background:var(--input-bg);border:1px solid var(--input-border);border-radius:50%;color:var(--text-label);cursor:pointer;display:flex;flex-shrink:0;height:40px;justify-content:center;outline:none;transition:all .2s ease;width:40px}.attachment-btn:hover,.emoji-trigger-btn:hover{background:var(--bg-card-hover);border-color:var(--accent-purple-border);color:var(--accent-purple)}.emoji-picker-wrapper{position:relative}.emoji-picker-dropdown{grid-gap:8px;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:var(--bg-card);border:1px solid var(--border-color);border-radius:12px;bottom:50px;box-shadow:0 10px 25px -5px #0000004d;display:grid;gap:8px;grid-template-columns:repeat(4,1fr);left:0;max-height:180px;overflow-y:auto;padding:10px;position:absolute;width:180px;z-index:100}.emoji-select-btn{background:none;border:none;border-radius:6px;cursor:pointer;font-size:1.3rem;padding:4px;transition:background .15s}.emoji-select-btn:hover{background:var(--bg-card-hover)}.chat-media-img{border-radius:8px;display:block;margin-bottom:4px;max-height:180px;max-width:240px;object-fit:cover;transition:opacity .2s}.chat-media-img:hover{opacity:.9}.chat-media-video{background:#000;border-radius:8px;display:block;margin-bottom:4px;max-height:200px;max-width:280px}.typing-text-indicator{color:#10b981;font-style:italic;font-weight:500}.typing-bubble{background:var(--bubble-received);border-radius:16px;border-bottom-left-radius:4px;padding:12px 18px!important}.typing-indicator{align-items:center;display:flex;gap:4px;height:10px}.typing-indicator span{animation:bounce 1.4s ease-in-out infinite both;background:var(--text-muted);border-radius:50%;display:inline-block;height:6px;width:6px}.typing-indicator span:first-child{animation-delay:-.32s}.typing-indicator span:nth-child(2){animation-delay:-.16s}@keyframes bounce{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}.uploading-bubble{background:var(--accent-purple-light);border:1px dashed var(--accent-purple-border);color:var(--text-main);font-style:italic}.notification-panel-container{display:flex;flex-direction:column;gap:24px;height:calc(100vh - 120px)}.stat-card,.stats-row{display:flex}.stat-card{align-items:center;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);flex:1 1;gap:16px;padding:20px 24px;transition:transform .2s ease,border-color .2s ease}.stat-card:hover{transform:translateY(-2px)}.stat-card.total{border-left:4px solid #7f56d9}.stat-card.android{border-left:4px solid #10b981}.stat-card.ios{border-left:4px solid #38bdf8}.stat-icon-wrapper{align-items:center;border-radius:50%;display:flex;flex-shrink:0;height:48px;justify-content:center;width:48px}.stat-card.total .stat-icon-wrapper{background:#7f56d91f;color:#7f56d9}.stat-card.android .stat-icon-wrapper{background:#10b9811f;color:#10b981}.stat-card.ios .stat-icon-wrapper{background:#38bdf81f;color:#38bdf8}.stat-svg{display:block}.stat-info h3{color:var(--text-main);font-size:1.8rem;font-weight:700;line-height:1.1;margin:0}.stat-info p{color:var(--text-muted);font-size:.85rem;margin:4px 0 0}.main-content-layout{display:flex;flex:1 1;gap:24px;min-height:0}.broadcast-card,.history-card{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:var(--bg-card);border:1px solid var(--border-color);border-radius:16px;display:flex;flex:1 1;flex-direction:column;min-height:0;padding:24px;transition:all .3s ease}.broadcast-card h3,.history-card h3{color:var(--text-main);font-size:1.2rem;margin:0}.card-subtitle{color:var(--text-muted);font-size:.85rem;margin:6px 0 20px}form{display:flex;flex-direction:column;gap:20px}.form-group{gap:8px}.form-group label{font-size:.88rem;font-weight:500}.form-group input,.form-group textarea{background:var(--input-bg);border:1px solid var(--input-border);border-radius:10px;color:var(--text-main);font-family:inherit;font-size:.92rem;outline:none;padding:12px 16px;transition:all .2s ease}.form-group input:focus,.form-group textarea:focus{background:var(--input-bg);border-color:var(--accent-purple);box-shadow:0 0 0 2px var(--accent-purple-light)}.broadcast-btn{background:var(--accent-purple);border:none;border-radius:10px;color:#fff;cursor:pointer;font-size:.95rem;font-weight:600;margin-top:10px;outline:none;padding:14px 20px;transition:all .2s ease}.broadcast-btn:hover{background:var(--accent-purple-hover);transform:translateY(-1px)}.broadcast-btn:disabled{background:var(--accent-purple-border);cursor:not-allowed;transform:none}.status-banner{border-radius:8px;font-size:.88rem;line-height:1.4;padding:12px 16px}.status-banner.info{background:#38bdf81a;border:1px solid #38bdf833;color:#38bdf8}.status-banner.success{background:#10b9811a;border:1px solid #10b98133;color:#34d399}.status-banner.error{background:#ef44441a;border:1px solid #ef444433;color:#f87171}.history-list{flex:1 1;margin-top:16px;overflow-y:auto;padding-right:4px}.empty-history{color:var(--text-muted);font-size:.9rem;padding:20px 0;text-align:center}.history-item{background:var(--input-bg);border:1px solid var(--input-border);border-radius:12px;margin-bottom:12px;padding:16px;transition:border-color .2s ease}.history-item:hover{border-color:var(--border-color)}.history-item-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:8px}.history-title{color:var(--text-main);font-size:.95rem;font-weight:600}.history-recipients{background:var(--border-color);border-radius:12px;color:var(--text-muted);font-size:.78rem;padding:2px 8px}.history-body{color:var(--text-muted);font-size:.85rem;line-height:1.4;margin:0;opacity:.9;word-break:break-word}.history-time{color:var(--text-muted);display:block;font-size:.75rem;margin-top:10px;opacity:.7}.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{left:0;position:absolute;top:0}.leaflet-container{overflow:hidden}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile{-webkit-user-drag:none;-webkit-user-select:none;user-select:none}.leaflet-tile::selection{background:#0000}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{height:1600px;-webkit-transform-origin:0 0;width:1600px}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-height:none!important;max-width: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-height:none!important;max-width:none!important;padding:0;width:auto}.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{box-sizing:border-box;height:0;width:0;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{height:1px;width:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{pointer-events:visiblePainted;pointer-events:auto;position:relative;z-index:800}.leaflet-bottom,.leaflet-top{pointer-events:none;position:absolute;z-index:1000}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{clear:both;float:left}.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{background:#ffffff80;border:2px dotted #38f}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{border-radius:4px;box-shadow:0 1px 5px #000000a6}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;color:#000;display:block;height:26px;line-height:26px;text-align:center;text-decoration:none;width:26px}.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:none;border-bottom-left-radius:4px;border-bottom-right-radius:4px}.leaflet-bar a.leaflet-disabled{background-color:#f4f4f4;color:#bbb;cursor:default}.leaflet-touch .leaflet-bar a{height:30px;line-height:30px;width: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{background:#fff;border-radius:5px;box-shadow:0 1px 5px #0006}.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);height:36px;width: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{height:44px;width: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{background:#fff;color:#333;padding:6px 10px 6px 6px}.leaflet-control-layers-scrollbar{overflow-x:hidden;overflow-y:scroll;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{border-top:1px solid #ddd;height:0;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{color:#333;line-height:1.4;padding:0 5px}.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;height:.6669em;vertical-align:initial!important;width:1em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{background:#fffc;border:2px solid #777;border-top:none;box-sizing:border-box;line-height:1.1;padding:2px 5px 1px;text-shadow:1px 1px #fff;white-space:nowrap}.leaflet-control-scale-line:not(:first-child){border-bottom:none;border-top:2px solid #777;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{background-clip:padding-box;border:2px solid #0003}.leaflet-popup{margin-bottom:20px;position:absolute;text-align:center}.leaflet-popup-content-wrapper{border-radius:12px;padding:1px;text-align:left}.leaflet-popup-content{font-size:13px;font-size:1.08333em;line-height:1.3;margin:13px 24px 13px 20px;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{height:20px;left:50%;margin-left:-20px;margin-top:-1px;overflow:hidden;pointer-events:none;position:absolute;width:40px}.leaflet-popup-tip{height:17px;margin:-10px auto 0;padding:1px;pointer-events:auto;transform:rotate(45deg);width:17px}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;box-shadow:0 3px 14px #0006;color:#333}.leaflet-container a.leaflet-popup-close-button{background:#0000;border:none;color:#757575;font:16px/24px Tahoma,Verdana,sans-serif;height:24px;position:absolute;right:0;text-align:center;text-decoration:none;top:0;width:24px}.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{-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);margin:0 auto;width:24px}.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{background-color:#fff;border:1px solid #fff;border-radius:3px;box-shadow:0 1px 3px #0006;color:#222;padding:6px;pointer-events:none;position:absolute;-webkit-user-select:none;user-select:none;white-space:nowrap}.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{background:#0000;border:6px solid #0000;content:"";pointer-events:none;position:absolute}.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{border-top-color:#fff;bottom:0;margin-bottom:-12px}.leaflet-tooltip-bottom:before{border-bottom-color:#fff;margin-left:-6px;margin-top:-12px;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;left:0;margin-left:-12px}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.properties-panel{animation:fadeIn .3s ease;display:flex;flex-direction:column;gap:24px}.properties-list{flex:1 1}.properties-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fill,minmax(260px,1fr))}.property-item-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:var(--bg-card);border:1px solid var(--border-color);border-radius:16px;display:flex;flex-direction:column;overflow:hidden;transition:all .2s ease}.property-item-card:hover{border-color:var(--accent-purple-border);box-shadow:0 10px 20px #00000026;transform:translateY(-4px)}.card-image-wrapper{height:160px;position:relative;width:100%}.card-image{height:100%;object-fit:cover;width:100%}.category-badge{border-radius:6px;color:#fff;font-size:.72rem;font-weight:700;left:12px;letter-spacing:.05em;padding:4px 8px;position:absolute;text-shadow:0 1px 2px #0003;top:12px}.category-badge.buy{background:#3b82f6}.category-badge.rent{background:#7f56d9}.category-badge.lease{background:#f59e0b}.category-badge.sell{background:#10b981}.type-badge{background:#64748b;border-radius:6px;color:#fff;font-size:.72rem;font-weight:700;letter-spacing:.05em;padding:4px 8px;position:absolute;right:12px;text-shadow:0 1px 2px #0003;text-transform:uppercase;top:12px}.card-specs{border-bottom:1px solid var(--border-color);color:var(--text-muted);display:flex;font-size:.78rem;gap:12px;padding-bottom:12px}.owner-badge{align-items:center;display:flex;gap:8px;padding:6px 0}.owner-avatar-mini{border:1px solid var(--border-color);border-radius:50%;height:20px;object-fit:cover;width:20px}.owner-name-mini{color:var(--text-label);font-size:.72rem;font-weight:500;max-width:180px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.owner-name-mini.unassigned{color:var(--text-muted);font-style:italic}.card-footer{align-items:center;justify-content:space-between;margin-top:auto;padding-top:8px}.card-price{color:var(--text-main);font-size:1.1rem;font-weight:700}.card-price small{color:var(--text-muted);font-size:.7rem;font-weight:400}.width-30{width:30%}.file-picker-input{cursor:pointer}.file-count-text{color:var(--accent-purple);font-size:.8rem;font-weight:500;margin:2px 0 0}.presets-grid{grid-gap:8px;display:grid;gap:8px;grid-template-columns:repeat(6,1fr);margin-top:4px}.preset-thumb-wrapper{border:2px solid #0000;border-radius:8px;cursor:pointer;height:54px;overflow:hidden;transition:all .2s ease}.preset-thumb-wrapper:hover{transform:scale(1.05)}.preset-thumb-wrapper.active{border-color:var(--accent-purple)}.preset-thumb-img{height:100%;object-fit:cover;width:100%}.progress-bar-container{align-items:center;background:var(--input-bg);border:1px solid var(--input-border);border-radius:10px;display:flex;height:20px;justify-content:center;overflow:hidden;position:relative}.progress-bar-fill{background:var(--accent-purple);bottom:0;left:0;position:absolute;top:0;transition:width .3s ease}.progress-text{color:#fff;font-size:.72rem;font-weight:700;position:relative;text-shadow:0 1px 2px #00000080;z-index:10}.banner-panel{animation:fadeIn .3s ease;display:flex;flex-direction:column;gap:32px;width:100%}.banner-top-section{align-items:stretch;display:flex;gap:32px;width:100%}.banner-form-card{flex:1.3 1;flex-direction:column;gap:18px}.banner-form-card,.banner-preview-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:var(--bg-card);border:1px solid var(--border-color);border-radius:20px;display:flex;padding:24px}.banner-preview-card{align-items:center;flex:0.9 1;flex-direction:column;gap:12px;justify-content:center}.form-card-header{align-items:center;border-bottom:1px solid var(--border-color);display:flex;justify-content:space-between;margin-bottom:4px;padding-bottom:12px}.form-card-header h3{color:var(--text-main);font-size:1.1rem;font-weight:700;margin:0}.btn-reset{background:#ffffff1a;border:none;border-radius:8px;color:var(--text-main);cursor:pointer;font-size:.75rem;font-weight:600;padding:6px 12px;transition:all .2s ease}.btn-reset:hover{background:#fff3}.file-selected-text{color:var(--accent-purple);font-size:.8rem;font-weight:500;margin:4px 0 0}.presets-list-row{display:flex;flex-wrap:wrap;gap:10px}.preset-thumb{border:2px solid #0000;border-radius:8px;cursor:pointer;height:55px;overflow:hidden;transition:all .2s ease;width:55px}.preset-thumb:hover{transform:scale(1.05)}.preset-thumb.selected{border-color:var(--accent-purple)}.preset-thumb img{height:100%;object-fit:cover;width:100%}.checkbox-group{margin-top:4px}.switch-container{align-items:center;cursor:pointer;display:flex;-webkit-user-select:none;user-select:none}.switch-container input{display:none}.switch-slider{background-color:#ffffff26;border-radius:20px;height:20px;margin-right:12px;position:relative;transition:all .3s ease;width:36px}.switch-slider:before{background-color:#fff;border-radius:50%;content:"";height:14px;left:3px;position:absolute;top:3px;transition:all .3s ease;width:14px}.switch-container input:checked+.switch-slider{background-color:var(--accent-purple)}.switch-container input:checked+.switch-slider:before{transform:translateX(16px)}.switch-label{color:var(--text-main);font-size:.85rem;font-weight:600}.expiry-date-group{border-left:2px solid var(--accent-purple);padding-left:12px}.animate-slide-down{animation:slideDown .25s ease-out forwards}@keyframes slideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.banner-preview-card h3{align-self:flex-start;color:var(--text-main);font-size:1.1rem;font-weight:700;margin:0}.preview-help{align-self:flex-start;color:var(--text-muted);font-size:.8rem;margin:0}.mobile-frame{background:#f8fafc;border:8px solid #2d3748;border-radius:32px;box-shadow:0 15px 30px #0000004d;display:flex;flex-direction:column;height:460px;margin-top:10px;overflow:hidden;width:270px}[data-theme=dark] .mobile-frame{border-color:#ffffff26}.app-status-bar{align-items:center;background:#f8fafc;color:#1a202c;display:flex;font-size:.65rem;font-weight:600;height:24px;justify-content:space-between;padding:0 16px}.status-icons{letter-spacing:2px}.mobile-app-content{background:#f9fafb;display:flex;flex:1 1;flex-direction:column;gap:14px;padding:12px}.mock-header{justify-content:space-between}.mock-header,.user-info{align-items:center;display:flex}.user-info{gap:8px}.mock-avatar{background:#cbd5e1;border-radius:50%;height:26px;width:26px}.welcome-span{color:#94a3b8;display:block;font-size:.55rem}.username-span{color:#1e293b;display:block;font-size:.65rem;font-weight:700}.bell-icon{font-size:.85rem}.mockup-banner{background:#7f56d9;border-radius:12px;box-shadow:0 4px 10px #7f56d926;display:flex;height:90px;overflow:hidden}.mockup-text-side{display:flex;flex:1.3 1;flex-direction:column;justify-content:center;padding:10px}.mockup-title{color:#fff;font-weight:800;letter-spacing:.02em;line-height:1.1;margin:0}.mockup-title,.mockup-title.subtitle{font-size:.68rem}.mockup-desc{color:#e9d7fe;font-size:.5rem;font-weight:600;margin-top:4px}.mockup-expiry-label{color:#fbbf24;font-size:.48rem;font-weight:700;margin-top:4px}.mockup-image-side{border-bottom-left-radius:75px;border-top-left-radius:50px;flex:1 1;overflow:hidden}.mockup-img{height:100%;object-fit:cover;width:100%}.mock-categories{background:#fff;border:1px solid #e2e8f0;border-radius:16px;color:#94a3b8;font-size:.65rem;padding:8px 12px}.banners-list-section{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:var(--bg-card);border:1px solid var(--border-color);border-radius:20px;padding:24px;width:100%}.banners-list-section h3{border-bottom:1px solid var(--border-color);color:var(--text-main);font-size:1.1rem;font-weight:700;margin:0 0 24px;padding-bottom:12px}.banners-grid-container{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.banner-card-item{background:#ffffff08;border:1px solid var(--border-color);border-radius:16px;display:flex;flex-direction:column;overflow:hidden;position:relative;transition:all .25s cubic-bezier(.4,0,.2,1)}.banner-card-item:hover{border-color:var(--accent-purple);box-shadow:0 10px 20px #0003;transform:translateY(-4px)}.banner-card-item.card-selected{background-color:#7f56d90a;border-color:var(--accent-purple);box-shadow:0 0 0 2px var(--accent-purple)}.banner-card-top{align-items:center;border-bottom:1px solid #ffffff0d;display:flex;justify-content:space-between;padding:12px 16px}.banner-status-badge{border-radius:12px;display:inline-block;font-size:.72rem;font-weight:700;padding:4px 10px;text-transform:uppercase}.badge-active{background-color:#10b98126;color:#10b981}.badge-expired{background-color:#ef444426;color:#ef4444}.badge-disabled{background-color:#64748b26;color:#64748b}.banner-card-actions{display:flex;gap:6px}.btn-card-action{border:none;border-radius:6px;cursor:pointer;font-size:.75rem;font-weight:600;padding:4px 10px;transition:all .2s ease}.btn-card-edit{background-color:#7f56d91a;color:var(--accent-purple)}.btn-card-edit:hover{background-color:var(--accent-purple);color:#fff}.btn-card-delete{background-color:#ef44441a;color:#ef4444}.btn-card-delete:hover{background-color:#ef4444;color:#fff}.btn-card-enable{background-color:#10b9811a;color:#10b981}.btn-card-enable:hover{background-color:#10b981;color:#fff}.btn-card-disable{background-color:#64748b1a;color:#64748b}.btn-card-disable:hover{background-color:#64748b;color:#fff}.banner-card-image-wrapper{border-bottom:1px solid #ffffff0d;height:120px;overflow:hidden;width:100%}.banner-card-img{height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.banner-card-item:hover .banner-card-img{transform:scale(1.03)}.banner-card-content{display:flex;flex:1 1;flex-direction:column;gap:4px;padding:16px}.banner-card-heading{color:var(--text-main);font-size:.95rem;font-weight:800;letter-spacing:.02em;margin:0}.banner-card-subheading{color:var(--text-muted);font-size:.85rem;font-weight:700;margin:0}.banner-card-desc{color:var(--text-muted);font-size:.75rem;line-height:1.3;margin:6px 0 0}.banner-card-expiry-text{color:#fbbf24;font-size:.72rem;font-weight:600;margin-top:auto;padding-top:8px}.admin-loader{font-weight:500}.admin-loader,.empty-banners-state{color:var(--text-muted);padding:40px;text-align:center}@media (max-width:992px){.banner-top-section{flex-direction:column}.banner-form-card,.banner-preview-card{width:100%}}.reviews-panel-container{animation:fadeIn .4s ease-out;padding:24px}.reviews-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fill,minmax(360px,1fr));margin-top:24px}.review-audit-card{background-color:#fff;background-color:var(--card-bg,#fff);border:1px solid #e2e8f0;border:1px solid var(--border-color,#e2e8f0);border-radius:16px;box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -1px #00000008;display:flex;flex-direction:column;justify-content:space-between;padding:20px;transition:transform .2s ease,box-shadow .2s ease}.review-audit-card:hover{box-shadow:0 10px 15px -3px #00000014,0 4px 6px -2px #0000000a;transform:translateY(-2px)}.review-card-header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:16px}.user-info-section{align-items:center;display:flex;gap:12px}.user-avatar-img{borderRadius:50%;border:2px solid #7f56d9;border:2px solid var(--primary-color,#7f56d9);height:40px;object-fit:cover;width:40px}.user-avatar-fallback{align-items:center;background-color:#f3e8ff;background-color:var(--primary-light,#f3e8ff);border:2px solid #7f56d9;border:2px solid var(--primary-color,#7f56d9);border-radius:50%;color:#7f56d9;color:var(--primary-color,#7f56d9);display:flex;font-size:16px;font-weight:700;height:40px;justify-content:center;width:40px}.user-details-col h4{color:#0f172a;color:var(--text-color,#0f172a);font-size:15px;margin:0 0 2px}.property-ref-tag{color:#64748b;color:var(--text-muted,#64748b);font-size:12px;margin:0}.rating-badge-row{display:flex;gap:2px}.star-char{color:#e2e8f0;font-size:14px}.star-char.active{color:#ffb03a}.review-body-text{background-color:#f8fafc;background-color:var(--bg-offset,#f8fafc);border-radius:12px;color:#334155;color:var(--text-color,#334155);flex-grow:1;font-size:14px;font-style:italic;line-height:1.6;margin-bottom:20px;padding:12px 16px}.review-body-text p{margin:0}.review-action-row{display:flex;gap:12px;margin-top:auto}.review-action-row button{border:none;border-radius:10px;cursor:pointer;flex:1 1;font-size:13px;font-weight:600;padding:10px 16px;transition:background-color .2s ease,transform .1s ease}.btn-approve{background-color:#7f56d9;background-color:var(--primary-color,#7f56d9);color:#fff}.btn-approve:hover{background-color:#6941c6;background-color:var(--primary-hover,#6941c6)}.btn-reject{background-color:#fef2f2;border:1px solid #fecaca!important;color:#ef4444}.btn-reject:hover{background-color:#fee2e2}.empty-panel-state{align-items:center;background-color:#fff;background-color:var(--card-bg,#fff);border:2px dashed #e2e8f0;border:2px dashed var(--border-color,#e2e8f0);border-radius:20px;display:flex;flex-direction:column;justify-content:center;margin:40px auto;max-width:500px;padding:80px 24px;text-align:center}.empty-state-icon{color:#94a3b8;color:var(--text-muted,#94a3b8);margin-bottom:16px}.empty-panel-state h3{color:#0f172a;color:var(--text-color,#0f172a);margin:0 0 8px}.empty-panel-state p{color:#64748b;color:var(--text-muted,#64748b);font-size:14px;margin:0}.loader-container{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:80px 24px}.loader{animation:spin 1s linear infinite;border:3px solid #f3f3f3;border-radius:50%;border-top-color:#7f56d9;border-top:3px solid var(--primary-color,#7f56d9);height:32px;margin-bottom:16px;width:32px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.dealers-panel{animation:fadeIn .3s ease;display:flex;flex-direction:column;gap:24px}.title-desc h2{color:var(--text-main);font-size:1.5rem;font-weight:700;margin:0 0 6px}.title-desc p{color:var(--text-muted);font-size:.88rem}.btn{border:1px solid #0000;border-radius:12px;cursor:pointer;font-size:.9rem;font-weight:600;outline:none;padding:10px 20px;transition:all .2s ease}.btn-primary{background:var(--accent-purple);color:#fff}.btn-primary:hover:not(:disabled){background:var(--accent-purple-hover);transform:translateY(-1px)}.btn-secondary{background:var(--input-bg);border:1px solid var(--input-border);color:var(--text-main)}.btn-secondary:hover:not(:disabled){background:var(--border-color);transform:translateY(-1px)}.btn-danger{background:#ef4444;color:#fff}.btn-danger:hover:not(:disabled){background:#dc2626;transform:translateY(-1px)}.btn:disabled{cursor:not-allowed;opacity:.6}.stats-row{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.stat-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:var(--bg-card);border:1px solid var(--border-color);border-radius:16px;padding:20px}.stat-card h4{color:var(--text-muted);font-size:.82rem;font-weight:600;letter-spacing:.05em;margin:0;text-transform:uppercase}.stat-value{color:var(--text-main);font-size:2rem;font-weight:800;margin:0}.filter-search-row{align-items:center;display:flex;flex-wrap:wrap;gap:16px;justify-content:space-between}.search-wrapper{align-items:center;background:var(--input-bg);border:1px solid var(--input-border);border-radius:12px;color:var(--text-muted);display:flex;flex:1 1;gap:12px;max-width:480px;padding:10px 16px}.search-wrapper input{background:#0000;border:none;color:var(--text-main);font-size:.9rem;outline:none;width:100%}.category-pills{display:flex;gap:8px}.pill{background:var(--input-bg);border:1px solid var(--input-border);border-radius:20px;color:var(--text-muted);cursor:pointer;font-size:.85rem;font-weight:500;outline:none;padding:8px 16px;transition:all .2s ease}.pill:hover{color:var(--text-main)}.pill.active,.pill:hover{border-color:var(--accent-purple)}.pill.active{background:var(--accent-purple-light);color:var(--accent-purple);font-weight:600}.dealers-list{flex:1 1}.dealers-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.dealer-item-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:var(--bg-card);border:1px solid var(--border-color);border-radius:16px;display:flex;flex-direction:column;overflow:hidden;transition:all .2s ease}.dealer-item-card:hover{border-color:var(--accent-purple-border);box-shadow:0 10px 20px #00000026;transform:translateY(-4px)}.card-body{display:flex;flex:1 1;flex-direction:column;gap:8px;padding:16px}.card-title{color:var(--text-main);font-size:.95rem;font-weight:600;max-width:180px}.card-address,.card-title{margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.card-address{color:var(--text-muted);font-size:.75rem}.dealer-status-badge{border-radius:6px;color:#fff;font-size:.65rem;font-weight:700;letter-spacing:.05em;padding:4px 8px}.dealer-status-badge.active{background:#10b981}.dealer-status-badge.inactive{background:#64748b}.delete-icon-btn{align-items:center;background:#0000;border:none;border-radius:8px;color:#ef4444;cursor:pointer;display:flex;justify-content:center;outline:none;padding:6px;transition:all .2s ease}.delete-icon-btn:hover{background:#ef44441a;transform:scale(1.05)}.edit-icon-btn{align-items:center;background:#0000;border:none;border-radius:8px;color:var(--accent-purple);cursor:pointer;display:flex;justify-content:center;outline:none;padding:6px;transition:all .2s ease}.edit-icon-btn:hover{background:var(--accent-purple-light);transform:scale(1.05)}.modal-overlay{align-items:center;animation:fadeIn .2s ease;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0009;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.modal-content{background:var(--bg-body);border:1px solid var(--border-color);border-radius:20px;box-shadow:0 20px 40px #0000004d;display:flex;flex-direction:column;max-height:90vh;max-width:580px;overflow-y:auto;width:100%}.modal-header{align-items:center;border-bottom:1px solid var(--border-color);display:flex;justify-content:space-between;padding:20px 24px}.modal-header h3{color:var(--text-main);font-size:1.2rem;font-weight:700;margin:0}.close-modal{background:#0000;border:none;color:var(--text-muted);cursor:pointer;font-size:1.5rem;outline:none}.close-modal:hover{color:var(--text-main)}.modal-form{gap:16px;padding:24px}.form-group,.modal-form{display:flex;flex-direction:column}.form-group{gap:6px}.form-row{display:flex;flex:1 1;gap:16px}.flex-1{flex:1 1}.form-group label{color:var(--text-label);font-size:.78rem;font-weight:600;letter-spacing:.02em;text-transform:uppercase}.form-group input,.form-group select,.form-group textarea{background:var(--input-bg);border:1px solid var(--input-border);border-radius:10px;color:var(--text-main);font-family:inherit;font-size:.9rem;outline:none;padding:10px 14px;transition:border-color .2s ease}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--accent-purple)}.form-actions{display:flex;gap:12px;justify-content:flex-end;margin-top:10px}.facilities-panel{margin:0 auto;max-width:1200px;padding:24px}.panel-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:24px}.title-desc h2{font-size:24px;margin:0 0 8px}.title-desc p{color:#64748b;margin:0}.action-row{display:flex;gap:12px}.facilities-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.facility-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 2px 4px #00000005;justify-content:space-between;padding:16px}.facility-card,.facility-info{align-items:center;display:flex}.facility-info{gap:16px}.facility-icon-preview{align-items:center;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;display:flex;height:48px;justify-content:center;width:48px}.facility-icon-preview img{height:24px;object-fit:contain;width:24px}.facility-icon-preview.library-icon{color:#7f56d9;font-size:12px;font-weight:600;line-height:1.2;text-align:center}.facility-name{color:#1e293b;font-size:16px;font-weight:600;margin:0 0 4px}.facility-type{color:#64748b;font-size:12px;text-transform:capitalize}.delete-btn{align-items:center;background:#fee2e2;border:none;border-radius:8px;color:#ef4444;cursor:pointer;display:flex;height:36px;justify-content:center;transition:all .2s;width:36px}.delete-btn:hover{background:#fecaca}.empty-state{background:#f8fafc;border:1px dashed #cbd5e1;border-radius:12px;color:#64748b;grid-column:1/-1;padding:48px}.icon-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(auto-fill,minmax(80px,1fr));max-height:300px;overflow-y:auto;padding:4px}.icon-choice{align-items:center;aspect-ratio:1;background:var(--input-bg);border:1px solid var(--input-border);border-radius:8px;cursor:pointer;display:flex;flex-direction:column;justify-content:center;padding:8px;transition:all .2s}.icon-choice:hover{background:var(--bg-card);border-color:var(--accent-purple)}.icon-choice.selected{background:#f3e8ff;border-color:#7f56d9}.icon-choice span{color:var(--text-muted);font-size:11px;text-align:center;word-break:break-all}.icon-choice.selected ion-icon,.icon-choice.selected span{color:var(--accent-purple);font-weight:600}.svg-upload-box{background:var(--input-bg);border:1px dashed var(--input-border);border-radius:8px;padding:24px;text-align:center}.svg-upload-box input{display:none}.upload-btn-label{background:var(--input-bg);border:1px solid var(--input-border);border-radius:6px;color:var(--text-main);cursor:pointer;display:inline-block;font-size:14px;font-weight:500;padding:8px 16px;transition:all .2s}.upload-btn-label:hover{background:var(--bg-card)}.selected-svg{align-items:center;display:flex;flex-direction:column;gap:8px;margin-top:12px}.selected-svg p{color:#059669;font-size:14px;font-weight:500;margin:0}.selected-svg img{height:48px;object-fit:contain;width:48px}.users-panel{animation:fadeIn .3s ease;display:flex;flex-direction:column;gap:24px}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.users-list{flex:1 1}.users-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.user-item-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:var(--bg-card);border:1px solid var(--border-color);border-radius:16px;display:flex;flex-direction:column;overflow:hidden;padding:16px;transition:all .2s ease}.user-item-card:hover{border-color:var(--accent-purple-border);box-shadow:0 10px 20px #00000026;transform:translateY(-4px)}.user-header-row{gap:16px;margin-bottom:12px}.user-avatar,.user-header-row{align-items:center;display:flex}.user-avatar{background:var(--input-bg);border:1px solid var(--border-color);border-radius:25px;height:50px;justify-content:center;overflow:hidden;width:50px}.user-avatar img{height:100%;object-fit:cover;width:100%}.user-initials{color:var(--accent-purple);font-size:1.2rem;font-weight:700}.user-info{flex:1 1;min-width:0}.user-name{color:var(--text-main);font-size:1.05rem;font-weight:600;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.user-role-badge{border-radius:6px;display:inline-block;font-size:.7rem;font-weight:700;margin-top:4px;padding:4px 8px;text-transform:uppercase}.user-role-badge.tenant{background:#3b82f626;color:#3b82f6}.user-role-badge.dealer{background:#7f56d926;color:#7f56d9}.user-role-badge.admin{background:#ef444426;color:#ef4444}.user-contact-details{border-bottom:1px solid var(--border-color);color:var(--text-muted);display:flex;flex-direction:column;font-size:.85rem;gap:6px;margin-bottom:16px;padding-bottom:16px}.user-contact-details span{align-items:center;display:flex;gap:8px}.card-footer{display:flex;justify-content:flex-end}.empty-state{background:var(--bg-card);border:1.5px dashed var(--border-color);border-radius:16px;color:var(--text-muted);font-size:.95rem;padding:80px 20px;text-align:center}.admin-app-container{background:var(--bg-gradient);color:var(--text-main);display:flex;flex-direction:column;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;height:100vh;overflow:hidden}.admin-header{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:var(--bg-header);border-bottom:1px solid var(--border-color);justify-content:space-between;padding:16px 32px;transition:all .3s ease}.admin-header,.brand-title{align-items:center;display:flex}.brand-title{gap:12px}.brand-logo-svg{color:var(--accent-purple)}.brand-title h1{color:var(--text-main);font-size:1.3rem;font-weight:700;letter-spacing:-.02em;margin:0}.highlight-text{color:var(--accent-purple)}.header-actions{align-items:center;display:flex;gap:16px}.theme-toggle-btn{align-items:center;background:var(--input-bg);border:1px solid var(--input-border);border-radius:20px;color:var(--text-main);cursor:pointer;display:flex;font-size:.85rem;font-weight:500;gap:8px;outline:none;padding:8px 16px;transition:all .2s ease}.theme-toggle-btn:hover{background:var(--border-color);border-color:var(--accent-purple)}.console-status{align-items:center;background:var(--input-bg);border:1px solid var(--input-border);border-radius:20px;color:var(--text-muted);display:flex;font-size:.85rem;gap:8px;padding:8px 16px}.pulse-indicator{animation:pulse 2s infinite;background:#10b981;border-radius:50%;box-shadow:0 0 8px #10b981;display:inline-block;height:8px;width:8px}@keyframes pulse{0%{box-shadow:0 0 0 0 #10b981b3;transform:scale(.95)}70%{box-shadow:0 0 0 6px #10b98100;transform:scale(1)}to{box-shadow:0 0 0 0 #10b98100;transform:scale(.95)}}.admin-body{display:flex;flex:1 1;overflow:hidden}.nav-sidebar{background:var(--bg-sidebar);border-right:1px solid var(--border-color);padding:24px 16px;transition:all .3s ease;width:260px}nav{display:flex;flex-direction:column;gap:12px}.nav-link{align-items:center;background:#0000;border:1px solid #0000;border-radius:12px;color:var(--text-muted);cursor:pointer;display:flex;gap:14px;outline:none;padding:12px 16px;text-align:left;transition:all .2s ease;width:100%}.nav-link:hover{background:var(--bg-card-hover);color:var(--text-main)}.nav-link.active{background:var(--accent-purple-light);border-color:var(--accent-purple-border);color:var(--accent-purple)}.nav-link.active .nav-text p{color:var(--accent-purple);opacity:.8}.nav-text strong{display:block;font-size:.9rem;font-weight:600}.nav-text p{color:var(--text-muted);font-size:.72rem;margin:2px 0 0}.workspace-container{background:#0000;flex:1 1;overflow-y:auto;padding:24px}
/*# sourceMappingURL=main.28b671ef.css.map*/