*{margin:0;padding:0;box-sizing:border-box}:root{--green-dark: #0b1a10;--green-primary: #1a3a22;--green-header: #1e4d2b;--green-light: #4caf50;--green-accent: #25d366;--gold: #ffd700;--bg-chat: #e5ddd5;--bg-sidebar: #111b12;--bg-sidebar-hover: #1a2c1e;--bg-sidebar-active: #233428;--sent-bubble: #005c4b;--received-bubble: #1f2c34;--text-primary: #e9edef;--text-secondary: #8696a0;--text-dark: #111b21;--border-color: #222d19}html,body,#root{height:100%;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;background:var(--green-dark);color:var(--text-primary)}.status-screen{height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--green-dark) 0%,#0d2614 100%)}.status-box{text-align:center;padding:40px}.status-icon{font-size:48px;margin-bottom:16px}.status-error{color:var(--text-secondary);font-size:15px}.login-spinner{width:36px;height:36px;border:3px solid var(--border-color);border-top-color:var(--green-light);border-radius:50%;margin:40px auto;animation:spin .8s linear infinite}.login-spinner.small{width:18px;height:18px;border-width:2px;margin:0}@keyframes spin{to{transform:rotate(360deg)}}.chat-app{display:flex;height:100%;width:100%}.sidebar{width:360px;min-width:360px;border-right:1px solid var(--border-color);display:flex;flex-direction:column;height:100%;position:relative;background:url(/assets/background1-DmGiYoak.png) center/cover no-repeat}.sidebar:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#49525f;opacity:.92;z-index:0}.sidebar>*{position:relative;z-index:1}.sidebar-header{display:flex;align-items:center;justify-content:space-between;padding:10px 16px;background:var(--green-header);min-height:56px}.sidebar-user{display:flex;align-items:center;gap:10px}.sidebar-user-info{display:flex;flex-direction:column}.sidebar-username{font-size:14px;font-weight:600;color:var(--text-primary)}.sidebar-role{font-size:11px;color:var(--green-accent);text-transform:uppercase;letter-spacing:.5px}.sidebar-actions{display:flex;gap:4px}.icon-btn{background:none;border:none;color:var(--text-secondary);padding:8px;border-radius:50%;cursor:pointer;display:flex;align-items:center;transition:all .2s}.icon-btn:hover{background:#ffffff1a;color:var(--text-primary)}.avatar{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:16px;color:#fff;flex-shrink:0}.avatar.small{width:36px;height:36px;font-size:14px}.new-chat-panel{background:#0b1a10d9;border-bottom:1px solid var(--border-color);max-height:300px;overflow-y:auto}.new-chat-title{padding:10px 16px;font-size:12px;text-transform:uppercase;color:var(--green-accent);letter-spacing:1px;font-weight:600}.contact-item{display:flex;align-items:center;gap:12px;padding:10px 16px;cursor:pointer;transition:background .15s;border-bottom:1px solid rgba(255,255,255,.04)}.contact-item:hover{background:#ffffff0f}.contact-item.active{background:#ffffff1a}.contact-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.contact-row{display:flex;align-items:center;justify-content:space-between}.contact-name{font-size:14px;font-weight:500;color:var(--text-primary)}.contact-meta{font-size:12px;color:var(--text-secondary)}.contact-time{font-size:11px;color:var(--text-secondary);flex-shrink:0}.contact-last-msg{font-size:13px;color:var(--text-secondary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:1}.unread-badge{background:var(--green-accent);color:#fff;font-size:11px;font-weight:700;min-width:20px;height:20px;border-radius:10px;display:flex;align-items:center;justify-content:center;padding:0 6px;flex-shrink:0}.conversations-list{flex:1;overflow-y:auto}.empty-text{padding:24px 16px;text-align:center;color:var(--text-secondary);font-size:13px}.chat-area{flex:1;display:flex;flex-direction:column;height:100%;position:relative;background:url(/assets/background1-DmGiYoak.png) center/cover no-repeat}.chat-area:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#00000026;pointer-events:none;z-index:0}.chat-area>*{position:relative;z-index:1}.chat-header{display:flex;align-items:center;gap:10px;padding:10px 16px;background:var(--green-header);min-height:56px}.back-btn{display:none;background:none;border:none;color:var(--text-primary);padding:4px;cursor:pointer}.chat-header-info{display:flex;flex-direction:column}.chat-header-name{font-size:15px;font-weight:600;color:var(--text-primary)}.chat-header-status{font-size:12px;color:var(--green-accent)}.messages-area{flex:1;overflow-y:auto;padding:12px 60px;display:flex;flex-direction:column;gap:2px}.date-divider{text-align:center;margin:12px 0}.date-divider span{background:#111b12bf;color:var(--text-secondary);font-size:12px;padding:4px 12px;border-radius:8px}.message{display:flex;margin-bottom:2px}.message.sent{justify-content:flex-end}.message.received{justify-content:flex-start}.message-bubble{max-width:65%;padding:6px 10px;border-radius:8px;position:relative;word-wrap:break-word}.message.sent .message-bubble{background:var(--sent-bubble);color:var(--text-primary);border-top-right-radius:2px}.message.received .message-bubble{background:var(--received-bubble);color:var(--text-primary);border-top-left-radius:2px}.message-bubble p{font-size:14px;line-height:1.4;margin-bottom:2px}.message-time{font-size:11px;color:#ffffff80;display:flex;align-items:center;justify-content:flex-end;gap:3px}.read-status{font-size:13px;color:#fff6}.read-status.read{color:#53bdeb}.message-image-wrapper{margin:-2px -4px 2px}.message-image{max-width:280px;max-height:320px;border-radius:6px;cursor:pointer;display:block;object-fit:cover;transition:opacity .2s}.message-image:hover{opacity:.9}.message-image-wrapper p{margin-top:4px}.message-file{display:flex;align-items:center;gap:10px;padding:6px 4px;text-decoration:none;color:inherit;min-width:200px}.message-file:hover{opacity:.85}.file-icon{width:40px;height:40px;border-radius:8px;background:#ffffff1a;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--text-secondary)}.file-info{display:flex;flex-direction:column;min-width:0}.file-name{font-size:13px;font-weight:500;color:var(--text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.file-size{font-size:11px;color:var(--text-secondary)}.lightbox{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000e6;z-index:1000;display:flex;align-items:center;justify-content:center;cursor:pointer}.lightbox img{max-width:90vw;max-height:90vh;object-fit:contain;border-radius:4px}.lightbox-close{position:absolute;top:16px;right:20px;background:none;border:none;color:#fff;font-size:28px;cursor:pointer;padding:8px;line-height:1}.upload-bar{display:flex;align-items:center;gap:8px;padding:6px 16px;background:#111b12e6;color:var(--text-secondary);font-size:12px}.chat-input-area{display:flex;align-items:center;gap:4px;padding:10px 12px;background:var(--bg-sidebar)}.input-icon{padding:6px;flex-shrink:0}.chat-input{flex:1;padding:10px 14px;border-radius:8px;border:none;background:var(--green-dark);color:var(--text-primary);font-size:14px;outline:none}.chat-input::placeholder{color:var(--text-secondary)}.send-btn{display:flex;align-items:center;gap:6px;padding:10px 18px;border-radius:8px;border:none;background:var(--green-light);color:#fff;font-size:14px;font-weight:600;cursor:pointer;transition:background .2s;white-space:nowrap}.send-btn:hover:not(:disabled){background:#43a047}.send-btn:disabled{opacity:.5;cursor:default}.empty-chat{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;color:var(--text-secondary)}.empty-chat-icon{font-size:72px;opacity:.4}.empty-chat h2{font-size:24px;color:var(--text-primary);opacity:.6}.empty-chat p{font-size:14px}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#ffffff26;border-radius:3px}@media (max-width: 768px){.sidebar{width:100%;min-width:100%}.chat-area{width:100%}.hide-mobile{display:none!important}.back-btn{display:flex}.messages-area{padding:12px 16px}.message-bubble{max-width:80%}}
