/* stx role tokens — override any of these to re-theme by meaning. */
:root {
  --stx-fg: oklch(21% 0.034 264.665);
  --stx-fg-strong: oklch(37.3% 0.034 259.733);
  --stx-fg-muted: oklch(44.6% 0.03 256.802);
  --stx-fg-soft: oklch(55.1% 0.027 264.364);
  --stx-fg-subtle: oklch(70.7% 0.022 261.325);
  --stx-surface: oklch(98.5% 0.002 247.839);
  --stx-surface-raised: oklch(96.7% 0.003 264.542);
  --stx-surface-sunken: oklch(92.8% 0.006 264.531);
  --stx-line: oklch(92.8% 0.006 264.531);
  --stx-line-strong: oklch(87.2% 0.01 258.338);
  --stx-accent: oklch(51.1% 0.262 276.966);
  --stx-info: oklch(54.6% 0.245 262.881);
  --stx-danger: oklch(57.7% 0.245 27.325);
  --stx-success: oklch(62.7% 0.194 149.214);
  --stx-warning: oklch(79.5% 0.184 86.047);
  --stx-accent-solid: oklch(51.1% 0.262 276.966);
  --stx-info-solid: oklch(54.6% 0.245 262.881);
  --stx-danger-solid: oklch(57.7% 0.245 27.325);
  --stx-success-solid: oklch(62.7% 0.194 149.214);
}
.dark {
  --stx-fg: oklch(96.7% 0.003 264.542);
  --stx-fg-strong: oklch(87.2% 0.01 258.338);
  --stx-fg-muted: oklch(70.7% 0.022 261.325);
  --stx-fg-soft: oklch(70.7% 0.022 261.325);
  --stx-fg-subtle: oklch(55.1% 0.027 264.364);
  --stx-surface: oklch(27.8% 0.033 256.848);
  --stx-surface-raised: oklch(37.3% 0.034 259.733);
  --stx-surface-sunken: oklch(37.3% 0.034 259.733);
  --stx-line: oklch(37.3% 0.034 259.733);
  --stx-line-strong: oklch(44.6% 0.03 256.802);
  --stx-accent: oklch(67.3% 0.182 276.935);
  --stx-info: oklch(70.7% 0.165 254.624);
  --stx-danger: oklch(70.4% 0.191 22.216);
  --stx-success: oklch(79.2% 0.209 151.711);
  --stx-warning: oklch(85.2% 0.199 91.936);
  --stx-accent-solid: oklch(58.5% 0.233 277.117);
  --stx-info-solid: oklch(62.3% 0.214 259.815);
  --stx-danger-solid: oklch(63.7% 0.237 25.331);
  --stx-success-solid: oklch(72.3% 0.219 149.579);
}
@layer tc-base {
/*
! Tailwind CSS Preflight | MIT License | https://tailwindcss.com
*/

/*
  The fallback is a neutral grey, not currentColor.

  currentColor makes every border whose colour was never set take the TEXT
  colour, which is near-black on a light page and near-white on a dark one.
  That is never what an author means by a divider: the divide-* and
  border-width utilities set a width and no colour, so a plain divide-y
  rendered as a heavy black rule instead of a hairline.

  It also punished the obvious workaround. Setting border-color on a parent
  does not reach divide-* children, because divide targets
  "> :not([hidden]) ~ :not([hidden])" and the child declaration from this
  block wins.

  Tailwind preflight resolves this the same way (its default is gray-200).
  --border-color stays the escape hatch: set it once on :root, or per
  theme, and every uncoloured border follows.
*/
*,
::before,
::after {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-color: var(--border-color, #e5e7eb);
}

::before,
::after {
  --tc-content: '';
}

html,
:host {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  tab-size: 4;
  font-family: Inter, system-ui, -apple-system, sans-serif;
  font-feature-settings: normal;
  font-variation-settings: normal;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
  line-height: inherit;
}

hr {
  height: 0;
  color: inherit;
  border-top-width: 1px;
}

abbr:where([title]) {
  text-decoration: underline dotted;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

a {
  color: inherit;
  text-decoration: inherit;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-feature-settings: normal;
  font-variation-settings: normal;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  text-indent: 0;
  border-color: var(--border-color, inherit);
  border-collapse: collapse;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  font-size: 100%;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
}

button,
select {
  text-transform: none;
}

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  background-color: transparent;
  background-image: none;
}

:-moz-focusring {
  outline: auto;
}

:-moz-ui-invalid {
  box-shadow: none;
}

progress {
  vertical-align: baseline;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

[type='search'] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

summary {
  display: list-item;
}

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;
}

dialog {
  padding: 0;
}

textarea {
  resize: vertical;
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: color-mix(in oklab, currentColor 50%, transparent);
}

button,
[role="button"] {
  cursor: pointer;
}

:disabled {
  cursor: default;
}

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  vertical-align: middle;
}

img,
video {
  max-width: 100%;
  height: auto;
}

[hidden] {
  display: none;
}
}

