.st-page{min-height:100svh;color:var(--br-ink);background:#fff;flex-direction:column;display:flex;overflow-x:clip}.st-top{grid-template-columns:1fr auto;align-items:center;padding:22px clamp(20px,5vw,48px) 0;display:grid}.st-home{align-items:center;gap:var(--br-lockup-gap);letter-spacing:-.01em;width:fit-content;color:var(--br-ink);font-size:19px;font-weight:600;text-decoration:none;display:inline-flex}.st-top>:last-child{justify-self:end}.st-top-signout{appearance:none;font:inherit;color:#0006;cursor:pointer;transition:color .16s var(--br-ease);background:0 0;border:none;padding:6px 8px;font-size:13.5px;font-weight:500}.st-top-signout:hover{color:var(--br-ink)}.st-body{flex-direction:column;flex:1;min-height:0;display:flex}.st-body>*{animation:st-fade-in .38s var(--br-ease) both}@keyframes st-fade-in{0%{opacity:0}}@media (prefers-reduced-motion:reduce){.st-body>*{animation:none}}.st-stage{flex:1;grid-template-columns:minmax(0,480px) max-content;justify-content:space-between;align-items:start;gap:clamp(32px,6vw,96px);width:100%;max-width:1180px;margin:0 auto;padding:0 clamp(24px,5vw,72px);display:grid}.st-orbcol{align-self:center}@media (max-width:900px){.st-stage{grid-template-columns:minmax(0,520px);justify-content:center;justify-items:center;gap:0}.st-orbcol{order:-1;align-self:auto;padding-top:16px}}.st-card{box-sizing:border-box;width:100%;padding-top:clamp(36px,7vh,84px);padding-bottom:56px;position:relative}@media (max-width:900px){.st-card{padding-top:28px}}.st-step>*{animation:st-rise .46s var(--br-ease) both}.st-step>:nth-child(2){animation-delay:70ms}.st-step>:nth-child(3){animation-delay:.14s}.st-step>:nth-child(4){animation-delay:.21s}.st-step>:nth-child(n+5){animation-delay:.28s}@keyframes st-rise{0%{opacity:0;transform:translateY(10px)}}.st-title{letter-spacing:-.03em;text-wrap:balance;margin:0;font-size:clamp(26px,2.9vw,34px);font-weight:600;line-height:1.08}.st-sub{color:#00000085;max-width:46ch;margin:13px 0 0;font-size:15px;font-weight:500;line-height:1.55}.st-platform-note{text-align:left;color:#0000009e;background:#00000009;border-radius:14px;align-items:flex-start;gap:9px;max-width:42ch;margin:20px auto 0;padding:12px 14px;font-size:13.5px;font-weight:500;line-height:1.5;display:flex;box-shadow:inset 0 0 0 1px #0000000f}.st-platform-note svg{color:#0000006b;flex:none;margin-top:2px}.st-fields{flex-direction:column;gap:14px;margin-top:28px;display:flex}.st-label{color:#0000008c;margin:0 0 6px;font-size:13px;font-weight:600;display:block}.st-label-opt{color:#00000059;font-weight:500}.st-input,.st-textarea{box-sizing:border-box;appearance:none;width:100%;height:52px;font:inherit;color:var(--br-ink);transition:box-shadow .2s var(--br-ease);background:#f1f2f4;border:none;border-radius:15px;outline:none;padding:0 18px;font-size:15.5px;font-weight:500}.st-textarea{resize:none;height:auto;min-height:84px;padding:12px 16px;line-height:1.45}.st-input::placeholder,.st-textarea::placeholder{color:#00000057}.st-input:focus,.st-textarea:focus{box-shadow:0 0 0 3px #00000014}.st-input:disabled{opacity:.55}.st-locked-field{width:100%;display:block;position:relative}.st-locked-field .st-input{text-overflow:ellipsis;padding-right:88px}.st-locked-field .st-linkbtn{position:absolute;top:50%;right:18px;transform:translateY(-50%)}.st-btn{appearance:none;background:var(--br-ink);width:auto;min-width:190px;height:52px;font:inherit;letter-spacing:-.01em;color:#fff;cursor:pointer;transition:background-color .2s var(--br-ease), opacity .2s var(--br-ease);border:none;border-radius:999px;justify-content:center;align-self:flex-start;align-items:center;gap:8px;padding:0 30px;font-size:15px;font-weight:600;display:inline-flex;position:relative;overflow:hidden}@media (max-width:640px){.st-btn{align-self:stretch;width:100%}}.st-btn:hover:not(:disabled){background:#26262a}.st-btn--preparing,.st-btn--preparing:disabled{opacity:1}.st-btn-fill{animation:st-liquid .95s var(--br-ease) infinite;pointer-events:none;background:linear-gradient(90deg,#ffffff0d,#ffffff3d 55%,#ffffff0d);position:absolute;inset:0;transform:translate(-100%)}@keyframes st-liquid{to{transform:translate(100%)}}.st-btn-label{z-index:1;align-items:center;gap:8px;display:inline-flex;position:relative}.st-btn:disabled{cursor:default;opacity:.45}.st-btn--ghost{background:var(--br-panel);color:#1c1c1e;border:1px solid #0000001f}.st-btn--ghost:hover:not(:disabled){background:#fafafa;border-color:#00000038}.st-btn-row{gap:10px;display:flex}.st-field-row{grid-template-columns:1fr 1fr;gap:12px;display:grid}@media (max-width:640px){.st-field-row{grid-template-columns:1fr;gap:14px}}.st-linkbtn{appearance:none;font:inherit;color:#00000073;cursor:pointer;text-underline-offset:3px;transition:color .16s var(--br-ease);background:0 0;border:none;padding:0;font-size:13.5px;font-weight:500;-webkit-text-decoration:underline #0000002e;text-decoration:underline #0000002e}.st-linkbtn:hover{color:var(--br-ink)}.st-linkbtn--icon{align-items:center;gap:6px;display:inline-flex}.st-legal{color:#00000052;text-align:center;max-width:34ch;margin:20px auto 0;font-size:12px;font-weight:500;line-height:1.5}.st-legal a{color:#00000080;text-underline-offset:2px;text-decoration:underline}.st-legal a:hover{color:#000000b8}.st-footnote{color:#0000006b;margin:14px 0 0;font-size:13px;font-weight:500;line-height:1.5}.st-error{color:#b3403a;margin:10px 0 0;font-size:13.5px;font-weight:500}.st-divider{color:#00000061;margin:12px 0 0;font-size:13px;font-weight:500}.st-account-fields{width:100%;max-width:360px}.st-account-fields .st-btn{align-self:stretch;width:100%}.st-account-fields.st-fields{gap:12px}.st-account{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:18px;padding:clamp(24px,5vh,64px) 24px calc(clamp(24px,5vh,64px) + 4vh);display:flex;position:relative}.st-account-foot{flex-direction:column;gap:10px;width:100%;max-width:360px;display:flex}.st-account-foot>*{margin:0 auto}.st-account-action{width:100%;max-width:360px}.st-acct-view{flex-direction:column;align-items:stretch;width:100%;display:flex}.st-acct-view--enter{animation:st-fade-in .32s var(--br-ease) both}.st-back{appearance:none;font:inherit;color:#00000080;cursor:pointer;transition:color .18s var(--br-ease);background:0 0;border:none;align-self:flex-start;align-items:center;gap:6px;margin-bottom:18px;padding:6px 4px;font-size:14px;font-weight:600;display:inline-flex}.st-back:hover{color:var(--br-ink)}.st-account .lab-legal{margin-top:22px}@media (prefers-reduced-motion:reduce){.st-acct-view--enter,.st-acct-view--exit{animation-duration:1ms}}.st-chips{flex-wrap:wrap;gap:8px;display:flex}.st-chip{appearance:none;background:var(--br-panel);height:38px;font:inherit;color:#1c1c1e;cursor:pointer;transition:border-color .2s var(--br-ease), background-color .2s var(--br-ease);border:1px solid #0000001f;border-radius:999px;align-items:center;gap:7px;padding:0 16px;font-size:14px;font-weight:600;display:inline-flex}.st-chip:hover{border-color:#00000047}.st-chip[data-selected=true]{background:var(--br-ink);border-color:var(--br-ink);color:#fff}.st-prep{letter-spacing:-.03em;color:var(--br-ink);align-items:baseline;gap:2px;margin:0;font-size:clamp(26px,2.9vw,34px);font-weight:600;line-height:1.08;display:inline-flex}.st-enrich-step{color:#00000073;animation:st-fade-in .4s var(--br-ease) both;margin:18px 0 0;font-size:15px;font-weight:500}@media (prefers-reduced-motion:reduce){.st-enrich-step{animation:none}}.st-dots-anim{align-items:flex-end;gap:5px;margin-left:4px;display:inline-flex}.st-dots-anim>span{opacity:.28;background:currentColor;border-radius:50%;width:5px;height:5px;animation:1.2s ease-in-out infinite st-dot-pulse}.st-dots-anim>span:nth-child(2){animation-delay:.18s}.st-dots-anim>span:nth-child(3){animation-delay:.36s}@keyframes st-dot-pulse{30%{opacity:1;transform:translateY(-2px)}}.st-fade-out{animation:st-fade-out .3s var(--br-ease) forwards}@keyframes st-fade-out{to{opacity:0;transform:translateY(-8px)}}@keyframes st-breathe{50%{opacity:.25;transform:scale(.8)}}.st-panels{flex-direction:column;gap:12px;margin-top:24px;display:flex}.st-panel{box-sizing:border-box;background:var(--br-paper);animation:st-panel-in .56s var(--br-ease) both;animation-delay:calc(.16s + var(--st-i,0) * .15s);border-radius:18px;padding:16px 18px;position:relative;overflow:hidden}.st-panel:before{content:"";pointer-events:none;background:radial-gradient(64% 78% at 88% -8%, var(--st-accent,var(--br-sky)) 0%, transparent 72%);opacity:.5;position:absolute;inset:0}.st-panel>*{position:relative}@keyframes st-panel-in{0%{opacity:0;transform:translateY(14px)scale(.985)}}.st-panel--ghost{height:108px;animation:st-panel-in .56s var(--br-ease) both, st-breathe 1.3s ease-in-out infinite}.st-panel-head{align-items:center;gap:8px;margin-bottom:10px;display:flex}.st-panel-ic{background:var(--st-accent,var(--br-sky));color:#000000a8;border-radius:9px;justify-content:center;align-items:center;width:28px;height:28px;display:inline-flex}.st-panel-tag{letter-spacing:.01em;color:#00000073;font-size:12.5px;font-weight:600}.st-panel-what{letter-spacing:-.01em;color:var(--br-ink);max-width:46ch;margin:0;font-size:15px;font-weight:600;line-height:1.45}.st-panel-for{color:#00000094;max-width:46ch;margin:8px 0 0;font-size:14px;font-weight:500;line-height:1.5}.st-panel-for-label{letter-spacing:.04em;text-transform:uppercase;color:#00000052;vertical-align:1px;margin-right:7px;font-size:11px;font-weight:700;display:inline-block}.st-panel-apps{gap:8px;margin-top:14px;display:flex}.st-appchip{background:#fff;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;display:flex;box-shadow:0 1px 2px #0000000f,0 6px 16px #00000012}.st-welcome-cta{animation:st-panel-in .56s var(--br-ease) both;animation-delay:calc(.22s + var(--st-i,0) * .15s)}.st-confirm-headline{letter-spacing:-.03em;color:#00000052;text-wrap:balance;max-width:20ch;margin:6px 0 0;font-size:clamp(26px,2.9vw,34px);font-weight:600;line-height:1.08}.st-confirm-summary{color:#0009;max-width:48ch;margin:20px 0 0;font-size:16px;font-weight:500;line-height:1.6}.st-confirm-actions{gap:12px;margin-top:32px;display:flex}@media (max-width:560px){.st-confirm-actions{flex-direction:column;align-items:stretch}}.st-step.st-confirm>:first-child{animation-delay:0s}.st-step.st-confirm>:nth-child(2){animation-delay:.3s}.st-step.st-confirm>:nth-child(3){animation-delay:.6s}.st-step.st-confirm>:nth-child(4){animation-delay:.82s}.st-wl-card{box-sizing:border-box;text-align:left;border-top:1px solid #00000014;flex-direction:column;align-items:flex-start;gap:14px;margin-top:26px;padding-top:24px;display:flex}.st-wl-onlabel{color:#000000b8;align-items:center;gap:11px;margin:0;font-size:14.5px;font-weight:600;display:inline-flex}.st-wl-hero{align-items:baseline;gap:8px;margin:0;display:flex}.st-wl-hero b{letter-spacing:-.035em;font-size:36px;font-weight:600;line-height:1}.st-wl-hero span{color:#00000080;font-size:15px;font-weight:500}.st-wl-note{color:#00000073;margin:0;font-size:13px;font-weight:500}.st-wl-rows{flex-direction:column;gap:11px;margin-top:2px;display:flex}.st-wl-skeleton{flex-direction:column;gap:14px;width:100%;display:flex}.st-wl-skeleton>span{background:#f1f2f4;border-radius:8px;animation:1.3s ease-in-out infinite st-breathe;display:block}.st-wl-skeleton>span:first-child{width:200px;height:20px}.st-wl-skeleton>span:nth-child(2){width:140px;height:34px}.st-wl-skeleton>span:nth-child(3){width:240px;height:18px}.st-rowlink{appearance:none;width:fit-content;font:inherit;color:#000000bd;cursor:pointer;transition:color .2s var(--br-ease);background:0 0;border:none;align-items:center;gap:12px;padding:0;font-size:14.5px;font-weight:500;text-decoration:none;display:inline-flex}.st-rowlink-text{text-underline-offset:4px;transition:text-decoration-color .2s var(--br-ease);-webkit-text-decoration:underline #00000038;text-decoration:underline #00000038}.st-rowlink:hover:not(:disabled){color:#000}.st-rowlink:hover:not(:disabled) .st-rowlink-text{text-decoration-color:#0009}.st-rowlink:disabled{cursor:default;opacity:.6}.st-rowlink-ic{color:#0009;width:30px;height:30px;transition:background-color .2s var(--br-ease), color .2s var(--br-ease);background:#f1f1f4;border-radius:9px;flex:none;justify-content:center;align-items:center;display:inline-flex}.st-rowlink:hover:not(:disabled) .st-rowlink-ic{color:#000;background:#e8e8ee}.st-rowlink-ext{color:#00000059}.st-orbcol{flex-direction:column;align-items:center;gap:22px;display:flex}.st-orb-wrap{place-items:center;display:grid;position:relative}.st-orb-wrap:before{content:"";pointer-events:none;background:radial-gradient(50% 50%,#c8dcf173 0%,#0000 70%);border-radius:50%;position:absolute;inset:-12%}.st-orb-wrap>:is(canvas,video){border-radius:50%;position:relative;overflow:hidden;box-shadow:0 24px 60px -20px #386ebe80}@media (max-width:900px){.st-orbcol{gap:10px}}.st-download{animation:st-rise .42s var(--br-ease) both;flex-direction:column;align-items:center;display:flex}.st-download .st-btn{align-self:center;width:auto}.st-btn--locked{color:#000000a8;cursor:default;background:#e6e8ee}.st-btn--locked:hover{background:#e6e8ee}@media (max-width:900px){.st-download{display:none}}.st-spin{animation:.8s linear infinite st-spin}@keyframes st-spin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){.st-step>*,.st-panel,.st-welcome-cta,.st-download,.st-fade-out,.st-dots-anim>span,.st-btn-fill,.st-panel--ghost,.st-wl-skeleton>span{animation:none}.st-fade-out{opacity:0}}.std{flex-direction:column;flex:1;gap:clamp(26px,4vh,40px);width:100%;max-width:1060px;margin:0 auto;padding:clamp(16px,4vh,48px) 20px 28px;display:flex}.std-head{text-align:center;flex-direction:column;align-items:center;gap:6px;margin-top:auto;display:flex;translate:0 -30px}.std-steps{translate:0 -30px}.std-title{font-size:var(--fb-medium,clamp(28px, 2.8vw, 40px));letter-spacing:-.03em;color:#0b0c0e;margin:10px 0 0;font-weight:600;line-height:1.08;animation:.64s cubic-bezier(.16,1,.3,1) both std-rise}.std-sub{font-size:var(--fb-text,18px);letter-spacing:-.016em;color:#00000085;margin:10px 0 0;font-weight:600;line-height:1.45;animation:.64s cubic-bezier(.16,1,.3,1) .12s both std-rise}.std-manual,.std-sub a{color:#000000e0;text-underline-offset:4px;-webkit-text-decoration:underline #00000040;text-decoration:underline #00000040;transition:text-decoration-color .18s cubic-bezier(.4,0,.2,1)}.std-sub a:hover{text-decoration-color:#000000b3}@keyframes std-rise{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:none}}.std-steps{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.std-col{opacity:0;animation:.56s cubic-bezier(.16,1,.3,1) both std-land;animation-delay:calc(.22s + var(--std-i,0) * .14s);flex-direction:column;display:flex}@keyframes std-land{0%{opacity:0;transform:translateY(18px)scale(.99)}to{opacity:1;transform:none}}.std-step-label{color:#00000073;margin:18px 2px 0;font-size:13px;font-weight:600}.std-step-text{letter-spacing:-.016em;color:#000c;text-wrap:pretty;margin:5px 2px 0;font-size:16px;font-weight:600;line-height:1.4}.std-art{background:#fbfcfe radial-gradient(260px 150px at 18% -12%,#73afff2e,#0000 70%);border-radius:14px;justify-content:center;align-items:center;height:172px;margin-top:0;padding:18px;display:flex;box-shadow:inset 0 0 0 1px #0000000a}.std-file{background:#fff;border-radius:12px;align-items:center;gap:10px;padding:13px 15px;animation:9s ease-in-out infinite alternate std-float;display:flex;box-shadow:0 0 0 1px #0000000a,0 12px 28px -12px #0e101442}.std-file-name{letter-spacing:-.005em;color:#000000c7;white-space:nowrap;font-size:13px;font-weight:600}.std-file-bar{background:#00000014;border-radius:3px;width:56px;height:5px;overflow:hidden}.std-file-bar--wide{width:132px}.std-file-fill{border-radius:inherit;transform-origin:0;background:#73afffe6;width:100%;height:100%;animation:2.4s cubic-bezier(.4,0,.2,1) .9s both std-fill;display:block}.std-file-fill--busy{animation:2.4s cubic-bezier(.4,0,.2,1) infinite std-fill}@keyframes std-fill{0%{transform:scaleX(.08)}to{transform:scaleX(1)}}.std-check{color:#fff;opacity:0;background:#0b0c0e;border-radius:50%;flex:none;justify-content:center;align-items:center;width:18px;height:18px;animation:.42s cubic-bezier(.16,1,.3,1) 3.3s both std-pop;display:inline-flex;scale:.4;box-shadow:0 3px 8px -2px #0e101466}@keyframes std-pop{0%{opacity:0;scale:.4}to{opacity:1;scale:1}}.std-window{background:#fff;border-radius:12px;flex-direction:column;width:min(250px,100%);animation:9s ease-in-out -3s infinite alternate std-float;display:flex;overflow:hidden;box-shadow:0 0 0 1px #0000000d,0 14px 32px -12px #0e101442}.std-window-bar{background:#f6f7f9;border-bottom:1px solid #0000000f;align-items:center;gap:5px;padding:8px 10px;display:flex}.std-window-bar i{background:#0000001f;border-radius:50%;width:8px;height:8px}.std-window-body{flex-direction:column;justify-content:center;align-items:center;gap:12px;padding:18px 16px;display:flex}.std-window-body--drag{flex-direction:row;gap:12px}.std-installing{align-items:center;gap:9px;display:flex}.std-installing-text{color:#000000b3;white-space:nowrap;font-size:12.5px;font-weight:600}.std-tile{color:#0000008c;background:#fbfcfe;border-radius:14px;flex-direction:column;justify-content:center;align-items:center;gap:3px;width:66px;height:66px;display:flex;box-shadow:inset 0 0 0 1px #0000000d}.std-folder{color:#3b82f6bf}.std-tile-label{color:#00000073;font-size:9.5px;font-weight:600}.std-drag-arrow{color:#00000059;animation:2.4s ease-in-out infinite std-nudge}@keyframes std-nudge{0%,to{translate:0}50%{translate:5px}}.std-launch{flex-direction:column;align-items:center;gap:16px;display:flex}.std-launch-hint{letter-spacing:-.005em;color:#00000073;background:#fff;border-radius:999px;padding:7px 13px;font-size:13px;font-weight:550;box-shadow:0 0 0 1px #0000000a,0 8px 20px -10px #0e101440}@keyframes std-float{0%{translate:0 -2px}to{translate:0 3px}}.std-click{justify-content:center;align-items:center;display:flex;position:relative}.std-tile--lg{background:#fff;width:96px;height:88px;animation:9s ease-in-out -5s infinite alternate std-float;box-shadow:0 0 0 1px #0000000a,0 12px 28px -12px #0e101442}.std-cursor{color:#000000bf;fill:#fff;animation:2.6s ease-in-out infinite std-press;position:absolute;bottom:8px;right:calc(50% - 60px)}@keyframes std-press{0%,18%,to{translate:0;scale:1}9%{translate:-1px 1px;scale:.9}}.std-utility{text-align:center;color:#00000061;margin:auto 0 0;font-size:12.5px;font-weight:500;animation:.64s cubic-bezier(.16,1,.3,1) .7s both std-rise}.std-utility a{color:#0000008c;text-underline-offset:3px;-webkit-text-decoration:underline #0000002e;text-decoration:underline #0000002e;transition:text-decoration-color .18s cubic-bezier(.4,0,.2,1)}.std-utility a:hover{text-decoration-color:#00000080}.std-help{text-align:center;color:#0006;margin:0;font-size:13px;font-weight:500;animation:.64s cubic-bezier(.16,1,.3,1) .7s both std-rise}.std-help a{color:#0009;text-underline-offset:3px;-webkit-text-decoration:underline #0003;text-decoration:underline #0003}@media (prefers-reduced-motion:reduce){.std-title,.std-sub,.std-col,.std-utility{opacity:1;animation:none}.std-file,.std-window,.std-tile--lg,.std-cursor,.std-file-fill,.std-file-fill--busy,.std-drag-arrow{animation:none;transform:none}.std-check{opacity:1;animation:none;scale:1}}@media (max-width:860px){.std-steps{grid-template-columns:1fr}.std-step-body{min-height:0}}.st-brand-group{align-items:center;gap:8px;display:inline-flex}.st-access-badge{background:var(--br-ink,#0e1014);color:#fff;letter-spacing:-.005em;white-space:nowrap;border-radius:999px;align-items:center;margin-left:10px;padding:5px 10px;font-size:12px;font-weight:550;line-height:1;display:inline-flex}@media (max-width:900px){.st-account .st-orb-wrap{display:none}.st-account{justify-content:flex-start;gap:12px;padding:40px 24px}.st-account .st-title{margin-top:0!important}}
