:root{--cp-bg:#f8fafc;--cp-card:#fff;--cp-border:#e2e8f0;--cp-text:#0f172a;--cp-muted:#64748b;--cp-sidebar:#0b1736;--cp-sidebar-border:#94a3b824;--cp-sidebar-item:#94a3b8f2;--cp-sidebar-active-bg:#ffffff1c;--cp-sidebar-hover-bg:#ffffff0f;--cp-widget-bg:#e0e7ffb3;--cp-widget-border:#c7d2fe}*{box-sizing:border-box}body.cp-login-body,body.cp-app-body{color:var(--cp-text);background:var(--cp-bg);margin:0;font-family:Inter,Instrument Sans,Segoe UI,Arial,sans-serif}.cp-login-main{grid-template-columns:1fr 1fr;min-height:100vh;display:grid}.cp-login-hero{color:#fff;background:#020617;padding:42px 44px 26px;position:relative;overflow:hidden}.cp-login-hero:before{content:"";opacity:1;background:url(/images/auth-abstract-bg.svg) 50%/cover no-repeat;position:absolute;inset:0}.cp-login-hero:after{content:"";background:linear-gradient(135deg,#0206176b 0%,#020617a3 100%);position:absolute;inset:0}.cp-login-hero-content{z-index:1;flex-direction:column;justify-content:space-between;height:100%;display:flex;position:relative}.cp-brand{align-items:center;gap:10px;font-size:30px;font-weight:600;display:inline-flex}.cp-brand img{border-radius:10px;width:34px;height:34px}.cp-login-hero-copy{max-width:460px}.cp-login-hero-copy h1{letter-spacing:-.02em;margin:0;font-size:54px;line-height:1.07}.cp-login-hero-copy p{color:#e2e8f0f0;margin:16px 0 0;font-size:16px;line-height:1.6}.cp-login-hero-footer{text-transform:uppercase;letter-spacing:.32em;color:#94a3b8f2;margin:0;font-size:11px}.cp-login-panel{background:#f1f5f9;justify-content:center;align-items:center;padding:48px 24px;display:flex;position:relative}.cp-login-language{z-index:5;position:absolute;top:24px;right:24px}.cp-login-language-select{color:#334155;background:#fff;border:1px solid #cbd5e1;border-radius:8px;height:34px;padding:0 10px;font-size:12px}.cp-login-card{border:1px solid var(--cp-border);background:#fff;border-radius:12px;width:min(100%,480px);padding:32px;box-shadow:0 1px 2px #0f172a0a}.cp-login-card h2{letter-spacing:-.02em;margin:0;font-size:40px}.cp-login-subtitle{color:var(--cp-muted);margin:10px 0 22px;font-size:14px}.cp-alert-error{color:#991b1b;background:#fef2f2;border:1px solid #fecaca;border-radius:9px;margin-bottom:16px;padding:10px 12px;font-size:13px}.cp-form-group{margin-bottom:14px}.cp-form-group label{color:#334155;margin-bottom:6px;font-size:13px;font-weight:500;display:block}.cp-input{color:#0f172a;background:#fff;border:1px solid #cbd5e1;border-radius:8px;width:100%;height:42px;padding:0 12px;font-size:13px}.cp-input:focus{border-color:#6366f1;outline:none;box-shadow:0 0 0 3px #6366f121}.cp-remember-row{color:#475569;align-items:center;gap:8px;margin:2px 0 16px;font-size:13px;display:flex}.cp-btn-primary{color:#fff;letter-spacing:.01em;cursor:pointer;background:#0f172a;border:0;border-radius:8px;width:100%;height:44px;font-size:13px;font-weight:600;transition:background .12s}.cp-btn-primary:hover{background:#1e293b}.cp-btn-primary:disabled{opacity:.6;cursor:not-allowed}.cp-app-shell{background:var(--cp-bg);height:100vh;overflow:hidden}.cp-app{height:100vh;display:block}.cp-sidebar{z-index:30;background:var(--cp-sidebar);color:#fff;border-right:1px solid var(--cp-sidebar-border);flex-direction:column;width:246px;height:100vh;display:flex;position:fixed;top:0;bottom:0;left:0;overflow-y:auto}.cp-sidebar-head{border-bottom:1px solid var(--cp-sidebar-border);padding:14px 12px 10px}.cp-sidebar-brand{color:#fff;align-items:center;gap:9px;font-size:14px;font-weight:600;text-decoration:none;display:flex}.cp-sidebar-brand img{border-radius:999px;width:20px;height:20px}.cp-sidebar-nav{flex-direction:column;gap:2px;padding:12px 10px;display:flex}.cp-nav-separator{background:var(--cp-sidebar-border);height:1px;margin:8px 10px}.cp-nav-link{color:var(--cp-sidebar-item);border-radius:8px;align-items:center;gap:10px;padding:10px;font-size:12.8px;font-weight:500;line-height:1;text-decoration:none;transition:background .12s,color .12s;display:flex}.cp-nav-counter{color:#fff;background:#ffffff29;border:1px solid #ffffff59;border-radius:999px;justify-content:center;align-items:center;min-width:20px;height:20px;margin-left:auto;padding:0 6px;font-size:11px;font-weight:700;line-height:1;display:inline-flex}.cp-nav-link:hover{background:var(--cp-sidebar-hover-bg);color:#fff}.cp-nav-link.is-active{background:var(--cp-sidebar-active-bg);color:#fff;box-shadow:inset 2px 0 #fffffff2}.cp-nav-icon{text-align:center;opacity:.9;width:14px}.cp-sidebar-foot{border-top:1px solid var(--cp-sidebar-border);margin-top:auto;padding:10px}.cp-sidebar-powered-by{color:#94a3b8;padding:4px 10px 2px;font-size:11px;line-height:1.3;text-decoration:none;transition:color .12s;display:block}.cp-sidebar-powered-by:hover{color:#e2e8f0;text-decoration:underline}.cp-main-wrap{flex-direction:column;width:calc(100% - 246px);min-width:0;height:100vh;margin-left:246px;display:flex;overflow:hidden}.cp-header{z-index:20;border-bottom:1px solid var(--cp-border);background:#fff;justify-content:space-between;align-items:center;height:52px;padding:0 16px 0 22px;display:flex;position:sticky;top:0}.cp-header-title{text-transform:uppercase;letter-spacing:.1em;color:#475569;font-size:11px;font-weight:700}.cp-header-actions{align-items:center;gap:10px;display:flex}.cp-header-language,.cp-language-switcher{position:relative}.cp-language-trigger{color:#334155;cursor:pointer;background:linear-gradient(#fff 0%,#f8fafc 100%);border:1px solid #dbe3ef;border-radius:999px;align-items:center;gap:8px;height:34px;padding:0 12px 0 10px;font-size:13px;font-weight:600;transition:border-color .14s,box-shadow .14s,background .14s,color .14s;display:inline-flex;box-shadow:0 1px 2px #0f172a0a}.cp-language-trigger:hover{color:#1e293b;background:#fff;border-color:#c7d2fe;box-shadow:0 4px 14px #4f46e514}.cp-language-trigger[aria-expanded=true]{color:#312e81;background:#eef2ff;border-color:#a5b4fc;box-shadow:0 0 0 3px #6366f124}.cp-language-trigger-icon{color:#6366f1;flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;display:inline-flex}.cp-language-trigger-icon svg{width:18px;height:18px}.cp-language-trigger-label{white-space:nowrap;text-overflow:ellipsis;max-width:120px;overflow:hidden}.cp-language-trigger-chevron{color:#94a3b8;justify-content:center;align-items:center;width:16px;height:16px;transition:transform .14s,color .14s;display:inline-flex}.cp-language-trigger-chevron svg{width:16px;height:16px}.cp-language-trigger[aria-expanded=true] .cp-language-trigger-chevron{color:#6366f1;transform:rotate(180deg)}.cp-language-menu{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:60;background:#fffffffa;border:1px solid #dbe3ef;border-radius:16px;min-width:220px;padding:8px;position:absolute;top:calc(100% + 8px);right:0;box-shadow:0 20px 48px #0f172a24,0 4px 12px #0f172a0f}.cp-language-menu-title{letter-spacing:.08em;text-transform:uppercase;color:#94a3b8;padding:6px 10px 8px;font-size:11px;font-weight:700}.cp-language-option{color:#0f172a;text-align:left;cursor:pointer;background:0 0;border:none;border-radius:12px;grid-template-columns:34px 1fr 18px;align-items:center;gap:10px;width:100%;padding:10px;font-size:13px;font-weight:500;line-height:1.3;transition:background .12s,color .12s,transform .12s;display:grid}.cp-language-option:hover{color:#0f172a;background:#f8fafc}.cp-language-option.is-active{color:#3730a3;background:linear-gradient(#eef2ff 0%,#e0e7ff 100%);font-weight:600}.cp-language-option-code{color:#475569;letter-spacing:.06em;background:#f1f5f9;border-radius:8px;justify-content:center;align-items:center;width:34px;height:28px;font-size:11px;font-weight:700;display:inline-flex}.cp-language-option.is-active .cp-language-option-code{color:#4338ca;background:#ffffffb8}.cp-language-option-name{min-width:0}.cp-language-option-check{color:#4f46e5;justify-content:center;align-items:center;width:18px;height:18px;display:inline-flex}.cp-language-option-check svg{width:16px;height:16px}.cp-user-menu{align-items:center;gap:10px;display:flex;position:relative}.cp-avatar-dot{color:#fff;background:#0f172a;border:1px solid #0f172a;border-radius:999px;justify-content:center;align-items:center;width:28px;height:28px;font-size:11px;font-weight:700;display:inline-flex}.cp-dots-btn{border:1px solid var(--cp-border);color:#64748b;cursor:pointer;background:#fff;border-radius:999px;width:28px;height:28px;font-size:17px;line-height:1;transition:all .14s}.cp-dots-btn:hover{color:#334155;background:#f8fafc;border-color:#cbd5e1}.cp-dots-btn[aria-expanded=true]{color:#0f172a;background:#eef2ff;border-color:#94a3b8;box-shadow:0 0 0 3px #6366f11f}.cp-user-dropdown{z-index:50;background:#fff;border:1px solid #dbe3ef;border-radius:14px;min-width:252px;padding:8px;position:absolute;top:calc(100% + 10px);right:0;box-shadow:0 18px 44px #0f172a29,0 2px 6px #0f172a0f}.cp-user-dropdown-item{color:#0f172a;text-align:left;cursor:pointer;background:0 0;border:none;border-radius:10px;justify-content:space-between;align-items:center;gap:10px;width:100%;padding:9px 11px;font-size:13px;font-weight:500;line-height:1.3;transition:all .12s;display:flex}.cp-user-dropdown-item:hover{color:#0f172a;background:#f1f5f9}.cp-user-dropdown-item.is-active{color:#3730a3;background:#e0e7ff;font-weight:600}.cp-user-dropdown-divider{background:#e2e8f0;height:1px;margin:7px 2px}.cp-user-dropdown-item-danger{color:#dc2626}.cp-user-dropdown-item-danger:hover{color:#b91c1c;background:#fef2f2}.cp-dropdown-caret{color:#94a3b8;font-size:10px;transition:transform .12s}.cp-modal-backdrop{z-index:80;background:#0f172a61;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.cp-modal-backdrop[hidden]{display:none!important}.cp-modal-card{border:1px solid var(--cp-border);background:#fff;border-radius:12px;width:min(520px,100%);box-shadow:0 20px 44px #0f172a38}.cp-modal-head{border-bottom:1px solid var(--cp-border);justify-content:space-between;align-items:center;gap:12px;padding:14px 16px;display:flex}.cp-modal-title{color:#0f172a;margin:0;font-size:16px;font-weight:600}.cp-modal-close{border:1px solid var(--cp-border);color:#64748b;cursor:pointer;background:#fff;border-radius:999px;width:28px;height:28px;font-size:20px;line-height:1}.cp-modal-form{padding:14px 16px 16px}.cp-label{margin-bottom:12px;display:block}.cp-label>span{color:#334155;margin-bottom:6px;font-size:13px;font-weight:500;display:block}.cp-input.is-invalid{border-color:#ef4444}.cp-form-error{color:#b91c1c;margin-top:6px;font-size:12px;display:block}.cp-modal-hint{color:#64748b;margin:0 0 12px;font-size:12px}.cp-modal-actions{justify-content:flex-end;align-items:center;gap:8px;display:flex}.cp-btn{border:1px solid var(--cp-border);cursor:pointer;border-radius:8px;height:38px;padding:0 14px;font-size:13px;font-weight:600}.cp-btn-secondary{color:#334155;background:#fff}.cp-modal-actions .cp-btn-primary{width:auto;height:38px;padding:0 14px}.cp-meta-connect-spotlight{background:linear-gradient(#eef2ff 0%,#e0e7ff 100%);border:1px solid #c7d2fe;border-radius:14px;justify-content:center;max-width:520px;margin:6px auto 2px;padding:20px 18px;display:flex;box-shadow:inset 0 1px #ffffffb3,0 8px 20px #4f46e524}.cp-meta-connect-spotlight-btn{justify-content:center;align-items:center;width:auto;min-width:280px;height:42px;text-decoration:none;display:inline-flex}.cp-content{height:calc(100vh - 52px);padding:20px 22px;overflow-y:auto}.cp-content-card{border:1px solid var(--cp-border);background:var(--cp-card);border-radius:10px;padding:14px;box-shadow:0 1px 2px #0f172a08}.cp-content-card-title{margin:0;font-size:28px;font-weight:600}.cp-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:12px;display:grid}.cp-widget{border:1px solid var(--cp-widget-border);background:var(--cp-widget-bg);border-radius:10px;padding:13px 14px}.cp-widget h3{color:#1e293b;margin:0 0 6px;font-size:13px;font-weight:600}.cp-widget-value{color:#0f172a;margin:0;font-size:28px;font-weight:700}.cp-table-wrap{border:1px solid var(--cp-border);background:#fff;border-radius:10px;margin-top:12px;overflow:hidden}.cp-table{border-collapse:collapse;width:100%}.cp-table th{text-align:left;color:#475569;border-bottom:1px solid var(--cp-border);background:#f8fafc;padding:10px 12px;font-size:12px}.cp-table td{color:#1e293b;border-bottom:1px solid #f1f5f9;padding:10px 12px;font-size:13px}.cp-table tr:last-child td{border-bottom:0}.cp-table-interactive .cp-table-row-clickable{cursor:pointer;transition:background-color .12s}.cp-table-interactive .cp-table-row-clickable:hover,.cp-table-interactive .cp-table-row-clickable:focus-visible{background:#f8fafc;outline:none}.cp-table-interactive .cp-table-row-clickable.is-unread td{background:#fefce8}.cp-table-interactive .cp-table-row-clickable.is-unread:hover td,.cp-table-interactive .cp-table-row-clickable.is-unread:focus-visible td{background:#fef9c3}.cp-chat-unread-pill{color:#fff;background:#4f46e5;border-radius:999px;justify-content:center;align-items:center;min-width:18px;height:18px;margin-left:6px;padding:0 6px;font-size:10px;font-weight:700;display:inline-flex}body.cp-modal-open{overflow:hidden}.cp-chat-modal-card{border:1px solid var(--cp-border);background:#fff;border-radius:14px;flex-direction:column;width:min(760px,100%);max-height:min(88vh,860px);display:flex;overflow:hidden;box-shadow:0 20px 44px #0f172a38}.cp-chat-modal-head-main{min-width:0}.cp-chat-modal-subtitle{color:#64748b;margin-top:2px;font-size:12px}.cp-chat-meta{border-bottom:1px solid var(--cp-border);background:#f8fafc;padding:10px 16px}.cp-chat-meta-row{color:#334155;flex-wrap:wrap;gap:8px 16px;font-size:12px;display:flex}.cp-chat-meta-row+.cp-chat-meta-row{margin-top:4px}.cp-chat-messages{background:linear-gradient(#eef2ff 0%,#f8fafc 100%);flex:1;min-height:320px;max-height:min(68vh,640px);padding:16px;overflow-y:auto}.cp-chat-loading,.cp-chat-empty{text-align:center;color:#64748b;max-width:360px;margin:24px auto;font-size:13px}.cp-chat-empty-error{color:#b91c1c}.cp-chat-row{margin-bottom:10px;display:flex}.cp-chat-row.is-inbound{justify-content:flex-start}.cp-chat-row.is-outbound{justify-content:flex-end}.cp-chat-bubble{border-radius:16px;max-width:min(78%,520px);padding:10px 12px;box-shadow:0 1px 2px #0f172a0f}.cp-chat-modal-head{align-items:flex-start}.cp-chat-head-actions{flex:none;align-items:center;gap:10px;display:flex}.cp-bot-toggle{cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:8px;display:inline-flex}.cp-bot-toggle input{opacity:0;pointer-events:none;position:absolute}.cp-bot-toggle-track{background:#cbd5e1;border-radius:999px;width:38px;height:22px;transition:background-color .14s;position:relative}.cp-bot-toggle-track:after{content:"";background:#fff;border-radius:999px;width:18px;height:18px;transition:transform .14s;position:absolute;top:2px;left:2px;box-shadow:0 1px 2px #0f172a2e}.cp-bot-toggle input:checked+.cp-bot-toggle-track{background:#4f46e5}.cp-bot-toggle input:checked+.cp-bot-toggle-track:after{transform:translate(16px)}.cp-bot-toggle input:disabled+.cp-bot-toggle-track{opacity:.55}.cp-bot-toggle-label{color:#334155;white-space:nowrap;font-size:12px;font-weight:600}.cp-chat-composer{border-top:1px solid var(--cp-border);background:#fff;align-items:flex-end;gap:8px;padding:12px 14px;display:flex}.cp-chat-input{resize:vertical;color:#0f172a;background:#fff;border:1px solid #cbd5e1;border-radius:10px;flex:1;min-height:42px;max-height:120px;padding:10px 12px;font-family:inherit;font-size:13px;line-height:1.4}.cp-chat-input:focus{border-color:#6366f1;outline:none;box-shadow:0 0 0 3px #6366f121}.cp-chat-input:disabled{color:#94a3b8;background:#f8fafc}.cp-chat-send-btn{white-space:nowrap;width:auto;min-width:92px;height:42px;padding:0 14px}.cp-chat-sender-badge{letter-spacing:.02em;text-transform:uppercase;border-radius:999px;align-items:center;margin-bottom:6px;padding:2px 8px;font-size:10px;font-weight:700;display:inline-flex}.cp-chat-bubble--assistant .cp-chat-sender-badge{color:#eef2ff;background:#ffffff38}.cp-chat-bubble--operator .cp-chat-sender-badge{color:#ecfdf5;background:#ffffff3d}.cp-chat-row.is-system{justify-content:center}.cp-chat-bubble--assistant{color:#fff;background:linear-gradient(135deg,#4f46e5 0%,#6366f1 100%);border-bottom-right-radius:6px}.cp-chat-bubble--operator{color:#fff;background:linear-gradient(135deg,#059669 0%,#10b981 100%);border-bottom-right-radius:6px}.cp-chat-bubble--system{color:#475569;text-align:center;background:#94a3b82e;border:1px dashed #cbd5e1;border-radius:999px;max-width:min(92%,560px)}.cp-chat-bubble--outbound{color:#fff;background:linear-gradient(135deg,#334155 0%,#475569 100%);border-bottom-right-radius:6px}.cp-chat-bubble--assistant .cp-chat-bubble-error,.cp-chat-bubble--operator .cp-chat-bubble-error,.cp-chat-bubble--outbound .cp-chat-bubble-error{color:#fee2e2;border-top-color:#ffffff3d}.cp-chat-bubble--inbound{color:#0f172a;background:#fff;border:1px solid #e2e8f0;border-bottom-left-radius:6px}.cp-chat-bubble-text{white-space:pre-wrap;word-break:break-word;font-size:14px;line-height:1.45}.cp-chat-bubble-meta{opacity:.78;margin-top:6px;font-size:11px}.cp-chat-bubble-error{border-top:1px solid #ffffff3d;margin-top:8px;padding-top:8px;font-size:11px}.cp-chat-bubble--inbound .cp-chat-bubble-error{color:#b91c1c;border-top-color:#fecaca}.cp-chat-bubble-error-hint{opacity:.85;margin-top:4px}.cp-badge{text-transform:lowercase;border:1px solid #cbd5e1;border-radius:999px;align-items:center;padding:3px 8px;font-size:11px;font-weight:600;display:inline-flex}.cp-badge.success{color:#166534;background:#f0fdf4;border-color:#bbf7d0}.cp-badge.warn{color:#92400e;background:#fffbeb;border-color:#fde68a}.cp-badge.gray{color:#475569;background:#f8fafc;border-color:#e2e8f0}.cp-empty{color:#64748b;font-size:13px}.cp-legal-footer-block{text-align:center;background:linear-gradient(#fafbfd 0%,#f4f6f9 100%);border:1px solid #e8edf3;border-radius:12px;margin-top:28px;padding:18px 20px}.cp-legal-footer-nav{letter-spacing:.01em;flex-wrap:wrap;justify-content:center;align-items:center;gap:4px 10px;margin:0;font-family:Inter,Instrument Sans,Segoe UI,Arial,sans-serif;font-size:13px;font-weight:500;line-height:1.5;display:flex}.cp-legal-footer-nav a,.cp-legal-footer-nav a:hover,.cp-legal-footer-nav a:focus,.cp-legal-footer-nav a:visited,.cp-legal-footer-nav a:active{color:#94a3b8;text-decoration:none}.cp-legal-footer-nav a:hover,.cp-legal-footer-nav a:focus{color:#64748b}.cp-legal-footer-sep{color:#cbd5e1;-webkit-user-select:none;user-select:none;font-weight:400}.cp-mobile-toggle{display:none}.cp-mobile-menu-btn{border:1px solid var(--cp-border);color:#334155;background:#fff;border-radius:7px;width:34px;height:34px;display:none}@media (width<=1024px){.cp-login-main{grid-template-columns:1fr}.cp-login-hero{display:none}.cp-login-panel{padding:20px}.cp-login-card{max-width:560px}.cp-sidebar{z-index:60;transition:transform .18s;inset:0 auto 0 0;transform:translate(-100%)}.cp-main-wrap{width:100%;margin-left:0}.cp-mobile-menu-btn{justify-content:center;align-items:center;display:inline-flex}.cp-app-shell.sidebar-open .cp-sidebar{transform:translate(0)}}@media (width<=740px){.cp-grid{grid-template-columns:1fr}.cp-content{padding:14px}.cp-content-card-title{font-size:22px}}@media (width<=640px){.cp-login-language{top:16px;right:16px}.cp-language-trigger-label{display:none}.cp-language-trigger{gap:6px;padding:0 10px}.cp-language-menu{min-width:204px}}
