:root{--bg: #f7f5f5;--bg-soft: #f3efef;--surface: #ffffff;--surface-2: #faf7f7;--line: rgba(50, 20, 20, .1);--text: #2a1a1a;--muted: #8a6f6f;--accent: #d64545;--accent-2: #c03939;--danger: #d64545;--waiting: #c7922a;--active: #d64545;--closed: #8a7a7a;--shadow: 0 18px 48px rgba(55, 20, 20, .08);--radius: 16px;--font: "DM Sans", "Noto Sans SC", sans-serif}*{box-sizing:border-box}html,body,#root{height:100%;height:100dvh;margin:0}body{font-family:var(--font);color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;overscroll-behavior:none}html.embedded,html.embedded body,html.embedded #root{height:100%;min-height:100%;overflow:hidden;background:#fff}html.embedded .visitor-shell,html.embedded .visitor-shell.chat-mode{min-height:100%;height:100%}html.embedded .visitor-bg{display:none}html.embedded .visitor-chat-wrap{width:100%;margin:0;height:100%;max-height:none;border:0;border-radius:0;box-shadow:none}button,input,textarea,select{font:inherit;color:inherit;-webkit-tap-highlight-color:transparent}a{color:var(--accent);text-decoration:none}.muted{color:var(--muted)}.req{color:var(--danger)}.brand{display:flex;align-items:center;gap:10px;font-weight:700;letter-spacing:.02em}.brand.compact{font-size:15px}.brand small{display:block;font-weight:500;color:var(--muted);margin-top:2px}.brand-mark{width:28px;height:28px;border-radius:9px;background:linear-gradient(145deg,#f07171,#d64545 60%,#b83636);box-shadow:0 0 0 1px #d645452e,0 8px 18px #d6454538}.btn{border:0;border-radius:12px;padding:12px 18px;cursor:pointer;background:var(--surface-2);transition:transform .15s ease,background .15s ease,opacity .15s ease}.btn:hover:not(:disabled){transform:translateY(-1px)}.btn:disabled{opacity:.5;cursor:not-allowed}.btn.primary{background:linear-gradient(180deg,#e85a5a,#d64545);color:#fff;font-weight:700}.btn.danger{background:#d6454514;color:#c03939;border:1px solid rgba(214,69,69,.28)}.btn.ghost{background:transparent;border:1px solid var(--line);color:var(--muted)}.btn.sm{padding:8px 12px;border-radius:10px}.ghost-link{color:var(--muted);font-size:14px}.ghost-link.center{display:block;text-align:center;margin-top:18px}.error-banner{background:#d6454514;border:1px solid rgba(214,69,69,.25);color:#b13636;padding:10px 12px;border-radius:12px;font-size:14px}.error-banner.inline{margin:0 20px 8px}.visitor-shell{min-height:100%;min-height:100dvh;position:relative;overflow:hidden}.visitor-bg{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 80% 55% at 15% 0%,rgba(214,69,69,.1),transparent 55%),radial-gradient(ellipse 70% 50% at 90% 90%,rgba(200,120,120,.08),transparent 50%),linear-gradient(160deg,#faf7f7,#f5f0f0 45%,#f8f4f4);z-index:0}.visitor-top,.visitor-hero,.visitor-chat-wrap{position:relative;z-index:1}.visitor-top{display:flex;justify-content:space-between;align-items:center;padding:22px 28px;padding-top:calc(22px + env(safe-area-inset-top,0px))}.visitor-hero{display:grid;place-items:center;padding:40px 20px 80px;min-height:calc(100vh - 80px);min-height:calc(100dvh - 80px)}.visitor-card,.login-panel{width:min(440px,100%);background:#fffffff2;border:1px solid var(--line);border-radius:24px;padding:32px 28px;box-shadow:var(--shadow);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);animation:rise .5s ease both}.visitor-card h1,.login-panel h1{margin:18px 0 8px;font-size:28px;font-weight:700}.connecting-card{text-align:center}.connecting-card .brand{justify-content:center}.connecting-card .btn{margin-top:16px}.start-form{display:grid;gap:14px;margin-top:22px}.start-form label{display:grid;gap:8px;font-size:14px;color:var(--muted)}.start-form input,.composer textarea,.qr-form input,.status-switch select{width:100%;border:1px solid var(--line);background:#fff;border-radius:12px;padding:12px 14px;outline:none}.start-form input:focus,.composer textarea:focus,.qr-form input:focus{border-color:#d645458c;box-shadow:0 0 0 3px #d645451f}.visitor-chat-wrap{width:min(720px,calc(100% - 32px));margin:24px auto;height:calc(100vh - 48px);height:calc(100dvh - 48px);display:flex;flex-direction:column;background:#fff;border:1px solid var(--line);border-radius:22px;overflow:hidden;box-shadow:var(--shadow);animation:rise .45s ease both}.chat-header{display:flex;justify-content:space-between;align-items:center;padding:16px 18px;border-bottom:1px solid var(--line);background:#fbf8f8}.status-line{margin-top:6px;font-size:13px;color:var(--muted)}.chat-panel{flex:1;display:flex;flex-direction:column;min-height:0}.msg-list{flex:1;overflow:auto;padding:18px;display:flex;flex-direction:column;gap:12px;background:#faf6f6}.msg-row{display:flex}.msg-row.self{justify-content:flex-end}.msg-row.other{justify-content:flex-start}.msg-row.system{justify-content:center}.msg-bubble{max-width:min(78%,460px);padding:10px 12px;border-radius:16px;background:#fff;border:1px solid var(--line);animation:pop .25s ease both;box-shadow:0 4px 14px #142d370a}.msg-row.self .msg-bubble{background:linear-gradient(180deg,#fdeaea,#f9dede);border-color:#d6454538}.msg-meta{display:flex;justify-content:space-between;gap:16px;font-size:12px;color:var(--muted);margin-bottom:6px}.msg-text{white-space:pre-wrap;word-break:break-word;line-height:1.5}.msg-system{font-size:12px;color:var(--muted);background:#0f28320d;padding:6px 12px;border-radius:999px}.typing-hint{font-size:12px;color:var(--muted);padding-left:4px}.composer{display:grid;grid-template-columns:auto 1fr auto;gap:10px;padding:14px 16px 16px;border-top:1px solid var(--line);background:#fff;align-items:end}.composer textarea{resize:none;min-height:40px;height:40px;max-height:40px;padding:8px 12px;line-height:24px}.img-btn{padding:10px 12px;min-width:52px}.msg-image-btn{display:block;padding:0;border:0;background:transparent;cursor:zoom-in}.msg-image{display:block;max-width:min(240px,55vw);max-height:240px;border-radius:10px;object-fit:cover}.msg-recalled{color:var(--muted);font-size:13px;font-style:italic}.msg-recall{margin-top:8px;border:0;background:transparent;color:var(--muted);font-size:12px;cursor:pointer;padding:0}.msg-recall:hover{color:var(--accent)}.msg-bubble.recalled{opacity:.85}.img-lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;background:#000000b8;display:grid;place-items:center;padding:24px;cursor:zoom-out}.img-lightbox img{max-width:min(960px,92vw);max-height:88vh;border-radius:12px;box-shadow:0 20px 60px #00000059}.login-shell{min-height:100%;display:grid;place-items:center;padding:24px;background:radial-gradient(ellipse 70% 50% at 50% 0%,rgba(214,69,69,.1),transparent 60%),var(--bg)}.hint-box{margin-top:18px;padding:12px 14px;border-radius:12px;background:#f8f3f3;border:1px dashed var(--line);color:var(--muted);font-size:13px;display:grid;gap:6px}.hint-box code{color:var(--accent)}.totp-qr-wrap{display:grid;place-items:center;margin:16px 0 8px}.totp-qr{width:220px;height:220px;border-radius:12px;border:1px solid var(--line);background:#fff}.totp-secret{word-break:break-all;-webkit-user-select:all;user-select:all}.start-form .btn.ghost{width:100%}.agent-shell{height:100%;display:grid;grid-template-columns:340px 1fr;background:var(--bg)}.agent-sidebar{display:flex;flex-direction:column;border-right:1px solid var(--line);background:#fff;padding:18px 14px;min-height:0}.agent-sidebar .brand{padding:4px 6px 14px}.stat-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:12px}.stat{background:#faf6f6;border:1px solid var(--line);border-radius:14px;padding:10px 12px}.stat strong{display:block;font-size:20px}.stat span{font-size:12px;color:var(--muted)}.status-switch{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:12px;color:var(--muted);font-size:13px;padding:0 4px}.status-switch select{width:auto;min-width:110px;padding:8px 10px}.tab-row{display:grid;grid-template-columns:repeat(4,1fr);gap:4px;margin-bottom:10px}.tab-row button{border:0;background:transparent;color:var(--muted);padding:8px 4px;border-radius:10px;cursor:pointer;font-size:12px}.tab-row button.active{background:#d645451f;color:var(--accent);font-weight:600}.conv-list{flex:1;overflow:auto;display:flex;flex-direction:column;gap:6px;min-height:0}.list-hint{font-size:12px;color:var(--muted);padding:4px 8px}.conv-item{text-align:left;border:1px solid transparent;background:#faf6f6;border-radius:14px;padding:12px;cursor:pointer}.conv-item:hover,.conv-item.active{border-color:#d6454559;background:#d6454514}.conv-top{display:flex;justify-content:space-between;align-items:center;gap:8px}.conv-name{display:inline-flex;align-items:center;gap:8px;min-width:0}.unread-badge{flex-shrink:0;min-width:18px;height:18px;padding:0 5px;border-radius:999px;background:#d64545;color:#fff;font-size:11px;font-weight:700;line-height:18px;text-align:center}.conv-item.has-unread{border-color:#d6454547;background:#d645450f}.conv-delete{flex-shrink:0;border:1px solid rgba(214,69,69,.35);background:#d6454514;color:#c03939;border-radius:8px;padding:4px 10px;font-size:12px;cursor:pointer}.conv-delete:hover{background:#d6454529}.conv-preview{margin-top:6px;font-size:13px;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.conv-time{margin-top:6px;font-size:11px;color:#8a9aa2}.badge{font-size:11px;padding:2px 8px;border-radius:999px;background:#0f28320d}.badge.waiting{color:var(--waiting);background:#c7922a1f}.badge.active{color:var(--active);background:#d645451f}.badge.closed{color:var(--closed)}.logout{margin-top:0;width:100%}.sidebar-actions{display:grid;gap:8px;margin-top:10px}.sidebar-actions .btn{width:100%}.pwd-modal-mask{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1200;background:#1e0a0a59;display:grid;place-items:center;padding:20px}.pwd-modal{width:min(400px,100%);background:#fff;border:1px solid var(--line);border-radius:18px;padding:22px 20px;box-shadow:var(--shadow)}.pwd-modal h3{margin:0 0 14px;font-size:18px}.pwd-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px}.ok-banner{background:#1f9d7a1a;border:1px solid rgba(31,157,122,.28);color:#1a7a5c;padding:10px 12px;border-radius:12px;font-size:14px}.agent-main{display:flex;flex-direction:column;min-height:0;background:radial-gradient(ellipse 60% 40% at 100% 0%,rgba(214,69,69,.06),transparent 50%),#f7f5f5}.agent-chat-head{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:18px 22px;border-bottom:1px solid var(--line);background:#fff}.agent-chat-head h2{margin:0;font-size:20px}.agent-chat-head p{margin:6px 0 0;font-size:13px}.head-actions{display:flex;gap:8px}.empty-state{margin:auto;text-align:center;padding:40px;animation:rise .4s ease both}.empty-state h2{margin:0 0 8px}.quick-bar{padding:10px 16px 0;border-top:1px solid var(--line);background:#fff}.quick-list{display:flex;flex-wrap:wrap;gap:8px}.chip{border:1px solid var(--line);background:#faf6f6;color:var(--muted);border-radius:999px;padding:6px 12px;cursor:pointer;font-size:12px}.chip:hover{color:var(--text);border-color:#d6454566}.chip.add{color:var(--accent)}.qr-form{display:grid;grid-template-columns:120px 1fr auto;gap:8px;margin-top:10px}@keyframes rise{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}@keyframes pop{0%{opacity:0;transform:translateY(6px) scale(.98)}to{opacity:1;transform:none}}@media(max-width:900px){.agent-shell{grid-template-columns:1fr;grid-template-rows:42vh 58vh}.qr-form{grid-template-columns:1fr}}@media(max-width:768px){.visitor-shell{min-height:100dvh;min-height:-webkit-fill-available}.visitor-shell.chat-mode{display:flex;flex-direction:column}.visitor-top{padding:12px 16px;padding-top:calc(12px + env(safe-area-inset-top,0px))}.visitor-top .ghost-link{font-size:12px;opacity:.7}.visitor-hero{padding:24px 16px calc(24px + env(safe-area-inset-bottom,0px));min-height:auto;flex:1;align-items:center}.visitor-card{width:100%;border-radius:18px;padding:24px 18px;box-shadow:0 10px 28px #37141414}.visitor-card h1{font-size:22px;margin:14px 0 6px}.connecting-card .btn{width:100%;min-height:48px;font-size:16px}.visitor-chat-wrap{width:100%;margin:0;height:100dvh;height:100svh;max-height:-webkit-fill-available;border:0;border-radius:0;box-shadow:none;animation:none;padding-top:env(safe-area-inset-top,0px);padding-bottom:env(safe-area-inset-bottom,0px)}.visitor-shell.chat-mode .visitor-bg{display:none}.chat-header{padding:12px 14px;flex-shrink:0;background:#fff;position:sticky;top:0;z-index:2}.brand.compact{font-size:16px}.msg-list{padding:12px 12px 8px;gap:10px;-webkit-overflow-scrolling:touch;overscroll-behavior:contain}.msg-bubble{max-width:min(86%,420px);padding:10px 12px;border-radius:14px}.msg-meta{font-size:11px;margin-bottom:4px}.msg-text{font-size:15px;line-height:1.45}.msg-system{font-size:11px;max-width:90%;text-align:center;border-radius:12px}.msg-image{max-width:min(220px,68vw);max-height:220px}.composer{grid-template-columns:44px 1fr 64px;gap:8px;padding:10px 10px calc(10px + env(safe-area-inset-bottom,0px));flex-shrink:0;background:#fff;box-shadow:0 -4px 16px #280a0a0a}.composer textarea{min-height:40px;height:40px;max-height:40px;padding:8px 12px;font-size:16px;border-radius:12px;line-height:24px}.img-btn{min-width:44px;min-height:44px;padding:0;border-radius:12px;font-size:13px}.composer .btn.primary{min-height:44px;padding:0 12px;border-radius:12px;font-size:15px}.error-banner.inline{margin:0 10px 8px;font-size:13px}.img-lightbox{padding:12px;padding-top:calc(12px + env(safe-area-inset-top,0px));padding-bottom:calc(12px + env(safe-area-inset-bottom,0px))}.img-lightbox img{max-width:100%;max-height:80dvh;border-radius:8px}}@media(max-width:380px){.composer{grid-template-columns:40px 1fr 56px;gap:6px}.msg-bubble{max-width:90%}}
