.jhje-directory,
.jhje-directory *,
.jhje-single,
.jhje-single *,
.jhje-modal,
.jhje-modal * {
  box-sizing: border-box;
}

.jhje-directory,
.jhje-single {
  --jhje-red: #c60018;
  --jhje-red-dark: #9e0013;
  --jhje-ink: #181818;
  --jhje-muted: #706a67;
  --jhje-paper: #f6f4f1;
  --jhje-line: #ddd7d3;
  color: var(--jhje-ink);
  font-family: Poppins, Inter, "Segoe UI", Arial, sans-serif;
}

.jhje-modal {
  --jhje-red: #c60018;
  --jhje-ink: #181818;
  --jhje-muted: #706a67;
  color: var(--jhje-ink);
  font-family: Poppins, Inter, "Segoe UI", Arial, sans-serif;
}

.jhje-page-wrap {
  --jhje-header-offset: 100px;
  min-height: 72vh;
  padding: calc(var(--jhje-header-offset) + 46px) 0 70px;
  background: linear-gradient(145deg, #faf9f7, #f0edeb);
}

.jhje-directory {
  width: min(1220px, calc(100% - 36px));
  margin: 0 auto;
  padding: 58px 0 70px;
}

.jhje-directory-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 25px;
}

.jhje-kicker,
.jhje-section-label,
.jhje-eyebrow {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #625b57;
  font-size: 8px;
  font-weight: 850;
  letter-spacing: .17em;
  text-transform: uppercase;
}

.jhje-kicker i {
  width: 20px;
  height: 2px;
  background: var(--jhje-red);
}

.jhje-kicker small {
  margin-left: 5px;
  padding-left: 11px;
  border-left: 1px solid #cbc3bf;
  color: #978f8b;
  font-size: 8px;
}

.jhje-directory-head h2,
.jhje-single-title h1,
.jhje-state-card h2,
.jhje-pay-card h2,
.jhje-code-card h2,
.jhje-ready-card h2,
.jhje-modal-card h2 {
  margin: 8px 0 0;
  color: var(--jhje-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: -.04em;
}

.jhje-directory-head h2 {
  font-size: clamp(39px, 4vw, 58px);
  line-height: 1;
}

.jhje-directory-head p,
.jhje-single-title p {
  margin: 9px 0 0;
  color: var(--jhje-muted);
  font-size: 12px;
  line-height: 1.55;
}

.jhje-count {
  width: 82px;
  height: 82px;
  flex: 0 0 82px;
  display: grid;
  place-content: center;
  justify-items: center;
  border: 1px solid var(--jhje-line);
  border-radius: 50%;
  background: #fff;
}

.jhje-count b {
  color: var(--jhje-red);
  font: 500 26px/1 Georgia, serif;
}

.jhje-count span {
  margin-top: 5px;
  color: #8a827e;
  font-size: 7px;
  font-weight: 850;
  letter-spacing: .15em;
}

.jhje-directory-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
  padding: 9px;
  border: 1px solid var(--jhje-line);
  border-radius: 10px;
  background: rgba(255,255,255,.9);
}

.jhje-search {
  width: min(330px, 100%);
  min-height: 43px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 13px;
  border-radius: 7px;
  background: #f2efed;
}

.jhje-search > span:first-child {
  color: var(--jhje-red);
  font-size: 21px;
}

.jhje-search input {
  width: 100%;
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0 !important;
  outline: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: var(--jhje-ink);
  font: 600 11px/1.2 Poppins, sans-serif;
}

.jhje-filter-group,
.jhje-filter-set {
  display: flex;
  align-items: center;
  gap: 6px;
}

.jhje-filter-group {
  flex-wrap: wrap;
  justify-content: flex-end;
}

.jhje-filter-set + .jhje-filter-set {
  padding-left: 8px;
  border-left: 1px solid #ddd6d2;
}

