/*
  ModsFire homepage replacement sections v2
  Intentionally namespaced with .mfh2 to avoid collisions with the current site.
  Visual tokens mirror the existing ModsFire UI: #08090C, cyan/blue accents,
  rgba(101,203,255,.1) glass surfaces and the gold -> mint -> cyan gradient.
*/

.mfh2 {
  --mfh2-bg:#08090c;
  --mfh2-panel:#0d1419;
  --mfh2-panel-2:#101b22;
  --mfh2-text:#fff;
  --mfh2-muted:#aebbc4;
  --mfh2-muted-2:#73848f;
  --mfh2-cyan:#00a1f2;
  --mfh2-blue:#3a49f9;
  --mfh2-mint:#30f3d7;
  --mfh2-green:#75e800;
  --mfh2-gold:#fab917;
  --mfh2-pink:#de1a86;
  --mfh2-purple:#8328f2;
  --mfh2-glass:rgba(101,203,255,.08);
  --mfh2-glass-strong:rgba(101,203,255,.12);
  --mfh2-line:rgba(101,203,255,.16);
  --mfh2-white-line:rgba(255,255,255,.085);
  --mfh2-radius:20px;
  --mfh2-ease:cubic-bezier(.2,.75,.18,1);
  position:relative;
  isolation:isolate;
  overflow:hidden;
  color:var(--mfh2-text);
  background:var(--mfh2-bg);
  font-family:Montserrat,Arial,sans-serif;
}
.mfh2, .mfh2 * { box-sizing:border-box; }
.mfh2 img { max-width:100%; display:block; }
.mfh2 button, .mfh2 a { font:inherit; }
.mfh2 button { color: #fff; }
.mfh2 a { color:inherit; text-decoration:none; }
.mfh2-shell { width:min(1430px,calc(100% - 64px)); margin:0 auto; position:relative; z-index:3; }

/* -------------------------- Shared atmosphere -------------------------- */
.mfh2-bg-lines {
  position:absolute; inset:0; z-index:0; opacity:.55; pointer-events:none;
  background-image:
    repeating-radial-gradient(ellipse at 18% 55%, transparent 0 26px, rgba(116,145,163,.11) 27px 28px, transparent 29px 50px),
    repeating-radial-gradient(ellipse at 87% 30%, transparent 0 30px, rgba(116,145,163,.07) 31px 32px, transparent 33px 57px);
  background-size:100% 100%;
  mask-image:linear-gradient(to bottom,rgba(0,0,0,.95),rgba(0,0,0,.38) 72%,transparent);
}
.mfh2-bg-lines::after {
  content:""; position:absolute; inset:-20% -10%; opacity:.26;
  background:repeating-linear-gradient(7deg,transparent 0 48px,rgba(80,119,142,.17) 49px 50px,transparent 51px 85px);
  transform:rotate(-3deg);
  mask-image:radial-gradient(ellipse at center,#000,transparent 68%);
}
.mfh2-orb { position:absolute; width:460px; height:460px; border-radius:50%; filter:blur(120px); opacity:.12; pointer-events:none; z-index:1; }
.mfh2-orb--green { background:#00ff78; left:7%; top:35%; animation:mfh2OrbFloat 9s ease-in-out infinite alternate; }
.mfh2-orb--blue { background:#00a1f2; right:2%; top:10%; animation:mfh2OrbFloat 11s ease-in-out -3s infinite alternate-reverse; }
@keyframes mfh2OrbFloat { to { transform:translate3d(40px,-35px,0) scale(1.12); opacity:.17; } }

.mfh2-section-head { max-width:930px; margin:0 auto 44px; text-align:center; }
.mfh2-kicker { display:inline-flex; align-items:center; gap:9px; font-size:12px; line-height:1; letter-spacing:.13em; font-weight:800; color:#d5e7f0; }
.mfh2-kicker > i { width:28px; height:2px; background:linear-gradient(90deg,var(--mfh2-cyan),transparent); box-shadow:0 0 12px rgba(0,161,242,.7); }
.mfh2-section-head h2 { margin:17px 0 0; font-size:clamp(34px,4vw,43px); line-height:1.05; letter-spacing:-.045em; font-weight:600; }
.mfh2-section-head h2 strong { font-weight:900; color:#fff; background:linear-gradient(90deg,#fff 8%,#48dcff 54%,#30f3d7 100%); -webkit-background-clip:text; background-clip:text; -webkit-text-fill-color:transparent; }
.mfh2-section-head p { max-width:840px; margin:17px auto 0; color:#aab9c1; font-size:16px; line-height:1.7; font-weight:400; }

/* -------------------------- Creator feature section -------------------------- */
.mfh2-creator { padding:95px 0 110px; min-height:1050px; }
.mfh2-creator::before { content:""; position:absolute; inset:0; z-index:1; pointer-events:none; background:
  radial-gradient(ellipse at 50% 105%,rgba(0,161,242,.13),transparent 42%),
  radial-gradient(ellipse at 12% 38%,rgba(0,113,71,.11),transparent 28%),
  radial-gradient(ellipse at 91% 41%,rgba(21,80,118,.12),transparent 30%); }
.mfh2-creator::after { content:""; position:absolute; left:0; right:0; bottom:0; height:1px;  }

.mfh2-showcase { display:grid; grid-template-columns:330px minmax(0,1fr); gap:18px; align-items:stretch; }
.mfh2-feature-rail { display:flex; flex-direction:column; gap:8px; }
.mfh2-feature-tab {
  appearance:none; width:100%; min-height:92px; display:grid; grid-template-columns:54px minmax(0,1fr) 24px; align-items:center; gap:13px;
  position:relative; overflow:hidden; border:1px solid transparent; border-radius:16px; padding:13px 14px; text-align:left; cursor:pointer;
  color:#fff; background:rgba(101,203,255,.045); backdrop-filter:blur(10px); -webkit-backdrop-filter:blur(10px);
  transition:transform .35s var(--mfh2-ease),background .35s,border-color .35s,box-shadow .35s;
}
.mfh2-feature-tab::before { content:""; position:absolute; inset:0; opacity:0; transition:opacity .35s; background:linear-gradient(100deg,rgba(0,161,242,.14),rgba(48,243,215,.03) 62%,transparent); }
.mfh2-feature-tab::after { content:""; position:absolute; inset:0; padding:1px; border-radius:inherit; background:linear-gradient(155deg,rgba(250,185,23,.8),rgba(48,243,215,.9),rgba(0,161,242,.65)); -webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0); -webkit-mask-composite:xor; mask-composite:exclude; opacity:0; transition:opacity .35s; pointer-events:none; }
.mfh2-feature-tab:hover { transform:translateX(4px); background:rgba(101,203,255,.075); }
.mfh2-feature-tab.is-active { background:rgba(101,203,255,.095); border-color:rgba(0,161,242,.18); box-shadow:0 14px 34px rgba(0,161,242,.08),inset 0 1px 0 rgba(255,255,255,.04); }
.mfh2-feature-tab.is-active::before,.mfh2-feature-tab.is-active::after { opacity:1; }
.mfh2-feature-tab > * { position:relative; z-index:2; }
.mfh2-feature-tab__icon { width:54px; height:54px; border-radius:14px; display:grid; place-items:center; color:#fff; position:relative; overflow:hidden; background:rgba(255,255,255,.055); border:1px solid rgba(255,255,255,.06); box-shadow:inset 0 0 22px rgba(255,255,255,.02); }
.mfh2-feature-tab__icon::before { content:""; position:absolute; width:54px; height:54px; border-radius:50%; filter:blur(18px); opacity:.33; background:currentColor; }
.mfh2-feature-tab__icon img { width:43px; height:43px; object-fit:contain; position:relative; filter:drop-shadow(0 5px 8px rgba(0,0,0,.2)); }
.mfh2-feature-tab__icon svg { width:39px; height:39px; position:relative; }
.mfh2-feature-tab__icon--green { color:#55ef93; }
.mfh2-feature-tab__icon--mint { color:#55ef93; }
.mfh2-feature-tab__icon--gold { color:#ffc94d; }
.mfh2-feature-tab__icon--pink { color:#ff6ca9; }
.mfh2-feature-tab__icon--purple { color:#b86bff; }
.mfh2-feature-tab__icon--cyan { color:#44e6ed; }
.mfh2-feature-tab__icon--blue { color:#44a9ff; }
.mfh2-feature-tab__copy { min-width:0; }
.mfh2-feature-tab__copy b { display:block; font-size:14px; line-height:1.25; font-weight:800; letter-spacing:-.015em; }
.mfh2-feature-tab__copy small { display:block; margin-top:5px; color:#8fa1ac; font-size:10.5px; line-height:1.45; font-weight:500; }
.mfh2-feature-tab__arrow { justify-self:end; color:#5d7686; font-size:18px; transform:translateX(-2px); transition:.3s var(--mfh2-ease); }
.mfh2-feature-tab.is-active .mfh2-feature-tab__arrow { color:#45dcff; transform:translate(0,-2px); }
.mfh2-feature-tab__timer { position:absolute; left:0; right:auto; bottom:0; height:2px; width:100%; background:linear-gradient(90deg,var(--mfh2-cyan),var(--mfh2-mint)); transform:scaleX(0); transform-origin:left; opacity:0; }
.mfh2-feature-tab.is-active.is-ticking .mfh2-feature-tab__timer { opacity:1; animation:mfh2TabTimer 6.8s linear forwards; }
/* Creator Studio walkthrough is intentionally 2x slower than the other tabs. */
.mfh2-feature-tab[data-mfh2-tab="studio"].is-active.is-ticking .mfh2-feature-tab__timer { animation-duration:13.6s; }
@keyframes mfh2TabTimer { to { transform:scaleX(1); } }

.mfh2-stage { min-width:0; min-height:592px; display:flex; flex-direction:column; position:relative; border-radius:22px; background:radial-gradient(120% 130% at 0% 100%,rgba(0,112,82,.24),transparent 42%),radial-gradient(95% 130% at 100% 0%,rgba(0,116,178,.18),transparent 42%),#0b1116; border:1px solid rgba(0,193,255,.18); box-shadow:7px 12px 32px rgba(0,161,242,.08),0 40px 90px rgba(0,0,0,.28); overflow:hidden; }
.mfh2-stage::before { content:""; position:absolute; inset:-1px; z-index:0; border-radius:inherit; padding:1px; background:linear-gradient(266deg,rgba(0,193,255,.04),rgba(0,193,255,.58) 37%,rgba(0,193,255,0) 76%,rgba(0,193,255,.25)); -webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0); -webkit-mask-composite:xor; mask-composite:exclude; pointer-events:none; }
.mfh2-stage::after { content:""; position:absolute; z-index:0; width:320px; height:320px; border-radius:50%; right:5%; bottom:-35%; background:#046585; filter:blur(150px); opacity:.3; pointer-events:none; }
.mfh2-stage__chrome { height:48px; padding:0 17px; display:grid; grid-template-columns:1fr auto 1fr; align-items:center; border-bottom:1px solid rgba(255,255,255,.055); background:rgba(8,9,12,.55); position:relative; z-index:4; }
.mfh2-stage__dots { display:flex; gap:6px; }
.mfh2-stage__dots i { width:7px; height:7px; border-radius:50%; background:#31404a; }
.mfh2-stage__dots i:nth-child(1){background:#fd6679}.mfh2-stage__dots i:nth-child(2){background:#f5c856}.mfh2-stage__dots i:nth-child(3){background:#52d680}
.mfh2-stage__url { color:#627987; font-size:12px; letter-spacing:.04em; font-weight:600; }
.mfh2-stage__live { justify-self:end; display:inline-flex; align-items:center; gap:6px; padding:6px 8px; border-radius:999px; background:rgba(101,203,255,.07); color:#9bb2bf; font-size:11px; font-weight:700; letter-spacing:.06em; }
.mfh2-stage__live i { width:6px;height:6px;border-radius:50%;background:#53e985;box-shadow:0 0 0 4px rgba(83,233,133,.08),0 0 10px rgba(83,233,133,.5);animation:mfh2Live 1.7s ease-in-out infinite; }
@keyframes mfh2Live { 50%{opacity:.45;transform:scale(.78)} }
.mfh2-stage__body { position:relative; flex:1; min-height:492px; overflow:hidden; z-index:2; }
.mfh2-stage__footer { min-height:50px; padding:0 15px; display:grid; grid-template-columns:1fr auto 1fr; align-items:center; gap:12px; border-top:1px solid rgba(255,255,255,.05); background:rgba(8,9,12,.68); position:relative; z-index:5; }
.mfh2-stage__hint { display:inline-flex; align-items:center; gap:7px; color:#708590; font-size:11px; font-weight:650; }
.mfh2-stage__hint i { width:6px; height:6px; border-radius:50%; background:#00a1f2; box-shadow:0 0 10px rgba(0,161,242,.65); }
.mfh2-stage__steps { display:flex; gap:5px; }
.mfh2-stage__steps i { width:16px; height:3px; border-radius:999px; background:#273640; transition:.35s; }
.mfh2-stage__steps i.is-active { width:28px; background:linear-gradient(90deg,#00a1f2,#30f3d7); box-shadow:0 0 10px rgba(0,161,242,.3); }
.mfh2-stage__footer a { justify-self:end; display:flex; align-items:center; gap:8px; color:#85dfff; font-size:11px; font-weight:800; transition:.3s; }
.mfh2-stage__footer a:hover { color:#fff; transform:translateX(2px); }

.mfh2-scene { position:absolute; inset:0; padding:20px 22px 18px; opacity:0; visibility:hidden; pointer-events:none; transform:translate3d(16px,0,0) scale(.992); transition:opacity .35s ease,transform .5s var(--mfh2-ease),visibility .35s; }
.mfh2-scene.is-active { opacity:1; visibility:visible; pointer-events:auto; transform:none; z-index:2; }
.mfh2-scene-caption { height:55px; display:flex; align-items:flex-start; gap:12px; }
.mfh2-scene-caption > span { width:30px; height:30px; border-radius:9px; display:grid; place-items:center; border:1px solid rgba(0,161,242,.18); background:rgba(0,161,242,.08); color:#44cfff; font-size:11px; font-weight:800; }
.mfh2-scene-caption b { display:block; font-size:17px; font-weight:800; line-height:1.2; }
.mfh2-scene-caption small { display:block; max-width:680px; margin-top:4px; color:#8295a1; font-size:12px; line-height:1.45; font-weight:500; }

/* Current product screenshots as a scene canvas */
.mfh2-shot { height:397px; position:relative; overflow:hidden; border-radius:15px; border:1px solid rgba(255,255,255,.07); background:#fff; box-shadow:0 20px 45px rgba(0,0,0,.2); }
.mfh2-shot > img { width:100%; height:100%; object-fit:cover; object-position:top center; transform:scale(1.02); filter:saturate(.96) contrast(1.01); object-position: center 45%;}
.mfh2-shot::after { content:""; position:absolute; inset:0; pointer-events:none; box-shadow:inset 0 0 80px rgba(8,9,12,.12); }
.mfh2-shot--creator > img { object-position:top center; }
.mfh2-focus { position:absolute; pointer-events:none; border:2px solid rgba(48,243,215,.8); border-radius:12px; box-shadow:0 0 0 999px rgba(5,8,11,.26),0 0 18px rgba(48,243,215,.28); opacity:0; }
.mfh2-focus i { position:absolute; inset:-7px; border:1px solid rgba(48,243,215,.38); border-radius:15px; }
.mfh2-focus--verified { left: 18.7%; right: 18%; top: 25.5%; height: 25%;}
.mfh2-focus--donate { left: 20%; width: 50%; top: 28%; height: 30%; border-color:rgba(250,185,23,.9); box-shadow:0 0 0 999px rgba(5,8,11,.3),0 0 18px rgba(250,185,23,.25); }
.mfh2-scene.is-active .mfh2-focus { animation:mfh2FocusIn 4.7s .65s var(--mfh2-ease) both; }
@keyframes mfh2FocusIn { 0%{opacity:0;transform:scale(1.06)} 18%,78%{opacity:1;transform:none} 100%{opacity:.35} }

.mfh2-verified-float { position:absolute; left:11%; right:8%; bottom:21px; min-height:78px; display:grid; grid-template-columns:50px 1fr auto; align-items:center; gap:13px; padding:12px 14px; border-radius:16px; background:rgba(255,255,255,.96); color:#08090c; border:1px solid rgba(48,243,215,.45); box-shadow:7px 12px 28px rgba(0,161,242,.24),0 25px 55px rgba(0,0,0,.18); transform:translateY(28px) scale(.97); opacity:0; }
.mfh2-scene.is-active .mfh2-verified-float { animation:mfh2FloatCard .7s 1.1s var(--mfh2-ease) forwards; }
@keyframes mfh2FloatCard { to{opacity:1;transform:none} }
.mfh2-verified-float__badge img { width:44px; height:44px; }
.mfh2-verified-float span { display:block; font-size:10px; font-weight:500; color:#474b50; }
.mfh2-verified-float b { display:block; margin-top:1px; font-size:17px; letter-spacing:-.02em; }
.mfh2-verified-float b em { font-style:normal; color:#00a1f2; }
.mfh2-verified-float small { display:flex; align-items:center; gap:4px; margin-top:4px; color:#1c2c25; font-size:9px; font-weight:700; }
.mfh2-verified-float small i { display:block; width:16px; height:5px; border-radius:999px; background:rgba(0,0,0,.1); }
.mfh2-verified-float small i:first-of-type { background:linear-gradient(90deg,#75e800,#21dfff); }
.mfh2-verified-float button { border:0; border-radius:11px; background:#daf3ff; color:#111; padding:12px 16px; font-size:13px; font-weight:800; cursor:pointer; }
.mfh2-scene.is-active .mfh2-verified-float button { animation:mfh2ButtonBreath 2.4s 2s ease-in-out infinite; }
@keyframes mfh2ButtonBreath { 50%{transform:translateY(-2px);box-shadow:0 8px 18px rgba(0,161,242,.17)} }

/* Higher rates scene */
.mfh2-rates-demo { height:397px; display:grid; grid-template-columns:1fr; position:relative; border-radius:15px; overflow:hidden; background:#0b1115; border:1px solid rgba(255,255,255,.07); }
.mfh2-rates-demo::before { content:""; position:absolute; width:240px; height:240px; border-radius:50%; right:-40px; top:-85px; background:#0785ae; filter:blur(110px); opacity:.25; }
.mfh2-studio-nav--mini { padding:16px 10px; display:flex; flex-direction:column; gap:6px; border-right:1px solid rgba(255,255,255,.055); background:rgba(255,255,255,.02); }
.mfh2-studio-nav--mini span { padding:10px 11px; border-radius:9px; color:#667987; font-size:9px; font-weight:700; }
.mfh2-studio-nav--mini span.is-active { background:rgba(101,203,255,.1); color:#dff7ff; }
.mfh2-rates-main { padding:20px 22px; position:relative; z-index:2; }
.mfh2-rate-head { display:flex; align-items:center; justify-content:space-between; gap:15px; }
.mfh2-rate-head small { color:#54cfff; font-size:8px; letter-spacing:.12em; font-weight:800; }
.mfh2-rate-head h3 { margin:3px 0 0; font-size:22px; letter-spacing:-.035em; }
.mfh2-rate-pill { display:inline-flex; align-items:center; gap:7px; padding:7px 10px; border-radius:999px; background:rgba(69,229,127,.08); border:1px solid rgba(69,229,127,.14); color:#8df5b4; font-size:8px; font-weight:800; }
.mfh2-rate-pill i { width:6px;height:6px;border-radius:50%;background:#52e784;box-shadow:0 0 10px rgba(82,231,132,.75); }
.mfh2-rate-summary { display:grid; grid-template-columns:repeat(3,1fr); gap:8px; margin-top:17px; }
.mfh2-rate-summary__tile { min-height:86px; padding:12px; border-radius:12px; background:rgba(101,203,255,.055); border:1px solid rgba(255,255,255,.055); transform:translateY(16px); opacity:0; }
.mfh2-scene.is-active .mfh2-rate-summary__tile { animation:mfh2TileIn .55s var(--mfh2-ease) forwards; }
.mfh2-scene.is-active .mfh2-rate-summary__tile:nth-child(1){animation-delay:.3s}.mfh2-scene.is-active .mfh2-rate-summary__tile:nth-child(2){animation-delay:.42s}.mfh2-scene.is-active .mfh2-rate-summary__tile:nth-child(3){animation-delay:.54s}
@keyframes mfh2TileIn { to{opacity:1;transform:none} }
.mfh2-rate-summary__tile small { display:block; color:#677b88; font-size:7.5px; text-transform:uppercase; letter-spacing:.08em; font-weight:700; }
.mfh2-rate-summary__tile b { display:block; margin-top:8px; font-size:12px; }
.mfh2-rate-summary__tile span { display:block; margin-top:4px; color:#7f929d; font-size:8px; }
.mfh2-rate-summary__tile--accent { background:linear-gradient(140deg,rgba(0,161,242,.11),rgba(48,243,215,.07)); border-color:rgba(48,243,215,.17); }
.mfh2-rate-chart { height:148px; margin-top:10px; padding:12px 14px 10px; border-radius:12px; background:rgba(0,0,0,.19); border:1px solid rgba(255,255,255,.045); overflow:hidden; }
.mfh2-rate-chart__labels { display:flex; justify-content:space-between; color:#8a9ba5; font-size:8px; font-weight:700; }
.mfh2-rate-chart__labels em { font-style:normal; color:#4f6472; }
.mfh2-rate-chart__bars { height:104px; display:flex; align-items:flex-end; gap:9px; padding-top:16px; }
.mfh2-rate-chart__bars i { flex:1; height:var(--h); min-width:8px; border-radius:5px 5px 2px 2px; background:linear-gradient(180deg,#33e4d2,#087eb2); box-shadow:0 -8px 18px rgba(48,243,215,.08); transform:scaleY(.08); transform-origin:bottom; opacity:.3; }
.mfh2-scene.is-active .mfh2-rate-chart__bars i { animation:mfh2BarGrow .72s var(--mfh2-ease) forwards; }
.mfh2-scene.is-active .mfh2-rate-chart__bars i:nth-child(1){animation-delay:.75s}.mfh2-scene.is-active .mfh2-rate-chart__bars i:nth-child(2){animation-delay:.82s}.mfh2-scene.is-active .mfh2-rate-chart__bars i:nth-child(3){animation-delay:.89s}.mfh2-scene.is-active .mfh2-rate-chart__bars i:nth-child(4){animation-delay:.96s}.mfh2-scene.is-active .mfh2-rate-chart__bars i:nth-child(5){animation-delay:1.03s}.mfh2-scene.is-active .mfh2-rate-chart__bars i:nth-child(6){animation-delay:1.10s}.mfh2-scene.is-active .mfh2-rate-chart__bars i:nth-child(7){animation-delay:1.17s}.mfh2-scene.is-active .mfh2-rate-chart__bars i:nth-child(8){animation-delay:1.24s}
@keyframes mfh2BarGrow { to{transform:scaleY(1);opacity:1} }
.mfh2-rate-toast { z-index: 9999; position:absolute; right:17px; bottom:17px; display:flex; align-items:center; gap:10px; min-width:230px; padding:10px 12px; border-radius:12px; background:#fff; color:#08090c; box-shadow:0 18px 35px rgba(0,0,0,.28); opacity:0; transform:translateY(20px); }
.mfh2-rate-toast img { width:40px; height:36px; object-fit:contain; }
.mfh2-rate-toast b,.mfh2-rate-toast small { display:block; }.mfh2-rate-toast b{font-size:15px;line-height:1.25}.mfh2-rate-toast small{margin-top:3px;color:#6f7980;font-size:13px;line-height:1.35}
.mfh2-scene.is-active .mfh2-rate-toast { animation:mfh2Toast 3.7s 1.35s var(--mfh2-ease) both; }
@keyframes mfh2Toast { 0%{opacity:0;transform:translateY(18px)} 15%,80%{opacity:1;transform:none} 100%{opacity:0;transform:translateY(-8px)} }

/* Donation button scene */
.mfh2-donate-float { position:absolute; left:16%; bottom:23px; min-width:420px; display:grid; grid-template-columns:46px 1fr auto; gap:12px; align-items:center; padding:12px 13px; color:#fff; border-radius:15px; background:rgba(8,9,12,.92); backdrop-filter:blur(14px); border:1px solid rgba(255,255,255,.08); box-shadow:0 20px 45px rgba(0,0,0,.35); opacity:0; transform:translateY(22px); }
.mfh2-scene.is-active .mfh2-donate-float { animation:mfh2FloatCard .65s 1.1s var(--mfh2-ease) forwards; }
.mfh2-donate-float__coin { width:42px;height:42px;border-radius:12px;display:grid;place-items:center;background:linear-gradient(118deg,#fab917,#de1a86);font-weight:900;box-shadow:0 8px 18px rgba(222,26,134,.2); }
.mfh2-donate-float small { display:block;color:#6e8592;font-size:7.5px;letter-spacing:.1em;font-weight:800; }.mfh2-donate-float b{display:block;margin-top:3px;font-size:14px}
.mfh2-donate-float button { border:0; min-width:104px; border-radius:11px; padding:11px 12px; color:#fff; background:linear-gradient(118deg,#fab917,#de1a86 78%); font-size:15px; font-weight:800; display:flex; align-items:center; justify-content:space-between; gap:10px; cursor:pointer; box-shadow:0 10px 22px rgba(222,26,134,.16); }
.mfh2-scene.is-active .mfh2-donate-float button { animation:mfh2DonatePulse 2.2s 2.1s ease-in-out infinite; }
@keyframes mfh2DonatePulse { 50%{transform:scale(1.035);filter:saturate(1.15);box-shadow:0 12px 28px rgba(222,26,134,.28)} }
.mfh2-pointer { position:absolute; width:19px;height:25px; background:#fff; clip-path:polygon(0 0,0 100%,28% 74%,46% 100%,58% 93%,42% 68%,78% 68%); filter:drop-shadow(0 2px 2px rgba(0,0,0,.55)); opacity:0; pointer-events:none; z-index:6; }
.mfh2-pointer--donate { left:43%; top:49%; }
.mfh2-scene.is-active .mfh2-pointer--donate { animation:mfh2CursorDonate 3.2s 1.5s var(--mfh2-ease) both; }
@keyframes mfh2CursorDonate { 0%{opacity:0;transform:translate(45px,24px)} 20%{opacity:1} 58%{opacity:1;transform:translate(0,0)} 65%{transform:translate(0,1px) scale(.9)} 76%{transform:none} 100%{opacity:0} }

/* Donation popup scene */
.mfh2-popup-demo { height:397px; position:relative; border-radius:15px; overflow:hidden; background:linear-gradient(#fff,#f8fbfd); border:1px solid rgba(255,255,255,.07); color:#08090c; }
.mfh2-popup-demo__page { position:absolute; inset:0; padding:32px 80px; filter:none; transition:.4s; }
.mfh2-scene.is-active .mfh2-popup-demo__page { animation:mfh2PageDim 5.2s .7s ease both; }
@keyframes mfh2PageDim { 0%,23%{filter:none;transform:none} 35%,82%{filter:blur(2px) brightness(.63);transform:scale(1.01)} 100%{filter:none;transform:none} }
.mfh2-popup-file { display:flex; align-items:center; gap:12px; justify-content:center; margin-top:12px; }
.mfh2-popup-file > span { width:44px;height:44px;border-radius:11px;background:#eaf7fd;display:grid;place-items:center;font-size:9px;font-weight:900;color:#00a1f2; }
.mfh2-popup-file b,.mfh2-popup-file small{display:block}.mfh2-popup-file b{font-size:13px}.mfh2-popup-file small{margin-top:3px;font-size:8px;color:#8a979f}
.mfh2-popup-status { max-width:520px; margin:24px auto 0; min-height:68px; display:grid; grid-template-columns:42px 1fr auto; align-items:center; gap:10px; padding:11px 14px; border:1px solid rgba(48,243,215,.65); border-radius:14px; box-shadow:6px 10px 18px rgba(0,161,242,.12); }
.mfh2-popup-status img{width:38px}.mfh2-popup-status small,.mfh2-popup-status b{display:block}.mfh2-popup-status small{font-size:8px;color:#5a6267}.mfh2-popup-status b{font-size:12px;margin-top:2px}.mfh2-popup-status>span{padding:6px 8px;border-radius:999px;background:rgba(117,232,0,.12);font-size:8px;font-weight:800}
.mfh2-download-button { width:260px; min-height:48px; margin:55px auto 0; border:0; display:flex; align-items:center; justify-content:center; gap:22px; color:#fff; background:linear-gradient(90deg,#00a1f2,#177ef0); font-size:11px; font-weight:700; cursor:pointer; box-shadow:0 12px 24px rgba(0,161,242,.18); }
.mfh2-download-button i{font-style:normal;letter-spacing:-2px;opacity:.7}
.mfh2-pointer--download { left:57%; top:69%; filter:drop-shadow(0 2px 2px rgba(0,0,0,.3)); background:#111; }
.mfh2-scene.is-active .mfh2-pointer--download { animation:mfh2CursorDownload 4.4s .15s var(--mfh2-ease) both; }
@keyframes mfh2CursorDownload { 0%{opacity:0;transform:translate(70px,45px)} 15%{opacity:1} 36%{opacity:1;transform:none} 41%{transform:scale(.86)} 48%{transform:none} 72%{opacity:1} 100%{opacity:0} }
.mfh2-support-modal { width:min(490px,calc(100% - 50px)); position:absolute; left:50%; top:50%; transform:translate(-50%,-46%) scale(.92); padding:23px 23px 17px; border-radius:18px; color:#fff; background:#08090c; border:1px solid rgba(255,255,255,.1); box-shadow:0 28px 70px rgba(0,0,0,.48); opacity:0; z-index:7; }
.mfh2-support-modal::before { content:""; position:absolute; inset:-1px; z-index:-1; border-radius:inherit; background:radial-gradient(circle at 15% 0,rgba(57,255,136,.15),transparent 32%),radial-gradient(circle at 90% 12%,rgba(53,182,255,.15),transparent 30%),#08090c; }
.mfh2-support-modal::after { content:""; position:absolute; inset:0; z-index:-2; border-radius:inherit; background:linear-gradient(133deg,#fab917,#30f3d7,#95d677); opacity:.25; filter:blur(32px); }
.mfh2-scene.is-active .mfh2-support-modal { animation:mfh2ModalCycle 5s 1.15s var(--mfh2-ease) both; }
@keyframes mfh2ModalCycle { 0%{opacity:0;transform:translate(-50%,-44%) scale(.9)} 12%,82%{opacity:1;transform:translate(-50%,-50%) scale(1)} 100%{opacity:0;transform:translate(-50%,-54%) scale(.98)} }
.mfh2-modal-x { position:absolute; right:13px; top:13px; width:28px;height:28px;border-radius:50%;border:1px solid rgba(255,255,255,.09);background:rgba(255,255,255,.06);color:#fff;cursor:pointer; }
.mfh2-support-modal__badge { width:40px;height:40px;border-radius:13px;display:grid;place-items:center;background:linear-gradient(118deg,#fab917,#de1a86);font-size:18px;box-shadow:0 10px 20px rgba(222,26,134,.18); }
.mfh2-support-modal>small{display:block;margin-top:12px;color:#56e3bd;font-size:7px;letter-spacing:.12em;font-weight:800}.mfh2-support-modal h3{margin:4px 0 0;font-size:21px;letter-spacing:-.04em}.mfh2-support-modal>p{margin:7px 0 12px;color:#a8b4bb;font-size:14px;line-height:1.55;max-width:390px}
.mfh2-support-actions { display:grid; grid-template-columns:repeat(3,1fr); gap:7px; }
.mfh2-support-actions button { min-height:84px; position:relative; border-radius:12px; border:1px solid rgba(255,255,255,.08); background:rgba(101,203,255,.04); color:#fff; text-align:left; padding:10px; cursor:pointer; transition:.28s; }
.mfh2-support-actions button:hover { transform:translateY(-3px); background:rgba(101,203,255,.09); border-color:rgba(48,243,215,.18); }
.mfh2-support-actions__icon { width:28px;height:28px;border-radius:9px;display:grid;place-items:center;background:rgba(255,255,255,.08);font-weight:900 }.mfh2-support-actions b,.mfh2-support-actions small{display:block}.mfh2-support-actions b{margin-top:8px;font-size:15px}.mfh2-support-actions small{margin-top:2px;color:#718692;font-size:12px;line-height:1.3}.mfh2-support-actions button>i{position:absolute;right:9px;top:8px;font-style:normal;color:#58707d;font-size:10px}
.mfh2-continue { width:100%; margin-top:8px; border:0; padding:9px; border-radius:10px; background:rgba(255,255,255,.06); color:#8ca1ac; font-size:8px; font-weight:700; cursor:pointer; }

/* Creator page scene */
.mfh2-creator-page-demo { height:397px; padding:15px; position:relative; overflow:hidden; border-radius:15px; background:radial-gradient(circle at 7% 10%,rgba(0,255,118,.07),transparent 26%),#03100b; border:1px solid rgba(255,255,255,.07); }
.mfh2-creator-page-demo::before { content:""; position:absolute; inset:0; opacity:.19; background:repeating-radial-gradient(ellipse at 70% 30%,transparent 0 20px,rgba(113,144,158,.18) 21px 22px,transparent 23px 40px); mask-image:linear-gradient(to bottom,#000,transparent 70%); }
.mfh2-creator-card { position:relative; z-index:2; min-height:100px; display:grid; grid-template-columns:64px 1fr auto; gap:13px; align-items:center; padding:13px 15px; border-radius:14px; background:linear-gradient(115deg,rgba(0,87,43,.3),rgba(0,70,111,.24)); border:1px solid rgba(48,243,215,.35); box-shadow:0 12px 28px rgba(0,161,242,.08); }
.mfh2-avatar { width:60px;height:60px;border-radius:50%;display:grid;place-items:center;background:radial-gradient(circle,#1f6261,#001c22);border:5px solid #45ff9f;color:#fff;font-weight:900;font-size:15px;box-shadow:0 0 20px rgba(69,255,159,.25); }
.mfh2-creator-title { display:flex;align-items:center;gap:7px}.mfh2-creator-title b{font-size:18px;background:linear-gradient(90deg,#31ccff,#38ff7c);-webkit-background-clip:text;background-clip:text;color:transparent}.mfh2-creator-title span{width:18px;height:18px;border-radius:50%;display:grid;place-items:center;background:#123c45;color:#29bfff;font-size:9px}.mfh2-creator-card__main>small{display:block;margin-top:2px;color:#8ba29a;font-size:9px;font-weight:600}.mfh2-creator-stats{display:flex;gap:7px;flex-wrap:wrap;margin-top:8px}.mfh2-creator-stats span{padding:5px 8px;border-radius:999px;background:rgba(255,255,255,.055);border:1px solid rgba(255,255,255,.06);font-size:7.5px;font-weight:700;color:#c8d8d3}
.mfh2-creator-actions { display:flex; gap:7px; align-self:end; padding-bottom:2px; }
.mfh2-creator-actions button{border:1px solid rgba(255,255,255,.09);border-radius:9px;background:#65706d;color:#fff;padding:8px 10px;font-size:8px;font-weight:800;cursor:pointer}.mfh2-creator-actions button:last-child{background:linear-gradient(90deg,#f17b28,#de1a86);border-color:transparent}
.mfh2-creator-toolbar { position:relative; z-index:2; display:flex; align-items:end; justify-content:space-between; margin:15px 2px 10px; }
.mfh2-creator-toolbar>b{font-size:16px;letter-spacing:-.035em}.mfh2-creator-toolbar>b em{font-style:normal;color:#27f079}.mfh2-creator-toolbar>div{display:flex;gap:5px}.mfh2-creator-toolbar button{border:1px solid rgba(255,255,255,.07);background:rgba(255,255,255,.05);border-radius:999px;padding:6px 8px;color:#d8e4df;font-size:7.5px;font-weight:700}.mfh2-creator-toolbar button.is-active{color:#07130c;background:linear-gradient(90deg,#e5ef5c,#4aebc9)}.mfh2-creator-toolbar button i{font-style:normal;opacity:.6;margin-left:3px}
.mfh2-project-grid { position:relative;z-index:2;display:grid;grid-template-columns:repeat(3,1fr);gap:8px; }
.mfh2-project-grid article { min-width:0; border-radius:11px; overflow:hidden; border:1px solid rgba(86,243,137,.1); background:rgba(0,0,0,.22); opacity:0; transform:translateY(18px); }
.mfh2-scene.is-active .mfh2-project-grid article{animation:mfh2ProjectIn .5s var(--mfh2-ease) forwards}.mfh2-scene.is-active .mfh2-project-grid article:nth-child(1){animation-delay:.3s}.mfh2-scene.is-active .mfh2-project-grid article:nth-child(2){animation-delay:.46s}.mfh2-scene.is-active .mfh2-project-grid article:nth-child(3){animation-delay:.62s}
@keyframes mfh2ProjectIn { to{opacity:1;transform:none} }
.mfh2-project-thumb { height:76px; position:relative; overflow:hidden; background:#253239; }
.mfh2-project-thumb::before { content:""; position:absolute; inset:0; background-size:cover; background-position:center; filter:saturate(.85) brightness(.74); transition:.6s; }
.mfh2-project-thumb--one::before { background-image:linear-gradient(rgba(0,0,0,.08),rgba(0,0,0,.08)),url("../img/creator-page-current.webp"); background-size:310%; background-position:12% 74%; }
.mfh2-project-thumb--two::before { background-image:url("../img/creator-page-current.webp"); background-size:310%; background-position:49% 74%; }
.mfh2-project-thumb--three::before { background-image:url("../img/creator-page-current.webp"); background-size:310%; background-position:85% 74%; }
.mfh2-project-thumb span{position:absolute;left:7px;top:7px;background:#3df184;color:#062614;border-radius:999px;padding:4px 6px;font-size:6px;font-weight:900;letter-spacing:.04em}.mfh2-project-grid h4{margin:8px 9px 0;font-size:9px}.mfh2-project-meta{margin:8px 9px 0;padding:7px;border-radius:8px;background:rgba(255,255,255,.045)}.mfh2-project-meta span,.mfh2-project-meta b{display:block}.mfh2-project-meta span{color:#657d70;font-size:5.5px;text-transform:uppercase;font-weight:800}.mfh2-project-meta b{margin-top:2px;font-size:7.5px}.mfh2-project-grid footer{display:flex;gap:10px;padding:8px 9px;color:#698179;font-size:6px;font-weight:700}
.mfh2-follow-toast,.mfh2-version-toast { position:absolute; z-index:5; min-width:200px; display:flex; align-items:center; gap:9px; padding:9px 10px; border-radius:11px; background:#fff; color:#08090c; box-shadow:0 14px 30px rgba(0,0,0,.28); opacity:0; }
.mfh2-follow-toast { right:17px; top:116px; }.mfh2-version-toast{left:17px;bottom:14px}
.mfh2-follow-toast>span,.mfh2-version-toast>span{width:30px;height:30px;border-radius:9px;display:grid;place-items:center;background:#e9fbef;color:#1ead55;font-weight:900;font-size:10px}.mfh2-version-toast>span{background:#eaf8ff;color:#0a9bdc}.mfh2-follow-toast b,.mfh2-follow-toast small,.mfh2-version-toast b,.mfh2-version-toast small{display:block}.mfh2-follow-toast b,.mfh2-version-toast b{font-size:8px}.mfh2-follow-toast small,.mfh2-version-toast small{margin-top:2px;color:#7e878d;font-size:6.5px}
.mfh2-scene.is-active .mfh2-follow-toast{animation:mfh2Toast 3.2s 1.25s var(--mfh2-ease) both}.mfh2-scene.is-active .mfh2-version-toast{animation:mfh2Toast 3.2s 2.45s var(--mfh2-ease) both}

/* Creator studio scene */
.mfh2-studio-demo { height:397px; display:grid; grid-template-columns:155px minmax(0,1fr); border-radius:15px; overflow:hidden; background:#0c1216; border:1px solid rgba(255,255,255,.07); }
.mfh2-studio-sidebar { padding:14px 11px; border-right:1px solid rgba(255,255,255,.055); background:linear-gradient(180deg,rgba(0,161,242,.04),rgba(0,0,0,.08)); display:flex;flex-direction:column; }
.mfh2-studio-logo { display:flex;align-items:center;gap:7px;padding:5px 7px 13px;color:#eafaff}.mfh2-studio-logo span{font-size:16px}.mfh2-studio-logo b{font-size:9px}.mfh2-studio-sidebar nav{display:grid;gap:4px}.mfh2-studio-sidebar nav button{display:flex;align-items:center;gap:8px;border:0;border-radius:8px;background:transparent;color:#617784;padding:8px 9px;text-align:left;font-size:8px;font-weight:700;cursor:pointer}.mfh2-studio-sidebar nav button span{width:17px;text-align:center}.mfh2-studio-sidebar nav button.is-active{background:rgba(101,203,255,.1);color:#d8f4ff}.mfh2-studio-user{display:flex;align-items:center;gap:8px;margin-top:auto;padding:9px 8px;border-radius:9px;background:rgba(255,255,255,.035)}.mfh2-studio-user>span{width:27px;height:27px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,#0b8da8,#26e487);font-size:8px;font-weight:900}.mfh2-studio-user b,.mfh2-studio-user small{display:block}.mfh2-studio-user b{font-size:7.5px}.mfh2-studio-user small{margin-top:2px;color:#5d746f;font-size:6px}
.mfh2-studio-content { min-width:0; padding:16px 18px; position:relative; overflow:hidden; }
.mfh2-studio-content::after { content:"";position:absolute;width:220px;height:220px;border-radius:50%;right:-90px;bottom:-110px;background:#0088b6;filter:blur(120px);opacity:.15;pointer-events:none; }
.mfh2-studio-top{display:flex;align-items:center;justify-content:space-between}.mfh2-studio-top small{color:#37dff1;font-size:7px;letter-spacing:.12em;font-weight:800}.mfh2-studio-top h3{margin:3px 0 0;font-size:18px;letter-spacing:-.04em}.mfh2-studio-top>button{border:1px solid rgba(255,255,255,.07);border-radius:8px;background:rgba(255,255,255,.04);color:#8ba0aa;padding:7px 9px;font-size:7px;font-weight:700;cursor:pointer}
.mfh2-studio-stepper { display:grid;grid-template-columns:repeat(4,1fr);gap:5px;margin-top:13px; }
.mfh2-studio-stepper span{position:relative;display:flex;align-items:center;gap:5px;color:#536a77;font-size:7px;font-weight:750;padding-bottom:8px;border-bottom:2px solid rgba(255,255,255,.05)}.mfh2-studio-stepper span i{width:17px;height:17px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.05);font-style:normal;font-size:6px}.mfh2-studio-stepper span.is-active{color:#d7f8ff;border-color:#00a1f2}.mfh2-studio-stepper span.is-active i{background:#00a1f2;color:#fff;box-shadow:0 0 14px rgba(0,161,242,.28)}
.mfh2-scene.is-active .mfh2-studio-stepper span:nth-child(1){animation:mfh2StepOne 5.2s .35s linear infinite}.mfh2-scene.is-active .mfh2-studio-stepper span:nth-child(2){animation:mfh2StepTwo 5.2s .35s linear infinite}.mfh2-scene.is-active .mfh2-studio-stepper span:nth-child(3){animation:mfh2StepThree 5.2s .35s linear infinite}.mfh2-scene.is-active .mfh2-studio-stepper span:nth-child(4){animation:mfh2StepFour 5.2s .35s linear infinite}
@keyframes mfh2StepOne{0%,20%{color:#d7f8ff;border-color:#00a1f2}21%,100%{color:#536a77;border-color:rgba(255,255,255,.05)}}
@keyframes mfh2StepTwo{0%,20%,40.9%,100%{color:#536a77;border-color:rgba(255,255,255,.05)}21%,40%{color:#d7f8ff;border-color:#00a1f2}}
@keyframes mfh2StepThree{0%,40%,60.9%,100%{color:#536a77;border-color:rgba(255,255,255,.05)}41%,60%{color:#d7f8ff;border-color:#00a1f2}}
@keyframes mfh2StepFour{0%,60%,100%{color:#536a77;border-color:rgba(255,255,255,.05)}61%,92%{color:#d7f8ff;border-color:#30f3d7}}
.mfh2-studio-panels{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(180px,.75fr);gap:9px;margin-top:12px}.mfh2-studio-form{display:grid;grid-template-columns:1fr 1fr;gap:7px}.mfh2-studio-form label{min-width:0}.mfh2-studio-form label>span{display:block;margin:0 0 4px 2px;color:#657984;font-size:6.5px;font-weight:700}.mfh2-studio-form label>div{min-height:34px;display:flex;align-items:center;justify-content:space-between;padding:8px 9px;border-radius:8px;background:rgba(101,203,255,.045);border:1px solid rgba(255,255,255,.055);color:#c8d5db;font-size:7.5px;font-weight:650}.mfh2-studio-form label>div i{font-style:normal;color:#38dc8b}.mfh2-studio-form__wide{grid-column:1/-1}.mfh2-studio-form__wide>div{min-height:46px!important;align-items:flex-start!important;color:#7b8d96!important;line-height:1.45}
.mfh2-publish-card{padding:11px;border-radius:11px;background:linear-gradient(145deg,rgba(0,161,242,.09),rgba(48,243,215,.045));border:1px solid rgba(48,243,215,.12);position:relative;overflow:hidden}.mfh2-publish-card__icon{font-size:19px}.mfh2-publish-card>small{display:block;margin-top:7px;color:#4fd9b5;font-size:6px;letter-spacing:.1em;font-weight:800}.mfh2-publish-card h4{margin:4px 0 0;font-size:11px}.mfh2-publish-card ul{list-style:none;padding:0;margin:8px 0 0;display:grid;gap:4px}.mfh2-publish-card li{display:flex;gap:5px;color:#8da0aa;font-size:6.5px}.mfh2-publish-card li i{font-style:normal;color:#45e485}.mfh2-publish-card button{width:100%;margin-top:9px;border:0;border-radius:8px;padding:8px;background:linear-gradient(90deg,#00a1f2,#30d8c2);color:#fff;font-size:7px;font-weight:800;cursor:pointer;box-shadow:0 8px 18px rgba(0,161,242,.12)}
.mfh2-studio-toast{position:absolute;right:16px;bottom:14px;display:flex;align-items:center;gap:8px;padding:8px 10px;border-radius:10px;background:#fff;color:#08090c;box-shadow:0 15px 32px rgba(0,0,0,.3);opacity:0;transform:translateY(15px);z-index:4}.mfh2-studio-toast>span{width:27px;height:27px;border-radius:8px;display:grid;place-items:center;background:#e6faed;color:#20a952;font-weight:900;font-size:9px}.mfh2-studio-toast b,.mfh2-studio-toast small{display:block}.mfh2-studio-toast b{font-size:7.5px}.mfh2-studio-toast small{margin-top:2px;color:#778188;font-size:6px}.mfh2-scene.is-active .mfh2-studio-toast{animation:mfh2Toast 3s 3.45s var(--mfh2-ease) both}



/* --------------------------------------------------------------------------
   Creator Studio scene v2.1
   Real material flow based on the current Creator Studio:
   Project -> Public page -> Version -> Material viewer access.
   -------------------------------------------------------------------------- */
.mfh2-studio-flow{
  height:397px;
  position:relative;
  overflow:hidden;
  border-radius:15px;
  color:#f1f5f9;
  background:
    radial-gradient(circle at 92% -12%,rgba(61,154,236,.18),transparent 34%),
    radial-gradient(circle at 0% 112%,rgba(48,243,215,.08),transparent 30%),
    #161c24;
  border:1px solid rgba(255,255,255,.07);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.025);
}
.mfh2-studio-flow::before{
  content:"";position:absolute;inset:0;pointer-events:none;opacity:.28;
  background-image:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.018) 1px,transparent 1px);
  background-size:28px 28px;
  mask-image:linear-gradient(to bottom,#000,transparent 84%);
}
.mfh2-studio-flow__topbar{
  height:49px;display:flex;align-items:center;justify-content:space-between;gap:14px;
  padding:0 15px;border-bottom:1px solid #333d47;background:rgba(33,43,56,.92);
  position:relative;z-index:4;
}
.mfh2-studio-flow__brand,.mfh2-studio-flow__account{display:flex;align-items:center;gap:9px;min-width:0}
.mfh2-studio-flow__brand>span{
  width:31px;height:31px;display:grid;place-items:center;border-radius:9px;color:#65b1f3;
  background:rgba(61,154,236,.12);border:1px solid rgba(61,154,236,.16)
}
.mfh2-studio-flow__brand svg{width:19px;height:19px}
.mfh2-studio-flow__brand b,.mfh2-studio-flow__brand small,
.mfh2-studio-flow__account b,.mfh2-studio-flow__account small{display:block}
.mfh2-studio-flow__brand b{font-size:12px;line-height:1.2}
.mfh2-studio-flow__brand small{margin-top:2px;color:#7f909f;font-size:9px}
.mfh2-studio-flow__avatar{
  width:30px;height:30px;border-radius:9px;display:grid;place-items:center;
  color:#06130d;background:linear-gradient(135deg,#30f3d7,#75e800);font-size:9px;font-weight:900;
  box-shadow:0 7px 16px rgba(48,243,215,.12)
}
.mfh2-studio-flow__account b{font-size:11px}
.mfh2-studio-flow__account small{margin-top:2px;color:#91a0ad;font-size:9px}
.mfh2-studio-flow__account small i{display:inline-block;width:5px;height:5px;margin-right:4px;border-radius:50%;background:#63cf8c;box-shadow:0 0 8px rgba(99,207,140,.7)}

.mfh2-studio-flow__steps{
  height:50px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:5px;
  padding:7px 11px;border-bottom:1px solid rgba(255,255,255,.055);background:rgba(22,28,36,.9);
  position:relative;z-index:4;
}
.mfh2-studio-flow__steps button{
  appearance:none;border:0;border-radius:9px;padding:5px 8px;display:flex;align-items:center;gap:7px;
  background:transparent;color:#657787;text-align:left;cursor:pointer;position:relative;overflow:hidden;
  transition:background .25s,color .25s,transform .25s;
}
.mfh2-studio-flow__steps button::after{
  content:"";position:absolute;left:8px;right:8px;bottom:2px;height:2px;border-radius:999px;
  background:linear-gradient(90deg,#3d9aec,#30f3d7);transform:scaleX(0);transform-origin:left;transition:transform .35s var(--mfh2-ease)
}
.mfh2-studio-flow__steps button:hover{background:rgba(61,154,236,.07);color:#d8e8f4;transform:translateY(-1px)}
.mfh2-studio-flow__steps button.is-active{color:#f1f5f9;background:rgba(61,154,236,.09)}
.mfh2-studio-flow__steps button.is-active::after{transform:scaleX(1)}
.mfh2-studio-flow__steps button>i{
  width:22px;height:22px;flex:0 0 auto;display:grid;place-items:center;border-radius:7px;
  background:#28323e;color:#8294a3;font-size:9px;font-style:normal;font-weight:900;border:1px solid #333d47;
  transition:.3s
}
.mfh2-studio-flow__steps button.is-active>i{
  color:#fff;background:#3d9aec;border-color:#65b1f3;box-shadow:0 0 15px rgba(61,154,236,.26)
}
.mfh2-studio-flow__steps b,.mfh2-studio-flow__steps small{display:block}
.mfh2-studio-flow__steps b{font-size:10px;line-height:1.1}
.mfh2-studio-flow__steps small{margin-top:2px;color:#647584;font-size:8px}
.mfh2-studio-flow__steps button.is-active small{color:#8ea3b2}

.mfh2-studio-flow__viewport{position:absolute;left:0;right:0;top:99px;bottom:34px;overflow:hidden}
.mfh2-studio-flow__panel{
  position:absolute;inset:0;padding:12px 14px 9px;opacity:0;visibility:hidden;pointer-events:none;
  transform:translateX(18px) scale(.992);transition:opacity .3s ease,transform .42s var(--mfh2-ease),visibility .3s;
}
.mfh2-studio-flow__panel.is-active{opacity:1;visibility:visible;pointer-events:auto;transform:none;z-index:2}
.mfh2-studio-flow__panel-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:9px}
.mfh2-studio-flow__panel-head small{display:block;color:#65b1f3;font-size:8.5px;letter-spacing:.12em;font-weight:850}
.mfh2-studio-flow__panel-head h4{margin:3px 0 0;font-size:16px;line-height:1.15;letter-spacing:-.025em}
.mfh2-studio-flow__state,.mfh2-studio-flow__save,.mfh2-studio-access-current{
  display:inline-flex;align-items:center;gap:5px;flex:0 0 auto;padding:6px 8px;border-radius:999px;
  font-size:8.5px;font-weight:800;line-height:1;border:1px solid #3a4652;background:#28323e;color:#a4b1bc
}
.mfh2-studio-flow__state--green{color:#8ce5ad;background:rgba(99,207,140,.09);border-color:rgba(99,207,140,.18)}
.mfh2-studio-flow__save{color:#8ce5ad;background:rgba(99,207,140,.08);border-color:rgba(99,207,140,.15)}
.mfh2-studio-flow__save i{width:5px;height:5px;border-radius:50%;background:#63cf8c;box-shadow:0 0 8px rgba(99,207,140,.6)}
.mfh2-studio-access-current{color:#9ed3ff;background:rgba(61,154,236,.1);border-color:rgba(61,154,236,.22);transition:.3s}

.mfh2-studio-form-grid,.mfh2-studio-version-grid{display:grid;grid-template-columns:1fr 1fr;gap:7px}
.mfh2-studio-field{display:block;min-width:0}
.mfh2-studio-field>span,.mfh2-studio-content-fields label>span,.mfh2-studio-release-row>div>span{
  display:block;margin:0 0 4px 2px;color:#91a0ad;font-size:8.5px;font-weight:700
}
.mfh2-studio-field>span em,.mfh2-studio-content-fields label>span em{font-style:normal;color:#687a88;font-weight:500}
.mfh2-studio-field--wide{grid-column:1/-1}
.mfh2-studio-input,.mfh2-studio-value{
  min-height:34px;display:flex;align-items:center;gap:5px;padding:8px 9px;border-radius:8px;
  color:#e7eff5;background:#212b38;border:1px solid #333d47;font-size:10px;overflow:hidden
}
.mfh2-studio-input b{font-size:10px;font-weight:700}
.mfh2-studio-input em,.mfh2-studio-value>i{margin-left:auto;color:#63cf8c;font-style:normal}
.mfh2-studio-caret{display:block;width:1px;height:12px;background:#65b1f3;opacity:0}
.mfh2-studio-flow__panel.is-active .mfh2-studio-caret{animation:mfh2StudioCaret .75s .18s steps(1) 3}
@keyframes mfh2StudioCaret{50%{opacity:1}}
.mfh2-studio-typefill{display:inline-block;overflow:hidden;white-space:nowrap;max-width:0}
.mfh2-studio-flow__panel.is-active .mfh2-studio-typefill{animation:mfh2StudioType 1.05s .15s steps(12,end) forwards}
@keyframes mfh2StudioType{to{max-width:110px}}

.mfh2-studio-segmented{
  min-height:34px;display:grid;grid-template-columns:1fr 1fr;gap:3px;padding:3px;border-radius:8px;
  background:#212b38;border:1px solid #333d47
}
.mfh2-studio-segmented b{display:grid;place-items:center;border-radius:6px;color:#7e8f9d;font-size:9px;transition:.25s}
.mfh2-studio-segmented b.is-active{color:#fff;background:#3d9aec;box-shadow:0 5px 12px rgba(61,154,236,.18)}
.mfh2-studio-flow__panel.is-active .mfh2-studio-segmented b.is-active{animation:mfh2StudioChipPop .45s .6s var(--mfh2-ease) both}
@keyframes mfh2StudioChipPop{0%{transform:scale(.86);opacity:.45}100%{transform:none;opacity:1}}

.mfh2-studio-editor,.mfh2-studio-release-copy{
  min-height:57px;padding:9px;border-radius:8px;background:#212b38;border:1px solid #333d47;overflow:hidden;position:relative
}
.mfh2-studio-editor>i,.mfh2-studio-release-copy>i,.mfh2-studio-content-line>i{
  display:block;width:var(--w);height:4px;margin-bottom:5px;border-radius:999px;background:#33414f;transform:scaleX(.08);transform-origin:left;opacity:.45
}
.mfh2-studio-flow__panel.is-active .mfh2-studio-editor>i,
.mfh2-studio-flow__panel.is-active .mfh2-studio-release-copy>i,
.mfh2-studio-flow__panel.is-active .mfh2-studio-content-line>i{
  animation:mfh2StudioLineFill .48s var(--mfh2-ease) forwards
}
.mfh2-studio-flow__panel.is-active .mfh2-studio-editor>i:nth-child(1),
.mfh2-studio-flow__panel.is-active .mfh2-studio-release-copy>i:nth-child(1),
.mfh2-studio-flow__panel.is-active .mfh2-studio-content-line>i:nth-child(1){animation-delay:.25s}
.mfh2-studio-flow__panel.is-active .mfh2-studio-editor>i:nth-child(2),
.mfh2-studio-flow__panel.is-active .mfh2-studio-release-copy>i:nth-child(2),
.mfh2-studio-flow__panel.is-active .mfh2-studio-content-line>i:nth-child(2){animation-delay:.42s}
.mfh2-studio-flow__panel.is-active .mfh2-studio-editor>i:nth-child(3),
.mfh2-studio-flow__panel.is-active .mfh2-studio-release-copy>i:nth-child(3),
.mfh2-studio-flow__panel.is-active .mfh2-studio-content-line>i:nth-child(3){animation-delay:.59s}
@keyframes mfh2StudioLineFill{to{transform:scaleX(1);opacity:1;background:#526678}}
.mfh2-studio-editor small,.mfh2-studio-release-copy small{display:block;margin-top:3px;color:#8d9ca8;font-size:8.5px;line-height:1.35;opacity:0}
.mfh2-studio-flow__panel.is-active .mfh2-studio-editor small,
.mfh2-studio-flow__panel.is-active .mfh2-studio-release-copy small{animation:mfh2StudioFadeUp .45s .72s var(--mfh2-ease) forwards}
@keyframes mfh2StudioFadeUp{from{opacity:0;transform:translateY(5px)}to{opacity:1;transform:none}}

.mfh2-studio-inline-note{
  min-height:39px;display:flex;align-items:center;gap:8px;padding:7px 9px;border-radius:9px;
  background:rgba(99,207,140,.065);border:1px solid rgba(99,207,140,.12);opacity:0;transform:translateY(7px)
}
.mfh2-studio-inline-note>span{width:24px;height:24px;display:grid;place-items:center;border-radius:7px;color:#8ce5ad;background:rgba(99,207,140,.1);font-size:9px}
.mfh2-studio-inline-note b,.mfh2-studio-inline-note small{display:block}
.mfh2-studio-inline-note b{font-size:9.5px}
.mfh2-studio-inline-note small{margin-top:2px;color:#7f918c;font-size:8px}
.mfh2-studio-flow__panel.is-active .mfh2-studio-inline-note{animation:mfh2StudioFadeUp .45s .9s var(--mfh2-ease) forwards}

.mfh2-studio-content-grid{display:grid;grid-template-columns:140px minmax(0,1fr);gap:10px}
.mfh2-studio-cover{min-width:0}
.mfh2-studio-cover__art{
  height:122px;border-radius:10px;position:relative;overflow:hidden;padding:12px;display:flex;align-items:flex-end;
  background:radial-gradient(circle at 70% 30%,rgba(48,243,215,.55),transparent 18%),linear-gradient(145deg,#243b55,#141e30 58%,#0a6f8f);
  border:1px solid rgba(255,255,255,.07);transform:scale(.93);opacity:0
}
.mfh2-studio-cover__art::before{content:"";position:absolute;inset:-35%;background:linear-gradient(115deg,transparent 35%,rgba(255,255,255,.16),transparent 62%);transform:translateX(-70%) rotate(8deg)}
.mfh2-studio-flow__panel.is-active .mfh2-studio-cover__art{animation:mfh2StudioCoverIn .5s .14s var(--mfh2-ease) forwards}
.mfh2-studio-flow__panel.is-active .mfh2-studio-cover__art::before{animation:mfh2StudioScan 1.3s .55s ease forwards}
@keyframes mfh2StudioCoverIn{to{transform:none;opacity:1}}
@keyframes mfh2StudioScan{to{transform:translateX(75%) rotate(8deg)}}
.mfh2-studio-cover__art span{position:relative;z-index:2;font-size:14px;line-height:.9;font-weight:900;letter-spacing:-.05em;text-shadow:0 3px 12px rgba(0,0,0,.35)}
.mfh2-studio-cover__art>i{position:absolute;width:52px;height:52px;border-radius:50%;right:10px;top:10px;background:#30f3d7;filter:blur(25px);opacity:.22}
.mfh2-studio-cover>small{display:block;margin-top:5px;color:#738594;font-size:8px;line-height:1.3}
.mfh2-studio-cover>small b{color:#9cadb8}
.mfh2-studio-content-fields{display:grid;gap:6px}
.mfh2-studio-content-fields label{display:block;min-width:0}
.mfh2-studio-content-line{min-height:49px;padding:9px;border-radius:8px;background:#212b38;border:1px solid #333d47}
.mfh2-studio-value{font-size:9px}
.mfh2-studio-value small{color:#718390;font-size:8px}
.mfh2-studio-bottom-note{
  position:absolute;left:14px;right:14px;bottom:8px;min-height:31px;display:flex;align-items:center;gap:7px;
  padding:6px 9px;border-radius:8px;background:rgba(99,207,140,.055);border:1px solid rgba(99,207,140,.11);
  opacity:0;transform:translateY(8px)
}
.mfh2-studio-bottom-note>span{color:#8ce5ad;font-size:10px}.mfh2-studio-bottom-note b{font-size:9px}.mfh2-studio-bottom-note small{margin-left:auto;color:#71857d;font-size:8px}
.mfh2-studio-bottom-note--blue{background:rgba(61,154,236,.055);border-color:rgba(61,154,236,.11)}.mfh2-studio-bottom-note--blue>span{color:#65b1f3}
.mfh2-studio-flow__panel.is-active .mfh2-studio-bottom-note{animation:mfh2StudioFadeUp .45s .82s var(--mfh2-ease) forwards}

.mfh2-studio-release-row{display:grid;grid-template-columns:170px minmax(0,1fr);gap:8px;align-items:end}
.mfh2-studio-segmented--small{height:34px}
.mfh2-studio-attachment{
  min-height:34px;display:grid;grid-template-columns:28px 1fr 18px;gap:7px;align-items:center;padding:5px 7px;border-radius:8px;
  background:#212b38;border:1px solid #333d47
}
.mfh2-studio-attachment>span{width:27px;height:24px;display:grid;place-items:center;border-radius:6px;color:#65b1f3;background:rgba(61,154,236,.1);font-size:8px;font-weight:900}
.mfh2-studio-attachment b,.mfh2-studio-attachment small{display:block}
.mfh2-studio-attachment b{font-size:8.5px}.mfh2-studio-attachment small{margin-top:2px;color:#718390;font-size:7.5px}.mfh2-studio-attachment>i{color:#63cf8c;font-style:normal;font-size:9px}
.mfh2-studio-flow__panel.is-active .mfh2-studio-attachment{animation:mfh2StudioAttach .5s .62s var(--mfh2-ease) both}
@keyframes mfh2StudioAttach{from{transform:translateX(10px);opacity:.2}to{transform:none;opacity:1}}

.mfh2-studio-access-copy{margin:-1px 0 8px;color:#8798a5;font-size:8.5px;line-height:1.4}
.mfh2-studio-access-options{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px}
.mfh2-studio-access-options>button{
  min-height:92px;display:grid;grid-template-columns:33px minmax(0,1fr) 18px;gap:7px;align-items:center;
  padding:9px;border-radius:10px;border:1px solid #394551;background:#212b38;color:#91a0ad;text-align:left;cursor:pointer;
  opacity:0;transform:translateY(9px);transition:transform .22s,border-color .22s,background .22s,box-shadow .22s,color .22s
}
.mfh2-studio-flow__panel.is-active .mfh2-studio-access-options>button{animation:mfh2StudioAccessIn .42s var(--mfh2-ease) forwards}
.mfh2-studio-flow__panel.is-active .mfh2-studio-access-options>button:nth-child(1){animation-delay:.12s}
.mfh2-studio-flow__panel.is-active .mfh2-studio-access-options>button:nth-child(2){animation-delay:.24s}
.mfh2-studio-flow__panel.is-active .mfh2-studio-access-options>button:nth-child(3){animation-delay:.36s}
@keyframes mfh2StudioAccessIn{to{opacity:1;transform:none}}
.mfh2-studio-access-options>button:hover{transform:translateY(-2px);border-color:rgba(101,177,243,.55);color:#e9f4fb;box-shadow:0 10px 22px rgba(0,0,0,.14)}
.mfh2-studio-access-options>button.is-selected{border-color:#3d9aec;background:rgba(61,154,236,.12);color:#f1f5f9;box-shadow:0 0 0 2px rgba(61,154,236,.08)}
.mfh2-studio-flow[data-access-level="2"] .mfh2-studio-access-options>button.is-selected{border-color:#f2b957;background:rgba(242,185,87,.1);box-shadow:0 0 0 2px rgba(242,185,87,.08)}
.mfh2-studio-access-icon{width:33px;height:33px;display:grid;place-items:center;border-radius:9px;color:#65b1f3;background:rgba(61,154,236,.1)}
.mfh2-studio-access-icon svg{width:19px;height:19px}.mfh2-studio-access-icon--premium{color:#f2b957;background:rgba(242,185,87,.12)}
.mfh2-studio-access-options b,.mfh2-studio-access-options small{display:block}.mfh2-studio-access-options b{font-size:9px}.mfh2-studio-access-options small{margin-top:3px;color:#7f909e;font-size:7.5px;line-height:1.35}
.mfh2-studio-access-options>button>i{
  width:18px;height:18px;display:grid;place-items:center;border-radius:50%;font-style:normal;font-size:7px;
  color:transparent;background:#34414e;transition:.22s
}
.mfh2-studio-access-options>button.is-selected>i{color:#fff;background:#3d9aec;transform:scale(1.05)}
.mfh2-studio-flow[data-access-level="2"] .mfh2-studio-access-options>button.is-selected>i{background:#d99b1a}
.mfh2-studio-access-footer{
  display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:8px;padding-top:7px;border-top:1px solid rgba(255,255,255,.055)
}
.mfh2-studio-access-footer>div{display:flex;align-items:center;gap:7px;min-width:0}.mfh2-studio-access-footer b,.mfh2-studio-access-footer small{display:block}
.mfh2-studio-access-footer b{font-size:8.5px}.mfh2-studio-access-footer small{margin-top:2px;color:#748795;font-size:7.5px}
.mfh2-studio-access-dot{width:7px;height:7px;border-radius:50%;background:#63cf8c;box-shadow:0 0 0 4px rgba(99,207,140,.08),0 0 9px rgba(99,207,140,.5)}
.mfh2-studio-access-footer>button{
  flex:0 0 auto;border:0;border-radius:8px;padding:8px 10px;color:#fff;background:#3d9aec;font-size:8.5px;font-weight:800;cursor:pointer;
  box-shadow:0 7px 16px rgba(61,154,236,.18);transition:.25s
}
.mfh2-studio-access-footer>button:hover{background:#65b1f3;transform:translateY(-1px);box-shadow:0 10px 22px rgba(61,154,236,.25)}

.mfh2-studio-flow__footer{
  position:absolute;left:0;right:0;bottom:0;height:34px;padding:0 12px;display:flex;align-items:center;justify-content:space-between;gap:10px;
  border-top:1px solid rgba(255,255,255,.05);background:rgba(22,28,36,.95);z-index:4
}
.mfh2-studio-flow__footer>span{display:flex;align-items:center;gap:6px;color:#9dadb8;font-size:8.5px}
.mfh2-studio-flow__footer>span>i{width:6px;height:6px;border-radius:50%;background:#3d9aec;box-shadow:0 0 8px rgba(61,154,236,.55);animation:mfh2StudioFooterPulse 1.3s ease-in-out infinite}
@keyframes mfh2StudioFooterPulse{50%{opacity:.35;transform:scale(.75)}}
.mfh2-studio-flow__footer small{color:#566b79;font-size:7.5px}

.mfh2-studio-flow__toast{
  position:absolute;right:14px;bottom:42px;z-index:9;min-width:245px;display:flex;align-items:center;gap:10px;
  padding:10px 12px;border-radius:11px;background:#fff;color:#08090c;box-shadow:0 18px 40px rgba(0,0,0,.32);
  opacity:0;transform:translateY(14px) scale(.98);pointer-events:none
}
.mfh2-studio-flow__toast>span{width:33px;height:33px;display:grid;place-items:center;border-radius:9px;color:#1b9c4d;background:#e6faed;font-size:12px;font-weight:900}
.mfh2-studio-flow__toast b,.mfh2-studio-flow__toast small{display:block}
.mfh2-studio-flow__toast b{font-size:12px;line-height:1.2}
.mfh2-studio-flow__toast small{margin-top:3px;color:#6e7980;font-size:9.5px;line-height:1.35}
.mfh2-studio-flow.is-published .mfh2-studio-flow__toast,
.mfh2-studio-flow__toast.is-user-visible{animation:mfh2StudioToastBig 1.9s var(--mfh2-ease) both}
@keyframes mfh2StudioToastBig{0%{opacity:0;transform:translateY(14px) scale(.98)}15%,78%{opacity:1;transform:none}100%{opacity:0;transform:translateY(-6px)}}

/* Every newly activated Studio sub-panel gets a short highlight sweep. */
.mfh2-studio-flow__panel::after{
  content:"";position:absolute;inset:0;pointer-events:none;opacity:0;
  background:linear-gradient(105deg,transparent 20%,rgba(101,177,243,.045) 46%,transparent 70%);transform:translateX(-35%)
}
.mfh2-studio-flow__panel.is-active::after{animation:mfh2StudioPanelSweep .8s .08s ease-out both}
@keyframes mfh2StudioPanelSweep{35%{opacity:1}100%{opacity:0;transform:translateX(38%)}}

@media (max-width:1180px){
  .mfh2-studio-flow{height:375px}
}
@media (max-width:920px){
  .mfh2-studio-flow{height:355px}
  .mfh2-studio-flow__topbar{height:45px}
  .mfh2-studio-flow__steps{top:auto;height:47px}
  .mfh2-studio-flow__viewport{top:92px}
  .mfh2-studio-flow__panel{padding:10px 11px 8px}
  .mfh2-studio-flow__panel-head{margin-bottom:7px}
  .mfh2-studio-content-grid{grid-template-columns:110px 1fr}
  .mfh2-studio-cover__art{height:105px}
  .mfh2-studio-access-options>button{min-height:83px;padding:7px;grid-template-columns:29px minmax(0,1fr) 16px}
  .mfh2-studio-access-icon{width:29px;height:29px}
}
@media (max-width:700px){
  .mfh2-studio-flow{height:340px}
  .mfh2-studio-flow__account div{display:none}
  .mfh2-studio-flow__steps{padding:5px 7px;gap:2px}
  .mfh2-studio-flow__steps button{padding:4px}
  .mfh2-studio-flow__steps button>i{width:20px;height:20px}
  .mfh2-studio-flow__steps small{display:none}
  .mfh2-studio-flow__viewport{top:94px}
  .mfh2-studio-flow__panel-head h4{font-size:12px}
  .mfh2-studio-form-grid,.mfh2-studio-version-grid{gap:5px}
  .mfh2-studio-content-grid{grid-template-columns:88px 1fr;gap:7px}
  .mfh2-studio-cover__art{height:88px;padding:8px}
  .mfh2-studio-cover__art span{font-size:9px}
  .mfh2-studio-release-row{grid-template-columns:1fr}
  .mfh2-studio-attachment{display:none}
  .mfh2-studio-access-options{grid-template-columns:1fr;gap:4px}
  .mfh2-studio-access-options>button{min-height:48px;grid-template-columns:27px minmax(0,1fr) 16px;padding:5px 7px}
  .mfh2-studio-access-options small{display:none}
  .mfh2-studio-access-icon{width:27px;height:27px}
  .mfh2-studio-access-copy{display:none}
  .mfh2-studio-access-footer{margin-top:5px;padding-top:5px}
  .mfh2-studio-flow__toast{right:8px;left:8px;min-width:0}
}


/* Creator Studio v5 — simplified, large and readable. Scoped to Studio only. */
.mfh2-scene[data-mfh2-scene="studio"] .mfh2-scene-caption > span{font-size:13px}
.mfh2-scene[data-mfh2-scene="studio"] .mfh2-scene-caption small{font-size:13px;line-height:1.45}

.mfh2-studio-flow--simple{height:397px;font-size:13px}
.mfh2-studio-flow--simple small{font-size:13px !important;line-height:1.35}
.mfh2-studio-flow--simple .mfh2-studio-flow__topbar{height:54px;padding:0 16px}
.mfh2-studio-flow--simple .mfh2-studio-flow__brand>span{width:36px;height:36px;border-radius:10px}
.mfh2-studio-flow--simple .mfh2-studio-flow__brand svg{width:22px;height:22px}
.mfh2-studio-flow--simple .mfh2-studio-flow__brand b{font-size:15px}
.mfh2-studio-flow--simple .mfh2-studio-flow__brand small{margin-top:1px;font-size:13px !important}
.mfh2-studio-flow--simple .mfh2-studio-flow__avatar{width:36px;height:36px;border-radius:10px;font-size:13px}
.mfh2-studio-flow--simple .mfh2-studio-flow__account b{font-size:14px}
.mfh2-studio-flow--simple .mfh2-studio-flow__account small{font-size:13px !important}
.mfh2-studio-flow--simple .mfh2-studio-flow__account small i{width:7px;height:7px;margin-right:5px}

.mfh2-studio-flow--simple .mfh2-studio-flow__steps{height:60px;padding:8px 11px;gap:7px}
.mfh2-studio-flow--simple .mfh2-studio-flow__steps button{min-width:0;padding:6px 9px;gap:8px;border-radius:10px}
.mfh2-studio-flow--simple .mfh2-studio-flow__steps button>i{width:28px;height:28px;border-radius:8px;font-size:13px}
.mfh2-studio-flow--simple .mfh2-studio-flow__steps b{font-size:14px;line-height:1.05;white-space:nowrap}
.mfh2-studio-flow--simple .mfh2-studio-flow__steps small{margin-top:2px;font-size:13px !important;white-space:nowrap}
.mfh2-studio-flow--simple .mfh2-studio-flow__steps button::after{left:9px;right:9px;bottom:3px;height:2px}

.mfh2-studio-flow--simple .mfh2-studio-flow__viewport{top:114px;bottom:39px}
.mfh2-studio-flow--simple .mfh2-studio-flow__panel{padding:13px 15px 10px}
.mfh2-studio-flow--simple .mfh2-studio-flow__panel-head{align-items:center;margin-bottom:10px}
.mfh2-studio-flow--simple .mfh2-studio-flow__panel-head small{font-size:13px !important;letter-spacing:.08em}
.mfh2-studio-flow--simple .mfh2-studio-flow__panel-head h4{margin-top:2px;font-size:18px;line-height:1.15}
.mfh2-studio-flow--simple .mfh2-studio-flow__state,
.mfh2-studio-flow--simple .mfh2-studio-flow__save,
.mfh2-studio-flow--simple .mfh2-studio-access-current{padding:7px 10px;font-size:13px}

.mfh2-studio-simple-grid{display:grid;grid-template-columns:1fr 1fr;gap:9px}
.mfh2-studio-simple-card{min-width:0;padding:10px 11px;border-radius:11px;background:#212b38;border:1px solid #333d47;opacity:0;transform:translateY(8px)}
.mfh2-studio-simple-card--wide{grid-column:1/-1}
.mfh2-studio-simple-label{display:block;margin-bottom:6px;color:#91a0ad;font-size:13px;font-weight:750}
.mfh2-studio-simple-card p{margin:0;color:#dce6ed;font-size:13px;line-height:1.45}
.mfh2-studio-simple-value{min-height:35px;display:flex;align-items:center;gap:7px;color:#f1f5f9;font-size:16px}
.mfh2-studio-simple-value b{font-size:16px}
.mfh2-studio-simple-value em{margin-left:auto;color:#63cf8c;font-size:14px;font-style:normal}
.mfh2-studio-flow__panel.is-active .mfh2-studio-simple-card{animation:mfh2StudioFadeUp .42s var(--mfh2-ease) forwards}
.mfh2-studio-flow__panel.is-active .mfh2-studio-simple-card:nth-child(1){animation-delay:.08s}
.mfh2-studio-flow__panel.is-active .mfh2-studio-simple-card:nth-child(2){animation-delay:.2s}
.mfh2-studio-flow__panel.is-active .mfh2-studio-simple-card:nth-child(3){animation-delay:.34s}

.mfh2-studio-flow--simple .mfh2-studio-segmented{min-height:35px}
.mfh2-studio-flow--simple .mfh2-studio-segmented b{font-size:13px}
.mfh2-studio-flow--simple .mfh2-studio-caret{height:16px}
.mfh2-studio-flow--simple .mfh2-studio-typefill{max-width:0}
.mfh2-studio-flow--simple .mfh2-studio-flow__panel.is-active .mfh2-studio-typefill{animation:mfh2StudioTypeSimple .9s .14s steps(12,end) forwards}
@keyframes mfh2StudioTypeSimple{to{max-width:160px}}

.mfh2-studio-flow--simple .mfh2-studio-inline-note{position:absolute;left:15px;right:15px;bottom:9px;min-height:42px;padding:8px 10px;gap:9px}
.mfh2-studio-flow--simple .mfh2-studio-inline-note>span{width:29px;height:29px;border-radius:8px;font-size:14px}
.mfh2-studio-flow--simple .mfh2-studio-inline-note b{font-size:13px}
.mfh2-studio-flow--simple .mfh2-studio-inline-note small{margin-top:1px;font-size:13px !important}

.mfh2-studio-simple-preview{display:grid;grid-template-columns:130px minmax(0,1fr);gap:14px;align-items:stretch}
.mfh2-studio-flow--simple .mfh2-studio-cover__art{height:135px;padding:13px;border-radius:12px}
.mfh2-studio-flow--simple .mfh2-studio-cover__art span{font-size:19px;line-height:.92}
.mfh2-studio-simple-preview__copy{min-width:0;padding:7px 0;opacity:0;transform:translateX(10px)}
.mfh2-studio-flow__panel.is-active .mfh2-studio-simple-preview__copy{animation:mfh2StudioFadeUp .48s .28s var(--mfh2-ease) forwards}
.mfh2-studio-simple-chip{display:inline-flex;padding:5px 8px;border-radius:999px;color:#9ed3ff;background:rgba(61,154,236,.1);border:1px solid rgba(61,154,236,.2);font-size:13px;font-weight:800}
.mfh2-studio-simple-preview__copy h5{margin:7px 0 5px;color:#f1f5f9;font-size:19px;line-height:1.1}
.mfh2-studio-simple-preview__copy p{margin:0;color:#9aa8b6;font-size:13px;line-height:1.45}
.mfh2-studio-simple-url{display:flex;align-items:center;gap:7px;margin-top:9px;padding:8px 10px;border-radius:9px;background:#212b38;border:1px solid #333d47;color:#bcdfff;font-size:13px;white-space:nowrap;overflow:hidden}
.mfh2-studio-simple-url b{overflow:hidden;text-overflow:ellipsis}
.mfh2-studio-simple-url span{color:#65b1f3;font-size:14px}

.mfh2-studio-flow--simple .mfh2-studio-bottom-note{left:15px;right:15px;bottom:9px;min-height:42px;padding:8px 10px;border-radius:9px;gap:8px}
.mfh2-studio-flow--simple .mfh2-studio-bottom-note>span{font-size:14px}
.mfh2-studio-flow--simple .mfh2-studio-bottom-note b{font-size:13px}
.mfh2-studio-flow--simple .mfh2-studio-bottom-note small{font-size:13px !important}

.mfh2-studio-simple-release{display:grid;grid-template-columns:138px minmax(0,1fr);gap:9px}
.mfh2-studio-simple-release__version{grid-row:1/3;display:flex;flex-direction:column;justify-content:center;min-height:116px;padding:13px;border-radius:12px;background:linear-gradient(145deg,rgba(61,154,236,.14),rgba(61,154,236,.05));border:1px solid rgba(101,177,243,.2);opacity:0;transform:scale(.96)}
.mfh2-studio-simple-release__version span{color:#9aa8b6;font-size:13px;font-weight:750}
.mfh2-studio-simple-release__version strong{margin:3px 0;color:#f1f5f9;font-size:30px;line-height:1;font-weight:850}
.mfh2-studio-simple-release__version small{color:#8ce5ad;font-size:13px !important;font-weight:700}
.mfh2-studio-flow__panel.is-active .mfh2-studio-simple-release__version{animation:mfh2StudioCoverIn .44s .08s var(--mfh2-ease) forwards}
.mfh2-studio-flow--simple .mfh2-studio-attachment{min-height:51px;grid-template-columns:39px 1fr 20px;gap:9px;padding:8px 10px;border-radius:10px}
.mfh2-studio-flow--simple .mfh2-studio-attachment>span{width:38px;height:34px;border-radius:8px;font-size:13px}
.mfh2-studio-flow--simple .mfh2-studio-attachment b{font-size:13px}
.mfh2-studio-flow--simple .mfh2-studio-attachment small{font-size:13px !important}
.mfh2-studio-flow--simple .mfh2-studio-attachment>i{font-size:14px}
.mfh2-studio-simple-release__note{padding:8px 10px;border-radius:10px;background:#212b38;border:1px solid #333d47;opacity:0;transform:translateY(7px)}
.mfh2-studio-simple-release__note span{display:block;margin-bottom:3px;color:#91a0ad;font-size:13px;font-weight:750}
.mfh2-studio-simple-release__note p{margin:0;color:#dce6ed;font-size:13px;line-height:1.4}
.mfh2-studio-flow__panel.is-active .mfh2-studio-simple-release__note{animation:mfh2StudioFadeUp .44s .4s var(--mfh2-ease) forwards}

.mfh2-studio-flow--simple .mfh2-studio-access-options{grid-template-columns:repeat(3,minmax(0,1fr));gap:9px}
.mfh2-studio-flow--simple .mfh2-studio-access-options>button{min-height:112px;grid-template-columns:43px minmax(0,1fr) 23px;gap:9px;padding:11px;border-radius:12px}
.mfh2-studio-flow--simple .mfh2-studio-access-icon{width:43px;height:43px;border-radius:11px}
.mfh2-studio-flow--simple .mfh2-studio-access-icon svg{width:24px;height:24px}
.mfh2-studio-flow--simple .mfh2-studio-access-options b{font-size:14px;line-height:1.15}
.mfh2-studio-flow--simple .mfh2-studio-access-options small{margin-top:4px;font-size:13px !important;line-height:1.3}
.mfh2-studio-flow--simple .mfh2-studio-access-options>button>i{width:23px;height:23px;font-size:13px}
.mfh2-studio-flow--simple .mfh2-studio-access-footer{margin-top:9px;padding-top:9px}
.mfh2-studio-flow--simple .mfh2-studio-access-footer>div{gap:9px}
.mfh2-studio-flow--simple .mfh2-studio-access-footer b{font-size:13px}
.mfh2-studio-flow--simple .mfh2-studio-access-footer small{font-size:13px !important}
.mfh2-studio-flow--simple .mfh2-studio-access-dot{width:9px;height:9px}
.mfh2-studio-flow--simple .mfh2-studio-access-footer>button{padding:10px 13px;border-radius:9px;font-size:13px}

.mfh2-studio-flow--simple .mfh2-studio-flow__footer{height:39px;padding:0 13px}
.mfh2-studio-flow--simple .mfh2-studio-flow__footer>span{gap:7px;font-size:13px}
.mfh2-studio-flow--simple .mfh2-studio-flow__footer>span>i{width:7px;height:7px}
.mfh2-studio-flow--simple .mfh2-studio-flow__footer small{font-size:13px !important}
.mfh2-studio-flow--simple .mfh2-studio-flow__toast{right:14px;bottom:48px;min-width:300px;gap:11px;padding:12px 14px;border-radius:12px}
.mfh2-studio-flow--simple .mfh2-studio-flow__toast>span{width:39px;height:39px;border-radius:10px;font-size:15px}
.mfh2-studio-flow--simple .mfh2-studio-flow__toast b{font-size:14px}
.mfh2-studio-flow--simple .mfh2-studio-flow__toast small{font-size:13px !important}

@media (max-width:920px){
  .mfh2-studio-flow--simple{height:355px}
  .mfh2-studio-flow--simple .mfh2-studio-flow__topbar{height:50px}
  .mfh2-studio-flow--simple .mfh2-studio-flow__steps{height:56px;padding:6px 8px;gap:4px}
  .mfh2-studio-flow--simple .mfh2-studio-flow__steps button{padding:5px 6px;gap:5px}
  .mfh2-studio-flow--simple .mfh2-studio-flow__steps small{display:none}
  .mfh2-studio-flow--simple .mfh2-studio-flow__viewport{top:106px;bottom:39px}
  .mfh2-studio-flow--simple .mfh2-studio-flow__panel{padding:10px 11px 8px}
  .mfh2-studio-flow--simple .mfh2-studio-flow__panel-head{margin-bottom:7px}
  .mfh2-studio-flow--simple .mfh2-studio-flow__panel-head h4{font-size:17px}
  .mfh2-studio-simple-preview{grid-template-columns:105px minmax(0,1fr);gap:10px}
  .mfh2-studio-flow--simple .mfh2-studio-cover__art{height:116px;padding:10px}
  .mfh2-studio-flow--simple .mfh2-studio-cover__art span{font-size:16px}
  .mfh2-studio-flow--simple .mfh2-studio-inline-note,
  .mfh2-studio-flow--simple .mfh2-studio-bottom-note{left:11px;right:11px;bottom:7px}
  .mfh2-studio-flow--simple .mfh2-studio-access-options>button{min-height:98px;grid-template-columns:38px minmax(0,1fr) 21px;padding:8px;gap:7px}
  .mfh2-studio-flow--simple .mfh2-studio-access-icon{width:38px;height:38px}
  .mfh2-studio-flow--simple .mfh2-studio-access-footer>button{padding:9px 10px}
}

@media (max-width:700px){
  .mfh2-studio-flow--simple{height:340px}
  .mfh2-studio-flow--simple .mfh2-studio-flow__account div{display:none}
  .mfh2-studio-flow--simple .mfh2-studio-flow__steps{height:54px}
  .mfh2-studio-flow--simple .mfh2-studio-flow__steps button{justify-content:center}
  .mfh2-studio-flow--simple .mfh2-studio-flow__steps button>span{display:none}
  .mfh2-studio-flow--simple .mfh2-studio-flow__steps button>i{width:30px;height:30px;font-size:13px}
  .mfh2-studio-flow--simple .mfh2-studio-flow__viewport{top:104px;bottom:39px}
  .mfh2-studio-simple-grid{grid-template-columns:1fr;gap:6px}
  .mfh2-studio-simple-card{padding:8px 9px}
  .mfh2-studio-simple-card--wide{grid-column:auto}
  .mfh2-studio-simple-card p{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
  .mfh2-studio-flow--simple .mfh2-studio-inline-note{display:none}
  .mfh2-studio-simple-preview{grid-template-columns:88px minmax(0,1fr);gap:8px}
  .mfh2-studio-flow--simple .mfh2-studio-cover__art{height:92px;padding:8px}
  .mfh2-studio-flow--simple .mfh2-studio-cover__art span{font-size:14px}
  .mfh2-studio-simple-preview__copy{padding:1px 0}
  .mfh2-studio-simple-preview__copy p{display:none}
  .mfh2-studio-simple-url{margin-top:6px;padding:6px 8px}
  .mfh2-studio-simple-release{grid-template-columns:105px minmax(0,1fr);gap:6px}
  .mfh2-studio-simple-release__version{min-height:101px;padding:9px}
  .mfh2-studio-simple-release__version strong{font-size:25px}
  .mfh2-studio-flow--simple .mfh2-studio-attachment{min-height:47px}
  .mfh2-studio-simple-release__note p{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
  .mfh2-studio-flow--simple .mfh2-studio-access-options{grid-template-columns:1fr;gap:5px}
  .mfh2-studio-flow--simple .mfh2-studio-access-options>button{min-height:49px;grid-template-columns:34px minmax(0,1fr) 21px;padding:6px 8px}
  .mfh2-studio-flow--simple .mfh2-studio-access-icon{width:34px;height:34px}
  .mfh2-studio-flow--simple .mfh2-studio-access-icon svg{width:20px;height:20px}
  .mfh2-studio-flow--simple .mfh2-studio-access-options small{display:none}
  .mfh2-studio-flow--simple .mfh2-studio-access-footer{margin-top:6px;padding-top:6px}
  .mfh2-studio-flow--simple .mfh2-studio-access-footer small{display:none}
  .mfh2-studio-flow--simple .mfh2-studio-flow__footer small{display:none}
  .mfh2-studio-flow--simple .mfh2-studio-flow__toast{left:8px;right:8px;min-width:0}
}

/* -------------------------- Rewards section -------------------------- */
.mfh2-rewards { padding:95px 0 125px; }
.mfh2-rewards::before { content:""; position:absolute; inset:0; z-index:0; background:linear-gradient(180deg,#08090c,#070a0d 55%,#08090c); }
.mfh2-rewards::after { content:"";position:absolute;left:0;right:0;top:0;height:1px;background:linear-gradient(90deg,transparent,rgba(0,161,242,.2),transparent); }
.mfh2-rewards__flare{position:absolute;width:520px;height:520px;border-radius:50%;filter:blur(150px);opacity:.09;z-index:1;pointer-events:none}.mfh2-rewards__flare--left{left:-190px;top:140px;background:#00a1f2}.mfh2-rewards__flare--right{right:-190px;bottom:-70px;background:#de1a86}
.mfh2-reward-arena { position:relative; z-index:3; overflow:hidden; padding:42px 42px 28px; border-radius:28px; background:linear-gradient(145deg,rgba(16,27,34,.92),rgba(8,9,12,.94)); border:1px solid rgba(101,203,255,.1); box-shadow:0 34px 90px rgba(0,0,0,.28); }
.mfh2-reward-arena::before { content:""; position:absolute; inset:0; z-index:0; background:radial-gradient(circle at 16% 4%,rgba(0,161,242,.1),transparent 28%),radial-gradient(circle at 85% 10%,rgba(131,40,242,.09),transparent 28%),radial-gradient(circle at 70% 110%,rgba(222,26,134,.08),transparent 32%); }
.mfh2-reward-arena::after { content:""; position:absolute; inset:0; z-index:0; opacity:.34; background-image:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px); background-size:32px 32px; mask-image:linear-gradient(to bottom,#000,transparent 72%); }
.mfh2-reward-arena>*{position:relative;z-index:2}
.mfh2-reward-head{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:28px;align-items:end}.mfh2-kicker--reward{color:#7fe9d2}.mfh2-reward-head h2{margin:12px 0 0;font-size:clamp(34px,4vw,55px);line-height:1.04;letter-spacing:-.05em;font-weight:600}.mfh2-reward-head h2 strong{font-weight:900;background:linear-gradient(90deg,#fff,#42d9ff 45%,#45ecb8);-webkit-background-clip:text;background-clip:text;color:transparent}.mfh2-reward-head p{max-width:760px;margin:14px 0 0;color:#91a2ac;font-size:13px;line-height:1.65}.mfh2-reward-badge{display:flex;align-items:center;gap:10px;min-width:250px;padding:11px 13px;border-radius:14px;background:rgba(255,255,255,.045);border:1px solid rgba(255,255,255,.06)}.mfh2-reward-badge>span{width:39px;height:39px;border-radius:11px;display:grid;place-items:center;background:linear-gradient(135deg,#fab917,#de1a86);box-shadow:0 8px 20px rgba(222,26,134,.15)}.mfh2-reward-badge small,.mfh2-reward-badge b{display:block}.mfh2-reward-badge small{color:#647985;font-size:6.5px;letter-spacing:.12em;font-weight:800}.mfh2-reward-badge b{margin-top:3px;font-size:8.5px}

.mfh2-reward-track{margin:31px 1px 0}.mfh2-reward-track__labels{display:flex;justify-content:space-between;color:#506570;font-size:7px;letter-spacing:.08em;font-weight:800;padding:0 2px 8px}.mfh2-reward-track__line{height:11px;position:relative;border-radius:999px;background:rgba(255,255,255,.06);overflow:visible}.mfh2-reward-track__line>i{position:absolute;left:0;top:0;bottom:0;width:100%;border-radius:inherit;background:linear-gradient(90deg,#00a1f2,#30f3d7 45%,#8328f2 72%,#de1a86);transform:scaleX(.02);transform-origin:left;box-shadow:0 0 15px rgba(0,161,242,.12)}.mfh2-reward-arena.is-visible .mfh2-reward-track__line>i,.mfh2-reward-arena.is-rewards-playing .mfh2-reward-track__line>i{animation:mfh2RewardFill 2.1s .35s var(--mfh2-ease) forwards}@keyframes mfh2RewardFill{to{transform:scaleX(1)}}
.mfh2-reward-track__node{position:absolute;top:50%;width:13px;height:13px;border-radius:50%;transform:translate(-50%,-50%) scale(.7);background:#17232a;border:2px solid #41525c;transition:.35s}.mfh2-reward-track__node--1{left:0}.mfh2-reward-track__node--2{left:33.33%}.mfh2-reward-track__node--3{left:66.66%}.mfh2-reward-track__node--4{left:100%}.mfh2-reward-arena.is-rewards-playing .mfh2-reward-track__node{animation:mfh2NodePop .45s var(--mfh2-ease) forwards}.mfh2-reward-arena.is-rewards-playing .mfh2-reward-track__node--1{animation-delay:.45s}.mfh2-reward-arena.is-rewards-playing .mfh2-reward-track__node--2{animation-delay:.95s}.mfh2-reward-arena.is-rewards-playing .mfh2-reward-track__node--3{animation-delay:1.45s}.mfh2-reward-arena.is-rewards-playing .mfh2-reward-track__node--4{animation-delay:1.95s}@keyframes mfh2NodePop{to{transform:translate(-50%,-50%) scale(1);background:#30f3d7;border-color:#b7fff5;box-shadow:0 0 12px rgba(48,243,215,.5)}}
.mfh2-reward-track__runner{position:absolute;left:0;top:50%;width:31px;height:31px;border-radius:50%;display:grid;place-items:center;transform:translate(-50%,-50%);background:#10181e;border:1px solid rgba(255,255,255,.08);box-shadow:0 0 18px rgba(0,161,242,.2);font-size:13px;opacity:0}.mfh2-reward-arena.is-rewards-playing .mfh2-reward-track__runner{animation:mfh2Runner 4s .45s var(--mfh2-ease) both}@keyframes mfh2Runner{0%{left:0;opacity:0;transform:translate(-50%,-50%) scale(.7)}8%{opacity:1;transform:translate(-50%,-50%) scale(1)}90%{left:100%;opacity:1}100%{left:100%;opacity:0;transform:translate(-50%,-50%) scale(.8)}}

.mfh2-loot-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:11px;margin-top:23px}.mfh2-loot{--mfh2-loot:#00a1f2;--mfh2-loot-rgb:0,161,242;position:relative;min-height:285px;padding:19px 18px 17px;border-radius:18px;background:rgba(255,255,255,.038);border:1px solid rgba(255,255,255,.06);overflow:hidden;cursor:pointer;outline:none;transition:transform .42s var(--mfh2-ease),background .35s,border-color .35s,box-shadow .35s;opacity:0;transform:translateY(22px)}.mfh2-reward-arena.is-rewards-playing .mfh2-loot{animation:mfh2LootIn .6s var(--mfh2-ease) forwards}.mfh2-reward-arena.is-rewards-playing .mfh2-loot:nth-child(1){animation-delay:.45s}.mfh2-reward-arena.is-rewards-playing .mfh2-loot:nth-child(2){animation-delay:.58s}.mfh2-reward-arena.is-rewards-playing .mfh2-loot:nth-child(3){animation-delay:.71s}.mfh2-reward-arena.is-rewards-playing .mfh2-loot:nth-child(4){animation-delay:.84s}@keyframes mfh2LootIn{to{opacity:1;transform:none}}
.mfh2-loot:hover,.mfh2-loot:focus-visible,.mfh2-loot.is-active{transform:translateY(-6px);background:rgba(var(--mfh2-loot-rgb),.065);border-color:rgba(var(--mfh2-loot-rgb),.35);box-shadow:0 18px 38px rgba(0,0,0,.22),0 0 0 1px rgba(var(--mfh2-loot-rgb),.06)}.mfh2-loot__glow{position:absolute;z-index:0;width:190px;height:145px;border-radius:50%;left:50%;top:-82px;transform:translateX(-50%);background:var(--mfh2-loot);filter:blur(35px);opacity:.12;transition:.4s}.mfh2-loot.is-active .mfh2-loot__glow,.mfh2-loot:hover .mfh2-loot__glow{opacity:.28;transform:translateX(-50%) scale(1.18)}.mfh2-loot>*{position:relative;z-index:2}.mfh2-loot__top{display:flex;align-items:flex-start;justify-content:space-between}.mfh2-loot__top img{width:75px;height:75px;object-fit:contain;filter:drop-shadow(0 8px 13px rgba(var(--mfh2-loot-rgb),.24));transition:.45s var(--mfh2-ease)}.mfh2-loot.is-active .mfh2-loot__top img,.mfh2-loot:hover .mfh2-loot__top img{transform:translateY(-4px) rotate(-3deg) scale(1.07)}.mfh2-loot__top>span{color:#536a76;font-size:8px;font-weight:800}.mfh2-loot h3{margin:18px 0 0;font-size:17px;line-height:1.05;text-transform:uppercase;letter-spacing:-.025em}.mfh2-loot h3 small{display:block;font-size:13px;font-weight:400;color:#d5dee3}.mfh2-loot h3::after{content:"";display:block;width:18px;height:2px;margin-top:12px;background:var(--mfh2-loot);box-shadow:0 0 10px rgba(var(--mfh2-loot-rgb),.55)}.mfh2-loot p{margin:12px 0 44px;color:#8798a2;font-size:9.5px;line-height:1.6}.mfh2-loot p b{color:#e7f0f4}.mfh2-loot footer{position:absolute;left:18px;right:18px;bottom:15px;display:flex;align-items:center;justify-content:space-between}.mfh2-loot footer>span{color:#556c77;font-size:7.5px;text-transform:uppercase;letter-spacing:.08em;font-weight:800}.mfh2-loot footer button{width:31px;height:31px;border-radius:9px;border:1px solid rgba(255,255,255,.07);background:rgba(255,255,255,.05);color:#7d929d;cursor:pointer;transition:.3s}.mfh2-loot.is-active footer button,.mfh2-loot:hover footer button{background:var(--mfh2-loot);color:#fff;border-color:transparent;box-shadow:0 7px 16px rgba(var(--mfh2-loot-rgb),.2);transform:rotate(45deg)}

.mfh2-reward-detail{min-height:72px;display:grid;grid-template-columns:42px minmax(180px,.72fr) minmax(260px,1.3fr) auto;gap:14px;align-items:center;margin-top:12px;padding:10px 12px;border-radius:14px;background:rgba(101,203,255,.035);border:1px solid rgba(255,255,255,.05)}.mfh2-reward-detail__icon{width:40px;height:40px;border-radius:11px;display:grid;place-items:center;background:linear-gradient(135deg,rgba(0,161,242,.18),rgba(48,243,215,.08));color:#52dfc0}.mfh2-reward-detail small,.mfh2-reward-detail b{display:block}.mfh2-reward-detail small{color:#66d8c2;font-size:6.5px;letter-spacing:.1em;font-weight:800}.mfh2-reward-detail b{margin-top:3px;font-size:9.5px}.mfh2-reward-detail p{margin:0;color:#758994;font-size:8.5px;line-height:1.55}.mfh2-reward-detail a{display:flex;align-items:center;gap:8px;justify-self:end;padding:8px 10px;border-radius:9px;color:#8bdfff;background:rgba(0,161,242,.07);font-size:8px;font-weight:800;transition:.3s}.mfh2-reward-detail a:hover{background:rgba(0,161,242,.14);color:#fff;transform:translateX(2px)}

/* -------------------------- Scroll reveal -------------------------- */
.mfh2 [data-mfh2-reveal] { opacity:0; transform:translateY(24px); transition:opacity .75s var(--mfh2-ease),transform .75s var(--mfh2-ease); }
.mfh2 [data-mfh2-reveal].is-visible { opacity:1; transform:none; }

/* -------------------------- Responsive -------------------------- */
@media (max-width:1180px){
  .mfh2-shell{width:min(100% - 40px,1430px)}
  .mfh2-showcase{grid-template-columns:285px minmax(0,1fr)}
  .mfh2-feature-tab{grid-template-columns:48px minmax(0,1fr) 18px;min-height:88px;padding:11px}.mfh2-feature-tab__icon{width:48px;height:48px}.mfh2-feature-tab__icon img{width:38px;height:38px}.mfh2-feature-tab__copy small{font-size:13px}
  .mfh2-stage{min-height:570px}.mfh2-stage__body{min-height:470px}.mfh2-shot,.mfh2-rates-demo,.mfh2-popup-demo,.mfh2-creator-page-demo,.mfh2-studio-demo{height:375px}
  .mfh2-reward-head{grid-template-columns:1fr}.mfh2-reward-badge{justify-self:start}
}
@media (max-width:930px){
  .mfh2-creator{padding:78px 0 85px;min-height:auto}.mfh2-rewards{padding:78px 0 95px}
  .mfh2-showcase{grid-template-columns:1fr}.mfh2-feature-rail{display:grid;grid-template-columns:repeat(3,1fr);gap:7px}.mfh2-feature-tab{grid-template-columns:40px 1fr;min-height:74px}.mfh2-feature-tab__icon{width:40px;height:40px;border-radius:11px}.mfh2-feature-tab__icon img{width:32px;height:32px}.mfh2-feature-tab__icon svg{width:31px;height:31px}.mfh2-feature-tab__copy b{font-size:11px}.mfh2-feature-tab__copy small,.mfh2-feature-tab__arrow{display:none}.mfh2-stage{min-height:590px}
  .mfh2-loot-grid{grid-template-columns:repeat(2,1fr)}.mfh2-loot{min-height:255px}.mfh2-reward-detail{grid-template-columns:42px 1fr auto}.mfh2-reward-detail p{display:none}
}
@media (max-width:690px){
  .mfh2-stage__url {display: none;}
  .mfh2-shell{width:calc(100% - 24px)}.mfh2-section-head{margin-bottom:28px}.mfh2-section-head h2{font-size:34px}.mfh2-section-head p{font-size:13px}.mfh2-kicker{font-size:9px}
  .mfh2-feature-rail{grid-template-columns:repeat(2,1fr)}.mfh2-feature-tab{min-height:70px}.mfh2-stage{min-height:535px;border-radius:18px}.mfh2-stage__chrome{grid-template-columns:1fr auto}.mfh2-stage__url{display:none}.mfh2-stage__body{min-height:439px}.mfh2-stage__footer{grid-template-columns:1fr auto}.mfh2-stage__hint{display:none}.mfh2-stage__steps{justify-self:start}.mfh2-stage__footer a{font-size:7.5px}
  .mfh2-scene{padding:15px 13px}.mfh2-scene-caption{height:60px}.mfh2-scene-caption small{font-size:8px}.mfh2-shot,.mfh2-rates-demo,.mfh2-popup-demo,.mfh2-creator-page-demo,.mfh2-studio-demo{height:355px}
  .mfh2-focus--verified{left: 3%; right: 3%; top: 30%; height: 21%;}.mfh2-verified-float{left:6%;right:6%;grid-template-columns:40px 1fr;bottom:15px}.mfh2-verified-float__badge img{width:37px}.mfh2-verified-float button{grid-column:1/-1;width:100%;padding:8px}.mfh2-donate-float{left:5%;right:5%;min-width:0;grid-template-columns:38px 1fr}.mfh2-donate-float button{grid-column:1/-1;width:100%}.mfh2-focus--donate{left: 5%; width: 80%; top: 23%; height: 17%;}
  .mfh2-rates-demo{grid-template-columns:1fr}.mfh2-studio-nav--mini{display:none}.mfh2-rates-main{padding:15px}.mfh2-rate-summary{gap:5px}.mfh2-rate-summary__tile{padding:9px}.mfh2-rate-summary__tile b{font-size:9px}.mfh2-rate-toast{min-width:190px}
  .mfh2-popup-demo__page{padding:25px 18px}.mfh2-popup-status{margin-top:18px}.mfh2-download-button{margin-top:45px;width:220px}.mfh2-support-modal{width:calc(100% - 24px);padding:18px 14px 13px}.mfh2-support-actions{gap:5px}.mfh2-support-actions button{padding:8px;min-height:78px}.mfh2-support-actions small{display:none}
  .mfh2-creator-page-demo{padding:10px}.mfh2-creator-card{grid-template-columns:48px 1fr;min-height:94px;padding:10px}.mfh2-avatar{width:46px;height:46px;border-width:4px}.mfh2-creator-title b{font-size:14px}.mfh2-creator-actions{grid-column:1/-1}.mfh2-creator-toolbar{align-items:flex-start}.mfh2-creator-toolbar>b{font-size:11px}.mfh2-creator-toolbar>div{display:none}.mfh2-project-grid{gap:5px}.mfh2-project-thumb{height:68px}.mfh2-project-grid h4{font-size:7px}.mfh2-project-meta{margin-top:5px}.mfh2-follow-toast{top:auto;bottom:12px}.mfh2-version-toast{display:none}
  .mfh2-studio-demo{grid-template-columns:1fr}.mfh2-studio-sidebar{display:none}.mfh2-studio-content{padding:13px}.mfh2-studio-panels{grid-template-columns:1fr}.mfh2-publish-card{display:none}.mfh2-studio-form label>div{min-height:38px}.mfh2-studio-toast{right:12px;bottom:12px}
  .mfh2-reward-arena{padding:26px 13px 17px;border-radius:20px}.mfh2-reward-head h2{font-size:33px}.mfh2-reward-head p{font-size:11px}.mfh2-reward-badge{min-width:0;width:100%}.mfh2-loot-grid{grid-template-columns:1fr 1fr;gap:7px}.mfh2-loot{min-height:230px;padding:14px 12px}.mfh2-loot__top img{width:62px;height:62px}.mfh2-loot h3{font-size:13px}.mfh2-loot h3 small{font-size:10px}.mfh2-loot p{font-size:8px;margin-bottom:38px}.mfh2-loot footer{left:12px;right:12px}.mfh2-reward-detail{grid-template-columns:34px 1fr}.mfh2-reward-detail a{display:none}.mfh2-reward-detail__icon{width:34px;height:34px}
}
@media (max-width:420px){
  .mfh2-feature-rail{grid-template-columns:1fr}.mfh2-feature-tab{min-height:62px;grid-template-columns:38px 1fr}.mfh2-feature-tab__icon{width:38px;height:38px}.mfh2-stage{min-height:520px}.mfh2-stage__body{min-height:424px}.mfh2-shot,.mfh2-rates-demo,.mfh2-popup-demo,.mfh2-creator-page-demo,.mfh2-studio-demo{height:340px}.mfh2-scene-caption b{font-size:12px}.mfh2-scene-caption small{font-size:7.5px}.mfh2-reward-head h2{font-size:30px}.mfh2-loot-grid{grid-template-columns:1fr}.mfh2-loot{min-height:210px}.mfh2-loot p{max-width:82%}
}

@media (prefers-reduced-motion:reduce){
  .mfh2 *, .mfh2 *::before, .mfh2 *::after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important;scroll-behavior:auto!important}
  .mfh2 [data-mfh2-reveal]{opacity:1!important;transform:none!important}
  .mfh2-feature-tab__timer{display:none!important}
  .mfh2-loot{opacity:1!important;transform:none!important}
}

/* Explicit popup interaction overrides */
.mfh2-popup-demo.is-user-open .mfh2-support-modal{animation:none!important;opacity:1!important;transform:translate(-50%,-50%) scale(1)!important}
.mfh2-popup-demo.is-user-open .mfh2-popup-demo__page{animation:none!important;filter:blur(2px) brightness(.63)!important;transform:scale(1.01)!important}
.mfh2-popup-demo.is-user-closed .mfh2-support-modal{animation:none!important;opacity:0!important;pointer-events:none!important}
.mfh2-popup-demo.is-user-closed .mfh2-popup-demo__page{animation:none!important;filter:none!important;transform:none!important}

/* ======================== Creator showcase v7 UX polish ======================== */
/* Visual hierarchy: larger labels, calmer motion, one main event at a time. */
.mfh2-feature-tab__copy b{font-size:15px}
.mfh2-feature-tab__copy small{font-size:12.5px;line-height:1.4}
.mfh2-feature-tab__arrow{font-size:20px;transform:translateX(-3px)}
.mfh2-feature-tab.is-active .mfh2-feature-tab__arrow{transform:translateX(3px)}
.mfh2-feature-tab__timer{height:3px;box-shadow:0 -1px 0 rgba(255,255,255,.035)}
.mfh2-stage__url{display:inline-flex;align-items:center;gap:5px;font-size:13px}
.mfh2-stage__url b{color:#9ab0bd;font-weight:800}.mfh2-stage__url em{color:#536a77;font-style:normal;font-weight:600}
.mfh2-stage__live{font-size:12px;padding:7px 10px}
.mfh2-stage__hint,.mfh2-stage__footer a{font-size:12.5px}
.mfh2-scene-caption b{font-size:18px}.mfh2-scene-caption small{font-size:13px}

/* Subtle feature-specific stage accents. */
.mfh2-stage{transition:border-color .45s ease,box-shadow .45s ease}
.mfh2-stage[data-mfh2-active-feature="verified"]{border-color:rgba(48,243,215,.23);box-shadow:7px 12px 32px rgba(48,243,215,.06),0 40px 90px rgba(0,0,0,.28)}
.mfh2-stage[data-mfh2-active-feature="rates"]{border-color:rgba(250,185,23,.22);box-shadow:7px 12px 32px rgba(250,185,23,.055),0 40px 90px rgba(0,0,0,.28)}
.mfh2-stage[data-mfh2-active-feature="donate"]{border-color:rgba(44,214,212,.22);box-shadow:7px 12px 32px rgba(44,214,212,.055),0 40px 90px rgba(0,0,0,.28)}
.mfh2-stage[data-mfh2-active-feature="popup"]{border-color:rgba(222,26,134,.22);box-shadow:7px 12px 32px rgba(222,26,134,.055),0 40px 90px rgba(0,0,0,.28)}
.mfh2-stage[data-mfh2-active-feature="studio"]{border-color:rgba(61,154,236,.3);box-shadow:7px 12px 32px rgba(61,154,236,.075),0 40px 90px rgba(0,0,0,.28)}

/* Verified: keep the excellent scene, but move attention to verification rather than an endlessly breathing CTA. */
.mfh2-scene.is-active .mfh2-verified-float button{animation:none}
.mfh2-scene.is-active .mfh2-verified-float__badge img{animation:mfh2VerifiedBadgePop .5s 1.55s var(--mfh2-ease) both}
.mfh2-scene.is-active .mfh2-verified-float small i:first-of-type{transform-origin:left;animation:mfh2VerifiedLevelFill .65s 1.7s var(--mfh2-ease) both}
.mfh2-verified-float::after{content:"";position:absolute;inset:-1px;border-radius:inherit;pointer-events:none;opacity:0;background:linear-gradient(105deg,transparent 20%,rgba(48,243,215,.18) 48%,transparent 72%);transform:translateX(-55%)}
.mfh2-scene.is-active .mfh2-verified-float::after{animation:mfh2VerifiedSweep .8s 1.72s ease-out both}
@keyframes mfh2VerifiedBadgePop{0%{transform:scale(.72);filter:drop-shadow(0 0 0 rgba(48,243,215,0))}65%{transform:scale(1.1);filter:drop-shadow(0 0 12px rgba(48,243,215,.4))}100%{transform:none}}
@keyframes mfh2VerifiedLevelFill{from{transform:scaleX(.12);opacity:.35}to{transform:scaleX(1);opacity:1}}
@keyframes mfh2VerifiedSweep{35%{opacity:1}100%{opacity:0;transform:translateX(55%)}}

/* Higher rates: show cause -> effect (download -> earnings) rather than three abstract status tiles. */
.mfh2-rates-main{padding:18px 20px}
.mfh2-rate-head small{font-size:11px}.mfh2-rate-head h3{font-size:21px}.mfh2-rate-pill{font-size:11px;padding:7px 11px}
.mfh2-rate-live{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(230px,.8fr);gap:10px;margin-top:14px}
.mfh2-rate-earnings{min-height:108px;padding:14px 16px;border-radius:14px;background:linear-gradient(145deg,rgba(0,161,242,.10),rgba(48,243,215,.045));border:1px solid rgba(48,243,215,.13);position:relative;overflow:hidden}
.mfh2-rate-earnings::after{content:"";position:absolute;width:180px;height:110px;right:-65px;top:-35px;border-radius:50%;background:#0aa5d3;filter:blur(55px);opacity:.14}
.mfh2-rate-earnings>small,.mfh2-rate-live__stats small{display:block;color:#7f95a1;font-size:11px;letter-spacing:.08em;font-weight:800}
.mfh2-rate-amount{display:flex;align-items:baseline;gap:3px;margin-top:4px;position:relative;z-index:2}
.mfh2-rate-amount>span{font-size:23px;color:#a8dfff;font-weight:800}.mfh2-rate-amount strong{font-size:36px;line-height:1;font-weight:850;letter-spacing:-.055em}.mfh2-rate-amount em{margin-left:9px;padding:5px 7px;border-radius:999px;background:rgba(82,231,132,.1);color:#8df5b4;font-size:12px;font-style:normal;font-weight:800;opacity:0;transform:translateY(4px)}
.mfh2-rate-amount em.is-flashing{animation:mfh2RateDelta .8s var(--mfh2-ease) both}
@keyframes mfh2RateDelta{0%{opacity:0;transform:translateY(5px) scale(.94)}25%,75%{opacity:1;transform:none}100%{opacity:.25;transform:none}}
.mfh2-rate-earnings p{margin:7px 0 0;color:#8fa4af;font-size:12px;line-height:1.35;font-weight:600}
.mfh2-rate-live__stats{display:grid;grid-template-columns:1fr;gap:8px}
.mfh2-rate-live__stats>div{padding:11px 13px;border-radius:12px;background:rgba(101,203,255,.05);border:1px solid rgba(255,255,255,.055)}
.mfh2-rate-live__stats b{display:block;margin-top:3px;font-size:17px}.mfh2-rate-live__stats span{display:block;margin-top:2px;color:#718794;font-size:11px;font-weight:600}
.mfh2-rate-live__vip{background:linear-gradient(145deg,rgba(250,185,23,.075),rgba(222,26,134,.035))!important;border-color:rgba(250,185,23,.10)!important}
.mfh2-rate-benefits{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:9px}
.mfh2-rate-benefits>div{display:grid;grid-template-columns:33px 1fr 20px;gap:9px;align-items:center;min-height:58px;padding:8px 10px;border-radius:11px;background:rgba(0,0,0,.17);border:1px solid rgba(255,255,255,.045);opacity:0;transform:translateY(8px)}
.mfh2-scene.is-active .mfh2-rate-benefits>div{animation:mfh2TileIn .48s var(--mfh2-ease) forwards}.mfh2-scene.is-active .mfh2-rate-benefits>div:nth-child(1){animation-delay:.32s}.mfh2-scene.is-active .mfh2-rate-benefits>div:nth-child(2){animation-delay:.48s}
.mfh2-rate-benefit-icon{width:32px;height:32px;border-radius:9px;display:grid;place-items:center;background:rgba(0,161,242,.1);color:#70dfff;font-size:15px;font-weight:900}
.mfh2-rate-benefits b,.mfh2-rate-benefits small{display:block}.mfh2-rate-benefits b{font-size:12.5px}.mfh2-rate-benefits small{margin-top:2px;color:#778c98;font-size:11px;line-height:1.25}.mfh2-rate-benefits>div>i{font-style:normal;color:#66e69a;font-size:14px}
.mfh2-rate-chart{height:150px;margin-top:8px;padding:9px 12px 8px}.mfh2-rate-chart__labels{font-size:11px}.mfh2-rate-chart__bars{height:100px;padding-top:10px;gap:8px}
.mfh2-rate-chart__bars i.is-live{animation:mfh2RateLiveBar .65s var(--mfh2-ease) both!important}
@keyframes mfh2RateLiveBar{0%{filter:brightness(1);transform:scaleY(.6)}55%{filter:brightness(1.65);box-shadow:0 -9px 22px rgba(48,243,215,.26);transform:scaleY(1.08)}100%{filter:none;transform:scaleY(1)}}
.mfh2-rate-toast{right:18px;bottom:17px;min-width:300px;grid-template-columns:38px minmax(0,1fr) auto;display:grid;gap:10px;padding:11px 12px;border-radius:13px;opacity:0;transform:translateY(16px) scale(.985)}
.mfh2-rate-toast__icon{width:36px;height:36px;border-radius:10px;display:grid;place-items:center;color:#078d50;background:#e7faef;font-size:16px;font-weight:900}
.mfh2-rate-toast b{font-size:13px}.mfh2-rate-toast small{font-size:11.5px}.mfh2-rate-toast>strong{color:#169b55;font-size:13px;font-weight:850}
.mfh2-rate-toast.is-live{animation:mfh2RateEvent 1.35s var(--mfh2-ease) both}
@keyframes mfh2RateEvent{0%{opacity:0;transform:translateY(15px) scale(.985)}16%,78%{opacity:1;transform:none}100%{opacity:0;transform:translateY(-5px)}}

.mfh2-scene.is-active .mfh2-rate-toast{animation:none}
.mfh2-scene.is-active .mfh2-rate-toast.is-live{animation:mfh2RateEvent 1.35s var(--mfh2-ease) both}
.mfh2-rate-amount strong.is-counting,.mfh2-rate-live__stats b.is-counting{animation:mfh2RateCount .38s var(--mfh2-ease)}
@keyframes mfh2RateCount{0%{transform:translateY(4px);opacity:.55}60%{transform:translateY(-1px);opacity:1}100%{transform:none}}
.mfh2-scene.is-active .mfh2-focus--donate{animation-delay:1.5s}

/* Creator Page: establish audience first, then focus on Donate. */
.mfh2-creator-signal{position:absolute;right:18px;top:18px;z-index:7;min-width:218px;display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:12px;background:#fff;color:#08090c;box-shadow:0 16px 34px rgba(0,0,0,.3);opacity:0;transform:translateY(-10px)}
.mfh2-creator-signal>span{width:38px;height:38px;border-radius:11px;display:grid;place-items:center;background:#e7fbef;color:#179b4a;font-size:14px;font-weight:900}.mfh2-creator-signal b,.mfh2-creator-signal small{display:block}.mfh2-creator-signal b{font-size:13px}.mfh2-creator-signal small{margin-top:2px;color:#758088;font-size:11px}
.mfh2-scene.is-active .mfh2-creator-signal{animation:mfh2CreatorSignal 1.55s .45s var(--mfh2-ease) both}
@keyframes mfh2CreatorSignal{0%{opacity:0;transform:translateY(-10px)}18%,70%{opacity:1;transform:none}100%{opacity:0;transform:translateY(-4px)}}
.mfh2-scene.is-active .mfh2-donate-float{animation-delay:1.9s}.mfh2-scene.is-active .mfh2-pointer--donate{animation-delay:2.15s}
.mfh2-scene.is-active .mfh2-donate-float button{animation:mfh2DonatePulse 2.2s 2.75s ease-in-out 2}
.mfh2-donate-float small{font-size:10.5px}.mfh2-donate-float b{font-size:15px}

/* Donation popup: clearer exit, readable hierarchy, small stagger instead of everything appearing at once. */
.mfh2-popup-file>span{font-size:11px}.mfh2-popup-file b{font-size:14px}.mfh2-popup-file small{font-size:11px}
.mfh2-popup-status small{font-size:11px}.mfh2-popup-status b{font-size:13px}.mfh2-popup-status>span{font-size:10.5px}
.mfh2-download-button{font-size:12.5px}
.mfh2-support-modal>small{font-size:11px}.mfh2-support-actions b{font-size:14px}.mfh2-support-actions small{font-size:11.5px}.mfh2-support-actions button>i{font-size:12px}
.mfh2-continue{min-height:38px;font-size:13px;color:#b1c0c8;display:flex;align-items:center;justify-content:center;gap:8px}.mfh2-continue span{color:#63dfff;font-size:16px}
.mfh2-scene.is-active .mfh2-support-actions button{opacity:0;transform:translateY(8px);animation:mfh2SupportOptionIn .42s var(--mfh2-ease) forwards}
.mfh2-scene.is-active .mfh2-support-actions button:nth-child(1){animation-delay:1.55s}.mfh2-scene.is-active .mfh2-support-actions button:nth-child(2){animation-delay:1.67s}.mfh2-scene.is-active .mfh2-support-actions button:nth-child(3){animation-delay:1.79s}
.mfh2-scene.is-active .mfh2-continue{opacity:0;animation:mfh2SupportOptionIn .4s 1.92s var(--mfh2-ease) forwards}
@keyframes mfh2SupportOptionIn{to{opacity:1;transform:none}}

/* Creator Studio: reduce layers, keep all text >=13px, and make state changes inline. */
.mfh2-studio-flow--simple{height:397px;font-size:13px}
.mfh2-studio-flow--simple *{text-rendering:optimizeLegibility}
.mfh2-studio-flow--simple small{font-size:13px!important;line-height:1.35}
.mfh2-studio-flow--simple .mfh2-studio-flow__topbar{height:56px;padding:0 17px}
.mfh2-studio-flow--simple .mfh2-studio-flow__brand>span{width:38px;height:38px}.mfh2-studio-flow--simple .mfh2-studio-flow__brand b{font-size:15px}.mfh2-studio-flow--simple .mfh2-studio-flow__account b{font-size:14px}
.mfh2-studio-flow--simple .mfh2-studio-flow__steps{height:54px;padding:8px 12px;gap:8px}
.mfh2-studio-flow--simple .mfh2-studio-flow__steps button{padding:6px 10px;gap:8px;border-radius:10px}
.mfh2-studio-flow--simple .mfh2-studio-flow__steps button>i{width:29px;height:29px;border-radius:9px;font-size:13px;position:relative}
.mfh2-studio-flow--simple .mfh2-studio-flow__steps b{font-size:14px;white-space:nowrap}
.mfh2-studio-flow--simple .mfh2-studio-flow__steps button.is-done>i{font-size:0;background:rgba(99,207,140,.15);color:#88e5aa;border-color:rgba(99,207,140,.22)}
.mfh2-studio-flow--simple .mfh2-studio-flow__steps button.is-done>i::after{content:"✓";font-size:14px;font-weight:900}
.mfh2-studio-flow--simple .mfh2-studio-flow__steps button::after{left:10px;right:10px;bottom:0px;height:2px}
.mfh2-studio-flow--simple .mfh2-studio-flow__viewport{top:110px;bottom:41px}
.mfh2-studio-flow--simple .mfh2-studio-flow__panel{padding:14px 16px 11px}
.mfh2-studio-flow--simple .mfh2-studio-flow__panel-head{margin-bottom:10px;min-height:31px}.mfh2-studio-flow--simple .mfh2-studio-flow__panel-head h4{margin:0;font-size:19px;line-height:1.15}
.mfh2-studio-flow--simple .mfh2-studio-flow__state,.mfh2-studio-flow--simple .mfh2-studio-flow__save,.mfh2-studio-flow--simple .mfh2-studio-access-current{padding:7px 10px;font-size:13px}
.mfh2-studio-simple-card{padding:11px 12px}.mfh2-studio-simple-label{font-size:13px}.mfh2-studio-simple-value,.mfh2-studio-simple-value b{font-size:17px}.mfh2-studio-simple-card p{font-size:13px}
.mfh2-studio-flow--simple .mfh2-studio-inline-note,.mfh2-studio-flow--simple .mfh2-studio-bottom-note{display:none!important}
.mfh2-studio-simple-preview{grid-template-columns:136px minmax(0,1fr);gap:15px}.mfh2-studio-flow--simple .mfh2-studio-cover__art{height:144px}.mfh2-studio-simple-preview__copy h5{font-size:20px}.mfh2-studio-simple-chip,.mfh2-studio-simple-preview__copy p,.mfh2-studio-simple-url{font-size:13px}
.mfh2-studio-simple-preview{position:relative;overflow:hidden}.mfh2-studio-simple-preview::after{content:"";position:absolute;inset:-20% auto -20% -30%;width:26%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.09),transparent);transform:skewX(-13deg);opacity:0;pointer-events:none}
.mfh2-studio-flow__panel.is-active .mfh2-studio-simple-preview::after{animation:mfh2StudioPreviewShimmer .8s .52s ease-out both}
@keyframes mfh2StudioPreviewShimmer{25%{opacity:1}100%{opacity:0;left:110%}}
.mfh2-studio-simple-release{grid-template-columns:145px minmax(0,1fr);gap:10px}.mfh2-studio-simple-release__version{min-height:122px}.mfh2-studio-simple-release__version span,.mfh2-studio-simple-release__version small{font-size:13px!important}.mfh2-studio-simple-release__version strong{font-size:32px}
.mfh2-studio-flow--simple .mfh2-studio-attachment{min-height:58px;grid-template-columns:42px 1fr 24px;padding:9px 11px}.mfh2-studio-flow--simple .mfh2-studio-attachment>span,.mfh2-studio-flow--simple .mfh2-studio-attachment b,.mfh2-studio-flow--simple .mfh2-studio-attachment small{font-size:13px}.mfh2-studio-flow--simple .mfh2-studio-attachment>i{font-size:15px;opacity:.15;transition:.25s}
.mfh2-studio-upload-track{display:block;height:4px;margin-top:6px;border-radius:999px;background:#34414e;overflow:hidden}.mfh2-studio-upload-track i{display:block;width:100%;height:100%;border-radius:inherit;background:linear-gradient(90deg,#3d9aec,#30f3d7);transform:scaleX(0);transform-origin:left}
.mfh2-studio-flow__panel.is-active .mfh2-studio-upload-track i{animation:mfh2StudioUpload 1.05s .48s var(--mfh2-ease) forwards}.mfh2-studio-flow__panel.is-active .mfh2-studio-attachment>i{animation:mfh2StudioUploadCheck .35s 1.45s var(--mfh2-ease) forwards}
@keyframes mfh2StudioUpload{to{transform:scaleX(1)}}@keyframes mfh2StudioUploadCheck{to{opacity:1;transform:scale(1.08)}}
.mfh2-studio-simple-release__note span,.mfh2-studio-simple-release__note p{font-size:13px}
.mfh2-studio-flow--simple .mfh2-studio-access-options{position:relative;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.mfh2-studio-flow--simple .mfh2-studio-access-options>button{min-height:116px;padding:12px;grid-template-columns:44px minmax(0,1fr) 24px}.mfh2-studio-flow--simple .mfh2-studio-access-options b{font-size:14px}.mfh2-studio-flow--simple .mfh2-studio-access-options small{font-size:13px!important}.mfh2-studio-flow--simple .mfh2-studio-access-options>button>i{font-size:13px}
.mfh2-studio-access-pointer{position:absolute;z-index:7;left:14%;top:76%;width:18px;height:24px;background:#fff;clip-path:polygon(0 0,0 100%,28% 74%,46% 100%,58% 93%,42% 68%,78% 68%);filter:drop-shadow(0 2px 2px rgba(0,0,0,.6));opacity:0;pointer-events:none}
.mfh2-studio-flow__panel.is-active .mfh2-studio-access-pointer{animation:mfh2StudioAccessPointer 2.35s .65s var(--mfh2-ease) both}
@keyframes mfh2StudioAccessPointer{0%{opacity:0;left:15%;top:78%}15%{opacity:1}58%{opacity:1;left:80%;top:52%}68%{transform:scale(.86)}78%{transform:none}100%{opacity:0;left:80%;top:52%}}
.mfh2-studio-flow--simple .mfh2-studio-access-footer{margin-top:10px;padding-top:10px}.mfh2-studio-flow--simple .mfh2-studio-access-footer b,.mfh2-studio-flow--simple .mfh2-studio-access-footer small{font-size:13px!important}
.mfh2-studio-flow--simple .mfh2-studio-access-footer>button{min-width:172px;padding:10px 14px;font-size:13px;position:relative;overflow:hidden}.mfh2-studio-publish-success{display:none}.mfh2-studio-flow.is-published .mfh2-studio-access-footer>button{background:#229a59;box-shadow:0 9px 22px rgba(34,154,89,.2)}.mfh2-studio-flow.is-published .mfh2-studio-publish-label{display:none}.mfh2-studio-flow.is-published .mfh2-studio-publish-success{display:inline}.mfh2-studio-flow.is-published .mfh2-studio-access-current{color:#aaf0c2;border-color:rgba(99,207,140,.25);background:rgba(99,207,140,.1)}
.mfh2-studio-flow--simple .mfh2-studio-flow__footer{height:41px;padding:0 14px}.mfh2-studio-flow--simple .mfh2-studio-flow__footer>span,.mfh2-studio-flow--simple .mfh2-studio-flow__footer small{font-size:13px!important}.mfh2-studio-flow.is-published .mfh2-studio-flow__footer>span>i{background:#63cf8c;box-shadow:0 0 9px rgba(99,207,140,.6);animation:none}.mfh2-studio-flow.is-published .mfh2-studio-flow__footer>span{color:#b7eec8}
.mfh2-studio-flow__toast{display:none!important}
.mfh2-studio-flow.is-published::after{content:"";position:absolute;inset:0;z-index:8;border:1px solid rgba(99,207,140,.48);border-radius:15px;pointer-events:none;opacity:0;animation:mfh2StudioPublishedBorder .8s ease-out both}
@keyframes mfh2StudioPublishedBorder{0%{opacity:0;box-shadow:inset 0 0 0 rgba(99,207,140,0)}35%{opacity:1;box-shadow:inset 0 0 34px rgba(99,207,140,.08)}100%{opacity:0}}

/* Mobile: simplify instead of shrinking marketing UI into unreadable text. */
@media(max-width:930px){
  .mfh2-feature-tab__copy b{font-size:13px}
  .mfh2-scene-caption b{font-size:16px}.mfh2-scene-caption small{font-size:12px}
}
@media(max-width:690px){
  .mfh2-stage{min-height:575px}
  .mfh2-stage__body{min-height:479px}
  .mfh2-stage__footer a{font-size:12px}
  .mfh2-scene-caption{height:46px}.mfh2-scene-caption b{font-size:14px}.mfh2-scene-caption small{display:none}
  .mfh2-rate-live{grid-template-columns:1fr}.mfh2-rate-live__stats{display:none}.mfh2-rate-benefits{grid-template-columns:1fr}.mfh2-rate-benefits>div:nth-child(2){display:none}.mfh2-rate-chart{height:82px}.mfh2-rate-chart__bars{height:50px}
  .mfh2-rate-toast{left:12px;right:12px;min-width:0}
  .mfh2-creator-signal{right:10px;top:10px;min-width:190px}
  .mfh2-support-modal>small{font-size:11px}.mfh2-support-actions b{font-size:13px}.mfh2-continue{font-size:13px}
  .mfh2-studio-flow--simple{height:385px}
  .mfh2-studio-flow--simple .mfh2-studio-flow__topbar{height:50px}
  .mfh2-studio-flow--simple .mfh2-studio-flow__steps{height:50px;padding:6px 8px}
  .mfh2-studio-flow--simple .mfh2-studio-flow__viewport{top:100px;bottom:40px}
  .mfh2-studio-flow--simple .mfh2-studio-flow__steps button>span{display:block}.mfh2-studio-flow--simple .mfh2-studio-flow__steps b{font-size:13px}.mfh2-studio-flow--simple .mfh2-studio-flow__steps button{padding:5px 6px}.mfh2-studio-flow--simple .mfh2-studio-flow__steps button>i{width:27px;height:27px}
  .mfh2-studio-flow--simple .mfh2-studio-flow__panel{padding:11px 12px 9px}
  .mfh2-studio-flow--simple .mfh2-studio-flow__panel-head h4{font-size:17px}.mfh2-studio-access-pointer{display:none}
}
@media(max-width:520px){
  .mfh2-studio-flow--simple .mfh2-studio-flow__steps button>span{display:none}
  .mfh2-studio-flow--simple .mfh2-studio-flow__steps button{justify-content:center}
  .mfh2-studio-simple-preview{grid-template-columns:105px minmax(0,1fr)}
  .mfh2-studio-simple-preview__copy p{display:none}.mfh2-studio-simple-url{display:none}
  .mfh2-studio-flow--simple .mfh2-studio-access-options{grid-template-columns:repeat(3,minmax(0,1fr));gap:6px}
  .mfh2-studio-flow--simple .mfh2-studio-access-options>button{min-height:92px;display:flex;flex-direction:column;justify-content:center;gap:5px;padding:8px 5px;text-align:center;position:relative}
  .mfh2-studio-flow--simple .mfh2-studio-access-icon{width:34px;height:34px}.mfh2-studio-flow--simple .mfh2-studio-access-options small{display:none}.mfh2-studio-flow--simple .mfh2-studio-access-options>button>i{position:absolute;right:6px;top:6px;width:20px;height:20px}
  .mfh2-studio-flow--simple .mfh2-studio-access-footer small{display:none}.mfh2-studio-flow--simple .mfh2-studio-access-footer>button{min-width:140px;padding:9px 10px}
}


/* ========================================================================== */
/* V8 — SITE-NATIVE FRAME + FEATURE TAB STYLE OPTIONS                         */
/* Based on existing ModsFire contact form / FAQ / gradient-button language.  */
/* Internal feature scenes and their motion are intentionally untouched.       */
/* ========================================================================== */

/*
  STAGE
  Default = static blue frame, matching the existing .contact-from language.
  Optional class .mfh2-stage--feature-border makes the same frame inherit the
  active feature accent. Existing JS already updates data-mfh2-active-feature.
*/
.mfh2 .mfh2-stage {
  --mfh2-stage-frame:linear-gradient(266deg,rgba(0,193,255,.04) 3.37%,#00c1ff 37.32%,rgba(0,193,255,0) 76.05%,rgba(0,193,255,.38) 105.23%);
  min-width:0;
  background:rgba(101,203,255,.10);
  -webkit-backdrop-filter:blur(10px);
  backdrop-filter:blur(10px);
  border:0;
  border-radius:15px;
  box-shadow:0 26px 70px rgba(0,0,0,.22);
  isolation:isolate;
}
.mfh2 .mfh2-stage::before {
  content:"";
  position:absolute;
  inset:0;
  padding:2px;
  z-index:1;
  border-radius:15px;
  background:var(--mfh2-stage-frame);
  -webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);
  -webkit-mask-composite:xor;
  mask-composite:exclude;
  pointer-events:none;
}
.mfh2 .mfh2-stage::after {
  content:"";
  position:absolute;
  left:7px;
  right:7px;
  top:7px;
  bottom:7px;
  width:auto;
  height:auto;
  z-index:0;
  border-radius:10px;
  background:rgba(0,0,0,.50);
  filter:none;
  opacity:1;
  pointer-events:none;
}

/* The current feature can color the contact-form style frame with one class. */
.mfh2 .mfh2-stage.mfh2-stage--feature-border {
  --mfh2-stage-accent:0,193,255;
  --mfh2-stage-frame:linear-gradient(266deg,rgba(var(--mfh2-stage-accent),.04) 3.37%,rgba(var(--mfh2-stage-accent),1) 37.32%,rgba(var(--mfh2-stage-accent),0) 76.05%,rgba(var(--mfh2-stage-accent),.42) 105.23%);
  transition:box-shadow .45s ease;
}
.mfh2 .mfh2-stage.mfh2-stage--feature-border[data-mfh2-active-feature="verified"] { --mfh2-stage-accent:48,243,215; box-shadow:0 26px 70px rgba(0,0,0,.22),0 0 34px rgba(48,243,215,.055); }
.mfh2 .mfh2-stage.mfh2-stage--feature-border[data-mfh2-active-feature="rates"]    { --mfh2-stage-accent:250,185,23; box-shadow:0 26px 70px rgba(0,0,0,.22),0 0 34px rgba(250,185,23,.055); }
.mfh2 .mfh2-stage.mfh2-stage--feature-border[data-mfh2-active-feature="donate"]   { --mfh2-stage-accent:48,243,215; box-shadow:0 26px 70px rgba(0,0,0,.22),0 0 34px rgba(48,243,215,.05); }
.mfh2 .mfh2-stage.mfh2-stage--feature-border[data-mfh2-active-feature="popup"]    { --mfh2-stage-accent:222,26,134; box-shadow:0 26px 70px rgba(0,0,0,.22),0 0 34px rgba(222,26,134,.055); }
.mfh2 .mfh2-stage.mfh2-stage--feature-border[data-mfh2-active-feature="studio"]   { --mfh2-stage-accent:61,154,236; box-shadow:0 26px 70px rgba(0,0,0,.22),0 0 34px rgba(61,154,236,.065); }

/* Keep the site's contact-form inset visible behind the existing stage chrome. */
.mfh2 .mfh2-stage__chrome { background:rgba(8,9,12,.42); }
.mfh2 .mfh2-stage__footer { background:rgba(8,9,12,.52); }

/*
  TAB COMMON BASE
  Both alternatives inherit the visual grammar of the site's FAQ item:
  cyan glass, 10px blur, 16px radius. We keep the existing icon, typography,
  timer and feature animations; only the outer button shell changes.
*/
.mfh2 .mfh2-showcase.mfh2-tabs--faq-frame .mfh2-feature-tab,
.mfh2 .mfh2-showcase.mfh2-tabs--faq-gradient .mfh2-feature-tab {
  background:rgba(101,203,255,.10);
  -webkit-backdrop-filter:blur(10px);
  backdrop-filter:blur(10px);
  border:0;
  border-radius:16px;
  box-shadow:none;
  transform:none;
  transition:background .38s ease,box-shadow .38s ease,transform .38s var(--mfh2-ease);
}
.mfh2 .mfh2-showcase.mfh2-tabs--faq-frame .mfh2-feature-tab::before,
.mfh2 .mfh2-showcase.mfh2-tabs--faq-gradient .mfh2-feature-tab::before {
  display:none;
}
.mfh2 .mfh2-showcase.mfh2-tabs--faq-frame .mfh2-feature-tab::after,
.mfh2 .mfh2-showcase.mfh2-tabs--faq-gradient .mfh2-feature-tab::after {
  content:"";
  position:absolute;
  inset:0;
  padding:2px;
  z-index:1;
  border-radius:16px;
  -webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);
  -webkit-mask-composite:xor;
  mask-composite:exclude;
  opacity:0;
  pointer-events:none;
  transition:opacity .38s ease;
}
.mfh2 .mfh2-showcase.mfh2-tabs--faq-frame .mfh2-feature-tab:hover,
.mfh2 .mfh2-showcase.mfh2-tabs--faq-gradient .mfh2-feature-tab:hover {
  transform:translateY(-2px);
}
.mfh2 .mfh2-showcase.mfh2-tabs--faq-frame .mfh2-feature-tab:hover::after,
.mfh2 .mfh2-showcase.mfh2-tabs--faq-frame .mfh2-feature-tab.is-active::after,
.mfh2 .mfh2-showcase.mfh2-tabs--faq-gradient .mfh2-feature-tab:hover::after,
.mfh2 .mfh2-showcase.mfh2-tabs--faq-gradient .mfh2-feature-tab.is-active::after {
  opacity:1;
}

/* Variant 1: FAQ glass + the same blue gradient frame as the contact form. */
.mfh2 .mfh2-showcase.mfh2-tabs--faq-frame .mfh2-feature-tab::after {
  background:linear-gradient(266deg,rgba(0,193,255,.04) 3.37%,#00c1ff 37.32%,rgba(0,193,255,0) 76.05%,rgba(0,193,255,.38) 105.23%);
}
.mfh2 .mfh2-showcase.mfh2-tabs--faq-frame .mfh2-feature-tab:hover,
.mfh2 .mfh2-showcase.mfh2-tabs--faq-frame .mfh2-feature-tab.is-active {
  background:rgba(101,203,255,.10);
  box-shadow:0 12px 26px rgba(0,161,242,.055);
}
.mfh2 .mfh2-showcase.mfh2-tabs--faq-frame .mfh2-feature-tab.is-active .mfh2-feature-tab__arrow {
  color:#65dfff;
}

/* Variant 2: FAQ glass + the site's .btn-gradient / .btn-green hover language. */
.mfh2 .mfh2-showcase.mfh2-tabs--faq-gradient .mfh2-feature-tab::after {
  background:linear-gradient(133deg,#fab917 -11.37%,#30f3d7 96.23%,#95d677 100%);
}
.mfh2 .mfh2-showcase.mfh2-tabs--faq-gradient .mfh2-feature-tab:hover,
.mfh2 .mfh2-showcase.mfh2-tabs--faq-gradient .mfh2-feature-tab.is-active {
  background:radial-gradient(957.52% 134.12% at 29.35% 114%,#12141b 3.08%,#08090c 100%);
  box-shadow:5px 10px 15px rgba(0,161,242,.10);
}
.mfh2 .mfh2-showcase.mfh2-tabs--faq-gradient .mfh2-feature-tab.is-active .mfh2-feature-tab__arrow {
  color:#30f3d7;
}

/* In both site-native alternatives the icon tile becomes quieter, like a FAQ control. */
.mfh2 .mfh2-showcase.mfh2-tabs--faq-frame .mfh2-feature-tab__icon,
.mfh2 .mfh2-showcase.mfh2-tabs--faq-gradient .mfh2-feature-tab__icon {
  background:rgba(101,203,255,.08);
  border-color:rgba(101,203,255,.10);
  box-shadow:none;
}

/* Preserve the current auto-demo progress bar above the new 2px frame. */
.mfh2 .mfh2-showcase.mfh2-tabs--faq-frame .mfh2-feature-tab__timer,
.mfh2 .mfh2-showcase.mfh2-tabs--faq-gradient .mfh2-feature-tab__timer {
  left:3px;
  width:calc(100% - 6px);
  bottom:1px;
  height:2px;
  border-radius:999px;
}

@media (max-width:690px) {
  .mfh2 .mfh2-stage,
  .mfh2 .mfh2-stage::before { border-radius:15px; }
  .mfh2 .mfh2-showcase.mfh2-tabs--faq-frame .mfh2-feature-tab,
  .mfh2 .mfh2-showcase.mfh2-tabs--faq-gradient .mfh2-feature-tab,
  .mfh2 .mfh2-showcase.mfh2-tabs--faq-frame .mfh2-feature-tab::after,
  .mfh2 .mfh2-showcase.mfh2-tabs--faq-gradient .mfh2-feature-tab::after { border-radius:14px; }
}
