body[data-page-key="myQuizzes"] {
  --ananfx-bg-primary: #0B0B0C;
  --ananfx-bg-secondary: #101011;
  --ananfx-bg-tertiary: #141415;
  --ananfx-card-primary: #1C1C1E;
  --ananfx-card-secondary: #222224;
  --ananfx-card-elevated: #28282B;
  --ananfx-card-hover: #2D2D30;
  --ananfx-border-primary: #38383C;
  --ananfx-border-secondary: #303034;
  --ananfx-divider: #28282B;
  --ananfx-yellow-primary: #FFD000;
  --ananfx-yellow-bright: #FFE066;
  --ananfx-yellow-dark: #D9A800;
  --ananfx-text-primary: #F5F5F7;
  --ananfx-text-secondary: #B8B8BD;
  --ananfx-text-muted: #8E8E93;
  --ananfx-text-disabled: #636366;
  --ananfx-success: #42D392;
  --ananfx-danger: #EF5A4C;
  --ananfx-warning: #FFD000;
  --ananfx-info: #4EA1FF;
  --ananfx-overlay: rgba(0, 0, 0, 0.74);
  --ananfx-shadow: rgba(0, 0, 0, 0.34);
  --ananfx-focus-ring: rgba(255, 208, 0, 0.32);
}

