@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@600;700&display=swap";:root{font-family:DM Sans,system-ui,sans-serif;color:#18231f;background:#f2f4f1;font-synthesis:none;text-rendering:optimizeLegibility;--bg: #f2f4f1;--surface: #ffffff;--surface-soft: #f7f8f6;--text: #18231f;--muted: #68756f;--line: #dfe5e1;--brand: #146b52;--brand-strong: #0c513d;--brand-soft: #dff3eb;--danger: #a43d3d;--shadow: 0 16px 48px rgba(21, 45, 36, .09)}:root[data-theme=dark]{color:#eaf1ed;background:#101713;--bg: #101713;--surface: #17211c;--surface-soft: #1c2923;--text: #eaf1ed;--muted: #9baca4;--line: #304039;--brand: #6fd2ad;--brand-strong: #9be3c7;--brand-soft: #203e33;--danger: #ff9b98;--shadow: 0 16px 48px rgba(0, 0, 0, .25)}*{box-sizing:border-box}html,body,#root{min-width:320px;min-height:100%}body{margin:0;min-height:100vh;background:var(--bg);color:var(--text)}button,input,select,textarea{font:inherit;color:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.55}:focus-visible{outline:3px solid #e2a83c;outline-offset:2px}h1,h2,p{margin-top:0}h1,h2{font-family:Manrope,sans-serif;letter-spacing:-.035em}svg{width:19px;height:19px;stroke-width:1.8}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.startup{display:grid;min-height:100vh;place-items:center}.brand{display:flex;align-items:center;gap:11px;font-family:Manrope,sans-serif;font-weight:700}.brand__mark{display:grid;width:38px;height:38px;place-items:center;border-radius:11px 11px 11px 3px;color:#092d22;background:#86e2be}.eyebrow{margin-bottom:8px;color:var(--brand);font-size:.72rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase}.button{display:inline-flex;min-height:42px;align-items:center;justify-content:center;gap:8px;padding:9px 16px;border:1px solid var(--line);border-radius:10px;background:var(--surface);font-weight:600}.button--primary{border-color:var(--brand-strong);color:#fff;background:var(--brand-strong)}:root[data-theme=dark] .button--primary{color:#0b281f}.icon-button{display:inline-grid;width:39px;height:39px;flex:0 0 auto;place-items:center;padding:0;border:1px solid var(--line);border-radius:10px;background:var(--surface)}.icon-button--primary{border-color:var(--brand-strong);color:#fff;background:var(--brand-strong)}.spin{animation:spin .9s linear infinite}.login-page{display:grid;min-height:100vh;grid-template-columns:minmax(420px,.85fr) 1.15fr;background:var(--surface)}.login-panel{display:flex;width:min(520px,100%);flex-direction:column;justify-content:center;padding:clamp(32px,7vw,96px)}.login-panel .brand{position:absolute;top:42px}.login-copy{margin-bottom:34px}.login-copy h1{margin-bottom:12px;font-size:clamp(2.2rem,4vw,3.5rem)}.login-copy>p:last-child{max-width:420px;color:var(--muted);line-height:1.6}.login-panel form{display:grid;gap:18px}.login-panel label,.user-drawer label{display:grid;gap:7px;font-size:.88rem;font-weight:600}.login-panel input,.user-drawer input,.user-drawer select{width:100%;min-height:46px;padding:10px 13px;border:1px solid var(--line);border-radius:10px;background:var(--surface-soft)}.password-field{position:relative;display:block}.password-field input{padding-right:50px}.password-field button{position:absolute;top:4px;right:4px;display:grid;width:38px;height:38px;place-items:center;border:0;background:transparent}.form-error{margin:0;color:var(--danger);font-size:.88rem}.login-art{position:relative;display:flex;min-height:100vh;flex-direction:column;justify-content:space-between;overflow:hidden;padding:8vw;color:#e9fbf4;background:radial-gradient(circle at 70% 28%,rgba(107,221,176,.3),transparent 28%),linear-gradient(145deg,#0b2921,#124c3b 65%,#0d3027)}.login-art:before,.login-art:after{position:absolute;width:38vw;height:38vw;border:1px solid rgba(184,239,216,.16);border-radius:50%;content:""}.login-art:before{top:-15vw;right:-12vw;box-shadow:0 0 0 8vw #ffffff05}.login-art:after{right:12vw;bottom:-30vw}.login-art>div,.login-art blockquote{position:relative;z-index:1}.login-art>div{align-self:flex-end;padding:20px 24px;border:1px solid rgba(255,255,255,.16);border-radius:18px;background:#05231b59;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.login-art span{display:block;font-family:Manrope;font-size:2.7rem;font-weight:700}.login-art small{color:#b8d5ca}.login-art blockquote{max-width:630px;margin:0;font-family:Manrope;font-size:clamp(1.7rem,3vw,3.2rem);line-height:1.25}.app-frame{display:grid;height:100vh;grid-template-columns:82px minmax(0,1fr);overflow:hidden}.sidebar{display:flex;z-index:5;flex-direction:column;align-items:center;padding:20px 12px;border-right:1px solid #1d4d3e;color:#d7ebe3;background:#10392e}.sidebar nav,.sidebar__bottom{display:grid;width:100%;gap:8px}.sidebar nav{margin-top:48px}.sidebar__bottom{margin-top:auto}.sidebar button{display:flex;width:100%;min-height:48px;flex-direction:column;align-items:center;justify-content:center;gap:3px;padding:5px;border:0;border-radius:10px;color:#b5cec4;background:transparent;font-size:.68rem}.sidebar button:hover,.sidebar button.active{color:#fff;background:#8fe2c229}.app-main{min-width:0;height:100vh;overflow:auto}.offline-banner{position:fixed;z-index:20;top:0;right:0;left:82px;padding:7px;color:#342407;background:#f7cb74;text-align:center;font-size:.82rem;font-weight:600}.inbox{display:grid;height:100%;grid-template-columns:minmax(320px,390px) minmax(0,1fr)}.inbox-list-panel{display:flex;min-height:0;flex-direction:column;border-right:1px solid var(--line);background:var(--surface)}.inbox-header{display:flex;align-items:center;justify-content:space-between;padding:26px 24px 12px}.inbox-header h1{margin:0;font-size:1.85rem}.live-indicator{display:flex;align-items:center;gap:7px;color:var(--muted);font-size:.76rem}.live-indicator i{width:7px;height:7px;border-radius:50%;background:#36ac78;box-shadow:0 0 0 4px #36ac781f}.search-box{display:flex;align-items:center;gap:9px;margin:8px 20px 12px;padding:0 12px;border:1px solid var(--line);border-radius:10px;color:var(--muted);background:var(--surface-soft)}.search-box input{width:100%;min-height:42px;border:0;outline:0;background:transparent}.filters{display:flex;gap:7px;padding:0 20px 14px;overflow-x:auto;scrollbar-width:thin}.filters button{flex:0 0 auto;padding:7px 11px;border:1px solid var(--line);border-radius:999px;color:var(--muted);background:var(--surface);font-size:.77rem}.filters button.active{border-color:var(--brand);color:var(--brand-strong);background:var(--brand-soft);font-weight:700}.conversation-list{min-height:0;flex:1;overflow-y:auto}.conversation-card{display:flex;width:100%;gap:12px;padding:16px 20px;border:0;border-top:1px solid var(--line);background:transparent;text-align:left}.conversation-card:hover,.conversation-card.selected{background:var(--brand-soft)}.avatar{display:grid;width:42px;height:42px;flex:0 0 auto;place-items:center;border-radius:14px 14px 14px 5px;color:var(--brand-strong);background:#cbeadf;font-weight:700}.conversation-card__body{min-width:0;flex:1}.conversation-card__top,.meta{display:flex;align-items:center;justify-content:space-between;gap:8px}.conversation-card__top strong,.preview{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.conversation-card__top time{color:var(--muted);font-size:.72rem}.phone{display:block;margin-top:2px;color:var(--muted);font-size:.72rem}.preview{margin:8px 0;color:var(--muted);font-size:.83rem}.meta{color:var(--muted);font-size:.7rem}.meta>span{display:flex;align-items:center;gap:5px}.meta svg{width:14px;height:14px}.meta b{display:grid;min-width:20px;height:20px;place-items:center;padding:0 5px;border-radius:999px;color:#fff;background:var(--brand-strong);font-size:.7rem}.load-more{display:block;margin:12px auto;padding:8px 13px;border:1px solid var(--line);border-radius:9px;color:var(--brand);background:var(--surface)}.detail-empty{display:grid;place-items:center;color:var(--muted);background:var(--surface-soft)}.detail-empty>div{display:grid;gap:7px;text-align:center}.detail-panel{display:grid;min-width:0;min-height:0;grid-template-rows:auto auto auto minmax(0,1fr) auto;background:var(--surface-soft)}.detail-header{display:flex;min-height:82px;align-items:center;gap:12px;padding:13px 22px;border-bottom:1px solid var(--line);background:var(--surface)}.detail-header__identity{display:grid;min-width:130px}.detail-header__identity span{color:var(--muted);font-size:.78rem}.detail-actions{display:flex;align-items:center;justify-content:flex-end;gap:7px;margin-left:auto}.detail-actions>button{display:inline-flex;min-height:36px;align-items:center;gap:6px;padding:7px 10px;border:1px solid var(--line);border-radius:9px;background:var(--surface);font-size:.76rem}.detail-actions svg{width:16px;height:16px}.assignee-select select{min-height:36px;max-width:145px;padding:5px 8px;border:1px solid var(--line);border-radius:9px;background:var(--surface);font-size:.76rem}.back-button{display:none}.conversation-state{display:flex;align-items:center;gap:8px;padding:8px 22px;border-bottom:1px solid var(--line);color:var(--muted);background:var(--surface);font-size:.76rem}.badge,.status-pill{display:inline-flex;padding:4px 8px;border-radius:999px;font-size:.7rem;font-weight:700}.badge--human,.status-pill--active{color:#126044;background:#d9f1e7}.badge--bot{color:#3c568e;background:#e2e9f8}.badge--closed,.status-pill--inactive{color:#6b6f6d;background:#e6e8e7}.badge--open{color:#126044;background:#d9f1e7}.badge--pending{color:#765514;background:#f6e9c9}.inline-alert{padding:9px 16px;color:var(--danger);background:color-mix(in srgb,var(--danger) 9%,var(--surface));font-size:.82rem}.thread{min-height:0;padding:18px clamp(16px,5vw,64px);overflow-y:auto;background-image:radial-gradient(var(--line) .7px,transparent .7px);background-size:17px 17px}.message-row{display:flow-root}.date-divider{display:flex;align-items:center;gap:12px;clear:both;margin:12px 0;color:var(--muted);font-size:.7rem}.date-divider:before,.date-divider:after{height:1px;flex:1;background:var(--line);content:""}.message{width:fit-content;max-width:min(72%,650px);margin:5px 0;padding:9px 12px;border:1px solid var(--line);border-radius:4px 14px 14px;background:var(--surface);box-shadow:0 3px 9px #1428200a}.message--agent,.message--bot{float:right;clear:both;border-radius:14px 4px 14px 14px;background:var(--brand-soft)}.message--bot{background:#e8edf7}:root[data-theme=dark] .message--bot{background:#273347}.message--system{max-width:90%;margin:12px auto;padding:5px 12px;border:0;border-radius:999px;color:var(--muted);background:color-mix(in srgb,var(--surface) 85%,transparent);text-align:center;font-size:.75rem}.message small{display:block;margin-bottom:4px;color:var(--brand);font-size:.67rem;font-weight:700}.message p{margin:0;white-space:pre-wrap;overflow-wrap:anywhere;line-height:1.45}.message-media{display:block;width:min(360px,100%);max-height:360px;margin:4px 0 8px;border-radius:9px;object-fit:cover}.message-audio{display:block;width:min(320px,100%);margin:5px 0}.message-document{display:inline-flex;margin:4px 0 8px;color:var(--brand-strong);font-weight:700}.message footer{display:flex;align-items:center;justify-content:flex-end;gap:4px;margin-top:4px;color:var(--muted);font-size:.64rem}.message footer svg{width:13px;height:13px}.composer{display:flex;align-items:flex-end;gap:10px;padding:13px clamp(16px,4vw,45px);border-top:1px solid var(--line);background:var(--surface)}.composer textarea{min-height:44px;max-height:130px;flex:1;resize:vertical;padding:11px 13px;border:1px solid var(--line);border-radius:12px;background:var(--surface-soft);line-height:1.4}.status-view{display:grid;min-height:180px;place-content:center;justify-items:center;gap:8px;padding:28px;color:var(--muted);text-align:center}.status-view svg{width:26px;height:26px}.status-view strong{color:var(--text)}.status-view button{margin-top:6px;padding:8px 12px;border:1px solid var(--line);border-radius:8px;background:var(--surface)}.status-view--error svg{color:var(--danger)}.page-section{min-height:100%;padding:clamp(24px,5vw,64px)}.page-header{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:28px}.page-header h1{margin-bottom:7px;font-size:2.2rem}.page-header p:last-child{color:var(--muted)}.users-table-wrap{overflow-x:auto;border:1px solid var(--line);border-radius:16px;background:var(--surface);box-shadow:var(--shadow)}table{width:100%;border-collapse:collapse}th,td{padding:14px 18px;border-bottom:1px solid var(--line);text-align:left;white-space:nowrap}th{color:var(--muted);background:var(--surface-soft);font-size:.72rem;letter-spacing:.05em;text-transform:uppercase}tbody tr:last-child td{border-bottom:0}tr.inactive{opacity:.62}.table-person{display:flex;align-items:center;gap:11px}.table-person>span:last-child{display:grid}.table-person small{color:var(--muted)}.table-actions{display:flex;justify-content:flex-end;gap:6px}.drawer-backdrop{position:fixed;z-index:30;inset:0;display:flex;justify-content:flex-end;background:#08140f7a;width:auto;height:auto;max-width:none;max-height:none;padding:0;border:0}.drawer-backdrop::backdrop{background:#08140f7a}.user-drawer{width:min(440px,100%);height:100%;padding:28px;overflow-y:auto;background:var(--surface);box-shadow:-12px 0 40px #00000026}.user-drawer header{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:32px}.user-drawer h2{margin:0;font-size:1.8rem}.user-drawer form{display:grid;gap:18px}.user-drawer form>small{margin-top:-11px;color:var(--muted)}.form-actions{display:flex;justify-content:flex-end;gap:9px;margin-top:12px}.form-actions>button:first-child{padding:9px 15px;border:0;background:transparent}.profile-card{max-width:640px;padding:clamp(24px,5vw,46px);border:1px solid var(--line);border-radius:20px;background:var(--surface);box-shadow:var(--shadow)}.profile-avatar{display:grid;width:76px;height:76px;place-items:center;margin-bottom:20px;border-radius:24px 24px 24px 8px;color:var(--brand-strong);background:var(--brand-soft);font-family:Manrope;font-size:2rem;font-weight:700}.profile-card h2{display:inline-block;margin:0 10px 0 0}.profile-card dl{display:grid;gap:0;margin:32px 0}.profile-card dl div{padding:16px 0;border-top:1px solid var(--line)}.profile-card dt{display:flex;align-items:center;gap:7px;color:var(--muted);font-size:.78rem}.profile-card dd{margin:6px 0 0 26px;font-weight:600;overflow-wrap:anywhere}@media(max-width:1080px){.inbox{grid-template-columns:340px minmax(0,1fr)}.detail-header{align-items:flex-start;flex-wrap:wrap}.detail-actions{width:100%;margin-left:54px;justify-content:flex-start;overflow-x:auto}}@media(max-width:760px){.login-page{display:block}.login-panel{min-height:100vh;margin:auto;padding:100px 28px 38px}.login-panel .brand{top:26px}.login-art{display:none}.app-frame{height:100dvh;grid-template:minmax(0,1fr) 64px / 1fr}.app-main{height:auto;grid-row:1}.sidebar{grid-row:2;flex-direction:row;padding:6px 10px;border-top:1px solid #1d4d3e;border-right:0}.sidebar>.brand{display:none}.sidebar nav,.sidebar__bottom{display:flex;width:auto;margin:0}.sidebar nav{flex:1;justify-content:space-around}.sidebar__bottom button:first-child{display:none}.sidebar button{min-width:58px;min-height:48px}.offline-banner{inset:auto 0 64px}.inbox{display:block;height:100%}.inbox-list-panel{height:100%;border:0}.inbox .detail-empty,.inbox--detail .inbox-list-panel{display:none}.inbox--detail .detail-panel{display:grid;height:100%}.detail-header{min-height:72px;padding:10px 13px}.back-button{display:inline-grid}.detail-actions{margin-left:0;padding-left:47px}.detail-actions>button{min-width:max-content}.conversation-state{padding-inline:14px}.thread{padding:13px}.message{max-width:88%}.page-section{padding:24px 16px}.page-header{align-items:flex-end}.page-header p:last-child{display:none}.page-header .button{padding-inline:11px}th,td{padding:12px}th:nth-child(4),td:nth-child(4){display:none}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}@keyframes spin{to{transform:rotate(360deg)}}
