.ucs-hero{isolation:isolate;background:var(--bg);color:var(--fg);padding:156px 32px 120px;position:relative}.ucs-hero__inner{max-width:1120px;margin:0 auto}.ucs-hero__header{text-align:center}.ucs-hero h1{letter-spacing:-.04em;max-width:760px;margin:0 auto 64px;font-size:clamp(42px,5.4vw,68px);font-weight:750;line-height:1.04}.ucs-hero__selector{flex-direction:column;align-items:center;display:inline-flex;position:relative}.ucs-hero__selector-label{color:var(--fg-4);letter-spacing:.08em;text-transform:uppercase;margin:0 0 14px;font-size:12px;font-weight:650}.ucs-hero__trigger{border:1px solid var(--border-1);background:var(--bg-1);color:var(--fg);cursor:pointer;border-radius:999px;align-items:center;gap:14px;padding:12px 16px 12px 12px;transition:border-color .18s,box-shadow .18s,transform .18s;display:inline-flex;box-shadow:0 12px 32px #00000014}.ucs-hero__trigger:hover{border-color:var(--border-2);transform:translateY(-1px);box-shadow:0 16px 40px #0000001f}.ucs-hero__trigger:focus-visible{outline:2px solid var(--native);outline-offset:3px}.ucs-hero__trigger-icon{background:color-mix(in srgb, var(--tile-accent,var(--native)) 15%, transparent);width:44px;height:44px;color:var(--tile-accent,var(--native));border-radius:999px;flex:none;place-items:center;transition:background-color .25s,color .25s;display:grid}.ucs-hero__trigger-icon svg{width:20px;height:20px}.ucs-hero__trigger-word{letter-spacing:-.025em;text-align:left;min-width:9ch;font-size:clamp(22px,2.6vw,30px);font-weight:700;animation:.5s cubic-bezier(.22,1,.36,1) ucs-hero-roll;display:inline-block}.ucs-hero__trigger-chevron{width:18px;height:18px;color:var(--fg-3);flex:none;transition:transform .2s}.ucs-hero__trigger-chevron.is-open{transform:rotate(180deg)}@keyframes ucs-hero-roll{0%{opacity:0;filter:blur(4px);transform:translateY(55%)}to{opacity:1;filter:blur();transform:translateY(0)}}.ucs-hero__menu{z-index:8;border:1px solid var(--border-1);background:color-mix(in srgb, var(--bg-1) 88%, transparent);-webkit-backdrop-filter:blur(18px)saturate(1.4);backdrop-filter:blur(18px)saturate(1.4);border-radius:20px;width:340px;max-width:calc(100vw - 48px);padding:8px;animation:.22s cubic-bezier(.22,1,.36,1) ucs-hero-menu-in;position:absolute;top:calc(100% + 10px);left:50%;transform:translate(-50%);box-shadow:0 24px 64px #0000002e}@keyframes ucs-hero-menu-in{0%{opacity:0;transform:translate(-50%)translateY(-6px)scale(.98)}to{opacity:1;transform:translate(-50%)translateY(0)scale(1)}}.ucs-hero__menu-option{width:100%;color:var(--fg);text-align:left;cursor:pointer;background:0 0;border:0;border-radius:13px;align-items:center;gap:12px;padding:10px 12px;transition:background-color .14s;display:flex}.ucs-hero__menu-option:hover,.ucs-hero__menu-option:focus-visible{background:var(--bg-2);outline:none}.ucs-hero__menu-icon{background:color-mix(in srgb, var(--tile-accent,var(--fg-3)) 13%, transparent);width:34px;height:34px;color:var(--tile-accent,var(--fg-3));border-radius:10px;flex:none;place-items:center;display:grid}.ucs-hero__menu-icon svg{width:16px;height:16px}.ucs-hero__menu-copy{flex-direction:column;gap:1px;min-width:0;display:flex}.ucs-hero__menu-copy strong{letter-spacing:-.01em;font-size:14px;font-weight:650}.ucs-hero__menu-copy em{color:var(--fg-3);font-size:12px;font-style:normal}.ucs-hero__menu-check{width:16px;height:16px;color:var(--native);flex:none;margin-left:auto}.ucs-hero__menu-more{border-top:1px solid var(--border-1);color:var(--fg-3);border-radius:0 0 13px 13px;justify-content:center;align-items:center;gap:5px;margin-top:6px;padding:11px 12px 5px;font-size:12.5px;font-weight:600;transition:color .16s;display:flex}.ucs-hero__menu-more:hover{color:var(--fg)}.ucs-hero__menu-more svg{width:12px;height:12px}.ucs-hero__detail{border:1px solid var(--border-1);background:var(--bg-1);text-align:left;border-radius:32px;max-width:1080px;margin:56px auto 0;padding:48px;box-shadow:0 30px 80px #00000017}.ucs-hero__detail-body{grid-template-columns:minmax(0,1fr) minmax(0,1.05fr);align-items:center;gap:48px;animation:.35s cubic-bezier(.22,1,.36,1) ucs-hero-detail-in;display:grid}.ucs-hero__detail-info h3{letter-spacing:-.025em;margin:0 0 10px;font-size:clamp(24px,2.4vw,30px);font-weight:750;line-height:1.14}.ucs-hero__detail-desc{color:var(--fg-3);margin:0 0 30px;font-size:15px;line-height:1.55}.ucs-hero__preview{margin:0 0 18px}.ucs-hero__preview-frame{position:relative}.ucs-hero__preview img{aspect-ratio:16/10.5;object-fit:cover;object-position:top;border:1px solid var(--border-1);border-radius:18px;width:100%;height:auto;animation:.3s cubic-bezier(.22,1,.36,1) ucs-hero-preview-in;display:block}@keyframes ucs-hero-preview-in{0%{opacity:0;transform:translate(10px)}to{opacity:1;transform:translate(0)}}.ucs-hero__preview-arrow{border:1px solid var(--border-1);background:color-mix(in srgb, var(--bg-1) 82%, transparent);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);width:38px;height:38px;color:var(--fg);cursor:pointer;opacity:0;border-radius:999px;place-items:center;transition:opacity .18s,transform .18s,box-shadow .18s;display:grid;position:absolute;top:50%;transform:translateY(-50%)scale(.9)}.ucs-hero__preview-arrow.is-prev{left:12px}.ucs-hero__preview-arrow.is-next{right:12px}.ucs-hero__preview-frame:hover .ucs-hero__preview-arrow,.ucs-hero__preview-arrow:focus-visible{opacity:1;transform:translateY(-50%)scale(1)}.ucs-hero__preview-arrow:hover{box-shadow:0 8px 20px #00000029}.ucs-hero__preview-arrow:focus-visible{outline:2px solid var(--native);outline-offset:2px}.ucs-hero__preview-arrow svg{width:17px;height:17px}@media (hover:none){.ucs-hero__preview-arrow{opacity:1;transform:translateY(-50%)scale(1)}}.ucs-hero__preview figcaption{align-items:baseline;gap:10px;margin-top:12px;display:flex}.ucs-hero__preview figcaption strong{letter-spacing:-.01em;font-size:14px;font-weight:700}.ucs-hero__preview figcaption span{color:var(--fg-4);letter-spacing:.05em;text-transform:uppercase;font-size:11.5px;font-weight:600}.ucs-hero__alt-themes{align-items:flex-start;gap:14px;display:flex}.ucs-hero__alt-theme{width:100px;color:inherit;text-align:left;cursor:pointer;background:0 0;border:0;flex-direction:column;gap:6px;padding:0;display:flex}.ucs-hero__alt-theme img{aspect-ratio:16/10;object-fit:cover;object-position:top;border:1px solid var(--border-1);border-radius:10px;width:100%;height:auto;transition:box-shadow .16s,opacity .16s;display:block}.ucs-hero__alt-theme:hover img{box-shadow:0 0 0 1.5px var(--fg-4)}.ucs-hero__alt-theme.is-active img{box-shadow:0 0 0 2px var(--native)}.ucs-hero__alt-theme:focus-visible{outline:2px solid var(--native);outline-offset:3px;border-radius:10px}.ucs-hero__alt-theme span{color:var(--fg-3);font-size:11.5px}.ucs-hero__alt-theme.is-active span{color:var(--fg);font-weight:650}.ucs-hero__alt-themes-link{color:var(--fg-3);white-space:nowrap;align-self:center;align-items:center;gap:4px;margin-left:auto;font-size:12.5px;font-weight:600;transition:color .16s;display:inline-flex}.ucs-hero__alt-themes-link:hover{color:var(--fg)}.ucs-hero__alt-themes-link svg{width:12px;height:12px}.ucs-hero__tools{flex-wrap:wrap;gap:12px;margin-bottom:32px;display:flex}.ucs-hero__stack{border:1px solid var(--border-1);background:color-mix(in srgb, var(--bg-1) 82%, transparent);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);cursor:pointer;-webkit-user-select:none;user-select:none;border-radius:999px;align-items:center;gap:10px;height:48px;padding:0 16px 0 8px;transition:box-shadow .3s;display:inline-flex;box-shadow:0 2px 12px #00000014}.ucs-hero__stack:hover{box-shadow:0 6px 24px #00000024}.ucs-hero__stack:focus-visible{outline:2px solid var(--native);outline-offset:2px}.ucs-hero__stack-items{flex:none;position:relative}.ucs-hero__stack-item{border:2px solid var(--bg-1);background:#fff;border-radius:10px;justify-content:center;align-items:center;display:flex;position:absolute;top:0;left:0;overflow:visible;box-shadow:0 2px 8px #00000038}.ucs-hero__stack-glyph{color:var(--fg-3)}.ucs-hero__stack-label{color:var(--fg-2);letter-spacing:-.005em;white-space:nowrap;font-size:13px;font-weight:600}.ucs-hero__tip{z-index:9;border:1px solid var(--border-1);background:var(--bg-1);text-align:left;opacity:0;pointer-events:none;border-radius:14px;flex-direction:column;gap:8px;width:236px;padding:14px 16px;transition:opacity .18s,transform .18s;display:flex;position:absolute;bottom:calc(100% + 10px);left:0;transform:translateY(4px);box-shadow:0 18px 44px #0000002e}.ucs-hero__stack-item:hover .ucs-hero__tip,.ucs-hero__stack:focus-visible .ucs-hero__tip{opacity:1;transform:none}.ucs-hero__stack-item:last-child .ucs-hero__tip{left:auto;right:0}.ucs-hero__tip-head{align-items:center;gap:8px;display:flex}.ucs-hero__tip-head strong{letter-spacing:-.01em;font-size:13px;font-weight:700}.ucs-hero__tip-head em{color:var(--fg-4);letter-spacing:.06em;text-transform:uppercase;margin-left:auto;font-size:10px;font-style:normal;font-weight:700}.ucs-hero__tip-icon{width:16px;height:16px;color:var(--fg-3)}.ucs-hero__tip-desc{color:var(--fg-3);font-size:12.5px;font-weight:450;line-height:1.45}.ucs-hero__tip-foot{border-top:1px solid var(--border-1);flex-direction:column;gap:3px;padding-top:8px;display:flex}.ucs-hero__tip-els{color:var(--fg-4);font-size:11.5px;font-weight:500}.ucs-hero__tip-velo{color:var(--native);font-size:11.5px;font-weight:700}.ucs-hero__detail-foot{flex-direction:column;gap:16px;display:flex}.ucs-hero__detail-foot p{color:var(--fg-3);margin:0;font-size:13.5px;line-height:1.5}.ucs-hero__trial-cta{background:var(--button-primary-bg);color:var(--button-primary-fg);white-space:nowrap;border-radius:999px;align-self:flex-start;align-items:center;gap:8px;padding:13px 22px;font-size:14px;font-weight:700;transition:transform .16s,box-shadow .16s;display:inline-flex}.ucs-hero__trial-cta:hover{box-shadow:0 10px 24px var(--button-primary-glow);transform:translateY(-1px)}.ucs-hero__trial-cta:focus-visible{outline:2px solid var(--native);outline-offset:3px}.ucs-hero__trial-cta svg{width:15px;height:15px}.ucs-hero__h1-paren{color:var(--fg-4);font-weight:500}.ucs-hero__h1-widget{white-space:nowrap}.ucs-hero__h1-fees{color:var(--fg-3);letter-spacing:-.02em;margin-top:.4em;font-size:.5em;font-weight:650;display:block}.ucs-hero__h1-fees strong{color:var(--native);font-weight:800}.ucs-hero__h1-fees-sub{color:var(--fg-4);letter-spacing:-.01em;margin-top:.3em;font-size:.66em;font-weight:600;display:block}.ucs-hero__strip{border:1px solid var(--border-1);background:var(--bg-1);vertical-align:-.3em;direction:ltr;border-radius:.34em;width:5.2em;height:1.28em;margin:0 .06em;font-size:.75em;display:inline-block;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#000 12% 88%,#0000);mask-image:linear-gradient(90deg,#0000,#000 12% 88%,#0000)}.ucs-hero__strip-track{will-change:transform;align-items:center;gap:.2em;height:100%;padding-left:.2em;display:flex}.ucs-hero__strip-track img{object-fit:cover;border-radius:.16em;flex:none;width:1.6em;height:1em}.ucs-hero__reel{border:1px solid var(--border-1);vertical-align:-.3em;background:#fff;border-radius:999px;width:2.1em;height:1.28em;margin:0 .06em;font-size:.75em;display:inline-block;overflow:hidden;box-shadow:inset 0 0 0 1px #0000000d}.ucs-hero__reel-track{will-change:transform;flex-direction:column;display:flex}.ucs-hero__reel-item{flex:none;place-items:center;height:1.28em;display:grid}.ucs-hero__reel-item img{width:.8em;height:.8em}@keyframes ucs-hero-detail-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1023px){.ucs-hero{padding:116px 20px 72px}.ucs-hero h1{margin-bottom:48px;font-size:clamp(33px,9vw,46px)}.ucs-hero__trigger-word{min-width:0}.ucs-hero__detail{border-radius:24px;margin-top:44px;padding:28px 22px}.ucs-hero__detail-body{grid-template-columns:minmax(0,1fr);gap:32px}.ucs-hero__alt-themes{flex-wrap:wrap}.ucs-hero__detail-visual{order:2}.ucs-hero__tip{width:min(236px,62vw)}.ucs-hero__trial-cta{justify-content:center;align-self:stretch}}@media (prefers-reduced-motion:reduce){.ucs-hero *{transition:none!important;animation:none!important}}