:root{--red: #DA2036;--red-soft: #fff1f3;--ink: #111113;--ink-2: #1a1b1f;--muted: #6d6d75;--line: #ebe7e3;--bg: #f6f3f0;--paper: #ffffff;--good: #1f9d57;--away: #e0a100;--offline: #8a8a8a;--shadow: 0 18px 50px rgba(17, 17, 19, .08);--side: 248px}*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;color:var(--ink);background:var(--bg);font-family:Poppins,ui-sans-serif,system-ui,sans-serif;letter-spacing:-.01em}button,input,select,textarea{font:inherit;color:inherit}button{cursor:pointer}a{color:inherit;text-decoration:none}img{max-width:100%}.login-shell{min-height:100%;display:grid;grid-template-columns:1.1fr .9fr;background:var(--ink)}.login-hero{padding:56px;color:#fff;display:flex;flex-direction:column;justify-content:flex-end;background:radial-gradient(900px 420px at 0% 0%,rgba(218,32,54,.5),transparent 50%),linear-gradient(165deg,#141416,#111 46%,#2b0c12)}.login-hero img{width:58px;height:58px;border-radius:16px;background:#fff}.login-hero h1{font-size:44px;line-height:1.05;margin:28px 0 12px;max-width:520px}.login-hero p{margin:0;max-width:440px;color:#ffffffb3}.login{margin:auto;width:min(420px,calc(100% - 48px));background:#fff;padding:36px;border-radius:28px;box-shadow:0 30px 80px #00000059}.login h2{margin:0 0 4px;font-size:26px}.login .sub{color:var(--muted);margin:0 0 22px}.login label{display:grid;gap:6px;margin:12px 0;font-size:12px;font-weight:600;color:#444}.login input,.field input,.field select,.field textarea,input[type=text],input[type=email],input[type=password],input[type=number],select,textarea{width:100%;border:1px solid var(--line);background:#fafafa;border-radius:14px;padding:12px 14px;outline:none}input:focus,select:focus,textarea:focus{border-color:var(--red);background:#fff;box-shadow:0 0 0 4px #da20361f}.shell{display:grid;grid-template-columns:var(--side) 1fr;min-height:100%}.side{background:var(--ink-2);color:#fff;padding:18px 12px;display:flex;flex-direction:column;gap:6px}.brand{display:flex;gap:10px;align-items:center;padding:8px 10px 18px}.brand img{width:40px;height:40px;border-radius:12px;background:#fff}.brand b{display:block;font-size:13px}.brand small{color:#ffffff8c;font-size:11px}.nav-link{display:flex;align-items:center;gap:10px;padding:11px 12px;border-radius:14px;color:#ffffffc7;font-weight:500}.nav-link svg{opacity:.85}.nav-link:hover,.nav-link.active{background:#da20362e;color:#fff}.side-foot{margin-top:auto;padding:8px}.me-card{display:flex;gap:10px;align-items:center;padding:10px;border-radius:16px;background:#ffffff0d}.me-card .avatar{flex:0 0 40px;width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;overflow:hidden;line-height:1;background:#fff;color:#111;font-size:12px}.me-card .meta{min-width:0}.me-card .meta b,.me-card .meta span{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.me-card .meta span{font-size:11px;color:#fff9}.status-dot{width:9px;height:9px;border-radius:50%;display:inline-block;margin-right:6px;vertical-align:middle}.status-dot.online{background:var(--good);box-shadow:0 0 0 4px #1f9d572e}.status-dot.away{background:var(--away)}.status-dot.dnd{background:var(--red)}.status-dot.offline{background:var(--offline)}.workspace{min-width:0;display:flex;flex-direction:column;min-height:100vh}.topbar{display:flex;align-items:center;gap:10px;padding:12px 22px;background:#fffc;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid var(--line);position:sticky;top:0;z-index:4;flex-wrap:nowrap}.topbar h1{margin:0;font-size:18px;white-space:nowrap;flex:0 0 auto}.topbar-spacer{flex:1 1 auto;min-width:16px}.topbar .search{width:280px;flex:0 1 320px;min-width:180px;max-width:360px}.topbar .live,.topbar .alerts-wrap,.topbar .status-select,.topbar .profile-wrap{flex:0 0 auto}.topbar input,.topbar select{width:auto}.search{width:100%;min-width:160px;max-width:420px;display:block;border:1px solid var(--line);border-radius:999px;padding:10px 14px 10px 38px;background:#fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' stroke='%23888' stroke-width='2'%3E%3Ccircle cx='7' cy='7' r='5'/%3E%3Cpath d='M14 14l-3.2-3.2'/%3E%3C/svg%3E") 12px 50% no-repeat}.live{font-size:11px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;border-radius:999px;padding:6px 10px;border:1px solid var(--line);background:#fff}.live.on{color:var(--good);box-shadow:0 0 0 3px #1f9d571f}.live.off{color:var(--red)}.field,label.field{display:grid;gap:6px;margin:12px 0 0;font-size:12px;font-weight:600;color:#444}.field input,.field select,.field textarea,.field-control,.card input,.card select,.card textarea,.detail select,.detail input{width:100%;display:block}.add-tag{display:flex;gap:8px;margin-top:8px}.add-tag input{flex:1;min-width:0}.filters{display:flex;flex-wrap:wrap;gap:8px;padding:12px 14px;border-bottom:1px solid var(--line);background:#faf9f8;position:sticky;top:0;z-index:2}.filters select{width:auto;min-width:120px;padding:8px 10px;border-radius:999px;font-size:12px}.chip-btn{border:1px solid var(--line);background:#fff;border-radius:999px;padding:7px 12px;font-size:12px;font-weight:600}.chip-btn.on{background:var(--ink);color:#fff;border-color:var(--ink)}.alerts-wrap{position:relative}.alerts-panel{position:absolute;left:0;top:calc(100% + 8px);width:360px;max-height:420px;overflow:auto;background:#fff;border:1px solid var(--line);border-radius:18px;box-shadow:var(--shadow);z-index:20}.alerts-head{display:flex;justify-content:space-between;align-items:center;padding:12px 14px;border-bottom:1px solid var(--line)}.linkish{border:0;background:none;color:var(--red);font-weight:600;font-size:12px}.alert-row{width:100%;text-align:left;border:0;background:#fff;padding:12px 14px;border-bottom:1px solid #f3f1ef;display:grid;gap:4px}.alert-row.unread{background:var(--red-soft)}.alert-type{font-weight:700;font-size:13px}.conv.unread b{font-weight:800}.unread-dot{display:inline-block;width:8px;height:8px;border-radius:50%;background:var(--red);margin-top:6px}.bubble small{display:block;opacity:.65;font-size:10px;margin-top:6px;font-weight:500}.status-select,.ghost{border:1px solid var(--line);background:#fff;border-radius:999px;padding:8px 12px;font-weight:600;font-size:13px}.topbar .status-select{width:auto;min-width:138px}.ghost{color:var(--ink)}.btn{background:var(--red);color:#fff;border:0;border-radius:12px;padding:11px 16px;font-weight:700;box-shadow:0 10px 20px #da203633}.btn.dark{background:#171717;box-shadow:none}.btn.ghost{background:#fff;color:var(--ink);border:1px solid var(--line);box-shadow:none}.btn.tiny{padding:8px 12px;font-size:12px;box-shadow:none}.err{color:var(--red);font-size:13px}.inbox{display:grid;grid-template-columns:340px minmax(0,1fr) 300px;flex:1;min-height:0}.list,.thread,.detail{min-height:0}.list{background:#fff;border-right:1px solid var(--line);overflow:auto}.conv{display:grid;grid-template-columns:44px 1fr auto;gap:10px;align-items:center;padding:14px 16px;border-bottom:1px solid #f3f1ef;cursor:pointer}.conv:hover{background:#fafafa}.conv.active{background:var(--red-soft);box-shadow:inset 3px 0 0 var(--red)}.conv b{display:block;font-size:14px}.conv .preview{color:var(--muted);font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.avatar{width:40px;height:40px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;overflow:hidden;line-height:1;background:#171717;color:#fff;font-size:12px;font-weight:700}.avatar.lg{width:72px;height:72px;font-size:22px}.badge{font-size:10px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;background:#111;color:#fff;border-radius:999px;padding:3px 8px}.badge.open,.badge.queued{background:#111}.badge.resolved{background:var(--good)}.badge.cardio{background:#111}.bubble.cardio{background:#fff;border:1px solid #f0e4e6;border-bottom-left-radius:6px;box-shadow:var(--shadow)}.bubble .who{display:block;font-size:10px;font-style:normal;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--red);margin-bottom:4px}.prod-cards{display:grid;gap:8px;margin-top:10px}.prod-card{display:flex;gap:10px;align-items:center;background:#faf8f6;border:1px solid var(--line);border-radius:12px;padding:8px;color:inherit}.prod-card img{width:48px;height:48px;object-fit:cover;border-radius:8px}.prod-card b{display:block;font-size:12px}.prod-card i{font-style:normal;font-size:12px;color:var(--red);font-weight:700}.time{color:var(--muted);font-size:11px}.thread{display:flex;flex-direction:column;background:var(--bg)}.thread-head{display:flex;align-items:center;gap:12px;padding:14px 18px;background:#fff;border-bottom:1px solid var(--line)}.msgs{flex:1;overflow:auto;padding:22px;display:flex;flex-direction:column}.bubble-row{display:flex;margin:8px 0}.bubble-row.me{justify-content:flex-end}.bubble{max-width:68%;padding:11px 14px;border-radius:18px;line-height:1.5;font-size:14px}.bubble.agent{background:var(--red);color:#fff;border-bottom-right-radius:6px}.bubble.customer{background:#fff;border-bottom-left-radius:6px;box-shadow:var(--shadow)}.bubble.note{background:#fff4cc;color:#5c4a00;font-style:italic}.compose{margin:0 16px 16px;padding:12px;background:#fff;border:1px solid var(--line);border-radius:20px;display:grid;gap:10px;box-shadow:var(--shadow)}.compose textarea{width:100%;min-height:72px;resize:vertical}.compose-bar{display:flex;gap:8px;align-items:center}.typing-ind{margin:8px 0 0;font-size:12px;color:var(--muted);font-style:italic}.instr-row{display:grid;grid-template-columns:1fr auto;gap:8px;align-items:start;margin-top:10px}.instr-actions{display:flex;flex-direction:column;gap:6px}.articles-split{display:grid;grid-template-columns:280px 1fr;gap:16px}.kb-row{display:flex;justify-content:space-between;gap:12px;align-items:center;padding:12px 0;border-bottom:1px solid var(--line);width:100%;background:none;border-left:0;border-right:0;border-top:0;text-align:left}.kb-row.on{background:var(--red-soft);border-radius:10px;padding-left:10px;padding-right:10px}.kb-row b{display:block}.rte{border:1px solid var(--line);border-radius:14px;background:#fff;overflow:hidden}.rte-bar{display:flex;gap:6px;padding:8px;border-bottom:1px solid var(--line);background:#fafafa}.rte-btn{border:1px solid var(--line);background:#fff;border-radius:8px;padding:4px 8px;font-size:12px;font-weight:700}.rte-btn.on{background:#111;color:#fff;border-color:#111}.rte .tiptap{min-height:280px;padding:14px;outline:none}.rte .tiptap p{margin:0 0 8px}.chip{background:#f4f2f0;border-radius:999px;padding:5px 10px;font-size:12px;font-weight:600}.empty{margin:auto;text-align:center;color:var(--muted);padding:40px 20px}.empty h3{margin:0 0 6px;color:var(--ink)}.detail{background:#fff;border-left:1px solid var(--line);padding:18px;overflow:auto}.detail h4{margin:18px 0 8px;font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:var(--muted)}.chips{display:flex;flex-wrap:wrap;gap:6px}.chip{background:#f4f2f0;border-radius:999px;padding:5px 10px;font-size:12px;font-weight:600;border:0;cursor:pointer}.page{padding:24px 28px 48px}.page-head{margin-bottom:22px}.page-head h2{margin:0 0 6px;font-size:28px}.page-head p{margin:0;color:var(--muted)}.grid{display:grid;gap:16px}.grid.two{grid-template-columns:1fr 1fr}.grid.three{grid-template-columns:repeat(3,1fr)}.card{background:#fff;border:1px solid #f0eeec;border-radius:22px;padding:22px;box-shadow:var(--shadow)}.card h3{margin:0 0 14px}.stat b{display:block;font-size:34px;margin-top:8px;letter-spacing:-.03em}.profile-hero{display:flex;gap:18px;align-items:center}.muted{color:var(--muted);font-size:13px}.bell{position:relative;width:40px;height:40px;padding:0;display:inline-flex;align-items:center;justify-content:center}.bell .count{position:absolute;top:-4px;right:-4px;background:var(--red);color:#fff;min-width:16px;height:16px;border-radius:8px;font-size:10px;display:grid;place-items:center}.avatar.sm{width:36px;height:36px;font-size:11px}.profile-wrap{position:relative}.profile-btn{border:0;background:none;padding:0;border-radius:50%;display:flex;align-items:center;justify-content:center}.profile-btn:hover .avatar{filter:brightness(1.15)}.profile-panel{position:absolute;right:0;top:calc(100% + 8px);width:220px;background:#fff;border:1px solid var(--line);border-radius:16px;box-shadow:var(--shadow);z-index:20;padding:8px}.profile-meta{padding:10px 12px 12px;border-bottom:1px solid var(--line);margin-bottom:6px}.profile-meta b,.profile-meta span{display:block}.profile-meta span{font-size:12px;color:var(--muted);margin-top:2px;overflow:hidden;text-overflow:ellipsis}.profile-panel button{width:100%;text-align:left;border:0;background:none;padding:10px 12px;border-radius:10px;font-weight:600;font-size:13px}.profile-panel button:hover{background:#f6f3f0}.profile-panel button.danger{color:var(--red)}@media (max-width: 1100px){.inbox{grid-template-columns:280px 1fr}.detail{display:none}.articles-split{grid-template-columns:1fr}}@media (max-width: 820px){.shell,.login-shell,.grid.two,.grid.three{grid-template-columns:1fr}.side{display:none}.login-hero{padding:28px 24px 20px}.login-hero h1{font-size:26px;margin:14px 0 8px}.login{margin:24px auto 48px}.inbox{grid-template-columns:1fr}}
