.hero-sim-figure .demo-progress-bar{position:absolute;bottom:0;left:0;right:0;height:3px;background:var(--muted);z-index:60}.hero-sim-figure .demo-progress-fill{height:100%;background:linear-gradient(90deg,var(--purple-500),var(--purple-400));width:0%;transition:width .3s ease}.hero-sim-figure .demo-dots{position:absolute;bottom:14px;left:50%;transform:translate(-50%);display:flex;gap:6px;z-index:60}.hero-sim-figure .demo-dot{width:6px;height:6px;border-radius:var(--radius-full);background:var(--grey-200);transition:all .3s;cursor:pointer}.hero-sim-figure .demo-dot.active{background:var(--purple-500);width:20px;border-radius:3px}.hero-sim-figure .demo-pause{position:absolute;bottom:10px;right:16px;z-index:60;width:28px;height:28px;border-radius:var(--radius-full);border:1px solid var(--border);background:#ffffffe6;backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .15s}.hero-sim-figure .demo-pause:hover{background:var(--muted)}.hero-sim-figure .demo-pause svg{width:12px;height:12px;color:var(--grey-500)}@media(max-width:767px){.hero-sim-figure{min-height:auto;padding:16px}.hero-sim-figure .app-container,.hero-sim-figure .demo-progress-bar,.hero-sim-figure .demo-dots,.hero-sim-figure .demo-pause{display:none!important}.hero-sim-figure .mobile-carousel{display:block;width:100%;max-width:400px;margin:0 auto;position:relative;overflow:hidden;border-radius:var(--radius-xl);background:var(--background);box-shadow:0 8px 32px -8px #0000004d}.hero-sim-figure .mc-viewport{overflow:hidden;touch-action:pan-y pinch-zoom}.hero-sim-figure .mc-track{display:flex;transition:transform .4s cubic-bezier(.25,.46,.45,.94);will-change:transform}.hero-sim-figure .mc-slide{flex:0 0 100%;min-width:0;padding:28px 24px 24px}.hero-sim-figure .mc-slide-label{display:inline-flex;align-items:center;gap:6px;font-size:.6875rem;font-weight:600;color:var(--purple-500);background:var(--purple-50);border:1px solid var(--purple-100);padding:4px 12px;border-radius:var(--radius-full);margin-bottom:16px}.hero-sim-figure .mc-slide-label svg{width:12px;height:12px}.hero-sim-figure .mc-slide-title{font-size:1.125rem;font-weight:700;color:var(--foreground);letter-spacing:-.02em;margin-bottom:8px}.hero-sim-figure .mc-slide-desc{font-size:.8125rem;color:var(--grey-500);line-height:1.55;margin-bottom:20px}.hero-sim-figure .mc-mini{background:var(--muted);border-radius:var(--radius-lg);padding:20px;position:relative;overflow:hidden}.hero-sim-figure .mc-score-wrap{display:flex;align-items:center;gap:20px}.hero-sim-figure .mc-donut{width:80px;height:80px;flex-shrink:0;position:relative}.hero-sim-figure .mc-donut svg{width:100%;height:100%;transform:rotate(-90deg)}.hero-sim-figure .mc-donut-bg{fill:none;stroke:var(--grey-200);stroke-width:6}.hero-sim-figure .mc-donut-fill{fill:none;stroke:var(--purple-500);stroke-width:6;stroke-linecap:round;stroke-dasharray:226;stroke-dashoffset:226;transition:stroke-dashoffset 1.2s ease}.hero-sim-figure .mc-donut-value{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-size:1.25rem;font-weight:700;color:var(--foreground)}.hero-sim-figure .mc-recos{flex:1;display:flex;flex-direction:column;gap:6px}.hero-sim-figure .mc-reco{display:flex;align-items:center;gap:8px;background:#fff;border-radius:var(--radius-md);padding:8px 10px;font-size:.6875rem;color:var(--grey-600);line-height:1.3;opacity:0;transform:translateY(6px);transition:opacity .4s ease,transform .4s ease}.hero-sim-figure .mc-reco.visible{opacity:1;transform:translateY(0)}.hero-sim-figure .mc-reco-dot{width:6px;height:6px;border-radius:50%;background:var(--purple-400);flex-shrink:0}.hero-sim-figure .mc-score-sections{display:flex;flex-direction:column;gap:0;margin-top:12px;background:#fff;border-radius:var(--radius-md);padding:6px 10px}.hero-sim-figure .mc-score-section-row{display:flex;align-items:center;gap:8px;padding:5px 0;font-size:.6875rem;color:var(--grey-600);border-bottom:1px solid var(--grey-50)}.hero-sim-figure .mc-score-section-row:last-child{border-bottom:none}.hero-sim-figure .mc-ss-num{width:16px;height:16px;border-radius:50%;background:var(--purple-500);color:#fff;font-size:.5625rem;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.hero-sim-figure .mc-ss-name{flex:1}.hero-sim-figure .mc-ss-val{font-weight:700;font-size:.6875rem;min-width:20px;text-align:right}.hero-sim-figure .mc-ss-val.orange{color:var(--orange-500)}.hero-sim-figure .mc-ss-val.green{color:var(--green-500)}.hero-sim-figure .mc-builder-v2{display:flex;gap:8px;min-height:0}.hero-sim-figure .mc-bv2-editor{flex:1;background:#fff;border-radius:var(--radius-md);overflow:hidden}.hero-sim-figure .mc-bv2-section-header{display:flex;align-items:center;gap:6px;padding:8px 10px;border-bottom:1px solid var(--grey-100)}.hero-sim-figure .mc-bv2-section-num{width:16px;height:16px;border-radius:50%;background:var(--purple-500);color:#fff;font-size:.5625rem;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.hero-sim-figure .mc-bv2-section-name{font-size:.6875rem;font-weight:600;color:var(--foreground);flex:1}.hero-sim-figure .mc-bv2-ai-btn{display:inline-flex;align-items:center;gap:3px;background:var(--purple-50);color:var(--purple-500);border:1px solid var(--purple-100);border-radius:var(--radius-sm);padding:2px 6px;font-size:.5625rem;font-weight:600;cursor:pointer;transition:transform .15s ease,background .15s ease}.hero-sim-figure .mc-bv2-content{padding:8px 10px}.hero-sim-figure .mc-bv2-text-line{height:4px;border-radius:2px;background:var(--grey-100);margin-bottom:4px}.hero-sim-figure .mc-bv2-text-line.w100{width:100%}.hero-sim-figure .mc-bv2-text-line.w95{width:95%}.hero-sim-figure .mc-bv2-text-line.w90{width:90%}.hero-sim-figure .mc-bv2-text-line.w85{width:85%}.hero-sim-figure .mc-bv2-text-line.w80{width:80%}.hero-sim-figure .mc-bv2-text-line.w70{width:70%}.hero-sim-figure .mc-bv2-cards{display:flex;gap:6px;margin-top:6px}.hero-sim-figure .mc-bv2-card{flex:1;background:var(--grey-50);border:1px solid var(--grey-100);border-radius:var(--radius-sm);padding:6px}.hero-sim-figure .mc-bv2-card-title{font-size:.5625rem;font-weight:600;color:var(--foreground);margin-bottom:4px}.hero-sim-figure .mc-bv2-card-line{height:3px;border-radius:2px;background:var(--grey-200);margin-bottom:3px}.hero-sim-figure .mc-bv2-card-icon{margin-bottom:3px}.hero-sim-figure .mc-bv2-card-line.short{width:60%;margin-bottom:0}.hero-sim-figure .mc-bv2-sidebar{width:90px;flex-shrink:0;display:flex;flex-direction:column;gap:8px}.hero-sim-figure .mc-bv2-rating{background:#fff;border-radius:var(--radius-md);padding:8px;text-align:center}.hero-sim-figure .mc-bv2-rating-letter{width:28px;height:28px;border-radius:50%;background:var(--green-400);color:#fff;font-weight:700;font-size:.75rem;display:flex;align-items:center;justify-content:center;margin:0 auto 4px}.hero-sim-figure .mc-bv2-rating-label{font-size:.5625rem;color:var(--grey-400)}.hero-sim-figure .mc-bv2-nav{background:#fff;border-radius:var(--radius-md);padding:6px;display:flex;flex-direction:column;gap:2px}.hero-sim-figure .mc-bv2-nav-item{display:flex;align-items:center;gap:4px;font-size:.5625rem;color:var(--grey-500);padding:3px 4px;border-radius:var(--radius-sm);transition:background .25s ease,color .25s ease}.hero-sim-figure .mc-bv2-nav-item.active{background:var(--grey-50);color:var(--foreground);font-weight:600}.hero-sim-figure .mc-bv2-nav-num{width:12px;height:12px;border-radius:50%;background:var(--purple-500);color:#fff;font-size:.5rem;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.hero-sim-figure .mc-bv2-nav-grade{margin-left:auto;font-weight:700;font-size:.5625rem}.hero-sim-figure .mc-bv2-nav-grade.a{color:var(--green-500)}.hero-sim-figure .mc-bv2-nav-grade.b{color:#22c55e}.hero-sim-figure .mc-bv2-nav-grade.c{color:#eab308}.hero-sim-figure .mc-bv2-progress{background:#fff;border-radius:var(--radius-md);padding:8px}.hero-sim-figure .mc-bv2-progress-label{font-size:.5rem;color:var(--grey-400);margin-bottom:4px}.hero-sim-figure .mc-bv2-progress-bar{height:4px;background:var(--grey-100);border-radius:2px;overflow:hidden;margin-bottom:3px}.hero-sim-figure .mc-bv2-progress-fill{height:100%;background:var(--purple-500);border-radius:2px;transition:width 1.2s ease}.hero-sim-figure .mc-bv2-progress-val{font-size:.625rem;font-weight:700;color:var(--purple-500);text-align:right}.hero-sim-figure .mc-rendu-v2{background:#fff;border-radius:var(--radius-md);overflow:hidden}.hero-sim-figure .mc-rv2-hero{background:linear-gradient(135deg,#6366f1,#8f3fff);padding:12px 12px 10px}.hero-sim-figure .mc-rv2-hero-logo{display:inline-block;font-size:.5625rem;font-weight:800;color:#fff;background:#fff3;border-radius:var(--radius-sm);padding:2px 6px;margin-bottom:6px;letter-spacing:.05em}.hero-sim-figure .mc-rv2-hero-title{color:#fff;font-size:.6875rem;font-weight:600;line-height:1.3;margin-bottom:4px}.hero-sim-figure .mc-rv2-hero-sub{color:#ffffffb3;font-size:.5625rem}.hero-sim-figure .mc-rv2-body{padding:10px 12px}.hero-sim-figure .mc-rv2-kpis{display:flex;gap:6px;margin-bottom:10px}.hero-sim-figure .mc-rv2-kpi{flex:1;background:var(--grey-50);border:1px solid var(--grey-100);border-radius:var(--radius-sm);padding:6px;text-align:center}.hero-sim-figure .mc-rv2-kpi-value{font-size:.6875rem;font-weight:700;color:var(--foreground);line-height:1.2}.hero-sim-figure .mc-rv2-kpi-label{font-size:.5rem;color:var(--grey-400);margin-top:1px}.hero-sim-figure .mc-rv2-timeline{display:flex;align-items:center;justify-content:center;gap:0}.hero-sim-figure .mc-rv2-step{display:flex;flex-direction:column;align-items:center;gap:3px}.hero-sim-figure .mc-rv2-step-dot{width:10px;height:10px;border-radius:50%;background:var(--purple-500)}.hero-sim-figure .mc-rv2-step span{font-size:.5rem;color:var(--grey-500);white-space:nowrap}.hero-sim-figure .mc-rv2-kpi.accent{background:var(--purple-50);border-color:var(--purple-200)}.hero-sim-figure .mc-rv2-kpi.accent .mc-rv2-kpi-value{color:var(--purple-500)}.hero-sim-figure .mc-rv2-toc{margin-bottom:10px}.hero-sim-figure .mc-rv2-toc-title{font-size:.5625rem;font-weight:700;color:var(--grey-400);text-transform:uppercase;letter-spacing:.05em;margin-bottom:5px}.hero-sim-figure .mc-rv2-toc-item{display:flex;align-items:center;gap:6px;padding:4px 6px;border-radius:var(--radius-sm);font-size:.625rem;color:var(--grey-600);border-bottom:1px solid var(--grey-50)}.hero-sim-figure .mc-rv2-toc-item:last-child{border-bottom:none}.hero-sim-figure .mc-rv2-toc-num{font-size:.5rem;font-weight:700;color:var(--purple-400);min-width:14px}.hero-sim-figure .mc-rv2-step-line{width:30px;height:2px;background:var(--purple-200);margin:0 2px 14px}.hero-sim-figure .mc-rv2-step-dot.active{background:var(--green-500);box-shadow:0 0 0 3px #22c55e33}.hero-sim-figure .mc-analytics-v2{display:flex;flex-direction:column;gap:8px}.hero-sim-figure .mc-av2-top-row{display:flex;gap:8px}.hero-sim-figure .mc-av2-stat-card{flex:1;background:#fff;border-radius:var(--radius-md);padding:8px 10px;display:flex;align-items:center;gap:8px}.hero-sim-figure .mc-av2-stat-icon{flex-shrink:0}.hero-sim-figure .mc-av2-stat-val{font-size:.875rem;font-weight:700;color:var(--foreground);line-height:1}.hero-sim-figure .mc-av2-stat-label{font-size:.5625rem;color:var(--grey-400)}.hero-sim-figure .mc-av2-readers{background:#fff;border-radius:var(--radius-md);padding:6px 0}.hero-sim-figure .mc-av2-reader{display:flex;align-items:center;gap:8px;padding:5px 10px}.hero-sim-figure .mc-av2-reader-avatar{width:24px;height:24px;border-radius:50%;background:var(--purple-500);color:#fff;font-size:.5625rem;font-weight:600;display:flex;align-items:center;justify-content:center;flex-shrink:0}.hero-sim-figure .mc-av2-reader-info{flex:1;min-width:0}.hero-sim-figure .mc-av2-reader-name{font-size:.625rem;font-weight:500;color:var(--foreground);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hero-sim-figure .mc-av2-reader-time{font-size:.5625rem;color:var(--grey-400)}.hero-sim-figure .mc-av2-sections{background:#fff;border-radius:var(--radius-md);padding:8px 10px;display:flex;flex-direction:column;gap:6px}.hero-sim-figure .mc-av2-section-row{display:flex;align-items:center;gap:8px;font-size:.625rem;color:var(--grey-600)}.hero-sim-figure .mc-av2-section-row>span{min-width:65px;flex-shrink:0}.hero-sim-figure .mc-av2-bar-wrap{flex:1;height:5px;background:var(--grey-100);border-radius:3px;overflow:hidden}.hero-sim-figure .mc-av2-bar-fill{height:100%;border-radius:3px;transition:width 1s ease}.hero-sim-figure .mc-nav{display:flex;align-items:center;justify-content:center;gap:6px;padding:16px 0 20px}.hero-sim-figure .mc-dot{width:6px;height:6px;border-radius:var(--radius-full);background:var(--grey-200);transition:all .3s;cursor:pointer;border:none;padding:0}.hero-sim-figure .mc-dot.active{background:var(--purple-500);width:20px;border-radius:3px}}@media(max-width:767px)and (prefers-reduced-motion:reduce){.hero-sim-figure .mc-track,.hero-sim-figure .mc-reco,.hero-sim-figure .mc-donut-fill{transition:none}.hero-sim-figure .mc-score-section-row,.hero-sim-figure .mc-bv2-editor,.hero-sim-figure .mc-bv2-sidebar,.hero-sim-figure .mc-bv2-text-line,.hero-sim-figure .mc-bv2-card,.hero-sim-figure .mc-bv2-nav-item,.hero-sim-figure .mc-bv2-rating-letter{transition:none;opacity:1;transform:none}.hero-sim-figure .mc-bv2-progress-fill{transition:none}.hero-sim-figure .mc-rv2-hero,.hero-sim-figure .mc-rv2-hero-logo,.hero-sim-figure .mc-rv2-hero-title,.hero-sim-figure .mc-rv2-hero-sub,.hero-sim-figure .mc-rv2-kpi,.hero-sim-figure .mc-rv2-toc-title,.hero-sim-figure .mc-rv2-toc-item,.hero-sim-figure .mc-rv2-step,.hero-sim-figure .mc-rv2-step-dot,.hero-sim-figure .mc-rv2-step-line,.hero-sim-figure .mc-av2-bar-fill,.hero-sim-figure .mc-av2-stat-card,.hero-sim-figure .mc-av2-reader{transition:none;opacity:1;transform:none}}.hero-sim-figure,.hero-sim-figure *,.hero-sim-figure *:before,.hero-sim-figure *:after{box-sizing:border-box;margin:0;padding:0}.hero-sim-figure{--purple-50: #f5f3ff;--purple-100: #ede9fe;--purple-200: #ddd6fe;--purple-300: #c4b5fd;--purple-400: #a78bfa;--purple-500: #8f3fff;--purple-600: #7c3aed;--grey-50: #f8f8f9;--grey-100: #ededf0;--grey-200: #d5d5db;--grey-300: #b0b0ba;--grey-400: #8b8b98;--grey-500: #6e6e7c;--grey-600: #5a5a68;--grey-700: #4a4a56;--grey-800: #3e3e49;--grey-900: #33333d;--grey-950: #212128;--green-300: #86efac;--green-400: #4ade80;--green-500: #22c55e;--orange-300: #fdba74;--orange-500: #f97316;--red-500: #ef4444;--yellow-300: #fde047;--blue-500: #3b82f6;--background: #ffffff;--foreground: #1a1a1f;--border: #e5e5eb;--input: #e5e5eb;--muted: #f4f4f6;--muted-foreground: #6e6e7c;--sidebar-bg: var(--grey-50);--sidebar-border: var(--grey-100);--sidebar-foreground: var(--grey-400);--header-height: 4rem;--sidebar-width: 16rem;--radius-sm: 4px;--radius-md: 6px;--radius-lg: 8px;--radius-xl: 12px;--radius-2xl: 16px;--radius-full: 9999px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-feature-settings:"cv02","cv03","cv04","cv11";-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:100%;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.hero-sim-figure .app-container{width:100%;aspect-ratio:5 / 3;background:var(--background);border-radius:0;overflow:hidden;box-shadow:none;display:flex}.hero-sim-figure .sidebar{width:var(--sidebar-width);background:var(--sidebar-bg);border-right:1px solid var(--border);display:flex;flex-direction:column;padding:24px 0 16px}.hero-sim-figure .brand{display:flex;align-items:center;gap:8px;padding:0 16px;margin-bottom:20px}.hero-sim-figure .workspace{margin:0 16px 20px;padding:8px 12px;background:var(--background);border:1px solid var(--border);border-radius:var(--radius-lg);display:flex;align-items:center;justify-content:space-between;font-size:.8125rem;font-weight:500;color:var(--foreground)}.hero-sim-figure .workspace svg{color:var(--grey-400)}.hero-sim-figure .nav-group{padding:0 8px;flex:1}.hero-sim-figure .nav-item{display:flex;align-items:center;gap:10px;padding:8px 12px;border-radius:var(--radius-md);font-size:.8125rem;font-weight:500;color:var(--grey-500);margin-bottom:1px;cursor:pointer;transition:background .15s}.hero-sim-figure .nav-item svg{width:16px;height:16px;color:var(--grey-400);flex-shrink:0}.hero-sim-figure .nav-item:hover{background:#00000008}.hero-sim-figure .nav-item.active{background:var(--background);color:var(--foreground);box-shadow:0 0 0 1px var(--border)}.hero-sim-figure .nav-item.active svg{color:var(--grey-500)}.hero-sim-figure .nav-sub-item{padding:5px 12px 5px 38px;font-size:.8125rem;color:var(--grey-400);cursor:pointer;border-radius:var(--radius-md)}.hero-sim-figure .nav-sub-item:hover{color:var(--grey-600)}.hero-sim-figure .sidebar-footer{padding:12px 16px 0;border-top:1px solid var(--border);margin-top:8px}.hero-sim-figure .footer-link{display:flex;align-items:center;gap:10px;font-size:.75rem;font-weight:500;color:var(--grey-500);padding:6px 0;cursor:pointer}.hero-sim-figure .footer-link svg{width:14px;height:14px;color:var(--grey-400);flex-shrink:0}.hero-sim-figure .footer-link:hover{color:var(--foreground)}.hero-sim-figure .user-profile{display:flex;align-items:center;gap:10px;padding:10px;background:var(--background);border:1px solid var(--border);border-radius:var(--radius-lg);margin-top:12px}.hero-sim-figure .user-avatar{width:28px;height:28px;border-radius:var(--radius-md);background:linear-gradient(135deg,var(--purple-500),#c026d3);display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:600;color:#fff;flex-shrink:0}.hero-sim-figure .user-text{display:flex;flex-direction:column;min-width:0}.hero-sim-figure .user-name{font-size:.75rem;font-weight:600;color:var(--foreground);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hero-sim-figure .user-email{font-size:.625rem;color:var(--grey-400);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hero-sim-figure .main{flex:1;display:flex;flex-direction:column;background:var(--background);position:relative;overflow:hidden}.hero-sim-figure .header{height:var(--header-height);min-height:var(--header-height);display:flex;align-items:center;padding:0 16px;border-bottom:1px solid var(--border);background:var(--background);position:relative;z-index:50}.hero-sim-figure .header-left{flex:0 1 auto;display:flex;align-items:center;gap:8px;min-width:0}.hero-sim-figure .header-center{flex:1;display:flex;align-items:center;justify-content:center}.hero-sim-figure .header-right{flex:0 1 auto;display:flex;align-items:center;justify-content:flex-end;gap:6px}.hero-sim-figure .doc-title{font-size:.75rem;font-weight:500;color:var(--foreground);display:flex;align-items:center;gap:6px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:200px}.hero-sim-figure .doc-status{display:inline-flex;align-items:center;gap:5px;padding:0 8px;height:26px;border-radius:var(--radius-md);font-size:.6875rem;font-weight:500;border:1px solid var(--border);color:var(--grey-600);white-space:nowrap}.hero-sim-figure .status-dot{width:8px;height:8px;border-radius:50%;background:var(--grey-400)}.hero-sim-figure .status-dot.green{background:var(--green-500)}.hero-sim-figure .status-dot.orange{background:var(--orange-500)}.hero-sim-figure .status-dot.yellow{background:#eab308}.hero-sim-figure .header-tabs{display:flex;background:var(--muted);border:1px solid var(--border);border-radius:var(--radius-lg);height:32px;padding:2px;gap:1px}.hero-sim-figure .header-tab{font-size:.75rem;font-weight:500;color:var(--grey-500);padding:0 12px;border-radius:var(--radius-md);cursor:pointer;transition:all .15s;display:flex;align-items:center;white-space:nowrap;height:100%}.hero-sim-figure .header-tab:hover{color:var(--grey-700)}.hero-sim-figure .header-tab.active{color:var(--foreground);background:var(--background);font-weight:600;box-shadow:0 1px 2px #0000000d}.hero-sim-figure .btn-outline{display:inline-flex;align-items:center;gap:5px;font-size:.75rem;font-weight:500;color:var(--foreground);background:var(--background);border:1px solid var(--border);padding:5px 10px;border-radius:var(--radius-lg);cursor:pointer;height:30px;transition:background .15s}.hero-sim-figure .btn-outline:hover{background:var(--muted)}.hero-sim-figure .btn-outline svg{width:14px;height:14px;color:var(--grey-500)}.hero-sim-figure .btn-primary{display:inline-flex;align-items:center;gap:5px;background:var(--purple-500);color:#fff;border:1px solid var(--purple-600);padding:5px 12px;border-radius:var(--radius-lg);font-size:.75rem;font-weight:500;cursor:pointer;height:30px;transition:background .15s}.hero-sim-figure .btn-primary:hover{opacity:.9}.hero-sim-figure .btn-primary svg{width:14px;height:14px}.hero-sim-figure .screen{position:absolute;top:var(--header-height);left:0;right:0;bottom:0;opacity:0;transform:translate(30px);transition:opacity .4s ease,transform .4s ease;pointer-events:none;display:flex}.hero-sim-figure .screen.active{opacity:1;transform:translate(0);pointer-events:auto}.hero-sim-figure .screen.exit{opacity:0;transform:translate(-30px)}.hero-sim-figure .mobile-carousel{display:none}.hero-sim-figure .sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.sim-embed{position:relative;width:100%;overflow:hidden;height:320px}@media(min-width:640px){.sim-embed{height:400px}}@media(min-width:1024px){.sim-embed{height:500px}}@media(min-width:768px){.sim-embed .hero-sim-figure{width:1200px;transform-origin:top left;transform:scale(var(--sim-scale, .5));position:absolute;top:0;left:0}.sim-embed .hero-sim-figure .app-container{aspect-ratio:auto;height:calc(1 / var(--sim-scale, .5) * var(--sim-container-h, 500px))}.sim-embed .hero-sim-figure .mobile-carousel{display:none!important}}@media(max-width:767px){.sim-embed{height:auto;overflow:visible}.sim-embed .hero-sim-figure{position:relative;width:100%;min-height:auto;padding:0}.sim-embed .hero-sim-figure .app-container{display:none!important}.sim-embed .hero-sim-figure .mobile-carousel{display:block;width:100%;max-width:400px;margin:0 auto}}.sim-embed .hero-sim-figure .sidebar{width:52px;padding:16px 0 12px;align-items:center;overflow:hidden}.sim-embed .hero-sim-figure .sidebar .brand-wordmark,.sim-embed .hero-sim-figure .sidebar .workspace,.sim-embed .hero-sim-figure .sidebar .nav-sub-item,.sim-embed .hero-sim-figure .sidebar .sidebar-footer,.sim-embed .hero-sim-figure .sidebar .user-profile{display:none}.sim-embed .hero-sim-figure .sidebar .nav-item{justify-content:center;padding:8px;gap:0;font-size:0}.sim-embed .hero-sim-figure .sidebar .nav-item svg{width:18px;height:18px}@media(min-width:768px)and (max-width:1239px){.hero-sim-figure{overflow:hidden;justify-content:flex-start}.hero-sim-figure .app-container{flex-shrink:0}}.hero-sim-figure .document-area{flex:1;padding:28px 32px;overflow-y:auto;scrollbar-width:thin;scrollbar-color:var(--grey-200) transparent}.hero-sim-figure .score-sidebar{width:300px;border-left:1px solid var(--border);background:var(--background);padding:24px 20px;display:flex;flex-direction:column;overflow-y:auto;scrollbar-width:thin}.hero-sim-figure .section-card{border:1px solid var(--border);border-radius:var(--radius-xl);padding:24px;margin-bottom:20px}.hero-sim-figure .section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.hero-sim-figure .section-title{display:flex;align-items:center;gap:10px;font-size:.875rem;font-weight:600;color:var(--foreground)}.hero-sim-figure .section-num{width:24px;height:24px;border-radius:var(--radius-full);background:var(--purple-500);color:#fff;display:flex;align-items:center;justify-content:center;font-size:.6875rem;font-weight:700;flex-shrink:0}.hero-sim-figure .section-num.muted{background:var(--muted);color:var(--grey-400)}.hero-sim-figure .btn-analyze{background:var(--purple-500);color:#fff;border:1px solid var(--purple-600);padding:6px 14px;border-radius:var(--radius-lg);font-size:.75rem;font-weight:600;display:inline-flex;align-items:center;gap:6px;cursor:pointer;height:32px;transition:all .2s}.hero-sim-figure .btn-analyze svg{width:14px;height:14px}.hero-sim-figure .btn-analyze.loading{opacity:.7}.hero-sim-figure .btn-analyze.done{background:var(--background);color:var(--grey-500);border-color:var(--border)}.hero-sim-figure .doc-text h3{font-size:1.125rem;font-weight:700;color:var(--foreground);margin-bottom:16px;letter-spacing:-.01em}.hero-sim-figure .doc-text ul{list-style:none;padding:0}.hero-sim-figure .doc-text li{font-size:.8125rem;color:var(--grey-600);margin-bottom:10px;line-height:1.6;display:flex;gap:8px}.hero-sim-figure .doc-text li:before{content:"•";color:var(--foreground);font-weight:700}.hero-sim-figure .doc-text strong{color:var(--foreground);font-weight:600}.hero-sim-figure .ai-reco{background:var(--purple-50);border:1px solid var(--purple-100);border-radius:var(--radius-lg);padding:20px;margin-top:20px;max-height:0;opacity:0;overflow:hidden;transition:all .5s cubic-bezier(.4,0,.2,1)}.hero-sim-figure .ai-reco.visible{max-height:500px;opacity:1}.hero-sim-figure .ai-reco-header{display:flex;align-items:center;gap:8px;font-size:.8125rem;font-weight:600;color:var(--purple-500);margin-bottom:16px}.hero-sim-figure .ai-reco-header svg{width:16px;height:16px}.hero-sim-figure .ai-item{margin-bottom:14px}.hero-sim-figure .ai-item:last-child{margin-bottom:0}.hero-sim-figure .ai-item-title{font-size:.8125rem;font-weight:600;color:var(--foreground);display:block;margin-bottom:4px}.hero-sim-figure .ai-item-text{font-size:.8125rem;color:var(--grey-600);line-height:1.5}.hero-sim-figure .score-header{text-align:center;margin-bottom:20px}.hero-sim-figure .score-title{font-size:.875rem;font-weight:600;color:var(--foreground);margin-bottom:20px}.hero-sim-figure .circle-progress{position:relative;width:120px;height:120px;margin:0 auto 20px}.hero-sim-figure .circle-progress svg{width:100%;height:100%;transform:rotate(-90deg)}.hero-sim-figure .circle-progress .track{fill:none;stroke:var(--grey-100);stroke-width:10}.hero-sim-figure .circle-progress .fill{fill:none;stroke:var(--green-500);stroke-width:10;stroke-linecap:round;stroke-dasharray:314;stroke-dashoffset:314;transition:stroke-dashoffset 1.5s cubic-bezier(.4,0,.2,1),stroke .3s}.hero-sim-figure .circle-progress .score-text{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:2rem;font-weight:700;color:var(--foreground)}.hero-sim-figure .action-buttons{display:flex;flex-direction:column;gap:6px;margin-bottom:20px}.hero-sim-figure .btn-action{width:100%;padding:8px 12px;border-radius:var(--radius-lg);font-size:.75rem;font-weight:500;display:flex;align-items:center;justify-content:center;gap:8px;cursor:pointer;border:none;transition:all .15s}.hero-sim-figure .btn-action svg{width:14px;height:14px}.hero-sim-figure .btn-action.ghost{background:transparent;color:var(--purple-500)}.hero-sim-figure .btn-action.ghost:hover{background:var(--purple-50)}.hero-sim-figure .btn-action.light{background:var(--purple-50);color:var(--purple-500)}.hero-sim-figure .btn-action.light:hover{background:var(--purple-100)}.hero-sim-figure .btn-action.solid{background:var(--purple-500);color:#fff;border:1px solid var(--purple-600)}.hero-sim-figure .priority-action{background:var(--purple-50);border-radius:var(--radius-lg);padding:16px;margin-bottom:20px}.hero-sim-figure .priority-title{font-size:.75rem;font-weight:600;color:var(--purple-500);display:flex;align-items:center;gap:6px;margin-bottom:8px}.hero-sim-figure .priority-title svg{width:14px;height:14px}.hero-sim-figure .priority-text{font-size:.75rem;font-weight:600;color:var(--foreground);margin-bottom:4px;line-height:1.4}.hero-sim-figure .priority-sub{font-size:.6875rem;color:var(--grey-600);line-height:1.5}.hero-sim-figure .section-scores{opacity:0;transform:translateY(8px);transition:all .4s ease}.hero-sim-figure .section-scores.visible{opacity:1;transform:translateY(0)}.hero-sim-figure .score-row{display:flex;align-items:center;justify-content:space-between;padding:10px 0;border-top:1px solid var(--border);font-size:.8125rem}.hero-sim-figure .score-row-left{display:flex;align-items:center;gap:10px;color:var(--grey-600);font-weight:500}.hero-sim-figure .score-row-num{width:20px;height:20px;background:var(--purple-500);color:#fff;border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center;font-size:.6875rem;font-weight:700}.hero-sim-figure .score-row-val{width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.6875rem;font-weight:700;color:var(--foreground)}.hero-sim-figure .val-orange{border:2px solid var(--orange-500)}.hero-sim-figure .val-green{border:2px solid var(--green-500)}.hero-sim-figure .val-red{border:2px solid var(--red-500)}.hero-sim-figure .info-icon{width:16px;height:16px;color:var(--grey-300);flex-shrink:0;cursor:help}.hero-sim-figure .cover-row{display:flex;gap:20px}.hero-sim-figure .cover-row .field-group{flex:1}.hero-sim-figure .field-group label{font-size:.6875rem;font-weight:500;color:var(--grey-500);margin-bottom:6px;display:block}.hero-sim-figure .field-group label .req{color:var(--red-500)}.hero-sim-figure .field-input{width:100%;padding:10px 12px;border:1px solid var(--border);border-radius:var(--radius-lg);font-size:.8125rem;color:var(--foreground);background:var(--background);font-family:inherit}.hero-sim-figure .field-textarea{width:100%;padding:10px 12px;border:1px solid var(--border);border-radius:var(--radius-lg);font-size:.8125rem;color:var(--grey-600);background:var(--background);font-family:inherit;min-height:56px;resize:none;line-height:1.5}.hero-sim-figure .cover-image-placeholder{width:180px;height:110px;background:var(--muted);border-radius:var(--radius-lg);display:flex;align-items:center;justify-content:center;border:1px dashed var(--grey-200)}.hero-sim-figure .cover-image-placeholder svg{color:var(--grey-300)}.hero-sim-figure .cover-image-placeholder.has-image{background:none;padding:0;overflow:hidden}.hero-sim-figure .cover-image-placeholder.has-image svg{width:100%;height:100%;display:block;color:unset}.hero-sim-figure .note-globale-wrap{border-radius:var(--radius-xl);padding:20px 16px;margin-bottom:16px;border:1px solid transparent;transition:background .35s,border-color .35s;background:#fecaca;border-color:#fca5a5}.hero-sim-figure .note-globale-wrap.grade-e{background:#fecaca;border-color:#fca5a5}.hero-sim-figure .note-globale-wrap.grade-d{background:#fed7aa;border-color:#fdba74}.hero-sim-figure .note-globale-wrap.grade-c{background:#fef08a;border-color:#fde047}.hero-sim-figure .note-globale-wrap.grade-b{background:#bbf7d0;border-color:#86efac}.hero-sim-figure .note-globale-wrap.grade-a{background:#86efac;border-color:#4ade80}.hero-sim-figure .note-globale-title{font-size:.875rem;font-weight:600;color:var(--foreground);margin-bottom:16px;text-align:center}.hero-sim-figure .rating-bar{display:flex;width:fit-content;border-radius:var(--radius-full);border:2px solid #fca5a5;position:relative;overflow:hidden;margin:0 auto;background:var(--background);transition:border-color .35s ease}.hero-sim-figure .rating-bar.grade-e{border-color:#fca5a5}.hero-sim-figure .rating-bar.grade-d{border-color:#fdba74}.hero-sim-figure .rating-bar.grade-c{border-color:#fde047}.hero-sim-figure .rating-bar.grade-b{border-color:#86efac}.hero-sim-figure .rating-bar.grade-a{border-color:#4ade80}.hero-sim-figure .rating-dot{width:42px;height:42px;display:flex;align-items:center;justify-content:center;position:relative;z-index:10;flex-shrink:0}.hero-sim-figure .rating-dot:before{content:"";width:5px;height:5px;border-radius:50%;background:#d1d5db;transition:background .3s}.hero-sim-figure .rating-bar.grade-e .rating-dot:before{background:#fca5a5}.hero-sim-figure .rating-bar.grade-d .rating-dot:before{background:#fdba74}.hero-sim-figure .rating-bar.grade-c .rating-dot:before{background:#fde047}.hero-sim-figure .rating-bar.grade-b .rating-dot:before{background:#86efac}.hero-sim-figure .rating-bar.grade-a .rating-dot:before{background:#4ade80}.hero-sim-figure .rating-overlay{position:absolute;inset:3px;border-radius:var(--radius-full);background:#fee2e2;transition:width .3s ease,background .3s ease;width:calc(var(--rating-width, 20%) - 6px)}.hero-sim-figure .rating-bar.grade-e .rating-overlay{background:#fee2e2}.hero-sim-figure .rating-bar.grade-d .rating-overlay{background:#ffedd5}.hero-sim-figure .rating-bar.grade-c .rating-overlay{background:#fef9c3}.hero-sim-figure .rating-bar.grade-b .rating-overlay,.hero-sim-figure .rating-bar.grade-a .rating-overlay{background:#dcfce7}.hero-sim-figure .rating-circle{position:absolute;z-index:20;display:flex;justify-content:center;align-items:center;height:100%;width:20%;left:0;transition:transform .3s ease;transform:translate(calc(var(--rating-active, 0) * 100%));padding:4px}.hero-sim-figure .rating-circle-inner{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.75rem;color:var(--foreground);background:#fca5a5;transition:background .3s}.hero-sim-figure .rating-bar.grade-e .rating-circle-inner{background:#fca5a5}.hero-sim-figure .rating-bar.grade-d .rating-circle-inner{background:#fdba74}.hero-sim-figure .rating-bar.grade-c .rating-circle-inner{background:#fde047}.hero-sim-figure .rating-bar.grade-b .rating-circle-inner{background:#86efac}.hero-sim-figure .rating-bar.grade-a .rating-circle-inner{background:#4ade80}.hero-sim-figure .btn-analyze-full{width:100%;background:var(--purple-500);color:#fff;border:1px solid var(--purple-600);padding:10px;border-radius:var(--radius-lg);font-size:.8125rem;font-weight:500;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:6px;margin-bottom:20px}.hero-sim-figure .nav-sections{display:flex;flex-direction:column;gap:1px}.hero-sim-figure .nav-section-item{display:flex;align-items:center;justify-content:space-between;padding:8px 0;font-size:.75rem;color:var(--grey-600);border-bottom:1px solid var(--border)}.hero-sim-figure .nav-section-left{display:flex;align-items:center;gap:8px}.hero-sim-figure .nav-section-arrow{color:var(--grey-300);font-size:8px}.hero-sim-figure .nav-section-score{font-size:.6875rem;font-weight:600;color:var(--grey-300);min-width:16px;text-align:center;transition:color .3s}.hero-sim-figure .nav-section-score.grade-a{color:var(--green-500)}.hero-sim-figure .nav-section-score.grade-b{color:#22c55e}.hero-sim-figure .nav-section-score.grade-c{color:#eab308}.hero-sim-figure .nav-section-score.grade-d{color:var(--orange-500)}.hero-sim-figure .nav-section-score.grade-e{color:var(--red-500)}.hero-sim-figure .toggle-switch{width:36px;height:20px;background:var(--grey-200);border-radius:var(--radius-full);position:relative;cursor:pointer;transition:background .2s;flex-shrink:0}.hero-sim-figure .toggle-switch.active{background:var(--purple-500)}.hero-sim-figure .toggle-switch:after{content:"";width:16px;height:16px;background:#fff;border-radius:50%;position:absolute;top:2px;left:2px;transition:transform .2s;box-shadow:0 1px 3px #00000026}.hero-sim-figure .toggle-switch.active:after{transform:translate(16px)}.hero-sim-figure .btn-generate-ai{display:inline-flex;align-items:center;gap:6px;padding:5px 12px;border-radius:var(--radius-lg);font-size:.6875rem;font-weight:500;color:var(--purple-500);background:transparent;border:1px solid var(--purple-200);cursor:pointer;transition:all .15s;white-space:nowrap}.hero-sim-figure .btn-generate-ai:hover{background:var(--purple-50)}.hero-sim-figure .btn-generate-ai svg{width:12px;height:12px}.hero-sim-figure .skeleton-container{padding:0 4px;display:none}.hero-sim-figure .skeleton-container.visible{display:block}.hero-sim-figure .skeleton-header{display:flex;align-items:center;gap:8px;margin-bottom:16px;color:var(--purple-500);font-size:.75rem;font-weight:500}.hero-sim-figure .skeleton-header svg{width:14px;height:14px}.hero-sim-figure .skeleton-block{height:14px;background:linear-gradient(90deg,var(--grey-100) 25%,var(--grey-50) 50%,var(--grey-100) 75%);background-size:200% 100%;animation:hero-sim-shimmer 1.5s infinite;border-radius:var(--radius-sm);margin-bottom:10px}.hero-sim-figure .skeleton-block.w80{width:80%}.hero-sim-figure .skeleton-block.w60{width:60%}.hero-sim-figure .skeleton-block.w70{width:70%}.hero-sim-figure .skeleton-block.w90{width:90%}.hero-sim-figure .skeleton-block.w50{width:50%}.hero-sim-figure .skeleton-block.h20{height:20px}.hero-sim-figure .generated-content{display:none}.hero-sim-figure .generated-content.visible{display:block}.hero-sim-figure .gen-paragraph{font-size:.8125rem;color:var(--grey-600);line-height:1.65;margin-bottom:16px}.hero-sim-figure .gen-heading{font-size:.9375rem;font-weight:700;color:var(--foreground);margin-bottom:12px;margin-top:20px;letter-spacing:-.01em}.hero-sim-figure .gen-heading:first-child{margin-top:0}.hero-sim-figure .gen-cards-row{display:flex;gap:12px;margin-bottom:16px}.hero-sim-figure .gen-card{flex:1;background:var(--background);border:1px solid var(--border);border-radius:var(--radius-lg);padding:14px 16px;box-shadow:0 1px 2px #0000000a}.hero-sim-figure .gen-card-title{font-size:.8125rem;font-weight:600;color:var(--foreground);margin-bottom:8px}.hero-sim-figure .gen-card-text{font-size:.75rem;color:var(--grey-500);line-height:1.55}.hero-sim-figure .gen-kpi-row{display:flex;gap:10px;margin-bottom:16px}.hero-sim-figure .gen-kpi-card{flex:1;background:var(--background);border:1px solid var(--border);border-radius:var(--radius-lg);padding:12px 10px;text-align:center;box-shadow:0 1px 2px #0000000a}.hero-sim-figure .gen-kpi-icon{width:28px;height:28px;margin:0 auto 6px;background:var(--purple-50);border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center}.hero-sim-figure .gen-kpi-icon svg{width:14px;height:14px;color:var(--purple-500)}.hero-sim-figure .gen-kpi-value{font-size:1rem;font-weight:700;color:var(--foreground);letter-spacing:-.02em}.hero-sim-figure .gen-kpi-value span{font-size:.5rem;font-weight:500;color:var(--grey-400)}.hero-sim-figure .gen-kpi-label{font-size:.625rem;font-weight:600;color:var(--foreground);margin-top:2px}.hero-sim-figure .gen-kpi-desc{font-size:.5625rem;color:var(--grey-400)}.hero-sim-figure .gen-timeline{display:flex;gap:0;align-items:flex-start;margin-bottom:12px}.hero-sim-figure .gen-timeline-item{flex:1;text-align:center;position:relative}.hero-sim-figure .gen-timeline-num{width:22px;height:22px;border-radius:50%;background:var(--purple-500);color:#fff;font-size:.625rem;font-weight:700;display:flex;align-items:center;justify-content:center;margin:0 auto 6px;position:relative;z-index:2}.hero-sim-figure .gen-timeline-item:not(:last-child):after{content:"";position:absolute;top:11px;left:calc(50% + 14px);right:calc(-50% + 14px);height:2px;background:var(--purple-200);z-index:1}.hero-sim-figure .gen-timeline-date{font-size:.5625rem;color:var(--purple-500);font-weight:600}.hero-sim-figure .gen-timeline-title{font-size:.6875rem;font-weight:600;color:var(--foreground)}.hero-sim-figure .gen-timeline-desc{font-size:.5625rem;color:var(--grey-400);line-height:1.4}@keyframes hero-sim-pulse-glow{0%,to{box-shadow:0 0 #5407ab66}50%{box-shadow:0 0 0 8px #5407ab00}}.hero-sim-figure .pulse-glow{animation:hero-sim-pulse-glow 1.5s ease infinite}@keyframes hero-sim-shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes hero-sim-spin{to{transform:rotate(360deg)}}.hero-sim-figure .spin{animation:hero-sim-spin 1s linear infinite}@media(prefers-reduced-motion:reduce){.hero-sim-figure .screen,.ai-reco,.section-scores,.a-section-bar-fill,.hero-sim-figure .demo-dot,.rating-bar,.rating-overlay,.rating-circle,.rating-circle-inner,.hero-sim-figure .demo-progress-fill,.hero-sim-figure .circle-progress .fill,.hero-sim-figure .skeleton-block,.hero-sim-figure .generated-content,.hero-sim-figure .script-modal-overlay,.hero-sim-figure .a-heat-cell,.hero-sim-figure .note-globale-wrap{transition:none}.hero-sim-figure .spin,.hero-sim-figure .pulse-glow,.hero-sim-figure .skeleton-block{animation:none}}@media(max-width:767px){.hero-sim-figure{min-height:auto;padding:16px}.hero-sim-figure .app-container{display:none!important}.hero-sim-figure .mobile-carousel{display:block;width:100%;max-width:400px;margin:0 auto;position:relative;overflow:hidden;border-radius:var(--radius-xl);background:var(--background);box-shadow:0 8px 32px -8px #0000004d}.hero-sim-figure .mc-slide{flex:0 0 100%;min-width:0;padding:28px 24px 24px}.hero-sim-figure .mc-slide-label{display:inline-flex;align-items:center;gap:6px;font-size:.6875rem;font-weight:600;color:var(--purple-500);background:var(--purple-50);border:1px solid var(--purple-100);padding:4px 12px;border-radius:var(--radius-full);margin-bottom:16px}.hero-sim-figure .mc-slide-label svg{width:12px;height:12px}.hero-sim-figure .mc-slide-title{font-size:1.125rem;font-weight:700;color:var(--foreground);letter-spacing:-.02em;margin-bottom:8px}.hero-sim-figure .mc-slide-desc{font-size:.8125rem;color:var(--grey-500);line-height:1.55;margin-bottom:20px}.hero-sim-figure .mc-mini{background:var(--muted);border-radius:var(--radius-lg);padding:20px;position:relative;overflow:hidden}.hero-sim-figure .mc-score-wrap{display:flex;align-items:center;gap:20px}.hero-sim-figure .mc-donut{width:80px;height:80px;flex-shrink:0;position:relative}.hero-sim-figure .mc-donut svg{width:100%;height:100%;transform:rotate(-90deg)}.hero-sim-figure .mc-donut-bg{fill:none;stroke:var(--grey-200);stroke-width:6}.hero-sim-figure .mc-donut-fill{fill:none;stroke:var(--purple-500);stroke-width:6;stroke-linecap:round;stroke-dasharray:226;stroke-dashoffset:226;transition:stroke-dashoffset 1.2s ease}.hero-sim-figure .mc-donut-value{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-size:1.25rem;font-weight:700;color:var(--foreground)}.hero-sim-figure .mc-recos{flex:1;display:flex;flex-direction:column;gap:6px}.hero-sim-figure .mc-reco{display:flex;align-items:center;gap:8px;background:#fff;border-radius:var(--radius-md);padding:8px 10px;font-size:.6875rem;color:var(--grey-600);line-height:1.3;opacity:0;transform:translateY(6px);transition:opacity .4s ease,transform .4s ease}.hero-sim-figure .mc-reco.visible{opacity:1;transform:translateY(0)}.hero-sim-figure .mc-score-sections{display:flex;flex-direction:column;gap:0;margin-top:12px;background:#fff;border-radius:var(--radius-md);padding:6px 10px}.hero-sim-figure .mc-score-section-row{display:flex;align-items:center;gap:8px;padding:5px 0;font-size:.6875rem;color:var(--grey-600);border-bottom:1px solid var(--grey-50)}.hero-sim-figure .mc-score-section-row:last-child{border-bottom:none}.hero-sim-figure .mc-ss-num{width:16px;height:16px;border-radius:50%;background:var(--purple-500);color:#fff;font-size:.5625rem;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.hero-sim-figure .mc-ss-name{flex:1}.hero-sim-figure .mc-ss-val{font-weight:700;font-size:.6875rem;min-width:20px;text-align:right}.hero-sim-figure .mc-ss-val.orange{color:var(--orange-500)}.hero-sim-figure .mc-ss-val.green{color:var(--green-500)}}@media(max-width:767px)and (prefers-reduced-motion:reduce){.hero-sim-figure .mc-reco{transition:none;opacity:1;transform:none}.hero-sim-figure .mc-donut-fill{transition:none}}@media(max-width:767px){.hero-sim-figure .mc-builder-v2{display:flex;gap:8px;min-height:0}.hero-sim-figure .mc-bv2-editor{flex:1;background:#fff;border-radius:var(--radius-md);overflow:hidden}.hero-sim-figure .mc-bv2-section-header{display:flex;align-items:center;gap:6px;padding:8px 10px;border-bottom:1px solid var(--grey-100)}.hero-sim-figure .mc-bv2-section-num{width:16px;height:16px;border-radius:50%;background:var(--purple-500);color:#fff;font-size:.5625rem;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.hero-sim-figure .mc-bv2-section-name{font-size:.6875rem;font-weight:600;color:var(--foreground);flex:1}.hero-sim-figure .mc-bv2-ai-btn{display:inline-flex;align-items:center;gap:3px;background:var(--purple-50);color:var(--purple-500);border:1px solid var(--purple-100);border-radius:var(--radius-sm);padding:2px 6px;font-size:.5625rem;font-weight:600;cursor:pointer;transition:transform .15s ease,background .15s ease}.hero-sim-figure .mc-bv2-content{padding:8px 10px}.hero-sim-figure .mc-bv2-text-line{height:4px;border-radius:2px;background:var(--grey-100);margin-bottom:4px}.hero-sim-figure .mc-bv2-text-line.w100{width:100%}.hero-sim-figure .mc-bv2-text-line.w95{width:95%}.hero-sim-figure .mc-bv2-text-line.w90{width:90%}.hero-sim-figure .mc-bv2-text-line.w85{width:85%}.hero-sim-figure .mc-bv2-text-line.w80{width:80%}.hero-sim-figure .mc-bv2-text-line.w70{width:70%}.hero-sim-figure .mc-bv2-cards{display:flex;gap:6px;margin-top:6px}.hero-sim-figure .mc-bv2-card{flex:1;background:var(--grey-50);border:1px solid var(--grey-100);border-radius:var(--radius-sm);padding:6px}.hero-sim-figure .mc-bv2-card-title{font-size:.5625rem;font-weight:600;color:var(--foreground);margin-bottom:4px}.hero-sim-figure .mc-bv2-card-line{height:3px;border-radius:2px;background:var(--grey-200);margin-bottom:3px}.hero-sim-figure .mc-bv2-card-icon{margin-bottom:3px}.hero-sim-figure .mc-bv2-card-line.short{width:60%;margin-bottom:0}.hero-sim-figure .mc-bv2-sidebar{width:90px;flex-shrink:0;display:flex;flex-direction:column;gap:8px}.hero-sim-figure .mc-bv2-rating{background:#fff;border-radius:var(--radius-md);padding:8px;text-align:center}.hero-sim-figure .mc-bv2-rating-letter{width:28px;height:28px;border-radius:50%;background:var(--red-500);color:#fff;font-weight:700;font-size:.75rem;display:flex;align-items:center;justify-content:center;margin:0 auto 4px}.hero-sim-figure .mc-bv2-rating-label{font-size:.5625rem;color:var(--grey-400)}.hero-sim-figure .mc-bv2-nav{background:#fff;border-radius:var(--radius-md);padding:6px;display:flex;flex-direction:column;gap:2px}.hero-sim-figure .mc-bv2-nav-item{display:flex;align-items:center;gap:4px;font-size:.5625rem;color:var(--grey-500);padding:3px 4px;border-radius:var(--radius-sm);transition:background .25s ease,color .25s ease}.hero-sim-figure .mc-bv2-nav-item.active{background:var(--grey-50);color:var(--foreground);font-weight:600}.hero-sim-figure .mc-bv2-nav-num{width:12px;height:12px;border-radius:50%;background:var(--purple-500);color:#fff;font-size:.5rem;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.hero-sim-figure .mc-bv2-nav-grade{margin-left:auto;font-weight:700;font-size:.5625rem}.hero-sim-figure .mc-bv2-nav-grade.a{color:var(--green-500)}.hero-sim-figure .mc-bv2-nav-grade.b{color:#22c55e}.hero-sim-figure .mc-bv2-nav-grade.c{color:#eab308}.hero-sim-figure .mc-bv2-progress{background:#fff;border-radius:var(--radius-md);padding:8px}.hero-sim-figure .mc-bv2-progress-label{font-size:.5rem;color:var(--grey-400);margin-bottom:4px}.hero-sim-figure .mc-bv2-progress-bar{height:4px;background:var(--grey-100);border-radius:2px;overflow:hidden;margin-bottom:3px}.hero-sim-figure .mc-bv2-progress-fill{height:100%;background:var(--purple-500);border-radius:2px;transition:width 1.2s ease}.hero-sim-figure .mc-bv2-progress-val{font-size:.625rem;font-weight:700;color:var(--purple-500);text-align:right}.hero-sim-figure .mc-bv2-before-after{display:flex;align-items:center;gap:4px;margin-top:8px;background:#fff;border-radius:var(--radius-md);padding:8px}.hero-sim-figure .mc-bv2-ba-panel{flex:1;display:flex;flex-direction:column;gap:3px;padding:6px;border-radius:var(--radius-sm);background:var(--grey-50)}.hero-sim-figure .mc-bv2-ba-panel.ba-after{background:var(--purple-50)}.hero-sim-figure .mc-bv2-ba-label{font-size:.4375rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--grey-400);margin-bottom:2px}.hero-sim-figure .mc-bv2-ba-panel.ba-after .mc-bv2-ba-label{color:var(--purple-500)}.hero-sim-figure .mc-bv2-ba-line{height:3px;border-radius:2px;background:var(--grey-200)}.hero-sim-figure .mc-bv2-ba-line.w100{width:100%}.hero-sim-figure .mc-bv2-ba-line.w85{width:85%}.hero-sim-figure .mc-bv2-ba-line.w70{width:70%}.hero-sim-figure .mc-bv2-ba-line.generated{background:var(--purple-200)}.hero-sim-figure .mc-bv2-ba-rating{width:18px;height:18px;border-radius:50%;background:var(--red-500);color:#fff;font-size:.5rem;font-weight:700;display:flex;align-items:center;justify-content:center;margin-top:3px;align-self:flex-end}.hero-sim-figure .mc-bv2-ba-rating.good{background:var(--green-500)}.hero-sim-figure .mc-bv2-ba-arrow{flex-shrink:0;display:flex;align-items:center;justify-content:center}.hero-sim-figure .mc-bv2-reco{display:flex;align-items:flex-start;gap:6px;background:var(--purple-50);border:1px solid var(--purple-100);border-radius:var(--radius-md);padding:6px 8px;font-size:.5625rem;color:var(--grey-600);line-height:1.3}.hero-sim-figure .mc-bv2-text-line.shimmer{background:linear-gradient(90deg,var(--grey-100) 25%,var(--grey-50) 50%,var(--grey-100) 75%);background-size:200% 100%;animation:mc-shimmer 1.5s ease-in-out infinite}.hero-sim-figure .mc-bv2-text-line.generated{background:var(--purple-100);animation:none;transition:background .3s ease}.hero-sim-figure .mc-bv2-ai-btn.generating{animation:mc-btn-pulse 1s ease-in-out infinite}.hero-sim-figure .mc-bv2-ai-btn.done{background:var(--green-400);color:#fff;border-color:var(--green-400);animation:none}.hero-sim-figure .mc-bv2-rating-letter.grade-e{background:var(--red-500)}.hero-sim-figure .mc-bv2-rating-letter.grade-d{background:var(--orange-500)}.hero-sim-figure .mc-bv2-rating-letter.grade-c{background:#eab308}.hero-sim-figure .mc-bv2-rating-letter.grade-b{background:var(--green-400)}.hero-sim-figure .mc-bv2-rating-letter.grade-a{background:var(--green-500)}@keyframes mc-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@keyframes mc-btn-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(.97)}}}@media(max-width:767px)and (prefers-reduced-motion:reduce){.hero-sim-figure .mc-bv2-progress-fill{transition:none}.hero-sim-figure .mc-bv2-editor,.hero-sim-figure .mc-bv2-sidebar,.hero-sim-figure .mc-bv2-text-line,.hero-sim-figure .mc-bv2-card,.hero-sim-figure .mc-bv2-nav-item,.hero-sim-figure .mc-bv2-rating-letter{transition:none;opacity:1;transform:none}}.hero-sim-figure .script-modal-overlay{position:absolute;inset:0;background:#0006;z-index:100;display:flex;align-items:center;justify-content:center;opacity:0;pointer-events:none;transition:opacity .3s ease}.hero-sim-figure .script-modal-overlay.visible{opacity:1;pointer-events:auto}.hero-sim-figure .script-modal{background:#fff;border-radius:var(--radius-xl);width:560px;max-height:520px;overflow-y:auto;box-shadow:0 25px 60px #00000040;scrollbar-width:thin;scrollbar-color:var(--grey-200) transparent;transform:translateY(10px) scale(.97);transition:transform .3s ease}.hero-sim-figure .script-modal-overlay.visible .script-modal{transform:translateY(0) scale(1)}.hero-sim-figure .script-modal-header{padding:24px 28px 0;display:flex;align-items:center;justify-content:space-between;margin-bottom:20px;position:sticky;top:0;background:#fff;z-index:2}.hero-sim-figure .script-modal-title{font-size:1.125rem;font-weight:700;color:var(--foreground);letter-spacing:-.01em}.hero-sim-figure .script-modal-close{width:28px;height:28px;border-radius:var(--radius-full);border:1px solid var(--border);background:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer}.hero-sim-figure .script-modal-close svg{width:14px;height:14px;color:var(--grey-500)}.hero-sim-figure .script-modal-body{padding:0 28px 28px}.hero-sim-figure .script-section{margin-bottom:24px}.hero-sim-figure .script-section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.hero-sim-figure .script-section-title{font-size:1rem;font-weight:700;color:var(--foreground)}.hero-sim-figure .script-badge{display:inline-flex;align-items:center;padding:3px 10px;border-radius:var(--radius-full);font-size:.6875rem;font-weight:600}.hero-sim-figure .script-badge.green{background:#dcfce7;color:#166534}.hero-sim-figure .script-badge.purple{background:var(--purple-50);color:var(--purple-500)}.hero-sim-figure .script-card{border:1px solid var(--border);border-radius:var(--radius-lg);padding:16px;margin-bottom:12px}.hero-sim-figure .script-card p{font-size:.8125rem;color:var(--grey-600);line-height:1.65;margin:0}.hero-sim-figure .script-sub-title{font-size:.8125rem;font-weight:600;color:var(--foreground);margin-bottom:10px;margin-top:4px}.hero-sim-figure .script-commercial{border-left:3px solid var(--purple-500);padding:12px 14px;margin-bottom:8px;background:var(--purple-50);border-radius:0 var(--radius-md) var(--radius-md) 0}.hero-sim-figure .script-commercial p{font-size:.8125rem;color:var(--foreground);line-height:1.6;font-style:italic}.hero-sim-figure .script-commercial .label{font-size:.6875rem;font-weight:600;color:var(--purple-500);margin-bottom:4px;font-style:normal}.hero-sim-figure .script-relance{background:#fef3c7;border-radius:var(--radius-md);padding:10px 14px;margin-bottom:10px;font-size:.75rem;color:#92400e;line-height:1.5;font-style:italic}.hero-sim-figure .script-text{font-size:.8125rem;color:var(--grey-600);line-height:1.6;margin-bottom:10px}.hero-sim-figure .script-reco-item{margin-bottom:14px}.hero-sim-figure .script-reco-item:last-child{margin-bottom:0}.hero-sim-figure .script-reco-title{font-size:.8125rem;font-weight:600;color:var(--foreground);margin-bottom:4px}.hero-sim-figure .script-reco-text{font-size:.8125rem;color:var(--grey-600);line-height:1.55}.hero-sim-figure .script-plan-b-item{margin-bottom:14px}.hero-sim-figure .script-plan-b-condition{font-size:.8125rem;font-weight:500;color:var(--foreground);margin-bottom:6px}.hero-sim-figure .script-plan-b-response{background:var(--muted);border-radius:var(--radius-md);padding:12px 14px;font-size:.8125rem;color:var(--grey-600);line-height:1.55}.hero-sim-figure .btn-regenerate{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:12px;background:var(--purple-500);color:#fff;border:1px solid var(--purple-600);border-radius:var(--radius-lg);font-size:.875rem;font-weight:600;cursor:pointer;margin-top:8px;position:sticky;bottom:0}.hero-sim-figure .btn-regenerate svg{width:16px;height:16px}.hero-sim-figure .preview-container{flex:1;background:var(--muted);padding:28px;display:flex;justify-content:center;overflow:hidden}.hero-sim-figure .preview-page{width:100%;max-width:680px;background:#fff;border-radius:var(--radius-lg);box-shadow:0 1px 3px #0000000f;overflow-y:auto;overflow-x:hidden;position:relative;scrollbar-width:none;-webkit-overflow-scrolling:touch;-webkit-mask-image:linear-gradient(to bottom,black calc(100% - 50px),transparent 100%);mask-image:linear-gradient(to bottom,black calc(100% - 50px),transparent 100%)}.hero-sim-figure .preview-page::-webkit-scrollbar{display:none}.hero-sim-figure .preview-hero{background:#6366f1;padding:48px 32px 0;display:flex;flex-direction:column;align-items:center;text-align:center}.hero-sim-figure .preview-hero-title{color:#fff;font-size:1.5rem;font-weight:700;line-height:1.3;letter-spacing:-.02em;max-width:500px;margin-bottom:8px}.hero-sim-figure .preview-hero-subtitle{color:#ffffffb3;font-size:.75rem;margin-bottom:24px}.hero-sim-figure .preview-hero-image{width:100%;max-width:520px;height:150px;border-radius:var(--radius-lg) var(--radius-lg) 0 0;overflow:hidden;box-shadow:0 -4px 24px #0003;position:relative;background:#fff}.hero-sim-figure .preview-hero-image .hero-clone{position:absolute!important;top:0;left:0;width:1200px!important;height:720px!important;transform:scale(.435)!important;transform-origin:top left;pointer-events:none;border-radius:var(--radius-lg);overflow:hidden;display:flex!important;background:var(--background);box-shadow:none!important;margin:0!important}.hero-sim-figure .preview-body{padding:28px 32px}.hero-sim-figure .preview-section-title{font-size:1rem;font-weight:700;color:var(--foreground);margin-bottom:10px;letter-spacing:-.01em}.hero-sim-figure .preview-text{font-size:.8125rem;color:var(--grey-600);line-height:1.65;margin-bottom:14px}.hero-sim-figure .preview-columns{display:flex;gap:16px;margin-top:16px;margin-bottom:28px}.hero-sim-figure .preview-col{flex:1;background:var(--muted);border-radius:var(--radius-lg);padding:16px}.hero-sim-figure .preview-col h4{font-size:.8125rem;font-weight:600;color:var(--foreground);margin-bottom:8px}.hero-sim-figure .preview-col p{font-size:.75rem;color:var(--grey-500);line-height:1.5}#sp-preview-hero{background:linear-gradient(160deg,#180132,#2a0a6e,#350d9b)}.hero-sim-figure .preview-vibe-highlight{background:#350d9b;margin:0 -32px 28px;padding:24px 32px}.hero-sim-figure .preview-vibe-highlight{background:#350d9b;padding:28px 32px}.hero-sim-figure .preview-kpi-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:28px}.hero-sim-figure .preview-kpi-card{border:1px solid var(--border);border-radius:var(--radius-lg);padding:16px;text-align:center}.hero-sim-figure .preview-kpi-icon{width:36px;height:36px;background:var(--purple-50);border-radius:var(--radius-lg);display:flex;align-items:center;justify-content:center;margin:0 auto 10px}.hero-sim-figure .preview-kpi-icon svg{width:18px;height:18px;color:var(--purple-500)}.hero-sim-figure .preview-kpi-value{font-size:1.25rem;font-weight:700;color:var(--foreground);letter-spacing:-.02em}.hero-sim-figure .preview-kpi-label{font-size:.6875rem;font-weight:600;color:var(--grey-600);margin-top:2px}.hero-sim-figure .preview-kpi-desc{font-size:.625rem;color:var(--grey-400);margin-top:4px;line-height:1.4}.hero-sim-figure .preview-timeline{display:flex;align-items:flex-start;gap:0;margin-bottom:28px}.hero-sim-figure .preview-step{flex:1;display:flex;flex-direction:column;align-items:center;text-align:center;position:relative}.hero-sim-figure .preview-step-num{width:28px;height:28px;border-radius:50%;background:var(--purple-500);color:#fff;font-size:.75rem;font-weight:700;display:flex;align-items:center;justify-content:center;margin-bottom:8px;position:relative;z-index:2}.hero-sim-figure .preview-step-line{position:absolute;top:14px;left:calc(50% + 14px);width:calc(100% - 28px);height:2px;background:var(--grey-200)}.hero-sim-figure .preview-step-date{font-size:.625rem;color:var(--purple-500);font-weight:600;margin-bottom:4px}.hero-sim-figure .preview-step-title{font-size:.75rem;font-weight:600;color:var(--foreground);margin-bottom:2px}.hero-sim-figure .preview-step-desc{font-size:.625rem;color:var(--grey-400);line-height:1.3;padding:0 4px}@media(max-width:767px){.hero-sim-figure .mc-preview-ba{display:flex;align-items:center;gap:8px}.hero-sim-figure .mc-pba-panel{flex:1;display:flex;flex-direction:column;gap:6px;min-width:0}.hero-sim-figure .mc-pba-label{font-size:.5rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--grey-400);text-align:center}.hero-sim-figure .mc-pba-arrow{flex-shrink:0;display:flex;align-items:center;padding-top:16px}.hero-sim-figure .mc-pba-page{border-radius:var(--radius-md);overflow:hidden;box-shadow:0 2px 8px #00000014}.hero-sim-figure .mc-pba-generic{background:var(--grey-50);padding:10px;display:flex;flex-direction:column;gap:4px;min-height:110px}.hero-sim-figure .mc-pba-branded{display:flex;flex-direction:column;min-height:110px}.hero-sim-figure .mc-pba-dark{background:linear-gradient(135deg,#180132,#350d9b);padding:8px 10px;display:flex;flex-direction:column;gap:4px}.hero-sim-figure .mc-pba-brand{font-size:.375rem;font-weight:800;color:#fff;background:#fff3;border-radius:2px;padding:1px 4px;width:fit-content;letter-spacing:.08em}.hero-sim-figure .mc-pba-base{background:#fff;padding:6px 10px;display:flex;flex-direction:column;gap:3px}.hero-sim-figure .mc-pba-highlight{background:#350d9b;padding:6px 8px}.hero-sim-figure .mc-pba-kpi-row{display:flex;gap:4px}.hero-sim-figure .mc-pba-kpi{flex:1;background:#ffffff1a;border-radius:3px;padding:4px 2px;text-align:center;font-size:.5rem;font-weight:700}.hero-sim-figure .mc-pba-line{height:3px;border-radius:2px}.hero-sim-figure .mc-pba-line.w90{width:90%}.hero-sim-figure .mc-pba-line.w80{width:80%}.hero-sim-figure .mc-pba-line.w70{width:70%}.hero-sim-figure .mc-pba-line.w60{width:60%}.hero-sim-figure .mc-pba-line.w50{width:50%}}@media(max-width:767px)and (prefers-reduced-motion:reduce){.hero-sim-figure .mc-pba-panel,.hero-sim-figure .mc-pba-arrow{transition:none;opacity:1;transform:none}}.hero-sim-figure .analytics-area{flex:1;padding:24px 28px;overflow-y:auto;scrollbar-width:thin;scrollbar-color:var(--grey-200) transparent;-webkit-overflow-scrolling:touch}.hero-sim-figure .analytics-header-row{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:20px}.hero-sim-figure .analytics-top-title{font-size:1.25rem;font-weight:700;color:var(--foreground);margin-bottom:4px;letter-spacing:-.02em}.hero-sim-figure .analytics-subtitle{font-size:.8125rem;color:var(--grey-500)}.hero-sim-figure .badge-active{display:inline-flex;align-items:center;gap:6px;background:var(--purple-50);color:var(--purple-500);padding:6px 14px;border-radius:var(--radius-full);font-size:.6875rem;font-weight:600;border:1px solid var(--purple-100);flex-shrink:0}.hero-sim-figure .badge-active svg{width:12px;height:12px}.hero-sim-figure .analytics-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-bottom:16px}.hero-sim-figure .a-card{border:1px solid var(--border);border-radius:var(--radius-xl);overflow:hidden}.hero-sim-figure .a-card-header{display:flex;align-items:center;justify-content:space-between;padding:16px 16px 0}.hero-sim-figure .a-card-title{font-size:.8125rem;font-weight:500;color:var(--grey-500)}.hero-sim-figure .a-card-header svg{width:16px;height:16px;color:var(--purple-500)}.hero-sim-figure .a-card-sep{height:1px;background:var(--border);margin:12px 16px}.hero-sim-figure .a-card-body{padding:0 16px 16px}.hero-sim-figure .a-view-item{display:flex;align-items:center;gap:10px;font-size:.8125rem;color:var(--grey-600);padding:5px 0}.hero-sim-figure .a-view-item svg{width:16px;height:16px;flex-shrink:0}.hero-sim-figure .a-view-item .green{color:#22c55e}.hero-sim-figure .a-view-item .muted{color:var(--grey-400)}.hero-sim-figure .a-view-item .orange{color:#f97316}.hero-sim-figure .a-view-item .primary{color:var(--purple-500)}.hero-sim-figure .engagement-row{display:flex;align-items:center;gap:12px}.hero-sim-figure .engagement-icon{width:36px;height:36px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.hero-sim-figure .engagement-icon svg{width:28px;height:28px}.hero-sim-figure .engagement-level{font-size:1rem;font-weight:700}.hero-sim-figure .engagement-sub{font-size:.6875rem;color:var(--grey-400);margin-top:1px}.hero-sim-figure .a-acceptance{border:1px solid var(--border);border-radius:var(--radius-xl);margin-bottom:16px;overflow:hidden}.hero-sim-figure .a-acceptance-header{display:flex;align-items:center;justify-content:space-between;padding:16px 16px 0}.hero-sim-figure .a-acceptance-badge{display:inline-flex;align-items:center;gap:4px;padding:3px 10px;border-radius:var(--radius-full);font-size:.6875rem;font-weight:600;background:#dcfce7;color:#166534}.hero-sim-figure .a-acceptance-badge svg{width:12px;height:12px}.hero-sim-figure .a-acceptance-body{padding:12px 16px 16px}.hero-sim-figure .a-acceptance-info{display:flex;flex-wrap:wrap;gap:12px;font-size:.75rem;color:var(--grey-500)}.hero-sim-figure .a-acceptance-info span{display:inline-flex;align-items:center;gap:4px}.hero-sim-figure .a-acceptance-info svg{width:12px;height:12px;color:var(--grey-400)}.hero-sim-figure .a-acceptance-name{font-weight:600;color:var(--foreground);font-size:.8125rem;margin-bottom:6px}.hero-sim-figure .a-timeline{border:1px solid var(--border);border-radius:var(--radius-xl);margin-bottom:16px;overflow:hidden}.hero-sim-figure .a-timeline-header{padding:16px 16px 0}.hero-sim-figure .a-timeline-body{padding:12px 16px 16px}.hero-sim-figure .a-heatmap{display:flex;flex-wrap:wrap;gap:3px;margin-bottom:10px}.hero-sim-figure .a-heat-cell{width:14px;height:14px;border-radius:3px;background:var(--muted);border:1px solid transparent;transition:all .3s}.hero-sim-figure .a-heat-cell.medium{background:#eab308;border-color:#eab30833}.hero-sim-figure .a-heat-cell.high{background:var(--purple-500);border-color:#8f3fff33}.hero-sim-figure .a-legend{display:flex;align-items:center;gap:16px;font-size:.6875rem;color:var(--grey-500)}.hero-sim-figure .a-legend-item{display:flex;align-items:center;gap:4px}.hero-sim-figure .a-legend-dot{width:10px;height:10px;border-radius:2px}.hero-sim-figure .a-legend-dot.inactive{background:var(--muted)}.hero-sim-figure .a-legend-dot.medium{background:#eab308}.hero-sim-figure .a-legend-dot.high{background:var(--purple-500)}.hero-sim-figure .a-readers{border:1px solid var(--border);border-radius:var(--radius-xl);margin-bottom:16px;overflow:hidden}.hero-sim-figure .a-reader-item{display:flex;align-items:center;padding:12px 16px;border-bottom:1px solid var(--border);gap:12px}.hero-sim-figure .a-reader-item:last-child{border-bottom:none}.hero-sim-figure .a-reader-avatar{width:32px;height:32px;border-radius:var(--radius-full);background:var(--purple-500);display:flex;align-items:center;justify-content:center;font-size:.6875rem;font-weight:600;color:#fff;flex-shrink:0}.hero-sim-figure .a-reader-info{flex:1;min-width:0}.hero-sim-figure .a-reader-email{font-size:.8125rem;font-weight:500;color:var(--foreground);display:flex;align-items:center;gap:6px}.hero-sim-figure .a-reader-email svg{width:14px;height:14px;flex-shrink:0}.hero-sim-figure .a-reader-stats{font-size:.6875rem;color:var(--grey-400);margin-top:2px}.hero-sim-figure .a-reader-arrow{color:var(--grey-300)}.hero-sim-figure .a-reader-arrow svg{width:14px;height:14px}.hero-sim-figure .a-reader-item[data-reader]:hover{background:var(--muted)}.hero-sim-figure .a-reader-detail{border:1px solid var(--border);border-radius:var(--radius-xl);margin-bottom:16px;overflow:hidden;display:none;opacity:0;transform:translateY(8px);transition:opacity .25s ease,transform .25s ease}.hero-sim-figure .a-reader-detail.visible{display:block;opacity:1;transform:translateY(0)}.hero-sim-figure .a-reader-detail-header{display:flex;align-items:center;gap:10px;padding:12px 16px}.hero-sim-figure .a-reader-detail-back{cursor:pointer;color:var(--grey-400);display:flex;align-items:center}.hero-sim-figure .a-reader-detail-back svg{width:16px;height:16px}.hero-sim-figure .a-reader-detail-back:hover{color:var(--foreground)}.hero-sim-figure .a-reader-detail-user{display:flex;align-items:center;gap:10px;flex:1}.hero-sim-figure .a-reader-detail-name{font-size:.8125rem;font-weight:600;color:var(--foreground)}.hero-sim-figure .a-reader-detail-meta{font-size:.6875rem;color:var(--grey-400);margin-top:1px}.hero-sim-figure .a-reader-detail-body{padding:12px 16px 16px}.hero-sim-figure .a-reader-detail-section-title{font-size:.6875rem;font-weight:600;color:var(--grey-500);text-transform:uppercase;letter-spacing:.04em;margin-bottom:10px}.hero-sim-figure .a-reader-detail-section{display:flex;flex-direction:column;gap:8px}.hero-sim-figure .a-reader-detail-row{display:flex;align-items:center;gap:10px;font-size:.75rem;color:var(--grey-600)}.hero-sim-figure .a-reader-detail-row>span:first-child{min-width:110px;flex-shrink:0}.hero-sim-figure .a-reader-detail-bar{flex:1;height:6px;background:var(--muted);border-radius:var(--radius-full);overflow:hidden}.hero-sim-figure .a-reader-detail-bar-fill{height:100%;background:var(--purple-500);border-radius:var(--radius-full);transition:width .6s cubic-bezier(.25,.46,.45,.94)}.hero-sim-figure .a-reader-detail-time{font-size:.6875rem;font-weight:600;color:var(--foreground);min-width:36px;text-align:right}.hero-sim-figure .a-sections{border:1px solid var(--border);border-radius:var(--radius-xl);margin-bottom:16px;overflow:hidden}.hero-sim-figure .a-section-item{padding:14px 16px;border-bottom:1px solid var(--border)}.hero-sim-figure .a-section-item:last-child{border-bottom:none}.hero-sim-figure .a-section-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.hero-sim-figure .a-section-name{font-size:.8125rem;font-weight:500;color:var(--foreground)}.hero-sim-figure .a-section-meta{display:flex;align-items:center;gap:14px;font-size:.6875rem;color:var(--grey-400)}.hero-sim-figure .a-section-meta span{display:inline-flex;align-items:center;gap:4px}.hero-sim-figure .a-section-meta svg{width:12px;height:12px}.hero-sim-figure .a-section-bar{height:6px;background:var(--muted);border-radius:var(--radius-full);overflow:hidden}.hero-sim-figure .a-section-bar-fill{height:100%;background:var(--purple-500);border-radius:var(--radius-full);width:0%;transition:width 1s ease}.hero-sim-figure .mc-analytics-v2{display:flex;flex-direction:column;gap:8px}.hero-sim-figure .mc-av2-top-row{display:flex;gap:8px}.hero-sim-figure .mc-av2-stat-card{flex:1;background:#fff;border-radius:var(--radius-md);padding:8px 10px;display:flex;align-items:center;gap:8px}.hero-sim-figure .mc-av2-stat-icon{flex-shrink:0}.hero-sim-figure .mc-av2-stat-val{font-size:.875rem;font-weight:700;color:var(--foreground);line-height:1}.hero-sim-figure .mc-av2-stat-label{font-size:.5625rem;color:var(--grey-400)}.hero-sim-figure .mc-av2-readers{background:#fff;border-radius:var(--radius-md);padding:6px 0}.hero-sim-figure .mc-av2-reader{display:flex;align-items:center;gap:8px;padding:5px 10px}.hero-sim-figure .mc-av2-reader-avatar{width:24px;height:24px;border-radius:50%;background:var(--purple-500);color:#fff;font-size:.5625rem;font-weight:600;display:flex;align-items:center;justify-content:center;flex-shrink:0}.hero-sim-figure .mc-av2-reader-info{flex:1;min-width:0}.hero-sim-figure .mc-av2-reader-name{font-size:.625rem;font-weight:500;color:var(--foreground);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hero-sim-figure .mc-av2-reader-time{font-size:.5625rem;color:var(--grey-400)}.hero-sim-figure .mc-av2-sections{background:#fff;border-radius:var(--radius-md);padding:8px 10px;display:flex;flex-direction:column;gap:6px}.hero-sim-figure .mc-av2-section-row{display:flex;align-items:center;gap:8px;font-size:.625rem;color:var(--grey-600)}.hero-sim-figure .mc-av2-section-row>span{min-width:65px;flex-shrink:0}.hero-sim-figure .mc-av2-bar-wrap{flex:1;height:5px;background:var(--grey-100);border-radius:3px;overflow:hidden}.hero-sim-figure .mc-av2-bar-fill{height:100%;border-radius:3px;transition:width 1s ease}.hero-sim-figure .kb-document{flex:1;overflow-y:auto;padding:24px 28px;scrollbar-width:none}.hero-sim-figure .kb-document::-webkit-scrollbar{display:none}.hero-sim-figure .kb-pillar{margin-bottom:24px;border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden}.hero-sim-figure .kb-pillar-header{display:flex;align-items:center;gap:10px;padding:16px 20px;background:var(--muted);border-bottom:1px solid var(--border)}.hero-sim-figure .kb-pillar-num{width:24px;height:24px;border-radius:var(--radius-full);background:var(--purple-500);color:#fff;display:flex;align-items:center;justify-content:center;font-size:.6875rem;font-weight:700;flex-shrink:0}.hero-sim-figure .kb-pillar-name{font-size:.875rem;font-weight:600;color:var(--foreground);flex:1}.hero-sim-figure .kb-pillar-badge{font-size:.6875rem;font-weight:500;padding:2px 10px;border-radius:var(--radius-full);background:#fdba7433;color:var(--orange-500);white-space:nowrap;transition:all .3s ease}.hero-sim-figure .kb-pillar-badge.complete{background:#86efac33;color:var(--green-500)}.hero-sim-figure .kb-pillar-content{padding:20px;font-size:.8125rem;color:var(--grey-600);line-height:1.65;opacity:0;max-height:0;overflow:hidden;transition:opacity .5s ease,max-height .5s ease}.hero-sim-figure .kb-pillar-content.visible{opacity:1;max-height:600px}.hero-sim-figure .kb-pillar-content h3{font-size:.875rem;font-weight:600;color:var(--foreground);margin:16px 0 8px}.hero-sim-figure .kb-pillar-content h3:first-child{margin-top:0}.hero-sim-figure .kb-pillar-content ul{padding-left:20px;margin:8px 0;list-style:disc}.hero-sim-figure .kb-pillar-content li{margin-bottom:4px}.hero-sim-figure .kb-pillar-content strong{color:var(--foreground);font-weight:500}.hero-sim-figure .kb-pillar-content p{margin:0 0 8px}.hero-sim-figure .kb-pillar-content p:last-child{margin-bottom:0}.hero-sim-figure .kb-sidebar{width:280px;flex-shrink:0;border-left:1px solid var(--border);padding:20px;display:flex;flex-direction:column;gap:16px;background:var(--muted)}.hero-sim-figure .kb-status-title{font-size:.8125rem;font-weight:600;color:var(--foreground);text-align:center}.hero-sim-figure .kb-status-badge{font-size:.75rem;font-weight:500;padding:4px 14px;border-radius:var(--radius-full);background:#fdba7433;color:var(--orange-500);text-align:center;display:block;transition:all .3s ease}.hero-sim-figure .kb-status-badge.complete{background:#86efac33;color:var(--green-500)}.hero-sim-figure .kb-enrich-btn{display:flex;align-items:center;justify-content:center;gap:6px;width:100%;padding:10px;background:var(--background);border:1px solid var(--border);border-radius:var(--radius-lg);font-size:.8125rem;font-weight:500;color:var(--foreground);cursor:pointer;transition:background .15s;font-family:inherit}.hero-sim-figure .kb-enrich-btn:hover{background:var(--grey-50)}.hero-sim-figure .kb-enrich-btn svg{width:14px;height:14px;color:var(--grey-500)}.hero-sim-figure .kb-analyze-all-btn{display:flex;align-items:center;justify-content:center;gap:6px;width:100%;padding:10px;background:var(--purple-500);color:#fff;border:1px solid var(--purple-600);border-radius:var(--radius-lg);font-size:.8125rem;font-weight:500;cursor:pointer;transition:opacity .15s;font-family:inherit}.hero-sim-figure .kb-analyze-all-btn:hover{opacity:.9}.hero-sim-figure .kb-analyze-all-btn svg{width:14px;height:14px}.hero-sim-figure .kb-pillar-list{display:flex;flex-direction:column;gap:8px}.hero-sim-figure .kb-pillar-row{display:flex;align-items:center;gap:8px;font-size:.8125rem;color:var(--grey-600);background:var(--background);padding:10px 12px;border-radius:var(--radius-md);border:1px solid var(--border)}.hero-sim-figure .kb-pr-num{width:18px;height:18px;border-radius:var(--radius-full);background:var(--purple-500);color:#fff;display:flex;align-items:center;justify-content:center;font-size:.625rem;font-weight:700;flex-shrink:0}.hero-sim-figure .kb-pr-status{margin-left:auto;font-size:.6875rem;font-weight:500;padding:2px 10px;border-radius:var(--radius-full);background:#fdba7433;color:var(--orange-500);white-space:nowrap;transition:all .3s ease}.hero-sim-figure .kb-pr-status.complete{background:#86efac33;color:var(--green-500)}.hero-sim-figure .kb-modal-overlay{position:absolute;inset:0;background:#0006;z-index:100;display:flex;align-items:center;justify-content:center;opacity:0;pointer-events:none;transition:opacity .3s ease}.hero-sim-figure .kb-modal-overlay.visible{opacity:1;pointer-events:auto}.hero-sim-figure .kb-modal{background:#fff;border-radius:var(--radius-xl);width:500px;max-width:90%;padding:28px;box-shadow:0 25px 60px #00000040;transform:translateY(10px) scale(.97);transition:transform .3s ease}.hero-sim-figure .kb-modal-overlay.visible .kb-modal{transform:translateY(0) scale(1)}.hero-sim-figure .kb-modal-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.hero-sim-figure .kb-modal-title{font-size:1.125rem;font-weight:700;color:var(--foreground);letter-spacing:-.01em}.hero-sim-figure .kb-modal-close{width:28px;height:28px;border-radius:var(--radius-full);border:1px solid var(--border);background:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:.875rem;color:var(--grey-500);line-height:1}.hero-sim-figure .kb-modal-desc{font-size:.8125rem;color:var(--grey-600);line-height:1.55;margin-bottom:20px}.hero-sim-figure .kb-modal label{font-size:.6875rem;font-weight:500;color:var(--grey-500);margin-bottom:6px;display:block}.hero-sim-figure .kb-modal-input{width:100%;padding:10px 12px;border:1px solid var(--border);border-radius:var(--radius-lg);font-size:.8125rem;color:var(--foreground);background:var(--background);font-family:inherit;margin-bottom:16px;box-sizing:border-box}.hero-sim-figure .kb-modal-tabs{display:flex;background:var(--muted);border:1px solid var(--border);border-radius:var(--radius-lg);height:32px;padding:2px;gap:1px;margin-bottom:16px}.hero-sim-figure .kb-modal-tab{font-size:.75rem;font-weight:500;color:var(--grey-500);padding:0 16px;border-radius:var(--radius-md);cursor:pointer;transition:all .15s;display:flex;align-items:center;white-space:nowrap;height:100%;flex:1;justify-content:center}.hero-sim-figure .kb-modal-tab:hover{color:var(--grey-700)}.hero-sim-figure .kb-modal-tab.active{color:var(--foreground);background:var(--background);font-weight:600;box-shadow:0 1px 2px #0000000d}.hero-sim-figure .kb-modal-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:4px}.hero-sim-figure .kb-modal-cancel{display:inline-flex;align-items:center;gap:5px;font-size:.75rem;font-weight:500;color:var(--foreground);background:var(--background);border:1px solid var(--border);padding:8px 16px;border-radius:var(--radius-lg);cursor:pointer;transition:background .15s;font-family:inherit}.hero-sim-figure .kb-modal-cancel:hover{background:var(--muted)}.hero-sim-figure .kb-modal-extract{display:inline-flex;align-items:center;gap:5px;background:var(--purple-500);color:#fff;border:1px solid var(--purple-600);padding:8px 16px;border-radius:var(--radius-lg);font-size:.75rem;font-weight:500;cursor:pointer;transition:opacity .15s;font-family:inherit}.hero-sim-figure .kb-modal-extract:hover{opacity:.9}.hero-sim-figure .kb-recos{border-top:1px solid var(--border);padding:16px 20px;background:var(--purple-50)}.hero-sim-figure .kb-recos-header{display:flex;align-items:center;gap:6px;font-size:.8125rem;font-weight:600;color:var(--purple-500);margin-bottom:12px}.hero-sim-figure .kb-reco-item{display:flex;align-items:flex-start;gap:12px;padding:12px 0;border-bottom:1px solid var(--border)}.hero-sim-figure .kb-reco-item:last-child{border-bottom:none}.hero-sim-figure .kb-reco-text{flex:1;min-width:0}.hero-sim-figure .kb-reco-title{font-size:.8125rem;font-weight:600;color:var(--foreground);margin-bottom:2px}.hero-sim-figure .kb-reco-desc{font-size:.75rem;color:var(--grey-500);line-height:1.5}.hero-sim-figure .kb-reco-respond{flex-shrink:0;display:inline-flex;align-items:center;padding:6px 14px;border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--background);font-size:.75rem;font-weight:500;color:var(--foreground);cursor:pointer;font-family:inherit;transition:background .15s}.hero-sim-figure .kb-reco-respond:hover{background:var(--muted)}.hero-sim-figure .kb-respond-all{display:flex;align-items:center;justify-content:center;width:100%;padding:12px;background:var(--purple-500);color:#fff;border:1px solid var(--purple-600);border-radius:var(--radius-lg);font-size:.875rem;font-weight:500;cursor:pointer;font-family:inherit;margin-top:8px;transition:opacity .15s}.hero-sim-figure .kb-respond-all:hover{opacity:.9}.hero-sim-figure .kb-modal-textarea{width:100%;padding:12px;border:1px solid var(--border);border-radius:var(--radius-lg);font-size:.8125rem;color:var(--foreground);background:var(--background);font-family:inherit;resize:vertical;margin-bottom:20px;box-sizing:border-box}.hero-sim-figure .kb-modal-textarea:focus{outline:none;border-color:var(--purple-500);box-shadow:0 0 0 3px #8f3fff1a}.hero-sim-figure .kb-modal-label{display:block;font-size:.75rem;font-weight:600;color:var(--foreground);margin-bottom:8px}@media(max-width:767px){.hero-sim-figure .mc-kb-pillars{display:flex;flex-direction:column;gap:8px}.hero-sim-figure .mc-kb-pillar-row{display:flex;align-items:center;gap:10px;background:#fff;border-radius:var(--radius-md);padding:10px 12px;opacity:0;transform:translateY(8px);transition:opacity .4s ease,transform .4s ease}.hero-sim-figure .mc-kb-pillar-row.visible{opacity:1;transform:translateY(0)}.hero-sim-figure .mc-kb-num{width:20px;height:20px;border-radius:var(--radius-full);background:var(--purple-500);color:#fff;display:flex;align-items:center;justify-content:center;font-size:.5625rem;font-weight:700;flex-shrink:0}.hero-sim-figure .mc-kb-name{flex:1;font-size:.75rem;font-weight:500;color:var(--foreground)}.hero-sim-figure .mc-kb-status{font-size:.625rem;font-weight:500;padding:2px 8px;border-radius:var(--radius-full);background:#fdba7433;color:var(--orange-500);white-space:nowrap;transition:all .4s ease}.hero-sim-figure .mc-kb-status.complete{background:#86efac33;color:var(--green-500)}.hero-sim-figure .mc-kb-check{display:none;width:14px;height:14px;color:var(--green-500);flex-shrink:0}.hero-sim-figure .mc-kb-pillar-row.complete .mc-kb-check{display:block}.hero-sim-figure .mc-kb-reco{display:flex;align-items:flex-start;gap:6px;background:var(--purple-50);border:1px solid var(--purple-100);border-radius:var(--radius-md);padding:8px 10px;font-size:.625rem;color:var(--grey-600);line-height:1.3;margin-top:8px}.hero-sim-figure .mc-kb-reco strong{color:var(--foreground);font-weight:600}}@media(max-width:767px)and (prefers-reduced-motion:reduce){.hero-sim-figure .mc-kb-pillar-row{transition:none;opacity:1;transform:none}.hero-sim-figure .mc-kb-status{transition:none}.hero-sim-figure .mc-kb-reco{transition:none;opacity:1;transform:none}}.micro-sim{width:100%;max-width:400px;margin:0 auto;position:relative;overflow:hidden;border-radius:12px;background:#fff;box-shadow:0 4px 24px -4px #0000001f;font-family:Inter,system-ui,sans-serif;-webkit-font-smoothing:antialiased}.micro-sim .mc-slide{padding:28px 24px 24px}.micro-sim .mc-slide-label{display:inline-flex;align-items:center;gap:6px;font-size:.6875rem;font-weight:600;color:#8f3fff;background:#f5f3ff;border:1px solid #ede9fe;padding:4px 12px;border-radius:9999px;margin-bottom:16px}.micro-sim .mc-slide-label svg{width:12px;height:12px}.micro-sim .mc-slide-title{font-size:1.125rem;font-weight:700;color:#1a1a1f;letter-spacing:-.02em;margin-bottom:8px}.micro-sim .mc-slide-desc{font-size:.8125rem;color:#6e6e7c;line-height:1.55;margin-bottom:20px}.micro-sim .mc-mini{background:#f4f4f6;border-radius:8px;padding:20px;position:relative;overflow:hidden}.micro-sim .mc-score-wrap{display:flex;align-items:center;gap:20px}.micro-sim .mc-donut{width:80px;height:80px;flex-shrink:0;position:relative}.micro-sim .mc-donut svg{width:100%;height:100%;transform:rotate(-90deg)}.micro-sim .mc-donut-bg{fill:none;stroke:#d5d5db;stroke-width:6}.micro-sim .mc-donut-fill{fill:none;stroke:#8f3fff;stroke-width:6;stroke-linecap:round;stroke-dasharray:226;stroke-dashoffset:226;transition:stroke-dashoffset 1.2s ease}.micro-sim .mc-donut-value{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-size:1.25rem;font-weight:700;color:#1a1a1f}.micro-sim .mc-recos{flex:1;display:flex;flex-direction:column;gap:6px}.micro-sim .mc-reco{display:flex;align-items:center;gap:8px;background:#fff;border-radius:6px;padding:8px 10px;font-size:.6875rem;color:#5a5a68;line-height:1.3;opacity:0;transform:translateY(6px);transition:opacity .4s ease,transform .4s ease}.micro-sim .mc-reco.visible{opacity:1;transform:translateY(0)}.micro-sim .mc-score-sections{display:flex;flex-direction:column;gap:0;margin-top:12px;background:#fff;border-radius:6px;padding:6px 10px}.micro-sim .mc-score-section-row{display:flex;align-items:center;gap:8px;padding:5px 0;font-size:.6875rem;color:#5a5a68;border-bottom:1px solid #f8f8f9}.micro-sim .mc-score-section-row:last-child{border-bottom:none}.micro-sim .mc-ss-num{width:16px;height:16px;border-radius:50%;background:#8f3fff;color:#fff;font-size:.5625rem;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.micro-sim .mc-ss-name{flex:1}.micro-sim .mc-ss-val{font-weight:700;font-size:.6875rem;min-width:20px;text-align:right}.micro-sim .mc-ss-val.orange{color:#f97316}.micro-sim .mc-ss-val.green{color:#22c55e}.micro-sim .mc-builder-v2{display:flex;gap:8px;min-height:0}.micro-sim .mc-bv2-editor{flex:1;background:#fff;border-radius:6px;overflow:hidden}.micro-sim .mc-bv2-section-header{display:flex;align-items:center;gap:6px;padding:8px 10px;border-bottom:1px solid #ededf0}.micro-sim .mc-bv2-section-num{width:16px;height:16px;border-radius:50%;background:#8f3fff;color:#fff;font-size:.5625rem;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.micro-sim .mc-bv2-section-name{font-size:.6875rem;font-weight:600;color:#1a1a1f;flex:1}.micro-sim .mc-bv2-ai-btn{display:inline-flex;align-items:center;gap:3px;background:#f5f3ff;color:#8f3fff;border:1px solid #ede9fe;border-radius:4px;padding:2px 6px;font-size:.5625rem;font-weight:600;cursor:pointer}.micro-sim .mc-bv2-content{padding:8px 10px}.micro-sim .mc-bv2-text-line{height:4px;border-radius:2px;background:#ededf0;margin-bottom:4px}.micro-sim .mc-bv2-text-line.w100{width:100%}.micro-sim .mc-bv2-text-line.w95{width:95%}.micro-sim .mc-bv2-text-line.w90{width:90%}.micro-sim .mc-bv2-text-line.w85{width:85%}.micro-sim .mc-bv2-text-line.w80{width:80%}.micro-sim .mc-bv2-text-line.w70{width:70%}.micro-sim .mc-bv2-cards{display:flex;gap:6px;margin-top:6px}.micro-sim .mc-bv2-card{flex:1;background:#f8f8f9;border:1px solid #ededf0;border-radius:4px;padding:6px}.micro-sim .mc-bv2-card-title{font-size:.5625rem;font-weight:600;color:#1a1a1f;margin-bottom:4px}.micro-sim .mc-bv2-card-icon{margin-bottom:3px}.micro-sim .mc-bv2-card-line{height:3px;border-radius:2px;background:#d5d5db;margin-bottom:3px}.micro-sim .mc-bv2-card-line.short{width:60%;margin-bottom:0}.micro-sim .mc-bv2-sidebar{width:90px;flex-shrink:0;display:flex;flex-direction:column;gap:8px}.micro-sim .mc-bv2-rating{background:#fff;border-radius:6px;padding:8px;text-align:center}.micro-sim .mc-bv2-rating-letter{width:28px;height:28px;border-radius:50%;background:#ef4444;color:#fff;font-weight:700;font-size:.75rem;display:flex;align-items:center;justify-content:center;margin:0 auto 4px}.micro-sim .mc-bv2-rating-label{font-size:.5625rem;color:#8b8b98}.micro-sim .mc-bv2-nav{background:#fff;border-radius:6px;padding:6px;display:flex;flex-direction:column;gap:2px}.micro-sim .mc-bv2-nav-item{display:flex;align-items:center;gap:4px;font-size:.5625rem;color:#6e6e7c;padding:3px 4px;border-radius:4px}.micro-sim .mc-bv2-nav-item.active{background:#f8f8f9;color:#1a1a1f;font-weight:600}.micro-sim .mc-bv2-nav-num{width:12px;height:12px;border-radius:50%;background:#8f3fff;color:#fff;font-size:.5rem;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.micro-sim .mc-bv2-nav-grade{margin-left:auto;font-weight:700;font-size:.5625rem}.micro-sim .mc-bv2-nav-grade.a,.micro-sim .mc-bv2-nav-grade.b{color:#22c55e}.micro-sim .mc-bv2-nav-grade.c{color:#eab308}.micro-sim .mc-bv2-before-after{display:flex;align-items:center;gap:4px;margin-top:8px;background:#fff;border-radius:6px;padding:8px}.micro-sim .mc-bv2-ba-panel{flex:1;display:flex;flex-direction:column;gap:3px;padding:6px;border-radius:4px;background:#f8f8f9}.micro-sim .mc-bv2-ba-panel.ba-after{background:#f5f3ff}.micro-sim .mc-bv2-ba-label{font-size:.4375rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#8b8b98;margin-bottom:2px}.micro-sim .mc-bv2-ba-panel.ba-after .mc-bv2-ba-label{color:#8f3fff}.micro-sim .mc-bv2-ba-line{height:3px;border-radius:2px;background:#d5d5db}.micro-sim .mc-bv2-ba-line.w100{width:100%}.micro-sim .mc-bv2-ba-line.w85{width:85%}.micro-sim .mc-bv2-ba-line.w70{width:70%}.micro-sim .mc-bv2-ba-line.generated{background:#ddd6fe}.micro-sim .mc-bv2-ba-rating{width:18px;height:18px;border-radius:50%;background:#ef4444;color:#fff;font-size:.5rem;font-weight:700;display:flex;align-items:center;justify-content:center;margin-top:3px;align-self:flex-end}.micro-sim .mc-bv2-ba-rating.good{background:#22c55e}.micro-sim .mc-bv2-ba-arrow{flex-shrink:0;display:flex;align-items:center}.micro-sim .mc-bv2-reco{display:flex;align-items:flex-start;gap:6px;background:#f5f3ff;border:1px solid #ede9fe;border-radius:6px;padding:6px 8px;font-size:.5625rem;color:#5a5a68;line-height:1.3}.micro-sim .mc-bv2-text-line.shimmer{background:linear-gradient(90deg,#ededf0 25%,#f8f8f9,#ededf0 75%);background-size:200% 100%;animation:mc-micro-shimmer 1.5s ease-in-out infinite}.micro-sim .mc-bv2-text-line.generated{background:#ede9fe;animation:none}.micro-sim .mc-bv2-ai-btn.generating{animation:mc-micro-pulse 1s ease-in-out infinite}.micro-sim .mc-bv2-ai-btn.done{background:#4ade80;color:#fff;border-color:#4ade80;animation:none}.micro-sim .mc-bv2-rating-letter.grade-e{background:#ef4444}.micro-sim .mc-bv2-rating-letter.grade-d{background:#f97316}.micro-sim .mc-bv2-rating-letter.grade-c{background:#eab308}.micro-sim .mc-bv2-rating-letter.grade-b{background:#4ade80}.micro-sim .mc-bv2-rating-letter.grade-a{background:#22c55e}.micro-sim .mc-preview-ba{display:flex;align-items:center;gap:8px}.micro-sim .mc-pba-panel{flex:1;display:flex;flex-direction:column;gap:6px;min-width:0}.micro-sim .mc-pba-label{font-size:.5rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#8b8b98;text-align:center}.micro-sim .mc-pba-arrow{flex-shrink:0;display:flex;align-items:center;padding-top:16px}.micro-sim .mc-pba-page{border-radius:6px;overflow:hidden;box-shadow:0 2px 8px #00000014}.micro-sim .mc-pba-generic{background:#f8f8f9;padding:10px;display:flex;flex-direction:column;gap:4px;min-height:110px}.micro-sim .mc-pba-branded{display:flex;flex-direction:column;min-height:110px}.micro-sim .mc-pba-dark{background:linear-gradient(135deg,#180132,#350d9b);padding:8px 10px;display:flex;flex-direction:column;gap:4px}.micro-sim .mc-pba-brand{font-size:.375rem;font-weight:800;color:#fff;background:#fff3;border-radius:2px;padding:1px 4px;width:fit-content;letter-spacing:.08em}.micro-sim .mc-pba-base{background:#fff;padding:6px 10px;display:flex;flex-direction:column;gap:3px}.micro-sim .mc-pba-highlight{background:#350d9b;padding:6px 8px}.micro-sim .mc-pba-kpi-row{display:flex;gap:4px}.micro-sim .mc-pba-kpi{flex:1;background:#ffffff1a;border-radius:3px;padding:4px 2px;text-align:center;font-size:.5rem;font-weight:700}.micro-sim .mc-pba-line{height:3px;border-radius:2px}.micro-sim .mc-pba-line.w90{width:90%}.micro-sim .mc-pba-line.w80{width:80%}.micro-sim .mc-pba-line.w70{width:70%}.micro-sim .mc-pba-line.w60{width:60%}.micro-sim .mc-pba-line.w50{width:50%}.micro-sim .mc-analytics-v2{display:flex;flex-direction:column;gap:8px}.micro-sim .mc-av2-top-row{display:flex;gap:8px}.micro-sim .mc-av2-stat-card{flex:1;background:#fff;border-radius:6px;padding:8px 10px;display:flex;align-items:center;gap:8px}.micro-sim .mc-av2-stat-icon{flex-shrink:0}.micro-sim .mc-av2-stat-val{font-size:.875rem;font-weight:700;color:#1a1a1f;line-height:1}.micro-sim .mc-av2-stat-label{font-size:.5625rem;color:#8b8b98}.micro-sim .mc-av2-readers{background:#fff;border-radius:6px;padding:6px 0}.micro-sim .mc-av2-reader{display:flex;align-items:center;gap:8px;padding:5px 10px}.micro-sim .mc-av2-reader-avatar{width:24px;height:24px;border-radius:50%;background:#8f3fff;color:#fff;font-size:.5625rem;font-weight:600;display:flex;align-items:center;justify-content:center;flex-shrink:0}.micro-sim .mc-av2-reader-info{flex:1;min-width:0}.micro-sim .mc-av2-reader-name{font-size:.625rem;font-weight:500;color:#1a1a1f;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.micro-sim .mc-av2-reader-time{font-size:.5625rem;color:#8b8b98}.micro-sim .mc-av2-sections{background:#fff;border-radius:6px;padding:8px 10px;display:flex;flex-direction:column;gap:6px}.micro-sim .mc-av2-section-row{display:flex;align-items:center;gap:8px;font-size:.625rem;color:#5a5a68}.micro-sim .mc-av2-section-row>span{min-width:65px;flex-shrink:0}.micro-sim .mc-av2-bar-wrap{flex:1;height:5px;background:#ededf0;border-radius:3px;overflow:hidden}.micro-sim .mc-av2-bar-fill{height:100%;border-radius:3px;transition:width 1s ease}.micro-sim .mc-kb-pillars{display:flex;flex-direction:column;gap:6px}.micro-sim .mc-kb-pillar-row{display:flex;align-items:center;gap:8px;background:#fff;border-radius:6px;padding:10px 12px;font-size:.75rem;font-weight:500;color:#5a5a68;opacity:0;transform:translateY(6px);transition:opacity .4s ease,transform .4s ease}.micro-sim .mc-kb-pillar-row.visible{opacity:1;transform:translateY(0)}.micro-sim .mc-kb-pillar-row .mc-ss-num{width:20px;height:20px;font-size:.625rem}.micro-sim .mc-kb-status{margin-left:auto;font-size:.625rem;font-weight:600;color:#8b8b98}.micro-sim .mc-kb-status.complete{color:#22c55e}.micro-sim .mc-kb-check{width:14px;height:14px;color:#22c55e;flex-shrink:0;opacity:0;transition:opacity .3s ease}.micro-sim .mc-kb-check.visible{opacity:1}.micro-sim .mc-kb-reco{display:flex;align-items:flex-start;gap:6px;background:#f5f3ff;border:1px solid #ede9fe;border-radius:6px;padding:8px 10px;font-size:.625rem;color:#5a5a68;line-height:1.3;margin-top:8px}.micro-sim-slider{position:relative}.ms-slides{display:grid}.micro-sim-slider .ms-slide{grid-area:1 / 1;opacity:0;visibility:hidden;transition:opacity .3s ease}.micro-sim-slider .ms-slide.ms-active{opacity:1;visibility:visible}.ms-dots{display:flex;justify-content:center;gap:6px;padding:12px 0 16px}.ms-dot{width:8px;height:8px;border-radius:50%;border:none;padding:0;background:#d5d5db;cursor:pointer;transition:background .2s,transform .2s}.ms-dot:hover{background:#a78bfa;transform:scale(1.2)}.ms-dot.ms-dot-active{background:#8f3fff;transform:scale(1.2)}@keyframes mc-micro-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@keyframes mc-micro-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(.97)}}
