/* PathOfGita - MyGita Daily Quiz Resource Panel v146 */
#pogDailyQuizResourcePanel {
  margin: 20px auto 26px;
  padding: 24px;
  max-width: 1040px;
  border-radius: 30px;
  background: linear-gradient(180deg, #fff7e8 0%, #ffffff 100%);
  border: 1px solid #eed0a0;
  box-shadow: 0 22px 58px rgba(91, 44, 12, 0.13);
  font-family: inherit;
}

#pogDailyQuizResourcePanel .pog-rp-user-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 18px;
  margin-bottom: 18px;
  border-radius: 22px;
  background: linear-gradient(135deg, #fff0cf, #fffaf1);
  border: 1px solid #ebc98e;
}

#pogDailyQuizResourcePanel .pog-rp-user-left {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

#pogDailyQuizResourcePanel .pog-rp-user-avatar {
  width: 58px;
  height: 58px;
  border-radius: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #8d2a10;
  color: #fff;
  font-size: 30px;
  box-shadow: 0 12px 24px rgba(141, 42, 16, .20);
  flex: 0 0 58px;
}

#pogDailyQuizResourcePanel .pog-rp-user-title {
  font-size: clamp(18px, 3.2vw, 24px);
  font-weight: 1000;
  color: #6f240b;
  line-height: 1.15;
  margin: 0;
}

#pogDailyQuizResourcePanel .pog-rp-user-meta {
  margin-top: 5px;
  color: #74543b;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35;
}

#pogDailyQuizResourcePanel .pog-rp-status-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 8px 14px;
  border-radius: 999px;
  background: #ffffff;
  color: #8d2a10;
  border: 1px solid #edc98b;
  font-size: 13px;
  font-weight: 1000;
  white-space: nowrap;
}

#pogDailyQuizResourcePanel .pog-rp-head {
  text-align: center;
  margin-bottom: 18px;
}

#pogDailyQuizResourcePanel .pog-rp-eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 6px 14px;
  border-radius: 999px;
  background: #fff1d6;
  color: #8d2a10;
  font-size: 13px;
  font-weight: 1000;
  letter-spacing: .04em;
  text-transform: uppercase;
  margin-bottom: 10px;
}

#pogDailyQuizResourcePanel .pog-rp-title {
  margin: 0;
  color: #6f240b;
  font-size: clamp(25px, 4.5vw, 38px);
  line-height: 1.1;
  font-weight: 1000;
}

#pogDailyQuizResourcePanel .pog-rp-subtitle {
  margin: 10px auto 0;
  max-width: 780px;
  color: #6f5947;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.45;
}

#pogDailyQuizResourcePanel .pog-rp-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 22px;
}

#pogDailyQuizResourcePanel .pog-rp-btn {
  min-height: 104px;
  width: 100%;
  border: 0;
  border-radius: 26px;
  padding: 18px 20px;
  cursor: pointer;
  text-align: left;
  display: flex;
  align-items: center;
  gap: 18px;
  box-shadow: 0 14px 30px rgba(78, 38, 12, .14);
  transition: transform .15s ease, box-shadow .15s ease, filter .15s ease;
  font-family: inherit;
}

#pogDailyQuizResourcePanel .pog-rp-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 38px rgba(78, 38, 12, .20);
}

#pogDailyQuizResourcePanel .pog-rp-btn:active {
  transform: translateY(0);
}

#pogDailyQuizResourcePanel .pog-rp-btn[disabled] {
  cursor: not-allowed;
  opacity: .68;
  filter: grayscale(.12);
  transform: none;
}

#pogDailyQuizResourcePanel .pog-rp-icon {
  width: 72px;
  height: 72px;
  border-radius: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 72px;
  background: rgba(255,255,255,.80);
  font-size: 40px;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.5), 0 8px 18px rgba(0,0,0,.06);
}

#pogDailyQuizResourcePanel .pog-rp-btn-title {
  display: block;
  font-size: clamp(20px, 3.5vw, 28px);
  font-weight: 1000;
  line-height: 1.05;
}

#pogDailyQuizResourcePanel .pog-rp-btn-sub {
  display: block;
  margin-top: 8px;
  font-size: 14px;
  font-weight: 900;
  opacity: .84;
  line-height: 1.25;
}

#pogDailyQuizResourcePanel .pog-rp-btn-en {
  background: linear-gradient(135deg, #ddecff, #ffffff);
  color: #0d4d9c;
}

