.InvoiceEditor-module__eg62PG__editorOverlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:var(--z-modal);padding:var(--space-4);background:#0006;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.InvoiceEditor-module__eg62PG__editorContainer{background:var(--color-glass-bg);-webkit-backdrop-filter:var(--glass-blur-lg);backdrop-filter:var(--glass-blur-lg);border:1px solid var(--color-glass-border);border-radius:var(--radius-2xl);width:100%;max-width:1200px;height:90vh;box-shadow:var(--shadow-2xl), 0 0 80px #3b82f61a;animation:InvoiceEditor-module__eg62PG__scaleIn .4s var(--ease-spring);display:flex;overflow:hidden}.InvoiceEditor-module__eg62PG__mainForm{background:#0f172a4d;flex-direction:column;flex:1;display:flex;overflow-y:auto}.InvoiceEditor-module__eg62PG__editorHeader{padding:var(--space-6) var(--space-8);border-bottom:1px solid var(--color-border-secondary);background:#ffffff05;justify-content:space-between;align-items:center;display:flex}.InvoiceEditor-module__eg62PG__editorHeader h2{font-size:var(--text-xl);font-weight:var(--weight-bold);background:var(--gradient-brand);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.InvoiceEditor-module__eg62PG__formContent{padding:var(--space-8);gap:var(--space-10);flex-direction:column;display:flex}.InvoiceEditor-module__eg62PG__topSection{gap:var(--space-12);grid-template-columns:2fr 1fr;display:grid}.InvoiceEditor-module__eg62PG__clientSection{gap:var(--space-6);flex-direction:column;display:flex}.InvoiceEditor-module__eg62PG__infoSection{gap:var(--space-4);padding:var(--space-6);border-radius:var(--radius-lg);border:1px solid var(--color-border-secondary);background:#ffffff08;flex-direction:column;display:flex}.InvoiceEditor-module__eg62PG__logoUpload{border:2px dashed var(--color-border-primary);border-radius:var(--radius-lg);justify-content:center;align-items:center;gap:var(--space-2);width:120px;height:120px;color:var(--color-text-tertiary);cursor:pointer;transition:all var(--duration-fast);flex-direction:column;display:flex}.InvoiceEditor-module__eg62PG__logoUpload:hover{border-color:var(--color-accent-primary);background:var(--color-accent-subtle);color:var(--color-accent-primary)}.InvoiceEditor-module__eg62PG__logoPreview{object-fit:contain;border-radius:var(--radius-md);width:100%;height:100%}.InvoiceEditor-module__eg62PG__itemsSection{gap:var(--space-4);flex-direction:column;display:flex}.InvoiceEditor-module__eg62PG__itemsTable{border-collapse:collapse;width:100%}.InvoiceEditor-module__eg62PG__itemsTable th{text-align:left;padding:var(--space-3) var(--space-4);font-size:var(--text-xs);font-weight:var(--weight-bold);color:var(--color-text-tertiary);text-transform:uppercase;letter-spacing:var(--tracking-wider);border-bottom:1px solid var(--color-border-primary)}.InvoiceEditor-module__eg62PG__itemsTable td{padding:var(--space-2) 0;border-bottom:1px solid var(--color-border-secondary)}.InvoiceEditor-module__eg62PG__itemInput{border-radius:var(--radius-sm);padding:var(--space-2) var(--space-3);color:var(--color-text-primary);font-size:var(--text-sm);width:100%;transition:all var(--duration-fast);background:0 0;border:1px solid #0000}.InvoiceEditor-module__eg62PG__itemInput:focus{border-color:var(--color-accent-primary);background:#ffffff0d;outline:none}.InvoiceEditor-module__eg62PG__amountCol{font-family:var(--font-mono);font-weight:var(--weight-semibold);text-align:right;padding-right:var(--space-4)}.InvoiceEditor-module__eg62PG__removeBtn{color:var(--color-text-muted);transition:color var(--duration-fast)}.InvoiceEditor-module__eg62PG__removeBtn:hover{color:var(--color-negative)}.InvoiceEditor-module__eg62PG__addRowBtn{margin-top:var(--space-2);align-self:flex-start}.InvoiceEditor-module__eg62PG__bottomSection{gap:var(--space-12);margin-top:var(--space-4);grid-template-columns:1.5fr 1fr;display:grid}.InvoiceEditor-module__eg62PG__notesSection{gap:var(--space-4);flex-direction:column;display:flex}.InvoiceEditor-module__eg62PG__totalsSection{gap:var(--space-3);padding:var(--space-6);border-radius:var(--radius-xl);border:1px solid var(--color-border-secondary);background:#ffffff08;flex-direction:column;display:flex}.InvoiceEditor-module__eg62PG__totalRow{font-size:var(--text-sm);color:var(--color-text-secondary);justify-content:space-between;align-items:center;display:flex}.InvoiceEditor-module__eg62PG__totalRow.InvoiceEditor-module__eg62PG__grandTotal{margin-top:var(--space-4);padding-top:var(--space-4);border-top:1px solid var(--color-border-primary);font-size:var(--text-lg);font-weight:var(--weight-bold);color:var(--color-text-primary)}.InvoiceEditor-module__eg62PG__sidePanel{border-left:1px solid var(--color-border-secondary);background:#06090f66;flex-direction:column;width:320px;display:flex;overflow-y:auto}.InvoiceEditor-module__eg62PG__panelSection{padding:var(--space-6);border-bottom:1px solid var(--color-border-secondary)}.InvoiceEditor-module__eg62PG__panelSection h3{font-size:var(--text-xs);font-weight:var(--weight-bold);color:var(--color-text-tertiary);text-transform:uppercase;letter-spacing:var(--tracking-wider);margin-bottom:var(--space-4)}.InvoiceEditor-module__eg62PG__brandingOptions{gap:var(--space-4);flex-direction:column;display:flex}.InvoiceEditor-module__eg62PG__themeGrid{gap:var(--space-2);grid-template-columns:repeat(4,1fr);display:grid}.InvoiceEditor-module__eg62PG__themeOption{aspect-ratio:1;border-radius:var(--radius-sm);cursor:pointer;transition:all var(--duration-fast);border:2px solid #0000}.InvoiceEditor-module__eg62PG__themeOption.InvoiceEditor-module__eg62PG__active{border-color:#fff;transform:scale(1.1)}.InvoiceEditor-module__eg62PG__toggleOption{font-size:var(--text-sm);color:var(--color-text-secondary);justify-content:space-between;align-items:center;display:flex}.InvoiceEditor-module__eg62PG__actionsSection{padding:var(--space-6);gap:var(--space-3);background:#ffffff05;flex-direction:column;margin-top:auto;display:flex}@keyframes InvoiceEditor-module__eg62PG__scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@media (max-width:1024px){.InvoiceEditor-module__eg62PG__editorContainer{flex-direction:column;height:95vh}.InvoiceEditor-module__eg62PG__sidePanel{border-left:none;border-top:1px solid var(--color-border-secondary);width:100%}}@media (max-width:768px){.InvoiceEditor-module__eg62PG__topSection,.InvoiceEditor-module__eg62PG__bottomSection{grid-template-columns:1fr}.InvoiceEditor-module__eg62PG__formContent{padding:var(--space-4)}}.InvoiceEditor-module__eg62PG__previewContainer{color:#111827;border-radius:var(--radius-xl);padding:var(--space-12);gap:var(--space-10);background:#fff;flex-direction:column;min-height:800px;display:flex;box-shadow:0 4px 20px #0000001a}.InvoiceEditor-module__eg62PG__previewHeader{justify-content:space-between;align-items:flex-start;display:flex}.InvoiceEditor-module__eg62PG__previewLogo{object-fit:contain;max-width:180px;max-height:80px}.InvoiceEditor-module__eg62PG__previewLogoPlaceholder h2{font-size:var(--text-xl);font-weight:var(--weight-extrabold);letter-spacing:var(--tracking-tight);color:#111827}.InvoiceEditor-module__eg62PG__previewTitle h1{font-size:var(--text-3xl);font-weight:var(--weight-bold);letter-spacing:var(--tracking-wider);text-align:right;margin-bottom:var(--space-2)}.InvoiceEditor-module__eg62PG__previewTitle p{font-size:var(--text-sm);color:#6b7280;text-align:right}.InvoiceEditor-module__eg62PG__previewDetails{padding-bottom:var(--space-8);border-bottom:1px solid #e5e7eb;justify-content:space-between;display:flex}.InvoiceEditor-module__eg62PG__previewClient h4,.InvoiceEditor-module__eg62PG__previewDates h4{font-size:var(--text-xs);text-transform:uppercase;color:#6b7280;margin-bottom:var(--space-2);letter-spacing:var(--tracking-wider)}.InvoiceEditor-module__eg62PG__previewClient p,.InvoiceEditor-module__eg62PG__previewDates p{font-size:var(--text-sm);color:#374151;margin-bottom:var(--space-1)}.InvoiceEditor-module__eg62PG__previewStrong{font-weight:var(--weight-bold);font-size:var(--text-base)!important;color:#111827!important}.InvoiceEditor-module__eg62PG__previewDates{gap:var(--space-8);text-align:right;display:flex}.InvoiceEditor-module__eg62PG__previewTable{border-collapse:collapse;width:100%}.InvoiceEditor-module__eg62PG__previewTable th{text-align:left;padding:var(--space-4) var(--space-2);font-size:var(--text-xs);font-weight:var(--weight-bold);color:#374151;text-transform:uppercase}.InvoiceEditor-module__eg62PG__previewTable td{padding:var(--space-4) var(--space-2);font-size:var(--text-sm);color:#111827;border-bottom:1px solid #e5e7eb}.InvoiceEditor-module__eg62PG__previewSummaryRow{justify-content:space-between;gap:var(--space-12);display:flex}.InvoiceEditor-module__eg62PG__previewNotes{flex:1}.InvoiceEditor-module__eg62PG__previewNotes h4{font-size:var(--text-xs);text-transform:uppercase;color:#6b7280;margin-bottom:var(--space-2)}.InvoiceEditor-module__eg62PG__previewNotes p{font-size:var(--text-sm);color:#374151;white-space:pre-wrap}.InvoiceEditor-module__eg62PG__previewTotals{gap:var(--space-3);flex-direction:column;width:300px;display:flex}.InvoiceEditor-module__eg62PG__previewTotalRow{font-size:var(--text-sm);color:#4b5563;justify-content:space-between;display:flex}.InvoiceEditor-module__eg62PG__previewGrandTotal{margin-top:var(--space-2);padding:var(--space-4);border-radius:var(--radius-md);color:#fff;font-weight:var(--weight-bold);font-size:var(--text-lg)}@media print{.InvoiceEditor-module__eg62PG__editorOverlay{background:0 0;padding:0;position:static}.InvoiceEditor-module__eg62PG__editorContainer{box-shadow:none;border:none;width:100%;max-width:none;height:auto;animation:none}.InvoiceEditor-module__eg62PG__editorHeader,.InvoiceEditor-module__eg62PG__sidePanel{display:none!important}.InvoiceEditor-module__eg62PG__mainForm{background:0 0;overflow:visible}.InvoiceEditor-module__eg62PG__formContent{padding:0}.InvoiceEditor-module__eg62PG__topSection,.InvoiceEditor-module__eg62PG__itemsSection,.InvoiceEditor-module__eg62PG__bottomSection{display:none!important}.InvoiceEditor-module__eg62PG__previewContainer{box-shadow:none;padding:0;display:flex!important}}
.RichMessageContent-module__BA1wNG__richContent{font-family:var(--font-sans);color:#f1f5f9;word-break:break-word;font-size:13.5px;line-height:1.65}.RichMessageContent-module__BA1wNG__richContent p{margin:0 0 10px}.RichMessageContent-module__BA1wNG__richContent p:last-child{margin-bottom:0}.RichMessageContent-module__BA1wNG__sectionHeader{color:#93c5fd;text-transform:uppercase;letter-spacing:.04em;border-bottom:1px solid #93c5fd26;align-items:center;gap:8px;margin:14px 0 8px;padding-bottom:4px;font-size:14px;font-weight:700;display:flex}.RichMessageContent-module__BA1wNG__sectionHeader:first-child{margin-top:0}.RichMessageContent-module__BA1wNG__bulletList{flex-direction:column;gap:6px;margin:8px 0 10px;padding-left:0;list-style:none;display:flex}.RichMessageContent-module__BA1wNG__bulletItem{color:#e2e8f0;align-items:flex-start;gap:8px;font-size:13px;line-height:1.55;display:flex}.RichMessageContent-module__BA1wNG__bulletDot{background:#60a5fa;border-radius:50%;flex-shrink:0;width:5px;height:5px;margin-top:8px;box-shadow:0 0 6px #60a5fa}.RichMessageContent-module__BA1wNG__numList{flex-direction:column;gap:6px;margin:8px 0 10px;padding-left:0;list-style:none;display:flex}.RichMessageContent-module__BA1wNG__numItem{color:#e2e8f0;align-items:flex-start;gap:8px;font-size:13px;line-height:1.55;display:flex}.RichMessageContent-module__BA1wNG__numBadge{color:#93c5fd;background:#3b82f633;border:1px solid #3b82f666;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;margin-top:1px;font-size:10px;font-weight:700;display:inline-flex}.RichMessageContent-module__BA1wNG__calloutCard{color:#cbd5e1;background:#1e293b99;border-left:3px solid #3b82f6;border-radius:0 8px 8px 0;margin:10px 0;padding:10px 14px;font-size:13px}.RichMessageContent-module__BA1wNG__codeBlockWrapper{background:#090d16;border:1px solid #ffffff1a;border-radius:8px;margin:10px 0;overflow:hidden}.RichMessageContent-module__BA1wNG__codeHeader{font-size:11px;font-family:var(--font-mono);color:#94a3b8;background:#ffffff0a;border-bottom:1px solid #ffffff0f;justify-content:space-between;align-items:center;padding:6px 12px;display:flex}.RichMessageContent-module__BA1wNG__codeBlock{font-family:var(--font-mono);color:#e2e8f0;margin:0;padding:12px;font-size:12px;line-height:1.5;overflow-x:auto}.RichMessageContent-module__BA1wNG__copyCodeBtn{color:#94a3b8;cursor:pointer;background:0 0;border:none;border-radius:4px;align-items:center;gap:4px;padding:2px 6px;font-size:11px;transition:all .15s;display:inline-flex}.RichMessageContent-module__BA1wNG__copyCodeBtn:hover{color:#f8fafc;background:#ffffff1a}.RichMessageContent-module__BA1wNG__tableWrapper{border:1px solid #ffffff1a;border-radius:8px;margin:10px 0;overflow-x:auto}.RichMessageContent-module__BA1wNG__table{border-collapse:collapse;text-align:left;width:100%;font-size:12px}.RichMessageContent-module__BA1wNG__table th{color:#93c5fd;text-transform:uppercase;letter-spacing:.03em;background:#0f172ae6;border-bottom:1px solid #ffffff1a;padding:8px 12px;font-size:10.5px;font-weight:700}.RichMessageContent-module__BA1wNG__table td{color:#cbd5e1;border-bottom:1px solid #ffffff0d;padding:8px 12px}.RichMessageContent-module__BA1wNG__table tr:last-child td{border-bottom:none}.RichMessageContent-module__BA1wNG__table tr:hover td{background:#ffffff05}.RichMessageContent-module__BA1wNG__strongText{color:#fff;font-weight:700}.RichMessageContent-module__BA1wNG__highlightPill{color:#93c5fd;background:#3b82f626;border:1px solid #3b82f64d;border-radius:4px;margin:0 2px;padding:1px 6px;font-size:11.5px;font-weight:600;display:inline-block}
.AIBusinessFeed-module__UA5GgG__feedContainer{-webkit-backdrop-filter:blur(28px);background:linear-gradient(135deg,#0f172ae6,#1e293bbf);border:1px solid #f59e0b59;border-radius:24px;flex-direction:column;gap:24px;padding:28px;display:flex;position:relative;overflow:visible;box-shadow:0 25px 60px -15px #000c,0 0 35px #f59e0b26}.AIBusinessFeed-module__UA5GgG__feedContainer:before{content:"";background:linear-gradient(90deg,#0000,#f59e0b,#ec4899,#3b82f6,#0000);border-top-left-radius:24px;border-top-right-radius:24px;height:3px;position:absolute;top:0;left:0;right:0}.AIBusinessFeed-module__UA5GgG__header{border-bottom:1px solid #ffffff14;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;padding-bottom:8px;display:flex}.AIBusinessFeed-module__UA5GgG__titleArea{align-items:center;gap:16px;display:flex}.AIBusinessFeed-module__UA5GgG__zapIconWrapper{color:#fbbf24;background:linear-gradient(135deg,#f59e0b40,#ea580c40);border:1px solid #f59e0b80;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex;box-shadow:0 0 20px #f59e0b66}.AIBusinessFeed-module__UA5GgG__titleArea h2{color:#fff;letter-spacing:-.02em;align-items:center;gap:8px;margin:0;font-size:20px;font-weight:900;display:flex}.AIBusinessFeed-module__UA5GgG__titleArea p{color:#94a3b8;margin:4px 0 0;font-size:13px;font-weight:500}.AIBusinessFeed-module__UA5GgG__filtersBar{-webkit-overflow-scrolling:touch;align-items:center;gap:8px;padding-bottom:4px;display:flex;overflow-x:auto}.AIBusinessFeed-module__UA5GgG__filterBtn{text-transform:uppercase;letter-spacing:.05em;cursor:pointer;color:#94a3b8;white-space:nowrap;background:#0f172abf;border:1px solid #ffffff1a;border-radius:100px;align-items:center;gap:7px;padding:8px 14px;font-size:11px;font-weight:800;transition:all .2s cubic-bezier(.16,1,.3,1);display:inline-flex}.AIBusinessFeed-module__UA5GgG__filterBtn:hover{color:#fff;background:#1e293be6;border-color:#ffffff40;transform:translateY(-1px)}.AIBusinessFeed-module__UA5GgG__filterBtn.AIBusinessFeed-module__UA5GgG__active{color:#0f172a;background:linear-gradient(135deg,#f59e0b,#d97706);border-color:#f59e0b;box-shadow:0 4px 16px #f59e0b73}.AIBusinessFeed-module__UA5GgG__filterCount{background:#00000040;border-radius:100px;padding:1px 7px;font-size:10px;font-weight:900}.AIBusinessFeed-module__UA5GgG__filterBtn.AIBusinessFeed-module__UA5GgG__active .AIBusinessFeed-module__UA5GgG__filterCount{color:#0f172a;background:#00000059}.AIBusinessFeed-module__UA5GgG__streamList{flex-direction:column;gap:16px;width:100%;display:flex}.AIBusinessFeed-module__UA5GgG__emptyState{text-align:center;background:#0f172ab3;border:1px dashed #ffffff26;border-radius:20px;flex-direction:column;justify-content:center;align-items:center;gap:16px;padding:48px 24px;display:flex;position:relative;overflow:hidden}.AIBusinessFeed-module__UA5GgG__emptyStateRadar{color:#10b981;background:#10b98126;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;display:flex;position:relative}.AIBusinessFeed-module__UA5GgG__radarPulse{border:1px solid #10b98166;border-radius:50%;animation:2s cubic-bezier(0,.2,.8,1) infinite AIBusinessFeed-module__UA5GgG__radarPulse;position:absolute;inset:-8px}@keyframes AIBusinessFeed-module__UA5GgG__radarPulse{0%{opacity:1;transform:scale(.8)}to{opacity:0;transform:scale(1.6)}}.AIBusinessFeed-module__UA5GgG__emptyTitle{color:#fff;margin:0;font-size:17px;font-weight:800}.AIBusinessFeed-module__UA5GgG__emptyDesc{color:#94a3b8;max-width:520px;margin:0;font-size:13px;line-height:1.6}.AIBusinessFeed-module__UA5GgG__emptyMetrics{flex-wrap:wrap;justify-content:center;gap:10px;margin-top:4px;display:flex}.AIBusinessFeed-module__UA5GgG__emptyMetricChip{color:#e2e8f0;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;align-items:center;gap:6px;padding:6px 14px;font-size:11px;font-weight:700;display:inline-flex}.AIBusinessFeed-module__UA5GgG__scanBtn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#10b981,#059669);border:none;border-radius:12px;align-items:center;gap:8px;margin-top:8px;padding:12px 24px;font-size:13px;font-weight:800;transition:all .2s cubic-bezier(.16,1,.3,1);display:inline-flex;box-shadow:0 4px 16px #10b98166}.AIBusinessFeed-module__UA5GgG__scanBtn:hover{filter:brightness(1.1);transform:translateY(-2px);box-shadow:0 6px 20px #10b98180}.AIBusinessFeed-module__UA5GgG__feedItem{background:linear-gradient(135deg,#0f172ad9,#1e293ba6);border:1px solid #ffffff1a;border-radius:20px;flex-direction:column;gap:14px;padding:20px 24px;transition:all .25s cubic-bezier(.16,1,.3,1);display:flex;position:relative;overflow:hidden;box-shadow:0 10px 30px -10px #0009}.AIBusinessFeed-module__UA5GgG__feedItem:hover{background:linear-gradient(135deg,#1e293be6,#0f172ae6);border-color:#f59e0b66;transform:translateY(-2px);box-shadow:0 15px 40px -10px #000c,0 0 20px #f59e0b26}.AIBusinessFeed-module__UA5GgG__severityStrip{width:5px;position:absolute;top:0;bottom:0;left:0}.AIBusinessFeed-module__UA5GgG__itemContent{flex-direction:column;gap:10px;padding-left:10px;display:flex}.AIBusinessFeed-module__UA5GgG__itemTopBar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;display:flex}.AIBusinessFeed-module__UA5GgG__badgeAgentGroup{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.AIBusinessFeed-module__UA5GgG__severityBadge{letter-spacing:.05em;border:1px solid;border-radius:8px;align-items:center;gap:6px;padding:4px 10px;font-size:10px;font-weight:800;display:inline-flex}.AIBusinessFeed-module__UA5GgG__responsibleAgent{color:#94a3b8;font-size:12px;font-weight:500}.AIBusinessFeed-module__UA5GgG__agentHighlight{color:#f8fafc;font-weight:700}.AIBusinessFeed-module__UA5GgG__impactTimeGroup{align-items:center;gap:12px;display:flex}.AIBusinessFeed-module__UA5GgG__impactAmount{font-family:var(--font-mono,monospace);letter-spacing:-.01em;font-size:15px;font-weight:800}.AIBusinessFeed-module__UA5GgG__impactNegative{color:#f87171}.AIBusinessFeed-module__UA5GgG__impactPositive{color:#34d399}.AIBusinessFeed-module__UA5GgG__itemTime{font-size:11px;font-family:var(--font-mono,monospace);color:#94a3b8;align-items:center;gap:4px;display:flex}.AIBusinessFeed-module__UA5GgG__itemTitle{color:#fff;letter-spacing:-.01em;margin:0;font-size:16px;font-weight:800;line-height:1.35}.AIBusinessFeed-module__UA5GgG__itemDesc{color:#cbd5e1;margin:0;font-size:13px;line-height:1.6}.AIBusinessFeed-module__UA5GgG__recommendationBox{background:#0006;border:1px solid #ffffff17;border-radius:14px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:14px;padding:14px 18px;display:flex}.AIBusinessFeed-module__UA5GgG__recLeft{flex:1;align-items:flex-start;gap:12px;display:flex}.AIBusinessFeed-module__UA5GgG__recIcon{color:#f59e0b;flex-shrink:0;margin-top:2px}.AIBusinessFeed-module__UA5GgG__recText{flex-direction:column;gap:3px;display:flex}.AIBusinessFeed-module__UA5GgG__recLabel{color:#fbbf24;text-transform:uppercase;letter-spacing:.04em;font-size:11px;font-weight:800}.AIBusinessFeed-module__UA5GgG__recAction{color:#f8fafc;font-size:13px;font-weight:600}.AIBusinessFeed-module__UA5GgG__recRight{flex-shrink:0;align-items:center;gap:14px;display:flex}.AIBusinessFeed-module__UA5GgG__confidenceBox{text-align:right}.AIBusinessFeed-module__UA5GgG__confidenceLabel{color:#94a3b8;text-transform:uppercase;font-size:9px;font-weight:800;display:block}.AIBusinessFeed-module__UA5GgG__confidenceValue{font-family:var(--font-mono,monospace);color:#fbbf24;font-size:13px;font-weight:800}.AIBusinessFeed-module__UA5GgG__approvalRequiredBtn{color:#fca5a5;cursor:pointer;background:#ef444433;border:1px solid #ef444480;border-radius:10px;align-items:center;gap:6px;padding:9px 16px;font-size:12px;font-weight:800;transition:all .2s;display:inline-flex;box-shadow:0 4px 12px #ef444433}.AIBusinessFeed-module__UA5GgG__approvalRequiredBtn:hover{color:#fff;background:#ef44444d;transform:translateY(-1px)}.AIBusinessFeed-module__UA5GgG__applyActionBtn{color:#0f172a;cursor:pointer;background:linear-gradient(135deg,#f59e0b,#d97706);border:none;border-radius:10px;align-items:center;gap:6px;padding:10px 18px;font-size:12px;font-weight:800;transition:all .2s cubic-bezier(.16,1,.3,1);display:inline-flex;box-shadow:0 4px 16px #f59e0b66}.AIBusinessFeed-module__UA5GgG__applyActionBtn:hover{filter:brightness(1.1);transform:translateY(-2px);box-shadow:0 6px 22px #f59e0b99}@media (max-width:640px){.AIBusinessFeed-module__UA5GgG__feedContainer{border-radius:20px;padding:18px}.AIBusinessFeed-module__UA5GgG__recommendationBox{flex-direction:column;align-items:stretch}.AIBusinessFeed-module__UA5GgG__recRight{justify-content:space-between;width:100%;margin-top:6px}}
.AIAuditCenter-module__6O2o6q__auditContainer{-webkit-backdrop-filter:blur(20px);background:linear-gradient(135deg,#0f172af2,#1e293bb3);border:1px solid #10b98140;border-radius:24px;flex-direction:column;gap:20px;padding:24px;display:flex;position:relative;overflow:hidden;box-shadow:0 25px 50px -12px #000000b3,0 0 30px #10b9811a}.AIAuditCenter-module__6O2o6q__auditContainer:before{content:"";background:linear-gradient(90deg,#0000,#10b981,#3b82f6,#0000);height:2px;position:absolute;top:0;left:0;right:0}.AIAuditCenter-module__6O2o6q__header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;display:flex}.AIAuditCenter-module__6O2o6q__titleArea{align-items:center;gap:14px;display:flex}.AIAuditCenter-module__6O2o6q__shieldIconWrapper{color:#10b981;background:linear-gradient(135deg,#10b98133,#05966933);border:1px solid #10b98166;border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;display:flex;box-shadow:0 0 15px #10b9814d}.AIAuditCenter-module__6O2o6q__titleArea h2{color:#fff;letter-spacing:-.01em;margin:0;font-size:18px;font-weight:800}.AIAuditCenter-module__6O2o6q__titleArea p{color:#fff9;margin:2px 0 0;font-size:12px}.AIAuditCenter-module__6O2o6q__headerActions{align-items:center;gap:10px;display:flex}.AIAuditCenter-module__6O2o6q__integrityBadge{text-transform:uppercase;letter-spacing:.05em;border:1px solid;border-radius:100px;align-items:center;gap:6px;padding:6px 14px;font-size:11px;font-weight:800;display:inline-flex}.AIAuditCenter-module__6O2o6q__integrityValid{color:#10b981;background:#10b98126;border-color:#10b98159}.AIAuditCenter-module__6O2o6q__integrityInvalid{color:#ef4444;background:#ef444426;border-color:#ef444459}.AIAuditCenter-module__6O2o6q__refreshBtn{color:#fff;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex}.AIAuditCenter-module__6O2o6q__refreshBtn:hover{background:#ffffff1a;transform:rotate(180deg)}.AIAuditCenter-module__6O2o6q__blockList{flex-direction:column;gap:10px;max-height:540px;padding-right:4px;display:flex;overflow-y:auto}.AIAuditCenter-module__6O2o6q__emptyState{text-align:center;background:#0f172a99;border:1px dashed #ffffff1f;border-radius:20px;flex-direction:column;justify-content:center;align-items:center;gap:12px;padding:48px 24px;display:flex}.AIAuditCenter-module__6O2o6q__emptyTitle{color:#fff;margin:0;font-size:15px;font-weight:800}.AIAuditCenter-module__6O2o6q__emptyDesc{color:#ffffff80;margin:0;font-size:12px}.AIAuditCenter-module__6O2o6q__blockCard{background:#0f172ab3;border:1px solid #ffffff14;border-radius:14px;flex-direction:column;gap:10px;padding:14px 16px;transition:all .2s;display:flex}.AIAuditCenter-module__6O2o6q__blockCard:hover{background:#1e293bcc;border-color:#10b9814d}.AIAuditCenter-module__6O2o6q__blockHeader{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;display:flex}.AIAuditCenter-module__6O2o6q__blockTitleGroup{align-items:center;gap:8px;display:flex}.AIAuditCenter-module__6O2o6q__blockIndexBadge{font-family:var(--font-mono,monospace);color:#f59e0b;background:#f59e0b26;border:1px solid #f59e0b4d;border-radius:6px;padding:2px 8px;font-size:10px;font-weight:800}.AIAuditCenter-module__6O2o6q__actionType{color:#fff;font-size:13px;font-weight:700}.AIAuditCenter-module__6O2o6q__agentName{color:#ffffff80;font-size:11px}.AIAuditCenter-module__6O2o6q__timestamp{font-size:11px;font-family:var(--font-mono,monospace);color:#fff6}.AIAuditCenter-module__6O2o6q__hashGrid{font-family:var(--font-mono,monospace);background:#0000004d;border:1px solid #ffffff0a;border-radius:10px;grid-template-columns:repeat(3,1fr);gap:8px;padding:10px 12px;font-size:10px;display:grid}.AIAuditCenter-module__6O2o6q__hashItem{flex-direction:column;gap:2px;display:flex;overflow:hidden}.AIAuditCenter-module__6O2o6q__hashLabel{color:#fff6;text-transform:uppercase;font-size:9px;font-weight:700}.AIAuditCenter-module__6O2o6q__hashValue{color:#f59e0b;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.AIAuditCenter-module__6O2o6q__blockHashValue{color:#10b981;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}@media (max-width:640px){.AIAuditCenter-module__6O2o6q__auditContainer{padding:16px}.AIAuditCenter-module__6O2o6q__hashGrid{grid-template-columns:1fr}}
.PersonalAutopilot-module__cCW8nG__autopilotContainer{-webkit-backdrop-filter:blur(20px);background:linear-gradient(135deg,#0f172af2,#1e293bb3);border:1px solid #3b82f640;border-radius:24px;flex-direction:column;gap:24px;padding:24px;display:flex;position:relative;overflow:hidden;box-shadow:0 25px 50px -12px #000000b3,0 0 30px #3b82f626}.PersonalAutopilot-module__cCW8nG__autopilotContainer:before{content:"";background:linear-gradient(90deg,#0000,#3b82f6,#10b981,#f59e0b,#0000);height:2px;position:absolute;top:0;left:0;right:0}.PersonalAutopilot-module__cCW8nG__header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.PersonalAutopilot-module__cCW8nG__titleArea{align-items:center;gap:14px;display:flex}.PersonalAutopilot-module__cCW8nG__botIconWrapper{color:#3b82f6;background:linear-gradient(135deg,#3b82f633,#10b98133);border:1px solid #3b82f666;border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;display:flex;box-shadow:0 0 15px #3b82f64d}.PersonalAutopilot-module__cCW8nG__titleArea h3{color:#fff;align-items:center;gap:8px;margin:0;font-size:18px;font-weight:800;display:flex}.PersonalAutopilot-module__cCW8nG__titleArea p{color:#fff9;margin:2px 0 0;font-size:12px}.PersonalAutopilot-module__cCW8nG__levelBadge{text-transform:uppercase;letter-spacing:.05em;border:1px solid;border-radius:100px;align-items:center;gap:6px;padding:6px 14px;font-size:11px;font-weight:800;display:flex}.PersonalAutopilot-module__cCW8nG__levelSelector{grid-template-columns:repeat(4,1fr);gap:12px;display:grid}.PersonalAutopilot-module__cCW8nG__levelCard{text-align:left;cursor:pointer;background:#0f172a99;border:1px solid #ffffff14;border-radius:16px;flex-direction:column;gap:10px;padding:16px;transition:all .25s cubic-bezier(.16,1,.3,1);display:flex;position:relative;overflow:hidden}.PersonalAutopilot-module__cCW8nG__levelCard:hover{background:#1e293bcc;border-color:#fff3;transform:translateY(-2px)}.PersonalAutopilot-module__cCW8nG__levelCard.PersonalAutopilot-module__cCW8nG__active{border-color:var(--level-color);background:linear-gradient(135deg,#0f172ae6,#1e293be6);box-shadow:0 10px 25px -5px #0009,0 0 20px #3b82f640}.PersonalAutopilot-module__cCW8nG__levelCardTop{justify-content:space-between;align-items:center;display:flex}.PersonalAutopilot-module__cCW8nG__levelIconWrapper{border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.PersonalAutopilot-module__cCW8nG__activeDot{background:var(--level-color);width:8px;height:8px;box-shadow:0 0 8px var(--level-color);border-radius:50%}.PersonalAutopilot-module__cCW8nG__levelInfo{flex-direction:column;gap:2px;display:flex}.PersonalAutopilot-module__cCW8nG__levelName{color:#fff;font-size:14px;font-weight:800}.PersonalAutopilot-module__cCW8nG__levelCard.PersonalAutopilot-module__cCW8nG__active .PersonalAutopilot-module__cCW8nG__levelName{color:var(--level-color)}.PersonalAutopilot-module__cCW8nG__levelDesc{color:#fff9;font-size:11px;line-height:1.4}.PersonalAutopilot-module__cCW8nG__transparencySection{background:#0f172ab3;border:1px solid #ffffff14;border-radius:18px;padding:18px}.PersonalAutopilot-module__cCW8nG__sectionHeader{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.PersonalAutopilot-module__cCW8nG__sectionHeader h4{color:#fff;text-transform:uppercase;letter-spacing:.05em;align-items:center;gap:8px;margin:0;font-size:12px;font-weight:800;display:flex}.PersonalAutopilot-module__cCW8nG__historyBtn{color:#3b82f6;cursor:pointer;background:#3b82f61a;border:1px solid #3b82f64d;border-radius:6px;padding:4px 10px;font-size:12px;font-weight:700;transition:all .2s}.PersonalAutopilot-module__cCW8nG__historyBtn:hover{color:#fff;background:#3b82f633}.PersonalAutopilot-module__cCW8nG__actionsList{flex-direction:column;gap:10px;display:flex}.PersonalAutopilot-module__cCW8nG__actionItem{background:#1e293b80;border:1px solid #ffffff0f;border-radius:12px;justify-content:space-between;align-items:center;gap:12px;padding:14px 16px;transition:all .2s;display:flex}.PersonalAutopilot-module__cCW8nG__actionItem:hover{background:#1e293bcc;border-color:#ffffff26}.PersonalAutopilot-module__cCW8nG__actionMain{flex:1;align-items:flex-start;gap:12px;display:flex}.PersonalAutopilot-module__cCW8nG__actionIcon{margin-top:2px}.PersonalAutopilot-module__cCW8nG__actionDetails{flex-direction:column;flex:1;gap:3px;display:flex}.PersonalAutopilot-module__cCW8nG__actionTop{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.PersonalAutopilot-module__cCW8nG__actionTop strong{color:#fff;font-size:13px;font-weight:700}.PersonalAutopilot-module__cCW8nG__actionTime{color:#fff6;font-size:11px;font-family:var(--font-mono,monospace)}.PersonalAutopilot-module__cCW8nG__actionReason{color:#ffffffb3;margin:0;font-size:12px;line-height:1.4}.PersonalAutopilot-module__cCW8nG__actionImpact{color:#10b981;align-items:center;gap:4px;margin-top:2px;font-size:11px;font-weight:600;display:flex}.PersonalAutopilot-module__cCW8nG__actionOps{align-items:center;gap:8px;display:flex}.PersonalAutopilot-module__cCW8nG__guardrailsSection{flex-direction:column;gap:14px;display:flex}.PersonalAutopilot-module__cCW8nG__guardrailsSection h4{color:#fff;text-transform:uppercase;letter-spacing:.05em;align-items:center;gap:8px;margin:0;font-size:12px;font-weight:800;display:flex}.PersonalAutopilot-module__cCW8nG__guardrailsGrid{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}.PersonalAutopilot-module__cCW8nG__guardrail{background:#0f172a99;border:1px solid #ffffff14;border-radius:14px;flex-direction:column;gap:4px;padding:16px;display:flex}.PersonalAutopilot-module__cCW8nG__guardrail span{color:#ffffff80;font-size:11px;font-weight:600}.PersonalAutopilot-module__cCW8nG__guardrail strong{color:#fff;font-size:16px;font-family:var(--font-mono,monospace);font-weight:800}.PersonalAutopilot-module__cCW8nG__statusActive{color:#10b981;align-items:center;gap:4px;font-size:11px;font-weight:800;display:flex}@media (max-width:1024px){.PersonalAutopilot-module__cCW8nG__levelSelector{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.PersonalAutopilot-module__cCW8nG__autopilotContainer{border-radius:18px;padding:16px}.PersonalAutopilot-module__cCW8nG__levelSelector,.PersonalAutopilot-module__cCW8nG__guardrailsGrid{grid-template-columns:1fr}.PersonalAutopilot-module__cCW8nG__actionItem{flex-direction:column;align-items:flex-start}.PersonalAutopilot-module__cCW8nG__actionOps{justify-content:flex-end;width:100%;margin-top:6px}}
.SOCComplianceCenter-module__WjM_6W__complianceContainer{-webkit-backdrop-filter:blur(20px);background:linear-gradient(135deg,#0f172af2,#1e293bbf);border:1px solid #10b9814d;border-radius:24px;flex-direction:column;gap:24px;padding:24px;display:flex;position:relative;overflow:hidden;box-shadow:0 25px 50px -12px #000000b3,0 0 35px #10b9811f}.SOCComplianceCenter-module__WjM_6W__complianceContainer:before{content:"";background:linear-gradient(90deg,#0000,#10b981,#06b6d4,#3b82f6,#0000);height:2px;position:absolute;top:0;left:0;right:0}.SOCComplianceCenter-module__WjM_6W__header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;display:flex}.SOCComplianceCenter-module__WjM_6W__titleArea{align-items:center;gap:14px;display:flex}.SOCComplianceCenter-module__WjM_6W__shieldIconWrapper{color:#10b981;background:linear-gradient(135deg,#10b98133,#06b6d433);border:1px solid #10b98166;border-radius:14px;justify-content:center;align-items:center;width:46px;height:46px;display:flex;box-shadow:0 0 16px #10b98159}.SOCComplianceCenter-module__WjM_6W__titleArea h2{color:#fff;letter-spacing:-.01em;margin:0;font-size:18px;font-weight:800}.SOCComplianceCenter-module__WjM_6W__titleArea p{color:#fff9;margin:2px 0 0;font-size:12px}.SOCComplianceCenter-module__WjM_6W__headerActions{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.SOCComplianceCenter-module__WjM_6W__actionBtn{cursor:pointer;border:none;border-radius:12px;align-items:center;gap:8px;padding:10px 16px;font-size:12px;font-weight:800;transition:all .2s;display:inline-flex}.SOCComplianceCenter-module__WjM_6W__exportBtn{color:#fff;background:linear-gradient(135deg,#10b981,#059669);box-shadow:0 4px 14px #10b98159}.SOCComplianceCenter-module__WjM_6W__exportBtn:hover{filter:brightness(1.1);transform:translateY(-1px)}.SOCComplianceCenter-module__WjM_6W__refreshBtn{color:#fff;background:#ffffff0d;border:1px solid #ffffff1a}.SOCComplianceCenter-module__WjM_6W__refreshBtn:hover{background:#ffffff1a}.SOCComplianceCenter-module__WjM_6W__scorecardGrid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:16px;display:grid}.SOCComplianceCenter-module__WjM_6W__scorecard{background:#0f172ab3;border:1px solid #ffffff14;border-radius:18px;flex-direction:column;gap:8px;padding:18px;display:flex;position:relative;overflow:hidden}.SOCComplianceCenter-module__WjM_6W__scorecardTop{justify-content:space-between;align-items:center;display:flex}.SOCComplianceCenter-module__WjM_6W__scorecardLabel{text-transform:uppercase;letter-spacing:.05em;color:#fff9;font-size:11px;font-weight:800}.SOCComplianceCenter-module__WjM_6W__scorecardBadge{border:1px solid;border-radius:100px;padding:2px 8px;font-size:10px;font-weight:800}.SOCComplianceCenter-module__WjM_6W__scorecardValue{color:#fff;font-size:26px;font-weight:800;font-family:var(--font-mono,monospace);margin-top:4px}.SOCComplianceCenter-module__WjM_6W__scorecardSubtext{color:#ffffff80;font-size:11px}.SOCComplianceCenter-module__WjM_6W__progressBar{background:#ffffff14;border-radius:3px;height:6px;margin-top:4px;overflow:hidden}.SOCComplianceCenter-module__WjM_6W__progressFill{border-radius:3px;height:100%;transition:width .5s}.SOCComplianceCenter-module__WjM_6W__frameworkTabs{-webkit-overflow-scrolling:touch;border-bottom:1px solid #ffffff1a;gap:8px;padding-bottom:12px;display:flex;overflow-x:auto}.SOCComplianceCenter-module__WjM_6W__frameworkTab{cursor:pointer;color:#fff9;white-space:nowrap;background:#0f172a99;border:1px solid #ffffff14;border-radius:10px;align-items:center;gap:6px;padding:8px 16px;font-size:12px;font-weight:800;transition:all .2s;display:inline-flex}.SOCComplianceCenter-module__WjM_6W__frameworkTab:hover{color:#fff;background:#1e293bcc}.SOCComplianceCenter-module__WjM_6W__frameworkTab.SOCComplianceCenter-module__WjM_6W__active{color:#fff;background:linear-gradient(135deg,#10b981,#059669);border-color:#10b981;box-shadow:0 4px 12px #10b9814d}.SOCComplianceCenter-module__WjM_6W__controlsList{flex-direction:column;gap:14px;display:flex}.SOCComplianceCenter-module__WjM_6W__controlCard{background:#0f172ab3;border:1px solid #ffffff14;border-radius:16px;flex-direction:column;gap:12px;padding:18px;transition:all .2s;display:flex}.SOCComplianceCenter-module__WjM_6W__controlCard:hover{background:#1e293bcc;border-color:#10b9814d}.SOCComplianceCenter-module__WjM_6W__controlTop{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;display:flex}.SOCComplianceCenter-module__WjM_6W__controlIdGroup{align-items:center;gap:10px;display:flex}.SOCComplianceCenter-module__WjM_6W__controlIdBadge{font-family:var(--font-mono,monospace);color:#10b981;background:#10b98126;border:1px solid #10b9814d;border-radius:6px;padding:3px 8px;font-size:11px;font-weight:800}.SOCComplianceCenter-module__WjM_6W__controlFrameworkTag{text-transform:uppercase;color:#ffffff80;font-size:10px;font-weight:800}.SOCComplianceCenter-module__WjM_6W__controlStatusBadge{border-radius:100px;align-items:center;gap:5px;padding:3px 10px;font-size:10px;font-weight:800;display:inline-flex}.SOCComplianceCenter-module__WjM_6W__statusPassed{color:#10b981;background:#10b98126;border:1px solid #10b98166}.SOCComplianceCenter-module__WjM_6W__controlTitle{color:#fff;margin:0;font-size:15px;font-weight:800}.SOCComplianceCenter-module__WjM_6W__controlEvidence{color:#ffffffb3;margin:0;font-size:13px;line-height:1.5}.SOCComplianceCenter-module__WjM_6W__assertionsContainer{background:#00000040;border:1px solid #ffffff0d;border-radius:12px;flex-direction:column;gap:8px;padding:12px 14px;display:flex}.SOCComplianceCenter-module__WjM_6W__assertionsHeader{color:#ffffff80;text-transform:uppercase;align-items:center;gap:6px;font-size:11px;font-weight:800;display:flex}.SOCComplianceCenter-module__WjM_6W__assertionRow{align-items:flex-start;gap:8px;font-size:12px;display:flex}.SOCComplianceCenter-module__WjM_6W__assertionCheck{color:#10b981;flex-shrink:0;margin-top:2px}.SOCComplianceCenter-module__WjM_6W__assertionText{flex-direction:column;gap:1px;display:flex}.SOCComplianceCenter-module__WjM_6W__assertionTitle{color:#fff;font-weight:700}.SOCComplianceCenter-module__WjM_6W__assertionDetail{color:#ffffff80;font-size:11px}.SOCComplianceCenter-module__WjM_6W__controlFooter{color:#fff6;justify-content:space-between;align-items:center;padding-top:6px;font-size:11px;display:flex}@media (max-width:640px){.SOCComplianceCenter-module__WjM_6W__complianceContainer{padding:16px}.SOCComplianceCenter-module__WjM_6W__scorecardGrid{grid-template-columns:1fr}}
.VoiceAITrigger-module___RRkYq__triggerBtn{font-size:var(--text-sm);font-weight:var(--weight-semibold);font-family:var(--font-sans);border-radius:var(--radius-md);color:#c4b5fd;cursor:pointer;transition:all var(--duration-fast) var(--ease-smooth);white-space:nowrap;background:linear-gradient(135deg,#8b5cf626,#3b82f61a);border:1px solid #8b5cf666;align-items:center;gap:6px;padding:8px 16px;display:inline-flex}.VoiceAITrigger-module___RRkYq__triggerBtn:hover{color:#e9d5ff;background:linear-gradient(135deg,#8b5cf640,#3b82f62e);border-color:#8b5cf699;box-shadow:0 4px 14px #8b5cf633}.VoiceAITrigger-module___RRkYq__overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:99998;padding:var(--space-4);background:#000000b3;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.VoiceAITrigger-module___RRkYq__panel{-webkit-overflow-scrolling:touch;border-radius:var(--radius-xl);gap:var(--space-5);background:linear-gradient(135deg,#0f172afa,#1e293bf2);border:1px solid #8b5cf64d;flex-direction:column;width:100%;max-width:520px;max-height:calc(100dvh - 32px);padding:clamp(14px,4vw,24px);display:flex;overflow-y:auto;box-shadow:0 25px 50px -12px #000c}.VoiceAITrigger-module___RRkYq__header{padding-bottom:var(--space-4);border-bottom:1px solid var(--color-border-subtle);justify-content:space-between;align-items:center;display:flex}.VoiceAITrigger-module___RRkYq__headerLeft{align-items:center;gap:12px;display:flex}.VoiceAITrigger-module___RRkYq__headerIcon{color:#fff;background:linear-gradient(135deg,#8b5cf6,#6366f1);border-radius:12px;padding:10px;display:flex;box-shadow:0 0 15px #8b5cf64d}.VoiceAITrigger-module___RRkYq__headerTitle{color:var(--color-text-primary);font-size:18px;font-weight:700}.VoiceAITrigger-module___RRkYq__headerBadge{border-radius:var(--radius-full);color:#c4b5fd;background:#8b5cf640;align-items:center;gap:4px;padding:2px 8px;font-size:11px;font-weight:600;display:inline-flex}.VoiceAITrigger-module___RRkYq__headerSubtitle{color:var(--color-text-tertiary);margin-top:2px;font-size:12px}.VoiceAITrigger-module___RRkYq__promptArea{background:#1e293b99;border:1px solid #8b5cf640;border-radius:12px;flex-direction:column;gap:8px;padding:12px;display:flex}.VoiceAITrigger-module___RRkYq__promptLabel{color:#a78bfa;text-transform:uppercase;align-items:center;gap:6px;font-size:11px;font-weight:700;display:flex}.VoiceAITrigger-module___RRkYq__promptRow{gap:8px;display:flex}.VoiceAITrigger-module___RRkYq__promptInput{border:1px solid var(--color-border-subtle);color:#fff;font-size:13px;font-family:var(--font-sans);background:#0f172acc;border-radius:8px;outline:none;flex:1;padding:8px 12px}.VoiceAITrigger-module___RRkYq__promptInput::placeholder{color:var(--color-text-muted)}.VoiceAITrigger-module___RRkYq__voiceBtn{color:#c4b5fd;cursor:pointer;font-size:12px;font-weight:600;font-family:var(--font-sans);white-space:nowrap;background:#8b5cf626;border:1px solid #8b5cf666;border-radius:8px;justify-content:center;align-items:center;gap:6px;padding:8px 14px;transition:all .15s;display:flex}.VoiceAITrigger-module___RRkYq__voiceBtn:hover{background:#8b5cf640;border-color:#8b5cf699}.VoiceAITrigger-module___RRkYq__voiceBtnRecording{animation:1.2s ease-in-out infinite VoiceAITrigger-module___RRkYq__pulseRec;color:#fda4af!important;background:#f43f5e40!important;border-color:#f43f5e99!important}@keyframes VoiceAITrigger-module___RRkYq__pulseRec{0%,to{box-shadow:0 0 #f43f5e4d}50%{box-shadow:0 0 0 6px #f43f5e00}}.VoiceAITrigger-module___RRkYq__submitRow{gap:8px;display:flex}.VoiceAITrigger-module___RRkYq__sendBtn{color:#fff;cursor:pointer;font-size:13px;font-weight:700;font-family:var(--font-sans);background:linear-gradient(135deg,#8b5cf6,#6366f1);border:none;border-radius:8px;flex:1;justify-content:center;align-items:center;gap:8px;padding:10px 18px;transition:all .15s;display:flex;box-shadow:0 4px 15px #8b5cf666}.VoiceAITrigger-module___RRkYq__sendBtn:hover{box-shadow:0 6px 20px #8b5cf680}.VoiceAITrigger-module___RRkYq__sendBtn:disabled{opacity:.5;cursor:not-allowed}.VoiceAITrigger-module___RRkYq__responseArea{background:#10b98114;border:1px solid #10b98140;border-radius:12px;padding:14px}.VoiceAITrigger-module___RRkYq__responseHeader{color:#10b981;align-items:center;gap:8px;margin-bottom:10px;font-size:12px;font-weight:700;display:flex}.VoiceAITrigger-module___RRkYq__responseText{color:var(--color-text-secondary);white-space:pre-wrap;font-size:13px;line-height:1.6}.VoiceAITrigger-module___RRkYq__ttsRow{align-items:center;gap:8px;margin-top:10px;display:flex}.VoiceAITrigger-module___RRkYq__ttsBtn{color:#6ee7b7;cursor:pointer;font-size:11px;font-weight:600;font-family:var(--font-sans);background:#10b9811a;border:1px solid #10b9814d;border-radius:6px;align-items:center;gap:4px;padding:4px 10px;transition:all .15s;display:flex}.VoiceAITrigger-module___RRkYq__ttsBtn:hover{background:#10b98133}.VoiceAITrigger-module___RRkYq__loadingRow{color:var(--color-text-tertiary);align-items:center;gap:8px;padding:12px 0;font-size:13px;display:flex}
