*, ::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.19 | 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 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: Inter, system-ui, sans-serif; /* 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]) {
  -webkit-text-decoration: underline dotted;
          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::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

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% !important;
}
.container {
  width: 100%;
}
@media (min-width: 640px) {

  .\!container {
    max-width: 640px !important;
  }

  .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {

  .\!container {
    max-width: 768px !important;
  }

  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {

  .\!container {
    max-width: 1024px !important;
  }

  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {

  .\!container {
    max-width: 1280px !important;
  }

  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {

  .\!container {
    max-width: 1536px !important;
  }

  .container {
    max-width: 1536px;
  }
}
.visible {
  visibility: visible;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.-bottom-4 {
  bottom: -1rem;
}
.bottom-1 {
  bottom: 0.25rem;
}
.left-0 {
  left: 0px;
}
.left-1\/2 {
  left: 50%;
}
.top-1\.5 {
  top: 0.375rem;
}
.z-10 {
  z-index: 10;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.-mt-2 {
  margin-top: -0.5rem;
}
.mb-0\.5 {
  margin-bottom: 0.125rem;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-1\.5 {
  margin-bottom: 0.375rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-2\.5 {
  margin-bottom: 0.625rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.ml-3 {
  margin-left: 0.75rem;
}
.mt-0\.5 {
  margin-top: 0.125rem;
}
.mt-1\.5 {
  margin-top: 0.375rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-auto {
  margin-top: auto;
}
.block {
  display: block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.h-1 {
  height: 0.25rem;
}
.h-1\.5 {
  height: 0.375rem;
}
.h-10 {
  height: 2.5rem;
}
.h-16 {
  height: 4rem;
}
.h-2 {
  height: 0.5rem;
}
.h-5 {
  height: 1.25rem;
}
.h-8 {
  height: 2rem;
}
.h-full {
  height: 100%;
}
.min-h-screen {
  min-height: 100vh;
}
.w-1 {
  width: 0.25rem;
}
.w-1\.5 {
  width: 0.375rem;
}
.w-10 {
  width: 2.5rem;
}
.w-2 {
  width: 0.5rem;
}
.w-5 {
  width: 1.25rem;
}
.w-8 {
  width: 2rem;
}
.w-full {
  width: 100%;
}
.min-w-0 {
  min-width: 0px;
}
.max-w-2xl {
  max-width: 42rem;
}
.max-w-3xl {
  max-width: 48rem;
}
.max-w-lg {
  max-width: 32rem;
}
.max-w-md {
  max-width: 28rem;
}
.max-w-sm {
  max-width: 24rem;
}
.max-w-xl {
  max-width: 36rem;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  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));
}
.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-col-reverse {
  flex-direction: column-reverse;
}
.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-0\.5 {
  gap: 0.125rem;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-1\.5 {
  gap: 0.375rem;
}
.gap-10 {
  gap: 2.5rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-2\.5 {
  gap: 0.625rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-5 {
  gap: 1.25rem;
}
.space-y-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0px * var(--tw-space-y-reverse));
}
.space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.375rem * 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-2\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.625rem * var(--tw-space-y-reverse));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.overflow-hidden {
  overflow: hidden;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.rounded {
  border-radius: 0.25rem;
}
.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-\[var\(--color-border\)\] {
  border-color: var(--color-border);
}
.border-accent\/20 {
  border-color: rgb(99 102 241 / 0.2);
}
.bg-\[var\(--color-surface\)\] {
  background-color: var(--color-surface);
}
.bg-accent\/10 {
  background-color: rgb(99 102 241 / 0.1);
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.object-top {
  -o-object-position: top;
     object-position: top;
}
.p-1\.5 {
  padding: 0.375rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-4 {
  padding: 1rem;
}
.p-5 {
  padding: 1.25rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}
.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-3\.5 {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.pb-16 {
  padding-bottom: 4rem;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pl-7 {
  padding-left: 1.75rem;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pt-24 {
  padding-top: 6rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.font-heading {
  font-family: Syne, system-ui, sans-serif;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-8xl {
  font-size: 6rem;
  line-height: 1;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.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-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.leading-relaxed {
  line-height: 1.625;
}
.leading-tight {
  line-height: 1.25;
}
.tracking-\[0\.2em\] {
  letter-spacing: 0.2em;
}
.tracking-widest {
  letter-spacing: 0.1em;
}
.text-\[var\(--color-accent\)\] {
  color: var(--color-accent);
}
.text-\[var\(--color-accent-soft\)\] {
  color: var(--color-accent-soft);
}
.text-\[var\(--color-muted\)\] {
  color: var(--color-muted);
}
.opacity-75 {
  opacity: 0.75;
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.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;
}

/* ── Design Tokens — Deep Dark + Indigo/Purple Glow ── */
:root {
  --color-bg:            #08081A;
  --color-bg-2:          #0A0A20;
  --color-surface:       #0E0E2A;
  --color-surface-2:     #131340;
  --color-border:        #1E1E4A;
  --color-border-soft:   #2A2A5A;
  --color-accent:        #6366F1;
  --color-accent-soft:   #818CF8;
  --color-accent-bright: #A5B4FC;
  --color-text:          #F8FAFC;
  --color-text-2:        #CBD5E1;
  --color-muted:         #64748B;
  --color-muted-soft:    #475569;

  --font-heading: 'Syne', system-ui, sans-serif;
  --font-body:    'Inter', system-ui, sans-serif;

  --glow-sm:   0 0 16px rgba(99,102,241,0.25);
  --glow-md:   0 0 28px rgba(99,102,241,0.30), 0 0 60px rgba(99,102,241,0.10);
  --shadow-card: 0 4px 24px rgba(0,0,0,0.5);

  --radius-sm: 4px; --radius-md: 8px; --radius-lg: 12px;
  --radius-xl: 16px; --radius-2xl: 24px; --radius-full: 9999px;
}

