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

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

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

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

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

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

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

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

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

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

  .container {
    max-width: 1536px;
  }
}
.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;
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.collapse {
  visibility: collapse;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.bottom-0 {
  bottom: 0px;
}
.left-0 {
  left: 0px;
}
.right-0 {
  right: 0px;
}
.top-8 {
  top: 2rem;
}
.z-50 {
  z-index: 50;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.table {
  display: table;
}
.\!grid {
  display: grid !important;
}
.grid {
  display: grid;
}
.contents {
  display: contents;
}
.hidden {
  display: none;
}
.h-6 {
  height: 1.5rem;
}
.h-8 {
  height: 2rem;
}
.h-\[60vh\] {
  height: 60vh;
}
.h-full {
  height: 100%;
}
.min-h-\[70vh\] {
  min-height: 70vh;
}
.w-6 {
  width: 1.5rem;
}
.w-8 {
  width: 2rem;
}
.w-80 {
  width: 20rem;
}
.w-full {
  width: 100%;
}
.max-w-3xl {
  max-width: 48rem;
}
.max-w-\[85\%\] {
  max-width: 85%;
}
.max-w-none {
  max-width: none;
}
.max-w-xl {
  max-width: 36rem;
}
.max-w-xs {
  max-width: 20rem;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-shrink {
  flex-shrink: 1;
}
.shrink {
  flex-shrink: 1;
}
.flex-grow {
  flex-grow: 1;
}
.grow {
  flex-grow: 1;
}
.border-collapse {
  border-collapse: collapse;
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.select-all {
  -webkit-user-select: all;
     -moz-user-select: all;
          user-select: all;
}
.resize {
  resize: both;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-start {
  align-items: flex-start;
}
.items-center {
  align-items: center;
}
.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;
}
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-y-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));
}
.divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}
.divide-\[var\(--al-line\)\] > :not([hidden]) ~ :not([hidden]) {
  border-color: var(--al-line);
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-y-auto {
  overflow-y: auto;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.whitespace-pre-wrap {
  white-space: pre-wrap;
}
.break-words {
  overflow-wrap: break-word;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.rounded-r-md {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}
.border {
  border-width: 1px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-\[var\(--al-line\)\] {
  border-color: var(--al-line);
}
.border-amber-200 {
  --tw-border-opacity: 1;
  border-color: rgb(253 230 138 / var(--tw-border-opacity, 1));
}
.border-blue-200 {
  --tw-border-opacity: 1;
  border-color: rgb(191 219 254 / var(--tw-border-opacity, 1));
}
.border-red-200 {
  --tw-border-opacity: 1;
  border-color: rgb(254 202 202 / var(--tw-border-opacity, 1));
}
.border-red-300 {
  --tw-border-opacity: 1;
  border-color: rgb(252 165 165 / var(--tw-border-opacity, 1));
}
.bg-\[var\(--al-paper\)\] {
  background-color: var(--al-paper);
}
.bg-amber-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 251 235 / var(--tw-bg-opacity, 1));
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.bg-black\/40 {
  background-color: rgb(0 0 0 / 0.4);
}
.bg-blue-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
}
.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.bg-red-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.p-10 {
  padding: 2.5rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.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-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pl-20 {
  padding-left: 5rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.font-mono {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.text-\[0\.68rem\] {
  font-size: 0.68rem;
}
.text-\[0\.72rem\] {
  font-size: 0.72rem;
}
.text-\[0\.78rem\] {
  font-size: 0.78rem;
}
.text-\[0\.8rem\] {
  font-size: 0.8rem;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-medium {
  font-weight: 500;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.italic {
  font-style: italic;
}
.tracking-wide {
  letter-spacing: 0.025em;
}
.text-\[var\(--al-ink\)\] {
  color: var(--al-ink);
}
.text-\[var\(--al-muted\)\] {
  color: var(--al-muted);
}
.text-amber-800 {
  --tw-text-opacity: 1;
  color: rgb(146 64 14 / var(--tw-text-opacity, 1));
}
.text-blue-900 {
  --tw-text-opacity: 1;
  color: rgb(30 58 138 / var(--tw-text-opacity, 1));
}
.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}
.text-red-700 {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}
.text-red-800 {
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / 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;
}
.line-through {
  text-decoration-line: line-through;
}
.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-2xl {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -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-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;
}
.blur {
  --tw-blur: blur(8px);
  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);
}
.grayscale {
  --tw-grayscale: grayscale(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);
}
.invert {
  --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);
}
.sepia {
  --tw-sepia: sepia(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);
}
.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-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 {
  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;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

/* ── Variables ─────────────────────────────────────────────────────────────── */
:root {
  /* --ac-primary:  #2b5993;
  --ac-primary-h:   #14305a;
  --ac-accent:      #22c55e;
  --ac-border:      #d1d9e0;
  --ac-bg:          #ffffff;
  --ac-text:        #1a1f2e;
  --ac-text-muted:  #64748b;
  --ac-error:       #dc2626;
  --ac-radius:      10px;
  --ac-radius-lg:   16px; */
  --ac-primary:     #41461d;
  --ac-primary-h:   #3a4728;
  --ac-accent:      #7a9050;
  --ac-border:      #c5ce9e;
  --ac-bg:          #f7f8f2;
  --ac-text:        #1e2410;
  --ac-text-muted:  black;
  --ac-error:       #dc2626;
  --ac-radius:      10px;
  --ac-radius-lg:   16px;
}

/* ── Wizard root ────────────────────────────────────────────────────────────── */
.wiz-root {
  width: 80%;
  margin: 0 auto;
  padding: 0 16px 70px;
  color: var(--ac-text);
}

/* ── Header ─────────────────────────────────────────────────────────────────── */
.wiz-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0 10px;
}
.wiz-title-link {
  font-size: 20px;
  color: var(--ac-primary);
  text-decoration: underline;
  text-underline-offset: 3px;
  font-weight: 500;
}
.wiz-close {
  width: 32px; 
  min-width: 32px; 
  max-width: 32px; 
  height: 32px;
  min-height: 32px;
  max-height: 32px;
  border-radius: 50%;
  border: 1px solid var(--ac-border);
  background: var(--ac-bg);
  font-size: 20px;
  cursor: pointer;
  color: var(--ac-text-muted);
  display: flex; align-items: center; justify-content: center;
  transition: border-color 0.15s, color 0.15s;
}
.wiz-close:hover { border-color: var(--ac-primary); color: var(--ac-primary); }

/* ── Progress bar ────────────────────────────────────────────────────────────── */
.wiz-progress-track {
  height: 4px;
  background: #e2e8f0;
  border-radius: 99px;
  overflow: hidden;
  margin-bottom: 24px;
}
.wiz-progress-fill {
  height: 100%;
  background: var(--ac-accent);
  border-radius: 99px;
  transition: width 0.4s ease;
}

/* ── Section banner ────────────────────────────────────────────────────────── */
.wiz-section-banner {
  background: #f0f4ff;
  border-left: 3px solid var(--ac-primary);
  border-radius: 0 var(--ac-radius) var(--ac-radius) 0;
  padding: 10px 14px;
  font-size: 13px;
  font-weight: 600;
  color: var(--ac-primary);
  margin-bottom: 20px;
}

/* ── Animations ──────────────────────────────────────────────────────────────── */
@keyframes wiz-slide-fwd {
  from { opacity: 0; transform: translateX(32px); }
  to   { opacity: 1; transform: translateX(0); }
}
@keyframes wiz-slide-bwd {
  from { opacity: 0; transform: translateX(-32px); }
  to   { opacity: 1; transform: translateX(0); }
}
.wiz-question-wrap { min-height: 160px; }
.wiz-enter-fwd { animation: wiz-slide-fwd 0.28s cubic-bezier(0.22,1,0.36,1) both; }
.wiz-enter-bwd { animation: wiz-slide-bwd 0.28s cubic-bezier(0.22,1,0.36,1) both; }

/* ── Warning / error ─────────────────────────────────────────────────────────── */
.wiz-warning {
  background: #fff7ed;
  border: 1px solid #fed7aa;
  border-radius: var(--ac-radius);
  padding: 12px 14px;
  font-size: 14px;
  color: #9a3412;
  margin-bottom: 16px;
}
.wiz-validation-error { font-size: 13px; color: var(--ac-error); margin-top: 8px; }
.wiz-field-area { margin-bottom: 12px; }
.wiz-warning p{
  margin: 0px !important
}

/* ── Navigation ──────────────────────────────────────────────────────────────── */
.wiz-nav {
  display: flex; 
  align-items: flex-end; 
  justify-content: space-between;
  gap: 16px; margin-top: 20px; 
}
.wiz-continue-btn {
  background: var(--ac-primary); 
  color: #fff;
  border: none; 
  border-radius: var(--ac-radius);
  padding: 13px 28px; 
  font-size: 15px; 
  font-weight: 600;
  cursor: pointer; 
  transition: background 0.15s;
}
.wiz-continue-btn:hover{
  background: white !important;
  border: 1px solid var(--ac-primary) !important;
  color: var(--ac-primary) !important;
}
.wiz-continue-btn:hover:not(:disabled) { background: var(--ac-primary-h); }
.wiz-continue-btn:disabled { opacity: 0.6; cursor: not-allowed; }
.wiz-back-btn {
  background: none; border: none;
  color: var(--ac-primary); font-size: 14px; font-weight: 500;
  cursor: pointer; text-decoration: underline; text-underline-offset: 3px;
}
.wiz-counter { font-size: 12px; color: var(--ac-text-muted); margin-top: 12px; text-align: right; }

/* ── Spinner / error ─────────────────────────────────────────────────────────── */
.ac-loading { position: relative; display: flex; align-items: center; justify-content: center; padding: 60px 20px; min-height: 120px; }
.ac-spinner {
  width: 36px; height: 36px;
  border: 3px solid #e2e8f0;
  border-top-color: var(--ac-primary);
  border-radius: 50%;
  animation: spin 0.7s linear infinite;
}
@keyframes spin { to { transform: rotate(360deg); } }
.ac-error { padding: 24px; text-align: center; color: var(--ac-error); }
.ac-error-detail { font-size: 13px; color: var(--ac-text-muted); margin-top: 6px; }

/* ── Options ─────────────────────────────────────────────────────────────────── */
.ac-options-list { display: flex; flex-direction: column; gap: 10px; }
.ac-option-btn {
  display: flex; align-items: center; gap: 12px;
  width: 100%; padding: 13px 16px;
  border: 1.5px solid var(--ac-border); border-radius: var(--ac-radius);
  background: var(--ac-bg); cursor: pointer;
  text-align: left; font-size: 15px; color: var(--ac-text);
  transition: border-color 0.15s, background 0.15s;
}
.ac-option-btn:hover { border-color: var(--ac-primary); }
.ac-option-btn.ac-option-selected { border-color: var(--ac-primary); background: #f0f4ea; }
.ac-option-radio {
  width: 18px; height: 18px; border-radius: 50%;
  border: 2px solid var(--ac-border); flex-shrink: 0;
  transition: border-color 0.15s;
}
.ac-option-radio-checked { border-color: var(--ac-primary); background: var(--ac-primary); box-shadow: inset 0 0 0 3px var(--ac-bg); }
.ac-option-check {
  width: 18px; height: 18px; border-radius: 4px;
  border: 2px solid var(--ac-border); flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
  transition: border-color 0.15s, background 0.15s;
}
.ac-option-check-checked { border-color: var(--ac-primary); background: var(--ac-primary); }
.ac-option-label { flex: 1; line-height: 1.4; }

/* ── Text input ──────────────────────────────────────────────────────────────── */
.ac-text-input {
  width: 100%; border: 1.5px solid var(--ac-border);
  border-radius: var(--ac-radius); padding: 13px 14px;
  font-size: 15px; color: var(--ac-text);
  outline: none; transition: border-color 0.15s;
}
.ac-text-input:focus { border-color: var(--ac-primary); }
.ac-textarea { resize: vertical; min-height: 100px; }

/* ── Shared form elements ────────────────────────────────────────────────────── */
.ac-input {
  width: 100%; border: 1.5px solid var(--ac-border);
  border-radius: var(--ac-radius); padding: 11px 13px;
  font-size: 14px; color: var(--ac-text);
  outline: none; transition: border-color 0.15s; box-sizing: border-box;
}
.ac-input:focus { border-color: var(--ac-primary); }
select.ac-input { -webkit-appearance: auto; -moz-appearance: auto; appearance: auto; }
.ac-label { display: block; font-size: 13px; font-weight: 500; color: var(--ac-text-muted); margin-bottom: 5px; }
.ac-required { color: var(--ac-error); }
.ac-hint { font-size: 12px; color: var(--ac-text-muted); margin-top: 6px; }
.ac-form-field { margin-bottom: 14px; }
.ac-form-row-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.ac-form-row-3 { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 10px; }
.ac-checkbox-row { display: flex; align-items: center; gap: 10px; font-size: 14px; cursor: pointer; margin-top: 4px; }
.ac-checkbox-row input[type="checkbox"] { width: 16px; height: 16px; accent-color: var(--ac-primary); }

/* ── BMI ─────────────────────────────────────────────────────────────────────── */
.ac-bmi-entry { display: flex; flex-direction: column; gap: 14px; }
.ac-bmi-section { border: 1.5px solid var(--ac-border); border-radius: var(--ac-radius-lg); padding: 14px 16px; }
.ac-bmi-section-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 12px; }
.ac-bmi-section-label { font-size: 14px; font-weight: 600; }
.ac-bmi-toggle { font-size: 12px; color: var(--ac-primary); border: 1px solid var(--ac-border); border-radius: 6px; padding: 4px 10px; background: var(--ac-bg); cursor: pointer; }
.ac-bmi-input-row { display: flex; align-items: center; gap: 8px; }
.ac-bmi-input-row-dual { display: grid; grid-template-columns: 1fr auto 1fr auto; align-items: center; gap: 8px; }
.ac-bmi-input { flex: 1; border: 1.5px solid var(--ac-border); border-radius: var(--ac-radius); padding: 11px 13px; font-size: 15px; outline: none; transition: border-color 0.15s; }
.ac-bmi-input:focus { border-color: var(--ac-primary); }
.ac-bmi-unit { font-size: 13px; color: var(--ac-text-muted); white-space: nowrap; }
.ac-bmi-calculate-btn { 
background: white;
  color: var(--ac-primary);
  border: none;
  border-radius: var(--ac-radius);
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.15s;
  align-self: flex-start;
  text-decoration: underline;
  text-underline-offset: 4px;
  line-height: 20px;
}
.ac-bmi-calculate-btn:disabled { opacity: 0.45; cursor: not-allowed; }
.ac-bmi-calculate-btn:hover:not(:disabled) { 
  font-style: italic;
}
/* ── BMI Result screen ───────────────────────────────────────────────────────── */
.ac-bmi-result { display: flex; flex-direction: column; gap: 20px; }

/* Scale chips */
.ac-bmi-scale-row { display: grid; grid-template-columns: repeat(4,1fr); gap: 6px; }
.ac-bmi-scale-chip {
  display: flex; flex-direction: column; align-items: center; gap: 2px;
  padding: 8px 4px; border-radius: var(--ac-radius); border: 1.5px solid transparent; text-align: center;
}
.ac-bmi-scale-chip--under   { background: #dbeafe; border-color: #bfdbfe; }
.ac-bmi-scale-chip--healthy { background: #dcfce7; border-color: #bbf7d0; }
.ac-bmi-scale-chip--over    { background: #fefce8; border-color: #fef08a; }
.ac-bmi-scale-chip--obese   { background: #fee2e2; border-color: #fecaca; }
.ac-bmi-scale-chip--active  { border-width: 2px; box-shadow: 0 1px 6px rgba(0,0,0,0.1); }
.ac-bmi-scale-chip-label { font-size: 14px; font-weight: 700; display: block; }
.ac-bmi-scale-chip--under .ac-bmi-scale-chip-label   { color: #1e40af; }
.ac-bmi-scale-chip--healthy .ac-bmi-scale-chip-label { color: #15803d; }
.ac-bmi-scale-chip--over .ac-bmi-scale-chip-label    { color: #92400e; }
.ac-bmi-scale-chip--obese .ac-bmi-scale-chip-label   { color: #b91c1c; }
.ac-bmi-scale-chip-range { font-size: 14px; color: var(--ac-text-muted); display: block; }

/* Two-column grid */
.ac-bmi-result-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: center; }
.ac-bmi-result-left { display: flex; flex-direction: column; gap: 10px; }
.ac-bmi-result-right {
  padding: 30px !important;
  display: flex; flex-direction: column; align-items: center; gap: 6px;
  padding: 12px 8px;
  /* background: var(--ac-bg); 
  border: 1.5px solid var(--ac-border);  */
  border-radius: var(--ac-radius-lg);
}
.ac-bmi-gauge-svg { display: block; }
.ac-bmi-gauge-value { font-size: 34px; font-weight: 800; color: var(--ac-text); margin: 0; line-height: 1; }
.ac-bmi-meta { font-size: 16px; color: var(--ac-text-muted); margin: 0; text-align: center; }

/* Category badge */
.ac-bmi-badge { display: inline-block; padding: 4px 12px; border-radius: 99px; font-size: 12px; font-weight: 600; }
.ac-bmi-badge--under   { background: #dbeafe; color: #1e40af; }
.ac-bmi-badge--healthy { background: #dcfce7; color: #15803d; }
.ac-bmi-badge--over    { background: #fef9c3; color: #92400e; }
.ac-bmi-badge--obese   { background: #fee2e2; color: #b91c1c; }

/* Desired weight input — lives inside left grid column */
.ac-bmi-target-wrap {
  padding: 10px 0 2px;
  display: flex; 
  flex-direction: column; 
  gap: 8px;
}
.ac-bmi-target-label { font-size: 14px; font-weight: 600; color: var(--ac-text); }
.ac-bmi-target-optional { font-size: 12px; font-weight: 400; color: var(--ac-text-muted); }
.ac-bmi-target-row { display: flex; align-items: center; gap: 8px; }
.ac-bmi-target-input {
  width: 100%; 
  border: 1.5px solid var(--ac-border); 
  border-radius: var(--ac-radius);
  padding: 9px 12px; 
  font-size: 15px; 
  color: var(--ac-text);
  outline: none; 
  transition: border-color 0.15s;
  -moz-appearance: textfield; -webkit-appearance: textfield; appearance: textfield;
}
.ac-bmi-target-input::-webkit-inner-spin-button,
.ac-bmi-target-input::-webkit-outer-spin-button { -webkit-appearance: none; }
.ac-bmi-target-input:focus { border-color: var(--ac-primary); }
.ac-bmi-target-unit { font-size: 14px; color: var(--ac-text-muted); }
.ac-bmi-target-clear {
  width: 26px; height: 26px; border-radius: 50%;
  background: none; border: 1.5px solid var(--ac-border);
  color: var(--ac-text-muted); font-size: 16px; cursor: pointer;
  display: flex; align-items: center; justify-content: center; line-height: 1; padding: 0;
}
.ac-bmi-target-hint  { font-size: 12px; color: var(--ac-accent); margin: 0; font-weight: 500; }
.ac-bmi-target-error { font-size: 12px; color: var(--ac-error); margin: 0; }

/* Line chart */
.ac-bmi-linechart { display: flex; flex-direction: column; gap: 2px; }
.ac-bmi-linechart-titlerow { display: flex; align-items: center; justify-content: space-between; gap: 6px; margin-bottom: 2px; }
.ac-bmi-linechart-title { 
  font-size: 14px; 
  font-weight: 600; 
  margin: 0; 
  letter-spacing: .04em; 
}
.ac-bmi-pred-badge-inline {
  display: inline-flex; align-items: center; gap: 2px;
  background: #eef2e6; border: 1px solid var(--ac-border);
  border-radius: 99px; padding: 2px 8px;
  font-size: 14px; font-weight: 700; color: var(--ac-primary); white-space: nowrap;
}
.ac-bmi-linechart-legend { display: flex; gap: 14px; justify-content: center; font-size: 14px; color: var(--ac-text-muted); align-items: center; }
.ac-bmi-linechart-legend span { display: flex; align-items: center; gap: 5px; }
@keyframes acBmiDrawLine { from { opacity: 0; } to { opacity: 1; } }
.ac-bmi-target-line {
  animation: acBmiDrawLine 0.6s ease forwards;
}

/* History bar chart — collapsible */
.ac-bmi-hist-section { display: flex; flex-direction: column; gap: 10px; }
.ac-bmi-hist-toggle {
  align-self: flex-start; background: none; border: none; padding: 0;
  font-size: 13px; color: var(--ac-primary);
  text-decoration: underline; text-underline-offset: 3px;
  cursor: pointer; font-weight: 500;
  display: none !important;
}
.ac-bmi-hist-toggle:hover { color: var(--ac-primary-h); font-style: italic; }
.ac-bmi-history { display: flex; flex-direction: column; gap: 4px; }
.ac-bmi-history-title { font-size: 16px; font-weight: 600; color: var(--ac-text-muted); margin: 0; }

/* Edit button */
.ac-bmi-edit-btn { align-self: center; font-size: 13px; color: var(--ac-text-muted); background: none; border: none; text-decoration: underline; cursor: pointer; padding: 0; }

/* ── BMI Slider (new entry screen) ──────────────────────────────────────────── */
.ac-bmi-sliders {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.ac-bmi-slider-card {
  background: #f8fafc;
  border: 1.5px solid var(--ac-border);
  border-radius: var(--ac-radius-lg);
  padding: 18px 20px 14px;
}
.ac-bmi-slider-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 16px;
}
.ac-bmi-slider-label {
  font-size: 14px;
  font-weight: 600;
  color: var(--ac-text);
  min-width: 52px;
}
.ac-bmi-unit-pills {
  display: flex;
  gap: 4px;
}
.ac-bmi-unit-pill {
  padding: 4px 13px;
  border-radius: 99px;
  font-size: 12px;
  font-weight: 500;
  border: 1.5px solid var(--ac-border);
  background: var(--ac-bg);
  color: var(--ac-text-muted);
  cursor: pointer;
  transition: border-color 0.15s, background 0.15s, color 0.15s;
}
.ac-bmi-unit-pill-active {
  border-color: var(--ac-primary);
  background: var(--ac-primary);
  color: #fff;
}
.ac-bmi-slider-value {
  font-size: 16px;
  font-weight: 700;
  color: var(--ac-primary);
  min-width: 88px;
  text-align: right;
}
.ac-bmi-slider-wrap {
  padding: 4px 0 2px;
}
.ac-bmi-range {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  width: 100%;
  height: 6px;
  border-radius: 99px;
  outline: none;
  cursor: pointer;
  transition: opacity 0.1s;
}
.ac-bmi-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--ac-primary);
  border: 3px solid #fff;
  box-shadow: 0 1px 8px rgba(0,0,0,0.22);
  cursor: pointer;
  -webkit-transition: transform 0.12s;
  transition: transform 0.12s;
}
.ac-bmi-range::-webkit-slider-thumb:active { transform: scale(1.18); }
.ac-bmi-range::-moz-range-thumb {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--ac-primary);
  border: 3px solid #fff;
  box-shadow: 0 1px 8px rgba(0,0,0,0.22);
  cursor: pointer;
}
.ac-bmi-ticks {
  display: flex;
  justify-content: space-between;
  padding: 0 2px;
  margin-top: 8px;
}
.ac-bmi-tick {
  width: 1px;
  height: 5px;
  background: #cbd5e1;
  border-radius: 1px;
}
.ac-bmi-tick-major {
  height: 9px;
  background: #94a3b8;
}
.ac-bmi-sliders .ac-bmi-calculate-btn {
  width: 100%;
  background: white;
  color: var(--ac-primary);
  border: none;
  border-radius: var(--ac-radius);
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.15s;
  text-decoration: none;
  font-style: normal;
  align-self: stretch;
  text-decoration: underline;
  text-align: right;
}
.ac-bmi-sliders .ac-bmi-calculate-btn:hover:not(:disabled) {
  font-style: italic;
}

/* ── Image upload ────────────────────────────────────────────────────────────── */
.ac-upload-wrap { display: flex; flex-direction: column; gap: 12px; }
.ac-upload-label { display: flex; align-items: center; gap: 10px; padding: 16px; border: 2px dashed var(--ac-border); border-radius: var(--ac-radius-lg); cursor: pointer; font-size: 14px; color: var(--ac-primary); transition: border-color 0.15s; }
.ac-upload-label:hover { border-color: var(--ac-primary); }
.ac-upload-icon { flex-shrink: 0; }
.ac-upload-list { list-style: none; padding: 0; margin: 0; font-size: 13px; color: var(--ac-text-muted); }
.ac-upload-list li { padding: 4px 0; }
.ac-upload-optional { font-size: 12px; color: var(--ac-text-muted); }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }

/* ── Date range ──────────────────────────────────────────────────────────────── */
.ac-date-range { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.ac-date-field { display: flex; flex-direction: column; gap: 5px; }
.ac-date-label { font-size: 13px; font-weight: 500; color: var(--ac-text-muted); }
.ac-date-input { border: 1.5px solid var(--ac-border); border-radius: var(--ac-radius); padding: 11px 13px; font-size: 14px; outline: none; transition: border-color 0.15s; }
.ac-date-input:focus { border-color: var(--ac-primary); }

/* ── DateTime ────────────────────────────────────────────────────────────────── */
.ac-datetime { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }

/* ── Doctors ─────────────────────────────────────────────────────────────────── */
.ac-doctors { display: flex; flex-direction: column; gap: 12px; }
.ac-tab-row { display: flex; gap: 8px; }
.ac-tab { padding: 8px 16px; border: 1.5px solid var(--ac-border); border-radius: 99px; background: var(--ac-bg); font-size: 13px; cursor: pointer; color: var(--ac-text-muted); transition: all 0.15s; }
.ac-tab-active { border-color: var(--ac-primary); background: var(--ac-primary); color: #fff; }
.ac-doctors-search, .ac-doctors-manual { display: flex; flex-direction: column; gap: 10px; }
.ac-suggestions { border: 1.5px solid var(--ac-border); border-radius: var(--ac-radius); overflow: hidden; }
.ac-suggestion-item { display: flex; flex-direction: column; gap: 2px; width: 100%; text-align: left; padding: 10px 14px; border: none; background: none; cursor: pointer; border-bottom: 1px solid var(--ac-border); }
.ac-suggestion-item:last-child { border-bottom: none; }
.ac-suggestion-item:hover { background: #f8f9fa; }
.ac-suggestion-name { font-size: 14px; font-weight: 500; }
.ac-suggestion-desc { font-size: 12px; color: var(--ac-text-muted); }
.ac-selected-gp { display: flex; flex-direction: column; gap: 2px; background: #f0fdf4; border: 1px solid #bbf7d0; border-radius: var(--ac-radius); padding: 10px 14px; }
.ac-selected-name { font-size: 14px; font-weight: 600; color: #166534; }
.ac-selected-addr { font-size: 12px; color: #15803d; }
.ac-selected-gp-clear { background: none; border: none; font-size: 12px; color: var(--ac-primary); text-decoration: underline; cursor: pointer; padding: 4px 0 0; text-align: left; }
.ac-link-btn { background: none; border: none; padding: 0; font-size: inherit; color: var(--ac-primary); text-decoration: underline; cursor: pointer; }

/* ── Patient summary ─────────────────────────────────────────────────────────── */
.ac-patient-summary { display: flex; flex-direction: column; }

/* ── Travellers ─────────────────────────────────────────────────────────────── */
.ac-travellers { display: flex; flex-direction: column; gap: 16px; }
.ac-traveller-card { border: 1.5px solid var(--ac-border); border-radius: var(--ac-radius-lg); padding: 16px; display: flex; flex-direction: column; gap: 10px; }
.ac-traveller-heading { font-size: 13px; font-weight: 600; color: var(--ac-text-muted); }
.ac-traveller-actions { display: flex; gap: 10px; }
.ac-traveller-add { font-size: 13px; color: var(--ac-primary); background: none; border: 1px solid var(--ac-primary); border-radius: 6px; padding: 5px 12px; cursor: pointer; }
.ac-traveller-remove { font-size: 13px; color: var(--ac-error); background: none; border: 1px solid var(--ac-error); border-radius: 6px; padding: 5px 12px; cursor: pointer; }

/* ── Break points ────────────────────────────────────────────────────────────── */
.ac-breakpoint { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; padding: 20px; border: 1.5px solid var(--ac-border); border-radius: var(--ac-radius-lg); background: var(--ac-bg); }
.ac-breakpoint-icon { font-size: 28px; }
.ac-breakpoint-heading { font-size: 17px; font-weight: 700; margin: 0; }
.ac-breakpoint-body { font-size: 14px; color: var(--ac-text-muted); margin: 0; line-height: 1.5; }
.ac-breakpoint-btn { background: var(--ac-primary); color: #fff; border: none; border-radius: var(--ac-radius); padding: 12px 20px; font-size: 14px; font-weight: 600; cursor: pointer; transition: background 0.15s; margin-top: 6px; }
.ac-breakpoint-btn:hover { background: var(--ac-primary-h); }
.ac-breakpoint-btn-emergency { background: #0284c7; }
.ac-breakpoint-btn-emergency:hover { background: #0369a1; }
.ac-breakpoint-btn-priority { background: #d97706; }
.ac-breakpoint-btn-priority:hover { background: #b45309; }
.ac-breakpoint-emergency { border-color: #bae6fd; background: #f0f9ff; }
.ac-breakpoint-priority { border-color: #fde68a; background: #fffbeb; }

/* ── Follow-up ───────────────────────────────────────────────────────────────── */
.field-with-followup { display: flex; flex-direction: column; gap: 16px; }
.field-main-editable { display: flex; flex-direction: column; gap: 8px; padding: 12px 14px; background: #f8fafc; border-radius: var(--ac-radius); border: 1px solid var(--ac-border); }
.field-main-editable-label { font-size: 16px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.06em; color: var(--ac-text-muted); margin: 0; }
.field-followup-divider { height: 1px; background: var(--ac-border); margin: 4px 0; }
.field-followup-label { font-size: 15px; font-weight: 500; margin: 0; }

/* ── Intro page ──────────────────────────────────────────────────────────────── */
.wiz-intro-page {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 24px 0 8px;
  border-top: 1px solid lightgray;
}
.wiz-intro-page-content {
  font-size: 15px;
  color: var(--ac-text);
  line-height: 1.65;
}
.wiz-intro-page-content p { margin: 0 0 12px; }
.wiz-intro-page-content p:last-child { margin-bottom: 0; }
.wiz-intro-page-content ul, .wiz-intro-page-content ol { margin: 0 0 12px; padding-left: 20px; }
.wiz-intro-page-content li { margin-bottom: 4px; }
.wiz-intro-page-content a { color: var(--ac-primary); text-decoration: underline; }
.wiz-intro-page-content strong { font-weight: 600; }

/* ── Question text ───────────────────────────────────────────────────────────── */
.wiz-question-text {
  font-size: 20px !important;
  font-weight: 500 !important;
  line-height: 1.35;
  color: var(--ac-text);
  margin: 0 0 10px;
}
.wiz-additional-text {
  font-size: 14px;
  color: var(--ac-text-muted);
  line-height: 1.55;
  margin: 0 0 18px;
}

/* ── Image upload — choose mode ──────────────────────────────────────────────── */
.ac-upload-choose {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.ac-upload-option-btn {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 18px;
  border: 1.5px solid var(--ac-border);
  border-radius: var(--ac-radius-lg);
  background: var(--ac-bg);
  cursor: pointer;
  text-align: left;
  transition: border-color 0.15s, box-shadow 0.15s;
}
.ac-upload-option-btn:hover {
  border-color: var(--ac-primary);
  box-shadow: 0 0 0 3px rgba(27,58,107,0.08);
}
.ac-upload-option-icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px; height: 44px;
  border-radius: 50%;
  background: white;
  color: var(--ac-primary);
}
.ac-upload-option-text {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.ac-upload-option-text strong {
  font-size: 15px;
  font-weight: 600;
  color: var(--ac-text);
}
.ac-upload-option-text span {
  font-size: 13px;
  color: var(--ac-text-muted);
}

/* ── Image upload — upload mode ──────────────────────────────────────────────── */
.ac-upload-wrap {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.ac-upload-previews {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.ac-upload-preview-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  max-width: 160px;
}
.ac-upload-preview-img {
  width: 100%;
  max-width: 160px;
  max-height: 200px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: var(--ac-radius);
  border: 1.5px solid var(--ac-border);
}
.ac-upload-preview-name {
  font-size: 16px;
  color: var(--ac-text-muted);
  word-break: break-all;
  text-align: center;
}
.ac-upload-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 18px;
  border: 1.5px solid var(--ac-primary);
  border-radius: var(--ac-radius);
  color: var(--ac-primary);
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  background: var(--ac-bg);
  transition: background 0.15s;
  align-self: flex-start;
}
.ac-upload-label:hover { background: white; }
.ac-upload-icon { flex-shrink: 0; }
.ac-upload-camera-switch {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 13px;
  color: var(--ac-text-muted);
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  align-self: flex-start;
}
.ac-upload-camera-switch:hover { color: var(--ac-primary); }
.ac-upload-optional {
  font-size: 13px;
  color: var(--ac-text-muted);
  margin: 0;
}

/* ── Document upload ─────────────────────────────────────────────────────────── */
.ac-doc-upload-wrap { display: flex; flex-direction: column; gap: 12px; }

.ac-doc-dropzone {
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 6px; padding: 24px 16px;
  border: 2px dashed var(--ac-border); border-radius: var(--ac-radius);
  background: var(--ac-bg); cursor: pointer;
  transition: border-color 0.15s, background 0.15s;
}
.ac-doc-dropzone:hover,
.ac-doc-dropzone--over { border-color: var(--ac-primary); background: #f4f6ec; }
.ac-doc-dropzone--disabled { opacity: 0.5; cursor: not-allowed; }
.ac-doc-dropzone-icon { width: 28px; height: 28px; color: var(--ac-text-muted); }
.ac-doc-dropzone-text { font-size: 14px; font-weight: 500; color: var(--ac-text); }
.ac-doc-dropzone-hint { font-size: 12px; color: var(--ac-text-muted); }

.ac-doc-errors { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 4px; }
.ac-doc-errors li { font-size: 13px; color: var(--ac-error); }

.ac-doc-file-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 8px; }
.ac-doc-file-item {
  display: flex; align-items: center; gap: 10px;
  padding: 8px 10px; border: 1.5px solid var(--ac-border);
  border-radius: var(--ac-radius); background: var(--ac-bg);
}
.ac-doc-file-thumb { width: 40px; height: 40px; flex-shrink: 0; display: flex; align-items: center; justify-content: center; }
.ac-doc-file-img { width: 40px; height: 40px; -o-object-fit: cover; object-fit: cover; border-radius: 4px; }
.ac-doc-file-icon { width: 36px; height: 44px; }
.ac-doc-file-meta { display: flex; flex-direction: column; gap: 2px; flex: 1; min-width: 0; }
.ac-doc-file-name { font-size: 13px; font-weight: 500; color: var(--ac-text); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.ac-doc-file-size { font-size: 11px; color: var(--ac-text-muted); }
.ac-doc-file-remove {
  background: none; border: none; cursor: pointer; padding: 4px;
  color: var(--ac-text-muted); border-radius: 4px; flex-shrink: 0;
  transition: color 0.15s, background 0.15s;
}
.ac-doc-file-remove:hover { color: var(--ac-error); background: #fee2e2; }

/* ── Image upload — camera mode ──────────────────────────────────────────────── */
.ac-camera-wrap {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.ac-camera-canvas-hidden {
  display: none;
}
.ac-camera-requesting,
.ac-camera-error {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding: 32px 20px;
  text-align: center;
  color: var(--ac-text-muted);
  font-size: 14px;
}
.ac-camera-viewport {
  position: relative;
  width: 100%;
  border-radius: var(--ac-radius-lg);
  overflow: hidden;
  background: #000;
  aspect-ratio: 9 / 16;
  max-height: 520px;
}
.ac-camera-video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.ac-camera-body-shape {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.ac-ai-camera-upload-fallback { display: flex; flex-direction: column; gap: 12px; }
.ac-ai-camera-upload-reason  { font-size: 13px; color: var(--ac-text-muted); margin: 0; }
.ac-ai-camera-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.ac-camera-guide {
  position: absolute;
  bottom: 80px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0,0,0,0.55);
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  padding: 6px 16px;
  border-radius: 20px;
  white-space: nowrap;
  pointer-events: none;
}
.ac-camera-countdown {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 96px;
  font-weight: 700;
  color: rgba(255,255,255,0.9);
  text-shadow: 0 2px 16px rgba(0,0,0,0.5);
  pointer-events: none;
}
.ac-camera-controls {
  position: absolute;
  bottom: 16px;
  left: 0; right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  padding: 0 16px;
}
.ac-camera-controls .ac-camera-btn-secondary {
  position: absolute;
  left: 16px;
}
.ac-camera-toggle-btn {
  position: absolute;
  right: 16px;
  width: 44px; height: 44px;
  border-radius: 50%;
  background: rgba(255,255,255,0.85);
  border: 1px solid rgba(255,255,255,0.4);
  display: flex; align-items: center; justify-content: center;
  cursor: pointer;
  color: var(--ac-text);
  transition: background 0.15s;
}
.ac-camera-toggle-btn:hover { background: white; }
.ac-camera-shutter {
  width: 64px; height: 64px;
  border-radius: 50%;
  background: rgba(255,255,255,0.9);
  border: 4px solid #fff;
  box-shadow: 0 0 0 3px rgba(255,255,255,0.5);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.1s;
}
.ac-camera-shutter:active { transform: scale(0.93); }
.ac-camera-shutter:disabled { opacity: 0.35; cursor: not-allowed; transform: none; }
.ac-camera-shutter-inner {
  width: 46px; height: 46px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #d1d9e0;
}
.ac-camera-btn-primary,
.ac-camera-btn-secondary {
  padding: 10px 20px;
  border-radius: var(--ac-radius);
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  border: none;
  transition: background 0.15s;
}
.ac-camera-btn-primary {
  background: var(--ac-primary);
  color: #fff;
}
.ac-camera-btn-primary:hover { background: var(--ac-primary-h); }
.ac-camera-btn-secondary {
  background: rgba(255,255,255,0.85);
  color: var(--ac-text);
  border: 1px solid var(--ac-border);
}
.ac-camera-btn-secondary:hover { background: white; }

/* camera error / requesting buttons outside viewport */
.ac-camera-error .ac-camera-btn-secondary,
.ac-camera-requesting .ac-camera-btn-secondary {
  background: var(--ac-bg);
}

.ac-camera-preview {
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: center;
}
.ac-camera-preview-img {
  width: 100%;
  border-radius: var(--ac-radius-lg);
  border: 1.5px solid var(--ac-border);
  max-height: 480px;
  -o-object-fit: contain;
     object-fit: contain;
}
.ac-camera-preview-actions {
  display: flex;
  gap: 12px;
  width: 100%;
  justify-content: center;
}

.ac-camera-static-prompt {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.78);
  padding: 24px 20px;
  z-index: 20;
  text-align: center;
}
.ac-camera-static-prompt p {
  color: white;
  font-size: 15px;
  line-height: 1.5;
  margin: 0 0 20px;
  max-width: 280px;
}
.ac-camera-static-prompt-actions {
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
}

.ac-camera-upload-instead {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  text-align: center;
}
.ac-camera-upload-instead p {
  margin: 0;
  font-size: 13px;
  color: var(--ac-text-muted);
}

/* ── Auth Step ───────────────────────────────────────────────────────────────── */
.wiz-auth-subtitle {
  font-size: 14px;
  color: var(--ac-text-muted);
  margin: 0 0 20px;
  line-height: 1.5;
}
.wiz-auth-tabs {
  display: flex;
  gap: 0;
  border: 1.5px solid var(--ac-border);
  border-radius: var(--ac-radius);
  overflow: hidden;
  margin-bottom: 20px;
}
.wiz-auth-tab {
  flex: 1;
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 500;
  background: var(--ac-bg);
  border: none;
  color: var(--ac-text-muted);
  cursor: pointer;
  transition: background 0.15s, color 0.15s;
}
.wiz-auth-tab + .wiz-auth-tab { border-left: 1.5px solid var(--ac-border); }
.wiz-auth-tab--active {
  background: var(--ac-primary);
  color: #fff;
}
.wiz-auth-form { display: flex; flex-direction: column; gap: 14px; }
.wiz-auth-field { display: flex; flex-direction: column; gap: 5px; }
.wiz-auth-label { font-size: 13px; font-weight: 500; color: var(--ac-text); }
.wiz-auth-input {
  width: 100%;
  padding: 10px 12px;
  font-size: 15px;
  border: 1.5px solid var(--ac-border);
  border-radius: var(--ac-radius);
  background: #fff;
  color: var(--ac-text);
  box-sizing: border-box;
  transition: border-color 0.15s;
  outline: none;
}
.wiz-auth-input:focus { border-color: var(--ac-primary); }
.wiz-auth-error {
  font-size: 13px;
  color: var(--ac-error);
  margin: 0;
  padding: 8px 12px;
  background: #fef2f2;
  border-radius: var(--ac-radius);
  border: 1px solid #fecaca;
}
.wiz-auth-submit { width: 100%; margin-top: 4px; }

/* ── Journey Loading ─────────────────────────────────────────────────────────── */
.jl-root {
  display: flex; flex-direction: column; align-items: center;
  padding: 40px 24px 48px;
  text-align: center;
  min-height: 260px;
  gap: 28px;
  /* Force iOS Safari to create a compositing layer and paint immediately */
  transform: translateZ(0);
}
.jl-eyebrow {
  font-size: 12px; font-weight: 600; letter-spacing: .08em;
  text-transform: uppercase; color: var(--ac-accent); margin: 0;
}
/* horizontal timeline */
.jl-tl {
  position: relative;
  display: flex; align-items: flex-start; justify-content: space-between;
  width: 100%;
  padding: 0 8px;
  box-sizing: border-box;
}
.jl-tl-track {
  position: absolute; top: 18px; left: calc(8px + 18px); right: calc(8px + 18px); height: 3px;
  background: var(--ac-border); border-radius: 2px; overflow: hidden;
}
.jl-tl-fill {
  height: 100%; background: var(--ac-accent);
  border-radius: 2px;
  transition: width 0.55s cubic-bezier(.4,0,.2,1);
}
.jl-tl-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  flex: 1;
  min-width: 0;
  position: relative; z-index: 1;
}
.jl-tl-dot {
  width: 36px; height: 36px; border-radius: 50%;
  border: 2.5px solid var(--ac-border);
  background: var(--ac-bg);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
  font-size: 13px; font-weight: 700; color: var(--ac-text-muted);
  transition: border-color 0.3s, background 0.3s, color 0.3s;
}
.jl-tl-dot--active {
  border-color: var(--ac-accent); color: var(--ac-accent);
}
.jl-tl-dot--done {
  border-color: var(--ac-accent); background: var(--ac-accent); color: #fff;
}
.jl-tl-label {
  font-size: 16px; font-weight: 600; color: var(--ac-text-muted);
  text-align: center;
  white-space: normal;
  word-break: break-word;
  line-height: 1.4;
  padding: 0 4px;
}
.jl-loader { display: flex; align-items: center; gap: 4px; }
.jl-tl-mobile-connector {
  display: none;
  width: 3px;
  height: 20px;
  background: var(--ac-border);
  border-radius: 2px;
  transition: background 0.55s cubic-bezier(.4,0,.2,1);
}
.jl-tl-mobile-connector--done { background: var(--ac-accent); }
@keyframes jlBounce { 0%,80%,100%{transform:translateY(0)} 40%{transform:translateY(-5px)} }
.jl-dot-bounce span { display: inline-block; width: 5px; height: 5px; border-radius: 50%; background: var(--ac-accent); animation: jlBounce 1.1s ease-in-out infinite; animation-play-state: running; }
.jl-dot-bounce span:nth-child(2) { animation-delay: .18s; }
.jl-dot-bounce span:nth-child(3) { animation-delay: .36s; }

/* ── Submission Loading ──────────────────────────────────────────────────────── */
.sl-root {
  display: flex; flex-direction: column; align-items: center;
  padding: 32px 20px 40px;
  text-align: center; gap: 0;
}
.sl-avatar {
  margin-bottom: 16px; 
  /* webpackIgnore: true */
  background-image: url('/wp-content/uploads/2026/05/sunny-headshot-new.webp');
  height: 100px;
  width: 100px;
  background-size: cover;
}
.sl-thanks { font-size: 13px; color: var(--ac-text-muted); margin: 0 0 8px; }
.sl-title { font-size: 18px; font-weight: 400; color: var(--ac-text); margin: 0 0 24px; line-height: 1.4; }
.sl-title strong { font-weight: 700; color: var(--ac-primary); }
.sl-progress-track { width: 100%; max-width: 420px; height: 5px; background: var(--ac-border); border-radius: 99px; overflow: hidden; margin-bottom: 28px; }
.sl-progress-fill { height: 100%; background: linear-gradient(90deg, var(--ac-primary), var(--ac-accent)); border-radius: 99px; transition: width 0.25s ease; }
.sl-cards { display: flex; gap: 10px; width: 100%; max-width: 420px; }
.sl-card {
  flex: 1; border-radius: var(--ac-radius-lg);
  padding: 16px 10px; display: flex; flex-direction: column; align-items: center; gap: 10px;
  border: 1.5px solid var(--ac-border); background: var(--ac-bg);
  transition: background 0.4s, border-color 0.4s;
}
.sl-card--active {
  background: linear-gradient(135deg, var(--ac-primary), var(--ac-accent));
  border-color: transparent;
}
.sl-card--active .sl-card-label { color: #fff; }
.sl-card--done { 
  border-color: #4d5e36; 
  background: #eef1e6; 
}
.sl-card-icon { height: 44px; display: flex; align-items: center; justify-content: center; }
@keyframes slPulse { 0%,100%{transform:scale(1);opacity:.9} 50%{transform:scale(1.15);opacity:1} }
.sl-card-pulse {
  width: 36px; height: 36px; border-radius: 50%;
  background: rgba(255,255,255,0.3);
  animation: slPulse 1.2s ease-in-out infinite;
}
.sl-card-circle { width: 36px; height: 36px; border-radius: 50%; border: 2.5px solid var(--ac-border); }
.sl-card-label {
  font-size: 11.5px; font-weight: 600; color: var(--ac-text);
  line-height: 1.4; text-align: center;
}

/* ── BMI Prediction Chart ────────────────────────────────────────────────────── */
.ac-bmi-pred { margin: 16px 0; display: flex; flex-direction: column; align-items: center; }
.ac-bmi-pred--mini { margin: 0; align-items: flex-start; }
.ac-bmi-pred-title { font-size: 14px; color: var(--ac-text-muted); margin: 0 0 6px; text-align: center; }
.ac-bmi-pred--mini .ac-bmi-pred-title { text-align: left; }
.ac-bmi-pred-badge {
  display: inline-flex; align-items: center; gap: 4px;
  background: var(--ac-bg); border: 1.5px solid var(--ac-border);
  border-radius: var(--ac-radius-lg); padding: 5px 12px; margin-bottom: 8px;
}
.ac-bmi-pred--mini .ac-bmi-pred-badge { padding: 4px 10px; margin-bottom: 6px; }
.ac-bmi-pred-arrow { font-size: 12px; color: var(--ac-primary); }
.ac-bmi-pred-kg { font-size: 22px; font-weight: 700; color: var(--ac-text); line-height: 1; }
.ac-bmi-pred--mini .ac-bmi-pred-kg { font-size: 20px; }
.ac-bmi-pred-kg small { font-size: 16px; font-weight: 400; margin-left: 2px; color: var(--ac-text-muted); }
.ac-bmi-pred-svg { display: block; overflow: visible; margin-top: -70px; }

/* ── App wrapper + Trustpilot bar ────────────────────────────────────────────── */

/* Modal: .modalMainContent → root → wrap must fill the modal box */
.modalMainContent {
  flex: 1;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
#tfc-assessment-chat-root {
  flex: 1;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.ac-app-wrap {
  flex: 1;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.ac-app-content {
  flex: 1;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
}
.ac-tp-bar {
  flex-shrink: 0;
  border-top: 1px solid var(--ac-border);
  padding: 10px 16px;
  background: var(--ac-bg);
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  bottom: 0;
  width: calc(100% + 20%);
  margin-left: -20%;
}
.trustpilot-widget-assessment-footer{
  margin-right: 10%;
}

/* Standalone page: make the wrapper fill the viewport so TP bar pins to bottom */
body.assessment-forms-progress .assessmentWrapper,
body.assessment-forms-progress #primary {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
body.assessment-forms-progress .site-main,
body.assessment-forms-progress .assessmentArea {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.ac-bmi-mode-row{
  justify-content: space-between;
  display: flex;
  align-items: center;
}

/* ── Responsive ──────────────────────────────────────────────────────────────── */
@media (max-width: 480px) {
  .wiz-root {
    width: 100%;
    box-sizing: border-box;
  }
  .ac-form-row-2 { grid-template-columns: 1fr; }
  .ac-date-range  { grid-template-columns: 1fr; }
  .ac-bmi-scale-row   { grid-template-columns: repeat(2, 1fr); }
  .ac-bmi-result-grid { grid-template-columns: 1fr; gap: 20px; }
  .ac-bmi-result-left { order: 2; }
  .ac-bmi-result-right { order: 1; width: 100%; padding: 0px; }

  /* Journey loading — stack steps vertically on mobile */
  .jl-tl {
    flex-direction: column;
    align-items: center;
    gap: 0;
    padding: 0;
    width: 80%;
    margin: 0 auto;
  }
  .jl-tl-track {
    display: none;
  }
  .jl-tl-step {
    flex-direction: column;
    align-items: center;
    gap: 0;
    width: 100%;
    flex: none;
  }
  .jl-tl-label {
    text-align: center;
    white-space: normal;
    font-size: 14px;
    padding: 6px 0 0;
    width: 100%;
  }
  .jl-tl-mobile-connector {
    display: block;
    margin-left: 0;
    height: 28px;
  }
  .ac-tp-bar {
    width: calc(100% + 20px);
    margin-left: -20px;
  }
  .trustpilot-widget-assessment-footer{
    margin-right: 10px;
  }
}

/* ── Branching Questions ─────────────────────────────────────────────────────── */
.ac-branching-questions { display: flex; flex-direction: column; gap: 14px; }
.ac-branching-progress {
  font-size: 12px; color: var(--ac-text-muted);
  text-align: right; margin: 0;
}
.ac-branching-q-text {
  font-size: 20px !important;
  font-weight: 500 !important;
  line-height: 1.35;
  color: var(--ac-text);
  margin: 0 0 10px;
}
.ac-branching-continue { margin-top: 4px; }
.ac-branching-q-header { display: flex; align-items: baseline; gap: 12px; }
.ac-branching-q-header--with-product { justify-content: space-between; }
.ac-branching-q-product-name { font-size: 18px; font-weight: 400; color: var(--ac-text); white-space: nowrap; flex-shrink: 0; text-decoration: underline; }

/* ── Product: Dosage — category product list ─────────────────────────────────── */
.ac-dosage-product-list { display: flex; flex-direction: column; gap: 10px; }

.ac-dosage-product-btn {
  display: flex; align-items: center; gap: 14px;
  width: 100%; padding: 12px 14px;
  border: 1.5px solid var(--ac-border); border-radius: var(--ac-radius);
  background: var(--ac-bg); cursor: pointer; text-align: left;
  transition: border-color 0.15s, background 0.15s;
}
.ac-dosage-product-btn:hover { border-color: var(--ac-primary); background: #f0f4ea; }

.ac-dosage-product-img {
  width: 52px; height: 52px; -o-object-fit: contain; object-fit: contain;
  border-radius: 8px; flex-shrink: 0;
  background: rgba(255,255,255,0.6);
}
.ac-dosage-product-info { display: flex; flex-direction: column; gap: 3px; flex: 1; min-width: 0; }
.ac-dosage-product-name { font-size: 16px; font-weight: 600; color: var(--ac-text); }
.ac-dosage-product-sub  { font-size: 16px; color: var(--ac-text-muted); }
.ac-dosage-product-desc { font-size: 16px; color: var(--ac-text-muted); line-height: 1.4; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.ac-dosage-product-price { font-size: 16px; font-weight: 600; color: var(--ac-text); flex-shrink: 0; white-space: nowrap; }
.ac-dosage-chevron { width: 18px; height: 18px; color: var(--ac-text-muted); flex-shrink: 0; }

/* ── Product: Dosage — change-request reason step ────────────────────────────── */
.ac-dosage-reason-wrap { display: flex; flex-direction: column; gap: 12px; }
.ac-dosage-reason-prompt { font-size: 16px; color: var(--ac-text); margin: 0; }

/* ── Product: Dosage — attribute pickers ─────────────────────────────────────── */
.ac-dosage-attrs-wrap { display: flex; flex-direction: column; gap: 18px; }
.ac-dosage-back       { margin-bottom: -6px; }
.ac-dosage-selected-name { font-size: 16px; font-weight: 700; color: var(--ac-text); margin: 0; }

.ac-dosage-attr-group { display: flex; flex-direction: column; gap: 8px; }
.ac-dosage-attr-label { font-size: 13px; font-weight: 600; color: var(--ac-text-muted); margin: 0; text-transform: uppercase; letter-spacing: 0.06em; }
.ac-dosage-attr-options { flex-direction: row; flex-wrap: wrap; gap: 8px; }
.ac-dosage-attr-options .ac-option-btn { width: 48%; padding: 9px 16px; }
.ac-dosage-variation-btn { justify-content: center; text-align: center; gap: 0; }

.ac-dosage-opt-unavailable { opacity: 0.35; cursor: not-allowed; }

/* ── Other / free-text option ────────────────────────────────────────────────── */
.ac-dosage-other-wrap { display: flex; flex-direction: column; gap: 10px; padding-top: 4px; }
.ac-dosage-other-label { display: flex; align-items: center; gap: 10px; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; user-select: none; width: -moz-fit-content; width: fit-content; }
.ac-dosage-other-native { position: absolute; opacity: 0; width: 0; height: 0; pointer-events: none; }
.ac-dosage-other-check {
  width: 20px; height: 20px; border-radius: 5px; flex-shrink: 0;
  border: 2px solid var(--ac-border); background: var(--ac-bg);
  display: flex; align-items: center; justify-content: center;
  transition: border-color 0.15s, background 0.15s;
  color: #fff;
}
.ac-dosage-other-check-on { border-color: var(--ac-primary); background: var(--ac-primary); }
.ac-dosage-other-label-text { font-size: 15px; color: var(--ac-text); font-weight: 500; }
.ac-dosage-other-input { margin-top: 2px; }
.ac-dosage-other-continue { align-self: flex-start; }

/* ── Product: shared util ─────────────────────────────────────────────────────── */
.ac-product-msg { font-size: 16px; color: var(--ac-text-muted); margin: 0; }
.ac-product-error { color: var(--ac-error); }

/* ── Product: Recommendation — glass card reveal ─────────────────────────────── */
@keyframes ac-rec-reveal {
  from { opacity: 0; transform: translateY(22px) scale(0.97); filter: blur(5px); }
  to   { opacity: 1; transform: translateY(0)    scale(1);    filter: blur(0);   }
}
@keyframes ac-rec-shimmer {
  0%   { background-position: -200% center; }
  100% { background-position:  200% center; }
}

.ac-rec-wrap { display: flex; flex-direction: column; gap: 14px; }

.ac-rec-glass-card {
  animation: ac-rec-reveal 0.55s cubic-bezier(0.22, 1, 0.36, 1) both;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  background: rgba(247, 248, 242, 0.6);
  border: 1.5px solid rgba(197, 206, 158, 0.65);
  border-radius: 18px;
  box-shadow:
    0 8px 32px rgba(65, 70, 29, 0.13),
    0 2px 8px  rgba(65, 70, 29, 0.07),
    inset 0 1px 0 rgba(255, 255, 255, 0.7);
  overflow: hidden;
}

.ac-rec-card-inner {
  display: flex; align-items: center; gap: 16px;
  padding: 20px;
}

.ac-rec-image-wrap {
  flex-shrink: 0;
  width: 90px; height: 90px;
  border-radius: 12px;
  overflow: hidden;
  background: rgba(255,255,255,0.5);
  box-shadow: 0 2px 8px rgba(65,70,29,0.1);
}
.ac-rec-image { width: 100%; height: 100%; -o-object-fit: contain; object-fit: contain; }

.ac-rec-info     { display: flex; flex-direction: column; gap: 4px; flex: 1; min-width: 0; }
.ac-rec-label    { font-size: 11px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--ac-accent); margin: 0; }
.ac-rec-name     { font-size: 16px; font-weight: 700; color: var(--ac-text); margin: 0; line-height: 1.3; }
.ac-rec-desc     { font-size: 13px; color: var(--ac-text-muted); margin: 0; line-height: 1.4; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }

/* ── Recommendation actions ───────────────────────────────────────────────────── */
.ac-rec-actions { display: flex; flex-direction: column; gap: 8px; }

.ac-rec-accept-btn {
  display: flex; align-items: center; justify-content: center; gap: 8px;
  width: 100%; padding: 14px 20px;
  background: var(--ac-primary); color: #fff;
  border: none; border-radius: var(--ac-radius);
  font-size: 15px; font-weight: 600; cursor: pointer;
  transition: background 0.15s, transform 0.1s;
}
.ac-rec-accept-btn:hover { background: var(--ac-primary-h); transform: translateY(-1px); }
.ac-rec-accept-btn:active { transform: translateY(0); }
.ac-rec-accept-icon { width: 18px; height: 18px; flex-shrink: 0; }

.ac-rec-decline-btn {
  width: 100%; padding: 10px 16px;
  background: none; border: 1.5px solid var(--ac-border);
  border-radius: var(--ac-radius); color: var(--ac-text-muted);
  font-size: 14px; cursor: pointer;
  transition: border-color 0.15s, color 0.15s;
}
.ac-rec-decline-btn:hover { border-color: var(--ac-text-muted); color: var(--ac-text); }

/* ── Decline reason ───────────────────────────────────────────────────────────── */
.ac-rec-decline-wrap {
  display: flex; flex-direction: column; gap: 12px;
  animation: ac-rec-reveal 0.3s cubic-bezier(0.22, 1, 0.36, 1) both;
}
.ac-rec-decline-prompt { font-size: 15px; color: var(--ac-text); margin: 0; }
.ac-rec-reason-input   { resize: vertical; }
.ac-rec-decline-actions {
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
}
.ac-rec-back-btn {
  background: none; border: none; color: var(--ac-text-muted);
  font-size: 14px; cursor: pointer; padding: 4px 0;
}
.ac-rec-back-btn:hover { color: var(--ac-text); }

/* ── Resolved state (re-mount after commit) ───────────────────────────────────── */
.ac-rec-resolved {
  display: flex; align-items: center; gap: 10px;
  padding: 14px 16px;
  border-radius: var(--ac-radius);
  font-size: 14px;
}
.ac-rec-resolved-accepted { background: #f0f4ea; border: 1.5px solid var(--ac-primary); color: var(--ac-primary); }
.ac-rec-resolved-declined { background: #fdf6f0; border: 1.5px solid #d4a98a; color: #8b5e3c; }
.ac-rec-resolved-icon  { font-size: 16px; font-weight: 700; flex-shrink: 0; }
.ac-rec-resolved-label { flex: 1; line-height: 1.4; }
.placeholder\:text-\[var\(--al-muted\)\]::-moz-placeholder {
  color: var(--al-muted);
}
.placeholder\:text-\[var\(--al-muted\)\]::placeholder {
  color: var(--al-muted);
}
.hover\:border-\[var\(--al-stamp\)\]:hover {
  border-color: var(--al-stamp);
}
.hover\:text-\[var\(--al-ink\)\]:hover {
  color: var(--al-ink);
}
.hover\:text-\[var\(--al-stamp\)\]:hover {
  color: var(--al-stamp);
}
.focus\:border-\[var\(--al-stamp\)\]:focus {
  border-color: var(--al-stamp);
}
.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus\:ring-1: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(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);
}
.focus\:ring-\[var\(--al-stamp\)\]:focus {
  --tw-ring-color: var(--al-stamp);
}
.disabled\:opacity-40:disabled {
  opacity: 0.4;
}
.disabled\:opacity-50:disabled {
  opacity: 0.5;
}
@media (min-width: 640px) {

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

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

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

/*# sourceMappingURL=assessment-chat.css.map*/