.hindi-typing-page .typing-reference-prompt,
.hindi-typing-page .hindi-typing-input,
.hindi-typing-page .typing-key-label {
  font-family: Mangal, "Nirmala UI", Arial, sans-serif;
}

.hindi-typing-page .typing-reference-main {
  gap: 8px;
  min-width: 0;
}

.hindi-typing-page .typing-tutor-reference {
  overflow: hidden;
}

.hindi-typing-page .typing-reference-menu {
  display: none;
}

.hindi-typing-page .typing-reference-topbar,
.hindi-typing-page .typing-reference-board,
.hindi-typing-page .typing-reference-stats,
.hindi-typing-page .typing-speed-results,
.hindi-typing-page .typing-reference-keyboard {
  min-width: 0;
}

.hindi-typing-page .typing-reference-topbar {
  align-items: center;
  gap: 10px;
  padding: 8px 10px;
  border: 1px solid var(--reference-line);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.025);
}

.hindi-typing-page .typing-reference-kicker {
  margin-bottom: 3px;
  color: var(--reference-text-soft);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 1;
  text-transform: uppercase;
}

.hindi-typing-page .typing-reference-heading h2 {
  font-size: clamp(1.1rem, 0.98rem + 0.45vw, 1.45rem);
  line-height: 1;
}

