.BackToTop-module__OImIxq__button{right:var(--space-6);bottom:var(--space-6);z-index:60;width:calc(var(--space-12) + var(--space-1));height:calc(var(--space-12) + var(--space-1));color:var(--text-primary);background:color-mix(in srgb, var(--surface-default) 88%, transparent);border:1px solid color-mix(in srgb, var(--color-primary-500) 18%, var(--border-muted));border-radius:var(--radius-full);box-shadow:var(--shadow-lg), var(--shadow-inset);cursor:pointer;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);place-items:center;transition:background-color .18s,border-color .18s,color .18s,box-shadow .18s;display:inline-grid;position:fixed}.BackToTop-module__OImIxq__button:before{background:color-mix(in srgb, var(--color-primary-500) 8%, transparent);border-radius:inherit;opacity:0;content:"";transition:opacity .22s,transform .22s;position:absolute;inset:-5px;transform:scale(.88)}.BackToTop-module__OImIxq__button:hover{color:var(--color-primary-500);background:var(--surface-default);border-color:color-mix(in srgb, var(--color-primary-500) 34%, var(--border-muted));box-shadow:var(--shadow-xl), var(--shadow-inset)}.BackToTop-module__OImIxq__button:hover:before{opacity:1;transform:scale(1)}.BackToTop-module__OImIxq__button:focus-visible{outline:2px solid var(--color-primary-400);outline-offset:var(--space-1)}.BackToTop-module__OImIxq__button svg{z-index:1;flex:none;position:relative}@media (max-width:640px){.BackToTop-module__OImIxq__button{right:var(--space-4);bottom:var(--space-4);width:var(--space-12);height:var(--space-12)}}@media (prefers-reduced-motion:reduce){.BackToTop-module__OImIxq__button,.BackToTop-module__OImIxq__button:before{transition:none}}
.CodeShowcase-module__nL_Vza__section{padding:calc(var(--space-16) + var(--space-12)) var(--space-6);background:var(--surface-default);position:relative;overflow:hidden}.CodeShowcase-module__nL_Vza__glow{background:radial-gradient(ellipse at center, color-mix(in srgb, var(--color-primary-500) 22%, transparent), transparent 70%);opacity:.13;pointer-events:none;filter:blur(96px);width:min(1080px,92vw);height:700px;position:absolute;top:24%;left:50%;transform:translate(-50%)}.CodeShowcase-module__nL_Vza__container{width:min(1180px,100%);margin:0 auto;position:relative}.CodeShowcase-module__nL_Vza__header{text-align:center;justify-items:center;max-width:780px;margin:0 auto;display:grid}.CodeShowcase-module__nL_Vza__eyebrow,.CodeShowcase-module__nL_Vza__previewLabel{color:var(--color-primary-400);font-size:var(--font-size-xs);letter-spacing:.08em;text-transform:uppercase;font-weight:700}.CodeShowcase-module__nL_Vza__title{color:var(--text-primary);letter-spacing:0;margin:20px 0 0;font-size:clamp(42px,6vw,68px);font-weight:700;line-height:1.02}.CodeShowcase-module__nL_Vza__title span{color:var(--color-primary-400);display:block}.CodeShowcase-module__nL_Vza__description{max-width:680px;color:var(--text-secondary);font-size:var(--font-size-lg);margin:24px 0 0;line-height:1.65}.CodeShowcase-module__nL_Vza__showcase{background:color-mix(in srgb, var(--surface-default) 94%, transparent);border:1px solid var(--border-muted);border-radius:calc(var(--radius-xl) + 8px);box-shadow:var(--shadow-xl), var(--shadow-inset);perspective:1200px;margin-top:64px;overflow:hidden}.CodeShowcase-module__nL_Vza__toolbar{min-height:64px;padding:var(--space-3) calc(var(--space-4) + var(--space-1));background:color-mix(in srgb, var(--surface-subtle) 86%, transparent);border-bottom:1px solid var(--border-muted);justify-content:space-between;align-items:center;gap:var(--space-4);display:flex}.CodeShowcase-module__nL_Vza__toolbar>:first-child{width:auto}.CodeShowcase-module__nL_Vza__examplePicker{gap:var(--space-1);margin-left:auto;display:flex}.CodeShowcase-module__nL_Vza__exampleButton,.CodeShowcase-module__nL_Vza__activeExample{padding:0 calc(var(--space-3) + var(--space-1) / 2);color:var(--text-secondary);font-size:var(--font-size-xs);font-weight:600;line-height:inherit;border-radius:var(--radius-full);cursor:pointer;white-space:nowrap;background:0 0;border:1px solid #0000;min-height:36px;font-family:inherit;transition:color .16s,background-color .16s,border-color .16s,transform .16s}.CodeShowcase-module__nL_Vza__exampleButton:hover{color:var(--text-primary);background:var(--surface-subtle)}.CodeShowcase-module__nL_Vza__exampleButton:active,.CodeShowcase-module__nL_Vza__activeExample:active{transform:scale(.97)}.CodeShowcase-module__nL_Vza__activeExample{color:var(--text-primary);background:var(--surface-default);border-color:var(--border-muted);box-shadow:var(--shadow-sm)}.CodeShowcase-module__nL_Vza__workspace{isolation:isolate;perspective:1200px;grid-template-columns:minmax(0,1.45fr) minmax(320px,.75fr);min-height:520px;display:grid;position:relative}.CodeShowcase-module__nL_Vza__workspace:after{z-index:4;background:color-mix(in srgb, var(--border-muted) 68%, var(--surface-default));content:"";pointer-events:none;width:1px;position:absolute;top:0;bottom:0;left:65.9091%}.CodeShowcase-module__nL_Vza__editor{background:var(--surface-default);flex-direction:column;min-width:0;display:flex;position:relative}.CodeShowcase-module__nL_Vza__editor,.CodeShowcase-module__nL_Vza__preview{transform-style:preserve-3d;transition:background-color .24s}.CodeShowcase-module__nL_Vza__editor:after,.CodeShowcase-module__nL_Vza__preview:after{z-index:3;content:"";pointer-events:none;border:2px solid #0000;border-radius:0;transition:border-color .18s;position:absolute;inset:2px}.CodeShowcase-module__nL_Vza__editor:hover,.CodeShowcase-module__nL_Vza__preview:hover{z-index:2}.CodeShowcase-module__nL_Vza__editor:hover:after,.CodeShowcase-module__nL_Vza__preview:hover:after{border-color:color-mix(in srgb, var(--color-primary-500) 18%, transparent)}.CodeShowcase-module__nL_Vza__editorHeader{height:68px;padding:var(--space-3) calc(var(--space-4) + var(--space-1));border-bottom:1px solid var(--border-muted);justify-content:space-between;align-items:center;gap:calc(var(--space-4) + var(--space-1));box-sizing:border-box;display:flex;overflow:hidden}.CodeShowcase-module__nL_Vza__previewHeader{height:68px;padding:var(--space-3) calc(var(--space-4) + var(--space-1));border-bottom:1px solid var(--border-muted);align-items:center;gap:var(--space-3);box-sizing:border-box;grid-template-columns:minmax(0,1fr) auto;display:grid;overflow:hidden}.CodeShowcase-module__nL_Vza__fileMeta{align-items:center;gap:calc(var(--space-2) + var(--space-1) / 2);color:var(--text-secondary);font-size:var(--font-size-xs);font-weight:600;display:flex}.CodeShowcase-module__nL_Vza__fileDot{background:var(--color-primary-500);border-radius:var(--radius-full);width:8px;height:8px;box-shadow:0 0 0 4px color-mix(in srgb, var(--color-primary-500) 12%, transparent)}.CodeShowcase-module__nL_Vza__codeViewport{--syntax-keyword:var(--color-primary-700);--syntax-component:var(--color-secondary-700);--syntax-prop:var(--color-warning-700);--syntax-string:var(--color-success-700);--syntax-punctuation:var(--text-tertiary);background:linear-gradient(90deg, color-mix(in srgb, var(--surface-subtle) 74%, var(--surface-default)) 0, color-mix(in srgb, var(--surface-subtle) 74%, var(--surface-default)) 64px, transparent 64px), color-mix(in srgb, var(--surface-subtle) 38%, var(--surface-default));flex:0 0 400px;height:400px;min-height:0;overflow:auto}.CodeShowcase-module__nL_Vza__codeViewport pre{min-width:max-content;padding:var(--space-8) var(--space-8) var(--space-8) 0;color:var(--text-primary);font-size:var(--font-size-sm);tab-size:2;margin:0;line-height:1.62}.CodeShowcase-module__nL_Vza__codeViewport code,.CodeShowcase-module__nL_Vza__command code,.CodeShowcase-module__nL_Vza__importDifference code{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace}.CodeShowcase-module__nL_Vza__codeLine{min-height:1.62em;padding-right:var(--space-8);white-space:pre;grid-template-columns:48px minmax(0,1fr);transition:background-color .18s;display:grid;position:relative}.CodeShowcase-module__nL_Vza__codeLine:before{background:color-mix(in srgb, var(--border-muted) 92%, var(--text-tertiary));content:"";width:1px;position:absolute;top:0;bottom:0;left:58px}.CodeShowcase-module__nL_Vza__codeLine:hover{background:color-mix(in srgb, var(--color-primary-500) 5%, transparent)}.CodeShowcase-module__nL_Vza__activeLine{z-index:0;background:color-mix(in srgb, var(--color-primary-500) 7%, transparent);border-left:2px solid color-mix(in srgb, var(--color-primary-500) 42%, transparent);pointer-events:none;position:absolute;inset:0}.CodeShowcase-module__nL_Vza__lineNumber{z-index:1;padding-right:var(--space-3);color:var(--text-tertiary);font-variant-numeric:tabular-nums;text-align:right;-webkit-user-select:none;user-select:none;position:relative}.CodeShowcase-module__nL_Vza__lineContent{z-index:1;padding-left:var(--space-6);position:relative}.CodeShowcase-module__nL_Vza__cursor{vertical-align:-.18em;background:var(--color-primary-500);border-radius:var(--radius-full);width:2px;height:1.1em;margin-left:2px;animation:1.15s steps(2,start) infinite CodeShowcase-module__nL_Vza__cursor-blink;display:inline-block}.CodeShowcase-module__nL_Vza__keyword{color:var(--syntax-keyword);font-weight:700}.CodeShowcase-module__nL_Vza__component{color:var(--syntax-component);font-weight:650}.CodeShowcase-module__nL_Vza__prop{color:var(--syntax-prop)}.CodeShowcase-module__nL_Vza__string{color:var(--syntax-string)}.CodeShowcase-module__nL_Vza__punctuation{color:var(--syntax-punctuation)}.CodeShowcase-module__nL_Vza__importDifference{width:auto;max-width:calc(100% - var(--space-8));min-height:30px;margin:var(--space-4) var(--space-4) var(--space-4);padding:0 var(--space-2);color:var(--text-tertiary);font-size:var(--font-size-xs);background:var(--surface-default);border:1px solid var(--border-muted);border-radius:var(--radius-full);justify-content:space-between;align-self:flex-start;align-items:center;gap:var(--space-2);display:flex}.CodeShowcase-module__nL_Vza__importDifference code{color:var(--color-primary-400);font-size:var(--font-size-xs);font-weight:600}.CodeShowcase-module__nL_Vza__preview{background:color-mix(in srgb, var(--surface-subtle) 58%, var(--surface-default));border-left:1px solid color-mix(in srgb, var(--border-muted) 32%, var(--surface-default));flex-direction:column;min-width:0;display:flex;position:relative}.CodeShowcase-module__nL_Vza__previewHeader>div:first-child{gap:var(--space-1);display:grid}.CodeShowcase-module__nL_Vza__previewHeader strong{color:var(--text-primary);font-size:var(--font-size-sm)}.CodeShowcase-module__nL_Vza__previewStatus,.CodeShowcase-module__nL_Vza__platformBadge{align-items:center;gap:calc(var(--space-1) + var(--space-1) / 2);color:var(--text-secondary);font-size:var(--font-size-xs);font-weight:600;display:inline-flex}.CodeShowcase-module__nL_Vza__previewBadges{justify-content:flex-end;gap:var(--space-2);flex-wrap:nowrap;display:flex}.CodeShowcase-module__nL_Vza__previewStatus,.CodeShowcase-module__nL_Vza__platformBadge{white-space:nowrap}.CodeShowcase-module__nL_Vza__platformBadge{min-height:28px;padding:0 var(--space-3);background:color-mix(in srgb, var(--surface-subtle) 82%, transparent);border:1px solid var(--border-muted);border-radius:var(--radius-full)}.CodeShowcase-module__nL_Vza__previewStatus span{background:var(--color-success-500);border-radius:var(--radius-full);width:7px;height:7px;box-shadow:0 0 0 4px color-mix(in srgb, var(--color-success-500) 12%, transparent);animation:2.2s ease-in-out infinite CodeShowcase-module__nL_Vza__status-pulse}.CodeShowcase-module__nL_Vza__previewStage{min-height:420px;padding:var(--space-10) var(--space-8);background:radial-gradient(circle at center, color-mix(in srgb, var(--color-primary-500) 8%, transparent), transparent 58%), color-mix(in srgb, var(--surface-subtle) 58%, var(--surface-default));flex:1;place-items:center;display:grid}.CodeShowcase-module__nL_Vza__previewContent{place-items:center;width:min(440px,100%);display:grid}.CodeShowcase-module__nL_Vza__previewCard{gap:var(--space-5);width:100%;padding:calc(var(--space-6) + var(--space-1));background:var(--surface-default);border:1px solid var(--border-muted);border-radius:var(--radius-xl);box-shadow:var(--shadow-md), var(--shadow-inset);display:grid}.CodeShowcase-module__nL_Vza__previewCardHeader{gap:var(--space-1);display:grid}.CodeShowcase-module__nL_Vza__previewCardHeader span,.CodeShowcase-module__nL_Vza__planSummary span,.CodeShowcase-module__nL_Vza__dropdownSurface span{color:var(--text-tertiary);font-size:var(--font-size-xs);letter-spacing:.08em;text-transform:uppercase;font-weight:700}.CodeShowcase-module__nL_Vza__previewCardHeader strong,.CodeShowcase-module__nL_Vza__dropdownSurface strong{color:var(--text-primary);font-size:var(--font-size-lg);line-height:1.25}.CodeShowcase-module__nL_Vza__planSummary{gap:var(--space-4);padding:var(--space-5);background:color-mix(in srgb, var(--surface-subtle) 78%, transparent);border:1px solid var(--border-muted);border-radius:var(--radius-lg);display:grid}.CodeShowcase-module__nL_Vza__planSummary div{justify-content:space-between;align-items:center;gap:var(--space-4);display:flex}.CodeShowcase-module__nL_Vza__planSummary strong{color:var(--text-primary);font-size:var(--font-size-xl)}.CodeShowcase-module__nL_Vza__planSummary p,.CodeShowcase-module__nL_Vza__previewCopy{color:var(--text-secondary);font-size:var(--font-size-sm);margin:0;line-height:1.55}.CodeShowcase-module__nL_Vza__buttonStack{gap:var(--space-2);flex-wrap:wrap;display:flex}.CodeShowcase-module__nL_Vza__primaryAction{border-radius:var(--radius-full);isolation:isolate;display:inline-flex;position:relative}.CodeShowcase-module__nL_Vza__primaryAction:after{z-index:-1;border-radius:inherit;content:"";pointer-events:none;background:0 0;animation:5.8s ease-in-out infinite CodeShowcase-module__nL_Vza__action-glow;position:absolute;inset:-2px}.CodeShowcase-module__nL_Vza__primaryAction>*{z-index:1;position:relative}.CodeShowcase-module__nL_Vza__fieldMeta{align-items:center;gap:var(--space-2);width:fit-content;padding:var(--space-2) var(--space-3);color:var(--text-secondary);font-size:var(--font-size-xs);background:color-mix(in srgb, var(--color-success-500) 10%, transparent);border:1px solid color-mix(in srgb, var(--color-success-500) 24%, transparent);border-radius:var(--radius-full);font-weight:650;display:inline-flex}.CodeShowcase-module__nL_Vza__fieldMeta span{width:var(--space-2);height:var(--space-2);background:var(--color-success-500);border-radius:var(--radius-full)}.CodeShowcase-module__nL_Vza__dropdownSurface{gap:var(--space-4);display:grid}.CodeShowcase-module__nL_Vza__dropdownSurface>div{justify-content:space-between;align-items:center;gap:var(--space-4);padding:var(--space-4);background:color-mix(in srgb, var(--surface-subtle) 78%, transparent);border:1px solid var(--border-muted);border-radius:var(--radius-lg);display:flex}.CodeShowcase-module__nL_Vza__installBar{min-height:74px;padding:var(--space-4) calc(var(--space-4) + var(--space-1));background:color-mix(in srgb, var(--surface-subtle) 86%, transparent);border-top:1px solid var(--border-muted);align-items:center;gap:var(--space-3);grid-template-columns:minmax(260px,auto) auto auto auto 1fr;display:grid}.CodeShowcase-module__nL_Vza__installAction{transition:box-shadow .18s,transform .18s}.CodeShowcase-module__nL_Vza__installAction:hover{transform:scale(1.03)}.CodeShowcase-module__nL_Vza__command{min-height:42px;padding:0 var(--space-4);color:var(--text-primary);font-size:var(--font-size-xs);background:var(--surface-default);border:1px solid var(--border-muted);border-radius:var(--radius-lg);align-items:center;gap:var(--space-2);transition:border-color .22s,box-shadow .22s;display:flex}.CodeShowcase-module__nL_Vza__command:hover{border-color:color-mix(in srgb, var(--color-primary-500) 24%, var(--border-muted));box-shadow:0 0 0 3px color-mix(in srgb, var(--color-primary-500) 8%, transparent), var(--shadow-sm)}.CodeShowcase-module__nL_Vza__command>span{color:var(--color-primary-400);font-weight:700}.CodeShowcase-module__nL_Vza__features{padding:0 0 0 calc(var(--space-4) + var(--space-1));border-left:1px solid var(--border-muted);justify-content:flex-end;align-items:center;gap:var(--space-4);margin:0;list-style:none;display:flex}.CodeShowcase-module__nL_Vza__features li{align-items:center;gap:calc(var(--space-1) + var(--space-1) / 2);color:var(--text-secondary);font-size:var(--font-size-xs);white-space:nowrap;font-weight:600;display:inline-flex}.CodeShowcase-module__nL_Vza__features svg{color:var(--color-success-500);flex:none}.CodeShowcase-module__nL_Vza__visuallyHidden{white-space:nowrap;clip-path:inset(50%);border:0;width:1px;height:1px;padding:0;position:absolute;overflow:hidden}@keyframes CodeShowcase-module__nL_Vza__status-pulse{0%,to{opacity:.65;transform:scale(.9)}50%{opacity:1;transform:scale(1)}}@keyframes CodeShowcase-module__nL_Vza__cursor-blink{0%,45%{opacity:1}46%,to{opacity:0}}@keyframes CodeShowcase-module__nL_Vza__action-glow{0%,to{box-shadow:0 0 0 0 color-mix(in srgb, var(--color-primary-500) 0%, transparent);opacity:0}50%{box-shadow:0 0 0 8px color-mix(in srgb, var(--color-primary-500) 9%, transparent);opacity:1}}@media (prefers-reduced-motion:reduce){.CodeShowcase-module__nL_Vza__previewStatus span,.CodeShowcase-module__nL_Vza__cursor,.CodeShowcase-module__nL_Vza__primaryAction:after{animation:none}}@media (max-width:960px){.CodeShowcase-module__nL_Vza__toolbar{flex-direction:column;align-items:flex-start}.CodeShowcase-module__nL_Vza__examplePicker{width:100%;overflow-x:auto}.CodeShowcase-module__nL_Vza__workspace{grid-template-columns:1fr}.CodeShowcase-module__nL_Vza__workspace:after{display:none}.CodeShowcase-module__nL_Vza__editor{border-right:0;min-height:480px}.CodeShowcase-module__nL_Vza__preview{border-top:1px solid color-mix(in srgb, var(--border-muted) 68%, var(--surface-default));box-shadow:none;border-left:0}.CodeShowcase-module__nL_Vza__installBar{grid-template-columns:1fr auto auto auto}.CodeShowcase-module__nL_Vza__features{border-left:0;grid-column:1/-1;justify-content:flex-start;padding-left:0;overflow-x:auto}}@media (max-width:640px){.CodeShowcase-module__nL_Vza__section{padding:calc(var(--space-16) + var(--space-4)) var(--space-4)}.CodeShowcase-module__nL_Vza__toolbar{padding:var(--space-4)}.CodeShowcase-module__nL_Vza__codeViewport pre{padding:var(--space-6) calc(var(--space-4) + var(--space-1));font-size:var(--font-size-xs)}.CodeShowcase-module__nL_Vza__codeViewport{flex-basis:360px;height:360px}.CodeShowcase-module__nL_Vza__importDifference{max-width:calc(100% - var(--space-6));margin:var(--space-4) var(--space-3) var(--space-3)}.CodeShowcase-module__nL_Vza__previewStage{min-height:360px;padding:var(--space-8) calc(var(--space-4) + var(--space-1))}.CodeShowcase-module__nL_Vza__installBar{padding:var(--space-4);grid-template-columns:1fr}.CodeShowcase-module__nL_Vza__features{grid-column:auto}}
.ComponentShowcase-module__6LvMMq__section{background:var(--surface-default);padding:112px 24px;position:relative;overflow:hidden}.ComponentShowcase-module__6LvMMq__glow{background:radial-gradient(ellipse at center, color-mix(in srgb, var(--color-primary-500) 22%, transparent), transparent 70%);opacity:.12;pointer-events:none;filter:blur(90px);width:min(980px,90vw);height:600px;position:absolute;top:24%;left:50%;transform:translate(-50%)}.ComponentShowcase-module__6LvMMq__container{width:min(1180px,100%);margin:0 auto;position:relative}.ComponentShowcase-module__6LvMMq__header{text-align:center;justify-items:center;max-width:760px;margin:0 auto;display:grid}.ComponentShowcase-module__6LvMMq__eyebrow{color:var(--color-primary-400);letter-spacing:.08em;text-transform:uppercase;font-size:12px;font-weight:700}.ComponentShowcase-module__6LvMMq__title{color:var(--text-primary);letter-spacing:0;margin:20px 0 0;font-size:clamp(42px,6vw,68px);font-weight:700;line-height:1.02}.ComponentShowcase-module__6LvMMq__title span{color:var(--color-primary-400);display:block}.ComponentShowcase-module__6LvMMq__description{max-width:670px;color:var(--text-secondary);margin:24px 0 0;font-size:18px;line-height:1.65}.ComponentShowcase-module__6LvMMq__showcase{background:color-mix(in srgb, var(--surface-default) 94%, transparent);border:1px solid var(--border-muted);border-radius:calc(var(--radius-xl) + 6px);margin-top:64px;overflow:hidden;box-shadow:0 30px 90px #0000001c,inset 0 1px #ffffff12}.ComponentShowcase-module__6LvMMq__toolbar{background:color-mix(in srgb, var(--surface-subtle) 84%, transparent);border-bottom:1px solid var(--border-muted);justify-content:space-between;align-items:center;gap:18px;min-height:74px;padding:14px 18px;display:flex}.ComponentShowcase-module__6LvMMq__componentPicker{gap:6px;min-width:0;display:flex;overflow-x:auto}.ComponentShowcase-module__6LvMMq__toolbarMeta{flex:none;align-items:center;gap:16px;display:flex}.ComponentShowcase-module__6LvMMq__renderBadge{border-left:1px solid var(--border-muted);align-items:flex-start;gap:10px;min-height:42px;padding-left:16px;display:inline-flex}.ComponentShowcase-module__6LvMMq__renderBadge>span{background:var(--color-success-500);border-radius:var(--radius-full);width:7px;height:7px;box-shadow:0 0 0 4px color-mix(in srgb, var(--color-success-500) 10%, transparent);margin-top:8px}.ComponentShowcase-module__6LvMMq__renderBadge div{gap:2px;display:grid}.ComponentShowcase-module__6LvMMq__renderBadge span,.ComponentShowcase-module__6LvMMq__toolbarLinks a{color:var(--text-tertiary);letter-spacing:.04em;text-transform:uppercase;font-size:11px;font-weight:700}.ComponentShowcase-module__6LvMMq__renderBadge code{color:var(--text-secondary);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:12px;font-weight:600}.ComponentShowcase-module__6LvMMq__toolbarLinks{border-left:1px solid var(--border-muted);align-items:center;gap:8px;min-height:42px;padding-left:16px;display:inline-flex}.ComponentShowcase-module__6LvMMq__toolbarLinks a{border-radius:var(--radius-full);background:0 0;border:1px solid #0000;align-items:center;min-height:34px;padding:0 10px;text-decoration:none;transition:color .16s,background-color .16s,border-color .16s,transform .16s;display:inline-flex}.ComponentShowcase-module__6LvMMq__toolbarLinks a:after{color:var(--color-primary-400);content:"↗";margin-left:5px;transition:transform .16s;display:inline-block}.ComponentShowcase-module__6LvMMq__toolbarLinks a:hover{color:var(--text-primary);background:var(--surface-default);border-color:var(--border-muted)}.ComponentShowcase-module__6LvMMq__toolbarLinks a:hover:after{transform:translate(2px,-2px)}.ComponentShowcase-module__6LvMMq__componentButton{z-index:0;min-width:max-content;color:var(--text-secondary);font-size:13px;font-weight:600;line-height:inherit;border-radius:var(--radius-full);cursor:pointer;white-space:nowrap;background:0 0;border:1px solid #0000;place-items:center;min-height:38px;padding:0 24px;font-family:inherit;transition:color .16s,background-color .16s,border-color .16s,transform .16s;display:inline-grid;position:relative}.ComponentShowcase-module__6LvMMq__componentButton:hover,.ComponentShowcase-module__6LvMMq__componentButton[data-active=true]{color:var(--text-primary)}.ComponentShowcase-module__6LvMMq__componentButton:hover{background:var(--surface-subtle)}.ComponentShowcase-module__6LvMMq__componentButton[data-active=true]:hover{background:0 0}.ComponentShowcase-module__6LvMMq__componentButton:active{transform:scale(.97)}.ComponentShowcase-module__6LvMMq__activeTabBackground{z-index:-1;background:var(--surface-default);border:1px solid var(--border-muted);border-radius:var(--radius-full);box-shadow:inset 0 1px 0 color-mix(in srgb, var(--surface-default) 92%, white), inset 0 -1px 0 color-mix(in srgb, var(--border-muted) 80%, transparent), 0 0 0 3px color-mix(in srgb, var(--color-primary-500) 3%, transparent), 0 5px 16px #0000000f;position:absolute;inset:0}.ComponentShowcase-module__6LvMMq__componentButtonLabel{z-index:1;padding:0 1px;position:relative}.ComponentShowcase-module__6LvMMq__packageStatus{animation:2.2s ease-in-out infinite ComponentShowcase-module__6LvMMq__package-status-pulse}.ComponentShowcase-module__6LvMMq__stage{background:radial-gradient(circle at center, color-mix(in srgb, var(--color-primary-500) 7%, transparent), transparent 58%), color-mix(in srgb, var(--surface-subtle) 76%, transparent);place-items:center;min-height:620px;padding:48px;display:grid}.ComponentShowcase-module__6LvMMq__demo{place-items:center;width:min(760px,100%);min-height:500px;display:grid}.ComponentShowcase-module__6LvMMq__buttonDemo{gap:16px;width:min(720px,100%);display:grid}.ComponentShowcase-module__6LvMMq__buttonMatrix{background:var(--surface-default);border:1px solid var(--border-muted);border-radius:var(--radius-xl);gap:10px;padding:14px;display:grid}.ComponentShowcase-module__6LvMMq__buttonRow{grid-template-columns:76px repeat(4,minmax(96px,1fr));align-items:center;gap:10px;display:grid}.ComponentShowcase-module__6LvMMq__buttonRow>span{color:var(--text-tertiary);text-transform:capitalize;font-size:12px;font-weight:700}.ComponentShowcase-module__6LvMMq__softButtonDemo{box-shadow:inset 0 0 0 1px color-mix(in srgb, var(--border-strong) 78%, transparent), var(--shadow-sm)}.ComponentShowcase-module__6LvMMq__buttonCombos,.ComponentShowcase-module__6LvMMq__tooltipDemo,.ComponentShowcase-module__6LvMMq__modalActions,.ComponentShowcase-module__6LvMMq__modalTriggers{flex-wrap:wrap;justify-content:center;align-items:center;gap:12px;display:flex}.ComponentShowcase-module__6LvMMq__buttonCombos{background:color-mix(in srgb, var(--surface-default) 86%, transparent);border:1px solid var(--border-muted);border-radius:var(--radius-xl);justify-self:center;width:fit-content;max-width:100%;padding:12px}.ComponentShowcase-module__6LvMMq__dropdownDemo{align-content:start;justify-items:center;gap:16px;width:min(680px,100%);min-height:450px;display:grid}.ComponentShowcase-module__6LvMMq__dropdownSwitcher{background:var(--surface-subtle);border:1px solid var(--border-muted);border-radius:var(--radius-full);gap:4px;width:fit-content;max-width:100%;padding:4px;display:inline-flex;overflow-x:auto}.ComponentShowcase-module__6LvMMq__dropdownSwitchButton{min-width:84px;min-height:34px;color:var(--text-secondary);font:inherit;white-space:nowrap;border-radius:var(--radius-full);cursor:pointer;background:0 0;border:1px solid #0000;place-items:center;padding:0 14px;font-size:13px;font-weight:650;line-height:1;transition:color .16s,background-color .16s,border-color .16s;display:inline-grid}.ComponentShowcase-module__6LvMMq__dropdownSwitchButton:hover,.ComponentShowcase-module__6LvMMq__dropdownSwitchButton[data-active=true]{color:var(--text-primary)}.ComponentShowcase-module__6LvMMq__dropdownSwitchButton[data-active=true]{background:var(--surface-default);border-color:var(--border-muted);box-shadow:inset 0 1px 0 color-mix(in srgb, var(--surface-default) 92%, white), 0 5px 14px #0000000f}.ComponentShowcase-module__6LvMMq__dropdownTriggerButton{min-width:132px;min-height:40px;color:var(--button-neutral-outline-default-fg);font:inherit;font-size:var(--font-size-sm);font-weight:var(--font-weight-regular);white-space:nowrap;background:var(--button-neutral-outline-default-bg);border-radius:var(--radius-full);box-shadow:inset 0 0 0 1px var(--button-neutral-outline-default-border);justify-content:center;align-items:center;gap:var(--space-2);cursor:pointer;border:0;padding:0 15px 0 17px;line-height:1;display:inline-flex}.ComponentShowcase-module__6LvMMq__dropdownTriggerButton:hover{color:var(--button-neutral-outline-hover-fg);background:var(--button-neutral-outline-hover-bg);box-shadow:inset 0 0 0 1px var(--button-neutral-outline-hover-border)}.ComponentShowcase-module__6LvMMq__dropdownTriggerButton:focus-visible{box-shadow:inset 0 0 0 1px var(--button-neutral-outline-focus-border), 0 0 0 2px color-mix(in srgb, var(--focus-ring-color) 24%, transparent);outline:0}.ComponentShowcase-module__6LvMMq__dropdownTriggerIcon{color:currentColor;fill:currentColor;flex:none;width:16px;height:16px;transition:transform .16s;display:block}.ComponentShowcase-module__6LvMMq__dropdownTriggerButton[data-state=open] .ComponentShowcase-module__6LvMMq__dropdownTriggerIcon{transform:rotate(180deg)}.ComponentShowcase-module__6LvMMq__dropdownShell{background:var(--surface-default);border:1px solid var(--border-muted);border-radius:var(--radius-xl);width:min(620px,100%);min-height:382px;padding:18px;position:relative;overflow:visible;box-shadow:0 18px 44px #0000001a}.ComponentShowcase-module__6LvMMq__dropdownToolbar{border-bottom:1px solid var(--border-muted);justify-content:space-between;align-items:flex-start;gap:18px;padding-bottom:18px;display:flex}.ComponentShowcase-module__6LvMMq__dropdownToolbar>div{gap:6px;display:grid}.ComponentShowcase-module__6LvMMq__dropdownToolbar strong{color:var(--text-primary);font-size:18px}.ComponentShowcase-module__6LvMMq__dropdownContent{z-index:4}.ComponentShowcase-module__6LvMMq__dropdownPreview{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;padding-top:22px;display:grid}.ComponentShowcase-module__6LvMMq__dropdownMetric{background:var(--surface-subtle);border:1px solid var(--border-muted);border-radius:var(--radius-lg);gap:6px;min-height:76px;padding:14px;display:grid}.ComponentShowcase-module__6LvMMq__dropdownMetric span{color:var(--text-tertiary);font-size:12px}.ComponentShowcase-module__6LvMMq__dropdownMetric strong{color:var(--text-primary);font-size:19px;line-height:1.1}.ComponentShowcase-module__6LvMMq__inputDemo,.ComponentShowcase-module__6LvMMq__checkboxDemo{gap:24px;width:min(520px,100%);display:grid}.ComponentShowcase-module__6LvMMq__checkboxDemo{gap:14px}.ComponentShowcase-module__6LvMMq__modalDemo{justify-items:center;gap:24px;width:min(700px,100%);display:grid}.ComponentShowcase-module__6LvMMq__modalShell{grid-template-columns:minmax(0,1fr) 220px;align-items:stretch;gap:16px;width:100%;display:grid}.ComponentShowcase-module__6LvMMq__modalPreviewCard{background:var(--surface-default);border:1px solid var(--border-muted);border-radius:var(--radius-xl);align-content:center;gap:24px;min-height:260px;padding:28px;display:grid;box-shadow:0 18px 44px #00000017}.ComponentShowcase-module__6LvMMq__modalPreviewCard>div{gap:8px;max-width:360px;display:grid}.ComponentShowcase-module__6LvMMq__modalPreviewCard strong{color:var(--text-primary);font-size:22px;line-height:1.3}.ComponentShowcase-module__6LvMMq__modalPreviewCard p{color:var(--text-secondary);margin:0;font-size:14px;line-height:1.6}.ComponentShowcase-module__6LvMMq__modalInspector{align-content:stretch;gap:10px;display:grid}.ComponentShowcase-module__6LvMMq__modalInspector>div{background:color-mix(in srgb, var(--surface-default) 88%, transparent);border:1px solid var(--border-muted);border-radius:var(--radius-lg);align-content:center;gap:6px;min-height:80px;padding:16px;display:grid}.ComponentShowcase-module__6LvMMq__modalInspector span{color:var(--text-tertiary);letter-spacing:.06em;text-transform:uppercase;font-size:11px;font-weight:700}.ComponentShowcase-module__6LvMMq__modalInspector strong{color:var(--text-primary);font-size:15px}.ComponentShowcase-module__6LvMMq__modalForm,.ComponentShowcase-module__6LvMMq__checklist{gap:18px;display:grid}.ComponentShowcase-module__6LvMMq__previewPage,.ComponentShowcase-module__6LvMMq__codePage,.ComponentShowcase-module__6LvMMq__tokensPage{background:var(--surface-default);border:1px solid var(--border-muted);border-radius:var(--radius-xl);width:min(560px,100%);min-height:300px;margin-top:18px;padding:24px}.ComponentShowcase-module__6LvMMq__previewPage{gap:22px;display:grid}.ComponentShowcase-module__6LvMMq__metricGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.ComponentShowcase-module__6LvMMq__metricGrid>div{background:var(--surface-subtle);border:1px solid var(--border-muted);border-radius:var(--radius-lg);gap:5px;padding:14px;display:grid}.ComponentShowcase-module__6LvMMq__metricGrid span,.ComponentShowcase-module__6LvMMq__statusList span,.ComponentShowcase-module__6LvMMq__activityItem span{color:var(--text-tertiary);font-size:12px;line-height:1.45}.ComponentShowcase-module__6LvMMq__metricGrid strong{color:var(--text-primary);font-size:24px;line-height:1}.ComponentShowcase-module__6LvMMq__statusList{gap:10px;display:grid}.ComponentShowcase-module__6LvMMq__statusList span{padding-left:18px;position:relative}.ComponentShowcase-module__6LvMMq__statusList span:before{background:var(--color-success-500);border-radius:var(--radius-full);content:"";width:6px;height:6px;position:absolute;top:.62em;left:0}.ComponentShowcase-module__6LvMMq__previewPageHeader{justify-content:space-between;align-items:flex-start;gap:20px;display:flex}.ComponentShowcase-module__6LvMMq__previewPageHeader>div{gap:5px;display:grid}.ComponentShowcase-module__6LvMMq__previewPageHeader strong{color:var(--text-primary);font-size:18px}.ComponentShowcase-module__6LvMMq__pageEyebrow{color:var(--color-primary-400);letter-spacing:.08em;text-transform:uppercase;font-size:11px;font-weight:700}.ComponentShowcase-module__6LvMMq__codePage{padding:0;overflow:hidden}.ComponentShowcase-module__6LvMMq__activityPage{background:var(--surface-default);border:1px solid var(--border-muted);border-radius:var(--radius-xl);gap:14px;width:min(560px,100%);min-height:300px;margin-top:18px;padding:24px;display:grid}.ComponentShowcase-module__6LvMMq__activityItem{background:var(--surface-subtle);border:1px solid var(--border-muted);border-radius:var(--radius-lg);grid-template-columns:34px 1fr;align-items:flex-start;gap:12px;padding:14px;display:grid}.ComponentShowcase-module__6LvMMq__activityItem svg{width:18px;height:18px;color:var(--color-primary-500)}.ComponentShowcase-module__6LvMMq__activityItem strong{color:var(--text-primary);margin-bottom:4px;font-size:13px;display:block}.ComponentShowcase-module__6LvMMq__codeHeader{color:var(--text-secondary);background:var(--surface-subtle);border-bottom:1px solid var(--border-muted);justify-content:space-between;padding:14px 18px;font-size:12px;display:flex}.ComponentShowcase-module__6LvMMq__codePage pre{color:var(--text-primary);margin:0;padding:28px;font-size:13px;line-height:1.7;overflow-x:auto}.ComponentShowcase-module__6LvMMq__codePage code,.ComponentShowcase-module__6LvMMq__tokenRow code{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace}.ComponentShowcase-module__6LvMMq__tokensPage{align-content:center;gap:12px;display:grid}.ComponentShowcase-module__6LvMMq__tokenRow{background:var(--surface-subtle);border:1px solid var(--border-muted);border-radius:var(--radius-lg);align-items:center;gap:14px;padding:14px;display:flex}.ComponentShowcase-module__6LvMMq__tokenRow>span{border:1px solid var(--border-muted);border-radius:var(--radius-md);flex:none;width:36px;height:36px}.ComponentShowcase-module__6LvMMq__tokenRow>div{gap:3px;display:grid}.ComponentShowcase-module__6LvMMq__tokenRow strong{color:var(--text-primary);font-size:13px}.ComponentShowcase-module__6LvMMq__tokenRow code{color:var(--text-tertiary);font-size:11px}.ComponentShowcase-module__6LvMMq__primarySwatch{background:var(--color-primary-500)}.ComponentShowcase-module__6LvMMq__surfaceSwatch{background:var(--surface-default)}.ComponentShowcase-module__6LvMMq__borderSwatch{background:var(--border-strong)}.ComponentShowcase-module__6LvMMq__choiceHeader{gap:5px;margin-bottom:2px;display:grid}.ComponentShowcase-module__6LvMMq__choiceHeader strong{color:var(--text-primary);font-size:18px}.ComponentShowcase-module__6LvMMq__choiceCard{background:var(--surface-default);border:1px solid var(--border-muted);border-radius:var(--radius-lg);width:100%;padding:14px}.ComponentShowcase-module__6LvMMq__radioDemo{width:min(520px,100%)}.ComponentShowcase-module__6LvMMq__radioChoiceCard{background:var(--surface-default);border:1px solid var(--border-muted);border-radius:var(--radius-lg);width:100%;min-width:0;padding:14px}.ComponentShowcase-module__6LvMMq__footer{min-height:58px;color:var(--text-tertiary);background:color-mix(in srgb, var(--surface-subtle) 84%, transparent);border-top:1px solid var(--border-muted);justify-content:center;align-items:center;gap:8px;padding:0 20px;font-size:12px;font-weight:600;display:flex}@keyframes ComponentShowcase-module__6LvMMq__package-status-pulse{0%,to{opacity:.65;transform:scale(.9)}50%{opacity:1;transform:scale(1)}}@media (prefers-reduced-motion:reduce){.ComponentShowcase-module__6LvMMq__packageStatus{animation:none}}@media (max-width:760px){.ComponentShowcase-module__6LvMMq__section{padding:80px 16px}.ComponentShowcase-module__6LvMMq__toolbar{flex-direction:column;align-items:flex-start}.ComponentShowcase-module__6LvMMq__componentPicker,.ComponentShowcase-module__6LvMMq__toolbarMeta{width:100%}.ComponentShowcase-module__6LvMMq__toolbarMeta{justify-content:space-between}.ComponentShowcase-module__6LvMMq__toolbarLinks{overflow-x:auto}.ComponentShowcase-module__6LvMMq__stage{min-height:640px;padding:28px 18px}.ComponentShowcase-module__6LvMMq__demo{min-height:560px}.ComponentShowcase-module__6LvMMq__dropdownDemo{min-height:540px}.ComponentShowcase-module__6LvMMq__dropdownShell{min-height:420px}.ComponentShowcase-module__6LvMMq__buttonRow{grid-template-columns:1fr 1fr}.ComponentShowcase-module__6LvMMq__buttonRow>span{grid-column:1/-1}.ComponentShowcase-module__6LvMMq__modalShell{grid-template-columns:1fr}.ComponentShowcase-module__6LvMMq__modalInspector{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:560px){.ComponentShowcase-module__6LvMMq__title{font-size:clamp(33px,10.4vw,42px);line-height:1.08}.ComponentShowcase-module__6LvMMq__description{font-size:var(--font-size-base);line-height:1.58}.ComponentShowcase-module__6LvMMq__componentPicker{width:100%}.ComponentShowcase-module__6LvMMq__componentButton{text-align:center;min-width:max-content;min-height:36px;padding:0 24px}.ComponentShowcase-module__6LvMMq__toolbarMeta{flex-direction:column;align-items:flex-start}.ComponentShowcase-module__6LvMMq__toolbarLinks{border-left:0;width:100%;padding-left:0}.ComponentShowcase-module__6LvMMq__renderBadge{border-left:0;padding-left:0}.ComponentShowcase-module__6LvMMq__modalInspector{grid-template-columns:1fr}.ComponentShowcase-module__6LvMMq__stage{min-height:560px;padding:18px 12px}.ComponentShowcase-module__6LvMMq__demo,.ComponentShowcase-module__6LvMMq__dropdownDemo{min-height:500px}.ComponentShowcase-module__6LvMMq__dropdownShell{min-height:426px;padding:14px}.ComponentShowcase-module__6LvMMq__dropdownToolbar{grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:14px;display:grid}.ComponentShowcase-module__6LvMMq__dropdownToolbar>div{min-width:0}.ComponentShowcase-module__6LvMMq__dropdownToolbar strong{font-size:16px;line-height:1.25}.ComponentShowcase-module__6LvMMq__dropdownSwitcher{width:min(100%,332px)}.ComponentShowcase-module__6LvMMq__dropdownSwitchButton{min-width:92px;min-height:34px;padding:0 12px;font-size:12px}.ComponentShowcase-module__6LvMMq__dropdownTriggerButton{min-width:124px;min-height:38px;padding:0 13px 0 15px}.ComponentShowcase-module__6LvMMq__dropdownPreview{grid-template-columns:1fr;gap:8px;padding-top:18px}.ComponentShowcase-module__6LvMMq__dropdownMetric{min-height:58px;padding:12px}}
.FinalCta-module__5m8V9G__section{padding:calc(var(--space-16) + var(--space-12)) var(--space-6) var(--space-12);position:relative;overflow:hidden}.FinalCta-module__5m8V9G__container{z-index:1;width:min(980px,100%);margin:0 auto;position:relative}.FinalCta-module__5m8V9G__content{text-align:center;flex-direction:column;align-items:center;display:flex}.FinalCta-module__5m8V9G__eyebrow{margin-bottom:var(--space-12);color:var(--color-primary-400);font-size:var(--font-size-xs);font-weight:var(--font-weight-semibold);letter-spacing:.08em;text-transform:uppercase}.FinalCta-module__5m8V9G__title{max-width:800px;color:var(--text-primary);letter-spacing:0;margin:0;font-size:clamp(42px,6vw,68px);font-weight:700;line-height:1.02}.FinalCta-module__5m8V9G__title span{margin-top:var(--space-2);background:linear-gradient(135deg, var(--color-primary-400), var(--color-primary-600));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;display:block}.FinalCta-module__5m8V9G__description{max-width:700px;margin:var(--space-10) 0 0;color:var(--text-secondary);font-size:var(--font-size-lg);line-height:1.65}.FinalCta-module__5m8V9G__actions{align-items:center;gap:calc(var(--space-8) + var(--space-1));margin-top:calc(var(--space-12) + var(--space-2));flex-direction:column;display:flex}.FinalCta-module__5m8V9G__secondaryLinks{justify-content:center;gap:calc(var(--space-6) + var(--space-1));flex-wrap:wrap;display:flex}.FinalCta-module__5m8V9G__secondaryLinks a{align-items:center;gap:var(--space-2);color:var(--text-secondary);font-size:var(--font-size-sm);font-weight:var(--font-weight-medium);text-decoration:none;transition:color .22s,transform .22s;display:inline-flex}.FinalCta-module__5m8V9G__secondaryLinks a:hover{color:var(--text-primary);transform:translateY(-2px)}.FinalCta-module__5m8V9G__secondaryLinks a svg{transition:transform .22s}.FinalCta-module__5m8V9G__secondaryLinks a:hover svg{transform:translate(2px)}.FinalCta-module__5m8V9G__installCommand{align-items:center;gap:var(--space-3);margin-top:calc(var(--space-16) + var(--space-2));flex-direction:column;display:flex}.FinalCta-module__5m8V9G__installLabel{color:var(--text-tertiary);font-size:var(--font-size-xs);font-weight:var(--font-weight-semibold);letter-spacing:.08em;text-transform:uppercase}.FinalCta-module__5m8V9G__commandCapsule{min-height:52px;padding:var(--space-2) var(--space-2) var(--space-2) var(--space-5);color:var(--text-primary);background:color-mix(in srgb, var(--surface-default) 40%, transparent);border:1px solid color-mix(in srgb, var(--border-muted) 46%, transparent);border-radius:var(--radius-full);align-items:center;gap:var(--space-3);transition:border-color .22s,box-shadow .22s,transform .22s;display:inline-flex;box-shadow:0 18px 50px #00000014,0 4px 14px #0000000a}.FinalCta-module__5m8V9G__commandCapsule:hover{border-color:color-mix(in srgb, var(--color-primary-500) 28%, var(--border-muted));box-shadow:0 18px 56px color-mix(in srgb, var(--color-primary-500) 10%, transparent), 0 18px 50px #00000014, 0 4px 14px #0000000a;transform:translateY(-2px)scale(1.01)}.FinalCta-module__5m8V9G__commandCapsule>span{color:var(--color-primary-400);font-family:var(--font-family-regular);font-size:var(--font-size-sm)}.FinalCta-module__5m8V9G__commandCapsule code{color:var(--text-primary);font-family:var(--font-family-regular);font-size:var(--font-size-sm);white-space:nowrap}.FinalCta-module__5m8V9G__copyButton{--button-neutral-ghost-default-bg:transparent;--button-neutral-ghost-default-fg:var(--text-secondary);--button-neutral-ghost-default-border:transparent;--button-neutral-ghost-hover-bg:color-mix(in srgb, var(--surface-subtle) 72%, transparent);--button-neutral-ghost-hover-fg:var(--text-primary);--button-neutral-ghost-hover-border:color-mix(in srgb, var(--color-primary-500) 8%, var(--border-muted));--button-neutral-ghost-pressed-bg:color-mix(in srgb, var(--surface-subtle) 86%, transparent);--button-neutral-ghost-pressed-fg:var(--text-primary);--button-neutral-ghost-pressed-border:color-mix(in srgb, var(--color-primary-500) 10%, var(--border-muted));padding:0 var(--space-3);color:var(--text-secondary);font-size:var(--font-size-xs);font-weight:var(--font-weight-semibold);background:var(--surface-default);border:1px solid var(--border-muted);border-radius:var(--radius-full);cursor:pointer;align-items:center;gap:var(--space-2);min-height:36px;transition:color .18s,background-color .18s,border-color .18s,transform .18s;display:inline-flex}.FinalCta-module__5m8V9G__copyButton:hover{color:var(--text-primary);transform:scale(1.015)}.FinalCta-module__5m8V9G__installMeta{margin-top:var(--space-2);color:var(--text-tertiary);font-size:var(--font-size-sm)}.FinalCta-module__5m8V9G__glow{pointer-events:none;background:radial-gradient(circle,#6d5bff2e 0%,#6d5bff14 35%,#0000 72%);border-radius:50%;width:760px;height:760px;position:absolute;inset:50% auto auto 50%;transform:translate(-50%,-50%)}.FinalCta-module__5m8V9G__grid{pointer-events:none;background-image:linear-gradient(#7c5cff0d 1px,#0000 1px),linear-gradient(90deg,#7c5cff0d 1px,#0000 1px);background-size:48px 48px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(circle,#000 35%,#0000 100%);mask-image:radial-gradient(circle,#000 35%,#0000 100%)}@media (max-width:900px){.FinalCta-module__5m8V9G__section{padding:calc(var(--space-16) + var(--space-4)) var(--space-4) var(--space-10)}.FinalCta-module__5m8V9G__eyebrow{margin-bottom:var(--space-8)}.FinalCta-module__5m8V9G__description{margin-top:calc(var(--space-6) + var(--space-1));font-size:var(--font-size-md)}.FinalCta-module__5m8V9G__actions{margin-top:var(--space-10)}.FinalCta-module__5m8V9G__secondaryLinks{gap:var(--space-5)}.FinalCta-module__5m8V9G__installCommand{margin-top:var(--space-12)}.FinalCta-module__5m8V9G__commandCapsule{justify-content:space-between;width:min(100%,420px)}.FinalCta-module__5m8V9G__glow{width:min(580px,92vw);height:560px}}@media (max-width:560px){.FinalCta-module__5m8V9G__title{font-size:clamp(40px,14vw,54px)}.FinalCta-module__5m8V9G__commandCapsule{min-height:auto;padding:var(--space-4);border-radius:calc(var(--radius-xl) + var(--space-2));grid-template-columns:auto minmax(0,1fr);display:grid}.FinalCta-module__5m8V9G__commandCapsule code{text-overflow:ellipsis;min-width:0;overflow:hidden}.FinalCta-module__5m8V9G__copyButton{grid-column:1/-1;justify-content:center}}
.Hero-module__Mn6TUW__hero{isolation:isolate;background:var(--surface-default);min-height:calc(100vh - 68px);padding:96px 24px 88px;position:relative;overflow:hidden}.Hero-module__Mn6TUW__background{z-index:-1;pointer-events:none;position:absolute;inset:0;overflow:hidden}.Hero-module__Mn6TUW__grid{opacity:.28;background-image:linear-gradient(to right, color-mix(in srgb, var(--border-muted) 72%, transparent) 1px, transparent 1px), linear-gradient(to bottom, color-mix(in srgb, var(--border-muted) 72%, transparent) 1px, transparent 1px);background-size:48px 48px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#000 0% 58%,#0000 92%);mask-image:linear-gradient(#000 0% 58%,#0000 92%)}.Hero-module__Mn6TUW__glowPrimary,.Hero-module__Mn6TUW__glowSecondary,.Hero-module__Mn6TUW__glowAccent{border-radius:var(--radius-full);filter:blur(92px);position:absolute;transform:translateZ(0)}.Hero-module__Mn6TUW__glowPrimary{background:radial-gradient(circle, color-mix(in srgb, var(--color-primary-500) 72%, transparent), transparent 68%);opacity:.34;width:560px;height:560px;animation:10s ease-in-out infinite alternate Hero-module__Mn6TUW__hero-glow-primary;top:-180px;left:-140px}.Hero-module__Mn6TUW__glowSecondary{background:radial-gradient(circle, color-mix(in srgb, var(--color-secondary-500) 62%, transparent), transparent 70%);opacity:.26;width:620px;height:620px;animation:12s ease-in-out infinite alternate Hero-module__Mn6TUW__hero-glow-secondary;top:40px;right:-180px}.Hero-module__Mn6TUW__glowAccent{background:radial-gradient(circle, color-mix(in srgb, var(--color-primary-300) 58%, transparent), transparent 72%);opacity:.16;width:460px;height:460px;animation:11s ease-in-out infinite alternate Hero-module__Mn6TUW__hero-glow-accent;bottom:-220px;right:18%}.Hero-module__Mn6TUW__background:after{content:"";background:linear-gradient(to bottom, transparent 0%, transparent 72%, color-mix(in srgb, var(--surface-default) 88%, transparent) 100%), radial-gradient(circle at center, transparent 42%, color-mix(in srgb, var(--surface-default) 38%, transparent) 100%);position:absolute;inset:0}.Hero-module__Mn6TUW__hero:before{z-index:-2;content:"";background:radial-gradient(circle at 18% 18%, color-mix(in srgb, var(--color-primary-500) 18%, transparent), transparent 34%), radial-gradient(circle at 82% 24%, color-mix(in srgb, var(--color-secondary-500) 14%, transparent), transparent 32%);position:absolute;inset:0}.Hero-module__Mn6TUW__content{z-index:1;grid-template-columns:minmax(0,1fr) minmax(420px,.92fr);align-items:center;gap:72px;width:min(1180px,100%);margin:0 auto;display:grid;position:relative}.Hero-module__Mn6TUW__copy{flex-direction:column;align-items:flex-start;min-width:0;display:flex;position:relative}.Hero-module__Mn6TUW__eyebrow{padding:var(--space-1) 10px;color:var(--text-secondary);font-size:var(--font-size-xs);background:var(--surface-subtle);border:1px solid var(--border-muted);border-radius:var(--radius-full);letter-spacing:.04em;text-transform:uppercase;align-items:center;min-height:30px;font-weight:600;display:inline-flex}.Hero-module__Mn6TUW__title{max-width:760px;color:var(--text-primary);letter-spacing:0;margin:24px 0 0;font-size:clamp(48px,7vw,84px);font-weight:700;line-height:.98}.Hero-module__Mn6TUW__title span{color:var(--color-primary-400);margin-top:8px;display:block}.Hero-module__Mn6TUW__description{max-width:640px;color:var(--text-secondary);margin:28px 0 0;font-size:clamp(18px,2vw,21px);line-height:1.6}.Hero-module__Mn6TUW__actions{flex-wrap:wrap;gap:12px;margin-top:36px;display:flex}.Hero-module__Mn6TUW__preview{perspective:1200px;min-width:0;position:relative}.Hero-module__Mn6TUW__previewEnter{animation:.9s cubic-bezier(.16,1,.3,1) both Hero-module__Mn6TUW__hero-preview-in}.Hero-module__Mn6TUW__preview:before{z-index:-2;background:radial-gradient(ellipse at center, color-mix(in srgb, var(--color-primary-500) 42%, transparent), transparent 68%);opacity:.42;content:"";pointer-events:none;filter:blur(52px);position:absolute;inset:8% -8% -12%}.Hero-module__Mn6TUW__preview:after{z-index:-1;content:"";pointer-events:none;background:color-mix(in srgb, var(--color-primary-500) 12%, transparent);border-radius:calc(var(--radius-xl) + 12px);filter:blur(28px);position:absolute;inset:12px}.Hero-module__Mn6TUW__previewShell{background:linear-gradient(180deg, color-mix(in srgb, var(--surface-default) 98%, transparent), color-mix(in srgb, var(--surface-subtle) 94%, transparent));border:1px solid color-mix(in srgb, var(--border-muted) 82%, transparent);border-radius:calc(var(--radius-xl) + 4px);min-height:581px;box-shadow:var(--shadow-xl), var(--shadow-lg), var(--shadow-inset);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);transition:color .32s,background-color .32s,border-color .32s,box-shadow .32s;position:relative;overflow:hidden;transform:translateZ(0)}.Hero-module__Mn6TUW__previewShell[data-token=primary]{border-color:color-mix(in srgb, var(--color-primary-500) 22%, var(--border-muted));box-shadow:0 26px 70px color-mix(in srgb, var(--color-primary-500) 12%, transparent), var(--shadow-xl), var(--shadow-inset)}.Hero-module__Mn6TUW__previewShell[data-token=surface]{background:linear-gradient(180deg, color-mix(in srgb, var(--surface-elevated) 88%, var(--surface-default)), color-mix(in srgb, var(--surface-subtle) 96%, transparent))}.Hero-module__Mn6TUW__previewShell[data-token=border]{border-color:color-mix(in srgb, var(--border-strong) 72%, var(--border-muted));box-shadow:inset 0 0 0 1px color-mix(in srgb, var(--border-strong) 34%, transparent), var(--shadow-xl), var(--shadow-inset)}.Hero-module__Mn6TUW__previewShell:before{z-index:2;content:"";pointer-events:none;background:linear-gradient(180deg, color-mix(in srgb, var(--surface-elevated) 6%, transparent), transparent 26%, transparent 72%, color-mix(in srgb, var(--surface-elevated) 4%, transparent));position:absolute;inset:0}.Hero-module__Mn6TUW__previewShell:after{background:radial-gradient(circle, color-mix(in srgb, var(--color-primary-300) 30%, transparent), transparent 68%);opacity:.12;content:"";pointer-events:none;filter:blur(44px);width:70%;height:72%;position:absolute;top:-36%;left:-20%}.Hero-module__Mn6TUW__previewHeader{z-index:3;background:color-mix(in srgb, var(--surface-subtle) 82%, transparent);border-bottom:1px solid color-mix(in srgb, var(--border-muted) 76%, transparent);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);opacity:0;align-items:center;gap:8px;min-height:46px;padding:0 16px;animation:.52s cubic-bezier(.16,1,.3,1) .76s forwards Hero-module__Mn6TUW__preview-part-in;display:flex;position:relative}.Hero-module__Mn6TUW__previewDot{background:var(--border-strong);border-radius:var(--radius-full);width:8px;height:8px;box-shadow:inset 0 0 0 1px color-mix(in srgb, var(--surface-elevated) 10%, transparent)}.Hero-module__Mn6TUW__previewDot:first-child{background:var(--color-danger-400,var(--border-strong))}.Hero-module__Mn6TUW__previewDot:nth-child(2){background:var(--color-warning-400,var(--border-strong))}.Hero-module__Mn6TUW__previewDot:nth-child(3){background:var(--color-success-400,var(--border-strong))}.Hero-module__Mn6TUW__previewLabel{color:var(--text-tertiary);font-size:var(--font-size-xs);letter-spacing:.01em;margin-left:6px;font-weight:600}.Hero-module__Mn6TUW__previewStatus{color:var(--text-tertiary);font-size:var(--font-size-xs);letter-spacing:.06em;text-transform:uppercase;align-items:center;gap:6px;margin-left:auto;font-weight:600;display:inline-flex}.Hero-module__Mn6TUW__previewStatus:before{content:"";background:var(--color-success-500);border-radius:var(--radius-full);width:6px;height:6px;box-shadow:0 0 0 4px color-mix(in srgb, var(--color-success-500) 14%, transparent);animation:2.2s ease-in-out infinite Hero-module__Mn6TUW__preview-live-pulse}.Hero-module__Mn6TUW__previewBody{z-index:3;opacity:0;padding:26px;animation:.56s cubic-bezier(.16,1,.3,1) .9s forwards Hero-module__Mn6TUW__preview-part-in;position:relative}.Hero-module__Mn6TUW__previewMeta{background:color-mix(in srgb, var(--surface-subtle) 82%, transparent);border:1px solid var(--border-muted);border-radius:var(--radius-lg);min-height:38px;box-shadow:var(--shadow-inset);opacity:0;align-items:center;gap:10px;margin-bottom:20px;padding:0 12px;animation:.52s cubic-bezier(.16,1,.3,1) .98s forwards Hero-module__Mn6TUW__preview-part-in;display:flex}.Hero-module__Mn6TUW__previewMeta span,.Hero-module__Mn6TUW__previewMeta strong,.Hero-module__Mn6TUW__tokenButton{min-width:0;color:var(--text-secondary);font-size:var(--font-size-xs);white-space:nowrap;align-items:center;font-weight:700;display:inline-flex}.Hero-module__Mn6TUW__previewMeta>span:not(.Hero-module__Mn6TUW__previewMetaIcon){text-overflow:ellipsis;flex:1;overflow:hidden}.Hero-module__Mn6TUW__previewMeta strong{color:var(--color-primary-400);flex:none;gap:6px}.Hero-module__Mn6TUW__previewMetaIcon{width:44px;height:24px;color:var(--color-primary-400);background:color-mix(in srgb, var(--action-primary-muted-bg) 58%, transparent);border:1px solid var(--action-primary-muted-border);border-radius:var(--radius-full);flex:none;justify-content:center;gap:2px}.Hero-module__Mn6TUW__previewMeta svg{color:currentColor;fill:currentColor;width:14px;height:14px}.Hero-module__Mn6TUW__previewPanel{align-content:start;gap:18px;height:292px;padding-top:24px;animation:.42s cubic-bezier(.16,1,.3,1) Hero-module__Mn6TUW__preview-panel-in;display:grid;overflow:visible}.Hero-module__Mn6TUW__previewPanel>*{opacity:0;animation:.46s cubic-bezier(.16,1,.3,1) forwards Hero-module__Mn6TUW__preview-part-in}.Hero-module__Mn6TUW__previewPanel>:first-child{animation-delay:1.08s}.Hero-module__Mn6TUW__previewPanel>:nth-child(2){animation-delay:1.16s}.Hero-module__Mn6TUW__previewPanel>:nth-child(3){animation-delay:1.24s}.Hero-module__Mn6TUW__previewShell[data-assembled=true] .Hero-module__Mn6TUW__previewPanel>*{animation-delay:0s}.Hero-module__Mn6TUW__previewField{gap:8px;display:grid}.Hero-module__Mn6TUW__previewFieldLabel{color:var(--text-secondary);font-size:var(--font-size-sm);font-weight:600}.Hero-module__Mn6TUW__platformOptions{background:var(--surface-subtle);border:1px solid var(--border-muted);border-radius:var(--radius-lg);grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;padding:4px;display:grid}.Hero-module__Mn6TUW__platformOption{color:var(--text-secondary);font-size:var(--font-size-xs);border-radius:var(--radius-md);border:1px solid #0000;justify-content:center;align-items:center;min-height:34px;padding:6px 10px;font-weight:600;display:inline-flex}.Hero-module__Mn6TUW__platformOption[data-active]{color:var(--text-primary);background:var(--surface-default);border-color:var(--border-muted);box-shadow:var(--shadow-md), var(--shadow-inset)}.Hero-module__Mn6TUW__previewButton{min-height:40px;position:relative;overflow:hidden}.Hero-module__Mn6TUW__previewButton:after{content:"";pointer-events:none;background:linear-gradient(90deg,#0000,#ffffff6b,#0000);width:44%;animation:8s ease-in-out infinite Hero-module__Mn6TUW__preview-save-shimmer;position:absolute;inset:-40% auto -40% -55%;transform:skew(-18deg)}.Hero-module__Mn6TUW__capabilityList{gap:10px;display:grid}.Hero-module__Mn6TUW__capabilityItem{background:color-mix(in srgb, var(--surface-subtle) 88%, transparent);border:1px solid var(--border-muted);border-radius:var(--radius-lg);grid-template-columns:auto minmax(0,1fr);align-items:start;gap:12px;padding:13px 14px;display:grid}.Hero-module__Mn6TUW__capabilityItem>span:last-child{gap:3px;min-width:0;display:grid}.Hero-module__Mn6TUW__capabilityItem strong{color:var(--text-primary);font-size:var(--font-size-xs);line-height:var(--line-height-xs)}.Hero-module__Mn6TUW__capabilityItem small{color:var(--text-secondary);font-size:var(--font-size-xs);line-height:var(--line-height-xs)}.Hero-module__Mn6TUW__capabilityCheck{width:20px;height:20px;color:var(--color-success-500);background:color-mix(in srgb, var(--color-success-500) 12%, transparent);border-radius:var(--radius-full);justify-content:center;align-items:center;font-weight:700;display:inline-flex}.Hero-module__Mn6TUW__capabilityCheck svg{width:12px;height:12px}.Hero-module__Mn6TUW__tokenStrip{border-top:1px solid var(--border-muted);opacity:0;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-top:20px;padding-top:16px;animation:.52s cubic-bezier(.16,1,.3,1) 1.34s forwards Hero-module__Mn6TUW__preview-part-in;display:grid}.Hero-module__Mn6TUW__tokenButton{border-radius:var(--radius-full);cursor:pointer;background:0 0;border:1px solid #0000;justify-content:flex-start;gap:7px;min-height:28px;padding:0 8px;font-family:inherit;transition:color .18s,background-color .18s,border-color .18s,transform .18s}.Hero-module__Mn6TUW__tokenButton:hover,.Hero-module__Mn6TUW__tokenButton[data-active=true]{color:var(--text-primary);background:color-mix(in srgb, var(--surface-default) 82%, transparent);border-color:var(--border-muted)}.Hero-module__Mn6TUW__tokenButton:active{transform:scale(.97)}.Hero-module__Mn6TUW__tokenStrip i{border-radius:var(--radius-full);width:12px;height:12px;box-shadow:inset 0 0 0 1px color-mix(in srgb, var(--border-strong) 44%, transparent);flex:none;display:inline-flex}.Hero-module__Mn6TUW__tokenSwatchPrimary{background:var(--color-primary-500)}.Hero-module__Mn6TUW__tokenSwatchSurface{background:var(--surface-elevated)}.Hero-module__Mn6TUW__tokenSwatchBorder{background:var(--border-strong)}.Hero-module__Mn6TUW__previewHeader,.Hero-module__Mn6TUW__previewBody,.Hero-module__Mn6TUW__previewPanel{transition:color .32s,background-color .32s,border-color .32s,box-shadow .32s}@media (max-width:960px){.Hero-module__Mn6TUW__hero{min-height:auto;padding-top:72px}.Hero-module__Mn6TUW__glowPrimary{top:-220px;left:-220px}.Hero-module__Mn6TUW__glowSecondary{top:30%;right:-260px}.Hero-module__Mn6TUW__glowAccent{bottom:-260px;right:10%}.Hero-module__Mn6TUW__content{grid-template-columns:1fr;gap:48px}.Hero-module__Mn6TUW__copy{text-align:center;align-items:center}.Hero-module__Mn6TUW__actions{justify-content:center}.Hero-module__Mn6TUW__preview{width:min(680px,100%);margin:0 auto}.Hero-module__Mn6TUW__platformOptions{grid-template-columns:1fr}}@media (max-width:640px){.Hero-module__Mn6TUW__hero{padding:56px 16px 64px}.Hero-module__Mn6TUW__title{font-size:clamp(42px,14vw,64px)}.Hero-module__Mn6TUW__description{font-size:17px}.Hero-module__Mn6TUW__actions{width:100%}.Hero-module__Mn6TUW__actions>*{flex:100%}.Hero-module__Mn6TUW__previewBody{padding:16px}.Hero-module__Mn6TUW__previewShell{min-height:557px}.Hero-module__Mn6TUW__previewMeta{gap:8px;margin-bottom:16px}.Hero-module__Mn6TUW__grid{opacity:.2;background-size:36px 36px}.Hero-module__Mn6TUW__glowPrimary,.Hero-module__Mn6TUW__glowSecondary,.Hero-module__Mn6TUW__glowAccent{filter:blur(76px)}}@keyframes Hero-module__Mn6TUW__hero-preview-in{0%{transform:translateY(16px)scale(.985)}to{transform:translateY(0)scale(1)}}@keyframes Hero-module__Mn6TUW__preview-part-in{0%{opacity:0;filter:blur(6px);transform:translateY(14px)scale(.98)}to{opacity:1;filter:blur();transform:translateY(0)scale(1)}}@keyframes Hero-module__Mn6TUW__preview-panel-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes Hero-module__Mn6TUW__hero-glow-primary{0%{transform:translate(-20px,-10px)scale(.96)}to{transform:translate(44px,28px)scale(1.08)}}@keyframes Hero-module__Mn6TUW__hero-glow-secondary{0%{transform:translate(24px,-18px)scale(.97)}to{transform:translate(-42px,34px)scale(1.07)}}@keyframes Hero-module__Mn6TUW__hero-glow-accent{0%{transform:translate(-10px,18px)scale(.98)}to{transform:translate(28px,-34px)scale(1.06)}}@keyframes Hero-module__Mn6TUW__preview-live-pulse{0%,to{opacity:.65;transform:scale(.9)}50%{opacity:1;transform:scale(1)}}@keyframes Hero-module__Mn6TUW__preview-save-shimmer{0%,72%,to{opacity:0;transform:translate(0)skew(-18deg)}78%{opacity:.9}88%{opacity:0;transform:translate(360%)skew(-18deg)}}@media (prefers-reduced-motion:reduce){.Hero-module__Mn6TUW__previewEnter,.Hero-module__Mn6TUW__previewHeader,.Hero-module__Mn6TUW__previewBody,.Hero-module__Mn6TUW__previewMeta,.Hero-module__Mn6TUW__previewPanel,.Hero-module__Mn6TUW__previewPanel>*,.Hero-module__Mn6TUW__tokenStrip,.Hero-module__Mn6TUW__glowPrimary,.Hero-module__Mn6TUW__glowSecondary,.Hero-module__Mn6TUW__glowAccent,.Hero-module__Mn6TUW__previewStatus:before,.Hero-module__Mn6TUW__previewButton:after{opacity:1;filter:none;animation:none;transform:none}.Hero-module__Mn6TUW__previewShell,.Hero-module__Mn6TUW__previewHeader,.Hero-module__Mn6TUW__previewBody,.Hero-module__Mn6TUW__previewPanel{transition:none}}
.PlatformParity-module__M8-bVW__section{background:var(--surface-default);padding:112px 24px;position:relative;overflow:hidden}.PlatformParity-module__M8-bVW__section:before{background:radial-gradient(ellipse at center, color-mix(in srgb, var(--color-primary-500) 46%, transparent), transparent 68%);opacity:.16;content:"";pointer-events:none;filter:blur(80px);width:min(920px,86vw);height:520px;position:absolute;top:8%;left:50%;transform:translate(-50%)}.PlatformParity-module__M8-bVW__container{width:min(1180px,100%);margin:0 auto;position:relative}.PlatformParity-module__M8-bVW__header{text-align:center;justify-items:center;max-width:760px;margin:0 auto;display:grid}.PlatformParity-module__M8-bVW__eyebrow{color:var(--color-primary-400);font-size:var(--font-size-xs);letter-spacing:.08em;text-transform:uppercase;font-weight:700}.PlatformParity-module__M8-bVW__title{color:var(--text-primary);letter-spacing:0;margin:20px 0 0;font-size:clamp(42px,6vw,68px);line-height:1}.PlatformParity-module__M8-bVW__title span{color:var(--color-primary-400);display:block}.PlatformParity-module__M8-bVW__description{max-width:660px;color:var(--text-secondary);font-size:var(--font-size-lg);margin:24px 0 0;line-height:1.65}.PlatformParity-module__M8-bVW__comparison{grid-template-columns:minmax(0,1fr) 72px minmax(0,1fr);align-items:stretch;gap:22px;margin-top:64px;display:grid}.PlatformParity-module__M8-bVW__platformCard{background:linear-gradient(160deg, color-mix(in srgb, var(--surface-default) 96%, transparent), color-mix(in srgb, var(--surface-subtle) 92%, transparent));border:1px solid var(--border-muted);border-radius:calc(var(--radius-xl) + 4px);min-height:100%;box-shadow:var(--shadow-xl), var(--shadow-inset);flex-direction:column;padding:24px;display:flex;position:relative;overflow:hidden}.PlatformParity-module__M8-bVW__platformCard:before{background:radial-gradient(circle, var(--color-primary-400), transparent 68%);opacity:.14;content:"";pointer-events:none;filter:blur(30px);width:260px;height:260px;position:absolute;top:-120px;right:-100px}.PlatformParity-module__M8-bVW__platformHeader{justify-content:space-between;align-items:flex-start;gap:20px;display:flex;position:relative}.PlatformParity-module__M8-bVW__platformHeader h3{color:var(--text-primary);font-size:var(--font-size-xl);letter-spacing:0;margin:4px 0 0}.PlatformParity-module__M8-bVW__platformLabel{color:var(--text-tertiary);font-size:var(--font-size-xs);letter-spacing:.08em;text-transform:uppercase;font-weight:700}.PlatformParity-module__M8-bVW__platformBadge{max-width:200px;color:var(--text-secondary);font-family:monospace;font-size:var(--font-size-xs);text-overflow:ellipsis;white-space:nowrap;background:var(--surface-subtle);border:1px solid var(--border-muted);border-radius:var(--radius-md);padding:5px 8px;overflow:hidden}.PlatformParity-module__M8-bVW__preview{background:color-mix(in srgb, var(--surface-subtle) 84%, transparent);border:1px solid var(--border-muted);border-radius:var(--radius-xl);align-content:start;gap:20px;min-height:580px;margin-top:32px;padding:28px;display:grid;position:relative}.PlatformParity-module__M8-bVW__previewToolbar{justify-content:space-between;align-items:center;gap:16px;min-width:0;display:flex}.PlatformParity-module__M8-bVW__previewTitle{align-items:center;gap:12px;min-width:0;display:flex}.PlatformParity-module__M8-bVW__previewTitle>span{--platform-preview-icon-color:var(--action-primary-muted-fg);width:38px;height:38px;color:var(--action-primary-muted-fg);background:var(--action-primary-muted-bg);border:1px solid var(--action-primary-muted-border);border-radius:var(--radius-lg);flex:none;justify-content:center;align-items:center;display:inline-flex}[data-vellira-theme=light] .PlatformParity-module__M8-bVW__previewTitle>span{--platform-preview-icon-color:var(--text-brand);color:var(--platform-preview-icon-color)}.PlatformParity-module__M8-bVW__previewTitle svg{width:18px;height:18px;color:var(--platform-preview-icon-color);fill:var(--platform-preview-icon-color)}.PlatformParity-module__M8-bVW__previewTitle div{gap:2px;min-width:0;display:grid}.PlatformParity-module__M8-bVW__previewTitle strong{color:var(--text-primary);font-size:var(--font-size-sm);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.PlatformParity-module__M8-bVW__previewTitle small{color:var(--text-tertiary);font-size:var(--font-size-xs)}.PlatformParity-module__M8-bVW__controlGrid{grid-template-columns:minmax(0,1fr) minmax(164px,.8fr);align-items:start;gap:18px;display:grid}.PlatformParity-module__M8-bVW__tabPanel{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;min-height:82px;padding-top:14px;display:grid}.PlatformParity-module__M8-bVW__tabPanel div{background:var(--surface-default);border:1px solid var(--border-muted);border-radius:var(--radius-lg);align-content:center;gap:4px;min-width:0;padding:14px;display:grid}.PlatformParity-module__M8-bVW__tabPanel span{color:var(--text-tertiary);font-size:var(--font-size-xs);font-weight:600}.PlatformParity-module__M8-bVW__tabPanel strong{color:var(--text-primary);font-size:var(--font-size-sm);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.PlatformParity-module__M8-bVW__previewActions{justify-content:flex-end;gap:10px;display:flex}.PlatformParity-module__M8-bVW__visuallyHidden{white-space:nowrap;clip-path:inset(50%);border:0;width:1px;height:1px;padding:0;position:absolute;overflow:hidden}.PlatformParity-module__M8-bVW__bridge{color:var(--color-primary-400);flex-direction:column;justify-content:center;align-items:center;gap:12px;display:flex;position:relative}.PlatformParity-module__M8-bVW__bridgeLine{background:linear-gradient(to bottom, transparent, color-mix(in srgb, var(--color-primary-500) 34%, var(--border-strong)), transparent);width:1px;height:54px}.PlatformParity-module__M8-bVW__bridgeIcon{z-index:2;background:var(--surface-default);border:1px solid var(--border-muted);border-radius:var(--radius-full);width:48px;height:48px;box-shadow:var(--shadow-lg);justify-content:center;align-items:center;animation:4.5s ease-in-out infinite PlatformParity-module__M8-bVW__bridge-exchange;display:inline-flex;position:relative}.PlatformParity-module__M8-bVW__bridgeIcon:before{z-index:-1;background:color-mix(in srgb, var(--color-primary-500) 16%, transparent);border-radius:inherit;content:"";opacity:0;filter:blur(10px);animation:4.5s ease-in-out infinite PlatformParity-module__M8-bVW__bridge-glow;position:absolute;inset:-6px}.PlatformParity-module__M8-bVW__bridgeIcon svg{width:24px;height:24px}.PlatformParity-module__M8-bVW__bridgePulse,.PlatformParity-module__M8-bVW__bridgePulseReverse{z-index:1;background:color-mix(in srgb, var(--color-primary-500) 86%, white);border-radius:var(--radius-full);width:9px;height:9px;box-shadow:0 0 0 5px color-mix(in srgb, var(--color-primary-500) 14%, transparent), 0 0 18px color-mix(in srgb, var(--color-primary-500) 34%, transparent);animation:4.8s ease-in-out infinite PlatformParity-module__M8-bVW__bridge-pulse-down;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.PlatformParity-module__M8-bVW__bridgePulseReverse{animation-name:PlatformParity-module__M8-bVW__bridge-pulse-up;animation-delay:2.4s}.PlatformParity-module__M8-bVW__phoneStage{background:radial-gradient(circle at 50% 48%, color-mix(in srgb, var(--color-primary-500) 8%, transparent), transparent 56%), color-mix(in srgb, var(--surface-subtle) 84%, transparent);border:1px solid var(--border-muted);border-radius:var(--radius-xl);flex:1;place-items:center;min-height:580px;margin-top:32px;padding:24px;display:grid}.PlatformParity-module__M8-bVW__phone{aspect-ratio:9/19.5;background:linear-gradient(145deg, var(--color-mono-950), var(--color-gray-900) 52%, var(--color-mono-950));border:1px solid var(--color-gray-800);width:min(322px,90%);box-shadow:var(--shadow-xl), var(--shadow-md), var(--shadow-inset);border-radius:42px;padding:6px;position:relative}.PlatformParity-module__M8-bVW__phone:before,.PlatformParity-module__M8-bVW__phone:after{content:"";background:var(--color-gray-900);width:2px;position:absolute}.PlatformParity-module__M8-bVW__phone:before{border-radius:2px 0 0 2px;height:62px;top:104px;left:-3px}.PlatformParity-module__M8-bVW__phone:after{border-radius:0 2px 2px 0;height:72px;top:126px;right:-3px}.PlatformParity-module__M8-bVW__phoneFrame{background:var(--surface-default);border:1px solid var(--color-gray-800);border-radius:35px;width:100%;height:100%;position:relative;overflow:hidden}.PlatformParity-module__M8-bVW__phoneIsland{z-index:3;background:var(--color-mono-950);border-radius:var(--radius-full);width:82px;height:22px;box-shadow:inset 0 -1px 0 color-mix(in srgb, var(--color-gray-700) 42%, transparent);position:absolute;top:9px;left:50%;transform:translate(-50%)}.PlatformParity-module__M8-bVW__phoneScreen{background:var(--surface-default);border:0;width:100%;height:100%;position:absolute;inset:0}.PlatformParity-module__M8-bVW__featuresWrap{margin-top:86px;padding-top:34px;position:relative}.PlatformParity-module__M8-bVW__featuresWrap:before{background:linear-gradient(90deg, transparent, var(--border-strong), transparent);content:"";width:min(760px,88%);height:1px;position:absolute;top:0;left:50%;transform:translate(-50%)}.PlatformParity-module__M8-bVW__featuresHeader{text-align:center;justify-items:center;gap:10px;max-width:680px;margin:0 auto;display:grid}.PlatformParity-module__M8-bVW__featuresLabel{color:var(--color-primary-400);font-size:var(--font-size-xs);letter-spacing:.08em;text-transform:uppercase;font-weight:800}.PlatformParity-module__M8-bVW__featuresHeader h3{color:var(--text-primary);letter-spacing:0;margin:0;font-size:clamp(28px,4vw,44px);line-height:1.08}.PlatformParity-module__M8-bVW__featuresHeader p{color:var(--text-secondary);font-size:var(--font-size-base);margin:0;line-height:1.65}.PlatformParity-module__M8-bVW__features{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin:30px 0 0;padding:0;list-style:none;display:grid}.PlatformParity-module__M8-bVW__features li{min-height:204px;color:var(--text-secondary);background:linear-gradient(180deg, color-mix(in srgb, var(--action-primary-muted-bg) 54%, transparent), transparent 62px), var(--surface-subtle);border:1px solid var(--border-muted);border-radius:var(--radius-xl);box-shadow:var(--shadow-sm), var(--shadow-inset);gap:18px;padding:20px;transition:border-color .22s,box-shadow .22s,transform .22s;display:grid;position:relative;overflow:hidden}.PlatformParity-module__M8-bVW__features li:hover{border-color:color-mix(in srgb, var(--color-primary-500) 18%, var(--border-muted));box-shadow:var(--shadow-lg), var(--shadow-inset);transform:translateY(-6px)}.PlatformParity-module__M8-bVW__features li:before{background:linear-gradient(90deg, var(--action-primary-muted-border), color-mix(in srgb, var(--color-primary-500) 28%, transparent));border-radius:0 0 var(--radius-full) var(--radius-full);content:"";height:3px;position:absolute;top:0;left:18px;right:18px}.PlatformParity-module__M8-bVW__featureNumber{color:var(--text-tertiary);font-size:var(--font-size-xs);letter-spacing:.08em;font-weight:800;position:absolute;top:18px;right:20px}.PlatformParity-module__M8-bVW__featureIcon{width:52px;height:52px;color:var(--action-primary-muted-fg);background:var(--action-primary-muted-bg);border:1px solid var(--action-primary-muted-border);border-radius:var(--radius-xl);box-shadow:var(--shadow-sm);flex:none;justify-content:center;align-items:center;transition:transform .22s;display:inline-flex}.PlatformParity-module__M8-bVW__features li:hover .PlatformParity-module__M8-bVW__featureIcon{transform:rotate(-4deg)scale(1.04)}[data-vellira-theme=light] .PlatformParity-module__M8-bVW__featureIcon{color:var(--text-brand)}.PlatformParity-module__M8-bVW__featureIcon svg{color:currentColor;fill:currentColor;width:16px;height:16px}.PlatformParity-module__M8-bVW__features li div{align-content:end;gap:6px;min-width:0;display:grid}.PlatformParity-module__M8-bVW__features li small{color:var(--color-primary-400);font-size:var(--font-size-xs);letter-spacing:.08em;text-transform:uppercase;font-weight:800}.PlatformParity-module__M8-bVW__features li strong{color:var(--text-primary);font-size:var(--font-size-sm);line-height:1.28}.PlatformParity-module__M8-bVW__features li p{color:var(--text-secondary);font-size:var(--font-size-xs);margin:0;line-height:1.55}@media (max-width:960px){.PlatformParity-module__M8-bVW__section{padding:88px 20px}.PlatformParity-module__M8-bVW__comparison{grid-template-columns:1fr;align-items:stretch}.PlatformParity-module__M8-bVW__bridge{flex-direction:row}.PlatformParity-module__M8-bVW__bridgeLine{background:linear-gradient(to right, transparent, color-mix(in srgb, var(--color-primary-500) 34%, var(--border-strong)), transparent);width:72px;height:1px}.PlatformParity-module__M8-bVW__bridgePulse,.PlatformParity-module__M8-bVW__bridgePulseReverse{animation-name:PlatformParity-module__M8-bVW__bridge-pulse-right;top:50%;left:50%}.PlatformParity-module__M8-bVW__bridgePulseReverse{animation-name:PlatformParity-module__M8-bVW__bridge-pulse-left}.PlatformParity-module__M8-bVW__features{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:640px){.PlatformParity-module__M8-bVW__section{padding:72px 16px}.PlatformParity-module__M8-bVW__comparison{margin-top:44px}.PlatformParity-module__M8-bVW__platformCard{padding:18px}.PlatformParity-module__M8-bVW__platformHeader{display:grid}.PlatformParity-module__M8-bVW__preview{min-height:auto;padding:16px}.PlatformParity-module__M8-bVW__previewToolbar,.PlatformParity-module__M8-bVW__previewActions{display:grid}.PlatformParity-module__M8-bVW__controlGrid,.PlatformParity-module__M8-bVW__tabPanel,.PlatformParity-module__M8-bVW__features{grid-template-columns:1fr}.PlatformParity-module__M8-bVW__featuresWrap{margin-top:58px;padding-top:28px}.PlatformParity-module__M8-bVW__featuresHeader{text-align:left;justify-items:start}.PlatformParity-module__M8-bVW__features li{min-height:188px}.PlatformParity-module__M8-bVW__phoneStage{min-height:420px;padding:18px}.PlatformParity-module__M8-bVW__phone{width:min(300px,94%)}}@media (prefers-reduced-motion:reduce){.PlatformParity-module__M8-bVW__bridgeIcon,.PlatformParity-module__M8-bVW__bridgeIcon:before,.PlatformParity-module__M8-bVW__bridgePulse,.PlatformParity-module__M8-bVW__bridgePulseReverse{animation:none;transform:none}.PlatformParity-module__M8-bVW__features li,.PlatformParity-module__M8-bVW__featureIcon{transition:none}}@keyframes PlatformParity-module__M8-bVW__bridge-exchange{0%,20%,80%,to{transform:translate(0)}35%{transform:translate(-4px)}50%{transform:translate(0)}65%{transform:translate(4px)}}@keyframes PlatformParity-module__M8-bVW__bridge-glow{0%,26%,74%,to{opacity:0;transform:scale(.86)}50%{opacity:1;transform:scale(1.08)}}@keyframes PlatformParity-module__M8-bVW__bridge-pulse-down{0%,22%,to{opacity:0;transform:translate(-50%,-86px)scale(.7)}38%,62%{opacity:1}78%{opacity:0;transform:translate(-50%,86px)scale(1)}}@keyframes PlatformParity-module__M8-bVW__bridge-pulse-up{0%,22%,to{opacity:0;transform:translate(-50%,86px)scale(.7)}38%,62%{opacity:1}78%{opacity:0;transform:translate(-50%,-86px)scale(1)}}@keyframes PlatformParity-module__M8-bVW__bridge-pulse-right{0%,22%,to{opacity:0;transform:translate(-96px,-50%)scale(.7)}38%,62%{opacity:1}78%{opacity:0;transform:translate(96px,-50%)scale(1)}}@keyframes PlatformParity-module__M8-bVW__bridge-pulse-left{0%,22%,to{opacity:0;transform:translate(96px,-50%)scale(.7)}38%,62%{opacity:1}78%{opacity:0;transform:translate(-96px,-50%)scale(1)}}
.Pro-module__elcjAG__section{padding:calc(var(--space-16) + var(--space-12)) var(--space-6);background:var(--surface-default);position:relative;overflow:hidden}.Pro-module__elcjAG__glow{pointer-events:none;background:radial-gradient(circle at 30% 46%, color-mix(in srgb, var(--color-primary-500) 9%, transparent), transparent 42%), radial-gradient(circle at 76% 46%, color-mix(in srgb, var(--color-primary-500) 20%, transparent), transparent 46%);opacity:.14;filter:blur(96px);width:min(1080px,92vw);height:720px;position:absolute;top:34%;left:50%;transform:translate(-50%)}.Pro-module__elcjAG__container{width:min(1180px,100%);margin:0 auto;position:relative}.Pro-module__elcjAG__header{text-align:center;justify-items:center;max-width:780px;margin:0 auto;display:grid}.Pro-module__elcjAG__eyebrow,.Pro-module__elcjAG__panelEyebrow,.Pro-module__elcjAG__cardEyebrow{color:var(--color-primary-400);font-size:var(--font-size-xs);letter-spacing:.08em;text-transform:uppercase;font-weight:700}.Pro-module__elcjAG__title{margin:var(--space-5) 0 0;color:var(--text-primary);letter-spacing:0;font-size:clamp(42px,6vw,68px);font-weight:700;line-height:1.02}.Pro-module__elcjAG__title span{color:var(--color-primary-400);display:block}.Pro-module__elcjAG__description{max-width:700px;margin:var(--space-6) 0 0;color:var(--text-secondary);font-size:var(--font-size-lg);line-height:1.65}.Pro-module__elcjAG__proPanel{margin-top:var(--space-16);background:var(--surface-default);border:1px solid var(--border-muted);border-radius:calc(var(--radius-xl) + var(--space-2));box-shadow:var(--shadow-xl), var(--shadow-inset);overflow:hidden}.Pro-module__elcjAG__panelHeader{min-height:88px;padding:var(--space-5) var(--space-6);background:color-mix(in srgb, var(--surface-subtle) 84%, transparent);border-bottom:1px solid var(--border-muted);justify-content:space-between;align-items:center;gap:var(--space-6);display:flex}.Pro-module__elcjAG__panelHeader>div{gap:var(--space-1);display:grid}.Pro-module__elcjAG__panelHeader h3{color:var(--text-primary);font-size:var(--font-size-lg);margin:0}.Pro-module__elcjAG__comingBadge,.Pro-module__elcjAG__freeBadge,.Pro-module__elcjAG__proBadge{min-height:36px;padding:0 var(--space-3);font-size:var(--font-size-xs);white-space:nowrap;border:1px solid var(--border-muted);border-radius:var(--radius-full);align-items:center;font-weight:700;display:inline-flex}.Pro-module__elcjAG__comingBadge{color:var(--text-secondary);background:var(--surface-default);border-color:var(--border-muted);gap:var(--space-2);animation:3.6s ease-in-out infinite Pro-module__elcjAG__badge-glow}.Pro-module__elcjAG__comingBadge>span{background:var(--color-success-500);border-radius:var(--radius-full);width:7px;height:7px;box-shadow:0 0 0 4px color-mix(in srgb, var(--color-success-500) 12%, transparent);animation:2.2s ease-in-out infinite Pro-module__elcjAG__status-pulse}.Pro-module__elcjAG__content{grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.Pro-module__elcjAG__freeCard,.Pro-module__elcjAG__proCard{min-width:0;padding:calc(var(--space-8) + var(--space-1));flex-direction:column;display:flex;position:relative}.Pro-module__elcjAG__freeCard{background:color-mix(in srgb, var(--surface-subtle) 68%, transparent);border-right:1px solid var(--border-muted)}.Pro-module__elcjAG__proCard{background:linear-gradient(150deg, color-mix(in srgb, var(--color-primary-500) 9%, var(--surface-default)), var(--surface-default) 58%) padding-box, linear-gradient(135deg, color-mix(in srgb, var(--color-primary-500) 32%, transparent), color-mix(in srgb, var(--color-primary-400) 10%, transparent), color-mix(in srgb, var(--color-primary-500) 24%, transparent)) border-box;border:1px solid #0000;overflow:hidden}.Pro-module__elcjAG__proCardGlow{pointer-events:none;background:radial-gradient(circle, color-mix(in srgb, var(--color-primary-500) 34%, transparent), transparent 68%);opacity:1;filter:blur(24px);width:320px;height:320px;position:absolute;top:-120px;right:-90px}.Pro-module__elcjAG__proCardTexture{pointer-events:none;background-image:linear-gradient(135deg, color-mix(in srgb, var(--color-primary-500) 6%, transparent) 0 1px, transparent 1px 12px);opacity:.28;position:absolute;inset:0;-webkit-mask-image:linear-gradient(135deg,#0000,#000 36%,#0000 82%);mask-image:linear-gradient(135deg,#0000,#000 36%,#0000 82%)}.Pro-module__elcjAG__cardHeader{justify-content:space-between;align-items:flex-start;gap:var(--space-5);display:flex;position:relative}.Pro-module__elcjAG__cardHeader>div{gap:calc(var(--space-1) + var(--space-1) / 2);display:grid}.Pro-module__elcjAG__cardHeader h3{color:var(--text-primary);font-size:var(--font-size-2xl);letter-spacing:0;margin:0;line-height:1.2}.Pro-module__elcjAG__freeBadge{color:var(--color-success-600);background:color-mix(in srgb, var(--color-success-500) 8%, var(--surface-default));border-color:color-mix(in srgb, var(--color-success-500) 24%, var(--border-muted))}.Pro-module__elcjAG__proBadge{min-height:calc(var(--space-9) + var(--space-1));padding:0 calc(var(--space-3) + var(--space-1));color:var(--color-primary-500);background:color-mix(in srgb, var(--color-primary-500) 12%, var(--surface-default));border-color:color-mix(in srgb, var(--color-primary-500) 18%, var(--border-muted));box-shadow:inset 0 1px 0 color-mix(in srgb, var(--surface-default) 72%, transparent)}.Pro-module__elcjAG__cardDescription{max-width:520px;margin:calc(var(--space-5) + var(--space-1) / 2) 0 0;color:var(--text-secondary);font-size:var(--font-size-sm);line-height:1.65;position:relative}.Pro-module__elcjAG__featureList{margin:calc(var(--space-6) + var(--space-2)) 0 0;gap:var(--space-4);padding:0;list-style:none;display:grid}.Pro-module__elcjAG__featureList li{min-height:var(--space-12);padding:0 var(--space-4);color:var(--text-primary);font-size:var(--font-size-sm);background:var(--surface-default);border:1px solid var(--border-muted);border-radius:var(--radius-lg);align-items:center;gap:var(--space-3);font-weight:600;display:flex}.Pro-module__elcjAG__featureList li>span{width:var(--space-6);height:var(--space-6);color:var(--color-success-600);font-size:var(--font-size-xs);background:color-mix(in srgb, var(--color-success-500) 11%, var(--surface-default));border:1px solid color-mix(in srgb, var(--color-success-500) 24%, var(--border-muted));border-radius:var(--radius-full);flex:none;place-items:center;display:grid}.Pro-module__elcjAG__proDirections{margin-top:calc(var(--space-6) + var(--space-2));gap:var(--space-3);display:grid;position:relative}.Pro-module__elcjAG__proDirections>article{min-width:0;padding:var(--space-4);background:color-mix(in srgb, var(--surface-default) 86%, transparent);border:1px solid color-mix(in srgb, var(--color-primary-500) 12%, var(--border-muted));border-radius:var(--radius-xl);gap:calc(var(--space-3) + var(--space-1) / 2);transition:border-color .2s,box-shadow .2s,transform .2s;display:flex;box-shadow:0 12px 28px #0000000a}.Pro-module__elcjAG__proDirections>article:hover{border-color:color-mix(in srgb, var(--color-primary-500) 30%, var(--border-muted));transform:translateY(-2px);box-shadow:0 18px 38px #00000012}.Pro-module__elcjAG__directionIndex{width:calc(var(--space-8) + var(--space-1) / 2);height:calc(var(--space-8) + var(--space-1) / 2);color:var(--color-primary-500);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:var(--font-size-xs);background:color-mix(in srgb, var(--color-primary-500) 9%, var(--surface-default));border:1px solid color-mix(in srgb, var(--color-primary-500) 24%, var(--border-muted));border-radius:var(--radius-md);flex:none;place-items:center;font-weight:700;display:grid}.Pro-module__elcjAG__proDirections article>div{gap:var(--space-1);min-width:0;display:grid}.Pro-module__elcjAG__proDirections article>div>span{color:var(--color-primary-400);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:var(--font-size-xs);font-weight:700}.Pro-module__elcjAG__proDirections strong{color:var(--text-primary);font-size:var(--font-size-sm)}.Pro-module__elcjAG__proDirections p{color:var(--text-secondary);font-size:var(--font-size-xs);margin:0;line-height:1.55}.Pro-module__elcjAG__secondaryAction{margin-top:calc(var(--space-6) + var(--space-2));color:var(--text-secondary);border-color:color-mix(in srgb, var(--border-muted) 72%, transparent);box-shadow:none;opacity:.88;background:0 0;align-self:flex-start}.Pro-module__elcjAG__secondaryAction:hover{color:var(--text-primary);border-color:var(--border-muted);opacity:1;transform:translateY(-1px)}.Pro-module__elcjAG__secondaryAction svg,.Pro-module__elcjAG__primaryAction svg{flex:none;transition:transform .18s}.Pro-module__elcjAG__secondaryAction:hover svg,.Pro-module__elcjAG__primaryAction:hover svg{transform:translate(2px)}.Pro-module__elcjAG__primaryActionWrap{margin-top:calc(var(--space-10) + var(--space-1));justify-items:start;gap:var(--space-3);display:grid;position:relative}.Pro-module__elcjAG__primaryAction{width:fit-content;min-width:0;box-shadow:0 12px 28px color-mix(in srgb, var(--color-primary-500) 24%, transparent)}.Pro-module__elcjAG__primaryAction:hover{box-shadow:0 16px 36px color-mix(in srgb, var(--color-primary-500) 32%, transparent);transform:translateY(-2px)}.Pro-module__elcjAG__proNote{max-width:360px;color:var(--text-tertiary);font-size:var(--font-size-xs);font-weight:var(--font-weight-semibold);text-align:left;margin:0;line-height:1.55}.Pro-module__elcjAG__footer{min-height:calc(var(--space-16) + var(--space-2));padding:var(--space-4) var(--space-6);color:var(--text-secondary);background:color-mix(in srgb, var(--surface-subtle) 84%, transparent);border-top:1px solid var(--border-muted);justify-content:center;align-items:center;gap:var(--space-3);display:flex}.Pro-module__elcjAG__footer>span{color:var(--color-success-600);flex:none;justify-content:center;align-items:center;display:inline-flex}.Pro-module__elcjAG__footer p{font-size:var(--font-size-xs);text-align:center;margin:0;font-weight:600;line-height:1.5}@keyframes Pro-module__elcjAG__status-pulse{0%,to{opacity:.68;transform:scale(.9)}50%{opacity:1;transform:scale(1)}}@keyframes Pro-module__elcjAG__badge-glow{0%,to{box-shadow:0 0 0 3px color-mix(in srgb, var(--color-success-500) 7%, transparent)}50%{box-shadow:0 0 0 5px color-mix(in srgb, var(--color-success-500) 12%, transparent)}}@media (max-width:900px){.Pro-module__elcjAG__content{grid-template-columns:1fr}.Pro-module__elcjAG__freeCard{border-right:0;border-bottom:1px solid var(--border-muted)}}@media (max-width:640px){.Pro-module__elcjAG__section{padding:calc(var(--space-16) + var(--space-4)) var(--space-4)}.Pro-module__elcjAG__panelHeader,.Pro-module__elcjAG__cardHeader{flex-direction:column;align-items:flex-start}.Pro-module__elcjAG__freeCard,.Pro-module__elcjAG__proCard{padding:var(--space-6) var(--space-5)}.Pro-module__elcjAG__featureList li{min-height:var(--space-12)}.Pro-module__elcjAG__footer{align-items:flex-start}.Pro-module__elcjAG__footer p{text-align:left}}@media (prefers-reduced-motion:reduce){.Pro-module__elcjAG__comingBadge,.Pro-module__elcjAG__comingBadge>span{animation:none}}
.ProductInterfaceDemo-module__rPm6jG__section{background:var(--surface-default);padding:112px 24px;position:relative;overflow:hidden}.ProductInterfaceDemo-module__rPm6jG__background{background:radial-gradient(ellipse at center, color-mix(in srgb, var(--color-primary-500) 24%, transparent), transparent 70%);opacity:0;pointer-events:none;filter:blur(96px);width:min(1100px,92vw);height:760px;position:absolute;top:20%;left:50%;transform:translate(-50%)}.ProductInterfaceDemo-module__rPm6jG__container{width:min(1180px,100%);margin:0 auto;position:relative}.ProductInterfaceDemo-module__rPm6jG__header{text-align:center;justify-items:center;max-width:780px;margin:0 auto;display:grid}.ProductInterfaceDemo-module__rPm6jG__eyebrow,.ProductInterfaceDemo-module__rPm6jG__sectionLabel{color:var(--color-primary-400);font-size:var(--font-size-xs);letter-spacing:.08em;text-transform:uppercase;font-weight:700}.ProductInterfaceDemo-module__rPm6jG__title{color:var(--text-primary);letter-spacing:0;margin:20px 0 0;font-size:clamp(42px,6vw,68px);font-weight:700;line-height:1.02}.ProductInterfaceDemo-module__rPm6jG__title span{color:var(--color-primary-400);display:block}.ProductInterfaceDemo-module__rPm6jG__description{max-width:680px;color:var(--text-secondary);font-size:var(--font-size-lg);margin:24px 0 0;line-height:1.65}.ProductInterfaceDemo-module__rPm6jG__stage{background:color-mix(in srgb, var(--surface-default) 94%, transparent);border:1px solid var(--border-muted);border-radius:calc(var(--radius-xl) + 8px);box-shadow:var(--shadow-xl), var(--shadow-inset);margin-top:64px;overflow:hidden}.ProductInterfaceDemo-module__rPm6jG__windowHeader{background:color-mix(in srgb, var(--surface-subtle) 90%, transparent);border-bottom:1px solid var(--border-muted);grid-template-columns:1fr auto 1fr;align-items:center;min-height:52px;padding:0 18px;display:grid}.ProductInterfaceDemo-module__rPm6jG__windowControls{gap:7px;display:flex}.ProductInterfaceDemo-module__rPm6jG__windowControls span{background:var(--border-strong);border-radius:var(--radius-full);width:8px;height:8px;box-shadow:inset 0 0 0 1px color-mix(in srgb, var(--surface-elevated) 10%, transparent)}.ProductInterfaceDemo-module__rPm6jG__previewDot[data-tone=danger]{background:var(--color-danger-400,var(--border-strong))}.ProductInterfaceDemo-module__rPm6jG__previewDot[data-tone=warning]{background:var(--color-warning-400,var(--border-strong))}.ProductInterfaceDemo-module__rPm6jG__previewDot[data-tone=success]{background:var(--color-success-400,var(--border-strong))}.ProductInterfaceDemo-module__rPm6jG__windowTitle{color:var(--text-tertiary);font-size:var(--font-size-xs);font-weight:600}.ProductInterfaceDemo-module__rPm6jG__liveStatus{color:var(--text-secondary);font-size:var(--font-size-xs);justify-self:end;align-items:center;gap:8px;font-weight:600;display:inline-flex}.ProductInterfaceDemo-module__rPm6jG__liveStatus span{background:var(--color-success-500);border-radius:var(--radius-full);width:7px;height:7px;box-shadow:0 0 0 4px color-mix(in srgb, var(--color-success-500) 12%, transparent);animation:2.2s ease-in-out infinite ProductInterfaceDemo-module__rPm6jG__live-status-pulse}.ProductInterfaceDemo-module__rPm6jG__appShell{grid-template-columns:220px minmax(0,1fr);min-height:660px;display:grid}.ProductInterfaceDemo-module__rPm6jG__sidebar{background:color-mix(in srgb, var(--surface-subtle) 72%, transparent);border-right:1px solid var(--border-muted);flex-direction:column;padding:20px 14px;display:flex}.ProductInterfaceDemo-module__rPm6jG__brand{align-items:center;gap:11px;padding:4px 8px 24px;display:flex}.ProductInterfaceDemo-module__rPm6jG__brandMark{background:linear-gradient(135deg, var(--color-primary-400), var(--color-primary-600));border-radius:var(--radius-lg);width:34px;height:34px;box-shadow:0 8px 20px color-mix(in srgb, var(--color-primary-500) 24%, transparent);place-items:center;display:grid}.ProductInterfaceDemo-module__rPm6jG__brandMark img,.ProductInterfaceDemo-module__rPm6jG__workspaceAvatar img{width:calc(var(--space-4) + var(--space-1));height:calc(var(--space-4) + var(--space-1));object-fit:contain;grid-area:1/1}.ProductInterfaceDemo-module__rPm6jG__brand>div,.ProductInterfaceDemo-module__rPm6jG__sidebarFooter>div:last-child{gap:2px;min-width:0;display:grid}.ProductInterfaceDemo-module__rPm6jG__brand strong,.ProductInterfaceDemo-module__rPm6jG__sidebarFooter strong{color:var(--text-primary);font-size:var(--font-size-sm)}.ProductInterfaceDemo-module__rPm6jG__brand span:not(.ProductInterfaceDemo-module__rPm6jG__brandMark),.ProductInterfaceDemo-module__rPm6jG__sidebarFooter span{color:var(--text-tertiary);font-size:var(--font-size-xs)}.ProductInterfaceDemo-module__rPm6jG__saveAction{border-radius:var(--radius-full);display:inline-flex}.ProductInterfaceDemo-module__rPm6jG__saveAction>*{width:100%}.ProductInterfaceDemo-module__rPm6jG__navigation{gap:5px;display:grid}.ProductInterfaceDemo-module__rPm6jG__navigationItem,.ProductInterfaceDemo-module__rPm6jG__activeNavigationItem{min-height:42px;color:var(--text-secondary);font:inherit;font-size:var(--font-size-xs);text-align:left;border-radius:var(--radius-md);cursor:pointer;background:0 0;border:0;align-items:center;gap:10px;padding:0 11px;display:flex}.ProductInterfaceDemo-module__rPm6jG__navigationItem:hover{color:var(--text-primary);background:var(--surface-subtle)}.ProductInterfaceDemo-module__rPm6jG__activeNavigationItem{color:var(--text-primary);background:var(--surface-default);box-shadow:var(--shadow-sm), inset 0 0 0 1px var(--border-muted);font-weight:600}.ProductInterfaceDemo-module__rPm6jG__navigationIcon{opacity:.7;flex:none;width:16px;height:16px}.ProductInterfaceDemo-module__rPm6jG__navigationBadge{min-width:24px;color:var(--text-tertiary);font-size:var(--font-size-xs);text-align:center;background:var(--surface-subtle);border:1px solid var(--border-muted);border-radius:var(--radius-full);margin-left:auto;padding:2px 8px}.ProductInterfaceDemo-module__rPm6jG__sidebarFooter{border-top:1px solid var(--border-muted);align-items:center;gap:10px;margin-top:auto;padding:14px 8px 2px;display:flex}.ProductInterfaceDemo-module__rPm6jG__avatar{width:34px;height:34px;color:var(--text-primary);font-size:var(--font-size-xs);background:var(--surface-default);border:1px solid var(--border-muted);border-radius:var(--radius-full);place-items:center;font-weight:700;display:grid}.ProductInterfaceDemo-module__rPm6jG__workspace{min-width:0;padding:32px}.ProductInterfaceDemo-module__rPm6jG__workspaceHeader{justify-content:space-between;align-items:flex-start;gap:24px;display:flex}.ProductInterfaceDemo-module__rPm6jG__workspaceHeader h3{color:var(--text-primary);font-size:var(--font-size-xxl);letter-spacing:0;margin:7px 0 0;font-weight:700;line-height:1.15}.ProductInterfaceDemo-module__rPm6jG__workspaceHeader p{color:var(--text-secondary);font-size:var(--font-size-sm);margin:8px 0 0;line-height:1.5}.ProductInterfaceDemo-module__rPm6jG__headerAction{white-space:nowrap}.ProductInterfaceDemo-module__rPm6jG__workspaceBody{grid-template-columns:minmax(0,1.4fr) minmax(250px,.6fr);gap:18px;margin-top:28px;display:grid}.ProductInterfaceDemo-module__rPm6jG__settingsCard,.ProductInterfaceDemo-module__rPm6jG__inspector{background:color-mix(in srgb, var(--surface-subtle) 78%, transparent);border:1px solid var(--border-muted);border-radius:var(--radius-xl)}.ProductInterfaceDemo-module__rPm6jG__settingsCard{padding:24px}.ProductInterfaceDemo-module__rPm6jG__cardHeader{justify-content:space-between;align-items:flex-start;gap:20px;display:flex}.ProductInterfaceDemo-module__rPm6jG__cardHeader h4{color:var(--text-primary);font-size:var(--font-size-xl);margin:6px 0 0;font-weight:700;line-height:1.25}.ProductInterfaceDemo-module__rPm6jG__savedBadge,.ProductInterfaceDemo-module__rPm6jG__onlineIndicator{color:var(--color-success-500);font-size:var(--font-size-xs);background:color-mix(in srgb, var(--color-success-500) 10%, transparent);border:1px solid color-mix(in srgb, var(--color-success-500) 26%, transparent);border-radius:var(--radius-full);padding:5px 9px;font-weight:700}.ProductInterfaceDemo-module__rPm6jG__form{gap:24px;margin-top:28px;display:grid}.ProductInterfaceDemo-module__rPm6jG__viewControl{gap:10px;display:grid}.ProductInterfaceDemo-module__rPm6jG__controlLabel{color:var(--text-primary);font-size:var(--font-size-sm);font-weight:600}.ProductInterfaceDemo-module__rPm6jG__cardActions{border-top:1px solid var(--border-muted);justify-content:flex-end;gap:10px;margin-top:28px;padding-top:20px;display:flex}.ProductInterfaceDemo-module__rPm6jG__inspector{flex-direction:column;padding:20px;display:flex}.ProductInterfaceDemo-module__rPm6jG__inspectorHeader{justify-content:space-between;align-items:center;gap:12px;display:flex}.ProductInterfaceDemo-module__rPm6jG__workspacePreview{background:var(--surface-default);border:1px solid var(--border-muted);border-radius:var(--radius-lg);align-items:center;gap:12px;margin-top:22px;padding:15px;display:flex}.ProductInterfaceDemo-module__rPm6jG__workspaceAvatar{background:linear-gradient(135deg, var(--color-primary-400), var(--color-secondary-500));border-radius:var(--radius-lg);flex:none;place-items:center;width:42px;height:42px;display:grid}.ProductInterfaceDemo-module__rPm6jG__workspacePreview>div:last-child{gap:3px;min-width:0;display:grid}.ProductInterfaceDemo-module__rPm6jG__workspacePreview strong{color:var(--text-primary);font-size:var(--font-size-xs);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.ProductInterfaceDemo-module__rPm6jG__workspacePreview span{color:var(--text-tertiary);font-size:var(--font-size-xs)}.ProductInterfaceDemo-module__rPm6jG__details{margin:20px 0 0;display:grid}.ProductInterfaceDemo-module__rPm6jG__details div{font-size:var(--font-size-xs);border-bottom:1px solid var(--border-muted);justify-content:space-between;gap:14px;padding:13px 0;display:flex}.ProductInterfaceDemo-module__rPm6jG__details dt{color:var(--text-tertiary)}.ProductInterfaceDemo-module__rPm6jG__details dd{color:var(--text-primary);text-align:right;margin:0;font-weight:600}.ProductInterfaceDemo-module__rPm6jG__details .ProductInterfaceDemo-module__rPm6jG__successText{color:var(--color-success-500)}.ProductInterfaceDemo-module__rPm6jG__inspectorFooter{background:color-mix(in srgb, var(--color-primary-500) 7%, var(--surface-default));border:1px solid color-mix(in srgb, var(--color-primary-500) 16%, var(--border-muted));border-radius:var(--radius-lg);gap:5px;margin-top:auto;padding:16px;display:grid}.ProductInterfaceDemo-module__rPm6jG__inspectorFooter span{color:var(--text-tertiary);font-size:var(--font-size-xs)}.ProductInterfaceDemo-module__rPm6jG__inspectorFooter strong{min-width:0;color:var(--text-primary);font-size:var(--font-size-xs);align-items:center;gap:6px;display:inline-flex}.ProductInterfaceDemo-module__rPm6jG__inspectorFooter svg{width:14px;height:14px;color:var(--color-primary-400);flex:none}.ProductInterfaceDemo-module__rPm6jG__visuallyHidden{white-space:nowrap;clip-path:inset(50%);border:0;width:1px;height:1px;padding:0;position:absolute;overflow:hidden}@keyframes ProductInterfaceDemo-module__rPm6jG__live-status-pulse{0%,to{opacity:.65;transform:scale(.9)}50%{opacity:1;transform:scale(1)}}@media (prefers-reduced-motion:reduce){.ProductInterfaceDemo-module__rPm6jG__liveStatus span{animation:none}}@media (max-width:960px){.ProductInterfaceDemo-module__rPm6jG__appShell{grid-template-columns:180px minmax(0,1fr)}.ProductInterfaceDemo-module__rPm6jG__workspace{padding:24px}.ProductInterfaceDemo-module__rPm6jG__workspaceBody{grid-template-columns:1fr}.ProductInterfaceDemo-module__rPm6jG__inspector{min-height:320px}}@media (max-width:720px){.ProductInterfaceDemo-module__rPm6jG__section{padding:80px 16px}.ProductInterfaceDemo-module__rPm6jG__windowHeader{grid-template-columns:1fr auto}.ProductInterfaceDemo-module__rPm6jG__windowTitle{display:none}.ProductInterfaceDemo-module__rPm6jG__appShell{grid-template-columns:1fr}.ProductInterfaceDemo-module__rPm6jG__sidebar{display:none}.ProductInterfaceDemo-module__rPm6jG__workspace{padding:20px}.ProductInterfaceDemo-module__rPm6jG__workspaceHeader{gap:16px;display:grid}.ProductInterfaceDemo-module__rPm6jG__workspaceHeader>div{min-width:0}.ProductInterfaceDemo-module__rPm6jG__workspaceHeader h3{font-size:var(--font-size-xl)}.ProductInterfaceDemo-module__rPm6jG__headerAction{justify-content:center;width:100%}.ProductInterfaceDemo-module__rPm6jG__cardHeader,.ProductInterfaceDemo-module__rPm6jG__cardActions{display:grid}.ProductInterfaceDemo-module__rPm6jG__saveAction{width:100%}}
