.mm-section{padding-block:clamp(3rem,6vw,5.5rem)}.mm-section+.mm-section{border-top:1px solid var(--color-border)}.mm-eyebrow{display:inline-block;font-size:var(--joey-fs-xs);letter-spacing:.08em;text-transform:uppercase;color:var(--joey-brand-500);margin-bottom:var(--joey-sp-3)}.mm-eyebrow,.mm-heading{font-weight:var(--joey-fw-bold)}.mm-heading{font-size:clamp(1.75rem,3.4vw,var(--joey-fs-3xl));line-height:1.15;letter-spacing:-.01em;color:var(--joey-ink-900);margin:0 0 var(--joey-sp-3)}.mm-sub{font-size:var(--joey-fs-lg);font-weight:var(--joey-fw-regular);color:var(--joey-ink-600);line-height:1.55;margin:0;max-width:640px}.mm-head-center{text-align:center}.mm-head-center,.mm-head-center .mm-sub{margin-inline:auto}.mm-hero{position:relative;overflow:hidden;padding-block:clamp(3.5rem,8vw,6rem) clamp(3rem,6vw,5rem);background:radial-gradient(120% 90% at 50% -10%,var(--joey-brand-100) 0,transparent 60%),var(--color-bg)}html[data-theme=dark] .mm-hero{background:radial-gradient(120% 90% at 50% -10%,rgba(234,88,12,.16) 0,transparent 60%),var(--color-bg)}.mm-hero-inner{position:relative;z-index:1;text-align:center;display:flex;flex-direction:column;align-items:center}.mm-badge{display:inline-flex;align-items:center;gap:var(--joey-sp-2);border:1px solid var(--color-border);background:var(--color-surface);border-radius:9999px;padding:var(--joey-sp-1) var(--joey-sp-4);font-size:var(--joey-fs-xs);font-weight:var(--joey-fw-bold);color:var(--joey-ink-600);margin-bottom:var(--joey-sp-6)}.mm-badge-dot{width:6px;height:6px;border-radius:9999px;background:var(--joey-success);flex-shrink:0}@media (prefers-reduced-motion:no-preference){.mm-badge-dot{animation:mm-pulse 1.8s ease-in-out infinite}}@keyframes mm-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.55;transform:scale(1.25)}}.mm-hero-title{font-size:clamp(2.25rem,5.5vw,3.5rem);font-weight:var(--joey-fw-bold);line-height:1.08;letter-spacing:-.02em;color:var(--joey-ink-900);margin:0 0 var(--joey-sp-5);max-width:20ch}.mm-hero-accent{color:var(--joey-brand-500)}.mm-hero-sub{font-size:clamp(1.05rem,2vw,var(--joey-fs-lg));color:var(--joey-ink-600);line-height:1.6;max-width:620px;margin:0 0 var(--joey-sp-8)}.mm-hero-ctas{display:flex;flex-wrap:wrap;justify-content:center;gap:var(--joey-sp-3);margin-bottom:clamp(2.5rem,6vw,4rem)}.mm-strip{width:100%;max-width:720px;display:grid;grid-template-columns:1fr auto 1fr auto 1fr;align-items:center;grid-gap:var(--joey-sp-2);gap:var(--joey-sp-2)}.mm-strip-stop{flex-direction:column;gap:var(--joey-sp-3);padding:var(--joey-sp-4) var(--joey-sp-2);border-radius:var(--joey-radius-lg);border:1px solid var(--color-border);background:var(--color-surface);opacity:.45;transform:scale(.96)}.mm-strip-icon,.mm-strip-stop{display:flex;align-items:center}.mm-strip-icon{width:40px;height:40px;border-radius:9999px;justify-content:center;background:var(--joey-brand-100);color:var(--joey-brand-600);font-size:1.15rem}.mm-strip-label{font-size:var(--joey-fs-sm);font-weight:var(--joey-fw-bold);color:var(--joey-ink-800)}.mm-strip-arrow{color:var(--joey-ink-300);font-size:1.25rem;line-height:1}@media (prefers-reduced-motion:no-preference){.mm-strip-stop{animation:mm-strip-light 6s ease-in-out infinite}.mm-strip-stop:first-child{animation-delay:0s}.mm-strip-stop:nth-child(3){animation-delay:2s}.mm-strip-stop:nth-child(5){animation-delay:4s}}@media (prefers-reduced-motion:reduce){.mm-strip-stop{opacity:1;transform:none}}@keyframes mm-strip-light{0%,8%{opacity:.45;transform:scale(.96);border-color:var(--color-border)}20%,55%{opacity:1;transform:scale(1);border-color:var(--joey-brand-500);box-shadow:0 0 0 3px var(--joey-brand-100)}75%,to{opacity:.45;transform:scale(.96);border-color:var(--color-border)}}.mm-filters{display:flex;flex-wrap:wrap;justify-content:center;gap:var(--joey-sp-2);margin:var(--joey-sp-8) 0 var(--joey-sp-6)}.mm-filter-pill{font-family:inherit;font-size:var(--joey-fs-sm);font-weight:var(--joey-fw-bold);color:var(--joey-ink-700);background:var(--color-surface);border:1px solid var(--color-border);border-radius:9999px;padding:var(--joey-sp-2) var(--joey-sp-5);cursor:pointer;transition:background .15s,color .15s,border-color .15s}.mm-filter-pill:hover{border-color:var(--joey-brand-500);color:var(--joey-brand-600)}.mm-filter-pill[aria-pressed=true]{background:var(--joey-brand-500);border-color:var(--joey-brand-500);color:#fff}.mm-toolbar{display:flex;flex-wrap:wrap;justify-content:center;align-items:flex-end;gap:var(--joey-sp-4);margin-bottom:var(--joey-sp-6)}.mm-toolbar-field{display:flex;flex-direction:column;gap:var(--joey-sp-1);text-align:left}.mm-toolbar-label{font-size:var(--joey-fs-xs);letter-spacing:.06em;text-transform:uppercase;color:var(--joey-ink-500)}.mm-select,.mm-toolbar-label{font-weight:var(--joey-fw-bold)}.mm-select{font-family:inherit;font-size:var(--joey-fs-sm);color:var(--joey-ink-700);background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--joey-radius-sm);padding:var(--joey-sp-2) var(--joey-sp-3);min-width:150px;cursor:pointer;transition:border-color .15s}.mm-select:hover{border-color:var(--joey-brand-500)}.mm-select:focus-visible{outline:none;box-shadow:var(--focus-ring);border-color:var(--joey-brand-500)}.mm-grid{list-style:none;margin:0;padding:0;display:grid;grid-gap:var(--joey-sp-5);gap:var(--joey-sp-5);grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.mm-mod-card{flex-direction:column;height:100%}.mm-mod-card,.mm-mod-top{display:flex;gap:var(--joey-sp-3)}.mm-mod-top{align-items:flex-start;justify-content:space-between}.mm-mod-icon{width:44px;height:44px;flex-shrink:0;border-radius:var(--joey-radius-md);display:flex;align-items:center;justify-content:center;font-size:1.35rem;background:var(--joey-brand-100)}.mm-mod-badges{display:flex;flex-wrap:wrap;gap:var(--joey-sp-2);justify-content:flex-end}.mm-mod-name{font-size:var(--joey-fs-lg);font-weight:var(--joey-fw-bold);color:var(--joey-ink-900);margin:0}.mm-mod-by{color:var(--joey-ink-500)}.mm-mod-by,.mm-mod-tagline{font-size:var(--joey-fs-sm);margin:0}.mm-mod-tagline{color:var(--joey-ink-600);line-height:1.55;flex:1 1}.mm-mod-meta{justify-content:space-between;gap:var(--joey-sp-3);padding-top:var(--joey-sp-3);border-top:1px solid var(--joey-ink-100)}.mm-mod-meta,.mm-mod-stats{display:flex;align-items:center}.mm-mod-stats{font-size:var(--joey-fs-xs);color:var(--joey-ink-500);gap:var(--joey-sp-1)}.mm-mod-star{color:var(--joey-warning)}.mm-mod-count{color:var(--joey-ink-400)}.mm-mod-dot{color:var(--joey-ink-300);padding-inline:2px}.mm-price-gate{font-size:var(--joey-fs-xs);font-weight:var(--joey-fw-bold);color:var(--joey-brand-600);border:1px dashed var(--joey-brand-500);border-radius:9999px;padding:var(--joey-sp-1) var(--joey-sp-3);text-decoration:none;white-space:nowrap;transition:background .15s,color .15s}.mm-price-gate:hover{background:var(--joey-brand-100)}.mm-install-btn-wrap{position:relative;display:inline-flex}.mm-install-btn{font-size:var(--joey-fs-sm);padding:var(--joey-sp-2) var(--joey-sp-4);transition:transform .15s,box-shadow .15s}.mm-install-btn:hover{transform:translateY(-1px);box-shadow:0 4px 12px rgba(234,88,12,.28)}@media (prefers-reduced-motion:reduce){.mm-install-btn:hover{transform:none}}.mm-empty{text-align:center;padding:var(--joey-sp-8) 0;color:var(--joey-ink-500);font-size:var(--joey-fs-md)}.mm-catalog-foot{text-align:center;margin-top:var(--joey-sp-8);color:var(--joey-ink-600);font-size:var(--joey-fs-sm)}.mm-catalog-foot a{color:var(--joey-brand-500);font-weight:var(--joey-fw-bold);text-decoration:underline}.mm-storyboard{list-style:none;counter-reset:mm-step;margin:var(--joey-sp-8) 0 0;padding:0;display:grid;grid-gap:var(--joey-sp-5);gap:var(--joey-sp-5);grid-template-columns:repeat(3,1fr)}@media (max-width:860px){.mm-storyboard{grid-template-columns:1fr}}.mm-story-frame{height:100%;display:flex;flex-direction:column;gap:var(--joey-sp-3)}.mm-story-num{counter-increment:mm-step;display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:9999px;background:var(--joey-brand-500);color:#fff;font-weight:var(--joey-fw-bold);font-size:var(--joey-fs-sm)}.mm-story-num:before{content:counter(mm-step)}.mm-story-visual{height:100px;border-radius:var(--joey-radius-md);background:var(--joey-ink-100);display:flex;align-items:center;justify-content:center;font-size:2rem}.mm-story-title{font-size:var(--joey-fs-lg);font-weight:var(--joey-fw-bold);color:var(--joey-ink-900);margin:0}.mm-story-body{font-size:var(--joey-fs-sm);color:var(--joey-ink-600);line-height:1.55;margin:0}.mm-earn-band{border-radius:var(--joey-radius-lg);padding:clamp(1.75rem,4vw,3rem);background:linear-gradient(135deg,var(--joey-brand-50) 0,var(--color-surface) 100%);border:1px solid var(--color-border)}html[data-theme=dark] .mm-earn-band{background:linear-gradient(135deg,rgba(234,88,12,.14) 0,var(--color-surface) 100%)}.mm-earn-grid{display:grid;grid-gap:var(--joey-sp-6);gap:var(--joey-sp-6);grid-template-columns:repeat(3,1fr);margin:var(--joey-sp-8) 0}@media (max-width:860px){.mm-earn-grid{grid-template-columns:1fr}}.mm-earn-item{display:flex;flex-direction:column;gap:var(--joey-sp-2)}.mm-earn-item h3{font-size:var(--joey-fs-lg);font-weight:var(--joey-fw-bold);color:var(--joey-ink-900);margin:0}.mm-earn-item p{font-size:var(--joey-fs-sm);color:var(--joey-ink-600);line-height:1.55;margin:0}.mm-bounty-callout{display:flex;align-items:center;gap:var(--joey-sp-4);flex-wrap:wrap;border-radius:var(--joey-radius-md);border:1px dashed var(--joey-brand-500);background:var(--color-bg);padding:var(--joey-sp-5);margin-bottom:var(--joey-sp-6)}.mm-bounty-amount{font-size:var(--joey-fs-2xl);font-weight:var(--joey-fw-bold);color:var(--joey-brand-500);line-height:1}.mm-bounty-copy{flex:1 1;min-width:220px;font-size:var(--joey-fs-sm);color:var(--joey-ink-700);line-height:1.5}.mm-earn-cta{text-align:center;margin-top:var(--joey-sp-2)}.mm-proof-strip{display:flex;flex-wrap:wrap;justify-content:center;gap:clamp(1.5rem,4vw,3rem);text-align:center}.mm-dual-cta{display:grid;grid-gap:var(--joey-sp-5);gap:var(--joey-sp-5);grid-template-columns:1fr 1fr}@media (max-width:720px){.mm-dual-cta{grid-template-columns:1fr}}.mm-dual-cta-card{display:flex;flex-direction:column;align-items:flex-start;gap:var(--joey-sp-3);text-align:left}.mm-dual-cta-icon{font-size:1.75rem}.mm-dual-cta-card h3{font-size:var(--joey-fs-xl);font-weight:var(--joey-fw-bold);color:var(--joey-ink-900);margin:0}.mm-dual-cta-card p{font-size:var(--joey-fs-md);color:var(--joey-ink-600);line-height:1.55;margin:0}.ca-perk-tag{display:inline-block;font-size:var(--joey-fs-xs);font-weight:var(--joey-fw-bold);letter-spacing:.04em;text-transform:uppercase;padding:var(--joey-sp-1) var(--joey-sp-3);border-radius:9999px;background:var(--joey-brand-100);color:var(--joey-brand-600);margin-bottom:var(--joey-sp-3)}.ca-idea-row{display:flex;gap:var(--joey-sp-3);align-items:flex-start}.ca-idea-check{color:var(--joey-brand-500);font-weight:var(--joey-fw-bold);flex-shrink:0}.creator-apply-form{display:flex;flex-direction:column;gap:var(--joey-sp-5)}.creator-apply-field{display:flex;flex-direction:column;gap:var(--joey-sp-2)}.creator-apply-label{font-size:var(--joey-fs-sm);font-weight:var(--joey-fw-bold);color:var(--joey-ink-800)}.creator-apply-input{font-family:inherit;font-size:var(--joey-fs-md);color:var(--joey-ink-900);background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--joey-radius-sm);padding:var(--joey-sp-3) var(--joey-sp-4);width:100%}.creator-apply-input:focus-visible{outline:none;box-shadow:var(--focus-ring);border-color:var(--joey-brand-500)}.creator-apply-textarea{resize:vertical;min-height:96px;font-family:inherit}.creator-apply-error{font-size:var(--joey-fs-sm);color:var(--joey-danger);margin:0}.creator-apply-submit{width:100%}.creator-apply-fineprint{font-size:var(--joey-fs-xs);color:var(--joey-ink-500);text-align:center;margin:0}.creator-apply-confirm{text-align:center;padding:var(--joey-sp-6) var(--joey-sp-4)}.creator-apply-confirm strong{display:block;font-size:var(--joey-fs-lg);color:var(--joey-ink-900);margin-bottom:var(--joey-sp-2)}.creator-apply-confirm p{color:var(--joey-ink-600);line-height:1.55;margin:0}