.jhje-filter-set button,
.jhje-empty button {
  min-height: 34px;
  margin: 0;
  padding: 0 12px;
  border: 1px solid #d7d0cc;
  border-radius: 999px;
  background: #fff;
  color: #615b57;
  font: 800 8px/1 Poppins, sans-serif;
  cursor: pointer;
}

.jhje-filter-set button:hover,
.jhje-filter-set button.is-active,
.jhje-empty button:hover {
  border-color: var(--jhje-red);
  background: var(--jhje-red);
  color: #fff;
}

.jhje-exam-list {
  display: grid;
  gap: 12px;
}

.jhje-exam-row {
  position: relative;
  min-height: 130px;
  display: grid;
  grid-template-columns: 188px minmax(0, 1fr) 225px;
  align-items: center;
  gap: 22px;
  overflow: hidden;
  padding: 11px 18px 11px 11px;
  border: 1px solid var(--jhje-line);
  border-radius: 12px;
  background: rgba(255,255,255,.93);
  box-shadow: 0 8px 24px rgba(43,26,22,.045);
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.jhje-exam-row::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 0;
  background: var(--jhje-red);
  transition: height .22s ease;
}

.jhje-exam-row.is-clickable {
  cursor: pointer;
}

.jhje-exam-row.is-clickable:hover {
  transform: translateY(-3px);
  border-color: #cfc5c0;
  box-shadow: 0 16px 34px rgba(43,26,22,.09);
}

.jhje-exam-row.is-clickable:hover::before {
  height: 100%;
}

.jhje-preview {
  position: relative;
  width: 188px;
  height: 106px;
  overflow: hidden;
  border-radius: 8px;
  background: #e9e5e2;
}

.jhje-preview > img,
.jhje-single-preview > img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center;
  background: #f6f4f1;
}

.jhje-preview::after {
  content: "";
  position: absolute;
  inset: 55% 0 0;
  background: linear-gradient(to top, rgba(20,16,15,.35), transparent);
  pointer-events: none;
}