#pogDailyQuizResourcePanel .pog-rp-btn-ta {
  background: linear-gradient(135deg, #ffe9cc, #ffffff);
  color: #9b4a00;
}

#pogDailyQuizResourcePanel .pog-rp-btn-video {
  background: linear-gradient(135deg, #ffdede, #ffffff);
  color: #ad1010;
}

#pogDailyQuizResourcePanel .pog-rp-btn-quiz {
  background: linear-gradient(135deg, #dff8e8, #ffffff);
  color: #08712f;
}

#pogDailyQuizResourcePanel .pog-rp-message {
  margin-top: 16px;
  padding: 13px 15px;
  border-radius: 18px;
  background: #fff8ea;
  color: #7a4d22;
  font-weight: 900;
  font-size: 14px;
  text-align: center;
}

#pogDailyQuizResourcePanel .pog-rp-preview {
  margin-top: 22px;
  border-radius: 24px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #ead4ad;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.35);
  display: none;
}

#pogDailyQuizResourcePanel .pog-rp-preview.show {
  display: block;
}

#pogDailyQuizResourcePanel .pog-rp-preview-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 14px 16px;
  background: #fff4de;
  border-bottom: 1px solid #ead4ad;
}

#pogDailyQuizResourcePanel .pog-rp-preview-title {
  font-size: 17px;
  font-weight: 1000;
  color: #6f240b;
}

#pogDailyQuizResourcePanel .pog-rp-open-full {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 9px 14px;
  border-radius: 999px;
  background: #8d2a10;
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  font-weight: 1000;
  white-space: nowrap;
}

#pogDailyQuizResourcePanel .pog-rp-frame-wrap {
  background: #fafafa;
}

#pogDailyQuizResourcePanel .pog-rp-frame {
  width: 100%;
  height: min(74vh, 680px);
  min-height: 520px;
  border: 0;
  display: block;
  background: #fff;
}

#pogDailyQuizResourcePanel .pog-rp-note {
  padding: 11px 16px 13px;
  background: #fffdf7;
  color: #6d5a46;
  font-size: 13px;
  font-weight: 800;
  text-align: center;
}

.pog-old-ref-hidden {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}

@media (max-width: 760px) {
  #pogDailyQuizResourcePanel {
    margin: 14px 10px 20px;
    padding: 16px;
    border-radius: 24px;
  }

  #pogDailyQuizResourcePanel .pog-rp-user-card {
    flex-direction: column;
    align-items: stretch;
  }

  #pogDailyQuizResourcePanel .pog-rp-status-pill {
    width: 100%;
  }

  #pogDailyQuizResourcePanel .pog-rp-actions {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  #pogDailyQuizResourcePanel .pog-rp-btn {
    min-height: 92px;
    border-radius: 22px;
  }

  #pogDailyQuizResourcePanel .pog-rp-icon {
    width: 62px;
    height: 62px;
    border-radius: 22px;
    flex-basis: 62px;
    font-size: 34px;
  }

  #pogDailyQuizResourcePanel .pog-rp-preview-head {
    flex-direction: column;
    align-items: stretch;
  }

  #pogDailyQuizResourcePanel .pog-rp-open-full {
    width: 100%;
  }

  #pogDailyQuizResourcePanel .pog-rp-frame {
    height: 70vh;
    min-height: 460px;
  }
}

/* PathOfGita MyGita Current Quiz Card Enhancer v147 */

.pog-current-card-enhanced {
  position: relative;
}

.pog-current-card-enhanced .pog-old-ref-hidden {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}

