{"product_id":"gundam-card-game-1st-anniversary-event-sep-12th-1pm","title":"Gundam Card Game 1st Anniversary Event (Sep 12th @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    --gold-bg: #fff8e6;\n    --gold-border: #f7d27a;\n    --gold-text: #8a5a00;\n    --success-bg: #ecfdf5;\n    --success-border: #a7f3d0;\n    --success-text: #065f46;\n    --warning-bg: #fff7ed;\n    --warning-border: #fdba74;\n    --warning-text: #9a3412;\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    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  .event-summary a,\n  .contact-line a,\n  .soft-note a {\n    color: var(--accent);\n    text-decoration: underline;\n  }\n\n  .event-summary a:hover,\n  .contact-line a:hover,\n  .soft-note a:hover {\n    text-decoration: none;\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-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-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    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: 120px 1fr;\n    gap: 14px;\n    align-items: start;\n    padding: 12px 14px;\n    border-radius: 14px;\n    background: rgba(255, 255, 255, 0.88);\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  }\n\n  .store-credit-row {\n    background: var(--success-bg);\n    border-color: var(--success-border);\n  }\n\n  .store-credit-row .prize-label,\n  .store-credit-row .prize-main {\n    color: var(--success-text);\n  }\n\n  .soft-note {\n    margin: 12px 0 0;\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  .contact-line {\n    margin: 0;\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    .highlight-row,\n    .prize-row {\n      grid-template-columns: 1fr;\n    }\n\n    .highlight-row,\n    .prize-row {\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\"\u003eOfficial anniversary event\u003c\/div\u003e\n\u003ch1 class=\"event-title\"\u003eGundam Card Game 1st Anniversary Event\u003c\/h1\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp class=\"event-summary\"\u003eCelebrate the 1st Anniversary of the Gundam Card Game 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\"\u003eSep 12th @ 1:00 PM\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"meta-card\"\u003e\n\u003cspan class=\"meta-label\"\u003eFormat\u003c\/span\u003e \u003cspan class=\"meta-value\"\u003eStandard Swiss\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 Details\u003c\/h2\u003e\n\u003cdiv class=\"inline-highlight\"\u003e\n\u003cdiv class=\"highlight-row primary\"\u003e\n\u003cdiv class=\"highlight-label\"\u003eFormat\u003c\/div\u003e\n\u003cdiv class=\"highlight-value\"\u003e\n\u003cstrong\u003eStandard Swiss.\u003c\/strong\u003e The number of rounds may change based on attendance on the day of the event.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"highlight-row warning\"\u003e\n\u003cdiv class=\"highlight-label\"\u003eRegistration\u003c\/div\u003e\n\u003cdiv class=\"highlight-value\"\u003eRegistration through \u003cstrong\u003eBANDAI TCG+\u003c\/strong\u003e is required. Set the game title in the app to \u003cstrong\u003eGUNDAM CARD GAME\u003c\/strong\u003e to view event information and apply.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp class=\"soft-note\"\u003eOfficial event details and rewards are subject to change. Please refer to the \u003ca href=\"https:\/\/www.gundam-gcg.com\/en\/events\/AnniversaryEvent.html\" rel=\"noopener noreferrer\" target=\"_blank\"\u003e Gundam Card Game 1st Anniversary Event page \u003c\/a\u003e for the latest official information.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003csection class=\"event-card\"\u003e\n\u003ch2 class=\"section-title\"\u003eOfficial Rewards\u003c\/h2\u003e\n\u003cdiv class=\"prize-panel\"\u003e\n\u003cdiv class=\"prize-panel-head\"\u003e\n\u003ch3 class=\"prize-panel-title\"\u003eAnniversary event prizing\u003c\/h3\u003e\n\u003cdiv class=\"prize-chip\"\u003eOfficial rewards\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"prize-list\"\u003e\n\u003cdiv class=\"prize-row\"\u003e\n\u003cdiv class=\"prize-label\"\u003eParticipation\u003c\/div\u003e\n\u003cdiv class=\"prize-main\"\u003e1x GUNDAM CARD GAME 1st Anniversary Event Pack.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"prize-row\"\u003e\n\u003cdiv class=\"prize-label\"\u003eTop 4\u003c\/div\u003e\n\u003cdiv class=\"prize-main\"\u003e1x additional GUNDAM CARD GAME 1st Anniversary Event Pack + 1x GD01-100 A Show of Resolve.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"prize-row\"\u003e\n\u003cdiv class=\"prize-label\"\u003eChampion\u003c\/div\u003e\n\u003cdiv class=\"prize-main\"\u003e3x additional GUNDAM CARD GAME 1st Anniversary Event Packs.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"prize-row\"\u003e\n\u003cdiv class=\"prize-label\"\u003eLucky Prize\u003c\/div\u003e\n\u003cdiv class=\"prize-main\"\u003e1x additional GUNDAM CARD GAME 1st Anniversary Event Pack, awarded to one participant by store selection.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp class=\"soft-note\"\u003eEach Anniversary Event Pack contains one card. It may contain either ST04-012 Striker Pack or, at low probability, the EXBP-028 ZGMF-X20A STRIKE FREEDOM GUNDAM serial card. Serial-number cards cannot be exchanged or replaced.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003csection class=\"event-card\"\u003e\n\u003ch2 class=\"section-title\"\u003eAdditional Store Credit\u003c\/h2\u003e\n\u003cdiv class=\"prize-panel\"\u003e\n\u003cdiv class=\"prize-panel-head\"\u003e\n\u003ch3 class=\"prize-panel-title\"\u003eAccumulated entry pool\u003c\/h3\u003e\n\u003cdiv class=\"prize-chip\"\u003eStore credit\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"prize-list\"\u003e\n\u003cdiv class=\"prize-row store-credit-row\"\u003e\n\u003cdiv class=\"prize-label\"\u003eX-0 Champion\u003c\/div\u003e\n\u003cdiv class=\"prize-main\"\u003e35% of accumulated entry fees in store credit.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"prize-row store-credit-row\"\u003e\n\u003cdiv class=\"prize-label\"\u003eX-1 Players\u003c\/div\u003e\n\u003cdiv class=\"prize-main\"\u003eAll X-1 players split the remaining 65% of accumulated entry fees in store credit.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp class=\"soft-note\"\u003eStore-credit prizing is additional to the official Anniversary Event rewards. Final payouts depend on attendance and final player records.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003csection class=\"event-card\"\u003e\n\u003ch2 class=\"section-title\"\u003eRegistration \u0026amp; Contact\u003c\/h2\u003e\n\u003cul class=\"registration-list\"\u003e\n\u003cli\u003eApply and register through BANDAI TCG+ before the event.\u003c\/li\u003e\n\u003cli\u003eEntry must be purchased online or in-store before the event begins.\u003c\/li\u003e\n\u003cli\u003eRefunds are available when requested at least 24 hours before the event.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp class=\"contact-line\"\u003eQuestions: \u003ca href=\"mailto:support@bananagames.ca\"\u003esupport@bananagames.ca\u003c\/a\u003e\u003c\/p\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":48838508544192,"sku":null,"price":15.0,"currency_code":"CAD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0620\/7658\/4128\/files\/1st-Anniversary-GCG-Web-banner.webp?v=1787087424","url":"https:\/\/bananagames.ca\/products\/gundam-card-game-1st-anniversary-event-sep-12th-1pm","provider":"Banana Games \u0026 Hobby","version":"1.0","type":"link"}