{"product_id":"newtype-challenge-2026-mission-4-aug-1st-1pm","title":"Gundam Card Game Newtype Challenge 2026 Mission 4 (Aug 1st @1PM)","description":"\u003cstyle\u003e\n  .event-page {\n    --bg: #f5f7fb;\n    --shell: #eef3fb;\n    --card: rgba(255, 255, 255, 0.96);\n    --border: rgba(15, 23, 42, 0.08);\n    --border-strong: rgba(15, 23, 42, 0.14);\n    --text: #0f172a;\n    --muted: #64748b;\n    --accent: #2563eb;\n    --accent-soft: #eff6ff;\n    --accent-border: #bfdbfe;\n    --success-bg: #f0fdf4;\n    --success-border: #86efac;\n    --success-text: #166534;\n    --warning-bg: #fff7ed;\n    --warning-border: #fdba74;\n    --warning-text: #9a3412;\n    --danger-bg: #fef2f2;\n    --danger-border: #fca5a5;\n    --danger-text: #991b1b;\n    --gold-bg: #fff8e6;\n    --gold-border: #f7d27a;\n    --gold-text: #8a5a00;\n    --soft: #f8fafc;\n    --soft-border: #e2e8f0;\n    --soft-text: #475569;\n    --shadow: 0 10px 30px rgba(15, 23, 42, 0.08);\n\n    max-width: 820px;\n    margin: 0 auto;\n    padding: 16px;\n    font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, \"SF Pro Text\",\n      \"Segoe UI\", sans-serif;\n    color: var(--text);\n  }\n\n  * {\n    box-sizing: border-box;\n  }\n\n  .event-shell {\n    background:\n      radial-gradient(circle at top left, rgba(37, 99, 235, 0.10) 0%, transparent 28%),\n      radial-gradient(circle at top right, rgba(99, 102, 241, 0.08) 0%, transparent 24%),\n      var(--shell);\n    border: 1px solid rgba(15, 23, 42, 0.06);\n    border-radius: 24px;\n    padding: 16px;\n  }\n\n  .event-hero,\n  .event-card {\n    background: var(--card);\n    border: 1px solid var(--border);\n    border-radius: 18px;\n    box-shadow: var(--shadow);\n  }\n\n  .event-hero {\n    padding: 18px;\n    margin-bottom: 12px;\n  }\n\n  .event-title-row {\n    display: flex;\n    justify-content: space-between;\n    align-items: flex-start;\n    gap: 12px;\n    flex-wrap: wrap;\n    margin-bottom: 10px;\n  }\n\n  .event-title-block {\n    min-width: 0;\n    flex: 1;\n  }\n\n  .eyebrow {\n    display: inline-flex;\n    align-items: center;\n    gap: 6px;\n    margin-bottom: 8px;\n    padding: 5px 10px;\n    border-radius: 999px;\n    background: var(--accent-soft);\n    border: 1px solid var(--accent-border);\n    color: var(--accent);\n    font-size: 0.72rem;\n    line-height: 1;\n    font-weight: 800;\n    letter-spacing: 0.06em;\n    text-transform: uppercase;\n  }\n\n  .event-title {\n    margin: 0;\n    font-size: clamp(1.5rem, 2.4vw, 1.95rem);\n    line-height: 1.05;\n    letter-spacing: -0.03em;\n    font-weight: 800;\n  }\n\n  .event-summary {\n    margin: 0;\n    max-width: 64ch;\n    font-size: 0.9rem;\n    line-height: 1.55;\n    color: #334155;\n  }\n\n  .meta-strip {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 10px;\n    margin-top: 14px;\n  }\n\n  .meta-card {\n    background: #fff;\n    border: 1px solid #e5e7eb;\n    border-radius: 14px;\n    padding: 12px 14px;\n  }\n\n  .meta-label {\n    display: block;\n    margin-bottom: 4px;\n    font-size: 0.68rem;\n    line-height: 1.2;\n    font-weight: 800;\n    letter-spacing: 0.06em;\n    text-transform: uppercase;\n    color: var(--muted);\n  }\n\n  .meta-value {\n    display: block;\n    font-size: 0.88rem;\n    line-height: 1.45;\n    font-weight: 700;\n    color: var(--text);\n  }\n\n  .event-grid {\n    display: grid;\n    gap: 12px;\n  }\n\n  .event-card {\n    padding: 18px;\n  }\n\n  .section-title {\n    margin: 0 0 12px;\n    font-size: 0.98rem;\n    line-height: 1.3;\n    font-weight: 800;\n    color: var(--text);\n  }\n\n  .inline-highlight {\n    display: grid;\n    gap: 10px;\n    margin-bottom: 14px;\n  }\n\n  .highlight-row {\n    display: grid;\n    grid-template-columns: 150px 1fr;\n    gap: 12px;\n    align-items: start;\n    padding: 12px 14px;\n    border-radius: 14px;\n    background: #fff;\n    border: 1px solid #e5e7eb;\n  }\n\n  .highlight-row.primary {\n    background: var(--accent-soft);\n    border-color: var(--accent-border);\n  }\n\n  .highlight-row.success {\n    background: var(--success-bg);\n    border-color: var(--success-border);\n  }\n\n  .highlight-row.warning {\n    background: var(--warning-bg);\n    border-color: var(--warning-border);\n  }\n\n  .highlight-row.danger {\n    background: var(--danger-bg);\n    border-color: var(--danger-border);\n  }\n\n  .highlight-label {\n    font-size: 0.78rem;\n    line-height: 1.35;\n    font-weight: 800;\n    letter-spacing: 0.05em;\n    text-transform: uppercase;\n    color: var(--muted);\n  }\n\n  .highlight-row.primary .highlight-label {\n    color: var(--accent);\n  }\n\n  .highlight-row.success .highlight-label {\n    color: var(--success-text);\n  }\n\n  .highlight-row.warning .highlight-label {\n    color: var(--warning-text);\n  }\n\n  .highlight-row.danger .highlight-label {\n    color: var(--danger-text);\n  }\n\n  .highlight-value {\n    font-size: 0.88rem;\n    line-height: 1.55;\n    font-weight: 600;\n    color: #334155;\n  }\n\n  .highlight-value strong {\n    color: var(--text);\n  }\n\n  .prize-panel {\n    margin-top: 2px;\n    padding: 14px;\n    border-radius: 18px;\n    background: linear-gradient(180deg, #fffdf7 0%, #fff8eb 100%);\n    border: 1px solid #f5deb0;\n  }\n\n  .prize-panel-head {\n    display: flex;\n    justify-content: space-between;\n    gap: 10px;\n    align-items: center;\n    flex-wrap: wrap;\n    margin-bottom: 10px;\n  }\n\n  .prize-panel-title {\n    margin: 0;\n    font-size: 0.82rem;\n    line-height: 1.2;\n    font-weight: 800;\n    letter-spacing: 0.06em;\n    text-transform: uppercase;\n    color: var(--gold-text);\n  }\n\n  .prize-chip {\n    display: inline-flex;\n    align-items: center;\n    padding: 5px 9px;\n    border-radius: 999px;\n    background: #fff;\n    border: 1px solid var(--gold-border);\n    color: var(--gold-text);\n    font-size: 0.72rem;\n    font-weight: 800;\n    line-height: 1;\n  }\n\n  .prize-list {\n    display: grid;\n    gap: 8px;\n    margin: 0;\n  }\n\n  .prize-row {\n    display: grid;\n    grid-template-columns: 110px 1fr;\n    gap: 14px;\n    align-items: start;\n    padding: 12px 14px;\n    border-radius: 14px;\n    background: rgba(255, 255, 255, 0.86);\n    border: 1px solid #f2e3ba;\n  }\n\n  .prize-label {\n    font-size: 0.88rem;\n    line-height: 1.45;\n    font-weight: 800;\n    color: var(--gold-text);\n  }\n\n  .prize-main {\n    font-size: 0.88rem;\n    line-height: 1.55;\n    font-weight: 600;\n    color: #374151;\n    text-align: left;\n  }\n\n  .winner-card-row {\n    background: #fffdf7;\n    border-color: #eac76c;\n  }\n\n  .soft-note {\n    margin-top: 12px;\n    padding: 12px 14px;\n    border-radius: 12px;\n    background: var(--soft);\n    border: 1px solid var(--soft-border);\n    color: var(--soft-text);\n    font-size: 0.84rem;\n    line-height: 1.5;\n    font-weight: 700;\n  }\n\n  .registration-list {\n    margin: 0 0 12px;\n    padding-left: 18px;\n  }\n\n  .registration-list li {\n    margin-bottom: 6px;\n    color: #374151;\n    font-size: 0.88rem;\n    line-height: 1.55;\n  }\n\n  @media (max-width: 640px) {\n    .event-page {\n      padding: 12px;\n    }\n\n    .event-shell,\n    .event-hero,\n    .event-card {\n      padding: 14px;\n      border-radius: 18px;\n    }\n\n    .meta-strip {\n      grid-template-columns: 1fr;\n    }\n\n    .highlight-row,\n    .prize-row {\n      grid-template-columns: 1fr;\n      gap: 6px;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"event-page\"\u003e\n\u003carticle class=\"event-shell\"\u003e\u003cheader class=\"event-hero\"\u003e\n\u003cdiv class=\"event-title-row\"\u003e\n\u003cdiv class=\"event-title-block\"\u003e\n\u003cdiv class=\"eyebrow\"\u003eSpecial event\u003c\/div\u003e\n\u003ch1 class=\"event-title\"\u003eNewtype Challenge 2026 Mission 4\u003c\/h1\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp class=\"event-summary\"\u003eJoin us for Newtype Challenge 2026 Mission 4 at Banana Games!\u003c\/p\u003e\n\u003cdiv class=\"meta-strip\"\u003e\n\u003cdiv class=\"meta-card\"\u003e\n\u003cspan class=\"meta-label\"\u003eDate \u0026amp; Time\u003c\/span\u003e \u003cspan class=\"meta-value\"\u003eAug 1st @ 1:00 PM\u003c\/span\u003e\u003cspan class=\"meta-label\"\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/header\u003e\n\u003cdiv class=\"event-grid\"\u003e\n\u003csection class=\"event-card\"\u003e\n\u003ch2 class=\"section-title\"\u003eEvent Format\u003c\/h2\u003e\n\u003cdiv class=\"inline-highlight\"\u003e\n\u003cdiv class=\"highlight-row primary\"\u003e\n\u003cdiv class=\"highlight-label\"\u003eRound structure\u003c\/div\u003e\n\u003cdiv class=\"highlight-value\"\u003e\u003cstrong\u003eBest-of-1 Swiss rounds, 30 minutes per round, plus 5 minutes of overtime.\u003c\/strong\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"highlight-row success\"\u003e\n\u003cdiv class=\"highlight-label\"\u003eCheck-in\u003c\/div\u003e\n\u003cdiv class=\"highlight-value\"\u003eCheck-in runs from \u003cstrong\u003e12:30 PM to 1:00 PM\u003cbr\u003e\u003c\/strong\u003eRound 1 begins at \u003cstrong\u003e1:00 PM\u003c\/strong\u003e.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"highlight-row\"\u003e\n\u003cdiv class=\"highlight-label\"\u003eRequirements\u003c\/div\u003e\n\u003cdiv class=\"highlight-value\"\u003eA Bandai TCG+ account is required to participate, and players must bring a legal constructed deck. Proxies are not allowed.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp class=\"soft-note\"\u003ePlease arrive during check-in so you are ready to be seated when the event begins.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003csection class=\"event-card\"\u003e\n\u003ch2 class=\"section-title\"\u003ePrizing\u003c\/h2\u003e\n\u003cdiv class=\"prize-panel\"\u003e\n\u003cdiv class=\"prize-panel-head\"\u003e\n\u003ch3 class=\"prize-panel-title\"\u003eRecord-based rewards\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"prize-list\"\u003e\n\u003cdiv class=\"prize-row winner-card-row\"\u003e\n\u003cdiv class=\"prize-label\"\u003eX-0\u003c\/div\u003e\n\u003cdiv class=\"prize-main\"\u003e1x Winner Card (TBA) + 12x booster packs, with each booster pack chosen from \u003cstrong\u003eGD02, GD03, or GD04\u003c\/strong\u003e.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"prize-row\"\u003e\n\u003cdiv class=\"prize-label\"\u003eX-1\u003c\/div\u003e\n\u003cdiv class=\"prize-main\"\u003e6x booster packs, with each booster pack chosen from \u003cstrong\u003eGD02, GD03, or GD04\u003c\/strong\u003e.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"prize-row\"\u003e\n\u003cdiv class=\"prize-label\"\u003eX-2\u003c\/div\u003e\n\u003cdiv class=\"prize-main\"\u003e2x booster packs, with each booster pack chosen from \u003cstrong\u003eGD02, GD03, or GD04\u003c\/strong\u003e.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"event-card\"\u003e\n\u003ch2 class=\"section-title\"\u003eSpecial Prizes\u003c\/h2\u003e\n\u003cdiv class=\"inline-highlight\"\u003e\n\u003cdiv class=\"highlight-row warning\"\u003e\n\u003cdiv class=\"highlight-label\"\u003eSpecial rewards\u003c\/div\u003e\n\u003cdiv class=\"highlight-value\"\u003e\u003cstrong\u003eTBA.\u003c\/strong\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"event-card\"\u003e\n\u003ch2 class=\"section-title\"\u003eParticipation\u003c\/h2\u003e\n\u003cdiv class=\"inline-highlight\"\u003e\n\u003cdiv class=\"highlight-row success\"\u003e\n\u003cdiv class=\"highlight-label\"\u003eParticipation prize\u003c\/div\u003e\n\u003cdiv class=\"highlight-value\"\u003e\u003cstrong\u003eTBA.\u003c\/strong\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"event-card\"\u003e\n\u003ch2 class=\"section-title\"\u003eCancellation Policy\u003c\/h2\u003e\n\u003cdiv class=\"inline-highlight\"\u003e\n\u003cdiv class=\"highlight-row danger\"\u003e\n\u003cdiv class=\"highlight-label\"\u003ePolicy notice\u003c\/div\u003e\n\u003cdiv class=\"highlight-value\"\u003e\u003cstrong\u003eCancellations are subject to a 10% cancellation fee with no exceptions.\u003c\/strong\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cul class=\"registration-list\"\u003e\n\u003cli\u003eCancellations must be communicated at least 24 hours before the event starts.\u003c\/li\u003e\n\u003cli\u003eNo-shows without notice are non-refundable.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e","brand":"Event","offers":[{"title":"General Admission","offer_id":48632133976256,"sku":null,"price":25.0,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0620\/7658\/4128\/files\/19dcbf34-8d90-4d10-9bb1-25ad150efa38.png?v=1784319688","url":"https:\/\/bananagames.ca\/products\/newtype-challenge-2026-mission-4-aug-1st-1pm","provider":"Banana Games \u0026 Hobby","version":"1.0","type":"link"}