*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
  --tw-contain-size: ;
  --tw-contain-layout: ;
  --tw-contain-paint: ;
  --tw-contain-style: ;
}
::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
  --tw-contain-size: ;
  --tw-contain-layout: ;
  --tw-contain-paint: ;
  --tw-contain-style: ;
}
/*
! tailwindcss v3.4.18 | MIT License | https://tailwindcss.com
*/
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/
html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
.container {
  width: 100%;
}
@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.inset-0 {
  inset: 0px;
}
.right-4 {
  right: 1rem;
}
.top-0 {
  top: 0px;
}
.top-4 {
  top: 1rem;
}
.top-8 {
  top: 2rem;
}
.isolate {
  isolation: isolate;
}
.z-10 {
  z-index: 10;
}
.z-40 {
  z-index: 40;
}
.z-50 {
  z-index: 50;
}
.m-0 {
  margin: 0px;
}
.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mr-3 {
  margin-right: 0.75rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-16 {
  margin-top: 4rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-auto {
  margin-top: auto;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.h-0 {
  height: 0px;
}
.h-12 {
  height: 3rem;
}
.h-2\.5 {
  height: 0.625rem;
}
.h-40 {
  height: 10rem;
}
.h-52 {
  height: 13rem;
}
.h-6 {
  height: 1.5rem;
}
.h-7 {
  height: 1.75rem;
}
.h-8 {
  height: 2rem;
}
.h-80 {
  height: 20rem;
}
.h-full {
  height: 100%;
}
.max-h-\[60vh\] {
  max-height: 60vh;
}
.min-h-screen {
  min-height: 100vh;
}
.w-0 {
  width: 0px;
}
.w-12 {
  width: 3rem;
}
.w-20 {
  width: 5rem;
}
.w-4\/5 {
  width: 80%;
}
.w-44 {
  width: 11rem;
}
.w-6 {
  width: 1.5rem;
}
.w-7 {
  width: 1.75rem;
}
.w-8 {
  width: 2rem;
}
.w-full {
  width: 100%;
}
.max-w-2xl {
  max-width: 42rem;
}
.max-w-3xl {
  max-width: 48rem;
}
.max-w-4xl {
  max-width: 56rem;
}
.max-w-6xl {
  max-width: 72rem;
}
.max-w-full {
  max-width: 100%;
}
.max-w-md {
  max-width: 28rem;
}
.max-w-sm {
  max-width: 24rem;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.flex-grow {
  flex-grow: 1;
}
.grow {
  flex-grow: 1;
}
.scale-95 {
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.list-inside {
  list-style-position: inside;
}
.list-disc {
  list-style-type: disc;
}
.list-none {
  list-style-type: none;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-start {
  align-items: flex-start;
}
.items-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-12 {
  gap: 3rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-x-3 {
  column-gap: 0.75rem;
}
.gap-x-6 {
  column-gap: 1.5rem;
}
.gap-y-2 {
  row-gap: 0.5rem;
}
.gap-y-4 {
  row-gap: 1rem;
}
.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.5rem * var(--tw-space-x-reverse));
  margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(2rem * var(--tw-space-x-reverse));
  margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.space-y-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-y-auto {
  overflow-y: auto;
}
.whitespace-pre-wrap {
  white-space: pre-wrap;
}
.break-words {
  overflow-wrap: break-word;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.border {
  border-width: 1px;
}
.border-0 {
  border-width: 0px;
}
.border-2 {
  border-width: 2px;
}
.border-4 {
  border-width: 4px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-t {
  border-top-width: 1px;
}
.border-dashed {
  border-style: dashed;
}
.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.border-gray-500 {
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-border-opacity, 1));
}
.border-gray-700 {
  --tw-border-opacity: 1;
  border-color: rgb(55 65 81 / var(--tw-border-opacity, 1));
}
.border-green-400 {
  --tw-border-opacity: 1;
  border-color: rgb(74 222 128 / var(--tw-border-opacity, 1));
}
.border-red-400 {
  --tw-border-opacity: 1;
  border-color: rgb(248 113 113 / var(--tw-border-opacity, 1));
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}
.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.bg-gray-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
}
.bg-gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
}
.bg-green-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity, 1));
}
.bg-green-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity, 1));
}
.bg-green-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity, 1));
}
.bg-indigo-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(79 70 229 / var(--tw-bg-opacity, 1));
}
.bg-red-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
}
.bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}
.bg-red-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-opacity-20 {
  --tw-bg-opacity: 0.2;
}
.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}
.bg-opacity-75 {
  --tw-bg-opacity: 0.75;
}
.object-cover {
  object-fit: cover;
}
.p-0 {
  padding: 0px;
}
.p-2 {
  padding: 0.5rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-8 {
  padding: 2rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pt-0 {
  padding-top: 0px;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.font-mono {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-5xl {
  font-size: 3rem;
  line-height: 1;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-bold {
  font-weight: 700;
}
.font-extrabold {
  font-weight: 800;
}
.font-medium {
  font-weight: 500;
}
.font-semibold {
  font-weight: 600;
}
.lowercase {
  text-transform: lowercase;
}
.italic {
  font-style: italic;
}
.leading-relaxed {
  line-height: 1.625;
}
.leading-tight {
  line-height: 1.25;
}
.text-gray-200 {
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity, 1));
}
.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}
.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}
.text-green-400 {
  --tw-text-opacity: 1;
  color: rgb(74 222 128 / var(--tw-text-opacity, 1));
}
.text-green-500 {
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity, 1));
}
.text-green-600 {
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity, 1));
}
.text-green-700 {
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity, 1));
}
.text-green-800 {
  --tw-text-opacity: 1;
  color: rgb(22 101 52 / var(--tw-text-opacity, 1));
}
.text-indigo-400 {
  --tw-text-opacity: 1;
  color: rgb(129 140 248 / var(--tw-text-opacity, 1));
}
.text-indigo-500 {
  --tw-text-opacity: 1;
  color: rgb(99 102 241 / var(--tw-text-opacity, 1));
}
.text-indigo-600 {
  --tw-text-opacity: 1;
  color: rgb(79 70 229 / var(--tw-text-opacity, 1));
}
.text-indigo-800 {
  --tw-text-opacity: 1;
  color: rgb(55 48 163 / var(--tw-text-opacity, 1));
}
.text-purple-500 {
  --tw-text-opacity: 1;
  color: rgb(168 85 247 / var(--tw-text-opacity, 1));
}
.text-purple-800 {
  --tw-text-opacity: 1;
  color: rgb(107 33 168 / var(--tw-text-opacity, 1));
}
.text-red-300 {
  --tw-text-opacity: 1;
  color: rgb(252 165 165 / var(--tw-text-opacity, 1));
}
.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
.text-red-700 {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.opacity-0 {
  opacity: 0;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-75 {
  opacity: 0.75;
}
.shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.ring {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-200 {
  transition-duration: 200ms;
}
/*
    =====================================================
    |   Homepage (index.php) Specific CSS (Light Theme) |
    =====================================================
*/
/* --- Index Page Specific Styles --- */
/* Hero section video background styles */
.hero-background-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
  border-radius: 1rem;
}
.hero-background-container video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translateX(-50%) translateY(-50%);
  object-fit: cover;
}
/* These child-element styles remain, but their parent will be the common card class */
.contact-card h3 {
  color: #111827;
  /* Very Dark Gray for heading */
}
.contact-card p {
  color: #374151;
  /* Dark Gray for paragraph text */
}
/* Style for the hero section on the light theme */
.hero-section-light {
  border-radius: 1rem;
  /* 16px */
  padding: 5rem 1rem;
  /* 80px top/bottom, 16px left/right */
  text-align: center;
}
.search-input {
  text-align: center;
}
/*
    =====================================================
    |   সকল পেইজের জন্য প্রয়োজনীয় সাধারণ সিএসএস কোড (Light Theme)    |
    =====================================================
*/
/* --- Universal Scaling and Scrollbar Fix --- */
html {
  font-size: 100%;
  scroll-behavior: smooth;
}
/* --- Universal Header Logo Size --- */
header.site-header nav a img {
  height: 68px;
  width: auto;
}
/* --- Body and General Styles --- */
body {
  background-color: #FFFFFF;
  color: #374151;
  font-family: 'Inter', sans-serif;
  overflow-x: hidden;
}
/* --- Main Layout Grid --- */
.main-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  width: 100%;
  /* ছোট স্ক্রিনে বেশি জায়গা ব্যবহার করবে */
  max-width: 1400px;
  margin: 0 auto;
  flex-grow: 1;
}
/* যখন স্ক্রিন বড় হবে (ডেস্কটপের মতো), তখন প্রস্থ আবার ৮০% হয়ে যাবে */
@media (min-width: 1024px) {
  .main-layout {
    width: 80%;
  }
}
.content-area {
  width: 100%;
  padding: 1rem;
}
/* --- Header Styles --- */
.site-header {
  background-color: #FFFFFF;
  border-bottom: 1px solid #E5E7EB;
}
.site-header .nav-link {
  color: #111827;
  transition: color 0.2s;
  font-weight: 700;
  font-size: 20px;
}
.nav-link:hover {
  color: #4F46E5;
}
.search-input {
  background-color: #F3F4F6;
  border: 1px solid #E5E7EB;
  color: #111827;
  min-height: 44px;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  box-sizing: border-box;
}
.search-input::placeholder {
  color: #6B7280;
}
/* --- Utility Button Styles --- */
.utility-btn {
  padding: 0.75rem;
  min-height: 44px;
  align-items: center;
  justify-content: center;
}
#mobile-menu-button {
  padding: 0.5rem;
  min-width: 44px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
