fansunited-frontend-components 0.0.28 → 0.0.29

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/components.js +207 -246
  2. package/package.json +1 -1
package/components.js CHANGED
@@ -33573,6 +33573,12 @@ const ma = rn(/* @__PURE__ */ a.jsx("path", {
33573
33573
  justifyContent: "space-between",
33574
33574
  flexDirection: e.isMobile ? "column-reverse" : "row",
33575
33575
  gap: e.spacingScale.md
33576
+ },
33577
+ // Sign-in wrapper to always position at flex-end
33578
+ signInWrapper: {
33579
+ display: "flex",
33580
+ justifyContent: "flex-end",
33581
+ flex: 1
33576
33582
  }
33577
33583
  };
33578
33584
  }, Zm = ({
@@ -33607,7 +33613,7 @@ const ma = rn(/* @__PURE__ */ a.jsx("path", {
33607
33613
  ] }) }) }) }),
33608
33614
  /* @__PURE__ */ a.jsxs(U, { sx: C.bottomContainer, children: [
33609
33615
  r,
33610
- i
33616
+ /* @__PURE__ */ a.jsx(U, { sx: C.signInWrapper, children: i })
33611
33617
  ] })
33612
33618
  ] });
33613
33619
  }, g3 = (e) => ({
@@ -75406,6 +75412,12 @@ const f5 = rd(/* @__PURE__ */ a.jsx("path", {
75406
75412
  justifyContent: "space-between",
75407
75413
  flexDirection: e.isMobile ? "column-reverse" : "row",
75408
75414
  gap: e.spacingScale.md
75415
+ },
75416
+ // Sign-in wrapper to always position at flex-end
75417
+ signInWrapper: {
75418
+ display: "flex",
75419
+ justifyContent: "flex-end",
75420
+ flex: 1
75409
75421
  }
75410
75422
  };
75411
75423
  }, lee = ({
@@ -75440,7 +75452,7 @@ const f5 = rd(/* @__PURE__ */ a.jsx("path", {
75440
75452
  ] }) }) }) }),
75441
75453
  /* @__PURE__ */ ye(re, { sx: v.bottomContainer, children: [
75442
75454
  r,
75443
- i
75455
+ /* @__PURE__ */ Q(re, { sx: v.signInWrapper, children: i })
75444
75456
  ] })
75445
75457
  ] });
