/*!*************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[3]!./app/globals.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************/
*, ::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;
}
.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;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.inset-0 {
  inset: 0px;
}
.bottom-2 {
  bottom: 0.5rem;
}
.bottom-6 {
  bottom: 1.5rem;
}
.left-0 {
  left: 0px;
}
.left-3 {
  left: 0.75rem;
}
.right-0 {
  right: 0px;
}
.right-2 {
  right: 0.5rem;
}
.top-0 {
  top: 0px;
}
.top-3 {
  top: 0.75rem;
}
.z-10 {
  z-index: 10;
}
.z-50 {
  z-index: 50;
}
.mt-0\.5 {
  margin-top: 0.125rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-4 {
  margin-top: 1rem;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.grid {
  display: grid;
}
.h-10 {
  height: 2.5rem;
}
.h-11 {
  height: 2.75rem;
}
.h-12 {
  height: 3rem;
}
.h-20 {
  height: 5rem;
}
.h-4 {
  height: 1rem;
}
.h-9 {
  height: 2.25rem;
}
.min-h-\[100dvh\] {
  min-height: 100dvh;
}
.w-10 {
  width: 2.5rem;
}
.w-20 {
  width: 5rem;
}
.w-4 {
  width: 1rem;
}
.w-9 {
  width: 2.25rem;
}
.w-full {
  width: 100%;
}
.max-w-md {
  max-width: 28rem;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.flex-col {
  flex-direction: column;
}
.place-items-center {
  place-items: center;
}
.items-start {
  align-items: flex-start;
}
.items-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-2\.5 {
  gap: 0.625rem;
}
.gap-3 {
  gap: 0.75rem;
}
.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.overflow-hidden {
  overflow: hidden;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.border {
  border-width: 1px;
}
.border-red-200\/60 {
  border-color: rgb(254 202 202 / 0.6);
}
.border-slate-200 {
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
}
.border-slate-200\/60 {
  border-color: rgb(226 232 240 / 0.6);
}
.border-slate-300 {
  --tw-border-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-border-opacity, 1));
}
.bg-\[var\(--neo-bg\)\] {
  background-color: var(--neo-bg);
}
.bg-\[var\(--neo-brand-600\)\] {
  background-color: var(--neo-brand-600);
}
.bg-red-50\/60 {
  background-color: rgb(254 242 242 / 0.6);
}
.bg-red-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}
.bg-slate-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(15 23 42 / var(--tw-bg-opacity, 1));
}
.bg-slate-900\/10 {
  background-color: rgb(15 23 42 / 0.1);
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-white\/60 {
  background-color: rgb(255 255 255 / 0.6);
}
.bg-white\/70 {
  background-color: rgb(255 255 255 / 0.7);
}
.p-6 {
  padding: 1.5rem;
}
.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-3\.5 {
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.text-\[11px\] {
  font-size: 11px;
}
.text-\[13px\] {
  font-size: 13px;
}
.text-\[9px\] {
  font-size: 9px;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.font-medium {
  font-weight: 500;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.leading-tight {
  line-height: 1.25;
}
.tracking-wide {
  letter-spacing: 0.025em;
}
.tracking-widest {
  letter-spacing: 0.1em;
}
.text-\[var\(--neo-brand-700\)\] {
  color: var(--neo-brand-700);
}
.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
.text-red-700 {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}
.text-slate-400 {
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity, 1));
}
.text-slate-500 {
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}
.text-slate-900 {
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity, 1));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.underline {
  text-decoration-line: underline;
}
.underline-offset-2 {
  text-underline-offset: 2px;
}
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.opacity-0 {
  opacity: 0;
}
.shadow-neo {
  --tw-shadow: 0 10px 35px var(--neo-shadow-warm-sm), 0 2px 10px rgba(2, 6, 23, 0.06);
  --tw-shadow-colored: 0 10px 35px var(--tw-shadow-color), 0 2px 10px 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);
}
.outline {
  outline-style: solid;
}
.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-slate-200\/40 {
  --tw-ring-color: rgb(226 232 240 / 0.4);
}
.ring-slate-200\/50 {
  --tw-ring-color: rgb(226 232 240 / 0.5);
}
.backdrop-blur-lg {
  --tw-backdrop-blur: blur(16px);
  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);
}
.backdrop-blur-sm {
  --tw-backdrop-blur: blur(4px);
  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);
}
.backdrop-filter {
  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;
}
.duration-200 {
  transition-duration: 200ms;
}

