@charset "UTF-8";@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=JetBrains+Mono:wght@400;500;600&family=Instrument+Serif:ital@0;1&display=swap);:root{--status-warn:var(--status-warning);--font-ui:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--font-mono:"JetBrains Mono",ui-monospace,monospace;--font-display:"Instrument Serif",Georgia,serif;--font-primary:var(--font-ui);--font-sans:var(--font-ui)}body,html{margin:0;overflow-x:hidden;padding:0}body{font-family:var(--font-ui);font-size:14px;line-height:1.45}img,video{height:auto;max-width:100%}.dg-app{background:rgb(var(--bg-canvas));display:grid;grid-template-columns:240px 1fr;height:100vh;overflow:hidden}.dg-app .sidebar{background:rgb(var(--bg-surface));border-right:1px solid rgb(var(--border-default));color:rgb(var(--text-primary));display:flex;flex-direction:column;height:100vh;padding:16px 12px;width:auto;z-index:50}.dg-app .sidebar .brand,.dg-app .sidebar .company-card{flex-shrink:0}.dg-app .sidebar-nav{display:flex;flex:1 1 auto;flex-direction:column;gap:4px;min-height:0;overflow-y:auto}.dg-app .sidebar-close{background:#0000;border:0;border-radius:8px;color:rgb(var(--text-muted));cursor:pointer;display:grid;height:32px;margin-left:auto;place-items:center;width:32px}.dg-app .sidebar-close:hover{background:rgb(var(--bg-surface-muted));color:rgb(var(--text-primary))}.sidebar-backdrop{animation:dg-fade-in .16s ease-out;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0f172a73;inset:0;position:fixed;z-index:49}@keyframes dg-fade-in{0%{opacity:0}to{opacity:1}}.brand{align-items:center;border-bottom:1px solid rgb(var(--border-default));display:flex;gap:10px;margin-bottom:10px;padding:6px 10px 14px}.brand-mark{background:linear-gradient(135deg,rgb(var(--accent)),oklch(62% .14 165));border-radius:8px;box-shadow:0 2px 8px #109d7b59;color:#fff;display:grid;font-size:13px;font-weight:800;height:28px;place-items:center;width:28px}.brand-name{font-size:15px;font-weight:700;letter-spacing:-.015em}.brand-sub{color:rgb(var(--text-subtle));font-size:11px;font-weight:500}.company-card{align-items:center;background:rgb(var(--bg-surface-muted));border:1px solid rgb(var(--border-default));border-radius:12px;display:flex;gap:10px;margin:8px 0 14px;padding:10px}.company-avatar{background:linear-gradient(135deg,#fbbf24,#f59e0b);border-radius:8px;color:#fff;display:grid;font-size:12px;font-weight:700;height:32px;place-items:center;width:32px}.company-info{min-width:0}.company-name{font-size:12.5px;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.company-role{color:rgb(var(--text-subtle));font-size:11px}.nav-section-label{color:rgb(var(--text-subtle));font-size:10.5px;font-weight:600;letter-spacing:.06em;padding:10px 10px 4px;text-transform:uppercase}.dg-app .nav-item{align-items:center;border-radius:8px;color:rgb(var(--text-muted));cursor:pointer;display:flex;font-size:13px;font-weight:500;gap:10px;padding:7px 10px;text-decoration:none;transition:background .12s,color .12s}.dg-app .nav-item:hover{background:rgb(var(--bg-surface-muted));color:rgb(var(--text-primary))}.dg-app .nav-item.active{background:rgb(var(--accent-soft));color:rgb(var(--accent-text));font-weight:600}.dg-app .nav-item .icon{flex-shrink:0;height:16px;opacity:.85;width:16px}.dg-app .nav-item .chev{margin-left:auto;opacity:.5}.nav-sub{border-left:1px solid rgb(var(--border-default));margin-bottom:4px;margin-left:26px;margin-top:2px;padding-left:8px}.nav-sub .nav-item{font-size:12.5px;padding:5px 10px}.dg-app .main{display:flex;flex-direction:column;height:100vh;margin-left:0;margin-top:0;max-width:none;min-width:0;overflow-y:auto;padding:0;width:auto}.dg-app .topbar{align-items:center;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:rgb(var(--bg-surface));border-bottom:1px solid rgb(var(--border-default));display:flex;gap:16px;height:60px;min-width:0;padding:0 24px;position:-webkit-sticky;position:sticky;top:0;z-index:10}.dg-app .topbar-spacer{flex:1 1 auto;min-width:0}.dg-app .topbar-menu{background:rgb(var(--bg-surface-muted));border:1px solid rgb(var(--border-default));border-radius:10px;color:rgb(var(--text-primary));cursor:pointer;display:grid;flex-shrink:0;height:36px;place-items:center;transition:all .12s;width:36px}.dg-app .topbar-menu:hover{background:rgb(var(--bg-surface));border-color:rgb(var(--border-strong))}.dg-app .topbar-quick{flex-shrink:0;position:relative}.dg-app .topbar-quick-trigger{padding:0;width:36px}.dg-app .topbar-quick-backdrop{background:#0000;inset:0;position:fixed;z-index:20}.dg-app .topbar-quick-menu{background:rgb(var(--bg-surface));border:1px solid rgb(var(--border-default));border-radius:12px;box-shadow:var(--shadow-lg);display:flex;flex-direction:column;gap:2px;min-width:200px;padding:6px;position:absolute;right:0;top:calc(100% + 6px);z-index:30}.dg-app .topbar-quick-item{align-items:center;background:#0000;border:0;border-radius:8px;color:rgb(var(--text-primary));cursor:pointer;display:flex;font-family:inherit;font-size:13.5px;font-weight:500;gap:10px;padding:10px 12px;text-align:left}.dg-app .topbar-quick-item:hover{background:rgb(var(--bg-surface-muted))}.search-bar{background:rgb(var(--bg-surface-muted));border:1px solid rgb(var(--border-default));border-radius:10px;color:rgb(var(--text-subtle));flex:1 1;font-size:13px;gap:8px;height:36px;max-width:520px;padding:0 12px}.search-bar input{background:#0000;border:0;color:rgb(var(--text-primary));flex:1 1;font-family:inherit;font-size:13px;outline:none}.kbd{background:rgb(var(--bg-surface));border:1px solid rgb(var(--border-default));border-radius:5px;color:rgb(var(--text-subtle));font-family:var(--font-mono);font-size:10.5px;font-weight:500;padding:2px 6px}.topbar-actions{align-items:center;display:flex;gap:8px}.dg-app .icon-btn{background:#0000;border:1px solid #0000;border-radius:10px;color:rgb(var(--text-muted));cursor:pointer;display:grid;height:36px;place-items:center;transition:all .12s;width:36px}.dg-app .icon-btn:hover{background:rgb(var(--bg-surface-muted));color:rgb(var(--text-primary))}.avatar{background:linear-gradient(135deg,#8b5cf6,#6366f1);border-radius:10px;color:#fff;cursor:pointer;display:grid;font-size:12px;height:34px;place-items:center;width:34px}.dg-app .avatar-btn{border:0;font-family:inherit;padding:0}.dg-app .avatar-btn:focus-visible{outline:2px solid rgb(var(--accent));outline-offset:2px}.dg-app .account-menu-wrap{position:relative}.dg-app .account-menu{animation:dg-fade-in .14s ease-out;background:rgb(var(--bg-surface));border:1px solid rgb(var(--border-default));border-radius:12px;box-shadow:var(--shadow-lg);display:flex;flex-direction:column;gap:2px;min-width:240px;padding:6px;position:absolute;right:0;top:calc(100% + 8px);z-index:60}.dg-app .account-menu-header{align-items:center;border-bottom:1px solid rgb(var(--border-default));display:flex;gap:10px;margin-bottom:4px;padding:10px 10px 12px}.dg-app .account-menu-avatar{background:linear-gradient(135deg,#8b5cf6,#6366f1);border-radius:10px;color:#fff;display:grid;flex-shrink:0;font-size:13px;font-weight:700;height:36px;place-items:center;width:36px}.dg-app .account-menu-id{flex:1 1;min-width:0}.dg-app .account-menu-name{color:rgb(var(--text-primary));font-size:13.5px;font-weight:600}.dg-app .account-menu-email,.dg-app .account-menu-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dg-app .account-menu-email{color:rgb(var(--text-subtle));font-size:11.5px}.dg-app .account-menu-item{align-items:center;background:#0000;border:0;border-radius:8px;color:rgb(var(--text-primary));cursor:pointer;display:flex;font-family:inherit;font-size:13.5px;font-weight:500;gap:10px;padding:9px 10px;text-align:left;width:100%}.dg-app .account-menu-item:hover{background:rgb(var(--bg-surface-muted))}.dg-app .account-menu-item-danger{color:rgb(var(--rose))}.dg-app .account-menu-item-danger:hover{background:rgb(var(--rose-soft));color:rgb(var(--rose))}.dg-app .sidebar-footer{border-top:1px solid rgb(var(--border-default));flex-shrink:0;margin-top:auto;padding-top:10px}.dg-app .sidebar-logout{align-items:center;background:#0000;border:0;border-radius:8px;color:rgb(var(--rose));cursor:pointer;display:flex;font-family:inherit;font-size:13px;font-weight:600;gap:10px;padding:9px 10px;text-align:left;transition:background .12s;width:100%}.dg-app .sidebar-logout:hover{background:rgb(var(--rose-soft))}.dg-app .sidebar-logout .icon{opacity:.85}.dg-app .page{background:#0000;border:0;box-shadow:none;max-width:1440px;padding:24px 32px 48px;width:100%}.dg-app .dg-page-title-row{align-items:center;background:rgb(var(--bg-surface));border-bottom:1px solid rgb(var(--border-default));display:flex;flex-wrap:wrap;gap:16px;justify-content:space-between;padding:14px 32px}.dg-app .dg-page-title-heading{color:rgb(var(--text-primary));font-size:20px;font-weight:700;letter-spacing:-.02em;margin:0}.dg-app .dg-page-title-sub{color:rgb(var(--text-muted));font-size:13px;margin-top:2px}.dg-app .dg-page-title-actions{align-items:center;display:flex;flex-wrap:wrap;gap:8px}.breadcrumb{font-size:13px;margin-bottom:16px}.breadcrumb a{color:inherit;cursor:pointer;text-decoration:none}.breadcrumb a:hover{color:rgb(var(--text-primary))}.breadcrumb .sep{color:rgb(var(--text-subtle))}.breadcrumb .current{color:rgb(var(--text-primary));font-weight:500}.page-header{align-items:flex-end;display:flex;flex-wrap:wrap;gap:24px;justify-content:space-between;margin-bottom:24px}.page-title{align-items:center;display:flex;font-size:28px;font-weight:700;gap:12px;letter-spacing:-.025em;margin:0 0 6px}.page-title .serif{color:rgb(var(--accent));font-family:var(--font-display);font-size:30px;font-style:italic;font-weight:400;letter-spacing:-.01em}.page-sub{color:rgb(var(--text-muted));font-size:14px;max-width:560px}.page-header-actions{align-items:center;display:flex;gap:8px}.dg-app .layout{grid-gap:24px;align-items:flex-start;display:grid;gap:24px;grid-template-columns:minmax(0,1fr) 380px;min-height:auto}@media (max-width:1200px){.dg-app .layout{grid-template-columns:1fr}}.dg-app .layout.variant-single{grid-template-columns:minmax(0,760px);justify-content:center}.dg-app .layout.variant-single .preview-sticky{display:none}.card{background:rgb(var(--bg-surface));border:1px solid rgb(var(--border-default));border-radius:var(--radius-lg);overflow:hidden}.section{border-bottom:1px solid rgb(var(--border-default));padding:20px 24px}.section:last-child{border-bottom:0}.section-header{align-items:center;display:flex;gap:12px;margin-bottom:16px}.step-num{background:rgb(var(--bg-surface-muted));border:1px solid rgb(var(--border-default));border-radius:8px;color:rgb(var(--text-muted));display:grid;font-family:var(--font-mono);font-size:12px;font-weight:600;height:26px;place-items:center;width:26px}.step-num.done{background:rgb(var(--accent));border-color:rgb(var(--accent));color:#fff}.section-title{font-size:15px;letter-spacing:-.01em;margin:0}.section-sub{color:rgb(var(--text-subtle));font-size:12.5px;margin-top:2px}.section-header-right{align-items:center;display:flex;gap:6px;margin-left:auto}.field-grid{grid-gap:var(--density-gap);display:grid;gap:var(--density-gap);grid-template-columns:1fr 1fr}.field-grid.single{grid-template-columns:1fr}.field{display:flex;flex-direction:column;gap:6px}.field.span-2{grid-column:span 2}.label{align-items:center;color:rgb(var(--text-muted));display:flex;font-size:12px;font-weight:600;gap:6px}.label .req{color:rgb(var(--rose))}.label .hint{color:rgb(var(--text-subtle));font-size:11px;font-weight:500;margin-left:auto}.input-wrap{align-items:center;display:flex;position:relative}.input-wrap .lead{color:rgb(var(--text-subtle));left:12px;pointer-events:none;position:absolute}.input-wrap .tail{align-items:center;display:flex;gap:4px;position:absolute;right:8px}.input,.select,.textarea{background:rgb(var(--bg-surface));border:1px solid rgb(var(--border-default));border-radius:10px;color:rgb(var(--text-primary));font-family:inherit;font-size:14px;height:var(--density-field-h);outline:none;padding:0 var(--density-pad-x);transition:border-color .12s,box-shadow .12s,background .12s;width:100%}.input::placeholder,.textarea::placeholder{color:rgb(var(--text-subtle))}.input:hover,.select:hover,.textarea:hover{border-color:rgb(var(--border-strong))}.input:focus,.select:focus,.textarea:focus{border-color:rgb(var(--accent));box-shadow:var(--shadow-glow)}.input.has-lead{padding-left:34px}.textarea{height:auto;line-height:1.5;min-height:84px;padding:10px var(--density-pad-x);resize:vertical}.mono{font-feature-settings:"tnum";font-family:var(--font-mono);font-variant-numeric:tabular-nums}.field.has-error .label{color:rgb(var(--rose))}.input-wrap.has-error .input,.input.is-invalid{border-color:rgb(var(--rose))}.input-wrap.has-error .input:focus,.input.is-invalid:focus{box-shadow:0 0 0 4px rgb(var(--rose)/.18)}.dg-field-error{color:rgb(var(--rose));font-size:11.5px;line-height:1.45;margin-top:4px}.dg-field-server-error{align-items:flex-start;background:rgb(var(--rose-soft));border:1px solid rgb(var(--rose)/.3);border-radius:var(--radius-sm);color:rgb(var(--rose));display:flex;font-size:12px;gap:6px;margin-bottom:6px;padding:8px 10px}.btn{align-items:center;border:1px solid #0000;border-radius:10px;cursor:pointer;display:inline-flex;font-family:inherit;font-size:13.5px;font-weight:600;gap:8px;height:var(--density-field-h);justify-content:center;letter-spacing:-.005em;padding:0 16px;transition:all .12s;white-space:nowrap}.btn-primary{background:rgb(var(--accent));box-shadow:0 1px 2px #0000000a,inset 0 -1px 0 #0000001f,inset 0 1px 0 #ffffff26;color:#fff}.btn-primary:hover{background:rgb(var(--accent-hover));box-shadow:0 4px 14px #109d7b52,inset 0 -1px 0 #0000001f;transform:translateY(-1px)}.btn-secondary{border-color:rgb(var(--border-default))}.btn-secondary:hover{background:rgb(var(--bg-surface-muted));border-color:rgb(var(--border-strong))}.btn-ghost{background:#0000;color:rgb(var(--text-muted))}.btn-ghost:hover{background:rgb(var(--bg-surface-muted));color:rgb(var(--text-primary))}.btn-sm{font-size:12.5px;height:32px;padding:0 12px}.btn-xs{border-radius:7px;font-size:12px;height:26px;padding:0 10px}.btn-ai{background:rgb(var(--ai-soft));border-color:#c47c1c33;color:rgb(var(--ai-text))}.btn-ai:hover{background:#feeac0}.pill{font-size:11.5px;padding:3px 9px}.pill-accent{background:rgb(var(--accent-soft));color:rgb(var(--accent-text))}.pill-ai{background:rgb(var(--ai-soft));color:rgb(var(--ai-text))}.pill-muted{background:rgb(var(--bg-surface-muted));border:1px solid rgb(var(--border-default));color:rgb(var(--text-muted))}.pill-blue{background:rgb(var(--blue-soft));color:rgb(var(--blue))}.pill-violet{background:rgb(var(--violet-soft));color:rgb(var(--violet))}.pill-amber{background:rgb(var(--amber-soft));color:rgb(var(--amber))}.dot{border-radius:50%;display:inline-block;height:7px;width:7px}.ai-strip{align-items:center;background:linear-gradient(90deg,rgb(var(--ai-soft)) 0,#fef3de59 100%);border:1px solid #c47c1c40;border-radius:14px;display:flex;gap:14px;margin-bottom:20px;padding:14px 20px}html.dark .ai-strip{background:linear-gradient(90deg,#c47c1c26,#c47c1c0a)}.ai-strip .sparkle-icon{background:rgb(var(--bg-surface));border:1px solid #c47c1c40;border-radius:10px;color:rgb(var(--ai));display:grid;flex-shrink:0;height:36px;place-items:center;width:36px}.ai-strip .ai-title{color:rgb(var(--text-primary));font-size:13.5px;font-weight:600}.ai-strip .ai-desc{color:rgb(var(--text-muted));font-size:12.5px}.selector-empty{align-items:center;background:rgb(var(--bg-surface-muted));border:1.5px dashed rgb(var(--border-default));border-radius:12px;cursor:pointer;display:flex;gap:12px;padding:16px;transition:all .15s}.selector-empty:hover{background:rgb(var(--accent-soft));border-color:rgb(var(--accent))}.selector-empty .circle{background:rgb(var(--bg-surface));border:1px solid rgb(var(--border-default));border-radius:50%;color:rgb(var(--text-muted));display:grid;flex-shrink:0;height:40px;place-items:center;width:40px}.selector-empty:hover .circle{border-color:rgb(var(--accent));color:rgb(var(--accent))}.customer-card{align-items:center;background:rgb(var(--bg-surface));border:1px solid rgb(var(--border-default));border-radius:12px;display:flex;gap:12px;padding:14px}.customer-avatar{border-radius:10px;color:#fff;display:grid;flex-shrink:0;font-size:14px;font-weight:700;height:40px;place-items:center;width:40px}.customer-name{font-size:14px;font-weight:600}.customer-meta{align-items:center;color:rgb(var(--text-muted));display:flex;font-size:12.5px;gap:8px}.customer-meta .sep{background:rgb(var(--text-subtle));border-radius:50%;height:2px;width:2px}.ai-score-chip{align-items:center;background:rgb(var(--ai-soft));border-radius:8px;color:rgb(var(--ai-text));display:flex;font-size:11.5px;font-weight:600;gap:6px;padding:4px 10px}.ai-score-chip .bars{align-items:flex-end;display:inline-flex;gap:2px;height:10px}.ai-score-chip .bars span{background:currentColor;border-radius:1px;width:3px}.popover{background:rgb(var(--bg-surface));border:1px solid rgb(var(--border-default));border-radius:12px;box-shadow:var(--shadow-lg);display:flex;flex-direction:column;left:0;max-height:340px;overflow:hidden;position:absolute;right:0;top:calc(100% + 6px);z-index:50}.popover-search{align-items:center;border-bottom:1px solid rgb(var(--border-default));display:flex;gap:8px;padding:10px 12px}.popover-search input{background:#0000;border:0;color:rgb(var(--text-primary));flex:1 1;font-family:inherit;font-size:13px;outline:none}.popover-list{overflow-y:auto;padding:4px}.popover-option{align-items:center;border-radius:8px;cursor:pointer;display:flex;gap:10px;padding:8px 10px}.popover-option:hover{background:rgb(var(--bg-surface-muted))}.popover-section-label{color:rgb(var(--text-subtle));font-size:10.5px;font-weight:600;letter-spacing:.06em;padding:8px 10px 4px;text-transform:uppercase}.items-empty{background:rgb(var(--bg-surface-muted));border:1.5px dashed rgb(var(--border-default));border-radius:14px;padding:28px 20px;text-align:center}.items-empty-title{font-size:14px;font-weight:600;margin:8px 0 4px}.items-empty-desc{color:rgb(var(--text-muted));font-size:12.5px;margin-bottom:16px}.items-actions{display:flex;gap:8px;justify-content:center}.item-row{grid-gap:12px;align-items:center;background:rgb(var(--bg-surface));border:1px solid rgb(var(--border-default));border-radius:12px;display:grid;gap:12px;grid-template-columns:42px 1fr 92px 110px 110px 30px;padding:12px;transition:all .12s}.item-row:hover{border-color:rgb(var(--border-strong));box-shadow:var(--shadow-sm)}.item-thumb{background:rgb(var(--bg-surface-muted));border:1px solid rgb(var(--border-default));border-radius:10px;color:rgb(var(--text-muted));display:grid;flex-shrink:0;height:42px;place-items:center;width:42px}.item-thumb.service{background:rgb(var(--violet-soft));border-color:#0000;color:rgb(var(--violet))}.item-thumb.product{background:rgb(var(--blue-soft));border-color:#0000;color:rgb(var(--blue))}.item-name-input{background:#0000;border:0;color:rgb(var(--text-primary));font-family:inherit;font-size:13.5px;font-weight:600;outline:none;padding:0;width:100%}.item-sub{color:rgb(var(--text-subtle));font-size:11.5px;margin-top:1px}.item-input-small{font-feature-settings:"tnum";background:rgb(var(--bg-surface-muted));border:1px solid #0000;border-radius:8px;color:rgb(var(--text-primary));font-family:var(--font-mono);font-size:13px;font-variant-numeric:tabular-nums;height:34px;outline:none;padding:0 10px;text-align:right;width:100%}.item-input-small:hover{background:rgb(var(--bg-surface));border-color:rgb(var(--border-default))}.item-input-small:focus{background:rgb(var(--bg-surface));border-color:rgb(var(--accent));box-shadow:var(--shadow-glow)}.item-total{font-feature-settings:"tnum";font-family:var(--font-mono);font-size:13.5px;font-variant-numeric:tabular-nums;font-weight:600;text-align:right}.remove-btn{background:#0000;border:0;border-radius:7px;color:rgb(var(--text-subtle));cursor:pointer;display:grid;height:28px;place-items:center;transition:all .12s;width:28px}.remove-btn:hover{background:rgb(var(--rose-soft));color:rgb(var(--rose))}.items-footer{align-items:center;background:rgb(var(--bg-surface-muted));border-radius:12px;display:flex;justify-content:space-between;margin-top:14px;padding:14px 16px}.items-footer-label{color:rgb(var(--text-muted));font-size:12.5px;font-weight:500}.items-footer-value{font-feature-settings:"tnum";font-family:var(--font-mono);font-size:16px;font-variant-numeric:tabular-nums;font-weight:700}.status-options{grid-gap:8px;display:grid;gap:8px;grid-template-columns:repeat(4,1fr)}.status-option{align-items:center;background:rgb(var(--bg-surface));border:1px solid rgb(var(--border-default));border-radius:10px;cursor:pointer;display:flex;gap:8px;padding:10px;transition:all .12s}.status-option:hover{background:rgb(var(--bg-surface-muted));border-color:rgb(var(--border-strong))}.status-option.active{background:rgb(var(--accent-soft));border-color:rgb(var(--accent));box-shadow:var(--shadow-glow)}.status-option .dot{flex-shrink:0;height:8px;width:8px}.status-option .txt{font-size:12.5px;font-weight:600}.preview-sticky{display:flex;flex-direction:column;gap:16px;position:-webkit-sticky;position:sticky;top:80px}.preview-card{background:rgb(var(--bg-surface));border:1px solid rgb(var(--border-default));border-radius:18px;box-shadow:var(--shadow-md);overflow:hidden}.preview-hero{background:radial-gradient(circle at 100% 0,#109d7b14,#0000 50%),rgb(var(--bg-elevated));border-bottom:1px dashed rgb(var(--border-default));padding:20px}.preview-eyebrow{align-items:center;color:rgb(var(--text-subtle));display:flex;font-size:10.5px;font-weight:600;gap:8px;letter-spacing:.1em;margin-bottom:10px;text-transform:uppercase}.preview-live-dot{background:rgb(var(--accent));border-radius:50%;height:6px;position:relative;width:6px}.preview-live-dot:after{animation:pulse 1.8s ease-out infinite;border:1.5px solid rgb(var(--accent));border-radius:50%;content:"";inset:-3px;position:absolute}@keyframes pulse{0%{opacity:1;transform:scale(.6)}to{opacity:0;transform:scale(1.4)}}.preview-number{color:rgb(var(--text-muted));font-family:var(--font-mono);font-size:13px;font-weight:500;margin-bottom:6px}.preview-title{font-size:20px;font-weight:700;letter-spacing:-.02em;line-height:1.2;margin:0 0 10px}.preview-meta{display:flex;flex-wrap:wrap;gap:8px}.preview-body{display:flex;flex-direction:column;gap:16px;padding:18px 20px}.preview-row{align-items:flex-start;display:flex;font-size:13px;gap:12px}.preview-row .lbl{color:rgb(var(--text-subtle));font-size:12px;font-weight:500;min-width:74px;padding-top:1px}.preview-row .val{color:rgb(var(--text-primary));flex:1 1;font-weight:500}.preview-row .val.muted{color:rgb(var(--text-subtle));font-style:italic;font-weight:400}.preview-total{align-items:center;background:rgb(var(--bg-surface-muted));border-top:1px dashed rgb(var(--border-default));display:flex;justify-content:space-between;padding:16px 20px}.preview-total-label{color:rgb(var(--text-muted));font-size:12px;font-weight:500;letter-spacing:.04em;text-transform:uppercase}.preview-total-val{font-feature-settings:"tnum";font-family:var(--font-mono);font-size:22px;font-variant-numeric:tabular-nums;font-weight:700;letter-spacing:-.02em}.progress-card{background:rgb(var(--bg-surface));border:1px solid rgb(var(--border-default));border-radius:14px;padding:16px 18px}.progress-title{align-items:center;color:rgb(var(--text-muted));display:flex;font-size:12.5px;font-weight:600;justify-content:space-between;margin-bottom:10px}.progress-title .pct{color:rgb(var(--accent-text));font-family:var(--font-mono)}.progress-bar{border-radius:999px;height:6px;margin-bottom:12px}.progress-fill{background:linear-gradient(90deg,rgb(var(--accent)),oklch(72% .14 165));border-radius:999px;transition:width .28s cubic-bezier(.2,.8,.2,1)}.progress-steps{display:flex;flex-direction:column;gap:6px}.progress-step{align-items:center;color:rgb(var(--text-muted));display:flex;font-size:12.5px;gap:8px}.progress-step .tick{background:rgb(var(--bg-surface));border:1.5px solid rgb(var(--border-strong));border-radius:50%;display:grid;flex-shrink:0;height:16px;place-items:center;width:16px}.progress-step.done .tick{background:rgb(var(--accent));border-color:rgb(var(--accent));color:#fff}.progress-step.done{color:rgb(var(--text-primary));font-weight:500}.ai-card{background:radial-gradient(circle at 0 0,#c47c1c1a,#0000 50%),rgb(var(--bg-surface));border:1px solid #c47c1c40;border-radius:14px;padding:16px}.ai-card-title{align-items:center;color:rgb(var(--text-primary));display:flex;font-size:13px;font-weight:600;gap:8px;margin-bottom:4px}.ai-card-desc{color:rgb(var(--text-muted));font-size:12px;margin-bottom:10px}.ai-suggestion{align-items:center;background:rgb(var(--bg-surface));border:1px solid rgb(var(--border-default));border-radius:9px;cursor:pointer;display:flex;font-size:12.5px;gap:10px;margin-bottom:6px;padding:8px 10px;transition:all .12s}.ai-suggestion:last-child{margin-bottom:0}.ai-suggestion:hover{background:rgb(var(--ai-soft));border-color:rgb(var(--ai))}.ai-suggestion .txt{color:rgb(var(--text-primary));flex:1 1}.ai-suggestion .add{color:rgb(var(--ai-text));font-size:11.5px;font-weight:600}.form-footer{background:rgb(var(--bg-surface-muted));border-top:1px solid rgb(var(--border-default));justify-content:space-between;padding:16px 24px}.form-footer,.form-footer-meta{align-items:center;display:flex}.form-footer-meta{color:rgb(var(--text-subtle));font-size:12px;gap:10px}.form-footer-actions{align-items:center;display:flex;gap:8px}.smart-hint{align-items:center;color:rgb(var(--ai-text));display:flex;font-size:11.5px;gap:6px;margin-top:2px}.smart-hint button{background:#0000;border:0;color:rgb(var(--ai-text));cursor:pointer;font-size:inherit;font-weight:600;padding:0;text-decoration:underline;text-underline-offset:2px}.toast{align-items:center;background:rgb(var(--text-primary));border-radius:12px;bottom:20px;box-shadow:var(--shadow-lg);color:rgb(var(--bg-surface));display:flex;font-size:13px;font-weight:500;gap:10px;left:50%;opacity:0;padding:12px 18px;pointer-events:none;position:fixed;transform:translateX(-50%) translateY(20px);transition:all .24s cubic-bezier(.2,.8,.2,1);z-index:200}.toast.show{opacity:1;transform:translateX(-50%) translateY(0)}.tweaks-panel{background:rgb(var(--bg-surface));border:1px solid rgb(var(--border-default));border-radius:16px;bottom:20px;box-shadow:var(--shadow-lg);opacity:0;overflow:hidden;pointer-events:none;position:fixed;right:20px;transform:translateY(8px);transition:all .2s;width:300px;z-index:100}.tweaks-panel.open{opacity:1;pointer-events:auto;transform:translateY(0)}.tweaks-header{align-items:center;border-bottom:1px solid rgb(var(--border-default));display:flex;font-size:13px;font-weight:600;gap:8px;padding:14px 16px}.tweaks-header .spacer{flex:1 1}.tweaks-body{display:flex;flex-direction:column;gap:14px;padding:12px 16px 16px}.tweak-label{color:rgb(var(--text-muted));font-size:11.5px;font-weight:600;letter-spacing:.06em;margin-bottom:6px;text-transform:uppercase}.tweak-swatches{display:flex;gap:6px}.swatch{border:2px solid #0000;border-radius:9px;cursor:pointer;height:30px;position:relative;transition:all .12s;width:30px}.swatch.active{border-color:rgb(var(--text-primary));transform:scale(1.05)}.swatch:after{background:inherit;border-radius:7px;content:"";inset:2px;position:absolute}.tweak-segmented{grid-gap:2px;background:rgb(var(--bg-surface-muted));border-radius:9px;display:grid;gap:2px;grid-auto-columns:1fr;grid-auto-flow:column;padding:3px}.tweak-segmented button{background:#0000;border:0;border-radius:7px;color:rgb(var(--text-muted));cursor:pointer;font-family:inherit;font-size:12px;font-weight:500;padding:6px 10px;transition:all .12s}.tweak-segmented button.active{background:rgb(var(--bg-surface));box-shadow:var(--shadow-sm);color:rgb(var(--text-primary));font-weight:600}.tweak-toggle-btn{background:rgb(var(--text-primary));border:0;border-radius:14px;bottom:20px;box-shadow:var(--shadow-lg);color:rgb(var(--bg-surface));cursor:pointer;display:grid;height:44px;place-items:center;position:fixed;right:20px;width:44px;z-index:99}.dg-app .detail-layout{grid-gap:24px;align-items:flex-start;display:grid;gap:24px;grid-template-columns:minmax(0,1fr) 300px}.dg-app .detail-layout.wide{grid-template-columns:minmax(0,1fr) 340px}.dg-app .detail-hero{background:rgb(var(--bg-surface));border:1px solid rgb(var(--border-default));border-radius:18px;margin-bottom:16px;padding:24px 28px}.dg-app .detail-hero-top{align-items:flex-start;display:flex;flex-wrap:wrap;gap:16px;justify-content:space-between;margin-bottom:20px}.dg-app .detail-hero-number{color:rgb(var(--text-subtle));font-family:var(--font-mono);font-size:12.5px;font-weight:500;letter-spacing:.08em;text-transform:uppercase}.dg-app .detail-hero-title{font-size:28px;font-weight:700;letter-spacing:-.025em;line-height:1.15;margin:6px 0 10px}.dg-app .detail-hero-title .serif{color:rgb(var(--accent));font-family:var(--font-display);font-style:italic;font-weight:400}.dg-app .detail-hero-meta{align-items:center;color:rgb(var(--text-muted));display:flex;flex-wrap:wrap;font-size:13px;gap:14px}.dg-app .detail-hero-meta .sep{background:rgb(var(--text-subtle));border-radius:50%;flex-shrink:0;height:3px;width:3px}.dg-app .status-pill-lg{align-items:center;border:1px solid;border-radius:999px;display:inline-flex;font-size:12.5px;font-weight:600;gap:8px;padding:6px 12px;white-space:nowrap}.dg-app .status-pill-lg .dot{border-radius:50%;height:8px;width:8px}.dg-app .customer-avatar{color:#fff;display:grid;flex-shrink:0;font-family:var(--font-ui);font-weight:700;place-items:center}.dg-app .stat-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(4,1fr);margin-bottom:0}.dg-app .stat-card{background:rgb(var(--bg-surface));border:1px solid rgb(var(--border-default));border-radius:14px;padding:14px 16px}.dg-app .stat-card .stat-lbl{color:rgb(var(--text-subtle));font-size:10.5px;font-weight:600;letter-spacing:.08em;margin-bottom:6px;text-transform:uppercase}.dg-app .stat-card .stat-val{font-feature-settings:"tnum";font-family:var(--font-mono);font-size:22px;font-variant-numeric:tabular-nums;font-weight:700;letter-spacing:-.02em}.dg-app .stat-card .stat-val.accent{color:rgb(var(--accent))}.dg-app .stat-card .stat-val.ai{color:rgb(var(--ai-text))}.dg-app .stat-card .stat-val.muted{color:rgb(var(--text-subtle))}.dg-app .stat-card .stat-foot{align-items:center;color:rgb(var(--text-muted));display:flex;font-size:11.5px;gap:4px;margin-top:4px}.dg-app .action-rail{display:flex;flex-direction:column;gap:14px;position:-webkit-sticky;position:sticky;top:80px}.dg-app .action-rail-card{background:rgb(var(--bg-surface));border:1px solid rgb(var(--border-default));border-radius:16px;padding:16px}.dg-app .action-rail-label{color:rgb(var(--text-subtle));font-size:10.5px;font-weight:600;letter-spacing:.08em;margin-bottom:12px;text-transform:uppercase}.dg-app .action-rail .btn{justify-content:center;margin-bottom:8px;width:100%}.dg-app .action-rail .btn:last-child{margin-bottom:0}.dg-app .convert-wrap{position:relative}.dg-app .convert-menu{background:rgb(var(--bg-surface));border:1px solid rgb(var(--border-default));border-radius:12px;box-shadow:var(--shadow-lg);left:0;overflow:hidden;position:absolute;right:0;top:calc(100% + 6px);z-index:30}.dg-app .convert-menu-item{align-items:center;cursor:pointer;display:flex;font-size:13px;gap:10px;padding:10px 14px}.dg-app .convert-menu-item:hover{background:rgb(var(--accent-soft));color:rgb(var(--accent-text))}.dg-app .parties{grid-gap:16px;display:grid;gap:16px;grid-template-columns:1fr 1fr}.dg-app .party{background:rgb(var(--bg-surface-muted));border:1px solid rgb(var(--border-default));border-radius:14px;padding:16px}.dg-app .party-label{color:rgb(var(--text-subtle));font-size:10.5px;font-weight:700;letter-spacing:.08em;margin-bottom:10px;text-transform:uppercase}.dg-app .party-name{color:rgb(var(--text-primary));font-size:14.5px;font-weight:600;margin-bottom:4px}.dg-app .party-line{color:rgb(var(--text-muted));font-size:12.5px;line-height:1.5}.dg-app .line-table{border-collapse:collapse;width:100%}.dg-app .line-table th{border-bottom:1px solid rgb(var(--border-default));color:rgb(var(--text-subtle));font-size:10.5px;font-weight:600;letter-spacing:.08em;padding:10px 12px;text-align:left;text-transform:uppercase}.dg-app .line-table td:last-child,.dg-app .line-table th:last-child{text-align:right}.dg-app .line-table td{border-bottom:1px solid rgb(var(--border-default));font-size:13.5px;padding:14px 12px;vertical-align:top}.dg-app .line-table tr:last-child td{border-bottom:0}.dg-app .line-table .item-name{color:rgb(var(--text-primary));font-weight:600}.dg-app .line-table .item-desc{color:rgb(var(--text-muted));font-size:12.5px;margin-top:2px}.dg-app .line-table .price,.dg-app .line-table .qty,.dg-app .line-table .total{font-feature-settings:"tnum";font-family:var(--font-mono);font-variant-numeric:tabular-nums}.dg-app .line-table .total{font-weight:600}.dg-app .fin-summary{grid-gap:20px;border-top:1px dashed rgb(var(--border-default));display:grid;gap:20px;grid-template-columns:1fr 360px;padding:20px}.dg-app .fin-table{grid-gap:10px 24px;align-items:baseline;display:grid;gap:10px 24px;grid-template-columns:auto auto;justify-content:end;width:100%}.dg-app .fin-table .lbl{color:rgb(var(--text-muted));font-size:13px;text-align:right}.dg-app .fin-table .val{font-feature-settings:"tnum";font-family:var(--font-mono);font-size:13.5px;font-variant-numeric:tabular-nums;font-weight:500;text-align:right}.dg-app .fin-table .total-lbl{font-size:14px}.dg-app .fin-table .total-lbl,.dg-app .fin-table .total-val{border-top:1px solid rgb(var(--border-default));color:rgb(var(--text-primary));font-weight:700;padding-top:10px}.dg-app .fin-table .total-val{font-size:16px}.dg-app .fin-table .balance-lbl{color:rgb(var(--accent-text));font-size:14px;font-weight:700}.dg-app .fin-table .balance-val{color:rgb(var(--accent));font-family:var(--font-mono);font-size:18px;font-weight:700}.dg-app .tab-bar{border-bottom:1px solid rgb(var(--border-default));display:flex;gap:2px;margin-bottom:16px;overflow-x:auto;padding:0 4px}.dg-app .tab{align-items:center;background:#0000;border:0;border-bottom:2px solid #0000;color:rgb(var(--text-muted));cursor:pointer;display:inline-flex;font-size:13px;font-weight:500;gap:8px;margin-bottom:-1px;padding:12px 16px;transition:color .12s,border-color .12s;white-space:nowrap}.dg-app .tab.active,.dg-app .tab:hover{color:rgb(var(--text-primary))}.dg-app .tab.active{border-bottom-color:rgb(var(--accent));font-weight:600}.dg-app .tab-count{background:rgb(var(--bg-surface-muted));border-radius:999px;color:rgb(var(--text-muted));font-size:11px;font-weight:600;padding:1px 7px}.dg-app .tab.active .tab-count{background:rgb(var(--accent-soft));color:rgb(var(--accent-text))}.dg-app .timeline{display:flex;flex-direction:column;padding-left:28px;position:relative}.dg-app .timeline:before{background:rgb(var(--border-default));bottom:8px;content:"";left:11px;position:absolute;top:8px;width:1.5px}.dg-app .timeline-event{padding-bottom:20px;position:relative}.dg-app .timeline-event:last-child{padding-bottom:0}.dg-app .timeline-event:before{background:rgb(var(--bg-surface));border:2px solid rgb(var(--border-strong));border-radius:50%;content:"";height:10px;left:-22px;position:absolute;top:4px;width:10px}.dg-app .timeline-event.accent:before{background:rgb(var(--accent));border-color:rgb(var(--accent))}.dg-app .timeline-event.ai:before{background:rgb(var(--ai));border-color:rgb(var(--ai))}.dg-app .timeline-event.blue:before{background:rgb(var(--blue));border-color:rgb(var(--blue))}.dg-app .timeline-event .evt-time{color:rgb(var(--text-subtle));font-family:var(--font-mono);font-size:11.5px;margin-bottom:4px}.dg-app .timeline-event .evt-title{color:rgb(var(--text-primary));font-size:13px;font-weight:600;margin-bottom:4px}.dg-app .timeline-event .evt-body{background:rgb(var(--bg-surface-muted));border:1px solid rgb(var(--border-default));border-radius:10px;color:rgb(var(--text-muted));font-size:12.5px;line-height:1.55;margin-top:6px;padding:10px 12px}.dg-app .copilot-card{background:linear-gradient(180deg,rgb(var(--ai-soft)),rgb(var(--bg-surface)) 60%);border:1px solid #c47c1c4d;border-radius:16px;padding:18px}.dg-app .copilot-badge{align-items:center;background:rgb(var(--bg-surface));border:1px solid #c47c1c4d;border-radius:999px;color:rgb(var(--ai-text));display:inline-flex;font-size:10.5px;font-weight:700;gap:6px;letter-spacing:.06em;margin-bottom:10px;padding:3px 8px;text-transform:uppercase}.dg-app .copilot-title{color:rgb(var(--text-primary));font-size:14px;font-weight:600;letter-spacing:-.01em;margin-bottom:6px}.dg-app .copilot-desc{color:rgb(var(--text-muted));font-size:12.5px;line-height:1.5;margin-bottom:12px}.dg-app .copilot-draft{background:rgb(var(--bg-surface));border:1px solid #c47c1c33;border-radius:12px;color:rgb(var(--text-primary));font-size:12.5px;line-height:1.55;margin-bottom:10px;padding:14px;white-space:pre-wrap}.dg-app .copilot-actions{display:flex;flex-wrap:wrap;gap:6px}.dg-app .related-list{display:flex;flex-direction:column;gap:6px}.dg-app .related-item{align-items:center;background:rgb(var(--bg-surface));border:1px solid rgb(var(--border-default));border-radius:10px;color:inherit;cursor:pointer;display:flex;gap:10px;padding:10px;text-decoration:none;transition:all .12s}.dg-app .related-item:hover{background:rgb(var(--accent-soft));border-color:rgb(var(--accent))}.dg-app .related-icon{border-radius:8px;display:grid;flex-shrink:0;height:32px;place-items:center;width:32px}.dg-app .related-icon.invoice{background:rgb(var(--blue-soft));color:rgb(var(--blue))}.dg-app .related-icon.booking{background:rgb(var(--accent-soft));color:rgb(var(--accent-text))}.dg-app .related-icon.estimate{background:rgb(var(--violet-soft));color:rgb(var(--violet))}.dg-app .related-icon.request{background:rgb(var(--amber-soft));color:rgb(var(--amber))}.dg-app .related-info{flex:1 1;min-width:0}.dg-app .related-title{color:rgb(var(--text-primary));font-size:12.5px;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dg-app .related-sub{color:rgb(var(--text-subtle));font-family:var(--font-mono);font-size:11px}.dg-app .related-amt{font-feature-settings:"tnum";font-family:var(--font-mono);font-size:12.5px;font-variant-numeric:tabular-nums;font-weight:600}.dg-app .attach-grid{grid-gap:8px;display:grid;gap:8px;grid-template-columns:repeat(3,1fr)}.dg-app .attach-card{align-items:center;background:rgb(var(--bg-surface));border:1px solid rgb(var(--border-default));border-radius:10px;cursor:pointer;display:flex;gap:8px;padding:10px;transition:all .12s}.dg-app .attach-card:hover{border-color:rgb(var(--accent))}.dg-app .attach-icon{background:rgb(var(--blue-soft));border-radius:7px;color:rgb(var(--blue));display:grid;flex-shrink:0;height:32px;place-items:center;width:32px}.dg-app .attach-name{color:rgb(var(--text-primary));font-size:12px;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dg-app .attach-meta{color:rgb(var(--text-subtle));font-size:10.5px}.dg-app .scrubber{background:rgb(var(--bg-surface));border:1px solid rgb(var(--border-default));border-radius:16px;margin-bottom:16px;padding:22px 24px}.dg-app .scrubber-head{align-items:baseline;display:flex;justify-content:space-between;margin-bottom:20px}.dg-app .scrubber-title{color:rgb(var(--text-primary));font-size:15px;font-weight:600;letter-spacing:-.01em}.dg-app .scrubber-phase{color:rgb(var(--text-muted));font-size:12.5px}.dg-app .scrubber-phase strong{color:rgb(var(--accent-text));font-weight:700}.dg-app .scrubber-track{height:60px;padding:0 20px;position:relative}.dg-app .scrubber-line{background:rgb(var(--border-default));right:20px}.dg-app .scrubber-fill,.dg-app .scrubber-line{border-radius:999px;height:3px;left:20px;position:absolute;top:30px}.dg-app .scrubber-fill{background:linear-gradient(90deg,rgb(var(--accent)),oklch(72% .14 165));transition:width .3s}.dg-app .scrubber-nodes{align-items:flex-start;display:flex;inset:0;justify-content:space-between;padding-top:20px;position:absolute}.dg-app .scrubber-node{align-items:center;cursor:pointer;display:flex;flex:1 1;flex-direction:column;gap:8px;position:relative;z-index:2}.dg-app .scrubber-dot{background:rgb(var(--bg-surface));border:2.5px solid rgb(var(--border-strong));border-radius:50%;display:grid;height:20px;place-items:center;transition:all .2s;width:20px}.dg-app .scrubber-node.passed .scrubber-dot{background:rgb(var(--accent));border-color:rgb(var(--accent));color:#fff}.dg-app .scrubber-node.current .scrubber-dot{background:rgb(var(--bg-surface));border-color:rgb(var(--accent));box-shadow:0 0 0 5px #109d7b26;transform:scale(1.15)}.dg-app .scrubber-node.current .scrubber-dot:after{background:rgb(var(--accent));border-radius:50%;content:"";height:8px;width:8px}.dg-app .scrubber-node-label{color:rgb(var(--text-muted));font-size:11px;font-weight:600;letter-spacing:.06em;text-align:center;text-transform:uppercase}.dg-app .scrubber-node.current .scrubber-node-label,.dg-app .scrubber-node.passed .scrubber-node-label{color:rgb(var(--text-primary))}.dg-app .scrubber-node-date{color:rgb(var(--text-subtle));font-family:var(--font-mono);font-size:10.5px;margin-top:-4px}.dg-app .scrubber-toggle{align-items:center;background:rgb(var(--bg-surface));border:1px solid rgb(var(--border-default));border-radius:999px;color:rgb(var(--text-muted));cursor:pointer;display:inline-flex;font-size:12px;font-weight:600;gap:6px;margin-bottom:16px;padding:6px 12px}.dg-app .scrubber-toggle:hover{border-color:rgb(var(--accent));color:rgb(var(--accent-text))}.dg-app .notes-list{display:flex;flex-direction:column;gap:10px;margin-bottom:12px}.dg-app .note-item{background:rgb(var(--bg-surface-muted));border:1px solid rgb(var(--border-default));border-radius:10px;padding:12px 14px}.dg-app .note-head{align-items:baseline;display:flex;font-size:12px;justify-content:space-between;margin-bottom:6px}.dg-app .note-author{color:rgb(var(--text-primary));font-weight:600}.dg-app .note-time{color:rgb(var(--text-subtle));font-family:var(--font-mono);font-size:11px}.dg-app .note-body{color:rgb(var(--text-muted));font-size:13px;line-height:1.55;white-space:pre-wrap}.dg-app .tab-empty{color:rgb(var(--text-subtle));font-size:13px;padding:40px 20px;text-align:center}.dg-app .tab-empty .t{color:rgb(var(--text-muted));font-size:14px;font-weight:600;margin-bottom:4px}@media (max-width:960px){.dg-app{grid-template-columns:1fr}.dg-app .sidebar.mobile{box-shadow:4px 0 16px #0000002e;height:100vh;left:0;position:fixed;top:0;transform:translateX(-100%);transition:transform .22s cubic-bezier(.2,.8,.2,1);width:min(280px,86vw);will-change:transform}.dg-app .sidebar.mobile.open{transform:translateX(0)}.dg-app .sidebar:not(.mobile){pointer-events:none;position:fixed;transform:translateX(-100%)}.dg-app .topbar{gap:10px;padding:0 14px}.dg-app .page{padding:18px 16px 80px}.dg-app .dg-page-title-row{padding:12px 16px}}@media (max-width:640px){.dg-app .detail-hero{border-radius:14px;padding:18px 16px}.dg-app .detail-hero-title{font-size:22px}.dg-app .detail-hero-top{margin-bottom:14px}.dg-app .stat-grid{gap:8px;grid-template-columns:1fr 1fr}.dg-app .stat-card{border-radius:12px;padding:10px 12px}.dg-app .stat-card .stat-val{font-size:17px}.dg-app .detail-layout,.dg-app .detail-layout.wide{gap:14px;grid-template-columns:1fr}.dg-app .action-rail{padding-bottom:80px;position:static}.dg-app .fin-summary,.dg-app .parties{grid-template-columns:1fr}.dg-app .fin-summary{padding:14px}.dg-app .attach-grid{grid-template-columns:1fr 1fr}.dg-app .tab-bar{padding:0}.dg-app .tab{font-size:12.5px;padding:10px 12px}.dg-app .line-table td,.dg-app .line-table th{font-size:12.5px;padding:10px 8px}.dg-app .page{padding:14px 14px 80px!important}.dg-app .field-grid{grid-template-columns:1fr}.dg-app .field.span-2{grid-column:auto}.dg-app .item-row{grid-template-areas:"thumb name remove" "qty   qty  qty" "price total total";grid-template-columns:42px 1fr 30px;row-gap:8px}.dg-app .item-row .item-thumb{grid-area:thumb}.dg-app .item-row .item-name-input{grid-area:name}.dg-app .item-row .remove-btn{grid-area:remove}.dg-app .form-footer{align-items:stretch;flex-direction:column;gap:10px;padding:12px 14px}.dg-app .form-footer-actions{flex-wrap:wrap}.dg-app .form-footer-actions .btn{flex-basis:calc(50% - 4px);flex-grow:1;flex-shrink:1}.dg-app .topbar{gap:8px;padding:0 12px}.dg-app .topbar .kbd{display:none}.dg-app .search-bar{max-width:none}}@media (max-width:420px){.dg-app .search-bar{padding:0 10px}.dg-app .search-bar input::placeholder{font-size:12px}.dg-app .topbar-actions .icon-btn{height:32px;width:32px}.dg-app .avatar{font-size:11px;height:30px;width:30px}}.dg-app .mobile-sticky-actions{display:none}@media (max-width:640px){.dg-app .mobile-sticky-actions{background:rgb(var(--bg-surface));border-top:1px solid rgb(var(--border-default));bottom:0;box-shadow:0 -4px 12px #0000000a;display:flex;gap:8px;left:0;padding:10px 14px;position:fixed;right:0;z-index:50}.dg-app .mobile-sticky-actions .btn{flex:1 1}.dg-app .mobile-sticky-actions .btn.icon-only{flex:0 0 40px;padding:0}.dg-app .desktop-action-rail{display:none}}.dg-app .modal-backdrop,.modal-backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#18181b66;display:grid;inset:0;padding:20px;place-items:center;position:fixed;z-index:1000}.dg-app .modal,.modal-backdrop .modal{background:rgb(var(--bg-surface));border-radius:20px;box-shadow:var(--shadow-lg);display:flex;flex-direction:column;max-height:90vh;max-width:480px;overflow:hidden;width:100%}.dg-app .modal-header,.modal-backdrop .modal-header{align-items:center;border-bottom:1px solid rgb(var(--border-default));display:flex;justify-content:space-between;padding:20px 24px}.dg-app .modal-title,.modal-backdrop .modal-title{color:rgb(var(--text-primary));font-size:18px;font-weight:700;letter-spacing:-.015em}.dg-app .modal-body,.modal-backdrop .modal-body{flex:1 1;overflow-y:auto;padding:20px 24px}.dg-app .modal-footer,.modal-backdrop .modal-footer{background:rgb(var(--bg-surface-muted));border-top:1px solid rgb(var(--border-default));display:flex;gap:8px;justify-content:flex-end;padding:16px 24px}.dg-app .modal-sub,.modal-backdrop .modal-sub{color:rgb(var(--text-muted));font-size:13px;line-height:1.55;margin-bottom:4px}.dg-app .toggle-row,.modal-backdrop .toggle-row{align-items:center;display:flex;gap:14px;padding:14px 0}.dg-app .toggle-row:not(:last-child),.modal-backdrop .toggle-row:not(:last-child){border-bottom:1px solid rgb(var(--border-default))}.dg-app .dg-switch,.modal-backdrop .dg-switch{background:rgb(var(--border-strong));border:0;border-radius:999px;cursor:pointer;flex-shrink:0;height:24px;padding:0;position:relative;transition:background .15s;width:42px}.dg-app .dg-switch:after,.modal-backdrop .dg-switch:after{background:#fff;border-radius:50%;box-shadow:var(--shadow-sm);content:"";height:20px;left:2px;position:absolute;top:2px;transition:transform .15s;width:20px}.dg-app .dg-switch.on,.modal-backdrop .dg-switch.on{background:rgb(var(--accent))}.dg-app .dg-switch.on:after,.modal-backdrop .dg-switch.on:after{transform:translateX(18px)}.dg-app .toggle-label,.modal-backdrop .toggle-label{color:rgb(var(--text-primary));font-size:14px;font-weight:500}.dg-hide-desktop{display:none}@media (max-width:640px){.dg-hide-mobile{display:none!important}.dg-hide-desktop{display:revert}.dg-stack-mobile{display:flex;flex-direction:column;gap:12px}.dg-stack-mobile>*{width:100%}}.dg-grid-2-mobile-1{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(2,minmax(0,1fr))}.dg-grid-3-mobile-1{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(3,minmax(0,1fr))}.dg-grid-4-tablet-2-mobile-1{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(4,minmax(0,1fr))}@media (max-width:960px){.dg-grid-3-mobile-1,.dg-grid-4-tablet-2-mobile-1{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:640px){.dg-grid-2-mobile-1,.dg-grid-3-mobile-1,.dg-grid-4-tablet-2-mobile-1{grid-template-columns:minmax(0,1fr)}}.dg-touch{min-height:44px;min-width:44px}.dg-scroll-x{-webkit-overflow-scrolling:touch;display:flex;flex-wrap:nowrap;gap:8px;overflow-x:auto;scrollbar-width:thin}.dg-scroll-x::-webkit-scrollbar{height:6px}.dg-scroll-x>*{flex-shrink:0}@media (max-width:640px){.dg-scroll-x-mobile{-webkit-overflow-scrolling:touch;overflow-x:auto}}.dg-rtable-wrap{width:100%}.dg-rtable{border-collapse:collapse;width:100%}.dg-rtable th{color:rgb(var(--text-subtle));font-size:11px;font-weight:600;letter-spacing:.06em;padding:10px 12px;text-align:left;text-transform:uppercase}.dg-rtable td,.dg-rtable th{border-bottom:1px solid rgb(var(--border-default))}.dg-rtable td{font-size:13.5px;padding:12px;vertical-align:top}.dg-rtable tr:last-child td{border-bottom:0}.dg-rtable tbody tr{transition:background .12s}.dg-rtable tbody tr:hover{background:rgb(var(--bg-surface-muted))}@media (max-width:640px){.dg-rtable thead{display:none}.dg-rtable,.dg-rtable tbody,.dg-rtable td,.dg-rtable tr{display:block;width:100%}.dg-rtable tbody tr{border:1px solid rgb(var(--border-default));border-radius:12px;margin-bottom:10px;padding:10px 12px}.dg-rtable tbody tr,.dg-rtable tbody tr:hover{background:rgb(var(--bg-surface))}.dg-rtable td{border:0;display:flex;font-size:13px;gap:12px;justify-content:space-between;padding:6px 0}.dg-rtable td:before{color:rgb(var(--text-subtle));content:attr(data-label);flex-shrink:0;font-size:11.5px;font-weight:600;letter-spacing:.06em;text-transform:uppercase}.dg-rtable td.dg-rtable-actions{justify-content:flex-end;padding-top:8px}.dg-rtable td.dg-rtable-actions:before{display:none}}:root{--bg-canvas:248 247 244;--bg-surface:255 255 255;--bg-surface-muted:250 249 246;--bg-elevated:253 252 250;--border-default:231 228 222;--border-strong:214 210 202;--text-primary:24 24 27;--text-muted:99 97 92;--text-subtle:148 146 141;--accent:16 157 123;--accent-hover:12 140 108;--accent-soft:225 244 238;--accent-text:6 92 70;--brand-primary:var(--accent);--brand-primary-hover:var(--accent-hover);--brand-ring:var(--accent);--accent-primary:var(--accent);--surface:var(--bg-surface);--ai:196 124 28;--ai-soft:253 243 222;--ai-text:130 80 14;--blue:37 99 235;--blue-soft:219 234 254;--violet:124 58 237;--violet-soft:237 233 254;--rose:225 29 72;--rose-soft:255 228 230;--amber:217 119 6;--amber-soft:254 243 199;--color-success:var(--accent);--color-danger:var(--rose);--color-warning:var(--amber);--color-info:var(--blue);--status-neutral:var(--text-subtle);--status-primary:var(--accent);--status-success:var(--accent);--status-danger:var(--rose);--status-warning:var(--amber);--status-info:var(--blue);--status-unassigned:var(--text-subtle);--status-new:var(--blue);--status-contacted:var(--violet);--status-qualified:var(--accent);--status-converted:var(--accent);--status-lost:var(--rose);--status-sent:var(--blue);--status-won:var(--accent);--sidebar-bg:var(--bg-surface);--sidebar-border:var(--border-default);--sidebar-text:var(--text-muted);--sidebar-text-muted:var(--text-subtle);--sidebar-active-bg:var(--accent-soft);--sidebar-active-border:var(--accent);--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--radius-xl:20px;--shadow-sm:0 1px 2px #18181b0a;--shadow-md:0 4px 12px #18181b0f,0 1px 2px #18181b0a;--shadow-lg:0 12px 32px #18181b14,0 2px 6px #18181b0a;--shadow-glow:0 0 0 4px #109d7b1f;--density-pad-y:10px;--density-pad-x:14px;--density-field-h:44px;--density-gap:20px;--font-primary:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;--font-mono:"JetBrains Mono","SFMono-Regular",Menlo,Consolas,monospace;--font-serif:"Instrument Serif","Georgia",serif;--color-action-add:rgb(var(--accent));--color-action-save:rgb(var(--accent));--color-action-edit:rgb(var(--color-info));--color-action-view:rgb(var(--color-info));--color-action-send:rgb(var(--color-info));--color-action-download:rgb(var(--color-info));--color-action-import:rgb(var(--color-info));--color-action-export:rgb(var(--color-info));--color-action-delete:rgb(var(--color-danger));--color-action-reject:rgb(var(--color-danger));--color-action-cancel:rgb(var(--text-muted));--color-action-reset:rgb(var(--text-muted));--color-action-archive:rgb(var(--color-warning));--color-action-approve:rgb(var(--color-success))}.density-compact{--density-pad-y:7px;--density-pad-x:12px;--density-field-h:36px;--density-gap:14px}html.dark{--bg-canvas:14 14 16;--bg-surface:24 24 27;--bg-surface-muted:32 32 36;--bg-elevated:38 38 42;--border-default:50 50 55;--border-strong:68 68 75;--text-primary:245 245 245;--text-muted:163 163 163;--text-subtle:115 115 115;--accent-soft:20 45 38;--accent-text:110 224 188;--ai-soft:54 38 15;--ai-text:240 190 110;--blue-soft:20 36 70;--violet-soft:40 28 78;--rose-soft:70 20 32;--amber-soft:64 40 8;--sidebar-bg:var(--bg-surface);--sidebar-border:var(--border-default);--sidebar-active-bg:#109d7b26}body{background:#f8f7f4;background:rgb(var(--bg-canvas));color:#18181b;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;letter-spacing:-.005em}::-webkit-scrollbar{height:10px;width:10px}::-webkit-scrollbar-track{background:#0000}::-webkit-scrollbar-thumb{background:#e7e4de;background:rgb(var(--border-default));border:2px solid #f8f7f4;border:2px solid rgb(var(--bg-canvas));border-radius:999px}::-webkit-scrollbar-thumb:hover{background:#d6d2ca;background:rgb(var(--border-strong))}.dg-card{background:#fff;border:1px solid #e7e4de;border-radius:var(--radius-lg);overflow:hidden}.dg-section{border-bottom:1px solid #e7e4de;border-bottom:1px solid rgb(var(--border-default));padding:20px 24px}.dg-section:last-child{border-bottom:0}.dg-section-header{align-items:center;display:flex;gap:12px;margin-bottom:16px}.dg-section-title{font-size:15px;font-weight:600;letter-spacing:-.01em;margin:0}.dg-section-sub{color:#94928d;color:rgb(var(--text-subtle));font-size:12.5px;margin-top:2px}.dg-section-header-right{align-items:center;display:flex;gap:6px;margin-left:auto}.dg-step-num{background:#faf9f6;background:rgb(var(--bg-surface-muted));border:1px solid #e7e4de;border:1px solid rgb(var(--border-default));border-radius:8px;color:#63615c;color:rgb(var(--text-muted));display:grid;font-family:JetBrains Mono,SFMono-Regular,Menlo,Consolas,monospace;font-family:var(--font-mono);font-size:12px;font-weight:600;height:26px;place-items:center;width:26px}.dg-step-num.done{background:#109d7b;background:rgb(var(--accent));border-color:#109d7b;border-color:rgb(var(--accent));color:#fff}.dg-breadcrumb{align-items:center;color:#63615c;color:rgb(var(--text-muted));display:flex;font-size:13px;gap:8px;margin-bottom:16px}.dg-breadcrumb a{color:inherit;text-decoration:none}.dg-breadcrumb a:hover{color:#18181b;color:rgb(var(--text-primary))}.dg-breadcrumb .sep{color:#94928d;color:rgb(var(--text-subtle))}.dg-page-header{align-items:flex-end;display:flex;flex-wrap:wrap;gap:24px;justify-content:space-between;margin-bottom:24px}.dg-page-title{align-items:center;color:#18181b;color:rgb(var(--text-primary));display:flex;font-size:28px;font-weight:700;gap:12px;letter-spacing:-.025em;margin:0 0 6px}.dg-page-title .serif{color:#109d7b;color:rgb(var(--accent));font-family:"Instrument Serif",Georgia,serif;font-family:var(--font-serif);font-size:30px;font-style:italic;font-weight:400;letter-spacing:-.01em}.dg-page-sub{color:#63615c;color:rgb(var(--text-muted));font-size:14px;margin:0;max-width:560px}.dg-btn{border-radius:10px;font-family:inherit;font-size:13.5px;gap:8px;height:44px;height:var(--density-field-h);justify-content:center;letter-spacing:-.005em;padding:0 16px;transition:all .12s}.dg-btn-primary{background:#109d7b;box-shadow:0 1px 2px #0000000a,inset 0 -1px 0 #0000001f,inset 0 1px 0 #ffffff26;color:#fff}.dg-btn-primary:hover{background:#0c8c6c;box-shadow:0 4px 14px #109d7b52,inset 0 -1px 0 #0000001f;transform:translateY(-1px)}.dg-btn-secondary{background:#fff;border-color:#e7e4de;border-color:rgb(var(--border-default));color:#18181b}.dg-btn-secondary:hover{background:#faf9f6;border-color:#d6d2ca;border-color:rgb(var(--border-strong))}.dg-btn-ghost{background:#0000;color:#63615c;color:rgb(var(--text-muted))}.dg-btn-ghost:hover{background:#faf9f6;background:rgb(var(--bg-surface-muted));color:#18181b;color:rgb(var(--text-primary))}.dg-btn-danger{background:#e11d48;color:#fff}.dg-btn-danger:hover{background:#be183c}.dg-btn-sm{font-size:12.5px;height:32px;padding:0 12px}.dg-btn-xs{border-radius:7px;font-size:12px;height:26px;padding:0 10px}.dg-btn-ai{background:#fdf3de;border-color:#c47c1c33;color:#82500e}.dg-btn-ai:hover{background:#feeac0}.dg-field-grid{grid-gap:20px;grid-gap:var(--density-gap);display:grid;gap:20px;gap:var(--density-gap);grid-template-columns:1fr 1fr}.dg-field-grid.single{grid-template-columns:1fr}.dg-field{display:flex;flex-direction:column;gap:6px}.dg-field.span-2{grid-column:span 2}.dg-label{align-items:center;color:#63615c;color:rgb(var(--text-muted));display:flex;font-size:12px;font-weight:600;gap:6px}.dg-label .req{color:#e11d48;color:rgb(var(--rose))}.dg-label .hint{color:#94928d;color:rgb(var(--text-subtle));font-size:11px;font-weight:500;margin-left:auto}.dg-input,.dg-select,.dg-textarea{background:#fff;background:rgb(var(--bg-surface));border:1px solid #e7e4de;border:1px solid rgb(var(--border-default));border-radius:10px;color:#18181b;color:rgb(var(--text-primary));font-family:inherit;font-size:14px;height:44px;height:var(--density-field-h);outline:none;padding:0 14px;padding:0 var(--density-pad-x);transition:border-color .12s,box-shadow .12s,background .12s;width:100%}.dg-input::placeholder,.dg-textarea::placeholder{color:#94928d;color:rgb(var(--text-subtle))}.dg-input:hover,.dg-select:hover,.dg-textarea:hover{border-color:#d6d2ca;border-color:rgb(var(--border-strong))}.dg-input:focus,.dg-select:focus,.dg-textarea:focus{border-color:#109d7b;border-color:rgb(var(--accent));box-shadow:0 0 0 4px #109d7b1f;box-shadow:var(--shadow-glow)}.dg-textarea{height:auto;min-height:84px;padding:10px 14px;padding:10px var(--density-pad-x)}.dg-pill{align-items:center;border-radius:999px;display:inline-flex;font-size:11.5px;font-weight:600;gap:6px;padding:3px 9px}.dg-pill-accent{background:#e1f4ee;background:rgb(var(--accent-soft));color:#065c46;color:rgb(var(--accent-text))}.dg-pill-ai{background:#fdf3de;background:rgb(var(--ai-soft));color:#82500e;color:rgb(var(--ai-text))}.dg-pill-muted{background:#faf9f6;background:rgb(var(--bg-surface-muted));border:1px solid #e7e4de;border:1px solid rgb(var(--border-default));color:#63615c;color:rgb(var(--text-muted))}.dg-pill-blue{background:#dbeafe;background:rgb(var(--blue-soft));color:#2563eb;color:rgb(var(--blue))}.dg-pill-violet{background:#ede9fe;background:rgb(var(--violet-soft));color:#7c3aed;color:rgb(var(--violet))}.dg-pill-amber{background:#fef3c7;background:rgb(var(--amber-soft));color:#d97706;color:rgb(var(--amber))}.dg-pill-rose{background:#ffe4e6;background:rgb(var(--rose-soft));color:#e11d48;color:rgb(var(--rose))}.dg-dot{border-radius:50%;display:inline-block;height:7px;width:7px}.dg-ai-strip{align-items:center;background:linear-gradient(90deg,#fdf3de,#fef3de59);background:linear-gradient(90deg,rgb(var(--ai-soft)) 0,#fef3de59 100%);border:1px solid #c47c1c40;border-radius:14px;display:flex;gap:14px;margin-bottom:20px;padding:14px 20px}html.dark .dg-ai-strip{background:linear-gradient(90deg,#c47c1c26,#c47c1c0a)}.dg-ai-strip .sparkle-icon{background:#fff;background:rgb(var(--bg-surface));border:1px solid #c47c1c40;border-radius:10px;color:#c47c1c;color:rgb(var(--ai));display:grid;flex-shrink:0;height:36px;place-items:center;width:36px}.dg-ai-strip .ai-title{color:#18181b;color:rgb(var(--text-primary));font-size:13.5px;font-weight:600}.dg-ai-strip .ai-desc{color:#63615c;color:rgb(var(--text-muted));font-size:12.5px}.dg-ai-card{background:radial-gradient(circle at 0 0,#c47c1c1a,#0000 50%),#fff;background:radial-gradient(circle at 0 0,#c47c1c1a,#0000 50%),rgb(var(--bg-surface));border:1px solid #c47c1c40;border-radius:14px;padding:16px}.dg-ai-card-title{align-items:center;color:#18181b;color:rgb(var(--text-primary));display:flex;font-size:13px;font-weight:600;gap:8px;margin-bottom:4px}.dg-ai-card-desc{color:#63615c;color:rgb(var(--text-muted));font-size:12px;margin-bottom:10px}.dg-layout-2pane{grid-gap:24px;align-items:flex-start;display:grid;gap:24px;grid-template-columns:minmax(0,1fr) 380px}@media (max-width:1200px){.dg-layout-2pane{grid-template-columns:1fr}}.dg-preview-sticky{display:flex;flex-direction:column;gap:16px;position:-webkit-sticky;position:sticky;top:80px}.dg-preview-card{background:#fff;background:rgb(var(--bg-surface));border:1px solid #e7e4de;border:1px solid rgb(var(--border-default));border-radius:18px;box-shadow:0 4px 12px #18181b0f,0 1px 2px #18181b0a;box-shadow:var(--shadow-md);overflow:hidden}.dg-preview-hero{background:radial-gradient(circle at 100% 0,#109d7b14,#0000 50%),#fdfcfa;background:radial-gradient(circle at 100% 0,#109d7b14,#0000 50%),rgb(var(--bg-elevated));border-bottom:1px dashed #e7e4de;border-bottom:1px dashed rgb(var(--border-default));padding:20px}.dg-preview-eyebrow{align-items:center;color:#94928d;color:rgb(var(--text-subtle));display:flex;font-size:10.5px;font-weight:600;gap:8px;letter-spacing:.1em;margin-bottom:10px;text-transform:uppercase}.dg-preview-live-dot{background:#109d7b;background:rgb(var(--accent));border-radius:50%;height:6px;position:relative;width:6px}.dg-preview-live-dot:after{animation:dg-pulse 1.8s ease-out infinite;border:1.5px solid #109d7b;border:1.5px solid rgb(var(--accent));border-radius:50%;content:"";inset:-3px;position:absolute}@keyframes dg-pulse{0%{opacity:1;transform:scale(.6)}to{opacity:0;transform:scale(1.4)}}.dg-preview-number{color:#63615c;color:rgb(var(--text-muted));font-family:JetBrains Mono,SFMono-Regular,Menlo,Consolas,monospace;font-family:var(--font-mono);font-size:13px;font-weight:500;margin-bottom:6px}.dg-preview-title{font-size:20px;font-weight:700;letter-spacing:-.02em;line-height:1.2;margin:0 0 10px}.dg-preview-body{display:flex;flex-direction:column;gap:16px;padding:18px 20px}.dg-preview-row{align-items:flex-start;display:flex;font-size:13px;gap:12px}.dg-preview-row .lbl{color:#94928d;color:rgb(var(--text-subtle));font-size:12px;font-weight:500;min-width:74px;padding-top:1px}.dg-preview-row .val{color:#18181b;color:rgb(var(--text-primary));flex:1 1;font-weight:500}.dg-preview-row .val.muted{color:#94928d;color:rgb(var(--text-subtle));font-style:italic;font-weight:400}.dg-preview-total{align-items:center;background:#faf9f6;background:rgb(var(--bg-surface-muted));border-top:1px dashed #e7e4de;border-top:1px dashed rgb(var(--border-default));display:flex;justify-content:space-between;padding:16px 20px}.dg-preview-total-label{color:#63615c;color:rgb(var(--text-muted));font-size:12px;font-weight:500;letter-spacing:.04em;text-transform:uppercase}.dg-preview-total-val{font-size:22px;font-weight:700;letter-spacing:-.02em}.dg-mono,.dg-preview-total-val{font-feature-settings:"tnum";font-family:JetBrains Mono,SFMono-Regular,Menlo,Consolas,monospace;font-family:var(--font-mono);font-variant-numeric:tabular-nums}.dg-table{border-collapse:initial;border-spacing:0;font-size:13px;width:100%}.dg-table thead th{background:#faf9f6;background:rgb(var(--bg-surface-muted));color:#94928d;color:rgb(var(--text-subtle));font-size:11px;font-weight:600;letter-spacing:.06em;padding:12px 14px;text-align:left;text-transform:uppercase}.dg-table tbody td,.dg-table thead th{border-bottom:1px solid #e7e4de;border-bottom:1px solid rgb(var(--border-default))}.dg-table tbody td{color:#18181b;color:rgb(var(--text-primary));padding:14px;vertical-align:middle}.dg-table tbody tr:last-child td{border-bottom:0}.dg-table tbody tr:hover{background:#faf9f6;background:rgb(var(--bg-surface-muted));cursor:pointer}.dg-filterbar{align-items:center;background:#fff;background:rgb(var(--bg-surface));border:1px solid #e7e4de;border:1px solid rgb(var(--border-default));border-radius:14px;display:flex;flex-wrap:wrap;gap:10px;margin-bottom:16px;padding:14px 16px}.dg-filterbar .dg-input,.dg-filterbar .dg-select{height:38px}.dg-kpi{background:#fff;background:rgb(var(--bg-surface));border:1px solid #e7e4de;border:1px solid rgb(var(--border-default));border-radius:14px;display:flex;flex-direction:column;gap:6px;padding:16px 18px}.dg-kpi-label{color:#94928d;color:rgb(var(--text-subtle));font-size:11.5px;font-weight:600;letter-spacing:.06em;text-transform:uppercase}.dg-kpi-value{font-feature-settings:"tnum";color:#18181b;color:rgb(var(--text-primary));font-family:JetBrains Mono,SFMono-Regular,Menlo,Consolas,monospace;font-family:var(--font-mono);font-size:26px;font-variant-numeric:tabular-nums;font-weight:700;letter-spacing:-.02em}.dg-kpi-accent,.dg-kpi-accent .dg-kpi-value{color:#109d7b;color:rgb(var(--accent))}.theme-canvas{background:rgb(var(--bg-canvas))}.theme-surface{background:rgb(var(--bg-surface))}.theme-surface-muted{background:rgb(var(--bg-surface-muted))}.theme-border{border:1px solid rgb(var(--border-default))}.text-primary{color:rgb(var(--text-primary))}.text-muted{color:rgb(var(--text-muted))}.text-subtle{color:rgb(var(--text-subtle))}.card-base{background:rgb(var(--bg-surface));border:1px solid rgb(var(--border-default));border-radius:16px;box-shadow:0 8px 24px #0f172a14;transition:box-shadow .16s ease,transform .16s ease}.card-base:hover{box-shadow:0 12px 32px #0f172a1f;transform:translateY(-2px)}.pill{align-items:center;border-radius:999px;display:inline-flex;font-size:12px;font-weight:600;gap:6px;padding:4px 10px}.table-header{background:rgb(var(--bg-surface-muted));color:rgb(var(--text-muted))}:root{--font-primary-legacy:"Inter","Roboto","Helvetica","Arial",sans-serif;--legacy-bg-canvas:246 247 251;--text-on-brand:255 255 255;--text-secondary:var(--text-muted);--text-on-accent:var(--text-on-brand);--border:var(--border-default)}*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:rgb(var(--bg-canvas));color:rgb(var(--text-primary));font-family:var(--font-primary)}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}@media print{body,html{background:#fff!important;color:#000!important}@page{margin:12mm 14mm}.action-rail,.breadcrumb,.dg-app-sidebar,.dg-app-topbar,.dg-mobile-bottom-nav,.dg-mobile-sidebar-overlay,.dg-overlay,.dg-pagelist-bulkbar,.dg-pagelist-toolbar,.dg-toast-stack,.entity-actions,.footer,.form-footer,.mobile-bottom-nav,.page-header-actions,.sidebar,.topbar,.tweak-toggle-btn,nav[aria-label="Settings sections"]{display:none!important}.dg-app-main,.dg-settings-layout,.dg-txn-grid,.entity-grid,.layout,.layout.variant-split,.main,.page{display:block!important;grid-template-columns:1fr!important;margin:0!important;max-width:100%!important;padding:0!important}.dg-doc-preview,.document-pdf-view,.live-preview,.preview-pane{border:0!important;box-shadow:none!important;max-width:100%!important;page-break-inside:avoid;width:100%!important}table{page-break-inside:auto}tr{page-break-after:auto;page-break-inside:avoid}thead{display:table-header-group}tfoot{display:table-footer-group}.audit,.dg-info-card,.dg-settings-card,.files,.info-card,.ref-card,.stat{background:#fff!important;border-color:#e5e5e5!important;box-shadow:none!important}.btn,.dg-btn,button{display:none!important}a[href]:after{color:#666;content:" (" attr(href) ")";font-size:10px}a[href^="#"]:after,a[href^="/"]:after{content:""}}.subscription-modal-overlay{align-items:center;animation:fadeIn .2s ease;background:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:20000}.subscription-modal-overlay.closing{animation:fadeOut .2s ease}.subscription-modal{animation:slideUp .3s ease;background:rgb(var(--bg-surface));border-radius:12px;box-shadow:0 10px 40px rgb(var(--text-primary)/.2);max-height:90vh;max-width:500px;overflow:auto;width:90%}.subscription-modal.closing{animation:slideDown .2s ease}.subscription-modal-header{align-items:center;border-bottom:1px solid rgb(var(--border-default));display:flex;gap:12px;padding:24px 24px 16px;position:relative}.subscription-modal-icon{font-size:32px}.subscription-modal-title{color:rgb(var(--text-primary));flex:1 1;font-size:24px;font-weight:600;margin:0}.subscription-modal-close{align-items:center;background:none;border:none;border-radius:6px;color:rgb(var(--text-muted));cursor:pointer;display:flex;font-size:28px;height:32px;justify-content:center;position:absolute;right:16px;top:16px;transition:all .2s ease;width:32px}.subscription-modal-close:hover{background:rgb(var(--bg-surface-muted));color:rgb(var(--text-primary))}.subscription-modal-body{padding:24px}.subscription-modal-message{color:rgb(var(--text-primary));font-size:16px;line-height:1.6;margin:0 0 16px}.subscription-modal-detail{color:rgb(var(--text-muted));font-size:14px;margin:8px 0 0}.subscription-modal-footer{border-top:1px solid rgb(var(--border-default));display:flex;gap:12px;justify-content:flex-end;padding:16px 24px 24px}.subscription-modal-button{border:none;border-radius:6px;cursor:pointer;font-size:14px;font-weight:600;padding:10px 20px;transition:all .2s ease}.subscription-modal-button.secondary{background:rgb(var(--bg-surface-muted));color:rgb(var(--text-primary))}.subscription-modal-button.secondary:hover{background:rgb(var(--border-default))}.subscription-modal-button.primary{background:rgb(var(--brand-primary));color:rgb(var(--bg-surface))}.subscription-modal-button.primary:hover{background:rgb(var(--brand-primary-hover));box-shadow:0 4px 8px rgb(var(--brand-primary)/.3);transform:translateY(-1px)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.subscription-modal{margin:20px;width:95%}.subscription-modal-header{padding:20px 20px 12px}.subscription-modal-title{font-size:20px}.subscription-modal-body{padding:20px}.subscription-modal-footer{flex-direction:column;padding:12px 20px 20px}.subscription-modal-button{width:100%}}position:relative;z-index:20001;.icon-badge{align-items:center;border-radius:10px;box-sizing:border-box;display:inline-flex;justify-content:center;padding:6px 8px}.language-selector{position:relative}.language-selector__trigger{align-items:center;background:rgb(var(--bg-surface-muted));border:1px solid rgb(var(--border-default));border-radius:12px;color:rgb(var(--text-primary));cursor:pointer;display:inline-flex;font-size:14px;gap:6px;padding:0}.language-selector--header .language-selector__trigger{height:40px;justify-content:center;width:40px}.language-selector--auth .language-selector__trigger{min-height:36px;padding:8px 12px}.language-selector__label{white-space:nowrap}.language-selector__menu{background:rgb(var(--bg-surface));border:1px solid rgb(var(--border-default));border-radius:12px;box-shadow:0 10px 25px #00000026;margin-top:6px;max-height:280px;min-width:160px;overflow-y:auto;padding:4px;position:absolute;right:0;top:100%;z-index:1000}.language-selector--auth .language-selector__menu{right:0}.language-selector__option{background:#0000;border:none;border-radius:8px;color:rgb(var(--text-primary));cursor:pointer;display:block;font-size:14px;padding:10px 12px;text-align:left;width:100%}.language-selector__option:hover{background:rgb(var(--bg-surface-muted))}.language-selector__option--active{background:rgb(var(--brand-primary)/.12);color:rgb(var(--brand-primary));font-weight:500}.auth-container{align-items:center;background:rgb(var(--bg-canvas));display:flex;justify-content:center;min-height:100vh}.auth-card{background:rgb(var(--bg-surface));border-radius:10px;box-shadow:0 10px 25px #0003;max-width:400px;padding:40px;width:100%}.auth-card--with-lang{position:relative}.auth-card__lang{position:absolute;right:16px;top:16px}.logo-container{align-items:center;display:flex;justify-content:center;margin-bottom:4px}.dealgrid-logo-img{height:auto;max-width:360px;object-fit:contain;width:100%}.auth-card h1{color:rgb(var(--brand-primary));font-size:32px;margin-bottom:10px;text-align:center}.auth-card h2{color:rgb(var(--text-primary));font-size:24px;margin-bottom:16px;margin-top:8px;text-align:center}.form-group input{border:1px solid rgb(var(--border-default));border-radius:12px;box-sizing:border-box;font-size:14px;padding:12px;transition:border-color .3s;width:100%}.form-group input:focus{border-color:rgb(var(--brand-primary));outline:none}.form-group>div{position:relative;width:100%}.form-group input[type=password],.form-group input[type=text]{padding-right:45px}.submit-btn{background:rgb(var(--brand-primary));border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:16px;font-weight:600;padding:12px;transition:background .3s;width:100%}.submit-btn:hover:not(:disabled){background:rgb(var(--brand-primary-hover))}.submit-btn:disabled{cursor:not-allowed}.success-message{background:rgb(var(--status-won)/.12);color:rgb(var(--status-won));padding:12px}.error-message,.success-message{border-radius:5px;margin-bottom:20px;text-align:center}.auth-inline-link-row{margin-bottom:16px;margin-top:-8px;text-align:right}.auth-inline-link{color:rgb(var(--brand-primary));font-size:14px;font-weight:500;text-decoration:none}.auth-inline-link:hover{text-decoration:underline}.auth-link{color:rgb(var(--text-muted));margin-top:20px;text-align:center}.auth-link a{color:rgb(var(--brand-primary));font-weight:500;text-decoration:none}.auth-link a:hover{text-decoration:underline}@media (max-width:768px){.auth-container{padding:20px}.auth-card{max-width:100%;padding:30px 25px}.auth-card h1{font-size:28px}.auth-card h2{font-size:20px;margin-bottom:16px;margin-top:8px}.form-group{margin-bottom:18px}.form-group input,.submit-btn{font-size:16px;padding:14px}}@media (max-width:480px){.auth-container{padding:15px}.auth-card{padding:25px 20px}.auth-card h1{font-size:24px}.auth-card h2{font-size:18px;margin-bottom:16px;margin-top:8px}.form-group input,.submit-btn{padding:12px}}.getting-started{padding:20px}.getting-started h1{color:rgb(var(--text-primary));margin-bottom:30px}.progress-bar{background:rgb(var(--bg-surface-muted));border-radius:10px;height:30px;margin-bottom:30px;overflow:hidden;position:relative}.progress-fill{background:rgb(var(--brand-primary));height:100%;transition:width .3s}.progress-text{color:rgb(var(--text-primary));font-weight:600;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.steps-checklist{background:rgb(var(--bg-surface));border-radius:10px;margin-bottom:20px;padding:20px}.step-item{align-items:center;border-radius:5px;display:flex;margin-bottom:10px;padding:15px;transition:all .3s}.step-item.current{background:rgb(var(--brand-primary)/.08);border-left:4px solid rgb(var(--brand-primary))}.step-item.completed{opacity:.7}.step-item.clickable{cursor:pointer}.step-item.clickable:hover{background:rgb(var(--brand-primary)/.06)}.step-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:20px}.step-actions button{margin-top:0}.step-number{align-items:center;background:rgb(var(--bg-surface-muted));border-radius:50%;display:flex;font-weight:600;height:30px;justify-content:center;margin-right:15px;width:30px}.step-item.completed .step-number{background:rgb(var(--status-qualified));color:rgb(var(--bg-surface))}.step-item.current .step-number{background:rgb(var(--brand-primary));color:rgb(var(--bg-surface))}.step-title{font-size:16px;font-weight:500}.step-content{background:rgb(var(--bg-surface));border-radius:10px;padding:30px}.step-content button{background:rgb(var(--brand-primary));border:none;border-radius:5px;color:rgb(var(--bg-surface));cursor:pointer;font-size:16px;font-weight:600;margin-top:20px;padding:12px 24px}.step-content button:hover{background:rgb(var(--brand-primary-hover))}@media (max-width:768px){.getting-started{padding:15px}.getting-started h1{font-size:24px;margin-bottom:20px}.progress-bar{height:25px;margin-bottom:20px}.progress-text{font-size:13px}.steps-checklist{margin-bottom:15px;padding:15px}.step-item{margin-bottom:8px;padding:12px}.step-number{height:28px;margin-right:12px;width:28px}.step-number,.step-title{font-size:14px}.step-content{padding:20px}.step-content button{font-size:15px;padding:14px;width:100%}}@media (max-width:480px){.getting-started{padding:10px}.getting-started h1{font-size:20px;margin-bottom:15px}.progress-bar{height:22px}.progress-text,.step-number{font-size:12px}.step-number{height:24px;margin-right:10px;width:24px}.step-title{font-size:13px}.step-content{padding:15px}}.handoff-page{background:rgb(var(--bg-canvas));color:rgb(var(--text-primary));font-family:var(--font-ui);margin:0 auto;max-width:1040px;padding:48px 40px 80px}.handoff-page h1{font-size:40px;font-weight:700;letter-spacing:-.03em;margin:0 0 6px}.handoff-page h1 .serif{color:rgb(var(--accent));font-family:var(--font-display);font-style:italic;font-weight:400}.handoff-page .lede{color:rgb(var(--text-muted));font-size:16px;line-height:1.55;margin:0 0 8px;max-width:680px}.handoff-page .meta{font-size:11.5px;letter-spacing:.04em;margin-bottom:36px}.handoff-page .meta,.handoff-page h2{color:rgb(var(--text-subtle));font-family:var(--font-mono)}.handoff-page h2{font-size:11px;font-weight:700;letter-spacing:.12em;margin:40px 0 14px;text-transform:uppercase}.handoff-page h3{font-size:20px;letter-spacing:-.015em;margin:0 0 4px}.handoff-page .grid-3{grid-gap:12px;display:grid;gap:12px;grid-template-columns:1fr 1fr 1fr}.handoff-page .grid-2{grid-gap:12px;display:grid;gap:12px;grid-template-columns:1fr 1fr}.handoff-page .grid-5{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(5,1fr)}@media (max-width:1024px){.handoff-page .grid-5{grid-template-columns:repeat(2,1fr)}}@media (max-width:800px){.handoff-page{padding:32px 20px 64px}.handoff-page h1{font-size:32px}.handoff-page .grid-2,.handoff-page .grid-3,.handoff-page .grid-5{grid-template-columns:1fr}}.handoff-page .ref-card{background:rgb(var(--bg-surface));border:1px solid rgb(var(--border-default));border-radius:14px;color:inherit;display:flex;flex-direction:column;gap:6px;padding:18px 20px;text-decoration:none;transition:all .15s}.handoff-page .ref-card:hover{border-color:rgb(var(--accent));box-shadow:var(--shadow-md);transform:translateY(-2px)}.handoff-page .ref-card .lbl{color:rgb(var(--text-subtle));font-family:var(--font-mono);font-size:10.5px;letter-spacing:.08em;text-transform:uppercase}.handoff-page .ref-card .ttl{font-size:16px;font-weight:700;letter-spacing:-.015em}.handoff-page .ref-card .desc{color:rgb(var(--text-muted));font-size:12.5px;line-height:1.45}.handoff-page .ref-card .tags{display:flex;flex-wrap:wrap;gap:4px;margin-top:4px}.handoff-page .ref-card .tags span{background:rgb(var(--bg-surface-muted));border-radius:4px;color:rgb(var(--text-muted));font-family:var(--font-mono);font-size:10px;padding:2px 6px}.handoff-page .files{background:rgb(var(--bg-surface));border:1px solid rgb(var(--border-default));border-radius:12px;overflow:hidden}.handoff-page .file-row{align-items:center;border-bottom:1px solid rgb(var(--border-default));display:flex;font-size:13px;gap:12px;padding:11px 16px}.handoff-page .file-row:last-child{border-bottom:0}.handoff-page .file-row .path{color:rgb(var(--text-primary));font-family:var(--font-mono);font-weight:600}.handoff-page .file-row .desc{color:rgb(var(--text-muted));font-size:12.5px;margin-left:auto;text-align:right}.handoff-page .file-row .tag{background:rgb(var(--accent-soft));border-radius:4px;color:rgb(var(--accent-text));font-size:9.5px;font-weight:700;letter-spacing:.06em;min-width:56px;padding:2px 7px;text-align:center;text-transform:uppercase}.handoff-page .file-row .tag.ai{background:rgb(var(--ai-soft));color:rgb(var(--ai-text))}.handoff-page .file-row .tag.docs{background:rgb(var(--violet-soft));color:rgb(var(--violet))}.handoff-page .file-row .tag.page{background:rgb(var(--blue-soft));color:rgb(var(--blue))}@media (max-width:600px){.handoff-page .file-row{flex-wrap:wrap}.handoff-page .file-row .desc{margin-left:0;text-align:left;width:100%}}.handoff-page pre{background:rgb(var(--bg-surface-muted));color:rgb(var(--text-primary));font-family:var(--font-mono);font-size:12.5px;line-height:1.6;overflow-x:auto;padding:18px;white-space:pre-wrap}.handoff-page .audit,.handoff-page pre{border:1px solid rgb(var(--border-default));border-radius:12px}.handoff-page .audit{grid-gap:0;background:rgb(var(--bg-surface));display:grid;gap:0;grid-template-columns:1fr;overflow:hidden}.handoff-page .audit-row{grid-gap:12px;align-items:start;border-bottom:1px solid rgb(var(--border-default));display:grid;font-size:13.5px;gap:12px;grid-template-columns:22px 1fr auto;padding:14px 18px}.handoff-page .audit-row:last-child{border-bottom:0}.handoff-page .audit-row .icon{font-size:14px;line-height:1.4}.handoff-page .audit-row .body strong{display:block;font-weight:600;margin-bottom:2px}.handoff-page .audit-row .body span{color:rgb(var(--text-muted));font-size:12.5px;line-height:1.5}.handoff-page .audit-row .status{align-self:center;border-radius:4px;font-family:var(--font-mono);font-size:10.5px;font-weight:600;letter-spacing:.06em;padding:3px 8px;text-transform:uppercase;white-space:nowrap}.handoff-page .status.ok{background:rgb(var(--accent-soft));color:rgb(var(--accent-text))}.handoff-page .status.todo{background:rgb(var(--amber-soft));color:rgb(var(--amber))}.handoff-page .status.risk{background:rgb(var(--rose-soft));color:rgb(var(--rose))}@media (max-width:600px){.handoff-page .audit-row{grid-template-columns:22px 1fr}.handoff-page .audit-row .status{grid-column:2;justify-self:start;margin-top:6px}}.handoff-page ul{color:rgb(var(--text-muted));line-height:1.7;margin:0;padding-left:20px}.handoff-page ul strong{color:rgb(var(--text-primary))}.handoff-page ul li{margin-bottom:4px}.handoff-page .pill{align-items:center;background:rgb(var(--ai-soft));border-radius:999px;color:rgb(var(--ai-text));display:inline-flex;font-size:11px;font-weight:600;gap:6px;margin-bottom:16px;padding:4px 10px}.handoff-page .stat-row{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(4,1fr);margin-bottom:8px}@media (max-width:800px){.handoff-page .stat-row{grid-template-columns:repeat(2,1fr)}}.handoff-page .stat{background:rgb(var(--bg-surface));border:1px solid rgb(var(--border-default));border-radius:12px;padding:14px 16px}.handoff-page .stat .num{font-size:24px;font-weight:700;letter-spacing:-.02em}.handoff-page .stat .num em{color:rgb(var(--accent));font-family:var(--font-display);font-style:italic;font-weight:400}.handoff-page .stat .lbl{color:rgb(var(--text-subtle));font-family:var(--font-mono);font-size:11px;letter-spacing:.06em;margin-top:2px;text-transform:uppercase}.dg-settings-card{background:rgb(var(--bg-surface));border:1px solid rgb(var(--border-default));border-radius:var(--radius-md);box-shadow:var(--shadow-sm);margin-bottom:16px;overflow:hidden}.dg-settings-card.is-danger{border-color:rgb(var(--rose)/.4)}.dg-settings-card-head{align-items:flex-start;border-bottom:1px solid rgb(var(--border-default));display:flex;flex-wrap:wrap;gap:12px;padding:16px 20px}.dg-settings-card.is-danger .dg-settings-card-head{background:rgb(var(--rose-soft)/.5);border-bottom-color:rgb(var(--rose)/.25)}.dg-settings-card-text{flex:1 1;min-width:0}.dg-settings-card-title{color:rgb(var(--text-primary));font-size:15px;font-weight:600;letter-spacing:-.01em;margin:0}.dg-settings-card-sub{color:rgb(var(--text-muted));font-size:12.5px;line-height:1.5;margin:4px 0 0}.dg-settings-card-action{display:flex;flex-shrink:0;gap:8px}.dg-settings-card-body{padding:4px 20px 8px}.dg-settings-row{grid-gap:16px;align-items:center;border-bottom:1px dashed rgb(var(--border-default));display:grid;gap:16px;grid-template-columns:minmax(180px,240px) 1fr;padding:14px 0}.dg-settings-row:last-child{border-bottom:0}.dg-settings-row-meta{display:flex;flex-direction:column;gap:2px;min-width:0}.dg-settings-row-label{color:rgb(var(--text-primary));font-size:13px;font-weight:500;line-height:1.35}.dg-settings-row-hint{color:rgb(var(--text-subtle));font-size:11.5px;line-height:1.45}.dg-settings-row-control{min-width:0}.dg-settings-row-control>input,.dg-settings-row-control>select,.dg-settings-row-control>textarea{max-width:420px;width:100%}@media (max-width:768px){.dg-settings-row{gap:6px;grid-template-columns:1fr;padding:12px 0}.dg-settings-row-control>input,.dg-settings-row-control>select,.dg-settings-row-control>textarea{max-width:100%}}.dg-toggle{align-items:center;background:rgb(var(--border-strong));border:0;border-radius:999px;cursor:pointer;display:inline-flex;flex-shrink:0;height:22px;padding:0;position:relative;transition:background .15s ease;width:38px}.dg-toggle.is-on{background:rgb(var(--accent))}.dg-toggle.is-disabled{cursor:not-allowed;opacity:.5}.dg-toggle-knob{background:rgb(var(--bg-surface));border-radius:50%;box-shadow:var(--shadow-sm);height:18px;left:2px;position:absolute;top:2px;transition:transform .16s ease;width:18px}.dg-toggle.is-on .dg-toggle-knob{transform:translateX(16px)}.dg-toggle:focus-visible{box-shadow:var(--shadow-glow);outline:none}.dg-settings-nav{align-self:flex-start;flex-shrink:0;max-height:calc(100vh - 32px);overflow-y:auto;position:-webkit-sticky;position:sticky;top:16px;width:220px}.dg-settings-nav-mobile{display:none}.dg-settings-nav-list{display:flex;flex-direction:column;gap:4px}.dg-settings-nav-group+.dg-settings-nav-group{margin-top:14px}.dg-settings-nav-section{color:rgb(var(--text-subtle));font-family:var(--font-mono);font-size:10px;font-weight:700;letter-spacing:.08em;margin:0 0 6px;padding:0 10px;text-transform:uppercase}.dg-settings-nav-item{align-items:stretch;background:#0000;border:0;border-radius:var(--radius-sm);color:rgb(var(--text-muted));cursor:pointer;display:flex;flex-direction:column;font-size:13px;font-weight:500;gap:1px;padding:8px 10px;text-align:left;transition:background .12s ease,color .12s ease;width:100%}.dg-settings-nav-item:hover{background:rgb(var(--bg-surface-muted));color:rgb(var(--text-primary))}.dg-settings-nav-item.is-active{background:rgb(var(--accent-soft));color:rgb(var(--accent-text))}.dg-settings-nav-item-hint{color:rgb(var(--text-subtle));font-size:11px;font-weight:400}.dg-settings-nav-item.is-active .dg-settings-nav-item-hint{color:rgb(var(--accent-text)/.75)}@media (min-width:768px) and (max-width:1024px){.dg-settings-nav{width:180px}}@media (max-width:767px){.dg-settings-nav{margin-bottom:16px;max-height:none;position:static;width:100%}.dg-settings-nav-mobile{display:flex;flex-direction:column;gap:4px}.dg-settings-nav-mobile-label{color:rgb(var(--text-subtle));font-family:var(--font-mono);font-size:11px;letter-spacing:.06em;text-transform:uppercase}.dg-settings-nav-select{background:rgb(var(--bg-surface));border:1px solid rgb(var(--border-default));border-radius:var(--radius-sm);color:rgb(var(--text-primary));font-family:var(--font-ui);font-size:14px;padding:10px 12px;width:100%}.dg-settings-nav-list{display:none}}.dg-empty{align-items:center;background:rgb(var(--bg-surface));border:1px dashed rgb(var(--border-default));border-radius:var(--radius-md);display:flex;flex-direction:column;gap:6px;padding:36px 24px;text-align:center}.dg-empty-illo{background:rgb(var(--bg-surface-muted));border-radius:50%;color:rgb(var(--text-subtle));display:grid;height:56px;margin-bottom:6px;place-items:center;width:56px}.dg-empty-headline{color:rgb(var(--text-primary));font-size:16px;font-weight:600;margin:0}.dg-empty-sub{color:rgb(var(--text-muted));font-size:13px;line-height:1.55;margin:0;max-width:360px}.dg-empty-actions{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;margin-top:12px}.dg-banner{align-items:flex-start;border-radius:var(--radius-sm);display:flex;font-size:13px;gap:12px;line-height:1.5;margin-bottom:12px;padding:12px 14px}.dg-banner-icon{flex-shrink:0;margin-top:1px}.dg-banner-body{flex:1 1;min-width:0}.dg-banner-title{display:block;font-size:13px;font-weight:600;margin-bottom:2px}.dg-banner-text{color:inherit;opacity:.95}.dg-banner-actions{align-items:center;display:flex;flex-shrink:0;gap:4px}.dg-banner-btn{background:#0000;border:1px solid;border-radius:var(--radius-sm);color:inherit;cursor:pointer;font-size:12px;font-weight:600;padding:4px 10px}.dg-banner-close{background:#0000;border:0;border-radius:var(--radius-sm);color:inherit;cursor:pointer;display:grid;height:26px;opacity:.7;place-items:center;width:26px}.dg-banner-close:hover{opacity:1}.dg-banner-error{background:rgb(var(--rose-soft));border:1px solid rgb(var(--rose)/.3);color:rgb(var(--rose))}.dg-banner-warning{background:rgb(var(--amber-soft));border:1px solid rgb(var(--amber)/.3);color:rgb(var(--amber))}.dg-banner-info{background:rgb(var(--blue-soft));border:1px solid rgb(var(--blue)/.3);color:rgb(var(--blue))}@keyframes dg-skel-shimmer{0%{background-position:-300px 0}to{background-position:calc(300px + 100%) 0}}.dg-skeleton-bar{animation:dg-skel-shimmer 1.6s ease-in-out infinite;background:linear-gradient(90deg,rgb(var(--bg-surface-muted)) 0,rgb(var(--border-default)/.6) 50%,rgb(var(--bg-surface-muted)) 100%);background-color:rgb(var(--bg-surface-muted));background-repeat:no-repeat;background-size:300px 100%;display:inline-block}.dg-skeleton-row{grid-gap:12px;border-bottom:1px solid rgb(var(--border-default));display:grid;gap:12px;grid-template-columns:repeat(4,1fr);grid-template-columns:repeat(var(--dg-skeleton-cols,4),1fr);padding:12px 16px}.dg-skeleton-card{background:rgb(var(--bg-surface));border:1px solid rgb(var(--border-default));border-radius:var(--radius-md);display:flex;flex-direction:column;gap:8px;padding:14px 16px}.dg-skeleton-text{display:flex;flex-direction:column;gap:6px}.dg-pagelist{background:rgb(var(--bg-canvas));font-family:var(--font-ui);margin:0 auto;max-width:1400px;min-height:100%;padding:24px 28px 60px}@media (max-width:768px){.dg-pagelist{padding:16px 16px 80px}}.dg-pagelist-head{align-items:flex-start;display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between;margin-bottom:18px}.dg-pagelist-title-block{min-width:0}.dg-pagelist-title{color:rgb(var(--text-primary));font-size:24px;font-weight:700;letter-spacing:-.02em;margin:0}.dg-pagelist-subtitle{color:rgb(var(--text-muted));font-size:13px;line-height:1.5;margin:4px 0 0}.dg-pagelist-head-actions{display:flex;flex-wrap:wrap;gap:8px}.dg-pagelist-toolbar{align-items:center;background:rgb(var(--bg-surface));border:1px solid rgb(var(--border-default));border-radius:var(--radius-md);display:flex;flex-wrap:wrap;gap:10px;margin-bottom:14px;padding:10px 12px}.dg-pagelist-search{align-items:center;background:rgb(var(--bg-surface-muted));border:1px solid rgb(var(--border-default));border-radius:var(--radius-sm);display:flex;flex:1 1 220px;gap:6px;max-width:380px;min-width:180px;padding:6px 10px}.dg-pagelist-search:focus-within{border-color:rgb(var(--accent));box-shadow:var(--shadow-glow)}.dg-pagelist-search-icon{color:rgb(var(--text-subtle));flex-shrink:0}.dg-pagelist-search-input{background:#0000;border:0;color:rgb(var(--text-primary));flex:1 1;font-family:var(--font-ui);font-size:13px;min-width:0;outline:none}@media (max-width:768px){.dg-pagelist-search{flex:1 1 100%;max-width:100%}}.dg-pagelist-filters{display:flex;flex-wrap:wrap;gap:6px}.dg-chip{align-items:center;background:rgb(var(--bg-surface-muted));border:1px solid rgb(var(--border-default));border-radius:999px;color:rgb(var(--text-muted));cursor:pointer;display:inline-flex;font-size:12px;font-weight:500;gap:6px;padding:5px 10px;transition:background .12s ease,color .12s ease,border-color .12s ease}.dg-chip:hover{border-color:rgb(var(--border-strong));color:rgb(var(--text-primary))}.dg-chip.is-active{background:rgb(var(--accent-soft));border-color:rgb(var(--accent));color:rgb(var(--accent-text))}.dg-chip-count{background:rgb(var(--bg-surface));border-radius:999px;font-family:var(--font-mono);font-size:10.5px;padding:1px 6px}.dg-chip.is-active .dg-chip-count{background:rgb(var(--accent));color:rgb(var(--text-on-accent))}.dg-pagelist-saved-views{background:rgb(var(--bg-surface-muted));border:1px solid rgb(var(--border-default));border-radius:var(--radius-sm);display:flex;gap:0;overflow:hidden}.dg-saved-view{background:#0000;border:0;border-right:1px solid rgb(var(--border-default));color:rgb(var(--text-muted));cursor:pointer;font-family:var(--font-ui);font-size:12px;font-weight:500;padding:6px 12px}.dg-saved-view:last-child{border-right:0}.dg-saved-view.is-active{background:rgb(var(--bg-surface));color:rgb(var(--text-primary));font-weight:600}.dg-saved-view-count{color:rgb(var(--text-subtle));font-family:var(--font-mono);font-size:10.5px;margin-left:4px}.dg-pagelist-viewtoggle{background:rgb(var(--bg-surface-muted));border:1px solid rgb(var(--border-default));border-radius:var(--radius-sm);display:inline-flex;margin-left:auto;padding:2px}.dg-view-btn{background:#0000;border:0;border-radius:calc(var(--radius-sm) - 2px);color:rgb(var(--text-muted));cursor:pointer;display:grid;padding:5px 8px;place-items:center}.dg-view-btn:hover{color:rgb(var(--text-primary))}.dg-view-btn.is-active{background:rgb(var(--bg-surface));box-shadow:var(--shadow-sm);color:rgb(var(--accent))}@media (max-width:768px){.dg-pagelist-viewtoggle{margin-left:0}}.dg-pagelist-bulkbar{align-items:center;background:rgb(var(--accent-soft));border:1px solid rgb(var(--accent));border-radius:var(--radius-sm);color:rgb(var(--accent-text));display:flex;font-size:13px;gap:12px;margin-bottom:12px;padding:10px 14px}.dg-pagelist-bulkcount{font-weight:600}.dg-pagelist-bulkactions{align-items:center;display:flex;gap:6px;margin-left:auto}.dg-pagelist-bulkclear{background:#0000;border:0;color:inherit;cursor:pointer;font-size:12px;font-weight:500;padding:0;text-decoration:underline}.dg-pagelist-body{background:rgb(var(--bg-surface));border:1px solid rgb(var(--border-default));border-radius:var(--radius-md);overflow:hidden}.dg-pagelist-table-wrap{overflow-x:auto}.dg-pagelist-table{border-collapse:collapse;font-size:13px;width:100%}.dg-pagelist-table thead th{background:rgb(var(--bg-surface-muted));border-bottom:1px solid rgb(var(--border-default));color:rgb(var(--text-subtle));font-family:var(--font-mono);font-size:11px;font-weight:600;letter-spacing:.05em;padding:12px 14px;text-align:left;text-transform:uppercase}.dg-pagelist-table tbody td.right,.dg-pagelist-table thead th.right{text-align:right}.dg-pagelist-table tbody td{border-bottom:1px solid rgb(var(--border-default));color:rgb(var(--text-primary));padding:12px 14px;vertical-align:middle}.dg-pagelist-table tbody tr:last-child td{border-bottom:0}.dg-pagelist-table tbody tr.is-clickable{cursor:pointer}.dg-pagelist-table tbody tr.is-clickable:hover{background:rgb(var(--bg-surface-muted))}.dg-pagelist-skeletons{--dg-skeleton-cols:4}.dg-pagelist-footer{align-items:center;color:rgb(var(--text-muted));display:flex;flex-wrap:wrap;font-size:12px;gap:8px;justify-content:space-between;margin-top:12px}@media (max-width:768px){.dg-pagelist-table.dg-pagelist-table--cards thead{display:none}.dg-pagelist-table.dg-pagelist-table--cards tbody tr{border-bottom:1px solid rgb(var(--border-default));display:block;padding:8px 0}.dg-pagelist-table.dg-pagelist-table--cards tbody td{border-bottom:0;display:flex;justify-content:space-between;padding:4px 14px}.dg-pagelist-table.dg-pagelist-table--cards tbody td:before{color:rgb(var(--text-subtle));content:attr(data-label);font-family:var(--font-mono);font-size:11px;letter-spacing:.05em;text-transform:uppercase}}.cp{background:rgb(var(--bg-surface));border:1px solid rgb(var(--border-default));border-radius:var(--radius-md);overflow:hidden}.cp-bar{grid-gap:10px;align-items:center;background:rgb(var(--bg-surface-muted));border-bottom:1px solid rgb(var(--border-default));display:grid;gap:10px;grid-template-columns:1fr auto auto;padding:12px}@media (max-width:640px){.cp-bar{grid-template-columns:1fr}}.cp-search{align-items:center;background:rgb(var(--bg-surface));border:1px solid rgb(var(--border-default));border-radius:9px;cursor:text;display:flex;gap:8px;height:38px;padding:0 12px;transition:border-color .12s}.cp-search:focus-within{border-color:rgb(var(--accent));box-shadow:0 0 0 3px rgb(var(--accent-soft))}.cp-search input{background:#0000;border:0;color:rgb(var(--text-primary));flex:1 1;font-family:inherit;font-size:13.5px;min-width:0;outline:0}.cp-search .kbd,.cp-search input::placeholder{color:rgb(var(--text-subtle))}.cp-search .kbd{background:rgb(var(--bg-surface-muted));border:1px solid rgb(var(--border-default));border-radius:4px;font-family:var(--font-mono);font-size:10.5px;padding:2px 6px}.cp-search-clear{background:#0000;border:0;color:rgb(var(--text-subtle));cursor:pointer;display:grid;padding:0;place-items:center}.cp-seg{background:rgb(var(--bg-surface));border:1px solid rgb(var(--border-default));border-radius:9px;height:38px;padding:3px}.cp-seg,.cp-seg button{align-items:center;display:inline-flex}.cp-seg button{background:#0000;border:0;border-radius:6px;color:rgb(var(--text-muted));cursor:pointer;font-family:inherit;font-size:12.5px;font-weight:500;gap:6px;height:30px;padding:0 12px}.cp-seg button.on{background:rgb(var(--accent-soft));color:rgb(var(--accent-text));font-weight:600}.cp-seg button:hover:not(.on){color:rgb(var(--text-primary))}.cp-seg-count{font-family:var(--font-mono);font-size:10.5px;margin-left:2px;opacity:.7}.cp-new-btn{align-items:center;background:rgb(var(--bg-surface));border:1px solid rgb(var(--border-default));border-radius:9px;color:rgb(var(--text-primary));cursor:pointer;display:inline-flex;font-family:inherit;font-size:12.5px;font-weight:600;gap:6px;height:38px;padding:0 14px;white-space:nowrap}.cp-new-btn:hover{background:rgb(var(--bg-surface-muted))}.cp-body{display:grid;grid-template-columns:minmax(0,1fr) 280px;min-height:320px}@media (max-width:900px){.cp-body{grid-template-columns:1fr}}.cp-list{border-right:1px solid rgb(var(--border-default));max-height:480px;overflow-y:auto}@media (max-width:900px){.cp-list{border-bottom:1px solid rgb(var(--border-default));border-right:0}}.cp-cat-h{align-items:center;background:rgb(var(--bg-surface));border-bottom:1px solid rgb(var(--border-default));color:rgb(var(--text-subtle));display:flex;font-size:10.5px;font-weight:600;gap:8px;letter-spacing:.08em;padding:8px 16px;position:-webkit-sticky;position:sticky;text-transform:uppercase;top:0;z-index:1}.cp-cat-h .count{background:rgb(var(--bg-surface-muted));border-radius:4px;font-family:var(--font-mono);font-size:10px;padding:1px 7px}.cp-row{grid-gap:12px;align-items:center;border-bottom:1px solid rgb(var(--border-default));cursor:pointer;display:grid;gap:12px;grid-template-columns:36px 1fr auto auto;padding:10px 16px;transition:background 80ms}.cp-row:last-child{border-bottom:0}.cp-row:hover{background:rgb(var(--bg-surface-muted))}.cp-row.added,.cp-row.added:hover{background:rgb(var(--accent-soft))}.cp-row.added:hover{filter:brightness(.97)}.cp-thumb{background:rgb(var(--bg-surface-muted));border:1px solid rgb(var(--border-default));border-radius:9px;color:rgb(var(--text-muted));display:grid;height:36px;place-items:center;width:36px}.cp-thumb.product{background:#eef2ff;border-color:#c7d2fe;color:#6366f1}.cp-thumb.service{background:rgb(var(--accent-soft));border-color:rgb(var(--accent));color:rgb(var(--accent))}.cp-info{min-width:0}.cp-name{align-items:center;color:rgb(var(--text-primary));display:flex;flex-wrap:wrap;font-size:13.5px;font-weight:600;gap:8px}.cp-name .sku{background:rgb(var(--bg-surface-muted));border-radius:3px;font-family:var(--font-mono);font-size:10.5px;font-weight:500;padding:1px 6px}.cp-meta,.cp-name .sku{color:rgb(var(--text-subtle))}.cp-meta{display:flex;flex-wrap:wrap;font-size:11.5px;gap:8px;margin-top:2px}.cp-meta .stock{color:rgb(var(--accent-text));font-weight:500}.cp-meta .stock.low{color:rgb(var(--amber))}.cp-meta .stock.out{color:rgb(var(--rose))}.cp-price{font-feature-settings:"tnum";font-family:var(--font-mono);font-size:13px;font-variant-numeric:tabular-nums;font-weight:600}.cp-add-btn{align-items:center;background:rgb(var(--bg-surface));border:1px solid rgb(var(--border-default));border-radius:7px;color:rgb(var(--text-muted));cursor:pointer;display:inline-flex;height:32px;justify-content:center;transition:background .1s,border-color .1s,color .1s;width:32px}.cp-add-btn:hover{background:rgb(var(--accent-soft));border-color:rgb(var(--accent));color:rgb(var(--accent))}.cp-row.added .cp-add-btn{background:rgb(var(--accent));border-color:rgb(var(--accent));color:#fff}.cp-empty{color:rgb(var(--text-muted));padding:40px 20px;text-align:center}.cp-empty-ic{background:rgb(var(--bg-surface-muted));border-radius:10px;color:rgb(var(--text-subtle));display:inline-grid;height:40px;margin-bottom:10px;place-items:center;width:40px}.cp-empty-h{color:rgb(var(--text-primary));font-size:13px;font-weight:600;margin-bottom:4px}.cp-empty-p{font-size:12.5px;line-height:1.5;margin-bottom:12px}.cp-sel{background:rgb(var(--bg-surface-muted));display:flex;flex-direction:column;min-height:320px;padding:14px 16px}.cp-sel-h{align-items:center;color:rgb(var(--text-subtle));display:flex;font-size:11px;font-weight:600;gap:6px;letter-spacing:.08em;margin-bottom:10px;text-transform:uppercase}.cp-sel-h .count{background:rgb(var(--accent));border-radius:4px;color:#fff;font-family:var(--font-mono);font-size:10px;padding:1px 8px}.cp-sel-empty{color:rgb(var(--text-subtle));font-size:12.5px;line-height:1.5;padding:24px 8px;text-align:center}.cp-sel-empty .ic{background:rgb(var(--bg-surface));border:1px dashed rgb(var(--border-default));border-radius:10px;display:inline-grid;height:36px;margin-bottom:8px;place-items:center;width:36px}.cp-sel-list{display:flex;flex:1 1;flex-direction:column;gap:6px;max-height:360px;overflow-y:auto;padding-right:2px}.cp-sel-row{grid-gap:8px;align-items:center;background:rgb(var(--bg-surface));border:1px solid rgb(var(--border-default));border-radius:7px;display:grid;gap:8px;grid-template-columns:24px 1fr auto;padding:8px 10px}.cp-sel-thumb{border-radius:6px;display:grid;font-size:10px;height:24px;place-items:center;width:24px}.cp-sel-thumb.product{background:#eef2ff;color:#6366f1}.cp-sel-thumb.service{background:rgb(var(--accent-soft));color:rgb(var(--accent))}.cp-sel-name{font-size:12px;font-weight:600;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cp-sel-qty{font-family:var(--font-mono);font-size:11px}.cp-sel-qty,.cp-sel-row .x{color:rgb(var(--text-subtle))}.cp-sel-row .x{background:#0000;border:0;border-radius:4px;cursor:pointer;padding:2px}.cp-sel-row .x:hover{background:rgb(var(--rose-soft));color:rgb(var(--rose))}.cp-sel-foot{border-top:1px solid rgb(var(--border-default));margin-top:10px;padding-top:12px}.cp-sel-total{display:flex;font-size:13px;font-weight:600;justify-content:space-between;margin-bottom:8px}.cp-sel-total .v{font-feature-settings:"tnum";font-family:var(--font-mono);font-variant-numeric:tabular-nums}.cp-foot-btn{align-items:center;background:rgb(var(--accent));border:0;border-radius:8px;color:#fff;cursor:pointer;display:inline-flex;font-family:inherit;font-size:13px;font-weight:600;gap:6px;justify-content:center;padding:10px;width:100%}.cp-foot-btn:hover:not(:disabled){background:rgb(var(--accent-hover))}.cp-foot-btn:disabled{background:rgb(var(--bg-surface-muted));color:rgb(var(--text-subtle));cursor:not-allowed}.cp-added-wrap{margin-top:18px}.cp-added-section-head{align-items:baseline;display:flex;gap:8px;margin-bottom:10px;padding:0 4px}.cp-added-section-head h3{color:rgb(var(--text-subtle));font-size:13px;font-weight:600;letter-spacing:.06em;margin:0;text-transform:uppercase}.cp-added-count{color:rgb(var(--text-subtle));font-family:var(--font-mono);font-size:11px}.added-card{background:rgb(var(--bg-surface));border:1px solid rgb(var(--border-default));border-radius:var(--radius-md);margin-bottom:12px;overflow:hidden}.added-head{background:rgb(var(--bg-surface-muted));color:rgb(var(--text-subtle));font-size:10.5px;font-weight:600;letter-spacing:.06em;padding:8px 12px;text-transform:uppercase}.added-head,.added-row{grid-gap:12px;align-items:center;border-bottom:1px solid rgb(var(--border-default));display:grid;gap:12px;grid-template-columns:28px 1fr 90px 110px 110px 110px 32px 32px}.added-row{padding:10px 12px}.added-row:last-child{border-bottom:0}.added-edit{display:contents}@media (max-width:800px){.added-head{display:none}.added-row{gap:8px;grid-template-areas:"drag info dup del" ".    edit edit edit";grid-template-columns:28px 1fr 32px 32px;padding:12px;row-gap:10px}.added-row>.added-drag{align-self:start;grid-area:drag;padding-top:6px}.added-row>.added-info{grid-area:info}.added-row>.icon-btn:first-of-type{grid-area:dup}.added-row>.icon-btn:nth-of-type(2){grid-area:del}.added-edit{grid-gap:8px;align-items:center;display:grid;gap:8px;grid-area:edit;grid-template-columns:1fr 1fr 1fr auto}}@media (max-width:480px){.added-edit{grid-template-areas:"qty rate" "disc total";grid-template-columns:1fr 1fr}.added-edit>.num-input:first-of-type{grid-area:qty}.added-edit>.num-wrap:first-of-type{grid-area:rate}.added-edit>.num-wrap:nth-of-type(2){grid-area:disc}.added-edit>.cp-row-total{grid-area:total;text-align:right}}.added-drag{color:rgb(var(--text-subtle));cursor:grab;display:grid;place-items:center}.added-drag:hover{color:rgb(var(--text-primary))}.added-drag:active{cursor:grabbing}.added-info{align-items:center;display:flex;gap:10px;min-width:0}.added-info .t{border-radius:7px;display:grid;flex-shrink:0;height:28px;place-items:center;width:28px}.added-info .t.product{background:#eef2ff;color:#6366f1}.added-info .t.service{background:rgb(var(--accent-soft));color:rgb(var(--accent-text))}.added-info .body{min-width:0}.added-info .n{align-items:center;color:rgb(var(--text-primary));display:flex;flex-wrap:wrap;font-size:13px;font-weight:600;gap:6px}.added-info .s{color:rgb(var(--text-subtle));font-size:11px;margin-top:1px}.added-info .s,.num-input{font-family:var(--font-mono)}.num-input{font-feature-settings:"tnum";-moz-appearance:textfield;background:rgb(var(--bg-surface));border:1px solid rgb(var(--border-default));border-radius:6px;color:rgb(var(--text-primary));font-size:12.5px;font-variant-numeric:tabular-nums;outline:0;padding:7px 10px;text-align:right;width:100%}.num-input::-webkit-inner-spin-button,.num-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.num-input:focus{border-color:rgb(var(--accent));box-shadow:0 0 0 3px rgb(var(--accent-soft))}.num-input.pad-l{padding-left:22px}.num-wrap{position:relative}.num-wrap .pre{font-size:12px;left:10px}.num-wrap .post,.num-wrap .pre{color:rgb(var(--text-subtle));font-family:var(--font-mono);pointer-events:none;position:absolute;top:50%;transform:translateY(-50%)}.num-wrap .post{font-size:11px;right:10px}.cp-row-total{font-feature-settings:"tnum";color:rgb(var(--text-primary));font-family:var(--font-mono);font-size:13px;font-variant-numeric:tabular-nums;font-weight:700;text-align:right}.icon-btn{background:rgb(var(--bg-surface));border:1px solid rgb(var(--border-default));border-radius:7px;display:grid;place-items:center}.icon-btn:hover{background:rgb(var(--bg-surface-muted));color:rgb(var(--text-primary))}.icon-btn.danger:hover{background:rgb(var(--rose-soft));border-color:rgb(var(--rose)/.5);color:rgb(var(--rose))}.ovr-badge{align-items:center;background:rgb(var(--amber-soft));border-radius:3px;color:rgb(var(--amber));display:inline-flex;font-size:9.5px;font-weight:600;gap:3px;letter-spacing:.04em;padding:1px 5px;text-transform:uppercase}.cp-assembly-block{background:rgb(var(--bg-surface-muted));border-bottom:1px solid rgb(var(--border-default));position:relative}.cp-assembly-block:last-of-type{border-bottom:0}.cp-assembly-block .added-row{background:rgb(var(--bg-surface));border-left:2px solid rgb(var(--accent)/.45);margin-left:18px;padding-left:14px}.cp-assembly-block .added-row:last-child,.cp-assembly-header{border-bottom:1px solid rgb(var(--border-default))}.cp-assembly-header{grid-gap:12px;align-items:center;background:linear-gradient(0deg,rgb(var(--accent-soft)) 0,rgb(var(--bg-surface)) 100%);display:grid;gap:12px;grid-template-columns:32px minmax(0,1fr) auto auto;padding:10px 14px}.cp-assembly-mark{background:rgb(var(--accent));border-radius:8px;color:#fff;display:grid;height:32px;place-items:center;width:32px}.cp-assembly-meta{display:flex;flex-direction:column;gap:2px;min-width:0}.cp-assembly-tag{align-items:center;align-self:flex-start;color:rgb(var(--accent-text));display:inline-flex;font-family:var(--font-mono);font-size:9.5px;font-weight:700;gap:4px;letter-spacing:.08em;text-transform:uppercase}.cp-assembly-name{color:rgb(var(--text-primary));font-size:14px;font-weight:700;letter-spacing:-.01em}.cp-assembly-sub{color:rgb(var(--text-subtle));font-size:11.5px}.cp-assembly-total{font-feature-settings:"tnum";color:rgb(var(--text-primary));font-family:var(--font-mono);font-size:14px;font-variant-numeric:tabular-nums;font-weight:700}.cp-sel-assembly{background:rgb(var(--accent-soft)/.4)}.cp-sel-assembly-thumb{background:rgb(var(--accent));color:#fff}@media (max-width:800px){.cp-assembly-block .added-row{border-left:0;border-top:1px dashed rgb(var(--border-default));margin-left:0;padding-left:12px}}.cp-assembly-row{align-items:center;background:rgb(var(--bg-surface));border:1px solid rgb(var(--border-default));border-radius:var(--radius-md);display:flex;flex-wrap:wrap;gap:10px;margin-top:12px;padding:10px 14px}.cp-assembly-label{align-items:center;color:rgb(var(--text-muted));display:inline-flex;font-size:12.5px;font-weight:600;gap:6px}.cp-assembly-select{background:rgb(var(--bg-surface-muted));border:1px solid rgb(var(--border-default));border-radius:7px;color:rgb(var(--text-primary));flex:1 1;font-family:inherit;font-size:12.5px;height:32px;min-width:200px;padding:0 10px}.cp-assembly-select:focus{border-color:rgb(var(--accent));box-shadow:0 0 0 3px rgb(var(--accent-soft));outline:none}.totals{align-items:center;background:rgb(var(--bg-surface-muted));border-top:1px solid rgb(var(--border-default));display:flex;font-size:13px;gap:24px;justify-content:flex-end;padding:12px 16px}.totals .lbl{color:rgb(var(--text-muted))}.totals .val{font-feature-settings:"tnum";font-family:var(--font-mono);font-variant-numeric:tabular-nums;font-weight:700}.totals .grand{font-size:16px}.dg-overlay{animation:dg-overlay-in .16s ease-out;background:#00000073;display:flex;inset:0;position:fixed;z-index:1000}@keyframes dg-overlay-in{0%{background:#0000}to{background:#00000073}}.dg-modal{animation:dg-modal-in .18s ease-out;background:rgb(var(--bg-surface));border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);display:flex;flex-direction:column;margin:auto;max-height:calc(100% - 32px);overflow:hidden;width:calc(100% - 32px)}@keyframes dg-modal-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.dg-modal-sm{max-width:420px}.dg-modal-md{max-width:560px}.dg-modal-lg{max-width:760px}.dg-modal-xl{max-width:960px}.dg-modal-head{align-items:center;border-bottom:1px solid rgb(var(--border-default));display:flex;flex-shrink:0;justify-content:space-between;padding:14px 18px}.dg-modal-title{color:rgb(var(--text-primary));font-size:16px;font-weight:700;margin:0}.dg-drawer-close,.dg-modal-close{background:#0000;border:0;border-radius:var(--radius-sm);color:rgb(var(--text-subtle));cursor:pointer;display:grid;height:28px;place-items:center;width:28px}.dg-drawer-close:hover,.dg-modal-close:hover{background:rgb(var(--bg-surface-muted));color:rgb(var(--text-primary))}.dg-modal-body{color:rgb(var(--text-primary));font-size:14px;line-height:1.55;overflow-y:auto;padding:18px}.dg-modal-foot{border-top:1px solid rgb(var(--border-default));display:flex;flex-shrink:0;flex-wrap:wrap;gap:8px;justify-content:flex-end;padding:12px 18px}@media (max-width:768px){.dg-overlay{align-items:flex-end}.dg-modal{border-radius:var(--radius-lg) var(--radius-lg) 0 0;margin:0;max-height:90vh;max-width:100%;width:100%}}.dg-drawer{animation:dg-drawer-in .2s ease-out;background:rgb(var(--bg-surface));bottom:0;box-shadow:var(--shadow-lg);display:flex;flex-direction:column;overflow:hidden;position:absolute;top:0;width:380px}.dg-drawer-right{border-left:1px solid rgb(var(--border-default));right:0}.dg-drawer-left{border-right:1px solid rgb(var(--border-default));left:0}.dg-drawer-sm{width:320px}.dg-drawer-md{width:380px}.dg-drawer-lg{width:480px}.dg-drawer-xl{width:600px}@keyframes dg-drawer-in{0%{opacity:0;transform:translateX(20px)}to{opacity:1;transform:translateX(0)}}.dg-drawer-left{animation-name:dg-drawer-in-left}@keyframes dg-drawer-in-left{0%{opacity:0;transform:translateX(-20px)}to{opacity:1;transform:translateX(0)}}.dg-drawer-head{align-items:center;border-bottom:1px solid rgb(var(--border-default));display:flex;flex-shrink:0;justify-content:space-between;padding:14px 18px}.dg-drawer-title{font-size:16px;font-weight:700;margin:0}.dg-drawer-body{flex:1 1;overflow-y:auto;padding:18px}@media (max-width:768px){.dg-drawer{animation-name:dg-modal-in;border:0;border-radius:var(--radius-lg) var(--radius-lg) 0 0;inset:auto 0 0 0;max-height:88vh;position:absolute;width:100%}}.dg-confirm{align-items:flex-start;display:flex;gap:14px}.dg-confirm-icon{background:rgb(var(--bg-surface-muted));border-radius:50%;color:rgb(var(--text-muted));display:grid;flex-shrink:0;height:36px;place-items:center;width:36px}.dg-confirm.is-danger .dg-confirm-icon{background:rgb(var(--rose-soft));color:rgb(var(--rose))}.dg-confirm-body{flex:1 1;min-width:0}.dg-confirm-title{color:rgb(var(--text-primary));font-size:15px;font-weight:600;margin:0 0 4px}.dg-confirm-description{color:rgb(var(--text-muted));font-size:13px;line-height:1.55;margin:0}.dg-toast-stack{bottom:24px;display:flex;flex-direction:column-reverse;gap:8px;max-width:calc(100% - 48px);pointer-events:none;position:fixed;right:24px;z-index:1100}@media (max-width:768px){.dg-toast-stack{bottom:auto;flex-direction:column;left:12px;max-width:none;right:12px;top:12px}}.dg-toast{align-items:flex-start;animation:dg-toast-in .2s ease-out;background:rgb(var(--bg-surface));border:1px solid rgb(var(--border-default));border-radius:var(--radius-md);box-shadow:var(--shadow-lg);color:rgb(var(--text-primary));display:flex;font-size:13px;gap:10px;line-height:1.45;max-width:380px;min-width:240px;padding:11px 14px;pointer-events:auto;transition:transform .18s ease,opacity .18s ease}.dg-toast-stack>.dg-toast{width:auto}@keyframes dg-toast-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.dg-toast-icon{flex-shrink:0;margin-top:1px}.dg-toast-body{display:flex;flex:1 1;flex-direction:column;gap:2px;min-width:0}.dg-toast-title{font-size:13px;font-weight:600}.dg-toast-message{color:rgb(var(--text-muted));font-size:13px;word-break:break-word}.dg-toast-success{border-color:rgb(var(--accent)/.3)}.dg-toast-success .dg-toast-icon{color:rgb(var(--accent))}.dg-toast-error{border-color:rgb(var(--rose)/.3)}.dg-toast-error .dg-toast-icon{color:rgb(var(--rose))}.dg-toast-warning{border-color:rgb(var(--amber)/.3)}.dg-toast-warning .dg-toast-icon{color:rgb(var(--amber))}.dg-toast-info{border-color:rgb(var(--blue)/.3)}.dg-toast-info .dg-toast-icon{color:rgb(var(--blue))}.dg-toast-close{background:#0000;border:0;border-radius:var(--radius-sm);color:rgb(var(--text-subtle));cursor:pointer;display:grid;flex-shrink:0;height:22px;place-items:center;width:22px}.dg-toast-close:hover{background:rgb(var(--bg-surface-muted));color:rgb(var(--text-primary))}.dg-int-page{background:rgb(var(--bg-canvas));font-family:var(--font-ui);margin:0 auto;max-width:1200px;min-height:100%;padding:24px 28px 60px}@media (max-width:768px){.dg-int-page{padding:16px 16px 80px}}.dg-int-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(auto-fill,minmax(260px,1fr))}@media (max-width:768px){.dg-int-grid{grid-template-columns:1fr}}.dg-int-card{background:rgb(var(--bg-surface));border:1px solid rgb(var(--border-default));border-radius:var(--radius-md);display:flex;flex-direction:column;gap:12px;padding:14px;transition:border-color .12s ease,box-shadow .12s ease}.dg-int-card:hover{border-color:rgb(var(--border-strong));box-shadow:var(--shadow-sm)}.dg-int-card.is-connected{border-color:rgb(var(--accent)/.35)}.dg-int-card-head{align-items:center;display:flex;gap:10px}.dg-int-mark{background:rgb(var(--bg-surface-muted));border:1px solid rgb(var(--border-default));border-radius:var(--radius-sm);color:rgb(var(--text-primary));display:grid;flex-shrink:0;font-family:var(--font-mono);font-size:14px;font-weight:700;height:36px;place-items:center;width:36px}.dg-int-name{color:rgb(var(--text-primary));flex:1 1;font-size:14px;font-weight:600;min-width:0}.dg-int-pill{align-items:center;background:rgb(var(--bg-surface-muted));border-radius:999px;color:rgb(var(--text-muted));display:inline-flex;font-size:11px;font-weight:600;gap:5px;padding:3px 8px}.dg-int-pill-dot{background:rgb(var(--text-subtle));border-radius:50%;height:6px;width:6px}.dg-int-pill.is-on{background:rgb(var(--accent-soft));color:rgb(var(--accent-text))}.dg-int-pill.is-on .dg-int-pill-dot{background:rgb(var(--accent))}.dg-int-kpis{border-bottom:1px dashed rgb(var(--border-default));border-top:1px dashed rgb(var(--border-default));display:flex;flex-direction:column;font-size:12px;gap:4px;list-style:none;margin:0;padding:8px 0}.dg-int-kpis li{display:flex;justify-content:space-between}.dg-int-kpi-label{color:rgb(var(--text-subtle))}.dg-int-kpi-value{color:rgb(var(--text-primary));font-family:var(--font-mono);font-weight:600}.dg-int-card-foot{display:flex;justify-content:flex-end}.dg-btn{font-size:12.5px;padding:7px 12px}.dg-btn-primary:hover{background:rgb(var(--accent-hover))}.dg-btn-secondary:hover{background:rgb(var(--bg-surface-muted))}.dg-btn-ai{background:rgb(var(--ai-soft));border-color:rgb(var(--ai)/.3);color:rgb(var(--ai-text))}.dg-btn-ai:hover{background:rgb(var(--ai-soft)/.85)}.dg-int-wizard-overlay{background:#00000073;display:grid;inset:0;padding:16px;place-items:center;position:fixed;z-index:1000}.dg-int-wizard{background:rgb(var(--bg-surface));border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);display:flex;flex-direction:column;max-width:520px;overflow:hidden;width:100%}.dg-int-wizard-head{align-items:center;border-bottom:1px solid rgb(var(--border-default));display:flex;justify-content:space-between;padding:14px 18px}.dg-int-wizard-head h2{font-size:16px;font-weight:700;margin:0}.dg-int-wizard-close{background:#0000;border:0;border-radius:var(--radius-sm);color:rgb(var(--text-subtle));cursor:pointer;display:grid;height:28px;place-items:center;width:28px}.dg-int-wizard-close:hover{background:rgb(var(--bg-surface-muted));color:rgb(var(--text-primary))}.dg-int-stepper{background:rgb(var(--bg-surface-muted));border-bottom:1px solid rgb(var(--border-default));display:flex;flex-wrap:wrap;font-size:12px;gap:16px;list-style:none;margin:0;padding:14px 18px}.dg-int-stepper li{align-items:center;color:rgb(var(--text-subtle));display:flex;gap:6px}.dg-int-step-num{background:rgb(var(--bg-surface));border:1px solid rgb(var(--border-default));border-radius:50%;display:grid;font-family:var(--font-mono);font-size:11px;font-weight:700;height:22px;place-items:center;width:22px}.dg-int-stepper li.is-active{color:rgb(var(--text-primary));font-weight:600}.dg-int-stepper li.is-active .dg-int-step-num{background:rgb(var(--accent));border-color:rgb(var(--accent));color:rgb(var(--text-on-accent))}.dg-int-stepper li.is-done{color:rgb(var(--accent))}.dg-int-stepper li.is-done .dg-int-step-num{background:rgb(var(--accent-soft));border-color:rgb(var(--accent));color:rgb(var(--accent))}.dg-int-wizard-body{color:rgb(var(--text-muted));font-size:14px;line-height:1.55;padding:20px}.dg-int-wizard-foot{border-top:1px solid rgb(var(--border-default));display:flex;gap:8px;justify-content:flex-end;padding:12px 18px}.import-modal{align-items:center;display:flex;justify-content:center}.import-modal-content{background:rgb(var(--bg-surface));border-radius:12px;box-shadow:0 10px 40px #0003;max-height:90vh;max-width:600px;outline:none;overflow-y:auto;padding:0;width:90%}.import-modal-header{align-items:center;border-bottom:1px solid rgb(var(--border-default));display:flex;justify-content:space-between;padding:24px}.import-modal-header h2{color:rgb(var(--text-primary));font-size:24px;font-weight:600;margin:0}.import-modal-body{padding:24px}.sample-file-section{background:rgb(var(--bg-surface-muted));border-radius:8px;margin-bottom:20px;padding:16px}.upload-section{margin-top:20px}.import-modal-footer{border-top:1px solid rgb(var(--border-default));display:flex;justify-content:flex-end;padding:24px}@media (max-width:768px){.import-modal-content{max-height:95vh;width:95%}.import-modal-body,.import-modal-footer,.import-modal-header{padding:20px}.import-modal-header h2{font-size:20px}}@media (max-width:480px){.import-modal-content{border-radius:0;max-height:100vh;width:100%}.import-modal-body,.import-modal-footer,.import-modal-header{padding:16px}}.delete-modal-overlay{align-items:center;background-color:#00000080;display:flex;justify-content:center;z-index:1300}.delete-modal-content{background:rgb(var(--bg-surface));border-radius:8px;box-shadow:0 4px 6px #0000001a;margin:auto;max-width:500px;outline:none;padding:0;position:relative;width:90%}.delete-modal-header{align-items:center;border-bottom:1px solid rgb(var(--border-default));display:flex;justify-content:space-between;padding:20px 24px}.delete-modal-title{color:rgb(var(--text-primary));font-weight:600;margin:0}.delete-modal-close{align-items:center;background:none;border:none;color:rgb(var(--text-muted));cursor:pointer;display:flex;justify-content:center;padding:4px;transition:color .2s}.delete-modal-close:hover{color:rgb(var(--text-primary))}.delete-modal-body{padding:24px}.delete-modal-message{color:rgb(var(--text-primary));font-size:14px;line-height:1.5;margin:0}.delete-modal-footer{border-top:1px solid rgb(var(--border-default));display:flex;gap:12px;justify-content:flex-end;padding:16px 24px}.dg-card{background:rgb(var(--bg-surface));border:1px solid rgb(var(--border-default));border-radius:16px;box-shadow:0 8px 24px #0f172a14}.dg-card--hover{transition:box-shadow .16s ease,transform .16s ease}.dg-card--hover:hover{box-shadow:0 12px 32px #0f172a1f;transform:translateY(-2px)}.status-pill{align-items:center;border:1px solid #0000;border-radius:999px;display:inline-flex;font-size:12px;font-weight:600;gap:6px;justify-content:center;line-height:1.4;min-width:80px;padding:4px 8px}.status-pill:focus-visible{box-shadow:0 0 0 3px rgb(var(--brand-ring)/.28);outline:none}.list-table-wrapper{display:flex;flex-direction:column;gap:12px}.entity-table.list-table{border-collapse:collapse;width:100%}.entity-table.list-table thead th{color:#374151;font-size:14px;font-weight:500;letter-spacing:.06em;padding:12px 16px;text-transform:uppercase;vertical-align:middle}.entity-table.list-table tbody td{min-height:50px;padding:12px 16px;vertical-align:middle}.list-cell-content{align-items:center;display:flex;min-height:24px;width:100%}.list-cell-content>*{max-width:100%}.list-cell-content-align-left{justify-content:flex-start;text-align:left}.list-cell-content-align-center{justify-content:center;text-align:center}.list-cell-content-align-right{justify-content:flex-end;text-align:right}.entity-table.list-table tbody tr{transition:background-color .16s ease,box-shadow .16s ease}.entity-table.list-table tbody tr:nth-child(odd){background:#f9fafb}.entity-table.list-table tbody tr:nth-child(2n){background:rgb(var(--bg-surface))}.entity-table.list-table tbody tr:hover{background:#eef2ff}.entity-table.list-table tbody tr.list-row-selected td.list-column-primary,.entity-table.list-table tbody tr:focus-visible td.list-column-primary,.entity-table.list-table tbody tr:focus-within td.list-column-primary,.entity-table.list-table tbody tr:hover td.list-column-primary{color:rgb(var(--brand-primary))}.list-table .list-select-cell{width:44px}.list-checkbox{accent-color:rgb(var(--brand-primary));cursor:pointer;display:block;height:16px;margin:0;transition:box-shadow .16s ease;width:16px}.list-checkbox:focus-visible{box-shadow:0 0 0 3px rgb(var(--brand-ring)/.38);outline:none}.list-row-clickable{cursor:pointer}.list-row-focusable:focus-visible{outline:2px solid rgb(var(--brand-ring)/.55);outline-offset:-2px}.entity-table.list-table tbody tr:focus-within,.list-row-selected{background:rgb(var(--bg-surface));box-shadow:inset 0 0 0 2px rgb(var(--brand-ring)/.62)}.entity-table.list-table tbody td.list-actions-cell,.entity-table.list-table thead th.list-actions-header{text-align:right;width:140px}.list-action-icons{align-items:center;display:inline-flex;gap:8px;justify-content:flex-end}.list-action-button{align-items:center;background:#0000;border:1px solid #0000;border-radius:8px;color:rgb(var(--text-muted));cursor:pointer;display:inline-flex;height:32px;justify-content:center;padding:8px;transition:background-color .16s ease,border-color .16s ease,transform .12s ease,color .16s ease;width:32px}.list-action-button svg{stroke:currentColor;transition:stroke .16s ease}.list-action-button:hover{background:rgb(var(--bg-surface-muted));border-color:rgb(var(--brand-primary))}.entity-table.list-table tbody tr:hover .list-action-button,.list-action-button:hover{color:rgb(var(--brand-primary))}.list-action-button:active{transform:scale(.96)}.list-action-button:focus-visible{box-shadow:0 0 0 3px rgb(var(--brand-ring)/.28);outline:none}.list-action-button.danger:hover{border-color:rgb(var(--status-danger));color:rgb(var(--status-danger))}.entity-table.list-table tbody td.list-column-align-left,.entity-table.list-table thead th.list-column-align-left,.list-column-align-left{text-align:left}.entity-table.list-table tbody td.list-column-align-center,.entity-table.list-table thead th.list-column-align-center,.list-column-align-center{text-align:center}.entity-table.list-table tbody td.list-column-align-right,.entity-table.list-table thead th.list-column-align-right,.list-column-align-right{text-align:right}.entity-table.list-table tbody td.list-column-primary{color:#111827;font-weight:600}.entity-table.list-table tbody td.list-column-secondary{color:#374151;font-weight:500}.entity-table.list-table tbody td.list-column-tertiary{color:#4b5563;font-weight:400}.list-empty{color:rgb(var(--text-muted));padding:24px;text-align:center}@media (max-width:768px){.list-actions-cell,.list-actions-header{width:120px}}.entity-page{background-color:initial;box-sizing:border-box;max-width:100%;padding:0;width:100%}.customer-search-section,.lead-search-section,.supplier-search-section{background:rgb(var(--bg-surface));border:1px solid rgb(var(--border-default));border-radius:16px;box-shadow:0 8px 24px #0f172a14;margin-bottom:20px;padding:20px}.search-filters{grid-gap:16px;display:grid;gap:16px;grid-template-columns:2fr 1fr 1fr}.search-input{background:rgb(var(--bg-surface));border-radius:12px;color:rgb(var(--text-primary));padding:10px 12px;transition:border-color .2s}.search-input:focus{border-color:rgb(var(--brand-primary));box-shadow:0 0 0 4px rgb(var(--brand-ring)/.3);outline:none}@media (max-width:768px){.search-filters{grid-template-columns:1fr}}.entity-header{align-items:center;display:flex;flex-wrap:wrap;gap:16px;justify-content:space-between;margin-bottom:20px}.entity-header-actions{align-items:center;display:flex;flex-shrink:0;gap:12px}.import-btn{align-items:center;background:rgb(var(--color-success));border:none;border-radius:5px;color:#fff;cursor:pointer;display:inline-flex;font-size:14px;font-weight:500;justify-content:center;padding:10px 20px;transition:background-color .3s;white-space:nowrap}.import-btn:hover{filter:brightness(.95)}.entity-header h1{color:rgb(var(--text-primary));flex:1 1 auto;font-size:24px;margin:0;min-width:0}.table-container{-webkit-overflow-scrolling:touch;border-radius:16px;box-shadow:0 8px 24px #0f172a14;overflow:hidden;overflow-x:auto;width:100%}.bulk-action-bar,.table-container{background:rgb(var(--bg-surface));border:1px solid rgb(var(--border-default))}.bulk-action-bar{box-shadow:0 6px 18px #0f172a14;gap:12px;margin-bottom:12px;padding:12px 16px}.bulk-action-count{color:rgb(var(--text-primary))}.entity-table{border-collapse:collapse;min-width:800px;width:100%}.entity-table thead{background:rgb(var(--bg-surface-muted))}.entity-table th{font-weight:600;text-align:left}.entity-table td,.entity-table th{border-bottom:1px solid rgb(var(--border-default));color:rgb(var(--text-muted));font-size:14px;padding:12px 16px}.entity-table tbody tr{transition:background-color .2s}.entity-table tbody tr:hover{background-color:rgb(var(--bg-surface-muted))}.entity-table tbody tr:last-child td{border-bottom:none}.entity-inline-link{background:#0000;border:0;color:rgb(var(--text-primary));cursor:pointer;font:inherit;padding:0;text-decoration:none;transition:color .16s ease,-webkit-text-decoration-color .16s ease;transition:color .16s ease,text-decoration-color .16s ease;transition:color .16s ease,text-decoration-color .16s ease,-webkit-text-decoration-color .16s ease}.entity-inline-link:focus-visible,.entity-inline-link:hover{color:rgb(var(--brand-primary));outline:none;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:2px}.entity-loading{align-items:center;color:rgb(var(--text-muted));display:flex;font-size:18px;height:400px;justify-content:center}@media (max-width:768px){.entity-page{padding:0}.entity-header{align-items:stretch;flex-direction:column;gap:12px}.entity-header h1{font-size:20px}.table-container{border-radius:8px;margin:0 -15px;width:calc(100% + 30px)}.entity-table{min-width:800px}.entity-table td,.entity-table th{font-size:14px;padding:12px 10px}.delete-btn,.edit-btn{font-size:13px;margin-right:4px;padding:8px 12px}}@media (max-width:480px){.entity-page{padding:10px}.entity-header h1{font-size:18px}.entity-table td,.entity-table th{font-size:13px;padding:10px 8px}.delete-btn,.edit-btn{font-size:12px;margin-right:3px;padding:6px 10px}}.email-composer-overlay{align-items:center;background:#00000080;display:flex;inset:0;justify-content:center;position:fixed;z-index:1300}.email-composer-content{background:rgb(var(--bg-surface));border-radius:10px;box-shadow:0 10px 30px #0f172a33;display:flex;flex-direction:column;max-height:90vh;overflow:hidden;width:min(860px,94vw)}.email-composer-header{align-items:center;border-bottom:1px solid rgb(var(--border-default));display:flex;justify-content:space-between;padding:16px 24px}.email-composer-header h2{font-size:20px;font-weight:600;margin:0}.email-composer-close{background:none;border:none;color:rgb(var(--text-muted));cursor:pointer;font-size:28px;line-height:1}.email-composer-body{overflow-y:auto;padding:24px}.email-composer-field{margin-bottom:16px}.email-composer-field label{color:rgb(var(--text-primary));display:block;font-size:14px;font-weight:500;margin-bottom:6px}.email-composer-field input{background:rgb(var(--bg-surface));border:1px solid rgb(var(--border-default));border-radius:6px;box-sizing:border-box;color:rgb(var(--text-primary));font-size:14px;padding:10px 12px;width:100%}.email-composer-body-header{align-items:center;display:flex;gap:12px;justify-content:space-between;margin-bottom:8px}.email-composer-body-header label{margin:0}.email-rewrite-btn{background:rgb(var(--bg-surface-muted));border:1px solid rgb(var(--border-default));border-radius:999px;color:rgb(var(--text-primary));cursor:pointer;font-size:12px;font-weight:600;padding:6px 12px}.email-rewrite-btn:hover:not(:disabled){border-color:rgb(var(--brand-primary));color:rgb(var(--brand-primary))}.email-rewrite-btn:disabled{cursor:not-allowed;opacity:.6}.email-composer-editor{background:rgb(var(--bg-surface));border:1px solid rgb(var(--border-default));border-radius:6px;overflow:hidden}.email-composer-editor .rsw-toolbar{background:rgb(var(--bg-surface-muted));border-bottom:1px solid rgb(var(--border-default))}.email-composer-editor .rsw-editor{border:none;min-height:200px;padding:10px 12px}.email-composer-footer{border-top:1px solid rgb(var(--border-default));display:flex;gap:12px;justify-content:flex-end;padding:16px 24px}.email-btn-cancel{background:rgb(var(--bg-surface));border:1px solid rgb(var(--border-default));border-radius:6px;color:rgb(var(--text-primary));cursor:pointer;font-size:14px;padding:8px 16px}.email-btn-send{background:rgb(var(--brand-primary));border:none;border-radius:6px;color:rgb(var(--bg-surface));cursor:pointer;font-size:14px;font-weight:600;padding:8px 20px}.email-btn-send:hover:not(:disabled){background:rgb(var(--brand-primary-hover))}.email-btn-cancel:disabled,.email-btn-send:disabled{cursor:not-allowed;opacity:.6}.add-btn{align-items:center;background-color:var(--color-action-add);border:none;border-radius:5px;color:#fff;cursor:pointer;display:inline-flex;font-size:14px;font-weight:500;gap:6px;justify-content:center;min-width:-webkit-max-content;min-width:max-content;padding:10px 20px;transition:background-color .3s;white-space:nowrap}.add-btn,.add-btn svg{flex-shrink:0}.add-btn:hover{filter:brightness(1.08)}.save-btn{background-color:var(--color-action-save)}.save-btn:hover{filter:brightness(1.08)}.save-btn:disabled{opacity:.6}.edit-btn,.view-btn{border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:12px;font-weight:500;margin-right:8px;padding:6px 12px;transition:all .2s}.view-btn{background-color:var(--color-action-view)}.edit-btn{background-color:var(--color-action-edit)}.edit-btn:hover,.view-btn:hover{filter:brightness(1.08)}.edit-btn:active,.view-btn:active{transform:scale(.98)}.delete-btn{background-color:var(--color-action-delete);border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:12px;font-weight:500;padding:6px 12px;transition:all .2s}.delete-btn:hover{filter:brightness(1.08)}.delete-btn:active{transform:scale(.98)}.delete-btn:disabled{cursor:not-allowed;opacity:.6}.cancel-btn{background:#0000;border:1px solid var(--color-action-cancel);color:var(--color-action-cancel)}.cancel-btn:hover{background:rgb(var(--text-muted)/.08);border-color:var(--color-action-cancel)}.archive-btn{background-color:var(--color-action-archive);border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:12px;font-weight:500;padding:6px 12px;transition:all .2s}.archive-btn:hover{filter:brightness(1.08)}.action-btn.view-btn{background-color:var(--color-action-view);border:none;color:#fff}.action-btn.view-btn:hover{filter:brightness(1.08)}.action-btn.edit-btn{background-color:var(--color-action-edit);border:none;color:#fff}.action-btn.edit-btn:hover{filter:brightness(1.08)}.action-btn.delete-btn{background-color:var(--color-action-delete);border:none;color:#fff}.action-btn.delete-btn:hover{filter:brightness(1.08)}@media (max-width:768px){.add-btn{font-size:15px;padding:12px;width:100%}}.lead-score-indicator{align-items:center;display:inline-flex;gap:8px;min-width:86px}.lead-score-indicator.compact{gap:6px;min-width:78px}.lead-score-bars{align-items:center;display:inline-flex;gap:4px}.lead-score-bar{background:rgb(var(--border-default));border-radius:999px;height:20px;opacity:.6;width:4px}.lead-score-indicator.compact .lead-score-bar{height:16px}.lead-score-bar.active{opacity:1}.lead-score-indicator.tone-cold .lead-score-bar.active,.lead-score-indicator.tone-hot .lead-score-bar.active,.lead-score-indicator.tone-warm .lead-score-bar.active{background:rgb(var(--status-converted))}.lead-score-indicator.tone-zero .lead-score-bar{background:rgb(var(--status-lost));opacity:.35}.lead-score-value{color:rgb(var(--text-primary));font-size:22px;font-weight:600;line-height:1}.lead-score-indicator.compact .lead-score-value{font-size:15px}.lead-score-indicator.tone-unscored .lead-score-value{color:rgb(var(--text-subtle))}.entity-notes{display:flex;flex-direction:column;gap:16px}.entity-note-edit textarea,.entity-notes-input textarea{background:rgb(var(--bg-surface));border:1px solid rgb(var(--border-default));border-radius:8px;color:rgb(var(--text-primary));font-size:14px;line-height:1.4;padding:12px 14px;resize:vertical;width:100%}.entity-notes-actions{display:flex;gap:10px;justify-content:flex-end;margin-top:8px}.btn-primary{background:rgb(var(--brand-primary));border:1px solid rgb(var(--brand-primary));border-radius:8px;color:rgb(var(--bg-surface));cursor:pointer;font-size:13px;padding:8px 14px}.btn-primary:disabled{cursor:not-allowed;opacity:.6}.btn-secondary{background:rgb(var(--bg-surface));border:1px solid rgb(var(--border-default));border-radius:8px;color:rgb(var(--text-primary));cursor:pointer;font-size:13px;padding:8px 14px}.entity-notes-empty,.entity-notes-loading{color:rgb(var(--text-muted));font-size:14px;padding:12px 0}.entity-notes-list{display:flex;flex-direction:column;gap:12px}.entity-note-card{background:rgb(var(--bg-surface));border:1px solid rgb(var(--border-default));border-radius:12px;box-shadow:0 1px 3px rgb(var(--text-primary)/.04);padding:12px 14px}.entity-note-meta{align-items:center;display:flex;gap:12px;justify-content:space-between}.entity-note-avatar{align-items:center;background:rgb(var(--brand-primary)/.12);border-radius:50%;color:rgb(var(--brand-primary));display:flex;font-size:12px;font-weight:600;height:32px;justify-content:center;width:32px}.entity-note-author{flex:1 1}.entity-note-name{color:rgb(var(--text-primary));font-size:14px;font-weight:600}.entity-note-time{color:rgb(var(--text-muted));font-size:12px}.entity-note-actions{display:flex;gap:8px}.entity-note-text{color:rgb(var(--text-primary));font-size:14px;margin-top:8px;white-space:pre-wrap}.sales-command-modal-overlay{align-items:center;background:#0f172a8c;display:flex;inset:0;justify-content:center;position:fixed;z-index:1400}.sales-command-modal{background:rgb(var(--bg-surface));border-radius:16px;box-shadow:0 20px 50px rgb(var(--text-primary)/.2);max-height:90vh;overflow:auto;padding:24px;width:min(1100px,92vw)}.sales-command-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:20px}.sales-command-title{color:rgb(var(--text-primary));font-size:22px;font-weight:600}.sales-command-title-row{align-items:center;display:flex;gap:10px}.sales-command-title.link{background:#0000;border:none;cursor:pointer;margin:0;padding:0;text-align:left}.sales-command-title.link:hover{text-decoration:underline}.sales-command-subtitle{color:rgb(var(--text-muted));margin-top:4px}.sales-command-close{background:#0000;border:none;cursor:pointer}.sales-command-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.sales-command-section{background:rgb(var(--bg-surface-muted));border:1px solid rgb(var(--border-default));border-radius:12px;padding:16px}.sales-command-section.notes{margin-top:20px}.sales-command-section-title{color:rgb(var(--text-muted));font-size:14px;font-weight:600;margin-bottom:12px;text-transform:uppercase}.sales-command-actions{display:flex;flex-wrap:wrap;gap:10px}.action-btn{background:rgb(var(--brand-primary));border:none;border-radius:6px;color:rgb(var(--bg-surface));cursor:pointer;font-size:13px;font-weight:500;padding:8px 14px}.action-btn.secondary{background:rgb(var(--bg-surface-muted));color:rgb(var(--text-primary))}.action-btn.danger{background:rgb(var(--status-lost))}.sales-command-field{display:flex;flex-direction:column;gap:6px;margin-bottom:12px}.sales-command-field label{color:rgb(var(--text-muted));font-size:12px}.sales-command-field select{background:rgb(var(--bg-surface));border:1px solid rgb(var(--border-default));border-radius:6px;color:rgb(var(--text-primary));padding:8px 10px}.sales-command-labels{display:flex;flex-wrap:wrap;gap:8px;min-height:36px}.label-chip{border:1px solid #0000;border-radius:999px;color:rgb(var(--text-primary));cursor:pointer;font-size:12px;opacity:.7;padding:6px 12px}.label-chip.active{border-color:rgb(var(--brand-primary));opacity:1}.sales-command-label-create{display:flex;flex-direction:column;gap:8px;margin-top:12px}.sales-command-label-create input{border:1px solid rgb(var(--border-default));border-radius:6px;padding:8px 10px}.color-palette{display:flex;flex-wrap:wrap;gap:8px}.color-swatch{border:2px solid #0000;border-radius:50%;cursor:pointer;height:24px;width:24px}.color-swatch.selected{border-color:rgb(var(--text-primary))}.sales-command-empty{color:rgb(var(--text-subtle));font-size:12px}@media (max-width:768px){.sales-command-modal{padding:16px}}.sales-list-page{background:#0000;display:flex;flex-direction:column;gap:16px;min-height:100vh;padding:0}.sales-list-loading{color:rgb(var(--text-muted));font-size:14px;padding:24px}.sales-kpis{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.sales-kpi-tile{background:rgb(var(--bg-surface));border:1px solid rgb(var(--border-default));border-radius:14px;display:flex;flex-direction:column;gap:4px;padding:14px 18px;transition:border-color .16s ease,box-shadow .16s ease}.sales-kpi-tile:hover{border-color:rgb(var(--border-strong));box-shadow:var(--shadow-sm)}.sales-kpi-label{align-items:center;color:rgb(var(--text-subtle));display:flex;font-size:11.5px;font-weight:600;gap:6px;letter-spacing:.06em;text-transform:uppercase}.sales-kpi-value{font-feature-settings:"tnum";color:rgb(var(--text-primary));font-family:var(--font-mono);font-size:26px;font-variant-numeric:tabular-nums;font-weight:700;letter-spacing:-.02em}.sales-kpi-tile.accent .sales-kpi-value{color:rgb(var(--accent-text))}.sales-kpi-tile.danger .sales-kpi-value{color:rgb(var(--rose))}.sales-kpi-sub{color:rgb(var(--text-muted));font-size:11.5px}.sales-ai-strip{align-items:center;background:linear-gradient(90deg,rgb(var(--ai-soft)) 0,#fef3de59 100%);border:1px solid #c47c1c40;border-radius:14px;display:flex;gap:14px;padding:14px 18px}html.dark .sales-ai-strip{background:linear-gradient(90deg,#c47c1c26,#c47c1c0a)}.sales-ai-sparkle{background:rgb(var(--bg-surface));border:1px solid #c47c1c40;border-radius:10px;color:rgb(var(--ai));display:grid;flex-shrink:0;height:36px;place-items:center;width:36px}.sales-ai-copy{flex:1 1;min-width:0}.sales-ai-title{color:rgb(var(--text-primary));font-size:13.5px;font-weight:600}.sales-ai-desc{color:rgb(var(--text-muted));font-size:12.5px}.sales-ai-cta{align-items:center;background:rgb(var(--bg-surface));border:1px solid #c47c1c40;border-radius:8px;color:rgb(var(--ai-text));cursor:pointer;display:inline-flex;font-family:inherit;font-size:12.5px;font-weight:600;gap:6px;height:32px;padding:0 12px;transition:background .12s;white-space:nowrap}.sales-ai-cta:hover{background:#feeac0}.sales-list-filters{align-items:center;background:rgb(var(--bg-surface));border:1px solid rgb(var(--border-default));border-radius:14px;display:flex;flex-wrap:wrap;gap:10px;padding:12px 14px}.sales-list-filters input,.sales-list-filters select{background:rgb(var(--bg-surface));border:1px solid rgb(var(--border-default));border-radius:10px;color:rgb(var(--text-primary));font-family:inherit;font-size:13px;height:38px;min-width:160px;outline:none;padding:0 12px;transition:border-color .12s,box-shadow .12s,background .12s}.sales-list-filters input{flex:1 1 260px;min-width:240px}.sales-list-filters input::placeholder{color:rgb(var(--text-subtle))}.sales-list-filters input:hover,.sales-list-filters select:hover{border-color:rgb(var(--border-strong))}.sales-list-filters input:focus,.sales-list-filters select:focus{border-color:rgb(var(--accent));box-shadow:var(--shadow-glow)}.bulk-action-bar{align-items:center;background:rgb(var(--accent-soft));border:1px solid #109d7b40;border-radius:12px;color:rgb(var(--accent-text));display:flex;justify-content:space-between;padding:10px 16px}.bulk-action-count{font-size:13px;font-weight:600}.bulk-action-buttons{align-items:center;display:flex;gap:8px}.bulk-action-buttons .delete-btn{background:rgb(var(--rose-soft));border:1px solid #e11d4840;border-radius:8px;color:rgb(var(--rose));cursor:pointer;font-family:inherit;font-size:12.5px;font-weight:600;height:32px;padding:0 12px;transition:background .12s}.bulk-action-buttons .delete-btn:hover{background:#fecdd3}.bulk-action-buttons .cancel-btn{background:rgb(var(--bg-surface));border:1px solid rgb(var(--border-default));border-radius:8px;color:rgb(var(--text-muted));cursor:pointer;font-family:inherit;font-size:12.5px;font-weight:600;height:32px;padding:0 12px;transition:background .12s,color .12s}.bulk-action-buttons .cancel-btn:hover{background:rgb(var(--bg-surface-muted));color:rgb(var(--text-primary))}.sales-list-card{background:rgb(var(--bg-surface));border:1px solid rgb(var(--border-default));border-radius:16px;box-shadow:var(--shadow-sm);overflow:hidden}.lead-name{color:rgb(var(--text-primary));font-weight:600;letter-spacing:-.005em}.lead-sub{color:rgb(var(--text-muted));font-size:12px;margin-top:1px}.label-cell{align-items:center;display:flex;flex-wrap:wrap;gap:6px}.label-pill{border:1px solid rgb(var(--border-default));font-size:11.5px;font-weight:600;padding:3px 9px}.action-cell{align-items:center;display:flex;gap:6px;justify-content:flex-end}.icon-btn{align-items:center;background:#0000;border:1px solid #0000;border-radius:8px;color:rgb(var(--text-muted));cursor:pointer;display:inline-flex;flex:0 0 32px;height:32px;justify-content:center;line-height:1;padding:0;transition:color .12s ease,background-color .12s ease,border-color .12s ease;width:32px}.icon-btn:focus-visible,.icon-btn:hover{background:rgb(var(--bg-surface-muted));border-color:rgb(var(--border-default));color:rgb(var(--accent));outline:none}.icon-btn.danger{color:rgb(var(--rose))}.icon-btn.danger:focus-visible,.icon-btn.danger:hover{background:rgb(var(--rose-soft));border-color:#e11d4859;color:rgb(var(--rose))}.icon-btn svg{stroke:currentColor}.sales-list-empty{color:rgb(var(--text-subtle));padding:32px 24px;text-align:center}@media (max-width:960px){.sales-list-filters{gap:8px}.sales-list-filters input{flex:1 1 100%;min-width:0}.sales-list-filters select{flex-basis:calc(50% - 4px);flex-grow:1;flex-shrink:1;min-width:0}}.sales-pipeline-page{background:#0000;min-height:calc(100vh - 170px);padding:0}.sales-pipeline-loading{padding:24px}.sales-pipeline-filters{grid-gap:12px;align-items:center;display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));margin-bottom:16px}.sales-pipeline-filters input,.sales-pipeline-filters select{padding:8px 12px}.sales-pipeline-filters input,.sales-pipeline-filters select,.sales-pipeline-reset-btn{background:rgb(var(--bg-surface));border:1px solid rgb(var(--border-default));border-radius:8px;color:rgb(var(--text-primary));min-height:38px}.sales-pipeline-reset-btn{cursor:pointer;font-weight:600}.sales-pipeline-reset-btn:focus-visible,.sales-pipeline-reset-btn:hover{border-color:rgb(var(--brand-primary));color:rgb(var(--brand-primary));outline:none}.sales-pipeline-board{display:flex;gap:14px;min-height:calc(100vh - 190px);overflow-x:auto;padding-bottom:12px}.sales-pipeline-column{border:1px solid rgb(var(--border-default));border-radius:14px;border-top:4px solid #0000;display:flex;flex-direction:column;max-height:calc(100vh - 190px);min-width:320px;padding:10px}.sales-pipeline-column-header{align-items:center;color:rgb(var(--text-primary));display:flex;margin-bottom:6px;padding:4px 8px 10px}.sales-pipeline-column-header .title{font-size:18px;font-weight:700}.sales-pipeline-column-header .count{color:rgb(var(--text-muted));font-size:16px;font-weight:600;margin-left:4px}.sales-pipeline-column-body{display:flex;flex-direction:column;gap:10px;overflow-y:auto;padding-right:4px}.sales-pipeline-card{background:rgb(var(--bg-surface));border:1px solid rgb(var(--border-default));border-left:4px solid #0000;border-radius:10px;box-shadow:0 8px 16px #0f172a14;cursor:pointer;padding:12px 12px 10px}.card-header{display:flex;gap:10px;justify-content:space-between}.card-title{color:rgb(var(--text-primary));font-size:16px;font-weight:700;margin-bottom:3px}.card-title-row{align-items:center;display:flex;gap:8px;justify-content:space-between}.card-sub{color:rgb(var(--text-muted));font-size:13px}.card-meta-row{display:flex;justify-content:space-between;margin-top:10px}.card-meta-row,.owner{align-items:center;gap:8px}.owner{min-width:0}.avatar,.owner{display:inline-flex}.avatar{align-items:center;background:rgb(var(--bg-surface-muted));border:1px solid rgb(var(--border-default));border-radius:999px;color:rgb(var(--text-primary));flex-shrink:0;font-size:10px;font-weight:700;height:24px;justify-content:center;width:24px}.owner-name{overflow:hidden;text-overflow:ellipsis}.follow-up-date,.owner-name{color:rgb(var(--text-muted));font-size:13px;white-space:nowrap}.card-labels{display:flex;flex-wrap:wrap;gap:5px;margin-top:8px}.label-pill{border-radius:999px;color:rgb(var(--text-primary));font-size:10px;padding:3px 8px}.label-pill.more-pill{background:rgb(var(--bg-surface-muted))}.card-footer{align-items:center;display:flex;justify-content:space-between;margin-top:10px}.card-metrics{display:inline-flex;gap:10px}.metric{align-items:center;color:rgb(var(--text-muted));display:inline-flex;font-size:13px;gap:6px}.metric-dot{border-radius:2px;height:9px;width:9px}.metric-dot,.metric-dot.tasks{background:rgb(var(--text-muted))}.metric-dot.tasks{border-radius:999px}.card-amount{color:rgb(var(--text-primary));font-size:28px;font-weight:700;letter-spacing:-.4px;line-height:1}.card-actions{margin-top:6px}.card-more{align-items:center;border:none;border-radius:8px;display:inline-flex;font-size:16px;height:28px;justify-content:center;width:28px}.card-more,.request-link{background:#0000;color:rgb(var(--text-muted));cursor:pointer}.request-link{border:none;font-size:12px;font-weight:600;padding:0}@media (max-width:768px){.sales-pipeline-board{padding-bottom:16px}.sales-pipeline-column{min-width:290px}.card-amount{font-size:22px}}.deals-dashboard-page{display:flex;flex-direction:column;gap:16px;padding:0}.deals-dashboard-toolbar{display:flex;justify-content:flex-end}.deals-dashboard-timeframe{background:rgb(var(--bg-surface));border:1px solid rgb(var(--border-default));border-radius:10px;display:inline-flex;gap:8px;padding:6px}.deals-dashboard-timeframe-btn{background:#0000;border:1px solid #0000;border-radius:8px;color:rgb(var(--text-muted));cursor:pointer;font-size:13px;font-weight:600;padding:8px 12px;transition:all .16s ease}.deals-dashboard-timeframe-btn:hover{background:rgb(var(--bg-surface-muted));color:rgb(var(--text-primary))}.deals-dashboard-timeframe-btn.active{background:rgb(var(--brand-primary)/.12);border-color:rgb(var(--brand-primary)/.2);color:rgb(var(--brand-primary))}.deals-dashboard-error{background:rgb(var(--status-danger)/.08);border:1px solid rgb(var(--status-danger)/.3);border-radius:10px;color:rgb(var(--status-danger));font-size:14px;font-weight:500;padding:10px 12px}.deals-dashboard-loading{background:rgb(var(--bg-surface));border:1px solid rgb(var(--border-default));border-radius:12px;color:rgb(var(--text-muted));padding:24px}.deals-dashboard-kpis{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(4,minmax(0,1fr))}.deals-dashboard-kpi-card{grid-gap:10px;align-items:center;background:rgb(var(--bg-surface));border:1px solid rgb(var(--border-default));border-radius:12px;display:grid;gap:10px;grid-template-columns:minmax(0,1fr) 120px;padding:14px}.deals-dashboard-kpi-main{min-width:0}.deals-dashboard-kpi-title{align-items:center;color:rgb(var(--text-muted));display:flex;font-size:13px;font-weight:600;gap:8px}.deals-dashboard-kpi-value{color:rgb(var(--text-primary));font-size:28px;font-weight:700;letter-spacing:-.4px;line-height:1.1;margin-top:8px}.deals-dashboard-kpi-meta{align-items:center;display:flex;font-size:12px;gap:10px;margin-top:6px}.deals-dashboard-kpi-change.positive{color:rgb(var(--status-qualified));font-weight:700}.deals-dashboard-kpi-change.negative{color:rgb(var(--status-danger));font-weight:700}.deals-dashboard-kpi-previous{color:rgb(var(--text-muted))}.deals-dashboard-kpi-sparkline{height:56px}.deals-dashboard-sparkline-empty{align-items:center;color:rgb(var(--text-subtle));display:flex;font-size:12px;height:56px;justify-content:center}.deals-dashboard-overview-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:minmax(0,2fr) minmax(0,1fr)}.deals-dashboard-panel{background:rgb(var(--bg-surface));border:1px solid rgb(var(--border-default));border-radius:12px;padding:14px}.deals-dashboard-panel-title{color:rgb(var(--text-primary));font-size:16px;font-weight:700;margin-bottom:12px}.deals-dashboard-main-chart{height:320px}.deals-dashboard-empty{border:1px dashed rgb(var(--border-default));border-radius:10px;color:rgb(var(--text-muted));font-size:14px;padding:20px;text-align:center}.deals-dashboard-donut{height:240px;position:relative}.deals-dashboard-donut-center{align-items:center;color:rgb(var(--text-muted));display:flex;flex-direction:column;font-size:13px;inset:0;justify-content:center;pointer-events:none;position:absolute}.deals-dashboard-donut-center strong{color:rgb(var(--text-primary));font-size:24px;line-height:1.2}.deals-dashboard-source-list{display:flex;flex-direction:column;gap:8px;margin-top:8px}.deals-dashboard-source-item{align-items:center;display:flex;font-size:13px;gap:8px;justify-content:space-between}.deals-dashboard-source-name{align-items:center;color:rgb(var(--text-primary));display:inline-flex;gap:8px;min-width:0}.deals-dashboard-source-dot{border-radius:999px;display:inline-block;flex-shrink:0;height:9px;width:9px}.deals-dashboard-source-values{align-items:center;color:rgb(var(--text-muted));display:inline-flex;gap:8px}.deals-dashboard-source-values .positive{color:rgb(var(--status-qualified));font-weight:700}.deals-dashboard-source-values .negative{color:rgb(var(--status-danger));font-weight:700}.deals-dashboard-pipeline-panel{padding-top:14px}.deals-dashboard-pipeline-list{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(2,minmax(0,1fr))}.deals-dashboard-pipeline-item{background:rgb(var(--bg-surface-muted));border:1px solid rgb(var(--border-default));border-radius:10px;padding:10px}.deals-dashboard-pipeline-head{align-items:center;color:rgb(var(--text-primary));display:flex;font-size:13px;font-weight:600;gap:8px;justify-content:space-between}.deals-dashboard-pipeline-bar{background:rgb(var(--border-default));border-radius:999px;height:8px;margin-top:8px;overflow:hidden}.deals-dashboard-pipeline-bar span{background:linear-gradient(90deg,rgb(var(--brand-primary)),rgb(var(--status-qualified)));display:block;height:100%}.deals-dashboard-table-panel{padding-top:14px}.deals-dashboard-panel-title-row{align-items:center;display:flex;gap:8px;justify-content:space-between;margin-bottom:12px}.deals-dashboard-table-note{color:rgb(var(--text-muted));font-size:12px}.deals-dashboard-table-primary{color:rgb(var(--text-primary));font-weight:600;line-height:1.2}.deals-dashboard-table-secondary{color:rgb(var(--text-muted));font-size:12px;margin-top:2px}@media (max-width:1280px){.deals-dashboard-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}.deals-dashboard-overview-grid{grid-template-columns:minmax(0,1fr)}}@media (max-width:640px){.deals-dashboard-toolbar{justify-content:stretch}.deals-dashboard-timeframe{-webkit-overflow-scrolling:touch;overflow-x:auto;scrollbar-width:thin;width:100%}.deals-dashboard-timeframe-btn{flex-shrink:0;min-height:40px;padding:8px 14px}.deals-dashboard-kpi-card,.deals-dashboard-kpis,.deals-dashboard-pipeline-list{grid-template-columns:minmax(0,1fr)}}.my-work-page{display:flex;flex-direction:column;gap:16px}.my-work-error,.my-work-loading{background:rgb(var(--bg-surface-muted));border:1px solid rgb(var(--border-default));border-radius:12px;padding:16px}.my-work-error{color:rgb(var(--status-lost))}.my-work-card-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(130px,1fr))}.my-work-card{background:rgb(var(--bg-surface));border:1px solid rgb(var(--border-default));border-radius:12px;padding:14px}.my-work-card-label{color:rgb(var(--text-muted));font-size:12px;margin-bottom:8px}.my-work-card-value{color:rgb(var(--text-primary));font-size:24px;font-weight:700}.my-work-controls{align-items:center;display:flex;justify-content:flex-end}.my-work-member-name{color:rgb(var(--text-muted));font-size:14px}.my-work-switcher{color:rgb(var(--text-muted));display:inline-flex;flex-direction:column;font-size:12px;gap:6px}.my-work-switcher select{border-radius:8px;color:rgb(var(--text-primary));min-width:220px;padding:8px 10px}.my-work-switcher select,.my-work-table-panel,.my-work-trend-panel{background:rgb(var(--bg-surface));border:1px solid rgb(var(--border-default))}.my-work-table-panel,.my-work-trend-panel{border-radius:12px;padding:14px}.my-work-bucket-tabs{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:14px}.my-work-bucket-tab{background:rgb(var(--bg-surface-muted));border:1px solid rgb(var(--border-default));border-radius:8px;color:rgb(var(--text-primary));cursor:pointer;font-size:13px;font-weight:600;padding:8px 10px}.my-work-bucket-tab.active{background:rgb(var(--brand-primary));border-color:rgb(var(--brand-primary));color:rgb(var(--text-on-brand))}.my-work-trend-title{color:rgb(var(--text-primary));font-size:14px;font-weight:700;margin-bottom:10px}.my-work-trend-empty{color:rgb(var(--text-muted));font-size:13px;padding:16px 0}.my-work-refresh-btn{background:rgb(var(--bg-surface));border:1px solid rgb(var(--border-default));border-radius:8px;color:rgb(var(--text-primary));cursor:pointer;font-size:13px;padding:8px 10px}.status-summary-cards{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));margin-bottom:16px}.status-summary-card{background:rgb(var(--bg-surface));border:1px solid rgb(var(--border-default));border-radius:12px;cursor:pointer;display:flex;flex-direction:column;gap:6px;padding:14px 16px;text-align:left;transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease}.status-summary-card:hover{border-color:rgb(var(--brand-primary)/.4);box-shadow:0 4px 14px #0f172a14;transform:translateY(-1px)}.status-summary-card:focus-visible{border-color:rgb(var(--brand-primary));box-shadow:0 0 0 3px rgb(var(--brand-ring)/.45);outline:none}.status-summary-card-active{background:rgb(var(--bg-surface-muted));border-color:rgb(var(--brand-primary));box-shadow:0 0 0 2px rgb(var(--brand-ring)/.45)}.status-summary-card-label{color:rgb(var(--text-secondary));font-size:13px;font-weight:500}.status-summary-card-count{color:rgb(var(--text-primary));font-size:26px;font-weight:700;line-height:1.1}@media (max-width:768px){.status-summary-cards{grid-template-columns:repeat(auto-fit,minmax(140px,1fr))}.status-summary-card-count{font-size:22px}}.request-list-table thead th{color:#374151;font-size:14px;font-weight:500;letter-spacing:.06em;padding:12px 16px;text-transform:uppercase}.request-list-table tbody td{padding:12px 16px;vertical-align:middle}.request-list-table .list-select-cell{text-align:left}.request-list-table .list-actions-cell,.request-list-table .list-actions-header{text-align:right}.request-list-table tbody tr{height:50px;transition:background-color .16s ease,box-shadow .16s ease}.request-list-table tbody tr:nth-child(odd){background:#f9fafb}.request-list-table tbody tr:nth-child(2n){background:rgb(var(--bg-surface))}.request-list-table tbody tr:hover{background:#eef2ff}.request-list-table tbody tr.list-row-selected,.request-list-table tbody tr:focus-visible,.request-list-table tbody tr:focus-within{background:rgb(var(--bg-surface));box-shadow:inset 0 0 0 2px rgb(var(--brand-ring)/.62)}.request-cell-primary-text{color:#111827;font-weight:600}.request-cell-request-number .request-cell-primary-text{color:rgb(var(--text-primary))}.request-cell-secondary-text{color:#374151;font-weight:500}.request-company-link,.request-company-text{color:#1f2937;font-weight:500}.request-customer-text{transition:color .16s ease}.request-list-table tbody tr:hover .request-customer-text{color:#4338ca}.request-list-table tbody tr.list-row-selected .request-cell-request-number .request-cell-primary-text,.request-list-table tbody tr.list-row-selected .request-company-link,.request-list-table tbody tr.list-row-selected .request-company-text,.request-list-table tbody tr.list-row-selected .request-customer-text,.request-list-table tbody tr:focus-visible .request-cell-request-number .request-cell-primary-text,.request-list-table tbody tr:focus-visible .request-company-link,.request-list-table tbody tr:focus-visible .request-company-text,.request-list-table tbody tr:focus-visible .request-customer-text,.request-list-table tbody tr:focus-within .request-cell-request-number .request-cell-primary-text,.request-list-table tbody tr:focus-within .request-company-link,.request-list-table tbody tr:focus-within .request-company-text,.request-list-table tbody tr:focus-within .request-customer-text{color:#4338ca}.request-cell-status{text-align:center}.request-status-pill{min-width:80px}.request-company-link{background:#0000;border:0;cursor:pointer;font:inherit;padding:0;text-decoration:none;transition:color .16s ease,-webkit-text-decoration-color .16s ease;transition:color .16s ease,text-decoration-color .16s ease;transition:color .16s ease,text-decoration-color .16s ease,-webkit-text-decoration-color .16s ease}.request-company-link:focus-visible,.request-company-link:hover{color:#4338ca;outline:none;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px}.request-list-table tbody tr:hover .list-action-button{color:rgb(var(--brand-primary))}.selection-modal{align-items:center;display:flex;justify-content:center}.selection-modal-content{background-color:rgb(var(--bg-surface));border-radius:8px;box-shadow:0 4px 20px rgb(var(--text-primary)/.15);display:flex;flex-direction:column;left:50%;max-height:90vh;max-width:600px;outline:none;position:absolute;top:50%;transform:translate(-50%,-50%);width:90%}.selection-modal-header{align-items:center;border-bottom:1px solid rgb(var(--border-default));display:flex;justify-content:space-between;padding:20px 24px}.selection-modal-body{flex:1 1;overflow-y:auto;padding:24px}@media (max-width:600px){.selection-modal-content{max-height:95vh;width:95%}.selection-modal-body,.selection-modal-header{padding:16px}}.add-transaction-modal-content{background-color:rgb(var(--bg-surface));border-radius:8px;box-shadow:0 4px 20px rgb(var(--text-primary)/.15);left:50%;max-height:90vh;max-width:600px;outline:none;overflow-y:auto;position:absolute;top:50%;transform:translate(-50%,-50%);width:90%}.add-transaction-modal-header{align-items:center;border-bottom:1px solid rgb(var(--border-default));display:flex;justify-content:space-between;padding:20px 24px}.add-transaction-modal-header h2{font-size:20px;font-weight:600;margin:0}.add-transaction-modal-body{padding:24px}@media (max-width:768px){.add-transaction-modal-content{max-height:95vh;width:95%}.add-transaction-modal-body,.add-transaction-modal-header{padding:16px}}.membership-section{padding:24px}.membership-section h3{color:rgb(var(--text-primary));font-size:20px;font-weight:600;margin:0 0 24px}.membership-loading{color:rgb(var(--text-muted));padding:24px;text-align:center}.membership-no-subscription{padding:40px 20px;text-align:center}.membership-no-subscription p{color:rgb(var(--text-muted));font-size:16px;margin:0 0 20px}.membership-details{background:rgb(var(--bg-surface-muted));border-radius:8px;margin-bottom:24px;padding:20px}.membership-detail-row{align-items:center;border-bottom:1px solid rgb(var(--border-default));display:flex;justify-content:space-between;padding:12px 0}.membership-detail-row:last-child{border-bottom:none}.membership-label{color:rgb(var(--text-muted));font-size:14px;font-weight:500}.membership-value{color:rgb(var(--text-primary));font-size:14px;text-align:right}.status-badge{border-radius:12px;display:inline-block;font-size:12px;font-weight:600;padding:4px 12px;text-transform:capitalize}.status-badge.trial{background:rgb(var(--status-new)/.12);color:rgb(var(--status-new))}.status-badge.active{background:rgb(var(--status-qualified)/.12);color:rgb(var(--status-qualified))}.status-badge.canceled,.status-badge.expired,.status-badge.suspended{background:rgb(var(--status-lost)/.12);color:rgb(var(--status-lost))}.status-badge.past_due{background:rgb(var(--status-new)/.12);color:rgb(var(--status-new))}.membership-actions{display:flex;flex-wrap:wrap;gap:12px}.membership-button{border:none;border-radius:6px;cursor:pointer;font-size:14px;font-weight:600;padding:10px 20px;transition:all .2s ease;white-space:nowrap}.membership-button.primary{background:rgb(var(--brand-primary));color:#fff}.membership-button.primary:hover{background:rgb(var(--brand-primary-hover));box-shadow:0 4px 8px #1f6fb24d;transform:translateY(-1px)}.membership-button.secondary{border:1px solid rgb(var(--border-default));color:rgb(var(--text-primary))}.membership-button.secondary,.membership-button.secondary:hover{background:rgb(var(--bg-surface-muted))}.membership-button.danger{background:rgb(var(--status-lost)/.12);border:1px solid rgb(var(--status-lost));color:rgb(var(--status-lost))}.membership-button.danger:hover{background:rgb(var(--status-lost)/.2)}.membership-button:disabled{cursor:not-allowed;opacity:.6;transform:none}@media (max-width:768px){.membership-actions{flex-direction:column}.membership-button{width:100%}.membership-detail-row{align-items:flex-start;flex-direction:column;gap:4px}.membership-value{text-align:left}}.reminder-settings-tab{padding:16px 0}.reminder-settings-loading{color:rgb(var(--text-muted));padding:24px;text-align:center}.reminder-settings-help{color:rgb(var(--text-muted));font-size:14px;margin-bottom:16px}.reminder-settings-save-btn{background:rgb(var(--brand-primary));border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:14px;margin-bottom:24px;padding:10px 24px}.reminder-settings-save-btn:hover:not(:disabled){background:rgb(var(--brand-primary-hover))}.reminder-settings-save-btn:disabled{cursor:not-allowed;opacity:.6}.reminder-types-list{display:flex;flex-direction:column;gap:16px}.reminder-type-card{background:rgb(var(--bg-surface-muted));border:1px solid rgb(var(--border-default));border-radius:8px;padding:16px}.reminder-type-card h4{font-size:15px;margin:0 0 12px}.reminder-fields{display:flex;flex-wrap:wrap;gap:16px;margin-bottom:8px}.reminder-field{display:flex;flex-direction:column;gap:4px}.reminder-field label{color:rgb(var(--text-muted));font-size:12px}.reminder-field input,.reminder-field select{border:1px solid rgb(var(--border-default));border-radius:12px;font-size:14px;min-width:120px;padding:6px 10px}.reminder-effective{color:rgb(var(--text-subtle));font-size:12px}.user-notification-settings{border-top:1px solid rgb(var(--border-default));margin-top:20px;padding-top:20px}.user-notification-settings-loading{color:rgb(var(--text-muted))}.user-notification-settings h3{font-size:15px;margin:0 0 8px}.user-notification-settings-help{color:rgb(var(--text-muted));font-size:13px;margin:0 0 12px}.user-notification-settings-toggle{align-items:center;cursor:pointer;display:flex;gap:8px;margin-bottom:12px}.user-notification-settings-browser{background:rgb(var(--bg-surface-muted));border:1px solid rgb(var(--border-default));border-radius:12px;padding:12px}.user-notification-settings-browser-row{align-items:center;display:flex;justify-content:space-between;margin-bottom:8px}.user-notification-settings-badge{background:rgb(var(--bg-surface));border:1px solid rgb(var(--border-default));border-radius:999px;font-size:12px;padding:2px 8px;text-transform:uppercase}.user-notification-settings-muted{color:rgb(var(--text-muted));font-size:12px;margin:0 0 10px}.user-notification-settings-btn{background:rgb(var(--brand-primary));border:none;border-radius:8px;color:#fff;cursor:pointer;padding:8px 12px}.user-notification-settings-btn.secondary{background:rgb(var(--bg-surface));border:1px solid rgb(var(--border-default));color:rgb(var(--text-primary))}.business-settings-tab{padding:16px 0}.business-settings-loading{color:rgb(var(--text-muted));padding:24px;text-align:center}.business-settings-section{margin-bottom:24px}.business-settings-section h3{font-size:15px;margin:0 0 8px}.business-settings-help{color:rgb(var(--text-muted));font-size:13px;margin:0 0 12px}.business-settings-select{border:1px solid rgb(var(--border-default));border-radius:12px;font-size:14px;min-width:220px;padding:8px 12px}.business-settings-checkbox{align-items:center;cursor:pointer;display:flex;gap:8px;margin-bottom:12px}.quiet-hours-fields{display:flex;gap:24px;margin-top:12px}.quiet-hours-row{display:flex;flex-direction:column;gap:4px}.quiet-hours-row label{color:rgb(var(--text-muted));font-size:12px}.quiet-hours-row input{border:1px solid rgb(var(--border-default));border-radius:12px;padding:6px 10px}.business-settings-pool{background:rgb(var(--bg-surface-muted));border:1px solid rgb(var(--border-default));border-radius:12px;margin-top:12px;padding:12px}.business-settings-pool-label{color:rgb(var(--text-muted));display:block;font-size:12px;margin-bottom:8px}.business-settings-pool-grid{grid-gap:6px 12px;display:grid;gap:6px 12px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.business-settings-save-btn{background:rgb(var(--brand-primary));border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:14px;margin-top:16px;padding:10px 24px}.business-settings-save-btn:hover:not(:disabled){background:rgb(var(--brand-primary-hover))}.company-documents{display:flex;gap:20px;margin-top:12px}.company-documents-sidebar{background:rgb(var(--bg-surface));border:1px solid rgb(var(--border-default));border-radius:12px;height:-webkit-fit-content;height:fit-content;padding:16px;width:220px}.company-documents-sidebar h4{color:rgb(var(--text-primary));font-size:14px;margin:0 0 12px}.company-documents-categories{display:flex;flex-direction:column;gap:8px}.category-btn{background:rgb(var(--bg-surface-muted));border:1px solid #0000;border-radius:8px;color:rgb(var(--text-muted));cursor:pointer;font-size:13px;padding:8px 10px;text-align:left}.category-btn.active{background:rgb(var(--brand-primary));color:rgb(var(--bg-surface))}.company-documents-main{display:flex;flex:1 1;flex-direction:column;gap:16px}.company-documents-header{align-items:flex-start;display:flex;flex-wrap:wrap;gap:16px;justify-content:space-between}.company-documents-header h3{color:rgb(var(--text-primary));margin:0 0 4px}.company-documents-subtitle{color:rgb(var(--text-muted));font-size:13px;margin:0}.upload-btn{border:none}.upload-btn input{display:none}.upload-btn.secondary{background:rgb(var(--bg-surface));border:1px solid rgb(var(--border-default));border-radius:8px;color:rgb(var(--text-primary));cursor:pointer;font-size:13px;padding:8px 14px}.company-documents-loading{color:rgb(var(--text-muted));font-size:14px}.company-documents-empty{align-items:center;border:1px dashed rgb(var(--border-default));border-radius:12px;color:rgb(var(--text-muted));display:flex;flex-direction:column;gap:12px;padding:24px;text-align:center}.company-documents-table-wrapper{background:rgb(var(--bg-surface));border:1px solid rgb(var(--border-default));border-radius:12px;overflow-x:auto}.company-documents-table{border-collapse:collapse;min-width:720px;width:100%}.company-documents-table td,.company-documents-table th{border-bottom:1px solid rgb(var(--border-default));color:rgb(var(--text-primary));font-size:13px;padding:12px 14px;text-align:left}.company-documents-table th{background:rgb(var(--bg-surface-muted));color:rgb(var(--text-muted));font-size:12px;letter-spacing:.03em;text-transform:uppercase}.company-documents-table tbody tr:last-child td{border-bottom:none}.doc-name{color:rgb(var(--text-primary));font-weight:600}.doc-actions{align-items:center;display:flex;gap:8px}@media (max-width:900px){.company-documents{flex-direction:column}.company-documents-sidebar{width:100%}}.dg-settings-page{background:rgb(var(--bg-canvas));font-family:var(--font-ui);margin:0 auto;max-width:1200px;min-height:100%;padding:24px 28px 60px}@media (max-width:768px){.dg-settings-page{padding:16px 16px 80px}}.dg-settings-layout{align-items:flex-start;display:flex;gap:28px;margin-top:24px}@media (max-width:767px){.dg-settings-layout{flex-direction:column;gap:12px}}@media (min-width:768px) and (max-width:1024px){.dg-settings-layout{gap:18px}}.dg-settings-main{flex:1 1;min-width:0}.dg-btn{transition:background .12s ease,border-color .12s ease,color .12s ease}.dg-btn-primary{background:rgb(var(--accent));color:rgb(var(--text-on-accent))}.dg-btn-primary:hover:not(:disabled){background:rgb(var(--accent-hover))}.dg-btn-danger{background:rgb(var(--rose));color:rgb(var(--text-on-accent))}.dg-btn-danger:hover:not(:disabled){background:rgb(var(--rose)/.85)}.dg-btn:disabled{cursor:not-allowed;opacity:.5}.dg-textarea{background:rgb(var(--bg-surface));border:1px solid rgb(var(--border-default));border-radius:var(--radius-sm);color:rgb(var(--text-primary));font-family:var(--font-ui);font-size:13px;line-height:1.5;max-width:520px;padding:10px 12px;resize:vertical;width:100%}.dg-textarea:focus{border-color:rgb(var(--accent));box-shadow:var(--shadow-glow);outline:none}@media (max-width:768px){.dg-textarea{max-width:100%}}.dg-select{-webkit-appearance:none;appearance:none;background:rgb(var(--bg-surface));background-image:linear-gradient(45deg,#0000 50%,rgb(var(--text-muted)) 50%),linear-gradient(-45deg,#0000 50%,rgb(var(--text-muted)) 50%);background-position:calc(100% - 18px) 50%,calc(100% - 12px) 50%;background-repeat:no-repeat;background-size:6px 6px,6px 6px;border:1px solid rgb(var(--border-default));border-radius:var(--radius-sm);color:rgb(var(--text-primary));font-family:var(--font-ui);font-size:13px;max-width:420px;padding:9px 32px 9px 12px;width:100%}.dg-select:focus{border-color:rgb(var(--accent));box-shadow:var(--shadow-glow);outline:none}.dg-select:disabled{cursor:not-allowed;opacity:.6}.dg-input-tail{color:rgb(var(--text-subtle));font-size:12px;padding-right:8px}.dg-inline-row{align-items:center;display:flex;flex-wrap:wrap;gap:12px}.dg-avatar-md,.dg-logo-thumb{align-items:center;background:rgb(var(--accent-soft));border-radius:var(--radius-md);color:rgb(var(--accent-text));display:flex;flex-shrink:0;font-size:18px;font-weight:700;height:56px;justify-content:center;overflow:hidden;width:56px}.dg-avatar-md img,.dg-logo-thumb img{height:100%;object-fit:cover;width:100%}.dg-stub-badge{align-items:center;background:rgb(var(--ai-soft));border-radius:999px;color:rgb(var(--ai-text));display:inline-flex;font-family:var(--font-mono);font-size:10.5px;font-weight:700;gap:4px;letter-spacing:.06em;padding:3px 8px;text-transform:uppercase}.dg-stub-copy{color:rgb(var(--text-muted));font-size:13px;line-height:1.55;margin:0;padding:8px 0 4px}.dg-stub-copy a{color:rgb(var(--accent));font-weight:500;text-decoration:none}.dg-stub-copy a:hover{text-decoration:underline}.dg-error-text{color:rgb(var(--rose));display:block;font-size:11.5px;margin-top:4px}.dg-swatches{display:flex;gap:8px}.dg-swatch{background:rgb(var(--accent));border:2px solid rgb(var(--bg-surface));border-radius:50%;box-shadow:0 0 0 1px rgb(var(--border-default));cursor:pointer;height:28px;padding:0;transition:box-shadow .12s ease;width:28px}.dg-swatch.is-active{box-shadow:0 0 0 2px rgb(var(--accent))}.dg-swatch.dg-swatch-indigo{background:#4f46e5}.dg-swatch.dg-swatch-rose{background:rgb(var(--rose))}.dg-swatch.dg-swatch-amber{background:rgb(var(--amber))}.dg-swatch:disabled{cursor:not-allowed;opacity:.6}.dg-segmented{background:rgb(var(--bg-surface-muted));border:1px solid rgb(var(--border-default));border-radius:var(--radius-sm);display:inline-flex;gap:0;max-width:100%;overflow-x:auto;padding:2px}.dg-segmented button{background:#0000;border:0;border-radius:calc(var(--radius-sm) - 2px);color:rgb(var(--text-muted));cursor:pointer;font-family:var(--font-ui);font-size:12.5px;font-weight:500;padding:6px 12px;white-space:nowrap}.dg-segmented button.is-active{background:rgb(var(--bg-surface));box-shadow:var(--shadow-sm);color:rgb(var(--text-primary))}.dg-segmented button:disabled{cursor:not-allowed;opacity:.7}.add-team-member-modal-overlay{align-items:center;display:flex;justify-content:center}.add-team-member-modal-content{background:rgb(var(--bg-surface));border-radius:8px;box-shadow:0 4px 6px rgb(var(--text-primary)/.1);max-height:90vh;max-width:600px;outline:none;overflow-y:auto;padding:0;width:90%}.add-team-member-modal-header{align-items:center;border-bottom:1px solid rgb(var(--border-default));display:flex;justify-content:space-between;padding:20px 24px}.add-team-member-modal-title{color:rgb(var(--text-primary));font-size:20px;font-weight:600;margin:0}.add-team-member-modal-close{align-items:center;background:none;border:none;color:rgb(var(--text-muted));cursor:pointer;display:flex;justify-content:center;padding:4px;transition:color .2s}.add-team-member-modal-close:hover:not(:disabled){color:rgb(var(--text-primary))}.add-team-member-modal-close:disabled{cursor:not-allowed;opacity:.5}.add-team-member-modal-body{padding:24px}.form-row{margin-bottom:16px}.form-row>*{grid-column:span 1}.add-team-member-modal-footer{border-top:1px solid rgb(var(--border-default));display:flex;gap:12px;justify-content:flex-end;padding:20px 24px}.cancel-btn{border-color:rgb(var(--border-default))}.cancel-btn:hover{background-color:rgb(var(--bg-surface-muted))}.submit-btn{background-color:rgb(var(--brand-primary));color:rgb(var(--bg-surface))}.submit-btn:hover{background-color:rgb(var(--brand-primary-hover))}.submit-btn:disabled{opacity:.6}@media (max-width:768px){.form-row{grid-template-columns:1fr}.add-team-member-modal-content{width:95%}}.team-search-section{background:rgb(var(--bg-surface));border-radius:8px;box-shadow:0 1px 3px rgb(var(--text-primary)/.08);margin-bottom:20px;padding:20px}.team-search-section .search-filters{grid-gap:16px;display:grid;gap:16px;grid-template-columns:1fr 1fr 1fr 150px}@media (max-width:768px){.team-search-section .search-filters{grid-template-columns:1fr}}.badge-requested{background-color:rgb(var(--status-new))}.badge-deactivated,.badge-requested{border-radius:12px;color:rgb(var(--bg-surface));font-size:12px;font-weight:500;padding:4px 12px}.badge-deactivated{background-color:rgb(var(--status-unassigned))}.pagination{align-items:center;display:flex;gap:16px;justify-content:center;margin-top:20px;padding:16px}.pagination-btn{background:rgb(var(--bg-surface));border:1px solid rgb(var(--border-default));border-radius:6px;color:rgb(var(--text-muted));cursor:pointer;font-size:14px;padding:8px 16px;transition:all .2s}.pagination-btn:hover:not(:disabled){background:rgb(var(--bg-surface-muted));border-color:rgb(var(--border-default))}.pagination-btn:disabled{cursor:not-allowed;opacity:.5}.pagination-info{color:rgb(var(--text-muted));font-size:14px}.team-member-profile-page{background-color:rgb(var(--bg-canvas));min-height:100vh;padding:24px;width:100%}.profile-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:24px}.profile-header h1{color:rgb(var(--text-primary));font-size:24px;font-weight:600;margin:0}.close-btn{border-radius:4px;padding:8px;transition:background-color .2s}.close-btn:hover{background-color:rgb(var(--bg-surface-muted))}.permissions-section,.profile-section{background:rgb(var(--bg-surface));border-radius:8px;box-shadow:0 1px 3px #0000001a;margin-bottom:24px;padding:24px}.section-title{align-items:center;display:flex;font-size:18px;gap:8px;margin:0 0 20px}.profile-fields{grid-gap:16px;display:grid;gap:16px;grid-template-columns:1fr 1fr;margin-bottom:24px}.profile-fields>*{grid-column:span 1}.profile-fields>:nth-child(2){grid-column:1/-1}.permissions-header{border-bottom:1px solid rgb(var(--border-default));margin-bottom:24px;padding-bottom:16px}.permission-module{background:rgb(var(--bg-surface-muted));border:1px solid rgb(var(--border-default));border-radius:8px;margin-bottom:24px;padding:20px}.permission-module-header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:16px}.permission-module-info{flex:1 1}.permission-module-title{color:rgb(var(--text-primary));font-size:16px;font-weight:600;margin:0 0 4px}.permission-module-description{color:rgb(var(--text-muted));font-size:14px;margin:0}.toggle-switch{display:inline-block;height:24px;margin-left:16px;position:relative;width:44px}.toggle-switch input{height:0;opacity:0;width:0}.toggle-slider{background-color:rgb(var(--border-default));border-radius:24px;bottom:0;cursor:pointer;left:0;position:absolute;right:0;top:0;transition:.3s}.toggle-slider:before{background-color:rgb(var(--bg-surface));border-radius:50%;bottom:3px;content:"";height:18px;left:3px;position:absolute;transition:.3s;width:18px}.toggle-switch input:checked+.toggle-slider{background-color:rgb(var(--brand-primary))}.toggle-switch input:checked+.toggle-slider:before{transform:translateX(20px)}.permission-levels{display:flex;flex-direction:column;gap:12px;margin-top:16px}.permission-radio{align-items:center;border-radius:6px;cursor:pointer;display:flex;padding:12px;transition:background-color .2s}.permission-radio:hover{background-color:rgb(var(--bg-surface-muted))}.permission-radio input[type=radio]{accent-color:rgb(var(--brand-primary));cursor:pointer;height:18px;margin-right:12px;width:18px}.permission-radio span{color:rgb(var(--text-primary));flex:1 1;font-size:14px}.section-actions{border-top:1px solid rgb(var(--border-default));display:flex;gap:12px;justify-content:flex-end;margin-top:24px;padding-top:24px}.deactivate-section{display:flex;justify-content:flex-start;margin-top:24px}.deactivate-btn{color:#fff!important}.deactivate-btn,.deactivate-btn:hover{background-color:rgb(var(--status-lost))!important}.deactivate-btn:disabled{cursor:not-allowed;opacity:.6}@media (max-width:768px){.profile-fields{grid-template-columns:1fr}.permission-module-header{flex-direction:column;gap:12px}.toggle-switch{align-self:flex-start}}.super-admin-container{padding:20px;width:100%}.super-admin-container h1{color:rgb(var(--text-primary));margin-bottom:30px}.access-denied{background:rgb(var(--bg-surface));border-radius:10px;box-shadow:0 2px 10px #0000001a;padding:40px;text-align:center}.access-denied h2{color:rgb(var(--status-lost));margin-bottom:10px}.super-admin-loading{align-items:center;color:rgb(var(--text-muted));display:flex;font-size:18px;height:400px;justify-content:center}.admin-tabs{border-bottom:2px solid rgb(var(--border-default));display:flex;gap:10px;margin-bottom:30px}.admin-tabs button{background:none;border:none;border-bottom:3px solid #0000;color:rgb(var(--text-muted));cursor:pointer;font-size:16px;font-weight:500;padding:12px 24px;transition:all .3s}.admin-tabs button.active,.admin-tabs button:hover{color:rgb(var(--brand-primary))}.admin-tabs button.active{border-bottom-color:rgb(var(--brand-primary))}.feature-flags-section,.team-section{background:rgb(var(--bg-surface));border-radius:10px;box-shadow:0 2px 10px #0000001a;padding:30px}.section-description{color:rgb(var(--text-muted));font-size:14px;margin-bottom:30px}.feature-flags-list{display:flex;flex-direction:column;gap:20px}.feature-flag-item{align-items:center;border:1px solid rgb(var(--border-default));border-radius:8px;display:flex;justify-content:space-between;padding:20px;transition:all .3s}.feature-flag-item:hover{border-color:rgb(var(--brand-primary));box-shadow:0 2px 8px #667eea1a}.feature-info h3{color:rgb(var(--text-primary));margin:0 0 5px;text-transform:capitalize}.feature-info p{color:rgb(var(--text-muted));font-size:14px;margin:0}.feature-toggle{align-items:center;display:flex;gap:15px}.switch{display:inline-block;height:24px;position:relative;width:50px}.switch input{height:0;opacity:0;width:0}.slider{background-color:rgb(var(--border-default));border-radius:24px;bottom:0;cursor:pointer;left:0;right:0;top:0}.slider,.slider:before{position:absolute;transition:.4s}.slider:before{background-color:rgb(var(--bg-surface));border-radius:50%;bottom:3px;content:"";height:18px;left:3px;width:18px}input:checked+.slider{background-color:rgb(var(--brand-primary))}input:checked+.slider:before{transform:translateX(26px)}.status{font-size:14px;font-weight:600}.status.enabled{color:rgb(var(--status-qualified))}.status.disabled{color:rgb(var(--status-lost))}.add-team-btn,.team-section h2{margin-bottom:20px}.add-team-btn{background:rgb(var(--brand-primary));border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:14px;font-weight:500;padding:10px 20px}.add-team-btn:hover{background:rgb(var(--brand-primary-hover))}.team-members-list{display:flex;flex-direction:column;gap:15px}.team-member-item{align-items:center;border:1px solid rgb(var(--border-default));border-radius:8px;display:flex;justify-content:space-between;padding:20px}.member-info h3{color:rgb(var(--text-primary));margin:0 0 5px;text-transform:capitalize}.member-info p{color:rgb(var(--text-muted));font-size:14px;margin:0}.member-actions{display:flex;gap:10px}@media (max-width:768px){.super-admin-container{padding:15px}.super-admin-container h1{font-size:24px;margin-bottom:20px}.admin-tabs{flex-wrap:wrap;gap:5px;margin-bottom:20px}.admin-tabs button{flex:1 1;font-size:14px;min-width:100px;padding:10px 16px}.feature-flags-section,.team-section{padding:20px}.feature-flag-item{align-items:flex-start;flex-direction:column;gap:15px;padding:18px}.feature-toggle{justify-content:space-between;width:100%}.team-member-item{align-items:flex-start;flex-direction:column;gap:15px;padding:18px}.member-actions{justify-content:flex-start;width:100%}}@media (max-width:480px){.super-admin-container{padding:10px}.super-admin-container h1{font-size:20px}.admin-tabs{margin-bottom:15px}.admin-tabs button{font-size:13px;padding:8px 12px}.feature-flag-item,.feature-flags-section,.team-member-item,.team-section{padding:15px}.feature-info h3{font-size:16px}.section-description{font-size:13px;margin-bottom:20px}}.admin-dashboard-container{box-sizing:border-box;max-width:100%;padding:20px;width:100%}.admin-dashboard-container h1,.admin-dashboard-container h2,.admin-dashboard-container h3,.admin-dashboard-container h4,.admin-dashboard-container h5,.admin-dashboard-container h6{margin:0;padding:0}.search-results{margin-top:20px}.search-results-item{background:rgb(var(--bg-surface));border-radius:8px;box-shadow:0 2px 4px #0000001a;margin-bottom:16px;padding:16px}.action-button{background:#0000;border:none;border-radius:4px;cursor:pointer;padding:6px 12px;transition:background-color .2s}.action-button:hover{background-color:#0000000d}.action-button.delete{color:rgb(var(--status-lost))}.action-button.delete:hover{background-color:#e74c3c1a}.loading{align-items:center;display:flex;justify-content:center}.empty-state{color:rgb(var(--text-muted));padding:40px;text-align:center}.admin-reminders-tab{padding:20px 0}.admin-reminders-subtabs{display:flex;gap:8px;margin-bottom:24px}.admin-reminders-subtabs button{background:rgb(var(--bg-surface-muted));border:1px solid rgb(var(--border-default));border-radius:12px;cursor:pointer;padding:8px 16px}.admin-reminders-subtabs button.active{background:rgb(var(--brand-primary));border-color:rgb(var(--brand-primary));color:#fff}.admin-reminders-section h3{margin:0 0 8px}.admin-reminders-section p{color:rgb(var(--text-muted));font-size:14px;margin:0 0 16px}.admin-reminders-table{border-collapse:collapse;width:100%}.admin-reminders-table td,.admin-reminders-table th{border-bottom:1px solid rgb(var(--border-default));padding:10px 12px;text-align:left}.admin-reminders-table th{background:rgb(var(--bg-surface-muted));font-weight:600}.admin-btn-small{background:rgb(var(--brand-primary));border:none;border-radius:12px;color:#fff;cursor:pointer;font-size:12px;padding:4px 12px}.admin-analytics-page{grid-gap:16px;display:grid;gap:16px;padding:24px}.admin-analytics-toolbar{align-items:flex-end;display:flex;flex-wrap:wrap;gap:12px}.admin-analytics-toolbar label{grid-gap:6px;color:rgb(var(--text-muted));display:grid;font-size:13px;gap:6px}.admin-analytics-toolbar input,.admin-analytics-toolbar select{background:rgb(var(--bg-canvas));border:1px solid rgb(var(--border-default));border-radius:8px;color:rgb(var(--text-primary));min-width:180px;padding:8px 10px}.admin-analytics-btn{background:rgb(var(--brand-primary));border:1px solid rgb(var(--brand-primary));border-radius:8px;color:rgb(var(--text-on-brand));cursor:pointer;padding:8px 14px}.admin-analytics-error{color:rgb(var(--status-lost))}.admin-analytics-empty,.admin-analytics-loading{color:rgb(var(--text-muted))}.admin-analytics-kpis{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(3,minmax(0,1fr))}.admin-analytics-card,.admin-analytics-panel{background:rgb(var(--bg-canvas));border:1px solid rgb(var(--border-default));border-radius:12px;padding:14px}.admin-analytics-card h3,.admin-analytics-panel h4{font-size:15px;margin:0 0 10px}.admin-analytics-card p{font-size:28px;font-weight:600;margin:0}.admin-analytics-chip-row{display:flex;flex-wrap:wrap;gap:6px;margin-top:10px}.admin-analytics-chip{border:1px solid rgb(var(--border-default));border-radius:999px;color:rgb(var(--text-muted));font-size:12px;padding:3px 8px}.admin-analytics-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(2,minmax(0,1fr))}.admin-analytics-active-grid{grid-gap:8px;display:grid;gap:8px;grid-template-columns:repeat(4,minmax(0,1fr))}.admin-analytics-active-grid div{grid-gap:4px;border:1px solid rgb(var(--border-default));border-radius:10px;display:grid;gap:4px;padding:10px}.admin-analytics-active-grid span{font-size:18px;font-weight:600}@media (max-width:900px){.admin-analytics-grid,.admin-analytics-kpis{grid-template-columns:1fr}.admin-analytics-active-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.user-dashboard{padding:20px}.dashboard-header{margin-bottom:30px}.dashboard-header h2{color:rgb(var(--text-primary));margin-bottom:20px}.stats-bar{display:flex;flex-wrap:wrap;gap:20px}.stat-item{background:rgb(var(--bg-surface));border-radius:8px;box-shadow:0 2px 5px rgb(var(--text-primary)/.1);display:flex;flex-direction:column;padding:15px 20px}.stat-label{color:rgb(var(--text-muted));font-size:12px;margin-bottom:5px;text-transform:uppercase}.stat-value{color:rgb(var(--brand-primary));font-size:24px;font-weight:700}.stat-value.active{color:rgb(var(--status-qualified))}.stat-value.inactive{color:rgb(var(--status-new))}.stat-value.deleted{color:rgb(var(--status-lost))}.search-bar{align-items:center;background:rgb(var(--bg-surface));border-radius:8px;box-shadow:0 2px 5px rgb(var(--text-primary)/.1);display:flex;gap:15px;margin-bottom:20px;padding:15px}.search-input-wrapper{align-items:center;display:flex;flex:1 1;position:relative}.search-icon{color:rgb(var(--text-muted));left:12px;position:absolute}.search-input{border:1px solid rgb(var(--border-default));border-radius:5px;font-size:14px;padding:10px 10px 10px 35px;width:100%}.checkbox-label{color:rgb(var(--text-muted));gap:5px}.refresh-btn{align-items:center;background:rgb(var(--brand-primary));border:none;border-radius:5px;color:rgb(var(--bg-surface));cursor:pointer;display:flex;font-size:14px;gap:5px;padding:10px 15px}.refresh-btn:hover{background:rgb(var(--brand-primary-hover))}.users-table-container{background:rgb(var(--bg-surface));border-radius:8px;box-shadow:0 2px 5px rgb(var(--text-primary)/.1);overflow:hidden}.users-table{border-collapse:collapse;width:100%}.users-table thead{background:rgb(var(--bg-surface-muted))}.users-table th{border-bottom:2px solid rgb(var(--border-default));color:rgb(var(--text-primary));font-weight:600;padding:15px;text-align:left}.users-table td{border-bottom:1px solid rgb(var(--border-default));color:rgb(var(--text-muted));padding:15px}.users-table tbody tr:hover{background:rgb(var(--bg-surface-muted))}.deleted-row{background:rgb(var(--status-lost)/.08);opacity:.6}.inactive-row{background:rgb(var(--status-new)/.08);opacity:.8}.badge{border-radius:4px;font-size:12px;font-weight:600;padding:4px 8px}.badge.active{background:rgb(var(--status-qualified)/.15);color:rgb(var(--status-qualified))}.badge.inactive{background:rgb(var(--status-new)/.15);color:rgb(var(--status-new))}.badge.deleted{background:rgb(var(--status-lost)/.15);color:rgb(var(--status-lost))}.action-buttons{display:flex;flex-wrap:wrap;gap:5px;justify-content:flex-end}.user-dashboard .action-btn{align-items:center;background:#0000;border:1px solid #0000;border-radius:8px;color:rgb(var(--text-muted));cursor:pointer;display:flex;font-size:14px;height:32px;justify-content:center;padding:8px;transition:background-color .16s ease,border-color .16s ease,color .16s ease,transform .12s ease;width:32px}.user-dashboard .action-btn:hover:not(:disabled){background:rgb(var(--bg-surface-muted));border-color:rgb(var(--brand-primary));color:rgb(var(--brand-primary));transform:scale(.98)}.user-dashboard .action-btn:disabled{cursor:not-allowed;opacity:.5}.user-dashboard .hard-delete-btn:hover:not(:disabled),.user-dashboard .soft-delete-btn:hover:not(:disabled){border-color:rgb(var(--status-danger));color:rgb(var(--status-danger))}.user-dashboard .restore-btn:hover:not(:disabled){border-color:rgb(var(--brand-primary));color:rgb(var(--brand-primary))}.user-dashboard .action-btn:focus-visible{box-shadow:0 0 0 3px rgb(var(--brand-ring)/.28);outline:none}.user-dashboard .action-btn svg{stroke:currentColor}.user-dashboard .hard-delete-btn:disabled{color:rgb(var(--text-muted))}.modal-overlay{align-items:center;background:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.modal-content{background:rgb(var(--bg-surface));border-radius:10px;box-shadow:0 10px 25px rgb(var(--text-primary)/.3);max-height:90vh;max-width:500px;overflow-y:auto;width:90%}.modal-header{align-items:center;border-bottom:1px solid rgb(var(--border-default));display:flex;justify-content:space-between;padding:20px}.modal-header h3{color:rgb(var(--text-primary));margin:0}.close-btn{border-radius:50%;font-size:28px;height:30px;padding:0;width:30px}.close-btn:hover{background:rgb(var(--bg-surface-muted))}.modal-body{padding:20px}.form-group input,.form-group textarea{border:1px solid rgb(var(--border-default));border-radius:5px;font-family:inherit;font-size:14px;padding:10px;width:100%}.modal-footer{border-top:1px solid rgb(var(--border-default));display:flex;gap:10px;justify-content:flex-end;padding:20px}.cancel-btn,.send-btn{border:none;border-radius:5px;cursor:pointer;font-size:14px;font-weight:500;padding:10px 20px}.cancel-btn{background:rgb(var(--bg-surface-muted));color:rgb(var(--text-primary))}.send-btn{background:rgb(var(--brand-primary));color:rgb(var(--bg-surface))}.call-info{line-height:1.8}.call-info p{margin:10px 0}.call-link{align-items:center;background:rgb(var(--status-qualified));border-radius:5px;color:rgb(var(--bg-surface));display:inline-flex;gap:5px;margin-top:10px;padding:10px 20px;text-decoration:none}.call-link:hover{background:rgb(var(--status-qualified)/.9)}.businesses-list{margin-top:15px}.businesses-list ul{list-style:none;margin:10px 0;padding:0}.businesses-list li{color:rgb(var(--text-muted));padding:5px 0}.loading{color:rgb(var(--text-muted));padding:40px;text-align:center}.subscription-page{padding:40px 20px;width:100%}.subscription-header{margin-bottom:40px;text-align:center}.subscription-header h1{color:rgb(var(--text-primary));font-size:36px;margin-bottom:20px}.trial-banner{background:linear-gradient(135deg,rgb(var(--brand-primary)) 0,rgb(var(--brand-primary-hover)) 100%);border-radius:10px;box-shadow:0 4px 15px #667eea4d;color:#fff;margin:20px 0;padding:20px}.trial-banner p{font-size:16px;margin:5px 0}.trial-note{font-size:14px;opacity:.9}.current-plan-banner{background:rgb(var(--status-qualified)/.12);border-radius:8px;color:rgb(var(--status-qualified));margin:20px 0;padding:15px}.billing-toggle{display:flex;gap:10px;justify-content:center;margin-bottom:40px}.billing-toggle button{background:rgb(var(--bg-surface));border:2px solid rgb(var(--brand-primary));border-radius:8px;color:rgb(var(--brand-primary));cursor:pointer;font-size:16px;font-weight:600;padding:12px 24px;transition:all .3s}.billing-toggle button.active{background:rgb(var(--brand-primary));color:#fff}.billing-toggle button:hover{box-shadow:0 4px 8px #0000001a;transform:translateY(-2px)}.plans-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));margin-bottom:40px}.plan-card{background:rgb(var(--bg-surface));border:2px solid rgb(var(--border-default));border-radius:15px;box-shadow:0 2px 10px #0000001a;padding:30px;position:relative;transition:all .3s}.plan-card:hover{box-shadow:0 10px 30px #00000026;transform:translateY(-5px)}.plan-card.popular{border-color:rgb(var(--brand-primary));border-width:3px;transform:scale(1.05)}.plan-card.current{border-color:rgb(var(--status-qualified))}.popular-badge{background:rgb(var(--brand-primary));right:20px}.current-badge,.popular-badge{border-radius:20px;color:#fff;font-size:12px;font-weight:600;padding:5px 15px;position:absolute;top:-15px}.current-badge{background:rgb(var(--status-qualified));left:20px}.plan-card h2{color:rgb(var(--text-primary));font-size:28px;margin-bottom:20px;text-align:center}.plan-pricing{border-bottom:2px solid rgb(var(--border-default));margin-bottom:30px;padding-bottom:20px;text-align:center}.price{align-items:baseline;display:flex;justify-content:center;margin-bottom:10px}.currency{font-size:24px;font-weight:600}.amount,.currency{color:rgb(var(--brand-primary))}.amount{font-size:48px;font-weight:700;margin:0 5px}.period{color:rgb(var(--text-muted));font-size:18px}.billing-info{margin-top:10px}.billed-annually,.billed-monthly{color:rgb(var(--text-muted));font-size:14px;margin:5px 0}.monthly-equivalent{color:rgb(var(--text-subtle));font-size:12px;margin:5px 0}.savings{color:rgb(var(--status-qualified));font-size:14px;font-weight:600;margin-top:10px}.plan-features{margin-bottom:30px}.plan-features h3{color:rgb(var(--text-primary));font-size:16px;margin-bottom:15px}.plan-features ul{list-style:none;padding:0}.plan-features li{border-bottom:1px solid rgb(var(--border-default));color:rgb(var(--text-muted));font-size:14px;padding:8px 0}.plan-features li:last-child{border-bottom:none}.upgrade-btn{background:rgb(var(--brand-primary));border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:16px;font-weight:600;padding:15px;transition:all .3s;width:100%}.upgrade-btn:hover:not(:disabled){background:rgb(var(--brand-primary-hover));box-shadow:0 4px 12px #667eea66;transform:translateY(-2px)}.upgrade-btn.current{background:rgb(var(--status-qualified));cursor:not-allowed}.upgrade-btn:disabled{cursor:not-allowed;opacity:.6}.subscription-footer{background:rgb(var(--bg-surface-muted));border-radius:10px;color:rgb(var(--text-muted));margin-top:40px;padding:20px;text-align:center}.subscription-footer p{font-size:14px;margin:5px 0}.subscription-loading{align-items:center;color:rgb(var(--text-muted));display:flex;font-size:18px;height:400px;justify-content:center}@media (min-width:769px) and (max-width:1024px){.plans-grid{gap:20px;grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.subscription-page{padding:20px 15px}.subscription-header h1{font-size:28px;margin-bottom:15px}.trial-banner{margin:15px 0;padding:15px}.trial-banner p{font-size:15px}.billing-toggle{margin-bottom:30px}.billing-toggle button{flex:1 1;font-size:14px;padding:10px 18px}.plans-grid{gap:20px;grid-template-columns:1fr;margin-bottom:30px}.plan-card{padding:25px 20px}.plan-card.popular{transform:scale(1)}.plan-card h2{font-size:24px}.amount{font-size:40px}.currency{font-size:20px}.subscription-footer{margin-top:30px;padding:15px}}@media (max-width:480px){.subscription-page{padding:15px 10px}.subscription-header{margin-bottom:30px}.subscription-header h1{font-size:24px}.trial-banner{padding:12px}.trial-banner p{font-size:14px}.billing-toggle{flex-direction:column;gap:8px}.billing-toggle button{width:100%}.plan-card{padding:20px 15px}.plan-card h2{font-size:20px}.amount{font-size:36px}.plan-pricing{margin-bottom:20px;padding-bottom:15px}.plan-features li{font-size:13px;padding:6px 0}.upgrade-btn{font-size:15px;padding:12px}}.reports-page{background:rgb(var(--bg-canvas));min-height:100vh;padding:30px;width:100%}.reports-header{justify-content:space-between;margin-bottom:30px}.breadcrumb,.reports-header{align-items:center;display:flex}.breadcrumb{color:rgb(var(--text-muted));font-size:14px;gap:8px}.breadcrumb .separator{color:rgb(var(--text-subtle))}.breadcrumb .active{color:rgb(var(--text-primary));font-weight:500}.settings-btn{background:none;border:none;border-radius:4px;cursor:pointer;font-size:20px;padding:8px;transition:background .2s}.settings-btn:hover{background:rgb(var(--bg-surface-muted))}.reports-title{color:rgb(var(--text-primary));font-size:32px;font-weight:600;margin-bottom:40px}.reports-container{display:flex;flex-direction:column;gap:40px}.reports-section{background:rgb(var(--bg-surface));border-radius:12px;box-shadow:0 2px 8px #00000014;padding:30px}.section-title{border-bottom:2px solid rgb(var(--border-default));color:rgb(var(--text-primary));font-size:24px;font-weight:600;margin-bottom:24px;padding-bottom:12px}.reports-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.report-card{background:rgb(var(--bg-surface-muted));border:2px solid rgb(var(--border-default));border-radius:10px;cursor:pointer;padding:24px;position:relative;transition:all .3s ease}.report-card:hover{border-color:rgb(var(--brand-primary));box-shadow:0 4px 12px #667eea26;transform:translateY(-2px)}.report-card.selected{background:rgb(var(--brand-primary)/.08);border-color:rgb(var(--brand-primary));box-shadow:0 4px 16px #667eea33}.report-icon{font-size:32px;margin-bottom:12px}.report-title{color:rgb(var(--text-primary));font-size:18px;font-weight:600;margin-bottom:8px}.report-description{color:rgb(var(--text-muted));font-size:14px;line-height:1.6;margin-bottom:16px}.report-actions{animation:slideDown .3s ease;border-top:1px solid rgb(var(--border-default));margin-top:16px;padding-top:16px}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.date-range-picker{display:flex;flex-direction:column;gap:12px;margin-bottom:16px}.date-range-picker label{color:rgb(var(--text-muted));font-size:13px;font-weight:500}.date-range-picker input[type=date]{background:rgb(var(--bg-surface));border:1px solid rgb(var(--border-default));border-radius:6px;color:rgb(var(--text-muted));font-size:14px;padding:8px 12px;transition:border-color .2s}.date-range-picker input[type=date]:focus{border-color:rgb(var(--brand-primary));box-shadow:0 0 0 3px #667eea1a;outline:none}.generate-btn{background:rgb(var(--brand-primary));border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:14px;font-weight:600;padding:12px 24px;transition:all .2s;width:100%}.generate-btn:hover{background:rgb(var(--brand-primary-hover));box-shadow:0 4px 8px #667eea4d;transform:translateY(-1px)}.generate-btn:active{transform:translateY(0)}@media (max-width:768px){.reports-page{padding:15px}.reports-header{align-items:flex-start;flex-direction:column;gap:15px;margin-bottom:20px}.reports-title{font-size:24px;margin-bottom:30px}.reports-section{padding:20px}.section-title{font-size:20px;margin-bottom:20px}.reports-grid{gap:15px;grid-template-columns:1fr}.report-card{padding:20px}.report-icon{font-size:28px}.report-title{font-size:16px}.date-range-picker{flex-direction:column}}@media (max-width:480px){.reports-page{padding:10px}.reports-title{font-size:20px;margin-bottom:20px}.reports-section{padding:15px}.section-title{font-size:18px;margin-bottom:15px}.report-card{padding:16px}.report-icon{font-size:24px;margin-bottom:10px}.report-title{font-size:15px}.report-description{font-size:13px}}.activity-timeline{display:flex;flex-direction:column;gap:24px}.activity-composer{background:rgb(var(--bg-surface));border:1px solid rgb(var(--border-default));border-radius:12px;box-shadow:0 2px 6px #0f172a0f;padding:20px}.activity-composer-header{align-items:flex-start;display:flex;gap:12px;justify-content:space-between;margin-bottom:16px}.activity-composer-header h4{color:rgb(var(--text-primary));font-size:16px;font-weight:600;margin:0 0 4px}.activity-composer-header p{color:rgb(var(--text-muted));font-size:13px;margin:0}.activity-composer-grid{grid-gap:12px 16px;display:grid;gap:12px 16px;grid-template-columns:repeat(2,minmax(0,1fr))}.activity-composer-grid label{color:rgb(var(--text-subtle));display:flex;flex-direction:column;font-size:12px;font-weight:500;gap:6px}.activity-composer-grid input,.activity-composer-grid select,.activity-composer-grid textarea{background:rgb(var(--bg-canvas));border:1px solid rgb(var(--border-default));border-radius:8px;color:rgb(var(--text-primary));font-size:14px;padding:10px 12px}.activity-composer-grid textarea{resize:vertical}.activity-composer-grid .span-2{grid-column:span 2}.activity-composer-actions{display:flex;gap:10px;justify-content:flex-end;margin-top:16px}.activity-btn{background:rgb(var(--bg-surface));border:1px solid rgb(var(--border-default));border-radius:8px;color:rgb(var(--text-primary));cursor:pointer;font-size:13px;font-weight:600;padding:8px 14px;transition:all .2s ease}.activity-btn:hover{border-color:rgb(var(--brand-primary));color:rgb(var(--brand-primary))}.activity-btn.primary{background:rgb(var(--brand-primary));border-color:rgb(var(--brand-primary));color:#fff}.activity-btn.primary:hover{background:rgb(var(--brand-primary-hover))}.activity-btn.ghost{background:#0000}.activity-btn.danger{border-color:#ef444466;color:#ef4444}.activity-btn.danger:hover{background:#ef444414}.activity-group{display:flex;flex-direction:column;gap:12px}.activity-group-label{color:rgb(var(--text-subtle));font-size:13px;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.activity-group-list{display:flex;flex-direction:column;gap:18px}.activity-entry{grid-gap:16px;align-items:flex-start;display:grid;gap:16px;grid-template-columns:90px 36px 1fr}.activity-time{color:rgb(var(--text-muted));font-size:13px;font-weight:500;padding-top:6px;text-align:right}.activity-marker{display:flex;justify-content:center;min-height:100%;position:relative}.activity-marker:before{background:rgb(var(--border-default));bottom:0;content:"";position:absolute;top:0;width:2px}.activity-icon{align-items:center;border:2px solid rgb(var(--brand-primary));border-radius:50%;color:rgb(var(--brand-primary));display:flex;font-size:14px;height:28px;justify-content:center;margin-top:2px;width:28px;z-index:1}.activity-card,.activity-icon{background:rgb(var(--bg-surface))}.activity-card{border:1px solid rgb(var(--border-default));border-radius:12px;box-shadow:0 1px 4px #0f172a0d;padding:16px 18px}.activity-title-row{align-items:center;display:flex;gap:12px;justify-content:space-between}.activity-title{color:rgb(var(--text-primary));font-size:15px;font-weight:600}.activity-actor{color:rgb(var(--text-muted));font-size:12px}.activity-description{font-size:14px;line-height:1.5}.activity-description,.activity-email-meta{color:rgb(var(--text-primary));margin-top:8px}.activity-email-meta{font-size:13px}.activity-email-body{background:rgb(var(--bg-surface-muted));border:1px solid rgb(var(--border-default));border-radius:8px;font-size:14px;line-height:1.5;margin-top:10px;padding:12px}.activity-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}.activity-tag{border-radius:999px;font-size:11px;font-weight:600;letter-spacing:.04em;padding:4px 10px;text-transform:uppercase}.activity-tag.tone-info{background:#3b82f61f;color:#3b82f6}.activity-tag.tone-success{background:#22c55e1f;color:#22c55e}.activity-tag.tone-warning{background:#f59e0b1f;color:#f59e0b}.activity-tag.tone-danger{background:#ef44441f;color:#ef4444}.activity-tag.tone-neutral{background:#64748b1f;color:#64748b}.activity-tag.tone-muted{background:#94a3b82e;color:#475569}.activity-delivery-badges{display:flex;flex-wrap:wrap;gap:6px;margin-top:6px}.activity-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:12px}.activity-empty,.activity-loading{color:rgb(var(--text-muted));font-size:14px;padding:16px 0;text-align:center}@media (max-width:900px){.activity-entry{grid-template-columns:70px 30px 1fr}}@media (max-width:640px){.activity-composer-grid{grid-template-columns:1fr}.activity-composer-grid .span-2{grid-column:span 1}.activity-entry{grid-template-columns:60px 24px 1fr}}.entity-attachments{display:flex;flex-direction:column;gap:16px}.entity-attachments-toolbar{align-items:center;display:flex;flex-wrap:wrap;gap:12px}.upload-btn{background:rgb(var(--brand-primary));border-radius:8px;color:rgb(var(--bg-surface));cursor:pointer;font-size:13px;justify-content:center;padding:8px 14px}.upload-btn,.upload-error{align-items:center;display:inline-flex}.upload-error{color:rgb(var(--status-lost));font-size:12px;gap:8px}.entity-attachments-empty,.entity-attachments-loading{color:rgb(var(--text-muted));font-size:14px;padding:12px 0}.entity-attachments-list{display:flex;flex-direction:column;gap:12px}.attachment-row{align-items:center;background:rgb(var(--bg-surface));border:1px solid rgb(var(--border-default));border-radius:12px;display:flex;gap:12px;justify-content:space-between;padding:12px 14px}.attachment-info{flex:1 1}.attachment-name{color:rgb(var(--text-primary));font-weight:600;margin-bottom:4px}.attachment-meta{color:rgb(var(--text-muted));display:flex;flex-wrap:wrap;font-size:12px;gap:10px}.attachment-actions{align-items:center;display:flex;gap:8px}.attachment-disabled{color:rgb(var(--text-subtle));font-size:12px}.btn-link{background:#0000;border:none;color:rgb(var(--text-muted));cursor:pointer;font-size:12px;padding:4px 6px}.btn-link.danger{color:rgb(var(--status-lost))}.assistant-panel{background:rgb(var(--bg-surface));border:1px solid rgb(var(--border-default));border-radius:10px;display:flex;flex-direction:column;height:100%;min-height:380px;overflow:hidden}.assistant-panel-hero{background:rgb(var(--bg-surface-muted))}.assistant-panel-header,.assistant-panel-hero{border-bottom:1px solid rgb(var(--border-default));padding:12px 16px}.assistant-panel-header{align-items:center;display:flex;justify-content:space-between}.assistant-panel-header h3{color:rgb(var(--text-primary));font-size:15px;font-weight:600;margin:0}.assistant-link-btn{background:none;border:none;color:rgb(var(--brand-primary));cursor:pointer;font-size:13px;padding:4px 6px}.assistant-link-btn:disabled{cursor:not-allowed;opacity:.5}.assistant-panel-body{flex:1 1 auto;min-height:200px;overflow-y:auto;padding:16px}.assistant-empty,.assistant-panel-body{display:flex;flex-direction:column;gap:12px}.assistant-empty{align-items:flex-start;color:rgb(var(--text-muted))}.assistant-empty-title{color:rgb(var(--text-primary));font-size:15px;font-weight:600}.assistant-empty-subtitle{font-size:13px}.assistant-suggestions{display:flex;flex-wrap:wrap;gap:6px}.assistant-suggestion{background:rgb(var(--bg-surface-muted));border:1px solid rgb(var(--border-default));border-radius:999px;color:rgb(var(--text-primary));cursor:pointer;font-size:12px;padding:6px 10px}.assistant-suggestion:hover:not(:disabled){border-color:rgb(var(--brand-primary));color:rgb(var(--brand-primary))}.assistant-suggestion:disabled{cursor:not-allowed;opacity:.6}.assistant-message{display:flex;flex-direction:column;gap:6px;max-width:100%}.assistant-message--user .assistant-message-content{align-self:flex-end;background:rgb(var(--brand-primary));border-radius:14px 14px 4px 14px;color:rgb(var(--text-on-brand));max-width:80%;padding:10px 14px;white-space:pre-wrap}.assistant-message--assistant .assistant-message-content{align-self:flex-start;background:rgb(var(--bg-surface-muted));border-radius:14px 14px 14px 4px;color:rgb(var(--text-primary));max-width:85%;padding:10px 14px;white-space:pre-wrap}.assistant-tool-list{align-self:flex-start;list-style:none;margin:0;max-width:85%;padding:0}.assistant-tool{border-left:2px solid rgb(var(--border-default));color:rgb(var(--text-muted));font-size:12px;margin-bottom:4px;padding:4px 8px}.assistant-tool--ok{border-left-color:rgb(var(--status-qualified))}.assistant-tool--denied{border-left-color:rgb(var(--status-warning))}.assistant-tool--error{border-left-color:rgb(var(--status-danger));color:rgb(var(--status-danger))}.assistant-tool-name{font-weight:500}.assistant-tool-summary{color:rgb(var(--text-primary))}.assistant-tool-error{color:rgb(var(--status-danger))}.assistant-typing{align-self:flex-start;background:rgb(var(--bg-surface-muted));border-radius:14px 14px 14px 4px;color:rgb(var(--text-muted));font-style:italic;padding:10px 14px}.assistant-error{background:rgb(var(--status-danger)/.1);border-radius:6px;color:rgb(var(--status-danger));font-size:13px;margin:0 16px 8px;padding:8px 12px}.assistant-panel-input{border-top:1px solid rgb(var(--border-default));display:flex;gap:8px;padding:10px 12px}.assistant-panel-input textarea{background:rgb(var(--bg-surface));border:1px solid rgb(var(--border-default));border-radius:8px;color:rgb(var(--text-primary));flex:1 1;font-family:inherit;font-size:14px;max-height:120px;min-height:40px;padding:10px 12px;resize:none}.assistant-panel-input textarea:focus{border-color:rgb(var(--brand-primary));outline:2px solid rgb(var(--brand-primary)/.4);outline-offset:-1px}.assistant-panel-input button{background:rgb(var(--brand-primary));border:none;border-radius:8px;color:rgb(var(--text-on-brand));cursor:pointer;font-size:14px;font-weight:600;padding:0 18px}.assistant-panel-input button:disabled{cursor:not-allowed;opacity:.6}.assistant-footnote{color:rgb(var(--text-muted));font-size:11px;padding:6px 16px 10px}.entity-assistant{display:flex;flex-direction:column;gap:20px}.entity-assistant-header{align-items:center;background:linear-gradient(135deg,rgb(var(--bg-surface)) 0,rgb(var(--bg-surface-muted)) 100%);border:1px solid rgb(var(--border-default));border-radius:12px;box-shadow:0 8px 20px rgb(var(--text-primary)/.06);display:flex;gap:16px;justify-content:space-between;padding:18px 20px}.entity-assistant-header h3{color:rgb(var(--text-primary));font-size:18px;margin:0 0 6px}.entity-assistant-header p{color:rgb(var(--text-muted));font-size:14px;margin:0}.assistant-hero{align-items:center;display:flex;gap:14px}.assistant-icon{align-items:center;background:radial-gradient(circle at top,rgb(var(--brand-primary)) 0,rgb(var(--brand-primary-hover)) 100%);border-radius:12px;box-shadow:0 8px 18px rgb(var(--brand-primary)/.35);color:rgb(var(--bg-surface));display:flex;font-size:14px;font-weight:700;height:42px;justify-content:center;letter-spacing:.8px;width:42px}.assistant-badge{background:rgb(var(--bg-surface-muted));border-radius:999px;color:rgb(var(--text-primary));font-size:12px;font-weight:600;letter-spacing:.4px;padding:6px 10px;text-transform:uppercase;white-space:nowrap}.assistant-cards{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.assistant-card{background:rgb(var(--bg-surface));border:1px solid rgb(var(--border-default));border-radius:12px;box-shadow:0 6px 14px rgb(var(--text-primary)/.05);display:flex;flex-direction:column;gap:8px;min-height:160px;padding:20px}.assistant-card-label{color:rgb(var(--text-subtle));font-size:11px;font-weight:600;letter-spacing:.6px;text-transform:uppercase}.assistant-card-title{color:rgb(var(--text-primary));font-size:16px;font-weight:600}.assistant-card-text{color:rgb(var(--text-muted));flex:1 1;font-size:13px;line-height:1.5}.assistant-card-actions{align-items:center;display:flex;justify-content:flex-start;margin-top:6px}.assistant-cta{align-self:flex-start;background:rgb(var(--bg-surface-muted));border:1px solid rgb(var(--border-default));border-radius:8px;color:rgb(var(--text-muted));cursor:not-allowed;font-size:12px;font-weight:600;padding:8px 12px}.entity-assistant-shell{background:rgb(var(--bg-surface));border:1px solid rgb(var(--border-default));border-radius:12px;display:flex;max-height:560px;min-height:420px;overflow:hidden}.entity-assistant-shell .assistant-panel{border:none;border-radius:0;flex:1 1}.detail-page{background:rgb(var(--bg-canvas));font-family:var(--font-ui);margin:0 auto;max-width:1440px;min-height:100%;padding:20px 28px 60px}@media (max-width:768px){.detail-page{padding:14px 14px 80px}}.v2-hero{grid-gap:18px;align-items:center;background:rgb(var(--bg-surface));border:1px solid rgb(var(--border-default));border-radius:var(--radius-lg);display:grid;gap:18px;grid-template-columns:64px 1fr auto;margin-bottom:14px;padding:22px 24px}@media (max-width:768px){.v2-hero{gap:12px;grid-template-areas:"avatar info" "actions actions";grid-template-columns:52px 1fr;padding:16px}.v2-hero .v2-avatar{grid-area:avatar}.v2-hero .v2-info{grid-area:info}.v2-hero .v2-actions{grid-area:actions}}.v2-avatar{border-radius:16px;color:#fff;display:grid;font-size:22px;font-weight:700;height:64px;letter-spacing:-.01em;place-items:center;width:64px}@media (max-width:768px){.v2-avatar{border-radius:13px;font-size:18px;height:52px;width:52px}}.v2-info{min-width:0}.v2-name{color:rgb(var(--text-primary));font-size:22px;font-weight:700;letter-spacing:-.02em;line-height:1.2;margin:0 0 4px}.v2-name-row{align-items:center;display:flex;flex-wrap:wrap;gap:10px}.v2-sub{font-size:13px}.v2-meta-row,.v2-sub{color:rgb(var(--text-muted))}.v2-meta-row{align-items:center;display:flex;flex-wrap:wrap;font-size:12.5px;gap:14px;margin-top:4px}.v2-meta-row .sep{background:rgb(var(--text-subtle));border-radius:50%;height:3px;width:3px}.v2-meta-row span{align-items:center;display:inline-flex;gap:5px}.v2-actions{align-items:center;display:flex;flex-wrap:wrap;gap:8px}@media (max-width:768px){.v2-actions{width:100%}.v2-actions .v2-btn{flex:1 1;justify-content:center}}.v2-btn{align-items:center;background:rgb(var(--bg-surface));border:1px solid rgb(var(--border-default));border-radius:9px;color:rgb(var(--text-primary));cursor:pointer;display:inline-flex;font-family:inherit;font-size:13px;font-weight:600;gap:6px;height:36px;padding:0 14px;text-decoration:none;transition:background .12s ease,border-color .12s ease,color .12s ease;white-space:nowrap}.v2-btn:hover{background:rgb(var(--bg-surface-muted));border-color:rgb(var(--border-strong))}.v2-btn.primary{background:rgb(var(--accent));border-color:rgb(var(--accent));color:#fff}.v2-btn.primary:hover{background:rgb(var(--accent-hover));border-color:rgb(var(--accent-hover))}.v2-btn.ai{background:rgb(var(--ai-soft));border-color:#0000;color:rgb(var(--ai-text))}.v2-btn.ai:hover{background:rgb(var(--ai-soft)/.85)}.v2-btn.icon-only{justify-content:center;padding:0;width:36px}.v2-btn:focus-visible{box-shadow:var(--shadow-glow);outline:none}.v2-kpi-grid{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(4,1fr);margin-bottom:14px}@media (max-width:768px){.v2-kpi-grid{gap:8px;grid-template-columns:repeat(2,1fr)}}.v2-kpi{background:rgb(var(--bg-surface));border:1px solid rgb(var(--border-default));border-radius:var(--radius-md);padding:14px 16px}.v2-kpi .lbl{color:rgb(var(--text-subtle));font-size:10.5px;font-weight:600;letter-spacing:.06em;margin-bottom:6px;text-transform:uppercase}.v2-kpi .val{font-feature-settings:"tnum";color:rgb(var(--text-primary));font-size:22px;font-variant-numeric:tabular-nums;font-weight:700;letter-spacing:-.02em;line-height:1.1}.v2-kpi .val.accent{color:rgb(var(--accent-text))}.v2-kpi .foot{color:rgb(var(--text-subtle));font-family:var(--font-mono);font-size:11.5px;margin-top:4px}.v2-kpi .delta-up{color:rgb(var(--accent));font-weight:600}.v2-kpi .delta-down{color:rgb(var(--rose));font-weight:600}.v2-grid{grid-gap:14px;align-items:flex-start;display:grid;gap:14px;grid-template-columns:minmax(0,1fr) 320px}@media (max-width:1100px){.v2-grid{grid-template-columns:1fr}}.v2-main,.v2-side{min-width:0}.v2-side{display:flex;flex-direction:column}.v2-tabs{-webkit-overflow-scrolling:touch;background:rgb(var(--bg-surface));border:1px solid rgb(var(--border-default));border-radius:11px;display:flex;gap:2px;margin-bottom:12px;overflow-x:auto;padding:4px;scrollbar-width:none}.v2-tabs::-webkit-scrollbar{display:none}.v2-tab{align-items:center;background:#0000;border:0;border-radius:8px;color:rgb(var(--text-muted));cursor:pointer;display:inline-flex;flex:0 0 auto;font-family:inherit;font-size:13px;font-weight:500;gap:6px;padding:8px 14px;white-space:nowrap}.v2-tab:hover{background:rgb(var(--bg-surface-muted));color:rgb(var(--text-primary))}.v2-tab.active{background:rgb(var(--accent-soft));color:rgb(var(--accent-text));font-weight:600}.v2-tab .count{background:rgb(var(--bg-surface-muted));border-radius:999px;font-family:var(--font-mono);font-size:10.5px;font-weight:600;padding:1px 7px}.v2-tab.active .count{background:rgb(var(--accent));color:#fff}.v2-card{background:rgb(var(--bg-surface));border:1px solid rgb(var(--border-default));border-radius:var(--radius-lg);margin-bottom:12px;overflow:hidden}.v2-card-head{border-bottom:1px solid rgb(var(--border-default));gap:10px;padding:14px 18px}.v2-card-head,.v2-card-title{align-items:center;display:flex}.v2-card-title{color:rgb(var(--text-primary));flex:1 1;font-size:13.5px;font-weight:600;gap:8px;letter-spacing:-.005em}.v2-card-head .icon{color:rgb(var(--accent));flex-shrink:0}.v2-card-body{padding:14px 18px}.v2-card-body.flush{padding:0}.v2-toolbar{align-items:center;background:rgb(var(--bg-surface-muted));border-bottom:1px solid rgb(var(--border-default));display:flex;flex-wrap:wrap;gap:8px;padding:10px 14px}.v2-toolbar .sp{flex:1 1}.v2-search{align-items:center;background:rgb(var(--bg-surface));border:1px solid rgb(var(--border-default));border-radius:8px;color:rgb(var(--text-subtle));display:inline-flex;gap:6px;height:32px;min-width:200px;padding:0 10px}.v2-search input{background:#0000;border:0;flex:1 1;font-family:inherit;outline:0}.v2-search input,.v2-select{color:rgb(var(--text-primary));font-size:12.5px}.v2-select{align-items:center;background:rgb(var(--bg-surface));border:1px solid rgb(var(--border-default));border-radius:8px;cursor:pointer;display:inline-flex;font-weight:500;gap:6px;height:32px;padding:0 10px}.v2-select .lbl{color:rgb(var(--text-subtle))}.v2-info-list{display:flex;flex-direction:column}.v2-info-row{grid-gap:12px;align-items:baseline;border-bottom:1px dashed rgb(var(--border-default));display:grid;font-size:13px;gap:12px;grid-template-columns:110px 1fr;padding:10px 0}.v2-info-row:last-child{border-bottom:0;padding-bottom:0}.v2-info-row:first-child{padding-top:0}.v2-info-row .k{color:rgb(var(--text-subtle));font-size:11.5px;font-weight:500}.v2-info-row .v{color:rgb(var(--text-primary));font-weight:500;word-break:break-word}.v2-info-row .v a{color:rgb(var(--accent-text));text-decoration:none}.v2-info-row .v.mono{font-family:var(--font-mono);font-size:12.5px}@media (max-width:480px){.v2-info-row{gap:2px;grid-template-columns:1fr;padding:8px 0}}.v2-pill{align-items:center;border-radius:999px;display:inline-flex;font-size:11.5px;font-weight:600;gap:5px;padding:3px 10px}.v2-pill .dot{border-radius:50%;height:6px;width:6px}.v2-timeline{display:flex;flex-direction:column}.v2-tl-row{grid-gap:12px;border-bottom:1px dashed rgb(var(--border-default));display:grid;gap:12px;grid-template-columns:32px 1fr;padding:14px 0}.v2-tl-row:last-child{border-bottom:0;padding-bottom:0}.v2-tl-row:first-child{padding-top:0}.v2-tl-dot{background:rgb(var(--bg-surface-muted));border:1px solid rgb(var(--border-default));border-radius:9px;color:rgb(var(--text-muted));display:grid;flex-shrink:0;height:32px;place-items:center;width:32px}.v2-tl-row.ai .v2-tl-dot{background:linear-gradient(135deg,rgb(var(--ai-soft)),rgb(var(--amber)));border-color:#0000;color:rgb(var(--ai-text))}.v2-tl-head{align-items:baseline;display:flex;gap:8px}.v2-tl-head strong{color:rgb(var(--text-primary));font-size:13px;font-weight:600}.v2-tl-ts{color:rgb(var(--text-subtle));font-family:var(--font-mono);font-size:11.5px;margin-left:auto}.v2-tl-txt{color:rgb(var(--text-muted));font-size:13px;line-height:1.5;margin-top:4px}.v2-table{border-collapse:collapse;width:100%}.v2-table th{background:rgb(var(--bg-surface-muted));border-bottom:1px solid rgb(var(--border-default));color:rgb(var(--text-subtle));font-family:var(--font-mono);font-size:10.5px;font-weight:600;letter-spacing:.08em;padding:10px 16px;text-align:left;text-transform:uppercase}.v2-table th.right{text-align:right}.v2-table td{border-bottom:1px solid rgb(var(--border-default));color:rgb(var(--text-primary));font-size:13px;padding:12px 16px}.v2-table td.right{font-feature-settings:"tnum";font-family:var(--font-mono);font-variant-numeric:tabular-nums;font-weight:600;text-align:right}.v2-table tbody tr:last-child td{border-bottom:0}.v2-table tbody tr:hover{background:rgb(var(--bg-surface-muted));cursor:pointer}.v2-table .ref{color:rgb(var(--accent-text));font-family:var(--font-mono);font-size:12px}@media (max-width:600px){.v2-table{display:block}.v2-table thead{display:none}.v2-table tr{grid-gap:4px 12px;border-bottom:1px solid rgb(var(--border-default));display:grid;gap:4px 12px;grid-template-columns:1fr auto;padding:12px 16px}.v2-table td{border:0;display:block;font-size:12.5px;padding:0}.v2-table td.right{text-align:right}.v2-table td.hide-mobile{display:none}}.v2-tags{display:flex;flex-wrap:wrap;gap:6px}.v2-tag{background:rgb(var(--bg-surface-muted));border:1px solid rgb(var(--border-default));border-radius:999px;color:rgb(var(--text-muted));font-size:11.5px;font-weight:500;padding:3px 10px}.v2-team-row{align-items:center;border-bottom:1px dashed rgb(var(--border-default));display:flex;gap:10px;padding:10px 0}.v2-team-row:last-child{border-bottom:0;padding-bottom:0}.v2-team-row:first-child{padding-top:0}.v2-team-avatar{border-radius:9px;color:#fff;display:grid;flex-shrink:0;font-size:12px;font-weight:700;height:32px;place-items:center;width:32px}.v2-ai-strip{align-items:center;background:linear-gradient(180deg,rgb(var(--ai-soft)),rgb(var(--bg-surface)) 130%);border:1px solid rgb(var(--ai));border-radius:var(--radius-md);display:flex;gap:12px;margin-bottom:12px;padding:14px 18px}.v2-ai-icon{background:linear-gradient(135deg,rgb(var(--ai-soft)),rgb(var(--amber)));border-radius:9px;color:rgb(var(--ai-text));display:grid;flex-shrink:0;height:32px;place-items:center;width:32px}.v2-ai-strip .body{flex:1 1;min-width:0}.v2-ai-strip .body .t{color:rgb(var(--text-primary));font-size:13px;font-weight:600}.v2-ai-strip .body .d{color:rgb(var(--text-muted));font-size:12.5px;line-height:1.4;margin-top:2px}.v2-notes-composer{background:rgb(var(--bg-surface));border:1px solid rgb(var(--border-default));border-radius:var(--radius-md);transition:border-color .12s}.v2-notes-composer:focus-within{border-color:rgb(var(--accent));box-shadow:0 0 0 3px rgb(var(--accent-soft))}.v2-notes-textarea{background:#0000;border:0;color:rgb(var(--text-primary));font-family:var(--font-mono);font-size:13px;line-height:1.6;min-height:96px;outline:0;padding:14px 16px;resize:vertical;width:100%}.v2-notes-textarea::placeholder{color:rgb(var(--text-subtle));font-family:var(--font-mono)}.v2-notes-actions{align-items:center;background:rgb(var(--bg-surface-muted));border-radius:0 0 var(--radius-md) var(--radius-md);border-top:1px solid rgb(var(--border-default));display:flex;gap:8px;padding:8px 10px}.v2-notes-actions .hint{color:rgb(var(--text-subtle));flex:1 1;font-size:11.5px;padding-left:4px}.v2-note{background:rgb(var(--bg-surface));border:1px solid rgb(var(--border-default));border-radius:var(--radius-md);margin-top:10px;padding:14px 16px}.v2-note .head{gap:10px;margin-bottom:6px}.v2-note .head,.v2-note .who{align-items:center;display:flex}.v2-note .who{font-size:13px;font-weight:600;gap:8px}.v2-note .who .av{border-radius:6px;color:#fff;display:grid;font-size:10.5px;font-weight:700;height:24px;place-items:center;width:24px}.v2-note .ts{color:rgb(var(--text-subtle));font-family:var(--font-mono);font-size:11.5px;margin-left:auto}.v2-note .body-text{color:rgb(var(--text-muted));font-size:13px;line-height:1.55;white-space:pre-wrap}.v2-note .actions{display:flex;gap:6px;margin-top:8px}.v2-note .link-btn{background:#0000;border:0;color:rgb(var(--text-subtle));cursor:pointer;font-family:inherit;font-size:11.5px;padding:2px 0}.v2-note .link-btn:hover{color:rgb(var(--accent-text))}.v2-note .link-btn.danger:hover{color:rgb(var(--rose))}.v2-log-form{background:rgb(var(--bg-surface));border:1px solid rgb(var(--border-default));border-radius:var(--radius-md);margin-bottom:16px;padding:18px 20px}.v2-log-form .ttl{color:rgb(var(--text-primary));font-size:14px;font-weight:600;margin-bottom:2px}.v2-log-form .sub{color:rgb(var(--text-subtle));font-size:12.5px;margin-bottom:14px}.v2-log-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:1fr 1fr;margin-bottom:12px}@media (max-width:600px){.v2-log-grid{grid-template-columns:1fr}}.v2-log-field{display:flex;flex-direction:column;gap:5px}.v2-log-field.full{grid-column:1/-1}.v2-log-field label{color:rgb(var(--text-muted));font-size:11.5px;font-weight:500}.v2-log-field input,.v2-log-field select,.v2-log-field textarea{background:rgb(var(--bg-surface-muted));border:1px solid rgb(var(--border-default));border-radius:8px;color:rgb(var(--text-primary));font-family:inherit;font-size:13px;outline:0;padding:9px 12px;transition:background .12s,border-color .12s}.v2-log-field textarea{font-family:var(--font-mono);line-height:1.55;min-height:80px;resize:vertical}.v2-log-field input:focus,.v2-log-field select:focus,.v2-log-field textarea:focus{background:rgb(var(--bg-surface));border-color:rgb(var(--accent));box-shadow:0 0 0 3px rgb(var(--accent-soft))}.v2-log-actions{display:flex;gap:8px;justify-content:flex-end;margin-top:4px}.v2-feed-group{margin-top:22px}.v2-feed-date{color:rgb(var(--text-subtle));font-family:var(--font-mono);font-size:10.5px;font-weight:600;letter-spacing:.1em;margin-bottom:10px;padding-left:80px;text-transform:uppercase}@media (max-width:600px){.v2-feed-date{padding-left:0}}.v2-feed-row{grid-gap:12px;display:grid;gap:12px;grid-template-columns:64px 32px 1fr;margin-bottom:14px;position:relative}@media (max-width:600px){.v2-feed-row{grid-template-columns:32px 1fr}.v2-feed-row .time{display:none}}.v2-feed-row .time{color:rgb(var(--text-subtle));font-family:var(--font-mono);font-size:11.5px;padding-top:8px;text-align:right}.v2-feed-rail{align-items:center;display:flex;flex-direction:column;padding-top:4px;position:relative}.v2-feed-dot{background:rgb(var(--bg-surface));border:1.5px solid rgb(var(--accent));border-radius:50%;color:rgb(var(--accent));display:grid;height:28px;place-items:center;width:28px;z-index:1}.v2-feed-row:not(:last-child) .v2-feed-rail:after{background:rgb(var(--border-default));bottom:-18px;content:"";left:50%;position:absolute;top:32px;transform:translateX(-50%);width:1.5px}.v2-feed-card{background:rgb(var(--bg-surface));border:1px solid rgb(var(--border-default));border-radius:var(--radius-md);min-width:0;padding:12px 14px}.v2-feed-head{align-items:baseline;display:flex;flex-wrap:wrap;gap:8px}.v2-feed-title{color:rgb(var(--text-primary));flex:1 1;font-size:13.5px;font-weight:600;min-width:0}.v2-feed-by{color:rgb(var(--text-subtle));font-family:var(--font-mono);font-size:11.5px}.v2-feed-chips{align-items:center;display:flex;flex-wrap:wrap;gap:6px;margin-top:8px}.v2-feed-chip{border-radius:4px;font-size:10.5px;font-weight:600;letter-spacing:.05em;padding:2px 9px;text-transform:uppercase}.v2-feed-chip.request{background:rgb(var(--blue-soft));color:rgb(var(--blue))}.v2-feed-chip.booking{background:rgb(var(--violet-soft));color:rgb(var(--violet))}.v2-feed-chip.invoice{background:rgb(var(--accent-soft));color:rgb(var(--accent-text))}.v2-feed-chip.estimate{background:rgb(var(--amber-soft));color:rgb(var(--amber))}.v2-feed-chip.call{background:rgb(var(--rose-soft));color:rgb(var(--rose))}.v2-feed-chip.email{background:rgb(var(--blue-soft));color:rgb(var(--blue))}.v2-feed-chip.note{background:rgb(var(--bg-surface-muted));color:rgb(var(--text-muted))}.v2-feed-chip.meeting{background:rgb(var(--amber-soft));color:rgb(var(--amber))}.v2-feed-chip.task{background:rgb(var(--violet-soft));color:rgb(var(--violet))}.v2-feed-chip.system{background:rgb(var(--bg-surface-muted));color:rgb(var(--text-muted))}.v2-feed-desc{color:rgb(var(--text-muted));font-size:12.5px;line-height:1.5;margin-top:6px}.v2-feed-view{align-items:center;background:rgb(var(--bg-surface));border:1px solid rgb(var(--border-default));border-radius:6px;color:rgb(var(--text-primary));cursor:pointer;display:inline-flex;font-family:inherit;font-size:12px;font-weight:600;gap:5px;margin-top:10px;padding:4px 11px}.v2-feed-view:hover{background:rgb(var(--bg-surface-muted))}.v2-act-filters{align-items:center;display:flex;flex-wrap:wrap;gap:6px;margin-bottom:12px;padding:0 4px}.v2-act-filter{background:rgb(var(--bg-surface));border:1px solid rgb(var(--border-default));border-radius:999px;color:rgb(var(--text-muted));cursor:pointer;font-family:inherit;font-size:12px;font-weight:500;padding:5px 12px}.v2-act-filter.active{background:rgb(var(--accent-soft));border-color:rgb(var(--accent));color:rgb(var(--accent-text));font-weight:600}.v2-empty{color:rgb(var(--text-muted));padding:48px 20px;text-align:center}.v2-empty .ic{background:rgb(var(--bg-surface-muted));border-radius:14px;color:rgb(var(--text-subtle));display:inline-grid;height:48px;margin-bottom:12px;place-items:center;width:48px}.v2-empty .h{color:rgb(var(--text-primary));font-size:14px;font-weight:600;margin-bottom:4px}.v2-empty .p{font-size:12.5px;line-height:1.5;margin:0 auto 14px;max-width:280px}.v2-overview-tip{color:rgb(var(--text-muted));font-size:13px;line-height:1.55;margin:0}.v2-link-btn{background:#0000;border:0;color:rgb(var(--accent));cursor:pointer;font-family:inherit;font-size:inherit;font-weight:600;padding:0;text-decoration:underline}.hide-mobile{display:inline-flex}@media (max-width:768px){.hide-mobile{display:none!important}}.price-history{display:flex;flex-direction:column;gap:16px}.price-history-empty,.price-history-loading{color:rgb(var(--text-muted));font-size:14px;padding:12px 0}.price-history-list{display:flex;flex-direction:column;gap:12px}.price-history-card{background:rgb(var(--bg-surface));border:1px solid rgb(var(--border-default));border-radius:12px;box-shadow:0 1px 3px rgb(var(--text-primary)/.04);padding:12px 14px}.price-history-meta{align-items:center;display:flex;gap:12px;justify-content:space-between}.price-history-avatar{align-items:center;background:rgb(var(--brand-primary)/.12);border-radius:50%;color:rgb(var(--brand-primary));display:flex;font-size:12px;font-weight:600;height:32px;justify-content:center;width:32px}.price-history-author{display:flex;flex:1 1;flex-direction:column;gap:2px}.price-history-title{color:rgb(var(--text-primary));font-size:14px;font-weight:600}.price-history-subtitle,.price-history-time{color:rgb(var(--text-muted));font-size:12px}.price-history-time{white-space:nowrap}.price-history-note{color:rgb(var(--text-primary));font-size:14px;margin-top:8px;white-space:pre-wrap}.list-footer{color:rgb(var(--text-muted));font-size:14px;gap:12px;justify-content:space-between;padding:0 6px}.list-footer,.list-pagination{align-items:center;display:flex}.list-pagination{gap:6px}.list-pagination-button{background:rgb(var(--bg-surface));border:1px solid rgb(var(--border-default));border-radius:8px;color:rgb(var(--text-primary));cursor:pointer;min-width:32px;padding:6px 10px;transition:background-color .16s ease,border-color .16s ease}.list-pagination-button:hover:not(:disabled){background:rgb(var(--bg-surface-muted));border-color:rgb(var(--brand-primary))}.list-pagination-button:disabled{cursor:not-allowed;opacity:.6}.list-pagination-button.active{background:rgb(var(--brand-primary));border-color:rgb(var(--brand-primary));color:#fff}.send-document-modal-overlay{align-items:center;background:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1300}.send-document-modal-content{background:rgb(var(--bg-surface));border-radius:8px;box-shadow:0 4px 20px rgb(var(--text-primary)/.15);display:flex;flex-direction:column;max-height:90vh;max-width:960px;overflow:hidden;width:95%}.send-document-modal-header{align-items:center;border-bottom:1px solid rgb(var(--border-default));display:flex;justify-content:space-between;padding:16px 24px}.send-document-modal-header h2{font-size:20px;font-weight:600;margin:0}.send-document-modal-close{background:none;border:none;color:rgb(var(--text-muted));cursor:pointer;font-size:28px;line-height:1;padding:0 4px}.send-document-modal-close:hover{color:rgb(var(--text-primary))}.send-document-modal-body{display:grid;flex:1 1;grid-template-columns:1fr 1fr;min-height:0;overflow:hidden}.send-document-modal-left{border-right:1px solid rgb(var(--border-default));overflow-y:auto;padding:24px}.send-document-form-group{margin-bottom:16px}.send-document-form-group label{color:rgb(var(--text-primary));display:block;font-size:14px;font-weight:500;margin-bottom:6px}.send-document-form-group input[type=email],.send-document-form-group input[type=text],.send-document-form-group textarea{background:rgb(var(--bg-surface));border:1px solid rgb(var(--border-default));border-radius:6px;box-sizing:border-box;color:rgb(var(--text-primary));font-size:14px;padding:8px 12px;width:100%}.send-document-form-group textarea{min-height:120px;resize:vertical}.send-document-input-help{color:rgb(var(--text-muted));font-size:12px;margin-top:4px}.send-document-rich-editor{background:rgb(var(--bg-surface));border:1px solid rgb(var(--border-default));border-radius:6px;overflow:hidden}.send-document-rich-editor .rsw-toolbar{background:rgb(var(--bg-surface-muted));border-bottom:1px solid rgb(var(--border-default))}.send-document-rich-editor .rsw-editor{border:none;min-height:180px;padding:10px 12px}.send-document-compose-actions{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:8px}.send-document-compose-btn,.send-document-snippet-btn{background:rgb(var(--bg-surface-muted));border:1px solid rgb(var(--border-default));border-radius:999px;color:rgb(var(--text-primary));cursor:pointer;font-size:12px;font-weight:500;padding:4px 10px}.send-document-compose-btn:hover:not(:disabled),.send-document-snippet-btn:hover:not(:disabled){border-color:rgb(var(--brand-primary));color:rgb(var(--brand-primary))}.send-document-compose-btn:disabled,.send-document-snippet-btn:disabled{cursor:not-allowed;opacity:.6}.send-document-compose-error{color:rgb(var(--status-lost));font-size:12px;margin-bottom:8px}.send-document-checkbox-row{align-items:center;display:flex;gap:8px}.send-document-checkbox-row input[type=checkbox]{margin:0;width:auto}.send-document-checkbox-row label{cursor:pointer;margin-bottom:0}.send-document-modal-actions{display:flex;gap:12px;margin-top:24px}.send-document-btn-cancel{background:rgb(var(--bg-surface));border:1px solid rgb(var(--border-default));border-radius:6px;color:rgb(var(--text-primary));cursor:pointer;font-size:14px;padding:8px 16px}.send-document-btn-send{background:rgb(var(--brand-primary));border:none;border-radius:6px;color:rgb(var(--bg-surface));cursor:pointer;font-size:14px;font-weight:500;padding:8px 20px}.send-document-btn-send:hover:not(:disabled){background:rgb(var(--brand-primary-hover))}.send-document-btn-send:disabled{cursor:not-allowed;opacity:.6}.send-document-modal-right{background:rgb(var(--bg-surface-muted));display:flex;flex-direction:column;min-height:0}.send-document-preview-header{border-bottom:1px solid rgb(var(--border-default));padding:12px 16px}.send-document-btn-download-pdf{background:rgb(var(--bg-surface));border:1px solid rgb(var(--border-default));border-radius:6px;cursor:pointer;font-size:13px;padding:6px 12px}.send-document-btn-download-pdf:hover{background:rgb(var(--bg-surface-muted))}.send-document-preview-area{flex:1 1;min-height:300px;position:relative}.send-document-preview-placeholder{align-items:center;bottom:0;color:rgb(var(--text-muted));display:flex;font-size:14px;justify-content:center;left:0;position:absolute;right:0;top:0}.send-document-preview-iframe{border:none;display:block;height:100%;width:100%}@media (max-width:768px){.send-document-modal-body{grid-template-columns:1fr}.send-document-modal-left{border-bottom:1px solid rgb(var(--border-default));border-right:none}}.doc-pdf-view{display:flex;flex-direction:column;gap:12px;min-height:calc(100vh - 180px)}.doc-pdf-actions{align-items:center;display:flex;justify-content:space-between}.doc-pdf-btn{background:rgb(var(--surface));border:1px solid rgb(var(--border));border-radius:8px;color:rgb(var(--text-primary));cursor:pointer;padding:8px 14px}.doc-pdf-btn.primary{background:rgb(var(--accent-primary));border-color:rgb(var(--accent-primary));color:#fff;color:rgb(var(--text-on-accent,255 255 255))}.doc-pdf-state{align-items:center;border:1px dashed rgb(var(--border));border-radius:12px;color:rgb(var(--text-secondary));display:flex;flex-direction:column;gap:10px;justify-content:center;min-height:220px;padding:20px;text-align:center}.doc-pdf-frame,.doc-pdf-state{background:rgb(var(--surface))}.doc-pdf-frame{border:1px solid rgb(var(--border));border-radius:12px;flex:1 1;min-height:70vh;width:100%}.dg-txn-page{background:rgb(var(--bg-canvas));font-family:var(--font-ui);margin:0 auto;max-width:1200px;min-height:100%;padding:24px 28px 60px}@media (max-width:768px){.dg-txn-page{padding:16px 16px 80px}}.dg-txn-error,.dg-txn-loading{background:rgb(var(--bg-surface));border:1px solid rgb(var(--border-default));border-radius:var(--radius-md);color:rgb(var(--text-muted));margin-top:24px;padding:24px;text-align:center}.dg-txn-error strong{color:rgb(var(--text-primary));display:block;font-size:15px;margin-bottom:4px}.dg-txn-error p{color:rgb(var(--rose));font-size:13px;margin:0 0 16px}.dg-txn-actions{display:flex;flex-wrap:wrap;gap:8px;margin:16px 0 24px}.dg-txn-grid{grid-gap:24px;align-items:start;display:grid;gap:24px;grid-template-columns:1fr 360px}@media (max-width:1024px){.dg-txn-grid{gap:18px;grid-template-columns:1fr 300px}}@media (max-width:768px){.dg-txn-grid{gap:12px;grid-template-columns:1fr}}.dg-txn-main{min-width:0}.dg-txn-main,.dg-txn-side{display:flex;flex-direction:column;gap:16px}.dg-txn-side{position:-webkit-sticky;position:sticky;top:16px}@media (max-width:768px){.dg-txn-side{position:static}}.dg-info-card{background:rgb(var(--bg-surface));border:1px solid rgb(var(--border-default));border-radius:var(--radius-md);box-shadow:var(--shadow-sm);overflow:hidden}.dg-info-card-head{align-items:center;border-bottom:1px solid rgb(var(--border-default));color:rgb(var(--text-primary));display:flex;font-size:13px;gap:8px;padding:14px 18px}.dg-info-card-icon{color:rgb(var(--accent));flex-shrink:0}.dg-info-card-link{align-items:center;color:rgb(var(--accent));display:inline-flex;font-size:12px;font-weight:500;gap:2px;margin-left:auto;text-decoration:none}.dg-info-card-link:hover{text-decoration:underline}.dg-info-list{margin:0;padding:4px 18px 12px}.dg-info-row{grid-gap:12px;align-items:baseline;border-bottom:1px dashed rgb(var(--border-default));display:grid;font-size:13px;gap:12px;grid-template-columns:130px 1fr;padding:10px 0}.dg-info-row:last-child{border-bottom:0}.dg-info-row dt{color:rgb(var(--text-subtle));font-family:var(--font-mono);font-size:12px;letter-spacing:.04em;margin:0;text-transform:uppercase}.dg-info-row dd{color:rgb(var(--text-primary));margin:0}.dg-info-row dd.mono{font-family:var(--font-mono);font-weight:500}.dg-info-row dd.is-accent{color:rgb(var(--accent-text))}.dg-info-row dd.is-refund{color:rgb(var(--rose))}.dg-info-row-block{gap:4px;grid-template-columns:1fr}.dg-info-note{color:rgb(var(--text-muted));font-size:13px;line-height:1.55;white-space:pre-wrap;word-break:break-word}@media (max-width:600px){.dg-info-row{gap:2px;grid-template-columns:1fr}}.dg-customer-card{align-items:center;display:flex;gap:12px;padding:14px 18px}.dg-customer-name{color:rgb(var(--text-primary));font-size:14px;font-weight:600}.dg-customer-meta{color:rgb(var(--text-subtle));font-family:var(--font-mono);font-size:12px;margin-top:2px;word-break:break-word}.dg-btn{align-items:center;border:1px solid #0000;border-radius:var(--radius-sm);cursor:pointer;display:inline-flex;font-family:var(--font-ui);font-size:13px;font-weight:600;gap:6px;padding:8px 14px;text-decoration:none;transition:background .12s ease,border-color .12s ease;white-space:nowrap}.dg-btn-secondary{background:rgb(var(--bg-surface));border-color:rgb(var(--border-strong));color:rgb(var(--text-primary))}.dg-btn-secondary:hover:not(:disabled){background:rgb(var(--bg-surface-muted))}.dg-btn:focus-visible{box-shadow:var(--shadow-glow);outline:none}.add-timesheet-modal .MuiModal-root,.add-timesheet-modal-backdrop{align-items:center;display:flex;justify-content:center}.add-timesheet-modal-backdrop{min-height:100vh;outline:none;width:100%}.add-timesheet-modal-content{background:rgb(var(--bg-surface));border-radius:8px;box-shadow:0 4px 20px #00000026;max-height:90vh;max-width:500px;outline:none;overflow-y:auto;width:90%}.add-timesheet-modal-header{align-items:center;border-bottom:1px solid rgb(var(--border-default));display:flex;justify-content:space-between;padding:20px 24px}.add-timesheet-modal-header h2{color:rgb(var(--text-primary));font-size:20px;font-weight:600;margin:0}.close-btn{align-items:center;background:none;border:none;color:rgb(var(--text-muted));cursor:pointer;display:flex;justify-content:center;padding:4px;transition:color .2s}.close-btn:hover{color:rgb(var(--text-primary))}.add-timesheet-modal-body{padding:24px}.error-message{background:rgb(var(--status-lost)/.12);border-radius:12px;font-size:14px;margin-bottom:16px;padding:12px}.form-group{margin-bottom:20px}.form-group label{color:rgb(var(--text-primary));margin-bottom:8px}.note-textarea{border:1px solid rgb(var(--border-default));border-radius:12px;font-family:inherit;font-size:14px;min-height:80px;padding:10px;resize:vertical;width:100%}.note-textarea:focus{border-color:rgb(var(--brand-primary));outline:none}.time-input{border:1px solid rgb(var(--border-default));border-radius:12px;font-size:14px;padding:10px;width:100%}.time-input:focus{border-color:rgb(var(--brand-primary));outline:none}.add-timesheet-modal-footer{border-top:1px solid rgb(var(--border-default));display:flex;gap:12px;justify-content:flex-end;padding:20px 24px}.cancel-btn{background:rgb(var(--bg-surface));border:1px solid rgb(var(--border-default));border-radius:6px;color:rgb(var(--text-muted));cursor:pointer;font-size:14px;font-weight:500;padding:10px 20px;transition:all .2s}.cancel-btn:hover{background:rgb(var(--bg-surface-muted));border-color:rgb(var(--border-default))}.save-btn{background:rgb(var(--brand-primary));border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:14px;font-weight:500;padding:10px 20px;transition:all .2s}.save-btn:hover{background:rgb(var(--brand-primary-hover))}.save-btn:disabled{background:rgb(var(--border-default));cursor:not-allowed}@media (max-width:768px){.add-timesheet-modal-content{margin:20px;width:95%}.form-row{grid-template-columns:1fr}}.timesheet-page{padding:20px;width:100%}.timesheet-header{margin-bottom:24px}.timesheet-header h1{color:rgb(var(--text-primary));font-size:28px;font-weight:600;margin:0 0 8px}.breadcrumbs{font-size:14px}.breadcrumbs,.breadcrumbs span{color:rgb(var(--text-muted))}.timesheet-date-navigation{align-items:center;background:rgb(var(--bg-surface-muted));border-radius:8px;display:flex;gap:12px;margin-bottom:24px;padding:12px}.nav-btn{align-items:center;background:rgb(var(--bg-surface));border:1px solid rgb(var(--border-default));border-radius:4px;cursor:pointer;display:flex;justify-content:center;padding:8px 12px;transition:all .2s}.nav-btn:hover{background:rgb(var(--bg-surface-muted));border-color:rgb(var(--border-default))}.today-btn{background:rgb(var(--bg-surface));border:1px solid rgb(var(--border-default));border-radius:4px;cursor:pointer;font-size:14px;padding:8px 16px;transition:all .2s}.today-btn:hover{background:rgb(var(--bg-surface-muted));border-color:rgb(var(--border-default))}.calendar-btn-wrapper{display:inline-flex;position:relative}.calendar-btn{align-items:center;background:rgb(var(--bg-surface));border:1px solid rgb(var(--border-default));border-radius:4px;cursor:pointer;display:flex;justify-content:center;padding:8px 12px;transition:all .2s}.calendar-btn:hover{background:rgb(var(--bg-surface-muted));border-color:rgb(var(--border-default))}.date-picker-input{cursor:pointer;height:100%;left:0;opacity:0;pointer-events:none;position:absolute;top:0;width:100%}.timesheet-summary{background:rgb(var(--bg-surface));border:1px solid rgb(var(--border-default));border-radius:8px;box-shadow:0 1px 3px #0000001a;margin-bottom:24px;padding:24px}.summary-content{align-items:center;display:flex;flex-wrap:wrap;gap:16px;justify-content:space-between}.summary-text{display:flex;flex-direction:column;gap:8px}.summary-label{color:rgb(var(--text-muted));font-size:16px}.total-hours{color:rgb(var(--text-primary));font-size:24px;font-weight:600}.summary-actions{display:flex;gap:12px}.add-time-btn,.clock-in-btn,.clock-out-btn{border:none;border-radius:6px;cursor:pointer;font-size:14px;font-weight:500;padding:10px 20px;transition:all .2s}.clock-in-btn{background:rgb(var(--brand-primary));color:#fff}.clock-in-btn:hover{background:rgb(var(--brand-primary-hover))}.clock-out-btn{color:#fff}.clock-out-btn,.clock-out-btn:hover{background:rgb(var(--status-lost))}.add-time-btn{background:rgb(var(--brand-primary));color:#fff}.add-time-btn:hover{background:rgb(var(--brand-primary-hover))}.timesheet-entries{background:rgb(var(--bg-surface));border:1px solid rgb(var(--border-default));border-radius:8px;min-height:200px;padding:24px}.empty-state,.loading-state{align-items:center;color:rgb(var(--text-muted));display:flex;flex-direction:column;justify-content:center;padding:60px 20px}.empty-state svg{color:rgb(var(--text-subtle));margin-bottom:16px}.empty-state p{font-size:16px;margin:0}.entries-list{display:flex;flex-direction:column;gap:12px}.entry-row{grid-gap:16px;align-items:center;border:1px solid rgb(var(--border-default));border-radius:6px;display:grid;gap:16px;grid-template-columns:180px 1fr 100px auto;padding:16px;transition:all .2s}.entry-row:hover{background:rgb(var(--bg-surface-muted));border-color:rgb(var(--border-default))}.entry-row.running{background:rgb(var(--status-qualified)/.12);border-color:rgb(var(--status-qualified))}.entry-time-range{color:rgb(var(--text-primary));font-size:14px;font-weight:500}.entry-note{color:rgb(var(--text-muted));font-size:14px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.entry-duration{color:rgb(var(--text-primary));font-size:14px;font-weight:500;text-align:right}.entry-actions{display:flex;gap:8px}@media (max-width:768px){.timesheet-page{padding:16px}.summary-content{align-items:flex-start;flex-direction:column}.summary-actions{flex-direction:column;width:100%}.add-time-btn,.clock-in-btn,.clock-out-btn{width:100%}.entry-row{gap:8px;grid-template-columns:1fr}.entry-actions{justify-content:flex-end}}.add-expense-modal .MuiModal-root,.add-expense-modal-backdrop{align-items:center;display:flex;justify-content:center}.add-expense-modal-backdrop{min-height:100vh;outline:none;width:100%}.add-expense-modal-content{background:rgb(var(--bg-surface));border-radius:8px;box-shadow:0 4px 20px #00000026;max-height:90vh;max-width:520px;outline:none;overflow-y:auto;width:90%}.add-expense-modal-header{align-items:center;border-bottom:1px solid rgb(var(--border-default));display:flex;justify-content:space-between;padding:20px 24px}.add-expense-modal-header h2{color:rgb(var(--text-primary));font-size:20px;font-weight:600;margin:0}.add-expense-modal .close-btn{align-items:center;background:none;border:none;color:rgb(var(--text-muted));cursor:pointer;display:flex;justify-content:center;padding:4px;transition:color .2s}.add-expense-modal .close-btn:hover{color:rgb(var(--text-primary))}.add-expense-modal-body{padding:24px}.add-expense-modal .error-message{background:rgb(var(--status-lost)/.12);border-radius:12px;color:rgb(var(--status-lost));font-size:14px;margin-bottom:16px;padding:12px}.add-expense-modal .form-group{margin-bottom:20px}.add-expense-modal .form-group label{color:rgb(var(--text-primary));display:block;font-size:14px;font-weight:500;margin-bottom:8px}.add-expense-modal .text-input{border:1px solid rgb(var(--border-default));border-radius:12px;box-sizing:border-box;font-size:14px;padding:10px 12px;width:100%}.add-expense-modal .text-input:focus{border-color:rgb(var(--brand-primary));outline:none}.add-expense-modal .note-textarea{border:1px solid rgb(var(--border-default));border-radius:12px;box-sizing:border-box;font-family:inherit;font-size:14px;min-height:70px;padding:10px;resize:vertical;width:100%}.add-expense-modal .note-textarea:focus{border-color:rgb(var(--brand-primary));outline:none}.add-expense-modal .file-input-wrap{align-items:center;display:flex;flex-wrap:wrap;gap:12px}.add-expense-modal .file-input{height:.1px;opacity:0;overflow:hidden;position:absolute;width:.1px;z-index:-1}.add-expense-modal .file-label{background:rgb(var(--bg-surface-muted));border:1px solid rgb(var(--border-default));border-radius:12px;cursor:pointer;font-size:14px;padding:8px 16px;transition:all .2s}.add-expense-modal .file-label:hover{background:rgb(var(--bg-surface-muted));border-color:rgb(var(--border-default))}.add-expense-modal .file-name{color:rgb(var(--text-muted));font-size:14px}.add-expense-modal-footer{border-top:1px solid rgb(var(--border-default));display:flex;gap:12px;justify-content:flex-end;padding:20px 24px}.add-expense-modal .cancel-btn{background:rgb(var(--bg-surface));border:1px solid rgb(var(--border-default));border-radius:6px;color:rgb(var(--text-muted));cursor:pointer;font-size:14px;font-weight:500;padding:10px 20px;transition:all .2s}.add-expense-modal .cancel-btn:hover{background:rgb(var(--bg-surface-muted));border-color:rgb(var(--border-default))}.add-expense-modal .save-btn{background:rgb(var(--brand-primary));border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:14px;font-weight:500;padding:10px 20px;transition:all .2s}.add-expense-modal .save-btn:hover{background:rgb(var(--brand-primary-hover))}.add-expense-modal .save-btn:disabled{background:rgb(var(--border-default));cursor:not-allowed}@media (max-width:768px){.add-expense-modal-content{margin:20px;width:95%}}.event-modal-overlay{align-items:center;background-color:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.event-modal{background:rgb(var(--bg-surface));border-radius:8px;box-shadow:0 10px 40px rgb(var(--text-primary)/.2);max-height:90vh;max-width:600px;overflow-y:auto;width:90%}.event-modal-header{align-items:center;border-bottom:1px solid rgb(var(--border-default));display:flex;justify-content:space-between;padding:20px 24px}.event-modal-header h2{color:rgb(var(--text-primary));font-size:20px;font-weight:600;margin:0}.event-modal-close{align-items:center;background:none;border:none;border-radius:4px;color:rgb(var(--text-muted));cursor:pointer;display:flex;font-size:24px;height:32px;justify-content:center;padding:0;transition:background-color .2s;width:32px}.event-modal-close:hover{background-color:rgb(var(--bg-surface-muted));color:rgb(var(--text-primary))}.event-modal form{padding:24px}.event-modal-section{border:1px solid rgb(var(--border-default));border-radius:6px;margin-bottom:20px;overflow:hidden}.event-modal-section-header{align-items:center;background-color:rgb(var(--bg-surface-muted));cursor:pointer;display:flex;justify-content:space-between;padding:16px 20px;-webkit-user-select:none;user-select:none}.event-modal-section-header h3{color:rgb(var(--text-primary));font-size:16px;font-weight:600;margin:0}.section-chevron{color:rgb(var(--text-muted));font-size:18px}.event-modal-section-content{padding:20px}.form-group{margin-bottom:16px}.form-group:last-child{margin-bottom:0}.form-group label{color:rgb(var(--text-muted));display:block;font-size:14px;font-weight:500;margin-bottom:6px}.form-group input[type=date],.form-group input[type=text],.form-group input[type=time],.form-group select,.form-group textarea{border:1px solid rgb(var(--border-default));border-radius:6px;color:rgb(var(--text-primary));font-size:14px;padding:8px 12px;transition:border-color .2s;width:100%}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:rgb(var(--brand-primary));box-shadow:0 0 0 3px rgb(var(--brand-ring)/.3);outline:none}.form-group input.error,.form-group select.error,.form-group textarea.error{border-color:rgb(var(--status-lost))}.error-message{color:rgb(var(--status-lost));display:block;font-size:12px;margin-top:4px}.form-group textarea{min-height:80px;resize:vertical}.form-row{grid-gap:16px;display:grid;gap:16px;grid-template-columns:1fr 1fr}.checkbox-group{margin-bottom:12px}.checkbox-label{align-items:center;color:rgb(var(--text-primary));cursor:pointer;display:flex;font-size:14px}.checkbox-label input[type=checkbox]{cursor:pointer;margin-right:8px;width:auto}.event-modal-actions{border-top:1px solid rgb(var(--border-default));display:flex;gap:12px;justify-content:flex-end;margin-top:24px;padding-top:20px}.btn-cancel,.btn-create{border:1px solid rgb(var(--border-default));border-radius:6px;cursor:pointer;font-size:14px;font-weight:500;padding:10px 20px;transition:all .2s}.btn-cancel{background:rgb(var(--bg-surface));color:rgb(var(--text-primary))}.btn-cancel:hover{background-color:rgb(var(--bg-surface-muted))}.btn-create{background-color:rgb(var(--brand-primary));border-color:rgb(var(--brand-primary));color:rgb(var(--bg-surface))}.btn-create:hover:not(:disabled){background-color:rgb(var(--brand-primary-hover));border-color:rgb(var(--brand-primary-hover))}.btn-create:disabled{cursor:not-allowed;opacity:.6}@media (max-width:768px){.event-modal{max-height:95vh;width:95%}.form-row{grid-template-columns:1fr}}.schedule-page{padding:24px;width:100%}.schedule-loading{align-items:center;color:rgb(var(--text-muted));display:flex;font-size:18px;height:400px;justify-content:center}.schedule-header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:24px}.schedule-header h1{color:rgb(var(--text-primary));font-size:28px;font-weight:600;margin:0 0 8px}.schedule-breadcrumbs{color:rgb(var(--text-muted));font-size:14px}.schedule-add-event{background-color:rgb(var(--brand-primary));border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:14px;font-weight:500;padding:10px 20px;transition:background-color .2s}.schedule-add-event:hover{background-color:rgb(var(--brand-primary-hover))}.schedule-content{grid-gap:24px;align-items:start;display:grid;gap:24px;grid-template-columns:1fr 340px}.schedule-calendar-wrap{background:rgb(var(--bg-surface));border-radius:8px;box-shadow:0 1px 3px #0000001a;min-height:500px;padding:16px}.schedule-calendar-wrap .rbc-calendar{font-family:inherit}.schedule-calendar-wrap .rbc-toolbar button{border-color:rgb(var(--border-default));color:rgb(var(--brand-primary))}.schedule-calendar-wrap .rbc-toolbar button.rbc-active,.schedule-calendar-wrap .rbc-toolbar button:active{background-color:rgb(var(--brand-primary));border-color:rgb(var(--brand-primary));color:#fff}.schedule-calendar-wrap .rbc-today{background-color:rgb(var(--bg-surface-muted))}.schedule-calendar-wrap .rbc-event{font-size:12px;padding:2px 6px}.schedule-appointments.dashboard-appointments{background:rgb(var(--bg-surface));border-radius:8px;box-shadow:0 1px 3px #0000001a;display:flex;flex-direction:column;height:-webkit-fit-content;height:fit-content;max-height:600px;padding:20px}.appointments-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:20px}.appointments-header h2{color:rgb(var(--text-primary));font-size:18px;font-weight:600;margin:0}.new-event-button{background-color:rgb(var(--brand-primary));border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:12px;font-weight:500;padding:6px 12px;transition:background-color .2s}.new-event-button:hover{background-color:rgb(var(--brand-primary-hover))}.appointments-list{display:flex;flex:1 1;flex-direction:column;gap:16px;max-height:450px;min-height:0;overflow-x:hidden;overflow-y:auto;padding-right:8px}.appointments-list::-webkit-scrollbar{width:6px}.appointments-list::-webkit-scrollbar-track{background:rgb(var(--bg-surface-muted));border-radius:10px}.appointments-list::-webkit-scrollbar-thumb{background:rgb(var(--border-default));border-radius:10px}.appointment-item{border-bottom:1px solid rgb(var(--border-default));display:flex;gap:12px;padding-bottom:16px;transition:background-color .2s}.appointment-item:hover{background-color:rgb(var(--bg-surface-muted));margin:0 -20px;padding-left:20px;padding-right:20px}.appointment-item:last-child{border-bottom:none;padding-bottom:0}.appointment-indicator{border-radius:2px;flex-shrink:0;width:4px}.appointment-green{background-color:rgb(var(--status-qualified))}.appointment-orange{background-color:rgb(var(--status-new))}.appointment-content{display:flex;flex:1 1;gap:12px}.appointment-date-block{background-color:rgb(var(--bg-surface-muted));border-radius:6px;flex-shrink:0;min-width:60px;padding:8px 12px;text-align:center}.appointment-day{color:rgb(var(--text-primary));font-size:18px;font-weight:700;line-height:1.2}.appointment-day-name{color:rgb(var(--text-muted));font-size:11px;margin-top:2px;text-transform:uppercase}.appointment-details{flex:1 1}.appointment-client{color:rgb(var(--text-primary));font-size:14px;font-weight:500;margin-bottom:4px}.appointment-time{color:rgb(var(--text-muted));font-size:12px;margin-bottom:4px}.appointment-description{color:rgb(var(--text-subtle));font-size:12px}.no-appointments{color:rgb(var(--text-subtle));padding:40px;text-align:center}@media (max-width:1100px){.schedule-content{grid-template-columns:1fr}}@media (max-width:768px){.schedule-page{padding:16px}.schedule-header{flex-direction:column;gap:12px}.schedule-calendar-wrap{min-height:400px}}.rbc-btn{color:inherit;font:inherit;margin:0}button.rbc-btn{-webkit-appearance:button;appearance:button;cursor:pointer;overflow:visible;text-transform:none}button[disabled].rbc-btn{cursor:not-allowed}button.rbc-input::-moz-focus-inner{border:0;padding:0}.rbc-calendar{align-items:stretch;box-sizing:border-box;display:flex;flex-direction:column;height:100%}.rbc-m-b-negative-3{margin-bottom:-3px}.rbc-h-full{height:100%}.rbc-calendar *,.rbc-calendar :after,.rbc-calendar :before{box-sizing:inherit}.rbc-abs-full,.rbc-row-bg{bottom:0;left:0;overflow:hidden;position:absolute;right:0;top:0}.rbc-ellipsis,.rbc-event-label,.rbc-row-segment .rbc-event-content,.rbc-show-more{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rbc-rtl{direction:rtl}.rbc-off-range{color:#999}.rbc-off-range-bg{background:#e6e6e6}.rbc-header{border-bottom:1px solid #ddd;flex:1 0;font-size:90%;font-weight:700;min-height:0;overflow:hidden;padding:0 3px;text-align:center;text-overflow:ellipsis;vertical-align:middle;white-space:nowrap}.rbc-header+.rbc-header{border-left:1px solid #ddd}.rbc-rtl .rbc-header+.rbc-header{border-left-width:0;border-right:1px solid #ddd}.rbc-header>a,.rbc-header>a:active,.rbc-header>a:visited{color:inherit;text-decoration:none}.rbc-button-link{background:none;border:none;color:inherit;cursor:pointer;margin:0;padding:0;-webkit-user-select:text;user-select:text}.rbc-row-content{position:relative;user-select:none;-webkit-user-select:none;z-index:4}.rbc-row-content-scrollable{display:flex;flex-direction:column;height:100%}.rbc-row-content-scrollable .rbc-row-content-scroll-container{-ms-overflow-style:none;height:100%;overflow-y:scroll;scrollbar-width:none}.rbc-row-content-scrollable .rbc-row-content-scroll-container::-webkit-scrollbar{display:none}.rbc-today{background-color:#eaf6ff}.rbc-toolbar{align-items:center;display:flex;flex-wrap:wrap;font-size:16px;justify-content:center;margin-bottom:10px}.rbc-toolbar .rbc-toolbar-label{flex-grow:1;padding:0 10px;text-align:center}.rbc-toolbar button{background:none;background-image:none;border:1px solid #ccc;border-radius:4px;color:#373a3c;display:inline-block;line-height:normal;margin:0;padding:.375rem 1rem;text-align:center;vertical-align:middle;white-space:nowrap}.rbc-toolbar button.rbc-active,.rbc-toolbar button:active{background-color:#e6e6e6;background-image:none;border-color:#adadad;box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.rbc-toolbar button.rbc-active:focus,.rbc-toolbar button.rbc-active:hover,.rbc-toolbar button:active:focus,.rbc-toolbar button:active:hover{background-color:#d4d4d4;border-color:#8c8c8c;color:#373a3c}.rbc-toolbar button:focus,.rbc-toolbar button:hover{background-color:#e6e6e6;border-color:#adadad;color:#373a3c}.rbc-toolbar button:hover{cursor:pointer}.rbc-btn-group{display:inline-block;white-space:nowrap}.rbc-btn-group>button:first-child:not(:last-child){border-bottom-right-radius:0;border-top-right-radius:0}.rbc-btn-group>button:last-child:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.rbc-rtl .rbc-btn-group>button:first-child:not(:last-child){border-radius:4px;border-bottom-left-radius:0;border-top-left-radius:0}.rbc-rtl .rbc-btn-group>button:last-child:not(:first-child){border-radius:4px;border-bottom-right-radius:0;border-top-right-radius:0}.rbc-btn-group>button:not(:first-child):not(:last-child){border-radius:0}.rbc-btn-group button+button{margin-left:-1px}.rbc-rtl .rbc-btn-group button+button{margin-left:0;margin-right:-1px}.rbc-btn-group+.rbc-btn-group,.rbc-btn-group+button{margin-left:10px}@media (max-width:767px){.rbc-toolbar{flex-direction:column}}.rbc-day-slot .rbc-background-event,.rbc-event{background-color:#3174ad;border:none;border-radius:5px;box-shadow:none;box-sizing:border-box;color:#fff;cursor:pointer;margin:0;padding:2px 5px;text-align:left;width:100%}.rbc-day-slot .rbc-slot-selecting .rbc-background-event,.rbc-slot-selecting .rbc-day-slot .rbc-background-event,.rbc-slot-selecting .rbc-event{cursor:inherit;pointer-events:none}.rbc-day-slot .rbc-selected.rbc-background-event,.rbc-event.rbc-selected{background-color:#265985}.rbc-day-slot .rbc-background-event:focus,.rbc-event:focus{outline:5px auto #3b99fc}.rbc-event-label{font-size:80%}.rbc-event-overlaps{box-shadow:-1px 1px 5px 0 #33333380}.rbc-event-continues-prior{border-bottom-left-radius:0;border-top-left-radius:0}.rbc-event-continues-after{border-bottom-right-radius:0;border-top-right-radius:0}.rbc-event-continues-earlier{border-top-left-radius:0;border-top-right-radius:0}.rbc-event-continues-later{border-bottom-left-radius:0;border-bottom-right-radius:0}.rbc-row{display:flex;flex-direction:row}.rbc-row-segment{padding:0 1px 1px}.rbc-selected-cell{background-color:#0000001a}.rbc-show-more{background-color:#ffffff4d;color:#3174ad;font-size:85%;font-weight:700;height:auto;line-height:normal;z-index:4}.rbc-show-more:focus,.rbc-show-more:hover{color:#265985}.rbc-month-view{border:1px solid #ddd;display:flex;flex:1 0;flex-direction:column;height:100%;position:relative;user-select:none;-webkit-user-select:none;width:100%}.rbc-month-header{display:flex;flex-direction:row}.rbc-month-row{display:flex;flex:1 0;flex-basis:0px;flex-direction:column;height:100%;overflow:hidden;position:relative}.rbc-month-row+.rbc-month-row{border-top:1px solid #ddd}.rbc-date-cell{flex:1 1;min-width:0;padding-right:5px;text-align:right}.rbc-date-cell.rbc-now{font-weight:700}.rbc-date-cell>a,.rbc-date-cell>a:active,.rbc-date-cell>a:visited{color:inherit;text-decoration:none}.rbc-row-bg{display:flex;flex:1 0;flex-direction:row;overflow:hidden;right:1px}.rbc-day-bg{flex:1 0}.rbc-day-bg+.rbc-day-bg{border-left:1px solid #ddd}.rbc-rtl .rbc-day-bg+.rbc-day-bg{border-left-width:0;border-right:1px solid #ddd}.rbc-overlay{background-color:#fff;border:1px solid #e5e5e5;box-shadow:0 5px 15px #00000040;padding:10px;position:absolute;z-index:5}.rbc-overlay>*+*{margin-top:1px}.rbc-overlay-header{border-bottom:1px solid #e5e5e5;margin:-10px -10px 5px;padding:2px 10px}.rbc-agenda-view{display:flex;flex:1 0;flex-direction:column;overflow:auto}.rbc-agenda-view table.rbc-agenda-table{border:1px solid #ddd;border-collapse:collapse;border-spacing:0;width:100%}.rbc-agenda-view table.rbc-agenda-table tbody>tr>td{padding:5px 10px;vertical-align:top}.rbc-agenda-view table.rbc-agenda-table .rbc-agenda-time-cell{padding-left:15px;padding-right:15px;text-transform:lowercase}.rbc-agenda-view table.rbc-agenda-table tbody>tr>td+td{border-left:1px solid #ddd}.rbc-rtl .rbc-agenda-view table.rbc-agenda-table tbody>tr>td+td{border-left-width:0;border-right:1px solid #ddd}.rbc-agenda-view table.rbc-agenda-table tbody>tr+tr{border-top:1px solid #ddd}.rbc-agenda-view table.rbc-agenda-table thead>tr>th{border-bottom:1px solid #ddd;padding:3px 5px;text-align:left}.rbc-rtl .rbc-agenda-view table.rbc-agenda-table thead>tr>th{text-align:right}.rbc-agenda-time-cell{text-transform:lowercase}.rbc-agenda-time-cell .rbc-continues-after:after{content:" »"}.rbc-agenda-time-cell .rbc-continues-prior:before{content:"« "}.rbc-agenda-date-cell,.rbc-agenda-time-cell{white-space:nowrap}.rbc-agenda-event-cell{width:100%}.rbc-time-column{display:flex;flex-direction:column;min-height:100%}.rbc-time-column .rbc-timeslot-group{flex:1 1}.rbc-timeslot-group{border-bottom:1px solid #ddd;display:flex;flex-flow:column nowrap;min-height:40px}.rbc-header-gutter,.rbc-time-gutter{flex:none}.rbc-label{padding:0 5px}.rbc-day-slot{position:relative}.rbc-day-slot .rbc-events-container{bottom:0;left:0;margin-right:10px;position:absolute;right:0;top:0}.rbc-day-slot .rbc-events-container.rbc-rtl{left:10px;right:0}.rbc-day-slot .rbc-background-event,.rbc-day-slot .rbc-event{align-items:flex-start;border:1px solid #265985;display:flex;flex-flow:column wrap;max-height:100%;min-height:20px;overflow:hidden;position:absolute}.rbc-day-slot .rbc-background-event{opacity:.75}.rbc-day-slot .rbc-event-label{flex:none;padding-right:5px;width:auto}.rbc-day-slot .rbc-event-content{word-wrap:break-word;flex:1 1;height:100%;line-height:1;min-height:1em;width:100%}.rbc-day-slot .rbc-time-slot{border-top:1px solid #f7f7f7}.rbc-time-view-resources .rbc-time-gutter,.rbc-time-view-resources .rbc-time-header-gutter{background-color:#fff;border-right:1px solid #ddd;left:0;margin-right:-1px;position:-webkit-sticky;position:sticky;z-index:10}.rbc-time-view-resources .rbc-time-header{overflow:hidden}.rbc-time-view-resources .rbc-time-header-content{flex:1 0;flex-basis:0px;min-width:auto}.rbc-time-view-resources .rbc-time-header-cell-single-day{display:none}.rbc-time-view-resources .rbc-day-slot{min-width:140px}.rbc-time-view-resources .rbc-day-bg,.rbc-time-view-resources .rbc-header{flex:1 1;flex-basis:0 px;width:140px}.rbc-time-header-content+.rbc-time-header-content{margin-left:-1px}.rbc-time-slot{flex:1 0}.rbc-time-slot.rbc-now{font-weight:700}.rbc-day-header{text-align:center}.rbc-slot-selection{background-color:#00000080;color:#fff;font-size:75%;padding:3px;position:absolute;width:100%;z-index:10}.rbc-slot-selecting{cursor:move}.rbc-time-view{border:1px solid #ddd;display:flex;flex:1 1;flex-direction:column;min-height:0;width:100%}.rbc-time-view .rbc-time-gutter{text-align:right;white-space:nowrap}.rbc-time-view .rbc-allday-cell{box-sizing:initial;height:100%;position:relative;width:100%}.rbc-time-view .rbc-allday-cell+.rbc-allday-cell{border-left:1px solid #ddd}.rbc-time-view .rbc-allday-events{position:relative;z-index:4}.rbc-time-view .rbc-row{box-sizing:border-box;min-height:20px}.rbc-time-header{display:flex;flex:0 0 auto;flex-direction:row}.rbc-time-header.rbc-overflowing{border-right:1px solid #ddd}.rbc-rtl .rbc-time-header.rbc-overflowing{border-left:1px solid #ddd;border-right-width:0}.rbc-time-header>.rbc-row.rbc-row-resource,.rbc-time-header>.rbc-row:first-child{border-bottom:1px solid #ddd}.rbc-time-header-cell-single-day{display:none}.rbc-time-header-content{border-left:1px solid #ddd;display:flex;flex:1 1;flex-direction:column;min-width:0}.rbc-rtl .rbc-time-header-content{border-left-width:0;border-right:1px solid #ddd}.rbc-time-header-content>.rbc-row.rbc-row-resource{border-bottom:1px solid #ddd;flex-shrink:0}.rbc-time-content{align-items:flex-start;border-top:2px solid #ddd;display:flex;flex:1 0;overflow-y:auto;position:relative;width:100%}.rbc-time-content>.rbc-time-gutter{flex:none}.rbc-time-content>*+*>*{border-left:1px solid #ddd}.rbc-rtl .rbc-time-content>*+*>*{border-left-width:0;border-right:1px solid #ddd}.rbc-time-content>.rbc-day-slot{user-select:none;-webkit-user-select:none;width:100%}.rbc-current-time-indicator{background-color:#74ad31;height:1px;left:0;pointer-events:none;position:absolute;right:0;z-index:3}.rbc-resource-grouping.rbc-time-header-content{display:flex;flex-direction:column}.rbc-resource-grouping .rbc-row .rbc-header{width:141px}@layer css-reset{
/*! modern-normalize v3.0.1 | MIT License | https://github.com/sindresorhus/modern-normalize */*,:after,:before{box-sizing:border-box}html{-webkit-text-size-adjust:100%;font-family:system-ui,Segoe UI,Roboto,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;line-height:1.15;tab-size:4}body{margin:0}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:ui-monospace,SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:initial}sub{bottom:-.25em}sup{top:-.5em}table{border-color:currentcolor}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}legend{padding:0}progress{vertical-align:initial}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}}@media (prefers-reduced-motion:reduce){.str-chat,.str-chat *,.str-chat :after,.str-chat :before{animation-delay:0ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-delay:0ms!important;transition-duration:.01ms!important}.str-chat__attachment-selector__menu-button__icon{transform:none}}.str-chat__prepare-rotate45{transform:rotate(0);transform-origin:center center;transition:transform .2s ease}.str-chat__rotate45{transform:rotate(45deg)}.str-chat,.str-chat__theme-dark .str-chat__theme-inverse{--str-chat__base-transparent-0:#fff0;--str-chat__base-transparent-white-10:#ffffff1a;--str-chat__base-transparent-white-20:#fff3;--str-chat__base-transparent-white-30:#ffffff4d;--str-chat__base-transparent-white-70:#ffffffb3;--str-chat__base-transparent-black-5:#0000000d;--str-chat__base-transparent-black-10:#0000001a;--str-chat__base-transparent-black-70:#000000b3;--str-chat__base-black:#000;--str-chat__base-white:#fff;--str-chat__slate-50:#f6f8fa;--str-chat__slate-100:#ebeef1;--str-chat__slate-150:#d5dbe1;--str-chat__slate-200:#c0c8d2;--str-chat__slate-300:#a3acba;--str-chat__slate-400:#87909f;--str-chat__slate-500:#687385;--str-chat__slate-600:#545969;--str-chat__slate-700:#414552;--str-chat__slate-800:#30313d;--str-chat__slate-900:#1a1b25;--str-chat__neutral-50:#f8f8f8;--str-chat__neutral-100:#efefef;--str-chat__neutral-150:#d8d8d8;--str-chat__neutral-200:#c4c4c4;--str-chat__neutral-300:#ababab;--str-chat__neutral-400:#8f8f8f;--str-chat__neutral-500:#6a6a6a;--str-chat__neutral-600:#565656;--str-chat__neutral-700:#464646;--str-chat__neutral-800:#323232;--str-chat__neutral-900:#1c1c1c;--str-chat__blue-50:#f3f7ff;--str-chat__blue-100:#e3edff;--str-chat__blue-150:#c3d9ff;--str-chat__blue-200:#a5c5ff;--str-chat__blue-300:#78a8ff;--str-chat__blue-400:#4586ff;--str-chat__blue-500:#005fff;--str-chat__blue-600:#1b53bd;--str-chat__blue-700:#19418d;--str-chat__blue-800:#142f63;--str-chat__blue-900:#091a3b;--str-chat__cyan-50:#f1fbfc;--str-chat__cyan-100:#d1f3f6;--str-chat__cyan-150:#a9e4ea;--str-chat__cyan-200:#72d7e0;--str-chat__cyan-300:#45bcc7;--str-chat__cyan-400:#1e9ea9;--str-chat__cyan-500:#248088;--str-chat__cyan-600:#006970;--str-chat__cyan-700:#065056;--str-chat__cyan-800:#003a3f;--str-chat__cyan-900:#002124;--str-chat__green-50:#e1ffee;--str-chat__green-100:#bdfcdb;--str-chat__green-150:#8febbd;--str-chat__green-200:#59dea3;--str-chat__green-300:#00c384;--str-chat__green-400:#00a46e;--str-chat__green-500:#277e59;--str-chat__green-600:#006643;--str-chat__green-700:#004f33;--str-chat__green-800:#003a25;--str-chat__green-900:#002213;--str-chat__purple-50:#f7f8ff;--str-chat__purple-100:#ecedff;--str-chat__purple-150:#d4d7ff;--str-chat__purple-200:#c1c5ff;--str-chat__purple-300:#a1a3ff;--str-chat__purple-400:#8482fc;--str-chat__purple-500:#644af9;--str-chat__purple-600:#553bd8;--str-chat__purple-700:#4032a1;--str-chat__purple-800:#2e2576;--str-chat__purple-900:#1a114d;--str-chat__yellow-50:#fef9da;--str-chat__yellow-100:#fcedb9;--str-chat__yellow-150:#fcd579;--str-chat__yellow-200:#f6bf57;--str-chat__yellow-300:#fa922b;--str-chat__yellow-400:#f26d10;--str-chat__yellow-500:#c84801;--str-chat__yellow-600:#a82c00;--str-chat__yellow-700:#842106;--str-chat__yellow-800:#5f1a05;--str-chat__yellow-900:#331302;--str-chat__red-50:#fff5fa;--str-chat__red-100:#ffe7f2;--str-chat__red-150:#ffccdf;--str-chat__red-200:#ffb1cd;--str-chat__red-300:#fe87a1;--str-chat__red-400:#fc526a;--str-chat__red-500:#d90d10;--str-chat__red-600:#b3093c;--str-chat__red-700:#890d37;--str-chat__red-800:#68052b;--str-chat__red-900:#3e021a;--str-chat__violet-50:#fef4ff;--str-chat__violet-100:#fbe8fe;--str-chat__violet-150:#f7cffc;--str-chat__violet-200:#eeb5f4;--str-chat__violet-300:#e68bec;--str-chat__violet-400:#d75fe7;--str-chat__violet-500:#b716ca;--str-chat__violet-600:#9d00ae;--str-chat__violet-700:#7c0089;--str-chat__violet-800:#5c0066;--str-chat__violet-900:#36003d;--str-chat__lime-50:#f1fde8;--str-chat__lime-100:#d4ffb0;--str-chat__lime-150:#b1ee79;--str-chat__lime-200:#9cda5d;--str-chat__lime-300:#78c100;--str-chat__lime-400:#639e11;--str-chat__lime-500:#4b7a0a;--str-chat__lime-600:#3e6213;--str-chat__lime-700:#355315;--str-chat__lime-800:#203a00;--str-chat__lime-900:#112100;--str-chat__size-2:2px;--str-chat__size-4:4px;--str-chat__size-6:6px;--str-chat__size-8:8px;--str-chat__size-12:12px;--str-chat__size-16:16px;--str-chat__size-20:20px;--str-chat__size-24:24px;--str-chat__size-32:32px;--str-chat__size-40:40px;--str-chat__size-48:48px;--str-chat__size-64:64px;--str-chat__size-28:28px;--str-chat__size-80:80px;--str-chat__size-128:128px;--str-chat__size-240:240px;--str-chat__size-320:320px;--str-chat__size-480:480px;--str-chat__size-560:560px;--str-chat__size-640:640px;--str-chat__size-760:760px;--str-chat__size-144:144px;--str-chat__size-208:208px;--str-chat__size-56:56px;--str-chat__radius-0:0px;--str-chat__radius-2:2px;--str-chat__radius-4:4px;--str-chat__radius-6:6px;--str-chat__radius-8:8px;--str-chat__radius-12:12px;--str-chat__radius-16:16px;--str-chat__radius-20:20px;--str-chat__radius-24:24px;--str-chat__radius-32:32px;--str-chat__radius-full:9999px;--str-chat__space-0:0px;--str-chat__space-2:2px;--str-chat__space-4:4px;--str-chat__space-8:8px;--str-chat__space-12:12px;--str-chat__space-16:16px;--str-chat__space-20:20px;--str-chat__space-24:24px;--str-chat__space-32:32px;--str-chat__space-40:40px;--str-chat__space-48:48px;--str-chat__space-64:64px;--str-chat__space-80:80px;--str-chat__w100:1px;--str-chat__w150:1.5px;--str-chat__w200:2px;--str-chat__w300:3px;--str-chat__w400:4px;--str-chat__w120:1.2px;--str-chat__font-family-geist:"Geist";--str-chat__font-family-geist-mono:"Geist Mono";--str-chat__font-family-sf-pro:"SF Pro";--str-chat__font-family-sf-mono:"SF Mono";--str-chat__font-family-roboto:"Roboto";--str-chat__font-family-roboto-mono:"Roboto Mono";--str-chat__font-weight-w400:400;--str-chat__font-weight-w500:500;--str-chat__font-weight-w600:600;--str-chat__font-weight-w700:700;--str-chat__font-size-size-8:8px;--str-chat__font-size-size-10:10px;--str-chat__font-size-size-11:11px;--str-chat__font-size-size-12:12px;--str-chat__font-size-size-13:13px;--str-chat__font-size-size-14:14px;--str-chat__font-size-size-16:16px;--str-chat__font-size-size-15:15px;--str-chat__font-size-size-17:17px;--str-chat__font-size-size-18:18px;--str-chat__font-size-size-20:20px;--str-chat__font-size-size-22:22px;--str-chat__font-size-size-24:24px;--str-chat__font-size-size-28:28px;--str-chat__font-size-size-32:32px;--str-chat__font-size-size-40:40px;--str-chat__font-size-size-48:48px;--str-chat__font-size-size-64:64px;--str-chat__line-height-line-height-8:8px;--str-chat__line-height-line-height-10:10px;--str-chat__line-height-line-height-12:12px;--str-chat__line-height-line-height-13:13px;--str-chat__line-height-line-height-14:14px;--str-chat__line-height-line-height-15:15px;--str-chat__line-height-line-height-16:16px;--str-chat__line-height-line-height-17:17px;--str-chat__line-height-line-height-18:18px;--str-chat__line-height-line-height-20:20px;--str-chat__line-height-line-height-24:24px;--str-chat__line-height-line-height-28:28px;--str-chat__line-height-line-height-32:32px;--str-chat__line-height-line-height-40:40px;--str-chat__line-height-line-height-48:48px;--str-chat__typography-font-weight-regular:400;--str-chat__typography-font-weight-medium:500;--str-chat__typography-font-weight-semi-bold:600;--str-chat__typography-font-weight-bold:700;--str-chat__light-elevation-1:0px 0px 0px 1px #0000000d,0px 1px 2px 0px #0000001a,0px 4px 8px 0px #0000000f;--str-chat__light-elevation-2:0px 0px 0px 1px #0000000d,0px 2px 4px 0px #0000001f,0px 6px 16px 0px #0000000f;--str-chat__light-elevation-3:0px 0px 0px 1px #0000000d,0px 4px 8px 0px #00000024,0px 12px 24px 0px #0000001a;--str-chat__light-elevation-4:0px 0px 0px 1px #0000000d,0px 6px 12px 0px #00000029,0px 20px 32px 0px #0000001f;--str-chat__dark-elevation-1:0px 0px 0px 1px #ffffff26,0px 1px 2px 0px #0003,0px 4px 8px 0px #0000001a;--str-chat__dark-elevation-2:0px 0px 0px 1px #ffffff26,0px 2px 4px 0px #00000038,0px 6px 16px 0px #0000001f;--str-chat__dark-elevation-3:0px 0px 0px 1px #ffffff26,0px 4px 8px 0px #0000003d,0px 12px 24px 0px #00000024;--str-chat__dark-elevation-4:0px 0px 0px 1px #ffffff26,0px 6px 12px 0px #00000047,0px 20px 32px 0px #00000029;--str-chat__button-padding-y-lg:14px;--str-chat__button-padding-y-md:10px;--str-chat__button-padding-y-sm:6px;--str-chat__button-padding-y-xs:4px;--str-chat__button-padding-x-icon-only-lg:14px;--str-chat__button-padding-x-icon-only-md:10px;--str-chat__button-padding-x-icon-only-sm:6px;--str-chat__button-padding-x-icon-only-xs:4px;--str-chat__button-padding-x-with-label-lg:16px;--str-chat__button-padding-x-with-label-md:16px;--str-chat__button-padding-x-with-label-sm:16px;--str-chat__button-padding-x-with-label-xs:12px;--str-chat__background-core-overlay-light:#ffffffbf;--str-chat__background-core-overlay-dark:#1a1b2540;--str-chat__background-core-scrim:#1a1b2580;--str-chat__background-utility-hover:#1a1b251a;--str-chat__background-utility-pressed:#1a1b2526;--str-chat__background-utility-selected:#1a1b2533;--str-chat__border-utility-hover:#1a1b251a;--str-chat__border-utility-pressed:#1a1b2533;--str-chat__border-utility-selected:#1a1b2526;--str-chat__border-core-opacity-subtle:#1a1b251a;--str-chat__border-core-opacity-strong:#1a1b2540;--str-chat__system-bg-blur:#ffffff03;--str-chat__system-scrollbar:#00000080;--str-chat__badge-bg-overlay:#000000bf;--str-chat__control-play-button-bg:#000000bf;--str-chat__typography-font-family-sans:var(--str-chat__font-family-geist);--str-chat__typography-font-family-mono:var(--str-chat__font-family-geist-mono);--str-chat__typography-font-size-xxs:var(
    --str-chat__font-size-size-10
  );--str-chat__typography-font-size-xs:var(
    --str-chat__font-size-size-12
  );--str-chat__typography-font-size-sm:var(
    --str-chat__font-size-size-14
  );--str-chat__typography-font-size-md:var(
    --str-chat__font-size-size-16
  );--str-chat__typography-font-size-lg:var(
    --str-chat__font-size-size-18
  );--str-chat__typography-font-size-xl:var(
    --str-chat__font-size-size-20
  );--str-chat__typography-font-size-2xl:var(
    --str-chat__font-size-size-24
  );--str-chat__typography-font-size-micro:var(
    --str-chat__font-size-size-8
  );--str-chat__typography-line-height-tight:var(
    --str-chat__line-height-line-height-16
  );--str-chat__typography-line-height-normal:var(
    --str-chat__line-height-line-height-20
  );--str-chat__typography-line-height-relaxed:var(
    --str-chat__line-height-line-height-24
  );--str-chat__radius-none:var(--str-chat__radius-0);--str-chat__radius-xxs:var(--str-chat__radius-2);--str-chat__radius-xs:var(--str-chat__radius-4);--str-chat__radius-sm:var(--str-chat__radius-6);--str-chat__radius-md:var(--str-chat__radius-8);--str-chat__radius-lg:var(--str-chat__radius-12);--str-chat__radius-xl:var(--str-chat__radius-16);--str-chat__radius-2xl:var(--str-chat__radius-20);--str-chat__radius-max:var(--str-chat__radius-full);--str-chat__radius-3xl:var(--str-chat__radius-24);--str-chat__radius-4xl:var(--str-chat__radius-32);--str-chat__spacing-none:var(
    --str-chat__space-0
  );--str-chat__spacing-xxs:var(
    --str-chat__space-4
  );--str-chat__spacing-xs:var(
    --str-chat__space-8
  );--str-chat__spacing-sm:var(
    --str-chat__space-12
  );--str-chat__spacing-md:var(
    --str-chat__space-16
  );--str-chat__spacing-xl:var(
    --str-chat__space-24
  );--str-chat__spacing-2xl:var(
    --str-chat__space-32
  );--str-chat__spacing-3xl:var(
    --str-chat__space-40
  );--str-chat__spacing-lg:var(
    --str-chat__space-20
  );--str-chat__spacing-xxxs:var(--str-chat__space-2);--str-chat__device-safe-area-bottom:var(--str-chat__space-0);--str-chat__device-safe-area-top:var(--str-chat__space-0);--str-chat__button-radius-lg:var(--str-chat__radius-full);--str-chat__button-radius-md:var(--str-chat__radius-full);--str-chat__button-radius-sm:var(--str-chat__radius-full);--str-chat__button-radius-full:var(--str-chat__radius-full);--str-chat__button-visual-height-sm:var(--str-chat__size-32);--str-chat__button-visual-height-md:var(--str-chat__size-40);--str-chat__button-visual-height-lg:var(--str-chat__size-48);--str-chat__button-visual-height-xs:var(--str-chat__size-24);--str-chat__button-hit-target-min-height:var(--str-chat__size-48);--str-chat__button-hit-target-min-width:var(--str-chat__size-48);--str-chat__button-primary-bg-liquid-glass:var(--str-chat__base-transparent-0);--str-chat__icon-size-xs:var(--str-chat__size-12);--str-chat__icon-size-sm:var(--str-chat__size-16);--str-chat__icon-size-md:var(--str-chat__size-20);--str-chat__icon-size-lg:var(--str-chat__size-32);--str-chat__icon-stroke-subtle:var(--str-chat__w120);--str-chat__icon-stroke-default:var(--str-chat__w150);--str-chat__icon-stroke-emphasis:var(--str-chat__w200);--str-chat__emoji-md:var(--str-chat__font-size-size-24);--str-chat__emoji-lg:var(--str-chat__font-size-size-32);--str-chat__emoji-xl:var(--str-chat__font-size-size-48);--str-chat__emoji-2xl:var(--str-chat__font-size-size-64);--str-chat__background-core-highlight:var(
    --str-chat__yellow-50
  );--str-chat__chat-waveform-bar:var(--str-chat__border-core-opacity-strong);--str-chat__control-checkbox-bg:var(--str-chat__base-transparent-0);--str-chat__control-playback-thumb-border-default:var(
    --str-chat__border-core-opacity-strong
  );--str-chat__control-radio-button-bg:var(--str-chat__base-transparent-0);--str-chat__control-radio-check-bg:var(--str-chat__base-transparent-0);--str-chat__avatar-palette-bg-1:var(--str-chat__blue-150);--str-chat__avatar-palette-bg-2:var(--str-chat__cyan-150);--str-chat__avatar-palette-bg-3:var(--str-chat__green-150);--str-chat__avatar-palette-bg-4:var(--str-chat__purple-150);--str-chat__avatar-palette-bg-5:var(--str-chat__yellow-150);--str-chat__avatar-palette-text-1:var(--str-chat__blue-900);--str-chat__avatar-palette-text-2:var(--str-chat__cyan-900);--str-chat__avatar-palette-text-3:var(--str-chat__green-900);--str-chat__avatar-palette-text-4:var(--str-chat__purple-900);--str-chat__avatar-palette-text-5:var(--str-chat__yellow-900);--str-chat__accent-success:var(
    --str-chat__green-400
  );--str-chat__accent-warning:var(
    --str-chat__yellow-400
  );--str-chat__accent-error:var(
    --str-chat__red-500
  );--str-chat__brand-50:var(--str-chat__blue-50);--str-chat__brand-100:var(--str-chat__blue-100);--str-chat__brand-150:var(--str-chat__blue-150);--str-chat__brand-200:var(--str-chat__blue-200);--str-chat__brand-300:var(--str-chat__blue-300);--str-chat__brand-400:var(--str-chat__blue-400);--str-chat__brand-500:var(--str-chat__blue-500);--str-chat__brand-600:var(--str-chat__blue-600);--str-chat__brand-700:var(--str-chat__blue-700);--str-chat__brand-800:var(--str-chat__blue-800);--str-chat__brand-900:var(--str-chat__blue-900);--str-chat__skeleton-loading-base:var(
    --str-chat__base-transparent-0
  );--str-chat__skeleton-loading-highlight:var(
    --str-chat__background-core-overlay-light
  );--str-chat__chrome-0:var(--str-chat__base-white);--str-chat__chrome-50:var(--str-chat__slate-50);--str-chat__chrome-100:var(--str-chat__slate-100);--str-chat__chrome-150:var(--str-chat__slate-150);--str-chat__chrome-200:var(--str-chat__slate-200);--str-chat__chrome-300:var(--str-chat__slate-300);--str-chat__chrome-400:var(--str-chat__slate-400);--str-chat__chrome-500:var(--str-chat__slate-500);--str-chat__chrome-600:var(--str-chat__slate-600);--str-chat__chrome-700:var(--str-chat__slate-700);--str-chat__chrome-800:var(--str-chat__slate-800);--str-chat__chrome-900:var(--str-chat__slate-900);--str-chat__chrome-1000:var(--str-chat__base-black);--str-chat__device-radius:var(--str-chat__radius-md);--str-chat__message-bubble-radius-group-top:var(--str-chat__radius-2xl);--str-chat__message-bubble-radius-group-middle:var(--str-chat__radius-2xl);--str-chat__message-bubble-radius-group-bottom:var(--str-chat__radius-2xl);--str-chat__message-bubble-radius-tail:var(--str-chat__radius-none);--str-chat__message-bubble-radius-attachment:var(--str-chat__radius-lg);--str-chat__message-bubble-radius-attachment-inline:var(--str-chat__radius-md);--str-chat__composer-radius-fixed:var(--str-chat__radius-3xl);--str-chat__composer-radius-floating:var(--str-chat__radius-3xl);--str-chat__button-primary-border:var(--str-chat__brand-200);--str-chat__button-destructive-bg:var(--str-chat__accent-error);--str-chat__button-destructive-text:var(--str-chat__accent-error);--str-chat__button-destructive-border:var(--str-chat__accent-error);--str-chat__emoji-sm:var(--str-chat__typography-font-size-md);--str-chat__background-core-app:var(
    --str-chat__chrome-0
  );--str-chat__background-core-elevation-0:var(
    --str-chat__chrome-0
  );--str-chat__background-core-elevation-1:var(
    --str-chat__chrome-0
  );--str-chat__background-core-elevation-2:var(
    --str-chat__chrome-0
  );--str-chat__background-core-elevation-3:var(
    --str-chat__chrome-0
  );--str-chat__background-core-surface-default:var(
    --str-chat__chrome-100
  );--str-chat__background-core-surface-subtle:var(
    --str-chat__chrome-50
  );--str-chat__background-core-surface-card:var(
    --str-chat__chrome-50
  );--str-chat__background-core-surface-strong:var(
    --str-chat__chrome-150
  );--str-chat__background-core-inverse:var(
    --str-chat__chrome-1000
  );--str-chat__background-core-on-accent:var(
    --str-chat__chrome-0
  );--str-chat__background-utility-disabled:var(
    --str-chat__chrome-100
  );--str-chat__border-utility-focused:var(
    --str-chat__brand-150
  );--str-chat__border-utility-success:var(
    --str-chat__accent-success
  );--str-chat__border-utility-warning:var(
    --str-chat__accent-warning
  );--str-chat__border-utility-error:var(
    --str-chat__accent-error
  );--str-chat__border-utility-disabled:var(
    --str-chat__chrome-100
  );--str-chat__border-utility-disabled-on-surface:var(
    --str-chat__chrome-150
  );--str-chat__border-core-default:var(
    --str-chat__chrome-150
  );--str-chat__border-core-subtle:var(
    --str-chat__chrome-100
  );--str-chat__border-core-strong:var(
    --str-chat__chrome-300
  );--str-chat__border-core-inverse:var(
    --str-chat__chrome-0
  );--str-chat__border-core-on-accent:var(
    --str-chat__chrome-0
  );--str-chat__border-core-on-surface:var(
    --str-chat__chrome-300
  );--str-chat__border-core-on-inverse:var(
    --str-chat__chrome-0
  );--str-chat__chat-bg-outgoing:var(
    --str-chat__brand-100
  );--str-chat__chat-bg-attachment-outgoing:var(
    --str-chat__brand-150
  );--str-chat__chat-text-outgoing:var(--str-chat__brand-900);--str-chat__chat-border-outgoing:var(--str-chat__brand-100);--str-chat__chat-border-on-chat-outgoing:var(--str-chat__brand-300);--str-chat__chat-reply-indicator-incoming:var(
    --str-chat__chrome-400
  );--str-chat__chat-reply-indicator-outgoing:var(
    --str-chat__brand-400
  );--str-chat__chat-poll-progress-track-outgoing:var(--str-chat__brand-200);--str-chat__chat-thread-connector-outgoing:var(--str-chat__brand-150);--str-chat__presence-bg-online:var(
    --str-chat__accent-success
  );--str-chat__system-text:var(--str-chat__chrome-1000);--str-chat__badge-bg-error:var(--str-chat__accent-error);--str-chat__badge-bg-inverse:var(--str-chat__chrome-1000);--str-chat__text-primary:var(
    --str-chat__chrome-900
  );--str-chat__text-secondary:var(
    --str-chat__chrome-700
  );--str-chat__text-tertiary:var(
    --str-chat__chrome-500
  );--str-chat__text-on-inverse:var(
    --str-chat__chrome-0
  );--str-chat__text-on-accent:var(
    --str-chat__chrome-0
  );--str-chat__text-disabled:var(
    --str-chat__chrome-300
  );--str-chat__text-link:var(
    --str-chat__brand-500
  );--str-chat__avatar-bg-default:var(--str-chat__avatar-palette-bg-1);--str-chat__avatar-bg-placeholder:var(--str-chat__chrome-150);--str-chat__avatar-text-default:var(--str-chat__avatar-palette-text-1);--str-chat__avatar-text-placeholder:var(--str-chat__chrome-500);--str-chat__avatar-presence-bg-online:var(
    --str-chat__accent-success
  );--str-chat__accent-primary:var(
    --str-chat__brand-500
  );--str-chat__accent-neutral:var(
    --str-chat__chrome-500
  );--str-chat__button-primary-bg:var(--str-chat__accent-primary);--str-chat__button-primary-text:var(--str-chat__accent-primary);--str-chat__button-primary-text-on-accent:var(--str-chat__text-on-accent);--str-chat__button-primary-text-on-dark:var(--str-chat__text-on-inverse);--str-chat__button-primary-border-on-dark:var(--str-chat__border-core-on-inverse);--str-chat__button-secondary-bg:var(--str-chat__background-core-surface-default);--str-chat__button-secondary-bg-liquid-glass:var(
    --str-chat__background-core-elevation-0
  );--str-chat__button-secondary-text:var(--str-chat__text-primary);--str-chat__button-secondary-text-on-accent:var(--str-chat__text-primary);--str-chat__button-secondary-text-on-dark:var(--str-chat__text-on-inverse);--str-chat__button-secondary-border:var(--str-chat__border-core-default);--str-chat__button-secondary-border-on-dark:var(--str-chat__border-core-on-inverse);--str-chat__button-destructive-bg-liquid-glass:var(
    --str-chat__background-core-elevation-0
  );--str-chat__button-destructive-text-on-accent:var(--str-chat__text-on-accent);--str-chat__button-destructive-text-on-dark:var(--str-chat__text-on-inverse);--str-chat__button-destructive-border-on-dark:var(--str-chat__text-on-inverse);--str-chat__border-utility-active:var(
    --str-chat__accent-primary
  );--str-chat__chat-bg-incoming:var(
    --str-chat__background-core-surface-default
  );--str-chat__chat-bg-attachment-incoming:var(
    --str-chat__background-core-surface-strong
  );--str-chat__chat-text-incoming:var(--str-chat__text-primary);--str-chat__chat-text-username:var(--str-chat__text-secondary);--str-chat__chat-text-timestamp:var(--str-chat__text-tertiary);--str-chat__chat-text-read:var(--str-chat__accent-primary);--str-chat__chat-text-mention:var(--str-chat__text-link);--str-chat__chat-text-link:var(
    --str-chat__text-link
  );--str-chat__chat-text-reaction:var(
    --str-chat__text-secondary
  );--str-chat__chat-text-system:var(
    --str-chat__text-secondary
  );--str-chat__chat-border-incoming:var(--str-chat__border-core-subtle);--str-chat__chat-border-on-chat-incoming:var(--str-chat__border-core-strong);--str-chat__chat-waveform-bar-playing:var(--str-chat__accent-primary);--str-chat__chat-poll-progress-fill-outgoing:var(--str-chat__accent-primary);--str-chat__chat-thread-connector-incoming:var(--str-chat__border-core-default);--str-chat__input-text-default:var(
    --str-chat__text-primary
  );--str-chat__input-text-placeholder:var(
    --str-chat__text-tertiary
  );--str-chat__input-text-disabled:var(
    --str-chat__text-disabled
  );--str-chat__input-text-icon:var(
    --str-chat__text-tertiary
  );--str-chat__input-send-icon:var(
    --str-chat__accent-primary
  );--str-chat__input-send-icon-disabled:var(
    --str-chat__text-disabled
  );--str-chat__reaction-bg:var(--str-chat__background-core-elevation-3);--str-chat__reaction-border:var(--str-chat__border-core-default);--str-chat__reaction-text:var(--str-chat__text-primary);--str-chat__reaction-emoji:var(--str-chat__text-primary);--str-chat__presence-border:var(
    --str-chat__border-core-inverse
  );--str-chat__presence-bg-offline:var(
    --str-chat__accent-neutral
  );--str-chat__system-caret:var(--str-chat__accent-primary);--str-chat__badge-bg-default:var(--str-chat__background-core-elevation-3);--str-chat__badge-bg-primary:var(--str-chat__accent-primary);--str-chat__badge-bg-neutral:var(--str-chat__accent-neutral);--str-chat__badge-text:var(--str-chat__text-primary);--str-chat__badge-text-on-inverse:var(--str-chat__text-on-inverse);--str-chat__badge-text-on-accent:var(--str-chat__text-on-accent);--str-chat__badge-border:var(--str-chat__border-core-on-inverse);--str-chat__control-remove-control-bg:var(--str-chat__background-core-inverse);--str-chat__control-remove-control-icon:var(--str-chat__text-on-inverse);--str-chat__control-remove-control-border:var(--str-chat__border-core-on-inverse);--str-chat__control-progress-bar-fill:var(--str-chat__accent-neutral);--str-chat__control-progress-bar-track:var(--str-chat__background-core-surface-strong);--str-chat__control-toggle-switch-bg:var(--str-chat__accent-neutral);--str-chat__control-toggle-switch-bg-selected:var(--str-chat__accent-primary);--str-chat__control-toggle-switch-bg-disabled:var(
    --str-chat__background-utility-disabled
  );--str-chat__control-toggle-switch-knob:var(--str-chat__background-core-on-accent);--str-chat__control-playback-toggle-text:var(--str-chat__text-primary);--str-chat__control-playback-toggle-border:var(--str-chat__border-core-default);--str-chat__control-checkbox-border:var(--str-chat__border-core-default);--str-chat__control-checkbox-bg-selected:var(--str-chat__accent-primary);--str-chat__control-checkbox-icon:var(--str-chat__text-on-accent);--str-chat__control-play-button-icon:var(--str-chat__text-on-accent);--str-chat__control-playback-thumb-bg-default:var(
    --str-chat__background-core-on-accent
  );--str-chat__control-playback-thumb-bg-active:var(--str-chat__accent-primary);--str-chat__control-playback-thumb-border-active:var(
    --str-chat__border-core-on-accent
  );--str-chat__control-radio-button-border:var(--str-chat__border-core-default);--str-chat__control-radio-button-bg-selected:var(--str-chat__accent-primary);--str-chat__control-radio-button-indicator:var(--str-chat__text-on-accent);--str-chat__control-radio-check-border:var(--str-chat__border-core-default);--str-chat__control-radio-check-bg-selected:var(--str-chat__accent-primary);--str-chat__control-radio-check-icon:var(--str-chat__text-on-accent);--str-chat__control-chip-border:var(--str-chat__border-core-default);--str-chat__control-chip-text:var(--str-chat__text-primary);--str-chat__avatar-presence-bg-offline:var(
    --str-chat__accent-neutral
  );--str-chat__avatar-presence-border:var(
    --str-chat__border-core-on-inverse
  );--str-chat__chat-text-typing-indicator:var(
    --str-chat__chat-text-incoming
  );--str-chat__chat-poll-progress-track-incoming:var(
    --str-chat__control-progress-bar-track
  );--str-chat__chat-poll-progress-fill-incoming:var(
    --str-chat__control-progress-bar-fill
  )}.str-chat:not(.str-chat__theme-dark) :not(.str-chat__theme-dark) .str-chat__theme-inverse,.str-chat__theme-dark{--str-chat__background-core-overlay-light:#000000bf;--str-chat__background-core-overlay-dark:#00000080;--str-chat__background-core-scrim:#000000bf;--str-chat__background-utility-hover:#ffffff26;--str-chat__background-utility-pressed:#fff3;--str-chat__background-utility-selected:#ffffff40;--str-chat__border-utility-selected:#ffffff26;--str-chat__border-utility-hover:#ffffff1a;--str-chat__border-utility-pressed:#fff3;--str-chat__border-core-opacity-subtle:#fff3;--str-chat__border-core-opacity-strong:#ffffff40;--str-chat__system-bg-blur:#00000003;--str-chat__system-scrollbar:#ffffff80;--str-chat__background-core-highlight:var(
    --str-chat__yellow-800
  );--str-chat__avatar-palette-bg-1:var(--str-chat__blue-600);--str-chat__avatar-palette-bg-2:var(--str-chat__cyan-600);--str-chat__avatar-palette-bg-3:var(--str-chat__green-600);--str-chat__avatar-palette-bg-4:var(--str-chat__purple-600);--str-chat__avatar-palette-bg-5:var(--str-chat__yellow-600);--str-chat__avatar-palette-text-1:var(--str-chat__blue-100);--str-chat__avatar-palette-text-2:var(--str-chat__cyan-100);--str-chat__avatar-palette-text-3:var(--str-chat__green-100);--str-chat__avatar-palette-text-4:var(--str-chat__purple-100);--str-chat__avatar-palette-text-5:var(--str-chat__yellow-100);--str-chat__accent-success:var(
    --str-chat__green-300
  );--str-chat__accent-warning:var(
    --str-chat__yellow-300
  );--str-chat__accent-error:var(
    --str-chat__red-400
  );--str-chat__brand-50:var(--str-chat__blue-900);--str-chat__brand-100:var(--str-chat__blue-800);--str-chat__brand-150:var(--str-chat__blue-700);--str-chat__brand-200:var(--str-chat__blue-600);--str-chat__brand-300:var(--str-chat__blue-500);--str-chat__brand-500:var(--str-chat__blue-300);--str-chat__brand-600:var(--str-chat__blue-200);--str-chat__brand-700:var(--str-chat__blue-150);--str-chat__brand-800:var(--str-chat__blue-100);--str-chat__brand-900:var(--str-chat__blue-50);--str-chat__chrome-0:var(--str-chat__base-black);--str-chat__chrome-50:var(--str-chat__neutral-900);--str-chat__chrome-100:var(--str-chat__neutral-800);--str-chat__chrome-150:var(--str-chat__neutral-700);--str-chat__chrome-200:var(--str-chat__neutral-600);--str-chat__chrome-300:var(--str-chat__neutral-500);--str-chat__chrome-400:var(--str-chat__neutral-400);--str-chat__chrome-500:var(--str-chat__neutral-300);--str-chat__chrome-600:var(--str-chat__neutral-200);--str-chat__chrome-700:var(--str-chat__neutral-150);--str-chat__chrome-800:var(--str-chat__neutral-100);--str-chat__chrome-900:var(--str-chat__neutral-50);--str-chat__chrome-1000:var(--str-chat__base-white);--str-chat__background-core-elevation-1:var(
    --str-chat__chrome-50
  );--str-chat__background-core-elevation-2:var(
    --str-chat__chrome-100
  );--str-chat__background-core-elevation-3:var(
    --str-chat__chrome-200
  );--str-chat__background-core-surface-card:var(
    --str-chat__chrome-100
  );--str-chat__background-core-on-accent:var(
    --str-chat__chrome-1000
  );--str-chat__border-core-default:var(
    --str-chat__chrome-200
  );--str-chat__border-core-on-accent:var(
    --str-chat__chrome-1000
  );--str-chat__text-on-accent:var(
    --str-chat__chrome-1000
  );--str-chat__text-link:var(
    --str-chat__brand-600
  );--str-chat__accent-primary:var(
    --str-chat__brand-400
  )}.str-chat{--str-chat__font-family:var(--str-chat__typography-font-family-sans),-apple-system,BlinkMacSystemFont,avenir next,avenir,segoe ui,helvetica neue,Adwaita Sans,Cantarell,Ubuntu,roboto,noto,helvetica,arial,sans-serif;--str-chat__font-heading-xs:normal var(--str-chat__typography-font-weight-semi-bold) var(--str-chat__typography-font-size-sm) /var(--str-chat__typography-line-height-normal) var(--str-chat__font-family);--str-chat__font-heading-sm:normal var(--str-chat__typography-font-weight-semi-bold) var(--str-chat__typography-font-size-md) /var(--str-chat__typography-line-height-normal) var(--str-chat__font-family);--str-chat__font-heading-md:normal var(--str-chat__typography-font-weight-semi-bold) var(--str-chat__typography-font-size-lg) /var(--str-chat__typography-line-height-relaxed) var(--str-chat__font-family);--str-chat__font-heading-lg:normal var(--str-chat__typography-font-weight-semi-bold) var(--str-chat__typography-font-size-xl) /var(--str-chat__typography-line-height-relaxed) var(--str-chat__font-family);--str-chat__font-body-default:normal var(--str-chat__typography-font-weight-regular) var(--str-chat__typography-font-size-md) /var(--str-chat__typography-line-height-normal) var(--str-chat__font-family);--str-chat__font-body-emphasis:normal var(--str-chat__typography-font-weight-semi-bold) var(--str-chat__typography-font-size-md) /var(--str-chat__typography-line-height-normal) var(--str-chat__font-family);--str-chat__font-body-link:normal var(--str-chat__typography-font-weight-regular) var(--str-chat__typography-font-size-md) /var(--str-chat__typography-line-height-normal) var(--str-chat__font-family);--str-chat__font-body-link-emphasis:normal var(--str-chat__typography-font-weight-semi-bold) var(--str-chat__typography-font-size-md) /var(--str-chat__typography-line-height-normal) var(--str-chat__font-family);--str-chat__font-caption-default:normal var(--str-chat__typography-font-weight-regular) var(--str-chat__typography-font-size-sm) /var(--str-chat__typography-line-height-normal) var(--str-chat__font-family);--str-chat__font-caption-emphasis:normal var(--str-chat__typography-font-weight-semi-bold) var(--str-chat__typography-font-size-sm) /var(--str-chat__typography-line-height-normal) var(--str-chat__font-family);--str-chat__font-caption-link:normal var(--str-chat__typography-font-weight-regular) var(--str-chat__typography-font-size-sm) /var(--str-chat__typography-line-height-normal) var(--str-chat__font-family);--str-chat__font-caption-link-emphasis:normal var(--str-chat__typography-font-weight-semi-bold) var(--str-chat__typography-font-size-sm) /var(--str-chat__typography-line-height-normal) var(--str-chat__font-family);--str-chat__font-metadata-default:normal var(--str-chat__typography-font-weight-regular) var(--str-chat__typography-font-size-xs) /var(--str-chat__typography-line-height-tight) var(--str-chat__font-family);--str-chat__font-metadata-emphasis:normal var(--str-chat__typography-font-weight-semi-bold) var(--str-chat__typography-font-size-xs) /var(--str-chat__typography-line-height-tight) var(--str-chat__font-family);--str-chat__font-metadata-link:normal var(--str-chat__typography-font-weight-regular) var(--str-chat__typography-font-size-xs) /var(--str-chat__typography-line-height-tight) var(--str-chat__font-family);--str-chat__font-metadata-link-emphasis:normal var(--str-chat__typography-font-weight-semi-bold) var(--str-chat__typography-font-size-xs) /var(--str-chat__typography-line-height-tight) var(--str-chat__font-family);--str-chat__font-numeric-sm:normal var(--str-chat__typography-font-weight-bold) var(--str-chat__typography-font-size-micro) /100% var(--str-chat__font-family);--str-chat__font-numeric-md:normal var(--str-chat__typography-font-weight-bold) var(--str-chat__typography-font-size-xxs) /100% var(--str-chat__font-family);--str-chat__font-numeric-lg:normal var(--str-chat__typography-font-weight-bold) var(--str-chat__typography-font-size-xs) /100% var(--str-chat__font-family);--str-chat__font-numeric-xl:normal var(--str-chat__typography-font-weight-bold) var(--str-chat__typography-font-size-sm) /100% var(--str-chat__font-family)}.str-chat,.str-chat__theme-light{--str-chat__box-shadow-1:var(--str-chat__light-elevation-1);--str-chat__box-shadow-2:var(--str-chat__light-elevation-2);--str-chat__box-shadow-3:var(--str-chat__light-elevation-3);--str-chat__box-shadow-4:var(--str-chat__light-elevation-4)}.str-chat:not(.str-chat__theme-dark) :not(.str-chat__theme-dark) .str-chat__theme-inverse,.str-chat__theme-dark{--str-chat__box-shadow-1:var(--str-chat__dark-elevation-1);--str-chat__box-shadow-2:var(--str-chat__dark-elevation-2);--str-chat__box-shadow-3:var(--str-chat__dark-elevation-3);--str-chat__box-shadow-4:var(--str-chat__dark-elevation-4)}.str-chat{--str-chat__focus-outline-color:var(--str-chat__border-utility-focused);--str-chat__focus-outline:2px solid var(--str-chat__focus-outline-color);--str-chat__focus-outline-offset:2px;color:var(--str-chat__text-primary);font:var(--str-chat__font-body-default);letter-spacing:var(--typography-letter-spacing-default)}.str-chat :not(:disabled):focus-visible{outline:var(--str-chat__focus-outline);outline-offset:2px;outline-offset:var(--str-chat__focus-outline-offset,2px)}.str-chat input::-webkit-inner-spin-button,.str-chat input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.str-chat input[type=number]{-moz-appearance:textfield}.str-chat__icon{fill:currentColor;flex-shrink:0;height:1em;width:1em}[dir=rtl] .str-chat__icon[data-rtl-mirror]{transform:scaleX(-1)}.str-chat__icon--exclamation-mark{stroke:currentColor}.str-chat .str-chat__file-icon{fill:none}.str-chat .str-chat__file-icon .str-chat__file-icon__label{fill:#fff;text-anchor:middle;font-size:8px;font-weight:800;letter-spacing:.1px}.str-chat .str-chat__file-icon.str-chat__file-icon--no-label .str-chat__file-icon__graphic{transform:translateY(6)}.str-chat .str-chat__file-icon.str-chat__file-icon--size-sm .str-chat__file-icon__label{font-size:0;height:0}.str-chat .str-chat__file-icon.str-chat__file-icon--size-sm .str-chat__file-icon__graphic{transform:translateY(6)}.str-chat .str-chat__file-icon.str-chat__file-icon--size-md .str-chat__file-icon__label{font-size:8px}.str-chat .str-chat__file-icon.str-chat__file-icon--size-lg .str-chat__file-icon__label{font-size:10px}.str-chat .str-chat__file-icon.str-chat__file-icon--size-xl .str-chat__file-icon__label{font-size:12px}.str-chat__badge{align-items:center;border-radius:var(--str-chat__radius-max);border-style:solid;display:flex;font-weight:var(--str-chat__typography-font-weight-bold);justify-content:center;line-height:1}.str-chat__badge--variant-default{background:var(--str-chat__badge-bg-default);border-color:var(--str-chat__badge-border);color:var(--str-chat__badge-text)}.str-chat__badge--variant-primary{background:var(--str-chat__badge-bg-primary)}.str-chat__badge--variant-error,.str-chat__badge--variant-primary{border-color:var(--str-chat__badge-border);color:var(--str-chat__badge-text-on-accent)}.str-chat__badge--variant-error{background:var(--str-chat__badge-bg-error)}.str-chat__badge--variant-neutral{background:var(--str-chat__badge-bg-neutral);border-color:var(--str-chat__badge-border);color:var(--str-chat__badge-text-on-accent)}.str-chat__badge--variant-inverse{background:var(--str-chat__badge-bg-inverse);border-color:var(--str-chat__badge-border);color:var(--str-chat__badge-text-on-inverse)}.str-chat__badge--size-sm{border-width:1px;font-size:var(--str-chat__typography-font-size-xxs);min-height:16px;min-width:16px;padding-inline:var(--str-chat__spacing-xxxs)}.str-chat__badge--size-md{border-width:2px;font-size:var(--str-chat__typography-font-size-xs);min-height:20px;min-width:20px;padding-inline:var(--str-chat__spacing-xxs)}.str-chat__badge--size-lg{border-width:2px;font-size:var(--str-chat__typography-font-size-sm);min-height:24px;min-width:24px;padding-inline:var(--str-chat__spacing-xs)}.str-chat__badge--variant-counter{background:var(--str-chat__badge-bg-default);border:1px solid var(--str-chat__border-core-subtle);border-radius:var(--str-chat__radius-max);box-shadow:var(--str-chat__box-shadow-2);color:var(--str-chat__badge-text);font:var(--str-chat__font-numeric-xl)}.str-chat__badge--variant-counter.str-chat__badge--size-xs{font:var(--str-chat__font-numeric-md);min-height:20px;min-width:20px;padding-inline:var(--str-chat__spacing-xxs)}.str-chat__badge--variant-counter.str-chat__badge--size-sm{min-height:24px;min-width:24px;padding-inline:var(--str-chat__spacing-xs)}.str-chat__badge--variant-counter.str-chat__badge--size-md{min-height:32px;min-width:32px;padding-inline:var(--str-chat__spacing-xs)}.str-chat__badge--variant-counter.str-chat__badge--size-lg{min-height:40px;min-width:40px;padding-inline:var(--str-chat__spacing-sm)}.str-chat__badge--variant-error.str-chat__badge--size-xs{min-height:16px;min-width:16px}.str-chat__badge--variant-error.str-chat__badge--size-sm{min-height:20px;min-width:20px}.str-chat__badge--variant-error.str-chat__badge--size-md{min-height:24px;min-width:24px}.str-chat__media-badge{align-items:center;background:var(--str-chat__badge-bg-inverse);border-radius:var(--str-chat__radius-max);bottom:var(--str-chat__spacing-xs);color:var(--str-chat__badge-text-on-inverse);display:flex;font:var(--str-chat__font-numeric-md);gap:var(--str-chat__spacing-xxs);inset-inline-start:var(--str-chat__spacing-xs);overflow:hidden;padding:var(--str-chat__spacing-xxs) var(--str-chat__spacing-xs);position:absolute;text-overflow:ellipsis}.str-chat__media-badge .str-chat__icon{fill:currentColor;height:var(--str-chat__icon-size-xs);width:var(--str-chat__icon-size-xs)}.str-chat .str-chat__image-placeholder{align-items:center;background-color:var(--str-chat__background-core-overlay-light);display:flex;flex-direction:column;height:100%;justify-content:center;min-height:0;min-width:0;width:100%}.str-chat .str-chat__image-placeholder svg{fill:var(--str-chat__accent-neutral);height:min(32px,50%);height:min(var(--str-chat__icon-size-lg,32px),50%);width:min(32px,50%);width:min(var(--str-chat__icon-size-lg,32px),50%)}.str-chat .str-chat__button{align-items:center;background:none;border:none;cursor:pointer;display:flex;font:var(--str-chat__font-heading-xs);justify-content:center;overflow:hidden;padding:0;position:relative;text-transform:capitalize;white-space:nowrap}.str-chat .str-chat__button.str-chat__button--solid.str-chat__button--primary{background-color:var(--str-chat__button-primary-bg);color:var(--str-chat__button-primary-text-on-accent)}.str-chat .str-chat__button.str-chat__button--solid.str-chat__button--secondary{background-color:var(--str-chat__button-secondary-bg);color:var(--str-chat__button-secondary-text-on-accent)}.str-chat .str-chat__button.str-chat__button--solid.str-chat__button--destructive{background-color:var(--str-chat__button-destructive-bg);color:var(--str-chat__button-destructive-text-on-accent)}.str-chat .str-chat__button.str-chat__button--solid:disabled{background-color:var(--str-chat__background-utility-disabled)}.str-chat .str-chat__button.str-chat__button--ghost.str-chat__button--primary{color:var(--str-chat__button-primary-text)}.str-chat .str-chat__button.str-chat__button--ghost.str-chat__button--secondary{color:var(--str-chat__button-secondary-text)}.str-chat .str-chat__button.str-chat__button--ghost.str-chat__button--destructive{color:var(--str-chat__button-destructive-text)}.str-chat .str-chat__button.str-chat__button--outline.str-chat__button--primary{border-color:var(--str-chat__button-primary-border);color:var(--str-chat__button-primary-text)}.str-chat .str-chat__button.str-chat__button--outline.str-chat__button--secondary{border-color:var(--str-chat__button-secondary-border);color:var(--str-chat__button-secondary-text)}.str-chat .str-chat__button.str-chat__button--outline.str-chat__button--destructive{border-color:var(--str-chat__button-destructive-border);color:var(--str-chat__button-destructive-text)}.str-chat .str-chat__button.str-chat__button--outline{border-style:solid;border-width:1px}.str-chat .str-chat__button.str-chat__button--ghost:not(:disabled):hover:after,.str-chat .str-chat__button.str-chat__button--outline:not(:disabled):hover:after,.str-chat .str-chat__button.str-chat__button--solid:not(:disabled):hover:after{background:var(--str-chat__background-utility-hover);content:"";inset:0;pointer-events:none;position:absolute}.str-chat .str-chat__button.str-chat__button--ghost:not(:disabled):active:after,.str-chat .str-chat__button.str-chat__button--ghost[aria-expanded=true]:after,.str-chat .str-chat__button.str-chat__button--outline:not(:disabled):active:after,.str-chat .str-chat__button.str-chat__button--outline[aria-expanded=true]:after,.str-chat .str-chat__button.str-chat__button--solid:not(:disabled):active:after,.str-chat .str-chat__button.str-chat__button--solid[aria-expanded=true]:after{background:var(--str-chat__background-utility-pressed);content:"";inset:0;pointer-events:none;position:absolute}.str-chat .str-chat__button.str-chat__button--ghost:not(:disabled):focus-visible,.str-chat .str-chat__button.str-chat__button--outline:not(:disabled):focus-visible,.str-chat .str-chat__button.str-chat__button--solid:not(:disabled):focus-visible{outline:2px solid var(--str-chat__border-utility-focused);outline-offset:2px}.str-chat .str-chat__button.str-chat__button--ghost:not(:disabled)[aria-pressed=true]:after,.str-chat .str-chat__button.str-chat__button--outline:not(:disabled)[aria-pressed=true]:after,.str-chat .str-chat__button.str-chat__button--solid:not(:disabled)[aria-pressed=true]:after{background:var(--str-chat__background-utility-selected);content:"";inset:0;pointer-events:none;position:absolute}.str-chat .str-chat__button.str-chat__button--ghost:disabled,.str-chat .str-chat__button.str-chat__button--outline:disabled,.str-chat .str-chat__button.str-chat__button--solid:disabled{color:var(--str-chat__text-disabled);cursor:default}.str-chat .str-chat__button.str-chat__button--outline:disabled{border-color:var(--str-chat__border-utility-disabled)}.str-chat .str-chat__button.str-chat__button--floating{box-shadow:var(--str-chat__box-shadow-2)}.str-chat .str-chat__button:after{border-radius:inherit}.str-chat .str-chat__button.str-chat__button--size-lg{border-radius:var(--str-chat__button-radius-lg);padding-block:var(--str-chat__button-padding-y-lg);padding-inline:var(--str-chat__button-padding-x-with-label-lg)}.str-chat .str-chat__button.str-chat__button--size-lg.str-chat__button--circular{padding-inline:var(--str-chat__button-padding-x-icon-only-lg)}.str-chat .str-chat__button.str-chat__button--size-md{border-radius:var(--str-chat__button-radius-md);padding-block:var(--str-chat__button-padding-y-md);padding-inline:var(--str-chat__button-padding-x-with-label-md)}.str-chat .str-chat__button.str-chat__button--size-md.str-chat__button--circular{padding-inline:var(--str-chat__button-padding-x-icon-only-md)}.str-chat .str-chat__button.str-chat__button--size-sm{border-radius:var(--str-chat__button-radius-md);padding-block:var(--str-chat__button-padding-y-sm);padding-inline:var(--str-chat__button-padding-x-with-label-sm)}.str-chat .str-chat__button.str-chat__button--size-sm.str-chat__button--circular{padding-inline:var(--str-chat__button-padding-x-icon-only-sm)}.str-chat .str-chat__button.str-chat__button--size-xs{border-radius:var(--str-chat__button-radius-md);padding-block:var(--str-chat__button-padding-y-xs);padding-inline:var(--str-chat__button-padding-x-with-label-xs)}.str-chat .str-chat__button.str-chat__button--size-xs.str-chat__button--circular{padding-inline:var(--str-chat__button-padding-x-icon-only-xs)}.str-chat .str-chat__button.str-chat__button--circular{align-items:center;aspect-ratio:1/1;border-radius:var(--str-chat__button-radius-full);display:flex;justify-content:center}.str-chat .str-chat__button.str-chat__button--circular .str-chat__icon{height:var(--str-chat__icon-size-sm);width:var(--str-chat__icon-size-sm)}.str-chat .str-chat__button .str-chat__button__content{align-items:center;display:flex;gap:var(--str-chat__spacing-xs);justify-content:center}.str-chat .str-chat__theme-dark .str-chat__button.str-chat__button--floating{box-shadow:var(--str-chat__box-shadow-2)}.str-chat__button-play svg{height:20px;width:20px}.str-chat__dropdown .str-chat__dropdown__open-button{background:none;border:none;cursor:pointer;padding:0;text-align:start;width:100%}.str-chat__dropdown .str-chat__dropdown__items{background-color:initial}.str-chat__form-field-error{color:var(--str-chat__accent-error);font-size:var(--str-chat__typography-font-size-xs);line-height:var(--str-chat__typography-line-height-tight)}.str-chat__form-numeric-input{display:flex;flex-direction:column;gap:.5rem;gap:var(--str-chat__spacing-xs,.5rem)}.str-chat__form-numeric-input__label{font:var(--str-chat__caption-default-text)}.str-chat__form-numeric-input__wrapper{align-items:center;background:#0000;border-radius:.5rem;border-radius:var(--str-chat__radius-md,.5rem);display:flex;gap:.5rem;gap:var(--str-chat__spacing-xs,.5rem);padding:0;transition:border-color .15s ease,box-shadow .15s ease}.str-chat__form-numeric-input__input{background:#0000;border:none;box-shadow:none;color:#1a1b25;color:var(--str-chat__input-text-default,#1a1b25);flex:0 1 auto;font-size:.875rem;font-size:var(--str-chat__typography-font-size-sm,.875rem);font-weight:500;font-weight:var(--str-chat__typography-font-weight-medium,500);line-height:1.25;line-height:var(--str-chat__typography-line-height-tight,1.25);min-width:2ch;padding:.5rem 0;padding:var(--str-chat__spacing-xs,.5rem) 0;text-align:center;width:2.5rem}.str-chat__form-numeric-input__input::placeholder{color:var(--str-chat__text-tertiary);color:var(--str-chat__input-text-placeholder,var(--str-chat__text-tertiary))}.str-chat__form-numeric-input--disabled .str-chat__form-numeric-input__input{color:var(--str-chat__input-text-placeholder);cursor:not-allowed}.str-chat{--str-chat__switch-field-background-color:var(
    --str-chat__background-core-surface-card
  );--str-chat__switch-field-border-radius:var(--str-chat__radius-md)}.str-chat .str-chat__form__switch-field,.str-chat .str-chat__form__switch-fieldset{background-color:var(--str-chat__switch-field-background-color);border-radius:var(--str-chat__switch-field-border-radius);width:100%}.str-chat .str-chat__form__switch-field{align-items:center;box-sizing:border-box;display:flex;gap:var(--str-chat__spacing-sm);padding:var(--str-chat__spacing-sm) var(--str-chat__spacing-md)}.str-chat .str-chat__form__switch-field .str-chat__form__switch-field__label{align-items:center;cursor:pointer;display:flex;flex:1 1 auto;min-width:0}.str-chat .str-chat__form__switch-field .str-chat__form__switch-field__input{cursor:pointer;height:100%;inset:0;margin:0;opacity:0;position:absolute;width:100%;z-index:1}.str-chat .str-chat__form__switch-field .str-chat__form__switch-field__switch{align-items:center;background-color:var(--str-chat__control-toggle-switch-bg);border-radius:9999px;border-radius:var(--str-chat__button-radius-full,9999px);cursor:pointer;display:flex;flex-shrink:0;height:24px;padding:var(--str-chat__spacing-xxs);position:relative;transition:background-color .2s ease;width:44px}.str-chat .str-chat__form__switch-field .str-chat__form__switch-field__switch-handle{background-color:#fff;background-color:var(--str-chat__base-white,#fff);border-radius:9999px;border-radius:var(--str-chat__button-radius-full,9999px);height:16px;transition:transform .2s ease;width:16px}.str-chat .str-chat__form__switch-field .str-chat__form__switch-field__switch:focus-within{outline:2px solid var(--border-utility-focused);outline:var(--str-chat__focus-outline,2px solid var(--border-utility-focused));outline-offset:2px;outline-offset:var(--str-chat__focus-outline-offset,2px)}.str-chat .str-chat__form__switch-field .str-chat__form__switch-field__switch--on{background-color:var(--str-chat__control-toggle-switch-bg-selected);justify-content:flex-end}.str-chat .str-chat__form__switch-field .str-chat__form__switch-field__switch--on .str-chat__form__switch-field__switch-handle{background-color:#fff;background-color:var(--str-chat__base-white,#fff)}.str-chat .str-chat__form__switch-field--disabled .str-chat__form__switch-field__input,.str-chat .str-chat__form__switch-field--disabled .str-chat__form__switch-field__label,.str-chat .str-chat__form__switch-field--disabled .str-chat__form__switch-field__switch{cursor:not-allowed}.str-chat .str-chat__form__switch-field--disabled .str-chat__form__switch-field__switch{opacity:.7}.str-chat .str-chat__form__switch-field .str-chat__form__switch-field__label .str-chat__form__switch-field__label__text{color:var(--str-chat__text-primary);font:var(--str-chat__font-heading-xs)}.str-chat .str-chat__form__switch-field .str-chat__form__switch-field__label .str-chat__form__switch-field__label__description{color:var(--str-chat__text-tertiary);font:var(--str-chat__font-metadata-default)}.str-chat .str-chat__form__switch-field .str-chat__form__switch-field__label,.str-chat .str-chat__form__switch-field .str-chat__form__switch-field__label__content{flex:1 1}.str-chat .str-chat__form__switch-field .str-chat__form__switch-field__label--as-error .str-chat__form__switch-field__label__description{color:var(--str-chat__accent-error)}.str-chat__form-text-input{display:flex;flex-direction:column;gap:var(--str-chat__spacing-xs)}.str-chat__form-text-input__label{color:var(--str-chat__text-primary);font:var(--str-chat__font-heading-xs)}.str-chat__form-text-input__wrapper{align-items:stretch;background-color:var(--str-chat__background-core-elevation-0);border-radius:var(--str-chat__radius-md);display:flex;flex-direction:column;gap:0;transition:border-color .15s ease,box-shadow .15s ease}.str-chat__form-text-input__control-row{align-items:center;display:flex;gap:var(--str-chat__spacing-xs);min-width:0;padding:var(--str-chat__spacing-xs) var(--str-chat__spacing-sm);width:100%}.str-chat__form-text-input__wrapper--outline{border:1px solid var(--str-chat__border-core-default);box-shadow:none}.str-chat__form-text-input:focus-within .str-chat__form-text-input__wrapper--outline{box-shadow:0 0 0 2px var(--str-chat__border-utility-focused);box-shadow:0 0 0 2px var(--str-chat__focus-outline-color,var(--str-chat__border-utility-focused))}.str-chat__form-text-input--error .str-chat__form-text-input__wrapper--outline{border:1px solid var(--str-chat__border-utility-error)}.str-chat__form-text-input--error.str-chat__form-text-input--field-message-inside .str-chat__form-text-input__wrapper--outline{border:1px solid var(--str-chat__border-core-default)}.str-chat__form-text-input:focus-within.str-chat__form-text-input--error .str-chat__form-text-input__wrapper--outline{border:1px solid var(--str-chat__border-utility-error);box-shadow:0 0 0 2px var(--border-utility-focused);box-shadow:0 0 0 2px var(--str-chat__focus-outline-color,var(--border-utility-focused))}.str-chat__form-text-input:focus-within.str-chat__form-text-input--error.str-chat__form-text-input--field-message-inside .str-chat__form-text-input__wrapper--outline{box-shadow:0 0 0 2px var(--str-chat__border-utility-focused);box-shadow:0 0 0 2px var(--str-chat__focus-outline-color,var(--str-chat__border-utility-focused))}.str-chat__form-text-input--disabled .str-chat__form-text-input__wrapper--outline{border:1px solid var(--str-chat__border-utility-disabled)}.str-chat__form-text-input__wrapper--ghost{border:none;box-shadow:none}.str-chat__form-text-input:focus-within .str-chat__form-text-input__wrapper--ghost{border:none;box-shadow:0 0 0 2px var(--str-chat__border-utility-focused);box-shadow:0 0 0 2px var(--str-chat__focus-outline-color,var(--str-chat__border-utility-focused))}.str-chat__form-text-input--error .str-chat__form-text-input__wrapper--ghost{border:1px solid var(--str-chat__border-utility-error);box-shadow:none}.str-chat__form-text-input--error.str-chat__form-text-input--field-message-inside .str-chat__form-text-input__wrapper--ghost{border:none;box-shadow:none}.str-chat__form-text-input:focus-within.str-chat__form-text-input--error .str-chat__form-text-input__wrapper--ghost{border:1px solid var(--str-chat__border-utility-error);box-shadow:0 0 0 2px var(--border-utility-focused);box-shadow:0 0 0 2px var(--str-chat__focus-outline-color,var(--border-utility-focused))}.str-chat__form-text-input:focus-within.str-chat__form-text-input--error.str-chat__form-text-input--field-message-inside .str-chat__form-text-input__wrapper--ghost{border:none;box-shadow:0 0 0 2px var(--str-chat__border-utility-focused);box-shadow:0 0 0 2px var(--str-chat__focus-outline-color,var(--str-chat__border-utility-focused))}.str-chat__form-text-input__leading{align-items:center;color:var(--str-chat__input-text-icon);display:flex;flex-shrink:0;justify-content:center}.str-chat__form-text-input .str-chat__form-text-input__input{background:#0000;border:none;box-shadow:none;color:var(--str-chat__input-text-default);flex:1 1;font:var(--str-chat__caption-default-text);min-width:0;outline:none;outline-style:none;padding:0}.str-chat__form-text-input .str-chat__form-text-input__input::placeholder{color:var(--str-chat__input-text-placeholder)}.str-chat__form-text-input.str-chat__form-text-input--disabled .str-chat__form-text-input__input{color:var(--str-chat__input-text-placeholder);cursor:not-allowed}.str-chat__form-text-input.str-chat__form-text-input--disabled .str-chat__form-text-input__input::placeholder{color:var(--str-chat__input-text-placeholder)}.str-chat__form-text-input .str-chat__form-text-input__input:focus,.str-chat__form-text-input .str-chat__form-text-input__input:focus-visible{box-shadow:none;outline:none;outline-style:none}.str-chat__form-text-input__suffix{color:var(--str-chat__text-tertiary);flex-shrink:0;font-size:var(--str-chat__typography-font-size-sm);line-height:var(--str-chat__typography-line-height-normal)}.str-chat__form-text-input__trailing{-webkit-margin-end:calc(var(--str-chat__space-4)*-1);align-items:center;color:var(--str-chat__input-text-icon);display:flex;flex-shrink:0;justify-content:center;margin-inline-end:calc(var(--str-chat__space-4)*-1)}.str-chat__form-text-input--error .str-chat__form-text-input__trailing{color:var(--str-chat__accent-error)}.str-chat__form-text-input__message{align-items:center;display:flex;font:var(--str-chat__metadata-default-text);gap:var(--str-chat__spacing-xxs)}.str-chat__form-text-input__message:not(.str-chat__form-field-error){color:var(--str-chat__text-tertiary)}.str-chat__form-text-input__message--field-message-inside{padding:var(--str-chat__spacing-none) var(--str-chat__spacing-sm) var(--str-chat__spacing-sm)}.str-chat__form-text-input__message--success{color:var(--str-chat__accent-success)}.str-chat__form-text-input__message-text{flex:1 1 auto;min-width:0}.str-chat__form-text-input__message-icon{align-items:center;color:inherit;display:inline-flex;flex-shrink:0;justify-content:center}.str-chat__form-text-input__message-icon svg{height:13px;width:13px}.str-chat__form__input-fieldset{border:none;margin:0;padding:0}.str-chat__form__input-fieldset .str-chat__form__input-fieldset__label{color:var(--str-chat__text-primary);font:var(--str-chat__font-heading-xs)}.str-chat__form__input-fieldset .str-chat__form__input-fieldset__values{display:flex;flex-direction:column}.str-chat__form__input-fieldset .str-chat__form__input-fieldset__values .str-chat__form__input-field--draggable{align-items:center;display:flex;gap:.5rem;justify-content:space-between}.str-chat__form__input-fieldset .str-chat__form__input-fieldset__values .str-chat__form__input-field--draggable input{pointer-events:auto}.str-chat__form__input-fieldset .str-chat__form__input-fieldset__values .str-chat__form__input-field--draggable .str-chat__drag-handle{height:1rem;width:1rem}.str-chat__form__input-fieldset .str-chat__form__input-fieldset__values .str-chat__form__input-field,.str-chat__form__input-fieldset .str-chat__form__input-fieldset__values .str-chat__form__input-field .str-chat__form__input-field__value,.str-chat__form__input-fieldset .str-chat__form__input-fieldset__values .str-chat__form__input-field .str-chat__form__input-field__value .str-chat__form__input-field__error{width:100%}.str-chat__alert-root{align-items:center;background:var(--str-chat__background-core-elevation-1);border-radius:var(--str-chat__radius-xl);box-shadow:0 0 0 1px #0000000d,0 6px 12px 0 #00000029,0 20px 32px 0 #0000001f;display:flex;flex-direction:column;gap:var(--str-chat__spacing-2xl);padding:var(--str-chat__spacing-xl);text-align:center}.str-chat__alert-root .str-chat__alert-header{align-items:center;display:flex;flex-direction:column;gap:var(--str-chat__spacing-md);width:100%}.str-chat__alert-root .str-chat__alert-header svg{height:var(--str-chat__button-visual-height-sm);width:var(--str-chat__button-visual-height-sm)}.str-chat__alert-root .str-chat__alert-header .str-chat__alert-header__copy{align-items:center;display:flex;flex-direction:column;gap:var(--str-chat__spacing-xs);width:100%}.str-chat__alert-root .str-chat__alert-header .str-chat__alert-header__copy .str-chat__alert-header__title{font:var(--str-chat__font-heading-sm)}.str-chat__alert-root .str-chat__alert-header .str-chat__alert-header__copy .str-chat__alert-header__description{font:var(--str-chat__font-caption-default)}.str-chat__alert-root .str-chat__alert-actions{align-items:center;display:flex;flex-direction:column;gap:var(--str-chat__spacing-xs);width:100%}.str-chat__alert-root .str-chat__alert-actions button{width:100%}.str-chat__callout{background-color:var(--str-chat__background-core-elevation-2);border-radius:var(--str-chat__radius-lg);box-shadow:var(--str-chat__box-shadow-3);max-width:320px;position:relative}.str-chat__callout .str-chat__callout__close-button{inset-inline-end:var(--str-chat__spacing-xs);position:absolute;top:var(--str-chat__spacing-xs)}@keyframes str-chat-context-menu-roll-in-from-left{0%{opacity:.12;transform:translateX(16px) scale(.98)}to{opacity:1;transform:translateX(0) scale(1)}}@keyframes str-chat-context-menu-roll-in-from-right{0%{opacity:.12;transform:translateX(-16px) scale(.98)}to{opacity:1;transform:translateX(0) scale(1)}}@keyframes str-chat-context-menu-roll-in-from-top{0%{opacity:.12;transform:translateY(14px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes str-chat-context-menu-roll-in-from-bottom{0%{opacity:.12;transform:translateY(-14px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes str-chat-context-menu-submenu-forward{0%{opacity:.18;transform:translateX(28px)}to{opacity:1;transform:translateX(0)}}@keyframes str-chat-context-menu-submenu-backward{0%{opacity:.18;transform:translateX(-32px)}to{opacity:1;transform:translateX(0)}}.str-chat{--str-chat__dialog-menu-button-hover-background-color:var(
    --str-chat__background-utility-hover
  );--str-chat__menu-roll-duration:170ms;--str-chat__menu-roll-ease:cubic-bezier(0.22,1,0.36,1)}.str-chat .str-chat__context-menu{background:var(--str-chat__background-core-elevation-2);border-radius:var(--str-chat__radius-lg);box-shadow:var(--str-chat__box-shadow-3);color:var(--str-chat__text-primary);display:flex;flex-direction:column;padding:var(--str-chat__spacing-xxs)}.str-chat .str-chat__context-menu .str-chat__context-menu__back-button,.str-chat .str-chat__context-menu .str-chat__context-menu__header{color:var(--str-chat__text-tertiary);font:var(--str-chat__font-caption-emphasis);width:100%}.str-chat .str-chat__context-menu .str-chat__context-menu__back-button{align-items:center;background:none;border:none;border-radius:var(--str-chat__radius-md);cursor:pointer;display:flex;gap:var(--str-chat__spacing-xs);height:32px;padding:0;padding:var(--str-chat__spacing-xs);text-align:center}.str-chat .str-chat__context-menu .str-chat__context-menu__back-button:hover:not(:disabled){background-color:var(--str-chat__background-utility-hover)}.str-chat .str-chat__context-menu .str-chat__context-menu__back-button:active:not(:disabled){background-color:var(--str-chat__background-utility-pressed)}.str-chat .str-chat__context-menu .str-chat__context-menu__back-button:focus-visible:not(:disabled){background-color:initial}.str-chat .str-chat__context-menu .str-chat__context-menu__back-button:disabled{background-color:initial}.str-chat .str-chat__context-menu .str-chat__context-menu__back-button .str-chat__icon--chevron-right{transform:rotate(180deg)}.str-chat .str-chat__context-menu .str-chat__context-menu__body{display:flex;flex-direction:column;gap:var(--str-chat__spacing-xxxs);width:100%}.str-chat .str-chat__context-menu .str-chat__context-menu__body.str-chat__context-menu__body--submenu-forward{animation-duration:.28s;animation-name:str-chat-context-menu-submenu-forward;animation-name:var(--str-chat__context-menu-submenu-forward-animation,str-chat-context-menu-submenu-forward);animation-timing-function:cubic-bezier(.2,.95,.25,1);overflow-x:hidden;transform-origin:left center;transform-origin:var(--str-chat__context-menu-submenu-forward-transform-origin,left center)}.str-chat .str-chat__context-menu .str-chat__context-menu__body.str-chat__context-menu__body--submenu-backward{animation-duration:.4s;animation-name:str-chat-context-menu-submenu-backward;animation-name:var(--str-chat__context-menu-submenu-backward-animation,str-chat-context-menu-submenu-backward);animation-timing-function:cubic-bezier(.16,.92,.2,1);overflow-x:hidden;transform-origin:right center;transform-origin:var(--str-chat__context-menu-submenu-backward-transform-origin,right center)}.str-chat .str-chat__context-menu .str-chat__context-menu__button{align-items:center;background:#0000;background:none;border:none;border-radius:var(--str-chat__radius-md);color:var(--str-chat__text-primary);cursor:pointer;display:flex;font:var(--str-chat__font-caption-emphasis);gap:var(--str-chat__spacing-xs);padding:0;padding:var(--str-chat__spacing-xs);width:100%}.str-chat .str-chat__context-menu .str-chat__context-menu__button.str-chat__context-menu__button--destructive .str-chat__context-menu__button__label,.str-chat .str-chat__context-menu .str-chat__context-menu__button.str-chat__context-menu__button--destructive .str-chat__icon{color:var(--str-chat__accent-error)}.str-chat .str-chat__context-menu .str-chat__context-menu__button:hover:not(:disabled){background-color:var(--str-chat__dialog-menu-button-hover-background-color)}.str-chat .str-chat__context-menu .str-chat__context-menu__button:active:not(:disabled){background-color:var(--str-chat__background-utility-pressed)}.str-chat .str-chat__context-menu .str-chat__context-menu__button:focus-visible:not(:disabled){background-color:initial}.str-chat .str-chat__context-menu .str-chat__context-menu__button:disabled{background-color:initial}.str-chat .str-chat__context-menu .str-chat__context-menu__button .str-chat__icon{color:var(--str-chat__text-secondary);height:var(--str-chat__icon-size-sm);width:var(--str-chat__icon-size-sm)}.str-chat .str-chat__context-menu .str-chat__context-menu__button .str-chat__context-menu__button__label{color:var(--str-chat__text-primary);flex:auto;min-width:0;overflow-x:hidden;overflow-x:clip;overflow-y:visible;text-align:start;text-overflow:ellipsis;white-space:nowrap}.str-chat .str-chat__context-menu .str-chat__context-menu__button .str-chat__context-menu__button__details{color:var(--str-chat__text-tertiary);flex:1 1;font:var(--str-chat__font-caption-default);white-space:nowrap}.str-chat .str-chat__context-menu .str-chat__emoji-context-menu__button,.str-chat .str-chat__context-menu .str-chat__user-context-menu__button{font:var(--str-chat__font-caption-default)}.str-chat .str-chat__context-menu .str-chat__emoji-context-menu__button .str-chat__context-menu__button__emoji,.str-chat .str-chat__context-menu .str-chat__user-context-menu__button .str-chat__context-menu__button__emoji{align-items:center;display:flex;font-size:var(--str-chat__typography-font-size-md);height:var(--str-chat__typography-font-size-md);justify-content:center;line-height:0;width:var(--str-chat__typography-font-size-md)}.str-chat [data-str-chat-placement^=right]>.str-chat__context-menu{animation:str-chat-context-menu-roll-in-from-left .13s var(--str-chat__menu-roll-ease);animation:str-chat-context-menu-roll-in-from-left var(--str-chat__menu-roll-duration,.13s) var(--str-chat__menu-roll-ease);transform-origin:left center}.str-chat [data-str-chat-placement^=left]>.str-chat__context-menu{animation:str-chat-context-menu-roll-in-from-right .13s var(--str-chat__menu-roll-ease);animation:str-chat-context-menu-roll-in-from-right var(--str-chat__menu-roll-duration,.13s) var(--str-chat__menu-roll-ease);transform-origin:right center}.str-chat [data-str-chat-placement^=bottom]>.str-chat__context-menu{animation:str-chat-context-menu-roll-in-from-bottom .13s var(--str-chat__menu-roll-ease);animation:str-chat-context-menu-roll-in-from-bottom var(--str-chat__menu-roll-duration,.13s) var(--str-chat__menu-roll-ease);transform-origin:center top}.str-chat [data-str-chat-placement^=top]>.str-chat__context-menu{animation:str-chat-context-menu-roll-in-from-top .13s var(--str-chat__menu-roll-ease);animation:str-chat-context-menu-roll-in-from-top var(--str-chat__menu-roll-duration,.13s) var(--str-chat__menu-roll-ease);transform-origin:center bottom}.str-chat [data-str-chat-dialog-state=closing][data-str-chat-placement^=right]>.str-chat__context-menu{animation:str-chat-context-menu-roll-in-from-left .13s var(--str-chat__menu-roll-ease) reverse forwards;animation:str-chat-context-menu-roll-in-from-left var(--str-chat__menu-roll-duration,.13s) var(--str-chat__menu-roll-ease) reverse forwards;transform-origin:left center}.str-chat [data-str-chat-dialog-state=closing][data-str-chat-placement^=left]>.str-chat__context-menu{animation:str-chat-context-menu-roll-in-from-right .13s var(--str-chat__menu-roll-ease) reverse forwards;animation:str-chat-context-menu-roll-in-from-right var(--str-chat__menu-roll-duration,.13s) var(--str-chat__menu-roll-ease) reverse forwards;transform-origin:right center}.str-chat [data-str-chat-dialog-state=closing][data-str-chat-placement^=bottom]>.str-chat__context-menu{animation:str-chat-context-menu-roll-in-from-bottom .13s var(--str-chat__menu-roll-ease) reverse forwards;animation:str-chat-context-menu-roll-in-from-bottom var(--str-chat__menu-roll-duration,.13s) var(--str-chat__menu-roll-ease) reverse forwards;transform-origin:center top}.str-chat [data-str-chat-dialog-state=closing][data-str-chat-placement^=top]>.str-chat__context-menu{animation:str-chat-context-menu-roll-in-from-top .13s var(--str-chat__menu-roll-ease) reverse forwards;animation:str-chat-context-menu-roll-in-from-top var(--str-chat__menu-roll-duration,.13s) var(--str-chat__menu-roll-ease) reverse forwards;transform-origin:center bottom}.str-chat .str-chat__context-menu__submenu-container:not([data-str-chat-roll-from])[data-str-chat-roll-axis=x][data-str-chat-placement^=left]>.str-chat__context-menu{animation:str-chat-context-menu-roll-in-from-right .13s var(--str-chat__menu-roll-ease);animation:str-chat-context-menu-roll-in-from-right var(--str-chat__menu-roll-duration,.13s) var(--str-chat__menu-roll-ease);transform-origin:right center}.str-chat .str-chat__context-menu__submenu-container:not([data-str-chat-roll-from])[data-str-chat-roll-axis=x]:not([data-str-chat-placement^=left])>.str-chat__context-menu,.str-chat .str-chat__context-menu__submenu-container[data-str-chat-roll-from=left]>.str-chat__context-menu{animation:str-chat-context-menu-roll-in-from-left .13s var(--str-chat__menu-roll-ease);animation:str-chat-context-menu-roll-in-from-left var(--str-chat__menu-roll-duration,.13s) var(--str-chat__menu-roll-ease);transform-origin:left center}.str-chat .str-chat__context-menu__submenu-container[data-str-chat-roll-from=right]>.str-chat__context-menu{animation:str-chat-context-menu-roll-in-from-right .13s var(--str-chat__menu-roll-ease);animation:str-chat-context-menu-roll-in-from-right var(--str-chat__menu-roll-duration,.13s) var(--str-chat__menu-roll-ease);transform-origin:right center}.str-chat .str-chat__context-menu__submenu-container[data-str-chat-roll-from=top]>.str-chat__context-menu{animation:str-chat-context-menu-roll-in-from-top .13s var(--str-chat__menu-roll-ease);animation:str-chat-context-menu-roll-in-from-top var(--str-chat__menu-roll-duration,.13s) var(--str-chat__menu-roll-ease);transform-origin:center top}.str-chat .str-chat__context-menu__submenu-container[data-str-chat-roll-from=bottom]>.str-chat__context-menu{animation:str-chat-context-menu-roll-in-from-bottom .13s var(--str-chat__menu-roll-ease);animation:str-chat-context-menu-roll-in-from-bottom var(--str-chat__menu-roll-duration,.13s) var(--str-chat__menu-roll-ease);transform-origin:center bottom}.str-chat .str-chat__context-menu[data-str-chat-enable-animations=false],.str-chat .str-chat__context-menu[data-str-chat-enable-animations=false] .str-chat__context-menu__body{animation:none!important;transform:none!important}@media (prefers-reduced-motion:reduce){.str-chat [data-str-chat-placement]>.str-chat__context-menu{animation:none}}.str-chat__dialog-overlay{height:var(--str-chat__dialog-overlay-height);inset:0;pointer-events:none;position:absolute;width:100%;z-index:2}.str-chat__dialog-overlay .str-chat__dialog-contents{pointer-events:auto}.str-chat__prompt{background:var(--str-chat__background-core-elevation-1);border-radius:var(--str-chat__radius-xl);box-shadow:0 0 0 1px #0000000d,0 6px 12px 0 #00000029,0 20px 32px 0 #0000001f;width:100%}.str-chat__prompt .str-chat__prompt__header{align-items:center;display:flex;gap:var(--str-chat__spacing-xs) var(--str-chat__spacing-md);padding:var(--str-chat__spacing-xl);width:100%}.str-chat__prompt .str-chat__prompt__header .str-chat__prompt__header__title-group{display:flex;flex:1 1;flex-direction:column;gap:var(--str-chat__spacing-xxs);min-width:0}.str-chat__prompt .str-chat__prompt__header .str-chat__prompt__header__title{color:var(--str-chat__text-primary);font:var(--str-chat__font-heading-sm);margin:0}.str-chat__prompt .str-chat__prompt__header .str-chat__prompt__header__description{color:var(--str-chat__text-secondary);font:var(--str-chat__font-caption-default)}.str-chat__prompt .str-chat__prompt__header .str-chat__prompt__header__close-button{align-self:flex-start;color:var(--str-chat__text-primary);flex-shrink:0}.str-chat__prompt .str-chat__prompt__header .str-chat__prompt__header__close-button .str-chat__icon{height:var(--str-chat__icon-size-md);width:var(--str-chat__icon-size-md)}.str-chat__prompt .str-chat__prompt__body{overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;padding:var(--str-chat__spacing-xxs) var(--str-chat__spacing-xl);scrollbar-gutter:stable}.str-chat__prompt .str-chat__prompt__footer{align-items:center;display:flex;justify-content:flex-end;padding:var(--str-chat__spacing-xl);width:100%}.str-chat__prompt .str-chat__prompt__footer .str-chat__prompt__footer__controls{align-items:center;display:flex;gap:var(--str-chat__spacing-xs)}.str-chat__viewer{background:var(--str-chat__background-core-elevation-1);border-radius:var(--str-chat__radius-xl);box-shadow:0 0 0 1px #0000000d,0 6px 12px 0 #00000029,0 20px 32px 0 #0000001f;display:flex;flex-direction:column;height:100%;max-height:640px;max-width:520px;width:100%}.str-chat__viewer .str-chat__viewer__header{align-items:center;display:flex;gap:var(--str-chat__spacing-xs) var(--str-chat__spacing-md);padding:var(--str-chat__spacing-xl);width:100%}.str-chat__viewer .str-chat__viewer__header .str-chat__viewer__header__title-group{display:flex;flex:1 1;flex-direction:column;gap:var(--str-chat__spacing-xxs);min-width:0}.str-chat__viewer .str-chat__viewer__header .str-chat__viewer__header__title{color:var(--str-chat__text-primary);font:var(--str-chat__font-heading-sm);margin:0}.str-chat__viewer .str-chat__viewer__header .str-chat__viewer__header__description{color:var(--str-chat__text-secondary);font:var(--str-chat__font-caption-default)}.str-chat__viewer .str-chat__viewer__header .str-chat__viewer__header__go-back-button path{fill:none;stroke:currentColor;stroke-width:1.5px}.str-chat__viewer .str-chat__viewer__header .str-chat__viewer__header__close-button{align-self:flex-start;color:var(--str-chat__text-primary);flex-shrink:0}.str-chat__viewer .str-chat__viewer__body{flex:1 1;min-height:0;padding:0 var(--str-chat__spacing-xl)}.str-chat__viewer .str-chat__viewer__footer{align-items:center;display:flex;justify-content:flex-end;padding:var(--str-chat__spacing-xl);width:100%}.str-chat__viewer .str-chat__viewer__footer .str-chat__viewer__footer__controls{align-items:center;display:flex;gap:var(--str-chat__spacing-xs)}.str-chat{--str-chat__modal-border-radius:var(--str-chat__radius-xl);--str-chat__modal-color:var(--str-chat__text-primary);--str-chat__modal-background-color:var(--str-chat__background-core-elevation-1);--str-chat__modal-overlay-color:var(--str-chat__background-core-scrim);--str-chat__modal-overlay-backdrop-filter:blur(3px);--str-chat__modal-border-block-start:none;--str-chat__modal-border-block-end:none;--str-chat__modal-border-inline-start:none;--str-chat__modal-border-inline-end:none;--str-chat__modal-box-shadow:var(--str-chat__box-shadow-4)}.str-chat__modal--open{align-items:center;-webkit-backdrop-filter:var(--str-chat__modal-overlay-backdrop-filter);backdrop-filter:var(--str-chat__modal-overlay-backdrop-filter);background-color:var(--str-chat__modal-overlay-color);bottom:0;display:flex;flex-direction:column;height:100%;justify-content:center;left:0;pointer-events:auto;position:fixed;right:0;top:0;width:100%;z-index:100}.str-chat__modal--open .str-chat__modal__overlay__close-button{color:var(--str-chat__text-on-accent);inset-inline-end:10px;padding:var(--str-chat__spacing-xs);position:absolute;top:10px}.str-chat__modal--open .str-chat__modal__overlay__close-button svg{height:12px;width:12px}.str-chat__ai-state-indicator-container{background-color:var(--str-chat__background-core-surface-default);padding:0 8px}.str-chat__ai-state-indicator-text{color:var(--str-chat__text-primary)}.str-chat{--str-chat__attachment-margin:var(--str-chat__spacing-xs)}.str-chat__attachment-list{--str-chat__attachment-max-width:calc(var(--str-chat__message-max-width) - var(--str-chat__attachment-margin)*2);--str-chat__video-height:var(--str-chat__attachment-max-width);align-items:flex-start;background:#0000;color:var(--str-chat__text-primary);display:flex;flex-direction:column;gap:var(--str-chat__spacing-xs);min-width:0}.str-chat__attachment-list .str-chat__message-attachment--image,.str-chat__attachment-list .str-chat__message-attachment--video{background:#0000;border-radius:calc(var(--str-chat__message-bubble-radius-group-bottom) - var(--str-chat__attachment-margin));color:var(--str-chat__text-primary)}.str-chat__attachment-list .str-chat__message-attachment{background-color:var(--chat-bg-attachment);border-radius:var(--str-chat__message-bubble-radius-attachment);overflow:hidden}.str-chat__attachment-list .str-chat__message-attachment .str-chat__button-play.str-chat__button--secondary.str-chat__button--outline{background-color:initial;border-color:var(--chat-border-on-chat)}.str-chat__attachment-list .str-chat__message-attachment--image,.str-chat__attachment-list .str-chat__message-attachment--video{align-items:center;display:flex;justify-content:center;overflow:hidden;width:auto}.str-chat__attachment-list .str-chat__message-attachment--audio,.str-chat__attachment-list .str-chat__message-attachment--card,.str-chat__attachment-list .str-chat__message-attachment--file,.str-chat__attachment-list .str-chat__message-attachment--geolocation,.str-chat__attachment-list .str-chat__message-attachment--unsupported,.str-chat__attachment-list .str-chat__message-attachment--voiceRecording{max-width:100%;width:var(--str-chat__attachment-max-width)}.str-chat__attachment-list .str-chat__message-attachment--image:not(.str-chat__message-attachment--card) img{cursor:zoom-in;height:min(var(--str-chat__attachment-max-width),min(1000000/1000000,1px) * 1000000);height:min(var(--str-chat__attachment-max-width),min(var(--str-chat__attachment-max-width,1000000)/var(--original-width,1000000),1px) * var(--original-height,1000000));max-height:var(--str-chat__attachment-max-width);max-width:var(--str-chat__attachment-max-width);object-fit:cover;width:100%}.str-chat__attachment-list .str-chat__message-attachment--video:not(.str-chat__message-attachment--card),.str-chat__attachment-list .str-chat__message-attachment-card--video .str-chat__message-attachment-card--header{display:flex;max-width:var(--str-chat__attachment-max-width)}.str-chat__attachment-list .str-chat__message-attachment--video:not(.str-chat__message-attachment--card) .str-chat__player-wrapper,.str-chat__attachment-list .str-chat__message-attachment-card--video .str-chat__message-attachment-card--header .str-chat__player-wrapper{display:flex;flex-direction:column;height:100%;max-width:var(--str-chat__attachment-max-width);min-width:0;width:100%}.str-chat__attachment-list .str-chat__message-attachment--video:not(.str-chat__message-attachment--card) .str-chat__player-wrapper .react-player,.str-chat__attachment-list .str-chat__message-attachment-card--video .str-chat__message-attachment-card--header .str-chat__player-wrapper .react-player{height:100%;max-height:100%;max-width:var(--str-chat__attachment-max-width);min-height:0;width:100%}.str-chat__attachment-list .str-chat__message-attachment--video:not(.str-chat__message-attachment--card):not(.str-chat__message-attachment-dynamic-size){height:var(--str-chat__video-height)}.str-chat__attachment-list .str-chat__message-attachment--video.str-chat__message-attachment-dynamic-size:not(.str-chat__message-attachment--card){max-height:var(--str-chat__video-height)}.str-chat__attachment-list .str-chat__message-attachment--video.str-chat__message-attachment-dynamic-size:not(.str-chat__message-attachment--card) .str-chat__player-wrapper{height:min(var(--str-chat__video-height),min(1000000/1000000,1px) * 1000000);height:min(var(--str-chat__video-height),min(var(--str-chat__attachment-max-width,1000000)/var(--original-width,1000000),1px) * var(--original-height,1000000));max-height:var(--str-chat__video-height)}.str-chat__attachment-list .str-chat__message-attachment--svg-image{background-image:repeating-conic-gradient(#d4d5d7 0 25%,#f4f4f4 0 50%);background-size:24px 24px}.str-chat__attachment-list .str-chat__gallery .str-chat__message-attachment--svg-image,.str-chat__attachment-list .str-chat__message-attachment--image.str-chat__message-attachment--svg-image{padding:var(--str-chat__space-24)}.str-chat__attachment-list .str-chat__gallery .str-chat__message-attachment--svg-image img,.str-chat__attachment-list .str-chat__message-attachment--image.str-chat__message-attachment--svg-image img{max-height:calc(var(--str-chat__attachment-max-width) - var(--str-chat__space-24));max-width:calc(var(--str-chat__attachment-max-width) - var(--str-chat__space-24));object-fit:contain}.str-chat__attachment-list .str-chat__message-attachment-audio-widget,.str-chat__attachment-list .str-chat__message-attachment-file--item{align-items:center;column-gap:var(--str-chat__spacing-sm);display:flex;justify-content:center;padding:var(--str-chat__spacing-sm)}.str-chat__attachment-list .str-chat__message-attachment-audio-widget .str-chat__message-attachment-audio-widget--text,.str-chat__attachment-list .str-chat__message-attachment-audio-widget .str-chat__message-attachment-file--item__info,.str-chat__attachment-list .str-chat__message-attachment-file--item .str-chat__message-attachment-audio-widget--text,.str-chat__attachment-list .str-chat__message-attachment-file--item .str-chat__message-attachment-file--item__info{align-items:flex-start;display:flex;flex-direction:column;justify-content:center;line-height:var(--str-chat__typography-line-height-tight);min-width:0;row-gap:var(--str-chat__space-2);width:100%}.str-chat__attachment-list .str-chat__message-attachment-audio-widget .str-chat__message-attachment-audio-widget--text .str-chat__message-attachment-audio-widget--text-first-row,.str-chat__attachment-list .str-chat__message-attachment-audio-widget .str-chat__message-attachment-audio-widget--text .str-chat__message-attachment-file--item__first-row,.str-chat__attachment-list .str-chat__message-attachment-audio-widget .str-chat__message-attachment-file--item__info .str-chat__message-attachment-audio-widget--text-first-row,.str-chat__attachment-list .str-chat__message-attachment-audio-widget .str-chat__message-attachment-file--item__info .str-chat__message-attachment-file--item__first-row,.str-chat__attachment-list .str-chat__message-attachment-file--item .str-chat__message-attachment-audio-widget--text .str-chat__message-attachment-audio-widget--text-first-row,.str-chat__attachment-list .str-chat__message-attachment-file--item .str-chat__message-attachment-audio-widget--text .str-chat__message-attachment-file--item__first-row,.str-chat__attachment-list .str-chat__message-attachment-file--item .str-chat__message-attachment-file--item__info .str-chat__message-attachment-audio-widget--text-first-row,.str-chat__attachment-list .str-chat__message-attachment-file--item .str-chat__message-attachment-file--item__info .str-chat__message-attachment-file--item__first-row{align-items:center;column-gap:var(--str-chat__space-8);display:flex;font:var(--str-chat__font-caption-emphasis);justify-content:space-between;width:100%}.str-chat__attachment-list .str-chat__message-attachment-audio-widget .str-chat__message-attachment-audio-widget--text .str-chat__message-attachment-audio-widget--text-first-row .str-chat__message-attachment-audio-widget--title,.str-chat__attachment-list .str-chat__message-attachment-audio-widget .str-chat__message-attachment-audio-widget--text .str-chat__message-attachment-audio-widget--text-first-row .str-chat__message-attachment-file--item__name,.str-chat__attachment-list .str-chat__message-attachment-audio-widget .str-chat__message-attachment-audio-widget--text .str-chat__message-attachment-file--item__first-row .str-chat__message-attachment-audio-widget--title,.str-chat__attachment-list .str-chat__message-attachment-audio-widget .str-chat__message-attachment-audio-widget--text .str-chat__message-attachment-file--item__first-row .str-chat__message-attachment-file--item__name,.str-chat__attachment-list .str-chat__message-attachment-audio-widget .str-chat__message-attachment-file--item__info .str-chat__message-attachment-audio-widget--text-first-row .str-chat__message-attachment-audio-widget--title,.str-chat__attachment-list .str-chat__message-attachment-audio-widget .str-chat__message-attachment-file--item__info .str-chat__message-attachment-audio-widget--text-first-row .str-chat__message-attachment-file--item__name,.str-chat__attachment-list .str-chat__message-attachment-audio-widget .str-chat__message-attachment-file--item__info .str-chat__message-attachment-file--item__first-row .str-chat__message-attachment-audio-widget--title,.str-chat__attachment-list .str-chat__message-attachment-audio-widget .str-chat__message-attachment-file--item__info .str-chat__message-attachment-file--item__first-row .str-chat__message-attachment-file--item__name,.str-chat__attachment-list .str-chat__message-attachment-file--item .str-chat__message-attachment-audio-widget--text .str-chat__message-attachment-audio-widget--text-first-row .str-chat__message-attachment-audio-widget--title,.str-chat__attachment-list .str-chat__message-attachment-file--item .str-chat__message-attachment-audio-widget--text .str-chat__message-attachment-audio-widget--text-first-row .str-chat__message-attachment-file--item__name,.str-chat__attachment-list .str-chat__message-attachment-file--item .str-chat__message-attachment-audio-widget--text .str-chat__message-attachment-file--item__first-row .str-chat__message-attachment-audio-widget--title,.str-chat__attachment-list .str-chat__message-attachment-file--item .str-chat__message-attachment-audio-widget--text .str-chat__message-attachment-file--item__first-row .str-chat__message-attachment-file--item__name,.str-chat__attachment-list .str-chat__message-attachment-file--item .str-chat__message-attachment-file--item__info .str-chat__message-attachment-audio-widget--text-first-row .str-chat__message-attachment-audio-widget--title,.str-chat__attachment-list .str-chat__message-attachment-file--item .str-chat__message-attachment-file--item__info .str-chat__message-attachment-audio-widget--text-first-row .str-chat__message-attachment-file--item__name,.str-chat__attachment-list .str-chat__message-attachment-file--item .str-chat__message-attachment-file--item__info .str-chat__message-attachment-file--item__first-row .str-chat__message-attachment-audio-widget--title,.str-chat__attachment-list .str-chat__message-attachment-file--item .str-chat__message-attachment-file--item__info .str-chat__message-attachment-file--item__first-row .str-chat__message-attachment-file--item__name{min-width:0;overflow-x:hidden;overflow-x:clip;overflow-y:visible;text-overflow:ellipsis;white-space:nowrap}.str-chat__attachment-list .str-chat__message-attachment-audio-widget .str-chat__message-attachment-audio-widget--text .str-chat__message-attachment-file--item__data,.str-chat__attachment-list .str-chat__message-attachment-audio-widget .str-chat__message-attachment-file--item__info .str-chat__message-attachment-file--item__data,.str-chat__attachment-list .str-chat__message-attachment-file--item .str-chat__message-attachment-audio-widget--text .str-chat__message-attachment-file--item__data,.str-chat__attachment-list .str-chat__message-attachment-file--item .str-chat__message-attachment-file--item__info .str-chat__message-attachment-file--item__data{font:var(--str-chat__font-metadata-default)}.str-chat__attachment-list .str-chat__message-attachment-file--item{background:#0000;border-radius:calc(var(--str-chat__message-bubble-radius-group-bottom) - var(--str-chat__attachment-margin));color:var(--str-chat__text-primary)}.str-chat__attachment-list .str-chat__message-attachment-download-icon{--str-chat-icon-height:var(--str-chat__size-16)}.str-chat__message.str-chat__message--has-single-attachment.str-chat__message--has-no-text:not(.str-chat__message--has-quoted-message) .str-chat__message-bubble{padding:0}.str-chat__message.str-chat__message--has-single-attachment.str-chat__message--has-no-text .str-chat__attachment-list{--str-chat__attachment-max-width:var(--str-chat__message-max-width)}.str-chat__message.str-chat__message--has-single-attachment.str-chat__message--has-no-text .str-chat__message-bubble{border:1px solid var(--chat-border);box-shadow:var(--str-chat__background-core-elevation-0)}.str-chat__message.str-chat__message--has-single-attachment.str-chat__message--has-no-text .str-chat__message-attachment{background-color:var(--chat-bg)}.str-chat__message--me .str-chat__attachment-list{align-items:flex-end}.str-chat__li--bottom .str-chat__message--other.str-chat__message--has-single-attachment.str-chat__message--has-no-text .str-chat__message-attachment,.str-chat__li--single .str-chat__message--other.str-chat__message--has-single-attachment.str-chat__message--has-no-text .str-chat__message-attachment{border-end-start-radius:var(--str-chat__message-bubble-radius-tail)}.str-chat__li--bottom .str-chat__message--me.str-chat__message--has-single-attachment.str-chat__message--has-no-text .str-chat__message-attachment,.str-chat__li--single .str-chat__message--me.str-chat__message--has-single-attachment.str-chat__message--has-no-text .str-chat__message-attachment{border-end-end-radius:var(--str-chat__message-bubble-radius-tail)}.str-chat__li--middle.str-chat__message--has-single-attachment.str-chat__message--has-no-text .str-chat__message-attachment,.str-chat__li--top.str-chat__message--has-single-attachment.str-chat__message--has-no-text .str-chat__message-attachment{border-radius:var(--str-chat__message-bubble-radius-group-middle)}.str-chat__message--has-text .str-chat__attachment-list{padding-bottom:0}.str-chat__message-attachment-actions{background:#0000;color:var(--str-chat__button-secondary-text)}.str-chat__message-attachment-actions .str-chat__message-attachment-actions-form{display:flex;height:48px;justify-content:stretch}.str-chat__message-attachment-actions .str-chat__message-attachment-actions-form .str-chat__message-attachment-actions-button{background:#0000;border-collapse:collapse;color:var(--str-chat__button-secondary-text);font:var(--str-chat__font-body-emphasis);padding:var(--str-chat__button-padding-y-sm) var(--str-chat__button-padding-x-with-label-sm);white-space:nowrap;width:100%}.str-chat__message-attachment-actions .str-chat__message-attachment-actions-form .str-chat__message-attachment-actions-button.str-chat__button:active{color:var(--str-chat__accent-primary)}.str-chat__message-attachment-actions .str-chat__message-attachment-actions-form .str-chat__message-attachment-actions-button.str-chat__button:focus-visible{color:var(--str-chat__accent-primary);outline:2px solid var(--str-chat__border-utility-focused);outline-offset:2px}.str-chat__message-attachment-audio-widget{background:#0000;border-radius:calc(var(--str-chat__message-bubble-radius-group-bottom) - var(--str-chat__attachment-margin));color:var(--str-chat__text-primary);flex:1 1 auto;min-width:0;width:100%}.str-chat__message-attachment-audio-widget .str-chat__message-attachment-audio-widget--play-controls{align-items:center;display:flex;justify-content:center}.str-chat__message-attachment-audio-widget .str-chat__message-attachment-audio-widget--data{display:flex;flex:1 1;flex-direction:column;gap:var(--str-chat__spacing-xxs);min-width:0}.str-chat__message-attachment-audio-widget .str-chat__message-attachment-audio-widget--text-first-row{align-items:start;display:flex;gap:var(--str-chat__spacing-xs);justify-content:space-between}.str-chat__message-attachment-audio-widget .str-chat__message-attachment-audio-widget--text-first-row svg{flex-shrink:0}.str-chat__message-attachment-audio-widget .str-chat__message-attachment-audio-widget--title{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;font:var(--str-chat__font-caption-emphasis);min-width:0;overflow:hidden;text-overflow:ellipsis;word-break:break-word}.str-chat__message-attachment-audio-widget .str-chat__duration-display{color:var(--str-chat__text-secondary);font:var(--str-chat__font-metadata-default);width:40px}.str-chat__message-attachment-audio-widget .str-chat__message-attachment-audio-widget--text-second-row{align-items:center;display:flex;gap:var(--str-chat__spacing-xs);width:100%}.str-chat__message-attachment-audio-widget .str-chat__message-attachment-audio-widget--text-second-row .str-chat__message-attachment-file--item-size{font:var(--str-chat__font-metadata-default)}.str-chat__message-attachment-card--audio .str-chat__message-attachment-card--content{padding:0}.str-chat__message-attachment-card--audio .str-chat__message-attachment-card--content .str-chat__message-attachment-card-audio-widget{display:flex;flex-direction:column;padding:var(--str-chat__spacing-md);width:100%}.str-chat__button.str-chat__button--secondary.str-chat__button--outline.str-chat__audio-attachment-download-button{border-color:var(--str-chat__chat-border-on-chat-incoming);flex-shrink:0}.str-chat__button.str-chat__button--secondary.str-chat__button--outline.str-chat__audio-attachment-download-button .str-chat__attachment-download-button__icon{height:20px;width:20px}.str-chat__message--me .str-chat__button.str-chat__button--outline.str-chat__audio-attachment-download-button{border-color:var(--str-chat__chat-border-on-chat-outgoing)}.str-chat__message-attachment-geolocation{background:var(--chat-bg-attachment);border-radius:calc(var(--str-chat__message-bubble-radius-group-bottom) - var(--str-chat__attachment-margin));color:var(--chat-text);display:flex;flex-direction:column;height:200px;max-width:var(--str-chat__attachment-max-width);width:100%}.str-chat__message-attachment-geolocation .str-chat__message-attachment-geolocation__location-preview{flex:1 1}.str-chat__message-attachment-geolocation .str-chat__message-attachment-geolocation__placeholder{align-items:center;background-color:var(--str-chat__background-core-overlay-light);display:flex;flex:1 1;flex-direction:column;height:100%;justify-content:center;min-height:0;min-width:0;position:relative;width:100%}.str-chat__message-attachment-geolocation .str-chat__message-attachment-geolocation__placeholder .str-chat__icon{fill:var(--str-chat__accent-neutral);height:40px;width:40px}.str-chat__message-attachment-geolocation .str-chat__message-attachment-geolocation__placeholder .str-chat__message-attachment-geolocation__placeholder-link{color:var(--str-chat__accent-neutral);height:12px;inset-block:.5rem;inset-inline-end:.5rem;position:absolute;width:12px}.str-chat__message-attachment-geolocation .str-chat__message-attachment-geolocation__status{background-color:var(--str-chat__background-core-surface-subtle);display:flex;font:var(--str-chat__font-caption-default);justify-content:center;padding:.5rem}.str-chat__message-attachment-geolocation .str-chat__message-attachment-geolocation__status .str-chat__message-attachment-geolocation__status--active{align-items:center;display:flex;flex-direction:column;gap:.375rem}.str-chat__message-attachment-geolocation .str-chat__message-attachment-geolocation__status .str-chat__message-attachment-geolocation__status--active .str-chat__message-attachment-geolocation__status--active-status{color:var(--str-chat__accent-success)}.str-chat__message-attachment-geolocation .str-chat__message-attachment-geolocation__status .str-chat__message-attachment-geolocation__status--active .str-chat__message-attachment-geolocation__status--active-until{font:var(--str-chat__font-metadata-emphasis);text-transform:lowercase}.str-chat__message-attachment-giphy{align-items:center;display:flex;justify-content:center;overflow:hidden;position:relative}.str-chat__message-attachment-giphy img.str-chat__base-image{cursor:default;height:min(var(--str-chat__attachment-max-width),min(1000000/1000000,1px) * 1000000);height:min(var(--str-chat__attachment-max-width),min(var(--str-chat__attachment-max-width,1000000)/var(--original-width,1000000),1px) * var(--original-height,1000000));max-height:var(--str-chat__attachment-max-width);max-width:var(--str-chat__attachment-max-width);object-fit:contain;width:100%}.str-chat__message-attachment-giphy .str-chat__image-placeholder{height:200px;width:var(--str-chat__attachment-max-width)}.str-chat__giphy-badge{align-items:center;background-color:var(--str-chat__badge-bg-overlay);border-radius:var(--str-chat__radius-lg);bottom:8px;color:var(--str-chat__badge-text-on-accent);display:inline-flex;font:var(--str-chat__font-metadata-emphasis);gap:var(--str-chat__spacing-xxs);height:24px;inset-inline-start:8px;justify-content:center;padding:var(--str-chat__spacing-xxxs) var(--str-chat__spacing-xs);position:absolute;text-transform:uppercase}.str-chat__message-attachment--giphy--actions .str-chat__message-attachment-giphy,.str-chat__message-attachment--giphy--actions .str-chat__message-attachment-giphy img.str-chat__base-image{height:200px}.str-chat__message-attachment--giphy--actions .str-chat__visibility-disclaimer{align-items:center;align-self:stretch;color:var(--chat-text);display:flex;font:var(--str-chat__font-caption-emphasis);gap:8px;gap:var(--str-chat__spacing-xs,8px);padding:12px;padding:var(--str-chat__spacing-sm,12px)}.str-chat__message-attachment-card{--str-chat__scraped-image-height:calc(var(--str-chat__attachment-max-width)*0.52356);border-radius:var(--str-chat__message-bubble-radius-attachment);display:flex;gap:var(--str-chat__spacing-xs);line-height:var(--str-chat__typography-line-height-tight);overflow:hidden;padding:var(--str-chat__spacing-xs) var(--str-chat__spacing-sm) var(--str-chat__spacing-xs) var(--str-chat__spacing-xs);width:100%}.str-chat__message-attachment-card *{color:var(--chat-text)}.str-chat__message-attachment-card .str-chat__message-attachment-card--header{align-items:center;display:flex;flex-shrink:0;justify-content:center;overflow:hidden;position:relative;width:auto}.str-chat__message-attachment-card .str-chat__message-attachment-card--header .str-chat__image-placeholder,.str-chat__message-attachment-card .str-chat__message-attachment-card--header img{border-radius:8px;border-radius:var(--str-chat__message-bubble-radius-attachment-inline,8px)}.str-chat__message-attachment-card .str-chat__message-attachment-card--header img{height:40px;object-fit:cover;width:40px}.str-chat__message-attachment-card.str-chat__message-attachment-card--video .str-chat__message-attachment-card--header{height:calc(var(--str-chat__attachment-max-width)*.5625)}.str-chat__message-attachment-card .str-chat__message-attachment-card--content{display:flex;flex-direction:column;gap:var(--str-chat__spacing-xxs);min-width:0}.str-chat__message-attachment-card .str-chat__message-attachment-card--title{font:var(--str-chat__font-caption-emphasis)}.str-chat__message-attachment-card .str-chat__message-attachment-card--source-link,.str-chat__message-attachment-card .str-chat__message-attachment-card--text{font:var(--str-chat__font-metadata-default)}.str-chat__message-attachment-card .str-chat__message-attachment-card--title,.str-chat__message-attachment-card .str-chat__message-attachment-card--url{overflow-x:hidden;overflow-x:clip;overflow-y:visible;text-overflow:ellipsis;white-space:nowrap}.str-chat__message-attachment-card .str-chat__message-attachment-card--text{-webkit-box-orient:vertical;-webkit-line-clamp:1;display:-webkit-box;font:var(--str-chat__font-metadata-default);overflow:hidden;text-overflow:ellipsis}.str-chat__message-attachment-card .str-chat__message-attachment-card--source-link{align-items:center;display:flex;gap:var(--str-chat__spacing-xxs);max-width:100%;min-width:0}.str-chat__message-attachment-card .str-chat__message-attachment-card--source-link .str-chat__message-attachment-card--url{flex:1 1;min-width:0}.str-chat__message--has-single-attachment .str-chat__message-attachment-card{display:block;padding:0}.str-chat__message--has-single-attachment .str-chat__message-attachment-card img{border-radius:0;height:var(--str-chat__scraped-image-height);width:100%}.str-chat__message--has-single-attachment .str-chat__message-attachment-card .str-chat__message-attachment-card--header:has(.str-chat__image-placeholder){height:var(--str-chat__scraped-image-height)}.str-chat__message--has-single-attachment .str-chat__message-attachment-card .str-chat__message-attachment-card--header:has(.str-chat__image-placeholder) .str-chat__image-placeholder{border-radius:0}.str-chat__message--has-single-attachment .str-chat__message-attachment-card .str-chat__message-attachment-card--content{padding:var(--str-chat__spacing-sm)}.str-chat__message--has-single-attachment .str-chat__message-attachment-card .str-chat__message-attachment-card--content .str-chat__message-attachment-card--text{-webkit-box-orient:vertical;-webkit-line-clamp:2;display:-webkit-box;overflow:hidden;text-overflow:ellipsis}.str-chat__attachment-list .str-chat__message-attachment--gallery .str-chat__modal-gallery{grid-gap:var(--str-chat__space-2);background:#0000;border-radius:calc(var(--str-chat__message-bubble-radius-group-bottom) - var(--str-chat__attachment-margin));border-radius:var(--str-chat__radius-lg);color:var(--str-chat__text-primary);display:grid;gap:var(--str-chat__space-2);grid-template-columns:50% 50%;grid-template-rows:50% 50%;height:var(--str-chat__attachment-max-width);max-width:var(--str-chat__attachment-max-width);overflow:hidden;width:var(--str-chat__attachment-max-width)}.str-chat__attachment-list .str-chat__message-attachment--gallery .str-chat__modal-gallery .str-chat__modal-gallery__image{height:100%;min-height:0;min-width:0;width:100%}.str-chat__attachment-list .str-chat__message-attachment--gallery .str-chat__modal-gallery.str-chat__modal-gallery--two-images{grid-template-rows:1fr}.str-chat__attachment-list .str-chat__message-attachment--gallery .str-chat__modal-gallery.str-chat__modal-gallery--three-images .str-chat__modal-gallery__image:first-child{grid-column:1;grid-row:1/span 2}.str-chat__attachment-list .str-chat__message-attachment--gallery .str-chat__modal-gallery.str-chat__modal-gallery--three-images .str-chat__modal-gallery__image:nth-child(2){grid-column:2;grid-row:1}.str-chat__attachment-list .str-chat__message-attachment--gallery .str-chat__modal-gallery.str-chat__modal-gallery--three-images .str-chat__modal-gallery__image:nth-child(3){grid-column:2;grid-row:2}.str-chat__attachment-list .str-chat__message-attachment--gallery .str-chat__modal-gallery .str-chat__modal-gallery__placeholder{align-items:center;background-color:var(--str-chat__background-core-scrim);background-position:0 0;background-repeat:no-repeat;background-size:cover;border:none;color:var(--str-chat__text-on-inverse);cursor:zoom-in;display:flex;font-size:var(--str-chat__typography-font-size-2xl);font-weight:var(--str-chat__typography-font-weight-medium);inset:0;justify-content:center;line-height:var(--str-chat__typography-line-height-relaxed);margin:0;max-width:var(--str-chat__attachment-max-width);position:absolute}.str-chat__attachment-list .str-chat__message-attachment--gallery .str-chat__modal-gallery__image,.str-chat__attachment-list .str-chat__message-attachment--giphy .str-chat__modal-gallery__image,.str-chat__attachment-list .str-chat__message-attachment--image .str-chat__modal-gallery__image{align-items:center;background:none;background-color:initial;border:0;display:flex;justify-content:center;margin:0;overflow:hidden;padding:0;position:relative}.str-chat__attachment-list .str-chat__message-attachment--gallery .str-chat__modal-gallery__image img,.str-chat__attachment-list .str-chat__message-attachment--giphy .str-chat__modal-gallery__image img,.str-chat__attachment-list .str-chat__message-attachment--image .str-chat__modal-gallery__image img{cursor:zoom-in;height:100%;max-width:var(--str-chat__attachment-max-width);object-fit:cover;transition:opacity .15s ease-in-out;width:100%}.str-chat__attachment-list .str-chat__message-attachment--gallery .str-chat__modal-gallery__image.str-chat__modal-gallery__image--loading img,.str-chat__attachment-list .str-chat__message-attachment--giphy .str-chat__modal-gallery__image.str-chat__modal-gallery__image--loading img,.str-chat__attachment-list .str-chat__message-attachment--image .str-chat__modal-gallery__image.str-chat__modal-gallery__image--loading img{opacity:0}.str-chat__attachment-list .str-chat__message-attachment--gallery .str-chat__modal-gallery__image.str-chat__modal-gallery__image--load-failed,.str-chat__attachment-list .str-chat__message-attachment--giphy .str-chat__modal-gallery__image.str-chat__modal-gallery__image--load-failed,.str-chat__attachment-list .str-chat__message-attachment--image .str-chat__modal-gallery__image.str-chat__modal-gallery__image--load-failed{cursor:pointer;min-height:200px}.str-chat__attachment-list .str-chat__message-attachment--gallery .str-chat__modal-gallery__image.str-chat__modal-gallery__image--load-failed .str-chat__image-placeholder.str-chat__base-image--load-failed,.str-chat__attachment-list .str-chat__message-attachment--giphy .str-chat__modal-gallery__image.str-chat__modal-gallery__image--load-failed .str-chat__image-placeholder.str-chat__base-image--load-failed,.str-chat__attachment-list .str-chat__message-attachment--image .str-chat__modal-gallery__image.str-chat__modal-gallery__image--load-failed .str-chat__image-placeholder.str-chat__base-image--load-failed{align-self:stretch;min-height:200px;width:100%}.str-chat__attachment-list .str-chat__message-attachment--gallery .str-chat__modal-gallery__image.str-chat__modal-gallery__image--load-failed img,.str-chat__attachment-list .str-chat__message-attachment--giphy .str-chat__modal-gallery__image.str-chat__modal-gallery__image--load-failed img,.str-chat__attachment-list .str-chat__message-attachment--image .str-chat__modal-gallery__image.str-chat__modal-gallery__image--load-failed img{cursor:pointer;opacity:0}.str-chat__attachment-list .str-chat__message-attachment--gallery .str-chat__modal-gallery__image .str-chat__modal-gallery__image-load-failed-overlay,.str-chat__attachment-list .str-chat__message-attachment--giphy .str-chat__modal-gallery__image .str-chat__modal-gallery__image-load-failed-overlay,.str-chat__attachment-list .str-chat__message-attachment--image .str-chat__modal-gallery__image .str-chat__modal-gallery__image-load-failed-overlay{align-items:center;display:flex;inset:0;justify-content:center;pointer-events:none;position:absolute}.str-chat__attachment-list .str-chat__message-attachment--gallery .str-chat__modal-gallery__image .str-chat__modal-gallery__image-loading-overlay,.str-chat__attachment-list .str-chat__message-attachment--giphy .str-chat__modal-gallery__image .str-chat__modal-gallery__image-loading-overlay,.str-chat__attachment-list .str-chat__message-attachment--image .str-chat__modal-gallery__image .str-chat__modal-gallery__image-loading-overlay{align-items:center;animation:str-chat__modal-gallery-loading-shimmer 1.2s linear infinite;background-color:var(--chat-bg);background-image:linear-gradient(90deg,var(--str-chat__skeleton-loading-base) 0,var(--str-chat__skeleton-loading-highlight) 50%,var(--str-chat__skeleton-loading-base) 100%);background-repeat:no-repeat;background-size:200% 100%;display:flex;inset:0;justify-content:center;pointer-events:none;position:absolute}.str-chat__attachment-list .str-chat__message-attachment--gallery .str-chat__modal-gallery__image .str-chat__modal-gallery__image-loading-overlay .str-chat__loading-indicator,.str-chat__attachment-list .str-chat__message-attachment--giphy .str-chat__modal-gallery__image .str-chat__modal-gallery__image-loading-overlay .str-chat__loading-indicator,.str-chat__attachment-list .str-chat__message-attachment--image .str-chat__modal-gallery__image .str-chat__modal-gallery__image-loading-overlay .str-chat__loading-indicator{height:var(--str-chat__icon-size-lg);position:relative;width:var(--str-chat__icon-size-lg);z-index:1}.str-chat__attachment-list .str-chat__message-attachment--gallery .str-chat__modal-gallery__image .str-chat__modal-gallery__image-retry-indicator,.str-chat__attachment-list .str-chat__message-attachment--giphy .str-chat__modal-gallery__image .str-chat__modal-gallery__image-retry-indicator,.str-chat__attachment-list .str-chat__message-attachment--image .str-chat__modal-gallery__image .str-chat__modal-gallery__image-retry-indicator{align-items:center;background-color:var(--str-chat__accent-error);border-radius:var(--str-chat__radius-max);color:var(--str-chat__text-on-inverse);display:flex;height:2.75rem;justify-content:center;position:relative;width:2.75rem;z-index:1}.str-chat__attachment-list .str-chat__message-attachment--gallery .str-chat__modal-gallery__image .str-chat__modal-gallery__image-retry-indicator svg,.str-chat__attachment-list .str-chat__message-attachment--giphy .str-chat__modal-gallery__image .str-chat__modal-gallery__image-retry-indicator svg,.str-chat__attachment-list .str-chat__message-attachment--image .str-chat__modal-gallery__image .str-chat__modal-gallery__image-retry-indicator svg{height:1.125rem;width:1.125rem}.str-chat__attachment-list .str-chat__message-attachment--gallery .str-chat__modal-gallery__image:hover:after,.str-chat__attachment-list .str-chat__message-attachment--giphy .str-chat__modal-gallery__image:hover:after,.str-chat__attachment-list .str-chat__message-attachment--image .str-chat__modal-gallery__image:hover:after{background-color:#0000001a}.str-chat__attachment-list .str-chat__message-attachment--gallery .str-chat__modal-gallery__image:focus-visible,.str-chat__attachment-list .str-chat__message-attachment--giphy .str-chat__modal-gallery__image:focus-visible,.str-chat__attachment-list .str-chat__message-attachment--image .str-chat__modal-gallery__image:focus-visible{outline:2px solid var(--str-chat__border-utility-focused);outline-offset:2px}@keyframes str-chat__modal-gallery-loading-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.str-chat__message-attachment-unsupported{align-items:center;background:#0000;border-radius:calc(var(--str-chat__message-bubble-radius-group-bottom) - var(--str-chat__attachment-margin));color:var(--str-chat__text-primary);column-gap:var(--str-chat__spacing-xs);display:flex;justify-content:center;padding:var(--str-chat__spacing-md)}.str-chat__message-attachment-unsupported .str-chat__icon{height:var(--str-chat__size-20);width:var(--str-chat__size-20)}.str-chat__message-attachment-unsupported .str-chat__message-attachment-unsupported__metadata{align-items:center;display:flex;flex:1 1;height:-webkit-fill-available;height:-moz-available;height:stretch;min-width:0}.str-chat__message-attachment-unsupported .str-chat__message-attachment-unsupported__title{color:var(--str-chat__text-primary);font:var(--str-chat__font-caption-emphasis);max-width:100%;overflow-x:hidden;overflow-x:clip;overflow-y:visible;text-overflow:ellipsis;white-space:nowrap}.str-chat__message-attachment__voice-recording-widget{align-items:center;background:#0000;border-radius:calc(var(--str-chat__message-bubble-radius-group-bottom) - var(--str-chat__attachment-margin));color:var(--str-chat__text-primary);display:flex;justify-content:center;min-height:60px;min-width:0;padding:var(--str-chat__spacing-xs);width:100%}.str-chat__message-attachment__voice-recording-widget .str-chat__message-attachment__voice-recording-widget__play-button-container{padding:var(--str-chat__spacing-xxs)}.str-chat__message-attachment__voice-recording-widget .str-chat__message-attachment__voice-recording-widget__metadata{flex:1 1;min-width:0}.str-chat__message-attachment__voice-recording-widget .str-chat__message-attachment__voice-recording-widget__metadata a{color:var(--str-chat__text-primary);cursor:pointer;text-decoration:none}.str-chat__message-attachment__voice-recording-widget .str-chat__message-attachment__voice-recording-widget__metadata .str-chat__message-attachment-download-icon svg{height:var(--str-chat__size-16);width:var(--str-chat__size-24)}.str-chat__message-attachment__voice-recording-widget .str-chat__message-attachment__voice-recording-widget__timer{font:var(--str-chat__font-metadata-emphasis);min-width:var(--str-chat__size-40);width:var(--str-chat__size-40)}.str-chat .str-chat__duration-display{color:var(--str-chat__text-primary);letter-spacing:0;min-width:35px;text-align:center;white-space:nowrap;width:35px}.str-chat .str-chat__button.str-chat__playback-rate-button{align-items:center;background-color:inherit;border:1px solid var(--chat-border-on-chat);border-radius:var(--str-chat__button-radius-lg);color:var(--str-chat__text-primary);color:var(--str-chat__control-playback-toggle-text,var(--str-chat__text-primary));display:flex;font:var(--str-chat__font-metadata-emphasis);gap:var(--str-chat__spacing-xs);justify-content:center;max-height:24px;min-height:24px;min-width:48px;padding:var(--str-chat__button-padding-y-sm) var(--str-chat__spacing-xs);text-transform:none}.str-chat .str-chat__button.str-chat__playback-rate-button:not(:disabled):hover:after{background:var(--str-chat__background-utility-hover);content:"";inset:0;pointer-events:none;position:absolute}.str-chat .str-chat__button.str-chat__playback-rate-button:not(:disabled):focus-visible{outline:2px solid var(--str-chat__border-utility-focused);outline-offset:2px;outline-offset:0}.str-chat .str-chat__button.str-chat__playback-rate-button:not(:disabled):active:after{background:var(--str-chat__background-utility-pressed);content:"";inset:0;pointer-events:none;position:absolute}.str-chat .str-chat__button.str-chat__playback-rate-button:disabled{border-color:var(--str-chat__border-utility-disabled);color:var(--str-chat__text-disabled);cursor:default}.str-chat .str-chat__message-attachment-audio-widget--progress-track{background:linear-gradient(to right,var(--str-chat__chat-waveform-bar-playing) var(--str-chat__message-attachment-audio-widget-progress),var(--str-chat__chat-waveform-bar) var(--str-chat__message-attachment-audio-widget-progress));background:linear-gradient(to var(--str-chat__progress-direction,right),var(--str-chat__chat-waveform-bar-playing) var(--str-chat__message-attachment-audio-widget-progress),var(--str-chat__chat-waveform-bar) var(--str-chat__message-attachment-audio-widget-progress));cursor:pointer;flex:1 1;height:var(--str-chat__size-4);min-width:0;position:relative}[dir=rtl] .str-chat .str-chat__message-attachment-audio-widget--progress-track{--str-chat__progress-direction:left}.str-chat .str-chat__message-attachment-audio-widget--progress-track{border-radius:var(--str-chat__radius-max)}.str-chat .str-chat__message-attachment-audio-widget--progress-track .str-chat__message-attachment-audio-widget--progress-indicator{background:var(--str-chat__control-playback-thumb-bg-default);border:1px solid var(--str-chat__control-playback-thumb-border-default);border-radius:var(--str-chat__radius-max);box-shadow:var(--str-chat__box-shadow-2);cursor:grab;height:var(--str-chat__size-12);inset-inline-start:0;position:absolute;top:50%;transform:translateY(-50%);width:var(--str-chat__size-12)}.str-chat{--str-chat__voice-recording-amplitude-bar-width:2px;--str-chat__voice-recording-amplitude-bar-gap-width:var(--str-chat__spacing-px)}.str-chat .str-chat__message-attachment__voice-recording-widget__audio-state{align-items:center;display:flex;gap:var(--str-chat__spacing-xs);height:100%;padding-inline:var(--str-chat__spacing-xs)}.str-chat .str-chat__wave-progress-bar__track{align-items:center;display:flex;flex:1 1;gap:var(--str-chat__voice-recording-amplitude-bar-gap-width);height:30px;position:relative;width:100%}.str-chat .str-chat__wave-progress-bar__track .str-chat__wave-progress-bar__amplitude-bar{height:calc(var(--str-chat__wave-progress-bar__amplitude-bar-height) + 2px);min-width:2px;width:2px}.str-chat .str-chat__wave-progress-bar__track .str-chat__wave-progress-bar__progress-indicator{background:var(--str-chat__accent-neutral);border:2px solid var(--str-chat__base-white);border-radius:var(--str-chat__radius-max);box-shadow:var(--str-chat__box-shadow-3);cursor:grab;height:14px;inset-inline-start:0;position:absolute;transition:inset-inline-start .25s linear;width:14px}.str-chat .str-chat__wave-progress-bar__amplitude-bar{background:var(--str-chat__chat-waveform-bar);border-radius:var(--str-chat__radius-max);transition:background .25s linear}.str-chat .str-chat__wave-progress-bar__amplitude-bar--active{background:var(--str-chat__chat-waveform-bar-playing)}.str-chat .str-chat__wave-progress-bar__track--dragging .str-chat__wave-progress-bar__amplitude-bar,.str-chat .str-chat__wave-progress-bar__track--dragging .str-chat__wave-progress-bar__progress-indicator{transition:none}.str-chat .str-chat__wave-progress-bar__track--playback-initiated .str-chat__wave-progress-bar__progress-indicator{background:var(--str-chat__accent-primary)}.str-chat__avatar{--avatar-status-badge-angle:-45deg;align-items:center;background:var(--str-chat__avatar-bg-default);border-radius:var(--str-chat__radius-max);color:var(--str-chat__avatar-text-default);display:flex;grid-area:avatar;height:var(--avatar-size);justify-content:center;position:relative;text-transform:uppercase;-webkit-user-select:none;user-select:none;width:var(--avatar-size)}.str-chat__avatar .str-chat__avatar-image{border-radius:inherit;height:100%;object-fit:cover;width:100%}.str-chat__avatar .str-chat__icon{stroke-width:var(--avatar-icon-stroke-width);height:var(--avatar-icon-size);width:var(--avatar-icon-size)}.str-chat__avatar.str-chat__avatar--with-border:has(.str-chat__avatar-image):before{background:#0000;border:1px solid var(--border-core-opacity-10);border-radius:inherit;content:"";height:100%;position:absolute;width:100%}.str-chat__avatar:after{border:2px solid var(--str-chat__border-core-inverse);border-radius:inherit;content:"";height:calc(100% + 4px);position:absolute;width:calc(100% + 4px)}.str-chat__avatar .str-chat__avatar-status-badge{border-color:var(--str-chat__presence-border);border-radius:9999px;border-radius:var(--str-chat__radius-max,9999px);border-style:solid;border-width:2px;content:"";height:var(--avatar-status-badge-size);inset-inline-start:calc(var(--avatar-size)/2 + var(--avatar-size)/2*cos(var(--avatar-status-badge-angle)) - var(--avatar-status-badge-size)/2);position:absolute;top:calc(var(--avatar-size)/2 + var(--avatar-size)/2*sin(var(--avatar-status-badge-angle)) - var(--avatar-status-badge-size)/2);width:var(--avatar-status-badge-size);z-index:1}.str-chat__avatar .str-chat__avatar-status-badge.str-chat__avatar-status-badge--online{background:var(--str-chat__presence-bg-online)}.str-chat__avatar .str-chat__avatar-status-badge.str-chat__avatar-status-badge--offline{background:var(--str-chat__presence-bg-offline)}.str-chat__avatar.str-chat__avatar--size-2xl{--avatar-size:64px;--avatar-status-badge-size:16px;--avatar-icon-size:var(--str-chat__icon-size-lg);--avatar-icon-stroke-width:1.5px;font:var(--str-chat__font-heading-lg)}.str-chat__avatar.str-chat__avatar--size-xl{--avatar-size:48px;--avatar-status-badge-size:16px;--avatar-icon-size:var(--str-chat__size-24);--avatar-icon-stroke-width:1.5px;font:var(--str-chat__font-heading-md)}.str-chat__avatar.str-chat__avatar--size-lg{--avatar-size:40px;--avatar-status-badge-size:14px;--avatar-icon-size:var(--str-chat__icon-size-md);--avatar-icon-stroke-width:1.5px;font:var(--str-chat__font-body-emphasis)}.str-chat__avatar.str-chat__avatar--size-md{--avatar-size:32px;--avatar-status-badge-size:12px;--avatar-icon-size:var(--str-chat__icon-size-md);--avatar-icon-stroke-width:1.5px;font:var(--str-chat__font-caption-emphasis)}.str-chat__avatar.str-chat__avatar--size-sm{--avatar-size:24px;--avatar-status-badge-size:8px;--avatar-icon-size:var(--str-chat__icon-size-sm);--avatar-icon-stroke-width:1.2px;font:var(--str-chat__font-caption-emphasis)}.str-chat__avatar.str-chat__avatar--size-sm .str-chat__avatar-status-badge{border-width:1px}.str-chat__avatar.str-chat__avatar--size-xs{--avatar-size:20px;--avatar-status-badge-size:8px;--avatar-icon-size:10px;--avatar-icon-stroke-width:1.2px;font:var(--str-chat__font-metadata-emphasis)}.str-chat__avatar.str-chat__avatar--size-xs .str-chat__avatar-status-badge{border-width:1px}.str-chat__avatar-stack{align-items:center;display:flex}.str-chat__avatar-stack .str-chat__avatar-stack__count-badge{position:relative}.str-chat__avatar-stack.str-chat__avatar-stack--size-xs .str-chat__avatar-stack__count-badge,.str-chat__avatar-stack.str-chat__avatar-stack--size-xs>.str-chat__avatar:not(:first-child){-webkit-margin-start:calc(var(--str-chat__spacing-xs)*-1);margin-inline-start:calc(var(--str-chat__spacing-xs)*-1)}.str-chat__avatar-stack.str-chat__avatar-stack--size-md .str-chat__avatar-stack__count-badge,.str-chat__avatar-stack.str-chat__avatar-stack--size-md>.str-chat__avatar:not(:first-child),.str-chat__avatar-stack.str-chat__avatar-stack--size-sm .str-chat__avatar-stack__count-badge,.str-chat__avatar-stack.str-chat__avatar-stack--size-sm>.str-chat__avatar:not(:first-child){-webkit-margin-start:calc(var(--str-chat__spacing-sm)*-1);margin-inline-start:calc(var(--str-chat__spacing-sm)*-1)}.str-chat__avatar-group{align-items:center;display:flex;flex-direction:column;height:var(--avatar-group-size);justify-content:center;min-height:var(--avatar-group-size);min-width:var(--avatar-group-size);position:relative;width:var(--avatar-group-size)}.str-chat__avatar-group.str-chat__avatar-group--size-2xl{--avatar-group-size:64px;--avatar-group-online-badge-size:16px;--avatar-group-count-badge-size:32px}.str-chat__avatar-group.str-chat__avatar-group--size-2xl>.str-chat__avatar-group__count-badge{font:var(--str-chat__font-numeric-xl);padding-inline:var(--str-chat__spacing-xs)}.str-chat__avatar-group.str-chat__avatar-group--size-xl{--avatar-group-size:48px;--avatar-group-online-badge-size:16px;--avatar-group-count-badge-size:24px}.str-chat__avatar-group.str-chat__avatar-group--size-xl>.str-chat__avatar-group__count-badge{font:var(--str-chat__font-numeric-xl);padding-inline:var(--str-chat__spacing-xs)}.str-chat__avatar-group.str-chat__avatar-group--size-lg{--avatar-group-size:40px;--avatar-group-online-badge-size:14px;--avatar-group-count-badge-size:20px}.str-chat__avatar-group.str-chat__avatar-group--size-lg>.str-chat__avatar-group__count-badge{font:var(--str-chat__font-numeric-md);padding-inline:var(--str-chat__spacing-xxs)}.str-chat__avatar-group.str-chat__avatar-group--offline:after,.str-chat__avatar-group.str-chat__avatar-group--online:after{border-color:#fff;border-color:var(--str-chat__presence-border,#fff);border-radius:9999px;border-radius:var(--str-chat__radius-max,9999px);border-style:solid;border-width:2px;content:"";height:var(--avatar-group-online-badge-size);inset-inline-end:-2px;position:absolute;top:-2px;width:var(--avatar-group-online-badge-size)}.str-chat__avatar-group.str-chat__avatar-group--online:after{background:#00c384;background:var(--str-chat__presence-bg-online,#00c384)}.str-chat__avatar-group.str-chat__avatar-group--offline:after{background:#687385;background:var(--str-chat__presence-bg-offline,#687385)}.str-chat__avatar-group>.str-chat__avatar{position:absolute}.str-chat__avatar-group>.str-chat__avatar-group__count-badge{align-items:center;background:var(--str-chat__badge-bg-default);border-radius:var(--str-chat__radius-max);box-shadow:var(--str-chat__box-shadow-2);display:flex;height:var(--avatar-group-count-badge-size);justify-content:center;min-height:var(--avatar-group-count-badge-size);min-width:var(--avatar-group-count-badge-size);position:absolute}.str-chat__avatar-group:has(>:last-child:nth-child(4))>:first-child{inset-inline-start:0;top:0}.str-chat__avatar-group:has(>:last-child:nth-child(4))>:nth-child(2){inset-inline-end:0;top:0}.str-chat__avatar-group:has(>:last-child:nth-child(4))>:nth-child(3){bottom:0;inset-inline-start:0}.str-chat__avatar-group:has(>:last-child:nth-child(4))>:last-child{bottom:0;inset-inline-end:0}.str-chat__avatar-group:has(>:last-child:nth-child(3)):has(>.str-chat__avatar-group__count-badge)>:first-child{inset-inline-start:0;top:0}.str-chat__avatar-group:has(>:last-child:nth-child(3)):has(>.str-chat__avatar-group__count-badge)>:nth-child(2){inset-inline-end:0;top:0}.str-chat__avatar-group:has(>:last-child:nth-child(3)):has(>.str-chat__avatar-group__count-badge)>:last-child{bottom:0}.str-chat__avatar-group:has(>:last-child:nth-child(3)):not(:has(>.str-chat__avatar-group__count-badge))>:first-child{top:0}.str-chat__avatar-group:has(>:last-child:nth-child(3)):not(:has(>.str-chat__avatar-group__count-badge))>:nth-child(2){bottom:0;inset-inline-start:0}.str-chat__avatar-group:has(>:last-child:nth-child(3)):not(:has(>.str-chat__avatar-group__count-badge))>:last-child{bottom:0;inset-inline-end:0}.str-chat__avatar-group:has(>:last-child:nth-child(2))>:first-child{inset-inline-start:0;top:0}.str-chat__avatar-group:has(>:last-child:nth-child(2))>:last-child{bottom:0;inset-inline-end:0}.str-chat__channel{flex-direction:column;min-height:0;position:relative}.str-chat__channel,.str-chat__channel .str-chat__container{display:flex;height:100%}.str-chat__channel .str-chat__container .str-chat__main-panel{display:flex;flex-direction:column;height:100%;min-width:0;position:relative;width:100%}@media (max-width:767px){.str-chat__channel .str-chat__container:has(.str-chat__thread-container)>.str-chat__dropzone-root:not(.str-chat__dropzone-root--thread),.str-chat__channel .str-chat__container:has(.str-chat__thread-container)>.str-chat__main-panel{flex:0 0;max-width:0;min-width:0;overflow:hidden;width:0}.str-chat__channel .str-chat__container:has(.str-chat__thread-container)>.str-chat__dropzone-root--thread,.str-chat__channel .str-chat__container:has(.str-chat__thread-container)>.str-chat__thread-container{flex:1 1 auto;min-width:0;width:100%}}.str-chat__loading-channel{display:flex;flex-direction:column;height:100%}.str-chat__loading-channel .str-chat__channel-header--loading{pointer-events:none}.str-chat__loading-channel .str-chat__channel-header--loading .str-chat__channel-header__data--loading{align-items:center}.str-chat__loading-channel .str-chat__channel-header--loading .str-chat__loading-channel-header-name{height:var(--str-chat__size-16);width:120px}.str-chat__loading-channel .str-chat__channel-header--loading .str-chat__loading-channel-header-avatar{flex-shrink:0;height:var(--str-chat__size-40);width:var(--str-chat__size-40)}.str-chat__loading-channel .str-chat__message-list--loading{overflow:hidden}.str-chat__loading-channel .str-chat__message-list--loading .str-chat__message-list-scroll{height:100%;margin-inline:auto;max-width:calc(var(--str-chat__message-composer-max-width) + var(--str-chat__message-composer-padding));width:100%}.str-chat__loading-channel .str-chat__loading-channel-message-list{display:flex;flex-direction:column;gap:var(--str-chat__size-28);height:100%;padding-block:var(--str-chat__size-32) var(--str-chat__size-24);width:100%}.str-chat__loading-channel .str-chat__loading-channel-message-list .str-chat__loading-channel-message{column-gap:var(--str-chat__spacing-sm);display:flex;width:100%}.str-chat__loading-channel .str-chat__loading-channel-message-list .str-chat__loading-channel-message .str-chat__loading-channel-message-avatar{align-self:end;border-radius:50%;flex-shrink:0;height:36px;width:36px}.str-chat__loading-channel .str-chat__loading-channel-message-list .str-chat__loading-channel-message .str-chat__loading-channel-message-content{display:flex;flex-direction:column;max-width:var(--str-chat__message-max-width);min-width:0;row-gap:var(--str-chat__size-12);width:min(100%,var(--str-chat__message-max-width))}.str-chat__loading-channel .str-chat__loading-channel-message-list .str-chat__loading-channel-message .str-chat__loading-channel-message-bubble{border-radius:var(--str-chat__radius-3xl);width:min(100%,var(--str-chat__message-max-width))}.str-chat__loading-channel .str-chat__loading-channel-message-list .str-chat__loading-channel-message .str-chat__loading-channel-message-bubble--md{height:var(--str-chat__size-64);width:min(58%,272px)}.str-chat__loading-channel .str-chat__loading-channel-message-list .str-chat__loading-channel-message .str-chat__loading-channel-message-bubble--lg{height:84px;width:min(72%,352px)}.str-chat__loading-channel .str-chat__loading-channel-message-list .str-chat__loading-channel-message .str-chat__loading-channel-message-metadata{border-radius:999px;height:var(--str-chat__size-16);width:min(100%,var(--str-chat__message-max-width))}.str-chat__loading-channel .str-chat__loading-channel-message-list .str-chat__loading-channel-message .str-chat__loading-channel-message-metadata--sm{width:88px}.str-chat__loading-channel .str-chat__loading-channel-message-list .str-chat__loading-channel-message .str-chat__loading-channel-message-metadata--md{width:124px}.str-chat__loading-channel .str-chat__loading-channel-message-list .str-chat__loading-channel-message.str-chat__loading-channel-message--outgoing{justify-content:flex-end}.str-chat__loading-channel .str-chat__loading-channel-message-list .str-chat__loading-channel-message.str-chat__loading-channel-message--outgoing .str-chat__loading-channel-message-content{align-items:flex-end}.str-chat__loading-channel .str-chat__message-composer-container--loading{pointer-events:none}.str-chat__loading-channel .str-chat__message-composer-container--loading .str-chat__message-composer{align-items:center}.str-chat__loading-channel .str-chat__message-composer-container--loading .str-chat__loading-channel-message-input-button{flex-shrink:0;height:var(--str-chat__size-48);width:var(--str-chat__size-48)}.str-chat__loading-channel .str-chat__message-composer-container--loading .str-chat__loading-channel-message-input-pill{border-radius:999px;flex:1 1;height:var(--str-chat__size-48);min-width:0}.str-chat__channel{background:var(--str-chat__background-core-app);color:var(--str-chat__text-primary)}.str-chat__loading-channel .str-chat__channel-header--loading .str-chat__loading-channel-header-avatar{border-radius:50%}.str-chat__loading-channel .str-chat__channel-header--loading .str-chat__loading-channel-header-avatar,.str-chat__loading-channel .str-chat__channel-header--loading .str-chat__loading-channel-header-name{animation:loading-channel-shimmer 1.2s linear infinite;background-color:var(--str-chat__background-core-surface-default);background-image:linear-gradient(90deg,var(--str-chat__skeleton-loading-base) 0,var(--str-chat__skeleton-loading-highlight) 50%,var(--str-chat__skeleton-loading-base) 100%);background-repeat:no-repeat;background-size:200% 100%}.str-chat__loading-channel .str-chat__channel-header--loading .str-chat__loading-channel-header-name{border-radius:999px;-webkit-mask-image:linear-gradient(90deg,#000,#000 94%,#000000b3 98%,#0000);mask-image:linear-gradient(90deg,#000,#000 94%,#000000b3 98%,#0000)}.str-chat__loading-channel .str-chat__message-list--loading .str-chat__loading-channel-message-avatar{border-radius:50%}.str-chat__loading-channel .str-chat__message-list--loading .str-chat__loading-channel-message-avatar,.str-chat__loading-channel .str-chat__message-list--loading .str-chat__loading-channel-message-bubble,.str-chat__loading-channel .str-chat__message-list--loading .str-chat__loading-channel-message-metadata{animation:loading-channel-shimmer 1.2s linear infinite;background-color:var(--str-chat__background-core-surface-default);background-image:linear-gradient(90deg,var(--str-chat__skeleton-loading-base) 0,var(--str-chat__skeleton-loading-highlight) 50%,var(--str-chat__skeleton-loading-base) 100%);background-repeat:no-repeat;background-size:200% 100%}.str-chat__loading-channel .str-chat__message-list--loading .str-chat__loading-channel-message-metadata{border-radius:999px;-webkit-mask-image:linear-gradient(90deg,#000,#000 94%,#000000b3 98%,#0000);mask-image:linear-gradient(90deg,#000,#000 94%,#000000b3 98%,#0000)}.str-chat__loading-channel .str-chat__message-composer-container--loading .str-chat__loading-channel-message-input-button,.str-chat__loading-channel .str-chat__message-composer-container--loading .str-chat__loading-channel-message-input-pill{animation:loading-channel-shimmer 1.2s linear infinite;background-color:var(--str-chat__background-core-surface-default);background-image:linear-gradient(90deg,var(--str-chat__skeleton-loading-base) 0,var(--str-chat__skeleton-loading-highlight) 50%,var(--str-chat__skeleton-loading-base) 100%);background-repeat:no-repeat;background-size:200% 100%}.str-chat__loading-channel .str-chat__message-composer-container--loading .str-chat__loading-channel-message-input-button{border-radius:var(--str-chat__button-radius-full)}.str-chat__loading-channel .str-chat__message-composer-container--loading .str-chat__loading-channel-message-input-pill{border-radius:var(--str-chat__radius-3xl)}@keyframes loading-channel-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.str-chat{--str-chat__channel-header-height:72px}.str-chat__channel-header{-webkit-border-after:1px solid var(--str-chat__border-core-default);align-items:center;background:var(--str-chat__background-core-elevation-1);border-block-end:1px solid var(--str-chat__border-core-default);display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);height:var(--str-chat__channel-header-height);padding:var(--str-chat__spacing-md);width:100%}.str-chat__channel-header .str-chat__channel-header__start{justify-self:start;min-width:0}.str-chat__channel-header .str-chat__channel-header__data{align-items:center;display:flex;flex-direction:column;justify-self:center;min-width:0;overflow-x:hidden;overflow-y:hidden}.str-chat__channel-header .str-chat__channel-header__end{justify-self:end;min-width:0}.str-chat__channel-header .str-chat__channel-header__data__subtitle,.str-chat__channel-header .str-chat__channel-header__data__title{overflow-x:hidden;overflow-x:clip;overflow-y:visible;text-overflow:ellipsis;white-space:nowrap}.str-chat__channel-header .str-chat__channel-header__data__title{font:var(--str-chat__font-heading-sm)}.str-chat__channel-header .str-chat__channel-header__data__subtitle{color:var(--str-chat__text-secondary);font:var(--str-chat__font-caption-default)}.str-chat{--str-chat__channel-list-transition-duration:180ms;--str-chat__channel-list-transition-easing:ease;--str-chat__channel-list-transition-offset:8px;--str-chat__channel-list-width:30%;--str-chat__channel-list-mobile-width:100%}.str-chat__channel-list{-webkit-border-end:1px solid var(--str-chat__border-core-default);background:var(--str-chat__background-core-elevation-1);border-inline-end:1px solid var(--str-chat__border-core-default);color:var(--str-chat__text-primary);display:flex;flex:0 0 var(--str-chat__channel-list-width);flex-direction:column;height:100%;max-width:100%;min-width:280px;opacity:1;position:relative;transform:translateX(0);transition:flex-basis var(--str-chat__channel-list-transition-duration) var(--str-chat__channel-list-transition-easing),min-width var(--str-chat__channel-list-transition-duration) var(--str-chat__channel-list-transition-easing),width var(--str-chat__channel-list-transition-duration) var(--str-chat__channel-list-transition-easing),max-width var(--str-chat__channel-list-transition-duration) var(--str-chat__channel-list-transition-easing),opacity var(--str-chat__channel-list-transition-duration) var(--str-chat__channel-list-transition-easing),transform var(--str-chat__channel-list-transition-duration) var(--str-chat__channel-list-transition-easing);width:var(--str-chat__channel-list-width)}.str-chat__channel-list .str-chat__channel-list-inner{flex:1 1;min-height:0;overflow:hidden}.str-chat__channel-list .str-chat__channel-list-inner .str-chat__channel-list-inner__main{height:100%;overflow-y:auto;padding-bottom:calc(var(--str-chat__space-8) + var(--str-chat__space-2));scrollbar-gutter:stable both-edges;scrollbar-width:thin}.str-chat__channel-list .str-chat__channel-list-inner .str-chat__channel-list-inner__main .str-chat__channel-list-empty{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;padding:calc(var(--str-chat__space-8) + var(--str-chat__space-4))}.str-chat__channel-list .str-chat__channel-list-inner .str-chat__channel-list-inner__main .str-chat__channel-list-empty p{color:var(--str-chat__text-secondary);font:var(--str-chat__font-caption-default)}.str-chat__channel-list .str-chat__load-more-button{display:flex;justify-content:center;margin:var(--str-chat__space-8) 0}.str-chat__channel-list .str-chat__channel-list-empty{text-align:center}.str-chat__channel-list .str-chat__channel-list-empty svg{height:32px;width:32px}.str-chat__channel-list .str-chat__channel-list-empty{color:var(--str-chat__text-secondary)}@media (max-width:767px){.str-chat__channel-list{bottom:0;box-shadow:none;flex-basis:auto;inset-inline-start:0;max-width:100%;min-width:0;pointer-events:none;position:absolute;top:0;transform:translateX(calc(0px - var(--str-chat__channel-list-transition-offset)));transition:transform var(--str-chat__channel-list-transition-duration) var(--str-chat__channel-list-transition-easing),visibility 0s linear var(--str-chat__channel-list-transition-duration);visibility:hidden;width:var(--str-chat__channel-list-mobile-width);z-index:1}.str-chat__chat-view .str-chat__channel-list{inset-inline-start:0;inset-inline-start:var(--str-chat__chat-view-selector-mobile-width,0);width:100%;width:calc(100% - var(--str-chat__chat-view-selector-mobile-width, 0px))}}@media (prefers-reduced-motion:reduce){.str-chat__channel-list{transition:none}}.str-chat__channel-list__header{align-items:center;display:flex;padding:var(--str-chat__spacing-md);width:100%}.str-chat__channel-list__header .str-chat__channel-list__header__title{color:var(--str-chat__text-primary);flex:1 1;font:var(--str-chat__font-heading-lg)}.str-chat__channel-list-item-container{padding:var(--str-chat__spacing-xxs);position:relative}.str-chat__channel-list-item-container:has(.str-chat__channel-list-item__action-buttons--active) .str-chat__channel-list-item__action-buttons,.str-chat__channel-list-item-container:hover .str-chat__channel-list-item__action-buttons{display:flex}.str-chat__channel-list-item-container .str-chat__channel-list-item__action-buttons{background:var(--str-chat__background-core-elevation-3);border-radius:var(--str-chat__radius-md);box-shadow:var(--str-chat__box-shadow-2);display:none;gap:var(--str-chat__spacing-xs);inset-inline-end:10px;padding:var(--str-chat__spacing-xxs);position:absolute;top:10px}.str-chat__channel-list-item-container .str-chat__channel-list-item__action-buttons>.str-chat__button.str-chat__button--size-sm.str-chat__button--circular{padding-block:var(--str-chat__button-padding-x-icon-only-xs);padding-inline:var(--str-chat__button-padding-x-icon-only-xs)}.str-chat__channel-list-item-container{border-bottom:1px solid var(--str-chat__border-core-subtle)}.str-chat__channel-list-item__action-buttons-context-menu{min-width:150px}.str-chat__channel-list-item{align-items:center;background:none;background:var(--str-chat__background-core-elevation-1);border:none;border-radius:var(--str-chat__radius-lg);cursor:pointer;display:flex;gap:var(--str-chat__spacing-md);padding:var(--str-chat__spacing-sm);text-align:start;width:100%}.str-chat__channel-list-item:not(:disabled):hover{background:var(--str-chat__background-utility-hover)}.str-chat__channel-list-item:not(:disabled):active{background:var(--str-chat__background-utility-pressed)}.str-chat__channel-list-item:not(:disabled)[aria-pressed=true]{background:var(--str-chat__background-utility-selected)}.str-chat__channel-list-item .str-chat__avatar{flex-shrink:0}.str-chat__channel-list-item .str-chat__channel-list-item-data{display:flex;flex-direction:column;flex-grow:1;flex-shrink:1;gap:var(--str-chat__spacing-xxs);min-width:0}.str-chat__channel-list-item .str-chat__channel-list-item-data .str-chat__channel-list-item-data__first-row{align-items:center;display:flex;gap:var(--str-chat__spacing-md);justify-content:space-between}.str-chat__channel-list-item .str-chat__channel-list-item-data .str-chat__channel-list-item-data__first-row .str-chat__channel-list-item-data__title{align-items:inherit;color:var(--str-chat__text-primary);display:flex;flex-grow:1;flex-shrink:1;font:var(--str-chat__font-caption-emphasis);gap:var(--str-chat__spacing-xxs);min-width:0}.str-chat__channel-list-item .str-chat__channel-list-item-data .str-chat__channel-list-item-data__first-row .str-chat__channel-list-item-data__title>span{overflow-x:hidden;text-overflow:ellipsis;white-space:nowrap}.str-chat__channel-list-item .str-chat__channel-list-item-data .str-chat__channel-list-item-data__first-row .str-chat__channel-list-item-data__title>.str-chat__icon--mute{color:var(--str-chat__text-tertiary);height:var(--str-chat__icon-size-sm);width:var(--str-chat__icon-size-sm)}.str-chat__channel-list-item .str-chat__channel-list-item-data .str-chat__channel-list-item-data__first-row .str-chat__channel-list-item-data__timestamp-and-badge{align-items:inherit;display:flex;flex-shrink:0;gap:var(--str-chat__spacing-xs)}.str-chat__channel-list-item .str-chat__channel-list-item-data .str-chat__channel-list-item-data__first-row .str-chat__channel-list-item-data__timestamp-and-badge .str-chat__channel-list-item-timestamp{color:var(--str-chat__text-tertiary);font:var(--str-chat__font-caption-default)}.str-chat{--str-chat__chat-view-selector-transition-duration:180ms;--str-chat__chat-view-selector-transition-easing:ease;--str-chat__chat-view-selector-transition-offset:8px;--str-chat__chat-view-selector-mobile-width:calc(var(--str-chat__spacing-md) + var(--str-chat__spacing-md) + var(--str-chat__spacing-xs) + var(--str-chat__spacing-xs) + 20px)}.str-chat__chat-view{background-color:var(--str-chat__background-core-app);display:flex;height:100%;min-height:0;position:relative;width:100%}.str-chat__chat-view .str-chat__chat-view__selector{-webkit-border-end:1px solid var(--str-chat__border-core-subtle);background-color:var(--str-chat__background-core-elevation-1);border-inline-end:1px solid var(--str-chat__border-core-subtle);display:flex;flex-direction:column;gap:var(--str-chat__spacing-xs);padding:var(--str-chat__spacing-md)}.str-chat__chat-view .str-chat__chat-view__selector .str-chat__chat-view__selector-button-container{display:flex;position:relative}.str-chat__chat-view .str-chat__chat-view__selector .str-chat__chat-view__selector-button-container:focus-visible+.str-chat__chat-view__selector-button-tooltip,.str-chat__chat-view .str-chat__chat-view__selector .str-chat__chat-view__selector-button-container:hover .str-chat__chat-view__selector-button-tooltip{opacity:1;transform:translate3d(0,-50%,0);visibility:visible}.str-chat__chat-view .str-chat__chat-view__selector .str-chat__chat-view__selector-button{--str-chat-unread-count-badge-absolute-offset-vertical:25%;background:#0000;border-radius:var(--str-chat__radius-md);color:var(--str-chat__text-tertiary);font:var(--str-chat__font-caption-emphasis);gap:4px;line-height:1;padding:var(--str-chat__spacing-xs);position:relative}.str-chat__chat-view .str-chat__chat-view__selector .str-chat__chat-view__selector-button[aria-selected=true]{background:var(--str-chat__background-core-surface-default);color:var(--str-chat__text-primary)}.str-chat__chat-view .str-chat__chat-view__selector .str-chat__chat-view__selector-button .str-chat__icon{height:var(--str-chat__icon-size-md);width:var(--str-chat__icon-size-md)}.str-chat__chat-view .str-chat__chat-view__selector .str-chat__chat-view__selector-button .str-chat__button__content{align-items:center;display:flex;flex-direction:column}.str-chat__chat-view .str-chat__chat-view__selector .str-chat__chat-view__selector-button-tooltip{inset-inline-start:calc(100% + 8px);opacity:0;pointer-events:none;position:absolute;top:50%;transform:translate3d(4px,-50%,0);transition:opacity .15s ease,transform .15s ease,visibility .15s ease;visibility:hidden;white-space:nowrap;z-index:1}.str-chat__chat-view .str-chat__chat-view__channels{min-height:0}.str-chat__chat-view .str-chat__chat-view__channels,.str-chat__chat-view .str-chat__chat-view__threads{display:flex;flex-grow:1;min-width:0;position:relative}.str-chat__chat-view .str-chat__chat-view__threads>.str-chat__dropzone-root--thread,.str-chat__chat-view .str-chat__chat-view__threads>.str-chat__thread-container{flex:1 1 auto;max-width:none;min-width:0;width:100%}.str-chat__date-separator--floating{display:flex;justify-content:center;left:0;pointer-events:none;position:absolute;right:0;top:0;z-index:1}.str-chat__date-separator{background:#0000;padding:var(--str-chat__spacing-xs) 0;width:100%}.str-chat__date-separator,.str-chat__date-separator .str-chat__date-separator-date{align-items:center;color:var(--str-chat__chat-text-system);display:flex;justify-content:center}.str-chat__date-separator .str-chat__date-separator-date{background-color:var(--str-chat__background-core-surface-subtle);border-radius:var(--str-chat__radius-max);font:var(--str-chat__font-metadata-emphasis);padding:var(--str-chat__spacing-xxs) var(--str-chat__spacing-sm)}.str-chat__drag-and-drop-container--dragging{cursor:grabbing}.str-chat__drag-and-drop-container__item[draggable=true]{cursor:grab}.str-chat__drag-and-drop-container__item[draggable=true]:active{background:#0000}.str-chat__drag-and-drop-container__item{-webkit-border-before:2px solid #0000;-webkit-border-after:2px solid #0000;border-block-end:2px solid #0000;border-block-start:2px solid #0000;display:flex;padding-block:.25rem;width:100%}.str-chat__drag-and-drop-container__item.str-chat__drag-and-drop-container__item--dragged-over-from-top{-webkit-border-after:2px solid var(--str-chat__accent-primary);border-block-end:2px solid var(--str-chat__accent-primary)}.str-chat__drag-and-drop-container__item.str-chat__drag-and-drop-container__item--dragged-over-from-bottom{-webkit-border-before:2px solid var(--str-chat__accent-primary);border-block-start:2px solid var(--str-chat__accent-primary)}.str-chat__empty-channel{--str-chat-icon-color:var(--str-chat__text-tertiary);align-items:center;background:var(--str-chat__background-core-app);color:var(--str-chat__text-secondary);display:flex;flex-direction:column;font:var(--str-chat__font-caption-default);gap:var(--str-chat__spacing-xs);height:100%;justify-content:center;padding:var(--str-chat__spacing-md);position:relative;text-align:center}.str-chat__empty-channel svg{color:var(--str-chat-icon-color);height:32px;width:32px}.str-chat__empty-channel .str-chat__empty-channel-text{margin:0;max-width:230px}.str-chat .str-chat__base-image{display:block;max-height:100%;max-width:100%;object-fit:contain}@keyframes str-chat__gallery-slide-in-from-right{0%{transform:translateX(100%)}to{transform:translateX(0)}}@keyframes str-chat__gallery-slide-in-from-left{0%{transform:translateX(-100%)}to{transform:translateX(0)}}.str-chat .str-chat__gallery{--str-chat__gallery-foreground:var(--str-chat__text-on-accent);--str-chat__gallery-nav-border:none;--str-chat__gallery-nav-background:#ffffffeb;--str-chat__gallery-nav-color:#101828;--str-chat__gallery-nav-hover-background:#fff;--str-chat__gallery-nav-box-shadow:var(--str-chat__box-shadow-2);align-items:stretch;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);box-sizing:border-box;display:flex;flex-direction:column;height:100%;justify-content:stretch;min-height:0;padding:0;position:relative;width:100%}.str-chat.str-chat__modal.str-chat__gallery-modal{--str-chat__modal-overlay-color:var(--str-chat__background-core-scrim);--str-chat__modal-overlay-backdrop-filter:none}.str-chat.str-chat__modal.str-chat__gallery-modal .str-chat__modal__dialog{height:100%;width:100%}.str-chat .str-chat__gallery__header{grid-gap:var(--str-chat__spacing-sm);align-items:start;display:grid;gap:var(--str-chat__spacing-sm);grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);padding:var(--str-chat__spacing-md);pointer-events:none;width:100%}.str-chat .str-chat__gallery__header-spacer{min-width:0}.str-chat .str-chat__gallery__header-meta{min-width:0;text-align:center}.str-chat .str-chat__gallery__title{color:var(--str-chat__gallery-foreground);font:var(--str-chat__font-heading-sm);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.str-chat .str-chat__gallery__timestamp{color:#ffffffb8;display:block;font:var(--str-chat__font-metadata-default);margin-top:2px}.str-chat .str-chat__gallery__header-actions{align-items:center;display:inline-flex;gap:var(--str-chat__spacing-xs);justify-self:end;pointer-events:auto}.str-chat .str-chat__button.str-chat__gallery__action-button,.str-chat .str-chat__gallery__action-button{align-items:center;background-color:initial;border:0;border-radius:var(--str-chat__radius-max);color:#ffffffe0;display:inline-flex;height:2rem;justify-content:center;opacity:.92;padding:0;text-decoration:none;width:2rem}@media (prefers-reduced-motion:no-preference){.str-chat .str-chat__button.str-chat__gallery__action-button,.str-chat .str-chat__gallery__action-button{transition:background-color .15s ease,color .15s ease,opacity .15s ease}}.str-chat .str-chat__button.str-chat__gallery__action-button:hover,.str-chat .str-chat__gallery__action-button:hover{background-color:#ffffff24;color:#fff;opacity:1}.str-chat .str-chat__button.str-chat__gallery__action-button:active,.str-chat .str-chat__gallery__action-button:active{background-color:#fff3}.str-chat .str-chat__button.str-chat__gallery__action-button:focus-visible,.str-chat .str-chat__gallery__action-button:focus-visible{outline:2px solid var(--str-chat__border-utility-focused);outline-offset:2px}.str-chat .str-chat__button.str-chat__gallery__action-button .str-chat__icon,.str-chat .str-chat__gallery__action-button .str-chat__icon{height:var(--str-chat__icon-size-sm);width:var(--str-chat__icon-size-sm)}.str-chat .str-chat__gallery__main{background:var(--str-chat__gallery-main-background);border-radius:0;flex:1 1;flex-direction:column}.str-chat .str-chat__gallery__main,.str-chat .str-chat__gallery__slide-container{align-items:center;display:flex;height:100%;justify-content:center;min-height:0;overflow:hidden;position:relative;width:100%}.str-chat .str-chat__gallery__slide-container{box-sizing:border-box;padding:var(--str-chat__size-64);touch-action:pan-y pinch-zoom}.str-chat .str-chat__gallery__media-container{height:100%;width:100%}.str-chat .str-chat__gallery__media{align-items:center;display:flex;height:100%;justify-content:center;min-height:0;overflow:hidden;width:100%}@media (prefers-reduced-motion:no-preference){.str-chat .str-chat__gallery__media--slide-forward{animation:str-chat__gallery-slide-in-from-right .3s ease-out both}.str-chat .str-chat__gallery__media--slide-backward{animation:str-chat__gallery-slide-in-from-left .3s ease-out both}}.str-chat .str-chat__gallery__media--dragging{transition:none}.str-chat .str-chat__gallery__media .str-chat__base-image,.str-chat .str-chat__gallery__media--video video{max-height:100%;max-width:100%;object-fit:contain}.str-chat .str-chat__button.str-chat__gallery__nav-button{align-items:center;background-color:var(--str-chat__gallery-nav-background);border:var(--str-chat__gallery-nav-border);border-radius:var(--str-chat__radius-max);box-shadow:var(--str-chat__gallery-nav-box-shadow);color:var(--str-chat__gallery-nav-color);display:flex;height:2rem;justify-content:center;padding:0;position:absolute;top:50%;transform:translateY(-50%);width:2rem;z-index:1}@media (prefers-reduced-motion:no-preference){.str-chat .str-chat__button.str-chat__gallery__nav-button{transition:background-color .15s ease,transform .15s ease}}.str-chat .str-chat__button.str-chat__gallery__nav-button:hover{background-color:var(--str-chat__gallery-nav-hover-background)}.str-chat .str-chat__button.str-chat__gallery__nav-button:focus-visible{outline:2px solid var(--str-chat__border-utility-focused);outline-offset:2px}.str-chat .str-chat__button.str-chat__gallery__nav-button:active{transform:translateY(-50%) scale(.97)}.str-chat .str-chat__button.str-chat__gallery__nav-button svg{height:1rem;width:1rem}.str-chat .str-chat__gallery__nav-button--hidden{pointer-events:none;visibility:hidden}.str-chat .str-chat__gallery__nav-button--prev{inset-inline-start:var(--str-chat__spacing-sm)}.str-chat .str-chat__gallery__nav-button--next{inset-inline-end:var(--str-chat__spacing-sm)}.str-chat .str-chat__gallery__position-indicator{align-items:center;color:var(--str-chat__gallery-foreground);display:flex;font:var(--str-chat__font-caption-emphasis);justify-content:center;padding:var(--str-chat__spacing-md);text-shadow:0 1px 2px #00000059;-webkit-user-select:none;user-select:none;width:100%}.str-chat .str-chat__gallery__error,.str-chat .str-chat__gallery__loading{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;width:100%}.str-chat .str-chat__gallery__error{color:var(--str-chat__text-tertiary);font-size:var(--str-chat__typography-font-size-sm);gap:var(--str-chat__spacing-sm)}.str-chat.str-chat__theme-dark .str-chat__gallery{--str-chat__gallery-nav-border:1px solid #ffffff14;--str-chat__gallery-nav-background:#111827e0;--str-chat__gallery-nav-color:#ffffffeb;--str-chat__gallery-nav-hover-background:#1f2937f5;--str-chat__gallery-nav-box-shadow:0 10px 24px #0006}@media only screen and (max-device-width:768px){.str-chat .str-chat__gallery__header{inset:var(--str-chat__spacing-xs) var(--str-chat__spacing-xs) auto}.str-chat .str-chat__gallery__nav-button{height:2rem;width:2rem}.str-chat .str-chat__gallery__slide-container{padding:2.25rem 2.5rem 1.5rem}.str-chat .str-chat__gallery__header-actions{gap:.25rem}}.str-chat__infinite-scroll-paginator{overflow-x:hidden;overflow-y:auto}.str-chat__loading-channels{display:flex;flex-direction:column}.str-chat__channel-list-item--loading{cursor:default;pointer-events:none}.str-chat__channel-list-item--loading,.str-chat__channel-list-item-data--loading{min-width:0}.str-chat__channel-list-item-data--loading{justify-content:center}.str-chat__loading-channels-avatar,.str-chat__loading-channels-status,.str-chat__loading-channels-username{animation:loading-channels-shimmer 1.2s linear infinite;background-color:var(--str-chat__background-core-surface-default);background-image:linear-gradient(90deg,var(--str-chat__skeleton-loading-base) 0,var(--str-chat__skeleton-loading-highlight) 50%,var(--str-chat__skeleton-loading-base) 100%);background-repeat:no-repeat;background-size:200% 100%}.str-chat__loading-channels-avatar{border-radius:50%;flex-shrink:0;height:var(--str-chat__size-48);width:var(--str-chat__size-48)}.str-chat__loading-channels-status,.str-chat__loading-channels-username{border-radius:999px;height:var(--str-chat__size-20);-webkit-mask-image:linear-gradient(90deg,#000,#000 94%,#000000b3 98%,#0000);mask-image:linear-gradient(90deg,#000,#000 94%,#000000b3 98%,#0000)}.str-chat__loading-channels-username{width:min(62%,180px)}.str-chat__loading-channels-status{width:min(84%,244px)}@keyframes loading-channels-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.str-chat__loading-indicator{animation:rotate 1s linear infinite}@keyframes rotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.str-chat__circular-progress-indicator{height:100%;width:100%}.str-chat__circular-progress-indicator svg{display:block}.str-chat__share-location-dialog{max-width:520px;width:100%}.str-chat__share-location-dialog .str-chat__live-location-activation{background-color:var(--str-chat__switch-field-background-color);border-radius:var(--str-chat__switch-field-border-radius);box-sizing:border-box;display:flex;flex-direction:column;width:100%}.str-chat__share-location-dialog .str-chat__live-location-activation.str-chat__live-location-activation--expanded .str-chat__form__switch-field{padding-bottom:var(--str-chat__spacing-xxs)}.str-chat__share-location-dialog .str-chat__live-location-activation .str-chat__form__switch-field__label__text{font:var(--str-chat__font-caption-emphasis)}.str-chat__share-location-dialog .str-chat__live-location-sharing-duration-selector{padding-inline:calc(var(--str-chat__spacing-md) - var(--str-chat__spacing-xs));padding-bottom:var(--str-chat__spacing-xs)}.str-chat__share-location-dialog .str-chat__live-location-sharing-duration-selector .str-chat__live-location-sharing-duration-selector__button{align-items:center;background:none;background:#0000;border:none;color:inherit;cursor:pointer;display:flex;font:var(--str-chat__font-caption-default);justify-content:space-between;min-width:120px;padding:0;padding-inline:var(--str-chat__spacing-xs)}.str-chat__share-location-dialog .str-chat__live-location-sharing-duration-selector .str-chat__context-menu{min-width:120px}.str-chat__share-location-dialog .str-chat__live-location-sharing-duration-selector .str-chat__live-location-sharing-duration-option{width:100%}.str-chat__audio_recorder{align-items:center;background:var(--composer-bg);border:1px solid var(--str-chat__border-core-default);border-radius:var(--str-chat__radius-3xl);display:flex;justify-content:center;max-width:var(--str-chat__message-composer-max-width);position:relative;width:100%}.str-chat__audio_recorder .str-chat__audio-recorder__recording-playback,.str-chat__audio_recorder .str-chat__audio-recorder__recording-preview{-webkit-padding-start:var(--str-chat__spacing-sm);align-items:center;display:flex;flex:1 1;gap:var(--str-chat__spacing-md);min-width:0;padding:var(--str-chat__spacing-xs);padding-inline-start:var(--str-chat__spacing-sm)}.str-chat__audio_recorder .str-chat__audio-recorder__recording-playback .str-chat__recording-timer,.str-chat__audio_recorder .str-chat__audio-recorder__recording-preview .str-chat__recording-timer{align-items:center;display:flex;font:var(--str-chat__font-caption-emphasis);width:2.75rem}.str-chat__audio_recorder .str-chat__audio-recorder__recording-playback .str-chat__recording-timer--hours,.str-chat__audio_recorder .str-chat__audio-recorder__recording-preview .str-chat__recording-timer--hours{width:3rem}.str-chat__audio_recorder .str-chat__audio-recorder__recording-playback--isPlaying .str-chat__recording-timer{color:var(--str-chat__chat-waveform-bar-playing)}.str-chat__audio_recorder .str-chat__audio-recorder__recording-preview .str-chat__icon--voice{color:var(--str-chat__button-destructive-text);height:var(--str-chat__icon-size-sm);width:var(--str-chat__icon-size-sm)}.str-chat__audio_recorder .str-chat__audio_recorder__cancel-button svg,.str-chat__audio_recorder .str-chat__audio_recorder__toggle-playback-button svg,.str-chat__audio_recorder .str-chat__audio_recorder__toggle-recording-button svg{height:var(--str-chat__icon-size-sm);width:18px}.str-chat__audio_recorder .str-chat__audio_recorder__complete-button,.str-chat__audio_recorder .str-chat__audio_recorder__stop-button{--str-chat-icon-color:var(--str-chat__text-on-accent);align-items:center;background:none;background-color:var(--str-chat__accent-primary);border:none;border-radius:var(--str-chat__radius-max);color:var(--str-chat__text-on-accent);cursor:pointer;display:flex;height:32px;justify-content:center;padding:0;width:32px}.str-chat__audio_recorder .str-chat__audio_recorder__complete-button:disabled,.str-chat__audio_recorder .str-chat__audio_recorder__stop-button:disabled{cursor:default}.str-chat__audio_recorder .str-chat__audio_recorder__complete-button .str-chat__loading-indicator svg linearGradient stop:last-child,.str-chat__audio_recorder .str-chat__audio_recorder__stop-button .str-chat__loading-indicator svg linearGradient stop:last-child{stop-color:var(--str-chat__background-core-app)}.str-chat__audio_recorder .str-chat__audio_recorder__stop-button{--str-chat-icon-height:12px}.str-chat__audio_recorder .str-chat__audio_recorder__stop-button svg{height:12px}.str-chat__audio_recorder .str-chat__audio_recorder__complete-button{--str-chat-icon-height:16px}.str-chat__audio_recorder .str-chat__audio_recorder__complete-button svg{height:16px}.str-chat__audio_recorder .str-chat__wave-progress-bar__track-container,.str-chat__audio_recorder .str-chat__waveform-box-container{align-items:center;display:flex;flex:1 1 auto;min-width:0;width:auto}.str-chat__audio_recorder .str-chat__wave-progress-bar__track{align-items:center;display:flex;flex-wrap:nowrap;height:2rem;min-width:0;width:100%}.str-chat__audio_recorder .str-chat__waveform-box-container{overflow:hidden}.str-chat__audio_recorder .str-chat__waveform-box-container .str-chat__wave-progress-bar__track{justify-content:flex-end}.str-chat__audio_recorder .str-chat__wave-progress-bar__track-container{padding-inline:var(--str-chat__spacing-xs)}.str-chat__audio_recorder .str-chat__wave-progress-bar__track-container .str-chat__wave-progress-bar__track{flex:1 1 auto}.str-chat__audio_recorder .str-chat__audio_recorder__recording-controls{display:flex;gap:var(--str-chat__spacing-xs);padding:0 var(--str-chat__spacing-xs)}.str-chat{--str-chat__message-options-button-size:var(--str-chat__size-32);--str-chat__message-max-width:400px;--str-chat__message-with-attachment-max-width:400px}.str-chat__ul .str-chat__li:focus-within:not(:has(.str-chat__modal--open)) .str-chat__message-options,.str-chat__ul .str-chat__li:has(.str-chat__message-options--active) .str-chat__message-options,.str-chat__ul .str-chat__li:hover:not(:has(.str-chat__modal--open)) .str-chat__message-options,.str-chat__virtual-list .str-chat__li:focus-within:not(:has(.str-chat__modal--open)) .str-chat__message-options,.str-chat__virtual-list .str-chat__li:has(.str-chat__message-options--active) .str-chat__message-options,.str-chat__virtual-list .str-chat__li:hover:not(:has(.str-chat__modal--open)) .str-chat__message-options{display:flex}.str-chat__ul .str-chat__li:focus-within:not(:has(.str-chat__modal--open)) .str-chat__message--other .str-chat__message-inner,.str-chat__ul .str-chat__li:has(.str-chat__message-options--active) .str-chat__message--other .str-chat__message-inner,.str-chat__ul .str-chat__li:hover:not(:has(.str-chat__modal--open)) .str-chat__message--other .str-chat__message-inner,.str-chat__virtual-list .str-chat__li:focus-within:not(:has(.str-chat__modal--open)) .str-chat__message--other .str-chat__message-inner,.str-chat__virtual-list .str-chat__li:has(.str-chat__message-options--active) .str-chat__message--other .str-chat__message-inner,.str-chat__virtual-list .str-chat__li:hover:not(:has(.str-chat__modal--open)) .str-chat__message--other .str-chat__message-inner{-webkit-margin-end:0;margin-inline-end:0}.str-chat__ul .str-chat__li:focus-within:not(:has(.str-chat__modal--open)) .str-chat__message--me .str-chat__message-inner,.str-chat__ul .str-chat__li:has(.str-chat__message-options--active) .str-chat__message--me .str-chat__message-inner,.str-chat__ul .str-chat__li:hover:not(:has(.str-chat__modal--open)) .str-chat__message--me .str-chat__message-inner,.str-chat__virtual-list .str-chat__li:focus-within:not(:has(.str-chat__modal--open)) .str-chat__message--me .str-chat__message-inner,.str-chat__virtual-list .str-chat__li:has(.str-chat__message-options--active) .str-chat__message--me .str-chat__message-inner,.str-chat__virtual-list .str-chat__li:hover:not(:has(.str-chat__modal--open)) .str-chat__message--me .str-chat__message-inner{-webkit-margin-start:0;margin-inline-start:0}.str-chat__li:has(.str-chat__message--pinned){isolation:isolate;position:relative}.str-chat__li:has(.str-chat__message--pinned):before{background-color:var(--str-chat__background-core-highlight);content:"";inset-block:0;inset-inline:-9999px;pointer-events:none;position:absolute;z-index:-1}.str-chat__li:hover:not(:has(.str-chat__reaction-list:hover,.str-chat__modal--open)){background-color:initial}.str-chat__li.str-chat__li--top{-webkit-padding-before:var(--str-chat__spacing-xs);-webkit-padding-after:var(--str-chat__spacing-xxxs);padding-block-end:var(--str-chat__spacing-xxxs);padding-block-start:var(--str-chat__spacing-xs)}.str-chat__li.str-chat__li--bottom{-webkit-padding-before:var(--str-chat__spacing-xxxs);-webkit-padding-after:var(--str-chat__spacing-xs);padding-block-end:var(--str-chat__spacing-xs);padding-block-start:var(--str-chat__spacing-xxxs)}.str-chat__li.str-chat__li--middle{padding-block:var(--str-chat__spacing-xxxs)}.str-chat__li.str-chat__li--single{padding-block:var(--str-chat__spacing-xs)}.str-chat__li.str-chat__li--middle .str-chat__message .str-chat__message-metadata,.str-chat__li.str-chat__li--top .str-chat__message .str-chat__message-metadata{display:none}.str-chat__li.str-chat__li--middle .str-chat__message>.str-chat__avatar,.str-chat__li.str-chat__li--top .str-chat__message>.str-chat__avatar{visibility:hidden}.str-chat__li.str-chat__li--middle .str-chat__message.str-chat__message--with-avatar>.str-chat__avatar,.str-chat__li.str-chat__li--top .str-chat__message.str-chat__message--with-avatar>.str-chat__avatar{pointer-events:none}.str-chat__li.str-chat__li--middle .str-chat__message-bubble,.str-chat__li.str-chat__li--top .str-chat__message-bubble{border-radius:var(--str-chat__message-bubble-radius-group-middle)}.str-chat__li.str-chat__li--bottom .str-chat__message--other .str-chat__message-inner .str-chat__message-bubble,.str-chat__li.str-chat__li--bottom .str-chat__message--other .str-chat__message-inner .str-chat__message-bubble .str-chat__message-text,.str-chat__li.str-chat__li--single .str-chat__message--other .str-chat__message-inner .str-chat__message-bubble,.str-chat__li.str-chat__li--single .str-chat__message--other .str-chat__message-inner .str-chat__message-bubble .str-chat__message-text{border-end-start-radius:var(--str-chat__message-bubble-radius-tail)}.str-chat__li.str-chat__li--bottom .str-chat__message--me .str-chat__message-inner .str-chat__message-bubble,.str-chat__li.str-chat__li--bottom .str-chat__message--me .str-chat__message-inner .str-chat__message-bubble .str-chat__message-text,.str-chat__li.str-chat__li--single .str-chat__message--me .str-chat__message-inner .str-chat__message-bubble,.str-chat__li.str-chat__li--single .str-chat__message--me .str-chat__message-inner .str-chat__message-bubble .str-chat__message-text{border-end-end-radius:var(--str-chat__message-bubble-radius-tail)}.str-chat__message-mention{color:var(--str-chat__accent-primary);font:var(--str-chat__font-body-emphasis)}.str-chat__message{--str-chat-message-options-size:calc(var(--str-chat__message-options-button-size)*3);color:var(--chat-text);display:grid;-webkit-hyphens:auto;hyphens:auto;overflow-wrap:break-word;padding-inline:var(--str-chat__message-composer-padding);word-break:break-word}@media (max-width:767px){.str-chat__message{--str-chat-message-options-size:var(--str-chat__message-options-button-size)}.str-chat__message .str-chat__message-bubble{max-width:min(100%,var(--str-chat__message-max-width));width:fit-content(var(--str-chat__message-max-width))}.str-chat__message.str-chat__message--me .str-chat__message-inner,.str-chat__message.str-chat__message--other .str-chat__message-inner{margin-inline:0;max-width:min(100%,var(--str-chat__message-max-width));width:-webkit-fit-content;width:fit-content}.str-chat__message.str-chat__message--me .str-chat__message-inner .str-chat__message-reactions-host,.str-chat__message.str-chat__message--other .str-chat__message-inner .str-chat__message-reactions-host{justify-content:flex-start;justify-self:flex-start;margin-inline:0;min-width:0;overflow:visible;padding-inline:0}.str-chat__message.str-chat__message--other .str-chat__message-inner{grid-template-columns:auto var(--str-chat-message-options-size)}.str-chat__message.str-chat__message--me .str-chat__message-inner{grid-template-columns:var(--str-chat-message-options-size) auto}.str-chat__message.str-chat__message--me .str-chat__message-bubble{justify-self:flex-end}}.str-chat__message a{color:var(--str-chat__chat-text-link);text-decoration:none}.str-chat__message .str-chat__avatar:has(~.str-chat__message-inner){align-self:end;grid-area:avatar}.str-chat__message:not(.str-chat__message--with-avatar) .str-chat__avatar:has(~.str-chat__message-inner){display:none}.str-chat__message .str-chat__message-pin-indicator{grid-area:pin-indicator;padding-block:var(--str-chat__spacing-xxs)}.str-chat__message .str-chat__message-pin-indicator .str-chat__message-pin-indicator__content{align-items:center;color:var(--str-chat__text-primary);display:flex;font:var(--str-chat__font-metadata-emphasis);gap:var(--str-chat__spacing-xxs)}.str-chat__message .str-chat__message-pin-indicator .str-chat__message-pin-indicator__content .str-chat__message-pin-indicator__icon{align-items:center;display:flex}.str-chat__message .str-chat__message-pin-indicator .str-chat__message-pin-indicator__content .str-chat__message-pin-indicator__icon .str-chat__icon{height:var(--str-chat__icon-size-xs);width:var(--str-chat__icon-size-xs)}.str-chat__message .str-chat__message-pin-indicator .str-chat__message-pin-indicator__content .str-chat__message-pin-indicator__icon .str-chat__icon path{stroke-width:2px}.str-chat__message .str-chat__message-inner{grid-column-gap:var(--str-chat__space-8);column-gap:var(--str-chat__space-8);display:grid;grid-area:message;grid-template-areas:"reactions ." "message-bubble options" "replies replies";grid-template-columns:auto 1fr;position:relative}.str-chat__message .str-chat__message-inner .str-chat__message-reactions-host{display:flex;grid-area:reactions}.str-chat__message .str-chat__message-inner .str-chat__message-reactions-host:has(.str-chat__message-reactions--segmented.str-chat__message-reactions--bottom){max-width:var(--str-chat__message-max-width)}.str-chat__message .str-chat__message-inner .str-chat__message-reactions-host:has(.str-chat__message-reactions--top){margin-bottom:calc(var(--str-chat__spacing-xxs)*-1)}.str-chat__message .str-chat__message-inner .str-chat__message-reactions-host:has(.str-chat__message-reactions--bottom){padding-block:var(--str-chat__spacing-xxs)}.str-chat__message .str-chat__message-inner:has(.str-chat__message-reactions--bottom){grid-template-areas:"message-bubble options" "replies replies" "reactions ."}.str-chat__message .str-chat__message-inner .str-chat__message-bubble{background-color:var(--chat-bg);border-radius:var(--str-chat__message-bubble-radius-group-bottom);display:flex;flex-direction:column;gap:var(--str-chat__spacing-xs);grid-area:message-bubble;justify-self:flex-start;max-width:var(--str-chat__message-max-width);min-width:0;overflow:hidden;padding:var(--str-chat__spacing-xs);position:relative;width:fit-content(var(--str-chat__message-max-width))}.str-chat__message .str-chat__message-inner .str-chat__message-bubble .str-chat__message-text{padding-inline:var(--str-chat__spacing-xxs)}.str-chat__message .str-chat__message-inner .str-chat__message-bubble .str-chat__message-text p{margin:0;white-space:pre-line}.str-chat__message .str-chat__message-inner .str-chat__message-bubble .str-chat__message-text{border-radius:calc(var(--str-chat__message-bubble-radius-group-bottom) - var(--str-chat__spacing-xs))}.str-chat__message .str-chat__message-inner .str-chat__message-bubble .str-chat__message-text .str-chat__message-text-inner{overflow-y:hidden}.str-chat__message .str-chat__message-inner .str-chat__message-options{display:none}.str-chat__message .str-chat__message-inner .str-chat__message-options.str-chat__message-options--active,.str-chat__message .str-chat__message-inner:focus-within .str-chat__message-options{display:flex}.str-chat__message .str-chat__message-metadata{align-items:center;color:var(--str-chat__chat-text-timestamp);display:flex;flex-wrap:wrap;font:var(--str-chat__font-metadata-default);gap:var(--str-chat__spacing-xxs);grid-area:metadata;height:var(--str-chat__size-24)}.str-chat__message .str-chat__message-metadata .str-chat__message-metadata__name{-webkit-margin-end:var(--str-chat__spacing-xxs);margin-inline-end:var(--str-chat__spacing-xxs);overflow-y:hidden}.str-chat__message .str-chat__message-metadata .str-chat__message-edited-indicator{-webkit-margin-start:var(--str-chat__spacing-xs);margin-inline-start:var(--str-chat__spacing-xs)}.str-chat__message .str-chat__message--blocked-inner{padding-inline:var(--str-chat__spacing-xxs)}.str-chat__message .str-chat__message--blocked-inner p{margin:0;white-space:pre-line}.str-chat__message .str-chat__message--blocked-inner{background-color:var(--chat-bg);border-radius:var(--str-chat__radius-md);padding-block:var(--str-chat__spacing-xs)}.str-chat__message .str-chat__message-error-indicator{display:none}.str-chat__message .str-chat__message-inner--error{cursor:pointer}.str-chat__message:not(.str-chat__message--with-avatar){grid-template-areas:"message-saved-for-later" "pin-indicator" "also-sent-in-channel" "message-reminder" "translation-indicator" "message" "translation-notice" "custom-metadata" "metadata";grid-template-columns:1fr}.str-chat__message.str-chat__message--other{--chat-bg:var(--str-chat__chat-bg-incoming);--chat-bg-attachment:var(--str-chat__chat-bg-attachment-incoming);--chat-text:var(--str-chat__chat-text-incoming);--chat-border:var(--str-chat__chat-border-incoming);--chat-border-on-chat:var(--str-chat__chat-border-on-chat-incoming);--chat-reply-indicator:var(--str-chat__chat-reply-indicator-incoming);--chat-poll-progress-track:var(--str-chat__chat-poll-progress-track-incoming);--chat-poll-progress-fill:var(--str-chat__chat-poll-progress-fill-incoming);--chat-thread-connector:var(--str-chat__chat-thread-connector-incoming);column-gap:var(--str-chat__space-8);justify-items:flex-start}.str-chat__message.str-chat__message--other.str-chat__message--pinned,.str-chat__message.str-chat__message--other.str-chat__message--with-avatar{grid-template-areas:". message-saved-for-later" ". pin-indicator" ". also-sent-in-channel" ". message-reminder" ". translation-indicator" "avatar message" "avatar translation-notice" "avatar custom-metadata" "avatar metadata";grid-template-columns:auto 1fr}.str-chat__message.str-chat__message--other.str-chat__message-with-thread-link .str-chat__message-bubble,.str-chat__message.str-chat__message--other.str-chat__message-with-thread-link .str-chat__message-bubble .str-chat__message-text{border-end-start-radius:var(--str-chat__message-bubble-radius-tail)}.str-chat__message.str-chat__message--other .str-chat__message-inner:not(:has(.str-chat__message-options--active)){-webkit-margin-end:var(--str-chat-message-options-size);margin-inline-end:var(--str-chat-message-options-size)}.str-chat__message.str-chat__message--other .str-chat__message-inner .str-chat__message-reactions-host{justify-self:flex-end}.str-chat__message.str-chat__message--other .str-chat__message-inner .str-chat__message-reactions-host:has(.str-chat__message-reactions--flipped-horizontally){justify-self:flex-start}.str-chat__message.str-chat__message--other .str-chat__message-inner .str-chat__message-reactions-host:has(.str-chat__message-reactions--top){-webkit-padding-start:calc(var(--str-chat__spacing-xs)*-1*-1);-webkit-margin-end:calc(var(--str-chat__spacing-xs)*-1);margin-inline-end:calc(var(--str-chat__spacing-xs)*-1);padding-inline-start:calc(var(--str-chat__spacing-xs)*-1*-1)}.str-chat__message.str-chat__message--other .str-chat__message-inner .str-chat__message-reactions-host .str-chat__message-reactions.str-chat__message-reactions--segmented.str-chat__message-reactions--bottom>.str-chat__message-reactions__list{flex-wrap:wrap;justify-content:flex-start}.str-chat__message.str-chat__message--me{--chat-bg:var(--str-chat__chat-bg-outgoing);--chat-bg-attachment:var(--str-chat__chat-bg-attachment-outgoing);--chat-text:var(--str-chat__chat-text-outgoing);--chat-border:var(--str-chat__chat-border-outgoing);--chat-border-on-chat:var(--str-chat__chat-border-on-chat-outgoing);--chat-reply-indicator:var(--str-chat__chat-reply-indicator-outgoing);--chat-poll-progress-track:var(--str-chat__chat-poll-progress-track-outgoing);--chat-poll-progress-fill:var(--str-chat__chat-poll-progress-fill-outgoing);--chat-thread-connector:var(--str-chat__chat-thread-connector-outgoing);column-gap:var(--str-chat__spacing-xs);justify-items:flex-end}.str-chat__message.str-chat__message--me.str-chat__message--pinned,.str-chat__message.str-chat__message--me.str-chat__message--with-avatar{grid-template-areas:"message-saved-for-later ." "pin-indicator ." "also-sent-in-channel ." "message-reminder ." "translation-indicator ." "message avatar" "translation-notice avatar" "custom-metadata avatar" "metadata avatar";grid-template-columns:1fr auto}.str-chat__message.str-chat__message--me.str-chat__message-with-thread-link .str-chat__message-bubble,.str-chat__message.str-chat__message--me.str-chat__message-with-thread-link .str-chat__message-bubble .str-chat__message-text{border-end-end-radius:var(--str-chat__message-bubble-radius-tail)}.str-chat__message.str-chat__message--me .str-chat__message-also-sent-in-channel,.str-chat__message.str-chat__message--me .str-chat__message-pin-indicator .str-chat__message-pin-indicator__content{justify-content:flex-end}.str-chat__message.str-chat__message--me .str-chat__message-bubble{justify-self:flex-end}.str-chat__message.str-chat__message--me .str-chat__message-inner{-webkit-margin-start:var(--str-chat-message-options-size);grid-template-areas:"reminder reminder" ". reactions" "options message-bubble" "replies replies";grid-template-columns:1fr auto;margin-inline-start:var(--str-chat-message-options-size)}.str-chat__message.str-chat__message--me .str-chat__message-inner .str-chat__message-options{flex-direction:row}.str-chat__message.str-chat__message--me .str-chat__message-inner:has(.str-chat__message-reactions--bottom){grid-template-areas:"reminder reminder" "options message-bubble" "replies replies" ". reactions"}.str-chat__message.str-chat__message--me .str-chat__message-inner .str-chat__message-reactions-host{justify-self:flex-start}.str-chat__message.str-chat__message--me .str-chat__message-inner .str-chat__message-reactions-host:has(.str-chat__message-reactions--flipped-horizontally){justify-self:flex-end}.str-chat__message.str-chat__message--me .str-chat__message-inner .str-chat__message-reactions-host:has(.str-chat__message-reactions--top){-webkit-padding-end:calc(var(--str-chat__spacing-xs)*-1*-1);-webkit-margin-start:calc(var(--str-chat__spacing-xs)*-1);margin-inline-start:calc(var(--str-chat__spacing-xs)*-1);padding-inline-end:calc(var(--str-chat__spacing-xs)*-1*-1)}.str-chat__message.str-chat__message--me .str-chat__message-inner .str-chat__message-reactions-host .str-chat__message-reactions.str-chat__message-reactions--segmented.str-chat__message-reactions--bottom>.str-chat__message-reactions__list{flex-wrap:wrap;justify-content:flex-end}.str-chat__message.str-chat__message--me .str-chat__message-metadata{justify-content:flex-end;text-align:end}.str-chat__message.str-chat__message--blocked,.str-chat__message.str-chat__message--system{grid-template-areas:"message"}.str-chat__message.str-chat__message--system{grid-template-columns:auto}.str-chat__message.str-chat__message--deleted .str-chat__message-bubble{padding:var(--str-chat__spacing-sm)}.str-chat__message.str-chat__message--deleted .str-chat__message-bubble .str-chat__message-text{align-items:center;display:flex;gap:var(--str-chat__spacing-xxs);padding:0}.str-chat__message.str-chat__message--failed .str-chat__message-error-indicator{display:block;inset-inline-end:-9px;position:absolute;top:8px}.str-chat__message.str-chat__message--has-attachment{--str-chat__message-max-width:var(--str-chat__message-with-attachment-max-width)}.str-chat__message.str-chat__message--has-single-attachment.str-chat__message--has-giphy-attachment .str-chat__message-bubble{padding:0}.str-chat__message.str-chat__message--has-single-attachment.str-chat__message--has-giphy-attachment .str-chat__message-text{display:none}.str-chat__message.str-chat__message--is-emoji-only.str-chat__message--is-emoji-only-count-1 .str-chat__message-inner .str-chat__message-bubble,.str-chat__message.str-chat__message--is-emoji-only.str-chat__message--is-emoji-only-count-2 .str-chat__message-inner .str-chat__message-bubble,.str-chat__message.str-chat__message--is-emoji-only.str-chat__message--is-emoji-only-count-3 .str-chat__message-inner .str-chat__message-bubble{background-color:initial;overflow:visible}.str-chat__message.str-chat__message--is-emoji-only.str-chat__message--is-emoji-only-count-1 .str-chat__message-bubble,.str-chat__message.str-chat__message--is-emoji-only.str-chat__message--is-emoji-only-count-1 .str-chat__message-inner .str-chat__message-bubble .str-chat__message-text,.str-chat__message.str-chat__message--is-emoji-only.str-chat__message--is-emoji-only-count-1 .str-chat__message-inner .str-chat__message-replies-count-button-wrapper,.str-chat__message.str-chat__message--is-emoji-only.str-chat__message--is-emoji-only-count-2 .str-chat__message-bubble,.str-chat__message.str-chat__message--is-emoji-only.str-chat__message--is-emoji-only-count-2 .str-chat__message-inner .str-chat__message-bubble .str-chat__message-text,.str-chat__message.str-chat__message--is-emoji-only.str-chat__message--is-emoji-only-count-2 .str-chat__message-inner .str-chat__message-replies-count-button-wrapper,.str-chat__message.str-chat__message--is-emoji-only.str-chat__message--is-emoji-only-count-3 .str-chat__message-bubble,.str-chat__message.str-chat__message--is-emoji-only.str-chat__message--is-emoji-only-count-3 .str-chat__message-inner .str-chat__message-bubble .str-chat__message-text,.str-chat__message.str-chat__message--is-emoji-only.str-chat__message--is-emoji-only-count-3 .str-chat__message-inner .str-chat__message-replies-count-button-wrapper{padding-inline:0}.str-chat__message.str-chat__message--is-emoji-only.str-chat__message--is-emoji-only-count-1 .str-chat__message-inner .str-chat__message-bubble{font-size:64px;line-height:64px}.str-chat__message.str-chat__message--is-emoji-only.str-chat__message--is-emoji-only-count-2 .str-chat__message-inner .str-chat__message-bubble{font-size:48px;line-height:48px}.str-chat__message.str-chat__message--is-emoji-only.str-chat__message--is-emoji-only-count-3 .str-chat__message-inner .str-chat__message-bubble{font-size:32px;line-height:32px}.str-chat__message.str-chat__message--is-emoji-only .str-chat__message-replies-count-button-wrapper:after{display:none}.str-chat__message.str-chat__message--highlighted{background-color:var(--str-chat__background-core-highlight);transition:background-color .1s ease-out}.str-chat__message-also-sent-in-channel{align-items:center;background:#0000;color:var(--str-chat__text-primary);display:flex;font:var(--str-chat__font-metadata-emphasis);gap:var(--str-chat__spacing-xxs);grid-area:also-sent-in-channel;padding-block:var(--str-chat__spacing-xxs)}.str-chat__message-also-sent-in-channel .str-chat__icon{height:var(--str-chat__spacing-sm);width:var(--str-chat__spacing-sm)}.str-chat__message-also-sent-in-channel .str-chat__icon path{stroke-width:2px}.str-chat__message-also-sent-in-channel .str-chat__message-also-sent-in-channel__link-button{background:none;border:none;color:var(--str-chat__text-link);cursor:pointer;font:var(--str-chat__font-metadata-default);padding:0}.str-chat .str-chat__message-status{align-items:center;color:var(--str-chat__chat-text-timestamp);column-gap:var(--str-chat__space-2);display:flex;justify-content:center;position:relative}.str-chat .str-chat__message-status svg{height:16px;width:16px}.str-chat .str-chat__message-status svg.str-chat__message-status-read{color:var(--str-chat__accent-primary)}.str-chat__message--system{display:flex;justify-content:center;padding-block:var(--str-chat__spacing-xs);width:100%}.str-chat__message--system .str-chat__message--system__text{align-items:center;background:var(--str-chat__background-core-surface-subtle);border:1px solid var(--str-chat__border-core-subtle);border-radius:var(--str-chat__radius-xl);display:flex;font:var(--str-chat__font-metadata-default);gap:var(--str-chat__spacing-xs);justify-content:center;max-width:338px;padding:var(--str-chat__spacing-xs) var(--str-chat__spacing-sm)}.str-chat__message-translation-indicator{align-items:center;background:#0000;color:var(--str-chat__text-primary);display:flex;gap:var(--str-chat__spacing-xxs);grid-area:translation-indicator;margin:0;padding-block:var(--str-chat__spacing-xxs)}.str-chat__message-translation-indicator,.str-chat__message-translation-indicator .str-chat__message-translation-indicator__translation-toggle{font:var(--str-chat__font-metadata-default)}.str-chat__message-translation-indicator .str-chat__message-translation-indicator__sign{font:var(--str-chat__font-metadata-emphasis)}.str-chat__message-translation-indicator svg path{stroke-width:1.5px}.str-chat{--str-chat__quoted-message-bubble-background-color:var(
    --str-chat__secondary-background-color
  )}.str-chat .str-chat__message .str-chat__quoted-message-preview{background-color:var(--chat-bg-attachment);max-width:100%;min-width:0;width:calc(var(--str-chat__message-with-attachment-max-width) - var(--str-chat__spacing-xs)*2)}.str-chat__message-saved-for-later{align-items:center;background:#0000;color:var(--str-chat__accent-primary);display:flex;font:var(--str-chat__font-metadata-emphasis);gap:var(--str-chat__spacing-xxs);grid-area:message-saved-for-later;margin:0;padding-block:var(--str-chat__spacing-xxs)}.str-chat__message-saved-for-later .str-chat__icon{height:var(--str-chat__icon-size-xs);width:var(--str-chat__icon-size-xs)}.str-chat__message-saved-for-later .str-chat__icon path{stroke-width:var(--str-chat__icon-stroke-emphasis)}.str-chat__message-reminder{align-items:center;background:#0000;color:var(--str-chat__text-primary);display:flex;font:var(--str-chat__font-metadata-emphasis);gap:var(--str-chat__spacing-xxs);grid-area:message-reminder;margin:0;padding-block:var(--str-chat__spacing-xxs)}.str-chat__message-reminder .str-chat__icon path{stroke-width:var(--str-chat__icon-stroke-default)}.str-chat__message-reminder .str-chat__message-reminder__time-left{font:var(--str-chat__font-metadata-default)}.str-chat__message-replies-count-button-wrapper{--replies-button-connector-width:16px;--replies-button-connector-height:36px;--replies-button-connector-stroke-width:1px;-webkit-padding-before:var(--str-chat__spacing-xxs);-webkit-padding-after:var(--str-chat__spacing-xxs);-webkit-margin-before:var(--str-chat__spacing-xxs);display:flex;grid-area:replies;margin-block-start:var(--str-chat__spacing-xxs);padding-block-end:var(--str-chat__spacing-xxs);padding-block-start:var(--str-chat__spacing-xxs);position:relative}.str-chat__message-replies-count-button-wrapper:after{align-self:end;background:#0000;bottom:calc(50% - var(--replies-button-connector-stroke-width)/2);content:"";height:var(--replies-button-connector-height);position:absolute;width:var(--replies-button-connector-width)}.str-chat__message-replies-count-button-wrapper .str-chat__message-replies-count-button{align-items:center;background:#0000 none repeat 0 0/auto auto padding-box border-box scroll;background:initial;border:initial;border-radius:var(--str-chat__radius-max);color:var(--str-chat__text-link);cursor:pointer;display:flex;flex-direction:row;font:var(--str-chat__font-heading-xs);gap:var(--str-chat__spacing-xs);padding:initial}.str-chat__message.str-chat__message--me .str-chat__message-replies-count-button-wrapper{justify-self:flex-end}.str-chat__message.str-chat__message--me .str-chat__message-replies-count-button-wrapper .str-chat__message-replies-count-button{flex-direction:row}.str-chat__message.str-chat__message--me .str-chat__message-replies-count-button-wrapper{-webkit-padding-end:var(--str-chat__spacing-xl);padding-inline-end:var(--str-chat__spacing-xl)}.str-chat__message.str-chat__message--me .str-chat__message-replies-count-button-wrapper:after{-webkit-border-end:var(--replies-button-connector-stroke-width) solid var(--chat-thread-connector);-webkit-border-after:var(--replies-button-connector-stroke-width) solid var(--chat-thread-connector);border-block-end:var(--replies-button-connector-stroke-width) solid var(--chat-thread-connector);border-end-end-radius:var(--str-chat__radius-max);border-inline-end:var(--replies-button-connector-stroke-width) solid var(--chat-thread-connector);inset-inline-end:0}.str-chat__message.str-chat__message--other .str-chat__message-replies-count-button-wrapper{justify-self:flex-start}.str-chat__message.str-chat__message--other .str-chat__message-replies-count-button-wrapper .str-chat__message-replies-count-button{flex-direction:row-reverse}.str-chat__message.str-chat__message--other .str-chat__message-replies-count-button-wrapper{-webkit-padding-start:var(--str-chat__spacing-xl);padding-inline-start:var(--str-chat__spacing-xl)}.str-chat__message.str-chat__message--other .str-chat__message-replies-count-button-wrapper:after{-webkit-border-start:var(--replies-button-connector-stroke-width) solid var(--chat-thread-connector);-webkit-border-after:var(--replies-button-connector-stroke-width) solid var(--chat-thread-connector);border-block-end:var(--replies-button-connector-stroke-width) solid var(--chat-thread-connector);border-end-start-radius:var(--str-chat__radius-max);border-inline-start:var(--replies-button-connector-stroke-width) solid var(--chat-thread-connector);inset-inline-start:0}.str-chat__message-actions-box{min-width:180px}.str-chat__message-actions-box .str-chat__message-actions-box__submenu--download-attachments{max-width:256px}.str-chat__message-actions-box.str-chat__message-actions-box--hidden{pointer-events:none;visibility:hidden}.str-chat__message-options{--str-chat-icon-color:var(--str-chat__message-options-color);align-items:flex-start;flex-direction:row-reverse;grid-area:options;justify-content:flex-end;width:var(--str-chat-message-options-size)}.str-chat__message-options .str-chat__message-actions-box-button,.str-chat__message-options .str-chat__message-reactions-button,.str-chat__message-options .str-chat__message-reply-in-thread-button{align-items:center;background:none;border:none;border-radius:var(--str-chat__message-options-border-radius);color:var(--str-chat__message-options-color);cursor:pointer;display:flex;height:var(--str-chat__message-options-button-size);justify-content:center;padding:0;width:var(--str-chat__message-options-button-size)}.str-chat__message-options .str-chat__message-actions-box-button:active,.str-chat__message-options .str-chat__message-reactions-button:active,.str-chat__message-options .str-chat__message-reply-in-thread-button:active{color:var(--str-chat__message-options-active-color)}.str-chat__message-options .str-chat__message-actions-box-button{position:relative}.str-chat .str-chat__message-actions-list-item-button.str-chat__message-actions-list-item-button--react{display:none}@media (max-width:767px){.str-chat .str-chat__message-options .str-chat__button.str-chat__message-reactions-button,.str-chat .str-chat__message-options .str-chat__button.str-chat__message-reply-in-thread-button{display:none}.str-chat .str-chat__message-actions-list-item-button.str-chat__message-actions-list-item-button--react{display:flex}}.str-chat__message-bounce-alert{max-width:300px}.str-chat__message-bounce-alert .str-chat__alert-header svg.str-chat__icon--exclamation-mark{color:var(--str-chat__text-tertiary)}.str-chat{--str-chat__attachment-preview-close-icon-background:var(
    --str-chat__control-remove-control-bg
  );--str-chat__attachment-preview-close-icon-color:var(
    --str-chat__control-remove-control-icon
  );--str-chat__attachment-preview-close-icon-border-color:var(
    --str-chat__control-remove-control-border
  );--str-chat__attachment-preview-retry-icon-color:var(--str-chat__accent-primary);--str-chat__attachment-preview-download-icon-color:var(--str-chat__text-secondary);--str-chat__attachment-preview-overlay-color:var(--background-core-overlay);--str-chat__attachment-preview-media-video-indicator-background-color:var(
    --chat-bg-typing-indicator
  );--str-chat__attachment-preview-media-video-indicator-color:var(--str-chat__badge-text);--str-chat__attachment-preview-media-video-indicator-border-radius:var(
    --str-chat__radius-max
  );--str-chat__attachment-preview-media-overlay-hover-background-color:var(
    --str-chat__background-utility-hover
  );--str-chat__attachment-preview-media-overlay-pressed-background-color:var(
    --str-chat__background-utility-pressed
  );--str-chat__attachment-preview-media-upload-error-overlay-background-color:var(
    --background-core-overlay
  )}.str-chat .str-chat__message-composer-voice-preview-slot{align-items:center;display:flex;min-width:0;padding:var(--str-chat__spacing-xxs);width:100%}.str-chat .str-chat__message-composer-voice-preview-slot .str-chat__attachment-preview-audio{max-width:none;min-width:0;width:100%}.str-chat .str-chat__message-composer-voice-preview-slot .str-chat__attachment-preview-audio .str-chat__attachment-preview-file__data{width:100%}.str-chat .str-chat__attachment-preview-list{align-content:flex-start;align-items:flex-start;background:#0000;color:var(--str-chat__text-primary);display:flex;flex:0 1 auto;flex-wrap:wrap;gap:var(--str-chat__spacing-md);justify-content:flex-start;max-height:122.4px;max-width:100%;min-height:86.4px;min-width:0;overflow-x:hidden;overflow-y:auto;padding:var(--str-chat__spacing-xxs);width:100%}.str-chat .str-chat__attachment-preview-audio,.str-chat .str-chat__attachment-preview-file,.str-chat .str-chat__attachment-preview-unsupported,.str-chat .str-chat__attachment-preview-voice-recording{-webkit-padding-end:var(--str-chat__spacing-sm);align-items:center;background:#0000;border:1px solid var(--str-chat__border-core-default);border-radius:var(--str-chat__radius-lg);color:var(--str-chat__text-primary);display:flex;flex:0 1 auto;gap:var(--str-chat__spacing-sm);height:72px;padding:var(--str-chat__spacing-md);padding-inline-end:var(--str-chat__spacing-sm);width:290px}.str-chat .str-chat__attachment-preview-audio .str-chat__attachment-preview-file__data{-webkit-padding-end:var(--str-chat__spacing-xs);padding-inline-end:var(--str-chat__spacing-xs)}.str-chat .str-chat__attachment-preview-audio,.str-chat .str-chat__attachment-preview-file,.str-chat .str-chat__attachment-preview-media,.str-chat .str-chat__attachment-preview-unsupported,.str-chat .str-chat__attachment-preview-voice-recording{position:relative}.str-chat .str-chat__attachment-preview-audio:focus-visible,.str-chat .str-chat__attachment-preview-file:focus-visible,.str-chat .str-chat__attachment-preview-media:focus-visible,.str-chat .str-chat__attachment-preview-unsupported:focus-visible,.str-chat .str-chat__attachment-preview-voice-recording:focus-visible{outline:2px solid var(--str-chat__border-utility-focused);outline-offset:2px}.str-chat .str-chat__attachment-preview-media{background:#0000;border:1px solid var(--str-chat__border-core-default);border-radius:var(--str-chat__message-bubble-radius-attachment);color:var(--str-chat__text-primary);cursor:pointer;flex:0 0 auto;height:72px;width:72px}.str-chat .str-chat__attachment-preview-media .str-chat__attachment-preview-media__thumbnail-wrapper{border-radius:max(0px,var(--str-chat__message-bubble-radius-attachment) - 1px);height:100%;overflow:hidden;width:100%}.str-chat .str-chat__attachment-preview-media .str-chat__attachment-preview-media__thumbnail-wrapper img{height:100%;object-fit:cover;width:100%}.str-chat .str-chat__attachment-preview-media__overlay{align-items:center;border-radius:var(--str-chat__message-bubble-radius-attachment);display:flex;inset:0;justify-content:center;overflow:hidden;position:absolute}.str-chat .str-chat__attachment-preview-media__overlay:hover:after{background:var(--str-chat__attachment-preview-media-overlay-hover-background-color);content:"";inset:0;pointer-events:none;position:absolute}.str-chat .str-chat__attachment-preview-media__overlay:hover{background-color:var(--str-chat__attachment-preview-media-overlay-hover-background-color)}.str-chat .str-chat__attachment-preview-media__overlay:active:after{background:var(--str-chat__attachment-preview-media-overlay-pressed-background-color);content:"";inset:0;pointer-events:none;position:absolute}.str-chat .str-chat__attachment-preview-media__overlay:active{background-color:var(--str-chat__attachment-preview-media-overlay-pressed-background-color)}.str-chat .str-chat__attachment-preview-media__overlay .str-chat__loading-indicator,.str-chat .str-chat__attachment-preview-media__overlay .str-chat__progress-indicator{background:var(--str-chat__background-core-elevation-0);border-radius:var(--str-chat__radius-max);bottom:var(--str-chat__spacing-xxs);color:var(--str-chat__accent-primary);height:var(--str-chat__icon-size-sm);inset-inline-start:var(--str-chat__spacing-xxs);position:absolute;width:var(--str-chat__icon-size-sm)}.str-chat .str-chat__attachment-preview-media__overlay .str-chat__icon--exclamation{background:var(--str-chat__badge-bg-error);border:2px solid var(--str-chat__badge-border);border-radius:var(--str-chat__radius-max);bottom:var(--str-chat__spacing-xxs);color:var(--str-chat__badge-text-on-accent);height:var(--str-chat__icon-size-sm);inset-inline-start:var(--str-chat__spacing-xxs);padding:var(--str-chat__spacing-xxxs);position:absolute;width:var(--str-chat__icon-size-sm)}.str-chat .str-chat__attachment-preview-media--upload-error .str-chat__attachment-preview-media__overlay{background-color:var(--str-chat__attachment-preview-media-upload-error-overlay-background-color)}.str-chat .str-chat__attachment-preview-media--uploading .str-chat__attachment-preview-media__overlay{background:linear-gradient(180deg,var(--str-chat__base-white) 0,var(--str-chat__slate-100) 100%)}.str-chat .str-chat__attachment-preview-file__icon{align-items:center;display:flex}.str-chat .str-chat__attachment-preview-file__info{align-items:flex-start;display:flex;flex:1 1;flex-direction:column;gap:var(--str-chat__spacing-xxs);justify-content:center;min-width:0}.str-chat .str-chat__attachment-preview-file__info .str-chat__attachment-preview-file-name{font:var(--str-chat__font-caption-emphasis);max-width:100%;overflow-x:hidden;overflow-x:clip;overflow-y:visible;text-overflow:ellipsis;white-space:nowrap}.str-chat .str-chat__attachment-preview-file__info .str-chat__attachment-preview-file__data{align-items:center;color:var(--str-chat__text-secondary);display:flex;font:var(--str-chat__font-metadata-default);gap:var(--str-chat__spacing-xxs);max-width:100%;width:min(160px,100%)}.str-chat .str-chat__attachment-preview-file__info .str-chat__attachment-preview-file__data .str-chat__loading-indicator,.str-chat .str-chat__attachment-preview-file__info .str-chat__attachment-preview-file__data .str-chat__progress-indicator{color:var(--str-chat__accent-primary);height:var(--str-chat__icon-size-sm);width:var(--str-chat__icon-size-sm)}.str-chat .str-chat__attachment-preview-file__info .str-chat__attachment-preview-file__data .str-chat__attachment-preview-file__fatal-error{align-items:center;color:var(--color-accent-error);display:flex;gap:var(--str-chat__spacing-xxs)}.str-chat .str-chat__attachment-preview-file__info .str-chat__attachment-preview-file__data .str-chat__attachment-preview-file__retriable-error{align-items:center;display:flex;gap:var(--str-chat__spacing-xxs);white-space:nowrap}.str-chat .str-chat__attachment-preview-file__info .str-chat__attachment-preview-file__data .str-chat__attachment-preview-file__retriable-error .str-chat__icon--exclamation-triangle path{fill:var(--str-chat__accent-error)}.str-chat .str-chat__attachment-preview-file__info .str-chat__attachment-preview-file__data .str-chat__attachment-preview-file__retriable-error .str-chat__attachment-preview-file__retry-upload-button{background:none;border:none;color:var(--str-chat__text-link);cursor:pointer;line-height:16px;line-height:var(--str-chat__typography-line-height-tight,16px);padding:0}.str-chat .str-chat__button-play{border:1px solid var(--control-play-control-border);height:var(--str-chat__button-visual-height-md);width:var(--str-chat__button-visual-height-md)}.str-chat__attachment-preview__thumbnail,.str-chat__link-preview-card .str-chat__image-placeholder,.str-chat__location-preview-image{border-radius:var(--str-chat__radius-md);height:40px;object-fit:cover;overflow:hidden;width:40px}.str-chat{--str-chat__attachment-selector-button-icon-color:var(--button-style-outline-text);--str-chat__attachment-selector-button-icon-color-hover:var(
    --str-chat__text-secondary
  );--str-chat__attachment-selector-actions-menu-button-icon-color:var(
    --str-chat__text-secondary
  );--str-chat__attachment-selector-actions-menu-button-icon-color-active:var(
    --str-chat__text-secondary
  )}.str-chat .str-chat__attachment-selector .str-chat__attachment-selector__menu-button .str-chat__attachment-selector__menu-button__icon{color:var(--str-chat__attachment-selector-button-icon-color);height:var(--str-chat__icon-size-md);width:var(--str-chat__icon-size-md)}.str-chat .str-chat__attachment-selector .str-chat__attachment-selector__menu-button:hover .str-chat__attachment-selector__menu-button__icon{color:var(--str-chat__attachment-selector-button-icon-color-hover)}.str-chat .str-chat__file-input{display:none}.str-chat .str-chat__attachment-selector-actions-menu{min-width:200px}.str-chat .str-chat__attachment-selector-actions-menu .str-chat__attachment-selector-actions-menu__button .str-chat__context-menu__button__icon{color:var(--str-chat__attachment-selector-actions-menu-button-icon-color)}.str-chat .str-chat__attachment-selector-actions-menu .str-chat__attachment-selector-actions-menu__button:focus .str-chat__context-menu__button__icon,.str-chat .str-chat__attachment-selector-actions-menu .str-chat__attachment-selector-actions-menu__button:hover .str-chat__context-menu__button__icon{color:var(--str-chat__attachment-selector-actions-menu-button-icon-color-active)}.str-chat .str-chat__message-composer--floating .str-chat__attachment-selector__menu-button{background-color:var(--str-chat__background-core-elevation-1);box-shadow:var(--shadow-web-light-elevation-2)}.str-chat__command-chip{align-items:center;background-color:var(--str-chat__background-core-inverse);border-radius:var(--str-chat__radius-max);color:var(--str-chat__text-on-inverse);display:flex;font:var(--str-chat__font-metadata-emphasis);gap:var(--str-chat__spacing-xxs);justify-content:center;padding:var(--str-chat__spacing-xxs) var(--str-chat__spacing-xs);text-transform:uppercase}.str-chat__command-chip .str-chat__command-chip__close-button{align-items:center;background:none;border:none;color:inherit;cursor:pointer;display:flex;justify-content:center;padding:0}.str-chat__context-menu.str-chat__context-menu--commands .str-chat__context-menu__button--command{display:grid;grid-template-columns:auto minmax(0,1fr) minmax(0,2fr)}.str-chat__context-menu.str-chat__context-menu--commands .str-chat__context-menu__button--command .str-chat__context-menu__button__icon{grid-column:1}.str-chat__context-menu.str-chat__context-menu--commands .str-chat__context-menu__button--command .str-chat__context-menu__button__label{grid-column:2}.str-chat__context-menu.str-chat__context-menu--commands .str-chat__context-menu__button--command .str-chat__context-menu__button__details{grid-column:3;text-align:left}.str-chat__context-menu.str-chat__context-menu--commands .str-chat__context-menu__header--commands:not(.str-chat__context-menu__header--submenu-commands){padding:var(--str-chat__spacing-xs)}.str-chat__dropzone-root{flex:1 1;max-height:100%;max-width:100%;min-height:0;min-width:0;position:relative}.str-chat__dropzone-root:empty{display:none}.str-chat__dropzone-container{align-items:center;-webkit-backdrop-filter:blur(3.5px);backdrop-filter:blur(3.5px);background-color:var(--str-chat__background-core-overlay-light);color:var(--str-chat__text-primary);display:flex;font:var(--str-chat__font-heading-sm);inset:0;justify-content:center;position:absolute;z-index:5}.str-chat__dropzone-container .str-chat__dropzone-container__content{align-items:center;display:flex;flex-direction:column;gap:8px;gap:var(--str-chat__spacing-xs,8px)}.str-chat__dropzone-container svg{height:32px;width:32px}.str-chat__dropzone-container p{margin:initial}@supports not ((-webkit-backdrop-filter:blur(1px)) or (backdrop-filter:blur(1px))){.str-chat__dropzone-container{-webkit-backdrop-filter:none;backdrop-filter:none}}.str-chat__location-preview{align-items:start;background-color:var(--str-chat__chat-bg-outgoing);border-radius:var(--str-chat__message-bubble-radius-attachment);display:flex;gap:var(--str-chat__spacing-xs);justify-content:space-around;min-width:0;padding-block:var(--str-chat__spacing-xs);padding-inline:var(--str-chat__spacing-xs) var(--str-chat__spacing-sm);position:relative;width:100%}.str-chat__location-preview .str-chat__location-preview-image{align-items:center;background-color:var(--str-chat__background-core-overlay-light);display:flex;height:40px;justify-content:center;width:40px}.str-chat__location-preview .str-chat__location-preview-image .str-chat__icon{height:20px;width:20px}.str-chat__location-preview .str-chat__location-preview__data{display:flex;flex:1 1;flex-direction:column;height:100%;justify-content:center;min-width:0}.str-chat__location-preview .str-chat__location-preview__data .str-chat__location-preview__data__subtitle,.str-chat__location-preview .str-chat__location-preview__data .str-chat__location-preview__data__title{overflow-x:hidden;overflow-x:clip;overflow-y:visible;text-overflow:ellipsis;white-space:nowrap}.str-chat__location-preview .str-chat__location-preview__data .str-chat__location-preview__data__title{font:var(--str-chat__font-metadata-emphasis)}.str-chat__location-preview .str-chat__location-preview__data .str-chat__location-preview__data__sharing-duration,.str-chat__location-preview .str-chat__location-preview__data .str-chat__location-preview__data__subtitle{font:var(--str-chat__font-metadata-default)}.str-chat__link-preview-list{align-items:center;display:flex;flex-direction:column;gap:.75rem;padding:var(--str-chat__spacing-xxs);width:100%}.str-chat__link-preview-card{align-items:center;background-color:var(--chat-bg);border-radius:var(--str-chat__message-bubble-radius-attachment);display:flex;gap:var(--str-chat__spacing-xs);justify-content:space-around;min-width:0;padding-block:var(--str-chat__spacing-xs);padding-inline:var(--str-chat__spacing-xs) var(--str-chat__spacing-sm);position:relative;width:100%}.str-chat__link-preview-card .str-chat__tooltip{display:block;max-width:250px;overflow-x:hidden;overflow-x:clip;overflow-y:visible;padding-inline:.5rem;text-overflow:ellipsis;white-space:nowrap}.str-chat__link-preview-card .str-chat__link-preview-card__content{flex:1 1;min-width:0}.str-chat__link-preview-card .str-chat__link-preview-card__content .str-chat__link-preview-card__content-description,.str-chat__link-preview-card .str-chat__link-preview-card__content .str-chat__link-preview-card__content-title,.str-chat__link-preview-card .str-chat__link-preview-card__content .str-chat__link-preview-card__content__url{overflow-x:hidden;overflow-x:clip;overflow-y:visible;text-overflow:ellipsis;white-space:nowrap}.str-chat__link-preview-card .str-chat__link-preview-card__content .str-chat__link-preview-card__content-title{font:var(--str-chat__font-metadata-emphasis)}.str-chat__link-preview-card .str-chat__link-preview-card__content .str-chat__link-preview-card__content-description,.str-chat__link-preview-card .str-chat__link-preview-card__content .str-chat__link-preview-card__content__url{font:var(--str-chat__font-metadata-default)}.str-chat__link-preview-card .str-chat__link-preview-card__content .str-chat__link-preview-card__content__url{align-items:center;display:flex;gap:var(--str-chat__spacing-xxs)}.str-chat{--str-chat__message-composer-max-width:1120px;--str-chat__message-composer-padding:var(--str-chat__spacing-md);--str-chat__message-composer-command-transition-duration:280ms;--str-chat__message-composer-command-ease:cubic-bezier(0.22,1,0.32,1)}@keyframes str-chat-command-chip-enter-ltr{0%{opacity:0;transform:translate3d(-.75rem,0,0)}to{opacity:1;transform:translateZ(0)}}@keyframes str-chat-command-chip-enter-rtl{0%{opacity:0;transform:translate3d(.75rem,0,0)}to{opacity:1;transform:translateZ(0)}}.str-chat .str-chat__message-composer-container{align-items:center;background:var(--str-chat__background-core-elevation-1);border-top:1px solid var(--str-chat__border-core-default);display:flex;flex-direction:column;gap:var(--str-chat__spacing-md);justify-content:center;min-height:-webkit-fit-content;min-height:fit-content;min-width:0;padding:var(--str-chat__message-composer-padding);width:100%}.str-chat .str-chat__message-composer{align-items:end;display:flex;flex-shrink:1;gap:var(--str-chat__spacing-xs);max-width:var(--str-chat__message-composer-max-width);min-width:0;transition:gap var(--str-chat__message-composer-command-transition-duration) var(--str-chat__message-composer-command-ease);width:100%}.str-chat .str-chat__message-composer>.str-chat__attachment-selector{align-items:flex-end;box-sizing:border-box;display:flex;flex-grow:0;flex-shrink:0;justify-content:center;max-width:calc(var(--str-chat__button-visual-height-lg) + var(--str-chat__spacing-xxs)*2);max-width:var(--str-chat__message-composer-attachment-slot-width,calc(var(--str-chat__button-visual-height-lg) + var(--str-chat__spacing-xxs)*2));opacity:1;overflow:hidden;pointer-events:auto;transform:scale(1);transform-origin:center bottom;transition:width var(--str-chat__message-composer-command-transition-duration) var(--str-chat__message-composer-command-ease),max-width var(--str-chat__message-composer-command-transition-duration) var(--str-chat__message-composer-command-ease),opacity calc(var(--str-chat__message-composer-command-transition-duration)*.85) ease-out,transform var(--str-chat__message-composer-command-transition-duration) var(--str-chat__message-composer-command-ease),margin var(--str-chat__message-composer-command-transition-duration) var(--str-chat__message-composer-command-ease);width:calc(var(--str-chat__button-visual-height-lg) + var(--str-chat__spacing-xxs)*2);width:var(--str-chat__message-composer-attachment-slot-width,calc(var(--str-chat__button-visual-height-lg) + var(--str-chat__spacing-xxs)*2))}.str-chat .str-chat__message-composer--command-active{gap:0}.str-chat .str-chat__message-composer--command-active>.str-chat__attachment-selector{-webkit-margin-end:0;margin-inline-end:0;max-width:0;min-width:0;opacity:0;pointer-events:none;transform:scale(.55);width:0}.str-chat .str-chat__message-composer--command-active .str-chat__command-chip{animation:str-chat-command-chip-enter-ltr var(--str-chat__message-composer-command-transition-duration) var(--str-chat__message-composer-command-ease) both}.str-chat [dir=rtl] .str-chat__message-composer--command-active .str-chat__command-chip{animation-name:str-chat-command-chip-enter-rtl}.str-chat .str-chat__message-composer-compose-area{background:var(--composer-bg);border:1px solid var(--str-chat__border-core-default);border-radius:var(--str-chat__radius-3xl);color:var(--str-chat__input-text-default);display:flex;flex:1 1;flex-direction:column;min-width:0}.str-chat .str-chat__message-composer-previews{display:flex;flex-direction:column;gap:var(--str-chat__spacing-xxs);max-height:400px;min-height:0;min-width:0;overflow:hidden;padding:var(--str-chat__spacing-xs) var(--str-chat__spacing-xs) 0;width:100%}.str-chat .str-chat__message-composer-controls{align-items:end;display:flex;gap:var(--str-chat__spacing-xs);padding:calc(var(--str-chat__spacing-sm) - 1px);width:100%}.str-chat .str-chat__message-composer-controls .str-chat__message-composer-controls__text-composition-controls{display:flex;flex:1 1;flex-direction:column;gap:var(--str-chat__spacing-sm);justify-content:center;min-height:26px}.str-chat .str-chat__message-composer-controls .str-chat__message-composer-controls__text-composition-controls .str-chat__message-composer-controls__text-composition-controls__command-chip-container{align-items:flex-end;align-self:flex-end;display:flex;flex:0 0 auto;height:100%}.str-chat .str-chat__message-composer-controls .str-chat__message-composer-controls__text-composition-controls__text{align-items:center;display:flex;gap:var(--str-chat__spacing-xxs);min-width:0;width:100%}.str-chat .str-chat__message-composer-controls .str-chat__message-composer__actions,.str-chat .str-chat__message-composer-controls .str-chat__message-composer__additional-actions{align-items:center;display:flex;height:26px}.str-chat .str-chat__message-composer-controls .str-chat__message-composer__additional-actions{flex-shrink:0;max-width:6rem;min-width:0;opacity:1;transition:max-width var(--str-chat__message-composer-command-transition-duration) var(--str-chat__message-composer-command-ease),opacity calc(var(--str-chat__message-composer-command-transition-duration)*.85) ease-out}.str-chat .str-chat__message-composer-controls .str-chat__textarea{align-items:center;display:flex;flex:1 1;min-width:0;position:relative;width:100%}.str-chat .str-chat__message-composer-controls .str-chat__textarea textarea{background:#0000;border:none;box-shadow:none;color:var(--str-chat__input-text-default);font-size:var(--str-chat__typography-font-size-md);outline:none;resize:none;scrollbar-width:none;width:100%}.str-chat .str-chat__message-composer-controls .str-chat__emoji-picker-button{cursor:pointer;display:flex}.str-chat .str-chat__message-composer-controls .str-chat__emoji-picker-button svg,.str-chat .str-chat__message-composer-controls .str-chat__send-button .str-chat__icon--send,.str-chat .str-chat__message-composer-controls .str-chat__start-recording-audio-button .str-chat__icon--voice{height:var(--str-chat__icon-size-md);width:var(--str-chat__icon-size-md)}.str-chat .str-chat__message-composer-controls .str-chat__stop-ai-generation-button{background-color:initial;background-image:var(--str-chat__circle-stop-icon);border-width:0;cursor:pointer;height:28px;width:30px}.str-chat .str-chat__message-composer-controls .str-chat__message-composer-cooldown{align-items:center;background:var(--str-chat__background-utility-disabled);border-radius:var(--str-chat__button-radius-full);color:var(--str-chat__text-disabled);display:flex;height:var(--str-chat__button-visual-height-md);justify-content:center;width:var(--str-chat__button-visual-height-md)}.str-chat .str-chat__message-composer-controls [dir=rtl] .str-chat__send-button svg,.str-chat .str-chat__message-composer-controls [dir=rtl] .str-chat__start-recording-audio-button svg{transform:scaleX(-1)}.str-chat .str-chat__message-composer--command-active .str-chat__message-composer__additional-actions{max-width:0;opacity:0;pointer-events:none}@media (prefers-reduced-motion:reduce){.str-chat .str-chat__message-composer,.str-chat .str-chat__message-composer-controls .str-chat__message-composer__additional-actions,.str-chat .str-chat__message-composer>.str-chat__attachment-selector{transition-duration:.01ms}.str-chat .str-chat__message-composer--command-active .str-chat__command-chip{animation:none}}.str-chat .str-chat__recording-permission-denied-notification{font-size:var(--str-chat__typography-font-size-sm);line-height:var(--str-chat__typography-line-height-tight);max-width:100%;padding:var(--str-chat__spacing-md)}.str-chat .str-chat__recording-permission-denied-notification .str-chat__recording-permission-denied-notification__heading{font-weight:var(--str-chat__typography-font-weight-semi-bold)}.str-chat .str-chat__recording-permission-denied-notification .str-chat__recording-permission-denied-notification__message{font-weight:400;font-weight:var(--str-chat__typography-font-weight-regular,400);margin:var(--str-chat__spacing-xs) 0 0}.str-chat__quoted-message-indicator{background-color:var(--str-chat__chat-reply-indicator-incoming);background-color:var(--chat-reply-indicator,var(--str-chat__chat-reply-indicator-incoming));border-radius:var(--str-chat__radius-max);height:100%;width:2px}.str-chat__quoted-message-indicator--own-message{background-color:var(--str-chat__chat-reply-indicator-outgoing)}.str-chat .str-chat__message-composer__quoted-message-preview-slot{padding:var(--str-chat__spacing-xxs)}.str-chat .str-chat__quoted-message-preview{align-items:center;background-color:var(--str-chat__chat-bg-incoming);border-radius:var(--str-chat__message-bubble-radius-attachment);display:flex;gap:var(--str-chat__spacing-xs);padding:var(--str-chat__spacing-xs);position:relative}.str-chat .str-chat__quoted-message-preview .str-chat__quoted-message-indicator{height:36px}.str-chat .str-chat__quoted-message-preview .str-chat__quoted-message-preview__content{display:flex;flex:1 1;flex-direction:column;font:var(--str-chat__font-caption-default);height:40px;justify-content:center;min-width:0}.str-chat .str-chat__quoted-message-preview .str-chat__quoted-message-preview__content .str-chat__quoted-message-preview__author{font:var(--str-chat__font-caption-emphasis);overflow-x:clip;overflow-x:hidden;overflow-y:visible;text-overflow:ellipsis;white-space:nowrap}.str-chat .str-chat__quoted-message-preview .str-chat__quoted-message-preview__content .str-chat__quoted-message-preview__message{align-items:center;display:flex;gap:var(--str-chat__spacing-xxs)}.str-chat .str-chat__quoted-message-preview .str-chat__quoted-message-preview__content .str-chat__quoted-message-preview__message svg{height:var(--str-chat__typography-font-size-xs);width:var(--str-chat__typography-font-size-xs)}.str-chat .str-chat__quoted-message-preview .str-chat__quoted-message-preview__content .str-chat__quoted-message-preview__message .str-chat__icon--voice path{stroke-width:2}.str-chat .str-chat__quoted-message-preview .str-chat__quoted-message-preview__content .str-chat__quoted-message-preview__message .str-chat__quoted-message-preview__message-text{flex:1 1;min-width:0;overflow-x:hidden;overflow-x:clip;overflow-y:visible;text-overflow:ellipsis;white-space:nowrap}.str-chat .str-chat__quoted-message-preview .str-chat__quoted-message-preview__content .str-chat__quoted-message-preview__message .str-chat__quoted-message-preview__message-text *{color:var(--str-chat__chat-text-incoming);white-space:nowrap}.str-chat .str-chat__quoted-message-preview .str-chat__quoted-message-preview__image{display:flex;flex-shrink:0;height:40px;min-width:40px;overflow:hidden;position:relative;width:40px}.str-chat .str-chat__quoted-message-preview .str-chat__quoted-message-preview__image img{object-fit:cover}.str-chat .str-chat__quoted-message-preview .str-chat__quoted-message-preview__image .str-chat__attachment-preview__thumbnail__play-indicator{align-items:center;background-color:var(--control-play-control-bg);border-radius:var(--str-chat__radius-max);display:flex;height:20px;inset-inline-start:10px;justify-content:center;position:absolute;top:10px;width:20px}.str-chat .str-chat__quoted-message-preview .str-chat__quoted-message-preview__image .str-chat__attachment-preview__thumbnail__play-indicator .str-chat__icon--play-fill{height:12px;width:12px}.str-chat .str-chat__quoted-message-preview .str-chat__quoted-message-preview__image .str-chat__attachment-preview__thumbnail__play-indicator .str-chat__icon--play-fill path{fill:var(--control-play-control-icon)}.str-chat .str-chat__quoted-message-preview--own{background-color:var(--str-chat__chat-bg-outgoing)}.str-chat__button.str-chat__attachment-preview__remove-button{background-color:var(--str-chat__attachment-preview-close-icon-background);border:3px solid var(--str-chat__attachment-preview-close-icon-border-color);border-radius:var(--str-chat__radius-max);color:var(--str-chat__attachment-preview-close-icon-color);inset-inline-end:-6px;position:absolute;top:-6px;z-index:1}.str-chat__send-to-channel-checkbox__container{align-items:flex-start;color:var(--str-chat__text-tertiary);display:flex;max-width:var(--str-chat__message-composer-max-width);width:100%}.str-chat__send-to-channel-checkbox__container.str-chat__send-to-channel-checkbox__container--checked{color:var(--str-chat__text-primary)}.str-chat__send-to-channel-checkbox__container .str-chat__send-to-channel-checkbox__field{align-items:center;cursor:pointer;display:flex;gap:var(--str-chat__spacing-xs);position:relative}.str-chat__send-to-channel-checkbox__container .str-chat__send-to-channel-checkbox__field .str-chat__send-to-channel-checkbox__input{clip:rect(0,0,0,0);-webkit-appearance:none;appearance:none;border:0;-webkit-clip-path:inset(50%);clip-path:inset(50%);height:100%;inset:0;margin:0;opacity:0;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:100%}.str-chat__send-to-channel-checkbox__container .str-chat__send-to-channel-checkbox__field .str-chat__send-to-channel-checkbox__visual{align-items:center;background:#0000;border:1px solid #d5dbe1;border:1px solid var(--str-chat__control-checkbox-border,#d5dbe1);border-radius:var(--str-chat__radius-sm);display:flex;height:20px;justify-content:center;transition:background-color .15s ease,border-color .15s ease;width:20px}.str-chat__send-to-channel-checkbox__container .str-chat__send-to-channel-checkbox__field .str-chat__send-to-channel-checkbox__input:checked+.str-chat__send-to-channel-checkbox__visual{background-color:var(--str-chat__accent-primary);background-color:var(--control-radiocheck-bg-selected,var(--str-chat__accent-primary));border-color:var(--control-radiocheck-bg-selected,var(--str-chat__accent-primary))}.str-chat__send-to-channel-checkbox__container .str-chat__send-to-channel-checkbox__field .str-chat__send-to-channel-checkbox__checkmark{align-items:center;color:var(--str-chat__control-checkbox-icon);display:flex;justify-content:center;opacity:0;transition:opacity .15s ease}.str-chat__send-to-channel-checkbox__container .str-chat__send-to-channel-checkbox__field .str-chat__send-to-channel-checkbox__checkmark svg{height:12px;width:12px}.str-chat__send-to-channel-checkbox__container .str-chat__send-to-channel-checkbox__field .str-chat__send-to-channel-checkbox__input:checked+.str-chat__send-to-channel-checkbox__visual .str-chat__send-to-channel-checkbox__checkmark{opacity:1}.str-chat__send-to-channel-checkbox__container .str-chat__send-to-channel-checkbox__field .str-chat__send-to-channel-checkbox__label{font:var(--str-chat__font-metadata-default);transition:color .15s ease,border-color .15s ease}.str-chat__attachment-preview-unsupported{align-items:center;background:#0000;border-radius:calc(var(--str-chat__message-bubble-radius-group-bottom) - var(--str-chat__attachment-margin));color:var(--str-chat__text-primary);column-gap:var(--str-chat__spacing-xs);display:flex;justify-content:center;padding:var(--str-chat__spacing-md)}.str-chat__attachment-preview-unsupported .str-chat__icon{height:var(--str-chat__size-20);width:var(--str-chat__size-20)}.str-chat__attachment-preview-unsupported .str-chat__attachment-preview-unsupported__metadata{align-items:center;display:flex;flex:1 1;height:-webkit-fill-available;height:-moz-available;height:stretch;min-width:0}.str-chat__attachment-preview-unsupported .str-chat__attachment-preview-unsupported__title{color:var(--str-chat__text-primary);font:var(--str-chat__font-caption-emphasis);height:-webkit-fit-content;height:fit-content;max-width:100%;overflow-x:hidden;overflow-x:clip;overflow-y:visible;text-overflow:ellipsis;white-space:nowrap}.str-chat__main-panel-inner{align-items:center;display:flex;flex-direction:column;height:100%;min-height:0;position:relative;width:100%}.str-chat__message-list-main-panel{--str-chat__message-list-scroll-max-width:calc(var(--str-chat__message-composer-max-width) + var(--str-chat__message-composer-padding)*2)}.str-chat__message-list{background:var(--str-chat__background-core-app);color:var(--str-chat__text-primary);display:flex;height:100%;justify-content:center;max-height:100%;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;overscroll-behavior:none;position:relative;scrollbar-gutter:stable both-edges;width:100%}.str-chat__message-list .str-chat__message-list-scroll{padding:0}.str-chat__message-list .str-chat__message-list-scroll .str-chat__li{max-width:100%}.str-chat__message-list .str-chat__message-list-scroll{max-width:var(--str-chat__message-list-scroll-max-width);width:100%}.str-chat__message-list .str-chat__message-list-scroll .str-chat__ul{list-style:none;margin:0;padding:0}.str-chat__thread .str-chat__message-list .str-chat__message-list-scroll{max-width:var(--str-chat__message-list-scroll-max-width);padding-inline:0}.str-chat__thread .str-chat__message-list .str-chat__message-list-scroll .str-chat__ul{list-style:none;margin:0;padding:0}.str-chat__main-panel .str-chat__ul .str-chat__li:first-of-type{padding-top:4.5rem}.str-chat__main-panel .str-chat__ul .str-chat__date-separator+.str-chat__li:first-of-type{padding-top:inherit}.str-chat__new-message-notification{display:flex;inset-block-end:16px;inset-inline-end:0;inset-inline-start:0;justify-content:center;position:absolute;z-index:2}.str-chat__new-message-notification .str-chat__message-notification__label{align-items:center;background-color:var(--str-chat__background-core-surface-subtle);border-radius:var(--str-chat__radius-max);color:var(--str-chat__chat-text-system);display:flex;font:var(--str-chat__font-metadata-emphasis);justify-content:center;padding:var(--str-chat__spacing-xxs) var(--str-chat__spacing-sm)}.str-chat__jump-to-latest-message{background-color:var(--str-chat__background-core-elevation-1);border-radius:var(--str-chat__radius-max);box-shadow:0 0 0 1px #0000000d,0 2px 4px 0 #0000001f,0 6px 16px 0 #0000000f;height:40px;inset-block-end:var(--str-chat__spacing-md);inset-inline-end:max(var(--str-chat__spacing-md),(100% - var(--str-chat__message-list-scroll-max-width))/2 + var(--str-chat__spacing-md));position:absolute;width:40px;z-index:2}.str-chat__jump-to-latest-message .str-chat__jump-to-latest-message__button{height:40px;position:static;width:40px}.str-chat__jump-to-latest-message .str-chat__jump-to-latest__unread-count{-webkit-margin-after:var(--str-chat__space-4);inset-block-end:100%;inset-inline-end:-15%;margin-block-end:var(--str-chat__space-4);position:absolute;top:-15%}.str-chat .str-chat__unread-messages-notification{align-items:center;background:var(--str-chat__background-core-elevation-1);border:1px solid var(--str-chat__button-secondary-border);border-radius:var(--str-chat__button-radius-lg);box-shadow:0 0 0 1px #0000000d,0 2px 4px 0 #0000001f,0 6px 16px 0 #0000000f;display:flex;overflow:clip;position:absolute;top:40px;z-index:2}.str-chat .str-chat__unread-messages-notification.str-chat__unread-messages-notification--with-count button{text-transform:lowercase}.str-chat .str-chat__unread-messages-notification button.button.str-chat__button--outline,.str-chat .str-chat__unread-messages-notification button.str-chat__button--secondary{border:none}.str-chat .str-chat__unread-messages-notification button:first-of-type{align-items:center;border-radius:var(--str-chat__button-radius-lg) 0 0 var(--str-chat__button-radius-lg);display:flex;font:var(--str-chat__font-caption-emphasis);gap:var(--str-chat__spacing-xs);padding:var(--str-chat__button-padding-y-md) var(--str-chat__spacing-xxs) var(--str-chat__button-padding-y-md) var(--str-chat__button-padding-x-with-label-md)}.str-chat .str-chat__unread-messages-notification button:last-of-type{border-radius:0 var(--str-chat__button-radius-lg) var(--str-chat__button-radius-lg) 0;padding:var(--str-chat__button-padding-y-md) var(--str-chat__button-padding-x-with-label-md) var(--str-chat__button-padding-y-md) var(--str-chat__spacing-xxs)}.str-chat .str-chat__unread-messages-notification button:last-of-type svg{height:16px;width:16px}.str-chat__unread-messages-separator-wrapper{display:flex;justify-content:center;padding-block:var(--str-chat__spacing-xs)}.str-chat__unread-messages-separator-wrapper .str-chat__unread-messages-separator{align-items:center;background:var(--str-chat__background-core-elevation-1);border:1px solid var(--str-chat__button-secondary-border);border-radius:var(--str-chat__button-radius-lg);display:flex;overflow:clip;padding:var(--str-chat__spacing-xxs) var(--str-chat__spacing-xs);width:-webkit-fit-content;width:fit-content}.str-chat__unread-messages-separator-wrapper .str-chat__unread-messages-separator .str-chat__unread-messages-separator__text{border-radius:var(--str-chat__button-radius-lg) 0 0 var(--str-chat__button-radius-lg);font:var(--str-chat__font-caption-emphasis);padding-inline:var(--str-chat__spacing-xs) var(--str-chat__spacing-xxs);text-transform:lowercase}.str-chat__unread-messages-separator-wrapper .str-chat__unread-messages-separator button.button.str-chat__button--outline,.str-chat__unread-messages-separator-wrapper .str-chat__unread-messages-separator button.str-chat__button--secondary{border:none}.str-chat__unread-messages-separator-wrapper .str-chat__unread-messages-separator button svg{height:16px;width:16px}.str-chat__virtual-list{--str-chat__message-list-scroll-max-width:calc(var(--str-chat__message-composer-max-width) + var(--str-chat__message-composer-padding));-webkit-overflow-scrolling:touch;background:var(--str-chat__background-core-app);color:var(--str-chat__text-primary);flex:1 1;height:100%;margin:0;position:relative;width:100%}.str-chat__virtual-list .str-chat__message-list-scroll{overscroll-behavior:none}.str-chat__virtual-list .str-chat__virtual-list-message-wrapper{margin-left:auto;margin-right:auto;max-width:calc(var(--str-chat__message-composer-max-width) + var(--str-chat__message-composer-padding))}.str-chat__virtual-list__loading{display:flex;justify-content:center;padding-top:var(--str-chat__space-8);position:absolute;width:100%}.str-chat__virtual-list p{margin:0!important}.str-chat__virtual-list p a{word-wrap:break-word;overflow:hidden;white-space:pre-line}.str-chat__virtual-list .str-chat__message{-webkit-margin-after:0!important;margin-block-end:0!important}.str-chat__notification{align-items:center;background:var(--str-chat__background-core-inverse);background:var(--str-chat__notification-background,var(--str-chat__background-core-inverse));border-radius:var(--str-chat__radius-3xl);border-radius:var(--str-chat__notification-border-radius,var(--str-chat__radius-3xl));box-shadow:0 0 0 1px #0000000d,0 4px 8px 0 #00000024,0 12px 24px 0 #0000001a;color:var(--str-chat__text-on-inverse);color:var(--str-chat__notification-color,var(--str-chat__text-on-inverse));display:flex;gap:var(--str-chat__spacing-xs);max-width:100%;min-height:48px;padding:var(--str-chat__spacing-xs);pointer-events:visible;position:relative}.str-chat__notification .str-chat__notification-content{align-items:flex-start;display:flex;flex:1 1 auto;gap:var(--str-chat__spacing-xs);padding-inline:var(--str-chat__spacing-xxs) var(--str-chat__spacing-xs)}.str-chat__notification .str-chat__notification-content .str-chat__notification-icon{align-self:center;display:flex;height:100%}.str-chat__notification .str-chat__notification-content .str-chat__notification-icon svg{block-size:var(--str-chat__icon-size-sm);inline-size:var(--str-chat__icon-size-sm)}.str-chat__notification .str-chat__notification-content .str-chat__notification-message{flex:1 1 auto;font:var(--str-chat__font-caption-default);padding-block:var(--str-chat__spacing-xxxs);text-align:center;white-space:nowrap}.str-chat__notification .str-chat__notification-actions{align-items:center;display:flex;flex-basis:100%;gap:var(--str-chat__spacing-xxs);justify-content:flex-end}.str-chat__notification .str-chat__notification-close-button{align-self:center;padding:var(--str-chat__spacing-xxs)}.str-chat__notification .str-chat__notification-close-button svg{height:var(--str-chat__icon-size-sm);width:var(--str-chat__icon-size-sm)}.str-chat__notification--is-entering{animation:str-chat__notification-list-enter .76s cubic-bezier(.16,1,.3,1);will-change:opacity,transform}.str-chat__notification--is-exiting{animation-duration:.34s;animation-fill-mode:forwards;animation-timing-function:cubic-bezier(.3,0,.2,1);will-change:opacity,transform}.str-chat__notification--is-exiting.str-chat__notification--enter-from-bottom{animation-name:str-chat__notification-list-exit-to-bottom}.str-chat__notification--is-exiting.str-chat__notification--enter-from-left{animation-name:str-chat__notification-list-exit-to-left}.str-chat__notification--is-exiting.str-chat__notification--enter-from-right{animation-name:str-chat__notification-list-exit-to-right}.str-chat__notification--is-exiting.str-chat__notification--enter-from-top{animation-name:str-chat__notification-list-exit-to-top}.str-chat__notification--loading .str-chat__notification-icon{animation:str-chat__notification-spin .8s linear infinite}@keyframes str-chat__notification-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes str-chat__notification-list-exit-to-bottom{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translateY(35%) scale(.98)}}@keyframes str-chat__notification-list-exit-to-left{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(-35%) scale(.98)}}@keyframes str-chat__notification-list-exit-to-right{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(35%) scale(.98)}}@keyframes str-chat__notification-list-exit-to-top{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translateY(-35%) scale(.98)}}.str-chat__notification-list{align-items:center;background:#0000;display:flex;flex-direction:column;inline-size:min(100%,100% - 32px);inset-inline-end:16px;justify-content:flex-start;max-height:calc(100% - 32px);max-width:100%;min-width:0;padding-inline:var(--str-chat__spacing-xs);pointer-events:none;position:absolute;z-index:2}.str-chat__notification-list--position-top{inset-block-start:16px}.str-chat__notification-list--position-bottom{inset-block-end:16px}.str-chat__notification-list__edge{flex-shrink:0;left:0;pointer-events:none;position:absolute;right:0;z-index:1}.str-chat__notification-list__edge--top{top:0}.str-chat__notification-list__edge--bottom{bottom:0}@keyframes str-chat__notification-list-enter{0%{opacity:.2;transform:translateY(100%);transform:translate(var(--str-chat__notification-list-enter-x,0),var(--str-chat__notification-list-enter-y,100%))}to{opacity:1;transform:translate(0)}}.str-chat__modal__poll-add-comment{width:300px}.str-chat__end-poll-alert{max-width:300px}.str-chat__form__input-fieldset .str-chat__form__input-field .str-chat__form__input-field__value .str-chat__form__remove-option-button{color:var(--str-chat__input-text-icon)}.str-chat .str-chat__poll{display:flex;flex-direction:column;font:var(--str-chat__font-caption-default);gap:var(--str-chat__spacing-xl);max-width:100%;min-width:260px;padding:var(--str-chat__spacing-xs);width:calc(var(--str-chat__message-with-attachment-max-width) - var(--str-chat__spacing-xs)*2)}.str-chat .str-chat__poll button{background:none;border:none;cursor:pointer;padding:0}.str-chat .str-chat__poll .str-chat__poll-header .str-chat__poll-title{font:var(--str-chat__font-body-emphasis)}.str-chat .str-chat__poll .str-chat__poll-actions{align-items:center;display:flex;flex-direction:column;gap:var(--str-chat__spacing-xs)}.str-chat .str-chat__poll .str-chat__button.str-chat__poll-action{border:1px solid var(--chat-border-on-chat);font:var(--str-chat__font-caption-emphasis);padding:var(--str-chat__button-padding-y-sm) var(--str-chat__button-padding-x-with-label-sm);width:100%}.str-chat .str-chat__poll .str-chat__button.str-chat__poll-action.str-chat__poll-action--additional{border:none}.str-chat__modal__poll-answer-list .str-chat__poll-answer-list{height:100%}.str-chat__modal__poll-answer-list .str-chat__poll-answer-list .str-chat__infinite-scroll-paginator{height:100%;scrollbar-width:none}.str-chat__modal__poll-answer-list .str-chat__poll-answer-list .str-chat__infinite-scroll-paginator .str-chat__infinite-scroll-paginator__content{display:flex;flex-direction:column;gap:var(--str-chat__spacing-md);padding-bottom:var(--str-chat__spacing-xl)}.str-chat__modal__poll-answer-list .str-chat__poll-answer-list .str-chat__loading-indicator-placeholder{display:flex;height:calc(var(--str-chat__loading-indicator-size) + var(--str-chat__spacing-xxs)*2);justify-content:center;width:100%}.str-chat__modal__poll-answer-list .str-chat__poll-answer-list .str-chat__poll-answer{align-items:flex-start;align-self:stretch;background:var(--str-chat__background-core-surface-card);border-radius:var(--str-chat__radius-lg);display:flex;flex-direction:column;gap:var(--str-chat__spacing-xxs)}.str-chat__modal__poll-answer-list .str-chat__poll-answer-list .str-chat__poll-answer .str-chat__poll-answer__data{align-items:flex-start;align-self:stretch;display:flex;flex-direction:column;gap:var(--str-chat__spacing-xs);padding:var(--str-chat__spacing-md)}.str-chat__modal__poll-answer-list .str-chat__poll-answer-list .str-chat__poll-answer .str-chat__poll-answer__data .str-chat__avatar{height:var(--str-chat__spacing-xl);width:var(--str-chat__spacing-xl)}.str-chat__modal__poll-answer-list .str-chat__poll-answer-list .str-chat__poll-answer .str-chat__poll-answer__data p{margin:0}.str-chat__modal__poll-answer-list .str-chat__poll-answer-list .str-chat__poll-answer .str-chat__poll-answer__data .str-chat__poll-answer__text{font:var(--str-chat__font-body-default)}.str-chat__modal__poll-answer-list .str-chat__poll-answer-list .str-chat__poll-answer .str-chat__poll-answer__data .str-chat__poll-vote{padding-block:0;padding-inline:var(--str-chat__spacing-none)}.str-chat__modal__poll-answer-list .str-chat__poll-answer-list .str-chat__poll-answer .str-chat__poll-vote__update-vote-button-container{border-top:1px solid var(--str-chat__border-core-default);display:flex;justify-content:center;padding:var(--str-chat__spacing-xs) var(--str-chat__spacing-md);width:100%}.str-chat__poll-creation-dialog{display:flex;flex-direction:column;height:min(640px,100vh);width:min(480px,100vw)}.str-chat__poll-creation-dialog .str-chat__prompt__body{flex:1 1}.str-chat__poll-creation-dialog .str-chat__prompt__body form{display:flex;flex-direction:column;gap:var(--str-chat__spacing-xl)}.str-chat__poll-creation-dialog .str-chat__poll-creation-dialog__features-selectors{align-items:center;display:flex;flex-direction:column;gap:var(--str-chat__spacing-sm)}.str-chat__poll-creation-dialog .str-chat__form__input-field__value input,.str-chat__poll-creation-dialog .str-chat__form__input-field__value.str-chat__form-text-input .str-chat__form-text-input__wrapper{width:100%}.str-chat__poll-creation-dialog .str-chat__form__input-field__value.str-chat__form-text-input .str-chat__form-text-input__wrapper{background-color:initial}.str-chat__poll-creation-dialog .str-chat__form__switch-field__label{width:100%}.str-chat__poll-creation-dialog .str-chat__prompt__header__description{display:none}.str-chat__poll-creation-dialog .str-chat__multiple-answers-field__votes-limit-field{padding-top:0}.str-chat__poll-creation-dialog .str-chat__multiple-answers-field__votes-limit-field .str-chat__multiple-answers-field__votes-limit-field__numeric-field{align-items:center;display:flex;gap:var(--str-chat__spacing-md);width:100%}.str-chat__poll-creation-dialog .str-chat__multiple-answers-field__votes-limit-field .str-chat__multiple-answers-field__votes-limit-field__numeric-field .str-chat__form__switch-field__label{flex:1 1}.str-chat__modal__poll-option-list .str-chat__modal__poll-option-list__body{display:flex;flex-direction:column;gap:var(--str-chat__spacing-2xl);overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;padding-bottom:var(--str-chat__spacing-xl);scrollbar-gutter:stable;scrollbar-width:none}.str-chat__modal__poll-option-list .str-chat__modal__poll-option-list__body .str-chat__poll-option-list--full{background-color:var(--str-chat__background-core-surface-card);border-radius:var(--str-chat__radius-lg);gap:var(--str-chat__spacing-xs);padding:var(--str-chat__spacing-xs);scrollbar-width:none}.str-chat__modal__poll-option-list .str-chat__modal__poll-option-list__body .str-chat__poll-option-list--full .str-chat__poll-option{border-radius:var(--str-chat__radius-md);padding:var(--str-chat__spacing-xs)}.str-chat__modal__poll-option-list .str-chat__modal__poll-option-list__body .str-chat__poll-option-list--full .str-chat__poll-option--votable:hover{background-color:var(--str-chat__background-utility-hover)}.str-chat__poll-option-list{display:flex;flex-direction:column;gap:var(--str-chat__spacing-md)}.str-chat__poll-option-list .str-chat__poll-option{grid-row-gap:var(--str-chat__spacing-xs);align-items:start;display:grid;grid-template-columns:minmax(0,auto) 1fr;grid-template-rows:1fr auto;row-gap:var(--str-chat__spacing-xs)}.str-chat__poll-option-list .str-chat__poll-option.str-chat__poll-option--votable{column-gap:var(--str-chat__spacing-sm)}.str-chat__poll-option-list .str-chat__poll-option.str-chat__poll-option--votable:hover{cursor:pointer}.str-chat__poll-option-list .str-chat__poll-option .str-chat__checkmark{border:1px solid var(--chat-border-on-chat,var(--str-chat__chat-border-on-chat-incoming));border-radius:var(--str-chat__radius-max);grid-column:1;grid-row:span 2;height:var(--str-chat__size-24);width:var(--str-chat__size-24)}.str-chat__poll-option-list .str-chat__poll-option .str-chat__checkmark--checked{background-color:var(--str-chat__control-radio-check-bg-selected);background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Im00IDkuNC00LTRMMS40IDQgNCA2LjYgMTAuNiAwIDEyIDEuNGwtOCA4WiIvPjwvc3ZnPg==);background-position:50%;background-repeat:no-repeat;background-size:11px 10px;border:none}.str-chat__poll-option-list .str-chat__poll-option .str-chat__poll-option-data{align-items:baseline;display:flex;flex:1 1;gap:var(--str-chat__spacing-xs);grid-column:2/3;grid-row:1/2;min-height:24px;padding-block:var(--str-chat__spacing-xxxs)}.str-chat__poll-option-list .str-chat__poll-option .str-chat__poll-option-data p{flex:1 1;-webkit-hyphens:auto;hyphens:auto;margin:0;word-break:break-word}.str-chat__poll-option-list .str-chat__poll-option .str-chat__poll-option-data .str-chat__poll-option-votes{align-items:center;display:flex;gap:var(--str-chat__spacing-xxs)}.str-chat__poll-option-list .str-chat__poll-option .str-chat__poll-option-data .str-chat__poll-option-votes .str-chat__poll-option-voters{--str-chat__avatar-size:1.175rem;display:flex}.str-chat__poll-option-list .str-chat__poll-option .str-chat__poll-option-data .str-chat__poll-option-votes .str-chat__poll-option-vote-count{font:var(--str-chat__font-metadata-default);text-align:right}.str-chat__poll-option-list .str-chat__poll-option .str-chat__poll-option__votes-bar{background:linear-gradient(to right,var(--str-chat__chat-poll-progress-fill-incoming) var(--str-chat__amount-bar-fulfillment),var(--str-chat__chat-poll-progress-track-incoming) var(--str-chat__amount-bar-fulfillment));background:linear-gradient(to right,var(--chat-poll-progress-fill,var(--str-chat__chat-poll-progress-fill-incoming)) var(--str-chat__amount-bar-fulfillment),var(--chat-poll-progress-track,var(--str-chat__chat-poll-progress-track-incoming)) var(--str-chat__amount-bar-fulfillment));border-radius:var(--str-chat__size-4);grid-column:2/3;grid-row:2/3;height:8px;width:100%}.str-chat__modal__poll-question{align-items:flex-start;align-self:stretch;background:var(--str-chat__background-core-surface-card);border-radius:var(--str-chat__radius-lg);display:flex;flex-direction:column;gap:var(--str-chat__spacing-xxs);padding:var(--str-chat__spacing-md)}.str-chat__modal__poll-question .str-chat__modal__poll-question__label{color:var(--str-chat__text-tertiary);font:var(--str-chat__font-heading-xs)}.str-chat__modal__poll-question .str-chat__modal__poll-question__text{color:var(--str-chat__text-primary);font:var(--str-chat__font-heading-sm)}.str-chat__modal__poll-results .str-chat__amount-bar{display:none}.str-chat__modal__poll-results .str-chat__modal__poll-results__body{align-items:flex-start;display:flex;flex-direction:column;gap:var(--str-chat__spacing-2xl)}.str-chat__modal__poll-results .str-chat__modal__poll-results__options{scrollbar-width:none;width:100%}.str-chat__modal__poll-results .str-chat__modal__poll-results__option-list,.str-chat__modal__poll-results .str-chat_poll-option-with-votes-list{align-items:flex-start;align-self:stretch;display:flex;flex-direction:column;gap:var(--str-chat__spacing-md)}.str-chat__modal__poll-results .str-chat__modal__poll-results__option-list .str-chat__poll-option,.str-chat__modal__poll-results .str-chat_poll-option-with-votes-list .str-chat__poll-option{background:var(--str-chat__background-core-surface-card);border-radius:var(--str-chat__radius-lg);display:flex;flex-direction:column;padding-block:var(--str-chat__spacing-md);width:100%}.str-chat__modal__poll-results .str-chat__modal__poll-results__option-list .str-chat__poll-option .str-chat__poll-option__header,.str-chat__modal__poll-results .str-chat_poll-option-with-votes-list .str-chat__poll-option .str-chat__poll-option__header{align-items:flex-start;align-self:stretch;display:flex;flex-direction:column;gap:var(--str-chat__spacing-xxs);padding-inline:var(--str-chat__spacing-md)}.str-chat__modal__poll-results .str-chat__modal__poll-results__option-list .str-chat__poll-option .str-chat__poll-option__header .str-chat__poll-option__header__label,.str-chat__modal__poll-results .str-chat_poll-option-with-votes-list .str-chat__poll-option .str-chat__poll-option__header .str-chat__poll-option__header__label{color:var(--str-chat__text-tertiary);font:var(--str-chat__font-heading-xs)}.str-chat__modal__poll-results .str-chat__modal__poll-results__option-list .str-chat__poll-option .str-chat__poll-option__header .str-chat__poll-option__header__title,.str-chat__modal__poll-results .str-chat_poll-option-with-votes-list .str-chat__poll-option .str-chat__poll-option__header .str-chat__poll-option__header__title{align-items:start;color:var(--str-chat__text-primary);display:flex;font:var(--str-chat__font-heading-sm);gap:var(--str-chat__spacing-md);width:100%}.str-chat__modal__poll-results .str-chat__modal__poll-results__option-list .str-chat__poll-option .str-chat__poll-option__header .str-chat__poll-option__header__title .str-chat__poll-option__option-text,.str-chat__modal__poll-results .str-chat_poll-option-with-votes-list .str-chat__poll-option .str-chat__poll-option__header .str-chat__poll-option__header__title .str-chat__poll-option__option-text{flex:1 1;-webkit-hyphens:auto;hyphens:auto;word-break:break-word}.str-chat__modal__poll-results .str-chat__modal__poll-results__option-list .str-chat__poll-option .str-chat__poll-vote-listing,.str-chat__modal__poll-results .str-chat_poll-option-with-votes-list .str-chat__poll-option .str-chat__poll-vote-listing{align-items:flex-start;align-self:stretch;display:flex;flex-direction:column;padding:var(--str-chat__spacing-xs) var(--str-chat__spacing-none)}.str-chat__modal__poll-results .str-chat__modal__poll-results__option-list .str-chat__poll-option .str-chat__poll-vote-listing .str-chat__avatar,.str-chat__modal__poll-results .str-chat_poll-option-with-votes-list .str-chat__poll-option .str-chat__poll-vote-listing .str-chat__avatar{height:var(--str-chat__spacing-2xl);width:var(--str-chat__spacing-2xl)}.str-chat__modal__poll-results .str-chat__modal__poll-results__option-list .str-chat__poll-option .str-chat__poll-option__show-all-votes-button-container,.str-chat__modal__poll-results .str-chat_poll-option-with-votes-list .str-chat__poll-option .str-chat__poll-option__show-all-votes-button-container{border-top:1px solid var(--str-chat__border-core-default);display:flex;justify-content:center;padding:var(--str-chat__spacing-xs) var(--str-chat__spacing-md);width:100%}.str-chat__modal__poll-results .str-chat__modal__poll-results__option-list .str-chat__poll-option--has-more-votes,.str-chat__modal__poll-results .str-chat__modal__poll-results__option-list .str-chat__poll-option--has-votes,.str-chat__modal__poll-results .str-chat_poll-option-with-votes-list .str-chat__poll-option,.str-chat__modal__poll-results .str-chat_poll-option-with-votes-list .str-chat__poll-option--has-more-votes,.str-chat__modal__poll-results .str-chat_poll-option-with-votes-list .str-chat__poll-option--has-votes{padding-bottom:0}.str-chat__modal__poll-results .str-chat_poll-option-with-votes-list .str-chat__poll-option__votes-paginated-list .str-chat__loading-indicator-placeholder{display:flex;height:calc(var(--str-chat__loading-indicator-size) + var(--str-chat__spacing-xxs)*2);justify-content:center;width:100%}.str-chat__modal__poll-results .str-chat__modal__poll-results__options__footer{padding-top:var(--str-chat__spacing-2xl)}.str-chat__modal__poll-results .str-chat__modal__poll-results__options__footer .str-chat__modal__poll-results__options-total-count{font:var(--str-chat__font-caption-default);text-align:center;width:100%}.str-chat__modal__poll-results .str-chat__poll-result-option-vote-counter{align-items:center;display:flex;font:var(--str-chat__font-caption-emphasis);gap:var(--str-chat__spacing-xs)}.str-chat__modal__poll-results .str-chat__poll-result-option-vote-counter .str-chat__icon{height:var(--str-chat__icon-size-md);width:var(--str-chat__icon-size-md)}.str-chat__modal__poll-results.str-chat__modal__poll-results--option-detail .str-chat__infinite-scroll-paginator{flex:1 1;height:100%;padding-bottom:var(--str-chat__spacing-xl);scrollbar-width:none;width:100%}.str-chat__modal__poll-results:not(.str-chat__modal__poll-results--option-detail) .str-chat__modal__poll-results__body{max-height:564px;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;padding-bottom:var(--str-chat__spacing-2xl);scrollbar-gutter:stable;scrollbar-width:none}.str-chat__poll-vote{align-items:center;align-self:stretch;display:flex;font:var(--str-chat__font-caption-default);gap:0;gap:var(--str-chat__spacing-none,0);padding:var(--str-chat__spacing-xxs) var(--str-chat__spacing-sm);width:100%}.str-chat__poll-vote .str-chat__poll-vote__author{align-items:center;display:flex;flex:1 1;gap:var(--str-chat__spacing-sm)}.str-chat__poll-vote .str-chat__poll-vote__author__name{text-transform:capitalize}.str-chat__modal__suggest-poll-option-prompt{width:300px}.str-chat__reaction-selector{-webkit-padding-start:0;-webkit-padding-start:var(--str-chat__spacing-xxs,0);-webkit-padding-end:0;-webkit-padding-end:var(--str-chat__spacing-xs,0);align-items:center;background:#fff;background:var(--str-chat__background-core-elevation-2,#fff);border-radius:32px;border-radius:var(--str-chat__radius-4xl,32px);box-shadow:var(--str-chat__box-shadow-3);display:flex;gap:var(--str-chat__spacing-xs);padding-block:0;padding-block:var(--str-chat__spacing-xxs,0);padding-inline-end:0;padding-inline-end:var(--str-chat__spacing-xs,0);padding-inline-start:0;padding-inline-start:var(--str-chat__spacing-xxs,0)}.str-chat__reaction-selector:has(.str-chat__reaction-selector-extended-list){border-radius:var(--str-chat__radius-lg);display:block;max-height:320px;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;padding:0;scrollbar-gutter:stable;scrollbar-width:none}.str-chat__reaction-selector:has(.str-chat__reaction-selector-extended-list):after,.str-chat__reaction-selector:has(.str-chat__reaction-selector-extended-list):before{content:"";height:var(--str-chat__size-16);inset-inline-start:0;position:absolute;width:100%}.str-chat__reaction-selector:has(.str-chat__reaction-selector-extended-list):after{background:linear-gradient(to bottom,#0000 5%,var(--str-chat__background-core-elevation-2) 95%);border-end-end-radius:inherit;border-end-start-radius:inherit;bottom:0}.str-chat__reaction-selector:has(.str-chat__reaction-selector-extended-list):before{background:linear-gradient(to top,#0000 5%,var(--str-chat__background-core-elevation-2) 95%);border-start-end-radius:inherit;border-start-start-radius:inherit;top:0;z-index:1}.str-chat__reaction-selector .str-chat__reaction-selector__add-button{aspect-ratio:1/1;width:32px}.str-chat__reaction-selector .str-chat__reaction-selector__add-button .str-chat__icon{height:var(--str-chat__icon-size-sm);width:var(--str-chat__icon-size-sm)}.str-chat__reaction-selector .str-chat__reaction-selector-list{display:flex;gap:2px;gap:var(--str-chat__space-2,2px);list-style:none;margin:0;margin:var(--str-chat__spacing-none,0);padding:0;padding:var(--str-chat__spacing-none,0)}.str-chat__reaction-selector .str-chat__reaction-selector-list .str-chat__reaction-selector-list__item{display:flex}.str-chat__reaction-selector .str-chat__reaction-selector-list .str-chat__reaction-selector-list__item-button{align-items:center;background-color:initial;border:none;border-radius:var(--str-chat__radius-max);cursor:pointer;display:flex;gap:0;gap:var(--str-chat__spacing-none,0);justify-content:center;min-height:40px;min-width:40px;padding:0;padding:var(--str-chat__spacing-none,0)}.str-chat__reaction-selector .str-chat__reaction-selector-list .str-chat__reaction-selector-list__item-button:not(:disabled):hover{background-color:var(--str-chat__background-utility-hover)}.str-chat__reaction-selector .str-chat__reaction-selector-list .str-chat__reaction-selector-list__item-button:not(:disabled):active{background-color:var(--str-chat__background-utility-pressed)}.str-chat__reaction-selector .str-chat__reaction-selector-list .str-chat__reaction-selector-list__item-button:not(:disabled):focus-visible{outline:2px solid var(--str-chat__border-utility-focused);outline:var(--str-chat__focus-outline,2px solid var(--str-chat__border-utility-focused));outline-offset:-2px}.str-chat__reaction-selector .str-chat__reaction-selector-list .str-chat__reaction-selector-list__item-button:not(:disabled)[aria-pressed=true]{background-color:var(--str-chat__background-utility-selected)}.str-chat__reaction-selector .str-chat__reaction-selector-list .str-chat__reaction-selector-list__item-button .str-chat__reaction-icon{align-items:center;display:flex;font-family:system-ui;font-size:var(--str-chat__typography-font-size-2xl);height:var(--str-chat__typography-font-size-2xl);justify-content:center;line-height:0;width:var(--str-chat__typography-font-size-2xl)}.str-chat__reaction-selector-extended-list{display:grid;grid-template-columns:repeat(7,1fr);height:100%;padding-block:var(--str-chat__spacing-md);padding-inline:var(--str-chat__spacing-sm)}.str-chat__reaction-selector-extended-list .str-chat__reaction-selector-extended-list__button .str-chat__reaction-icon{align-items:center;display:flex;font-family:system-ui;font-size:var(--str-chat__emoji-md);height:var(--str-chat__emoji-md);justify-content:center;line-height:0;width:var(--str-chat__emoji-md)}.str-chat__message-reactions{display:flex}.str-chat__message-reactions .str-chat__message-reactions__list{align-items:center;display:flex;gap:var(--str-chat__spacing-xxs);list-style:none;margin:0;padding:0}.str-chat__message-reactions .str-chat__message-reactions__list .str-chat__message-reactions__list-item{display:flex}.str-chat__message-reactions .str-chat__message-reactions__list .str-chat__message-reactions__list-item--more{height:100%}.str-chat__message-reactions .str-chat__message-reactions__list-button,.str-chat__message-reactions .str-chat__message-reactions__list-item-button{align-items:center;background:initial;background:var(--str-chat__reaction-bg);border:initial;border:1px solid var(--str-chat__reaction-border);border-radius:var(--str-chat__radius-max);box-shadow:var(--str-chat__box-shadow-3);color:var(--str-chat__reaction-text);cursor:pointer;display:flex;font-size:inherit;font-weight:inherit;gap:var(--str-chat__spacing-xxs);justify-content:center;line-height:1;padding:initial;padding-block:var(--str-chat__spacing-xxxs);padding-inline:var(--str-chat__spacing-xs);position:relative;-webkit-user-select:none;user-select:none}.str-chat__message-reactions .str-chat__message-reactions__list-button:not(:disabled):active:before,.str-chat__message-reactions .str-chat__message-reactions__list-button:not(:disabled):hover:before,.str-chat__message-reactions .str-chat__message-reactions__list-button:not(:disabled)[aria-pressed=true]:before,.str-chat__message-reactions .str-chat__message-reactions__list-item-button:not(:disabled):active:before,.str-chat__message-reactions .str-chat__message-reactions__list-item-button:not(:disabled):hover:before,.str-chat__message-reactions .str-chat__message-reactions__list-item-button:not(:disabled)[aria-pressed=true]:before{border-radius:inherit;content:"";height:100%;inset:0;position:absolute;width:100%}.str-chat__message-reactions .str-chat__message-reactions__list-button:not(:disabled):hover:before,.str-chat__message-reactions .str-chat__message-reactions__list-item-button:not(:disabled):hover:before{background:var(--str-chat__background-utility-hover)}.str-chat__message-reactions .str-chat__message-reactions__list-button:not(:disabled):active:before,.str-chat__message-reactions .str-chat__message-reactions__list-item-button:not(:disabled):active:before{background:var(--str-chat__background-utility-pressed)}.str-chat__message-reactions .str-chat__message-reactions__list-button:not(:disabled)[aria-pressed=true]:before,.str-chat__message-reactions .str-chat__message-reactions__list-item-button:not(:disabled)[aria-pressed=true]:before{background:var(--str-chat__background-utility-selected)}.str-chat__message-reactions .str-chat__message-reactions__list-button .str-chat__message-reactions__list-item-icon,.str-chat__message-reactions .str-chat__message-reactions__list-item-button .str-chat__message-reactions__list-item-icon{font-family:system-ui;font-size:var(--str-chat__font-size-size-17);line-height:var(--str-chat__typography-line-height-normal)}.str-chat__message-reactions .str-chat__message-reactions__list-button .str-chat__message-reactions__list-item-count,.str-chat__message-reactions .str-chat__message-reactions__list-button .str-chat__message-reactions__overflow-count,.str-chat__message-reactions .str-chat__message-reactions__list-button .str-chat__message-reactions__total-count,.str-chat__message-reactions .str-chat__message-reactions__list-item-button .str-chat__message-reactions__list-item-count,.str-chat__message-reactions .str-chat__message-reactions__list-item-button .str-chat__message-reactions__overflow-count,.str-chat__message-reactions .str-chat__message-reactions__list-item-button .str-chat__message-reactions__total-count{align-items:center;display:flex;font:var(--str-chat__font-numeric-md)}.str-chat__message-reactions--bottom .str-chat__message-reactions__list-button,.str-chat__message-reactions--bottom .str-chat__message-reactions__list-item-button{box-shadow:none}.str-chat .str-chat__dialog-contents:has(.str-chat__message-reactions-detail):focus-visible{border-radius:var(--str-chat__radius-lg)}.str-chat__message-reactions-detail{background:var(--str-chat__background-core-elevation-2);border-radius:var(--str-chat__radius-lg);max-width:256px;min-width:min(90vw,256px)}.str-chat__message-reactions-detail:has(.str-chat__reaction-selector-extended-list):after,.str-chat__message-reactions-detail:has(.str-chat__reaction-selector-extended-list):before{content:"";height:var(--str-chat__size-16);inset-inline-start:0;position:absolute;width:100%}.str-chat__message-reactions-detail:has(.str-chat__reaction-selector-extended-list):after{background:linear-gradient(to bottom,#0000 5%,var(--str-chat__background-core-elevation-2) 95%);border-end-end-radius:inherit;border-end-start-radius:inherit;bottom:0}.str-chat__message-reactions-detail:has(.str-chat__reaction-selector-extended-list):before{background:linear-gradient(to top,#0000 5%,var(--str-chat__background-core-elevation-2) 95%);border-start-end-radius:inherit;border-start-start-radius:inherit;top:0;z-index:1}.str-chat__message-reactions-detail:has(.str-chat__reaction-selector-extended-list){display:block;max-height:320px;max-width:none;min-width:0;min-width:auto;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;padding:0;scrollbar-gutter:stable;scrollbar-width:none}.str-chat__message-reactions-detail{-webkit-padding-before:var(--str-chat__spacing-xxs);box-shadow:var(--str-chat__box-shadow-3);display:flex;flex-direction:column;gap:var(--str-chat__spacing-xxxs);padding-block-start:var(--str-chat__spacing-xxs)}.str-chat__message-reactions-detail .str-chat__message-reactions-detail__total-count{align-items:center;color:var(--str-chat__text-tertiary);display:flex;font:var(--str-chat__font-heading-xs);justify-content:flex-start;max-height:var(--str-chat__size-32);min-height:var(--str-chat__size-32);padding-inline:var(--str-chat__spacing-md)}.str-chat__message-reactions-detail .str-chat__message-reactions-detail__reaction-type-list{display:flex;flex-wrap:wrap;gap:var(--str-chat__spacing-xs) var(--str-chat__spacing-xxs);list-style:none;margin:0;padding-block:var(--str-chat__spacing-xs);padding-inline:var(--str-chat__spacing-md)}.str-chat__message-reactions-detail .str-chat__message-reactions-detail__reaction-type-list .str-chat__message-reactions-detail__reaction-type-list-item{display:flex}.str-chat__message-reactions-detail .str-chat__message-reactions-detail__reaction-type-list .str-chat__message-reactions-detail__reaction-type-list-item .str-chat__message-reactions-detail__reaction-type-list-item-button{align-items:center;background:initial;background:var(--str-chat__reaction-bg);border:initial;border:1px solid var(--str-chat__reaction-border);border-radius:var(--str-chat__radius-max);box-shadow:var(--str-chat__box-shadow-3);color:var(--str-chat__reaction-text);cursor:pointer;display:flex;font-size:inherit;font-weight:inherit;gap:var(--str-chat__spacing-xxs);justify-content:center;line-height:1;padding:initial;padding-block:var(--str-chat__spacing-xxxs);padding-inline:var(--str-chat__spacing-xs);position:relative;-webkit-user-select:none;user-select:none}.str-chat__message-reactions-detail .str-chat__message-reactions-detail__reaction-type-list .str-chat__message-reactions-detail__reaction-type-list-item .str-chat__message-reactions-detail__reaction-type-list-item-button:not(:disabled):active:before,.str-chat__message-reactions-detail .str-chat__message-reactions-detail__reaction-type-list .str-chat__message-reactions-detail__reaction-type-list-item .str-chat__message-reactions-detail__reaction-type-list-item-button:not(:disabled):hover:before,.str-chat__message-reactions-detail .str-chat__message-reactions-detail__reaction-type-list .str-chat__message-reactions-detail__reaction-type-list-item .str-chat__message-reactions-detail__reaction-type-list-item-button:not(:disabled)[aria-pressed=true]:before{border-radius:inherit;content:"";height:100%;inset:0;position:absolute;width:100%}.str-chat__message-reactions-detail .str-chat__message-reactions-detail__reaction-type-list .str-chat__message-reactions-detail__reaction-type-list-item .str-chat__message-reactions-detail__reaction-type-list-item-button:not(:disabled):hover:before{background:var(--str-chat__background-utility-hover)}.str-chat__message-reactions-detail .str-chat__message-reactions-detail__reaction-type-list .str-chat__message-reactions-detail__reaction-type-list-item .str-chat__message-reactions-detail__reaction-type-list-item-button:not(:disabled):active:before{background:var(--str-chat__background-utility-pressed)}.str-chat__message-reactions-detail .str-chat__message-reactions-detail__reaction-type-list .str-chat__message-reactions-detail__reaction-type-list-item .str-chat__message-reactions-detail__reaction-type-list-item-button:not(:disabled)[aria-pressed=true]:before{background:var(--str-chat__background-utility-selected)}.str-chat__message-reactions-detail .str-chat__message-reactions-detail__reaction-type-list .str-chat__message-reactions-detail__reaction-type-list-item .str-chat__message-reactions-detail__reaction-type-list-item-button{background:none;border:1px solid var(--str-chat__control-chip-border);box-shadow:none;min-width:var(--str-chat__size-48)}.str-chat__message-reactions-detail .str-chat__message-reactions-detail__reaction-type-list .str-chat__message-reactions-detail__reaction-type-list-item .str-chat__message-reactions-detail__reaction-type-list-item-button .str-chat__message-reactions-detail__reaction-type-list-item-icon{font-family:system-ui;font-size:var(--str-chat__font-size-size-17);line-height:var(--str-chat__typography-line-height-normal)}.str-chat__message-reactions-detail .str-chat__message-reactions-detail__reaction-type-list .str-chat__message-reactions-detail__reaction-type-list-item .str-chat__message-reactions-detail__reaction-type-list-item-button .str-chat__message-reactions-detail__reaction-type-list-item-icon .str-chat__icon{height:var(--str-chat__icon-size-sm);width:var(--str-chat__icon-size-sm)}.str-chat__message-reactions-detail .str-chat__message-reactions-detail__reaction-type-list .str-chat__message-reactions-detail__reaction-type-list-item .str-chat__message-reactions-detail__reaction-type-list-item-button .str-chat__message-reactions-detail__reaction-type-list-item-icon:has(.str-chat__icon){align-items:center;display:flex;justify-content:center}.str-chat__message-reactions-detail .str-chat__message-reactions-detail__reaction-type-list .str-chat__message-reactions-detail__reaction-type-list-item .str-chat__message-reactions-detail__reaction-type-list-item-button .str-chat__message-reactions-detail__reaction-type-list-item-count{color:var(--str-chat__reaction-text);font:var(--str-chat__font-metadata-emphasis)}.str-chat__message-reactions-detail .str-chat__message-reactions-detail__user-list-container{border-radius:inherit;position:relative}.str-chat__message-reactions-detail .str-chat__message-reactions-detail__user-list-container:after,.str-chat__message-reactions-detail .str-chat__message-reactions-detail__user-list-container:before{content:"";height:var(--str-chat__size-16);inset-inline-start:0;position:absolute;width:100%}.str-chat__message-reactions-detail .str-chat__message-reactions-detail__user-list-container:after{background:linear-gradient(to bottom,#0000 5%,var(--str-chat__background-core-elevation-2) 95%);border-end-end-radius:inherit;border-end-start-radius:inherit;bottom:0}.str-chat__message-reactions-detail .str-chat__message-reactions-detail__user-list-container:before{background:linear-gradient(to top,#0000 5%,var(--str-chat__background-core-elevation-2) 95%);border-start-end-radius:inherit;border-start-start-radius:inherit;display:none;top:0;z-index:1}.str-chat__message-reactions-detail .str-chat__message-reactions-detail__user-list{-webkit-padding-after:var(--str-chat__spacing-xxs);max-height:180px;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;padding-block-end:var(--str-chat__spacing-xxs);position:relative;scrollbar-gutter:stable;scrollbar-width:none}.str-chat__message-reactions-detail .str-chat__message-reactions-detail__user-list .str-chat__message-reactions-detail__skeleton-item{align-items:center;display:flex;gap:var(--str-chat__spacing-xs);padding-block:var(--str-chat__spacing-xxs);padding-inline:calc(var(--str-chat__spacing-sm) + var(--str-chat__spacing-xxs))}.str-chat__message-reactions-detail .str-chat__message-reactions-detail__user-list .str-chat__message-reactions-detail__skeleton-item .str-chat__message-reactions-detail__skeleton-avatar{animation:loading-channel-shimmer 1.2s linear infinite;background-color:var(--str-chat__background-core-surface-default);background-image:linear-gradient(90deg,var(--str-chat__skeleton-loading-base) 0,var(--str-chat__skeleton-loading-highlight) 50%,var(--str-chat__skeleton-loading-base) 100%);background-repeat:no-repeat;background-size:200% 100%;border-radius:var(--str-chat__radius-max);flex-shrink:0;height:var(--str-chat__size-32);width:var(--str-chat__size-32)}.str-chat__message-reactions-detail .str-chat__message-reactions-detail__user-list .str-chat__message-reactions-detail__skeleton-item .str-chat__message-reactions-detail__skeleton-line{animation:loading-channel-shimmer 1.2s linear infinite;background-color:var(--str-chat__background-core-surface-default);background-image:linear-gradient(90deg,var(--str-chat__skeleton-loading-base) 0,var(--str-chat__skeleton-loading-highlight) 50%,var(--str-chat__skeleton-loading-base) 100%);background-repeat:no-repeat;background-size:200% 100%;border-radius:var(--str-chat__radius-sm);border-radius:999px;flex-grow:1;height:var(--str-chat__size-20);-webkit-mask-image:linear-gradient(90deg,#000,#000 94%,#000000b3 98%,#0000);mask-image:linear-gradient(90deg,#000,#000 94%,#000000b3 98%,#0000)}.str-chat__message-reactions-detail .str-chat__message-reactions-detail__user-list .str-chat__message-reactions-detail__user-list-item{align-items:center;display:flex;gap:var(--str-chat__spacing-xs);max-height:var(--str-chat__size-40);padding-block:var(--str-chat__spacing-xxs);padding-inline:calc(var(--str-chat__spacing-sm) + var(--str-chat__spacing-xxs))}.str-chat__message-reactions-detail .str-chat__message-reactions-detail__user-list .str-chat__message-reactions-detail__user-list-item .str-chat__message-reactions-detail__user-list-item-icon{font-family:system-ui;font-size:var(--str-chat__font-size-size-17);line-height:var(--str-chat__typography-line-height-normal)}.str-chat__message-reactions-detail .str-chat__message-reactions-detail__user-list .str-chat__message-reactions-detail__user-list-item .str-chat__message-reactions-detail__user-list-item-info{display:flex;flex-direction:column;flex-grow:1;min-width:0}.str-chat__message-reactions-detail .str-chat__message-reactions-detail__user-list .str-chat__message-reactions-detail__user-list-item .str-chat__message-reactions-detail__user-list-item-info .str-chat__message-reactions-detail__user-list-item-username{color:var(--str-chat__text-primary);font:var(--str-chat__font-caption-default)}.str-chat__message-reactions-detail .str-chat__message-reactions-detail__user-list .str-chat__message-reactions-detail__user-list-item .str-chat__message-reactions-detail__user-list-item-info .str-chat__message-reactions-detail__user-list-item-button{align-self:flex-start;background:#0000 none repeat 0 0/auto auto padding-box border-box scroll;background:initial;border:initial;border-radius:var(--str-chat__radius-max);color:var(--str-chat__text-tertiary);cursor:pointer;font:var(--str-chat__font-metadata-default);padding:initial}.str-chat__search{display:flex;flex-direction:column;gap:var(--str-chat__spacing-sm);justify-content:center;padding-block:var(--str-chat__spacing-xs)}.str-chat__search.str-chat__search--active{flex:1 1;min-height:0}.str-chat__search-bar{display:flex;gap:var(--str-chat__spacing-xxxs);padding-inline:var(--str-chat__spacing-md)}.str-chat__search-bar .str-chat__search-bar__input-wrapper{align-items:center;border:1px solid var(--str-chat__border-core-default);border-radius:var(--str-chat__radius-max);color:var(--str-chat__input-text-placeholder);display:flex;flex-grow:1;flex-shrink:1;font:var(--str-chat__font-caption-default);gap:var(--str-chat__spacing-xs);min-height:40px}.str-chat__search-bar .str-chat__search-bar__input-wrapper:focus-within{outline:2px solid var(--border-utility-focused);outline:var(--str-chat__focus-outline,2px solid var(--border-utility-focused));outline-offset:2px;outline-offset:var(--str-chat__focus-outline-offset,2px)}.str-chat__search-bar .str-chat__search-bar__input-wrapper .str-chat__search-bar__input{background:none;border:none;font-size:inherit;line-height:inherit;min-height:24px;width:100%}.str-chat__search-bar .str-chat__search-bar__input-wrapper .str-chat__search-bar__input:focus{outline:none}.str-chat__search-bar .str-chat__search-bar__input-wrapper .str-chat__search-bar__clear-button{flex-shrink:0}.str-chat__search-bar .str-chat__search-bar__input-wrapper{padding-block:var(--str-chat__spacing-xs);padding-inline:var(--str-chat__spacing-sm)}.str-chat__search-bar .str-chat__search-bar__exit-search-button{flex-shrink:0}.str-chat__search-results{display:flex;flex:1 1;flex-direction:column;gap:var(--str-chat__spacing-sm);min-height:0}.str-chat__search-results .str-chat__search-results-header{overflow-x:auto;scrollbar-width:none}.str-chat__search-results .str-chat__search-results-header .str-chat__search-results-header__filter-source-buttons{display:flex;gap:var(--str-chat__spacing-xxs);padding-inline:var(--str-chat__spacing-md)}.str-chat__search-results .str-chat__search-results-header .str-chat__search-results-header__filter-source-buttons>.str-chat__button{flex-shrink:0}.str-chat__search-source-result-list,.str-chat__search-source-results{display:flex;flex:1 1;flex-direction:column;min-height:0}.str-chat__search-source-result-list .str-chat__infinite-scroll-paginator{flex:1 1;min-height:0;scrollbar-gutter:stable both-edges;scrollbar-width:thin}.str-chat__search-source-result-list .str-chat__search-result-container{border-bottom:1px solid var(--str-chat__border-core-subtle);padding:var(--str-chat__spacing-xxs)}.str-chat__search-source-result-list .str-chat__search-result-container .str-chat__search-result--user{align-items:center;background:none;border:none;border-radius:var(--str-chat__radius-lg);cursor:pointer;display:flex;gap:var(--str-chat__spacing-md);padding:var(--str-chat__spacing-sm);width:100%}.str-chat__search-source-result-list .str-chat__search-result-container .str-chat__search-result--user .str-chat__avatar{flex-shrink:0}.str-chat__search-source-result-list .str-chat__search-result-container .str-chat__search-result--user .str-chat__search-result-data{display:flex;flex:1 0;flex-direction:column;gap:var(--str-chat__spacing-xxs);min-width:0;text-align:start}.str-chat__search-source-result-list .str-chat__search-result-container .str-chat__search-result--user .str-chat__search-result-data .str-chat__search-result__display-name{color:var(--str-chat__text-primary);flex:1 1;font:var(--str-chat__font-caption-emphasis);min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.str-chat__search-source-result-list .str-chat__search-result-container .str-chat__search-result--user .str-chat__search-result-data .str-chat__search-result__last-active-timestamp{color:var(--str-chat__text-tertiary);flex:1 1;font:var(--str-chat__font-caption-default);min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.str-chat__search-source-result-list .str-chat__search-result-container .str-chat__search-result--user{background:var(--str-chat__background-core-elevation-1)}.str-chat__search-source-result-list .str-chat__search-result-container .str-chat__search-result--user:not(:disabled):hover{background:var(--str-chat__background-utility-hover)}.str-chat__search-source-result-list .str-chat__search-result-container .str-chat__search-result--user:not(:disabled):active{background:var(--str-chat__background-utility-pressed)}.str-chat__search-source-result-list .str-chat__search-result-container .str-chat__search-result--user:not(:disabled)[aria-pressed=true]{background:var(--str-chat__background-utility-selected)}.str-chat__search-results-presearch,.str-chat__search-source-result-list__footer,.str-chat__search-source-results-empty{align-items:center;color:var(--str-chat__text-tertiary);display:flex;font:var(--str-chat__font-caption-default);justify-content:center;padding-block:var(--str-chat__spacing-xs)}.str-chat__skip-navigation-link{background-color:#fff;background-color:var(--str-chat__background-color,#fff);border:1px solid #0000;border-radius:4px;color:currentColor;color:var(--str-chat__text-color,currentColor);left:0;margin:8px;padding:8px 12px;position:absolute;text-decoration:none;top:0;transform:translateY(-200%);z-index:2}.str-chat__skip-navigation-link:focus,.str-chat__skip-navigation-link:focus-visible{border:1px solid var(--accent-primary);transform:translateY(0)}.str-chat__summarized-message-preview{align-items:center;color:var(--str-chat__text-secondary);display:flex;flex-grow:1;flex-shrink:1;font:var(--str-chat__font-caption-default);gap:var(--str-chat__spacing-xxs);min-width:0}.str-chat__summarized-message-preview .str-chat__icon{flex-shrink:0;height:var(--str-chat__icon-size-sm);width:var(--str-chat__icon-size-sm)}.str-chat__summarized-message-preview--error{color:var(--text-error)}.str-chat__summarized-message-preview--deleted{color:var(--str-chat__text-tertiary)}.str-chat__summarized-message-preview .str-chat__summarized-message-preview__text{flex:1 1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.str-chat__summarized-message-preview .str-chat__summarized-message-preview__delivery-status{color:var(--str-chat__text-tertiary);display:flex;flex-shrink:0}.str-chat__summarized-message-preview .str-chat__summarized-message-preview__delivery-status--read{color:var(--str-chat__accent-primary)}.str-chat__summarized-message-preview .str-chat__summarized-message-preview__sender{color:var(--str-chat__text-tertiary);font:var(--str-chat__font-caption-emphasis);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.str-chat .str-chat__suggestion-list{max-height:320px;min-width:200px;overflow-y:auto;scrollbar-width:none}.str-chat .str-chat__suggestion-list .str-chat__suggestion-list-item--selected{background-color:var(--str-chat__dialog-menu-button-hover-background-color)}.str-chat__thread-container{-webkit-border-start:1px solid var(--str-chat__border-core-default);border-inline-start:1px solid var(--str-chat__border-core-default);color:var(--str-chat__text-primary);display:flex;flex-direction:column;height:100%;position:relative;width:100%}.str-chat__parent-message-li{-webkit-padding-before:var(--str-chat__spacing-sm);padding-block-start:var(--str-chat__spacing-sm)}.str-chat__parent-message-li .str-chat__message{margin-inline:auto;max-width:calc(var(--str-chat__message-composer-max-width) + var(--str-chat__message-composer-padding));padding-block:var(--str-chat__spacing-xs)}.str-chat__parent-message-li .str-chat__thread-start{align-items:center;background:var(--str-chat__background-core-surface-subtle);border-bottom:1px solid var(--str-chat__border-core-subtle);border-top:1px solid var(--str-chat__border-core-subtle);color:var(--str-chat__chat-text-system);display:flex;font:var(--str-chat__font-metadata-emphasis);gap:var(--str-chat__spacing-none);justify-content:center;margin-block:var(--str-chat__spacing-xs);padding:var(--str-chat__spacing-xs) var(--str-chat__spacing-none);width:100%}.str-chat__thread-header{-webkit-border-after:1px solid var(--str-chat__border-core-default);align-items:center;background:var(--str-chat__background-core-elevation-1);border-block-end:1px solid var(--str-chat__border-core-default);color:var(--str-chat__text-primary);display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);height:var(--str-chat__channel-header-height);padding:var(--str-chat__spacing-md);width:100%}.str-chat__thread-header .str-chat__thread-header-title{font:var(--str-chat__font-heading-sm)}.str-chat__thread-header .str-chat__thread-header-subtitle{color:var(--str-chat__text-secondary);font:var(--str-chat__font-caption-default)}.str-chat__thread-header .str-chat__thread-header-details{align-items:center;display:flex;flex-direction:column;justify-self:center;min-width:0;overflow-x:hidden;overflow-y:hidden}.str-chat__thread-header .str-chat__thread-header-details .str-chat__thread-header-subtitle,.str-chat__thread-header .str-chat__thread-header-details .str-chat__thread-header-title{overflow-x:hidden;overflow-x:clip;overflow-y:visible;text-overflow:ellipsis;white-space:nowrap}.str-chat__thread-header .str-chat__thread-header-details .str-chat__thread-header-subtitle{overflow-y:hidden}.str-chat__thread-header .str-chat__thread-header__start{justify-self:start;min-width:0}.str-chat__thread-header .str-chat__thread-header__end{justify-self:end;min-width:0}.str-chat__thread-header .str-chat__close-thread-button{align-items:flex-start;background-color:initial;border:none;cursor:pointer;display:flex;height:var(--str-chat__size-40);justify-content:flex-end;width:var(--str-chat__size-40)}.str-chat__thread-header .str-chat__close-thread-button .str-chat__icon{fill:var(--str-chat__text-primary)}.str-chat__chat-view__threads .str-chat__thread-header .str-chat__thread-header-details{align-items:center}.str-chat__chat-view__threads .str-chat__thread{border:none}.str-chat__unread-count-badge{background-color:var(--str-chat__accent-error);border-radius:9999px;color:var(--str-chat__badge-text-on-accent)}.str-chat{--str-chat-unread-count-badge-absolute-offset-vertical:50%;--str-chat-unread-count-badge-absolute-offset-horizontal:50%}.str-chat__unread-count-badge-container{align-items:center;display:flex;justify-content:center;position:relative}.str-chat__unread-count-badge{align-items:center;display:flex;flex-shrink:0;font-size:12px;font-weight:700;justify-content:center;line-height:8px;min-height:18px;min-width:18px;padding:5px}.str-chat__unread-count-badge--top-right{position:absolute;translate:var(--str-chat-unread-count-badge-absolute-offset-horizontal) calc(var(--str-chat-unread-count-badge-absolute-offset-vertical)*-1)}.str-chat__unread-count-badge--bottom-left{position:absolute;translate:calc(var(--str-chat-unread-count-badge-absolute-offset-horizontal)*-1) var(--str-chat-unread-count-badge-absolute-offset-vertical)}.str-chat__unread-count-badge--bottom-right{position:absolute;translate:var(--str-chat-unread-count-badge-absolute-offset-horizontal) var(--str-chat-unread-count-badge-absolute-offset-vertical)}.str-chat__unread-count-badge--top-left{position:absolute;translate:calc(var(--str-chat-unread-count-badge-absolute-offset-horizontal)*-1) calc(var(--str-chat-unread-count-badge-absolute-offset-vertical)*-1)}.str-chat{--str-chat__thread-list-transition-duration:var(
    --str-chat__channel-list-transition-duration
  );--str-chat__thread-list-transition-easing:var(
    --str-chat__channel-list-transition-easing
  );--str-chat__thread-list-transition-offset:var(
    --str-chat__channel-list-transition-offset
  );--str-chat__thread-list-width:var(--str-chat__channel-list-width);--str-chat__thread-list-mobile-width:var(--str-chat__channel-list-mobile-width)}.str-chat__thread-list-container{-webkit-border-end:1px solid var(--str-chat__border-core-default);background:var(--str-chat__background-core-elevation-1);border-inline-end:1px solid var(--str-chat__border-core-default);color:var(--str-chat__text-primary);display:flex;flex:0 0 var(--str-chat__thread-list-width);flex-direction:column;height:100%;max-width:100%;min-width:280px;opacity:1;position:relative;transform:translateX(0);transition:flex-basis var(--str-chat__thread-list-transition-duration) var(--str-chat__thread-list-transition-easing),min-width var(--str-chat__thread-list-transition-duration) var(--str-chat__thread-list-transition-easing),width var(--str-chat__thread-list-transition-duration) var(--str-chat__thread-list-transition-easing),max-width var(--str-chat__thread-list-transition-duration) var(--str-chat__thread-list-transition-easing),opacity var(--str-chat__thread-list-transition-duration) var(--str-chat__thread-list-transition-easing),transform var(--str-chat__thread-list-transition-duration) var(--str-chat__thread-list-transition-easing);width:var(--str-chat__thread-list-width)}@media (max-width:767px){.str-chat__thread-list-container{bottom:0;flex-basis:auto;inset-inline-start:0;max-width:100%;min-width:0;pointer-events:none;position:absolute;top:0;transform:translateX(calc(var(--str-chat__thread-list-transition-offset)*-1px));transition:transform var(--str-chat__thread-list-transition-duration) var(--str-chat__thread-list-transition-easing),visibility 0s linear var(--str-chat__thread-list-transition-duration);visibility:hidden;width:var(--str-chat__thread-list-mobile-width);z-index:1}}@media (prefers-reduced-motion:reduce){.str-chat__thread-list-container{transition:none}}.str-chat__thread-list-container .str-chat__unseen-threads-banner{align-items:center;background:initial;background:var(--background-core-surface);border:initial;border-radius:var(--str-chat__radius-max);border-radius:var(--str-chat__radius-none);color:var(--str-chat__text-secondary);cursor:pointer;display:flex;font:var(--str-chat__font-metadata-emphasis);gap:var(--str-chat__spacing-xs);height:36px;justify-content:center;padding:initial;position:relative}.str-chat__thread-list-container .str-chat__unseen-threads-banner>.str-chat__icon{height:var(--str-chat__icon-size-md);width:var(--str-chat__icon-size-md)}.str-chat__thread-list-container .str-chat__unseen-threads-banner:not(:disabled):hover:after{background:var(--str-chat__background-utility-hover);content:"";inset:0;pointer-events:none;position:absolute}.str-chat__thread-list{flex:1 1}.str-chat__thread-list [data-viewport-type=element],.str-chat__thread-list [data-virtuoso-scroller=true]{height:100%!important}.str-chat__thread-list-empty-placeholder{--str-chat-icon-color:var(--str-chat__text-secondary);text-align:center}.str-chat__thread-list-empty-placeholder svg{height:32px;width:32px}.str-chat__thread-list-empty-placeholder{align-items:center;color:var(--str-chat__text-secondary);display:flex;flex-direction:column;height:100%;justify-content:center;min-height:100%;padding:var(--str-chat__spacing-xl)}.str-chat__thread-list-empty-placeholder p{color:var(--str-chat__text-secondary);font:var(--str-chat__font-caption-default);margin:0}.str-chat__thread-list__header{align-items:center;display:flex;height:var(--str-chat__channel-header-height);padding:var(--str-chat__spacing-md);width:100%}.str-chat__thread-list__header .str-chat__thread-list__header__title{color:var(--str-chat__text-primary);flex:1 1;font:var(--str-chat__font-heading-lg)}.str-chat__thread-list-item-container{border-bottom:1px solid var(--str-chat__border-core-subtle);max-width:100%;padding:var(--str-chat__spacing-xxs)}.str-chat__thread-list-item-container:has(.str-chat__thread-list-item--highlighted){background:var(--str-chat__background-core-highlight)}.str-chat__thread-list-item{-webkit-padding-before:calc(var(--str-chat__spacing-sm) - 1px);align-items:flex-start;background:var(--str-chat__background-core-elevation-1);border:none;border-radius:var(--str-chat__radius-lg);cursor:pointer;display:flex;gap:var(--str-chat__spacing-sm);max-width:100%;padding-block:var(--str-chat__spacing-sm);padding-block-start:calc(var(--str-chat__spacing-sm) - 1px);padding-inline:var(--str-chat__spacing-sm);text-align:start;width:100%}.str-chat__thread-list-item:not(:disabled):hover{background:var(--str-chat__background-utility-hover)}.str-chat__thread-list-item:not(:disabled):active{background:var(--str-chat__background-utility-pressed)}.str-chat__thread-list-item:not(:disabled)[aria-pressed=true]{background:var(--str-chat__background-utility-selected)}.str-chat__thread-list-item .str-chat__avatar{flex-shrink:0}.str-chat__thread-list-item .str-chat__summarized-message-preview .str-chat__summarized-message-preview__sender{color:var(--str-chat__text-secondary)}.str-chat__thread-list-item .str-chat__summarized-message-preview .str-chat__summarized-message-preview__text{color:var(--str-chat__text-primary)}.str-chat__thread-list-item__content{display:flex;flex:1 0;flex-direction:column;gap:var(--str-chat__spacing-xs);min-width:0}.str-chat__thread-list-item__content-leading{display:flex;flex-direction:column;gap:var(--str-chat__spacing-xxs);padding-block:var(--str-chat__spacing-xxxs)}.str-chat__thread-list-item__content-leading .str-chat__summarized-message-preview{font:var(--str-chat__font-body-default)}.str-chat__thread-list-item__content-leading .str-chat__summarized-message-preview .str-chat__summarized-message-preview__sender{font:var(--str-chat__font-body-emphasis)}.str-chat__thread-list-item__title{color:var(--str-chat__text-tertiary);font:var(--str-chat__font-caption-emphasis);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.str-chat__thread-list-item__content-trailing,.str-chat__thread-list-item__reply-information{align-items:center;display:flex;gap:var(--str-chat__spacing-xs)}.str-chat__thread-list-item__reply-count{color:var(--str-chat__text-link);font:var(--str-chat__font-caption-emphasis);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.str-chat__thread-list-item__timestamp{color:var(--str-chat__text-tertiary);font:var(--str-chat__font-caption-default);min-width:0;overflow-x:hidden;overflow-x:clip;overflow-y:visible;text-overflow:ellipsis;white-space:nowrap}.str-chat{--str-chat__tooltip-background-color:var(--str-chat__background-core-inverse)}.str-chat.str-chat__theme-dark{--str-chat__tooltip-background-color:var(--str-chat__background-core-elevation-2)}.str-chat__tooltip{background:var(--str-chat__tooltip-background-color);border-radius:var(--str-chat__radius-md);box-shadow:var(--str-chat__box-shadow-3);color:var(--str-chat__text-on-accent);display:flex;font:var(--str-chat__font-metadata-emphasis);gap:var(--str-chat__spacing-xs);max-width:150px;overflow-y:hidden;padding:var(--str-chat__spacing-xs);width:-webkit-max-content;width:max-content;z-index:1}.str-chat__tooltip:after{background-color:var(--str-chat__tooltip-background-color)}@keyframes str-chat__typing-indicator-fade-in{0%{opacity:0}to{opacity:1}}.str-chat__subtitle-content-transition{animation:str-chat__typing-indicator-fade-in .2s ease-out;display:inline-block}.str-chat__typing-indicator{align-items:flex-end;display:flex;gap:var(--str-chat__spacing-xs);margin:auto;max-width:calc(var(--str-chat__message-composer-max-width) + var(--str-chat__message-composer-padding));padding-block:var(--str-chat__spacing-xs);padding-inline:var(--str-chat__message-composer-padding);width:100%}.str-chat__typing-indicator.str-chat__typing-indicator--with-transition{animation:str-chat__typing-indicator-fade-in .25s ease-out}.str-chat__typing-indicator__bubble{align-items:center;background:var(--chat-bg);border:1px solid var(--chat-bg);border-radius:var(--str-chat__message-bubble-radius-group-bottom) var(--str-chat__message-bubble-radius-group-bottom) var(--str-chat__message-bubble-radius-group-bottom) var(--str-chat__message-bubble-radius-tail);display:inline-flex;max-height:36px;min-height:36px;padding-block:var(--str-chat__spacing-xs);padding-inline:var(--str-chat__spacing-sm)}.str-chat__typing-indicator__dots{align-items:center;column-gap:var(--str-chat__spacing-xxs);display:flex}.str-chat__typing-indicator__dots svg{display:block}.str-chat__typing-indicator__dots svg circle:first-child{fill:var(--str-chat__chat-text-typing-indicator);animation:str-chat__typing-indicator-dot 1.2s ease-in-out infinite both;animation-delay:0s}.str-chat__typing-indicator__dots svg circle:nth-child(2){fill:var(--str-chat__chat-text-typing-indicator);animation:str-chat__typing-indicator-dot 1.2s ease-in-out infinite both;animation-delay:.15s}.str-chat__typing-indicator__dots svg circle:nth-child(3){fill:var(--str-chat__chat-text-typing-indicator);animation:str-chat__typing-indicator-dot 1.2s ease-in-out infinite both;animation-delay:.3s}@keyframes str-chat__typing-indicator-dot{0%,to{opacity:1}33%{opacity:.75}66%{opacity:.5}}.str-chat__typing-indicator-header{align-items:baseline;color:var(--str-chat__text-secondary);display:inline-flex;font:var(--str-chat__font-caption-default);gap:var(--str-chat__spacing-xs);white-space:nowrap}.str-chat__typing-indicator-header__dots{align-items:center;display:inline-flex;vertical-align:middle}.str-chat .str-chat__message-attachment__video-thumbnail{height:100%;position:relative;width:100%}.str-chat .str-chat__message-attachment__video-thumbnail .str-chat__message-attachment__video-thumbnail-image{height:100%;object-fit:cover;width:100%}.str-chat .str-chat__message-attachment__video-thumbnail .str-chat__button.str-chat__button--solid.str-chat__message-attachment__video-thumbnail__play-indicator,.str-chat .str-chat__message-attachment__video-thumbnail .str-chat__message-attachment__video-thumbnail__play-indicator{align-items:center;background-color:var(--str-chat__control-play-button-bg);border-radius:var(--str-chat__radius-max);display:flex;height:48px;justify-content:center;left:calc(50% - 24px);position:absolute;top:calc(50% - 24px);width:48px}.str-chat .str-chat__message-attachment__video-thumbnail .str-chat__button.str-chat__button--solid.str-chat__message-attachment__video-thumbnail__play-indicator svg,.str-chat .str-chat__message-attachment__video-thumbnail .str-chat__message-attachment__video-thumbnail__play-indicator svg{height:24px;width:24px}.str-chat .str-chat__message-attachment__video-thumbnail .str-chat__button.str-chat__button--solid.str-chat__message-attachment__video-thumbnail__play-indicator svg path,.str-chat .str-chat__message-attachment__video-thumbnail .str-chat__message-attachment__video-thumbnail__play-indicator svg path{fill:var(--str-chat__control-play-button-icon)}.chat-page{--chat-surface:#fff;--chat-canvas:#eef0f4;--chat-canvas-soft:#f5f6f9;--chat-border:#d7dce4;--chat-border-soft:#e4e8ef;--chat-text:#3f4658;--chat-text-muted:#8190a7;--chat-brand:#2f6fca;--chat-brand-dark:#285fb2;--chat-bubble-mine:#ddebf6;--chat-bubble-other:#efe8d9;--chat-status:#12b28b;background:var(--chat-canvas);border:1px solid var(--chat-border);border-radius:14px;height:calc(100vh - 132px);min-height:620px;overflow:hidden;padding:14px}.chat-page .str-chat{--str-chat__font-family:"Manrope","Segoe UI",Tahoma,sans-serif;--str-chat__surface-color:var(--chat-surface);--str-chat__secondary-background-color:var(--chat-canvas-soft);--str-chat__primary-surface-color:var(--chat-canvas-soft);--str-chat__text-color:var(--chat-text);--str-chat__text-low-emphasis-color:var(--chat-text-muted);--str-chat__primary-color:var(--chat-brand);--str-chat__active-primary-color:var(--chat-brand-dark);--str-chat__unread-count-badge-background-color:var(--chat-brand);--str-chat__border-radius-md:10px;background:#0000;color:var(--chat-text);height:100%}.chat-page .str-chat-channel,.chat-page .str-chat-channel-list,.chat-page .str-chat-channel-window{height:100%}.chat-layout{grid-gap:0;display:grid;gap:0;grid-template-columns:324px 1fr;height:100%}.chat-sidebar{background:var(--chat-surface);border:1px solid var(--chat-border-soft);border-bottom-left-radius:10px;border-right:none;border-top-left-radius:10px;display:flex;flex-direction:column;min-width:0;overflow:hidden}.chat-sidebar-toolbar{align-items:center;background:#f8f9fb;border-bottom:1px solid var(--chat-border-soft);display:flex;gap:8px;padding:18px 16px 14px}.chat-search-box{align-items:center;background:#f1f3f7;border:1px solid var(--chat-border);border-radius:6px;color:var(--chat-text-muted);display:inline-flex;flex:1 1;gap:8px;height:42px;padding:0 12px}.chat-search-box input{background:#0000;border:none;color:var(--chat-text);flex:1 1;font-size:16px;outline:none}.chat-search-box input::placeholder{color:#91a0b5}.chat-icon-btn{align-items:center;background:var(--chat-brand);border:1px solid var(--chat-brand);border-radius:6px;color:#fff;cursor:pointer;display:inline-flex;height:40px;justify-content:center;transition:background-color .16s ease,border-color .16s ease;width:40px}.chat-icon-btn:hover{background:var(--chat-brand-dark);border-color:var(--chat-brand-dark)}.chat-icon-btn.secondary{background:#f7f8fb;border-color:var(--chat-border);color:#66758c}.chat-icon-btn.secondary:hover{background:#eef1f6;border-color:#c3ccd8;color:#4f5f77}.chat-sidebar .str-chat__channel-list,.chat-sidebar .str-chat__channel-list-messenger,.chat-sidebar .str-chat__channel-list-messenger-react,.chat-sidebar .str-chat__channel-list-react{background:#f9fafc;height:100%}.chat-sidebar .str-chat__channel-search{display:none}.chat-sidebar .str-chat__channel-list-messenger-react__main,.chat-sidebar .str-chat__channel-list-messenger__main,.chat-sidebar .str-chat__channel-list-react__main{overflow-y:auto;padding:8px 8px 12px}.chat-page .str-chat__channel-preview{border:1px solid #0000;border-radius:8px;margin:4px 0}.chat-page .str-chat__channel-preview:hover{background:#f2f5fa;border-color:#e2e8f0}.chat-page .str-chat__channel-preview--active,.chat-page .str-chat__channel-preview-messenger--active{background:#eef2f8;border-color:#d8e0ed}.chat-page .str-chat__channel-preview-messenger--name{color:#414d62;font-size:17px;font-weight:600}.chat-page .str-chat__channel-preview-messenger--last-message{color:#8593a8;font-size:14px}.chat-page .str-chat__channel-preview-messenger--time{color:#8a98ad;font-size:12px}.chat-page .str-chat__channel-preview-unread-badge,.chat-page .str-chat__unread-count-badge{align-items:center;border-radius:999px;display:inline-flex;font-size:12px;font-weight:700;height:20px;justify-content:center;min-width:20px}.chat-main{background:var(--chat-surface);border:1px solid var(--chat-border-soft);border-bottom-right-radius:10px;border-top-right-radius:10px;display:flex;flex-direction:column;min-width:0;overflow:hidden}.chat-window-header{align-items:center;background:#f8f9fb;border-bottom:1px solid var(--chat-border-soft);display:flex;gap:12px;justify-content:space-between;min-height:82px;padding:16px 20px}.chat-window-title-wrap h2{color:#3b4558;font-size:32px;font-weight:700;letter-spacing:-.02em;line-height:1.05;margin:0}.chat-window-subtitle{align-items:center;color:var(--chat-text-muted);display:inline-flex;font-size:16px;gap:8px;margin:8px 0 0}.status-dot{background:#a9b5c8;border-radius:999px;height:10px;width:10px}.status-dot.online{background:var(--chat-status)}.chat-window-actions{align-items:center;display:flex;gap:8px}.chat-main .str-chat__channel,.chat-main .str-chat__window{display:flex;flex:1 1;flex-direction:column;min-height:0}.chat-main .str-chat__message-list-scroll{background:var(--chat-canvas-soft);padding:22px 26px}.chat-main .str-chat__message-simple{margin-bottom:12px}.chat-main .str-chat__message-bubble{border:1px solid #0000;border-radius:8px;box-shadow:none}.chat-main .str-chat__message--other .str-chat__message-bubble{background:var(--chat-bubble-other);border-color:#e1d8c7}.chat-main .str-chat__message--me .str-chat__message-bubble{background:var(--chat-bubble-mine);border-color:#caddeb}.chat-main .str-chat__message-text-inner{color:#3f485c;font-size:15px;line-height:1.5}.chat-main .str-chat__message-simple-timestamp{color:#8693a8;font-size:12px}.chat-main .str-chat__message-simple-timestamp:before{content:"\23f0";font-size:10px;margin-right:4px}.chat-main .str-chat__avatar{height:40px;width:40px}.chat-main .str-chat__message-input{background:#f9fafc;border-top:1px solid var(--chat-border-soft);padding:10px 14px 14px}.chat-main .str-chat__message-input-inner{background:#fff;border:1px solid #d6dde8;border-radius:8px;min-height:50px;padding:0 8px 0 12px}.chat-main .str-chat__message-textarea,.chat-main .str-chat__message-textarea::placeholder{font-size:16px}.chat-main .str-chat__message-textarea::placeholder{color:#95a4b8}.chat-main .str-chat__send-button{align-items:center;background:var(--chat-brand);border:none;border-radius:7px;color:#fff;display:inline-flex;gap:8px;height:40px;justify-content:center;min-width:94px;padding:0 14px;transition:background-color .16s ease;width:auto}.chat-main .str-chat__send-button:hover{background:var(--chat-brand-dark)}.chat-main .str-chat__send-button:before{content:"Send";font-size:17px;font-weight:700;line-height:1}.chat-main .str-chat__send-button:disabled{background:#bcc7d8}.chat-empty,.chat-error,.chat-loading{background:var(--chat-canvas-soft);color:var(--chat-text-muted);display:grid;height:100%;place-items:center}.chat-error{gap:12px}.chat-retry-btn{background:var(--chat-brand);border:none;border-radius:8px;color:#fff;cursor:pointer;padding:10px 16px}@media (max-width:1180px){.chat-page{height:calc(100vh - 120px);min-height:560px}.chat-layout{grid-template-columns:300px 1fr}.chat-window-title-wrap h2{font-size:28px}}@media (max-width:920px){.chat-page{height:auto;min-height:0;padding:10px}.chat-layout{gap:10px;grid-template-columns:1fr}.chat-main,.chat-sidebar{border-radius:10px;border-right:1px solid var(--chat-border-soft);min-height:460px}}.public-estimate-page{align-items:flex-start;background:linear-gradient(160deg,rgb(var(--bg-canvas)) 0,rgb(var(--bg-surface-muted)) 100%);display:flex;justify-content:center;min-height:100vh;padding:24px 16px}.public-estimate-card{background:rgb(var(--bg-surface));border:1px solid rgb(var(--border-default));border-radius:16px;box-shadow:0 18px 34px rgb(var(--text-primary)/.08);max-width:920px;padding:20px;width:100%}.public-estimate-header{align-items:center;display:flex;gap:12px;justify-content:space-between}.public-estimate-brand-name{color:rgb(var(--text-primary));font-size:22px;font-weight:700}.public-estimate-number{color:rgb(var(--text-muted));font-size:14px;margin-top:4px}.public-estimate-logo{max-height:56px;max-width:200px;object-fit:contain}.public-estimate-status{border-radius:999px;display:inline-flex;font-size:12px;font-weight:700;letter-spacing:.03em;margin-top:14px;padding:6px 12px}.public-estimate-status.status-pending{background:rgb(var(--status-sent)/.15);color:rgb(var(--status-sent))}.public-estimate-status.status-accepted{background:rgb(var(--status-won)/.15);color:rgb(var(--status-won))}.public-estimate-status.status-declined,.public-estimate-status.status-expired,.public-estimate-status.status-invalid{background:rgb(var(--status-lost)/.15);color:rgb(var(--status-lost))}.public-estimate-section{margin-top:16px}.public-estimate-section h3{font-size:16px;margin:0 0 10px}.public-estimate-table-wrap{overflow-x:auto}.public-estimate-table{border-collapse:collapse;width:100%}.public-estimate-table td,.public-estimate-table th{border:1px solid rgb(var(--border-default));font-size:13px;padding:10px;text-align:left}.public-estimate-totals{grid-gap:8px;border-top:1px solid rgb(var(--border-default));display:grid;gap:8px;margin-top:16px;padding-top:12px}.public-estimate-totals>div{display:flex;font-size:14px;gap:12px;justify-content:space-between}.public-estimate-total-row{font-size:16px}.public-estimate-feedback{background:rgb(var(--status-sent)/.1);border:1px solid rgb(var(--status-sent)/.35);border-radius:8px;color:rgb(var(--text-primary));margin-top:14px;padding:10px 12px}.public-estimate-actions{grid-gap:10px;display:grid;gap:10px;margin-top:18px}.public-estimate-checkbox{align-items:flex-start;display:flex;font-size:14px;gap:8px}.public-estimate-field{grid-gap:6px;display:grid;gap:6px}.public-estimate-field span{color:rgb(var(--text-muted));font-size:13px}.public-estimate-field input,.public-estimate-field textarea{background:rgb(var(--bg-surface));border:1px solid rgb(var(--border-default));border-radius:8px;box-sizing:border-box;color:rgb(var(--text-primary));font-size:14px;padding:10px 12px;width:100%}.public-estimate-action-row{display:flex;gap:10px}.public-estimate-actions button{border:1px solid #0000;border-radius:8px;cursor:pointer;font-size:14px;font-weight:600;padding:10px 14px}.public-estimate-actions .btn-primary{background:rgb(var(--brand-primary));color:rgb(var(--bg-surface))}.public-estimate-actions .btn-muted,.public-estimate-actions .btn-secondary{background:rgb(var(--bg-surface-muted));border-color:rgb(var(--border-default));color:rgb(var(--text-primary))}.public-estimate-actions button:disabled{cursor:not-allowed;opacity:.6}.public-estimate-footer{grid-gap:4px;border-top:1px solid rgb(var(--border-default));color:rgb(var(--text-muted));display:grid;font-size:12px;gap:4px;margin-top:18px;padding-top:12px}.public-estimate-powered{font-weight:600}@media (max-width:760px){.public-estimate-card{border-radius:12px;padding:14px}.public-estimate-action-row{flex-direction:column}}.subscription-banner{background:linear-gradient(135deg,rgb(var(--status-lost)) 0,rgb(var(--status-lost)/.85) 100%);border-bottom:1px solid rgb(var(--bg-surface)/.2);box-shadow:0 2px 8px rgb(var(--text-primary)/.15);color:rgb(var(--bg-surface));left:0;padding:12px 20px;position:fixed;right:0;top:0;width:100%;z-index:1100}.layout--impersonating .subscription-banner{top:44px}.subscription-banner-content{align-items:center;display:flex;gap:20px;justify-content:space-between;margin:0 auto;max-width:1200px}.subscription-banner-message{align-items:center;display:flex;flex:1 1;font-size:14px;font-weight:500;gap:10px}.subscription-banner-icon{font-size:18px}.subscription-banner-button{background:rgb(var(--bg-surface));border:none;border-radius:6px;color:rgb(var(--status-lost));cursor:pointer;font-size:14px;font-weight:600;padding:8px 20px;transition:all .2s ease;white-space:nowrap}.subscription-banner-button:hover{background:rgb(var(--bg-surface-muted));box-shadow:0 2px 4px rgb(var(--text-primary)/.1);transform:translateY(-1px)}.subscription-banner-button:active{transform:translateY(0)}@media (max-width:768px){.subscription-banner-content{align-items:flex-start;flex-direction:column;gap:12px}.subscription-banner-button{width:100%}}.impersonation-banner{align-items:center;background:linear-gradient(90deg,rgb(var(--status-lost)) 0,rgb(var(--status-lost)/.85) 100%);box-shadow:0 2px 8px rgb(var(--text-primary)/.2);color:rgb(var(--bg-surface));display:flex;font-size:14px;gap:16px;justify-content:center;left:0;padding:10px 20px;position:fixed;right:0;top:0;z-index:9999}.impersonation-banner-text{flex:1 1;text-align:center}.impersonation-banner-text strong{font-weight:600}.impersonation-banner-stop{background:rgb(var(--bg-surface)/.95);border:none;border-radius:6px;color:rgb(var(--status-lost));cursor:pointer;font-size:13px;font-weight:600;padding:8px 16px;transition:background .2s,color .2s;white-space:nowrap}.impersonation-banner-stop:hover{background:rgb(var(--bg-surface));color:rgb(var(--status-lost))}.layout{--header-height:64px;--banner-offset:0px;--sidebar-width:250px;display:flex;min-height:100vh;position:relative}.main-content{background-color:rgb(var(--bg-canvas));box-sizing:border-box;flex:1 1;margin-left:var(--sidebar-width);margin-right:0;margin-top:calc(var(--banner-offset) + var(--header-height));max-width:none;min-height:100vh;padding:24px;transition:margin-left .3s ease;width:calc(100% - var(--sidebar-width))}.sidebar-overlay{background-color:#0f172a66;bottom:0;display:none;left:0;position:fixed;right:0;top:0;z-index:999}@media (max-width:768px){.layout{--sidebar-width:0px}.sidebar-overlay{display:block}.main-content{margin-left:0;margin-top:calc(var(--banner-offset) + var(--header-height));padding:16px 16px 20px;width:100%}.layout{flex-direction:column}}@media (min-width:769px) and (max-width:1024px){.layout{--sidebar-width:220px}.main-content{padding:20px}}@media (max-width:480px){.main-content{padding:16px 12px}}.layout--subscription-banner{--banner-offset:60px}.layout--impersonating{--banner-offset:44px}.layout--impersonating.layout--subscription-banner{--banner-offset:104px}
/*# sourceMappingURL=main.a57a6ec4.css.map*/