.mg-section{padding:64px 0;border-top:1px solid var(--border-subtle)}.mg-header{text-align:center;margin-bottom:40px}.mg-eyebrow{display:inline-flex;padding:4px 14px;background:#c9962f1f;border:1px solid rgba(201,150,47,.25);border-radius:var(--radius-full);font-size:.8125rem;font-weight:500;color:var(--text-secondary);margin-bottom:16px}.mg-title{font-size:clamp(1.5rem,4vw,2.25rem);font-weight:700;letter-spacing:-.03em;color:var(--text-primary);margin-bottom:10px}.mg-lead{font-size:.9375rem;color:var(--text-secondary);max-width:460px;margin:0 auto;line-height:1.6}.mg-root{display:flex;justify-content:center}.mg-game{display:flex;flex-direction:column;align-items:center;gap:16px;width:100%}.mg-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:clamp(6px,2vw,12px);width:100%;max-width:440px;margin:0 auto;transition:opacity .3s}@media (min-width: 480px){.mg-grid{max-width:520px}}.mg-grid--done{opacity:.5;pointer-events:none}.mg-card{appearance:none;border:none;padding:0;margin:0;background:transparent;aspect-ratio:3 / 4;min-width:44px;min-height:44px;cursor:pointer;perspective:700px;touch-action:manipulation;-webkit-tap-highlight-color:transparent}.mg-card:focus-visible{outline:2px solid var(--accent-bright);outline-offset:2px;border-radius:var(--radius-md)}.mg-card-inner{position:relative;display:block;width:100%;height:100%;transform-style:preserve-3d;transition:transform .4s cubic-bezier(.4,.1,.2,1)}.mg-card.is-flipped .mg-card-inner,.mg-card.is-matched .mg-card-inner{transform:rotateY(180deg)}.mg-face{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;border-radius:var(--radius-md);-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:rotateY(0);border:2.5px solid rgba(214,168,86,.65)}.mg-face--back{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='160' height='160' filter='url(%23n)' opacity='0.10'/%3E%3C/svg%3E"),radial-gradient(120% 110% at 50% 8%,rgba(255,240,205,.55),transparent 55%),radial-gradient(150% 130% at 50% 120%,rgba(74,44,18,.42),transparent 60%),linear-gradient(158deg,#e7d6ad,#dcc795 42%,#cdb37e 72%,#c2a66f);box-shadow:inset 0 0 0 5px #d6a85647,inset 0 0 14px #4a2c1257}.mg-back-logo{width:44%;height:auto;filter:brightness(0) saturate(100%) invert(18%) sepia(46%) saturate(900%) hue-rotate(348deg) brightness(92%) contrast(92%);opacity:.62;mix-blend-mode:multiply}.mg-face--front{transform:rotateY(180deg);background:var(--bg-surface);box-shadow:inset 0 0 0 5px #d6a85647}.mg-face--front img{width:100%;height:100%;object-fit:cover;display:block;border-radius:var(--radius-md)}.mg-face--crest{background:var(--bg-surface)}.mg-face--crest img{object-fit:contain;padding:14%;border-radius:0}.mg-card.is-matched .mg-face--front{border-color:#22c55eb3;box-shadow:inset 0 0 0 5px #22c55e73,0 0 0 3px #22c55e66}.mg-collection-card{background:var(--bg-surface);border:1px solid var(--border-default);border-radius:var(--radius-xl);overflow:hidden;width:min(320px,88vw)}.mg-cc-img{width:100%;height:auto;display:block;aspect-ratio:16 / 9;object-fit:cover}.mg-cc-body{padding:14px 18px 18px;display:flex;flex-direction:column;gap:3px}.mg-cc-label{font-size:.6875rem;font-weight:600;color:var(--accent-bright);text-transform:uppercase;letter-spacing:.1em}.mg-cc-name{font-size:1.0625rem;font-weight:600;color:var(--text-primary);letter-spacing:-.02em}.mg-card-reveal{display:flex;flex-direction:column;align-items:center;gap:14px}.mg-badge{display:inline-flex;align-items:center;gap:6px;padding:5px 13px;background:var(--success-dim);border:1px solid rgba(34,197,94,.28);border-radius:var(--radius-full);font-size:.8125rem;font-weight:500;color:var(--success)}.mg-card-reveal--in .mg-collection-card{animation:mg-card-in .45s cubic-bezier(.34,1.3,.64,1) .15s both}@keyframes mg-card-in{0%{opacity:0;transform:scale(.82) translateY(12px)}to{opacity:1;transform:scale(1) translateY(0)}}.mg-unlock-burst{display:flex;flex-direction:column;align-items:center;gap:4px;animation:mg-burst-in .4s ease-out both}@keyframes mg-burst-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.mg-burst-icon{font-size:2.5rem;animation:mg-pop .5s cubic-bezier(.34,1.56,.64,1) both;display:block}@keyframes mg-pop{0%{transform:scale(.2) rotate(-15deg);opacity:0}to{transform:scale(1) rotate(0);opacity:1}}.mg-burst-title{font-size:1.375rem;font-weight:700;color:var(--text-primary);letter-spacing:-.025em;margin:0}.mg-burst-sub{font-size:.875rem;color:var(--text-secondary);margin:0}@media (prefers-reduced-motion: reduce){.mg-card-inner{transition:none}.mg-card-reveal--in .mg-collection-card,.mg-unlock-burst,.mg-burst-icon{animation:none}}@media (max-width: 480px){.mg-section{padding:48px 0}.mg-header{margin-bottom:28px}}
