:root{--maf-accent:#aa63ff;--maf-accent-soft:#c7a5ff;--maf-accent-strong:#9d54ff;--maf-accent-deep:#6431dc;--maf-ink:#04060f;--maf-surface:#050814e0;--maf-surface-2:#090c1aeb;--maf-line:#3d2c72;--maf-line-soft:#2f2258;--maf-line-control:#303341;--maf-text:#fff;--maf-text-2:#d7dae4;--maf-text-muted:#c6cbd7;--maf-text-dim:#9aa0b4;--maf-warm:#f59e0b;--maf-radius-lg:22px;--maf-radius-md:15px;--maf-radius-sm:9px;--maf-radius-xs:8px;--maf-radius-pill:999px;--maf-font-body:"Exo 2", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;--maf-font-title:"Exo 2", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;--maf-font-display:"Orbitron", system-ui, sans-serif;--maf-font-mono:"Share Tech Mono", ui-monospace, "SF Mono", Menlo, monospace;--bg:var(--maf-ink);--fg:var(--maf-text);--muted:var(--maf-text-dim);--cyan:var(--maf-accent);--magenta:var(--maf-accent-strong);--violet:var(--maf-accent-strong);--gold:var(--maf-warm);--panel:var(--maf-surface);--line:var(--maf-line-soft);--maxw:1140px}[data-theme=light]{--bg:#f8fafc;--fg:#0b0f1f;--muted:#475569;--panel:#ffffffd9;--line:#aa63ff33}[data-theme=light] .hero-bg-overlay{background:radial-gradient(ellipse at center, #e2e8f073 0%, #cbd5e1b8 60%, var(--maf-text-muted) 96%), linear-gradient(180deg, #e2e8f0bf 0%, #cbd5e180 40%, var(--maf-text-muted) 100%);-webkit-backdrop-filter:contrast(1.04)brightness(.82)}[data-theme=light] .workflow-section-bg{background:radial-gradient(ellipse at 50% 30%, var(--maf-text-muted) 0%, var(--maf-text-dim) 60%, #64748b 100%)}[data-theme=light] .workflow-header-title,[data-theme=light] .section-title-orbitron,[data-theme=light] .workflow-card-title,[data-theme=light] .trust-title{color:#0b0f1f}[data-theme=light] .workflow-subtext,[data-theme=light] .workflow-card-body,[data-theme=light] .trust-desc{color:#334155}[data-theme=light] .workflow-card-match{background:#ffffffd9;border-color:#aa63ff4d;box-shadow:0 10px 30px #00000014}[data-theme=light] .workflow-trust-bar{background:#ffffffe6;border-color:#aa63ff40}[data-theme=light] .screenshot-box,[data-theme=light] .visual-comparison-container.screenshot-pipeline{background:#ffffffd9;border-color:#aa63ff4d}[data-theme=light] .box-step-title,[data-theme=light] .box-caption-sub,[data-theme=light] .check-pill{color:#0b0f1f!important}[data-theme=light] .theme-toggle-btn{color:#0b0f1f;background:#fffc;border:1px solid #aa63ff66;box-shadow:0 0 12px #aa63ff33}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--fg);font-family:var(--maf-font-body);-webkit-font-smoothing:antialiased;flex-direction:column;min-height:100dvh;margin:0;line-height:1.65;display:flex;overflow-x:hidden}body>main{flex:1 0 auto}body>footer{flex:none}h1,h2,h3{font-family:var(--maf-font-display);letter-spacing:.01em;margin:0 0 .5em;line-height:1.2}code,pre{font-family:var(--maf-font-mono)}a{color:var(--cyan);text-decoration:none}a:hover{text-decoration:underline}.wrap{max-width:var(--maxw);margin:0 auto;padding:0 24px}.bg{z-index:-1;background:radial-gradient(circle at 20% 30%,#9d54ff26 0%,#0000 50%),radial-gradient(circle at 80% 70%,#aa63ff2e 0%,#0000 50%),radial-gradient(circle,#080c18 0%,#030712 100%);position:fixed;inset:0}header{z-index:100;background:linear-gradient(#000000e6 0%,#0006 60%,#0000 100%);border-bottom:none;position:absolute;top:0;left:0;right:0}header .wrap{justify-content:space-between;align-items:center;gap:16px;padding-top:14px;padding-bottom:14px;display:flex}.brand{font-family:var(--maf-font-display);color:var(--fg);align-items:center;gap:10px;font-size:1.05rem;font-weight:700;display:flex}.brand:hover{text-decoration:none}.brand .spark{background:linear-gradient(135deg, var(--cyan), var(--violet));border-radius:2px;width:10px;height:10px}nav{align-items:center;gap:22px;font-size:.95rem;display:flex}nav a{color:var(--muted)}nav a:hover{color:var(--fg);text-decoration:none}.btn{border-radius:var(--maf-radius-xs);font-weight:600;font-family:var(--maf-font-display);cursor:pointer;border:1px solid #0000;padding:13px 26px;font-size:.92rem;transition:transform .15s,box-shadow .15s,border-color .15s,color .15s;display:inline-block}.btn:hover{text-decoration:none;transform:translateY(-1px)}.btn-primary{background:linear-gradient(90deg, var(--cyan), var(--violet));color:#05080f;box-shadow:0 6px 24px #aa63ff40}.btn-primary:hover{box-shadow:0 8px 30px #9d54ff59}.btn-ghost{color:var(--fg);background:#ffffff05;border-color:#ffffff29}.btn-ghost:hover{border-color:var(--cyan);color:var(--cyan)}.hero{text-align:center;padding:96px 0 64px}.hero h1{font-size:clamp(2.1rem,5.5vw,3.6rem)}.grad{background:linear-gradient(90deg, var(--cyan), var(--violet), var(--gold));color:#0000;-webkit-background-clip:text;background-clip:text}.lede{color:var(--muted);max-width:660px;margin:0 auto 32px;font-size:clamp(1.05rem,2.2vw,1.28rem)}.cta-row{flex-wrap:wrap;justify-content:center;gap:14px;display:flex}.cta-note{color:var(--muted);margin-top:16px;font-size:.88rem}.badge-pill{border-radius:var(--maf-radius-pill);font-size:.82rem;font-family:var(--maf-font-mono);color:var(--cyan);background:#aa63ff14;border:1px solid #aa63ff40;align-items:center;gap:8px;margin-bottom:20px;padding:6px 16px;display:inline-flex}.badge-dot{background:var(--cyan);width:8px;height:8px;box-shadow:0 0 10px var(--cyan);border-radius:50%;animation:2s infinite pulse-dot}@keyframes pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.85)}}.pipeline-container{margin-top:32px}.pipeline-tabs{flex-wrap:wrap;justify-content:center;gap:10px;margin-bottom:24px;display:flex}.tab-btn{border:1px solid var(--line);color:var(--muted);font-family:var(--maf-font-display);border-radius:var(--maf-radius-xs);cursor:pointer;background:#0a0f1eb3;padding:10px 18px;font-size:.85rem;transition:all .2s}.tab-btn:hover{color:var(--fg);border-color:#aa63ff66}.tab-btn.active{border-color:var(--cyan);color:var(--cyan);background:#aa63ff1f;box-shadow:0 0 16px #aa63ff26}.showcase-card{background:var(--panel);-webkit-backdrop-filter:blur(12px);border-radius:var(--maf-radius-md);border:1px solid #aa63ff33;padding:28px;box-shadow:0 12px 36px #0006}.showcase-content{grid-template-columns:1fr 1fr;align-items:center;gap:28px;display:grid}@media (max-width:768px){.showcase-content{grid-template-columns:1fr}}.preview-frame{background:#000;border:1px solid #ffffff1a;border-radius:12px;justify-content:center;align-items:center;min-height:280px;display:flex;position:relative;overflow:hidden}.preview-img{object-fit:contain;width:100%;height:auto;display:block}.frame-tag{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:var(--cyan);font-family:var(--maf-font-mono);background:#030712d9;border:1px solid #aa63ff4d;border-radius:6px;padding:4px 10px;font-size:.75rem;position:absolute;bottom:12px;left:12px}.showcase-desc h3{color:var(--fg);margin-bottom:12px;font-size:1.35rem}.showcase-desc p{color:var(--muted);margin-bottom:20px;font-size:.95rem;line-height:1.6}.spec-grid{grid-template-columns:1fr 1fr;gap:12px;display:grid}.spec-item{border:1px solid var(--line);border-radius:var(--maf-radius-xs);background:#ffffff08;flex-direction:column;gap:4px;padding:10px 14px;display:flex}.spec-label{color:var(--muted);font-size:.75rem;font-family:var(--maf-font-mono);text-transform:uppercase}.spec-value{color:var(--gold);font-size:.9rem;font-family:var(--maf-font-display);font-weight:500}.engines{flex-wrap:wrap;justify-content:center;gap:14px;margin-top:44px;padding:0;list-style:none;display:flex}.engine{-webkit-backdrop-filter:blur(12px);text-align:center;background:#04020c73;border:1px solid #aa63ff59;border-radius:14px;min-width:220px;padding:24px 32px;transition:all .25s;box-shadow:0 0 20px #aa63ff26,inset 0 0 15px #aa63ff0d}.engine:hover{border-color:var(--maf-accent);background:#aa63ff1f;transform:translateY(-2px);box-shadow:0 0 30px #aa63ff66,inset 0 0 20px #aa63ff1a}.engine .name{font-family:var(--maf-font-display);color:var(--fg);margin-top:6px;font-size:1.1rem;font-weight:700}.engine .sub{color:var(--muted);margin-top:4px;font-size:.88rem}section{padding:72px 0}.section-head{text-align:center;margin-bottom:44px}.section-head h2{font-size:clamp(1.5rem,3.2vw,2.1rem)}.section-head p{color:var(--muted);max-width:640px;margin:0 auto}.grid{gap:20px;display:grid}.grid-3{grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.card{background:var(--panel);-webkit-backdrop-filter:blur(12px);border:1px solid var(--line);border-radius:12px;padding:26px}.card h3{font-size:1.05rem}.card p{color:var(--muted);margin:0;font-size:.95rem}.step{font-family:var(--maf-font-mono);color:var(--cyan);letter-spacing:.1em;margin-bottom:8px;font-size:.8rem;display:block}.promise{background:linear-gradient(180deg, #aa63ff0f, #9d54ff0a), var(--panel);text-align:center;border:1px solid #aa63ff40;border-radius:14px;padding:44px 40px}.promise h2{font-size:clamp(1.3rem,3vw,1.85rem)}.promise p{color:var(--muted);max-width:620px;margin:0 auto}.prose{max-width:var(--maxw);margin:0 auto;padding:128px 24px 88px}.prose h1{margin-bottom:8px;font-size:clamp(1.8rem,4vw,2.4rem)}.prose h2{margin-top:44px;font-size:1.25rem}.prose h3{margin-top:28px;font-size:1.02rem}.prose p,.prose li{color:var(--maf-text-muted)}.prose ul{padding-left:22px}.prose li{margin-bottom:8px}.updated{color:var(--muted);margin-top:0;font-size:.88rem}.prose pre{border:1px solid var(--line);border-radius:var(--maf-radius-xs);background:#0006;padding:16px;font-size:.88rem;overflow-x:auto}.prose code{color:var(--gold);font-size:.92em}.prose pre code{color:var(--maf-text-muted)}.table-scroll{overflow-x:auto}.prose table{border-collapse:collapse;width:100%;margin:18px 0;font-size:.93rem}.prose th,.prose td{text-align:left;border-bottom:1px solid var(--line);padding:10px 12px}.prose td{white-space:normal}.prose th{font-family:var(--maf-font-display);color:var(--muted);white-space:nowrap;font-size:.8rem}.callout{border-left:3px solid var(--maf-accent);border-radius:0 var(--maf-radius-xs) var(--maf-radius-xs) 0;background:#aa63ff0f;margin:22px 0;padding:14px 18px}.callout p{margin:0}.callout p+p{margin-top:10px}footer{border-top:1px solid var(--line);color:var(--muted);padding:34px 0;font-size:.9rem}footer .wrap{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:18px;display:flex}footer a{color:var(--muted)}footer a:hover{color:var(--fg)}.hero-custom-bg{background-image:url(/neo_tokyo_bg.jpg);background-position:50%;background-size:cover;flex-direction:column;justify-content:center;min-height:100vh;padding-top:100px;padding-bottom:72px;display:flex;position:relative;overflow:hidden}.hero-bg-overlay{-webkit-backdrop-filter:contrast(1.12)brightness(.78);z-index:1;background:radial-gradient(#03010873 0%,#03010880 50%,#030108d9 75%,#000 96%),linear-gradient(#000000d9 0%,#03010859 20% 75%,#000 100%);position:absolute;inset:0}.relative-z{z-index:2;position:relative}.grid-hero{grid-template-columns:1.1fr .9fr;align-items:center;gap:36px;display:grid}@media (max-width:960px){.grid-hero{text-align:center;grid-template-columns:1fr}}.hero-text-block{text-align:left}@media (max-width:960px){.hero-text-block{text-align:center}}.hero-title{margin-bottom:18px;font-size:clamp(2rem,4.2vw,3.2rem);font-weight:900;line-height:1.15}.hero-checks{flex-direction:column;gap:10px;margin:22px 0;display:flex}.check-item{color:var(--fg);align-items:center;gap:10px;font-size:.92rem;display:flex}.check-icon{border:1px solid var(--cyan);width:20px;height:20px;color:var(--cyan);shrink:0;background:#aa63ff26;border-radius:50%;justify-content:center;align-items:center;font-size:.75rem;font-weight:700;display:inline-flex}.hero-interactive-card,.hero-transformation-card{width:100%}.visual-comparison-container{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-radius:var(--maf-radius-md);background:#0a0616e0;border:1px solid #9d54ff59;grid-template-columns:1fr auto 1fr;align-items:center;gap:16px;padding:20px;display:grid;box-shadow:0 20px 50px #000000b3,0 0 30px #9d54ff26}@media (max-width:768px){.visual-comparison-container{grid-template-columns:1fr}}.visual-box{background:#04020ae6;border:1px solid #ffffff1a;border-radius:12px;flex-direction:column;gap:10px;padding:12px;display:flex}.before-box{border-color:#aa63ff4d}.after-box{border-color:#9d54ff80;box-shadow:0 0 20px #9d54ff26}.box-header{align-items:center;gap:8px;display:flex}.grad-real-font{background:linear-gradient(90deg, #3b82f6 0%, var(--maf-accent-strong) 100%);color:#0000;-webkit-background-clip:text;background-clip:text}.grad-yellow-font{background:linear-gradient(90deg,#facc15 0%,#f97316 100%);color:#0000;-webkit-background-clip:text;background-clip:text}.btn-screenshot-primary-wrap{border-radius:12px;align-items:center;padding:2px;display:inline-flex;position:relative;overflow:hidden}.btn-screenshot-primary-wrap:before{content:"";background:conic-gradient(from 0deg, var(--maf-accent-strong), var(--maf-accent), var(--maf-accent), #f43f5e, var(--maf-accent-strong));z-index:1;width:200%;height:200%;animation:3.5s linear infinite rotate-conic-glow;position:absolute;top:-50%;left:-50%}@keyframes rotate-conic-glow{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.btn-screenshot-primary{z-index:2;background:linear-gradient(90deg, #f43f5e 0%, var(--maf-accent-strong) 25%, var(--maf-accent) 50%, #3b82f6 75%, var(--maf-accent) 100%);color:#030712;font-family:var(--maf-font-display);letter-spacing:.04em;border:none;border-radius:10px;justify-content:center;align-items:center;gap:8px;padding:13px 26px;font-size:.9rem;font-weight:800;line-height:1;transition:all .2s;display:inline-flex;position:relative;box-shadow:0 0 24px #9d54ff73}.btn-screenshot-primary-wrap:hover .btn-screenshot-primary{color:#000;box-shadow:0 0 30px #aa63ffb3}.btn-screenshot-ghost{color:var(--maf-text);font-family:var(--maf-font-display);letter-spacing:.05em;background:#0a061699;border:1px solid #ffffff40;border-radius:10px;justify-content:center;align-items:center;padding:12px 22px;font-size:.82rem;font-weight:700;line-height:1;transition:all .2s;display:inline-flex}.btn-screenshot-ghost:hover{border-color:var(--maf-accent);color:var(--maf-accent);text-decoration:none}.hero-checklist-row{flex-wrap:wrap;justify-content:center;gap:24px;margin-top:20px;display:flex}.check-pill{color:var(--maf-text);font-size:.82rem;font-family:var(--maf-font-body);align-items:center;gap:6px;display:flex}.check-icon-purple{border:1px solid var(--maf-accent);width:16px;height:16px;color:var(--maf-accent-soft);background:#aa63ff26;border-radius:50%;justify-content:center;align-items:center;font-size:.65rem;font-weight:700;display:inline-flex}.header-screenshot-match{-webkit-backdrop-filter:none;backdrop-filter:none;background:0 0;border-bottom:none}.brand-square-purple{background:var(--maf-accent);border-radius:2px;width:12px;height:12px;display:inline-block}.theme-toggle-btn{color:var(--maf-text);font-family:var(--maf-font-display);cursor:pointer;background:#0c061899;border:1px solid #aa63ff73;border-radius:4px;align-items:center;gap:6px;padding:6px 12px;font-size:.85rem;font-weight:600;line-height:1;transition:all .2s;display:inline-flex;box-shadow:0 0 12px #aa63ff33}.theme-toggle-btn:hover{border-color:var(--maf-accent);color:var(--maf-accent);box-shadow:0 0 18px #aa63ff66}.nav-btn-pill{color:var(--maf-text);font-family:var(--maf-font-display);background:#0c061899;border:1px solid #aa63ff73;border-radius:4px;justify-content:center;align-items:center;padding:8px 22px;font-size:.82rem;font-weight:600;line-height:1;transition:all .2s;display:inline-flex;box-shadow:0 0 12px #aa63ff33}.nav-btn-pill:hover{border-color:var(--maf-accent);color:var(--maf-accent);text-decoration:none;box-shadow:0 0 18px #aa63ff66}.hero-transformation-card.full-width-card{max-width:1140px;margin:0 auto}.visual-comparison-container.screenshot-pipeline{-webkit-backdrop-filter:blur(16px);background:#06031073;border:1px solid #aa63ff59;border-radius:18px;grid-template-columns:repeat(3,1fr);align-items:stretch;gap:20px;padding:14px;display:grid;position:relative;box-shadow:0 0 40px #aa63ff2e}.arrow-connector-abs-1{z-index:5;position:absolute;top:50%;left:calc(33.33% - 10px);transform:translateY(-50%)}.arrow-connector-abs-2{z-index:5;position:absolute;top:50%;left:calc(66.66% - 10px);transform:translateY(-50%)}.screenshot-box{-webkit-backdrop-filter:blur(12px);background:#03010ad9;border:1px solid #aa63ff4d;border-radius:14px;flex-direction:column;justify-content:space-between;gap:12px;width:100%;height:100%;padding:18px;display:flex}.box-step-badge-num{width:22px;height:22px;color:var(--maf-accent-soft);font-family:var(--maf-font-mono);background:#9d54ff40;border:1px solid #9d54ff66;border-radius:6px;justify-content:center;align-items:center;font-size:.78rem;font-weight:700;display:inline-flex}.box-step-title{font-family:var(--maf-font-display);color:var(--maf-text);letter-spacing:.05em;font-size:.8rem;font-weight:700}.screenshot-img-wrap{background:#000;border:1px solid #ffffff14;border-radius:10px;justify-content:center;align-items:center;width:100%;height:195px;display:flex;overflow:hidden}.box-caption-sub{font-family:var(--maf-font-body);color:var(--maf-text);text-align:center;font-size:.82rem;line-height:1.35}.arrow-head-purple{color:var(--maf-accent);text-shadow:0 0 10px #aa63ffb3;font-size:1.5rem;animation:1.5s infinite pulse-arrow}.test-banner-divider{justify-content:center;align-items:center;gap:12px;width:100%;max-width:680px;margin-top:40px;margin-left:auto;margin-right:auto;display:flex}.divider-line-left{background:linear-gradient(90deg, transparent 0%, var(--maf-accent-soft) 100%);height:2px;box-shadow:0 0 12px var(--maf-accent), 0 0 20px #aa63ffcc;flex:1;position:relative}.divider-line-left:after{content:"♦";color:var(--maf-accent-soft);text-shadow:0 0 10px var(--maf-accent);font-size:.75rem;position:absolute;top:-8px;right:-6px}.divider-line-right{background:linear-gradient(90deg, var(--maf-accent-soft) 0%, transparent 100%);height:2px;box-shadow:0 0 12px var(--maf-accent), 0 0 20px #aa63ffcc;flex:1;position:relative}.divider-line-right:before{content:"♦";color:var(--maf-accent-soft);text-shadow:0 0 10px var(--maf-accent);font-size:.75rem;position:absolute;top:-8px;left:-6px}.test-banner-tag{font-family:var(--maf-font-display);letter-spacing:.16em;color:#ecfeff;text-shadow:0 0 12px var(--maf-accent), 0 0 24px var(--maf-accent), 0 0 36px #aa63ffe6;white-space:nowrap;padding:0 12px;font-size:.92rem;font-weight:900}.test-banner-subtext{text-align:center;color:var(--maf-text-dim);margin-top:8px;margin-bottom:32px;font-size:.95rem}.grad-cyan-fade{background:linear-gradient(90deg, var(--maf-text-dim) 0%, var(--maf-accent) 40%, var(--maf-accent) 100%);color:#0000;-webkit-background-clip:text;background-clip:text;font-weight:600}.box-img{object-fit:cover;width:100%;height:100%;display:block}.highlight-pill{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border:1px solid var(--magenta);color:var(--magenta);font-family:var(--maf-font-mono);text-align:center;background:#030108e0;border-radius:6px;padding:4px 8px;font-size:.72rem;position:absolute;bottom:8px;left:8px;right:8px;box-shadow:0 0 12px #9d54ff66}.box-caption{font-family:var(--maf-font-mono);color:var(--muted);text-align:center;font-size:.75rem}.arrow-connector{flex-direction:column;justify-content:center;align-items:center;gap:4px;display:flex}.arrow-badge{background:linear-gradient(90deg, var(--cyan), var(--magenta));color:#000;font-family:var(--maf-font-display);border-radius:var(--maf-radius-pill);white-space:nowrap;padding:2px 6px;font-size:.65rem;font-weight:900}.arrow-head{color:var(--magenta);text-shadow:0 0 10px var(--magenta);font-size:1.6rem;animation:1.5s infinite pulse-arrow}@keyframes pulse-arrow{0%,to{opacity:1;transform:translate(0)}50%{opacity:.7;transform:translate(4px)}}.dropzone-tagline{color:var(--fg);margin:0;font-size:.85rem}.dropzone-footer{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-top:16px;display:flex}.font-status-pill{color:var(--gold);font-size:.78rem;font-family:var(--maf-font-mono);align-items:center;gap:8px;display:flex}.status-dot{background:var(--gold);width:6px;height:6px;box-shadow:0 0 8px var(--gold);border-radius:50%}.btn-sm{padding:8px 14px;font-size:.82rem}.section-darker{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:#00000059}.section-darker.tester-section-bg{background-image:url(/cyber_grid_bg.jpg);background-position:50%;background-size:cover;border-top:1px solid #aa63ff33;border-bottom:1px solid #aa63ff33;padding:90px 0;position:relative;overflow:hidden}.section-darker.tester-section-bg:before{content:"";pointer-events:none;z-index:1;background:radial-gradient(#100924a6 0%,#080414d9 60%,#03010af2 100%),linear-gradient(#060310d9 0%,#0c061c8c 50%,#03010ae6 100%);position:absolute;inset:0}.tester-container{z-index:2;-webkit-backdrop-filter:blur(16px);background:#0a051aa6;border:1px solid #aa63ff59;border-radius:18px;padding:32px;position:relative;box-shadow:0 0 45px #aa63ff2e,0 15px 35px #00000080}.tester-controls{grid-template-columns:2fr 1fr;gap:24px;margin-bottom:24px;display:grid}@media (max-width:768px){.tester-controls{grid-template-columns:1fr}}.control-group{flex-direction:column;gap:8px;display:flex}.control-label{font-family:var(--maf-font-display);color:var(--muted);font-size:.82rem}.tester-input{color:var(--cyan);font-family:var(--maf-font-display);border-radius:var(--maf-radius-xs);background:#030712cc;border:1px solid #aa63ff66;outline:none;padding:12px 16px;font-size:1rem}.tester-input:focus{border-color:var(--cyan);box-shadow:0 0 12px #aa63ff4d}.tester-slider{accent-color:var(--cyan);cursor:pointer}.tester-canvas{background:#050811;border:1px solid #ffffff14;border-radius:12px;overflow:hidden}.canvas-header{border-bottom:1px solid var(--line);font-family:var(--maf-font-mono);color:var(--muted);background:#ffffff08;justify-content:space-between;align-items:center;padding:10px 16px;font-size:.8rem;display:flex}.canvas-engine-tag{color:var(--gold)}.canvas-body{text-align:center;background:radial-gradient(circle,#9d54ff14 0%,#0000 70%);justify-content:center;align-items:center;min-height:140px;padding:40px 24px;display:flex}.canvas-footer{border-top:1px solid var(--line);font-family:var(--maf-font-mono);color:var(--muted);background:#0006;gap:20px;padding:8px 16px;font-size:.75rem;display:flex}.game-hud-frame{position:relative}.showcase-card.transformation-full-card{max-width:1200px;margin:0 auto}.hud-overlay-banner-clean{text-align:center;pointer-events:none;z-index:10;width:90%;position:absolute;top:44%;left:50%;transform:translate(-50%,-50%)}.hud-header-clean{font-family:var(--maf-font-display);letter-spacing:.04em;background:linear-gradient(#fff 0%,#facc15 45%,#f97316 100%);color:#0000;text-shadow:0 0 30px #facc15b3,0 0 14px #f97316e6,0 4px 12px #000000e6;-webkit-background-clip:text;background-clip:text;font-size:clamp(1.8rem,4.2vw,3.4rem);font-weight:900;line-height:1.15}.maf-font-count-proof{color:#fff;grid-template-columns:auto auto;justify-content:center;align-items:center;gap:14px;width:max-content;max-width:100%;margin:38px auto 0;display:grid}.maf-font-count-number{color:#b46cff;font-family:var(--maf-font-display);letter-spacing:-.03em;text-shadow:0 0 24px #a254ff57;font-size:clamp(2.8rem,4vw,3.7rem);line-height:1}.maf-font-count-copy p{margin:0 0 4px;font-size:clamp(.95rem,1.3vw,1.12rem);font-weight:800;line-height:1.35}.maf-font-count-copy span{color:#aaa9ba;max-width:190px;font-size:.76rem;line-height:1.4;display:block}@media (max-width:760px){.maf-font-count-proof{grid-template-columns:auto 1fr;justify-content:start;width:100%;margin-top:28px}.maf-font-count-number{font-size:2.9rem}}.maf-tool-hub{z-index:9;color:#fff;background:#08051c;padding:84px 0 88px;position:relative}.maf-tool-hub .wrap{max-width:1320px}.maf-tool-hub-heading{text-align:center;max-width:720px;margin:0 auto 38px}.maf-tool-hub-heading>span{color:#ad75ff;letter-spacing:.13em;text-transform:uppercase;font-size:.76rem;font-weight:850}.maf-tool-hub-heading h2{font-family:var(--maf-font-body);letter-spacing:-.045em;margin:10px 0 12px;font-size:clamp(2rem,3.2vw,3.15rem);line-height:1.05}.maf-tool-hub-heading p{color:#b8b7c8;margin:0;font-size:1rem;line-height:1.55}.maf-tool-hub-grid{grid-template-columns:1.08fr .94fr 1.02fr 1.08fr;gap:28px;display:grid;position:relative}.maf-tool-hub-grid:before{content:"";background:linear-gradient(90deg,#0000,#a466ff73,#0000);height:1px;position:absolute;top:212px;left:3%;right:3%}.maf-tool-station{color:#fff;flex-direction:column;min-width:0;text-decoration:none;display:flex;position:relative}.maf-tool-visual{background:radial-gradient(circle at 50% 20%,#8e4af730,#0000 56%),#080819c7;border:1px solid #a466ff47;border-radius:20px;height:196px;margin-bottom:25px;position:relative;overflow:hidden;box-shadow:0 22px 44px #00000038}.maf-tool-visual:after{content:"";pointer-events:none;background:linear-gradient(145deg,#ffffff0f,#0000 35%);position:absolute;inset:0}.maf-tool-visual figure{background:#070714;border:1px solid #c59fff47;border-radius:12px;margin:0;transition:transform .18s,border-color .18s;position:absolute;overflow:hidden;box-shadow:0 14px 28px #0000006b}.maf-tool-visual figure img{object-fit:cover;width:100%;height:100%;display:block}.maf-tool-station:hover .maf-tool-visual figure{border-color:#c084fcad}.maf-tool-station:hover .maf-tool-visual{border-color:#a855f79e}.maf-tool-station.is-image-font .is-source{width:46%;height:118px;top:28px;left:16px;transform:rotate(-3deg)}.maf-tool-station.is-image-font .is-result{width:49%;height:128px;bottom:21px;right:15px;transform:rotate(2deg)}.maf-tool-station.is-image-font:hover .is-source{transform:rotate(-4deg)translateY(-3px)}.maf-tool-station.is-image-font:hover .is-result{transform:rotate(3deg)translateY(-3px)}.maf-tool-station.is-image-font figure span{color:#d9c4ff;letter-spacing:.06em;text-transform:uppercase;background:#05050fd1;border-radius:999px;padding:3px 7px;font-size:.58rem;font-weight:800;position:absolute;bottom:7px;left:7px}.maf-tool-station.is-image-font svg,.maf-tool-station.is-handwriting svg{z-index:3;fill:none;stroke:#b86cff;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;filter:drop-shadow(0 0 5px #a855f7a6);width:48px;position:absolute;top:80px;left:43%}.maf-tool-station.is-image-ttf .is-sheet{width:58%;height:150px;top:20px;left:18px;transform:rotate(-2deg)}.maf-tool-station.is-image-ttf .is-atlas{width:53%;height:118px;bottom:16px;right:16px;transform:rotate(3deg)}.maf-tool-station.is-image-ttf:hover .is-sheet{transform:rotate(-3deg)translateY(-2px)}.maf-tool-station.is-image-ttf:hover .is-atlas{transform:rotate(4deg)translateY(-3px)}.maf-tool-filetag{z-index:4;color:#fff;width:42px;height:42px;font:900 .68rem var(--maf-font-display);background:#7c3aed;border:1px solid #c084fcb8;border-radius:11px;place-items:center;display:grid;position:absolute;top:13px;right:11px;box-shadow:0 8px 20px #5e26be6b}.maf-tool-station.is-handwriting .is-template{background:#f6f2ec;width:47%;height:157px;top:17px;left:16px;transform:rotate(-2deg)}.maf-tool-station.is-handwriting .is-handwriting-atlas{width:46%;height:132px;bottom:18px;right:15px;transform:rotate(2deg)}.maf-tool-station.is-handwriting svg{top:80px;left:43%}.maf-tool-station.is-handwriting:hover .is-template{transform:rotate(-3deg)translateY(-3px)}.maf-tool-station.is-handwriting:hover .is-handwriting-atlas{transform:rotate(3deg)translateY(-3px)}.maf-tool-station.is-workshop .is-editor{inset:17px 16px 42px}.maf-tool-station.is-workshop .is-editor img{object-fit:cover;object-position:top left}.maf-tool-workshop-pills{z-index:4;justify-content:center;gap:5px;display:flex;position:absolute;bottom:10px;left:13px;right:13px}.maf-tool-workshop-pills span{color:#c9b6e9;background:#080616e6;border:1px solid #ae75ff52;border-radius:999px;padding:4px 7px;font-size:.56rem;font-weight:750}.maf-tool-number{color:#9756f7;letter-spacing:.12em;font-size:.72rem;font-weight:850}.maf-tool-station-title{grid-template-columns:auto 1fr auto;align-items:center;gap:10px;display:grid;position:relative}.maf-tool-station-title:before{content:"";background:#a855f7;border:3px solid #08051c;border-radius:50%;width:11px;height:11px;position:absolute;top:-31px;left:5px;box-shadow:0 0 0 1px #c084fc8c,0 0 15px #a855f7a6}.maf-tool-station-title h3{color:#fff;font-family:var(--maf-font-body);margin:0;font-size:1.16rem}.maf-tool-station-title i{color:#ad75ff;font-size:1.2rem;font-style:normal;transition:transform .16s}.maf-tool-station:hover .maf-tool-station-title i{transform:translate(3px,-3px)}.maf-tool-station>p{color:#aeb0c0;margin:9px 0 0 28px;font-size:.85rem;line-height:1.55}@media (max-width:1050px){.maf-tool-hub-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:42px 24px}.maf-tool-hub-grid:before,.maf-tool-station-title:before{display:none}}@media (max-width:600px){.maf-tool-hub{padding:62px 0 66px}.maf-tool-hub .wrap{padding-left:24px;padding-right:24px}.maf-tool-hub-heading{text-align:left;margin-bottom:28px}.maf-tool-hub-grid{grid-template-columns:1fr}.maf-tool-visual{height:210px;margin-bottom:18px}.maf-tool-station>p{margin-left:28px}}.maf-tool-stories{color:#fff;background:linear-gradient(#08051c,#0d0823 48%,#08051c),#08051c;padding:104px 0 112px;position:relative;overflow:hidden}.maf-tool-stories:before{content:"";pointer-events:none;opacity:.42;background-image:linear-gradient(#9e5cff0f 1px,#0000 1px),linear-gradient(90deg,#9e5cff0f 1px,#0000 1px);background-size:72px 72px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#0000,#000 18% 82%,#0000);mask-image:linear-gradient(#0000,#000 18% 82%,#0000)}.maf-tool-stories .wrap{max-width:1320px;position:relative}.maf-tool-stories-heading{text-align:center;max-width:820px;margin:0 auto 58px}.maf-tool-stories-heading>span{color:#b875ff;font-family:var(--maf-font-display);letter-spacing:.14em;text-transform:uppercase;font-size:.72rem;font-weight:850}.maf-tool-stories-heading h2{color:#fff;font-family:var(--maf-font-body);letter-spacing:-.055em;margin:12px 0 14px;font-size:clamp(2.2rem,4vw,4rem);line-height:1.02}.maf-tool-stories-heading p{color:#aaa3b8;margin:0;font-size:1rem;line-height:1.6}.maf-tool-showcase-list{gap:0;display:grid}.maf-tool-showcase{--maf-story-accent:#a855f7;border-top:1px solid #a466ff40;grid-template-columns:minmax(0,.9fr) minmax(460px,1.1fr);align-items:center;gap:clamp(34px,5vw,76px);min-height:430px;padding:clamp(64px,8vw,108px) clamp(8px,3vw,38px);display:grid;position:relative}.maf-tool-showcase:before{content:"";aspect-ratio:1;pointer-events:none;background:var(--maf-story-accent);opacity:.1;filter:blur(100px);border-radius:50%;width:min(38vw,520px);position:absolute;top:16%;transform:translateY(-20%)}.maf-tool-showcase:not(.is-reverse):before{right:2%}.maf-tool-showcase.is-reverse:before{left:2%}.maf-tool-showcase:after{color:#ffffff09;font-family:var(--maf-font-display);font-size:clamp(5rem,10vw,9rem);font-weight:900;line-height:1;position:absolute;top:24px;right:24px}.maf-tool-showcase.is-image-font{--maf-story-accent:#ff8a24}.maf-tool-showcase.is-image-font:after{content:"01"}.maf-tool-showcase.is-image-ttf{--maf-story-accent:#a855f7}.maf-tool-showcase.is-image-ttf:after{content:"02";left:24px;right:auto}.maf-tool-showcase.is-handwriting{--maf-story-accent:#53c9ff}.maf-tool-showcase.is-handwriting:after{content:"03"}.maf-tool-showcase.is-workshop{--maf-story-accent:#e04cff;border-bottom:1px solid #a466ff40}.maf-tool-showcase.is-workshop:after{content:"04";left:24px;right:auto}.maf-tool-showcase.is-reverse{grid-template-columns:minmax(460px,1.1fr) minmax(0,.9fr)}.maf-tool-showcase.is-reverse .maf-tool-showcase-copy{order:2}.maf-tool-showcase-copy,.maf-tool-showcase-visual{z-index:1;min-width:0;position:relative}.maf-tool-showcase-kicker{color:var(--maf-story-accent);font-family:var(--maf-font-display);letter-spacing:.13em;text-transform:uppercase;font-size:.72rem;font-weight:850}.maf-tool-showcase-copy h3{color:#fff;font-family:var(--maf-font-body);letter-spacing:-.05em;margin:13px 0 16px;font-size:clamp(2rem,3.2vw,3.2rem);line-height:1.03}.maf-tool-showcase-copy>p{color:#bbb6c8;margin:0;font-size:1rem;line-height:1.7}.maf-tool-showcase-copy ul{gap:9px;margin:22px 0 26px;padding:0;list-style:none;display:grid}.maf-tool-showcase-copy li{color:#e0d9eb;padding-left:24px;font-size:.9rem;line-height:1.5;position:relative}.maf-tool-showcase-copy li:before{content:"✓";color:var(--maf-story-accent);font-weight:900;position:absolute;top:0;left:0}.maf-tool-showcase-cta{color:#fff;background:linear-gradient(135deg,#9e51f7,#7335e8);border:1px solid #b978ff;border-radius:12px;justify-content:center;align-items:center;gap:13px;min-height:50px;padding:0 22px;font-size:.9rem;font-weight:850;text-decoration:none;transition:transform .16s,box-shadow .16s;display:inline-flex;box-shadow:0 14px 32px #662cda47}.maf-tool-showcase-cta:hover{color:#fff;text-decoration:none;transform:translateY(-2px);box-shadow:0 18px 38px #7a39ea66}.maf-tool-showcase-cta span{font-size:1.25rem;line-height:1}.maf-tool-showcase-visual{border:1px solid color-mix(in srgb, var(--maf-story-accent) 30%, transparent);background:radial-gradient(circle at 50% 40%, color-mix(in srgb, var(--maf-story-accent) 18%, transparent), transparent 62%), #040612c2;border-radius:20px 60px;grid-template-columns:minmax(0,1fr) 34px minmax(0,1fr);align-items:center;gap:10px;min-height:300px;padding:30px 24px 45px;display:grid;box-shadow:28px 30px #7336cd0f}.maf-tool-showcase-frame{background:#0e1120;border:1px solid #c59fff4d;border-radius:15px;height:218px;margin:0;position:relative;overflow:hidden;box-shadow:0 18px 38px #00000061}.maf-tool-showcase-frame.is-before{transform:rotate(-2deg)}.maf-tool-showcase-frame.is-after{transform:rotate(2deg)}.maf-tool-showcase-frame.is-paper{background:#f6f2ec}.maf-tool-showcase-frame.is-checker{background:repeating-conic-gradient(#181e2d 0 25%, #232b3e 0 50%) 0 0 / 24px 24px}.maf-tool-showcase-frame span{z-index:2;color:#e7d9f8;letter-spacing:.05em;text-transform:uppercase;background:#050611db;border:1px solid #be86ff47;border-radius:999px;padding:5px 8px;font-size:.62rem;font-weight:850;position:absolute;top:10px;left:10px}.maf-tool-showcase-frame img{object-fit:contain;width:100%;height:100%;display:block}.maf-tool-showcase.is-image-font .maf-tool-showcase-frame img{object-fit:cover}.maf-tool-showcase-arrow{color:var(--maf-story-accent);filter:drop-shadow(0 0 9px #a855f7b3);place-items:center;font-size:2rem;display:grid}.maf-tool-showcase-visual>small{color:#8f879d;text-align:center;font-size:.7rem;position:absolute;bottom:14px;left:0;right:0}.maf-tool-showcase-visual.is-editor{padding:24px 24px 56px;display:block}.maf-tool-showcase-editorframe{background:#080817;border:1px solid #bf89ff5c;border-radius:15px;height:260px;margin:0;overflow:hidden;transform:perspective(900px)rotateY(-3deg)rotateX(1deg);box-shadow:0 18px 40px #0000006b}.maf-tool-showcase-editorframe img{object-fit:cover;object-position:top left;width:100%;height:100%;display:block}.maf-tool-showcase-pills{justify-content:center;gap:7px;display:flex;position:absolute;bottom:16px;left:24px;right:24px}.maf-tool-showcase-pills span,.maf-tool-showcase-sublinks a{color:#ccb8e8;background:#0d091feb;border:1px solid #ae75ff57;border-radius:999px;padding:6px 10px;font-size:.66rem;font-weight:750}.maf-tool-showcase-sublinks{flex-wrap:wrap;gap:7px;margin-top:16px;display:flex}.maf-tool-showcase-sublinks a{text-decoration:none}.maf-tool-showcase-sublinks a:hover{color:#fff;border-color:#b86cff;text-decoration:none}@media (max-width:1050px){.maf-tool-showcase,.maf-tool-showcase.is-reverse{grid-template-columns:minmax(0,1fr)}.maf-tool-showcase.is-reverse .maf-tool-showcase-copy{order:0}}@media (max-width:650px){.maf-tool-stories{padding:72px 0 78px}.maf-tool-stories-heading{text-align:left;margin-bottom:30px}.maf-tool-showcase{gap:30px;min-height:0;padding:52px 4px}.maf-tool-showcase-copy h3{font-size:2rem}.maf-tool-showcase-visual{border-radius:18px 38px;grid-template-columns:minmax(0,1fr);min-height:0;padding:18px 18px 42px;box-shadow:12px 14px #7336cd0f}.maf-tool-showcase-frame{height:170px;transform:none!important}.maf-tool-showcase-arrow{height:24px;transform:rotate(90deg)}.maf-tool-showcase-editorframe{height:220px;transform:none}.maf-tool-showcase-pills{justify-content:flex-start;overflow:hidden}}.workflow-section-bg{background:linear-gradient(#08051c 0,#08051c00 120px),radial-gradient(at 50% 30%,#0c0824 0%,#060312 60%,#020108 100%);padding:90px 0 70px;position:relative;overflow:hidden}.star-field{pointer-events:none;z-index:1;position:absolute;inset:0}.workflow-props{z-index:1;pointer-events:none;position:absolute;inset:0;overflow:hidden}.workflow-prop{opacity:.85;translate:0 calc(var(--maf-prop-par,0px) * -1 * var(--prop-rate,0));will-change:transform, translate;display:block;position:absolute}.workflow-prop-editor{--prop-rate:1;width:clamp(150px,50vw - 610px,450px);animation:13s ease-in-out infinite maf-prop-roam-editor;top:24px;left:auto;right:calc(50% + 594px)}.workflow-prop-glyphs{--prop-rate:.62;width:clamp(141px,47vw - 573px,423px);animation:16.5s ease-in-out infinite maf-prop-roam-glyphs;top:10px;left:calc(50% + 594px);right:auto}@keyframes maf-prop-roam-editor{0%,to{transform:translate(-5px,3px)rotate(-.5deg)}27%{transform:translate(6px,-4px)rotate(.4deg)}58%{transform:translate(2px,7px)rotate(.7deg)}81%{transform:translate(-6px,-2px)rotate(-.3deg)}}@keyframes maf-prop-roam-glyphs{0%,to{transform:translate(4px,-3px)rotate(.5deg)}31%{transform:translate(-5px,5px)rotate(-.4deg)}62%{transform:translate(-2px,-6px)rotate(-.7deg)}86%{transform:translate(5px,2px)rotate(.3deg)}}@media (max-width:1500px){.workflow-props{display:none}}.star-sparkle{color:#aa63ffa6;line-height:0;animation:4s ease-in-out infinite alternate star-twinkle;position:absolute}.star-sparkle-glyph{fill:currentColor;width:14px;height:14px;display:block}.star-sparkle.star-delay-1{color:#3b82f6b3;animation-delay:.8s}.star-sparkle.star-delay-2{color:#9d54ffb3;animation-delay:1.8s}.star-sparkle.star-delay-3{color:#aa63ffb3;animation-delay:2.6s}.star-sparkle.star-delay-4{color:#aa63ffcc;animation-delay:3.4s}@keyframes star-twinkle{0%{opacity:.1;transform:scale(.6)rotate(0)}50%{opacity:.95;filter:drop-shadow(0 0 8px);transform:scale(1.3)rotate(45deg)}to{opacity:.15;transform:scale(.7)rotate(90deg)}}.section-title-orbitron{font-family:var(--maf-font-display);letter-spacing:-.01em;color:#fff;margin-bottom:12px;font-size:clamp(2rem,3.8vw,3rem);font-weight:900;line-height:1.15}.workflow-header-title{font-family:var(--maf-font-title);text-align:center;letter-spacing:-.055em;color:#fff;margin-bottom:14px;font-size:clamp(2.4rem,4.8vw,3.8rem);font-weight:900;line-height:1.1}.workflow-subtext{text-align:center;color:var(--maf-text-dim);max-width:740px;margin:0 auto 28px;font-size:1.05rem;line-height:1.55}.workflow-pills-row{flex-wrap:wrap;justify-content:center;align-items:center;gap:32px;margin-bottom:54px;display:flex}.workflow-pill-item{color:var(--maf-text);align-items:center;gap:8px;font-size:.92rem;font-weight:600;display:inline-flex}.workflow-pill-icon{vertical-align:-2px;fill:none;width:15px;height:15px;stroke:var(--maf-accent-soft);stroke-width:1.9px;stroke-linecap:round;stroke-linejoin:round;flex:none;display:inline-block}.workflow-pill-item:first-child .workflow-pill-icon{fill:var(--maf-accent-soft);stroke:none}.workflow-4cards-grid{grid-template-columns:repeat(4,1fr);gap:20px;margin-bottom:50px;display:grid}@media (max-width:1100px){.workflow-4cards-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.workflow-4cards-grid{grid-template-columns:1fr}}.workflow-card-match{border-radius:var(--maf-radius-md);-webkit-backdrop-filter:blur(16px);background:#090418b3;border:1px solid #aa63ff38;flex-direction:column;justify-content:space-between;padding:28px 24px;transition:all .25s;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 30px #0006}.workflow-card-match:hover{border-color:#aa63ff8c;transform:translateY(-4px);box-shadow:0 0 35px #aa63ff40}.workflow-brand-strip{height:58px;color:var(--maf-accent-soft);align-items:center;gap:14px;margin-bottom:20px;display:flex}.workflow-brand-mark{fill:currentColor;filter:drop-shadow(0 0 9px #aa63ff73);flex:none;width:24px;height:24px;display:block}.workflow-brand-mark-line{fill:none;stroke:currentColor;stroke-width:1.5px;stroke-linejoin:round}.workflow-card-match:hover .workflow-brand-mark{color:var(--maf-text)}.workflow-card-title{font-family:var(--maf-font-body);color:#fff;margin-bottom:6px;font-size:1.25rem;font-weight:700;line-height:1.3}.workflow-card-sub{margin-bottom:16px;font-size:.8rem;display:block}.workflow-card-body{color:var(--maf-text-dim);margin-bottom:24px;font-size:.88rem;line-height:1.6}.workflow-tags-row{flex-wrap:wrap;gap:8px;margin-bottom:24px;display:flex}.workflow-tag-pill-sm{color:var(--maf-text-2);border-radius:var(--maf-radius-pill);background:#aa63ff1f;border:1px solid #aa63ff40;padding:4px 10px;font-size:.72rem;font-weight:500}.workflow-trust-bar{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#070312cc;border:1px solid #aa63ff2e;border-radius:14px;grid-template-columns:repeat(4,1fr);gap:20px;padding:22px 28px;display:grid}@media (max-width:860px){.workflow-trust-bar{grid-template-columns:repeat(2,1fr)}}.trust-item{align-items:center;gap:14px;display:flex}.trust-icon-ring{width:38px;height:38px;color:var(--maf-accent-soft);background:#aa63ff26;border:1px solid #aa63ff66;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1.1rem;display:flex}.trust-title{color:#fff;margin-bottom:2px;font-size:.92rem;font-weight:700}.trust-desc{color:var(--maf-text-dim);font-size:.78rem;line-height:1.35}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.btn:hover{transform:none}}.header-screenshot-match{box-shadow:none;color:var(--maf-text);background:0 0;border-bottom:none}.header-screenshot-match .wrap{max-width:1320px;min-height:72px}.header-screenshot-match .brand{color:var(--maf-text);letter-spacing:-.02em;font-size:1.08rem}.brand-square-purple{object-fit:cover;width:54px;height:58px;box-shadow:none;background:0 0;border:0;border-radius:13px;flex:none;display:block}.header-screenshot-match{z-index:50;color:#fff;width:100%;box-shadow:none;background:linear-gradient(#02050ff0,#02050fb8 72%,#0000);border-bottom:0;position:absolute;top:0;left:0}.header-screenshot-match .wrap{width:100%;max-width:1720px;min-height:108px;padding-left:48px;padding-right:48px}.header-screenshot-match .brand{color:#fff;font-family:var(--maf-font-body);letter-spacing:-.035em;font-size:1.68rem;font-weight:900}.maf-release{color:#ffffffd9;font-family:var(--maf-font-body);letter-spacing:.12em;text-transform:uppercase;font-variant-numeric:tabular-nums;white-space:nowrap;cursor:pointer;background:#ffffff14;border:1px solid #ffffff4d;border-radius:999px;flex:none;align-self:center;margin-left:12px;padding:3px 9px;font-size:.66rem;font-weight:700;line-height:1;text-decoration:none;transition:border-color .14s,background .14s,color .14s}.maf-release:hover,.maf-release:focus-visible{color:#fff;background:#964cff2e;border-color:#b16affc7}.maf-primary-nav{gap:30px;margin-left:38px;margin-right:auto}.maf-primary-nav a{color:#ffffffe6;font-family:var(--maf-font-body);font-size:1rem;font-weight:700}.maf-primary-nav a:hover{color:#c7a5ff}.maf-tools-nav{align-items:center;display:flex;position:relative}.maf-primary-nav .maf-tools-trigger{color:#ffffffe6;font-family:var(--maf-font-body);cursor:pointer;background:0 0;border:0;align-items:center;gap:7px;padding:0;font-size:1rem;font-weight:700;display:inline-flex}.maf-tools-trigger>span{border-bottom:2px solid;border-right:2px solid;width:7px;height:7px;margin-top:-3px;transition:transform .15s,margin-top .15s;transform:rotate(45deg)}.maf-tools-trigger[aria-expanded=true]>span{margin-top:3px;transform:rotate(225deg)}.maf-primary-nav .maf-tools-trigger:hover,.maf-primary-nav .maf-tools-trigger:focus-visible{color:#c7a5ff}.maf-tools-menu{z-index:5;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#080b1af7;border:1px solid #ffffff29;border-radius:13px;width:210px;padding:8px;position:absolute;top:calc(100% + 16px);left:50%;transform:translate(-50%);box-shadow:0 20px 46px #00000080}.maf-primary-nav .maf-tools-menu a{border-radius:8px;padding:11px 12px;font-size:.94rem;text-decoration:none;display:block}.maf-primary-nav .maf-tools-menu a:hover,.maf-primary-nav .maf-tools-menu a:focus-visible{color:#fff;background:#9d54ff29}.maf-tools-divider{background:#ffffff21;height:1px;margin:4px 8px}.maf-upload-step{scroll-margin-top:112px}.maf-credit-pill{color:#fff;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#090c1cc2;border-color:#303341}.maf-token-control{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#060917cc;border-color:#303341;box-shadow:0 10px 28px #00000047,inset 0 1px #ffffff0d}.maf-token-control .maf-credit-pill{-webkit-backdrop-filter:none;backdrop-filter:none;background:0 0;border:0}.maf-signin-link{color:#fff;font-family:var(--maf-font-body);margin-right:8px;font-size:1rem;font-weight:800}.maf-credit-pill:hover{color:#fff;border-color:#c7a5ffb3}.maf-topup-button{background:linear-gradient(135deg,#9d54ff,#7132e7);border:0;border-left:1px solid #d3aeff52;border-radius:0;min-height:40px;padding:0 21px;font-weight:800}.maf-primary-nav a,.maf-primary-nav .maf-nav-linklike{color:#ffffffe6;font:inherit;font-weight:700;line-height:inherit;cursor:pointer;background:0 0;border:0;padding:0}.maf-primary-nav a:hover,.maf-primary-nav .maf-nav-linklike:hover{color:var(--maf-accent-soft)}.maf-account-actions{align-items:center;gap:10px;display:flex}.maf-token-control{border-radius:var(--maf-radius-md);box-shadow:0 10px 28px #00000047, inset 0 0 0 1px var(--maf-line-control), inset 0 1px 0 #ffffff0d;-webkit-backdrop-filter:blur(12px);background:#060917cc;border:0;align-items:center;gap:0;padding:0;display:inline-flex;overflow:hidden}.maf-burger,.maf-burger-buy,.maf-generate-action{border:0}.maf-signin-link{color:var(--maf-text);font-weight:800}button.maf-signin-link{appearance:none;font:inherit;letter-spacing:inherit;cursor:pointer;background:0 0;border:0;margin:0;padding:0;font-weight:800}.maf-signin-link:hover{color:var(--maf-accent-soft);text-decoration:none}.maf-signin-link:disabled{opacity:.45;cursor:not-allowed}.maf-signin-link:disabled:hover{color:var(--maf-text)}.maf-credit-pill,.maf-topup-button{font-family:var(--maf-font-body);border-radius:var(--maf-radius-pill);letter-spacing:.04em;text-transform:uppercase;white-space:nowrap;justify-content:center;align-items:center;min-height:40px;font-size:.78rem;font-weight:800;line-height:1;display:inline-flex}.maf-credit-pill{color:var(--maf-text);border:1px solid var(--maf-line-control);cursor:pointer;-webkit-backdrop-filter:blur(12px);background:#090c1cc2;gap:8px;padding:0 14px}.maf-token-control .maf-credit-pill{-webkit-backdrop-filter:none;background:0 0;border:0;border-radius:0;min-height:40px;padding:0 14px}.maf-token-control .maf-credit-pill:hover{background:#ffffff12}.maf-token-control .maf-credit-pill:focus-visible{outline:none;box-shadow:inset 0 0 0 2px #c7a5ffe6}.maf-token-diamond{fill:#a96aff4d;stroke:#b36cff;stroke-width:1.7px;stroke-linecap:round;stroke-linejoin:round;filter:drop-shadow(0 0 6px #8f4cf557);flex:none;width:21px;height:21px}.maf-token-count{color:inherit;font-variant-numeric:tabular-nums}.maf-credit-pill:hover{color:var(--maf-text);border-color:#c7a5ffb3;text-decoration:none}.maf-credit-coin{color:#8a5200;background:#ffd24b;border-radius:50%;justify-content:center;align-items:center;width:23px;height:23px;font-size:.72rem;display:inline-flex;box-shadow:inset 0 0 0 2px #f5b916}.maf-topup-button{color:var(--maf-text);cursor:pointer;background:linear-gradient(135deg, var(--maf-accent-strong), var(--maf-accent-deep));padding:0 21px}.maf-topup-button:hover{color:var(--maf-text);background:linear-gradient(135deg, #b672ff, var(--maf-accent-deep));text-decoration:none}.maf-hero{color:#11142b;background:radial-gradient(circle at 88% 7%,#955dff1f,#0000 25%),radial-gradient(circle at 12% 84%,#4a80ff14,#0000 26%),#fff;padding:132px 0 86px;position:relative;overflow:hidden}.maf-hero:after{content:"";filter:blur(70px);pointer-events:none;background:#7b4cee14;border-radius:50%;width:880px;height:420px;position:absolute;bottom:-240px;left:50%;transform:translate(-50%)}.maf-hero>.wrap{z-index:1;max-width:1280px;position:relative}.maf-hero-intro{grid-template-columns:minmax(0,.9fr) minmax(520px,1.1fr);align-items:center;gap:clamp(44px,6vw,84px);padding:42px 0 70px;display:grid}.maf-hero-copy{max-width:560px}.maf-eyebrow{border-radius:var(--maf-radius-pill);color:#6d35e8;letter-spacing:.08em;text-transform:uppercase;background:#f0eaff;margin-bottom:18px;padding:7px 12px;font-size:.77rem;font-weight:800;display:inline-flex}.maf-hero-copy h1{color:#090d24;letter-spacing:-.055em;max-width:590px;margin:0 0 20px;font-size:clamp(3rem,5vw,5.15rem);line-height:.99}.maf-hero-copy h1 span{color:#0000;background:linear-gradient(100deg,#6d35e8 12%,#8a48ef 58%,#4058ec 100%);-webkit-background-clip:text;background-clip:text}.maf-hero-copy>p{color:#5d6278;max-width:525px;margin:0 0 28px;font-size:1.08rem;line-height:1.75}.maf-hero-actions{flex-wrap:wrap;gap:13px;display:flex}.maf-primary-button,.maf-secondary-button{border-radius:11px;justify-content:center;align-items:center;gap:12px;min-height:52px;padding:0 24px;font-weight:800;transition:transform .18s,box-shadow .18s;display:inline-flex}.maf-primary-button{color:#fff;background:linear-gradient(135deg,#8b4cf4,#5f26db);box-shadow:0 12px 28px #692fe03d}.maf-secondary-button{color:#6230d4;background:#fff;border:1px solid #cfc2f8}.maf-primary-button:hover,.maf-secondary-button:hover{text-decoration:none;transform:translateY(-2px)}.maf-primary-button:hover{color:#fff;box-shadow:0 16px 34px #692fe052}.maf-free-note{color:#63677c;align-items:center;gap:8px;margin-top:18px;font-size:.86rem;display:flex}.maf-free-note span{color:#fff;background:#7b43e8;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:.7rem;display:inline-flex}.maf-hero-product,.maf-live-demo{background:#fffffff0;border:1px solid #e7e5ef;box-shadow:0 24px 60px #3122601f}.maf-hero-product{border-radius:var(--maf-radius-lg);padding:20px;transform:rotate(.5deg)}.maf-product-bar,.maf-live-heading{justify-content:space-between;align-items:center;gap:16px;display:flex}.maf-product-bar{color:#6d35e8;margin-bottom:15px;font-size:.88rem;font-weight:800}.maf-product-bar i{margin-right:6px;font-style:normal}.maf-product-status,.maf-live-badge{border-radius:var(--maf-radius-pill);color:#6640bf;background:#f1ecff;padding:5px 10px;font-size:.7rem;font-weight:800}.maf-font-grid{grid-template-columns:repeat(9,1fr);gap:5px;display:grid}.maf-font-grid span{aspect-ratio:1;border-radius:var(--maf-radius-xs);color:#f59e0b;font-family:var(--maf-font-display);-webkit-text-stroke:1px #1c1420;text-shadow:2px 2px #ef4b2d;background:#fbfbfd;border:1px solid #e7e6ed;justify-content:center;align-items:center;font-size:clamp(1rem,1.55vw,1.55rem);font-style:italic;font-weight:900;line-height:1;display:flex;overflow:hidden}.maf-product-meta{color:#777b8e;text-align:center;margin-top:14px;font-size:.76rem}.maf-how-it-works{padding-top:20px;scroll-margin-top:90px}.maf-section-heading{text-align:center;margin-bottom:30px}.maf-section-heading>span,.maf-live-heading>div>span{color:#713ce1;letter-spacing:.1em;text-transform:uppercase;font-size:.78rem;font-weight:800}.maf-section-heading h2{color:#11142b;letter-spacing:-.025em;margin-top:8px;font-size:clamp(1.55rem,3vw,2.35rem)}.maf-step-flow{grid-template-columns:1fr auto 1fr auto 1fr;align-items:center;gap:18px;display:grid}.maf-step-card{background:#fff;border:1px solid #e8e6ef;border-radius:18px;flex-direction:column;min-width:0;min-height:330px;padding:18px;display:flex;box-shadow:0 14px 34px #2a1f4e12}.maf-step-title{color:#202238;align-items:center;gap:10px;font-size:.88rem;font-weight:800;display:flex}.maf-step-title>span{color:#fff;background:linear-gradient(135deg,#8b4cf4,#6230d4);border-radius:50%;flex:none;justify-content:center;align-items:center;width:25px;height:25px;font-size:.73rem;display:inline-flex}.maf-step-media{background:#f8f7fb;border:1px solid #e7e5ed;border-radius:12px;height:155px;margin:16px 0;overflow:hidden}.maf-step-media img{object-fit:contain;width:100%;height:100%;display:block}.maf-upload-media{background:#0e0e18;padding:9px}.maf-ready-media{background:#15101e;padding:8px}.maf-character-options{flex-direction:column;justify-content:center;gap:8px;padding:13px;display:flex}.maf-character-options span{border-radius:var(--maf-radius-xs);color:#555970;background:#fff;border:1px solid #dedbe8;justify-content:space-between;padding:8px 12px;font-size:.78rem;display:flex}.maf-character-options span.active{color:#6933db;border-color:#8b4cf4;box-shadow:0 0 0 2px #8b4cf414}.maf-step-card p{color:#555a70;margin:0 0 8px;font-size:.85rem;line-height:1.55}.maf-step-card small{color:#85899b;margin-top:auto;font-size:.72rem}.maf-flow-arrow{color:#6f3bdb;font-size:1.7rem}.maf-down-arrow{justify-content:center;height:76px;display:flex;position:relative}.maf-down-arrow:before{content:"";background:linear-gradient(#c8b8ef,#7a41e5);width:1px;height:50px}.maf-down-arrow span{color:#fff;background:#7340de;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;display:inline-flex;position:absolute;bottom:0;box-shadow:0 8px 18px #7340de3d}.maf-live-demo{border-radius:var(--maf-radius-lg);max-width:980px;margin:0 auto;padding:clamp(20px,3vw,34px)}.maf-live-heading{margin-bottom:20px}.maf-live-heading h3{color:#14162d;letter-spacing:-.02em;margin:3px 0 0;font-size:clamp(1.25rem,2.5vw,1.8rem)}.maf-title-input-label{color:#555970;margin-bottom:6px;font-size:.78rem;font-weight:700;display:block}.maf-title-input-wrap{background:#fff;border:1px solid #dedbe8;border-radius:11px;align-items:center;gap:10px;margin-bottom:18px;padding:0 15px;display:flex;box-shadow:0 5px 15px #291f4b0d}.maf-title-input-wrap:focus-within{border-color:#8b4cf4;box-shadow:0 0 0 3px #8b4cf41a}.maf-title-input-wrap input{color:#15172b;background:0 0;border:0;outline:0;flex:1;min-width:0;padding:13px 0;font:700 .95rem "Exo 2",sans-serif}.maf-title-input-wrap>span{color:#8b8e9e;font-size:.72rem}.maf-artwork-preview{border-radius:var(--maf-radius-md);background:#11101a;position:relative;overflow:hidden;box-shadow:0 15px 34px #0e0c1b33}.maf-artwork-preview img{width:100%;display:block}.maf-title-replacement{color:#ffcf20;width:50%;min-height:23%;font-family:var(--maf-font-display);letter-spacing:-.055em;text-align:center;text-transform:uppercase;-webkit-text-stroke:2px #241425;text-shadow:3px 4px #f04b2f,0 6px 12px #000000b3;background:0 0;justify-content:center;align-items:center;padding:1.5% 2%;font-size:clamp(1rem,3.35vw,2.85rem);font-style:italic;font-weight:900;line-height:.95;display:flex;position:absolute;top:5%;left:25%;transform:skew(-4deg)}.maf-preview-caption{color:#74788b;text-align:center;margin:12px 0 0;font-size:.78rem}@media (max-width:1050px){.maf-primary-nav{display:none}.maf-hero-intro{grid-template-columns:1fr}.maf-hero-copy{text-align:center;max-width:700px;margin:0 auto}.maf-hero-copy>p{margin-left:auto;margin-right:auto}.maf-hero-actions,.maf-free-note{justify-content:center}}@media (max-width:780px){.header-screenshot-match .wrap{min-height:64px}.maf-token-label{display:none}.maf-credit-pill{width:auto;padding:0 9px}.maf-token-control .maf-credit-pill{padding:0 9px}.maf-topup-button{min-height:40px;padding:0 15px}.maf-hero{padding-top:96px}.maf-hero-intro{padding-top:24px}.maf-step-flow{grid-template-columns:1fr}.maf-flow-arrow{text-align:center;transform:rotate(90deg)}.maf-step-card{min-height:0}.maf-title-replacement{-webkit-text-stroke-width:1px;text-shadow:2px 2px #f04b2f,0 4px 8px #000000a6}}@media (max-width:520px){.header-screenshot-match .brand{font-size:.92rem}.brand-square-purple{width:21px;height:21px}.maf-topup-button{font-size:.76rem}.maf-hero-copy h1{font-size:2.55rem}.maf-hero-actions>*{width:100%}.maf-font-grid{grid-template-columns:repeat(6,1fr)}.maf-live-badge{display:none}}@media (max-width:600px){.header-screenshot-match .wrap{gap:10px;width:100%;min-width:0;max-width:100%;padding-left:20px;padding-right:20px}.header-screenshot-match .brand{flex:none;min-width:0}.header-screenshot-match .brand span{white-space:nowrap;display:inline}.maf-release{letter-spacing:.08em;margin-left:8px;padding:2px 6px;font-size:.54rem}.maf-account-actions{gap:6px}.maf-signin-link{margin-right:0;font-size:.9rem}.maf-topup-button{display:none}.maf-token-control .maf-credit-pill{padding:0 10px}.maf-token-label{display:none}}.maf-alt-concept{color:#fff;background:#000;height:940px;min-height:940px;position:relative;overflow:hidden}.maf-alt-concept:after{content:"";z-index:4;pointer-events:none;background:linear-gradient(#0000 0%,#050311b8 52%,#08051c 100%);height:130px;position:absolute;bottom:0;left:0;right:0}.maf-alt-copy h1.alternative-hero-title{font-size:clamp(3.5rem,3.8vw,4.2rem);line-height:.94}.maf-alt-shade{width:100%;height:100%;position:absolute;inset:0}.maf-parallax-layer.maf-alt-city{z-index:0;aspect-ratio:2400/941;width:auto;height:100%;max-height:940px;transform:translate(-50%, calc(-50% + var(--maf-scroll-par,0px)));transition:none;top:50%;left:50%}.maf-parallax-layer.maf-alt-city picture{width:100%;height:100%;display:block}.maf-alt-background{object-fit:contain;object-position:center;width:100%;height:100%;-webkit-mask-image:linear-gradient(90deg,#0000 0%,#000 8% 84%,#0000 100%);mask-image:linear-gradient(90deg,#0000 0%,#000 8% 84%,#0000 100%)}.maf-alt-character-stage{z-index:1;pointer-events:none;width:min(1672px,100%);height:100%;position:absolute;top:0;bottom:0;left:calc(50% + 35px);transform:translate(-50%)}.maf-parallax-layer{transform:translate3d(var(--pull-x,0px), var(--pull-y,0px), 0);will-change:transform;transition:transform .52s cubic-bezier(.22,.72,.25,1);position:absolute}.maf-character-layer{pointer-events:none}.maf-character-layer img{object-fit:contain;width:100%;height:100%;display:block}.maf-back-purple{z-index:1;aspect-ratio:542/869;--parallax-x:2.5px;--parallax-y:2px;width:11%;display:none;top:29%;left:69%}.maf-back-green{z-index:1;aspect-ratio:641/846;--parallax-x:3.5px;--parallax-y:2.5px;width:12%;display:none;top:27%;left:80%}.maf-explosion-layer{z-index:2;aspect-ratio:735/426;--parallax-x:4.5px;--parallax-y:3px;width:25%;top:37%;left:calc(23% - 30px)}.maf-explosion-layer img{filter:drop-shadow(0 0 25px #ff701a66);animation:11s ease-in-out infinite alternate maf-float-explosion}.maf-front-blue,.maf-front-orange,.maf-front-pink{translate:0 calc(var(--maf-scroll-char,0px) * -1 * var(--char-rate,0))}.maf-front-blue{z-index:3;aspect-ratio:761/616;--parallax-x:6px;--parallax-y:4px;--char-rate:.45;width:31%;top:calc(44% + 60px);left:calc(17% - 20px)}.maf-front-blue img{animation:8.5s ease-in-out infinite maf-idle-blue}.maf-front-orange{z-index:7;aspect-ratio:476/701;--parallax-x:10px;--parallax-y:7px;--char-rate:1;width:331px;top:29%;left:calc(50% - 30px)}.maf-front-orange img{animation:10.5s ease-in-out infinite maf-idle-orange}.maf-front-pink{z-index:3;aspect-ratio:637/659;--parallax-x:7.5px;--parallax-y:5px;--char-rate:.45;width:27%;top:calc(41% + 60px);left:67%}.maf-front-pink img{animation:7.25s ease-in-out infinite maf-idle-pink}@keyframes maf-idle-blue{0%,to{transform:translate(-2px,1px)}23%{transform:translate(3px,-1px)}51%{transform:translateY(3px)}77%{transform:translate(-3px,-2px)}}@keyframes maf-idle-orange{0%,to{transform:translate(1px,-2px)}29%{transform:translate(-2px,2px)}55%{transform:translate(3px,1px)}80%{transform:translate(-1px,-3px)}}@keyframes maf-idle-pink{0%,to{transform:translate(2px,-1px)}26%{transform:translate(-2px,2px)}54%{transform:translate(-3px,-2px)}82%{transform:translate(1px,3px)}}@keyframes maf-float-explosion{0%{opacity:.92;transform:translate(-2px,4px)scale(.99)}to{opacity:1;transform:translate(3px,-3px)scale(1.015)}}.maf-alt-shade{z-index:5;pointer-events:none;background:linear-gradient(90deg,#02050ffa 0%,#02050fe0 25%,#02050f2e 57%,#02050f14 100%),linear-gradient(#0000 45%,#02050fc2 80%,#02050ffa 100%),linear-gradient(#02050f8a,#0000 25%)}.maf-alt-content{pointer-events:none;z-index:8;width:100%;max-width:1720px;height:940px;min-height:940px;margin:0 auto;padding:32px 48px 0;position:relative}.maf-alt-copy{pointer-events:auto;z-index:3;max-width:560px;margin-top:2rem;position:relative}@media (min-width:1051px){.maf-alt-copy{margin-top:6rem}}.maf-alt-kicker{border-radius:var(--maf-radius-pill);color:#c3a1ff;letter-spacing:.1em;text-transform:uppercase;background:#723ada24;border:1px solid #a87dff8c;margin-bottom:18px;padding:6px 11px;font-size:.72rem;font-weight:800;display:inline-flex}.maf-alt-copy h1{color:#fff;font-family:var(--maf-font-body);letter-spacing:-.055em;text-shadow:0 5px 22px #0000007a;margin:0 0 22px;font-size:clamp(3rem,4vw,4.25rem);font-weight:900;line-height:.98}.maf-alt-copy h1>span{width:fit-content;display:block}.maf-title-accent{color:#0000;-webkit-text-fill-color:transparent;background:linear-gradient(90deg,#b65cff 0%,#6b58ff 58%,#4f75ff 100%);-webkit-background-clip:text;background-clip:text;padding-right:205px;position:relative}.maf-title-accent svg{fill:none;stroke:#9453ff;stroke-width:7px;stroke-linecap:round;stroke-linejoin:round;filter:drop-shadow(0 3px 8px #6b3ceb47);width:180px;height:48px;position:absolute;top:18%;left:132px;overflow:visible}.maf-alt-copy>p{color:#e0e3ef;text-shadow:0 2px 10px #000;max-width:535px;margin:0 0 25px;font-size:1.03rem;line-height:1.52}.maf-alt-copy>p span{display:block}.maf-alt-subtitle-mobile{display:none!important}.maf-alt-usecase-badges{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;width:384px;max-width:100%;margin-bottom:24px;display:grid}.maf-alt-usecase-badges span{color:#d9dce8;text-shadow:0 2px 8px #000000b8;align-content:start;justify-items:start;gap:7px;min-width:0;display:grid}.maf-alt-usecase-badges svg{fill:none;stroke:#aa63ff;stroke-width:1.9px;stroke-linecap:round;stroke-linejoin:round;filter:drop-shadow(0 0 7px #964cf54d);width:27px;height:27px}.maf-alt-usecase-badges svg text{fill:#aa63ff;stroke:none}.maf-alt-usecase-badges small,.maf-alt-usecase-badges strong{display:block}.maf-alt-usecase-badges small{color:#c7cbd8;font-size:.77rem;font-weight:600;line-height:1.35}.maf-alt-usecase-badges strong{color:#cda8ff;font-size:.86rem;font-weight:800}.maf-alt-cta{color:#fff;background:linear-gradient(135deg,#9d54ff,#6230dc);border-radius:10px;justify-content:center;align-items:center;gap:18px;min-height:40px;padding:0 23px;font-weight:800;display:inline-flex;box-shadow:0 10px 28px #7939e866}.maf-alt-cta:hover{color:#fff;text-decoration:none;transform:translateY(-1px)}.maf-alt-title-preview{z-index:6;--parallax-x:4px;--parallax-y:3px;justify-content:center;align-items:center;width:700px;min-height:270px;display:flex;position:absolute;top:78px;left:calc(50% - 214px);right:auto}.maf-title-editable{display:inline-flex;position:relative}.maf-title-input{z-index:2;color:#0000;caret-color:#0000;cursor:text;width:auto;font:700 2rem var(--maf-font-body);text-align:center;-webkit-user-select:text;background:0 0;border:0;outline:none;padding:0;position:absolute;inset:-6px -14px}.maf-title-input::selection{background:#a96aff59}.maf-title-input:disabled{cursor:default}.maf-atlas-title:before{content:"";z-index:-2;opacity:0;background:#08051657;border:2px solid #ba8cffcc;border-radius:18px;transition:opacity .18s,transform .18s;position:absolute;inset:-14px -20px;transform:scale(.99)}.maf-title-editable:hover .maf-atlas-title:before,.maf-alt-title-preview.is-editing .maf-atlas-title:before{opacity:1;transform:none}.maf-title-editable:hover~.maf-title-hint{opacity:0}.maf-atlas-caret{border-radius:var(--maf-radius-pill);background:#fff;align-self:flex-end;width:.08em;height:.92em;margin-left:.06em;animation:1.05s step-end infinite maf-caret-blink;box-shadow:0 0 10px #ffffffb3}@keyframes maf-caret-blink{0%,49%{opacity:1}50%,to{opacity:0}}.maf-title-hint{z-index:3;cursor:pointer;background:0 0;border:0;align-items:flex-end;gap:4px;padding:0;transition:opacity .18s;animation:9.5s ease-in-out infinite maf-idle-arrow;display:flex;position:absolute;bottom:-24px;right:-6px}.maf-title-hint svg{filter:drop-shadow(0 3px 8px #0000008c);width:74px;height:46px;overflow:visible;transform:scaleX(-1)rotate(6deg)}.maf-title-hint path{fill:none;stroke-linecap:round;stroke-linejoin:round}.maf-title-hint .maf-arrow-outline{stroke:#fff;stroke-width:13px}.maf-title-hint .maf-arrow-line{stroke:#1a0f2c;stroke-width:6px}.maf-title-hint em{color:#fff;font-family:var(--maf-font-body);text-shadow:0 2px #1a0f2c,0 0 12px #000000b3;margin-bottom:6px;font-size:.92rem;font-style:normal;font-weight:800;transform:rotate(-4deg)}.maf-atlas-title{color:#0000;--atlas-base:clamp(3.3rem, 5.28vw, 5.5rem);max-width:100%;font-size:calc(var(--atlas-base) * var(--atlas-fit,1));filter:drop-shadow(3px 0 #120b12)drop-shadow(-3px 0 #120b12)drop-shadow(0 4px #120b12)drop-shadow(0 12px 12px #0000007a);flex-direction:column;justify-content:center;align-items:center;gap:.06em;line-height:.92;display:flex;position:relative;transform:rotate(-2deg)}.maf-atlas-title:after{content:"";z-index:-1;opacity:0;border:2px dashed #fffffff5;border-radius:13px;transition:opacity .18s,transform .18s;position:absolute;inset:-11px -15px;transform:scale(.985)}.maf-title-capture-marker{z-index:2;color:#fff;opacity:0;background:linear-gradient(135deg,#a96aff,#6e32e5);border:2px solid #ffffffe6;border-radius:10px;justify-content:center;align-items:center;width:34px;height:34px;transition:opacity .18s,transform .18s;display:flex;position:absolute;top:-28px;right:-31px;transform:translateY(4px)scale(.92);box-shadow:0 6px 18px #2a0f5575}.maf-title-capture-marker svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:19px;height:19px;overflow:visible}.maf-alt-concept.is-capturing .maf-atlas-title:after{opacity:1;transform:scale(1)}.maf-alt-concept:has(.maf-upload-step:hover) .maf-atlas-title:after{opacity:1;transform:scale(1)}.maf-alt-concept:has(.maf-upload-step:focus-within) .maf-atlas-title:after{opacity:1;transform:scale(1)}.maf-alt-concept.is-capturing .maf-title-capture-marker{opacity:1;transform:translateY(0)scale(1)}.maf-alt-concept:has(.maf-upload-step:hover) .maf-title-capture-marker{opacity:1;transform:translateY(0)scale(1)}.maf-alt-concept:has(.maf-upload-step:focus-within) .maf-title-capture-marker{opacity:1;transform:translateY(0)scale(1)}.maf-atlas-line{white-space:nowrap;justify-content:center;align-items:flex-end;gap:.34em;min-height:.96em;display:flex}.maf-atlas-word{white-space:nowrap;align-items:flex-end;gap:.015em;display:inline-flex}.maf-atlas-glyph{background-image:url(/font-atlas-manga.webp);background-repeat:no-repeat;flex:none;display:inline-block}.maf-atlas-title.is-made-font{color:#fff}.maf-atlas-text{white-space:pre;display:inline-block}.maf-editor-arrow{z-index:-1;pointer-events:none;filter:drop-shadow(0 3px 8px #0000007a);width:260px;height:360px;animation:9.5s ease-in-out infinite maf-idle-arrow;position:absolute;bottom:calc(68% - 18px);left:-120px;overflow:visible}@keyframes maf-idle-arrow{0%,to{transform:translate(-1px,1px)rotate(-.2deg)}31%{transform:translate(2px,-1px)rotate(.2deg)}63%{transform:translate(-2px,2px)rotate(-.1deg)}}.maf-editor-arrow path{fill:none;stroke-linecap:butt;stroke-linejoin:miter}.maf-editor-arrow .maf-arrow-outline{stroke:#fff;stroke-width:4.5px;stroke-opacity:.96;transform:translate(-1px)}.maf-editor-arrow .maf-arrow-line{stroke:#000;stroke-width:2.5px;stroke-opacity:.92}.maf-editor-arrow .maf-arrow-sketch{stroke:#000;stroke-width:1.6px;stroke-opacity:.94;transform:translate(3px,-2px)}.maf-alt-how{pointer-events:auto;z-index:5;border-radius:var(--maf-radius-lg);background:#050814e0;border:1px solid #3d2c72;grid-template-columns:.9fr 1.5fr 1.55fr 1.6fr;align-items:center;height:auto;min-height:168px;display:grid;position:absolute;bottom:136px;left:48px;right:48px;box-shadow:0 20px 50px #0000006b}.maf-alt-how h3{color:var(--maf-text);font-family:var(--maf-font-title);letter-spacing:-.035em;margin:0;padding:25px 38px 50px;font-size:1.55rem;font-weight:900;position:relative}.maf-alt-how h3:before,.maf-alt-how h3:after{content:"";border-radius:var(--maf-radius-pill);background:linear-gradient(90deg, var(--maf-accent), #7536ed);height:4px;position:absolute;left:38px;transform:rotate(-4deg)}.maf-alt-how h3:before{width:145px;bottom:43px}.maf-alt-how h3:after{width:126px;bottom:35px;left:52px}.maf-how-title{color:inherit;cursor:pointer;font:inherit;letter-spacing:inherit;-webkit-user-select:none;user-select:none;background:0 0;border:0;padding:0;transition:color .16s}.maf-how-title:hover{color:#d9c2ff}.maf-how-spark{color:var(--maf-accent);text-shadow:9px -8px #aa63ffb8;font-size:1.25rem;position:absolute;bottom:27px;right:31px}.maf-alt-how article{border-left:1px solid #2f2258;grid-template-columns:minmax(0,1fr) 164px;align-items:stretch;gap:0;height:100%;min-height:0;padding:0;display:grid;position:relative}.maf-alt-step{z-index:4;border-radius:var(--maf-radius-pill);color:#fff;letter-spacing:.07em;text-transform:uppercase;white-space:nowrap;background:linear-gradient(135deg,#a55dff,#6431dc);justify-content:center;align-items:center;height:26px;padding:0 11px;font-size:.66rem;font-weight:800;display:inline-flex;position:absolute;top:-5px;left:26px;transform:translate(-50%,-50%);box-shadow:0 0 0 4px #050814e0}.maf-alt-step-icon{color:#fff;background:#090c1aeb;justify-content:center;align-items:center;font-size:2.5rem;display:flex}.maf-alt-characters{color:#d6d9e5;min-height:0;font-family:var(--maf-font-mono);letter-spacing:.08em;text-align:center;white-space:nowrap;flex-direction:column;gap:2px;padding:12px 8px;font-size:.95rem;line-height:1.3;overflow:hidden}.maf-alt-characters span:nth-child(n+4){color:#a7adc2}.maf-step-copy{order:1;align-self:center;min-width:0;padding:14px 18px 14px 16px}.maf-upload-preview,.maf-sheet-preview{background:#070a15;overflow:hidden}.maf-upload-preview,.maf-sheet-preview,.maf-alt-step-icon{border:0;border-radius:0;flex:none;order:2;justify-self:end;width:100%;height:100%;position:relative}.maf-upload-preview{background:#0c101fd1;transition:background .18s;position:relative;overflow:hidden}.maf-upload-preview:after{content:"";z-index:1;pointer-events:none;border:2px dashed #b9bfd89e;border-radius:10px;transition:border-color .18s;position:absolute;inset:10px}.maf-upload-preview.has-artwork:after{border-color:#0000}.maf-upload-preview:focus-within:after,.maf-upload-preview.is-drop-targeted:after{border-color:#b982ff}.maf-upload-preview:focus-within,.maf-upload-preview.is-drop-targeted{background:#7c3ee038}.maf-drop-open{z-index:0;border-radius:inherit;cursor:pointer;justify-content:center;align-items:center;width:100%;height:100%;padding:8px;display:flex;position:relative;overflow:hidden}.maf-drop-input{clip:rect(0, 0, 0, 0);clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.maf-drop-hint{text-align:center;flex-direction:column;align-items:center;gap:3px;display:flex}.maf-drop-hint svg{fill:none;stroke:#b98cff;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:22px;height:22px;margin-bottom:1px}.maf-drop-hint-main{color:#e7e3f5;font-size:.74rem;font-weight:800;line-height:1.2}.maf-drop-hint-sub{color:#a3a9bd;font-size:.66rem;font-weight:600;line-height:1.2}.maf-media-badge{z-index:3;border-radius:var(--maf-radius-xs);color:#fff;-webkit-backdrop-filter:blur(6px);cursor:pointer;background:#0a0618c7;border:1px solid #e2e2f08c;justify-content:center;align-items:center;width:26px;height:26px;padding:0;line-height:0;transition:border-color .16s,background .16s;display:inline-flex;position:absolute;top:8px;right:8px}.maf-alt-how article:hover .maf-media-badge,.maf-media-badge:hover{background:#7c3ee0b8;border-color:#b982ff}.maf-media-badge svg{fill:none;stroke:currentColor;stroke-width:1.9px;stroke-linecap:round;stroke-linejoin:round;flex:none;width:15px;height:15px;display:block}.maf-drop-remove svg{stroke-width:2.4px}.maf-upload-preview.is-dropping .maf-drop-open{animation:.72s cubic-bezier(.22,1,.36,1) maf-artwork-drop}.maf-upload-preview.is-dropping .maf-media-badge{animation:.42s ease-out .32s both maf-drop-remove-in}@keyframes maf-artwork-drop{0%{opacity:0;transform:translateY(-130px)scale(.84)rotate(-5deg)}62%{opacity:1;transform:translateY(7px)scale(1.03)rotate(1.5deg)}to{opacity:1;transform:none}}@keyframes maf-drop-remove-in{0%{opacity:0;transform:scale(.4)}to{opacity:1;transform:none}}.maf-alt-how select.is-autoset{border-color:#b982ff;box-shadow:0 0 0 3px #a96aff47}.maf-sheet-preview{display:block}.maf-sheet-open{cursor:pointer;background:0 0;border:0;width:100%;height:100%;padding:0;display:block}.maf-upload-preview img,.maf-sheet-preview img{object-position:center;width:100%;height:100%;display:block}.maf-upload-preview img{object-fit:contain;padding:12px}.maf-sheet-preview img{object-fit:contain;padding:6px}.maf-sheet-preview.is-own-sheet img,.maf-sheet-modal-inner.is-own-sheet img{background:#000}.maf-sheet-preview.is-own-sheet{padding:0 14px}.maf-sheet-preview.is-own-sheet img{border-radius:12px;max-height:148px;padding:12px}.maf-sheet-modal-inner.is-own-sheet img{padding:44px}.maf-alt-how select{border-radius:var(--maf-radius-xs);color:#fff;appearance:none;width:100%;min-height:40px;font:700 .82rem var(--maf-font-body);background-color:#15182a;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1.5 6 6.5l5-5' fill='none' stroke='%23fff' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-position:right 10px center;background-repeat:no-repeat;background-size:12px 8px;border:1px solid #b993ff80;outline:none;margin:16px 0 8px;padding:0 29px 0 10px}.maf-mini-action{letter-spacing:.04em;text-transform:uppercase;color:#f1e9ff;cursor:pointer;background:#7c3ee047;border:1px solid #a96aff9e;border-radius:7px;justify-content:center;align-items:center;width:fit-content;min-height:40px;margin-top:11px;padding:0 16px;font-size:.78rem;font-weight:800;text-decoration:none;display:inline-flex}.maf-mini-action:hover{color:#fff;background:#7c3ee07a;border-color:#b982ff;text-decoration:none}.maf-mini-action input{clip:rect(0, 0, 0, 0);clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.maf-alt-how article strong,.maf-alt-how article small{display:block}.maf-alt-how article strong{color:#fff;margin-bottom:9px;font-size:1rem}.maf-alt-how article small{color:#b7bdcf;font-size:.82rem;line-height:1.45}.maf-alt-how article small .maf-step-copy-break{margin-top:0;display:block}@media (min-width:1600px){.maf-alt-how article small .maf-step-copy-break{margin-top:1.45em}}@media (max-width:600px){.maf-alt-how article small .maf-step-copy-break{display:inline}}.maf-alt-trust{z-index:5;color:#c4c8d6;text-align:center;position:absolute;bottom:12px;left:16%;right:16%}.maf-alt-trust p{color:#bfc3d1;margin:0 0 14px;font-size:.8rem;font-weight:600}.maf-alt-trust>div{flex-wrap:wrap;justify-content:center;align-items:center;gap:14px 44px;display:flex}.maf-alt-trust span{color:#c6c9d5;white-space:nowrap;justify-content:center;align-items:center;gap:10px;font-size:.76rem;font-weight:700;display:inline-flex}.maf-alt-trust svg{fill:none;stroke:#aa63ff;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;filter:drop-shadow(0 0 7px #964cf54d);flex:none;width:23px;height:23px}.maf-how-intro{flex-direction:column;justify-content:center;align-items:flex-start;height:100%;display:flex}.maf-action-row{align-items:stretch;gap:8px;width:100%;margin-top:18px;display:flex;container:maf-actions/inline-size}.maf-download-square{border-radius:var(--maf-radius-sm);color:#fff;cursor:pointer;background:#2e185ce6;border:1px solid #aa63ffbf;flex:none;justify-content:center;align-items:center;width:40px;min-height:40px;padding:0;line-height:0;transition:border-color .16s,background .16s;display:inline-flex}.maf-download-square:hover{color:#fff;background:#7c3ee08c;border-color:#b982ff;text-decoration:none}.maf-download-square:disabled{color:#6a6f82;cursor:not-allowed;background:#121422b3;border-color:#c4cae12e}.maf-download-square svg{fill:none;stroke:currentColor;stroke-width:1.9px;stroke-linecap:round;stroke-linejoin:round;width:17px;height:17px;display:block}.maf-generate-action{border-radius:var(--maf-radius-sm);color:#fff;width:100%;height:40px;font-family:var(--maf-font-body);letter-spacing:.04em;text-transform:uppercase;white-space:nowrap;background:linear-gradient(135deg,#a55dff,#6431dc);flex:auto;justify-content:center;align-items:center;gap:8px;padding:0 16px;font-size:.78rem;font-weight:800;text-decoration:none;transition:background .22s;display:inline-flex;position:relative}.maf-generate-label-long{display:none}.maf-generate-action svg{fill:none;stroke:currentColor;stroke-width:2.4px;stroke-linecap:round;stroke-linejoin:round;width:15px;height:15px}.maf-generate-action.is-loading{cursor:progress;background:linear-gradient(135deg,#7b52d6,#4a2aa8)}.maf-generate-spinner{border:2px solid #ffffff59;border-top-color:#fff;border-radius:50%;flex:none;width:14px;height:14px;animation:.78s linear infinite maf-generate-spin}@keyframes maf-generate-spin{to{transform:rotate(360deg)}}.maf-generate-action.is-done{background:linear-gradient(135deg,#3ec98a,#1c9c62)}@media (min-width:601px){.maf-alt-concept{height:1020px;min-height:1020px}.maf-parallax-layer.maf-alt-city{height:1020px;max-height:none;top:510px}.maf-alt-shade{width:auto;height:auto;inset:0}.maf-alt-character-stage{height:940px;bottom:auto}.maf-front-orange{top:273px}.maf-alt-how{transform:translateY(60px)}}@media (min-width:1051px) and (max-width:1550px){.maf-alt-concept{height:1020px;min-height:1020px}.maf-alt-how{grid-template-columns:repeat(3,minmax(0,1fr));height:176px;min-height:176px;transform:translateY(60px)}.maf-how-intro{height:auto;position:absolute;top:-88px;left:0}.maf-alt-how h3{padding:16px 24px 34px}.maf-alt-how h3:before{bottom:23px;left:24px}.maf-alt-how h3:after{bottom:15px;left:38px}.maf-how-spark{bottom:12px;left:190px;right:auto}.maf-alt-how article{grid-template-columns:minmax(0,1fr) clamp(96px,10vw,140px);align-self:stretch;align-items:center;height:100%;min-height:0}.maf-alt-how .maf-step-copy{padding-top:10px;padding-bottom:10px}.maf-alt-how article strong{margin-bottom:6px}.maf-alt-how article small{font-size:.78rem;line-height:1.35}.maf-alt-how select,.maf-generate-action,.maf-download-square{min-height:36px}.maf-download-square{width:36px}.maf-alt-how select{margin:10px 0 5px}.maf-alt-how .maf-action-row{margin-top:12px}.maf-alt-how article:first-of-type{border-left:0}}@media (min-width:1551px){.maf-alt-how{height:182px;min-height:182px}.maf-alt-how .maf-alt-characters{width:164px;height:auto;max-height:100%;position:absolute;top:0;bottom:0;right:0}}@media (min-width:601px) and (max-width:1550px){.maf-alt-how article{gap:14px;padding-left:16px;padding-right:16px}.maf-action-row{max-width:none}.maf-generate-action{letter-spacing:.02em;font-size:.72rem}.maf-cost-badge{padding:3px 7px 3px 5px;font-size:.66rem}.maf-cost-diamond{width:11px;height:11px}.maf-upload-preview,.maf-sheet-preview,.maf-alt-step-icon{aspect-ratio:140/96;width:clamp(84px,8.8vw,123px);height:auto}}@media (min-width:1051px) and (max-width:1550px){.maf-alt-how article{column-gap:0}}@media (max-width:1050px){.maf-alt-concept,.maf-alt-content{height:1300px;min-height:1300px}.maf-alt-content,.header-screenshot-match .wrap{padding-left:34px;padding-right:34px}.maf-alt-how{grid-template-columns:1fr 1fr 1fr;height:184px;min-height:184px;left:34px;right:34px;transform:translateY(-20px)}.maf-how-intro{height:auto;position:absolute;top:-72px;left:0}.maf-alt-how h3{padding:18px 24px 34px}.maf-alt-how h3:before{bottom:23px;left:24px}.maf-alt-how h3:after{bottom:15px;left:38px}.maf-how-spark{bottom:12px;left:190px;right:auto}.maf-alt-trust{left:8%;right:8%}.maf-alt-how article:first-of-type{border-left:0}.maf-alt-how article{grid-template-columns:minmax(0,1fr) 96px;align-self:stretch;align-items:center;gap:12px;height:100%;min-height:0;padding:16px 12px;overflow:visible}.maf-alt-step{top:-5px;left:26px}.maf-step-copy{width:100%}.maf-upload-preview,.maf-sheet-preview,.maf-alt-step-icon{border:1px solid #b9bfd873;border-radius:12px;width:96px;height:76px;overflow:hidden}.maf-step-copy{padding:0}.maf-alt-how article strong{margin-bottom:5px}.maf-alt-how article small{font-size:.74rem;line-height:1.3}.maf-alt-how select,.maf-generate-action,.maf-download-square{min-height:34px}.maf-download-square{width:34px}.maf-alt-how select{margin:8px 0 4px}.maf-action-row{margin-top:10px}.maf-mini-action{width:100%;max-width:240px}}@media (min-width:601px) and (max-width:1050px){.maf-alt-concept,.maf-alt-content{height:1290px;min-height:1290px}.maf-alt-copy{max-width:min(470px,47vw)}.maf-alt-title-preview{width:auto;left:47%;right:2%}.maf-alt-copy h1.alternative-hero-title{font-size:clamp(1.9rem,5.33vw,3.5rem)}.maf-alt-title-preview .maf-atlas-title{--atlas-base:clamp(2rem, 5.28vw, 3.5rem)}.maf-alt-copy>p .maf-alt-subtitle-desktop>span{display:inline}.maf-alt-copy>p .maf-alt-subtitle-desktop>span+span:before{content:" "}.maf-alt-how{grid-template-columns:1fr;height:auto;min-height:0;bottom:180px}.maf-alt-how article,.maf-alt-how article:first-of-type{border-top:1px solid #2f2258;border-left:0;grid-template-columns:minmax(0,1fr) 120px;gap:18px;height:auto;min-height:132px;padding:16px 20px}.maf-alt-how article:first-of-type{border-top:0}.maf-alt-step{top:0;left:46px}.maf-upload-preview,.maf-sheet-preview,.maf-alt-step-icon{aspect-ratio:140/96;width:106px;height:auto}.maf-alt-how .maf-alt-characters{aspect-ratio:140/125;padding:6px 8px}.maf-alt-trust{left:24px;right:24px}}@media (max-width:600px){.maf-alt-concept,.maf-alt-content{height:auto;min-height:0}.header-screenshot-match .wrap{min-height:78px;padding-left:24px;padding-right:24px}.header-screenshot-match .brand{font-size:1.1rem}.brand-square-purple{width:36px;height:36px}.maf-parallax-layer.maf-alt-city{aspect-ratio:auto;width:100%;height:clamp(560px,170vw,820px);max-height:none;transform:translateX(-50%) translateY(var(--maf-scroll-par,0px));top:0;left:50%}.maf-alt-background{object-fit:cover;object-position:center top;-webkit-mask-image:none;mask-image:none}.maf-alt-character-stage{height:clamp(560px,170vw,820px);top:0;bottom:auto}.maf-character-layer{transform:none}.maf-alt-shade{background:linear-gradient(90deg,#02050feb 0%,#02050fbd 42%,#02050f0a 100%),linear-gradient(#02050f80,#02050f14 42%,#02050fe6 100%);height:clamp(560px,170vw,820px);bottom:auto}.maf-alt-content{flex-direction:column;gap:26px;padding:50px 24px 34px;display:flex}.maf-alt-copy{text-align:left;max-width:100%;margin-top:0}.maf-alt-copy h1,.maf-alt-copy>p{max-width:70%}.maf-alt-copy>p{max-width:100%}.maf-alt-copy h1.alternative-hero-title{max-width:min(100%,8em);margin-bottom:calc(22px + .418em);font-size:clamp(2.43rem,11.7vw,3.96rem)}.maf-alt-copy>p{color:#b9bfd0;margin-left:0;margin-right:0;font-size:.84rem;line-height:1.38}.maf-alt-subtitle-desktop{display:none!important}.maf-alt-subtitle-mobile{display:block!important}.maf-alt-subtitle-mobile>span{display:block}.maf-alt-copy{pointer-events:none;flex-direction:column;padding-bottom:120px;display:flex}.maf-alt-copy>*{pointer-events:auto}.maf-alt-usecase-badges{z-index:9;width:100%;max-width:100%;box-shadow:none;-webkit-backdrop-filter:none;background:0 0;border-top:1px solid #141623;border-bottom:1px solid #141623;border-radius:0;order:-1;grid-template-columns:repeat(3,auto);justify-content:space-between;gap:4px 8px;margin-top:-54px;margin-bottom:16px;padding-top:13px;padding-bottom:13px;position:relative}.maf-alt-usecase-badges span{text-align:left;grid-template-columns:auto minmax(0,1fr);place-items:start;gap:0 5px;display:grid}.maf-alt-usecase-badges strong{color:#d7dae4;grid-column:2;font-size:clamp(.45rem,2.36vw,.68rem);font-weight:500}.maf-alt-usecase-badges small{grid-column:2}.maf-alt-usecase-badges svg{stroke-width:2.3px;border:0;grid-area:1/1/span 2;align-self:center;width:clamp(20px,6.4vw,26px);height:clamp(20px,6.4vw,26px);padding:0}.maf-alt-usecase-badges span{gap:0 9px}.maf-alt-usecase-badges span+span{border-left:1px solid #1b1d2c;padding-left:clamp(6px,3.1vw,13px)}.maf-alt-usecase-badges small{color:#c6cbd7;font-size:clamp(.42rem,2.15vw,.62rem);font-weight:500;line-height:1.3}.maf-alt-usecase-badges span{text-shadow:0 1px 3px #000000f2,0 2px 10px #000c}.maf-alt-usecase-badges svg{filter:none}.maf-alt-usecase-badges span:nth-child(2) svg{box-sizing:border-box;width:clamp(16.2px,5.13vw,20.7px);height:clamp(16.2px,5.13vw,20.7px);padding:1px}.maf-alt-usecase-badges span:first-child svg,.maf-alt-usecase-badges span:last-child svg{box-sizing:border-box;padding:2.5px}.maf-alt-usecase-badges span:first-child svg{stroke:#9d59ee}.maf-alt-how{width:100%;max-width:none;position:relative;inset:auto}.maf-alt-title-preview{z-index:8;justify-content:flex-start;width:calc(100% - 24px);min-height:0;display:flex;position:absolute;top:510px;left:24px;right:auto;transform:none}.maf-alt-title-preview .maf-atlas-title{--atlas-base:clamp(1.9rem, 8.6vw, 2.6rem);filter:drop-shadow(1px 0 #120b12)drop-shadow(-1px 0 #120b12)drop-shadow(0 2px #120b12)drop-shadow(0 5px 7px #0000007a);align-items:flex-start}.maf-alt-title-preview .maf-title-hint,.maf-alt-title-preview .maf-title-capture-marker{display:none}.maf-front-orange{width:min(56vw,280px);top:calc(27% - 100px);left:55%}.maf-front-blue,.maf-front-pink{display:none}.maf-front-blue{width:29%;top:57%;left:30%}.maf-front-pink{width:25%;top:48%;left:3%}.maf-explosion-layer{display:none}.maf-title-hint{margin-left:-112px;bottom:-14px;left:50%;right:auto}.maf-atlas-title{--atlas-base:clamp(2.2rem, 10vw, 4rem)}.maf-alt-how{border-radius:18px;order:4;grid-template-columns:1fr;height:auto;min-height:0;margin-top:82px;margin-bottom:32px;display:grid}.maf-how-intro{top:-97px}.maf-alt-how article,.maf-alt-how article:first-of-type{border-top:1px solid #2f2258;border-left:0;grid-template-columns:2fr 1fr;align-items:stretch;gap:0;min-height:108px;padding:10px 12px}.maf-alt-how article:first-of-type{border-top:0}.maf-alt-how .maf-step-copy{border-right:1px solid #aeb5cf4d;flex-direction:column;justify-content:center;align-self:stretch;padding-right:14px;display:flex}.maf-alt-how article:nth-of-type(2) .maf-step-copy>small:last-child{display:none}.maf-media-badge{border-radius:6px;width:21px;height:21px;top:3px;right:3px}.maf-media-badge svg{width:12px;height:12px}.maf-alt-characters{aspect-ratio:140/125;letter-spacing:.1em;gap:0;padding:4px 3px;font-size:clamp(.7rem,3.8vw,1.35rem);line-height:1.15}.maf-upload-preview,.maf-sheet-preview,.maf-alt-step-icon{aspect-ratio:140/96;border-radius:var(--maf-radius-xs);border:0;align-self:center;width:calc(100% - 12px);max-width:150px;height:auto}.maf-alt-how .maf-alt-characters{aspect-ratio:140/125}.maf-alt-trust{width:calc(100% - 48px);margin:0 auto 28px;position:relative;inset:auto}.maf-alt-trust>div{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 20px}.maf-alt-content{width:100vw;max-width:100vw}.maf-alt-copy h1.alternative-hero-title{font-size:clamp(1.98rem,9.9vw,2.52rem)}.maf-title-accent{padding-right:135px}.maf-title-accent svg{width:128px;left:86px}.maf-alt-how{width:calc(100vw - 48px);max-width:calc(100vw - 48px)}.maf-alt-copy{min-height:365px}.maf-alt-title-preview{top:405px}.maf-alt-copy h1.alternative-hero-title{max-width:min(100%,8em);margin-bottom:calc(8px + .418em)}.maf-alt-how article,.maf-alt-how article:first-of-type{padding:10px}.maf-upload-preview,.maf-sheet-preview,.maf-alt-step-icon{width:calc(100% - 10px)}.maf-alt-how .maf-step-copy{padding-left:2px;padding-right:12px}.maf-action-row,.maf-generate-action{min-width:0;max-width:100%}.maf-generate-action{padding-left:8px;padding-right:8px}.maf-alt-trust{max-width:calc(100vw - 48px)}}@media (prefers-reduced-motion:reduce){.workflow-prop{animation:none}.maf-parallax-layer{transition:none;transform:none}.maf-alt-city{transform:translate(-50%,-50%)}.maf-front-blue,.maf-front-orange,.maf-front-pink{translate:none}.maf-character-layer img,.maf-editor-arrow{animation:none}}.maf-tour{z-index:130;pointer-events:none;animation:.52s ease-out maf-tour-fade-in;position:fixed;inset:0}@keyframes maf-tour-fade-in{0%{opacity:0}}.maf-tour-spot{border-radius:18px;transition:top .42s cubic-bezier(.22,1,.36,1),left .42s cubic-bezier(.22,1,.36,1),width .42s cubic-bezier(.22,1,.36,1),height .42s cubic-bezier(.22,1,.36,1),box-shadow .7s;position:absolute;box-shadow:0 0 0 2px #b484ffd9,0 0 26px #aa63ff73,0 0 0 9999px #03040cc7}.maf-tour.is-clear .maf-tour-spot{box-shadow:0 0 0 2px #b484ff00,0 0 26px #aa63ff00,0 0 0 9999px #03040c00}.maf-tour-flash{background:#fff;border-radius:18px;animation:.42s ease-out forwards maf-tour-flash;position:absolute;inset:-6px}@keyframes maf-tour-flash{0%{opacity:0}22%{opacity:.92}to{opacity:0}}.maf-tour-card{border-radius:var(--maf-radius-md);color:#fff;pointer-events:auto;background:#0c081cf5;border:1px solid #b484ff8c;flex-direction:column;gap:5px;padding:15px 17px 14px;transition:top .42s cubic-bezier(.22,1,.36,1),left .42s cubic-bezier(.22,1,.36,1);animation:.46s cubic-bezier(.22,1,.36,1) .12s backwards maf-tour-card-in;display:flex;position:absolute;box-shadow:0 18px 44px #0000008c}@keyframes maf-tour-card-in{0%{opacity:0;transform:translateY(10px)}}.maf-tour-card.is-parked{width:min(330px,100vw - 52px);top:auto;bottom:26px;left:26px}.maf-tour-count{color:#c39bff;letter-spacing:.08em;text-transform:uppercase;font-size:.68rem;font-weight:800}.maf-tour-card strong{font-family:var(--maf-font-body);font-size:1.02rem;font-weight:800;line-height:1.2}.maf-tour-card small{color:#bdc2d4;font-size:.8rem;line-height:1.4}.maf-tour-dots{gap:6px;margin-top:7px;display:flex}.maf-tour-dots i{border-radius:var(--maf-radius-pill);background:#fff3;width:22px;height:4px}.maf-tour-dots i.is-done{background:linear-gradient(90deg,#a55dff,#6431dc)}.maf-tour-skip{color:#9aa0b4;cursor:pointer;background:0 0;border:0;border-radius:6px;padding:2px 6px;font-size:.7rem;font-weight:700;position:absolute;top:11px;right:12px}.maf-tour-skip:hover{color:#fff}.maf-tour-flyer{z-index:95;object-fit:contain;pointer-events:none;border-radius:12px;transition:top .9s cubic-bezier(.34,.86,.36,1),left .9s cubic-bezier(.34,.86,.36,1),width .9s cubic-bezier(.34,.86,.36,1),height .9s cubic-bezier(.34,.86,.36,1);position:fixed;box-shadow:0 18px 40px #0000008c}@media (prefers-reduced-motion:reduce){.maf-tour,.maf-tour-spot,.maf-tour-card,.maf-tour-flyer{transition:none;animation:none}}.maf-sheet-modal{z-index:120;-webkit-backdrop-filter:blur(6px);background:#03040cdb;justify-content:center;align-items:center;padding:28px;animation:.18s ease-out maf-sheet-fade;display:flex;position:fixed;inset:0}@keyframes maf-sheet-fade{0%{opacity:0}}.maf-sheet-modal-inner{flex-direction:column;gap:14px;max-width:min(1080px,100%);max-height:100%;display:flex;position:relative}.maf-sheet-modal img{object-fit:contain;background:#070a15;border:1px solid #c4cae166;border-radius:14px;max-width:100%;max-height:calc(100vh - 150px);margin:0 auto;display:block}.maf-sheet-modal-actions{justify-content:center;align-items:center;gap:12px;display:flex}.maf-sheet-modal-actions a,.maf-sheet-modal-actions button{letter-spacing:.04em;text-transform:uppercase;border-radius:var(--maf-radius-sm);color:#fff;cursor:pointer;min-height:42px;font-family:var(--maf-font-body);background:#120c26e6;border:1px solid #c4cae16b;justify-content:center;align-items:center;gap:8px;padding:0 18px;font-size:.82rem;font-weight:800;text-decoration:none;display:inline-flex}.maf-sheet-modal-actions a{background:linear-gradient(135deg,#a55dff,#6431dc);border-color:#0000}.maf-sheet-modal-actions a:hover,.maf-sheet-modal-actions button:hover{color:#fff;border-color:#b982ff;text-decoration:none}.maf-sheet-modal-actions svg{fill:none;stroke:currentColor;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;width:15px;height:15px}.maf-generate-action:has(.maf-cost-badge){justify-content:flex-end;padding-left:60px;padding-right:18px}.maf-cost-badge{border-radius:var(--maf-radius-pill);font-variant-numeric:tabular-nums;background:#00000047;align-items:center;gap:4px;padding:3px 8px 3px 6px;font-size:.72rem;font-weight:800;display:inline-flex;position:absolute;top:50%;left:7px;transform:translateY(-50%)}.maf-cost-amount{display:block;transform:translateY(-.054em)}.maf-cost-diamond{fill:#ffffff47;stroke:currentColor;stroke-width:1.7px;stroke-linecap:round;stroke-linejoin:round;flex:none;width:13px;height:13px}.maf-generate-action.is-empty{background:linear-gradient(135deg,#ffb347,#f0821f)}.maf-dialog{color:#fff;background:#0c081cf7;border:1px solid #b484ff80;border-radius:18px;flex-direction:column;gap:10px;width:min(560px,100%);padding:24px;display:flex;box-shadow:0 24px 60px #0009}.maf-dialog strong{font-family:var(--maf-font-body);font-size:1.25rem;font-weight:800}.maf-dialog p{color:#bdc2d4;margin:0;font-size:.88rem;line-height:1.5}.maf-dialog .maf-sheet-modal-actions{margin-top:8px}.maf-exact-dialog{width:min(820px,100%);max-height:calc(100vh - 40px);overflow:auto}.maf-exact-grid-preview{background-color:#171b2a;background-image:linear-gradient(45deg,#22283b 25%,#0000 25%),linear-gradient(-45deg,#22283b 25%,#0000 25%),linear-gradient(45deg,#0000 75%,#22283b 75%),linear-gradient(-45deg,#0000 75%,#22283b 75%);background-position:0 0,0 8px,8px -8px,-8px 0;background-size:16px 16px;border:1px solid #c2c7dc59;border-radius:12px;width:100%;margin-top:8px;display:grid;position:relative;overflow:hidden}.maf-exact-grid-preview>img{object-fit:contain;background:0 0;border:0;border-radius:0;grid-area:1/1;width:100%;height:auto;max-height:none;margin:0;display:block}.maf-exact-grid-overlay{grid-area:1/1;grid-template-columns:repeat(var(--exact-cols), minmax(0, 1fr));grid-template-rows:repeat(var(--exact-rows), minmax(0, 1fr));pointer-events:none;display:grid;position:relative}.maf-exact-grid-overlay span{color:#fff;min-width:0;font-family:var(--maf-font-mono);text-shadow:0 1px 3px #000,0 0 5px #000;background:#40177e14;border-bottom:1px solid #ffffffad;border-right:1px solid #ffffffad;justify-content:flex-start;align-items:flex-start;padding:2px 4px;font-size:clamp(.52rem,1.1vw,.72rem);font-weight:900;line-height:1;display:flex}.maf-exact-grid-preview.is-handwriting .maf-exact-grid-overlay{left:var(--handwriting-left);top:var(--handwriting-top);width:var(--handwriting-width);height:var(--handwriting-height);position:absolute}.maf-exact-grid-preview.is-handwriting .maf-exact-grid-overlay span{background:#6f2dd714;border:1px solid #9a5cffd6;justify-content:flex-end;align-items:flex-end}.maf-exact-columns,.maf-exact-order{color:#d8d2e3;gap:12px;font-size:.8rem;font-weight:750;display:flex}.maf-exact-columns{align-items:center;margin-top:6px}.maf-exact-columns input{accent-color:#a65dff;flex:1}.maf-exact-columns output{color:#fff;min-width:2.2rem;font-family:var(--maf-font-mono);text-align:center;background:#5024963d;border:1px solid #b170ff59;border-radius:7px;padding:4px 7px}.maf-exact-order{flex-direction:column;gap:7px}.maf-exact-order textarea{box-sizing:border-box;resize:vertical;color:#f4effc;width:100%;min-height:74px;font-family:var(--maf-font-mono);background:#0b0d19;border:1px solid #c2c7dc59;border-radius:10px;padding:10px 12px;font-size:.84rem;line-height:1.5}.maf-exact-order textarea:focus{border-color:#b982ff;outline:2px solid #a96aff38}.maf-exact-order textarea[readonly]{resize:none;color:#c8bedb;background:#0b0d19b8}.maf-dialog p.maf-handwriting-map-summary{color:#d8d2e3;background:#50249624;border:1px solid #b170ff47;border-radius:9px;padding:9px 11px;font-size:.76rem}.maf-custom-coverage-dialog label{color:#d8d2e3;gap:7px;margin-top:6px;font-size:.8rem;font-weight:750;display:grid}.maf-custom-coverage-dialog textarea{box-sizing:border-box;resize:vertical;color:#f4effc;width:100%;min-height:112px;font-family:var(--maf-font-mono);background:#070914cc;border:1px solid #c2c7dc4d;border-radius:10px;padding:11px 12px;font-size:.82rem;line-height:1.5}.maf-custom-coverage-dialog textarea:focus{border-color:#b982ff;outline:2px solid #a96aff38}.maf-custom-coverage-presets{flex-wrap:wrap;gap:7px;display:flex}.maf-custom-coverage-presets button{color:#ddd3ec;font:inherit;cursor:pointer;background:#50249633;border:1px solid #b170ff57;border-radius:999px;padding:6px 9px;font-size:.7rem}.maf-custom-coverage-count{color:#bba8dc;justify-content:space-between;align-items:flex-start;gap:12px;min-height:20px;font-size:.72rem;display:flex}.maf-custom-coverage-count em{color:#ff9ca7;text-align:right;font-style:normal}.maf-dialog p.maf-exact-error{color:#ff9ca7}.maf-sheet-modal-actions button.is-primary{background:linear-gradient(135deg,#a55dff,#6431dc);border-color:#0000}@media (max-width:600px){.maf-exact-dialog{padding:18px}}.maf-bundles{width:min(880px,100%)}.maf-bundle-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:6px;display:grid}.maf-bundle{font:inherit;text-align:left;cursor:pointer;color:#fff;background:#160f2ee6;border:1px solid #c4cae152;border-radius:14px;flex-direction:column;gap:4px;padding:16px 14px;text-decoration:none;transition:border-color .16s,transform .16s;display:flex}.maf-bundle:hover{color:#fff;border-color:#b982ff;text-decoration:none;transform:translateY(-2px)}.maf-bundle-name{color:#c39bff;letter-spacing:.08em;text-transform:uppercase;font-size:.72rem;font-weight:800}.maf-bundle-price{font-family:var(--maf-font-body);font-size:1.3rem;font-weight:900}.maf-bundle-tokens{color:#e7e3f5;font-variant-numeric:tabular-nums;align-items:center;gap:5px;font-size:.82rem;font-weight:800;display:inline-flex}.maf-bundle-fonts{color:#a3a9bd;font-size:.76rem}@media (max-width:600px){.maf-bundle-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.maf-tour-nudge{z-index:110;color:#fff;background:#0c081cf5;border:1px solid #b484ff8c;border-radius:14px;align-items:center;gap:12px;padding:12px 14px 12px 18px;font-size:.86rem;font-weight:700;animation:.32s cubic-bezier(.22,1,.36,1) maf-tour-nudge-centre-in;display:flex;position:fixed;bottom:22px;left:50%;transform:translate(-50%);box-shadow:0 18px 44px #0000008c}@keyframes maf-tour-nudge-centre-in{0%{opacity:0;transform:translate(-50%,14px)}}@keyframes maf-tour-nudge-centre-out{to{opacity:0;transform:translate(-50%,14px)}}@keyframes maf-tour-nudge-in{0%{opacity:0;transform:translateY(14px)}}@keyframes maf-toast-out{to{opacity:0;transform:translateY(14px)}}.maf-consent.is-leaving{pointer-events:none;animation:.26s cubic-bezier(.4,0,1,1) forwards maf-toast-out}.maf-tour-nudge.is-leaving{pointer-events:none;animation:.26s cubic-bezier(.4,0,1,1) forwards maf-tour-nudge-centre-out}@media (prefers-reduced-motion:reduce){.maf-tour-nudge.is-leaving,.maf-consent.is-leaving{opacity:0;animation:none}}.maf-tour-nudge-yes{letter-spacing:.04em;text-transform:uppercase;border-radius:var(--maf-radius-xs);color:#fff;cursor:pointer;min-height:34px;font-family:var(--maf-font-body);background:linear-gradient(135deg,#a55dff,#6431dc);border:0;padding:0 14px;font-size:.8rem;font-weight:800}.maf-tour-nudge-close{color:#9aa0b4;cursor:pointer;background:0 0;border:0;border-radius:7px;justify-content:center;align-items:center;width:26px;height:26px;padding:0;line-height:0;display:inline-flex}.maf-tour-nudge-close:hover{color:#fff}.maf-tour-nudge-close svg{fill:none;stroke:currentColor;stroke-width:2.2px;stroke-linecap:round;width:14px;height:14px;display:block}@media (max-width:1100px){.maf-tour-nudge.is-with-consent{bottom:190px}}@media (max-width:600px){.maf-tour-nudge{width:calc(100vw - 32px);bottom:16px}}:is(body:has(.maf-404) header,body:has(.maf-404) footer){display:none}.maf-404{text-align:center;justify-content:center;align-items:center;min-height:100dvh;padding:40px 20px;display:flex;position:relative;overflow:hidden}.maf-404-scene{background:#0b0518 url(/404-scene.webp) 68%/cover no-repeat;position:absolute;inset:0}.maf-404-scene:after{content:"";background:radial-gradient(115% 85% at 32% 48%,#03010ad1 0%,#03010a80 48%,#03010a1f 100%),linear-gradient(#02010680 0%,#0201061a 34% 66%,#0201068c 100%);position:absolute;inset:0}.maf-404-inner{z-index:1;max-width:620px;position:relative}.maf-404-glyph{filter:drop-shadow(0 14px 34px #9d54ff73);width:min(560px,80vw,62vh);height:auto;margin:0 auto 20px;animation:9.5s ease-in-out infinite maf-idle-404;display:block}@keyframes maf-idle-404{0%,to{transform:translateY(-4px)}27%{transform:translate(-3px,3px)}56%{transform:translate(4px,1px)}81%{transform:translate(-2px,-2px)}}@media (prefers-reduced-motion:reduce){.maf-404-glyph{animation:none}}.maf-404-title{color:#fff;text-shadow:0 2px 18px #020106e6;margin:0 0 10px;font-size:clamp(1.5rem,4.2vw,2.2rem)}.maf-404-copy{color:#cbd2e6;text-shadow:0 1px 12px #020106e6;margin:0 0 26px;font-size:1.02rem}.maf-404-actions{flex-wrap:wrap;justify-content:center;gap:12px;display:flex}.maf-404-primary,.maf-404-secondary{border-radius:var(--maf-radius-pill);min-height:50px;font-family:var(--maf-font-display);letter-spacing:.04em;text-transform:uppercase;white-space:nowrap;border:1px solid #0000;justify-content:center;align-items:center;padding:0 26px;font-size:.78rem;font-weight:800;line-height:1;display:inline-flex}.maf-404-primary{color:#fff;background:linear-gradient(135deg,#8b4cf4,#6227db);box-shadow:0 12px 30px #3c188c73}.maf-404-secondary{color:#34364a;background:#fffffff0;border-color:#dedbea;box-shadow:0 12px 30px #08041666}.maf-404-primary:hover{color:#fff;background:linear-gradient(135deg,#9a61ff,#7134ec)}.maf-404-secondary:hover{color:#11142b;background:#fff}.maf-404-primary:focus-visible,.maf-404-secondary:focus-visible{outline:2px solid var(--cyan);outline-offset:3px}[data-theme=light] .maf-404-title{color:#fff}[data-theme=light] .maf-404-copy{color:#cbd2e6}@media (max-width:640px){.maf-404{padding:32px 18px}.maf-404-primary,.maf-404-secondary{width:100%}}.maf-faq{background:var(--maf-ink);border-top:1px solid var(--maf-line-soft);padding:84px 0 96px}.maf-faq-head{text-align:center;max-width:620px;margin:0 auto 42px}.maf-faq-title{font-family:var(--maf-font-title);color:var(--maf-text);letter-spacing:-.04em;margin:0 0 10px;font-size:clamp(1.5rem,3.4vw,2.05rem)}.maf-faq-lead{color:var(--maf-text-muted);margin:0;font-size:1rem;line-height:1.55}.maf-faq-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:18px;display:grid}.maf-faq-card{border:1px solid var(--maf-line);border-radius:var(--maf-radius-md);background:var(--maf-surface);padding:24px 24px 22px;box-shadow:0 20px 50px #0000006b}.maf-faq-card:before{content:"";border-radius:var(--maf-radius-pill);background:var(--faq-accent,var(--maf-accent));width:34px;height:3px;margin-bottom:15px;display:block}.maf-faq-q{color:var(--maf-text);margin:0 0 9px;font-size:1.02rem;line-height:1.35}.maf-faq-a{color:var(--maf-text-muted);margin:0;font-size:.93rem;line-height:1.62}@media (max-width:640px){.maf-faq{padding:60px 0 68px}.maf-faq-grid{grid-template-columns:1fr}}.maf-consent{z-index:140;color:#fff;background:#0c081cf5;border:1px solid #b484ff8c;border-radius:14px;width:min(360px,100vw - 44px);padding:14px 16px 14px 18px;animation:.32s cubic-bezier(.22,1,.36,1) maf-tour-nudge-in;position:fixed;bottom:22px;right:22px;box-shadow:0 18px 44px #0000008c}@media (prefers-reduced-motion:reduce){.maf-consent{animation:none}}.maf-consent-copy{color:#fff;margin:0 0 12px;font-size:.86rem;font-weight:700;line-height:1.45}.maf-consent-copy a{color:#c9a6ff;text-underline-offset:2px;font-weight:700;text-decoration:underline}.maf-consent-actions{gap:8px;display:flex}.maf-consent-btn{border-radius:var(--maf-radius-xs);color:#9aa0b4;min-height:34px;font-family:var(--maf-font-body);letter-spacing:.04em;text-transform:uppercase;cursor:pointer;background:#ffffff14;border:0;flex:1 1 0;padding:0 14px;font-size:.8rem;font-weight:800}.maf-consent-btn.is-yes{color:#fff;background:linear-gradient(135deg,#a55dff,#6431dc)}.maf-consent-btn:hover{color:#fff;background:#ffffff29}.maf-consent-btn.is-yes:hover{background:linear-gradient(135deg,#b06fff,#7139ec)}.maf-consent-btn:focus-visible{outline:2px solid var(--cyan);outline-offset:2px}@media (max-width:520px){.maf-consent{width:auto;bottom:12px;left:12px;right:12px}}.maf-burger,.maf-burger-backdrop,.maf-burger-panel{display:none}@media (max-width:1050px){.maf-burger{-webkit-backdrop-filter:blur(12px);cursor:pointer;-webkit-tap-highlight-color:transparent;background:#060917b3;border:1px solid #303341;border-radius:11px;flex-direction:column;flex:none;justify-content:center;align-items:center;gap:5px;width:44px;height:44px;margin-left:4px;padding:0;display:inline-flex}.maf-burger:hover{border-color:#c7a5ffb3}.maf-token-control .maf-credit-pill,.maf-topup-button{min-height:42px}.maf-burger span{background:#fff;border-radius:2px;width:19px;height:2px;transition:transform .22s cubic-bezier(.22,.72,.25,1),opacity .14s linear;display:block}.maf-burger.is-open span:first-child{transform:translateY(7px)rotate(45deg)}.maf-burger.is-open span:nth-child(2){opacity:0}.maf-burger.is-open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.maf-burger-backdrop{z-index:1;-webkit-backdrop-filter:blur(2px);background:#02040e8c;display:block;position:fixed;inset:0}.maf-burger-panel{z-index:2;-webkit-backdrop-filter:blur(18px);opacity:0;visibility:hidden;transform-origin:100% 0;background:#080b1af5;border:1px solid #ffffff29;border-radius:14px;flex-direction:column;align-items:stretch;gap:2px;min-width:208px;padding:10px;transition:opacity .18s,transform .22s cubic-bezier(.22,.72,.25,1),visibility 0s linear .22s;display:flex;position:absolute;top:calc(100% - 8px);right:24px;transform:translateY(-8px)scale(.98);box-shadow:0 24px 60px #0000008c}.maf-burger-panel.is-open{opacity:1;visibility:visible;transition-delay:0s,0s,0s;transform:translateY(0)scale(1)}.maf-burger-panel a,.maf-burger-panel button{border-radius:var(--maf-radius-sm);color:#ffffffeb;font-family:var(--maf-font-body);text-align:left;cursor:pointer;background:0 0;border:0;padding:11px 13px;font-size:.98rem;font-weight:700;text-decoration:none}.maf-burger-panel a:hover,.maf-burger-panel button:hover{color:#fff;background:#9d54ff29;text-decoration:none}.maf-burger-section{color:#c7a5ffb8;font-family:var(--maf-font-body);letter-spacing:.1em;text-transform:uppercase;padding:15px 13px 5px;font-size:.7rem;font-weight:800}.maf-burger-divider{background:#ffffff1f;height:1px;margin:2px 13px}.maf-burger-panel .maf-burger-signin{display:none}.maf-burger-panel .maf-burger-topup{border-radius:var(--maf-radius-sm);color:#d9c2ff;border-top:1px solid #ffffff1f;margin-top:6px;padding-top:13px;font-weight:800}}@media (max-width:600px){.maf-burger-panel{right:20px}}@media (max-width:430px){.header-screenshot-match .brand{font-size:.98rem}.brand-square-purple{width:30px;height:30px}.maf-signin-link{white-space:nowrap;font-size:.82rem}.maf-burger{width:40px;height:40px;margin-left:0}.maf-token-control .maf-credit-pill,.maf-topup-button{min-height:38px}.maf-burger-panel{right:16px}}@media (max-width:400px){.maf-signin-link{display:none}.maf-burger-panel .maf-burger-signin{display:block}}@media (prefers-reduced-motion:reduce){.maf-burger span,.maf-burger-panel{transition:none}}@container maf-actions (min-width:234px){.maf-generate-label-short{display:none}.maf-generate-label-long{display:inline}}@container maf-actions (max-width:190px){.maf-generate-action{letter-spacing:.01em;font-size:.6rem}.maf-generate-action:has(.maf-cost-badge){padding-left:46px;padding-right:12px}.maf-cost-badge{gap:3px;padding:3px 5px 3px 4px;font-size:.58rem;left:4px}.maf-cost-diamond{width:10px;height:10px}}.maf-generate-action:hover{color:#fff;background:linear-gradient(135deg,#b672ff,#6431dc);text-decoration:none}.maf-toast{z-index:300;color:#f1f0f8;background:#12121f;border:1px solid #94a3b82e;border-radius:.85rem;align-items:center;gap:.85rem;max-width:min(30rem,100vw - 2rem);padding:.7rem .7rem .7rem 1.05rem;font-size:.9375rem;line-height:1.35;animation:.26s cubic-bezier(.2,.8,.3,1) maf-toast-in;display:flex;position:fixed;top:1.25rem;left:50%;transform:translate(-50%);box-shadow:0 18px 45px #00000073}.maf-toast:before{content:"";background:currentColor;border-radius:3px;width:3px;position:absolute;top:.6rem;bottom:.6rem;left:0}.maf-toast.is-ok:before{background:#34d399}.maf-toast.is-info:before{background:#94a3b8}.maf-toast.is-error:before{background:#ff5b77}.maf-signin-note{z-index:320;color:#f1f0f8;background:#12121f;border:1px solid #b484ff8c;border-radius:.85rem;align-items:flex-start;gap:.85rem;max-width:min(34rem,100vw - 2rem);padding:.8rem .8rem .8rem 1.05rem;font-size:.9375rem;line-height:1.4;animation:.26s cubic-bezier(.2,.8,.3,1) maf-tour-nudge-centre-in;display:flex;position:fixed;top:7.25rem;left:50%;transform:translate(-50%);box-shadow:0 18px 45px #00000080}.maf-signin-note p{margin:0}.maf-signin-note-actions{flex:none;align-items:center;gap:.4rem;display:flex}.maf-signin-note-retry{border-radius:var(--maf-radius-xs);color:#fff;cursor:pointer;min-height:32px;font-family:var(--maf-font-body);white-space:nowrap;background:linear-gradient(135deg,#a55dff,#6431dc);border:0;padding:0 12px;font-size:.8rem;font-weight:800}.maf-signin-note-close{color:#9aa0b4;cursor:pointer;background:0 0;border:0;border-radius:7px;justify-content:center;align-items:center;width:26px;height:26px;padding:0;line-height:0;display:inline-flex}.maf-signin-note-close:hover{color:#fff}.maf-signin-note-close svg{fill:none;stroke:currentColor;stroke-width:2.2px;stroke-linecap:round;width:14px;height:14px;display:block}.maf-toast button{color:#9a9ab0;cursor:pointer;background:0 0;border:0;border-radius:.45rem;flex:none;justify-content:center;align-items:center;width:1.6rem;height:1.6rem;padding:0;display:inline-flex}.maf-toast button:hover{color:#f1f0f8;background:#ffffff0f}.maf-toast button svg{fill:none;stroke:currentColor;stroke-width:2px;stroke-linecap:round;width:.95rem;height:.95rem}@keyframes maf-toast-in{0%{opacity:0;transform:translate(-50%,-.6rem)}to{opacity:1;transform:translate(-50%)}}@media (prefers-reduced-motion:reduce){.maf-toast{animation:none}}.maf-generate-error{border-radius:var(--maf-radius-sm,.5rem);color:#fca5a5;background:#fca5a514;border:1px solid #fca5a53d;align-items:flex-start;gap:.5rem;max-width:100%;margin:.6rem 0 0;padding:.5rem .65rem;font-size:.78rem;line-height:1.4;display:flex}@media (max-width:600px){.maf-alt-step{top:0}.maf-alt-how .maf-step-copy{padding-top:26px;padding-bottom:26px}}.maf-home-gallery{background:linear-gradient(#020108 0,#02010800 140px),radial-gradient(at 50% 0,#0b0722 0%,#050211 55%,#020108 100%);padding:84px 0 78px;position:relative;overflow:hidden}.maf-home-gallery-list{flex-direction:column;gap:16px;margin-top:32px;display:flex}.maf-home-gallery-row{--gallery-accent:#a855f7;border:1px solid color-mix(in srgb, var(--gallery-accent), transparent 60%);border-radius:var(--maf-radius-md);background:linear-gradient(110deg, color-mix(in srgb, var(--gallery-accent), transparent 95%), transparent 52%), #070513c7;padding:16px 18px 18px;transition:border-color .18s,transform .18s;box-shadow:0 14px 38px #00000047}.maf-home-gallery-row:hover{border-color:color-mix(in srgb, var(--gallery-accent), transparent 34%);transform:translateY(-2px)}.maf-home-gallery-header{z-index:auto;background:0 0;justify-content:space-between;align-items:center;gap:16px;min-height:0;margin-bottom:12px;display:flex;position:static}.maf-home-gallery-header h3{color:#fff;font-family:var(--maf-font-display);letter-spacing:.01em;margin:0;font-size:1.18rem}.maf-home-gallery-header span{color:color-mix(in srgb, var(--gallery-accent), #fff 28%);font-size:.68rem;font-weight:800}.maf-home-gallery-flow{grid-template-columns:minmax(180px,.8fr) 32px minmax(260px,1.2fr) 32px minmax(280px,1.15fr);align-items:center;gap:10px;display:grid}.maf-home-gallery-flow figure{min-width:0;margin:0}.maf-home-gallery-flow figcaption{color:#8c859c;font-family:var(--maf-font-display);letter-spacing:.13em;text-transform:uppercase;margin-bottom:7px;font-size:.62rem;font-weight:800}.maf-home-gallery-flow figure img{box-sizing:border-box;background:radial-gradient(circle at 70% 20%, color-mix(in srgb, var(--gallery-accent), transparent 88%), transparent 42%), #080813;object-fit:contain;border-radius:10px;width:100%;height:190px;padding:10px;transition:transform .18s;display:block}.maf-home-gallery-flow figure:hover img{transform:scale(1.025)}.maf-home-gallery-flow .is-sheet img{background:repeating-linear-gradient(120deg,#0000 0 38px,#ffffff05 39px 40px),#080813;padding:6px}.maf-home-gallery-flow .is-application img{object-fit:cover;padding:0}.maf-home-gallery-arrow{color:color-mix(in srgb, var(--gallery-accent), #fff 24%);text-align:center;filter:drop-shadow(0 0 8px color-mix(in srgb, var(--gallery-accent), transparent 54%));font-size:1.75rem}.maf-home-gallery-cta{color:#fff;background:linear-gradient(135deg,#a657fb,#7134e6);border:1px solid #bb7cff;border-radius:12px;justify-content:center;align-items:center;gap:18px;width:fit-content;min-height:48px;margin:28px auto 0;padding:0 24px;font-weight:850;text-decoration:none;display:flex;box-shadow:0 14px 34px #702dda4d}.maf-home-gallery-cta:hover{color:#fff;text-decoration:none;transform:translateY(-2px)}@media (max-width:900px){.maf-home-gallery-flow{grid-template-columns:minmax(150px,.75fr) 24px minmax(220px,1.15fr) 24px minmax(220px,1fr);gap:7px}.maf-home-gallery-flow figure img{height:164px}}@media (max-width:700px){.maf-home-gallery{padding:68px 0 64px}.maf-home-gallery-list{gap:18px;margin-top:26px}.maf-home-gallery-row{padding:15px}.maf-home-gallery-flow{grid-template-columns:minmax(0,1fr);gap:9px}.maf-home-gallery-flow figure img{height:190px}.maf-home-gallery-arrow{height:20px;line-height:20px;transform:rotate(90deg)}.maf-home-gallery-cta{box-sizing:border-box;width:100%}}@media (prefers-reduced-motion:reduce){.maf-home-gallery-row,.maf-home-gallery-flow figure img,.maf-home-gallery-cta{transition:none}.maf-home-gallery-row:hover,.maf-home-gallery-flow figure:hover img,.maf-home-gallery-cta:hover{transform:none}}.maf-showcase{background:linear-gradient(#020108 0,#02010800 140px),radial-gradient(at 50% 0,#0b0722 0%,#050211 55%,#020108 100%);padding:84px 0 78px;position:relative;overflow:hidden}.maf-showcase-rows{flex-direction:column;gap:22px;margin-top:8px;display:flex}.maf-showcase-row{border-radius:var(--maf-radius-md);-webkit-backdrop-filter:blur(16px);background:#090418b3;border:1px solid #aa63ff38;grid-template-columns:minmax(0,5fr) 64px minmax(0,7fr);align-items:center;gap:8px;padding:26px 24px;transition:border-color .25s,box-shadow .25s,transform .25s;display:grid;box-shadow:0 10px 30px #0006}.maf-showcase-row:hover{border-color:#aa63ff8c;transform:translateY(-4px);box-shadow:0 0 35px #aa63ff40}.maf-showcase-side{flex-direction:column;align-items:center;gap:12px;min-width:0;display:flex}.maf-showcase-step{font-family:var(--maf-font-display);letter-spacing:.18em;text-transform:uppercase;color:var(--maf-accent-soft);font-size:.66rem;font-weight:700}.maf-showcase-art{justify-content:center;align-items:center;width:100%;height:116px;display:flex}.maf-showcase-art img{object-fit:contain;width:auto;max-width:100%;height:auto;max-height:100%}.maf-showcase-art-out{box-sizing:border-box;border-radius:var(--maf-radius-sm,12px);background:linear-gradient(#f4f2fa 0%,#e2ddef 100%);border:1px solid #ffffff24;height:174px;padding:10px 18px;box-shadow:0 8px 28px #aa63ff47}.maf-showcase-tester{grid-template-rows:minmax(0,1fr) 38px;gap:6px;width:100%;height:100%;display:grid}.maf-showcase-liveplate{min-width:0;min-height:0;position:relative}.maf-showcase-liveplate>img{object-fit:contain;width:100%;height:100%;position:absolute;inset:0}.maf-showcase-liveplate canvas{display:block;position:relative}.maf-showcase-tester label{background:#ffffffb8;border:1px solid #42365b38;border-radius:8px;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:10px;padding:0 10px;display:grid}.maf-showcase-tester label>span{color:#675c77;white-space:nowrap;font-size:.66rem;font-weight:800}.maf-showcase-tester input{color:#171221;min-width:0;height:28px;font:800 .78rem/1 var(--maf-font-body);letter-spacing:.04em;text-transform:uppercase;background:0 0;border:0;outline:0;padding:0}.maf-showcase-tester label:focus-within{border-color:#7e36e5b3;box-shadow:0 0 0 3px #7e36e51f}.maf-showcase-pick{color:var(--maf-text);border-radius:var(--maf-radius-pill);text-align:center;background:#aa63ff24;border:1px solid #aa63ff57;padding:6px 14px;font-size:.86rem;font-weight:700}.maf-showcase-note{color:var(--maf-text-dim);font-variant-numeric:tabular-nums;font-size:.78rem}.maf-showcase-arrow{color:var(--maf-accent);justify-content:center;align-items:center;display:flex}.maf-showcase-arrow svg{fill:none;stroke:currentColor;stroke-width:2.4px;stroke-linecap:round;stroke-linejoin:round;filter:drop-shadow(0 0 8px #aa63ff73);width:40px;height:24px}.maf-showcase-proof-actions{text-align:center;flex-wrap:wrap;justify-content:center;align-items:center;gap:12px;width:min(760px,100%);margin:30px auto 0;display:flex}.maf-proof-sequence{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:30px;display:grid}.maf-proof-sequence article{border-radius:var(--maf-radius-sm);background:#090418b8;border:1px solid #aa63ff3d;flex-direction:column;gap:10px;min-width:0;padding:14px;display:flex}.maf-proof-sequence article>span{color:var(--maf-accent-soft);font-family:var(--maf-font-display);letter-spacing:.13em;text-transform:uppercase;font-size:.64rem;font-weight:800}.maf-proof-sequence article>strong{color:#fff;font-size:.82rem;line-height:1.25}.maf-proof-sequence-art,.maf-proof-sequence-tools{border-radius:8px;justify-content:center;align-items:center;height:108px;display:flex;overflow:hidden}.maf-proof-sequence-art{background:#111420;padding:9px}.maf-proof-sequence-art img{object-fit:contain;width:auto;max-width:100%;height:auto;max-height:100%}.maf-proof-sequence-art.is-atlas{background-color:#171b2a;background-image:linear-gradient(45deg,#22283b 25%,#0000 25%),linear-gradient(-45deg,#22283b 25%,#0000 25%),linear-gradient(45deg,#0000 75%,#22283b 75%),linear-gradient(-45deg,#0000 75%,#22283b 75%);background-position:0 0,0 8px,8px -8px,-8px 0;background-size:16px 16px}.maf-proof-sequence-art.is-output{background:linear-gradient(#f4f2fa 0%,#e2ddef 100%)}.maf-proof-sequence-tools{background:#090b17;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;padding:10px;display:grid}.maf-proof-sequence-tools b{color:#ded5ee;background:#4c29823d;border:1px solid #aa63ff61;border-radius:7px;justify-content:center;align-items:center;height:35px;padding:0 5px;font-size:.66rem;display:flex}.maf-proof-sequence-note{color:var(--maf-text-dim);text-align:center;margin:12px auto 0;font-size:.76rem;line-height:1.45}.maf-showcase-proof-actions a,.maf-showcase-proof-actions button{border-radius:var(--maf-radius-sm);min-height:44px;font-family:var(--maf-font-body);justify-content:center;align-items:center;padding:0 20px;font-size:.84rem;font-weight:800;text-decoration:none;display:inline-flex}.maf-showcase-proof-actions a{color:#fff;background:linear-gradient(135deg,#a55dff,#6431dc);border:1px solid #0000}.maf-showcase-proof-actions button{color:#e8d9ff;background:#221246c7;border:1px solid #aa63ff94}.maf-showcase-proof-actions a:hover,.maf-showcase-proof-actions button:hover:not(:disabled){color:#fff;border-color:#bd8aff;text-decoration:none}.maf-showcase-proof-actions button:disabled{cursor:progress;opacity:.72}.maf-showcase-proof-actions p{max-width:670px;color:var(--maf-text-dim);flex-basis:100%;margin:2px auto 0;font-size:.82rem;line-height:1.55}@media (max-width:760px){.maf-showcase-row{grid-template-columns:minmax(0,1fr);gap:16px;padding:22px 18px}.maf-showcase-arrow{transform:rotate(90deg)}.maf-showcase-art{height:96px}.maf-showcase-art-out{height:156px}.maf-showcase-proof-actions a,.maf-showcase-proof-actions button{width:100%}.maf-proof-sequence{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:430px){.maf-proof-sequence{grid-template-columns:minmax(0,1fr)}}@media (prefers-reduced-motion:reduce){.maf-showcase-row{transition:none}.maf-showcase-row:hover{transform:none}}[data-theme=light] .maf-showcase{background:radial-gradient(ellipse at 50% 0%, var(--maf-text-muted) 0%, var(--maf-text-dim) 60%, #64748b 100%)}[data-theme=light] .maf-showcase-row{background:#ffffffd9;border-color:#aa63ff4d;box-shadow:0 10px 30px #00000014}[data-theme=light] .maf-showcase-pick{color:#0b0f1f;background:#aa63ff1f}[data-theme=light] .maf-showcase-note{color:#334155}.maf-intent-page{color:var(--maf-text,#f7f3ff);font-family:var(--maf-font-body);background:radial-gradient(circle at 50% 0,#8e49ff29,#0000 38rem),#08051c}.maf-font-workshop-page{--maf-workshop-header-offset:108px;min-height:100vh;padding-top:var(--maf-workshop-header-offset);background:#08051c}.maf-font-workshop-page .maf-creation-workshop{min-height:calc(100vh - var(--maf-workshop-header-offset));box-sizing:border-box}.maf-font-workshop-loading{min-height:calc(100vh - var(--maf-workshop-header-offset));color:#aaa2b7;place-items:center;display:grid}@media (max-width:780px){.maf-font-workshop-page{--maf-workshop-header-offset:64px}}.maf-creation-workshop{background:radial-gradient(circle at 78% 10%,#873ef329,#0000 34rem),#08051c;border-top:1px solid #ad67ff3d;border-bottom:1px solid #ad67ff33;padding:82px 0;scroll-margin-top:92px}.maf-creation-shell{background:#050714f5;border:1px solid #9e5cff5c;border-radius:22px;grid-template-columns:minmax(230px,.34fr) minmax(0,1fr);display:grid;overflow:hidden;box-shadow:0 30px 90px #0006,0 0 55px #732fe11a}.maf-creation-nav{background:linear-gradient(155deg,#20133ddb,#080818f5);border-right:1px solid #9e5cff40;padding:28px 20px}.maf-creation-nav>span,.maf-creation-header>span,.maf-creation-headrow>span{color:#b975ff;font-family:var(--maf-font-display);letter-spacing:.14em;text-transform:uppercase;font-size:.66rem;font-weight:800}.maf-creation-nav>h2{color:#fff;font-family:var(--maf-font-title);letter-spacing:-.04em;margin:9px 3px 24px;font-size:1.55rem;line-height:1.05}.maf-creation-nav nav{gap:9px;display:grid}.maf-creation-nav a{color:#ddd5ea;background:#0f0f23a8;border:1px solid #0000;border-radius:12px;gap:4px;padding:14px 15px;text-decoration:none;transition:border-color .18s,background .18s,transform .18s;display:grid}.maf-creation-nav a:hover,.maf-creation-nav a:focus-visible{color:#fff;border-color:#b87eff70;transform:translate(2px)}.maf-creation-nav a.is-active{color:#fff;background:linear-gradient(135deg,#823ae661,#391d6757);border-color:#a45cff;box-shadow:inset 3px 0 #bd84ff}.maf-creation-nav a b{font-size:.86rem}.maf-creation-nav a small{color:#91899e;font-size:.7rem;line-height:1.4}.maf-creation-tool{min-width:0;padding:clamp(25px,3.5vw,44px)}.maf-creation-header{max-width:750px;margin-bottom:26px}.maf-creation-headrow{justify-content:space-between;align-items:center;gap:16px;display:flex}.maf-creation-header h2{color:#fff;font-family:var(--maf-font-title);letter-spacing:-.045em;margin:8px 0 10px;font-size:clamp(1.55rem,2.5vw,2.35rem);line-height:1.08}.maf-creation-header p{color:#a8a0b5;margin:0;font-size:.9rem;line-height:1.6}.maf-creation-noimage{color:#c78cff;align-items:center;gap:7px;width:fit-content;margin-top:10px;font-size:.78rem;font-weight:750;text-decoration:none;display:inline-flex}.maf-creation-noimage:hover,.maf-creation-noimage:focus-visible{color:#fff;text-decoration:none}.maf-creation-template{background:#2315416b;border:1px solid #aa68ff47;border-radius:14px;grid-template-columns:86px minmax(0,1fr) auto;align-items:center;gap:16px;margin-bottom:22px;padding:13px;display:grid}.maf-creation-template img{object-fit:cover;object-position:top;background:#fff;border-radius:8px;width:86px;height:64px}.maf-creation-template b{color:#f4eefc;font-size:.84rem}.maf-creation-template p{color:#968da3;margin:4px 0 0;font-size:.74rem}.maf-creation-template button{color:#fff;min-height:42px;font:inherit;cursor:pointer;background:#7030cc8f;border:1px solid #ac6bff;border-radius:10px;padding:0 16px;font-size:.78rem;font-weight:800}.maf-handwriting-method{background:#0a0a1cbd;border:1px solid #aa68ff47;border-radius:14px;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-bottom:22px;padding:5px;display:grid}.maf-handwriting-method button{color:#d8d0e3;min-height:72px;font:inherit;text-align:left;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:10px;align-content:center;gap:4px;padding:12px 15px;display:grid}.maf-handwriting-method button.is-on{color:#fff;background:linear-gradient(135deg,#7d39e06b,#401f7057);border-color:#ab68ff;box-shadow:inset 3px 0 #bd84ff}.maf-handwriting-method b{font-size:.86rem}.maf-handwriting-method small{color:#968da3;font-size:.7rem}.maf-creation-grid.is-hand-draw{grid-template-columns:minmax(0,1fr)}.maf-hand-drawer-coverage{color:#c8c0d2;grid-template-columns:minmax(0,280px) minmax(0,1fr);align-items:center;gap:6px 16px;font-size:.75rem;font-weight:750;display:grid}.maf-hand-drawer-coverage select{box-sizing:border-box;color:#f4effa;width:100%;height:46px;font:inherit;background:#101020;border:1px solid #a36be857;border-radius:10px;outline:none;grid-column:1;padding:0 13px;font-size:.82rem}.maf-hand-drawer-coverage small{color:#81798e;grid-area:1/2/span 2;font-size:.7rem;font-weight:500;line-height:1.45}.maf-hand-drawer{background:radial-gradient(circle at 20% 10%,#9148f124,#0000 38%),#070817d1;border:1px solid #b574ff4d;border-radius:18px;grid-template-columns:minmax(330px,.95fr) minmax(310px,1.05fr);gap:20px;min-width:0;padding:18px;display:grid}.maf-hand-drawer-main,.maf-hand-drawer-map{min-width:0}.maf-hand-drawer-main{flex-direction:column;align-items:stretch;gap:12px;display:flex}.maf-hand-drawer-heading{justify-content:space-between;align-items:center;gap:18px;min-height:58px;display:flex}.maf-hand-drawer-heading>div{align-items:center;gap:11px;display:flex}.maf-hand-drawer-heading span{color:#aaa1b6;font-size:.72rem}.maf-hand-drawer-heading strong{color:#fff;background:#7b35dc47;border:1px solid #a968ff;border-radius:10px;place-items:center;min-width:42px;height:42px;font-size:1.45rem;display:grid}.maf-hand-drawer-heading p{color:#81798e;text-align:right;max-width:240px;margin:0;font-size:.66rem;line-height:1.45}.maf-hand-reference-controls{background:#120d2694;border:1px solid #b170ff33;border-radius:11px;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px 12px;padding:11px;display:grid}.maf-hand-reference-controls label{color:#aaa1b6;grid-template-columns:1fr auto;align-items:center;gap:5px 8px;min-width:0;font-size:.65rem;font-weight:750;display:grid}.maf-hand-reference-controls select{color:#eee7f6;width:100%;height:34px;font:inherit;background:#101020;border:1px solid #a36be84d;border-radius:8px;grid-column:1/-1;padding:0 9px;font-size:.7rem}.maf-hand-reference-controls input[type=range]{accent-color:#a855f7;grid-column:1/-1;width:100%}.maf-hand-reference-controls output{color:#d6c5e9;font-size:.62rem}.maf-hand-reference-controls>small{color:#756d82;text-align:right;grid-column:1/-1;font-size:.62rem}.maf-hand-drawer-canvaswrap{aspect-ratio:1;background:#fff;border:1px solid #b274ff66;border-radius:14px;align-self:center;width:min(100%,500px);position:relative;overflow:hidden;box-shadow:0 18px 44px #00000052,inset 0 0 0 10px #8449da0a}.maf-hand-drawing-canvas{z-index:1;cursor:crosshair;touch-action:none;width:100%;height:100%;display:block;position:relative}.maf-hand-reference-canvas{z-index:2;pointer-events:none;-webkit-user-select:none;user-select:none;width:100%;height:100%;display:block;position:absolute;inset:0}.maf-hand-drawer-controls,.maf-hand-drawer-next{align-items:center;gap:8px;display:flex}.maf-hand-drawer-controls label{color:#aaa1b6;align-items:center;gap:8px;min-width:0;margin-right:auto;font-size:.7rem;font-weight:750;display:flex}.maf-hand-drawer-controls input{accent-color:#a855f7;width:min(150px,20vw)}.maf-hand-drawer-controls button,.maf-hand-drawer-next button{color:#ddd5e8;min-height:38px;font:inherit;cursor:pointer;background:#26174380;border:1px solid #b170ff57;border-radius:9px;padding:0 12px;font-size:.72rem;font-weight:750}.maf-hand-drawer-controls button:disabled,.maf-hand-drawer-next button:disabled{opacity:.38;cursor:default}.maf-hand-drawer-next{justify-content:space-between}.maf-hand-drawer-next button:last-child{color:#fff;background:#7a37dc73;border-color:#ae6dff}.maf-hand-drawer-map{background:#0c0c1fb8;border:1px solid #b170ff33;border-radius:14px;flex-direction:column;gap:14px;padding:14px;display:flex}.maf-hand-drawer-progress{gap:8px;display:grid}.maf-hand-drawer-progress b{color:#e8e1f1;font-size:.8rem}.maf-hand-drawer-progress>span{background:#ffffff14;border-radius:999px;height:6px;overflow:hidden}.maf-hand-drawer-progress i{border-radius:inherit;background:linear-gradient(90deg,#7c3aed,#c084fc);height:100%;transition:width .16s;display:block}.maf-hand-drawer-characters{grid-template-columns:repeat(auto-fill,minmax(32px,1fr));align-content:start;gap:6px;padding-right:3px;display:grid;overflow-y:auto}.maf-hand-drawer-characters button{aspect-ratio:1;color:#91899d;min-width:0;font:750 .74rem var(--maf-font-body);cursor:pointer;background:#ffffff06;border:1px solid #a16fde3d;border-radius:8px;place-items:center;display:grid}.maf-hand-drawer-characters button.is-drawn{color:#e9dcfa;background:#1e80542e;border-color:#58d3987a}.maf-hand-drawer-characters button.is-active{color:#fff;background:#833be76b;border-color:#b66fff;box-shadow:0 0 0 2px #ae68ff1f}.maf-hand-drawer-preview{border-top:1px solid #b170ff2e;flex-direction:column;flex:1;gap:10px;min-height:190px;padding-top:13px;display:flex;overflow:hidden}.maf-hand-drawer-preview>b{color:#e8e1f1;font-size:.78rem}.maf-hand-drawer-preview>p{color:#716a7e;text-align:center;border:1px dashed #b170ff33;border-radius:11px;flex:1;place-items:center;margin:0;padding:20px;font-size:.72rem;line-height:1.5;display:grid}.maf-hand-drawer-preview-grid{grid-template-columns:repeat(auto-fill,minmax(58px,1fr));gap:8px;padding:2px 3px 3px 2px;display:grid;overflow-y:auto}.maf-hand-drawer-preview-grid button{aspect-ratio:1;cursor:pointer;background:#fff;border:1px solid #ab6cff47;border-radius:9px;min-width:0;padding:0;position:relative;overflow:hidden}.maf-hand-drawer-preview-grid button.is-active{border-color:#b66fff;box-shadow:0 0 0 2px #ae68ff40}.maf-hand-drawer-preview-grid img{object-fit:contain;width:100%;height:100%;display:block}.maf-hand-drawer-preview-grid span{color:#fff;background:#140c26d1;border-radius:5px;place-items:center;min-width:18px;height:18px;font-size:.58rem;font-weight:800;display:grid;position:absolute;bottom:3px;right:3px}.maf-hand-drawer-use{color:#fff;min-height:50px;font:850 .82rem var(--maf-font-body);cursor:pointer;background:linear-gradient(135deg,#a75cff,#7438e9);border:1px solid #b775ff;border-radius:11px;margin-top:auto}.maf-hand-drawer-use:disabled{color:#91899d;cursor:default;background:#3c225e59;border-color:#b170ff33}.maf-hand-drawer-error{color:#ffb5c2;margin:0;font-size:.72rem;line-height:1.45}@media (max-width:900px){.maf-hand-drawer{grid-template-columns:minmax(0,1fr)}}@media (max-width:520px){.maf-handwriting-method{grid-template-columns:minmax(0,1fr)}.maf-hand-drawer{padding:12px}.maf-hand-drawer-coverage{grid-template-columns:minmax(0,1fr)}.maf-hand-drawer-coverage small{grid-area:auto/1}.maf-hand-drawer-heading{align-items:flex-start}.maf-hand-drawer-heading p{max-width:150px}.maf-hand-drawer-controls{flex-wrap:wrap}.maf-hand-drawer-controls label{width:100%}.maf-hand-drawer-controls input{flex:1;width:auto}}.maf-creation-grid{grid-template-columns:minmax(260px,.9fr) minmax(300px,1.1fr);gap:22px;display:grid}.maf-creation-drop{color:#eee7f7;min-height:355px;font:inherit;text-align:center;cursor:pointer;background:linear-gradient(#0d101fe0,#0d101fe0),repeating-conic-gradient(#1b2030 0% 25%,#232a3e 0% 50%) 0 0/24px 24px;border:1px dashed #bc89ff94;border-radius:17px;flex-direction:column;justify-content:center;align-items:center;gap:9px;padding:20px;display:flex;overflow:hidden}.maf-creation-drop:hover,.maf-creation-drop:focus-visible{border-color:#c893ff;box-shadow:inset 0 0 42px #893deb1f}.maf-creation-drop>span{color:#c788ff;background:#682ebd3d;border:1px solid #be8bff7a;border-radius:13px;place-items:center;width:48px;height:48px;font-size:1.5rem;display:grid}.maf-creation-drop b{font-size:.92rem}.maf-creation-drop small{color:#8d8598;font-size:.72rem}.maf-creation-drop.has-file{border-style:solid;padding:12px}.maf-creation-drop img{object-fit:contain;width:100%;height:100%;max-height:330px}.maf-image-crop{background:#080a18eb;border:1px solid #bc89ff6b;border-radius:17px;flex-direction:column;min-width:0;min-height:355px;display:flex;overflow:hidden}.maf-image-crop-stage{background:linear-gradient(#080a17b3,#080a17b3),repeating-conic-gradient(#1b2030 0% 25%,#232a3e 0% 50%) 0 0/22px 22px;flex:1;place-items:center;min-height:265px;padding:12px;display:grid;overflow:hidden}.maf-image-crop-frame{cursor:crosshair;touch-action:none;-webkit-user-select:none;user-select:none;border-radius:9px;width:fit-content;max-width:100%;position:relative;overflow:hidden}.maf-image-crop-frame>img{pointer-events:none;-webkit-user-select:none;user-select:none;width:auto;max-width:100%;height:auto;max-height:310px;display:block}.maf-image-crop-box{z-index:2;box-sizing:border-box;cursor:move;touch-action:none;background:#a65dff09;border:2px solid #c084fc;position:absolute;box-shadow:0 0 0 9999px #000,0 0 18px #a855f780}.maf-image-crop-box button{z-index:3;cursor:nwse-resize;touch-action:none;background:#f4eaff;border:2px solid #4d1d79;border-radius:4px;width:15px;height:15px;padding:0;position:absolute;box-shadow:0 0 0 1px #d8adff}.maf-image-crop-box button:focus-visible{outline-offset:3px;outline:2px solid #fff}.maf-image-crop-box .is-nw{top:-8px;left:-8px}.maf-image-crop-box .is-ne{cursor:nesw-resize;top:-8px;right:-8px}.maf-image-crop-box .is-se{bottom:-8px;right:-8px}.maf-image-crop-box .is-sw{cursor:nesw-resize;bottom:-8px;left:-8px}.maf-image-crop>p{color:#b8aec5;text-align:center;margin:0;padding:9px 14px 0;font-size:.69rem;line-height:1.4}.maf-image-crop-actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;padding:10px 12px 0;display:grid}.maf-image-crop-actions button{color:#e8e0f1;min-height:36px;font:inherit;cursor:pointer;background:#23173d94;border:1px solid #b170ff52;border-radius:9px;font-size:.7rem;font-weight:750}.maf-image-crop-actions button:hover,.maf-image-crop-actions button:focus-visible{color:#fff;border-color:#bf86ff}.maf-image-crop-actions button:disabled{opacity:.42;cursor:default}.maf-image-crop>small{color:#777081;text-align:center;padding:8px 12px 12px;font-size:.65rem}.maf-text-font-idea{box-sizing:border-box;background:linear-gradient(145deg,#16112be6,#0a0d1cf5);border:1px solid #a36be84d;border-radius:17px;align-content:start;gap:18px;min-height:355px;padding:22px;display:grid}.maf-text-font-idea label{color:#c8c0d2;gap:8px;font-size:.75rem;font-weight:750;display:grid}.maf-text-font-idea input,.maf-text-font-idea textarea{box-sizing:border-box;color:#f4effa;width:100%;font:inherit;background:#101020;border:1px solid #a36be857;border-radius:10px;outline:none;font-size:.84rem}.maf-text-font-idea input{height:46px;padding:0 13px}.maf-text-font-idea textarea{resize:vertical;min-height:128px;padding:12px 13px;line-height:1.5}.maf-text-font-idea input:focus,.maf-text-font-idea textarea:focus{border-color:#b66dff;box-shadow:0 0 0 3px #944bf21f}.maf-text-font-idea label small{color:#817988;text-align:right;font-weight:500}.maf-text-font-suggestions{flex-wrap:wrap;gap:7px;display:flex}.maf-text-font-suggestions>span{color:#91889d;width:100%;font-size:.7rem}.maf-text-font-suggestions button{color:#cfc5da;font:inherit;cursor:pointer;background:#121124e0;border:1px solid #a36be857;border-radius:999px;padding:7px 10px;font-size:.7rem}.maf-text-font-suggestions button:hover,.maf-text-font-suggestions button:focus-visible{color:#fff;border-color:#b66dff}.maf-creation-settings{grid-template-columns:minmax(0,1fr) 150px;align-content:start;gap:16px;display:grid}.maf-creation-settings label{color:#c8c0d2;align-content:start;gap:8px;font-size:.75rem;font-weight:750;display:grid}.maf-creation-settings .is-wide,.maf-creation-submit,.maf-creation-error{grid-column:1/-1}.maf-creation-settings select,.maf-creation-settings input,.maf-creation-settings textarea{box-sizing:border-box;color:#f4effa;width:100%;font:inherit;background:#101020;border:1px solid #a36be857;border-radius:10px;outline:none;font-size:.82rem}.maf-creation-settings select,.maf-creation-settings input{height:46px;padding:0 13px}.maf-creation-settings textarea{resize:vertical;min-height:95px;padding:12px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;line-height:1.55}.maf-creation-settings select:focus,.maf-creation-settings input:focus,.maf-creation-settings textarea:focus{border-color:#b66dff;box-shadow:0 0 0 3px #944bf21f}.maf-creation-settings label>small{color:#817988;font-weight:500}.maf-quality-picker{border:0;grid-column:1/-1;min-width:0;margin:0;padding:0}.maf-quality-picker legend{color:#c8c0d2;margin-bottom:8px;font-size:.75rem;font-weight:750}.maf-quality-picker>div{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.maf-quality-picker button{color:#d8d0e2;min-width:0;font:inherit;text-align:left;cursor:pointer;background:#101020;border:1px solid #a36be857;border-radius:11px;padding:12px 13px}.maf-quality-picker button.is-selected{background:#6e30bf47;border-color:#b66dff;box-shadow:inset 0 0 0 1px #b66dff29}.maf-quality-picker button>span{justify-content:space-between;align-items:baseline;gap:8px;display:flex}.maf-quality-picker button strong{color:#fff;margin:0;font-size:.82rem;display:inline}.maf-quality-picker button em{color:#bf8aff;white-space:nowrap;font-size:.68rem;font-style:normal;font-weight:750}.maf-quality-picker button small{color:#91889d;margin-top:6px;font-size:.69rem;line-height:1.35;display:block}.maf-quality-picker>p{color:#8e8698;margin:7px 0 0;font-size:.7rem;line-height:1.4}.maf-quality-picker.is-compact{margin-top:7px}.maf-quality-picker.is-compact legend{clip-path:inset(50%);width:1px;height:1px;position:absolute;overflow:hidden}.maf-quality-picker.is-compact>div{gap:5px}.maf-quality-picker.is-compact button{text-align:center;border-radius:7px;padding:5px 7px}.maf-quality-picker.is-compact button>span{justify-content:center}.maf-quality-picker.is-compact button strong{font-size:.66rem}.maf-quality-picker.is-compact button em{display:none}.maf-quality-picker.is-compact>p{margin-top:4px;font-size:.6rem;line-height:1.25}.maf-creation-submit{gap:8px;margin-top:4px;display:grid}.maf-creation-submit button{color:#fff;min-height:52px;font:inherit;cursor:pointer;background:linear-gradient(135deg,#a75cff,#7438e9);border:1px solid #b775ff;border-radius:12px;font-size:.9rem;font-weight:850;box-shadow:0 12px 30px #7438e940}.maf-creation-submit button:disabled{cursor:wait;opacity:.72}.maf-creation-submit button.maf-creation-ai-alternative{color:#c78cff;min-height:auto;box-shadow:none;background:0 0;border:0;border-radius:0;justify-content:center;align-items:center;gap:8px;padding:2px 0 5px;font-size:.78rem;font-weight:750;display:inline-flex}.maf-creation-submit button.maf-creation-ai-alternative:hover,.maf-creation-submit button.maf-creation-ai-alternative:focus-visible{color:#fff}.maf-creation-submit>span{color:#8e8698;text-align:center;font-size:.7rem}.maf-creation-error{color:#ffbdca;background:#801c3633;border:1px solid #ff5b7759;border-radius:10px;margin:0;padding:11px 13px;font-size:.78rem;line-height:1.45}@media (max-width:960px){.maf-creation-shell{grid-template-columns:minmax(0,1fr)}.maf-creation-nav{border-bottom:1px solid #9e5cff40;border-right:0}.maf-creation-nav>h2{margin-bottom:16px}.maf-creation-nav nav{grid-template-columns:repeat(4,minmax(0,1fr))}.maf-creation-nav a{padding:11px}}@media (max-width:700px){.maf-creation-workshop{padding:56px 0}.maf-creation-nav nav{grid-template-columns:repeat(2,minmax(0,1fr))}.maf-creation-grid{grid-template-columns:minmax(0,1fr)}.maf-creation-drop{min-height:250px}.maf-creation-template{grid-template-columns:70px minmax(0,1fr)}.maf-creation-template img{width:70px}.maf-creation-template button{grid-column:1/-1}}@media (max-width:480px){.maf-creation-nav,.maf-creation-tool{padding:20px 16px}.maf-creation-settings{grid-template-columns:minmax(0,1fr)}.maf-creation-settings label,.maf-quality-picker,.maf-creation-submit,.maf-creation-error{grid-column:1}}.maf-intent-hero{background-image:url(/manga-alt-city-wide.webp);background-position:50% 42%;background-size:cover;min-height:760px;padding:158px 0 98px;position:relative;overflow:hidden}.maf-intent-hero:before{content:"";pointer-events:none;background:linear-gradient(90deg,#02050ffa 0%,#02050fdb 34%,#02050f75 64%,#02050fa8 100%),linear-gradient(#02050fc7 0%,#02050f1a 46%,#08051c 100%);position:absolute;inset:0}.maf-intent-hero:after{content:"";z-index:0;pointer-events:none;background:linear-gradient(#0000,#08051c);height:150px;position:absolute;bottom:0;left:0;right:0}.maf-intent-hero-grid{z-index:1;grid-template-columns:minmax(0,.94fr) minmax(420px,1.06fr);align-items:center;gap:clamp(42px,6vw,92px);display:grid;position:relative}.maf-intent-copy{max-width:650px}.maf-intent-eyebrow,.maf-intent-heading>span,.maf-intent-final .wrap>span{border-radius:var(--maf-radius-pill);color:#bd8aff;font-family:var(--maf-font-display);letter-spacing:.15em;text-transform:uppercase;background:#6431dc29;border:1px solid #b170ff66;padding:6px 10px;font-size:.72rem;font-weight:800;line-height:1.3;display:inline-block}.maf-intent-copy h1{color:#fff;max-width:720px;font-family:var(--maf-font-title);letter-spacing:-.055em;text-shadow:0 6px 24px #0000008c;margin:17px 0 20px;font-size:clamp(2.35rem,4.4vw,4.25rem);font-weight:900;line-height:.98}.maf-intent-lead{color:#d7dae4;max-width:620px;margin:0;font-size:clamp(1rem,1.6vw,1.18rem);line-height:1.68}.maf-intent-actions{flex-wrap:wrap;gap:12px;margin-top:30px;display:flex}.maf-intent-primary,.maf-intent-secondary{box-sizing:border-box;text-align:center;cursor:pointer;border-radius:12px;justify-content:center;align-items:center;min-height:50px;padding:0 22px;font-family:inherit;font-size:.92rem;font-weight:800;text-decoration:none;transition:border-color .2s,box-shadow .2s,transform .2s;display:inline-flex}.maf-intent-primary{color:#fff;background:linear-gradient(135deg,#a85eff,#7137e8);border:1px solid #a961ff;box-shadow:0 10px 30px #7e38eb47}.maf-intent-secondary{color:#e5d8f9;background:#190e31b8;border:1px solid #bc8bff6b}.maf-intent-primary:hover,.maf-intent-secondary:hover{color:#fff;border-color:#d3afff;text-decoration:none;transform:translateY(-2px)}.maf-intent-primary:hover{box-shadow:0 12px 34px #974dff66}.maf-intent-price{color:#928aa2;margin:13px 0 0;font-size:.8rem}.maf-intent-proof{border:1px solid var(--maf-line);border-radius:var(--maf-radius-lg);background:#050814f0;grid-template-columns:minmax(0,.82fr) 42px minmax(0,1.18fr);align-items:center;gap:10px;padding:clamp(16px,2.2vw,26px);display:grid;box-shadow:0 26px 75px #00000080,0 0 45px #7731e429}.maf-intent-proof-card{min-width:0}.maf-intent-proof-card>span{color:#a99eb9;min-height:2.2em;font-family:var(--maf-font-display);letter-spacing:.09em;text-align:center;text-transform:uppercase;margin-bottom:10px;font-size:.64rem;font-weight:800;line-height:1.35;display:block}.maf-intent-proof-art{box-sizing:border-box;border:1px solid var(--maf-line-control);border-radius:var(--maf-radius-md);background:#111523;justify-content:center;align-items:center;height:190px;padding:14px;display:flex;overflow:hidden}.maf-intent-proof-art.is-output{background-color:#111523;background-image:linear-gradient(45deg,#1c2233 25%,#0000 25%),linear-gradient(-45deg,#1c2233 25%,#0000 25%),linear-gradient(45deg,#0000 75%,#1c2233 75%),linear-gradient(-45deg,#0000 75%,#1c2233 75%);background-position:0 0,0 10px,10px -10px,-10px 0;background-size:20px 20px}.maf-intent-proof-art img{object-fit:contain;width:auto;max-width:100%;height:auto;max-height:100%}.maf-intent-proof-arrow{color:#a65dff;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2.5px;filter:drop-shadow(0 0 8px #a65dff99);width:42px}.maf-intent-proof>p{color:#91889f;text-align:center;grid-column:1/-1;margin:10px 2px 0;font-size:.74rem;line-height:1.52}.maf-intent-section{border-top:1px solid var(--maf-line-soft);background:#08051c;padding:88px 0}.maf-intent-section.is-tinted{background:radial-gradient(circle at 15% 0,#803beb1f,#0000 36rem),#060312}.maf-intent-heading{text-align:center;max-width:750px;margin:0 auto 38px}.maf-intent-heading h2,.maf-intent-final h2{color:#fff;font-family:var(--maf-font-title);letter-spacing:-.055em;margin:12px 0 14px;font-size:clamp(1.7rem,3vw,2.75rem);font-weight:900;line-height:1.08}.maf-intent-heading p{color:#aaa2b7;margin:0;font-size:1rem;line-height:1.65}.maf-intent-steps,.maf-intent-benefits{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.maf-intent-steps article,.maf-intent-benefits article{border:1px solid var(--maf-line);border-radius:var(--maf-radius-md);background:linear-gradient(155deg,#16122de6,#050814f0)}.maf-intent-steps article{padding:29px 25px 25px;position:relative}.maf-intent-steps article>b{color:#d9b8ff;width:31px;height:31px;font-family:var(--maf-font-display);background:#6f31d33d;border:1px solid #bb7fff73;border-radius:9px;justify-content:center;align-items:center;margin-bottom:18px;font-size:.75rem;display:inline-flex}.maf-intent-steps h3,.maf-intent-benefits h3{color:#f8f5fd;font-family:var(--maf-font-display);margin:0 0 8px;font-size:1rem;line-height:1.35}.maf-intent-steps p,.maf-intent-benefits p{color:#9f97ad;margin:0;font-size:.87rem;line-height:1.58}.maf-intent-benefits article{gap:14px;padding:23px;display:flex}.maf-intent-benefits article>span{color:#dcbfff;background:#853eee47;border-radius:50%;flex:0 0 27px;justify-content:center;align-items:center;width:27px;height:27px;font-weight:900;display:flex}.maf-intent-formats{flex-wrap:wrap;justify-content:center;gap:10px;margin-top:30px;display:flex}.maf-intent-formats strong{color:#e9ddf8;min-width:70px;font-family:var(--maf-font-display);letter-spacing:.08em;text-align:center;background:#53269b33;border:1px solid #b170ff59;border-radius:9px;padding:9px 14px;font-size:.7rem}.maf-intent-format-note{color:#8d849c;text-align:center;max-width:650px;margin:14px auto 0;font-size:.78rem;line-height:1.55}.maf-intent-faq-grid{grid-template-columns:minmax(260px,.72fr) minmax(0,1.28fr);align-items:start;gap:clamp(34px,7vw,90px);display:grid}.maf-intent-faq-grid .maf-intent-heading{text-align:left;margin:0}.maf-intent-faq details{border-bottom:1px solid #aa63ff33}.maf-intent-faq details:first-child{border-top:1px solid #aa63ff33}.maf-intent-faq summary{color:#eee9f6;cursor:pointer;padding:20px 40px 20px 0;font-size:.96rem;font-weight:750;line-height:1.4;list-style:none;position:relative}.maf-intent-faq summary::-webkit-details-marker{display:none}.maf-intent-faq summary:after{content:"+";color:#b879ff;font-size:1.35rem;font-weight:400;position:absolute;top:18px;right:5px}.maf-intent-faq details[open] summary:after{content:"−"}.maf-intent-faq details p{color:#9d95aa;max-width:700px;margin:-2px 40px 20px 0;font-size:.88rem;line-height:1.65}.maf-intent-final{text-align:center;background:radial-gradient(at 50% 100%,#7e30ed47,#0000 65%),#060312;border-top:1px solid #b170ff33;padding:82px 0 88px}.maf-intent-final p{color:#aaa2b7;margin:0 0 24px}@media (max-width:960px){.maf-intent-hero{padding-top:138px}.maf-intent-hero-grid{grid-template-columns:minmax(0,1fr)}.maf-intent-copy{text-align:center;max-width:760px;margin:0 auto}.maf-intent-actions{justify-content:center}.maf-intent-proof{box-sizing:border-box;width:min(720px,100%);margin:0 auto}}@media (max-width:700px){.maf-intent-section,.maf-intent-final{padding-top:62px;padding-bottom:62px}.maf-intent-hero{min-height:0;padding-top:120px;padding-bottom:72px}.maf-intent-steps,.maf-intent-benefits,.maf-intent-faq-grid{grid-template-columns:minmax(0,1fr)}.maf-intent-faq-grid .maf-intent-heading{text-align:center}.maf-intent-proof-art{height:150px}}@media (max-width:520px){.maf-intent-hero{background-image:url(/manga-alt-city-portrait.webp);background-position:top}.maf-intent-copy h1{font-size:clamp(2rem,11vw,3rem)}.maf-intent-actions{grid-template-columns:minmax(0,1fr);display:grid}.maf-intent-proof{grid-template-columns:minmax(0,1fr);gap:13px}.maf-intent-proof-arrow{margin:-2px auto;transform:rotate(90deg)}.maf-intent-proof-card>span{min-height:0}.maf-intent-proof-art{height:136px}.maf-intent-formats{grid-template-columns:repeat(2,minmax(0,1fr));display:grid}}@media (prefers-reduced-motion:reduce){.maf-intent-primary,.maf-intent-secondary{transition:none}.maf-intent-primary:hover,.maf-intent-secondary:hover{transform:none}}.maf-return{justify-content:center;align-items:center;min-height:70vh;padding:120px 24px;display:flex}.maf-return-inner{text-align:center;flex-direction:column;align-items:center;gap:18px;display:flex}.maf-return-spinner{border:2px solid #ffffff2e;border-top-color:#a78bfa;border-radius:50%;width:34px;height:34px;animation:.72s linear infinite maf-return-spin}@keyframes maf-return-spin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){.maf-return-spinner{border-top-color:#ffffff2e;animation:none}}.maf-return-copy{color:#ffffffd1;margin:0;font-size:1.02rem}.maf-return-link{color:#c4b5fd;text-underline-offset:3px;font-size:.92rem;text-decoration:underline}.maf-fontpage{max-width:var(--maxw);text-align:center;flex-direction:column;align-items:center;gap:18px;margin:0 auto;padding:140px 24px 120px;display:flex}.maf-fontpage h1{letter-spacing:-.02em;text-wrap:balance;margin:0;font-size:clamp(2rem,4vw,2.8rem)}.maf-fontpage-meta{color:#ffffff9e;margin:0;font-size:.95rem}.maf-fontpage-thumb{background:#060814b8;border:1px solid #ffffff1a;border-radius:16px;width:100%;padding:14px;overflow:hidden}.maf-fontpage-thumb img{object-fit:contain;width:100%;height:min(640px,62vh);display:block}.maf-fontpage-thumb-empty{width:100%;height:min(640px,62vh);display:block}.maf-fontpage-targets{grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:12px;width:100%;margin-top:6px;display:grid}.maf-fontpage-primary,.maf-fontpage-secondary{cursor:pointer;text-align:left;font:inherit;border-radius:14px;flex-direction:column;gap:4px;padding:16px 18px;transition:transform .12s,border-color .12s,background .12s;display:flex}.maf-fontpage-primary{color:#fff;background:linear-gradient(135deg,#8b5cf6,#a855f7);border:0}.maf-fontpage-secondary{color:#ffffffe6;background:#ffffff0a;border:1px solid #ffffff24}.maf-fontpage-primary:hover:not(:disabled),.maf-fontpage-secondary:hover:not(:disabled){border-color:#c4b5fd80;transform:translateY(-1px)}.maf-fontpage-primary:disabled,.maf-fontpage-secondary:disabled{opacity:.55;cursor:not-allowed}.maf-fontpage-target-label{font-size:1rem;font-weight:700}.maf-fontpage-target-blurb{opacity:.78;font-size:.8rem;line-height:1.35}.maf-fontpage-error{color:#fecaca;background:#7f1d1d47;border:1px solid #f8717166;border-radius:12px;margin:0;padding:12px 16px;font-size:.92rem}.maf-fontpage-keep{color:#ffffff8c;margin:6px 0 0;font-size:.88rem}.maf-fontpage-back{color:#c4b5fd;text-underline-offset:3px;font-size:.92rem;text-decoration:underline}.maf-fontpage>.maf-fontpage-primary{text-align:center;align-self:center;align-items:center;min-width:180px}.maf-fontpage-thumb.is-light{background:#fff;border-color:#ffffff3d}.maf-fontpage-thumb.is-dark{background:#0b0d18}.maf-fontpage-thumb{margin:0;transition:background .14s}.maf-fontpage-backdrop{letter-spacing:.1em;text-transform:uppercase;color:#ffffff80;justify-content:center;align-items:center;gap:8px;margin-top:12px;font:500 11px/1 ui-monospace,SF Mono,Menlo,monospace;display:flex}.maf-fontpage-thumb.is-light .maf-fontpage-backdrop{color:#0f12208c}.maf-fontpage-backdrop button{color:inherit;font:inherit;cursor:pointer;opacity:.7;background:0 0;border:1px solid;border-radius:999px;padding:5px 10px}.maf-fontpage-backdrop button.is-on{opacity:1;color:#7c3aed;background:#8b5cf629;border-color:#a78bfa}.maf-fontpage-thumb.is-dark .maf-fontpage-backdrop button.is-on{color:#c4b5fd}@media (min-width:1051px) and (max-width:1550px){.maf-alt-how article,.maf-alt-how article:first-of-type{grid-template-columns:minmax(0,1fr) clamp(110px,10.5vw,170px)}.maf-upload-preview,.maf-sheet-preview,.maf-alt-step-icon{aspect-ratio:140/108;width:100%;max-width:170px;height:auto;min-height:112px}}@media (max-width:1050px){.maf-alt-how article,.maf-alt-how article:first-of-type{grid-template-columns:minmax(0,1fr) clamp(132px,33vw,190px)}.maf-upload-preview,.maf-sheet-preview,.maf-alt-step-icon{aspect-ratio:140/108;width:100%;max-width:190px;height:auto;min-height:112px}}.maf-brandblock{flex:none;align-items:center;min-width:0;display:flex}@media (max-width:1050px){.maf-brandblock{flex-direction:column;align-items:flex-start;gap:3px}.maf-release{margin-left:0}}@media (max-width:600px){.maf-alt-how{margin-bottom:6px}.maf-alt-trust{margin-top:-36px}}.maf-drop-hint{max-width:100%;padding:0 15px}@media (max-width:1550px){.maf-alt-how select{text-overflow:ellipsis;padding-right:22px}}.maf-editor{max-width:1460px;font-family:var(--maf-font-body);flex-direction:column;gap:20px;margin:0 auto;padding:110px 24px 120px;display:flex}.maf-editor-workrow{grid-template-columns:minmax(0,1fr) 300px;align-items:start;gap:20px;display:grid}.maf-editor-toolpanel{border:1px solid var(--maf-line-soft);border-radius:var(--maf-radius-lg);background:var(--maf-surface);flex-direction:column;gap:14px;max-height:calc(100vh - 110px);padding:16px;display:flex;position:sticky;top:90px;overflow-y:auto}.maf-editor-toolpanel .maf-editor-colorbar,.maf-editor-toolpanel .maf-editor-spacingbar{flex-direction:column;align-items:stretch}.maf-editor-toolpanel .maf-editor-kern{flex-wrap:wrap}.maf-editor-toolpanel .maf-editor-step{width:100%}.maf-editor-toolpanel .maf-editor-pick{justify-content:center}@media (max-width:1240px){.maf-editor-workrow{grid-template-columns:1fr}.maf-editor-toolpanel{order:-1;max-height:none;position:static}}.maf-editor canvas{image-rendering:pixelated}.maf-editor-top{border:1px solid var(--maf-line-soft);border-radius:var(--maf-radius-md);background:var(--maf-surface);align-items:center;gap:14px;padding:12px 16px;display:flex}.maf-editor-back{border:1px solid var(--maf-line-control);border-radius:var(--maf-radius-pill);color:var(--maf-text-dim);white-space:nowrap;align-items:center;gap:7px;padding:8px 14px 8px 11px;font-size:.85rem;text-decoration:none;transition:border-color .12s,color .12s;display:inline-flex}.maf-editor-back:hover{border-color:var(--maf-accent-soft);color:var(--maf-text)}.maf-editor-name{border-radius:var(--maf-radius-xs);min-width:0;color:var(--maf-text);font-family:var(--maf-font-display);letter-spacing:.02em;cursor:pointer;background:0 0;border:1px solid #0000;align-items:center;gap:8px;padding:4px 8px;font-size:1.15rem;transition:border-color .12s;display:inline-flex}.maf-editor-name>span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.maf-editor-name svg{color:var(--maf-text-dim);opacity:.45;flex:none;transition:opacity .12s}.maf-editor-name:hover{border-color:var(--maf-line-control)}.maf-editor-name:hover svg{opacity:1}.maf-editor-name.is-static{cursor:default}.maf-editor-name.is-static:hover{border-color:#0000}.maf-editor-rename{border:1px solid var(--maf-accent);border-radius:var(--maf-radius-xs);width:300px;min-width:0;color:var(--maf-text);font-family:var(--maf-font-display);letter-spacing:.02em;background:#ffffff0a;outline:none;padding:4px 8px;font-size:1.15rem}.maf-editor-chip{border:1px solid var(--maf-line-control);border-radius:var(--maf-radius-pill);color:var(--maf-text-dim);white-space:nowrap;padding:4px 10px;font-size:.78rem}.maf-editor-grow{flex:1}.maf-editor-download{text-align:center;align-items:center;padding:12px 22px;font-weight:700}.maf-editor-dl{position:relative}.maf-editor-dl-scrim{z-index:40;cursor:default;background:0 0;border:0;position:fixed;inset:0}.maf-editor-dl-menu{z-index:41;border:1px solid var(--maf-line-soft);border-radius:var(--maf-radius-md);background:var(--maf-surface);flex-direction:column;gap:6px;width:280px;padding:8px;display:flex;position:absolute;top:calc(100% + 8px);right:0;box-shadow:0 18px 40px #00000073}.maf-editor-dl-menu>button{border:1px solid var(--maf-line-control);border-radius:var(--maf-radius-sm);color:var(--maf-text);font:inherit;text-align:left;cursor:pointer;background:#ffffff08;flex-direction:column;gap:2px;padding:10px 12px;transition:border-color .12s;display:flex}.maf-editor-dl-menu>button:hover{border-color:var(--maf-accent-soft)}.maf-editor-dl-menu>button b{font-size:.9rem}.maf-editor-dl-menu>button small{color:var(--maf-text-dim);font-size:.76rem}.maf-editor-switchbtn{border:1px solid var(--maf-line-control);border-radius:var(--maf-radius-pill);color:var(--maf-text-dim);font:inherit;white-space:nowrap;cursor:pointer;background:0 0;align-items:center;gap:7px;padding:8px 12px;font-size:.85rem;transition:border-color .12s,color .12s;display:inline-flex}.maf-editor-switchbtn:hover,.maf-editor-switchbtn[aria-expanded=true]{border-color:var(--maf-accent-soft);color:var(--maf-text)}.maf-editor-dl-menu.is-fonts{max-height:340px;left:0;right:auto;overflow-y:auto}.maf-editor-dl-menu>button.is-current{border-color:var(--maf-accent);background:#aa63ff24}.maf-editor-toolintro{border:1px solid var(--maf-line-soft);border-radius:var(--maf-radius-md);color:var(--maf-text-dim);background:#ffffff05;align-items:center;gap:16px;margin:0 0 16px;padding:12px 16px;font-size:.85rem;line-height:1.55;display:flex}.maf-editor-toolintro p{flex:1;margin:0}.maf-editor-tourstart{border:1px solid var(--maf-line-control);border-radius:var(--maf-radius-pill);color:var(--maf-accent-soft);font:inherit;white-space:nowrap;cursor:pointer;background:0 0;flex:none;padding:8px 14px;font-size:.82rem;transition:border-color .12s,color .12s}.maf-editor-tourstart:hover{border-color:var(--maf-accent);color:var(--maf-text)}.maf-editor-tourlift{z-index:131;position:relative}.maf-editor-tourcard{z-index:132;position:fixed}.maf-editor-tourbtns{justify-content:flex-end;align-items:center;gap:10px;margin-top:10px;display:flex}.maf-editor-tourwait{color:#c39bff;align-items:center;gap:8px;font-size:.78rem;font-weight:700;display:inline-flex}.maf-editor-tourwait i{background:#a55dff;border-radius:50%;width:8px;height:8px;animation:1.4s ease-in-out infinite maf-editor-tourwait-pulse}@keyframes maf-editor-tourwait-pulse{0%,to{opacity:.35;transform:scale(.8)}50%{opacity:1;transform:scale(1.15)}}.maf-editor-tourpoint{z-index:6;pointer-events:none;flex-direction:column;align-items:center;gap:6px;display:flex;position:absolute;transform:translate(-50%,-50%)}.maf-editor-tourpoint i{border:3px solid #b484ff;border-radius:50%;width:26px;height:26px;animation:1.3s ease-out infinite maf-editor-tourpoint-pulse;box-shadow:0 0 14px #aa63ffb3}@keyframes maf-editor-tourpoint-pulse{0%{opacity:1;transform:scale(.7)}to{opacity:.15;transform:scale(1.5)}}.maf-editor-tourpoint em{border-radius:var(--maf-radius-pill);color:#fff;white-space:nowrap;background:#0c081cf2;border:1px solid #b484ff8c;padding:3px 9px;font-size:.72rem;font-style:normal;font-weight:700}@media (prefers-reduced-motion:reduce){.maf-editor-tourwait i,.maf-editor-tourpoint i,.maf-editor-colorpoint i{animation:none}}.maf-editor-tourback{border-radius:var(--maf-radius-xs);color:#bdc2d4;font:inherit;cursor:pointer;background:0 0;border:1px solid #fff3;padding:7px 12px;font-size:.8rem}.maf-editor-tourback:hover{color:#fff;border-color:#ffffff73}.maf-editor-glyphsec{flex-direction:column;gap:8px;display:flex}.maf-editor-glyphsec+.maf-editor-glyphsec{margin-top:14px}.maf-editor-glyphsec h3{color:var(--maf-text-dim);letter-spacing:.09em;text-transform:uppercase;margin:0;font-size:.72rem;font-weight:700}.maf-editor-leavebody{width:min(440px,100%)}.maf-editor-leavebody p{color:var(--maf-text-dim);margin:0;font-size:.9rem;line-height:1.5}.maf-editor-leavebtns{justify-content:flex-end;gap:10px;display:flex}.maf-editor-body{grid-template-columns:190px minmax(0,1fr);align-items:start;gap:20px;display:grid}.maf-editor-side{flex-direction:column;gap:14px;display:flex;position:sticky;top:90px}.maf-editor-tools{border:1px solid var(--maf-line-soft);border-radius:var(--maf-radius-md);background:var(--maf-surface);flex-direction:column;gap:8px;padding:12px;display:flex}.maf-editor-toolgroup{color:var(--maf-accent-soft);font-family:var(--maf-font-display);letter-spacing:.1em;text-transform:uppercase;padding:2px 4px 0;font-size:.64rem;font-weight:800;line-height:1.35}.maf-editor-tooldivider{background:var(--maf-line-soft);height:1px;margin:4px 2px}.maf-editor-complete{border:1px solid var(--maf-line);border-radius:var(--maf-radius-md);background:#6431dc1f;flex-direction:column;gap:8px;padding:14px;display:flex}.maf-editor-complete b{font-size:.9rem}.maf-editor-complete p{color:var(--maf-text-dim);margin:0;font-size:.8rem;line-height:1.45}.maf-editor-complete button{border-radius:var(--maf-radius-xs);color:#fff;font:inherit;cursor:pointer;background:linear-gradient(135deg,#8b5cf6,#a855f7);border:0;padding:10px 12px;font-size:.85rem;font-weight:700}.maf-editor-complete button:disabled{opacity:.5;cursor:not-allowed}.maf-editor-tool{border:1px solid var(--maf-line-control);border-radius:var(--maf-radius-sm);width:100%;min-height:64px;color:var(--maf-text);font:inherit;text-align:left;cursor:pointer;background:#ffffff08;flex-direction:column;justify-content:center;gap:2px;padding:11px 12px;text-decoration:none;transition:border-color .12s,background .12s;display:flex}.maf-editor-tool small{color:var(--maf-text-dim);font-size:.76rem}.maf-editor-tool:hover{border-color:var(--maf-accent-soft);text-decoration:none}.maf-editor-tool.is-on{border-color:var(--maf-accent);background:#aa63ff24}.maf-editor-content{min-width:0}.maf-editor-workshop-sample{justify-content:center;align-items:center;min-height:48px;padding:0 22px;text-decoration:none;display:inline-flex}.maf-editor-workshop-sample:hover{color:#fff;text-decoration:none}.maf-editor-createpanel{border:1px solid var(--maf-line-soft);border-radius:var(--maf-radius-lg);background:var(--maf-surface);padding:0;overflow:hidden}.maf-editor-createpanel .maf-creation-tool{padding:clamp(24px,3vw,38px)}.maf-editor-createpanel .maf-creation-drop{min-height:300px}.maf-editor-create{padding-bottom:56px}.maf-creation-tour-example{color:#ddd2ef;background:#a55dff1f;border-left:2px solid #a55dff;border-radius:0 8px 8px 0;margin-top:5px;padding:9px 11px;font-size:.76rem;font-style:normal;line-height:1.45}@media (max-width:900px){.maf-editor-body{grid-template-columns:1fr}.maf-editor-side{position:static}.maf-editor-tools{grid-template-columns:repeat(4,minmax(0,1fr));display:grid}.maf-editor-tool{min-width:0}.maf-editor-toolgroup,.maf-editor-tooldivider{grid-column:1/-1}}@media (max-width:600px){.maf-editor-tools{grid-template-columns:repeat(2,minmax(0,1fr))}}.maf-editor-preview{border:1px solid var(--maf-line-soft);border-radius:var(--maf-radius-lg);background:var(--maf-surface);flex-direction:column;gap:12px;padding:16px;display:flex}.maf-editor-previewhead{flex-direction:column;align-items:stretch;gap:10px;display:flex}.maf-editor-sample{box-sizing:border-box;border:1px solid var(--maf-line-control);border-radius:var(--maf-radius-sm);width:100%;color:var(--maf-text);font:inherit;background:#ffffff0a;padding:10px 14px}.maf-editor-sample:focus-visible{outline:2px solid var(--maf-accent);outline-offset:1px}.maf-editor-previewcontrols{justify-content:space-between;align-items:center;gap:16px;display:flex}.maf-editor-seg{border:1px solid var(--maf-line-control);border-radius:var(--maf-radius-sm);display:flex;overflow:hidden}.maf-editor-seg button{color:var(--maf-text-dim);font:inherit;cursor:pointer;background:0 0;border:0;padding:8px 14px;font-size:.85rem}.maf-editor-seg button+button{border-left:1px solid var(--maf-line-control)}.maf-editor-seg button.is-on{color:var(--maf-text);background:#aa63ff2e}.maf-editor-zoom{min-width:220px;color:var(--maf-text-dim);align-items:center;gap:10px;font-size:.82rem;font-weight:700;display:flex}.maf-editor-zoom input[type=range]{min-width:100px;accent-color:var(--maf-accent);cursor:pointer;flex:1}.maf-editor-zoom output{width:92px;color:var(--maf-text);font-variant-numeric:tabular-nums;text-align:right}.maf-editor-preview-sizes{flex-wrap:wrap;gap:6px;display:flex}.maf-editor-preview-sizes button{border:1px solid var(--maf-line-control);color:var(--maf-text-dim);font:inherit;cursor:pointer;background:0 0;border-radius:999px;padding:5px 9px;font-size:.7rem}.maf-editor-preview-sizes button.is-on{color:var(--maf-text);background:#aa63ff29;border-color:#aa63ffa6}.maf-editor-size-warning{color:#ffbd7a;margin:0;font-size:.74rem;line-height:1.45}@media (max-width:620px){.maf-editor-previewcontrols{flex-direction:column;align-items:stretch}.maf-editor-zoom{min-width:0}}.maf-editor-stage{flex-direction:column;gap:10px;display:flex}.maf-editor-stagewrap{width:100%;position:relative}.maf-editor-stagewrap canvas{border-radius:var(--maf-radius-sm);width:100%;display:block}.maf-editor-gap{cursor:col-resize;background:0 0;border:0;padding:0;position:absolute}.maf-editor-gap i{background:0 0;border-radius:2px;width:3px;position:absolute;top:0;bottom:0}.maf-editor-gap:hover i{background:#aa63ff80}.maf-editor-gap.is-on i{background:var(--maf-accent)}.maf-editor-gap:focus-visible{outline:none}.maf-editor-gap:focus-visible i{background:#aa63ffa6}.maf-editor-gap b{background:var(--maf-accent);pointer-events:none;border-radius:2px;height:3px;display:none;position:absolute;bottom:3px;box-shadow:0 0 8px #aa63ff8c}.maf-editor-gap.is-on b{display:block}.maf-editor-gap.is-word{cursor:not-allowed}.maf-editor-gap.is-word:hover i{background:#ff5c6e73}.maf-editor-gap.is-word.is-on i,.maf-editor-gap.is-word:focus-visible i{background:#ff5c6e;box-shadow:0 0 10px #ff5c6e8c}.maf-editor-gap em{color:#ff8f9c;white-space:nowrap;pointer-events:none;background:#1a080ef2;border:1px solid #ff5c6e80;border-radius:999px;padding:3px 8px;font-size:.66rem;font-style:normal;font-weight:700;display:none;position:absolute;bottom:-6px;left:50%;transform:translate(-50%)}.maf-editor-gap.is-word.is-on em{display:block}.maf-editor-hint.is-warn{color:#ff9aa6;border-left:3px solid #ff5c6e;padding-left:10px}.maf-editor-kern{border:1px solid var(--maf-line);border-radius:var(--maf-radius-sm);background:var(--maf-surface-2);align-self:flex-start;align-items:center;gap:10px;padding:8px 12px;font-size:.9rem;display:flex}.maf-editor-kern span{font-family:var(--maf-font-mono);color:var(--maf-text-dim)}.maf-editor-kern b{text-align:center;min-width:46px;font-family:var(--maf-font-mono);font-variant-numeric:tabular-nums}.maf-editor-kern button{border:1px solid var(--maf-line-control);border-radius:var(--maf-radius-xs);width:30px;height:30px;color:var(--maf-text);font:inherit;cursor:pointer;background:#ffffff0d;font-size:1rem}.maf-editor-kern button:hover:not(:disabled){border-color:var(--maf-accent-soft)}.maf-editor-kern .maf-editor-kernsave{width:auto;padding:0 14px;font-size:.85rem}.maf-editor-kern .maf-editor-kernsave:disabled{opacity:.45;cursor:not-allowed}.maf-editor-stagehint{color:var(--maf-text-dim);font-size:.8rem}.maf-editor-colorbar{flex-wrap:wrap;align-items:flex-start;gap:14px;display:flex}.maf-editor-cgroup{flex-direction:column;gap:6px;display:flex}.maf-editor-cgroup-toggle{border:1px dashed var(--maf-line-control);border-radius:var(--maf-radius-xs);color:var(--maf-text-dim);font:inherit;cursor:pointer;background:0 0;align-self:stretch;padding:4px 8px;font-size:.72rem;transition:border-color .12s,color .12s}.maf-editor-cgroup-toggle:hover{border-color:var(--maf-accent-soft);color:var(--maf-text)}.maf-editor-swatch.is-merged{border-color:var(--maf-accent-soft)}.maf-editor-swatch-stack{display:flex}.maf-editor-swatch-stack .maf-editor-swatch-was+.maf-editor-swatch-was{margin-left:-12px}.maf-editor-swatch-hex{border:1px solid var(--maf-line-control);width:70px;color:var(--maf-text);font-family:var(--maf-font-mono,monospace);letter-spacing:.04em;background:#ffffff0a;border-radius:5px;padding:4px 6px;font-size:.72rem}.maf-editor-swatch-hex:focus{border-color:var(--maf-accent);outline:none}.maf-editor-swatch{border:1px solid var(--maf-line-control);border-radius:var(--maf-radius-sm);cursor:pointer;background:#ffffff08;align-items:center;gap:6px;padding:6px 8px;display:flex}.maf-editor-swatch-was{border:1px solid #ffffff40;border-radius:5px;width:22px;height:22px}.maf-editor-swatch-arrow{border-top:2px solid var(--maf-text-dim);border-right:2px solid var(--maf-text-dim);width:7px;height:7px;transform:rotate(45deg)}.maf-editor-swatch input[type=color]{border:1px solid var(--maf-line-control);cursor:pointer;background:0 0;border-radius:5px;width:30px;height:26px;padding:0}.maf-editor-colorinput{flex:none;display:inline-flex;position:relative}.maf-editor-colorpoint{z-index:6;pointer-events:none;flex-direction:column;align-items:center;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.maf-editor-colorpoint i{border:3px solid #b484ff;border-radius:8px;width:38px;height:34px;animation:1.3s ease-out infinite maf-editor-tourpoint-pulse;box-shadow:0 0 14px #aa63ffb3}.maf-editor-colorpoint em{border-radius:var(--maf-radius-pill);color:#fff;white-space:nowrap;background:#0c081cf2;border:1px solid #b484ff8c;padding:3px 9px;font-size:.72rem;font-style:normal;font-weight:700;position:absolute;top:39px}.maf-editor-swatch.is-custom{border-style:dashed;position:relative}.maf-editor-swatch-x{border:1px solid var(--maf-line-control);background:var(--maf-surface);width:16px;height:16px;color:var(--maf-text-dim);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;padding:0;display:flex;position:absolute;top:-7px;right:-7px}.maf-editor-swatch-x:hover{border-color:var(--maf-accent-soft);color:var(--maf-text)}.maf-editor-swatch-mini{border:1px solid var(--maf-line-control);width:24px;height:24px;color:var(--maf-text-dim);cursor:pointer;background:0 0;border-radius:5px;justify-content:center;align-items:center;padding:0;transition:border-color .12s,color .12s;display:flex}.maf-editor-swatch-mini:hover{border-color:var(--maf-accent-soft);color:var(--maf-text)}.maf-editor-swatch-mini.is-on{border-color:var(--maf-accent);color:var(--maf-text);background:#aa63ff2e}.maf-editor-pick{border:1px dashed var(--maf-line-control);border-radius:var(--maf-radius-sm);height:38px;color:var(--maf-text-dim);font:inherit;cursor:pointer;background:0 0;align-items:center;gap:7px;padding:0 14px;font-size:.85rem;transition:border-color .12s,color .12s;display:inline-flex}.maf-editor-pick:hover{border-color:var(--maf-accent-soft);color:var(--maf-text)}.maf-editor-pick.is-on{border-color:var(--maf-accent);color:var(--maf-text);background:#aa63ff24}.maf-editor-stage canvas.is-picking{cursor:crosshair}.maf-editor-colorbar .maf-editor-kernsave{border:1px solid var(--maf-line-control);border-radius:var(--maf-radius-xs);height:34px;color:var(--maf-text);font:inherit;cursor:pointer;background:#ffffff0d;padding:0 16px;font-size:.85rem}.maf-editor-colorbar .maf-editor-kernsave:hover:not(:disabled){border-color:var(--maf-accent-soft)}.maf-editor-colorbar .maf-editor-kernsave:disabled{opacity:.45;cursor:not-allowed}.maf-editor-spacingbar{flex-wrap:wrap;align-items:flex-end;gap:16px;display:flex}.maf-editor-step{color:var(--maf-text-dim);text-transform:uppercase;letter-spacing:.04em;flex-direction:column;gap:4px;font-size:.72rem;display:flex}.maf-editor-stepctl{align-items:center;gap:4px;display:flex}.maf-editor-stepctl button{border:1px solid var(--maf-line-control);border-radius:var(--maf-radius-xs);width:30px;height:34px;color:var(--maf-text);font:inherit;cursor:pointer;background:#ffffff0d;font-size:1rem}.maf-editor-stepctl button:hover{border-color:var(--maf-accent-soft)}.maf-editor-stepctl input{border:1px solid var(--maf-line-control);border-radius:var(--maf-radius-xs);width:64px;color:var(--maf-text);font-family:var(--maf-font-mono);text-align:center;background:#ffffff0a;padding:8px;font-size:.9rem}.maf-editor-spacingbar .maf-editor-kernsave{border:1px solid var(--maf-line-control);border-radius:var(--maf-radius-xs);height:34px;color:var(--maf-text);font:inherit;cursor:pointer;background:#ffffff0d;padding:0 16px;font-size:.85rem}.maf-editor-spacingbar .maf-editor-kernsave:hover:not(:disabled){border-color:var(--maf-accent-soft)}.maf-editor-spacingbar .maf-editor-kernsave:disabled{opacity:.45;cursor:not-allowed}.maf-editor-split{grid-template-columns:minmax(0,1fr) 340px;align-items:start;gap:20px;display:grid}@media (max-width:900px){.maf-editor-split{grid-template-columns:1fr}}.maf-editor-grid{border:1px solid var(--maf-line-soft);border-radius:var(--maf-radius-lg);background:var(--maf-surface);padding:16px}.maf-editor-gridhead{align-items:center;gap:10px;margin-bottom:12px;display:flex}.maf-editor-grid .maf-editor-gridhead h2{margin:0}.maf-editor-grid h2,.maf-editor-rail h3{font-family:var(--maf-font-display);letter-spacing:.06em;text-transform:uppercase;color:var(--maf-text-2);margin:0 0 10px;font-size:.95rem}.maf-editor-cells{grid-template-columns:repeat(auto-fill,minmax(68px,1fr));gap:8px;display:grid}.maf-editor-cell{border:1px solid var(--maf-line-soft);border-radius:var(--maf-radius-xs);background:var(--maf-surface);cursor:pointer;padding:4px;line-height:0;transition:border-color .12s,transform .12s}.maf-editor-cell canvas{border-radius:5px;width:100%;height:auto}.maf-editor-cell:hover{border-color:var(--maf-accent-soft);transform:translateY(-1px)}.maf-editor-cell.is-on{border-color:var(--maf-accent);box-shadow:0 0 0 1px var(--maf-accent)}.maf-editor-rail{flex-direction:column;gap:14px;display:flex;position:sticky;top:90px}.maf-editor-card{border:1px solid var(--maf-line-soft);border-radius:var(--maf-radius-md);background:var(--maf-surface);flex-direction:column;gap:10px;padding:14px;display:flex}.maf-editor-big{border:1px solid var(--maf-line-control);border-radius:var(--maf-radius-sm);align-self:center;line-height:0;overflow:hidden}.maf-editor-big canvas{width:var(--maf-canvas-size,150px);height:var(--maf-canvas-size,150px);display:block}.maf-editor-big img{max-width:150px;image-rendering:pixelated;display:block}.maf-editor-big.is-empty{background:repeating-conic-gradient(#1b2030 0% 25%,#232a3e 0% 50%) 0 0/20px 20px;width:150px;height:150px}.maf-editor-big.is-candidate{border-color:var(--maf-accent)}.maf-editor-metrics{grid-template-columns:repeat(3,1fr);gap:8px;display:grid}.maf-editor-metrics label{color:var(--maf-text-dim);text-transform:uppercase;letter-spacing:.04em;flex-direction:column;gap:4px;font-size:.72rem;display:flex}.maf-editor-metrics input{border:1px solid var(--maf-line-control);border-radius:var(--maf-radius-xs);width:100%;color:var(--maf-text);font-family:var(--maf-font-mono);background:#ffffff0a;padding:8px;font-size:.9rem}.maf-editor-versions{flex-wrap:wrap;gap:6px;display:flex}.maf-editor-versions button{border:1px solid var(--maf-line-control);border-radius:var(--maf-radius-pill);color:var(--maf-text-dim);font:inherit;cursor:pointer;background:0 0;padding:5px 10px;font-size:.78rem}.maf-editor-versions button:hover:not(:disabled){border-color:var(--maf-accent-soft);color:var(--maf-text)}.maf-editor-fix{border:1px solid var(--maf-line-control);border-radius:var(--maf-radius-sm);color:var(--maf-text);font:inherit;text-align:left;cursor:pointer;background:#ffffff08;justify-content:space-between;align-items:center;gap:10px;padding:11px 12px;transition:border-color .12s;display:flex}button.maf-editor-fix:hover:not(:disabled){border-color:var(--maf-accent-soft)}.maf-editor-fix span{flex-direction:column;gap:2px;display:flex}.maf-editor-fix b{font-size:.9rem}.maf-editor-fix small{color:var(--maf-text-dim);font-size:.76rem}.maf-editor-fix em{border-radius:var(--maf-radius-pill);padding:3px 9px;font-size:.72rem;font-style:normal}.maf-editor-fix em.is-free{color:#86efac;background:#4ade8024}.maf-editor-fix.is-ai{cursor:default;flex-direction:column;align-items:stretch}.maf-editor-note{border:1px solid var(--maf-line-control);border-radius:var(--maf-radius-xs);color:var(--maf-text);font:inherit;background:#ffffff0a;padding:8px 10px;font-size:.85rem}.maf-editor-fix.is-ai>.maf-editor-refadd{border:1px dashed var(--maf-line-control);border-radius:var(--maf-radius-xs);color:var(--maf-text-dim);font:inherit;text-align:left;cursor:pointer;background:0 0;padding:7px 10px;font-size:.78rem}.maf-editor-fix.is-ai>.maf-editor-refadd:hover{border-color:var(--maf-accent-soft);color:var(--maf-text)}.maf-editor-refchip{border:1px solid var(--maf-line-control);border-radius:var(--maf-radius-xs);background:#ffffff0a;justify-content:space-between;align-items:center;gap:8px;padding:6px 10px;font-size:.78rem;display:flex}.maf-editor-refchip span{text-overflow:ellipsis;white-space:nowrap;color:var(--maf-text-2);overflow:hidden}.maf-editor-refchip button{color:var(--maf-accent-soft);font:inherit;cursor:pointer;text-underline-offset:2px;background:0 0;border:0;font-size:.76rem;text-decoration:underline}.maf-editor-fix.is-ai>button{border-radius:var(--maf-radius-xs);color:#fff;font:inherit;cursor:pointer;background:linear-gradient(135deg,#8b5cf6,#a855f7);border:0;padding:9px 12px;font-size:.88rem;font-weight:700}.maf-editor-fix.is-ai>button:disabled{opacity:.5;cursor:not-allowed}.maf-editor-candidate{grid-template-columns:1fr 1fr;gap:10px;padding-top:4px;display:grid}.maf-editor-candidate-view{flex-direction:column;align-items:center;gap:6px;display:flex}.maf-editor-candidate-view>span{text-transform:uppercase;letter-spacing:.05em;color:var(--maf-text-dim);font-size:.74rem}.maf-editor-candidate-view .maf-editor-big{box-sizing:border-box;place-items:center;width:110px;height:110px;display:grid}.maf-editor-candidate-view .maf-editor-big img{width:auto;max-width:100%;height:auto;max-height:100%}.maf-editor-candidate-actions{flex-direction:row;grid-column:1/-1;gap:10px;width:100%;display:flex}.maf-editor-candidate-actions .maf-fontpage-primary,.maf-editor-candidate-actions .maf-fontpage-secondary{text-align:center;flex:1;justify-content:center;align-items:center;padding:10px 20px}.maf-editor-symbolcard{background:radial-gradient(circle at 86% 12%, #a855f733, transparent 42%), var(--maf-surface-2);position:relative;overflow:hidden}.maf-editor-symbolcard .maf-fontpage-primary{justify-content:center;width:100%}.maf-editor-symbolmark{color:#c084fc;background:#a855f71f;border:1px solid #a855f78c;border-radius:14px;place-items:center;width:46px;height:46px;font-size:1.45rem;display:grid;box-shadow:0 0 26px #8b5cf62e}.maf-editor-symbolmodal{width:min(520px,100%);padding:22px}.maf-editor-symbolmodal-head{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.maf-editor-symbolmodal-kicker{color:var(--maf-accent-soft);font-family:var(--maf-font-display);letter-spacing:.12em;text-transform:uppercase;margin-bottom:5px;font-size:.68rem;display:block}.maf-editor-symbolclose{border:1px solid var(--maf-line-control);width:34px;height:34px;color:var(--maf-text-2);font:inherit;cursor:pointer;background:0 0;border-radius:10px;font-size:1.35rem;line-height:1}.maf-editor-symbolform{grid-template-columns:112px 1fr;gap:12px;display:grid}.maf-editor-symbolform label{color:var(--maf-text-dim);text-transform:uppercase;letter-spacing:.06em;flex-direction:column;gap:7px;font-size:.76rem;display:flex}.maf-editor-symbolchar input,.maf-editor-symboldescription textarea{border:1px solid var(--maf-line-control);border-radius:var(--maf-radius-sm);color:var(--maf-text);font:inherit;background:#ffffff0a;outline:none}.maf-editor-symbolchar input:focus,.maf-editor-symboldescription textarea:focus{border-color:var(--maf-accent-soft)}.maf-editor-symbolchar input{text-align:center;height:64px;padding:5px;font-size:2rem}.maf-editor-symbolexamples{grid-template-columns:repeat(5,1fr);align-self:end;gap:6px;display:grid}.maf-editor-symbolexamples button{border:1px solid var(--maf-line-control);height:42px;color:var(--maf-text);font:inherit;cursor:pointer;background:#ffffff08;border-radius:10px;font-size:1.05rem}.maf-editor-symbolexamples button:hover{border-color:var(--maf-accent-soft);background:#8b5cf61f}.maf-editor-symboldescription{grid-column:1/-1}.maf-editor-symboldescription textarea{resize:vertical;text-transform:none;letter-spacing:normal;min-height:88px;padding:11px 12px}.maf-editor-symbolreference{border:1px dashed var(--maf-line-control);border-radius:var(--maf-radius-sm);color:var(--maf-text-dim);font:inherit;text-align:left;cursor:pointer;background:0 0;grid-column:1/-1;padding:10px 12px}.maf-editor-symbolgenerate{justify-content:center;width:100%}.maf-editor-symbolresult{flex-direction:column;align-items:center;gap:12px;padding-top:4px;display:flex}.maf-editor-symbolresult-label{color:var(--maf-text-dim);font-family:var(--maf-font-display);letter-spacing:.08em;text-transform:uppercase;font-size:.76rem}.maf-editor-symbolresult .maf-editor-big{width:180px;height:180px}.maf-editor-symbolresult .maf-editor-big img{max-width:100%;max-height:100%}@media (max-width:560px){.maf-editor-symbolform{grid-template-columns:92px 1fr}}.maf-editor-hint{color:var(--maf-text-dim);margin:0;font-size:.86rem}.maf-editor-modal{z-index:60;background:#02030ac7;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.maf-editor-modalbody{border:1px solid var(--maf-line);border-radius:var(--maf-radius-lg);background:var(--maf-surface-2);flex-direction:column;gap:12px;width:min(640px,100%);max-height:90vh;padding:18px;display:flex;overflow-y:auto}.maf-editor-modalbody h3{font-family:var(--maf-font-display);margin:0;font-size:1rem}.maf-editor-erasetools{align-items:center;gap:14px;display:flex}.maf-editor-erasetools label{color:var(--maf-text-dim);align-items:center;gap:8px;font-size:.85rem;display:flex}.maf-editor-erasetools button{border:1px solid var(--maf-line-control);border-radius:var(--maf-radius-xs);color:var(--maf-text);font:inherit;cursor:pointer;background:0 0;padding:6px 14px;font-size:.85rem}.maf-editor-erasestage{border:1px solid var(--maf-line-control);border-radius:var(--maf-radius-sm);background:repeating-conic-gradient(#1b2030 0% 25%,#232a3e 0% 50%) 0 0/20px 20px;align-self:center;max-width:100%;line-height:0;overflow:auto}.maf-editor-erasestage canvas{touch-action:none;cursor:crosshair;max-width:100%}.maf-editor-savebar{z-index:50;border:1px solid var(--maf-line);border-radius:var(--maf-radius-pill);background:var(--maf-surface-2);align-items:center;gap:9px;padding:10px 18px;font-size:.88rem;display:flex;position:fixed;bottom:22px;left:50%;transform:translate(-50%);box-shadow:0 8px 30px #00000073}.maf-editor-dot{background:#4ade80;border-radius:50%;width:8px;height:8px}