html,
body {
  height: 100%;
}

:root {
  /* Neo brand — blue / white base */
  --neo-brand-900: #0a3d5c;
  --neo-brand-700: #0c5a8a;
  --neo-brand-600: #0e6faa;
  --neo-brand-500: #1088cc;
  --neo-brand-200: rgba(16, 136, 204, 0.18);
  --neo-brand-100: rgba(16, 136, 204, 0.10);

  /* Red-pink accent / glow palette */
  --neo-accent-500: #e11d48;
  --neo-accent-400: #f43f5e;
  --neo-accent-300: #fb7185;

  /* Warm shadows */
  --neo-shadow-warm: rgba(225, 29, 72, 0.22);
  --neo-shadow-warm-sm: rgba(225, 29, 72, 0.12);
  --neo-shadow-pink: rgba(244, 63, 94, 0.10);
  --neo-shadow-pink-strong: rgba(244, 63, 94, 0.26);

  /* Surfaces */
  --neo-bg: #f0f4ff;
  --neo-bg2: #ffffff;
  --neo-ring: rgba(15, 23, 42, 0.10);
  --neo-ring-strong: rgba(16, 136, 204, 0.36);

  --orb-size: min(54vmin, 520px);

  /* Audio-reactive level (0..1), set by JS */
  --audio-level: 0;
}

/* Mobile: smaller orb for phones */
@media (max-width: 480px) {
  :root {
    --orb-size: min(68vmin, 320px);
  }
}

/* Safe-area bottom padding utility */
.pb-safe {
  padding-bottom: env(safe-area-inset-bottom, 0px);
}

/* ─── Stage background ─── */
.her-stage {
  background:
    radial-gradient(900px 680px at 50% 32%, rgba(244, 63, 94, 0.07), transparent 58%),
    radial-gradient(920px 680px at 50% 36%, rgba(16, 136, 204, 0.10), transparent 62%),
    radial-gradient(900px 700px at 42% 56%, rgba(16, 136, 204, 0.08), transparent 66%),
    radial-gradient(1100px 820px at 58% 60%, rgba(10, 61, 92, 0.06), transparent 70%),
    radial-gradient(1200px 900px at 50% 86%, rgba(15, 23, 42, 0.04), transparent 62%),
    linear-gradient(180deg, var(--neo-bg), var(--neo-bg2));
}

.her-vignette {
  background: radial-gradient(
    1200px 900px at 50% 45%,
    rgba(255, 255, 255, 0.0),
    rgba(241, 245, 249, 0.62) 70%,
    rgba(241, 245, 249, 0.92) 100%
  );
}

/* ─── Hint pill ─── */
.her-hint {
  font-size: 12px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: rgba(15, 23, 42, 0.66);
  padding: 10px 14px;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(15, 23, 42, 0.10);
  backdrop-filter: blur(10px);
  box-shadow: 0 4px 20px var(--neo-shadow-pink);
  animation: herHintFade 5.5s ease forwards;
}

/* ─── Logout button ─── */
.her-logout {
  font-size: 12px;
  letter-spacing: 0.38em;
  text-transform: uppercase;
  color: rgba(15, 23, 42, 0.82);
  padding: 14px 18px;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(15, 23, 42, 0.12);
  backdrop-filter: blur(12px);
  box-shadow:
    0 10px 35px var(--neo-shadow-warm-sm),
    0 2px 10px rgba(2, 6, 23, 0.06);
  transition: border-color 0.2s, color 0.2s, box-shadow 0.2s;
}

.her-logout:hover {
  border-color: rgba(244, 63, 94, 0.24);
  color: rgba(15, 23, 42, 0.94);
  box-shadow:
    0 10px 35px var(--neo-shadow-warm),
    0 2px 10px rgba(2, 6, 23, 0.08);
}

/* ─── Voice Orb ─── */
.her-orb {
  width: var(--orb-size);
  aspect-ratio: 1 / 1;
  border-radius: 9999px;
  position: relative;
  border: 0;
  padding: 0;
  background: transparent;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  touch-action: none;
  outline: none;
  filter:
    drop-shadow(0 24px 55px rgba(225, 29, 72, 0.13))
    drop-shadow(0 10px 22px rgba(2, 6, 23, 0.10));
  transition: filter 0.3s ease;
}

