:root{font-family:Tahoma,Segoe UI,sans-serif;color:#111827;background:#eef1f5;font-synthesis:none}*{box-sizing:border-box}body{margin:0;min-width:320px}button,input,textarea,select{font:inherit}.font-regular{font-family:Tahoma,Segoe UI,sans-serif}button{cursor:pointer}.spin{animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.login-page{min-height:100vh;display:grid;place-items:center;padding:20px;background:radial-gradient(circle at top right,#dff6f4,transparent 38%),#f4f6f8}.login-card{width:min(430px,100%);background:#fff;border:1px solid #e5e7eb;border-radius:24px;padding:36px;box-shadow:0 24px 70px #0f172a16}.brand-mark{display:flex;align-items:center;gap:10px;color:#0b1220;font-weight:800}.brand-mark svg{width:38px;height:38px}.login-card h1{font-size:26px;margin:28px 0 8px}.login-card>p{color:#64748b;line-height:1.8;margin-bottom:28px}.login-card label{display:block;font-size:13px;margin-bottom:8px;color:#475569}.phone-field{height:52px;border:1px solid #d8dee8;border-radius:13px;display:flex;align-items:center;padding:0 14px;gap:10px}.phone-field:focus-within{border-color:#111827;box-shadow:0 0 0 3px #11182710}.phone-field svg{width:20px;color:#64748b}.phone-field input{border:0;outline:0;width:100%;font-size:17px}.primary-button{width:100%;min-height:48px;margin-top:18px;border:0;border-radius:12px;background:#0b1220;color:#fff;display:flex;align-items:center;justify-content:center}.primary-button:disabled{opacity:.5;cursor:not-allowed}.primary-button svg{width:20px}.form-error{min-height:24px;margin-top:14px;color:#dc2626;font-size:13px;text-align:center}.back-button,.resend{border:0;background:transparent;color:#2563eb;display:flex;align-items:center;gap:6px}.back-button svg{width:17px}.sent-to{text-align:center;color:#475569;margin:24px 0 15px}.otp{display:flex;justify-content:center;gap:10px}.otp input{width:54px;height:58px;border:1px solid #d8dee8;border-radius:12px;text-align:center;font-size:25px;outline:0}.otp input:focus{border-color:#111827;box-shadow:0 0 0 3px #11182710}.resend{margin:14px auto 0}.resend:disabled{color:#94a3b8}.chat-app{height:100vh;display:flex;flex-direction:column;background:#f3f5f8}.app-header{height:68px;flex-shrink:0;background:#0b1220;color:#fff;display:flex;align-items:center;justify-content:space-between;padding:0 20px}.app-brand,.header-actions{display:flex;align-items:center;gap:12px}.app-brand>svg{width:35px;height:35px;color:#63cbd0}.app-brand div,.admin-name{display:flex;flex-direction:column}.app-brand small,.admin-name small{font-size:11px;color:#94a3b8;margin-top:3px}.header-actions button{width:40px;height:40px;border:1px solid #334155;border-radius:10px;background:#172033;color:#fff;display:grid;place-items:center}.header-actions svg{width:19px}.app-tabs{height:58px;display:flex;align-items:center;gap:8px;padding:8px 18px;background:#fff;border-bottom:1px solid #e2e8f0}.app-tabs button{position:relative;border:0;background:#f1f5f9;padding:10px 15px;border-radius:10px;display:flex;align-items:center;gap:7px;color:#475569}.app-tabs button.active{background:#0b1220;color:#fff}.app-tabs svg{width:18px}.unread-total,.unread-badge{display:inline-flex;align-items:center;justify-content:center;background:#dc2626;color:#fff;border-radius:99px;font-style:normal;font-size:10px;min-width:21px;height:21px;padding:0 5px}.app-error{position:fixed;z-index:100;top:78px;left:50%;transform:translate(-50%);max-width:90%;background:#fff1f2;color:#be123c;border:1px solid #fecdd3;padding:10px 18px;border-radius:10px;box-shadow:0 8px 24px #0002;cursor:pointer}.chat-grid{flex:1;min-height:0;display:grid;grid-template-columns:300px minmax(360px,1fr) 280px}.conversation-list,.chat-room,.customer-panel{background:#fff;border-left:1px solid #e2e8f0;min-height:0}.conversation-list{display:flex;flex-direction:column}.conversation-list>header,.room-header{height:68px;display:flex;align-items:center;justify-content:space-between;padding:12px 15px;border-bottom:1px solid #e2e8f0;flex-shrink:0}.conversation-list h2{font-size:17px;margin:0}.conversation-list header small{color:#94a3b8}.conversation-list header button,.mobile-back{border:0;background:#f1f5f9;border-radius:9px;width:36px;height:36px;display:grid;place-items:center}.conversation-list header svg{width:18px}.conversation-items{overflow:auto}.conversation-items>button{width:100%;border:0;border-bottom:1px solid #f1f5f9;background:#fff;padding:12px;display:grid;grid-template-columns:42px 1fr auto;align-items:center;gap:9px;text-align:right}.conversation-items>button:hover,.conversation-items>button.selected{background:#eff8ff}.avatar{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:#dff6f4;color:#087e85;font-weight:800}.conversation-title,.conversation-state{display:flex;flex-direction:column;min-width:0}.conversation-title b,.conversation-title small{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.conversation-title small,.conversation-state small{font-size:11px;color:#94a3b8;margin-top:5px}.conversation-state{align-items:flex-end}.chat-room{display:flex;flex-direction:column;overflow:hidden}.room-header>div{display:flex;flex-direction:column}.room-header small{font-size:11px;color:#64748b;margin-top:5px}.room-header select{border:1px solid #d8dee8;padding:7px;border-radius:8px;background:#fff}.mobile-back{display:none}.typing{display:inline-flex!important;align-items:center;gap:7px;color:#15803d!important;font-weight:700}.typing:before{content:"";width:7px;height:7px;border-radius:50%;background:#22c55e;animation:pulse 1s infinite}@keyframes pulse{50%{transform:scale(1.35);opacity:.5}}.messages{flex:1;overflow:auto;background:#f6f7f9;padding:18px;display:flex;flex-direction:column;gap:9px}.message{align-self:flex-start;max-width:78%;background:#fff;border:1px solid #edf0f3;padding:10px 13px;border-radius:15px 15px 15px 4px;box-shadow:0 1px 2px #00000008;display:flex;flex-direction:column}.message.mine{align-self:flex-end;background:#dcfce7;border-color:#d1fae5;border-radius:15px 15px 4px}.message.system{align-self:center;background:#e2e8f0}.message-meta{direction:ltr;display:flex;align-items:center;gap:5px;margin-top:5px}.message-meta time{font-size:9px;color:#94a3b8}.read-receipt{display:inline-flex;color:#9ca3af}.read-receipt.read{color:#1687f8}.read-receipt svg{width:16px;height:16px}.image-attachment img{display:block;max-width:min(320px,100%);max-height:300px;border-radius:10px;margin-top:6px}.file-attachment{color:#2563eb;margin-top:6px}.typing-bubble{font-weight:800;letter-spacing:4px}.loading{margin:auto}.quick-replies{display:flex;gap:7px;padding:7px 10px;background:#fff;overflow-x:auto;border-top:1px solid #eef2f7;flex-shrink:0}.quick-replies button{white-space:nowrap;border:1px solid #d8dee8;background:#fff;border-radius:99px;padding:6px 11px}.composer{display:flex;align-items:flex-end;gap:8px;background:#fff;border-top:1px solid #e2e8f0;padding:10px;flex-shrink:0}.composer label,.send-button{width:40px;height:40px;display:grid;place-items:center;border-radius:10px;color:#334155}.composer label{cursor:pointer}.composer textarea{flex:1;min-height:40px;max-height:100px;resize:none;border:0;background:#f4f6f8;border-radius:10px;padding:10px;outline:0}.send-button{border:0;background:#0b1220;color:#fff}.send-button:disabled{opacity:.35}.composer svg{width:20px}.empty-room{margin:auto;text-align:center;color:#94a3b8}.empty-room svg{width:55px;height:55px}.empty-room h2{font-size:18px;color:#64748b}.customer-panel{padding:16px;overflow:auto}.customer-panel h3{font-size:14px;display:flex;align-items:center;gap:7px;margin:12px 0}.customer-panel h3 svg{width:18px}.customer-panel dl{margin:0}.customer-panel dt{font-size:10px;color:#94a3b8;margin-top:12px}.customer-panel dd{margin:4px 0;overflow-wrap:anywhere}.order{border:1px solid #e2e8f0;border-radius:10px;padding:10px;margin:8px 0;display:flex;flex-direction:column;gap:7px}.order button{border:0;background:#eef2ff;color:#4338ca;border-radius:7px;padding:6px}.muted{color:#94a3b8;font-size:12px}.settings-page{flex:1;overflow:auto;padding:20px;display:grid;gap:16px}.settings-page section{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:18px}.settings-page section>header{display:flex;align-items:center;justify-content:space-between}.settings-page h2{font-size:17px;margin:0 0 15px}.settings-page button{border:0;background:#0b1220;color:#fff;padding:8px 12px;border-radius:8px}.settings-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.settings-form label{display:flex;flex-direction:column;gap:7px;font-size:12px}.settings-form label.check{flex-direction:row;align-items:center}.settings-form input,.setting-row input,.setting-row textarea{border:1px solid #d8dee8;border-radius:8px;padding:8px}.primary-button.compact{width:max-content;min-width:140px;margin:0}.setting-row{display:grid;grid-template-columns:180px 1fr auto auto;gap:8px;margin-top:9px}.setting-row textarea{resize:vertical;min-height:42px}.setting-row button.danger{background:#fff1f2;color:#be123c}.settings-loader{margin:auto}@media(max-width:1000px){.chat-grid{grid-template-columns:270px 1fr}.customer-panel{display:none}}@media(max-width:680px){.app-header{height:60px;padding:0 12px}.admin-name,.app-brand small{display:none}.app-tabs{height:54px;padding:7px 10px}.chat-grid{display:block;position:relative}.conversation-list{height:100%}.chat-room,.chat-grid.has-selection .conversation-list{display:none}.chat-grid.has-selection .chat-room{display:flex;height:100%}.mobile-back{display:grid}.room-header{height:62px}.messages{padding:12px}.message{max-width:88%}.settings-page{padding:10px}.settings-form,.setting-row{grid-template-columns:1fr}.login-card{padding:25px 20px}.otp input{width:48px;height:54px}}
