// Mock data for the entire platform.
// Fictitious brand "Kyoudai" (兄弟 = "brothers" in Japanese) — original, not a real card company.

const USER = {
  name: "Ren Takashi",
  handle: "rentakashi",
  tier: "Obsidian",
  referral: "REN-0471",
  joined: "Jan 2026",
  avatar: "RT",
  payoutMethod: "SEPA • **** 8821",
  payoutInfo: { method: "SEPA", label: "Bank transfer — EUR", last4: "8821", next_date: "May 1, 2026" },
  nextPayout: "May 1, 2026",
  totalEarnings: 12634,
  pendingEarnings: 164.50,
  salesCount: 183,
  rank: 4,
  tierProgress: { pct: 84.2, nextLabel: "Diamond", goal: 15000, current: 12634, toGo: 2366 },
  streakDays: 42,
};

const PRODUCTS = [
  {
    id: "pkg-mew-151",
    name: "Scarlet & Violet 151 — Booster Box (JP)",
    series: "Pocket Monsters 151",
    slug: "sv-151-booster-jp",
    price: 289.00,
    commission: 34.50,
    commissionRate: 12,
    stock: 42,
    rating: 4.9,
    badge: "HOT",
    motif: "crimson",
    accent: "#FF6B8A",
    glyph: "151",
    kana: "ポケモン",
    blurb: "Sealed Japanese booster box. High chase-card yield.",
    conversion: 9.4,
  },
  {
    id: "pkg-celebrations",
    name: "Celebrations 25th — Premium Display",
    series: "25th Anniversary",
    slug: "celebrations-premium",
    price: 199.00,
    commission: 28.00,
    commissionRate: 14,
    stock: 18,
    rating: 4.8,
    badge: "TOP",
    motif: "gold",
    accent: "#F6C56B",
    glyph: "25",
    kana: "記念",
    blurb: "Anniversary edition. Limited print run from Kanto series.",
    conversion: 11.2,
  },
  {
    id: "pkg-vstar",
    name: "VSTAR Universe — Booster Box (JP)",
    series: "Sword & Shield",
    slug: "vstar-universe-jp",
    price: 319.00,
    commission: 42.00,
    commissionRate: 13,
    stock: 27,
    rating: 4.95,
    badge: "TRENDING",
    motif: "violet",
    accent: "#B89BFF",
    glyph: "V★",
    kana: "ブイスター",
    blurb: "Most valuable SnS set. Arceus VSTAR alt-art chase.",
    conversion: 12.8,
  },
  {
    id: "pkg-eevee-heroes",
    name: "Eevee Heroes — Booster Box (JP)",
    series: "Pocket Monsters",
    slug: "eevee-heroes-jp",
    price: 449.00,
    commission: 58.00,
    commissionRate: 13,
    stock: 8,
    rating: 5.0,
    badge: "HOT",
    motif: "teal",
    accent: "#3EE8BE",
    glyph: "EV",
    kana: "イーブイ",
    blurb: "Legendary set. Umbreon VMAX alt-art is the grail.",
    conversion: 14.1,
  },
  {
    id: "pkg-fusion-arts",
    name: "Fusion Arts — Booster Box (JP)",
    series: "Sword & Shield",
    slug: "fusion-arts-jp",
    price: 179.00,
    commission: 22.00,
    commissionRate: 12,
    stock: 64,
    rating: 4.7,
    badge: "NEW",
    motif: "blue",
    accent: "#6EA0FF",
    glyph: "FA",
    kana: "融合",
    blurb: "Mew VMAX alt-art hits. Strong mid-tier entry box.",
    conversion: 8.6,
  },
  {
    id: "pkg-shiny-treasure",
    name: "Shiny Treasure ex — Booster Box (JP)",
    series: "Scarlet & Violet",
    slug: "shiny-treasure-ex-jp",
    price: 239.00,
    commission: 30.00,
    commissionRate: 12,
    stock: 35,
    rating: 4.85,
    badge: "TRENDING",
    motif: "silver",
    accent: "#D6DAE3",
    glyph: "✦",
    kana: "色違い",
    blurb: "Shiny pulls across entire Paldea Pokédex.",
    conversion: 10.3,
  },
  {
    id: "pkg-crimson-haze",
    name: "Crimson Haze — Booster Box (JP)",
    series: "Scarlet & Violet",
    slug: "crimson-haze-jp",
    price: 169.00,
    commission: 20.00,
    commissionRate: 12,
    stock: 51,
    rating: 4.75,
    badge: "NEW",
    motif: "crimson",
    accent: "#FF8FA5",
    glyph: "CH",
    kana: "黒煙",
    blurb: "Latest SV expansion. Ogerpon chase cards.",
    conversion: 9.1,
  },
  {
    id: "pkg-pokeball",
    name: "Pokéball Mirror — Collector Case",
    series: "Merchandise",
    slug: "pokeball-mirror-case",
    price: 89.00,
    commission: 14.00,
    commissionRate: 16,
    stock: 120,
    rating: 4.6,
    badge: "TOP",
    motif: "blue",
    accent: "#5B8CFF",
    glyph: "◎",
    kana: "モンスタ",
    blurb: "Premium display case. Highest margin add-on.",
    conversion: 18.5,
  },
];

