.Checklist-module__317S5q__checklistContainer{background:var(--color-bg-card);border:1px solid var(--color-border);border-radius:var(--radius-md);margin:2rem 0;padding:1.5rem;transition:all .4s;box-shadow:0 4px 6px -1px #0000000d}.Checklist-module__317S5q__allChecked{border-color:var(--color-success);box-shadow:0 0 20px #22c55e26}.Checklist-module__317S5q__progressHeader{flex-direction:column;gap:.5rem;margin-bottom:1.5rem;display:flex}.Checklist-module__317S5q__progressText{font-size:var(--text-sm);color:var(--color-text-muted);letter-spacing:.5px;text-transform:uppercase;font-weight:500}.Checklist-module__317S5q__progressBar{background:var(--color-bg-elevated);border:1px solid var(--color-border);border-radius:4px;width:100%;height:6px;overflow:hidden}.Checklist-module__317S5q__progressFill{background:var(--gradient-hero);border-radius:4px;height:100%;transition:width .5s cubic-bezier(.4,0,.2,1)}.Checklist-module__317S5q__checklist{flex-direction:column;gap:.75rem;margin:0;padding:0;list-style:none;display:flex}.Checklist-module__317S5q__checklistItem{background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius-sm);cursor:pointer;align-items:center;gap:1rem;padding:1rem;transition:all .2s;display:flex}.Checklist-module__317S5q__checklistItem:hover{background:var(--color-bg-elevated);border-color:var(--color-primary)}.Checklist-module__317S5q__iconWrapper{flex-shrink:0;justify-content:center;align-items:center;display:flex}.Checklist-module__317S5q__uncheckedIcon{color:var(--color-text-muted);opacity:.5;transition:all .2s}.Checklist-module__317S5q__checklistItem:hover .Checklist-module__317S5q__uncheckedIcon{opacity:1;color:var(--color-primary)}.Checklist-module__317S5q__checkedIcon{color:var(--color-success);animation:.3s cubic-bezier(.175,.885,.32,1.275) Checklist-module__317S5q__popIn}.Checklist-module__317S5q__itemText{color:var(--color-text);font-size:var(--text-base);line-height:var(--leading-normal);transition:color .2s}.Checklist-module__317S5q__checked .Checklist-module__317S5q__itemText{color:var(--color-text-muted);opacity:.7;text-decoration:line-through}.Checklist-module__317S5q__successMessage{border-radius:var(--radius-sm);color:var(--color-success);font-size:var(--text-sm);background:#22c55e1a;border:1px solid #22c55e33;margin-top:1.5rem;padding:1rem;font-weight:500;animation:.5s Checklist-module__317S5q__fadeInDown}@keyframes Checklist-module__317S5q__popIn{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}@keyframes Checklist-module__317S5q__fadeInDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}
.MockTerminal-module__LM0hya__terminalContainer{background:var(--bg-card,#1e1e24);border:1px solid #ffffff1a;border-radius:12px;margin:1.5rem 0;font-family:Courier New,Courier,monospace;overflow:hidden;box-shadow:0 10px 30px #0000004d}.MockTerminal-module__LM0hya__terminalHeader{background:#ffffff0d;border-bottom:1px solid #ffffff0d;justify-content:space-between;align-items:center;padding:.75rem 1rem;display:flex}.MockTerminal-module__LM0hya__windowControls{gap:8px;display:flex}.MockTerminal-module__LM0hya__windowControls span{border-radius:50%;width:12px;height:12px;display:inline-block}.MockTerminal-module__LM0hya__controlClose{background-color:#ff5f56}.MockTerminal-module__LM0hya__controlMinimize{background-color:#ffbd2e}.MockTerminal-module__LM0hya__controlMaximize{background-color:#27c93f}.MockTerminal-module__LM0hya__copyButton{color:var(--text-secondary);cursor:pointer;background:#ffffff1a;border:none;border-radius:6px;align-items:center;gap:.5rem;padding:.4rem .8rem;font-size:.8rem;transition:all .2s;display:flex}.MockTerminal-module__LM0hya__copyButton:hover{color:var(--text-primary);background:#ffffff26}.MockTerminal-module__LM0hya__copyButton.MockTerminal-module__LM0hya__copied{color:#48bb78;background:#48bb7833}.MockTerminal-module__LM0hya__terminalBody{padding:1.5rem;overflow-x:auto}.MockTerminal-module__LM0hya__codeBlock{color:#e2e8f0;margin:0;font-size:.9rem;line-height:1.6}.MockTerminal-module__LM0hya__codeBlock code{white-space:pre-wrap;word-break:break-all}
.SheetSimulator-module__ruxvNa__sheetContainer{color:#333;background:#fff;border-radius:8px;margin:2rem 0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;overflow:hidden;box-shadow:0 10px 30px #0006,0 0 0 1px #ffffff1a}.SheetSimulator-module__ruxvNa__sheetHeader{background:#f1f3f4;border-bottom:1px solid #e0e0e0;align-items:center;padding:.75rem 1rem;display:flex}.SheetSimulator-module__ruxvNa__sheetTitle{color:#202124;align-items:center;gap:.5rem;font-size:.95rem;font-weight:500;display:flex}.SheetSimulator-module__ruxvNa__tableWrapper{overflow-x:auto}.SheetSimulator-module__ruxvNa__table{border-collapse:collapse;white-space:nowrap;width:100%;font-size:.85rem}.SheetSimulator-module__ruxvNa__table th,.SheetSimulator-module__ruxvNa__table td{text-align:left;border:1px solid #e0e0e0;padding:.5rem .75rem}.SheetSimulator-module__ruxvNa__table th{color:#5f6368;background:#f8f9fa;font-weight:600}.SheetSimulator-module__ruxvNa__indexCell{color:#70757a;background:#f8f9fa;width:40px;max-width:40px;text-align:center!important;border-right:2px solid #e0e0e0!important}.SheetSimulator-module__ruxvNa__animatedTr{opacity:0;transition:all .5s;transform:translateY(-5px)}.SheetSimulator-module__ruxvNa__animatedTr.SheetSimulator-module__ruxvNa__visible{opacity:1;transform:translateY(0)}.SheetSimulator-module__ruxvNa__highlightCell{animation:2s SheetSimulator-module__ruxvNa__bgPulse}@keyframes SheetSimulator-module__ruxvNa__bgPulse{0%{color:#fff;background-color:#34a85399}50%{color:#333;background-color:#34a85333}to{background-color:#0000}}
.StickyBuyCard-module__sIiTMG__cardWrapper{z-index:10;margin-top:2rem;margin-bottom:2rem;position:relative}.StickyBuyCard-module__sIiTMG__cardGlow{z-index:-1;filter:blur(20px);background:radial-gradient(circle,#9064ff1a 0%,#0000 70%);border-radius:24px;position:absolute;inset:-10px}.StickyBuyCard-module__sIiTMG__stickyCard{background:var(--color-bg-card);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:1.5rem;box-shadow:0 10px 40px #00000014}.StickyBuyCard-module__sIiTMG__cardHeader{align-items:center;gap:.75rem;margin-bottom:1rem;display:flex}.StickyBuyCard-module__sIiTMG__zapIcon{color:var(--color-accent)}.StickyBuyCard-module__sIiTMG__title{color:var(--color-text);font-size:var(--text-lg);margin:0;font-weight:700}.StickyBuyCard-module__sIiTMG__description{color:var(--color-text-muted);font-size:var(--text-sm);line-height:var(--leading-normal);margin-bottom:1.5rem}.StickyBuyCard-module__sIiTMG__features{border-bottom:1px solid var(--color-border);flex-direction:column;gap:.75rem;margin-bottom:1.5rem;padding-bottom:1.5rem;display:flex}.StickyBuyCard-module__sIiTMG__featureItem{color:var(--color-text);font-size:var(--text-sm);align-items:flex-start;gap:.5rem;font-weight:500;display:flex}.StickyBuyCard-module__sIiTMG__checkIcon{color:var(--color-success);flex-shrink:0;margin-top:2px}.StickyBuyCard-module__sIiTMG__priceContainer{align-items:baseline;gap:.5rem;margin-bottom:1.5rem;display:flex}.StickyBuyCard-module__sIiTMG__price{font-size:var(--text-3xl);color:var(--color-text);font-weight:800}.StickyBuyCard-module__sIiTMG__pricePeriod{color:var(--color-text-muted);font-size:var(--text-sm);font-weight:500}.StickyBuyCard-module__sIiTMG__buttons{flex-direction:column;gap:.75rem;display:flex}.StickyBuyCard-module__sIiTMG__buyButton{background:var(--gradient-hero);color:#fff;border-radius:var(--radius-sm);width:100%;transition:all var(--transition-fast);justify-content:center;align-items:center;gap:.5rem;padding:.8rem;font-weight:600;text-decoration:none;display:flex;box-shadow:0 4px 15px #004aad33}.StickyBuyCard-module__sIiTMG__buyButton:hover{transform:translateY(-2px);box-shadow:0 6px 20px #004aad66}.StickyBuyCard-module__sIiTMG__demoButton{width:100%;color:var(--color-text);border:1px solid var(--color-border);border-radius:var(--radius-sm);transition:all var(--transition-fast);background:0 0;justify-content:center;align-items:center;gap:.5rem;padding:.8rem;font-weight:600;text-decoration:none;display:flex}.StickyBuyCard-module__sIiTMG__demoButton:hover{background:var(--color-bg-elevated);border-color:var(--color-primary);color:var(--color-primary)}.StickyBuyCard-module__sIiTMG__agencyBanner{justify-content:space-between;align-items:center;margin-top:1.5rem;padding-top:1rem;font-size:.85rem;display:flex}.StickyBuyCard-module__sIiTMG__agencyText{color:var(--color-text-muted)}.StickyBuyCard-module__sIiTMG__agencyLink{color:var(--color-primary);font-weight:600;text-decoration:none;transition:color .2s}.StickyBuyCard-module__sIiTMG__agencyLink:hover{color:var(--color-accent)}
.CrmSimulator-module__zRe1pW__macWindow{background:var(--color-bg-card);border:1px solid var(--color-border);border-radius:var(--radius-lg);flex-direction:column;height:500px;max-height:70vh;margin:2rem 0;display:flex;overflow:hidden;box-shadow:0 20px 40px #0000001a}.CrmSimulator-module__zRe1pW__titleBar{background:var(--color-bg-elevated);border-bottom:1px solid var(--color-border);justify-content:center;align-items:center;height:40px;display:flex;position:relative}.CrmSimulator-module__zRe1pW__macButtons{gap:8px;display:flex;position:absolute;left:16px}.CrmSimulator-module__zRe1pW__macButtons span{border-radius:50%;width:12px;height:12px}.CrmSimulator-module__zRe1pW__btnRed{background-color:#ff5f56}.CrmSimulator-module__zRe1pW__btnYellow{background-color:#ffbd2e}.CrmSimulator-module__zRe1pW__btnGreen{background-color:#27c93f}.CrmSimulator-module__zRe1pW__addressBar{background:var(--color-bg);color:var(--color-text-muted);border:1px solid var(--color-border);text-align:center;border-radius:6px;min-width:200px;padding:4px 12px;font-size:.75rem}.CrmSimulator-module__zRe1pW__appContainer{background:var(--color-bg);flex:1;display:flex;overflow:hidden}.CrmSimulator-module__zRe1pW__sidebar{background:var(--color-bg-elevated);border-right:1px solid var(--color-border);flex-direction:column;width:220px;display:flex}.CrmSimulator-module__zRe1pW__logo{color:var(--color-primary);border-bottom:1px solid var(--color-border);padding:1.5rem;font-size:1.25rem;font-weight:800}.CrmSimulator-module__zRe1pW__nav{flex-direction:column;gap:.5rem;padding:1rem;display:flex}.CrmSimulator-module__zRe1pW__nav button{border-radius:var(--radius-sm);color:var(--color-text-muted);align-items:center;gap:.75rem;width:100%;padding:.75rem 1rem;font-weight:500;transition:all .2s;display:flex}.CrmSimulator-module__zRe1pW__nav button:hover{color:var(--color-primary);background:#004aad0d}.CrmSimulator-module__zRe1pW__nav button.CrmSimulator-module__zRe1pW__active{background:var(--color-primary);color:#fff;box-shadow:var(--glow-primary)}.CrmSimulator-module__zRe1pW__mainContent{background:var(--color-bg-card);flex-direction:column;flex:1;display:flex;overflow:hidden}.CrmSimulator-module__zRe1pW__chatInterface{height:100%;display:flex}.CrmSimulator-module__zRe1pW__chatList{border-right:1px solid var(--color-border);background:var(--color-bg);flex-direction:column;width:250px;display:flex}.CrmSimulator-module__zRe1pW__searchBar{border-bottom:1px solid var(--color-border);color:var(--color-text-muted);align-items:center;gap:.5rem;padding:1rem;display:flex}.CrmSimulator-module__zRe1pW__searchBar input{width:100%;color:var(--color-text);background:0 0;border:none;outline:none;font-size:.85rem}.CrmSimulator-module__zRe1pW__chatItem,.CrmSimulator-module__zRe1pW__chatItemActive{border-bottom:1px solid var(--color-border);cursor:pointer;align-items:center;gap:.75rem;padding:1rem;transition:background .2s;display:flex}.CrmSimulator-module__zRe1pW__chatItem:hover{background:var(--color-bg-elevated)}.CrmSimulator-module__zRe1pW__chatItemActive{background:var(--color-bg-elevated);border-left:3px solid var(--color-primary)}.CrmSimulator-module__zRe1pW__avatar{background:var(--color-border);width:36px;height:36px;color:var(--color-text-muted);border-radius:50%;justify-content:center;align-items:center;font-size:.8rem;font-weight:700;display:flex}.CrmSimulator-module__zRe1pW__chatItemActive .CrmSimulator-module__zRe1pW__avatar{background:var(--color-primary-light);color:#fff}.CrmSimulator-module__zRe1pW__chatMeta{flex:1;overflow:hidden}.CrmSimulator-module__zRe1pW__chatMeta h4{color:var(--color-text);margin:0 0 .2rem;font-size:.9rem}.CrmSimulator-module__zRe1pW__chatMeta p{color:var(--color-text-muted);white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:.75rem;overflow:hidden}.CrmSimulator-module__zRe1pW__chatWindow{flex-direction:column;flex:1;display:flex}.CrmSimulator-module__zRe1pW__chatHeader{border-bottom:1px solid var(--color-border);justify-content:space-between;align-items:center;padding:1rem 1.5rem;display:flex}.CrmSimulator-module__zRe1pW__chatHeader h4{margin:0;font-size:1.1rem}.CrmSimulator-module__zRe1pW__statusBadge{color:var(--color-accent);background:#f973161a;border-radius:999px;padding:.25rem .75rem;font-size:.75rem;font-weight:600}.CrmSimulator-module__zRe1pW__messageArea{background:#f1f5f94d;flex-direction:column;flex:1;gap:1rem;padding:1.5rem;display:flex;overflow-y:auto}.CrmSimulator-module__zRe1pW__messageRowLeft{justify-content:flex-start;display:flex}.CrmSimulator-module__zRe1pW__messageRowRight{justify-content:flex-end;display:flex}.CrmSimulator-module__zRe1pW__bubbleUser{background:var(--color-bg-card);border:1px solid var(--color-border);max-width:70%;color:var(--color-text);border-radius:12px 12px 12px 0;padding:.8rem 1rem;font-size:.9rem;box-shadow:0 2px 4px #00000005}.CrmSimulator-module__zRe1pW__bubbleAi{background:var(--color-primary);color:#fff;max-width:75%;box-shadow:var(--glow-primary);border-radius:12px 12px 0;flex-direction:column;gap:.5rem;padding:.8rem 1rem;font-size:.9rem;display:flex;position:relative}.CrmSimulator-module__zRe1pW__botIcon{opacity:.8}.CrmSimulator-module__zRe1pW__inputArea{border-top:1px solid var(--color-border);background:var(--color-bg-card);gap:1rem;padding:1rem;display:flex}.CrmSimulator-module__zRe1pW__inputArea input{border:1px solid var(--color-border);background:var(--color-bg);opacity:.7;border-radius:20px;outline:none;flex:1;padding:.75rem 1rem}.CrmSimulator-module__zRe1pW__sendBtn{background:var(--color-primary);color:#fff;opacity:.5;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;display:flex;box-shadow:0 2px 8px #004aad4d}.CrmSimulator-module__zRe1pW__leadsInterface{height:100%;padding:2rem;overflow-y:auto}.CrmSimulator-module__zRe1pW__pageHeader{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.CrmSimulator-module__zRe1pW__pageHeader h2{margin:0;font-size:1.5rem}.CrmSimulator-module__zRe1pW__actionBtn{background:var(--color-bg-elevated);border:1px solid var(--color-border);border-radius:var(--radius-sm);padding:.5rem 1rem;font-size:.85rem;font-weight:500}.CrmSimulator-module__zRe1pW__dataTable{border-collapse:collapse;background:var(--color-bg-card);border:1px solid var(--color-border);border-radius:var(--radius-md);width:100%;overflow:hidden}.CrmSimulator-module__zRe1pW__dataTable th,.CrmSimulator-module__zRe1pW__dataTable td{text-align:left;border-bottom:1px solid var(--color-border);padding:1rem;font-size:.9rem}.CrmSimulator-module__zRe1pW__dataTable th{background:var(--color-bg-elevated);color:var(--color-text-muted);font-weight:600}.CrmSimulator-module__zRe1pW__badgeQualifying{color:var(--color-accent);background:#f973161a;border-radius:4px;padding:.2rem .5rem;font-size:.75rem;font-weight:600}.CrmSimulator-module__zRe1pW__badgeMeeting{color:var(--color-success);background:#22c55e1a;border-radius:4px;padding:.2rem .5rem;font-size:.75rem;font-weight:600}.CrmSimulator-module__zRe1pW__badgeNew{color:var(--color-primary);background:#004aad1a;border-radius:4px;padding:.2rem .5rem;font-size:.75rem;font-weight:600}.CrmSimulator-module__zRe1pW__toolCallBadge{color:var(--color-success,#22c55e);background:#22c55e14;border:1px dashed #22c55e4d;border-radius:6px;align-self:center;align-items:center;gap:.4rem;padding:.4rem .8rem;font-size:.75rem;display:flex}.CrmSimulator-module__zRe1pW__dashboardInterface{height:100%;padding:2rem;overflow-y:auto}.CrmSimulator-module__zRe1pW__statsGrid{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}.CrmSimulator-module__zRe1pW__statCard{background:var(--color-bg-elevated);border:1px solid var(--color-border);border-radius:var(--radius-md,8px);flex-direction:column;gap:.25rem;padding:1.5rem;display:flex}.CrmSimulator-module__zRe1pW__statNumber{color:var(--color-primary);font-size:2rem;font-weight:800}.CrmSimulator-module__zRe1pW__statLabel{color:var(--color-text-muted);font-size:.85rem;font-weight:500}.CrmSimulator-module__zRe1pW__placeholderInterface{height:100%;color:var(--color-text-muted);text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:2rem;display:flex}.CrmSimulator-module__zRe1pW__placeholderIcon{opacity:.3;margin-bottom:1rem}@media (max-width:768px){.CrmSimulator-module__zRe1pW__macWindow{height:600px}.CrmSimulator-module__zRe1pW__sidebar{width:60px}.CrmSimulator-module__zRe1pW__logo,.CrmSimulator-module__zRe1pW__nav button span,.CrmSimulator-module__zRe1pW__addressBar,.CrmSimulator-module__zRe1pW__chatList{display:none}}
.TableOfContents-module__Rsg5lW__toc{background:var(--color-bg-card);border:1px solid var(--color-border);border-radius:10px;margin:1.5rem 0 2.5rem;padding:1.25rem 1.5rem;box-shadow:0 1px 2px #0f172a0a}.TableOfContents-module__Rsg5lW__title{text-transform:uppercase;letter-spacing:1.2px;color:var(--color-text-muted);margin-bottom:.85rem;font-size:.7rem;font-weight:700}.TableOfContents-module__Rsg5lW__list{flex-direction:column;gap:.4rem;margin:0;padding-left:1.25rem;display:flex}.TableOfContents-module__Rsg5lW__list li{color:var(--color-text);font-size:.92rem;line-height:1.45}.TableOfContents-module__Rsg5lW__list li::marker{color:var(--color-text-muted);font-weight:500}.TableOfContents-module__Rsg5lW__list li a{color:var(--color-text);text-decoration:none;transition:color .15s}.TableOfContents-module__Rsg5lW__list li a:hover{color:var(--color-primary);text-underline-offset:2px;text-decoration:underline}@media (max-width:768px){.TableOfContents-module__Rsg5lW__toc{padding:1rem 1.25rem}.TableOfContents-module__Rsg5lW__list li{font-size:.88rem}}
.LiveDemoEmbed-module__-70osq__wrapper{background:var(--color-bg-card);border:1px solid var(--color-border);border-radius:12px;margin:2rem 0;overflow:hidden;box-shadow:0 4px 20px #0f172a0f}.LiveDemoEmbed-module__-70osq__browserChrome{background:var(--color-bg);border-bottom:1px solid var(--color-border);align-items:center;gap:.75rem;padding:.6rem .9rem;display:flex}.LiveDemoEmbed-module__-70osq__dots{gap:.35rem;display:flex}.LiveDemoEmbed-module__-70osq__dots span{border-radius:50%;width:11px;height:11px}.LiveDemoEmbed-module__-70osq__dotRed{background:#ff5f57}.LiveDemoEmbed-module__-70osq__dotYellow{background:#febc2e}.LiveDemoEmbed-module__-70osq__dotGreen{background:#28c840}.LiveDemoEmbed-module__-70osq__addressBar{background:var(--color-bg-card);color:var(--color-text-muted);text-align:center;border:1px solid var(--color-border);border-radius:6px;flex:1;padding:.3rem .75rem;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.75rem}.LiveDemoEmbed-module__-70osq__openBtn{width:28px;height:28px;color:var(--color-text-muted);background:0 0;border-radius:6px;justify-content:center;align-items:center;transition:all .2s;display:flex}.LiveDemoEmbed-module__-70osq__openBtn:hover{background:var(--color-bg);color:var(--color-primary)}.LiveDemoEmbed-module__-70osq__frameContainer{background:#0f1117;width:100%;position:relative}.LiveDemoEmbed-module__-70osq__iframe{border:none;width:100%;height:100%;display:block}.LiveDemoEmbed-module__-70osq__loadOverlay{color:#e8eaed;cursor:pointer;text-align:center;background:linear-gradient(135deg,#0f1117 0%,#1a1d27 100%);flex-direction:column;justify-content:center;align-items:center;gap:.75rem;padding:2rem 1.5rem;transition:background .3s;display:flex;position:absolute;inset:0}.LiveDemoEmbed-module__-70osq__loadOverlay:hover{background:linear-gradient(135deg,#1a1d27 0%,#242836 100%)}.LiveDemoEmbed-module__-70osq__playCircle{background:var(--color-primary);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;transition:transform .2s;display:flex;box-shadow:0 8px 24px #004aad73}.LiveDemoEmbed-module__-70osq__loadOverlay:hover .LiveDemoEmbed-module__-70osq__playCircle{transform:scale(1.08)}.LiveDemoEmbed-module__-70osq__loadTitle{color:#fff;margin-top:.5rem;font-size:1.05rem;font-weight:600}.LiveDemoEmbed-module__-70osq__loadHint{color:#9ca3af;max-width:380px;font-size:.85rem;line-height:1.5}.LiveDemoEmbed-module__-70osq__caption{color:var(--color-text-muted);text-align:center;background:var(--color-bg);border-top:1px solid var(--color-border);padding:.85rem 1rem;font-size:.8rem;line-height:1.5}@media (max-width:768px){.LiveDemoEmbed-module__-70osq__frameContainer{height:480px!important}.LiveDemoEmbed-module__-70osq__loadTitle{font-size:.95rem}.LiveDemoEmbed-module__-70osq__loadHint{font-size:.78rem}.LiveDemoEmbed-module__-70osq__playCircle{width:60px;height:60px}}
