/* ai-to-wordpress spokes v6 - scoped under .uc-spk.
   Built from the Next.js app at app/ai-to-wordpress (localhost:3777), NOT from
   public/ucwr/. Every rule is wrapped in :where(.uc-spk) so page-internal specificity
   is unchanged while nothing can match outside the page. Classes that collide with
   #uichemy-globals are renamed with the ucx- prefix in HTML, CSS and JS together.
   See memory new-uichemy-design-system-isolation. */
@layer properties;@layer theme, base, components, utilities;

.uc-spk{font-size:16px;font-family:var(--font-zalando-sans);}
:where(.uc-spk) :is(h1,h2,h3,h4,h5,h6){margin:0;}
:where(.uc-spk) :is(h1,h2,h3,h4,h5,h6).leading-6{
    --tw-leading: calc(var(--spacing) * 6);
    line-height: calc(var(--spacing) * 6);
  }
:where(.uc-spk) .lenis:not(.lenis-autoToggle).lenis-stopped{
  overflow: clip;
}:where(.uc-spk) .lenis [data-lenis-prevent], :where(.uc-spk) .lenis [data-lenis-prevent-wheel], :where(.uc-spk) .lenis [data-lenis-prevent-touch], :where(.uc-spk) .lenis [data-lenis-prevent-vertical], :where(.uc-spk) .lenis [data-lenis-prevent-horizontal]{
  overscroll-behavior: contain;
}:where(.uc-spk) .lenis.lenis-smooth iframe{
  pointer-events: none;
}:where(.uc-spk) .lenis.lenis-autoToggle{
  transition-property: overflow;
  transition-duration: 1ms;
  transition-behavior: allow-discrete;
}@layer theme{.uc-spk{
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-serif: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-red-50: oklch(97.1% 0.013 17.38);
    --color-red-100: oklch(93.6% 0.032 17.717);
    --color-red-200: oklch(88.5% 0.062 18.334);
    --color-red-500: oklch(63.7% 0.237 25.331);
    --color-red-600: oklch(57.7% 0.245 27.325);
    --color-red-800: oklch(44.4% 0.177 26.899);
    --color-orange-100: oklch(95.4% 0.038 75.164);
    --color-orange-500: oklch(70.5% 0.213 47.604);
    --color-orange-600: oklch(64.6% 0.222 41.116);
    --color-amber-50: oklch(98.7% 0.022 95.277);
    --color-yellow-100: oklch(97.3% 0.071 103.193);
    --color-yellow-500: oklch(79.5% 0.184 86.047);
    --color-yellow-600: oklch(68.1% 0.162 75.834);
    --color-green-50: oklch(98.2% 0.018 155.826);
    --color-green-100: oklch(96.2% 0.044 156.743);
    --color-green-200: oklch(92.5% 0.084 155.995);
    --color-green-500: oklch(72.3% 0.219 149.579);
    --color-green-600: oklch(62.7% 0.194 149.214);
    --color-green-800: oklch(44.8% 0.119 151.328);
    --color-emerald-400: oklch(76.5% 0.177 163.223);
    --color-blue-100: oklch(93.2% 0.032 255.585);
    --color-blue-500: oklch(62.3% 0.214 259.815);
    --color-blue-600: oklch(54.6% 0.245 262.881);
    --color-indigo-100: oklch(93% 0.034 272.788);
    --color-indigo-500: oklch(58.5% 0.233 277.117);
    --color-violet-100: oklch(94.3% 0.029 294.588);
    --color-violet-600: oklch(54.1% 0.281 293.009);
    --color-purple-50: oklch(97.7% 0.014 308.299);
    --color-purple-500: oklch(62.7% 0.265 303.9);
    --color-purple-600: oklch(55.8% 0.288 302.321);
    --color-purple-700: oklch(49.6% 0.265 301.924);
    --color-gray-50: oklch(98.5% 0.002 247.839);
    --color-gray-100: oklch(96.7% 0.003 264.542);
    --color-gray-200: oklch(92.8% 0.006 264.531);
    --color-gray-300: oklch(87.2% 0.01 258.338);
    --color-gray-400: oklch(70.7% 0.022 261.325);
    --color-gray-500: oklch(55.1% 0.027 264.364);
    --color-gray-600: oklch(44.6% 0.03 256.802);
    --color-gray-700: oklch(37.3% 0.034 259.733);
    --color-gray-900: oklch(21% 0.034 264.665);
    --color-zinc-800: oklch(27.4% 0.006 286.033);
    --color-zinc-900: oklch(21% 0.006 285.885);
    --color-zinc-950: oklch(14.1% 0.005 285.823);
    --color-neutral-50: oklch(98.5% 0 0);
    --color-neutral-200: oklch(92.2% 0 0);
    --color-neutral-300: oklch(87% 0 0);
    --color-neutral-400: oklch(70.8% 0 0);
    --color-neutral-500: oklch(55.6% 0 0);
    --color-neutral-700: oklch(37.1% 0 0);
    --color-neutral-800: oklch(26.9% 0 0);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-xs: 20rem;
    --container-sm: 24rem;
    --container-md: 28rem;
    --container-lg: 32rem;
    --container-xl: 36rem;
    --container-2xl: 42rem;
    --container-3xl: 48rem;
    --container-4xl: 56rem;
    --container-5xl: 64rem;
    --container-7xl: 80rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --text-5xl: 3rem;
    --text-5xl--line-height: 1;
    --text-6xl: 3.75rem;
    --text-6xl--line-height: 1;
    --text-7xl: 4.5rem;
    --text-7xl--line-height: 1;
    --font-weight-light: 300;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --font-weight-extrabold: 800;
    --tracking-tighter: -0.05em;
    --tracking-tight: -0.025em;
    --tracking-normal: 0em;
    --tracking-wide: 0.025em;
    --tracking-wider: 0.05em;
    --tracking-widest: 0.1em;
    --leading-tight: 1.25;
    --leading-snug: 1.375;
    --leading-normal: 1.5;
    --leading-relaxed: 1.625;
    --radius-xs: 4px;
    --radius-sm: calc(var(--radius) - 4px);
    --radius-md: calc(var(--radius) - 2px);
    --radius-lg: var(--radius);
    --radius-xl: calc(var(--radius) + 4px);
    --shadow-sm: 0 1px 2px 0 #1018280f;
    --shadow-md: 0 4px 2px -2px #1018280f;
    --shadow-lg: 0 4px 6px -2px #10182808;
    --ease-in: cubic-bezier(0.4, 0, 1, 1);
    --ease-out: cubic-bezier(0, 0, 0.2, 1);
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --animate-spin: spin 1s linear infinite;
    --animate-pulse: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
    --blur-sm: 8px;
    --blur-md: 12px;
    --blur-xl: 24px;
    --blur-2xl: 40px;
    --aspect-video: 16 / 9;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --font-zalando-sans: "Zalando Sans", sans-serif;
    --font-nanum-pen: "Nanum Pen Script", cursive;
    --color-sprout-color-primary-lightest: #fff1eb;
    --color-sprout-color-primary-lighter: #ffb89a;
    --color-sprout-color-primary: #fd6a35;
    --color-sprout-color-primary-darker: #cc4b23;
    --color-uc-dark: var(--color-sprout-color-background-dark);
    --color-uc-dark-card: var(--color-sprout-color-background-weaker-2);
    --color-sprout-color-secondary-lightest: #f2eeff;
    --color-sprout-color-secondary-lighter: #b8a9ff;
    --color-sprout-color-secondary: #5202fd;
    --color-sprout-color-background-weaker: #ffffff;
    --color-sprout-color-background-weaker-2: rgba(255, 255, 255, 0.1);
    --color-sprout-color-background-default: #f4f4f4;
    --color-sprout-color-background-stronger: #ebebeb;
    --color-sprout-color-background-strongest: #e3e3ed;
    --color-sprout-color-background-dark: #171717;
    --color-sprout-color-background-dark-2: #202020;
    --color-sprout-color-background-blue: #3600af;
    --color-sprout-color-text-default: #0a0a0a;
    --color-sprout-color-text-weaker: #737373;
    --color-sprout-color-text-weakest: #a3a3a3;
    --color-sprout-color-text-stronger: #171717;
    --color-sprout-color-text-disabled: #737373;
    --color-sprout-color-text-white: #ffffff;
    --color-sprout-color-border-weak: #e5e5e5;
    --color-sprout-color-border-default: #d4d4d4;
    --color-sprout-color-border-dark-weak: #737373;
    --color-sprout-color-border-dark-default: #404040;
    --color-sprout-color-success: #2ea343;
    --color-sprout-color-success-darker: #0a842a;
    --color-sprout-color-secondary-darker: #3600af;
    --color-sprout-color-error-lightest: #fff2ef;
    --color-sprout-color-error: #f65258;
    --color-primary: var(--primary);
    --color-titlelight: #0d0d0d;
    --color-neutral: #d6d6d6;
    --shadow-sprout-2xs: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    --shadow-sprout-xs: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    --radius-sprout-12: 12px;
    --radius-sprout-infinite: 9999px;
    --spacing-sprout-8: 8px;
    --spacing-sprout-10: 10px;
    --spacing-sprout-12: 12px;
    --spacing-sprout-16: 16px;
    --spacing-sprout-20: 20px;
    --spacing-sprout-24: 24px;
    --spacing-sprout-32: 32px;
    --spacing-sprout-40: 40px;
    --spacing-sprout-48: 48px;
    --spacing-sprout-56: 56px;
    --spacing-sprout-64: 64px;
    --spacing-sprout-80: 80px;
    --color-border: var(--border);
  }}@layer base{:where(.uc-spk), :where(.uc-spk) *, :where(.uc-spk) *::after, :where(.uc-spk) *::before, :where(.uc-spk) *::backdrop, :where(.uc-spk) *::file-selector-button{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }:where(.uc-spk){
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }:where(.uc-spk) hr{
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }:where(.uc-spk) abbr:where([title]){
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }:where(.uc-spk) h1, :where(.uc-spk) h2, :where(.uc-spk) h3, :where(.uc-spk) h4, :where(.uc-spk) h5, :where(.uc-spk) h6{
    font-size: inherit;
    font-weight: inherit;
  }:where(.uc-spk) a{
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }:where(.uc-spk) b, :where(.uc-spk) strong{
    font-weight: bolder;
  }:where(.uc-spk) code, :where(.uc-spk) kbd, :where(.uc-spk) samp, :where(.uc-spk) pre{
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }:where(.uc-spk) small{
    font-size: 80%;
  }:where(.uc-spk) sub, :where(.uc-spk) sup{
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }:where(.uc-spk) sub{
    bottom: -0.25em;
  }:where(.uc-spk) sup{
    top: -0.5em;
  }:where(.uc-spk) table{
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }:where(.uc-spk) :-moz-focusring{
    outline: auto;
  }:where(.uc-spk) progress{
    vertical-align: baseline;
  }:where(.uc-spk) summary{
    display: list-item;
  }:where(.uc-spk) ol, :where(.uc-spk) ul, :where(.uc-spk) menu{
    list-style: none;
  }:where(.uc-spk) img, :where(.uc-spk) svg, :where(.uc-spk) video, :where(.uc-spk) canvas, :where(.uc-spk) audio, :where(.uc-spk) iframe, :where(.uc-spk) embed, :where(.uc-spk) object{
    display: block;
    vertical-align: middle;
  }:where(.uc-spk) img, :where(.uc-spk) video{
    max-width: 100%;
    height: auto;
  }:where(.uc-spk) button, :where(.uc-spk) input, :where(.uc-spk) select, :where(.uc-spk) optgroup, :where(.uc-spk) textarea, :where(.uc-spk) ::file-selector-button{
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }:where(.uc-spk) :where(select:is([multiple], [size])) optgroup{
    font-weight: bolder;
  }:where(.uc-spk) :where(select:is([multiple], [size])) optgroup option{
    padding-inline-start: 20px;
  }:where(.uc-spk) ::file-selector-button{
    margin-inline-end: 4px;
  }:where(.uc-spk) ::placeholder{
    opacity: 1;
  }@supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px){:where(.uc-spk) ::placeholder{
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }}:where(.uc-spk) textarea{
    resize: vertical;
  }:where(.uc-spk) ::-webkit-search-decoration{
    -webkit-appearance: none;
  }:where(.uc-spk) ::-webkit-date-and-time-value{
    min-height: 1lh;
    text-align: inherit;
  }:where(.uc-spk) ::-webkit-datetime-edit{
    display: inline-flex;
  }:where(.uc-spk) ::-webkit-datetime-edit-fields-wrapper{
    padding: 0;
  }:where(.uc-spk) ::-webkit-datetime-edit, :where(.uc-spk) ::-webkit-datetime-edit-year-field, :where(.uc-spk) ::-webkit-datetime-edit-month-field, :where(.uc-spk) ::-webkit-datetime-edit-day-field, :where(.uc-spk) ::-webkit-datetime-edit-hour-field, :where(.uc-spk) ::-webkit-datetime-edit-minute-field, :where(.uc-spk) ::-webkit-datetime-edit-second-field, :where(.uc-spk) ::-webkit-datetime-edit-millisecond-field, :where(.uc-spk) ::-webkit-datetime-edit-meridiem-field{
    padding-block: 0;
  }:where(.uc-spk) ::-webkit-calendar-picker-indicator{
    line-height: 1;
  }:where(.uc-spk) :-moz-ui-invalid{
    box-shadow: none;
  }:where(.uc-spk) button, :where(.uc-spk) input:where([type="button"], [type="reset"], [type="submit"]), :where(.uc-spk) ::file-selector-button{
    appearance: button;
  }:where(.uc-spk) ::-webkit-inner-spin-button, :where(.uc-spk) ::-webkit-outer-spin-button{
    height: auto;
  }:where(.uc-spk) [hidden]:where(:not([hidden="until-found"])){
    display: none !important;
  }}@layer utilities{:where(.uc-spk) .pointer-events-none{
    pointer-events: none;
  }:where(.uc-spk) .absolute{
    position: absolute;
  }:where(.uc-spk) .relative{
    position: relative;
  }:where(.uc-spk) .inset-0{
    inset: calc(var(--spacing) * 0);
  }:where(.uc-spk) .inset-x-0{
    inset-inline: calc(var(--spacing) * 0);
  }:where(.uc-spk) .-top-2{
    top: calc(var(--spacing) * -2);
  }:where(.uc-spk) .-top-3{
    top: calc(var(--spacing) * -3);
  }:where(.uc-spk) .-top-\[3px\]{
    top: calc(3px * -1);
  }:where(.uc-spk) .top-0{
    top: calc(var(--spacing) * 0);
  }:where(.uc-spk) .top-\[2\.6\%\]{
    top: 2.6%;
  }:where(.uc-spk) .top-\[3\%\]{
    top: 3%;
  }:where(.uc-spk) .top-\[13\%\]{
    top: 13%;
  }:where(.uc-spk) .top-\[14px\]{
    top: 14px;
  }:where(.uc-spk) .top-\[20\%\]{
    top: 20%;
  }:where(.uc-spk) .top-\[25\%\]{
    top: 25%;
  }:where(.uc-spk) .top-\[30\%\]{
    top: 30%;
  }:where(.uc-spk) .top-\[40\%\]{
    top: 40%;
  }:where(.uc-spk) .top-\[43\%\]{
    top: 43%;
  }:where(.uc-spk) .top-\[44\%\]{
    top: 44%;
  }:where(.uc-spk) .top-\[48\.4\%\]{
    top: 48.4%;
  }:where(.uc-spk) .top-\[49\%\]{
    top: 49%;
  }:where(.uc-spk) .top-\[125px\]{
    top: 125px;
  }:where(.uc-spk) .top-\[160px\]{
    top: 160px;
  }:where(.uc-spk) .top-\[167px\]{
    top: 167px;
  }:where(.uc-spk) .top-\[236px\]{
    top: 236px;
  }:where(.uc-spk) .top-full{
    top: 100%;
  }:where(.uc-spk) .-right-3{
    right: calc(var(--spacing) * -3);
  }:where(.uc-spk) .-right-\[3px\]{
    right: calc(3px * -1);
  }:where(.uc-spk) .right-0{
    right: calc(var(--spacing) * 0);
  }:where(.uc-spk) .right-\[-42\%\]{
    right: -42%;
  }:where(.uc-spk) .right-\[-52\.4\%\]{
    right: -52.4%;
  }:where(.uc-spk) .right-\[1\%\]{
    right: 1%;
  }:where(.uc-spk) .right-\[4\%\]{
    right: 4%;
  }:where(.uc-spk) .right-\[14px\]{
    right: 14px;
  }:where(.uc-spk) .-bottom-\[4px\]{
    bottom: calc(4px * -1);
  }:where(.uc-spk) .bottom-0{
    bottom: calc(var(--spacing) * 0);
  }:where(.uc-spk) .bottom-3{
    bottom: calc(var(--spacing) * 3);
  }:where(.uc-spk) .bottom-\[-30\%\]{
    bottom: -30%;
  }:where(.uc-spk) .bottom-\[-32\%\]{
    bottom: -32%;
  }:where(.uc-spk) .bottom-\[11\%\]{
    bottom: 11%;
  }:where(.uc-spk) .bottom-\[14px\]{
    bottom: 14px;
  }:where(.uc-spk) .-left-\[3px\]{
    left: calc(3px * -1);
  }:where(.uc-spk) .left-0{
    left: calc(var(--spacing) * 0);
  }:where(.uc-spk) .left-1\/2{
    left: calc(1/2 * 100%);
  }:where(.uc-spk) .left-\[-20px\]{
    left: -20px;
  }:where(.uc-spk) .left-\[-24px\]{
    left: -24px;
  }:where(.uc-spk) .left-\[-25\%\]{
    left: -25%;
  }:where(.uc-spk) .left-\[-96\.3\%\]{
    left: -96.3%;
  }:where(.uc-spk) .left-\[1\%\]{
    left: 1%;
  }:where(.uc-spk) .left-\[2\%\]{
    left: 2%;
  }:where(.uc-spk) .left-\[2\.2\%\]{
    left: 2.2%;
  }:where(.uc-spk) .left-\[5\%\]{
    left: 5%;
  }:where(.uc-spk) .left-\[6px\]{
    left: 6px;
  }:where(.uc-spk) .left-\[19\.2\%\]{
    left: 19.2%;
  }:where(.uc-spk) .left-\[128px\]{
    left: 128px;
  }:where(.uc-spk) .left-\[143px\]{
    left: 143px;
  }:where(.uc-spk) .z-0{
    z-index: 0;
  }:where(.uc-spk) .z-10{
    z-index: 10;
  }:where(.uc-spk) .z-20{
    z-index: 20;
  }:where(.uc-spk) .z-30{
    z-index: 30;
  }:where(.uc-spk) .z-40{
    z-index: 40;
  }:where(.uc-spk) .m-0{
    margin: calc(var(--spacing) * 0);
  }:where(.uc-spk) .mx-6{
    margin-inline: calc(var(--spacing) * 6);
  }:where(.uc-spk) .mx-auto{
    margin-inline: auto;
  }:where(.uc-spk) .-my-1\.5{
    margin-block: calc(var(--spacing) * -1.5);
  }:where(.uc-spk) .my-auto{
    margin-block: auto;
  }:where(.uc-spk) .\!mt-3{
    margin-top: calc(var(--spacing) * 3) !important;
  }:where(.uc-spk) .\!mt-\[52px\]{
    margin-top: 52px !important;
  }:where(.uc-spk) .mt-0\.5{
    margin-top: calc(var(--spacing) * 0.5);
  }:where(.uc-spk) .mt-1{
    margin-top: calc(var(--spacing) * 1);
  }:where(.uc-spk) .mt-3{
    margin-top: calc(var(--spacing) * 3);
  }:where(.uc-spk) .mt-5{
    margin-top: calc(var(--spacing) * 5);
  }:where(.uc-spk) .mt-\[1\.5px\]{
    margin-top: 1.5px;
  }:where(.uc-spk) .mt-\[2px\]{
    margin-top: 2px;
  }:where(.uc-spk) .mt-\[3px\]{
    margin-top: 3px;
  }:where(.uc-spk) .mt-\[5px\]{
    margin-top: 5px;
  }:where(.uc-spk) .mt-\[8px\]{
    margin-top: 8px;
  }:where(.uc-spk) .mt-\[11px\]{
    margin-top: 11px;
  }:where(.uc-spk) .mt-\[14px\]{
    margin-top: 14px;
  }:where(.uc-spk) .mt-\[36px\]{
    margin-top: 36px;
  }:where(.uc-spk) .mt-\[52px\]{
    margin-top: 52px;
  }:where(.uc-spk) .mt-auto{
    margin-top: auto;
  }:where(.uc-spk) .mt-sprout-8{
    margin-top: var(--spacing-sprout-8);
  }:where(.uc-spk) .\!mb-0{
    margin-bottom: calc(var(--spacing) * 0) !important;
  }:where(.uc-spk) .mb-2{
    margin-bottom: calc(var(--spacing) * 2);
  }:where(.uc-spk) .mb-4{
    margin-bottom: calc(var(--spacing) * 4);
  }:where(.uc-spk) .mb-\[3px\]{
    margin-bottom: 3px;
  }:where(.uc-spk) .mb-\[7px\]{
    margin-bottom: 7px;
  }:where(.uc-spk) .mb-\[8px\]{
    margin-bottom: 8px;
  }:where(.uc-spk) .mb-\[9px\]{
    margin-bottom: 9px;
  }:where(.uc-spk) .mb-\[11px\]{
    margin-bottom: 11px;
  }:where(.uc-spk) .mb-\[16px\]{
    margin-bottom: 16px;
  }:where(.uc-spk) .mb-\[20px\]{
    margin-bottom: 20px;
  }:where(.uc-spk) .mb-\[52px\]{
    margin-bottom: 52px;
  }:where(.uc-spk) .mb-sprout-10{
    margin-bottom: var(--spacing-sprout-10);
  }:where(.uc-spk) .mb-sprout-24{
    margin-bottom: var(--spacing-sprout-24);
  }:where(.uc-spk) .ml-auto{
    margin-left: auto;
  }:where(.uc-spk) .block{
    display: block;
  }:where(.uc-spk) .flex{
    display: flex;
  }:where(.uc-spk) .grid{
    display: grid;
  }:where(.uc-spk) .inline-block{
    display: inline-block;
  }:where(.uc-spk) .inline-flex{
    display: inline-flex;
  }:where(.uc-spk) .aspect-\[348\/300\]{
    aspect-ratio: 348/300;
  }:where(.uc-spk) .size-\[58px\]{
    width: 58px;
    height: 58px;
  }:where(.uc-spk) .h-1{
    height: calc(var(--spacing) * 1);
  }:where(.uc-spk) .h-1\.5{
    height: calc(var(--spacing) * 1.5);
  }:where(.uc-spk) .h-2{
    height: calc(var(--spacing) * 2);
  }:where(.uc-spk) .h-4{
    height: calc(var(--spacing) * 4);
  }:where(.uc-spk) .h-5{
    height: calc(var(--spacing) * 5);
  }:where(.uc-spk) .h-\[3px\]{
    height: 3px;
  }:where(.uc-spk) .h-\[4\.6px\]{
    height: 4.6px;
  }:where(.uc-spk) .h-\[4px\]{
    height: 4px;
  }:where(.uc-spk) .h-\[5px\]{
    height: 5px;
  }:where(.uc-spk) .h-\[6px\]{
    height: 6px;
  }:where(.uc-spk) .h-\[7\.6px\]{
    height: 7.6px;
  }:where(.uc-spk) .h-\[7px\]{
    height: 7px;
  }:where(.uc-spk) .h-\[8px\]{
    height: 8px;
  }:where(.uc-spk) .h-\[9px\]{
    height: 9px;
  }:where(.uc-spk) .h-\[13px\]{
    height: 13px;
  }:where(.uc-spk) .h-\[14px\]{
    height: 14px;
  }:where(.uc-spk) .h-\[15px\]{
    height: 15px;
  }:where(.uc-spk) .h-\[18px\]{
    height: 18px;
  }:where(.uc-spk) .h-\[21px\]{
    height: 21px;
  }:where(.uc-spk) .h-\[23px\]{
    height: 23px;
  }:where(.uc-spk) .h-\[24px\]{
    height: 24px;
  }:where(.uc-spk) .h-\[26px\]{
    height: 26px;
  }:where(.uc-spk) .h-\[28px\]{
    height: 28px;
  }:where(.uc-spk) .h-\[29px\]{
    height: 29px;
  }:where(.uc-spk) .h-\[30px\]{
    height: 30px;
  }:where(.uc-spk) .h-\[33px\]{
    height: 33px;
  }:where(.uc-spk) .h-\[34px\]{
    height: 34px;
  }:where(.uc-spk) .h-\[35px\]{
    height: 35px;
  }:where(.uc-spk) .h-\[36px\]{
    height: 36px;
  }:where(.uc-spk) .h-\[40px\]{
    height: 40px;
  }:where(.uc-spk) .h-\[42\.2\%\]{
    height: 42.2%;
  }:where(.uc-spk) .h-\[42\.4\%\]{
    height: 42.4%;
  }:where(.uc-spk) .h-\[44px\]{
    height: 44px;
  }:where(.uc-spk) .h-\[52px\]{
    height: 52px;
  }:where(.uc-spk) .h-\[58px\]{
    height: 58px;
  }:where(.uc-spk) .h-\[82px\]{
    height: 82px;
  }:where(.uc-spk) .h-\[214px\]{
    height: 214px;
  }:where(.uc-spk) .h-\[238px\]{
    height: 238px;
  }:where(.uc-spk) .h-\[280px\]{
    height: 280px;
  }:where(.uc-spk) .h-\[336px\]{
    height: 336px;
  }:where(.uc-spk) .h-\[640px\]{
    height: 640px;
  }:where(.uc-spk) .h-full{
    height: 100%;
  }:where(.uc-spk) .h-px{
    height: 1px;
  }:where(.uc-spk) .h-screen{
    height: 100vh;
  }:where(.uc-spk) .min-h-\[294px\]{
    min-height: 294px;
  }:where(.uc-spk) .min-h-\[480px\]{
    min-height: 480px;
  }:where(.uc-spk) .w-1\.5{
    width: calc(var(--spacing) * 1.5);
  }:where(.uc-spk) .w-2{
    width: calc(var(--spacing) * 2);
  }:where(.uc-spk) .w-4{
    width: calc(var(--spacing) * 4);
  }:where(.uc-spk) .w-5{
    width: calc(var(--spacing) * 5);
  }:where(.uc-spk) .w-6{
    width: calc(var(--spacing) * 6);
  }:where(.uc-spk) .w-11{
    width: calc(var(--spacing) * 11);
  }:where(.uc-spk) .w-\[5px\]{
    width: 5px;
  }:where(.uc-spk) .w-\[6px\]{
    width: 6px;
  }:where(.uc-spk) .w-\[8px\]{
    width: 8px;
  }:where(.uc-spk) .w-\[14px\]{
    width: 14px;
  }:where(.uc-spk) .w-\[15px\]{
    width: 15px;
  }:where(.uc-spk) .w-\[18px\]{
    width: 18px;
  }:where(.uc-spk) .w-\[21px\]{
    width: 21px;
  }:where(.uc-spk) .w-\[23px\]{
    width: 23px;
  }:where(.uc-spk) .w-\[24px\]{
    width: 24px;
  }:where(.uc-spk) .w-\[26px\]{
    width: 26px;
  }:where(.uc-spk) .w-\[28px\]{
    width: 28px;
  }:where(.uc-spk) .w-\[29px\]{
    width: 29px;
  }:where(.uc-spk) .w-\[30px\]{
    width: 30px;
  }:where(.uc-spk) .w-\[33px\]{
    width: 33px;
  }:where(.uc-spk) .w-\[34px\]{
    width: 34px;
  }:where(.uc-spk) .w-\[35px\]{
    width: 35px;
  }:where(.uc-spk) .w-\[36px\]{
    width: 36px;
  }:where(.uc-spk) .w-\[38px\]{
    width: 38px;
  }:where(.uc-spk) .w-\[40px\]{
    width: 40px;
  }:where(.uc-spk) .w-\[44px\]{
    width: 44px;
  }:where(.uc-spk) .w-\[46\%\]{
    width: 46%;
  }:where(.uc-spk) .w-\[47px\]{
    width: 47px;
  }:where(.uc-spk) .w-\[52\%\]{
    width: 52%;
  }:where(.uc-spk) .w-\[52px\]{
    width: 52px;
  }:where(.uc-spk) .w-\[53\%\]{
    width: 53%;
  }:where(.uc-spk) .w-\[61\%\]{
    width: 61%;
  }:where(.uc-spk) .w-\[62\%\]{
    width: 62%;
  }:where(.uc-spk) .w-\[68\%\]{
    width: 68%;
  }:where(.uc-spk) .w-\[70\%\]{
    width: 70%;
  }:where(.uc-spk) .w-\[72\%\]{
    width: 72%;
  }:where(.uc-spk) .w-\[72px\]{
    width: 72px;
  }:where(.uc-spk) .w-\[77\%\]{
    width: 77%;
  }:where(.uc-spk) .w-\[77\.9\%\]{
    width: 77.9%;
  }:where(.uc-spk) .w-\[77px\]{
    width: 77px;
  }:where(.uc-spk) .w-\[80\%\]{
    width: 80%;
  }:where(.uc-spk) .w-\[84\%\]{
    width: 84%;
  }:where(.uc-spk) .w-\[84px\]{
    width: 84px;
  }:where(.uc-spk) .w-\[86\%\]{
    width: 86%;
  }:where(.uc-spk) .w-\[88\%\]{
    width: 88%;
  }:where(.uc-spk) .w-\[104px\]{
    width: 104px;
  }:where(.uc-spk) .w-\[110px\]{
    width: 110px;
  }:where(.uc-spk) .w-\[116px\]{
    width: 116px;
  }:where(.uc-spk) .w-\[131px\]{
    width: 131px;
  }:where(.uc-spk) .w-\[132px\]{
    width: 132px;
  }:where(.uc-spk) .w-\[137px\]{
    width: 137px;
  }:where(.uc-spk) .w-\[170px\]{
    width: 170px;
  }:where(.uc-spk) .w-\[172px\]{
    width: 172px;
  }:where(.uc-spk) .w-\[226px\]{
    width: 226px;
  }:where(.uc-spk) .w-\[233px\]{
    width: 233px;
  }:where(.uc-spk) .w-\[238px\]{
    width: 238px;
  }:where(.uc-spk) .w-\[240px\]{
    width: 240px;
  }:where(.uc-spk) .w-\[431px\]{
    width: 431px;
  }:where(.uc-spk) .w-full{
    width: 100%;
  }:where(.uc-spk) .w-px{
    width: 1px;
  }:where(.uc-spk) .max-w-\[300px\]{
    max-width: 300px;
  }:where(.uc-spk) .max-w-\[340px\]{
    max-width: 340px;
  }:where(.uc-spk) .max-w-\[360px\]{
    max-width: 360px;
  }:where(.uc-spk) .max-w-\[441px\]{
    max-width: 441px;
  }:where(.uc-spk) .max-w-\[442px\]{
    max-width: 442px;
  }:where(.uc-spk) .max-w-\[462px\]{
    max-width: 462px;
  }:where(.uc-spk) .max-w-\[560px\]{
    max-width: 560px;
  }:where(.uc-spk) .max-w-\[640px\]{
    max-width: 640px;
  }:where(.uc-spk) .max-w-\[720px\]{
    max-width: 720px;
  }:where(.uc-spk) .max-w-\[820px\]{
    max-width: 820px;
  }:where(.uc-spk) .max-w-\[836px\]{
    max-width: 836px;
  }:where(.uc-spk) .max-w-\[1240px\]{
    max-width: 1240px;
  }:where(.uc-spk) .min-w-0{
    min-width: calc(var(--spacing) * 0);
  }:where(.uc-spk) .flex-1{
    flex: 1;
  }:where(.uc-spk) .flex-\[1\.05\]{
    flex: 1.05;
  }:where(.uc-spk) .shrink-0{
    flex-shrink: 0;
  }:where(.uc-spk) .border-collapse{
    border-collapse: collapse;
  }:where(.uc-spk) .-translate-x-1\/2{
    --tw-translate-x: calc(calc(1/2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }:where(.uc-spk) .animate-spin{
    animation: var(--animate-spin);
  }:where(.uc-spk) .grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }:where(.uc-spk) .flex-col{
    flex-direction: column;
  }:where(.uc-spk) .place-items-center{
    place-items: center;
  }:where(.uc-spk) .items-center{
    align-items: center;
  }:where(.uc-spk) .items-start{
    align-items: flex-start;
  }:where(.uc-spk) .items-stretch{
    align-items: stretch;
  }:where(.uc-spk) .justify-between{
    justify-content: space-between;
  }:where(.uc-spk) .justify-center{
    justify-content: center;
  }:where(.uc-spk) .justify-end{
    justify-content: flex-end;
  }:where(.uc-spk) .gap-1{
    gap: calc(var(--spacing) * 1);
  }:where(.uc-spk) .gap-1\.5{
    gap: calc(var(--spacing) * 1.5);
  }:where(.uc-spk) .gap-2{
    gap: calc(var(--spacing) * 2);
  }:where(.uc-spk) .gap-2\.5{
    gap: calc(var(--spacing) * 2.5);
  }:where(.uc-spk) .gap-3{
    gap: calc(var(--spacing) * 3);
  }:where(.uc-spk) .gap-8{
    gap: calc(var(--spacing) * 8);
  }:where(.uc-spk) .gap-\[1\.5px\]{
    gap: 1.5px;
  }:where(.uc-spk) .gap-\[3px\]{
    gap: 3px;
  }:where(.uc-spk) .gap-\[4\.5px\]{
    gap: 4.5px;
  }:where(.uc-spk) .gap-\[4px\]{
    gap: 4px;
  }:where(.uc-spk) .gap-\[5px\]{
    gap: 5px;
  }:where(.uc-spk) .gap-\[6\.5px\]{
    gap: 6.5px;
  }:where(.uc-spk) .gap-\[6px\]{
    gap: 6px;
  }:where(.uc-spk) .gap-\[7px\]{
    gap: 7px;
  }:where(.uc-spk) .gap-\[8px\]{
    gap: 8px;
  }:where(.uc-spk) .gap-\[9px\]{
    gap: 9px;
  }:where(.uc-spk) .gap-\[10px\]{
    gap: 10px;
  }:where(.uc-spk) .gap-\[11px\]{
    gap: 11px;
  }:where(.uc-spk) .gap-\[12px\]{
    gap: 12px;
  }:where(.uc-spk) .gap-\[13px\]{
    gap: 13px;
  }:where(.uc-spk) .gap-\[14px\]{
    gap: 14px;
  }:where(.uc-spk) .gap-\[15px\]{
    gap: 15px;
  }:where(.uc-spk) .gap-\[16px\]{
    gap: 16px;
  }:where(.uc-spk) .gap-\[22px\]{
    gap: 22px;
  }:where(.uc-spk) .gap-\[28px\]{
    gap: 28px;
  }:where(.uc-spk) .gap-px{
    gap: 1px;
  }:where(.uc-spk) .gap-sprout-16{
    gap: var(--spacing-sprout-16);
  }:where(.uc-spk) .self-center{
    align-self: center;
  }:where(.uc-spk) .self-start{
    align-self: flex-start;
  }:where(.uc-spk) .self-stretch{
    align-self: stretch;
  }:where(.uc-spk) .truncate{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }:where(.uc-spk) .overflow-hidden{
    overflow: hidden;
  }:where(.uc-spk) .rounded{
    border-radius: 0.25rem;
  }:where(.uc-spk) .rounded-\[1px\]{
    border-radius: 1px;
  }:where(.uc-spk) .rounded-\[3px\]{
    border-radius: 3px;
  }:where(.uc-spk) .rounded-\[4px\]{
    border-radius: 4px;
  }:where(.uc-spk) .rounded-\[5px\]{
    border-radius: 5px;
  }:where(.uc-spk) .rounded-\[6px\]{
    border-radius: 6px;
  }:where(.uc-spk) .rounded-\[8px\]{
    border-radius: 8px;
  }:where(.uc-spk) .rounded-\[9px\]{
    border-radius: 9px;
  }:where(.uc-spk) .rounded-\[10px\]{
    border-radius: 10px;
  }:where(.uc-spk) .rounded-\[11px\]{
    border-radius: 11px;
  }:where(.uc-spk) .rounded-\[12px\]{
    border-radius: 12px;
  }:where(.uc-spk) .rounded-\[13px\]{
    border-radius: 13px;
  }:where(.uc-spk) .rounded-\[14px\]{
    border-radius: 14px;
  }:where(.uc-spk) .rounded-\[15px\]{
    border-radius: 15px;
  }:where(.uc-spk) .rounded-\[16px\]{
    border-radius: 16px;
  }:where(.uc-spk) .rounded-\[18px\]{
    border-radius: 18px;
  }:where(.uc-spk) .rounded-\[24px\]{
    border-radius: 24px;
  }:where(.uc-spk) .rounded-\[32px\]{
    border-radius: 32px;
  }:where(.uc-spk) .rounded-full{
    border-radius: calc(infinity * 1px);
  }:where(.uc-spk) .rounded-xl{
    border-radius: calc(var(--radius) + 4px);
  }:where(.uc-spk) .border{
    border-style: var(--tw-border-style);
    border-width: 1px;
  }:where(.uc-spk) .border-\[2\.5px\]{
    border-style: var(--tw-border-style);
    border-width: 2.5px;
  }:where(.uc-spk) .border-t{
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }:where(.uc-spk) .border-b{
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }:where(.uc-spk) .border-l{
    border-left-style: var(--tw-border-style);
    border-left-width: 1px;
  }:where(.uc-spk) .border-dashed{
    --tw-border-style: dashed;
    border-style: dashed;
  }:where(.uc-spk) .border-\[\#1d9e75\]{
    border-color: #1d9e75;
  }:where(.uc-spk) .border-\[\#7c3aed\]{
    border-color: #7c3aed;
  }:where(.uc-spk) .border-\[\#d4d4d8\]{
    border-color: #d4d4d8;
  }:where(.uc-spk) .border-\[\#e2c8ba\]{
    border-color: #e2c8ba;
  }:where(.uc-spk) .border-\[\#e4e4e7\]{
    border-color: #e4e4e7;
  }:where(.uc-spk) .border-\[\#e5e5e5\]{
    border-color: #e5e5e5;
  }:where(.uc-spk) .border-\[\#ececec\]{
    border-color: #ececec;
  }:where(.uc-spk) .border-\[\#eeeeee\]{
    border-color: #eeeeee;
  }:where(.uc-spk) .border-\[\#eef0f2\]{
    border-color: #eef0f2;
  }:where(.uc-spk) .border-\[\#efa584\]{
    border-color: #efa584;
  }:where(.uc-spk) .border-\[\#efefef\]{
    border-color: #efefef;
  }:where(.uc-spk) .border-\[\#f0f0f0\]{
    border-color: #f0f0f0;
  }:where(.uc-spk) .border-\[\#f1d1d7\]{
    border-color: #f1d1d7;
  }:where(.uc-spk) .border-\[\#f2f2f2\]{
    border-color: #f2f2f2;
  }:where(.uc-spk) .border-\[\#f4f4f5\]{
    border-color: #f4f4f5;
  }:where(.uc-spk) .border-\[\#f6f6f6\]{
    border-color: #f6f6f6;
  }:where(.uc-spk) .border-\[\#ffd9c9\]{
    border-color: #ffd9c9;
  }:where(.uc-spk) .border-neutral-300{
    border-color: var(--color-neutral-300);
  }:where(.uc-spk) .border-sprout-color-border-weak{
    border-color: var(--color-sprout-color-border-weak);
  }:where(.uc-spk) .border-t-\[\#ff5a1f\]{
    border-top-color: #ff5a1f;
  }:where(.uc-spk) .bg-\[\#1d9e75\]{
    background-color: #1d9e75;
  }:where(.uc-spk) .bg-\[\#1e1e1e\]{
    background-color: #1e1e1e;
  }:where(.uc-spk) .bg-\[\#3f3f46\]{
    background-color: #3f3f46;
  }:where(.uc-spk) .bg-\[\#007cba\]{
    background-color: #007cba;
  }:where(.uc-spk) .bg-\[\#7c3aed\]{
    background-color: #7c3aed;
  }:where(.uc-spk) .bg-\[\#111\]{
    background-color: #111;
  }:where(.uc-spk) .bg-\[\#6366f1\]{
    background-color: #6366f1;
  }:where(.uc-spk) .bg-\[\#18181b\]{
    background-color: #18181b;
  }:where(.uc-spk) .bg-\[\#111827\]{
    background-color: #111827;
  }:where(.uc-spk) .bg-\[\#a1a1aa\]{
    background-color: #a1a1aa;
  }:where(.uc-spk) .bg-\[\#dcdfe3\]{
    background-color: #dcdfe3;
  }:where(.uc-spk) .bg-\[\#e1f5ee\]{
    background-color: #e1f5ee;
  }:where(.uc-spk) .bg-\[\#e4e4e7\]{
    background-color: #e4e4e7;
  }:where(.uc-spk) .bg-\[\#e5e5e5\]{
    background-color: #e5e5e5;
  }:where(.uc-spk) .bg-\[\#ec4899\]{
    background-color: #ec4899;
  }:where(.uc-spk) .bg-\[\#eef2ff\]{
    background-color: #eef2ff;
  }:where(.uc-spk) .bg-\[\#f1f1f3\]{
    background-color: #f1f1f3;
  }:where(.uc-spk) .bg-\[\#f1f3f4\]{
    background-color: #f1f3f4;
  }:where(.uc-spk) .bg-\[\#f4f4f4\]{
    background-color: #f4f4f4;
  }:where(.uc-spk) .bg-\[\#f4f4f5\]{
    background-color: #f4f4f5;
  }:where(.uc-spk) .bg-\[\#fd6a35\]{
    background-color: #fd6a35;
  }:where(.uc-spk) .bg-\[\#fdf0ea\]{
    background-color: #fdf0ea;
  }:where(.uc-spk) .bg-\[\#fef2f2\]{
    background-color: #fef2f2;
  }:where(.uc-spk) .bg-\[\#ff5a1f\]{
    background-color: #ff5a1f;
  }:where(.uc-spk) .bg-\[\#ff7654\]{
    background-color: #ff7654;
  }:where(.uc-spk) .bg-\[\#fff3ec\]{
    background-color: #fff3ec;
  }:where(.uc-spk) .bg-\[\#fff4ee\]{
    background-color: #fff4ee;
  }:where(.uc-spk) .bg-\[\#fff4ef\]{
    background-color: #fff4ef;
  }:where(.uc-spk) .bg-neutral-200{
    background-color: var(--color-neutral-200);
  }:where(.uc-spk) .bg-neutral-300{
    background-color: var(--color-neutral-300);
  }:where(.uc-spk) .bg-sprout-color-background-default{
    background-color: var(--color-sprout-color-background-default);
  }:where(.uc-spk) .bg-sprout-color-background-weaker{
    background-color: var(--color-sprout-color-background-weaker);
  }:where(.uc-spk) .bg-sprout-color-border-weak{
    background-color: var(--color-sprout-color-border-weak);
  }:where(.uc-spk) .bg-white{
    background-color: var(--color-white);
  }:where(.uc-spk) .bg-gradient-to-br{
    --tw-gradient-position: to bottom right in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }:where(.uc-spk) .from-\[\#ffe1d0\]{
    --tw-gradient-from: #ffe1d0;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }:where(.uc-spk) .to-\[\#ffcbb0\]{
    --tw-gradient-to: #ffcbb0;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }:where(.uc-spk) .object-contain{
    object-fit: contain;
  }:where(.uc-spk) .p-1{
    padding: calc(var(--spacing) * 1);
  }:where(.uc-spk) .p-6{
    padding: calc(var(--spacing) * 6);
  }:where(.uc-spk) .p-10{
    padding: calc(var(--spacing) * 10);
  }:where(.uc-spk) .p-\[5px\]{
    padding: 5px;
  }:where(.uc-spk) .p-\[7px\]{
    padding: 7px;
  }:where(.uc-spk) .p-\[8px\]{
    padding: 8px;
  }:where(.uc-spk) .p-\[9px\]{
    padding: 9px;
  }:where(.uc-spk) .p-\[12px\]{
    padding: 12px;
  }:where(.uc-spk) .p-\[13px\]{
    padding: 13px;
  }:where(.uc-spk) .p-\[14px\]{
    padding: 14px;
  }:where(.uc-spk) .p-\[18px\]{
    padding: 18px;
  }:where(.uc-spk) .p-\[19px\]{
    padding: 19px;
  }:where(.uc-spk) .p-\[21px\]{
    padding: 21px;
  }:where(.uc-spk) .p-\[22px\]{
    padding: 22px;
  }:where(.uc-spk) .px-1\.5{
    padding-inline: calc(var(--spacing) * 1.5);
  }:where(.uc-spk) .px-2{
    padding-inline: calc(var(--spacing) * 2);
  }:where(.uc-spk) .px-2\.5{
    padding-inline: calc(var(--spacing) * 2.5);
  }:where(.uc-spk) .px-3{
    padding-inline: calc(var(--spacing) * 3);
  }:where(.uc-spk) .px-4{
    padding-inline: calc(var(--spacing) * 4);
  }:where(.uc-spk) .px-5{
    padding-inline: calc(var(--spacing) * 5);
  }:where(.uc-spk) .px-\[2px\]{
    padding-inline: 2px;
  }:where(.uc-spk) .px-\[5\%\]{
    padding-inline: 5%;
  }:where(.uc-spk) .px-\[5\.5\%\]{
    padding-inline: 5.5%;
  }:where(.uc-spk) .px-\[5px\]{
    padding-inline: 5px;
  }:where(.uc-spk) .px-\[7\%\]{
    padding-inline: 7%;
  }:where(.uc-spk) .px-\[7\.5px\]{
    padding-inline: 7.5px;
  }:where(.uc-spk) .px-\[7px\]{
    padding-inline: 7px;
  }:where(.uc-spk) .px-\[8px\]{
    padding-inline: 8px;
  }:where(.uc-spk) .px-\[9px\]{
    padding-inline: 9px;
  }:where(.uc-spk) .px-\[10\.5px\]{
    padding-inline: 10.5px;
  }:where(.uc-spk) .px-\[10px\]{
    padding-inline: 10px;
  }:where(.uc-spk) .px-\[11px\]{
    padding-inline: 11px;
  }:where(.uc-spk) .px-\[12px\]{
    padding-inline: 12px;
  }:where(.uc-spk) .px-\[13px\]{
    padding-inline: 13px;
  }:where(.uc-spk) .px-\[14px\]{
    padding-inline: 14px;
  }:where(.uc-spk) .px-\[16px\]{
    padding-inline: 16px;
  }:where(.uc-spk) .px-\[18px\]{
    padding-inline: 18px;
  }:where(.uc-spk) .px-\[26px\]{
    padding-inline: 26px;
  }:where(.uc-spk) .px-\[28px\]{
    padding-inline: 28px;
  }:where(.uc-spk) .py-1{
    padding-block: calc(var(--spacing) * 1);
  }:where(.uc-spk) .py-1\.5{
    padding-block: calc(var(--spacing) * 1.5);
  }:where(.uc-spk) .py-2{
    padding-block: calc(var(--spacing) * 2);
  }:where(.uc-spk) .py-3{
    padding-block: calc(var(--spacing) * 3);
  }:where(.uc-spk) .py-\[1px\]{
    padding-block: 1px;
  }:where(.uc-spk) .py-\[2px\]{
    padding-block: 2px;
  }:where(.uc-spk) .py-\[3px\]{
    padding-block: 3px;
  }:where(.uc-spk) .py-\[4\.5px\]{
    padding-block: 4.5px;
  }:where(.uc-spk) .py-\[4px\]{
    padding-block: 4px;
  }:where(.uc-spk) .py-\[6px\]{
    padding-block: 6px;
  }:where(.uc-spk) .py-\[7px\]{
    padding-block: 7px;
  }:where(.uc-spk) .py-\[8px\]{
    padding-block: 8px;
  }:where(.uc-spk) .py-\[9px\]{
    padding-block: 9px;
  }:where(.uc-spk) .py-\[10px\]{
    padding-block: 10px;
  }:where(.uc-spk) .py-\[12px\]{
    padding-block: 12px;
  }:where(.uc-spk) .py-\[15px\]{
    padding-block: 15px;
  }:where(.uc-spk) .py-\[16px\]{
    padding-block: 16px;
  }:where(.uc-spk) .py-\[26px\]{
    padding-block: 26px;
  }:where(.uc-spk) .py-sprout-8{
    padding-block: var(--spacing-sprout-8);
  }:where(.uc-spk) .\!pt-\[66px\]{
    padding-top: 66px !important;
  }:where(.uc-spk) .pt-\[3\%\]{
    padding-top: 3%;
  }:where(.uc-spk) .pt-\[6\%\]{
    padding-top: 6%;
  }:where(.uc-spk) .pt-\[13px\]{
    padding-top: 13px;
  }:where(.uc-spk) .pt-\[14px\]{
    padding-top: 14px;
  }:where(.uc-spk) .pt-\[16px\]{
    padding-top: 16px;
  }:where(.uc-spk) .pt-\[76px\]{
    padding-top: 76px;
  }:where(.uc-spk) .pr-3{
    padding-right: calc(var(--spacing) * 3);
  }:where(.uc-spk) .pr-\[13px\]{
    padding-right: 13px;
  }:where(.uc-spk) .pb-0{
    padding-bottom: calc(var(--spacing) * 0);
  }:where(.uc-spk) .pb-3{
    padding-bottom: calc(var(--spacing) * 3);
  }:where(.uc-spk) .pb-6{
    padding-bottom: calc(var(--spacing) * 6);
  }:where(.uc-spk) .pb-\[2\%\]{
    padding-bottom: 2%;
  }:where(.uc-spk) .pb-\[6\%\]{
    padding-bottom: 6%;
  }:where(.uc-spk) .pb-\[13px\]{
    padding-bottom: 13px;
  }:where(.uc-spk) .pb-\[14px\]{
    padding-bottom: 14px;
  }:where(.uc-spk) .pb-\[15px\]{
    padding-bottom: 15px;
  }:where(.uc-spk) .pb-\[44px\]{
    padding-bottom: 44px;
  }:where(.uc-spk) .pl-4{
    padding-left: calc(var(--spacing) * 4);
  }:where(.uc-spk) .pl-\[12px\]{
    padding-left: 12px;
  }:where(.uc-spk) .pl-\[38px\]{
    padding-left: 38px;
  }:where(.uc-spk) .text-center{
    text-align: center;
  }:where(.uc-spk) .font-mono{
    font-family: var(--font-mono);
  }:where(.uc-spk) .font-zalando-sans{
    font-family: var(--font-zalando-sans);
  }:where(.uc-spk) .\!text-\[40px\]{
    font-size: 40px !important;
  }:where(.uc-spk) .\!text-\[48px\]{
    font-size: 48px !important;
  }:where(.uc-spk) .text-\[6px\]{
    font-size: 6px;
  }:where(.uc-spk) .text-\[7\.5px\]{
    font-size: 7.5px;
  }:where(.uc-spk) .text-\[7px\]{
    font-size: 7px;
  }:where(.uc-spk) .text-\[8\.5px\]{
    font-size: 8.5px;
  }:where(.uc-spk) .text-\[8px\]{
    font-size: 8px;
  }:where(.uc-spk) .text-\[9\.5px\]{
    font-size: 9.5px;
  }:where(.uc-spk) .text-\[9px\]{
    font-size: 9px;
  }:where(.uc-spk) .text-\[10\.5px\]{
    font-size: 10.5px;
  }:where(.uc-spk) .text-\[10px\]{
    font-size: 10px;
  }:where(.uc-spk) .text-\[11\.5px\]{
    font-size: 11.5px;
  }:where(.uc-spk) .text-\[11px\]{
    font-size: 11px;
  }:where(.uc-spk) .text-\[12px\]{
    font-size: 12px;
  }:where(.uc-spk) .text-\[13px\]{
    font-size: 13px;
  }:where(.uc-spk) .text-\[14\.5px\]{
    font-size: 14.5px;
  }:where(.uc-spk) .text-\[14px\]{
    font-size: 14px;
  }:where(.uc-spk) .text-\[15px\]{
    font-size: 15px;
  }:where(.uc-spk) .text-\[16px\]{
    font-size: 16px;
  }:where(.uc-spk) .text-\[18px\]{
    font-size: 18px;
  }:where(.uc-spk) .text-\[19px\]{
    font-size: 19px;
  }:where(.uc-spk) .text-\[22px\]{
    font-size: 22px;
  }:where(.uc-spk) .\!leading-\[1\.05\]{
    --tw-leading: 1.05 !important;
    line-height: 1.05 !important;
  }:where(.uc-spk) .leading-6{
    --tw-leading: calc(var(--spacing) * 6);
    line-height: calc(var(--spacing) * 6);
  }:where(.uc-spk) .leading-\[1\.2\]{
    --tw-leading: 1.2;
    line-height: 1.2;
  }:where(.uc-spk) .leading-\[1\.3\]{
    --tw-leading: 1.3;
    line-height: 1.3;
  }:where(.uc-spk) .leading-\[1\.4\]{
    --tw-leading: 1.4;
    line-height: 1.4;
  }:where(.uc-spk) .leading-\[1\.5\]{
    --tw-leading: 1.5;
    line-height: 1.5;
  }:where(.uc-spk) .leading-\[1\.15\]{
    --tw-leading: 1.15;
    line-height: 1.15;
  }:where(.uc-spk) .leading-\[1\.25\]{
    --tw-leading: 1.25;
    line-height: 1.25;
  }:where(.uc-spk) .leading-\[1\.35\]{
    --tw-leading: 1.35;
    line-height: 1.35;
  }:where(.uc-spk) .leading-\[8\.4px\]{
    --tw-leading: 8.4px;
    line-height: 8.4px;
  }:where(.uc-spk) .leading-\[12px\]{
    --tw-leading: 12px;
    line-height: 12px;
  }:where(.uc-spk) .leading-\[14px\]{
    --tw-leading: 14px;
    line-height: 14px;
  }:where(.uc-spk) .leading-none{
    --tw-leading: 1;
    line-height: 1;
  }:where(.uc-spk) .leading-tight{
    --tw-leading: var(--leading-tight);
    line-height: var(--leading-tight);
  }:where(.uc-spk) .font-bold{
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }:where(.uc-spk) .font-extrabold{
    --tw-font-weight: var(--font-weight-extrabold);
    font-weight: var(--font-weight-extrabold);
  }:where(.uc-spk) .font-medium{
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }:where(.uc-spk) .font-normal{
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }:where(.uc-spk) .font-semibold{
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }:where(.uc-spk) .\!tracking-\[-\.03em\]{
    --tw-tracking: -.03em !important;
    letter-spacing: -.03em !important;
  }:where(.uc-spk) .\!tracking-\[-0\.03em\]{
    --tw-tracking: -0.03em !important;
    letter-spacing: -0.03em !important;
  }:where(.uc-spk) .tracking-\[-\.01em\]{
    --tw-tracking: -.01em;
    letter-spacing: -.01em;
  }:where(.uc-spk) .text-ellipsis{
    text-overflow: ellipsis;
  }:where(.uc-spk) .whitespace-nowrap{
    white-space: nowrap;
  }:where(.uc-spk) .\!text-\[\#0a0a0a\]{
    color: #0a0a0a !important;
  }:where(.uc-spk) .\!text-\[\#737373\]{
    color: #737373 !important;
  }:where(.uc-spk) .\!text-sprout-color-text-default{
    color: var(--color-sprout-color-text-default) !important;
  }:where(.uc-spk) .text-\[\#0a0a0a\]{
    color: #0a0a0a;
  }:where(.uc-spk) .text-\[\#0f6e56\]{
    color: #0f6e56;
  }:where(.uc-spk) .text-\[\#1d7a4d\]{
    color: #1d7a4d;
  }:where(.uc-spk) .text-\[\#1e1e1e\]{
    color: #1e1e1e;
  }:where(.uc-spk) .text-\[\#3a3a3f\]{
    color: #3a3a3f;
  }:where(.uc-spk) .text-\[\#3f3f46\]{
    color: #3f3f46;
  }:where(.uc-spk) .text-\[\#4f46e5\]{
    color: #4f46e5;
  }:where(.uc-spk) .text-\[\#7c3aed\]{
    color: #7c3aed;
  }:where(.uc-spk) .text-\[\#8a8f98\]{
    color: #8a8f98;
  }:where(.uc-spk) .text-\[\#9a6b00\]{
    color: #9a6b00;
  }:where(.uc-spk) .text-\[\#16a34a\]{
    color: #16a34a;
  }:where(.uc-spk) .text-\[\#52525b\]{
    color: #52525b;
  }:where(.uc-spk) .text-\[\#71717a\]{
    color: #71717a;
  }:where(.uc-spk) .text-\[\#86868f\]{
    color: #86868f;
  }:where(.uc-spk) .text-\[\#111112\]{
    color: #111112;
  }:where(.uc-spk) .text-\[\#171717\]{
    color: #171717;
  }:where(.uc-spk) .text-\[\#737373\]{
    color: #737373;
  }:where(.uc-spk) .text-\[\#a1a1aa\]{
    color: #a1a1aa;
  }:where(.uc-spk) .text-\[\#a3a3a3\]{
    color: #a3a3a3;
  }:where(.uc-spk) .text-\[\#b91c1c\]{
    color: #b91c1c;
  }:where(.uc-spk) .text-\[\#c4c4c8\]{
    color: #c4c4c8;
  }:where(.uc-spk) .text-\[\#c9b299\]{
    color: #c9b299;
  }:where(.uc-spk) .text-\[\#c2410c\]{
    color: #c2410c;
  }:where(.uc-spk) .text-\[\#d4d4d8\]{
    color: #d4d4d8;
  }:where(.uc-spk) .text-\[\#d1435b\]{
    color: #d1435b;
  }:where(.uc-spk) .text-\[\#d4409a\]{
    color: #d4409a;
  }:where(.uc-spk) .text-\[\#fd6a35\]{
    color: #fd6a35;
  }:where(.uc-spk) .text-\[\#ff5a1f\]{
    color: #ff5a1f;
  }:where(.uc-spk) .text-black{
    color: var(--color-black);
  }:where(.uc-spk) .text-neutral-300{
    color: var(--color-neutral-300);
  }:where(.uc-spk) .text-neutral-400{
    color: var(--color-neutral-400);
  }:where(.uc-spk) .text-neutral-500{
    color: var(--color-neutral-500);
  }:where(.uc-spk) .text-neutral-800{
    color: var(--color-neutral-800);
  }:where(.uc-spk) .text-sprout-color-primary{
    color: var(--color-sprout-color-primary);
  }:where(.uc-spk) .text-sprout-color-text-default{
    color: var(--color-sprout-color-text-default);
  }:where(.uc-spk) .text-sprout-color-text-weaker{
    color: var(--color-sprout-color-text-weaker);
  }:where(.uc-spk) .text-white{
    color: var(--color-white);
  }:where(.uc-spk) .opacity-60{
    opacity: 60%;
  }:where(.uc-spk) .shadow-\[0_8px_20px_-6px_rgba\(0\,0\,0\,\.4\)\]{
    --tw-shadow: 0 8px 20px -6px var(--tw-shadow-color, rgba(0,0,0,.4));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }:where(.uc-spk) .shadow-\[0_8px_20px_-6px_rgba\(0\,0\,0\,\.35\)\]{
    --tw-shadow: 0 8px 20px -6px var(--tw-shadow-color, rgba(0,0,0,.35));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }:where(.uc-spk) .shadow-\[0_9px_18px_-3px_rgba\(0\,0\,0\,\.03\)\,0_18px_36px_-5px_rgba\(0\,0\,0\,\.04\)\]{
    --tw-shadow: 0 9px 18px -3px var(--tw-shadow-color, rgba(0,0,0,.03)), 0 18px 36px -5px var(--tw-shadow-color, rgba(0,0,0,.04));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }:where(.uc-spk) .shadow-\[0_10px_24px_-6px_rgba\(0\,0\,0\,\.45\)\]{
    --tw-shadow: 0 10px 24px -6px var(--tw-shadow-color, rgba(0,0,0,.45));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }:where(.uc-spk) .shadow-\[0_10px_26px_-8px_rgba\(0\,0\,0\,\.45\)\]{
    --tw-shadow: 0 10px 26px -8px var(--tw-shadow-color, rgba(0,0,0,.45));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }:where(.uc-spk) .shadow-\[0_12px_28px_-8px_rgba\(0\,0\,0\,\.55\)\]{
    --tw-shadow: 0 12px 28px -8px var(--tw-shadow-color, rgba(0,0,0,.55));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }:where(.uc-spk) .shadow-\[0_14px_35px_-10px_rgba\(0\,0\,0\,\.5\)\]{
    --tw-shadow: 0 14px 35px -10px var(--tw-shadow-color, rgba(0,0,0,.5));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }:where(.uc-spk) .shadow-\[0_16px_36px_-8px_rgba\(0\,0\,0\,\.22\)\]{
    --tw-shadow: 0 16px 36px -8px var(--tw-shadow-color, rgba(0,0,0,.22));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }:where(.uc-spk) .shadow-\[0_16px_36px_-8px_rgba\(0\,0\,0\,\.28\)\]{
    --tw-shadow: 0 16px 36px -8px var(--tw-shadow-color, rgba(0,0,0,.28));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }:where(.uc-spk) .shadow-\[0_18px_40px_-16px_rgba\(0\,0\,0\,\.5\)\]{
    --tw-shadow: 0 18px 40px -16px var(--tw-shadow-color, rgba(0,0,0,.5));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }:where(.uc-spk) .shadow-\[0_20px_25px_-5px_rgba\(0\,0\,0\,\.12\)\,0_8px_10px_-6px_rgba\(0\,0\,0\,\.1\)\]{
    --tw-shadow: 0 20px 25px -5px var(--tw-shadow-color, rgba(0,0,0,.12)), 0 8px 10px -6px var(--tw-shadow-color, rgba(0,0,0,.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }:where(.uc-spk) .shadow-\[0_20px_45px_-15px_rgba\(0\,0\,0\,\.45\)\]{
    --tw-shadow: 0 20px 45px -15px var(--tw-shadow-color, rgba(0,0,0,.45));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }:where(.uc-spk) .shadow-\[0_30px_70px_-22px_rgba\(0\,0\,0\,\.55\)\]{
    --tw-shadow: 0 30px 70px -22px var(--tw-shadow-color, rgba(0,0,0,.55));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }:where(.uc-spk) .shadow-md{
    --tw-shadow: 0 4px 2px -2px var(--tw-shadow-color, #1018280f);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }:where(.uc-spk) .shadow-sm{
    --tw-shadow: 0 1px 2px 0 var(--tw-shadow-color, #1018280f);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }:where(.uc-spk) .ring-1{
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }:where(.uc-spk) .ring-\[\#7c3aed\]{
    --tw-ring-color: #7c3aed;
  }:where(.uc-spk) .ring-black\/5{
    --tw-ring-color: color-mix(in srgb, #000 5%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-ring-color: color-mix(in oklab, var(--color-black) 5%, transparent);
    }
  }:where(.uc-spk) .ring-black\/\[\.04\]{
    --tw-ring-color: color-mix(in srgb, #000 4%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-ring-color: color-mix(in oklab, var(--color-black) 4%, transparent);
    }
  }:where(.uc-spk) .drop-shadow-\[0_-4px_12px_rgba\(0\,0\,0\,\.06\)\]{
    --tw-drop-shadow-size: drop-shadow(0 -4px 12px var(--tw-drop-shadow-color, rgba(0,0,0,.06)));
    --tw-drop-shadow: var(--tw-drop-shadow-size);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }:where(.uc-spk) .drop-shadow-\[0_3px_3px_rgba\(0\,0\,0\,\.04\)\]{
    --tw-drop-shadow-size: drop-shadow(0 3px 3px var(--tw-drop-shadow-color, rgba(0,0,0,.04)));
    --tw-drop-shadow: var(--tw-drop-shadow-size);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }:where(.uc-spk) .transition-\[background-color\,border-color\]{
    transition-property: background-color,border-color;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }:where(.uc-spk) .transition-colors{
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }:where(.uc-spk) .duration-\[550ms\]{
    --tw-duration: 550ms;
    transition-duration: 550ms;
  }:where(.uc-spk) .ease-\[cubic-bezier\(\.4\,0\,\.2\,1\)\]{
    --tw-ease: cubic-bezier(.4,0,.2,1);
    transition-timing-function: cubic-bezier(.4,0,.2,1);
  }:where(.uc-spk) .last\:border-b-0{
    &:last-child {
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 0px;
    }
  }:where(.uc-spk) .sm\:grid-cols-2{
    @media (width >= 40rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }:where(.uc-spk) .sm\:\!text-\[48px\]{
    @media (width >= 40rem) {
      font-size: 48px !important;
    }
  }:where(.uc-spk) .md\:grid-cols-2{
    @media (width >= 48rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }:where(.uc-spk) .lg\:grid-cols-3{
    @media (width >= 64rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }:where(.uc-spk) .lg\:flex-row{
    @media (width >= 64rem) {
      flex-direction: row;
    }
  }:where(.uc-spk) .lg\:items-end{
    @media (width >= 64rem) {
      align-items: flex-end;
    }
  }:where(.uc-spk) .lg\:justify-between{
    @media (width >= 64rem) {
      justify-content: space-between;
    }
  }:where(.uc-spk) .lg\:\!text-\[60px\]{
    @media (width >= 64rem) {
      font-size: 60px !important;
    }
  }:where(.uc-spk) .lg\:\!leading-\[70px\]{
    @media (width >= 64rem) {
      --tw-leading: 70px !important;
      line-height: 70px !important;
    }
  }:where(.uc-spk) .night\:border-white\/10{
    &:is(.uc-night *) {
      border-color: color-mix(in srgb, #fff 10%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        border-color: color-mix(in oklab, var(--color-white) 10%, transparent);
      }
    }
  }:where(.uc-spk) .night\:bg-\[\#1f1f1f\]{
    &:is(.uc-night *) {
      background-color: #1f1f1f;
    }
  }:where(.uc-spk) .night\:bg-\[\#171717\]{
    &:is(.uc-night *) {
      background-color: #171717;
    }
  }:where(.uc-spk) .night\:bg-white\/\[\.08\]{
    &:is(.uc-night *) {
      background-color: color-mix(in srgb, #fff 8%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        background-color: color-mix(in oklab, var(--color-white) 8%, transparent);
      }
    }
  }:where(.uc-spk) .night\:\!text-white{
    &:is(.uc-night *) {
      color: var(--color-white) !important;
    }
  }:where(.uc-spk) .night\:\!text-white\/70{
    &:is(.uc-night *) {
      color: color-mix(in srgb, #fff 70%, transparent) !important;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, var(--color-white) 70%, transparent) !important;
      }
    }
  }:where(.uc-spk) .night\:text-white{
    &:is(.uc-night *) {
      color: var(--color-white);
    }
  }:where(.uc-spk) .night\:text-white\/70{
    &:is(.uc-night *) {
      color: color-mix(in srgb, #fff 70%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, var(--color-white) 70%, transparent);
      }
    }
  }}@property --tw-animation-delay{
  syntax: "*";
  inherits: false;
  initial-value: 0s;
}@property --tw-animation-direction{
  syntax: "*";
  inherits: false;
  initial-value: normal;
}@property --tw-animation-duration{
  syntax: "*";
  inherits: false;
}@property --tw-animation-fill-mode{
  syntax: "*";
  inherits: false;
  initial-value: none;
}@property --tw-animation-iteration-count{
  syntax: "*";
  inherits: false;
  initial-value: 1;
}@property --tw-enter-blur{
  syntax: "*";
  inherits: false;
  initial-value: 0;
}@property --tw-enter-opacity{
  syntax: "*";
  inherits: false;
  initial-value: 1;
}@property --tw-enter-rotate{
  syntax: "*";
  inherits: false;
  initial-value: 0;
}@property --tw-enter-scale{
  syntax: "*";
  inherits: false;
  initial-value: 1;
}@property --tw-enter-translate-x{
  syntax: "*";
  inherits: false;
  initial-value: 0;
}@property --tw-enter-translate-y{
  syntax: "*";
  inherits: false;
  initial-value: 0;
}@property --tw-exit-blur{
  syntax: "*";
  inherits: false;
  initial-value: 0;
}@property --tw-exit-opacity{
  syntax: "*";
  inherits: false;
  initial-value: 1;
}@property --tw-exit-rotate{
  syntax: "*";
  inherits: false;
  initial-value: 0;
}@property --tw-exit-scale{
  syntax: "*";
  inherits: false;
  initial-value: 1;
}@property --tw-exit-translate-x{
  syntax: "*";
  inherits: false;
  initial-value: 0;
}@property --tw-exit-translate-y{
  syntax: "*";
  inherits: false;
  initial-value: 0;
}:where(.uc-spk).uc-night .uc-logo-figma, :where(.uc-spk).uc-night .uc-logo-figma:hover{
  filter: brightness(0) invert(1) !important;
}.uc-spk{
  --radius: 0.625rem;
  --card: oklch(1 0 0);
  --card-foreground: oklch(0.145 0 0);
  --popover: oklch(1 0 0);
  --popover-foreground: oklch(0.145 0 0);
  --primary: oklch(0.205 0 0);
  --primary-foreground: oklch(0.985 0 0);
  --secondary: oklch(0.97 0 0);
  --secondary-foreground: oklch(0.205 0 0);
  --muted: oklch(0.97 0 0);
  --muted-foreground: oklch(0.556 0 0);
  --accent: oklch(0.97 0 0);
  --accent-foreground: oklch(0.205 0 0);
  --destructive: oklch(0.577 0.245 27.325);
  --border: oklch(0.922 0 0);
  --input: oklch(0.922 0 0);
  --ring: oklch(0.708 0 0);
  --chart-1: oklch(0.646 0.222 41.116);
  --chart-2: oklch(0.6 0.118 184.704);
  --chart-3: oklch(0.398 0.07 227.392);
  --chart-4: oklch(0.828 0.189 84.429);
  --chart-5: oklch(0.769 0.188 70.08);
  --sidebar: oklch(0.985 0 0);
  --sidebar-foreground: oklch(0.145 0 0);
  --sidebar-primary: oklch(0.205 0 0);
  --sidebar-primary-foreground: oklch(0.985 0 0);
  --sidebar-accent: oklch(0.97 0 0);
  --sidebar-accent-foreground: oklch(0.205 0 0);
  --sidebar-border: oklch(0.922 0 0);
  --sidebar-ring: oklch(0.708 0 0);
  --color-bg-sprout-color-secondary: #6a35ff;
  --color-bg-sprout-color-secondary-light: #7a4bff;
  --background: oklch(1 0 0);
  --foreground: oklch(0.145 0 0);
}:where(.uc-spk) .dark{
  --background: oklch(0.145 0 0);
  --foreground: oklch(0.985 0 0);
  --card: oklch(0.205 0 0);
  --card-foreground: oklch(0.985 0 0);
  --popover: oklch(0.205 0 0);
  --popover-foreground: oklch(0.985 0 0);
  --primary: oklch(0.922 0 0);
  --primary-foreground: oklch(0.205 0 0);
  --secondary: oklch(0.269 0 0);
  --secondary-foreground: oklch(0.985 0 0);
  --muted: oklch(0.269 0 0);
  --muted-foreground: oklch(0.708 0 0);
  --accent: oklch(0.269 0 0);
  --accent-foreground: oklch(0.985 0 0);
  --destructive: oklch(0.704 0.191 22.216);
  --border: oklch(1 0 0 / 10%);
  --input: oklch(1 0 0 / 15%);
  --ring: oklch(0.556 0 0);
  --chart-1: oklch(0.488 0.243 264.376);
  --chart-2: oklch(0.696 0.17 162.48);
  --chart-3: oklch(0.769 0.188 70.08);
  --chart-4: oklch(0.627 0.265 303.9);
  --chart-5: oklch(0.645 0.246 16.439);
  --sidebar: oklch(0.205 0 0);
  --sidebar-foreground: oklch(0.985 0 0);
  --sidebar-primary: oklch(0.488 0.243 264.376);
  --sidebar-primary-foreground: oklch(0.985 0 0);
  --sidebar-accent: oklch(0.269 0 0);
  --sidebar-accent-foreground: oklch(0.985 0 0);
  --sidebar-border: oklch(1 0 0 / 10%);
  --sidebar-ring: oklch(0.556 0 0);
}:where(.uc-spk) .prose-content img{
  border-radius: 12px;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1);
  display: block;
  max-width: none;
  width: calc(100% + 340px);
  margin-left: -120px;
  margin-right: -120px;
}@media (max-width: 1024px){:where(.uc-spk) .prose-content img{
    width: calc(100% + 120px);
    margin-left: -60px;
    margin-right: -60px;
  }}@media (max-width: 768px){:where(.uc-spk) .prose-content img{
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }}:where(.uc-spk) .hero-gradient-fade{
  mask-image: linear-gradient(to bottom, black 0%, black 20%, rgba(0,0,0,0.6) 50%, rgba(0,0,0,0.2) 75%, transparent 100%);
  -webkit-mask-image: linear-gradient(to bottom, black 0%, black 20%, rgba(0,0,0,0.6) 50%, rgba(0,0,0,0.2) 75%, transparent 100%);
}:where(.uc-spk) .hero-image-mask{
  mask-image: linear-gradient(to bottom, black 0%, black 70%, transparent 100%);
  -webkit-mask-image: linear-gradient(to bottom, black 0%, black 70%, transparent 100%);
}@media (min-width: 768px){:where(.uc-spk) .hero-image-mask{
    mask-image: linear-gradient(to bottom, rgba(0,0,0,0.3) 0%, black 5%, black 85%, transparent 100%);
    -webkit-mask-image: linear-gradient(to bottom, rgba(0,0,0,0.3) 0%, black 5%, black 85%, transparent 100%);
  }}@keyframes gradientCycle1{
  0%, 5% {
    opacity: 0.85;
  }
  28%, 38% {
    opacity: 0;
  }
  66%, 76% {
    opacity: 0;
  }
  90%, 100% {
    opacity: 0.85;
  }
}@keyframes gradientCycle2{
  0%, 5% {
    opacity: 0;
  }
  28%, 38% {
    opacity: 0.85;
  }
  66%, 76% {
    opacity: 0;
  }
  90%, 100% {
    opacity: 0;
  }
}@keyframes gradientCycle3{
  0%, 5% {
    opacity: 0;
  }
  28%, 38% {
    opacity: 0;
  }
  66%, 76% {
    opacity: 0.85;
  }
  90%, 100% {
    opacity: 0;
  }
}:where(.uc-spk) .animate-gradient-cycle-1{
  animation: gradientCycle1 9s ease-in-out infinite;
}:where(.uc-spk) .animate-gradient-cycle-2{
  animation: gradientCycle2 9s ease-in-out infinite;
}:where(.uc-spk) .animate-gradient-cycle-3{
  animation: gradientCycle3 9s ease-in-out infinite;
}@keyframes float-diagonal{
  0%,
  100% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(30px, -20px);
  }
  50% {
    transform: translate(60px, 0);
  }
  75% {
    transform: translate(30px, 20px);
  }
}@keyframes float-vertical{
  0%,
  100% {
    transform: translate(-50%, 0);
  }
  50% {
    transform: translate(-50%, -40px);
  }
}@keyframes float-circular{
  0%,
  100% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(-30px, -30px);
  }
  50% {
    transform: translate(-60px, 0);
  }
  75% {
    transform: translate(-30px, 30px);
  }
}@keyframes panelIn{
  from {
    opacity: 0;
    transform: translateY(-12px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}:where(.uc-spk) .animate-panel-in{
  animation: panelIn 300ms cubic-bezier(0.4, 0, 0.2, 1);
}@keyframes gravityDrop{
  0% {
    opacity: 0;
    transform: translate3d(0, -150px, 0) rotate(calc(var(--tilt, 0deg) - 7deg));
    animation-timing-function: cubic-bezier(0.45, 0, 0.9, 0.65);
  }
  12% {
    opacity: 1;
  }
  50% {
    transform: translate3d(0, 0, 0) rotate(calc(var(--tilt, 0deg) + 1.6deg));
    animation-timing-function: cubic-bezier(0.15, 0.6, 0.35, 1);
  }
  64% {
    transform: translate3d(0, -13px, 0) rotate(var(--tilt, 0deg));
    animation-timing-function: cubic-bezier(0.6, 0, 0.9, 0.6);
  }
  78% {
    transform: translate3d(0, 0, 0) rotate(calc(var(--tilt, 0deg) + 0.5deg));
    animation-timing-function: cubic-bezier(0.15, 0.6, 0.35, 1);
  }
  88% {
    transform: translate3d(0, -4px, 0) rotate(var(--tilt, 0deg));
    animation-timing-function: cubic-bezier(0.6, 0, 0.9, 0.6);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) rotate(var(--tilt, 0deg));
  }
}:where(.uc-spk) .animate-gravity-drop{
  animation: gravityDrop 1100ms both;
  will-change: transform, opacity;
}@media (prefers-reduced-motion: reduce){:where(.uc-spk) .animate-gravity-drop{
    animation: none;
    opacity: 1;
    transform: rotate(var(--tilt, 0deg));
  }}@layer base{:where(.uc-spk), :where(.uc-spk) *{
    border-color: var(--border);
    outline-color: var(--ring);
    @supports (color: color-mix(in lab, red, red)) {
      outline-color: color-mix(in oklab, var(--ring) 50%, transparent);
    }
  }.uc-spk{
    background-color: var(--background);
    color: var(--foreground);
    overflow-x: clip;
    max-width: 100%;
  }html:has(.uc-spk)::-webkit-scrollbar, body:has(.uc-spk)::-webkit-scrollbar{
    width: 14px;
    background: transparent;
  }html:has(.uc-spk)::-webkit-scrollbar-track, body:has(.uc-spk)::-webkit-scrollbar-track{
    background: transparent;
  }html:has(.uc-spk)::-webkit-scrollbar-thumb, body:has(.uc-spk)::-webkit-scrollbar-thumb{
    background-color: #b0b0b0;
    border-radius: 9999px;
    border: 4px solid transparent;
    background-clip: content-box;
    min-height: 48px;
  }html:has(.uc-spk)::-webkit-scrollbar-thumb:hover, body:has(.uc-spk)::-webkit-scrollbar-thumb:hover{
    background-color: #8a8a8a;
  }html:has(.uc-spk)::-webkit-scrollbar-button:single-button, body:has(.uc-spk)::-webkit-scrollbar-button:single-button{
    background-repeat: no-repeat;
    background-position: center;
    background-size: 8px;
    height: 14px;
    width: 14px;
  }html:has(.uc-spk)::-webkit-scrollbar-button:single-button:vertical:decrement, body:has(.uc-spk)::-webkit-scrollbar-button:single-button:vertical:decrement{
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 6'><path d='M5 0L10 6H0z' fill='%23999'/></svg>");
  }html:has(.uc-spk)::-webkit-scrollbar-button:single-button:vertical:increment, body:has(.uc-spk)::-webkit-scrollbar-button:single-button:vertical:increment{
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 6'><path d='M5 6L0 0h10z' fill='%23999'/></svg>");
  }@supports not selector(::-webkit-scrollbar){.uc-spk{
      scrollbar-width: thin;
      scrollbar-color: #b0b0b0 transparent;
    }}:where(.uc-spk) ::selection{
    background-color: rgba(82, 2, 253, 0.18) !important;
  }:where(.uc-spk) ::-moz-selection{
    background-color: rgba(82, 2, 253, 0.18) !important;
  }}@font-face{
  font-family: "Zalando Sans";
  src: url("/wp-content/uploads/2026/09/fonts-ZalandoSans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}@font-face{
  font-family: "Zalando Sans";
  src: url("/wp-content/uploads/2026/09/fonts-ZalandoSans-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}@font-face{
  font-family: "Zalando Sans";
  src: url("/wp-content/uploads/2026/09/fonts-ZalandoSans-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}@font-face{
  font-family: "Zalando Sans";
  src: url("/wp-content/uploads/2026/09/fonts-ZalandoSans-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}@layer utilities{}@media (max-width: 1024px){:where(.uc-spk) .sprout-heading-2xl-semibold{
    font-size: 60px;
    line-height: 70px;
  }:where(.uc-spk) .sprout-heading-lg-medium{
    font-size: 32px;
    line-height: 44px;
  }:where(.uc-spk) .sprout-heading-md-medium{
    font-size: 28px;
    line-height: 36px;
  }:where(.uc-spk) .sprout-heading-xs-medium{
    font-size: 20px;
    line-height: 28px;
  }:where(.uc-spk) .sprout-body-md-regular, :where(.uc-spk) .sprout-body-md-medium, :where(.uc-spk) .sprout-body-md-semibold, :where(.uc-spk) .sprout-body-md-regular-italic{
    font-size: 15px;
    line-height: 22px;
  }:where(.uc-spk) .sprout-body-sm-medium, :where(.uc-spk) .sprout-body-sm-regular, :where(.uc-spk) .sprout-body-sm-semibold{
    font-size: 13px;
    line-height: 18px;
  }:where(.uc-spk) .sprout-container{
    padding: 60px 15px;
  }}@media (max-width: 768px){:where(.uc-spk) .sprout-heading-2xl-semibold{
    font-size: 48px;
    line-height: 56px;
  }:where(.uc-spk) .sprout-heading-lg-medium{
    font-size: 28px;
    line-height: 30px;
  }:where(.uc-spk) .sprout-heading-md-medium{
    font-size: 24px;
    line-height: 32px;
  }:where(.uc-spk) .sprout-heading-xs-medium{
    font-size: 18px;
    line-height: 24px;
  }:where(.uc-spk) .sprout-body-md-regular, :where(.uc-spk) .sprout-body-md-medium, :where(.uc-spk) .sprout-body-md-semibold, :where(.uc-spk) .sprout-body-md-regular-italic{
    font-size: 14px;
    line-height: 20px;
  }:where(.uc-spk) .sprout-body-sm-regular, :where(.uc-spk) .sprout-body-sm-medium, :where(.uc-spk) .sprout-body-sm-semibold{
    font-size: 12px;
    line-height: 16px;
  }:where(.uc-spk) .sprout-container{
    padding: 40px 15px;
  }:where(.uc-spk) .footer-container{
    padding: 15px;
  }}@keyframes scrollUp{
  0% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(-50%);
  }
}@keyframes scrollDown{
  0% {
    transform: translateY(-50%);
  }
  100% {
    transform: translateY(0%);
  }
}:where(.uc-spk) .animate-scrollUp{
  animation: scrollUp 20s linear infinite;
}:where(.uc-spk) .animate-scrollDown{
  animation: scrollDown 20s linear infinite;
}:where(.uc-spk) input::placeholder, :where(.uc-spk) textarea::placeholder{
  color: inherit;
  opacity: 0.5;
}@keyframes marquee{
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}:where(.uc-spk) .animate-marquee{
  animation: marquee 15s linear infinite;
}@keyframes marquee-reverse{
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}:where(.uc-spk) .animate-marquee-reverse{
  animation: marquee-reverse 15s linear infinite;
}@keyframes dotsFlicker{
  0%,
  100% {
    opacity: 0.35;
  }
  20% {
    opacity: 0.8;
  }
  45% {
    opacity: 0.5;
  }
  70% {
    opacity: 1;
  }
}.uc-spk{
  --uc-container-max: 1320px;
  --uc-gutter: 40px;
  --uc-section-y: 120px;
  --uc-space-1: 4px;
  --uc-space-2: 6px;
  --uc-space-3: 8px;
  --uc-space-4: 10px;
  --uc-space-5: 12px;
  --uc-space-6: 16px;
  --uc-space-8: 24px;
  --uc-space-12: 32px;
  --uc-col-narrow: 560px;
  --uc-col-wide: 880px;
}:where(.uc-spk) .ucx-uc-container{
  max-width: var(--uc-container-max);
  margin-inline: auto;
  padding-inline: var(--uc-gutter);
}:where(.uc-spk) .uc-section{
  padding-block: var(--uc-section-y);
}:where(.uc-spk) .uc-section-lg{
  padding-block: 152px 112px;
}@media (max-width: 1024px){.uc-spk{
    --uc-gutter: 32px;
  }}@media (max-width: 768px){.uc-spk{
    --uc-gutter: 20px;
    --uc-section-y: 72px;
  }:where(.uc-spk) .uc-section-lg{
    padding-block: 88px 64px;
  }}:where(.uc-spk) .ds-display{
  font-weight: 500;
  font-size: 40px;
  line-height: 40px;
  letter-spacing: -.4px;
  color: var(--color-sprout-color-text-default);
}@media (min-width: 768px){:where(.uc-spk) .ds-display{
    font-size: 64px;
    line-height: 62px;
    letter-spacing: -1.3px;
  }}:where(.uc-spk) .ds-h2{
  font-weight: 500;
  font-size: 28px;
  line-height: 30px;
  letter-spacing: -.28px;
  color: var(--color-sprout-color-text-default);
}@media (min-width: 768px){:where(.uc-spk) .ds-h2{
    font-size: 36px;
    line-height: 38px;
    letter-spacing: -.36px;
  }}:where(.uc-spk) .ds-t28{
  font-weight: 500;
  font-size: 28px;
  line-height: 30px;
  letter-spacing: -.28px;
  color: var(--color-sprout-color-text-default);
}:where(.uc-spk) .ds-t24{
  font-weight: 500;
  font-size: 30px;
  line-height: 34px;
  letter-spacing: -.3px;
  color: var(--color-sprout-color-text-default);
}:where(.uc-spk) .ds-t18{
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -.18px;
  color: var(--color-sprout-color-text-default);
}:where(.uc-spk) .ds-lead{
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -.18px;
  color: var(--color-sprout-color-text-weaker);
}:where(.uc-spk) .ds-body{
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -.16px;
  color: var(--color-sprout-color-text-weaker);
}:where(.uc-spk) .ds-caption{
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: -.16px;
  color: var(--color-sprout-color-text-weaker);
}:where(.uc-spk) .ds-caption-regular{
  font-weight: 400;
}:where(.uc-spk) .ds-overline{
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: .2px;
  color: var(--color-sprout-color-text-weaker);
}:where(.uc-spk) .ds-fine{
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: var(--color-sprout-color-text-weakest);
}@keyframes uc-text-shine{
  0% {
    background-position: 100% 0%;
  }
  100% {
    background-position: -200% 0%;
  }
}:where(.uc-spk) .uc-note{
  font-family: var(--font-nanum-pen), cursive;
  font-size: 18px;
  line-height: 1;
  background: linear-gradient(110deg,
    var(--color-sprout-color-text-weakest) 0%,
    var(--color-sprout-color-text-weakest) 42%,
    var(--color-sprout-color-text-default) 50%,
    var(--color-sprout-color-text-weakest) 58%,
    var(--color-sprout-color-text-weakest) 100%);
  background-size: 200% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  animation: uc-text-shine 7s linear 5s infinite;
}@media (prefers-reduced-motion: reduce){:where(.uc-spk) .uc-note{
    animation: none;
  }}@property --uc-angle{
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: false;
}@keyframes uc-eyebrow-rotate{
  to {
    --uc-angle: 360deg;
  }
}:where(.uc-spk) .uc-eyebrow{
  position: relative;
  isolation: isolate;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  border-radius: 9999px;
  background: var(--color-sprout-color-background-weaker);
  box-shadow: var(--shadow-sprout-xs);
}:where(.uc-spk) .uc-eyebrow::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: conic-gradient(from var(--uc-angle),
    var(--color-sprout-color-border-weak) 0deg,
    var(--color-sprout-color-border-weak) 40deg,
    var(--color-sprout-color-primary) 95deg,
    var(--color-sprout-color-secondary) 150deg,
    var(--color-sprout-color-border-weak) 210deg,
    var(--color-sprout-color-border-weak) 360deg);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  animation: uc-eyebrow-rotate 4s linear infinite;
  pointer-events: none;
}@media (prefers-reduced-motion: reduce){:where(.uc-spk) .uc-eyebrow::before{
    animation: none;
  }}:where(.uc-spk) .uc-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  height: 36px;
  padding-inline: 16px;
  border-radius: 10px;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: -.07px;
  cursor: pointer;
  border: 1px solid transparent;
  white-space: nowrap;
  transition: background .2s, box-shadow .2s, color .2s, border-color .2s, transform .18s cubic-bezier(.2,.7,.2,1);
}:where(.uc-spk) .uc-btn-primary{
  background: var(--color-sprout-color-primary);
  color: #fff;
  box-shadow: var(--shadow-sprout-xs);
}:where(.uc-spk) .uc-btn-primary:hover{
  background: var(--color-sprout-color-primary-darker);
  transform: translateY(-1px);
}:where(.uc-spk) .uc-btn-secondary{
  background: var(--color-sprout-color-secondary);
  color: #fff;
  box-shadow: var(--shadow-sprout-xs);
}:where(.uc-spk) .uc-btn-secondary:hover{
  background: var(--color-sprout-color-secondary-darker);
  transform: translateY(-1px);
}:where(.uc-spk) .uc-btn-dark{
  background: var(--color-sprout-color-text-default);
  color: #fff;
  box-shadow: var(--shadow-sprout-xs);
}:where(.uc-spk) .uc-btn-dark:hover{
  background: #000;
  transform: translateY(-1px);
}:where(.uc-spk) .uc-btn-wire{
  background: var(--color-sprout-color-background-weaker);
  border-color: var(--color-sprout-color-border-default);
  color: var(--color-sprout-color-text-default);
  box-shadow: var(--shadow-sprout-2xs);
}:where(.uc-spk) .uc-btn-wire:hover{
  background: var(--color-sprout-color-background-stronger);
  transform: translateY(-1px);
}:where(.uc-spk) .uc-btn-soft{
  background: var(--color-sprout-color-primary-lightest);
  color: var(--color-sprout-color-primary-darker);
}:where(.uc-spk) .uc-btn-soft:hover{
  background: var(--color-sprout-color-primary-lighter);
}:where(.uc-spk) .uc-btn-lg{
  height: 46px;
  padding-inline: 22px;
  font-size: 15px;
  border-radius: 12px;
}:where(.uc-spk) .uc-btn-wire-dark{
  background: transparent;
  border-color: rgba(255,255,255,.3);
  color: #fff;
}:where(.uc-spk) .uc-btn-wire-dark:hover{
  border-color: #fff;
  transform: translateY(-1px);
}:where(.uc-spk) .uc-badge{
  font-style: normal;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  padding: 2px 8px;
  border-radius: 9999px;
  white-space: nowrap;
  color: var(--color-sprout-color-primary-darker);
  background: var(--color-sprout-color-primary-lightest);
}:where(.uc-spk) .uc-badge-soon{
  color: var(--color-sprout-color-background-blue);
  background: var(--color-sprout-color-secondary-lightest);
}:where(.uc-spk) .uc-badge-soon-dark{
  color: #fff;
  background: rgba(255,255,255,.15);
}:where(.uc-spk) .uc-account{
  border: 1.5px solid rgba(2,1,8,.2);
}:where(.uc-spk) .uc-account:hover{
  border-color: var(--color-sprout-color-text-default);
}:where(.uc-spk) .uc-card-dark{
  background: var(--color-uc-dark-card);
  border: 1px solid rgba(255,255,255,.1);
  transition: transform .22s cubic-bezier(.2,.7,.2,1), border-color .22s;
}:where(.uc-spk) .uc-card-dark:hover{
  border-color: color-mix(in srgb, #fd6a35 60%, transparent);
  @supports (color: color-mix(in lab, red, red)) {
    border-color: color-mix(in srgb, var(--color-sprout-color-primary) 60%, transparent);
  }
}:where(.uc-spk) .uc-chip-primary{
  color: var(--color-sprout-color-primary);
  background: color-mix(in srgb, #fd6a35 12%, #ffffff);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in srgb, var(--color-sprout-color-primary) 12%, var(--color-sprout-color-background-weaker));
  }
}:where(.uc-spk) .uc-chip-secondary{
  color: var(--color-sprout-color-secondary);
  background: color-mix(in srgb, #5202fd 12%, #ffffff);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in srgb, var(--color-sprout-color-secondary) 12%, var(--color-sprout-color-background-weaker));
  }
}:where(.uc-spk) .uc-chip-blue{
  color: var(--color-sprout-color-background-blue);
  background: color-mix(in srgb, #3600af 12%, #ffffff);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in srgb, var(--color-sprout-color-background-blue) 12%, var(--color-sprout-color-background-weaker));
  }
}:where(.uc-spk) .uc-chip-editor{
  color: var(--color-sprout-color-primary-darker);
  background: color-mix(in srgb, #cc4b23 12%, #ffffff);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in srgb, var(--color-sprout-color-primary-darker) 12%, var(--color-sprout-color-background-weaker));
  }
}:where(.uc-spk) .uc-chip-d-primary{
  color: var(--color-sprout-color-primary-lighter);
  background: color-mix(in srgb, #fd6a35 22%, transparent);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in srgb, var(--color-sprout-color-primary) 22%, transparent);
  }
}:where(.uc-spk) .uc-chip-d-secondary{
  color: var(--color-sprout-color-secondary-lighter);
  background: color-mix(in srgb, #5202fd 30%, transparent);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in srgb, var(--color-sprout-color-secondary) 30%, transparent);
  }
}:where(.uc-spk) .uc-chip-d-blue{
  color: var(--color-sprout-color-secondary-lighter);
  background: color-mix(in srgb, #3600af 40%, transparent);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in srgb, var(--color-sprout-color-background-blue) 40%, transparent);
  }
}:where(.uc-spk) .uc-chip-d-editor{
  color: var(--color-sprout-color-primary-lighter);
  background: color-mix(in srgb, #cc4b23 26%, transparent);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in srgb, var(--color-sprout-color-primary-darker) 26%, transparent);
  }
}:where(.uc-spk) .uc-dot-primary{
  background: var(--color-sprout-color-primary);
}:where(.uc-spk) .uc-dot-secondary{
  background: var(--color-sprout-color-secondary);
}:where(.uc-spk) .uc-dot-blue{
  background: var(--color-sprout-color-background-blue);
}:where(.uc-spk) .uc-dot-editor{
  background: var(--color-sprout-color-primary-darker);
}:where(.uc-spk) .uc-orb-primary{
  background: radial-gradient(circle at 32% 28%, var(--color-sprout-color-primary-lighter), var(--color-sprout-color-primary) 54%, var(--color-sprout-color-primary-darker) 92%);
}:where(.uc-spk) .uc-orb-secondary{
  background: radial-gradient(circle at 32% 28%, var(--color-sprout-color-secondary-lighter), var(--color-sprout-color-secondary) 56%, #4a25b0 92%);
}:where(.uc-spk) .uc-orb-blue{
  background: radial-gradient(circle at 32% 28%, #8f7ce6, var(--color-sprout-color-background-blue) 56%, #170748 95%);
}:where(.uc-spk) .uc-orb-mix{
  background: radial-gradient(circle at 30% 30%, var(--color-sprout-color-primary-lighter) 6%, var(--color-sprout-color-primary) 40%, var(--color-sprout-color-secondary) 96%);
}:where(.uc-spk) .uc-orb-slate{
  background: radial-gradient(circle at 32% 28%, var(--color-sprout-color-background-weaker), var(--color-sprout-color-background-strongest) 60%, #a3a3a3 95%);
}:where(.uc-spk) .uc-orb-noise::after{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 9999px;
  opacity: .22;
  mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}:where(.uc-spk) .uc-glow-creator{
  background: radial-gradient(50% 60% at 50% 42%, color-mix(in srgb, #fd6a35 20%, transparent), transparent 72%);
  @supports (color: color-mix(in lab, red, red)) {
    background: radial-gradient(50% 60% at 50% 42%, color-mix(in srgb, var(--color-sprout-color-primary) 20%, transparent), transparent 72%);
  }
}:where(.uc-spk) .uc-glow-figma{
  background: radial-gradient(50% 60% at 50% 42%, color-mix(in srgb, #5202fd 16%, transparent), transparent 72%);
  @supports (color: color-mix(in lab, red, red)) {
    background: radial-gradient(50% 60% at 50% 42%, color-mix(in srgb, var(--color-sprout-color-secondary) 16%, transparent), transparent 72%);
  }
}:where(.uc-spk) .uc-glow-agent{
  background: radial-gradient(50% 60% at 50% 42%, color-mix(in srgb, #3600af 16%, transparent), transparent 72%);
  @supports (color: color-mix(in lab, red, red)) {
    background: radial-gradient(50% 60% at 50% 42%, color-mix(in srgb, var(--color-sprout-color-background-blue) 16%, transparent), transparent 72%);
  }
}:where(.uc-spk) .uc-glow-editor{
  background: radial-gradient(50% 60% at 50% 42%, color-mix(in srgb, #cc4b23 18%, transparent), transparent 72%);
  @supports (color: color-mix(in lab, red, red)) {
    background: radial-gradient(50% 60% at 50% 42%, color-mix(in srgb, var(--color-sprout-color-primary-darker) 18%, transparent), transparent 72%);
  }
}@keyframes uc-flow{
  to {
    stroke-dashoffset: -120;
  }
}:where(.uc-spk) .uc-flow-line{
  stroke-dasharray: 20 100;
  stroke-dashoffset: 0;
  animation: uc-flow 3s linear infinite;
}:where(.uc-spk) .uc-flow-line.d1{
  animation-delay: 0s;
}:where(.uc-spk) .uc-flow-line.d2{
  animation-delay: -1s;
}:where(.uc-spk) .uc-flow-line.d3{
  animation-delay: -2s;
}@keyframes uc-cpu-pulse{
  0%, 100% {
    opacity: .85;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.06);
  }
}:where(.uc-spk) .uc-cpu-glow{
  animation: uc-cpu-pulse 4.5s ease-in-out infinite;
}@media (prefers-reduced-motion: reduce){:where(.uc-spk) .uc-flow-line{
    animation: none;
    stroke-dasharray: none;
  }:where(.uc-spk) .uc-cpu-glow{
    animation: none;
  }}@keyframes uc-marquee{
  to {
    transform: translateX(-50%);
  }
}:where(.uc-spk) .uc-marquee{
  width: max-content;
  animation: uc-marquee 40s linear infinite;
}:where(.uc-spk) .uc-marquee-wrap:hover .uc-marquee{
  animation-play-state: paused;
}:where(.uc-spk) .uc-hero-chip{
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 9px var(--spacing-sprout-16);
  border-radius: var(--radius-sprout-infinite);
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  color: var(--color-sprout-color-text-default);
  background: var(--color-sprout-color-background-weaker);
  border: 1px solid var(--color-sprout-color-border-weak);
  box-shadow: 0 2px 6px -3px rgba(16, 24, 40, .16);
  transition: border-color .24s cubic-bezier(.2,.7,.2,1), transform .24s cubic-bezier(.2,.7,.2,1);
}:where(.uc-spk) .uc-hero-chip:hover{
  border-color: var(--color-sprout-color-border-default);
  transform: translateY(-2px);
}:where(.uc-spk) .uc-hero-chip svg{
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
}:where(.uc-spk).uc-night .uc-hero-chip{
  box-shadow: none;
}:where(.uc-spk) .uc-reveal{
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .6s cubic-bezier(.2,.7,.2,1), transform .6s cubic-bezier(.2,.7,.2,1);
}:where(.uc-spk) .uc-reveal.ucx-in{
  opacity: 1;
  transform: none;
}:where(.uc-spk) .cm-bcard{
  animation: cm-bcard-in .45s cubic-bezier(.2,.7,.2,1) both;
}@keyframes cm-bcard-in{
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}@media (prefers-reduced-motion: reduce){:where(.uc-spk) .uc-reveal{
    opacity: 1 !important;
    transform: none !important;
  }:where(.uc-spk) .uc-marquee{
    animation: none !important;
  }:where(.uc-spk) .cm-bcard{
    animation: none !important;
  }}@keyframes uc-tab-in{
  0% {
    opacity: 0;
    transform: translateY(26px);
    filter: blur(9px);
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: none;
    filter: blur(0);
  }
}:where(.uc-spk) .uc-tab-in{
  animation: uc-tab-in 1.2s cubic-bezier(.16, 1, .3, 1) both;
  will-change: transform, opacity, filter;
}@media (prefers-reduced-motion: reduce){:where(.uc-spk) .uc-tab-in{
    animation: none;
  }}:where(.uc-spk) .uc-tabprog{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  border-radius: 999px;
  overflow: hidden;
  pointer-events: none;
  background: var(--uc-border-subtle);
}:where(.uc-spk) .uc-tabprog-fill{
  display: block;
  height: 100%;
  border-radius: 999px;
  background: var(--uc-brand);
  transition: width .12s linear;
}.uc-spk{
  --background: #f9f9fb;
  --foreground: #0f0635;
  --card: #ffffff;
  --card-foreground: #0f0635;
  --popover: #ffffff;
  --popover-foreground: #0f0635;
  --primary: #fd6a35;
  --primary-foreground: #ffffff;
  --secondary: #f1f1f7;
  --secondary-foreground: #0f0635;
  --muted: #f1f1f7;
  --muted-foreground: #737373;
  --accent: #fff1eb;
  --accent-foreground: #cc4b23;
  --destructive: #f65258;
  --border: #e5e5e5;
  --input: #d4d4d4;
  --ring: #fd6a35;
  --radius: 0.625rem;
  --chart-1: #fd6a35;
  --chart-2: #5202fd;
  --chart-3: #3600af;
  --chart-4: #ffb89a;
  --chart-5: #b8a9ff;
  --sidebar: #ffffff;
  --sidebar-foreground: #0f0635;
  --sidebar-primary: #fd6a35;
  --sidebar-primary-foreground: #ffffff;
  --sidebar-accent: #f1f1f7;
  --sidebar-accent-foreground: #0f0635;
  --sidebar-border: #e5e5e5;
  --sidebar-ring: #fd6a35;
}:where(.uc-spk).uc-night{
  --color-sprout-color-background-weaker: #171717;
  --color-sprout-color-background-default: #1f1f1f;
  --color-sprout-color-background-stronger: #262626;
  --color-sprout-color-background-strongest: #2b2b2b;
  --color-sprout-color-text-default: #f5f5f5;
  --color-sprout-color-text-stronger: #ffffff;
  --color-sprout-color-text-weaker: #a1a1a1;
  --color-sprout-color-text-weakest: #7d7d7d;
  --color-sprout-color-text-disabled: #6b6b6b;
  --color-sprout-color-border-weak: rgba(255, 255, 255, 0.10);
  --color-sprout-color-border-default: rgba(255, 255, 255, 0.16);
  --color-uc-navpill: #262626;
}:where(.uc-spk).uc-night .uc-force-light{
  --color-sprout-color-background-weaker: #ffffff;
  --color-sprout-color-background-default: #f4f4f4;
  --color-sprout-color-background-stronger: #ebebeb;
  --color-sprout-color-background-strongest: #e3e3ed;
  --color-sprout-color-text-default: #0a0a0a;
  --color-sprout-color-text-stronger: #171717;
  --color-sprout-color-text-weaker: #737373;
  --color-sprout-color-text-weakest: #a3a3a3;
  --color-sprout-color-text-disabled: #737373;
  --color-sprout-color-border-weak: #e5e5e5;
  --color-sprout-color-border-default: #d4d4d4;
  --color-uc-navpill: #ebebeb;
}:where(.uc-spk) #top{
  transition: background-color .55s cubic-bezier(.4, 0, .2, 1);
}:where(.uc-spk) #top section, :where(.uc-spk) #top .ds-display, :where(.uc-spk) #top .ds-h2, :where(.uc-spk) #top .ds-t28, :where(.uc-spk) #top .ds-t24, :where(.uc-spk) #top .ds-lead, :where(.uc-spk) #top .ds-body, :where(.uc-spk) #top .ds-caption, :where(.uc-spk) #top .ds-overline, :where(.uc-spk) #top .ds-fine, :where(.uc-spk) #top h1, :where(.uc-spk) #top h2, :where(.uc-spk) #top h3, :where(.uc-spk) #top p, :where(.uc-spk) #top li{
  transition: background-color .55s cubic-bezier(.4, 0, .2, 1), color .55s cubic-bezier(.4, 0, .2, 1), border-color .55s cubic-bezier(.4, 0, .2, 1);
}:where(.uc-spk) .uc-step-visual > div > img:first-child, :where(.uc-spk) .uc-step-visual > div > .lg\:hidden:first-child + img{
  display: none;
}@property --tw-border-spacing-x{
  syntax: "<length>";
  inherits: false;
  initial-value: 0;
}@property --tw-border-spacing-y{
  syntax: "<length>";
  inherits: false;
  initial-value: 0;
}@property --tw-translate-x{
  syntax: "*";
  inherits: false;
  initial-value: 0;
}@property --tw-translate-y{
  syntax: "*";
  inherits: false;
  initial-value: 0;
}@property --tw-translate-z{
  syntax: "*";
  inherits: false;
  initial-value: 0;
}@property --tw-scale-x{
  syntax: "*";
  inherits: false;
  initial-value: 1;
}@property --tw-scale-y{
  syntax: "*";
  inherits: false;
  initial-value: 1;
}@property --tw-scale-z{
  syntax: "*";
  inherits: false;
  initial-value: 1;
}@property --tw-rotate-x{
  syntax: "*";
  inherits: false;
}@property --tw-rotate-y{
  syntax: "*";
  inherits: false;
}@property --tw-rotate-z{
  syntax: "*";
  inherits: false;
}@property --tw-skew-x{
  syntax: "*";
  inherits: false;
}@property --tw-skew-y{
  syntax: "*";
  inherits: false;
}@property --tw-pan-x{
  syntax: "*";
  inherits: false;
}@property --tw-pan-y{
  syntax: "*";
  inherits: false;
}@property --tw-pinch-zoom{
  syntax: "*";
  inherits: false;
}@property --tw-scroll-snap-strictness{
  syntax: "*";
  inherits: false;
  initial-value: proximity;
}@property --tw-space-y-reverse{
  syntax: "*";
  inherits: false;
  initial-value: 0;
}@property --tw-space-x-reverse{
  syntax: "*";
  inherits: false;
  initial-value: 0;
}@property --tw-divide-x-reverse{
  syntax: "*";
  inherits: false;
  initial-value: 0;
}@property --tw-border-style{
  syntax: "*";
  inherits: false;
  initial-value: solid;
}@property --tw-divide-y-reverse{
  syntax: "*";
  inherits: false;
  initial-value: 0;
}@property --tw-gradient-position{
  syntax: "*";
  inherits: false;
}@property --tw-gradient-from{
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}@property --tw-gradient-via{
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}@property --tw-gradient-to{
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}@property --tw-gradient-stops{
  syntax: "*";
  inherits: false;
}@property --tw-gradient-via-stops{
  syntax: "*";
  inherits: false;
}@property --tw-gradient-from-position{
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0%;
}@property --tw-gradient-via-position{
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 50%;
}@property --tw-gradient-to-position{
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 100%;
}@property --tw-leading{
  syntax: "*";
  inherits: false;
}@property --tw-font-weight{
  syntax: "*";
  inherits: false;
}@property --tw-tracking{
  syntax: "*";
  inherits: false;
}@property --tw-ordinal{
  syntax: "*";
  inherits: false;
}@property --tw-slashed-zero{
  syntax: "*";
  inherits: false;
}@property --tw-numeric-figure{
  syntax: "*";
  inherits: false;
}@property --tw-numeric-spacing{
  syntax: "*";
  inherits: false;
}@property --tw-numeric-fraction{
  syntax: "*";
  inherits: false;
}@property --tw-shadow{
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}@property --tw-shadow-color{
  syntax: "*";
  inherits: false;
}@property --tw-shadow-alpha{
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}@property --tw-inset-shadow{
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}@property --tw-inset-shadow-color{
  syntax: "*";
  inherits: false;
}@property --tw-inset-shadow-alpha{
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}@property --tw-ring-color{
  syntax: "*";
  inherits: false;
}@property --tw-ring-shadow{
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}@property --tw-inset-ring-color{
  syntax: "*";
  inherits: false;
}@property --tw-inset-ring-shadow{
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}@property --tw-ring-inset{
  syntax: "*";
  inherits: false;
}@property --tw-ring-offset-width{
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}@property --tw-ring-offset-color{
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}@property --tw-ring-offset-shadow{
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}@property --tw-outline-style{
  syntax: "*";
  inherits: false;
  initial-value: solid;
}@property --tw-blur{
  syntax: "*";
  inherits: false;
}@property --tw-brightness{
  syntax: "*";
  inherits: false;
}@property --tw-contrast{
  syntax: "*";
  inherits: false;
}@property --tw-grayscale{
  syntax: "*";
  inherits: false;
}@property --tw-hue-rotate{
  syntax: "*";
  inherits: false;
}@property --tw-invert{
  syntax: "*";
  inherits: false;
}@property --tw-opacity{
  syntax: "*";
  inherits: false;
}@property --tw-saturate{
  syntax: "*";
  inherits: false;
}@property --tw-sepia{
  syntax: "*";
  inherits: false;
}@property --tw-drop-shadow{
  syntax: "*";
  inherits: false;
}@property --tw-drop-shadow-color{
  syntax: "*";
  inherits: false;
}@property --tw-drop-shadow-alpha{
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}@property --tw-drop-shadow-size{
  syntax: "*";
  inherits: false;
}@property --tw-backdrop-blur{
  syntax: "*";
  inherits: false;
}@property --tw-backdrop-brightness{
  syntax: "*";
  inherits: false;
}@property --tw-backdrop-contrast{
  syntax: "*";
  inherits: false;
}@property --tw-backdrop-grayscale{
  syntax: "*";
  inherits: false;
}@property --tw-backdrop-hue-rotate{
  syntax: "*";
  inherits: false;
}@property --tw-backdrop-invert{
  syntax: "*";
  inherits: false;
}@property --tw-backdrop-opacity{
  syntax: "*";
  inherits: false;
}@property --tw-backdrop-saturate{
  syntax: "*";
  inherits: false;
}@property --tw-backdrop-sepia{
  syntax: "*";
  inherits: false;
}@property --tw-duration{
  syntax: "*";
  inherits: false;
}@property --tw-ease{
  syntax: "*";
  inherits: false;
}@property --tw-content{
  syntax: "*";
  initial-value: "";
  inherits: false;
}@keyframes spin{
  to {
    transform: rotate(360deg);
  }
}@keyframes pulse{
  50% {
    opacity: 0.5;
  }
}@keyframes enter{
  from {
    opacity: var(--tw-enter-opacity,1);
    transform: translate3d(var(--tw-enter-translate-x,0),var(--tw-enter-translate-y,0),0)scale3d(var(--tw-enter-scale,1),var(--tw-enter-scale,1),var(--tw-enter-scale,1))rotate(var(--tw-enter-rotate,0));
    filter: blur(var(--tw-enter-blur,0));
  }
}@keyframes exit{
  to {
    opacity: var(--tw-exit-opacity,1);
    transform: translate3d(var(--tw-exit-translate-x,0),var(--tw-exit-translate-y,0),0)scale3d(var(--tw-exit-scale,1),var(--tw-exit-scale,1),var(--tw-exit-scale,1))rotate(var(--tw-exit-rotate,0));
    filter: blur(var(--tw-exit-blur,0));
  }
}@keyframes accordion-down{
  from {
    height: 0;
  }
  to {
    height: var(--radix-accordion-content-height,var(--bits-accordion-content-height,var(--reka-accordion-content-height,var(--kb-accordion-content-height,var(--ngp-accordion-content-height,auto)))));
  }
}@keyframes accordion-up{
  from {
    height: var(--radix-accordion-content-height,var(--bits-accordion-content-height,var(--reka-accordion-content-height,var(--kb-accordion-content-height,var(--ngp-accordion-content-height,auto)))));
  }
  to {
    height: 0;
  }
}@keyframes caret-blink{
  0%,70%,100% {
    opacity: 1;
  }
  20%,50% {
    opacity: 0;
  }
}@keyframes accordion-down{
  from {
    height: 0;
  }
  to {
    height: var( --radix-accordion-content-height, var(--accordion-panel-height, auto) );
  }
}@keyframes accordion-up{
  from {
    height: var( --radix-accordion-content-height, var(--accordion-panel-height, auto) );
  }
  to {
    height: 0;
  }
}@keyframes marquee{
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - var(--gap)));
  }
}@keyframes marquee-vertical{
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(calc(-100% - var(--gap)));
  }
}@keyframes gradient{
  to {
    background-position: var(--bg-size, 300%) 0;
  }
}@keyframes shimmer-slide{
  to {
    transform: translate(calc(100cqw - 100%), 0);
  }
}@keyframes spin-around{
  0% {
    transform: translateZ(0) rotate(0);
  }
  15%, 35% {
    transform: translateZ(0) rotate(90deg);
  }
  65%, 85% {
    transform: translateZ(0) rotate(270deg);
  }
  100% {
    transform: translateZ(0) rotate(360deg);
  }
}@keyframes orbit{
  0% {
    transform: rotate(calc(var(--angle) * 1deg)) translateY(calc(var(--radius) * 1px)) rotate(calc(var(--angle) * -1deg));
  }
  100% {
    transform: rotate(calc(var(--angle) * 1deg + 360deg)) translateY(calc(var(--radius) * 1px)) rotate(calc((var(--angle) * -1deg) - 360deg));
  }
}@layer properties{@supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))){:where(.uc-spk) *, :where(.uc-spk) ::before, :where(.uc-spk) ::after, :where(.uc-spk) ::backdrop{
      --tw-border-spacing-x: 0;
      --tw-border-spacing-y: 0;
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-pan-x: initial;
      --tw-pan-y: initial;
      --tw-pinch-zoom: initial;
      --tw-scroll-snap-strictness: proximity;
      --tw-space-y-reverse: 0;
      --tw-space-x-reverse: 0;
      --tw-divide-x-reverse: 0;
      --tw-border-style: solid;
      --tw-divide-y-reverse: 0;
      --tw-gradient-position: initial;
      --tw-gradient-from: #0000;
      --tw-gradient-via: #0000;
      --tw-gradient-to: #0000;
      --tw-gradient-stops: initial;
      --tw-gradient-via-stops: initial;
      --tw-gradient-from-position: 0%;
      --tw-gradient-via-position: 50%;
      --tw-gradient-to-position: 100%;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-ordinal: initial;
      --tw-slashed-zero: initial;
      --tw-numeric-figure: initial;
      --tw-numeric-spacing: initial;
      --tw-numeric-fraction: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-outline-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
      --tw-duration: initial;
      --tw-ease: initial;
      --tw-content: "";
      --tw-animation-delay: 0s;
      --tw-animation-direction: normal;
      --tw-animation-duration: initial;
      --tw-animation-fill-mode: none;
      --tw-animation-iteration-count: 1;
      --tw-enter-blur: 0;
      --tw-enter-opacity: 1;
      --tw-enter-rotate: 0;
      --tw-enter-scale: 1;
      --tw-enter-translate-x: 0;
      --tw-enter-translate-y: 0;
      --tw-exit-blur: 0;
      --tw-exit-opacity: 1;
      --tw-exit-rotate: 0;
      --tw-exit-scale: 1;
      --tw-exit-translate-x: 0;
      --tw-exit-translate-y: 0;
      --uc-angle: 0deg;
    }}}@font-face{ font-family:"Zalando Sans"; font-style:normal; font-weight:400; font-display:swap; src:url("/wp-content/uploads/2026/09/fonts-ZalandoSans-Regular.ttf") format("truetype"); }@font-face{ font-family:"Zalando Sans"; font-style:normal; font-weight:500; font-display:swap; src:url("/wp-content/uploads/2026/09/fonts-ZalandoSans-Medium.ttf") format("truetype"); }@font-face{ font-family:"Zalando Sans"; font-style:normal; font-weight:600; font-display:swap; src:url("/wp-content/uploads/2026/09/fonts-ZalandoSans-SemiBold.ttf") format("truetype"); }@font-face{ font-family:"Zalando Sans"; font-style:normal; font-weight:700; font-display:swap; src:url("/wp-content/uploads/2026/09/fonts-ZalandoSans-Bold.ttf") format("truetype"); }:where(.uc-spk) .uc-pop-dark{
  --uc-surface-sunken:  #141414;
  --uc-surface-base:    #1A1A1A;
  --uc-surface-raised:  #242424;
  --uc-surface-overlay: #1C1C1C;
  --uc-surface-control: rgba(255, 255, 255, 0.08);

  --uc-text-strong: #FFFFFF;
  --uc-text:        #E5E5E5;
  --uc-text-muted:  #A3A3A3;
  --uc-text-subtle: #737373;

  --uc-inverse-bg: #F5F5F5;
  --uc-inverse-fg: #171717;

  --uc-border-subtle: #2E2E2E;
  --uc-border:        #3D3D3D;
  --uc-border-strong: #525252;
  --uc-ring:          rgba(253, 106, 53, 0.60);

  --uc-brand-fg:   #FFB89A;  --uc-brand-soft:   rgba(253, 106, 53, 0.18);
  --uc-success-fg: #A7EAAA;  --uc-success-soft: rgba(46, 163, 67, 0.20);
  --uc-danger-fg:  #FDC9C6;  --uc-danger-soft:  rgba(246, 82, 88, 0.20);
  --uc-warning-fg: #FFC680;  --uc-warning-soft: rgba(255, 169, 64, 0.22);
  --uc-accent-fg:  #B8A9FF;  --uc-accent-soft:  rgba(82, 2, 253, 0.28);

  color: var(--uc-text);
}:where(.uc-spk) .uc-scope, :where(.uc-spk) .uc-content, :where(.uc-spk) .uc-chrome{
  font-family: var(--uc-font-sans);
  font-size: var(--uc-text-base);
  line-height: var(--uc-leading-normal);
  color: var(--uc-text);
  background: var(--uc-surface-base);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}:where(.uc-spk) .uc-portal{
  font-family: var(--uc-font-sans);
  font-size: var(--uc-text-base);
  line-height: var(--uc-leading-normal);
  color: var(--uc-text);
  -webkit-font-smoothing: antialiased;
}:where(.uc-spk) .uc-scope *, :where(.uc-spk) .uc-scope *::before, :where(.uc-spk) .uc-scope *::after, :where(.uc-spk) .uc-content *, :where(.uc-spk) .uc-content *::before, :where(.uc-spk) .uc-content *::after, :where(.uc-spk) .uc-chrome *, :where(.uc-spk) .uc-chrome *::before, :where(.uc-spk) .uc-chrome *::after, :where(.uc-spk) .uc-portal *, :where(.uc-spk) .uc-portal *::before, :where(.uc-spk) .uc-portal *::after{
  box-sizing: border-box;
}@media (prefers-reduced-motion: reduce){:where(.uc-spk) .uc-scope *, :where(.uc-spk) .uc-content *, :where(.uc-spk) .uc-chrome *, :where(.uc-spk) .uc-portal *{
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }}
:where(.uc-spk) .Button_button__8M0Ui{
  --_h: var(--uc-control-h-md);
  --_px: var(--uc-space-16);
  --_fs: var(--uc-text-base);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--uc-space-8);
  height: var(--_h);
  padding: 0 var(--_px);
  font-family: var(--uc-font-sans);
  font-size: var(--_fs);
  font-weight: var(--uc-weight-medium);
  line-height: 1;
  white-space: nowrap;
  border: none;
  border-radius: var(--uc-radius-md);
  cursor: pointer;
  user-select: none;
  position: relative;
  isolation: isolate;
  transition: background var(--uc-dur-fast) var(--uc-ease-standard),
    box-shadow var(--uc-dur-fast) var(--uc-ease-standard),
    transform var(--uc-dur-fast) var(--uc-ease-standard),
    color var(--uc-dur-fast) var(--uc-ease-standard);
}:where(.uc-spk) .Button_button__8M0Ui:focus-visible{
  outline: 2px solid var(--uc-ring);
  outline-offset: 2px;
}:where(.uc-spk) .Button_button__8M0Ui:active:not(:disabled){
  transform: translateY(0.5px);
}:where(.uc-spk) .Button_button__8M0Ui:disabled{
  opacity: 0.5;
  cursor: not-allowed;
  box-shadow: none;
}:where(.uc-spk) .Button_sm__CjQl1{ --_h: var(--uc-control-h-sm); --_px: var(--uc-space-12); --_fs: var(--uc-text-sm); }:where(.uc-spk) .Button_md__0_bmU{ --_h: var(--uc-control-h-md); --_px: var(--uc-space-16); --_fs: var(--uc-text-base); }:where(.uc-spk) .Button_lg__7yGRs{ --_h: var(--uc-control-h-lg); --_px: var(--uc-space-20); --_fs: var(--uc-text-md); }:where(.uc-spk) .Button_iconOnly__eY4j_{ padding: 0; width: var(--_h); }:where(.uc-spk) .Button_solid__hu289{
  color: var(--uc-brand-on);
  background: var(--_fill, var(--uc-brand));
  background-image: var(--uc-sheen);
  box-shadow: var(--_shadow, var(--uc-shadow-control-brand));
}:where(.uc-spk) .Button_solid__hu289:hover:not(:disabled){ background-image: linear-gradient(rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.12)), var(--uc-sheen); }:where(.uc-spk) .Button_solid__hu289:active:not(:disabled){
  background-image: linear-gradient(rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.12)), var(--uc-sheen);
  box-shadow: var(--uc-shadow-control-pressed);
}:where(.uc-spk) .Button_solid__hu289.Button_neutral__jwE0u{
  color: var(--uc-inverse-fg);
  background: var(--uc-inverse-bg);
  box-shadow: var(--uc-shadow-control);
}:where(.uc-spk) .Button_solid__hu289.Button_neutral__jwE0u:hover:not(:disabled){
  background-image: linear-gradient(to bottom, rgba(128, 128, 128, 0.16), rgba(128, 128, 128, 0.16));
}:where(.uc-spk) .Button_solid__hu289.Button_neutral__jwE0u:active:not(:disabled){
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.14), rgba(0, 0, 0, 0.14));
}:where(.uc-spk) .Button_soft__o47wg{
  color: var(--_fg, var(--uc-brand-fg));
  background: var(--_soft, var(--uc-brand-soft));
  background-image: var(--uc-sheen);
  box-shadow: inset 0 0 0 1px var(--_border, var(--uc-brand-border)), var(--uc-shadow-1);
}:where(.uc-spk) .Button_soft__o47wg:hover:not(:disabled){ background-image: var(--uc-sheen), linear-gradient(var(--_glow, var(--uc-brand-glow-hover)), var(--_glow, var(--uc-brand-glow-hover))); }:where(.uc-spk) .Button_outline__Zwmoe{
  color: var(--_fg, var(--uc-brand-fg));
  background: var(--uc-surface-control);
  background-image: var(--uc-sheen);
  box-shadow: inset 0 0 0 1px var(--_border, var(--uc-border-subtle)), var(--uc-shadow-raised);
}:where(.uc-spk) .Button_outline__Zwmoe.Button_neutral__jwE0u{ color: var(--uc-text-strong); }:where(.uc-spk) .Button_outline__Zwmoe:hover:not(:disabled){ background-image: var(--uc-sheen), linear-gradient(var(--_glow, var(--uc-brand-glow-hover)), var(--_glow, var(--uc-brand-glow-hover))); }:where(.uc-spk) .Button_ghost__e52lE{
  color: var(--_fg, var(--uc-brand-fg));
  background: transparent;
}:where(.uc-spk) .Button_ghost__e52lE.Button_neutral__jwE0u{ color: var(--uc-text); }:where(.uc-spk) .Button_ghost__e52lE:hover:not(:disabled){ background: var(--_glow, var(--uc-brand-glow-hover)); color: var(--uc-text-strong); }:where(.uc-spk) .Button_brand__mVCH5{ --_fill: var(--uc-brand);   --_fg: var(--uc-brand-fg);   --_soft: var(--uc-brand-soft);   --_border: var(--uc-brand-border);   --_glow: var(--uc-brand-glow-hover);   --_shadow: var(--uc-shadow-control-brand); }:where(.uc-spk) .Button_success__ox09j{ --_fill: var(--uc-success); --_fg: var(--uc-success-fg); --_soft: var(--uc-success-soft); --_border: var(--uc-success-border); --_glow: var(--uc-success-glow-hover); --_shadow: var(--uc-shadow-control-brand); }:where(.uc-spk) .Button_danger__uQDDH{ --_fill: var(--uc-danger);  --_fg: var(--uc-danger-fg);  --_soft: var(--uc-danger-soft);  --_border: var(--uc-danger-border);  --_glow: var(--uc-danger-glow-hover);  --_shadow: var(--uc-shadow-control-brand); }:where(.uc-spk) .Button_neutral__jwE0u{
  --_fg: var(--uc-text-strong);
  --_soft: var(--uc-surface-sunken);
  --_border: var(--uc-border-strong);
  --_glow: rgba(128, 128, 128, 0.12);
}:where(.uc-spk) .Button_loading__ZvEzX{ color: transparent !important; pointer-events: none; }:where(.uc-spk) .Button_spinner__D8hjY{
  position: absolute;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  border: 2px solid currentColor;
  border-top-color: transparent;
  color: var(--uc-brand-on);
  animation: Button_uc-spin__zZG4c 0.6s linear infinite;
}:where(.uc-spk) .Button_soft__o47wg .Button_spinner__D8hjY, :where(.uc-spk) .Button_outline__Zwmoe .Button_spinner__D8hjY, :where(.uc-spk) .Button_ghost__e52lE .Button_spinner__D8hjY{ color: var(--uc-text); }:where(.uc-spk) .Button_solid__hu289.Button_neutral__jwE0u .Button_spinner__D8hjY{ color: var(--uc-inverse-fg); }@keyframes Button_uc-spin__zZG4c{ to { transform: rotate(360deg); } }:where(.uc-spk) .Badge_badge__aQT_j{
  display: inline-flex;
  align-items: center;
  gap: var(--uc-space-4);
  height: 20px;
  padding: 0 var(--uc-space-8);
  border-radius: var(--uc-radius-pill);
  font-family: var(--uc-font-sans);
  font-size: var(--uc-text-xs);
  font-weight: var(--uc-weight-medium);
  line-height: 1;
  white-space: nowrap;
}:where(.uc-spk) .Badge_md__ROJtx{ height: 24px; padding: 0 var(--uc-space-12); font-size: var(--uc-text-sm); }:where(.uc-spk) .Badge_dot__080bg{
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: currentColor;
  flex: none;
}:where(.uc-spk) .Badge_solid__1ih3j{ color: var(--_on, var(--uc-brand-on)); background: var(--_fill, var(--uc-brand)); background-image: var(--uc-sheen); box-shadow: var(--uc-shadow-1); }:where(.uc-spk) .Badge_soft___tHUU{ color: var(--_fg, var(--uc-brand-fg)); background: var(--_soft, var(--uc-brand-soft)); }:where(.uc-spk) .Badge_outline__ZVBpQ{ color: var(--_fg, var(--uc-brand-fg)); background: transparent; box-shadow: inset 0 0 0 1px var(--_border, var(--uc-brand-border)); }:where(.uc-spk) .Badge_brand__u7HV8{ --_fill: var(--uc-brand);   --_on: var(--uc-brand-on);   --_fg: var(--uc-brand-fg);   --_soft: var(--uc-brand-soft);   --_border: var(--uc-brand-border); }:where(.uc-spk) .Badge_success__QLhHX{ --_fill: var(--uc-success); --_on: var(--uc-success-on); --_fg: var(--uc-success-fg); --_soft: var(--uc-success-soft); --_border: var(--uc-success-border); }:where(.uc-spk) .Badge_danger__bn6h3{ --_fill: var(--uc-danger);  --_on: var(--uc-danger-on);  --_fg: var(--uc-danger-fg);  --_soft: var(--uc-danger-soft);  --_border: var(--uc-danger-border); }:where(.uc-spk) .Badge_warning__Idw9L{ --_fill: var(--uc-warning); --_on: var(--uc-warning-on); --_fg: var(--uc-warning-fg); --_soft: var(--uc-warning-soft); --_border: var(--uc-warning-border); }:where(.uc-spk) .Badge_accent__s8cX7{ --_fill: var(--uc-accent);  --_on: var(--uc-accent-on);  --_fg: var(--uc-accent-fg);  --_soft: var(--uc-accent-soft);  --_border: var(--uc-accent-border); }:where(.uc-spk) .Badge_neutral__5MCSy{ --_fill: var(--uc-text); --_on: var(--uc-text-inverse); --_fg: var(--uc-text-muted); --_soft: var(--uc-surface-sunken); --_border: var(--uc-border-strong); }.uc-spk{
  
  --pg: #ffffff;
  --pg2: #f7f7f9;
  --tx: #0a0a0a;
  --txd: #525252;      
  --txf: #a3a3a3;      
  --acc: #fd6a35;      
  --acc-dk: #171717;   
  --acc-soft: #f4f4f4; 
  --acc-line: #e7e7ea; 
  
  --acc2: #c2410c;
  
  --acc2-solid: #c2410c;
  --cardbg: #ffffff;
  --cardbd: #e7e7ea;
  --line: #ebebeb;
  --mist: #f4f4f4;
  --ink: #0a0a0a;
  --coral: #f65258;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --r-chip: 10px;
  --r-btn: 12px;
  --r-card: 16px;
  --r-xl: 20px;

  position: relative;
  background: var(--pg);
  color: var(--tx);
  overflow-x: clip;
  
  transition: background-color 0.55s cubic-bezier(0.4, 0, 0.2, 1), color 0.55s cubic-bezier(0.4, 0, 0.2, 1);
}html:has(.uc-spk), html:has(.uc-spk), body:has(.uc-spk){ background-color: #fff; }.uc-spk *{ box-sizing: border-box; }.uc-spk.is-night{
  --acc2: #ff8a5b;   
  
  --pg: #171717;
  --pg2: #1f1f1f;
  --tx: #f5f5f5;
  --txd: #a1a1a1;
  --txf: #7d7d7d;
  --acc-dk: #f5f5f5;
  --acc-soft: #262626;
  --acc-line: rgba(255, 255, 255, 0.14);
  --cardbg: #1f1f1f;
  --cardbd: rgba(255, 255, 255, 0.12);
  --line: rgba(255, 255, 255, 0.10);
  --mist: #262626;
  --ink: #f5f5f5;
  
  --color-sprout-color-background-weaker: #171717;
  --color-sprout-color-background-default: #1f1f1f;
  --color-sprout-color-background-stronger: #262626;
  --color-sprout-color-background-strongest: #2b2b2b;
  --color-sprout-color-text-default: #f5f5f5;
  --color-sprout-color-text-stronger: #ffffff;
  --color-sprout-color-text-weaker: #a1a1a1;
  --color-sprout-color-text-weakest: #7d7d7d;
  --color-sprout-color-text-disabled: #6b6b6b;
  --color-sprout-color-border-weak: rgba(255, 255, 255, 0.10);
  --color-sprout-color-border-default: rgba(255, 255, 255, 0.16);
  --color-sprout-color-primary: #fd6a35;
}.uc-spk, .uc-spk .ucx-sec, .uc-spk .ucx-sec-head, .uc-spk .ucx-eyebrow, .uc-spk .ucx-accent-lemon, .uc-spk h1, .uc-spk h2, .uc-spk h3, .uc-spk p, .uc-spk li, .uc-spk .ds-fine, .uc-spk .faq2-eyebrow, .uc-spk .conv-eyebrow, .uc-spk .conv-title, .uc-spk .conv-sub{
  transition: background-color 0.55s cubic-bezier(0.4, 0, 0.2, 1), color 0.55s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.55s cubic-bezier(0.4, 0, 0.2, 1);
}.uc-spk :is([class*="bg-sprout-color-"], [class*="border-sprout-color-"], [class*="text-sprout-color-"]):not(a, button, input, select, textarea, [role="button"], [role="tab"], [class*="hover:"], [class*="transition"]){
  transition: background-color 0.55s cubic-bezier(0.4, 0, 0.2, 1), color 0.55s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.55s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.55s cubic-bezier(0.4, 0, 0.2, 1);
}@media (prefers-reduced-motion: reduce){.uc-spk, .uc-spk .ucx-sec, .uc-spk .ucx-sec-head, .uc-spk .ucx-eyebrow, .uc-spk .ucx-accent-lemon, .uc-spk h1, .uc-spk h2, .uc-spk h3, .uc-spk p, .uc-spk li, .uc-spk .ds-fine, .uc-spk .faq2-eyebrow, .uc-spk .conv-eyebrow, .uc-spk .conv-title, .uc-spk .conv-sub{ transition: none; }.uc-spk :is([class*="bg-sprout-color-"], [class*="border-sprout-color-"], [class*="text-sprout-color-"]):not(a, button, input, select, textarea, [role="button"], [role="tab"], [class*="hover:"], [class*="transition"]){ transition: none; }.uc-spk{ transition: none; }}.uc-spk.is-night .ax-num{ background: #262626; }.uc-spk.is-night .ax-media{ background: #2e2e2e; }.uc-spk.is-night .hp-card{ background: var(--cardbg); }.uc-spk.is-night .ucx-hero-chip{ background: #1f1f1f; border-color: rgba(255, 255, 255, 0.12); box-shadow: none; }.uc-spk.is-night .ucx-hero-chip:hover{ border-color: rgba(255, 255, 255, 0.24); }.uc-spk.is-night .widget-chip{ background: #1f1f1f; border-color: rgba(255, 255, 255, 0.12); box-shadow: none; }.uc-spk.is-night .rp-ic{ color: #525252; border-color: rgba(10, 10, 10, 0.12); }.uc-spk.is-night .rp-ic:hover{ color: #0a0a0a; border-color: rgba(10, 10, 10, 0.28); }.uc-spk .conv-card, .uc-spk .conv-tile{ transition: background-color 0.55s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.55s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.55s cubic-bezier(0.4, 0, 0.2, 1); }.uc-spk img{ max-width: 100%; }.uc-spk .ucx-uc-container{ max-width: var(--uc-container-max); margin-inline: auto; padding-inline: var(--uc-gutter); }.uc-spk .ucx-sec{ position: relative; padding: 104px 0; scroll-margin-top: 80px; }@media (max-width: 700px){.uc-spk .ucx-sec{ padding: 68px 0; }}.uc-spk .ucx-sec-head{ max-width: 900px; margin: 0 auto; text-align: center; }.uc-spk .ucx-sec h2{ font-size: 36px; line-height: 40px; font-weight: 500; letter-spacing: -0.02em; margin: 16px 0 14px; text-wrap: balance; color: var(--tx); }@media (min-width: 768px){.uc-spk .ucx-sec h2{ font-size: 46px; line-height: 50px; }}.uc-spk .ucx-sec .ucx-sub{ color: var(--txd); font-size: 18px; line-height: 28px; margin: 0; }.uc-spk .ucx-sec-head .ucx-sub{ margin-left: auto; margin-right: auto; max-width: 760px; }.uc-spk .ucx-accent-lemon{ color: var(--tx); }.uc-spk .sec-note{ text-align: center; color: var(--txf); font-size: 14px; line-height: 22px; margin: 20px 0 0; }.uc-spk .ucx-eyebrow{
  display: inline-flex; align-items: center; gap: 8px;
  color: var(--tx); background: none;
  border: 0; padding: 0; border-radius: 0;
  font-size: 16px; font-weight: 500; letter-spacing: -0.01em;
  line-height: 24px;
}.uc-spk .badge-new{
  display: inline-block;
  height: var(--spacing-sprout-16); line-height: var(--spacing-sprout-16);
  padding: 0 var(--spacing-sprout-8);
  font-size: 10px; font-weight: 700; letter-spacing: 0.04em;
  border-radius: 999px; text-transform: uppercase;
  background: var(--acc2-solid); color: #fff;
}.uc-spk .mcp-link{
  position: relative; display: inline-flex; align-items: center; gap: 7px;
  color: var(--acc-dk); text-decoration: none; font-size: 16px; font-weight: 500; line-height: 26px;
}.uc-spk .mcp-link svg{ width: 17px; height: 17px; transition: transform 0.24s var(--ease); }.uc-spk .mcp-link:hover svg{ transform: translateX(3px); }.uc-spk .mcp-link::after{ content: ""; position: absolute; left: 0; bottom: -4px; width: 100%; height: 2px; border-radius: 2px; background: var(--acc); transform: scaleX(0); transform-origin: left; transition: transform 0.3s var(--ease); }.uc-spk .mcp-link:hover::after{ transform: scaleX(1); }.uc-spk .btn-wp-dl{ color: var(--tx); }.uc-spk .btn-wp-dl img{ width: 18px; height: auto; display: block; flex: 0 0 auto; filter: brightness(0); transition: filter 0.55s cubic-bezier(0.4, 0, 0.2, 1); }.uc-spk.is-night .btn-wp-dl img{ filter: brightness(1); }.uc-spk .ucx-reveal{ opacity: 0; transform: translateY(22px); transition: opacity 0.6s var(--ease), transform 0.6s var(--ease); will-change: opacity, transform; }.uc-spk .ucx-reveal.ucx-in{ opacity: 1; transform: none; }.uc-spk .ucx-frame{
  position: relative; margin: 52px auto 0; max-width: 960px; aspect-ratio: 16/9;
  border-radius: 20px; overflow: hidden; display: grid; place-items: center;
  background: var(--mist); border: 1px solid var(--cardbd);
  box-shadow: 0 18px 44px -24px rgba(16, 24, 40, 0.28);
}.uc-spk .ucx-frame .fi{ position: relative; z-index: 1; display: flex; flex-direction: column; align-items: center; gap: 14px; text-align: center; color: var(--txd); }.uc-spk .ucx-frame .fi svg{ width: 40px; height: 40px; }.uc-spk .ucx-frame .fi span{ font-size: 14px; line-height: 20px; }.uc-spk .ucx-vplay{ width: 72px; height: 72px; border-radius: 50%; background: var(--acc); display: grid; place-items: center; box-shadow: 0 10px 30px rgba(253, 106, 53, 0.35); }.uc-spk .ucx-vplay svg{ fill: #fff; }.uc-spk .ucx-hero{
  position: relative; overflow: hidden; text-align: center;
  padding: clamp(120px, 15vh, 176px) 0 clamp(56px, 7vw, 88px);
  background: var(--pg);
}.uc-spk .ucx-hero > .ucx-uc-container{ position: relative; z-index: 2; }.uc-spk .ucx-hero .ucx-eyebrow{ margin-bottom: 18px; }.uc-spk .ucx-hero .ucx-sub{ max-width: 900px; margin: 0 auto 34px; color: var(--txd); font-size: 18px; line-height: 28px; }.uc-spk .ucx-hero::before, .uc-spk .ucx-hero::after{ content: none; }.uc-spk .ucx-uic-spell-layer{ position: absolute; inset: 0; z-index: 1; overflow: hidden; pointer-events: none; --mx: 0; --my: 0; }.uc-spk .ucx-uic-orb{ position: absolute; border-radius: 50%; filter: blur(55px); will-change: transform; opacity: 0.5; }.uc-spk .ucx-uic-orb-1{ width: 480px; height: 480px; left: -4%; top: 12%; background: radial-gradient(circle, rgba(253, 106, 53, 0.28) 0%, transparent 68%); animation: f2w-float-a 14s ease-in-out infinite alternate; transform: translate(calc(var(--mx) * 24px), calc(var(--my) * 24px)); }.uc-spk .ucx-uic-orb-2{ width: 400px; height: 400px; right: -3%; top: 40%; background: radial-gradient(circle, rgba(82, 2, 253, 0.18) 0%, transparent 68%); animation: f2w-float-b 18s ease-in-out infinite alternate; transform: translate(calc(var(--mx) * -32px), calc(var(--my) * -32px)); }.uc-spk .ucx-uic-orb-3{ width: 300px; height: 300px; left: 40%; top: 55%; background: radial-gradient(circle, rgba(253, 106, 53, 0.16) 0%, transparent 68%); animation: f2w-float-a 22s ease-in-out infinite alternate-reverse; transform: translate(calc(var(--mx) * 16px), calc(var(--my) * 16px)); }.uc-spk .ucx-uic-orb-4{ width: 420px; height: 420px; left: -8%; top: 66%; background: radial-gradient(circle, rgba(253, 106, 53, 0.2) 0%, transparent 68%); animation: f2w-float-b 20s ease-in-out infinite alternate; transform: translate(calc(var(--mx) * -22px), calc(var(--my) * -22px)); }.uc-spk .ucx-uic-orb-5{ width: 360px; height: 360px; right: -7%; top: 80%; background: radial-gradient(circle, rgba(82, 2, 253, 0.14) 0%, transparent 66%); animation: f2w-float-a 24s ease-in-out infinite alternate-reverse; transform: translate(calc(var(--mx) * 26px), calc(var(--my) * 26px)); }.uc-spk .ucx-uic-orb-6{ width: 280px; height: 280px; left: 36%; top: 92%; background: radial-gradient(circle, rgba(253, 106, 53, 0.12) 0%, transparent 66%); animation: f2w-float-a 18s ease-in-out infinite alternate; transform: translate(calc(var(--mx) * 14px), calc(var(--my) * 14px)); }.uc-spk .trusted{ display: flex; align-items: center; justify-content: center; gap: 12px; margin-bottom: 30px; }.uc-spk .trusted .avatars{ height: 34px; width: auto; }.uc-spk .trusted .stars-wrap{ display: flex; flex-direction: column; align-items: flex-start; gap: 2px; }.uc-spk .trusted .stars-wrap img{ height: 15px; width: auto; }.uc-spk .trusted .stars-line{ display: flex; align-items: center; gap: 7px; }.uc-spk .trusted .rate-num{ color: var(--tx); font-size: 12px; font-weight: 700; line-height: 14px; }.uc-spk .trusted .tnum{ color: var(--txd); font-size: 12px; font-weight: 500; line-height: 14px; }.uc-spk .ucx-pill-title{ display: block; text-align: center; margin: 18px auto 20px; max-width: 1180px; font-size: 40px; line-height: 44px; font-weight: 500; letter-spacing: -0.02em; color: var(--tx); }@media (min-width: 768px){.uc-spk .ucx-pill-title{ font-size: 54px; line-height: 58px; }}.uc-spk .ucx-pill-title .ucx-bw{ white-space: nowrap; }.uc-spk .ucx-pill-title .ucx-brand-chip{ display: inline-flex; align-items: center; justify-content: center; width: 0.85em; height: 0.85em; padding: 0.08em; box-sizing: border-box; background: var(--cardbg); border: 1px solid var(--cardbd); border-radius: 0.255em; vertical-align: middle; margin: 0 -0.06em; position: relative; top: -0.1em; box-shadow: 0 3px 10px -4px rgba(16, 24, 40, 0.25); }.uc-spk .ucx-pill-title .ucx-brand-chip img{ max-width: 100%; max-height: 100%; width: auto; height: auto; display: block; object-fit: contain; border-radius: 8px; }.uc-spk .ucx-pill-title .ucx-brand-chip img[src*="ucwr-figma-mark"]{ border-radius: 0; }.uc-spk .ucx-pill-title .ucx-brand-chip.is-badge{ padding: 0; border: 0; background: transparent; overflow: hidden; }.uc-spk .ucx-pill-title .ucx-brand-chip.is-inset{ padding: 0.12em; }.uc-spk .ucx-pill-title .ucx-brand-chip.is-badge img{ width: 100%; height: 100%; object-fit: cover; }.uc-spk .ucx-pill-title .hero-br{ display: none; }@media (min-width: 1000px){.uc-spk .ucx-pill-title .hero-br{ display: block; }}.uc-spk .hero-checks{ display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; max-width: 780px; margin: 0 auto 34px; }.uc-spk .ucx-hero-chip{ display: inline-flex; align-items: center; gap: 9px; padding: 9px 16px; border-radius: 999px; font-size: 14px; line-height: 18px; font-weight: 500; color: var(--tx); background: var(--cardbg); border: 1px solid var(--cardbd); box-shadow: 0 2px 6px -3px rgba(16, 24, 40, 0.16); transition: border-color 0.24s var(--ease), transform 0.24s var(--ease); }.uc-spk .ucx-hero-chip:hover{ border-color: var(--acc-line); transform: translateY(-2px); }.uc-spk .ucx-hero-chip svg{ width: 18px; height: 18px; flex: 0 0 auto; }.uc-spk .hero-logo{ display: grid; place-items: center; width: 52px; height: 52px; border-radius: 14px; background: #ffffff; border: 1px solid var(--cardbd); box-shadow: 0 2px 6px -3px rgba(16, 24, 40, 0.16); transition: border-color 0.24s var(--ease), transform 0.24s var(--ease); }.uc-spk .hero-logo:hover{ border-color: var(--acc-line); transform: translateY(-2px); }.uc-spk .hero-logo img, .uc-spk .hero-logo svg{ width: 28px; height: 28px; object-fit: contain; }.uc-spk .ucx-cta-row{ display: flex; align-items: center; justify-content: center; gap: 14px; flex-wrap: wrap; }.uc-spk .cta-primary{ position: relative; display: inline-flex; }@media (max-width: 640px){.uc-spk .cta-primary{ flex-direction: column; align-items: center; }.uc-spk .cta-primary .uc-note{
    position: static; transform: none; translate: none;
    margin-top: var(--spacing-sprout-8, 8px); text-align: center;
  }}.uc-spk .hero-reassure{ margin: 18px 0 0; text-align: center; color: var(--txf); font-size: 14px; line-height: 20px; }.uc-spk .hero-video{ cursor: pointer; background: var(--cardbg); box-shadow: none; }.uc-spk .hero-video .hero-screen{ position: absolute; inset: 4px; border-radius: 28px; overflow: hidden; background: var(--mist); }.uc-spk .hero-video .ucx-demo-thumb{ position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }.uc-spk .hero-video .ucx-demo-play{ position: absolute; inset: 0; display: grid; place-items: center; background: color-mix(in srgb, var(--ink) 6%, transparent); border: 0; cursor: pointer; z-index: 2; }.uc-spk .hero-video iframe{ position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }@media (min-width: 640px){.uc-spk .hero-video .hero-screen{ border-radius: 44px; }}@media (min-width: 768px){.uc-spk .hero-video .hero-screen{ border-radius: 60px; }}.uc-spk .stats{ display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; max-width: 1020px; margin: clamp(32px, 4vw, 44px) auto 0; background: var(--cardbd); border: 1px solid var(--cardbd); border-radius: 24px; overflow: hidden; }.uc-spk .stat{ display: flex; align-items: center; justify-content: center; gap: 12px; text-align: left; background: var(--cardbg); padding: 24px 20px; }.uc-spk .stat .num{ font-size: clamp(1.75rem, 2.6vw, 2.25rem); font-weight: 700; letter-spacing: -0.03em; color: var(--tx); line-height: 1; flex: 0 0 auto; }.uc-spk .stat .num em{ font-style: normal; color: var(--txd); }.uc-spk .stat .lbl{ color: var(--txd); font-size: 14px; line-height: 20px; margin-top: 0; max-width: 126px; }@media (max-width: 900px){.uc-spk .stats{ grid-template-columns: repeat(2, 1fr); }}@media (max-width: 520px){.uc-spk .stats{ grid-template-columns: 1fr; }}.uc-spk .diff-stage{ position: relative; aspect-ratio: 16/10; background: var(--mist); }.uc-spk .dl-vid{ position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; }.uc-spk .diff-play{ position: absolute; top: 10px; right: 10px; z-index: 3; width: 24px; height: 24px; border-radius: 999px; cursor: pointer; border: 0; background: rgba(0, 0, 0, 0.12); -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px); color: #171717; display: grid; place-items: center; transition: background 0.2s var(--ease), transform 0.2s var(--ease); }.uc-spk .diff-play:hover{ background: rgba(0, 0, 0, 0.22); transform: scale(1.06); }.uc-spk .diff-play svg{ width: 12px; height: 12px; }.uc-spk .diff-play .i-pause{ display: none; }.uc-spk #diffReal:not(.is-paused) .diff-play .i-play{ display: none; }.uc-spk #diffReal:not(.is-paused) .diff-play .i-pause{ display: block; }.uc-spk .ax{
  --ax-gap: 40px;
  
  --ax-gutter: max(var(--uc-gutter), calc((100vw - var(--uc-container-max) + 2 * var(--uc-gutter)) / 2));
  
  --ax-col: calc((min(100vw, var(--uc-container-max)) - 2 * var(--uc-gutter) - 2 * var(--ax-gap)) / 3);
  padding-bottom: 40px;
}.uc-spk .ax-track{ position: relative; height: 540vh; margin-top: 10px; }.uc-spk .ax-pin{ position: sticky; top: 0; height: 100vh; display: flex; align-items: center; overflow: hidden; }.uc-spk .ax-stage{ display: flex; flex-direction: column; gap: clamp(24px, 4.4vh, 52px); width: 100%; }.uc-spk .ax-window{
  overflow: hidden; padding-block: 8px; width: 100%;
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 var(--ax-gutter), #000 calc(100% - var(--ax-gutter)), transparent 100%);
          mask-image: linear-gradient(90deg, transparent 0, #000 var(--ax-gutter), #000 calc(100% - var(--ax-gutter)), transparent 100%);
}.uc-spk .ax-row{ display: grid; grid-auto-flow: column; grid-auto-columns: var(--ax-col); gap: var(--ax-gap); will-change: transform; }.uc-spk .ax-media-wrap{ width: 100%; }.uc-spk .ax-col{ display: flex; flex-direction: column; gap: 18px; opacity: 1; transition: opacity 0.45s var(--ease); }.uc-spk .ax-col.is-dim{ opacity: 0.42; }.uc-spk .ax-bar{ position: relative; height: 3px; border-radius: 999px; background: var(--line); overflow: hidden; }.uc-spk .ax-fill{ position: absolute; inset: 0 auto 0 0; width: 0; border-radius: 999px; background: linear-gradient(90deg, var(--acc2), var(--acc)); box-shadow: 0 0 10px rgba(253, 106, 53, 0.35); }.uc-spk .ax-copy{ display: flex; flex-direction: column; gap: 8px; }.uc-spk .ax-h{ display: flex; align-items: flex-start; gap: 12px; }.uc-spk .ax-num{ flex: 0 0 auto; margin-top: -2px; width: 28px; height: 28px; border-radius: 50%; display: grid; place-items: center; font-size: 14px; line-height: 14px; font-weight: 700; color: var(--txf); background: #fff; border: 1px solid var(--cardbd); transition: color 0.35s var(--ease), background 0.35s var(--ease), border-color 0.35s var(--ease), box-shadow 0.35s var(--ease);  }.uc-spk .ax-col.ucx-is-active .ax-num, .uc-spk .ax-col.ucx-is-done .ax-num{ color: #fff; background: var(--acc); border-color: var(--acc); }.uc-spk .ax-col.ucx-is-active .ax-num{ box-shadow: 0 0 0 5px rgba(253, 106, 53, 0.14), 0 0 18px rgba(253, 106, 53, 0.38); }.uc-spk .ax-h h3{ margin: 0; font-size: 20px; font-weight: 500; letter-spacing: -0.01em; color: var(--tx); line-height: 24px; }.uc-spk .ax-copy p{ margin: 0; color: var(--txd); font-size: 16px; line-height: 26px; }.uc-spk .ax-media{ position: relative; width: 100%; max-width: calc(60vh * 1240 / 584); margin-inline: auto; aspect-ratio: 1240 / 584; border-radius: 20px; background: #fff; border: 1px solid var(--cardbd); }.uc-spk .ax-screen{ position: absolute; inset: 4px; border-radius: 16px; overflow: hidden; background: var(--mist); }.uc-spk .ax-slide{ position: absolute; inset: 0; opacity: 0; will-change: transform, opacity; }.uc-spk .ax-vid{ width: 100%; height: 100%; object-fit: cover; display: block; background: var(--mist); }.uc-spk .ax-track.is-off{ display: none; }.uc-spk .ax-stack{ display: none; margin-top: 48px; flex-direction: column; gap: 44px; }.uc-spk .ax-s{ display: flex; flex-direction: column; gap: 14px; }.uc-spk .ax-s .ax-num{ color: #fff; background: var(--acc); border-color: var(--acc); }.uc-spk .ax-s h3{ margin: 0; font-size: 20px; font-weight: 500; letter-spacing: -0.01em; color: var(--tx); line-height: 24px; }.uc-spk .ax-s p{ margin: 0; color: var(--txd); font-size: 16px; line-height: 26px; }.uc-spk .ax-s-frame{ padding: 4px; border-radius: var(--r-card); background: var(--mist); }.uc-spk .ax-s-inner{ position: relative; aspect-ratio: 16 / 10; border-radius: 14px; overflow: hidden; background: var(--mist); border: 1px solid var(--cardbd); }.uc-spk .ucx-ax-m-vid{ position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; }@media (max-width: 860px){.uc-spk .ax-track{ display: none; }.uc-spk .ax-stack{ display: flex; }}.uc-spk .ax--six .ax-track{ height: 660vh; }.uc-spk .ax--six .ax-media{ aspect-ratio: 1920 / 1050; }.uc-spk .zz{ display: flex; flex-direction: column; gap: 64px; margin-top: 60px; }.uc-spk .zz-row{ display: grid; grid-template-columns: 1fr 1fr; gap: 52px; align-items: center; }.uc-spk .zz-row:nth-child(even) .zz-media{ order: -1; }.uc-spk .zz-text h3{ font-size: 24px; margin: 0 0 12px; line-height: 30px; font-weight: 500; letter-spacing: -0.01em; color: var(--tx); }.uc-spk .zz-text .ucx-eyebrow{ margin-bottom: 14px; }.uc-spk .zz-text p{ color: var(--txd); font-size: 16px; line-height: 26px; margin: 0; }.uc-spk .zz-media .ucx-frame{ margin: 0; max-width: none; }.uc-spk .zz-media .ucx-frame{ transition: transform 0.34s var(--ease), box-shadow 0.34s var(--ease), border-color 0.34s var(--ease); }.uc-spk .zz-media .ucx-frame:hover{ transform: translateY(-6px); border-color: var(--acc-line); box-shadow: 0 28px 60px -30px rgba(16, 24, 40, 0.34); }@media (max-width: 820px){.uc-spk .zz-row{ grid-template-columns: minmax(0, 1fr); gap: 24px; }.uc-spk .zz-row:nth-child(even) .zz-media{ order: 0; }.uc-spk .zz-media, .uc-spk .zz-media .ucx-frame{ max-width: 100%; min-width: 0; overflow: hidden; }}.uc-spk .demo-chip, .uc-spk .scan-chip, .uc-spk .dfx-chip, .uc-spk .hf-chip{
  position: absolute; left: 14px; bottom: 14px; z-index: 8; display: inline-flex; align-items: center; gap: 8px;
  padding: 7px 13px; border-radius: 999px; font-size: 12px; font-weight: 500; color: var(--tx);
  background: rgba(255, 255, 255, 0.86); border: 1px solid var(--cardbd);
  -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px); line-height: 14px; box-shadow: 0 6px 18px -10px rgba(16, 24, 40, 0.4);
}.uc-spk .demo-chip i, .uc-spk .scan-chip i{ width: 8px; height: 8px; border-radius: 50%; background: var(--acc); box-shadow: 0 0 8px 1px rgba(253, 106, 53, 0.6); animation: f2w-blink 1.6s ease-in-out infinite; }.uc-spk .ucx-frame.scan{ overflow: hidden; place-items: stretch; background: #eef0f3; }.uc-spk .scan-img{ position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: top center; z-index: 0; }.uc-spk .scan-veil{ position: absolute; inset: 0; z-index: 1; pointer-events: none; background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(16, 24, 40, 0.08)); }.uc-spk .scan-grid{ position: absolute; inset: 0; z-index: 2; pointer-events: none; background-image: linear-gradient(rgba(253, 106, 53, 0.16) 1px, transparent 1px), linear-gradient(90deg, rgba(253, 106, 53, 0.16) 1px, transparent 1px); background-size: 34px 34px; -webkit-mask-image: linear-gradient(180deg, transparent, #000 12%, #000 88%, transparent); mask-image: linear-gradient(180deg, transparent, #000 12%, #000 88%, transparent); }.uc-spk .scan-line{ position: absolute; left: 0; right: 0; top: 4%; height: 2px; z-index: 4; pointer-events: none; background: linear-gradient(90deg, transparent, rgba(82, 2, 253, 0.6) 14%, var(--acc) 50%, rgba(82, 2, 253, 0.6) 86%, transparent); box-shadow: 0 0 18px 3px rgba(253, 106, 53, 0.5); animation: f2w-scan-sweep 3s var(--ease) infinite alternate; }.uc-spk .scan-line::before{ content: ""; position: absolute; left: 0; right: 0; bottom: 2px; height: 64px; background: linear-gradient(180deg, transparent, rgba(253, 106, 53, 0.16)); }.uc-spk .scan-line::after{ content: ""; position: absolute; left: 0; right: 0; top: 2px; height: 64px; background: linear-gradient(180deg, rgba(253, 106, 53, 0.18), transparent); }.uc-spk .scan-dot{ position: absolute; z-index: 5; left: var(--x); top: var(--y); width: var(--s, 7px); height: var(--s, 7px); border-radius: 50%; transform: translate(-50%, -50%) scale(0.2); opacity: 0; background: var(--acc); box-shadow: 0 0 6px 1px rgba(253, 106, 53, 0.5); animation: f2w-scan-pop var(--dur, 3.2s) ease-in-out infinite; animation-delay: var(--d, 0s); }.uc-spk .ucx-frame.dfx{ overflow: hidden; place-items: center; background: #ffffff; aspect-ratio: 16/10; }.uc-spk .dfx-bento{ --dfxgap: 24px; position: relative; display: flex; gap: var(--dfxgap); width: 100%; height: 100%; padding: 16px; align-items: stretch; }.uc-spk .dfx-col{ flex: 1 1 0; min-width: 0; display: flex; flex-direction: column; gap: var(--dfxgap); }.uc-spk .dfx-col.c3{ animation: f2w-dfx-slide 4.5s var(--ease) infinite; }.uc-spk .dfx-g{ flex: 1 1 0; min-height: 0; border-radius: 12px; overflow: hidden; }.uc-spk .dfx-g.card{ background: #234540; padding: 10px 12px; display: flex; flex-direction: column; justify-content: space-between; gap: 6px; }.uc-spk .dfx-g.img{ background-size: cover; background-position: center; position: relative; }.uc-spk .dfx-g.img::after{ content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0, 0, 0, 0.04) 40%, rgba(0, 0, 0, 0.52)); }.uc-spk .dfx-ic{ width: 28px; height: 28px; border-radius: 6px; border: 1px solid rgba(255, 255, 255, 0.32); display: grid; place-items: center; color: #fff; flex: 0 0 auto; }.uc-spk .dfx-ic svg{ width: 16px; height: 16px; }.uc-spk .dfx-tx b{ display: block; color: #fff; font-size: clamp(0.625rem, 1.25vw, 0.75rem); font-weight: 700; letter-spacing: -0.01em; line-height: 1.15; }.uc-spk .dfx-g.card .big{ display: block; color: #fff; font-weight: 700; letter-spacing: -0.01em; font-size: clamp(0.75rem, 1.7vw, 1rem); line-height: 1.3; }.uc-spk .dfx-tx p{ margin: 4px 0 0; color: #dfe4e1; font-size: clamp(0.375rem, 0.85vw, 0.5rem); line-height: 1.25; display: -webkit-box; -webkit-line-clamp: 5; -webkit-box-orient: vertical; overflow: hidden; }.uc-spk .dfx-pills{ display: flex; gap: 6px; margin-top: 7px; }.uc-spk .dfx-pills span{ background: #f2f2f0; color: #1e2b28; font-size: 8px; font-weight: 500; padding: 3px 8px; border-radius: 20px; white-space: nowrap; line-height: 10px; }.uc-spk .dfx-mark{ position: absolute; top: 50%; left: 66.4%; transform: translate(-50%, -50%); z-index: 7; white-space: nowrap; font-size: 10px; font-weight: 700; letter-spacing: 0.02em; padding: 3px 7px; border-radius: 6px; line-height: 12px; }.uc-spk .dfx-mark.bad{ color: #b42318; background: #fff1ef; border: 1px solid rgba(246, 82, 88, 0.5); animation: f2w-dfx-bad 4.5s var(--ease) infinite; }.uc-spk .dfx-mark.good{ color: #067647; background: #ecfdf3; border: 1px solid rgba(46, 163, 67, 0.5); opacity: 0; animation: f2w-dfx-good 4.5s var(--ease) infinite; }.uc-spk .dfx-chip i.dot{ width: 8px; height: 8px; border-radius: 50%; background: var(--coral); animation: f2w-dfx-dot 4.5s var(--ease) infinite; }.uc-spk .dfx-lbls{ position: relative; display: inline-grid; }.uc-spk .dfx-lbls em{ grid-area: 1/1; font-style: normal; white-space: nowrap; }.uc-spk .dfx-lbls .a{ animation: f2w-dfx-lbl-a 4.5s var(--ease) infinite; }.uc-spk .dfx-lbls .b{ opacity: 0; animation: f2w-dfx-lbl-b 4.5s var(--ease) infinite; }.uc-spk .ucx-frame.mtn{ overflow: hidden; place-items: center; background: #fbf8f1; }.uc-spk .mtn-page{ width: 100%; height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 16px 20px; text-align: center; }.uc-spk .mtn-eye{ font-size: 10px; font-weight: 700; letter-spacing: 0.18em; color: #8a94a0; margin-bottom: 7px; line-height: 12px; }.uc-spk .mtn-h{ font-family: Georgia, "Times New Roman", serif; color: #1b2534; font-weight: 600; font-size: clamp(1rem, 2.3vw, 1.375rem); line-height: 1.18; max-width: 92%; }.uc-spk .mtn-sub{ color: #5c6b7a; font-size: 12px; margin-top: 8px; max-width: 80%; line-height: 16px; }.uc-spk .mtn-cards{ display: flex; align-items: stretch; justify-content: center; gap: 10px; margin-top: 18px; width: 100%; }.uc-spk .mtn-card{ flex: 1 1 0; max-width: 98px; background: #fffdf9; border: 1px solid rgba(20, 30, 45, 0.07); border-radius: 12px; box-shadow: 0 10px 22px -14px rgba(20, 30, 45, 0.28); padding: 12px 8px 11px; display: flex; flex-direction: column; align-items: center; gap: 5px; }.uc-spk .mtn-av{ width: 42px; height: 42px; border-radius: 50%; overflow: hidden; display: grid; place-items: end center; background: radial-gradient(circle at 50% 34%, #e6e5e6, #c2c3c6); }.uc-spk .mtn-av svg{ width: 32px; height: 32px; color: #a3a9b2; }.uc-spk .mtn-card b{ font-size: 10px; font-weight: 700; color: #1b2534; letter-spacing: -0.01em; white-space: nowrap; line-height: 12px; }.uc-spk .mtn-card i{ font-size: 10px; font-style: normal; color: #8a94a0; white-space: nowrap; line-height: 12px; }.uc-spk .mtn-eye, .uc-spk .mtn-h, .uc-spk .mtn-sub, .uc-spk .mtn-card{ opacity: 0; will-change: opacity, transform; }.uc-spk .mtn-eye{ --fy: -10px; animation: f2w-mt-eye 6.5s var(--ease) infinite; }.uc-spk .mtn-h{ --fy: -12px; animation: f2w-mt-h 6.5s var(--ease) infinite; }.uc-spk .mtn-sub{ --fy: -10px; animation: f2w-mt-sub 6.5s var(--ease) infinite; }.uc-spk .mtn-card:nth-child(1){ --fy: 16px; animation: f2w-mt-c1 6.5s var(--ease) infinite; }.uc-spk .mtn-card:nth-child(2){ --fy: 16px; animation: f2w-mt-c2 6.5s var(--ease) infinite; }.uc-spk .mtn-card:nth-child(3){ --fy: 16px; animation: f2w-mt-c3 6.5s var(--ease) infinite; }.uc-spk .mtn-card:nth-child(4){ --fy: 16px; animation: f2w-mt-c4 6.5s var(--ease) infinite; }.uc-spk .mtn-card:nth-child(5){ --fy: 16px; animation: f2w-mt-c5 6.5s var(--ease) infinite; }.uc-spk .ucx-frame.rzc{ aspect-ratio: auto; height: 305px; background: var(--mist); }.uc-spk .rz-vid, .uc-spk .gl-vid{ position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; }.uc-spk .ucx-frame.gl{ overflow: hidden; place-items: center; background: var(--mist); aspect-ratio: 299/216; }.uc-spk .ucx-frame.hf{ overflow: hidden; place-items: center; background: #eef0f3; }.uc-spk .hf-stage{ position: absolute; inset: 0; }.uc-spk .hf-page{ position: absolute; left: 3%; top: 8%; width: 44%; height: 84%; z-index: 0; background: #ffffff; border: 1px solid var(--cardbd); border-radius: 10px; box-shadow: 0 8px 22px -14px rgba(16, 24, 40, 0.3); }.uc-spk .hf-body{ position: absolute; z-index: 1; border-radius: 3px; }.uc-spk .hf-body.b1{ left: 6%; top: 31%; width: 22%; height: 4.5%; background: rgba(20, 20, 40, 0.16); }.uc-spk .hf-body.b2{ left: 6%; top: 39%; width: 17%; height: 3.5%; background: rgba(20, 20, 40, 0.1); }.uc-spk .hf-body.b4{ left: 6%; top: 47%; width: 20%; height: 3.5%; background: rgba(20, 20, 40, 0.1); }.uc-spk .hf-body.b3{ left: 29%; top: 31%; width: 15%; height: 24%; border-radius: 6px; background: linear-gradient(135deg, #ffe3d6, #ffc9b3); }.uc-spk .hf-h, .uc-spk .hf-f{ display: flex; align-items: center; gap: 5%; padding: 0 4%; border-radius: 6px; box-sizing: border-box; will-change: transform; }.uc-spk .hf-h{ position: absolute; left: 6%; top: 13%; width: 38%; height: 11%; z-index: 2; background: #fff; border: 1px solid rgba(20, 20, 40, 0.08); box-shadow: 0 3px 8px rgba(0, 0, 0, 0.06); animation: f2w-hf-lift-h 6.5s var(--ease) infinite; }.uc-spk .hf-f{ position: absolute; left: 6%; top: 74%; width: 38%; height: 13%; z-index: 2; background: #1b2230; box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2); animation: f2w-hf-lift-f 6.5s var(--ease) infinite; }.uc-spk .hf-logo{ width: 11%; aspect-ratio: 1; border-radius: 3px; background: var(--acc); flex: 0 0 auto; }.uc-spk .hf-nav{ width: 13%; height: 16%; border-radius: 2px; background: rgba(20, 20, 40, 0.2); flex: 0 0 auto; }.uc-spk .hf-btn{ margin-left: auto; width: 20%; height: 36%; border-radius: 20px; background: var(--acc); flex: 0 0 auto; }.uc-spk .hf-fcol{ width: 15%; height: 26%; border-radius: 2px; background: rgba(255, 255, 255, 0.4); flex: 0 0 auto; }.uc-spk .hf-slot{ position: absolute; z-index: 1; border: 1px dashed var(--acc-line); border-radius: 8px; background: rgba(16, 24, 40, 0.03); }.uc-spk .hf-slot.s1{ left: 53%; top: 12%; width: 44%; height: 32%; }.uc-spk .hf-slot.s2{ left: 53%; top: 56%; width: 44%; height: 32%; }.uc-spk .hf-slot-label{ position: absolute; top: 7px; left: 9px; font-size: 8px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; color: var(--acc-dk); line-height: 10px; }.uc-spk .hf-ck{ position: absolute; top: 6px; right: 8px; width: 15px; height: 15px; border-radius: 50%; background: var(--acc); color: #fff; font-size: 8px; font-weight: 900; display: grid; place-items: center; opacity: 0; line-height: 8px; }.uc-spk .hf-ck.ck1{ animation: f2w-hf-ck1 6.5s var(--ease) infinite; }.uc-spk .hf-ck.ck2{ animation: f2w-hf-ck2 6.5s var(--ease) infinite; }.uc-spk .hf-chip i.dot{ width: 8px; height: 8px; border-radius: 50%; background: var(--acc2); animation: f2w-hf-dot 6.5s var(--ease) infinite; }.uc-spk .hf-lbls{ position: relative; display: inline-grid; }.uc-spk .hf-lbls em{ grid-area: 1/1; font-style: normal; white-space: nowrap; }.uc-spk .hf-lbls .a{ animation: f2w-hf-la 6.5s var(--ease) infinite; }.uc-spk .hf-lbls .b{ opacity: 0; animation: f2w-hf-lb 6.5s var(--ease) infinite; }.uc-spk .chatai{ display: grid; grid-template-columns: 0.92fr 1.08fr; gap: 42px; align-items: center; margin-top: 44px; }@media (max-width: 980px){.uc-spk .chatai{ grid-template-columns: minmax(0, 1fr); gap: 28px; }}.uc-spk .chatai-tabs{ display: flex; flex-direction: column; gap: 12px; min-width: 0; }.uc-spk .chatai-tab{ display: block; width: 100%; text-align: left; cursor: pointer; font-family: inherit; padding: 16px 18px; border-radius: 14px; background: #fff; border: 1px solid var(--cardbd); border-left: 3px solid transparent; transition: background 0.24s var(--ease), border-color 0.24s var(--ease); }.uc-spk .chatai-tab:hover{ background: var(--mist); }.uc-spk .chatai-tab.active{ background: var(--acc-soft); border-color: var(--acc-line); border-left-color: var(--acc); }.uc-spk .chatai-tab h3{ color: var(--tx); margin: 0; font-size: 18px; line-height: 28px; font-weight: 500; letter-spacing: -0.01em; }.uc-spk .chatai-tab p{ color: var(--txd); font-size: 16px; line-height: 24px; margin: 7px 0 0; }.uc-spk .chatai-stage{ position: relative; min-width: 0; }.uc-spk .chatai-viewport{ overflow: hidden; border-radius: 16px; }.uc-spk .chatai-track{ display: flex; transition: transform 0.45s var(--ease); will-change: transform; }.uc-spk .chatai-slide{ min-width: 100%; }.uc-spk .chatai-slide .ucx-frame{ margin: 0; max-width: none; }.uc-spk .chatai-dots{ display: flex; gap: 8px; justify-content: center; margin-top: 16px; }.uc-spk .chatai-dot{ width: 9px; height: 9px; border-radius: 50%; background: var(--cardbd); border: none; padding: 0; cursor: pointer; transition: background 0.24s var(--ease), width 0.24s var(--ease); }.uc-spk .chatai-dot.active{ background: var(--acc); width: 22px; border-radius: 5px; }.uc-spk .mcp-grid{ display: grid; grid-template-columns: 0.92fr 1.08fr; gap: 48px; align-items: center; margin-top: 8px; }@media (max-width: 900px){.uc-spk .mcp-grid{ grid-template-columns: 1fr; gap: 30px; }}.uc-spk .mcp-copy .ucx-eyebrow{ margin-bottom: 16px; }.uc-spk .mcp-copy h2{ text-align: left; }.uc-spk .mcp-copy .ucx-sub{ max-width: 56ch; }.uc-spk .term{ position: relative; display: flex; flex-direction: column; height: 375px; border-radius: 16px; overflow: hidden; background: linear-gradient(180deg, #16121f, #0c0910); border: 1px solid rgba(255, 255, 255, 0.08); box-shadow: 0 24px 60px -28px rgba(16, 24, 40, 0.5); transition: transform 0.34s var(--ease), box-shadow 0.34s var(--ease); }@media (max-width: 560px){.uc-spk .term{ height: 430px; }}.uc-spk .term:hover{ transform: translateY(-6px); }
/* --- legacy hover-transform conflict (swept 2026-09-03) ---------------------
   #uichemy-btn-global (retired design system) ships
     .uc-btn:hover, ..., [class*="-card"]:hover, [class*="-tile"]:hover,
     [class*="-chip"]:hover { transform: none !important; }
   Those attribute selectors match a SUBSTRING of the class attribute, so no ucx-
   rename dodges them (.ucx-hero-chip still contains "-chip"). They were killing
   every hover lift these 12 pages inherited from components/uichemy/*.css. Each
   rule below restates the source's own value above the legacy (0,2,0), so sheet
   order does not matter. Deliberate transform:none values from the source are
   restated too, so this cannot resurrect a lift the design suppressed on purpose.
   Per CLAUDE.md section 5 this !important asserts the page's value over a block
   being deleted; it becomes a no-op once that block goes. ------------------- */
.uc-spk .hp-card.hp-card:hover{ transform: translateY(-8px) !important; }
.uc-spk .src-tile.src-tile:not(.is-soon):hover{ transform: translateY(-4px) !important; }
.uc-spk .sup-card-tray .sup-card.sup-card:hover{ transform: none !important; }
.uc-spk .sup-card.sup-card:hover{ transform: translateY(-5px) !important; }
.uc-spk .term.term:hover{ transform: translateY(-6px) !important; }
.uc-spk .tpl-card.tpl-card:hover{ transform: translateY(-4px) !important; }
.uc-spk .ucx-hero-chip.ucx-hero-chip:hover{ transform: translateY(-2px) !important; }
.uc-spk .ucx-rel-card.ucx-rel-card:hover{ transform: translateY(-3px) !important; }
:where(.uc-spk) .uc-hero-chip.uc-hero-chip:hover{ transform: translateY(-2px) !important; }
.uc-spk .term-grid{ position: absolute; inset: 0; pointer-events: none; background-image: linear-gradient(rgba(253, 106, 53, 0.06) 1px, transparent 1px), linear-gradient(90deg, rgba(253, 106, 53, 0.06) 1px, transparent 1px); background-size: 30px 30px; -webkit-mask-image: radial-gradient(120% 90% at 72% 0%, #000, transparent 78%); mask-image: radial-gradient(120% 90% at 72% 0%, #000, transparent 78%); }.uc-spk .term-glow{ position: absolute; top: -28%; right: -12%; width: 62%; height: 82%; background: radial-gradient(circle, rgba(253, 106, 53, 0.24), transparent 70%); filter: blur(42px); pointer-events: none; }.uc-spk .term-scan{ position: absolute; left: 0; right: 0; top: 0; height: 84px; pointer-events: none; background: linear-gradient(180deg, transparent, rgba(253, 106, 53, 0.1), transparent); animation: f2w-term-scan 5s linear infinite; }.uc-spk .term-bar{ position: relative; display: flex; align-items: center; gap: 7px; padding: 12px 16px; border-bottom: 1px solid rgba(255, 255, 255, 0.08); background: rgba(255, 255, 255, 0.02); }.uc-spk .term-dot{ width: 11px; height: 11px; border-radius: 999px; }.uc-spk .term-file{ margin-left: 8px; font-size: 12px; color: rgba(255, 255, 255, 0.42); font-family: ui-monospace, monospace; line-height: 14px; }.uc-spk .term-live{ margin-left: auto; display: inline-flex; align-items: center; gap: 6px; font-size: 12px; font-weight: 700; color: var(--acc); line-height: 14px; }.uc-spk .term-live i{ width: 7px; height: 7px; border-radius: 999px; background: var(--acc); box-shadow: 0 0 8px var(--acc); }.uc-spk .term-body{ position: relative; flex: 1; min-height: 0; overflow: hidden; padding: 20px; font-family: ui-monospace, monospace; font-size: 14px; line-height: 24px; color: rgba(255, 255, 255, 0.62); }.uc-spk .ucx-term-line{ animation: f2w-term-swap 0.42s ease both; }.uc-spk .ucx-term-line .p, .uc-spk .ucx-term-line .ucx-ok{ color: var(--acc); }.uc-spk .ucx-term-caret{ display: inline-block; width: 8px; height: 15px; margin-left: 3px; vertical-align: -2px; border-radius: 1px; background: var(--acc); animation: f2w-term-blink 1s steps(1) infinite; }.uc-spk .term-tabs{ position: relative; display: flex; gap: 8px; padding: 0 20px 18px; flex-wrap: wrap; }.uc-spk .ucx-term-tab{ display: inline-flex; align-items: center; gap: 7px; padding: 7px 13px; border-radius: 9px; cursor: pointer; font-family: inherit; font-size: 14px; font-weight: 500; background: rgba(255, 255, 255, 0.05); border: 1px solid rgba(255, 255, 255, 0.09); color: rgba(255, 255, 255, 0.62); transition: background 0.24s var(--ease), border-color 0.24s var(--ease), color 0.24s var(--ease); line-height: 18px; }.uc-spk .ucx-term-tab:not(.ucx-on):hover{ background: rgba(255, 255, 255, 0.09); border-color: rgba(255, 255, 255, 0.2); color: #fff; }.uc-spk .ucx-term-tab.ucx-on{ background: rgba(253, 106, 53, 0.16); border-color: rgba(253, 106, 53, 0.5); color: var(--acc); }.uc-spk .ucx-term-tab-ic{ width: 15px; height: 15px; display: block; }.uc-spk .src-grid{ display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 52px; }@media (max-width: 900px){.uc-spk .src-grid{ grid-template-columns: repeat(2, 1fr); }}@media (max-width: 480px){.uc-spk .src-grid{ grid-template-columns: 1fr; }}.uc-spk .src-tile{ position: relative; display: block; padding: 20px; border-radius: 16px; background: #fff; border: 1px solid var(--cardbd); text-decoration: none; color: inherit; box-shadow: 0 10px 26px -20px rgba(16, 24, 40, 0.22); transition: transform 0.24s var(--ease), border-color 0.24s var(--ease); }.uc-spk .src-tile.is-soon{ cursor: default; }.uc-spk .src-tile.is-soon::after{ content: "Soon"; position: absolute; top: 14px; right: 14px; font-size: 10px; line-height: 16px; font-weight: 700; letter-spacing: 0.05em; text-transform: uppercase; color: var(--acc2); background: color-mix(in srgb, var(--acc2) 10%, #fff); border: 1px solid color-mix(in srgb, var(--acc2) 22%, transparent); padding: 2px 8px; border-radius: 999px; }.uc-spk .src-tile:not(.is-soon):hover{ transform: translateY(-4px); border-color: var(--acc-line); }.uc-spk .src-ic{ width: 40px; height: 40px; border-radius: 10px; background: var(--mist); border: 1px solid var(--line); display: grid; place-items: center; margin-bottom: 16px; overflow: hidden; }.uc-spk .src-ic img.logo-img{ width: 24px; height: 24px; object-fit: contain; }.uc-spk .src-ic svg{ width: 22px; height: 22px; color: var(--txd); }.uc-spk .src-tile h3{ margin: 0 0 4px; font-size: 16px; line-height: 24px; font-weight: 500; color: var(--tx); }.uc-spk .src-tile p{ margin: 0; font-size: 14px; line-height: 20px; color: var(--txd); }.uc-spk .mode-seg-wrap{ display: flex; justify-content: center; margin-top: 36px; }.uc-spk .mode-seg{ display: inline-flex; gap: 4px; padding: 4px; border-radius: 12px; background: var(--mist); border: 1px solid var(--cardbd); }.uc-spk .mode-opt{ padding: 9px 18px; border-radius: 9px; border: 0; cursor: pointer; font-family: inherit; font-size: 14px; line-height: 22px; font-weight: 500; background: transparent; color: var(--txd); transition: background 0.2s var(--ease), color 0.2s var(--ease), box-shadow 0.2s var(--ease); }.uc-spk .mode-opt.ucx-on{ background: #fff; color: var(--tx); box-shadow: 0 1px 3px rgba(16, 24, 40, 0.12); }.uc-spk .pbx-pane{ display: none; }.uc-spk .pbx-pane.ucx-is-active{ display: block; animation: f2w-pwfade 0.35s var(--ease); }.uc-spk .pbx-grid{ display: flex; flex-wrap: wrap; justify-content: center; gap: 22px 30px; margin-top: 40px; }.uc-spk .pbx-ic{ display: flex; flex-direction: column; align-items: center; gap: 11px; width: 112px; }.uc-spk .pbx-tile{ display: grid; place-items: center; background: none; border: 0; box-shadow: none; transition: transform 0.28s var(--ease); animation: f2w-pbx-float 3.6s var(--ease) infinite; }.uc-spk .pbx-tile img{ width: 60px; height: 60px; display: block; border-radius: 15px; }.uc-spk .pbx-ic:not(.is-soon) .pbx-tile img{ filter: drop-shadow(0 8px 20px rgba(253, 106, 53, 0.28)); }.uc-spk .pbx-name{ font-size: 14px; font-weight: 500; color: var(--tx); text-align: center; line-height: 18px; }.uc-spk .pbx-live{ font-size: 10px; font-weight: 700; letter-spacing: 0.05em; text-transform: uppercase; color: #fff; background: var(--acc); padding: 2px 9px; border-radius: 999px; line-height: 12px; }.uc-spk .pbx-soon{ font-size: 10px; font-weight: 700; letter-spacing: 0.05em; text-transform: uppercase; color: var(--txf); background: var(--mist); border: 1px solid var(--cardbd); padding: 2px 9px; border-radius: 999px; line-height: 12px; }.uc-spk .pbx-ic:hover .pbx-tile{ transform: translateY(-5px); }.uc-spk .pbx-ic.is-soon .pbx-tile{ animation: none; }.uc-spk .pbx-ic.is-soon .pbx-tile img{ filter: grayscale(1); opacity: 0.42; }.uc-spk .pbx-ic.is-soon .pbx-name{ color: var(--txf); }.uc-spk .pbx-grid .pbx-ic:nth-child(2) .pbx-tile{ animation-delay: 0.3s; }.uc-spk .pbx-grid .pbx-ic:nth-child(3) .pbx-tile{ animation-delay: 0.6s; }.uc-spk .pbx-grid .pbx-ic:nth-child(4) .pbx-tile{ animation-delay: 0.9s; }.uc-spk .pbx-grid .pbx-ic:nth-child(5) .pbx-tile{ animation-delay: 1.2s; }.uc-spk .pbx-grid .pbx-ic:nth-child(6) .pbx-tile{ animation-delay: 1.5s; }.uc-spk .pbx-grid .pbx-ic:nth-child(7) .pbx-tile{ animation-delay: 1.8s; }.uc-spk .pbx-grid .pbx-ic:nth-child(8) .pbx-tile{ animation-delay: 2.1s; }.uc-spk .hp-stage{ position: relative; z-index: 2; margin-top: 52px; overflow: hidden; padding: 20px 0; }.uc-spk .hp-stage::before, .uc-spk .hp-stage::after{ content: ""; position: absolute; top: 0; bottom: 0; width: 9%; z-index: 3; pointer-events: none; }.uc-spk .hp-stage::before{ left: 0; background: linear-gradient(90deg, var(--pg) 0%, transparent 100%); }.uc-spk .hp-stage::after{ right: 0; background: linear-gradient(270deg, var(--pg) 0%, transparent 100%); }.uc-spk .hp-grid{ display: flex; flex-direction: column; gap: 22px; }.uc-spk .hp-row{ display: flex; gap: 22px; justify-content: flex-start; will-change: transform; padding: 0 clamp(20px, 5vw, 80px); }.uc-spk .hp-card{ flex: 0 0 300px; width: 300px; box-sizing: border-box; border-radius: 16px; overflow: hidden; background: #fff; border: 1px solid var(--cardbd); box-shadow: 0 14px 34px -22px rgba(16, 24, 40, 0.26); transition: transform 0.34s var(--ease), border-color 0.34s var(--ease), box-shadow 0.34s var(--ease); }.uc-spk .hp-card:hover{ transform: translateY(-8px); border-color: var(--acc-line); box-shadow: 0 26px 54px -28px rgba(16, 24, 40, 0.34); }.uc-spk .hp-thumb{ position: relative; aspect-ratio: 4/5; overflow: hidden; border-radius: 16px 16px 0 0; background: linear-gradient(180deg, #f4f0ff, #fef2ec); border-bottom: 1px solid var(--line); }.uc-spk .hp-vid{ position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; opacity: 0; transition: opacity 0.45s var(--ease); }.uc-spk .hp-vid.ucx-ready{ opacity: 1; }.uc-spk .hp-badge{ position: absolute; top: 10px; left: 10px; z-index: 2; padding: 5px 11px; border-radius: 999px; font-size: 10px; font-weight: 700; letter-spacing: 0.05em; text-transform: uppercase; color: var(--tx); background: rgba(255, 255, 255, 0.86); border: 1px solid var(--cardbd); -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); line-height: 12px; }.uc-spk .hp-meta{ padding: 14px 16px 16px; }.uc-spk .hp-meta h3{ margin: 0 0 5px; font-size: 18px; line-height: 28px; font-weight: 500; color: var(--tx); }.uc-spk .hp-meta p{ font-size: 14px; color: var(--txd); line-height: 20px; margin: 0; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }@media (max-width: 640px){.uc-spk .hp-card{ flex-basis: 230px; width: 230px; }}@media (max-width: 768px){.uc-spk .hp-slider .hp-grid{ padding: 0; }.uc-spk .hp-slider .hp-row{ transform: none !important; overflow-x: auto; scroll-snap-type: x proximity; -webkit-overflow-scrolling: touch; gap: 14px; padding: 4px 16px 16px; scrollbar-width: none; }.uc-spk .hp-slider .hp-row::-webkit-scrollbar{ display: none; }.uc-spk .hp-slider .hp-card{ scroll-snap-align: center; }}.uc-spk .cmp-sec .ucx-sec-head{ max-width: 1040px; }.uc-spk .cmp-sec .ucx-sec-head .ucx-sub{ max-width: 1040px; }.uc-spk .ucx-cmp{
  --c1: 1.1;
  --c2: 1.16;
  --c3: 1.16;
  --ct: 3.42; 
  position: relative;
  max-width: 1020px;
  margin: 68px auto 0;
}.uc-spk .cmp-grid{
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.1fr 1.16fr 1.16fr;
}.uc-spk .cmp-base{
  position: absolute;
  inset: 0;
  background: var(--cardbg);
  border: 1px solid var(--cardbd);
  border-radius: 20px;
  z-index: 0;
}.uc-spk .cmp-spot{
  position: absolute;
  top: -28px;
  bottom: -28px;
  left: calc(100% * var(--c1) / var(--ct));
  width: calc(100% * var(--c2) / var(--ct));
  border-radius: 20px;
  background: #0b0b0f;
  box-shadow: 0 34px 70px -34px rgba(10, 10, 15, 0.6);
  overflow: hidden;
  z-index: 1;
}.uc-spk .cmp-spot::before{
  content: "";
  position: absolute;
  inset: -34px 0 auto 0;
  height: 122px;
  background:
    radial-gradient(120% 150% at 88% -10%, rgba(158, 72, 236, 1) 0%, rgba(158, 72, 236, 0.5) 30%, transparent 62%),
    radial-gradient(120% 150% at 8% -6%, rgba(255, 194, 128, 1) 0%, rgba(246, 132, 78, 0.66) 32%, transparent 64%),
    linear-gradient(96deg, #fbad6b 0%, #f0623d 46%, #9741d6 100%);
  -webkit-mask-image: linear-gradient(to bottom, #000 0%, #000 26%, transparent 100%);
          mask-image: linear-gradient(to bottom, #000 0%, #000 26%, transparent 100%);
}.uc-spk .ucx-cmp-cell{
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 16px 22px;
  font-size: 16px;
  line-height: 22px;
  
  min-width: 0;
  overflow-wrap: break-word;
  word-break: break-word;
}.uc-spk .ucx-cmp-cell.feat{ color: var(--txd); font-weight: 400; }.uc-spk .ucx-cmp-cell.ucx-classic{ color: var(--txd); }.uc-spk .ucx-cmp-cell.ucx-ai{ color: #fff; font-weight: 500; }.uc-spk .ucx-cmp-cell.feat:not(.hd), .uc-spk .ucx-cmp-cell.ucx-classic:not(.hd){ border-top: 1px solid var(--line); }.uc-spk .ucx-cmp-cell.ucx-ai:not(.hd){ border-top: 1px solid rgba(255, 255, 255, 0.1); }.uc-spk .ucx-cmp-cell.ucx-ai.first{ border-top: 0; }.uc-spk .cmp-logos{ display: inline-flex; align-items: center; }.uc-spk .cmp-logo{
  position: relative;
  display: inline-flex;
  transition: transform 0.2s var(--ease);
}.uc-spk .cmp-logo + .cmp-logo{ margin-left: -6px; }.uc-spk .cmp-logo img{
  width: 32px;
  height: 32px;
  border-radius: 9px;
  display: block;
}.uc-spk .ucx-cmp-cell.ucx-ai .cmp-logo img{ box-shadow: 0 0 0 2.5px #0b0b0f; }.uc-spk .ucx-cmp-cell.ucx-classic .cmp-logo img{ box-shadow: 0 0 0 2.5px var(--cardbg); }.uc-spk .cmp-logo--fill img{ background: #0a0a0a; object-fit: contain; padding: 5px; }.uc-spk .cmp-logo:hover{ transform: translateY(-6px); z-index: 5; }.uc-spk .ucx-cmp-cell.hd{
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 12px; line-height: 18px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}.uc-spk .ucx-cmp-cell.feat.hd{ color: var(--txf); }.uc-spk .ucx-cmp-cell.ucx-classic.hd{ color: var(--txf); }.uc-spk .ucx-cmp-cell.ucx-ai.hd{ padding-top: 24px; padding-bottom: 22px; }.uc-spk .cmp-brand{
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #fff;
  font-size: 14px; line-height: 22px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}@media (max-width: 700px){.uc-spk .ucx-cmp{ --c1: 0.9; --c2: 1; --c3: 1; --ct: 2.9; margin-top: 44px; }.uc-spk .cmp-grid{ grid-template-columns: 0.9fr 1fr 1fr; }.uc-spk .cmp-spot{ top: 0; bottom: 0; box-shadow: none; }.uc-spk .ucx-cmp-cell{ padding: 12px 12px; font-size: 14px; line-height: 22px; gap: 8px; align-items: flex-start; }.uc-spk .ucx-cmp-cell.ucx-ai.hd{ padding-top: 14px; }.uc-spk .cmp-brand{ font-size: 12px; line-height: 18px; gap: 6px; }}.uc-spk .ucx-rev-wall{ margin-top: 52px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; height: 660px; overflow: hidden; -webkit-mask-image: linear-gradient(180deg, transparent, #000 7%, #000 93%, transparent); mask-image: linear-gradient(180deg, transparent, #000 7%, #000 93%, transparent); }.uc-spk .ucx-rev-col{ overflow: hidden; }.uc-spk .ucx-rev-track{ display: flex; flex-direction: column; gap: 18px; animation: f2w-rev-up linear infinite; will-change: transform; }.uc-spk .ucx-rev-col:hover .ucx-rev-track{ animation-play-state: paused; }.uc-spk .rev-card{ border-radius: 16px; background: #fff; border: 1px solid var(--cardbd); box-shadow: none; transition: border-color 0.28s var(--ease); }.uc-spk .rev-card:hover{ border-color: var(--acc-line); }.uc-spk a.rev-card{ display: block; text-decoration: none; color: inherit; cursor: pointer; }.uc-spk .rev-txt{ padding: 21px; }.uc-spk .ucx-rev-head{ display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-bottom: 15px; }.uc-spk .ucx-rev-who{ display: flex; align-items: center; gap: 11px; }.uc-spk .rev-av{ width: 38px; height: 38px; border-radius: 999px; flex: 0 0 auto; background: linear-gradient(135deg, var(--acc), #cc4b23); display: grid; place-items: center; font-size: 14px; font-weight: 700; color: #fff; line-height: 18px; }.uc-spk .rev-av.ucx-has-img, .uc-spk .ucx-rev-yt-row .av.ucx-has-img{ position: relative; overflow: hidden; }.uc-spk .rev-av img, .uc-spk .ucx-rev-yt-row .av img{ position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; border-radius: inherit; background: var(--mist); }.uc-spk .ucx-rev-handle{ font-size: 14px; font-weight: 500; color: var(--tx); line-height: 18px; }.uc-spk .ucx-rev-meta{ font-size: 12px; color: var(--txf); line-height: 14px; }.uc-spk .ucx-rev-body{ margin: 0; font-size: 14px; line-height: 22px; color: var(--txd); }.uc-spk .ucx-rev-stars{ margin-top: 13px; color: var(--acc); letter-spacing: 1px; font-size: 12px; line-height: 14px; }.uc-spk .ucx-rev-glyph{ flex: 0 0 auto; width: 22px; height: 22px; display: grid; place-items: center; }.uc-spk .ucx-rev-glyph svg{ width: 18px; height: 18px; }.uc-spk .ucx-rev-yt-thumb{ position: relative; }.uc-spk .ucx-rev-yt-thumb img{ display: block; width: 100%; height: 168px; object-fit: cover; }.uc-spk .ucx-rev-yt-thumb .ucx-play{ position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 50px; height: 50px; border-radius: 999px; background: #ff3b4e; display: grid; place-items: center; box-shadow: 0 8px 24px -8px rgba(0, 0, 0, 0.4); }.uc-spk .ucx-rev-yt-cap{ padding: 15px 18px 17px; }.uc-spk .ucx-rev-yt-cap p{ margin: 0; font-size: 14px; line-height: 20px; color: var(--tx); font-weight: 500; }.uc-spk .ucx-rev-yt-row{ margin-top: 13px; display: flex; align-items: center; gap: 10px; }.uc-spk .ucx-rev-yt-row .av{ width: 30px; height: 30px; border-radius: 999px; background: linear-gradient(135deg, var(--acc), #cc4b23); display: grid; place-items: center; font-size: 12px; font-weight: 700; color: #fff; line-height: 14px; }.uc-spk .ucx-rev-glyph svg[data-x] path{ fill: var(--tx); }@media (max-width: 1024px){.uc-spk .ucx-rev-wall{ grid-template-columns: repeat(2, 1fr); height: 560px; }.uc-spk .ucx-rev-wall .ucx-rev-col:nth-child(3){ display: none; }}@media (max-width: 640px){.uc-spk .ucx-rev-wall{ grid-template-columns: 1fr; height: 620px; }.uc-spk .ucx-rev-wall .ucx-rev-col:nth-child(n+2){ display: none; }}.uc-spk .faq2{ display: flex; flex-direction: column; gap: clamp(28px, 4vw, 44px); max-width: 1020px; margin-inline: auto; }.uc-spk .faq2-title{ text-align: left; }.uc-spk .faq2-title .faq2-eyebrow{ display: inline-block; margin-bottom: 16px; }.uc-spk .faq2-title h2{ text-align: left; margin: 0; }.uc-spk .faq2-grid{ display: grid; grid-template-columns: 1fr; gap: 32px; }@media (min-width: 900px){.uc-spk .faq2-grid{ grid-template-columns: minmax(220px, 260px) 1fr; gap: 28px; align-items: start; }}.uc-spk .faq2-side{ display: flex; flex-direction: column; background: #fff; border: 1px solid var(--cardbd); border-radius: 16px; overflow: hidden; }.uc-spk .faq2-cta{ display: flex; flex-direction: column; align-items: flex-start; gap: 8px; padding: 12px; background: none; border: 0; color: var(--txd); font-size: 16px; line-height: 26px; }.uc-spk .faq2-cta a{ display: inline-flex; align-items: center; gap: 7px; color: var(--acc-dk); text-decoration: none; font-weight: 600; }.uc-spk .faq2-cta a svg{ width: 16px; height: 16px; color: var(--acc); }.uc-spk .ucx-faq2-tabs{ position: relative; display: flex; flex-direction: column; gap: 4px; margin: 4px 4px 0; padding: 4px; box-shadow: inset 0 0 0 1px var(--cardbd); border-radius: 12px; background: var(--mist); }.uc-spk .ucx-faq2-tab-ind{ position: absolute; left: 4px; right: 4px; top: 0; height: 0; opacity: 0; border-radius: 9px; background: #fff; box-shadow: 0 1px 3px rgba(16, 24, 40, 0.12); transition: transform 0.24s cubic-bezier(0.3, 0, 0, 1), height 0.24s cubic-bezier(0.3, 0, 0, 1); z-index: 0; pointer-events: none; }.uc-spk .faq2-tab{ position: relative; z-index: 1; text-align: left; padding: 9px 16px; border: 0; border-radius: 9px; background: transparent; cursor: pointer; font-family: inherit; font-size: 14px; line-height: 22px; font-weight: 500; color: var(--txd); transition: color 0.2s var(--ease); }.uc-spk .faq2-tab:hover{ color: var(--tx); }.uc-spk .faq2-tab.ucx-on{ color: var(--tx); }.uc-spk .ucxx-faq-pane{ display: none; flex-direction: column; gap: 12px; }.uc-spk .ucxx-faq-pane.ucx-is-active{ display: flex; }.uc-spk .ucxx-faq-item{ border-radius: 16px; background: #fff; border: 1px solid var(--cardbd); overflow: hidden; transition: border-color 0.24s var(--ease); }.uc-spk .ucxx-faq-item.ucx-open, .uc-spk .ucxx-faq-item:hover{ border-color: var(--tx); }.uc-spk .ucxx-faq-q{ width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 22px 24px; background: none; border: 0; cursor: pointer; text-align: left; font-family: inherit; color: var(--tx); font-size: 18px; font-weight: 500; letter-spacing: -0.01em; line-height: 26px; }.uc-spk .ucx-faq-ic{ flex: 0 0 auto; width: 22px; height: 22px; display: grid; place-items: center; color: var(--tx); transition: transform 0.3s var(--ease); }.uc-spk .ucx-faq-ic svg{ width: 20px; height: 20px; }.uc-spk .ucxx-faq-item.ucx-open .ucx-faq-ic{ transform: rotate(135deg); }.uc-spk .ucx-faq-a{ display: grid; grid-template-rows: 0fr; transition: grid-template-rows 0.32s var(--ease); }.uc-spk .ucxx-faq-item.ucx-open .ucx-faq-a{ grid-template-rows: 1fr; }.uc-spk .ucx-faq-a > div{ overflow: hidden; }.uc-spk .ucx-faq-a p{ margin: 0; padding: 0 24px 22px; color: var(--txd); font-size: 16px; line-height: 26px; }.uc-spk .ucx-faq-a a{ color: var(--acc-dk); font-weight: 500; }.uc-spk .sup-grid{ display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 44px; }@media (max-width: 820px){.uc-spk .sup-grid{ grid-template-columns: 1fr 1fr; }}@media (max-width: 440px){.uc-spk .sup-grid{ grid-template-columns: 1fr; }}.uc-spk .sup-card{ padding: 26px 22px; text-align: center; border-radius: 16px; background: #fff; border: 1px solid var(--cardbd); box-shadow: 0 12px 30px -22px rgba(16, 24, 40, 0.22); transition: transform 0.24s var(--ease), border-color 0.24s var(--ease); }.uc-spk .sup-card:hover{ transform: translateY(-5px); border-color: var(--acc-line); }.uc-spk .sup-ic{ width: 46px; height: 46px; border-radius: 12px; display: grid; place-items: center; margin: 0 auto 15px; background: var(--acc-soft); border: 1px solid var(--acc-line); color: var(--acc-dk); }.uc-spk .sup-ic svg{ width: 23px; height: 23px; }.uc-spk .sup-card h3{ margin: 0 0 6px; font-size: 18px; line-height: 28px; font-weight: 500; color: var(--tx); }.uc-spk .sup-card p{ margin: 0; font-size: 14px; color: var(--txd); line-height: 20px; }.uc-spk .news{ position: relative; margin-top: 40px; border-radius: 20px; padding: 40px 44px; background: var(--mist); border: 1px solid var(--cardbd); }.uc-spk .news-badge{ position: absolute; top: 0; left: 32px; transform: translateY(-50%); display: inline-flex; align-items: center; gap: 7px; padding: 8px 15px; border-radius: 999px; background: var(--acc); color: #fff; font-size: 12px; font-weight: 500; box-shadow: 0 10px 26px -10px rgba(253, 106, 53, 0.7); line-height: 14px; }.uc-spk .news-badge svg{ width: 15px; height: 15px; }.uc-spk .news-inner{ display: flex; align-items: center; justify-content: space-between; gap: 44px; flex-wrap: wrap; }.uc-spk .news-copy{ flex: 1 1 380px; }.uc-spk .news-title{ font-size: 24px; line-height: 30px; margin: 6px 0 0; font-weight: 500; letter-spacing: -0.01em; text-wrap: balance; color: var(--tx); }.uc-spk .news-sub{ margin: 10px 0 0; color: var(--txd); font-size: 16px; line-height: 26px; max-width: 56ch; }.uc-spk .news-form{ display: flex; gap: 12px; flex: 0 0 auto; }.uc-spk .news-input{ width: 300px; max-width: 100%; padding: 13px 18px; border-radius: 12px; border: 1px solid var(--cardbd); background: #fff; color: var(--tx); font-size: 16px; font-family: inherit; outline: none; transition: border-color 0.2s var(--ease); line-height: 22px; }.uc-spk .news-input::placeholder{ color: var(--txf); }.uc-spk .news-input:focus{ border-color: var(--acc); }@media (max-width: 860px){.uc-spk .news{ padding: 36px 28px 32px; }.uc-spk .news-inner{ flex-direction: column; align-items: flex-start; gap: 24px; }.uc-spk .news-form{ width: 100%; }.uc-spk .news-input{ flex: 1; width: auto; }}@media (max-width: 560px){.uc-spk .news-form{ flex-direction: column; }.uc-spk .news-form .uc-btn{ width: 100%; }}.uc-spk .logo-eyebrow{ text-align: center; font-size: 12px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--txf); margin-bottom: 24px; line-height: 14px; }.uc-spk .logo-band{ position: relative; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 44px 0; overflow: hidden; -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); }.uc-spk .logo-track{ display: flex; gap: 14px; width: max-content; will-change: transform; }.uc-spk .logo-track.no-anim{ animation: f2w-logo-marq 34s linear infinite; }.uc-spk .logo-band .ucx-brand-chip{ display: inline-flex; align-items: center; justify-content: center; gap: 10px; height: 44px; padding: 0 28px; flex: 0 0 auto; will-change: transform; background: none; border: 0; box-shadow: none; }.uc-spk .logo-band .ucx-brand-chip .bc-ic{ height: 22px; width: auto; max-width: none; object-fit: contain; display: block; opacity: 0.5; filter: grayscale(1); transition: opacity 0.4s var(--ease), filter 0.4s var(--ease); }.uc-spk .logo-band .ucx-brand-chip .bc-tx{ display: inline; font-weight: 700; font-size: 20px; line-height: 20px; letter-spacing: -0.01em; color: var(--tx); opacity: 0.4; white-space: nowrap; transition: opacity 0.4s var(--ease); }.uc-spk .logo-band .ucx-brand-chip.ucx-lit .bc-ic{ opacity: 1; filter: none; }.uc-spk .logo-band .ucx-brand-chip.ucx-lit .bc-tx{ opacity: 0.9; }@media (prefers-reduced-motion: reduce){.uc-spk .ucx-reveal{ opacity: 1 !important; transform: none !important; transition: none; }.uc-spk .ucx-hero, .uc-spk .ucx-hero::before, .uc-spk .ucx-hero::after, .uc-spk .ucx-uic-orb, .uc-spk .scan-line, .uc-spk .scan-dot, .uc-spk .dfx-col.c3, .uc-spk .dfx-mark, .uc-spk .dfx-chip i.dot, .uc-spk .dfx-lbls em, .uc-spk [class*="mtn-"], .uc-spk .hf-h, .uc-spk .hf-f, .uc-spk .hf-ck, .uc-spk .hf-chip i.dot, .uc-spk .hf-lbls em, .uc-spk .term-scan, .uc-spk .pbx-tile, .uc-spk .ucx-rev-track, .uc-spk .logo-track, .uc-spk .demo-chip i, .uc-spk .scan-chip i{
    animation: none !important;
  }.uc-spk .scan-line{ top: 50%; }.uc-spk .mtn-eye, .uc-spk .mtn-h, .uc-spk .mtn-sub, .uc-spk .mtn-card{ opacity: 1 !important; }}@keyframes f2w-drift{ 0% { transform: translate(-8%, 4%) scale(1); } 50% { transform: translate(9%, -7%) scale(1.15); } 100% { transform: translate(-6%, 8%) scale(1.05); } }@keyframes f2w-drift-reverse{ 0% { transform: translate(7%, -5%) scale(1.12); } 50% { transform: translate(-9%, 7%) scale(1); } 100% { transform: translate(6%, -8%) scale(1.18); } }@keyframes f2w-float-a{ 0% { translate: 0 0; } 50% { translate: 5% -7%; } 100% { translate: -4% 6%; } }@keyframes f2w-float-b{ 0% { translate: 0 0; } 50% { translate: -6% 7%; } 100% { translate: 5% -5%; } }@keyframes f2w-blink{ 0%, 100% { opacity: 1; } 50% { opacity: 0.25; } }@keyframes f2w-scan-sweep{ from { top: 4%; } to { top: 95%; } }@keyframes f2w-scan-pop{ 0%, 100% { transform: translate(-50%, -50%) scale(0.2); opacity: 0; } 18% { transform: translate(-50%, -50%) scale(1.25); opacity: 1; } 40% { transform: translate(-50%, -50%) scale(1); opacity: 0.92; } 68% { transform: translate(-50%, -50%) scale(0.85); opacity: 0; } }@keyframes f2w-dfx-slide{ 0%, 32% { transform: translateX(calc(-1 * var(--dfxgap, 24px))); } 58%, 90% { transform: translateX(0); } 100% { transform: translateX(calc(-1 * var(--dfxgap, 24px))); } }@keyframes f2w-dfx-bad{ 0%, 30% { opacity: 1; } 42%, 100% { opacity: 0; } }@keyframes f2w-dfx-good{ 0%, 50% { opacity: 0; } 60%, 88% { opacity: 1; } 92%, 100% { opacity: 0; } }@keyframes f2w-dfx-dot{ 0%, 45% { background: var(--coral); } 60%, 100% { background: var(--acc); } }@keyframes f2w-dfx-lbl-a{ 0%, 45% { opacity: 1; } 55%, 100% { opacity: 0; } }@keyframes f2w-dfx-lbl-b{ 0%, 50% { opacity: 0; } 60%, 92% { opacity: 1; } 100% { opacity: 0; } }@keyframes f2w-mt-eye{ 0%, 2% { opacity: 0; transform: translateY(var(--fy)); } 9%, 85% { opacity: 1; transform: translateY(0); } 92%, 100% { opacity: 0; transform: translateY(var(--fy)); } }@keyframes f2w-mt-h{ 0%, 6% { opacity: 0; transform: translateY(var(--fy)); } 14%, 85% { opacity: 1; transform: translateY(0); } 92%, 100% { opacity: 0; transform: translateY(var(--fy)); } }@keyframes f2w-mt-sub{ 0%, 11% { opacity: 0; transform: translateY(var(--fy)); } 19%, 85% { opacity: 1; transform: translateY(0); } 92%, 100% { opacity: 0; transform: translateY(var(--fy)); } }@keyframes f2w-mt-c1{ 0%, 22% { opacity: 0; transform: translateY(var(--fy)); } 29%, 85% { opacity: 1; transform: translateY(0); } 92%, 100% { opacity: 0; transform: translateY(var(--fy)); } }@keyframes f2w-mt-c2{ 0%, 25% { opacity: 0; transform: translateY(var(--fy)); } 32%, 85% { opacity: 1; transform: translateY(0); } 92%, 100% { opacity: 0; transform: translateY(var(--fy)); } }@keyframes f2w-mt-c3{ 0%, 28% { opacity: 0; transform: translateY(var(--fy)); } 35%, 85% { opacity: 1; transform: translateY(0); } 92%, 100% { opacity: 0; transform: translateY(var(--fy)); } }@keyframes f2w-mt-c4{ 0%, 31% { opacity: 0; transform: translateY(var(--fy)); } 38%, 85% { opacity: 1; transform: translateY(0); } 92%, 100% { opacity: 0; transform: translateY(var(--fy)); } }@keyframes f2w-mt-c5{ 0%, 34% { opacity: 0; transform: translateY(var(--fy)); } 41%, 85% { opacity: 1; transform: translateY(0); } 92%, 100% { opacity: 0; transform: translateY(var(--fy)); } }@keyframes f2w-hf-lift-h{ 0%, 10% { transform: translateY(0); box-shadow: 0 3px 8px rgba(0, 0, 0, 0.06); } 16%, 88% { transform: translateY(-8px); box-shadow: 0 12px 22px -8px rgba(0, 0, 0, 0.28), 0 0 0 2px var(--acc); } 100% { transform: translateY(0); box-shadow: 0 3px 8px rgba(0, 0, 0, 0.06); } }@keyframes f2w-hf-lift-f{ 0%, 20% { transform: translateY(0); box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2); } 26%, 88% { transform: translateY(-8px); box-shadow: 0 12px 22px -8px rgba(0, 0, 0, 0.32), 0 0 0 2px var(--acc); } 100% { transform: translateY(0); box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2); } }@keyframes f2w-hf-ck1{ 0%, 30% { opacity: 0; transform: scale(0.4); } 36% { opacity: 1; transform: scale(1); } 88% { opacity: 1; } 93%, 100% { opacity: 0; } }@keyframes f2w-hf-ck2{ 0%, 40% { opacity: 0; transform: scale(0.4); } 46% { opacity: 1; transform: scale(1); } 88% { opacity: 1; } 93%, 100% { opacity: 0; } }@keyframes f2w-hf-dot{ 0%, 42% { background: var(--acc2); } 48%, 100% { background: var(--acc); } }@keyframes f2w-hf-la{ 0%, 40% { opacity: 1; } 46%, 100% { opacity: 0; } }@keyframes f2w-hf-lb{ 0%, 44% { opacity: 0; } 50%, 88% { opacity: 1; } 94%, 100% { opacity: 0; } }@keyframes f2w-term-scan{ 0% { transform: translateY(-84px); } 100% { transform: translateY(330px); } }@keyframes f2w-term-swap{ from { opacity: 0; transform: translateY(4px); } to { opacity: 1; transform: none; } }@keyframes f2w-term-blink{ 50% { opacity: 0; } }@keyframes f2w-rev-up{ from { transform: translateY(0); } to { transform: translateY(-50%); } }@keyframes f2w-logo-marq{ to { transform: translateX(-50%); } }@keyframes f2w-pbx-float{ 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-6px); } }@keyframes f2w-pwfade{ from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: none; } }.uc-spk .hero-grid{ display: grid; grid-template-columns: minmax(0, 1fr); gap: 40px; }.uc-spk .hero-copy{ display: flex; flex-direction: column; align-items: center; text-align: center; min-width: 0; }.uc-spk .hero-eyebrow{ display: inline-flex; align-items: center; gap: var(--spacing-sprout-8); color: var(--txd); font-size: 14px; line-height: 18px; font-weight: 500; letter-spacing: 0.01em; }.uc-spk .hero-copy .uc-eyebrow{ margin-bottom: var(--spacing-sprout-24); }.uc-spk .hero-copy .hero-eyebrow{ margin-bottom: var(--spacing-sprout-20); }.uc-spk .hero-copy .ucx-pill-title{ margin: 0 auto var(--spacing-sprout-20); }.uc-spk .hero-copy .ucx-sub{ max-width: 1100px; margin: 0 auto var(--spacing-sprout-32); }.uc-spk .hero-copy .ucx-cta-row{ gap: var(--spacing-sprout-12); }.uc-spk .ucx-hero .uc-marquee-wrap{ margin-top: 80px; }.uc-spk .hero-video-wrap{ position: relative; margin-top: 80px; }.uc-spk .ucx-pill-title .ucx-brand-chip .ai-cluster{ display: block; width: 100%; height: 100%; }.uc-spk .ucx-hero .hero-video{ position: relative; z-index: 1; margin-top: 0; max-width: none; width: 100%; border-radius: 32px; }@media (min-width: 640px){.uc-spk .ucx-hero .hero-video{ border-radius: 48px; }}@media (min-width: 768px){.uc-spk .ucx-hero .hero-video{ border-radius: 64px; }}@media (min-width: 1025px){.uc-spk .ucx-hero .hero-video{ width: calc(100% + 40px); margin-left: -20px; margin-right: -20px; }}.uc-spk .hero-glow{ pointer-events: none; user-select: none; position: absolute; left: 50%; top: 50%; z-index: 0; width: 176%; max-width: none; transform: translate(-50%, -64%); }.uc-spk .ucx-hero .hero-checks{ margin-top: clamp(24px, 3vw, 34px); }.uc-spk .mcpset{ max-width: 640px; margin: 52px auto 0; }.uc-spk .mcpset-panel{
  position: relative; background: var(--uc-surface-sunken); border: 1px solid var(--uc-border-subtle);
  border-radius: var(--uc-radius-16); padding: var(--uc-space-4) var(--uc-space-4) 0;
  box-shadow: var(--uc-shadow-5);
  text-align: left;
}.uc-spk .mcpset-inner{
  background: var(--uc-surface-raised); border: 1px solid var(--uc-border-subtle);
  border-radius: var(--uc-radius-12); padding: var(--uc-space-24) var(--uc-space-28);
}.uc-spk .mcpset-eyebrow{
  display: block; font-size: var(--uc-text-xs); font-weight: var(--uc-weight-semibold);
  letter-spacing: 0.08em; text-transform: uppercase; color: var(--uc-text-subtle);
  line-height: var(--uc-leading-tight); margin-bottom: var(--uc-space-16);
}.uc-spk .mcpset-tabs{ margin-bottom: var(--uc-space-20); }.uc-spk .mcpset-tab-ic{ width: 17px; height: 17px; display: block; object-fit: contain; flex: 0 0 auto; }.uc-spk .mcpset-intro{ margin: 0 0 var(--uc-space-16); color: var(--uc-text-strong); font-size: var(--uc-text-md); line-height: var(--uc-leading-normal); }.uc-spk .mcpset-intro b{ font-weight: var(--uc-weight-semibold); }.uc-spk .mcpset-steps{ margin: 0; padding: 0 0 0 var(--uc-space-20); list-style: decimal; display: flex; flex-direction: column; gap: var(--uc-space-16); }.uc-spk .mcpset-steps > li{ color: var(--uc-text-muted); font-size: var(--uc-text-base); line-height: var(--uc-leading-normal); padding-left: var(--uc-space-6); }.uc-spk .mcpset-steps > li::marker{ color: var(--uc-text-subtle); font-weight: var(--uc-weight-semibold); }.uc-spk .mcpset-steps b{ color: var(--uc-text-strong); font-weight: var(--uc-weight-semibold); }.uc-spk .mcpset-steps code{
  font-family: var(--uc-font-mono);
  font-size: var(--uc-text-sm); padding: var(--uc-space-1) var(--uc-space-6); border-radius: var(--uc-radius-6);
  background: var(--uc-surface-sunken); border: 1px solid var(--uc-border-subtle); color: var(--uc-text-strong); white-space: nowrap;
}.uc-spk .mcpset-code{
  position: relative; display: flex; align-items: center; margin-top: var(--uc-space-10);
  background: var(--uc-surface-sunken); border: 1px solid var(--uc-border-subtle); border-radius: var(--uc-radius-8);
  padding: var(--uc-space-12) var(--uc-space-48) var(--uc-space-12) var(--uc-space-14); overflow: hidden;
}.uc-spk .mcpset-code code{
  flex: 1 1 auto; min-width: 0; overflow-x: auto; white-space: nowrap;
  font-family: var(--uc-font-mono);
  font-size: var(--uc-text-sm); line-height: var(--uc-leading-normal); color: var(--uc-text-strong);
  background: none; border: 0; padding: 0; scrollbar-width: none;
}.uc-spk .mcpset-code code::-webkit-scrollbar{ display: none; }.uc-spk .mcpset-copy{
  position: absolute; right: var(--uc-space-8); top: 50%; transform: translateY(-50%);
  display: grid; place-items: center; width: 30px; height: 30px; border-radius: var(--uc-radius-8);
  border: 1px solid var(--uc-border-subtle); background: var(--uc-surface-raised); color: var(--uc-text-muted); cursor: pointer;
  transition: color var(--uc-dur-fast) var(--uc-ease-standard), border-color var(--uc-dur-fast) var(--uc-ease-standard), background var(--uc-dur-fast) var(--uc-ease-standard);
}.uc-spk .mcpset-copy:hover{ color: var(--uc-text-strong); border-color: var(--uc-brand-border); }.uc-spk .mcpset-copy.done{ color: var(--uc-success); border-color: var(--uc-success-border); }.uc-spk .mcpset-copy svg{ width: 16px; height: 16px; }.uc-spk .mcpset-docs{
  display: flex; align-items: center; gap: var(--uc-space-3); margin: 0; padding: var(--uc-space-12) var(--uc-space-28);
  color: var(--uc-text-strong); font-size: var(--uc-text-base); line-height: var(--uc-leading-snug);
  text-decoration: underline; text-underline-offset: 2px;
}.uc-spk .mcpset-docs > svg{ width: 14px; height: 14px; }.uc-spk .mcpset-docs:hover{ color: var(--uc-brand-fg); }.uc-spk .mcpset-docs .mcpset-docs-tail{ color: var(--uc-text-subtle); text-decoration: none; }@media (max-width: 560px){.uc-spk .mcpset-inner{ padding: var(--uc-space-20) var(--uc-space-16); }.uc-spk .mcpset-docs{ padding: var(--uc-space-12) var(--uc-space-16); }}.uc-spk .conv-card{ --conv-gutter: clamp(12px, 1.8vw, 36px); position: relative; overflow: hidden; margin-top: var(--uc-space-40); margin-left: calc(50% - 50vw + var(--conv-gutter)); margin-right: calc(50% - 50vw + var(--conv-gutter)); border-radius: var(--uc-radius-32); padding: clamp(80px, 11vw, 140px) var(--uc-space-24); text-align: center; background: #171717; transform: scale(var(--cs, 0.9)); transform-origin: center; will-change: transform; }.uc-spk .conv-card::before{
  content: ""; position: absolute; z-index: 0; pointer-events: none;
  left: -24.11%; top: -71.84%; width: 148.46%; height: 221.72%; opacity: 0.8;
  background-image: url("data:image/svg+xml;base64,PHN2ZyBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIiBvdmVyZmxvdz0idmlzaWJsZSIgc3R5bGU9ImRpc3BsYXk6IGJsb2NrOyIgd2lkdGg9IjI1OTIuNTUiIGhlaWdodD0iMTY4NS4xMSIgdmlld0JveD0iMCAwIDI1OTIuNTUgMTY4NS4xMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9Ikdyb3VwIDIxNDcyMzc2NDAiPgo8ZyBpZD0iVmVjdG9yIDI3MjYxIiBmaWx0ZXI9InVybCgjZmlsdGVyMF9mXzM0MjRfMzYwODkpIj4KPHBhdGggZD0iTTE3My4zMDcgMzY5LjQ1NEM0NzQuMjAxIDExMDMuNyAxMzM2LjM3IDEyMzYgMTgxMC44NiAxMjA3LjU4QzE4MjcuNzMgMTIwNi41NyAxODMyLjkyIDEyMzEuMDggMTgxNy42MSAxMjM4LjI0QzM2Mi42NTUgMTkxOC4yNCA5My45Njc0IDk4Ny41OTcgMTQzLjc4NyAzNzMuMDg5QzE0NS4wNzcgMzU3LjE4MiAxNjcuMjU1IDM1NC42ODYgMTczLjMwNyAzNjkuNDU0WiIgZmlsbD0iI0ZGQzU3NCIvPgo8L2c+CjxnIGlkPSJWZWN0b3IgMjcyNjIiIGZpbHRlcj0idXJsKCNmaWx0ZXIxX2ZfMzQyNF8zNjA4OSkiPgo8cGF0aCBkPSJNMjQyNC40OSAzOTguNTEzQzIwNTguNCAxMTY1LjcyIDExMjYuNTMgMTI1MC4wMiA2MjQuNzg2IDExODguNDhDNjA4LjAxMSAxMTg2LjQyIDYwMS41NzIgMTIxMC41OSA2MTYuNDIyIDEyMTguNjZDMjEyNi4yMyAyMDM5LjIyIDI0NjkuNDIgMTA2MC40OSAyNDUzLjc1IDQwMy44NTZDMjQ1My4zNyAzODcuOTAxIDI0MzEuMzYgMzg0LjEwOSAyNDI0LjQ5IDM5OC41MTNaIiBmaWxsPSIjRkQ2QTM1Ii8+CjwvZz4KPC9nPgo8ZGVmcz4KPGZpbHRlciBpZD0iZmlsdGVyMF9mXzM0MjRfMzYwODkiIHg9Ii03LjYyOTM5ZS0wNiIgeT0iMjIxLjM1MSIgd2lkdGg9IjE5NjUuMDEiIGhlaWdodD0iMTM5My4zMiIgZmlsdGVyVW5pdHM9InVzZXJTcGFjZU9uVXNlIiBjb2xvci1pbnRlcnBvbGF0aW9uLWZpbHRlcnM9InNSR0IiPgo8ZmVGbG9vZCBmbG9vZC1vcGFjaXR5PSIwIiByZXN1bHQ9IkJhY2tncm91bmRJbWFnZUZpeCIvPgo8ZmVCbGVuZCBtb2RlPSJub3JtYWwiIGluPSJTb3VyY2VHcmFwaGljIiBpbjI9IkJhY2tncm91bmRJbWFnZUZpeCIgcmVzdWx0PSJzaGFwZSIvPgo8ZmVHYXVzc2lhbkJsdXIgc3RkRGV2aWF0aW9uPSI2OS4xNTE1IiByZXN1bHQ9ImVmZmVjdDFfZm9yZWdyb3VuZEJsdXJfMzQyNF8zNjA4OSIvPgo8L2ZpbHRlcj4KPGZpbHRlciBpZD0iZmlsdGVyMV9mXzM0MjRfMzYwODkiIHg9IjQ2OS44MDgiIHk9IjI1MS4yNDIiIHdpZHRoPSIyMTIyLjc1IiBoZWlnaHQ9IjE0MTguNjQiIGZpbHRlclVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY29sb3ItaW50ZXJwb2xhdGlvbi1maWx0ZXJzPSJzUkdCIj4KPGZlRmxvb2QgZmxvb2Qtb3BhY2l0eT0iMCIgcmVzdWx0PSJCYWNrZ3JvdW5kSW1hZ2VGaXgiLz4KPGZlQmxlbmQgbW9kZT0ibm9ybWFsIiBpbj0iU291cmNlR3JhcGhpYyIgaW4yPSJCYWNrZ3JvdW5kSW1hZ2VGaXgiIHJlc3VsdD0ic2hhcGUiLz4KPGZlR2F1c3NpYW5CbHVyIHN0ZERldmlhdGlvbj0iNjkuMTUxNSIgcmVzdWx0PSJlZmZlY3QxX2ZvcmVncm91bmRCbHVyXzM0MjRfMzYwODkiLz4KPC9maWx0ZXI+CjwvZGVmcz4KPC9zdmc+Cg==");
  background-size: 100% 100%; background-repeat: no-repeat;
}.uc-spk .conv-card > *{ position: relative; z-index: 1; }.uc-spk .conv-card .conv-dots{ position: absolute; inset: 0; z-index: 0; }.uc-spk .conv-eyebrow{ color: var(--uc-text); font-size: 16px; font-weight: 500; letter-spacing: -0.01em; line-height: 24px; text-transform: none; }.uc-spk .reveal-text{ color: transparent; -webkit-background-clip: text; background-clip: text; }.uc-spk .conv-card .conv-title{ margin: 18px auto 0; max-width: 780px; font-size: 48px; line-height: 56px; font-weight: var(--uc-weight-medium); letter-spacing: -0.02em; text-wrap: balance; color: var(--uc-text-strong); }.uc-spk .conv-card .conv-sub{ margin: var(--uc-space-16) auto 0; max-width: 1040px; font-size: 18px; line-height: 30px; text-wrap: balance; color: var(--uc-text); }.uc-spk .conv-cta{ margin-top: clamp(40px, 5vw, 64px); text-align: center; }.uc-spk .conv-marquee-wrap{ position: relative; display: flex; justify-content: flex-start; margin-top: clamp(40px, 5vw, 64px); overflow: hidden; -webkit-mask-image: linear-gradient(to right, transparent 0%, #000 20%, #000 80%, transparent 100%); mask-image: linear-gradient(to right, transparent 0%, #000 20%, #000 80%, transparent 100%); }.uc-spk .conv-marquee{ display: flex; flex: 0 0 auto; width: max-content; animation: conv-marquee-x 45s linear infinite; will-change: transform; }.uc-spk .conv-marquee-wrap:hover .conv-marquee{ animation-play-state: paused; }.uc-spk .conv-tile{ flex: 0 0 auto; display: grid; place-items: center; width: 90px; height: 90px; margin-right: var(--uc-space-16); border-radius: var(--uc-radius-24); background: var(--uc-inverse-bg); cursor: default; }.uc-spk .conv-tile img{ width: 48px; height: 48px; object-fit: contain; }.uc-spk .conv-tip{
  position: fixed; left: 0; top: 0; z-index: 60; pointer-events: none;
  display: flex; flex-direction: column; gap: 4px;
  max-width: 300px; padding: 12px 14px;
  border-radius: 12px; text-align: left;
  background: #1c1c1c; border: 1px solid rgba(255, 255, 255, 0.10);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.5);
  opacity: 0; transform-origin: top left;
  transition: opacity 0.14s cubic-bezier(0.2, 0, 0, 1);
  will-change: transform;
}.uc-spk .conv-tip.ucx-in{ opacity: 1; }.uc-spk .conv-tip-t{ color: #fff; font-size: 14px; font-weight: 600; line-height: 18px; }.uc-spk .conv-tip-d{ color: rgba(255, 255, 255, 0.6); font-size: 14px; line-height: 20px; }@keyframes conv-marquee-x{ from { transform: translateX(0); } to { transform: translateX(-50%); } }@media (prefers-reduced-motion: reduce){.uc-spk .conv-marquee{ animation: none; }}.uc-spk .xway-grid{ display: grid; grid-template-columns: 1fr; gap: 18px; margin: 52px auto 0; max-width: 1120px; }.uc-spk .xway-card{ border-radius: var(--r-xl); overflow: visible; background: var(--pg2); padding: 4px; }.uc-spk .xway-solo .xway-card{ display: grid; grid-template-columns: 1fr 1fr; gap: 4px; align-items: stretch; }.uc-spk .xway-media{ position: relative; overflow: hidden; min-height: 320px; border: 1px solid var(--cardbd); border-radius: 16px; background: radial-gradient(circle at 1px 1px, rgba(16, 24, 40, 0.07) 1px, transparent 0) 0 0 / 22px 22px, #fff; }.uc-spk.is-night .xway-media{ background: radial-gradient(circle at 1px 1px, rgba(255, 255, 255, 0.09) 1px, transparent 0) 0 0 / 22px 22px, #171717; }.uc-spk .xway-stack{ position: absolute; inset: 0; }.uc-spk .xway-shot{ position: absolute; top: 50%; left: 50%; height: 84%; width: auto; max-width: 62%; object-fit: contain; object-position: top; border-radius: 12px; border: 1px solid var(--cardbd); box-shadow: 0 22px 46px -18px rgba(16, 24, 40, 0.45); background: #fff; transition: transform 0.55s var(--ease); will-change: transform; }.uc-spk .xway-shot.s1{ transform: translate(-50%, -50%) rotate(0deg); z-index: 3; }.uc-spk .xway-shot.s2{ transform: translate(-88%, -46%) rotate(-8deg) scale(0.94); z-index: 2; }.uc-spk .xway-shot.s3{ transform: translate(-12%, -46%) rotate(8deg) scale(0.94); z-index: 1; }.uc-spk .xway-card:hover .xway-shot.s1{ transform: translate(-12%, -46%) rotate(8deg) scale(0.94); z-index: 1; }.uc-spk .xway-card:hover .xway-shot.s2{ transform: translate(-50%, -50%) rotate(0deg); z-index: 3; }.uc-spk .xway-card:hover .xway-shot.s3{ transform: translate(-88%, -46%) rotate(-8deg) scale(0.94); z-index: 2; }.uc-spk .xway-body{ display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 12px; padding: 30px 34px; }.uc-spk .xway-body .xic{ width: 50px; height: 50px; border-radius: 14px; display: grid; place-items: center; background: #f2f2f2; border: 1px solid #dcdcdc; color: #171717; margin-bottom: 12px; }.uc-spk.is-night .xway-body .xic{ background: var(--cardbg); border-color: var(--cardbd); color: var(--tx); }.uc-spk .xway-body .xic svg{ width: 24px; height: 24px; }.uc-spk .xway-body .xeye{ font-size: 12px; line-height: 18px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; }.uc-spk .xway-body .xeye--live{ display: inline-flex; align-items: center; gap: 7px; color: var(--acc); }.uc-spk .xway-body .xeye--live::before{ content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--acc); box-shadow: 0 0 0 3px color-mix(in srgb, var(--acc) 24%, transparent); }.uc-spk .xway-body h3{ margin: 4px 0 0; font-size: 24px; line-height: 30px; font-weight: 500; letter-spacing: -0.01em; color: var(--tx); }.uc-spk .xway-body p{ margin: 0; color: var(--txd); font-size: 16px; line-height: 26px; }.uc-spk .xway-body .xway-link{ margin-top: 6px; color: var(--acc); }.uc-spk .xway-body .xway-link::after{ background: var(--acc); }@media (prefers-reduced-motion: reduce){.uc-spk .xway-shot{ transition: none; }}@media (max-width: 860px){.uc-spk .xway-solo .xway-card{ grid-template-columns: 1fr; }.uc-spk .xway-media{ border-right: 0; border-bottom: 1px solid var(--line); min-height: 300px; }.uc-spk .xway-body{ padding: 32px 28px 34px; }}.uc-spk .map-ba{ position: relative; width: 100%; max-width: 940px; margin: 0 auto; aspect-ratio: 16 / 9; border-radius: var(--r-xl); overflow: hidden; border: 1px solid var(--cardbd); box-shadow: 0 30px 70px -44px rgba(16, 24, 40, 0.5); user-select: none; touch-action: none; background: #0a0a0a; }.uc-spk .map-ba-media{ position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; }.uc-spk .map-ba-top{ z-index: 2; will-change: clip-path; }.uc-spk .map-ba-handle{ position: absolute; top: 0; bottom: 0; z-index: 3; width: 2px; background: #fff; transform: translateX(-1px); box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.06); }.uc-spk .map-ba-knob{ position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 44px; height: 44px; border-radius: 999px; background: #fff; display: grid; place-items: center; box-shadow: 0 8px 22px -6px rgba(0, 0, 0, 0.45); cursor: ew-resize; }.uc-spk .map-ba-knob svg{ width: 22px; height: 22px; color: var(--acc); }.uc-spk .map-ba-tag{ position: absolute; z-index: 4; top: 14px; padding: 5px 12px; border-radius: 999px; font-size: 12px; line-height: 18px; font-weight: 600; letter-spacing: 0.01em; color: #fff; background: rgba(10, 10, 10, 0.62); backdrop-filter: blur(6px); }.uc-spk .map-ba-tag.l{ left: 14px; }.uc-spk .map-ba-tag.r{ right: 14px; }.uc-spk .map-hint{ text-align: center; color: var(--txf); font-size: 14px; line-height: 22px; margin: 16px 0 0; }.uc-spk .map-chips{ margin-top: 30px; display: flex; flex-direction: column; gap: 12px; overflow: hidden; -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent); mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent); }.uc-spk .map-chip-row{ display: flex; gap: 12px; width: max-content; will-change: transform; }.uc-spk .map-chip-row.a{ animation: cm-chips-l 42s linear infinite; }.uc-spk .map-chip-row.b{ animation: cm-chips-r 48s linear infinite; }.uc-spk .widget-chip{ flex: 0 0 auto; display: inline-flex; align-items: center; gap: 8px; height: 40px; padding: 0 16px; border-radius: 999px; background: #fff; border: 1px solid var(--cardbd); color: var(--txd); font-size: 14px; line-height: 22px; font-weight: 500; white-space: nowrap; box-shadow: 0 6px 16px -12px rgba(16, 24, 40, 0.4); }.uc-spk .widget-chip svg{ width: var(--spacing-sprout-16); height: var(--spacing-sprout-16); flex: 0 0 auto; }.uc-spk .map-cta{ text-align: center; margin-top: 28px; }@keyframes cm-chips-l{ to { transform: translateX(-50%); } }@keyframes cm-chips-r{ from { transform: translateX(-50%); } to { transform: translateX(0); } }@media (prefers-reduced-motion: reduce){.uc-spk .map-chip-row.a, .uc-spk .map-chip-row.b{ animation: none; }}.uc-spk .tm-bars{ max-width: 980px; margin: 0 auto 44px; display: flex; flex-direction: column; gap: 30px; }.uc-spk .tm-row .tm-top{ display: flex; align-items: baseline; justify-content: space-between; margin-bottom: 12px; }.uc-spk .tm-name{ font-size: 16px; line-height: 24px; font-weight: 500; color: var(--tx); }.uc-spk .tm-hrs{ font-size: 22px; line-height: 34px; font-weight: 700; letter-spacing: -0.01em; }.uc-spk .tm-hrs.red{ color: var(--coral); }.uc-spk .tm-hrs.brand{ color: var(--acc); }.uc-spk .tm-track{ position: relative; height: 16px; border-radius: 999px; background: var(--mist); overflow: visible; }.uc-spk .tm-fill{ position: absolute; inset: 0 auto 0 0; width: 0; border-radius: 999px; }.uc-spk .tm-fill.red{ background: linear-gradient(90deg, #f97b70, var(--coral)); }.uc-spk .tm-fill.brand{ background: linear-gradient(90deg, var(--acc2), var(--acc)); }.uc-spk .tm-live{ position: absolute; top: 50%; right: 6px; transform: translateY(-50%); z-index: 3; display: inline-flex; align-items: center; gap: 5px; padding: 3px 10px; border-radius: 999px; background: #fff; border: 1px solid var(--cardbd); font-size: 12px; line-height: 18px; font-weight: 600; color: var(--tx); box-shadow: 0 4px 12px -4px rgba(16, 24, 40, 0.3); white-space: nowrap; opacity: 0; transition: opacity 0.4s var(--ease); }.uc-spk .tm-live svg{ width: 12px; height: 12px; color: var(--acc); }.uc-spk .tm-runner{ position: absolute; top: 50%; left: 0; width: 22px; height: 22px; border-radius: 50%; transform: translate(-50%, -50%); z-index: 2; }.uc-spk .tm-runner.red{ background: var(--coral); box-shadow: 0 0 0 5px color-mix(in srgb, var(--coral) 18%, transparent), 0 4px 14px -2px rgba(16, 24, 40, 0.3); }.uc-spk .tm-runner.brand{ background: var(--acc); box-shadow: 0 0 0 5px color-mix(in srgb, var(--acc) 20%, transparent), 0 4px 14px -2px rgba(16, 24, 40, 0.3); }.uc-spk .tm-bars.go .lane-without .tm-fill{ animation: tm-fill 7.2s var(--ease) forwards; }.uc-spk .tm-bars.go .lane-without .tm-runner{ animation: tm-run 7.2s var(--ease) forwards; }.uc-spk .tm-bars.go .lane-with .tm-fill{ animation: tm-fill 1.5s var(--ease) forwards; }.uc-spk .tm-bars.go .lane-with .tm-runner{ animation: tm-run 1.5s var(--ease) forwards; }.uc-spk .tm-bars.go .tm-live{ opacity: 1; transition-delay: 1.4s; }@keyframes tm-fill{ from { width: 0; } to { width: 100%; } }@keyframes tm-run{ from { left: 0; } to { left: 100%; } }@media (prefers-reduced-motion: reduce){.uc-spk .tm-bars .tm-fill{ width: 100%; animation: none; }.uc-spk .tm-bars .tm-runner{ left: 100%; animation: none; }.uc-spk .tm-bars .tm-live{ opacity: 1; transition: none; }}.uc-spk .tm-cards{ display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }.uc-spk .tm-card{ padding: 4px; border-radius: var(--r-xl); background: var(--pg2); }.uc-spk .tm-card-in{ background: #fff; border: 1px solid var(--cardbd); border-radius: 16px; padding: 24px 22px; height: 100%; }.uc-spk .tm-card-h{ display: flex; align-items: center; gap: 12px; margin-bottom: 18px; }.uc-spk .tm-pill{ display: inline-flex; align-items: center; padding: 5px 12px; border-radius: 999px; font-size: 14px; line-height: 22px; font-weight: 700; letter-spacing: -0.01em; }.uc-spk .tm-pill.red{ color: var(--coral); background: color-mix(in srgb, var(--coral) 12%, #fff); }.uc-spk .tm-pill.brand{ color: var(--acc); background: color-mix(in srgb, var(--acc) 12%, #fff); }.uc-spk .tm-card-h h3{ margin: 0; font-size: 18px; line-height: 28px; font-weight: 500; color: var(--tx); }.uc-spk .tm-item{ display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; padding: 13px 0; border-top: 1px solid var(--line); }.uc-spk .tm-item:first-of-type{ border-top: 0; }.uc-spk .tm-item span{ color: var(--txd); font-size: 16px; line-height: 24px; }.uc-spk .tm-item b{ flex: 0 0 auto; font-size: 16px; line-height: 24px; font-weight: 700; letter-spacing: -0.01em; white-space: nowrap; }.uc-spk .tm-item.red b{ color: var(--coral); }.uc-spk .tm-item.brand b{ color: var(--acc); }.uc-spk .tm-item .tm-free{ color: var(--acc); }.uc-spk .tm-saved{ text-align: center; margin: 40px auto 0; max-width: 640px; }.uc-spk .tm-saved-num{ font-size: 44px; font-weight: 700; letter-spacing: -0.03em; color: var(--acc); line-height: 44px; }.uc-spk .tm-saved p{ margin: 12px 0 0; color: var(--txd); font-size: 16px; line-height: 24px; }.uc-spk .tm-note{ text-align: center; color: var(--txf); font-size: 14px; line-height: 22px; margin: 18px 0 0; }.uc-spk.is-night .tm-card-in{ background: #262626; }.uc-spk.is-night .tm-live{ background: #262626; border-color: rgba(255, 255, 255, 0.14); box-shadow: none; }.uc-spk.is-night .tm-pill.red{ background: color-mix(in srgb, var(--coral) 20%, #1f1f1f); }.uc-spk.is-night .tm-pill.brand{ background: color-mix(in srgb, var(--acc) 20%, #1f1f1f); }@media (max-width: 720px){.uc-spk .tm-cards{ grid-template-columns: 1fr; }}.uc-spk .watch-grid{ display: grid; grid-template-columns: 1.5fr 1fr; gap: 22px; align-items: start; }.uc-spk .watch-main-wrap{ padding: 4px; border-radius: var(--r-xl); background: var(--pg2); }.uc-spk .watch-main{ position: relative; border-radius: 16px; overflow: hidden; border: 1px solid var(--cardbd); background: #000; aspect-ratio: 16 / 9; cursor: pointer; }.uc-spk .watch-main img, .uc-spk .watch-main iframe{ position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; border: 0; display: block; }.uc-spk .watch-main .watch-play{ position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 2; width: 74px; height: 74px; border-radius: 999px; background: var(--acc); display: grid; place-items: center; box-shadow: 0 12px 30px -8px rgba(253, 106, 53, 0.7); transition: transform 0.24s var(--ease); }.uc-spk .watch-main:hover .watch-play{ transform: translate(-50%, -50%) scale(1.06); }.uc-spk .watch-play svg{ width: 30px; height: 30px; color: #fff; margin-left: 3px; }.uc-spk .watch-main .watch-cap{ position: absolute; left: 0; right: 0; bottom: 0; z-index: 2; padding: 40px 20px 18px; color: #fff; font-size: 16px; line-height: 24px; font-weight: 500; background: linear-gradient(0deg, rgba(0, 0, 0, 0.72), transparent); }.uc-spk .watch-list{ display: flex; flex-direction: column; gap: 10px; max-height: 500px; overflow-y: auto; padding: 6px 4px; scrollbar-width: none; -webkit-mask-image: linear-gradient(transparent 0, #000 7%, #000 88%, transparent 100%); mask-image: linear-gradient(transparent 0, #000 7%, #000 88%, transparent 100%); }.uc-spk .watch-list::-webkit-scrollbar{ width: 0; height: 0; display: none; }.uc-spk .watch-item{ display: flex; gap: 12px; align-items: center; padding: 8px; border-radius: 14px; border: 1px solid transparent; cursor: pointer; text-align: left; background: none; transition: background 0.2s var(--ease), border-color 0.2s var(--ease); }.uc-spk .watch-item:hover{ background: var(--pg2); }.uc-spk .watch-item.ucx-on{ background: color-mix(in srgb, var(--acc) 7%, #fff); border-color: var(--acc-line); }.uc-spk.is-night .watch-item.ucx-on{ background: color-mix(in srgb, var(--acc) 15%, #1f1f1f); }.uc-spk .watch-thumb{ position: relative; flex: 0 0 108px; width: 108px; aspect-ratio: 16 / 9; border-radius: 10px; overflow: hidden; background: #000; }.uc-spk .watch-thumb img{ width: 100%; height: 100%; object-fit: cover; display: block; }.uc-spk .watch-thumb::after{ content: ""; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 26px; height: 26px; border-radius: 999px; background: rgba(255, 255, 255, 0.92); background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23fd6a35'%3E%3Cpath d='M8 5v14l11-7z'/%3E%3C/svg%3E"); background-size: 15px; background-repeat: no-repeat; background-position: 56% 50%; }.uc-spk .watch-item .watch-t{ font-size: 14px; font-weight: 500; color: var(--tx); line-height: 20px; }.uc-spk .watch-cta{ text-align: center; margin-top: 30px; display: flex; align-items: center; justify-content: center; gap: 8px; color: var(--txd); font-size: 16px; line-height: 24px; }@media (max-width: 820px){.uc-spk .watch-grid{ grid-template-columns: 1fr; }.uc-spk .watch-list{ flex-direction: row; overflow-x: auto; overflow-y: visible; max-height: none; -webkit-mask-image: none; mask-image: none; }.uc-spk .watch-item{ flex: 0 0 240px; }}.uc-spk .sprout-shot{ max-width: 1000px; margin: 8px auto 0; padding: 4px; border-radius: var(--r-xl); background: var(--pg2); }.uc-spk .sprout-shot img{ display: block; width: 100%; height: auto; border: 1px solid var(--cardbd); border-radius: 16px; }.uc-spk .tpl-grid{ display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }.uc-spk .tpl-card{ display: flex; flex-direction: column; padding: 4px; border-radius: var(--r-xl); background: var(--pg2); transition: transform 0.24s var(--ease); }.uc-spk .tpl-card:hover{ transform: translateY(-4px); }.uc-spk .tpl-thumb{ position: relative; aspect-ratio: 16 / 10; overflow: hidden; background: #fff; border: 1px solid var(--cardbd); border-radius: 16px; }.uc-spk .tpl-thumb img{ width: 100%; height: 100%; object-fit: cover; display: block; border-radius: 15px; }.uc-spk .tpl-badge{ position: absolute; top: 12px; left: 12px; z-index: 2; }.uc-spk .tpl-body{ padding: 12px; display: flex; flex-direction: column; gap: 4px; flex: 1; }.uc-spk .tpl-body h3{ margin: 0; font-size: 18px; line-height: 28px; font-weight: 500; color: var(--tx); }.uc-spk .tpl-body p{ margin: 0; color: var(--txd); font-size: 14px; line-height: 20px; }.uc-spk .tpl-cta{ text-align: center; margin-top: 36px; }@media (max-width: 900px){.uc-spk .tpl-grid{ grid-template-columns: 1fr 1fr; }}@media (max-width: 560px){.uc-spk .tpl-grid{ grid-template-columns: 1fr; }}.uc-spk .feat-wrap{ display: grid; grid-template-columns: 250px 1fr; gap: 32px; margin-top: 44px; align-items: start; }.uc-spk .feat-side{ position: sticky; top: 96px; display: flex; flex-direction: column; background: #fff; border: 1px solid var(--cardbd); border-radius: 16px; overflow: hidden; }.uc-spk .feat-tabs{ position: relative; display: flex; flex-direction: column; gap: 4px; margin: 4px; padding: 4px; box-shadow: inset 0 0 0 1px var(--cardbd); border-radius: 12px; background: var(--mist); }.uc-spk .feat-tab-ind{ position: absolute; left: 4px; right: 4px; top: 0; height: 0; opacity: 0; border-radius: 9px; background: #fff; box-shadow: 0 1px 3px rgba(16, 24, 40, 0.12); transition: transform 0.24s cubic-bezier(0.3, 0, 0, 1), height 0.24s cubic-bezier(0.3, 0, 0, 1); z-index: 0; pointer-events: none; }.uc-spk .feat-tab{ position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 10px; text-align: left; cursor: pointer; padding: 11px 14px; border: 0; border-radius: 9px; background: transparent; font-family: inherit; font-size: 14px; font-weight: 600; line-height: 18px; color: var(--txd); transition: color 0.2s var(--ease); }.uc-spk .feat-tab:hover{ color: var(--tx); }.uc-spk .feat-tab.ucx-is-active{ color: var(--tx); }.uc-spk .ft-count{ flex: 0 0 auto; font-size: 12px; line-height: 18px; font-weight: 700; color: var(--txf); background: #fff; box-shadow: inset 0 0 0 1px var(--cardbd); border-radius: 999px; padding: 2px 9px; transition: color 0.2s var(--ease), background 0.2s var(--ease); }.uc-spk .feat-tab.ucx-is-active .ft-count{ color: var(--acc); background: color-mix(in srgb, var(--acc) 12%, #fff); box-shadow: none; }.uc-spk.is-night .feat-side{ background: var(--pg2); }.uc-spk.is-night .feat-tab-ind{ background: #383838; box-shadow: none; }.uc-spk.is-night .ft-count{ background: #262626; color: var(--txd); box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08); }.uc-spk.is-night .feat-tab.ucx-is-active .ft-count{ color: var(--acc); background: color-mix(in srgb, var(--acc) 22%, #1f1f1f); box-shadow: none; }.uc-spk .fbento{ display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; align-items: stretch; }.uc-spk .fcard{ padding: 4px; border-radius: var(--r-xl); background: var(--pg2); transition: transform 0.24s var(--ease); }.uc-spk .fcard:hover{ transform: translateY(-4px); }.uc-spk .fcard-in{ display: flex; flex-direction: column; height: 100%; background: transparent; }.uc-spk .fcard .bento-media{ position: relative; aspect-ratio: 16 / 10; background: #fff; overflow: hidden; border: 1px solid var(--cardbd); border-radius: 16px; }.uc-spk .fcard .bento-vid{ position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; opacity: 0; transition: opacity 0.5s var(--ease), transform 0.6s var(--ease); }.uc-spk .fcard .bento-vid.ucx-ready{ opacity: 1; }.uc-spk .fcard:hover .bento-vid{ transform: scale(1.03); }.uc-spk .bento-body{ padding: 12px; }.uc-spk .bento-body h3{ margin: 0 0 5px; font-size: 18px; line-height: 28px; font-weight: 600; letter-spacing: -0.01em; color: var(--tx); }.uc-spk .bento-body p{ margin: 0; color: var(--txd); font-size: 16px; line-height: 24px; }.uc-spk .bento-note{ color: var(--acc); font-weight: 600; }@media (max-width: 900px){.uc-spk .feat-wrap{ grid-template-columns: 1fr; gap: 20px; }.uc-spk .feat-side{ position: static; }}@media (max-width: 620px){.uc-spk .fbento{ grid-template-columns: 1fr; }}@media (prefers-reduced-motion: reduce){.uc-spk .fcard .bento-vid{ transition: opacity 0.3s; }.uc-spk .fcard:hover{ transform: none; }.uc-spk .fcard:hover .bento-vid{ transform: none; }}.uc-spk .opt-zig{ margin-top: 44px; display: flex; flex-direction: column; gap: 96px; }.uc-spk .opt-row{ display: grid; grid-template-columns: 1fr 1fr; gap: 52px; align-items: center; }.uc-spk .opt-media .ucx-frame{ position: relative; margin: 0; max-width: none; aspect-ratio: 16 / 10; border-radius: var(--r-card); overflow: hidden; border: 1px solid var(--cardbd); background: #0b0912; }.uc-spk .opt-media .step-vid{ position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; z-index: 1; }.uc-spk .ucx-step-replay{ position: absolute; inset: 0; margin: auto; width: 58px; height: 58px; padding: 0; border: 0; border-radius: 50%; cursor: pointer; z-index: 3; display: grid; place-items: center; color: #fff; background: rgba(10, 6, 20, 0.6); box-shadow: 0 10px 26px -6px rgba(0, 0, 0, 0.55), inset 0 0 0 1px rgba(255, 255, 255, 0.2); transition: opacity 0.28s var(--ease), transform 0.2s var(--ease), background 0.2s ease; }.uc-spk .ucx-step-replay svg{ margin-left: 3px; }.uc-spk .ucx-step-replay:hover{ transform: scale(1.07); background: var(--acc); }.uc-spk .ucx-frame.ucx-vid-playing .ucx-step-replay{ opacity: 0; pointer-events: none; transform: scale(0.9); }.uc-spk .opt-copy .ucx-eyebrow, .uc-spk .opt-rail .ucx-eyebrow{ margin-bottom: 16px; }.uc-spk .opt-copy h3, .uc-spk .opt-rail h3{ font-size: 26px; line-height: 40px; font-weight: 600; letter-spacing: -0.02em; margin: 0 0 12px; color: var(--tx); }.uc-spk .opt-copy p, .uc-spk .opt-rail p{ color: var(--txd); font-size: 16px; line-height: 26px; margin: 0 0 12px; }.uc-spk .opt-copy .opt-note{ color: var(--txf); font-size: 16px; line-height: 24px; }.uc-spk .opt-manual{ display: grid; grid-template-columns: 0.92fr 1.08fr; gap: 56px; align-items: start; min-height: 2860px; }.uc-spk .opt-rail{ position: sticky; top: 110px; align-self: start; }.uc-spk .opt-titles{ list-style: none; margin: 24px 0 0; padding: 0; display: flex; flex-direction: column; gap: 4px; }.uc-spk .opt-title{ display: flex; align-items: center; gap: 14px; padding: 13px 15px; border-radius: 12px; color: var(--txf); font-weight: 500; font-size: 16px; line-height: 24px; border: 1px solid transparent; transition: color 0.3s var(--ease), background 0.3s var(--ease), border-color 0.3s var(--ease); }.uc-spk .opt-title .ot-num{ font-size: 12px; line-height: 18px; font-weight: 500; color: var(--txf); font-variant-numeric: tabular-nums; }.uc-spk .opt-title.ucx-is-done{ color: var(--txd); }.uc-spk .opt-title.ucx-is-done .ot-num{ color: var(--tx); }.uc-spk .opt-title.ucx-is-active{ color: var(--tx); background: #f1f1f1; border-color: #d6d6d6; }.uc-spk .opt-title.ucx-is-active .ot-num{ color: var(--txd); }.uc-spk .opt-list{ position: sticky; top: calc(50vh - 270px); height: 540px; overflow: hidden; isolation: isolate; }.uc-spk .opt-list::before, .uc-spk .opt-list::after{ content: ""; position: absolute; z-index: 2; right: 0; left: 0; height: 150px; pointer-events: none; }.uc-spk .opt-list::before{ top: 0; background: linear-gradient(to bottom, #fff 0%, rgba(255, 255, 255, 0.96) 24%, rgba(255, 255, 255, 0) 100%); }.uc-spk .opt-list::after{ bottom: 0; background: linear-gradient(to top, #fff 0%, rgba(255, 255, 255, 0.96) 24%, rgba(255, 255, 255, 0) 100%); }.uc-spk .opt-list-track{ display: flex; flex-direction: column; gap: 16px; will-change: transform; transition: transform 0.55s cubic-bezier(.2,.7,.2,1); }.uc-spk .opt-item{ display: flex; gap: 14px; padding: 20px 22px; border-radius: 16px; background: #fff; border: 1px solid var(--cardbd); opacity: 0.45; transition: opacity 0.4s var(--ease), border-color 0.4s var(--ease), background 0.4s var(--ease), box-shadow 0.4s var(--ease); }.uc-spk .opt-item .oi-check{ flex-shrink: 0; width: 26px; height: 26px; border-radius: 8px; display: grid; place-items: center; background: #f2f2f2; border: 1px solid #dcdcdc; color: #cfcfcf; transition: color 0.4s var(--ease), background 0.4s var(--ease), border-color 0.4s var(--ease); }.uc-spk .opt-item .oi-check svg{ width: 15px; height: 15px; }.uc-spk .opt-item h4{ margin: 0 0 5px; font-size: 18px; line-height: 28px; font-weight: 600; color: var(--tx); letter-spacing: -0.01em; }.uc-spk .opt-item p{ margin: 0; font-size: 16px; line-height: 26px; color: var(--txd); }.uc-spk .opt-item.is-seen{ opacity: 0.85; }.uc-spk .opt-item.is-seen .oi-check{ color: #171717; border-color: #dcdcdc; background: #f2f2f2; }.uc-spk .opt-item.ucx-is-active{ opacity: 1; background: #f1f1f1; border-color: #d6d6d6; }.uc-spk .opt-item.ucx-is-active .oi-check{ color: #171717; background: #fff; border-color: #d6d6d6; }.uc-spk .opt-item.ucx-is-active h4{ color: var(--tx); }.uc-spk .opt-item.ucx-is-active p{ color: var(--txd); }.uc-spk.is-night .opt-title.ucx-is-active{ background: #262626; border-color: rgba(255, 255, 255, 0.14); }.uc-spk.is-night .opt-list::before{ background: linear-gradient(to bottom, var(--pg) 0%, rgba(23, 23, 23, 0.96) 24%, rgba(23, 23, 23, 0) 100%); }.uc-spk.is-night .opt-list::after{ background: linear-gradient(to top, var(--pg) 0%, rgba(23, 23, 23, 0.96) 24%, rgba(23, 23, 23, 0) 100%); }.uc-spk.is-night .opt-item{ background: var(--cardbg); }.uc-spk.is-night .opt-item .oi-check{ background: #262626; border-color: rgba(255, 255, 255, 0.12); color: #7d7d7d; }.uc-spk.is-night .opt-item.is-seen .oi-check{ background: #262626; border-color: rgba(255, 255, 255, 0.14); color: #f5f5f5; }.uc-spk.is-night .opt-item.ucx-is-active{ background: #262626; border-color: rgba(255, 255, 255, 0.16); }.uc-spk.is-night .opt-item.ucx-is-active .oi-check{ background: #1f1f1f; border-color: rgba(255, 255, 255, 0.18); color: #f5f5f5; }@media (max-width: 900px){.uc-spk .opt-zig{ gap: 56px; }.uc-spk .opt-row{ grid-template-columns: 1fr; gap: 28px; }.uc-spk .opt-manual{ grid-template-columns: 1fr; gap: 28px; min-height: 0; }.uc-spk .opt-rail{ position: static; }.uc-spk .opt-list{ position: static; height: auto; overflow: visible; }.uc-spk .opt-list::before, .uc-spk .opt-list::after{ display: none; }.uc-spk .opt-list-track{ transform: none !important; }}@media (prefers-reduced-motion: reduce){.uc-spk .opt-item{ opacity: 1; }.uc-spk .opt-list-track{ transition: none; }}.uc-spk .ucx-sec-head + .uc-content, .uc-spk .ucx-sec-head + .xway-grid, .uc-spk .ucx-sec-head + .feat-wrap, .uc-spk .ucx-sec-head + .opt-zig, .uc-spk .ucx-sec-head + .tm-bars, .uc-spk .ucx-sec-head + .watch-grid, .uc-spk .ucx-sec-head + .sprout-shot, .uc-spk .ucx-sec-head + .map-wrap, .uc-spk .ucx-sec-head + .tpl-grid{ margin-top: 52px; }.cm-page .uc-spk .ucx-sec{ padding-top: 66px; padding-bottom: 66px; }.cm-page .uc-spk .ucx-sec.ax{ padding-bottom: 66px; }.cm-page .uc-spk .ucx-hero{ padding-top: clamp(120px, 15vh, 176px); padding-bottom: 66px; }:where(.uc-spk) .cm-page .uc-section{ padding-block: 66px; }.cm-page .uc-spk .ucx-sec.sec-faq{ padding-bottom: 132px; }.uc-spk .cm-btabs{ background: #fff; }.uc-spk.is-night .cm-btabs{ background: transparent; }.uc-spk .prob-grid, .uc-spk .sol-grid, .uc-spk .resp-grid{ display: grid; grid-template-columns: 1fr 1fr; gap: 52px; align-items: center; }.uc-spk .sol-grid--swap .sol-media{ order: -1; }.uc-spk .prob-list{ display: flex; flex-direction: column; gap: 16px; margin-top: 22px; }.uc-spk .prob-item{ display: flex; gap: 14px; align-items: flex-start; }.uc-spk .prob-item .pk{ flex-shrink: 0; margin-top: -3px; font-size: 12px; font-weight: 700; color: var(--acc-dk); width: 30px; height: 30px; border-radius: 9px; display: grid; place-items: center; background: var(--acc-soft); border: 1px solid var(--acc-line); line-height: 14px; }.uc-spk .prob-item p{ margin: 0; color: var(--txd); font-size: 16px; line-height: 24px; }.uc-spk .prob-item strong{ color: var(--tx); font-weight: 700; }.uc-spk .prob-closing{ margin-top: 24px; color: var(--tx); font-size: 16px; line-height: 26px; border-left: 2px solid var(--acc); padding-left: 16px; }.uc-spk .checklist-tray{ align-self: start; padding: 4px; background: var(--mist); border-radius: var(--r-card); }.uc-spk .checklist{ padding: 24px 26px; border-radius: var(--r-card); background: var(--cardbg); border: 1px solid var(--cardbd); }.uc-spk .cl-ttl{ font-size: 12px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; color: var(--txf); margin-bottom: 4px; line-height: 14px; }.uc-spk .cl-list{ display: flex; flex-direction: column; }.uc-spk .cl-item{ display: flex; align-items: center; gap: 12px; padding: 9px 0; border-bottom: 1px solid var(--line); font-size: 14px; line-height: 18px; }.uc-spk .cl-item:last-child{ border-bottom: 0; }.uc-spk .cl-box{ width: 18px; height: 18px; border-radius: 5px; flex-shrink: 0; position: relative; border: 1.5px solid var(--acc); background: var(--cardbg); transition: border-color 0.35s var(--ease), background-color 0.35s var(--ease); }.uc-spk .cl-text{ position: relative; color: var(--tx); }.uc-spk .cl-pending{ margin-left: auto; font-size: 10px; font-weight: 700; letter-spacing: 0.05em; text-transform: uppercase; color: var(--coral); background: color-mix(in srgb, var(--coral) 9%, var(--cardbg)); border: 1px solid color-mix(in srgb, var(--coral) 30%, transparent); padding: 2px 8px; border-radius: 999px; opacity: 0; transition: opacity 0.4s var(--ease); line-height: 12px; }.uc-spk .cl-item.done .cl-box::after{ content: ""; position: absolute; inset: 0; background: var(--acc); -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='3.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12.5l4.5 4.5L19 7'/%3E%3C/svg%3E") center / 12px 12px no-repeat; mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='3.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12.5l4.5 4.5L19 7'/%3E%3C/svg%3E") center / 12px 12px no-repeat; transform: scale(0); transform-origin: center; transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1); }.uc-spk .cl-item.done .cl-text{ color: var(--txf); }.uc-spk .cl-item.done .cl-text::after{ content: ""; position: absolute; left: -3px; right: -4px; top: 52%; height: 1.4px; border-radius: 2px; background: var(--acc); opacity: .9; transform: translateY(-50%) rotate(-1deg) scaleX(0); transform-origin: left; transition: transform 0.45s var(--ease); }.uc-spk .checklist.struck .cl-item.done .cl-box::after{ transform: scale(1); }.uc-spk .checklist.struck .cl-item.done .cl-text::after{ transform: translateY(-50%) rotate(-1deg) scaleX(1); }.uc-spk .checklist.struck .cl-item:not(.done) .cl-box{ border-color: color-mix(in srgb, var(--coral) 60%, transparent); background: color-mix(in srgb, var(--coral) 9%, var(--cardbg)); }.uc-spk .checklist.struck .cl-item:not(.done) .cl-pending{ opacity: 1; animation: f2w-pending-nudge 2.6s var(--ease) infinite; }.uc-spk .checklist.struck .cl-item.done:nth-child(1) .cl-box::after, .uc-spk .checklist.struck .cl-item.done:nth-child(1) .cl-text::after{ transition-delay: 0s; }.uc-spk .checklist.struck .cl-item.done:nth-child(2) .cl-box::after, .uc-spk .checklist.struck .cl-item.done:nth-child(2) .cl-text::after{ transition-delay: .2s; }.uc-spk .checklist.struck .cl-item.done:nth-child(3) .cl-box::after, .uc-spk .checklist.struck .cl-item.done:nth-child(3) .cl-text::after{ transition-delay: .4s; }.uc-spk .checklist.struck .cl-item.done:nth-child(4) .cl-box::after, .uc-spk .checklist.struck .cl-item.done:nth-child(4) .cl-text::after{ transition-delay: .6s; }.uc-spk .checklist.struck .cl-item.done:nth-child(5) .cl-box::after, .uc-spk .checklist.struck .cl-item.done:nth-child(5) .cl-text::after{ transition-delay: .8s; }.uc-spk .checklist.struck .cl-item.done:nth-child(6) .cl-box::after, .uc-spk .checklist.struck .cl-item.done:nth-child(6) .cl-text::after{ transition-delay: 1s; }.uc-spk .checklist.struck .cl-item:nth-child(n+7) .cl-box{ transition-delay: 1.2s; }.uc-spk .checklist.struck .cl-item:nth-child(n+7) .cl-pending{ transition-delay: 1.2s; }@keyframes f2w-pending-nudge{ 0%,80%,100% { transform: translateX(0) rotate(0); } 84% { transform: translateX(-1.5px) rotate(-2.5deg); } 88% { transform: translateX(1.5px) rotate(2.5deg); } 92% { transform: translateX(-1px) rotate(-1.5deg); } 96% { transform: translateX(1px) rotate(1.5deg); } }.uc-spk .sol-points{ list-style: none; margin: 20px 0; padding: 0; display: flex; flex-direction: column; gap: 13px; }.uc-spk .sol-points li{ display: flex; gap: 12px; align-items: flex-start; color: var(--txd); font-size: 16px; line-height: 24px; }.uc-spk .sol-points .ck{ color: var(--txd); font-weight: 700; flex-shrink: 0; }.uc-spk .sol-points strong{ color: var(--tx); font-weight: 700; }.uc-spk .sol-shot-tray{ align-self: center; padding: 4px; background: var(--mist); border-radius: var(--r-card); }.uc-spk .sol-shot{ border-radius: var(--r-card); overflow: hidden; background: var(--cardbg); border: 1px solid var(--cardbd); transition: border-color 0.34s var(--ease); }.uc-spk .sol-shot img{ width: 100%; height: auto; display: block; }.uc-spk .sol-shot:hover{ border-color: var(--acc-line); }.uc-spk .prob-grid > div > .ucx-eyebrow, .uc-spk .sol-grid > div > .ucx-eyebrow, .uc-spk .resp-grid > div > .ucx-eyebrow{ margin-bottom: 14px; }.uc-spk .prob-grid h2, .uc-spk .sol-grid h2, .uc-spk .resp-grid h2{ text-align: left; }@media (max-width: 860px){.uc-spk .prob-grid, .uc-spk .sol-grid, .uc-spk .resp-grid{ grid-template-columns: minmax(0,1fr); gap: 30px; }.uc-spk .sol-grid--swap .sol-media{ order: 0; }}.uc-spk .motion-grid{ display: grid; grid-template-columns: repeat(2, 1fr); gap: 26px; margin: 44px auto 0; max-width: 1060px; }.uc-spk .motion-card{ padding: 4px 4px 0; display: flex; flex-direction: column; border-radius: var(--r-card); background: var(--mist); }.uc-spk .motion-card .ucx-frame{ margin: 0; max-width: none; width: 100%; border-radius: 14px; }.uc-spk .motion-body{ padding: 12px 12px; }.uc-spk .motion-body h3{ font-size: 22px; line-height: 34px; margin: 0 0 9px; font-weight: 500; letter-spacing: -0.01em; color: var(--tx); }.uc-spk .motion-body p{ margin: 0; color: var(--txd); font-size: 16px; line-height: 26px; }@media (max-width: 760px){.uc-spk .motion-grid{ grid-template-columns: minmax(0,1fr); }}.uc-spk .mmock-frame{ display: block; position: relative; aspect-ratio: 16/10; background: #0e1016; border: 1px solid var(--cardbd); overflow: hidden; place-items: stretch; container-type: inline-size; }.uc-spk .mmock-particles{ position: absolute; inset: 0; width: 100%; height: 100%; z-index: 0; display: block; }.uc-spk .mmock{ position: relative; z-index: 2; display: flex; flex-direction: column; box-sizing: border-box; height: 100%; font-size: 1.965cqw; }.uc-spk .mmock-hero{ padding: 2.2em 1.8em 1em; }.uc-spk .mmock-title{ font-size: 2em; font-weight: 600; letter-spacing: -0.02em; color: #fff; line-height: 1.2; }.uc-spk .mmock-sub{ font-size: 1.2em; color: rgba(255,255,255,.6); margin-top: 0.583em; max-width: 62%; line-height: 1.3; }.uc-spk .mmock-btn{ display: inline-flex; align-items: center; justify-content: center; margin-top: 1.222em; padding: 0.556em 1.333em; border-radius: 0.667em; background: var(--acc); color: var(--cardbg); font-size: 0.9em; font-weight: 700; line-height: 1.556em; }.uc-spk .mmock-cards{ display: grid; grid-template-columns: repeat(3, 1fr); gap: 0.8em; padding: 1.8em; margin-top: auto; }.uc-spk .mmock-c{ background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1); border-radius: 1em; padding: 1em; display: flex; flex-direction: column; gap: 0.6em; }.uc-spk .mmock-ci{ width: 2.4em; height: 2.4em; border-radius: 0.7em; border: 1px solid rgba(253,106,53,.5); display: grid; place-items: center; color: var(--acc); flex: 0 0 auto; }.uc-spk .mmock-ci svg{ width: 1.4em; height: 1.4em; }.uc-spk .mmock-c strong{ font-size: 1.2em; font-weight: 700; color: #fff; line-height: 1; }.uc-spk .mmock-c small{ font-size: 1em; line-height: 1.2; color: rgba(255,255,255,.55); }.uc-spk .mmock--subtle .mmock-title, .uc-spk .mmock--subtle .mmock-sub, .uc-spk .mmock--subtle .mmock-btn, .uc-spk .mmock--subtle .mmock-c{ opacity: 0; animation: f2w-mm-rise 6s var(--ease) infinite; }.uc-spk .mmock--subtle .mmock-title{ animation-delay: .3s; }.uc-spk .mmock--subtle .mmock-sub{ animation-delay: .5s; }.uc-spk .mmock--subtle .mmock-btn{ animation-delay: .7s; }.uc-spk .mmock--subtle .mmock-cards .mmock-c:nth-child(1){ animation-delay: .95s; }.uc-spk .mmock--subtle .mmock-cards .mmock-c:nth-child(2){ animation-delay: 1.1s; }.uc-spk .mmock--subtle .mmock-cards .mmock-c:nth-child(3){ animation-delay: 1.25s; }.uc-spk .mmock-frame:has(.mmock--immersive){ background: linear-gradient(rgba(14,16,22,.6), rgba(14,16,22,.6)), radial-gradient(120% 100% at 20% -10%, rgba(253,106,53,.28), transparent 60%); }.uc-spk .mmock--immersive .mmock-btn{ animation: f2w-mm-pulse 2.6s var(--ease) infinite; }.uc-spk .mmock--immersive .mmock-cards .mmock-c{ animation: f2w-mm-float 4.4s var(--ease) infinite; }.uc-spk .mmock--immersive .mmock-cards .mmock-c:nth-child(2){ animation-delay: .5s; }.uc-spk .mmock--immersive .mmock-cards .mmock-c:nth-child(3){ animation-delay: 1s; }@keyframes f2w-mm-rise{ 0% { opacity: 0; transform: translateY(15px); } 12%,82% { opacity: 1; transform: none; } 100% { opacity: 0; transform: translateY(15px); } }@keyframes f2w-mm-pulse{ 0%,100% { transform: translateY(0); } 50% { transform: translateY(-3px); } }@keyframes f2w-mm-float{ 0%,100% { transform: translateY(0); } 50% { transform: translateY(-6px); } }@media (prefers-reduced-motion: reduce){.uc-spk .mmock--subtle .mmock-title, .uc-spk .mmock--subtle .mmock-sub, .uc-spk .mmock--subtle .mmock-btn, .uc-spk .mmock--subtle .mmock-c{ opacity: 1; animation: none; }.uc-spk .mmock--immersive .mmock-btn, .uc-spk .mmock--immersive .mmock-cards .mmock-c{ animation: none; }}.uc-spk .rp{ display: flex; flex-direction: column; align-items: center; gap: 20px; }.uc-spk .rp-stage{ width: 100%; height: 340px; display: flex; align-items: center; justify-content: center; }.uc-spk .rp-frame{ width: 480px; max-width: 100%; height: 340px; margin: 0 auto; border-radius: 14px; overflow: hidden; border: 1.5px solid transparent; background: linear-gradient(#fff, #fff) padding-box, linear-gradient(135deg, var(--acc), var(--acc2) 60%, var(--acc)) border-box; box-shadow: 0 22px 54px -30px rgba(16,24,40,.35); transition: width 0.5s var(--ease); display: flex; flex-direction: column; }.uc-spk .rp-frame[data-device="tablet"]{ width: 320px; }.uc-spk .rp-frame[data-device="mobile"]{ width: 210px; }.uc-spk .rp-chrome{ display: flex; align-items: center; gap: 6px; padding: 9px 12px; background: var(--mist); border-bottom: 1px solid var(--line); flex-shrink: 0; }.uc-spk .rp-cdot{ width: 8px; height: 8px; border-radius: 50%; background: var(--cardbd); }.uc-spk .rp-url{ margin-left: 8px; font-size: 12px; color: var(--txf); background: #fff; border: 1px solid var(--line); padding: 2px 10px; border-radius: 20px; white-space: nowrap; overflow: hidden; line-height: 14px; }.uc-spk .rp-screen{ position: relative; overflow: hidden; flex: 1; background: #fff; }.uc-spk .rp-vid{ position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: none; background: #fff; }.uc-spk .rp-vid.ucx-is-active{ display: block; }.uc-spk .rp-icons{ display: flex; gap: 8px; }.uc-spk .rp-ic{ width: 44px; height: 36px; display: grid; place-items: center; border-radius: 10px; background: #fff; border: 1px solid var(--cardbd); color: var(--txd); cursor: pointer; transition: color 0.26s var(--ease), background 0.26s var(--ease), border-color 0.26s var(--ease); }.uc-spk .rp-ic svg{ width: 19px; height: 19px; }.uc-spk .rp-ic:hover{ color: var(--tx); border-color: var(--acc-line); }.uc-spk .rp-ic.ucx-is-active{ color: #fff; background: var(--acc); border-color: var(--acc); }.uc-spk .race{ margin-top: 48px; display: flex; flex-direction: column; gap: 22px; }.uc-spk .race-lane{ display: flex; flex-direction: column; gap: 10px; }.uc-spk .race-meta{ display: flex; align-items: center; justify-content: space-between; }.uc-spk .race-name{ font-size: 14px; font-weight: 700; color: var(--tx); line-height: 18px; }.uc-spk .race-clock{ font-size: 16px; font-weight: 700; font-variant-numeric: tabular-nums; line-height: 22px; }.uc-spk .lane-without .race-clock{ color: var(--coral); }.uc-spk .lane-with .race-clock{ color: var(--acc-dk); }.uc-spk .race-track{ position: relative; height: 16px; border-radius: 999px; background: var(--mist); border: 1px solid var(--cardbd); overflow: visible; }.uc-spk .race-fill{ position: absolute; inset: 0 auto 0 0; width: 0; border-radius: 999px; }.uc-spk .lane-without .race-fill{ background: linear-gradient(90deg, rgba(246,82,88,.4), var(--coral)); }.uc-spk .lane-with .race-fill{ background: linear-gradient(90deg, var(--acc2), var(--acc)); }.uc-spk .race-tick{ position: absolute; top: 50%; width: 2px; height: 10px; transform: translate(-50%, -50%); background: var(--cardbd); border-radius: 2px; }.uc-spk .race-runner{ position: absolute; top: 50%; left: 0; width: 22px; height: 22px; border-radius: 50%; transform: translate(-50%, -50%); z-index: 2; }.uc-spk .lane-without .race-runner{ background: var(--coral); box-shadow: 0 0 0 5px rgba(246,82,88,.16); }.uc-spk .lane-with .race-runner{ background: var(--acc); box-shadow: 0 0 0 5px rgba(253,106,53,.18); }.uc-spk .race-flag{ position: absolute; top: 50%; right: 6px; transform: translateY(-50%); z-index: 3; font-size: 12px; font-weight: 700; color: #fff; background: var(--acc); padding: 3px 9px; border-radius: 999px; white-space: nowrap; opacity: 0; transition: opacity 0.3s var(--ease); line-height: 14px; }.uc-spk .race.go .lane-without .race-fill{ animation: f2w-race-fill 7.2s var(--ease) forwards; }.uc-spk .race.go .lane-without .race-runner{ animation: f2w-race-run 7.2s var(--ease) forwards; }.uc-spk .race.go .lane-with .race-fill{ animation: f2w-race-fill 1.5s var(--ease) forwards; }.uc-spk .race.go .lane-with .race-runner{ animation: f2w-race-run 1.5s var(--ease) forwards; }.uc-spk .race.go .lane-with .race-flag{ opacity: 1; transition-delay: 1.4s; }@keyframes f2w-race-fill{ from { width: 0; } to { width: 100%; } }@keyframes f2w-race-run{ from { left: 0; } to { left: 100%; } }.uc-spk .race-cols{ display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 40px; }.uc-spk .race-col{ padding: 22px 24px; border-radius: var(--r-card); background: #fff; border: 1px solid var(--cardbd); box-shadow: 0 12px 30px -22px rgba(16,24,40,.22); }.uc-spk .rc-head{ display: flex; align-items: center; gap: 12px; font-size: 16px; font-weight: 700; color: var(--tx); margin-bottom: 16px; line-height: 22px; }.uc-spk .rc-badge{ font-size: 12px; font-weight: 700; padding: 4px 11px; border-radius: 999px; line-height: 14px; }.uc-spk .rc-bad{ color: var(--coral); background: #fff1ef; border: 1px solid rgba(246,82,88,.4); }.uc-spk .rc-good{ color: #fff; background: var(--acc); }.uc-spk .race-col ul{ list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; }.uc-spk .race-col li{ display: flex; align-items: baseline; justify-content: space-between; gap: 16px; padding: 11px 0; border-top: 1px solid var(--line); font-size: 14px; color: var(--txd); line-height: 18px; }.uc-spk .race-col li:first-child{ border-top: 0; }.uc-spk .race-col li em{ flex: 0 0 auto; font-style: normal; font-weight: 700; font-variant-numeric: tabular-nums; }.uc-spk .rc-without li em{ color: var(--coral); }.uc-spk .rc-with li em{ color: var(--acc-dk); }.uc-spk .rc-with li em.rc-auto{ color: var(--acc2); font-weight: 500; }.uc-spk .race-saved{ margin-top: 24px; text-align: center; padding: 34px 24px; border-radius: var(--r-card); background-color: var(--pg); background-image: linear-gradient(135deg, rgba(128, 128, 128, 0.10), rgba(128, 128, 128, 0)); border: 1px solid var(--acc-line); transition: background-color 0.55s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.55s cubic-bezier(0.4, 0, 0.2, 1); }.uc-spk .rs-eyebrow{ font-size: 12px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--acc-dk); line-height: 14px; }.uc-spk .rs-num{ display: flex; align-items: baseline; justify-content: center; gap: 6px; margin-top: 10px; font-weight: 700; font-size: clamp(2.375rem, 6vw, 3.625rem); line-height: 1; color: var(--tx); font-variant-numeric: tabular-nums; }.uc-spk .rs-num .rs-dash{ color: var(--txf); }.uc-spk .rs-num .rs-unit{ font-size: 14px; font-weight: 700; color: var(--txd); line-height: 20px; }.uc-spk .rs-sub{ margin: 14px 0 0; font-size: 16px; color: var(--txd); line-height: 26px; }.uc-spk .rs-sub b{ color: var(--acc-dk); font-weight: 700; }@media (max-width: 760px){.uc-spk .race-cols{ grid-template-columns: 1fr; }}@media (prefers-reduced-motion: reduce){.uc-spk .race .race-fill{ width: 100% !important; animation: none !important; }.uc-spk .race .race-runner{ left: 100% !important; animation: none !important; }.uc-spk .race .lane-with .race-flag{ opacity: 1; }}.uc-spk .pwr{ padding: 96px 0; overflow: hidden; }.uc-spk .pwr-wrap{ max-width: 1200px; margin: 0 auto; padding: 0 var(--uc-gutter); }.uc-spk .pwr-head{ text-align: center; max-width: 720px; margin: 0 auto 54px; }.uc-spk .pwr-eyebrow{ display: inline-flex; align-items: center; gap: 8px; font-size: 14px; font-weight: 500; color: var(--acc-dk); background: var(--acc-soft); border: 1px solid var(--acc-line); padding: 6px 14px; border-radius: 999px; margin-bottom: 20px; line-height: 18px; }.uc-spk .pwr-head h2{ font-size: clamp(1.875rem, 4vw, 2.75rem); line-height: 1.08; font-weight: 500; letter-spacing: -0.02em; margin: 0 0 16px; color: var(--tx); }.uc-spk .pwr-head h2 .lem{ color: var(--tx); }.uc-spk .pwr-head p{ font-size: 16px; line-height: 26px; color: var(--txd); margin: 0; }.uc-spk .pwr-grid{ display: grid; grid-template-columns: 1fr auto; gap: 56px; align-items: center; }@media (max-width: 980px){.uc-spk .pwr-grid{ grid-template-columns: 1fr; gap: 40px; }.uc-spk .pwr-copy, .uc-spk .pwr-editor{ min-width: 0; }}.uc-spk .pwr-copy{ position: relative; min-height: 340px; }.uc-spk .pwr-slidewrap{ position: relative; display: grid; }.uc-spk .pwr-slide{ grid-column: 1; grid-row: 1; opacity: 0; transform: translateY(10px); pointer-events: none; padding-left: 24px; transition: opacity 0.5s var(--ease), transform 0.5s var(--ease); }.uc-spk .pwr-slide.is-on{ opacity: 1; transform: none; pointer-events: auto; }.uc-spk .pwr-slidewrap::before{ content: ""; position: absolute; left: 0; top: 5px; bottom: 8px; width: 2px; border-radius: 2px; background: var(--cardbd); }.uc-spk .pwr-slidewrap::after{ content: ""; position: absolute; left: 0; top: 5px; bottom: 8px; width: 2px; border-radius: 2px; background: var(--acc); transform: scaleY(0); transform-origin: top; }.uc-spk .pwr-slidewrap.ucx-play::after{ animation: f2w-pwrline 10s linear forwards; }@keyframes f2w-pwrline{ from { transform: scaleY(0); } to { transform: scaleY(1); } }.uc-spk .pwr-kick{ display: inline-flex; align-items: center; gap: 8px; font-size: 12px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; color: var(--txf); margin-bottom: 16px; line-height: 14px; }.uc-spk .pwr-kick .dot{ width: 6px; height: 6px; border-radius: 50%; background: var(--acc); }.uc-spk .pwr-kick b{ color: var(--tx); font-weight: 700; }.uc-spk .pwr-slide h3{ font-size: clamp(1.375rem, 2.6vw, 1.875rem); line-height: 1.18; margin: 0 0 14px; font-weight: 500; letter-spacing: -0.01em; color: var(--tx); }.uc-spk .pwr-slide p{ font-size: 16px; line-height: 26px; color: var(--txd); margin: 0 0 18px; max-width: 440px; }.uc-spk .pwr-tags{ display: flex; flex-wrap: wrap; gap: 8px; }.uc-spk .pwr-tags span{ font-size: 12px; color: var(--txd); background: var(--mist); border: 1px solid var(--cardbd); padding: 6px 12px; border-radius: 8px; line-height: 14px; }.uc-spk .pwr-dots{ display: flex; gap: 8px; margin-top: 40px; margin-left: 24px; }.uc-spk .pwr-dot{ width: 9px; height: 9px; border-radius: 50%; background: var(--cardbd); border: 0; padding: 0; cursor: pointer; transition: width 0.24s var(--ease), background 0.24s var(--ease); }.uc-spk .pwr-dot:hover{ background: var(--txf); }.uc-spk .pwr-dot.is-on{ width: 22px; border-radius: 5px; background: var(--acc); }.uc-spk .pwr-editor{ position: relative; display: flex; justify-content: center; }.uc-spk .pwr-editor::before{ content: ""; position: absolute; z-index: 0; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 112%; height: 88%; border-radius: 50%; pointer-events: none; background: radial-gradient(closest-side, rgba(253,106,53,.28), rgba(253,106,53,.08) 55%, transparent 76%); filter: blur(64px); }.uc-spk .pwr-panel{ width: 480px; max-width: 100%; height: 832px; zoom: 0.85; display: flex; flex-direction: column; position: relative; z-index: 1; background: #15161a; border: 1px solid #3a3c47; border-radius: 16px; overflow: hidden; box-shadow: 0 40px 90px -40px rgba(0,0,0,.55); font-size: 14px; line-height: 20px; }.uc-spk .pwr-modebar{ display: flex; align-items: center; gap: 8px; padding: 10px 12px 12px; border-bottom: 1px solid #2a2c33; }.uc-spk .pwr-modeseg{ display: flex; flex: 1; gap: 2px; background: #26262b; border-radius: 8px; padding: 2px; }.uc-spk .pwr-mode{ flex: 1; display: flex; align-items: center; justify-content: center; gap: 6px; padding: 6px 10px; border: 0; background: transparent; color: #a1a1a9; border-radius: 6px; cursor: default; font: inherit; font-size: 12px; font-weight: 600; line-height: 14px; }.uc-spk .pwr-mode svg{ width: 12px; height: 12px; flex: 0 0 auto; }.uc-spk .pwr-mode .lbl{ display: none; }.uc-spk .pwr-panel[data-mode="design"] .pwr-mode[data-m="design"], .uc-spk .pwr-panel[data-mode="developer"] .pwr-mode[data-m="developer"]{ background: #09090b; color: #fafafa; box-shadow: 0 1px 2px rgba(0,0,0,.4); }.uc-spk .pwr-panel[data-mode="design"] .pwr-mode[data-m="design"] .lbl, .uc-spk .pwr-panel[data-mode="developer"] .pwr-mode[data-m="developer"] .lbl{ display: inline; }.uc-spk .pwr-layersbtn{ flex: 0 0 auto; width: 30px; height: 30px; display: grid; place-items: center; border-radius: 7px; background: transparent; border: 0; color: #9a9ca6; }.uc-spk .pwr-layersbtn svg{ width: 14px; height: 14px; }.uc-spk .pwr-tabs{ display: flex; border-bottom: 1px solid #2a2c33; background: #1a1b20; }.uc-spk .pwr-tab{ flex: 1; display: flex; flex-direction: column; align-items: center; gap: 5px; padding: 13px 6px; border: 0; background: transparent; color: #a1a1a9; cursor: default; font: inherit; font-size: 12px; font-weight: 500; position: relative; line-height: 14px; }.uc-spk .pwr-tab svg{ width: 16px; height: 16px; }.uc-spk .pwr-tab::after{ content: ""; position: absolute; left: 0; right: 0; bottom: -1px; height: 2px; background: #f4f5f7; border-radius: 2px; transform: scaleX(0); transition: transform 0.3s var(--ease); }.uc-spk .pwr-panel[data-mode="design"] .pwr-tab[data-t="code"]{ display: none; }.uc-spk .pwr-panel[data-tab="chat"] .pwr-tab[data-t="chat"], .uc-spk .pwr-panel[data-tab="editor"] .pwr-tab[data-t="editor"], .uc-spk .pwr-panel[data-tab="code"] .pwr-tab[data-t="code"]{ color: #f4f5f7; }.uc-spk .pwr-panel[data-tab="chat"] .pwr-tab[data-t="chat"]::after, .uc-spk .pwr-panel[data-tab="editor"] .pwr-tab[data-t="editor"]::after, .uc-spk .pwr-panel[data-tab="code"] .pwr-tab[data-t="code"]::after{ transform: scaleX(1); }.uc-spk .pwr-screen{ flex: 1; position: relative; overflow: hidden; }.uc-spk .pwr-view{ position: absolute; inset: 0; display: none; flex-direction: column; opacity: 0; }.uc-spk .pwr-view.is-on{ display: flex; opacity: 1; animation: f2w-pwrview 0.45s var(--ease); }@keyframes f2w-pwrview{ from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: none; } }.uc-spk .pwr-scroll{ flex: 1; overflow: hidden; padding: 0; }.uc-spk .pwr-acc{ border-bottom: 1px solid #2a2c33; }.uc-spk .pwr-acc-h{ display: flex; align-items: center; justify-content: space-between; padding: 17px 18px; font-size: 16px; font-weight: 600; color: #9a9ca6; line-height: 22px; }.uc-spk .pwr-acc-h.ucx-open{ color: #f4f5f7; }.uc-spk .pwr-acc-h .hint{ width: 6px; height: 6px; border-radius: 50%; background: var(--acc); margin-left: auto; margin-right: 10px; opacity: 0; }.uc-spk .pwr-acc-h.dot .hint{ opacity: 1; }.uc-spk .pwr-acc-h .chev{ width: 16px; height: 16px; color: #9a9ca6; transition: transform 0.3s var(--ease); }.uc-spk .pwr-acc-h.ucx-open .chev{ transform: rotate(180deg); }.uc-spk .pwr-acc-b{ padding: 4px 18px 20px; }.uc-spk .pwr-row{ display: flex; align-items: center; gap: 14px; margin-bottom: 14px; }.uc-spk .pwr-row .rlab{ flex: 0 0 96px; font-size: 14px; color: #9a9ca6; display: flex; align-items: center; gap: 7px; line-height: 20px; }.uc-spk .pwr-row .rlab .d{ width: 6px; height: 6px; border-radius: 50%; background: var(--acc); }.uc-spk .pwr-ctrl{ flex: 1; display: flex; align-items: center; justify-content: space-between; background: #1c1d22; border: 1px solid #34363f; border-radius: 9px; padding: 11px 13px; font-size: 14px; color: #d6d7dc; line-height: 20px; }.uc-spk .pwr-ctrl.mut{ color: #6a6c76; }.uc-spk .pwr-ctrl .unit{ color: #6a6c76; font-size: 14px; line-height: 22px; }.uc-spk .pwr-ctrl svg{ width: 14px; height: 14px; color: #6a6c76; }.uc-spk .pwr-inset-lab{ font-size: 14px; line-height: 22px; color: #9a9ca6; margin: 2px 0 8px; }.uc-spk .pwr-inset-top{ display: flex; align-items: center; justify-content: space-between; font-size: 12px; line-height: 18px; letter-spacing: 0.1em; color: #6a6c76; margin-bottom: 6px; }.uc-spk .pwr-inset-top .u{ display: flex; gap: 12px; align-items: center; }.uc-spk .pwr-inset{ border: 1px solid #34363f; border-radius: 11px; padding: 14px; display: grid; grid-template-columns: 38px 1fr 38px; grid-template-rows: 22px 1fr 22px; gap: 6px; text-align: center; color: #9a9ca6; font-size: 14px; line-height: 22px; align-items: center; }.uc-spk .pwr-inset .c{ grid-column: 2; grid-row: 2; background: #24262c; border: 1px solid #34363f; border-radius: 7px; padding: 9px; color: #d6d7dc; }.uc-spk .pwr-inset .t{ grid-column: 2; grid-row: 1; }.uc-spk .pwr-inset .b{ grid-column: 2; grid-row: 3; }.uc-spk .pwr-inset .l{ grid-column: 1; grid-row: 2; }.uc-spk .pwr-inset .r{ grid-column: 3; grid-row: 2; }.uc-spk .pwr-addprop{ display: flex; align-items: center; justify-content: space-between; margin-top: 6px; padding: 13px; border: 1px dashed #3f4149; border-radius: 10px; color: #9a9ca6; font-size: 14px; line-height: 22px; }.uc-spk .pwr-addprop .n{ display: flex; align-items: center; gap: 8px; }.uc-spk .pwr-addprop .av{ display: flex; gap: 6px; align-items: center; }.uc-spk .pwr-addprop .pill, .uc-spk .pwr-addprop .sl{ background: #2a2c33; border-radius: 6px; padding: 4px 9px; font-size: 12px; line-height: 18px; color: #9a9ca6; }.uc-spk .pwr-divider{ display: flex; align-items: center; gap: 12px; font-size: 12px; line-height: 18px; letter-spacing: 0.13em; color: #6a6c76; text-transform: uppercase; margin: 6px 0 16px; }.uc-spk .pwr-divider::before, .uc-spk .pwr-divider::after{ content: ""; flex: 1; height: 1px; background: #2a2c33; }.uc-spk .pwr-foot{ display: flex; align-items: center; justify-content: space-between; padding: 12px 16px; border-top: 1px solid #2a2c33; font-size: 14px; line-height: 22px; color: #6a6c76; }.uc-spk .pwr-foot b{ color: #9a9ca6; font-weight: 600; }.uc-spk .pwr-elhead{ display: flex; align-items: center; gap: 10px; padding: 15px 18px 13px; }.uc-spk .pwr-elhead .sel{ font-family: ui-monospace, monospace; font-size: 14px; line-height: 22px; color: #f4f5f7; }.uc-spk .pwr-elhead .tagpill{ font-family: ui-monospace, monospace; font-size: 12px; line-height: 18px; color: #9a9ca6; background: #24262c; border: 1px solid #34363f; border-radius: 6px; padding: 3px 8px; }.uc-spk .pwr-elhead .pen{ color: #6a6c76; }.uc-spk .pwr-elhead .grow{ flex: 1; }.uc-spk .pwr-btn{ background: #24262c; border: 1px solid #34363f; border-radius: 9px; padding: 8px 13px; font-size: 14px; line-height: 22px; color: #d6d7dc; display: flex; align-items: center; gap: 6px; }.uc-spk .pwr-btn svg{ width: 13px; height: 13px; color: #9a9ca6; }.uc-spk .pwr-classrow{ display: flex; align-items: center; gap: 6px; padding: 0 16px 14px; border-bottom: 1px dashed #34363f; margin-bottom: 2px; }.uc-spk .pwr-chip{ display: flex; align-items: center; gap: 6px; font-size: 12px; line-height: 18px; padding: 6px 9px; border-radius: 7px; white-space: nowrap; background: #1c1d22; border: 1px solid #34363f; color: #9a9ca6; font-family: ui-monospace, monospace; }.uc-spk .pwr-chip svg{ width: 12px; height: 12px; }.uc-spk .pwr-chip .d{ width: 6px; height: 6px; border-radius: 50%; background: #9a9ca6; }.uc-spk .pwr-chip .x{ color: #6a6c76; }.uc-spk .pwr-chip.ucx-on{ background: #34363f; border-color: #4b4d51; color: #f4f5f7; }.uc-spk .pwr-chip.add{ background: transparent; border: 0; color: #6a6c76; font-family: inherit; padding: 6px 4px; }.uc-spk .pwr-chip.def{ margin-left: auto; font-family: inherit; }.uc-spk .pwr-chip.def .d{ background: var(--acc); }.uc-spk .pwr-chat{ display: flex; flex-direction: column; height: 100%; }.uc-spk .pwr-chat-top{ display: flex; align-items: center; gap: 10px; padding: 12px 16px; border-bottom: 1px solid #2a2c33; }.uc-spk .pwr-chat-top .hist{ width: 30px; height: 30px; border-radius: 8px; display: grid; place-items: center; color: #9a9ca6; }.uc-spk .pwr-chat-top .hist svg{ width: 15px; height: 15px; }.uc-spk .pwr-modelchip{ display: flex; align-items: center; gap: 6px; background: #24262c; border: 1px solid #34363f; border-radius: 999px; padding: 5px 11px; font-size: 12px; line-height: 18px; color: #f4f5f7; font-weight: 600; }.uc-spk .pwr-modelchip .live{ width: 6px; height: 6px; border-radius: 50%; background: var(--acc); }.uc-spk .pwr-modelchip svg{ width: 12px; height: 12px; color: var(--acc); }.uc-spk .pwr-modelchip .ver{ color: #9a9ca6; font-weight: 500; font-family: ui-monospace, monospace; font-size: 10px; line-height: 16px; }.uc-spk .pwr-wpseg{ display: flex; gap: 4px; margin: 12px 16px 0; background: #1c1d22; border: 1px solid #2a2c33; border-radius: 10px; padding: 3px; }.uc-spk .pwr-wpseg button{ flex: 1; display: flex; align-items: center; justify-content: center; gap: 7px; padding: 9px; border: 0; background: transparent; color: #9a9ca6; border-radius: 7px; font: inherit; font-size: 14px; line-height: 22px; font-weight: 600; }.uc-spk .pwr-wpseg button svg{ width: 14px; height: 14px; }.uc-spk .pwr-wpseg button.ucx-on{ background: #0e0f12; color: #f4f5f7; box-shadow: 0 1px 2px rgba(0,0,0,.4); }.uc-spk .pwr-target{ display: flex; align-items: center; gap: 10px; margin-top: 12px; padding: 9px 16px; font-size: 12px; line-height: 14px; color: #d6d7dc; background: #1c1d22; border-top: 1px solid #2a2c33; border-bottom: 1px solid #2a2c33; }.uc-spk .pwr-target svg{ width: 13px; height: 13px; flex: 0 0 auto; color: #9a9ca6; }.uc-spk .pwr-target .msg{ flex: 1; min-width: 0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }.uc-spk .pwr-target code{ font-family: ui-monospace, monospace; color: #f4f5f7; }.uc-spk .pwr-target .x{ flex: 0 0 auto; color: #6a6c76; }.uc-spk .pwr-chat-mid{ flex: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 2px 16px; }.uc-spk .pwr-orb{ width: 52px; height: 52px; border-radius: 999px; display: grid; place-items: center; margin-bottom: 18px; background: rgba(253,106,53,.16); color: var(--acc); }.uc-spk .pwr-orb svg{ width: 22px; height: 22px; }.uc-spk .pwr-chat-mid h4{ font-size: 16px; line-height: 24px; margin: 0 0 20px; text-align: center; color: #f4f5f7; }.uc-spk .pwr-sugg{ width: 100%; display: flex; flex-direction: column; gap: 8px; }.uc-spk .pwr-sugg button{ display: flex; align-items: center; gap: 11px; width: 100%; padding: 9px 13px; border-radius: 9px; background: #1c1d22; border: 1px solid #34363f; color: #d6d7dc; font: inherit; font-size: 12px; line-height: 18px; text-align: left; }.uc-spk .pwr-sugg button svg{ width: 15px; height: 15px; color: #9a9ca6; }.uc-spk .pwr-composer2{ padding: 11px 16px 13px; border-top: 1px solid #2a2c33; }.uc-spk .pwr-ctxrow{ display: flex; align-items: center; gap: 8px; margin-bottom: 10px; flex-wrap: wrap; }.uc-spk .pwr-ctxrow .cx{ font-size: 12px; line-height: 18px; letter-spacing: 0.1em; color: #6a6c76; }.uc-spk .pwr-ctxrow .cchip{ display: flex; align-items: center; gap: 8px; font-family: ui-monospace, monospace; font-size: 12px; line-height: 18px; color: #d6d7dc; background: #24262c; border: 1px solid #34363f; border-radius: 7px; padding: 5px 9px; }.uc-spk .pwr-ctxrow .cchip .x{ color: #6a6c76; }.uc-spk .pwr-ctxrow .mini{ margin-left: auto; display: flex; gap: 8px; }.uc-spk .pwr-ctxrow .mini button{ display: flex; align-items: center; gap: 6px; font: inherit; font-size: 12px; line-height: 18px; color: #9a9ca6; background: #1c1d22; border: 1px solid #34363f; border-radius: 8px; padding: 7px 11px; }.uc-spk .pwr-ctxrow .mini button svg{ width: 13px; height: 13px; color: #9a9ca6; }.uc-spk .pwr-prompt{ background: #1c1d22; border: 1px solid #34363f; border-radius: 12px; padding: 11px; }.uc-spk .pwr-prompt .txt{ font-size: 14px; line-height: 20px; color: #f4f5f7; }.uc-spk .pwr-prompt .txt .car{ display: inline-block; width: 1.5px; height: 1.05em; background: var(--acc); vertical-align: -2px; margin-left: 1px; animation: f2w-pwrcar 1s steps(1) infinite; }@keyframes f2w-pwrcar{ 50% { opacity: 0; } }.uc-spk .pwr-prompt .prow{ display: flex; align-items: center; gap: 10px; margin-top: 11px; }.uc-spk .pwr-prompt .prow .img{ width: 32px; height: 32px; border-radius: 8px; display: grid; place-items: center; background: #1c1d22; border: 1px solid #34363f; color: #9a9ca6; }.uc-spk .pwr-prompt .prow .img svg{ width: 15px; height: 15px; }.uc-spk .pwr-prompt .prow .msel{ display: flex; align-items: center; gap: 8px; font-size: 14px; line-height: 22px; color: #d6d7dc; background: #1c1d22; border: 1px solid #34363f; border-radius: 9px; padding: 8px 12px; }.uc-spk .pwr-prompt .prow .msel svg{ width: 13px; height: 13px; color: #9a9ca6; }.uc-spk .pwr-prompt .prow .send{ margin-left: auto; display: flex; align-items: center; gap: 8px; background: #f4f5f7; color: #15161a; font-weight: 700; font-size: 14px; line-height: 22px; border-radius: 10px; padding: 10px 15px; }.uc-spk .pwr-prompt .prow .send svg{ width: 14px; height: 14px; }.uc-spk .pwr-prompt .prow .send kbd{ font-family: ui-monospace, monospace; font-size: 12px; line-height: 18px; color: rgba(10,10,14,.55); }.uc-spk .pwr-code{ display: flex; flex-direction: column; height: 100%; }.uc-spk .pwr-codeseg{ display: flex; align-items: center; gap: 2px; margin: 10px 14px; padding: 2px; background: #26262b; border-radius: 8px; }.uc-spk .pwr-codeseg button{ flex: 1; display: flex; align-items: center; justify-content: center; gap: 6px; height: 28px; padding: 0 8px; border: 0; background: transparent; border-radius: 6px; color: #a1a1a9; font: inherit; font-size: 12px; line-height: 18px; font-weight: 600; }.uc-spk .pwr-codeseg button svg{ width: 15px; height: 15px; }.uc-spk .pwr-codeseg button.ucx-on{ background: #09090b; color: #fafafa; box-shadow: 0 1px 2px rgba(0,0,0,.4); }.uc-spk .pwr-codewrap{ flex: 1; overflow: hidden; padding: 4px 14px 0; display: flex; flex-direction: column; gap: 10px; }.uc-spk .pwr-card{ background: #1c1d22; border: 1px solid #2a2c33; border-radius: 12px; overflow: hidden; flex: 0 0 auto; }.uc-spk .pwr-card-h{ display: flex; align-items: center; gap: 9px; padding: 8px 14px; color: #d6d7dc; font-size: 14px; line-height: 22px; font-weight: 600; }.uc-spk .pwr-card-h .ci{ width: 22px; height: 22px; border-radius: 5px; display: grid; place-items: center; font-size: 10px; line-height: 16px; font-weight: 800; color: #15161a; }.uc-spk .pwr-card-h .ci.html{ background: #e34f26; color: #f4f5f7; }.uc-spk .pwr-card-h .ci.css{ background: #264de4; color: #f4f5f7; }.uc-spk .pwr-card-h .ci.js{ background: var(--acc); color: #15161a; }.uc-spk .pwr-card-h .acts{ margin-left: auto; display: flex; gap: 12px; color: #6a6c76; font-size: 12px; line-height: 18px; font-weight: 500; }.uc-spk .pwr-card-h .acts span{ display: inline-flex; align-items: center; gap: 4px; }.uc-spk .pwr-card-h .acts svg{ width: 12px; height: 12px; }.uc-spk .pwr-card-h .badge{ background: #2a2c33; border-radius: 5px; padding: 1px 5px; font-size: 10px; line-height: 16px; }.uc-spk .pwr-code-b{ display: flex; font-family: ui-monospace, monospace; font-size: 12px; line-height: 20px; }.uc-spk .pwr-gutter{ flex: 0 0 auto; padding: 10px 10px 12px 14px; color: #4b4d55; text-align: right; user-select: none; }.uc-spk .pwr-lines{ flex: 1; min-width: 0; padding: 10px 14px 12px 0; color: #d6d7dc; white-space: pre; overflow: hidden; }.uc-spk .sx-pun{ color: #8a8d97; }.uc-spk .sx-tag{ color: #f0776a; }.uc-spk .sx-attr{ color: #d1a45f; }.uc-spk .sx-str{ color: #a7cf8a; }.uc-spk .sx-com{ color: #5f6270; font-style: italic; }.uc-spk .sx-sel{ color: #e0b062; }.uc-spk .sx-prop{ color: #7db2ef; }.uc-spk .sx-kw{ color: #c98af0; }.uc-spk .sx-fn{ color: #7db2ef; }@media (max-width: 980px){.uc-spk .pwr-panel{ height: 720px; }}@media (max-width: 480px){.uc-spk .hero-copy .ucx-cta-row{ row-gap: 36px; }}@media (max-width: 480px){.uc-spk.aem .cl-item .cl-box, .uc-spk.aem .cl-item .cl-pending{ align-self: flex-start; }}.uc-spk .xway-grid{ display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 26px; margin: 44px auto 0; max-width: 1020px; }.uc-spk .xway-card{ display: flex; flex-direction: column; padding: 4px; background: var(--mist); border-radius: var(--r-card); }.uc-spk .xway-media{ position: relative; overflow: hidden; width: 100%; aspect-ratio: 16 / 10; border-radius: 14px; border: 1px solid var(--cardbd); background: radial-gradient(circle at 1px 1px, rgba(10, 10, 10, 0.05) 1px, transparent 0) 0 0 / 22px 22px, var(--pg2); }.uc-spk .xway-stack{ position: absolute; inset: 0; }.uc-spk .xway-shot{ position: absolute; top: 50%; left: 50%; height: 84%; width: auto; max-width: 62%; object-fit: contain; border-radius: 10px; border: 1px solid var(--cardbd); background: var(--cardbg); transition: transform 0.55s var(--ease); will-change: transform; }.uc-spk .xway-shot.s1{ transform: translate(-50%, -50%) rotate(0deg); z-index: 3; }.uc-spk .xway-shot.s2{ transform: translate(-88%, -46%) rotate(-8deg) scale(0.94); z-index: 2; }.uc-spk .xway-shot.s3{ transform: translate(-12%, -46%) rotate(8deg) scale(0.94); z-index: 1; }.uc-spk .xway-card:hover .xway-shot.s1{ transform: translate(-12%, -46%) rotate(8deg) scale(0.94); z-index: 1; }.uc-spk .xway-card:hover .xway-shot.s2{ transform: translate(-50%, -50%) rotate(0deg); z-index: 3; }.uc-spk .xway-card:hover .xway-shot.s3{ transform: translate(-88%, -46%) rotate(-8deg) scale(0.94); z-index: 2; }.uc-spk .xway-soon{ position: absolute; inset: 0; z-index: 5; display: grid; place-items: center; background: linear-gradient(color-mix(in srgb, var(--pg2) 55%, transparent), color-mix(in srgb, var(--pg2) 80%, transparent)); -webkit-backdrop-filter: blur(2px); backdrop-filter: blur(2px); }.uc-spk .xway-soon span{ padding: 8px 18px; border-radius: 999px; font-size: 12px; line-height: 18px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--txd); border: 1px solid var(--cardbd); background: var(--cardbg); }.uc-spk .xway-body{ display: flex; flex-direction: column; align-items: flex-start; flex: 1; padding: 12px 12px; }.uc-spk .xic{ display: grid; place-items: center; width: 46px; height: 46px; margin-bottom: 14px; border-radius: 12px; color: var(--acc); background: color-mix(in srgb, var(--acc) 10%, var(--cardbg)); border: 1px solid color-mix(in srgb, var(--acc) 22%, transparent); }.uc-spk .xic svg{ width: 22px; height: 22px; }.uc-spk .xeye{ margin-bottom: 8px; font-size: 12px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; line-height: 14px; color: var(--txf); }.uc-spk .xeye--live{ color: var(--acc); }.uc-spk .xway-card h3{ margin: 0 0 8px; color: var(--tx); font-size: 20px; font-weight: 600; letter-spacing: -0.01em; line-height: 26px; }.uc-spk .xway-card p{ margin: 0 0 16px; color: var(--txd); font-size: 16px; line-height: 24px; }.uc-spk .xway-link{ margin-top: auto; display: inline-flex; align-items: center; gap: 7px; color: var(--acc); text-decoration: none; font-weight: 600; }.uc-spk .xway-link svg{ width: 18px; height: 18px; }@media (max-width: 760px){.uc-spk .xway-grid{ grid-template-columns: minmax(0, 1fr); }}.uc-spk .sup-card-tray{ display: flex; padding: 4px; background: var(--mist); border-radius: var(--r-card); }.uc-spk .sup-card-tray .sup-card{ flex: 1; box-shadow: none; }.uc-spk .sup-card-tray .sup-card:hover{ transform: none; border-color: var(--cardbd); }.uc-spk .conn-row{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  margin: 0 auto 22px;
}.uc-spk .conn-chip{
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 8px 15px;
  border: 1px solid var(--cardbd);
  background: var(--cardbg);
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1;
  color: var(--tx);
  box-shadow: 0 3px 10px -6px rgba(16, 24, 40, 0.28);
}.uc-spk .conn-chip img{
  width: 20px;
  height: 20px;
  object-fit: contain;
  display: block;
}.uc-spk .conn-chip.is-mark{ padding: 8px; }.uc-spk .conn-arrow{
  display: inline-flex;
  color: var(--txd);
  opacity: 0.45;
}.uc-spk .conn-arrow svg{ width: 18px; height: 18px; }@media (max-width: 520px){.uc-spk .conn-chip{ font-size: 0.82rem; padding: 7px 12px; }.uc-spk .conn-chip img{ width: 18px; height: 18px; }}.uc-spk .hero-mark{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 90px;
  margin: 0 auto 32px;
  padding: 18px;
  box-sizing: border-box;
  background: var(--cardbg);
  border: 1px solid var(--cardbd);
  border-radius: 22px;
  box-shadow: 0 10px 26px -14px rgba(16, 24, 40, 0.4);
}.uc-spk .hero-mark img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}@media (max-width: 640px){.uc-spk .hero-mark{
    width: 72px;
    height: 72px;
    padding: 14px;
    border-radius: 18px;
    margin-bottom: 24px;
  }}.uc-spk .hero-copy .hero-continuity{
  margin: -8px 0 30px;
  max-width: 560px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  color: var(--tx);
  text-align: left;
}.uc-spk .cmp-right .cmp-spot{
  left: calc(100% * (var(--c1) + var(--c2)) / var(--ct));
  width: calc(100% * var(--c3) / var(--ct));
}.uc-spk .ul-pair{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 48px;
}.uc-spk .ul-feat{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 32px;
}.uc-spk .ul-copy h3, .uc-spk .ul-small h3{
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin: 0 0 12px;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.35;
  color: var(--tx);
}.uc-spk .ul-ic{
  width: 20px;
  height: 20px;
  margin-top: 2px;
  flex: 0 0 auto;
  color: var(--acc);
}.uc-spk .ul-ic svg{ width: 100%; height: 100%; display: block; }.uc-spk .ul-copy p, .uc-spk .ul-small p{
  margin: 0;
  max-width: 46ch;
  font-size: 1rem;
  line-height: 1.5;
  color: var(--txd);
}.uc-spk .ul-frame{
  padding: 4px;
  border-radius: 24px;
  border: 0;
  background: var(--mist, #f4f4f4);
}.uc-spk .ul-shot{
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  border-radius: 20px;
  border: 1px solid var(--line);
  background: var(--uc-surface-raised, #ffffff);
}.uc-spk .ul-shot video{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}.uc-spk .ul-quad{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 48px;
  margin-top: 80px;
}@media (max-width: 1080px){.uc-spk .ul-quad{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 40px; }}@media (max-width: 860px){.uc-spk .ul-pair{ grid-template-columns: minmax(0, 1fr); gap: 40px; }.uc-spk .ul-quad{ margin-top: 48px; }}@media (max-width: 560px){.uc-spk .ul-quad{ grid-template-columns: minmax(0, 1fr); gap: 32px; }}.uc-spk .steps-ax .ax-track{ height: 425vh; }.uc-spk .wq{
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 16px;
  align-items: start;
}.uc-spk .wq-frame{
  padding: 4px;
  border-radius: 24px;
  border: 0;
  background: var(--mist, #f4f4f4);
}.uc-spk .wq-shots{
  position: relative;
  width: 100%;
  
  aspect-ratio: 5 / 3;
  overflow: hidden;
  border-radius: 20px;
  border: 1px solid var(--line);
  background: var(--uc-surface-raised, #ffffff);
  
  padding: 18px 32px;
}.uc-spk .uc-plate-grad{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  display: block;
  pointer-events: none;
  user-select: none;
}.uc-spk .fpg-card{
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 4px;
  
  background: transparent;
  color: #0a0a0a;
  overflow: visible;
}.uc-spk .fpg-card *{ box-sizing: border-box; }.uc-spk .fpg-gridwrap{ flex: 0 0 auto; min-width: 0; text-align: center; }.uc-spk .fpg-grid{ display: grid; grid-template-columns: repeat(4, 1fr); gap: 7px; width: 268px; }.uc-spk .fpg-tile{
  position: relative;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  background: #fff;
  border: 1px solid #e7e7ea;
  border-radius: 9px;
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.04);
}.uc-spk .fpg-tile img{ width: 74%; height: 74%; object-fit: contain; border-radius: 5px; display: block; }.uc-spk .fpg-up{
  position: absolute;
  top: -4px;
  right: -4px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #e58a1a;
  border: 1.6px solid #fff;
  box-shadow: 0 0 0 2px rgba(229, 138, 26, 0.16);
}.uc-spk .fpg-tile.fpg-more{ font-size: 12px; font-weight: 700; color: #9a9aa0; background: #f4f4f6; }.uc-spk .fpg-glabel{ display: inline-block; margin-top: 12px; font-size: 12px; font-weight: 600; color: rgba(255, 255, 255, 0.95); text-shadow: 0 1px 6px rgba(0, 0, 0, 0.28); }.uc-spk .fpg-arrow{ flex: none; width: 40px; color: #fff; text-align: center; }.uc-spk .fpg-arrow svg{ width: 28px; height: 28px; margin: 0 auto; display: block; }.uc-spk .fpg-one{
  flex: 1 1 46%;
  min-width: 0;
  align-self: center;
  display: flex;
  flex-direction: column;
  gap: 12px;
  
  background: #fff;
  border: 1px solid rgba(16, 24, 40, 0.06);
  border-radius: 14px;
  padding: 20px;
  box-shadow: 0 16px 36px -16px rgba(0, 0, 0, 0.5), 0 2px 6px -2px rgba(0, 0, 0, 0.25);
}.uc-spk .fpg-one-head{ display: flex; align-items: center; gap: 9px; font-size: 14px; font-weight: 700; letter-spacing: -0.01em; }.uc-spk .fpg-logo{ width: 24px; height: 24px; flex: none; display: block; }.uc-spk .fpg-pills{ display: flex; flex-wrap: wrap; gap: 6px; }.uc-spk .fpg-pill{ font-size: 11px; font-weight: 500; padding: 4px 9px; border-radius: 999px; background: #f4f4f6; border: 1px solid #e7e7ea; }.uc-spk .fpg-badge{ display: inline-flex; align-items: center; gap: 6px; font-size: 12.5px; font-weight: 700; color: #12864a; }.uc-spk .fpg-badge svg{ width: 16px; height: 16px; flex: none; stroke: #159f54; }.uc-spk .psi-panel{
  
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: calc(100% - 88px);
  height: auto;
  transform: translate(-50%, -50%) scale(var(--psi-scale, 1));
  transform-origin: center center;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 15px 20px;
  background: #fff;
  color: #202124;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 18px 44px -18px rgba(0, 0, 0, 0.55);
}.uc-spk .psi-panel *{ box-sizing: border-box; }.uc-spk .psi-head{ display: flex; align-items: center; gap: 10px; padding-bottom: 10px; border-bottom: 1px solid #e6e8eb; }.uc-spk .psi-logo{ width: 22px; height: 22px; flex: none; display: block; border-radius: 5px; }.uc-spk .psi-title{ font-size: 14px; font-weight: 700; letter-spacing: -0.01em; }.uc-spk .psi-url{ font-size: 12px; color: #5f6368; background: #f1f3f4; border-radius: 7px; padding: 5px 11px; max-width: 220px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }.uc-spk .psi-tabs{ margin-left: auto; display: flex; gap: 4px; }.uc-spk .psi-tabs b{ font-size: 11.5px; font-weight: 600; color: #5f6368; padding: 5px 12px; border-radius: 999px; }.uc-spk .psi-tabs b.ucx-on{ background: #e8f0fe; color: #1a73e8; }.uc-spk .psi-cwv{ display: flex; align-items: center; gap: 9px; font-size: 13px; color: #202124; background: #e6f8ef; border: 1px solid #b6ecd0; border-radius: 10px; padding: 8px 13px; }.uc-spk .psi-cwv b{ font-weight: 700; color: #0b8a4a; }.uc-spk .psi-cwv-ic{ width: 18px; height: 18px; color: #0cce6b; flex: none; }.uc-spk .psi-cwv-ic svg{ width: 100%; height: 100%; }.uc-spk .psi-gauges{ display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; justify-items: center; }.uc-spk .psi-g{ display: flex; flex-direction: column; align-items: center; gap: 8px; }.uc-spk .psi-ring{ position: relative; width: 72px; height: 72px; }.uc-spk .psi-ring svg{ width: 100%; height: 100%; display: block; }.uc-spk .psi-disc{ fill: rgba(12, 206, 107, 0.12); stroke: none; }.uc-spk .psi-trk{ fill: none; stroke: #e6e8eb; stroke-width: 6; }.uc-spk .psi-prg{ fill: none; stroke: #0cce6b; stroke-width: 6; stroke-linecap: round; }.uc-spk .psi-num{ position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 22px; letter-spacing: -0.02em; color: #0b8a4a; }.uc-spk .psi-glab{ font-size: 12px; font-weight: 600; color: #5f6368; text-align: center; }.uc-spk .psi-metrics{ display: grid; grid-template-columns: 1fr 1fr; gap: 4px 24px; }.uc-spk .psi-m{ display: flex; align-items: center; gap: 10px; font-size: 12.5px; padding: 4px 0; border-bottom: 1px solid #f1f3f4; }.uc-spk .psi-sq{ width: 12px; height: 12px; border-radius: 2px; background: #0cce6b; flex: none; }.uc-spk .psi-mlab{ color: #5f6368; flex: 1; min-width: 0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }.uc-spk .psi-m b{ font-weight: 700; font-variant-numeric: tabular-nums; }.uc-spk .secmeter-card{
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 44px;
  right: 44px;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 24px 28px;
  background: #fff;
  color: #202124;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 18px 44px -18px rgba(0, 0, 0, 0.55);
}.uc-spk .secmeter-card *{ box-sizing: border-box; }.uc-spk .sm-title{ font-size: 16px; font-weight: 700; letter-spacing: -0.02em; color: #0a0a0a; }.uc-spk .sm-row{ display: grid; grid-template-columns: 104px 1fr auto; align-items: center; gap: 16px; }.uc-spk .sm-lab{ font-size: 12.5px; font-weight: 600; color: #6c6c72; }.uc-spk .sm-track{ display: grid; grid-template-columns: repeat(24, 1fr); gap: 4px; }.uc-spk .sm-cell{ height: 18px; border-radius: 3px; background: #eceef1; }.uc-spk .sm-cell.ucx-on.r{ background: #e0483f; }.uc-spk .sm-cell.ucx-on.g{ background: #159f54; }.uc-spk .sm-val{ font-size: 16px; font-weight: 800; min-width: 22px; text-align: right; font-variant-numeric: tabular-nums; }.uc-spk .sm-val.r{ color: #c0392f; }.uc-spk .sm-val.g{ color: #12864a; }.uc-spk .sm-foot{ font-size: 12px; color: #6c6c72; }.uc-spk .mnt-card{
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 44px;
  right: 44px;
  transform: translateY(-50%);
  display: flex;
  align-items: stretch;
  gap: 12px;
  padding: 20px;
  background: #fff;
  color: #202124;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 18px 44px -18px rgba(0, 0, 0, 0.55);
}.uc-spk .mnt-card *{ box-sizing: border-box; }.uc-spk .mnt-up{ flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 6px; border: 1px solid #e7e7ea; border-radius: 11px; padding: 13px; }.uc-spk .mnt-bar{ display: flex; align-items: center; gap: 8px; font-size: 13.5px; padding-bottom: 8px; border-bottom: 1px solid #e7e7ea; }.uc-spk .mnt-bar b{ font-weight: 700; }.uc-spk .mnt-badge{ background: #e0483f; color: #fff; font-size: 10px; font-weight: 700; border-radius: 999px; padding: 1px 7px; }.uc-spk .mnt-row{ display: flex; align-items: center; gap: 8px; font-size: 12px; padding: 2px 0; }.uc-spk .mnt-dot{ width: 7px; height: 7px; border-radius: 50%; flex: none; }.uc-spk .mnt-dot.r{ background: #e0483f; }.uc-spk .mnt-dot.a{ background: #d98413; }.uc-spk .mnt-rt{ color: #3a3a3f; }.uc-spk .mnt-act{ margin-left: auto; font-size: 10.5px; font-weight: 600; color: #1a73e8; }.uc-spk .mnt-warn{ margin-left: auto; color: #d98413; font-weight: 700; }.uc-spk .mnt-foot{ margin-top: auto; font-size: 11px; font-weight: 600; padding-top: 8px; }.uc-spk .mnt-foot.r{ color: #c0392f; }.uc-spk .mnt-foot.g{ color: #12864a; }.uc-spk .mnt-arrow{ width: 28px; color: #fd6a35; flex: none; display: flex; align-items: center; justify-content: center; }.uc-spk .mnt-arrow svg{ width: 26px; height: 26px; display: block; }.uc-spk .mnt-good{ align-items: center; justify-content: center; text-align: center; gap: 5px; border-color: rgba(21, 159, 84, 0.4); background: #f4fbf7; }.uc-spk .mnt-ok{ width: 36px; height: 36px; color: #159f54; }.uc-spk .mnt-ok svg{ width: 100%; height: 100%; display: block; }.uc-spk .mnt-okt{ font-size: 14.5px; font-weight: 700; }.uc-spk .mnt-oks{ font-size: 12.5px; color: #6c6c72; }.uc-spk .mnt-good .mnt-foot{ margin-top: 8px; }.uc-spk .rmg-card{
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 86%;
  max-width: 344px;
  display: flex;
  flex-direction: column;
  gap: 9px;
  padding: 13px 14px;
  background: #fff;
  color: #0a0a0a;
  border-radius: 12px;
  box-shadow: 0 16px 34px -16px rgba(0, 0, 0, 0.55);
}.uc-spk .rmg-card *{ box-sizing: border-box; }.uc-spk .rmg-head{ display: flex; align-items: center; gap: 8px; font-size: 12px; font-weight: 700; padding-bottom: 8px; border-bottom: 1px solid #e7e7ea; }.uc-spk .rmg-key{ width: 15px; height: 15px; color: #fd6a35; flex: none; }.uc-spk .rmg-key svg{ width: 100%; height: 100%; display: block; }.uc-spk .rmg-team{ list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 8px; }.uc-spk .rmg-team li{ display: flex; align-items: center; gap: 9px; }.uc-spk .rmg-av{ width: 22px; height: 22px; border-radius: 50%; display: grid; place-items: center; color: #fff; font-size: 10px; font-weight: 700; flex: none; }.uc-spk .rmg-av.a{ background: #7c5cff; }.uc-spk .rmg-av.c{ background: #e0483f; }.uc-spk .rmg-nm{ flex: 1; font-size: 11.5px; font-weight: 600; min-width: 0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }.uc-spk .rmg-nm i{ font-weight: 500; color: #6c6c72; font-style: normal; }.uc-spk .rmg-role{ font-size: 9.5px; font-weight: 700; border-radius: 999px; padding: 2px 8px; white-space: nowrap; }.uc-spk .rmg-role.admin{ background: #efeaff; color: #5b3fd0; }.uc-spk .rmg-role.ct{ background: rgba(253, 106, 53, 0.13); color: #c0531f; }.uc-spk .rmg-role.sel{ background: #fff; border: 1px solid #1a73e8; color: #1a73e8; }.uc-spk .rmg-active{ background: #f6f6f8; border-radius: 8px; padding: 5px 7px; margin: -3px -4px; }.uc-spk .rmg-menu{ border: 1px solid #e7e7ea; border-radius: 10px; padding: 5px; display: flex; flex-direction: column; gap: 1px; box-shadow: 0 8px 20px -10px rgba(0, 0, 0, 0.22); }.uc-spk .rmg-item{ display: flex; align-items: center; gap: 8px; padding: 6px 8px; border-radius: 7px; font-size: 10.5px; }.uc-spk .rmg-mi{ width: 14px; height: 14px; flex: none; color: #c3c6cc; }.uc-spk .rmg-item.ucx-on{ background: rgba(21, 159, 84, 0.09); }.uc-spk .rmg-item.ucx-on .rmg-mi{ color: #159f54; }.uc-spk .rmg-item span{ display: flex; align-items: baseline; min-width: 0; }.uc-spk .rmg-item b{ font-weight: 700; }.uc-spk .rmg-item i{ font-style: normal; color: #6c6c72; margin-left: 5px; font-size: 9.5px; white-space: nowrap; }.uc-spk .shg-card{
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 87%;
  max-width: 344px;
  display: flex;
  flex-direction: column;
  gap: 11px;
  padding: 14px 15px;
  background: #fff;
  color: #0a0a0a;
  border-radius: 12px;
  box-shadow: 0 16px 34px -16px rgba(0, 0, 0, 0.55);
}.uc-spk .shg-card *{ box-sizing: border-box; }.uc-spk .shg-head{ font-size: 14px; font-weight: 700; letter-spacing: -0.01em; }.uc-spk .shg-input{ display: flex; align-items: center; gap: 7px; border: 1.5px solid #e7e7ea; border-radius: 9px; padding: 8px 10px; }.uc-spk .shg-ph{ font-size: 11.5px; color: #a6a6ad; flex: 1; }.uc-spk .shg-role{ margin-left: auto; display: inline-flex; align-items: center; gap: 3px; font-size: 11px; font-weight: 600; color: #6c6c72; white-space: nowrap; }.uc-spk .shg-role svg{ width: 13px; height: 13px; display: block; }.uc-spk .shg-people{ display: flex; flex-direction: column; gap: 9px; }.uc-spk .shg-prow{ display: flex; align-items: center; gap: 9px; }.uc-spk .shg-av{ width: 22px; height: 22px; border-radius: 50%; display: grid; place-items: center; color: #fff; font-size: 9.5px; font-weight: 700; flex: none; }.uc-spk .shg-av.g{ background: #159f54; }.uc-spk .shg-av.c{ background: #e0483f; }.uc-spk .shg-nm{ flex: 1; font-size: 11.5px; font-weight: 600; min-width: 0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }.uc-spk .shg-pr{ font-size: 10px; font-weight: 700; border-radius: 999px; padding: 2px 8px; white-space: nowrap; }.uc-spk .shg-pr.owner{ background: #eef0f3; color: #5f6368; }.uc-spk .shg-pr.edit{ background: rgba(21, 159, 84, 0.13); color: #12864a; }.uc-spk .shg-link{ display: flex; align-items: center; gap: 8px; font-size: 11px; padding-top: 10px; border-top: 1px solid #e7e7ea; }.uc-spk .shg-link svg{ width: 15px; height: 15px; color: #8a8f98; flex: none; display: block; }.uc-spk .shg-linktxt{ flex: 1; color: #6c6c72; font-weight: 500; min-width: 0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }.uc-spk .shg-copy{ color: #1a73e8; font-weight: 700; flex: none; }.uc-spk .exg-card{
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 87%;
  max-width: 344px;
  display: flex;
  flex-direction: column;
  gap: 11px;
  padding: 14px 15px;
  background: #fff;
  color: #0a0a0a;
  border-radius: 12px;
  box-shadow: 0 16px 34px -16px rgba(0, 0, 0, 0.55);
}.uc-spk .exg-card *{ box-sizing: border-box; }.uc-spk .exg-head{ display: flex; align-items: center; gap: 8px; font-size: 12.5px; font-weight: 700; padding-bottom: 9px; border-bottom: 1px solid #e7e7ea; }.uc-spk .exg-plus{ width: 16px; height: 16px; color: #fd6a35; flex: none; }.uc-spk .exg-plus svg{ width: 100%; height: 100%; display: block; }.uc-spk .exg-grid{ display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }.uc-spk .exg-mod{ display: flex; align-items: center; gap: 8px; border: 1px solid #e7e7ea; border-radius: 9px; padding: 8px; }.uc-spk .exg-mod.ucx-on{ border-color: rgba(21, 159, 84, 0.35); background: rgba(21, 159, 84, 0.05); }.uc-spk .exg-ic{ width: 26px; height: 26px; border-radius: 7px; display: grid; place-items: center; flex: none; }.uc-spk .exg-ic svg{ width: 15px; height: 15px; display: block; }.uc-spk .exg-ic.b{ background: #e7f0ff; color: #1a5fc4; }.uc-spk .exg-ic.s{ background: #e9f8ef; color: #159f54; }.uc-spk .exg-ic.m{ background: #efeaff; color: #5b3fd0; }.uc-spk .exg-ic.k{ background: rgba(253, 106, 53, 0.13); color: #c0531f; }.uc-spk .exg-nm{ flex: 1; font-size: 11px; font-weight: 600; min-width: 0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }.uc-spk .exg-add{ font-size: 10px; font-weight: 700; color: #fd6a35; flex: none; }.uc-spk .exg-add.done{ color: #159f54; width: 14px; height: 14px; }.uc-spk .exg-add.done svg{ width: 14px; height: 14px; display: block; }.uc-spk .exg-foot{ font-size: 11px; color: #6c6c72; }.uc-spk .sdg{ position: absolute; inset: 0; z-index: 2; }.uc-spk .sdg *{ box-sizing: border-box; }.uc-spk .sdg-twin{
  position: absolute; width: 50%;
  background: #fff; border-radius: 10px; overflow: hidden;
  box-shadow: 0 18px 38px -16px rgba(0, 0, 0, 0.6);
}.uc-spk .sdg-left{ left: 6%; top: 11%; z-index: 1; }.uc-spk .sdg-right{ right: 5%; top: 34%; z-index: 2; }.uc-spk .sdg-ttop{ display: flex; align-items: center; gap: 5px; padding: 9px 11px; border-bottom: 1px solid #eef0f2; }.uc-spk .sdg-ttop i{ width: 7px; height: 7px; border-radius: 50%; background: #d7dade; flex: none; }.uc-spk .sdg-tbody{ padding: 12px; display: flex; flex-direction: column; gap: 8px; }.uc-spk .sdg-bh{ height: 12px; width: 78%; border-radius: 3px; background: #111; }.uc-spk .sdg-bl{ height: 6px; width: 55%; border-radius: 3px; background: #d7dade; }.uc-spk .sdg-bbtn{ height: 12px; width: 46%; border-radius: 5px; background: #fd6a35; }.uc-spk .sdg-bgrid{ display: grid; grid-template-columns: 1fr 1fr; gap: 6px; }.uc-spk .sdg-bgrid i{ height: 20px; border-radius: 4px; background: #eceef1; }.uc-spk .sdg-cap{ display: block; text-align: center; font-size: 11px; font-weight: 800; color: #8a8f98; padding: 5px 0 11px; }.uc-spk .abg{ position: absolute; inset: 0; z-index: 2; display: flex; align-items: center; justify-content: center; }.uc-spk .abg *{ box-sizing: border-box; }.uc-spk .abg-menu{
  width: 74%;
  background: #fff; border: 1px solid #eef0f2; border-radius: 12px; padding: 6px;
  display: flex; flex-direction: column; gap: 1px;
  box-shadow: 0 18px 38px -14px rgba(0, 0, 0, 0.55);
}.uc-spk .abg-mi{ display: flex; align-items: center; gap: 8px; padding: 6px 7px; border-radius: 7px; font-size: 10.5px; font-weight: 700; color: #2a2a2e; }.uc-spk .abg-mi span{ color: #8a8f98; font-weight: 600; margin-left: -3px; }.uc-spk .abg-mi.abg-ghost{ color: #9a9aa0; font-weight: 600; font-size: 10px; justify-content: center; }.uc-spk .abg-ic{ width: 20px; height: 20px; border-radius: 6px; display: grid; place-items: center; flex: none; }.uc-spk .abg-ic svg{ width: 12px; height: 12px; display: block; }.uc-spk .abg-ic1{ background: #e7f0ff; color: #1a5fc4; }.uc-spk .abg-ic3{ background: #efeaff; color: #5b3fd0; }.uc-spk .abg-ic4{ background: rgba(253, 106, 53, 0.14); color: #c0531f; }.uc-spk .abg-ic6{ background: #e0f7fa; color: #0b7c8c; }.uc-spk .dsg{ position: absolute; inset: 0; z-index: 2; display: flex; align-items: center; justify-content: center; }.uc-spk .dsg *{ box-sizing: border-box; }.uc-spk .dsg-panel{
  width: 78%;
  background: #fff; border-radius: 12px; padding: 12px 13px;
  display: flex; flex-direction: column; gap: 9px;
  box-shadow: 0 18px 38px -14px rgba(0, 0, 0, 0.55);
}.uc-spk .dsg-head{ display: flex; align-items: center; gap: 7px; }.uc-spk .dsg-head b{ font-size: 12.5px; font-weight: 800; }.uc-spk .dsg-hic{ width: 16px; height: 16px; color: #fd6a35; flex: none; }.uc-spk .dsg-hic svg{ width: 100%; height: 100%; display: block; }.uc-spk .dsg-one{ margin-left: auto; font-size: 8.5px; font-weight: 800; background: rgba(253, 106, 53, 0.14); color: #c0531f; border-radius: 999px; padding: 2px 8px; }.uc-spk .dsg-row{ display: flex; align-items: center; gap: 10px; padding-top: 8px; border-top: 1px solid #f1f3f4; }.uc-spk .dsg-row:first-of-type{ border-top: none; padding-top: 2px; }.uc-spk .dsg-lab{ width: 74px; font-size: 10px; font-weight: 700; color: #6c6c72; }.uc-spk .dsg-val{ display: flex; align-items: center; gap: 6px; }.uc-spk .dsg-val i{ width: 18px; height: 18px; border-radius: 5px; display: block; }.uc-spk .dsg-type b{ font-size: 15px; font-weight: 800; }.uc-spk .dsg-type u{ font-size: 12px; font-weight: 600; text-decoration: none; color: #5f6368; }.uc-spk .dsg-type s{ font-size: 9px; text-decoration: none; color: #9a9aa0; }.uc-spk .dsg-cbtn{ width: 34px; height: 15px; border-radius: 5px; background: #fd6a35; display: block; }.uc-spk .dsg-cpill{ width: 26px; height: 15px; border-radius: 999px; background: #eef0f3; display: block; }@media (max-width: 640px){.uc-spk .wq-shots{ padding: 12px; aspect-ratio: auto; }.uc-spk .fpg-card{ flex-direction: column; gap: 14px; height: auto; }.uc-spk .fpg-gridwrap, .uc-spk .fpg-one{ width: 100%; flex: none; }.uc-spk .fpg-grid{ width: 100%; max-width: 320px; margin-inline: auto; }.uc-spk .fpg-arrow{ transform: rotate(90deg); }.uc-spk .psi-panel{ position: relative; left: auto; right: auto; top: auto; width: 100%; transform: none; }.uc-spk .psi-gauges{ grid-template-columns: repeat(2, 1fr); gap: 14px; }.uc-spk .psi-metrics{ grid-template-columns: 1fr; }.uc-spk .secmeter-card{ position: relative; left: auto; right: auto; top: auto; transform: none; }.uc-spk .mnt-card{ position: relative; left: auto; right: auto; top: auto; transform: none; flex-direction: column; }}.uc-spk .wq-shot{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: 0;
  transition: opacity 0.45s var(--ease);
}.uc-spk .wq-shot.is-on{ opacity: 1; }.uc-spk .wq-list{
  display: flex;
  flex-direction: column;
  border-left: 1px solid var(--line);
}.uc-spk .wq-item{
  position: relative;
  display: block;
  width: 100%;
  text-align: left;
  background: none;
  border: 0;
  padding: 20px 12px 20px 24px;
  cursor: pointer;
  font: inherit;
  color: inherit;
}.uc-spk .wq-item::before{
  content: "";
  position: absolute;
  left: -1px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: var(--acc);
  transform: scaleY(0);
  transform-origin: 50% 50%;
  transition: transform 0.35s var(--ease);
}.uc-spk .wq-item.ucx-is-open::before{ transform: scaleY(1); }.uc-spk .wq-title{
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.35;
  color: var(--txf);
  transition: color 0.3s var(--ease);
}.uc-spk .wq-item.ucx-is-open .wq-title{ color: var(--tx); }.uc-spk .wq-item:hover .wq-title{ color: var(--tx); }.uc-spk .wq-ic{
  width: 20px;
  height: 20px;
  margin-top: 2px;
  flex: 0 0 auto;
  color: var(--txf);
  transition: color 0.3s var(--ease);
}.uc-spk .wq-item.ucx-is-open .wq-ic{ color: var(--acc); }.uc-spk .wq-ic svg{ width: 100%; height: 100%; display: block; }.uc-spk .wq-body{
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.4s var(--ease), opacity 0.3s var(--ease);
  opacity: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: var(--txd);
}.uc-spk .wq-body > span{ overflow: hidden; display: block; }.uc-spk .wq-item.ucx-is-open .wq-body{
  grid-template-rows: 1fr;
  opacity: 1;
  margin-top: 12px;
  padding-left: 32px;
}@media (max-width: 980px){.uc-spk .wq{ grid-template-columns: 1fr; gap: 32px; }}@media (max-width: 560px){.uc-spk .wq-item{ padding: 16px 0 16px 20px; }.uc-spk .wq-item.ucx-is-open .wq-body{ padding-left: 0; }}.uc-spk .steps-ax .ax-track{ height: 425vh; }.uc-spk .wm-head{
  display: flex;
  flex-direction: column;
  gap: 32px;
  
  margin-bottom: 0;
}@media (min-width: 1024px){.uc-spk .wm-head{ flex-direction: row; align-items: flex-end; justify-content: space-between; }}.uc-spk .wm-head-l{ max-width: 701px; }.uc-spk .wm-head-l .ucx-eyebrow{ display: inline-flex; margin-bottom: 20px; }.uc-spk .wm-head h2{
  margin: 0;
  font-size: 36px;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.1;
  color: var(--tx);
  
  text-wrap: balance;
}.uc-spk .wm-head-r{
  flex: 0 0 auto;
  max-width: 441px;
  margin: 0;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: -0.01em;
  color: var(--uc-text-muted, #737373);
}.uc-spk .wm-ctawrap{ text-align: center; margin-top: 48px; }@media (max-width: 900px){.uc-spk .why-grid{ grid-template-columns: repeat(2, 1fr); gap: 36px 40px; }}@media (max-width: 560px){.uc-spk .why-grid{ grid-template-columns: 1fr; }}.uc-spk .steps-head{ max-width: 860px; margin: 0 0 40px; text-align: left; }.uc-spk .steps-head h2{
  font-size: clamp(1.75rem, 3.4vw, 2.5rem);
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.14;
  color: var(--tx);
  margin: 0 0 18px;
}.uc-spk .steps-walk{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--acc);
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
}.uc-spk .steps-walk svg{ width: 20px; height: 20px; }.uc-spk .steps-tabs{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border-top: 1px solid var(--cardbd);
  margin-bottom: 30px;
}.uc-spk .steps-tab{
  position: relative;
  text-align: left;
  background: none;
  border: 0;
  border-top: 2px solid transparent;
  margin-top: -1px;
  padding: 22px 22px 24px 0;
  cursor: pointer;
  color: inherit;
  font: inherit;
  transition: border-color 0.2s ease;
}.uc-spk .steps-tab.ucx-is-active{ border-top-color: var(--acc); }.uc-spk .steps-num{
  display: inline-grid;
  place-items: center;
  width: 26px;
  height: 26px;
  border-radius: 999px;
  background: var(--mist);
  border: 1px solid var(--cardbd);
  color: var(--txd);
  font-size: 0.8rem;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 14px;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}.uc-spk .steps-tab.ucx-is-active .steps-num{
  background: var(--acc);
  border-color: var(--acc);
  color: #fff;
}.uc-spk .steps-tab-title{
  display: block;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.3;
  color: var(--txd);
  margin-bottom: 7px;
  transition: color 0.2s ease;
}.uc-spk .steps-tab.ucx-is-active .steps-tab-title{ color: var(--tx); }.uc-spk .steps-tab-desc{
  display: block;
  font-size: 0.9rem;
  line-height: 1.5;
  color: var(--txd);
  opacity: 0.75;
}.uc-spk .steps-tab.ucx-is-active .steps-tab-desc{ opacity: 1; }.uc-spk .steps-doc{
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 12px;
  color: var(--acc);
  font-size: 0.875rem;
  font-weight: 500;
  text-decoration: none;
}.uc-spk .steps-doc svg{ width: 15px; height: 15px; transition: transform 0.2s ease; }.uc-spk .steps-doc:hover svg{ transform: translateX(3px); }.uc-spk .steps-media{
  border: 1px solid var(--cardbd);
  border-radius: 22px;
  overflow: hidden;
  background: var(--mist);
  aspect-ratio: 16 / 9;
  box-shadow: 0 30px 70px -40px rgba(16, 24, 40, 0.4);
}.uc-spk .steps-media video{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}@media (max-width: 860px){.uc-spk .steps-tabs{ grid-template-columns: repeat(2, 1fr); gap: 0 20px; }.uc-spk .steps-tab{ padding-right: 16px; }}@media (max-width: 500px){.uc-spk .steps-tabs{ grid-template-columns: 1fr; }.uc-spk .steps-tab{ border-top: 1px solid var(--cardbd); border-left: 2px solid transparent; margin-top: 0; padding: 20px 0 20px 18px; }.uc-spk .steps-tab.ucx-is-active{ border-top-color: var(--cardbd); border-left-color: var(--acc); }}.uc-spk .cmp-kicker{
  
  text-align: center;
  max-width: 720px;
  margin: 64px auto 0;
  font-size: 1.0625rem;
  line-height: 1.6;
  color: var(--txd);
}.uc-spk .cmp-kicker strong{ color: var(--tx); font-weight: 600; }.uc-spk .wpwhy-stats{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 36px 32px;
  margin-top: 54px;
}.uc-spk .wpwhy-item{ text-align: center; }.uc-spk .wpwhy-lead{
  display: block;
  font-size: clamp(1.5rem, 2.7vw, 2.125rem);
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.08;
  color: var(--tx);
  margin-bottom: 12px;
}.uc-spk .wpwhy-item p{
  font-size: 0.95rem;
  line-height: 1.55;
  color: var(--txd);
  margin: 0 auto;
  max-width: 30ch;
}@media (max-width: 820px){.uc-spk .wpwhy-stats{ grid-template-columns: repeat(2, 1fr); gap: 40px 28px; }}@media (max-width: 460px){.uc-spk .wpwhy-stats{ grid-template-columns: 1fr; }}.uc-spk .seo-grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: 16px;
  overflow: hidden;
  margin-top: 52px;
}.uc-spk .seo-item{
  background: var(--cardbg);
  padding: 30px 28px 34px;
}.uc-spk .seo-ic{
  display: inline-block;
  width: 24px;
  height: 24px;
  color: var(--acc);
  margin-bottom: 16px;
}.uc-spk .seo-ic svg{ width: 100%; height: 100%; display: block; }.uc-spk .seo-item h3{
  font-size: 1.0625rem;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.3;
  color: var(--tx);
  margin: 0 0 8px;
}.uc-spk .seo-item p{
  font-size: 0.925rem;
  line-height: 1.55;
  color: var(--txd);
  margin: 0;
}@media (max-width: 820px){.uc-spk .seo-grid{ grid-template-columns: repeat(2, 1fr); }}@media (max-width: 520px){.uc-spk .seo-grid{ grid-template-columns: 1fr; }}.uc-spk .rel-grid{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}.uc-spk .ucx-rel-card{
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 152px;
  padding: 28px 18px;
  background: var(--cardbg);
  border: 1px solid var(--cardbd);
  border-radius: 16px;
  text-decoration: none;
  box-shadow: 0 2px 10px -7px rgba(16, 24, 40, 0.2);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}.uc-spk .ucx-rel-card:hover{
  transform: translateY(-3px);
  border-color: color-mix(in srgb, var(--acc) 45%, var(--cardbd));
  box-shadow: 0 16px 32px -20px rgba(16, 24, 40, 0.32);
}.uc-spk .rel-logo{ height: 56px; display: grid; place-items: center; }.uc-spk .rel-logo img{ height: 48px; width: 48px; object-fit: contain; display: block; }.uc-spk .rel-name{ font-size: 1rem; font-weight: 500; color: var(--tx); letter-spacing: -0.01em; }.uc-spk .rel-hubwrap{ text-align: center; margin-top: 40px; }@media (max-width: 900px){.uc-spk .rel-grid{ grid-template-columns: repeat(3, 1fr); }}@media (max-width: 620px){.uc-spk .rel-grid{ grid-template-columns: repeat(2, 1fr); }}.ai2wp.uc-spk .rel-grid, .c2wp.uc-spk .rel-grid{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}.ai2wp.uc-spk .ucx-rel-card{ flex: 0 0 calc((100% - 4 * 16px) / 5); }.c2wp.uc-spk .ucx-rel-card{ flex: 0 0 calc((100% - 3 * 16px) / 4); }@media (max-width: 1180px){.ai2wp.uc-spk .ucx-rel-card{ flex-basis: calc((100% - 3 * 16px) / 4); }}@media (max-width: 900px){.ai2wp.uc-spk .ucx-rel-card, .c2wp.uc-spk .ucx-rel-card{ flex-basis: calc((100% - 2 * 16px) / 3); }}@media (max-width: 620px){.ai2wp.uc-spk .ucx-rel-card, .c2wp.uc-spk .ucx-rel-card{ flex-basis: calc((100% - 16px) / 2); }}.uc-spk.is-night .wq-shots, .uc-spk.is-night .ul-shot{
  background: #1f1f1f;
  border-color: rgba(255, 255, 255, 0.12);
}.uc-spk.is-night .wq-frame, .uc-spk.is-night .ul-frame{
  background: #262626;
}
:where(.uc-spk) .uc-conv-src{position:absolute;left:4px;top:4px;width:11px;height:11px;
          object-fit:contain;
          
          transform:translate(7.5px,7.5px) scale(1.8182);
          transition:transform .2s cubic-bezier(.4,0,.2,1)}:where(.uc-spk) .uc-conv-trail{position:absolute;left:2px;bottom:5px;width:13px;height:13px;
          color:#9aa0a6;opacity:0;
          transition:opacity .12s ease}:where(.uc-spk) .uc-conv-wp{position:absolute;right:4px;bottom:4px;width:19px;height:19px;
          object-fit:contain;opacity:0;transform:scale(.55);
          transition:opacity .14s ease,transform .2s cubic-bezier(.4,0,.2,1)}:where(.uc-spk) .uc-conv-row:hover .uc-conv-src, :where(.uc-spk) .uc-conv-row:focus-visible .uc-conv-src{
          transform:none;
          transition:transform .32s cubic-bezier(.23,1,.32,1)}:where(.uc-spk) .uc-conv-row:hover .uc-conv-wp, :where(.uc-spk) .uc-conv-row:focus-visible .uc-conv-wp{
          opacity:1;transform:none;
          transition:opacity .22s ease .06s,
                     transform .34s cubic-bezier(.34,1.56,.64,1) .06s}:where(.uc-spk) .uc-conv-row:hover .uc-conv-trail, :where(.uc-spk) .uc-conv-row:focus-visible .uc-conv-trail{
          opacity:1;
          transition:opacity .18s ease .26s}@media (prefers-reduced-motion: reduce){:where(.uc-spk) .uc-conv-src, :where(.uc-spk) .uc-conv-trail, :where(.uc-spk) .uc-conv-wp{transition:none}}/* ---------------------------------------------------------------------------
   Independence from #uichemy-globals — measured, not guessed.

   The ucx-/ucxx- renames clear every class-scoped rule in the old block: a walk of
   globals' 1239 selector-bearing rules against the 966 elements in this page's scope
   returns ZERO class or id conflicts. What is left is its bare-element rules, which no
   rename can reach:

       *                     box-sizing: border-box          (page agrees)
       img                   max-width: 100%                 (page agrees)
       a                     color: inherit                  (page agrees)
       body h1..h6           font-weight:600!important; letter-spacing:-.02em!important
       h1,h2,h3,h4           line-height:var(--uc-lh-tight); margin:0 0 var(--uc-s4)
       h3                    color:var(--uc-tx); font-weight:700; letter-spacing:-.01em
       h3                    margin-top: var(--uc-s6)
       .elementor a          box-shadow: none

   The last two h3 rules are NOT in the six that CLAUDE.md documents - globals has grown.
   They lose anyway: only the `!important` pair and `.elementor a` actually win here.
   The margin half is answered by the generated reset at the top of this file, and this
   page needs NO line-height block - every affected heading declares its own.

   Method: globals injected as the first head child of the local render, inside a
   reconstructed `.elementor > .elementor-widget-container` wrapper (without that
   ancestry `.elementor a` is invisible to the harness), rAF replaced with `() => 0`,
   animations paused, then computed styles diffed TWICE over all 966 in-scope elements.
   216 stable differences came back - 83 font-weight, 68 letter-spacing, 5 box-shadow
   and 60 box/width/height that follow from those - and the blocks below are exactly
   those. Every span/svg/path in that list INHERITS from a heading above it, so fixing
   the heading fixes the subtree; none of them needs its own rule.

   Only an !important beats an !important, so weight and tracking are re-asserted
   UNLAYERED - which beats globals while still losing to this page's own `!`-prefixed
   utilities in @layer utilities. Values are the page's OWN declared values (em where the
   design uses em), never the computed px: hardcoding desktop px broke the home page's
   tail at mobile because the font sizes are breakpoint-driven. */
:where(.uc-spk) h1.ucx-pill-title{font-weight:500!important;letter-spacing:-0.02em!important}
:where(.uc-spk) .ucx-sec h2{font-weight:500!important;letter-spacing:-0.02em!important}
:where(.uc-spk) .wm-head h2{font-weight:500!important;letter-spacing:-0.02em!important}

/* Responsive audit 2026-09-07, shared by all 12 AI-spoke pages.

   1. `.wm-head h2` was font-size:clamp(2rem,3.6vw,3rem). That vw term only engages
      above ~889px, so the heading sat at 32px at BOTH 375 and 834 while every other
      section heading on the page ran 36/40 then 46/50 from 768px. It is now 36px in
      the base rule above, with the 768px step here. `.uc-spk .wm-head h2` is (0,2,1),
      matching the base rule, and this is later in the file, so it wins on order.

   2. The step heading carries an INLINE style="white-space:nowrap" from the React
      source (`<span style={{ whiteSpace: "nowrap" }}>` in each spoke component), so
      no stylesheet had been able to override it. It overflowed its column by 88px at
      375 and the section clips, so the closing words ("five steps" / "six steps")
      were cut off on a phone. Only !important beats an inline style. */
@media (min-width:768px){.uc-spk .wm-head h2{font-size:46px;line-height:50px}}
@media (max-width:1023px){.uc-spk h2 span[style*="nowrap"]{white-space:normal!important}}

/* 3. Horizontal scroll for the tool-vs-WordPress comparison table, instead of
      letting it shrink. Same treatment as /figma-to-wordpress/ and
      /ai-to-wordpress/, following the uichemy.com/pricing reference: a scrolling
      wrapper plus a min-width on the table.

      The `.cmp-grid` columns are `fr` with no floor, so at 375 they resolved to
      about 104px / 115px / 115px and the cells wrapped to unreadable slivers.
      min-width gives them one: 720px yields 223px / 248px / 248px.

      min-width goes on `.ucx-cmp`, NOT on `.cmp-grid`. `.cmp-base` (the card
      border) and `.cmp-spot` (the highlighted column) are absolutely positioned
      against `.ucx-cmp` and sized in percentages of it, so widening that one
      element carries the border and the highlight along with the grid. Widening
      only the grid would leave both at the old width.

      The vertical padding is load-bearing, not cosmetic: `.cmp-spot::before` sits
      at inset -34px with a 122px height, i.e. the glow is drawn ABOVE the card,
      and `overflow-x:auto` clips vertically too. 36px covers the -34px worst case.
      The negative block margins cancel that padding in flow, so the section's
      vertical rhythm is unchanged - `.ucx-cmp` keeps its own 52px top margin
      inside the scroller, and a scroll container does not collapse it out.

      The `.cmp-scroll` wrapper is added to each spoke's section markup; it exists
      nowhere else, so this rule cannot affect the header, the footer or any old
      page even though `.uc-spk` is present on all of them. */
.uc-spk .cmp-scroll{
  max-width:1020px; margin:-36px auto; padding:36px 0;
  overflow-x:auto; overflow-y:visible;
  -webkit-overflow-scrolling:touch; scrollbar-width:thin;
}
/* 2026-09-08. `overflow-y:visible` above is a LIE the cascade tells you: CSS
   coerces overflow-y to `auto` whenever overflow-x is `auto`, so this wrapper is
   really a vertical scroll container. Measured on /ai-to-wordpress/claude-to-wordpress/
   at 1440: scrollHeight 591 against clientHeight 577, because `.cmp-spot` is drawn
   28px below the card. That produced a stray 14px inner vertical scrollbar AND
   clipped the spot's `0 34px 70px -34px` shadow flat at the wrapper edge.

   Desktop needs no scroller at all - the table is 1020px inside a 1020px wrapper -
   so the overflow is simply dropped there. ONLY the overflow: zeroing the padding
   as well re-introduces margin collapsing (`.ucx-cmp`'s 52px top margin collapses
   through once the padding goes), which moved the whole section down 88px in
   testing. Keeping the box model identical means zero flow shift, measured.

   Below 801px the horizontal scroller is still needed (720px table in a 350px
   column), so there the clip is fixed with room instead: bottom padding 96px
   clears the spot's 28px overhang plus the shadow's ~35px reach, and the matching
   -96px bottom margin cancels it in flow exactly as the -36px/36px pair above does.
   Verified at 390: spot clearance goes from 14px to 74px, and scrollHeight equals
   clientHeight so no vertical scrollbar appears. */
@media (min-width:801px){
  .uc-spk .cmp-scroll{ overflow:visible; }
}
@media (max-width:800px){
  .uc-spk .cmp-scroll{ padding:36px 0 96px; margin:-36px auto -96px; }
}
.uc-spk .cmp-scroll .ucx-cmp{ min-width:720px; max-width:none; }
:where(.uc-spk) h3.ds-t24{font-weight:500!important;letter-spacing:-0.3px!important}
:where(.uc-spk) .ax-h h3{font-weight:500!important;letter-spacing:-0.01em!important}
:where(.uc-spk) .ul-copy h3,:where(.uc-spk) .ul-small h3{font-weight:500!important;letter-spacing:-0.01em!important}
/* the only heading that declares no tracking of its own: its weight comes from the
   Tailwind `.font-medium` utility, which is LAYERED and therefore loses to globals'
   unlayered !important, and its tracking should simply be `normal`. */
:where(.uc-spk) h3.font-medium{font-weight:var(--font-weight-medium)!important;letter-spacing:normal!important}

/* ---------------------------------------------------------------------------
   globals' `.elementor a{box-shadow:none}` at (0,1,1) outranks this page's own button
   rules at (0,1,0) and flattens the hero's solid CTA and the four outline CTAs.
   Re-asserted at (0,2,0) with the SAME tokens the page already uses, so there is one
   source of truth for the values and the state rules keep their relative order. */
.uc-spk .Button_solid__hu289{box-shadow:var(--_shadow, var(--uc-shadow-control-brand))}
.uc-spk .Button_outline__Zwmoe{box-shadow:inset 0 0 0 1px var(--_border, var(--uc-border-subtle)), var(--uc-shadow-raised)}
.uc-spk .Button_soft__o47wg{box-shadow:inset 0 0 0 1px var(--_border, var(--uc-brand-border)), var(--uc-shadow-1)}
.uc-spk .Button_solid__hu289.Button_neutral__jwE0u{box-shadow:var(--uc-shadow-control)}
.uc-spk .Button_solid__hu289:active:not(:disabled){box-shadow:var(--uc-shadow-control-pressed)}
.uc-spk .Button_button__8M0Ui:disabled{box-shadow:none}

/* ---------------------------------------------------------------------------
   NO img height rule here, deliberately: copying awf's `img.h-full{height:100%}` broke
   the composer page's `absolute inset-0` images, and nothing on this page needs one. */

/* Radius utilities fail two ways after conversion, both fixed here.
   1. Elementor ships `.elementor img{ ... border-radius:0 }` at (0,1,1); these utilities are
      wrapped in :where() - zero specificity by design - so on an <img> Elementor's reset wins
      and the corner renders square.
   2. Some values used in the markup were purged and had no rule on ANY element.
   Restating each used value at (0,2,0) covers both, page-scoped, no !important. */
.uc-spk .rounded-\[3px\]{ border-radius: 3px; }.uc-spk .rounded-\[4px\]{ border-radius: 4px; }.uc-spk .rounded-\[5px\]{ border-radius: 5px; }.uc-spk .rounded-\[6px\]{ border-radius: 6px; }.uc-spk .rounded-\[7px\]{ border-radius: 7px; }.uc-spk .rounded-\[8px\]{ border-radius: 8px; }.uc-spk .rounded-\[9px\]{ border-radius: 9px; }.uc-spk .rounded-\[10px\]{ border-radius: 10px; }.uc-spk .rounded-\[11px\]{ border-radius: 11px; }.uc-spk .rounded-\[12px\]{ border-radius: 12px; }.uc-spk .rounded-\[13px\]{ border-radius: 13px; }.uc-spk .rounded-\[14px\]{ border-radius: 14px; }.uc-spk .rounded-\[16px\]{ border-radius: 16px; }.uc-spk .rounded-\[18px\]{ border-radius: 18px; }.uc-spk .rounded-\[20px\]{ border-radius: 20px; }.uc-spk .rounded-\[24px\]{ border-radius: 24px; }.uc-spk .rounded-\[28px\]{ border-radius: 28px; }.uc-spk .rounded-\[30px\]{ border-radius: 30px; }.uc-spk .rounded-\[32px\]{ border-radius: 32px; }.uc-spk .rounded-\[34px\]{ border-radius: 34px; }

/* Same Elementor reset, the OTHER property. `.elementor img` sets `box-shadow: none`
   alongside `border-radius: 0`, so the radius restatement above fixed the corners and left
   every shadow on an <img> dead. One utility is affected on all 12 spokes: the floating white
   source-icon tile in the hero (`h-[44px] w-[44px] rounded-[13px] bg-white p-[8px]`), which
   rendered flat. Declaration copied verbatim from the layered original - it is a composite
   var() chain and retyping it breaks the composition silently. Added 2026-09-07. */
.uc-spk .shadow-\[0_8px_20px_-6px_rgba\(0\,0\,0\,\.4\)\]{ --tw-shadow: 0 8px 20px -6px var(--tw-shadow-color, rgba(0,0,0,.4)); box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow); }