75446
75458
  }, see = (e) => ({
@@ -79326,7 +79338,7 @@ const Ate = (e, t) => {
79326
79338
  color: e.textPrimary,
79327
79339
  mb: e.spacingScale.md,
79328
79340
  textAlign: "center",
79329
- fontSize: "1.25rem"
79341
+ fontSize: "1.25em"
79330
79342
  },
79331
79343
  // Tabs container
79332
79344
  tabsContainer: {
@@ -79352,7 +79364,7 @@ const Ate = (e, t) => {
79352
79364
  borderRadius: e.borderRadius.sm,
79353
79365
  fontFamily: e.fontFamilyPrimary,
79354
79366
  fontWeight: 500,
79355
- fontSize: { xs: "0.85rem", sm: "0.9rem" },
79367
+ fontSize: { xs: "0.85em", sm: "0.9em" },
79356
79368
  color: e.textColor,
79357
79369
  bgcolor: "transparent",
79358
79370
  border: "1px solid transparent",
@@ -79404,7 +79416,7 @@ const Ate = (e, t) => {
79404
79416
  px: e.spacingScale.xs,
79405
79417
  py: "2px",
79406
79418
  borderRadius: e.borderRadius.xs,
79407
- fontSize: "0.7rem",
79419
+ fontSize: "0.7em",
79408
79420
  fontWeight: 600,
79409
79421
  fontFamily: e.fontFamilySecondary,
79410
79422
  textTransform: "uppercase",
@@ -79484,7 +79496,7 @@ const Ate = (e, t) => {
79484
79496
  fontFamily: e.fontFamilySecondary,
79485
79497
  color: e.textColor,
79486
79498
  lineHeight: 1.6,
79487
- fontSize: { xs: "0.95rem", sm: "1rem" },
79499
+ fontSize: { xs: "0.95em", sm: "1em" },
79488
79500
  opacity: 0.9
79489
79501
  },
79490
79502
  // Fallback title
@@ -79492,7 +79504,7 @@ const Ate = (e, t) => {
79492
79504
  fontFamily: e.fontFamilyPrimary,
79493
79505
  fontWeight: 600,
79494
79506
  color: e.textPrimary,
79495
- fontSize: { xs: "1.1rem", sm: "1.25rem" },
79507
+ fontSize: { xs: "1.1em", sm: "1.25em" },
79496
79508
  textAlign: "center"
79497
79509
  },
79498
79510
  // Fallback percentage
@@ -79500,14 +79512,14 @@ const Ate = (e, t) => {
79500
79512
  fontFamily: e.fontFamilySecondary,
79501
79513
  fontWeight: 600,
79502
79514
  color: e.primaryColor,
79503
- fontSize: { xs: "1rem", sm: "1.1rem" },
79515
+ fontSize: { xs: "1em", sm: "1.1em" },
79504
79516
  textAlign: "center"
79505
79517
  },
79506
79518
  // Fallback message
79507
79519
  fallbackMessage: {
79508
79520
  fontFamily: e.fontFamilySecondary,
79509
79521
  color: e.textColor,
79510
- fontSize: { xs: "0.9rem", sm: "0.95rem" },
79522
+ fontSize: { xs: "0.9em", sm: "0.95em" },
79511
79523
  opacity: 0.7,
79512
79524
  textAlign: "center",
79513
79525
  fontStyle: "italic"
@@ -79517,7 +79529,7 @@ const Ate = (e, t) => {
79517
79529
  fontFamily: e.fontFamilyPrimary,
79518
79530
  fontWeight: 600,
79519
79531
  color: e.textPrimary,
79520
- fontSize: { xs: "1rem", sm: "1.1rem" },
79532
+ fontSize: { xs: "1em", sm: "1.1em" },
79521
79533
  lineHeight: 1.3,
79522
79534
  flex: 1,
79523
79535
  minWidth: 0,
@@ -79527,7 +79539,7 @@ const Ate = (e, t) => {
79527
79539
  fontFamily: e.fontFamilySecondary,
79528
79540
  fontWeight: 600,
79529
79541
  color: e.primaryColor,
79530
- fontSize: "0.9rem",
79542
+ fontSize: "0.9em",
79531
79543
  bgcolor: "rgba(255, 255, 255, 0.08)",
79532
79544
  px: e.spacingScale.sm,
79533
79545
  py: e.spacingScale.xs,
@@ -79539,7 +79551,7 @@ const Ate = (e, t) => {
79539
79551
  fontFamily: e.fontFamilySecondary,
79540
79552
  color: e.textColor,
79541
79553
  lineHeight: 1.5,
79542
- fontSize: { xs: "0.85rem", sm: "0.9rem" },
79554
+ fontSize: { xs: "0.85em", sm: "0.9em" },
79543
79555
  opacity: 0.85,
79544
79556
  mt: e.spacingScale.xs,
79545
79557
  overflow: "hidden"
@@ -79668,7 +79680,7 @@ const Ate = (e, t) => {
79668
79680
  width: { xs: "100%", md: "auto" },
79669
79681
  fontFamily: e.fontFamilyPrimary,
79670
79682
  fontWeight: 500,
79671
- fontSize: { xs: "0.85rem", sm: "0.9rem" },
79683
+ fontSize: { xs: "0.85em", sm: "0.9em" },
79672
79684
  color: e.textColor,
79673
79685
  bgcolor: "transparent",
79674
79686
  border: "none",
@@ -79720,7 +79732,7 @@ const Ate = (e, t) => {
79720
79732
  },
79721
79733
  // Tab label text
79722
79734
  tabLabel: {
79723
- fontSize: { xs: "0.8rem", sm: "0.9rem" },
79735
+ fontSize: { xs: "0.8em", sm: "0.9em" },
79724
79736
  fontWeight: "inherit",
79725
79737
  fontFamily: e.fontFamilySecondary,
79726
79738
  color: "inherit",
@@ -79734,7 +79746,7 @@ const Ate = (e, t) => {
79734
79746
  px: e.spacingScale.xs,
79735
79747
  py: e.spacingScale["3xs"],
79736
79748
  borderRadius: e.borderRadius.sm,
79737
- fontSize: "0.75rem",
79749
+ fontSize: "0.75em",
79738
79750
  fontWeight: 600,
79739
79751
  fontFamily: e.fontFamilySecondary,
79740
79752
  minWidth: "auto",
@@ -79813,7 +79825,7 @@ const Ate = (e, t) => {
79813
79825
  fontFamily: e.fontFamilySecondary,
79814
79826
  color: e.textColor,
79815
79827
  lineHeight: 1.6,
79816
- fontSize: { xs: "0.95rem", sm: "1rem" },
79828
+ fontSize: { xs: "0.95em", sm: "1em" },
79817
79829
  opacity: 0.9
79818
79830
  },
79819
79831
  // Fallback title
@@ -79821,7 +79833,7 @@ const Ate = (e, t) => {
79821
79833
  fontFamily: e.fontFamilyPrimary,
79822
79834
  fontWeight: 600,
79823
79835
  color: e.textPrimary,
79824
- fontSize: { xs: "1.1rem", sm: "1.25rem" },
79836
+ fontSize: { xs: "1.1em", sm: "1.25em" },
79825
79837
  textAlign: "center"
79826
79838
  },
79827
79839
  // Fallback percentage
@@ -79829,14 +79841,14 @@ const Ate = (e, t) => {
79829
79841
  fontFamily: e.fontFamilySecondary,
79830
79842
  fontWeight: 600,
79831
79843
  color: e.primaryColor,
79832
- fontSize: { xs: "1rem", sm: "1.1rem" },
79844
+ fontSize: { xs: "1em", sm: "1.1em" },
79833
79845
  textAlign: "center"
79834
79846
  },
79835
79847
  // Fallback message
79836
79848
  fallbackMessage: {
79837
79849
  fontFamily: e.fontFamilySecondary,
79838
79850
  color: e.textColor,
79839
- fontSize: { xs: "0.9rem", sm: "0.95rem" },
79851
+ fontSize: { xs: "0.9em", sm: "0.95em" },
79840
79852
  opacity: 0.7,
79841
79853
  textAlign: "center",
79842
79854
  fontStyle: "italic"
@@ -79919,7 +79931,7 @@ const Ate = (e, t) => {
79919
79931
  fontFamily: l.secondary,
79920
79932
  color: A,
79921
79933
  lineHeight: 1.6,
79922
- fontSize: "0.95rem",
79934
+ fontSize: "0.95em",
79923
79935
  opacity: 0.9
79924
79936
  },
79925
79937
  dangerouslySetInnerHTML: {
@@ -79934,7 +79946,7 @@ const Ate = (e, t) => {
79934
79946
  fontFamily: l.secondary,
79935
79947
  color: A,
79936
79948
  lineHeight: 1.6,
79937
- fontSize: "0.95rem",
79949
+ fontSize: "0.95em",
79938
79950
  opacity: 0.9
79939
79951
  },
79940
79952
  dangerouslySetInnerHTML: {
@@ -80471,7 +80483,7 @@ const Ate = (e, t) => {
80471
80483
  flex: "none",
80472
80484
  fontFamily: e.fontFamilyPrimary,
80473
80485
  fontWeight: 500,
80474
- fontSize: "0.9rem",
80486
+ fontSize: "0.9em",
80475
80487
  color: e.textColor,
80476
80488
  bgcolor: "transparent",
80477
80489
  border: "none",
@@ -80530,7 +80542,7 @@ const Ate = (e, t) => {
80530
80542
  },
80531
80543
  // Tab label text
80532
80544
  tabLabel: {
80533
- fontSize: e.isMobile ? "0.8rem" : "0.9rem",
80545
+ fontSize: e.isMobile ? "0.8em" : "0.9em",
80534
80546
  fontWeight: "inherit",
80535
80547
  fontFamily: e.fontFamilySecondary,
80536
80548
  color: "inherit",
@@ -80544,7 +80556,7 @@ const Ate = (e, t) => {
80544
80556
  px: e.spacingScale.xs,
80545
80557
  py: e.spacingScale["3xs"],
80546
80558
  borderRadius: e.borderRadius.sm,
80547
- fontSize: "0.75rem",
80559
+ fontSize: "0.75em",
80548
80560
  fontWeight: 600,
80549
80561
  fontFamily: e.fontFamilySecondary,
80550
80562
  minWidth: "auto",
@@ -81366,7 +81378,7 @@ const Ate = (e, t) => {
81366
81378
  width: e.isMobile ? "100%" : "auto",
81367
81379
  fontFamily: e.fontFamilyPrimary,
81368
81380
  fontWeight: 500,
81369
- fontSize: { xs: "0.85rem", sm: "0.9rem" },
81381
+ fontSize: { xs: "0.85em", sm: "0.9em" },
81370
81382
  color: e.textColor,
81371
81383
  bgcolor: "transparent !important",
81372
81384
  background: "transparent !important",
@@ -81427,7 +81439,7 @@ const Ate = (e, t) => {
81427
81439
  },
81428
81440
  // Tab label text
81429
81441
  tabLabel: {
81430
- fontSize: { xs: "0.8rem", sm: "0.9rem" },
81442
+ fontSize: { xs: "0.8em", sm: "0.9em" },
81431
81443
  fontWeight: "inherit",
81432
81444
  fontFamily: e.fontFamilySecondary,
81433
81445
  color: "inherit",
@@ -81441,7 +81453,7 @@ const Ate = (e, t) => {
81441
81453
  px: e.spacingScale.xs,
81442
81454
  py: e.spacingScale["3xs"],
81443
81455
  borderRadius: e.borderRadius.sm,
81444
- fontSize: "0.75rem",
81456
+ fontSize: "0.75em",
81445
81457
  fontWeight: 600,
81446
81458
  fontFamily: e.fontFamilySecondary,
81447
81459
  minWidth: "auto",
@@ -82930,7 +82942,7 @@ const Gte = (e) => {
82930
82942
  },
82931
82943
  liveText: {
82932
82944
  fontFamily: e.fontFamilyPrimary,
82933
- fontSize: "0.875rem",
82945
+ fontSize: "0.875em",
82934
82946
  color: e.dangerColor || "#d32f2f",
82935
82947
  fontWeight: 600,
82936
82948
  textTransform: "uppercase",
@@ -82948,7 +82960,7 @@ const Gte = (e) => {
82948
82960
  display: "flex",
82949
82961
  alignItems: "center",
82950
82962
  gap: e.spacingScale.xs,
82951
- fontSize: "0.75rem",
82963
+ fontSize: "0.75em",
82952
82964
  padding: "2px 6px",
82953
82965
  borderRadius: e.mdBorderRadius,
82954
82966
  border: `1px solid ${e.textColor || e.darkTextColor}20`,
@@ -82964,7 +82976,7 @@ const Gte = (e) => {
82964
82976
  },
82965
82977
  matchResultScoreText: {
82966
82978
  fontFamily: e.fontFamilyPrimary,
82967
- fontSize: "0.75rem",
82979
+ fontSize: "0.75em",
82968
82980
  fontWeight: 600,
82969
82981
  color: e.textColor || e.darkTextColor,
82970
82982
  lineHeight: 1
@@ -83029,7 +83041,7 @@ const Gte = (e) => {
83029
83041
  },
83030
83042
  text: {
83031
83043
  fontFamily: "inherit",
83032
- fontSize: e.isMobile ? "0.625rem" : "0.75rem",
83044
+ fontSize: e.isMobile ? "0.625em" : "0.75em",
83033
83045
  fontWeight: 600,
83034
83046
  textAlign: "center"
83035
83047
  },
@@ -83130,7 +83142,7 @@ const Gte = (e) => {
83130
83142
  teamName: {
83131
83143
  fontFamily: e.fontFamilySecondary,
83132
83144
  color: e.textPrimary,
83133
- fontSize: e.isMobile ? "0.75rem" : "0.875rem",
83145
+ fontSize: e.isMobile ? "0.75em" : "0.875em",
83134
83146
  fontWeight: 600,
83135
83147
  textAlign: "center",
83136
83148
  maxWidth: "120px",
@@ -83140,7 +83152,7 @@ const Gte = (e) => {
83140
83152
  teamNameInline: {
83141
83153
  fontFamily: e.fontFamilySecondary,
83142
83154
  color: e.textPrimary,
83143
- fontSize: "0.75rem",
83155
+ fontSize: "0.75em",
83144
83156
  fontWeight: 600,
83145
83157
  textAlign: "left",
83146
83158
  overflow: "hidden"
@@ -83161,7 +83173,7 @@ const Gte = (e) => {
83161
83173
  teamLogoText: {
83162
83174
  fontFamily: e.fontFamilySecondary,
83163
83175
  color: e.textSecondary,
83164
- fontSize: e.isMobile ? "0.625rem" : "0.75rem",
83176
+ fontSize: e.isMobile ? "0.625em" : "0.75em",
83165
83177
  fontWeight: 600,
83166
83178
  textAlign: "center"
83167
83179
  },
@@ -83192,7 +83204,7 @@ const Gte = (e) => {
83192
83204
  scoreDisplay: {
83193
83205
  fontFamily: e.fontFamilyPrimary,
83194
83206
  fontWeight: 600,
83195
- fontSize: e.isMobile ? "1.25rem" : "1.5rem",
83207
+ fontSize: e.isMobile ? "1.25em" : "1.5em",
83196
83208
  color: e.textPrimary,
83197
83209
  minWidth: e.isMobile ? "1.5rem" : "1.75rem",
83198
83210
  // Much more compact display
@@ -83204,7 +83216,7 @@ const Gte = (e) => {
83204
83216
  separator: {
83205
83217
  fontFamily: e.fontFamilyPrimary,
83206
83218
  fontWeight: 400,
83207
- fontSize: e.isMobile ? "1.25rem" : "1.5rem",
83219
+ fontSize: e.isMobile ? "1.25em" : "1.5em",
83208
83220
  color: e.textSecondary
83209
83221
  },
83210
83222
  // Central score container with home score, separator, away score
@@ -83424,7 +83436,7 @@ const roe = (e) => {
83424
83436
  fontFamily: e.fontFamilySecondary,
83425
83437
  color: e.textPrimary,
83426
83438
  // Keep desktop font size for split variant, only use smaller on extra small
83427
- fontSize: e.isExtraSmall ? "0.75rem" : "0.875rem",
83439
+ fontSize: e.isExtraSmall ? "0.75em" : "0.875em",
83428
83440
  fontWeight: 600,
83429
83441
  textAlign: "left",
83430
83442
  overflow: "hidden"
@@ -83445,7 +83457,7 @@ const roe = (e) => {
83445
83457
  fontFamily: e.fontFamilySecondary,
83446
83458
  color: e.textSecondary,
83447
83459
  // Keep desktop font size for split variant, only use smaller on extra small
83448
- fontSize: e.isExtraSmall ? "0.625rem" : "0.75rem",
83460
+ fontSize: e.isExtraSmall ? "0.625em" : "0.75em",
83449
83461
  fontWeight: 600,
83450
83462
  textAlign: "center"
83451
83463
  },
@@ -83470,7 +83482,7 @@ const roe = (e) => {
83470
83482
  fontFamily: e.fontFamilyPrimary,
83471
83483
  fontWeight: 600,
83472
83484
  // Keep desktop font size for split variant, only use smaller on extra small
83473
- fontSize: e.isExtraSmall ? "1.5rem" : "2rem",
83485
+ fontSize: e.isExtraSmall ? "1.5em" : "2em",
83474
83486
  color: e.textPrimary,
83475
83487
  minWidth: e.isExtraSmall ? "2.5rem" : "3rem",
83476
83488
  textAlign: "center",
@@ -83574,7 +83586,7 @@ const loe = (e) => {
83574
83586
  title: {
83575
83587
  fontFamily: e.fontFamilyPrimary,
83576
83588
  fontWeight: 600,
83577
- fontSize: t ? "1.125rem" : "1.25rem",
83589
+ fontSize: t ? "1.125em" : "1.25em",
83578
83590
  lineHeight: 1.2,
83579
83591
  color: e.textPrimary,
83580
83592
  textAlign: e.isExtraSmall ? "left" : "center",
@@ -83608,14 +83620,14 @@ const loe = (e) => {
83608
83620
  pointsText: {
83609
83621
  fontFamily: e.fontFamilyPrimary,
83610
83622
  fontWeight: 700,
83611
- fontSize: "0.875rem",
83623
+ fontSize: "0.875em",
83612
83624
  lineHeight: 1,
83613
83625
  color: e.textPrimary
83614
83626
  },
83615
83627
  ptsLabel: {
83616
83628
  fontFamily: e.fontFamilySecondary,
83617
83629
  fontWeight: 500,
83618
- fontSize: "0.75rem",
83630
+ fontSize: "0.75em",
83619
83631
  lineHeight: 1,
83620
83632
  color: e.textSecondary,
83621
83633
  opacity: 0.9
@@ -83636,19 +83648,19 @@ const loe = (e) => {
83636
83648
  tooltipText: {
83637
83649
  fontFamily: e.fontFamilySecondary,
83638
83650
  color: e.textPrimary,
83639
- fontSize: "0.875rem",
83651
+ fontSize: "0.875em",
83640
83652
  lineHeight: 1.3
83641
83653
  },
83642
83654
  tooltipSubtext: {
83643
83655
  fontFamily: e.fontFamilySecondary,
83644
83656
  color: e.textSecondary,
83645
- fontSize: "0.75rem",
83657
+ fontSize: "0.75em",
83646
83658
  lineHeight: 1.3
83647
83659
  },
83648
83660
  tooltipAlternative: {
83649
83661
  fontFamily: e.fontFamilySecondary,
83650
83662
  color: e.textPrimary,
83651
- fontSize: "0.75rem",
83663
+ fontSize: "0.75em",
83652
83664
  lineHeight: 1.3,
83653
83665
  paddingLeft: e.spacingScale.xs
83654
83666
  },
@@ -83674,7 +83686,7 @@ const loe = (e) => {
83674
83686
  }
83675
83687
  },
83676
83688
  mobileIcon: {
83677
- fontSize: "1rem",
83689
+ fontSize: "1em",
83678
83690
  color: e.textPrimary
83679
83691
  }
83680
83692
  }), ad = (e) => {
@@ -83904,7 +83916,7 @@ const loe = (e) => {
83904
83916
  drawIconText: {
83905
83917
  fontFamily: e.fontFamilyPrimary,
83906
83918
  color: e.textPrimary,
83907
- fontSize: e.isMobile ? "1.25rem" : "1.5rem",
83919
+ fontSize: e.isMobile ? "1.25em" : "1.5em",
83908
83920
  fontWeight: 600
83909
83921
  },
83910
83922
  selectedDrawIconText: {
@@ -83913,14 +83925,14 @@ const loe = (e) => {
83913
83925
  teamName: {
83914
83926
  fontFamily: e.fontFamilySecondary,
83915
83927
  color: e.textPrimary,
83916
- fontSize: e.isMobile ? "0.75rem" : "0.875rem",
83928
+ fontSize: e.isMobile ? "0.75em" : "0.875em",
83917
83929
  fontWeight: 600,
83918
83930
  textAlign: "center"
83919
83931
  },
83920
83932
  drawLabel: {
83921
83933
  fontFamily: e.fontFamilySecondary,
83922
83934
  color: e.textPrimary,
83923
- fontSize: e.isMobile ? "0.75rem" : "0.875rem",
83935
+ fontSize: e.isMobile ? "0.75em" : "0.875em",
83924
83936
  fontWeight: 600,
83925
83937
  textAlign: "center"
83926
83938
  }
@@ -83982,7 +83994,7 @@ const loe = (e) => {
83982
83994
  teamLogoText: {
83983
83995
  fontFamily: e.fontFamilySecondary,
83984
83996
  color: e.textSecondary,
83985
- fontSize: "0.75rem",
83997
+ fontSize: "0.75em",
83986
83998
  fontWeight: 600,
83987
83999
  textAlign: "center"
83988
84000
  },
@@ -83990,7 +84002,7 @@ const loe = (e) => {
83990
84002
  optionLabel: {
83991
84003
  fontFamily: e.fontFamilySecondary,
83992
84004
  color: e.textPrimary,
83993
- fontSize: "0.875rem",
84005
+ fontSize: "0.875em",
83994
84006
  fontWeight: 600,
83995
84007
  flex: 1
83996
84008
  },
@@ -84216,7 +84228,7 @@ const goe = (e) => {
84216
84228
  title: {
84217
84229
  fontFamily: e.fontFamilyPrimary,
84218
84230
  fontWeight: 600,
84219
- fontSize: t ? "1.125rem" : "1.25rem",
84231
+ fontSize: t ? "1.125em" : "1.25em",
84220
84232
  lineHeight: 1.2,
84221
84233
  color: e.textPrimary,
84222
84234
  textAlign: e.ixExtraSmall ? "left" : "center"
@@ -84295,7 +84307,7 @@ const goe = (e) => {
84295
84307
  cornersDisplay: {
84296
84308
  fontFamily: e.fontFamilyPrimary,
84297
84309
  fontWeight: 600,
84298
- fontSize: e.isMobile ? "1.5rem" : "2rem",
84310
+ fontSize: e.isMobile ? "1.5em" : "2em",
84299
84311
  color: e.textPrimary,
84300
84312
  minWidth: e.isMobile ? "2.5rem" : "3rem",
84301
84313
  textAlign: "center",
@@ -84363,7 +84375,7 @@ const goe = (e) => {
84363
84375
  title: {
84364
84376
  fontFamily: e.fontFamilyPrimary,
84365
84377
  fontWeight: 600,
84366
- fontSize: t ? "1.125rem" : "1.25rem",
84378
+ fontSize: t ? "1.125em" : "1.25em",
84367
84379
  lineHeight: 1.2,
84368
84380
  color: e.textPrimary,
84369
84381
  textAlign: e.isExtraSmall ? "left" : "center"
@@ -84446,7 +84458,7 @@ const goe = (e) => {
84446
84458
  optionLabel: {
84447
84459
  fontFamily: e.fontFamilySecondary,
84448
84460
  color: e.textPrimary,
84449
- fontSize: e.isMobile ? "0.875rem" : "1rem",
84461
+ fontSize: e.isMobile ? "0.875em" : "1em",
84450
84462
  fontWeight: 600,
84451
84463
  textAlign: "center"
84452
84464
  }
@@ -84556,7 +84568,7 @@ const goe = (e) => {
84556
84568
  title: {
84557
84569
  fontFamily: e.fontFamilyPrimary,
84558
84570
  fontWeight: 600,
84559
- fontSize: t ? "1.125rem" : "1.25rem",
84571
+ fontSize: t ? "1.125em" : "1.25em",
84560
84572
  lineHeight: 1.2,
84561
84573
  color: e.textPrimary,
84562
84574
  textAlign: e.isExtraSmall ? "left" : "center"
@@ -84680,7 +84692,7 @@ const goe = (e) => {
84680
84692
  teamName: {
84681
84693
  fontFamily: e.fontFamilySecondary,
84682
84694
  color: e.textPrimary,
84683
- fontSize: e.isMobile ? "0.75rem" : "0.875rem",
84695
+ fontSize: e.isMobile ? "0.75em" : "0.875em",
84684
84696
  fontWeight: 600,
84685
84697
  textAlign: "center"
84686
84698
  },
@@ -84702,7 +84714,7 @@ const goe = (e) => {
84702
84714
  userSelect: "none",
84703
84715
  fontFamily: e.fontFamilySecondary,
84704
84716
  fontWeight: 500,
84705
- fontSize: e.isMobile ? "0.75rem" : "0.875rem",
84717
+ fontSize: e.isMobile ? "0.75em" : "0.875em",
84706
84718
  color: e.textSecondary,
84707
84719
  backgroundColor: "transparent",
84708
84720
  minWidth: e.isMobile ? "auto" : "120px",
@@ -84751,7 +84763,7 @@ const goe = (e) => {
84751
84763
  width: e.isExtraSmall ? "50%" : "25%",
84752
84764
  fontFamily: e.fontFamilySecondary,
84753
84765
  fontWeight: 500,
84754
- fontSize: e.isMobile ? "0.75rem" : "0.875rem",
84766
+ fontSize: e.isMobile ? "0.75em" : "0.875em",
84755
84767
  color: e.textSecondary,
84756
84768
  bgcolor: "transparent",
84757
84769
  border: "none",
@@ -84845,7 +84857,7 @@ const goe = (e) => {
84845
84857
  playerAvatarText: {
84846
84858
  fontFamily: e.fontFamilySecondary,
84847
84859
  color: e.textSecondary,
84848
- fontSize: e.isMobile ? "0.625rem" : "0.75rem",
84860
+ fontSize: e.isMobile ? "0.625em" : "0.75em",
84849
84861
  fontWeight: 600,
84850
84862
  textAlign: "center",
84851
84863
  lineHeight: 1
@@ -84855,7 +84867,7 @@ const goe = (e) => {
84855
84867
  },
84856
84868
  playerAvatarIcon: {
84857
84869
  color: e.textSecondary,
84858
- fontSize: e.isMobile ? "1.25rem" : "1.5rem"
84870
+ fontSize: e.isMobile ? "1.25em" : "1.5em"
84859
84871
  },
84860
84872
  selectedPlayerAvatarIcon: {
84861
84873
  color: e.onPrimary
@@ -84863,7 +84875,7 @@ const goe = (e) => {
84863
84875
  playerName: {
84864
84876
  fontFamily: e.fontFamilySecondary,
84865
84877
  color: e.textSecondary,
84866
- fontSize: e.isMobile ? "0.625rem" : "0.75rem",
84878
+ fontSize: e.isMobile ? "0.625em" : "0.75em",
84867
84879
  fontWeight: 500,
84868
84880
  textAlign: "center",
84869
84881
  lineHeight: 1.2,
@@ -84902,7 +84914,7 @@ const goe = (e) => {
84902
84914
  checkboxLabel: {
84903
84915
  fontFamily: e.fontFamilySecondary,
84904
84916
  color: e.textPrimary,
84905
- fontSize: e.isMobile ? "0.875rem" : "1rem",
84917
+ fontSize: e.isMobile ? "0.875em" : "1em",
84906
84918
  fontWeight: 500
84907
84919
  }
84908
84920
  };
@@ -85113,7 +85125,7 @@ const voe = (e) => {
85113
85125
  title: {
85114
85126
  fontFamily: e.fontFamilyPrimary,
85115
85127
  fontWeight: 600,
85116
- fontSize: t ? "1.125rem" : "1.25rem",
85128
+ fontSize: t ? "1.125em" : "1.25em",
85117
85129
  lineHeight: 1.2,
85118
85130
  color: e.textPrimary,
85119
85131
  textAlign: e.isExtraSmall ? "left" : "center"
@@ -85357,7 +85369,7 @@ const voe = (e) => {
85357
85369
  participationText: {
85358
85370
  fontFamily: i.primary,
85359
85371
  fontWeight: 500,
85360
- fontSize: s ? "1.125rem" : "1.25rem",
85372
+ fontSize: s ? "1.125em" : "1.25em",
85361
85373
  lineHeight: 1.2,
85362
85374
  color: o.textPrimary,
85363
85375
  textAlign: "center"
@@ -85372,29 +85384,29 @@ const voe = (e) => {
85372
85384
  display: "flex",
85373
85385
  alignItems: "center",
85374
85386
  justifyContent: "center",
85375
- gap: "0.25rem",
85387
+ gap: r["2xs"],
85376
85388
  bgcolor: o.palette.neutral.softBg,
85377
85389
  borderRadius: n.sm,
85378
- minWidth: s ? "2.5rem" : "3rem",
85379
- px: s ? "0.25rem" : "0.5rem",
85380
- py: s ? "0.125rem" : "0.25rem"
85390
+ minWidth: s ? r["2xl"] : r["3xl"],
85391
+ px: s ? r["2xs"] : r.xs,
85392
+ py: s ? r["3xs"] : r["2xs"]
85381
85393
  },
85382
85394
  timeValue: {
85383
85395
  fontFamily: i.primary,
85384
85396
  fontWeight: 500,
85385
- fontSize: s ? "1rem" : "1.5rem",
85397
+ fontSize: s ? "1em" : "1.5em",
85386
85398
  color: o.textPrimary
85387
85399
  },
85388
85400
  timeLabel: {
85389
85401
  fontFamily: i.secondary,
85390
85402
  fontWeight: 400,
85391
- fontSize: s ? "0.625rem" : "0.75rem",
85403
+ fontSize: s ? "0.625em" : "0.75em",
85392
85404
  color: o.textSecondary
85393
85405
  },
85394
85406
  separator: {
85395
85407
  fontFamily: i.primary,
85396
85408
  fontWeight: 400,
85397
- fontSize: s ? "1rem" : "1.25rem",
85409
+ fontSize: s ? "1em" : "1.25em",
85398
85410
  color: o.textSecondary,
85399
85411
  display: "flex",
85400
85412
  alignItems: "center",
@@ -85441,8 +85453,8 @@ const voe = (e) => {
85441
85453
  title: {
85442
85454
  fontFamily: e.fontFamilyPrimary,
85443
85455
  fontWeight: 600,
85444
- fontSize: "1rem",
85445
- lineHeight: "1.25rem",
85456
+ fontSize: "1em",
85457
+ lineHeight: "1.25em",
85446
85458
  color: e.textPrimary,
85447
85459
  textAlign: "center",
85448
85460
  marginBottom: e.spacingScale.sm
@@ -85470,8 +85482,8 @@ const voe = (e) => {
85470
85482
  questionText: {
85471
85483
  fontFamily: e.fontFamilySecondary,
85472
85484
  fontWeight: 400,
85473
- fontSize: "1rem",
85474
- lineHeight: "1rem",
85485
+ fontSize: "1em",
85486
+ lineHeight: "1em",
85475
85487
  color: e.textSecondary,
85476
85488
  marginBottom: "2px"
85477
85489
  },
@@ -85496,7 +85508,7 @@ const voe = (e) => {
85496
85508
  selectionText: {
85497
85509
  fontFamily: e.fontFamilyPrimary,
85498
85510
  fontWeight: 500,
85499
- fontSize: "0.875rem",
85511
+ fontSize: "0.875em",
85500
85512
  color: e.textPrimary
85501
85513
  },
85502
85514
  playerAvatar: {
@@ -85510,17 +85522,17 @@ const voe = (e) => {
85510
85522
  justifyContent: "center",
85511
85523
  fontFamily: e.fontFamilyPrimary,
85512
85524
  fontWeight: 600,
85513
- fontSize: "0.625rem",
85525
+ fontSize: "0.625em",
85514
85526
  flexShrink: 0,
85515
85527
  overflow: "hidden"
85516
85528
  },
85517
85529
  playerAvatarIcon: {
85518
85530
  color: e.textSecondary,
85519
- fontSize: "0.75rem"
85531
+ fontSize: "0.75em"
85520
85532
  },
85521
85533
  editButton: {
85522
85534
  padding: "2px 6px",
85523
- fontSize: "0.75rem",
85535
+ fontSize: "0.75em",
85524
85536
  fontWeight: 500,
85525
85537
  color: e.primaryColor,
85526
85538
  backgroundColor: "transparent",
@@ -85542,7 +85554,7 @@ const voe = (e) => {
85542
85554
  display: "flex",
85543
85555
  alignItems: "center",
85544
85556
  justifyContent: "center",
85545
- fontSize: "0.75rem",
85557
+ fontSize: "0.75em",
85546
85558
  fontWeight: 600,
85547
85559
  color: "white",
85548
85560
  flexShrink: 0
@@ -85559,7 +85571,7 @@ const voe = (e) => {
85559
85571
  display: "flex",
85560
85572
  alignItems: "center",
85561
85573
  justifyContent: "center",
85562
- fontSize: "0.75rem",
85574
+ fontSize: "0.75em",
85563
85575
  color: e.primaryColor,
85564
85576
  flexShrink: 0
85565
85577
  },
@@ -85574,6 +85586,7 @@ const voe = (e) => {
85574
85586
  "--TableCell-paddingX": "0.5rem",
85575
85587
  "--TableCell-paddingY": "0.375rem",
85576
85588
  cursor: "default",
85589
+ fontSize: "1em",
85577
85590
  "& > tbody > tr:hover": {
85578
85591
  backgroundColor: "transparent"
85579
85592
  },
@@ -85582,7 +85595,6 @@ const voe = (e) => {
85582
85595
  verticalAlign: "middle",
85583
85596
  fontFamily: e.fontFamilyPrimary,
85584
85597
  fontWeight: 600,
85585
- fontSize: "0.75rem",
85586
85598
  color: e.textPrimary
85587
85599
  },
85588
85600
  "& > tbody > tr > td": {
@@ -85620,7 +85632,7 @@ const voe = (e) => {
85620
85632
  display: "flex",
85621
85633
  alignItems: "center",
85622
85634
  gap: e.spacingScale.xs,
85623
- fontSize: "0.75rem",
85635
+ fontSize: "1em",
85624
85636
  padding: "2px 6px",
85625
85637
  minHeight: "20px",
85626
85638
  borderRadius: e.borderRadius.sm,
@@ -85628,14 +85640,6 @@ const voe = (e) => {
85628
85640
  backgroundColor: e.neutralSoftBg,
85629
85641
  width: "fit-content"
85630
85642
  },
85631
- predictionChip: {
85632
- display: "flex",
85633
- alignItems: "center",
85634
- gap: e.spacingScale.xs,
85635
- fontSize: "0.75rem",
85636
- padding: "2px 6px",
85637
- minHeight: "20px"
85638
- },
85639
85643
  editIconButton: {
85640
85644
  padding: "4px",
85641
85645
  minHeight: "24px",
@@ -85650,7 +85654,7 @@ const voe = (e) => {
85650
85654
  backgroundColor: `${e.textPrimary}15`
85651
85655
  },
85652
85656
  "& svg": {
85653
- fontSize: "1rem",
85657
+ fontSize: "1em",
85654
85658
  color: e.textPrimary
85655
85659
  }
85656
85660
  }
@@ -85678,7 +85682,7 @@ const voe = (e) => {
85678
85682
  title: {
85679
85683
  fontFamily: e.fontFamilyPrimary,
85680
85684
  fontWeight: 600,
85681
- fontSize: t ? "1.25rem" : "1.5rem",
85685
+ fontSize: t ? "1.25em" : "1.5em",
85682
85686
  lineHeight: 1.2,
85683
85687
  color: e.textPrimary,
85684
85688
  textAlign: "center",
@@ -85687,7 +85691,7 @@ const voe = (e) => {
85687
85691
  questionText: {
85688
85692
  fontFamily: e.fontFamilySecondary,
85689
85693
  fontWeight: 500,
85690
- fontSize: t ? "1rem" : "1.125rem",
85694
+ fontSize: t ? "1em" : "1.125em",
85691
85695
  lineHeight: 1.3,
85692
85696
  color: e.textSecondary,
85693
85697
  textAlign: "center",
@@ -85701,7 +85705,7 @@ const voe = (e) => {
85701
85705
  cancelButton: {
85702
85706
  fontFamily: e.fontFamilySecondary,
85703
85707
  fontWeight: 500,
85704
- fontSize: "0.875rem",
85708
+ fontSize: "0.875em",
85705
85709
  borderRadius: e.borderRadius.sm,
85706
85710
  padding: `${e.spacingScale.sm} ${e.spacingScale.md}`,
85707
85711
  minWidth: t ? "100px" : "120px",
@@ -85715,7 +85719,7 @@ const voe = (e) => {
85715
85719
  saveButton: {
85716
85720
  fontFamily: e.fontFamilySecondary,
85717
85721
  fontWeight: 500,
85718
- fontSize: "0.875rem",
85722
+ fontSize: "0.875em",
85719
85723
  borderRadius: e.borderRadius.sm,
85720
85724
  padding: `${e.spacingScale.sm} ${e.spacingScale.md}`,
85721
85725
  minWidth: t ? "100px" : "120px",
@@ -85751,7 +85755,7 @@ const voe = (e) => {
85751
85755
  transform: "scale(1.05)"
85752
85756
  },
85753
85757
  "& svg": {
85754
- fontSize: "1.25rem"
85758
+ fontSize: "1.25em"
85755
85759
  }
85756
85760
  }
85757
85761
  };
@@ -86938,7 +86942,7 @@ const voe = (e) => {
86938
86942
  },
86939
86943
  liveText: {
86940
86944
  fontFamily: e.fontFamilySecondary,
86941
- fontSize: "0.875rem",
86945
+ fontSize: "0.875em",
86942
86946
  color: e.dangerColor,
86943
86947
  fontWeight: 600,
86944
86948
  textTransform: "uppercase",
@@ -86956,7 +86960,7 @@ const voe = (e) => {
86956
86960
  display: "flex",
86957
86961
  alignItems: "center",
86958
86962
  gap: e.spacingScale.xs,
86959
- fontSize: "0.75rem",
86963
+ fontSize: "0.75em",
86960
86964
  padding: "2px 6px",
86961
86965
  minHeight: "20px",
86962
86966
  borderRadius: e.borderRadius.sm,
@@ -86973,7 +86977,7 @@ const voe = (e) => {
86973
86977
  },
86974
86978
  matchResultScoreText: {
86975
86979
  fontFamily: e.fontFamilyPrimary,
86976
- fontSize: "0.75rem",
86980
+ fontSize: "0.75em",
86977
86981
  fontWeight: 600,
86978
86982
  color: e.textColor,
86979
86983
  lineHeight: 1
@@ -87583,7 +87587,7 @@ const voe = (e) => {
87583
87587
  alignItems: "center",
87584
87588
  alignSelf: "center",
87585
87589
  gap: e.spacingScale.xs,
87586
- fontSize: "0.75rem",
87590
+ fontSize: "0.75em",
87587
87591
  padding: "2px 6px",
87588
87592
  minHeight: "20px",
87589
87593
  borderRadius: e.borderRadius.sm,
@@ -87600,7 +87604,7 @@ const voe = (e) => {
87600
87604
  },
87601
87605
  matchResultScoreText: {
87602
87606
  fontFamily: e.fontFamilyPrimary,
87603
- fontSize: "0.75rem",
87607
+ fontSize: "0.75em",
87604
87608
  fontWeight: 600,
87605
87609
  color: e.textColor,
87606
87610
  lineHeight: 1
@@ -88950,7 +88954,7 @@ const voe = (e) => {
88950
88954
  alignItems: "center",
88951
88955
  alignSelf: "center",
88952
88956
  gap: e.spacingScale.xs,
88953
- fontSize: "0.75rem",
88957
+ fontSize: "0.75em",
88954
88958
  padding: "2px 6px",
88955
88959
  minHeight: "20px",
88956
88960
  borderRadius: e.borderRadius.sm,
@@ -88967,7 +88971,7 @@ const voe = (e) => {
88967
88971
  },
88968
88972
  matchResultScoreText: {
88969
88973
  fontFamily: e.fontFamilyPrimary,
88970
- fontSize: "0.75rem",
88974
+ fontSize: "0.75em",
88971
88975
  fontWeight: 600,
88972
88976
  color: e.textColor,
88973
88977
  lineHeight: 1
@@ -88993,18 +88997,18 @@ const voe = (e) => {
88993
88997
  }, I = {
88994
88998
  fontFamily: r.primary,
88995
88999
  fontWeight: 700,
88996
- fontSize: "0.875rem",
89000
+ fontSize: "0.875em",
88997
89001
  lineHeight: 1,
88998
89002
  color: y
88999
89003
  }, b = {
89000
89004
  fontFamily: r.primary,
89001
89005
  fontWeight: 500,
89002
- fontSize: "0.75rem",
89006
+ fontSize: "0.75em",
89003
89007
  color: n.textSecondary
89004
89008
  }, R = {
89005
89009
  fontFamily: r.primary,
89006
89010
  fontWeight: 500,
89007
- fontSize: "0.75rem",
89011
+ fontSize: "0.75em",
89008
89012
  color: n.textSecondary
89009
89013
  };
89010
89014
  return /* @__PURE__ */ a.jsxs(U, { sx: v, children: [
@@ -89016,7 +89020,7 @@ const voe = (e) => {
89016
89020
  {
89017
89021
  sx: {
89018
89022
  ...R,
89019
- fontSize: "0.625rem"
89023
+ fontSize: "0.625em"
89020
89024
  },
89021
89025
  children: o("matchQuiz.points.pts")
89022
89026
  }
@@ -89123,7 +89127,7 @@ const voe = (e) => {
89123
89127
  display: "flex",
89124
89128
  alignItems: "center",
89125
89129
  gap: h.xs,
89126
- fontSize: "0.75rem",
89130
+ fontSize: "1em",
89127
89131
  padding: "2px 6px",
89128
89132
  minHeight: "20px",
89129
89133
  borderRadius: m,
@@ -89147,13 +89151,13 @@ const voe = (e) => {
89147
89151
  justifyContent: "center",
89148
89152
  fontFamily: v,
89149
89153
  fontWeight: 600,
89150
- fontSize: "0.625rem",
89154
+ fontSize: "0.625em",
89151
89155
  flexShrink: 0,
89152
89156
  overflow: "hidden"
89153
89157
  }, me = {
89154
89158
  fontFamily: v,
89155
89159
  fontWeight: 500,
89156
- fontSize: f ? "0.75rem" : "0.875rem",
89160
+ fontSize: f ? "0.75em" : "0.875em",
89157
89161
  color: y
89158
89162
  };
89159
89163
  if (V === Ae.CORRECT_SCORE || V === Ae.CORRECT_SCORE_HT || V === Ae.CORRECT_SCORE_ADVANCED) {
@@ -89234,7 +89238,7 @@ const voe = (e) => {
89234
89238
  ) : /* @__PURE__ */ a.jsx(
89235
89239
  Lu,
89236
89240
  {
89237
- sx: { fontSize: "0.75rem", color: C }
89241
+ sx: { fontSize: "0.75em", color: C }
89238
89242
  }
89239
89243
  ) }),
89240
89244
  /* @__PURE__ */ a.jsx(H, { sx: me, children: Re })
@@ -89255,7 +89259,7 @@ const voe = (e) => {
89255
89259
  display: "flex",
89256
89260
  alignItems: "center",
89257
89261
  gap: h.xs,
89258
- fontSize: "0.75rem",
89262
+ fontSize: "0.875em",
89259
89263
  padding: "2px 6px",
89260
89264
  minHeight: "20px",
89261
89265
  borderRadius: m,
@@ -89279,13 +89283,13 @@ const voe = (e) => {
89279
89283
  justifyContent: "center",
89280
89284
  fontFamily: v,
89281
89285
  fontWeight: 600,
89282
- fontSize: "0.625rem",
89286
+ fontSize: "0.625em",
89283
89287
  flexShrink: 0,
89284
89288
  overflow: "hidden"
89285
89289
  }, xe = {
89286
89290
  fontFamily: v,
89287
89291
  fontWeight: 500,
89288
- fontSize: f ? "0.75rem" : "0.875rem",
89292
+ fontSize: f ? "0.75em" : "0.875em",
89289
89293
  color: y
89290
89294
  };
89291
89295
  if (J === Ae.CORRECT_SCORE || J === Ae.CORRECT_SCORE_HT || J === Ae.CORRECT_SCORE_ADVANCED) {
@@ -89371,7 +89375,7 @@ const voe = (e) => {
89371
89375
  ) : /* @__PURE__ */ a.jsx(
89372
89376
  Lu,
89373
89377
  {
89374
- sx: { fontSize: "0.75rem", color: C }
89378
+ sx: { fontSize: "0.75em", color: C }
89375
89379
  }
89376
89380
  ) }),
89377
89381
  /* @__PURE__ */ a.jsx(H, { sx: xe, children: qe.map((je) => je == null ? void 0 : je.name).join(", ") })
@@ -89823,7 +89827,7 @@ const voe = (e) => {
89823
89827
  sx: {
89824
89828
  color: y,
89825
89829
  fontFamily: v,
89826
- fontSize: "1.25rem",
89830
+ fontSize: "1.25em",
89827
89831
  fontWeight: 600,
89828
89832
  lineHeight: "1.2"
89829
89833
  },
@@ -89836,7 +89840,7 @@ const voe = (e) => {
89836
89840
  sx: {
89837
89841
  color: C,
89838
89842
  fontFamily: I,
89839
- fontSize: "1rem",
89843
+ fontSize: "1em",
89840
89844
  fontWeight: 400,
89841
89845
  lineHeight: "1.4"
89842
89846
  },
@@ -90057,7 +90061,7 @@ const voe = (e) => {
90057
90061
  color: u
90058
90062
  },
90059
90063
  avatarIcon: {
90060
- fontSize: "1rem",
90064
+ fontSize: "1em",
90061
90065
  color: v
90062
90066
  },
90063
90067
  noLeaderboardText: {
@@ -91134,6 +91138,7 @@ const Woe = Gg("ChevronsRight", [
91134
91138
  "--TableCell-paddingX": "0.5rem",
91135
91139
  "--TableCell-paddingY": "0.375rem",
91136
91140
  cursor: "default",
91141
+ fontSize: "1em",
91137
91142
  "& > tbody > tr:hover": {
91138
91143
  backgroundColor: "transparent"
91139
91144
  },
@@ -91142,7 +91147,6 @@ const Woe = Gg("ChevronsRight", [
91142
91147
  verticalAlign: "middle",
91143
91148
  fontFamily: e.fontFamilyPrimary,
91144
91149
  fontWeight: 600,
91145
- fontSize: "0.75rem",
91146
91150
  color: e.textPrimary
91147
91151
  },
91148
91152
  "& > tbody > tr > td": {
@@ -91207,7 +91211,7 @@ const Woe = Gg("ChevronsRight", [
91207
91211
  whiteSpace: "nowrap"
91208
91212
  },
91209
91213
  avatarIcon: {
91210
- fontSize: "1rem",
91214
+ fontSize: "1em",
91211
91215
  color: e.onPrimaryColor
91212
91216
  },
91213
91217
  // Pagination styles
@@ -92848,6 +92852,7 @@ const Woe = Gg("ChevronsRight", [
92848
92852
  "--TableCell-paddingX": "0.5rem",
92849
92853
  "--TableCell-paddingY": "0.375rem",
92850
92854
  cursor: "default",
92855
+ fontSize: "0.75em",
92851
92856
  "& > tbody > tr:hover": {
92852
92857
  backgroundColor: "transparent"
92853
92858
  },
@@ -92856,7 +92861,6 @@ const Woe = Gg("ChevronsRight", [
92856
92861
  verticalAlign: "middle",
92857
92862
  fontFamily: e.fontFamilyPrimary,
92858
92863
  fontWeight: 600,
92859
- fontSize: "0.75rem",
92860
92864
  color: e.textPrimary
92861
92865
  },
92862
92866
  "& > tbody > tr > td": {
@@ -92921,7 +92925,7 @@ const Woe = Gg("ChevronsRight", [
92921
92925
  whiteSpace: "nowrap"
92922
92926
  },
92923
92927
  avatarIcon: {
92924
- fontSize: "1rem",
92928
+ fontSize: "1em",
92925
92929
  color: e.onPrimaryColor
92926
92930
  },
92927
92931
  // Pagination styles
@@ -93945,7 +93949,7 @@ const dne = (e, t) => {
93945
93949
  },
93946
93950
  liveText: {
93947
93951
  fontFamily: e.fontFamilySecondary,
93948
- fontSize: "0.875rem",
93952
+ fontSize: "0.875em",
93949
93953
  color: e.dangerColor,
93950
93954
  fontWeight: 600,
93951
93955
  textTransform: "uppercase",
@@ -93963,7 +93967,7 @@ const dne = (e, t) => {
93963
93967
  display: "flex",
93964
93968
  alignItems: "center",
93965
93969
  gap: e.spacingScale.xs,
93966
- fontSize: "0.75rem",
93970
+ fontSize: "0.75em",
93967
93971
  padding: "2px 6px",
93968
93972
  minHeight: "20px",
93969
93973
  borderRadius: e.borderRadius.sm,
@@ -93980,7 +93984,7 @@ const dne = (e, t) => {
93980
93984
  },
93981
93985
  matchResultScoreText: {
93982
93986
  fontFamily: e.fontFamilyPrimary,
93983
- fontSize: "0.75rem",
93987
+ fontSize: "0.75em",
93984
93988
  fontWeight: 600,
93985
93989
  color: e.textColor,
93986
93990
  lineHeight: 1
@@ -94016,7 +94020,7 @@ const dne = (e, t) => {
94016
94020
  numberDisplay: {
94017
94021
  fontFamily: e.fontFamilyPrimary,
94018
94022
  fontWeight: 600,
94019
- fontSize: e.isMobile ? "1.5rem" : "2rem",
94023
+ fontSize: e.isMobile ? "1.5em" : "2em",
94020
94024
  color: e.textPrimary,
94021
94025
  minWidth: e.isMobile ? "3.5rem" : "4.5rem",
94022
94026
  maxWidth: e.isMobile ? "5rem" : "6rem",
@@ -94094,7 +94098,7 @@ const dne = (e, t) => {
94094
94098
  textAlign: "center",
94095
94099
  fontFamily: n.primary,
94096
94100
  fontWeight: 600,
94097
- fontSize: r ? "1.5rem" : "2rem"
94101
+ fontSize: r ? "0.75em" : "1em"
94098
94102
  }
94099
94103
  }
94100
94104
  }
@@ -94123,14 +94127,14 @@ const dne = (e, t) => {
94123
94127
  title: {
94124
94128
  fontFamily: e.fontFamilyPrimary,
94125
94129
  fontWeight: 600,
94126
- fontSize: t ? "1.125rem" : "1.25rem",
94130
+ fontSize: t ? "1.125em" : "1.25em",
94127
94131
  lineHeight: 1.2,
94128
94132
  color: e.textPrimary,
94129
94133
  textAlign: e.isExtraSmall ? "left" : "center"
94130
94134
  },
94131
94135
  description: {
94132
94136
  fontFamily: e.fontFamilySecondary,
94133
- fontSize: t ? "0.875rem" : "0.9375rem",
94137
+ fontSize: t ? "0.875em" : "0.9375em",
94134
94138
  color: e.textSecondary,
94135
94139
  textAlign: "center",
94136
94140
  mt: e.spacingScale.xs,
@@ -94162,14 +94166,14 @@ const dne = (e, t) => {
94162
94166
  pointsText: {
94163
94167
  fontFamily: e.fontFamilyPrimary,
94164
94168
  fontWeight: 700,
94165
- fontSize: "0.875rem",
94169
+ fontSize: "0.875em",
94166
94170
  lineHeight: 1,
94167
94171
  color: e.textPrimary
94168
94172
  },
94169
94173
  ptsLabel: {
94170
94174
  fontFamily: e.fontFamilySecondary,
94171
94175
  fontWeight: 500,
94172
- fontSize: "0.75rem",
94176
+ fontSize: "0.75em",
94173
94177
  lineHeight: 1,
94174
94178
  color: e.textSecondary,
94175
94179
  opacity: 0.9
@@ -94190,19 +94194,19 @@ const dne = (e, t) => {
94190
94194
  tooltipText: {
94191
94195
  fontFamily: e.fontFamilySecondary,
94192
94196
  color: e.textPrimary,
94193
- fontSize: "0.875rem",
94197
+ fontSize: "0.875em",
94194
94198
  lineHeight: 1.3
94195
94199
  },
94196
94200
  tooltipSubtext: {
94197
94201
  fontFamily: e.fontFamilySecondary,
94198
94202
  color: e.textSecondary,
94199
- fontSize: "0.75rem",
94203
+ fontSize: "0.75em",
94200
94204
  lineHeight: 1.3
94201
94205
  },
94202
94206
  tooltipAlternative: {
94203
94207
  fontFamily: e.fontFamilySecondary,
94204
94208
  color: e.textPrimary,
94205
- fontSize: "0.75rem",
94209
+ fontSize: "0.75em",
94206
94210
  lineHeight: 1.3,
94207
94211
  paddingLeft: e.spacingScale.xs
94208
94212
  },
@@ -94228,7 +94232,7 @@ const dne = (e, t) => {
94228
94232
  }
94229
94233
  },
94230
94234
  mobileIcon: {
94231
- fontSize: "1rem",
94235
+ fontSize: "1em",
94232
94236
  color: e.textPrimary
94233
94237
  }
94234
94238
  }), ld = dr({
@@ -94375,7 +94379,7 @@ const dne = (e, t) => {
94375
94379
  },
94376
94380
  text: {
94377
94381
  fontFamily: "inherit",
94378
- fontSize: e.isMobile ? "0.625rem" : "0.75rem",
94382
+ fontSize: e.isMobile ? "0.625em" : "0.75em",
94379
94383
  fontWeight: 600,
94380
94384
  textAlign: "center"
94381
94385
  },
@@ -94438,7 +94442,7 @@ const dne = (e, t) => {
94438
94442
  optionLabel: {
94439
94443
  fontFamily: e.fontFamilySecondary,
94440
94444
  color: e.textPrimary,
94441
- fontSize: e.isMobile ? "0.875rem" : "1rem",
94445
+ fontSize: e.isMobile ? "0.875em" : "1em",
94442
94446
  fontWeight: 600,
94443
94447
  textAlign: "center"
94444
94448
  }
@@ -94548,7 +94552,7 @@ const dne = (e, t) => {
94548
94552
  title: {
94549
94553
  fontFamily: e.fontFamilyPrimary,
94550
94554
  fontWeight: 600,
94551
- fontSize: t ? "1.125rem" : "1.25rem",
94555
+ fontSize: t ? "1.125em" : "1.25em",
94552
94556
  lineHeight: 1.2,
94553
94557
  color: e.textPrimary,
94554
94558
  textAlign: e.isExtraSmall ? "left" : "center"
@@ -94611,7 +94615,7 @@ const dne = (e, t) => {
94611
94615
  },
94612
94616
  textInput: {
94613
94617
  fontFamily: e.fontFamilySecondary,
94614
- fontSize: e.isMobile ? "0.875rem" : "1rem",
94618
+ fontSize: e.isMobile ? "0.875em" : "1em",
94615
94619
  lineHeight: "1.5",
94616
94620
  color: `${e.textPrimary} !important`,
94617
94621
  backgroundColor: `${e.neutralSoftBg} !important`,
@@ -94632,7 +94636,7 @@ const dne = (e, t) => {
94632
94636
  },
94633
94637
  select: {
94634
94638
  fontFamily: e.fontFamilySecondary,
94635
- fontSize: e.isMobile ? "0.875rem" : "1rem",
94639
+ fontSize: e.isMobile ? "0.875em" : "1em",
94636
94640
  color: `${e.textPrimary} !important`,
94637
94641
  backgroundColor: `${e.neutralSoftBg} !important`,
94638
94642
  borderColor: `${e.neutralOutlinedBorder} !important`,
@@ -94646,7 +94650,7 @@ const dne = (e, t) => {
94646
94650
  },
94647
94651
  option: {
94648
94652
  fontFamily: e.fontFamilySecondary,
94649
- fontSize: e.isMobile ? "0.875rem" : "1rem",
94653
+ fontSize: e.isMobile ? "0.875em" : "1em",
94650
94654
  color: `${e.textPrimary} !important`,
94651
94655
  bgcolor: "transparent",
94652
94656
  "&:hover": {
@@ -94683,7 +94687,7 @@ const dne = (e, t) => {
94683
94687
  bgcolor: f.background.surface,
94684
94688
  borderColor: f.neutral.outlinedBorder,
94685
94689
  color: f.neutral.outlinedColor,
94686
- fontSize: l ? "0.875rem" : "1rem",
94690
+ fontSize: l ? "0.875em" : "1em",
94687
94691
  lineHeight: "1.5",
94688
94692
  "&:hover": {
94689
94693
  bgcolor: f.neutral.outlinedHoverBg
@@ -94735,7 +94739,7 @@ const dne = (e, t) => {
94735
94739
  }
94736
94740
  }, C = {
94737
94741
  fontFamily: i.secondary,
94738
- fontSize: l ? "0.875rem" : "1rem",
94742
+ fontSize: l ? "0.875em" : "1em",
94739
94743
  color: `${f.neutral.outlinedColor} !important`,
94740
94744
  bgcolor: `${f.background.popup} !important`,
94741
94745
  "&:hover": {
@@ -95003,7 +95007,7 @@ const dne = (e, t) => {
95003
95007
  title: {
95004
95008
  fontFamily: e.fontFamilyPrimary,
95005
95009
  fontWeight: 600,
95006
- fontSize: t ? "1.125rem" : "1.25rem",
95010
+ fontSize: t ? "1.125em" : "1.25em",
95007
95011
  lineHeight: 1.2,
95008
95012
  color: e.textPrimary,
95009
95013
  textAlign: e.isExtraSmall ? "left" : "center"
@@ -95231,7 +95235,7 @@ const dne = (e, t) => {
95231
95235
  participationText: {
95232
95236
  fontFamily: i.primary,
95233
95237
  fontWeight: 500,
95234
- fontSize: s ? "1.125rem" : "1.25rem",
95238
+ fontSize: s ? "1.125em" : "1.25em",
95235
95239
  lineHeight: 1.2,
95236
95240
  color: o.textPrimary,
95237
95241
  textAlign: "center"
@@ -95246,29 +95250,29 @@ const dne = (e, t) => {
95246
95250
  display: "flex",
95247
95251
  alignItems: "center",
95248
95252
  justifyContent: "center",
95249
- gap: "0.25rem",
95253
+ gap: r["2xs"],
95250
95254
  bgcolor: o.palette.neutral.softBg,
95251
95255
  borderRadius: n.sm,
95252
- minWidth: s ? "2.5rem" : "3rem",
95253
- px: s ? "0.25rem" : "0.5rem",
95254
- py: s ? "0.125rem" : "0.25rem"
95256
+ minWidth: s ? r["2xl"] : r["3xl"],
95257
+ px: s ? r["2xs"] : r.xs,
95258
+ py: s ? r["3xs"] : r["2xs"]
95255
95259
  },
95256
95260
  timeValue: {
95257
95261
  fontFamily: i.primary,
95258
95262
  fontWeight: 500,
95259
- fontSize: s ? "1rem" : "1.5rem",
95263
+ fontSize: s ? "1em" : "1.5em",
95260
95264
  color: o.textPrimary
95261
95265
  },
95262
95266
  timeLabel: {
95263
95267
  fontFamily: i.secondary,
95264
95268
  fontWeight: 400,
95265
- fontSize: s ? "0.625rem" : "0.75rem",
95269
+ fontSize: s ? "0.625em" : "0.75em",
95266
95270
  color: o.textSecondary
95267
95271
  },
95268
95272
  separator: {
95269
95273
  fontFamily: i.primary,
95270
95274
  fontWeight: 400,
95271
- fontSize: s ? "1rem" : "1.25rem",
95275
+ fontSize: s ? "1em" : "1.25em",
95272
95276
  color: o.textSecondary,
95273
95277
  display: "flex",
95274
95278
  alignItems: "center",
@@ -95315,8 +95319,8 @@ const dne = (e, t) => {
95315
95319
  title: {
95316
95320
  fontFamily: e.fontFamilyPrimary,
95317
95321
  fontWeight: 600,
95318
- fontSize: "1rem",
95319
- lineHeight: "1.25rem",
95322
+ fontSize: "1em",
95323
+ lineHeight: "1.25em",
95320
95324
  color: e.textPrimary,
95321
95325
  textAlign: "center",
95322
95326
  marginBottom: e.spacingScale.sm
@@ -95344,8 +95348,8 @@ const dne = (e, t) => {
95344
95348
  questionText: {
95345
95349
  fontFamily: e.fontFamilySecondary,
95346
95350
  fontWeight: 400,
95347
- fontSize: "1rem",
95348
- lineHeight: "1rem",
95351
+ fontSize: "1em",
95352
+ lineHeight: "1em",
95349
95353
  color: e.textSecondary,
95350
95354
  marginBottom: "2px"
95351
95355
  },
@@ -95370,31 +95374,11 @@ const dne = (e, t) => {
95370
95374
  selectionText: {
95371
95375
  fontFamily: e.fontFamilyPrimary,
95372
95376
  fontWeight: 500,
95373
- fontSize: "0.875rem",
95374
95377
  color: e.textPrimary
95375
95378
  },
95376
- playerAvatar: {
95377
- width: "20px",
95378
- height: "20px",
95379
- borderRadius: "50%",
95380
- backgroundColor: e.neutralSoftBg,
95381
- color: "#FFFFFF",
95382
- display: "flex",
95383
- alignItems: "center",
95384
- justifyContent: "center",
95385
- fontFamily: e.fontFamilyPrimary,
95386
- fontWeight: 600,
95387
- fontSize: "0.625rem",
95388
- flexShrink: 0,
95389
- overflow: "hidden"
95390
- },
95391
- playerAvatarIcon: {
95392
- color: e.textSecondary,
95393
- fontSize: "0.75rem"
95394
- },
95395
95379
  editButton: {
95396
95380
  padding: "2px 6px",
95397
- fontSize: "0.75rem",
95381
+ fontSize: "0.75em",
95398
95382
  fontWeight: 500,
95399
95383
  color: e.primaryColor,
95400
95384
  backgroundColor: "transparent",
@@ -95409,34 +95393,6 @@ const dne = (e, t) => {
95409
95393
  backgroundColor: `${e.primaryColor}10`
95410
95394
  }
95411
95395
  },
95412
- yesNoIcon: {
95413
- width: "20px",
95414
- height: "20px",
95415
- borderRadius: "50%",
95416
- display: "flex",
95417
- alignItems: "center",
95418
- justifyContent: "center",
95419
- fontSize: "0.75rem",
95420
- fontWeight: 600,
95421
- color: "white",
95422
- flexShrink: 0
95423
- },
95424
- yesIcon: {
95425
- backgroundColor: "#4CAF50"
95426
- },
95427
- noIcon: {
95428
- backgroundColor: "#F44336"
95429
- },
95430
- cornersIcon: {
95431
- width: "20px",
95432
- height: "20px",
95433
- display: "flex",
95434
- alignItems: "center",
95435
- justifyContent: "center",
95436
- fontSize: "0.75rem",
95437
- color: e.primaryColor,
95438
- flexShrink: 0
95439
- },
95440
95396
  // Table styles
95441
95397
  tableContainer: {
95442
95398
  overflowX: "auto",
@@ -95445,9 +95401,10 @@ const dne = (e, t) => {
95445
95401
  },
95446
95402
  table: {
95447
95403
  backgroundColor: e.surfaceVariant,
95448
- "--TableCell-paddingX": "0.5rem",
95449
- "--TableCell-paddingY": "0.375rem",
95404
+ "--TableCell-paddingX": "0.5em",
95405
+ "--TableCell-paddingY": "0.375em",
95450
95406
  cursor: "default",
95407
+ fontSize: "1em",
95451
95408
  "& > tbody > tr:hover": {
95452
95409
  backgroundColor: "transparent"
95453
95410
  },
@@ -95456,7 +95413,6 @@ const dne = (e, t) => {
95456
95413
  verticalAlign: "middle",
95457
95414
  fontFamily: e.fontFamilyPrimary,
95458
95415
  fontWeight: 600,
95459
- fontSize: "0.75rem",
95460
95416
  color: e.textPrimary
95461
95417
  },
95462
95418
  "& > tbody > tr > td": {
@@ -95469,11 +95425,12 @@ const dne = (e, t) => {
95469
95425
  },
95470
95426
  headerCell: {
95471
95427
  textAlign: "left",
95472
- padding: "0.375rem 0.5rem"
95428
+ padding: "0.375em 0.5em",
95429
+ fontSize: "0.75em"
95473
95430
  },
95474
95431
  headerCellAction: {
95475
95432
  textAlign: "center",
95476
- padding: "0.375rem 0.5rem",
95433
+ padding: "0.375em 0.5em",
95477
95434
  width: "30px"
95478
95435
  },
95479
95436
  predictionCell: {
@@ -95494,7 +95451,7 @@ const dne = (e, t) => {
95494
95451
  display: "flex",
95495
95452
  alignItems: "center",
95496
95453
  gap: e.spacingScale.xs,
95497
- fontSize: "0.75rem",
95454
+ fontSize: "0.75em",
95498
95455
  padding: "2px 6px",
95499
95456
  minHeight: "20px",
95500
95457
  borderRadius: e.borderRadius.sm,
@@ -95506,7 +95463,7 @@ const dne = (e, t) => {
95506
95463
  display: "flex",
95507
95464
  alignItems: "center",
95508
95465
  gap: e.spacingScale.xs,
95509
- fontSize: "0.75rem",
95466
+ fontSize: "0.75em",
95510
95467
  padding: "2px 6px",
95511
95468
  minHeight: "20px"
95512
95469
  },
@@ -95524,7 +95481,7 @@ const dne = (e, t) => {
95524
95481
  backgroundColor: `${e.textPrimary}15`
95525
95482
  },
95526
95483
  "& svg": {
95527
- fontSize: "1rem",
95484
+ fontSize: "1em",
95528
95485
  color: e.textPrimary
95529
95486
  }
95530
95487
  }
@@ -95549,7 +95506,7 @@ const dne = (e, t) => {
95549
95506
  title: {
95550
95507
  fontFamily: e.fontFamilyPrimary,
95551
95508
  fontWeight: 600,
95552
- fontSize: t ? "1.25rem" : "1.5rem",
95509
+ fontSize: t ? "1.25em" : "1.5em",
95553
95510
  lineHeight: 1.2,
95554
95511
  color: e.textPrimary,
95555
95512
  textAlign: "center",
@@ -95558,7 +95515,7 @@ const dne = (e, t) => {
95558
95515
  questionText: {
95559
95516
  fontFamily: e.fontFamilySecondary,
95560
95517
  fontWeight: 500,
95561
- fontSize: t ? "1rem" : "1.125rem",
95518
+ fontSize: t ? "1em" : "1.125em",
95562
95519
  lineHeight: 1.3,
95563
95520
  color: e.textSecondary,
95564
95521
  textAlign: "center",
@@ -95572,7 +95529,7 @@ const dne = (e, t) => {
95572
95529
  cancelButton: {
95573
95530
  fontFamily: e.fontFamilySecondary,
95574
95531
  fontWeight: 500,
95575
- fontSize: "0.875rem",
95532
+ fontSize: "0.875em",
95576
95533
  borderRadius: e.borderRadius.sm,
95577
95534
  padding: `${e.spacingScale.sm} ${e.spacingScale.md}`,
95578
95535
  minWidth: t ? "100px" : "120px",
@@ -95586,7 +95543,7 @@ const dne = (e, t) => {
95586
95543
  saveButton: {
95587
95544
  fontFamily: e.fontFamilySecondary,
95588
95545
  fontWeight: 500,
95589
- fontSize: "0.875rem",
95546
+ fontSize: "0.875em",
95590
95547
  borderRadius: e.borderRadius.sm,
95591
95548
  padding: `${e.spacingScale.sm} ${e.spacingScale.md}`,
95592
95549
  minWidth: t ? "100px" : "120px",
@@ -95622,7 +95579,7 @@ const dne = (e, t) => {
95622
95579
  transform: "scale(1.05)"
95623
95580
  },
95624
95581
  "& svg": {
95625
- fontSize: "1.25rem"
95582
+ fontSize: "1.25em"
95626
95583
  }
95627
95584
  }
95628
95585
  };
@@ -97320,6 +97277,7 @@ const dne = (e, t) => {
97320
97277
  "--TableCell-paddingX": "0.5rem",
97321
97278
  "--TableCell-paddingY": "0.375rem",
97322
97279
  cursor: "default",
97280
+ fontSize: "1em",
97323
97281
  "& > tbody > tr:hover": {
97324
97282
  backgroundColor: "transparent"
97325
97283
  },
@@ -97328,7 +97286,6 @@ const dne = (e, t) => {
97328
97286
  verticalAlign: "middle",
97329
97287
  fontFamily: e.fontFamilyPrimary,
97330
97288
  fontWeight: 600,
97331
- fontSize: "0.75rem",
97332
97289
  color: e.textPrimary
97333
97290
  },
97334
97291
  "& > tbody > tr > td": {
@@ -97393,7 +97350,7 @@ const dne = (e, t) => {
97393
97350
  whiteSpace: "nowrap"
97394
97351
  },
97395
97352
  avatarIcon: {
97396
- fontSize: "1rem",
97353
+ fontSize: "1em",
97397
97354
  color: e.onPrimaryColor
97398
97355
  },
97399
97356
  // Pagination styles
@@ -97431,11 +97388,7 @@ const dne = (e, t) => {
97431
97388
  flexDirection: "column",
97432
97389
  justifyContent: "space-between",
97433
97390
  gap: "40px",
97434
- // p: props.spacingScale.xl,
97435
97391
  boxShadow: "md",
97436
- // border: props.brandingColors?.borderColor
97437
- // ? `${props.borderSize} solid ${props.brandingColors.borderColor}`
97438
- // : "none",
97439
97392
  border: "none",
97440
97393
  overflow: "hidden",
97441
97394
  backgroundImage: `url(${e.finalImage})`,
@@ -97477,7 +97430,7 @@ const dne = (e, t) => {
97477
97430
  display: "flex",
97478
97431
  alignItems: "center",
97479
97432
  gap: b.xs,
97480
- fontSize: "0.75rem",
97433
+ fontSize: "0.875em",
97481
97434
  padding: "2px 6px",
97482
97435
  minHeight: "20px",
97483
97436
  borderRadius: p,
@@ -97487,7 +97440,7 @@ const dne = (e, t) => {
97487
97440
  }, D = {
97488
97441
  fontFamily: y,
97489
97442
  fontWeight: 500,
97490
- fontSize: A ? "0.75rem" : "0.875rem",
97443
+ fontSize: "0.875em",
97491
97444
  color: f
97492
97445
  };
97493
97446
  if (z === Pt.BOOLEAN) {
@@ -97500,7 +97453,7 @@ const dne = (e, t) => {
97500
97453
  display: "flex",
97501
97454
  alignItems: "center",
97502
97455
  gap: b.xs,
97503
- fontSize: "0.75rem",
97456
+ fontSize: "0.75em",
97504
97457
  padding: "2px 6px",
97505
97458
  minHeight: "20px",
97506
97459
  borderRadius: p,
@@ -97510,7 +97463,7 @@ const dne = (e, t) => {
97510
97463
  }, D = {
97511
97464
  fontFamily: y,
97512
97465
  fontWeight: 500,
97513
- fontSize: A ? "0.75rem" : "0.875rem",
97466
+ fontSize: A ? "0.75em" : "0.875em",
97514
97467
  color: f
97515
97468
  };
97516
97469
  if (z === Pt.BOOLEAN) {
@@ -97520,7 +97473,9 @@ const dne = (e, t) => {
97520
97473
  return z === Pt.NUMBER ? /* @__PURE__ */ a.jsx(U, { sx: E, children: /* @__PURE__ */ a.jsx(H, { sx: D, children: w }) }) : z === Pt.ENUM || z === Pt.FREE_INPUT ? /* @__PURE__ */ a.jsx(U, { sx: E, children: /* @__PURE__ */ a.jsx(H, { sx: D, children: w }) }) : null;
97521
97474
  }, k = (w) => {
97522
97475
  var O;
97523
- const z = t.fixtures.find((M) => M.id === w), E = (O = e == null ? void 0 : e.fixtures) == null ? void 0 : O.find((M) => M.id === w);
97476
+ const z = t.fixtures.find((M) => M.id === w), E = (O = e == null ? void 0 : e.fixtures) == null ? void 0 : O.find(
97477
+ (M) => M.id === w
97478
+ );
97524
97479
  if (!z || !E) return null;
97525
97480
  const D = E.correct === !0;
97526
97481
  return /* @__PURE__ */ a.jsx(
@@ -97608,7 +97563,7 @@ const dne = (e, t) => {
97608
97563
  sx: {
97609
97564
  color: f,
97610
97565
  fontFamily: C,
97611
- fontSize: "0.875rem",
97566
+ fontSize: "0.875em",
97612
97567
  fontWeight: 600
97613
97568
  },
97614
97569
  children: [
@@ -97657,7 +97612,10 @@ const dne = (e, t) => {
97657
97612
  children: c("eventGame.yourPrediction")
97658
97613
  }
97659
97614
  ),
97660
- T(E.prediction, z.outcomeType)
97615
+ T(
97616
+ E.prediction,
97617
+ z.outcomeType
97618
+ )
97661
97619
  ]
97662
97620
  }
97663
97621
  ),
@@ -97685,7 +97643,10 @@ const dne = (e, t) => {
97685
97643
  children: c("eventGame.correctPrediction")
97686
97644
  }
97687
97645
  ),
97688
- P(z.outcome, z.outcomeType)
97646
+ P(
97647
+ z.outcome,
97648
+ z.outcomeType
97649
+ )
97689
97650
  ]
97690
97651
  }
97691
97652
  )
@@ -97978,7 +97939,7 @@ const dne = (e, t) => {
97978
97939
  sx: {
97979
97940
  color: f,
97980
97941
  fontFamily: y,
97981
- fontSize: "1.25rem",
97942
+ fontSize: "1.25em",
97982
97943
  fontWeight: 600,
97983
97944
  lineHeight: "1.2"
97984
97945
  },
@@ -97991,7 +97952,7 @@ const dne = (e, t) => {
97991
97952
  sx: {
97992
97953
  color: m,
97993
97954
  fontFamily: C,
97994
- fontSize: "1rem",
97955
+ fontSize: "1em",
97995
97956
  fontWeight: 400,
97996
97957
  lineHeight: "1.4"
97997
97958
  },
@@ -98137,7 +98098,7 @@ const dne = (e, t) => {
98137
98098
  color: c
98138
98099
  },
98139
98100
  avatarIcon: {
98140
- fontSize: "1rem",
98101
+ fontSize: "1em",
98141
98102
  color: C
98142
98103
  },
98143
98104
  noLeaderboardText: {
@@ -98912,6 +98873,7 @@ const dne = (e, t) => {
98912
98873
  backgroundColor: e.surfaceVariant,
98913
98874
  "--TableCell-paddingX": "0.5rem",
98914
98875
  "--TableCell-paddingY": "0.375rem",
98876
+ fontSize: "1em",
98915
98877
  cursor: "default",
98916
98878
  "& > tbody > tr:hover": {
98917
98879
  backgroundColor: "transparent"
@@ -98921,7 +98883,6 @@ const dne = (e, t) => {
98921
98883
  verticalAlign: "middle",
98922
98884
  fontFamily: e.fontFamilyPrimary,
98923
98885
  fontWeight: 600,
98924
- fontSize: "0.75rem",
98925
98886
  color: e.textPrimary
98926
98887
  },
98927
98888
  "& > tbody > tr > td": {
@@ -98986,7 +98947,7 @@ const dne = (e, t) => {
98986
98947
  whiteSpace: "nowrap"
98987
98948
  },
98988
98949
  avatarIcon: {
98989
- fontSize: "1rem",
98950
+ fontSize: "1em",
98990
98951
  color: e.onPrimaryColor
98991
98952
  },
98992
98953
  // Pagination styles
@@ -99343,7 +99304,7 @@ const dne = (e, t) => {
99343
99304
  },
99344
99305
  liveText: {
99345
99306
  fontFamily: e.fontFamilyPrimary,
99346
- fontSize: "0.875rem",
99307
+ fontSize: "0.875em",
99347
99308
  color: e.dangerColor || "#d32f2f",
99348
99309
  fontWeight: 600,
99349
99310
  textTransform: "uppercase",
@@ -99361,7 +99322,7 @@ const dne = (e, t) => {
99361
99322
  display: "flex",
99362
99323
  alignItems: "center",
99363
99324
  gap: e.spacingScale.xs,
99364
- fontSize: "0.75rem",
99325
+ fontSize: "0.75em",
99365
99326
  padding: "2px 6px",
99366
99327
  borderRadius: e.mdBorderRadius,
99367
99328
  border: `1px solid ${e.textColor || e.darkTextColor}20`,
@@ -99377,7 +99338,7 @@ const dne = (e, t) => {
99377
99338
  },
99378
99339
  matchResultScoreText: {
99379
99340
  fontFamily: e.fontFamilyPrimary,
99380
- fontSize: "0.75rem",
99341
+ fontSize: "0.75em",
99381
99342
  fontWeight: 600,
99382
99343
  color: e.textColor || e.darkTextColor,
99383
99344
  lineHeight: 1
@@ -99848,7 +99809,7 @@ const dne = (e, t) => {
99848
99809
  alignItems: "center",
99849
99810
  alignSelf: "center",
99850
99811
  gap: e.spacingScale.xs,
99851
- fontSize: "0.75rem",
99812
+ fontSize: "0.75em",
99852
99813
  padding: "2px 6px",
99853
99814
  minHeight: "20px",
99854
99815
  borderRadius: e.borderRadius.sm,
@@ -99865,7 +99826,7 @@ const dne = (e, t) => {
99865
99826
  },
99866
99827
  matchResultScoreText: {
99867
99828
  fontFamily: e.fontFamilyPrimary,
99868
- fontSize: "0.75rem",
99829
+ fontSize: "0.75em",
99869
99830
  fontWeight: 600,
99870
99831
  color: e.textColor,
99871
99832
  lineHeight: 1
@@ -100391,7 +100352,7 @@ const dne = (e, t) => {
100391
100352
  alignItems: "center",
100392
100353
  alignSelf: "center",
100393
100354
  gap: e.spacingScale.xs,
100394
- fontSize: "0.75rem",
100355
+ fontSize: "0.75em",
100395
100356
  padding: "2px 6px",
100396
100357
  minHeight: "20px",
100397
100358
  borderRadius: e.borderRadius.sm,
@@ -100408,7 +100369,7 @@ const dne = (e, t) => {
100408
100369
  },
100409
100370
  matchResultScoreText: {
100410
100371
  fontFamily: e.fontFamilyPrimary,
100411
- fontSize: "0.75rem",
100372
+ fontSize: "0.75em",
100412
100373
  fontWeight: 600,
100413
100374
  color: e.textColor,
100414
100375
  lineHeight: 1