/* ── Reset ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  background-color: var(--color-bg);
  background-image: radial-gradient(circle, rgba(99,102,241,0.18) 1px, transparent 1px);
  background-size: 30px 30px;
  color: var(--color-text);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

h1,h2,h3,h4,h5,h6 { font-family: var(--font-heading); font-weight: 700; line-height: 1.2; color: var(--color-text); }
a { color: var(--color-accent-soft); text-decoration: none; transition: color 200ms ease; }
a:hover { color: var(--color-text); }
::-moz-selection { background: rgba(99,102,241,0.3); color: var(--color-text); }
::selection { background: rgba(99,102,241,0.3); color: var(--color-text); }

/* ── Scroll Animations ──
   Opacity starts at 1 (SSR/no-JS safe).
   The inline <script> in index.html adds class="js" to <html> synchronously,
   so JS users get the hidden→visible animation; no-JS users see content immediately. */
.js .fade-in-up { opacity: 0; transform: translateY(28px); transition: opacity .65s ease-out, transform .65s ease-out; }
.js .fade-in-up.visible { opacity: 1; transform: translateY(0); }
.js .fade-in { opacity: 0; transition: opacity .55s ease-out; }
.js .fade-in.visible { opacity: 1; }

/* ── Hero entrance animation ──
   Pure CSS keyframe — plays immediately from SSR HTML, no JS or hydration needed.
   animation-fill-mode:both → element starts at the 'from' state during delay,
   stays at 'to' state after it ends. Each element sets its own animation-delay
   via an inline style so the stagger is encoded in the HTML, not JS. */
@keyframes heroFadeUp {
  from { opacity: 0; transform: translateY(20px); }
  to   { opacity: 1; transform: translateY(0); }
}
.hero-animate {
  animation: heroFadeUp 0.6s ease-out both;
}

