:root{--bg-main: #f0f2f5;--bg-sidebar: #ffffff;--bg-chat: #efeae2;--bg-chat-header: #f0f2f5;--border-lighter: #e9edef;--text-main: #111b21;--text-muted: #667781;--text-active: #00a884;--bubble-out: #d9fdd3;--bubble-in: #ffffff;--accent: #00a884;--hover-bg: #f5f6f6;--active-bg: #f0f2f5;--font-main: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-main);background-color:#d1d7db;background-image:linear-gradient(180deg,#00a884 127px,#d1d7db 0);color:var(--text-main);height:100vh;display:flex;justify-content:center;align-items:center;overflow:hidden}.app-container{width:95vw;height:95vh;max-width:1600px;display:flex;background:#ffffff;box-shadow:0 6px 18px #0000000d;overflow:hidden}.sidebar{width:30%;min-width:350px;max-width:500px;border-right:1px solid var(--border-lighter);display:flex;flex-direction:column;background:var(--bg-sidebar)}.sidebar-header{height:60px;padding:10px 16px;background:#f0f2f5;display:flex;align-items:center;justify-content:space-between}.sidebar-header h2{font-size:1.1rem;font-weight:700}.chat-list{flex:1;overflow-y:overlay;background:#fff}.chat-list::-webkit-scrollbar{width:6px}.chat-list::-webkit-scrollbar-thumb{background:rgba(0,0,0,.1)}.chat-item{height:72px;padding:0 16px;display:flex;align-items:center;cursor:pointer;transition:background .1s ease;border-bottom:1px solid #f5f6f6}.chat-item:hover{background:var(--hover-bg)}.chat-item.active{background:var(--active-bg)}.avatar{width:49px;height:49px;border-radius:50%;background:#dfe5e7;margin-right:15px;display:flex;align-items:center;justify-content:center;font-weight:600;color:#fff;flex-shrink:0}.chat-info{flex:1;min-width:0}.chat-top{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:2px}.chat-title{font-size:1rem;font-weight:400;color:var(--text-main);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chat-time{font-size:.75rem;color:var(--text-muted)}.chat-bottom{display:flex;align-items:center;font-size:.85rem;color:var(--text-muted)}.chat-preview{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.unread-badge{background:#25d366;color:#fff;min-width:20px;height:20px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;margin-left:auto;padding:0 6px;box-shadow:0 1px 1px #0000001a}.chat-view{flex:1;display:flex;flex-direction:column;background:var(--bg-chat);position:relative}.chat-view:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:url(/Background\ chat.png);background-repeat:repeat;background-size:400px;opacity:.25;z-index:0;pointer-events:none}.chat-header{height:60px;padding:10px 16px;background:#f0f2f5;display:flex;align-items:center;z-index:10;border-left:1px solid rgba(0,0,0,.05)}.chat-header .avatar{width:40px;height:40px;margin-right:15px}.chat-header-info{flex:1}.chat-header-info .name{font-size:1rem;font-weight:500}.messages-container{flex:1;padding:20px 7%;overflow-y:auto;display:flex;flex-direction:column;z-index:1;overflow-anchor:none}.date-header{display:flex;justify-content:center;margin:15px 0 20px;position:sticky;top:5px;z-index:20}.date-header span{background:#ffffff;color:#54656f;padding:6px 14px;border-radius:7.5px;font-size:12.5px;font-weight:500;box-shadow:0 1px .5px #00000021;text-transform:uppercase}.messages-container::-webkit-scrollbar{width:6px}.messages-container::-webkit-scrollbar-thumb{background:rgba(0,0,0,.08)}.message-group{display:flex;flex-direction:column;margin-bottom:12px}.message{max-width:65%;padding:6px 7px 8px 9px;border-radius:7.5px;position:relative;font-size:14.2px;line-height:19px;margin-bottom:2px;word-wrap:break-word;box-shadow:0 1px .5px #0b141a21}.message.in{align-self:flex-start;background:var(--bubble-in);border-radius:7.5px}.message.out{align-self:flex-end;background:var(--bubble-out);border-radius:7.5px}.message.in.first{border-bottom-left-radius:0}.message.out.first{border-bottom-right-radius:0}.message.in.first:before{content:"";position:absolute;bottom:-5px;left:-4px;width:8px;height:13px;background-color:var(--bubble-in);-webkit-mask-image:url(/tail-msg-received.svg);-webkit-mask-size:contain;-webkit-mask-repeat:no-repeat;mask-image:url(/tail-msg-received.svg);mask-size:contain;mask-repeat:no-repeat}.message.out.first:after{content:"";position:absolute;bottom:-5px;right:-4px;width:8px;height:13px;background-color:var(--bubble-out);-webkit-mask-image:url(/tail-msg-sended.svg);-webkit-mask-size:contain;-webkit-mask-repeat:no-repeat;mask-image:url(/tail-msg-sended.svg);mask-size:contain;mask-repeat:no-repeat}.message .sender-name{font-size:13px;font-weight:700;color:#128c7e;margin-bottom:2px}.message-content{color:var(--text-main)}.message-footer{display:flex;justify-content:flex-end;align-items:center;margin-top:2px;gap:4px}.message .timestamp{font-size:11px;color:var(--text-muted)}.media-item.large{aspect-ratio:auto;height:auto;max-height:220px;max-width:220px;min-height:150px;background:#f0f2f5;object-fit:contain;border-radius:4px}.chat-input-area{padding:10px 16px;background:#f0f2f5;display:flex;align-items:center;gap:12px;z-index:10}.chat-input-area input{flex:1;background:#ffffff;border:none;padding:10px 16px;border-radius:8px;color:var(--text-main);font-size:15px;outline:none}.empty-state{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#f8f9fa;border-bottom:6px solid #43c960}.empty-state h1{font-weight:300;color:#41525d;margin-top:28px}.empty-state p{color:#667781;font-size:.85rem;margin-top:18px;text-align:center;max-width:450px;line-height:20px}.qr-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:rgba(11,20,26,.95);z-index:9999;display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);animation:fadeIn .4s ease}.qr-card{background:white;padding:40px;border-radius:24px;text-align:center;width:90%;max-width:450px;box-shadow:0 20px 40px #0006}.qr-logo{width:80px;margin-bottom:20px;border-radius:50%}.qr-status-text{color:var(--accent);font-weight:500;font-size:14px;letter-spacing:.5px}.property-group-wrapper{margin:15px 0;padding:15px;background:rgba(32,44,51,.4);border-radius:12px;border-left:4px solid var(--accent-color)}.property-group-content{display:flex;flex-direction:column;gap:4px}.property-group-wrapper.created{border-left:4px solid #00a884;background:rgba(0,168,132,.05)}.property-group-header-label{font-size:.75rem;font-weight:600;color:var(--accent-color);text-transform:uppercase;margin-bottom:12px;letter-spacing:.5px;display:flex;align-items:center;gap:6px;padding-left:5px}.media-batch-container{display:flex;align-items:center;gap:15px;margin:10px 0;padding:10px;background:rgba(255,255,255,.5);border-radius:12px;width:fit-content;max-width:350px}.media-batch-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:4px;background:#e9edef;padding:4px;border-radius:8px;width:200px;position:relative}.media-batch-item{position:relative;aspect-ratio:1/1;background:#dfe5e7;border-radius:4px;overflow:hidden}.media-batch-item img{width:100%;height:100%;object-fit:cover}.media-batch-more{position:absolute;top:0;right:0;bottom:0;left:0;background:rgba(11,20,26,.6);color:#fff;display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:700}.media-batch-footer{font-size:12px;color:var(--text-muted);font-weight:500}.property-group-wrapper.created .property-group-header-label{color:#00a884}.property-group-wrapper.pending{border-left:4px solid #007bff;background:rgba(32,44,51,.4);position:relative}.pending-indicator{display:flex;align-items:center;gap:12px;width:100%;background:rgba(255,255,255,.1);padding:6px 12px;border-radius:8px;border:1px solid rgba(0,123,255,.3)}.pending-icon{font-size:18px;animation:pulse 1s infinite alternate}@keyframes pulse{0%{transform:scale(1);opacity:.8}to{transform:scale(1.2);opacity:1}}.pending-text{font-size:13px;font-weight:600;color:#007bff;white-space:nowrap}.pending-progress-container{flex:1;height:6px;background:#e9ecef;border-radius:3px;overflow:hidden;margin-left:10px}.pending-progress-bar{height:100%;background:#007bff;border-radius:3px;transition:width .4s ease;box-shadow:0 0 10px #007bff80}.property-link{color:#06c;text-decoration:underline;font-weight:700;cursor:pointer;transition:color .2s ease}.property-link:hover{color:#049;text-decoration:underline}.message{transition:background-color .4s ease,border-color .4s ease}.message.noise{background-color:#fff1f0!important;border:1px solid #ffa39e!important;opacity:.8}.message.noise .message-content{color:#8c8c8c;text-decoration:line-through;font-size:13px}.message.grouped{border-left:3px solid #00a884}.manual-action-bar{position:absolute;bottom:60px;left:20px;right:20px;background:white;padding:12px 20px;border-radius:12px;box-shadow:0 -4px 15px #0000001a,0 4px 15px #0000001a;display:flex;justify-content:space-between;align-items:center;z-index:100;border:1px solid var(--border-lighter)}.selection-info{font-size:14px;font-weight:500;color:var(--text-main);display:flex;align-items:center;gap:15px}.group-selection-container{display:flex;align-items:center;gap:8px;margin-left:5px;padding-left:15px;border-left:1px solid var(--border-lighter);font-size:13px;color:var(--text-muted)}.group-selection-container input{cursor:pointer;width:16px;height:16px;accent-color:var(--accent)}.action-buttons{display:flex;gap:10px}.btn-action{padding:8px 16px;border-radius:8px;border:none;cursor:pointer;font-size:13px;font-weight:600;transition:transform .1s}.btn-action:active{transform:scale(.95)}.btn-noise{background:#f0f2f5;color:#667781}.btn-group{background:#00a884;color:#fff}.btn-cancel{background:transparent;color:#ea0038;border:1px solid #ea0038}.message-checkbox-container{display:flex;align-items:center;gap:10px;position:relative}.msg-checkbox{width:20px;height:20px;cursor:pointer;accent-color:#00a884}.scroll-to-bottom-btn{position:absolute;bottom:80px;right:30px;background:white;color:var(--text-main);border:none;padding:10px 18px;border-radius:50px;box-shadow:0 2px 10px #0003;cursor:pointer;font-size:14px;font-weight:500;z-index:1000;animation:slideUp .3s ease-out;display:flex;align-items:center;gap:8px;transition:bottom .3s ease}.scroll-to-bottom-btn.shifted{bottom:140px}.scroll-to-bottom-btn:hover{background:#f0f2f5;transform:translateY(-2px)}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.toast-container{position:fixed;top:25px;left:50%;transform:translate(-50%);z-index:10000;min-width:320px;max-width:500px;animation:toastIn .4s cubic-bezier(.175,.885,.32,1.275)}.toast-content{background:#ffffff;padding:14px 20px;border-radius:12px;box-shadow:0 8px 30px #0003;display:flex;align-items:center;justify-content:space-between;gap:15px;font-size:14px;font-weight:500;color:#111b21}.toast-container.error .toast-content{background:#ff4d4f;background-image:linear-gradient(135deg,#ea0038 0%,#ff4d4f 100%);color:#fff;border:1px solid rgba(255,255,255,.2);animation:shake .5s ease-in-out}.toast-close{background:transparent;border:none;color:inherit;font-size:18px;cursor:pointer;padding:0 5px;opacity:.8}@keyframes toastIn{0%{top:-60px;opacity:0}to{top:25px;opacity:1}}@keyframes shake{0%,to{transform:translate(0)}20%,60%{transform:translate(-5px)}40%,80%{transform:translate(5px)}}.submission-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:rgba(11,20,26,.6);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:9998;display:flex;flex-direction:column;align-items:center;animation:fadeIn .3s ease}.submission-overlay.error-overlay{background:rgba(11,20,26,.75)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.submission-banner{position:fixed;top:0;left:0;right:0;padding:20px 30px;display:flex;flex-direction:column;align-items:center;gap:12px;z-index:9999;animation:slideDown .4s ease-out}@keyframes slideDown{0%{transform:translateY(-100%);opacity:0}to{transform:translateY(0);opacity:1}}.submission-banner.processing{background:linear-gradient(135deg,#f0f2f5 0%,#e8ecef 100%);border-bottom:3px solid #00a884;box-shadow:0 4px 20px #00000026}.submission-banner.success{background:linear-gradient(135deg,#00a884 0%,#00c49a 100%);color:#fff;border-bottom:3px solid #00875a;box-shadow:0 4px 20px #00a88466}.submission-banner.error{background:linear-gradient(135deg,#ffffff 0%,#fff5f5 100%);border-bottom:3px solid #ea0038;box-shadow:0 4px 30px #ea003833;padding:25px 30px;max-width:500px;margin:80px auto 0;border-radius:16px;position:relative;top:auto}.banner-content{display:flex;align-items:center;gap:12px;font-size:16px;font-weight:500;color:#111b21}.submission-banner.success .banner-content{color:#fff;font-size:18px}.banner-icon{font-size:24px}.banner-text{letter-spacing:.3px}.banner-header{display:flex;align-items:center;gap:10px;margin-bottom:8px}.banner-title{font-size:18px;font-weight:600;color:#ea0038}.error-details{width:100%;padding:15px;background:#fff0f0;border-radius:10px;margin:10px 0}.error-subtitle{font-size:13px;font-weight:600;color:#667781;margin-bottom:10px;text-transform:uppercase;letter-spacing:.5px}.error-list{list-style:none;padding:0;margin:0}.error-list li{padding:8px 12px;background:white;border-radius:6px;margin-bottom:6px;font-size:14px;border-left:3px solid #ea0038}.error-field{font-weight:600;color:#111b21}.error-message{color:#667781;font-size:13px}.error-generic{font-size:14px;color:#111b21;line-height:1.5}.banner-actions{display:flex;gap:12px;margin-top:15px;width:100%;justify-content:center}.btn-retry{background:#00a884;color:#fff;border:none;padding:12px 24px;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease}.btn-retry:hover{background:#00875a;transform:translateY(-1px)}.btn-close{background:transparent;color:#667781;border:1px solid #e9edef;padding:12px 24px;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease}.btn-close:hover{background:#f0f2f5;color:#111b21}.progress-bar-container{width:300px;max-width:80%;height:6px;background:rgba(0,0,0,.1);border-radius:3px;overflow:hidden}.progress-bar{height:100%;background:linear-gradient(90deg,#00a884 0%,#00c49a 100%);border-radius:3px;transition:width .5s ease;animation:progressPulse 1.5s ease-in-out infinite}@keyframes progressPulse{0%,to{opacity:1}50%{opacity:.7}}.sidebar-controls{display:flex;gap:8px;margin-left:auto}.view-toggle{background:transparent;border:none;font-size:20px;cursor:pointer;padding:8px;border-radius:8px;transition:background .2s;opacity:.6}.view-toggle.active{background:rgba(0,168,132,.1);opacity:1}.global-action-btn{background:transparent;border:1px solid #e0e0e0;font-size:16px;cursor:pointer;padding:6px 10px;border-radius:8px;transition:all .2s}.global-action-btn:hover,.global-action-btn.submit{background:rgba(0,168,132,.1);border-color:var(--accent)}.sidebar-search{padding:8px 15px;background:#fff;border-bottom:1px solid var(--border-lighter)}.search-input-wrapper{background:#f0f2f5;border-radius:8px;display:flex;align-items:center;padding:0 12px;height:35px}.search-icon{font-size:14px;color:#667781;margin-right:10px}.search-input-wrapper input{background:transparent;border:none;outline:none;flex:1;font-size:14px;color:var(--text-main)}.clear-search{background:transparent;border:none;color:#667781;cursor:pointer;font-size:12px;padding:4px}.search-results{padding:10px 0}.search-result-item{padding:12px 16px;border-bottom:1px solid #f5f6f6;cursor:pointer;transition:background .2s}.search-result-item:hover{background:var(--hover-bg)}.result-header{display:flex;justify-content:space-between;margin-bottom:4px}.result-chat{font-size:13px;font-weight:600;color:var(--accent)}.result-time{font-size:11px;color:var(--text-muted)}.result-body{font-size:13px;color:var(--text-main);display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.result-tag{display:inline-block;margin-top:6px;font-size:10px;font-weight:700;background:#e7f8f2;color:#00a884;padding:2px 6px;border-radius:4px}.search-loading,.search-empty{padding:20px;text-align:center;color:var(--text-muted);font-size:14px}.properties-header{justify-content:space-between;background:#f0f2f5;border-bottom:1px solid rgba(0,0,0,.08)}.subtitle{font-size:.78rem;color:var(--text-muted);font-weight:500}.date-filter-panel{display:flex;align-items:center;gap:12px;background:#ffffff;padding:6px 14px;border-radius:50px;box-shadow:0 2px 8px #0000000f;border:1px solid var(--border-lighter)}.filter-group{display:flex;align-items:center;gap:8px}.filter-label{font-size:.72rem;font-weight:700;color:var(--text-muted);text-transform:uppercase}.date-input{border:none!important;background:transparent!important;font-size:.85rem!important;color:var(--text-main)!important;font-family:inherit!important;outline:none!important;cursor:pointer;padding:0!important}.refresh-fab{background:var(--accent);color:#fff;border:none;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .2s,background .2s;font-size:14px}.refresh-fab:hover{transform:rotate(180deg);background:#008f6f}.refresh-fab:active{transform:scale(.9)}.properties-dashboard{flex:1;display:flex;flex-direction:column;height:100%;min-height:0;overflow:hidden}.properties-dashboard .messages-container{flex:1;padding:20px;overflow-y:auto;display:grid;grid-template-columns:repeat(auto-fill,minmax(380px,1fr));gap:25px;align-items:start}.property-group-wrapper{transition:transform .2s,box-shadow .2s;background:#fff!important;box-shadow:0 4px 12px #00000014}.property-group-wrapper:hover{transform:translateY(-5px);box-shadow:0 8px 24px #0000001f}.property-media-album{margin:10px 0 15px;display:flex;flex-direction:column;align-items:center}.property-media-album .media-batch-grid{width:100%;max-width:320px;aspect-ratio:4/3;height:auto;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,1fr)}.property-media-album .media-batch-item{width:100%;height:100%}.album-count{font-size:11px;color:var(--text-muted);margin-top:8px;font-weight:600}.property-texts{display:flex;flex-direction:column;gap:12px;padding:0 5px}.property-text-item{background:#f8f9fa;padding:10px;border-radius:8px;border-left:3px solid #e9edef}.property-text-item .msg-body{font-size:13.5px;line-height:1.5;white-space:pre-wrap;color:var(--text-main)}.property-text-item .msg-meta{font-size:10px;color:var(--text-muted);margin-top:6px;text-align:right;font-weight:500}.video-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.2);font-size:24px}.auto-analyze-btn{background:rgba(0,168,132,.1);color:var(--accent);border:1px solid var(--accent);padding:2px 8px;border-radius:20px;font-size:10px;font-weight:700;cursor:pointer;transition:all .2s;display:flex;align-items:center;gap:4px}.auto-analyze-btn:hover{background:var(--accent);color:#fff;box-shadow:0 2px 6px #00a8844d}.suggestion-label{font-weight:800;font-size:11px;letter-spacing:.5px}.btn-create-direct{background:#ffffff!important;color:#4a90e2!important;border:none!important;padding:6px 14px!important;border-radius:20px!important;font-size:11px!important;font-weight:700!important;cursor:pointer;box-shadow:0 2px 5px #00000026;transition:transform .2s,box-shadow .2s}.btn-create-direct:hover{transform:translateY(-1px);box-shadow:0 4px 8px #00000040;background:#f8f9fa!important}.btn-create-direct:active{transform:translateY(0)}.pending-indicator{display:flex;align-items:center;gap:8px;font-size:12px}.rejected-dashboard{display:flex;flex-direction:column;height:100%;background:var(--bg-chat)}.rejected-list{padding:15px;overflow-y:auto}.error-category{background:var(--bg-sidebar);border-radius:10px;margin-bottom:12px;overflow:hidden;box-shadow:0 1px 3px #0000001a}.error-category-header{display:flex;align-items:center;gap:12px;padding:14px 16px;cursor:pointer;background:#fff5f5;border-bottom:1px solid var(--border-lighter);transition:background .2s}.error-category-header:hover{background:#ffecec}.error-toggle{font-size:10px;color:var(--text-muted);width:16px}.error-message{flex:1;font-size:13px;color:#c53030;font-weight:600}.error-count{background:#fed7d7;color:#c53030;padding:3px 10px;border-radius:12px;font-size:11px;font-weight:700}.error-groups-list{padding:10px;display:flex;flex-direction:column;gap:10px;max-height:400px;overflow-y:auto}.rejected-group-item{background:#fafafa;border:1px solid var(--border-lighter);border-radius:8px;padding:12px}.rejected-group-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.rejected-group-chat{font-weight:600;font-size:12px;color:var(--text-main)}.rejected-group-count{font-size:11px;color:var(--text-muted);background:var(--hover-bg);padding:2px 8px;border-radius:10px}.rejected-group-description{font-size:12px;color:var(--text-muted);line-height:1.5;margin-bottom:10px;padding:8px;background:#fff;border-radius:6px;border-left:3px solid #e9edef;max-height:100px;overflow-y:auto;white-space:pre-wrap}.rejected-group-actions{display:flex;gap:8px;justify-content:flex-end}.btn-retry,.btn-ignore{padding:6px 12px;border-radius:16px;font-size:11px;font-weight:600;cursor:pointer;border:none;transition:all .2s}.btn-retry{background:#e6fffa;color:#00a884}.btn-retry:hover{background:#00a884;color:#fff}.btn-ignore{background:#f5f5f5;color:#666}.btn-ignore:hover{background:#e53e3e;color:#fff}.btn-clear-error{background:#fff5f5;color:#c53030;border:1px solid #feb2b2;padding:6px 12px;border-radius:6px;font-size:12px;font-weight:600;cursor:pointer;margin-right:15px;transition:all .2s}.btn-clear-error:hover{background:#c53030;color:#fff;border-color:#c53030}.error-category-header{display:flex;align-items:center;background:#f8fafc;border-bottom:1px solid #e2e8f0;padding:12px 16px}
