@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.demo-wrap{position:relative;width:100%;height:100%;display:flex;border-radius:16px;overflow:hidden;box-shadow:0 0 0 2px #8a67ff73,0 0 24px 4px #8a67ff40,0 0 48px 8px #8a67ff1a;animation:glowPulse 3s ease-in-out infinite}.demo-wrap.interacted{animation:none;box-shadow:0 0 0 1px #8a67ff33,0 0 8px 2px #8a67ff14;transition:box-shadow .6s ease}@keyframes glowPulse{0%,to{box-shadow:0 0 0 2px #8a67ff73,0 0 24px 4px #8a67ff40,0 0 48px 8px #8a67ff1a}50%{box-shadow:0 0 0 2px #8a67ff99,0 0 32px 8px #8a67ff59,0 0 64px 16px #8a67ff26}}.demo-cta{position:absolute;top:10%;left:55px;right:0;z-index:200;display:flex;justify-content:center;pointer-events:none;transition:opacity .5s,transform .5s;padding:0 12px}.demo-cta-inner{display:flex;align-items:center;gap:10px;min-width:0;max-width:100%;background:linear-gradient(135deg,#6b4cc4,#8a67ff);color:#fff;border-radius:999px;padding:10px 26px 10px 18px;font-size:16px;font-weight:600;letter-spacing:.2px;box-shadow:0 4px 20px #8a67ff4d,0 0 0 4px #8a67ff1a}.cta-text{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}.demo-cta .cta-dot{width:9px;height:9px;border-radius:50%;background:#fff;position:relative;flex-shrink:0}.demo-cta .cta-dot:after{content:"";position:absolute;inset:-3px;border-radius:50%;background:#ffffff80;animation:dotPing 2s ease-out infinite}@keyframes dotPing{0%{transform:scale(1);opacity:1}to{transform:scale(2.4);opacity:0}}.demo-cta.hidden{opacity:0;transform:translateY(-10px);pointer-events:none}.pill.shimmer{position:relative;overflow:hidden}.pill.shimmer:after{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(138,103,255,.25),transparent);animation:pillShimmer 2.5s ease-in-out infinite}@keyframes pillShimmer{0%{left:-100%}50%{left:200%}to{left:200%}}.sidebar-icon.hint-ring{position:relative;overflow:hidden}.sidebar-icon.hint-ring:after{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(138,103,255,.4),transparent);animation:pillShimmer 2.5s ease-in-out infinite;pointer-events:none;border-radius:inherit}.boards-btn.shimmer{position:relative;overflow:hidden}.boards-btn.shimmer:after{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(138,103,255,.3),transparent);animation:pillShimmer 2.5s ease-in-out infinite;pointer-events:none;border-radius:inherit}.sidebar{width:46px;min-width:46px;background:#201742;display:flex;flex-direction:column;align-items:center;padding:10px 0 14px;gap:0;z-index:100;height:100vh}.sidebar-logo{width:26px;height:26px;margin-bottom:14px;flex-shrink:0}.sidebar-icons{display:flex;flex-direction:column;align-items:center;gap:2px;flex:1;overflow-y:auto}.sidebar-icons::-webkit-scrollbar{display:none}.sidebar-icon{width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:8px;cursor:pointer;transition:background .2s;flex-shrink:0}.sidebar-icon:hover{background:#ffffff1a}.sidebar-icon.active{background:#fff;box-shadow:0 2px 8px #00000026}.sidebar-icon svg{width:16px;height:16px}.sidebar-icon.active svg{color:#1a1d35}.sidebar-bottom{margin-top:auto;display:flex;flex-direction:column;align-items:center;gap:6px;flex-shrink:0;padding-top:6px}.sidebar-avatar{width:26px;height:26px;border-radius:50%;background:#6366f1;color:#fff;font-size:10px;font-weight:600;display:flex;align-items:center;justify-content:center}.main{flex:1;display:flex;flex-direction:column;height:100%;position:relative;overflow:hidden;min-width:0}.welcome-screen{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 24px 120px;transition:opacity .4s ease,transform .4s ease;overflow-y:auto;position:relative}.history-link{position:absolute;top:16px;right:24px;color:#6b7280;font-size:13px;text-decoration:none;display:flex;align-items:center;gap:4px;cursor:pointer}.history-link:hover{color:#374151}.welcome-logo{width:80px;height:80px;margin-bottom:20px}.welcome-heading{font-size:30px;font-weight:700;color:#1a1d35;margin-bottom:8px}.welcome-subtitle{font-size:17px;color:#6b7280;margin-bottom:28px}.pills{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;max-width:720px;margin-bottom:36px}.pill{background:#fff;border:1px solid #e5e7eb;border-radius:999px;padding:10px 20px;font-size:16px;color:#374151;cursor:pointer;transition:all .2s;white-space:nowrap;font-family:inherit}.pill:hover{background:#f3f4f6;border-color:#d1d5db}.recent-section{text-align:center}.recent-label{font-size:13px;font-weight:600;letter-spacing:1.5px;color:#9ca3af;text-transform:uppercase;margin-bottom:12px;display:flex;align-items:center;justify-content:center;gap:6px}.recent-link{display:block;color:#6b7280;font-size:16px;padding:7px 0;cursor:default}.input-bar{position:absolute;bottom:0;left:0;right:0;padding:0 24px 8px;background:linear-gradient(transparent,#fff 20%)}.input-card{max-width:880px;margin:0 auto;background:#fff;border-radius:16px;box-shadow:0 4px 24px #0000001a;padding:14px 16px;display:flex;align-items:center;gap:12px}.input-card input{flex:1;min-width:0;border:none;outline:none;font-size:15px;font-family:inherit;color:#374151;background:transparent;text-overflow:ellipsis}.input-card input::-moz-placeholder{color:#9ca3af}.input-card input::placeholder{color:#9ca3af}.send-btn{width:36px;height:36px;border-radius:50%;background:#6b7280;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s;flex-shrink:0}.send-btn:hover{background:#4b5563}.send-btn svg{width:16px;height:16px;color:#fff;transform:rotate(45deg)}.footer-text{text-align:center;font-size:11px;color:#9ca3af;padding:6px 0 8px;max-width:880px;margin:0 auto}.chat-view{flex:1;display:flex;flex-direction:column;opacity:1;min-height:0;overflow:hidden}.chat-view.active{display:flex;opacity:1}.chat-header{padding:14px 24px;display:flex;align-items:center;border-bottom:1px solid #f3f4f6;flex-shrink:0}.back-btn{display:flex;align-items:center;gap:6px;color:#6b7280;font-size:16px;cursor:pointer;background:none;border:none;font-family:inherit;padding:4px 8px;border-radius:6px}.back-btn:hover{background:#f3f4f6;color:#374151}.chat-body{flex:1;overflow-y:auto;padding:24px 24px 160px;max-width:800px;width:100%;margin:0 auto;min-height:0}.msg-user{display:flex;justify-content:flex-end;align-items:flex-start;gap:10px;margin-bottom:20px}.msg-user-bubble{background:#1a1d35;color:#fff;padding:12px 18px;border-radius:16px 16px 4px;font-size:15px;max-width:520px;line-height:1.5}.msg-user-avatar{width:28px;height:28px;border-radius:50%;background:#6366f1;color:#fff;font-size:10px;font-weight:600;display:flex;align-items:center;justify-content:center;flex-shrink:0}.msg-genie{margin-bottom:20px}.msg-genie-header{display:flex;align-items:center;gap:8px;margin-bottom:10px}.msg-genie-logo{width:28px;height:28px;flex-shrink:0}.msg-genie-name{font-size:15px;font-weight:600;color:#1a1d35}.thinking-step{opacity:0;transform:translateY(6px);transition:opacity .5s ease,transform .5s ease;font-size:13px;color:#6b7280;font-style:italic;padding:2px 0;display:flex;align-items:center;gap:6px}.thinking-step.visible{opacity:1;transform:translateY(0)}.thinking-step .check{color:#14b8a6;font-style:normal;font-weight:600}.thinking-step .time{color:#9ca3af;font-style:normal;margin-left:4px}.response-content{font-size:15px;line-height:1.65;color:#374151;margin-top:14px}.response-content p{margin-bottom:10px}.response-content strong{color:#1a1d35}.response-content ul{margin:6px 0 10px 20px}.response-content li{margin-bottom:4px}.chart-card{background:#fff;border-radius:12px;box-shadow:0 2px 12px #00000014;padding:24px;margin:20px 0;opacity:0;transform:translateY(8px);transition:opacity .6s ease,transform .6s ease;position:relative;width:100%}.chart-card.visible{opacity:1;transform:translateY(0)}.chart-card canvas{width:100%!important;max-height:480px!important;min-height:340px!important}.feedback-row{font-size:14px;color:#9ca3af;margin-top:16px;opacity:0;transition:opacity .5s ease;display:flex;align-items:center;gap:8px}.feedback-row.visible{opacity:1}.feedback-row .fb-icon{width:18px;height:18px;cursor:pointer;opacity:.5;transition:opacity .2s}.feedback-row .fb-icon:hover{opacity:1}.thinking-spinner{display:flex;align-items:center;gap:10px;margin-left:40px;margin-bottom:8px;opacity:0;transition:opacity .4s ease}.thinking-spinner.visible{opacity:1}.thinking-spinner-svg{width:28px;height:28px;animation:spin 3s linear infinite}.thinking-spinner-text{font-size:13px;color:#6b7280;font-style:italic}.boards-view{display:flex;flex-direction:column;height:100%;overflow-y:auto;background:#f8f9fa}.boards-view.active{display:flex}.boards-topbar{display:flex;justify-content:space-between;align-items:center;padding:16px 24px;background:#fff;border-bottom:1px solid #e5e7eb;position:sticky;top:0;z-index:50}.boards-title{font-size:20px;font-weight:700;color:#1a1d35;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.boards-actions{display:flex;gap:10px;align-items:center}.boards-btn{padding:8px 16px;border-radius:8px;font-size:13px;cursor:pointer;font-family:inherit}.boards-btn.outline{background:#fff;border:1px solid #e5e7eb;color:#374151}.boards-btn.primary{background:#1a1d35;color:#fff;border:none}.boards-content{padding:20px 24px;display:flex;flex-direction:column;gap:16px}.bcard{background:#fff;border-radius:12px;box-shadow:0 2px 12px #00000014;padding:16px;position:relative;transition:box-shadow .15s,transform .15s;cursor:pointer}.bcard:hover{box-shadow:0 4px 20px #0000001f;transform:translateY(-1px)}.bcard.editing{border:2px dashed #d1d5db}.bcard-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.bcard-title{font-size:13px;font-weight:600;color:#374151;display:flex;align-items:center;gap:6px}.bcard-actions{display:none;gap:4px}.editing .bcard-actions{display:flex}.bcard-actions button{background:none;border:none;cursor:pointer;color:#9ca3af;font-size:14px}.bcard-actions .remove-btn{color:#ef4444}.kpi-row{display:flex;gap:0;overflow-x:auto;padding-bottom:4px}.kpi-row::-webkit-scrollbar{display:none}.kpi-card{flex:1 0 0;min-width:140px;padding:12px 16px;border-right:1px solid #f3f4f6;cursor:pointer;transition:background .15s}.kpi-card:hover{background:#f8f9fa}.kpi-card:last-child{border-right:none}.kpi-card-label{font-size:11px;color:#6b7280;display:flex;align-items:center;gap:5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.kpi-value{font-size:22px;font-weight:700;color:#1a1d35;margin:6px 0 2px}.kpi-change{font-size:12px;font-weight:500}.kpi-change.positive{color:#16a34a}.kpi-change.negative{color:#ef4444}.kpi-sparkline{height:40px;margin-top:8px;position:relative;overflow:visible}.metric-tables{display:grid;grid-template-columns:1fr 1fr;gap:16px}.metric-row{display:flex;justify-content:space-between;padding:8px 4px;border-bottom:1px solid #f3f4f6;font-size:13px;border-radius:4px;cursor:pointer;transition:background .15s}.metric-row:hover{background:#f8f9fa}.metric-row-label{color:#374151}.metric-row-value{font-weight:600;color:#1a1d35}.metric-row-change{font-size:12px;margin-left:8px}.dash-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:16px;align-items:start}.dash-col{display:flex;flex-direction:column;gap:16px}.bottom-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.heatmap-table{border-spacing:2px;border-collapse:separate;width:100%}.heatmap-table th{font-size:10px;font-weight:500;color:#6b7280;text-align:center;padding:0 0 2px}.heatmap-table td.week-label{font-size:10px;color:#6b7280;padding-right:4px;white-space:nowrap}.heatmap-table td.hcell{border-radius:3px;cursor:pointer;position:relative;height:22px}.heatmap-table td.hcell:hover{outline:2px solid #1a1d35;outline-offset:-1px;z-index:2}.heat-tooltip{position:absolute;bottom:calc(100% + 6px);left:50%;transform:translate(-50%);background:#1a1d35;color:#fff;padding:6px 10px;border-radius:8px;font-size:11px;white-space:nowrap;pointer-events:none;z-index:10;text-align:center;display:none;line-height:1.4}.heat-tooltip:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);border:5px solid transparent;border-top-color:#1a1d35}.heatmap-table td.hcell:hover .heat-tooltip{display:block}.gauge-wrap{text-align:center;padding:10px}.genie-summary{display:flex;flex-direction:column;gap:14px}.genie-summary-section{display:flex;flex-direction:column;gap:4px}.genie-summary-label{font-size:10px;font-weight:700;letter-spacing:.08em;color:#8a67ff;text-transform:uppercase}.genie-summary-text{font-size:13px;line-height:1.8;color:#374151}.metric-pill{display:inline-flex;align-items:center;gap:4px;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:6px;padding:2px 8px;font-size:12px;font-weight:600;color:#1a1d35;white-space:nowrap}.metric-pill svg{width:14px;height:14px;flex-shrink:0}.source-icon-inline{width:16px;height:16px;flex-shrink:0}.widget-panel{position:fixed;top:0;right:0;width:380px;height:100%;background:#fff;box-shadow:-4px 0 24px #00000026;z-index:200;display:none;flex-direction:column;overflow-y:auto;padding:24px}.widget-panel.open{display:flex}.widget-panel-overlay{position:fixed;inset:0;background:#0000004d;z-index:199;display:none}.widget-panel-overlay.open{display:block}.widget-item{display:flex;align-items:center;gap:12px;padding:12px 0;border-bottom:1px solid #f3f4f6;cursor:pointer}.widget-item:hover{background:#f8f9fa}.widget-item-icon{width:40px;height:40px;border-radius:8px;border:1px solid #e5e7eb;display:flex;align-items:center;justify-content:center}.widget-section-label{font-size:11px;font-weight:600;letter-spacing:1px;text-transform:uppercase;color:#6b7280;margin-top:16px;margin-bottom:8px}.title-dropdown{position:absolute;top:48px;left:0;background:#fff;border-radius:10px;box-shadow:0 4px 20px #00000026;padding:8px 0;z-index:60;min-width:220px}.title-dropdown-item{padding:10px 16px;font-size:14px;color:#374151;cursor:pointer}.title-dropdown-item:hover{background:#f3f4f6}@media (max-width: 768px){.sidebar{width:48px;min-width:48px}.sidebar-logo{width:26px;height:26px;margin-bottom:12px}.sidebar-icon{width:36px;height:36px}.sidebar-icon svg{width:18px;height:18px}.sidebar-avatar{width:28px;height:28px;font-size:10px}.welcome-screen{padding:32px 16px 100px}.welcome-logo{width:60px;height:60px;margin-bottom:16px}.welcome-heading{font-size:24px}.welcome-subtitle{font-size:15px;margin-bottom:20px}.pills{max-width:100%;gap:8px;margin-bottom:28px}.pill{font-size:14px;padding:8px 16px}.demo-cta{top:8%;left:48px}.demo-cta-inner{font-size:13px;padding:8px 18px 8px 14px}.input-bar{padding:0 12px 6px}.input-card{padding:10px 12px;gap:8px;border-radius:12px}.input-card input{font-size:14px}.send-btn{width:32px;height:32px}.chat-body{padding:16px 16px 140px}.msg-user-bubble{font-size:15px;padding:12px 16px}.response-content{font-size:15px}.boards-topbar{padding:12px 16px}.boards-title{font-size:17px}.boards-content{padding:16px}.kpi-card{min-width:120px;padding:10px 12px}.kpi-value{font-size:18px}.metric-tables,.dash-grid,.bottom-cards{grid-template-columns:1fr}.widget-panel{width:100%}}@media (max-width: 480px){.sidebar{width:40px;min-width:40px;padding:8px 0 12px}.sidebar-logo{width:22px;height:22px;margin-bottom:8px}.sidebar-icon{width:32px;height:32px}.sidebar-icon svg{width:16px;height:16px}.welcome-screen{padding:24px 12px 90px}.welcome-logo{width:48px;height:48px;margin-bottom:12px}.welcome-heading{font-size:20px;margin-bottom:6px}.welcome-subtitle{font-size:13px;margin-bottom:16px}.pills{gap:6px;margin-bottom:20px}.pill{font-size:12px;padding:7px 12px;white-space:normal;text-align:center}.recent-section{display:none}.demo-cta{top:4%;left:40px}.demo-cta-inner{font-size:11px;padding:6px 14px 6px 10px}.cta-dot{width:7px;height:7px}.input-bar{padding:0 8px 4px}.input-card{padding:8px 10px;gap:6px;border-radius:10px}.input-card input{font-size:13px}.send-btn{width:30px;height:30px}.send-btn svg{width:14px;height:14px}.chat-body{padding:12px 12px 120px}.msg-user-bubble{font-size:14px;padding:10px 14px;max-width:85%}.response-content{font-size:14px;line-height:1.6}.boards-topbar{padding:10px 12px}.boards-title{font-size:15px}.boards-btn{padding:6px 12px;font-size:12px}.boards-content{padding:12px;gap:12px}.bcard{padding:12px}.kpi-card{min-width:100px;padding:8px 10px}.kpi-card-label{font-size:10px}.kpi-value{font-size:16px}.genie-summary-text{font-size:12px;line-height:1.7}.metric-pill{font-size:11px;padding:2px 6px}}.empty-board-container{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 20px;min-height:60vh}.empty-board-heading{font-size:18px;color:#6b4cc4;font-weight:500;margin-bottom:8px}.empty-board-subtitle{font-size:14px;color:#8b7ec4;margin-bottom:24px}.empty-board-prompt-card{width:100%;max-width:440px;display:flex;flex-direction:column;align-items:center}.empty-board-prompt-input{width:100%;padding:12px 14px;border:1px solid #e5e7eb;border-radius:8px;font-family:inherit;font-size:13px;line-height:1.5;color:#1a1d35;resize:none;outline:none;transition:border-color .2s;background:#fff}.empty-board-prompt-input:not(:-moz-placeholder){border-color:#8a67ff}.empty-board-prompt-input:focus,.empty-board-prompt-input:not(:placeholder-shown){border-color:#8a67ff}.empty-board-prompt-footer{width:100%;display:flex;justify-content:space-between;align-items:center;margin-top:6px;padding:0 2px;font-size:11px;color:#9ca3af}.empty-board-prompt-helper{flex:1}.empty-board-prompt-charcount{font-variant-numeric:tabular-nums}.empty-board-generate-btn{margin-top:14px;display:inline-flex;align-items:center;justify-content:center;padding:10px 22px;border-radius:8px;border:none;cursor:pointer;background:#1a1d35;color:#fff;font-size:14px;font-weight:600;font-family:inherit;transition:background .2s,transform .15s,opacity .2s}.empty-board-generate-btn:hover:not(.disabled):not(.generating){background:#2a2d4a}.empty-board-generate-btn:active:not(.disabled):not(.generating){transform:translateY(1px)}.empty-board-generate-btn.disabled{background:#c4c4d0;cursor:not-allowed;color:#fff}.empty-board-generate-btn.generating{background:#9ca3af;cursor:progress;color:#fff}.empty-board-divider{margin:18px 0 10px;width:100%;display:flex;align-items:center;gap:12px;color:#9ca3af;font-size:12px}.empty-board-divider:before,.empty-board-divider:after{content:"";flex:1;height:1px;background:#e5e7eb}.empty-board-fallback-btn{display:inline-flex;align-items:center;gap:4px;padding:8px 16px;border-radius:8px;border:1px solid #e5e7eb;cursor:pointer;background:#fff;color:#4a4e69;font-size:13px;font-weight:500;font-family:inherit;transition:border-color .2s,background .2s}.empty-board-fallback-btn:hover{border-color:#c4c4d0;background:#fafafa}.act2-empty-wrap{width:100%;height:100%;position:relative;transition:box-shadow .6s ease}.act2-empty-wrap.generating-glow{box-shadow:inset 0 0 60px #8a67ff2e,inset 0 0 120px #8a67ff14;animation:generatingPulse 2.2s ease-in-out infinite}@keyframes generatingPulse{0%,to{box-shadow:inset 0 0 60px #8a67ff2e,inset 0 0 120px #8a67ff14}50%{box-shadow:inset 0 0 80px #8a67ff47,inset 0 0 160px #8a67ff24}}.act2-reveal-wrap{width:100%;height:100%;position:relative;animation:revealFadeIn .6s ease-out}@keyframes revealFadeIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.board-reveal-banner{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:12px 20px;margin:16px 20px 0;border-radius:10px;background:linear-gradient(135deg,#8a67ff0f,#8a67ff05);border:1px solid rgba(138,103,255,.2);animation:bannerSlideIn .5s ease-out}@keyframes bannerSlideIn{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.board-reveal-banner-text{flex:1;display:flex;align-items:center;gap:10px;font-size:13px;color:#1a1d35}.board-reveal-banner-text strong{color:#1a1d35;font-weight:600}.board-reveal-icon{color:#8a67ff;font-size:16px;flex-shrink:0}.board-reveal-banner-actions{display:flex;align-items:center;gap:8px}.board-reveal-btn{display:inline-flex;align-items:center;padding:7px 14px;border-radius:7px;cursor:pointer;font-size:12px;font-weight:600;font-family:inherit;transition:background .2s,border-color .2s}.board-reveal-btn.primary{background:#1a1d35;color:#fff;border:1px solid #1a1d35}.board-reveal-btn.primary:hover{background:#2a2d4a}.board-reveal-btn.outline{background:#fff;color:#4a4e69;border:1px solid #e5e7eb}.board-reveal-btn.outline:hover{border-color:#c4c4d0;background:#fafafa}.act2-reveal-wrap.auto-saving .board-reveal-btn.primary{animation:autoSavePulse .7s ease-out forwards;position:relative;z-index:1}@keyframes autoSavePulse{0%{box-shadow:0 0 #8a67ff99;transform:scale(1)}50%{box-shadow:0 0 0 8px #8a67ff00;transform:scale(1.04);background:#8a67ff}to{box-shadow:0 0 0 12px #8a67ff00;transform:scale(1);background:#1a1d35}}.fake-cursor{position:absolute;width:22px;height:22px;pointer-events:none;z-index:1000;opacity:0;transform:translate(-4px,-2px);transition:opacity .4s ease,left 1.2s cubic-bezier(.4,0,.2,1),top 1.2s cubic-bezier(.4,0,.2,1);filter:drop-shadow(0 2px 4px rgba(0,0,0,.25))}.fake-cursor.visible{opacity:1}.fake-cursor.clicking:after{content:"";position:absolute;top:50%;left:50%;width:24px;height:24px;border-radius:50%;background:#8a67ff66;transform:translate(-50%,-50%) scale(0);animation:cursorClickRipple .35s ease-out forwards;pointer-events:none}@keyframes cursorClickRipple{0%{transform:translate(-50%,-50%) scale(0);opacity:1}to{transform:translate(-50%,-50%) scale(2.5);opacity:0}}.fake-cursor.clicking svg{animation:cursorClickPress .2s ease-in-out}@keyframes cursorClickPress{0%,to{transform:scale(1)}50%{transform:scale(.85)}}.empty-board-generate-btn.highlight-halo,.board-reveal-btn.highlight-halo{position:relative;z-index:1}.empty-board-generate-btn.highlight-halo:before,.board-reveal-btn.highlight-halo:before{content:"";position:absolute;inset:-8px;border-radius:inherit;border:2px solid rgba(138,103,255,.7);animation:focusHaloPulse 1s ease-out infinite;pointer-events:none;z-index:-1}.board-reveal-btn.highlight-halo:before{inset:-6px}@keyframes focusHaloPulse{0%{box-shadow:0 0 #8a67ff8c;border-color:#8a67ffcc;transform:scale(1)}60%{box-shadow:0 0 0 10px #8a67ff00;border-color:#8a67ff4d;transform:scale(1.04)}to{box-shadow:0 0 0 14px #8a67ff00;border-color:#8a67ff00;transform:scale(1)}}.act2-reveal-wrap.cameo-active .boards-content>.bcard:not(:first-child),.act2-reveal-wrap.cameo-active .boards-content>.metric-tables,.act2-reveal-wrap.cameo-active .boards-content>.dash-grid,.act2-reveal-wrap.cameo-active .boards-content>.bottom-cards{opacity:.18;filter:blur(.3px);transition:opacity 1s ease,filter 1s ease;pointer-events:none}.act2-reveal-wrap.cameo-active .boards-content>.bcard:first-child{box-shadow:0 8px 32px #8a67ff2e,0 0 0 2px #8a67ff40;transition:box-shadow 1s ease}.act2-reveal-wrap.cameo-active .boards-topbar{opacity:.5;transition:opacity 1s ease}.act3-cameo-cta{position:absolute;left:50%;top:53%;transform:translate(-50%);z-index:100;animation:ctaFadeIn .7s ease-out .3s both}@keyframes ctaFadeIn{0%{opacity:0;transform:translate(-50%,8px)}to{opacity:1;transform:translate(-50%)}}.homepage-cta{display:inline-flex;align-items:center;gap:10px;padding:14px 28px;border-radius:999px;border:none;cursor:pointer;background:linear-gradient(135deg,#6b4cc4,#8a67ff);color:#fff;font-family:inherit;font-size:15px;font-weight:600;letter-spacing:.2px;box-shadow:0 4px 24px #8a67ff59,0 0 0 4px #8a67ff1f;animation:homepageCtaPulse 2s ease-in-out infinite;transition:transform .15s ease}.homepage-cta:hover{transform:translateY(-1px);box-shadow:0 6px 32px #8a67ff80,0 0 0 5px #8a67ff2e}.homepage-cta:active{transform:translateY(0)}@keyframes homepageCtaPulse{0%,to{box-shadow:0 4px 24px #8a67ff59,0 0 0 4px #8a67ff1f}50%{box-shadow:0 6px 36px #8a67ff80,0 0 0 8px #8a67ff2e}}.homepage-cta-persistent{position:absolute;top:16px;right:20px;z-index:300;padding:8px 18px;font-size:13px;border-radius:999px;border:none;cursor:pointer;background:linear-gradient(135deg,#6b4cc4,#8a67ff);color:#fff;font-family:inherit;font-weight:600;letter-spacing:.2px;box-shadow:0 2px 12px #8a67ff4d;display:inline-flex;align-items:center;gap:8px;transition:transform .15s ease,box-shadow .2s ease}.homepage-cta-persistent:hover{transform:translateY(-1px);box-shadow:0 4px 18px #8a67ff73}.homepage-cta-persistent svg{width:14px;height:14px}.homepage-cta-cameo{display:inline-flex;align-items:center;gap:10px;padding:14px 28px;border-radius:999px;border:none;cursor:pointer;background:linear-gradient(135deg,#6b4cc4,#8a67ff);color:#fff;font-family:inherit;font-size:15px;font-weight:600;letter-spacing:.2px;box-shadow:0 4px 24px #8a67ff59,0 0 0 4px #8a67ff1f;animation:homepageCtaPulse 2s ease-in-out infinite;transition:transform .15s ease}.homepage-cta-cameo:hover{transform:translateY(-1px)}.sidebar-icon.nav-halo{animation:navHaloPulse 1.5s ease-out forwards;z-index:10}.sidebar-icon.nav-halo:after{content:"";position:absolute;inset:-6px;border-radius:14px;border:2px solid rgba(138,103,255,.85);box-shadow:0 0 #8a67ffb3,0 0 24px #8a67ff99;animation:navHaloRing 1.5s ease-out forwards;pointer-events:none}@keyframes navHaloPulse{0%{transform:scale(1);background:#ffffff0d}25%{transform:scale(1.18);background:#8a67ff59}60%{transform:scale(1.1);background:#8a67ff40}to{transform:scale(1);background:#ffffff0d}}@keyframes navHaloRing{0%{transform:scale(1);border-color:#8a67ffd9;box-shadow:0 0 #8a67ffb3,0 0 24px #8a67ff99}60%{transform:scale(1.55);border-color:#8a67ff26;box-shadow:0 0 0 18px #8a67ff00,0 0 32px #8a67ff26}to{transform:scale(1.85);border-color:#8a67ff00;box-shadow:none}}.section-descriptor{position:absolute;top:18px;left:50%;transform:translate(-50%);z-index:50;padding:6px 16px;border-radius:999px;background:#8a67ff14;border:1px solid rgba(138,103,255,.18);color:#4a4e69;font-family:inherit;font-size:13px;font-weight:500;letter-spacing:.1px;white-space:nowrap;pointer-events:none;animation:descriptorFadeIn .5s ease-out}@keyframes descriptorFadeIn{0%{opacity:0;transform:translate(-50%,-4px)}to{opacity:1;transform:translate(-50%)}}.section-interstitial{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;padding:40px 60px;background:#fff;z-index:80;animation:interstitialFade 2.2s ease-in-out forwards}.section-interstitial-text{max-width:880px;text-align:center;font-family:inherit;font-size:44px;font-weight:700;line-height:1.22;color:#1a1d35;letter-spacing:-.6px;white-space:pre-line;background:linear-gradient(135deg,#1a1d35,#6b4cc4,#8a67ff);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}@keyframes interstitialFade{0%{opacity:0;transform:scale(.96)}18%{opacity:1;transform:scale(1)}82%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(1.02)}}.section-descriptor{display:none}.section-interstitial-text.opener{font-size:60px;letter-spacing:-1px;background:linear-gradient(135deg,#01f0db,#6b4cc4 55%,#8a67ff);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.act2-reveal-wrap.static-fallback{animation:none}.mobile-fallback-note{position:absolute;bottom:12px;left:0;right:0;text-align:center;font-size:12px;color:#6b7280;padding:8px 16px;background:#fffffff2;border-top:1px solid #e5e7eb}.hero-inner[data-astro-cid-wse7a2hg]{max-width:1440px;margin:0 auto;padding:108px 0 96px 40px;display:flex;align-items:center;gap:52px}.hero-left[data-astro-cid-wse7a2hg]{flex-shrink:0;width:44%;max-width:560px;display:flex;flex-direction:column;gap:20px}.hero-right[data-astro-cid-wse7a2hg]{flex:1;min-width:0}.hero-mobile-visual[data-astro-cid-wse7a2hg]{display:none}.hero-demo-link[data-astro-cid-wse7a2hg]{color:#8a67ff;font-weight:600}.hero-demo-link[data-astro-cid-wse7a2hg]:hover{color:#7c57f5}.demo-shell[data-astro-cid-wse7a2hg]>astro-island[data-astro-cid-wse7a2hg]{display:block;width:100%}.hero-eyebrow[data-astro-cid-wse7a2hg]{font-family:Inter,sans-serif;font-size:13px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#8a67ff;margin-bottom:16px}.hero-headline[data-astro-cid-wse7a2hg]{font-family:Inter,sans-serif;font-size:clamp(40px,4.5vw,60px);font-weight:800;line-height:1.06;letter-spacing:-.028em;color:#0b0d1a}.gradient-word[data-astro-cid-wse7a2hg]{background:linear-gradient(120deg,#8a67ff,#6d4fe0 60%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-sub[data-astro-cid-wse7a2hg]{font-size:17px;color:#4b5563;line-height:1.6}.hero-form[data-astro-cid-wse7a2hg]{display:flex;flex-direction:column;gap:10px;max-width:460px}.hero-actions[data-astro-cid-wse7a2hg]{display:flex;align-items:stretch;gap:10px}.hero-form-row[data-astro-cid-wse7a2hg]{flex:1 1 auto;min-width:0}.hero-demo-btn[data-astro-cid-wse7a2hg]{flex-shrink:0;display:inline-flex;align-items:center;padding:4px 20px;background:#fff;border:1.5px solid rgba(138,103,255,.35);border-radius:10px;color:#6d4fe0;font-size:15px;font-weight:500;text-decoration:none;transition:border-color .15s,background .15s,transform .15s}.hero-demo-btn[data-astro-cid-wse7a2hg]:hover{border-color:#8a67ff99;background:#8a67ff0a;transform:translateY(-1px)}.hero-form-row[data-astro-cid-wse7a2hg]{display:flex;align-items:center;background:#fff;border:1.5px solid #e5e7eb;border-radius:10px;padding:4px;box-shadow:0 2px 12px #0000000f;transition:border-color .15s,box-shadow .15s}.hero-form-row[data-astro-cid-wse7a2hg]:focus-within{border-color:#8a67ff;box-shadow:0 0 0 3px #8a67ff26}.hero-input[data-astro-cid-wse7a2hg]{flex:1;min-width:0;padding:10px 14px;border:none;background:transparent;font-size:15px;color:#111827;font-family:Inter,sans-serif;outline:none}.hero-input[data-astro-cid-wse7a2hg]::-moz-placeholder{color:#9ca3af}.hero-input[data-astro-cid-wse7a2hg]::placeholder{color:#9ca3af}.hero-cta[data-astro-cid-wse7a2hg]{flex-shrink:0;padding:10px 20px;border-radius:7px;border:none;background:#8a67ff;color:#fff;font-size:15px;font-weight:500;font-family:Inter,sans-serif;cursor:pointer;white-space:nowrap;transition:background .15s,transform .15s}.hero-cta[data-astro-cid-wse7a2hg]:hover{background:#7c57f5;transform:translateY(-1px)}.hero-fine[data-astro-cid-wse7a2hg]{font-size:14px;color:#9ca3af;text-align:center}.hero-stats-card[data-astro-cid-wse7a2hg]{border-radius:10px;border:1px solid rgba(229,231,235,.8);background:#ffffffb3;backdrop-filter:blur(8px);padding:10px 16px;display:flex;flex-direction:column;gap:8px;max-width:440px}.stats-row[data-astro-cid-wse7a2hg]{display:flex;align-items:center}.stat[data-astro-cid-wse7a2hg]{flex:1;display:flex;flex-direction:column;gap:2px;padding:0 12px}.stat[data-astro-cid-wse7a2hg]:first-child{padding-left:0}.stat[data-astro-cid-wse7a2hg]:last-child{padding-right:0}.stat[data-astro-cid-wse7a2hg]+.stat[data-astro-cid-wse7a2hg]{border-left:1px solid #e5e7eb}.stat-value[data-astro-cid-wse7a2hg]{display:flex;align-items:center;gap:4px;font-size:17px;font-weight:800;color:#0b0d1a;white-space:nowrap}.stat-label[data-astro-cid-wse7a2hg]{font-size:9px;font-weight:700;letter-spacing:.08em;color:#9ca3af;text-transform:uppercase;white-space:nowrap}.stat-attribution[data-astro-cid-wse7a2hg]{padding-top:6px;border-top:1px solid #f3f4f6;display:flex;align-items:center;gap:7px}.attr-avatar[data-astro-cid-wse7a2hg]{width:18px;height:18px;border-radius:50%;-o-object-fit:cover;object-fit:cover;flex-shrink:0;border:1.5px solid #e5e7eb}.attr-name[data-astro-cid-wse7a2hg]{font-size:11px;color:#6b7280}.demo-shell[data-astro-cid-wse7a2hg]{width:100%;border-radius:16px 0 0 16px;overflow:hidden;box-shadow:0 0 0 1px #8a67ff26,0 24px 48px -12px #0000002e,0 4px 12px -2px #00000014}@media (max-width: 1024px){.hero-inner[data-astro-cid-wse7a2hg]{flex-direction:column;padding:64px 24px 56px;gap:32px}.hero-left[data-astro-cid-wse7a2hg]{width:100%;max-width:none}.hero-headline[data-astro-cid-wse7a2hg]{font-size:clamp(36px,5vw,52px)}.demo-shell[data-astro-cid-wse7a2hg]{border-radius:16px}.hero-right[data-astro-cid-wse7a2hg]{display:none}.hero-mobile-visual[data-astro-cid-wse7a2hg]{display:block;width:100%;max-width:360px;margin:4px auto 0;border-radius:18px;box-shadow:0 24px 60px -28px #1a1a2e4d}}@media (max-width: 640px){.hero-inner[data-astro-cid-wse7a2hg]{padding:36px 20px 32px}.hero-headline[data-astro-cid-wse7a2hg]{font-size:34px;line-height:1.08}.hero-sub[data-astro-cid-wse7a2hg]{font-size:17px}.hero-actions[data-astro-cid-wse7a2hg]{flex-direction:column;align-items:stretch}.hero-demo-btn[data-astro-cid-wse7a2hg]{justify-content:center;padding:12px 20px}.stats-row[data-astro-cid-wse7a2hg]{flex-wrap:wrap}.stat[data-astro-cid-wse7a2hg]{flex:0 0 50%;padding:6px 0}.stat[data-astro-cid-wse7a2hg]+.stat[data-astro-cid-wse7a2hg]{border-left:none}.stat[data-astro-cid-wse7a2hg]:nth-child(n+3){border-top:1px solid #e5e7eb}}.integrations-strip[data-astro-cid-upl63nim]{background:#fff;border-top:1px solid #ebebf0;border-bottom:1px solid #ebebf0;padding:20px 0}.integrations-inner[data-astro-cid-upl63nim]{max-width:1280px;margin:0 auto;padding:0 40px;display:flex;align-items:center;gap:32px;flex-wrap:wrap}.integrations-tagline[data-astro-cid-upl63nim]{font-family:Inter,sans-serif;font-size:15px;font-weight:600;color:#1a1d35;white-space:nowrap;flex-shrink:0}.integrations-logos[data-astro-cid-upl63nim]{display:flex;align-items:center;gap:20px;flex:1;min-width:0}.int-icon[data-astro-cid-upl63nim]{width:28px;height:28px;-o-object-fit:contain;object-fit:contain;opacity:.45;flex-shrink:0;filter:grayscale(100%);transition:opacity .2s,filter .2s}.int-icon[data-astro-cid-upl63nim]:hover{opacity:1;filter:grayscale(0%)}.integrations-right[data-astro-cid-upl63nim]{display:flex;align-items:center;gap:16px;flex-shrink:0}.integrations-more[data-astro-cid-upl63nim]{font-size:14px;color:#6b7280;font-family:Inter,sans-serif;white-space:nowrap}.integrations-link[data-astro-cid-upl63nim]{font-size:14px;font-weight:600;color:#8a67ff;text-decoration:none;font-family:Inter,sans-serif;white-space:nowrap;padding:6px 14px;border:1px solid rgba(138,103,255,.35);border-radius:20px;transition:background .15s,border-color .15s}.integrations-link[data-astro-cid-upl63nim]:hover{background:#8a67ff0f;border-color:#8a67ff99}@media (max-width: 768px){.integrations-inner[data-astro-cid-upl63nim]{padding:0 24px;gap:16px}.integrations-tagline[data-astro-cid-upl63nim]{font-size:14px}.int-icon[data-astro-cid-upl63nim]{width:22px;height:22px}}@media (max-width: 640px){.integrations-tagline[data-astro-cid-upl63nim]{display:none}.integrations-logos[data-astro-cid-upl63nim]{justify-content:center}}.testimonials-section[data-astro-cid-wwptblld]{background:#f6f7fa;padding:52px 0 84px}.testimonials-inner[data-astro-cid-wwptblld]{max-width:1280px;margin:0 auto;padding:0 40px;text-align:center}.testimonials-eyebrow[data-astro-cid-wwptblld]{font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#8a67ff;margin-bottom:12px;font-family:Inter,sans-serif}.testimonials-headline[data-astro-cid-wwptblld]{font-family:Inter,sans-serif;font-size:clamp(28px,3vw,40px);font-weight:900;line-height:1.1;letter-spacing:-.02em;color:#0f1117;margin-bottom:56px}.testimonials-grid[data-astro-cid-wwptblld]{display:grid;grid-template-columns:repeat(3,1fr);text-align:left}.testimonial-card[data-astro-cid-wwptblld]{padding:0 44px;display:flex;flex-direction:column;gap:18px}.testimonial-mark[data-astro-cid-wwptblld]{font-family:Georgia,Times New Roman,serif;font-size:60px;line-height:.6;height:26px;color:#8a67ff;opacity:.32;display:block}.testimonial-card--border[data-astro-cid-wwptblld]{border-right:1px solid rgba(15,17,23,.08)}.testimonial-card[data-astro-cid-wwptblld]:first-child{padding-left:0}.testimonial-card[data-astro-cid-wwptblld]:last-child{padding-right:0}.testimonial-text[data-astro-cid-wwptblld]{font-size:17.5px;line-height:1.6;color:#2f3545;font-family:Inter,sans-serif;font-weight:500;letter-spacing:-.01em;flex:1}.testimonial-footer[data-astro-cid-wwptblld]{display:flex;align-items:center;gap:12px}.testimonial-avatar[data-astro-cid-wwptblld]{width:40px;height:40px;border-radius:50%;-o-object-fit:cover;object-fit:cover;flex-shrink:0}.testimonial-meta[data-astro-cid-wwptblld]{display:flex;flex-direction:column;gap:2px}.testimonial-name[data-astro-cid-wwptblld]{font-size:14px;font-weight:700;color:#0f1117;font-family:Inter,sans-serif}.testimonial-title[data-astro-cid-wwptblld]{font-size:12px;color:#6b7280;font-family:Inter,sans-serif}@media (max-width: 1024px){.testimonials-grid[data-astro-cid-wwptblld]{grid-template-columns:1fr;max-width:560px;margin:0 auto}.testimonial-card[data-astro-cid-wwptblld]{padding:32px 0;border-right:none!important;border-bottom:1px solid rgba(15,17,23,.1)}.testimonial-card[data-astro-cid-wwptblld]:last-child{border-bottom:none}}@media (max-width: 640px){.testimonials-section[data-astro-cid-wwptblld]{padding:56px 0}.testimonials-inner[data-astro-cid-wwptblld]{padding:0 24px}}.features-section[data-astro-cid-lzaadkbt]{background:#fff;padding:88px 0 80px;border-top:1px solid #f0f0f5}.features-inner[data-astro-cid-lzaadkbt]{max-width:1280px;margin:0 auto;padding:0 40px;text-align:center}.features-eyebrow[data-astro-cid-lzaadkbt]{font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#8a67ff;margin-bottom:12px;font-family:Inter,sans-serif}.features-headline[data-astro-cid-lzaadkbt]{font-family:Inter,sans-serif;font-size:clamp(30px,3.5vw,46px);font-weight:900;line-height:1.1;letter-spacing:-.02em;color:#1a1d35;margin-bottom:14px}.features-sub[data-astro-cid-lzaadkbt]{font-size:17px;color:#6b7280;line-height:1.6;font-family:Inter,sans-serif;margin-bottom:56px}.features-grid[data-astro-cid-lzaadkbt]{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;text-align:left}.feature-card[data-astro-cid-lzaadkbt]{display:flex;flex-direction:column;gap:0;border:1px solid #e5e7eb;border-radius:16px;overflow:hidden;transition:box-shadow .2s}.feature-card[data-astro-cid-lzaadkbt]:hover{box-shadow:0 8px 32px -4px #8a67ff1f}.feature-screenshot-wrap[data-astro-cid-lzaadkbt]{width:100%;background:#f8f9fa;border-bottom:1px solid #e5e7eb;overflow:hidden}.feature-screenshot[data-astro-cid-lzaadkbt]{width:100%;height:auto;display:block}.feature-copy[data-astro-cid-lzaadkbt]{padding:24px;display:flex;flex-direction:column;gap:10px}.feature-title[data-astro-cid-lzaadkbt]{font-family:Inter,sans-serif;font-size:17px;font-weight:700;color:#1a1d35;line-height:1.3}.feature-body[data-astro-cid-lzaadkbt]{font-size:15px;line-height:1.6;color:#6b7280;font-family:Inter,sans-serif}@media (max-width: 1024px){.features-grid[data-astro-cid-lzaadkbt]{grid-template-columns:1fr;max-width:560px;margin:0 auto}}@media (max-width: 640px){.features-section[data-astro-cid-lzaadkbt]{padding:56px 0}.features-inner[data-astro-cid-lzaadkbt]{padding:0 24px}}.hiw-section[data-astro-cid-shec3gad]{background:#f8f9fb;padding:96px 0 80px}.hiw-inner[data-astro-cid-shec3gad]{max-width:1200px;margin:0 auto;padding:0 40px;text-align:center}.hiw-eyebrow[data-astro-cid-shec3gad]{font-family:Inter,sans-serif;font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#8a67ff;margin-bottom:14px}.hiw-headline[data-astro-cid-shec3gad]{font-family:Inter,sans-serif;font-size:clamp(32px,3.6vw,48px);font-weight:900;line-height:1.1;letter-spacing:-.02em;color:#0f1117;margin-bottom:16px}.hiw-sub[data-astro-cid-shec3gad]{font-family:Inter,sans-serif;font-size:17px;color:#6b7280;margin-bottom:56px}.hiw-steps[data-astro-cid-shec3gad]{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;text-align:left;margin-bottom:48px}.step-card[data-astro-cid-shec3gad]{background:#fff;border:1px solid #e5e7eb;border-radius:20px;padding:24px;display:flex;flex-direction:column;gap:14px;box-shadow:0 1px 3px #0000000a;min-width:0}.step-visual[data-astro-cid-shec3gad]{background:#f5f6fa;border-radius:14px;height:190px;flex-shrink:0;display:flex;align-items:center;justify-content:center;overflow:hidden;padding:20px}.step-visual--connect[data-astro-cid-shec3gad]{align-items:center;gap:14px}.src-grid[data-astro-cid-shec3gad]{display:grid;grid-template-columns:repeat(2,1fr);gap:5px;flex-shrink:0}.src-icon[data-astro-cid-shec3gad]{width:38px;height:38px;-o-object-fit:contain;object-fit:contain;background:#fff;border-radius:9px;padding:5px;border:1px solid #e5e7eb;box-shadow:0 1px 3px #0000000d}.flow-tracks[data-astro-cid-shec3gad]{display:flex;flex-direction:column;gap:4px;flex:1}.flow-lane[data-astro-cid-shec3gad]{width:100%;height:14px;position:relative}.flow-dash[data-astro-cid-shec3gad]{position:absolute;left:0;right:0;top:50%;transform:translateY(-50%);border-top:2px dashed #d1d5db}@keyframes flowRight{0%{left:0;opacity:0}12%{opacity:1}88%{opacity:1}to{left:calc(100% - 9px);opacity:0}}.flow-dot[data-astro-cid-shec3gad]{position:absolute;width:9px;height:9px;top:50%;margin-top:-4.5px;border-radius:50%;background:#01f0db;box-shadow:0 0 8px #01f0dbb3;animation:flowRight 2s ease-in-out infinite}.fd1[data-astro-cid-shec3gad]{animation-delay:0s}.fd2[data-astro-cid-shec3gad]{animation-delay:.67s}.fd3[data-astro-cid-shec3gad]{animation-delay:1.33s}.genie-dest[data-astro-cid-shec3gad]{flex-shrink:0;width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,#01c9b8,#8a67ff);display:flex;align-items:center;justify-content:center;box-shadow:0 4px 14px #8a67ff59}.recon-wrap[data-astro-cid-shec3gad]{display:flex;align-items:center;gap:14px;width:100%;font-family:Inter,sans-serif;font-size:12px}.recon-sources[data-astro-cid-shec3gad]{flex:1}.recon-row[data-astro-cid-shec3gad]{display:flex;align-items:center;gap:7px;margin-bottom:9px;color:#374151}.recon-row[data-astro-cid-shec3gad]:last-child{margin-bottom:0}.src-dot[data-astro-cid-shec3gad]{width:10px;height:10px;border-radius:3px;flex-shrink:0}.shopify-dot[data-astro-cid-shec3gad]{background:#5a8a2b}.g-dot[data-astro-cid-shec3gad]{background:#e8a818}.m-dot[data-astro-cid-shec3gad]{background:#1877f2}.recon-lbl[data-astro-cid-shec3gad]{flex:1;color:#6b7280}.recon-val[data-astro-cid-shec3gad]{font-weight:700;color:#0f1117}.recon-arr[data-astro-cid-shec3gad]{color:#d1d5db;font-size:11px}.recon-output[data-astro-cid-shec3gad]{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:12px 14px;min-width:120px;flex-shrink:0;box-shadow:0 2px 8px #0000000d}.recon-out-row[data-astro-cid-shec3gad]{display:flex;justify-content:space-between;gap:12px;margin-bottom:6px;font-size:13px}.recon-out-row[data-astro-cid-shec3gad]:last-of-type{margin-bottom:0}.recon-out-lbl[data-astro-cid-shec3gad]{color:#6b7280}.recon-out-val[data-astro-cid-shec3gad]{font-weight:700;color:#0f1117}.recon-teal[data-astro-cid-shec3gad]{color:#0aa898}.recon-badge[data-astro-cid-shec3gad]{margin-top:8px;padding-top:8px;border-top:1px solid #f3f4f6;font-size:11px;font-weight:600;color:#059669;letter-spacing:.01em}.ask-card[data-astro-cid-shec3gad]{background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:16px 18px;width:100%;font-family:Inter,sans-serif;box-shadow:0 2px 10px #0000000d}.ask-header[data-astro-cid-shec3gad]{display:flex;align-items:center;gap:8px;margin-bottom:12px}.ask-genie-dot[data-astro-cid-shec3gad]{width:22px;height:22px;border-radius:50%;background:linear-gradient(135deg,#8a67ff,#01f0db);flex-shrink:0}.ask-genie-lbl[data-astro-cid-shec3gad]{font-size:14px;font-weight:700;color:#0f1117}.ask-q[data-astro-cid-shec3gad]{background:#f5f3ff;color:#4b5563;font-size:13px;font-style:italic;padding:8px 12px;border-radius:8px;margin-bottom:12px}.ask-ans[data-astro-cid-shec3gad]{display:flex;align-items:flex-start;gap:10px}.ask-bar[data-astro-cid-shec3gad]{flex-shrink:0;width:3px;height:36px;border-radius:2px;background:#8a67ff;margin-top:1px}.ask-ans-main[data-astro-cid-shec3gad]{font-size:14px;font-weight:700;color:#0f1117}.ask-ans-sub[data-astro-cid-shec3gad]{font-size:13px;color:#6b7280;margin-top:3px}.step-label[data-astro-cid-shec3gad]{font-family:Inter,sans-serif;font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#8a67ff}.step-title[data-astro-cid-shec3gad]{font-family:Inter,sans-serif;font-size:18px;font-weight:800;color:#0f1117;line-height:1.3}.step-body[data-astro-cid-shec3gad]{font-family:Inter,sans-serif;font-size:15px;line-height:1.65;color:#6b7280;flex:1}.step-link[data-astro-cid-shec3gad]{color:#8a67ff;text-decoration:none;font-weight:600;margin-left:4px}.step-badge[data-astro-cid-shec3gad]{display:inline-block;font-family:Inter,sans-serif;font-size:12px;font-weight:600;color:#6b7280;background:#f9fafb;border:1px solid #e5e7eb;border-radius:20px;padding:4px 14px;align-self:flex-start}.hiw-pills[data-astro-cid-shec3gad]{display:flex;gap:8px;justify-content:center;align-items:center;flex-wrap:wrap}.hiw-pill[data-astro-cid-shec3gad]{font-family:Inter,sans-serif;font-size:15px;color:#6b7280}.hiw-pill[data-astro-cid-shec3gad]+.hiw-pill[data-astro-cid-shec3gad]:before{content:"·";margin-right:8px;color:#d1d5db}@media (max-width: 1024px){.hiw-steps[data-astro-cid-shec3gad]{grid-template-columns:1fr;max-width:520px;margin:0 auto 48px}}@media (max-width: 640px){.hiw-section[data-astro-cid-shec3gad]{padding:64px 0 56px}.hiw-inner[data-astro-cid-shec3gad]{padding:0 20px}.hiw-headline[data-astro-cid-shec3gad]{font-size:30px}.step-visual[data-astro-cid-shec3gad]{height:160px}}.roles-section[data-astro-cid-dxyfadec]{background:#f5f6fa;padding:88px 0 80px;border-top:1px solid #f0f0f5}.roles-inner[data-astro-cid-dxyfadec]{max-width:1280px;margin:0 auto;padding:0 40px;text-align:center}.roles-eyebrow[data-astro-cid-dxyfadec]{font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#8a67ff;margin-bottom:12px;font-family:Inter,sans-serif}.roles-headline[data-astro-cid-dxyfadec]{font-family:Inter,sans-serif;font-size:clamp(32px,4vw,52px);font-weight:900;line-height:1.1;letter-spacing:-.025em;color:#1a1d35;margin-bottom:16px}.roles-sub[data-astro-cid-dxyfadec]{font-size:17px;color:#6b7280;line-height:1.6;font-family:Inter,sans-serif;margin-bottom:56px}.roles-grid[data-astro-cid-dxyfadec]{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:#e5e7eb;border:1px solid #e5e7eb;border-radius:16px;overflow:hidden;text-align:left;margin-bottom:40px}.role-card[data-astro-cid-dxyfadec]{background:#fff;padding:28px 28px 32px;display:flex;flex-direction:column;gap:10px;transition:background .15s}.role-card[data-astro-cid-dxyfadec]:hover{background:#faf9ff}.role-tag[data-astro-cid-dxyfadec]{font-size:11px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:#8a67ff;font-family:Inter,sans-serif}.role-title[data-astro-cid-dxyfadec]{font-family:Inter,sans-serif;font-size:17px;font-weight:800;color:#1a1d35;line-height:1.3}.role-body[data-astro-cid-dxyfadec]{font-size:15px;line-height:1.65;color:#6b7280;font-family:Inter,sans-serif}.roles-cta-row[data-astro-cid-dxyfadec]{display:flex;justify-content:center}.roles-cta-btn[data-astro-cid-dxyfadec]{display:inline-block;padding:10px 24px;border:1.5px solid rgba(138,103,255,.4);border-radius:24px;font-size:15px;font-weight:600;color:#8a67ff;text-decoration:none;font-family:Inter,sans-serif;transition:background .15s,border-color .15s}.roles-cta-btn[data-astro-cid-dxyfadec]:hover{background:#8a67ff0f;border-color:#8a67ff99}@media (max-width: 1024px){.roles-grid[data-astro-cid-dxyfadec]{grid-template-columns:repeat(2,1fr)}}@media (max-width: 640px){.roles-section[data-astro-cid-dxyfadec]{padding:56px 0}.roles-inner[data-astro-cid-dxyfadec]{padding:0 24px}.roles-headline[data-astro-cid-dxyfadec]{font-size:30px}.roles-grid[data-astro-cid-dxyfadec]{grid-template-columns:1fr}.roles-sub[data-astro-cid-dxyfadec] br[data-astro-cid-dxyfadec]{display:none}}.cta-section[data-astro-cid-ynynofdd]{padding:96px 0 88px}.cta-inner[data-astro-cid-ynynofdd]{max-width:640px;margin:0 auto;padding:0 40px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:20px}.cta-headline[data-astro-cid-ynynofdd]{font-family:Inter,sans-serif;font-size:clamp(36px,5vw,60px);font-weight:900;line-height:1.05;letter-spacing:-.03em;color:#fff;margin:0}.cta-sub[data-astro-cid-ynynofdd]{font-size:17px;color:#fff9;font-family:Inter,sans-serif;line-height:1.5;margin:0}.cta-actions[data-astro-cid-ynynofdd]{display:flex;align-items:stretch;justify-content:center;gap:12px;width:100%;max-width:560px;margin:4px auto 0}.cta-form[data-astro-cid-ynynofdd]{display:flex;flex:1 1 auto;min-width:0;background:#ffffff12;border:1.5px solid rgba(255,255,255,.14);border-radius:10px;padding:4px;margin:0;transition:border-color .15s}.cta-form[data-astro-cid-ynynofdd]:focus-within{border-color:#8a67ff99}.cta-input[data-astro-cid-ynynofdd]{flex:1;min-width:0;padding:10px 14px;border:none;background:transparent;color:#fff;font-size:15px;font-family:Inter,sans-serif;outline:none}.cta-input[data-astro-cid-ynynofdd]::-moz-placeholder{color:#ffffff59}.cta-input[data-astro-cid-ynynofdd]::placeholder{color:#ffffff59}.cta-btn[data-astro-cid-ynynofdd]{flex-shrink:0;padding:10px 22px;border-radius:7px;border:none;background:#8a67ff;color:#fff;font-size:15px;font-weight:500;font-family:Inter,sans-serif;cursor:pointer;white-space:nowrap;transition:background .15s,transform .15s}.cta-btn[data-astro-cid-ynynofdd]:hover{background:#7c57f5;transform:translateY(-1px)}.cta-trust[data-astro-cid-ynynofdd]{display:flex;align-items:center;gap:10px;flex-wrap:wrap;justify-content:center}.cta-trust-item[data-astro-cid-ynynofdd]{font-size:14px;color:#fff6;font-family:Inter,sans-serif}.cta-trust-sep[data-astro-cid-ynynofdd]{color:#fff3;font-size:14px}.cta-demo-link[data-astro-cid-ynynofdd]{font-size:14px;font-weight:600;color:#a991ff;font-family:Inter,sans-serif}.cta-demo-link[data-astro-cid-ynynofdd]:hover{color:#bfa9ff}.cta-quote[data-astro-cid-ynynofdd]{margin-top:16px;display:flex;flex-direction:column;align-items:center;gap:16px;max-width:480px}.cta-quote-text[data-astro-cid-ynynofdd]{font-size:16px;font-style:italic;line-height:1.65;color:#ffffffa6;font-family:Inter,sans-serif;text-align:center}.cta-quote-attr[data-astro-cid-ynynofdd]{display:flex;align-items:center;gap:10px}.cta-avatar[data-astro-cid-ynynofdd]{width:36px;height:36px;border-radius:50%;-o-object-fit:cover;object-fit:cover;flex-shrink:0}.cta-quote-name[data-astro-cid-ynynofdd]{font-size:14px;font-weight:600;color:#ffffff8c;font-family:Inter,sans-serif}@media (max-width: 640px){.cta-section[data-astro-cid-ynynofdd]{padding:72px 0 64px}.cta-inner[data-astro-cid-ynynofdd]{padding:0 24px;gap:16px}.cta-actions[data-astro-cid-ynynofdd]{flex-direction:column;align-items:stretch}.cta-form[data-astro-cid-ynynofdd]{flex-direction:column;gap:8px;background:transparent;border:none;padding:0}.cta-form[data-astro-cid-ynynofdd]:focus-within{border-color:transparent}.cta-input[data-astro-cid-ynynofdd]{width:100%;background:#ffffff12;border:1.5px solid rgba(255,255,255,.14);border-radius:10px;padding:13px 14px}.cta-input[data-astro-cid-ynynofdd]:focus{border-color:#8a67ff99}.cta-btn[data-astro-cid-ynynofdd]{width:100%;padding:13px}}.cta-demo-btn[data-astro-cid-ynynofdd]{display:inline-flex;align-items:center;padding:10px 24px;border:1.5px solid rgba(255,255,255,.22);border-radius:8px;color:#ffffffd9;font-size:15px;font-weight:500;text-decoration:none;transition:border-color .15s,background .15s}.cta-demo-btn[data-astro-cid-ynynofdd]:hover{border-color:#ffffff80;background:#ffffff0f}.start-steps[data-astro-cid-ynynofdd]{max-width:880px;margin:0 auto 52px;padding:0 40px;text-align:center}.start-eyebrow[data-astro-cid-ynynofdd]{font-family:Inter,sans-serif;font-size:12px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#a991ff;margin:0 0 28px}.start-row[data-astro-cid-ynynofdd]{display:flex;align-items:flex-start;justify-content:center;gap:16px}.start-step[data-astro-cid-ynynofdd]{flex:1 1 0;max-width:240px;display:flex;flex-direction:column;align-items:center;gap:8px}.start-num[data-astro-cid-ynynofdd]{width:34px;height:34px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:Inter,sans-serif;font-size:15px;font-weight:700;color:#fff;background:linear-gradient(135deg,#8a67ff,#5bc7e8);box-shadow:0 4px 14px #8a67ff66}.start-step-title[data-astro-cid-ynynofdd]{font-family:Inter,sans-serif;font-size:16px;font-weight:700;color:#fff}.start-step-desc[data-astro-cid-ynynofdd]{font-family:Inter,sans-serif;font-size:13.5px;line-height:1.5;color:#ffffff80}.start-arrow[data-astro-cid-ynynofdd]{color:#ffffff47;font-size:20px;margin-top:5px;flex-shrink:0}@media (max-width: 640px){.start-steps[data-astro-cid-ynynofdd]{padding:0 24px;margin-bottom:40px}.start-row[data-astro-cid-ynynofdd]{flex-direction:column;align-items:center;gap:22px}.start-step[data-astro-cid-ynynofdd]{max-width:320px}.start-arrow[data-astro-cid-ynynofdd]{transform:rotate(90deg);margin-top:0}}.rv{opacity:0;transform:translateY(24px);transition:opacity .6s ease,transform .6s ease}.rv-show{opacity:1;transform:translateY(0)}