/* ── Gradient Text ── */
.gradient-text {
  background: linear-gradient(135deg, #818CF8 0%, #6366F1 45%, #A5B4FC 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* ── Navbar ── */
.navbar {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  transition: background-color 350ms ease, border-color 350ms ease;
}
.navbar.scrolled {
  background-color: rgba(8,8,26,0.88);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border-bottom: 1px solid rgba(99,102,241,0.15);
  box-shadow: 0 1px 40px rgba(0,0,0,0.5), 0 0 0 1px rgba(99,102,241,0.05);
}

/* ── Cards ── */
.card {
  background: linear-gradient(145deg, rgba(14,14,42,0.9) 0%, rgba(10,10,28,0.95) 100%);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  transition: border-color 250ms ease, box-shadow 250ms ease, transform 250ms ease;
}
.card:hover {
  border-color: rgba(99,102,241,0.45);
  box-shadow: 0 0 0 1px rgba(99,102,241,0.08), 0 8px 32px rgba(99,102,241,0.14), 0 4px 16px rgba(0,0,0,0.5);
  transform: translateY(-3px);
}

.card-gradient {
  background: linear-gradient(145deg, rgba(18,18,52,0.85) 0%, rgba(10,10,28,0.95) 100%);
  border: 1px solid rgba(99,102,241,0.22);
  border-radius: var(--radius-xl);
  position: relative; overflow: hidden;
  transition: border-color 250ms ease, box-shadow 250ms ease, transform 250ms ease;
}
.card-gradient::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(ellipse 70% 50% at 50% 0%, rgba(99,102,241,0.07) 0%, transparent 70%);
  pointer-events: none;
}
.card-gradient:hover {
  border-color: rgba(99,102,241,0.42);
  box-shadow: 0 0 0 1px rgba(99,102,241,0.1), 0 12px 40px rgba(99,102,241,0.13);
  transform: translateY(-3px);
}

.card-featured {
  background: linear-gradient(145deg, rgba(22,22,65,0.92) 0%, rgba(12,12,35,0.98) 100%);
  border: 1px solid rgba(99,102,241,0.35);
  border-radius: var(--radius-xl);
  position: relative; overflow: hidden;
  box-shadow: 0 0 0 1px rgba(99,102,241,0.06), 0 4px 24px rgba(99,102,241,0.10);
}
.card-featured::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(ellipse 90% 60% at 50% 0%, rgba(99,102,241,0.09) 0%, transparent 65%);
  pointer-events: none;
}