.her-orbGlow,
.her-orbCore,
.her-orbRing {
  position: absolute;
  border-radius: inherit;
  inset: 0;
  pointer-events: none;
}

.her-orbGlow {
  inset: -18%;
  border-radius: 9999px;
  background:
    radial-gradient(circle at 50% 50%, rgba(244, 63, 94, 0.12), transparent 48%),
    radial-gradient(circle at 52% 54%, rgba(16, 136, 204, 0.14), transparent 56%),
    radial-gradient(circle at 48% 46%, rgba(10, 61, 92, 0.08), transparent 70%);
  filter: blur(20px);
  opacity: 0.82;
  animation: herGlowBreath 6.8s ease-in-out infinite;
  transition: opacity 0.4s ease, background 0.5s ease;
}

.her-orbCore {
  background:
    radial-gradient(circle at 34% 28%, rgba(255, 255, 255, 0.92), transparent 50%),
    radial-gradient(circle at 62% 74%, rgba(244, 63, 94, 0.08), transparent 60%),
    radial-gradient(circle at 52% 52%, rgba(255, 255, 255, 0.46), rgba(255, 255, 255, 0.10) 62%),
    radial-gradient(circle at 50% 50%, rgba(15, 23, 42, 0.06), rgba(15, 23, 42, 0.12) 76%);
  box-shadow:
    inset 0 0 0 1px rgba(15, 23, 42, 0.08),
    inset 0 20px 60px rgba(16, 136, 204, 0.05),
    inset 0 -26px 75px rgba(2, 6, 23, 0.08);
  animation: herCoreFloat 11s ease-in-out infinite;
  transition: transform 0.15s ease, box-shadow 0.3s ease;
}

.her-orbRing {
  border: 1px solid var(--neo-ring);
  opacity: 0.85;
  transition: border-color 0.3s ease, opacity 0.3s ease;
}

.her-orbRing--a {
  inset: 6%;
  border-color: rgba(15, 23, 42, 0.12);
}

.her-orbRing--b {
  inset: 14%;
  border-color: rgba(15, 23, 42, 0.10);
}

.her-orbRing--c {
  inset: -4%;
  border-color: rgba(244, 63, 94, 0.06);
  opacity: 0;
}

.her-orb:focus-visible .her-orbRing--a {
  border-color: var(--neo-ring-strong);
}

/* ─── State tuning ─── */

/* Idle: slow gentle breath */
.her-orb[data-state="idle"] {
  animation: herBreath 7.8s ease-in-out infinite;
}

/* Listening: faster breath + subtle pulse rings + audio-reactive glow */
.her-orb[data-state="pressed"],
.her-orb[data-state="listening"] {
  animation: herBreath 2.4s ease-in-out infinite;
}

.her-orb[data-state="listening"] .her-orbGlow,
.her-orb[data-state="pressed"] .her-orbGlow {
  background:
    radial-gradient(circle at 50% 50%, rgba(244, 63, 94, 0.16), transparent 46%),
    radial-gradient(circle at 52% 54%, rgba(16, 136, 204, 0.18), transparent 54%),
    radial-gradient(circle at 48% 46%, rgba(10, 61, 92, 0.10), transparent 68%);
  opacity: calc(0.88 + 0.12 * var(--audio-level, 0));
  animation: herGlowBreath 2.8s ease-in-out infinite;
}

.her-orb[data-state="listening"] .her-orbCore,
.her-orb[data-state="pressed"] .her-orbCore {
  transform: scale(calc(1 + 0.04 * var(--audio-level, 0)));
  box-shadow:
    inset 0 0 0 1px rgba(15, 23, 42, 0.08),
    inset 0 20px 60px rgba(244, 63, 94, 0.06),
    inset 0 -26px 75px rgba(2, 6, 23, 0.08);
}

.her-orb[data-state="listening"] .her-orbRing--a,
.her-orb[data-state="pressed"] .her-orbRing--a {
  border-color: rgba(244, 63, 94, 0.18);
  animation: herListenPulse 2.2s ease-in-out infinite;
}

.her-orb[data-state="listening"] .her-orbRing--b,
.her-orb[data-state="pressed"] .her-orbRing--b {
  border-color: rgba(16, 136, 204, 0.16);
  animation: herListenPulse 2.2s ease-in-out infinite;
  animation-delay: 0.4s;
}