.jhje-preview-fallback {
  width: 100%;
  height: 100%;
  display: grid;
  place-content: center;
  justify-items: center;
  background: radial-gradient(circle at 70% 20%, rgba(198,0,24,.17), transparent 35%), linear-gradient(140deg, #242120, #100f0f);
  color: #fff;
}

.jhje-preview-fallback span {
  color: #fff;
  font: 500 32px/1 Georgia, serif;
}

.jhje-preview-fallback b {
  margin-top: 6px;
  color: rgba(255,255,255,.35);
  font-family: serif;
  font-size: 17px;
}

.jhje-level {
  position: absolute;
  z-index: 2;
  left: 8px;
  bottom: 8px;
  min-width: 32px;
  height: 24px;
  display: grid;
  place-items: center;
  border-radius: 4px;
  background: var(--jhje-red);
  color: #fff;
  font-size: 8px;
  font-weight: 850;
}

.jhje-exam-info {
  min-width: 0;
}

.jhje-eyebrow {
  color: var(--jhje-red);
  font-size: 7px;
}

.jhje-exam-info h3 {
  margin: 7px 0 0;
  color: var(--jhje-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(23px, 2.1vw, 31px);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -.035em;
}

.jhje-exam-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 13px;
}

.jhje-exam-meta span {
  padding-right: 8px;
  border-right: 1px solid #d8d1cd;
  color: #77706c;
  font-size: 8px;
  white-space: nowrap;
}

.jhje-exam-meta span:last-child {
  border-right: 0;
}

.jhje-exam-meta b {
  color: var(--jhje-ink);
  font-weight: 800;
}

.jhje-exam-action {
  min-width: 0;
  display: grid;
  justify-items: end;
  gap: 20px;
}

.jhje-badges {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 6px;
}

.jhje-badge {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0 9px;
  border-radius: 999px;
  background: #eeebe9;
  color: #69625f;
  font-size: 6px;
  font-weight: 850;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.jhje-badge.is-live { background: #e7f6ed; color: #147146; }
.jhje-badge.is-upcoming { background: #fff2d8; color: #855800; }
.jhje-badge.is-closed { background: #eeeaea; color: #766d69; }
.jhje-badge.is-free { background: #e9f1ff; color: #285d9f; }
.jhje-badge.is-paid { background: #fff0f2; color: var(--jhje-red-dark); }

.jhje-open {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: var(--jhje-red) !important;
  font-size: 9px;
  font-weight: 850;
  text-decoration: none !important;
}

.jhje-open b {
  width: 31px;
  height: 31px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--jhje-red);
  color: #fff;
  font-size: 12px;
}

.jhje-open.is-disabled {
  color: #98918d !important;
}

.jhje-empty {
  margin-top: 18px;
  padding: 42px 20px;
  border: 1px dashed #ccc4c0;
  border-radius: 11px;
  background: rgba(255,255,255,.7);
  text-align: center;
}

.jhje-empty > b {
  color: var(--jhje-red);
  font-size: 28px;
}

.jhje-empty h3 {
  margin: 8px 0 0;
  font: 500 23px/1.2 Georgia, serif;
}

.jhje-empty p {
  margin: 7px 0 15px;
  color: var(--jhje-muted);
  font-size: 11px;
}

.jhje-directory [hidden],
.jhje-single [hidden],
.jhje-modal[hidden] {
  display: none !important;
}

/* Single exam */
.jhje-single {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
}

.jhje-single-hero {
  min-height: 204px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 380px;
  align-items: center;
  gap: 38px;
  margin-bottom: 22px;
  padding: 26px 28px;
  overflow: hidden;
  border: 1px solid var(--jhje-line);
  border-radius: 14px;
  background: radial-gradient(circle at 85% -20%, rgba(198,0,24,.2), transparent 38%), rgba(255,255,255,.94);
}

.jhje-single-title h1 {
  font-size: clamp(38px, 4.2vw, 62px);
  line-height: .98;
}

.jhje-single-preview {
  height: 150px;
  overflow: hidden;
  border-radius: 10px;
  background: #e8e3e0;
  box-shadow: 0 15px 30px rgba(43,26,22,.12);
}

.jhje-notice {
  margin: 16px 0;
  padding: 13px 15px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-size: 11px;
  font-weight: 650;
}

.jhje-notice.is-success { border-color: #b9dfc9; background: #edf9f2; color: #17623d; }
.jhje-notice.is-error { border-color: #efc3c8; background: #fff2f3; color: #961b28; }

.jhje-state-card,
.jhje-ready-card,
.jhje-pay-card,
.jhje-code-card {
  padding: 28px;
  border: 1px solid var(--jhje-line);
  border-radius: 14px;
  background: rgba(255,255,255,.95);
  box-shadow: 0 12px 34px rgba(43,26,22,.06);
}

.jhje-state-card {
  text-align: center;
}

.jhje-state-card h2,
.jhje-pay-card h2,
.jhje-code-card h2,
.jhje-ready-card h2 {
  font-size: clamp(29px, 3vw, 42px);
  line-height: 1.04;
}

.jhje-state-card p,
.jhje-pay-card > p,
.jhje-code-card > p,
.jhje-ready-card > div:first-child > p {
  margin: 9px 0 0;
  color: var(--jhje-muted);
  font-size: 11px;
  line-height: 1.55;
}

.jhje-section-label {
  color: var(--jhje-red);
  font-size: 7px;
}

.jhje-paid-gate {
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  gap: 18px;
  align-items: start;
}

.jhje-payment-summary {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 9px 20px;
  margin: 20px 0;
  padding: 14px;
  border-radius: 8px;
  background: #f3f0ee;
}

.jhje-payment-summary span {
  color: #756e6a;
  font-size: 9px;
}

.jhje-payment-summary strong {
  color: var(--jhje-ink);
  font-size: 10px;
}

.jhje-payment-form {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 13px;
}

.jhje-payment-form label,
.jhje-code-form label {
  display: grid;
  gap: 6px;
}

.jhje-payment-form label > span,
.jhje-code-form label > span {
  color: #5f5956;
  font-size: 8px;
  font-weight: 750;
}

.jhje-payment-form input,
.jhje-code-form input {
  width: 100%;
  min-height: 43px;
  margin: 0;
  padding: 0 11px;
  border: 1px solid #d7cfcb !important;
  border-radius: 6px !important;
  outline: none;
  background: #fff !important;
  color: var(--jhje-ink) !important;
  box-shadow: none !important;
  font: 600 11px/1.2 Poppins, sans-serif;
}

.jhje-payment-form input:focus,
.jhje-code-form input:focus {
  border-color: var(--jhje-red) !important;
  box-shadow: 0 0 0 3px rgba(198,0,24,.08) !important;
}

.jhje-payment-form .jhje-primary {
  grid-column: 1 / -1;
}

.jhje-primary,
.jhje-dark,
.jhje-start {
  min-height: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  margin: 0;
  padding: 0 16px;
  border: 0;
  border-radius: 5px;
  background: var(--jhje-red);
  color: #fff;
  font: 800 10px/1 Poppins, sans-serif;
  cursor: pointer;
  box-shadow: none;
}

.jhje-dark { width: 100%; margin-top: 12px; background: var(--jhje-ink); }

.jhje-hp {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.jhje-code-form {
  margin-top: 22px;
}

.jhje-code-help {
  margin: 8px 0 0;
  color: var(--jhje-muted);
  font-size: 8px;
  line-height: 1.5;
}

.jhje-security-note {
  margin-top: 20px;
  padding: 14px;
  border-left: 3px solid var(--jhje-red);
  background: #f4f1ef;
}

.jhje-security-note b {
  font-size: 7px;
  letter-spacing: .14em;
}

.jhje-security-note p {
  margin: 5px 0 0;
  color: var(--jhje-muted);
  font-size: 9px;
  line-height: 1.5;
}

.jhje-ready-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 1fr;
  gap: 24px 40px;
}

.jhje-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  grid-column: 1 / -1;
}

.jhje-stats span {
  min-height: 78px;
  display: grid;
  place-content: center;
  justify-items: center;
  border: 1px solid #ded7d3;
  border-radius: 8px;
  background: #f7f5f3;
  color: #77706c;
  font-size: 8px;
}

.jhje-stats b {
  margin-bottom: 5px;
  color: var(--jhje-red);
  font: 500 25px/1 Georgia, serif;
}

.jhje-pass-info {
  grid-column: 1 / -1;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 14px;
  border-radius: 7px;
  background: #edf8f1;
  color: #276847;
  font-size: 9px;
}

.jhje-instructions {
  grid-column: 1 / -1;
  padding-top: 18px;
  border-top: 1px dashed #d4ccc8;
}

.jhje-instructions h3 {
  margin: 0 0 8px;
  font: 500 23px/1.2 Georgia, serif;
}

.jhje-instructions div,
.jhje-instructions > p {
  color: var(--jhje-muted);
  font-size: 10px;
  line-height: 1.6;
}

.jhje-instructions p {
  margin: 5px 0;
}

.jhje-start {
  min-width: 190px;
  justify-self: start;
}

.jhje-start:disabled {
  opacity: .6;
  cursor: wait;
}

.jhje-start-note {
  align-self: center;
  margin: 0;
  color: #8a827e;
  font-size: 9px;
}

.jhje-workspace {
  margin-top: 18px;
}

body.jhje-exam-focus {
  overflow: hidden !important;
}

.jhje-workspace.is-focus-mode {
  --jhje-red: #c60018;
  --jhje-red-dark: #9e0013;
  --jhje-ink: #181818;
  --jhje-muted: #706a67;
  --jhje-line: #ddd7d3;
  position: fixed;
  z-index: 2147483000;
  inset: 0;
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  margin: 0;
  padding: 82px 12px 12px;
  overflow: hidden;
  background: #e9e6e4;
  color: var(--jhje-ink);
  font-family: Poppins, Inter, "Segoe UI", Arial, sans-serif;
}

.jhje-workspace.is-focus-mode .jhje-timerbar {
  position: fixed !important;
  z-index: 2147483644 !important;
  top: 0 !important;
  right: 0 !important;
  left: 0 !important;
  width: 100% !important;
  min-height: 72px;
  margin: 0;
  padding: 10px max(18px, calc((100vw - 1180px) / 2));
  border-radius: 0;
  display: flex !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: none !important;
}

.jhje-workspace.is-focus-mode .jhje-timerbar b {
  font-size: 14px;
}

.jhje-workspace.is-focus-mode .jhje-form-frame {
  width: min(1180px, 100%);
  height: calc(100vh - 94px);
  height: calc(100dvh - 94px);
  min-height: 0;
  margin: 0 auto;
  background: #f4f2f0;
}

.jhje-workspace.is-focus-mode .jhje-form-frame iframe {
  width: 100%;
  height: 100%;
  min-height: 0;
}

.jhje-timerbar {
  position: sticky;
  z-index: 50;
  top: calc(var(--jhje-header-offset, 0px) + 8px);
  min-height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 10px;
  padding: 10px 14px 10px 18px;
  border-radius: 9px;
  background: #181818;
  color: #fff;
  box-shadow: 0 12px 28px rgba(20,16,15,.18);
}

.jhje-timerbar > div {
  display: grid;
  gap: 3px;
}

.jhje-timerbar span {
  color: #cfcbca;
  font-size: 6px;
  font-weight: 850;
  letter-spacing: .16em;
}

.jhje-timerbar b {
  font-size: 11px;
}

.jhje-timerbar time {
  min-width: 118px;
  padding: 9px 13px;
  border-radius: 6px;
  background: var(--jhje-red);
  color: #fff;
  font: 700 27px/1 "Courier New", monospace;
  text-align: center;
}

.jhje-timerbar.is-warning time {
  animation: jhje-pulse 1.1s infinite;
}

.jhje-timerbar.is-ended {
  background: #6d0612;
}

@keyframes jhje-pulse {
  50% { transform: scale(1.04); box-shadow: 0 0 0 7px rgba(198,0,24,.15); }
}

.jhje-form-frame {
  position: relative;
  min-height: 900px;
  overflow: hidden;
  border: 1px solid var(--jhje-line);
  border-radius: 10px;
  background: #f1eeee;
}

.jhje-form-frame iframe {
  width: 100%;
  min-height: 1080px;
  display: block;
  border: 0;
  background: transparent;
}

.jhje-loading {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: grid;
  place-content: center;
  background: #f3f0ee;
  color: #716a66;
  font-size: 11px;
  font-weight: 700;
}

.jhje-modal {
  position: fixed;
  z-index: 2147483646;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 20px;
  background: rgba(15,13,12,.62);
  backdrop-filter: blur(5px);
}

.jhje-modal-card {
  width: min(430px, 100%);
  padding: 30px;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 30px 80px rgba(0,0,0,.24);
  text-align: center;
}

.jhje-modal-card > span {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  margin: 0 auto;
  border-radius: 50%;
  background: var(--jhje-red);
  color: #fff;
  font: 700 24px/1 Georgia, serif;
}

.jhje-modal-card h2 {
  font-size: 34px;
}

.jhje-modal-card p {
  margin: 10px 0 20px;
  color: var(--jhje-muted);
  font-size: 11px;
  line-height: 1.6;
}

.jhje-modal-card button {
  min-height: 42px;
  padding: 0 17px;
  border: 0;
  border-radius: 5px;
  background: var(--jhje-red);
  color: #fff;
  font: 800 9px/1 Poppins, sans-serif;
  cursor: pointer;
}

@media (max-width: 1024px) {
  .jhje-page-wrap { --jhje-header-offset: 80px; }
  .jhje-directory-toolbar { align-items: stretch; flex-direction: column; }
  .jhje-search { width: 100%; }
  .jhje-filter-group { justify-content: flex-start; }
  .jhje-exam-row { grid-template-columns: 155px minmax(0,1fr) 170px; gap: 16px; }
  .jhje-preview { width: 155px; height: 87px; }
  .jhje-single-hero { grid-template-columns: minmax(0,1fr) 300px; }
}

@media (max-width: 767px) {
  .jhje-page-wrap { --jhje-header-offset: 0px; padding: 25px 0 48px; }
  .jhje-directory { width: calc(100% - 28px); padding: 40px 0 52px; }
  .jhje-directory-head { align-items: flex-start; gap: 14px; }
  .jhje-directory-head h2 { font-size: 39px; }
  .jhje-directory-head p { font-size: 10px; }
  .jhje-count { width: 62px; height: 62px; flex-basis: 62px; }
  .jhje-count b { font-size: 21px; }
  .jhje-filter-group { display: grid; gap: 7px; }
  .jhje-filter-set { overflow-x: auto; padding-bottom: 2px; scrollbar-width: none; }
  .jhje-filter-set::-webkit-scrollbar { display: none; }
  .jhje-filter-set + .jhje-filter-set { padding-left: 0; border-left: 0; }
  .jhje-filter-set button { flex: 0 0 auto; }
  .jhje-exam-row { min-height: 0; grid-template-columns: 110px minmax(0,1fr); align-items: start; gap: 12px; padding: 9px; }
  .jhje-preview { width: 110px; height: 62px; }
  .jhje-exam-info h3 { font-size: 21px; }
  .jhje-exam-meta { gap: 5px; margin-top: 9px; }
  .jhje-exam-meta span { font-size: 6px; }
  .jhje-exam-meta span:nth-child(n+4) { display: none; }
  .jhje-exam-action { grid-column: 1 / -1; display: flex; align-items: center; justify-content: space-between; gap: 10px; padding-top: 9px; border-top: 1px dashed #d7cfcb; }
  .jhje-badges { justify-content: flex-start; }
  .jhje-single { width: calc(100% - 28px); }
  .jhje-single-hero { min-height: 0; grid-template-columns: 1fr; gap: 17px; padding: 20px; }
  .jhje-single-title h1 { font-size: 39px; }
  .jhje-single-preview { height: 130px; }
  .jhje-paid-gate { grid-template-columns: 1fr; }
  .jhje-state-card,.jhje-ready-card,.jhje-pay-card,.jhje-code-card { padding: 20px; }
  .jhje-payment-form { grid-template-columns: 1fr; }
  .jhje-payment-form .jhje-primary { grid-column: auto; }
  .jhje-ready-card { grid-template-columns: 1fr; gap: 18px; }
  .jhje-stats { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .jhje-pass-info { flex-direction: column; }
  .jhje-start { width: 100%; }
  .jhje-start-note { text-align: center; }
  .jhje-timerbar { top: 6px; min-height: 58px; padding-left: 12px; }
  .jhje-timerbar b { max-width: 180px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .jhje-timerbar time { min-width: 96px; font-size: 22px; }
  .jhje-workspace.is-focus-mode { padding: 76px 7px 7px; }
  .jhje-workspace.is-focus-mode .jhje-timerbar { min-height: 68px; padding: 8px 10px; }
  .jhje-workspace.is-focus-mode .jhje-timerbar b { max-width: 190px; font-size: 10px; }
  .jhje-workspace.is-focus-mode .jhje-form-frame { height: calc(100vh - 83px); height: calc(100dvh - 83px); }
  .jhje-form-frame { min-height: 760px; }
  .jhje-form-frame iframe { min-height: 950px; }
}