.hindi-typing-page .typing-reference-summary {
  overflow: hidden;
  margin-top: 4px;
  max-width: 100%;
  color: var(--reference-text-soft);
  font-size: 12px;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hindi-typing-page .typing-reference-controls {
  align-items: stretch;
  justify-content: end;
}

.hindi-typing-page .hindi-top-actions {
  display: flex;
  align-items: stretch;
  gap: 8px;
  min-width: 0;
}

.hindi-typing-page .hindi-start-top,
.hindi-typing-page .hindi-stop-top {
  min-height: 38px;
  padding-inline: 14px;
  white-space: nowrap;
}

.hindi-typing-page .hindi-stop-top {
  border-color: rgba(255, 178, 99, 0.32);
  color: #ffd9ad;
  background: rgba(255, 151, 64, 0.09);
}

.hindi-typing-page .hindi-stop-top:disabled,
.hindi-typing-page .hindi-start-top:disabled {
  cursor: not-allowed;
  opacity: 0.54;
  transform: none;
}

html[data-site-theme="light"] .hindi-typing-page .hindi-stop-top {
  color: #8a4b13;
  background: rgba(255, 151, 64, 0.12);
  border-color: rgba(194, 107, 29, 0.26);
}

.hindi-typing-page .hindi-layout-page-nav {
  display: grid;
  gap: 6px;
  margin: 8px 0;
  padding: 8px;
  border: 1px solid rgba(145, 180, 210, 0.18);
  border-radius: 12px;
  background: rgba(5, 16, 29, 0.42);
}

.hindi-typing-page .hindi-layout-page-nav label {
  color: var(--typing-muted);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 1;
  text-transform: uppercase;
}

.hindi-typing-page .hindi-layout-page-nav select {
  width: 100%;
  min-height: 36px;
  border: 1px solid rgba(145, 180, 210, 0.24);
  border-radius: 10px;
  padding: 0 34px 0 10px;
  color: var(--typing-ink);
  background: rgba(6, 16, 29, 0.84);
  font: inherit;
  font-size: 12px;
  font-weight: 800;
}

.hindi-typing-page .hindi-layout-page-nav select:focus {
  outline: 2px solid rgba(71, 190, 255, 0.42);
  outline-offset: 2px;
}

html[data-site-theme="light"] .hindi-typing-page .hindi-layout-page-nav {
  background: rgba(255, 255, 255, 0.7);
  border-color: rgba(32, 60, 88, 0.14);
}

html[data-site-theme="light"] .hindi-typing-page .hindi-layout-page-nav select {
  color: #142033;
  background: #ffffff;
  border-color: rgba(32, 60, 88, 0.16);
}

.hindi-typing-page .hindi-custom-practice {
  display: grid;
  gap: 8px;
  margin-top: 8px;
  padding: 10px;
  border: 1px solid rgba(145, 180, 210, 0.18);
  border-radius: 12px;
  background: rgba(5, 16, 29, 0.42);
}

.hindi-typing-page .hindi-custom-practice-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.hindi-typing-page .hindi-custom-practice h2 {
  margin: 0;
  color: var(--typing-ink);
  font-size: 13px;
  font-weight: 900;
  line-height: 1.1;
}

.hindi-typing-page .hindi-custom-clear {
  min-height: 28px;
  border: 1px solid rgba(145, 180, 210, 0.22);
  border-radius: 8px;
  padding: 0 10px;
  color: var(--typing-muted);
  background: rgba(255, 255, 255, 0.04);
  font-size: 11px;
  font-weight: 800;
  cursor: pointer;
}

.hindi-typing-page .hindi-custom-clear:hover {
  color: var(--typing-ink);
  border-color: rgba(71, 190, 255, 0.32);
}

.hindi-typing-page .hindi-custom-textarea {
  width: 100%;
  min-height: 154px;
  padding: 10px;
  border: 1px solid rgba(145, 180, 210, 0.24);
  border-radius: 10px;
  color: var(--typing-ink);
  background: rgba(6, 16, 29, 0.84);
  font-family: Mangal, "Nirmala UI", Arial, sans-serif;
  font-size: 13px;
  line-height: 1.55;
  resize: vertical;
}

.hindi-typing-page .hindi-custom-textarea:focus {
  outline: 2px solid rgba(71, 190, 255, 0.42);
  outline-offset: 2px;
}

.hindi-typing-page .hindi-custom-note {
  margin: 0;
  color: var(--typing-muted);
  font-size: 11px;
  line-height: 1.35;
}

html[data-site-theme="light"] .hindi-typing-page .hindi-custom-practice {
  background: rgba(255, 255, 255, 0.7);
  border-color: rgba(32, 60, 88, 0.14);
}

html[data-site-theme="light"] .hindi-typing-page .hindi-custom-textarea {
  color: #142033;
  background: #ffffff;
  border-color: rgba(32, 60, 88, 0.16);
}

html[data-site-theme="light"] .hindi-typing-page .hindi-custom-clear {
  color: #415064;
  background: rgba(255, 255, 255, 0.78);
  border-color: rgba(32, 60, 88, 0.16);
}

.hindi-typing-page .typing-reference-lesson-list {
  gap: 6px;
  scrollbar-width: none;
}

.hindi-typing-page .typing-reference-lesson-list::-webkit-scrollbar {
  display: none;
}

.hindi-typing-page .typing-reference-lesson {
  grid-template-columns: minmax(0, 1fr) 16px;
  gap: 8px;
  min-height: 0;
  padding: 8px 10px;
  border-radius: 12px;
}

.hindi-typing-page .typing-reference-lesson-title {
  margin-bottom: 1px;
  font-size: 13px;
  line-height: 1.1;
}

.hindi-typing-page .typing-reference-lesson-summary {
  overflow: hidden;
  font-size: 10px;
  line-height: 1.15;
  letter-spacing: 0.1em;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hindi-typing-page .typing-reference-lesson-check {
  width: 16px;
  height: 16px;
}

.hindi-typing-page .typing-reference-lesson-check::before {
  left: 5px;
  top: 7px;
  width: 2px;
  height: 5px;
}

.hindi-typing-page .typing-reference-lesson-check::after {
  left: 7px;
  top: 7px;
  width: 6px;
  height: 2px;
}

.hindi-typing-page .typing-reference-prompt {
  min-height: 104px;
  max-height: 120px;
  overflow-y: auto;
  line-height: 1.75;
  cursor: text;
}

.hindi-typing-page .typing-reference-prompt .typing-char {
  font-size: clamp(1.02rem, 0.96rem + 0.25vw, 1.3rem);
}

.hindi-typing-page .typing-reference-prompt .typing-char.is-current {
  outline-offset: 3px;
}

.hindi-typing-page .typing-reference-board-shell {
  position: relative;
}

.hindi-typing-page .typing-reference-board-shell:focus-within .typing-reference-prompt {
  outline: 2px solid rgba(71, 190, 255, 0.36);
  outline-offset: 3px;
}

.hindi-typing-input {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 1px;
  min-width: 1px;
  height: 1px;
  min-height: 0;
  margin: 0;
  padding: 0;
  border: 0;
  opacity: 0;
  pointer-events: none;
  resize: none;
  box-shadow: none;
  caret-color: transparent;
}

.hindi-typing-input:focus {
  outline: 0;
}

.hindi-inline-settings {
  display: grid;
  grid-template-columns: repeat(2, minmax(112px, 1fr));
  align-items: stretch;
  gap: 6px;
  justify-self: stretch;
  min-width: 0;
  min-height: 40px;
  border: 1px solid rgba(117, 167, 205, 0.14);
  border-radius: 9px;
  padding: 4px;
  background: rgba(255, 255, 255, 0.025);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.hindi-inline-select {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 6px;
  min-width: 0;
  min-height: 30px;
}

.hindi-inline-select span {
  overflow: hidden;
  color: var(--typing-muted);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.62rem;
  font-weight: 800;
  line-height: 1;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.hindi-inline-select select {
  width: 100%;
  min-width: 0;
  height: 30px;
  min-height: 30px;
  border: 1px solid rgba(145, 180, 210, 0.22);
  border-radius: 8px;
  padding: 0 24px 0 8px;
  color: var(--typing-ink);
  background: rgba(6, 16, 29, 0.72);
  font: inherit;
  font-size: 12px;
  font-weight: 800;
}

.hindi-inline-select select:focus {
  outline: 2px solid rgba(71, 190, 255, 0.42);
  outline-offset: 2px;
}

html[data-site-theme="light"] .hindi-inline-select select {
  color: #142033;
  background: #ffffff;
  border-color: rgba(32, 60, 88, 0.16);
}

html[data-site-theme="light"] .hindi-inline-settings {
  background: rgba(255, 255, 255, 0.72);
  border-color: rgba(32, 60, 88, 0.14);
}

.hindi-typing-page .typing-reference-stats {
  display: grid;
  grid-template-columns: repeat(7, minmax(78px, 1fr));
  align-items: center;
  gap: 5px;
  padding: 5px;
  margin-top: 0;
  border: 1px solid var(--reference-line);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.025);
  overflow-x: auto;
  scrollbar-width: thin;
}

.hindi-typing-page .typing-reference-stat {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  align-items: center;
  gap: 5px;
  min-width: 0;
  min-height: 34px;
  padding: 5px 6px;
  border: 1px solid rgba(117, 167, 205, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.025);
}

.hindi-typing-page .typing-reference-stat-icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  width: 18px;
  height: 18px;
  border-radius: 999px;
  color: #7ea3ff;
  background: rgba(126, 163, 255, 0.1);
  box-shadow: inset 0 0 0 1px rgba(126, 163, 255, 0.22);
}

.hindi-typing-page .typing-reference-stat-icon::before,
.hindi-typing-page .typing-reference-stat-icon::after {
  content: "";
  display: none;
}

.hindi-typing-page .typing-reference-stat-icon svg {
  width: 12px;
  height: 12px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hindi-typing-page .typing-tutor-reference.is-test-running .typing-reference-stat-icon--time svg {
  animation: hindi-clock-pulse 1s ease-in-out infinite;
}

.hindi-typing-page .typing-reference-stat-icon--gross,
.hindi-typing-page .typing-reference-stat-icon--net {
  color: #f2c54e;
  background: rgba(242, 197, 78, 0.11);
  box-shadow: inset 0 0 0 1px rgba(242, 197, 78, 0.26);
}

.hindi-typing-page .typing-reference-stat-icon--accuracy {
  color: #7bd88f;
  background: rgba(123, 216, 143, 0.11);
  box-shadow: inset 0 0 0 1px rgba(123, 216, 143, 0.26);
}

.hindi-typing-page .typing-reference-stat-icon--mistakes,
.hindi-typing-page .typing-reference-stat-icon--wrong {
  color: #ff8c8c;
  background: rgba(255, 140, 140, 0.11);
  box-shadow: inset 0 0 0 1px rgba(255, 140, 140, 0.26);
}

.hindi-typing-page .typing-reference-stat-icon--correct {
  color: #7bd88f;
  background: rgba(123, 216, 143, 0.11);
  box-shadow: inset 0 0 0 1px rgba(123, 216, 143, 0.26);
}

.hindi-typing-page .typing-reference-stat > div {
  display: grid;
  align-content: center;
  gap: 2px;
  min-width: 0;
}

.hindi-typing-page .typing-reference-stat p {
  margin: 0;
  overflow: hidden;
  color: var(--reference-text-soft);
  font-size: 8.5px;
  font-weight: 800;
  letter-spacing: 0.02em;
  line-height: 1;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.hindi-typing-page .typing-reference-stat strong {
  display: block;
  max-width: 100%;
  overflow: hidden;
  color: var(--reference-text);
  font-size: 14px;
  line-height: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hindi-typing-page .typing-speed-result-grid {
  grid-template-columns: repeat(auto-fit, minmax(148px, 1fr));
}

.hindi-typing-page .typing-speed-result-metric strong {
  line-height: 1.15;
  overflow-wrap: anywhere;
  white-space: normal;
}

.hindi-typing-page .typing-reference-keyboard {
  max-width: 720px;
  overflow: hidden;
}

.hindi-typing-page .typing-reference-keyboard-head {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: stretch;
  gap: 6px;
  padding: 4px;
  border: 1px solid var(--reference-line);
  border-radius: 12px 12px 9px 9px;
  background: rgba(255, 255, 255, 0.025);
}

.hindi-typing-page .hindi-hands-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 40px;
  padding-inline: 8px;
  font-size: 10px;
  white-space: nowrap;
}

.hindi-typing-page .hindi-hands-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 999px;
  color: #7ce6ff;
  background: rgba(47, 184, 255, 0.12);
}

.hindi-typing-page .hindi-hands-icon svg {
  width: 12px;
  height: 12px;
}

.hindi-typing-page .typing-reference-keyboard-shell {
  overflow-x: auto;
  overflow-y: hidden;
  min-width: 0;
  padding: 6px;
  margin-top: 4px;
  border-color: rgba(91, 124, 166, 0.34);
  border-radius: 12px;
  background:
    linear-gradient(180deg, rgba(24, 40, 64, 0.96), rgba(13, 24, 42, 0.94)),
    rgba(15, 23, 42, 0.9);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 18px 34px rgba(2, 7, 18, 0.28);
  scrollbar-width: thin;
}

.hindi-typing-page .typing-reference-keyboard-shell::before {
  inset: 3px;
  border-radius: 9px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(241, 247, 252, 0.98) 48%, rgba(222, 232, 244, 0.98) 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.98),
    inset 0 -1px 0 rgba(84, 103, 128, 0.24);
}

.hindi-typing-page .typing-reference-keyboard-shell .typing-keyboard {
  min-width: 680px;
  gap: 3px;
}

.hindi-typing-page .typing-reference-keyboard-shell .typing-keyboard-row {
  gap: 3px;
}

.hindi-typing-page .typing-reference-keyboard-shell .typing-key {
  min-height: 34px;
  padding: 3px 4px;
  border-color: rgba(112, 130, 154, 0.72);
  border-bottom-color: rgba(78, 96, 124, 0.64);
  border-radius: 7px;
  background: linear-gradient(180deg, #ffffff, #e5eef8 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.96),
    inset 0 -2px 0 rgba(72, 91, 119, 0.18),
    0 5px 12px rgba(43, 57, 78, 0.18);
  color: #0b1728;
}

.hindi-typing-page .typing-reference-keyboard-shell .typing-key[data-finger="left-pinky"],
.hindi-typing-page .typing-reference-keyboard-shell .typing-key[data-finger="right-pinky"] {
  background: linear-gradient(180deg, #f8fbff, #cfe4ff 100%);
}

.hindi-typing-page .typing-reference-keyboard-shell .typing-key[data-finger="left-ring"],
.hindi-typing-page .typing-reference-keyboard-shell .typing-key[data-finger="right-ring"] {
  background: linear-gradient(180deg, #fff8f7, #ffc9c4 100%);
}

.hindi-typing-page .typing-reference-keyboard-shell .typing-key[data-finger="left-middle"],
.hindi-typing-page .typing-reference-keyboard-shell .typing-key[data-finger="right-middle"] {
  background: linear-gradient(180deg, #f7fff1, #d4efc2 100%);
}

.hindi-typing-page .typing-reference-keyboard-shell .typing-key[data-finger="left-index"],
.hindi-typing-page .typing-reference-keyboard-shell .typing-key[data-finger="right-index"] {
  background: linear-gradient(180deg, #fbf7ff, #d9c7ff 100%);
}

.hindi-typing-page .typing-reference-keyboard-shell .typing-key[data-finger="left-thumb"],
.hindi-typing-page .typing-reference-keyboard-shell .typing-key[data-finger="right-thumb"] {
  background: linear-gradient(180deg, #fffaf0, #ead3aa 100%);
}

.hindi-typing-page .typing-reference-keyboard-shell .typing-key[data-code="Backspace"],
.hindi-typing-page .typing-reference-keyboard-shell .typing-key[data-code="Tab"],
.hindi-typing-page .typing-reference-keyboard-shell .typing-key[data-code="CapsLock"],
.hindi-typing-page .typing-reference-keyboard-shell .typing-key[data-code="Enter"],
.hindi-typing-page .typing-reference-keyboard-shell .typing-key[data-code="ShiftLeft"],
.hindi-typing-page .typing-reference-keyboard-shell .typing-key[data-code="ShiftRight"],
.hindi-typing-page .typing-reference-keyboard-shell .typing-key[data-code="ControlLeft"],
.hindi-typing-page .typing-reference-keyboard-shell .typing-key[data-code="ControlRight"] {
  color: #10284a;
  background: linear-gradient(180deg, #f8fbff, #d9e8fb 100%);
}

.hindi-typing-page .typing-reference-keyboard-shell .typing-key-label {
  display: grid;
  grid-template-columns: minmax(14px, 1fr) minmax(0, auto);
  grid-template-rows: 1fr 1fr;
  column-gap: 3px;
  align-items: stretch;
  justify-items: stretch;
  width: 100%;
  height: 100%;
  min-width: 0;
  min-height: 24px;
  overflow: visible;
  line-height: 1.05;
  text-shadow: none;
}

.hindi-typing-page .typing-reference-keyboard-shell .typing-key-label--single {
  display: flex;
  align-items: center;
  justify-content: center;
}

.hindi-typing-page .typing-key-english {
  justify-self: start;
  overflow: hidden;
  max-width: 100%;
  color: rgba(17, 32, 53, 0.42);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.5rem;
  font-weight: 800;
  letter-spacing: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hindi-typing-page .typing-key-english-top {
  grid-column: 1;
  grid-row: 1;
  align-self: start;
}

.hindi-typing-page .typing-key-english-bottom {
  grid-column: 1;
  grid-row: 2;
  align-self: end;
  color: rgba(17, 32, 53, 0.58);
}

.hindi-typing-page .typing-key-hindi-top,
.hindi-typing-page .typing-key-hindi-bottom {
  grid-column: 2;
  justify-self: end;
  max-width: 100%;
  overflow: visible;
  font-size: 0.74rem;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
}

.hindi-typing-page .typing-key-hindi-top {
  grid-row: 1;
  align-self: start;
  color: rgba(17, 32, 53, 0.42);
}

.hindi-typing-page .typing-key-hindi-bottom {
  grid-row: 2;
  align-self: end;
  color: #0a1323;
}

.hindi-typing-page .typing-reference-keyboard-shell.is-shift-active .typing-key-hindi-top {
  color: #050b15;
  text-shadow: none;
}

.hindi-typing-page .typing-reference-keyboard-shell.is-shift-active .typing-key-hindi-bottom {
  color: rgba(17, 32, 53, 0.34);
}

.hindi-typing-page .typing-reference-keyboard-shell.is-shift-active .typing-key-english-top {
  color: rgba(17, 32, 53, 0.58);
}

.hindi-typing-page .typing-reference-keyboard-shell.is-shift-active .typing-key-english-bottom {
  color: rgba(17, 32, 53, 0.28);
}

.hindi-typing-page .typing-reference-keyboard-shell.is-shift-active .typing-key[data-code="ShiftLeft"],
.hindi-typing-page .typing-reference-keyboard-shell.is-shift-active .typing-key[data-code="ShiftRight"] {
  border-color: rgba(30, 74, 134, 0.58);
  background: linear-gradient(180deg, #cfe2ff, #9fc4ff 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.64),
    inset 0 -2px 0 rgba(28, 72, 138, 0.24),
    0 0 0 3px rgba(60, 130, 246, 0.18);
}

.hindi-typing-page .typing-key-single {
  overflow: hidden;
  max-width: 100%;
  color: #102035;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hindi-typing-page .typing-reference-keyboard-shell .typing-key.is-next,
.hindi-typing-page .typing-reference-keyboard-shell .typing-key.is-pressed,
.hindi-typing-page .typing-reference-keyboard-shell .typing-key.is-shift-next {
  border-color: #2f7bff;
  background: linear-gradient(180deg, #73aaff 0%, #346df2 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.36),
    inset 0 -2px 0 rgba(12, 57, 150, 0.38),
    0 0 0 1px rgba(79, 141, 255, 0.34),
    0 0 0 4px rgba(79, 141, 255, 0.16),
    0 10px 18px rgba(56, 101, 215, 0.28);
  color: #ffffff;
}

.hindi-typing-page .typing-reference-keyboard-shell .typing-key.is-shift-next {
  border-color: rgba(245, 158, 11, 0.9);
  background: linear-gradient(180deg, #fde68a 0%, #f59e0b 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.5),
    inset 0 -2px 0 rgba(146, 64, 14, 0.32),
    0 0 0 1px rgba(245, 158, 11, 0.42),
    0 0 0 4px rgba(245, 158, 11, 0.18),
    0 10px 18px rgba(180, 83, 9, 0.25);
}

.hindi-typing-page .typing-reference-keyboard-shell .typing-key.is-next .typing-key-english,
.hindi-typing-page .typing-reference-keyboard-shell .typing-key.is-pressed .typing-key-english,
.hindi-typing-page .typing-reference-keyboard-shell .typing-key.is-shift-next .typing-key-english {
  color: rgba(255, 255, 255, 0.54);
}

.hindi-typing-page .typing-reference-keyboard-shell:not(.is-shift-active) .typing-key.is-next .typing-key-hindi-top,
.hindi-typing-page .typing-reference-keyboard-shell:not(.is-shift-active) .typing-key.is-pressed .typing-key-hindi-top {
  color: rgba(255, 255, 255, 0.48);
}

.hindi-typing-page .typing-reference-keyboard-shell:not(.is-shift-active) .typing-key.is-next .typing-key-hindi-bottom,
.hindi-typing-page .typing-reference-keyboard-shell:not(.is-shift-active) .typing-key.is-next .typing-key-single,
.hindi-typing-page .typing-reference-keyboard-shell:not(.is-shift-active) .typing-key.is-pressed .typing-key-hindi-bottom,
.hindi-typing-page .typing-reference-keyboard-shell:not(.is-shift-active) .typing-key.is-pressed .typing-key-single,
.hindi-typing-page .typing-reference-keyboard-shell .typing-key.is-shift-next .typing-key-single {
  color: #ffffff;
}

.hindi-typing-page .typing-reference-keyboard-shell.is-shift-needed .typing-key.is-next .typing-key-english-top,
.hindi-typing-page .typing-reference-keyboard-shell.is-shift-needed .typing-key.is-next .typing-key-hindi-top {
  color: #ffffff;
}

.hindi-typing-page .typing-reference-keyboard-shell.is-shift-needed .typing-key.is-next .typing-key-english-bottom,
.hindi-typing-page .typing-reference-keyboard-shell.is-shift-needed .typing-key.is-next .typing-key-hindi-bottom {
  color: rgba(255, 255, 255, 0.44);
}

.hindi-typing-page .typing-reference-keyboard-shell.is-shift-active .typing-key.is-next .typing-key-hindi-top,
.hindi-typing-page .typing-reference-keyboard-shell.is-shift-active .typing-key.is-pressed .typing-key-hindi-top {
  color: #050b15;
  text-shadow: none;
}

.hindi-typing-page .typing-reference-keyboard-shell.is-shift-active .typing-key.is-next .typing-key-hindi-bottom,
.hindi-typing-page .typing-reference-keyboard-shell.is-shift-active .typing-key.is-pressed .typing-key-hindi-bottom {
  color: rgba(255, 255, 255, 0.44);
}

.hindi-typing-page .typing-reference-keyboard-shell.is-shift-active .typing-key.is-next .typing-key-single,
.hindi-typing-page .typing-reference-keyboard-shell.is-shift-active .typing-key.is-pressed .typing-key-single {
  color: #ffffff;
}

.hindi-typing-page .typing-reference-keyboard-shell[data-hands-visible="false"] [data-typing-fingers] {
  display: none;
}

.hindi-typing-page .typing-reference-keyboard-shell [data-typing-fingers].typing-finger-grid {
  --hand-guide-size: 286px;
  --hand-guide-offset-y: -88px;
  height: 96px;
  margin-top: 4px;
  border-color: rgba(76, 118, 150, 0.28);
  background:
    radial-gradient(circle at 50% 0%, rgba(45, 185, 255, 0.12), transparent 42%),
    linear-gradient(180deg, rgba(9, 22, 40, 0.96), rgba(5, 14, 28, 0.98));
}

.hindi-typing-page .typing-reference-keyboard-shell .typing-hand-finger {
  --finger-dot: rgba(196, 181, 253, 0.92);
  --finger-dot-border: rgba(124, 58, 237, 0.88);
  --finger-dot-glow: rgba(139, 92, 246, 0.2);
}

.hindi-typing-page .typing-reference-keyboard-shell .typing-hand-finger::after {
  inset: 4px;
  border-color: var(--finger-dot-border);
  background:
    radial-gradient(circle at 35% 30%, rgba(255, 255, 255, 0.52), transparent 36%),
    var(--finger-dot);
  box-shadow:
    0 0 0 3px var(--finger-dot-glow),
    0 7px 14px rgba(2, 8, 23, 0.22);
}

.hindi-typing-page .typing-reference-keyboard-shell .typing-hand-finger.is-pressing::after {
  border-color: var(--finger-dot-border);
  background:
    radial-gradient(circle at 35% 30%, rgba(255, 255, 255, 0.52), transparent 36%),
    var(--finger-dot);
  box-shadow:
    0 0 0 4px var(--finger-dot-glow),
    0 7px 14px rgba(2, 8, 23, 0.24);
}

.hindi-typing-page .typing-reference-keyboard-shell .typing-hand-finger.is-shift-cue::after {
  border-color: rgba(180, 83, 9, 0.88);
  background:
    radial-gradient(circle at 35% 30%, rgba(255, 255, 255, 0.58), transparent 36%),
    rgba(251, 191, 36, 0.96);
  box-shadow:
    0 0 0 4px rgba(245, 158, 11, 0.28),
    0 8px 16px rgba(146, 64, 14, 0.24);
}

.hindi-typing-page .typing-reference-keyboard-shell .typing-hand-left [data-finger="left-pinky"],
.hindi-typing-page .typing-reference-keyboard-shell .typing-hand-right [data-finger="right-pinky"] {
  --finger-dot: rgba(147, 197, 253, 0.94);
  --finger-dot-border: rgba(37, 99, 235, 0.84);
  --finger-dot-glow: rgba(96, 165, 250, 0.24);
}

.hindi-typing-page .typing-reference-keyboard-shell .typing-hand-left [data-finger="left-ring"],
.hindi-typing-page .typing-reference-keyboard-shell .typing-hand-right [data-finger="right-ring"] {
  --finger-dot: rgba(252, 165, 165, 0.94);
  --finger-dot-border: rgba(220, 38, 38, 0.78);
  --finger-dot-glow: rgba(248, 113, 113, 0.24);
}

.hindi-typing-page .typing-reference-keyboard-shell .typing-hand-left [data-finger="left-middle"],
.hindi-typing-page .typing-reference-keyboard-shell .typing-hand-right [data-finger="right-middle"] {
  --finger-dot: rgba(134, 239, 172, 0.94);
  --finger-dot-border: rgba(22, 163, 74, 0.78);
  --finger-dot-glow: rgba(74, 222, 128, 0.24);
}

.hindi-typing-page .typing-reference-keyboard-shell .typing-hand-left [data-finger="left-index"],
.hindi-typing-page .typing-reference-keyboard-shell .typing-hand-right [data-finger="right-index"] {
  --finger-dot: rgba(196, 181, 253, 0.94);
  --finger-dot-border: rgba(124, 58, 237, 0.82);
  --finger-dot-glow: rgba(167, 139, 250, 0.24);
}

.hindi-typing-page .typing-reference-keyboard-shell .typing-hand-left [data-finger="left-thumb"],
.hindi-typing-page .typing-reference-keyboard-shell .typing-hand-right [data-finger="right-thumb"] {
  --finger-dot: rgba(250, 204, 21, 0.94);
  --finger-dot-border: rgba(180, 83, 9, 0.76);
  --finger-dot-glow: rgba(250, 204, 21, 0.22);
}

.hindi-typing-page .typing-reference-keyboard-shell .typing-hand-right [data-finger="right-thumb"] {
  left: 56.7%;
  top: 52.2%;
}

.hindi-typing-page .typing-reference-keyboard-shell .typing-hand-right [data-finger="right-index"] {
  left: 67.5%;
  top: 37.8%;
}

.hindi-typing-page .typing-reference-keyboard-shell .typing-hand-right [data-finger="right-middle"] {
  left: 74%;
  top: 36%;
}

.hindi-typing-page .typing-reference-keyboard-shell .typing-hand-right [data-finger="right-ring"] {
  left: 78.2%;
  top: 39.2%;
}

.hindi-typing-page .typing-reference-keyboard-shell .typing-hand-right [data-finger="right-pinky"] {
  left: 84.1%;
  top: 46.9%;
}

.hindi-typing-page .typing-reference-keyboard-shell .typing-hand-palm,
.hindi-typing-page .typing-reference-keyboard-shell .typing-hand-name,
.hindi-typing-page .typing-reference-keyboard-shell .typing-hand-home {
  color: rgba(226, 241, 255, 0.9);
  background: rgba(19, 40, 62, 0.86);
  border-color: rgba(106, 167, 205, 0.28);
}

html[data-site-theme="light"] .hindi-typing-page .typing-reference-keyboard-shell {
  border-color: rgba(91, 124, 166, 0.28);
  background:
    linear-gradient(180deg, rgba(229, 238, 250, 0.94), rgba(205, 219, 238, 0.9)),
    rgba(226, 235, 248, 0.84);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.82),
    0 18px 34px rgba(36, 60, 100, 0.16);
}

html[data-site-theme="light"] .hindi-typing-page .typing-reference-keyboard-shell::before {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.99) 0%, rgba(244, 248, 253, 0.99) 48%, rgba(229, 237, 247, 0.99) 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.98),
    inset 0 -1px 0 rgba(84, 103, 128, 0.22);
}

html[data-site-theme="light"] .hindi-typing-page .typing-reference-keyboard-shell [data-typing-fingers].typing-finger-grid {
  border-color: rgba(76, 118, 150, 0.24);
  background:
    radial-gradient(circle at 50% 0%, rgba(45, 185, 255, 0.13), transparent 42%),
    linear-gradient(180deg, rgba(246, 250, 255, 0.94), rgba(226, 236, 248, 0.96));
}

@keyframes hindi-clock-pulse {
  0%,
  100% {
    opacity: 0.72;
    transform: scale(0.94);
  }

  50% {
    opacity: 1;
    transform: scale(1);
  }
}

.hindi-seo-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.hindi-seo-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}

.hindi-seo-links a {
  border: 1px solid rgba(117, 167, 205, 0.2);
  border-radius: 999px;
  padding: 8px 12px;
  text-decoration: none;
}

@media (max-width: 900px) {
  .hindi-seo-grid {
    grid-template-columns: 1fr;
  }

  .hindi-typing-page .typing-reference-keyboard-shell {
    padding: 6px;
  }

  .hindi-typing-page .typing-reference-keyboard-shell .typing-keyboard {
    min-width: 680px;
  }
}

@media (max-width: 640px) {
  .hindi-typing-page .typing-reference-controls {
    grid-template-columns: 1fr;
  }

  .hindi-typing-page .hindi-top-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hindi-typing-page .hindi-start-top {
    width: 100%;
  }

  .hindi-typing-page .hindi-stop-top {
    width: 100%;
  }

  .hindi-typing-page .typing-reference-prompt {
    min-height: 96px;
    max-height: 112px;
    line-height: 1.7;
  }

  .hindi-typing-page .typing-speed-result-grid {
    grid-template-columns: 1fr;
  }

  .hindi-typing-input {
    height: 1px;
    min-height: 0;
  }

  .hindi-inline-settings {
    grid-template-columns: repeat(2, minmax(100px, 1fr));
  }

  .hindi-inline-select {
    grid-template-columns: auto minmax(0, 1fr);
    gap: 6px;
  }

  .hindi-typing-page .typing-reference-keyboard-head {
    align-items: stretch;
  }

  .hindi-typing-page .typing-reference-keyboard-head {
    grid-template-columns: 1fr;
  }

  .hindi-typing-page .typing-reference-keyboard-shell {
    margin-inline: -2px;
    padding: 8px;
  }

  .hindi-typing-page .typing-reference-keyboard-shell .typing-keyboard {
    min-width: 640px;
    gap: 3px;
  }

  .hindi-typing-page .typing-reference-keyboard-shell .typing-keyboard-row {
    gap: 3px;
  }

  .hindi-typing-page .typing-reference-keyboard-shell .typing-key {
    min-height: 34px;
    padding: 3px 4px;
  }

  .hindi-typing-page .typing-key-english {
    font-size: 0.48rem;
  }

  .hindi-typing-page .typing-key-hindi-top,
  .hindi-typing-page .typing-key-hindi-bottom {
    font-size: 0.66rem;
  }

  .hindi-typing-page .typing-key-single {
    font-size: 0.58rem;
  }
}