.her-orb[data-state="listening"] .her-orbRing--c,
.her-orb[data-state="pressed"] .her-orbRing--c {
  opacity: 0.6;
  border-color: rgba(244, 63, 94, 0.10);
  animation: herListenPulse 2.2s ease-in-out infinite;
  animation-delay: 0.8s;
}

/* Transcribing */
.her-orb[data-state="transcribing"] {
  animation: herBreath 3.2s ease-in-out infinite;
}

.her-orb[data-state="transcribing"] .her-orbGlow {
  animation: herGlowBreath 3s ease-in-out infinite;
}

/* Thinking */
.her-orb[data-state="thinking"] {
  animation: herBreath 4.2s ease-in-out infinite;
}

.her-orb[data-state="thinking"] .her-orbGlow {
  opacity: 0.9;
  animation: herGlowBreath 3.6s ease-in-out infinite;
}

.her-orb[data-state="thinking"] .her-orbCore {
  animation: herCoreFloat 5s ease-in-out infinite, herThinkShimmer 2s ease-in-out infinite;
}

/* Speaking: rich ripple rings + audio-reactive scale + bright glow */
.her-orb[data-state="speaking"] {
  animation: herBreath 3.2s ease-in-out infinite;
  filter:
    drop-shadow(0 24px 55px rgba(225, 29, 72, 0.18))
    drop-shadow(0 10px 22px rgba(2, 6, 23, 0.12));
}

.her-orb[data-state="speaking"] .her-orbGlow {
  background:
    radial-gradient(circle at 50% 50%, rgba(244, 63, 94, 0.20), transparent 44%),
    radial-gradient(circle at 52% 54%, rgba(16, 136, 204, 0.16), transparent 54%),
    radial-gradient(circle at 48% 46%, rgba(251, 113, 133, 0.10), transparent 66%);
  opacity: calc(0.92 + 0.08 * var(--audio-level, 0));
  animation: herGlowBreath 2.4s ease-in-out infinite;
}

.her-orb[data-state="speaking"] .her-orbCore {
  transform: scale(calc(1 + 0.06 * var(--audio-level, 0)));
  box-shadow:
    inset 0 0 0 1px rgba(15, 23, 42, 0.06),
    inset 0 20px 60px rgba(244, 63, 94, 0.08),
    inset 0 -26px 75px rgba(2, 6, 23, 0.06);
}

.her-orb[data-state="speaking"] .her-orbRing--a {
  border-color: rgba(244, 63, 94, 0.24);
  animation: herRipple 1.15s ease-out infinite;
}

.her-orb[data-state="speaking"] .her-orbRing--b {
  border-color: rgba(16, 136, 204, 0.18);
  animation: herRipple 1.15s ease-out infinite;
  animation-delay: 0.28s;
}

.her-orb[data-state="speaking"] .her-orbRing--c {
  opacity: 1;
  border-color: rgba(244, 63, 94, 0.12);
  animation: herRipple 1.15s ease-out infinite;
  animation-delay: 0.56s;
}

/* Error */
.her-orb[data-state="error"] .her-orbGlow {
  background:
    radial-gradient(circle at 50% 50%, rgba(239, 68, 68, 0.16), transparent 55%),
    radial-gradient(circle at 55% 55%, rgba(239, 68, 68, 0.12), transparent 64%);
  opacity: 1;
  animation: herErrorPulse 1.4s ease-in-out infinite;
}

.her-orb[data-state="error"] .her-orbRing--a,
.her-orb[data-state="error"] .her-orbRing--b {
  border-color: rgba(239, 68, 68, 0.18);
}

/* ─── Keyframes ─── */

@keyframes herBreath {
  0% {
    transform: translateY(0) scale(1);
  }
  50% {
    transform: translateY(-2px) scale(1.02);
  }
  100% {
    transform: translateY(0) scale(1);
  }
}

@keyframes herGlowBreath {
  0% {
    transform: scale(1);
    opacity: 0.82;
  }
  50% {
    transform: scale(1.04);
    opacity: 0.96;
  }
  100% {
    transform: scale(1);
    opacity: 0.82;
  }
}

@keyframes herCoreFloat {
  0% {
    background-position: 50% 50%, 50% 50%, 50% 50%, 50% 50%;
  }
  50% {
    background-position: 46% 44%, 54% 58%, 52% 52%, 50% 50%;
  }
  100% {
    background-position: 50% 50%, 50% 50%, 50% 50%, 50% 50%;
  }
}