.i-hugeicons-wifi-disconnected-01 {
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-width='1.5'%3E%3Cpath stroke-linejoin='round' d='M8.5 16c.867-.867 1.92-1.358 3-1.474m-6-2.026c3.173-3.173 7.122-3.83 10.5-1.968M2 8.5c6.316-5.333 13.684-5.333 20 0'/%3E%3Cpath d='m21 13.5l-6 6m6 0l-6-6'/%3E%3C/g%3E%3C/svg%3E") no-repeat;
  mask: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-width='1.5'%3E%3Cpath stroke-linejoin='round' d='M8.5 16c.867-.867 1.92-1.358 3-1.474m-6-2.026c3.173-3.173 7.122-3.83 10.5-1.968M2 8.5c6.316-5.333 13.684-5.333 20 0'/%3E%3Cpath d='m21 13.5l-6 6m6 0l-6-6'/%3E%3C/g%3E%3C/svg%3E") no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  vertical-align: -0.125em;
}

.i-lucide-bell {
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M10.268 21a2 2 0 0 0 3.464 0m-10.47-5.674A1 1 0 0 0 4 17h16a1 1 0 0 0 .74-1.673C19.41 13.956 18 12.499 18 8A6 6 0 0 0 6 8c0 4.499-1.411 5.956-2.738 7.326'/%3E%3C/svg%3E") no-repeat;
  mask: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M10.268 21a2 2 0 0 0 3.464 0m-10.47-5.674A1 1 0 0 0 4 17h16a1 1 0 0 0 .74-1.673C19.41 13.956 18 12.499 18 8A6 6 0 0 0 6 8c0 4.499-1.411 5.956-2.738 7.326'/%3E%3C/svg%3E") no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  vertical-align: -0.125em;
}

.i-lucide-shield-check {
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z'/%3E%3Cpath d='m9 12l2 2l4-4'/%3E%3C/g%3E%3C/svg%3E") no-repeat;
  mask: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z'/%3E%3Cpath d='m9 12l2 2l4-4'/%3E%3C/g%3E%3C/svg%3E") no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  vertical-align: -0.125em;
}

.i-lucide-settings-2 {
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M14 17H5M19 7h-9'/%3E%3Ccircle cx='17' cy='17' r='3'/%3E%3Ccircle cx='7' cy='7' r='3'/%3E%3C/g%3E%3C/svg%3E") no-repeat;
  mask: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M14 17H5M19 7h-9'/%3E%3Ccircle cx='17' cy='17' r='3'/%3E%3Ccircle cx='7' cy='7' r='3'/%3E%3C/g%3E%3C/svg%3E") no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  vertical-align: -0.125em;
}

.i-lucide-chevron-down {
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m6 9l6 6l6-6'/%3E%3C/svg%3E") no-repeat;
  mask: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m6 9l6 6l6-6'/%3E%3C/svg%3E") no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  vertical-align: -0.125em;
}

.i-lucide-check {
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M20 6L9 17l-5-5'/%3E%3C/svg%3E") no-repeat;
  mask: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M20 6L9 17l-5-5'/%3E%3C/svg%3E") no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  vertical-align: -0.125em;
}

.i-lucide-download {
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M12 15V3m9 12v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4'/%3E%3Cpath d='m7 10l5 5l5-5'/%3E%3C/g%3E%3C/svg%3E") no-repeat;
  mask: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M12 15V3m9 12v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4'/%3E%3Cpath d='m7 10l5 5l5-5'/%3E%3C/g%3E%3C/svg%3E") no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  vertical-align: -0.125em;
}

.i-lucide-smartphone {
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Crect width='14' height='20' x='5' y='2' rx='2' ry='2'/%3E%3Cpath d='M12 18h.01'/%3E%3C/g%3E%3C/svg%3E") no-repeat;
  mask: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Crect width='14' height='20' x='5' y='2' rx='2' ry='2'/%3E%3Cpath d='M12 18h.01'/%3E%3C/g%3E%3C/svg%3E") no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  vertical-align: -0.125em;
}

