@keyframes cc-pulse-dot{0%,to{opacity:1}50%{opacity:.4}}@keyframes cc-card-in{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}@keyframes cc-fade-in{0%{opacity:0}to{opacity:1}}.cc-root{color:#0f172a;height:100vh;font-family:var(--font-geist-sans,system-ui, sans-serif);background:#fff;flex-direction:column;display:flex;overflow:hidden}.cc-topbar{z-index:40;background:#fff;border-bottom:1px solid #e2e8f0;flex-shrink:0;align-items:center;gap:0;height:52px;padding:0 20px;display:flex}.cc-topbar__left{flex-shrink:0;align-items:center;gap:10px;margin-right:24px;display:flex}.cc-topbar__logo{align-items:center;gap:7px;text-decoration:none;transition:opacity .15s;display:flex}.cc-topbar__logo:hover{opacity:.75}.cc-topbar__logo-mark{color:#fff;letter-spacing:.02em;width:28px;height:28px;font-size:9px;font-weight:800;font-family:var(--font-geist-mono,monospace);background:linear-gradient(135deg,#00c16a,#008e4e);border-radius:7px;justify-content:center;align-items:center;display:flex}.cc-topbar__logo-name{color:#0f172a;letter-spacing:-.02em;font-size:15px;font-weight:700}.cc-topbar__divider{background:#e2e8f0;flex-shrink:0;width:1px;height:16px}.cc-topbar__biz{color:#475569;text-overflow:ellipsis;white-space:nowrap;max-width:140px;font-size:13px;font-weight:500;overflow:hidden}.cc-topbar__nav{flex:1;align-items:center;gap:2px;display:flex}@media (max-width:640px){.cc-topbar__nav{display:none}}.cc-topbar__nav-link{color:#475569;cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:8px;align-items:center;gap:6px;height:34px;padding:0 14px;font-size:13px;font-weight:500;text-decoration:none;transition:all .15s;display:flex}.cc-topbar__nav-link svg{flex-shrink:0;width:15px;height:15px}.cc-topbar__nav-link:hover{color:#0f172a;background:#f8fafc}.cc-topbar__nav-link--active{color:#0f172a;background:#f1f5f9;font-weight:600}.cc-topbar__right{flex-shrink:0;align-items:center;gap:8px;margin-left:auto;display:flex}.cc-topbar__cmd-trigger{color:#94a3b8;cursor:pointer;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;align-items:center;gap:7px;height:32px;padding:0 10px;font-size:12px;transition:all .15s;display:flex}.cc-topbar__cmd-trigger:hover{color:#475569;background:#f1f5f9;border-color:#cbd5e1}.cc-topbar__cmd-trigger span{white-space:nowrap}.cc-topbar__cmd-trigger-icon{flex-shrink:0;align-items:center;gap:2px;display:flex}.cc-topbar__cmd-trigger-icon kbd{min-width:18px;height:16px;font-size:10px;font-family:var(--font-geist-mono,monospace);color:#94a3b8;background:#fff;border:1px solid #e2e8f0;border-radius:3px;justify-content:center;align-items:center;padding:0 3px;line-height:1;display:inline-flex}.cc-topbar__status{white-space:nowrap;border-radius:20px;align-items:center;gap:5px;padding:4px 10px;font-size:11px;font-weight:600;display:flex}.cc-topbar__status--live{color:#00c16a;background:#00c16a1a}.cc-topbar__status--offline{color:#94a3b8;background:#f8fafc}.cc-topbar__status-dot{background:currentColor;border-radius:50%;flex-shrink:0;width:6px;height:6px}.cc-topbar__status--live .cc-topbar__status-dot{animation:2s ease-in-out infinite cc-pulse-dot}.cc-topbar__avatar{color:#fff;cursor:default;background:linear-gradient(135deg,#6366f1,#3438ed);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;font-size:11px;font-weight:700;display:flex}.cc-topbar__sign-out{color:#94a3b8;cursor:pointer;background:0 0;border:1px solid #e2e8f0;border-radius:8px;justify-content:center;align-items:center;width:30px;height:30px;transition:all .15s;display:flex}.cc-topbar__sign-out:hover{color:#ef4444;background:#ef44440a;border-color:#ef44444d}.cc-main{background:#fff;flex-direction:column;flex:1;min-height:0;display:flex;overflow:hidden}.cc-monitor{flex-direction:column;flex:1;gap:16px;padding:24px 28px;display:flex;overflow:hidden}@media (max-width:767px){.cc-monitor{padding:16px;padding-bottom:calc(64px + env(safe-area-inset-bottom))}}.cc-monitor__header{flex-shrink:0;justify-content:space-between;align-items:center;display:flex}.cc-monitor__title{color:#0f172a;letter-spacing:-.02em;font-size:17px;font-weight:700}.cc-monitor__meta{align-items:center;gap:16px;display:flex}.cc-monitor__stat{color:#475569;align-items:center;gap:5px;font-size:12px;font-weight:500;display:flex}.cc-monitor__stat-dot{border-radius:50%;flex-shrink:0;width:5px;height:5px}.cc-monitor__search{flex-shrink:0;position:relative}.cc-monitor__search-icon{color:#94a3b8;pointer-events:none;width:14px;height:14px;position:absolute;top:50%;left:11px;transform:translateY(-50%)}.cc-monitor__search input{color:#0f172a;background:#f8fafc;border:1px solid #e2e8f0;border-radius:9px;outline:none;width:100%;height:38px;padding:0 12px 0 34px;font-size:13px;transition:border-color .15s}.cc-monitor__search input::placeholder{color:#94a3b8}.cc-monitor__search input:focus{background:#fff;border-color:#cbd5e1}.cc-monitor__filters{flex-wrap:wrap;flex-shrink:0;align-items:center;gap:6px;display:flex}.cc-monitor__grid{scrollbar-width:thin;scrollbar-color:#f1f5f9 #0000;flex-direction:column;flex:1;gap:6px;padding-right:2px;display:flex;overflow-y:auto}.cc-monitor__grid::-webkit-scrollbar{width:4px}.cc-monitor__grid::-webkit-scrollbar-track{background:0 0}.cc-monitor__grid::-webkit-scrollbar-thumb{background:#e2e8f0;border-radius:4px}.cc-monitor__empty{color:#94a3b8;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:10px;padding:60px 20px;display:flex}.cc-monitor__empty-icon{background:#f8fafc;border:1px solid #e2e8f0;border-radius:14px;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.cc-monitor__empty-title{color:#475569;margin:0;font-size:14px;font-weight:600}.cc-monitor__empty-sub{color:#94a3b8;text-align:center;max-width:240px;margin:0;font-size:13px}.cc-flows-view{flex:1;min-height:0;display:flex;overflow:hidden}.cc-flows-view__list{border-right:1px solid #e2e8f0;flex-direction:column;flex-shrink:0;width:360px;display:flex;overflow:hidden}.cc-flows-view__list .cc-monitor{padding:16px}.cc-flows-view__thread{flex-direction:column;flex:1;min-width:0;display:flex;overflow:hidden}.cc-flows-view__placeholder{color:#94a3b8;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:10px;padding:40px;display:flex}.cc-flows-view__placeholder-icon{color:#94a3b8;background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:4px;display:flex}.cc-flows-view__placeholder-title{color:#475569;margin:0;font-size:15px;font-weight:600}.cc-flows-view__placeholder-sub{color:#94a3b8;text-align:center;margin:0;font-size:13px}@media (min-width:768px) and (max-width:1023px){.cc-flows-view__list{width:280px}}@media (max-width:767px){.cc-flows-view__list{border-right:none;width:100%}.cc-flows-view__list--hidden-mobile{display:none}.cc-flows-view__list .cc-monitor{padding:16px;padding-bottom:calc(64px + env(safe-area-inset-bottom))}.cc-flows-view__thread{width:100%}.cc-flows-view__thread--hidden-mobile{display:none}}.cc-thread-loading{flex:1;justify-content:center;align-items:center;display:flex}.cc-thread-loading__spinner{border:2px solid #e2e8f0;border-top-color:#00c16a;border-radius:50%;width:24px;height:24px;animation:.7s linear infinite cc-spin}@keyframes cc-spin{to{transform:rotate(360deg)}}.cc-filter-pill{cursor:pointer;border:1px solid #0000;border-radius:8px;align-items:center;gap:5px;height:30px;padding:0 12px;font-size:12px;font-weight:500;transition:all .15s;display:inline-flex}.cc-filter-pill--default{color:#475569;background:#f8fafc;border-color:#e2e8f0}.cc-filter-pill--default:hover{color:#0f172a;background:#f1f5f9;border-color:#cbd5e1}.cc-filter-pill--active{color:#0f172a;background:#f1f5f9;border-color:#cbd5e1;font-weight:600}.cc-filter-pill__count{color:#94a3b8;font-size:11px;font-weight:500}.cc-flow-card{text-align:left;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:12px;align-items:center;gap:14px;width:100%;padding:14px 16px;font-family:inherit;text-decoration:none;transition:all .15s;animation:.2s both cc-card-in;display:flex}.cc-flow-card:hover{background:#f8fafc;border-color:#cbd5e1}.cc-flow-card--selected{background:#f8fafc;border-color:#00c16a;box-shadow:inset 3px 0 #00c16a}.cc-flow-card--selected:hover{background:#f8fafc}.cc-flow-card--urgent{border-left:3px solid #ef4444}.cc-flow-card--urgent:hover{border-color:#cbd5e1 #cbd5e1 #cbd5e1 #ef4444}.cc-flow-card--owner{border-left:3px solid #f59e0b}.cc-flow-card--owner:hover{border-color:#cbd5e1 #cbd5e1 #cbd5e1 #f59e0b}.cc-flow-card--ai{border-left:3px solid #00c16a}.cc-flow-card--ai:hover{border-color:#cbd5e1 #cbd5e1 #cbd5e1 #00c16a}.cc-flow-card--resolved{opacity:.6}.cc-flow-card--resolved:hover{opacity:1}.cc-flow-card__avatar{color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;font-size:13px;font-weight:700;display:flex}.cc-flow-card__body{flex-direction:column;flex:1;gap:3px;min-width:0;display:flex}.cc-flow-card__row{justify-content:space-between;align-items:center;gap:8px;display:flex}.cc-flow-card__name{color:#0f172a;text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:600;overflow:hidden}.cc-flow-card__time{color:#94a3b8;flex-shrink:0;font-size:11px}.cc-flow-card__preview{color:#475569;text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:13px;overflow:hidden}.cc-flow-card__footer{justify-content:space-between;align-items:center;gap:8px;display:flex}.cc-flow-card__status{color:#475569;align-items:center;gap:4px;font-size:11px;font-weight:500;display:inline-flex}.cc-flow-card__status--urgent{color:#ef4444}.cc-flow-card__status--owner{color:#f59e0b}.cc-flow-card__status--ai{color:#00c16a}.cc-flow-card__status--resolved{color:#94a3b8}.cc-flow-card__status-dot{background:currentColor;border-radius:50%;flex-shrink:0;width:6px;height:6px}.cc-flow-card__status--ai .cc-flow-card__status-dot{animation:2s ease-in-out infinite cc-pulse-dot}.cc-flow-card__channel{color:#94a3b8;text-transform:capitalize;background:#f8fafc;border:1px solid #e2e8f0;border-radius:5px;padding:2px 7px;font-size:11px}.cc-cmd-overlay{z-index:200;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0f172a66;justify-content:center;align-items:flex-start;padding-top:80px;animation:.1s cc-fade-in;display:flex;position:fixed;inset:0}.cc-cmd-palette{background:#fff;border:1px solid #e2e8f0;border-radius:16px;width:100%;max-width:560px;margin:0 16px;animation:.15s cc-card-in;overflow:hidden;box-shadow:0 20px 60px #0f172a26,0 4px 16px #0f172a14}.cc-cmd-palette__search{border-bottom:1px solid #e2e8f0;align-items:center;gap:10px;padding:14px 16px;display:flex}.cc-cmd-palette__search-icon{color:#94a3b8;flex-shrink:0}.cc-cmd-palette__search input{color:#0f172a;background:0 0;border:none;outline:none;flex:1;font-size:14px}.cc-cmd-palette__search input::placeholder{color:#94a3b8}.cc-cmd-palette__search-hint{color:#94a3b8;flex-shrink:0;align-items:center;gap:6px;font-size:11px;display:flex}.cc-cmd-palette__search-hint kbd{height:18px;font-size:10px;font-family:var(--font-geist-mono,monospace);color:#475569;background:#f8fafc;border:1px solid #e2e8f0;border-radius:4px;align-items:center;padding:0 5px;display:inline-flex}.cc-cmd-palette__list{scrollbar-width:thin;scrollbar-color:#f1f5f9 #0000;max-height:380px;padding:8px;overflow-y:auto}.cc-cmd-palette__section{text-transform:uppercase;letter-spacing:.08em;color:#94a3b8;padding:8px 10px 4px;font-size:10px;font-weight:600}.cc-cmd-palette__item{color:#0f172a;cursor:pointer;text-align:left;background:0 0;border:none;border-radius:8px;align-items:center;gap:10px;width:100%;padding:9px 10px;font-size:13px;transition:all .15s;display:flex}.cc-cmd-palette__item--focused,.cc-cmd-palette__item:hover{background:#f8fafc}.cc-cmd-palette__item-icon{color:#475569;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;display:flex}.cc-cmd-palette__item-icon svg{width:14px;height:14px}.cc-cmd-palette__item-label{flex:1;font-weight:500}.cc-cmd-palette__item-hint{color:#94a3b8;font-size:11px;font-family:var(--font-geist-mono,monospace)}.cc-cmd-palette__empty{text-align:center;color:#94a3b8;padding:24px;font-size:13px}.cc-thread{background:#fff;flex-direction:column;height:100%;display:flex;overflow:hidden}.cc-thread__header{background:#fff;border-bottom:1px solid #e2e8f0;flex-shrink:0;align-items:center;gap:12px;padding:12px 20px;display:flex}.cc-thread__back{color:#475569;cursor:pointer;background:0 0;border:1px solid #e2e8f0;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-family:inherit;text-decoration:none;transition:all .15s;display:flex}.cc-thread__back:hover{color:#0f172a;background:#f8fafc}.cc-thread__back svg{width:16px;height:16px}@media (min-width:768px){.cc-thread__back--mobile-only{display:none}}.cc-thread__info{flex-wrap:wrap;flex:1;align-items:center;gap:8px;min-width:0;display:flex}.cc-thread__name{color:#0f172a;white-space:nowrap;font-size:14px;font-weight:700}.cc-thread__channel{color:#94a3b8;text-transform:capitalize;background:#f8fafc;border:1px solid #e2e8f0;border-radius:5px;padding:2px 8px;font-size:11px}.cc-thread__messages{scrollbar-width:thin;scrollbar-color:#e2e8f0 #0000;background:#f8fafc;flex-direction:column;flex:1;gap:2px;padding:20px;display:flex;overflow-y:auto}.cc-thread__messages::-webkit-scrollbar{width:4px}.cc-thread__messages::-webkit-scrollbar-track{background:0 0}.cc-thread__messages::-webkit-scrollbar-thumb{background:#e2e8f0;border-radius:4px}.cc-thread__day-divider{align-items:center;gap:10px;margin:12px 0;display:flex}.cc-thread__day-divider:before,.cc-thread__day-divider:after{content:"";background:#e2e8f0;flex:1;height:1px}.cc-thread__day-divider span{color:#94a3b8;white-space:nowrap;font-size:11px;font-weight:500}.cc-thread__msg{margin-bottom:10px;display:flex}.cc-thread__msg--customer{justify-content:flex-start}.cc-thread__msg--ai,.cc-thread__msg--owner{justify-content:flex-end}.cc-thread__bubble-wrap{flex-direction:column;max-width:70%;display:flex}.cc-thread__msg--customer .cc-thread__bubble-wrap{align-items:flex-start}.cc-thread__msg--ai .cc-thread__bubble-wrap,.cc-thread__msg--owner .cc-thread__bubble-wrap{align-items:flex-end}.cc-thread__bubble{border-radius:16px;padding:10px 14px;font-size:14px;line-height:1.55}.cc-thread__msg--customer .cc-thread__bubble{color:#0f172a;background:#fff;border:1px solid #e2e8f0;border-radius:16px 16px 16px 4px}.cc-thread__msg--ai .cc-thread__bubble{color:#fff;background:#00c16a;border-radius:16px 16px 4px}.cc-thread__msg--owner .cc-thread__bubble{color:#fff;background:#0f172a;border-radius:16px 16px 4px}.cc-thread__meta{color:#94a3b8;margin-top:4px;padding:0 2px;font-size:11px}.cc-thread__empty{color:#94a3b8;justify-content:center;align-items:center;height:80px;font-size:13px;display:flex}.cc-thread__status-bar{color:#475569;background:#fff;border-top:1px solid #e2e8f0;flex-shrink:0;justify-content:center;align-items:center;gap:7px;padding:12px 20px;font-size:13px;display:flex}.cc-thread__status-bar-dot{border-radius:50%;flex-shrink:0;width:6px;height:6px}.cc-thread__status-bar-dot--green{background:#00c16a;animation:2s ease-in-out infinite cc-pulse-dot}.cc-thread__status-bar-dot--gray{background:#94a3b8}.cc-thread__handback{flex-shrink:0;padding:8px 16px}.cc-thread__handback button{color:#475569;cursor:pointer;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;justify-content:center;align-items:center;gap:7px;width:100%;padding:10px;font-size:13px;font-weight:500;transition:all .15s;display:flex}.cc-thread__handback button:hover{color:#0f172a;background:#f1f5f9;border-color:#cbd5e1}.cc-thread__handback button svg{width:15px;height:15px}.cc-badge{border:1px solid #0000;border-radius:6px;align-items:center;gap:4px;padding:3px 8px;font-size:11px;font-weight:600;display:inline-flex}.cc-badge--urgent{color:#ef4444;background:#ef444414;border-color:#ef444433}.cc-badge--owner{color:#f59e0b;background:#f59e0b1a;border-color:#f59e0b33}.cc-badge--ai{color:#00c16a;background:#00c16a1a;border-color:#00c16a33}.cc-badge--resolved{color:#94a3b8;background:#f8fafc;border-color:#e2e8f0}.cc-reply{padding:12px 16px;padding-bottom:max(12px,env(safe-area-inset-bottom));background:#fff;border-top:1px solid #e2e8f0;flex-shrink:0;align-items:flex-end;gap:10px;display:flex}.cc-reply__textarea{color:#0f172a;resize:none;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;outline:none;flex:1;max-height:120px;padding:10px 14px;font-family:inherit;font-size:14px;line-height:1.5;transition:border-color .15s}.cc-reply__textarea::placeholder{color:#94a3b8}.cc-reply__textarea:focus{background:#fff;border-color:#cbd5e1}.cc-reply__send{cursor:pointer;background:#00c16a;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;transition:all .15s;display:flex}.cc-reply__send:disabled{opacity:.35;cursor:default}.cc-reply__send:not(:disabled):hover{background:#00a259}.cc-reply__send:not(:disabled):active{transform:scale(.94)}.cc-reply__send svg{color:#fff;width:16px;height:16px}.cc-booking-card{background:#f59e0b0a;border:1px solid #f59e0b4d;border-radius:12px;margin:12px 16px 0;padding:14px 16px}.cc-booking-card__header{align-items:flex-start;gap:10px;margin-bottom:12px;display:flex}.cc-booking-card__icon{background:#f59e0b1a;border:1px solid #f59e0b33;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;display:flex}.cc-booking-card__icon svg{color:#f59e0b;width:16px;height:16px}.cc-booking-card__title{color:#0f172a;margin:0 0 3px;font-size:13px;font-weight:600}.cc-booking-card__detail{color:#475569;margin:0;font-size:12px}.cc-booking-card__input{color:#0f172a;background:#fff;border:1px solid #e2e8f0;border-radius:8px;outline:none;width:100%;margin-bottom:10px;padding:9px 12px;font-family:inherit;font-size:13px;transition:border-color .15s}.cc-booking-card__input::placeholder{color:#94a3b8}.cc-booking-card__input:focus{border-color:#f59e0b}.cc-booking-card__actions{gap:8px;display:flex}.cc-booking-card__btn{cursor:pointer;border:1px solid #0000;border-radius:8px;flex:1;padding:9px;font-size:13px;font-weight:600;transition:all .15s}.cc-booking-card__btn--confirm{color:#fff;background:#00c16a;border-color:#00c16a}.cc-booking-card__btn--confirm:hover{background:#00a259}.cc-booking-card__btn--confirm:disabled{opacity:.4;cursor:default}.cc-booking-card__btn--decline{color:#ef4444;background:#fff;border-color:#e2e8f0}.cc-booking-card__btn--decline:hover{background:#ef44440a;border-color:#ef444466}.cc-booking-card__btn--decline:disabled{opacity:.4;cursor:default}.cc-booking-card__btn--cancel{color:#475569;background:#f8fafc;border-color:#e2e8f0}.cc-booking-card__btn--cancel:hover{color:#0f172a;border-color:#cbd5e1}.cc-booking-card__done{align-items:center;gap:8px;font-size:13px;font-weight:500;display:flex}.cc-booking-card__done--confirm{color:#00c16a}.cc-booking-card__done--decline{color:#ef4444}.cc-booking-card__done svg{flex-shrink:0;width:16px;height:16px}.cc-booking-card__error{color:#ef4444;margin-bottom:8px;font-size:12px}.cc-reports{flex-direction:column;flex:1;display:flex;overflow:hidden}.cc-reports__header{background:#fff;border-bottom:1px solid #e2e8f0;flex-shrink:0;padding:20px 28px 16px}.cc-reports__title{color:#0f172a;letter-spacing:-.02em;margin:0;font-size:17px;font-weight:700}.cc-reports__sub{color:#94a3b8;margin:2px 0 0;font-size:13px}.cc-reports__body{flex-direction:column;flex:1;gap:24px;padding:24px 28px;display:flex;overflow-y:auto}@media (max-width:767px){.cc-reports__body{padding:16px;padding-bottom:calc(64px + env(safe-area-inset-bottom))}}.cc-reports__stats{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}@media (max-width:500px){.cc-reports__stats{grid-template-columns:1fr}}.cc-reports__stat-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:20px}.cc-reports__stat-label{text-transform:uppercase;letter-spacing:.06em;color:#94a3b8;margin-bottom:8px;font-size:11px;font-weight:600}.cc-reports__stat-value{color:#0f172a;letter-spacing:-.03em;font-size:30px;font-weight:800}.cc-reports__section-title{color:#475569;text-transform:uppercase;letter-spacing:.06em;margin-bottom:10px;font-size:13px;font-weight:600}.cc-reports__table{border:1px solid #e2e8f0;border-radius:12px;overflow:hidden}.cc-reports__row{background:#fff;border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;padding:14px 18px;transition:all .15s;display:flex}.cc-reports__row:last-child{border-bottom:none}.cc-reports__row:hover{background:#f8fafc}.cc-reports__row-main{min-width:0}.cc-reports__row-name{color:#0f172a;text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:500;overflow:hidden}.cc-reports__row-meta{color:#94a3b8;text-transform:capitalize;margin-top:2px;font-size:12px}.cc-reports__row-count{text-align:right;flex-shrink:0;margin-left:16px}.cc-reports__row-count-num{color:#0f172a;font-size:16px;font-weight:700}.cc-reports__row-count-label{color:#94a3b8;font-size:11px}.cc-reports__empty{color:#94a3b8;padding:12px 0;font-size:14px}.cc-mobile-bar{display:none}@media (max-width:767px){.cc-mobile-bar{z-index:50;padding-bottom:env(safe-area-inset-bottom);background:#fff;border-top:1px solid #e2e8f0;display:flex;position:fixed;bottom:0;left:0;right:0}}.cc-mobile-bar__item{color:#94a3b8;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:3px;padding:10px 0;font-size:10px;font-weight:600;text-decoration:none;transition:color .15s;display:flex}.cc-mobile-bar__item svg{width:20px;height:20px}.cc-mobile-bar__item--active{color:#00c16a}
@keyframes sc-fab-entrance{0%{opacity:0;transform:scale(.4)rotate(-180deg)}60%{transform:scale(1.15)rotate(10deg)}to{opacity:1;transform:scale(1)rotate(0)}}@keyframes sc-pulse-ring{0%{opacity:.5;transform:scale(1)}to{opacity:0;transform:scale(2.2)}}@keyframes sc-window-in{0%{opacity:0;filter:blur(8px);transform:translateY(24px)scale(.92)}to{opacity:1;filter:blur();transform:translateY(0)scale(1)}}@keyframes sc-window-out{0%{opacity:1;filter:blur();transform:translateY(0)scale(1)}to{opacity:0;filter:blur(8px);transform:translateY(24px)scale(.92)}}@keyframes sc-msg-in{0%{opacity:0;transform:translateY(12px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes sc-typing-dot{0%,60%,to{opacity:.4;transform:translateY(0)}30%{opacity:1;transform:translateY(-6px)}}@keyframes sc-shimmer-bar{0%{left:-40%}to{left:140%}}@keyframes sc-badge-bounce{0%,to{transform:scale(1)}50%{transform:scale(1.25)}}@keyframes sc-icon-rotate{0%{opacity:0;transform:rotate(0)scale(.5)}to{opacity:1;transform:rotate(0)scale(1)}}@keyframes sc-glow-breathe{0%,to{box-shadow:0 0 30px #00d97e66,0 0 60px #00d97e26,0 8px 32px #0006}50%{box-shadow:0 0 50px #00d97e99,0 0 100px #00d97e33,0 8px 32px #0006}}@keyframes sc-quick-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.sc-fab{z-index:9999;cursor:pointer;color:#000;-webkit-tap-highlight-color:#0000;background:linear-gradient(135deg,#00d97e 0%,#00a85f 100%);border:none;border-radius:50%;outline:none;justify-content:center;align-items:center;width:64px;height:64px;transition:transform .3s cubic-bezier(.34,1.56,.64,1),box-shadow .3s;animation:.6s cubic-bezier(.34,1.56,.64,1) 1s both sc-fab-entrance,3s ease-in-out 1.6s infinite sc-glow-breathe;display:flex;position:fixed;bottom:28px;right:28px}.sc-fab:hover{transform:scale(1.1);box-shadow:0 0 60px #00d97e99,0 0 120px #00d97e33,0 12px 40px #00000080}.sc-fab:active{transform:scale(.92)}.sc-fab--open{animation:none;box-shadow:0 0 30px #00d97e4d,0 8px 32px #0006}.sc-fab__pulse{pointer-events:none;border:2px solid #00d97e;border-radius:50%;animation:2.5s cubic-bezier(.4,0,.2,1) infinite sc-pulse-ring;position:absolute;inset:0}.sc-fab__pulse--delayed{animation-delay:.8s}.sc-fab--open .sc-fab .sc-fab__pulse{opacity:0;animation:none}.sc-fab__icon-wrap{justify-content:center;align-items:center;width:28px;height:28px;display:flex;position:relative}.sc-fab__icon{width:28px;height:28px;transition:opacity .25s,transform .35s cubic-bezier(.34,1.56,.64,1);position:absolute}.sc-fab__icon--close{width:22px;height:22px}.sc-fab__icon--hidden{opacity:0;transform:rotate(90deg)scale(.5)}.sc-fab__badge{color:#fff;pointer-events:none;background:#ff4757;border:3px solid #08080f;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;font-size:11px;font-weight:800;animation:2s ease-in-out infinite sc-badge-bounce;display:flex;position:absolute;top:-4px;right:-4px}.sc-window{z-index:9998;-webkit-backdrop-filter:blur(40px)saturate(1.3);opacity:0;pointer-events:none;filter:blur(8px);background:#0a0a12eb;border:1px solid #ffffff1a;border-radius:22px;flex-direction:column;width:400px;max-width:calc(100vw - 32px);max-height:min(680px,100vh - 140px);transition:none;display:flex;position:fixed;bottom:104px;right:28px;overflow:hidden;transform:translateY(24px)scale(.92);box-shadow:0 32px 100px #000000b3,0 0 0 1px #ffffff0d,0 0 60px #00d97e0f,inset 0 1px #ffffff0f}.sc-window--open{opacity:1;pointer-events:all;filter:blur();animation:.4s cubic-bezier(.34,1.56,.64,1) forwards sc-window-in;transform:translateY(0)scale(1)}@media (max-width:480px){.sc-window{border-radius:18px;width:calc(100vw - 16px);max-height:calc(100vh - 120px);bottom:96px;right:8px}}.sc-header{background:linear-gradient(#00d97e14 0%,#0a0a1200 100%);border-bottom:1px solid #ffffff0f;flex-shrink:0;justify-content:space-between;align-items:center;padding:16px 20px;display:flex;position:relative}.sc-header:after{content:"";opacity:.6;background:linear-gradient(90deg,#0000 0%,#00d97e80 50%,#0000 100%);height:1px;position:absolute;bottom:0;left:0;right:0}.sc-header__left{align-items:center;gap:12px;display:flex}.sc-header__avatar{background:linear-gradient(135deg,#00d97e26 0%,#128c7e14 100%);border:1px solid #00d97e40;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;display:flex;position:relative}.sc-header__avatar svg{color:#00d97e;width:20px;height:20px}.sc-header__avatar-dot{background:#00d97e;border:2.5px solid #0d0d1a;border-radius:50%;width:12px;height:12px;position:absolute;bottom:-2px;right:-2px;box-shadow:0 0 8px #00d97e99}.sc-header__title{color:#f1f5f9;letter-spacing:-.02em;margin:0;font-size:14px;font-weight:800}.sc-header__status{color:#00d97e;align-items:center;gap:5px;margin:2px 0 0;font-size:11px;font-weight:500;display:flex}.sc-header__status-dot{background:#00d97e;border-radius:50%;flex-shrink:0;width:6px;height:6px;animation:2s ease-in-out infinite sc-pulse-ring;box-shadow:0 0 6px #00d97ecc}.sc-header__close{color:#555;cursor:pointer;background:#ffffff0a;border:1px solid #ffffff14;border-radius:10px;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex}.sc-header__close svg{width:16px;height:16px}.sc-header__close:hover{color:#aaa;background:#ffffff14;border-color:#ffffff26}.sc-body{scroll-behavior:smooth;scrollbar-width:thin;scrollbar-color:#ffffff14 #0000;flex-direction:column;flex:1;gap:12px;min-height:0;padding:20px 16px;display:flex;overflow-y:auto}.sc-body::-webkit-scrollbar{width:4px}.sc-body::-webkit-scrollbar-track{background:0 0}.sc-body::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:4px}.sc-msg{align-items:flex-end;gap:8px;animation:.35s cubic-bezier(.34,1.56,.64,1) both sc-msg-in;display:flex}.sc-msg--user{justify-content:flex-end}.sc-msg--ai{justify-content:flex-start}.sc-msg__avatar{background:#00d97e1a;border:1px solid #00d97e33;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.sc-msg__avatar svg{color:#00d97e;width:14px;height:14px}.sc-msg__bubble{word-break:break-word;max-width:82%;padding:12px 16px;font-size:13.5px;line-height:1.65;position:relative}.sc-msg--ai .sc-msg__bubble{color:#d1d5db;background:#ffffff0d;border:1px solid #ffffff0f;border-radius:18px 18px 18px 6px}.sc-msg--user .sc-msg__bubble{color:#e8faf0;background:linear-gradient(135deg,#00d97e33 0%,#00a85f26 100%);border:1px solid #00d97e40;border-radius:18px 18px 6px;box-shadow:0 4px 16px #00d97e14}.sc-msg__thinking{gap:4px;padding:2px 4px;display:inline-flex}.sc-msg__thinking span{background:#00d97e;border-radius:50%;width:6px;height:6px;animation:1.4s ease-in-out infinite sc-typing-dot;display:inline-block}.sc-msg__thinking span:nth-child(2){animation-delay:.15s}.sc-msg__thinking span:nth-child(3){animation-delay:.3s}.sc-streaming-indicator{color:#00d97eb3;align-items:center;gap:8px;padding:4px 12px;font-size:11px;font-weight:500;display:flex}.sc-streaming-indicator__dot{background:#00d97e;border-radius:50%;width:6px;height:6px;animation:1.2s ease-in-out infinite sc-typing-dot}.sc-quick{flex-wrap:wrap;flex-shrink:0;gap:6px;padding:0 16px 14px;display:flex}.sc-quick__btn{color:#00d97ed9;cursor:pointer;white-space:nowrap;background:#00d97e0d;border:1px solid #00d97e33;border-radius:100px;padding:8px 14px;font-size:12px;font-weight:600;transition:all .25s cubic-bezier(.4,0,.2,1);animation:.4s cubic-bezier(.34,1.56,.64,1) both sc-quick-in}.sc-quick__btn:first-child{animation-delay:.15s}.sc-quick__btn:nth-child(2){animation-delay:.25s}.sc-quick__btn:nth-child(3){animation-delay:.35s}.sc-quick__btn:nth-child(4){animation-delay:.45s}.sc-quick__btn:hover{color:#00d97e;background:#00d97e1f;border-color:#00d97e66;transform:translateY(-2px);box-shadow:0 4px 16px #00d97e1a}.sc-quick__btn:active{transform:translateY(0)scale(.97)}.sc-quick__btn:disabled{opacity:.4;cursor:not-allowed;pointer-events:none}.sc-input{background:#ffffff05;border-top:1px solid #ffffff0f;flex-shrink:0;align-items:center;gap:8px;padding:12px 14px;display:flex}.sc-input__field{color:#e2e8f0;background:#ffffff0d;border:1px solid #ffffff14;border-radius:14px;outline:none;flex:1;padding:11px 16px;font-family:inherit;font-size:13.5px;transition:all .25s}.sc-input__field::placeholder{color:#3a3a4a}.sc-input__field:focus{background:#00d97e0a;border-color:#00d97e59;box-shadow:0 0 0 3px #00d97e0f}.sc-input__field:disabled{opacity:.5}.sc-input__send{color:#3a3a4a;cursor:pointer;background:#ffffff0d;border:none;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;transition:all .3s cubic-bezier(.34,1.56,.64,1);display:flex}.sc-input__send svg{width:18px;height:18px}.sc-input__send--active{color:#000;background:linear-gradient(135deg,#00d97e 0%,#00a85f 100%);box-shadow:0 0 20px #00d97e4d}.sc-input__send--active:hover{transform:scale(1.1);box-shadow:0 0 30px #00d97e80}.sc-input__send:disabled{cursor:default}.sc-footer{color:#2a2a3a;flex-shrink:0;justify-content:center;align-items:center;gap:5px;padding:8px 16px 10px;font-size:10px;display:flex}.sc-footer__brand{background:linear-gradient(135deg,#00d97e,#00a85f);-webkit-text-fill-color:#0000;letter-spacing:-.02em;-webkit-background-clip:text;background-clip:text;font-weight:800}