@keyframes herRipple {
  0% {
    transform: scale(0.985);
    opacity: 0.0;
  }
  20% {
    opacity: 0.8;
  }
  100% {
    transform: scale(1.08);
    opacity: 0;
  }
}

@keyframes herListenPulse {
  0% {
    transform: scale(1);
    opacity: 0.5;
  }
  50% {
    transform: scale(1.03);
    opacity: 0.85;
  }
  100% {
    transform: scale(1);
    opacity: 0.5;
  }
}

@keyframes herThinkShimmer {
  0% {
    filter: brightness(1);
  }
  50% {
    filter: brightness(1.06);
  }
  100% {
    filter: brightness(1);
  }
}

@keyframes herErrorPulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.02);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes herHintFade {
  0% {
    opacity: 0;
    transform: translateY(6px);
  }
  12% {
    opacity: 1;
    transform: translateY(0);
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/* ─── Utility animations ─── */

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes slideInFromTop {
  from { transform: translateY(-4px); opacity: 0; }
  to { transform: translateY(0); opacity: 1; }
}

.animate-in {
  animation: fadeIn 0.2s ease-out, slideInFromTop 0.2s ease-out;
}

@media (prefers-reduced-motion: reduce) {
  .her-orb,
  .her-orbGlow,
  .her-orbCore,
  .her-orbRing,
  .her-hint,
  .animate-in {
    animation: none !important;
    transition: none !important;
  }
}

.placeholder\:text-slate-400::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity, 1));
}

.placeholder\:text-slate-400::placeholder {
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity, 1));
}

.hover\:bg-\[var\(--neo-brand-700\)\]:hover {
  background-color: var(--neo-brand-700);
}

.hover\:bg-red-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}

.hover\:bg-slate-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1));
}

.hover\:bg-slate-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity, 1));
}

.hover\:bg-slate-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(30 41 59 / var(--tw-bg-opacity, 1));
}

.hover\:text-\[var\(--neo-brand-900\)\]:hover {
  color: var(--neo-brand-900);
}

.hover\:shadow-neo-lg:hover {
  --tw-shadow: 0 24px 55px var(--neo-shadow-warm), 0 10px 22px rgba(2, 6, 23, 0.10);
  --tw-shadow-colored: 0 24px 55px var(--tw-shadow-color), 0 10px 22px 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-visible\:outline-none:focus-visible {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus-visible\:ring-2:focus-visible {
  --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(2px + 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-visible\:ring-\[var\(--neo-brand-600\)\]:focus-visible {
  --tw-ring-color: var(--neo-brand-600);
}

.focus-visible\:ring-offset-2:focus-visible {
  --tw-ring-offset-width: 2px;
}

.focus-visible\:ring-offset-slate-50:focus-visible {
  --tw-ring-offset-color: #f8fafc;
}

.active\:bg-\[var\(--neo-brand-900\)\]:active {
  background-color: var(--neo-brand-900);
}

.active\:bg-slate-100:active {
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1));
}

.active\:bg-slate-200:active {
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity, 1));
}

.active\:bg-slate-950:active {
  --tw-bg-opacity: 1;
  background-color: rgb(2 6 23 / var(--tw-bg-opacity, 1));
}

.active\:shadow-neo:active {
  --tw-shadow: 0 10px 35px var(--neo-shadow-warm-sm), 0 2px 10px rgba(2, 6, 23, 0.06);
  --tw-shadow-colored: 0 10px 35px var(--tw-shadow-color), 0 2px 10px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.disabled\:pointer-events-none:disabled {
  pointer-events: none;
}

.disabled\:cursor-not-allowed:disabled {
  cursor: not-allowed;
}

.disabled\:opacity-50:disabled {
  opacity: 0.5;
}

@supports (backdrop-filter: var(--tw)) {

  .supports-\[backdrop-filter\]\:bg-white\/60 {
    background-color: rgb(255 255 255 / 0.6);
  }
}

@media (min-width: 640px) {

  .sm\:bottom-10 {
    bottom: 2.5rem;
  }

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

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

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

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

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

  .sm\:h-16 {
    height: 4rem;
  }

  .sm\:w-16 {
    width: 4rem;
  }

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

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

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

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

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

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

  .sm\:text-\[10px\] {
    font-size: 10px;
  }

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

  .sm\:text-slate-500 {
    --tw-text-opacity: 1;
    color: rgb(100 116 139 / var(--tw-text-opacity, 1));
  }
}