@media (max-width: 767px) {
  body[data-page-key="myQuizzes"] {
    margin: 0;
    background: var(--ananfx-bg-primary);
    color: var(--ananfx-text-primary);
    overflow-x: clip;
  }

  body[data-page-key="myQuizzes"].my-quizzes-layer-open {
    overflow: hidden;
    touch-action: none;
  }

  body[data-page-key="myQuizzes"] *,
  body[data-page-key="myQuizzes"] *::before,
  body[data-page-key="myQuizzes"] *::after { box-sizing: border-box; }

  body[data-page-key="myQuizzes"] .my-quizzes-mobile-page {
    min-height: 100vh;
    display: block;
    overflow-x: clip;
    background: linear-gradient(180deg, var(--ananfx-bg-primary) 0%, var(--ananfx-bg-primary) 60%, var(--ananfx-bg-secondary) 100%);
  }

  body[data-page-key="myQuizzes"] .my-quizzes-desktop-fallback { display: none; }
  body[data-page-key="myQuizzes"] .my-quizzes-container { width: min(calc(100% - 32px), 620px); margin-inline: auto; min-width: 0; }
  body[data-page-key="myQuizzes"] img { max-width: 100%; height: auto; }
  body[data-page-key="myQuizzes"] a { color: inherit; }

  body[data-page-key="myQuizzes"] .my-quizzes-header {
    position: sticky;
    top: 0;
    z-index: 50;
    border-bottom: 1px solid rgba(28,28,30,.92);
    background: rgba(11,11,12,.94);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
  }

  body[data-page-key="myQuizzes"] .my-quizzes-header__inner {
    width: min(100%, 680px);
    min-height: 62px;
    margin-inline: auto;
    padding: max(7px, env(safe-area-inset-top)) 12px 7px;
    display: grid;
    grid-template-columns: 44px minmax(0,1fr) auto;
    align-items: center;
    gap: 8px;
  }

  body[data-page-key="myQuizzes"] .my-quizzes-icon-button,
  body[data-page-key="myQuizzes"] .my-quizzes-avatar-button {
    width: 44px;
    min-width: 44px;
    height: 44px;
    min-height: 44px;
    display: grid;
    place-items: center;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: transparent;
    color: var(--ananfx-text-primary);
    cursor: pointer;
    text-decoration: none;
  }

  body[data-page-key="myQuizzes"] .my-quizzes-icon-button svg { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
  body[data-page-key="myQuizzes"] .my-quizzes-brand { min-width: 0; display: flex; align-items: center; justify-content: center; text-decoration: none; }
  body[data-page-key="myQuizzes"] .my-quizzes-brand img { width: min(190px, 100%); max-height: 35px; object-fit: contain; }
  body[data-page-key="myQuizzes"] .my-quizzes-header__actions { display: flex; align-items: center; justify-content: flex-end; gap: 1px; }
  body[data-page-key="myQuizzes"] .my-quizzes-avatar-button img { width: 34px; height: 34px; border: 1px solid var(--ananfx-border-primary); border-radius: 50%; object-fit: cover; background: var(--ananfx-card-primary); }
  body[data-page-key="myQuizzes"] .my-quizzes-notification-button { position: relative; }
  body[data-page-key="myQuizzes"] .my-quizzes-notification-button > span { position: absolute; top: 7px; right: 7px; width: 7px; height: 7px; border: 1.5px solid var(--ananfx-card-primary); border-radius: 50%; background: var(--ananfx-yellow-primary); }

  body[data-page-key="myQuizzes"] .my-quizzes-main { padding-bottom: 22px; }
  body[data-page-key="myQuizzes"] .my-quizzes-hero { border-bottom: 1px solid var(--ananfx-divider); background: radial-gradient(circle at 82% 20%, rgba(255,208,0,.1), transparent 30%), var(--ananfx-bg-primary); }
  body[data-page-key="myQuizzes"] .my-quizzes-hero__grid { min-height: 560px; padding-top: 34px; padding-bottom: 38px; display: grid; align-items: center; gap: 22px; }
  body[data-page-key="myQuizzes"] .my-quizzes-hero__content { min-width: 0; position: relative; z-index: 2; }
  body[data-page-key="myQuizzes"] .my-quizzes-breadcrumb { display: flex; flex-wrap: wrap; align-items: center; gap: 7px; margin-bottom: 16px; color: var(--ananfx-text-muted); font-size: 13px; line-height: 1.5; }
  body[data-page-key="myQuizzes"] .my-quizzes-breadcrumb a { text-decoration: none; }
  body[data-page-key="myQuizzes"] .my-quizzes-sample-badge,
  body[data-page-key="myQuizzes"] .my-quizzes-data-label {
    min-height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 5px 10px;
    border: 1px solid var(--ananfx-yellow-dark);
    border-radius: 999px;
    background: var(--ananfx-card-secondary);
    color: var(--ananfx-yellow-bright);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.3;
  }

  body[data-page-key="myQuizzes"] .my-quizzes-hero__greeting { margin: 16px 0 2px; color: var(--ananfx-text-muted); font-size: 15px !important; line-height: 1.55 !important; }
  body[data-page-key="myQuizzes"] .my-quizzes-hero h1 { margin: 0; max-width: 12ch; font-size: clamp(32px, 9vw, 46px) !important; line-height: 1.14 !important; letter-spacing: -.035em; }
  body[data-page-key="myQuizzes"] .my-quizzes-hero__content > p:not(.my-quizzes-hero__greeting) { max-width: 36rem; margin: 14px 0 0; color: var(--ananfx-text-secondary); font-size: 17px !important; line-height: 1.75 !important; }
  body[data-page-key="myQuizzes"] .my-quizzes-hero__content > small { display: block; max-width: 36rem; margin-top: 11px; color: var(--ananfx-text-muted); font-size: 13px; line-height: 1.6; }

  body[data-page-key="myQuizzes"] .my-quizzes-hero__visual { position: relative; min-height: 250px; display: grid; place-items: center; }
  body[data-page-key="myQuizzes"] .my-quizzes-hero__image-frame { width: min(100%, 420px); aspect-ratio: 1.45; overflow: hidden; border: 1px solid var(--ananfx-border-primary); border-radius: 28px; background: var(--ananfx-bg-tertiary); box-shadow: 0 22px 60px rgba(15,17,21,.14); transform: rotate(-1.2deg); }
  body[data-page-key="myQuizzes"] .my-quizzes-hero__image-frame img { width: 100%; height: 100%; object-fit: cover; }
  body[data-page-key="myQuizzes"] .my-quizzes-hero__achievement { position: absolute; right: max(3%, 8px); bottom: -5px; width: 78px; height: 78px; object-fit: contain; filter: drop-shadow(0 12px 20px rgba(0,0,0,.16)); }
  body[data-page-key="myQuizzes"] .my-quizzes-hero__medal { position: absolute; left: max(4%, 12px); bottom: 16px; width: 62px; height: 62px; display: grid; place-items: center; border: 5px solid var(--ananfx-yellow-bright); border-radius: 50%; background: linear-gradient(145deg,var(--ananfx-yellow-bright),var(--ananfx-yellow-primary)); color: var(--ananfx-text-primary); font-size: 26px; box-shadow: 0 12px 24px rgba(255,208,0,.25); }

  body[data-page-key="myQuizzes"] .my-quizzes-section { padding-block: 42px 0; scroll-margin-top: 82px; }
  body[data-page-key="myQuizzes"] .my-quizzes-section-heading { margin-bottom: 18px; }
  body[data-page-key="myQuizzes"] .my-quizzes-section-heading--inline { display: flex; align-items: flex-end; justify-content: space-between; gap: 14px; }
  body[data-page-key="myQuizzes"] .my-quizzes-section-heading h2 { margin: 3px 0 0; font-size: 24px !important; line-height: 1.32 !important; letter-spacing: -.02em; }
  body[data-page-key="myQuizzes"] .my-quizzes-section-heading p { margin: 5px 0 0; color: var(--ananfx-text-muted); font-size: 14px !important; line-height: 1.6 !important; }
  body[data-page-key="myQuizzes"] .my-quizzes-section-heading--inline > p { margin: 0; flex: 0 0 auto; }
  body[data-page-key="myQuizzes"] .my-quizzes-eyebrow { display: block; color: var(--ananfx-yellow-primary); font-size: 11px; font-weight: 800; line-height: 1.35; letter-spacing: .11em; }

  body[data-page-key="myQuizzes"] .my-quizzes-summary-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); border: 1px solid var(--ananfx-border-primary); border-radius: 22px; overflow: hidden; background: var(--ananfx-card-primary); box-shadow: 0 14px 42px rgba(0,0,0,.045); }
  body[data-page-key="myQuizzes"] .my-quizzes-summary-card { min-width: 0; min-height: 155px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 18px 12px; text-align: center; border-right: 1px solid var(--ananfx-divider); border-bottom: 1px solid var(--ananfx-divider); }
  body[data-page-key="myQuizzes"] .my-quizzes-summary-card:nth-child(2n) { border-right: 0; }
  body[data-page-key="myQuizzes"] .my-quizzes-summary-card:nth-child(n+3) { border-bottom: 0; }
  body[data-page-key="myQuizzes"] .my-quizzes-summary-icon { width: 42px; height: 42px; display: grid; place-items: center; margin-bottom: 8px; border-radius: 14px; background: var(--ananfx-card-secondary); color: var(--ananfx-yellow-primary); }
  body[data-page-key="myQuizzes"] .my-quizzes-summary-icon svg { width: 25px; height: 25px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
  body[data-page-key="myQuizzes"] .my-quizzes-summary-card strong { font-size: 28px; line-height: 1.12; }
  body[data-page-key="myQuizzes"] .my-quizzes-summary-card > span:not(.my-quizzes-summary-icon) { margin-top: 7px; font-size: 13px; line-height: 1.4; font-weight: 650; }
  body[data-page-key="myQuizzes"] .my-quizzes-summary-card small { margin-top: 3px; color: var(--ananfx-text-muted); font-size: 11px; line-height: 1.4; }

  body[data-page-key="myQuizzes"] .my-quizzes-score-card { padding: 22px; border: 1px solid var(--ananfx-border-primary); border-radius: 22px; background: var(--ananfx-card-primary); box-shadow: 0 14px 42px rgba(0,0,0,.04); }
  body[data-page-key="myQuizzes"] .my-quizzes-score-layout { display: grid; gap: 22px; }
  body[data-page-key="myQuizzes"] .my-quizzes-score-ring { width: 170px; height: 170px; margin-inline: auto; display: grid; place-items: center; border-radius: 50%; background: conic-gradient(var(--ananfx-yellow-primary) 0 82%, var(--ananfx-border-secondary) 82% 100%); }
  body[data-page-key="myQuizzes"] .my-quizzes-score-ring::before { content: ""; grid-area: 1/1; width: 124px; height: 124px; border-radius: 50%; background: var(--ananfx-card-primary); box-shadow: inset 0 0 0 1px var(--ananfx-divider); }
  body[data-page-key="myQuizzes"] .my-quizzes-score-ring span { position: relative; grid-area: 1/1; text-align: center; }
  body[data-page-key="myQuizzes"] .my-quizzes-score-ring strong, body[data-page-key="myQuizzes"] .my-quizzes-score-ring small { display: block; }
  body[data-page-key="myQuizzes"] .my-quizzes-score-ring strong { font-size: 34px; line-height: 1.15; }
  body[data-page-key="myQuizzes"] .my-quizzes-score-ring small { margin-top: 3px; color: var(--ananfx-text-muted); font-size: 12px; }
  body[data-page-key="myQuizzes"] .my-quizzes-score-bars { display: grid; gap: 14px; }
  body[data-page-key="myQuizzes"] .my-quizzes-score-bars > div { display: grid; gap: 7px; }
  body[data-page-key="myQuizzes"] .my-quizzes-score-bars span { display: flex; justify-content: space-between; gap: 12px; font-size: 13px; line-height: 1.45; }
  body[data-page-key="myQuizzes"] .my-quizzes-score-bars b { font-weight: 700; }
  body[data-page-key="myQuizzes"] .my-quizzes-score-bars em { color: var(--ananfx-text-muted); font-style: normal; }
  body[data-page-key="myQuizzes"] .my-quizzes-score-bars i { height: 9px; display: block; overflow: hidden; border-radius: 999px; background: var(--ananfx-border-secondary); }
  body[data-page-key="myQuizzes"] .my-quizzes-score-bars u { height: 100%; display: block; border-radius: inherit; background: var(--ananfx-yellow-primary); text-decoration: none; }
  body[data-page-key="myQuizzes"] .my-quizzes-score-bars > div:nth-child(2) u { background: var(--ananfx-danger); }
  body[data-page-key="myQuizzes"] .my-quizzes-score-bars > div:nth-child(3) u { background: var(--ananfx-text-disabled); }

  body[data-page-key="myQuizzes"] .my-quizzes-filter-card { padding: 16px; border: 1px solid var(--ananfx-border-primary); border-radius: 20px; background: var(--ananfx-card-primary); box-shadow: 0 12px 34px rgba(0,0,0,.035); }
  body[data-page-key="myQuizzes"] .my-quizzes-filter-chips { display: flex; gap: 8px; margin-inline: -2px; padding: 2px 2px 8px; overflow-x: auto; overscroll-behavior-inline: contain; scroll-snap-type: x proximity; scrollbar-width: thin; }
  body[data-page-key="myQuizzes"] .my-quizzes-filter-chips button { min-width: max-content; min-height: 44px; padding: 9px 15px; border: 1px solid var(--ananfx-border-primary); border-radius: 999px; background: var(--ananfx-card-primary); color: var(--ananfx-text-primary); font: inherit; font-size: 13px; font-weight: 650; cursor: pointer; scroll-snap-align: start; }
  body[data-page-key="myQuizzes"] .my-quizzes-filter-chips button[aria-pressed="true"] { border-color: var(--ananfx-yellow-primary); background: var(--ananfx-yellow-primary); color: var(--ananfx-bg-primary); }
  body[data-page-key="myQuizzes"] .my-quizzes-filter-row { margin-top: 10px; display: grid; gap: 10px; }
  body[data-page-key="myQuizzes"] .my-quizzes-filter-row label { display: grid; gap: 7px; color: var(--ananfx-text-secondary); font-size: 13px; font-weight: 650; }
  body[data-page-key="myQuizzes"] .my-quizzes-filter-row select { width: 100%; min-height: 46px; padding: 9px 38px 9px 13px; border: 1px solid var(--ananfx-border-primary); border-radius: 12px; background: var(--ananfx-card-primary); color: var(--ananfx-text-primary); font: inherit; font-size: 14px; }
  body[data-page-key="myQuizzes"] .my-quizzes-clear-button { min-height: 44px; padding: 9px 14px; border: 1px solid var(--ananfx-border-primary); border-radius: 12px; background: var(--ananfx-bg-secondary); color: var(--ananfx-text-primary); font: inherit; font-size: 13px; font-weight: 700; cursor: pointer; }

  body[data-page-key="myQuizzes"] .my-quizzes-list { display: grid; gap: 12px; margin-top: 16px; }
  body[data-page-key="myQuizzes"] .my-quizzes-card { min-width: 0; display: grid; grid-template-columns: 116px minmax(0,1fr); gap: 14px; padding: 14px; border: 1px solid var(--ananfx-border-primary); border-radius: 20px; background: var(--ananfx-card-primary); box-shadow: 0 12px 30px rgba(0,0,0,.035); scroll-margin-top: 90px; }
  body[data-page-key="myQuizzes"] .my-quizzes-card.is-featured { border-color: var(--ananfx-yellow-bright); box-shadow: 0 14px 38px rgba(255,208,0,.1); }
  body[data-page-key="myQuizzes"] .my-quizzes-card__thumb { width: 116px; height: 116px; align-self: start; object-fit: cover; border-radius: 15px; background: var(--ananfx-bg-tertiary); }
  body[data-page-key="myQuizzes"] .my-quizzes-card__body { min-width: 0; }
  body[data-page-key="myQuizzes"] .my-quizzes-card__top { display: flex; align-items: center; justify-content: space-between; gap: 8px; }
  body[data-page-key="myQuizzes"] .my-quizzes-module-badge { padding: 4px 8px; border-radius: 999px; background: var(--ananfx-card-secondary); color: var(--ananfx-yellow-bright); font-size: 11px; font-weight: 750; line-height: 1.3; }
  body[data-page-key="myQuizzes"] .my-quizzes-status { flex: 0 0 auto; padding: 5px 10px; border-radius: 999px; font-size: 11px; font-weight: 750; line-height: 1.3; }
  body[data-page-key="myQuizzes"] .my-quizzes-status.is-passed { background: rgba(66,211,146,.12); color: var(--ananfx-success); }
  body[data-page-key="myQuizzes"] .my-quizzes-status.is-failed { background: rgba(239,90,76,.12); color: var(--ananfx-danger); }
  body[data-page-key="myQuizzes"] .my-quizzes-status.is-not-started { background: var(--ananfx-bg-tertiary); color: var(--ananfx-text-secondary); }
  body[data-page-key="myQuizzes"] .my-quizzes-card h3 { margin: 10px 0 0; font-size: 17px !important; line-height: 1.45 !important; letter-spacing: -.01em; overflow-wrap: anywhere; }
  body[data-page-key="myQuizzes"] .my-quizzes-card__body > p { margin: 3px 0 0; color: var(--ananfx-text-muted); font-size: 12px !important; line-height: 1.45 !important; overflow-wrap: anywhere; }
  body[data-page-key="myQuizzes"] .my-quizzes-card__meta { display: flex; flex-wrap: wrap; gap: 7px 12px; margin-top: 9px; color: var(--ananfx-text-secondary); font-size: 12px; line-height: 1.45; }
  body[data-page-key="myQuizzes"] .my-quizzes-card__meta span { display: inline-flex; align-items: center; gap: 5px; }
  body[data-page-key="myQuizzes"] .my-quizzes-card__meta span::before { content: ""; width: 5px; height: 5px; border-radius: 50%; background: var(--ananfx-yellow-primary); }
  body[data-page-key="myQuizzes"] .my-quizzes-card__score { margin-top: 10px; display: flex; align-items: center; justify-content: space-between; gap: 8px; }
  body[data-page-key="myQuizzes"] .my-quizzes-card__score strong { color: var(--ananfx-yellow-bright); font-size: 20px; line-height: 1.2; }
  body[data-page-key="myQuizzes"] .my-quizzes-card__score time { color: var(--ananfx-text-muted); font-size: 11px; line-height: 1.4; text-align: right; }

  body[data-page-key="myQuizzes"] .my-quizzes-primary-button,
  body[data-page-key="myQuizzes"] .my-quizzes-secondary-button,
  body[data-page-key="myQuizzes"] .my-quizzes-dark-link {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px 16px;
    border-radius: 12px;
    font: inherit;
    font-size: 14px;
    font-weight: 750;
    line-height: 1.35;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
  }
  body[data-page-key="myQuizzes"] .my-quizzes-card .my-quizzes-primary-button,
  body[data-page-key="myQuizzes"] .my-quizzes-card .my-quizzes-secondary-button { width: 100%; margin-top: 11px; }
  body[data-page-key="myQuizzes"] .my-quizzes-primary-button { border: 1px solid var(--ananfx-yellow-primary); background: var(--ananfx-yellow-primary); color: var(--ananfx-bg-primary); }
  body[data-page-key="myQuizzes"] .my-quizzes-secondary-button { border: 1px solid var(--ananfx-border-secondary); background: var(--ananfx-card-primary); color: var(--ananfx-text-primary); }
  body[data-page-key="myQuizzes"] .my-quizzes-dark-link { border: 1px solid rgba(245,247,250,.35); background: transparent; color: var(--ananfx-text-primary); }

  body[data-page-key="myQuizzes"] .my-quizzes-empty-state { margin-top: 16px; padding: 28px 18px; border: 1px dashed var(--ananfx-border-secondary); border-radius: 18px; background: var(--ananfx-bg-tertiary); text-align: center; }
  body[data-page-key="myQuizzes"] .my-quizzes-empty-state > span { width: 48px; height: 48px; display: grid; place-items: center; margin: 0 auto 10px; border-radius: 50%; background: var(--ananfx-card-secondary); color: var(--ananfx-yellow-bright); font-size: 22px; font-weight: 800; }
  body[data-page-key="myQuizzes"] .my-quizzes-empty-state h3, body[data-page-key="myQuizzes"] .my-quizzes-empty-state p { margin: 0; }
  body[data-page-key="myQuizzes"] .my-quizzes-empty-state p { margin-top: 5px; color: var(--ananfx-text-muted); }
  body[data-page-key="myQuizzes"] .my-quizzes-empty-state .my-quizzes-secondary-button { margin-top: 14px; }

  body[data-page-key="myQuizzes"] .my-quizzes-pagination { display: flex; align-items: center; justify-content: center; gap: 8px; margin-top: 16px; }
  body[data-page-key="myQuizzes"] .my-quizzes-pagination button { min-width: 44px; min-height: 44px; padding: 8px 12px; border: 1px solid var(--ananfx-border-primary); border-radius: 11px; background: var(--ananfx-card-primary); color: var(--ananfx-text-primary); font: inherit; font-size: 13px; font-weight: 700; cursor: pointer; }
  body[data-page-key="myQuizzes"] .my-quizzes-pagination button[aria-current="page"] { border-color: var(--ananfx-yellow-primary); background: var(--ananfx-yellow-primary); color: var(--ananfx-bg-primary); }
  body[data-page-key="myQuizzes"] .my-quizzes-pagination button:disabled { opacity: .4; cursor: not-allowed; }

  body[data-page-key="myQuizzes"] .my-quizzes-text-link { min-height: 44px; display: inline-flex; align-items: center; padding: 8px 4px; color: var(--ananfx-text-muted); font-size: 13px; font-weight: 700; text-decoration: none; }
  body[data-page-key="myQuizzes"] .my-quizzes-result-grid { display: grid; gap: 12px; }
  body[data-page-key="myQuizzes"] .my-quizzes-result-grid button { min-width: 0; min-height: 148px; display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 7px 12px; padding: 17px; border: 1px solid var(--ananfx-border-primary); border-radius: 18px; background: var(--ananfx-card-primary); color: var(--ananfx-text-primary); text-align: left; cursor: pointer; box-shadow: 0 10px 28px rgba(0,0,0,.03); }
  body[data-page-key="myQuizzes"] .my-quizzes-result-module { grid-column: 1; color: var(--ananfx-yellow-primary); font-size: 11px; font-weight: 800; }
  body[data-page-key="myQuizzes"] .my-quizzes-result-grid strong { grid-column: 1; font-size: 16px; line-height: 1.45; overflow-wrap: anywhere; }
  body[data-page-key="myQuizzes"] .my-quizzes-result-grid em { grid-column: 2; grid-row: 1/3; align-self: center; font-size: 24px; font-style: normal; font-weight: 800; }
  body[data-page-key="myQuizzes"] .my-quizzes-result-grid small, body[data-page-key="myQuizzes"] .my-quizzes-result-grid time { color: var(--ananfx-text-muted); font-size: 12px; line-height: 1.45; }
  body[data-page-key="myQuizzes"] .my-quizzes-result-grid time { grid-column: 1/-1; }
  body[data-page-key="myQuizzes"] .is-passed { color: var(--ananfx-success); }
  body[data-page-key="myQuizzes"] .is-failed { color: var(--ananfx-danger); }

  body[data-page-key="myQuizzes"] .my-quizzes-history-list { display: grid; gap: 0; overflow: hidden; border: 1px solid var(--ananfx-border-primary); border-radius: 20px; background: var(--ananfx-card-primary); }
  body[data-page-key="myQuizzes"] .my-quizzes-history-list button { width: 100%; min-height: 96px; display: grid; grid-template-columns: 12px minmax(0,1fr) auto; gap: 5px 11px; align-items: center; padding: 14px; border: 0; border-bottom: 1px solid var(--ananfx-divider); background: var(--ananfx-card-primary); color: var(--ananfx-text-primary); text-align: left; cursor: pointer; }
  body[data-page-key="myQuizzes"] .my-quizzes-history-list button:last-child { border-bottom: 0; }
  body[data-page-key="myQuizzes"] .my-quizzes-history-list button > span { width: 10px; height: 10px; border-radius: 50%; background: currentColor; }
  body[data-page-key="myQuizzes"] .my-quizzes-history-list div { min-width: 0; }
  body[data-page-key="myQuizzes"] .my-quizzes-history-list strong, body[data-page-key="myQuizzes"] .my-quizzes-history-list small { display: block; overflow-wrap: anywhere; }
  body[data-page-key="myQuizzes"] .my-quizzes-history-list strong { font-size: 14px; line-height: 1.45; }
  body[data-page-key="myQuizzes"] .my-quizzes-history-list small { margin-top: 2px; color: var(--ananfx-text-muted); font-size: 11px; line-height: 1.4; }
  body[data-page-key="myQuizzes"] .my-quizzes-history-list em { font-size: 12px; font-style: normal; font-weight: 750; white-space: nowrap; }
  body[data-page-key="myQuizzes"] .my-quizzes-history-list time { grid-column: 2/4; color: var(--ananfx-text-muted); font-size: 11px; }

  body[data-page-key="myQuizzes"] .my-quizzes-guide-card { display: grid; grid-template-columns: 54px minmax(0,1fr); gap: 14px; padding: 20px; border: 1px solid var(--ananfx-border-primary); border-radius: 20px; background: linear-gradient(145deg,var(--ananfx-card-secondary),var(--ananfx-card-primary)); }
  body[data-page-key="myQuizzes"] .my-quizzes-guide-icon { width: 54px; height: 54px; display: grid; place-items: center; border-radius: 16px; background: var(--ananfx-card-secondary); color: var(--ananfx-yellow-primary); }
  body[data-page-key="myQuizzes"] .my-quizzes-guide-icon svg { width: 29px; height: 29px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
  body[data-page-key="myQuizzes"] .my-quizzes-guide-card h2, body[data-page-key="myQuizzes"] .my-quizzes-guide-card p { margin: 0; }
  body[data-page-key="myQuizzes"] .my-quizzes-guide-card h2 { margin-top: 3px; font-size: 20px !important; line-height: 1.4 !important; }
  body[data-page-key="myQuizzes"] .my-quizzes-guide-card p { margin-top: 5px; color: var(--ananfx-text-secondary); font-size: 14px !important; line-height: 1.6 !important; }
  body[data-page-key="myQuizzes"] .my-quizzes-guide-card .my-quizzes-secondary-button { grid-column: 1/-1; width: 100%; }

  body[data-page-key="myQuizzes"] .my-quizzes-final-cta { position: relative; overflow: hidden; margin-top: 48px; padding: 30px 22px; border-radius: 22px; background: var(--ananfx-bg-tertiary); color: var(--ananfx-text-primary); text-align: center; box-shadow: 0 22px 55px rgba(0,0,0,.16); }
  body[data-page-key="myQuizzes"] .my-quizzes-final-cta::before, body[data-page-key="myQuizzes"] .my-quizzes-final-cta::after { content: ""; position: absolute; width: 310px; height: 90px; border: 1px solid rgba(255,208,0,.22); border-radius: 50%; transform: rotate(-12deg); }
  body[data-page-key="myQuizzes"] .my-quizzes-final-cta::before { left: -160px; bottom: -56px; }
  body[data-page-key="myQuizzes"] .my-quizzes-final-cta::after { right: -170px; top: -48px; }
  body[data-page-key="myQuizzes"] .my-quizzes-final-cta > * { position: relative; z-index: 1; }
  body[data-page-key="myQuizzes"] .my-quizzes-final-cta .my-quizzes-eyebrow { color: var(--ananfx-yellow-bright); }
  body[data-page-key="myQuizzes"] .my-quizzes-final-cta h2 { margin: 4px 0 0; font-size: 25px !important; line-height: 1.35 !important; }
  body[data-page-key="myQuizzes"] .my-quizzes-final-cta p { margin: 8px auto 0; max-width: 32rem; color: var(--ananfx-text-secondary); font-size: 14px !important; line-height: 1.65 !important; }
  body[data-page-key="myQuizzes"] .my-quizzes-final-cta__actions { margin-top: 18px; display: grid; gap: 10px; }

  body[data-page-key="myQuizzes"] .my-quizzes-footer { margin-top: 28px; padding: 28px 0 calc(28px + env(safe-area-inset-bottom)); border-top: 1px solid var(--ananfx-divider); background: var(--ananfx-bg-primary); }
  body[data-page-key="myQuizzes"] .my-quizzes-footer__inner { text-align: center; }
  body[data-page-key="myQuizzes"] .my-quizzes-footer__brand { display: inline-flex; justify-content: center; }
  body[data-page-key="myQuizzes"] .my-quizzes-footer__brand img { width: 174px; }
  body[data-page-key="myQuizzes"] .my-quizzes-footer__inner > p { margin: 8px auto 0; max-width: 34rem; color: var(--ananfx-text-muted); font-size: 12px !important; line-height: 1.6 !important; }
  body[data-page-key="myQuizzes"] .my-quizzes-footer__socials { display: flex; justify-content: center; gap: 10px; margin-top: 14px; }
  body[data-page-key="myQuizzes"] .my-quizzes-footer__socials a { min-height: 44px; display: inline-flex; align-items: center; padding: 8px 14px; border: 1px solid var(--ananfx-border-primary); border-radius: 999px; font-size: 12px; font-weight: 700; text-decoration: none; }
  body[data-page-key="myQuizzes"] .my-quizzes-footer__accordions { margin-top: 20px; border: 1px solid var(--ananfx-border-primary); border-radius: 18px; overflow: hidden; text-align: left; }
  body[data-page-key="myQuizzes"] .my-quizzes-footer__accordions section + section { border-top: 1px solid var(--ananfx-divider); }
  body[data-page-key="myQuizzes"] .my-quizzes-footer__accordions button { width: 100%; min-height: 50px; display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 12px 15px; border: 0; background: var(--ananfx-card-primary); color: var(--ananfx-text-primary); font: inherit; font-size: 14px; font-weight: 750; text-align: left; cursor: pointer; }
  body[data-page-key="myQuizzes"] .my-quizzes-footer__accordions button[aria-expanded="true"] span { transform: rotate(180deg); }
  body[data-page-key="myQuizzes"] .my-quizzes-footer__accordions [data-footer-panel] { display: grid; gap: 0; padding: 0 15px 13px; }
  body[data-page-key="myQuizzes"] .my-quizzes-footer__accordions [data-footer-panel] a, body[data-page-key="myQuizzes"] .my-quizzes-footer__accordions [data-footer-panel] span { min-height: 44px; display: flex; align-items: center; padding: 9px 0; border-top: 1px solid var(--ananfx-divider); color: var(--ananfx-text-secondary); font-size: 13px; line-height: 1.5; text-decoration: none; }
  body[data-page-key="myQuizzes"] .my-quizzes-footer__copy { margin-top: 18px !important; }

  body[data-page-key="myQuizzes"] .my-quizzes-panel-backdrop,
  body[data-page-key="myQuizzes"] .my-quizzes-dialog-backdrop { position: fixed; inset: 0; z-index: 1000; background: var(--ananfx-overlay); }
  body[data-page-key="myQuizzes"] .my-quizzes-side-panel { position: fixed; top: 0; right: 0; bottom: 0; z-index: 1001; width: min(92vw, 430px); overflow: auto; overscroll-behavior: contain; padding: max(18px, env(safe-area-inset-top)) 18px calc(22px + env(safe-area-inset-bottom)); background: var(--ananfx-card-primary); box-shadow: -24px 0 70px rgba(0,0,0,.18); }
  body[data-page-key="myQuizzes"] .my-quizzes-side-panel__header, body[data-page-key="myQuizzes"] .my-quizzes-dialog__header { display: flex; align-items: flex-start; justify-content: space-between; gap: 14px; }
  body[data-page-key="myQuizzes"] .my-quizzes-side-panel__header h2, body[data-page-key="myQuizzes"] .my-quizzes-dialog__header h2 { margin: 3px 0 0; font-size: 22px !important; line-height: 1.35 !important; }
  body[data-page-key="myQuizzes"] .my-quizzes-side-panel__header button, body[data-page-key="myQuizzes"] .my-quizzes-dialog__header button { width: 44px; min-width: 44px; height: 44px; display: grid; place-items: center; padding: 0; border: 1px solid var(--ananfx-border-primary); border-radius: 12px; background: var(--ananfx-card-primary); color: var(--ananfx-text-primary); font-size: 24px; cursor: pointer; }
  body[data-page-key="myQuizzes"] .my-quizzes-search-field { display: grid; gap: 7px; margin-top: 20px; color: var(--ananfx-text-secondary); font-size: 13px; font-weight: 700; }
  body[data-page-key="myQuizzes"] .my-quizzes-search-field input { min-height: 48px; padding: 10px 13px; border: 1px solid var(--ananfx-border-primary); border-radius: 12px; background: var(--ananfx-card-primary); color: var(--ananfx-text-primary); font: inherit; }
  body[data-page-key="myQuizzes"] .my-quizzes-search-status, body[data-page-key="myQuizzes"] .my-quizzes-panel-note { margin: 12px 0; color: var(--ananfx-text-muted); font-size: 12px !important; line-height: 1.55 !important; }
  body[data-page-key="myQuizzes"] .my-quizzes-search-results, body[data-page-key="myQuizzes"] .my-quizzes-notification-list { display: grid; gap: 8px; }
  body[data-page-key="myQuizzes"] .my-quizzes-search-results a, body[data-page-key="myQuizzes"] .my-quizzes-notification-list a { min-height: 48px; display: flex; flex-direction: column; justify-content: center; padding: 11px 13px; border: 1px solid var(--ananfx-border-primary); border-radius: 12px; background: var(--ananfx-card-primary); color: var(--ananfx-text-primary); text-decoration: none; }
  body[data-page-key="myQuizzes"] .my-quizzes-notification-list strong { font-size: 14px; line-height: 1.45; }
  body[data-page-key="myQuizzes"] .my-quizzes-notification-list span { margin-top: 3px; color: var(--ananfx-text-muted); font-size: 12px; line-height: 1.5; }
  body[data-page-key="myQuizzes"] .my-quizzes-search-empty { padding: 20px 12px; border: 1px dashed var(--ananfx-border-secondary); border-radius: 14px; background: var(--ananfx-bg-tertiary); text-align: center; }
  body[data-page-key="myQuizzes"] .my-quizzes-search-empty strong, body[data-page-key="myQuizzes"] .my-quizzes-search-empty span { display: block; }
  body[data-page-key="myQuizzes"] .my-quizzes-search-empty span { margin-top: 4px; color: var(--ananfx-text-muted); font-size: 12px; }

  body[data-page-key="myQuizzes"] .my-quizzes-dialog { position: fixed; left: 16px; right: 16px; bottom: max(16px, env(safe-area-inset-bottom)); z-index: 1001; max-width: 560px; max-height: min(84vh, 740px); margin-inline: auto; overflow: auto; overscroll-behavior: contain; padding: 19px; border: 1px solid var(--ananfx-border-primary); border-radius: 22px; background: var(--ananfx-card-primary); box-shadow: 0 24px 70px rgba(0,0,0,.22); }
  body[data-page-key="myQuizzes"] .my-quizzes-dialog__body > p { margin: 12px 0 0; color: var(--ananfx-text-secondary); font-size: 14px !important; line-height: 1.6 !important; }
  body[data-page-key="myQuizzes"] .my-quizzes-dialog-result { display: grid; margin: 16px 0 0; border: 1px solid var(--ananfx-border-primary); border-radius: 14px; overflow: hidden; }
  body[data-page-key="myQuizzes"] .my-quizzes-dialog-result > div { display: grid; grid-template-columns: 110px minmax(0,1fr); gap: 10px; padding: 11px 12px; border-bottom: 1px solid var(--ananfx-divider); }
  body[data-page-key="myQuizzes"] .my-quizzes-dialog-result > div:last-child { border-bottom: 0; }
  body[data-page-key="myQuizzes"] .my-quizzes-dialog-result dt, body[data-page-key="myQuizzes"] .my-quizzes-dialog-result dd { margin: 0; overflow-wrap: anywhere; }
  body[data-page-key="myQuizzes"] .my-quizzes-dialog-result dt { color: var(--ananfx-text-muted); font-size: 13px; }
  body[data-page-key="myQuizzes"] .my-quizzes-dialog-result dd { font-size: 14px; font-weight: 650; }
  body[data-page-key="myQuizzes"] .my-quizzes-dialog-advice, body[data-page-key="myQuizzes"] .my-quizzes-dialog-disclaimer { padding: 12px; border-radius: 12px; }
  body[data-page-key="myQuizzes"] .my-quizzes-dialog-advice { background: var(--ananfx-bg-secondary); color: var(--ananfx-text-secondary) !important; }
  body[data-page-key="myQuizzes"] .my-quizzes-dialog-disclaimer { border: 1px solid var(--ananfx-yellow-dark); background: var(--ananfx-card-secondary); color: var(--ananfx-yellow-bright) !important; }
  body[data-page-key="myQuizzes"] .my-quizzes-dialog-guide { margin: 16px 0 0; padding-left: 22px; }
  body[data-page-key="myQuizzes"] .my-quizzes-dialog-guide li { margin: 7px 0; line-height: 1.55; }
  body[data-page-key="myQuizzes"] .my-quizzes-dialog > .my-quizzes-primary-button { width: 100%; margin-top: 16px; }

  body[data-page-key="myQuizzes"] .my-quizzes-route-status { position: fixed; left: 16px; right: 16px; bottom: max(16px, env(safe-area-inset-bottom)); z-index: 1100; max-width: 520px; margin-inline: auto; padding: 12px 14px; border-radius: 12px; background: var(--ananfx-text-primary); color: var(--ananfx-card-primary); text-align: center; font-size: 13px; box-shadow: 0 16px 40px rgba(0,0,0,.2); }
  body[data-page-key="myQuizzes"] [hidden] { display: none !important; }

  body[data-page-key="myQuizzes"] :where(button, a, input, select):focus-visible { outline: 3px solid rgba(255,224,102,.62); outline-offset: 3px; }

  @media (min-width: 520px) {
    body[data-page-key="myQuizzes"] .my-quizzes-hero__grid { grid-template-columns: minmax(0,.95fr) minmax(250px,1.05fr); min-height: 520px; }
    body[data-page-key="myQuizzes"] .my-quizzes-score-layout { grid-template-columns: 180px minmax(0,1fr); align-items: center; }
    body[data-page-key="myQuizzes"] .my-quizzes-result-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    body[data-page-key="myQuizzes"] .my-quizzes-final-cta__actions { grid-template-columns: 1fr 1fr; }
  }

  @media (max-width: 430px) {
    body[data-page-key="myQuizzes"] .my-quizzes-brand img { width: 132px; }
    body[data-page-key="myQuizzes"] .my-quizzes-hero__grid { min-height: auto; }
    body[data-page-key="myQuizzes"] .my-quizzes-card { grid-template-columns: 96px minmax(0,1fr); gap: 12px; padding: 12px; }
    body[data-page-key="myQuizzes"] .my-quizzes-card__thumb { width: 96px; height: 104px; }
    body[data-page-key="myQuizzes"] .my-quizzes-card__top { align-items: flex-start; }
    body[data-page-key="myQuizzes"] .my-quizzes-status { padding-inline: 8px; }
  }

  @media (max-width: 359px) {
    body[data-page-key="myQuizzes"] .my-quizzes-header__inner { padding-inline: 8px; gap: 4px; }
    body[data-page-key="myQuizzes"] .my-quizzes-brand img { width: 96px; }
    body[data-page-key="myQuizzes"] .my-quizzes-summary-grid { grid-template-columns: 1fr; }
    body[data-page-key="myQuizzes"] .my-quizzes-summary-card { min-height: 126px; border-right: 0; border-bottom: 1px solid var(--ananfx-divider) !important; }
    body[data-page-key="myQuizzes"] .my-quizzes-summary-card:last-child { border-bottom: 0 !important; }
    body[data-page-key="myQuizzes"] .my-quizzes-card { grid-template-columns: 1fr; }
    body[data-page-key="myQuizzes"] .my-quizzes-card__thumb { width: 100%; height: 168px; }
    body[data-page-key="myQuizzes"] .my-quizzes-dialog-result > div { grid-template-columns: 1fr; gap: 3px; }
  }

  @media (prefers-reduced-motion: reduce) {
    body[data-page-key="myQuizzes"] *, body[data-page-key="myQuizzes"] *::before, body[data-page-key="myQuizzes"] *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
  }
}

@media (min-width: 768px) {
  body[data-page-key="myQuizzes"] { margin:0; background:var(--ananfx-bg-primary); color:var(--ananfx-text-primary); }
  body[data-page-key="myQuizzes"] .my-quizzes-mobile-page { display:none !important; }
  body[data-page-key="myQuizzes"] .my-quizzes-desktop-fallback {
    min-height:100vh;
    display:grid;
    place-items:center;
    padding:40px;
    font-family:"Noto Sans Thai", sans-serif;
    text-align:center;
  }
  body[data-page-key="myQuizzes"] .my-quizzes-desktop-fallback section {
    width:min(560px,100%);
    padding:36px;
    border:1px solid var(--ananfx-border-primary);
    border-radius:20px;
    background:var(--ananfx-card-primary);
    box-shadow:0 18px 50px rgba(0,0,0,.06);
  }
  body[data-page-key="myQuizzes"] .my-quizzes-desktop-fallback h2 { margin:0; font-size:34px; line-height:1.2; }
  body[data-page-key="myQuizzes"] .my-quizzes-desktop-fallback p { margin:14px 0 0; color:var(--ananfx-text-secondary); font-size:17px; line-height:1.65; }
  body[data-page-key="myQuizzes"] .my-quizzes-desktop-fallback a {
    min-height:48px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    margin-top:22px;
    padding:11px 20px;
    border:1px solid var(--ananfx-yellow-primary);
    border-radius:12px;
    background:var(--ananfx-yellow-primary);
    color:var(--ananfx-text-primary);
    font-size:17px;
    font-weight:600;
    text-decoration:none;
  }
}
