@layer creator-landing{*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #F2F2F7;--card-bg: #FFFFFF;--bg2: #F5F5F7;--bg3: #EBEBEF;--text: #1D1D1F;--muted: rgba(0,0,0,.62);--muted2: rgba(0,0,0,.42);--line: rgba(0,0,0,.08);--line2: rgba(0,0,0,.14);--red: #E8215A;--purple: #9B27AF;--grad: linear-gradient(135deg, #E8215A, #9B27AF);--card-shadow: 0 2px 16px rgba(0,0,0,.06), 0 0 0 1px rgba(0,0,0,.05)}html,body,#root{min-height:100%;background:var(--bg)}html{scroll-behavior:smooth;scroll-padding-top:80px}body{position:relative;background:var(--bg);color:var(--text);font-family:Minded,sans-serif;min-height:100vh;transition:background .3s,color .3s}body.login-transitioning{overflow:hidden}.grad{background:var(--grad);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.btn-primary{display:inline-flex;align-items:center;gap:8px;background:var(--grad);color:#fff;border:none;padding:13px 30px;border-radius:100px;font-family:Minded,sans-serif;font-size:15px;font-weight:600;cursor:pointer;text-decoration:none;transition:opacity .2s,transform .2s,box-shadow .2s}.btn-primary:hover{opacity:.88;transform:translateY(-2px);box-shadow:0 8px 24px #e8215a59}.btn-secondary{display:inline-flex;align-items:center;gap:8px;background:transparent;color:var(--muted);border:1px solid var(--line2);padding:12px 28px;border-radius:100px;font-family:Minded,sans-serif;font-size:15px;font-weight:500;cursor:pointer;text-decoration:none;transition:border-color .2s,color .2s,transform .2s,background .2s}.btn-secondary:hover{border-color:#e8215a73;color:var(--text);transform:translateY(-1px);background:var(--line)}.fade-up{opacity:0;transition:opacity .6s ease}.fade-up.visible{opacity:1}.page-wrap{position:relative;z-index:1;max-width:1280px;margin:0 auto;padding:16px 12px 48px;display:flex;flex-direction:column;gap:12px;transition:opacity .42s cubic-bezier(.22,1,.36,1),transform .42s cubic-bezier(.22,1,.36,1),filter .42s ease}.card{background:var(--card-bg);border-radius:20px;box-shadow:var(--card-shadow);overflow:hidden}.card-reveal{opacity:0;transition:opacity .72s cubic-bezier(.22,1,.36,1),box-shadow .35s ease}.card-reveal.visible{opacity:1}.page-wrap>.card-reveal:nth-child(1){transition-delay:.02s}.page-wrap>.card-reveal:nth-child(2){transition-delay:.08s}.page-wrap>.card-reveal:nth-child(3){transition-delay:.12s}.page-wrap>.card-reveal:nth-child(4){transition-delay:.16s}.page-wrap>.card-reveal:nth-child(5){transition-delay:.2s}.page-wrap>.card-reveal:nth-child(6){transition-delay:.24s}.section{padding:64px 56px}.section-label{display:flex;align-items:center;gap:10px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.15em;color:var(--red);margin-bottom:14px}.section-label:before{content:"";width:20px;height:2px;background:var(--grad);border-radius:1px}.section-title{font-size:clamp(30px,4vw,48px);font-weight:700;letter-spacing:-1.8px;line-height:1.08;margin-bottom:52px}.nav-wrapper{position:sticky;top:0;z-index:100;background:#f2f2f7ad;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);border-bottom:1px solid rgba(0,0,0,.08);box-shadow:0 12px 30px #0f172a0a;transition:background .3s,opacity .42s cubic-bezier(.22,1,.36,1),transform .42s cubic-bezier(.22,1,.36,1),filter .42s ease}.creator-halo-landing .nav-wrapper>nav{width:100%;display:flex;align-items:center;justify-content:space-between;padding:14px 48px;min-height:66px}.nav-logo{font-size:24px;font-weight:800;letter-spacing:-.06em;text-decoration:none;background:var(--grad);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.nav-links{display:flex;align-items:center;gap:8px;list-style:none;margin-left:auto}.nav-actions{display:flex;align-items:center;gap:8px}.nav-burger{display:none;width:40px;height:40px;border-radius:12px;background:#ffffff9e;border:1px solid rgba(0,0,0,.08);cursor:pointer;flex-shrink:0;flex-direction:column;align-items:center;justify-content:center;gap:4px;box-shadow:0 10px 24px #0f172a0d;transition:background .2s,border-color .2s}.nav-burger span{display:block;width:18px;height:2px;border-radius:2px;background:var(--muted);transition:transform .28s ease,opacity .2s ease}.nav-burger.is-open span:nth-child(1){transform:translateY(6px) rotate(45deg)}.nav-burger.is-open span:nth-child(2){opacity:0}.nav-burger.is-open span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}.nav-links a{color:var(--muted);text-decoration:none;font-size:14px;font-weight:600;transition:color .2s,background-color .2s,border-color .2s}.nav-links li>a:not(.btn-primary){display:inline-flex;align-items:center;min-height:38px;padding:0 12px;border-radius:12px;border:1px solid transparent}.nav-links li>a:not(.btn-primary):hover{color:var(--text);background:#ffffff8f;border-color:#0000000f}.nav-login{padding:10px 22px!important;font-size:14px!important;border-radius:14px!important;box-shadow:0 10px 26px #e8215a2e}footer{position:relative;z-index:1;transition:opacity .42s cubic-bezier(.22,1,.36,1),transform .42s cubic-bezier(.22,1,.36,1),filter .42s ease}body.login-transitioning .nav-wrapper,body.login-transitioning .page-wrap,body.login-transitioning footer{opacity:0;transform:translateY(-18px) scale(.985);filter:blur(10px);pointer-events:none}.marketing-login-transition{position:fixed;inset:0;z-index:450;display:grid;place-items:center;pointer-events:none;visibility:hidden;opacity:0;overflow:hidden;transition:opacity .28s ease,visibility .28s ease}.marketing-login-transition:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 50% 42%,rgba(232,33,90,.12) 0%,rgba(155,39,175,.08) 22%,transparent 52%),linear-gradient(180deg,#0a0a0c14,#0a0a0cb8);opacity:0;transition:opacity .32s ease}html[data-theme=light] .marketing-login-transition:before{background:radial-gradient(circle at 50% 42%,rgba(232,33,90,.12) 0%,rgba(155,39,175,.08) 22%,transparent 52%),linear-gradient(180deg,#f2f2f714,#f2f2f7bd)}.marketing-login-transition.active{opacity:1;visibility:visible}.marketing-login-transition.active:before{opacity:1}.marketing-login-transition-core{position:absolute;width:min(72vw,860px);aspect-ratio:1;border-radius:50%;background:radial-gradient(circle at 50% 50%,#ffffff2e,#ffffff14 14%,#e8215a2e 32%,#9b27af24 48%,#0f0f1400 68%);filter:blur(24px);transform:scale(.56);opacity:0;transition:transform .52s cubic-bezier(.22,1,.36,1),opacity .34s ease}.marketing-login-transition.active .marketing-login-transition-core{transform:scale(1.08);opacity:1}.marketing-login-transition-logo{position:relative;z-index:1;font-size:clamp(34px,6vw,54px);font-weight:800;letter-spacing:-.06em;background:var(--grad);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;transform:translateY(18px) scale(.92);opacity:0;transition:transform .46s cubic-bezier(.22,1,.36,1),opacity .32s ease}.marketing-login-transition.active .marketing-login-transition-logo{transform:translateY(0) scale(1);opacity:1}.page-wrap>.card:first-child{border-radius:32px}.site-header{position:relative;overflow:hidden;border-radius:32px}.hero-dot-grid{position:absolute;inset:0;z-index:0;pointer-events:none;background-image:radial-gradient(rgba(0,0,0,.06) 1px,transparent 1px);background-size:32px 32px}.hero-glow{position:absolute;top:-120px;right:-100px;width:700px;height:700px;z-index:0;pointer-events:none;border-radius:50%;background:radial-gradient(circle at 36% 36%,#ffffff42,#fff0 18%),radial-gradient(circle,rgba(232,33,90,.14) 0%,rgba(155,39,175,.08) 45%,transparent 70%);filter:blur(40px)}.hero{position:relative;z-index:1;padding:76px 56px 68px;display:grid;grid-template-columns:1fr 1fr;gap:42px;align-items:center;border-radius:32px}.hero:before{content:"";position:absolute;inset:0;pointer-events:none;background:radial-gradient(circle at 18% 28%,rgba(255,255,255,.08) 0%,transparent 22%),radial-gradient(circle at 76% 24%,rgba(232,33,90,.07) 0%,transparent 28%),radial-gradient(circle at 82% 72%,rgba(124,92,255,.07) 0%,transparent 24%);opacity:.95}.hero-left{display:flex;flex-direction:column;align-items:flex-start}.hero-badge{display:inline-flex;align-items:center;gap:8px;background:#ffffff8c;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.7);border-radius:100px;padding:6px 16px;font-size:12px;font-weight:600;color:var(--red);margin-bottom:18px;letter-spacing:.04em;text-transform:uppercase;box-shadow:0 1px 8px #0000000f;animation:fadeUp .5s ease both}.pulse-dot{width:7px;height:7px;border-radius:50%;background:var(--red);position:relative;flex-shrink:0}.pulse-dot:after{content:"";position:absolute;inset:-3px;border-radius:50%;border:1.5px solid var(--red);animation:pulse 2s infinite;opacity:.6}@keyframes pulse{0%,to{opacity:.6;transform:scale(1)}50%{opacity:0;transform:scale(2)}}.hero-title{font-size:clamp(52px,6vw,80px);font-weight:800;letter-spacing:-3px;line-height:.96;margin-bottom:16px;animation:fadeUp .5s ease .1s both}.hero-sub{font-size:17px;color:#1d1d1fc7;max-width:405px;line-height:1.62;margin-bottom:28px;animation:fadeUp .5s ease .2s both}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;animation:fadeUp .5s ease .3s both;margin-bottom:36px}.hero .btn-primary,.hero .btn-secondary{position:relative;overflow:hidden;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease,color .25s ease,background-color .25s ease;will-change:transform,box-shadow}.hero .btn-primary{background:linear-gradient(90deg,#ff2d7a,#a33cff,#ff2d7a);background-size:200% 100%;box-shadow:0 8px 24px #e8215a33}.hero .btn-primary:before{content:"";position:absolute;inset:1px;border-radius:11px;background:linear-gradient(180deg,#ffffff2e,#ffffff05);opacity:0;transition:opacity .25s ease;pointer-events:none}.hero .btn-primary.hero-cta:after{content:"→";display:inline-flex;margin-left:8px;position:relative;z-index:1;transition:transform .2s ease}.hero .btn-primary:hover{background-position:right center;transform:translateY(-2px);box-shadow:0 10px 30px #ff2d7a59,0 0 0 1px #ffffff14}.hero .btn-primary:hover:before{opacity:1}.hero .btn-primary.hero-cta:hover:after{transform:translate(4px)}.hero .btn-secondary{background:#ffffffb8;border-color:#00000013;color:#1d1d1fb3;box-shadow:0 10px 28px #0f172a0d;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.hero .btn-secondary:hover{transform:translateY(-2px);border-color:#e8215a2e;color:var(--text);background:#ffffffe6;box-shadow:0 14px 30px #0f172a14}.hero .btn-primary,.hero .btn-secondary,.hero-cta{border-radius:12px}.hero-cta{font-size:15px!important;padding:14px 32px!important}.hero-stats{display:flex;gap:0;flex-wrap:wrap;animation:fadeUp .5s ease .4s both;padding:16px 18px;border-radius:18px;border:1px solid rgba(0,0,0,.09);background:linear-gradient(180deg,#ffffffe6,#f8f8fcdb);box-shadow:0 16px 36px #0f172a12,inset 0 1px #ffffffbf;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}.hero-stat{display:flex;flex-direction:column;min-width:0;padding:0 22px;position:relative}.hero-stat+.hero-stat:before{content:"";position:absolute;left:0;top:4px;bottom:4px;width:1px;background:#00000014}.hero-stat-num{font-size:28px;font-weight:800;letter-spacing:-1px;line-height:1;margin-bottom:4px}.hero-stat-label{font-size:12px;color:#1d1d1f94;font-weight:600;white-space:nowrap}.hero-right{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;animation:fadeUp .6s ease .2s both}.hero-orb{position:absolute;width:320px;height:320px;border-radius:50%;background:radial-gradient(circle,rgba(232,33,90,.2) 0%,rgba(155,39,175,.15) 50%,transparent 70%);filter:blur(60px);top:50%;left:50%;transform:translate(-50%,-50%);pointer-events:none;z-index:0;animation:orbPulse 4s ease-in-out infinite}@keyframes orbPulse{0%,to{opacity:.7;transform:translate(-50%,-50%) scale(1)}50%{opacity:1;transform:translate(-50%,-50%) scale(1.1)}}.distribution-preview{position:relative;z-index:1;width:100%;max-width:560px;perspective:1400px}.distribution-preview:before{content:"";position:absolute;inset:6% 8%;border-radius:38px;background:radial-gradient(circle at 50% 40%,#ffffff29,#fff0 58%);opacity:0;pointer-events:none;transition:opacity .35s ease}.distribution-preview:hover:before{opacity:1}.distribution-window{background:#ffffffb8;border:1px solid rgba(255,255,255,.85);border-radius:32px;box-shadow:0 24px 80px #e8215a1a,0 12px 32px #00000014;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);overflow:hidden;transform:scale(1);transform-style:preserve-3d;transition:transform .35s ease,box-shadow .35s ease,border-color .35s ease}.distribution-window:after{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(135deg,#fff3,#fff0 30%,#ffffff1a);opacity:.4}.distribution-preview:hover .distribution-window{transform:translateY(-2px) scale(1.02) rotateX(1.2deg) rotateY(-1.8deg);box-shadow:0 34px 100px #e8215a24,0 18px 44px #0000001f}.distribution-bar{display:flex;align-items:center;gap:7px;padding:16px 18px;border-bottom:1px solid var(--line);background:linear-gradient(180deg,#ffffff8c,#ffffff2e)}.distribution-dot{width:10px;height:10px;border-radius:50%;flex-shrink:0}.distribution-url{font-size:11px;color:#1d1d1f80;margin-left:8px;font-weight:700;letter-spacing:-.01em}.distribution-body{padding:22px;display:flex;flex-direction:column;gap:16px}.distribution-release-card{display:grid;grid-template-columns:72px 1fr auto;gap:16px;align-items:center;padding:16px;border-radius:16px;background:linear-gradient(135deg,#fffffff5,#f7f1f8eb);border:1px solid rgba(255,255,255,.85)}.release-cover{width:72px;height:72px;border-radius:16px;position:relative;overflow:hidden;background:linear-gradient(145deg,#182131,#233149);box-shadow:inset 0 1px #ffffff1a,0 12px 24px #0f172a24}.release-cover-art{width:100%;height:100%;display:block;position:relative;background:radial-gradient(circle at 26% 24%,rgba(255,255,255,.12),transparent 28%),linear-gradient(160deg,#ff845cf5,#e8215ac7,#4f63d5d1)}.release-cover-glow{position:absolute;border-radius:999px;pointer-events:none}.release-cover-glow-a{width:42px;height:42px;right:-8px;top:-8px;background:radial-gradient(circle,#ffd5afb3,#ffd5af00 70%)}.release-cover-glow-b{width:34px;height:34px;left:-8px;bottom:-10px;background:radial-gradient(circle,#6eddff47,#6eddff00 72%)}.release-cover-ring{position:absolute;inset:17px;border-radius:50%;border:6px solid rgba(255,255,255,.18);border-right-color:#ffffff0d;border-bottom-color:#ffffff14;transform:rotate(-28deg)}.release-meta{display:flex;flex-direction:column;gap:4px;min-width:0}.release-kicker{font-size:10px;letter-spacing:.12em;text-transform:uppercase;color:var(--muted2);font-weight:700}.release-title{font-size:20px;line-height:1.05;letter-spacing:-.04em;color:var(--text)}.release-subtitle{font-size:12px;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.release-status{display:flex;flex-direction:column;align-items:flex-end;gap:8px}.release-status-pill{display:inline-flex;align-items:center;justify-content:center;min-width:144px;padding:8px 12px;border-radius:12px;background:linear-gradient(135deg,#0077ff24,#7c5cff1f);border:1px solid rgba(0,119,255,.12);color:#3b62f6;font-size:11px;font-weight:700;white-space:nowrap;box-shadow:inset 0 1px #ffffff52}.release-status-time{font-size:12px;color:var(--muted2);font-weight:600}.distribution-progress{display:flex;flex-direction:column;gap:10px;padding:14px 16px;border-radius:16px;border:1px solid var(--line);background:#ffffff75}.distribution-progress-head{display:flex;align-items:center;justify-content:space-between;font-size:12px;color:var(--muted);font-weight:600}.distribution-progress-head strong{color:var(--text);font-weight:700}.distribution-progress-track{height:10px;border-radius:999px;overflow:hidden;background:#00000012}.distribution-progress-fill{display:block;width:62%;height:100%;border-radius:inherit;background:linear-gradient(90deg,#ff4f8a,#9b27af 60%,#5d2ae8);box-shadow:0 0 24px #9b27af40;background-size:200% 100%;animation:progressShimmer 3.8s linear infinite}@keyframes progressShimmer{0%{background-position:0% 50%}to{background-position:200% 50%}}.distribution-list{display:flex;flex-direction:column;gap:10px}.distribution-item{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 16px;border-radius:16px;background:var(--card-bg);border:1px solid var(--line);transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease}.distribution-preview:hover .distribution-item{transform:translateY(-1px);border-color:#e8215a1a;box-shadow:0 12px 28px #0f172a0f}.distribution-item-brand{display:flex;align-items:center;gap:12px;min-width:0}.distribution-item-icon{width:32px;height:32px;border-radius:12px;flex-shrink:0;display:flex;align-items:center;justify-content:center;background:#ffffffc7;border:1px solid rgba(0,0,0,.05)}.distribution-item-name{font-size:14px;font-weight:600;color:var(--text)}.distribution-item-status{display:inline-flex;align-items:center;justify-content:center;min-width:116px;padding:8px 12px;border-radius:12px;font-size:11px;font-weight:700;white-space:nowrap;border:1px solid transparent;box-shadow:inset 0 1px #ffffff4d}.distribution-item-status.is-success{background:linear-gradient(135deg,#27c93f26,#27c93f17);border-color:#27c93f1f;color:#27c93f}.distribution-item-status.is-review{background:linear-gradient(135deg,#ffbd2e29,#ffbd2e1a);border-color:#ffbd2e1f;color:#c98200}.distribution-item-status.is-queue{background:linear-gradient(135deg,#0077ff26,#7c5cff17);border-color:#0077ff1f;color:#2c68f5}.distribution-pills{display:flex;flex-wrap:wrap;gap:10px}.distribution-pill{display:inline-flex;align-items:center;gap:8px;padding:11px 14px;border-radius:12px;border:1px solid var(--line);background:#ffffffb3;font-size:12px;font-weight:600;color:var(--text);transition:transform .25s ease,border-color .25s ease,background-color .25s ease,box-shadow .25s ease;box-shadow:0 10px 22px #0f172a0a}.distribution-pill:hover{transform:translateY(-2px);border-color:#e8215a24;background:#ffffffe6;box-shadow:0 12px 24px #0f172a14}.distribution-pill-muted{color:var(--muted);background:#fff6}.platform-icon{flex-shrink:0}.platform-icon-apple{color:#fa2d48}.platform-icon-youtube-music{color:#f03}.platform-icon-contrast{color:#111}.platform-icon-yandex{color:#ffbc0d}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.dash-showcase{position:relative;overflow:hidden;border-radius:32px}.dash-showcase:before{content:"";position:absolute;inset:0;pointer-events:none;background:radial-gradient(circle at 18% 26%,rgba(255,255,255,.08) 0%,transparent 20%),radial-gradient(circle at 78% 24%,rgba(232,33,90,.07) 0%,transparent 28%),radial-gradient(circle at 82% 74%,rgba(124,92,255,.06) 0%,transparent 24%);opacity:.95}.dash-showcase-grid{position:absolute;inset:0;z-index:0;pointer-events:none;background-image:radial-gradient(rgba(0,0,0,.06) 1px,transparent 1px);background-size:32px 32px}.dash-showcase-glow{position:absolute;top:-140px;right:-110px;width:680px;height:680px;z-index:0;pointer-events:none;border-radius:50%;background:radial-gradient(circle at 38% 38%,#ffffff3d,#fff0 18%),radial-gradient(circle,rgba(232,33,90,.14) 0%,rgba(155,39,175,.08) 45%,transparent 70%);filter:blur(42px)}.dash-showcase-inner{position:relative;z-index:1}.dash-showcase-top{display:grid;grid-template-columns:.94fr 1.2fr;gap:48px;align-items:center;margin-bottom:44px}.dash-showcase-title{font-size:clamp(26px,3vw,40px);font-weight:700;letter-spacing:-1.7px;line-height:1.04;margin-bottom:14px}.dash-showcase-desc{font-size:16px;color:#1d1d1fcc;line-height:1.72;margin-bottom:24px;max-width:360px}.btn-arrow{display:inline-block;margin-left:6px;transition:transform .3s}.dash-showcase-btn:hover .btn-arrow{transform:translate(5px)}.dash-showcase .dash-showcase-btn{position:relative;overflow:hidden;border-radius:12px;background:linear-gradient(90deg,#ff2d7a,#a33cff,#ff2d7a);background-size:200% 100%;box-shadow:0 10px 28px #e8215a38;transition:transform .25s ease,box-shadow .25s ease,background-position .25s ease}.dash-showcase .dash-showcase-btn:before{content:"";position:absolute;inset:1px;border-radius:11px;background:linear-gradient(180deg,#ffffff2e,#ffffff05);opacity:0;transition:opacity .25s ease;pointer-events:none}.dash-showcase .dash-showcase-btn:hover{transform:translateY(-2px);background-position:right center;box-shadow:0 16px 34px #ff2d7a47,0 0 0 1px #ffffff0f}.dash-showcase .dash-showcase-btn:hover:before{opacity:1}.dash-showcase-mockup{position:relative;border-radius:20px;overflow:hidden;border:1px solid rgba(255,255,255,.08);box-shadow:0 18px 54px #0000001f;transform-style:preserve-3d;transition:transform .4s ease,box-shadow .4s ease,border-color .4s ease}.dash-showcase-mockup:before{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(135deg,#ffffff1a,#fff0 32%,#ffffff14);opacity:.45;z-index:2}.dash-showcase-mockup:after{content:"";position:absolute;inset:-12% -8% auto auto;width:220px;height:220px;border-radius:50%;background:radial-gradient(circle,rgba(232,33,90,.18) 0%,rgba(155,39,175,.1) 45%,transparent 72%);filter:blur(28px);opacity:.7;pointer-events:none}.dash-showcase-mockup:hover{transform:translateY(-6px) rotateX(1.2deg) rotateY(-2deg);border-color:#e8215a29;box-shadow:0 30px 76px #00000029}.dash-mockup-window{background:var(--bg2)}.dash-mockup-bar{display:flex;align-items:center;gap:6px;padding:11px 16px;border-bottom:1px solid var(--line);background:linear-gradient(180deg,#ffffff0d,#ffffff03)}.dash-mockup-dot{width:11px;height:11px;border-radius:50%;flex-shrink:0}.dash-mockup-url{font-size:11px;color:#1d1d1f80;margin-left:8px;font-weight:700;letter-spacing:-.01em}.dash-mockup-body{display:flex}.dash-mockup-sidebar{width:48px;background:var(--bg3);border-right:1px solid var(--line);padding:12px 8px;display:flex;flex-direction:column;gap:8px;align-items:center}.dash-mock-logo{width:28px;height:28px;border-radius:8px;background:var(--grad);display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:800;color:#fff;margin-bottom:8px}.dash-mock-nav-item{width:28px;height:6px;border-radius:3px;background:var(--line2)}.dash-mock-nav-item.dash-mock-active{background:var(--grad)}.dash-mockup-content{flex:1;padding:16px;display:flex;flex-direction:column;gap:12px}.dash-mock-header{height:18px;background:var(--line);border-radius:4px;width:55%}.dash-mock-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.dash-mock-card{background:#ffffff05;border-radius:10px;padding:10px;border:1px solid rgba(255,255,255,.07);box-shadow:inset 0 1px #ffffff08}.dash-mock-card-label{height:6px;background:var(--line2);border-radius:3px;margin-bottom:8px;width:65%}.dash-mock-card-val{font-size:13px;font-weight:700;color:var(--text)}.dash-mock-chart{display:flex;align-items:flex-end;gap:4px;height:60px;background:#ffffff05;border-radius:10px;padding:8px;border:1px solid rgba(255,255,255,.07);overflow:hidden;position:relative}.dash-mock-chart:after{content:"";position:absolute;inset:0;background:linear-gradient(110deg,transparent 0%,rgba(255,255,255,.1) 42%,transparent 58%);transform:translate(-120%);animation:dashChartShine 4.2s ease-in-out infinite;pointer-events:none}.dash-mock-bar{flex:1;border-radius:3px 3px 0 0;background:var(--grad);min-height:6px;box-shadow:0 0 16px #e8215a2e}.dash-mock-bar.dim{opacity:.3}@keyframes dashChartShine{0%,18%{transform:translate(-120%)}42%,to{transform:translate(120%)}}.dash-mock-release{display:flex;align-items:center;gap:10px;padding:9px 0;border-top:1px solid var(--line)}.dash-mock-cover{width:36px;height:36px;border-radius:8px;background:var(--grad);flex-shrink:0;box-shadow:0 10px 18px #e8215a2e}.dash-mock-cover.dim{opacity:.35}.dash-mock-release-info{flex:1;display:flex;flex-direction:column;gap:5px}.dash-mock-release-line{height:6px;border-radius:3px;background:var(--line2)}.dash-mock-release-line.w60{width:60%}.dash-mock-release-line.w40{width:40%}.dash-mock-status{font-size:10px;font-weight:600;padding:3px 9px;border-radius:100px;flex-shrink:0}.s-live{background:#27c93f1f;color:#27c93f}.s-review{background:#ffbd2e1f;color:#ffbd2e}.dash-showcase-features{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}.dash-feat-card{position:relative;background:linear-gradient(180deg,#fffffff0,#f8f8fce6);border:1px solid rgba(0,0,0,.08);border-radius:22px;padding:28px;transition:transform .25s,border-color .25s,box-shadow .25s,background .25s;overflow:hidden;box-shadow:0 16px 36px #0f172a0f,inset 0 1px #ffffffb8}.dash-feat-card:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,#ffffff38,#fff0);pointer-events:none}.dash-feat-card:hover{transform:translateY(-4px);border-color:#e8215a24;background:linear-gradient(180deg,#fffffffa,#f9f7fcf0);box-shadow:0 16px 38px #0f172a1a}.dash-feat-card:nth-child(1),.dash-feat-card:nth-child(2){background:linear-gradient(180deg,#fffffff5,#faf7fbeb)}.dash-feat-icon{width:52px;height:52px;border-radius:16px;display:flex;align-items:center;justify-content:center;margin-bottom:18px;box-shadow:inset 0 1px #ffffff1a,0 10px 22px #0000001f;transition:transform .25s ease,box-shadow .25s ease}.dash-feat-card:hover .dash-feat-icon{transform:translateY(-2px) scale(1.03);box-shadow:inset 0 1px #ffffff24,0 14px 26px #00000029}.icon-grad,.icon-pink{background:#e8215a1a}.icon-purple{background:#9b27af1f}.icon-green{background:#27c93f1a}.icon-blue{background:#0077ff1a}.dash-feat-title{font-size:14px;font-weight:700;line-height:1.35;margin-bottom:8px;letter-spacing:-.02em}.dash-feat-desc{font-size:12px;color:#1d1d1fd6;line-height:1.7;max-width:20ch}.how-section{position:relative;overflow:hidden;border-radius:32px}.how-section:before{content:"";position:absolute;inset:0;pointer-events:none;background:radial-gradient(circle at 16% 22%,rgba(255,255,255,.08) 0%,transparent 20%),radial-gradient(circle at 78% 20%,rgba(232,33,90,.07) 0%,transparent 28%),radial-gradient(circle at 82% 74%,rgba(124,92,255,.06) 0%,transparent 24%);opacity:.95}.how-grid{position:absolute;inset:0;z-index:0;pointer-events:none;background-image:radial-gradient(rgba(0,0,0,.06) 1px,transparent 1px);background-size:32px 32px}.how-glow{position:absolute;top:-140px;right:-110px;width:680px;height:680px;z-index:0;pointer-events:none;border-radius:50%;background:radial-gradient(circle at 38% 38%,#ffffff3d,#fff0 18%),radial-gradient(circle,rgba(232,33,90,.14) 0%,rgba(155,39,175,.08) 45%,transparent 70%);filter:blur(42px)}.how-inner{position:relative;z-index:1}.how-inner .section-title{margin-bottom:42px;max-width:760px}.steps{position:relative;display:grid;grid-template-columns:repeat(3,1fr);gap:14px;align-items:stretch;padding-top:0}.step{position:relative;background:linear-gradient(180deg,#fffffff0,#f8f8fce6);border:1px solid rgba(0,0,0,.08);border-radius:24px;padding:34px 32px 30px;text-align:left;transition:transform .25s,box-shadow .25s,border-color .25s,background .25s;display:flex;flex-direction:column;overflow:hidden;min-height:352px;box-shadow:0 16px 38px #0f172a0f,inset 0 1px #ffffffbd}.step-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:18px;position:relative;z-index:1}.step-chip{display:inline-flex;align-items:center;min-height:30px;padding:0 12px;border-radius:999px;font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--red);background:#e8215a14;border:1px solid rgba(232,33,90,.1);box-shadow:inset 0 1px #ffffff59}.step-icon{width:40px;height:40px;border-radius:14px;display:inline-flex;align-items:center;justify-content:center;color:var(--red);background:linear-gradient(180deg,#fffffffa,#f6f0f6eb);border:1px solid rgba(232,33,90,.1);box-shadow:0 10px 22px #0f172a0f}.step:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,#ffffff38,#fff0);pointer-events:none}.step:hover{transform:translateY(-4px);border-color:#e8215a24;background:linear-gradient(180deg,#fffffffa,#f9f7fcf0);box-shadow:0 14px 36px #0f172a1a}.step:nth-child(2){background:linear-gradient(180deg,#fffffff5,#faf7fbeb);border-color:#e8215a1a;box-shadow:0 18px 44px #0f172a14}.step:nth-child(3){background:linear-gradient(180deg,#fffffff2,#f8f9fbeb);border-color:#00000014}.step-num{font-size:14px;font-weight:700;letter-spacing:.08em;line-height:1;margin-bottom:14px;background:var(--grad);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;opacity:1;position:relative;z-index:1;text-transform:uppercase}.step h3{font-size:20px;font-weight:700;letter-spacing:-.03em;line-height:1.14;margin-bottom:12px;position:relative;z-index:1;max-width:15ch}.step p{font-size:14px;color:#1d1d1fd1;line-height:1.78;margin-bottom:26px;flex:1;max-width:28ch;position:relative;z-index:1;text-wrap:balance}.step-cta{display:inline-flex;text-decoration:none;font-family:Minded,sans-serif;align-items:center;justify-content:center;font-size:13px;font-weight:600;padding:10px 22px;border-radius:12px;transition:all .25s ease;position:relative;z-index:1;min-height:44px;width:100%}.step-cta-primary{background:linear-gradient(90deg,#ff2d7a,#a33cff,#ff2d7a);background-size:200% 100%;color:#fff;box-shadow:0 10px 26px #e8215a33}.step-cta-primary:hover{transform:translateY(-2px);background-position:right center;box-shadow:0 14px 30px #e8215a47}.step-cta-outline{background:#ffffffb8;border:1px solid rgba(0,0,0,.08);color:#1d1d1fb8;box-shadow:0 10px 24px #0f172a0d;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.step-cta-outline:hover{transform:translateY(-2px);border-color:#e8215a2e;color:var(--text);background:#ffffffe0;box-shadow:0 12px 26px #0f172a14}.step-cta-ghost{background:#ffffffb8;color:#1d1d1fb8;border:1px solid rgba(0,0,0,.08);box-shadow:0 10px 24px #0f172a0d;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.step-cta-ghost:hover{transform:translateY(-2px);background:#ffffffe0;color:var(--text);border-color:#e8215a24;box-shadow:0 12px 26px #0f172a14}.features-section,.pricing-section,.faq-section{position:relative;overflow:hidden;border-radius:32px}.features-section{background:radial-gradient(circle at 14% 18%,#ffffffb8,#fff0 28%),radial-gradient(circle at 86% 18%,#e8215a1a,#e8215a00 34%),radial-gradient(circle at 74% 86%,#7c5cff17,#7c5cff00 32%),linear-gradient(180deg,#ffffffb8,#f8f8fc8a)}.features-section:before,.pricing-section:before,.faq-section:before{content:"";position:absolute;inset:0;pointer-events:none;background:radial-gradient(circle at 18% 24%,rgba(255,255,255,.08) 0%,transparent 20%),radial-gradient(circle at 78% 22%,rgba(232,33,90,.07) 0%,transparent 28%),radial-gradient(circle at 82% 74%,rgba(124,92,255,.06) 0%,transparent 24%);opacity:.95}.features-section:after{content:"";position:absolute;inset:22px;z-index:0;pointer-events:none;border-radius:28px;border:1px solid rgba(255,255,255,.44);background:linear-gradient(115deg,#ffffff2e,#fff0 24%),radial-gradient(circle at 50% 0%,#fff3,#fff0 32%);opacity:.58}.features-grid-bg,.pricing-grid-bg,.faq-grid-bg{position:absolute;inset:0;z-index:0;pointer-events:none;background-image:radial-gradient(rgba(0,0,0,.06) 1px,transparent 1px);background-size:32px 32px}.features-glow,.pricing-bg-glow,.faq-glow{position:absolute;top:-140px;right:-110px;width:680px;height:680px;z-index:0;pointer-events:none;border-radius:50%;background:radial-gradient(circle at 38% 38%,#ffffff3d,#fff0 18%),radial-gradient(circle,rgba(232,33,90,.14) 0%,rgba(155,39,175,.08) 45%,transparent 70%);filter:blur(42px)}.features-glow{animation:features-glow-drift 10s ease-in-out infinite}@keyframes features-glow-drift{0%,to{transform:translateZ(0) scale(1)}50%{transform:translate3d(-24px,18px,0) scale(1.04)}}.features-inner,.pricing-inner,.faq-inner{position:relative;z-index:1}.features-inner .section-title,.pricing-title,.faq-inner .section-title{margin-bottom:42px;max-width:760px}.features-inner .section-title .grad{position:relative;display:inline-block;text-shadow:0 12px 34px rgba(232,33,90,.18)}.features-inner .section-title .grad:after{content:"";position:absolute;left:2px;right:2px;bottom:-7px;height:10px;border-radius:999px;background:linear-gradient(90deg,#e8215a52,#a33cff3d);filter:blur(8px);opacity:.76}.bento-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.bento-card{position:relative;overflow:hidden;display:flex;flex-direction:column;justify-content:space-between;gap:24px;min-height:220px;padding:34px;border-radius:24px;background:linear-gradient(180deg,#fffffff0,#f8f8fce6);border:1px solid rgba(0,0,0,.08);box-shadow:0 16px 38px #0f172a0f,inset 0 1px #ffffffbd;transition:transform .25s,box-shadow .25s,border-color .25s,background .25s}.bento-card:after{transition:opacity .25s,filter .25s}.bento-card:hover:after{filter:saturate(1.08) contrast(1.02) drop-shadow(0 14px 22px rgba(15,23,42,.12))}.bento-card:before{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(180deg,#ffffff38,#fff0)}.bento-grid .bento-card:nth-child(2):before{background:radial-gradient(circle at 78% 24%,#ffffff38,#fff0 32%),linear-gradient(90deg,#ffffffdb,#ffffff6b 46%,#fff0 76%),repeating-linear-gradient(90deg,rgba(114,76,255,.045) 0 1px,transparent 1px 68px),repeating-linear-gradient(0deg,rgba(114,76,255,.035) 0 1px,transparent 1px 68px);opacity:.78}.bento-grid .bento-card:nth-child(3):before{background:radial-gradient(circle at 78% 34%,#a242ff33,#a242ff00 34%),linear-gradient(90deg,#ffffffdb,#ffffff6b 46%,#fff0 76%),repeating-linear-gradient(90deg,rgba(162,66,255,.04) 0 1px,transparent 1px 68px),repeating-linear-gradient(0deg,rgba(162,66,255,.032) 0 1px,transparent 1px 68px);opacity:.78}.bento-grid .bento-card:nth-child(4):before{background:radial-gradient(circle at 78% 24%,#e8215a33,#e8215a00 34%),linear-gradient(90deg,#ffffffe0,#ffffff7a 48%,#fff0 76%),repeating-linear-gradient(90deg,rgba(232,33,90,.04) 0 1px,transparent 1px 68px),repeating-linear-gradient(0deg,rgba(232,33,90,.032) 0 1px,transparent 1px 68px);opacity:.78}.bento-grid .bento-card:nth-child(5):before{background:linear-gradient(90deg,#ffffffe0,#ffffff75 48%,#fff0 76%),repeating-linear-gradient(90deg,rgba(0,119,255,.038) 0 1px,transparent 1px 68px),repeating-linear-gradient(0deg,rgba(0,119,255,.03) 0 1px,transparent 1px 68px);opacity:.78}.bento-grid .bento-card:nth-child(6):before{background:linear-gradient(90deg,#ffffffe0,#ffffff75 48%,#fff0 76%),repeating-linear-gradient(90deg,rgba(39,201,63,.038) 0 1px,transparent 1px 68px),repeating-linear-gradient(0deg,rgba(39,201,63,.03) 0 1px,transparent 1px 68px);opacity:.78}.bento-grid .bento-card:nth-child(2){background:linear-gradient(180deg,#fffffff5,#faf8ffeb),radial-gradient(circle at 82% 24%,#9d5cff29,#9d5cff00 46%)}.bento-grid .bento-card:nth-child(2):hover{background:linear-gradient(180deg,#fffffff5,#faf8ffeb),radial-gradient(circle at 82% 24%,#9d5cff29,#9d5cff00 46%)}.bento-grid .bento-card:nth-child(2):hover{box-shadow:0 18px 44px #5636d224,inset 0 1px #ffffffb3}.features-section.is-media-ready .bento-grid .bento-card:nth-child(2):after{content:"";position:absolute;top:4px;right:22px;width:110%;height:68%;z-index:0;pointer-events:none;background:url(/marketing/distribution-card.webp) right top / contain no-repeat;opacity:.55;transform:rotate(6deg);transform-origin:80% 90;animation:distribution-float 7.2s ease-in-out infinite;-webkit-mask-image:linear-gradient(90deg,transparent 0%,rgba(0,0,0,.18) 15%,rgba(0,0,0,.68) 34%,#000 58%,#000 100%);mask-image:linear-gradient(90deg,transparent 0%,rgba(0,0,0,.18) 15%,rgba(0,0,0,.68) 34%,#000 58%,#000 100%)}@keyframes distribution-float{0%,to{transform:translateZ(0) rotate(6deg) scale(1)}50%{transform:translate3d(-6px,-8px,0) rotate(7deg) scale(1.025)}}.bento-grid .bento-card:nth-child(3){background:linear-gradient(180deg,#fffffff5,#fbf8ffeb),radial-gradient(circle at 78% 34%,#a242ff2e,#a242ff00 50%)}.bento-grid .bento-card:nth-child(3):hover{background:linear-gradient(180deg,#fffffff5,#fbf8ffeb),radial-gradient(circle at 78% 34%,#a242ff2e,#a242ff00 50%)}.bento-grid .bento-card:nth-child(3):hover{box-shadow:0 18px 44px #a242ff21,inset 0 1px #ffffffb3}.features-section.is-media-ready .bento-grid .bento-card:nth-child(3):after{content:"";position:absolute;right:-70px;bottom:-94x;width:116%;height:133%;z-index:0;pointer-events:none;background:url(/marketing/analytics-card.webp) right bottom / contain no-repeat;opacity:.4;animation:analytics-float 7.8s ease-in-out infinite}@keyframes analytics-float{0%,to{transform:translateZ(0) scale(1)}50%{transform:translate3d(5px,-7px,0) scale(1.02)}}.bento-grid .bento-card:nth-child(4){background:linear-gradient(180deg,#fffffff7,#fff8fbeb),radial-gradient(circle at 78% 28%,#e8215a29,#e8215a00 48%)}.bento-grid .bento-card:nth-child(4):hover{background:linear-gradient(180deg,#fffffff7,#fff8fbeb),radial-gradient(circle at 78% 28%,#e8215a29,#e8215a00 48%)}.bento-grid .bento-card:nth-child(4):hover{box-shadow:0 18px 44px #e8215a24,inset 0 1px #ffffffb3}.features-section.is-media-ready .bento-grid .bento-card:nth-child(4):after{content:"";position:absolute;top:-65px;right:1px;width:68%;height:170%;z-index:0;pointer-events:none;background:url(/marketing/speed-card.webp) right top / contain no-repeat;opacity:.75;transform:rotate(30deg);transform-origin:58% 50%;animation:speed-float 6.8s ease-in-out infinite}@keyframes speed-float{0%,to{transform:translateZ(0) rotate(30deg) scale(1)}50%{transform:translate3d(4px,-9px,0) rotate(31.5deg) scale(1.018)}}.bento-grid .bento-card:nth-child(5){background:linear-gradient(180deg,#fffffff7,#f8fbffeb),radial-gradient(circle at 78% 34%,#0077ff24,#07f0 50%)}.bento-grid .bento-card:nth-child(5):hover{background:linear-gradient(180deg,#fffffff7,#f8fbffeb),radial-gradient(circle at 78% 34%,#0077ff24,#07f0 50%)}.bento-grid .bento-card:nth-child(5):hover{box-shadow:0 18px 44px #0077ff1f,inset 0 1px #ffffffb3}.features-section.is-media-ready .bento-grid .bento-card:nth-child(5):after{content:"";position:absolute;right:60px;bottom:-105px;width:85%;height:150%;z-index:0;pointer-events:none;background:url(/marketing/formats-card.webp) right bottom / contain no-repeat;opacity:.75;animation:formats-float 7.4s ease-in-out infinite}@keyframes formats-float{0%,to{transform:translateZ(0) scale(1)}50%{transform:translate3d(-5px,-7px,0) scale(1.018)}}.bento-grid .bento-card:nth-child(6){background:linear-gradient(180deg,#fffffff7,#f8fffaeb),radial-gradient(circle at 80% 36%,#27c93f1f,#27c93f00 50%)}.bento-grid .bento-card:nth-child(6):hover{background:linear-gradient(180deg,#fffffff7,#f8fffaeb),radial-gradient(circle at 80% 36%,#27c93f1f,#27c93f00 50%)}.bento-grid .bento-card:nth-child(6):hover{box-shadow:0 18px 44px #27c93f1f,inset 0 1px #ffffffb3}.features-section.is-media-ready .bento-grid .bento-card:nth-child(6):after{content:"";position:absolute;right:-20px;bottom:-70px;width:86%;height:130%;z-index:0;pointer-events:none;background:url(/marketing/support-card.webp) right bottom / contain no-repeat;opacity:.7;animation:support-float 7s ease-in-out infinite}@keyframes support-float{0%,to{transform:translateZ(0) scale(1)}50%{transform:translate3d(5px,-8px,0) scale(1.02)}}.bento-card:hover{transform:translateY(-4px);border-color:#e8215a24;background:linear-gradient(180deg,#fffffffa,#f9f7fcf0);box-shadow:0 16px 40px #0f172a1a}.bento-large{grid-column:span 2}.bento-accent{background:radial-gradient(circle at 88% 26%,#ffffff38,#fff0 24%),linear-gradient(90deg,#3a1d2d94,#3a1d2d47 31%,#3a1d2d00 52%),linear-gradient(135deg,#ff2d7af5,#a33cfff0);border-color:transparent;box-shadow:0 22px 48px #e8215a38,inset 0 1px #ffffff3d}.features-section.is-media-ready .bento-accent:after{content:"";position:absolute;inset:-2px -40px -2px 30%;z-index:0;pointer-events:none;background:url(/marketing/artist-rights-card.webp) right -10px top 8% / cover no-repeat;opacity:.72;-webkit-mask-image:linear-gradient(90deg,transparent 0%,rgba(0,0,0,.28) 16%,#000 34%,#000 100%);mask-image:linear-gradient(90deg,transparent 0%,rgba(0,0,0,.28) 16%,#000 34%,#000 100%);animation:artist-card-float 7s ease-in-out infinite}@keyframes artist-card-float{0%,to{transform:translateZ(0) scale(1)}50%{transform:translate3d(8px,-6px,0) scale(1.018)}}.bento-accent:before{z-index:1;background:radial-gradient(circle at 74% 24%,#ffffff38,#fff0 34%),radial-gradient(circle at 58% 62%,#ffffff1f,#fff0 26%),repeating-linear-gradient(90deg,rgba(255,255,255,.055) 0 1px,transparent 1px 72px),repeating-linear-gradient(0deg,rgba(255,255,255,.035) 0 1px,transparent 1px 72px),linear-gradient(90deg,#150a1f6b,#150a1f29 28%,#150a1f00 54%),linear-gradient(180deg,#fff3,#fff0);opacity:.92}.bento-accent:hover{background:radial-gradient(circle at 88% 26%,#ffffff42,#fff0 24%),linear-gradient(90deg,#3a1d2d99,#3a1d2d4d 31%,#3a1d2d00 52%),linear-gradient(135deg,#ff2d7afc,#a33cfffa);box-shadow:0 26px 56px #e8215a47,inset 0 1px #ffffff47}.bento-head{display:flex;align-items:center;justify-content:space-between;gap:12px;position:relative;z-index:2}.bento-tag{display:inline-flex;align-self:flex-start;align-items:center;justify-content:center;min-height:32px;padding:0 14px;border-radius:12px;background:#ffffff38;color:#fff;border:1px solid rgba(255,255,255,.3);font-size:11px;font-weight:700;letter-spacing:.08em;line-height:1;text-transform:uppercase;box-shadow:0 10px 24px #2f0f5024,inset 0 1px #ffffff57;backdrop-filter:blur(10px)}.bento-tag-muted{background:#ffffffe0;color:#1d1d1fb8;border-color:#00000014;box-shadow:0 10px 20px #0f172a0d}.bento-footnote{font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#1d1d1f6b}.bento-num{font-size:58px;font-weight:800;letter-spacing:-.06em;line-height:.95;display:flex;align-items:baseline;gap:10px;position:relative;z-index:2}.bento-num-label{font-size:13px;font-weight:600;opacity:.64;letter-spacing:0}.bento-body{display:flex;flex-direction:column;gap:8px;position:relative;z-index:2}.bento-title{font-size:20px;font-weight:700;letter-spacing:-.03em;line-height:1.15}.bento-accent .bento-title{color:#fff}.bento-desc{font-size:14px;color:#1d1d1fd1;line-height:1.78;max-width:30ch}.bento-accent .bento-desc{color:#ffffffbd}.bento-points{display:flex;flex-wrap:wrap;gap:10px;margin-top:8px}.bento-point{display:inline-flex;align-items:center;justify-content:center;min-height:36px;padding:0 14px;border-radius:12px;background:#ffffff3d;color:#fffffff0;border:1px solid rgba(255,255,255,.28);font-size:12px;font-weight:600;line-height:1;box-shadow:0 12px 26px #2f0f5029,inset 0 1px #ffffff4d;backdrop-filter:blur(10px)}#pricing .section-title,.pricing-label,.pricing-subtitle{text-align:left}.pricing-subtitle{font-size:14px;color:var(--muted);max-width:560px;margin:-28px 0 46px;line-height:1.65}#pricing .section-title .grad{display:inline-block;padding-right:.14em;margin-right:-.14em}.premium-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;max-width:920px;margin:0 auto 24px}.premium-summary-item{display:flex;flex-direction:column;gap:4px;align-items:center;justify-content:center;min-height:88px;padding:18px 16px;border-radius:18px;background:linear-gradient(180deg,#ffffffeb,#f8f8fce0);border:1px solid rgba(0,0,0,.08);box-shadow:0 14px 34px #0f172a0d,inset 0 1px #ffffffbd}.premium-summary-value{font-size:28px;font-weight:800;letter-spacing:-.04em;line-height:1;background:var(--grad);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.premium-summary-label{font-size:12px;color:var(--muted);font-weight:600}.premium-card{display:grid;grid-template-columns:320px 1fr;gap:0;max-width:920px;margin:0 auto;overflow:hidden;border-radius:28px;border:1px solid rgba(232,33,90,.14);background:linear-gradient(180deg,#ffffffe6,#f8f8fce0);box-shadow:0 20px 56px #9b27af1a,inset 0 1px #ffffffc7}.premium-price-side{position:relative;overflow:hidden;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:46px 34px;background:linear-gradient(135deg,#ff2d7af5,#a33cfff0)}.premium-price-side:after{content:"";position:absolute;right:-58px;top:-54px;width:220px;height:220px;border-radius:50%;background:#ffffff14;pointer-events:none}.premium-badge{display:inline-flex;align-items:center;min-height:30px;padding:0 12px;border-radius:999px;background:#ffffff2e;color:#fff;border:1px solid rgba(255,255,255,.22);font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;margin-bottom:24px}.premium-price-name{font-size:18px;font-weight:700;color:#ffffffe6;margin-bottom:12px}.premium-old-price{font-size:15px;color:#ffffff70;text-decoration:line-through;margin-bottom:6px}.premium-price-amount{font-size:54px;font-weight:800;letter-spacing:-.06em;color:#fff;line-height:1;margin-bottom:4px}.premium-price-currency{font-size:26px;vertical-align:top;margin-top:8px;display:inline-block}.premium-price-period{font-size:13px;color:#ffffff94;margin-bottom:30px}.premium-cta{display:block;width:100%;padding:14px 0;text-align:center;text-decoration:none;cursor:pointer;margin-bottom:12px;border:none;border-radius:12px;font-family:Minded,sans-serif;font-size:15px;font-weight:700;color:#e8215a;background:#fffffff5;transition:transform .25s ease,box-shadow .25s ease,background-color .25s ease}.premium-cta:hover{transform:translateY(-2px);box-shadow:0 10px 26px #00000029;background:#fff}.premium-cta-note{font-size:11px;color:#ffffff75;text-align:center;line-height:1.6}.premium-benefits-side{padding:42px 38px;background:transparent;border-left:1px solid var(--line)}.premium-benefits-title{font-size:11px;font-weight:700;color:var(--muted2);text-transform:uppercase;letter-spacing:.12em;margin-bottom:16px}.premium-benefits-hero{margin-bottom:24px;font-size:17px;line-height:1.55;letter-spacing:-.02em;color:#1d1d1fdb;max-width:34ch}.premium-benefits-hero strong{color:var(--text)}.premium-benefits-list{list-style:none;display:flex;flex-direction:column;gap:14px}.premium-benefits-list li{display:flex;align-items:center;gap:14px;font-size:14px;color:var(--text);font-weight:500}.premium-benefit-hero{font-size:15px!important;font-weight:700!important}.premium-benefit-icon{width:32px;height:32px;border-radius:10px;flex-shrink:0;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#e8215a14,#9b27af0f);border:1px solid rgba(232,33,90,.12)}.premium-benefit-icon svg{stroke:var(--red)}.premium-social-proof{display:flex;align-items:center;gap:8px;margin-top:24px;padding-top:20px;border-top:1px solid var(--line);font-size:13px;color:var(--muted);font-weight:500}.premium-social-proof-dot{width:8px;height:8px;border-radius:50%;background:linear-gradient(135deg,#ff2d7a,#a33cff);flex-shrink:0;box-shadow:0 0 10px #a33cff73}.plans-preview-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;max-width:1080px;margin:0 auto}.plans-preview-card{position:relative;display:grid;gap:16px;padding:28px 24px 24px;border-radius:24px;background:linear-gradient(180deg,#fffffff0,#f8f8fce6);border:1px solid rgba(0,0,0,.08);box-shadow:0 18px 38px #0f172a0f,inset 0 1px #ffffffbd;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.plans-preview-card:hover{transform:translateY(-3px);box-shadow:0 28px 52px #e8215a1a,0 8px 20px #0f172a12,inset 0 1px #ffffffbd;border-color:#e8215a2e}.plans-preview-card.is-popular{border-color:#e8215a38;background:linear-gradient(180deg,#ff4d8f12,#a13ad30d);box-shadow:0 20px 48px #e8215a1f}.plans-preview-card.is-popular:hover{box-shadow:0 32px 64px #e8215a2e,0 8px 20px #e8215a14;border-color:#e8215a52}.plans-preview-badge{position:absolute;top:16px;right:16px;min-height:30px;padding:0 12px;border-radius:999px;display:inline-flex;align-items:center;background:#e8215a1a;color:#e8215a;font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.plans-preview-name{font-size:30px;font-weight:800;letter-spacing:-.05em}.plans-preview-desc{font-size:14px;color:var(--muted);line-height:1.65;max-width:26ch}.plans-preview-price{font-size:24px;font-weight:800;letter-spacing:-.05em}.plans-preview-list{list-style:none;display:grid;gap:10px}.plans-preview-list li{display:flex;gap:10px;font-size:14px;line-height:1.6}.plans-preview-list li:before{content:"✓";color:#1eb255;font-weight:800}.plans-preview-cta{display:inline-flex;align-items:center;justify-content:center;min-height:46px;border-radius:14px;text-decoration:none;font-size:14px;font-weight:700;color:#fff;background:#171717;transition:transform .2s ease,filter .2s ease}.plans-preview-cta:hover{transform:scale(1.02);filter:brightness(1.15)}.plans-preview-card.is-popular .plans-preview-cta{background:#2d4bde}.plans-preview-topbar{display:flex;justify-content:center;margin:18px 0 24px}.plans-preview-toggle{display:inline-flex;gap:4px;padding:4px;border-radius:999px;background:#1111110d;border:1px solid rgba(17,17,17,.08)}.plans-preview-toggle-btn{border:none;background:transparent;transition:background .2s ease,color .2s ease,box-shadow .2s ease;color:var(--muted);min-height:40px;padding:0 18px;border-radius:999px;font-size:14px;font-weight:700;cursor:pointer;font-family:inherit}.plans-preview-toggle-btn.is-active{background:#ffffffeb;color:#171717;box-shadow:0 10px 24px #0f172a14}@keyframes plans-price-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.plans-preview-price-block,.plans-preview-savebox{animation:plans-price-in .22s ease both}.plans-preview-grid{gap:18px;max-width:1220px;align-items:stretch}.plans-preview-card{display:flex;flex-direction:column;gap:18px;height:100%;padding:30px 28px 26px;border-radius:28px;background:linear-gradient(180deg,#fffffff5,#f8f8fceb);box-shadow:0 24px 54px #0f172a0f,inset 0 1px #ffffffc7;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.plans-preview-card:hover{transform:translateY(-3px);box-shadow:0 32px 60px #e8215a1a,0 8px 20px #0f172a12,inset 0 1px #ffffffc7;border-color:#e8215a2e}.plans-preview-card.is-popular{transform:translateY(-10px);border-color:#e8215a3d;background:radial-gradient(circle at top,rgba(255,255,255,.76),transparent 52%),linear-gradient(180deg,#ff4d8f1a,#a13ad312);box-shadow:0 32px 64px #e8215a24}.plans-preview-card.is-popular:before{content:"";position:absolute;inset:-1px;border-radius:29px;background:linear-gradient(135deg,#e8215a73,#a13ad359,#e8215a33);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;padding:1px;pointer-events:none}.plans-preview-card.is-popular:hover{transform:translateY(-13px);box-shadow:0 40px 72px #e8215a33,0 10px 24px #e8215a14;border-color:transparent}.plans-preview-badge{top:18px;right:18px;background:#e8215a1a;color:#e8215a}.plans-preview-head{display:grid;grid-template-columns:50px minmax(0,1fr);gap:14px;align-items:start;padding-right:82px}.plans-preview-icon{width:50px;height:50px;border-radius:16px;display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#ff4d8f1f,#a13ad31a);color:#d61f69}.plans-preview-card.is-popular .plans-preview-icon{background:linear-gradient(135deg,#ff4d8f29,#a13ad324);color:#c2185b}.plans-preview-name{font-size:34px;letter-spacing:-.06em;line-height:1;margin-bottom:10px}.plans-preview-desc{line-height:1.7;max-width:28ch}.plans-preview-price-block{display:grid;gap:8px}.plans-preview-price{font-size:54px;line-height:.95;letter-spacing:-.08em}.plans-preview-period{font-size:14px;color:var(--muted);font-weight:600}.plans-preview-subline{font-size:13px;color:var(--muted2);font-weight:600}.plans-preview-pill-row{display:flex;gap:10px;flex-wrap:wrap}.plans-preview-pill{min-height:36px;padding:0 14px;border-radius:999px;display:inline-flex;align-items:center;border:1px solid rgba(0,0,0,.08);background:#ffffffb8;font-size:13px;font-weight:700;color:var(--text)}.plans-preview-pill.is-royalty{color:#e8215a;border-color:#e8215a29;background:#e8215a0f}.plans-preview-list{flex:1 1 auto;align-content:start;gap:12px;padding-top:6px;min-height:136px}.plans-preview-footer{margin-top:auto;display:grid;gap:16px;align-content:end}.plans-preview-list li:before{content:"✓";color:#14b34a}.plans-preview-savebox{display:flex;align-items:center;justify-content:space-between;gap:14px;min-height:70px;padding:16px 18px;border-radius:18px;border:1px solid rgba(0,0,0,.08);background:#ffffffbf}.plans-preview-savebox strong,.plans-preview-savebox span{display:block}.plans-preview-savebox strong{font-size:14px;font-weight:700;margin-bottom:3px}.plans-preview-savebox span{font-size:13px;line-height:1.55;color:var(--muted)}.plans-preview-savevalue{flex-shrink:0;min-height:36px;padding:0 14px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#ff4d8f,#a13ad3);color:#fff;font-size:13px;font-weight:800}.plans-preview-cta{display:inline-flex;align-items:center;justify-content:center;min-height:52px;border-radius:16px;font-weight:800;transition:transform .2s ease,filter .2s ease,box-shadow .2s ease}.plans-preview-cta:hover{transform:scale(1.02);filter:brightness(1.12)}.plans-preview-card.is-popular .plans-preview-cta{background:linear-gradient(135deg,#ff4d8f,#d12e95 48%,#a13ad3);box-shadow:0 12px 28px #e8215a33}.plans-preview-card.is-popular .plans-preview-cta:hover{box-shadow:0 16px 36px #e8215a4d}.plans-preview-note{font-size:12px;line-height:1.7;color:var(--muted2);min-height:62px}.faq-layout{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(280px,.7fr);gap:18px;align-items:stretch}.faq-list{display:flex;flex-direction:column;gap:12px}.faq-item{overflow:hidden;border-radius:20px;border:1px solid rgba(0,0,0,.08);background:linear-gradient(180deg,#ffffffeb,#f8f8fce0);box-shadow:0 14px 34px #0f172a0d,inset 0 1px #ffffffc2;transition:border-color .25s ease,box-shadow .25s ease,transform .25s ease}.faq-item:hover{transform:translateY(-2px);border-color:#e8215a1f;box-shadow:0 16px 38px #0f172a14}.faq-q{width:100%;text-align:left;background:transparent;border:none;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:24px 26px;cursor:pointer;font-family:Minded,sans-serif;font-size:16px;font-weight:600;color:var(--text);letter-spacing:-.02em;transition:color .2s}.faq-q-main{display:flex;align-items:center;gap:12px;min-width:0}.faq-q-text{min-width:0}.faq-badge{display:inline-flex;align-items:center;min-height:28px;padding:0 10px;border-radius:999px;background:#e8215a14;border:1px solid rgba(232,33,90,.1);color:var(--red);font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;flex-shrink:0}.faq-q:hover{color:var(--red)}.faq-icon{width:32px;height:32px;border-radius:12px;flex-shrink:0;background:#ffffffc7;border:1px solid rgba(0,0,0,.06);display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:300;color:var(--muted);transition:background .25s,transform .3s,color .25s,border-color .25s;line-height:1;font-style:normal}.faq-item.open .faq-icon{background:var(--grad);color:#fff;border-color:transparent;transform:rotate(45deg)}.faq-a{max-height:0;overflow:hidden;transition:max-height .38s cubic-bezier(.4,0,.2,1)}.faq-item.open .faq-a{max-height:240px}.faq-a-inner{padding:0 26px 24px;font-size:15px;color:var(--muted);line-height:1.75;max-width:70ch}.faq-sidecard{position:sticky;top:96px;display:flex;flex-direction:column;align-self:stretch;gap:18px;min-height:100%;padding:26px;border-radius:24px;background:linear-gradient(180deg,#fffffff0,#f8f8fce6);border:1px solid rgba(0,0,0,.08);box-shadow:0 16px 38px #0f172a0f,inset 0 1px #ffffffc2;overflow:hidden}.faq-sidecard:before{content:"";position:absolute;inset:auto -60px -80px auto;width:220px;height:220px;border-radius:50%;background:radial-gradient(circle,rgba(232,33,90,.12) 0%,rgba(163,60,255,.08) 45%,transparent 70%);filter:blur(22px);pointer-events:none}.faq-sidecard-kicker{font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--red)}.faq-sidecard-title{font-size:28px;line-height:1.04;letter-spacing:-.05em}.faq-sidecard-text{font-size:14px;line-height:1.72;color:var(--muted)}.faq-sidecard-block{display:grid;gap:12px;padding:14px;border-radius:18px;background:#ffffff75;border:1px solid rgba(0,0,0,.05);min-height:128px;align-content:start}.faq-sidecard-block-title{font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--muted2)}.faq-sidecard-points{display:flex;flex-wrap:wrap;gap:10px}.faq-sidecard-points--compact{gap:8px}.faq-sidecard-point{display:inline-flex;align-items:center;min-height:32px;padding:0 12px;border-radius:999px;background:#fffc;border:1px solid rgba(0,0,0,.06);color:#1d1d1fc7;font-size:12px;font-weight:600;box-shadow:0 10px 20px #0f172a0d}.faq-sidecard-links{display:grid;gap:8px}.faq-sidecard-link{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:40px;padding:0 14px;border-radius:14px;text-decoration:none;color:#1d1d1fd1;background:#ffffffb8;border:1px solid rgba(0,0,0,.05);box-shadow:0 8px 18px #0f172a09;transition:transform .2s ease,border-color .2s ease,background .2s ease}.faq-sidecard-link:hover{transform:translateY(-1px);border-color:#e8215a24;background:#ffffffe0}.faq-sidecard-link span:first-child{min-width:0;font-size:13px;font-weight:600;line-height:1.35}.faq-sidecard-link-arrow{flex-shrink:0;color:var(--red);font-size:14px}.faq-sidecard-cta{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 18px;border-radius:12px;text-decoration:none;font-size:14px;font-weight:700;color:#fff;background:linear-gradient(90deg,#ff2d7a,#a33cff);box-shadow:0 12px 28px #e8215a33;transition:transform .25s ease,box-shadow .25s ease;align-self:flex-start}.faq-sidecard-cta:hover{transform:translateY(-2px);box-shadow:0 16px 34px #e8215a47}footer{position:relative;overflow:hidden;width:calc(100% - 24px);max-width:1280px;margin:0 auto 12px;border:1px solid var(--line);padding:26px 20px 30px;border-radius:32px;box-shadow:0 22px 60px #59405714;background:radial-gradient(circle at 50% 0%,rgba(232,33,90,.05) 0%,rgba(155,39,175,.03) 28%,transparent 60%),linear-gradient(180deg,#ffffffb3,#ffffff6b)}.footer-inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:minmax(160px,.75fr) minmax(280px,1fr) minmax(280px,1fr);align-items:center;gap:28px;flex-wrap:wrap}.footer-brand{display:flex;flex-direction:column;gap:6px}.footer-social-link{width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;border-radius:14px;color:var(--muted);text-decoration:none;line-height:0;background:#ffffffb8;border:1px solid rgba(0,0,0,.08);box-shadow:0 10px 24px #0f172a0d;transition:transform .2s,color .2s,background-color .2s,border-color .2s,box-shadow .2s}.footer-social-link svg{width:18px;height:18px;display:block}.footer-social-link:hover{color:var(--text);transform:translateY(-1px);background:#fffffff5;border-color:#e8215a2e;box-shadow:0 16px 30px #e8215a1f}.footer-logo{font-size:20px;font-weight:800;text-decoration:none;letter-spacing:-.06em;background:var(--grad);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;flex-shrink:0}.footer-tag{font-size:12px;color:var(--muted);line-height:1.5;max-width:220px}.footer-copy{font-size:12px;color:var(--muted2);line-height:1.65;max-width:420px;text-align:center}.footer-copy a{color:inherit;text-decoration:underline;text-underline-offset:3px}.footer-links{display:flex;align-items:center;gap:8px;list-style:none;flex-wrap:wrap;justify-content:flex-end}.footer-links a{display:inline-flex;align-items:center;min-height:34px;padding:0 12px;border-radius:12px;font-size:13px;color:var(--muted);text-decoration:none;transition:color .2s,background-color .2s,border-color .2s;font-weight:600;border:1px solid transparent}.footer-links a:hover{color:var(--text);background:#fff9;border-color:#0000000f}@media(max-width:900px){.page-wrap{padding:12px 12px 36px;gap:10px}.creator-halo-landing .nav-wrapper>nav{padding-left:24px;padding-right:24px}.section{padding:48px 32px}.hero{padding:56px 32px 48px;grid-template-columns:1fr;gap:40px}.hero-right{display:none}.dash-showcase-top{grid-template-columns:1fr}.dash-showcase-features{grid-template-columns:repeat(2,1fr)}.steps{grid-template-columns:1fr;gap:12px;padding-top:0}.steps:before{display:none}.step,.step:nth-child(1),.step:nth-child(2),.step:nth-child(3){transform:none;min-height:0}.step:after{display:none}.bento-grid{grid-template-columns:repeat(2,1fr)}.bento-large,.bento-wide{grid-column:span 2}.premium-summary{grid-template-columns:1fr;max-width:420px}.premium-card,.plans-preview-grid{grid-template-columns:1fr}.premium-price-side{padding:36px 28px}.premium-benefits-side{border-left:none;border-top:1px solid rgba(0,0,0,.08)}.faq-layout{grid-template-columns:1fr}.faq-sidecard{position:relative;top:0}footer{width:calc(100% - 16px)}.footer-inner{grid-template-columns:1fr;align-items:flex-start}.footer-copy{text-align:left}.footer-links{justify-content:flex-start}}@media(max-width:600px){.page-wrap{padding:8px 8px 28px;gap:8px}.section{padding:40px 24px}.hero{padding:48px 24px 40px}.hero-title{letter-spacing:-2px}.hero-stats{gap:0;padding:14px 8px}.hero-stat{width:50%;padding:10px 14px}.hero-stat:nth-child(odd):before{display:none}.hero-stat:nth-child(n+3){border-top:1px solid var(--line)}.bento-grid{grid-template-columns:1fr}.bento-large,.bento-wide{grid-column:span 1}.bento-card{min-height:0;padding:28px 24px}.bento-num{font-size:48px}.dash-showcase-features{grid-template-columns:1fr}.premium-summary-item{min-height:76px}.premium-price-amount{font-size:44px}.premium-benefits-hero{font-size:16px}.faq-q{padding:20px;align-items:flex-start}.faq-q-main{align-items:flex-start;flex-direction:column;gap:10px}.faq-a-inner{padding:0 20px 20px}.faq-sidecard{padding:22px 20px}.faq-sidecard-title{font-size:24px}.nav-burger{display:flex}.nav-links{position:absolute;top:100%;left:0;right:0;flex-direction:column;align-items:stretch;gap:4px;margin-left:0;padding:10px 16px 16px;background:#f2f2f7f7;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);border-bottom:1px solid rgba(0,0,0,.08);box-shadow:0 24px 44px #0f172a1f;opacity:0;visibility:hidden;transform:translateY(-10px);pointer-events:none;transition:opacity .26s ease,transform .26s ease,visibility .26s}.nav-links.is-open{opacity:1;visibility:visible;transform:translateY(0);pointer-events:auto}.nav-links li{width:100%}.nav-links li>a:not(.btn-primary){width:100%;min-height:46px;padding:0 14px;font-size:15px}}#root[data-ssr] .fade-up,#root[data-ssr] .card-reveal{opacity:1!important;transform:none!important;transition:none!important}#root[data-ssr] .marketing-transition-shell{animation:none!important}#root[data-ssr] .hero-badge,#root[data-ssr] .hero-title,#root[data-ssr] .hero-sub,#root[data-ssr] .hero-actions,#root[data-ssr] .hero-stats,#root[data-ssr] .hero-right{animation:none!important;opacity:1!important;transform:none!important}#root .marketing-transition-shell--no-enter .creator-network-hero .hero-category-pill,#root .marketing-transition-shell--no-enter .creator-editorial-hero .hero-title>span>span,#root .marketing-transition-shell--no-enter .creator-network-hero .hero-sub,#root .marketing-transition-shell--no-enter .hero-editorial-cta,#root .marketing-transition-shell--no-enter .hero-how-link{animation:none!important;opacity:1!important;clip-path:none!important;transform:none!important}#root .marketing-transition-shell--no-enter .creator-network-hero .hero-category-pill:after{animation:none!important;opacity:0!important}#root .marketing-transition-shell--no-enter .creator-halo-main>.creator-stack-section:first-child{opacity:1!important;transform:none!important;transition:none!important}.creator-editorial-hero{overflow:hidden;border-radius:0;color:#080808;background:#fff;isolation:isolate}.creator-editorial-hero .hero{position:relative;display:block;width:100%;max-width:1536px;min-height:clamp(720px,calc(100svh - 112px),810px);margin:0 auto;padding:clamp(76px,8vh,104px) clamp(40px,4.55vw,70px) 42px;border-radius:0}.creator-editorial-hero .hero:before,.creator-editorial-hero .hero:after{content:none}.creator-editorial-hero .hero-left{position:relative;z-index:4;width:52%;min-width:0;display:flex;flex-direction:column;align-items:flex-start}.creator-editorial-hero .hero-badge{display:inline-flex;align-items:center;gap:12px;margin:0 0 22px;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none;backdrop-filter:none;color:#1d1d1d;font-size:14px;font-weight:500;letter-spacing:.025em;text-transform:uppercase}.creator-editorial-hero .pulse-dot{width:10px;height:10px;background:#9256df}.creator-editorial-hero .pulse-dot:after{content:"";position:absolute;inset:-5px;border:1px solid rgba(146,86,223,.44);border-radius:50%;animation:heroBadgeSignal 3.2s cubic-bezier(.22,1,.36,1) infinite}@keyframes heroBadgeSignal{0%,52%,to{opacity:0;transform:scale(.7)}60%{opacity:.7}88%{opacity:0;transform:scale(1.65)}}.creator-editorial-hero .hero-title{max-width:660px;margin:0 0 32px;color:#030303;font-family:Arial Narrow,Roboto Condensed,Minded,sans-serif;font-size:clamp(101px,10.1vw,146px);font-stretch:condensed;font-weight:900;line-height:.82;letter-spacing:-.075em;text-transform:uppercase}.creator-editorial-hero .hero-title>span{display:block;width:185%;white-space:nowrap;transform:scaleX(.54);transform-origin:left center}.creator-editorial-hero .hero-sub{max-width:468px;margin:0 0 34px;color:#0a0a0ad6;font-size:19px;font-weight:400;line-height:1.55}.hero-editorial-cta{position:relative;isolation:isolate;display:inline-flex;align-items:center;gap:14px;min-height:58px;padding:5px 22px 5px 5px;overflow:visible;border:1px solid rgba(255,255,255,.08);border-radius:999px;color:#fff;background:linear-gradient(105deg,#050505,#111 58%,#050505);box-shadow:0 11px 24px #110a1824,0 18px 34px #8434dd1f;text-decoration:none;transition:transform .3s cubic-bezier(.22,1,.36,1),box-shadow .3s ease}.hero-editorial-cta:before{content:"";position:absolute;z-index:-1;right:12px;bottom:-12px;left:10px;height:28px;border-radius:999px;background:radial-gradient(ellipse at 26% 50%,rgba(171,72,255,.58),rgba(125,45,220,.2) 48%,transparent 74%);filter:blur(13px);opacity:.66;pointer-events:none;transition:opacity .3s ease,transform .3s cubic-bezier(.22,1,.36,1)}.hero-editorial-cta:hover{transform:translateY(-2px);box-shadow:0 13px 28px #110a182e,0 20px 40px #8434dd2e}.hero-editorial-cta:hover:before{opacity:.82;transform:scaleX(1.04)}.hero-editorial-cta:active{transform:translateY(0) scale(.99)}.hero-editorial-cta:focus-visible{outline:2px solid #9557e4;outline-offset:4px}.hero-editorial-cta-circle{width:48px;height:48px;flex:0 0 48px;display:grid;place-items:center;border:0;border-radius:50%;color:#080808;background:#fff;box-shadow:inset 0 0 0 1px #0d0d0d0f,0 5px 14px #0003;transition:transform .28s cubic-bezier(.22,1,.36,1),box-shadow .28s ease}.hero-editorial-cta-circle svg{width:22px;height:22px}.hero-editorial-cta:hover .hero-editorial-cta-circle{color:#080808;background:#fff;box-shadow:inset 0 0 0 1px #0d0d0d0f,0 7px 18px #0000003d;transform:scale(1.03)}.hero-editorial-cta-copy{display:flex;flex-direction:column;gap:4px}.hero-editorial-cta-copy strong{color:#fff;font-size:12.5px;font-weight:700;line-height:1;letter-spacing:.035em;text-transform:uppercase}.hero-editorial-cta-copy small{color:#ffffff94;font-size:10.5px;font-weight:500;line-height:1}.hero-art{position:absolute;z-index:2;top:4%;bottom:3%;left:40%;width:78%;overflow:visible;pointer-events:none;perspective:1500px}.hero-art-tilt,.hero-art-float{position:absolute;inset:0;transform-style:preserve-3d}.hero-art-tilt{transform:none;transform-origin:55% 50%}.hero-art-float{transform:none}.hero-art img{position:absolute;top:2%;left:-28%;width:135%;max-width:none;height:96%;object-fit:contain;object-position:center;user-select:none;-webkit-user-drag:none}.hero-art-dynamic-shadow{position:absolute;z-index:-1;left:29%;bottom:5.5%;width:57%;height:8%;border-radius:50%;background:radial-gradient(ellipse,rgba(62,21,84,.22) 0%,rgba(105,53,133,.12) 38%,transparent 74%);filter:blur(18px);opacity:.72;transform:none;animation:heroCassetteShadow 13s ease-in-out infinite;will-change:transform,opacity;pointer-events:none}.hero-art-sheen{position:absolute;z-index:3;top:7%;left:8%;width:72%;height:82%;opacity:0;background:linear-gradient(108deg,transparent 38%,rgba(255,255,255,.08) 44%,rgba(255,255,255,.58) 49%,rgba(255,255,255,.12) 54%,transparent 61%);clip-path:polygon(14% 12%,79% 1%,94% 78%,26% 95%);mix-blend-mode:screen;transform:translate(-135%) skew(-9deg);animation:heroCassetteSheen 7.5s ease-in-out infinite 1.1s;pointer-events:none}@keyframes heroCassetteShadow{0%,to{opacity:.56;filter:blur(20px)}50%{opacity:.82;filter:blur(15px)}}@keyframes heroCassetteSheen{0%,20%{opacity:0;transform:translate(-135%) skew(-9deg)}30%{opacity:.8}47%{opacity:.5;transform:translate(122%) skew(-9deg)}55%,to{opacity:0;transform:translate(135%) skew(-9deg)}}.hero-art-brand,.hero-art-signal,.hero-art-caption{position:absolute;z-index:2;color:#fffffff0;text-shadow:0 1px 7px rgba(27,0,40,.3)}.hero-art-brand{top:25.5%;left:38%;font-size:clamp(18px,2.2vw,31px);font-weight:700;font-style:italic;letter-spacing:-.055em}.hero-art-signal{top:27.2%;left:29.5%;display:grid;place-items:center}.hero-art-signal svg{width:clamp(22px,2vw,29px);height:clamp(22px,2vw,29px)}.hero-art-caption{left:31.5%;bottom:21.5%;font-size:7px;font-weight:600;letter-spacing:.045em;text-transform:uppercase}.hero-platforms{position:absolute;z-index:5;left:clamp(40px,4.55vw,70px);bottom:clamp(68px,8vh,86px);width:41%;color:#0a0a0a}.hero-platforms-label{display:flex;align-items:center;gap:18px;margin-bottom:18px;font-size:11px;font-weight:600;letter-spacing:.035em;text-transform:uppercase}.hero-platforms-label i{height:1px;flex:1;background:#0a0a0a33}.hero-platforms-row{display:flex;align-items:center;gap:clamp(20px,2.1vw,30px)}.hero-platform{width:28px;height:28px;flex:0 0 28px;display:grid;place-items:center;color:#050505}.hero-platform-icon{display:block;width:100%;height:100%}.hero-platforms-more{flex:0 0 auto;font-size:11px;font-weight:600;line-height:1.25;text-transform:uppercase}@media(min-width:1281px){.creator-editorial-hero .hero{min-height:clamp(760px,calc(100svh - 112px),850px)}}@media(max-width:1040px){.creator-editorial-hero .hero{min-height:700px;padding:66px 32px 34px}.creator-editorial-hero .hero-left{width:46%}.creator-editorial-hero .hero-title{font-size:clamp(72px,9.6vw,96px)}.creator-editorial-hero .hero-title>span{width:162%;transform:scaleX(.62)}.hero-art{left:29%;width:64%}.hero-platforms{left:32px;bottom:30px;width:43%}.hero-platforms-row{gap:17px}}@media(max-width:820px){.creator-editorial-hero .hero{display:flex;min-height:0;padding:54px 24px 34px;flex-direction:column;gap:0}.creator-editorial-hero .hero-left{width:100%}.creator-editorial-hero .hero-badge{margin-bottom:18px}.creator-editorial-hero .hero-title{max-width:610px;margin-bottom:22px;font-size:clamp(58px,13.5vw,88px);line-height:.84}.creator-editorial-hero .hero-title>span{width:145%;transform:scaleX(.69)}.creator-editorial-hero .hero-sub{max-width:510px;margin-bottom:24px;font-size:15px}.hero-editorial-cta{min-height:56px;padding:5px 20px 5px 5px}.hero-editorial-cta-circle{width:46px;height:46px;flex-basis:46px}.hero-art{position:relative;inset:auto auto auto 50%;width:calc(100% + 48px);height:clamp(330px,67vw,520px);margin:0 0 -12px;transform:translate(-50%);order:2}.hero-art img{left:-18%;width:128%}.hero-art-brand{top:25.5%;left:38.5%}.hero-platforms{position:relative;left:auto;bottom:auto;width:100%;padding-top:10px;border-top:0;order:4}.hero-platforms-row{justify-content:space-between;gap:16px}}@media(max-width:520px){.creator-editorial-hero .hero{padding:40px 20px 28px}.creator-editorial-hero .hero-badge{gap:9px;font-size:10px}.creator-editorial-hero .pulse-dot{width:8px;height:8px}.creator-editorial-hero .hero-title{font-size:clamp(48px,16vw,64px);letter-spacing:-.07em}.creator-editorial-hero .hero-title>span{width:139%;transform:scaleX(.72)}.creator-editorial-hero .hero-sub{max-width:340px;font-size:14px;line-height:1.52}.hero-art{width:calc(100% + 40px);height:300px;margin-top:4px;margin-bottom:-18px}.hero-art img{left:-18%;width:128%}.hero-art-brand{top:26.5%;left:39%;font-size:17px}.hero-art-signal{top:28%}.hero-art-caption{display:none}.hero-platforms-row{display:grid;grid-template-columns:repeat(6,24px) minmax(0,1fr);justify-content:initial;gap:10px}.hero-platform{width:24px;height:24px;flex-basis:24px}.hero-platforms-more{justify-self:end;font-size:8px}}@media(prefers-reduced-motion:reduce){.hero-editorial-cta,.hero-editorial-cta-circle{transition:none}.hero-art-tilt{transform:none;transition:none}.hero-art-float,.hero-art-dynamic-shadow,.hero-art-sheen{animation:none}.hero-art-sheen{display:none}}.nav-wrapper.editorial-nav{position:sticky;top:0;z-index:100;border-bottom:0;background:#fffffff0;box-shadow:none;color:#080808;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}.editorial-nav nav{position:relative;max-width:1536px;min-height:80px;margin:0 auto;padding:14px clamp(40px,4.55vw,70px)}.editorial-nav .nav-logo{color:#050505;background:none;-webkit-text-fill-color:currentColor;font-size:30px;font-weight:800;letter-spacing:-.07em}.editorial-nav-shortcuts{position:absolute;top:50%;right:clamp(144px,11.35vw,174px);display:flex;align-items:center;gap:32px;transform:translateY(-50%)}.editorial-nav-shortcuts a{color:#111;font-size:13px;font-weight:500;text-decoration:none;transition:opacity .2s ease}.editorial-nav-shortcuts a:hover{opacity:.55}.editorial-nav-shortcuts>span{width:4px;height:4px;border-radius:50%;background:#050505}.editorial-nav .nav-burger.editorial-nav-menu-button{position:absolute;top:50%;right:clamp(40px,4.55vw,70px);width:50px;height:50px;display:flex;border:0;border-radius:50%;background:#050505;box-shadow:none;transform:translateY(-50%);gap:0}.editorial-nav .nav-burger.editorial-nav-menu-button span{position:absolute;left:17px;width:16px;height:2px;margin:0;border-radius:99px;background:#fff;transform-origin:center}.editorial-nav .nav-burger.editorial-nav-menu-button span:nth-child(1){top:18px;transform:none}.editorial-nav .nav-burger.editorial-nav-menu-button span:nth-child(2){top:24px;transform:none}.editorial-nav .nav-burger.editorial-nav-menu-button span:nth-child(3){top:30px;transform:none}.editorial-nav .nav-burger.editorial-nav-menu-button.is-open span:nth-child(1){top:24px;transform:rotate(45deg)}.editorial-nav .nav-burger.editorial-nav-menu-button.is-open span:nth-child(2){opacity:0}.editorial-nav .nav-burger.editorial-nav-menu-button.is-open span:nth-child(3){top:24px;transform:rotate(-45deg)}.editorial-nav-panel{position:absolute;z-index:10;top:calc(100% + 10px);right:clamp(40px,4.55vw,70px);width:min(340px,calc(100vw - 32px));padding:14px;border:1px solid rgba(0,0,0,.1);border-radius:22px;background:#fffffffa;box-shadow:0 24px 80px #12081c24;color:#0a0a0a;animation:editorialMenuIn .22s cubic-bezier(.22,1,.36,1) both}@keyframes editorialMenuIn{0%{opacity:0;transform:translateY(-8px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.editorial-nav-panel ul{display:grid;gap:2px;margin:0;padding:0;list-style:none}.editorial-nav-panel li,.editorial-nav-panel li a{width:100%}.editorial-nav-panel li a{min-height:44px;display:flex;align-items:center;padding:0 14px;border-radius:12px;color:#181818;font-size:14px;font-weight:500;text-decoration:none;transition:background-color .18s ease}.editorial-nav-panel li a:hover{background:#f3eff8}.editorial-nav-panel-actions{display:grid;grid-template-columns:44px 1fr;gap:8px;margin-top:10px;padding-top:12px;border-top:1px solid rgba(0,0,0,.08)}.editorial-nav-login{min-height:44px;display:flex;align-items:center;justify-content:center;border-radius:999px;color:#fff;background:#050505;font-size:13px;font-weight:600;text-decoration:none}@media(max-width:860px){.editorial-nav nav{min-height:70px;padding:10px 20px}.editorial-nav .nav-logo{font-size:26px}.editorial-nav-shortcuts{display:none}.editorial-nav .nav-burger.editorial-nav-menu-button{right:20px;width:44px;height:44px}.editorial-nav .nav-burger.editorial-nav-menu-button span{left:14px}.editorial-nav .nav-burger.editorial-nav-menu-button span:nth-child(1){top:15px}.editorial-nav .nav-burger.editorial-nav-menu-button span:nth-child(2),.editorial-nav .nav-burger.editorial-nav-menu-button.is-open span:nth-child(1),.editorial-nav .nav-burger.editorial-nav-menu-button.is-open span:nth-child(3){top:21px}.editorial-nav .nav-burger.editorial-nav-menu-button span:nth-child(3){top:27px}.editorial-nav-panel{top:calc(100% + 6px);right:12px}}.creator-editorial-hero .hero{isolation:isolate}.creator-editorial-hero .hero:before,.creator-editorial-hero .hero:after{content:"";position:absolute;inset:0;pointer-events:none}.creator-editorial-hero .hero:before{content:none}.creator-editorial-hero .hero:after{z-index:0;background-image:radial-gradient(circle at 18% 28%,rgba(0,0,0,.14) 0 .42px,transparent .58px),radial-gradient(circle at 72% 64%,rgba(111,63,148,.13) 0 .4px,transparent .56px),radial-gradient(circle at 43% 79%,rgba(0,0,0,.1) 0 .35px,transparent .52px);background-position:0 0,3px 5px,8px 2px;background-size:9px 9px,13px 13px,17px 17px;opacity:.12}.creator-editorial-hero .hero-badge,.creator-editorial-hero .hero-sub,.hero-editorial-cta,.hero-platforms-label{animation:heroEditorialCopyIn .72s cubic-bezier(.22,1,.36,1) backwards}.creator-editorial-hero .hero-badge{animation-delay:.04s}.creator-editorial-hero .hero-title{animation:none}.creator-editorial-hero .hero-title>span{overflow:hidden}.creator-editorial-hero .hero-title>span>span{display:block;opacity:1;clip-path:none;animation:heroEditorialLineIn .82s cubic-bezier(.16,1,.3,1) backwards}.creator-editorial-hero .hero-title>span:nth-child(1)>span{animation-delay:.12s;letter-spacing:-.055em}.creator-editorial-hero .hero-title>span:nth-child(2)>span{animation-delay:.2s;letter-spacing:-.04em}.creator-editorial-hero .hero-sub{animation-delay:.34s}.hero-editorial-cta{animation-delay:.44s}.hero-platforms-label{animation-delay:.5s}@keyframes heroEditorialLineIn{0%{opacity:0;clip-path:inset(100% 0 0 0)}to{opacity:1;clip-path:inset(0 0 0 0)}}@keyframes heroEditorialCopyIn{0%{opacity:0;clip-path:inset(0 0 100% 0)}to{opacity:1;clip-path:inset(0 0 0 0)}}.hero-art-dynamic-shadow{animation:heroCassetteShadowPremium 8.6s ease-in-out infinite}.hero-art-sheen{top:5%;left:5%;width:78%;height:86%;background:linear-gradient(108deg,transparent 36%,rgba(255,255,255,.05) 42%,rgba(255,255,255,.72) 48%,rgba(236,208,255,.24) 52%,transparent 60%);animation:heroCassetteSheenPremium 7.2s cubic-bezier(.42,0,.18,1) infinite 1.4s;will-change:transform,opacity}@keyframes heroCassetteShadowPremium{0%,to{opacity:.54;filter:blur(20px);transform:translateY(2px) scaleX(.94)}50%{opacity:.82;filter:blur(15px);transform:translateY(-2px) scaleX(1.04)}}@keyframes heroCassetteSheenPremium{0%,15%{opacity:0;transform:translate(-142%) skew(-9deg)}23%{opacity:.9}39%{opacity:.48;transform:translate(125%) skew(-9deg)}47%,to{opacity:0;transform:translate(142%) skew(-9deg)}}.hero-editorial-cta-circle{position:relative;isolation:isolate}.hero-editorial-cta-circle:before{content:"";position:absolute;z-index:-1;inset:-1px;border:1px solid rgba(146,86,223,.4);border-radius:inherit;animation:heroCtaPulse 3.4s cubic-bezier(.22,1,.36,1) infinite 1.2s;pointer-events:none}.hero-editorial-cta-circle svg{transition:transform .3s cubic-bezier(.22,1,.36,1)}.hero-editorial-cta:hover .hero-editorial-cta-circle svg{transform:translate(2px,-2px)}@keyframes heroCtaPulse{0%,58%,to{opacity:0;transform:scale(1)}64%{opacity:.42}88%{opacity:0;transform:scale(1.22)}}.hero-platforms-label i{position:relative;overflow:hidden;transform-origin:left center;animation:heroPlatformRuleIn .72s cubic-bezier(.22,1,.36,1) backwards .62s}.hero-platforms-label i:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent,rgba(146,86,223,.8),transparent);transform:translate(-100%);animation:heroPlatformRuleSheen 5.8s ease-in-out infinite 2.2s}.hero-platform,.hero-platforms-more{opacity:1;clip-path:none;animation:heroPlatformIn .5s cubic-bezier(.22,1,.36,1) backwards;animation-delay:calc(.62s + var(--platform-index, 0) * 70ms)}.hero-platform{position:relative;cursor:default;transition:color .22s ease,transform .28s cubic-bezier(.22,1,.36,1)}.hero-platform:after{content:attr(data-label);position:absolute;z-index:8;left:50%;bottom:calc(100% + 11px);padding:6px 9px;border:1px solid rgba(0,0,0,.08);border-radius:999px;color:#fff;background:#070707eb;box-shadow:0 8px 24px #0d071224;font-size:10px;font-weight:600;line-height:1;white-space:nowrap;opacity:0;transform:translate(-50%,5px) scale(.96);transition:opacity .2s ease,transform .24s cubic-bezier(.22,1,.36,1);pointer-events:none}.hero-platform:hover{color:#9256df;transform:translateY(-4px) scale(1.06)}.hero-platform:hover:after{opacity:1;transform:translate(-50%) scale(1)}@keyframes heroPlatformRuleIn{0%{opacity:0;transform:scaleX(0)}to{opacity:1;transform:scaleX(1)}}@keyframes heroPlatformRuleSheen{0%,58%,to{opacity:0;transform:translate(-100%)}64%{opacity:1}82%{opacity:.15;transform:translate(100%)}}@keyframes heroPlatformIn{0%{opacity:0;clip-path:circle(0 at 50% 50%)}to{opacity:1;clip-path:circle(80% at 50% 50%)}}#root[data-ssr] .creator-editorial-hero .hero-title>span>span,#root[data-ssr] .hero-editorial-cta,#root[data-ssr] .hero-how-link,#root[data-ssr] .hero-platforms-label,#root[data-ssr] .hero-platforms-label i,#root[data-ssr] .hero-platform,#root[data-ssr] .hero-platforms-more{animation:none!important;opacity:1!important;clip-path:none!important}.nav-wrapper.editorial-nav{position:fixed;top:0;right:0;left:0;width:100%;transform:translateY(0);will-change:transform;transition:transform .52s cubic-bezier(.22,1,.36,1),background-color .28s ease,border-color .28s ease,box-shadow .28s ease}.nav-wrapper.editorial-nav.is-hidden{transform:translate3d(0,calc(-100% - 2px),0)}.creator-editorial-hero{padding-top:80px}.nav-wrapper.editorial-nav.is-scrolled{border-bottom:0;background:#ffffffc7;box-shadow:inset 0 -1px #100a1412,0 12px 34px #1b0e2211;backdrop-filter:blur(24px) saturate(1.25);-webkit-backdrop-filter:blur(24px) saturate(1.25)}.editorial-nav .nav-burger.editorial-nav-menu-button span,.editorial-nav .nav-burger.editorial-nav-menu-button span:nth-child(1),.editorial-nav .nav-burger.editorial-nav-menu-button span:nth-child(2),.editorial-nav .nav-burger.editorial-nav-menu-button span:nth-child(3){top:50%;left:50%}.editorial-nav .nav-burger.editorial-nav-menu-button span:nth-child(1){transform:translate(-50%,-50%) translateY(-6px)}.editorial-nav .nav-burger.editorial-nav-menu-button span:nth-child(2){transform:translate(-50%,-50%)}.editorial-nav .nav-burger.editorial-nav-menu-button span:nth-child(3){transform:translate(-50%,-50%) translateY(6px)}.editorial-nav .nav-burger.editorial-nav-menu-button.is-open span:nth-child(1){top:50%;transform:translate(-50%,-50%) rotate(45deg)}.editorial-nav .nav-burger.editorial-nav-menu-button.is-open span:nth-child(2){opacity:0;transform:translate(-50%,-50%) scaleX(0)}.editorial-nav .nav-burger.editorial-nav-menu-button.is-open span:nth-child(3){top:50%;transform:translate(-50%,-50%) rotate(-45deg)}@media(max-width:860px){.creator-editorial-hero{padding-top:70px}.nav-wrapper.editorial-nav,.nav-wrapper.editorial-nav.is-scrolled{background:#fffffff7;backdrop-filter:none;-webkit-backdrop-filter:none}.hero-platform:after{display:none}.hero-platform:hover{color:#050505;transform:none}}@media(prefers-reduced-motion:reduce){.creator-editorial-hero .hero-badge,.creator-editorial-hero .hero-title>span>span,.creator-editorial-hero .hero-sub,.hero-editorial-cta,.creator-editorial-hero .pulse-dot:after,.hero-editorial-cta-circle:before,.hero-editorial-cta-circle svg,.hero-art-dynamic-shadow,.hero-art-sheen,.hero-platforms-label,.hero-platforms-label i,.hero-platforms-label i:after,.hero-platform,.hero-platforms-more{animation:none!important}.creator-editorial-hero .hero-title>span>span,.hero-platform,.hero-platforms-more{opacity:1;clip-path:none}.hero-editorial-cta,.hero-editorial-cta-circle,.hero-editorial-cta-circle svg,.hero-platform,.nav-wrapper.editorial-nav{transition:none!important}.hero-platform:hover,.hero-editorial-cta:hover,.hero-editorial-cta:hover .hero-editorial-cta-circle,.hero-editorial-cta:hover .hero-editorial-cta-circle svg{transform:none}}.nav-wrapper.editorial-nav.network-nav{height:88px;color:#0a0a0d;background:#ffffffe0}.network-nav nav{width:100%;max-width:1600px;height:88px;margin:0 auto;padding:0 clamp(32px,4.4vw,70px)}.network-nav .nav-logo{display:inline-flex;align-items:center;gap:11px;color:#09090c;font-size:0}.network-nav-brand-mark{width:31px;height:31px;display:grid;place-items:center}.network-nav-brand-mark svg{width:100%;height:100%}.network-nav-brand-word{font-size:31px;font-weight:800;line-height:1;letter-spacing:-.06em}.network-nav-links{position:absolute;left:50%;display:flex;align-items:center;gap:clamp(26px,3.1vw,50px);transform:translate(-50%)}.network-nav-links a{position:relative;color:#16161a;font-size:15px;font-weight:500;text-decoration:none;white-space:nowrap}.network-nav-links a:after{content:"";position:absolute;right:0;bottom:-7px;left:0;height:1.5px;border-radius:99px;background:#8752ed;transform:scaleX(0);transform-origin:right center;transition:transform .28s cubic-bezier(.22,1,.36,1)}.network-nav-links a:hover:after{transform:scaleX(1);transform-origin:left center}.network-nav-actions{display:flex;align-items:center;gap:12px;margin-left:auto}.network-nav-upload{min-width:222px;min-height:58px;padding:0 22px 0 26px;display:inline-flex;align-items:center;justify-content:space-between;gap:24px;border-radius:21px;color:#fff;background:linear-gradient(112deg,#09090f,#171722);box-shadow:0 14px 32px #120d1e26,0 12px 30px #8147ed14;font-size:15px;font-weight:650;text-decoration:none;transition:transform .28s cubic-bezier(.22,1,.36,1),box-shadow .28s ease}.network-nav-upload svg{width:20px;height:20px;transition:transform .28s cubic-bezier(.22,1,.36,1)}.network-nav-upload:hover{transform:translateY(-2px);box-shadow:0 17px 38px #120d1e33,0 16px 36px #8147ed24}.network-nav-upload:hover svg{transform:translate(2px,-2px)}.network-nav .nav-burger.editorial-nav-menu-button{display:none}.creator-network-hero{padding-top:88px;overflow:clip;color:#0a0a0d;background:#fff}.creator-network-hero .hero{display:grid;grid-template-columns:minmax(430px,.86fr) minmax(650px,1.14fr);grid-template-rows:1fr auto;column-gap:clamp(8px,1.6vw,28px);width:100%;max-width:1640px;min-height:clamp(760px,calc(100svh - 88px),880px);margin:0 auto;padding:clamp(50px,5.8vh,70px) clamp(34px,3.8vw,62px) 34px}.creator-network-hero .hero:before{content:none}.creator-network-hero .hero:after{z-index:0;background-image:radial-gradient(circle at 18% 28%,rgba(57,39,89,.15) 0 .38px,transparent .54px),radial-gradient(circle at 72% 64%,rgba(111,63,148,.12) 0 .36px,transparent .52px);background-position:0 0,5px 7px;background-size:12px 12px,17px 17px;opacity:.08}.creator-network-hero .hero-left{grid-column:1;grid-row:1;align-self:center;width:100%;max-width:600px;padding-bottom:28px}.creator-network-hero .hero-badge{margin-bottom:28px;color:#1b1b20;font-size:14px;font-weight:650;letter-spacing:.015em}.creator-network-hero .pulse-dot{width:11px;height:11px;background:linear-gradient(145deg,#a05cff,#7049ea);box-shadow:0 0 0 6px #8b52ed0f}.creator-network-hero .hero-title{max-width:600px;margin-bottom:28px;color:#08080b;font-size:clamp(80px,6.55vw,108px);font-weight:900;line-height:.81;letter-spacing:-.05em}.creator-network-hero .hero-title>span{width:auto;white-space:nowrap;transform:none}.creator-network-hero .hero-title>span>span,.creator-network-hero .hero-title>span:nth-child(1)>span,.creator-network-hero .hero-title>span:nth-child(2)>span{letter-spacing:-.046em}.creator-network-hero .hero-title>span:nth-child(2)>span{animation-delay:.18s}.creator-network-hero .hero-title>span:nth-child(3)>span{letter-spacing:-.04em;animation-delay:.25s}.creator-network-hero .hero-title .is-accent>span{color:#7b4be8;background:linear-gradient(100deg,#8a56f2,#6944dd 58%,#a16bff);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.creator-network-hero .hero-sub{max-width:470px;margin-bottom:30px;color:#211f2ba8;font-size:19px;line-height:1.5}.creator-network-hero .hero-cta-cluster{display:inline-flex;flex-direction:column;align-items:flex-start;gap:9px}.creator-network-hero .hero-editorial-cta{min-width:276px;min-height:64px;padding:5px 8px 5px 28px;justify-content:space-between;gap:24px;border:0;border-radius:22px;background:linear-gradient(112deg,#08080d,#171720);box-shadow:0 18px 35px #160f262b,0 19px 42px #8145f224}.creator-network-hero .hero-editorial-cta:before{right:22px;bottom:-15px;left:18px;height:26px;background:radial-gradient(ellipse at 32% 50%,rgba(157,67,255,.54),rgba(110,57,231,.16) 52%,transparent 75%);filter:blur(14px);opacity:.58}.creator-network-hero .hero-editorial-cta-copy strong{font-size:15px;font-weight:650;letter-spacing:0;text-transform:none}.creator-network-hero .hero-editorial-cta-circle{width:48px;height:48px;flex-basis:48px;color:#fff;background:transparent;box-shadow:none}.creator-network-hero .hero-editorial-cta-circle:before{content:none}.creator-network-hero .hero-editorial-cta:hover .hero-editorial-cta-circle{color:#fff;background:#ffffff0f;box-shadow:none}.creator-network-hero .hero-cta-note{padding-left:28px;color:#211f2b7a;font-size:12px;font-weight:500}.hero-network-visual{position:relative;z-index:2;grid-column:2;grid-row:1 / span 2;align-self:center;width:100%;height:min(690px,calc(100svh - 128px));min-height:620px;isolation:isolate}.hero-network-visual:before{content:"";position:absolute;z-index:-1;inset:12% 6% 8%;border-radius:50%;background:radial-gradient(circle,rgba(139,84,237,.15),rgba(139,84,237,.04) 50%,transparent 73%);filter:blur(28px);animation:heroNetworkAmbient 6s ease-in-out infinite}.hero-network-device{position:absolute;z-index:1;inset:0 -4% -1% -3%;display:grid;place-items:center;animation:heroNetworkArtworkIn .82s cubic-bezier(.22,1,.36,1) backwards .18s}.hero-network-device img{width:112%;max-width:none;height:100%;object-fit:contain;mix-blend-mode:multiply;-webkit-mask-image:radial-gradient(ellipse at center,#000 69%,rgba(0,0,0,.96) 82%,transparent 99%);mask-image:radial-gradient(ellipse at center,#000 69%,rgba(0,0,0,.96) 82%,transparent 99%)}@keyframes heroNetworkArtworkIn{0%{opacity:0;transform:translateY(16px) scale(.985)}to{opacity:1;transform:none}}@keyframes heroNetworkAmbient{0%,to{opacity:.72;transform:scale(.98)}50%{opacity:1;transform:scale(1.025)}}.hero-network-cables{position:absolute;z-index:2;inset:1% 1% 0;width:98%;height:99%;overflow:visible;pointer-events:none}.hero-network-cables path{fill:none;stroke-linecap:round}.hero-network-cable-glow path{stroke:#7e4de733;stroke-width:13;filter:blur(3px)}.hero-network-cable-core path{stroke:#dbceffc7;stroke-width:4;stroke-dasharray:13 7;animation:heroNetworkCableFlow 8s linear infinite}@keyframes heroNetworkCableFlow{to{stroke-dashoffset:-80}}.hero-network-card,.hero-network-more{position:absolute;z-index:3;width:108px;min-height:102px;padding:14px 10px 12px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;border:1px solid rgba(130,105,182,.16);border-radius:22px;color:#111119;background:linear-gradient(145deg,#ffffffd1,#f6f3ff9c);box-shadow:inset 0 1px #fffffff2,0 18px 35px #432b701c,0 0 28px #854fec12;backdrop-filter:blur(18px) saturate(1.15);-webkit-backdrop-filter:blur(18px) saturate(1.15);text-align:center;transform:translateZ(0);animation:heroNetworkCardIn .72s cubic-bezier(.22,1,.36,1) backwards calc(.22s + var(--network-index, 0) * .05s)}.hero-network-card:before,.hero-network-more:before{content:"";position:absolute;inset:1px;border-radius:inherit;background:linear-gradient(135deg,rgba(255,255,255,.68),transparent 45%);pointer-events:none}.hero-network-card-icon{width:52px;height:52px;display:grid;place-items:center;border-radius:16px;background:#ffffffb8;box-shadow:inset 0 0 0 1px #62489314,0 9px 18px #301f5214}.hero-network-card strong{max-width:88px;font-size:12px;font-weight:700;line-height:1.12}.hero-network-card.is-spotify{top:4%;left:1%;--network-index: 0}.hero-network-card.is-apple{top:37%;left:-4%;--network-index: 1}.hero-network-card.is-youtube{bottom:7%;left:2%;--network-index: 2}.hero-network-card.is-tiktok{top:7%;right:2%;--network-index: 3}.hero-network-card.is-vk{top:39%;right:-2%;--network-index: 4}.hero-network-card.is-deezer{right:6%;bottom:6%;--network-index: 5}.hero-network-more{left:50%;bottom:-1%;width:96px;min-height:88px;gap:2px;color:#7446df;transform:translate(-50%)}.hero-network-more strong{font-size:23px;line-height:1}.hero-network-more span{color:#27232f;font-size:11px;font-weight:600}@keyframes heroNetworkCardIn{0%{opacity:0;transform:translateY(14px) scale(.94)}to{opacity:1;transform:translateY(0) scale(1)}}.hero-metrics-panel{position:relative;z-index:4;grid-column:1;grid-row:2;width:100%;max-width:630px;min-height:112px;padding:18px 20px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));align-items:center;border:1px solid rgba(126,96,184,.14);border-radius:24px;background:#fff9;box-shadow:inset 0 1px #ffffffeb,0 18px 46px #432b7012;backdrop-filter:blur(22px) saturate(1.12);-webkit-backdrop-filter:blur(22px) saturate(1.12);animation:heroEditorialCopyIn .72s cubic-bezier(.22,1,.36,1) backwards .54s}.hero-metric{position:relative;min-width:0;display:flex;align-items:center;gap:10px;padding:0 10px}.hero-metric+.hero-metric:before{content:"";position:absolute;top:8px;bottom:8px;left:-1px;width:1px;background:linear-gradient(transparent,rgba(117,86,173,.16),transparent)}.hero-metric-icon{width:43px;height:43px;flex:0 0 43px;display:grid;place-items:center;border-radius:50%;color:#fff;background:linear-gradient(145deg,#a160ff,#7447e6);box-shadow:0 10px 22px #7e46e840}.hero-metric-icon svg{width:23px;height:23px}.hero-metric>span:last-child{min-width:0;display:flex;flex-direction:column;gap:3px}.hero-metric strong{color:#15131b;font-size:16px;font-weight:750;line-height:1.1;white-space:nowrap}.hero-metric small{color:#302c3c94;font-size:12px;font-weight:500;white-space:nowrap}#root[data-ssr] .hero-network-device,#root[data-ssr] .hero-network-card,#root[data-ssr] .hero-network-more,#root[data-ssr] .hero-metrics-panel{animation:none!important;opacity:1!important}@media(max-width:1180px){.network-nav-links{gap:24px}.network-nav-links a{font-size:14px}.network-nav-upload{min-width:196px}.creator-network-hero .hero{grid-template-columns:minmax(360px,.82fr) minmax(530px,1.18fr);padding-right:32px;padding-left:32px}.creator-network-hero .hero-title{font-size:clamp(74px,7.5vw,94px)}.hero-network-visual{min-height:560px}.hero-network-card,.hero-network-more{transform:scale(.9)}.hero-network-card.is-apple{left:-1%}.hero-network-card.is-vk{right:0}.hero-metrics-panel{padding-right:10px;padding-left:10px}.hero-metric{gap:9px;padding:0 9px}.hero-metric-icon{width:40px;height:40px;flex-basis:40px}.hero-metric strong{font-size:16px}}@media(max-width:960px){.network-nav-links{gap:18px}.network-nav-links a:nth-child(4){display:none}.network-nav-upload{min-width:178px;min-height:52px;padding-right:18px;padding-left:21px;font-size:13px}.creator-network-hero .hero{grid-template-columns:minmax(330px,.78fr) minmax(470px,1.22fr)}.creator-network-hero .hero-title{font-size:clamp(68px,7.8vw,82px)}.creator-network-hero .hero-sub{font-size:16px}.hero-network-visual{min-height:530px}.hero-network-card{width:92px;min-height:88px;padding:10px 8px;border-radius:18px}.hero-network-card-icon{width:44px;height:44px}.hero-network-card-icon svg{width:30px;height:30px}}@media(max-width:860px){.nav-wrapper.editorial-nav.network-nav{height:70px;background:#fffffff7}.network-nav nav{height:70px;padding:0 20px}.network-nav-brand-mark{width:25px;height:25px}.network-nav-brand-word{font-size:25px}.network-nav-links,.network-nav-upload{display:none}.network-nav .nav-burger.editorial-nav-menu-button{display:block}.creator-network-hero{padding-top:70px}.creator-network-hero .hero{display:flex;min-height:0;padding:44px 24px 30px;flex-direction:column}.creator-network-hero .hero-left{width:100%;max-width:650px;padding-bottom:0}.creator-network-hero .hero-title{max-width:620px;margin-bottom:24px;font-size:clamp(72px,13vw,102px)}.creator-network-hero .hero-sub{max-width:470px}.hero-network-visual{width:100%;height:clamp(450px,70vw,590px);min-height:0;margin:10px 0 4px;order:2}.hero-network-device--composite{inset:0 -7%}.hero-network-device img{width:114%}.hero-network-card.is-apple{left:1%}.hero-network-card.is-vk{right:1%}.hero-metrics-panel{width:100%;max-width:none;margin-top:4px;order:3}}@media(max-width:520px){.creator-network-hero .hero{padding:36px 20px 24px}.creator-network-hero .hero-badge{margin-bottom:20px;font-size:10px}.creator-network-hero .hero-title{margin-bottom:22px;font-size:clamp(58px,16.5vw,72px);line-height:.8;letter-spacing:-.052em}.creator-network-hero .hero-sub{max-width:340px;margin-bottom:24px;font-size:14px;line-height:1.5}.creator-network-hero .hero-editorial-cta{min-width:232px;min-height:58px;padding-left:22px;border-radius:20px}.creator-network-hero .hero-editorial-cta-circle{width:44px;height:44px;flex-basis:44px}.creator-network-hero .hero-cta-note{padding-left:22px;font-size:11px}.hero-network-visual{height:300px;margin-top:4px}.hero-network-cables{display:none}.hero-network-device,.hero-network-device--composite{inset:0}.hero-network-device img{width:118%}.hero-network-card{width:54px;min-height:54px;padding:6px;gap:0;border-radius:16px;transform:none}.hero-network-card strong{display:none}.hero-network-card-icon{width:40px;height:40px;border-radius:12px}.hero-network-card-icon svg{width:27px;height:27px}.hero-network-card.is-spotify{top:6%;left:2%}.hero-network-card.is-apple{top:37%;left:-1%}.hero-network-card.is-youtube{bottom:11%;left:4%}.hero-network-card.is-tiktok{top:8%;right:2%}.hero-network-card.is-vk{top:39%;right:-1%}.hero-network-card.is-deezer{right:5%;bottom:10%}.hero-network-more{bottom:0;width:66px;min-height:56px;padding:7px;border-radius:16px}.hero-network-more strong{font-size:17px}.hero-network-more span{font-size:8px}.hero-metrics-panel{min-height:96px;padding:12px 6px;border-radius:20px}.hero-metric{flex-direction:column;gap:8px;padding:0 4px;text-align:center}.hero-metric+.hero-metric:before{top:4px;bottom:4px}.hero-metric-icon{width:38px;height:38px;flex-basis:38px}.hero-metric-icon svg{width:19px;height:19px}.hero-metric strong{max-width:105px;font-size:13px}.hero-metric small{font-size:9px}}@media(prefers-reduced-motion:reduce){.hero-network-device,.hero-network-cable-core path,.hero-network-card,.hero-network-more,.hero-metrics-panel{animation:none!important}.hero-network-device,.hero-network-card,.hero-network-more,.hero-metrics-panel{opacity:1;transform:none}.hero-network-more{transform:translate(-50%)}}}@layer creator-landing{.creator-halo-landing{--halo-bg: #f5f5f5;--halo-surface: #ffffff;--halo-ink: #0b0b10;--halo-muted: rgba(18, 17, 24, .58);--halo-line: rgba(18, 17, 24, .1);--halo-violet: #8050eb;--halo-deep: #29243f;overflow:clip;color:var(--halo-ink);padding:0 7px 7px;background:#fff;font-family:Minded,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.creator-halo-landing *,.creator-halo-landing *:before,.creator-halo-landing *:after{font-family:inherit}.creator-halo-stage{position:relative;min-height:0;display:flex;flex-direction:column;overflow:hidden;background:#fff}.creator-halo-stage .nav-wrapper.editorial-nav.network-nav{position:absolute;top:0;right:0;left:0;z-index:30;height:64px;border:0;background:transparent;box-shadow:none;backdrop-filter:none;-webkit-backdrop-filter:none;transform:none}.creator-halo-stage .network-nav.is-hidden{transform:none}.creator-halo-stage .network-nav nav{width:100%;max-width:calc(88rem + 40px);height:64px;min-height:64px;margin:0 auto;padding:0 20px}.creator-halo-stage .network-nav-brand-mark{width:22px;height:22px}.creator-halo-stage .network-nav-brand-word{color:#08080c;font-size:26px;font-weight:600;letter-spacing:-.055em}.creator-halo-stage .network-nav .nav-logo{gap:0}.creator-halo-stage .network-nav-links{gap:clamp(20px,2vw,32px)}.creator-halo-stage .network-nav-links a{color:#121118ad;font-size:14px;font-weight:500;transition:color .2s ease}.creator-halo-stage .network-nav-links a:hover{color:#08080c}.creator-halo-stage .network-nav-links a:after{opacity:0;transform:scaleX(0);transform-origin:left center;transition:none;will-change:transform,opacity}.creator-halo-stage .network-nav-links a:hover:after{animation:haloNavUnderlineSweep 1s cubic-bezier(.22,1,.36,1) both}.creator-halo-stage .network-nav-links a:focus-visible:after{opacity:1;transform:scaleX(1);animation:none}@keyframes haloNavUnderlineSweep{0%{opacity:0;transform:scaleX(0);transform-origin:left center}16%{opacity:1}58%{opacity:1;transform:scaleX(1);transform-origin:left center}59%{transform-origin:right center}to{opacity:0;transform:scaleX(0);transform-origin:right center}}.creator-halo-stage .network-nav-upload{min-width:132px;min-height:38px;padding:0 13px 0 16px;gap:12px;border-radius:18px;background:#0b0b12;box-shadow:none;font-size:13px}.creator-halo-stage .network-nav-upload svg{width:17px;height:17px}.creator-halo-stage .creator-network-hero{min-height:0;flex:none;padding:72px 20px 18px;display:flex;background:#fff}.creator-halo-stage .creator-network-hero .hero{position:relative;width:100%;max-width:88rem;height:clamp(828px,93.6svh,936px);min-height:828px;max-height:936px;margin:0 auto;padding:28px clamp(42px,4vw,58px) 22px 6px;display:grid;grid-template-columns:minmax(410px,.88fr) minmax(560px,1.12fr);grid-template-rows:minmax(0,1fr);column-gap:24px;overflow:hidden;border:0;border-radius:18px;clip-path:inset(0 round 18px);background:#fff;box-shadow:none;isolation:isolate}.creator-halo-stage .creator-network-hero .hero:before{content:"";position:absolute;z-index:1;inset:0;background:linear-gradient(90deg,#fff,#fffffffa 27%,#ffffffb3 43%,#ffffff14 68%),linear-gradient(0deg,#ffffff42,#fff0 31%);opacity:1;pointer-events:none}.creator-halo-stage .creator-network-hero .hero:after{content:"";position:absolute;z-index:1;inset:auto 0 0;width:100%;height:22%;background:linear-gradient(0deg,rgba(245,244,247,.72),transparent);filter:none;animation:none;pointer-events:none}.creator-halo-stage .hero-halo-video{position:absolute;z-index:0;inset:0;width:100%;height:100%;border-radius:inherit;object-fit:cover;object-position:center 42%;transform:scale(1.1);transform-origin:center 42%;opacity:1;background:#efedf5;transition:none}@keyframes haloAmbient{0%,to{opacity:.66;transform:scale(.96)}50%{opacity:1;transform:scale(1.04)}}@keyframes haloHeroLineIn{0%{opacity:0;transform:translate3d(0,.24em,0)}to{opacity:1;transform:translateZ(0)}}@keyframes haloHeroCopyIn{0%{opacity:0;transform:translate3d(0,14px,0)}to{opacity:1;transform:translateZ(0)}}@keyframes haloGlassSheen{0%{opacity:0;transform:translate3d(-190%,0,0) skew(-18deg)}22%{opacity:.82}72%{opacity:.48}to{opacity:0;transform:translate3d(430%,0,0) skew(-18deg)}}.creator-halo-stage .creator-network-hero .hero-left{position:relative;z-index:4;grid-column:1;grid-row:1;align-self:center;width:100%;max-width:510px;padding:0;translate:0 -72px}.creator-halo-stage .creator-network-hero .hero-badge{margin-bottom:14px;color:#14121bb8;font-size:11px;font-weight:600;letter-spacing:.055em;text-transform:uppercase}.creator-halo-stage .creator-network-hero .hero-category-pill{position:relative;isolation:isolate;width:max-content;margin:0 0 18px;padding:7px 12px;border:1px solid rgba(255,255,255,.76);border-radius:18px;color:#7850df;background:linear-gradient(135deg,#ffffff85,#efe6ff33);box-shadow:0 10px 28px #4c2f911a,0 0 0 1px #7e4fea24,inset 0 1px #fffffff0,inset 0 -1px #7e4fea12;font-size:11px;font-weight:600;line-height:1;letter-spacing:0;text-transform:none;overflow:hidden;-webkit-backdrop-filter:blur(18px) saturate(160%);backdrop-filter:blur(18px) saturate(160%);clip-path:none;animation:haloHeroCopyIn .62s cubic-bezier(.22,1,.36,1) .06s backwards}.creator-halo-stage .creator-network-hero .hero-category-pill>span{position:relative;z-index:1}.creator-halo-stage .creator-network-hero .hero-category-pill:after{content:"";position:absolute;z-index:0;top:-55%;bottom:-55%;left:0;width:34%;border-radius:50%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.92),transparent);filter:blur(.5px);opacity:0;animation:haloGlassSheen .9s cubic-bezier(.22,1,.36,1) .46s 1 both;pointer-events:none}.creator-halo-stage .creator-network-hero .pulse-dot{width:9px;height:9px;background:var(--halo-violet);box-shadow:0 0 0 7px #8050eb14}.creator-halo-stage .creator-network-hero .hero-title{max-width:500px;margin:0 0 18px;color:var(--halo-ink);font-family:inherit;font-size:clamp(66px,5.65vw,82px);font-weight:600;line-height:.98;letter-spacing:-.045em;text-transform:none}.creator-halo-stage .creator-network-hero .hero-title>span,.creator-halo-stage .creator-network-hero .hero-title>span>span{width:auto;letter-spacing:inherit;transform:none}.creator-halo-stage .creator-network-hero .hero-title>span{overflow:visible}.creator-halo-stage .creator-network-hero .hero-title>span>span{overflow:visible;clip-path:none;animation:haloHeroLineIn .68s cubic-bezier(.16,1,.3,1) .14s backwards}.creator-halo-stage .creator-network-hero .hero-title>span:nth-child(2)>span{animation-delay:.22s}.creator-halo-stage .creator-network-hero .hero-title>span:first-child{font-size:1em;font-weight:600;line-height:.98}.creator-halo-stage .creator-network-hero .hero-title>span.is-accent{margin-top:.025em;font-size:1em;line-height:.98}.creator-halo-stage .creator-network-hero .hero-title .is-accent>span{color:var(--halo-ink);background:none;-webkit-text-fill-color:currentColor}.creator-halo-stage .creator-network-hero .hero-sub{max-width:375px;margin:0 0 23px;color:#18151fa8;font-size:17px;line-height:1.48;clip-path:none;animation:haloHeroCopyIn .62s cubic-bezier(.22,1,.36,1) .3s backwards}.creator-halo-stage .hero-cta-cluster{width:100%;max-width:390px;display:flex;flex-flow:row nowrap;align-items:center;gap:13px}.creator-halo-stage .hero-editorial-cta{width:auto;min-width:0;min-height:56px;justify-content:space-between;gap:16px;padding:5px 6px 5px 19px;border-radius:999px;background:#0b0b12;box-shadow:10px 12px 18px -8px #100c1c2e,16px 20px 32px -14px #7c47e421,inset 0 1px #ffffff14;clip-path:none;animation:haloHeroCopyIn .62s cubic-bezier(.22,1,.36,1) .38s backwards}.creator-halo-stage .hero-editorial-cta:before{opacity:.48}.creator-halo-stage .hero-editorial-cta-copy{align-items:flex-start;gap:4px;text-align:left}.creator-halo-stage .hero-editorial-cta-copy strong{font-size:14.5px;font-weight:600;line-height:1.1;letter-spacing:-.01em;text-transform:none}.creator-halo-stage .hero-editorial-cta-copy small{color:#ffffff8a;font-size:10.5px;font-weight:400;line-height:1.15}.creator-halo-stage .hero-editorial-cta-circle{width:44px;height:44px;flex-basis:44px;border-radius:50%;color:#0b0b12;background:#fff}.creator-halo-stage .hero-editorial-cta:hover .hero-editorial-cta-circle{color:#0b0b12;background:#fff;transform:rotate(-4deg) scale(1.03)}.hero-platform-marquee{position:relative;z-index:5;grid-column:1 / -1;grid-row:2;min-width:0;display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:26px;padding:20px 4px 0;border-top:1px solid rgba(28,24,38,.12)}.hero-platform-marquee-label{color:#14121b99;font-size:11px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;white-space:nowrap}.hero-platform-marquee-viewport,.halo-platform-strip-viewport{min-width: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)}.hero-platform-marquee-track,.halo-platform-strip-track{width:max-content;display:flex;align-items:center;animation:haloMarquee 24s linear infinite}.hero-platform-marquee-item{margin:0 28px;color:#100e168a;font-size:13px;font-weight:600;white-space:nowrap}@keyframes haloMarquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.creator-halo-main.page-wrap{width:calc(100% - 2px);max-width:none;margin:0 1px;padding:0;display:block;background:var(--halo-bg)}.creator-halo-main.page-wrap>.card{width:100%;max-width:none;margin:0;padding:0;overflow:visible;border:0;border-radius:0;background:transparent;box-shadow:none}.creator-halo-landing .section{width:min(100%,88rem);margin:0 auto;padding:120px 24px;overflow:visible;border:0;border-radius:0;background:transparent;box-shadow:none}.halo-eyebrow,.creator-halo-landing .section-label{margin:0 0 12px;color:#17141f8c;font-size:13px;font-weight:500;letter-spacing:.01em;text-transform:none}.halo-display-title,.creator-halo-landing .section-title{margin:0;color:var(--halo-ink);font-size:clamp(48px,5.2vw,76px);font-weight:600;line-height:.98;letter-spacing:-.045em}.creator-halo-landing .section-title .grad{color:inherit;background:none;-webkit-text-fill-color:currentColor}.halo-pill-cta{width:fit-content;min-height:58px;margin-top:30px;padding:5px 7px 5px 24px;display:inline-flex;align-items:center;gap:22px;border-radius:999px;color:#fff;background:#0b0b12;box-shadow:0 15px 36px #0f0c1b24;font-size:14px;font-weight:600;text-decoration:none;transition:transform .25s ease,background-color .2s ease}.halo-pill-cta:hover{color:#fff;background:#24232b;transform:translateY(-2px)}.halo-pill-cta i{width:46px;height:46px;display:grid;place-items:center;border-radius:50%;color:#0b0b12;background:#fff;font-style:normal}.halo-pill-cta svg{width:19px;height:19px}.halo-intro-section:before,.halo-intro-section:after,.creator-halo-landing .features-section:before,.creator-halo-landing .features-section:after,.creator-halo-landing .pricing-section:before,.creator-halo-landing .pricing-section:after,.creator-halo-landing .faq-section:before,.creator-halo-landing .faq-section:after{content:none}.halo-intro-heading{display:grid;grid-template-columns:minmax(0,.88fr) minmax(0,1.12fr);gap:clamp(50px,9vw,150px);align-items:start;margin-bottom:70px}.halo-intro-lead{max-width:700px;margin:4px 0 0;color:#14121bb3;font-size:clamp(25px,2.35vw,36px);font-weight:400;line-height:1.34;letter-spacing:-.025em}.halo-story-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.halo-story-card{position:relative;min-height:360px;padding:30px;overflow:hidden;border:1px solid rgba(20,18,27,.08);border-radius:26px;background:#fff;box-shadow:0 24px 60px #261e3e0f;transition:transform .35s cubic-bezier(.22,1,.36,1),box-shadow .35s ease}.halo-story-card:hover{transform:translateY(-5px);box-shadow:0 30px 74px #261e3e1a}.halo-story-card--dashboard{grid-column:span 2;padding:30px 30px 0;display:flex;flex-direction:column;background:radial-gradient(circle at 75% 95%,rgba(147,94,239,.15),transparent 38%),linear-gradient(145deg,#fff,#f7f5fb)}.halo-story-copy{position:relative;z-index:2;max-width:430px}.halo-story-copy>span,.halo-story-index{color:#1c19247a;font-size:11px;font-weight:600;letter-spacing:.07em;text-transform:uppercase}.halo-story-copy h3,.halo-story-card h3{margin:10px 0;font-size:26px;font-weight:600;line-height:1.08;letter-spacing:-.03em}.halo-story-copy p,.halo-story-card p{margin:0;color:#14121b94;font-size:15px;line-height:1.48}.halo-story-card--dark,.halo-story-card--violet{display:flex;flex-direction:column;justify-content:space-between;color:#fff;border-color:transparent;background:var(--halo-deep)}.halo-story-card--violet{background:radial-gradient(circle at 75% 22%,rgba(185,132,255,.5),transparent 34%),linear-gradient(145deg,#49386d,#28213f 72%)}.halo-story-card--dark .halo-story-index,.halo-story-card--violet .halo-story-index,.halo-story-card--dark p,.halo-story-card--violet p{color:#ffffff94}.halo-story-number{display:block;margin-bottom:22px;font-size:70px;font-weight:600;line-height:.8;letter-spacing:-.065em}.halo-mini-chart{height:112px;display:flex;align-items:end;gap:8px}.halo-mini-chart i{min-width:0;flex:1;border-radius:999px 999px 3px 3px;background:linear-gradient(#cba8ff,#cba8ff2e)}.halo-dashboard{position:relative;z-index:1;width:96%;height:220px;margin:auto auto 0;overflow:hidden;border:1px solid rgba(30,25,44,.1);border-bottom:0;border-radius:20px 20px 0 0;background:#ffffffe0;box-shadow:0 22px 48px #2b204624;transform:perspective(1000px) rotateX(2deg);transform-origin:bottom center}.halo-dashboard-bar{height:42px;padding:0 14px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(23,20,32,.08)}.halo-dashboard-mark{font-size:14px;font-weight:600}.halo-dashboard-user{width:24px;height:24px;display:grid;place-items:center;border-radius:50%;color:#fff;background:#8650e8;font-size:10px}.halo-dashboard-body{height:calc(100% - 42px);display:grid;grid-template-columns:46px 1fr}.halo-dashboard-nav{padding-top:16px;display:flex;align-items:center;flex-direction:column;gap:12px;border-right:1px solid rgba(23,20,32,.08)}.halo-dashboard-nav span{width:18px;height:18px;border-radius:6px;background:#eceaf0}.halo-dashboard-nav span.is-active{background:#8b52eb;box-shadow:0 6px 14px #8b52eb40}.halo-dashboard-content{padding:13px 16px}.halo-dashboard-kicker{margin-bottom:8px;color:#19162280;font-size:8px;text-transform:uppercase}.halo-dashboard-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.halo-dashboard-metrics>span{padding:8px;display:flex;flex-direction:column;gap:4px;border-radius:9px;background:#f5f4f7}.halo-dashboard-metrics small{color:#19162273;font-size:6px}.halo-dashboard-metrics strong{font-size:11px}.halo-dashboard-chart{height:55px;margin:10px 0 8px;display:flex;align-items:end;gap:5px}.halo-dashboard-chart i{flex:1;border-radius:3px 3px 0 0;background:linear-gradient(#9664ed,#d5c4f5)}.halo-dashboard-release{display:grid;grid-template-columns:26px 1fr auto;align-items:center;gap:8px}.halo-dashboard-cover{width:26px;height:26px;border-radius:7px;background:linear-gradient(145deg,#24162d,#a54ea8)}.halo-dashboard-release>span:nth-child(2){display:flex;flex-direction:column}.halo-dashboard-release strong{font-size:7px}.halo-dashboard-release small{color:#1916227a;font-size:6px}.halo-dashboard-release b{padding:4px 7px;border-radius:99px;color:#1d8c49;background:#e0f7e8;font-size:6px}.halo-platform-strip{min-width:0;margin-top:42px;display:grid;grid-template-columns:minmax(180px,.8fr) minmax(0,3.2fr);align-items:center;gap:34px}.halo-platform-strip>p{margin:0;color:#16131d8a;font-size:13px;line-height:1.35}.halo-platform-strip-track{animation-duration:30s}.halo-platform-strip-track span{margin:0 34px;color:#12101873;font-size:15px;font-weight:600;white-space:nowrap}.halo-process-section{padding-top:70px}.halo-process-layout{display:grid;grid-template-columns:minmax(300px,.76fr) minmax(600px,1.24fr);gap:clamp(48px,8vw,120px);align-items:start}.halo-process-intro{padding-top:10px}.halo-process-intro>p:not(.halo-eyebrow){max-width:390px;margin:26px 0 0;color:var(--halo-muted);font-size:16px;line-height:1.58}.halo-pill-cta--light{border:1px solid rgba(20,18,27,.12);color:#111018;background:#fff;box-shadow:none}.halo-pill-cta--light:hover{color:#111018;background:#fff}.halo-pill-cta--light i{color:#fff;background:#111018}.halo-process-panel{position:relative;min-height:690px;padding:clamp(34px,4.5vw,56px);overflow:hidden;border-radius:30px;color:#fff;background:radial-gradient(circle at 75% 12%,rgba(182,130,255,.5),transparent 33%),linear-gradient(145deg,#4a3a6f,#29243f 56%,#1d1a2d);box-shadow:0 32px 80px #251c3c26}.halo-process-aura{position:absolute;top:-15%;right:-12%;width:430px;aspect-ratio:1;border:1px solid rgba(255,255,255,.2);border-radius:50%;box-shadow:0 0 0 44px #ffffff09,0 0 0 88px #ffffff06}.halo-process-panel-head{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;color:#ffffff8f;font-size:11px;letter-spacing:.06em;text-transform:uppercase}.halo-process-panel-head strong{color:#ffffffd1;font-weight:600}.halo-process-panel>h3{position:relative;z-index:1;max-width:650px;margin:64px 0 54px;font-size:clamp(38px,4vw,58px);font-weight:600;line-height:1.02;letter-spacing:-.04em}.halo-process-list{position:relative;z-index:1;display:grid;gap:10px}.halo-process-step{min-height:112px;padding:18px 20px;display:grid;grid-template-columns:46px minmax(0,1fr) 38px;align-items:center;gap:16px;border:1px solid rgba(255,255,255,.12);border-radius:18px;background:#ffffff13;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);transition:background-color .25s ease,transform .25s ease}.halo-process-step:hover{background:#ffffff1f;transform:translate(4px)}.halo-process-step>span{width:42px;height:42px;display:grid;place-items:center;border-radius:50%;color:#251c37;background:#fff;font-size:11px;font-weight:600}.halo-process-step h4{margin:0 0 6px;font-size:18px;font-weight:600}.halo-process-step p{margin:0;color:#ffffff94;font-size:13px;line-height:1.45}.halo-process-step>i{width:36px;height:36px;display:grid;place-items:center;border-radius:50%;color:#fff;background:#ffffff17}.halo-process-step svg{width:16px;height:16px}.creator-halo-landing .features-section,.creator-halo-landing .pricing-section,.creator-halo-landing .faq-section{color:var(--halo-ink);background:transparent}.creator-halo-landing .features-inner,.creator-halo-landing .pricing-inner,.creator-halo-landing .faq-inner{width:100%;max-width:none;margin:0;padding:0}.creator-halo-landing .features-section .section-title,.creator-halo-landing .pricing-section .section-title,.creator-halo-landing .faq-section .section-title{max-width:780px;margin-bottom:58px}.creator-halo-landing .bento-grid{position:relative;isolation:isolate;display:grid;grid-template-columns:repeat(12,minmax(0,1fr));grid-auto-rows:minmax(244px,auto);gap:14px;perspective:1400px}.creator-halo-landing .bento-card{position:relative;z-index:2;display:grid;grid-template-rows:auto 1fr auto;grid-column:span 5;min-height:284px;padding:26px;gap:16px;overflow:hidden;border:1px solid rgba(20,18,27,.08);border-radius:23px;color:var(--halo-ink);background:#fff;box-shadow:0 22px 60px #261e3e0f;transform-style:preserve-3d;will-change:transform;transition:box-shadow .42s cubic-bezier(.22,1,.36,1)}.creator-halo-landing .bento-card:not(.bento-motion-card):hover{transform:translateY(-5px);box-shadow:0 30px 72px #261e3e1a}.creator-halo-landing .bento-motion-card.is-active{z-index:4;box-shadow:0 34px 80px #19123029,0 16px 44px rgb(var(--card-glow-rgb, 143 108 255) / .2)}.creator-halo-landing .bento-card:nth-child(1){grid-column:span 7;color:#fff;background:radial-gradient(circle at 78% 20%,rgba(180,126,255,.48),transparent 32%),linear-gradient(145deg,#493a69,#28243f 72%)}.creator-halo-landing .bento-card:nth-child(2){grid-column:span 5;background:#e6f8ea}.creator-halo-landing .bento-card:nth-child(3){grid-column:span 5;background:#ece9f8}.creator-halo-landing .bento-card:nth-child(4){grid-column:span 7}.creator-halo-landing .bento-card:nth-child(5){grid-column:span 7;background:#e8f0fb}.creator-halo-landing .bento-card:nth-child(6){grid-column:span 5;background:#f8eaf0}.creator-halo-landing .bento-card:before,.creator-halo-landing .bento-card:after{content:none!important}.creator-halo-landing .bento-head,.creator-halo-landing .bento-body,.creator-halo-landing .bento-footer,.creator-halo-landing .bento-num{position:relative;z-index:1}.creator-halo-landing .bento-content-layer{position:relative;z-index:5;min-width:0;min-height:100%;display:grid;grid-template-rows:auto 1fr auto;gap:16px;transform-style:preserve-3d;pointer-events:none;will-change:transform}.creator-halo-landing .bento-body{align-self:start;min-width:0;display:flex;flex-direction:column;gap:10px}.creator-halo-landing .bento-head{min-height:34px;display:flex;align-items:flex-start}.creator-halo-landing .bento-footer{min-height:72px;display:flex;align-items:flex-end;align-self:end}.creator-halo-landing .bento-card.bento-no-footer,.creator-halo-landing .bento-no-footer .bento-content-layer{grid-template-rows:auto 1fr}.creator-halo-landing .bento-no-footer .bento-footer{display:none}.creator-halo-landing .bento-points{margin-top:0}.creator-halo-landing .bento-tag,.creator-halo-landing .bento-tag-muted{border:1px solid transparent;border-radius:999px;min-height:34px;padding:0 13px;font-size:12px;font-weight:700;line-height:1;letter-spacing:.07em;text-transform:uppercase}.creator-halo-landing .bento-tag-muted{border-color:color-mix(in srgb,var(--card-tag-color, var(--card-color)) 24%,transparent);color:color-mix(in srgb,var(--card-tag-color, var(--card-color)) 74%,#17131f);background:color-mix(in srgb,var(--card-tag-color, var(--card-color)) 14%,rgba(255,255,255,.84));box-shadow:inset 0 1px #ffffffa3}.creator-halo-landing .bento-accent .bento-tag{border-color:#ffffff24;background:#ffffff17;box-shadow:inset 0 1px #ffffff14}.creator-halo-landing .bento-footnote{font-size:13px}.creator-halo-landing .bento-card:nth-child(1) .bento-tag,.creator-halo-landing .bento-card:nth-child(1) .bento-desc{color:#ffffff9e}.creator-halo-landing .bento-title{color:inherit;margin:0;font-size:clamp(28px,2.35vw,36px);font-weight:600;line-height:1.08;letter-spacing:-.035em;text-wrap:balance}.creator-halo-landing .bento-desc{max-width:520px;margin:0;color:#14121b94;font-size:17px;line-height:1.48;text-wrap:pretty}.creator-halo-landing .bento-num{font-size:clamp(66px,6.2vw,96px);font-weight:600;line-height:.9;letter-spacing:-.06em}.creator-halo-landing .bento-num-symbol{font-size:clamp(80px,7.4vw,112px);line-height:.72;letter-spacing:-.08em}.creator-halo-landing .bento-num-label{padding-bottom:6px;font-size:16px;font-weight:600}.creator-halo-landing .bento-point{min-height:38px;padding:0 15px;border-color:#ffffff24;color:#ffffffc2;background:#ffffff14;font-size:13px}.creator-halo-landing .pricing-section{width:100%;max-width:none;padding-right:max(24px,calc((100vw - 88rem)/2 + 24px));padding-left:max(24px,calc((100vw - 88rem)/2 + 24px))}.creator-halo-landing .pricing-title{color:var(--halo-ink)}.creator-halo-landing .lp-pricing-card{overflow:hidden;border:1px solid rgba(20,18,27,.08);border-radius:28px;background:#fff;box-shadow:0 28px 80px #261e3e12}.creator-halo-landing .lp-billing-switch{border-color:#14121b17;background:#f1f0f3}.creator-halo-landing .lp-billing-switch button.active{color:#fff;background:#121118}.creator-halo-landing .lp-compare-head.is-popular,.creator-halo-landing .lp-compare td.is-popular{background:#7e4de512}.creator-halo-landing .lp-compare-cta{border-radius:999px}.creator-halo-landing .lp-compare-cta.is-popular{background:#17131f;box-shadow:none}.creator-halo-landing .lp-extra-note,.creator-halo-landing .lp-calc{border:1px solid rgba(20,18,27,.08);border-radius:24px;background:#fff;box-shadow:none}.creator-halo-landing .faq-layout{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(300px,.5fr);gap:18px;align-items:start}.creator-halo-landing .faq-list{overflow:hidden;border:1px solid rgba(20,18,27,.08);border-radius:26px;background:#fff;box-shadow:0 24px 64px #261e3e0d}.creator-halo-landing .faq-item{margin:0;border:0;border-bottom:1px solid rgba(20,18,27,.08);border-radius:0;background:transparent;box-shadow:none}.creator-halo-landing .faq-item:last-child{border-bottom:0}.creator-halo-landing .faq-q{min-height:84px;padding:22px 26px}.creator-halo-landing .faq-q-text{color:var(--halo-ink);font-size:17px;font-weight:500}.creator-halo-landing .faq-icon{color:#fff;background:#15121b}.creator-halo-landing .faq-a-inner{padding:0 76px 24px 26px;color:var(--halo-muted)}.creator-halo-landing .faq-sidecard{min-height:100%;border:0;border-radius:26px;color:#fff;background:radial-gradient(circle at 80% 10%,rgba(183,128,255,.48),transparent 32%),linear-gradient(145deg,#493a6a,#28243f 70%);box-shadow:0 26px 70px #261e3e1f}.creator-halo-landing .faq-sidecard-kicker,.creator-halo-landing .faq-sidecard-text,.creator-halo-landing .faq-sidecard-block-title,.creator-halo-landing .faq-sidecard-point{color:#ffffff9e}.creator-halo-landing .faq-sidecard-title{color:#fff}.creator-halo-landing .faq-sidecard-link{border-color:#ffffff1f;color:#ffffffd1}.creator-halo-landing .faq-sidecard-cta{border-radius:999px;color:#17131f;background:#fff}.creator-halo-landing>footer{margin:20px 24px 24px;overflow:hidden;border-radius:30px;color:#fff;background:radial-gradient(circle at 86% 16%,rgba(136,79,228,.38),transparent 28%),#15131d}.creator-halo-landing .footer-inner{max-width:88rem;min-height:410px;margin:0 auto;padding:64px 48px 40px}.creator-halo-landing .footer-logo{color:#fff;background:none;-webkit-text-fill-color:currentColor;font-size:clamp(54px,7vw,104px);font-weight:600;letter-spacing:-.065em}.creator-halo-landing .footer-tag,.creator-halo-landing .footer-copy,.creator-halo-landing .footer-copy a,.creator-halo-landing .footer-links a{color:#ffffff94}.creator-halo-landing .footer-social-link{color:#fff;background:#ffffff1a}.creator-halo-landing .footer-seo-links,.creator-halo-landing .footer-seo-links a{color:#ffffff80}@media(max-width:1160px){.creator-halo-stage .network-nav-links{gap:19px}.creator-halo-stage .network-nav-links a{font-size:13px}.creator-halo-stage .creator-network-hero .hero{grid-template-columns:minmax(350px,.82fr) minmax(500px,1.18fr);padding-right:42px;padding-left:6px}.creator-halo-stage .creator-network-hero .hero-title{font-size:clamp(62px,6.9vw,78px)}.halo-story-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.halo-story-card--dashboard{grid-column:1 / -1}.halo-process-layout{grid-template-columns:minmax(280px,.7fr) minmax(500px,1.3fr);gap:48px}}@media(max-width:900px){.creator-halo-stage .network-nav nav{height:64px;padding:0 9px}.creator-halo-stage .network-nav-links,.creator-halo-stage .network-nav-upload{display:none}.creator-halo-stage .network-nav .nav-burger.editorial-nav-menu-button{display:block}.creator-halo-stage .creator-network-hero{padding:72px 9px 9px}.creator-halo-stage .creator-network-hero .hero{height:clamp(816px,94.8svh,902px);min-height:816px;max-height:902px;padding:28px 32px 22px 6px;display:flex;flex-direction:column;justify-content:flex-start;border-radius:17px;clip-path:inset(0 round 17px)}.creator-halo-stage .creator-network-hero .hero-left{align-self:flex-start;max-width:470px;margin-top:28px;padding:0;translate:none}.creator-halo-stage .creator-network-hero .hero-title{max-width:560px;font-size:clamp(60px,7vw,72px)}.creator-halo-stage .creator-network-hero .hero:before{background:linear-gradient(180deg,#fff,#fffffffa 47%,#ffffff94 70%,#ffffff12),linear-gradient(90deg,#fffffff5,#ffffff1f)}.creator-halo-stage .hero-halo-video{object-position:68% 42%}.hero-platform-marquee{margin-top:auto;order:2}.creator-halo-landing .section{padding:88px 20px}.halo-intro-heading,.halo-process-layout{grid-template-columns:1fr;gap:42px}.halo-intro-lead{max-width:720px}.halo-process-panel{min-height:640px}.creator-halo-landing .bento-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.creator-halo-landing .bento-card,.creator-halo-landing .bento-card:nth-child(n){grid-column:span 1}.creator-halo-landing .faq-layout{grid-template-columns:1fr}}@media(max-width:620px){.creator-halo-landing{padding-right:5px;padding-left:5px}.creator-halo-stage .network-nav-brand-mark{width:23px;height:23px}.creator-halo-stage .network-nav-brand-word{font-size:25px}.creator-halo-stage .creator-network-hero .hero{height:clamp(792px,93.6svh,876px);min-height:792px;max-height:876px;padding:22px 20px 18px;border-radius:15px;clip-path:none;box-shadow:0 -14px 32px -22px #1b223552,0 18px 46px -30px #1b22354d,0 5px 18px -15px #1b223529}.creator-halo-stage .creator-network-hero .hero-left{max-width:100%;margin-top:10px}.creator-halo-stage .creator-network-hero .hero:before{background:linear-gradient(180deg,#ffffffc7,#ffffff85 42%,#ffffff1a 68%,#fff0),linear-gradient(90deg,#ffffff94,#ffffff2e 58%,#ffffff05)}.creator-halo-stage .creator-network-hero .hero:after{height:14%;background:linear-gradient(0deg,rgba(245,246,250,.12),transparent)}.creator-halo-stage .creator-network-hero .hero-badge{margin-bottom:13px;font-size:10px}.creator-halo-stage .creator-network-hero .hero-category-pill{margin-bottom:16px;padding:6px 10px;border-radius:15px;font-size:10.5px}.creator-halo-stage .creator-network-hero .hero-title{margin-bottom:17px;font-size:clamp(52px,13.6vw,58px);line-height:.98}.creator-halo-stage .creator-network-hero .hero-sub{max-width:300px;margin-bottom:21px;font-size:15.5px;line-height:1.5}.creator-halo-stage .hero-cta-cluster{max-width:220px;flex-direction:column;align-items:flex-start;gap:9px}.creator-halo-stage .hero-editorial-cta{width:220px;min-width:220px;min-height:54px;justify-content:space-between;padding:5px 6px 5px 17px;border-radius:999px}.creator-halo-stage .hero-editorial-cta-circle{width:42px;height:42px;flex-basis:42px;border-radius:50%}.creator-halo-stage .hero-halo-video{inset:-8% 0 auto;height:114%;object-position:66% 46%;transform:translate3d(0,7%,0) scale(1.035)}.hero-platform-marquee{grid-template-columns:1fr;gap:12px;padding-top:16px}.hero-platform-marquee-item{margin:0 20px;font-size:11px}.creator-halo-landing .section{padding:76px 16px}.halo-display-title,.creator-halo-landing .section-title{font-size:clamp(42px,13vw,58px)}.halo-intro-heading{gap:36px;margin-bottom:48px}.halo-intro-lead{font-size:23px}.halo-story-grid{grid-template-columns:1fr}.halo-story-card,.halo-story-card--dashboard{grid-column:auto;min-height:330px;padding:24px}.halo-story-card--dashboard{padding-bottom:0}.halo-dashboard{width:108%;height:205px;margin-left:-4%}.halo-platform-strip{grid-template-columns:1fr;gap:18px}.halo-platform-strip-track span{margin:0 24px;font-size:13px}.halo-process-panel{min-height:0;padding:28px 20px;border-radius:24px}.halo-process-panel>h3{margin:52px 0 36px;font-size:36px}.halo-process-step{min-height:0;padding:16px;grid-template-columns:40px minmax(0,1fr);gap:12px}.halo-process-step>i{display:none}.halo-process-step>span{width:38px;height:38px}.creator-halo-landing .bento-grid{grid-template-columns:1fr}.creator-halo-landing .bento-card,.creator-halo-landing .bento-card:nth-child(n){min-height:278px;padding:22px;grid-column:auto}.creator-halo-landing .pricing-section{padding-right:12px;padding-left:12px}.creator-halo-landing .lp-pricing-card{border-radius:22px}.creator-halo-landing .faq-q{min-height:74px;padding:18px}.creator-halo-landing .faq-q-text{font-size:15px}.creator-halo-landing .faq-a-inner{padding:0 18px 20px}.creator-halo-landing>footer{margin:10px 10px 12px;border-radius:24px}.creator-halo-landing .footer-inner{min-height:0;padding:44px 24px 30px}}.creator-halo-landing .features-section .section-title .grad{text-shadow:none!important;filter:none!important}.creator-halo-landing .features-section .section-title .grad:after{content:none!important;display:none!important}.creator-halo-landing .bento-card.bento-has-media{isolation:isolate;border:0;background:#7560ba}.creator-halo-landing .bento-media-shell{position:absolute;inset:-12px;z-index:0;display:block;overflow:hidden;pointer-events:none;will-change:transform}.creator-halo-landing .bento-media-art{position:absolute;inset:0;display:block;overflow:hidden;transform-origin:center;will-change:transform}.creator-halo-landing .bento-media{position:absolute;inset:0;z-index:0;width:100%;height:100%;display:block;object-fit:cover;object-position:center}.creator-halo-landing .bento-media-shade{position:absolute;inset:0;z-index:2;display:block;background:linear-gradient(90deg,#1f143ad6,#2b1c4eb8 34%,#301f5447 58%,#301f540a)}.creator-halo-landing .bento-card.bento-has-media.bento-media-tone-light{color:#17131f;background:rgb(var(--bento-media-wash, 245 242 237))}.creator-halo-landing .bento-media-layout-platforms{--bento-media-wash: 226 240 222}.creator-halo-landing .bento-media-layout-analytics{--bento-media-wash: 248 232 136}.creator-halo-landing .bento-media-layout-speed{--bento-media-wash: 253 90 87}.creator-halo-landing .bento-media-layout-albums{--bento-media-wash: 227 237 249}.creator-halo-landing .bento-media-layout-support{--bento-media-wash: 254 220 222}.creator-halo-landing .bento-media-tone-light .bento-media{object-position:center;filter:saturate(1.06) contrast(1.02)}.creator-halo-landing .bento-media-tone-light .bento-media-shade{background:linear-gradient(90deg,rgb(var(--bento-media-wash, 255 255 255) / .99),rgb(var(--bento-media-wash, 255 255 255) / .95) 36%,rgb(var(--bento-media-wash, 255 255 255) / .72) 50%,rgb(var(--bento-media-wash, 255 255 255) / .16) 67%,rgb(var(--bento-media-wash, 255 255 255) / 0) 79%)}.creator-halo-landing .bento-media-tone-light .bento-body,.creator-halo-landing .bento-media-tone-light .bento-footer{width:min(54%,390px)}.creator-halo-landing .bento-media-layout-platforms .bento-body{width:min(64%,270px)}.creator-halo-landing .bento-media-layout-platforms .bento-title{max-width:none;font-size:clamp(28px,2.2vw,34px);white-space:nowrap;text-wrap:nowrap}.creator-halo-landing .bento-media-layout-analytics .bento-body{width:min(80%,360px)}.creator-halo-landing .bento-media-layout-speed .bento-body{width:min(62%,430px)}.creator-halo-landing .bento-media-layout-speed .bento-title{max-width:none;font-size:clamp(28px,2.2vw,34px);white-space:nowrap;text-wrap:nowrap}.creator-halo-landing .bento-media-layout-albums .bento-body,.creator-halo-landing .bento-media-layout-albums .bento-footer,.creator-halo-landing .bento-media-layout-support .bento-body,.creator-halo-landing .bento-media-layout-support .bento-footer{width:min(52%,310px)}.creator-halo-landing .bento-media-tone-light .bento-title{color:#17131f}.creator-halo-landing .bento-media-tone-light .bento-desc{color:#17131fb3}.creator-halo-landing .bento-media-tone-light .bento-tag-muted{border-color:color-mix(in srgb,var(--card-tag-color, var(--card-color)) 24%,transparent);color:color-mix(in srgb,var(--card-tag-color, var(--card-color)) 74%,#17131f);background:color-mix(in srgb,var(--card-tag-color, var(--card-color)) 14%,rgba(255,255,255,.84));box-shadow:inset 0 1px #ffffffa3}.creator-halo-landing .bento-card.bento-has-media.bento-media-tone-light.bento-media-layout-speed{color:#fff;background:#f25357}.creator-halo-landing .bento-media-tone-light.bento-media-layout-speed .bento-media-shade{background:linear-gradient(90deg,rgba(91,7,31,.84) 0%,rgba(116,9,36,.72) 36%,rgba(163,17,44,.42) 55%,rgba(222,40,57,.08) 76%,transparent 100%)}.creator-halo-landing .bento-media-tone-light.bento-media-layout-speed .bento-title{color:#fff;text-shadow:0 2px 18px rgba(73,4,24,.2)}.creator-halo-landing .bento-media-tone-light.bento-media-layout-speed .bento-desc{color:#ffffffd1;text-shadow:0 1px 14px rgba(73,4,24,.18)}.creator-halo-landing .bento-media-tone-light.bento-media-layout-speed .bento-tag-muted{border-color:#ffffff2e;color:#ffffffe6;background:#5b071f4d;box-shadow:inset 0 1px #ffffff1f}.creator-halo-landing .bento-card.bento-has-media.bento-media-tone-light.bento-media-layout-analytics{color:#fff;background:#eeb52c}.creator-halo-landing .bento-media-tone-light.bento-media-layout-analytics .bento-media-shade{background:linear-gradient(90deg,rgba(70,42,0,.86) 0%,rgba(94,54,0,.74) 38%,rgba(139,82,0,.46) 59%,rgba(214,145,5,.1) 80%,transparent 100%)}.creator-halo-landing .bento-media-tone-light.bento-media-layout-analytics .bento-title{color:#fff;text-shadow:0 2px 18px rgba(61,34,0,.2)}.creator-halo-landing .bento-media-tone-light.bento-media-layout-analytics .bento-desc{color:#ffffffd6;text-shadow:0 1px 14px rgba(61,34,0,.2)}.creator-halo-landing .bento-media-tone-light.bento-media-layout-analytics .bento-tag-muted{border-color:#fff3;color:#ffffffeb;background:#462a0052;box-shadow:inset 0 1px #ffffff21}.creator-halo-landing .bento-has-media .bento-head,.creator-halo-landing .bento-has-media .bento-body,.creator-halo-landing .bento-has-media .bento-footer,.creator-halo-landing .bento-has-media .bento-num{z-index:2}.creator-halo-landing .bento-has-media .bento-content-layer{z-index:5}.creator-halo-landing .bento-activation-pulse{position:absolute;inset:-18%;z-index:3;display:block;border-radius:42%;opacity:0;background:radial-gradient(circle at 50% 52%,rgb(var(--card-glow-rgb, 143 108 255) / .36),rgb(var(--card-glow-rgb, 143 108 255) / .12) 34%,transparent 68%);transform:scale(.82);pointer-events:none;mix-blend-mode:soft-light}.creator-halo-landing .features-section.has-entered .bento-activation-pulse{animation:haloBentoCardActivate .95s cubic-bezier(.22,1,.36,1) both;animation-delay:var(--activation-delay, 70ms)}.creator-halo-landing .bento-pointer-glare{position:absolute;inset:0;z-index:4;display:block;border-radius:inherit;opacity:0;background:radial-gradient(440px circle at var(--glare-x, 50%) var(--glare-y, 50%),rgba(255,255,255,.18),rgba(255,255,255,.045) 24%,transparent 58%);transition:opacity .28s ease;pointer-events:none;mix-blend-mode:soft-light}.creator-halo-landing .bento-motion-card.is-active .bento-pointer-glare{opacity:.36}.creator-halo-landing .bento-fx,.creator-halo-landing .bento-depth-layer{position:absolute;inset:0;display:block;pointer-events:none}.creator-halo-landing .bento-fx{z-index:3;overflow:hidden;opacity:1;transition:opacity .35s ease}.creator-halo-landing .bento-fx>span{position:absolute;display:block;pointer-events:none}.creator-halo-landing .bento-depth-layer{z-index:1;background-image:var(--card-image);background-position:center;background-size:cover;background-repeat:no-repeat;opacity:.18;filter:saturate(1.25) brightness(1.12);mix-blend-mode:screen;will-change:transform}@keyframes haloBentoCardActivate{0%{opacity:0;transform:scale(.82)}42%{opacity:.78}to{opacity:0;transform:scale(1.14)}}.creator-halo-landing .bento-fx-rights>span:nth-child(1){width:43%;aspect-ratio:1;top:-10%;right:1%;border-radius:50%;opacity:.48;background:radial-gradient(circle,rgba(188,155,255,.62),transparent 68%);filter:blur(20px);mix-blend-mode:screen}.creator-halo-landing .bento-fx-rights>span:nth-child(2),.creator-halo-landing .bento-fx-rights>span:nth-child(3){width:7px;height:7px;right:8%;top:15%;border-radius:2px;opacity:.3;background:#efe6ff;box-shadow:0 0 14px #d8c4fff2;transform:rotate(45deg)}.creator-halo-landing .bento-fx-rights>span:nth-child(3){width:5px;height:5px;right:31%;top:9%}.creator-halo-landing .features-section.is-motion-live .bento-media-layout-rights .bento-media-art{animation:haloBentoRightsFloat 5.8s ease-in-out infinite}.creator-halo-landing .features-section.is-motion-live .bento-fx-rights>span:nth-child(1){animation:haloBentoRightsGlow 3.8s ease-in-out infinite}.creator-halo-landing .features-section.is-motion-live .bento-fx-rights>span:nth-child(2),.creator-halo-landing .features-section.is-motion-live .bento-fx-rights>span:nth-child(3){animation:haloBentoRightsSpark 3.2s ease-in-out infinite}.creator-halo-landing .features-section.is-motion-live .bento-fx-rights>span:nth-child(3){animation-delay:-1.35s}.creator-halo-landing .bento-fx-platforms>span:nth-child(1),.creator-halo-landing .bento-fx-platforms>span:nth-child(2){width:48%;height:72%;top:12%;right:2%;border:1px solid rgba(77,205,116,.32);border-radius:50%;opacity:.45;transform:rotate(-13deg);box-shadow:0 0 18px #57d87e1c}.creator-halo-landing .bento-fx-platforms>span:nth-child(2){width:41%;height:78%;top:9%;right:7%;transform:rotate(17deg)}.creator-halo-landing .bento-fx-platforms>span:nth-child(3){width:8px;height:8px;top:46%;right:24%;border-radius:50%;background:#bdffd0;box-shadow:0 0 0 4px #76e19224,0 0 18px #45d26dcc;transform-origin:-64px 0}.creator-halo-landing .features-section.is-motion-live .bento-media-layout-platforms .bento-media-art{animation:haloBentoPlatformsDrift 8.5s ease-in-out infinite}.creator-halo-landing .features-section.is-motion-live .bento-fx-platforms>span:nth-child(1){animation:haloBentoOrbitPulse 4.6s ease-in-out infinite}.creator-halo-landing .features-section.is-motion-live .bento-fx-platforms>span:nth-child(2){animation:haloBentoOrbitPulseReverse 4.6s -2.2s ease-in-out infinite}.creator-halo-landing .features-section.is-motion-live .bento-fx-platforms>span:nth-child(3){animation:haloBentoOrbitDot 9s linear infinite}.creator-halo-landing .bento-fx-analytics>span:nth-child(1){width:17%;height:150%;top:-25%;left:35%;opacity:0;background:linear-gradient(90deg,transparent,rgba(255,250,207,.88),transparent);filter:blur(5px);transform:translate(-240%) skew(-12deg);mix-blend-mode:screen}.creator-halo-landing .bento-fx-analytics>span:nth-child(2),.creator-halo-landing .bento-fx-analytics>span:nth-child(3){width:10px;height:10px;left:70%;top:52%;border:2px solid rgba(255,255,239,.96);border-radius:50%;opacity:.45;box-shadow:0 0 0 5px #ffd33924,0 0 20px #ffe26ad1}.creator-halo-landing .bento-fx-analytics>span:nth-child(3){left:88%;top:20%}.creator-halo-landing .features-section.is-motion-live .bento-fx-analytics>span:nth-child(1){animation:haloBentoAnalyticsSweep 4.2s cubic-bezier(.4,0,.2,1) infinite}.creator-halo-landing .features-section.is-motion-live .bento-fx-analytics>span:nth-child(2),.creator-halo-landing .features-section.is-motion-live .bento-fx-analytics>span:nth-child(3){animation:haloBentoAnalyticsPoint 2.8s ease-in-out infinite}.creator-halo-landing .features-section.is-motion-live .bento-fx-analytics>span:nth-child(3){animation-delay:-1.2s}@keyframes haloBentoRightsFloat{0%,to{transform:translate3d(0,1px,0) scale(1.01)}50%{transform:translate3d(0,-4px,0) scale(1.018)}}@keyframes haloBentoRightsGlow{0%,to{opacity:.34;transform:scale(.94)}50%{opacity:.66;transform:scale(1.08)}}@keyframes haloBentoRightsSpark{0%,72%,to{opacity:.18;transform:rotate(45deg) scale(.72)}82%{opacity:.92;transform:rotate(45deg) scale(1.3)}}@keyframes haloBentoPlatformsDrift{0%,to{transform:translate3d(-1px,0,0) scale(1.01) rotate(-.16deg)}50%{transform:translate3d(2px,-2px,0) scale(1.018) rotate(.22deg)}}@keyframes haloBentoOrbitPulse{0%,to{opacity:.28;transform:rotate(-13deg) scale(.97)}50%{opacity:.62;transform:rotate(-10deg) scale(1.035)}}@keyframes haloBentoOrbitPulseReverse{0%,to{opacity:.3;transform:rotate(17deg) scale(1.03)}50%{opacity:.58;transform:rotate(14deg) scale(.97)}}@keyframes haloBentoOrbitDot{0%{transform:rotate(0) translateZ(0)}to{transform:rotate(360deg) translateZ(0)}}@keyframes haloBentoAnalyticsSweep{0%,14%{opacity:0;transform:translate(-240%) skew(-12deg)}32%{opacity:.9}64%{opacity:.72}82%,to{opacity:0;transform:translate(430%) skew(-12deg)}}@keyframes haloBentoAnalyticsPoint{0%,to{opacity:.36;transform:scale(.82)}50%{opacity:.92;transform:scale(1.18)}}.creator-halo-landing .bento-fx-speed>span:nth-child(1){width:36%;aspect-ratio:1;right:2%;bottom:-13%;border-radius:50%;opacity:.42;background:radial-gradient(circle,rgba(255,239,209,.9),rgba(255,151,78,.32) 38%,transparent 69%);filter:blur(12px);mix-blend-mode:screen}.creator-halo-landing .bento-fx-speed>span:nth-child(2){width:18px;height:82px;right:18%;bottom:5%;border-radius:50%;opacity:.36;background:linear-gradient(180deg,rgba(255,255,244,.92),rgba(255,184,102,.56),transparent);filter:blur(6px);transform:rotate(20deg);transform-origin:top;mix-blend-mode:screen}.creator-halo-landing .bento-fx-speed>span:nth-child(3){width:7px;height:7px;right:23%;bottom:18%;border-radius:50%;opacity:.4;background:#fff7db;box-shadow:0 0 15px #ffd995f2}.creator-halo-landing .features-section.is-motion-live .bento-media-layout-speed .bento-media-art{animation:haloBentoRocketLift 4.9s cubic-bezier(.45,0,.3,1) infinite}.creator-halo-landing .features-section.is-motion-live .bento-fx-speed>span:nth-child(1){animation:haloBentoExhaustGlow 2.2s ease-in-out infinite}.creator-halo-landing .features-section.is-motion-live .bento-fx-speed>span:nth-child(2){animation:haloBentoExhaustStream 1.7s ease-in-out infinite}.creator-halo-landing .features-section.is-motion-live .bento-fx-speed>span:nth-child(3){animation:haloBentoExhaustSpark 2.4s ease-out infinite}.creator-halo-landing .bento-media-layout-albums .bento-depth-layer-1{clip-path:polygon(47% 7%,75% 5%,76% 96%,45% 98%)}.creator-halo-landing .bento-media-layout-albums .bento-depth-layer-2{clip-path:polygon(64% 11%,88% 13%,89% 91%,63% 94%)}.creator-halo-landing .bento-media-layout-albums .bento-depth-layer-3{clip-path:polygon(79% 17%,100% 20%,100% 87%,79% 90%)}.creator-halo-landing .bento-fx-albums>span{width:2px;height:34%;top:23%;left:58%;border-radius:999px;opacity:.18;background:linear-gradient(180deg,transparent,rgba(255,255,255,.92),transparent);box-shadow:0 0 12px #dae7ffb8;transform:rotate(13deg);mix-blend-mode:screen}.creator-halo-landing .bento-fx-albums>span:nth-child(2){left:73%;top:28%;height:28%}.creator-halo-landing .bento-fx-albums>span:nth-child(3){left:85%;top:32%;height:23%}.creator-halo-landing .features-section.is-motion-live .bento-media-layout-albums .bento-media-art{animation:haloBentoAlbumsBreathe 7.4s ease-in-out infinite}.creator-halo-landing .features-section.is-motion-live .bento-media-layout-albums .bento-depth-layer-1{animation:haloBentoAlbumFront 5.4s ease-in-out infinite}.creator-halo-landing .features-section.is-motion-live .bento-media-layout-albums .bento-depth-layer-2{animation:haloBentoAlbumMiddle 6.1s ease-in-out infinite}.creator-halo-landing .features-section.is-motion-live .bento-media-layout-albums .bento-depth-layer-3{animation:haloBentoAlbumBack 6.8s ease-in-out infinite}.creator-halo-landing .features-section.is-motion-live .bento-fx-albums>span{animation:haloBentoAlbumGlint 4.8s ease-in-out infinite}.creator-halo-landing .features-section.is-motion-live .bento-fx-albums>span:nth-child(2){animation-delay:-1.5s}.creator-halo-landing .features-section.is-motion-live .bento-fx-albums>span:nth-child(3){animation-delay:-2.9s}.creator-halo-landing .bento-fx-support>span{width:8px;height:8px;left:67%;top:66%;border-radius:50%;opacity:.28;background:#fff5fbf5;box-shadow:inset 0 -1px 2px #ce5e9447,0 0 12px #ffffffb8}.creator-halo-landing .bento-fx-support>span:nth-child(2){left:71.5%}.creator-halo-landing .bento-fx-support>span:nth-child(3){left:76%}.creator-halo-landing .features-section.is-motion-live .bento-media-layout-support .bento-media-art{animation:haloBentoSupportFloat 5.6s ease-in-out infinite}.creator-halo-landing .features-section.is-motion-live .bento-fx-support>span{animation:haloBentoTyping 1.35s ease-in-out infinite}.creator-halo-landing .features-section.is-motion-live .bento-fx-support>span:nth-child(2){animation-delay:.16s}.creator-halo-landing .features-section.is-motion-live .bento-fx-support>span:nth-child(3){animation-delay:.32s}@keyframes haloBentoRocketLift{0%,to{transform:translate3d(0,1px,0) scale(1.012)}50%{transform:translate3d(0,-5px,0) scale(1.02)}}@keyframes haloBentoExhaustGlow{0%,to{opacity:.3;transform:scale(.9)}50%{opacity:.68;transform:scale(1.1)}}@keyframes haloBentoExhaustStream{0%,to{opacity:.24;transform:rotate(20deg) scaleY(.86)}50%{opacity:.62;transform:rotate(20deg) scaleY(1.15)}}@keyframes haloBentoExhaustSpark{0%{opacity:0;transform:translate3d(0,-7px,0) scale(.6)}38%{opacity:.86}to{opacity:0;transform:translate3d(-15px,24px,0) scale(1.25)}}@keyframes haloBentoAlbumsBreathe{0%,to{transform:translate3d(-1px,0,0) scale(1.01)}50%{transform:translate3d(2px,-2px,0) scale(1.017)}}@keyframes haloBentoAlbumFront{0%,to{transform:translate3d(-1px,1px,0)}50%{transform:translate3d(4px,-3px,0)}}@keyframes haloBentoAlbumMiddle{0%,to{transform:translateZ(0)}50%{transform:translate3d(2px,-2px,0)}}@keyframes haloBentoAlbumBack{0%,to{transform:translate3d(1px,-1px,0)}50%{transform:translate3d(-2px,2px,0)}}@keyframes haloBentoAlbumGlint{0%,68%,to{opacity:.08;transform:translateY(16px) rotate(13deg)}80%{opacity:.72;transform:translateY(-12px) rotate(13deg)}}@keyframes haloBentoSupportFloat{0%,to{transform:translate3d(0,1px,0) scale(1.012)}50%{transform:translate3d(0,-4px,0) scale(1.019)}}@keyframes haloBentoTyping{0%,58%,to{opacity:.25;transform:translateY(0) scale(.82)}28%{opacity:.94;transform:translateY(-4px) scale(1.08)}}@media(max-width:620px){.creator-halo-landing .bento-media-shell{inset:-9px}.creator-halo-landing .bento-pointer-glare{display:none}.creator-halo-landing .bento-fx-platforms>span:nth-child(1),.creator-halo-landing .bento-fx-platforms>span:nth-child(2){opacity:.3}.creator-halo-landing .bento-fx-support>span{top:69%}.creator-halo-landing .bento-media{object-position:68% center}.creator-halo-landing .bento-media-shade{background:linear-gradient(180deg,#1f143a57,#1f143a80 42%,#191030e6)}.creator-halo-landing .bento-media-tone-light .bento-media{object-position:72% center}.creator-halo-landing .bento-media-layout-platforms .bento-media,.creator-halo-landing .bento-media-layout-support .bento-media{object-position:64% center}.creator-halo-landing .bento-media-layout-speed .bento-media{object-position:82% center}.creator-halo-landing .bento-media-layout-analytics .bento-media{object-position:68% center}.creator-halo-landing .bento-media-tone-light .bento-media-shade{background:linear-gradient(180deg,rgb(var(--bento-media-wash, 255 255 255) / .96),rgb(var(--bento-media-wash, 255 255 255) / .7) 34%,rgb(var(--bento-media-wash, 255 255 255) / .28) 58%,rgb(var(--bento-media-wash, 255 255 255) / .9)),linear-gradient(90deg,rgb(var(--bento-media-wash, 255 255 255) / .92),rgb(var(--bento-media-wash, 255 255 255) / .42) 58%,rgb(var(--bento-media-wash, 255 255 255) / .04))}.creator-halo-landing .bento-media-tone-light.bento-media-layout-speed .bento-media-shade{background:linear-gradient(180deg,#52061de6,#6f0823bd 58%,#b1173047),linear-gradient(90deg,rgba(91,7,31,.76) 0%,rgba(134,12,40,.34) 72%,transparent 100%)}.creator-halo-landing .bento-media-tone-light.bento-media-layout-analytics .bento-media-shade{background:linear-gradient(180deg,#3d2400eb,#583200c2 56%,#ad680040),linear-gradient(90deg,rgba(70,42,0,.78) 0%,rgba(121,70,0,.34) 72%,transparent 100%)}.creator-halo-landing .bento-media-tone-light .bento-body,.creator-halo-landing .bento-media-tone-light .bento-footer{width:min(88%,300px)}.creator-halo-landing .bento-media-layout-platforms .bento-body,.creator-halo-landing .bento-media-layout-analytics .bento-body,.creator-halo-landing .bento-media-layout-speed .bento-body,.creator-halo-landing .bento-media-layout-albums .bento-body,.creator-halo-landing .bento-media-layout-albums .bento-footer,.creator-halo-landing .bento-media-layout-support .bento-body,.creator-halo-landing .bento-media-layout-support .bento-footer{width:min(82%,300px)}.creator-halo-landing .bento-media-layout-platforms .bento-title,.creator-halo-landing .bento-media-layout-speed .bento-title{white-space:normal;text-wrap:balance}}@media(hover:none),(pointer:coarse){.creator-halo-landing .bento-pointer-glare{display:none}}@media(prefers-reduced-motion:reduce){.creator-halo-landing .bento-activation-pulse,.creator-halo-landing .bento-pointer-glare{display:none!important}.creator-halo-landing .bento-media-art,.creator-halo-landing .bento-fx>span,.creator-halo-landing .bento-depth-layer{animation:none!important;transition:none!important}.creator-halo-landing .bento-motion-card,.creator-halo-landing .bento-media-shell,.creator-halo-landing .bento-content-layer{will-change:auto}.creator-halo-stage .hero-halo-video{transition:none}.creator-halo-stage .creator-network-hero .hero-category-pill,.creator-halo-stage .creator-network-hero .hero-title>span>span,.creator-halo-stage .creator-network-hero .hero-sub,.creator-halo-stage .hero-editorial-cta,.creator-halo-stage .hero-how-link{opacity:1;transform:none;animation:none!important}.creator-halo-stage .hero-how-link{transition:none!important}.creator-halo-stage .creator-network-hero .hero-category-pill:after{content:none;animation:none!important}.creator-halo-landing .hero-platform-marquee-track,.creator-halo-landing .halo-platform-strip-track,.creator-halo-stage .creator-network-hero .hero:after{animation:none}.creator-halo-landing .halo-story-card,.creator-halo-landing .bento-card,.creator-halo-landing .halo-process-step,.creator-halo-landing .halo-pill-cta{transition:none}}.creator-halo-stage .creator-network-hero .hero-left{max-width:600px;translate:0 8px}.creator-halo-stage .hero-reference-benefits{width:100%;max-width:600px;gap:14px;margin-top:46px}.creator-halo-stage .hero-reference-benefit{grid-template-columns:38px minmax(0,1fr);gap:10px}.creator-halo-stage .hero-reference-benefit__icon{width:38px;height:38px}.creator-halo-stage .hero-reference-benefit__icon svg{width:19px;height:19px}.creator-halo-stage .hero-reference-benefit strong{font-size:11.5px}.creator-halo-stage .hero-reference-benefit small{font-size:9.8px}.creator-halo-landing .faq-list{box-shadow:0 -12px 28px -18px #20183061,0 -2px 8px -5px #2018302e,0 2px 3px #1913250d,0 18px 42px -22px #1f183047,0 38px 84px -50px #22193770}.creator-halo-landing .faq-icon,.creator-halo-landing .faq-item.open .faq-icon{width:30px;height:30px;flex-basis:30px;border-radius:10px;background:#121018!important}.creator-halo-landing .faq-icon:before,.creator-halo-landing .faq-icon:after{width:9px;height:1.4px}.creator-halo-landing>footer.creator-footer{width:min(calc(100% - 48px),85rem);max-width:85rem;margin:0 auto 24px;border-radius:30px;background:radial-gradient(circle at 89% 7%,rgba(113,73,205,.35),transparent 34%),radial-gradient(circle at 22% 74%,rgba(66,45,121,.15),transparent 38%),linear-gradient(135deg,#111119,#171523 52%,#251638)}.creator-halo-landing .creator-footer__inner{padding:48px 48px 27px}.creator-halo-landing .creator-footer__main{grid-template-columns:minmax(280px,.72fr) minmax(0,1.28fr);gap:clamp(62px,7vw,112px)}.creator-halo-landing .creator-footer__logo{font-size:clamp(56px,4.6vw,70px)}.creator-halo-landing .creator-footer__tagline{margin-top:24px;font-size:16px;line-height:1.55}.creator-halo-landing .creator-footer__socials{gap:12px;margin-top:34px}.creator-halo-landing .creator-footer__socials a{width:44px;height:44px;border-radius:15px;background:#ffffff12;font-size:13px}.creator-halo-landing .creator-footer__socials svg{width:20px;height:20px}.creator-halo-landing .creator-footer__nav{gap:clamp(42px,4vw,70px)}.creator-halo-landing .creator-footer__nav-group h3{margin-bottom:22px;color:#9f83f6;font-size:13px}.creator-halo-landing .creator-footer__nav-group ul{gap:17px}.creator-halo-landing .creator-footer__nav-group a{color:#fffc;font-size:16px;line-height:1.25}.creator-halo-landing .creator-footer__artists{display:grid;grid-template-columns:230px minmax(0,1fr);gap:34px;align-items:center;margin-top:42px;padding:27px 0;border-top:1px solid rgba(255,255,255,.11);border-bottom:1px solid rgba(255,255,255,.11)}.creator-halo-landing .creator-footer__artists-title{display:flex;align-items:center;gap:16px;color:#a88cff}.creator-halo-landing .creator-footer__artists-title span{font-size:34px;line-height:1}.creator-halo-landing .creator-footer__artists-title strong{font-size:14px;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.creator-halo-landing .creator-footer__artists nav{min-width:0;display:flex;flex-wrap:wrap;gap:13px 24px}.creator-halo-landing .creator-footer__artists nav a{color:#ffffffc2;font-size:14px;line-height:1.35;text-decoration:none}.creator-halo-landing .creator-footer__artists nav a:hover{color:#fff}.creator-halo-landing .creator-footer__legal{align-items:flex-end;margin-top:25px;padding-top:0;border-top:0}.creator-halo-landing .creator-footer__legal p{color:#ffffff9e;font-size:13px;line-height:1.35}.creator-halo-landing .creator-footer__legal a{color:#ffffffd1;text-underline-offset:4px}@media(max-width:1060px){.creator-halo-stage .creator-network-hero .hero-left,.creator-halo-stage .hero-reference-benefits{max-width:540px}.creator-halo-stage .hero-reference-benefit{grid-template-columns:34px minmax(0,1fr);gap:8px}.creator-halo-stage .hero-reference-benefit__icon{width:34px;height:34px}.creator-halo-landing .creator-footer__artists{grid-template-columns:190px minmax(0,1fr)}}@media(max-width:900px){.creator-halo-landing .creator-footer__main{grid-template-columns:1fr;gap:44px}.creator-halo-landing .creator-footer__artists{grid-template-columns:1fr;gap:20px}}@media(max-width:680px){.creator-halo-stage .creator-network-hero .hero-left{max-width:none;translate:0 12px}.creator-halo-stage .hero-reference-benefits{max-width:100%;gap:10px;margin-top:28px}.creator-halo-landing>footer.creator-footer{width:calc(100% - 24px);border-radius:26px}.creator-halo-landing .creator-footer__inner{padding:36px 24px 22px}.creator-halo-landing .creator-footer__logo{font-size:54px}.creator-halo-landing .creator-footer__tagline{font-size:15px}.creator-halo-landing .creator-footer__nav{grid-template-columns:1fr 1fr;gap:32px 22px}.creator-halo-landing .creator-footer__nav-group:last-child{grid-column:1 / -1}.creator-halo-landing .creator-footer__nav-group h3{font-size:11px}.creator-halo-landing .creator-footer__nav-group a{font-size:14px}.creator-halo-landing .creator-footer__artists{margin-top:34px;padding:24px 0}.creator-halo-landing .creator-footer__artists nav{display:grid;grid-template-columns:1fr;gap:11px}.creator-halo-landing .creator-footer__legal{align-items:flex-start;flex-direction:column;gap:20px}.creator-halo-landing .creator-footer__requisites{justify-content:flex-start;text-align:left}}.creator-halo-landing .faq-glow{display:none!important}.creator-halo-stage .creator-network-hero .hero-left{max-width:680px;translate:0 10px}.creator-halo-stage .creator-network-hero .hero-category-pill{display:inline-flex;align-items:center;gap:8px;margin-bottom:34px;padding:8px 14px;color:#7758e9}.creator-halo-stage .creator-network-hero .hero-category-pill>svg{position:relative;z-index:1;width:14px;height:14px;flex:0 0 14px;stroke:currentColor;stroke-width:1.45;stroke-linecap:round;stroke-linejoin:round}.creator-halo-stage .creator-network-hero .hero-title{max-width:670px;margin-bottom:25px;font-size:clamp(66px,5.35vw,84px);line-height:.94;letter-spacing:-.052em}.creator-halo-stage .creator-network-hero .hero-title>span:nth-child(3)>span{animation-delay:.3s}.creator-halo-stage .creator-network-hero .hero-title .is-accent>span{color:#7658ef;background:linear-gradient(105deg,#a168f1,#775cf4 48%,#5669ed);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.creator-halo-stage .creator-network-hero .hero-sub{max-width:500px;margin-bottom:32px;font-size:17px;line-height:1.52}.creator-halo-stage .creator-network-hero .hero-cta-cluster{max-width:510px;gap:16px}.creator-halo-stage .creator-network-hero .hero-editorial-cta{min-height:60px;padding:6px 7px 6px 22px;border:0;color:#fff;background:linear-gradient(105deg,#a16ef4,#8061ee 54%,#6757ea);box-shadow:0 18px 34px -17px #6646d3a8,0 8px 20px -12px #4b349b6b,inset 0 1px #ffffff52}.creator-halo-stage .creator-network-hero .hero-editorial-cta:before{opacity:.18}.creator-halo-stage .creator-network-hero .hero-editorial-cta-copy strong{color:#fff;font-size:15.5px}.creator-halo-stage .creator-network-hero .hero-editorial-cta-circle,.creator-halo-stage .creator-network-hero .hero-editorial-cta:hover .hero-editorial-cta-circle{width:48px;height:48px;flex-basis:48px;color:#17131f;background:#fff}.creator-halo-stage .creator-network-hero .hero-how-link{min-height:60px;gap:18px;padding:0 22px;border:1px solid rgba(113,85,198,.22);border-radius:999px;color:#1c1825b8;background:#ffffff8a;box-shadow:inset 0 1px #fffc;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.creator-halo-stage .creator-network-hero .hero-how-link:hover{color:#17131f;border-color:#7155c657;background:#ffffffb8}.creator-halo-stage .creator-network-hero .hero-reference-benefits,.creator-halo-stage .creator-network-hero .hero-live-metrics,.creator-halo-stage .creator-network-hero .hero-metrics-panel{display:none!important}@media(max-width:680px){.creator-halo-stage .creator-network-hero .hero-left{max-width:none;translate:0 8px}.creator-halo-stage .creator-network-hero .hero-category-pill{margin-bottom:24px;padding:7px 12px}.creator-halo-stage .creator-network-hero .hero-title{max-width:100%;margin-bottom:22px;font-size:clamp(45px,12.2vw,58px);line-height:.95}.creator-halo-stage .creator-network-hero .hero-sub{max-width:355px;margin-bottom:26px;font-size:15.5px}.creator-halo-stage .creator-network-hero .hero-cta-cluster{max-width:100%;flex-flow:row wrap;align-items:center;gap:10px}.creator-halo-stage .creator-network-hero .hero-editorial-cta{width:auto;min-width:190px;min-height:56px;padding-left:18px}.creator-halo-stage .creator-network-hero .hero-editorial-cta-circle,.creator-halo-stage .creator-network-hero .hero-editorial-cta:hover .hero-editorial-cta-circle{width:44px;height:44px;flex-basis:44px}.creator-halo-stage .creator-network-hero .hero-how-link{min-height:56px;padding:0 17px;gap:12px;font-size:13px}}.creator-halo-landing .creator-footer__artists{grid-template-columns:245px minmax(0,1fr);gap:0;padding:24px 0}.creator-halo-landing .creator-footer__artists-title{padding-right:26px}.creator-halo-landing .creator-footer__artists nav{display:flex;align-items:center;gap:0;border-left:1px solid rgba(255,255,255,.12)}.creator-halo-landing .creator-footer__artists nav a{min-width:0;min-height:34px;display:flex;flex:1 1 0;align-items:center;justify-content:center;padding:0 clamp(12px,1.45vw,24px);text-align:center}.creator-halo-landing .creator-footer__artists nav a+a{border-left:1px solid rgba(255,255,255,.12)}.creator-halo-landing .creator-footer__requisites a{font:inherit;font-size:inherit;line-height:inherit}@media(max-width:1040px){.creator-halo-landing .creator-footer__artists{grid-template-columns:1fr;gap:18px}.creator-halo-landing .creator-footer__artists nav{border-left:0}.creator-halo-landing .creator-footer__artists nav a:first-child{border-left:0}}@media(max-width:760px){.creator-halo-landing .creator-footer__artists nav{display:grid;grid-template-columns:1fr 1fr}.creator-halo-landing .creator-footer__artists nav a{justify-content:flex-start;padding:8px 0;text-align:left}.creator-halo-landing .creator-footer__artists nav a+a{border-left:0}}.halo-process-section .halo-process-layout{grid-template-columns:minmax(0,1fr);gap:clamp(38px,4.5vw,64px)}.halo-process-section .halo-process-intro{position:static;width:min(100%,760px);margin:0 auto;padding-top:0;text-align:center}.halo-process-section .halo-process-intro>p:not(.halo-eyebrow){max-width:650px;margin-right:auto;margin-left:auto}.halo-process-section .halo-process-slider-stage{width:min(100%,1040px);margin:0 auto}.halo-process-section .image-slider-card{max-width:1040px}@media(max-width:620px){.halo-process-section .halo-process-intro{text-align:left}.halo-process-section .halo-process-intro>p:not(.halo-eyebrow){margin-right:0;margin-left:0}}.creator-halo-landing .halo-control-section{background:#fff}.halo-control-shell{padding:0;overflow:visible;border:0;border-radius:0;background:#fff;box-shadow:none}.halo-control-shell:before,.halo-control-shell:after{display:none}.halo-control-layout{grid-template-columns:minmax(0,1.48fr) minmax(380px,.72fr);gap:clamp(44px,5vw,76px)}.halo-console{min-height:600px;border-color:#261f341a;border-radius:24px;background:#f8f8fa;box-shadow:0 34px 80px -54px #20173466,inset 0 1px #fffffffa}.halo-console:hover{border-color:#7549d329;box-shadow:0 42px 92px -56px #2017347a,inset 0 1px #fffffffa}.halo-console-dashboard{padding:12px;display:grid;gap:12px}.halo-console-overview{display:grid;grid-template-columns:minmax(0,1fr) 196px;gap:12px}.halo-console-panel--analytics{min-height:316px;padding:15px;color:#211b2c;border-color:#2b1f4514;background:#fffffff5;box-shadow:0 17px 38px -31px #2218377a}.halo-console-panel--analytics .halo-console-panel-head>span{color:#211b2c}.halo-console-panel--analytics .halo-console-panel-head>b,.halo-console-panel--platforms .halo-console-panel-head>b,.halo-console-panel--releases .halo-console-panel-head>b{padding:0;border:0;color:#2822316b;background:transparent;font-size:7.5px;font-weight:500}.halo-console-summary{margin-top:10px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.halo-console-summary>span{min-width:0;padding:10px 11px;display:flex;flex-direction:column;gap:4px;border:1px solid rgba(44,34,66,.07);border-radius:10px;background:#f8f8fa}.halo-console-summary small{color:#211b2c66;font-size:7px;letter-spacing:.025em;text-transform:uppercase}.halo-console-summary strong{color:#211b2c;font-size:14px;font-weight:600;letter-spacing:-.025em}.halo-console-chart-wrap{position:relative;min-height:195px;margin-top:9px;padding:17px 10px 7px;overflow:hidden;border:1px solid rgba(44,34,66,.07);border-radius:12px;background:#fbfbfc}.halo-console-chart-label{position:absolute;z-index:2;top:9px;left:11px;color:#211b2c6b;font-size:7px;font-weight:500;text-transform:uppercase}.halo-console-chart{width:100%;height:150px;margin:7px 0 0}.halo-console-chart-grid path{fill:none;stroke:#2a223812;stroke-width:1}.halo-console-chart-path{fill:none;stroke-width:2.4;stroke-linecap:round;filter:none}.halo-console-chart-path--violet{stroke:#8851e9;filter:url(#halo-console-glow)}.halo-console-chart-path--blue{stroke:#3d7bf0}.halo-console-chart-path--green{stroke:#27b969}.halo-console-chart-path--pink{stroke:#f05275}.halo-console-axis{margin-top:-3px;color:#211b2c57;font-size:6.5px}.halo-console-panel--platforms{min-height:316px;padding:15px;background:#fffffff5}.halo-console-platform-list{margin-top:13px;display:grid;gap:8px}.halo-console-platform-list p{min-height:40px;margin:0;padding:0 10px;display:grid;grid-template-columns:10px minmax(0,1fr) auto;align-items:center;gap:8px;border:1px solid rgba(44,34,66,.07);border-radius:10px;color:#211b2cad;background:#f8f8fa;font-size:8px}.halo-console-platform-list p>i{width:8px;height:8px;border-radius:50%;box-shadow:0 0 0 4px color-mix(in srgb,currentColor 8%,transparent)}.halo-console-platform-list p>b{color:#251f2e;font-size:8px;font-weight:600}.halo-console-panel--releases{min-height:205px;padding:15px;background:#fffffff5}.halo-console-releases-head{min-height:24px}.halo-console-release-table{margin-top:10px;display:grid;gap:7px}.halo-console-release-row{min-width:0;min-height:45px;padding:5px 9px 5px 6px;display:grid;grid-template-columns:36px minmax(0,1fr) 68px 74px 56px;align-items:center;gap:9px;border:1px solid rgba(44,34,66,.07);border-radius:11px;background:#f8f8fa}.halo-console-release-row .halo-console-cover{width:34px;height:34px;border-radius:8px}.halo-console-release-row .halo-console-cover:after{right:5px;bottom:6px;left:5px;height:5px}.halo-console-cover--2{background:radial-gradient(circle at 66% 29%,rgba(255,220,180,.85),transparent 7%),linear-gradient(145deg,#9e78d7,#301c47 53%,#100b17)}.halo-console-cover--3{background:radial-gradient(circle at 48% 38%,#74559a 0 13%,transparent 14%),linear-gradient(145deg,#162131,#3b2850 58%,#080b10)}.halo-console-release-row>strong{overflow:hidden;color:#211b2c;font-size:9px;font-weight:600;text-overflow:ellipsis;white-space:nowrap}.halo-console-release-row>time,.halo-console-release-row>span{color:#211b2c75;font-size:7px;white-space:nowrap}.halo-console-release-row>span{justify-self:end;color:#6f43cb;font-weight:500}.halo-console-release-row>b{justify-self:start;padding:4px 7px;border-radius:999px;font-size:7px;font-weight:600;white-space:nowrap}.halo-console-release-row>b.is-approved{color:#188b4b;background:#e4f7e9}.halo-console-release-row>b.is-review{color:#b46b09;background:#fff1d7}.halo-control-visual.visible .halo-console-release-row{animation:haloConsoleRowIn .56s cubic-bezier(.22,1,.36,1) both}.halo-control-visual.visible .halo-console-release-row:nth-child(1){animation-delay:.42s}.halo-control-visual.visible .halo-console-release-row:nth-child(2){animation-delay:.49s}.halo-control-visual.visible .halo-console-release-row:nth-child(3){animation-delay:.56s}@media(max-width:1160px){.halo-control-layout{grid-template-columns:minmax(0,1.3fr) minmax(340px,.7fr);gap:34px}.halo-console{min-height:570px}.halo-console-overview{grid-template-columns:minmax(0,1fr) 178px}}@media(max-width:900px){.halo-control-layout{grid-template-columns:1fr}.halo-control-copy{padding-right:4px;padding-left:4px}.halo-control-visual{width:100%}}@media(max-width:700px){.creator-halo-landing .halo-control-section{padding-right:20px;padding-left:20px}.halo-control-shell{padding:0;border-radius:0}.halo-console{min-height:0;border-radius:20px}.halo-console-overview{grid-template-columns:1fr}.halo-console-panel--analytics,.halo-console-panel--platforms{min-height:0}.halo-console-panel--platforms{display:none}.halo-console-chart-wrap{min-height:190px}.halo-console-chart{height:145px}.halo-console-panel--releases{min-height:0}.halo-console-release-row{grid-template-columns:36px minmax(0,1fr) auto}.halo-console-release-row>time,.halo-console-release-row>span{display:none}.halo-console-release-row>b{justify-self:end}}.creator-halo-stage .creator-network-hero .hero{height:clamp(667px,75.3svh,753px);min-height:667px;max-height:753px}.creator-studio-section-label,.halo-process-section-label{display:flex!important;align-items:center;gap:10px;margin:0 0 16px!important;color:#6f6579!important;font-size:11px!important;font-weight:600!important;line-height:1.2;letter-spacing:.13em!important;text-transform:uppercase!important}.creator-studio-section-label:before,.halo-process-section-label:before{width:20px;height:2px;flex:0 0 20px;border-radius:999px;background:#b9afea}.creator-studio-title-wrap .creator-studio-section-label+h2{margin-top:0}.creator-halo-main.page-wrap>.creator-stack-section.creator-process-stack-section{--creator-process-height: auto;height:auto!important;min-height:0!important;padding:0!important;background:#fff!important}.creator-halo-main.page-wrap>.creator-process-stack-section>.halo-process-section{width:100%;height:auto!important;min-height:0!important;padding:clamp(76px,7vw,112px) 24px!important;background:#fff!important}.halo-process-shell{width:min(100%,88rem);margin:0 auto}.halo-process-section-label{margin-bottom:28px!important}.creator-process-stack-section .halo-process-layout,.creator-process-stack-section .halo-process-slider-stage{width:100%;height:auto!important;margin:0}.creator-process-stack-section .image-slider-card{width:100%;max-width:none;height:auto!important;margin:0;overflow:visible;border:0;border-radius:0;background:#fff!important;box-shadow:none}.creator-process-stack-section .image-slider-card__viewport{width:100%;height:auto!important;min-height:clamp(570px,47vw,660px)!important;overflow:hidden;border-radius:0;background:#fff!important}.creator-process-stack-section .image-slider-card__slide{display:grid;grid-template-columns:minmax(470px,.96fr) minmax(440px,1fr);grid-template-areas:"copy visual";align-items:stretch;gap:clamp(38px,5vw,88px);padding:clamp(28px,3.8vw,54px) clamp(8px,2.2vw,30px);overflow:visible;background:#fff}.creator-process-stack-section .image-slider-card__copy{position:relative;z-index:3;grid-area:copy;left:auto;right:auto;bottom:auto;width:auto;max-width:650px;display:grid;grid-template-columns:150px minmax(0,1fr);align-items:stretch;column-gap:clamp(22px,2.4vw,34px);color:#100d16}.creator-process-stack-section .image-slider-card__copy>.image-slider-card__stepper{grid-column:1;min-height:100%}.creator-process-stack-section .image-slider-card__copy>.image-slider-card__content{grid-column:2;min-width:0;min-height:100%;display:flex;flex-direction:column;justify-content:space-between;gap:clamp(22px,3.2vw,42px)}.creator-process-stack-section .image-slider-card__content-heading,.creator-process-stack-section .image-slider-card__content-details,.creator-process-stack-section .image-slider-card__content-actions{min-width:0}.creator-process-stack-section .image-slider-card__content-heading h3,.creator-process-stack-section .image-slider-card__content-details>p,.creator-process-stack-section .image-slider-card__content-details .image-slider-card__duration,.creator-process-stack-section .image-slider-card__content-actions .image-slider-card__action,.creator-process-stack-section .image-slider-card__content-actions .image-slider-card__trust{margin-top:0}.creator-process-stack-section .image-slider-card__content-details .image-slider-card__duration,.creator-process-stack-section .image-slider-card__content-actions .image-slider-card__trust{margin-top:16px}.creator-process-stack-section .image-slider-card__stepper{min-width:0;height:100%}.creator-process-stack-section .image-slider-card__stepper-list{display:flex;flex-direction:column;height:100%}.creator-process-stack-section .image-slider-card__stepper-step{position:relative;min-height:0;flex:1 1 0;display:grid;grid-template-columns:32px minmax(0,1fr);align-items:start;gap:11px;padding:0;border:0;color:#9a929f;background:transparent;text-align:left;cursor:pointer}.creator-process-stack-section .image-slider-card__stepper-step:last-child{flex:0 0 32px}.creator-process-stack-section .image-slider-card__stepper-marker{position:relative;z-index:2;width:32px;height:32px;display:grid;place-items:center;border:1px solid #dcd6e5;border-radius:50%;color:#91899a;background:#fff;font-size:10px;font-weight:600;transition:border-color .28s ease,color .28s ease,background .28s ease,box-shadow .28s ease}.creator-process-stack-section .image-slider-card__stepper-label{padding-top:8px;font-size:10px;font-weight:600;line-height:1.25;letter-spacing:.035em;text-transform:uppercase}.creator-process-stack-section .image-slider-card__stepper-connector{position:absolute;z-index:1;top:32px;bottom:0;left:15px;width:2px;overflow:hidden;border-radius:999px;background:#e1dce8}.creator-process-stack-section .image-slider-card__stepper-connector i{display:block;width:100%;height:100%;border-radius:inherit;background:linear-gradient(180deg,#a05aff,#7139e5);transform:scaleY(0);transform-origin:top center}.creator-process-stack-section .image-slider-card__stepper-step.is-complete .image-slider-card__stepper-marker,.creator-process-stack-section .image-slider-card__stepper-step.is-active .image-slider-card__stepper-marker{border-color:transparent;color:#fff;background:linear-gradient(145deg,#8b54f7,#6f36d8);box-shadow:0 10px 24px -16px #6f36d8b8}.creator-process-stack-section .image-slider-card__stepper-step.is-active .image-slider-card__stepper-label{color:#17131f}.creator-process-stack-section .image-slider-card__stepper-step.is-complete .image-slider-card__stepper-label{color:#6f6579}.creator-process-stack-section .image-slider-card__stepper-step.is-complete .image-slider-card__stepper-connector i{transform:scaleY(1)}.creator-process-stack-section .image-slider-card__stepper-step.is-active .image-slider-card__stepper-connector i{animation:image-slider-card-stepper-progress var(--image-slider-auto-advance, 5s) linear both}@keyframes image-slider-card-stepper-progress{0%{transform:scaleY(0)}to{transform:scaleY(1)}}.creator-process-stack-section .image-slider-card__visual{position:relative;grid-area:visual;width:min(100%,570px);aspect-ratio:1;justify-self:end;overflow:hidden;border:1px solid rgba(112,67,241,.13);border-radius:32px;background:#f4f0fb;box-shadow:0 34px 70px -44px #4126707a,0 14px 34px -26px #3c236540;isolation:isolate}.creator-process-stack-section .image-slider-card__media{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center}.creator-process-stack-section .image-slider-card__media--video{object-position:center;transform:scale(1.13) translateZ(0);transform-origin:center}.creator-process-stack-section .image-slider-card__slide[data-slide-id=verification-payment] .image-slider-card__media{object-position:88% center}.creator-process-stack-section .image-slider-card__journey{width:min(100%,470px);margin-top:24px;padding:15px 17px 14px;border:1px solid rgba(111,73,176,.12);border-radius:18px;background:#f8f6fceb}.creator-process-stack-section .image-slider-card__journey-heading{display:flex;align-items:center;justify-content:space-between;gap:16px;color:#17131f;font-size:12px;line-height:1.3}.creator-process-stack-section .image-slider-card__journey-heading strong{font-size:13px;font-weight:600}.creator-process-stack-section .image-slider-card__journey-heading span{color:#81798c}.creator-process-stack-section .image-slider-card__journey-steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px;margin-top:12px}.creator-process-stack-section .image-slider-card__journey-step{min-width:0;height:5px;padding:0;overflow:hidden;border:0;border-radius:999px;background:#e2ddeb;cursor:pointer}.creator-process-stack-section .image-slider-card__journey-step>span,.creator-process-stack-section .image-slider-card__journey-step i{display:block;width:100%;height:100%}.creator-process-stack-section .image-slider-card__journey-step i{border-radius:inherit;background:linear-gradient(90deg,#a05aff,#7139e5);transform:scaleX(0);transform-origin:left center}.creator-process-stack-section .image-slider-card__journey-step.is-complete i{transform:scaleX(1)}.creator-process-stack-section .image-slider-card__journey-step.is-active i{animation:image-slider-card-progress var(--image-slider-auto-advance, 5s) linear both}.creator-process-stack-section .image-slider-card__journey>p{max-width:none;margin:9px 0 0;color:#81798c;font-size:12px;line-height:1.35}@keyframes image-slider-card-progress{0%{transform:scaleX(0)}to{transform:scaleX(1)}}.creator-studio-releases-card,.creator-studio-streams-card{box-shadow:0 1px #fffffff0 inset,0 10px 22px -18px #2d1d492e!important}.creator-studio-royalty-summary,.creator-studio-royalty-card>.creator-studio-payouts{box-shadow:0 1px #fffffff5 inset,0 10px 22px -18px #2d1d4929!important}.creator-process-stack-section .image-slider-card__scrim{position:absolute;inset:0;background:linear-gradient(180deg,#ffffff05,#43266d14);pointer-events:none}.creator-process-stack-section .image-slider-card__kicker{margin-bottom:22px;color:#6f43ed}.creator-process-stack-section .image-slider-card__kicker span{border-color:#7043f124;color:#fff;background:linear-gradient(145deg,#8b54f7,#6f36d8);box-shadow:0 12px 28px -18px #7036d8bf;-webkit-backdrop-filter:none;backdrop-filter:none}.creator-process-stack-section .image-slider-card__kicker i{background:linear-gradient(90deg,#8a54f7,#8a54f729)}.creator-process-stack-section .image-slider-card__kicker b{color:#655c70}.creator-process-stack-section .image-slider-card__copy h3{color:#100d16;font-size:clamp(48px,4.8vw,72px)}.creator-process-stack-section .image-slider-card__copy p{color:#766f7d;font-size:clamp(15px,1.2vw,18px)}.creator-process-stack-section .image-slider-card__duration,.creator-process-stack-section .image-slider-card__trust{color:#766f7d}.creator-process-stack-section .image-slider-card__action{border-color:#7043f124}@media(max-width:900px){.creator-halo-stage .creator-network-hero .hero{height:clamp(657px,76.4svh,726px);min-height:657px;max-height:726px}.creator-process-stack-section .image-slider-card__viewport{min-height:940px!important}.creator-process-stack-section .image-slider-card__slide{grid-template-columns:1fr;grid-template-areas:"copy" "visual";align-content:start;gap:38px;padding:18px 0 0}.creator-process-stack-section .image-slider-card__copy{max-width:620px}.creator-process-stack-section .image-slider-card__visual{width:min(100%,620px);justify-self:center}}@media(max-width:620px){.creator-halo-stage .creator-network-hero .hero{height:clamp(637px,75.3svh,705px);min-height:637px;max-height:705px}.creator-halo-main.page-wrap>.creator-process-stack-section>.halo-process-section{padding:66px 16px 76px!important}.creator-process-stack-section .image-slider-card__viewport{min-height:790px!important}.creator-process-stack-section .image-slider-card__slide{gap:28px}.creator-process-stack-section .image-slider-card__copy{left:auto;right:auto;bottom:auto}.creator-process-stack-section .image-slider-card__copy h3{font-size:clamp(40px,13vw,56px)}.creator-process-stack-section .image-slider-card__visual{border-radius:24px}}@media(max-width:420px){.creator-halo-landing .halo-control-section{padding-right:16px;padding-left:16px}.halo-console-dashboard{padding:8px;gap:8px}.halo-console-summary{gap:6px}.halo-console-panel--analytics,.halo-console-panel--releases{padding:12px}.halo-console-release-row{grid-template-columns:32px minmax(0,1fr) auto;gap:7px}.halo-console-release-row .halo-console-cover{width:30px;height:30px}}@media(prefers-reduced-motion:reduce){.halo-control-visual .halo-console-release-row{animation:none!important}}.creator-halo-landing .section{padding-top:88px;padding-bottom:88px}.halo-display-title,.creator-halo-landing .section-title{font-size:clamp(44px,4.35vw,66px)}.halo-intro-heading{margin-bottom:48px}.halo-intro-lead{font-size:clamp(23px,2vw,31px)}.halo-story-card{min-height:326px;padding:26px;border-radius:20px}.halo-story-card--dashboard{padding:26px;background:#e8e2f5}.halo-story-card--dashboard:after{content:"";position:absolute;z-index:1;inset:0;background:linear-gradient(90deg,#f6f3fafa,#f6f3fad1 38%,#f6f3fa14 74%);pointer-events:none}.halo-story-art{position:absolute;z-index:0;inset:0;width:100%;height:100%;object-fit:cover;object-position:61% 50%;filter:saturate(.86) contrast(.98)}.halo-story-copy{max-width:310px;min-height:274px;display:flex;flex-direction:column}.halo-story-copy h3,.halo-story-card h3{font-size:23px}.halo-story-copy p,.halo-story-card p{font-size:14px}.halo-story-card--dashboard .halo-story-copy p{margin-top:auto}.halo-story-card--dashboard .halo-dashboard{display:none}.halo-platform-strip{margin-top:32px}.halo-process-section{padding-top:54px}.halo-process-layout{grid-template-columns:minmax(300px,.74fr) minmax(600px,1.26fr)}.halo-process-panel{min-height:660px;color:#111018;background:radial-gradient(circle at 79% 28%,rgba(188,153,255,.34),transparent 36%),linear-gradient(145deg,#fff,#f7f4fc 54%,#e8e1f6);box-shadow:0 28px 72px #251c3c1a}.halo-process-aura{top:auto;right:-9%;bottom:-8%;width:92%;height:62%;aspect-ratio:auto;border:0;border-radius:0;background:url(/images/marketing/creator-platform-network-v1.png) center / contain no-repeat;box-shadow:none;filter:saturate(.88) contrast(.98);transform:rotate(-1deg)}.halo-process-panel-head{color:#1110187a}.halo-process-panel-head strong{color:#111018b8}.halo-process-panel>h3{max-width:560px;margin:46px 0 18px;font-size:clamp(38px,3.6vw,54px)}.halo-process-panel-copy{position:relative;z-index:2;max-width:470px;margin:0;color:#11101899;font-size:15px;line-height:1.55}.halo-process-link{position:relative;z-index:2;width:fit-content;margin-top:24px;display:inline-flex;align-items:center;gap:11px;color:#111018;font-size:14px;font-weight:600;text-decoration:none}.halo-process-link i{width:38px;height:38px;display:grid;place-items:center;border-radius:50%;background:#ffffffd1;box-shadow:0 8px 26px #2219361a}.halo-process-link svg{width:16px;height:16px}.halo-process-list{position:absolute;z-index:3;right:26px;bottom:24px;left:26px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.halo-process-step{min-height:82px;padding:12px;grid-template-columns:34px minmax(0,1fr);gap:10px;border:1px solid rgba(255,255,255,.72);border-radius:15px;background:#ffffffb3;color:#111018}.halo-process-step:hover{background:#ffffffe6;transform:translateY(-3px)}.halo-process-step>span{width:32px;height:32px;color:#fff;background:#111018}.halo-process-step h4{margin:0;font-size:13px}.halo-process-step p,.halo-process-step>i{display:none}.creator-halo-landing .features-section .section-title,.creator-halo-landing .pricing-section .section-title,.creator-halo-landing .faq-section .section-title{margin-bottom:44px}.creator-halo-landing .features-section .section-title{max-width:760px;font-size:clamp(32px,2.9vw,43px);line-height:.98;letter-spacing:-.052em}@media(max-width:900px){.creator-halo-landing .section{padding-top:72px;padding-bottom:72px}.halo-process-layout{grid-template-columns:1fr}.halo-process-panel{min-height:640px}}@media(max-width:620px){.creator-halo-landing .section{padding-top:64px;padding-bottom:64px}.halo-story-card,.halo-story-card--dashboard{min-height:320px;padding:22px}.halo-story-copy{min-height:276px}.halo-story-art{object-position:65% 50%}.halo-process-panel{min-height:720px;padding:26px 20px}.halo-process-panel>h3{margin:34px 0 16px;font-size:36px}.halo-process-panel-copy{font-size:14px}.halo-process-aura{right:-17%;bottom:21%;width:130%;height:42%}.halo-process-list{right:16px;bottom:16px;left:16px;grid-template-columns:1fr;gap:6px}.halo-process-step{min-height:54px}}.halo-control-section{padding-top:76px;padding-bottom:88px}.halo-control-shell{position:relative;isolation:isolate;padding:clamp(30px,3.35vw,48px);overflow:hidden;border:1px solid rgba(46,35,72,.09);border-radius:28px;background:radial-gradient(circle at 13% 15%,rgba(135,83,236,.1),transparent 29%),radial-gradient(circle at 91% 84%,rgba(225,198,255,.24),transparent 31%),linear-gradient(145deg,#fff,#fcfbfe 52%,#faf8fd);box-shadow:0 26px 80px -58px #2d1f4e57}.halo-control-shell:before{content:"";position:absolute;z-index:-1;inset:0;opacity:.28;background-image:radial-gradient(circle,rgba(96,66,151,.26) .7px,transparent .9px);background-size:18px 18px;-webkit-mask-image:linear-gradient(125deg,#000,transparent 36%,transparent 68%,#000);mask-image:linear-gradient(125deg,#000,transparent 36%,transparent 68%,#000);pointer-events:none}.halo-control-shell:after{content:"";position:absolute;z-index:-1;top:-150px;right:-100px;width:430px;height:430px;border-radius:50%;background:#955def1a;filter:blur(90px);pointer-events:none}.halo-control-layout{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1.42fr) minmax(390px,.78fr);align-items:center;gap:clamp(38px,4.5vw,68px)}.halo-control-visual{min-width:0}.halo-control-copy{min-width:0;padding:8px 0}.halo-control-eyebrow{margin:0 0 17px;display:flex;align-items:center;gap:11px;color:#8050eb;font-size:12px;font-weight:600;letter-spacing:.075em;text-transform:uppercase}.halo-control-eyebrow:before{content:"";width:24px;height:1px;background:currentColor}.halo-control-title{max-width:540px;margin:0;color:var(--halo-ink);font-size:clamp(52px,4.25vw,66px);font-weight:600;line-height:.98;letter-spacing:-.045em}.halo-control-lead{max-width:500px;margin:25px 0 0;color:#14121ba1;font-size:18px;line-height:1.54;letter-spacing:-.014em}.halo-control-cta.halo-pill-cta{min-height:56px;margin-top:27px;box-shadow:10px 14px 24px -12px #110d1c3d,18px 22px 38px -18px #8050eb42}.halo-control-steps{margin-top:38px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.halo-control-step{min-width:0;min-height:86px;padding:13px;display:flex;align-items:center;gap:12px;border:1px solid rgba(50,37,79,.08);border-radius:16px;background:#ffffff9e;box-shadow:0 13px 32px -27px #23193880;-webkit-backdrop-filter:blur(16px) saturate(145%);backdrop-filter:blur(16px) saturate(145%);transition:transform .35s cubic-bezier(.22,1,.36,1),border-color .35s ease,background .35s ease,box-shadow .35s ease}.halo-control-step>i{width:43px;height:43px;flex:0 0 43px;display:grid;place-items:center;border-radius:13px;color:#7c43e8;background:linear-gradient(145deg,#fff,#eee6ff);box-shadow:0 10px 24px -15px #6937cc8a;font-style:normal;transition:transform .35s cubic-bezier(.22,1,.36,1)}.halo-control-step svg{width:23px;height:23px}.halo-control-step>span{min-width:0;display:flex;flex-direction:column;gap:4px}.halo-control-step strong{color:#17131f;font-size:14px;font-weight:600;line-height:1.1}.halo-control-step small{overflow:hidden;color:#17131f7d;font-size:10.5px;line-height:1.25;text-overflow:ellipsis;white-space:nowrap}.halo-control-step:hover{z-index:2;transform:translateY(-4px);border-color:#8050eb33;background:#ffffffe0;box-shadow:0 21px 44px -29px #41277080}.halo-control-step:hover>i{transform:translateY(-2px) rotate(-3deg)}.halo-console{position:relative;width:100%;min-height:548px;overflow:hidden;border:1px solid rgba(46,35,72,.1);border-radius:24px;background:#faf9fce6;box-shadow:0 38px 86px -54px #2b1d4b7a,inset 0 1px #fffffff0;transform-origin:40% 50%;transition:box-shadow .45s ease,border-color .45s ease}.halo-console:hover{border-color:#8050eb2b;box-shadow:0 46px 100px -56px #2b1d4b94,inset 0 1px #fffffffa}.halo-console-shine{position:absolute;z-index:8;top:-30%;bottom:-30%;left:-28%;width:15%;opacity:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.72),transparent);filter:blur(7px);transform:skew(-18deg);pointer-events:none}.halo-console-bar{position:relative;z-index:2;height:48px;padding:0 16px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;border-bottom:1px solid rgba(41,31,61,.08);background:#ffffffb3;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.halo-console-dots{display:flex;gap:6px}.halo-console-dots i{width:9px;height:9px;border-radius:50%;background:#ff655b}.halo-console-dots i:nth-child(2){background:#ffc044}.halo-console-dots i:nth-child(3){background:#31c955}.halo-console-brand{color:#282231;font-size:12px;font-weight:600}.halo-console-brand small{color:#28223175;font-size:inherit;font-weight:400}.halo-console-live{justify-self:end;display:flex;align-items:center;gap:6px;color:#1e192680;font-size:9px}.halo-console-live i{width:6px;height:6px;border-radius:50%;background:#31c968;box-shadow:0 0 0 5px #31c9681a}.halo-console-grid{min-height:452px;padding:12px;display:grid;grid-template-columns:minmax(0,1.08fr) minmax(0,.92fr);grid-template-rows:repeat(2,minmax(0,1fr));gap:12px}.halo-console-panel{position:relative;min-width:0;overflow:hidden;border:1px solid rgba(43,31,69,.08);border-radius:17px;background:#ffffffe0;box-shadow:0 17px 38px -31px #2218377a}.halo-console-panel--catalog{grid-row:1 / -1;padding:17px}.halo-console-panel-head{min-height:28px;display:flex;align-items:center;justify-content:space-between;gap:12px}.halo-console-panel-head>span{display:flex;align-items:center;gap:8px;color:#211b2c;font-size:12px;font-weight:600}.halo-console-panel-head>span b{padding:4px 7px;border-radius:999px;color:#8050eb;background:#f0e9ff;font-size:9px}.halo-console-panel-head>button{width:28px;height:28px;padding:0;display:grid;place-items:center;border:1px solid rgba(44,33,67,.08);border-radius:9px;color:#7650c6;background:#fff;box-shadow:0 7px 18px -13px #3e256c99;font:inherit;pointer-events:none}.halo-console-release{margin-top:13px;display:grid;grid-template-columns:84px minmax(0,1fr) auto;align-items:center;gap:13px}.halo-console-cover{position:relative;width:84px;height:84px;overflow:hidden;border-radius:13px;background:radial-gradient(circle at 53% 29%,#171021 0 9%,transparent 10%),radial-gradient(ellipse at 51% 88%,#181020 0 35%,transparent 36%),linear-gradient(145deg,#d38cff,#2d1b4c 58%,#0d0912);box-shadow:inset 0 0 0 1px #ffffff1f}.halo-console-cover:after{content:"";position:absolute;right:10px;bottom:12px;left:10px;height:12px;opacity:.58;background:repeating-linear-gradient(90deg,rgba(255,255,255,.82) 0 1px,transparent 1px 4px);-webkit-mask-image:linear-gradient(135deg,transparent,#000 25% 75%,transparent);mask-image:linear-gradient(135deg,transparent,#000 25% 75%,transparent)}.halo-console-cover i,.halo-console-cover span{position:absolute;border:1px solid rgba(255,255,255,.18);border-radius:50%}.halo-console-cover i{inset:8px}.halo-console-cover span{inset:18px}.halo-console-release-copy{min-width:0;display:flex;flex-direction:column;align-items:flex-start;gap:4px}.halo-console-release-copy strong{max-width:100%;overflow:hidden;color:#1e1926;font-size:13px;font-weight:600;text-overflow:ellipsis;white-space:nowrap}.halo-console-release-copy small,.halo-console-release-copy>span{color:#1e192673;font-size:8.5px}.halo-console-release-copy>b{padding:4px 7px;border-radius:999px;color:#238b50;background:#e6f8ec;font-size:8px;font-weight:600}.halo-console-more{align-self:start;color:#1e192661;font-size:11px;font-style:normal;letter-spacing:1px;writing-mode:vertical-lr}.halo-console-metrics-row{margin-top:17px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px}.halo-console-metrics-row>span{min-width:0;min-height:69px;padding:9px;display:flex;flex-direction:column;gap:5px;border:1px solid rgba(52,39,82,.07);border-radius:11px;background:#fbfafe}.halo-console-metrics-row small{overflow:hidden;color:#201a2a70;font-size:7px;text-overflow:ellipsis;white-space:nowrap}.halo-console-metrics-row strong{color:#24202c;font-size:10px;font-weight:600;white-space:nowrap}.halo-console-metrics-row i{margin-top:auto;color:#29a763;font-size:7px;font-style:normal}.halo-console-events{margin-top:17px;padding-top:14px;border-top:1px solid rgba(41,31,62,.08)}.halo-console-events header{display:flex;align-items:center;justify-content:space-between;gap:12px;color:#272130;font-size:9px;font-weight:600}.halo-console-events header small{color:#8050eb;font-size:7px;font-weight:500}.halo-console-events p{min-height:34px;margin:8px 0 0;padding:7px 8px;display:grid;grid-template-columns:17px minmax(0,1fr) auto;align-items:center;gap:7px;border-radius:9px;color:#1f1928a6;background:#fbfafe;font-size:7px}.halo-console-events p>i{width:17px;height:17px;display:grid;place-items:center;border-radius:6px;color:#8050eb;background:#f0e9ff;font-style:normal}.halo-console-events time{color:#1f192861;font-size:6.5px;white-space:nowrap}.halo-console-panel--analytics{padding:16px;display:flex;flex-direction:column;color:#fff;border-color:#ffffff14;background:radial-gradient(circle at 88% 10%,rgba(164,102,255,.33),transparent 31%),linear-gradient(145deg,#31284b,#241d3a 68%,#1e182f);box-shadow:0 26px 50px -33px #23163ccc}.halo-console-panel--analytics .halo-console-panel-head>span{color:#ffffffb8}.halo-console-panel--analytics .halo-console-panel-head>b,.halo-console-panel--royalty .halo-console-panel-head>b{padding:6px 8px;border:1px solid rgba(255,255,255,.1);border-radius:8px;color:#ffffffa8;font-size:7px;font-weight:500}.halo-console-total{margin-top:13px;display:flex;align-items:center;gap:10px}.halo-console-total strong{font-size:25px;font-weight:600;letter-spacing:-.045em}.halo-console-total span{color:#52db91;font-size:8px;font-weight:600}.halo-console-chart{width:calc(100% + 2px);height:115px;margin:auto -1px 0;overflow:visible}.halo-console-chart-path{stroke-dasharray:1;stroke-dashoffset:1}.halo-console-chart-area,.halo-console-chart-point{opacity:0}.halo-console-axis{margin-top:4px;display:flex;justify-content:space-between;color:#ffffff61;font-size:6.5px}.halo-console-panel--royalty{padding:16px;background:radial-gradient(circle at 90% 15%,rgba(145,87,237,.09),transparent 36%),#ffffffeb}.halo-console-panel--royalty .halo-console-panel-head>b{color:#251e2f85;border-color:#251e2f14}.halo-console-royalty-total{margin-top:7px;display:flex;align-items:center;justify-content:space-between;gap:12px}.halo-console-royalty-total>span{min-width:0;display:flex;flex-direction:column;gap:5px}.halo-console-royalty-total small{color:#1e192675;font-size:7px}.halo-console-royalty-total strong{color:#211b29;font-size:18px;font-weight:600;letter-spacing:-.04em}.halo-console-royalty-total svg{width:48px;height:48px;flex:0 0 48px;overflow:visible;transform:rotate(-90deg)}.halo-console-royalty-total circle{fill:none;stroke:#e9e1fa;stroke-width:7}.halo-console-royalty-total circle.halo-console-gauge{stroke:#8f59ec;stroke-linecap:round;stroke-dasharray:1;stroke-dashoffset:1}.halo-console-payouts{margin-top:9px;display:grid;gap:6px}.halo-console-payouts p{margin:0;display:grid;grid-template-columns:9px minmax(0,1fr) auto;align-items:center;gap:7px;color:#1f1928a8;font-size:7px}.halo-console-payouts p>i{width:7px;height:7px;border-radius:50%}.halo-console-payouts p>b{color:#292231;font-size:7px;font-weight:600}.halo-console-platforms{min-height:48px;padding:0 18px;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));align-items:center;border-top:1px solid rgba(41,31,61,.08);color:#201a2a6b;background:#ffffff9e;font-size:8px;font-weight:500;text-align:center}.halo-console-platforms span+span{border-left:1px solid rgba(41,31,61,.08)}.halo-control-reveal.fade-up{opacity:0;transform:translate3d(0,22px,0);transition:opacity .7s cubic-bezier(.22,1,.36,1),transform .7s cubic-bezier(.22,1,.36,1)}.halo-control-reveal.fade-up.visible{opacity:1;transform:translateZ(0)}.halo-control-visual.halo-control-reveal{transition-delay:.04s}.halo-control-eyebrow.halo-control-reveal{transition-delay:.11s}.halo-control-title.halo-control-reveal{transition-delay:.17s}.halo-control-lead.halo-control-reveal{transition-delay:.23s}.halo-control-cta.halo-control-reveal{transition-delay:.29s}.halo-control-step.halo-control-reveal{transition-delay:calc(.35s + var(--step-index) * 65ms)}.halo-control-visual.visible .halo-console-shine{animation:haloConsoleSheen 1.05s cubic-bezier(.22,1,.36,1) .5s 1 both}.halo-control-visual.visible .halo-console-chart-path{animation:haloConsoleChartDraw 1.15s cubic-bezier(.22,1,.36,1) .55s both}.halo-control-visual.visible .halo-console-chart-area{animation:haloConsoleAreaIn .7s ease .9s both}.halo-control-visual.visible .halo-console-chart-point{transform-box:fill-box;transform-origin:center;animation:haloConsolePointIn .42s cubic-bezier(.2,.9,.3,1.35) 1.55s both}.halo-control-visual.visible .halo-console-gauge{animation:haloConsoleGauge 1s cubic-bezier(.22,1,.36,1) .72s both}.halo-control-visual.visible .halo-console-release,.halo-control-visual.visible .halo-console-metrics-row,.halo-control-visual.visible .halo-console-events{animation:haloConsoleRowIn .58s cubic-bezier(.22,1,.36,1) both}.halo-control-visual.visible .halo-console-release{animation-delay:.28s}.halo-control-visual.visible .halo-console-metrics-row{animation-delay:.38s}.halo-control-visual.visible .halo-console-events{animation-delay:.48s}@keyframes haloConsoleSheen{0%{opacity:0;transform:translateZ(0) skew(-18deg)}18%{opacity:.66}76%{opacity:.28}to{opacity:0;transform:translate3d(860%,0,0) skew(-18deg)}}@keyframes haloConsoleChartDraw{0%{stroke-dashoffset:1}to{stroke-dashoffset:0}}@keyframes haloConsoleAreaIn{0%{opacity:0}to{opacity:1}}@keyframes haloConsolePointIn{0%{opacity:0;transform:scale(.2)}to{opacity:1;transform:scale(1)}}@keyframes haloConsoleGauge{0%{stroke-dashoffset:1}to{stroke-dashoffset:.24}}@keyframes haloConsoleRowIn{0%{opacity:0;transform:translate3d(0,9px,0)}to{opacity:1;transform:translateZ(0)}}@media(max-width:1160px){.halo-control-layout{grid-template-columns:minmax(0,1.26fr) minmax(350px,.74fr);gap:34px}.halo-control-shell{padding:30px}.halo-control-title{font-size:clamp(48px,5vw,58px)}.halo-control-lead{font-size:16px}.halo-console{min-height:520px}.halo-console-grid{min-height:424px}.halo-console-release{grid-template-columns:72px minmax(0,1fr) auto}.halo-console-cover{width:72px;height:72px}.halo-console-metrics-row>span{padding:7px}}@media(max-width:900px){.halo-control-section{padding-top:68px;padding-bottom:76px}.halo-control-layout{grid-template-columns:1fr;gap:42px}.halo-control-copy{order:1;display:grid;grid-template-columns:minmax(0,1fr) minmax(270px,.75fr);column-gap:34px;align-items:start}.halo-control-eyebrow,.halo-control-title,.halo-control-lead,.halo-control-cta{grid-column:1}.halo-control-steps{grid-column:2;grid-row:1 / span 4;margin-top:0}.halo-control-visual{order:2}}@media(max-width:700px){.halo-control-shell{padding:24px 18px;border-radius:24px}.halo-control-copy{display:block}.halo-control-title{font-size:clamp(46px,12.4vw,56px)}.halo-control-lead{margin-top:20px;font-size:15px}.halo-control-steps{margin-top:30px}.halo-control-step{min-height:78px;padding:10px;gap:9px}.halo-control-step>i{width:38px;height:38px;flex-basis:38px;border-radius:12px}.halo-control-step svg{width:20px;height:20px}.halo-control-step strong{font-size:12px}.halo-control-step small{font-size:9px}.halo-console{min-height:0;border-radius:19px}.halo-console-bar{height:44px;padding:0 13px}.halo-console-brand{font-size:10px}.halo-console-grid{min-height:0;padding:10px;display:flex;align-items:stretch;gap:10px;overflow-x:auto;overscroll-behavior-inline:contain;scroll-snap-type:x mandatory;scrollbar-width:none}.halo-console-grid::-webkit-scrollbar{display:none}.halo-console-panel,.halo-console-panel--catalog{width:min(82vw,300px);min-width:min(82vw,300px);min-height:380px;grid-row:auto;scroll-snap-align:center}.halo-console-panel--analytics,.halo-console-panel--royalty{padding:18px}.halo-console-chart{height:220px}.halo-console-royalty-total{margin-top:30px}.halo-console-royalty-total svg{width:76px;height:76px;flex-basis:76px}.halo-console-payouts{margin-top:32px;gap:14px}.halo-console-payouts p,.halo-console-payouts p>b{font-size:10px}.halo-console-platforms{min-height:44px;padding:0 14px;display:flex;gap:26px;overflow:hidden;font-size:8px;text-align:left;white-space:nowrap}.halo-console-platforms span+span{border-left:0}}@media(max-width:420px){.halo-control-section{padding-right:10px;padding-left:10px}.halo-control-shell{padding:22px 13px}.halo-control-title{font-size:clamp(43px,12.2vw,50px)}.halo-control-steps{gap:8px}.halo-control-step{min-height:74px}.halo-control-step small{display:none}.halo-console-panel,.halo-console-panel--catalog{width:min(80vw,286px);min-width:min(80vw,286px)}}@media(prefers-reduced-motion:reduce){.halo-control-reveal.fade-up,.halo-control-reveal.fade-up.visible{opacity:1;transform:none;transition:none}.halo-control-step,.halo-control-step>i,.halo-console{transition:none}.halo-control-visual .halo-console-shine,.halo-control-visual .halo-console-release,.halo-control-visual .halo-console-metrics-row,.halo-control-visual .halo-console-events,.halo-control-visual .halo-console-chart-path,.halo-control-visual .halo-console-chart-area,.halo-control-visual .halo-console-chart-point,.halo-control-visual .halo-console-gauge{animation:none!important}.halo-control-visual .halo-console-chart-path,.halo-control-visual .halo-console-gauge{stroke-dashoffset:0}.halo-control-visual .halo-console-chart-area,.halo-control-visual .halo-console-chart-point{opacity:1}}.creator-halo-landing .halo-control-section .halo-control-shell{padding:0;overflow:visible;border:0;border-radius:0;background:transparent;box-shadow:none}.creator-halo-landing .halo-control-section .halo-control-shell:before,.creator-halo-landing .halo-control-section .halo-control-shell:after{display:none}@media(max-width:700px){.creator-halo-landing .halo-control-section .halo-control-shell{padding:0;border-radius:0}}.creator-halo-main.page-wrap,.creator-halo-main.page-wrap>.card:first-child,.creator-halo-landing .creator-studio-section{background:#fff}.creator-halo-landing .creator-studio-section{width:min(100%,88rem);margin:0 auto;padding:clamp(72px,8vh,92px) 24px clamp(58px,7vh,78px);overflow:visible;border:0;border-radius:0;box-shadow:none}.creator-studio-canvas{width:100%;margin:0;padding:0;border:0;border-radius:0;background:#fff;box-shadow:none}.creator-studio-heading{min-height:158px;display:grid;grid-template-columns:minmax(0,1.28fr) minmax(410px,.92fr);align-items:start;gap:clamp(48px,6vw,90px)}.creator-studio-title-wrap{grid-column:2;grid-row:1;padding-top:28px}.creator-studio-title-wrap p{margin:0 0 34px;color:#7043f1;font-size:22px;font-weight:600;letter-spacing:-.035em}.creator-studio-title-wrap h2{max-width:600px;margin:0;color:#0d0b12;font-size:clamp(54px,4.4vw,70px);font-weight:600;line-height:.98;letter-spacing:-.047em}.creator-studio-actions{grid-column:1;grid-row:1;width:auto;min-width:0;margin:0;padding-top:28px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr))}.creator-studio-action{position:relative;min-width:0;min-height:118px;display:flex;flex-direction:column;align-items:center;gap:20px;color:#252033;text-align:center}.creator-studio-action+.creator-studio-action:before{content:"";position:absolute;top:4px;bottom:20px;left:0;width:1px;background:#6645ae1f}.creator-studio-action>i{width:76px;height:76px;display:grid;place-items:center;border:1px solid rgba(106,65,205,.07);border-radius:18px;color:#7445f3;background:linear-gradient(145deg,#fff,#faf8ff);box-shadow:0 18px 34px -24px #5430a785,inset 0 1px #fffffff5;font-style:normal;transition:transform .38s cubic-bezier(.22,1,.36,1),box-shadow .38s ease}.creator-studio-action svg{width:39px;height:39px;stroke:currentColor;stroke-width:1.75;stroke-linecap:round;stroke-linejoin:round}.creator-studio-action>span{font-size:17px;font-weight:500;letter-spacing:-.025em}.creator-studio-action:hover>i{transform:translateY(-4px);box-shadow:0 24px 42px -25px #5430a799}.creator-studio-dashboard{margin-top:32px;display:grid;grid-template-columns:minmax(0,1.34fr) minmax(0,.93fr) minmax(0,.93fr);gap:14px}.creator-studio-card{position:relative;min-width:0;height:520px;overflow:hidden;border:1px solid rgba(53,39,82,.12);border-radius:22px;background:#fff;box-shadow:0 24px 58px -40px #2b1d4a6b}.creator-studio-card-head{min-height:48px;display:flex;align-items:center;justify-content:space-between;gap:14px}.creator-studio-card-head>span{display:flex;align-items:center;gap:10px;color:#211b2b;font-size:17px;font-weight:600;letter-spacing:-.025em}.creator-studio-card-head>span b{padding:5px 10px;border-radius:999px;color:#7144ef;background:#f0eaff;font-size:12px;font-weight:600}.creator-studio-card-head>i{min-width:48px;height:48px;display:grid;place-items:center;border:1px solid rgba(55,39,86,.08);border-radius:14px;color:#43345f;background:#fff;box-shadow:0 12px 26px -20px #351e6880;font-size:18px;font-style:normal;font-weight:500}.creator-studio-releases-card{padding:25px 25px 20px}.creator-studio-release-main{margin-top:16px;display:grid;grid-template-columns:142px minmax(0,1fr);align-items:center;gap:24px}.creator-studio-cover{position:relative;width:142px;height:142px;overflow:hidden;border-radius:17px;background:radial-gradient(circle at 56% 30%,#171022 0 9%,transparent 10%),radial-gradient(ellipse at 54% 91%,#171020 0 37%,transparent 38%),linear-gradient(145deg,#dc72c7,#38204f 58%,#100a18);box-shadow:inset 0 0 0 1px #ffffff1a,0 18px 34px -25px #1e1230b3}.creator-studio-cover:before{content:"";position:absolute;inset:18px;border:1px solid rgba(255,255,255,.13);border-radius:50%}.creator-studio-cover:after{content:"";position:absolute;right:14px;bottom:15px;left:14px;height:14px;opacity:.58;background:repeating-linear-gradient(90deg,rgba(255,255,255,.85) 0 1px,transparent 1px 4px);-webkit-mask-image:linear-gradient(135deg,transparent,#000 22% 78%,transparent);mask-image:linear-gradient(135deg,transparent,#000 22% 78%,transparent)}.creator-studio-cover i,.creator-studio-cover span{position:absolute;border:1px solid rgba(255,255,255,.14);border-radius:50%}.creator-studio-cover i{inset:31px}.creator-studio-cover span{inset:45px}.creator-studio-release-copy{min-width:0;display:flex;flex-direction:column;align-items:flex-start;gap:10px}.creator-studio-release-copy>strong{color:#201a29;font-size:21px;font-weight:600;letter-spacing:-.035em}.creator-studio-release-copy>b{padding:7px 12px;border-radius:999px;color:#188d4b;background:#e4f7e9;font-size:11px;font-weight:500}.creator-studio-release-copy>span{color:#201a2994;font-size:13px}.creator-studio-more{align-self:start;color:#241c2f85;font-size:25px;font-style:normal}.creator-studio-metrics{margin-top:24px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.creator-studio-metrics>div{position:relative;min-width:0;height:132px;padding:15px 13px 10px;overflow:hidden;border:1px solid rgba(53,39,82,.08);border-radius:14px;background:#fbfafe}.creator-studio-metrics>div>span{display:flex;align-items:center;gap:8px;color:#7043f1;font-size:13px}.creator-studio-metrics strong{color:#211b2b;font-size:15px;font-weight:600;white-space:nowrap}.creator-studio-metrics small{margin-top:8px;display:flex;justify-content:space-between;gap:4px;color:#211b2b7a;font-size:9px;white-space:nowrap}.creator-studio-metrics small i{color:#24ad65;font-style:normal}.creator-studio-metrics svg{position:absolute;right:8px;bottom:8px;left:8px;width:calc(100% - 16px);height:42px;overflow:visible}.creator-studio-spark-area{fill:#804aee12}.creator-studio-spark-line{fill:none;stroke:#a26df5;stroke-width:2;stroke-linecap:round;stroke-dasharray:1;stroke-dashoffset:1}.creator-studio-metric-arrow{position:absolute;right:14px;bottom:15px;width:34px;height:34px;display:grid;place-items:center;border-radius:50%;color:#221b2d;background:#f4f1fb;font-size:24px;font-weight:400}.creator-studio-events{margin-top:20px}.creator-studio-events header{margin-bottom:10px;display:flex;align-items:center;justify-content:space-between;gap:12px}.creator-studio-events header strong{color:#211b2b;font-size:12px;font-weight:600}.creator-studio-events header span{color:#7448ec;font-size:10px}.creator-studio-events p{min-height:40px;margin:7px 0 0;padding:7px 11px;display:grid;grid-template-columns:22px minmax(0,1fr) auto;align-items:center;gap:9px;border-radius:10px;color:#211b2bab;background:#fbfafe;font-size:9px}.creator-studio-events p>i{width:22px;height:22px;display:grid;place-items:center;border-radius:7px;color:#7246ed;background:#f0eaff;font-style:normal}.creator-studio-events time{color:#211b2b6b;font-size:8px;white-space:nowrap}.creator-studio-streams-card{padding:25px 25px 18px;color:#fff;border-color:#ffffff14;background:radial-gradient(circle at 92% 8%,rgba(153,86,241,.35),transparent 30%),linear-gradient(145deg,#31264d,#241c3a 70%,#20192f);box-shadow:0 28px 60px -40px #201438b3}.creator-studio-streams-card .creator-studio-card-head>span{color:#ffffffc7}.creator-studio-streams-card .creator-studio-card-head>i{min-width:96px;height:48px;border-color:#ffffff1f;color:#ffffffc2;background:#ffffff06;box-shadow:none;font-size:12px}.creator-studio-streams-total{margin-top:17px;display:flex;align-items:center;gap:14px}.creator-studio-streams-total strong{font-size:38px;font-weight:500;letter-spacing:-.045em}.creator-studio-streams-total span{color:#4cdc91;font-size:13px;font-weight:600}.creator-studio-main-chart{position:absolute;right:0;bottom:48px;left:0;width:100%;height:330px;overflow:visible}.creator-studio-chart-grid path{fill:none;stroke:#ffffff09;stroke-width:1}.creator-studio-chart-area{fill:url(#creator-studio-chart-area);opacity:0}.creator-studio-chart-line{fill:none;stroke:#b776ff;stroke-width:3;stroke-linecap:round;filter:url(#creator-studio-chart-glow);stroke-dasharray:1;stroke-dashoffset:1}.creator-studio-chart-point{fill:#fff;stroke:#a868fb;stroke-width:4;opacity:0}.creator-studio-chart-axis{position:absolute;right:25px;bottom:21px;left:25px;display:flex;justify-content:space-between;color:#ffffff6e;font-size:10px}.creator-studio-royalty-card{padding:25px;background:radial-gradient(circle at 88% 10%,rgba(134,76,232,.07),transparent 30%),#fff}.creator-studio-royalty-card .creator-studio-card-head>i{min-width:96px;font-size:12px}.creator-studio-royalty-total{margin-top:44px;display:flex;align-items:center;justify-content:space-between;gap:18px}.creator-studio-royalty-total>div{min-width:0;display:flex;flex-direction:column;gap:14px}.creator-studio-royalty-total span{color:#211b2b8c;font-size:13px}.creator-studio-royalty-total strong{color:#211b2b;font-size:30px;font-weight:600;letter-spacing:-.045em;white-space:nowrap}.creator-studio-royalty-total svg{width:94px;height:94px;flex:0 0 94px;overflow:visible}.creator-studio-royalty-total circle{fill:none;stroke:#ebe4fb;stroke-width:7;transform:rotate(-90deg);transform-origin:50% 50%}.creator-studio-royalty-total circle.creator-studio-gauge{stroke:#8d55ed;stroke-linecap:round;stroke-dasharray:1;stroke-dashoffset:1}.creator-studio-royalty-total path{fill:none;stroke:#7547ee;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.creator-studio-payouts{margin-top:69px;display:grid;gap:20px}.creator-studio-payouts p{margin:0;display:grid;grid-template-columns:24px minmax(0,1fr) minmax(92px,auto);align-items:center;gap:10px;color:#211b2bb8;font-size:12px}.creator-studio-payouts p>i{width:24px;height:24px;display:grid;place-items:center;border-radius:50%;color:#fff;font-size:10px;font-style:normal;font-weight:600}.creator-studio-payouts p>i.creator-studio-platform-logo{border-radius:0;background:transparent}.creator-studio-platform-logo svg{width:24px;height:24px;display:block}.creator-studio-payouts p>b{display:flex;align-items:center;justify-content:flex-end;gap:12px;color:#241e2d;font-size:11px;font-weight:600;white-space:nowrap}.creator-studio-payouts p>b em{width:42px;height:3px;border-radius:99px;opacity:.86}.creator-studio-platforms{min-height:68px;margin-top:14px;padding:0 36px;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));align-items:center;border:1px solid rgba(53,39,82,.08);border-radius:22px;background:#fff;box-shadow:0 19px 48px -40px #2b1d4a61}.creator-studio-platforms span{min-width:0;display:flex;align-items:center;justify-content:center;gap:9px;color:#302940;font-size:12px;font-weight:500;white-space:nowrap}.creator-studio-platforms span+span{min-height:26px;border-left:1px solid rgba(53,39,82,.09)}.creator-studio-platforms span>i{min-width:20px;color:#332b48;font-size:11px;font-style:normal;font-weight:700;text-align:center}.creator-studio-title-wrap.fade-up,.creator-studio-platforms.fade-up{opacity:0;transform:translate3d(0,22px,0);transition:opacity .72s cubic-bezier(.22,1,.36,1),transform .72s cubic-bezier(.22,1,.36,1)}.creator-studio-title-wrap.fade-up.visible,.creator-studio-platforms.fade-up.visible{opacity:1;transform:translateZ(0)}.creator-studio-action,.creator-studio-dashboard{opacity:0;transform:translate3d(0,24px,0);transition:none}.creator-studio-section.is-animated .creator-studio-action,.creator-studio-section.is-animated .creator-studio-dashboard{opacity:1;transform:translateZ(0);transition:opacity .72s cubic-bezier(.22,1,.36,1),transform .72s cubic-bezier(.22,1,.36,1)}.creator-studio-section.is-animated .creator-studio-action{transition-delay:calc(.06s + var(--action-index) * .15s)}.creator-studio-section.is-animated .creator-studio-dashboard{transition-delay:.62s}.creator-studio-section.is-animated .creator-studio-chart-line,.creator-studio-section.is-animated .creator-studio-spark-line{animation:creatorStudioLineDraw 1.55s cubic-bezier(.22,1,.36,1) .82s forwards}.creator-studio-section.is-animated .creator-studio-chart-area{animation:creatorStudioAreaIn .9s ease 1.2s forwards}.creator-studio-section.is-animated .creator-studio-chart-point{animation:creatorStudioPointIn .45s cubic-bezier(.2,.9,.3,1.35) 2.18s forwards}.creator-studio-section.is-animated .creator-studio-gauge{animation:creatorStudioGauge 1.3s cubic-bezier(.22,1,.36,1) .92s forwards}@keyframes creatorStudioLineDraw{to{stroke-dashoffset:0}}@keyframes creatorStudioAreaIn{to{opacity:1}}@keyframes creatorStudioPointIn{0%{opacity:0;transform:scale(.2);transform-origin:center}to{opacity:1;transform:scale(1);transform-origin:center}}@keyframes creatorStudioGauge{to{stroke-dashoffset:.23}}@media(max-width:1180px){.creator-studio-heading{grid-template-columns:minmax(0,1.22fr) minmax(350px,.78fr);gap:40px}.creator-studio-title-wrap h2{font-size:clamp(49px,5vw,62px)}.creator-studio-action>i{width:66px;height:66px}.creator-studio-action svg{width:33px;height:33px}.creator-studio-dashboard{grid-template-columns:minmax(0,1.28fr) minmax(0,.86fr) minmax(0,.86fr)}.creator-studio-card{height:488px}.creator-studio-release-main{grid-template-columns:112px minmax(0,1fr);gap:16px}.creator-studio-cover{width:112px;height:112px}.creator-studio-payouts{margin-top:52px;gap:16px}.creator-studio-payouts p>b em{display:none}}@media(max-width:900px){.creator-halo-landing .creator-studio-section{padding:80px 22px 92px}.creator-studio-heading{min-height:0;grid-template-columns:1fr;gap:44px}.creator-studio-title-wrap{grid-column:1;grid-row:1;padding-top:0}.creator-studio-title-wrap p{margin-bottom:22px}.creator-studio-actions{grid-column:1;grid-row:2;padding-top:0}.creator-studio-dashboard{margin-top:48px;grid-template-columns:repeat(2,minmax(0,1fr))}.creator-studio-releases-card{grid-column:1 / -1}.creator-studio-card{height:500px}}@media(max-width:650px){.creator-halo-landing .creator-studio-section{padding:70px 18px 82px}.creator-studio-title-wrap p{font-size:18px}.creator-studio-title-wrap h2{font-size:clamp(45px,12.8vw,58px)}.creator-studio-actions{grid-template-columns:repeat(4,minmax(76px,1fr));gap:4px;overflow-x:auto;scrollbar-width:none}.creator-studio-actions::-webkit-scrollbar{display:none}.creator-studio-action{min-height:94px;gap:11px}.creator-studio-action+.creator-studio-action:before{bottom:10px}.creator-studio-action>i{width:54px;height:54px;border-radius:15px}.creator-studio-action svg{width:27px;height:27px}.creator-studio-action>span{font-size:12px}.creator-studio-dashboard{margin-top:34px;padding:0 2px 20px;display:flex;gap:12px;overflow-x:auto;overflow-y:hidden;overscroll-behavior-inline:contain;scroll-snap-type:x mandatory;scrollbar-width:none}.creator-studio-dashboard::-webkit-scrollbar{display:none}.creator-studio-card,.creator-studio-releases-card{position:relative;top:auto;z-index:auto;width:min(86vw,350px);min-width:min(86vw,350px);height:490px;margin:0;grid-column:auto;scroll-snap-align:center;box-shadow:0 24px 54px -38px #2619416b}.creator-studio-releases-card{padding:18px 16px}.creator-studio-release-main{grid-template-columns:92px minmax(0,1fr);gap:13px}.creator-studio-cover{width:92px;height:92px}.creator-studio-release-copy>strong{font-size:16px}.creator-studio-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.creator-studio-metrics>div:nth-child(3){display:none}.creator-studio-events p{grid-template-columns:22px minmax(0,1fr)}.creator-studio-events time{display:none}.creator-studio-platforms{min-height:60px;padding:0 20px;display:flex;justify-content:flex-start;gap:28px;overflow:hidden;border-radius:18px}.creator-studio-platforms span{flex:0 0 auto}.creator-studio-platforms span+span{padding-left:28px}}@media(max-width:390px){.creator-halo-landing .creator-studio-section{padding-right:14px;padding-left:14px}.creator-studio-title-wrap h2{font-size:43px}}@media(prefers-reduced-motion:reduce){.creator-studio-title-wrap.fade-up,.creator-studio-action.fade-up,.creator-studio-dashboard.fade-up,.creator-studio-platforms.fade-up,.creator-studio-title-wrap.fade-up.visible,.creator-studio-action.fade-up.visible,.creator-studio-dashboard.fade-up.visible,.creator-studio-platforms.fade-up.visible{opacity:1;transform:none;transition:none}.creator-studio-chart-line,.creator-studio-spark-line,.creator-studio-gauge,.creator-studio-chart-area,.creator-studio-chart-point{animation:none!important}.creator-studio-chart-line,.creator-studio-spark-line,.creator-studio-gauge{stroke-dashoffset:0}.creator-studio-chart-area,.creator-studio-chart-point{opacity:1}.creator-studio-action,.creator-studio-dashboard,.creator-studio-section.is-animated .creator-studio-action,.creator-studio-section.is-animated .creator-studio-dashboard{opacity:1;transform:none;transition:none}}.creator-halo-main.page-wrap{position:relative;isolation:isolate;overflow:visible;width:calc(100% - 40px);max-width:88rem;margin:0 auto;padding:0 0 72px;background:#fff}.creator-halo-main.page-wrap>.creator-stack-section{position:sticky;z-index:calc(10 + var(--stack-index));top:var(--stack-top);width:100%;min-height:100svh;overflow:hidden;border:1px solid rgba(48,36,72,.1);border-bottom:0;border-radius:clamp(24px,2.2vw,34px) clamp(24px,2.2vw,34px) 0 0;background:#fff;box-shadow:0 -24px 58px -34px #1f15356b;transform-origin:50% 0}.creator-halo-main.page-wrap>.creator-stack-section:first-child{border-color:#30244813}.creator-halo-main.page-wrap>.creator-stack-section>.section{min-height:100svh;background-color:#fff}@media(max-width:700px){.creator-halo-main.page-wrap{width:calc(100% - 18px)}.creator-halo-main.page-wrap>.creator-stack-section{top:min(var(--stack-top),52px);min-height:100svh;border-radius:24px 24px 0 0}}.creator-halo-landing .creator-studio-section{padding:clamp(38px,5.6vh,58px) 24px clamp(24px,3.4vh,36px)}.creator-studio-heading{min-height:0;display:block;margin-bottom:clamp(20px,2.6vh,28px)}.creator-studio-title-wrap{padding:0;opacity:0;transform:translate3d(0,22px,0);transition:none}.creator-studio-title-wrap h2{max-width:760px;font-size:clamp(46px,4.15vw,62px);line-height:.98;letter-spacing:-.052em}.creator-studio-dashboard{height:clamp(420px,58vh,500px);margin-top:0;display:grid;grid-template-columns:minmax(0,1.08fr) minmax(0,.92fr);grid-template-rows:repeat(2,minmax(0,1fr));gap:14px;opacity:1;transform:none}.creator-studio-dashboard .creator-studio-card{height:auto;opacity:0;transform:translate3d(0,20px,0);transition:none}.creator-studio-releases-card{grid-column:1;grid-row:1 / 3;padding:20px 22px 17px}.creator-studio-streams-card{grid-column:2;grid-row:1;padding:17px 20px 14px}.creator-studio-streams-card .creator-studio-card-head>span,.creator-studio-royalty-card .creator-studio-card-head>span{font-size:17px;font-weight:600;line-height:1;letter-spacing:-.025em}.creator-studio-royalty-card{grid-column:2;grid-row:2;padding:17px 20px;display:grid;grid-template-columns:minmax(165px,.85fr) minmax(220px,1.15fr);grid-template-rows:34px minmax(0,1fr);column-gap:22px}.creator-studio-card-head{min-height:36px}.creator-studio-release-main{margin-top:9px;grid-template-columns:118px minmax(0,1fr);gap:20px}.creator-studio-cover{width:118px;height:118px}.creator-studio-metrics{margin-top:16px}.creator-studio-metrics>div{height:96px;padding-top:12px}.creator-studio-metrics svg{height:32px}.creator-studio-events{margin-top:13px}.creator-studio-events header{margin-bottom:6px}.creator-studio-events p{min-height:32px;margin-top:5px;padding-top:5px;padding-bottom:5px}.creator-studio-streams-total{margin-top:2px}.creator-studio-streams-total strong{font-size:31px}.creator-studio-main-chart{bottom:29px;height:135px}.creator-studio-chart-axis{right:20px;bottom:10px;left:20px}.creator-studio-royalty-card>.creator-studio-card-head{grid-column:1 / -1}.creator-studio-royalty-total{grid-column:1;grid-row:2;margin-top:0;gap:10px}.creator-studio-royalty-total>div{gap:8px}.creator-studio-royalty-total strong{font-size:25px}.creator-studio-royalty-total svg{width:72px;height:72px;flex-basis:72px}.creator-studio-payouts{grid-column:2;grid-row:2;align-self:center;margin-top:0;gap:8px}.creator-studio-payouts p{grid-template-columns:20px minmax(0,1fr) minmax(84px,auto);gap:8px;font-size:10px}.creator-studio-payouts p>i,.creator-studio-platform-logo svg{width:20px;height:20px}.creator-studio-payouts p>b{gap:8px;font-size:10px}.creator-studio-payouts p>b em{width:32px;height:2px}.creator-studio-platforms{min-height:58px;margin-top:12px;padding:0 20px;grid-template-columns:repeat(6,minmax(0,1fr));opacity:0;transform:translate3d(0,18px,0);transition:none}.creator-studio-platforms span{gap:8px}.creator-studio-platforms span>b{overflow:hidden;font-size:11px;font-weight:500;text-overflow:ellipsis}.creator-studio-platforms .creator-studio-platform-logo,.creator-studio-platform-image{width:20px;height:20px;display:grid;flex:0 0 20px;place-items:center}.creator-studio-platform-image img{width:20px;height:20px;display:block}.creator-studio-platform-more b{color:#7043f1}.creator-studio-section.is-animated .creator-studio-title-wrap,.creator-studio-section.is-animated .creator-studio-dashboard .creator-studio-card,.creator-studio-section.is-animated .creator-studio-platforms{opacity:1;transform:translateZ(0);transition:opacity .68s cubic-bezier(.22,1,.36,1),transform .68s cubic-bezier(.22,1,.36,1)}.creator-studio-section.is-animated .creator-studio-title-wrap{transition-delay:.02s}.creator-studio-section.is-animated .creator-studio-releases-card{transition-delay:.12s}.creator-studio-section.is-animated .creator-studio-streams-card{transition-delay:.22s}.creator-studio-section.is-animated .creator-studio-royalty-card{transition-delay:.32s}.creator-studio-section.is-animated .creator-studio-platforms{transition-delay:.42s}.creator-studio-section.is-animated .creator-studio-chart-line,.creator-studio-section.is-animated .creator-studio-spark-line{animation-duration:2.45s;animation-delay:.68s}.creator-studio-section.is-animated .creator-studio-chart-area{animation-duration:1.45s;animation-delay:1.28s}.creator-studio-section.is-animated .creator-studio-chart-point{animation-duration:.62s;animation-delay:3.05s}.creator-studio-section.is-animated .creator-studio-gauge{animation-duration:2.15s;animation-delay:.78s}@media(max-width:900px){.creator-halo-landing .creator-studio-section{padding:58px 22px 72px}.creator-studio-title-wrap h2{font-size:clamp(43px,6.4vw,54px)}.creator-studio-dashboard{height:auto;grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:auto}.creator-studio-releases-card{grid-column:1 / -1;grid-row:auto;height:470px!important}.creator-studio-streams-card,.creator-studio-royalty-card{grid-column:auto;grid-row:auto;height:370px!important}.creator-studio-main-chart{bottom:42px;height:245px}.creator-studio-chart-axis{bottom:18px}.creator-studio-royalty-card{display:block}.creator-studio-royalty-total{margin-top:22px}.creator-studio-payouts{margin-top:30px;gap:11px}.creator-studio-platforms{grid-template-columns:repeat(3,minmax(0,1fr));row-gap:12px;padding-top:12px;padding-bottom:12px}.creator-studio-platforms span:nth-child(4){border-left:0}}@media(max-width:650px){.creator-halo-landing .creator-studio-section{padding:52px 18px 74px}.creator-studio-heading{margin-bottom:24px}.creator-studio-title-wrap h2{font-size:clamp(37px,10.3vw,45px);line-height:1.01}.creator-studio-dashboard{height:auto;margin-top:0;display:flex}.creator-studio-card,.creator-studio-releases-card,.creator-studio-streams-card,.creator-studio-royalty-card{width:min(86vw,360px);min-width:min(86vw,360px);height:490px!important}.creator-studio-streams-card{padding:20px}.creator-studio-main-chart{bottom:48px;height:315px}.creator-studio-chart-axis{bottom:20px}.creator-studio-royalty-card{display:block;padding:20px}.creator-studio-royalty-total{margin-top:34px}.creator-studio-royalty-total svg{width:94px;height:94px;flex-basis:94px}.creator-studio-payouts{margin-top:48px;gap:16px}.creator-studio-platforms{min-height:58px;padding:0 18px;display:flex;gap:0;overflow-x:auto;scrollbar-width:none}.creator-studio-platforms::-webkit-scrollbar{display:none}.creator-studio-platforms span{min-width:max-content;padding-right:24px}.creator-studio-platforms span+span{min-height:24px;padding-left:24px}}@media(prefers-reduced-motion:reduce){.creator-studio-title-wrap,.creator-studio-dashboard .creator-studio-card,.creator-studio-platforms,.creator-studio-section.is-animated .creator-studio-title-wrap,.creator-studio-section.is-animated .creator-studio-dashboard .creator-studio-card,.creator-studio-section.is-animated .creator-studio-platforms{opacity:1;transform:none;transition:none}}.creator-studio-dashboard{height:clamp(520px,68vh,620px);grid-template-columns:repeat(3,minmax(0,1fr));grid-template-rows:minmax(0,1fr)}.creator-studio-releases-card,.creator-studio-streams-card,.creator-studio-royalty-card{grid-row:1;height:auto}.creator-studio-releases-card{grid-column:1}.creator-studio-streams-card{grid-column:2}.creator-studio-royalty-card{grid-column:3;display:block}.creator-studio-main-chart{top:15%;bottom:auto;height:41%}.creator-studio-chart-axis{top:50.5%;bottom:auto}.creator-studio-countries{position:absolute;inset:56% 18px 5%;padding:14px 15px 13px;display:grid;grid-template-rows:auto repeat(4,minmax(0,1fr));border:1px solid rgba(255,255,255,.09);border-radius:16px;background:#ffffff14;backdrop-filter:blur(8px)}.creator-studio-countries header,.creator-studio-countries p{display:grid;grid-template-columns:minmax(96px,1fr) minmax(92px,1.35fr) 32px;align-items:center;gap:9px}.creator-studio-countries header{margin-bottom:0;color:#ffffff9e;font-size:9px;line-height:1.2}.creator-studio-countries header span:last-child{grid-column:2 / 4;text-align:right}.creator-studio-countries p{min-height:0;margin:0;color:#ffffffeb;font-size:10px}.creator-studio-countries p>i{height:4px;overflow:hidden;border-radius:99px;background:#ffffff12}.creator-studio-countries p>i>b{width:var(--country-share);height:100%;display:block;border-radius:inherit;background:linear-gradient(90deg,#8d55ed,#c285ff);transform:scaleX(0);transform-origin:0 50%}.creator-studio-countries p>strong{color:#ffffffe6;font-size:10px;font-weight:600;text-align:right}.creator-studio-royalty-card>.creator-studio-card-head,.creator-studio-royalty-total,.creator-studio-payouts{grid-column:auto;grid-row:auto}.creator-studio-royalty-total{margin-top:26px;gap:14px}.creator-studio-royalty-total>div{gap:10px}.creator-studio-royalty-total strong{font-size:28px}.creator-studio-royalty-total svg{width:88px;height:88px;flex-basis:88px}.creator-studio-payouts{align-self:auto;margin-top:42px;gap:15px}.creator-studio-payouts p{grid-template-columns:20px minmax(0,1fr) minmax(88px,auto);font-size:11px}.creator-studio-section.is-animated .creator-studio-releases-card{transition-delay:.14s}.creator-studio-section.is-animated .creator-studio-streams-card{transition-delay:.34s}.creator-studio-section.is-animated .creator-studio-royalty-card{transition-delay:.54s}.creator-studio-section.is-animated .creator-studio-countries p>i>b{animation:creatorStudioCountryBar 1.15s cubic-bezier(.22,1,.36,1) var(--country-delay) forwards}@keyframes creatorStudioCountryBar{to{transform:scaleX(1)}}@media(max-width:900px){.creator-studio-dashboard{height:auto;grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:auto}.creator-studio-releases-card{grid-column:1 / -1;grid-row:auto}.creator-studio-streams-card,.creator-studio-royalty-card{grid-column:auto;grid-row:auto;height:440px!important}.creator-studio-main-chart{top:15%;bottom:auto;height:41%}.creator-studio-chart-axis{top:50.5%;bottom:auto}.creator-studio-royalty-total{margin-top:34px}.creator-studio-payouts{margin-top:48px;gap:16px}}@media(max-width:650px){.creator-studio-dashboard{display:flex}.creator-studio-card,.creator-studio-releases-card,.creator-studio-streams-card,.creator-studio-royalty-card{grid-column:auto;grid-row:auto;height:490px!important}.creator-studio-main-chart{top:15%;bottom:auto;height:41%}.creator-studio-chart-axis{top:50.5%;bottom:auto}}@media(prefers-reduced-motion:reduce){.creator-studio-countries p>i>b,.creator-studio-section.is-animated .creator-studio-countries p>i>b{animation:none;transform:scaleX(1)}}@media(min-width:901px){.creator-halo-main.page-wrap>.creator-stack-section:has(>.creator-studio-section),.creator-halo-main.page-wrap>.creator-stack-section>.creator-studio-section{min-height:auto}.creator-studio-dashboard{height:clamp(480px,58vh,520px)}}.creator-studio-streams-card .creator-studio-card-head>span,.creator-studio-royalty-card .creator-studio-card-head>span,.creator-studio-releases-card .creator-studio-card-head>span{font-size:19px}.creator-studio-release-main{grid-template-columns:128px minmax(0,1fr)}.creator-studio-cover{width:128px;height:128px}.creator-studio-release-copy>strong{font-size:24px}.creator-studio-release-copy>b{font-size:12px}.creator-studio-metrics>div>span{font-size:14px}.creator-studio-metrics strong{font-size:17px}.creator-studio-metrics small{font-size:10.5px}.creator-studio-events header strong{font-size:14px}.creator-studio-events header span{font-size:11px}.creator-studio-events p{font-size:10.5px}.creator-studio-events time{font-size:9px}.creator-studio-streams-total strong{font-size:36px}.creator-studio-streams-total span{font-size:14px}.creator-studio-chart-axis{font-size:11px}.creator-studio-countries header{font-size:10.5px}.creator-studio-countries p,.creator-studio-countries p>strong{font-size:11.5px}.creator-studio-royalty-total span{font-size:14.5px}.creator-studio-royalty-total strong{font-size:33px}.creator-studio-royalty-total svg{width:100px;height:100px;flex-basis:100px}.creator-studio-payouts p{grid-template-columns:24px minmax(0,1fr) minmax(96px,auto);font-size:13px}.creator-studio-payouts p>i,.creator-studio-platform-logo svg,.creator-studio-platform-logo img{width:24px;height:24px}.creator-studio-platform-logo img{display:block;object-fit:contain}.creator-studio-payouts p>b{font-size:12px}.creator-studio-dashboard .creator-studio-card-head{min-height:42px;display:flex;align-items:center}.creator-studio-dashboard .creator-studio-card-head>span{font-size:19px;line-height:1.2}.creator-studio-title-wrap h2{font-size:clamp(39.744px,3.6018vw,53.406px)}.creator-studio-heading{margin-bottom:clamp(22px,2.9vh,31px)}@media(min-width:901px){.creator-studio-heading{display:block}.creator-studio-title-wrap{grid-column:auto;width:100%}.creator-studio-releases-card{padding-top:17px}}.creator-studio-royalty-card{padding:0!important;display:flex!important;flex-direction:column;gap:0;overflow:visible!important;border:0!important;background:transparent!important;box-shadow:none!important}.creator-studio-royalty-summary{position:relative;z-index:2;min-height:45%;padding:17px 20px 30px;border:1px solid rgba(74,57,102,.14);border-radius:22px;background:radial-gradient(circle at 88% 10%,rgba(144,88,240,.11),transparent 34%),linear-gradient(145deg,#fff,#fdfbff);box-shadow:0 26px 52px -42px #301e546b}.creator-studio-royalty-summary .creator-studio-card-head{position:relative;z-index:1;min-height:42px}.creator-studio-royalty-summary .creator-studio-royalty-total{margin-top:32px}.creator-studio-royalty-card>.creator-studio-payouts{position:relative;z-index:1;flex:1 1 auto;min-height:0;margin-top:12px;padding:18px 20px;grid-template-rows:repeat(5,minmax(0,1fr));align-content:stretch;gap:0;border:1px solid rgba(74,57,102,.12);border-radius:22px;background:#fffffffa;box-shadow:0 26px 56px -44px #301e5461}@media(max-width:650px){.creator-studio-royalty-summary{padding-right:18px;padding-left:18px}.creator-studio-royalty-card>.creator-studio-payouts{padding-right:18px;padding-left:18px}}.creator-studio-dashboard{grid-template-columns:repeat(3,minmax(0,1fr))}.creator-studio-releases-card,.creator-studio-streams-card{border-color:#3f2b5e26;box-shadow:0 1px #fffffff5 inset,0 12px 24px -16px #301e5447,0 30px 62px -34px #301e546b}.creator-studio-streams-card{box-shadow:0 1px #ffffff1a inset,0 14px 28px -16px #2819486b,0 34px 68px -34px #3a1c6c94}.creator-studio-royalty-summary,.creator-studio-royalty-card>.creator-studio-payouts{border-color:#3f2b5e26;box-shadow:0 1px #fffffffa inset,0 12px 24px -16px #301e5442,0 30px 62px -34px #301e5466}.creator-studio-country-flag{width:24px;height:16px;display:block;flex:0 0 24px;justify-self:start;overflow:hidden;border:0;border-radius:3px;background:transparent;clip-path:inset(0 round 3px);filter:none}.creator-studio-country-label{min-width:0;display:flex;align-items:center;gap:7px;color:#ffffffeb}.creator-studio-country-label>span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.creator-studio-payouts p{opacity:1;transform:translate3d(0,4px,0)}.creator-studio-payouts p>.creator-studio-platform-logo{opacity:1;transform:scale(.88)}.creator-studio-payouts p>b em{transform:scaleX(0);transform-origin:0 50%}.creator-studio-section.is-animated .creator-studio-payouts p{animation:creatorStudioPayoutRowIn .44s cubic-bezier(.22,1,.36,1) var(--payout-delay) forwards}.creator-studio-section.is-animated .creator-studio-payouts p>.creator-studio-platform-logo{animation:creatorStudioPayoutLogoIn .4s cubic-bezier(.2,1.3,.3,1) var(--payout-delay) forwards}.creator-studio-section.is-animated .creator-studio-payouts p>b em{animation:creatorStudioPayoutBarIn .46s cubic-bezier(.22,1,.36,1) calc(var(--payout-delay) + .03s) forwards}@keyframes creatorStudioPayoutRowIn{to{opacity:1;transform:translateZ(0)}}@keyframes creatorStudioPayoutLogoIn{to{opacity:1;transform:scale(1)}}@keyframes creatorStudioPayoutBarIn{to{transform:scaleX(1)}}@media(prefers-reduced-motion:reduce){.creator-studio-payouts p,.creator-studio-payouts p>.creator-studio-platform-logo,.creator-studio-payouts p>b em,.creator-studio-section.is-animated .creator-studio-payouts p,.creator-studio-section.is-animated .creator-studio-payouts p>.creator-studio-platform-logo,.creator-studio-section.is-animated .creator-studio-payouts p>b em{opacity:1;transform:none;animation:none}}.creator-studio-releases-card{padding:17px 20px 18px;display:flex;flex-direction:column;background:radial-gradient(circle at 12% 8%,rgba(151,91,236,.07),transparent 28%),#fff}.creator-studio-release-overview{margin-top:7px;display:grid;grid-template-columns:104px minmax(0,1fr);align-items:center;gap:18px}.creator-studio-release-overview .creator-studio-cover{width:104px;height:104px;border-radius:16px;box-shadow:0 1px #ffffff2e inset,0 20px 32px -22px #1b0d2cb8}.creator-studio-release-copy>small{color:#8a5aeb;font-size:9px;font-weight:600;letter-spacing:.12em}.creator-studio-release-copy>strong{font-size:22px;line-height:1.05}.creator-studio-release-copy>b{padding:6px 10px;font-size:10px}.creator-studio-release-progress{position:relative;margin-top:17px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr))}.creator-studio-release-progress:before,.creator-studio-release-progress:after{content:"";position:absolute;top:13px;right:11%;left:11%;height:2px;border-radius:99px}.creator-studio-release-progress:before{background:#e4e8e5}.creator-studio-release-progress:after{background:linear-gradient(90deg,#22b96b,#35ce82);transform:scaleX(0);transform-origin:0 50%}.creator-studio-release-progress>div{position:relative;z-index:1;min-width:0;display:grid;justify-items:center;gap:6px}.creator-studio-release-progress i{width:28px;height:28px;display:grid;place-items:center;border:3px solid #fff;border-radius:50%;color:#fff;background:#20b966;box-shadow:0 6px 14px -8px #0f8446b3;font-size:11px;font-style:normal;opacity:0;transform:scale(.58)}.creator-studio-release-progress span{overflow:hidden;color:#201a298f;font-size:8.5px;text-overflow:ellipsis;white-space:nowrap}.creator-studio-release-passport{margin-top:15px}.creator-studio-release-passport>header{margin-bottom:8px;color:#211b2b;font-size:12px;font-weight:600}.creator-studio-release-passport>div{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.creator-studio-release-passport p{min-width:0;min-height:50px;margin:0;padding:8px 10px;display:flex;flex-direction:column;justify-content:center;gap:4px;border:1px solid rgba(53,39,82,.09);border-radius:11px;background:#fbfafdeb;opacity:0;transform:translate3d(0,7px,0)}.creator-studio-release-passport p>span{overflow:hidden;color:#211b2b6e;font-size:7.5px;font-weight:500;letter-spacing:.07em;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap}.creator-studio-release-passport p>strong{overflow:hidden;color:#211b2b;font-size:10px;font-weight:600;text-overflow:ellipsis;white-space:nowrap}.creator-studio-track-row{min-height:49px;margin-top:10px;padding:8px 10px;display:grid;grid-template-columns:28px minmax(0,1fr) auto;align-items:center;gap:9px;border:1px solid rgba(53,39,82,.09);border-radius:12px;background:#fff;box-shadow:0 12px 24px -22px #301e5475;opacity:0;transform:translate3d(0,8px,0)}.creator-studio-track-row>i{width:28px;height:28px;display:grid;place-items:center;border-radius:50%;color:#fff;background:#17131d;font-size:8px;font-style:normal}.creator-studio-track-row>div{min-width:0;display:flex;flex-direction:column;gap:2px}.creator-studio-track-row strong,.creator-studio-track-row span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.creator-studio-track-row strong{color:#211b2b;font-size:10px;font-weight:600}.creator-studio-track-row span{color:#211b2b70;font-size:8px}.creator-studio-track-row>b{padding:4px 7px;border-radius:99px;color:#211b2b7a;background:#f6f3fb;font-size:7px;font-weight:600;letter-spacing:.06em}.creator-studio-section.is-animated .creator-studio-release-progress:after{animation:creatorStudioReleaseLine .82s cubic-bezier(.22,1,.36,1) .38s forwards}.creator-studio-section.is-animated .creator-studio-release-progress i{animation:creatorStudioReleaseStage .42s cubic-bezier(.2,1.35,.3,1) var(--stage-delay) forwards}.creator-studio-section.is-animated .creator-studio-release-passport p{animation:creatorStudioPassportIn .48s cubic-bezier(.22,1,.36,1) var(--passport-delay) forwards}.creator-studio-section.is-animated .creator-studio-track-row{animation:creatorStudioPassportIn .5s cubic-bezier(.22,1,.36,1) .94s forwards}@keyframes creatorStudioReleaseLine{to{transform:scaleX(1)}}@keyframes creatorStudioReleaseStage{to{opacity:1;transform:scale(1)}}@keyframes creatorStudioPassportIn{to{opacity:1;transform:translateZ(0)}}.creator-halo-main.page-wrap{margin:-104px auto 0}.creator-halo-main.page-wrap>.creator-stack-section:first-child{margin-bottom:-52px;box-shadow:0 -28px 64px -34px #1f15357a;translate:0 -52px}.creator-halo-main.page-wrap>.creator-stack-section:first-child:after{content:"";position:absolute;z-index:5;inset:0;pointer-events:none;border-radius:inherit;background:radial-gradient(circle at 78% 10%,rgba(143,92,238,.13),transparent 38%),linear-gradient(112deg,#ffffffe0,#faf7ffb8,#ffffffd1);box-shadow:inset 0 1px #fffffffa;opacity:.8;transform:translateZ(0);transition:opacity .62s cubic-bezier(.22,1,.36,1),transform .72s cubic-bezier(.22,1,.36,1)}.creator-halo-main.page-wrap>.creator-stack-section:first-child:has(.creator-studio-section.is-animated):after{opacity:0;transform:translate3d(0,-28px,0)}.creator-halo-main.page-wrap>.creator-stack-section:first-child .creator-studio-canvas{opacity:.72;filter:none;transform:scale(.994) translate3d(0,12px,0);transform-origin:50% 0;transition:opacity .62s cubic-bezier(.22,1,.36,1),transform .72s cubic-bezier(.22,1,.36,1)}.creator-halo-main.page-wrap>.creator-stack-section:first-child .creator-studio-section:not(.is-animated) .creator-studio-title-wrap,.creator-halo-main.page-wrap>.creator-stack-section:first-child .creator-studio-section:not(.is-animated) .creator-studio-dashboard .creator-studio-card{opacity:.82;transform:translate3d(0,10px,0)}.creator-halo-main.page-wrap>.creator-stack-section:first-child .creator-studio-section.is-animated .creator-studio-canvas{opacity:1;filter:none;transform:scale(1) translateZ(0)}@media(max-width:700px){.creator-halo-main.page-wrap{margin-top:-62px}.creator-halo-main.page-wrap>.creator-stack-section:first-child{margin-bottom:-36px;translate:0 -36px}}@media(prefers-reduced-motion:reduce){.creator-studio-release-progress:after,.creator-studio-release-progress i,.creator-studio-release-passport p,.creator-studio-track-row,.creator-studio-section.is-animated .creator-studio-release-progress:after,.creator-studio-section.is-animated .creator-studio-release-progress i,.creator-studio-section.is-animated .creator-studio-release-passport p,.creator-studio-section.is-animated .creator-studio-track-row{opacity:1;transform:none;animation:none}.creator-halo-main.page-wrap>.creator-stack-section:first-child .creator-studio-canvas,.creator-halo-main.page-wrap>.creator-stack-section:first-child .creator-studio-section.is-animated .creator-studio-canvas{opacity:1;filter:none;transform:none;transition:none}.creator-halo-main.page-wrap>.creator-stack-section:first-child:after,.creator-halo-main.page-wrap>.creator-stack-section:first-child:has(.creator-studio-section.is-animated):after{opacity:0;transform:none;transition:none}}@media(min-width:901px){.creator-studio-dashboard{height:clamp(640px,72vh,700px)}}.creator-studio-releases-card{padding:21px 22px 18px;background:radial-gradient(circle at 12% 7%,rgba(151,91,236,.065),transparent 27%),linear-gradient(145deg,#fff,#fefeff)}.creator-studio-releases-card>.creator-studio-card-head{min-height:34px}.creator-studio-releases-card>.creator-studio-card-head>span{font-size:19px}.creator-studio-release-overview{margin-top:9px;grid-template-columns:118px minmax(0,1fr);gap:16px}.creator-studio-release-overview .creator-studio-cover{width:118px;height:118px;border-radius:17px}.creator-studio-release-copy{gap:5px}.creator-studio-release-copy>small{color:#8552ee;font-size:9px;font-weight:600;letter-spacing:.1em}.creator-studio-release-copy>strong{max-width:100%;overflow:hidden;color:#1d1726;font-size:23px;font-weight:600;line-height:1.08;letter-spacing:-.035em;text-overflow:ellipsis;white-space:nowrap}.creator-studio-release-copy>.creator-studio-release-artist{color:#211b2b87;font-size:11px;line-height:1.2}.creator-studio-release-copy>b{margin-top:4px;padding:6px 10px;display:inline-flex;align-items:center;gap:6px;color:#168c4b;background:#e3f7e9;font-size:10px;line-height:1}.creator-studio-release-copy>b>i{width:6px;height:6px;flex:0 0 6px;border-radius:50%;background:#1eb767;box-shadow:0 0 0 3px #1eb76717}.creator-studio-release-progress{margin-top:18px;padding-bottom:15px;border-bottom:1px solid rgba(53,39,82,.08)}.creator-studio-release-progress:before,.creator-studio-release-progress:after{top:15px;right:auto;left:12.5%;height:2px}.creator-studio-release-progress:before{width:75%}.creator-studio-release-progress:after{width:50%}.creator-studio-release-progress>div{gap:3px}.creator-studio-release-progress i{width:32px;height:32px;border-width:3px;font-size:12px}.creator-studio-release-progress .is-pending i{border:1px solid rgba(53,39,82,.14);color:#211b2b73;background:#fff;box-shadow:0 8px 18px -13px #301e5475}.creator-studio-release-progress span{max-width:100%;color:#201a29c2;font-size:9.5px;font-weight:600}.creator-studio-release-progress em{max-width:100%;overflow:hidden;color:#201a2961;font-size:7.5px;font-style:normal;line-height:1.25;text-overflow:ellipsis;white-space:nowrap}.creator-studio-release-passport{margin-top:13px;padding-bottom:13px;border-bottom:1px solid rgba(53,39,82,.08)}.creator-studio-release-passport>header,.creator-studio-release-tracklist>header{margin-bottom:8px;color:#211b2b;font-size:13px;font-weight:600;letter-spacing:-.02em}.creator-studio-release-passport>div{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.creator-studio-release-passport p{min-height:52px;padding:8px 10px;gap:4px;border-color:#3527521a;border-radius:11px;background:linear-gradient(145deg,#fff,#fbfafe)}.creator-studio-release-passport p>span{color:#211b2b6e;font-size:7.5px}.creator-studio-release-passport p>strong{color:#211b2b;font-size:10px;line-height:1.16;white-space:normal}.creator-studio-release-tracklist{margin-top:12px;padding-bottom:13px;border-bottom:1px solid rgba(53,39,82,.08)}.creator-studio-track-row{min-height:58px;margin-top:0;padding:9px 10px;grid-template-columns:32px minmax(0,1fr) auto;gap:10px;border-color:#3527521a;border-radius:12px}.creator-studio-track-row>i{width:32px;height:32px;font-size:9px}.creator-studio-track-row strong{font-size:10.5px}.creator-studio-track-row span{font-size:8px}.creator-studio-track-row span>b{margin:0 3px;color:#774ae880;font-weight:500}.creator-studio-track-row>p{margin:0;display:flex;flex-direction:column;align-items:flex-end;gap:4px}.creator-studio-track-row>p>b{padding:4px 7px;border-radius:99px;color:#7950df;background:#f1ecfc;font-size:7px;font-weight:600;letter-spacing:.06em}.creator-studio-track-row>p>span{max-width:88px;color:#211b2b73;font-size:7.5px;text-overflow:ellipsis}.creator-studio-release-actions{margin-top:13px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.creator-studio-release-actions button{min-width:0;min-height:37px;padding:0 10px;display:flex;align-items:center;justify-content:center;gap:7px;overflow:hidden;border:1px solid rgba(53,39,82,.12);border-radius:10px;color:#211b2bb8;background:#fff;box-shadow:0 11px 21px -19px #301e547a;font-family:inherit;font-size:9px;font-weight:500;opacity:0;transform:translate3d(0,7px,0)}.creator-studio-release-actions button svg{width:14px;height:14px;flex:0 0 14px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.creator-studio-release-actions button span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.creator-studio-release-actions button.is-primary{border-color:#17131d;color:#fff;background:#17131d}.creator-studio-release-actions button.is-danger{border-color:#f048555c;color:#e94351;background:#fffafbf5}.creator-studio-section.is-animated .creator-studio-release-actions button{animation:creatorStudioPassportIn .48s cubic-bezier(.22,1,.36,1) var(--release-action-delay) forwards}@media(max-width:900px){.creator-studio-releases-card{height:auto!important;min-height:640px}.creator-studio-release-passport>div{grid-template-columns:repeat(4,minmax(0,1fr))}.creator-studio-release-actions{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(max-width:650px){.creator-studio-releases-card{min-height:700px;padding:18px 15px 16px}.creator-studio-release-overview{grid-template-columns:92px minmax(0,1fr);gap:13px}.creator-studio-release-overview .creator-studio-cover{width:92px;height:92px}.creator-studio-release-copy>strong{font-size:19px}.creator-studio-release-progress span{font-size:8.5px}.creator-studio-release-progress em{font-size:7px}.creator-studio-release-passport>div,.creator-studio-release-actions{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(prefers-reduced-motion:reduce){.creator-studio-release-actions button,.creator-studio-section.is-animated .creator-studio-release-actions button{opacity:1;transform:none;animation:none}}@media(min-width:901px){.creator-studio-dashboard{height:680px!important}.creator-studio-dashboard>.creator-studio-card,.creator-studio-dashboard>.creator-studio-royalty-card{height:100%!important}}.creator-studio-release-progress>div>span,.creator-studio-release-progress>div>em{width:100%;display:block;overflow:hidden;font-family:inherit!important;line-height:1.15!important;text-align:center;text-overflow:ellipsis;white-space:nowrap}.creator-studio-release-progress>div>span{margin-top:2px;font-size:9px!important;font-style:normal!important}.creator-studio-release-progress>div>em{margin-top:1px;color:#201a2961!important;font-size:7px!important;font-style:normal!important;font-weight:400!important}.creator-studio-release-progress>.is-pending>i{border:1px solid rgba(53,39,82,.16)!important;color:#211b2b7a!important;background:#fff!important;box-shadow:0 8px 18px -13px #301e5475!important}.creator-studio-track-row>p{min-width:70px}.creator-studio-track-row>p>span{width:70px;display:block;overflow:hidden;text-align:right;text-overflow:ellipsis;white-space:nowrap}@media(max-width:900px){.creator-studio-dashboard>.creator-studio-releases-card{height:700px!important;min-height:700px!important}}.creator-studio-dashboard>.creator-studio-releases-card{justify-content:space-between}.creator-studio-releases-card>.creator-studio-release-overview,.creator-studio-releases-card>.creator-studio-release-progress,.creator-studio-releases-card>.creator-studio-release-passport,.creator-studio-releases-card>.creator-studio-release-tracklist{margin-top:0}.creator-studio-release-overview{grid-template-columns:126px minmax(0,1fr)}.creator-studio-release-overview .creator-studio-cover{width:126px;height:126px}.creator-studio-release-progress,.creator-studio-release-passport{padding-bottom:18px}.creator-studio-release-passport p{min-height:58px}.creator-studio-release-tracklist{padding-bottom:0;border-bottom:0}.creator-studio-track-row{min-height:64px}@media(max-width:650px){.creator-studio-release-overview{grid-template-columns:98px minmax(0,1fr)}.creator-studio-release-overview .creator-studio-cover{width:98px;height:98px}}.creator-studio-release-progress:before,.creator-studio-release-progress:after{right:16px;left:16px;width:auto}.creator-studio-release-progress>div:first-child{justify-items:start}.creator-studio-release-progress>div:last-child{justify-items:end}.creator-studio-release-progress>div:first-child>span{text-align:left}.creator-studio-release-progress>div:last-child>span{text-align:right}.creator-studio-release-progress i{border:0!important}.creator-studio-section.is-animated .creator-studio-release-progress:after{animation-duration:1.28s;animation-delay:.42s}.creator-studio-release-progress{grid-template-columns:repeat(4,32px);justify-content:space-between}.creator-studio-release-progress>div>span,.creator-studio-release-progress>div:first-child>span,.creator-studio-release-progress>div:last-child>span{width:72px;text-align:center}.creator-studio-release-progress{box-sizing:border-box;padding-right:16px;padding-left:0;grid-template-columns:repeat(4,32px);justify-content:space-between}.creator-studio-release-progress:before,.creator-studio-release-progress:after{right:32px;left:16px}.creator-studio-release-progress>div>span,.creator-studio-release-progress>div:first-child>span,.creator-studio-release-progress>div:last-child>span{width:64px}.creator-studio-release-progress>div,.creator-studio-release-progress>div:first-child,.creator-studio-release-progress>div:last-child{width:32px;justify-items:center}.creator-studio-release-progress>div:first-child>span{text-align:center;transform:none}.creator-studio-release-progress>div:last-child>span{text-align:center;transform:none}.creator-studio-release-overview .creator-studio-cover{isolation:isolate;background:radial-gradient(circle at 76% 17%,rgba(255,255,255,.62) 0 1.2%,transparent 1.8%),radial-gradient(circle at 56% 29%,#120b1d 0 8.5%,transparent 9.2%),radial-gradient(ellipse at 55% 89%,#140c20 0 35%,transparent 36%),radial-gradient(circle at 18% 12%,rgba(255,173,238,.62),transparent 28%),linear-gradient(142deg,#df6cca,#8646a9 38%,#36214f 68%,#100a17);box-shadow:0 1px #ffffff3d inset,0 22px 38px -23px #321848cc;transform-origin:50% 55%}.creator-studio-release-overview .creator-studio-cover:before{z-index:2;inset:17px;border-color:#fff3;box-shadow:0 0 0 12px #ffffff06,0 0 24px #de70db2e}.creator-studio-release-overview .creator-studio-cover:after{z-index:3;right:12px;bottom:13px;left:12px;height:18px;opacity:.72;background:repeating-linear-gradient(90deg,rgba(255,255,255,.92) 0 1px,transparent 1px 5px);background-position:0 50%;-webkit-mask-image:linear-gradient(135deg,transparent 1%,#000 24% 78%,transparent 99%);mask-image:linear-gradient(135deg,transparent 1%,#000 24% 78%,transparent 99%)}.creator-studio-release-overview .creator-studio-cover>i,.creator-studio-release-overview .creator-studio-cover>span{z-index:2;border-width:1px}.creator-studio-release-overview .creator-studio-cover>i{inset:27px;border-color:rgba(255,255,255,.28) transparent rgba(239,151,255,.48)}.creator-studio-release-overview .creator-studio-cover>span{inset:41px;border-color:rgba(255,255,255,.18) rgba(255,255,255,.08) transparent}.creator-studio-section.is-animated .creator-studio-release-overview .creator-studio-cover{animation:creatorStudioCoverAura 5.8s ease-in-out infinite}.creator-studio-section.is-animated .creator-studio-release-overview .creator-studio-cover:before{animation:creatorStudioCoverPulse 3.2s ease-in-out infinite}.creator-studio-section.is-animated .creator-studio-release-overview .creator-studio-cover:after{animation:creatorStudioCoverWave 2.4s ease-in-out infinite}.creator-studio-section.is-animated .creator-studio-release-overview .creator-studio-cover>i{animation:creatorStudioCoverOrbit 8s linear infinite}.creator-studio-section.is-animated .creator-studio-release-overview .creator-studio-cover>span{animation:creatorStudioCoverOrbitReverse 5.6s linear infinite}@keyframes creatorStudioCoverAura{0%,to{box-shadow:0 1px #ffffff3d inset,0 22px 38px -23px #321848cc;transform:scale(1)}50%{box-shadow:0 1px #ffffff4d inset,0 27px 46px -22px #7f3da1e0;transform:scale(1.018)}}@keyframes creatorStudioCoverPulse{0%,to{opacity:.64;transform:scale(.97)}50%{opacity:1;transform:scale(1.035)}}@keyframes creatorStudioCoverWave{0%,to{opacity:.5;transform:scaleY(.62)}50%{opacity:.9;transform:scaleY(1)}}@keyframes creatorStudioCoverOrbit{to{transform:rotate(360deg)}}@keyframes creatorStudioCoverOrbitReverse{to{transform:rotate(-360deg)}}@media(prefers-reduced-motion:reduce){.creator-studio-section.is-animated .creator-studio-release-overview .creator-studio-cover,.creator-studio-section.is-animated .creator-studio-release-overview .creator-studio-cover:before,.creator-studio-section.is-animated .creator-studio-release-overview .creator-studio-cover:after,.creator-studio-section.is-animated .creator-studio-release-overview .creator-studio-cover>i,.creator-studio-section.is-animated .creator-studio-release-overview .creator-studio-cover>span{animation:none;transform:none}}.creator-studio-title-wrap{box-sizing:border-box;padding-left:8px}.creator-studio-release-copy>small{font-size:10px}.creator-studio-release-copy>.creator-studio-release-artist{font-size:12px}.creator-studio-release-copy>b{padding:7px 11px;font-size:11px}.creator-studio-release-progress>div>span{font-size:10px!important}.creator-studio-release-passport p{padding:10px 12px;gap:5px;box-shadow:0 12px 24px -24px #2d1b4b80}.creator-studio-release-passport p>span{font-size:8.5px;letter-spacing:.025em}.creator-studio-release-passport p>strong{font-size:11.5px;line-height:1.22}.creator-studio-track-row{min-height:68px;padding:10px 12px;grid-template-columns:34px minmax(0,1fr) auto;gap:11px;box-shadow:0 14px 28px -26px #2d1b4b8c}.creator-studio-track-row>i{width:34px;height:34px;font-size:10px}.creator-studio-track-row strong{font-size:12px}.creator-studio-track-row span{font-size:9px}.creator-studio-track-row>p>b{font-size:8px}.creator-studio-track-row>p>span{font-size:8.5px}.creator-studio-release-passport{border-bottom:0}.creator-studio-releases-card>.creator-studio-release-tracklist{margin-top:-12px}.creator-studio-streams-total strong{font-variant-numeric:tabular-nums}.creator-studio-streams-total>span{opacity:0;transform:translate3d(0,5px,0)}.creator-studio-section.is-animated .creator-studio-streams-total>span{animation:creatorStudioGrowthIn .38s cubic-bezier(.22,1,.36,1) 1.78s forwards}.creator-studio-section.is-animated .creator-studio-chart-line{animation-delay:.18s}.creator-studio-section.is-animated .creator-studio-chart-area{animation-delay:.5s}@keyframes creatorStudioGrowthIn{to{opacity:1;transform:translateZ(0)}}@media(prefers-reduced-motion:reduce){.creator-studio-streams-total>span,.creator-studio-section.is-animated .creator-studio-streams-total>span{opacity:1;transform:none;animation:none}}.creator-studio-royalty-summary .creator-studio-royalty-total{margin-top:38px;padding-right:118px;display:block}.creator-studio-royalty-summary .creator-studio-royalty-total>div{align-items:flex-start;gap:9px}.creator-studio-royalty-summary .creator-studio-royalty-total svg{position:absolute;top:76px;right:22px;width:112px;height:112px;filter:drop-shadow(0 14px 18px rgba(119,69,238,.16))}@media(max-width:650px){.creator-studio-royalty-summary .creator-studio-royalty-total{padding-right:104px}.creator-studio-royalty-summary .creator-studio-royalty-total svg{top:78px;right:16px;width:100px;height:100px}}.creator-studio-dashboard>.creator-studio-releases-card,.creator-studio-dashboard>.creator-studio-streams-card,.creator-studio-dashboard>.creator-studio-royalty-card{border:0!important;background:#fff!important;box-shadow:0 -8px 24px -14px #1e27382e,0 0 36px -12px #1e273829,0 12px 30px -14px #1e273829,0 34px 70px -32px #1e273838!important;transform-origin:50% 50%;transition:transform .34s cubic-bezier(.22,1,.36,1),box-shadow .34s ease;will-change:transform}@media(hover:hover)and (pointer:fine){.creator-studio-dashboard>.creator-studio-releases-card:hover,.creator-studio-dashboard>.creator-studio-streams-card:hover,.creator-studio-dashboard>.creator-studio-royalty-card:hover{z-index:3;box-shadow:0 -10px 30px -14px #1e273838,0 0 42px -12px #1e27382e,0 15px 36px -14px #1e273830,0 40px 78px -32px #1e273840!important;transform:translate3d(0,-4px,0) scale(1.012)}}.creator-studio-dashboard>.creator-studio-royalty-card{overflow:hidden!important;border-radius:22px}.creator-studio-royalty-summary,.creator-studio-royalty-card>.creator-studio-payouts{border:0;border-radius:0;box-shadow:none}.creator-studio-royalty-summary{background:radial-gradient(circle at 88% 10%,rgba(144,88,240,.09),transparent 34%),#fff}.creator-studio-royalty-card>.creator-studio-payouts{margin-top:0;background:#fff}.creator-studio-streams-card{color:#211b2b}.creator-studio-streams-card .creator-studio-card-head>span{color:#211b2b}.creator-studio-streams-card .creator-studio-card-head>i{border:0;color:#756d7d;background:#f7f4fb;box-shadow:none}.creator-studio-streams-total strong{color:#17131d}.creator-studio-chart-grid path{stroke:#40305311}.creator-studio-chart-axis{color:#2b23357a}.creator-studio-countries{border:0;color:#2c2535;background:#f7f7f8;backdrop-filter:none;box-shadow:none;filter:none}.creator-studio-countries header{color:#2b23358a}.creator-studio-countries p,.creator-studio-country-label,.creator-studio-countries p>strong{color:#2c2535}.creator-studio-countries p>i{background:#44345a1a}.creator-studio-royalty-card>.creator-studio-payouts p{font-size:14.3px}.creator-studio-royalty-card>.creator-studio-payouts p>b{font-size:13.2px}@media(prefers-reduced-motion:reduce){.creator-studio-dashboard>.creator-studio-releases-card,.creator-studio-dashboard>.creator-studio-streams-card,.creator-studio-dashboard>.creator-studio-royalty-card,.creator-studio-dashboard>.creator-studio-releases-card:hover,.creator-studio-dashboard>.creator-studio-streams-card:hover,.creator-studio-dashboard>.creator-studio-royalty-card:hover{transform:none;transition:none}}.halo-process-section{padding-top:96px;padding-bottom:112px}.halo-process-layout{grid-template-columns:minmax(300px,.68fr) minmax(0,1.32fr);gap:clamp(58px,7vw,112px);align-items:start}.halo-process-intro{position:sticky;top:116px;padding-top:22px}.halo-process-intro>p:not(.halo-eyebrow){max-width:405px;margin-top:28px;font-size:17px;line-height:1.58}.halo-process-video-stack{min-width:0;display:grid;gap:26px}.halo-process-video-card{position:relative;isolation:isolate;width:100%;aspect-ratio:16 / 9;min-height:360px;overflow:hidden;border:1px solid rgba(74,53,111,.1);border-radius:34px;background:#f8f6fc;box-shadow:0 30px 68px -48px #2b1c4b85,0 10px 26px -20px #261a4038;opacity:0;transform:translate3d(0,30px,0) scale(.988);transition:opacity .76s cubic-bezier(.22,1,.36,1),transform .86s cubic-bezier(.22,1,.36,1),box-shadow .36s ease}.halo-process-video-card.visible{opacity:1;transform:translateZ(0) scale(1)}.halo-process-video-card:nth-child(2){transition-delay:.08s}.halo-process-video-card:nth-child(3){transition-delay:.16s}.halo-process-video-card:hover{box-shadow:0 36px 78px -46px #492a7e94,0 13px 30px -20px #261a4042}.halo-process-video-media{position:absolute;z-index:-3;inset:0;width:100%;height:100%;display:block;object-fit:cover;object-position:center;background:#f8f6fc}.halo-process-video-shade{position:absolute;z-index:-2;inset:0;background:linear-gradient(90deg,#fffffffa,#ffffffe8 31%,#ffffff70 52%,#ffffff05 76%),linear-gradient(180deg,rgba(255,255,255,.14),transparent 34%,rgba(99,55,164,.06))}.halo-process-video-shade:after{content:"";position:absolute;inset:0;opacity:.42;background-image:radial-gradient(circle,rgba(86,48,144,.18) .7px,transparent .8px);background-size:18px 18px;-webkit-mask-image:linear-gradient(90deg,#000,transparent 55%);mask-image:linear-gradient(90deg,#000,transparent 55%)}.halo-process-video-copy{position:relative;z-index:2;width:min(48%,390px);height:100%;padding:clamp(32px,4vw,54px);display:flex;flex-direction:column;justify-content:center}.halo-process-video-kicker{margin-bottom:18px;display:flex;align-items:center;gap:10px}.halo-process-video-kicker span{width:36px;height:36px;display:grid;place-items:center;border:1px solid rgba(110,65,190,.16);border-radius:12px;color:#6f42e7;background:#ffffffbd;box-shadow:0 10px 24px -18px #47287b80;font-size:11px;font-weight:600}.halo-process-video-kicker b{color:#16121f9e;font-size:12px;font-weight:600;letter-spacing:.035em;text-transform:uppercase}.halo-process-video-copy h3{max-width:390px;margin:0;color:#111018;font-size:clamp(35px,3.35vw,50px);font-weight:600;line-height:.98;letter-spacing:-.045em}.halo-process-video-copy p{max-width:350px;margin:20px 0 0;color:#18142194;font-size:15px;line-height:1.52}.halo-process-video-index{position:absolute;z-index:2;top:24px;right:24px;min-width:50px;height:34px;padding:0 14px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.72);border-radius:999px;color:#1713209e;background:#ffffffa8;box-shadow:0 12px 30px -22px #29184580;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);font-size:11px;font-weight:600}@media(max-width:1080px){.halo-process-layout{grid-template-columns:minmax(260px,.58fr) minmax(0,1.42fr);gap:44px}.halo-process-video-card{min-height:330px}.halo-process-video-copy{width:52%}}@media(max-width:900px){.halo-process-section{padding-top:78px;padding-bottom:88px}.halo-process-layout{grid-template-columns:1fr;gap:48px}.halo-process-intro{position:static;max-width:680px;padding-top:0}.halo-process-video-card{min-height:0}}@media(max-width:620px){.halo-process-section{padding-top:64px;padding-bottom:72px}.halo-process-layout{gap:36px}.halo-process-video-stack{gap:16px}.halo-process-video-card{aspect-ratio:4 / 5;border-radius:26px}.halo-process-video-media{object-position:68% 50%}.halo-process-video-shade{background:linear-gradient(180deg,#fffffff7,#ffffffe0 34%,#fff3 66%,#542d930d)}.halo-process-video-shade:after{-webkit-mask-image:linear-gradient(180deg,#000,transparent 58%);mask-image:linear-gradient(180deg,#000,transparent 58%)}.halo-process-video-copy{width:100%;height:auto;padding:24px;justify-content:flex-start}.halo-process-video-kicker{margin-bottom:14px}.halo-process-video-copy h3{max-width:300px;font-size:36px}.halo-process-video-copy p{max-width:300px;margin-top:14px;font-size:14px}.halo-process-video-index{top:18px;right:18px}}@media(prefers-reduced-motion:reduce){.halo-process-video-card,.halo-process-video-card.visible{opacity:1;transform:none;transition:none}}.halo-process-slider-stage{min-width:0;align-self:start}.image-slider-card{position:relative;width:100%;max-width:980px;margin:0 auto;overflow:hidden;border:1px solid rgba(75,52,117,.1);border-radius:34px;background:#211a33;box-shadow:0 34px 86px -54px #301f539e,0 12px 32px -24px #3e266647;outline:none}.image-slider-card:focus-visible{box-shadow:0 0 0 3px #7e4ef52e,0 34px 86px -54px #301f539e}.image-slider-card__viewport{position:relative;aspect-ratio:16 / 10;min-height:580px;overflow:hidden;background:#f4f0fb}.image-slider-card__slide{position:absolute;inset:0;overflow:hidden;touch-action:pan-y;user-select:none}.image-slider-card__media{position:absolute;inset:0;width:100%;height:100%;display:block;object-fit:cover;object-position:center;pointer-events:none}.image-slider-card__media--video{object-position:center 45%;transform:scale(1.12) translateZ(0);transform-origin:center;backface-visibility:hidden}.image-slider-card__scrim{position:absolute;inset:0;background:linear-gradient(90deg,#0c0914c2,#0f0a198a,#140d2014 68%),linear-gradient(180deg,#100a1c0a 44%,#0d081685)}.image-slider-card__copy{position:absolute;z-index:3;left:clamp(28px,4vw,58px);bottom:clamp(34px,5vw,68px);width:min(48%,440px);color:#fff}.image-slider-card__intro-row{display:flex;align-items:center;gap:18px;margin-bottom:22px}.image-slider-card__step-back{width:46px;height:46px;flex:0 0 46px;display:grid;place-items:center;padding:0;border:1px solid rgba(255,255,255,.78);border-radius:50%;color:#17131e;background:#ffffffeb;box-shadow:0 14px 32px -20px #120b1fb3;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);transition:transform .22s ease,background .22s ease,box-shadow .22s ease;cursor:pointer}.image-slider-card__step-back:hover{background:#fff;box-shadow:0 17px 36px -19px #120b1fc7;transform:translate(-2px)}.image-slider-card__step-back:focus-visible{outline:3px solid rgba(177,132,255,.46);outline-offset:3px}.image-slider-card__step-back svg{width:20px;height:20px;stroke-width:1.8}.image-slider-card__kicker{min-width:0;margin-bottom:0;display:flex;align-items:center;gap:11px}.image-slider-card__kicker span{width:38px;height:38px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.26);border-radius:13px;background:#ffffff24;box-shadow:inset 0 1px #ffffff38;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);font-size:11px;font-weight:600}.image-slider-card__kicker b{font-size:12px;font-weight:600;letter-spacing:.055em;text-transform:uppercase}.image-slider-card__kicker i{width:42px;height:2px;flex:0 0 42px;border-radius:999px;background:linear-gradient(90deg,#b06ffff0,#b06fff3d)}.image-slider-card__copy h3{max-width:460px;margin:0;color:#fff;font-size:clamp(42px,4.4vw,66px);font-weight:600;line-height:.98;letter-spacing:-.045em;text-wrap:balance}.image-slider-card__copy p{max-width:420px;margin:20px 0 0;color:#ffffffc2;font-size:clamp(14px,1.2vw,17px);line-height:1.5}.image-slider-card__duration,.image-slider-card__trust{display:flex;align-items:center;color:#ffffffb8}.image-slider-card__duration{gap:10px;margin-top:24px;font-size:15px;font-weight:500}.image-slider-card__duration svg{width:22px;height:22px;color:#aa6cff;stroke-width:1.8}.image-slider-card__action{width:min(100%,360px);min-height:60px;margin-top:24px;padding:0 22px 0 26px;display:flex;align-items:center;justify-content:space-between;gap:20px;border:1px solid rgba(255,255,255,.18);border-radius:14px;color:#fff;background:linear-gradient(135deg,#8e55ff,#6d35dd 54%,#7f46ed);box-shadow:inset 0 1px #ffffff3b,0 18px 34px -22px #884cffeb;font-size:17px;font-weight:600;text-decoration:none;transition:transform .22s ease,box-shadow .22s ease,filter .22s ease}.image-slider-card__action:hover{color:#fff;filter:brightness(1.07);transform:translateY(-2px);box-shadow:inset 0 1px #ffffff47,0 22px 38px -20px #884cfffa}.image-slider-card__action:focus-visible{outline:3px solid rgba(188,145,255,.48);outline-offset:3px}.image-slider-card__action svg{width:24px;height:24px;flex:0 0 24px;stroke-width:1.8}.image-slider-card__trust{gap:9px;margin-top:15px;font-size:13px;line-height:1.35}.image-slider-card__trust svg{width:18px;height:18px;flex:0 0 18px;color:#9b63f5;fill:#9b63f533;stroke-width:1.8}.image-slider-card__ghost-number{position:absolute;z-index:2;top:24px;right:30px;color:#ffffff6b;font-size:clamp(74px,9vw,128px);font-weight:600;line-height:1;letter-spacing:-.07em}.image-slider-card__arrow{position:absolute;z-index:5;top:50%;width:46px;height:46px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.74);border-radius:50%;color:#17131e;background:#ffffffe0;box-shadow:0 14px 32px -20px #120b1fa8;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);transform:translateY(-50%);transition:background .22s ease,transform .22s ease,box-shadow .22s ease;cursor:pointer}.image-slider-card__arrow:hover{background:#fff;box-shadow:0 16px 34px -18px #120b1fb8}.image-slider-card__arrow:active{transform:translateY(-50%) scale(.94)}.image-slider-card__arrow:focus-visible{outline:3px solid rgba(151,102,255,.38);outline-offset:2px}.image-slider-card__arrow svg{width:20px;height:20px;stroke-width:1.8}.image-slider-card__arrow--previous{left:18px}.image-slider-card__arrow--next{right:18px}.image-slider-card__dots{position:absolute;z-index:6;right:clamp(28px,4vw,58px);bottom:clamp(24px,3vw,36px);display:flex;align-items:center;gap:8px;padding:10px 12px;border:1px solid rgba(255,255,255,.16);border-radius:999px;background:#120c1d47;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.image-slider-card__dots button{width:8px;height:8px;padding:0;border:0;border-radius:99px;background:#ffffff6b;transition:width .3s ease,background .3s ease,transform .2s ease;cursor:pointer}.image-slider-card__dots button:hover{transform:scale(1.16)}.image-slider-card__dots button.is-active{width:34px;background:#fff}.image-slider-card__dots button:focus-visible{outline:3px solid rgba(126,78,245,.25);outline-offset:3px}@media(max-width:1080px){.image-slider-card__viewport{min-height:460px}.image-slider-card__copy{width:min(54%,420px)}}@media(max-width:900px){.halo-process-slider-stage{width:100%}.image-slider-card{max-width:780px}}@media(max-width:620px){.image-slider-card{border-radius:26px}.image-slider-card__viewport{aspect-ratio:4 / 5;min-height:0}.image-slider-card__media{object-position:62% center}.image-slider-card__media--video{object-position:62% 45%;transform:scale(1.12) translateZ(0)}.image-slider-card__scrim{background:linear-gradient(180deg,#0d08160f 14%,#0d08164d 49%,#0c0714d6)}.image-slider-card__copy{left:22px;right:22px;bottom:24px;width:auto}.image-slider-card__intro-row{gap:12px;margin-bottom:15px}.image-slider-card__step-back{width:42px;height:42px;flex-basis:42px}.image-slider-card__kicker{margin-bottom:0}.image-slider-card__kicker i{width:24px;flex-basis:24px}.image-slider-card__kicker b{font-size:10px}.image-slider-card__copy h3{max-width:300px;font-size:clamp(36px,11.5vw,48px)}.image-slider-card__copy p{max-width:320px;margin-top:13px;font-size:14px}.image-slider-card__duration{margin-top:16px;font-size:13px}.image-slider-card__duration svg{width:20px;height:20px}.image-slider-card__action{width:min(100%,310px);min-height:54px;margin-top:17px;padding:0 18px 0 20px;border-radius:13px;font-size:15px}.image-slider-card__trust{max-width:310px;margin-top:12px;font-size:12px}.image-slider-card__ghost-number{top:16px;right:22px;font-size:72px}.image-slider-card__arrow{top:auto;bottom:19px;width:42px;height:42px;transform:none}.image-slider-card__arrow:hover,.image-slider-card__arrow:active{transform:none}.image-slider-card__arrow--previous{left:auto;right:70px}.image-slider-card__arrow--next{right:20px}.image-slider-card__dots{right:auto;left:22px;bottom:20px}}.halo-process-section{padding-top:clamp(28px,4vw,64px)}.halo-process-section .halo-process-layout{display:block}.halo-process-section .halo-process-slider-stage,.halo-process-section .image-slider-card{width:min(100%,1180px);max-width:1180px}.creator-halo-main.page-wrap>.creator-stack-section.creator-process-stack-section{--creator-process-height: clamp(560px, 72svh, 720px);height:var(--creator-process-height);min-height:var(--creator-process-height);box-sizing:border-box;padding:0!important;border:0;background:#211a33;box-shadow:none}.creator-halo-main.page-wrap>.creator-process-stack-section>.halo-process-section{width:100%;max-width:none;height:100%;min-height:0;margin:0;padding:0;background:#211a33}.creator-process-stack-section .halo-process-layout,.creator-process-stack-section .halo-process-slider-stage,.creator-process-stack-section .image-slider-card,.creator-process-stack-section .image-slider-card__viewport{width:100%;max-width:none;min-height:0}.creator-process-stack-section .halo-process-layout{height:100%;margin:0}.creator-process-stack-section .halo-process-slider-stage{height:100%}.creator-process-stack-section .image-slider-card{height:100%;margin:0;border:0;border-radius:inherit;background:#211a33;box-shadow:none}.creator-process-stack-section .image-slider-card__viewport{height:100%;min-height:0;aspect-ratio:auto;background:#211a33}.image-slider-card__dots .sr-only,.image-slider-card__viewport>.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}@media(max-width:620px){.creator-halo-main.page-wrap>.creator-stack-section.creator-process-stack-section{--creator-process-height: clamp(600px, 88svh, 740px)}.creator-process-stack-section .image-slider-card__viewport{min-height:0;aspect-ratio:auto}.creator-process-stack-section .image-slider-card__copy{bottom:28px}}@media(prefers-reduced-motion:reduce){.image-slider-card,.image-slider-card *,.image-slider-card *:before,.image-slider-card *:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.creator-halo-main.page-wrap{width:100%;max-width:none;margin:0;padding-bottom:72px;background:#fff}.creator-halo-main.page-wrap>.creator-stack-section,.creator-halo-main.page-wrap>.creator-stack-section:first-child{position:relative;z-index:auto;top:auto;width:100%;min-height:0;margin:0;overflow:visible;border:0;border-radius:0;background:#fff;box-shadow:none;translate:none;transform:none}.creator-halo-main.page-wrap>.creator-stack-section:first-child:after{display:none}.creator-halo-main.page-wrap>.creator-stack-section>.section{min-height:0}.creator-halo-main.page-wrap>.creator-stack-section.creator-process-stack-section,.creator-halo-main.page-wrap>.creator-process-stack-section>.halo-process-section,.creator-process-stack-section .image-slider-card{border-radius:0}@media(max-width:700px){.creator-halo-main.page-wrap{width:100%;margin:0}.creator-halo-main.page-wrap>.creator-stack-section,.creator-halo-main.page-wrap>.creator-stack-section:first-child{top:auto;margin:0;border-radius:0;translate:none}}.creator-process-stack-section .image-slider-card{width:100%;max-width:none;overflow:visible;background:transparent!important}.creator-process-stack-section .image-slider-card__viewport{width:100%;height:clamp(580px,45vw,650px)!important;min-height:0!important;overflow:hidden;border:1px solid rgba(91,61,143,.12);border-radius:clamp(28px,2.4vw,36px);background:#fff!important;box-shadow:0 1px #fffffff5 inset,0 30px 72px -50px #2d1b4d57}.creator-process-stack-section .image-slider-card__slide{grid-template-columns:minmax(0,.86fr) minmax(0,1.14fr);grid-template-areas:"copy visual";gap:0;padding:0;overflow:hidden;border-radius:inherit;background:#fff}.creator-process-stack-section .image-slider-card__copy{position:relative;z-index:4;grid-area:copy;width:auto;max-width:none;display:flex;align-items:stretch;padding:clamp(44px,5vw,72px);color:#100d16;background:#fff}.creator-process-stack-section .image-slider-card__copy>.image-slider-card__content{width:100%;min-width:0;min-height:100%;display:flex;flex-direction:column;justify-content:center;gap:clamp(22px,3vw,40px)}.creator-process-stack-section .image-slider-card__visual{position:relative;grid-area:visual;width:100%;height:100%;min-height:0;aspect-ratio:auto;justify-self:stretch;overflow:hidden;border:0;border-radius:0;background:#f4f0fb;box-shadow:none;isolation:isolate}.creator-process-stack-section .image-slider-card__visual:before{content:"";position:absolute;z-index:3;inset:0 auto 0 0;width:clamp(58px,7vw,112px);pointer-events:none;background:linear-gradient(90deg,#fff,#fffffff0 20%,#ffffff8f 52%,#fff0)}.creator-process-stack-section .image-slider-card__scrim{z-index:2}@media(max-width:900px){.creator-process-stack-section .image-slider-card__viewport{height:clamp(860px,124vw,1010px)!important;border-radius:30px}.creator-process-stack-section .image-slider-card__slide{grid-template-columns:1fr;grid-template-rows:minmax(360px,auto) minmax(420px,1fr);grid-template-areas:"copy" "visual";gap:0;padding:0}.creator-process-stack-section .image-slider-card__copy{width:100%;max-width:none;padding:clamp(38px,7vw,58px)}.creator-process-stack-section .image-slider-card__visual{width:100%;height:100%;min-height:420px;justify-self:stretch}.creator-process-stack-section .image-slider-card__visual:before{inset:0 0 auto;width:100%;height:clamp(58px,10vw,88px);background:linear-gradient(180deg,#fff,#ffffffeb 22%,#ffffff7a 56%,#fff0)}}@media(max-width:620px){.creator-process-stack-section .image-slider-card__viewport{height:clamp(760px,195vw,880px)!important;border-radius:24px}.creator-process-stack-section .image-slider-card__slide{grid-template-rows:minmax(350px,auto) minmax(330px,1fr)}.creator-process-stack-section .image-slider-card__copy{left:auto;right:auto;bottom:auto;padding:34px 24px 30px}.creator-process-stack-section .image-slider-card__copy h3{font-size:clamp(40px,13vw,54px)}.creator-process-stack-section .image-slider-card__visual{min-height:330px;border-radius:0}}.creator-halo-landing .features-editorial{width:100%;padding:clamp(88px,8vw,120px) max(26px,calc((100vw - 88rem)/2 + 6px));color:#111018;background:#f3f7fc}.creator-halo-landing .features-editorial__inner{width:100%;margin:0 auto}.creator-halo-landing .features-editorial__header{max-width:760px;margin-bottom:clamp(42px,5vw,64px)}.creator-halo-landing .features-editorial__eyebrow{display:flex;align-items:center;gap:10px;margin:0 0 16px;color:#6f6579;font-size:11px;font-weight:600;line-height:1.2;letter-spacing:.13em;text-transform:uppercase}.creator-halo-landing .features-editorial__eyebrow:before{width:20px;height:2px;flex:0 0 20px;border-radius:999px;background:#b9afea;content:""}.creator-halo-landing .features-editorial__header h2{max-width:740px;margin:0;color:#111018;font-size:clamp(44.16px,4.002vw,59.34px);font-weight:590;line-height:.98;letter-spacing:-.052em;text-wrap:balance}.creator-halo-landing .features-editorial__lead{max-width:600px;margin:22px 0 0;color:#85828d;font-size:clamp(14px,1.2vw,16px);font-weight:430;line-height:1.55;letter-spacing:-.014em}.creator-halo-landing .features-editorial__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.creator-halo-landing .feature-editorial-card{--feature-glare-x: 50%;--feature-glare-y: 50%;--feature-media-x: 0px;--feature-media-y: 0px;--feature-surface: #f6f6f8;position:relative;min-width:0;min-height:250px;aspect-ratio:1.48;padding:clamp(20px,2vw,26px);overflow:hidden;border:0;border-radius:22px;color:#17161d;background:var(--feature-surface);box-shadow:inset 0 1px #ffffffe0,0 18px 46px #1b19260b;isolation:isolate;transform:translateZ(0);transition:transform .42s cubic-bezier(.22,1,.36,1),box-shadow .42s cubic-bezier(.22,1,.36,1),background-color .3s ease}.creator-halo-landing .feature-editorial-card--rights{--feature-surface: #f6f6f8}.creator-halo-landing .feature-editorial-card--platforms{--feature-surface: #f7f7f9}.creator-halo-landing .feature-editorial-card--speed{--feature-surface: #f8f8fa}.creator-halo-landing .feature-editorial-card--analytics{--feature-surface: #f7f7f9}.creator-halo-landing .feature-editorial-card--formats{--feature-surface: #f6f6f8}.creator-halo-landing .feature-editorial-card--support{--feature-surface: #f8f8fa}@media(hover:hover)and (pointer:fine){.creator-halo-landing .feature-editorial-card:hover{transform:translate3d(0,-4px,0);box-shadow:inset 0 1px #fffffff0,0 26px 66px #1d1a2b16}}.creator-halo-landing .feature-editorial-card:after{content:none;display:none;position:absolute;z-index:2;inset:0;pointer-events:none;background:linear-gradient(90deg,var(--feature-surface) 0%,color-mix(in srgb,var(--feature-surface) 97%,transparent) 42%,color-mix(in srgb,var(--feature-surface) 67%,transparent) 62%,transparent 86%)}.creator-halo-landing .feature-editorial-card:not(.has-media):after{background:radial-gradient(circle at 92% 10%,rgba(111,94,255,.045),transparent 42%),linear-gradient(145deg,rgba(255,255,255,.12),transparent 54%)}.creator-halo-landing .feature-editorial-card__glare{display:none;position:absolute;z-index:3;inset:0;pointer-events:none;opacity:0;background:radial-gradient(circle at var(--feature-glare-x) var(--feature-glare-y),rgba(255,255,255,.46),rgba(255,255,255,.12) 19%,transparent 46%);transition:opacity .35s ease}@media(hover:hover)and (pointer:fine){.creator-halo-landing .feature-editorial-card:hover .feature-editorial-card__glare{opacity:.38}}.creator-halo-landing .feature-editorial-card__media{position:absolute;z-index:1;inset:-3%;pointer-events:none;animation:featureEditorialMediaFloat 7s ease-in-out infinite}.creator-halo-landing .feature-editorial-card__media img{width:100%;height:100%;display:block;object-fit:cover;object-position:center;user-select:none;transform:translate3d(var(--feature-media-x),var(--feature-media-y),0);transition:transform .45s cubic-bezier(.22,1,.36,1)}.creator-halo-landing .feature-editorial-card--rights .feature-editorial-card__media{opacity:1;filter:none;animation:none}.creator-halo-landing .feature-editorial-card--rights .feature-editorial-card__media img{object-position:72% center;transform:none;transition:none}.creator-halo-landing .feature-editorial-card--platforms .feature-editorial-card__media{opacity:1;filter:none;animation:none}.creator-halo-landing .feature-editorial-card--platforms .feature-editorial-card__media img{object-position:76% center;transform:none;transition:none}.creator-halo-landing .feature-editorial-card--formats .feature-editorial-card__media{opacity:1;filter:none;animation:none}.creator-halo-landing .feature-editorial-card--formats .feature-editorial-card__media img{object-position:76% center;transform:none;transition:none}.creator-halo-landing .feature-editorial-card--support .feature-editorial-card__media{opacity:.26;filter:saturate(.38) brightness(1.1) contrast(.82);animation-delay:-1.4s}.creator-halo-landing .feature-editorial-card__content{position:relative;z-index:5;width:min(62%,250px);min-height:100%;display:grid;grid-template-rows:auto 1fr auto;align-items:start;gap:16px}.creator-halo-landing .feature-editorial-card--analytics .feature-editorial-card__content,.creator-halo-landing .feature-editorial-card--speed .feature-editorial-card__content,.creator-halo-landing .feature-editorial-card--support .feature-editorial-card__content{width:min(58%,250px)}.creator-halo-landing .feature-editorial-card__icon{width:36px;height:36px;display:grid;place-items:center;border-radius:11px;color:#111018;background:#ffffffd1;box-shadow:inset 0 1px #ffffffeb,0 6px 18px #1816220e}.creator-halo-landing .feature-editorial-card__icon svg{width:17px;height:17px;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.creator-halo-landing .feature-editorial-card__copy{align-self:start}.creator-halo-landing .feature-editorial-card__copy h3{margin:0;color:inherit;font-size:clamp(22px,2vw,28px);font-weight:590;line-height:1.04;letter-spacing:-.042em;text-wrap:balance}.creator-halo-landing .feature-editorial-card__copy p{max-width:250px;margin:13px 0 0;color:#85828d;font-size:clamp(12px,1.03vw,14px);font-weight:430;line-height:1.5;letter-spacing:-.012em}.creator-halo-landing .feature-editorial-card__content>a{width:fit-content;display:inline-flex;align-items:center;gap:7px;align-self:end;color:#2b2932;font-size:11px;font-weight:650;line-height:1;text-decoration:none;transition:color .2s ease,gap .25s ease}.creator-halo-landing .feature-editorial-card__content>a span{font-size:14px;transform:translateY(-.5px)}.creator-halo-landing .feature-editorial-card__content>a:hover{gap:10px;color:#6757ee}.creator-halo-landing .feature-editorial-card__content>a:focus-visible{outline:2px solid #6757ee;outline-offset:5px;border-radius:3px}.creator-halo-landing .feature-editorial-platforms{position:absolute;z-index:5;left:clamp(20px,2vw,26px);bottom:50px;display:flex;align-items:center;gap:6px;pointer-events:none}.creator-halo-landing .feature-editorial-platforms>span{width:27px;height:27px;display:grid;place-items:center;border-radius:9px;color:#111018;background:#ffffffe0;box-shadow:0 8px 18px #16142012;font-size:9px;font-weight:760;letter-spacing:-.04em}.creator-halo-landing .feature-editorial-platforms .is-spotify{color:#fff;background:#1db954}.creator-halo-landing .feature-editorial-platforms .is-apple{color:#f13b7e}.creator-halo-landing .feature-editorial-platforms .is-vk{color:#fff;background:#2787f5}.creator-halo-landing .feature-editorial-platforms .is-youtube{color:#fff;background:#ff2c2c}.creator-halo-landing .feature-editorial-platforms .is-more{color:#74717c}.creator-halo-landing .feature-editorial-timeline{position:absolute;z-index:5;right:clamp(18px,2vw,24px);bottom:clamp(36px,4vw,48px);width:43%;pointer-events:none}.creator-halo-landing .feature-editorial-timeline__line{position:relative;height:14px;display:flex;justify-content:space-between;align-items:center}.creator-halo-landing .feature-editorial-timeline__line:before{content:"";position:absolute;left:4px;right:4px;top:6px;height:1px;background:linear-gradient(90deg,#8c8993 0 65%,#7161f5 65% 100%)}.creator-halo-landing .feature-editorial-timeline__line i{position:relative;z-index:1;width:7px;height:7px;border:2px solid var(--feature-surface);border-radius:50%;background:#85828d;box-shadow:0 0 0 1px #2825300f}.creator-halo-landing .feature-editorial-timeline__line i.is-active{width:10px;height:10px;background:#7161f5;box-shadow:0 0 0 5px #7161f51c;animation:featureEditorialPulse 2.2s ease-in-out infinite}.creator-halo-landing .feature-editorial-timeline__labels{display:flex;justify-content:space-between;gap:5px;margin-top:8px;color:#99969f;font-size:8px;line-height:1}.creator-halo-landing .feature-editorial-timeline__labels .is-active{color:#7161f5}.creator-halo-landing .feature-editorial-analytics{position:absolute;z-index:5;top:clamp(24px,2.5vw,32px);right:clamp(18px,2vw,24px);bottom:clamp(24px,2.5vw,32px);width:35%;display:grid;grid-template-rows:auto 1fr auto;align-items:center;pointer-events:none}.creator-halo-landing .feature-editorial-analytics>div{display:flex;flex-direction:column;gap:3px}.creator-halo-landing .feature-editorial-analytics strong{color:#7161f5;font-size:clamp(16px,1.6vw,22px);font-weight:620;line-height:1;letter-spacing:-.035em}.creator-halo-landing .feature-editorial-analytics span{color:#9b98a1;font-size:8px;line-height:1.2}.creator-halo-landing .feature-editorial-analytics svg{width:100%;align-self:center;overflow:visible}.creator-halo-landing .feature-editorial-analytics__area{fill:#7161f50e}.creator-halo-landing .feature-editorial-analytics__line{fill:none;stroke:#7161f5;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:190;stroke-dashoffset:190;animation:featureEditorialChart 4.8s cubic-bezier(.22,1,.36,1) infinite}.creator-halo-landing .feature-editorial-support{position:absolute;z-index:5;top:clamp(26px,2.5vw,34px);right:clamp(18px,2vw,24px);bottom:clamp(26px,2.5vw,34px);width:34%;display:grid;align-content:space-between;pointer-events:none}.creator-halo-landing .feature-editorial-support>div{padding-bottom:14px;border-bottom:1px solid rgba(30,27,39,.08)}.creator-halo-landing .feature-editorial-support>div:last-child{padding-top:14px;padding-bottom:0;border-bottom:0}.creator-halo-landing .feature-editorial-support strong,.creator-halo-landing .feature-editorial-support span{display:block}.creator-halo-landing .feature-editorial-support strong{color:#34313a;font-size:clamp(12px,1.15vw,15px);font-weight:580;line-height:1.2}.creator-halo-landing .feature-editorial-support span{margin-top:5px;color:#9b98a1;font-size:8px;line-height:1.25}@keyframes featureEditorialMediaFloat{0%,to{transform:translateZ(0)}50%{transform:translate3d(0,-3px,0)}}@keyframes featureEditorialPulse{0%,to{box-shadow:0 0 0 3px #7161f514}50%{box-shadow:0 0 0 7px #7161f524}}@keyframes featureEditorialChart{0%,12%{stroke-dashoffset:190;opacity:.35}42%,82%{stroke-dashoffset:0;opacity:1}to{stroke-dashoffset:0;opacity:.4}}@media(max-width:1080px){.creator-halo-landing .feature-editorial-card{min-height:242px;padding:20px}.creator-halo-landing .feature-editorial-card__content{width:64%;gap:13px}.creator-halo-landing .feature-editorial-card__copy h3{font-size:22px}.creator-halo-landing .feature-editorial-platforms{left:20px}}@media(max-width:900px){.creator-halo-landing .features-editorial{padding-right:15px;padding-left:15px}}@media(max-width:860px){.creator-halo-landing .features-editorial__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.creator-halo-landing .feature-editorial-card{min-height:265px;aspect-ratio:1.5}.creator-halo-landing .feature-editorial-card__copy h3{font-size:25px}.creator-halo-landing .feature-editorial-card__copy p{font-size:13px}}@media(max-width:580px){.creator-halo-landing .features-editorial{padding:72px 16px}.creator-halo-landing .features-editorial__header{margin-bottom:36px}.creator-halo-landing .features-editorial__eyebrow{margin-bottom:16px;font-size:11px}.creator-halo-landing .features-editorial__header h2{font-size:clamp(44.16px,4.002vw,59.34px);line-height:.98}.creator-halo-landing .features-editorial__lead{margin-top:18px;font-size:14px}.creator-halo-landing .features-editorial__grid{grid-template-columns:1fr;gap:12px}.creator-halo-landing .feature-editorial-card{min-height:284px;aspect-ratio:auto;padding:22px;border-radius:20px}.creator-halo-landing .feature-editorial-card__content,.creator-halo-landing .feature-editorial-card--analytics .feature-editorial-card__content,.creator-halo-landing .feature-editorial-card--speed .feature-editorial-card__content,.creator-halo-landing .feature-editorial-card--support .feature-editorial-card__content{width:66%;max-width:230px}.creator-halo-landing .feature-editorial-card__copy h3{font-size:25px}.creator-halo-landing .feature-editorial-card__copy p{font-size:12.5px}.creator-halo-landing .feature-editorial-platforms{left:22px;bottom:50px}.creator-halo-landing .feature-editorial-timeline{right:18px;bottom:48px;width:42%}.creator-halo-landing .feature-editorial-analytics,.creator-halo-landing .feature-editorial-support{right:18px;width:31%}.creator-halo-landing .feature-editorial-card--support .feature-editorial-card__media{opacity:.18}}@media(prefers-reduced-motion:reduce){.creator-halo-landing .feature-editorial-card,.creator-halo-landing .feature-editorial-card__media,.creator-halo-landing .feature-editorial-card__media img,.creator-halo-landing .feature-editorial-timeline__line i.is-active,.creator-halo-landing .feature-editorial-analytics__line{animation:none!important;transition:none!important}}.creator-halo-landing .features-reference-grid{width:100%;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(22px,1.8vw,28px);overflow:visible}@keyframes featureReferenceCardEnter{0%{filter:saturate(.86) brightness(.985);transform:scale(.992)}to{filter:none;transform:scale(1)}}@media(min-width:761px)and (prefers-reduced-motion:no-preference){.creator-halo-landing .features-reference-grid.is-revealed .feature-reference-card{animation:featureReferenceCardEnter .76s cubic-bezier(.22,1,.36,1) backwards}.creator-halo-landing .features-reference-grid.is-revealed .feature-reference-card:nth-child(1){animation-delay:.04s}.creator-halo-landing .features-reference-grid.is-revealed .feature-reference-card:nth-child(2){animation-delay:.18s}.creator-halo-landing .features-reference-grid.is-revealed .feature-reference-card:nth-child(3){animation-delay:.32s}.creator-halo-landing .features-reference-grid.is-revealed .feature-reference-card:nth-child(4){animation-delay:.46s}.creator-halo-landing .features-reference-grid.is-revealed .feature-reference-card:nth-child(5){animation-delay:.6s}.creator-halo-landing .features-reference-grid.is-revealed .feature-reference-card:nth-child(6){animation-delay:.74s}}.creator-halo-landing .feature-reference-card{--reference-accent: #2f7df6;--reference-pad: clamp(26px, 2.25vw, 32px);position:relative;min-width:0;height:clamp(320px,22.5vw,350px);overflow:hidden;border:0;border-radius:clamp(24px,2.1vw,30px);color:#15171d;background:#fff;box-shadow:0 -8px 24px -14px #1e27382e,0 0 36px -12px #1e273829,0 12px 30px -14px #1e273829,0 34px 70px -32px #1e273838;isolation:isolate;translate:0 0;will-change:translate;transition:translate .46s cubic-bezier(.22,1,.36,1),box-shadow .42s cubic-bezier(.22,1,.36,1)}.creator-halo-landing .feature-reference-card--rights,.creator-halo-landing .feature-reference-card--platforms{height:clamp(380px,27vw,420px)}.creator-halo-landing .feature-reference-card--analytics,.creator-halo-landing .feature-reference-card--speed{height:clamp(320px,22.5vw,350px)}.creator-halo-landing .feature-reference-card--platforms{--reference-accent: #26ba68}.creator-halo-landing .feature-reference-card--analytics{--reference-accent: #4389f7}.creator-halo-landing .feature-reference-card--speed{--reference-accent: #ef544d}.creator-halo-landing .feature-reference-card--formats{--reference-accent: #865ce9}.creator-halo-landing .feature-reference-card--support{--reference-accent: #357ddc}@media(hover:hover)and (pointer:fine){.creator-halo-landing .feature-reference-card:hover{translate:0 -4px;box-shadow:0 -10px 30px -14px #1e273838,0 0 42px -12px #1e27382e,0 15px 36px -14px #1e273830,0 40px 78px -32px #1e273840}}.creator-halo-landing .feature-reference-card__media{position:absolute;z-index:0;inset:0;display:block;pointer-events:none;background:#fff}.creator-halo-landing .feature-reference-card__media img{width:100%;height:100%;display:block;object-fit:contain;object-position:right bottom;transform:translateZ(0);transition:transform .45s cubic-bezier(.2,.8,.2,1);user-select:none}.creator-halo-landing .feature-reference-card--analytics .feature-reference-card__media,.creator-halo-landing .feature-reference-card--speed .feature-reference-card__media,.creator-halo-landing .feature-reference-card--support .feature-reference-card__media{opacity:1;filter:none}.creator-halo-landing .feature-reference-card--analytics .feature-reference-card__media img,.creator-halo-landing .feature-reference-card--speed .feature-reference-card__media img,.creator-halo-landing .feature-reference-card--support .feature-reference-card__media img{object-position:right bottom}@keyframes featureReferenceRightsFloat{0%,to{transform:translateZ(0)}50%{transform:translate3d(0,-6px,0)}}@keyframes featureReferencePlatformsOrbit{0%,to{transform:translateZ(0)}25%{transform:translate3d(-3px,-2px,0)}50%{transform:translate3d(0,-4px,0)}75%{transform:translate3d(3px,-2px,0)}}@keyframes featureReferenceAnalyticsPulse{0%,to{transform:translateZ(0)}34%{transform:translate3d(0,-2px,0)}46%{transform:translate3d(0,-5px,0)}60%{transform:translate3d(0,-2px,0)}}@keyframes featureReferenceSpeedLaunch{0%,58%,to{transform:translateZ(0)}72%{transform:translate3d(-4px,-8px,0)}84%{transform:translate3d(-2px,-3px,0)}}@keyframes featureReferenceFormatsDepth{0%,to{transform:translateZ(0)}50%{transform:translate3d(6px,-2px,0)}}@keyframes featureReferenceSupportFloat{0%,to{transform:translateZ(0)}40%{transform:translate3d(2px,-5px,0)}68%{transform:translate3d(-1px,-4px,0)}}@media(hover:hover)and (pointer:fine)and (prefers-reduced-motion:no-preference){.creator-halo-landing .feature-reference-card:hover .feature-reference-card__media img,.creator-halo-landing .feature-reference-card:focus-within .feature-reference-card__media img{will-change:transform}.creator-halo-landing .feature-reference-card--rights:hover .feature-reference-card__media img,.creator-halo-landing .feature-reference-card--rights:focus-within .feature-reference-card__media img{animation:featureReferenceRightsFloat 2.8s ease-in-out infinite}.creator-halo-landing .feature-reference-card--platforms:hover .feature-reference-card__media img,.creator-halo-landing .feature-reference-card--platforms:focus-within .feature-reference-card__media img{animation:featureReferencePlatformsOrbit 3.8s ease-in-out infinite}.creator-halo-landing .feature-reference-card--analytics:hover .feature-reference-card__media img,.creator-halo-landing .feature-reference-card--analytics:focus-within .feature-reference-card__media img{animation:featureReferenceAnalyticsPulse 2.4s cubic-bezier(.2,.7,.3,1) infinite}.creator-halo-landing .feature-reference-card--speed:hover .feature-reference-card__media img,.creator-halo-landing .feature-reference-card--speed:focus-within .feature-reference-card__media img{animation:featureReferenceSpeedLaunch 2.2s ease-in-out infinite}.creator-halo-landing .feature-reference-card--formats:hover .feature-reference-card__media img,.creator-halo-landing .feature-reference-card--formats:focus-within .feature-reference-card__media img{animation:featureReferenceFormatsDepth 3s ease-in-out infinite}.creator-halo-landing .feature-reference-card--support:hover .feature-reference-card__media img,.creator-halo-landing .feature-reference-card--support:focus-within .feature-reference-card__media img{animation:featureReferenceSupportFloat 3.2s ease-in-out infinite}}.creator-halo-landing .feature-reference-card__content{position:relative;z-index:2;width:54%;max-width:390px;height:100%;display:flex;flex-direction:column;align-items:flex-start;padding:var(--reference-pad)}.creator-halo-landing .feature-reference-card--platforms .feature-reference-card__content{width:51%}.creator-halo-landing .feature-reference-card__icon{width:42px;height:42px;display:grid;place-items:center;flex:0 0 auto;border:0;border-radius:14px;color:var(--reference-accent);background:#ffffffdb;box-shadow:inset 0 1px #fffffffa,0 3px 8px #1f273412,0 14px 28px -16px #1f27344d}.creator-halo-landing .feature-reference-card__icon svg{width:20px;height:20px;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.creator-halo-landing .feature-reference-card__label{width:fit-content;margin-top:12px;padding:6px 11px;border:1px solid color-mix(in srgb,var(--reference-accent) 16%,rgba(41,48,61,.1));border-radius:999px;color:#737884;background:#ffffffa3;font-size:11px;font-weight:520;line-height:1;letter-spacing:-.01em}.creator-halo-landing .feature-reference-card__copy{margin-top:18px}.creator-halo-landing .feature-reference-card__copy h3{max-width:370px;min-height:2.08em;margin:0;color:#15171d;font-size:clamp(28px,2.35vw,32px);font-weight:560;line-height:1.02;letter-spacing:-.047em;text-wrap:balance}.creator-halo-landing .feature-reference-card__copy p{max-width:340px;margin:14px 0 0;color:#7d828d;font-size:clamp(12px,1.12vw,15px);font-weight:420;line-height:1.45;letter-spacing:-.012em}.creator-halo-landing .feature-reference-card__actions{display:flex;flex-wrap:wrap;align-items:center;gap:12px 16px;margin-top:auto;padding-top:18px}.creator-halo-landing .feature-reference-card--platforms .feature-reference-card__actions,.creator-halo-landing .feature-reference-card--analytics .feature-reference-card__actions,.creator-halo-landing .feature-reference-card--speed .feature-reference-card__actions,.creator-halo-landing .feature-reference-card--formats .feature-reference-card__actions{display:none}.creator-halo-landing .feature-reference-card__actions a{display:inline-flex;align-items:center;gap:8px;color:var(--reference-accent);font-size:12px;font-weight:580;line-height:1;text-decoration:none;transition:gap .22s ease,color .2s ease}.creator-halo-landing .feature-reference-card__actions a span{font-size:20px;line-height:.7}.creator-halo-landing .feature-reference-card__actions a:hover{gap:11px}.creator-halo-landing .feature-reference-card__actions a:focus-visible{outline:2px solid var(--reference-accent);outline-offset:5px;border-radius:4px}@media(max-width:1080px){.creator-halo-landing .feature-reference-card{--reference-pad: 28px}.creator-halo-landing .feature-reference-card__content{width:57%}.creator-halo-landing .feature-reference-card--platforms .feature-reference-card__content{width:53%}.creator-halo-landing .feature-reference-card__copy h3{font-size:30px}}@media(max-width:760px){.creator-halo-landing .features-editorial{background:#edf2f8}.creator-halo-landing .features-reference-grid{grid-template-columns:1fr;gap:22px;align-items:start;padding-bottom:clamp(100px,14svh,120px);isolation:isolate}.creator-halo-landing .feature-reference-card,.creator-halo-landing .feature-reference-card--analytics,.creator-halo-landing .feature-reference-card--speed,.creator-halo-landing .feature-reference-card--formats,.creator-halo-landing .feature-reference-card--support{position:sticky;top:calc(72px + env(safe-area-inset-top,0px));align-self:start;height:370px;transition:none}.creator-halo-landing .feature-reference-card:after{content:"";position:absolute;z-index:3;inset:0;border-radius:inherit;box-shadow:inset 0 0 20px -15px #1e27383d,inset 0 -18px 28px -30px #1e273857;pointer-events:none}.creator-halo-landing .feature-reference-card--rights,.creator-halo-landing .feature-reference-card--platforms{height:370px}.creator-halo-landing .feature-reference-card:nth-child(1){z-index:1}.creator-halo-landing .feature-reference-card:nth-child(2){z-index:2}.creator-halo-landing .feature-reference-card:nth-child(3){z-index:3}.creator-halo-landing .feature-reference-card:nth-child(4){z-index:4}.creator-halo-landing .feature-reference-card:nth-child(5){z-index:5}.creator-halo-landing .feature-reference-card:nth-child(6){z-index:6}.creator-halo-landing .feature-reference-card.is-stacked:not(.is-stack-top){box-shadow:none}}@media(max-width:520px){.creator-halo-landing .feature-reference-card{--reference-pad: 22px;border-radius:22px}.creator-halo-landing .feature-reference-card__content,.creator-halo-landing .feature-reference-card--platforms .feature-reference-card__content{width:64%}.creator-halo-landing .feature-reference-card__icon{width:40px;height:40px;border-radius:12px}.creator-halo-landing .feature-reference-card__label{margin-top:14px;padding:5px 9px;font-size:10px}.creator-halo-landing .feature-reference-card__copy{margin-top:18px}.creator-halo-landing .feature-reference-card__copy h3,.creator-halo-landing .feature-reference-card--analytics .feature-reference-card__copy h3,.creator-halo-landing .feature-reference-card--speed .feature-reference-card__copy h3,.creator-halo-landing .feature-reference-card--formats .feature-reference-card__copy h3,.creator-halo-landing .feature-reference-card--support .feature-reference-card__copy h3{font-size:26px}.creator-halo-landing .feature-reference-card__copy p{font-size:12px}.creator-halo-landing .feature-reference-card__actions{gap:12px 18px}.creator-halo-landing .feature-reference-card__actions a{font-size:10.5px}}@media(prefers-reduced-motion:reduce){.creator-halo-landing .feature-reference-card,.creator-halo-landing .feature-reference-card__media img,.creator-halo-landing .feature-reference-card__actions a{transition:none!important;animation:none!important;transform:none!important;translate:none!important}}.creator-halo-landing .creator-cabinet-section{position:relative;isolation:isolate;overflow:hidden;width:100%;max-width:none;min-height:760px;box-sizing:border-box;margin:0;padding:clamp(28px,3.6vw,54px) max(26px,calc((100vw - 88rem)/2 + 6px)) clamp(34px,4vw,62px);color:#111017;background:radial-gradient(ellipse 30% 46% at 53% 48%,rgba(163,120,246,.072),transparent 72%),radial-gradient(circle at 86% 8%,rgba(151,99,255,.058),transparent 28%),#fff}.creator-halo-landing .creator-cabinet-section:before{content:"";position:absolute;z-index:0;inset:0;pointer-events:none;background-image:radial-gradient(circle,rgba(118,83,173,.16) 0 1px,transparent 1.2px);background-size:28px 28px;opacity:.28;-webkit-mask-image:radial-gradient(ellipse 48% 58% at 58% 48%,#000 0 36%,transparent 76%);mask-image:radial-gradient(ellipse 48% 58% at 58% 48%,#000 0 36%,transparent 76%)}.creator-halo-landing .creator-cabinet-section:after{content:"";position:absolute;z-index:0;top:30%;left:42%;width:420px;height:420px;pointer-events:none;border-radius:50%;background:radial-gradient(circle,#af86ff1c,#af86ff00 68%);filter:blur(8px);transform:translate3d(-50%,-50%,0)}.creator-halo-landing .creator-cabinet-canvas{position:relative;z-index:1;width:min(100%,1420px);max-width:none;margin:0 auto;box-sizing:border-box;padding:0;overflow:visible;border:0;border-radius:0;background:transparent;box-shadow:none}.creator-cabinet-layout{position:relative;min-height:clamp(560px,52vw,640px);display:grid;grid-template-columns:minmax(390px,.86fr) minmax(560px,1.14fr);gap:clamp(58px,7vw,116px)}.creator-cabinet-release-column{min-width:0;display:flex;flex-direction:column;justify-content:space-between}.creator-halo-landing .creator-cabinet-heading{min-height:0;display:block;margin:0}.creator-halo-landing .creator-cabinet-heading .creator-studio-title-wrap{width:100%;max-width:none;padding:0;opacity:1;transform:none}.creator-halo-landing .creator-cabinet-heading .creator-studio-section-label{margin-bottom:25px!important}.creator-halo-landing .creator-cabinet-heading h2{max-width:560px;margin:0;color:#0e0d13;font-weight:590;line-height:.98;letter-spacing:-.055em;text-wrap:balance}.creator-halo-landing .creator-cabinet-heading .creator-cabinet-lead{max-width:470px;margin:22px 0 0;color:#85828d;font-size:clamp(14px,1.2vw,16px);font-weight:430;line-height:1.55;letter-spacing:-.014em}.creator-cabinet-release{min-width:0;margin-top:clamp(38px,5vh,66px)}.creator-cabinet-release-visual{position:relative;width:min(100%,500px);height:326px}.creator-cabinet-release-visual:before{content:"";position:absolute;z-index:0;top:24px;left:6%;width:88%;height:78%;pointer-events:none;border-radius:50%;background:radial-gradient(ellipse,#8e56e229,#8e56e200 68%);filter:blur(18px)}.creator-cabinet-vinyl{position:absolute;z-index:1;top:28px;right:4px;width:270px;height:270px;border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,.92) 0 10%,rgba(177,143,239,.17) 10.6% 12%,transparent 12.7% 30%),repeating-radial-gradient(circle,#ae8deb40 0 1px,#f4effc6b 1px 9px),#f7f2fd;box-shadow:18px 24px 50px -38px #63399d6b;opacity:.72}.creator-cabinet-vinyl:after{content:"";position:absolute;inset:16%;border:1px solid rgba(155,112,224,.22);border-radius:inherit;box-shadow:0 0 0 24px #ffffff29,0 0 0 44px #9d75de0e}.creator-cabinet-vinyl>i{position:absolute;inset:45%;z-index:1;border-radius:50%;background:#d8c7f5;box-shadow:0 0 18px #9669e059}.creator-cabinet-cover{position:absolute;z-index:2;top:0;left:clamp(0px,3vw,48px);width:258px;height:258px;overflow:hidden;border:1px solid rgba(255,255,255,.38);border-radius:18px;background:radial-gradient(circle at 50% 48%,transparent 0 20%,rgba(249,194,255,.95) 20.8% 22.6%,rgba(179,81,244,.46) 23.2% 25%,transparent 27%),radial-gradient(circle at 50% 48%,rgba(19,7,35,.95) 0 18%,transparent 18.5%),linear-gradient(180deg,#090716,#24113c 39%,#754293 68%,#170f2b);box-shadow:inset 0 0 0 1px #ffffff14,0 30px 58px -34px #2a1041bd;transform-origin:52% 58%}.creator-cabinet-cover:before{content:"";position:absolute;right:-14%;bottom:-22%;left:-14%;height:56%;background:linear-gradient(158deg,transparent 0 17%,rgba(68,35,91,.78) 17.5% 37%,transparent 37.5%),linear-gradient(22deg,transparent 0 17%,rgba(38,20,64,.92) 17.5% 42%,transparent 42.5%),linear-gradient(166deg,transparent 0 36%,rgba(132,69,151,.68) 36.5% 58%,transparent 58.5%),linear-gradient(13deg,transparent 0 38%,rgba(30,18,53,.94) 38.5% 61%,transparent 61.5%);filter:drop-shadow(0 -9px 15px rgba(191,91,239,.22))}.creator-cabinet-cover:after{content:"";position:absolute;right:-18%;bottom:-16%;left:-18%;height:31%;background:linear-gradient(180deg,#b871e433,#110a1fe6);transform:perspective(160px) rotateX(62deg);transform-origin:50% 100%}.creator-cabinet-cover-orbit{position:absolute;z-index:3;top:calc(48% - 61px);left:calc(50% - 61px);width:122px;height:122px;border:1px solid rgba(255,255,255,.33);border-radius:50%;box-shadow:0 0 0 9px #cb81ff0b,0 0 32px #d976ff42}.creator-cabinet-cover-figure{position:absolute;z-index:4;bottom:26px;left:calc(50% - 4px);width:8px;height:28px;border-radius:5px 5px 2px 2px;background:#090713;box-shadow:0 10px 12px #06030c8c}.creator-cabinet-cover-figure:before{content:"";position:absolute;top:-7px;left:1px;width:6px;height:6px;border-radius:50%;background:#090713}.creator-cabinet-cover-figure:after{content:"";position:absolute;right:-8px;bottom:-9px;left:-8px;height:1px;border-radius:50%;background:#f4c6ffa3;box-shadow:0 0 10px #e194ffbd}.creator-cabinet-release-meta{margin:-28px 0 0 clamp(0px,3vw,48px);display:flex;flex-direction:column;align-items:flex-start}.creator-cabinet-release-meta>span{color:#8c4ae7;font-size:11px;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.creator-cabinet-release-meta>strong{margin-top:8px;color:#15131a;font-size:21px;font-weight:590;line-height:1.12;letter-spacing:-.035em}.creator-cabinet-release-meta>small{margin-top:8px;display:flex;align-items:center;gap:7px;color:#96919d;font-size:12px;font-weight:450}.creator-cabinet-release-meta>small i{width:16px;height:16px;display:grid;place-items:center;border-radius:50%;color:#fff;background:#21bd67;font-size:10px;font-style:normal;font-weight:800}.creator-cabinet-insights{position:relative;min-width:0;padding-left:clamp(8px,2vw,30px)}.creator-cabinet-insights:before{content:"";position:absolute;top:8%;bottom:7%;left:calc(-1*clamp(29px,3.5vw,58px));width:1px;pointer-events:none;background:linear-gradient(180deg,transparent,rgba(153,104,237,.2) 24%,rgba(153,104,237,.2) 76%,transparent);box-shadow:0 0 18px #9968ed24}.creator-cabinet-insights:after{content:"";position:absolute;top:36%;left:calc(-1*clamp(32px,3.5vw + 3px,61px));width:7px;height:7px;pointer-events:none;border:2px solid #fff;border-radius:50%;background:#9a62f6;box-shadow:0 0 0 5px #9a62f61a,0 0 20px #9a62f661}.creator-cabinet-insight-head{display:flex;align-items:center;justify-content:space-between;gap:18px}.creator-cabinet-live{padding:6px 10px;display:inline-flex;align-items:center;gap:7px;border:1px solid rgba(126,85,197,.12);border-radius:999px;color:#7d7389;background:#ffffffad;box-shadow:0 8px 22px -18px #4d2b7e80;font-size:9px;font-weight:560;line-height:1;letter-spacing:.012em}.creator-cabinet-live>i{width:6px;height:6px;border-radius:50%;background:#21bd67;box-shadow:0 0 0 4px #21bd671a}.creator-cabinet-kicker{display:block;color:#918b9a;font-size:14px;font-weight:480;line-height:1.2;letter-spacing:-.015em}.creator-cabinet-streams{min-height:280px;padding:4px 0 20px;border-bottom:1px solid rgba(37,30,47,.105)}.creator-cabinet-streams-total{margin-top:18px;display:flex;align-items:baseline;gap:18px}.creator-cabinet-streams-total strong{color:#111017;font-size:clamp(39px,3.8vw,54px);font-weight:520;line-height:.9;letter-spacing:.015em}.creator-cabinet-streams-total b{color:#16b865;font-size:14px;font-weight:650}.creator-cabinet-chart{position:relative;height:160px;margin-top:12px}.creator-cabinet-chart svg{width:100%;height:134px;display:block;overflow:visible}.creator-cabinet-chart-area{fill:url(#creator-cabinet-chart-area);opacity:.76}.creator-cabinet-chart-grid{fill:none;stroke:#5a47771a;stroke-width:1;stroke-dasharray:2 10;vector-effect:non-scaling-stroke}.creator-cabinet-chart-line{fill:none;stroke:#9458ff;stroke-width:3.2;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:1;stroke-dashoffset:1;filter:url(#creator-cabinet-chart-glow)}.creator-cabinet-chart-halo{fill:#8e4dff2b}.creator-cabinet-chart-dot{fill:#8f54f8;stroke:#bda0ff;stroke-width:3}.creator-cabinet-chart-axis{position:absolute;right:0;bottom:0;left:0;display:grid;grid-template-columns:repeat(4,1fr);color:#928c9b;font-size:9px;font-weight:500;text-align:center}.creator-cabinet-royalties{min-height:130px;padding:18px 0;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:28px;border-bottom:1px solid rgba(37,30,47,.105)}.creator-cabinet-royalties>div:first-child{display:flex;flex-direction:column;align-items:flex-start}.creator-cabinet-royalties>div:first-child>strong{margin-top:12px;color:#111017;font-size:clamp(28px,2.5vw,36px);font-weight:540;line-height:1;letter-spacing:-.018em}.creator-cabinet-royalties>div:first-child>small{margin-top:8px;color:#97919e;font-size:11px;font-weight:450}.creator-cabinet-withdraw{min-width:170px;height:58px;padding:0 17px;display:flex;align-items:center;justify-content:center;gap:12px;border:1px solid rgba(137,85,232,.26);border-radius:15px;color:#7350af;background:linear-gradient(135deg,#fffffff0,#f6efffd1);box-shadow:0 14px 34px -23px #6d3eb385}.creator-cabinet-withdraw>i{width:34px;height:34px;display:grid;place-items:center;border-radius:10px;color:#9158f5;background:#fff;box-shadow:0 7px 18px -12px #6837b18c;font-style:normal}.creator-cabinet-withdraw svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.creator-cabinet-withdraw>span{font-size:10px;font-weight:520;white-space:nowrap}.creator-cabinet-platforms{padding-top:22px}.creator-cabinet-payouts{margin-top:14px;display:grid;gap:10px}.creator-cabinet-payouts p{min-width:0;margin:0;display:grid;grid-template-columns:24px minmax(128px,1fr) minmax(58px,.75fr) minmax(72px,auto);align-items:center;gap:12px;color:#5f5967;font-size:11px;line-height:1}.creator-cabinet-platform-logo,.creator-cabinet-platform-logo svg,.creator-cabinet-platform-logo img{width:22px;height:22px;display:block}.creator-cabinet-platform-logo{font-style:normal}.creator-cabinet-platform-logo img{object-fit:contain}.creator-cabinet-payouts p>span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.creator-cabinet-payouts p>i:not(.creator-cabinet-platform-logo){height:2px;overflow:hidden;border-radius:999px;background:#241e2d0e;font-style:normal}.creator-cabinet-payouts p>i:not(.creator-cabinet-platform-logo)>b{width:var(--payout-share, 72%);height:100%;display:block;border-radius:inherit;transform:scaleX(0);transform-origin:0 50%}.creator-cabinet-payouts p>strong{color:#2a262f;font-size:11px;font-weight:560;text-align:right;white-space:nowrap}.creator-cabinet-more{width:max-content;margin-top:14px;padding:8px 14px;display:flex;align-items:center;gap:10px;border-radius:999px;color:#8f8799;background:#f8f6fbd1;font-size:9px;font-weight:520}.creator-cabinet-more>i{color:#9160ed;font-size:13px;font-style:normal;line-height:1}.creator-cabinet-section.is-animated .creator-cabinet-chart-line{animation:creatorCabinetChartDraw 1.25s cubic-bezier(.2,.8,.2,1) .16s forwards}.creator-cabinet-section.is-animated .creator-cabinet-cover{animation:creatorCabinetCoverFloat 5.8s ease-in-out .25s infinite}.creator-cabinet-section.is-animated .creator-cabinet-vinyl{animation:creatorCabinetVinylTurn 18s linear infinite}.creator-cabinet-section.is-animated .creator-cabinet-payouts p>i:not(.creator-cabinet-platform-logo)>b{animation:creatorCabinetPayoutGrow .7s cubic-bezier(.22,1,.36,1) var(--payout-delay) forwards}.creator-cabinet-section.is-animated:after{animation:creatorCabinetAmbientDrift 8s ease-in-out infinite}.creator-cabinet-section.is-animated .creator-cabinet-insights:after{animation:creatorCabinetSignalPulse 2.8s ease-in-out infinite}.creator-cabinet-section.is-animated .creator-cabinet-live>i{animation:creatorCabinetLivePulse 2s ease-out infinite}.creator-cabinet-section.is-animated .creator-cabinet-chart-halo{transform-box:fill-box;transform-origin:center;animation:creatorCabinetChartBeat 2.8s ease-in-out infinite}@keyframes creatorCabinetChartDraw{to{stroke-dashoffset:0}}@keyframes creatorCabinetCoverFloat{0%,to{transform:translateZ(0) rotate(-.25deg)}50%{transform:translate3d(0,-7px,0) rotate(.25deg)}}@keyframes creatorCabinetVinylTurn{to{transform:rotate(360deg)}}@keyframes creatorCabinetPayoutGrow{to{transform:scaleX(1)}}@keyframes creatorCabinetAmbientDrift{0%,to{transform:translate3d(-50%,-50%,0) scale(1)}50%{transform:translate3d(-46%,-53%,0) scale(1.08)}}@keyframes creatorCabinetSignalPulse{0%,to{box-shadow:0 0 0 5px #9a62f614,0 0 18px #9a62f647}50%{box-shadow:0 0 0 9px #9a62f600,0 0 28px #9a62f680}}@keyframes creatorCabinetLivePulse{0%{box-shadow:0 0 #21bd6747}70%,to{box-shadow:0 0 0 7px #21bd6700}}@keyframes creatorCabinetChartBeat{0%,to{transform:scale(.82);opacity:.55}50%{transform:scale(1.18);opacity:1}}@media(max-width:1100px){.creator-halo-landing .creator-cabinet-section{padding-right:26px;padding-left:26px}.creator-halo-landing .creator-cabinet-canvas{padding:0}.creator-cabinet-layout{grid-template-columns:minmax(340px,.82fr) minmax(480px,1.18fr);gap:42px}.creator-cabinet-release-visual{height:292px}.creator-cabinet-cover{width:226px;height:226px}.creator-cabinet-vinyl{width:236px;height:236px}}@media(max-width:900px){.creator-halo-landing .creator-cabinet-section{min-height:0;padding:28px 15px 38px}.creator-halo-landing .creator-cabinet-canvas{padding:0;border-radius:0}.creator-cabinet-layout{min-height:0;grid-template-columns:1fr;gap:54px}.creator-cabinet-release-column{display:grid;grid-template-columns:minmax(270px,.85fr) minmax(360px,1.15fr);align-items:center;gap:26px}.creator-cabinet-release{margin-top:0}.creator-cabinet-release-visual{height:276px}.creator-cabinet-release-meta{margin-top:-32px}.creator-cabinet-insights{padding-left:0}.creator-cabinet-insights:before,.creator-cabinet-insights:after{display:none}.creator-cabinet-streams{min-height:350px}.creator-cabinet-chart{height:226px}.creator-cabinet-chart svg{height:198px}}@media(max-width:680px){.creator-halo-landing .creator-cabinet-section{padding:18px 15px 28px}.creator-halo-landing .creator-cabinet-canvas{padding:0;border-radius:0}.creator-cabinet-release-column{display:block}.creator-halo-landing .creator-cabinet-heading .creator-studio-section-label{margin-bottom:20px!important}.creator-cabinet-lead{margin-top:20px;font-size:14px}.creator-cabinet-desktop-break{display:none}.creator-cabinet-release{margin-top:36px}.creator-cabinet-release-visual{width:100%;height:285px}.creator-cabinet-cover{left:0;width:min(64vw,224px);height:min(64vw,224px)}.creator-cabinet-vinyl{top:24px;right:0;width:min(63vw,220px);height:min(63vw,220px)}.creator-cabinet-release-meta{margin:-42px 0 0}.creator-cabinet-insights{margin-top:6px}.creator-cabinet-streams{min-height:316px;padding-top:4px}.creator-cabinet-streams-total{margin-top:18px;gap:12px}.creator-cabinet-streams-total strong{font-size:38px}.creator-cabinet-chart{height:205px}.creator-cabinet-chart svg{height:178px}.creator-cabinet-royalties{min-height:150px;gap:16px}.creator-cabinet-withdraw{min-width:54px;width:54px;padding:0}.creator-cabinet-withdraw>span{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.creator-cabinet-platforms{padding-top:27px}.creator-cabinet-payouts p{grid-template-columns:22px minmax(100px,1fr) minmax(34px,.46fr) auto;gap:8px;font-size:10px}.creator-cabinet-payouts p>strong{font-size:10px}}.creator-halo-main.page-wrap>.creator-faq-stack-section>.faq-section{padding:clamp(36px,3.2vw,50px) 24px clamp(72px,6vw,94px);background:radial-gradient(circle at 79% 26%,rgba(240,113,187,.08),transparent 30%),radial-gradient(circle at 52% 18%,rgba(137,94,245,.055),transparent 28%),#fff}.creator-halo-landing .faq-reference__header{margin-bottom:clamp(34px,3.3vw,46px)}.creator-halo-landing .faq-list{border-radius:28px;box-shadow:0 18px 48px -32px #1f192b4d,0 34px 78px -54px #1f192b61}.creator-halo-landing .faq-sidecard{min-height:100%;display:flex;flex-direction:column;gap:0;padding:31px 30px 28px;overflow:hidden;border:0;border-radius:28px;background:radial-gradient(circle at 88% 3%,rgba(168,116,255,.62),transparent 34%),radial-gradient(circle at 10% 96%,rgba(239,76,160,.12),transparent 34%),linear-gradient(145deg,#28203e,#4f3973 56%,#211b35);box-shadow:0 22px 54px -32px #23193994,0 38px 80px -56px #261942b8}.creator-halo-landing .faq-sidecard-kicker{margin:0 0 17px;color:#ffffff8a;font-size:10px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.creator-halo-landing .faq-sidecard-title{margin:0;color:#fff;font-size:clamp(27px,2vw,33px);font-weight:620;line-height:1.05;letter-spacing:-.045em}.creator-halo-landing .faq-sidecard-text{max-width:31ch;margin:17px 0 22px;color:#ffffffb3;font-size:13px;line-height:1.55}.creator-halo-landing .faq-sidecard-points{display:grid;gap:14px}.creator-halo-landing .faq-sidecard-point{min-height:46px;display:grid;grid-template-columns:36px minmax(0,1fr);align-items:center;gap:12px;padding:0;border:0;border-radius:0;color:#fff;background:transparent;box-shadow:none}.creator-halo-landing .faq-sidecard-point-icon{width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;color:#d4b5ff;background:#ffffff1a;box-shadow:inset 0 1px #ffffff14}.creator-halo-landing .faq-sidecard-point-icon svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.creator-halo-landing .faq-sidecard-point-copy{min-width:0;display:grid;gap:3px}.creator-halo-landing .faq-sidecard-point-copy strong{color:#fff;font-size:13px;font-weight:590;line-height:1.2}.creator-halo-landing .faq-sidecard-point-copy small{color:#ffffff85;font-size:11px;line-height:1.3}.creator-halo-landing .faq-sidecard-guides{margin-top:22px;padding-top:20px;border-top:1px solid rgba(255,255,255,.11)}.creator-halo-landing .faq-sidecard-block-title{margin-bottom:10px;color:#ffffff85;font-size:9px;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.creator-halo-landing .faq-sidecard-links{display:grid;gap:2px}.creator-halo-landing .faq-sidecard-link{min-height:34px;padding:0;border:0;border-radius:0;color:#ffffffd1;background:transparent;box-shadow:none}.creator-halo-landing .faq-sidecard-link:hover{color:#fff;border-color:transparent;background:transparent;transform:translate(3px)}.creator-halo-landing .faq-sidecard-link-arrow{color:#ff5caa}.creator-halo-landing .faq-sidecard-cta{min-height:48px;display:inline-flex;align-items:center;justify-content:center;gap:10px;margin-top:auto;padding:0 20px;border:0;border-radius:14px;color:#17131f;background:#fff;box-shadow:0 14px 30px -20px #0009}.creator-halo-landing .faq-sidecard-cta svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.creator-halo-landing>footer.creator-footer{width:min(calc(100% - 48px),85rem);max-width:85rem;margin:0 auto 24px;border:0;border-radius:34px;color:#fff;background:radial-gradient(circle at 83% 8%,rgba(120,73,222,.36),transparent 30%),radial-gradient(circle at 32% 72%,rgba(90,54,173,.1),transparent 32%),linear-gradient(135deg,#12111a,#171522 48%,#20162f);box-shadow:0 32px 82px -44px #1a122ba8}.creator-halo-landing .creator-footer .footer-inner{width:100%;max-width:none;min-height:0;display:block;margin:0;padding:clamp(48px,5vw,70px) clamp(34px,5vw,68px) 34px}.creator-halo-landing .footer-main{display:grid;grid-template-columns:minmax(280px,.78fr) minmax(560px,1.22fr);gap:clamp(52px,7vw,104px);align-items:start}.creator-halo-landing .creator-footer .footer-brand{display:flex;flex-direction:column;align-items:flex-start}.creator-halo-landing .creator-footer .footer-logo{color:#fff;font-size:clamp(58px,5.5vw,78px);font-weight:620;line-height:.9;letter-spacing:-.065em}.creator-halo-landing .creator-footer .footer-tag{max-width:330px;margin:30px 0 0;color:#ffffff8f;font-size:16px;line-height:1.55}.creator-halo-landing .footer-upload,.creator-halo-landing .footer-telegram{width:min(100%,330px);min-height:58px;display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:30px;padding:0 22px;border:1px solid rgba(255,255,255,.28);border-radius:17px;color:#17131f;background:#fff;font-size:17px;font-weight:620;text-decoration:none;transition:transform .25s ease,box-shadow .25s ease,background .25s ease}.creator-halo-landing .footer-upload:hover,.creator-halo-landing .footer-telegram:hover{transform:translateY(-2px)}.creator-halo-landing .footer-upload svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.creator-halo-landing .footer-telegram{margin-top:12px;justify-content:flex-start;color:#fff;background:#ffffff06}.creator-halo-landing .footer-telegram svg{width:24px;height:24px;fill:currentColor}.creator-halo-landing .footer-socials{display:flex;gap:10px;margin-top:20px}.creator-halo-landing .footer-socials a{width:46px;height:46px;display:inline-flex;align-items:center;justify-content:center;border-radius:15px;color:#fff;background:#fff1;font-size:14px;font-weight:650;text-decoration:none;transition:background .2s ease,transform .2s ease}.creator-halo-landing .footer-socials a:hover{background:#ffffff1f;transform:translateY(-2px)}.creator-halo-landing .footer-socials svg{width:21px;height:21px;fill:currentColor}.creator-halo-landing .footer-release-card{max-width:340px;display:grid;grid-template-columns:46px minmax(0,1fr);gap:14px;margin-top:38px;padding-top:28px;border-top:1px solid rgba(255,255,255,.1)}.creator-halo-landing .footer-release-card__icon{width:46px;height:46px;display:inline-flex;align-items:center;justify-content:center;border-radius:14px;color:#b99bff;background:#7950e433;font-size:22px}.creator-halo-landing .footer-release-card strong{display:block;color:#fff;font-size:16px;font-weight:620}.creator-halo-landing .footer-release-card p{margin:9px 0 0;color:#ffffff85;font-size:13px;line-height:1.5}.creator-halo-landing .footer-release-card a{display:inline-flex;gap:10px;margin-top:18px;color:#a788ff;font-size:14px;font-weight:620;text-decoration:none}.creator-halo-landing .footer-nav-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:34px;padding:12px 0 0}.creator-halo-landing .footer-nav-group h3{margin:0 0 24px;color:#9b7cff;font-size:13px;font-weight:700;letter-spacing:.045em;text-transform:uppercase}.creator-halo-landing .footer-nav-group ul{display:grid;gap:19px;margin:0;padding:0;list-style:none}.creator-halo-landing .footer-nav-group a{color:#ffffffc2;font-size:15px;font-weight:430;text-decoration:none;transition:color .2s ease}.creator-halo-landing .footer-nav-group a:hover{color:#fff}.creator-halo-landing .footer-legal{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-top:52px;padding:26px 0;border-top:1px solid rgba(255,255,255,.1);border-bottom:1px solid rgba(255,255,255,.1)}.creator-halo-landing .footer-legal p{display:flex;align-items:center;flex-wrap:wrap;gap:10px;margin:0;color:#ffffff94;font-size:12px}.creator-halo-landing .footer-legal a{color:#ffffffc7}.creator-halo-landing .creator-footer .footer-seo-wrap{width:100%}.creator-halo-landing .creator-footer .footer-seo-wrap nav{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 42px!important;margin:0!important;padding:26px 0 0!important;border-top:0!important;opacity:1!important}.creator-halo-landing .creator-footer .footer-seo-wrap nav>div{display:flex!important;gap:8px 14px!important}.creator-halo-landing .creator-footer .footer-seo-wrap nav span{color:#ffffff73!important;font-size:10px!important}.creator-halo-landing .creator-footer .footer-seo-wrap nav a{color:#ffffff8f!important;font-size:11px!important}@media(max-width:1040px){.creator-halo-landing .footer-main{grid-template-columns:1fr}.creator-halo-landing .footer-nav-grid{padding-top:0}.creator-halo-landing .footer-release-card{max-width:520px}}@media(max-width:920px){.creator-halo-landing .faq-layout{grid-template-columns:1fr}.creator-halo-landing .faq-sidecard{min-height:560px}}@media(max-width:680px){.creator-halo-main.page-wrap>.creator-faq-stack-section>.faq-section{padding:32px 12px 58px}.creator-halo-landing .faq-inner{width:100%}.creator-halo-landing .faq-sidecard{min-height:0;padding:26px 22px 22px}.creator-halo-landing>footer.creator-footer{width:calc(100% - 24px);margin-bottom:12px;border-radius:27px}.creator-halo-landing .creator-footer .footer-inner{padding:42px 24px 26px}.creator-halo-landing .footer-main{gap:44px}.creator-halo-landing .creator-footer .footer-logo{font-size:58px}.creator-halo-landing .creator-footer .footer-tag{margin-top:24px;font-size:14px}.creator-halo-landing .footer-upload,.creator-halo-landing .footer-telegram{width:100%}.creator-halo-landing .footer-nav-grid{grid-template-columns:1fr 1fr;gap:36px 24px}.creator-halo-landing .footer-nav-group:last-child{grid-column:1 / -1}.creator-halo-landing .footer-legal{align-items:flex-start;flex-direction:column}.creator-halo-landing .creator-footer .footer-seo-wrap nav{grid-template-columns:1fr}}.creator-halo-main.page-wrap>.creator-faq-stack-section{position:relative;z-index:auto;top:auto;width:100%;min-height:0;margin:0;overflow:visible;border:0;border-radius:0;background:#fff;box-shadow:none;translate:none;transform:none}.creator-halo-main.page-wrap>.creator-faq-stack-section>.faq-section{width:100%;min-height:0;padding:clamp(72px,6.4vw,100px) 24px clamp(80px,7vw,112px);background:radial-gradient(circle at 67% 12%,rgba(152,103,255,.055),transparent 29%),#fff}.creator-halo-landing .faq-inner{width:min(100%,88rem);max-width:88rem;margin:0 auto;padding:0}.creator-halo-landing .faq-reference__header{margin-bottom:clamp(38px,4vw,54px)}.creator-halo-landing .faq-layout{grid-template-columns:minmax(0,1.72fr) minmax(340px,.72fr);gap:24px;align-items:stretch}.creator-halo-landing .faq-list{border:0;border-radius:28px;box-shadow:0 -8px 28px -22px #2a223857,0 16px 42px -28px #2a223842,0 34px 74px -48px #2a22384d}.creator-halo-landing .faq-q{min-height:92px;padding:24px 30px}.creator-halo-landing .faq-q-text{font-size:clamp(17px,1.25vw,19px);font-weight:560;line-height:1.3;letter-spacing:-.025em}.creator-halo-landing .faq-icon{width:36px;height:36px;border-radius:12px}.creator-halo-landing .faq-a-inner{padding:0 82px 28px 30px;font-size:15px;line-height:1.7}.creator-halo-landing .faq-sidecard{position:relative;top:auto;min-height:100%;gap:20px;padding:32px;border-radius:28px;box-shadow:0 -8px 30px -22px #2e20486b,0 24px 66px -36px #261e3e61}.creator-halo-landing .faq-sidecard-title{font-size:clamp(28px,2.1vw,34px);line-height:1}.creator-halo-landing .faq-sidecard-text{font-size:14px;line-height:1.65}.creator-halo-landing .faq-sidecard-block{min-height:0;gap:12px;padding:16px;border-color:#ffffff1a;background:#ffffff17}.creator-halo-landing .faq-sidecard-point{min-height:34px;color:#ffffffc7;background:#ffffff1f;border-color:#ffffff1a;box-shadow:none}.creator-halo-landing .faq-sidecard-link{min-height:44px;color:#ffffffdb;background:#ffffff1a;border-color:#ffffff1a;box-shadow:none}.creator-halo-landing .faq-sidecard-link:hover{background:#ffffff26;border-color:#ffffff2e}.creator-halo-landing .faq-sidecard-cta{min-height:48px;margin-top:auto;padding:0 22px}.creator-halo-landing>footer{width:min(calc(100% - 48px),88rem);max-width:88rem;margin:0 auto 24px;padding:0;border:0;border-radius:32px;box-shadow:0 30px 76px -42px #1c132d80}.creator-halo-landing .footer-inner{width:100%;max-width:none;min-height:0;display:grid;grid-template-columns:minmax(260px,.8fr) minmax(420px,1.2fr);grid-template-areas:"brand links" "copy copy" "seo seo";align-items:start;gap:34px 64px;margin:0;padding:54px 56px 38px}.creator-halo-landing .footer-brand{grid-area:brand}.creator-halo-landing .footer-logo{font-size:clamp(58px,6vw,88px)}.creator-halo-landing .footer-tag{max-width:300px;margin-top:4px;font-size:13px}.creator-halo-landing .footer-links{grid-area:links;width:min(100%,520px);display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px 16px;justify-self:end;align-content:start}.creator-halo-landing .footer-links a{min-height:38px;padding:0 14px;color:#ffffffad}.creator-halo-landing .footer-links a:hover{color:#fff;background:#ffffff14;border-color:#ffffff1a}.creator-halo-landing .footer-copy{grid-area:copy;width:100%;max-width:none;margin:0;padding-top:24px;border-top:1px solid rgba(255,255,255,.1);text-align:left}.creator-halo-landing .footer-seo-wrap{grid-area:seo;width:100%}.creator-halo-landing .footer-seo-wrap nav{margin-top:0!important;padding-top:22px!important;border-top-color:#ffffff1a!important;opacity:.72!important}.creator-halo-landing .footer-seo-wrap nav span,.creator-halo-landing .footer-seo-wrap nav a{color:#ffffff7a!important}@media(max-width:920px){.creator-halo-landing .faq-layout{grid-template-columns:1fr}.creator-halo-landing .faq-sidecard{min-height:0}.creator-halo-landing .footer-inner{grid-template-columns:1fr;grid-template-areas:"brand" "links" "copy" "seo";gap:28px}.creator-halo-landing .footer-links{width:100%;justify-self:stretch}}@media(max-width:680px){.creator-halo-main.page-wrap>.creator-faq-stack-section>.faq-section{padding:58px 12px 68px}.creator-halo-landing .faq-layout{gap:14px}.creator-halo-landing .faq-list,.creator-halo-landing .faq-sidecard{border-radius:24px}.creator-halo-landing .faq-q{min-height:78px;padding:20px}.creator-halo-landing .faq-q-text{font-size:16px}.creator-halo-landing .faq-a-inner{padding:0 58px 22px 20px;font-size:14px}.creator-halo-landing .faq-sidecard{padding:24px 20px}.creator-halo-landing>footer{width:calc(100% - 24px);margin-bottom:12px;border-radius:26px}.creator-halo-landing .footer-inner{gap:24px;padding:38px 24px 28px}.creator-halo-landing .footer-logo{font-size:clamp(52px,17vw,72px)}.creator-halo-landing .footer-links{grid-template-columns:1fr}}@media(max-width:580px){.creator-halo-landing .creator-cabinet-section{padding-right:16px;padding-left:16px}}@media(prefers-reduced-motion:reduce){.creator-cabinet-section.is-animated .creator-cabinet-chart-line,.creator-cabinet-section.is-animated .creator-cabinet-cover,.creator-cabinet-section.is-animated .creator-cabinet-vinyl,.creator-cabinet-section.is-animated .creator-cabinet-payouts p>i:not(.creator-cabinet-platform-logo)>b,.creator-cabinet-section.is-animated:after,.creator-cabinet-section.is-animated .creator-cabinet-insights:after,.creator-cabinet-section.is-animated .creator-cabinet-live>i,.creator-cabinet-section.is-animated .creator-cabinet-chart-halo{animation:none;transform:none}.creator-cabinet-chart-line{stroke-dashoffset:0}.creator-cabinet-payouts p>i:not(.creator-cabinet-platform-logo)>b{transform:scaleX(1)}}.creator-halo-landing .creator-dashboard-reference-section{width:min(100%,88rem);margin:0 auto;padding-top:30px;padding-right:24px;padding-left:24px;background:#fff}.creator-halo-landing .features-editorial{padding-bottom:clamp(50px,7vw,90px)}.creator-halo-landing .creator-dashboard-reference-canvas{width:100%;background:transparent}.creator-dashboard-reference-section .creator-studio-heading{margin-bottom:clamp(24px,3.2vh,34px)}.creator-dashboard-reference-section .creator-studio-title-wrap{opacity:1;transform:none}.creator-dashboard-reference-section .creator-studio-title-wrap h2{opacity:1;transform:none;transition:none}.creator-dashboard-reference-section .creator-dashboard-reference-subtitle{max-width:600px;margin:22px 0 0;color:#85828d;font-size:clamp(14px,1.2vw,16px);font-weight:430;line-height:1.55;letter-spacing:-.014em}.creator-dashboard-reference-section:not(.is-animated) .creator-dashboard-reference-grid{visibility:hidden}.creator-dashboard-reference-section.is-animated .creator-dashboard-reference-grid{visibility:visible}.creator-dashboard-reference-grid{width:100%;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.1fr) minmax(0,.8fr);gap:18px;align-items:stretch}.creator-dashboard-card{position:relative;min-width:0;overflow:hidden;border:0;border-radius:22px;color:#17141d;background:#fff;box-shadow:0 -11px 28px -13px #1412184d,0 0 18px -14px #14121842,0 1px 3px #14121809,0 10px 28px -16px #14121838,0 24px 46px -34px #14121847;transform-origin:center;transition:box-shadow .32s ease}.creator-dashboard-release-card,.creator-dashboard-stream-card,.creator-dashboard-finance-column{height:clamp(510px,43vw,540px)}@media(hover:hover)and (pointer:fine){.creator-dashboard-card:hover{z-index:3;box-shadow:0 -12px 31px -13px #14121857,0 0 20px -14px #1412184a,0 2px 5px #1412180b,0 15px 32px -16px #14121840,0 30px 54px -34px #1412184d}}.creator-dashboard-menu{position:absolute;z-index:4;top:20px;right:20px;width:38px;height:38px;display:grid;place-items:center;border-radius:13px;color:#3d3549;background:#f7f6f9;font-size:17.5px;font-weight:700;letter-spacing:1px}.creator-dashboard-release-card{padding:38px 24px 24px;display:flex;flex-direction:column}.creator-dashboard-release-hero{min-width:0;display:grid;grid-template-columns:minmax(132px,156px) minmax(0,1fr);align-items:center;gap:20px;padding-right:10px}.creator-dashboard-release-cover{position:relative;isolation:isolate;aspect-ratio:1;overflow:hidden;border-radius:18px;background:radial-gradient(circle at 52% 42%,rgba(219,151,255,.5) 0 12%,transparent 32%),radial-gradient(circle at 78% 12%,rgba(255,255,255,.54) 0 1.4%,transparent 2%),linear-gradient(145deg,#4222a2,#6a35d3 44%,#c276ea);box-shadow:0 1px #ffffff47 inset,0 22px 34px -22px #2d175c8c}.creator-dashboard-release-cover:before{content:"";position:absolute;z-index:3;top:35%;left:calc(50% - 16px);width:32px;height:32px;border-radius:50%;background:#21133d;box-shadow:0 20px 24px -18px #090412cc}.creator-dashboard-release-cover:after{content:"";position:absolute;z-index:2;right:19%;bottom:-8%;left:19%;height:48%;border-radius:52% 52% 20% 20%;background:linear-gradient(180deg,#2e1955,#160d2b);box-shadow:0 -12px 30px #27134f73}.creator-dashboard-release-cover>i,.creator-dashboard-release-cover>span{position:absolute;z-index:1;border:1px solid rgba(255,255,255,.16);border-radius:50%}.creator-dashboard-release-cover>i{inset:25px;border-top-color:#ffffff9e;border-right-color:#e1b5ff66}.creator-dashboard-release-cover>i:after{content:"";position:absolute;top:-4px;left:calc(50% - 4px);width:8px;height:8px;border-radius:50%;background:#ffffffeb;box-shadow:0 0 0 5px #ffffff14,0 0 18px 4px #dca9ff8a}.creator-dashboard-release-cover>span{inset:43px;border-bottom-color:#ffffff70;border-left-color:#d5a4ff61}.creator-dashboard-release-copy{min-width:0;display:flex;flex-direction:column;align-items:flex-start}.creator-dashboard-release-copy>small{color:#8d5df1;font-size:11px;font-weight:650;letter-spacing:.09em}.creator-dashboard-release-copy>strong{margin-top:7px;color:#15121a;font-size:clamp(25px,2.2vw,32px);font-weight:600;line-height:.95;letter-spacing:-.045em}.creator-dashboard-release-copy>span{margin-top:10px;color:#9a94a0;font-size:13px;letter-spacing:.025em}.creator-dashboard-release-copy>b,.creator-dashboard-payout-total>b{margin-top:12px;padding:7px 11px;display:inline-flex;align-items:center;gap:7px;border-radius:999px;color:#278c51;background:#edf8f1;font-size:11px;font-weight:520;line-height:1}.creator-dashboard-release-copy>b>i,.creator-dashboard-payout-total>b>i,.creator-dashboard-card-header h3>span>i{width:6px;height:6px;flex:0 0 6px;border-radius:50%;background:#27bf6d}.creator-dashboard-release-route{position:relative;margin-top:26px;padding-bottom:22px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border-bottom:1px solid rgba(38,31,48,.08)}.creator-dashboard-release-route:before{content:"";position:absolute;top:15px;right:10%;left:10%;height:2px;background:#28bc6d}.creator-dashboard-release-route>div{position:relative;z-index:1;min-width:0;display:grid;justify-items:center}.creator-dashboard-release-route>div>i{width:31px;height:31px;display:grid;place-items:center;border:5px solid #eaf8f0;border-radius:50%;color:#fff;background:#24ba68;box-sizing:border-box;box-shadow:0 6px 15px -9px #158e4a9e;font-size:12px;font-style:normal;font-weight:700}.creator-dashboard-release-route strong{margin-top:9px;color:#302a36;font-size:11.5px;font-weight:570;white-space:nowrap}.creator-dashboard-release-route span{margin-top:5px;color:#8f8995;font-size:9.5px;white-space:nowrap}.creator-dashboard-release-data{margin-top:34px}.creator-dashboard-release-data h3,.creator-dashboard-sources-card>h3{margin:0 0 12px;color:#1d1922;font-size:17.5px;font-weight:600;letter-spacing:-.025em}.creator-dashboard-release-data h3{margin-left:13px}.creator-dashboard-release-data>div{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.creator-dashboard-release-data p{position:relative;min-width:0;min-height:64px;margin:0;padding:10px 36px 10px 13px;display:flex;flex-direction:column;justify-content:center;gap:7px;border-radius:12px;background:#f8f7fa;box-shadow:inset 0 0 0 1px #2a22341c}.creator-dashboard-release-data p>span{color:#8f8996;font-size:9.5px;font-weight:560;letter-spacing:.055em;text-transform:uppercase}.creator-dashboard-release-data p>strong{overflow:hidden;color:#241f2a;font-size:12.5px;font-weight:600;text-overflow:ellipsis;white-space:nowrap}.creator-dashboard-release-data p>i{position:absolute;top:calc(50% - 9px);right:12px;width:18px;height:18px;color:#777083;font-style:normal;opacity:.92}.creator-dashboard-release-data p>i svg,.creator-dashboard-select svg,.creator-dashboard-payment-row>i svg{width:100%;height:100%;display:block}.creator-dashboard-stream-card{padding:24px 27px}.creator-dashboard-card-header{position:relative;z-index:4;display:flex;align-items:center;justify-content:space-between;gap:18px}.creator-dashboard-card-header h3{margin:0;display:flex;align-items:center;gap:9px;color:#1d1922;font-size:17px;font-weight:600;letter-spacing:-.03em}.creator-dashboard-card-header h3>span{display:inline-flex;align-items:center;gap:6px;color:#2ab96e;font-size:10px;font-weight:550;letter-spacing:0}.creator-dashboard-select{min-width:90px;height:42px;padding:0 13px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:13px;color:#655d6d;background:#f8f7f9;box-shadow:inset 0 0 0 1px #2a223414;font-size:10px;font-weight:520;white-space:nowrap}.creator-dashboard-select svg{width:13px;height:13px}.creator-dashboard-stream-total{position:relative;z-index:4;margin-top:14px;contain:layout style}.creator-dashboard-stream-total>strong{display:block;color:#111017;font-size:clamp(40px,3.6vw,52px);font-weight:520;line-height:.92;letter-spacing:-.035em;font-variant-numeric:tabular-nums}.creator-dashboard-stream-total>p{margin:11px 0 0;display:flex;align-items:center;gap:9px}.creator-dashboard-stream-total>p>b{color:#20b868;font-size:16px;font-weight:620}.creator-dashboard-stream-total>p>span{color:#8f8996;font-size:10.5px;font-weight:500}.creator-dashboard-stream-chart{position:absolute;z-index:1;right:0;bottom:0;left:0;height:390px;overflow:hidden}.creator-dashboard-stream-chart svg{width:100%;height:340px;display:block;overflow:visible}.creator-dashboard-stream-grid{fill:none;stroke:#2f263e0b;stroke-width:1}.creator-dashboard-stream-area{fill:url(#creator-dashboard-stream-area)}.creator-dashboard-reference-section.is-animated .creator-dashboard-stream-reveal{clip-path:inset(0 var(--creator-stream-reveal-right, 100%) 0 0)}.creator-dashboard-stream-line{fill:none;stroke:#6b52ff;stroke-width:3.2;stroke-linecap:round;stroke-linejoin:round;filter:url(#creator-dashboard-stream-glow)}.creator-dashboard-stream-axis{position:absolute;right:25px;bottom:18px;left:25px;padding-top:17px;display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid rgba(45,37,57,.07);color:#8f8996;font-size:10.5px;font-weight:500;text-align:center}.creator-dashboard-finance-column{min-width:0;display:grid;grid-template-rows:minmax(0,.92fr) minmax(0,1.08fr);gap:18px}.creator-dashboard-payout-card,.creator-dashboard-sources-card{min-height:0;padding:22px 23px}.creator-dashboard-payout-total{margin-top:17px;display:flex;flex-direction:column;align-items:flex-start}.creator-dashboard-payout-total>span{color:#98929f;font-size:12px}.creator-dashboard-payout-total>strong{margin-top:10px;color:#17131d;font-size:clamp(28px,2.7vw,36px);font-weight:560;line-height:1;letter-spacing:-.03em}.creator-dashboard-payout-total>b{margin-top:15px;padding:6px 10px;font-size:10.5px}.creator-dashboard-payment-row{position:absolute;right:23px;bottom:20px;left:23px;padding-top:15px;display:grid;grid-template-columns:minmax(0,1fr) auto 16px;align-items:center;gap:12px;border-top:1px solid rgba(42,34,52,.08)}.creator-dashboard-payment-row>span,.creator-dashboard-payment-row>strong{color:#4d4654;font-size:10.5px;font-weight:520}.creator-dashboard-payment-row>strong{color:#2b2630}.creator-dashboard-payment-row>i{width:16px;height:16px;color:#8d8792;font-style:normal}.creator-dashboard-sources-card>h3{margin-bottom:20px;font-size:17px}.creator-dashboard-sources-list{display:grid;gap:12px}.creator-dashboard-sources-list p{min-width:0;margin:0;display:grid;grid-template-columns:28px minmax(96px,1fr) minmax(42px,66px) 32px;align-items:center;gap:10px}.creator-dashboard-platform-logo,.creator-dashboard-platform-logo svg,.creator-dashboard-platform-logo img{width:28px;height:28px;display:block}.creator-dashboard-platform-logo{display:grid;place-items:center;flex:0 0 28px;font-style:normal}.creator-dashboard-platform-logo img{object-fit:contain}.creator-dashboard-platform-logo--vector svg{width:25px;height:25px}.creator-dashboard-sources-list p>span{overflow:hidden;color:#4f4856;font-size:11.5px;font-weight:520;text-overflow:ellipsis;white-space:nowrap}.creator-dashboard-sources-list p>i:not(.creator-dashboard-platform-logo){height:4px;overflow:hidden;border-radius:999px;background:#f0edf2;font-style:normal}.creator-dashboard-sources-list p>i:not(.creator-dashboard-platform-logo)>b{height:100%;display:block;border-radius:inherit}.creator-dashboard-sources-list p>strong{color:#2f2935;font-size:10.5px;font-weight:650;text-align:right}@keyframes creatorDashboardRouteFill{0%{transform:scaleX(0)}to{transform:scaleX(1)}}@keyframes creatorDashboardColumnEnter{0%{opacity:.16;transform:translate3d(0,20px,0)}to{opacity:1;transform:translateZ(0)}}@keyframes creatorDashboardStageActivate{0%{border-color:#f1f3f4;color:transparent;background:#cbd1d5;box-shadow:none;transform:scale(.76)}62%{transform:scale(1.14)}to{border-color:#eaf8f0;color:#fff;background:#24ba68;box-shadow:0 6px 15px -9px #158e4a9e;transform:scale(1)}}@keyframes creatorDashboardSourceFill{0%{transform:scaleX(0)}to{transform:scaleX(1)}}@keyframes creatorDashboardPayoutPillIn{0%{opacity:.08;transform:translate3d(0,24px,0) scale(.96)}to{opacity:1;transform:translateZ(0) scale(1)}}@keyframes creatorDashboardCoverOrbit{0%{transform:rotate(0) scale(1)}50%{transform:rotate(180deg) scale(1.035)}to{transform:rotate(360deg) scale(1)}}@keyframes creatorDashboardCoverOrbitReverse{0%{transform:rotate(360deg) scale(.98)}50%{transform:rotate(180deg) scale(1.045)}to{transform:rotate(0) scale(.98)}}@keyframes creatorDashboardCoverHeadFloat{0%,to{transform:translateZ(0)}50%{transform:translate3d(0,-3px,0)}}@keyframes creatorDashboardCoverBodyBreathe{0%,to{transform:translateZ(0) scaleX(1)}50%{transform:translate3d(0,2px,0) scaleX(1.035)}}@keyframes creatorDashboardLiveBreathe{0%,to{opacity:.76;filter:drop-shadow(0 0 0 rgba(32,184,104,0))}50%{opacity:1;filter:drop-shadow(0 0 5px rgba(32,184,104,.34))}}.creator-dashboard-reference-section.is-animated .creator-dashboard-release-route:before{transform-origin:0 50%;animation:creatorDashboardRouteFill 3.4s cubic-bezier(.2,.68,.25,1) .35s both}.creator-dashboard-reference-section.is-animated .creator-dashboard-release-card{animation:creatorDashboardColumnEnter .92s cubic-bezier(.22,1,.36,1) .05s backwards}.creator-dashboard-reference-section.is-animated .creator-dashboard-stream-card{animation:creatorDashboardColumnEnter .92s cubic-bezier(.22,1,.36,1) .48s backwards}.creator-dashboard-reference-section.is-animated .creator-dashboard-finance-column{animation:creatorDashboardColumnEnter .92s cubic-bezier(.22,1,.36,1) .91s backwards}.creator-dashboard-reference-section.is-animated .creator-dashboard-release-route>div>i{animation:creatorDashboardStageActivate .62s cubic-bezier(.22,1,.36,1) both}.creator-dashboard-reference-section.is-animated .creator-dashboard-release-route>div:nth-child(1)>i{animation-delay:.35s}.creator-dashboard-reference-section.is-animated .creator-dashboard-release-route>div:nth-child(2)>i{animation-delay:1.2s}.creator-dashboard-reference-section.is-animated .creator-dashboard-release-route>div:nth-child(3)>i{animation-delay:2.05s}.creator-dashboard-reference-section.is-animated .creator-dashboard-release-route>div:nth-child(4)>i{animation-delay:2.9s}.creator-dashboard-reference-section.is-animated .creator-dashboard-sources-list p>i:not(.creator-dashboard-platform-logo)>b{transform-origin:0 50%;animation:creatorDashboardSourceFill 2.35s cubic-bezier(.22,.72,.24,1) both}.creator-dashboard-reference-section.is-animated .creator-dashboard-sources-list p:nth-child(1)>i>b{animation-delay:1.25s}.creator-dashboard-reference-section.is-animated .creator-dashboard-sources-list p:nth-child(2)>i>b{animation-delay:1.45s}.creator-dashboard-reference-section.is-animated .creator-dashboard-sources-list p:nth-child(3)>i>b{animation-delay:1.65s}.creator-dashboard-reference-section.is-animated .creator-dashboard-sources-list p:nth-child(4)>i>b{animation-delay:1.85s}.creator-dashboard-reference-section.is-animated .creator-dashboard-sources-list p:nth-child(5)>i>b{animation-delay:2.05s}.creator-dashboard-reference-section.is-animated .creator-dashboard-payout-total>b{animation:creatorDashboardPayoutPillIn 1.05s cubic-bezier(.22,1,.36,1) 1.45s both}.creator-dashboard-reference-section.is-animated .creator-dashboard-release-cover>i{animation:creatorDashboardCoverOrbit 7.2s linear infinite}.creator-dashboard-reference-section.is-animated .creator-dashboard-release-cover>span{animation:creatorDashboardCoverOrbitReverse 9s linear infinite}.creator-dashboard-reference-section.is-animated .creator-dashboard-release-cover:before{animation:creatorDashboardCoverHeadFloat 3.8s ease-in-out infinite}.creator-dashboard-reference-section.is-animated .creator-dashboard-release-cover:after{animation:creatorDashboardCoverBodyBreathe 3.8s ease-in-out infinite}.creator-dashboard-reference-section.is-animated .creator-dashboard-card-header h3>span{animation:creatorDashboardLiveBreathe 2.2s ease-in-out infinite}@media(max-width:1080px){.creator-dashboard-reference-grid{grid-template-columns:minmax(0,1fr) minmax(0,1.08fr) minmax(0,.82fr);gap:14px}.creator-dashboard-release-card{padding-right:19px;padding-left:19px}.creator-dashboard-release-hero{grid-template-columns:132px minmax(0,1fr);gap:15px}.creator-dashboard-payout-card,.creator-dashboard-sources-card{padding-right:18px;padding-left:18px}.creator-dashboard-sources-list p{grid-template-columns:26px minmax(82px,1fr) minmax(34px,52px) 30px;gap:8px}.creator-dashboard-platform-logo,.creator-dashboard-platform-logo img{width:26px;height:26px}}@media(max-width:900px){.creator-dashboard-reference-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.creator-dashboard-release-card,.creator-dashboard-stream-card{height:520px}.creator-dashboard-finance-column{grid-column:1 / -1;height:auto;grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:none}.creator-dashboard-payout-card,.creator-dashboard-sources-card{min-height:260px}}@media(max-width:650px){.creator-halo-landing .creator-dashboard-reference-section{padding-right:16px;padding-left:16px}.creator-dashboard-reference-grid,.creator-dashboard-finance-column{grid-template-columns:1fr}.creator-dashboard-release-card,.creator-dashboard-stream-card,.creator-dashboard-finance-column{height:auto}.creator-dashboard-release-card{min-height:520px}.creator-dashboard-stream-card{min-height:500px}.creator-dashboard-finance-column{grid-column:auto}.creator-dashboard-payout-card,.creator-dashboard-sources-card{min-height:260px}}@media(max-width:420px){.creator-dashboard-release-card{padding-right:17px;padding-left:17px}.creator-dashboard-release-hero{grid-template-columns:126px minmax(0,1fr);gap:14px}.creator-dashboard-release-route strong{font-size:10.5px}.creator-dashboard-release-route span{font-size:9px}}@media(prefers-reduced-motion:reduce){.creator-dashboard-card,.creator-dashboard-card:hover{transform:none;transition:none}.creator-dashboard-reference-section.is-animated .creator-dashboard-release-route:before,.creator-dashboard-reference-section.is-animated .creator-dashboard-release-route>div>i,.creator-dashboard-reference-section.is-animated .creator-dashboard-release-card,.creator-dashboard-reference-section.is-animated .creator-dashboard-stream-card,.creator-dashboard-reference-section.is-animated .creator-dashboard-finance-column,.creator-dashboard-reference-section.is-animated .creator-dashboard-stream-reveal,.creator-dashboard-reference-section.is-animated .creator-dashboard-sources-list p>i:not(.creator-dashboard-platform-logo)>b,.creator-dashboard-reference-section.is-animated .creator-dashboard-payout-total>b,.creator-dashboard-reference-section.is-animated .creator-dashboard-release-cover>i,.creator-dashboard-reference-section.is-animated .creator-dashboard-release-cover>span,.creator-dashboard-reference-section.is-animated .creator-dashboard-release-cover:before,.creator-dashboard-reference-section.is-animated .creator-dashboard-release-cover:after,.creator-dashboard-reference-section.is-animated .creator-dashboard-card-header h3>span{animation:none;clip-path:none;opacity:1;transform:none;stroke-dashoffset:0}}@media(hover:hover)and (pointer:fine){.creator-halo-landing .feature-reference-card:hover .feature-reference-card__media img,.creator-halo-landing .feature-reference-card:focus-within .feature-reference-card__media img{animation:none!important;transform:translateZ(0)!important}}.creator-halo-main.page-wrap>.creator-stack-section.creator-process-stack-section{height:auto;min-height:0;overflow:visible;background:#fbfaff}.creator-halo-main.page-wrap>.creator-process-stack-section>.creator-process-reference{width:100%;height:auto;min-height:0;margin:0;padding:clamp(68px,6.2vw,96px) 0 clamp(30px,2.7vw,42px);color:#111018;background:radial-gradient(circle at 76% 38%,rgba(159,104,255,.09),transparent 34%),linear-gradient(180deg,#fdfcff,#faf9ff)}.creator-process-reference__shell{width:min(calc(100% - 48px),85rem);margin:0 auto}.creator-process-reference__header{max-width:820px;margin:0 0 clamp(28px,3vw,42px)}.creator-process-reference__eyebrow{display:flex;align-items:center;gap:11px;margin:0 0 17px;color:#746d7f;font-size:11px;font-weight:650;line-height:1.2;letter-spacing:.13em;text-transform:uppercase}.creator-process-reference__eyebrow:before{width:21px;height:2px;flex:0 0 21px;border-radius:999px;background:#b8adef;content:""}.creator-process-reference__header h2{max-width:760px;margin:0;color:#111018;font-size:clamp(39.744px,3.6018vw,53.406px);font-weight:620;line-height:.98;letter-spacing:-.052em}.creator-process-reference__subtitle{max-width:600px;margin:22px 0 0;color:#85828d;font-size:clamp(14px,1.2vw,16px);font-weight:430;line-height:1.55;letter-spacing:-.014em}.creator-process-reference__list{--process-rail: clamp(86px, 7.5vw, 112px);position:relative;display:grid;gap:12px;margin:0;padding:0;list-style:none}.creator-process-reference__step{position:relative;min-height:clamp(218px,15.2vw,244px);display:grid;grid-template-columns:var(--process-rail) minmax(0,1fr);overflow:hidden;border:1px solid rgba(107,82,143,.1);border-radius:24px;background:#fff;box-shadow:0 -8px 28px -22px #2a223857,0 4px 18px #2a223813,0 22px 48px -30px #2a223852,0 1px #fffffffa inset;isolation:isolate;opacity:0;filter:saturate(.82);transition:opacity .92s cubic-bezier(.22,1,.36,1),filter .76s ease,border-color .42s ease,box-shadow .42s ease;will-change:opacity}.creator-process-reference__step.is-revealed{opacity:1;filter:saturate(1)}.creator-process-reference__step.is-active{border-color:#6b528f1a;box-shadow:0 -9px 30px -22px #2a223861,0 5px 20px #2a223816,0 24px 50px -30px #2a223857,0 1px #fffffffa inset}.creator-process-reference__rail{position:relative;z-index:7;display:flex;justify-content:center;padding-top:clamp(47px,3.8vw,58px)}.creator-process-reference__rail:before,.creator-process-reference__rail:after{position:absolute;z-index:-1;top:0;bottom:0;left:50%;width:2px;pointer-events:none;content:"";translate:-50% 0}.creator-process-reference__rail:before{background:repeating-linear-gradient(to bottom,rgba(156,91,255,.24) 0 5px,transparent 5px 11px)}.creator-process-reference__rail:after{background:linear-gradient(#9b52ff,#9b52ff);transform:scaleY(0);transform-origin:center top;transition:transform 1.12s cubic-bezier(.22,1,.36,1)}.creator-process-reference__step:first-child .creator-process-reference__rail:before,.creator-process-reference__step:first-child .creator-process-reference__rail:after{top:calc(clamp(47px,3.8vw,58px) + 23px)}.creator-process-reference__step:last-child .creator-process-reference__rail{padding-top:clamp(64px,4.9vw,76px)}.creator-process-reference__step:last-child .creator-process-reference__rail:before,.creator-process-reference__step:last-child .creator-process-reference__rail:after{bottom:auto;height:calc(clamp(64px,4.9vw,76px) + 23px)}.creator-process-reference__step.is-active .creator-process-reference__rail:after,.creator-process-reference__step.is-complete .creator-process-reference__rail:after{transform:scaleY(1)}.creator-process-reference__rail>span{position:relative;z-index:2;width:46px;height:46px;display:grid;place-items:center;border:2px solid rgba(151,83,246,.52);border-radius:50%;color:#17141c;background:#fffffff7;box-shadow:0 8px 24px -14px #7132dc70;font-size:21px;font-weight:650;line-height:1;transition:color .42s ease,border-color .42s ease,background-color .42s ease,box-shadow .42s ease}.creator-process-reference__step.is-active .creator-process-reference__rail>span{border-color:#9448ff;color:#fff;background:linear-gradient(145deg,#a45aff,#7131ec);box-shadow:0 0 0 9px #9e55ff1c,0 10px 26px -12px #6926d2c7}.creator-process-reference__step.is-complete .creator-process-reference__rail>span{border-color:#9448ff9e;color:#8138e9;background:#f4ecff}.creator-process-reference__copy{position:relative;z-index:4;width:min(38%,430px);align-self:center;padding:32px 20px 32px 6px}.creator-process-reference__step-label{display:block;margin:0 0 9px;color:#974cff;font-size:11px;font-weight:720;line-height:1.2;letter-spacing:.06em;text-transform:uppercase}.creator-process-reference__copy h3{max-width:360px;margin:0 0 12px;color:#111018;font-size:clamp(27px,2.1vw,36px);font-weight:650;line-height:1;letter-spacing:-.044em}.creator-process-reference__copy p{max-width:390px;margin:0;color:#77717f;font-size:clamp(14px,1.06vw,16px);font-weight:450;line-height:1.45}.creator-process-reference__duration{display:flex;align-items:center;gap:9px;margin-top:17px;color:#756e7e;font-size:13px;font-weight:500;line-height:1.3}.creator-process-reference__duration svg{width:18px;height:18px;flex:0 0 18px;overflow:visible;fill:none;stroke:#9b52ff;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.7}.creator-process-reference__media{position:absolute;z-index:1;inset:0;overflow:hidden;border-radius:inherit;background:linear-gradient(90deg,#fff,#faf6ff 47%,#efe4ff)}.creator-process-reference__media:before{position:absolute;z-index:3;inset:0;pointer-events:none;background:radial-gradient(circle 54px at 100% 0,#efe4ff 0 45%,#efe4ffe6 62%,#efe4ff00),radial-gradient(ellipse 90px 56px at 76% 103%,#f6effffc 0 70%,#f6efffcc 82%,#f6efff00);content:""}.creator-process-reference__media:after{position:absolute;z-index:2;inset:0 auto 0 0;width:68%;pointer-events:none;background:linear-gradient(90deg,#fff,#fffffffa 58%,#ffffffc2 76%,#fff0);content:""}.creator-process-reference__media img{position:absolute;z-index:1;top:50%;right:-1%;width:42%;height:100%;display:block;object-fit:cover;object-position:48% 68%;transform:translateY(-50%) scale(1.65);transform-origin:center;transition:transform .82s cubic-bezier(.22,1,.36,1)}.creator-process-reference__trust{display:flex;align-items:center;gap:12px;min-height:60px;margin-top:14px;padding:14px 20px;border:0;border-radius:24px;color:#6f6879;background:#fff;box-shadow:0 -8px 28px -22px #2a223857,0 4px 18px #2a223813,0 22px 48px -30px #2a223852,0 1px #fffffffa inset;font-size:13px;line-height:1.35}.creator-process-reference__trust svg{width:26px;height:26px;flex:0 0 26px;fill:#9550fa;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.7}.creator-process-reference__trust strong{color:#8439e8;font-weight:700}.creator-process-reference__trust-dot{color:#a46af3}.creator-process-reference__trust p{margin:0}@media(max-width:980px){.creator-process-reference__list{--process-rail: 74px}.creator-process-reference__copy{width:min(44%,390px);padding-right:14px}}@media(max-width:760px){.creator-halo-main.page-wrap>.creator-process-stack-section>.creator-process-reference{padding:54px 0 38px}.creator-process-reference__shell{width:min(calc(100% - 24px),560px)}.creator-process-reference__header{margin-bottom:28px}.creator-process-reference__header h2{font-size:clamp(39px,11.3vw,52px)}.creator-process-reference__subtitle,.creator-dashboard-reference-section .creator-dashboard-reference-subtitle{max-width:390px;margin-top:18px;font-size:14px}.creator-process-reference__list{--process-rail: 72px;gap:14px}.creator-process-reference__step{min-height:390px;border-radius:22px}.creator-process-reference__rail{padding-top:32px}.creator-process-reference__step:first-child .creator-process-reference__rail:before,.creator-process-reference__step:first-child .creator-process-reference__rail:after{top:52px}.creator-process-reference__step:last-child .creator-process-reference__rail{padding-top:48px}.creator-process-reference__step:last-child .creator-process-reference__rail:before,.creator-process-reference__step:last-child .creator-process-reference__rail:after{height:68px}.creator-process-reference__rail>span{width:40px;height:40px;font-size:18px}.creator-process-reference__copy{width:min(calc(100% - 94px),330px);min-height:158px;align-self:start;padding:31px 14px 22px 10px;box-sizing:border-box}.creator-process-reference__step-label{margin-bottom:8px;font-size:10px}.creator-process-reference__copy h3{width:100%;max-width:none;font-size:clamp(27px,7.6vw,34px)}.creator-process-reference__copy p{width:100%;min-height:58px;max-width:none;font-size:13px}.creator-process-reference__duration{margin-top:15px;font-size:12px}.creator-process-reference__media img{top:auto;right:-2%;bottom:-2%;width:80%;height:62%;object-position:38% 68%;transform:scale(1.55)}.creator-process-reference__media:after{width:86%;background:linear-gradient(90deg,#fff,#fffffffa 72%,#ffffffd1,#fff0)}.creator-process-reference__media:before{background:radial-gradient(circle 44px at 100% 0,#efe4ff 0 44%,#efe4ffe0 62%,#efe4ff00),radial-gradient(ellipse 48px 40px at 100% 42%,#f3e9fffc 0 68%,#f3e9ffd6 82%,#f3e9ff00)}.creator-process-reference__trust{align-items:flex-start;flex-wrap:wrap;gap:7px 9px;padding:13px 14px;border-radius:22px}.creator-process-reference__trust p{width:100%;padding-left:31px}}@media(prefers-reduced-motion:reduce){.creator-process-reference__step,.creator-process-reference__rail:after,.creator-process-reference__media img{transition:none!important}}@media(max-width:420px){.creator-process-reference__step{min-height:360px}.creator-process-reference__copy{width:calc(100% - 88px);padding-right:8px}.creator-process-reference__copy h3{font-size:27px}.creator-process-reference__copy p{font-size:12.5px}}.creator-halo-landing .features-editorial__header,.creator-halo-landing .creator-dashboard-reference-section .creator-studio-heading,.creator-halo-landing .creator-process-reference__header,.creator-halo-landing .faq-reference__header{width:100%;max-width:860px;margin-right:auto;margin-bottom:clamp(34px,4vw,52px);margin-left:auto;text-align:center}.creator-halo-landing .creator-dashboard-reference-section .creator-studio-title-wrap{display:flex;flex-direction:column;align-items:center}.creator-halo-landing .features-editorial__header h2,.creator-halo-landing .creator-dashboard-reference-section .creator-studio-title-wrap h2,.creator-halo-landing .creator-process-reference__header h2,.creator-halo-landing .faq-reference__header .section-title{max-width:760px;margin:0 auto;color:#0d0b12;font-size:clamp(48px,4.7vw,68px);font-weight:640;line-height:.98;letter-spacing:-.055em;text-align:center;text-wrap:balance}.creator-halo-landing .features-editorial__lead,.creator-halo-landing .creator-dashboard-reference-section .creator-dashboard-reference-subtitle,.creator-halo-landing .creator-process-reference__subtitle,.creator-halo-landing .faq-reference__subtitle{max-width:620px;margin:20px auto 0;color:#85828d;font-size:clamp(15px,1.25vw,17px);font-weight:430;line-height:1.5;letter-spacing:-.014em;text-align:center;text-wrap:balance}.creator-halo-landing .faq-reference__header .section-title{margin-bottom:0}@media(max-width:680px){.creator-halo-landing .features-editorial__header,.creator-halo-landing .creator-dashboard-reference-section .creator-studio-heading,.creator-halo-landing .creator-process-reference__header,.creator-halo-landing .faq-reference__header{max-width:100%;margin-bottom:30px}.creator-halo-landing .features-editorial__header h2,.creator-halo-landing .creator-dashboard-reference-section .creator-studio-title-wrap h2,.creator-halo-landing .creator-process-reference__header h2,.creator-halo-landing .faq-reference__header .section-title{font-size:clamp(40px,11vw,50px);line-height:.99}.creator-halo-landing .features-editorial__lead,.creator-halo-landing .creator-dashboard-reference-section .creator-dashboard-reference-subtitle,.creator-halo-landing .creator-process-reference__subtitle,.creator-halo-landing .faq-reference__subtitle{max-width:390px;margin-top:18px;font-size:14px}}.creator-halo-main.page-wrap>.creator-faq-stack-section>.faq-section{padding-top:clamp(36px,3.2vw,50px);padding-bottom:clamp(72px,6vw,94px)}.creator-halo-landing .faq-inner{width:min(100%,85rem);max-width:85rem}.creator-halo-landing .faq-layout{grid-template-columns:minmax(0,1.9fr) minmax(320px,.72fr);gap:20px}.creator-halo-landing .faq-sidecard{gap:0;padding:31px 30px 28px}.creator-halo-landing .faq-sidecard-text{font-size:13px;line-height:1.55}.creator-halo-landing .faq-sidecard-point{min-height:46px;color:#fff;background:transparent;border-color:transparent}.creator-halo-landing .faq-sidecard-link{min-height:34px;color:#ffffffd1;background:transparent;border-color:transparent}.creator-halo-landing .faq-sidecard-link:hover{background:transparent;border-color:transparent}.creator-halo-landing .faq-sidecard-cta{min-height:48px;padding:0 20px}@media(max-width:920px){.creator-halo-landing .faq-layout{grid-template-columns:1fr}}@media(max-width:680px){.creator-halo-main.page-wrap>.creator-faq-stack-section>.faq-section{padding-top:32px;padding-bottom:58px}.creator-halo-landing .faq-sidecard{padding:26px 22px 22px}}.creator-network-hero .hero-live-metrics{position:relative;z-index:5;width:min(100%,390px);display:grid;grid-template-columns:repeat(2,minmax(0,1fr));margin-top:26px;overflow:hidden;border:1px solid rgba(116,88,180,.12);border-radius:22px;background:#ffffffb3;box-shadow:0 18px 44px -30px #23164557,inset 0 1px #ffffffeb;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}.creator-network-hero .hero-live-metric{min-width:0;display:grid;gap:3px;padding:15px 20px 14px;color:#15111c;text-decoration:none;transition:background-color .25s ease}.creator-network-hero .hero-live-metric+.hero-live-metric{border-left:1px solid rgba(71,58,98,.11)}.creator-network-hero .hero-live-metric:hover{background:#7e52ee0e}.creator-network-hero .hero-live-metric strong{color:#d32883;font-size:clamp(27px,2.4vw,35px);font-weight:650;line-height:1;letter-spacing:-.045em}.creator-network-hero .hero-live-metric span{color:#817d89;font-size:12px;font-weight:500;line-height:1.25}.creator-halo-stage .hero-how-link{display:inline-flex;align-items:center;gap:14px;padding:12px 2px;color:#191620a3;font-size:13.5px;font-weight:500;text-decoration:none;white-space:nowrap;transition:color .25s ease,transform .25s ease;animation:haloHeroCopyIn .62s cubic-bezier(.22,1,.36,1) .46s backwards}.creator-halo-stage .hero-how-link:hover{color:#15111c;transform:translate(2px)}.creator-halo-stage .hero-editorial-cta-circle svg{stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.creator-halo-stage .hero-reference-benefits{width:min(670px,73vw);display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:23px;margin-top:56px;animation:haloHeroCopyIn .62s cubic-bezier(.22,1,.36,1) .5s backwards}.creator-halo-stage .hero-reference-benefit{min-width:0;display:grid;grid-template-columns:42px minmax(0,1fr);gap:12px;align-items:center}.creator-halo-stage .hero-reference-benefit__icon{width:42px;height:42px;display:grid;place-items:center;border-radius:50%;color:#8060ea;background:#7e58eb14}.creator-halo-stage .hero-reference-benefit__icon svg{width:21px;height:21px;stroke:currentColor;stroke-width:1.65;stroke-linecap:round;stroke-linejoin:round}.creator-halo-stage .hero-reference-benefit>span:last-child{min-width:0;display:grid;gap:4px}.creator-halo-stage .hero-reference-benefit strong{color:#24202b;font-size:12.5px;font-weight:600;line-height:1.2}.creator-halo-stage .hero-reference-benefit small{color:#24202b80;font-size:10.5px;line-height:1.35}.creator-halo-landing .features-reference-grid.has-pair-reveal .feature-reference-card{filter:saturate(.84);transform:translate3d(0,18px,0) scale(.987)}.creator-halo-landing .features-reference-grid.has-pair-reveal .feature-reference-card.is-pair-revealed{filter:saturate(1);transform:translateZ(0) scale(1);transition:transform .78s cubic-bezier(.16,1,.3,1),filter .72s ease,box-shadow .34s ease}.creator-halo-landing .features-reference-grid.has-pair-reveal .feature-reference-card:nth-child(2n).is-pair-revealed{transition-delay:.11s}.creator-halo-landing .faq-list{overflow:hidden;border-radius:28px;background:#fff;box-shadow:0 -12px 32px -22px #1f18306b,0 -2px 12px -8px #1f183029,0 1px 2px #1913250d,0 13px 34px -20px #1f18303d,0 36px 82px -48px #2219376b}.creator-halo-landing .faq-item,.creator-halo-landing .faq-item:hover{border:0;border-radius:0;background:#fff;box-shadow:none;transform:none}.creator-halo-landing .faq-item+.faq-item{border-top:1px solid rgba(30,24,42,.085)}.creator-halo-landing .faq-q{min-height:86px;padding:22px 30px}.creator-halo-landing .faq-q:hover{color:#15111c;background:#714ece06}.creator-halo-landing .faq-q-text{font-size:clamp(17px,1.25vw,19px);font-weight:580}.creator-halo-landing .faq-icon,.creator-halo-landing .faq-item.open .faq-icon{position:relative;width:36px;height:36px;display:block;flex:0 0 36px;border:0;border-radius:12px;color:#fff;background:#15121b!important;transform:none;transition:transform .42s cubic-bezier(.16,1,.3,1),background-color .25s ease}.creator-halo-landing .faq-icon:before,.creator-halo-landing .faq-icon:after{content:"";position:absolute;top:50%;left:50%;width:12px;height:1.5px;border-radius:99px;background:currentColor;transform:translate(-50%,-50%);transition:transform .4s cubic-bezier(.16,1,.3,1)}.creator-halo-landing .faq-icon:after{transform:translate(-50%,-50%) rotate(90deg)}.creator-halo-landing .faq-item.open .faq-icon{transform:rotate(90deg)}.creator-halo-landing .faq-item.open .faq-icon:before{transform:translate(-50%,-50%) rotate(90deg)}.creator-halo-landing .faq-item.open .faq-icon:after{transform:translate(-50%,-50%) rotate(90deg) scaleX(0)}.creator-halo-landing .faq-a,.creator-halo-landing .faq-item.open .faq-a{display:grid;max-height:none;overflow:hidden;opacity:0;grid-template-rows:0fr;transition:grid-template-rows .5s cubic-bezier(.16,1,.3,1),opacity .24s ease}.creator-halo-landing .faq-item.open .faq-a{opacity:1;grid-template-rows:1fr}.creator-halo-landing .faq-a-inner{min-height:0;padding:0 82px 0 30px;overflow:hidden;color:#77727f;font-size:15px;line-height:1.7;transform:translateY(-7px);transition:padding .5s cubic-bezier(.16,1,.3,1),transform .5s cubic-bezier(.16,1,.3,1)}.creator-halo-landing .faq-item.open .faq-a-inner{padding-bottom:27px;transform:translateY(0)}.creator-halo-landing .faq-sidecard-title{font-size:clamp(31px,2.35vw,39px)}.creator-halo-landing .faq-sidecard-text{max-width:34ch;font-size:15px;line-height:1.62}.creator-halo-landing .faq-sidecard-point-copy strong{font-size:15px}.creator-halo-landing .faq-sidecard-point-copy small{font-size:12.5px}.creator-halo-landing .faq-sidecard-link{font-size:14px}.creator-halo-landing .faq-sidecard-cta{font-size:14.5px;font-weight:600}.creator-halo-landing .faq-sidecard{box-shadow:0 1px 2px #1811271f,0 20px 44px -24px #1f143594,0 38px 84px -52px #1f1435b8}@media(hover:hover)and (pointer:fine){.creator-halo-landing .features-reference-grid.has-pair-reveal .feature-reference-card.is-pair-revealed:hover{filter:saturate(1);transform:translate3d(0,-5px,0) scale(1.006);transition-delay:0s}}.creator-halo-landing>footer.creator-footer{width:min(calc(100% - 48px),85rem);max-width:85rem;min-height:0;margin:0 auto 24px;padding:0;overflow:hidden;border:0;border-radius:34px;color:#fff;background:radial-gradient(circle at 84% 8%,rgba(122,74,225,.34),transparent 31%),linear-gradient(135deg,#12111a,#171522,#211630);box-shadow:0 28px 72px -40px #19122aa8}.creator-halo-landing .creator-footer__inner{width:100%;display:block;padding:40px 46px 20px;box-sizing:border-box;font-family:Minded,sans-serif}.creator-halo-landing .creator-footer__main{display:grid;grid-template-columns:minmax(280px,.68fr) minmax(0,1.32fr);gap:clamp(64px,8vw,124px);align-items:start}.creator-halo-landing .creator-footer__brand{min-width:0;display:flex;flex-direction:column;align-items:flex-start}.creator-halo-landing .creator-footer__logo{color:#fff;font-size:clamp(54px,4.5vw,68px);font-weight:630;line-height:.9;letter-spacing:-.065em;text-decoration:none}.creator-halo-landing .creator-footer__tagline{margin:20px 0 0;color:#ffffffad;font-size:15px;line-height:1.58}.creator-halo-landing .creator-footer__upload,.creator-halo-landing .creator-footer__telegram{width:min(100%,320px);min-height:52px;display:flex;align-items:center;gap:13px;margin-top:24px;padding:0 18px;border:1px solid rgba(255,255,255,.22);border-radius:16px;color:#15121b;background:#fff;font-size:15px;font-weight:620;text-decoration:none;box-sizing:border-box}.creator-halo-landing .creator-footer__upload{justify-content:space-between}.creator-halo-landing .creator-footer__upload svg,.creator-halo-landing .creator-footer__telegram svg{width:21px;height:21px}.creator-halo-landing .creator-footer__upload svg{fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.creator-halo-landing .creator-footer__telegram{margin-top:10px;color:#fff;background:#ffffff06}.creator-halo-landing .creator-footer__telegram svg,.creator-halo-landing .creator-footer__socials svg{fill:currentColor}.creator-halo-landing .creator-footer__socials{display:flex;gap:9px;margin-top:14px}.creator-halo-landing .creator-footer__socials a{width:39px;height:39px;display:grid;place-items:center;border-radius:13px;color:#fff;background:#fff1;font-size:12px;font-weight:650;text-decoration:none}.creator-halo-landing .creator-footer__socials svg{width:18px;height:18px}.creator-halo-landing .creator-footer__release{max-width:340px;display:grid;grid-template-columns:42px minmax(0,1fr);gap:13px;margin-top:24px;padding-top:22px;border-top:1px solid rgba(255,255,255,.1)}.creator-halo-landing .creator-footer__release-icon{width:42px;height:42px;display:grid;place-items:center;border-radius:13px;color:#c0a7ff;background:#7e53e633}.creator-halo-landing .creator-footer__release strong{color:#fff;font-size:14px}.creator-halo-landing .creator-footer__release p{margin:6px 0 0;color:#ffffff85;font-size:12px;line-height:1.45}.creator-halo-landing .creator-footer__release a{display:inline-flex;gap:8px;margin-top:10px;color:#a88cff;font-size:12.5px;font-weight:620;text-decoration:none}.creator-halo-landing .creator-footer__nav{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(38px,4vw,66px)}.creator-halo-landing .creator-footer__nav-group h3{margin:0 0 18px;color:#9f83f6;font-size:12px;font-weight:700;letter-spacing:.07em;text-transform:uppercase}.creator-halo-landing .creator-footer__nav-group ul{display:grid;gap:14px;margin:0;padding:0;list-style:none}.creator-halo-landing .creator-footer__nav-group a{color:#ffffffba;font-size:15px;line-height:1.3;text-decoration:none}.creator-halo-landing .creator-footer__nav-group a:hover{color:#fff}.creator-halo-landing .creator-footer__legal{display:flex;justify-content:space-between;gap:24px;margin-top:30px;padding-top:17px;border-top:1px solid rgba(255,255,255,.1);color:#ffffff73}.creator-halo-landing .creator-footer__legal p{display:flex;flex-wrap:wrap;gap:6px 12px;margin:0;font-size:11.5px}.creator-halo-landing .creator-footer__legal a{color:#ffffffb3}.creator-halo-landing .creator-footer__seo{margin-top:14px;padding-top:14px;border-top:1px solid rgba(255,255,255,.08)}.creator-halo-landing .creator-footer__seo>nav{width:100%!important;display:grid!important;grid-template-columns:minmax(0,.72fr) minmax(0,1.28fr);gap:16px 36px!important;margin:0!important;padding:0!important;border:0!important;opacity:1!important}.creator-halo-landing .creator-footer__seo>nav>div{display:flex!important;flex-wrap:wrap;align-items:baseline!important;gap:7px 13px!important;margin:0!important}.creator-halo-landing .creator-footer__seo>nav span{color:#b8a0ffe6!important;font-family:Minded,sans-serif!important;font-size:11px!important;font-weight:700!important}.creator-halo-landing .creator-footer__seo>nav a{color:#ffffffa3!important;font-family:Minded,sans-serif!important;font-size:11.5px!important;line-height:1.45!important}.creator-halo-landing .creator-footer__seo .footer-seo-wrap{width:100%}.creator-halo-landing .creator-footer__seo .footer-seo-wrap nav{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px 34px!important;margin:0!important;padding:0!important;border:0!important}.creator-halo-landing .creator-footer__seo .footer-seo-wrap nav>div{display:flex!important;flex-wrap:wrap;gap:7px 12px!important}.creator-halo-landing .creator-footer__seo .footer-seo-wrap nav span{color:#ffffff61!important;font-size:9px!important}.creator-halo-landing .creator-footer__seo .footer-seo-wrap nav a{color:#ffffff80!important;font-size:9.5px!important}@media(max-width:900px){.creator-halo-landing .creator-footer__main{grid-template-columns:1fr;gap:42px}.creator-halo-landing .creator-footer__nav{max-width:680px}}@media(max-width:680px){.creator-network-hero .hero-live-metrics{width:min(100%,330px);margin-top:20px;border-radius:18px}.creator-network-hero .hero-live-metric{padding:13px 15px 12px}.creator-network-hero .hero-live-metric strong{font-size:27px}.creator-halo-stage .hero-reference-benefits{width:100%;grid-template-columns:1fr;gap:12px;margin-top:32px}.creator-halo-landing .features-reference-grid.has-pair-reveal .feature-reference-card,.creator-halo-landing .features-reference-grid.has-pair-reveal .feature-reference-card.is-pair-revealed{filter:none;transform:none}.creator-halo-landing .faq-q{min-height:76px;padding:19px 20px}.creator-halo-landing .faq-a-inner{padding-right:58px;padding-left:20px}.creator-halo-landing .faq-sidecard-title{font-size:31px}.creator-halo-landing .faq-sidecard-text{font-size:14px}.creator-halo-landing>footer.creator-footer{width:calc(100% - 24px);margin-bottom:12px;border-radius:27px}.creator-halo-landing .creator-footer__inner{padding:36px 24px 22px}.creator-halo-landing .creator-footer__nav{grid-template-columns:1fr 1fr;gap:34px 24px}.creator-halo-landing .creator-footer__legal{align-items:flex-start;flex-direction:column}.creator-halo-landing .creator-footer__seo .footer-seo-wrap nav{grid-template-columns:1fr}.creator-halo-landing .creator-footer__seo>nav{grid-template-columns:1fr}}@media(prefers-reduced-motion:reduce){.creator-halo-landing .features-reference-grid.has-pair-reveal .feature-reference-card,.creator-halo-landing .features-reference-grid.has-pair-reveal .feature-reference-card.is-pair-revealed,.creator-halo-landing .faq-icon,.creator-halo-landing .faq-icon:before,.creator-halo-landing .faq-icon:after,.creator-halo-landing .faq-a,.creator-halo-landing .faq-a-inner{transition:none!important;filter:none!important;transform:none!important}}.creator-halo-landing>footer.creator-footer{width:min(calc(100% - 48px),85rem);max-width:85rem;margin:0 auto 24px;border-radius:30px}.creator-halo-landing .creator-footer__inner{padding:46px 46px 24px}.creator-halo-landing .creator-footer__main{grid-template-columns:minmax(300px,.72fr) minmax(0,1.28fr);gap:clamp(72px,8vw,132px)}.creator-halo-landing .creator-footer__nav{grid-template-columns:1fr 1fr 1.18fr;gap:clamp(44px,4.4vw,76px)}.creator-halo-landing .creator-footer__artists{grid-template-columns:230px minmax(0,1fr);gap:34px;margin-top:44px;padding:29px 0;border-top:1px solid rgba(255,255,255,.11);border-bottom:1px solid rgba(255,255,255,.11)}.creator-halo-landing .creator-footer__artists nav{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:20px;align-items:center}.creator-halo-landing .creator-footer__artists nav a{font-size:14px;line-height:1.35;white-space:normal}.creator-halo-landing .creator-footer__legal{align-items:flex-end;margin-top:25px;padding-top:0;border-top:0!important}.creator-halo-landing .creator-footer__copyright{display:grid;gap:7px}.creator-halo-landing .creator-footer__legal p{font-size:13px}.creator-halo-landing .creator-footer__requisites{justify-content:flex-end;text-align:right}@media(max-width:1040px){.creator-halo-landing .creator-footer__main{grid-template-columns:1fr;gap:44px}.creator-halo-landing .creator-footer__artists{grid-template-columns:1fr;gap:20px}}@media(max-width:760px){.creator-halo-landing .creator-footer__inner{padding:36px 24px 22px}.creator-halo-landing .creator-footer__nav{grid-template-columns:1fr 1fr;gap:34px 24px}.creator-halo-landing .creator-footer__nav-group:last-child{grid-column:1 / -1}.creator-halo-landing .creator-footer__artists nav{grid-template-columns:1fr 1fr;gap:12px 18px}.creator-halo-landing .creator-footer__legal{align-items:flex-start;flex-direction:column}.creator-halo-landing .creator-footer__requisites{justify-content:flex-start;text-align:left}}.creator-halo-landing .features-reference-grid.has-pair-reveal .feature-reference-card.is-pair-revealed.is-pair-settled{top:0;filter:none;transform:none;transition:top .3s cubic-bezier(.22,1,.36,1),box-shadow .34s ease}@media(hover:hover)and (pointer:fine){.creator-halo-landing .features-reference-grid.has-pair-reveal .feature-reference-card.is-pair-revealed.is-pair-settled:hover{top:-5px;filter:none;transform:none}}@media(max-width:650px){.creator-dashboard-reference-section.has-mobile-card-reveal:not(.is-animated) .creator-dashboard-reference-grid{visibility:visible}.creator-dashboard-reference-section.has-mobile-card-reveal .creator-dashboard-release-card,.creator-dashboard-reference-section.has-mobile-card-reveal .creator-dashboard-stream-card,.creator-dashboard-reference-section.has-mobile-card-reveal .creator-dashboard-finance-column{position:relative;top:14px;opacity:.84;filter:none;transform:none;transition:opacity .64s ease,top .72s cubic-bezier(.16,1,.3,1)}.creator-dashboard-reference-section.has-mobile-card-reveal .is-card-revealed{top:0;opacity:1;filter:none;transform:none}.creator-dashboard-stream-card.is-card-revealed .creator-dashboard-stream-reveal{clip-path:none;animation:creatorDashboardMobileStreamIn .5s cubic-bezier(.22,1,.36,1) both}.creator-dashboard-stream-card .creator-dashboard-stream-line{filter:none}.creator-dashboard-release-card.is-card-revealed .creator-dashboard-release-route:before{transform-origin:0 50%;animation:creatorDashboardRouteFill 3.4s cubic-bezier(.2,.68,.25,1) .2s both}.creator-dashboard-release-card.is-card-revealed .creator-dashboard-release-route>div>i{animation:creatorDashboardStageActivate .62s cubic-bezier(.22,1,.36,1) both}.creator-dashboard-release-card.is-card-revealed .creator-dashboard-release-route>div:nth-child(1)>i{animation-delay:.2s}.creator-dashboard-release-card.is-card-revealed .creator-dashboard-release-route>div:nth-child(2)>i{animation-delay:1.05s}.creator-dashboard-release-card.is-card-revealed .creator-dashboard-release-route>div:nth-child(3)>i{animation-delay:1.9s}.creator-dashboard-release-card.is-card-revealed .creator-dashboard-release-route>div:nth-child(4)>i{animation-delay:2.75s}.creator-dashboard-release-card.is-card-revealed .creator-dashboard-release-cover>i{animation:creatorDashboardCoverOrbit 7.2s linear infinite}.creator-dashboard-release-card.is-card-revealed .creator-dashboard-release-cover>span{animation:creatorDashboardCoverOrbitReverse 9s linear infinite}.creator-dashboard-release-card.is-card-revealed .creator-dashboard-release-cover:before{animation:creatorDashboardCoverHeadFloat 3.8s ease-in-out infinite}.creator-dashboard-release-card.is-card-revealed .creator-dashboard-release-cover:after{animation:creatorDashboardCoverBodyBreathe 3.8s ease-in-out infinite}.creator-dashboard-stream-card.is-card-revealed .creator-dashboard-card-header h3>span{animation:creatorDashboardLiveBreathe 2.2s ease-in-out infinite}.creator-dashboard-finance-column.is-card-revealed .creator-dashboard-payout-total>b{animation:creatorDashboardPayoutPillIn 1.05s cubic-bezier(.22,1,.36,1) .25s both}.creator-dashboard-finance-column.is-card-revealed .creator-dashboard-sources-list p>i:not(.creator-dashboard-platform-logo)>b{transform-origin:0 50%;animation:creatorDashboardSourceFill 2.1s cubic-bezier(.22,.72,.24,1) both}.creator-dashboard-finance-column.is-card-revealed .creator-dashboard-sources-list p:nth-child(1)>i>b{animation-delay:.3s}.creator-dashboard-finance-column.is-card-revealed .creator-dashboard-sources-list p:nth-child(2)>i>b{animation-delay:.48s}.creator-dashboard-finance-column.is-card-revealed .creator-dashboard-sources-list p:nth-child(3)>i>b{animation-delay:.66s}.creator-dashboard-finance-column.is-card-revealed .creator-dashboard-sources-list p:nth-child(4)>i>b{animation-delay:.84s}.creator-dashboard-finance-column.is-card-revealed .creator-dashboard-sources-list p:nth-child(5)>i>b{animation-delay:1.02s}}@keyframes creatorDashboardMobileStreamIn{0%{opacity:0;transform:translate3d(0,6px,0)}to{opacity:1;transform:translateZ(0)}}@media(prefers-reduced-motion:reduce){.creator-halo-landing .features-reference-grid.has-pair-reveal .feature-reference-card.is-pair-revealed.is-pair-settled,.creator-dashboard-reference-section.has-mobile-card-reveal .creator-dashboard-release-card,.creator-dashboard-reference-section.has-mobile-card-reveal .creator-dashboard-stream-card,.creator-dashboard-reference-section.has-mobile-card-reveal .creator-dashboard-finance-column{top:0;opacity:1;filter:none;transform:none;transition:none}}.creator-halo-stage .creator-network-hero .hero-left{max-width:620px;translate:0 18px}.creator-halo-stage .creator-network-hero .hero-category-pill{margin-bottom:22px;padding:8px 14px;font-size:12px}.creator-halo-stage .creator-network-hero .hero-title{max-width:590px;margin-bottom:22px;font-size:clamp(72px,6.15vw,92px);line-height:.96}.creator-halo-stage .creator-network-hero .hero-sub{max-width:430px;margin-bottom:28px;font-size:18px;line-height:1.5}.creator-halo-stage .hero-cta-cluster{max-width:450px;gap:18px}.creator-halo-stage .hero-editorial-cta{min-height:60px;padding:6px 7px 6px 22px;border:1px solid rgba(116,83,197,.14);color:#17131f;background:linear-gradient(135deg,#faf8fff5,#d5c7fff5);box-shadow:0 14px 30px -16px #5b3bac7a,0 8px 18px -12px #25184547,inset 0 1px #ffffffe6}.creator-halo-stage .hero-editorial-cta:before{opacity:.28}.creator-halo-stage .hero-editorial-cta-copy strong{color:#17131f;font-size:15.5px}.creator-halo-stage .hero-editorial-cta-circle,.creator-halo-stage .hero-editorial-cta:hover .hero-editorial-cta-circle{width:48px;height:48px;flex-basis:48px;color:#17131f;background:#ffffffeb}.creator-halo-stage .hero-how-link{font-size:14.5px}@media(max-width:680px){.creator-halo-stage .creator-network-hero .hero-left{max-width:none;translate:0 10px}.creator-halo-stage .creator-network-hero .hero-category-pill{margin-bottom:18px;font-size:11px}.creator-halo-stage .creator-network-hero .hero-title{max-width:100%;margin-bottom:20px;font-size:clamp(56px,16vw,72px)}.creator-halo-stage .creator-network-hero .hero-sub{max-width:355px;margin-bottom:24px;font-size:16px}.creator-halo-stage .hero-cta-cluster{max-width:100%;gap:12px}.creator-halo-stage .hero-editorial-cta{min-height:56px;padding-left:18px}.creator-halo-stage .hero-editorial-cta-circle,.creator-halo-stage .hero-editorial-cta:hover .hero-editorial-cta-circle{width:44px;height:44px;flex-basis:44px}}.creator-halo-stage .creator-network-hero .hero{height:clamp(700px,79.1svh,791px);min-height:700px;max-height:791px}.creator-halo-stage .creator-network-hero .hero-category-pill>svg{fill:currentColor;stroke:none}.creator-halo-stage .creator-network-hero .hero-title{max-width:590px;margin-bottom:20px;font-size:clamp(67px,5.43vw,85px);line-height:1.01;overflow:visible}.creator-halo-stage .creator-network-hero .hero-title>span,.creator-halo-stage .creator-network-hero .hero-title>span>span{display:block;line-height:inherit;overflow:visible}.creator-halo-stage .creator-network-hero .hero-title>span>span{padding:.015em .04em .08em 0;margin-bottom:-.08em}.creator-halo-stage .creator-network-hero .hero-sub{color:#85828d;font-size:clamp(15px,1.25vw,17px);font-weight:430;line-height:1.5;letter-spacing:-.014em}@media(max-width:900px){.creator-halo-stage .creator-network-hero .hero{height:clamp(690px,80.2svh,762px);min-height:690px;max-height:762px}}@media(max-width:680px){.creator-halo-stage .creator-network-hero .hero{height:clamp(669px,79.1svh,740px);min-height:669px;max-height:740px}.creator-halo-stage .creator-network-hero .hero:before{background:linear-gradient(180deg,rgba(255,255,255,.36) 0%,rgba(255,255,255,.2) 43%,rgba(255,255,255,.04) 70%,transparent 100%),linear-gradient(90deg,rgba(255,255,255,.28) 0%,rgba(255,255,255,.08) 62%,transparent 100%)}.creator-halo-stage .creator-network-hero .hero-title{max-width:100%;margin-bottom:20px;font-size:clamp(42px,11.2vw,50px);line-height:1.02;letter-spacing:-.045em}.creator-halo-stage .creator-network-hero .hero-sub{font-size:16.5px}}.creator-halo-stage .creator-network-hero .hero-sub{font-size:clamp(16px,1.3vw,18px)}@media(max-width:680px){.creator-halo-stage .creator-network-hero .hero-sub{font-size:16.5px}.creator-halo-landing .feature-reference-card__copy p{font-size:13.5px;line-height:1.52}.creator-halo-landing .creator-dashboard-reference-section{margin-top:-15svh}}@media(min-width:681px)and (max-width:820px){.creator-halo-stage .creator-network-hero .hero:before{background:linear-gradient(180deg,rgba(255,255,255,.58) 0%,rgba(255,255,255,.34) 38%,rgba(255,255,255,.09) 68%,transparent 100%),linear-gradient(90deg,rgba(255,255,255,.42) 0%,rgba(255,255,255,.1) 58%,transparent 100%)}}.creator-halo-stage .hero-halo-video{filter:none!important;image-rendering:auto;backface-visibility:visible;will-change:auto}.creator-halo-landing .feature-reference-card,.creator-halo-landing .feature-reference-card *{-webkit-font-smoothing:antialiased;text-rendering:geometricPrecision}.creator-halo-landing .feature-reference-card__label{border-width:1px;border-style:solid;box-shadow:inset 0 1px #ffffffb8}.creator-halo-landing .feature-reference-card--rights .feature-reference-card__label{color:#2477f3;border-color:#2477f36b;background:#2477f316}.creator-halo-landing .feature-reference-card--platforms .feature-reference-card__label{color:#12a95f;border-color:#12a95f6b;background:#12a95f16}.creator-halo-landing .feature-reference-card--analytics .feature-reference-card__label{color:#377ff2;border-color:#377ff26b;background:#377ff216}.creator-halo-landing .feature-reference-card--speed .feature-reference-card__label{color:#ef4148;border-color:#ef41486b;background:#ef414816}.creator-halo-landing .feature-reference-card--formats .feature-reference-card__label{color:#7550f3;border-color:#7550f36b;background:#7550f316}.creator-halo-landing .feature-reference-card--support .feature-reference-card__label{color:#377ff2;border-color:#377ff26b;background:#377ff216}@media(hover:hover)and (pointer:fine){.creator-halo-landing .feature-reference-card:hover,.creator-halo-landing .feature-reference-card:focus-within{top:-5px;translate:none;transform:none;filter:none}}.editorial-nav .editorial-nav-panel-actions{grid-template-columns:1fr}.editorial-nav .editorial-nav-login{width:100%}.creator-halo-landing .creator-footer__socials svg{overflow:visible}.creator-halo-landing .creator-footer__socials a:nth-child(2) svg{fill:currentColor;font-family:Arial,sans-serif}.creator-halo-landing .creator-footer__socials a:nth-child(3) svg{fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}@media(max-width:900px){.creator-halo-landing .feature-reference-card,.creator-halo-landing .feature-reference-card:hover,.creator-halo-landing .feature-reference-card:focus-within{translate:none;transform:none;filter:none;backface-visibility:visible;will-change:auto}.creator-process-reference__media img{top:auto!important;right:-2%!important;bottom:-2%!important;width:84%!important;height:66%!important;object-fit:contain!important;object-position:right bottom!important;transform:none!important;filter:none!important}}@media(max-width:680px){.editorial-nav .editorial-nav-menu-button{width:40px;height:40px;min-width:40px;min-height:40px}.editorial-nav .editorial-nav-menu-button span{width:15px}.creator-halo-stage .hero-halo-video{image-rendering:auto}.creator-halo-landing .creator-footer__inner{padding:28px 20px 18px}.creator-halo-landing .creator-footer__main{gap:30px}.creator-halo-landing .creator-footer__nav{gap:26px 20px}.creator-halo-landing .creator-footer__artists{gap:16px;margin-top:30px;padding:25px 0}.creator-halo-landing .creator-footer__legal{gap:14px;margin-top:18px}.creator-halo-landing .creator-footer__socials a{width:36px;height:36px}.creator-halo-landing .creator-footer__socials svg{width:17px;height:17px}.creator-halo-landing .faq-icon,.creator-halo-landing .faq-item.open .faq-icon{width:30px;height:30px;flex-basis:30px;border-radius:10px;color:#6e4df2;background:#f0ebff!important;box-shadow:inset 0 0 0 1px #6e4df21f}.creator-halo-landing .faq-icon:before,.creator-halo-landing .faq-icon:after{width:10px}}.creator-halo-landing .features-reference-grid.is-revealed .feature-reference-card,.creator-halo-landing .features-reference-grid.has-pair-reveal .feature-reference-card,.creator-halo-landing .features-reference-grid.has-pair-reveal .feature-reference-card.is-pair-revealed,.creator-halo-landing .features-reference-grid.has-pair-reveal .feature-reference-card.is-pair-revealed.is-pair-settled{opacity:1!important;filter:none!important;transform:none!important;animation:none!important;transition-delay:0s!important}.creator-halo-landing .feature-reference-card{top:0;translate:none;transform:none;filter:none;will-change:auto;transition:top .62s cubic-bezier(.16,1,.3,1),box-shadow .62s cubic-bezier(.16,1,.3,1)}.creator-halo-landing .feature-reference-card__label{font-weight:620;box-shadow:inset 0 1px #ffffffd6,0 5px 13px -10px currentColor}.creator-halo-landing .feature-reference-card--rights .feature-reference-card__label{border-color:#2477f38f;background:#2477f31d}.creator-halo-landing .feature-reference-card--platforms .feature-reference-card__label{border-color:#12a95f8f;background:#12a95f1d}.creator-halo-landing .feature-reference-card--analytics .feature-reference-card__label{border-color:#377ff28f;background:#377ff21d}.creator-halo-landing .feature-reference-card--speed .feature-reference-card__label{border-color:#ef41488f;background:#ef41481d}.creator-halo-landing .feature-reference-card--formats .feature-reference-card__label{border-color:#7550f38f;background:#7550f31d}.creator-halo-landing .feature-reference-card--support .feature-reference-card__label{border-color:#377ff28f;background:#377ff21d}@media(hover:hover)and (pointer:fine){.creator-halo-landing .feature-reference-card:hover,.creator-halo-landing .feature-reference-card:focus-within,.creator-halo-landing .features-reference-grid.has-pair-reveal .feature-reference-card.is-pair-revealed:hover,.creator-halo-landing .features-reference-grid.has-pair-reveal .feature-reference-card.is-pair-revealed.is-pair-settled:hover{top:-5px;translate:none;transform:none;filter:none;transition-delay:0s}}.creator-process-reference__step{filter:none;transform:none;will-change:opacity;transition:opacity .76s cubic-bezier(.16,1,.3,1),border-color .52s ease,box-shadow .52s cubic-bezier(.16,1,.3,1)}.creator-process-reference__step.is-pending{opacity:0}.creator-process-reference__step.is-revealed{opacity:1}.creator-process-reference__media img{image-rendering:auto;backface-visibility:visible;will-change:auto}@media(max-width:900px){.creator-halo-landing .feature-reference-card,.creator-halo-landing .feature-reference-card:hover,.creator-halo-landing .feature-reference-card:focus-within{top:0;transition:box-shadow .42s ease}.creator-process-reference__media img{inset:0!important;width:100%!important;height:100%!important;max-width:none!important;object-fit:cover!important;object-position:70% 50%!important;transform:none!important;filter:none!important}}@media(max-width:760px){.creator-process-reference__step{min-height:clamp(380px,96vw,430px)}.creator-process-reference__copy{z-index:5;width:min(calc(100% - 84px),300px);padding-right:8px}.creator-process-reference__media:after{width:72%;background:linear-gradient(90deg,#fff,#fffffffc 48%,#ffffffe6 66%,#fff0)}.creator-process-reference__media:before{opacity:.55}.creator-process-reference__media img{object-position:70% 50%!important}}@media(prefers-reduced-motion:reduce){.creator-halo-landing .feature-reference-card,.creator-process-reference__step{top:0!important;opacity:1!important;transition:none!important}}.creator-halo-landing .feature-reference-card{top:0!important;translate:0 0;transform:none!important;will-change:translate;transition:translate .56s cubic-bezier(.16,1,.3,1),box-shadow .56s cubic-bezier(.16,1,.3,1)!important}@media(hover:hover)and (pointer:fine){.creator-halo-landing .feature-reference-card:hover,.creator-halo-landing .feature-reference-card:focus-within,.creator-halo-landing .features-reference-grid.has-pair-reveal .feature-reference-card.is-pair-revealed:hover,.creator-halo-landing .features-reference-grid.has-pair-reveal .feature-reference-card.is-pair-revealed.is-pair-settled:hover{top:0!important;translate:0 -5px;transform:none!important;filter:none!important}}.creator-halo-landing .faq-icon,.creator-halo-landing .faq-item.open .faq-icon{width:30px;height:30px;flex:0 0 30px;border-radius:10px;color:#fff;background:#17131f!important;box-shadow:inset 0 1px #ffffff17,0 8px 18px -13px #181321b8;transform:none;transition:color .26s ease,background-color .26s ease,box-shadow .26s ease}.creator-halo-landing .faq-icon:before,.creator-halo-landing .faq-icon:after{width:9px;height:1.5px;transition:transform .36s cubic-bezier(.16,1,.3,1)}.creator-halo-landing .faq-item.open .faq-icon{color:#fff;background:#7050e8!important;box-shadow:0 10px 22px -14px #7050e8bf}@media(max-width:900px){.creator-halo-landing .feature-reference-card,.creator-halo-landing .feature-reference-card:hover,.creator-halo-landing .feature-reference-card:focus-within{translate:0 0!important;will-change:auto}}@media(max-width:760px){.creator-halo-main.page-wrap>.creator-faq-stack-section,.creator-halo-main.page-wrap>.creator-faq-stack-section>.faq-section{background:#fff!important}.creator-halo-main.page-wrap>.creator-faq-stack-section:before,.creator-halo-main.page-wrap>.creator-faq-stack-section:after,.creator-halo-main.page-wrap>.creator-faq-stack-section>.faq-section:before,.creator-halo-main.page-wrap>.creator-faq-stack-section>.faq-section:after{display:none!important;content:none!important}.creator-halo-landing .faq-icon,.creator-halo-landing .faq-item.open .faq-icon{width:28px;height:28px;flex-basis:28px;border-radius:9px;color:#6847df;background:#f1edff!important;box-shadow:inset 0 0 0 1px #6847df24}.creator-halo-landing .faq-item.open .faq-icon{color:#fff;background:#7050e8!important;box-shadow:0 9px 18px -13px #7050e8b8}.creator-process-reference__list{--process-rail: 60px;gap:10px}.creator-process-reference__step{min-height:clamp(228px,60vw,258px);border-radius:20px}.creator-process-reference__rail{padding-top:25px}.creator-process-reference__step:first-child .creator-process-reference__rail:before,.creator-process-reference__step:first-child .creator-process-reference__rail:after{top:44px}.creator-process-reference__step:last-child .creator-process-reference__rail{padding-top:31px}.creator-process-reference__step:last-child .creator-process-reference__rail:before,.creator-process-reference__step:last-child .creator-process-reference__rail:after{height:51px}.creator-process-reference__rail>span{width:36px;height:36px;font-size:16px}.creator-process-reference__copy{width:min(calc(100% - 72px),242px);min-height:0;padding:25px 8px 18px 6px}.creator-process-reference__step-label{margin-bottom:6px;font-size:9px}.creator-process-reference__copy h3{margin-bottom:9px;font-size:clamp(22px,6.2vw,27px);line-height:.98}.creator-process-reference__copy p{min-height:0;max-width:220px;color:#5d5765;font-size:13px;font-weight:520;line-height:1.48}.creator-process-reference__media:after{width:72%;background:linear-gradient(90deg,#fff,#fffffffc 52%,#ffffffe6 70%,#fff0)}.creator-process-reference__media:before{opacity:.36}.creator-process-reference__media img{inset:0!important;width:100%!important;height:100%!important;object-fit:cover!important;object-position:72% 50%!important}}@media(max-width:420px){.creator-process-reference__step{min-height:clamp(228px,60vw,252px)}.creator-process-reference__copy{width:calc(100% - 66px)}.creator-process-reference__copy h3{font-size:23px}.creator-process-reference__copy p{max-width:205px;font-size:13px}}.creator-halo-landing{--creator-support-surface: radial-gradient(circle at 86% 7%, rgba(156, 145, 218, .42), transparent 35%), radial-gradient(circle at 8% 92%, rgba(255, 255, 255, .72), transparent 38%), linear-gradient(135deg, #f1eef9 0%, #e8e5f4 48%, #dad6ee 100%);--creator-support-ink: #191625;--creator-support-muted: rgba(25, 22, 37, .64);--creator-support-line: rgba(73, 62, 107, .14);--creator-support-accent: #6d50dc}.creator-halo-landing .faq-sidecard,.creator-halo-landing>footer.creator-footer{border:0;color:var(--creator-support-ink);background:var(--creator-support-surface);box-shadow:0 1px 2px #41356314,0 26px 68px -42px #493e6b6b}.creator-halo-landing .faq-sidecard-kicker,.creator-halo-landing .faq-sidecard-block-title{color:var(--creator-support-accent)}.creator-halo-landing .faq-sidecard-title,.creator-halo-landing .faq-sidecard-point-copy strong{color:var(--creator-support-ink)}.creator-halo-landing .faq-sidecard-text,.creator-halo-landing .faq-sidecard-point-copy small{color:var(--creator-support-muted)}.creator-halo-landing .faq-sidecard-point{color:var(--creator-support-ink)}.creator-halo-landing .faq-sidecard-point-icon{border:1px solid rgba(109,80,220,.12);color:var(--creator-support-accent);background:#ffffff8f;box-shadow:inset 0 1px #ffffffc2}.creator-halo-landing .faq-sidecard-guides{border-top-color:var(--creator-support-line)}.creator-halo-landing .faq-sidecard-link{color:#191625c7}.creator-halo-landing .faq-sidecard-link:hover{color:var(--creator-support-ink)}.creator-halo-landing .faq-sidecard-link-arrow{color:var(--creator-support-accent)}.creator-halo-landing .creator-footer__logo{color:var(--creator-support-ink)}.creator-halo-landing .creator-footer__tagline{color:var(--creator-support-muted)}.creator-halo-landing .creator-footer__socials a{border:1px solid rgba(73,62,107,.1);color:#332c4d;background:#ffffff7a;box-shadow:inset 0 1px #ffffffb8}.creator-halo-landing .creator-footer__nav{grid-template-columns:repeat(3,minmax(150px,1fr));gap:clamp(46px,4vw,72px);align-items:start}.creator-halo-landing .creator-footer__nav-group{min-width:0}.creator-halo-landing .creator-footer__nav-group h3{color:var(--creator-support-accent)}.creator-halo-landing .creator-footer__nav-group ul{grid-auto-rows:minmax(20px,auto);align-content:start}.creator-halo-landing .creator-footer__nav-group a{color:#191625bd;font-family:Minded,sans-serif;font-size:15px;font-weight:590;line-height:1.2;letter-spacing:0}.creator-halo-landing .creator-footer__nav-group a:hover{color:var(--creator-support-ink)}.creator-halo-landing .creator-footer__legal{display:grid;grid-template-columns:minmax(180px,.7fr) minmax(0,1.3fr);align-items:end;margin-top:36px;padding-top:0;border-top:0!important;color:#19162594}.creator-halo-landing .creator-footer__legal p{color:#1916259e}.creator-halo-landing .creator-footer__legal a{color:#4f427b}@media(max-width:1040px){.creator-halo-landing .creator-footer__main{grid-template-columns:1fr;gap:42px}}@media(max-width:760px){.creator-halo-landing .creator-footer__main{gap:30px}.creator-halo-landing .creator-footer__nav{grid-template-columns:1fr 1fr;gap:30px 18px}.creator-halo-landing .creator-footer__nav-group:last-child{grid-column:1 / -1}.creator-halo-landing .creator-footer__nav-group h3{margin-bottom:14px}.creator-halo-landing .creator-footer__nav-group ul{gap:12px}.creator-halo-landing .creator-footer__legal{grid-template-columns:1fr;align-items:start;margin-top:28px}.creator-halo-landing .creator-footer__requisites{justify-content:flex-start;text-align:left}}@media(max-width:520px){.creator-halo-landing .creator-footer__nav{grid-template-columns:repeat(2,minmax(0,1fr));gap:28px 16px}.creator-halo-landing .creator-footer__nav-group:last-child{grid-column:1 / -1}.creator-halo-landing .creator-footer__nav-group a{font-size:14px}.creator-halo-landing .creator-footer__legal p{font-size:12px;line-height:1.45}.creator-halo-landing .creator-footer__requisites{gap:5px 8px}}.creator-halo-landing .faq-inner{width:min(100%,88rem);max-width:88rem}.creator-halo-landing .faq-layout{grid-template-columns:minmax(0,1fr);gap:0}.creator-halo-landing .faq-list{width:100%}.creator-halo-landing .faq-a-inner{max-width:none;padding-right:clamp(30px,7vw,112px)}.creator-halo-landing .faq-a-summary{max-width:82ch;margin:0;color:#5d5767;font-weight:540;line-height:1.65}.creator-halo-landing .faq-a-points{max-width:94ch;margin:14px 0 0;padding:0;display:grid;gap:9px;color:#77717f;list-style:none}.creator-halo-landing .faq-a-points li{position:relative;padding-left:20px}.creator-halo-landing .faq-a-points li:before{position:absolute;top:.72em;left:1px;width:7px;height:7px;border-radius:50%;background:linear-gradient(135deg,#8b65f4,#ef75b9);box-shadow:0 0 0 4px #7b53e814;content:""}@media(max-width:680px){.creator-halo-landing .faq-a-inner{padding-right:18px;padding-left:18px}.creator-halo-landing .faq-a-summary{font-size:14px}.creator-halo-landing .faq-a-points{gap:8px;font-size:13.5px}}.creator-halo-main.page-wrap>.creator-faq-stack-section,.creator-halo-main.page-wrap>.creator-faq-stack-section>.faq-section{background:#fff!important}.creator-halo-main.page-wrap>.creator-faq-stack-section:before,.creator-halo-main.page-wrap>.creator-faq-stack-section:after,.creator-halo-main.page-wrap>.creator-faq-stack-section>.faq-section:before,.creator-halo-main.page-wrap>.creator-faq-stack-section>.faq-section:after{display:none!important;content:none!important}.creator-halo-landing .faq-list{border:1px solid rgba(64,52,86,.055);background:#fff;box-shadow:0 0 0 1px #2c223f06,-18px 0 42px -28px #261d3847,18px 0 42px -28px #261d3847,0 -18px 38px -28px #261d384d,0 24px 52px -28px #261d3857}.creator-halo-landing .faq-q:hover{color:#17131f;background:#fcfbfe}.creator-halo-landing .faq-badge{min-height:28px;padding:0 12px;border:1px solid rgba(145,88,218,.08);border-radius:999px;color:#bd63da;background:#f8f1fc;font-size:11px;font-weight:720;letter-spacing:.055em}.creator-halo-landing .faq-icon,.creator-halo-landing .faq-item.open .faq-icon{width:38px;height:38px;flex:0 0 38px;border:1px solid rgba(108,73,221,.06);border-radius:50%;color:#17131f;background:#f8f4fc!important;box-shadow:inset 0 1px #ffffffe6;transform:none}.creator-halo-landing .faq-item.open .faq-icon{color:#6c49dd;background:#f0eaff!important}.creator-halo-landing .faq-icon:before,.creator-halo-landing .faq-icon:after{width:10px;height:1.5px}@media(max-width:680px){.creator-halo-landing .faq-icon,.creator-halo-landing .faq-item.open .faq-icon{width:34px;height:34px;flex-basis:34px}}@media(max-width:900px){.creator-halo-stage .network-nav .nav-logo{margin-left:2.5%}.creator-halo-stage .network-nav .nav-burger.editorial-nav-menu-button{position:relative;top:auto;right:auto;width:40px;height:40px;min-width:40px;min-height:40px;display:block;padding:0;border:0;border-radius:0;color:#171420;background:transparent!important;box-shadow:none;transform:none}.creator-halo-stage .network-nav .nav-burger.editorial-nav-menu-button span{width:20px;height:1.5px;background:currentColor}}}