/* ── Buttons ── */
.btn-accent {
  background: linear-gradient(135deg, #6366F1 0%, #818CF8 100%);
  color: #fff;
  border-radius: var(--radius-md);
  font-weight: 700;
  font-family: var(--font-heading);
  cursor: pointer;
  box-shadow: 0 4px 16px rgba(99,102,241,0.4), 0 0 0 1px rgba(165,180,252,0.1);
  transition: filter 250ms ease, box-shadow 250ms ease, transform 250ms ease;
}
.btn-accent:hover {
  filter: brightness(1.12);
  box-shadow: 0 8px 30px rgba(99,102,241,0.60), 0 0 0 1px rgba(165,180,252,0.25);
  transform: translateY(-2px);
  color: #fff;
}

.btn-outline {
  border: 1px solid rgba(99,102,241,0.28);
  color: var(--color-muted);
  border-radius: var(--radius-md);
  font-weight: 500;
  cursor: pointer;
  background: transparent;
  transition: border-color 200ms ease, color 200ms ease, background 200ms ease, box-shadow 200ms ease;
}
.btn-outline:hover {
  border-color: rgba(99,102,241,0.55);
  color: var(--color-accent-bright);
  background: rgba(99,102,241,0.07);
  box-shadow: 0 0 18px rgba(99,102,241,0.12);
}

/* ── Tags & Badges ── */
.tag {
  display: inline-flex; align-items: center;
  padding: 2px 9px; border-radius: var(--radius-full);
  font-size: 11.5px; font-weight: 500;
  background: rgba(99,102,241,0.09);
  border: 1px solid rgba(99,102,241,0.22);
  color: var(--color-accent-soft);
  white-space: nowrap;
}

.badge { display: inline-flex; align-items: center; gap: 4px; padding: 3px 9px; border-radius: var(--radius-full); font-size: 11px; font-weight: 600; }
.badge-public   { background: rgba(34,197,94,.07);   border: 1px solid rgba(34,197,94,.22);  color: #4ade80; }
.badge-internal { background: rgba(100,116,139,.07); border: 1px solid rgba(100,116,139,.15); color: var(--color-muted); }
.badge-npm      { background: rgba(239,68,68,.07);   border: 1px solid rgba(239,68,68,.18);  color: #f87171; }
.badge-featured {
  background: linear-gradient(135deg, rgba(99,102,241,.15), rgba(129,140,248,.10));
  border: 1px solid rgba(99,102,241,.32);
  color: var(--color-accent-soft);
}

/* ── Section Label ── */
.section-label {
  display: flex; align-items: center; gap: 8px;
  font-size: 11px; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--color-accent-soft); margin-bottom: 1.25rem;
}
.section-label::before {
  content: ''; display: block; width: 20px; height: 1.5px;
  background: linear-gradient(90deg, var(--color-accent), var(--color-accent-soft));
  flex-shrink: 0;
  box-shadow: 0 0 8px rgba(99,102,241,0.7);
}

/* ── Keyframes ── */
@keyframes statusPing { 75%,100% { transform:scale(2.2); opacity:0; } }
@keyframes pulseGlow  { 0%,100% { opacity:.5; } 50% { opacity:1; } }

/* ── Scrollbar ── */
::-webkit-scrollbar { width: 5px; }
::-webkit-scrollbar-track { background: var(--color-bg); }
::-webkit-scrollbar-thumb { background: rgba(99,102,241,0.3); border-radius: 3px; }
::-webkit-scrollbar-thumb:hover { background: rgba(99,102,241,0.55); }

/* ── Focus ── */
*:focus-visible { outline: 2px solid var(--color-accent); outline-offset: 2px; border-radius: var(--radius-sm); }

/* ── Container ── */
.container-xl { width: 100%; max-width: 1160px; margin: 0 auto; padding: 0 1.25rem; }
@media (min-width: 640px)  { .container-xl { padding: 0 2rem; } }
@media (min-width: 1024px) { .container-xl { padding: 0 3rem; } }
@media (min-width: 1280px) { .container-xl { padding: 0 2rem; } }

/* ── Mobile CTA stack ── */
@media (max-width: 639px) {
  .hero-cta-group { flex-direction: column !important; width: 100%; }
  .hero-cta-group > * { width: 100% !important; justify-content: center !important; text-align: center; }
}

/* ── Utility ── */
.font-heading { font-family: var(--font-heading); }

/* ── Navbar ── */
.navbar-logo { font-family: var(--font-heading); color: var(--color-text); text-decoration: none; }
.navbar-logo-initials { font-family: var(--font-heading); font-size: 1.25rem; }
.navbar-logo-name { color: var(--color-muted); }

/* Nav links — active state and hover are both handled in CSS, no onMouseEnter/Leave needed */
.nav-link { color: var(--color-muted); text-decoration: none; }
.nav-link:hover:not(.active) { color: var(--color-text); background: rgba(99,102,241,0.05); }
.nav-link.active { color: var(--color-text); background: rgba(99,102,241,0.08); }
.nav-link-dot { width: 16px; height: 1.5px; background: var(--color-accent); }

.hamburger-btn { color: var(--color-muted); }
.hamburger-btn:hover { color: var(--color-text); background: rgba(99,102,241,0.06); }

.mobile-nav-menu { background: rgba(10,10,15,0.97); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); border-top: 1px solid var(--color-border); }
.mobile-nav-link { color: var(--color-muted); border: 1px solid transparent; text-decoration: none; }
.mobile-nav-link.active { color: var(--color-text); background: rgba(99,102,241,0.08); border-color: rgba(99,102,241,0.15); }

/* ── Footer ── */
.footer-root { border-top: 1px solid var(--color-border); background: var(--color-surface); }
.footer-name-sub { color: var(--color-muted); }
.footer-copyright { color: var(--color-muted); }
.footer-social-link { color: var(--color-muted); }
.footer-social-link:hover { color: var(--color-accent); background: rgba(99,102,241,0.08); }

/* ── Hero ── */
.hero-glow-top { position: absolute; pointer-events: none; top: -15%; left: 50%; transform: translateX(-50%); width: 900px; height: 600px; background: radial-gradient(ellipse at center, rgba(99,102,241,0.20) 0%, rgba(99,102,241,0.06) 40%, transparent 70%); }
.hero-glow-right { position: absolute; pointer-events: none; bottom: 5%; right: -5%; width: 500px; height: 400px; background: radial-gradient(ellipse at center, rgba(129,140,248,0.08) 0%, transparent 65%); }
.hero-fade-bottom { position: absolute; bottom: 0; left: 0; right: 0; height: 12rem; pointer-events: none; background: linear-gradient(to bottom, transparent, var(--color-bg)); }

.hero-status-badge { background: rgba(99,102,241,0.1); border: 1px solid rgba(99,102,241,0.3); color: var(--color-accent-soft); box-shadow: 0 0 20px rgba(99,102,241,0.15); }
.status-dot-ping { background: #4ade80; animation: statusPing 1.5s cubic-bezier(0,0,.2,1) infinite; }
.status-dot-solid { background: #22c55e; }

/* clamp() values can't be Tailwind classes — kept in CSS */
.hero-title { font-size: clamp(2.6rem, 7.5vw, 5rem); line-height: 1.0; letter-spacing: -0.03em; }
.hero-meta-dot { color: rgba(99,102,241,0.4); }
.hero-meta-text { color: var(--color-muted); }
.hero-tagline { color: var(--color-text-2); }

.hero-resume-link { color: var(--color-muted); border: 1px solid var(--color-border); }
.hero-resume-link:hover { color: var(--color-accent-bright); border-color: rgba(99,102,241,0.4); }
.hero-social-link { color: var(--color-muted); }
.hero-social-link:hover { color: var(--color-accent-soft); }

/* clamp() wrapper + decorative glow effects */
.hero-photo-wrapper { position: relative; width: clamp(190px, 28vw, 270px); }
.hero-photo-glow { position: absolute; inset: -6px; border-radius: 22px; background: linear-gradient(135deg, rgba(99,102,241,0.55), rgba(165,180,252,0.25), rgba(99,102,241,0.08)); filter: blur(6px); pointer-events: none; }
.hero-photo-img { aspect-ratio: 4/5; border: 1.5px solid rgba(99,102,241,0.45); box-shadow: 0 0 0 1px rgba(99,102,241,0.08), 0 20px 60px rgba(99,102,241,0.18), 0 8px 32px rgba(0,0,0,0.7); }
.hero-photo-badge { background: rgba(14,14,42,0.95); border: 1px solid rgba(99,102,241,0.32); color: var(--color-text-2); box-shadow: 0 4px 20px rgba(0,0,0,0.5), 0 0 14px rgba(99,102,241,0.12); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); }
.hero-animate-slow { animation-duration: 0.8s; }

/* ── About ── */
.about-text-primary { color: var(--color-text-2); }
.about-muted { color: var(--color-muted); }
.about-edu-icon { background: rgba(99,102,241,0.1); border: 1px solid rgba(99,102,241,0.18); }

/* ── Experience ── */
/* Reset browser default button chrome (border, background) without losing focus/cursor */
.exp-header-btn { background: none; border: none; cursor: pointer; }
/* Dot size + colour differs for current vs past roles — done with modifier classes */
.timeline-dot-current { width: 14px; height: 14px; background: var(--color-accent); border: 2px solid var(--color-bg); box-shadow: 0 0 12px rgba(99,102,241,0.55); }
.timeline-dot-past    { width: 10px; height: 10px; background: var(--color-surface-2); border: 1px solid var(--color-border); }
.timeline-line { width: 1px; min-height: 36px; height: 100%; background: linear-gradient(to bottom, var(--color-border), transparent); margin-top: 0.25rem; }
.exp-current-badge { background: rgba(99,102,241,0.1); border: 1px solid rgba(99,102,241,0.2); color: var(--color-accent); }
.exp-current-dot { background: var(--color-accent); animation: statusPing 1.5s cubic-bezier(0,0,.2,1) infinite; }
.exp-company { color: var(--color-accent-soft); }
.exp-location { color: var(--color-muted); }
.exp-period-badge { background: var(--color-bg); color: var(--color-muted); border: 1px solid var(--color-border); white-space: nowrap; }
.exp-period-mobile { color: var(--color-muted); }
.exp-expand-divider { border-top: 1px solid var(--color-border); }
.exp-bullet { background: var(--color-accent); min-width: 4px; }
.exp-bullet-text { color: var(--color-muted); }
/* Chevron rotation driven by .open class — no JS style manipulation needed */
.exp-chevron { color: var(--color-muted); transition: transform 0.25s ease; flex-shrink: 0; }
.exp-chevron.open { transform: rotate(180deg); }

/* ── Projects ── */
.project-subtitle { color: var(--color-accent-soft); }
.project-desc { color: var(--color-muted); }
.project-bullet { color: var(--color-muted); }
.project-bullet-arrow { color: var(--color-accent); margin-top: 3px; flex-shrink: 0; }
.project-footer-divider { border-top: 1px solid var(--color-border); }
/* Shared icon-button hover pattern — replaces all onMouseEnter/Leave handlers */
.icon-btn { color: var(--color-muted); }
.icon-btn:hover { color: var(--color-text); background: rgba(99,102,241,0.08); }
.icon-btn-npm { color: var(--color-muted); }
.icon-btn-npm:hover { color: #f87171; background: rgba(239,68,68,0.08); }
.icon-lock { color: var(--color-border); }

/* ── TechStack ── */
.tech-category-icon { background: rgba(99,102,241,0.1); color: var(--color-accent); }
.tech-category-name { color: var(--color-accent-soft); letter-spacing: 0.12em; }
.tech-item { background: rgba(99,102,241,0.1); border: 1px solid rgba(99,102,241,0.25); color: var(--color-accent-soft); box-shadow: 0 0 8px rgba(99,102,241,0.08); }

/* ── Awards ── */
.award-icon-accent { background: rgba(99,102,241,0.1); border: 1px solid rgba(99,102,241,0.2); }
.award-icon-muted  { background: rgba(100,116,139,0.08); border: 1px solid var(--color-border); }
.award-year-badge { background: var(--color-bg); color: var(--color-muted); border: 1px solid var(--color-border); }
.award-subtitle-accent { color: var(--color-accent-soft); }
.award-subtitle-muted  { color: var(--color-muted); }
.award-desc { color: var(--color-muted); }
.award-org { color: var(--color-border); }
.edu-section-label { color: var(--color-muted); }
.edu-icon { background: rgba(99,102,241,0.1); border: 1px solid rgba(99,102,241,0.2); }
.edu-institution { color: var(--color-accent-soft); }
.edu-university { color: var(--color-muted); }
.edu-period-badge { background: var(--color-bg); color: var(--color-muted); border: 1px solid var(--color-border); }
.edu-gpa { color: var(--color-accent); }

/* ── Contact ── */
.contact-heading { letter-spacing: -0.02em; }
.contact-sub { color: var(--color-muted); }
.contact-location { color: var(--color-accent); }
.contact-divider-line { flex: 1; height: 1px; background: var(--color-border); }
.contact-divider-text { color: var(--color-muted); }
/* Icon wrapper variants — primary (accent) vs secondary (muted) */
.contact-icon-wrap         { background: rgba(100,116,139,0.08); border: 1px solid var(--color-border);         color: var(--color-muted); }
.contact-icon-wrap-primary { background: rgba(99,102,241,0.10);  border: 1px solid rgba(99,102,241,0.22);       color: var(--color-accent); }
.contact-link-label { color: var(--color-text); font-family: var(--font-heading); }
.contact-link-value { color: var(--color-accent-soft); }
.contact-link-desc  { color: var(--color-muted); }

/* ── Blog ── */
.blog-page { padding-top: 80px; min-height: 60vh; }
.blog-empty { color: var(--color-muted); }
.blog-post-list { list-style: none; padding: 0; margin-top: 2rem; display: flex; flex-direction: column; gap: 1rem; }
.blog-post-link { display: block; padding: 1.25rem 1.5rem; border-radius: 0.75rem; border: 1px solid var(--color-border); text-decoration: none; color: var(--color-text); font-family: var(--font-heading); font-weight: 600; font-size: 1.1rem; transition: border-color 0.2s, background 0.2s; }
.blog-post-link:hover { border-color: var(--color-accent); color: var(--color-text); }
.group:hover .group-hover\:scale-110 {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  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));
}
@media (min-width: 640px) {

  .sm\:mb-12 {
    margin-bottom: 3rem;
  }

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

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

  .sm\:block {
    display: block;
  }

  .sm\:inline {
    display: inline;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:h-12 {
    height: 3rem;
  }

  .sm\:w-12 {
    width: 3rem;
  }

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

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

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

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

  .sm\:gap-12 {
    gap: 3rem;
  }

  .sm\:gap-4 {
    gap: 1rem;
  }

  .sm\:gap-5 {
    gap: 1.25rem;
  }

  .sm\:p-5 {
    padding: 1.25rem;
  }

  .sm\:p-6 {
    padding: 1.5rem;
  }

  .sm\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .sm\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .sm\:pl-9 {
    padding-left: 2.25rem;
  }

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

  .sm\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .sm\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

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

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

  .sm\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
@media (min-width: 768px) {

  .md\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

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

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

  .md\:justify-start {
    justify-content: flex-start;
  }

  .md\:gap-16 {
    gap: 4rem;
  }

  .md\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

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

  .md\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

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

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

  .md\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 1024px) {

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

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

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

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

  .lg\:gap-20 {
    gap: 5rem;
  }
}
@media (min-width: 1280px) {

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