.i-lucide-house {
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M15 21v-8a1 1 0 0 0-1-1h-4a1 1 0 0 0-1 1v8'/%3E%3Cpath d='M3 10a2 2 0 0 1 .709-1.528l7-6a2 2 0 0 1 2.582 0l7 6A2 2 0 0 1 21 10v9a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z'/%3E%3C/g%3E%3C/svg%3E") no-repeat;
  mask: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M15 21v-8a1 1 0 0 0-1-1h-4a1 1 0 0 0-1 1v8'/%3E%3Cpath d='M3 10a2 2 0 0 1 .709-1.528l7-6a2 2 0 0 1 2.582 0l7 6A2 2 0 0 1 21 10v9a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z'/%3E%3C/g%3E%3C/svg%3E") no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  vertical-align: -0.125em;
}

.i-lucide-map {
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M14.106 5.553a2 2 0 0 0 1.788 0l3.659-1.83A1 1 0 0 1 21 4.619v12.764a1 1 0 0 1-.553.894l-4.553 2.277a2 2 0 0 1-1.788 0l-4.212-2.106a2 2 0 0 0-1.788 0l-3.659 1.83A1 1 0 0 1 3 19.381V6.618a1 1 0 0 1 .553-.894l4.553-2.277a2 2 0 0 1 1.788 0zm.894.211v15M9 3.236v15'/%3E%3C/svg%3E") no-repeat;
  mask: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M14.106 5.553a2 2 0 0 0 1.788 0l3.659-1.83A1 1 0 0 1 21 4.619v12.764a1 1 0 0 1-.553.894l-4.553 2.277a2 2 0 0 1-1.788 0l-4.212-2.106a2 2 0 0 0-1.788 0l-3.659 1.83A1 1 0 0 1 3 19.381V6.618a1 1 0 0 1 .553-.894l4.553-2.277a2 2 0 0 1 1.788 0zm.894.211v15M9 3.236v15'/%3E%3C/svg%3E") no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  vertical-align: -0.125em;
}

.i-lucide-circle-dot {
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Ccircle cx='12' cy='12' r='1'/%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3C/g%3E%3C/svg%3E") no-repeat;
  mask: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Ccircle cx='12' cy='12' r='1'/%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3C/g%3E%3C/svg%3E") no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  vertical-align: -0.125em;
}

.i-lucide-flag {
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 22V4a1 1 0 0 1 .4-.8A6 6 0 0 1 8 2c3 0 5 2 7.333 2q2 0 3.067-.8A1 1 0 0 1 20 4v10a1 1 0 0 1-.4.8A6 6 0 0 1 16 16c-3 0-5-2-8-2a6 6 0 0 0-4 1.528'/%3E%3C/svg%3E") no-repeat;
  mask: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 22V4a1 1 0 0 1 .4-.8A6 6 0 0 1 8 2c3 0 5 2 7.333 2q2 0 3.067-.8A1 1 0 0 1 20 4v10a1 1 0 0 1-.4.8A6 6 0 0 1 16 16c-3 0-5-2-8-2a6 6 0 0 0-4 1.528'/%3E%3C/svg%3E") no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  vertical-align: -0.125em;
}

.i-lucide-user {
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M19 21v-2a4 4 0 0 0-4-4H9a4 4 0 0 0-4 4v2'/%3E%3Ccircle cx='12' cy='7' r='4'/%3E%3C/g%3E%3C/svg%3E") no-repeat;
  mask: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M19 21v-2a4 4 0 0 0-4-4H9a4 4 0 0 0-4 4v2'/%3E%3Ccircle cx='12' cy='7' r='4'/%3E%3C/g%3E%3C/svg%3E") no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  vertical-align: -0.125em;
}

.difficulty-easy {
  background-color: oklch(59.6% 0.145 163.225);
  color: #fff;
}

.dark .difficulty-easy {
  background-color: oklch(69.6% 0.17 162.48);
  color: oklch(26.2% 0.051 172.552);
}

.difficulty-moderate {
  background-color: oklch(76.9% 0.188 70.08);
  color: oklch(27.9% 0.077 45.635);
}

.dark .difficulty-moderate {
  background-color: oklch(82.8% 0.189 84.429);
  color: oklch(27.9% 0.077 45.635);
}

.difficulty-hard {
  background-color: oklch(58.6% 0.253 17.585);
  color: #fff;
}

.dark .difficulty-hard {
  background-color: oklch(64.5% 0.246 16.439);
  color: #fff;
}

.card {
  background-color: #fff;
  border-width: 1px;
  border-color: oklch(92.8% 0.006 264.531);
  border-radius: 0.75rem;
  padding: 1.25rem;
}