/* --- Accessibility Rule --- */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms!important;
    animation-iteration-count: 1!important;
    transition-duration: 0.01ms!important;
    scroll-behavior: auto!important;
  }
}
/* Back to Top Button Styles */
#back-to-top {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: #4F46E5;
  color: white;
  cursor: pointer;
  padding: 12px;
  border-radius: 50%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: opacity 0.3s, visibility 0.3s;
  opacity: 0;
  visibility: hidden;
}
#back-to-top.show {
  display: block;
  opacity: 1;
  visibility: visible;
}
#back-to-top:hover {
  background-color: #4338CA;
}
/* --- Footer Styles --- */
.site-footer {
  background-color: #1F2937;
  color: #D1D5DB;
}
.site-footer a {
  color: #A5B4FC;
  text-decoration: none;
  transition: color 0.2s ease;
}
.site-footer a:hover {
  color: #FFFFFF;
  text-decoration: underline;
}
/* --- Reusable Container for Main Page Content --- */
.content-wrapper {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
/*
=====================================================
|   COMMON REUSABLE COMPONENTS                      |
=====================================================
*/
/* === Common Form & Button Styles === */
.form-input, .form-textarea {
  background-color: #F9FAFB;
  border: 1px solid #D1D5DB;
  color: #111827;
  border-radius: 0.375rem;
}
.form-input:focus, .form-textarea:focus {
  border-color: #4F46E5;
  outline: none;
  box-shadow: 0 0 0 2px rgba(99, 102, 241, 0.2);
}
.glow-cta {
  position: relative;
  z-index: 1;
}
.glow-cta:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  background: rgba(99, 102, 241, 0.5);
  border-radius: 9999px;
  transform: translate(-50%, -50%) scale(1);
  filter: blur(15px);
  opacity: 0;
  transition: all 0.3s ease;
  z-index: -1;
}
.glow-cta:hover:after {
  transform: translate(-50%, -50%) scale(1.1);
  opacity: 1;
}
a.secondary-cta {
  background-color: transparent;
  border: 1px solid #D1D5DB;
  color: #374151;
  font-weight: 600;
}
a.secondary-cta:hover {
  background-color: #F3F4F6;
}
/* === Common Card Style === */
.contact-card {
  background-color: #FFFFFF;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.contact-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
/* === Common Image Placeholder === */
.image-placeholder {
  background-color: #FFFFFF;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #9CA3AF;
  font-style: italic;
  height: auto;
  min-height: 200px;
  margin: 1.5rem 0;
  padding: 1rem;
}
/* === Common Table Styles (UPDATED FOR SPECIFICITY) === */
.table-container {
  overflow-x: auto;
}
.content-box table, .table-container table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.5rem 0;
}
.content-box th, .content-box td, .table-container th, .table-container td {
  border: 1px solid #E5E7EB;
  padding: 0.75rem;
  text-align: left;
  color: #374151;
}
.content-box th, .table-container th {
  background-color: #F9FAFB;
  font-weight: 600;
  color: #111827;
}
/* === Common Final CTA Link === */
.final-cta {
  display: inline-block;
  margin-top: 1rem;
  font-weight: bold;
  font-size: 1.125rem;
}
/* === Common Table of Contents (TOC) === */
.toc-container {
  background-color: #f3f4f6;
  border-left: 4px solid #4f46e5;
  padding: 1rem 1.5rem;
  margin-top: 2rem;
  margin-bottom: 2.5rem;
  border-radius: 0.5rem;
}
main .toc-container h2 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #1f2937;
  margin: 0 0 0.75rem 0;
  padding: 0;
  border: none;
}
.toc-list {
  list-style-type: disc;
  margin-left: 1.5rem;
}
.toc-list li {
  margin-bottom: 0.5rem;
}
.toc-list a {
  color: #374151;
  text-decoration: none;
  font-weight: 500;
}
.toc-list a:hover {
  color: #4f46e5;
  text-decoration: underline;
}
/* === Common Content Box for Pages like Policy, Story, etc. === */
.content-box h1 {
  font-size: 2.25rem;
  font-weight: 800;
  color: #1F2937;
  text-align: center;
  margin-bottom: 2rem;
}
.content-box h2, .content-box h3 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #4338CA;
  margin-top: 2rem;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #C7D2FE;
}
.content-box p, .content-box li {
  line-height: 1.75;
  margin-bottom: 1rem;
  color: #374151;
}
.content-box ul {
  list-style-type: disc;
  list-style-position: inside;
  padding-left: 1rem;
}
.content-box p a, .content-box li a {
  color: #4F46E5;
  text-decoration: none;
  transition: color 0.2s ease, text-decoration 0.2s ease;
}
.content-box p a:hover, .content-box li a:hover {
  color: #4338CA;
  text-decoration: underline;
}
/* === Common Primary Button === */
.view-btn {
  background-color: #4F46E5;
  color: white;
  padding: 0.5rem 1rem;
  border-radius: 0.375rem;
  font-weight: 500;
  text-align: center;
  transition: background-color 0.2s ease;
}
.view-btn:hover {
  background-color: #4338CA;
}
/* === Common Modal Style === */
#modal-content {
  background-color: #FFFFFF;
  color: #1F2937;
}
/* === Common Success & Error Message Colors === */
.success {
  color: #4ade80;
  /* Tailwind's green-400 */
}
.error {
  color: #f87171;
  /* Tailwind's red-400 */
}
/* --- Notice Modal Styles --- */
#notice-modal {
  transition: opacity 0.2s ease-in-out;
}
/*
    =====================================================
    |   'Certificate' Page Specific CSS                 |
    =====================================================
*/
/* --- General Certificate Styles (for screen) --- */
.certificate-body-wrapper {
  background-color: #f8fafc;
  padding: 2rem;
}
.certificate-container {
  width: 1123px;
  height: 794px;
  background-color: white;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 40px 60px;
  font-family: 'Montserrat', sans-serif;
  border: 1px solid #E5E7EB;
  margin: 2rem auto;
}
.header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}
.logo {
  width: 180px;
}
.marking-chart {
  font-size: 10px;
  color: #4B5563;
  border-collapse: collapse;
}
.marking-chart th, .marking-chart td {
  border: 1px solid #D1D5DB;
  padding: 4px 8px;
  text-align: center;
}
.marking-chart th {
  background-color: #F3F4F6;
  font-weight: 600;
}
.main-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-top: 70px;
  padding-bottom: 30px;
}
.main-content h1 {
  font-family: 'Merriweather', serif;
  font-size: 48px;
  font-weight: 700;
  color: #111827;
  margin-bottom: 16px;
}
.main-content .subtitle {
  font-size: 20px;
  color: #4B5563;
  margin-bottom: 32px;
}
.main-content .recipient-name {
  font-family: 'Great Vibes', cursive;
  font-size: 52px;
  font-weight: 400;
  color: #4F46E5;
  margin-bottom: 32px;
  border-bottom: 2px solid #D1D5DB;
  padding-bottom: 8px;
}
.main-content .description {
  max-width: 650px;
  font-size: 16px;
  line-height: 1.6;
  color: #374151;
}
.footer {
  width: 100%;
  padding-top: 10px;
  margin-top: auto;
}
.footer-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.performance-block, .verification-block, .signatures-wrapper {
  flex: 1;
}
.performance-block {
  text-align: left;
}
.verification-block {
  text-align: right;
}
.performance-block p, .verification-block p {
  font-size: 14px;
  color: #4B5563;
}
.performance-block .score {
  font-size: 18px;
  font-weight: 700;
  color: #111827;
}
.verification-block .code {
  font-family: monospace;
  font-size: 12px;
  color: #111827;
  margin-top: 4px;
}
.verification-block .verify-url {
  font-style: italic;
  font-size: 11px;
  color: #6B7280;
}
.signatures-wrapper {
  display: flex;
  gap: 20px;
  justify-content: center;
}
.signature-block {
  text-align: center;
  font-size: 14px;
  color: #4B5563;
  flex: 1;
}
.signature-image {
  height: 100px;
  width: auto;
  margin-bottom: -20px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  transform: translateX(0px);
}
.signature-line {
  border-top: 1px solid #111827;
  padding-top: 8px;
  margin-top: 10px;
  font-weight: 600;
  white-space: nowrap;
}
.disclaimer-text {
  font-size: 10px;
  color: #6B7280;
  text-align: center;
  width: 100%;
  margin-top: 10px;
}
/* --- Print Button Styles (for screen only) --- */
.print-button-container {
  text-align: center;
  margin-bottom: 2rem;
}
.print-button {
  background-color: #4f46e5;
  color: white;
  font-weight: bold;
  padding: 10px 20px;
  border-radius: 8px;
  cursor: pointer;
  border: none;
}
.print-button:hover {
  background-color: #4338ca;
}
/* --- Print-Specific CSS Rules --- */
@media print {
  body > *:not(.certificate-body-wrapper), .print-button-container {
    display: none;
  }
  .certificate-body-wrapper, .certificate-container {
    display: block!important;
    width: 100%!important;
    height: 100%!important;
    margin: 0!important;
    padding: 0!important;
    box-shadow: none!important;
    border: none!important;
    background-color: white!important;
  }
  .certificate-container {
    padding: 40px 60px!important;
    box-sizing: border-box;
  }
  @page {
    size: A4 landscape;
    margin: 0;
  }
  @media print and (orientation: portrait) {
    .certificate-container {
      transform: scale(0.7);
      transform-origin: top left;
      width: 142.8%;
      height: 142.8%;
    }
  }
}
/*
    =====================================================
    |   'Dashboard' Page CSS (Light Theme)              |
    =====================================================
*/
/* --- Heading Style --- */
.dashboard-container-light h1 {
  font-size: 2.25rem;
  /* 36px */
  font-weight: 800;
  color: #4338CA;
  /* Dark Indigo for heading */
  text-align: center;
  margin-bottom: 2.5rem;
}
/* --- Message Box Style --- */
.no-certificate-message {
  text-align: center;
  padding: 3rem;
  background-color: #F9FAFB;
  /* Very light gray background */
  border-radius: 0.5rem;
  border: 1px solid #E5E7EB;
}
/* --- Style for secondary heading --- */
.dashboard-container-light h2 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1F2937;
  /* Dark text */
  margin-bottom: 1rem;
}
/*
    =====================================================
    |   'Exam' Page CSS (Standard Practice / No !important) |
    =====================================================
*/
/* --- General Layout and Project Wrapper --- */
.project-wrapper {
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
}
/* --- Main Container Styles --- */
#exam-section {
  border: 1px solid #E5E7EB;
  border-radius: 1rem;
  padding: 1.5rem;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