// 12-week performance
const WEEKLY = [
  { w: "W1", sales: 4, earnings: 112 },
  { w: "W2", sales: 7, earnings: 198 },
  { w: "W3", sales: 5, earnings: 142 },
  { w: "W4", sales: 11, earnings: 318 },
  { w: "W5", sales: 9, earnings: 261 },
  { w: "W6", sales: 14, earnings: 402 },
  { w: "W7", sales: 18, earnings: 528 },
  { w: "W8", sales: 13, earnings: 381 },
  { w: "W9", sales: 21, earnings: 612 },
  { w: "W10", sales: 26, earnings: 748 },
  { w: "W11", sales: 24, earnings: 696 },
  { w: "W12", sales: 31, earnings: 924 },
];

const TRANSACTIONS = [
  { id: "TX-8821", product: "VSTAR Universe — Booster Box (JP)", productId: "pkg-vstar", date: "Apr 22, 2026", commission: 42.00, status: "Pending", buyer: "buy_9f2a" },
  { id: "TX-8820", product: "Eevee Heroes — Booster Box (JP)", productId: "pkg-eevee-heroes", date: "Apr 22, 2026", commission: 58.00, status: "Pending", buyer: "buy_c7e1" },
  { id: "TX-8819", product: "Scarlet & Violet 151 — Booster Box (JP)", productId: "pkg-mew-151", date: "Apr 21, 2026", commission: 34.50, status: "Pending", buyer: "buy_3b4d" },
  { id: "TX-8818", product: "Shiny Treasure ex — Booster Box (JP)", productId: "pkg-shiny-treasure", date: "Apr 21, 2026", commission: 30.00, status: "Pending", buyer: "buy_11ff" },
  { id: "TX-8817", product: "Pokéball Mirror — Collector Case", productId: "pkg-pokeball", date: "Apr 20, 2026", commission: 14.00, status: "Paid", buyer: "buy_5a02" },
  { id: "TX-8816", product: "VSTAR Universe — Booster Box (JP)", productId: "pkg-vstar", date: "Apr 19, 2026", commission: 42.00, status: "Paid", buyer: "buy_e8b9" },
  { id: "TX-8815", product: "Celebrations 25th — Premium Display", productId: "pkg-celebrations", date: "Apr 18, 2026", commission: 28.00, status: "Paid", buyer: "buy_7241" },
  { id: "TX-8814", product: "Fusion Arts — Booster Box (JP)", productId: "pkg-fusion-arts", date: "Apr 17, 2026", commission: 22.00, status: "Paid", buyer: "buy_9930" },
  { id: "TX-8813", product: "Scarlet & Violet 151 — Booster Box (JP)", productId: "pkg-mew-151", date: "Apr 16, 2026", commission: 34.50, status: "Paid", buyer: "buy_6d4c" },
  { id: "TX-8812", product: "Crimson Haze — Booster Box (JP)", productId: "pkg-crimson-haze", date: "Apr 15, 2026", commission: 20.00, status: "Paid", buyer: "buy_0fa8" },
  { id: "TX-8811", product: "Eevee Heroes — Booster Box (JP)", productId: "pkg-eevee-heroes", date: "Apr 14, 2026", commission: 58.00, status: "Paid", buyer: "buy_b221" },
  { id: "TX-8810", product: "Pokéball Mirror — Collector Case", productId: "pkg-pokeball", date: "Apr 13, 2026", commission: 14.00, status: "Paid", buyer: "buy_4e59" },
];

