*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}/*
! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
  :root {
    color: #5a3a2e;
    background: #fff9e8;
    font-synthesis: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  * {
    box-sizing: border-box;
  }

  body {
    min-width: 320px;
    min-height: 100dvh;
    margin: 0;
    overflow-x: hidden;
    background: #fff9e8;
  }

  button {
    font: inherit;
    -webkit-tap-highlight-color: transparent;
  }
.ac-home {
    min-height: 100dvh;
    overflow: hidden;
    padding: 0;
    background:
      radial-gradient(circle at 12% 10%, rgba(105, 183, 255, 0.48), transparent 27%),
      radial-gradient(circle at 88% 14%, rgba(255, 124, 138, 0.34), transparent 25%),
      radial-gradient(circle at 72% 82%, rgba(99, 196, 108, 0.36), transparent 30%),
      linear-gradient(160deg, #fff3b0 0%, #fff9e8 48%, #dff4ff 100%);
  }
.ac-home::before,
  .vn-shell::before,
  .vn-result::before {
    position: fixed;
    inset: 0;
    pointer-events: none;
    content: "";
    background-image:
      radial-gradient(rgba(90, 58, 46, 0.12) 1px, transparent 1px),
      linear-gradient(90deg, rgba(255, 255, 255, 0.28), transparent 45%, rgba(255, 255, 255, 0.25));
    background-size: 18px 18px, 100% 100%;
    opacity: 0.55;
  }
.ac-phone {
    position: relative;
    z-index: 1;
    display: flex;
    min-height: 100dvh;
    max-width: 520px;
    margin-inline: auto;
    flex-direction: column;
    gap: 0;
  }
.ac-cover-card {
    position: relative;
    display: grid;
    min-height: 100dvh;
    overflow: hidden;
    place-items: center;
    border: 0;
    border-radius: 0;
    background:
      radial-gradient(circle at 50% 30%, #fff3b0 0%, #fff9e8 58%, #dff4ff 100%);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: none;
  }
.ac-cover-actions {
    position: absolute;
    left: max(1rem, env(safe-area-inset-left));
    right: max(1rem, env(safe-area-inset-right));
    bottom: max(1rem, env(safe-area-inset-bottom));
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.7rem;
    align-items: center;
  }
.ac-cover-actions .ac-start,
  .ac-cover-actions .ac-soft-button {
    min-height: clamp(3.25rem, 8.4dvh, 4.35rem);
    width: 100%;
    margin-top: 0;
    padding-block: 0.72rem;
    font-size: clamp(1.08rem, 5.3vw, 1.5rem);
  }
.ac-loading-card {
    display: grid;
    min-height: calc(100dvh - 1.8rem);
    align-content: center;
    gap: 1rem;
    border: 3px solid #5a3a2e;
    border-radius: 2rem;
    background:
      radial-gradient(circle at 50% 18%, rgba(255, 223, 115, 0.78), transparent 32%),
      linear-gradient(180deg, #fff9e8 0%, #e7f7d9 100%);
    padding: 2rem;
    text-align: center;
    box-shadow: 0 10px 0 rgba(90, 58, 46, 0.2);
  }
.ac-loading-badge {
    justify-self: center;
    border: 2px solid #5a3a2e;
    border-radius: 999px;
    background: #dff4ff;
    padding: 0.45rem 0.9rem;
    color: #25145f;
    font-weight: 1000;
  }
.ac-loading-card h1 {
    color: #5a3a2e;
    font-size: clamp(2rem, 10vw, 3.5rem);
    font-weight: 1000;
    line-height: 1;
  }
.ac-loading-card p {
    color: #744f3d;
    font-size: 1rem;
    font-weight: 900;
  }
.ac-loading-track {
    overflow: hidden;
    height: 1.2rem;
    border: 2px solid #5a3a2e;
    border-radius: 999px;
    background: #fff9e8;
  }
.ac-loading-track div {
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #63c46c, #69b7ff, #ffdf73);
    transition: width 180ms ease;
  }
.ac-loading-card strong {
    color: #5a3a2e;
    font-size: 1.25rem;
    font-weight: 1000;
  }
.ac-soft-button,
  .ac-small-button {
    border: 2px solid #5a3a2e;
    border-radius: 999px;
    background: #fff9e8;
    padding: 0.82rem 1rem;
    color: #5a3a2e;
    font-weight: 1000;
    box-shadow: 0 5px 0 rgba(90, 58, 46, 0.16);
  }
.ac-soft-button-green {
    background: #e7f7d9;
  }
.ac-small-button {
    padding: 0.55rem 0.78rem;
    font-size: 0.78rem;
  }
.ac-select {
    min-height: 100dvh;
    overflow: hidden;
    padding: max(0.9rem, env(safe-area-inset-top)) 0.9rem max(0.9rem, env(safe-area-inset-bottom));
    background:
      radial-gradient(circle at 15% 10%, rgba(255, 184, 77, 0.34), transparent 28%),
      radial-gradient(circle at 84% 18%, rgba(105, 183, 255, 0.38), transparent 30%),
      linear-gradient(160deg, #fff3b0 0%, #fff9e8 52%, #eef8ff 100%);
  }
.ac-select-phone {
    position: relative;
    z-index: 1;
    max-width: 520px;
    margin-inline: auto;
  }
.ac-select-head {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 0.8rem;
    border: 2px solid #d7b46a;
    border-radius: 1.35rem;
    background: rgba(255, 249, 232, 0.9);
    padding: 0.75rem;
    box-shadow: 0 7px 0 rgba(90, 58, 46, 0.12);
  }
.ac-select-head p {
    color: #63a266;
    font-size: 0.75rem;
    font-weight: 1000;
  }
.ac-select-head h1 {
    color: #5a3a2e;
    font-size: 1.45rem;
    font-weight: 1000;
    line-height: 1.1;
  }
.ac-route-list {
    margin-top: 0.95rem;
    display: grid;
    gap: 0.9rem;
  }
.ac-route-card {
    display: grid;
    grid-template-columns: 6.2rem 1fr;
    gap: 0.85rem;
    align-items: center;
    width: 100%;
    border: 2px solid #5a3a2e;
    border-radius: 1.45rem;
    background: rgba(255, 249, 232, 0.9);
    padding: 0.75rem;
    text-align: left;
    box-shadow: 0 7px 0 rgba(90, 58, 46, 0.15), 0 18px 34px rgba(90, 58, 46, 0.12);
    transition: transform 150ms ease, box-shadow 150ms ease;
  }
.ac-route-card:active {
    transform: translateY(3px) scale(0.985);
    box-shadow: 0 4px 0 rgba(90, 58, 46, 0.14);
  }
.ac-knowledge-nav {
    margin-top: 0.9rem;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.55rem;
    border: 2px solid rgba(90, 58, 46, 0.28);
    border-radius: 1.1rem;
    background: rgba(255, 249, 232, 0.94);
    padding: 0.55rem;
    box-shadow: 0 5px 0 rgba(90, 58, 46, 0.1);
  }
.ac-knowledge-tabs {
    position: sticky;
    top: max(0.45rem, env(safe-area-inset-top));
    z-index: 3;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.35rem;
    padding: 0.4rem;
    backdrop-filter: blur(10px);
  }
.ac-knowledge-tabs button {
    min-height: 3.65rem;
    padding: 0.35rem 0.15rem;
    font-size: clamp(0.62rem, 2.8vw, 0.78rem);
  }
.ac-knowledge-tabs button span {
    font-size: 0.56rem;
  }
.ac-knowledge-nav button {
    display: grid;
    width: 100%;
    min-width: 0;
    min-height: 3.65rem;
    place-content: center;
    gap: 0.12rem;
    border: 2px solid rgba(90, 58, 46, 0.2);
    border-radius: 0.78rem;
    color: #5a3a2e;
    font-size: 0.68rem;
    font-weight: 1000;
    line-height: 1.15;
    text-align: center;
    box-shadow: 0 3px 0 rgba(90, 58, 46, 0.1);
    transition: transform 150ms ease, box-shadow 150ms ease;
  }
.ac-knowledge-nav button:active {
    transform: translateY(2px) scale(0.98);
  }
.ac-knowledge-nav button span {
    font-size: 0.58rem;
    opacity: 0.72;
  }
.ac-knowledge-nav button.is-active {
    border-color: #5a3a2e;
    transform: translateY(-1px);
    box-shadow: 0 5px 0 rgba(90, 58, 46, 0.18);
  }
.ac-knowledge-nav .is-yellow {
    background: #fff1aa;
  }
.ac-knowledge-nav .is-green {
    background: #dff3ce;
  }
.ac-knowledge-nav .is-red {
    background: #ffd9d5;
  }
.ac-knowledge-nav .is-blue {
    background: #d9eff8;
  }
.ac-atlas-content {
    margin-top: 0.95rem;
  }
.ac-knowledge-section {
    scroll-margin-top: 5rem;
    overflow: hidden;
    border: 2px solid var(--section-border);
    border-radius: 1.35rem;
    background: rgba(255, 253, 244, 0.94);
    box-shadow: 0 6px 0 color-mix(in srgb, var(--section-border) 25%, transparent);
  }
.ac-knowledge-section-head {
    display: grid;
    grid-template-columns: 3.15rem 1fr;
    align-items: center;
    gap: 0.75rem;
    background: var(--section-soft);
    padding: 0.85rem 1rem;
  }
.ac-knowledge-section-head > span {
    display: grid;
    width: 3rem;
    height: 3rem;
    place-content: center;
    border: 2px solid rgba(90, 58, 46, 0.32);
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.58);
    color: var(--section-accent);
    font-size: 1rem;
    font-weight: 1000;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
  }
.ac-knowledge-section-head h2 {
    color: #52352b;
    font-size: 1.13rem;
    font-weight: 1000;
    line-height: 1.1;
  }
.ac-knowledge-section-head p {
    margin-top: 0.2rem;
    color: #755345;
    font-size: 0.72rem;
    font-weight: 850;
  }
.ac-knowledge-section ol {
    display: grid;
    margin: 0;
    padding: 0.25rem 0.85rem 0.4rem;
    list-style: none;
  }
.ac-knowledge-section li {
    display: grid;
    grid-template-columns: 1.65rem 1fr;
    align-items: start;
    gap: 0.55rem;
    padding: 0.72rem 0.1rem;
  }
.ac-knowledge-section li + li {
    border-top: 1px dashed color-mix(in srgb, var(--section-border) 48%, transparent);
  }
.ac-knowledge-section li > span {
    display: grid;
    width: 1.55rem;
    height: 1.55rem;
    place-content: center;
    border-radius: 999px;
    background: var(--section-soft);
    color: var(--section-accent);
    font-size: 0.7rem;
    font-weight: 1000;
  }
.ac-knowledge-section li p {
    color: #66483b;
    font-size: 0.82rem;
    font-weight: 800;
    line-height: 1.6;
  }
.ac-knowledge-section li h3 {
    color: #52352b;
    font-size: 0.88rem;
    font-weight: 1000;
    line-height: 1.35;
  }
.ac-knowledge-section li h3 + p {
    margin-top: 0.28rem;
  }
.ac-atlas-tabs button.is-active {
    background: #ffdf73;
  }
.ac-tool-atlas {
    margin-top: 1rem;
    border: 2px solid #d7b46a;
    border-radius: 1.35rem;
    background: rgba(255, 249, 232, 0.86);
    padding: 0.85rem;
    box-shadow: 0 7px 0 rgba(90, 58, 46, 0.12);
  }
.ac-tool-screen {
    display: grid;
    gap: 1rem;
  }
.ac-tool-hint {
    margin-top: 0.9rem;
    border: 2px dashed rgba(90, 58, 46, 0.34);
    border-radius: 1rem;
    background: rgba(255, 249, 232, 0.8);
    padding: 0.65rem 0.8rem;
    color: #744f3d;
    font-size: 0.76rem;
    font-weight: 900;
    text-align: center;
  }
.ac-select-phone > .ac-start {
    display: block;
    width: min(100%, 15rem);
    margin: 1.45rem auto 0;
  }
.ac-tool-atlas-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
  }
.ac-tool-atlas-head p {
    color: #5a3a2e;
    font-size: 1rem;
    font-weight: 1000;
  }
.ac-tool-atlas-head strong {
    border-radius: 999px;
    background: #e7f7d9;
    padding: 0.25rem 0.6rem;
    color: #4f7f42;
    font-size: 0.72rem;
    font-weight: 1000;
  }
.ac-tool-grid {
    margin-top: 0.75rem;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.65rem;
  }
.ac-tool-card {
    display: grid;
    width: 100%;
    justify-items: center;
    border: 2px solid rgba(90, 58, 46, 0.42);
    border-radius: 1.15rem;
    background: rgba(255, 255, 255, 0.62);
    padding: 0.65rem 0.45rem;
    box-shadow: 0 4px 0 rgba(90, 58, 46, 0.1);
    cursor: pointer;
    transition: transform 150ms ease, box-shadow 150ms ease;
  }
.ac-tool-card:active {
    transform: translateY(3px) scale(0.98);
    box-shadow: 0 1px 0 rgba(90, 58, 46, 0.1);
  }
.ac-tool-image {
    display: grid;
    width: 100%;
    height: 7.1rem;
    overflow: hidden;
    place-items: center;
    box-sizing: border-box;
    border-radius: 1rem;
    padding: 0.45rem;
    background:
      radial-gradient(circle at 50% 42%, rgba(255, 255, 255, 0.72), transparent 44%),
      linear-gradient(180deg, rgba(223, 244, 255, 0.68), rgba(255, 243, 176, 0.28));
  }
.ac-tool-img,
  .ac-tool-image img,
  .ac-tool-image > div {
    width: min(118%, 13.2rem) !important;
    height: min(118%, 7.8rem) !important;
    max-width: 13.2rem !important;
    max-height: 7.8rem !important;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
    transform: none;
  }
.ac-tool-card strong {
    margin-top: 0.45rem;
    color: #5a3a2e;
    text-align: center;
    font-size: 0.82rem;
    font-weight: 1000;
    line-height: 1.2;
  }
.ac-tool-card span {
    margin-top: 0.22rem;
    border-radius: 999px;
    background: #fff3b0;
    padding: 0.18rem 0.46rem;
    color: #744f3d;
    font-size: 0.64rem;
    font-weight: 900;
  }
.ac-tool-card small {
    margin-top: 0.28rem;
    color: #967061;
    font-size: 0.58rem;
    font-weight: 900;
  }
.ac-tool-modal-backdrop {
    position: fixed;
    inset: 0;
    z-index: 20;
    display: grid;
    place-items: end center;
    background: rgba(57, 38, 31, 0.48);
    padding: 1rem;
    backdrop-filter: blur(5px);
    animation: ac-modal-fade 180ms ease-out both;
  }
.ac-tool-modal {
    position: relative;
    display: grid;
    grid-template-columns: 7rem 1fr;
    width: min(100%, 34rem);
    max-height: min(78dvh, 34rem);
    overflow-y: auto;
    gap: 0.9rem;
    border: 3px solid #5a3a2e;
    border-radius: 1.6rem;
    background: #fffaf0;
    padding: 1rem;
    box-shadow: 0 8px 0 rgba(57, 38, 31, 0.22), 0 22px 45px rgba(57, 38, 31, 0.26);
    animation: ac-modal-rise 260ms cubic-bezier(0.2, 0.9, 0.25, 1.15) both;
  }
.ac-tool-modal.is-scientific {
    background: #f1fae8;
  }
.ac-tool-modal.is-myth {
    background: #fff0e9;
  }
.ac-tool-modal-close {
    position: absolute;
    top: 0.65rem;
    right: 0.65rem;
    display: grid;
    width: 2.2rem;
    height: 2.2rem;
    place-content: center;
    border: 2px solid #5a3a2e;
    border-radius: 999px;
    background: #fffaf0;
    color: #5a3a2e;
    font-size: 1.35rem;
    font-weight: 1000;
    line-height: 1;
    box-shadow: 0 3px 0 rgba(90, 58, 46, 0.18);
  }
.ac-tool-modal-visual {
    display: grid;
    min-height: 8.2rem;
    place-items: center;
    align-self: stretch;
    border: 2px solid rgba(90, 58, 46, 0.2);
    border-radius: 1.2rem;
    background:
      radial-gradient(circle at 50% 42%, rgba(255, 255, 255, 0.9), transparent 46%),
      rgba(218, 240, 247, 0.72);
    padding: 0.65rem;
  }
.ac-tool-modal-visual img,
  .ac-tool-modal-visual > div {
    width: 100% !important;
    height: 100% !important;
    max-width: 6.2rem !important;
    max-height: 7.2rem !important;
    -o-object-fit: contain;
       object-fit: contain;
  }
.ac-tool-modal-copy {
    min-width: 0;
    padding: 0.2rem 2.2rem 0.15rem 0;
  }
.ac-tool-modal-copy > span {
    display: inline-flex;
    border-radius: 999px;
    background: #e1f2d4;
    padding: 0.22rem 0.55rem;
    color: #4f7f42;
    font-size: 0.64rem;
    font-weight: 1000;
  }
.ac-tool-modal.is-myth .ac-tool-modal-copy > span {
    background: #ffd8c7;
    color: #a35339;
  }
.ac-tool-modal-copy h2 {
    margin-top: 0.42rem;
    color: #52352b;
    font-size: 1.25rem;
    font-weight: 1000;
    line-height: 1.15;
  }
.ac-tool-modal-copy strong {
    display: block;
    margin-top: 0.55rem;
    color: #624438;
    font-size: 0.83rem;
    font-weight: 1000;
    line-height: 1.55;
  }
.ac-tool-modal-copy p {
    margin-top: 0.5rem;
    border-top: 1px dashed rgba(90, 58, 46, 0.26);
    padding-top: 0.5rem;
    color: #745347;
    font-size: 0.76rem;
    font-weight: 800;
    line-height: 1.58;
  }
@keyframes ac-modal-fade {
    from { opacity: 0; }
    to { opacity: 1; }
  }
@keyframes ac-modal-rise {
    from { opacity: 0; transform: translateY(1.5rem) scale(0.96); }
    to { opacity: 1; transform: translateY(0) scale(1); }
  }
@media (max-width: 420px) {
    .ac-tool-modal {
      grid-template-columns: 1fr;
    }

    .ac-tool-modal-visual {
      min-height: 7rem;
    }

    .ac-tool-modal-copy {
      padding-right: 0;
    }
  }
.ac-route-avatar {
    display: grid;
    height: 7.2rem;
    overflow: hidden;
    place-items: end center;
    border: 2px solid rgba(90, 58, 46, 0.45);
    border-radius: 1.25rem;
    background:
      radial-gradient(circle at 50% 18%, rgba(255, 255, 255, 0.8), transparent 38%),
      var(--route-accent);
  }
.ac-route-copy span {
    display: inline-flex;
    border-radius: 999px;
    background: var(--route-accent);
    padding: 0.24rem 0.52rem;
    color: #fff;
    font-size: 0.68rem;
    font-weight: 1000;
  }
.ac-route-copy h2 {
    margin-top: 0.42rem;
    color: #5a3a2e;
    font-size: 1.35rem;
    font-weight: 1000;
    line-height: 1.1;
  }
.ac-route-copy p {
    margin-top: 0.35rem;
    color: #744f3d;
    font-size: 0.82rem;
    font-weight: 800;
    line-height: 1.55;
  }
.ac-route-copy strong {
    margin-top: 0.48rem;
    display: inline-flex;
    border-bottom: 2px solid var(--route-accent);
    color: #5a3a2e;
    font-size: 0.82rem;
    font-weight: 1000;
  }
.ac-hero-board,
  .ac-partner-board,
  .ac-map-board,
  .vn-dialogue,
  .vn-modal,
  .vn-result-panel {
    position: relative;
    border: 2px solid #d7b46a;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.64), rgba(255, 249, 232, 0.84)),
      #fff9e8;
    box-shadow:
      0 8px 0 rgba(167, 118, 55, 0.22),
      0 20px 44px rgba(90, 58, 46, 0.14),
      inset 0 1px 0 rgba(255, 255, 255, 0.92);
  }
.ac-kicker,
  .vn-ending-label {
    display: inline-flex;
    border: 2px solid #5a3a2e;
    border-radius: 999px;
    background: #63c46c;
    padding: 0.38rem 0.72rem;
    color: #fff9e8;
    font-size: 0.78rem;
    font-weight: 1000;
    box-shadow: 0 4px 0 rgba(90, 58, 46, 0.2);
  }
.ac-start {
    margin-top: auto;
    border: 2px solid #5a3a2e;
    border-radius: 999px;
    background: linear-gradient(180deg, #ffdf73 0%, #ffb84d 100%);
    padding: 1rem 1.1rem;
    color: #5a3a2e;
    font-size: clamp(1.1rem, 5.6vw, 1.45rem);
    font-weight: 1000;
    box-shadow: 0 8px 0 rgba(90, 58, 46, 0.26), 0 18px 32px rgba(90, 58, 46, 0.14);
    transition: transform 150ms ease, box-shadow 150ms ease;
  }
.ac-start:active,
  .vn-start-button:active,
  .vn-secondary-button:active,
  .vn-reset-button:active,
  .vn-choice:active,
  .vn-mini-button:active,
  .vn-close:active,
  .vn-home-button:active {
    transform: translateY(3px) scale(0.98);
    box-shadow: 0 4px 0 rgba(90, 58, 46, 0.22);
  }
.vn-shell {
    position: relative;
    isolation: isolate;
    width: 100%;
    min-height: 100dvh;
    overflow: hidden;
    background: #fff3b0;
  }
.vn-background-fallback {
    position: absolute;
    inset: 0;
    background:
      radial-gradient(circle at 16% 14%, rgba(255, 243, 176, 0.88), transparent 32%),
      radial-gradient(circle at 84% 20%, rgba(105, 183, 255, 0.56), transparent 32%),
      linear-gradient(160deg, #fff9e8 0%, #e7f7ff 48%, #ffe5e9 100%);
  }
.vn-soft-overlay {
    position: absolute;
    inset: 0;
    background:
      linear-gradient(180deg, rgba(255, 249, 232, 0.18), transparent 38%, rgba(90, 58, 46, 0.1)),
      radial-gradient(circle at 50% 82%, rgba(255, 249, 232, 0.35), transparent 42%);
  }
.vn-status {
    position: absolute;
    left: 0.72rem;
    right: 4.55rem;
    top: max(0.72rem, env(safe-area-inset-top));
    z-index: 5;
    display: flex;
    gap: 0.42rem;
    border: 2px solid #d7b46a;
    border-radius: 1.35rem;
    background: rgba(255, 249, 232, 0.88);
    padding: 0.5rem 0.55rem;
    box-shadow: 0 6px 0 rgba(90, 58, 46, 0.14), 0 14px 30px rgba(90, 58, 46, 0.12);
    backdrop-filter: blur(14px);
  }
.vn-status > div {
    min-width: 0;
    flex: 1;
  }
.vn-status .text-\[\#fff8df\] {
    color: #5a3a2e;
  }
.vn-status .border-\[\#6f4b28\] {
    border-color: #5a3a2e;
  }
.vn-home-button {
    position: absolute;
    right: 0.72rem;
    top: calc(max(0.72rem, env(safe-area-inset-top)) + 3.15rem);
    z-index: 6;
    border: 2px solid #5a3a2e;
    border-radius: 1.05rem;
    background: #dff4ff;
    padding: 0.68rem 0.66rem;
    color: #315c74;
    font-size: 0.78rem;
    font-weight: 1000;
    box-shadow: 0 5px 0 rgba(90, 58, 46, 0.18);
  }
.vn-character {
    position: absolute;
    bottom: -1.5dvh;
    width: min(58vw, 340px);
    height: min(70dvh, 620px);
    transform-origin: bottom center;
    filter: drop-shadow(0 20px 12px rgba(90, 58, 46, 0.22));
    transition: opacity 260ms ease, transform 260ms ease, filter 260ms ease;
    animation: acFloatIn 280ms ease both;
  }
.vn-character-placeholder {
    display: flex;
    height: 78%;
    align-items: center;
    justify-content: center;
    border: 2px solid #d7b46a;
    border-radius: 2rem;
    background: rgba(255, 249, 232, 0.62);
    color: #5a3a2e;
    font-size: 1.35rem;
    font-weight: 1000;
    backdrop-filter: blur(12px);
  }
.vn-dialogue {
    position: absolute;
    inset-inline: 0.75rem;
    bottom: max(0.72rem, env(safe-area-inset-bottom));
    z-index: 8;
    min-height: 27dvh;
    border-radius: 1.55rem 1.55rem 1.8rem 1.35rem;
    padding: 0.92rem;
    backdrop-filter: blur(16px);
  }
.vn-dialogue::before,
  .vn-knowledge::before,
  .vn-modal::before,
  .vn-result-panel::before {
    position: absolute;
    top: -0.42rem;
    left: 1.25rem;
    width: 4.2rem;
    height: 1rem;
    border-radius: 0.18rem;
    background: rgba(255, 184, 77, 0.52);
    content: "";
    transform: rotate(-5deg);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.48);
  }
.vn-nameplate {
    min-width: 4.5rem;
    border: 2px solid #5a3a2e;
    border-radius: 999px;
    background: #ff7c8a;
    padding: 0.36rem 0.86rem;
    color: #fff9e8;
    text-align: center;
    font-size: 0.9rem;
    font-weight: 1000;
    box-shadow: 0 4px 0 rgba(90, 58, 46, 0.2);
  }
.vn-mini-button,
  .vn-close {
    border: 2px solid rgba(90, 58, 46, 0.42);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.72);
    padding: 0.34rem 0.5rem;
    color: #5a3a2e;
    font-size: 0.7rem;
    font-weight: 1000;
    transition: transform 140ms ease, background 140ms ease;
  }
.vn-mini-active {
    background: #dff4ff;
    color: #315c74;
  }
.vn-choice-panel {
    position: absolute;
    inset-inline: 1rem;
    bottom: calc(28dvh + 1.3rem);
    z-index: 9;
    display: grid;
    gap: 0.7rem;
  }
.vn-choice-panel-tools {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.5rem;
  }
.vn-choice {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 0.72rem;
    border: 2px solid rgba(90, 58, 46, 0.66);
    border-radius: 1.15rem;
    background: #fff3b0;
    padding: 0.78rem 0.85rem;
    color: #5a3a2e;
    text-align: left;
    font-size: 0.95rem;
    font-weight: 1000;
    line-height: 1.35;
    box-shadow: 0 6px 0 rgba(90, 58, 46, 0.16), 0 15px 28px rgba(90, 58, 46, 0.12);
    animation: acPop 260ms ease both;
    transition: transform 140ms ease, box-shadow 140ms ease;
  }
.vn-choice-tool {
    position: relative;
    min-height: 7.55rem;
    grid-template-columns: 1fr;
    justify-items: center;
    align-content: center;
    gap: 0.24rem;
    padding: 0.55rem 0.35rem 0.62rem;
    text-align: center;
  }
.vn-choice-icon {
    width: min(5.15rem, 84%);
    height: 4rem;
    -o-object-fit: contain;
       object-fit: contain;
  }
.vn-choice-text-only {
    align-content: center;
    padding-inline: 0.75rem;
  }
.vn-choice-tool strong {
    display: block;
    max-width: 100%;
    color: #5a3a2e;
    font-size: clamp(0.68rem, 3.2vw, 0.86rem);
    font-weight: 1000;
    line-height: 1.18;
  }
.vn-choice:nth-child(2) {
    background: #dff4ff;
  }
.vn-choice:nth-child(3) {
    background: #ffe1e5;
  }
.vn-choice:nth-child(4) {
    background: #e7f7d9;
  }
.vn-choice span,
  .vn-choice-letter {
    display: inline-flex;
    width: 2.1rem;
    height: 2.1rem;
    align-items: center;
    justify-content: center;
    border: 2px solid #5a3a2e;
    border-radius: 999px;
    background: #ffb84d;
    color: #5a3a2e;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
  }
.vn-choice-tool .vn-choice-letter {
    position: absolute;
    left: 0.35rem;
    top: 0.35rem;
    width: 1.65rem;
    height: 1.65rem;
    font-size: 0.82rem;
  }
.vn-knowledge {
    position: absolute;
    inset-inline: 1rem;
    bottom: calc(max(0.72rem, env(safe-area-inset-bottom)) + 28dvh + 0.55rem);
    z-index: 12;
    border: 2px solid #5a3a2e;
    border-radius: 1.15rem;
    background: #fff3b0;
    padding: 0.82rem 0.88rem;
    box-shadow: 0 7px 0 rgba(90, 58, 46, 0.14), 0 15px 30px rgba(90, 58, 46, 0.14);
    animation: acPop 220ms ease both;
    transform: rotate(-1.1deg);
  }
.vn-knowledge-head {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 0.75rem;
    border-bottom: 2px dashed rgba(90, 58, 46, 0.28);
    padding-bottom: 0.45rem;
  }
.vn-knowledge-head p {
    color: #6f4b28;
    font-size: 0.96rem;
    font-weight: 1000;
    line-height: 1.25;
  }
.vn-knowledge-head > span {
    color: #7d5a49;
    font-size: 0.72rem;
    font-weight: 900;
    white-space: nowrap;
  }
.vn-knowledge-body {
    margin-top: 0.55rem;
    color: #3b2718;
    font-size: 0.92rem;
    font-weight: 850;
    line-height: 1.65;
  }
.vn-knowledge-unlocked {
    margin-top: 0.6rem;
    border-top: 2px dashed rgba(90, 58, 46, 0.24);
    padding-top: 0.55rem;
    color: #39754f;
    font-size: 0.78rem;
    font-weight: 1000;
  }
.ac-knowledge-section li.is-locked {
    opacity: 0.58;
    filter: grayscale(0.5);
  }
.vn-knowledge.border-\[\#66b98b\] {
    border-color: #63c46c;
    background: #eefadc;
  }
.vn-knowledge.border-\[\#e79a49\] {
    border-color: #ffb84d;
    background: #fff3b0;
  }
.vn-modal-backdrop {
    position: absolute;
    inset: 0;
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(90, 58, 46, 0.22);
    padding: 1rem;
  }
.vn-modal,
  .vn-result-panel {
    width: min(100%, 520px);
    border-radius: 1.75rem;
    padding: 1.2rem;
    backdrop-filter: blur(16px);
  }
.vn-reset-button,
  .vn-start-button,
  .vn-secondary-button {
    width: 100%;
    border: 2px solid #5a3a2e;
    border-radius: 999px;
    padding: 0.92rem 1rem;
    color: #5a3a2e;
    font-weight: 1000;
    box-shadow: 0 6px 0 rgba(90, 58, 46, 0.2);
    transition: transform 140ms ease, box-shadow 140ms ease;
  }
.vn-start-button {
    background: linear-gradient(180deg, #ffdf73 0%, #ffb84d 100%);
  }
.vn-secondary-button,
  .vn-reset-button {
    background: linear-gradient(180deg, #e5f7ff 0%, #b8e4ff 100%);
  }
.vn-result {
    position: relative;
    display: flex;
    min-height: 100dvh;
    align-items: center;
    justify-content: center;
    padding: max(1rem, env(safe-area-inset-top)) 1rem max(1rem, env(safe-area-inset-bottom));
    background:
      radial-gradient(circle at 16% 12%, rgba(255, 124, 138, 0.28), transparent 28%),
      radial-gradient(circle at 82% 16%, rgba(105, 183, 255, 0.44), transparent 30%),
      radial-gradient(circle at 68% 88%, rgba(99, 196, 108, 0.35), transparent 30%),
      linear-gradient(150deg, #fff3b0 0%, #fff9e8 48%, #e7f7ff 100%);
  }
.vn-result-panel {
    position: relative;
    z-index: 1;
    transform: rotate(-0.5deg);
  }
.vn-result-stat {
    border: 2px solid rgba(90, 58, 46, 0.5);
    border-radius: 1.25rem;
    background: #fff3b0;
    padding: 0.85rem;
    box-shadow: 0 5px 0 rgba(90, 58, 46, 0.12);
  }
.vn-result-stat:nth-child(2) {
    background: #dff4ff;
  }
.vn-result-stat:nth-child(3) {
    background: #f0e8ff;
  }
.vn-result-stat span {
    display: block;
    color: #7d5a49;
    font-size: 0.78rem;
    font-weight: 1000;
  }
.vn-result-stat strong {
    color: #5a3a2e;
    font-size: 2rem;
    font-weight: 1000;
    line-height: 1;
  }
.music-toggle {
    position: fixed;
    top: max(0.72rem, env(safe-area-inset-top));
    right: max(0.72rem, env(safe-area-inset-right));
    z-index: 30;
    display: inline-grid;
    grid-template-columns: auto auto;
    align-items: center;
    gap: 0.32rem;
    min-height: 2.65rem;
    border: 2px solid #5a3a2e;
    border-radius: 999px;
    background: rgba(255, 249, 232, 0.9);
    padding: 0.38rem 0.62rem;
    color: #5a3a2e;
    box-shadow: 0 5px 0 rgba(90, 58, 46, 0.2), 0 12px 24px rgba(90, 58, 46, 0.12);
    backdrop-filter: blur(10px);
    transition: transform 140ms ease, background 140ms ease, box-shadow 140ms ease;
  }
.music-toggle span {
    display: inline-flex;
    width: 1.45rem;
    height: 1.45rem;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
  }
.music-toggle strong {
    font-size: 0.68rem;
    font-weight: 1000;
    line-height: 1;
  }
.music-toggle-on {
    background: rgba(231, 247, 217, 0.93);
  }
.music-toggle-off {
    background: rgba(255, 225, 229, 0.93);
  }
.music-toggle:active {
    transform: translateY(3px) scale(0.98);
    box-shadow: 0 3px 0 rgba(90, 58, 46, 0.22);
  }
.ac-photo-frame {
    position: relative;
    border: 2px solid #5a3a2e;
    border-radius: 1.5rem;
    background: #fff3b0;
    padding: 0.5rem;
    box-shadow: 0 6px 0 rgba(90, 58, 46, 0.16);
  }
.ac-photo-frame::before {
    position: absolute;
    top: -0.35rem;
    right: 1rem;
    width: 3.2rem;
    height: 0.85rem;
    border-radius: 0.18rem;
    background: rgba(183, 156, 255, 0.48);
    content: "";
    transform: rotate(9deg);
  }
.ac-note,
  .ac-summary-note {
    border: 2px solid rgba(90, 58, 46, 0.42);
    border-radius: 1.15rem;
    padding: 0.85rem 0.95rem;
    color: #5a3a2e;
    font-size: 0.9rem;
    font-weight: 850;
    line-height: 1.7;
    box-shadow: 0 5px 0 rgba(90, 58, 46, 0.1);
  }
.ac-note-blue {
    background: #dff4ff;
  }
.ac-note-green {
    background: #e7f7d9;
    font-weight: 1000;
  }
.ac-note-cream {
    background: rgba(255, 249, 232, 0.88);
  }
.ac-summary-note {
    background: #e7f7d9;
    font-weight: 1000;
  }
.pointer-events-none {
  pointer-events: none;
}
.absolute {
  position: absolute;
}
.inset-0 {
  inset: 0px;
}
.inset-x-0 {
  left: 0px;
  right: 0px;
}
.bottom-\[25\%\] {
  bottom: 25%;
}
.left-1\/2 {
  left: 50%;
}
.left-\[8\%\] {
  left: 8%;
}
.right-\[7\%\] {
  right: 7%;
}
.top-\[14\%\] {
  top: 14%;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.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;
}
.mt-6 {
  margin-top: 1.5rem;
}
.block {
  display: block;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.h-3 {
  height: 0.75rem;
}
.h-44 {
  height: 11rem;
}
.h-full {
  height: 100%;
}
.max-h-\[52dvh\] {
  max-height: 52dvh;
}
.min-h-\[4\.8rem\] {
  min-height: 4.8rem;
}
.w-full {
  width: 100%;
}
.min-w-0 {
  min-width: 0px;
}
.flex-1 {
  flex: 1 1 0%;
}
.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-100 {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-\[0\.96\] {
  --tw-scale-x: 0.96;
  --tw-scale-y: 0.96;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-\[0\.85fr_1fr\] {
  grid-template-columns: 0.85fr 1fr;
}
.content-center {
  align-content: center;
}
.items-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-1\.5 {
  gap: 0.375rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.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));
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-y-auto {
  overflow-y: auto;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-3xl {
  border-radius: 1.5rem;
}
.rounded-full {
  border-radius: 9999px;
}
.border-2 {
  border-width: 2px;
}
.border-dashed {
  border-style: dashed;
}
.border-\[\#25145f\] {
  --tw-border-opacity: 1;
  border-color: rgb(37 20 95 / var(--tw-border-opacity, 1));
}
.border-\[\#66b98b\] {
  --tw-border-opacity: 1;
  border-color: rgb(102 185 139 / var(--tw-border-opacity, 1));
}
.border-\[\#6f4b28\] {
  --tw-border-opacity: 1;
  border-color: rgb(111 75 40 / var(--tw-border-opacity, 1));
}
.border-\[\#e79a49\] {
  --tw-border-opacity: 1;
  border-color: rgb(231 154 73 / var(--tw-border-opacity, 1));
}
.bg-\[\#effff6\] {
  --tw-bg-opacity: 1;
  background-color: rgb(239 255 246 / var(--tw-bg-opacity, 1));
}
.bg-\[\#fff4d7\]\/85 {
  background-color: rgb(255 244 215 / 0.85);
}
.bg-\[\#fff6df\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 246 223 / var(--tw-bg-opacity, 1));
}
.bg-\[\#fff6e7\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 246 231 / var(--tw-bg-opacity, 1));
}
.bg-\[\#fff7da\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 247 218 / var(--tw-bg-opacity, 1));
}
.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.from-\[\#8ce8b4\] {
  --tw-gradient-from: #8ce8b4 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(140 232 180 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#8ec5ff\] {
  --tw-gradient-from: #8ec5ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(142 197 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#b79cff\] {
  --tw-gradient-from: #b79cff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(183 156 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#ff8a7a\] {
  --tw-gradient-from: #ff8a7a var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 138 122 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#ffd86a\] {
  --tw-gradient-from: #ffd86a var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 216 106 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.to-\[\#38bf78\] {
  --tw-gradient-to: #38bf78 var(--tw-gradient-to-position);
}
.to-\[\#69b7ff\] {
  --tw-gradient-to: #69b7ff var(--tw-gradient-to-position);
}
.to-\[\#e64747\] {
  --tw-gradient-to: #e64747 var(--tw-gradient-to-position);
}
.to-\[\#ff94c8\] {
  --tw-gradient-to: #ff94c8 var(--tw-gradient-to-position);
}
.to-\[\#ff9f43\] {
  --tw-gradient-to: #ff9f43 var(--tw-gradient-to-position);
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.pr-1 {
  padding-right: 0.25rem;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-\[11px\] {
  font-size: 11px;
}
.text-\[17px\] {
  font-size: 17px;
}
.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-black {
  font-weight: 900;
}
.font-bold {
  font-weight: 700;
}
.leading-6 {
  line-height: 1.5rem;
}
.leading-8 {
  line-height: 2rem;
}
.leading-tight {
  line-height: 1.25;
}
.text-\[\#25145f\] {
  --tw-text-opacity: 1;
  color: rgb(37 20 95 / var(--tw-text-opacity, 1));
}
.text-\[\#3b2718\] {
  --tw-text-opacity: 1;
  color: rgb(59 39 24 / var(--tw-text-opacity, 1));
}
.text-\[\#5A3A2E\] {
  --tw-text-opacity: 1;
  color: rgb(90 58 46 / var(--tw-text-opacity, 1));
}
.text-\[\#6f4b28\] {
  --tw-text-opacity: 1;
  color: rgb(111 75 40 / var(--tw-text-opacity, 1));
}
.text-\[\#7b5a36\] {
  --tw-text-opacity: 1;
  color: rgb(123 90 54 / var(--tw-text-opacity, 1));
}
.text-\[\#8b6a45\] {
  --tw-text-opacity: 1;
  color: rgb(139 106 69 / var(--tw-text-opacity, 1));
}
.text-\[\#a87434\] {
  --tw-text-opacity: 1;
  color: rgb(168 116 52 / var(--tw-text-opacity, 1));
}
.text-\[\#fff8df\] {
  --tw-text-opacity: 1;
  color: rgb(255 248 223 / var(--tw-text-opacity, 1));
}
.accent-\[\#d7a14d\] {
  accent-color: #d7a14d;
}
.opacity-100 {
  opacity: 1;
}
.opacity-55 {
  opacity: 0.55;
}
.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);
}

@keyframes acFloatIn {
  from {
    opacity: 0;
    transform: translateY(14px) scale(0.98);
  }

  to {
    opacity: 1;
  }
}

@keyframes acPop {
  from {
    opacity: 0;
    transform: translateY(12px) scale(0.98);
  }

  to {
    opacity: 1;
  }
}

@media (min-width: 720px) {
  .ac-home,
  .vn-result {
    padding: 1.2rem 1.5rem;
  }

  .ac-phone {
    min-height: calc(100dvh - 2.4rem);
  }

  .ac-cover-card {
    min-height: calc(100dvh - 2.4rem);
    border: 2px solid rgba(90, 58, 46, 0.34);
    border-radius: 2rem;
    box-shadow: 0 10px 0 rgba(90, 58, 46, 0.14), 0 24px 48px rgba(90, 58, 46, 0.14);
  }

  .vn-dialogue {
    left: 50%;
    right: auto;
    width: min(92vw, 620px);
    transform: translateX(-50%);
  }

  .vn-choice-panel,
  .vn-knowledge {
    left: 50%;
    right: auto;
    width: min(92vw, 620px);
    transform: translateX(-50%);
  }
}
