html,body,#root{height:100%;margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#172033}*,*:before,*:after{box-sizing:border-box}button,input,textarea{font:inherit}.entry{min-height:100dvh;display:grid;place-items:center;background:linear-gradient(135deg,rgb(15 118 110 / 12%),transparent 42%),linear-gradient(315deg,rgb(29 78 216 / 10%),transparent 38%),#f4f7f8;padding:24px}.entry-panel{width:min(440px,100%);background:#fffffff5;border:1px solid #dfe8eb;border-radius:8px;padding:28px;box-shadow:0 24px 60px #0f172a1f}.mark{width:48px;height:48px;display:grid;place-items:center;background:#0f766e;color:#fff;border-radius:8px;box-shadow:inset 0 -10px #ffffff24}h1{margin:16px 0 24px;color:#0f172a;font-size:28px;line-height:1.2}.form{display:grid;gap:14px}label{display:grid;gap:6px;color:#475569;font-size:14px;font-weight:600}input,textarea{min-width:0;border:1px solid #cfd8e3;border-radius:8px;padding:10px 12px;outline:none;color:#172033;background:#fff;transition:border-color .16s ease,box-shadow .16s ease}input:focus,textarea:focus{border-color:#0f766e;box-shadow:0 0 0 3px #0f766e1f}textarea{min-height:86px;resize:vertical}button{border:0;border-radius:8px;background:#0f766e;color:#fff;padding:10px 14px;cursor:pointer;transition:background .16s ease,transform .16s ease}button:hover{background:#0b665f}button:active{transform:translateY(1px)}.error{color:#b42318;font-size:14px}.chat-page{min-height:100%;background:linear-gradient(135deg,rgb(15 118 110 / 10%),transparent 40%),#e9eff2;display:grid;place-items:center;padding:20px}.chat-shell{width:min(760px,100%);height:min(820px,calc(100vh - 40px));display:grid;grid-template-rows:auto 1fr auto;background:#fff;border:1px solid #d6e0e6;border-radius:8px;overflow:hidden;box-shadow:0 24px 64px #0f172a29;max-height:calc(100vh - 40px)}.chat-header{padding:16px 18px;border-bottom:1px solid #e5ecf3;display:flex;align-items:center;justify-content:space-between;gap:12px;background:#fff}.chat-header strong{color:#0f172a;font-size:16px;font-weight:600}.status-tag{padding:4px 12px;border-radius:999px;font-size:12px;font-weight:600}.status-green{background:#dcfce7;color:#15803d}.status-orange{background:#ffedd5;color:#c2410c}.status-gray{background:#f1f5f9;color:#64748b}.status-default{background:#eafaf6;color:#0f766e}.chat-body{padding:18px;overflow-y:auto;min-height:0;background:linear-gradient(180deg,rgb(15 118 110 / 5%),transparent 120px),#f8fafc;display:flex;flex-direction:column;gap:8px}.chat-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;height:100%;color:#94a3b8}.chat-empty span{font-size:14px}.message-time-divider{text-align:center;padding:12px 0}.message-time-divider span{background:#0000000f;color:#64748b;font-size:12px;padding:4px 12px;border-radius:12px}.message-time-center{text-align:center;color:#94a3b8;font-size:12px;padding:4px 0}.bubble{max-width:78%;padding:10px 12px;border-radius:12px;background:#fff;border:1px solid #e2e8f0;box-shadow:0 2px 8px #0f172a0d;display:flex;flex-direction:column;gap:4px}.bubble.visitor{margin-left:auto;background:linear-gradient(135deg,#eafaf6,#d4f5ef);border-color:#bfe7df}.bubble.agent,.bubble.admin{margin-right:auto;background:linear-gradient(135deg,#eff6ff,#dbeafe);border-color:#cfe0ff}.bubble.system{max-width:100%;text-align:center;background:transparent;color:#64748b;box-shadow:none;border:none;padding:8px 0}.bubble small{display:block;color:#64748b;margin-bottom:4px;font-size:12px;font-weight:700}.bubble p{margin:0;overflow-wrap:anywhere;line-height:1.5}.bubble-image{max-width:240px;border-radius:8px;object-fit:cover;cursor:pointer;transition:opacity .15s}.bubble-image:hover{opacity:.85}.image-preview-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000d9;display:flex;align-items:center;justify-content:center;z-index:1000;cursor:pointer}.image-preview-img{max-width:90vw;max-height:90vh;object-fit:contain;border-radius:8px;cursor:default}.image-preview-close{position:absolute;top:20px;right:20px;width:40px;height:40px;border-radius:50%;background:#fff3;color:#fff;font-size:24px;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0}.image-preview-close:hover{background:#ffffff4d}.composer{display:flex;align-items:flex-end;gap:10px;padding:14px;border-top:1px solid #e5ecf3;background:#fff}.composer-tool-btn{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:#f1f5f9;border:none;border-radius:8px;color:#64748b;cursor:pointer;transition:all .15s ease;padding:0;flex-shrink:0}.composer-tool-btn:hover:not(:disabled){background:#e2e8f0;color:#0f766e}.composer-tool-btn:disabled{opacity:.5;cursor:not-allowed}.composer textarea{flex:1;min-height:36px;max-height:120px;padding:8px 12px;border:1px solid #e2e8f0;border-radius:8px;resize:none;font-size:14px;line-height:1.5;outline:none;transition:border-color .16s ease,box-shadow .16s ease}.composer textarea:focus{border-color:#0f766e;box-shadow:0 0 0 3px #0f766e1f}.composer button:last-child{width:60px;height:36px;display:flex;align-items:center;justify-content:center;padding:0;flex-shrink:0}.composer button:last-child:disabled{background:#cbd5e1;cursor:not-allowed}.rating{padding:14px;border-top:1px solid #e5ecf3;display:grid;gap:10px;background:#fff}.stars{display:flex;gap:6px}.stars button{width:34px;height:34px;padding:0;display:grid;place-items:center;background:#e2e8f0;color:#475569}.stars button.active{background:#d97706;color:#fff}@media(max-width:640px){.entry{align-items:start;padding:12px}.entry-panel{padding:20px;box-shadow:none}h1{margin:14px 0 20px;font-size:24px}.chat-page{min-height:100dvh;padding:0;place-items:stretch}.chat-shell{width:100%;height:100dvh;border:0;border-radius:0;box-shadow:none}.chat-header{padding:12px}.chat-header button{padding:8px 10px}.chat-body{padding:12px}.bubble{max-width:88%}.bubble.system{max-width:100%}.composer,.rating{padding:10px}}