.pog-inline-user-card {
  margin: 18px 0 18px;
  padding: 18px 20px;
  border-radius: 24px;
  background: linear-gradient(135deg, #fff0cf, #fffaf1);
  border: 1px solid #ebc98e;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.pog-inline-user-left {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.pog-inline-avatar {
  width: 64px;
  height: 64px;
  border-radius: 22px;
  background: #8d2a10;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 34px;
  flex: 0 0 64px;
  box-shadow: 0 12px 24px rgba(141, 42, 16, .20);
}

.pog-inline-user-title {
  margin: 0;
  color: #6f240b;
  font-size: clamp(20px, 3vw, 28px);
  font-weight: 1000;
  line-height: 1.12;
}

.pog-inline-user-meta {
  margin-top: 6px;
  color: #74543b;
  font-size: 14px;
  font-weight: 850;
  line-height: 1.35;
}

.pog-inline-status-pill {
  min-height: 42px;
  padding: 9px 16px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid #edc98b;
  color: #8d2a10;
  font-size: 14px;
  font-weight: 1000;
  white-space: nowrap;
}

.pog-inline-action-panel {
  margin-top: 20px;
  padding: 22px;
  border-radius: 28px;
  background: linear-gradient(180deg, #fff7e8 0%, #ffffff 100%);
  border: 1px solid #eed0a0;
  box-shadow: 0 18px 45px rgba(91, 44, 12, 0.10);
}

.pog-inline-action-title {
  margin: 0 0 16px;
  color: #6f240b;
  font-size: clamp(24px, 3.8vw, 36px);
  font-weight: 1000;
  line-height: 1.1;
}

.pog-inline-action-subtitle {
  margin: -8px 0 20px;
  color: #6f5947;
  font-size: 15px;
  font-weight: 850;
}

.pog-inline-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.pog-inline-btn {
  min-height: 108px;
  width: 100%;
  border: 0;
  border-radius: 28px;
  padding: 20px;
  cursor: pointer;
  text-align: left;
  display: flex;
  align-items: center;
  gap: 18px;
  box-shadow: 0 14px 30px rgba(78, 38, 12, .14);
  transition: transform .15s ease, box-shadow .15s ease, filter .15s ease;
  font-family: inherit;
}

.pog-inline-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 38px rgba(78, 38, 12, .20);
}

.pog-inline-btn[disabled] {
  cursor: not-allowed;
  opacity: .68;
  filter: grayscale(.12);
  transform: none;
}

.pog-inline-icon {
  width: 76px;
  height: 76px;
  border-radius: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 76px;
  background: rgba(255,255,255,.82);
  font-size: 42px;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.5), 0 8px 18px rgba(0,0,0,.06);
}

.pog-inline-btn-title {
  display: block;
  font-size: clamp(21px, 3.2vw, 30px);
  font-weight: 1000;
  line-height: 1.05;
}

.pog-inline-btn-sub {
  display: block;
  margin-top: 8px;
  font-size: 14px;
  font-weight: 900;
  opacity: .84;
  line-height: 1.25;
}

.pog-inline-btn-en {
  background: linear-gradient(135deg, #ddecff, #ffffff);
  color: #0d4d9c;
}

.pog-inline-btn-ta {
  background: linear-gradient(135deg, #ffe9cc, #ffffff);
  color: #9b4a00;
}

.pog-inline-btn-video {
  background: linear-gradient(135deg, #ffdede, #ffffff);
  color: #ad1010;
}

.pog-inline-btn-quiz {
  background: linear-gradient(135deg, #dff8e8, #ffffff);
  color: #08712f;
}

.pog-inline-preview {
  margin-top: 22px;
  border-radius: 24px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #ead4ad;
  display: none;
}

.pog-inline-preview.show {
  display: block;
}

.pog-inline-preview-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 14px 16px;
  background: #fff4de;
  border-bottom: 1px solid #ead4ad;
}

.pog-inline-preview-title {
  font-size: 17px;
  font-weight: 1000;
  color: #6f240b;
}

.pog-inline-open-full {
  min-height: 38px;
  padding: 9px 14px;
  border-radius: 999px;
  background: #8d2a10;
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  font-weight: 1000;
  white-space: nowrap;
}

.pog-inline-frame {
  width: 100%;
  height: min(74vh, 680px);
  min-height: 520px;
  border: 0;
  display: block;
  background: #fff;
}

.pog-inline-note {
  padding: 11px 16px 13px;
  background: #fffdf7;
  color: #6d5a46;
  font-size: 13px;
  font-weight: 800;
  text-align: center;
}

@media (max-width: 760px) {
  .pog-inline-user-card {
    flex-direction: column;
    align-items: stretch;
  }

  .pog-inline-actions {
    grid-template-columns: 1fr;
  }

  .pog-inline-btn {
    min-height: 96px;
  }

  .pog-inline-icon {
    width: 64px;
    height: 64px;
    flex-basis: 64px;
    font-size: 36px;
  }

  .pog-inline-preview-head {
    flex-direction: column;
    align-items: stretch;
  }

  .pog-inline-open-full {
    width: 100%;
    text-align: center;
  }

  .pog-inline-frame {
    height: 70vh;
    min-height: 460px;
  }
}
