*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;background:#fff;color:#111827;height:100vh;overflow:hidden}#root{height:100vh;display:flex;flex-direction:column}.page-bg{min-height:100vh;background:linear-gradient(150deg,#0d1f1a,#0f2e23 40%,#0a1f18);display:flex;align-items:center;justify-content:center;padding:24px;position:relative;overflow:hidden}.page-bg:before{content:"";position:absolute;width:700px;height:700px;border-radius:50%;border:1px solid rgba(30,140,114,.12);top:50%;left:50%;transform:translate(-50%,-50%);pointer-events:none}.page-bg:after{content:"";position:absolute;width:1100px;height:1100px;border-radius:50%;border:1px solid rgba(30,140,114,.06);top:50%;left:50%;transform:translate(-50%,-50%);pointer-events:none}.page-hero{display:flex;align-items:center;justify-content:center;flex:1;text-align:center;z-index:1}.page-hero-inner{display:flex;flex-direction:column;align-items:center;gap:.6rem}.page-hero-avatar{width:110px;height:110px;border-radius:50%;object-fit:cover;border:3px solid rgba(30,140,114,.5);box-shadow:0 0 40px #1e8c7240,0 0 0 8px #1e8c7214;margin-bottom:.5rem}.page-hero-title{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:clamp(1.8rem,4vw,2.6rem);font-weight:800;color:#fff;margin:0;line-height:1.2;letter-spacing:-.02em}.page-hero-powered{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;color:#ffffffa6;margin:.4rem 0 0}.page-hero-powered strong{color:#1e8c72;font-weight:700}.page-hero-tagline{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.9rem;color:#fff6;font-style:italic;margin:0;letter-spacing:.03em}.widget{position:fixed!important;bottom:24px;right:24px;z-index:100}.loading-spinner{width:32px;height:32px;border:3px solid #e5e7eb;border-top-color:#1e8c72;border-radius:50%;animation:spin .8s linear infinite;margin:auto;align-self:center}.widget{width:400px;max-width:calc(100vw - 48px);height:min(680px,calc(100vh - 48px));background:#fff;border-radius:20px;box-shadow:0 24px 64px #0000002e,0 4px 16px #0000001a;display:flex;flex-direction:column;overflow:hidden}.widget-header{display:flex;align-items:center;justify-content:space-between;padding:16px 18px;flex-shrink:0;color:#fff}.widget-header-left{display:flex;align-items:center;gap:12px}.bot-avatar{width:42px;height:42px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:20px;flex-shrink:0}.widget-bot-name{font-size:15px;font-weight:700;line-height:1.2}.widget-status{display:flex;align-items:center;gap:5px;font-size:12px;opacity:.9}.online-dot{width:7px;height:7px;border-radius:50%;background:#4ade80;display:inline-block;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.header-btn{background:#fff3;border:none;color:#fff;width:30px;height:30px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:18px;line-height:1;transition:background .2s;flex-shrink:0}.header-btn:hover{background:#ffffff59}.widget-messages{flex:1;overflow-y:auto;padding:16px;display:flex;flex-direction:column;gap:12px;scrollbar-width:thin;scrollbar-color:#e5e7eb transparent}.widget-messages::-webkit-scrollbar{width:4px}.widget-messages::-webkit-scrollbar-thumb{background:#e5e7eb;border-radius:4px}.msg-row{display:flex;align-items:flex-end;gap:8px}.msg-row--user{flex-direction:row-reverse}.msg-col{display:flex;flex-direction:column;gap:5px;max-width:80%}.bot-avatar-sm{width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:14px;flex-shrink:0;color:#fff}.bubble{padding:10px 14px;border-radius:18px;font-size:14px;line-height:1.55;word-break:break-word;white-space:pre-wrap}.bubble--bot{background:#f3f4f6;color:#111827;border-bottom-left-radius:4px}.bubble--user{color:#fff;border-bottom-right-radius:4px}.source-badges{display:flex;flex-wrap:wrap;gap:5px}.source-badge{background:#e0f5ef;color:#136b55;font-size:11px;padding:3px 8px;border-radius:20px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:200px}.typing-dots{display:flex;gap:4px;align-items:center;padding:2px 4px}.typing-dots span{width:7px;height:7px;border-radius:50%;background:#9ca3af;animation:bounce 1.2s infinite}.typing-dots span:nth-child(2){animation-delay:.2s}.typing-dots span:nth-child(3){animation-delay:.4s}@keyframes bounce{0%,60%,to{transform:translateY(0)}30%{transform:translateY(-5px);background:#6b7280}}.suggested-wrap{display:flex;flex-wrap:wrap;gap:7px;padding:0 14px 10px}.suggested-chip{background:transparent;border:1.5px solid;border-radius:20px;padding:6px 13px;font-size:12.5px;cursor:pointer;font-weight:500;transition:all .15s;white-space:nowrap}.suggested-chip:hover:not(:disabled){opacity:.8}.suggested-chip:disabled{opacity:.4;cursor:not-allowed}.widget-input-row{display:flex;align-items:flex-end;gap:8px;padding:10px 14px 12px;border-top:1px solid #f3f4f6}.widget-input{flex:1;border:1.5px solid #e5e7eb;border-radius:12px;padding:9px 13px;font-size:14px;outline:none;resize:none;font-family:inherit;line-height:1.4;color:#111827;background:#fafafa;transition:border-color .2s;max-height:100px}.widget-input:focus{border-color:#9ca3af;background:#fff}.widget-input::placeholder{color:#9ca3af}.send-btn{width:38px;height:38px;border-radius:12px;border:none;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0;transition:opacity .2s;padding:0}.send-btn svg{width:16px;height:16px}.send-btn:hover:not(:disabled){opacity:.85}.send-btn:disabled{opacity:.4;cursor:not-allowed}.widget-footer{text-align:center;font-size:11px;color:#9ca3af;padding:6px 14px 10px}.widget-footer a{text-decoration:none;font-weight:500}.widget-footer a:hover{text-decoration:underline}.chat-error{background:#fef2f2;border:1px solid #fca5a5;color:#dc2626;padding:8px 12px;border-radius:8px;font-size:13px;margin:4px 0}.fab{width:60px;height:60px;border-radius:50%;border:none;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 16px #00000040;transition:transform .2s,box-shadow .2s}.fab:hover{transform:scale(1.06);box-shadow:0 6px 24px #0000004d}.adm-login-wrap{min-height:100vh;display:flex;align-items:center;justify-content:center;background:#f0faf7;padding:20px}.adm-login-card{background:#fff;border:1px solid #e5e7eb;border-radius:20px;padding:44px 40px;width:100%;max-width:380px;display:flex;flex-direction:column;gap:16px;align-items:center;box-shadow:0 4px 24px #00000014}.adm-login-avatar{width:72px;height:72px;border-radius:50%;object-fit:cover;border:3px solid #e0f5ef}.adm-login-title{font-size:22px;font-weight:700;color:#111827;margin:0}.adm-login-sub{font-size:14px;color:#6b7280;margin:0;text-align:center}.adm-layout{display:flex;height:100vh;overflow:hidden;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#111827}.adm-sidebar{width:200px;min-width:200px;background:#1a1d2e;display:flex;flex-direction:column;overflow-y:auto}.sidebar-brand{display:flex;align-items:center;gap:10px;padding:18px 16px;border-bottom:1px solid rgba(255,255,255,.06)}.sidebar-avatar{width:32px;height:32px;border-radius:50%;object-fit:cover}.sidebar-brand-name{font-size:15px;font-weight:600;color:#fff}.sidebar-nav{flex:1;padding:10px 8px;display:flex;flex-direction:column;gap:2px}.sidebar-item{display:flex;align-items:center;gap:9px;width:100%;padding:8px 10px;border:none;background:transparent;color:#9ca3af;font-size:13.5px;font-weight:500;cursor:pointer;border-radius:8px;text-align:left;transition:background .15s,color .15s;font-family:inherit}.sidebar-item:hover{background:#ffffff0f;color:#e5e7eb}.sidebar-item.active{background:#1e8c722e;color:#7dcfc0}.sidebar-item-icon{display:flex;align-items:center;flex-shrink:0}.sidebar-item-label{flex:1}.sidebar-chevron{display:flex;align-items:center;transition:transform .2s}.sidebar-chevron.open{transform:rotate(180deg)}.sidebar-children{display:flex;flex-direction:column;gap:1px;padding:2px 0 4px 34px}.sidebar-child{display:block;width:100%;padding:6px 10px;border:none;background:transparent;color:#6b7280;font-size:13px;font-weight:400;cursor:pointer;border-radius:6px;text-align:left;transition:background .15s,color .15s;font-family:inherit}.sidebar-child:hover{background:#ffffff0d;color:#d1d5db}.sidebar-child.active{color:#7dcfc0;background:#1e8c721f}.sidebar-footer{padding:12px 8px;border-top:1px solid rgba(255,255,255,.06)}.sidebar-logout{width:100%;padding:8px 10px;border:none;background:transparent;color:#6b7280;font-size:13px;font-weight:400;cursor:pointer;border-radius:6px;text-align:left;transition:color .15s;font-family:inherit}.sidebar-logout:hover{color:#ef4444}.adm-main{flex:1;display:flex;flex-direction:column;overflow:hidden;background:#f9fafb}.adm-topbar{display:flex;align-items:center;justify-content:space-between;padding:14px 28px;background:#fff;border-bottom:1px solid #e5e7eb;flex-shrink:0}.topbar-title{font-size:17px;font-weight:600;color:#111827;margin:0}.topbar-actions{display:flex;align-items:center;gap:10px}.topbar-avatar{width:32px;height:32px;border-radius:50%;object-fit:cover;border:2px solid #e5e7eb}.adm-body{flex:1;overflow-y:auto}.panel-content{max-width:680px;margin:0 auto;padding:32px 28px;display:flex;flex-direction:column;gap:28px}.panel-header{display:flex;flex-direction:column;gap:4px}.panel-title{font-size:18px;font-weight:600;color:#111827;margin:0}.panel-desc{font-size:14px;color:#6b7280;margin:0}.panel-section{display:flex;flex-direction:column;gap:12px}.panel-section-title{font-size:14px;font-weight:600;color:#374151;margin:0;display:flex;align-items:center;gap:8px}.badge{background:#f3f4f6;color:#6b7280;font-size:11px;font-weight:600;padding:2px 7px;border-radius:999px}.settings-form{display:flex;flex-direction:column;gap:24px}.field-block{display:flex;flex-direction:column;gap:5px}.field-label{font-size:13.5px;font-weight:600;color:#111827}.field-hint{font-size:12.5px;color:#9ca3af;margin:0 0 4px}.adm-field{width:100%;background:#fff;border:1.5px solid #e5e7eb;border-radius:10px;padding:10px 13px;color:#111827;font-size:14px;outline:none;transition:border-color .2s;font-family:inherit;box-sizing:border-box}.adm-field:focus{border-color:#1e8c72}.adm-field.narrow{width:140px}.adm-field.tall{resize:vertical;min-height:90px;line-height:1.5}.color-row{display:flex;align-items:center;gap:10px}.color-pick{width:42px;height:38px;border:1.5px solid #e5e7eb;border-radius:8px;padding:2px;cursor:pointer;background:#fff;flex-shrink:0}.color-preview{width:38px;height:38px;border-radius:8px;border:1px solid #e5e7eb;flex-shrink:0}.avatar-row{display:flex;align-items:center;gap:12px}.avatar-preview-img{width:48px;height:48px;border-radius:50%;object-fit:cover;border:2px solid #e5e7eb;flex-shrink:0}.avatar-preview-emoji{width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:22px;flex-shrink:0}.save-bar{display:flex;align-items:center;justify-content:flex-end;gap:14px;padding-top:16px;border-top:1px solid #e5e7eb}.upload-dropzone{background:#fff;border:2px dashed #e5e7eb;border-radius:14px;padding:28px 24px;transition:border-color .2s}.upload-dropzone:hover{border-color:#7dcfc0}.dropzone-inner{display:flex;flex-direction:column;align-items:center;gap:8px;text-align:center}.dropzone-icon{font-size:36px}.dropzone-label{font-size:14px;font-weight:600;color:#374151;margin:0}.dropzone-sub{font-size:12px;color:#9ca3af;margin:0}.dropzone-row{display:flex;align-items:center;gap:10px;margin-top:8px;flex-wrap:wrap;justify-content:center}.file-pick{background:#fff;border:1.5px solid #e5e7eb;border-radius:8px;padding:8px 10px;color:#374151;font-size:13px;cursor:pointer}.file-pick::file-selector-button{background:#f3f4f6;color:#374151;border:none;padding:4px 10px;border-radius:5px;cursor:pointer;margin-right:8px;font-size:13px}.doc-list{list-style:none;display:flex;flex-direction:column;gap:8px}.doc-item{display:flex;align-items:center;gap:12px;background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:12px 16px}.doc-icon{font-size:20px;flex-shrink:0}.doc-info{display:flex;flex-direction:column;gap:2px;flex:1;min-width:0}.doc-name{font-size:14px;font-weight:500;color:#111827;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.doc-meta{font-size:12px;color:#9ca3af}.q-list{list-style:none;display:flex;flex-direction:column;gap:8px}.q-item{display:flex;align-items:center;gap:10px;background:#f9fafb;border:1px solid #e5e7eb;border-radius:10px;padding:10px 14px}.q-drag{color:#d1d5db;font-size:16px;cursor:grab;flex-shrink:0}.q-text{font-size:13.5px;color:#374151;flex:1}.q-remove{background:none;border:none;color:#9ca3af;cursor:pointer;font-size:14px;padding:2px 6px;border-radius:4px;transition:color .2s,background .2s;flex-shrink:0}.q-remove:hover{color:#ef4444;background:#fee2e2}.q-add-row{display:flex;gap:10px}.preview-frame-wrap{border:1.5px solid #e5e7eb;border-radius:16px;overflow:hidden;height:500px;background:#f0faf7}.preview-frame{width:100%;height:100%;border:none}.preview-links{display:flex;gap:10px}.empty-state{display:flex;flex-direction:column;align-items:center;gap:10px;padding:40px 20px;background:#f9fafb;border:1px solid #e5e7eb;border-radius:14px;color:#9ca3af;font-size:14px;text-align:center}.empty-state.tall{padding:80px 20px}.empty-icon{font-size:36px}.adm-btn{border:none;border-radius:8px;padding:9px 16px;font-size:14px;font-weight:500;cursor:pointer;transition:opacity .2s,background .2s;white-space:nowrap;font-family:inherit;text-decoration:none;display:inline-flex;align-items:center;gap:5px}.adm-btn:disabled{opacity:.5;cursor:not-allowed}.adm-btn.primary{background:#1e8c72;color:#fff}.adm-btn.primary:hover:not(:disabled){background:#167a62}.adm-btn.secondary{background:#f0faf7;color:#1e8c72;border:1.5px solid #a8ddd2}.adm-btn.secondary:hover:not(:disabled){background:#e0f5ef}.adm-btn.danger{background:#fef2f2;color:#dc2626;border:1px solid #fecaca}.adm-btn.danger:hover:not(:disabled){background:#fee2e2}.adm-btn.danger.sm{padding:5px 11px;font-size:13px}.adm-btn.full{width:100%;justify-content:center}.adm-btn.sm{padding:7px 13px;font-size:13px}.adm-success{background:#f0fdf4;border:1px solid #bbf7d0;color:#166534;padding:10px 14px;border-radius:10px;font-size:14px;margin:0}.adm-success.inline{display:inline-block;padding:8px 12px;font-size:13px}.adm-error-msg{color:#dc2626;font-size:13px;margin:0}.adm-error-msg.inline{display:inline-block}.adm-empty{color:#9ca3af;font-size:14px;font-style:italic;margin:0}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.modal-card{background:#fff;border-radius:16px;box-shadow:0 20px 60px #0003;width:100%;max-width:480px;overflow:hidden}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px 16px;border-bottom:1px solid #f3f4f6}.modal-title{font-size:16px;font-weight:700;color:#111827;margin:0}.modal-close{background:none;border:none;font-size:16px;color:#9ca3af;cursor:pointer;padding:4px 8px;border-radius:6px;transition:background .15s,color .15s;line-height:1}.modal-close:hover{background:#f3f4f6;color:#374151}.modal-body{padding:20px 24px 24px;display:flex;flex-direction:column;gap:16px}.share-row{display:flex;align-items:center;justify-content:space-between;gap:16px;background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;padding:14px 16px}.share-label{display:flex;flex-direction:column;gap:2px}.share-label-title{font-size:14px;font-weight:600;color:#111827}.share-label-desc{font-size:12px;color:#9ca3af}.share-toggle{display:flex;border:1.5px solid #e5e7eb;border-radius:8px;overflow:hidden;flex-shrink:0}.toggle-btn{padding:7px 14px;border:none;background:#fff;color:#6b7280;font-size:13px;font-weight:500;cursor:pointer;transition:background .15s,color .15s;font-family:inherit}.toggle-btn.active{background:#1e8c72;color:#fff}.share-link-row{display:flex;gap:10px;align-items:center}.share-url-box{flex:1;display:flex;align-items:center;gap:8px;border:1.5px solid #e5e7eb;border-radius:10px;padding:9px 13px;background:#fafafa;min-width:0}.share-url-text{font-size:13px;color:#374151;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.share-copy-btn{flex-shrink:0;gap:6px}.share-embed-section{display:flex;flex-direction:column;gap:8px;padding-top:4px;border-top:1px solid #f3f4f6}.share-embed-label{font-size:13px;font-weight:600;color:#374151;margin:0}.share-embed-box{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;padding:10px 12px;overflow:hidden}.share-embed-code{font-family:Menlo,Monaco,Courier New,monospace;font-size:11.5px;color:#374151;white-space:nowrap;display:block;overflow:hidden;text-overflow:ellipsis}.co-table-wrap{overflow-x:auto;border:1px solid #e5e7eb;border-radius:10px}.co-table{width:100%;border-collapse:collapse;font-size:.85rem}.co-table th{background:#f9fafb;font-weight:600;color:#6b7280;font-size:.75rem;padding:.65rem 1rem;text-align:left;border-bottom:1px solid #e5e7eb;white-space:nowrap}.co-table td{padding:.8rem 1rem;border-bottom:1px solid #f3f4f6;vertical-align:middle}.co-table tr:last-child td{border-bottom:none}.co-table tr:hover td{background:#fafafa}.co-name{font-weight:600;color:#111827;margin-bottom:2px}.co-email{font-size:.78rem;color:#6b7280}.co-plan-badge{display:inline-block;background:#d1fae5;color:#065f46;font-size:.72rem;font-weight:600;padding:.18rem .55rem;border-radius:100px}.co-plan-none{font-size:.78rem;color:#9ca3af;font-style:italic}.co-credits{font-weight:600;color:#111827}.co-credits-total{font-size:.78rem;color:#9ca3af}.co-link{font-size:.8rem;color:#1e8c72;text-decoration:none;font-family:Menlo,monospace}.co-link:hover{text-decoration:underline}.co-date{font-size:.8rem;color:#6b7280;white-space:nowrap}.co-actions{display:flex;gap:.4rem}.modal-footer{display:flex;justify-content:flex-end;gap:.6rem;margin-top:1.25rem;padding-top:1rem;border-top:1px solid #e5e7eb}.adm-btn.view{background:#eff6ff;border:1px solid #bfdbfe;color:#1d4ed8}.adm-btn.view:hover{background:#dbeafe}.sup-filter-row{display:flex;gap:.5rem;flex-wrap:wrap;margin-bottom:1.25rem}.sup-filter-btn{display:flex;align-items:center;gap:.4rem;padding:.4rem .9rem;border-radius:20px;border:1px solid #e5e7eb;background:#fff;color:#374151;font-size:.82rem;font-weight:500;cursor:pointer;transition:all .15s}.sup-filter-btn:hover{border-color:#1e8c72;color:#1e8c72}.sup-filter-btn.active{background:#1e8c72;border-color:#1e8c72;color:#fff}.sup-filter-count{display:inline-flex;align-items:center;justify-content:center;background:#0000001f;border-radius:100px;width:18px;height:18px;font-size:.7rem;font-weight:700}.sup-layout{display:grid;grid-template-columns:280px 1fr;gap:1rem;min-height:400px}.sup-list{border:1px solid #e5e7eb;border-radius:10px;overflow:hidden;height:fit-content;max-height:600px;overflow-y:auto}.sup-ticket-row{padding:.85rem 1rem;border-bottom:1px solid #f3f4f6;cursor:pointer;transition:background .12s}.sup-ticket-row:last-child{border-bottom:none}.sup-ticket-row:hover{background:#f9fafb}.sup-ticket-row.active{background:#f0fdf4;border-left:3px solid #1e8c72}.sup-ticket-top{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-bottom:.2rem}.sup-ticket-company{font-weight:600;color:#111827;font-size:.8rem}.sup-ticket-status-badge{font-size:.68rem;font-weight:700;padding:.15rem .5rem;border-radius:100px;flex-shrink:0}.sup-ticket-subject{font-size:.82rem;color:#374151;margin-bottom:.2rem;line-height:1.4}.sup-ticket-date{font-size:.75rem;color:#9ca3af}.sup-detail{border:1px solid #e5e7eb;border-radius:10px;padding:1.25rem;display:flex;flex-direction:column;gap:1rem}.sup-detail-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;flex-wrap:wrap}.sup-detail-company{font-weight:700;color:#1e8c72;font-size:.82rem;text-transform:uppercase;letter-spacing:.04em}.sup-detail-subject{font-size:1.05rem;font-weight:700;color:#111827;margin:.2rem 0}.sup-detail-date{font-size:.78rem;color:#9ca3af}.sup-status-controls{display:flex;gap:.4rem;flex-wrap:wrap}.sup-status-btn{padding:.3rem .7rem;border-radius:6px;border:1px solid #e5e7eb;font-size:.78rem;font-weight:600;cursor:pointer;background:#f9fafb;color:#374151;transition:all .12s}.sup-status-btn:hover{border-color:#1e8c72;color:#1e8c72}.sup-status-btn.active{font-weight:700}.sup-detail-label{font-size:.75rem;font-weight:600;color:#9ca3af;text-transform:uppercase;letter-spacing:.04em;margin-bottom:.5rem}.sup-detail-message,.sup-detail-reply{padding:.85rem 1rem;background:#f9fafb;border-radius:8px}.sup-detail-reply{background:#f0fdf4;border-left:3px solid #1e8c72}.sup-detail-text{font-size:.875rem;color:#374151;margin:0;white-space:pre-wrap;line-height:1.6}.sup-reply-area{display:flex;flex-direction:column;gap:.6rem}.sup-reply-input{resize:vertical}.pricing-page{min-height:100vh;background:#0f111a;color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.pricing-header{display:flex;align-items:center;justify-content:space-between;padding:1.2rem 2.5rem;border-bottom:1px solid rgba(255,255,255,.08)}.pricing-logo{height:36px}.pricing-login-link{color:var(--teal);text-decoration:none;font-weight:500;font-size:.95rem;border:1px solid var(--teal);padding:.4rem 1rem;border-radius:6px;transition:background .2s}.pricing-login-link:hover{background:#1e8c721f}.pricing-hero{text-align:center;padding:4rem 2rem 2rem}.pricing-badge{display:inline-block;background:#1e8c7226;color:var(--teal);border:1px solid rgba(30,140,114,.3);border-radius:100px;padding:.3rem 1rem;font-size:.8rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;margin-bottom:1.2rem}.pricing-hero h1{font-size:clamp(1.8rem,4vw,2.8rem);font-weight:700;margin:0 0 1rem;background:linear-gradient(135deg,#fff 60%,var(--teal));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.pricing-hero p{color:#8b9cb3;font-size:1.1rem;max-width:520px;margin:0 auto;line-height:1.6}.pricing-cards{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap;padding:3rem 2rem;max-width:1100px;margin:0 auto}.pricing-card{background:#1a1d2e;border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:2rem;width:240px;min-width:220px;display:flex;flex-direction:column;gap:1rem;position:relative;transition:transform .2s,border-color .2s}.pricing-card:hover{transform:translateY(-4px);border-color:#1e8c724d}.pricing-card--popular{border-color:var(--teal);box-shadow:0 0 30px #1e8c7226}.pricing-card--enterprise{background:linear-gradient(135deg,#1a1d2e,#1e2235)}.pricing-popular-badge{position:absolute;top:-12px;left:50%;transform:translate(-50%);background:var(--teal);color:#fff;font-size:.72rem;font-weight:700;padding:.25rem .9rem;border-radius:100px;white-space:nowrap;text-transform:uppercase;letter-spacing:.05em}.pricing-card-header h2{font-size:1.15rem;font-weight:700;margin:0 0 .4rem}.pricing-price{font-size:1.7rem;font-weight:800;color:var(--teal);margin-bottom:.3rem}.pricing-desc{color:#8b9cb3;font-size:.82rem;line-height:1.4;margin:0}.pricing-features{list-style:none;padding:0;margin:0;flex:1;display:flex;flex-direction:column;gap:.55rem}.pricing-features li{display:flex;align-items:flex-start;gap:.5rem;font-size:.85rem;color:#c4cdd8}.pricing-check{color:var(--teal);font-weight:700;flex-shrink:0}.pricing-btn{width:100%;padding:.75rem;border:1px solid rgba(255,255,255,.15);border-radius:8px;background:transparent;color:#fff;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s}.pricing-btn:hover{background:#ffffff0f;border-color:#ffffff4d}.pricing-btn--primary{background:var(--teal);border-color:var(--teal)}.pricing-btn--primary:hover{background:var(--teal-dark);border-color:var(--teal-dark)}.pricing-footer{text-align:center;padding:2rem;color:#8b9cb3;font-size:.9rem}.pricing-footer a{color:var(--teal);text-decoration:none}.pricing-footer a:hover{text-decoration:underline}:root{--teal: #1e8c72;--teal-dark: #166b57}.auth-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:#0f111a;padding:2rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.auth-card{background:#1a1d2e;border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:2.5rem;width:100%;max-width:420px}.auth-logo{display:flex;justify-content:center;margin-bottom:1.2rem}.auth-logo img{width:60px;height:60px;border-radius:50%;object-fit:cover;border:2px solid var(--teal)}.auth-title{font-size:1.5rem;font-weight:700;color:#fff;text-align:center;margin:0 0 .4rem}.auth-subtitle{color:#8b9cb3;font-size:.9rem;text-align:center;margin:0 0 1.5rem}.auth-plan-badge{background:#1e8c721f;border:1px solid rgba(30,140,114,.3);color:var(--teal);border-radius:8px;padding:.5rem 1rem;font-size:.85rem;text-align:center;margin-bottom:1rem}.auth-plan-badge strong{font-weight:700}.auth-error{background:#ef44441a;border:1px solid rgba(239,68,68,.3);color:#f87171;border-radius:8px;padding:.75rem 1rem;font-size:.85rem;margin-bottom:1rem}.auth-form{display:flex;flex-direction:column;gap:1rem}.auth-field{display:flex;flex-direction:column;gap:.4rem}.auth-field label{color:#c4cdd8;font-size:.82rem;font-weight:500}.auth-field input{background:#0f111a;border:1px solid rgba(255,255,255,.12);border-radius:8px;padding:.7rem .9rem;color:#fff;font-size:.9rem;outline:none;transition:border-color .2s}.auth-field input::placeholder{color:#4a5568}.auth-field input:focus{border-color:var(--teal)}.auth-btn{margin-top:.5rem;width:100%;padding:.8rem;background:var(--teal);color:#fff;border:none;border-radius:8px;font-size:.95rem;font-weight:600;cursor:pointer;transition:background .2s}.auth-btn:hover:not(:disabled){background:var(--teal-dark)}.auth-btn:disabled{opacity:.6;cursor:not-allowed}.auth-switch{text-align:center;color:#8b9cb3;font-size:.85rem;margin:1rem 0 0}.auth-switch a{color:var(--teal);text-decoration:none}.auth-switch a:hover{text-decoration:underline}*{box-sizing:border-box;margin:0;padding:0}:root{--teal: #1e8c72;--teal-light: #e8f5f1;--sidebar-bg: #1a1d2e;--sidebar-border: rgba(255,255,255,.07);--main-bg: #f7f8fc;--white: #ffffff;--border: #e5e9f0;--text: #1a1a2e;--muted: #7a8499;--font: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif}.cd-layout{display:flex;height:100vh;overflow:hidden;font-family:var(--font);background:var(--main-bg);color:var(--text)}.cd-sidebar{width:220px;min-width:220px;background:var(--sidebar-bg);display:flex;flex-direction:column;overflow-y:auto;border-right:1px solid var(--sidebar-border)}.cd-sidebar-brand{display:flex;align-items:center;gap:.65rem;padding:1.1rem 1rem;border-bottom:1px solid var(--sidebar-border)}.cd-brand-avatar{width:34px;height:34px;border-radius:50%;object-fit:cover;border:2px solid var(--teal);flex-shrink:0}.cd-brand-name{font-weight:700;font-size:.95rem;color:#fff}.cd-brand-company{font-size:.7rem;color:#ffffff73;margin-top:1px}.cd-nav{flex:1;padding:.4rem 0}.cd-nav-group{border-bottom:1px solid var(--sidebar-border)}.cd-nav-group-btn{width:100%;display:flex;align-items:center;justify-content:space-between;background:none;border:none;color:#fff9;font-size:.82rem;font-weight:500;padding:.6rem 1rem;cursor:pointer;transition:color .15s,background .15s;font-family:var(--font)}.cd-nav-group-btn:hover,.cd-nav-group-btn.active{color:#fff;background:#ffffff0d}.cd-nav-group-label{display:flex;align-items:center;gap:.55rem}.cd-chevron{font-size:1.1rem;line-height:1;transition:transform .2s;display:inline-block}.cd-chevron.open{transform:rotate(90deg)}.cd-nav-sub{padding:.15rem 0 .3rem}.cd-nav-item{display:block;width:100%;background:none;border:none;color:#ffffff80;font-size:.8rem;font-family:var(--font);padding:.38rem 1rem .38rem 2.4rem;cursor:pointer;text-align:left;transition:color .15s,background .15s}.cd-nav-item:hover{color:#fff;background:#ffffff0a}.cd-nav-item.active{color:#fff;background:#1e8c721f;border-right:2px solid var(--teal)}.cd-sidebar-bottom{padding:.85rem 1rem;border-top:1px solid var(--sidebar-border);display:flex;flex-direction:column;gap:.4rem}.cd-plan-pill{display:flex;align-items:center;justify-content:space-between;background:#ffffff0d;border-radius:6px;padding:.45rem .7rem;font-size:.75rem;color:#ffffffb3}.cd-manage-plan{color:var(--teal);text-decoration:none;font-weight:500;font-size:.72rem}.cd-manage-plan:hover{text-decoration:underline}.cd-credits-mini{font-size:.7rem;color:#ffffff59;padding:0 .3rem}.cd-upgrade-btn{display:block;padding:.5rem;background:var(--teal);color:#fff;text-align:center;border-radius:6px;text-decoration:none;font-size:.8rem;font-weight:600;transition:background .2s}.cd-upgrade-btn:hover{background:#166b57}.cd-logout-btn{width:100%;background:none;border:1px solid rgba(255,255,255,.1);color:#ffffff73;font-size:.78rem;padding:.45rem;border-radius:6px;cursor:pointer;transition:all .2s;font-family:var(--font)}.cd-logout-btn:hover{color:#fff;border-color:#ffffff4d}.cd-main{flex:1;display:flex;flex-direction:column;overflow:hidden;background:var(--main-bg)}.cd-topbar{display:flex;align-items:center;justify-content:space-between;padding:0 1.5rem;height:56px;background:var(--white);border-bottom:1px solid var(--border);flex-shrink:0}.cd-topbar-title{font-size:1.05rem;font-weight:700;color:var(--text)}.cd-topbar-actions{display:flex;align-items:center;gap:.6rem}.cd-topbar-btn{display:inline-flex;align-items:center;gap:.4rem;padding:.42rem .9rem;border-radius:7px;font-size:.82rem;font-weight:500;cursor:pointer;text-decoration:none;border:1px solid var(--border);color:var(--text);background:var(--white);transition:all .15s;font-family:var(--font)}.cd-topbar-btn:hover{background:var(--main-bg)}.cd-topbar-btn--primary{background:var(--teal);color:#fff;border-color:var(--teal)}.cd-topbar-btn--primary:hover{background:#166b57;border-color:#166b57}.cd-topbar-avatar{width:30px;height:30px;border-radius:50%;object-fit:cover;cursor:pointer}.cd-content{flex:1;overflow-y:auto}.cd-panel{padding:1.5rem 2rem;max-width:960px}.cd-panel-toprow{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1.5rem}.cd-panel-desc{font-size:.85rem;color:var(--muted)}.cd-btn{display:inline-flex;align-items:center;gap:.35rem;padding:.5rem 1rem;border-radius:7px;font-size:.83rem;font-weight:500;cursor:pointer;border:1px solid var(--border);background:var(--white);color:var(--text);text-decoration:none;transition:all .15s;font-family:var(--font)}.cd-btn:hover{background:var(--main-bg);border-color:#cdd3de}.cd-btn--primary{background:var(--teal);color:#fff;border-color:var(--teal)}.cd-btn--primary:hover{background:#166b57;border-color:#166b57}.cd-btn:disabled{opacity:.5;cursor:not-allowed}.cd-source-tabs{display:flex;gap:0;border-bottom:1px solid var(--border);margin-bottom:1.5rem}.cd-embed-tabs{display:flex;gap:0;border:1px solid var(--border);border-radius:8px;overflow:hidden}.cd-tab{padding:.5rem 1.1rem;font-size:.83rem;font-weight:500;background:none;border:none;color:var(--muted);cursor:pointer;border-bottom:2px solid transparent;transition:all .15s;font-family:var(--font)}.cd-source-tabs .cd-tab{border-radius:0}.cd-source-tabs .cd-tab.active{color:var(--teal);border-bottom-color:var(--teal)}.cd-source-tabs .cd-tab:hover:not(.active){color:var(--text)}.cd-embed-tabs .cd-tab{border-radius:0;border-bottom:none;border-right:1px solid var(--border);background:var(--main-bg)}.cd-embed-tabs .cd-tab:last-child{border-right:none}.cd-embed-tabs .cd-tab.active{background:var(--white);color:var(--text);font-weight:600}.cd-tab-desc{font-size:.85rem;font-weight:600;color:var(--text);margin-bottom:1rem}.cd-muted{color:var(--muted)}.cd-dropzone{border:2px dashed var(--border);border-radius:10px;padding:2.5rem 2rem;text-align:center;cursor:pointer;background:var(--white);transition:border-color .2s,background .2s}.cd-dropzone:hover,.cd-dropzone.dragover{border-color:var(--teal);background:var(--teal-light)}.cd-upload-icon{width:40px;height:40px;stroke:#b0bcc8;margin:0 auto .75rem;display:block}.cd-dropzone p{font-size:.85rem;color:var(--muted);margin:.2rem 0}.cd-upload-link{color:var(--teal);font-weight:600}.cd-upload-hint{font-size:.78rem!important}.cd-upload-btn{margin:1rem 0}.cd-error-bar{background:#fef2f2;border:1px solid #fecaca;color:#dc2626;border-radius:7px;padding:.6rem 1rem;font-size:.82rem;margin:.5rem 0}.cd-file-table-wrap{background:var(--white);border:1px solid var(--border);border-radius:10px;overflow:hidden}.cd-file-table-header{display:flex;align-items:center;justify-content:space-between;padding:.9rem 1.1rem;border-bottom:1px solid var(--border);gap:.75rem}.cd-file-table-title{font-weight:600;font-size:.9rem}.cd-file-search{padding:.4rem .75rem;border:1px solid var(--border);border-radius:6px;font-size:.8rem;color:var(--text);outline:none;width:160px;font-family:var(--font)}.cd-file-search:focus{border-color:var(--teal)}.cd-file-table{width:100%;border-collapse:collapse;font-size:.83rem}.cd-file-table th{background:var(--main-bg);font-weight:600;color:var(--muted);font-size:.78rem;padding:.65rem 1rem;text-align:left;border-bottom:1px solid var(--border)}.cd-file-table td{padding:.7rem 1rem;border-bottom:1px solid var(--border);color:var(--text)}.cd-file-table tr:last-child td{border-bottom:none}.cd-file-table tr:hover td{background:var(--main-bg)}.cd-file-name{font-weight:500;max-width:280px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cd-status-badge{background:#d1fae5;color:#065f46;font-size:.72rem;font-weight:600;padding:.2rem .55rem;border-radius:100px}.cd-icon-btn{background:none;border:none;color:var(--muted);cursor:pointer;padding:.2rem .4rem;border-radius:4px;transition:color .15s;font-size:.85rem}.cd-icon-btn:hover{color:#ef4444}.cd-links-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1.5rem}.cd-links-card{background:var(--white);border:1px solid var(--border);border-radius:10px;padding:1.2rem}.cd-links-card-title{font-weight:600;font-size:.88rem;margin-bottom:.3rem}.cd-links-card-desc{font-size:.8rem;color:var(--muted);margin-bottom:.75rem}.cd-links-row{display:flex;gap:.5rem}.cd-links-input{flex:1;padding:.5rem .8rem;border:1px solid var(--border);border-radius:7px;font-size:.82rem;outline:none;font-family:var(--font)}.cd-links-input:focus{border-color:var(--teal)}.cd-individual-links{background:var(--white);border:1px solid var(--border);border-radius:10px;padding:1.2rem;margin-bottom:1.5rem}.cd-individual-links-header{font-weight:600;font-size:.88rem;margin-bottom:.75rem;display:flex;align-items:center;gap:1rem}.cd-links-input-full{width:100%;padding:.55rem .9rem;border:1px solid var(--border);border-radius:7px;font-size:.83rem;outline:none;font-family:var(--font);margin-bottom:.5rem}.cd-links-input-full:focus{border-color:var(--teal)}.cd-add-link-btn{background:none;border:none;color:var(--teal);font-size:.82rem;font-weight:500;cursor:pointer;padding:0}.cd-faqs-banner{background:var(--main-bg);border:1px solid var(--border);border-radius:8px;padding:1rem 1.2rem;display:flex;align-items:center;justify-content:space-between;font-size:.85rem;margin-bottom:1rem}.cd-faqs-example{background:var(--white);border:1px solid var(--border);border-radius:8px;padding:1rem 1.2rem;display:flex;align-items:center;justify-content:space-between;font-size:.83rem;gap:1rem}.cd-info-banner{background:#eff6ff;border:1px solid #bfdbfe;color:#1e40af;border-radius:8px;padding:.75rem 1rem;font-size:.82rem;margin-bottom:1rem}.cd-settings-layout{display:flex;height:100%;background:var(--white)}.cd-settings-subnav{width:180px;min-width:180px;border-right:1px solid var(--border);padding:1.2rem 0}.cd-settings-navitem{display:block;width:100%;background:none;border:none;font-size:.83rem;padding:.55rem 1.2rem;cursor:pointer;text-align:left;color:var(--muted);transition:all .15s;font-family:var(--font);border-left:2px solid transparent}.cd-settings-navitem:hover{color:var(--text);background:var(--main-bg)}.cd-settings-navitem.active{color:var(--text);font-weight:600;background:var(--teal-light);border-left-color:var(--teal)}.cd-settings-content{flex:1;padding:1.5rem 2rem;overflow-y:auto;max-width:640px}.cd-settings-section-title{font-weight:600;font-size:.88rem;color:var(--muted);margin-bottom:1.2rem}.cd-form-group{margin-bottom:1.2rem}.cd-form-group label{display:block;font-weight:600;font-size:.85rem;margin-bottom:.25rem;color:var(--text)}.cd-field-hint{font-size:.78rem;color:var(--muted);margin-bottom:.4rem}.cd-form-group input,.cd-form-group textarea,.cd-form-group select{width:100%;padding:.6rem .85rem;border:1px solid var(--border);border-radius:8px;font-size:.85rem;color:var(--text);outline:none;font-family:var(--font);resize:vertical;transition:border-color .2s;background:var(--white)}.cd-form-group input:focus,.cd-form-group textarea:focus,.cd-form-group select:focus{border-color:var(--teal)}.cd-color-row{display:flex;gap:.6rem;align-items:center;margin-bottom:.5rem}.cd-color-picker{width:44px;height:36px;border:none;background:none;cursor:pointer;border-radius:6px;padding:0}.cd-color-text{flex:1;padding:.55rem .8rem;border:1px solid var(--border);border-radius:8px;font-size:.85rem;color:var(--text);outline:none}.cd-color-text:focus{border-color:var(--teal)}.cd-color-preview{height:36px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:600;color:#ffffffd9}.cd-toggle-row{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding:.75rem 0;border-bottom:1px solid var(--border);margin-bottom:1rem}.cd-toggle{width:40px;height:22px;border-radius:11px;border:none;background:#d1d5db;cursor:pointer;position:relative;flex-shrink:0;transition:background .2s;padding:0}.cd-toggle.on{background:var(--teal)}.cd-toggle--sm{width:30px;height:17px;border-radius:9px}.cd-toggle-thumb{position:absolute;top:3px;left:3px;width:16px;height:16px;background:#fff;border-radius:50%;transition:transform .2s;display:block;box-shadow:0 1px 3px #0003}.cd-toggle.on .cd-toggle-thumb{transform:translate(18px)}.cd-toggle--sm .cd-toggle-thumb{width:11px;height:11px;top:3px;left:3px}.cd-toggle--sm.on .cd-toggle-thumb{transform:translate(13px)}.cd-schedule{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.cd-schedule-row{display:flex;align-items:center;gap:.75rem}.cd-day-label{width:90px;font-size:.83rem;color:var(--text)}.cd-day-closed{color:var(--muted);font-size:.8rem}.cd-time-input{width:88px;padding:.35rem .5rem;border:1px solid var(--border);border-radius:6px;font-size:.8rem;color:var(--text);outline:none}.cd-time-input:focus{border-color:var(--teal)}.cd-time-sep{color:var(--muted);font-size:.8rem}.cd-connect-tabs-row{display:flex;height:100%}.cd-connect-sidetabs{width:190px;min-width:190px;border-right:1px solid var(--border);padding:1.2rem 0}.cd-connect-sidetab{display:block;width:100%;background:none;border:none;font-size:.83rem;padding:.55rem 1.2rem;cursor:pointer;text-align:left;color:var(--muted);transition:all .15s;font-family:var(--font)}.cd-connect-sidetab:hover{color:var(--text);background:var(--main-bg)}.cd-connect-sidetab.active{color:var(--text);font-weight:600;background:var(--teal-light);border-left:2px solid var(--teal)}.cd-connect-main{flex:1;padding:1.5rem 2rem;overflow-y:auto}.cd-connect-header-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1.2rem}.cd-connect-header-row h3{font-size:1rem;font-weight:700}.cd-embed-tabs-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.cd-connect-desc{font-size:.82rem;color:var(--muted);margin-bottom:.75rem}.cd-code-block-wrap{position:relative;margin-bottom:1.2rem}.cd-code-block{background:#f8f9fc;border:1px solid var(--border);border-radius:8px;padding:1rem 2.5rem 1rem 1rem;font-size:.75rem;color:#374151;overflow-x:auto;white-space:pre;line-height:1.7;font-family:JetBrains Mono,Fira Code,Courier New,monospace}.cd-code-copy{position:absolute;top:.6rem;right:.6rem;background:var(--white);border:1px solid var(--border);border-radius:5px;cursor:pointer;padding:.3rem;color:var(--muted);transition:color .15s}.cd-code-copy:hover{color:var(--text)}.cd-link-section{margin-top:1.5rem}.cd-link-label{font-weight:600;font-size:.85rem;margin-bottom:.5rem}.cd-link-row{display:flex;gap:.5rem}.cd-link-input{flex:1;padding:.55rem .85rem;border:1px solid var(--border);border-radius:7px;font-size:.82rem;color:var(--text);outline:none;font-family:var(--font);background:var(--white)}.cd-link-input:focus{border-color:var(--teal)}.cd-inbox-toprow{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem}.cd-stat-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem;margin-bottom:1.5rem}.cd-stat-card{background:var(--white);border:1px solid var(--border);border-radius:10px;padding:1.2rem;text-align:center}.cd-stat-value{font-size:1.9rem;font-weight:800;color:var(--teal)}.cd-stat-label{font-size:.78rem;color:var(--muted);margin-top:.3rem}.cd-credits-bar-section{margin-bottom:1.5rem}.cd-credits-bar-header{display:flex;justify-content:space-between;font-size:.82rem;color:var(--muted);margin-bottom:.4rem}.cd-credits-bar-bg{height:8px;background:var(--border);border-radius:4px;overflow:hidden}.cd-credits-bar-fill{height:100%;background:var(--teal);border-radius:4px}.cd-chart-section h4{font-size:.85rem;color:var(--muted);font-weight:600;margin-bottom:.75rem}.cd-bar-chart{display:flex;align-items:flex-end;gap:3px;height:80px}.cd-bar-col{flex:1;display:flex;align-items:flex-end;height:100%}.cd-bar{width:100%;background:var(--teal);border-radius:3px 3px 0 0;opacity:.75;min-height:4px}.cd-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:4rem 2rem}.cd-empty-circle{width:72px;height:72px;border-radius:50%;background:#f1f3f5;display:flex;align-items:center;justify-content:center;margin-bottom:1rem;color:#b0bcc8}.cd-empty-title{font-size:1rem;font-weight:700;color:var(--text);margin-bottom:.4rem}.cd-empty-sub{font-size:.84rem;color:var(--muted);max-width:320px;margin-bottom:1.2rem;line-height:1.5}.cd-checkbox-group{display:flex;flex-direction:column;gap:.6rem;margin-top:.25rem}.cd-checkbox-label{display:flex;align-items:center;gap:.6rem;font-size:.85rem;color:var(--text);cursor:pointer}.cd-checkbox-label input[type=checkbox]{width:16px;height:16px;accent-color:var(--teal);cursor:pointer;flex-shrink:0}.cd-field-table{border:1px solid var(--border);border-radius:8px;overflow:hidden}.cd-field-table-head{display:grid;grid-template-columns:1fr 60px 80px;background:var(--main-bg);padding:.5rem 1rem;font-size:.75rem;font-weight:600;color:var(--muted);border-bottom:1px solid var(--border)}.cd-field-table-row{display:grid;grid-template-columns:1fr 60px 80px;align-items:center;padding:.6rem 1rem;font-size:.84rem;border-bottom:1px solid var(--border)}.cd-field-table-row:last-child{border-bottom:none}.cd-field-table-row input[type=checkbox]{width:16px;height:16px;accent-color:var(--teal);cursor:pointer}.cd-field-table-row input[type=checkbox]:disabled{opacity:.35;cursor:not-allowed}.cd-integrations-grid{display:flex;flex-direction:column;gap:.75rem}.cd-integration-card{display:flex;align-items:center;gap:1rem;background:var(--white);border:1px solid var(--border);border-radius:10px;padding:1rem 1.2rem;transition:border-color .15s}.cd-integration-card:hover{border-color:#c5ccd9}.cd-integration-icon{font-size:1.6rem;width:40px;text-align:center;flex-shrink:0}.cd-integration-info{flex:1}.cd-integration-name{font-weight:600;font-size:.88rem;margin-bottom:.2rem}.cd-integration-desc{font-size:.8rem;color:var(--muted);line-height:1.4}.cd-integration-btn{flex-shrink:0}.cd-api-section{margin-bottom:1.25rem}.cd-api-label{font-size:.8rem;font-weight:600;color:var(--muted);margin-bottom:.4rem;text-transform:uppercase;letter-spacing:.04em}.cd-api-note{background:#fffbeb;border:1px solid #fde68a;border-radius:8px;padding:.75rem 1rem;font-size:.82rem;color:#92400e;line-height:1.5}.cd-api-note code{background:#00000012;padding:.1rem .35rem;border-radius:4px;font-family:JetBrains Mono,monospace;font-size:.78rem}.cd-coming-soon{text-align:center;padding:3rem 2rem;color:var(--muted)}.cd-coming-soon-icon{font-size:2rem;margin-bottom:.75rem}.cd-coming-soon h3{font-size:1rem;font-weight:700;color:var(--text);margin-bottom:.4rem}.cd-coming-soon p{font-size:.85rem;max-width:300px;margin:0 auto}.cd-loading{color:var(--muted);font-size:.88rem;padding:2rem 0}.cd-preview-drawer{position:fixed;top:0;right:0;width:400px;height:100vh;background:var(--white);border-left:1px solid var(--border);box-shadow:-4px 0 24px #0000001a;display:flex;flex-direction:column;z-index:500;transform:translate(100%);transition:transform .28s cubic-bezier(.4,0,.2,1)}.cd-preview-drawer.open{transform:translate(0)}.cd-preview-header{display:flex;align-items:center;justify-content:space-between;padding:0 1rem;height:52px;border-bottom:1px solid var(--border);flex-shrink:0}.cd-preview-title{font-weight:600;font-size:.9rem;color:var(--text)}.cd-preview-header-actions{display:flex;align-items:center;gap:.75rem}.cd-preview-expand{font-size:.8rem;font-weight:500;color:var(--teal);text-decoration:none;padding:.35rem .75rem;border:1px solid var(--teal);border-radius:6px;transition:all .15s}.cd-preview-expand:hover{background:var(--teal-light)}.cd-preview-close{background:none;border:none;font-size:1rem;color:var(--muted);cursor:pointer;padding:.2rem .4rem;border-radius:4px;transition:color .15s}.cd-preview-close:hover{color:var(--text)}.cd-preview-body{flex:1;overflow:hidden;background:#f5f5f7}.cd-preview-iframe{width:100%;height:100%;border:none;display:block}.cd-preview-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:499}.cd-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;display:flex;align-items:center;justify-content:center;z-index:1000}.cd-modal{background:var(--white);border-radius:12px;padding:1.5rem;width:100%;max-width:480px;box-shadow:0 20px 60px #0003}.cd-modal-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem}.cd-modal-header h3{font-size:1rem;font-weight:700}.cd-modal-close{background:none;border:none;font-size:1.1rem;cursor:pointer;color:var(--muted);padding:.2rem .4rem}.cd-modal-close:hover{color:var(--text)}.cd-modal p{font-size:.85rem;color:var(--muted);margin-bottom:.75rem}.cd-team-table-wrap{overflow-x:auto;border:1px solid var(--border);border-radius:10px;margin-top:.5rem}.cd-team-table{width:100%;border-collapse:collapse;font-size:.85rem}.cd-team-table th{background:#f9fafb;font-weight:600;color:#6b7280;font-size:.75rem;padding:.6rem 1rem;text-align:left;border-bottom:1px solid var(--border)}.cd-team-table td{padding:.75rem 1rem;border-bottom:1px solid #f3f4f6;vertical-align:middle}.cd-team-table tr:last-child td{border-bottom:none}.cd-team-table tr:hover td{background:#fafafa}.cd-team-name{font-weight:600;color:#111827}.cd-team-email{color:#6b7280;font-size:.82rem}.cd-team-date{color:#9ca3af;font-size:.8rem;white-space:nowrap}.cd-btn--danger-ghost{background:transparent;border:1px solid #fca5a5;color:#dc2626;font-size:.8rem;padding:.3rem .7rem;border-radius:6px;cursor:pointer;transition:background .15s}.cd-btn--danger-ghost:hover{background:#fef2f2}.cd-modal-body{padding:1.25rem 1.5rem}.cd-modal-footer{display:flex;justify-content:flex-end;gap:.6rem;margin-top:1.25rem;padding-top:1rem;border-top:1px solid var(--border)}.cd-field-group{margin-bottom:1rem}.cd-field-label{display:block;font-size:.82rem;font-weight:600;color:#374151;margin-bottom:.35rem}.cd-field-hint{font-size:.78rem;color:#9ca3af;margin:0 0 .35rem}.cd-input{width:100%;padding:.6rem .85rem;border:1px solid var(--border);border-radius:8px;font-size:.875rem;color:#111827;background:#fff;outline:none;box-sizing:border-box}.cd-input:focus{border-color:var(--teal);box-shadow:0 0 0 2px var(--teal-light)}.cd-form-error{color:#dc2626;font-size:.82rem;margin-top:.5rem}.cd-sub-section{margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid var(--border)}.cd-sub-section:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.cd-sub-section-title{font-size:.9rem;font-weight:700;color:#374151;margin:0 0 1rem;text-transform:uppercase;letter-spacing:.04em}.cd-sub-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem}.cd-sub-item{display:flex;flex-direction:column;gap:.2rem}.cd-sub-label{font-size:.75rem;font-weight:600;color:#9ca3af;text-transform:uppercase;letter-spacing:.04em}.cd-sub-val{font-size:.9rem;color:#111827;font-weight:500}.cd-sub-link{font-size:.85rem;color:var(--teal);text-decoration:none}.cd-sub-link:hover{text-decoration:underline}.cd-plan-card{border:1px solid var(--border);border-radius:12px;padding:1.25rem 1.5rem;background:#fff;max-width:520px}.cd-plan-card-header{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:.75rem}.cd-plan-card-name{font-size:1.1rem;font-weight:700;color:#111827}.cd-plan-card-price{font-size:.85rem;color:#6b7280;margin-top:.15rem}.cd-plan-card-badge{background:#d1fae5;color:#065f46;font-size:.72rem;font-weight:700;padding:.2rem .6rem;border-radius:100px}.cd-plan-card-desc{font-size:.85rem;color:#6b7280;margin:0 0 .85rem}.cd-plan-features{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.4rem}.cd-plan-features li{font-size:.85rem;color:#374151;display:flex;align-items:center;gap:.5rem}.cd-plan-check{color:var(--teal);font-weight:700}.cd-no-plan{display:flex;flex-direction:column;gap:1rem;max-width:320px}.cd-no-plan p{font-size:.9rem;color:#6b7280;margin:0}.cd-credits-detail{max-width:420px}.cd-credits-numbers{display:flex;align-items:baseline;gap:.3rem}.cd-credits-remaining{font-size:1.8rem;font-weight:700;color:#111827}.cd-credits-of{font-size:.85rem;color:#9ca3af}.cd-credits-reset-note{font-size:.8rem;color:#9ca3af;margin:0}.cd-ticket-list{display:flex;flex-direction:column;gap:.75rem;margin-top:.5rem}.cd-ticket-card{border:1px solid var(--border);border-radius:10px;padding:1rem 1.25rem;background:#fff;cursor:pointer;transition:border-color .15s,box-shadow .15s}.cd-ticket-card:hover{border-color:#1e8c72}.cd-ticket-card.selected{border-color:#1e8c72;box-shadow:0 0 0 3px #1e8c7214}.cd-ticket-top{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:.35rem}.cd-ticket-subject{font-weight:600;color:#111827;font-size:.9rem}.cd-ticket-status{font-size:.72rem;font-weight:700;padding:.18rem .6rem;border-radius:100px;white-space:nowrap;flex-shrink:0}.cd-ticket-meta{font-size:.78rem;color:#9ca3af}.cd-ticket-body{margin-top:1rem;padding-top:1rem;border-top:1px solid #f3f4f6}.cd-ticket-message-label{font-size:.75rem;font-weight:600;color:#9ca3af;text-transform:uppercase;letter-spacing:.04em;margin-bottom:.4rem}.cd-ticket-message{font-size:.875rem;color:#374151;margin:0;white-space:pre-wrap;line-height:1.6}.cd-ticket-reply{margin-top:1rem;padding:.85rem 1rem;background:#f0fdf4;border-left:3px solid #1e8c72;border-radius:0 8px 8px 0}.cd-ticket-reply-label{font-size:.75rem;font-weight:700;color:#065f46;text-transform:uppercase;letter-spacing:.04em;margin-bottom:.35rem}.cd-ticket-reply-text{font-size:.875rem;color:#065f46;margin:0;white-space:pre-wrap;line-height:1.6}.cd-ticket-pending{font-size:.82rem;color:#9ca3af;margin:.75rem 0 0;font-style:italic}.cd-view-bot-btn{display:inline-flex;align-items:center;gap:.4rem;text-decoration:none;font-size:.85rem;font-weight:600;padding:.45rem .9rem}:root{--primary: #1e8c72}.cc-page{height:100vh;background:#0f111a;display:flex;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;padding:0}.cc-loading,.cc-not-found{text-align:center;color:#555}.cc-spinner{width:40px;height:40px;border:3px solid rgba(0,0,0,.1);border-top-color:var(--primary);border-radius:50%;animation:spin .8s linear infinite;margin:0 auto 1rem}@keyframes spin{to{transform:rotate(360deg)}}.cc-not-found{color:#aaa}.cc-nf-icon{font-size:3rem;margin-bottom:.75rem}.cc-not-found h2{margin:0 0 .4rem;font-size:1.3rem;color:#fff}.cc-not-found p{margin:0;font-size:.9rem}.cc-widget{width:100%;height:100vh;background:#0f111a;display:flex;flex-direction:column;overflow:hidden}.cc-header{display:flex;align-items:center;gap:.75rem;padding:1rem 1.2rem;flex-shrink:0}.cc-header-avatar{width:40px;height:40px;border-radius:50%;object-fit:cover;border:2px solid rgba(255,255,255,.4)}.cc-header-name{font-weight:700;font-size:1rem;color:#fff}.cc-header-status{font-size:.75rem;color:#fffc;margin-top:1px}.cc-messages{flex:1;overflow-y:auto;padding:1.5rem 2rem;display:flex;flex-direction:column;gap:.75rem}.cc-bubble-wrap{display:flex;align-items:flex-end;gap:.5rem}.cc-bubble-wrap--user{flex-direction:row-reverse}.cc-bubble-avatar{width:28px;height:28px;border-radius:50%;object-fit:cover;flex-shrink:0}.cc-bubble{max-width:70%;padding:.75rem 1rem;border-radius:14px;font-size:.95rem;line-height:1.6;white-space:pre-wrap;word-break:break-word}.cc-bubble--assistant{background:#1a1f2e;color:#e0e0e0;border-bottom-left-radius:4px}.cc-bubble--user{color:#fff;border-bottom-right-radius:4px}.cc-bubble--typing{display:flex;gap:4px;align-items:center;padding:.7rem 1rem}.cc-bubble--typing span{display:block;width:7px;height:7px;background:#8b9cb3;border-radius:50%;animation:bounce 1.2s infinite}.cc-bubble--typing span:nth-child(2){animation-delay:.2s}.cc-bubble--typing span:nth-child(3){animation-delay:.4s}@keyframes bounce{0%,80%,to{transform:translateY(0)}40%{transform:translateY(-6px)}}.cc-sources{margin-top:.5rem;display:flex;flex-wrap:wrap;gap:.3rem}.cc-source-tag{font-size:.7rem;background:#ffffff0f;border-radius:4px;padding:.15rem .4rem;color:#8b9cb3}.cc-suggestions{display:flex;flex-direction:column;gap:.5rem;margin-top:.3rem}.cc-suggestion{background:#1a1f2e;border:1.5px solid var(--primary);border-radius:10px;padding:.6rem .9rem;font-size:.83rem;color:var(--primary);cursor:pointer;text-align:left;transition:background .15s;font-style:italic}.cc-suggestion:hover{background:#1e8c7226}.cc-input-area{padding:.85rem 1.5rem .6rem;border-top:1px solid #1a1f2e;flex-shrink:0;background:#0f111a}.cc-input-row{display:flex;gap:.5rem;align-items:flex-end}.cc-input{flex:1;background:#1a1f2e;border:1px solid #2a2f3e;border-radius:10px;padding:.65rem .9rem;font-size:.95rem;color:#e0e0e0;resize:none;outline:none;font-family:inherit;max-height:120px;overflow-y:auto}.cc-send-btn{width:38px;height:38px;border-radius:10px;border:none;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0;transition:opacity .2s}.cc-send-btn:disabled{opacity:.45;cursor:not-allowed}.cc-unavailable{text-align:center;padding:.6rem;font-size:.82rem;color:#8b9cb3;background:#1a1f2e;border-radius:8px;margin-bottom:.4rem}.cc-powered-by{text-align:center;font-size:.7rem;color:#b0bcc8;margin-top:.4rem}.cc-powered-by strong{color:#8b9cb3}@media(max-width:520px){.cc-messages{padding:1rem}.cc-input-area{padding:.6rem .75rem .5rem}}