.dark .card {
  background-color: oklch(27.9% 0.041 260.031);
  border-color: oklch(37.2% 0.044 257.287);
}

.min-h-screen {
  min-height: 100vh;
}

.flex {
  display: flex;
}

.flex-col {
  flex-direction: column;
}

.bg-white {
  background-color: #fff;
}

.dark .dark\:bg-slate-900 {
  background-color: oklch(20.8% 0.042 265.755);
}

.text-slate-900 {
  color: oklch(20.8% 0.042 265.755);
}

.dark .dark\:text-slate-100 {
  color: oklch(96.8% 0.007 247.896);
}

.h-4 {
  height: 1rem;
}

.w-4 {
  width: 1rem;
}

.sticky {
  position: sticky;
}

.z-40 {
  z-index: 40;
}

.h-13 {
  height: 3.25rem;
}

.items-center {
  align-items: center;
}

.justify-between {
  justify-content: space-between;
}

.border-b {
  border-bottom-width: 1px;
}

.border-slate-200\/70 {
  border-color: oklch(92.9% 0.013 255.508 / 0.7);
}

.bg-white\/90 {
  background-color: rgb(255 255 255 / 0.9);
}

.backdrop-blur-xl {
  --tc-backdrop-blur: blur(24px);
  -webkit-backdrop-filter: var(--tc-backdrop-blur, ) var(--tc-backdrop-brightness, ) var(--tc-backdrop-contrast, ) var(--tc-backdrop-grayscale, ) var(--tc-backdrop-hue-rotate, ) var(--tc-backdrop-invert, ) var(--tc-backdrop-opacity, ) var(--tc-backdrop-saturate, ) var(--tc-backdrop-sepia, );
  backdrop-filter: var(--tc-backdrop-blur, ) var(--tc-backdrop-brightness, ) var(--tc-backdrop-contrast, ) var(--tc-backdrop-grayscale, ) var(--tc-backdrop-hue-rotate, ) var(--tc-backdrop-invert, ) var(--tc-backdrop-opacity, ) var(--tc-backdrop-saturate, ) var(--tc-backdrop-sepia, );
}

.dark .dark\:border-slate-700\/70 {
  border-color: oklch(37.2% 0.044 257.287 / 0.7);
}

.dark .dark\:bg-slate-950\/90 {
  background-color: oklch(12.9% 0.042 264.695 / 0.9);
}

.gap-2 {
  gap: 0.5rem;
}

.relative {
  position: relative;
}

.inline-block {
  display: inline-block;
}

.h-5 {
  height: 1.25rem;
}

.w-5 {
  width: 1.25rem;
}

.shrink-0 {
  flex-shrink: 0;
}

.rounded-full {
  border-radius: 9999px;
}

.border-2 {
  border-width: 2px;
}

.border-emerald-500 {
  border-color: oklch(69.6% 0.17 162.48);
}

.absolute {
  position: absolute;
}

.-top-0\.5 {
  top: -0.125rem;
}

.h-1\.5 {
  height: 0.375rem;
}

.w-1\.5 {
  width: 0.375rem;
}

.-translate-x-1\/2 {
  transform: translateX(-50%);
}

.bg-emerald-400 {
  background-color: oklch(76.5% 0.177 163.223);
}

