:root{--demo-v2-font-heading:"Zilla Slab","Georgia",serif;--demo-v2-font-body:"IBM Plex Sans","Inter",-apple-system,sans-serif;--demo-v2-bg:#f5f0e8;--demo-v2-bg-dark:#1c1c1e;--demo-v2-text:#1c1c1e;--demo-v2-text-muted:#5a5651;--demo-v2-text-on-dark:#f5f0e8;--demo-v2-amber:#d4850a;--demo-v2-brick:#8b3a2a;--demo-v2-green:#2d6a4f;--demo-v2-card-bg:#fff;--demo-v2-card-border:#ddd5c8;--demo-v2-card-hover:#ede8df;--demo-v2-space-xs:.25rem;--demo-v2-space-sm:.5rem;--demo-v2-space-md:1rem;--demo-v2-space-lg:1.5rem;--demo-v2-space-xl:2rem;--demo-v2-space-2xl:3rem;--demo-v2-space-3xl:4rem;--demo-v2-text-xs:.75rem;--demo-v2-text-sm:.875rem;--demo-v2-text-base:1rem;--demo-v2-text-lg:1.125rem;--demo-v2-text-xl:1.25rem;--demo-v2-text-2xl:1.5rem;--demo-v2-text-3xl:2rem;--demo-v2-text-4xl:2.5rem;--demo-v2-text-5xl:3.5rem;--demo-v2-text-hero:4.5rem;--demo-v2-radius-sm:4px;--demo-v2-radius-md:8px;--demo-v2-radius-lg:12px;--demo-v2-radius-xl:16px;--demo-v2-shadow-sm:0 1px 2px #1c1c1e0f;--demo-v2-shadow-md:0 4px 12px #1c1c1e14;--demo-v2-shadow-lg:0 8px 24px #1c1c1e1f;--demo-v2-shadow-card:0 2px 8px #1c1c1e0f,0 0 0 1px var(--demo-v2-card-border);--demo-v2-ease:cubic-bezier(.25,.46,.45,.94);--demo-v2-ease-heavy:cubic-bezier(.22,.61,.36,1);--demo-v2-duration-fast:.2s;--demo-v2-duration-normal:.4s;--demo-v2-duration-slow:.8s;--demo-v2-max-width:720px;--demo-v2-scene-padding:2rem}@media (max-width:640px){:root{--demo-v2-text-hero:2.75rem;--demo-v2-text-5xl:2.25rem;--demo-v2-text-4xl:2rem;--demo-v2-text-3xl:1.5rem;--demo-v2-scene-padding:1.25rem}}
.DemoV2Shell-module__mDqNDW__shell{width:100%;min-height:100dvh;transition:background-color var(--demo-v2-duration-normal)var(--demo-v2-ease);overflow:hidden}.DemoV2Shell-module__mDqNDW__sceneDark{background:var(--demo-v2-bg-dark);color:var(--demo-v2-text-on-dark)}.DemoV2Shell-module__mDqNDW__sceneLight{background:var(--demo-v2-bg);color:var(--demo-v2-text)}.DemoV2Shell-module__mDqNDW__sceneViewport{min-height:100dvh;padding:var(--demo-v2-space-lg);justify-content:center;align-items:center;padding-bottom:5.75rem;display:flex}.DemoV2Shell-module__mDqNDW__sceneContainer{width:100%;max-width:1120px}.DemoV2Shell-module__mDqNDW__sceneEnter{animation:DemoV2Shell-module__mDqNDW__sceneFadeIn var(--demo-v2-duration-slow)var(--demo-v2-ease-heavy)both}.DemoV2Shell-module__mDqNDW__sceneExit{animation:DemoV2Shell-module__mDqNDW__sceneFadeOut var(--demo-v2-duration-normal)var(--demo-v2-ease)both}@keyframes DemoV2Shell-module__mDqNDW__sceneFadeIn{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@keyframes DemoV2Shell-module__mDqNDW__sceneFadeOut{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-14px)}}.DemoV2Shell-module__mDqNDW__progress{right:var(--demo-v2-space-lg);gap:var(--demo-v2-space-sm);z-index:40;flex-direction:column;display:flex;position:fixed;top:50%;transform:translateY(-50%)}.DemoV2Shell-module__mDqNDW__progressDot,.DemoV2Shell-module__mDqNDW__progressDotActive,.DemoV2Shell-module__mDqNDW__progressDotComplete,.DemoV2Shell-module__mDqNDW__progressDotLocked{cursor:pointer;width:10px;height:10px;transition:transform var(--demo-v2-duration-fast)var(--demo-v2-ease),background-color var(--demo-v2-duration-fast)var(--demo-v2-ease),opacity var(--demo-v2-duration-fast)var(--demo-v2-ease);border:none;border-radius:999px;padding:0}.DemoV2Shell-module__mDqNDW__progressDot{background:#1c1c1e40}.DemoV2Shell-module__mDqNDW__sceneDark .DemoV2Shell-module__mDqNDW__progressDot{background:#f5f0e83d}.DemoV2Shell-module__mDqNDW__progressDotActive{background:var(--demo-v2-amber);transform:scale(1.25)}.DemoV2Shell-module__mDqNDW__progressDotComplete{background:#1c1c1e8c}.DemoV2Shell-module__mDqNDW__sceneDark .DemoV2Shell-module__mDqNDW__progressDotComplete{background:#f5f0e88f}.DemoV2Shell-module__mDqNDW__progressDotLocked{opacity:.35;cursor:not-allowed;background:#1c1c1e4d}.DemoV2Shell-module__mDqNDW__sceneDark .DemoV2Shell-module__mDqNDW__progressDotLocked{background:#f5f0e833}.DemoV2Shell-module__mDqNDW__progressDot:hover,.DemoV2Shell-module__mDqNDW__progressDotComplete:hover,.DemoV2Shell-module__mDqNDW__progressDotActive:hover{transform:scale(1.3)}.DemoV2Shell-module__mDqNDW__sceneNav{left:50%;bottom:var(--demo-v2-space-lg);align-items:center;gap:var(--demo-v2-space-sm);z-index:45;background:#f5f0e8e6;border:1px solid #1c1c1e29;border-radius:999px;padding:8px;display:flex;position:fixed;transform:translate(-50%);box-shadow:0 12px 28px #1c1c1e29}.DemoV2Shell-module__mDqNDW__sceneDark .DemoV2Shell-module__mDqNDW__sceneNav{background:#1c1c1ee0;border-color:#f5f0e838}.DemoV2Shell-module__mDqNDW__sceneNavButton{min-width:96px;font-size:var(--demo-v2-text-sm);cursor:pointer;color:var(--demo-v2-text);background:#1c1c1e1f;border:none;border-radius:999px;padding:10px 14px;font-weight:700}.DemoV2Shell-module__mDqNDW__sceneNavButton:disabled{opacity:.45;cursor:not-allowed}.DemoV2Shell-module__mDqNDW__sceneNavButtonPrimary{background:var(--demo-v2-amber);color:#fff}.DemoV2Shell-module__mDqNDW__sceneDark .DemoV2Shell-module__mDqNDW__sceneNavButton{color:var(--demo-v2-text-on-dark);background:#f5f0e833}.DemoV2Shell-module__mDqNDW__sceneNavLabel{text-align:center;min-width:210px;font-size:var(--demo-v2-text-sm);color:var(--demo-v2-text);margin:0;font-weight:600}.DemoV2Shell-module__mDqNDW__sceneDark .DemoV2Shell-module__mDqNDW__sceneNavLabel{color:var(--demo-v2-text-on-dark)}.DemoV2Shell-module__mDqNDW__sceneContent{justify-content:center;align-items:center;gap:var(--demo-v2-space-lg);text-align:center;flex-direction:column;width:100%;min-height:calc(100dvh - 3rem);display:flex;position:relative}.DemoV2Shell-module__mDqNDW__sceneEyebrow{font-size:var(--demo-v2-text-sm);letter-spacing:.12em;text-transform:uppercase;opacity:.75;margin:0;font-weight:600}.DemoV2Shell-module__mDqNDW__sceneTitle{font-family:var(--demo-v2-font-heading);font-size:var(--demo-v2-text-4xl);max-width:20ch;margin:0;line-height:1.15}.DemoV2Shell-module__mDqNDW__sceneSubtitle{font-size:var(--demo-v2-text-lg);color:var(--demo-v2-text-muted);max-width:65ch;margin:0;line-height:1.5}.DemoV2Shell-module__mDqNDW__sceneDark .DemoV2Shell-module__mDqNDW__sceneSubtitle{color:#f5f0e8cc}.DemoV2Shell-module__mDqNDW__remotionSurface{border-radius:var(--demo-v2-radius-xl);width:100%;max-width:980px;box-shadow:var(--demo-v2-shadow-lg);border:1px solid #f5f0e81f}.DemoV2Shell-module__mDqNDW__soundToggle{color:var(--demo-v2-text-on-dark);font-size:var(--demo-v2-text-sm);cursor:pointer;background:#f5f0e814;border:1px solid #f5f0e852;border-radius:999px;padding:8px 14px;position:absolute;top:0;right:0}.DemoV2Shell-module__mDqNDW__soundToggle:hover{background:#f5f0e824}.DemoV2Shell-module__mDqNDW__inputGrid{gap:var(--demo-v2-space-md);grid-template-columns:repeat(2,minmax(0,1fr));width:100%;max-width:860px;display:grid}.DemoV2Shell-module__mDqNDW__inputCard{background:var(--demo-v2-card-bg);border-radius:var(--demo-v2-radius-lg);box-shadow:var(--demo-v2-shadow-card);padding:var(--demo-v2-space-lg);text-align:left;gap:var(--demo-v2-space-md);flex-direction:column;display:flex}.DemoV2Shell-module__mDqNDW__sliderHeader{justify-content:space-between;align-items:center;gap:var(--demo-v2-space-md);display:flex}.DemoV2Shell-module__mDqNDW__inputLabel{font-size:var(--demo-v2-text-xl);color:#162031;font-weight:700;line-height:1.4}.DemoV2Shell-module__mDqNDW__stepperRow{align-items:center;gap:var(--demo-v2-space-sm);display:flex}.DemoV2Shell-module__mDqNDW__stepperButton{border-radius:var(--demo-v2-radius-md);border:1px solid var(--demo-v2-card-border);cursor:pointer;background:#fff;width:44px;height:44px;font-size:1.25rem}.DemoV2Shell-module__mDqNDW__stepperValue{border-radius:var(--demo-v2-radius-md);border:1px solid var(--demo-v2-card-border);text-align:center;width:100%;height:44px;font-size:var(--demo-v2-text-lg);color:var(--demo-v2-text);font-weight:700}.DemoV2Shell-module__mDqNDW__moneyInputWrap{border:1px solid var(--demo-v2-card-border);border-radius:var(--demo-v2-radius-md);background:#fff;align-items:center;display:flex;overflow:hidden}.DemoV2Shell-module__mDqNDW__moneyPrefix,.DemoV2Shell-module__mDqNDW__moneySuffix{font-size:var(--demo-v2-text-base);color:var(--demo-v2-text-muted);padding:0 12px}.DemoV2Shell-module__mDqNDW__moneyInput{width:100%;height:44px;font-size:var(--demo-v2-text-lg);color:var(--demo-v2-text);border:none;outline:none;font-weight:700}.DemoV2Shell-module__mDqNDW__sliderInput{appearance:none;background:#d4dbe6;border-radius:999px;outline:none;width:100%;height:14px}.DemoV2Shell-module__mDqNDW__sliderInput::-webkit-slider-thumb{appearance:none;cursor:pointer;background:#084d6d;border:8px solid #f7fafc;border-radius:50%;width:40px;height:40px;box-shadow:0 0 0 2px #084d6d14,0 8px 22px #084d6d42}.DemoV2Shell-module__mDqNDW__sliderInput::-moz-range-thumb{cursor:pointer;background:#084d6d;border:8px solid #f7fafc;border-radius:50%;width:40px;height:40px;box-shadow:0 0 0 2px #084d6d14,0 8px 22px #084d6d42}.DemoV2Shell-module__mDqNDW__sliderScale{font-size:var(--demo-v2-text-sm);color:var(--demo-v2-text-muted);justify-content:space-between;font-weight:600;display:flex}.DemoV2Shell-module__mDqNDW__sliderBadge{color:#084d6d;text-align:center;white-space:nowrap;background:#e4ebf4;border-radius:18px;justify-content:center;align-items:center;min-width:168px;padding:12px 22px;font-size:3rem;font-weight:800;line-height:1;display:inline-flex}.DemoV2Shell-module__mDqNDW__lossGrid{gap:var(--demo-v2-space-md);grid-template-columns:repeat(2,minmax(0,1fr));width:100%;max-width:860px;display:grid}.DemoV2Shell-module__mDqNDW__lossCard{background:#f4f6fa;border:2px solid #d6dce6;border-radius:28px;padding:24px 28px}.DemoV2Shell-module__mDqNDW__lossLabel{color:#3f4a5c;letter-spacing:.09em;text-transform:uppercase;margin:0;font-size:.95rem;font-weight:800}.DemoV2Shell-module__mDqNDW__lossValue{color:#ef4444;letter-spacing:-.02em;margin:10px 0 0;font-size:clamp(2.2rem,4vw,3.8rem);font-weight:900;line-height:1}.DemoV2Shell-module__mDqNDW__primaryButton,.DemoV2Shell-module__mDqNDW__secondaryButton,.DemoV2Shell-module__mDqNDW__ghostButton{border-radius:var(--demo-v2-radius-md);cursor:pointer;font-weight:700;font-size:var(--demo-v2-text-base);border:none;padding:12px 20px}.DemoV2Shell-module__mDqNDW__primaryButton{background:var(--demo-v2-amber);color:#fff;box-shadow:0 8px 18px #d4850a4d}.DemoV2Shell-module__mDqNDW__secondaryButton{color:#f5f0e8;background:#1c1c1e}.DemoV2Shell-module__mDqNDW__sceneDark .DemoV2Shell-module__mDqNDW__secondaryButton{color:#1c1c1e;background:#f5f0e8}.DemoV2Shell-module__mDqNDW__ghostButton{color:inherit;background:0 0;border:1px solid}.DemoV2Shell-module__mDqNDW__primaryButton:hover,.DemoV2Shell-module__mDqNDW__secondaryButton:hover,.DemoV2Shell-module__mDqNDW__ghostButton:hover{opacity:.9}.DemoV2Shell-module__mDqNDW__pathGrid{gap:var(--demo-v2-space-md);grid-template-columns:repeat(3,minmax(0,1fr));width:100%;max-width:940px;display:grid}.DemoV2Shell-module__mDqNDW__pathCard{text-align:left;border-radius:var(--demo-v2-radius-lg);border:1px solid var(--demo-v2-card-border);padding:var(--demo-v2-space-lg);box-shadow:var(--demo-v2-shadow-card);gap:var(--demo-v2-space-sm);background:#fff;flex-direction:column;min-height:220px;display:flex}.DemoV2Shell-module__mDqNDW__pathCard:hover{background:var(--demo-v2-card-hover);transform:translateY(-2px)}.DemoV2Shell-module__mDqNDW__pathCardTitle{font-family:var(--demo-v2-font-heading);font-size:var(--demo-v2-text-xl);color:var(--demo-v2-text);line-height:1.3}.DemoV2Shell-module__mDqNDW__pathCardBody{font-size:var(--demo-v2-text-base);color:var(--demo-v2-text-muted);line-height:1.45}.DemoV2Shell-module__mDqNDW__widgetShell{gap:var(--demo-v2-space-lg);grid-template-columns:1.1fr 1fr;align-items:stretch;width:100%;max-width:1060px;display:grid}.DemoV2Shell-module__mDqNDW__fakeSite,.DemoV2Shell-module__mDqNDW__widgetPanel{border-radius:var(--demo-v2-radius-xl);border:1px solid var(--demo-v2-card-border);box-shadow:var(--demo-v2-shadow-card);padding:var(--demo-v2-space-lg);text-align:left;background:#fff}.DemoV2Shell-module__mDqNDW__fakeSite{justify-content:center;gap:var(--demo-v2-space-md);flex-direction:column;min-height:360px;display:flex}.DemoV2Shell-module__mDqNDW__fakeSiteBrand{font-size:var(--demo-v2-text-sm);letter-spacing:.08em;text-transform:uppercase;color:var(--demo-v2-text-muted);margin:0}.DemoV2Shell-module__mDqNDW__fakeSiteHeading{font-family:var(--demo-v2-font-heading);font-size:var(--demo-v2-text-3xl);color:var(--demo-v2-text);margin:0;line-height:1.2}.DemoV2Shell-module__mDqNDW__fakeSiteCopy{color:var(--demo-v2-text-muted);margin:0;line-height:1.5}.DemoV2Shell-module__mDqNDW__siteVariantMike{border-top:8px solid #2d6a4f}.DemoV2Shell-module__mDqNDW__siteVariantRobert{border-top:8px solid #1c1c1e}.DemoV2Shell-module__mDqNDW__siteVariantAspiring{border-top:8px solid #8b3a2a}.DemoV2Shell-module__mDqNDW__widgetPanel{gap:var(--demo-v2-space-md);flex-direction:column;justify-content:center;display:flex}.DemoV2Shell-module__mDqNDW__widgetQuestionTitle{font-size:var(--demo-v2-text-lg);color:var(--demo-v2-text);margin:0;line-height:1.4}.DemoV2Shell-module__mDqNDW__chipGrid{gap:var(--demo-v2-space-sm);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.DemoV2Shell-module__mDqNDW__chipButton,.DemoV2Shell-module__mDqNDW__optionButton{border:1px solid var(--demo-v2-card-border);border-radius:var(--demo-v2-radius-md);color:var(--demo-v2-text);text-align:left;font-size:var(--demo-v2-text-sm);cursor:pointer;background:#fff;padding:11px 14px}.DemoV2Shell-module__mDqNDW__chipButtonActive,.DemoV2Shell-module__mDqNDW__optionButtonActive{border-color:var(--demo-v2-amber);background:#d4850a1f}.DemoV2Shell-module__mDqNDW__widgetTextarea{border:1px solid var(--demo-v2-card-border);border-radius:var(--demo-v2-radius-md);width:100%;font-family:var(--demo-v2-font-body);font-size:var(--demo-v2-text-base);resize:vertical;min-height:110px;padding:12px}.DemoV2Shell-module__mDqNDW__optionList{gap:var(--demo-v2-space-sm);flex-direction:column;display:flex}.DemoV2Shell-module__mDqNDW__inlineActions{align-items:center;gap:var(--demo-v2-space-sm);flex-wrap:wrap;display:flex}.DemoV2Shell-module__mDqNDW__resultCard{border-radius:var(--demo-v2-radius-lg);padding:var(--demo-v2-space-lg);gap:var(--demo-v2-space-md);flex-direction:column;display:flex}.DemoV2Shell-module__mDqNDW__resultCardHigh{background:#2d6a4f14;border:1px solid #2d6a4f5c}.DemoV2Shell-module__mDqNDW__resultCardLow{background:#8b3a2a14;border:1px solid #8b3a2a52}.DemoV2Shell-module__mDqNDW__resultTitle{font-size:var(--demo-v2-text-xl);font-family:var(--demo-v2-font-heading);margin:0}.DemoV2Shell-module__mDqNDW__resultBody{font-size:var(--demo-v2-text-base);color:var(--demo-v2-text-muted);margin:0;line-height:1.5}.DemoV2Shell-module__mDqNDW__leadCard{color:#f5f0e8;border-radius:var(--demo-v2-radius-xl);width:100%;max-width:700px;padding:var(--demo-v2-space-xl);text-align:left;box-shadow:var(--demo-v2-shadow-lg);background:#1c1c1e;border:1px solid #f5f0e838}.DemoV2Shell-module__mDqNDW__leadBadge{font-size:var(--demo-v2-text-sm);letter-spacing:.08em;text-transform:uppercase;margin:0;font-weight:700}.DemoV2Shell-module__mDqNDW__leadBadgeHigh{color:var(--demo-v2-amber)}.DemoV2Shell-module__mDqNDW__leadBadgeLow{color:#d7b5ad}.DemoV2Shell-module__mDqNDW__leadRows{margin-top:var(--demo-v2-space-md);flex-direction:column;gap:6px;display:flex}.DemoV2Shell-module__mDqNDW__leadRows p{margin:0;line-height:1.4}.DemoV2Shell-module__mDqNDW__leadActions{margin-top:var(--demo-v2-space-lg);gap:var(--demo-v2-space-sm);display:flex}.DemoV2Shell-module__mDqNDW__scriptCard{border:1px solid var(--demo-v2-card-border);border-radius:var(--demo-v2-radius-lg);width:100%;max-width:820px;box-shadow:var(--demo-v2-shadow-card);padding:var(--demo-v2-space-lg);text-align:left;background:#fff}.DemoV2Shell-module__mDqNDW__scriptPre{white-space:pre-wrap;word-break:break-word;color:#1c1c1e;border-radius:var(--demo-v2-radius-md);padding:var(--demo-v2-space-md);background:#f1ece2;margin:0;font-size:.9rem;line-height:1.45}.DemoV2Shell-module__mDqNDW__tickerWrap{border:1px solid var(--demo-v2-card-border);background:#fff;border-radius:999px;width:100%;max-width:820px;overflow:hidden}.DemoV2Shell-module__mDqNDW__tickerTrack{gap:var(--demo-v2-space-2xl);width:max-content;color:var(--demo-v2-text);padding:10px 18px;font-weight:600;animation:16s linear infinite DemoV2Shell-module__mDqNDW__ticker;display:flex}@keyframes DemoV2Shell-module__mDqNDW__ticker{0%{transform:translate(0)}to{transform:translate(-50%)}}.DemoV2Shell-module__mDqNDW__emailPanel{gap:var(--demo-v2-space-sm);text-align:left;flex-direction:column;width:100%;max-width:540px;display:flex}.DemoV2Shell-module__mDqNDW__emailInput{border-radius:var(--demo-v2-radius-md);border:1px solid var(--demo-v2-card-border);height:44px;font-size:var(--demo-v2-text-base);padding:0 12px}.DemoV2Shell-module__mDqNDW__successState{font-size:var(--demo-v2-text-base);color:var(--demo-v2-green);margin:0;font-weight:600}.DemoV2Shell-module__mDqNDW__copyError{color:var(--demo-v2-brick);font-size:var(--demo-v2-text-sm)}.DemoV2Shell-module__mDqNDW__toolsGalleryShell{gap:var(--demo-v2-space-lg);grid-template-columns:1.25fr 1fr;align-items:stretch;width:100%;max-width:1120px;display:grid}.DemoV2Shell-module__mDqNDW__toolsPanel,.DemoV2Shell-module__mDqNDW__toolsHero{border-radius:var(--demo-v2-radius-xl);border:1px solid var(--demo-v2-card-border);box-shadow:var(--demo-v2-shadow-card);padding:var(--demo-v2-space-lg);background:#fff}.DemoV2Shell-module__mDqNDW__toolsPanel{gap:var(--demo-v2-space-md);flex-direction:column;display:flex}.DemoV2Shell-module__mDqNDW__toolsSearchWrap{position:relative}.DemoV2Shell-module__mDqNDW__toolsSearchIcon{width:18px;height:18px;color:var(--demo-v2-text-muted);position:absolute;top:50%;left:12px;transform:translateY(-50%)}.DemoV2Shell-module__mDqNDW__toolsSearchInput{border-radius:var(--demo-v2-radius-md);border:1px solid var(--demo-v2-card-border);width:100%;height:44px;font-size:var(--demo-v2-text-base);padding:0 12px 0 38px}.DemoV2Shell-module__mDqNDW__toolsFilters{gap:var(--demo-v2-space-sm);flex-wrap:wrap;display:flex}.DemoV2Shell-module__mDqNDW__toolsFilter,.DemoV2Shell-module__mDqNDW__toolsFilterActive{border:1px solid var(--demo-v2-card-border);color:var(--demo-v2-text);font-size:var(--demo-v2-text-sm);cursor:pointer;background:#fff;border-radius:999px;padding:7px 12px}.DemoV2Shell-module__mDqNDW__toolsFilterActive{border-color:var(--demo-v2-amber);background:#d4850a24}.DemoV2Shell-module__mDqNDW__toolsGrid{gap:var(--demo-v2-space-md);flex-direction:column;max-height:420px;padding-right:2px;display:flex;overflow:auto}.DemoV2Shell-module__mDqNDW__toolGroup{flex-direction:column;gap:8px;display:flex}.DemoV2Shell-module__mDqNDW__toolGroupLabel{font-size:var(--demo-v2-text-xs);letter-spacing:.08em;text-transform:uppercase;color:var(--demo-v2-text-muted);margin:0;font-weight:700}.DemoV2Shell-module__mDqNDW__toolGroupGrid{gap:var(--demo-v2-space-sm);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.DemoV2Shell-module__mDqNDW__toolCard,.DemoV2Shell-module__mDqNDW__toolCardActive{text-align:left;border:1px solid var(--demo-v2-card-border);border-radius:var(--demo-v2-radius-md);cursor:pointer;background:#fff;flex-direction:column;gap:6px;padding:12px;display:flex}.DemoV2Shell-module__mDqNDW__toolCard:hover,.DemoV2Shell-module__mDqNDW__toolCardActive{border-color:var(--demo-v2-amber);box-shadow:0 0 0 1px #d4850a4d}.DemoV2Shell-module__mDqNDW__toolCardTitle{font-weight:700;font-size:var(--demo-v2-text-base);color:var(--demo-v2-text)}.DemoV2Shell-module__mDqNDW__toolCardCopy{color:var(--demo-v2-text-muted);font-size:var(--demo-v2-text-sm);line-height:1.4}.DemoV2Shell-module__mDqNDW__toolCardMeta{color:#6f5630;font-size:var(--demo-v2-text-xs);letter-spacing:.04em;text-transform:uppercase;font-weight:700}.DemoV2Shell-module__mDqNDW__toolsEmptyState{text-align:center;color:var(--demo-v2-text-muted);margin:0;padding:16px 10px}.DemoV2Shell-module__mDqNDW__toolsHero{gap:var(--demo-v2-space-md);text-align:left;flex-direction:column;display:flex}.DemoV2Shell-module__mDqNDW__toolsHeroVideoWrap{border-radius:var(--demo-v2-radius-lg);border:1px solid var(--demo-v2-card-border);background:#0f1115;overflow:hidden}.DemoV2Shell-module__mDqNDW__toolsHeroVideo{aspect-ratio:16/9;object-fit:cover;width:100%;display:block}.DemoV2Shell-module__mDqNDW__toolsHeroBody{flex-direction:column;gap:8px;display:flex}.DemoV2Shell-module__mDqNDW__toolsHeroKicker{font-size:var(--demo-v2-text-xs);letter-spacing:.08em;text-transform:uppercase;color:var(--demo-v2-text-muted);margin:0;font-weight:700}.DemoV2Shell-module__mDqNDW__toolsHeroTitle{font-size:var(--demo-v2-text-2xl);font-family:var(--demo-v2-font-heading);color:var(--demo-v2-text);margin:0}.DemoV2Shell-module__mDqNDW__toolsHeroCopy{color:var(--demo-v2-text-muted);margin:0;line-height:1.45}.DemoV2Shell-module__mDqNDW__toolsHeroPath{color:#6f5630;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:var(--demo-v2-text-sm);margin:0}.DemoV2Shell-module__mDqNDW__toolsLaunchIcon{vertical-align:middle;width:16px;height:16px;margin-left:6px}.DemoV2Shell-module__mDqNDW__sceneFallbackPanel{color:#f5f0e8;justify-content:center;align-items:center;gap:var(--demo-v2-space-sm);text-align:center;width:100%;height:100%;padding:var(--demo-v2-space-xl);background:#171719;flex-direction:column;display:flex}.DemoV2Shell-module__mDqNDW__fallbackKicker{font-size:var(--demo-v2-text-xl);opacity:.8;margin:0}.DemoV2Shell-module__mDqNDW__fallbackBigNumber{font-size:var(--demo-v2-text-hero);color:var(--demo-v2-amber);line-height:1;font-family:var(--demo-v2-font-heading);margin:0}.DemoV2Shell-module__mDqNDW__fallbackAnnual{font-size:var(--demo-v2-text-4xl);font-family:var(--demo-v2-font-heading);margin:0}.DemoV2Shell-module__mDqNDW__fallbackLine{font-size:var(--demo-v2-text-2xl);opacity:.9;margin:0}.DemoV2Shell-module__mDqNDW__fallbackBody{max-width:42ch;font-size:var(--demo-v2-text-lg);opacity:.82;margin:0}.DemoV2Shell-module__mDqNDW__fallbackPhoneScene{justify-content:center;align-items:center;gap:var(--demo-v2-space-lg);background:#111214;flex-direction:column;width:100%;height:100%;display:flex;position:relative;overflow:hidden}.DemoV2Shell-module__mDqNDW__fallbackPhone{color:#f5f0e8;background:#202226;border:8px solid #0e0f11;border-radius:34px;width:min(420px,72%);height:min(720px,76%);padding:20px;position:relative;overflow:hidden}.DemoV2Shell-module__mDqNDW__fallbackPhoneTop{opacity:.92;justify-content:space-between;font-size:14px;display:flex}.DemoV2Shell-module__mDqNDW__fallbackNotifOne,.DemoV2Shell-module__mDqNDW__fallbackNotifTwo{border-radius:var(--demo-v2-radius-md);background:#f5f0e824;border:1px solid #f5f0e833;padding:12px;font-size:14px;animation-fill-mode:both;position:absolute;left:18px;right:18px}.DemoV2Shell-module__mDqNDW__fallbackNotifOne{animation:DemoV2Shell-module__mDqNDW__notifIn .65s var(--demo-v2-ease-heavy).8s;top:92px}.DemoV2Shell-module__mDqNDW__fallbackNotifTwo{animation:DemoV2Shell-module__mDqNDW__notifIn .65s var(--demo-v2-ease-heavy)1.7s;top:156px}@keyframes DemoV2Shell-module__mDqNDW__notifIn{0%{opacity:0;transform:translateY(-24px)}to{opacity:1;transform:translateY(0)}}.DemoV2Shell-module__mDqNDW__fallbackDim{opacity:0;background:#060606;animation:1.2s linear 4.6s forwards DemoV2Shell-module__mDqNDW__phoneDim;position:absolute;inset:0}@keyframes DemoV2Shell-module__mDqNDW__phoneDim{0%{opacity:0}to{opacity:.92}}.DemoV2Shell-module__mDqNDW__fallbackClosing{font-family:var(--demo-v2-font-heading);font-size:var(--demo-v2-text-4xl);color:#f5f0e8;opacity:0;animation:DemoV2Shell-module__mDqNDW__closingText .8s var(--demo-v2-ease)5.3s forwards;margin:0}@keyframes DemoV2Shell-module__mDqNDW__closingText{0%{opacity:0}to{opacity:1}}@media (max-width:960px){.DemoV2Shell-module__mDqNDW__sceneViewport{padding:var(--demo-v2-space-md);padding-bottom:6rem}.DemoV2Shell-module__mDqNDW__widgetShell,.DemoV2Shell-module__mDqNDW__inputGrid,.DemoV2Shell-module__mDqNDW__pathGrid,.DemoV2Shell-module__mDqNDW__lossGrid,.DemoV2Shell-module__mDqNDW__toolsGalleryShell,.DemoV2Shell-module__mDqNDW__toolGroupGrid{grid-template-columns:1fr}.DemoV2Shell-module__mDqNDW__pathCard{min-height:auto}.DemoV2Shell-module__mDqNDW__sceneTitle{font-size:var(--demo-v2-text-3xl)}.DemoV2Shell-module__mDqNDW__progress{right:var(--demo-v2-space-sm)}}@media (max-width:640px){.DemoV2Shell-module__mDqNDW__sceneViewport{padding:0 .5rem 6.15rem}.DemoV2Shell-module__mDqNDW__sceneContent{gap:.9rem;min-height:calc(100dvh - 1.25rem)}.DemoV2Shell-module__mDqNDW__sceneTitle{font-size:clamp(1.9rem,8.5vw,2.4rem);line-height:1.18}.DemoV2Shell-module__mDqNDW__sceneSubtitle{max-width:32ch;font-size:1.05rem}.DemoV2Shell-module__mDqNDW__toolsPanel,.DemoV2Shell-module__mDqNDW__toolsHero{padding:var(--demo-v2-space-md)}.DemoV2Shell-module__mDqNDW__toolsGrid{max-height:320px}.DemoV2Shell-module__mDqNDW__remotionSurface{width:100vw;max-width:100vw;box-shadow:none;border:none;border-radius:0;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw)}.DemoV2Shell-module__mDqNDW__sliderHeader{flex-direction:column;align-items:flex-start;gap:8px}.DemoV2Shell-module__mDqNDW__inputLabel{font-size:var(--demo-v2-text-lg)}.DemoV2Shell-module__mDqNDW__sliderBadge{min-width:110px;padding:10px 14px;font-size:2rem}.DemoV2Shell-module__mDqNDW__sliderInput::-webkit-slider-thumb{border-width:6px;width:32px;height:32px}.DemoV2Shell-module__mDqNDW__sliderInput::-moz-range-thumb{border-width:6px;width:32px;height:32px}.DemoV2Shell-module__mDqNDW__leadActions,.DemoV2Shell-module__mDqNDW__inlineActions{flex-direction:column;width:100%}.DemoV2Shell-module__mDqNDW__primaryButton,.DemoV2Shell-module__mDqNDW__secondaryButton,.DemoV2Shell-module__mDqNDW__ghostButton{width:100%}.DemoV2Shell-module__mDqNDW__soundToggle{align-self:flex-end;position:static}.DemoV2Shell-module__mDqNDW__sceneNav{grid-template-columns:minmax(86px,1fr) 1fr minmax(86px,1fr);align-items:center;gap:.4rem;width:calc(100% - 1.25rem);display:grid;bottom:.625rem}.DemoV2Shell-module__mDqNDW__sceneNavLabel{min-width:0;font-size:var(--demo-v2-text-xs);text-align:center;justify-self:center;width:100%}.DemoV2Shell-module__mDqNDW__sceneNavButton{width:100%;min-width:0;padding:9px 10px}}