#article-section {
  margin-top: 2rem;
  border-radius: 1rem;
  padding: 1.5rem;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
/* --- Text Area Container --- */
.text-area {
  border: 1px solid #E5E7EB;
  font-size: 12px;
  line-height: 1.8;
  height: 250px;
  overflow-y: hidden;
  position: relative;
  cursor: text;
  border-radius: 0.5rem;
  padding: 1rem;
}
/* --- Main Text Styles --- */
#target-text {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transition: top 0.2s ease-out;
  white-space: pre-wrap;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.8;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  word-break: break-all;
}
#target-text .word {
  display: inline-block;
}
/*
=====================================================
|   CHARACTER BOX STYLES (UPDATED FOR PARAGRAPH VIEW) |
=====================================================
*/
/* --- Base style for all characters (This creates the paragraph look) --- */
#target-text .char-box {
  /* These properties give the highlight a nice, soft look */
  padding: 4px 1px;
  border-radius: 4px;
  /* Inherit font styles from the parent for consistency */
  font-size: inherit;
  font-weight: inherit;
  /* Default color for upcoming text */
  color: #4B5563;
  background-color: transparent;
  /* Remove any old box properties */
  display: inline;
  border: none;
  text-decoration: none;
}
/* --- Style for CORRECT characters --- */
#target-text .char-box.correct {
  background-color: #DCFCE7;
  color: #15803D;
  text-decoration: none;
  /* Ensure no underlines */
}
/* --- Style for INCORRECT characters --- */
#target-text .char-box.incorrect {
  background-color: #FEE2E2;
  color: #B91C1C;
  text-decoration: none;
  /* Ensure no underlines */
}
/* --- Style for the CURRENT character (NEW Yellow Cursor) --- */
/* This rule must come after correct/incorrect to override them */
#target-text .char-box.current {
  background-color: #FDE047;
  /* Yellow background */
  color: #1F2937;
  /* Dark text for contrast */
  text-decoration: none;
  /* Remove any potential underline */
}
/*
=====================================================
|   *** SPACEBAR FIX SECTION REMOVED *** |
|   The !important tags above now control all       |
|   elements, including spaces, ensuring same height. |
=====================================================
*/
/*
=====================================================
|   MODAL & OTHER STYLES                              |
=====================================================
*/
#target-text .blinking-cursor::after {
  display: none;
}
/* --- Modal Styles --- */
#modal-backdrop {
  transition: opacity 0.2s ease-in-out;
}
#modal-content {
  transition: transform 0.2s ease-in-out;
}
#modal-container {
  z-index: 50;
}
/*
    =====================================================
    |   'Login' Page Specific CSS (Light Theme)         |
    =====================================================
*/
/* Improve text contrast inside the login box */
.login-container p, .login-container label {
  color: #6B7280;
  /* Medium Gray */
}
/*
    =====================================================
    |   'Post' Page Specific CSS                        |
    =====================================================
*/
/* Overriding common TOC h2 for this page */
.toc-container h2 {
  font-size: 1.5rem;
  /* Making it larger for this page */
  font-weight: bold;
  margin-bottom: 1rem;
}
.toc-container .h3 {
  margin-left: 1.5rem;
}
.article-content h2, .article-content h3 {
  scroll-margin-top: 80px;
  /* Offset for sticky header */
}
.article-content img {
  border-radius: 0.5rem;
  box-shadow: 0 4px 6px rgba(0,0,0,0.1);
  margin: 2rem 0;
}
.sidebar-post {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #e5e7eb;
}
.sidebar-post:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.sidebar-post-image {
  width: 150px;
  height: 60px;
  object-fit: cover;
  border-radius: 0.375rem;
  flex-shrink: 0;
}
.sidebar-post-content h3 a {
  font-weight: bold;
  color: #4f46e5;
  text-decoration: none;
  font-size: 1rem;
  line-height: 1.4;
}
.sidebar-post-content h3 a:hover {
  text-decoration: underline;
}
.sidebar-post-content p {
  display: none;
}
/*
    =====================================================
    |   'Practice' Page CSS (Full Light Theme)          |
    =====================================================
*/
/* --- Main containers updated for Light Theme --- */
#practice-section, #article-section {
  border: 1px solid #E5E7EB;
  border-radius: 1rem;
  padding: 1.5rem;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