const CONTENT = [
  {
    id: "c1",
    productId: "pkg-vstar",
    hook: "This Japanese card is exploding right now…",
    caption: "POV: you pulled an Arceus VSTAR alt-art today 🥲\nThe VSTAR Universe box is quietly becoming the best SnS investment of the year. Sealed JP product is up 38% in 6 months.\n\n→ link in bio to grab one before stock dries up.",
    duration: "0:28",
    views: "412K",
    engagement: "9.8%",
    color: "#8A5BFF",
  },
  {
    id: "c2",
    productId: "pkg-eevee-heroes",
    hook: "The grail of Eeveelution collectors",
    caption: "Umbreon VMAX alt-art is the most valuable modern card ever printed.\nEevee Heroes sealed boxes are sitting at €449 and climbing weekly.\n\nWhy are smart collectors still buying at this price? Three reasons 👇",
    duration: "0:42",
    views: "1.2M",
    engagement: "12.1%",
    color: "#3EE8BE",
  },
  {
    id: "c3",
    productId: "pkg-mew-151",
    hook: "Opening 151 boxes until I pull Mew ex",
    caption: "Gen 1 nostalgia hits different in Japanese.\n151 booster boxes are the #1 entry point for new collectors — and the margins for promoters are insane.\n\nDrop a 💥 if you want me to open one live.",
    duration: "1:04",
    views: "284K",
    engagement: "8.4%",
    color: "#FF6B8A",
  },
  {
    id: "c4",
    productId: "pkg-celebrations",
    hook: "Why this 25th Anniversary box is already sold out everywhere",
    caption: "Celebrations Premium Display was only printed for 4 months.\nEvery reprint request has been denied by TPCi. This is it.\n\nFull breakdown of the chase cards + secondary market data →",
    duration: "0:56",
    views: "867K",
    engagement: "10.3%",
    color: "#F6C56B",
  },
  {
    id: "c5",
    productId: "pkg-shiny-treasure",
    hook: "Every single Pokémon as a shiny in one set",
    caption: "Shiny Treasure ex is the wildest concept Japan has shipped in years.\nOne box, every Paldea shiny, including full-art trainers.\n\nThis is the set your audience doesn't know about yet.",
    duration: "0:33",
    views: "521K",
    engagement: "11.6%",
    color: "#D6DAE3",
  },
  {
    id: "c6",
    productId: "pkg-pokeball",
    hook: "The upsell that converts at 18%",
    caption: "Top affiliates pair every booster box with this collector case.\nAverage order value goes from €289 to €378 — and your commission follows.\n\nLiterally the easiest money on the platform.",
    duration: "0:21",
    views: "198K",
    engagement: "14.2%",
    color: "#5B8CFF",
  },
];

const LINKS = [
  { id: "l1", productId: "pkg-vstar", clicks: 1247, conversions: 38, earnings: 1596, created: "Mar 12, 2026" },
  { id: "l2", productId: "pkg-eevee-heroes", clicks: 892, conversions: 29, earnings: 1682, created: "Mar 14, 2026" },
  { id: "l3", productId: "pkg-mew-151", clicks: 2104, conversions: 41, earnings: 1414.5, created: "Feb 28, 2026" },
  { id: "l4", productId: "pkg-celebrations", clicks: 634, conversions: 19, earnings: 532, created: "Mar 20, 2026" },
  { id: "l5", productId: "pkg-shiny-treasure", clicks: 1402, conversions: 34, earnings: 1020, created: "Apr 01, 2026" },
  { id: "l6", productId: "pkg-pokeball", clicks: 3211, conversions: 182, earnings: 2548, created: "Feb 10, 2026" },
  { id: "l7", productId: "pkg-fusion-arts", clicks: 418, conversions: 11, earnings: 242, created: "Apr 08, 2026" },
];

const LEADERBOARD = [
  { rank: 1, name: "Akira M.", handle: "akira_tcg", earnings: 18420, tier: "Obsidian", trend: "+12%" },
  { rank: 2, name: "Sofia L.", handle: "sofiapulls", earnings: 16891, tier: "Obsidian", trend: "+8%" },
  { rank: 3, name: "Daniel R.", handle: "danpacks", earnings: 14208, tier: "Obsidian", trend: "+21%" },
  { rank: 4, name: "Ren Takashi", handle: "rentakashi", earnings: 12634, tier: "Obsidian", trend: "+34%", you: true },
  { rank: 5, name: "Mika V.", handle: "mikavtcg", earnings: 11902, tier: "Platinum", trend: "+4%" },
  { rank: 6, name: "Hugo P.", handle: "hugopulls", earnings: 10488, tier: "Platinum", trend: "-2%" },
  { rank: 7, name: "Chiara F.", handle: "chiaracards", earnings: 9201, tier: "Platinum", trend: "+6%" },
];

window.KYOUDAI = { USER, PRODUCTS, WEEKLY, TRANSACTIONS, CONTENT, LINKS, LEADERBOARD };
