@import url("https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500;600;700&display=swap");
@import url("https://font.emtech.cc/css/Cubic11");
*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
/*
! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com
*/
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/
html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
:root{
  --color-brand-primary: 187 100% 50%;
  --color-brand-accent: 187 100% 65%;
  --color-brand-muted: 187 60% 35%;
  --color-surface-base: 240 20% 4%;
  --color-surface-raised: 230 18% 7%;
  --color-surface-card: 228 16% 10%;
  --color-surface-glass: 230 18% 8%;
  --color-text-primary: 210 30% 94%;
  --color-text-muted: 210 18% 55%;
  --color-text-inverse: 240 20% 4%;
  --color-border-subtle: 230 15% 16%;
  --color-border-strong: 187 100% 50%;
  --color-status-success: 150 90% 45%;
  --color-status-warning: 35 100% 55%;
  --color-status-error: 0 100% 62%;
  --glitch-rgb-offset-1: -2px;
  --glitch-rgb-offset-2: 2px;
  --clip-path-shatter: polygon(2% 4%, 96% 0%, 100% 12%, 97% 92%, 88% 100%, 4% 97%, 0% 88%, 1% 10%);
  --qr-caption-color: #8A99B0;
}
.pointer-events-none{
  pointer-events: none;
}
.visible{
  visibility: visible;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.inset-0{
  inset: 0px;
}
.inset-x-0{
  left: 0px;
  right: 0px;
}
.-left-6{
  left: -1.5rem;
}
.-top-3{
  top: -0.75rem;
}
.-top-6{
  top: -1.5rem;
}
.bottom-10{
  bottom: 2.5rem;
}
.bottom-16{
  bottom: 4rem;
}
.bottom-8{
  bottom: 2rem;
}
.left-0{
  left: 0px;
}
.left-6{
  left: 1.5rem;
}
.right-0{
  right: 0px;
}
.right-4{
  right: 1rem;
}
.right-5{
  right: 1.25rem;
}
.right-6{
  right: 1.5rem;
}
.right-8{
  right: 2rem;
}
.top-0{
  top: 0px;
}
.top-1\/3{
  top: 33.333333%;
}
.top-24{
  top: 6rem;
}
.top-5{
  top: 1.25rem;
}
.top-7{
  top: 1.75rem;
}
.z-0{
  z-index: 0;
}
.z-10{
  z-index: 10;
}
.z-20{
  z-index: 20;
}
.z-30{
  z-index: 30;
}
.z-40{
  z-index: 40;
}
.z-50{
  z-index: 50;
}
.mx-2{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mb-6{
  margin-bottom: 1.5rem;
}
.mb-stack-lg{
  margin-bottom: 64px;
}
.mb-stack-md{
  margin-bottom: 32px;
}
.mt-1{
  margin-top: 0.25rem;
}
.mt-10{
  margin-top: 2.5rem;
}
.mt-2{
  margin-top: 0.5rem;
}
.mt-4{
  margin-top: 1rem;
}
.mt-6{
  margin-top: 1.5rem;
}
.mt-8{
  margin-top: 2rem;
}
.mt-section{
  margin-top: 64px;
}
.mt-stack-lg{
  margin-top: 64px;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.flex{
  display: flex;
}
.inline-flex{
  display: inline-flex;
}
.table{
  display: table;
}
.grid{
  display: grid;
}
.hidden{
  display: none;
}
.h-1\.5{
  height: 0.375rem;
}
.h-10{
  height: 2.5rem;
}
.h-12{
  height: 3rem;
}
.h-14{
  height: 3.5rem;
}
.h-16{
  height: 4rem;
}
.h-2{
  height: 0.5rem;
}
.h-24{
  height: 6rem;
}
.h-3{
  height: 0.75rem;
}
.h-4{
  height: 1rem;
}
.h-5{
  height: 1.25rem;
}
.h-6{
  height: 1.5rem;
}
.h-8{
  height: 2rem;
}
.h-\[160px\]{
  height: 160px;
}
.h-auto{
  height: auto;
}
.h-full{
  height: 100%;
}
.h-px{
  height: 1px;
}
.max-h-\[92vh\]{
  max-height: 92vh;
}
.min-h-5{
  min-height: 1.25rem;
}
.min-h-\[320px\]{
  min-height: 320px;
}
.min-h-\[92vh\]{
  min-height: 92vh;
}
.min-h-screen{
  min-height: 100vh;
}
.w-1\.5{
  width: 0.375rem;
}
.w-10{
  width: 2.5rem;
}
.w-12{
  width: 3rem;
}
.w-14{
  width: 3.5rem;
}
.w-16{
  width: 4rem;
}
.w-2{
  width: 0.5rem;
}
.w-24{
  width: 6rem;
}
.w-3{
  width: 0.75rem;
}
.w-4{
  width: 1rem;
}
.w-5{
  width: 1.25rem;
}
.w-6{
  width: 1.5rem;
}
.w-8{
  width: 2rem;
}
.w-\[160px\]{
  width: 160px;
}
.w-full{
  width: 100%;
}
.min-w-\[650px\]{
  min-width: 650px;
}
.max-w-5xl{
  max-width: 64rem;
}
.max-w-\[30ch\]{
  max-width: 30ch;
}
.max-w-\[32ch\]{
  max-width: 32ch;
}
.max-w-\[34ch\]{
  max-width: 34ch;
}
.max-w-\[46ch\]{
  max-width: 46ch;
}
.max-w-\[52ch\]{
  max-width: 52ch;
}
.max-w-\[72ch\]{
  max-width: 72ch;
}
.flex-1{
  flex: 1 1 0%;
}
.shrink-0{
  flex-shrink: 0;
}
.translate-x-1{
  --tw-translate-x: 0.25rem;
  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));
}
.translate-x-7{
  --tw-translate-x: 1.75rem;
  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));
}
.cursor-pointer{
  cursor: pointer;
}
.resize-none{
  resize: none;
}
.scroll-mt-20{
  scroll-margin-top: 5rem;
}
.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-3{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.flex-col{
  flex-direction: column;
}
.flex-wrap{
  flex-wrap: wrap;
}
.items-start{
  align-items: flex-start;
}
.items-center{
  align-items: center;
}
.items-baseline{
  align-items: baseline;
}
.items-stretch{
  align-items: stretch;
}
.justify-end{
  justify-content: flex-end;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.gap-1{
  gap: 0.25rem;
}
.gap-2{
  gap: 0.5rem;
}
.gap-3{
  gap: 0.75rem;
}
.gap-4{
  gap: 1rem;
}
.gap-5{
  gap: 1.25rem;
}
.gap-6{
  gap: 1.5rem;
}
.gap-8{
  gap: 2rem;
}
.divide-x > :not([hidden]) ~ :not([hidden]){
  --tw-divide-x-reverse: 0;
  border-right-width: calc(1px * var(--tw-divide-x-reverse));
  border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
}
.divide-border-subtle > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: hsl(var(--color-border-subtle) / var(--tw-divide-opacity, 1));
}
.overflow-hidden{
  overflow: hidden;
}
.overflow-x-auto{
  overflow-x: auto;
}
.overflow-y-auto{
  overflow-y: auto;
}
.rounded-full{
  border-radius: 9999px;
}
.rounded-lg{
  border-radius: 12px;
}
.rounded-md{
  border-radius: 8px;
}
.border{
  border-width: 1px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-b-2{
  border-bottom-width: 2px;
}
.border-l-2{
  border-left-width: 2px;
}
.border-r-2{
  border-right-width: 2px;
}
.border-t{
  border-top-width: 1px;
}
.border-t-2{
  border-top-width: 2px;
}
.border-border-subtle{
  --tw-border-opacity: 1;
  border-color: hsl(var(--color-border-subtle) / var(--tw-border-opacity, 1));
}
.border-brand-primary\/25{
  border-color: hsl(var(--color-brand-primary) / 0.25);
}
.border-brand-primary\/30{
  border-color: hsl(var(--color-brand-primary) / 0.3);
}
.border-brand-primary\/40{
  border-color: hsl(var(--color-brand-primary) / 0.4);
}
.border-brand-primary\/50{
  border-color: hsl(var(--color-brand-primary) / 0.5);
}
.border-brand-primary\/60{
  border-color: hsl(var(--color-brand-primary) / 0.6);
}
.border-brand-primary\/70{
  border-color: hsl(var(--color-brand-primary) / 0.7);
}
.border-status-error\/40{
  border-color: hsl(var(--color-status-error) / 0.4);
}
.border-status-error\/60{
  border-color: hsl(var(--color-status-error) / 0.6);
}
.border-status-success\/40{
  border-color: hsl(var(--color-status-success) / 0.4);
}
.border-status-warning{
  --tw-border-opacity: 1;
  border-color: hsl(var(--color-status-warning) / var(--tw-border-opacity, 1));
}
.border-transparent{
  border-color: transparent;
}
.bg-border-subtle{
  --tw-bg-opacity: 1;
  background-color: hsl(var(--color-border-subtle) / var(--tw-bg-opacity, 1));
}
.bg-brand-primary{
  --tw-bg-opacity: 1;
  background-color: hsl(var(--color-brand-primary) / var(--tw-bg-opacity, 1));
}
.bg-status-error{
  --tw-bg-opacity: 1;
  background-color: hsl(var(--color-status-error) / var(--tw-bg-opacity, 1));
}
.bg-status-error\/10{
  background-color: hsl(var(--color-status-error) / 0.1);
}
.bg-status-success{
  --tw-bg-opacity: 1;
  background-color: hsl(var(--color-status-success) / var(--tw-bg-opacity, 1));
}
.bg-status-warning{
  --tw-bg-opacity: 1;
  background-color: hsl(var(--color-status-warning) / var(--tw-bg-opacity, 1));
}
.bg-status-warning\/10{
  background-color: hsl(var(--color-status-warning) / 0.1);
}
.bg-surface-base{
  --tw-bg-opacity: 1;
  background-color: hsl(var(--color-surface-base) / var(--tw-bg-opacity, 1));
}
.bg-surface-base\/85{
  background-color: hsl(var(--color-surface-base) / 0.85);
}
.bg-surface-card{
  --tw-bg-opacity: 1;
  background-color: hsl(var(--color-surface-card) / var(--tw-bg-opacity, 1));
}
.bg-surface-card\/80{
  background-color: hsl(var(--color-surface-card) / 0.8);
}
.bg-surface-glass\/60{
  background-color: hsl(var(--color-surface-glass) / 0.6);
}
.bg-surface-raised{
  --tw-bg-opacity: 1;
  background-color: hsl(var(--color-surface-raised) / var(--tw-bg-opacity, 1));
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.object-contain{
  -o-object-fit: contain;
     object-fit: contain;
}
.p-2{
  padding: 0.5rem;
}
.p-4{
  padding: 1rem;
}
.p-6{
  padding: 1.5rem;
}
.p-base{
  padding: 16px;
}
.p-comfortable{
  padding: 24px;
}
.\!px-4{
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
.\!py-2{
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.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-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-comfortable{
  padding-left: 24px;
  padding-right: 24px;
}
.px-section{
  padding-left: 64px;
  padding-right: 64px;
}
.py-0\.5{
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-base{
  padding-top: 16px;
  padding-bottom: 16px;
}
.py-section-y{
  padding-top: 96px;
  padding-bottom: 96px;
}
.pb-1{
  padding-bottom: 0.25rem;
}
.pb-6{
  padding-bottom: 1.5rem;
}
.pt-16{
  padding-top: 4rem;
}
.pt-4{
  padding-top: 1rem;
}
.pt-6{
  padding-top: 1.5rem;
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.font-body{
  font-family: JetBrains Mono, ui-monospace, monospace;
}
.font-display{
  font-family: Space Grotesk, ui-sans-serif, sans-serif;
}
.font-zh{
  font-family: Cubic11, sans-serif;
}
.text-body{
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0;
  font-weight: 400;
}
.text-body-lg{
  font-size: 21px;
  line-height: 1.5;
  letter-spacing: 0;
  font-weight: 400;
}
.text-caption{
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: 0.08em;
  font-weight: 400;
}
.text-display{
  font-size: 90px;
  line-height: 1.0;
  letter-spacing: -0.03em;
  font-weight: 700;
}
.text-h1{
  font-size: 51px;
  line-height: 1.1;
  letter-spacing: -0.02em;
  font-weight: 700;
}
.text-h2{
  font-size: 38px;
  line-height: 1.2;
  letter-spacing: -0.02em;
  font-weight: 600;
}
.text-h3{
  font-size: 28px;
  line-height: 1.3;
  letter-spacing: -0.01em;
  font-weight: 600;
}
.font-bold{
  font-weight: 700;
}
.font-normal{
  font-weight: 400;
}
.font-semibold{
  font-weight: 600;
}
.uppercase{
  text-transform: uppercase;
}
.tabular-nums{
  --tw-numeric-spacing: tabular-nums;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}
.leading-none{
  line-height: 1;
}
.tracking-tight{
  letter-spacing: -0.025em;
}
.tracking-wider{
  letter-spacing: 0.05em;
}
.tracking-widest{
  letter-spacing: 0.1em;
}
.text-brand-primary{
  --tw-text-opacity: 1;
  color: hsl(var(--color-brand-primary) / var(--tw-text-opacity, 1));
}
.text-status-error{
  --tw-text-opacity: 1;
  color: hsl(var(--color-status-error) / var(--tw-text-opacity, 1));
}
.text-status-success{
  --tw-text-opacity: 1;
  color: hsl(var(--color-status-success) / var(--tw-text-opacity, 1));
}
.text-status-warning{
  --tw-text-opacity: 1;
  color: hsl(var(--color-status-warning) / var(--tw-text-opacity, 1));
}
.text-text-inverse{
  --tw-text-opacity: 1;
  color: hsl(var(--color-text-inverse) / var(--tw-text-opacity, 1));
}
.text-text-muted{
  --tw-text-opacity: 1;
  color: hsl(var(--color-text-muted) / var(--tw-text-opacity, 1));
}
.text-text-primary{
  --tw-text-opacity: 1;
  color: hsl(var(--color-text-primary) / var(--tw-text-opacity, 1));
}
.antialiased{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.opacity-0{
  opacity: 0;
}
.opacity-40{
  opacity: 0.4;
}
.opacity-60{
  opacity: 0.6;
}
.opacity-70{
  opacity: 0.7;
}
.shadow-glow-lg{
  --tw-shadow: 0 0 40px hsl(187 100% 50% / 0.45), 0 0 8px hsl(187 100% 50% / 0.8), inset 0 0 24px hsl(187 100% 50% / 0.1);
  --tw-shadow-colored: 0 0 40px var(--tw-shadow-color), 0 0 8px var(--tw-shadow-color), inset 0 0 24px 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-glow-md{
  --tw-shadow: 0 0 18px hsl(187 100% 50% / 0.4), 0 0 4px hsl(187 100% 50% / 0.7), inset 0 0 12px hsl(187 100% 50% / 0.08);
  --tw-shadow-colored: 0 0 18px var(--tw-shadow-color), 0 0 4px var(--tw-shadow-color), inset 0 0 12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-glow-sm{
  --tw-shadow: 0 0 8px hsl(187 100% 50% / 0.35), 0 0 2px hsl(187 100% 50% / 0.6);
  --tw-shadow-colored: 0 0 8px var(--tw-shadow-color), 0 0 2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-hud-panel{
  --tw-shadow: inset 0 0 0 1px hsl(187 100% 50% / 0.14), 0 8px 32px hsl(240 20% 2% / 0.8);
  --tw-shadow-colored: inset 0 0 0 1px var(--tw-shadow-color), 0 8px 32px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.backdrop-blur-md{
  --tw-backdrop-blur: blur(12px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform{
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-100{
  transition-duration: 100ms;
}
.duration-150{
  transition-duration: 150ms;
}
.ease-linear{
  transition-timing-function: linear;
}

:root {
  --safe-area-inset-top: 0px;
  --safe-area-inset-bottom: 0px;
  --layout-safe-width: 1200px;
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: hsl(var(--color-surface-base));
  color: hsl(var(--color-text-primary));
}

/* ---- Layout safe area (1440 design, 120px side margin) ---- */
.layout-safe {
  width: calc(100% - 48px);
  max-width: var(--layout-safe-width);
  margin-inline: auto;
}
@media (max-width: 1023px) {
  .layout-safe { width: calc(100% - 40px); }
}
@media (max-width: 639px) {
  .layout-safe { width: calc(100% - 32px); }
}

/* ---- Background data-grid pattern ---- */
.bg-data-grid {
  background-image:
    linear-gradient(hsl(var(--color-brand-primary) / 0.05) 1px, transparent 1px),
    linear-gradient(90deg, hsl(var(--color-brand-primary) / 0.05) 1px, transparent 1px);
  background-size: 48px 48px;
}

.bg-scanlines {
  background-image: repeating-linear-gradient(
    0deg,
    hsl(var(--color-brand-primary) / 0.028) 0px,
    hsl(var(--color-brand-primary) / 0.028) 1px,
    transparent 1px,
    transparent 4px
  );
}

/* ---- Focus ring ---- */
.focus-hud:focus-visible {
  outline: 2px solid hsl(var(--color-brand-primary));
  outline-offset: 2px;
}

/* ---- Hero title spring entrance (replaces RGB glitch entrance) ---- */
@keyframes hero-pop-in {
  0% {
    opacity: 0;
    transform: translateY(40px) scale(0.9);
  }
  60% {
    opacity: 1;
    transform: translateY(-2px) scale(1.04);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
.animate-hero-pop {
  animation: hero-pop-in 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) both;
}

/* ---- Persistent subtle RGB fringe for dot-matrix headline ---- */
.text-rgb-fringe {
  text-shadow:
    -1px 0 hsl(var(--color-status-error) / 0.35),
    1px 0 hsl(var(--color-brand-primary) / 0.45),
    0 0 24px hsl(var(--color-brand-primary) / 0.35);
}

/* ---- Card hover glitch jitter ---- */
@keyframes card-glitch-jitter {
  0% { transform: translate(0, 0); }
  20% { transform: translate(-2px, 1px); }
  40% { transform: translate(2px, -1px); }
  60% { transform: translate(-1px, -1px); }
  80% { transform: translate(1px, 1px); }
  100% { transform: translate(0, 0); }
}
.card-hud {
  transition: border-color 150ms linear, box-shadow 150ms linear, transform 150ms linear;
}
@media (hover: hover) {
  .card-hud:hover {
    border-color: hsl(var(--color-brand-primary) / 0.6);
    box-shadow: var(--shadow-glow-md);
    animation: card-glitch-jitter 150ms linear 1;
  }
}

/* ---- Stagger reveal on scroll ---- */
.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1), transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* ---- SVG line draw ---- */
.draw-line {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
}

/* Product-specific responsive fixes while retaining the template's token system. */
#hero h1 { font-size: clamp(48px, 8vw, 90px); }
section[id], div[id="privacy"] { scroll-margin-top: 80px; }
.faq-item summary { list-style: none; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: '+'; color: hsl(var(--color-brand-primary)); float: right; }
.faq-item[open] summary::after { content: '−'; }
@media (max-width: 639px) {
  #hero h1 { font-size: clamp(46px, 13vw, 60px); }
  #hero .grid-cols-3 > div { padding-inline: 6px; }
  #hero .grid-cols-3 .text-body-lg { font-size: 14px; }
  .modal-glass { max-height: 92dvh; overflow-y: auto; }
  .modal-glass .font-display.text-h1 { font-size: 44px; }
}
.is-visible .draw-line {
  animation: draw-line 1.2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
@keyframes draw-line {
  to { stroke-dashoffset: 0; }
}

/* ---- Breathing pulse (floating badge / status dots) ---- */
@keyframes breathe-glow {
  0%, 100% {
    box-shadow: 0 0 8px hsl(var(--color-brand-primary) / 0.3), 0 0 2px hsl(var(--color-brand-primary) / 0.5);
  }
  50% {
    box-shadow: 0 0 20px hsl(var(--color-brand-primary) / 0.55), 0 0 6px hsl(var(--color-brand-primary) / 0.8);
  }
}
.animate-breathe {
  animation: breathe-glow 2.4s ease-in-out infinite;
}

/* ---- Modal: RGB flash veil ---- */
@keyframes rgb-flash {
  0% { background-color: hsl(var(--color-status-error) / 0.55); }
  25% { background-color: hsl(var(--color-brand-primary) / 0.45); }
  50% { background-color: hsl(var(--color-status-error) / 0.3); }
  100% { background-color: transparent; }
}
.animate-rgb-flash {
  animation: rgb-flash 0.35s linear 1 both;
}

/* ---- Modal: shard fly-in from corners ---- */
@keyframes shard-fly {
  0% {
    opacity: 0;
    transform: translate(var(--shard-x, 0), var(--shard-y, 0)) rotate(var(--shard-r, 0deg)) scale(0.6);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0) rotate(0deg) scale(1);
  }
}
.animate-shard {
  animation: shard-fly 0.45s cubic-bezier(0.25, 1, 0.5, 1) both;
}

/* ---- Modal: fluid morph entrance (blob → panel) ---- */
@keyframes modal-morph {
  0% {
    border-radius: 55% 45% 60% 40% / 40% 55% 45% 60%;
    transform: scale(0.7);
    opacity: 0;
  }
  40% {
    border-radius: 30% 70% 50% 50% / 60% 30% 70% 40%;
    transform: scale(1.02);
    opacity: 1;
  }
  100% {
    border-radius: 12px;
    transform: scale(1);
    opacity: 1;
  }
}
.animate-modal-morph {
  animation: modal-morph 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) both;
}

/* ---- Modal: frosted backdrop (底层内容隐约可见) ---- */
.modal-backdrop {
  background-color: rgba(10, 10, 15, 0.55);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

/* ---- Modal: glass panel with 青蓝→警示红 gradient border + dual mouse-following radial glow ---- */
.modal-glass {
  --glow-x1: 20%;
  --glow-y1: 20%;
  --glow-x2: 80%;
  --glow-y2: 80%;
  border: 1px solid transparent;
  background-image:
    radial-gradient(ellipse at var(--glow-x1) var(--glow-y1), rgba(0, 229, 255, 0.12), transparent 60%),
    radial-gradient(ellipse at var(--glow-x2) var(--glow-y2), rgba(255, 59, 59, 0.08), transparent 60%),
    linear-gradient(
      hsl(var(--color-surface-card)),
      hsl(var(--color-surface-card))
    ),
    linear-gradient(
      135deg,
      hsl(var(--color-brand-primary)),
      hsl(var(--color-status-error))
    );
  background-origin: border-box;
  background-clip: padding-box, padding-box, padding-box, border-box;
}

/* ---- Modal entrance: 8 glow particles flying from corners (500ms, synced to modal-morph) ---- */
@keyframes particle-fly {
  0% {
    opacity: 0;
    transform: translate(var(--px, 0), var(--py, 0)) scale(1);
  }
  12% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate(0, 0) scale(0.25);
  }
}
.modal-particle {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  margin-left: -4px;
  border-radius: 9999px;
  background-color: #00E5FF;
  box-shadow: 0 0 12px #00E5FF, 0 0 4px #00E5FF;
  animation: particle-fly 500ms cubic-bezier(0.25, 1, 0.5, 1) both;
  pointer-events: none;
}
/* gradient trail: fades from tail (far, transparent) to head (near, opaque) */
.modal-particle::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 36px;
  height: 3px;
  margin-top: -1.5px;
  margin-left: -1.5px;
  border-radius: 9999px;
  background: linear-gradient(90deg, rgba(0, 229, 255, 0), rgba(0, 229, 255, 0.85));
  transform: rotate(var(--pr, 0deg)) translateX(-38px);
  transform-origin: center;
}

/* ---- QR caption (飞书用户群) ---- */
.qr-caption {
  color: var(--qr-caption-color);
}

/* ---- Readable body copy: emfont CJK first, system sans fallback, 16px, 1.6 line-height ---- */
.font-readable {
  font-family: 'Cubic11', system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

/* ---- Modal form fields: emfont CJK first, system sans fallback, 15px, softened placeholder ---- */
.form-input-hud {
  font-family: 'Cubic11', system-ui, sans-serif;
  font-size: 15px;
}
.form-input-hud::-moz-placeholder {
  color: hsl(var(--color-text-muted));
  opacity: 1;
}
.form-input-hud::placeholder {
  color: hsl(var(--color-text-muted));
  opacity: 1;
}

/* ---- QR expand ---- */
.qr-pop {
  transform-origin: bottom right;
  transition: transform 180ms cubic-bezier(0.25, 1, 0.5, 1), opacity 180ms linear;
  transform: scale(0.4) translateY(12px);
  opacity: 0;
  pointer-events: none;
}
.qr-pop.is-open {
  transform: scale(1) translateY(0);
  opacity: 1;
  pointer-events: auto;
}

/* ---- Hero background scan sweep ---- */
@keyframes scan-sweep {
  0% { transform: translateY(-10vh); opacity: 0; }
  8% { opacity: 1; }
  92% { opacity: 1; }
  100% { transform: translateY(100vh); opacity: 0; }
}
.animate-scan-sweep {
  animation: scan-sweep 7s linear infinite;
}

/* ---- Status dot flicker for stats wall ---- */
@keyframes dot-flicker {
  0%, 92%, 100% { opacity: 1; }
  94% { opacity: 0.3; }
  96% { opacity: 0.8; }
  98% { opacity: 0.4; }
}
.animate-flicker {
  animation: dot-flicker 3s linear infinite;
}

/* ---- Pricing card hover: lift + border glow ---- */
.card-pricing {
  transition: border-color 150ms linear, box-shadow 150ms linear, transform 150ms linear, opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
@media (hover: hover) {
  .card-pricing:hover {
    transform: translateY(-4px);
    border-color: hsl(var(--color-brand-primary) / 0.7);
    box-shadow: var(--shadow-glow-md);
  }
}

/* ---- 修改1: 价格数字切换 150ms 短促故障闪烁 (opacity 0→1 快速闪两次) ---- */
@keyframes price-glitch-flicker {
  0% { opacity: 0; transform: translateX(-1px); }
  25% { opacity: 1; transform: translateX(1px); }
  50% { opacity: 0; transform: translateX(0); }
  75% { opacity: 0.85; }
  100% { opacity: 1; transform: translateX(0); }
}
.animate-price-glitch {
  animation: price-glitch-flicker 150ms linear 1 both;
}

/* ---- Global cursor trail particles (改动2) ---- */
.trail-dot {
  position: fixed;
  z-index: 45;
  border-radius: 9999px;
  background-color: #00E5FF;
  box-shadow: 0 0 6px rgba(0, 229, 255, 0.8);
  pointer-events: none;
  animation: trail-dot-fade 400ms linear forwards;
}
@keyframes trail-dot-fade {
  0% { opacity: 0.9; }
  100% { opacity: 0; }
}

/* ---- Global click ripple: dual concentric rings (改动2) ---- */
.click-ripple {
  position: fixed;
  z-index: 45;
  width: 0;
  height: 0;
  pointer-events: none;
}
.click-ripple .ripple-inner,
.click-ripple .ripple-outer {
  position: absolute;
  left: -16px;
  top: -16px;
  width: 32px;
  height: 32px;
  border-radius: 9999px;
  border: 2px solid rgba(0, 229, 255, 0.6);
  opacity: 0;
}
.click-ripple .ripple-inner {
  animation: click-ripple-inner 400ms ease-out forwards;
}
.click-ripple .ripple-outer {
  border-width: 1px;
  animation: click-ripple-outer 400ms ease-out forwards;
}
@keyframes click-ripple-inner {
  0% { transform: scale(0); opacity: 1; }
  100% { transform: scale(2); opacity: 0; }
}
@keyframes click-ripple-outer {
  0% { transform: scale(0); opacity: 1; }
  100% { transform: scale(3); opacity: 0; }
}

/* ---- Reduced motion: degrade all transform/clip motion to opacity fade ---- */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .animate-hero-pop,
  .animate-rgb-flash,
  .animate-shard,
  .animate-modal-morph,
  .animate-breathe,
  .animate-flicker,
  .animate-price-glitch,
  .animate-scan-sweep,
  .modal-particle {
    animation: none !important;
  }
  .modal-particle {
    display: none;
  }
  .card-hud,
  .card-pricing,
  .qr-pop {
    transition: opacity 0.2s linear !important;
    animation: none !important;
  }
  .card-pricing:hover {
    transform: none;
  }
  .trail-dot,
  .click-ripple {
    display: none;
  }
  .reveal {
    transform: none;
    transition: opacity 0.3s linear;
  }
  .draw-line {
    stroke-dashoffset: 0;
  }
  .is-visible .draw-line {
    animation: none;
  }
}
.hover\:scale-110:hover{
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.hover\:border-brand-primary:hover{
  --tw-border-opacity: 1;
  border-color: hsl(var(--color-brand-primary) / var(--tw-border-opacity, 1));
}
.hover\:border-brand-primary\/60:hover{
  border-color: hsl(var(--color-brand-primary) / 0.6);
}
.hover\:border-status-error\/60:hover{
  border-color: hsl(var(--color-status-error) / 0.6);
}
.hover\:bg-brand-primary:hover{
  --tw-bg-opacity: 1;
  background-color: hsl(var(--color-brand-primary) / var(--tw-bg-opacity, 1));
}
.hover\:text-brand-primary:hover{
  --tw-text-opacity: 1;
  color: hsl(var(--color-brand-primary) / var(--tw-text-opacity, 1));
}
.hover\:text-status-error:hover{
  --tw-text-opacity: 1;
  color: hsl(var(--color-status-error) / var(--tw-text-opacity, 1));
}
.hover\:text-text-inverse:hover{
  --tw-text-opacity: 1;
  color: hsl(var(--color-text-inverse) / var(--tw-text-opacity, 1));
}
.hover\:text-text-primary:hover{
  --tw-text-opacity: 1;
  color: hsl(var(--color-text-primary) / var(--tw-text-opacity, 1));
}
.hover\:shadow-glow-md:hover{
  --tw-shadow: 0 0 18px hsl(187 100% 50% / 0.4), 0 0 4px hsl(187 100% 50% / 0.7), inset 0 0 12px hsl(187 100% 50% / 0.08);
  --tw-shadow-colored: 0 0 18px var(--tw-shadow-color), 0 0 4px var(--tw-shadow-color), inset 0 0 12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.hover\:shadow-glow-sm:hover{
  --tw-shadow: 0 0 8px hsl(187 100% 50% / 0.35), 0 0 2px hsl(187 100% 50% / 0.6);
  --tw-shadow-colored: 0 0 8px var(--tw-shadow-color), 0 0 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);
}
.focus\:border-brand-primary\/70:focus{
  border-color: hsl(var(--color-brand-primary) / 0.7);
}
.active\:scale-\[0\.98\]:active{
  --tw-scale-x: 0.98;
  --tw-scale-y: 0.98;
  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));
}
.disabled\:cursor-not-allowed:disabled{
  cursor: not-allowed;
}
.disabled\:opacity-40:disabled{
  opacity: 0.4;
}
.disabled\:hover\:shadow-none:hover:disabled{
  --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);
}
@media (min-width: 768px){
  .md\:block{
    display: block;
  }
  .md\:inline{
    display: inline;
  }
  .md\:flex{
    display: flex;
  }
  .md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .md\:flex-row{
    flex-direction: row;
  }
  .md\:items-center{
    align-items: center;
  }
  .md\:justify-between{
    justify-content: space-between;
  }
  .md\:gap-6{
    gap: 1.5rem;
  }
  .md\:border-b-0{
    border-bottom-width: 0px;
  }
  .md\:border-r{
    border-right-width: 1px;
  }
  .md\:p-section{
    padding: 64px;
  }
}
@media (min-width: 1024px){
  .lg\:col-span-2{
    grid-column: span 2 / span 2;
  }
  .lg\:col-span-3{
    grid-column: span 3 / span 3;
  }
  .lg\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .lg\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