#article-section {
  margin-top: 2rem;
}
/* --- Dynamic Lesson Heading --- */
#lesson-heading h1 {
  font-size: 1.875rem;
  font-weight: 700;
  color: #1F2937;
  line-height: 1.2;
  text-align: center;
}
#lesson-heading h2 {
  font-size: 1rem;
  font-weight: 500;
  color: #6B7280;
  margin-top: 4px;
  text-align: center;
}
/* --- Navigation Bar Styles --- */
#lesson-navigation, #exercise-navigation {
  background-color: #E5E7EB;
  border-radius: 9999px;
  padding: 6px;
  display: inline-flex;
  align-items: center;
  border: 1px solid #D1D5DB;
}
.nav-arrow-btn {
  background-color: #4F46E5;
  color: white;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
  transition: all 0.2s ease-in-out;
  border: 2px solid transparent;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav-arrow-btn:hover {
  background-color: #4338CA;
}
.nav-display {
  color: #111827;
  font-weight: 600;
  text-align: center;
  min-width: 140px;
  padding: 0 12px;
}
/* --- Control Buttons --- */
.change-level-btn, .start-btn {
  color: white;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 24px;
  border-radius: 9999px;
  transition: background-color 0.2s;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  min-width: 120px;
  text-align: center;
}
.change-level-btn {
  background-color: #4F46E5;
}
.change-level-btn:hover {
  background-color: #4338CA;
}
.start-btn {
  background-color: #16A34A;
}
.start-btn:hover {
  background-color: #15803D;
}
#timer {
  color: #111827;
  font-weight: 700;
}
/* --- Level Selection Modal (Light Theme) --- */
#level-modal-content {
  background-color: white;
  color: #1f2937;
  max-height: 80vh;
  overflow-y: auto;
}
#level-modal-content h2 {
  color: #4f46e5;
}
#level-modal-close-btn {
  color: #6b7280;
}
#level-modal-close-btn:hover {
  color: #111827;
}
.level-accordion-btn {
  width: 100%;
  background-color: #f9fafb;
  color: #374151;
  padding: 12px 16px;
  text-align: left;
  font-weight: 600;
  border-radius: 8px;
  border: 1px solid #e5e7eb;
  transition: background-color 0.2s;
}
.level-accordion-btn:hover {
  background-color: #f3f4f6;
}
.exercise-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(80px, 1fr));
  gap: 8px;
  padding: 12px;
  border-radius: 8px;
  margin-top: 4px;
  border-top: 1px solid #e5e7eb;
}
.exercise-btn {
  background-color: #FFFFFF;
  color: #4f46e5;
  padding: 10px;
  border-radius: 6px;
  text-align: center;
  border: 1px solid #d1d5db;
  transition: all 0.2s;
}
.exercise-btn:hover {
  background-color: #eef2ff;
  border-color: #a5b4fc;
}
.exercise-btn.active {
  background-color: #4f46e5;
  color: white;
  font-weight: bold;
  border-color: #4f46e5;
}
/* --- Practice Area Styles --- */
.project-wrapper {
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
}
.text-area {
  height: 150px;
  overflow-y: hidden;
  position: relative;
  cursor: text;
  border: 1px solid #E5E7EB;
  border-radius: 0.5rem;
  padding: 1rem;
}
#target-text {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transition: top 0.2s ease-out;
  white-space: pre-wrap;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.char-box {
  /* Keep the original font styles */
  font-size: 25px;
  font-weight: 500;
  color: #4B5563;
  position: relative;
  /* This is needed for the cursor */
  /* ADDED padding and radius to make the background highlight look good */
  padding: 4px 1px;
  border-radius: 4px;
  /* REMOVED box properties like width, height, border, and margin */
}
.char-box.correct {
  color: #15803D;
  background-color: #DCFCE7;
  border-color: #16A34A;
}
.char-box.incorrect {
  color: #B91C1C;
  background-color: #FEE2E2;
  border-color: #DC2626;
}
/* --- Current Character Highlight (Yellow Background) --- */
.blinking-cursor {
  background-color: #FDE047;
  /* This is a nice, noticeable yellow */
  color: #1F2937;
  /* A dark text color for better contrast */
}
/* --- Virtual Keyboard Styles --- */
.keyboard-base-container {
  -webkit-user-select: none;
  user-select: none;
  margin-top: 1rem;
}
.keyboard-layout-wrapper {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 4px;
}
.keyboard-main, .keyboard-numpad-area {
  background-color: #F3F4F6;
  padding: 5px;
  border-radius: 8px;
  border: 1px solid #E5E7EB;
}
.keyboard-row {
  display: flex;
  justify-content: center;
  margin-bottom: 3px;
}
.key {
  height: 40px;
  min-width: 40px;
  background-color: #FFFFFF;
  color: #1F2937;
  border-radius: 6px;
  padding: 5px;
  margin: 1.5px;
  font-size: 12.5px;
  font-weight: 600;
  text-align: center;
  transition: all 0.1s;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #9CA3AF;
  border-bottom: 3px solid #9CA3AF;
}
.key.space {
  flex-grow: 1;
}
.keyboard-numpad {
  display: grid;
  grid-template-columns: repeat(4, 40px);
  grid-template-rows: repeat(5, 40px);
  gap: 6.9px;
}
.keyboard-numpad .key {
  height: 100%;
  margin: 0;
}
.numpad-plus {
  grid-row: span 2;
}
.numpad-enter {
  grid-row: span 2;
}
.numpad-zero {
  grid-column: span 2;
}
.key.pressed {
  background-color: #E5E7EB;
  transform: translateY(2px);
}
.key.wrong {
  background-color: #DC2626;
  color: white;
}
.key.next-to-press {
  transform: scale(1.1);
  background-color: #60A5FA;
}
/* --- Article Section Content Styles --- */
#article-section pre {
  background-color: #F3F4F6;
  border: 1px solid #E5E7EB;
  color: #374151;
  padding: 1rem;
  border-radius: 0.5rem;
  white-space: pre-wrap;
  word-break: break-all;
  font-family: monospace;
}
.progress-bar-track {
  background-color: #E5E7EB;
  width: 100%;
  border-radius: 9999px;
  height: 0.625rem;
}
.tip-box {
  background-color: #DCFCE7;
  border-left: 4px solid #16A34A;
  padding: 1rem;
  border-radius: 0 0.5rem 0.5rem 0;
  margin-top: 1.5rem;
}
.tip-box p {
  color: #15803D;
  font-weight: 500;
}
/* --- Modal and Results Bar Styles for Light Theme --- */
#modal-content {
  background-color: #FFFFFF;
  color: #1F2937;
}
#results-container {
  background-color: #F9FAFB;
  border-top: 1px solid #E5E7EB;
}
#results-container p {
  color: #6B7280;
  /* CORRECTED: For better readability */
}
/* For the new sticky layout */
#sticky-practice-area {
  position: sticky;
  top: 80px;
  z-index: 20;
  background-color: #111827;
  padding: 1rem 0;
}
.toc-sticky-container {
  position: sticky;
  top: 550px;
  z-index: 15;
}
.next-lesson-btn {
  display: inline-block;
  margin-top: 2rem;
  padding: 0.5rem 1.5rem;
  background-color: #4f46e5;
  color: white;
  font-weight: bold;
  border-radius: 0.5rem;
  cursor: pointer;
  transition: background-color 0.2s;
}
.next-lesson-btn:hover {
  background-color: #4338CA;
}
/*
    =====================================================
    |   'Sign Up' Page Specific CSS (Light Theme)       |
    =====================================================
*/
/* Improve text contrast inside the signup box */
.signup-container p, .signup-container label {
  color: #6B7280;
  /* Medium Gray for better readability */
}
.hover\:scale-105:hover {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.hover\:bg-gray-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
}
.hover\:bg-green-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(21 128 61 / var(--tw-bg-opacity, 1));
}
.hover\:bg-indigo-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(67 56 202 / var(--tw-bg-opacity, 1));
}
.hover\:bg-red-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity, 1));
}
.hover\:text-gray-800:hover {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}
.hover\:text-indigo-300:hover {
  --tw-text-opacity: 1;
  color: rgb(165 180 252 / var(--tw-text-opacity, 1));
}
.hover\:text-indigo-400:hover {
  --tw-text-opacity: 1;
  color: rgb(129 140 248 / var(--tw-text-opacity, 1));
}
.hover\:text-indigo-500:hover {
  --tw-text-opacity: 1;
  color: rgb(99 102 241 / var(--tw-text-opacity, 1));
}
.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.hover\:underline:hover {
  text-decoration-line: underline;
}
.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
@media (min-width: 768px) {
  .md\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .md\:flex {
    display: flex;
  }
  .md\:hidden {
    display: none;
  }
  .md\:w-auto {
    width: auto;
  }
  .md\:max-w-xl {
    max-width: 36rem;
  }
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .md\:flex-row {
    flex-direction: row;
  }
  .md\:justify-between {
    justify-content: space-between;
  }
  .md\:gap-x-4 {
    column-gap: 1rem;
  }
  .md\:space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .md\:p-12 {
    padding: 3rem;
  }
  .md\:p-8 {
    padding: 2rem;
  }
  .md\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }
  .md\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }
  .md\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 1024px) {
  .lg\:col-span-1 {
    grid-column: span 1 / span 1;
  }
  .lg\:col-span-2 {
    grid-column: span 2 / span 2;
  }
  .lg\:block {
    display: block;
  }
  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
