:root{--gold:#c9a84c;--bg:#14120f;--bg-2:#1c1a16;--bg-3:#232019;--line:rgba(201,168,76,0.16);--text:#ece7dd;--muted:#9c968a;--visitor:#2f2a20;--agent:#c9a84c;--ai:#4a3aa7}*{box-sizing:border-box}body,html{margin:0;padding:0}html{height:100%}body{min-height:100%}html{font-size:19px}@media (max-width:820px){html{font-size:22px}}body{font-family:system-ui,-apple-system,Segoe UI,sans-serif;background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased}a{color:var(--gold)}button,input,textarea{font-family:inherit}.login-wrap{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:1rem}.login-card{width:100%;max-width:360px;background:var(--bg-2);border:1px solid var(--line);border-radius:16px;padding:2rem}.login-card h1{font-size:1.2rem;margin:0 0 .3rem}.login-card p{color:var(--muted);font-size:.85rem;margin:0 0 1.5rem}.field{margin-bottom:1rem}.field label{display:block;font-size:.78rem;color:var(--muted);margin-bottom:.35rem}.field input{width:100%;background:var(--bg);border:1px solid var(--line);color:var(--text);border-radius:8px;padding:.6rem .75rem;font-size:.9rem}.field input:focus{outline:none;border-color:var(--gold)}.btn-gold{width:100%;background:var(--gold);color:#1a1508;border:none;border-radius:8px;padding:.7rem;font-weight:700;cursor:pointer;font-size:.9rem}.btn-gold:disabled{opacity:.6;cursor:default}.err{color:#e88;font-size:.82rem;margin-top:.5rem}.console{display:grid;grid-template-columns:300px 1fr 320px;height:100vh;height:100dvh}.col,.console{overflow:hidden}.col{border-right:1px solid var(--line);display:flex;flex-direction:column;min-width:0;min-height:0}.col:last-child{border-right:none}.col-head{padding:.9rem 1rem;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between}.col-head h2{font-size:.92rem;text-transform:uppercase;letter-spacing:.06em;color:var(--muted);margin:0}.col-scroll{overflow-y:auto;overflow-x:hidden;flex:1 1;min-height:0}.col-scroll,.col-scroll.detail,.msgs{scrollbar-width:thin;scrollbar-color:var(--gold) transparent}.col-scroll::-webkit-scrollbar,.msgs::-webkit-scrollbar{width:8px}.col-scroll::-webkit-scrollbar-track,.msgs::-webkit-scrollbar-track{background:transparent}.col-scroll::-webkit-scrollbar-thumb,.msgs::-webkit-scrollbar-thumb{background:linear-gradient(var(--gold),#a5842f);border-radius:8px;border:2px solid var(--bg)}.col-scroll::-webkit-scrollbar-thumb:hover,.msgs::-webkit-scrollbar-thumb:hover{background:var(--gold)}.dot{width:8px;height:8px;border-radius:50%;display:inline-block;margin-right:6px}.dot.on{background:#4ec86a}.dot.off{background:#6b6459}.brandbar{display:flex;align-items:center;gap:.5rem;padding:.9rem 1rem;border-bottom:1px solid var(--line)}.brandbar .logo{color:var(--gold);font-weight:800;letter-spacing:.04em}.brandbar .sp{flex:1 1}.brandbar a,.brandbar button{color:var(--muted);font-size:.8rem;text-decoration:none;background:none;border:none;cursor:pointer}.list-item{padding:.75rem 1rem;border-bottom:1px solid rgba(201,168,76,.07);cursor:pointer}.list-item:hover{background:var(--bg-2)}.list-item.active{background:var(--bg-3);border-left:3px solid var(--gold)}.li-top{display:flex;justify-content:space-between;align-items:baseline;gap:.5rem}.li-name{font-size:1.02rem;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.li-time{font-size:.78rem;flex-shrink:0}.li-sub,.li-time{color:var(--muted)}.li-sub{font-size:.9rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-top:2px}.li-meta{font-size:.8rem;color:var(--muted);margin-top:4px;display:flex;gap:.4rem;flex-wrap:wrap}.chip{background:rgba(201,168,76,.1);color:var(--gold);padding:1px 8px;font-size:.76rem}.badge,.chip{border-radius:10px}.badge{background:#e0574e;color:#fff;font-size:.74rem;padding:1px 7px;font-weight:700}.chat{display:flex;flex-direction:column;height:100%;min-height:0}.chat-head{padding:.8rem 1rem;border-bottom:1px solid var(--line);display:flex;align-items:center;gap:.75rem}.chat-head .title{font-weight:600;font-size:.95rem}.chat-head .sub{font-size:.74rem;color:var(--muted)}.chat-head .sp{flex:1 1}.toggle{display:inline-flex;align-items:center;gap:.4rem;font-size:.76rem;color:var(--muted);cursor:pointer}.switch{width:34px;height:19px;border-radius:20px;background:#3a352b;position:relative;transition:background .15s;flex-shrink:0}.switch.on{background:var(--ai)}.switch:after{content:"";position:absolute;top:2px;left:2px;width:15px;height:15px;border-radius:50%;background:#fff;transition:left .15s}.switch.on:after{left:17px}.msgs{flex:1 1;min-height:0;overflow-y:auto;padding:1rem;display:flex;flex-direction:column;gap:.5rem}.bubble{max-width:74%;padding:.55rem .8rem;border-radius:14px;font-size:.9rem;line-height:1.45;white-space:pre-wrap;word-break:break-word}.bubble.visitor{align-self:flex-start;background:var(--visitor);border-bottom-left-radius:4px}.bubble.agent{background:var(--gold);color:#1a1508}.bubble.agent,.bubble.ai{align-self:flex-end;border-bottom-right-radius:4px}.bubble.ai{background:var(--ai);color:#fff}.bubble.system{align-self:center;background:transparent;color:var(--muted);font-size:.8rem;font-style:italic}.bubble .t{display:block;font-size:.62rem;opacity:.6;margin-top:3px}.composer{border-top:1px solid var(--line);padding:.7rem;display:flex;gap:.5rem}.composer textarea{flex:1 1;resize:none;background:var(--bg-2);border:1px solid var(--line);color:var(--text);border-radius:10px;padding:.6rem .75rem;font-size:.9rem;max-height:120px}.composer textarea:focus{outline:none;border-color:var(--gold)}.composer button{background:var(--gold);color:#1a1508;border:none;border-radius:10px;padding:0 1rem;font-weight:700;cursor:pointer}.emoji-btn{background:none!important;color:var(--muted)!important;border:1px solid var(--line)!important;font-size:1.15rem;padding:0 .55rem!important}.emoji-bar{display:flex;flex-wrap:wrap;gap:.15rem;padding:.4rem .6rem;border-top:1px solid var(--line);background:var(--bg-2)}.emoji-bar button{background:none;border:none;font-size:1.35rem;cursor:pointer;padding:.15rem .3rem;border-radius:6px;line-height:1}.emoji-bar button:hover{background:var(--bg-3)}.empty{flex:1 1;display:flex;align-items:center;justify-content:center;color:var(--muted);font-size:.9rem}.detail{padding:1rem}.detail h3{font-size:.75rem;text-transform:uppercase;letter-spacing:.06em;color:var(--muted);margin:1.2rem 0 .4rem}.detail .kv{font-size:.85rem;margin-bottom:.3rem;word-break:break-word}.detail .kv b{color:var(--muted);font-weight:600}.linkchip{display:inline-block;background:var(--bg-2);border:1px solid var(--line);border-radius:8px;padding:.4rem .6rem;font-size:.8rem;margin-top:.3rem;text-decoration:none;word-break:break-all}.li-row{display:flex;gap:.6rem;align-items:flex-start}.ava{position:relative;width:38px;height:38px;border-radius:50%;background:var(--bg-3);border:1px solid var(--line);display:flex;align-items:center;justify-content:center;font-weight:700;color:var(--gold);flex-shrink:0;font-size:.95rem;overflow:visible}.ava-ai{background:rgba(74,58,167,.25);color:#fff;border-color:rgba(74,58,167,.5)}.list-item.pinned{border-bottom:1px solid var(--line)}.col-footer{border-top:1px solid var(--line);display:flex;flex-direction:row;background:var(--bg)}.foot-link{flex:1 1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.15rem;padding:.5rem .3rem;color:var(--text);text-decoration:none;background:none;border:none;border-right:1px solid rgba(201,168,76,.08);font-size:.68rem;cursor:pointer;font-family:inherit;line-height:1.1}.foot-link:last-child{border-right:none}.foot-link .fi{font-size:1.15rem;line-height:1}.foot-link:hover{background:var(--bg-2);color:var(--gold)}.chat-act{background:none;border:1px solid var(--line);color:var(--muted);border-radius:8px;padding:.3rem .6rem;cursor:pointer;font-size:.76rem;line-height:1}.chat-act.danger{color:#e0574e}.chat-act .ci,.m-only,.toggle .lbl-s{display:none}.icon-btn{background:none;border:none;color:var(--text);font-size:1.3rem;cursor:pointer;padding:0 .3rem;line-height:1}@media (max-width:820px){.console{grid-template-columns:1fr;height:100vh;height:100dvh}.col{border-right:none}.col-chat,.col-details,.col-visitors{display:none}.console.m-chat .col-chat,.console.m-list .col-visitors{display:flex;position:fixed;inset:0;z-index:40;background:var(--bg)}.console.m-details .col-details{display:flex;position:fixed;inset:0;z-index:60;background:var(--bg)}.chat-head{position:-webkit-sticky;position:sticky;top:0;z-index:5;background:var(--bg);gap:.3rem;padding:.55rem .5rem}.chat-act{padding:.35rem .5rem;font-size:1.05rem}.chat-act .ci{display:inline}.chat-act .cl,.toggle .lbl{display:none}.toggle .lbl-s{display:inline;font-weight:700}.chat-head .toggle{font-size:.95rem}.foot-link{font-size:.72rem;padding:.55rem .3rem}.m-only{display:inline-flex;align-items:center}.bubble{max-width:86%}.composer input,.composer textarea{font-size:16px}.chat-head .title{font-size:1rem}.field input,input,textarea{font-size:16px}}