:root{--orange-300: #fed7aa;--orange-400: #fb923c;--orange-500: #f59e0b;--orange-550: #f97316;--orange-600: #ea580c;--orange-700: #d9480f;--orange-ink: #1a1206;--green-300: #86efac;--green-500: #22c55e;--red-300: #fca5a5;--red-500: #ef4444;--red-600: #dc2626;--yellow-300: #fde68a;--yellow-400: #facc15;--indigo-300: #c7d2fe;--indigo-400: #818cf8;--purple-400: #a78bfa;--ink-950: #090b12;--ink-900: #0a0d16;--ink-850: #10131f;--ink-800: #1d2333;--gray-100: #f3f4f6;--gray-300: #d1d5db;--gray-400: #9ca3af;--white: #ffffff;--color-bg: var(--ink-950);--color-bg-mid: var(--ink-900);--color-surface: var(--ink-850);--color-surface-raised: var(--ink-800);--color-text: var(--gray-100);--color-text-secondary: var(--gray-300);--color-text-muted: var(--gray-400);--color-border: rgba(255, 255, 255, .1);--color-border-strong: rgba(255, 255, 255, .18);--cta-primary-bg-from: var(--orange-400);--cta-primary-bg-to: var(--orange-500);--cta-primary-fg: var(--orange-ink);--cta-primary-bg-from-hover: var(--orange-550);--cta-primary-bg-to-hover: var(--orange-500);--cta-primary-bg-active-from: var(--orange-600);--cta-primary-bg-active-to: var(--orange-700);--cta-secondary-bg: rgba(255, 255, 255, .06);--cta-secondary-bg-hover: rgba(255, 255, 255, .1);--cta-secondary-fg: var(--gray-100);--cta-secondary-border: rgba(255, 255, 255, .18);--focus-ring: rgba(251, 146, 60, .52);--focus-ring-offset: var(--ink-950);--disabled-bg: rgba(255, 255, 255, .06);--disabled-fg: rgba(209, 213, 219, .42);--disabled-border: rgba(255, 255, 255, .1);--price-emphasis: var(--orange-400);--highlight-line: var(--orange-400);--highlight-border: rgba(251, 146, 60, .38);--success-base: var(--green-500);--success-fg: #052e16;--success-soft: rgba(34, 197, 94, .16);--danger-base: var(--red-500);--danger-fg: var(--white);--danger-soft: rgba(239, 68, 68, .14);--warning-base: var(--yellow-400);--warning-fg: #3f2f00;--warning-soft: rgba(250, 204, 21, .14);--info-base: var(--indigo-400);--info-fg: #111827;--info-soft: rgba(129, 140, 248, .12);--ambient-accent-soft: rgba(199, 210, 254, .1);--ambient-purple-soft: rgba(167, 139, 250, .1);--background: var(--color-bg);--foreground: var(--color-text);--card: var(--color-surface);--card-foreground: var(--color-text);--popover: var(--color-surface);--popover-foreground: var(--color-text);--primary: var(--orange-400);--primary-foreground: var(--orange-ink);--secondary: var(--color-surface-raised);--secondary-foreground: var(--color-text-secondary);--muted: rgba(255, 255, 255, .06);--muted-foreground: var(--color-text-muted);--accent: var(--cta-secondary-bg);--accent-foreground: var(--cta-secondary-fg);--destructive: var(--danger-base);--destructive-foreground: var(--danger-fg);--border: var(--color-border);--input: var(--color-border-strong);--ring: var(--focus-ring);--chart-1: var(--orange-400);--chart-2: var(--green-500);--chart-3: var(--indigo-400);--chart-4: var(--yellow-400);--chart-5: var(--red-500);--sidebar: var(--color-surface);--sidebar-foreground: var(--color-text);--sidebar-primary: var(--orange-400);--sidebar-primary-foreground: var(--orange-ink);--sidebar-accent: var(--color-surface-raised);--sidebar-accent-foreground: var(--color-text);--sidebar-border: var(--color-border);--sidebar-ring: var(--focus-ring);--font-sans: Noto Sans Mono, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--font-serif: Merriweather, Georgia, Cambria, "Times New Roman", Times, serif;--font-mono: JetBrains Mono, ui-monospace, SFMono-Regular, "SF Mono", Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--radius: .5rem;--shadow-x: 0px;--shadow-y: 4px;--shadow-blur: 8px;--shadow-spread: -1px;--shadow-opacity: .1;--shadow-color: hsl(0 0% 0%);--shadow-2xs: 0px 4px 8px -1px hsl(0 0% 0% / .05);--shadow-xs: 0px 4px 8px -1px hsl(0 0% 0% / .05);--shadow-sm: 0px 4px 8px -1px hsl(0 0% 0% / .1), 0px 1px 2px -2px hsl(0 0% 0% / .1);--shadow: 0px 4px 8px -1px hsl(0 0% 0% / .1), 0px 1px 2px -2px hsl(0 0% 0% / .1);--shadow-md: 0px 4px 8px -1px hsl(0 0% 0% / .1), 0px 2px 4px -2px hsl(0 0% 0% / .1);--shadow-lg: 0px 4px 8px -1px hsl(0 0% 0% / .1), 0px 4px 6px -2px hsl(0 0% 0% / .1);--shadow-xl: 0px 4px 8px -1px hsl(0 0% 0% / .1), 0px 8px 10px -2px hsl(0 0% 0% / .1);--shadow-2xl: 0px 4px 8px -1px hsl(0 0% 0% / .25);--tracking-normal: 0em;--spacing: .25rem}.dark{--background: var(--color-bg);--foreground: var(--color-text);--card: var(--color-surface);--card-foreground: var(--color-text);--popover: var(--color-surface);--popover-foreground: var(--color-text);--primary: var(--orange-400);--primary-foreground: var(--orange-ink);--secondary: var(--color-surface-raised);--secondary-foreground: var(--color-text-secondary);--muted: rgba(255, 255, 255, .06);--muted-foreground: var(--color-text-muted);--accent: var(--cta-secondary-bg);--accent-foreground: var(--cta-secondary-fg);--destructive: var(--danger-base);--destructive-foreground: var(--danger-fg);--border: var(--color-border);--input: var(--color-border-strong);--ring: var(--focus-ring);--chart-1: var(--orange-400);--chart-2: var(--green-500);--chart-3: var(--indigo-400);--chart-4: var(--yellow-400);--chart-5: var(--red-500);--sidebar: var(--color-surface);--sidebar-foreground: var(--color-text);--sidebar-primary: var(--orange-400);--sidebar-primary-foreground: var(--orange-ink);--sidebar-accent: var(--color-surface-raised);--sidebar-accent-foreground: var(--color-text);--sidebar-border: var(--color-border);--sidebar-ring: var(--focus-ring);--font-sans: Noto Sans Mono, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--font-serif: Merriweather, Georgia, Cambria, "Times New Roman", Times, serif;--font-mono: JetBrains Mono, ui-monospace, SFMono-Regular, "SF Mono", Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--radius: .5rem;--shadow-x: 0px;--shadow-y: 4px;--shadow-blur: 8px;--shadow-spread: -1px;--shadow-opacity: .1;--shadow-color: hsl(0 0% 0%);--shadow-2xs: 0px 4px 8px -1px hsl(0 0% 0% / .05);--shadow-xs: 0px 4px 8px -1px hsl(0 0% 0% / .05);--shadow-sm: 0px 4px 8px -1px hsl(0 0% 0% / .1), 0px 1px 2px -2px hsl(0 0% 0% / .1);--shadow: 0px 4px 8px -1px hsl(0 0% 0% / .1), 0px 1px 2px -2px hsl(0 0% 0% / .1);--shadow-md: 0px 4px 8px -1px hsl(0 0% 0% / .1), 0px 2px 4px -2px hsl(0 0% 0% / .1);--shadow-lg: 0px 4px 8px -1px hsl(0 0% 0% / .1), 0px 4px 6px -2px hsl(0 0% 0% / .1);--shadow-xl: 0px 4px 8px -1px hsl(0 0% 0% / .1), 0px 8px 10px -2px hsl(0 0% 0% / .1);--shadow-2xl: 0px 4px 8px -1px hsl(0 0% 0% / .25)}@theme inline{ --color-background: var(--background); --color-foreground: var(--foreground); --color-card: var(--card); --color-card-foreground: var(--card-foreground); --color-popover: var(--popover); --color-popover-foreground: var(--popover-foreground); --color-primary: var(--primary); --color-primary-foreground: var(--primary-foreground); --color-secondary: var(--secondary); --color-secondary-foreground: var(--secondary-foreground); --color-muted: var(--muted); --color-muted-foreground: var(--muted-foreground); --color-accent: var(--accent); --color-accent-foreground: var(--accent-foreground); --color-destructive: var(--destructive); --color-destructive-foreground: var(--destructive-foreground); --color-border: var(--border); --color-input: var(--input); --color-ring: var(--ring); --color-chart-1: var(--chart-1); --color-chart-2: var(--chart-2); --color-chart-3: var(--chart-3); --color-chart-4: var(--chart-4); --color-chart-5: var(--chart-5); --color-sidebar: var(--sidebar); --color-sidebar-foreground: var(--sidebar-foreground); --color-sidebar-primary: var(--sidebar-primary); --color-sidebar-primary-foreground: var(--sidebar-primary-foreground); --color-sidebar-accent: var(--sidebar-accent); --color-sidebar-accent-foreground: var(--sidebar-accent-foreground); --color-sidebar-border: var(--sidebar-border); --color-sidebar-ring: var(--sidebar-ring); --color-success: var(--success-base); --color-success-foreground: var(--success-fg); --color-warning: var(--warning-base); --color-warning-foreground: var(--warning-fg); --color-info: var(--info-base); --color-info-foreground: var(--info-fg); --color-brand-orange: var(--orange-400); --color-brand-orange-foreground: var(--orange-ink); --font-sans: var(--font-sans); --font-mono: var(--font-mono); --font-serif: var(--font-serif); --radius-sm: calc(var(--radius) - 4px); --radius-md: calc(var(--radius) - 2px); --radius-lg: var(--radius); --radius-xl: calc(var(--radius) + 4px); --shadow-2xs: var(--shadow-2xs); --shadow-xs: var(--shadow-xs); --shadow-sm: var(--shadow-sm); --shadow: var(--shadow); --shadow-md: var(--shadow-md); --shadow-lg: var(--shadow-lg); --shadow-xl: var(--shadow-xl); --shadow-2xl: var(--shadow-2xl); }:root{color-scheme:dark;--text: var(--color-text);--muted: var(--color-text-muted);--muted-2: color-mix(in srgb, var(--color-text-muted) 72%, transparent);--orange: var(--orange-550);--orange-2: var(--orange-400);--orange-3: var(--orange-500);--bg: var(--color-bg-mid);--bg-elev: var(--color-surface);--bg-elev-2: var(--color-surface-raised);--border: var(--color-border);--border-strong: var(--color-border-strong);--white-04: rgba(255, 255, 255, .04);--white-05: rgba(255, 255, 255, .05);--white-06: rgba(255, 255, 255, .06);--white-08: rgba(255, 255, 255, .08);--white-10: rgba(255, 255, 255, .1);--white-12: rgba(255, 255, 255, .12);--white-16: rgba(255, 255, 255, .16);--white-18: rgba(255, 255, 255, .18);--white-45: rgba(255, 255, 255, .45);--white-50: rgba(255, 255, 255, .5);--orange-12: rgba(251, 146, 60, .12);--orange-18: rgba(251, 146, 60, .18);--orange-20: rgba(251, 146, 60, .2);--orange-26: rgba(251, 146, 60, .26);--orange-40: rgba(251, 146, 60, .4);--orange-45: rgba(251, 146, 60, .45);--orange-50: rgba(251, 146, 60, .5);--orange-60: rgba(251, 146, 60, .6);--orange-65: rgba(251, 146, 60, .65);--indigo-10: var(--info-soft);--indigo-45: rgba(129, 140, 248, .45);--gray-700: lab(27.1134% -.956401 -12.3224);--gray-800: lab(16.1051% -1.18239 -11.7533);--gray-900: lab(8.11897% .811279 -12.254);--gray-950: lab(1.90334% .278696 -5.48866);--sidebar-width: 16rem;--sidebar-width-collapsed: 4.5rem;--font-sans: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--font-serif: Merriweather, Georgia, Cambria, "Times New Roman", Times, serif;--font-mono: "JetBrains Mono", ui-monospace, SFMono-Regular, "SF Mono", Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace}*{box-sizing:border-box}html{scroll-behavior:smooth}body{--sidebar-current-width: var(--sidebar-width);margin:0;min-height:100vh;background:var(--bg);color:var(--text);font-family:var(--font-sans)}body.sidebar-collapsed{--sidebar-current-width: var(--sidebar-width-collapsed)}body.top-chrome{--sidebar-current-width: 0px;--font-sans: "Plus Jakarta Sans", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;position:relative;overflow-x:hidden;line-height:1.6;-webkit-font-smoothing:antialiased}body.top-chrome .page-shell{overflow-x:clip}body.has-overlay{overflow:hidden}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}button{cursor:pointer;border:0;background:none;color:inherit}img,svg{display:block}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.container{width:min(100%,80rem);margin:0 auto;padding:0 1.5rem}.page-shell{margin-left:var(--sidebar-current-width, var(--sidebar-width))}.button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;transition:background-color .18s ease,transform .18s ease,box-shadow .18s ease}.button:hover{transform:translateY(-1px)}.button--small{height:2rem;padding:0 .75rem;font-size:.75rem;border-radius:.375rem}.button--full{width:100%}.button--signin{background:linear-gradient(135deg,#e67e40,#d9a435);color:#fff;border-radius:.5rem;height:2.5rem;font-size:.875rem;font-weight:500}.button--create{color:#fff;font-weight:600;padding:.5rem 1.25rem;border-radius:9999px;white-space:nowrap;background:linear-gradient(90deg,var(--orange-2),var(--orange-3))}.button--cta{background:#ea580c;color:#fff;padding:.75rem 1.5rem;border-radius:.5rem;box-shadow:0 10px 24px #ea580c33}.button--cta:hover{background:#c2410c}.button__icon,.chip__icon,.notification__close,.mobile-topbar__icon,.mobile-drawer__icon,.mobile-bottom-nav__icon,.nav-icon-svg,.sample-card__badge-icon,.sample-card__play-icon{width:1rem;height:1rem;flex:0 0 auto}.button__icon{width:.875rem;height:.875rem}.chip__icon{width:.75rem;height:.75rem}.notification__close,.mobile-topbar__icon{width:.875rem;height:.875rem}.mobile-drawer__icon{width:1.25rem;height:1.25rem}.nav-icon-svg--small{width:.95rem;height:.95rem}.icon-button{display:inline-flex;align-items:center;justify-content:center;min-width:2.25rem;min-height:2.25rem;padding:0 .75rem;border-radius:.5rem;color:#d1d5db}.brand{display:flex;align-items:center;gap:.75rem}.brand__title,.brand strong{font-size:1.25rem;font-weight:700}.sidebar{--sidebar-current-width: var(--sidebar-width);position:fixed;inset:0 auto 0 0;width:var(--sidebar-current-width);z-index:30;display:flex;flex-direction:column;padding:0;background:var(--gray-900);border-right:1px solid var(--gray-800);transition:width .22s ease}.sidebar__header{min-height:4rem;border-bottom:1px solid var(--gray-800)}.sidebar__header-open{display:flex;align-items:center;justify-content:space-between;padding:.375rem .25rem}.sidebar__header-collapsed{display:none;flex-direction:column;align-items:center;gap:.5rem;padding:.5rem 0}.sidebar__brand-link{display:flex;align-items:center;gap:.75rem;min-width:0;padding:.5rem .75rem;border-radius:.5rem}.sidebar__logo{width:2.25rem;height:2.25rem;flex:0 0 auto}.sidebar__title{font-size:1.25rem;font-weight:700;white-space:nowrap}.sidebar__toggle{width:2rem;height:2rem;border-radius:.5rem;display:inline-flex;align-items:center;justify-content:center;color:#9ca3af}.sidebar__toggle:hover{color:#fff;background:#1f2937}.sidebar__toggle-icon{width:1rem;height:1rem}.sidebar__nav{padding:.75rem .75rem 0}.sidebar__nav[hidden]{display:none!important}.sidebar__menu{list-style:none;margin:0;padding:0}.sidebar__menu-item{padding:.125rem 0}.sidebar__menu-item+.sidebar__menu-item{margin-top:.25rem}.sidebar__menu--nested{padding:.125rem .75rem 0}.sidebar__section{padding-top:.125rem}.sidebar__footer{margin-top:auto;padding:1.25rem;border-top:1px solid var(--gray-800)}.sidebar__auth--collapsed{display:none}.sidebar.is-collapsed{--sidebar-current-width: var(--sidebar-width-collapsed)}.sidebar.is-collapsed .sidebar__header-open{display:none}.sidebar.is-collapsed .sidebar__header-collapsed{display:flex}.sidebar.is-collapsed .sidebar__title{display:none}.sidebar.is-collapsed .sidebar__footer{padding:.75rem}.sidebar.is-collapsed .sidebar__auth--expanded{display:none}.sidebar.is-collapsed .sidebar__auth--collapsed{display:block}.auth{display:flex;align-items:center;justify-content:center;width:100%}.auth__signin{width:100%;flex:0 0 auto}.auth__loading{display:inline-flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;color:#9ca3af}.auth__loading-icon{width:1rem;height:1rem;animation:spin 1s linear infinite}.auth--compact .auth__signin{width:auto}.auth__user{display:flex;align-items:center;gap:1rem}.auth__signin[hidden],.auth__loading[hidden],.auth__user[hidden]{display:none!important}.auth--compact .auth__user{gap:0}.auth__credits-group{display:flex;align-items:center;gap:.5rem}.auth-tooltip{position:relative;display:inline-flex;align-items:center}.auth-tooltip__content{position:absolute;right:0;top:calc(100% + .5rem);z-index:60;pointer-events:none;opacity:0;transform:translateY(-4px);transition:opacity .16s ease,transform .16s ease;white-space:nowrap;border-radius:.5rem;border:1px solid #374151;background:#111827;color:#e5e7eb;padding:.375rem .5rem;font-size:.75rem;line-height:1.1;box-shadow:0 10px 26px #00000059}.auth-tooltip--credits .auth-tooltip__content{right:auto;left:0}.auth-tooltip:hover .auth-tooltip__content,.auth-tooltip:focus-within .auth-tooltip__content{opacity:1;transform:translateY(0)}.auth__credits{display:inline-flex;align-items:center;gap:.375rem;padding:.25rem .625rem;border-radius:9999px;border:1px solid rgba(249,115,22,.2);background:#f973161a;color:#f97316;font-size:.875rem;font-weight:700;transition:background-color .18s ease}.auth__credits:hover{background:#f9731633}.auth__credits-icon{width:1rem;height:1rem}.auth__claim{width:2rem;height:2rem;display:inline-flex;align-items:center;justify-content:center;border-radius:9999px;border:1px solid rgba(107,114,128,.2);background:#6b72801a;color:#9ca3af;transition:background-color .18s ease,color .18s ease,border-color .18s ease,transform .12s ease}.auth__claim.is-claimable{border-color:#22c55e33;background:#22c55e1a;color:#16a34a;animation:auth-pulse 1.8s infinite}.auth__claim.is-claimed{border-color:#6b728033;background:#6b72801a;color:#9ca3af}.auth__claim[disabled]{cursor:default}.auth__claim.is-claimed-hit{transform:scale(.94)}.auth__claim-icon{width:1rem;height:1rem}.auth__claim-icon--loader,.auth__claim.is-loading .auth__claim-icon--gift{display:none}.auth__claim.is-loading .auth__claim-icon--loader{display:block;animation:spin 1s linear infinite}.auth__menu{position:relative}.auth__menu summary{list-style:none}.auth__menu summary::-webkit-details-marker{display:none}.auth__trigger{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:9999px;overflow:hidden;background:transparent;border:1px solid rgba(255,255,255,.14);transition:background-color .18s ease}.auth__trigger:hover{background:#ffffff0a}.auth__avatar-image,.auth__avatar-fallback{width:2.5rem;height:2.5rem;border-radius:9999px;flex:0 0 auto}.auth__avatar-image{object-fit:cover;display:block}.auth__avatar-fallback{display:inline-flex;align-items:center;justify-content:center;background:radial-gradient(circle at 30% 30%,#4b5563,#374151 58%,#1f2937);color:#fff;font-weight:700;font-size:.875rem;line-height:1;text-transform:uppercase}.auth__avatar-image[hidden],.auth__avatar-fallback[hidden]{display:none!important}.auth__dropdown{position:absolute;right:0;top:calc(100% + .5rem);min-width:13rem;padding:.25rem;border-radius:.5rem;background:#111827;border:1px solid #374151;box-shadow:0 20px 40px #00000059}.auth__item{display:flex;align-items:center;gap:.5rem;min-height:2rem;padding:.375rem .5rem;border-radius:.25rem;color:#e5e7eb;font-size:.875rem;line-height:1.25rem}.auth__item:hover{background:#1f2937}.auth__separator{height:1px;margin:.25rem -.25rem;background:#374151}.auth__item--button{display:flex;align-items:center;gap:.5rem;width:100%;border:0;background:transparent;text-align:left}.auth__item-icon{width:1rem;height:1rem}@keyframes auth-pulse{0%,to{box-shadow:0 0 #22c55e33}70%{box-shadow:0 0 0 8px #22c55e00}}.nav-link{display:flex;align-items:center;gap:.75rem;min-height:2.75rem;padding:0 .75rem;color:#d1d5db;border-radius:.5rem;transition:background-color .18s ease,color .18s ease,padding-left .18s ease}.nav-link:hover,.nav-link.is-active{background:var(--gray-800);color:#fff}.nav-link--primary{color:#d1d5db}.nav-link--nested{min-height:2.5rem;padding-left:2rem;color:#9ca3af}.nav-link--toggle{width:100%;margin:0;text-align:left}.nav-link--toggle.is-active{color:#fff}.nav-link__label{font-size:1rem;font-weight:500;white-space:nowrap}.nav-link__chevron{display:none}.nav-icon-svg--chevron{width:1rem;height:1rem;margin-left:auto;flex:0 0 auto;transition:transform .18s ease}[aria-expanded=true] .nav-icon-svg--chevron{transform:rotate(180deg)}.sidebar.is-collapsed .nav-icon-svg--chevron{display:none}.nav-link--primary .nav-icon-svg{width:1.25rem;height:1.25rem}.nav-link--nested .nav-icon-svg{width:1rem;height:1rem}.sidebar.is-collapsed .nav-link{justify-content:center;width:2.5rem;min-height:2.5rem;margin:0 auto;padding:.625rem}.sidebar.is-collapsed .nav-link__label{display:none}.sidebar.is-collapsed .sidebar__nav,.sidebar.is-collapsed .sidebar__menu--nested{padding-left:.5rem;padding-right:.5rem}.sidebar.is-collapsed .nav-link--nested{padding-left:0}.sidebar.is-collapsed .nav-link--primary .nav-icon-svg{width:1.5rem;height:1.5rem}.sidebar.is-collapsed .nav-link--nested .nav-icon-svg{width:1.25rem;height:1.25rem}.mobile-topbar,.mobile-bottom-nav,.mobile-drawer,.mobile-drawer-backdrop{display:none}.hero{position:relative;min-height:100vh;display:flex;flex-direction:column;justify-content:center;background:radial-gradient(ellipse 60% 50% at 15% 15%,rgba(234,88,12,.08),transparent 70%),radial-gradient(ellipse 50% 50% at 85% 85%,rgba(14,165,233,.05),transparent 70%),radial-gradient(ellipse 45% 40% at 50% 45%,rgba(139,92,246,.05),transparent 70%),#0a0d16;overflow:hidden}.hero__horizon{position:absolute;left:0;right:0;bottom:0;height:44%;pointer-events:none;z-index:0;overflow:hidden}.hero__horizon-svg{position:absolute;inset:auto 0 0;width:100%;height:100%;display:block}.hero__meteors{position:absolute;inset:0;overflow:hidden;pointer-events:none;z-index:0}.meteor{position:absolute;top:-5%;left:var(--meteor-left, 0);width:2px;height:2px;border-radius:9999px;background:#ffb48a;box-shadow:0 0 6px 1px #ff8c508c,0 0 0 1px #ffffff0f;transform:rotate(-215deg);opacity:0}.meteor__tail{position:absolute;top:50%;right:100%;width:60px;height:1px;transform:translateY(-50%);background:linear-gradient(to left,#ff8c50e6,#ff8c5000);pointer-events:none}@keyframes hero-meteor{0%{transform:rotate(-215deg) translate(0);opacity:0}10%{opacity:1}to{transform:rotate(-215deg) translate(900px);opacity:0}}body.ambient-motion-ready .meteor{animation-name:hero-meteor;animation-timing-function:linear;animation-iteration-count:infinite;animation-fill-mode:both}@media(prefers-reduced-motion:reduce){body.ambient-motion-ready .meteor,.meteor{animation:none;display:none}}.hero__content{position:relative;z-index:1;flex:1;width:min(100%,80rem);margin:0 auto;padding:0 1rem;display:flex;flex-direction:column;gap:1.5rem;align-items:center;justify-content:center}.hero__copy{text-align:center;width:100%;max-width:48rem;margin:0 auto}.notification{display:inline-flex;justify-content:center;align-items:center;gap:.75rem;width:100%;margin-bottom:1.25rem}.notification[hidden]{display:none!important}.notification__content{position:relative;display:inline-flex;align-items:center;gap:.5rem;margin:0;padding:.375rem 2rem .375rem 1rem;border-radius:9999px;border:1px solid rgba(249,115,22,.3);background:#7c2d1266;color:#fed7aa;backdrop-filter:blur(12px);font-size:.875rem;font-weight:500}.notification__content:before{content:"";width:.5rem;height:.5rem;border-radius:9999px;background:#f97316;box-shadow:0 0 12px #f97316b3}.notification__button{position:absolute;right:.5rem;top:50%;transform:translateY(-50%);z-index:1;width:1.25rem;height:1.25rem;display:inline-flex;align-items:center;justify-content:center;padding:0;color:#fb923c}.hero h1{margin:0;font-size:2.25rem;font-weight:700;color:#fff;letter-spacing:-.025em;line-height:1.1}.hero h1 span{background:linear-gradient(to right,#fb923c,#f59e0b);-webkit-background-clip:text;background-clip:text;color:transparent}.hero__copy p{margin:1rem auto 0;line-height:1.625;color:var(--muted)}.quick-create{position:relative;width:100%;max-width:48rem;margin:0 auto}.composer{position:relative;width:100%;border-radius:1rem;background:#ffffff0f;border:1px solid rgba(255,255,255,.08);backdrop-filter:blur(14px)}.composer__beam{--beam-size: 120;--beam-duration: 8s;--beam-anchor: 90;--beam-border-width: 1.5px;--beam-color-from: #ff8c50;--beam-color-to: rgba(255, 140, 80, .2);--beam-delay: 0s;position:absolute;inset:0;border-radius:inherit;pointer-events:none;border:var(--beam-border-width) solid transparent;-webkit-mask:linear-gradient(transparent,transparent),linear-gradient(#fff,#fff);mask:linear-gradient(transparent,transparent),linear-gradient(#fff,#fff);-webkit-mask-clip:padding-box,border-box;mask-clip:padding-box,border-box;-webkit-mask-composite:source-in;mask-composite:intersect;z-index:2}.composer__beam:after{content:"";position:absolute;aspect-ratio:1 / 1;width:calc(var(--beam-size) * 1px);background:linear-gradient(to left,var(--beam-color-from),var(--beam-color-to),transparent);opacity:0;offset-anchor:calc(var(--beam-anchor) * 1%) 50%;offset-path:rect(0 auto auto 0 round calc(var(--beam-size) * 1px));animation-delay:var(--beam-delay)}body.ambient-motion-ready .composer__beam:after{opacity:1;animation:composer-border-beam var(--beam-duration) linear infinite;animation-delay:var(--beam-delay)}@keyframes composer-border-beam{to{offset-distance:100%}}@media(prefers-reduced-motion:reduce){body.ambient-motion-ready .composer__beam:after,.composer__beam:after{animation:none;opacity:0}}.composer__input{padding:1rem 1rem 0}.composer__textarea{width:100%;min-height:1.75rem;max-height:7rem;padding:0;resize:none;overflow:hidden;background:transparent;border:0;outline:0;color:#fff;font-size:1rem;line-height:1.625rem}.composer__textarea::placeholder{color:#6b7280}.composer__textarea--error::placeholder,.composer__textarea--error{color:#fed7aa}.composer__footer{padding:.5rem 1rem 1rem;display:flex;flex-direction:column;gap:.75rem}.preset-row{display:flex;align-items:center;gap:.5rem;min-width:0}.chip{flex:1;padding:.5rem 1rem;border-radius:9999px;font-size:.75rem;font-weight:500;white-space:nowrap;text-align:center;color:#d1d5db;border:1px solid transparent;background:#0003;transition:color .18s ease,border-color .18s ease,background-color .18s ease}.chip:hover,.chip--active{background:#f9731633;color:#fb923c}.chip--advanced{display:inline-flex;align-items:center;gap:.25rem;flex:0 0 auto}.advanced-icon-button{width:2.25rem;height:2.25rem;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;padding:0;border-radius:9999px;border:1px solid rgba(255,255,255,.12);background:#0000004d;color:#d1d5db;cursor:pointer;transition:color .18s ease,border-color .18s ease,background-color .18s ease,transform .18s ease}.advanced-icon-button:hover,.advanced-icon-button.chip--active{color:#fb923c;border-color:#f9731673;background:#f973161f}.advanced-icon-button__icon{width:1.05rem;height:1.05rem}.composer__actions{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.composer__advanced{position:relative}.advanced-panel{position:absolute;left:0;bottom:calc(100% + .5rem);width:18rem;padding:1rem;border-radius:.75rem;background:#111827;border:1px solid #374151;box-shadow:0 20px 40px #00000059;z-index:50;animation:panel-in .2s ease both}.advanced-panel__group+.advanced-panel__group{margin-top:1rem}.advanced-panel__label{margin-bottom:.5rem;color:#9ca3af;font-size:.75rem;font-weight:500}.segmented{display:flex;gap:.5rem}.segmented__item{flex:1;padding:.375rem .5rem;border-radius:.5rem;font-size:.75rem;font-weight:500;border:1px solid rgba(255,255,255,.1);background:#0003;color:#d1d5db}.segmented__item--active{background:#f9731633;color:#fb923c;border-color:#f9731633}.segmented__item.is-disabled{opacity:.4;cursor:not-allowed}.toggle{margin-top:1rem;display:flex;align-items:center;justify-content:space-between;color:#9ca3af;font-size:.75rem;font-weight:500}.toggle__switch{border:0;padding:0;cursor:pointer;position:relative;width:2.25rem;height:1.25rem;border-radius:9999px;background:#374151;transition:background-color .18s ease}.toggle__thumb{position:absolute;top:.125rem;left:.125rem;width:1rem;height:1rem;border-radius:9999px;background:#fff;transition:transform .18s ease}.toggle__switch.is-active{background:#f97316}.toggle__switch.is-active .toggle__thumb{transform:translate(1rem)}.composer .button--create{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;min-height:2.25rem;padding:.5rem 1.25rem;border-radius:9999px;color:#fff;font-weight:600;font-size:.875rem;white-space:nowrap;flex-shrink:0;background:linear-gradient(to right,#f97316,#f59e0b);transition:background-color .18s ease,box-shadow .18s ease,transform .18s ease}.composer .button--create:hover{transform:translateY(-1px);box-shadow:0 10px 24px #f9731640}.composer .button--create.is-loading,.composer .button--create[disabled]{background:#4b5563;box-shadow:none;cursor:not-allowed;transform:none}.button__icon--loader,.composer .button--create.is-loading .button__icon--sparkles{display:none}.composer .button--create.is-loading .button__icon--loader{display:block;animation:spin 1s linear infinite}.composer__toast{margin:.5rem 0 0;text-align:center;color:#fca5a5;font-size:.75rem;line-height:1.4}.composer__fineprint{margin:.75rem 0 0;text-align:center;color:#6b7280;font-size:.75rem}@keyframes breathing-glow{0%,to{opacity:.7;transform:scale(.995)}50%{opacity:1;transform:scale(1.01)}}@keyframes breathing-glow-outer{0%,to{opacity:.2;transform:scale(.985)}50%{opacity:.35;transform:scale(1.015)}}@keyframes panel-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes spin{to{transform:rotate(360deg)}}@media(min-width:768px){.hero__content{gap:2.5rem}.hero h1{font-size:3.75rem}.composer__footer{flex-direction:row;align-items:center;justify-content:space-between;gap:.75rem}.chip{flex:0 0 auto}.composer__actions{justify-content:flex-end}}.section{padding:5rem 0;content-visibility:auto;contain-intrinsic-size:1px 720px}.section--overview,.section--what,.section--why,.section--features,.section--songs,.section--faq,.section--cta{background:var(--bg)}.section--songs{background:#020a17}.section--overview{background:#0b0f20}.section--what{background:#020a17}.section--features{background:#0b0f20}.section--what{position:relative;overflow:hidden;isolation:isolate}.section--what:before,.section--what:after{content:"";position:absolute;pointer-events:none;z-index:0;border-radius:50%;filter:blur(90px);opacity:.55}.section--what:before{top:-8%;left:-6%;width:42rem;height:42rem;background:radial-gradient(circle,#8b5cf659,#8b5cf600 70%)}.section--what:after{bottom:-12%;right:-8%;width:44rem;height:44rem;background:radial-gradient(circle,#f9731647,#f9731600 70%)}.section--what .container{position:relative;z-index:1}.section--why{background:#020a17}.section--faq{background:#0b0f20}.section--cta{background:#020a17}.section--content{background:var(--gray-950);min-height:100vh}.content-page{width:min(100%,62rem);margin:0 auto;padding:3rem 2rem;background:#111827b8;border:1px solid rgba(55,65,81,.8);border-radius:1rem;box-shadow:0 16px 40px #00000059}.content-page--compact{width:min(100%,42rem)}.content-page__header{margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid rgba(55,65,81,.8)}.content-page__header h1{margin:0;color:#fff;font-size:2rem;line-height:1.2}.content-page__header p{margin:.75rem 0 0;color:#d1d5db;font-size:.95rem}.content-page h2{margin:2rem 0 .85rem;color:#f97316;font-size:1.45rem}.content-page h3{margin:1.1rem 0 .65rem;color:#fb923c;font-size:1.1rem}.content-page p,.content-page li{margin:0;color:#e5e7eb;font-size:1rem;line-height:1.75}.content-page p+p{margin-top:.85rem}.content-page ul{margin:0;padding-left:1.15rem;display:grid;gap:.65rem}.content-page a{color:#fb923c}.content-page a:hover{color:#fdba74}.content-page__contact-line{margin-top:1.25rem;font-size:1.05rem}.topic-page{width:min(100%,72rem);margin:0 auto;display:grid;gap:1.25rem}.topic-page__breadcrumbs{display:inline-flex;align-items:center;gap:.5rem;color:#9ca3af;font-size:.875rem}.topic-page__breadcrumbs a{color:#d1d5db}.topic-page__breadcrumbs a:hover{color:#fff}.topic-page__card{padding:2rem;border-radius:1rem;border:1px solid rgba(55,65,81,.8);background:#111827b8;box-shadow:0 14px 36px #0000004d}.topic-page__hero{display:grid;grid-template-columns:minmax(0,1.65fr) minmax(0,1fr);gap:1.25rem;align-items:start;background:radial-gradient(circle at top right,rgba(249,115,22,.16),transparent 52%),#111827b8}.topic-page h1,.topic-page h2,.topic-page h3{margin:0;line-height:1.25}.topic-page h1{font-size:clamp(1.8rem,3vw,2.5rem);color:#fff}.topic-page h2{font-size:1.4rem;color:#f97316}.topic-page h3{font-size:1.05rem;color:#fb923c}.topic-page p,.topic-page li{margin:0;color:#e5e7eb;line-height:1.7}.topic-page ul{margin:0;padding-left:1.15rem;display:grid;gap:.6rem}.topic-page__hero-copy{display:grid;gap:1rem;align-content:start}.topic-page__hero-copy .button{width:fit-content}.topic-page__quick{padding:1rem;border-radius:.9rem;border:1px solid rgba(75,85,99,.7);background:#03071280;display:grid;gap:.75rem}.topic-page__entry{display:grid;gap:.55rem;padding:.85rem;border-radius:.7rem;border:1px solid rgba(251,146,60,.35);background:#7c2d122e}.topic-page__entry strong{color:#fdba74}.topic-page__entry p{color:#e2e8f0;font-size:.94rem}.topic-page__grid{margin-top:.9rem;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem}.topic-page__grid--faq{grid-template-columns:repeat(2,minmax(0,1fr))}.topic-page__tile{padding:.9rem;border-radius:.8rem;border:1px solid rgba(75,85,99,.75);background:#03071273;display:grid;gap:.55rem}.topic-page__cta{padding:1.2rem 1.35rem;border-radius:.95rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;background:linear-gradient(100deg,#ea580c,#f59e0b);color:#111827}.topic-page__cta div{display:grid;gap:.45rem}.topic-page__cta h2{color:#111827;font-size:1.3rem}.topic-page__cta p{color:#111827d9;font-size:.95rem}.topic-page__cta a{padding:.6rem 1rem;border-radius:.55rem;background:#111827;color:#fff;font-size:.9rem;font-weight:600;white-space:nowrap}.topic-page__cta a:hover{background:#030712}@media(max-width:767px){.content-page{padding:2rem 1.25rem;border-radius:.75rem}.content-page__header h1{font-size:1.7rem}.topic-page__card{padding:1.25rem;border-radius:.8rem}.topic-page__hero,.topic-page__grid,.topic-page__grid--faq{grid-template-columns:1fr}.topic-page__cta{flex-direction:column;align-items:flex-start}}.section-title{position:relative;margin:0 0 3rem;font-size:clamp(1.75rem,3vw,2.25rem);font-weight:700;color:#fff;letter-spacing:-.02em}.section-title--center{text-align:center}.section--overview .container>.section-title--center:before,.section--what .container>.section-title--center:before,.section--features .container>.section-title--center:before,.section--why .container>.section-title--center:before,.section--faq .container>.section-title--center:before,.section--faq .container--faq>.section-title--center:before{display:block;margin-bottom:.75rem;font-size:.75rem;font-weight:700;letter-spacing:.22em;text-transform:uppercase;color:#f97316}.section--overview .container>.section-title--center:before{content:"Discover ACE-Step"}.section--what .container>.section-title--center:before{content:"About"}.section--features .container>.section-title--center:before{content:"Capabilities"}.section--why .container>.section-title--center:before{content:"Advantages"}.section--faq .container--faq>.section-title--center:before,.section--faq .container>.section-title--center:before{content:"Questions"}.stack-grid{display:grid;gap:1rem;max-width:52rem;margin:0 auto}.card-grid{display:grid;gap:1.25rem}.card-grid--three{grid-template-columns:repeat(3,minmax(0,1fr))}.overview-card{position:relative;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:1.25rem;padding:1.25rem 1.5rem;background:#ffffff08;border-radius:.85rem;border:1px solid rgba(255,255,255,.07);transition:border-color .18s ease,background-color .18s ease,transform .18s ease}.overview-card:hover{border-color:#f9731659;background:#ffffff0d}.overview-card--link{text-decoration:none;color:inherit;cursor:pointer}.overview-card:after{content:none}.overview-card__emoji{display:inline-flex;align-items:center;justify-content:center;width:3rem;height:3rem;font-size:1.4rem;line-height:1;border-radius:.7rem;background:linear-gradient(135deg,#f9731638,#ec48992e);border:1px solid rgba(249,115,22,.28);flex-shrink:0}.overview-card__content{display:flex;flex-direction:column;gap:.25rem;min-width:0}.overview-card__subtitle{margin:0;font-size:.75rem;font-weight:700;letter-spacing:.22em;text-transform:uppercase;color:#f97316}.overview-card__title{margin:0;font-size:1.05rem;font-weight:700;color:#fff;line-height:1.35}.overview-card__body{margin:.2rem 0 0;color:#9ca3af;font-size:.9rem;line-height:1.65;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;transition:-webkit-line-clamp .18s ease}.overview-card:hover .overview-card__body,.overview-card:focus-visible .overview-card__body,.overview-card:focus-within .overview-card__body{-webkit-line-clamp:unset;line-clamp:unset;display:block;overflow:visible}.overview-card__cta{color:#9ca3af;font-size:.85rem;font-weight:500;white-space:nowrap;text-decoration:none;transition:color .18s ease,transform .18s ease;align-self:center;justify-self:end}.overview-card:hover .overview-card__cta{color:#fb923c;transform:translate(2px)}@media(max-width:640px){.overview-card{grid-template-columns:auto minmax(0,1fr)}.overview-card__cta{display:none}}.simple-card{position:relative;padding:1.75rem 1.5rem 2.5rem;background:linear-gradient(145deg,#ffffff14,#ffffff08 55%,#ffffff04);border-radius:1.1rem;border:1px solid rgba(255,255,255,.12);backdrop-filter:blur(18px) saturate(160%);-webkit-backdrop-filter:blur(18px) saturate(160%);box-shadow:0 12px 40px #00000059,inset 0 1px #ffffff24,inset 0 -1px #ffffff0a;transition:border-color .22s ease,transform .22s ease,box-shadow .22s ease;overflow:hidden}.simple-card:before{content:"";position:absolute;inset:0;border-radius:inherit;background:radial-gradient(120% 80% at 0% 0%,#ffffff17,#fff0 55%);pointer-events:none}.simple-card:after{content:"";position:absolute;right:1.5rem;top:2.35rem;width:1.1rem;height:1.1rem;transform:translateY(-50%);background:no-repeat center / contain url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%239ca3af' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='m9 18 6-6-6-6'/></svg>");opacity:.65;transition:opacity .18s ease,transform .18s ease}.simple-card--hover:hover:after{opacity:1;transform:translateY(-50%) translate(3px)}.simple-card--hover:hover{border-color:#f9731673;transform:translateY(-2px);box-shadow:0 16px 48px #00000073,inset 0 1px #ffffff2e,inset 0 -1px #ffffff0d}.simple-card>*{position:relative;z-index:1}.simple-card h3,.feature-card h3{margin:0 0 .75rem;font-size:1.05rem;font-weight:700;color:#fff;line-height:1.35}.simple-card h3{position:relative;padding-top:3.75rem;font-size:1.05rem;letter-spacing:0}.simple-card h3:first-letter{display:inline-block;position:absolute;top:0;left:0;width:3rem;height:3rem;font-size:1.25rem;line-height:3rem;text-align:center;border-radius:.7rem;background:linear-gradient(135deg,#8b5cf640,#3b82f62e);border:1px solid rgba(139,92,246,.3)}.card-grid>.simple-card:has(.simple-card__icon) h3{padding-top:0}.card-grid>.simple-card:has(.simple-card__icon) h3:first-letter{display:inline;position:static;width:auto;height:auto;font-size:inherit;line-height:inherit;text-align:inherit;border-radius:0;background:none;border:0;color:inherit;padding:0;margin:0;box-shadow:none}.card-grid>.simple-card:has(.simple-card__icon):nth-child(1) h3:first-letter,.card-grid>.simple-card:has(.simple-card__icon):nth-child(2) h3:first-letter,.card-grid>.simple-card:has(.simple-card__icon):nth-child(3) h3:first-letter,.card-grid>.simple-card:has(.simple-card__icon):nth-child(4) h3:first-letter,.card-grid>.simple-card:has(.simple-card__icon):nth-child(5) h3:first-letter,.card-grid>.simple-card:has(.simple-card__icon):nth-child(6) h3:first-letter{background:none;border:0}.simple-card__icon{display:flex;align-items:center;justify-content:flex-start;width:100%;margin:0 0 1.5rem}.simple-card__icon:before{content:attr(data-icon)}.simple-card__icon{font-size:1.6rem;line-height:1}.simple-card__icon>*{display:inline-block}.section--what .card-grid>.simple-card:nth-child(1) .simple-card__icon{width:3.25rem;height:3.25rem;border-radius:.8rem;justify-content:center;background:linear-gradient(135deg,#8b5cf659,#3b82f638);border:1px solid rgba(139,92,246,.4);box-shadow:inset 0 1px #ffffff1f}.section--what .card-grid>.simple-card:nth-child(2) .simple-card__icon{width:3.25rem;height:3.25rem;border-radius:.8rem;justify-content:center;background:linear-gradient(135deg,#0ea5e959,#06b6d438);border:1px solid rgba(14,165,233,.4);box-shadow:inset 0 1px #ffffff1f}.section--what .card-grid>.simple-card:nth-child(3) .simple-card__icon{width:3.25rem;height:3.25rem;border-radius:.8rem;justify-content:center;background:linear-gradient(135deg,#f9731661,#ec48993d);border:1px solid rgba(249,115,22,.45);box-shadow:inset 0 1px #ffffff1f}.simple-card__title{margin:0 0 .5rem!important;padding:0!important;font-size:1.05rem;font-weight:700;color:#fff}.section--what .card-grid>.simple-card:nth-child(1) h3:first-letter{background:linear-gradient(135deg,#8b5cf64d,#3b82f633);border-color:#8b5cf659}.section--what .card-grid>.simple-card:nth-child(2) h3:first-letter{background:linear-gradient(135deg,#0ea5e94d,#06b6d433);border-color:#0ea5e959}.section--what .card-grid>.simple-card:nth-child(3) h3:first-letter{background:linear-gradient(135deg,#f973164d,#ec489933);border-color:#f9731659}.simple-card p,.simple-card div{margin:0;color:#9ca3af;font-size:.9rem;line-height:1.65}.feature-card{position:relative;padding:1.75rem 1.5rem;background:linear-gradient(145deg,#ffffff14,#ffffff08 55%,#ffffff04);border-radius:1.1rem;border:1px solid rgba(255,255,255,.12);backdrop-filter:blur(18px) saturate(160%);-webkit-backdrop-filter:blur(18px) saturate(160%);box-shadow:0 12px 40px #00000059,inset 0 1px #ffffff24,inset 0 -1px #ffffff0a;transition:border-color .22s ease,transform .22s ease,box-shadow .22s ease;overflow:hidden}.feature-card:before{content:"";position:absolute;inset:0;border-radius:inherit;background:radial-gradient(120% 80% at 100% 0%,#ffffff17,#fff0 55%);pointer-events:none;z-index:0}.feature-card>*{position:relative;z-index:1}.feature-card:hover{border-color:#f9731673;box-shadow:0 16px 48px #00000073,inset 0 1px #ffffff2e,inset 0 -1px #ffffff0d;transform:translateY(-2px)}.feature-card h3{margin:0 0 1.25rem;display:inline-flex;align-items:center;gap:.6rem;font-size:1.05rem;color:#fff}.feature-card ul{margin:0;padding:0;list-style:none;display:grid;gap:.65rem}.feature-card li{position:relative;padding:.7rem .85rem .7rem 2rem;color:#d1d5db;font-size:.9rem;line-height:1.65;background:#00000040;border:1px solid rgba(255,255,255,.05);border-radius:.55rem}.feature-card li:before{content:"";position:absolute;left:.75rem;top:50%;width:.85rem;height:.85rem;transform:translateY(-50%);border-radius:9999px;background:radial-gradient(circle at 30% 30%,#ffffffe6,#fff0 55%),#22c55e;box-shadow:0 0 0 1px #22c55e59}.section--features .card-grid>.feature-card:nth-child(1):before,.section--features .card-grid>.feature-card:nth-child(2):before,.section--features .card-grid>.feature-card:nth-child(3):before{content:"";position:absolute;left:1.5rem;right:1.5rem;top:0;height:2px;border-radius:2px}.section--features .card-grid>.feature-card:nth-child(1):before{background:linear-gradient(to right,#f97316,transparent)}.section--features .card-grid>.feature-card:nth-child(2):before{background:linear-gradient(to right,#8b5cf6,transparent)}.section--features .card-grid>.feature-card:nth-child(3):before{background:linear-gradient(to right,#22c55e,transparent)}.section--why .card-grid--three{grid-template-columns:repeat(auto-fit,minmax(9rem,1fr));gap:1rem;max-width:72rem;margin:0 auto}.section--why .simple-card{padding:1rem .75rem;background:transparent;border:0;text-align:center}.section--why .simple-card:after{display:none}.section--why .simple-card h3{padding:0;margin:.75rem 0 .4rem;font-size:.9rem;font-weight:600}.section--why .simple-card h3:first-letter{position:static;display:block;width:3.25rem;height:3.25rem;margin:0 auto .75rem;line-height:3.25rem;border-radius:9999px;font-size:1.1rem;color:#fff;background:linear-gradient(135deg,#8b5cf659,#3b82f640);border:1px solid rgba(255,255,255,.1)}.section--why .card-grid>.simple-card:nth-child(6n+1) h3:first-letter{background:linear-gradient(135deg,#a855f7,#6366f1)}.section--why .card-grid>.simple-card:nth-child(6n+2) h3:first-letter{background:linear-gradient(135deg,#f59e0b,#ef4444)}.section--why .card-grid>.simple-card:nth-child(6n+3) h3:first-letter{background:linear-gradient(135deg,#06b6d4,#3b82f6)}.section--why .card-grid>.simple-card:nth-child(6n+4) h3:first-letter{background:linear-gradient(135deg,#22c55e,#14b8a6)}.section--why .card-grid>.simple-card:nth-child(6n+5) h3:first-letter{background:linear-gradient(135deg,#ec4899,#f97316)}.section--why .card-grid>.simple-card:nth-child(6n+6) h3:first-letter{background:linear-gradient(135deg,#8b5cf6,#06b6d4)}.section--why .simple-card p,.section--why .simple-card div{color:#9ca3af;font-size:.78rem;line-height:1.5;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}@media(max-width:640px){.card-grid--three{grid-template-columns:1fr}.section--why .card-grid--three{grid-template-columns:repeat(2,minmax(0,1fr))}}.feature-card li+li{margin-top:0}.sample-grid{display:grid;gap:1.25rem;grid-template-columns:repeat(auto-fill,minmax(360px,1fr))}.sample-grid__header{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1.5rem}.sample-grid__header .section-title{margin:0;min-width:0;text-align:left}.sample-grid__viewall{padding:.4rem .9rem;border-radius:.5rem;border:1px solid rgba(255,255,255,.14);background:#ffffff0a;color:#e5e7eb;font-size:.8rem;font-weight:500;transition:color .18s ease,border-color .18s ease,background-color .18s ease}.sample-grid__viewall:hover{color:#fb923c;border-color:#f9731666;background:#f9731614}.sample-card{display:flex;align-items:stretch;gap:.9rem;padding:.75rem;background:#ffffff08;border:1px solid rgba(255,255,255,.07);border-radius:.85rem;cursor:pointer;transition:border-color .18s ease,background-color .18s ease,transform .18s ease}.sample-card:hover{border-color:#f9731666;background:#ffffff0d}.sample-card.is-hidden,.faq-panel.is-hidden{display:none}.sample-card__cover{position:relative;width:5.25rem;height:5.25rem;flex:0 0 auto;border-radius:.6rem;display:flex;align-items:center;justify-content:center;overflow:hidden;box-shadow:inset 0 0 0 1px #ffffff0f}.sample-card__cover:after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 70% 80%,rgba(0,0,0,.35),transparent 60%);pointer-events:none}.sample-card__cover-icon{position:relative;width:1.8rem;height:1.8rem;color:#ffffffc7;filter:drop-shadow(0 2px 6px rgba(0,0,0,.4))}.sample-card__cover--image{background:#0a0d16}.sample-card__cover--image img{width:100%;height:100%;object-fit:cover;display:block}.sample-card__info{flex:1;min-width:0;display:flex;flex-direction:column;justify-content:center;gap:.25rem}.sample-card__row{display:flex;align-items:center;gap:.5rem}.sample-card__name{margin:0;flex:1;min-width:0;color:#fff;font-size:.95rem;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sample-card__duration{color:#9ca3af;font-size:.8rem;font-variant-numeric:tabular-nums;flex:0 0 auto}.sample-card__meta{margin:0;color:#9ca3af;font-size:.75rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sample-card__wave{display:block;width:100%;height:28px;margin-top:.15rem;color:#d1d5db8c;transition:color .18s ease;cursor:pointer}.sample-card:hover .sample-card__wave,.sample-card.is-playing .sample-card__wave{color:#fb923cd9}.sample-card__similar{align-self:flex-start;margin-top:.15rem;color:#fb923c;font-size:.75rem;font-weight:700;line-height:1;transition:color .18s ease,opacity .18s ease}.sample-card__similar:hover{color:#fed7aa}.sample-card__play{width:2rem;height:2rem;display:inline-flex;align-items:center;justify-content:center;border-radius:9999px;background:#ffffff14;color:#fff;flex:0 0 auto;transition:background-color .18s ease,color .18s ease}.sample-card__play:hover{background:#f9731638;color:#fb923c}.sample-card audio{display:none}.sample-card__play-icon{width:.9rem;height:.9rem}.sample-card__play-icon--pause{display:none}.sample-card.is-playing .sample-card__play{background:var(--orange);color:#fff}.sample-card.is-playing .sample-card__play-icon--play{display:none}.sample-card.is-playing .sample-card__play-icon--pause{display:block}@media(max-width:540px){.sample-grid__header{flex-wrap:wrap;align-items:flex-start;gap:.75rem}.sample-grid__header .section-title{flex:1 1 13rem;font-size:1.5rem;line-height:1.2}.sample-grid__viewall{flex:0 0 auto}.sample-grid{grid-template-columns:1fr;gap:.875rem}.sample-card{align-items:flex-start;gap:.75rem;padding:.625rem}.sample-card__cover{width:4rem;height:4rem}.sample-card__row{gap:.375rem}.sample-card__name{font-size:.875rem}.sample-card__meta{font-size:.7rem;line-height:1.35;white-space:normal;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.sample-card__wave{height:22px}}@media(max-width:390px){.sample-grid__header{flex-direction:column}.sample-grid__header .section-title{flex-basis:auto}.sample-card__cover{width:3.75rem;height:3.75rem}.sample-card__duration,.sample-card__wave{display:none}}@media(max-width:360px){.sample-card__cover{width:3.25rem;height:3.25rem}.sample-card__play{width:1.75rem;height:1.75rem}}.sample-note{display:block;margin-top:1.5rem;text-align:center;color:var(--muted);font-size:.875rem}.show-more-wrap{margin-top:2rem;text-align:center}.faq-tabs{display:inline-flex;flex-wrap:wrap;justify-content:center;gap:.35rem;margin:0 auto 2rem;padding:.3rem;background:#ffffff0a;border:1px solid rgba(255,255,255,.07);border-radius:9999px}.section--faq .container,.section--faq .container--faq{text-align:center}.section--faq .faq-panel{text-align:left}.faq-tab{padding:.45rem 1.15rem;border-radius:9999px;font-size:.85rem;font-weight:500;transition:background-color .18s ease,color .18s ease;color:#9ca3af;background:transparent;border:0;cursor:pointer}.faq-tab:hover{color:#fff}.faq-tab--active{background:linear-gradient(135deg,#f97316,#ef4444);color:#fff;box-shadow:0 6px 18px #f9731659}.faq-panel{max-width:52rem;margin:0 auto;display:grid;gap:.75rem}.faq-panel--all{max-width:58rem}.faq-item{background:var(--white-04);padding:0;border-radius:.6rem;box-shadow:none;border:1px solid var(--white-08);transition:border-color .18s ease,background-color .18s ease}.faq-item:hover{border-color:var(--highlight-border);background:var(--white-05)}.faq-item[open]{border-color:var(--highlight-border)}.faq-item summary{cursor:pointer;list-style:none;color:var(--color-text);font-size:.92rem;font-weight:500;padding:.9rem 3rem .9rem 1.1rem;position:relative}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary:after{content:"+";position:absolute;right:1rem;top:50%;transform:translateY(-50%);width:1.5rem;height:1.5rem;display:inline-flex;align-items:center;justify-content:center;color:var(--orange-550);font-size:1.25rem;font-weight:400;line-height:1;transition:transform .18s ease}.faq-item[open] summary:after{content:"-";transform:translateY(-50%)}.faq-item p{margin:0;padding:0 1.1rem 1rem;color:var(--color-text-muted);font-size:.88rem;line-height:1.65}.section--cta .container{padding:0 1rem}.cta-block{position:relative;overflow:hidden;text-align:center;padding:3rem 2rem;border-radius:1.25rem;background:radial-gradient(ellipse 70% 120% at 90% 50%,rgba(249,115,22,.45),transparent 60%),radial-gradient(ellipse 60% 120% at 10% 50%,rgba(139,92,246,.3),transparent 60%),linear-gradient(135deg,#1b1235,#2a1040 55%,#3a1a1d);border:1px solid rgba(255,255,255,.08)}.cta-block:before{content:"";position:absolute;left:0;right:0;bottom:0;height:45%;pointer-events:none;background:radial-gradient(ellipse 45% 90% at 85% 100%,rgba(251,146,60,.55),transparent 60%),radial-gradient(ellipse 45% 90% at 15% 100%,rgba(139,92,246,.3),transparent 65%);-webkit-mask-image:linear-gradient(to top,#000 30%,transparent 100%);mask-image:linear-gradient(to top,#000 30%,transparent 100%)}.cta-block:after{content:"";position:absolute;left:0;right:0;bottom:10%;height:2px;pointer-events:none;background:linear-gradient(to right,transparent 0%,rgba(139,92,246,.5) 15%,rgba(251,146,60,.8) 50%,rgba(139,92,246,.5) 85%,transparent 100%);filter:blur(1px)}.cta-block>*{position:relative;z-index:1}.cta-block .section-title{margin:0 0 1rem;color:#fff;font-size:clamp(1.75rem,3vw,2.25rem)}.cta-block .section-title:before{display:none!important}.cta-block p{margin:0 auto;max-width:40rem;color:#e5e7ebd9;font-size:.9rem;line-height:1.65}.cta__actions{margin-top:1.75rem}.cta__actions .button--cta{padding:.7rem 1.5rem;border-radius:.65rem;background:linear-gradient(135deg,#f97316,#ef4444);color:#fff;font-weight:600;font-size:.95rem;box-shadow:0 10px 24px #f9731659;transition:transform .18s ease,box-shadow .18s ease}.cta__actions .button--cta:hover{transform:translateY(-1px);box-shadow:0 14px 28px #f9731673;background:linear-gradient(135deg,#f97316,#ef4444)}.signin-modal[hidden]{display:none!important}.signin-modal{position:fixed;inset:0;z-index:80}.signin-modal__backdrop{position:absolute;inset:0;background:#00000080}.signin-modal__panel{position:absolute;top:50%;left:50%;width:min(100% - 2rem,425px);transform:translate(-50%,-50%);display:grid;gap:1rem;padding:1.5rem;border-radius:.75rem;border:1px solid rgba(255,255,255,.08);background:linear-gradient(180deg,#ffffff0d,#ffffff05),#111827f0;backdrop-filter:blur(20px);box-shadow:0 30px 80px #00000073,0 0 0 1px #f973160d}.signin-modal__close{position:absolute;top:1rem;right:1rem;width:1.75rem;height:1.75rem;display:inline-flex;align-items:center;justify-content:center;color:var(--muted)}.signin-modal__header{display:flex;flex-direction:column;gap:.5rem;text-align:left}.signin-modal__title{margin:0;font-size:1.25rem;font-weight:700}.signin-modal__description{margin:0;color:var(--muted);font-size:.875rem;line-height:1.6}.signin-modal__content{display:grid;gap:1rem}.signin-modal__provider{width:100%;min-height:2.5rem;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.625rem 1rem;border-radius:.75rem;font-size:.875rem;font-weight:600;transition:transform .18s ease,border-color .18s ease,background-color .18s ease,box-shadow .18s ease}.signin-modal__provider:hover{transform:translateY(-1px)}.signin-modal__provider--primary,.signin-modal__provider--submit{background:linear-gradient(135deg,#f9731638,#f59e0b29);color:#fff7ed;border:1px solid rgba(249,115,22,.28);box-shadow:0 10px 24px #f973161f}.signin-modal__provider--outline{border:1px solid rgba(255,255,255,.12);background:#ffffff08;color:#fff}.signin-modal__provider-mark{width:1.125rem;height:1.125rem;display:inline-flex;align-items:center;justify-content:center;border-radius:9999px;background:#ffffff1f;color:#fff;font-size:.75rem;font-weight:700}.signin-modal__email-toggle-wrap{display:flex;flex-direction:column;align-items:center;gap:.5rem}.signin-modal__email-toggle{padding:0;color:#e5e7eb;font-size:.875rem;text-decoration:underline;text-underline-offset:4px}.signin-modal__email{display:grid;gap:.75rem}.signin-modal__email[hidden],.signin-modal__email-toggle-wrap[hidden]{display:none!important}.signin-modal__label{font-size:.875rem;font-weight:500}.signin-modal__input{width:100%;min-height:2.5rem;padding:.625rem .75rem;border-radius:.75rem;border:1px solid rgba(255,255,255,.12);background:#ffffff08;color:#fff}.signin-modal__input::placeholder{color:var(--muted)}.signin-modal__input:focus{outline:none;border-color:#f9731659;box-shadow:0 0 0 3px #f973161f}.signin-modal__note{margin:0;color:var(--muted);font-size:.75rem}.signin-modal__feedback{margin:0;font-size:.875rem}.signin-modal__feedback[data-kind=error]{color:#fca5a5}.signin-modal__feedback[data-kind=success]{color:#86efac}.signin-modal__footer{display:none}.signin-modal__cancel{width:100%;min-height:2.5rem;border-radius:.75rem;border:1px solid rgba(255,255,255,.12);color:#fff;background:#ffffff08}@media(max-width:767px){.sidebar{display:none}.page-shell{margin-left:0;padding-bottom:4rem}.mobile-topbar,.mobile-bottom-nav,.mobile-drawer-backdrop{display:flex}.mobile-topbar{position:fixed;inset:0 0 auto;z-index:40;height:3.5rem;padding:0 1rem;align-items:center;justify-content:space-between;background:var(--gray-900);border-bottom:1px solid var(--gray-800)}.brand--mobile{gap:.5rem}.brand--mobile strong{font-size:1rem}.mobile-topbar__actions{display:flex;align-items:center;gap:.5rem}.mobile-topbar .auth--compact .auth__signin{height:2rem;padding:0 .75rem;font-size:.75rem;border-radius:.5rem}.mobile-topbar .auth--compact .auth__loading{width:2rem;height:2rem}.mobile-topbar__more-btn,.mobile-drawer__close{width:2.25rem;height:2.25rem;border-radius:.5rem;display:inline-flex;align-items:center;justify-content:center;color:#d1d5db;transition:color .18s ease,background-color .18s ease}.mobile-topbar__more-btn:hover,.mobile-drawer__close:hover{color:#fff;background:#1f2937}.mobile-topbar__icon{width:1.25rem;height:1.25rem}.auth--compact .auth__trigger,.auth--compact .auth__avatar-image,.auth--compact .auth__avatar-fallback{width:2.25rem;height:2.25rem}.auth--compact{width:auto}.auth--compact .auth__dropdown{right:0;bottom:auto;top:calc(100% + .5rem)}.mobile-drawer-backdrop{position:fixed;inset:0;z-index:49;background:#0009;display:block}.mobile-drawer-backdrop[hidden]{display:none!important}.mobile-drawer{position:fixed;inset:0 0 0 auto;z-index:50;width:18rem;background:var(--gray-900);border-left:1px solid var(--gray-800);padding:0;display:flex;flex-direction:column;transform:translate(100%);transition:transform .3s ease-in-out}.mobile-drawer.is-open{transform:translate(0)}.mobile-drawer[hidden]{display:none!important}.mobile-drawer__header{display:flex;align-items:center;justify-content:space-between;height:3.5rem;padding:0 1rem;border-bottom:1px solid var(--gray-800)}.mobile-drawer__nav{display:grid;flex:1;overflow-y:auto;padding:.5rem 0}.mobile-drawer__link{display:flex;align-items:center;gap:.75rem;padding:.75rem 1.25rem;font-size:.875rem;color:#d1d5db}.mobile-drawer__link:hover,.mobile-drawer__link.is-active{background:var(--gray-800);color:#fff}.mobile-drawer__footer{padding:1rem;border-top:1px solid var(--gray-800)}.mobile-drawer__group{display:flex;flex-direction:column}.mobile-drawer__link[data-drawer-trigger]{cursor:pointer}.mobile-drawer__chevron{width:.85rem;height:.85rem;margin-left:auto;color:#6b7280;transition:transform .2s ease}.mobile-drawer__link[data-drawer-trigger][aria-expanded=true] .mobile-drawer__chevron{transform:rotate(180deg)}.mobile-drawer__sub{display:flex;flex-direction:column;gap:.15rem;padding-left:1.25rem}.mobile-drawer__sub[hidden]{display:none!important}.mobile-drawer__sublink{display:flex;align-items:center;gap:.6rem;padding:.6rem .75rem;color:#9ca3af;font-size:.875rem;transition:color .18s ease,background-color .18s ease;border-radius:.375rem}.mobile-drawer__sublink:hover{background:var(--gray-800);color:#fff}.mobile-drawer__sublink.is-active{color:#fb923c;background:#fb923c14}.mobile-drawer__subicon{width:1rem;height:1rem;flex:0 0 auto}body.top-chrome .mobile-topbar{display:none!important}.mobile-bottom-nav{position:fixed;inset:auto 0 0;z-index:40;height:4rem;padding:0 .5rem;align-items:center;justify-content:space-around;background:var(--gray-900);border-top:1px solid var(--gray-800)}.mobile-bottom-nav__link{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:.25rem;flex:1;padding:.375rem 0;border-radius:.5rem;color:#9ca3af;font-size:.625rem;font-weight:500;transition:color .18s ease}.mobile-bottom-nav__icon{width:1.5rem;height:1.5rem}.mobile-bottom-nav__link span{font-size:10px;font-weight:500;line-height:1}.mobile-bottom-nav__link:hover{color:#e5e7eb}.mobile-bottom-nav__link.is-active{color:#fb923c}.hero{min-height:100vh;padding-top:0}.signin-modal__panel{top:auto;bottom:0;left:0;width:100%;transform:none;max-height:80vh;overflow-y:auto;border-radius:.75rem .75rem 0 0;border-left:0;border-right:0;border-bottom:0;padding-top:2rem}.signin-modal__panel:before{content:"";position:absolute;top:.75rem;left:50%;width:100px;height:8px;transform:translate(-50%);border-radius:9999px;background:#ffffff24}.signin-modal__header{margin-top:.5rem}.signin-modal__footer{display:block;padding-top:.5rem}}@media(max-width:767px){body.top-chrome .page-shell{padding-bottom:4rem}.hero{background:radial-gradient(ellipse 70% 60% at 20% 20%,rgba(234,88,12,.12),transparent 75%),radial-gradient(ellipse 60% 60% at 85% 85%,rgba(14,165,233,.08),transparent 75%),#080c14}.quick-create__halo--inner,.quick-create__halo--outer{animation:none;filter:none;opacity:0}.notification__content,.composer{backdrop-filter:none}.card-grid--three{grid-template-columns:1fr;gap:1.5rem}.overview-card h3,.overview-card div:last-child{margin-left:0}}@media(prefers-reduced-motion:reduce){.quick-create__halo--inner,.quick-create__halo--outer{animation:none;filter:none;opacity:0}}@media(min-width:1024px){.hero h1{font-size:4.5rem}}.sample-grid__lead,.overview-lead{text-align:center;margin:0 auto 2.5rem;max-width:48rem}.sample-grid__eyebrow,.overview-lead__eyebrow{margin:0 0 .75rem;font-size:.75rem;font-weight:700;letter-spacing:.22em;text-transform:uppercase;color:#f97316}.sample-grid__lead-title,.overview-lead__title{margin:0;font-size:clamp(1.75rem,3vw,2.25rem);font-weight:700;line-height:1.2;letter-spacing:-.02em;color:#fff}.sample-grid__lead-body{margin:.85rem auto 0;max-width:38rem;color:#d1d5db;font-size:1.05rem;line-height:1.55}.sample-grid__lead .sample-grid__viewall{display:inline-block;margin-top:1.25rem}body.top-chrome .section--songs{background:var(--color-bg)}body.top-chrome .sample-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.15rem}body.top-chrome .sample-card{display:block;padding:0;overflow:hidden;border-radius:16px;background:var(--color-surface);border:1px solid var(--white-06);cursor:pointer}body.top-chrome .sample-card:hover,body.top-chrome .sample-card.is-playing{border-color:var(--orange-45);background:var(--color-surface-raised);transform:translateY(-4px)}body.top-chrome .sample-card__cover{width:100%;height:auto;aspect-ratio:1 / 1;border-radius:0;box-shadow:none}body.top-chrome .sample-card__cover:after{content:none}body.top-chrome .sample-card__cover:before{content:"";position:absolute;inset:0;background:#00000061;opacity:0;transition:opacity .2s ease;pointer-events:none;z-index:1;border-radius:inherit}body.top-chrome .sample-card:hover .sample-card__cover:before{opacity:1}body.top-chrome .sample-card__shade{position:absolute;inset:42% 0 0;background:linear-gradient(180deg,transparent,color-mix(in srgb,var(--color-bg-mid) 84%,transparent));pointer-events:none;z-index:0}body.top-chrome .sample-card__eq{position:absolute;left:16px;bottom:16px;display:flex;align-items:end;gap:4px;height:28px;opacity:0;transition:opacity .18s ease;z-index:2}body.top-chrome .sample-card:hover .sample-card__eq,body.top-chrome .sample-card.is-playing .sample-card__eq{opacity:1}body.top-chrome .sample-card__eq i{width:4px;height:12px;border-radius:99px;background:var(--orange-400);animation:sample-eq .9s ease-in-out infinite}body.top-chrome .sample-card__eq i:nth-child(2){height:22px;animation-delay:.1s}body.top-chrome .sample-card__eq i:nth-child(3){height:16px;animation-delay:.2s}body.top-chrome .sample-card__eq i:nth-child(4){height:26px;animation-delay:.3s}body.top-chrome .sample-card__eq i:nth-child(5){height:14px;animation-delay:.4s}@keyframes sample-eq{0%,to{transform:scaleY(.55)}50%{transform:scaleY(1)}}body.top-chrome .sample-card__info{padding:18px;gap:12px}body.top-chrome .sample-card__row{align-items:flex-start}body.top-chrome .sample-card__name{font-size:15px;font-weight:800}body.top-chrome .sample-card__duration{margin-top:2px}body.top-chrome .sample-card__meta{color:var(--color-text-muted);font-size:13px;line-height:1.35}body.top-chrome .sample-card__wave{height:24px;margin:0;color:color-mix(in srgb,var(--color-text-muted) 62%,transparent);opacity:.92}body.top-chrome .sample-card:hover .sample-card__wave,body.top-chrome .sample-card.is-playing .sample-card__wave{color:var(--orange-300)}body.top-chrome .sample-card__similar{margin-top:2px;font-size:13px}body.top-chrome .sample-card__play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:64px;height:64px;background:#00000073;border:1px solid rgba(255,255,255,.4);backdrop-filter:blur(8px);z-index:3;opacity:.85;transition:opacity .2s ease,background-color .2s ease,border-color .2s ease,transform .2s ease}body.top-chrome .sample-card:hover .sample-card__play,body.top-chrome .sample-card.is-playing .sample-card__play{opacity:1;background:linear-gradient(180deg,var(--orange-400),var(--orange-500));border-color:var(--orange-400);color:var(--orange-ink)}body.top-chrome .sample-card__play:hover{transform:translate(-50%,-50%) scale(1.08)}body.top-chrome .sample-card__play-icon{width:1.4rem;height:1.4rem}@media(max-width:980px){body.top-chrome .sample-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){body.top-chrome .sample-grid{grid-template-columns:1fr}}.section--overview .stack-grid{position:relative}.overview-lead{grid-column:1 / -1}.section--why .container--full{width:100%;max-width:none;padding:0 2rem}.why-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:1.75rem 1rem;width:100%;margin:0}.why-card{position:relative;display:flex;flex-direction:column;align-items:center;text-align:center;gap:.9rem;padding:.5rem .75rem;background:transparent;border:0;border-radius:0;box-shadow:none;backdrop-filter:none;-webkit-backdrop-filter:none;transition:transform .22s ease}.why-card:hover{transform:translateY(-3px);border:0;box-shadow:none}.why-card__icon{display:inline-flex;align-items:center;justify-content:center;width:3.5rem;height:3.5rem;font-size:1.4rem;line-height:1;border-radius:9999px;background:linear-gradient(135deg,#8b5cf680,#3b82f666);border:1px solid rgba(255,255,255,.14);box-shadow:0 8px 24px #00000059,inset 0 1px #fff3;color:#fff}.why-card:nth-child(6n+1) .why-card__icon{background:linear-gradient(135deg,#a855f7,#6366f1)}.why-card:nth-child(6n+2) .why-card__icon{background:linear-gradient(135deg,#f59e0b,#ef4444)}.why-card:nth-child(6n+3) .why-card__icon{background:linear-gradient(135deg,#06b6d4,#3b82f6)}.why-card:nth-child(6n+4) .why-card__icon{background:linear-gradient(135deg,#22c55e,#14b8a6)}.why-card:nth-child(6n+5) .why-card__icon{background:linear-gradient(135deg,#ec4899,#f97316)}.why-card:nth-child(6n+6) .why-card__icon{background:linear-gradient(135deg,#8b5cf6,#06b6d4)}.why-card__title{margin:0;font-size:1.05rem;font-weight:700;color:#fff;letter-spacing:-.01em;line-height:1.35}.why-card__body{margin:0;color:#9ca3af;font-size:.9rem;line-height:1.65;max-width:14rem}@media(max-width:1200px){.why-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:900px){.why-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:560px){.why-grid{grid-template-columns:1fr}}