.font-display {
  font-family: Outfit, system-ui, sans-serif;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.font-bold {
  font-weight: 700;
}

.tracking-\[0\.12em\] {
  letter-spacing: 0.12em;
}

.text-slate-950 {
  color: oklch(12.9% 0.042 264.695);
}

.dark .dark\:text-white {
  color: #fff;
}

.gap-1 {
  gap: 0.25rem;
}

.grid {
  display: grid;
}

.h-11 {
  height: 2.75rem;
}

.w-11 {
  width: 2.75rem;
}

.place-items-center {
  place-items: center;
}

.text-slate-600 {
  color: oklch(44.6% 0.043 257.281);
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.active\:scale-95:active {
  transform: scale(0.95);
}

.dark .dark\:text-slate-300 {
  color: oklch(86.9% 0.022 252.894);
}

.h-2 {
  height: 0.5rem;
}

.w-2 {
  width: 0.5rem;
}

.border-white {
  border-color: #fff;
}

.bg-emerald-500 {
  background-color: oklch(69.6% 0.17 162.48);
}

.dark .dark\:border-slate-950 {
  border-color: oklch(12.9% 0.042 264.695);
}

.text-emerald-600 {
  color: oklch(59.6% 0.145 163.225);
}

.dark .dark\:text-emerald-400 {
  color: oklch(76.5% 0.177 163.223);
}

.hidden {
  display: none;
}

.z-50 {
  z-index: 50;
}

.border-slate-200 {
  border-color: oklch(92.9% 0.013 255.508);
}

.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;
}

.duration-300 {
  transition-duration: 300ms;
}

.dark .dark\:border-slate-700 {
  border-color: oklch(37.2% 0.044 257.287);
}

.dark .dark\:bg-slate-900\/90 {
  background-color: oklch(20.8% 0.042 265.755 / 0.9);
}

.max-w-7xl {
  max-width: 80rem;
}

.h-14 {
  height: 3.5rem;
}

.gap-6 {
  gap: 1.5rem;
}

.tracking-wide {
  letter-spacing: 0.025em;
}

.rounded {
  border-radius: 0.25rem;
}

.font-medium {
  font-weight: 500;
}

.text-slate-500 {
  color: oklch(55.4% 0.046 257.417);
}

.hover\:text-slate-900:hover {
  color: oklch(20.8% 0.042 265.755);
}

.dark .dark\:text-slate-400 {
  color: oklch(70.4% 0.04 256.788);
}

.dark .dark\:hover\:text-white:hover {
  color: #fff;
}

.nav-active {
  color: oklch(59.6% 0.145 163.225);
  font-weight: 600;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.p-2 {
  padding: 0.5rem;
}

.dark .dark\:hidden {
  display: none;
}

.dark .dark\:inline {
  display: inline;
}

.font-semibold {
  font-weight: 600;
}

.text-slate-700 {
  color: oklch(37.2% 0.044 257.287);
}

.hover\:bg-slate-100:hover {
  background-color: oklch(96.8% 0.007 247.896);
}

.dark .dark\:hover\:bg-slate-800:hover {
  background-color: oklch(27.9% 0.041 260.031);
}

.bg-emerald-600 {
  background-color: oklch(59.6% 0.145 163.225);
}

.text-white {
  color: #fff;
}

.hover\:bg-emerald-700:hover {
  background-color: oklch(50.8% 0.118 165.612);
}

.active\:scale-\[0\.98\]:active {
  transform: scale(0.98);
}

.border {
  border-width: 1px;
}

.border-slate-300 {
  border-color: oklch(86.9% 0.022 252.894);
}

.hover\:bg-slate-50:hover {
  background-color: oklch(98.4% 0.003 247.858);
}

.h-6 {
  height: 1.5rem;
}

.w-6 {
  width: 1.5rem;
}

.justify-center {
  justify-content: center;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.h-3\.5 {
  height: 0.875rem;
}

.w-3\.5 {
  width: 0.875rem;
}

.w-56 {
  width: 14rem;
}

.overflow-hidden {
  overflow: hidden;
}

.rounded-2xl {
  border-radius: 1rem;
}

.shadow-xl {
  --tc-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tc-shadow-colored: 0 20px 25px -5px var(--tc-shadow-color), 0 8px 10px -6px var(--tc-shadow-color);
  box-shadow: var(--tc-ring-offset-shadow, 0 0 #0000), var(--tc-ring-shadow, 0 0 #0000), var(--tc-shadow);
}

.dark .dark\:bg-slate-800 {
  background-color: oklch(27.9% 0.041 260.031);
}

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-slate-400 {
  color: oklch(70.4% 0.04 256.788);
}

.dark .dark\:text-slate-500 {
  color: oklch(55.4% 0.046 257.417);
}

.block {
  display: block;
}

.dark .dark\:hover\:bg-slate-700\/60:hover {
  background-color: oklch(37.2% 0.044 257.287 / 0.6);
}

.border-t {
  border-top-width: 1px;
}

.border-slate-100 {
  border-color: oklch(96.8% 0.007 247.896);
}

.w-full {
  width: 100%;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-emerald-700 {
  color: oklch(50.8% 0.118 165.612);
}

.flex-1 {
  flex: 1 1 0%;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-red-600 {
  color: oklch(57.7% 0.245 27.325);
}

.bg-red-50 {
  background-color: oklch(97.1% 0.013 17.38);
}

.dark .dark\:bg-red-900\/20 {
  background-color: oklch(39.6% 0.141 25.723 / 0.2);
}

.bg-red-500 {
  background-color: oklch(63.7% 0.237 25.331);
}

.animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

.text-gray-500 {
  color: oklch(55.1% 0.027 264.364);
}

.gap-8 {
  gap: 2rem;
}

.text-gray-900 {
  color: oklch(21% 0.034 264.665);
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.bg-orange-50\/50 {
  background-color: oklch(98% 0.016 73.684 / 0.5);
}

.dark .dark\:bg-orange-900\/5 {
  background-color: oklch(40.8% 0.123 38.172 / 0.05);
}

.border-orange-200 {
  border-color: oklch(90.1% 0.076 70.697);
}

.dark .dark\:border-orange-800\/50 {
  border-color: oklch(47% 0.157 37.304 / 0.5);
}

.gap-4 {
  gap: 1rem;
}

.h-10 {
  height: 2.5rem;
}

.w-10 {
  width: 2.5rem;
}

.text-orange-600 {
  color: oklch(64.6% 0.222 41.116);
}

.bg-orange-100 {
  background-color: oklch(95.4% 0.038 75.164);
}

.dark .dark\:bg-orange-900\/30 {
  background-color: oklch(40.8% 0.123 38.172 / 0.3);
}

.w-8 {
  width: 2rem;
}

.h-8 {
  height: 2rem;
}

.bg-orange-500 {
  background-color: oklch(70.5% 0.213 47.604);
}

.justify-end {
  justify-content: flex-end;
}

.text-right {
  text-align: right;
}

.text-blue-600 {
  color: oklch(54.6% 0.245 262.881);
}

.bg-blue-100 {
  background-color: oklch(93.2% 0.032 255.585);
}

.dark .dark\:bg-blue-900\/30 {
  background-color: oklch(37.9% 0.146 265.522 / 0.3);
}

.hover\:underline:hover {
  text-decoration-line: underline;
}

.min-w-0 {
  min-width: 0;
}

.gap-3 {
  gap: 0.75rem;
}

.w-20 {
  width: 5rem;
}

.h-20 {
  height: 5rem;
}

.bg-red-100 {
  background-color: oklch(93.6% 0.032 17.717);
}

.text-red-400 {
  color: oklch(70.4% 0.191 22.216);
}

.max-w-sm {
  max-width: 24rem;
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.p-3 {
  padding: 0.75rem;
}

.bg-orange-50 {
  background-color: oklch(98% 0.016 73.684);
}

.dark .dark\:bg-orange-900\/10 {
  background-color: oklch(40.8% 0.123 38.172 / 0.1);
}

.rounded-xl {
  border-radius: 0.75rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.bg-emerald-50 {
  background-color: oklch(97.9% 0.021 166.113);
}

.dark .dark\:bg-emerald-900\/10 {
  background-color: oklch(37.8% 0.077 168.94 / 0.1);
}

.bg-slate-50 {
  background-color: oklch(98.4% 0.003 247.858);
}

.dark .dark\:border-slate-800 {
  border-color: oklch(27.9% 0.041 260.031);
}

.gap-10 {
  gap: 2.5rem;
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.max-w-\[28ch\] {
  max-width: 28ch;
}

.leading-relaxed {
  line-height: 1.625;
}

.inline-flex {
  display: inline-flex;
}

.dark .dark\:bg-emerald-950\/40 {
  background-color: oklch(26.2% 0.051 172.552 / 0.4);
}

.dark .dark\:text-emerald-300 {
  color: oklch(84.5% 0.143 164.978);
}

.bg-slate-900 {
  background-color: oklch(20.8% 0.042 265.755);
}

.hover\:bg-slate-800:hover {
  background-color: oklch(27.9% 0.041 260.031);
}

.dark .dark\:bg-white {
  background-color: #fff;
}

.dark .dark\:text-slate-900 {
  color: oklch(20.8% 0.042 265.755);
}

.dark .dark\:hover\:bg-slate-100:hover {
  background-color: oklch(96.8% 0.007 247.896);
}

.max-w-\[30ch\] {
  max-width: 30ch;
}

.dark .dark\:text-slate-200 {
  color: oklch(92.9% 0.013 255.508);
}

.hover\:bg-white:hover {
  background-color: #fff;
}

.uppercase {
  text-transform: uppercase;
}

.tracking-\[0\.14em\] {
  letter-spacing: 0.14em;
}

.hover\:text-emerald-600:hover {
  color: oklch(59.6% 0.145 163.225);
}

.dark .dark\:hover\:text-emerald-400:hover {
  color: oklch(76.5% 0.177 163.223);
}

.max-w-3xl {
  max-width: 48rem;
}

.underline {
  text-decoration-line: underline;
}

.decoration-slate-300 {
  text-decoration-color: oklch(86.9% 0.022 252.894);
}

.underline-offset-2 {
  text-underline-offset: 2px;
}

.dark .dark\:decoration-slate-600 {
  text-decoration-color: oklch(44.6% 0.043 257.281);
}

.fixed {
  position: fixed;
}

.inset-0 {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.z-\[100\] {
  z-index: 100;
}

.items-end {
  align-items: flex-end;
}

.p-0 {
  padding: 0;
}

.bg-slate-900\/50 {
  background-color: oklch(20.8% 0.042 265.755 / 0.5);
}

.backdrop-blur-sm {
  --tc-backdrop-blur: blur(4px);
  -webkit-backdrop-filter: var(--tc-backdrop-blur, ) var(--tc-backdrop-brightness, ) var(--tc-backdrop-contrast, ) var(--tc-backdrop-grayscale, ) var(--tc-backdrop-hue-rotate, ) var(--tc-backdrop-invert, ) var(--tc-backdrop-opacity, ) var(--tc-backdrop-saturate, ) var(--tc-backdrop-sepia, );
  backdrop-filter: var(--tc-backdrop-blur, ) var(--tc-backdrop-brightness, ) var(--tc-backdrop-contrast, ) var(--tc-backdrop-grayscale, ) var(--tc-backdrop-hue-rotate, ) var(--tc-backdrop-invert, ) var(--tc-backdrop-opacity, ) var(--tc-backdrop-saturate, ) var(--tc-backdrop-sepia, );
}

.p-6 {
  padding: 1.5rem;
}

.p-1\.5 {
  padding: 0.375rem;
}

.hover\:text-slate-700:hover {
  color: oklch(37.2% 0.044 257.287);
}

.dark .dark\:hover\:bg-slate-700:hover {
  background-color: oklch(37.2% 0.044 257.287);
}

.dark .dark\:hover\:text-slate-200:hover {
  color: oklch(92.9% 0.013 255.508);
}

.h-7 {
  height: 1.75rem;
}

.w-7 {
  width: 1.75rem;
}

.align-middle {
  vertical-align: middle;
}

.-top-1 {
  top: -0.25rem;
}

.tracking-tight {
  letter-spacing: -0.025em;
}

.bg-slate-100 {
  background-color: oklch(96.8% 0.007 247.896);
}

.p-1 {
  padding: 0.25rem;
}

.dark .dark\:bg-slate-900\/60 {
  background-color: oklch(20.8% 0.042 265.755 / 0.6);
}

.focus\:border-emerald-500:focus {
  border-color: oklch(69.6% 0.17 162.48);
}

.focus\:ring-2:focus {
  --tc-ring-offset-shadow: var(--tc-ring-inset,) 0 0 0 var(--tc-ring-offset-width, 0px) var(--tc-ring-offset-color, #fff);
  --tc-ring-shadow: var(--tc-ring-inset,) 0 0 0 calc(2px + var(--tc-ring-offset-width, 0px)) var(--tc-ring-color, rgba(59, 130, 246, 0.5));
  box-shadow: var(--tc-ring-offset-shadow), var(--tc-ring-shadow), var(--tc-shadow, 0 0 #0000);
}

.focus\:ring-emerald-500\/30:focus {
  --tc-ring-color: oklch(69.6% 0.17 162.48 / 0.3);
}

.dark .dark\:border-slate-600 {
  border-color: oklch(44.6% 0.043 257.281);
}

.dark .dark\:bg-slate-700 {
  background-color: oklch(37.2% 0.044 257.287);
}

.text-rose-600 {
  color: oklch(58.6% 0.253 17.585);
}

.dark .dark\:text-rose-400 {
  color: oklch(71.2% 0.194 13.428);
}

.disabled\:opacity-60:disabled {
  opacity: 0.6;
}

.hover\:text-slate-600:hover {
  color: oklch(44.6% 0.043 257.281);
}

.dark .dark\:hover\:text-slate-300:hover {
  color: oklch(86.9% 0.022 252.894);
}

.bg-gray-900 {
  background-color: oklch(21% 0.034 264.665);
}

.bg-gray-100 {
  background-color: oklch(96.7% 0.003 264.542);
}

.text-gray-600 {
  color: oklch(44.6% 0.03 256.802);
}

.dark .dark\:bg-orange-900\/20 {
  background-color: oklch(40.8% 0.123 38.172 / 0.2);
}

.bg-emerald-100 {
  background-color: oklch(95% 0.052 163.051);
}

.dark .dark\:bg-emerald-900\/20 {
  background-color: oklch(37.8% 0.077 168.94 / 0.2);
}

.text-orange-700 {
  color: oklch(55.3% 0.195 38.402);
}

.shadow-sm {
  --tc-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tc-shadow-colored: 0 1px 3px 0 var(--tc-shadow-color), 0 1px 2px -1px var(--tc-shadow-color);
  box-shadow: var(--tc-ring-offset-shadow, 0 0 #0000), var(--tc-ring-shadow, 0 0 #0000), var(--tc-shadow);
}

.border-gray-200 {
  border-color: oklch(92.8% 0.006 264.531);
}

.p-5 {
  padding: 1.25rem;
}

.dark .dark\:bg-emerald-500 {
  background-color: oklch(69.6% 0.17 162.48);
}

.dark .dark\:text-emerald-950 {
  color: oklch(26.2% 0.051 172.552);
}

.bg-amber-500 {
  background-color: oklch(76.9% 0.188 70.08);
}

.text-amber-950 {
  color: oklch(27.9% 0.077 45.635);
}

.dark .dark\:bg-amber-400 {
  background-color: oklch(82.8% 0.189 84.429);
}

.dark .dark\:text-amber-950 {
  color: oklch(27.9% 0.077 45.635);
}

.bg-rose-600 {
  background-color: oklch(58.6% 0.253 17.585);
}

.dark .dark\:bg-rose-500 {
  background-color: oklch(64.5% 0.246 16.439);
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.px-3\.5 {
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.my-1\.5 {
  margin-top: 0.375rem;
  margin-bottom: 0.375rem;
}

.space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tc-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tc-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tc-space-y-reverse));
}

.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tc-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tc-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tc-space-y-reverse));
}

.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tc-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tc-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tc-space-y-reverse));
}

.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tc-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tc-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tc-space-y-reverse));
}

.py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
  --tc-space-y-reverse: 0;
  margin-top: calc(0.625rem * calc(1 - var(--tc-space-y-reverse)));
  margin-bottom: calc(0.625rem * var(--tc-space-y-reverse));
}

.rounded-t-3xl {
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
}

.left-1\/2 {
  left: 50%;
}

.right-2\.5 {
  right: 0.625rem;
}

.top-2\.5 {
  top: 0.625rem;
}

.top-0 {
  top: 0;
}

.right-1 {
  right: 0.25rem;
}

.top-1 {
  top: 0.25rem;
}

.pl-1 {
  padding-left: 0.25rem;
}

.pr-3 {
  padding-right: 0.75rem;
}

.right-0 {
  right: 0;
}

.mt-2 {
  margin-top: 0.5rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pt-1\.5 {
  padding-top: 0.375rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mt-auto {
  margin-top: auto;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-12 {
  margin-top: 3rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

.right-4 {
  right: 1rem;
}

.top-4 {
  top: 1rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

@keyframes pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: .5; }
}

@media (min-width: 640px) {
.sm\:items-center {
  align-items: center;
}

.sm\:p-4 {
  padding: 1rem;
}

.sm\:rounded-3xl {
  border-radius: 1.5rem;
}

.sm\:px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
}

@media (min-width: 768px) {
.md\:grid-cols-\[1\.4fr_1fr_1fr_1fr\] {
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
}

.md\:flex-row {
  flex-direction: row;
}

.md\:items-start {
  align-items: flex-start;
}

.md\:justify-between {
  justify-content: space-between;
}

.md\:hidden {
  display: none;
}
}

@media (min-width: 1024px) {
.lg\:hidden {
  display: none;
}

.lg\:block {
  display: block;
}

.lg\:grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.lg\:col-span-2 {
  grid-column: span 2 / span 2;
}

.lg\:gap-14 {
  gap: 3.5rem;
}

.lg\:px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
}

@media (min-width: 1280px) {
.xl\:flex {
  display: flex;
}

.xl\:hidden {
  display: none;
}
}
.card { background-color: #fff; border-width: 1px; border-color: oklch(92.8% 0.006 264.531); border-radius: 0.75rem; padding: 1.25rem; }
.nav-active { color: oklch(59.6% 0.145 163.225); font-weight: 600; }
.difficulty-easy { background-color: oklch(59.6% 0.145 163.225); color: #fff; }
@media (prefers-color-scheme: dark) { .dark .difficulty-easy { background-color: oklch(69.6% 0.17 162.48); } }
.difficulty-moderate { background-color: oklch(76.9% 0.188 70.08); color: oklch(27.9% 0.077 45.635); }
@media (prefers-color-scheme: dark) { .dark .difficulty-moderate { color: oklch(27.9% 0.077 45.635); } }
.difficulty-hard { background-color: oklch(58.6% 0.253 17.585); color: #fff; }
@media (prefers-color-scheme: dark) { .dark .difficulty-hard { color: #fff; } }