/*
! tailwindcss v3.3.3 | 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.
*/

html {
  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: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", 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 */
}

/*
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. 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-size: 1em; /* 2 */
}

/*
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 */
  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,
[type='button'],
[type='reset'],
[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] {
  display: none;
}

*, ::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:  ;
}

::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:  ;
}
.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;
}
.pointer-events-none {
  pointer-events: none;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.inset-x-0 {
  left: 0px;
  right: 0px;
}
.inset-y-0 {
  top: 0px;
  bottom: 0px;
}
.bottom-0 {
  bottom: 0px;
}
.left-\[24px\] {
  left: 24px;
}
.left-\[36px\] {
  left: 36px;
}
.right-0 {
  right: 0px;
}
.top-0 {
  top: 0px;
}
.top-16 {
  top: 4rem;
}
.top-8 {
  top: 2rem;
}
.top-\[40\%\] {
  top: 40%;
}
.top-full {
  top: 100%;
}
.z-20 {
  z-index: 20;
}
.z-\[-1\] {
  z-index: -1;
}
.order-last {
  order: 9999;
}
.m-\[11px\] {
  margin: 11px;
}
.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.my-1\.5 {
  margin-top: 0.375rem;
  margin-bottom: 0.375rem;
}
.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.-mb-0 {
  margin-bottom: -0px;
}
.-mb-0\.5 {
  margin-bottom: -0.125rem;
}
.-ml-2 {
  margin-left: -0.5rem;
}
.-mr-2 {
  margin-right: -0.5rem;
}
.-mt-20 {
  margin-top: -5rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-16 {
  margin-bottom: 4rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.ml-1 {
  margin-left: 0.25rem;
}
.ml-4 {
  margin-left: 1rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-1\.5 {
  margin-top: 0.375rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-16 {
  margin-top: 4rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.line-clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.aspect-auto {
  aspect-ratio: auto;
}
.h-0 {
  height: 0px;
}
.h-16 {
  height: 4rem;
}
.h-2 {
  height: 0.5rem;
}
.h-3 {
  height: 0.75rem;
}
.h-3\.5 {
  height: 0.875rem;
}
.h-4 {
  height: 1rem;
}
.h-5 {
  height: 1.25rem;
}
.h-7 {
  height: 1.75rem;
}
.h-\[18px\] {
  height: 18px;
}
.h-full {
  height: 100%;
}
.max-h-64 {
  max-height: 16rem;
}
.max-h-\[calc\(100vh-var\(--navbar-height\)-env\(safe-area-inset-bottom\)\)\] {
  max-height: calc(100vh - var(--navbar-height) - env(safe-area-inset-bottom));
}
.max-h-\[min\(calc\(50vh-11rem-env\(safe-area-inset-bottom\)\)\2c 400px\)\] {
  max-height: min(calc(50vh - 11rem - env(safe-area-inset-bottom)),400px);
}
.min-h-\[100px\] {
  min-height: 100px;
}
.min-h-\[calc\(100vh-var\(--navbar-height\)\)\] {
  min-height: calc(100vh - var(--navbar-height));
}
.w-2 {
  width: 0.5rem;
}
.w-3 {
  width: 0.75rem;
}
.w-3\.5 {
  width: 0.875rem;
}
.w-4 {
  width: 1rem;
}
.w-64 {
  width: 16rem;
}
.w-\[110\%\] {
  width: 110%;
}
.w-\[180\%\] {
  width: 180%;
}
.w-full {
  width: 100%;
}
.w-max {
  width: -moz-max-content;
  width: max-content;
}
.w-screen {
  width: 100vw;
}
.min-w-0 {
  min-width: 0px;
}
.min-w-\[18px\] {
  min-width: 18px;
}
.min-w-\[24px\] {
  min-width: 24px;
}
.min-w-full {
  min-width: 100%;
}
.max-w-6xl {
  max-width: 72rem;
}
.max-w-\[50\%\] {
  max-width: 50%;
}
.max-w-\[90rem\] {
  max-width: 90rem;
}
.max-w-\[min\(calc\(100vw-2rem\)\2c calc\(100\%\+20rem\)\)\] {
  max-width: min(calc(100vw - 2rem),calc(100% + 20rem));
}
.max-w-full {
  max-width: 100%;
}
.max-w-none {
  max-width: none;
}
.max-w-screen-xl {
  max-width: 1280px;
}
.shrink-0 {
  flex-shrink: 0;
}
.grow {
  flex-grow: 1;
}
.origin-center {
  transform-origin: center;
}
.cursor-default {
  cursor: default;
}
.cursor-pointer {
  cursor: pointer;
}
.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.scroll-my-6 {
  scroll-margin-top: 1.5rem;
  scroll-margin-bottom: 1.5rem;
}
.scroll-py-6 {
  scroll-padding-top: 1.5rem;
  scroll-padding-bottom: 1.5rem;
}
.list-none {
  list-style-type: none;
}
.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.items-start {
  align-items: flex-start;
}
.items-center {
  align-items: center;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-items-start {
  justify-items: start;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-4 {
  gap: 1rem;
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.overscroll-contain {
  overscroll-behavior: contain;
}
.text-ellipsis {
  text-overflow: ellipsis;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.break-words {
  overflow-wrap: break-word;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-3xl {
  border-radius: 1.5rem;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-sm {
  border-radius: 0.125rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.rounded-t {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.border {
  border-width: 1px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-l {
  border-left-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-black\/5 {
  border-color: rgb(0 0 0 / 0.05);
}
.border-blue-200 {
  --tw-border-opacity: 1;
  border-color: rgb(191 219 254 / var(--tw-border-opacity));
}
.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}
.border-gray-500 {
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-border-opacity));
}
.border-orange-100 {
  --tw-border-opacity: 1;
  border-color: rgb(255 237 213 / var(--tw-border-opacity));
}
.border-red-200 {
  --tw-border-opacity: 1;
  border-color: rgb(254 202 202 / var(--tw-border-opacity));
}
.border-transparent {
  border-color: transparent;
}
.border-yellow-100 {
  --tw-border-opacity: 1;
  border-color: rgb(254 249 195 / var(--tw-border-opacity));
}
.bg-black\/\[\.05\] {
  background-color: rgb(0 0 0 / .05);
}
.bg-blue-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity));
}
.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.bg-neutral-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
}
.bg-orange-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 247 237 / var(--tw-bg-opacity));
}
.bg-primary-100 {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--primary-hue) var(--primary-saturation) 94% / var(--tw-bg-opacity));
}
.bg-primary-400 {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--primary-hue) var(--primary-saturation) 66% / var(--tw-bg-opacity));
}
.bg-primary-600 {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--primary-hue) var(--primary-saturation) 45% / var(--tw-bg-opacity));
}
.bg-primary-700\/5 {
  background-color: hsl(var(--primary-hue) var(--primary-saturation) 39% / 0.05);
}
.bg-red-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity));
}
.bg-transparent {
  background-color: transparent;
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-yellow-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 252 232 / var(--tw-bg-opacity));
}
.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.from-gray-900 {
  --tw-gradient-from: #111827 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(17 24 39 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.to-gray-600 {
  --tw-gradient-to: #4b5563 var(--tw-gradient-to-position);
}
.bg-clip-text {
  -webkit-background-clip: text;
          background-clip: text;
}
.p-0 {
  padding: 0px;
}
.p-0\.5 {
  padding: 0.125rem;
}
.p-1 {
  padding: 0.25rem;
}
.p-1\.5 {
  padding: 0.375rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-4 {
  padding: 1rem;
}
.p-6 {
  padding: 1.5rem;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-1\.5 {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}
.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;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pb-\[env\(safe-area-inset-bottom\)\] {
  padding-bottom: env(safe-area-inset-bottom);
}
.pb-px {
  padding-bottom: 1px;
}
.pl-5 {
  padding-left: 1.25rem;
}
.pl-6 {
  padding-left: 1.5rem;
}
.pl-\[max\(env\(safe-area-inset-left\)\2c 1\.5rem\)\] {
  padding-left: max(env(safe-area-inset-left),1.5rem);
}
.pr-2 {
  padding-right: 0.5rem;
}
.pr-4 {
  padding-right: 1rem;
}
.pr-\[calc\(env\(safe-area-inset-right\)-1\.5rem\)\] {
  padding-right: calc(env(safe-area-inset-right) - 1.5rem);
}
.pr-\[max\(env\(safe-area-inset-left\)\2c 1\.5rem\)\] {
  padding-right: max(env(safe-area-inset-left),1.5rem);
}
.pr-\[max\(env\(safe-area-inset-right\)\2c 1\.5rem\)\] {
  padding-right: max(env(safe-area-inset-right),1.5rem);
}
.pt-1 {
  padding-top: 0.25rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pt-8 {
  padding-top: 2rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.align-text-bottom {
  vertical-align: text-bottom;
}
.font-mono {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.text-2xl {
  font-size: 1.5rem;
}
.text-4xl {
  font-size: 2.25rem;
}
.text-\[10px\] {
  font-size: 10px;
}
.text-base {
  font-size: 1rem;
}
.text-lg {
  font-size: 1.125rem;
}
.text-sm {
  font-size: .875rem;
}
.text-xl {
  font-size: 1.25rem;
}
.text-xs {
  font-size: .75rem;
}
.font-bold {
  font-weight: 700;
}
.font-extrabold {
  font-weight: 800;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.capitalize {
  text-transform: capitalize;
}
.leading-5 {
  line-height: 1.25rem;
}
.leading-6 {
  line-height: 1.5rem;
}
.leading-7 {
  line-height: 1.75rem;
}
.leading-none {
  line-height: 1;
}
.leading-tight {
  line-height: 1.25;
}
.tracking-tight {
  letter-spacing: -0.015em;
}
.text-\[color\:hsl\(var\(--primary-hue\)\2c 100\%\2c 50\%\)\] {
  --tw-text-opacity: 1;
  color: hsl(var(--primary-hue) 100% 50% / var(--tw-text-opacity));
}
.text-blue-900 {
  --tw-text-opacity: 1;
  color: rgb(30 58 138 / var(--tw-text-opacity));
}
.text-current {
  color: currentColor;
}
.text-gray-100 {
  --tw-text-opacity: 1;
  color: rgb(243 244 246 / var(--tw-text-opacity));
}
.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}
.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}
.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}
.text-orange-800 {
  --tw-text-opacity: 1;
  color: rgb(154 52 18 / var(--tw-text-opacity));
}
.text-primary-800 {
  --tw-text-opacity: 1;
  color: hsl(var(--primary-hue) var(--primary-saturation) 32% / var(--tw-text-opacity));
}
.text-red-900 {
  --tw-text-opacity: 1;
  color: rgb(127 29 29 / var(--tw-text-opacity));
}
.text-slate-900 {
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity));
}
.text-transparent {
  color: transparent;
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-yellow-900 {
  --tw-text-opacity: 1;
  color: rgb(113 63 18 / var(--tw-text-opacity));
}
.underline {
  text-decoration-line: underline;
}
.no-underline {
  text-decoration-line: none;
}
.decoration-from-font {
  text-decoration-thickness: from-font;
}
.underline-offset-2 {
  text-underline-offset: 2px;
}
.opacity-0 {
  opacity: 0;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-80 {
  opacity: 0.8;
}
.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px 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-\[0_-12px_16px_\#fff\] {
  --tw-shadow: 0 -12px 16px #fff;
  --tw-shadow-colored: 0 -12px 16px 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-\[0_-12px_16px_white\] {
  --tw-shadow: 0 -12px 16px white;
  --tw-shadow-colored: 0 -12px 16px 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-\[0_2px_4px_rgba\(0\2c 0\2c 0\2c \.02\)\2c 0_1px_0_rgba\(0\2c 0\2c 0\2c \.06\)\] {
  --tw-shadow: 0 2px 4px rgba(0,0,0,.02),0 1px 0 rgba(0,0,0,.06);
  --tw-shadow-colored: 0 2px 4px var(--tw-shadow-color), 0 1px 0 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-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 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);
}
.shadow-gray-100 {
  --tw-shadow-color: #f3f4f6;
  --tw-shadow: var(--tw-shadow-colored);
}
.ring-1 {
  --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(1px + 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);
}
.ring-black\/5 {
  --tw-ring-color: rgb(0 0 0 / 0.05);
}
.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;
}
.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-opacity {
  transition-property: opacity;
  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;
}
.duration-75 {
  transition-duration: 75ms;
}
.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.\[-webkit-tap-highlight-color\:transparent\] {
  -webkit-tap-highlight-color: transparent;
}
.\[-webkit-touch-callout\:none\] {
  -webkit-touch-callout: none;
}
.\[counter-reset\:step\] {
  counter-reset: step;
}
.\[hyphens\:auto\] {
  hyphens: auto;
}
.\[text-underline-position\:from-font\] {
  text-underline-position: from-font;
}
.\[word-break\:break-word\] {
  word-break: break-word;
}
.content {
  /* netanels typographic system - matching blog.html */
  font-family: var(--font-ui);
  font-size: calc(var(--framer-font-size, 16px) * var(--framer-font-size-scale, 1));
  font-weight: var(--framer-font-weight, 400);
  color: var(--framer-text-color, rgb(var(--color-primary-text)));
  letter-spacing: var(--framer-letter-spacing, 0);
  line-height: var(--framer-line-height, 1.2em);
}
.content h1 {
    font-family: var(--font-ui); /* Inter Display style main heading */
    font-weight: 800; /* Heavy weight for impact */
    font-size: clamp(2.5rem, 5vw, 4rem); /* Responsive scaling like blog.html */
    line-height: 1.1;
    letter-spacing: -0.025em;
    margin-top: 0;
    margin-bottom: var(--space-4);
    text-align: left; /* Left align like blog */
    font-feature-settings: 'rlig' 1, 'calt' 1;
  }
@media (max-width: 768px) {
    .content h1 { 
      font-size: clamp(1.75rem, 8vw, 2.5rem);
      letter-spacing: -0.02em;
    }
  }
.content h2 {
    font-family: var(--font-ui);
    font-weight: 700; /* SF Pro Display Bold style */
    font-size: clamp(1.5rem, 3vw, 2rem);
    line-height: 1.2;
    letter-spacing: -0.015em;
    margin-top: var(--space-3);
    margin-bottom: var(--space-4);
    font-feature-settings: 'rlig' 1, 'calt' 1;
  }
@media (max-width: 768px) {
    .content h2 { 
      font-size: clamp(1.25rem, 5vw, 1.5rem);
      letter-spacing: -0.01em;
    }
  }
.content h3 {
    font-family: var(--font-ui);
    font-weight: 600; /* SF Pro Display Semibold */
    font-size: clamp(1.125rem, 2.5vw, 1.375rem);
    line-height: 1.3;
    letter-spacing: -0.01em;
    margin-top: var(--space-5);
    margin-bottom: var(--space-3);
    font-feature-settings: 'rlig' 1, 'calt' 1;
  }
.content h4, .content h5, .content h6 {
    font-family: var(--font-ui);
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.4;
    letter-spacing: -0.005em;
    margin-top: var(--space-4);
    margin-bottom: var(--space-2);
    font-feature-settings: 'rlig' 1, 'calt' 1;
  }
.content p {
    font-family: var(--font-ui);
    font-weight: 400; /* Regular weight like blog.html */
    font-size: calc(var(--framer-font-size, 16px) * var(--framer-font-size-scale, 1));
    line-height: var(--framer-line-height, 1.5);
    letter-spacing: var(--framer-letter-spacing, 0);
    margin-top: var(--space-4);
    margin-bottom: 0;
    font-feature-settings: 'rlig' 1, 'calt' 1;
  }
.content .not-prose p {
  margin-top: 0px;
  line-height: 1.5;
}
.content a {
    color: rgb(var(--color-primary-text));
    text-decoration: underline;
    text-underline-offset: 2px;
    transition: color var(--motion-fast) var(--easing-standard);
  }
.content .not-prose a {
  color: currentColor;
  text-decoration-line: none;
}
.content blockquote {
  margin-top: 1.5rem;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
  font-style: italic;
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
.content blockquote:first-child {
  margin-top: 0px;
}
:is([dir="ltr"] .content blockquote) {
  border-left-width: 2px;
  padding-left: 1.5rem;
}
:is([dir="rtl"] .content blockquote) {
  border-right-width: 2px;
  padding-right: 1.5rem;
}
:is(html[class~="dark"] .content blockquote) {
  --tw-border-opacity: 1;
  border-color: rgb(55 65 81 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}
.content pre:not(.code-block pre) {
  margin-bottom: 1rem;
  overflow-x: auto;
  border-radius: 0.75rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
  background-color: hsl(var(--primary-hue) var(--primary-saturation) 39% / 0.05);
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: .9em;
  font-weight: 500;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}
@media (prefers-contrast: more) {

  .content pre:not(.code-block pre) {
    border-width: 1px;
    border-color: hsl(var(--primary-hue) var(--primary-saturation) 24% / 0.2);
    --tw-contrast: contrast(1.5);
    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);
  }
}
:is(html[class~="dark"] .content pre:not(.code-block pre)) {
  --tw-border-opacity: 1;
  border-color: rgb(55 65 81 / var(--tw-border-opacity));
  background-color: hsl(var(--primary-hue) var(--primary-saturation) 77% / 0.1);
}
@media (prefers-contrast: more) {

  :is(html[class~="dark"] .content pre:not(.code-block pre)) {
    border-color: hsl(var(--primary-hue) var(--primary-saturation) 94% / 0.4);
  }
}
.content code:not(.code-block code) {
  overflow-wrap: break-word;
  border-radius: 0.375rem;
  border-width: 1px;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  --tw-border-opacity: 0.08;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.03;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  padding-left: .25em;
  padding-right: .25em;
  font-size: .9em;
}
:is(html[class~="dark"] .content code:not(.code-block code)) {
  border-color: rgb(255 255 255 / 0.2);
  background-color: rgb(255 255 255 / 0.1);
}
.content table:not(.code-block table) {
  margin-top: 1.5rem;
  display: block;
  overflow-x: auto;
  padding: 0px;
}
.content table:not(.code-block table):first-child {
  margin-top: 0px;
}
.content table:not(.code-block table) tr {
  margin: 0px;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
  padding: 0px;
}
.content table:not(.code-block table) tr:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
:is(html[class~="dark"] .content table:not(.code-block table) tr) {
  --tw-border-opacity: 1;
  border-color: rgb(75 85 99 / var(--tw-border-opacity));
}
:is(html[class~="dark"] .content table:not(.code-block table) tr):nth-child(even) {
  background-color: rgb(75 85 99 / 0.2);
}
.content table:not(.code-block table) th {
  margin: 0px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-weight: 600;
}
:is(html[class~="dark"] .content table:not(.code-block table) th) {
  --tw-border-opacity: 1;
  border-color: rgb(75 85 99 / var(--tw-border-opacity));
}
.content table:not(.code-block table) td {
  margin: 0px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
:is(html[class~="dark"] .content table:not(.code-block table) td) {
  --tw-border-opacity: 1;
  border-color: rgb(75 85 99 / var(--tw-border-opacity));
}
.content ol {
  margin-top: 1.5rem;
  list-style-type: decimal;
}
.content ol:first-child {
  margin-top: 0px;
}
:is([dir="ltr"] .content ol) {
  margin-left: 1.5rem;
}
:is([dir="rtl"] .content ol) {
  margin-right: 1.5rem;
}
.content ol li {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.content ul {
  margin-top: 1.5rem;
  list-style-type: disc;
}
.content ul:first-child {
  margin-top: 0px;
}
:is([dir="ltr"] .content ul) {
  margin-left: 1.5rem;
}
:is([dir="rtl"] .content ul) {
  margin-right: 1.5rem;
}
.content ul li {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.content .not-prose ul, .content .not-prose ol {
  margin: 0px;
  list-style-type: none;
}
.content .not-prose ul li, .content .not-prose ol li {
  margin: 0px;
}
.content kbd {
  overflow-wrap: break-word;
  border-radius: 0.375rem;
  border-width: 1px;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  --tw-border-opacity: 0.04;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.03;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  padding-left: .25em;
  padding-right: .25em;
  font-size: .9em;
}
:is(html[class~="dark"] .content kbd) {
  border-color: rgb(255 255 255 / 0.1);
  background-color: rgb(255 255 255 / 0.1);
}
.content pre:not(.code-block pre).mermaid {
  border-radius: 0px;
  background-color: transparent;
}
:is(html[class~="dark"] .content pre:not(.code-block pre).mermaid) {
  background-color: transparent;
}
.content img {
  margin-left: auto;
  margin-right: auto;
  margin-top: 1rem;
  margin-bottom: 1rem;
  border-radius: 0.375rem;
}
.content .not-prose img {
  margin: 0px;
  border-radius: 0px;
}
.content figure figcaption {
      font-size: 14px;
      color: rgba(var(--color-secondary-text), 0.6);
      margin-top: var(--space-2);
      text-align: center;
    }
.content .footnotes {
  margin-top: 3rem;
  font-size: .875rem;
}
.subheading-anchor {
  opacity: 0;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
:is([dir="ltr"] .subheading-anchor) {
  margin-left: 0.25rem;
}
:is([dir="rtl"] .subheading-anchor) {
  margin-right: 0.25rem;
}
span:target + .subheading-anchor,
  :hover > .subheading-anchor,
  .subheading-anchor:focus {
  opacity: 1;
}
span + .subheading-anchor,
  :hover > .subheading-anchor {
  text-decoration-line: none !important;
}
.subheading-anchor:after {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  --tw-content: '#';
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}
:is(html[class~="dark"] .subheading-anchor):after {
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity));
}
span:target + .subheading-anchor:after {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}
:is(html[class~="dark"] span:target + .subheading-anchor):after {
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity));
}
article.typesetting-article {
  font-size: 17px;
  font-feature-settings:
    'rlig' 1,
    'calt' 1;
}
article.typesetting-article h1 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  text-align: center;
    font-size: 2.5rem;
}
article.typesetting-article h2 {
  border-style: none;
}
article.typesetting-article a {
  text-decoration-line: none;
}
article.typesetting-article a:hover {
  text-decoration-line: underline;
}
article.typesetting-article p {
  line-height: 2rem;
}
article.typesetting-article code {
  border-style: none;
}
:is(html[class~="dark"] article.typesetting-article code) {
  --tw-bg-opacity: 1;
  background-color: rgb(64 64 64 / var(--tw-bg-opacity));
}
:is(html[class~="dark"] article.typesetting-article pre code) {
  background-color: transparent;
}
article.typesetting-article .subheading-anchor + a {
  text-decoration-line: none;
}
article.typesetting-article .subheading-anchor + a::after {
  content: var(--tw-content);
  display: none;
}
article.typesetting-article .subheading-anchor + a:hover {
  text-decoration-line: none;
}
article details > summary::-webkit-details-marker {
  display: none;
}
article details > summary::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='h-5 w-5' viewBox='0 0 20 20' fill='currentColor'%3E%3Cpath fill-rule='evenodd' d='M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z' clip-rule='evenodd' /%3E%3C/svg%3E");
    height: 1.2em;
    width: 1.2em;
    vertical-align: -4px;
  }
/* Code syntax highlight */
/* Light theme for syntax highlight */
/* Generated using `hugo gen chromastyles --style=github` */
.highlight {
  /* Background  .bg { background-color: #ffffff; } */
  /* PreWrapper  .chroma { background-color: #ffffff; } */
  /* Other .chroma .x {  } */
  /* CodeLine .chroma .cl {  } */
  /* LineTableTD .chroma .lntd { vertical-align: top; padding: 0; margin: 0; border: 0; } */
  /* LineTable .chroma .lntable { border-spacing: 0; padding: 0; margin: 0; border: 0; } */
  /* LineHighlight .chroma .hl { background-color: #ffffcc } */
  /* LineNumbersTable .chroma .lnt { white-space: pre; -webkit-user-select: none; user-select: none; margin-right: 0.4em; padding: 0 0.4em 0 0.4em;color: #7f7f7f } */
  /* LineNumbers .chroma .ln { white-space: pre; -webkit-user-select: none; user-select: none; margin-right: 0.4em; padding: 0 0.4em 0 0.4em;color: #7f7f7f } */
  /* Name .chroma .n {  } */
  /* NameFunctionMagic .chroma .fm {  } */
  /* NameOther .chroma .nx {  } */
  /* NameProperty .chroma .py {  } */
  /* NameVariableMagic .chroma .vm {  } */
  /* Literal .chroma .l {  } */
  /* LiteralDate .chroma .ld {  } */
  /* Punctuation .chroma .p {  } */
  /* Generic .chroma .g {  } */
}
/* Error */
.highlight .chroma .err { color: #a61717; background-color: #e3d2d2 }
/* LineLink */
.highlight .chroma .lnlinks { outline: none; text-decoration: none; color: inherit }
/* Line */
.highlight .chroma .line { display: flex; }
/* Keyword */
.highlight .chroma .k { color: #000000; font-weight: bold }
/* KeywordConstant */
.highlight .chroma .kc { color: #000000; font-weight: bold }
/* KeywordDeclaration */
.highlight .chroma .kd { color: #000000; font-weight: bold }
/* KeywordNamespace */
.highlight .chroma .kn { color: #000000; font-weight: bold }
/* KeywordPseudo */
.highlight .chroma .kp { color: #000000; font-weight: bold }
/* KeywordReserved */
.highlight .chroma .kr { color: #000000; font-weight: bold }
/* KeywordType */
.highlight .chroma .kt { color: #445588; font-weight: bold }
/* NameAttribute */
.highlight .chroma .na { color: #008080 }
/* NameBuiltin */
.highlight .chroma .nb { color: #0086b3 }
/* NameBuiltinPseudo */
.highlight .chroma .bp { color: #999999 }
/* NameClass */
.highlight .chroma .nc { color: #445588; font-weight: bold }
/* NameConstant */
.highlight .chroma .no { color: #008080 }
/* NameDecorator */
.highlight .chroma .nd { color: #3c5d5d; font-weight: bold }
/* NameEntity */
.highlight .chroma .ni { color: #800080 }
/* NameException */
.highlight .chroma .ne { color: #990000; font-weight: bold }
/* NameFunction */
.highlight .chroma .nf { color: #990000; font-weight: bold }
/* NameLabel */
.highlight .chroma .nl { color: #990000; font-weight: bold }
/* NameNamespace */
.highlight .chroma .nn { color: #555555 }
/* NameTag */
.highlight .chroma .nt { color: #000080 }
/* NameVariable */
.highlight .chroma .nv { color: #008080 }
/* NameVariableClass */
.highlight .chroma .vc { color: #008080 }
/* NameVariableGlobal */
.highlight .chroma .vg { color: #008080 }
/* NameVariableInstance */
.highlight .chroma .vi { color: #008080 }
/* LiteralString */
.highlight .chroma .s { color: #dd1144 }
/* LiteralStringAffix */
.highlight .chroma .sa { color: #dd1144 }
/* LiteralStringBacktick */
.highlight .chroma .sb { color: #dd1144 }
/* LiteralStringChar */
.highlight .chroma .sc { color: #dd1144 }
/* LiteralStringDelimiter */
.highlight .chroma .dl { color: #dd1144 }
/* LiteralStringDoc */
.highlight .chroma .sd { color: #dd1144 }
/* LiteralStringDouble */
.highlight .chroma .s2 { color: #dd1144 }
/* LiteralStringEscape */
.highlight .chroma .se { color: #dd1144 }
/* LiteralStringHeredoc */
.highlight .chroma .sh { color: #dd1144 }
/* LiteralStringInterpol */
.highlight .chroma .si { color: #dd1144 }
/* LiteralStringOther */
.highlight .chroma .sx { color: #dd1144 }
/* LiteralStringRegex */
.highlight .chroma .sr { color: #009926 }
/* LiteralStringSingle */
.highlight .chroma .s1 { color: #dd1144 }
/* LiteralStringSymbol */
.highlight .chroma .ss { color: #990073 }
/* LiteralNumber */
.highlight .chroma .m { color: #009999 }
/* LiteralNumberBin */
.highlight .chroma .mb { color: #009999 }
/* LiteralNumberFloat */
.highlight .chroma .mf { color: #009999 }
/* LiteralNumberHex */
.highlight .chroma .mh { color: #009999 }
/* LiteralNumberInteger */
.highlight .chroma .mi { color: #009999 }
/* LiteralNumberIntegerLong */
.highlight .chroma .il { color: #009999 }
/* LiteralNumberOct */
.highlight .chroma .mo { color: #009999 }
/* Operator */
.highlight .chroma .o { color: #000000; font-weight: bold }
/* OperatorWord */
.highlight .chroma .ow { color: #000000; font-weight: bold }
/* Comment */
.highlight .chroma .c { color: #999988; font-style: italic }
/* CommentHashbang */
.highlight .chroma .ch { color: #999988; font-style: italic }
/* CommentMultiline */
.highlight .chroma .cm { color: #999988; font-style: italic }
/* CommentSingle */
.highlight .chroma .c1 { color: #999988; font-style: italic }
/* CommentSpecial */
.highlight .chroma .cs { color: #999999; font-weight: bold; font-style: italic }
/* CommentPreproc */
.highlight .chroma .cp { color: #999999; font-weight: bold; font-style: italic }
/* CommentPreprocFile */
.highlight .chroma .cpf { color: #999999; font-weight: bold; font-style: italic }
/* GenericDeleted */
.highlight .chroma .gd { color: #000000; background-color: #ffdddd }
/* GenericEmph */
.highlight .chroma .ge { color: #000000; font-style: italic }
/* GenericError */
.highlight .chroma .gr { color: #aa0000 }
/* GenericHeading */
.highlight .chroma .gh { color: #999999 }
/* GenericInserted */
.highlight .chroma .gi { color: #000000; background-color: #ddffdd }
/* GenericOutput */
.highlight .chroma .go { color: #888888 }
/* GenericPrompt */
.highlight .chroma .gp { color: #555555 }
/* GenericStrong */
.highlight .chroma .gs { font-weight: bold }
/* GenericSubheading */
.highlight .chroma .gu { color: #aaaaaa }
/* GenericTraceback */
.highlight .chroma .gt { color: #aa0000 }
/* GenericUnderline */
.highlight .chroma .gl { text-decoration: underline }
/* TextWhitespace */
.highlight .chroma .w { color: #bbbbbb }
.dark .highlight {
  /* Background .bg { color: #c9d1d9; background-color: #0d1117; }
  /* PreWrapper .chroma { color: #c9d1d9; background-color: #0d1117; } */
  /* LineTableTD .chroma .lntd { vertical-align: top; padding: 0; margin: 0; border: 0; } */
  /* LineTable .chroma .lntable { border-spacing: 0; padding: 0; margin: 0; border: 0; } */
  /* LineHighlight .chroma .hl { background-color: #ffffcc } */
  /* LineNumbersTable .chroma .lnt { white-space: pre; -webkit-user-select: none; user-select: none; margin-right: 0.4em; padding: 0 0.4em 0 0.4em;color: #64686c } */
  /* LineNumbers .chroma .ln { white-space: pre; -webkit-user-select: none; user-select: none; margin-right: 0.4em; padding: 0 0.4em 0 0.4em;color: #6e7681 } */
}
/* Other */
.dark .highlight .chroma .x {  }
/* Error */
.dark .highlight .chroma .err { color: #f85149 }
/* CodeLine */
.dark .highlight .chroma .cl {  }
/* LineLink */
.dark .highlight .chroma .lnlinks { outline: none; text-decoration: none; color: inherit }
/* Line */
.dark .highlight .chroma .line { display: flex; }
/* Keyword */
.dark .highlight .chroma .k { color: #ff7b72 }
/* KeywordConstant */
.dark .highlight .chroma .kc { color: #79c0ff }
/* KeywordDeclaration */
.dark .highlight .chroma .kd { color: #ff7b72 }
/* KeywordNamespace */
.dark .highlight .chroma .kn { color: #ff7b72 }
/* KeywordPseudo */
.dark .highlight .chroma .kp { color: #79c0ff }
/* KeywordReserved */
.dark .highlight .chroma .kr { color: #ff7b72 }
/* KeywordType */
.dark .highlight .chroma .kt { color: #ff7b72 }
/* Name */
.dark .highlight .chroma .n {  }
/* NameAttribute */
.dark .highlight .chroma .na {  }
/* NameBuiltin */
.dark .highlight .chroma .nb {  }
/* NameBuiltinPseudo */
.dark .highlight .chroma .bp {  }
/* NameClass */
.dark .highlight .chroma .nc { color: #f0883e; font-weight: bold }
/* NameConstant */
.dark .highlight .chroma .no { color: #79c0ff; font-weight: bold }
/* NameDecorator */
.dark .highlight .chroma .nd { color: #d2a8ff; font-weight: bold }
/* NameEntity */
.dark .highlight .chroma .ni { color: #ffa657 }
/* NameException */
.dark .highlight .chroma .ne { color: #f0883e; font-weight: bold }
/* NameFunction */
.dark .highlight .chroma .nf { color: #d2a8ff; font-weight: bold }
/* NameFunctionMagic */
.dark .highlight .chroma .fm {  }
/* NameLabel */
.dark .highlight .chroma .nl { color: #79c0ff; font-weight: bold }
/* NameNamespace */
.dark .highlight .chroma .nn { color: #ff7b72 }
/* NameOther */
.dark .highlight .chroma .nx {  }
/* NameProperty */
.dark .highlight .chroma .py { color: #79c0ff }
/* NameTag */
.dark .highlight .chroma .nt { color: #7ee787 }
/* NameVariable */
.dark .highlight .chroma .nv { color: #79c0ff }
/* NameVariableClass */
.dark .highlight .chroma .vc {  }
/* NameVariableGlobal */
.dark .highlight .chroma .vg {  }
/* NameVariableInstance */
.dark .highlight .chroma .vi {  }
/* NameVariableMagic */
.dark .highlight .chroma .vm {  }
/* Literal */
.dark .highlight .chroma .l { color: #a5d6ff }
/* LiteralDate */
.dark .highlight .chroma .ld { color: #79c0ff }
/* LiteralString */
.dark .highlight .chroma .s { color: #a5d6ff }
/* LiteralStringAffix */
.dark .highlight .chroma .sa { color: #79c0ff }
/* LiteralStringBacktick */
.dark .highlight .chroma .sb { color: #a5d6ff }
/* LiteralStringChar */
.dark .highlight .chroma .sc { color: #a5d6ff }
/* LiteralStringDelimiter */
.dark .highlight .chroma .dl { color: #79c0ff }
/* LiteralStringDoc */
.dark .highlight .chroma .sd { color: #a5d6ff }
/* LiteralStringDouble */
.dark .highlight .chroma .s2 { color: #a5d6ff }
/* LiteralStringEscape */
.dark .highlight .chroma .se { color: #79c0ff }
/* LiteralStringHeredoc */
.dark .highlight .chroma .sh { color: #79c0ff }
/* LiteralStringInterpol */
.dark .highlight .chroma .si { color: #a5d6ff }
/* LiteralStringOther */
.dark .highlight .chroma .sx { color: #a5d6ff }
/* LiteralStringRegex */
.dark .highlight .chroma .sr { color: #79c0ff }
/* LiteralStringSingle */
.dark .highlight .chroma .s1 { color: #a5d6ff }
/* LiteralStringSymbol */
.dark .highlight .chroma .ss { color: #a5d6ff }
/* LiteralNumber */
.dark .highlight .chroma .m { color: #a5d6ff }
/* LiteralNumberBin */
.dark .highlight .chroma .mb { color: #a5d6ff }
/* LiteralNumberFloat */
.dark .highlight .chroma .mf { color: #a5d6ff }
/* LiteralNumberHex */
.dark .highlight .chroma .mh { color: #a5d6ff }
/* LiteralNumberInteger */
.dark .highlight .chroma .mi { color: #a5d6ff }
/* LiteralNumberIntegerLong */
.dark .highlight .chroma .il { color: #a5d6ff }
/* LiteralNumberOct */
.dark .highlight .chroma .mo { color: #a5d6ff }
/* Operator */
.dark .highlight .chroma .o { color: #ff7b72; font-weight: bold }
/* OperatorWord */
.dark .highlight .chroma .ow { color: #ff7b72; font-weight: bold }
/* Punctuation */
.dark .highlight .chroma .p {  }
/* Comment */
.dark .highlight .chroma .c { color: #8b949e; font-style: italic }
/* CommentHashbang */
.dark .highlight .chroma .ch { color: #8b949e; font-style: italic }
/* CommentMultiline */
.dark .highlight .chroma .cm { color: #8b949e; font-style: italic }
/* CommentSingle */
.dark .highlight .chroma .c1 { color: #8b949e; font-style: italic }
/* CommentSpecial */
.dark .highlight .chroma .cs { color: #8b949e; font-weight: bold; font-style: italic }
/* CommentPreproc */
.dark .highlight .chroma .cp { color: #8b949e; font-weight: bold; font-style: italic }
/* CommentPreprocFile */
.dark .highlight .chroma .cpf { color: #8b949e; font-weight: bold; font-style: italic }
/* Generic */
.dark .highlight .chroma .g {  }
/* GenericDeleted */
.dark .highlight .chroma .gd { color: #ffa198; background-color: #490202 }
/* GenericEmph */
.dark .highlight .chroma .ge { font-style: italic }
/* GenericError */
.dark .highlight .chroma .gr { color: #ffa198 }
/* GenericHeading */
.dark .highlight .chroma .gh { color: #79c0ff; font-weight: bold }
/* GenericInserted */
.dark .highlight .chroma .gi { color: #56d364; background-color: #0f5323 }
/* GenericOutput */
.dark .highlight .chroma .go { color: #8b949e }
/* GenericPrompt */
.dark .highlight .chroma .gp { color: #8b949e }
/* GenericStrong */
.dark .highlight .chroma .gs { font-weight: bold }
/* GenericSubheading */
.dark .highlight .chroma .gu { color: #79c0ff }
/* GenericTraceback */
.dark .highlight .chroma .gt { color: #ff7b72 }
/* GenericUnderline */
.dark .highlight .chroma .gl { text-decoration: underline }
/* TextWhitespace */
.dark .highlight .chroma .w { color: #6e7681 }
.code-block {
  font-size: .9em;
  line-height: 1.25rem;
}
.code-block pre {
  overflow-x: auto;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
  background-color: hsl(var(--primary-hue) var(--primary-saturation) 39% / 0.05);
  font-size: .9em;
  font-weight: 500;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}
@media (prefers-contrast: more) {

  .code-block pre {
    border-width: 1px;
    border-color: hsl(var(--primary-hue) var(--primary-saturation) 24% / 0.2);
    --tw-contrast: contrast(1.5);
    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);
  }
}
:is(html[class~="dark"] .code-block pre) {
  --tw-border-opacity: 1;
  border-color: rgb(55 65 81 / var(--tw-border-opacity));
  background-color: hsl(var(--primary-hue) var(--primary-saturation) 77% / 0.1);
}
@media (prefers-contrast: more) {

  :is(html[class~="dark"] .code-block pre) {
    border-color: hsl(var(--primary-hue) var(--primary-saturation) 94% / 0.4);
  }
}
.code-block .filename {
  position: absolute;
  top: 0px;
  z-index: 1;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
  background-color: hsl(var(--primary-hue) var(--primary-saturation) 39% / 0.05);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: .75rem;
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
:is(html[class~="dark"] .code-block .filename) {
  --tw-border-opacity: 1;
  border-color: rgb(55 65 81 / var(--tw-border-opacity));
  background-color: hsl(var(--primary-hue) var(--primary-saturation) 77% / 0.1);
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity));
}
.code-block pre:not(.lntable pre) {
  margin-bottom: 1rem;
  border-radius: 0.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.code-block div:nth-of-type(2) pre {
  padding-top: 3rem;
  padding-bottom: 1rem;
}
.chroma .lntable {
  margin: 0px;
  display: block;
  width: auto;
  overflow: auto;
  border-radius: 0.75rem;
}
.chroma .lntable pre {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.chroma .ln,
  .chroma .lnt:not(.hl > .lnt),
  .chroma .hl {
  min-width: 2.6rem;
  padding-left: 1rem;
  padding-right: 1rem;
  --tw-text-opacity: 1;
  color: rgb(82 82 82 / var(--tw-text-opacity));
}
:is(html[class~="dark"] .chroma .ln),:is(html[class~="dark"] 
  .chroma .lnt:not(.hl > .lnt)),:is(html[class~="dark"] 
  .chroma .hl) {
  --tw-text-opacity: 1;
  color: rgb(212 212 212 / var(--tw-text-opacity));
}
.chroma .lntd {
  padding: 0px;
  vertical-align: top;
}
.chroma .lntd:last-of-type {
  width: 100%;
}
/* LineHighlight */
.chroma .hl {
  display: block;
  width: 100%;
  background-color: hsl(var(--primary-hue) var(--primary-saturation) 32% / 0.1);
}
/* ===== DESIGN SYSTEM TOKENS ===== */
:root {
  /* Color Tokens */
  --color-text: rgba(0, 0, 0, 0.9);
  --color-text-subtle: rgba(0, 0, 0, 0.8);
  --color-text-muted: rgba(0, 0, 0, 0.4);
  --color-text-inverse: #ffffff;
  --color-surface: #ffffff;
  --color-surface-muted: rgba(0, 0, 0, 0.02);
  --color-surface-elevated: rgba(0, 0, 0, 0.04);
  --color-border-subtle: rgba(0, 0, 0, 0.2);
  --color-border-elevated: rgba(0, 0, 0, 0.3);

  /* Spacing Tokens */
  --space-0: 0;
  --space-2: 2px;
  --space-4: 4px;
  --space-8: 8px;
  --space-10: 10px;
  --space-12: 12px;
  --space-16: 16px;
  --space-20: 20px;
  --space-24: 24px;
  --space-32: 32px;
  --space-40: 40px;
  --space-48: 48px;
  --space-64: 64px;
  --space-80: 80px;

  /* Radius Tokens */
  --radius-2: 2px;
  --radius-4: 4px;
  --radius-8: 8px;
  --radius-12: 12px;
  --radius-16: 16px;
  --radius-20: 20px;
  --radius-24: 24px;
  --radius-32: 32px;
  --radius-pill: 999px;

  /* Elevation Tokens (Multi-layer shadow stacks) */
  --elevation-1: 0 1px 3px rgba(0, 0, 0, 0.1);
  --elevation-2: 0 1px 3px rgba(0, 0, 0, 0.1),
                 0 1px 2px rgba(0, 0, 0, 0.06);
  --elevation-3: 0 1px 3px rgba(0, 0, 0, 0.1),
                 0 4px 12px rgba(0, 0, 0, 0.15);
  --elevation-4: 0 1px 3px rgba(0, 0, 0, 0.1),
                 0 8px 24px rgba(0, 0, 0, 0.15);
  --elevation-5: 0 1px 3px rgba(0, 0, 0, 0.1),
                 0 12px 32px rgba(0, 0, 0, 0.2);

  /* Motion Tokens - Matching button.css timing */
  --dur-micro: 200ms;
  --dur-small: 400ms;
  --dur-medium: 400ms;
  --dur-large: 600ms;
  --ease-standard: cubic-bezier(0.2, 0.8, 0.2, 1);
  --ease-inout: cubic-bezier(0.45, 0, 0.40, 1);
}
/* Dark Mode Overrides */
.dark {
  --color-text: rgba(255, 255, 255, 0.9);
  --color-text-subtle: rgba(255, 255, 255, 0.8);
  --color-text-muted: rgba(255, 255, 255, 0.4);
  --color-surface: rgba(255, 255, 255, 0.03);
  --color-surface-muted: rgba(255, 255, 255, 0.02);
  --color-surface-elevated: rgba(255, 255, 255, 0.05);
  --color-border-subtle: rgba(255, 255, 255, 0.15);
  --color-border-elevated: rgba(255, 255, 255, 0.25);
}
/* ===== CARD GRID LAYOUT ===== */
.netanelio-cards {
  grid-template-columns: repeat(auto-fill, minmax(max(280px, calc((100% - var(--space-16) * 2) / var(--rows))), 1fr));
  gap: var(--space-24);
}
/* ===== BASE CARD STYLES ===== */
.netanelio-card {
  /* Surface & Layout */
  background-color: var(--color-surface);
  border: 1px solid var(--color-border-subtle);
  border-radius: var(--radius-16);
  padding: var(--space-20);
  
  /* Elevation */
  box-shadow: var(--elevation-2);
  
  /* Motion Setup - Matching button.css style */
  transition: all var(--dur-small) var(--ease-standard);
  will-change: transform;
  
  /* Layout */
  overflow: hidden;
  position: relative;
  
  /* Typography */
  color: var(--color-text);
  
  /* Performance & Animations */
  -webkit-tap-highlight-color: transparent;
}
/* ===== HOVER EFFECTS - Subtle & Elegant ===== */
.netanelio-card:hover {
  /* Transform: Subtle lift matching button.css */
  transform: translateY(-1px);
  
  /* Elevation increase */
  box-shadow: var(--elevation-3);
  
  /* Border enhancement */
  border-color: var(--color-border-elevated);
  
  /* Background subtle tint */
  background-color: var(--color-surface-elevated);
}
/* ===== ACTIVE/PRESS STATE - Matching button.css ===== */
.netanelio-card:active {
  /* Press feedback: subtle scale down */
  transform: translateY(0px) scale(0.98);
  transition-duration: var(--dur-micro);
  
  /* Reduce elevation on press */
  box-shadow: var(--elevation-1);
}
/* ===== FOCUS STATE (Accessibility) ===== */
.netanelio-card:focus-visible {
  outline: 2px solid rgba(0, 153, 255, 0.6);
  outline-offset: 2px;
}
/* ===== CARD IMAGES ===== */
.netanelio-card img {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border-radius: var(--radius-8);
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform var(--dur-small) var(--ease-standard);
}
/* Subtle image enhancement on hover */
.netanelio-card:hover img {
  transform: scale(1.01);
}
/* ===== CARD ICONS ===== */
.netanelio-card svg {
  width: 1.5rem;
  color: var(--color-text-muted);
  transition: color var(--dur-small) var(--ease-standard);
}
/* Icon enhancement on hover */
.netanelio-card:hover svg {
  color: var(--color-text-subtle);
}
/* ===== CARD TEXT ===== */
.netanelio-card p {
  margin-top: var(--space-12);
  color: var(--color-text-subtle);
  line-height: 1.2;
  transition: color var(--dur-small) var(--ease-standard);
}
/* Text enhancement on hover */
.netanelio-card:hover p {
  color: var(--color-text);
}
/* ===== DARK THEME OVERRIDES ===== */
.dark .netanelio-card {
  background-color: var(--color-surface);
  border-color: var(--color-border-subtle);
}
.dark .netanelio-card:hover {
  box-shadow: var(--elevation-3);
  border-color: var(--color-border-elevated);
  background-color: var(--color-surface-elevated);
}
.dark .netanelio-card svg {
  color: var(--color-text-muted);
}
.dark .netanelio-card:hover svg {
  color: var(--color-text-subtle);
}
/* ===== REDUCED MOTION SUPPORT ===== */
@media (prefers-reduced-motion: reduce) {
  .netanelio-card {
    transition: none;
  }
  
  .netanelio-card:hover,
  .netanelio-card:active {
    transform: none;
  }
  
  .netanelio-card img {
    transition: none;
  }
  
  .netanelio-card:hover img {
    transform: none;
  }
}
/* ===== RESPONSIVE ADJUSTMENTS ===== */
@media (max-width: 799px) {
  .netanelio-cards {
    gap: var(--space-16);
  }
  
  .netanelio-card {
    padding: var(--space-16);
    border-radius: var(--radius-12);
  }
}
@media (max-width: 480px) {
  .netanelio-card {
    padding: var(--space-12);
    border-radius: var(--radius-12);
  }
  
  .netanelio-card:hover {
    transform: translateY(-1px);
  }
}
/* ==========================================================================
   Magic Button Component - Framer-Style Sliding Machine Effect
   ========================================================================== */
/* Button Base Styles */
.magic-button {
  /* Layout & Display */
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  
  /* Sizing & Spacing */
  width: 140px;
  height: 48px;
  padding: 10px 12px; /* Increased right padding to move content right */
  min-height: 48px;
  
  /* Visual Styling */
  background-color: rgb(247, 247, 247);
  color: rgb(31, 31, 31);
  border: 1px solid rgba(209, 211, 214, 0);
  border-radius: 16px;
  
  /* Typography */
  font-family: "Inter Display", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  
  /* Interactive States */
  cursor: pointer;
  text-decoration: none;
  
  /* Layout & Positioning */
  position: relative;
  overflow: hidden;
  
  /* Performance & Animations */
  will-change: transform;
  transition: all 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
  
  /* Accessibility */
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-tap-highlight-color: transparent;
  
  /* Box shadow */
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
/* Content Container - Framer-style structure */
.magic-button .mb-content-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
  gap: 10px; /* Increased gap between text and icon */
  /* margin-right: 3px; Add right margin to prevent text cutting */
}
/* Primary Content - Visible by default */
.magic-button .mb-content-primary {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px; /* Increased gap between text and icon */
  transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
  transform: none;
  color: inherit;
  padding-right: 3px; /* Add right padding to move text right */
}
/* Secondary Content - Hidden below with opacity 0.6 */
.magic-button .mb-content-secondary {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px; /* Increased gap between text and icon */
  transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
  transform: translateY(100%); /* Start below the primary content */
  opacity: 0.6;
  color: rgba(0, 0, 0, 0.4); /* Match hero-subtitle color */
  font-weight: 699; /* Match hero-subtitle boldness */
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding-right: 3px; /* Add right padding to move text right */
}
/* Icon Container - Framer-style structure */
.magic-button .mb-icon-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}
/* Primary Icon - Visible by default */
.magic-button .mb-icon-primary {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
  transform: none;
}
/* Secondary Icon - Hidden below with opacity 0.6 */
.magic-button .mb-icon-secondary {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
  transform: translateY(100%); /* Start below the primary icon */
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
/* Secondary icon color matching hero-subtitle */
.magic-button .mb-icon-secondary svg path {
  stroke: rgba(0, 0, 0, 0.4); /* Match hero-subtitle color */
}
/* Ensure no text decoration */
.magic-button,
.magic-button *,
.magic-button .mb-content-primary,
.magic-button .mb-content-secondary,
.magic-button .mb-icon-primary,
.magic-button .mb-icon-secondary {
  text-decoration: none !important;
}
/* Hover State */
.magic-button:hover {
  transform: translateY(-1px);
  background-color: rgb(240, 240, 240);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
/* FRAMER-STYLE SLIDING MACHINE EFFECT */
/* Primary content slides UP and disappears */
.magic-button:hover .mb-content-primary {
  transform: translateY(-100%);
}
.magic-button:hover .mb-icon-primary {
  transform: translateY(-100%);
}
/* Secondary content slides UP to center */
.magic-button:hover .mb-content-secondary {
  transform: translateY(0); /* Move to center position */
  opacity: 1;
}
.magic-button:hover .mb-icon-secondary {
  transform: translateY(0); /* Move to center position */
  opacity: 1;
}
/* Active/Pressed State */
.magic-button:active {
  transform: translateY(0px) scale(0.98);
  transition-duration: 0.2s;
}
/* Focus State for Accessibility */
.magic-button:focus-visible {
  outline: 2px solid rgba(0, 153, 255, 0.6);
  outline-offset: 2px;
}
/* Secondary Button Variant */
.magic-button.secondary {
  background-color: transparent;
  color: rgb(0, 153, 255);
  border: 1px solid rgba(0, 153, 255, 0.2);
}
.magic-button.secondary:hover {
  background-color: rgba(0, 153, 255, 0.05);
  border-color: rgba(0, 153, 255, 0.3);
}
/* Dark Mode Overrides */
.dark .magic-button {
  background-color: rgb(40, 40, 40); /* Dark gray in dark mode */
  color: rgb(240, 240, 240); /* Light text in dark mode */
  border-color: rgba(255, 255, 255, 0.1);
  text-decoration: none; /* Remove underline in dark mode */
}
.dark .magic-button:hover {
  background-color: rgb(50, 50, 50); /* Slightly lighter on hover */
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  text-decoration: none; /* Remove underline on hover in dark mode */
}
/* Dark mode secondary text color */
.dark .magic-button .mb-content-secondary {
  color: rgba(255, 255, 255, 0.4) !important; /* Match hero-subtitle dark mode */
}
/* Dark mode secondary icon color */
.dark .magic-button .mb-icon-secondary svg path {
  stroke: rgba(255, 255, 255, 0.4) !important; /* Match hero-subtitle dark mode */
}
.dark .magic-button.secondary {
  background-color: transparent;
  color: rgb(240, 240, 240); /* Same color as primary button in dark mode */
  border-color: rgba(100, 200, 255, 0.3);
}
.dark .magic-button.secondary:hover {
  background-color: rgba(100, 200, 255, 0.1);
  border-color: rgba(100, 200, 255, 0.4);
}
/* Disabled State */
.magic-button:disabled,
.magic-button[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}
/* Loading State */
.magic-button.loading {
  pointer-events: none;
}
.magic-button.loading .mb-content-primary {
  opacity: 0.7;
}
/* Size Variants */
.magic-button.small {
  width: 120px;
  height: 40px;
  padding: 8px 12px;
  font-size: 14px;
  min-height: 40px;
}
.magic-button.large {
  width: 160px;
  height: 56px;
  padding: 16px 20px;
  font-size: 18px;
  min-height: 56px;
}
/* Adaptive sizing */
.magic-button.adaptive {
  width: auto;
  min-width: 140px;
  max-width: 200px;
}
/* Reduced Motion Support */
@media (prefers-reduced-motion: reduce) {
  .magic-button,
  .magic-button .mb-content-primary,
  .magic-button .mb-content-secondary,
  .magic-button .mb-icon-primary,
  .magic-button .mb-icon-secondary {
    transition: none;
  }
  
  .magic-button:hover .mb-content-primary,
  .magic-button:hover .mb-icon-primary,
  .magic-button:hover .mb-content-secondary,
  .magic-button:hover .mb-icon-secondary {
    transform: none;
  }
  
  .magic-button:hover .mb-content-secondary,
  .magic-button:hover .mb-icon-secondary {
    opacity: 0.6;
  }
  
  .magic-button:hover,
  .magic-button:active {
    transform: none;
  }
}
/* High Contrast Mode Support */
@media (prefers-contrast: high) {
  .magic-button {
    border: 2px solid currentColor;
  }
  
  .magic-button.secondary {
    border-width: 2px;
  }
}
.steps h3 {
  counter-increment: step;
}
.steps h3:before {
  position: absolute;
  width: 34px;
  height: 34px;
  border: 4px solid rgba(255,255,255,1);
  background-color: rgba(245,245,245,1);
  border-radius: 999px;
  color: rgba(var(--color-secondary-text), 0.7);
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  line-height: 26px;
  margin-top: 3px;
  margin-left: -41px;
  content: counter(step);
  }
.search-wrapper li {
  margin-left: 0.625rem;
  margin-right: 0.625rem;
  overflow-wrap: break-word;
  border-radius: 0.375rem;
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}
@media (prefers-contrast: more) {

  .search-wrapper li {
    border-width: 1px;
    border-color: transparent;
  }
}
:is(html[class~="dark"] .search-wrapper li) {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}
.search-wrapper li {
  background-color: rgba(var(--color-surface), 1);
  border-radius: var(--radius-medium);
  transition: background-color var(--motion-fast) var(--easing-standard), transform var(--motion-medium) var(--easing-standard);
  }
.search-wrapper li a {
  display: block;
  scroll-margin: 3rem;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.search-wrapper li .title {
      font-weight: 600;
      color: rgba(var(--color-primary-text), 0.9);
      font-size: 16px;
    }
.search-wrapper li .active {
  border-radius: 0.375rem;
      background-color: rgba(var(--color-accent), 0.06);
      border: 1px solid rgba(var(--color-border), 0.03);
}
.search-wrapper .no-result {
  display: block;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  padding: 2rem;
  text-align: center;
  font-size: .875rem;
    color: rgba(var(--color-secondary-text), 0.6);
}
.search-wrapper .prefix {
  margin-left: 0.625rem;
  margin-right: 0.625rem;
  margin-bottom: 0.5rem;
  margin-top: 1.5rem;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  padding-bottom: 0.375rem;
  font-size: .75rem;
  font-weight: 600;
  text-transform: uppercase;
    color: rgba(var(--color-secondary-text), 0.6);
    border-bottom: 1px solid rgba(var(--color-border), 0.03);
}
.search-wrapper .excerpt {
  margin-top: 0.25rem;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: .875rem;
  line-height: 1.35rem;
    color: rgba(var(--color-secondary-text), 0.6);
    display: -webkit-box;
    line-clamp: 1;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.search-wrapper .match {
    color: rgb(var(--color-accent));
  }
/* code block styling: make inline code and pre blocks visually distinct */
.search-wrapper code {
  border-radius: 0.125rem;
    background-color: rgba(var(--color-accent), 0.06);
    color: rgba(var(--color-primary-text), 0.95);
    padding: 0.125rem 0.25rem;
    font-family: var(--font-mono);
    font-size: 0.875rem;
    border-radius: 6px;
}
.search-wrapper pre {
  display: block;
  overflow: auto;
  padding: 0.625rem;
    background-color: rgba(var(--color-accent), 0.04);
    color: rgba(var(--color-primary-text), 0.95);
    font-family: var(--font-mono);
    font-size: 0.875rem;
    border-radius: var(--radius-medium);
}
@media (max-width: 767px) {
  .sidebar-container {
    position: fixed;
    top: 0px;
    bottom: 0px;
    z-index: 15;
    width: 100%;
    overscroll-behavior: contain;
    padding-top: calc(var(--navbar-height));
  background-color: rgb(var(--color-background));
  transition: transform var(--motion-medium) var(--easing-standard), opacity var(--motion-fast) var(--easing-standard);
  will-change: transform, opacity;
  contain: layout style;
  backface-visibility: hidden;
  }
}
.sidebar-container li > div {
  height: 0px;
}
.sidebar-container li.open > div {
  height: auto;
}
.sidebar-container li.open > a > span > svg > path {
  --tw-rotate: 90deg;
  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));
}
/* Optimized navbar with faster theme switching */
nav .search-wrapper {
  display: none;
}
@media (min-width: 768px) {

  nav .search-wrapper {
    display: inline-block;
  }
}
/* Pill-shaped navbar container */
.nav-pill-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 0 1.5rem;
  margin-top: 1rem;
  border-radius: 999px;
  overflow: hidden;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.nav-pill-blur {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--nav-bg, rgba(255, 255, 255, 0.8));
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid var(--nav-border, rgba(34, 34, 34, 0.05));
  border-radius: 999px;
  z-index: -1;
  transition: background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.2s ease;
  box-shadow: var(--nav-shadow, 0 4px 16px rgba(0, 0, 0, 0.08));
}
.nav-pill-content {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  z-index: 1;
}
/* CSS Custom Properties for faster theme switching */
:root {
  --nav-bg: rgba(255, 255, 255, 0.8);
  --nav-border: rgba(34, 34, 34, 0.05);
  --nav-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  --nav-hover-bg: rgba(255, 255, 255, 0.9);
  --nav-hover-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
  --icon-color: rgba(0, 0, 0, 0.4);
  --icon-hover-color: rgba(0, 0, 0, 0.7);
  --icon-transition: color 0.1s cubic-bezier(0.4, 0, 0.2, 1);
}
.dark {
  --nav-bg: rgba(17, 17, 17, 0.8);
  --nav-border: rgba(255, 255, 255, 0.05);
  --nav-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
  --nav-hover-bg: rgba(17, 17, 17, 0.9);
  --nav-hover-shadow: 0 8px 32px rgba(0, 0, 0, 0.35);
  --icon-color: rgba(255, 255, 255, 0.4);
  --icon-hover-color: rgba(255, 255, 255, 0.7);
}
/* Hover effects - consistent between modes */
.nav-pill-container:hover .nav-pill-blur {
  background-color: var(--nav-hover-bg);
  transform: scale(1.02);
  box-shadow: var(--nav-hover-shadow);
}
/* Smooth transitions for all interactive elements - optimized timing */
.nav-pill-container * {
  transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
/* Optimized icon color transitions - faster rendering */
.nav-pill-content a[href^="/"]:not(.logo-link) {
  color: var(--icon-color) !important;
  transition: var(--icon-transition);
}
.nav-pill-content a[href^="/"]:not(.logo-link):hover {
  color: var(--icon-hover-color) !important;
}
/* Specific icon optimizations for faster color changes */
.nav-pill-content a[href*="github"],
.nav-pill-content a[href*="email"] {
  transition: var(--icon-transition);
}
.nav-pill-content a[href*="github"] svg,
.nav-pill-content a[href*="email"] svg {
  transition: var(--icon-transition);
  will-change: color;
  transform: translateZ(0); /* Hardware acceleration */
  backface-visibility: hidden; /* Performance optimization */
}
/* Additional performance optimizations for all icons */
.nav-pill-content svg {
  transition: var(--icon-transition);
  will-change: color;
  transform: translateZ(0);
  backface-visibility: hidden;
}
/* Optimized theme switching for icons */
.nav-pill-content a {
  transition: var(--icon-transition);
}
/* Force hardware acceleration for smoother transitions */
.nav-pill-container,
.nav-pill-content,
.nav-pill-content * {
  transform: translateZ(0);
  backface-visibility: hidden;
}
/* Enhanced backdrop filter support - consistent opacity levels */
@supports (backdrop-filter: blur(5px)) {
  .nav-pill-blur {
    backdrop-filter: blur(5px);
  }
}
/* Fallback for browsers without backdrop-filter support - consistent opacity levels */
@supports not (backdrop-filter: blur(5px)) {
  .nav-pill-blur {
    background-color: var(--nav-fallback-bg, rgba(255, 255, 255, 0.95));
  }
}
.dark .nav-pill-blur {
  --nav-fallback-bg: rgba(17, 17, 17, 0.95);
}
.hamburger-menu svg g {
    transform-origin: center;
    transition: transform var(--motion-fast) var(--easing-standard);
  }
.hamburger-menu svg path {
    opacity: 1;
    transition: transform var(--motion-fast) var(--easing-standard), opacity var(--motion-fast) var(--easing-standard);
  }
.hamburger-menu svg.open path { transition: transform var(--motion-fast) var(--easing-standard), opacity 0s ease 0.12s; }
.hamburger-menu svg.open g { transition: transform var(--motion-fast) var(--easing-standard) 0.12s; }
.hamburger-menu svg.open > path { opacity: 0; }
.hamburger-menu svg.open > g:nth-of-type(1) {
      transform: rotate(45deg) translateY(4px);
    }
.hamburger-menu svg.open > g:nth-of-type(2) {
      transform: rotate(-45deg) translateY(-4px);
    }
.netanelio-scrollbar {
  scrollbar-width: thin; /* Firefox */
  scrollbar-color: rgba(var(--color-secondary-text), 0.4) transparent; /* Firefox */

  scrollbar-gutter: stable;
}
.netanelio-scrollbar::-webkit-scrollbar {
  height: 0.75rem;
  width: 0.75rem;
}
.netanelio-scrollbar::-webkit-scrollbar-track {
  background-color: transparent;
}
.netanelio-scrollbar::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: rgba(var(--color-secondary-text), 0.35);
}
.netanelio-scrollbar:hover::-webkit-scrollbar-thumb {
  border: 3px solid transparent;
  background-color: rgba(var(--color-secondary-text), 0.55);
  background-clip: content-box;
  --tw-shadow-color: rgb(115 115 115 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
  }
.netanelio-scrollbar:hover::-webkit-scrollbar-thumb:hover {
  --tw-shadow-color: rgb(115 115 115 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
/* Scroll-triggered animation utilities (fade-in + slide-up) */
.s-init {
  opacity: 0;
  transform: translateY(60px);
  transition: opacity var(--motion-medium) var(--easing-standard), transform var(--motion-medium) var(--easing-standard);
}
.s-in {
  opacity: 1 !important;
  transform: translateY(0) !important;
}
.s-anim[data-s-delay] { transition-delay: 0ms; }
/* Minimal footer styling matching hero-subtitle aesthetic */
.netanels-footer {
  /* Basic styling */
  background-color: transparent;
  border-top: none;
  
  /* Minimal padding and spacing */
  padding: 2rem 0;
  margin-top: 2.5rem;
}
.netanels-footer .footer-content {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1.25rem;
  
  /* Minimal flex layout */
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
/* Footer switches (theme toggle, language) */
.netanels-footer .footer-switches {
  padding-bottom: 1rem;
  border-bottom: 1px solid  rgba(0, 0, 0, 0.4);
  margin-bottom: 1.5rem;
}
.dark .netanels-footer .footer-switches {
  border-bottom-color:  rgba(0, 0, 0, 0.4);
}
/* Footer credit styling */
.netanels-footer .footer-credit {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
}
.netanels-footer .footer-credit-link {
  font-weight: 500;
  position: relative;
  transition: color 0.2s ease;
}
.netanels-footer .footer-credit-link:hover {
  color: rgba(0, 0, 0, 0.6) !important;
}
.dark .netanels-footer .footer-credit-link:hover {
  color: rgba(255, 255, 255, 0.6) !important;
}
/* Footer copyright */
.netanels-footer .footer-copyright {
  font-size: 0.75rem;
  opacity: 0.8;
}
/* Responsive adjustments */
@media (max-width: 768px) {
  .netanels-footer {
    padding: 1.5rem 0;
    margin-top: 2rem;
  }
  
  .netanels-footer .footer-content {
    padding: 0 1rem;
  }
  
  .netanels-footer .footer-switches {
    padding: 0 1rem;
    margin-bottom: 1rem;
  }
}
/* Extra minimal variant for very clean look */
.netanels-footer.minimal {
  border-top: none;
  padding: 1.5rem 0;
  margin-top: 2rem;
}
.netanels-footer.minimal .footer-switches {
  border-bottom: none;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
}
@media (max-width: 599px) {
  .netanels-footer.minimal {
    padding: 1.25rem 0;
  }
  
  .netanels-footer.minimal .footer-switches {
    margin-bottom: 0.75rem;
  }
}
/* Cookie Consent Popover Styles */
.cookie-consent-popover {
  position: fixed;
  bottom: 24px;
  right: 24px;
  max-width: 420px;
  width: calc(100vw - 48px);
  z-index: 9999;
  opacity: 0;
  transform: translateY(20px) scale(0.95);
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  pointer-events: none;
}
.cookie-consent-popover.show {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: all;
}
.cookie-consent-popover.hide {
  opacity: 0;
  transform: translateY(20px) scale(0.95);
  pointer-events: none;
}
.cookie-consent-content {
  background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
  border: 1px solid rgba(148, 163, 184, 0.1);
  border-radius: 20px;
  padding: 24px;
  box-shadow: 
    0 20px 25px -5px rgba(0, 0, 0, 0.1),
    0 10px 10px -5px rgba(0, 0, 0, 0.04),
    0 0 0 1px rgba(255, 255, 255, 0.05) inset;
  backdrop-filter: blur(20px);
  position: relative;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cookie-consent-content::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.3), transparent);
}
/* Cookie Icon */
.cookie-icon {
  position: absolute;
  top: -12px;
  right: 24px;
  background: linear-gradient(135deg, #71717a 0%, #52525b 100%);
  color: #fafafa;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 16px rgba(113, 113, 122, 0.4);
  animation: cookieIconFloat 3s ease-in-out infinite;
  border: 2px solid #a1a1aa;
}
.cookie-icon svg {
  width: 24px;
  height: 24px;
  stroke: #fafafa;
  stroke-width: 2;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1));
}
@keyframes cookieIconFloat {
  0%, 100% { transform: translateY(0px); }
  50% { transform: translateY(-6px); }
}
/* Content Text - Using hero component colors */
.cookie-text {
  margin-bottom: 20px;
  padding-right: 20px;
}
.cookie-title {
  font-size: 18px;
  font-weight: 699;
  font-family: '.SFNSDisplay-Bold', 'SFProDisplay-Bold', 'SFUIDisplay-Bold', '.SFUIDisplay-Bold', 'SF Pro Display', '-apple-system', 'BlinkMacSystemFont', sans-serif;
  color: rgba(0, 0, 0, 0.8);
  margin: 0 0 8px 0;
  line-height: 1.1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.cookie-description {
  font-size: 14px;
  font-family: '.SFNSDisplay-Bold', 'SFProDisplay-Bold', 'SFUIDisplay-Bold', '.SFUIDisplay-Bold', 'SF Pro Display', '-apple-system', 'BlinkMacSystemFont', sans-serif;
  color: rgba(0, 0, 0, 0.4);
  line-height: 1.5;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* Action Buttons */
.cookie-actions {
  display: flex;
  gap: 12px;
  align-items: center;
  width: 100%;
}
.cookie-btn {
  padding: 10px 20px;
  border: none;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  position: relative;
  overflow: hidden;
  min-width: 100px;
  height: 44px;
  flex: 1;
}
.cookie-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.2), transparent);
  transition: left 0.5s;
}
.cookie-btn:hover::before {
  left: 100%;
}
.cookie-btn-secondary {
  background: #f4f4f5;
  color: #52525b;
  border: 1px solid #d4d4d8;
}
.cookie-btn-secondary:hover {
  background: #e4e4e7;
  color: #3f3f46;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(113, 113, 122, 0.15);
}
.cookie-btn-primary {
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.6) 100%);
  color: white;
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}
.cookie-btn-primary:hover {
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.7) 100%);
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
}
.btn-icon {
  transition: transform 0.2s ease;
}
.cookie-btn-primary:hover .btn-icon {
  transform: translateX(2px);
}
/* Close Button */
.cookie-close-btn {
  position: absolute;
  top: 16px;
  right: 16px;
  background: #f4f4f5;
  border: none;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #71717a;
  transition: all 0.2s ease;
  opacity: 0.7;
}
.cookie-close-btn:hover {
  background: #e4e4e7;
  color: #52525b;
  opacity: 1;
  transform: scale(1.05);
}
/* Dark Mode Support - True Black Screen Level Dark */
.dark .cookie-consent-content {
  background: linear-gradient(135deg, #000000 0%, #0a0a0a 100%);
  border-color: rgba(255, 255, 255, 0.1);
  box-shadow: 
    0 20px 25px -5px rgba(0, 0, 0, 0.8),
    0 10px 10px -5px rgba(0, 0, 0, 0.6),
    0 0 0 1px rgba(255, 255, 255, 0.05) inset;
}
.dark .cookie-consent-content::before {
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
}
.dark .cookie-title {
  color: #ffffff !important;
}
.dark .cookie-description {
  color: rgba(255, 255, 255, 0.8) !important;
}
.dark .cookie-icon {
  background: linear-gradient(135deg, #a1a1aa 0%, #71717a 100%);
  color: #18181b;
  border-color: #d4d4d8;
  box-shadow: 0 8px 16px rgba(161, 161, 170, 0.3);
}
.dark .cookie-icon svg {
  stroke: #18181b;
  filter: drop-shadow(0 1px 2px rgba(255, 255, 255, 0.1));
}
.dark .cookie-btn-primary {
  background: linear-gradient(135deg, #ffffff 0%, #f0f0f0 100%);
  color: #000000;
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0 4px 12px rgba(255, 255, 255, 0.3);
}
.dark .cookie-btn-primary:hover {
  background: linear-gradient(135deg, #ffffff 0%, #e0e0e0 100%);
  box-shadow: 0 6px 20px rgba(255, 255, 255, 0.4);
}
.dark .cookie-btn-secondary {
  background: #27272a;
  color: #d4d4d8;
  border-color: #3f3f46;
}
.dark .cookie-btn-secondary:hover {
  background: #3f3f46;
  color: #e4e4e7;
  border-color: #52525b;
}
.dark .cookie-close-btn {
  background: #27272a;
  color: #a1a1aa;
  border: 1px solid #3f3f46;
}
.dark .cookie-close-btn:hover {
  background: #3f3f46;
  color: #d4d4d8;
  border-color: #52525b;
}
/* Responsive Design */
@media (max-width: 640px) {
  .cookie-consent-popover {
    bottom: 16px;
    right: 16px;
    left: 16px;
    width: auto;
    max-width: none;
  }
  
  .cookie-consent-content {
    padding: 20px;
  }
  
  .cookie-actions {
    flex-direction: column;
    gap: 8px;
  }
  
  .cookie-btn {
    width: 100%;
    justify-content: center;
  }
  
  .cookie-icon {
    top: -8px;
    right: 20px;
    width: 40px;
    height: 40px;
    border-width: 1.5px;
  }
  
  .cookie-icon svg {
    width: 20px;
    height: 20px;
    stroke-width: 2;
  }
}
/* Animation Classes */
.cookie-consent-popover.animate-in {
  animation: slideInUp 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}
.cookie-consent-popover.animate-out {
  animation: slideOutDown 0.4s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
@keyframes slideInUp {
  from {
    opacity: 0;
    transform: translateY(30px) scale(0.9);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@keyframes slideOutDown {
  from {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
  to {
    opacity: 0;
    transform: translateY(30px) scale(0.9);
  }
}
/* Hover Effects */
.cookie-consent-content:hover {
  transform: translateY(-1px);
  box-shadow: 
    0 25px 35px -5px rgba(0, 0, 0, 0.15),
    0 15px 15px -5px rgba(0, 0, 0, 0.06),
    0 0 0 1px rgba(255, 255, 255, 0.05) inset;
}
/* Focus States */
.cookie-btn:focus,
.cookie-close-btn:focus {
  outline: 2px solid rgba(0, 0, 0, 0.8);
  outline-offset: 2px;
}
.dark .cookie-btn:focus,
.dark .cookie-close-btn:focus {
  outline: 2px solid rgba(255, 255, 255, 0.8);
  outline-offset: 2px;
}
/* Reduced Motion Support */
@media (prefers-reduced-motion: reduce) {
  .cookie-consent-popover,
  .cookie-consent-content,
  .cookie-btn,
  .cookie-close-btn,
  .cookie-icon {
    transition: none;
    animation: none;
  }
  
  .cookie-consent-popover.animate-in,
  .cookie-consent-popover.animate-out {
    animation: none;
  }
}
/* Theme Toggle Optimization - Faster icon switching */
.theme-toggle {
  /* Optimize for faster rendering */
  will-change: transform;
  transform: translateZ(0);
  backface-visibility: hidden;
  
  /* Faster transitions for theme switching */
  transition: background-color 0.1s ease, 
              color 0.1s ease, 
              transform 0.1s ease;
}
/* Icon optimization for faster theme switching */
.theme-toggle svg {
  /* Hardware acceleration for smoother icon transitions */
  will-change: opacity, transform;
  transform: translateZ(0);
  backface-visibility: hidden;
  
  /* Faster icon transitions */
  transition: opacity 0.1s ease, transform 0.1s ease;
}
/* Initial state - prevent flash of wrong content */
/* Hide all icons until theme is determined */
.theme-toggle:not([data-theme]) .theme-icon-light,
  .theme-toggle:not([data-theme]) .theme-icon-dark,
  .theme-toggle:not([data-theme]) .theme-label-light,
  .theme-toggle:not([data-theme]) .theme-label-dark {
    opacity: 0;
    transform: scale(0.8);
    pointer-events: none;
  }
/* Theme icon states - Light theme */
.theme-toggle[data-theme="light"] .theme-icon-light,
.theme-toggle[data-theme="light"] .theme-label-light {
  opacity: 1;
  transform: scale(1);
  pointer-events: auto;
}
.theme-toggle[data-theme="light"] .theme-icon-dark,
.theme-toggle[data-theme="light"] .theme-label-dark {
  opacity: 0;
  transform: scale(0.8);
  pointer-events: none;
  position: absolute;
}
/* Theme icon states - Dark theme */
.theme-toggle[data-theme="dark"] .theme-icon-dark,
.theme-toggle[data-theme="dark"] .theme-label-dark {
  opacity: 1;
  transform: scale(1);
  pointer-events: auto;
}
.theme-toggle[data-theme="dark"] .theme-icon-light,
.theme-toggle[data-theme="dark"] .theme-label-light {
  opacity: 0;
  transform: scale(0.8);
  pointer-events: none;
  position: absolute;
}
/* Hover effects with faster transitions */
.theme-toggle:hover {
  transform: translateZ(0) scale(1.05);
}
/* Processing state to prevent rapid clicks */
.theme-toggle[data-processing="true"] {
  pointer-events: none;
  opacity: 0.7;
}
/* Optimize for reduced motion preferences */
@media (prefers-reduced-motion: reduce) {
  .theme-toggle,
  .theme-toggle svg {
    transition: none;
  }
  
  .theme-toggle:hover {
    transform: none;
  }
}
/* Ensure proper positioning for icon switching */
.theme-toggle .flex {
  position: relative;
}
.theme-toggle svg,
.theme-toggle span {
  position: relative;
}
/* Force hardware acceleration for smoother animations */
.theme-toggle,
.theme-toggle svg {
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000;
}
/* Core tokens for netanels Design System - Optimized for faster theme switching */
:root {
  /* Color system */
  --color-background: 255 255 255; /* rgb parts for use with rgb()/rgba() */
  --color-surface: 245 245 245;
  --color-primary-text: 0 0 0;
  --color-secondary-text: 0 0 0;
  --color-primary-cta: 0 0 0;
  --color-cta-text: 255 255 255;
  --color-accent: 8 111 255;
  --color-border: 34 34 34;
  
  /* Unified Design System Color Tokens */
  --color-text: rgba(0, 0, 0, 0.80);
  --color-text-dim: rgba(0, 0, 0, 0.40);
  --color-bg: #ffffff;

  /* Spacing scale (base 4px) */
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 20px;
  --space-6: 24px;
  --space-7: 32px;
  --space-8: 40px;
  --space-9: 60px;
  --space-10: 80px;

  /* Radii */
  --radius-medium: 16px;
  --radius-large: 24px;

  /* Typographic tokens - matching blog.html font system */
  --font-ui: "Inter Display", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-hero: "Inter Display", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --font-mono: "IBM Plex Mono", "Fragment Mono", ui-monospace, SFMono-Regular, Menlo, Monaco, "Roboto Mono", "Helvetica Neue", monospace;

  /* Framer-style variables for responsive typography */
  --framer-font-size: 16px;
  --framer-font-size-scale: 1;
  --framer-font-weight: 400;
  --framer-text-color: rgb(var(--color-primary-text));
  --framer-letter-spacing: 0;
  --framer-line-height: 1.5;

  /* Animation - Optimized for faster theme switching */
  --easing-standard: cubic-bezier(0.2, 0.8, 0.2, 1);
  --motion-fast: 150ms;
  --motion-medium: 250ms;
  
  /* Unified Design System Motion Timing - Faster transitions */
  --motion-micro: 0.1s;
  --motion-ui: 0.15s;
  --motion-content: 0.2s;

  /* layout helpers */
  --container-max: 1380px;
  --navbar-height: 4rem;
  --menu-height: 3.75rem;
}
/* Dark mode token overrides - Using CSS custom properties for faster switching */
.dark {
  --color-background: 22 22 22;
  --color-surface: 255 255 255; /* we will use low alpha for dark */
  --color-primary-text: 255 255 255;
  --color-secondary-text: 255 255 255;
  --color-primary-cta: 255 255 255;
  --color-cta-text: 22 22 22;
  --color-accent: 8 111 255;
  --color-border: 255 255 255;
  
  /* Dark mode typography overrides */
  --framer-text-color: rgb(var(--color-primary-text));
  
  /* Unified Design System Dark Theme */
  --color-text: rgba(255, 255, 255, 0.90);
  --color-text-dim: rgba(255, 255, 255, 0.30);
  --color-bg: #161616;
}
/* Optimized transitions for theme switching */
* {
  transition: background-color var(--motion-ui) ease, 
              border-color var(--motion-ui) ease, 
              color var(--motion-ui) ease;
}
/* Responsive typography breakpoints (matching blog.html approach) */
@media (max-width: 599px) {
  :root {
    --framer-font-size-scale: 0.9;
    --framer-line-height: 1.4;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  :root {
    --framer-font-size-scale: 0.95;
    --framer-line-height: 1.45;
  }
}
@media (min-width: 960px) and (max-width: 1439px) {
  :root {
    --framer-font-size-scale: 1;
    --framer-line-height: 1.5;
  }
}
@media (min-width: 1440px) {
  :root {
    --framer-font-size-scale: 1.05;
    --framer-line-height: 1.55;
  }
}
html {
  font-size: 1rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "rlig" 1, "calt" 1, "ss01" 1;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
  line-height: var(--framer-line-height, 1.5);
}
*, *::before, *::after { box-sizing: inherit; }
body {
  width: 100%;
  background-color: rgb(var(--color-background));
  color: var(--framer-text-color, rgb(var(--color-primary-text)));
  font-family: var(--font-ui);
  font-size: calc(var(--framer-font-size, 16px) * var(--framer-font-size-scale, 1));
  font-weight: var(--framer-font-weight, 400);
  letter-spacing: var(--framer-letter-spacing, 0);
  line-height: var(--framer-line-height, 1.5);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'rlig' 1, 'calt' 1;
}
/* Utility: centered container */
.netanels-container {
  max-width: var(--container-max);
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--space-5);
  padding-right: var(--space-5);
}
/* Small helper to apply surface backgrounds with correct alpha in dark mode */
.surface {
  background-color: rgb(var(--color-surface));
}
.placeholder\:text-gray-500::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.placeholder\:text-gray-500::placeholder {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.before\:pointer-events-none::before {
  content: var(--tw-content);
  pointer-events: none;
}
.before\:absolute::before {
  content: var(--tw-content);
  position: absolute;
}
.before\:inset-0::before {
  content: var(--tw-content);
  inset: 0px;
}
.before\:inset-y-1::before {
  content: var(--tw-content);
  top: 0.25rem;
  bottom: 0.25rem;
}
.before\:mr-1::before {
  content: var(--tw-content);
  margin-right: 0.25rem;
}
.before\:inline-block::before {
  content: var(--tw-content);
  display: inline-block;
}
.before\:w-px::before {
  content: var(--tw-content);
  width: 1px;
}
.before\:bg-gray-200::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}
.before\:opacity-25::before {
  content: var(--tw-content);
  opacity: 0.25;
}
.before\:transition-transform::before {
  content: var(--tw-content);
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.before\:content-\[\'\#\'\]::before {
  --tw-content: '#';
  content: var(--tw-content);
}
.before\:content-\[\'\'\]::before {
  --tw-content: '';
  content: var(--tw-content);
}
.before\:content-\[\\\"\\\"\]::before {
  --tw-content: \"\";
  content: var(--tw-content);
}
.first\:mt-0:first-child {
  margin-top: 0px;
}
.last-of-type\:mb-0:last-of-type {
  margin-bottom: 0px;
}
.hover\:border-gray-200:hover {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}
.hover\:border-gray-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.hover\:border-gray-400:hover {
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity));
}
.hover\:border-gray-900:hover {
  --tw-border-opacity: 1;
  border-color: rgb(17 24 39 / var(--tw-border-opacity));
}
.hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.hover\:bg-gray-800\/5:hover {
  background-color: rgb(31 41 55 / 0.05);
}
.hover\:bg-primary-50:hover {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--primary-hue) var(--primary-saturation) 97% / var(--tw-bg-opacity));
}
.hover\:bg-primary-700:hover {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--primary-hue) var(--primary-saturation) 39% / var(--tw-bg-opacity));
}
.hover\:bg-slate-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity));
}
.hover\:text-black:hover {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.hover\:text-gray-800:hover {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}
.hover\:text-gray-900:hover {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}
.hover\:text-primary-600:hover {
  --tw-text-opacity: 1;
  color: hsl(var(--primary-hue) var(--primary-saturation) 45% / var(--tw-text-opacity));
}
.hover\:opacity-60:hover {
  opacity: 0.6;
}
.hover\:opacity-75:hover {
  opacity: 0.75;
}
.hover\:shadow-lg:hover {
  --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);
}
.hover\:shadow-md:hover {
  --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);
}
.hover\:shadow-gray-100:hover {
  --tw-shadow-color: #f3f4f6;
  --tw-shadow: var(--tw-shadow-colored);
}
.focus\:bg-white:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus\:ring-4:focus {
  --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(4px + 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);
}
.focus\:ring-primary-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: hsl(var(--primary-hue) var(--primary-saturation) 77% / var(--tw-ring-opacity));
}
.active\:bg-gray-400\/20:active {
  background-color: rgb(156 163 175 / 0.2);
}
.active\:opacity-50:active {
  opacity: 0.5;
}
.active\:shadow-sm:active {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.active\:shadow-gray-200:active {
  --tw-shadow-color: #e5e7eb;
  --tw-shadow: var(--tw-shadow-colored);
}
.group[open] .group-open\:before\:rotate-90::before {
  content: var(--tw-content);
  --tw-rotate: 90deg;
  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));
}
.group\/code:hover .group-hover\/code\:opacity-100 {
  opacity: 1;
}
.group\/copybtn.copied .group-\[\.copied\]\/copybtn\:block {
  display: block;
}
.group\/copybtn.copied .group-\[\.copied\]\/copybtn\:hidden {
  display: none;
}
.data-\[state\=selected\]\:block[data-state=selected] {
  display: block;
}
.data-\[state\=closed\]\:hidden[data-state=closed] {
  display: none;
}
.data-\[state\=open\]\:hidden[data-state=open] {
  display: none;
}
.data-\[state\=selected\]\:border-primary-500[data-state=selected] {
  --tw-border-opacity: 1;
  border-color: hsl(var(--primary-hue) var(--primary-saturation) 50% / var(--tw-border-opacity));
}
.data-\[state\=selected\]\:text-primary-600[data-state=selected] {
  --tw-text-opacity: 1;
  color: hsl(var(--primary-hue) var(--primary-saturation) 45% / var(--tw-text-opacity));
}
.group[data-theme=dark] .group-data-\[theme\=dark\]\:hidden {
  display: none;
}
.group[data-theme=light] .group-data-\[theme\=light\]\:hidden {
  display: none;
}
:is([dir="ltr"] .ltr\:right-1) {
  right: 0.25rem;
}
:is([dir="ltr"] .ltr\:right-1\.5) {
  right: 0.375rem;
}
:is([dir="ltr"] .ltr\:right-3) {
  right: 0.75rem;
}
:is([dir="ltr"] .ltr\:-mr-4) {
  margin-right: -1rem;
}
:is([dir="ltr"] .ltr\:ml-3) {
  margin-left: 0.75rem;
}
:is([dir="ltr"] .ltr\:ml-auto) {
  margin-left: auto;
}
:is([dir="ltr"] .ltr\:mr-auto) {
  margin-right: auto;
}
:is([dir="ltr"] .ltr\:rotate-180) {
  --tw-rotate: 180deg;
  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));
}
:is([dir="ltr"] .ltr\:pl-12) {
  padding-left: 3rem;
}
:is([dir="ltr"] .ltr\:pl-16) {
  padding-left: 4rem;
}
:is([dir="ltr"] .ltr\:pl-3) {
  padding-left: 0.75rem;
}
:is([dir="ltr"] .ltr\:pl-4) {
  padding-left: 1rem;
}
:is([dir="ltr"] .ltr\:pl-8) {
  padding-left: 2rem;
}
:is([dir="ltr"] .ltr\:pr-0) {
  padding-right: 0px;
}
:is([dir="ltr"] .ltr\:pr-2) {
  padding-right: 0.5rem;
}
:is([dir="ltr"] .ltr\:pr-4) {
  padding-right: 1rem;
}
:is([dir="ltr"] .ltr\:pr-9) {
  padding-right: 2.25rem;
}
:is([dir="ltr"] .ltr\:text-right) {
  text-align: right;
}
:is([dir="ltr"] .ltr\:before\:left-0)::before {
  content: var(--tw-content);
  left: 0px;
}
:is([dir="rtl"] .rtl\:left-1) {
  left: 0.25rem;
}
:is([dir="rtl"] .rtl\:left-1\.5) {
  left: 0.375rem;
}
:is([dir="rtl"] .rtl\:left-3) {
  left: 0.75rem;
}
:is([dir="rtl"] .rtl\:-ml-4) {
  margin-left: -1rem;
}
:is([dir="rtl"] .rtl\:ml-auto) {
  margin-left: auto;
}
:is([dir="rtl"] .rtl\:mr-3) {
  margin-right: 0.75rem;
}
:is([dir="rtl"] .rtl\:mr-auto) {
  margin-right: auto;
}
:is([dir="rtl"] .rtl\:-rotate-180) {
  --tw-rotate: -180deg;
  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));
}
:is([dir="rtl"] .rtl\:pl-2) {
  padding-left: 0.5rem;
}
:is([dir="rtl"] .rtl\:pl-4) {
  padding-left: 1rem;
}
:is([dir="rtl"] .rtl\:pl-9) {
  padding-left: 2.25rem;
}
:is([dir="rtl"] .rtl\:pr-12) {
  padding-right: 3rem;
}
:is([dir="rtl"] .rtl\:pr-16) {
  padding-right: 4rem;
}
:is([dir="rtl"] .rtl\:pr-3) {
  padding-right: 0.75rem;
}
:is([dir="rtl"] .rtl\:pr-4) {
  padding-right: 1rem;
}
:is([dir="rtl"] .rtl\:pr-8) {
  padding-right: 2rem;
}
:is([dir="rtl"] .rtl\:text-left) {
  text-align: left;
}
:is([dir="rtl"] .rtl\:before\:right-0)::before {
  content: var(--tw-content);
  right: 0px;
}
:is([dir="rtl"] .rtl\:before\:rotate-180)::before {
  content: var(--tw-content);
  --tw-rotate: 180deg;
  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 (prefers-contrast: more) {

  .contrast-more\:border {
    border-width: 1px;
  }

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

  .contrast-more\:border-current {
    border-color: currentColor;
  }

  .contrast-more\:border-gray-800 {
    --tw-border-opacity: 1;
    border-color: rgb(31 41 55 / var(--tw-border-opacity));
  }

  .contrast-more\:border-gray-900 {
    --tw-border-opacity: 1;
    border-color: rgb(17 24 39 / var(--tw-border-opacity));
  }

  .contrast-more\:border-neutral-400 {
    --tw-border-opacity: 1;
    border-color: rgb(163 163 163 / var(--tw-border-opacity));
  }

  .contrast-more\:border-primary-500 {
    --tw-border-opacity: 1;
    border-color: hsl(var(--primary-hue) var(--primary-saturation) 50% / var(--tw-border-opacity));
  }

  .contrast-more\:border-transparent {
    border-color: transparent;
  }

  .contrast-more\:font-bold {
    font-weight: 700;
  }

  .contrast-more\:text-current {
    color: currentColor;
  }

  .contrast-more\:text-gray-700 {
    --tw-text-opacity: 1;
    color: rgb(55 65 81 / var(--tw-text-opacity));
  }

  .contrast-more\:text-gray-800 {
    --tw-text-opacity: 1;
    color: rgb(31 41 55 / var(--tw-text-opacity));
  }

  .contrast-more\:text-gray-900 {
    --tw-text-opacity: 1;
    color: rgb(17 24 39 / var(--tw-text-opacity));
  }

  .contrast-more\:underline {
    text-decoration-line: underline;
  }

  .contrast-more\:shadow-\[0_0_0_1px_\#000\] {
    --tw-shadow: 0 0 0 1px #000;
    --tw-shadow-colored: 0 0 0 1px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .contrast-more\:shadow-none {
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .contrast-more\:hover\:border-gray-900:hover {
    --tw-border-opacity: 1;
    border-color: rgb(17 24 39 / var(--tw-border-opacity));
  }
}
:is(html[class~="dark"] .dark\:block) {
  display: block;
}
:is(html[class~="dark"] .dark\:hidden) {
  display: none;
}
:is(html[class~="dark"] .dark\:border-blue-200\/30) {
  border-color: rgb(191 219 254 / 0.3);
}
:is(html[class~="dark"] .dark\:border-gray-100\/20) {
  border-color: rgb(243 244 246 / 0.2);
}
:is(html[class~="dark"] .dark\:border-gray-400) {
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity));
}
:is(html[class~="dark"] .dark\:border-neutral-700) {
  --tw-border-opacity: 1;
  border-color: rgb(64 64 64 / var(--tw-border-opacity));
}
:is(html[class~="dark"] .dark\:border-neutral-800) {
  --tw-border-opacity: 1;
  border-color: rgb(38 38 38 / var(--tw-border-opacity));
}
:is(html[class~="dark"] .dark\:border-orange-400\/30) {
  border-color: rgb(251 146 60 / 0.3);
}
:is(html[class~="dark"] .dark\:border-red-200\/30) {
  border-color: rgb(254 202 202 / 0.3);
}
:is(html[class~="dark"] .dark\:border-white\/10) {
  border-color: rgb(255 255 255 / 0.1);
}
:is(html[class~="dark"] .dark\:border-yellow-200\/30) {
  border-color: rgb(254 240 138 / 0.3);
}
:is(html[class~="dark"] .dark\:bg-blue-900\/30) {
  background-color: rgb(30 58 138 / 0.3);
}
:is(html[class~="dark"] .dark\:bg-dark) {
  --tw-bg-opacity: 1;
  background-color: rgb(17 17 17 / var(--tw-bg-opacity));
}
:is(html[class~="dark"] .dark\:bg-dark\/50) {
  background-color: rgb(17 17 17 / 0.5);
}
:is(html[class~="dark"] .dark\:bg-gray-50\/10) {
  background-color: rgb(249 250 251 / 0.1);
}
:is(html[class~="dark"] .dark\:bg-neutral-800) {
  --tw-bg-opacity: 1;
  background-color: rgb(38 38 38 / var(--tw-bg-opacity));
}
:is(html[class~="dark"] .dark\:bg-neutral-900) {
  --tw-bg-opacity: 1;
  background-color: rgb(23 23 23 / var(--tw-bg-opacity));
}
:is(html[class~="dark"] .dark\:bg-orange-400\/20) {
  background-color: rgb(251 146 60 / 0.2);
}
:is(html[class~="dark"] .dark\:bg-primary-300\/10) {
  background-color: hsl(var(--primary-hue) var(--primary-saturation) 77% / 0.1);
}
:is(html[class~="dark"] .dark\:bg-primary-400\/10) {
  background-color: hsl(var(--primary-hue) var(--primary-saturation) 66% / 0.1);
}
:is(html[class~="dark"] .dark\:bg-primary-600) {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--primary-hue) var(--primary-saturation) 45% / var(--tw-bg-opacity));
}
:is(html[class~="dark"] .dark\:bg-red-900\/30) {
  background-color: rgb(127 29 29 / 0.3);
}
:is(html[class~="dark"] .dark\:bg-yellow-700\/30) {
  background-color: rgb(161 98 7 / 0.3);
}
:is(html[class~="dark"] .dark\:from-gray-100) {
  --tw-gradient-from: #f3f4f6 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(243 244 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
:is(html[class~="dark"] .dark\:to-gray-400) {
  --tw-gradient-to: #9ca3af var(--tw-gradient-to-position);
}
:is(html[class~="dark"] .dark\:text-blue-200) {
  --tw-text-opacity: 1;
  color: rgb(191 219 254 / var(--tw-text-opacity));
}
:is(html[class~="dark"] .dark\:text-gray-100) {
  --tw-text-opacity: 1;
  color: rgb(243 244 246 / var(--tw-text-opacity));
}
:is(html[class~="dark"] .dark\:text-gray-200) {
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity));
}
:is(html[class~="dark"] .dark\:text-gray-300) {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}
:is(html[class~="dark"] .dark\:text-gray-400) {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}
:is(html[class~="dark"] .dark\:text-gray-50) {
  --tw-text-opacity: 1;
  color: rgb(249 250 251 / var(--tw-text-opacity));
}
:is(html[class~="dark"] .dark\:text-neutral-200) {
  --tw-text-opacity: 1;
  color: rgb(229 229 229 / var(--tw-text-opacity));
}
:is(html[class~="dark"] .dark\:text-neutral-400) {
  --tw-text-opacity: 1;
  color: rgb(163 163 163 / var(--tw-text-opacity));
}
:is(html[class~="dark"] .dark\:text-orange-300) {
  --tw-text-opacity: 1;
  color: rgb(253 186 116 / var(--tw-text-opacity));
}
:is(html[class~="dark"] .dark\:text-primary-600) {
  --tw-text-opacity: 1;
  color: hsl(var(--primary-hue) var(--primary-saturation) 45% / var(--tw-text-opacity));
}
:is(html[class~="dark"] .dark\:text-red-200) {
  --tw-text-opacity: 1;
  color: rgb(254 202 202 / var(--tw-text-opacity));
}
:is(html[class~="dark"] .dark\:text-slate-100) {
  --tw-text-opacity: 1;
  color: rgb(241 245 249 / var(--tw-text-opacity));
}
:is(html[class~="dark"] .dark\:text-yellow-200) {
  --tw-text-opacity: 1;
  color: rgb(254 240 138 / var(--tw-text-opacity));
}
:is(html[class~="dark"] .dark\:opacity-80) {
  opacity: 0.8;
}
:is(html[class~="dark"] .dark\:shadow-\[0_-12px_16px_\#111\]) {
  --tw-shadow: 0 -12px 16px #111;
  --tw-shadow-colored: 0 -12px 16px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
:is(html[class~="dark"] .dark\:shadow-\[0_-1px_0_rgba\(255\2c 255\2c 255\2c \.1\)_inset\]) {
  --tw-shadow: 0 -1px 0 rgba(255,255,255,.1) inset;
  --tw-shadow-colored: inset 0 -1px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
:is(html[class~="dark"] .dark\:shadow-none) {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
:is(html[class~="dark"] .dark\:ring-white\/20) {
  --tw-ring-color: rgb(255 255 255 / 0.2);
}
:is(html[class~="dark"] .dark\:placeholder\:text-gray-400)::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}
:is(html[class~="dark"] .dark\:placeholder\:text-gray-400)::placeholder {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}
:is(html[class~="dark"] .dark\:before\:bg-neutral-800)::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(38 38 38 / var(--tw-bg-opacity));
}
:is(html[class~="dark"] .dark\:before\:invert)::before {
  content: var(--tw-content);
  --tw-invert: invert(100%);
  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);
}
:is(html[class~="dark"] .dark\:hover\:border-gray-100:hover) {
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity));
}
:is(html[class~="dark"] .dark\:hover\:border-gray-600:hover) {
  --tw-border-opacity: 1;
  border-color: rgb(75 85 99 / var(--tw-border-opacity));
}
:is(html[class~="dark"] .dark\:hover\:border-neutral-500:hover) {
  --tw-border-opacity: 1;
  border-color: rgb(115 115 115 / var(--tw-border-opacity));
}
:is(html[class~="dark"] .dark\:hover\:border-neutral-700:hover) {
  --tw-border-opacity: 1;
  border-color: rgb(64 64 64 / var(--tw-border-opacity));
}
:is(html[class~="dark"] .dark\:hover\:border-neutral-800:hover) {
  --tw-border-opacity: 1;
  border-color: rgb(38 38 38 / var(--tw-border-opacity));
}
:is(html[class~="dark"] .dark\:hover\:bg-gray-100\/5:hover) {
  background-color: rgb(243 244 246 / 0.05);
}
:is(html[class~="dark"] .dark\:hover\:bg-neutral-700:hover) {
  --tw-bg-opacity: 1;
  background-color: rgb(64 64 64 / var(--tw-bg-opacity));
}
:is(html[class~="dark"] .dark\:hover\:bg-neutral-800:hover) {
  --tw-bg-opacity: 1;
  background-color: rgb(38 38 38 / var(--tw-bg-opacity));
}
:is(html[class~="dark"] .dark\:hover\:bg-neutral-900:hover) {
  --tw-bg-opacity: 1;
  background-color: rgb(23 23 23 / var(--tw-bg-opacity));
}
:is(html[class~="dark"] .dark\:hover\:bg-primary-100\/5:hover) {
  background-color: hsl(var(--primary-hue) var(--primary-saturation) 94% / 0.05);
}
:is(html[class~="dark"] .dark\:hover\:bg-primary-700:hover) {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--primary-hue) var(--primary-saturation) 39% / var(--tw-bg-opacity));
}
:is(html[class~="dark"] .hover\:dark\:bg-primary-500\/10):hover {
  background-color: hsl(var(--primary-hue) var(--primary-saturation) 50% / 0.1);
}
:is(html[class~="dark"] .dark\:hover\:text-gray-100:hover) {
  --tw-text-opacity: 1;
  color: rgb(243 244 246 / var(--tw-text-opacity));
}
:is(html[class~="dark"] .dark\:hover\:text-gray-200:hover) {
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity));
}
:is(html[class~="dark"] .dark\:hover\:text-gray-300:hover) {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}
:is(html[class~="dark"] .dark\:hover\:text-gray-50:hover) {
  --tw-text-opacity: 1;
  color: rgb(249 250 251 / var(--tw-text-opacity));
}
:is(html[class~="dark"] .dark\:hover\:text-neutral-50:hover) {
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity));
}
:is(html[class~="dark"] .dark\:hover\:text-white:hover) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
:is(html[class~="dark"] .hover\:dark\:text-primary-600):hover {
  --tw-text-opacity: 1;
  color: hsl(var(--primary-hue) var(--primary-saturation) 45% / var(--tw-text-opacity));
}
:is(html[class~="dark"] .dark\:hover\:shadow-none:hover) {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
:is(html[class~="dark"] .dark\:focus\:bg-dark:focus) {
  --tw-bg-opacity: 1;
  background-color: rgb(17 17 17 / var(--tw-bg-opacity));
}
:is(html[class~="dark"] .dark\:focus\:ring-primary-800:focus) {
  --tw-ring-opacity: 1;
  --tw-ring-color: hsl(var(--primary-hue) var(--primary-saturation) 32% / var(--tw-ring-opacity));
}
@media (prefers-contrast: more) {

  :is(html[class~="dark"] .contrast-more\:dark\:border-current) {
    border-color: currentColor;
  }

  :is(html[class~="dark"] .contrast-more\:dark\:border-gray-50) {
    --tw-border-opacity: 1;
    border-color: rgb(249 250 251 / var(--tw-border-opacity));
  }

  :is(html[class~="dark"] .contrast-more\:dark\:border-neutral-400) {
    --tw-border-opacity: 1;
    border-color: rgb(163 163 163 / var(--tw-border-opacity));
  }

  :is(html[class~="dark"] .contrast-more\:dark\:border-primary-500) {
    --tw-border-opacity: 1;
    border-color: hsl(var(--primary-hue) var(--primary-saturation) 50% / var(--tw-border-opacity));
  }

  :is(html[class~="dark"] .dark\:contrast-more\:border-neutral-400) {
    --tw-border-opacity: 1;
    border-color: rgb(163 163 163 / var(--tw-border-opacity));
  }

  :is(html[class~="dark"] .contrast-more\:dark\:text-current) {
    color: currentColor;
  }

  :is(html[class~="dark"] .contrast-more\:dark\:text-gray-100) {
    --tw-text-opacity: 1;
    color: rgb(243 244 246 / var(--tw-text-opacity));
  }

  :is(html[class~="dark"] .contrast-more\:dark\:text-gray-300) {
    --tw-text-opacity: 1;
    color: rgb(209 213 219 / var(--tw-text-opacity));
  }

  :is(html[class~="dark"] .contrast-more\:dark\:text-gray-50) {
    --tw-text-opacity: 1;
    color: rgb(249 250 251 / var(--tw-text-opacity));
  }

  :is(html[class~="dark"] .contrast-more\:dark\:shadow-\[0_0_0_1px_\#fff\]) {
    --tw-shadow: 0 0 0 1px #fff;
    --tw-shadow-colored: 0 0 0 1px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :is(html[class~="dark"] .contrast-more\:dark\:shadow-none) {
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :is(html[class~="dark"] .contrast-more\:dark\:hover\:border-gray-50:hover) {
    --tw-border-opacity: 1;
    border-color: rgb(249 250 251 / var(--tw-border-opacity));
  }
}
@media print {

  .print\:hidden {
    display: none;
  }

  .print\:bg-transparent {
    background-color: transparent;
  }
}
@media not all and (min-width: 1280px) {

  .max-xl\:hidden {
    display: none;
  }
}
@media not all and (min-width: 1024px) {

  .max-lg\:min-h-\[340px\] {
    min-height: 340px;
  }
}
@media not all and (min-width: 768px) {

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

  .max-md\:min-h-\[340px\] {
    min-height: 340px;
  }

  .max-md\:\[transform\:translate3d\(0\2c -100\%\2c 0\)\] {
    transform: translate3d(0,-100%,0);
  }
}
@media (min-width: 640px) {

  .sm\:block {
    display: block;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:w-\[110\%\] {
    width: 110%;
  }

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

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

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

  .md\:sticky {
    position: sticky;
  }

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

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

  .md\:hidden {
    display: none;
  }

  .md\:aspect-\[1\.1\/1\] {
    aspect-ratio: 1.1/1;
  }

  .md\:h-\[calc\(100vh-var\(--navbar-height\)-var\(--menu-height\)\)\] {
    height: calc(100vh - var(--navbar-height) - var(--menu-height));
  }

  .md\:max-h-\[min\(calc\(100vh-5rem-env\(safe-area-inset-bottom\)\)\2c 400px\)\] {
    max-height: min(calc(100vh - 5rem - env(safe-area-inset-bottom)),400px);
  }

  .md\:w-64 {
    width: 16rem;
  }

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

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

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

  .md\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .md\:pt-12 {
    padding-top: 3rem;
  }

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

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

  .md\:text-sm {
    font-size: .875rem;
  }

  :is([dir="ltr"] .ltr\:md\:left-auto) {
    left: auto;
  }

  :is([dir="rtl"] .rtl\:md\:right-auto) {
    right: auto;
  }
}
@media (min-width: 1024px) {

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 1280px) {

  .xl\:block {
    display: block;
  }
}

