@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&family=JetBrains+Mono:wght@400;500;700&display=swap");


/* ═══════════════════════════════════════════════════════════
   PONTO24 — Design Tokens (v3.1 · The Continuous)
   Colors, type, spacing, radii, shadows, motion.
   ═══════════════════════════════════════════════════════════ */
:root {
  /* ── COLOR · Primary ─────────────────────────────── */
  --p24-gold:        #FFD700;  /* Electric Gold — accent on dark */
  --p24-gold-light:  #C49B00;  /* Gold Light — accent on light */
  --p24-gold-faint:  rgba(255, 215, 0, 0.04);
  --p24-gold-soft:   rgba(255, 215, 0, 0.08);
  --p24-gold-border: rgba(255, 215, 0, 0.12);
  --p24-gold-ring:   rgba(255, 215, 0, 0.30);

  --p24-midnight:    #0B1120;  /* Primary background (dark mode) */
  --p24-navy:        #0F172A;  /* Surface / card (dark) */
  --p24-slate:       #1E293B;  /* Secondary surface */
  --p24-slate-light: #334155;  /* Elevated surface */

  /* ── COLOR · Neutral ─────────────────────────────── */
  --p24-white:       #FFFFFF;
  --p24-off-white:   #F8FAFC;  /* Primary background (light mode) */
  --p24-warm-white:  #FAFAF8;  /* Editorial warm light */
  --p24-muted:       #94A3B8;  /* Secondary text */
  --p24-muted-dk:    #64748B;  /* Secondary text on light */
  --p24-muted-faint: #475569;  /* Tertiary text */

  /* ── COLOR · Semantic ────────────────────────────── */
  --p24-success:     #22C55E;
  --p24-warn:        #F59E0B;
  --p24-danger:      #EF4444;

  /* ── SEMANTIC (dark mode defaults) ───────────────── */
  --p24-bg:          var(--p24-midnight);
  --p24-bg-elev-1:   var(--p24-navy);
  --p24-bg-elev-2:   var(--p24-slate);
  --p24-fg-1:        var(--p24-off-white);   /* Primary text */
  --p24-fg-2:        var(--p24-muted);       /* Secondary text */
  --p24-fg-3:        #8A98AC;                /* Tertiary text — F2.0: era var(--p24-muted-faint) #475569 (~2.5:1, falha AA); #8A98AC passa AA (>=4.5:1; ~5.9-6.4:1 sobre midnight conforme base) (WCAG 1.4.3) */
  --p24-accent:      var(--p24-gold);
  --p24-border:      rgba(255, 215, 0, 0.06);
  --p24-border-strong: rgba(255, 215, 0, 0.15);
  --p24-hairline:    rgba(248, 250, 252, 0.06);

  /* ── TYPE · Family ───────────────────────────────── */
  --p24-font-sans: "Montserrat", system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  --p24-font-mono: "JetBrains Mono", ui-monospace, "SF Mono", Menlo, monospace;

  /* ── TYPE · Weights ──────────────────────────────── */
  --p24-w-light: 300;
  --p24-w-regular: 400;
  --p24-w-medium: 500;
  --p24-w-bold: 700;
  --p24-w-extra: 800;   /* Wordmark "PONTO" */
  --p24-w-black: 900;   /* Number "24", icon */

  /* ── TYPE · Scale (px) ───────────────────────────── */
  --p24-fs-caption: 8px;   /* Caption — 300 */
  --p24-fs-tagline: 9.5px; /* Tagline — 500 · tracking +4.5 · UPPERCASE */
  --p24-fs-body:    12px;  /* Body — 400 · lh 1.6 */
  --p24-fs-sub:     14px;  /* Subheading — 700 */
  --p24-fs-h2:      20px;  /* Heading — 800 */
  --p24-fs-h1:      28px;  /* Display — 900 */

  /* ── TYPE · Kiosk scale (totem 1024×768 @ ~50-60cm) — F2.0 ── */
  --p24-fs-kiosk-display: clamp(48px, 8vw, 88px);
  --p24-fs-kiosk-h1:      clamp(34px, 5vw, 52px);
  --p24-fs-kiosk-h2:      clamp(22px, 3vw, 30px);
  --p24-fs-kiosk-body:    clamp(16px, 2vw, 20px);
  --p24-fs-kiosk-amount:  clamp(56px, 9vw, 96px);

  /* ── SPACING (base unit U = 4px) ─────────────────── */
  --p24-u: 4px;
  --p24-sp-1: 4px;
  --p24-sp-2: 8px;
  --p24-sp-3: 12px;
  --p24-sp-4: 16px;   /* 4U — exclusion zone around logo */
  --p24-sp-5: 20px;
  --p24-sp-6: 24px;
  --p24-sp-8: 32px;
  --p24-sp-10: 40px;
  --p24-sp-12: 48px;
  --p24-sp-16: 64px;

  /* ── RADII ───────────────────────────────────────── */
  --p24-radius-sm: 6px;
  --p24-radius-md: 10px;
  --p24-radius-lg: 14px;   /* Default card */
  --p24-radius-xl: 20px;   /* Hero surfaces */
  --p24-radius-pill: 999px;

  /* ── SHADOWS ─────────────────────────────────────── */
  --p24-shadow-sm: 0 1px 4px rgba(15, 23, 42, 0.04);
  --p24-shadow-md: 0 8px 24px rgba(11, 17, 32, 0.25);
  --p24-shadow-glow: 0 0 40px rgba(255, 215, 0, 0.12);

  /* ── MOTION ──────────────────────────────────────── */
  --p24-ease: cubic-bezier(0.4, 0, 0.2, 1);
  --p24-dur-quick: 150ms;
  --p24-dur-base: 300ms;
  --p24-dur-slow: 600ms;

  /* ── TRACKING presets ────────────────────────────── */
  --p24-track-tight: -1.5px;  /* Wordmark */
  --p24-track-wide: 4.5px;    /* Tagline */

  /* ── TOUCH / kiosk (F2.0 — WCAG 2.5.5 / 2.5.8) ── */
  --p24-touch-min: 72px;          /* alvo minimo de toque no totem */
  --p24-touch-destructive: 80px;  /* alvo destrutivo / teclas do keypad */

  /* ── STATE · active (kiosk e touch — sem hover; WCAG 1.4.11) ── */
  --p24-press-bg: rgba(255, 215, 0, 0.16);
  --p24-press-fg: var(--p24-midnight);
}
/* ── Light mode swap ─────────────────────────────────────── */
:root[data-theme="light"],
.p24-light {
  --p24-bg:        var(--p24-warm-white);
  --p24-bg-elev-1: var(--p24-white);
  --p24-bg-elev-2: var(--p24-off-white);
  --p24-fg-1:      var(--p24-navy);
  --p24-fg-2:      var(--p24-muted-dk);
  --p24-fg-3:      var(--p24-muted);
  --p24-accent:    var(--p24-gold-light);
  --p24-border:    rgba(15, 23, 42, 0.05);
  --p24-border-strong: rgba(15, 23, 42, 0.10);
  --p24-hairline:  rgba(15, 23, 42, 0.06);
}
/* ═══════════════════════════════════════════════════════════
   Semantic element styles — opt-in via .p24 scope
   ═══════════════════════════════════════════════════════════ */
.p24 {
  font-family: var(--p24-font-sans);
  color: var(--p24-fg-1);
  background: var(--p24-bg);
  font-variant-numeric: tabular-nums;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
.p24 .p24-display {
  font-size: var(--p24-fs-h1);
  font-weight: var(--p24-w-black);
  letter-spacing: -1.5px;
  line-height: 1.1;
  color: var(--p24-fg-1);
  margin: 0;
}
.p24 .p24-h1 { font-size: var(--p24-fs-h1); font-weight: var(--p24-w-black); letter-spacing: -1.5px; line-height: 1.1; margin: 0; }
.p24 .p24-h2 { font-size: var(--p24-fs-h2); font-weight: var(--p24-w-extra); letter-spacing: -1px;   line-height: 1.2; margin: 0; }
.p24 .p24-h3 { font-size: var(--p24-fs-sub); font-weight: var(--p24-w-bold);  letter-spacing: -0.2px; line-height: 1.3; margin: 0; }
.p24 .p24-body { font-size: var(--p24-fs-body); font-weight: var(--p24-w-regular); line-height: 1.6; margin: 0; color: var(--p24-fg-2); }
.p24 .p24-caption { font-size: var(--p24-fs-caption); font-weight: var(--p24-w-light); color: var(--p24-fg-3); margin: 0; }
/* Label / Tagline — the signature eyebrow */
.p24 .p24-label,
.p24 .p24-tagline {
  font-size: var(--p24-fs-tagline);
  font-weight: var(--p24-w-medium);
  letter-spacing: var(--p24-track-wide);
  text-transform: uppercase;
  color: var(--p24-accent);
  margin: 0;
}
/* Mono — for code, specs, receipts */
.p24 code,
.p24 .p24-mono {
  font-family: var(--p24-font-mono);
  font-size: 10px;
  font-weight: 500;
  color: var(--p24-accent);
}
/* Card — the default surface */
.p24 .p24-card {
  background: rgba(30, 41, 59, 0.3);
  border: 1px solid var(--p24-border);
  border-radius: var(--p24-radius-lg);
  padding: 22px 26px;
}
.p24-light .p24-card {
  background: var(--p24-white);
  border: 1px solid var(--p24-border);
  box-shadow: var(--p24-shadow-sm);
}
/* Dot — brand bullet */
.p24 .p24-dot {
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--p24-accent);
  vertical-align: middle;
}
/* Hairline divider */
.p24 .p24-hr {
  border: 0;
  height: 1px;
  background: var(--p24-hairline);
  margin: var(--p24-sp-4) 0;
}
*, ::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: Montserrat, system-ui, sans-serif; /* 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: JetBrains Mono, ui-monospace, 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;
}
.pointer-events-none{
  pointer-events:        none;
}
.fixed{
  position:        fixed;
}
.absolute{
  position:        absolute;
}
.relative{
  position:        relative;
}
.inset-0{
  inset:        0px;
}
.-bottom-\[32\%\]{
  bottom:        -32%;
}
.-bottom-\[33\%\]{
  bottom:        -33%;
}
.-bottom-\[34\%\]{
  bottom:        -34%;
}
.-right-\[14\%\]{
  right:        -14%;
}
.-right-\[15\%\]{
  right:        -15%;
}
.-right-\[16\%\]{
  right:        -16%;
}
.left-1\/2{
  left:        50%;
}
.top-1\/2{
  top:        50%;
}
.isolate{
  isolation:        isolate;
}
.-z-10{
  z-index:        -10;
}
.-z-20{
  z-index:        -20;
}
.-z-30{
  z-index:        -30;
}
.z-50{
  z-index:        50;
}
.mx-auto{
  margin-left:        auto;
  margin-right:        auto;
}
.mb-2{
  margin-bottom:        0.5rem;
}
.mb-4{
  margin-bottom:        1rem;
}
.mb-6{
  margin-bottom:        1.5rem;
}
.mb-\[var\(--p24-sp-3\)\]{
  margin-bottom:        var(--p24-sp-3);
}
.ml-auto{
  margin-left:        auto;
}
.mt-1{
  margin-top:        0.25rem;
}
.mt-2{
  margin-top:        0.5rem;
}
.mt-6{
  margin-top:        1.5rem;
}
.mt-\[var\(--p24-sp-3\)\]{
  margin-top:        var(--p24-sp-3);
}
.mt-\[var\(--p24-sp-4\)\]{
  margin-top:        var(--p24-sp-4);
}
.line-clamp-2{
  overflow:        hidden;
  display:        -webkit-box;
  -webkit-box-orient:        vertical;
  -webkit-line-clamp:        2;
}
.block{
  display:        block;
}
.inline{
  display:        inline;
}
.flex{
  display:        flex;
}
.inline-flex{
  display:        inline-flex;
}
.grid{
  display:        grid;
}
.hidden{
  display:        none;
}
.aspect-square{
  aspect-ratio:        1 / 1;
}
.h-10{
  height:        2.5rem;
}
.h-20{
  height:        5rem;
}
.h-24{
  height:        6rem;
}
.h-28{
  height:        7rem;
}
.h-40{
  height:        10rem;
}
.h-48{
  height:        12rem;
}
.h-5{
  height:        1.25rem;
}
.h-\[140px\]{
  height:        140px;
}
.h-\[150px\]{
  height:        150px;
}
.h-\[560px\]{
  height:        560px;
}
.h-\[5px\]{
  height:        5px;
}
.h-\[7px\]{
  height:        7px;
}
.h-dvh{
  height:        100dvh;
}
.h-full{
  height:        100%;
}
.min-h-0{
  min-height:        0px;
}
.min-h-8{
  min-height:        2rem;
}
.min-h-9{
  min-height:        2.25rem;
}
.min-h-\[78px\]{
  min-height:        78px;
}
.min-h-\[var\(--p24-touch-destructive\)\]{
  min-height:        var(--p24-touch-destructive);
}
.min-h-\[var\(--p24-touch-min\)\]{
  min-height:        var(--p24-touch-min);
}
.min-h-dvh{
  min-height:        100dvh;
}
.w-10{
  width:        2.5rem;
}
.w-20{
  width:        5rem;
}
.w-24{
  width:        6rem;
}
.w-28{
  width:        7rem;
}
.w-40{
  width:        10rem;
}
.w-48{
  width:        12rem;
}
.w-5{
  width:        1.25rem;
}
.w-\[140px\]{
  width:        140px;
}
.w-\[148px\]{
  width:        148px;
}
.w-\[150px\]{
  width:        150px;
}
.w-\[560px\]{
  width:        560px;
}
.w-\[5px\]{
  width:        5px;
}
.w-\[7px\]{
  width:        7px;
}
.w-\[min\(56vw\2c 680px\)\]{
  width:        min(56vw, 680px);
}
.w-\[min\(57vw\2c 700px\)\]{
  width:        min(57vw, 700px);
}
.w-\[min\(58vw\2c 720px\)\]{
  width:        min(58vw, 720px);
}
.w-\[var\(--p24-sp-10\)\]{
  width:        var(--p24-sp-10);
}
.w-full{
  width:        100%;
}
.min-w-0{
  min-width:        0px;
}
.min-w-\[var\(--p24-touch-destructive\)\]{
  min-width:        var(--p24-touch-destructive);
}
.min-w-\[var\(--p24-touch-min\)\]{
  min-width:        var(--p24-touch-min);
}
.max-w-\[1000px\]{
  max-width:        1000px;
}
.max-w-\[18ch\]{
  max-width:        18ch;
}
.max-w-\[20ch\]{
  max-width:        20ch;
}
.max-w-\[24ch\]{
  max-width:        24ch;
}
.max-w-\[420px\]{
  max-width:        420px;
}
.max-w-\[520px\]{
  max-width:        520px;
}
.max-w-\[540px\]{
  max-width:        540px;
}
.max-w-\[560px\]{
  max-width:        560px;
}
.max-w-\[620px\]{
  max-width:        620px;
}
.max-w-\[640px\]{
  max-width:        640px;
}
.max-w-\[760px\]{
  max-width:        760px;
}
.max-w-\[900px\]{
  max-width:        900px;
}
.max-w-xl{
  max-width:        36rem;
}
.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));
}
.-translate-y-1\/2{
  --tw-translate-y:        -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));
}
@keyframes spin{
  to{
    transform:        rotate(360deg);
  }
}
.animate-spin{
  animation:        spin 1s linear infinite;
}
.cursor-pointer{
  cursor:        pointer;
}
.select-none{
  -webkit-user-select:        none;
     -moz-user-select:        none;
          user-select:        none;
}
.grid-cols-1{
  grid-template-columns:        repeat(1, minmax(0, 1fr));
}
.grid-cols-2{
  grid-template-columns:        repeat(2, minmax(0, 1fr));
}
.grid-cols-3{
  grid-template-columns:        repeat(3, minmax(0, 1fr));
}
.grid-cols-5{
  grid-template-columns:        repeat(5, minmax(0, 1fr));
}
.grid-rows-\[auto_1fr_auto\]{
  grid-template-rows:        auto 1fr auto;
}
.flex-col{
  flex-direction:        column;
}
.place-items-center{
  place-items:        center;
}
.items-start{
  align-items:        flex-start;
}
.items-end{
  align-items:        flex-end;
}
.items-center{
  align-items:        center;
}
.items-baseline{
  align-items:        baseline;
}
.justify-center{
  justify-content:        center;
}
.justify-between{
  justify-content:        space-between;
}
.gap-1{
  gap:        0.25rem;
}
.gap-2{
  gap:        0.5rem;
}
.gap-2\.5{
  gap:        0.625rem;
}
.gap-5{
  gap:        1.25rem;
}
.gap-6{
  gap:        1.5rem;
}
.gap-8{
  gap:        2rem;
}
.gap-\[var\(--p24-sp-1\)\]{
  gap:        var(--p24-sp-1);
}
.gap-\[var\(--p24-sp-2\)\]{
  gap:        var(--p24-sp-2);
}
.gap-\[var\(--p24-sp-3\)\]{
  gap:        var(--p24-sp-3);
}
.gap-\[var\(--p24-sp-4\)\]{
  gap:        var(--p24-sp-4);
}
.gap-\[var\(--p24-sp-5\)\]{
  gap:        var(--p24-sp-5);
}
.gap-\[var\(--p24-sp-6\)\]{
  gap:        var(--p24-sp-6);
}
.gap-\[var\(--p24-sp-8\)\]{
  gap:        var(--p24-sp-8);
}
.gap-px{
  gap:        1px;
}
.space-y-\[var\(--p24-sp-2\)\] > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse:        0;
  margin-top:        calc(var(--p24-sp-2) * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom:        calc(var(--p24-sp-2) * var(--tw-space-y-reverse));
}
.space-y-\[var\(--p24-sp-3\)\] > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse:        0;
  margin-top:        calc(var(--p24-sp-3) * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom:        calc(var(--p24-sp-3) * var(--tw-space-y-reverse));
}
.overflow-hidden{
  overflow:        hidden;
}
.overflow-y-auto{
  overflow-y:        auto;
}
.truncate{
  overflow:        hidden;
  text-overflow:        ellipsis;
  white-space:        nowrap;
}
.whitespace-nowrap{
  white-space:        nowrap;
}
.rounded-\[var\(--p24-radius-lg\)\]{
  border-radius:        var(--p24-radius-lg);
}
.rounded-\[var\(--p24-radius-md\)\]{
  border-radius:        var(--p24-radius-md);
}
.rounded-\[var\(--p24-radius-pill\)\]{
  border-radius:        var(--p24-radius-pill);
}
.rounded-\[var\(--p24-radius-xl\)\]{
  border-radius:        var(--p24-radius-xl);
}
.rounded-full{
  border-radius:        9999px;
}
.border{
  border-width:        1px;
}
.border-0{
  border-width:        0px;
}
.border-2{
  border-width:        2px;
}
.border-4{
  border-width:        4px;
}
.border-t{
  border-top-width:        1px;
}
.border-\[rgba\(255\2c 215\2c 0\2c 0\.10\)\]{
  border-color:        rgba(255,215,0,0.10);
}
.border-\[var\(--p24-border\)\]{
  border-color:        var(--p24-border);
}
.border-\[var\(--p24-border-strong\)\]{
  border-color:        var(--p24-border-strong);
}
.border-\[var\(--p24-danger\)\]{
  border-color:        var(--p24-danger);
}
.border-\[var\(--p24-gold\)\]{
  border-color:        var(--p24-gold);
}
.border-\[var\(--p24-gold-border\)\]{
  border-color:        var(--p24-gold-border);
}
.border-\[var\(--p24-gold-ring\)\]{
  border-color:        var(--p24-gold-ring);
}
.border-\[var\(--p24-hairline\)\]{
  border-color:        var(--p24-hairline);
}
.border-\[var\(--p24-success\)\]{
  border-color:        var(--p24-success);
}
.border-transparent{
  border-color:        transparent;
}
.border-r-\[var\(--p24-gold\)\]{
  border-right-color:        var(--p24-gold);
}
.border-t-\[var\(--p24-gold\)\]{
  border-top-color:        var(--p24-gold);
}
.bg-\[rgba\(11\2c 17\2c 32\2c 0\.92\)\]{
  background-color:        rgba(11,17,32,0.92);
}
.bg-\[rgba\(15\2c 23\2c 42\2c 0\.55\)\]{
  background-color:        rgba(15,23,42,0.55);
}
.bg-\[rgba\(15\2c 23\2c 42\2c 0\.76\)\]{
  background-color:        rgba(15,23,42,0.76);
}
.bg-\[rgba\(239\2c 68\2c 68\2c 0\.08\)\]{
  background-color:        rgba(239,68,68,0.08);
}
.bg-\[rgba\(34\2c 197\2c 94\2c 0\.08\)\]{
  background-color:        rgba(34,197,94,0.08);
}
.bg-\[var\(--p24-bg\)\]{
  background-color:        var(--p24-bg);
}
.bg-\[var\(--p24-bg-elev-1\)\]{
  background-color:        var(--p24-bg-elev-1);
}
.bg-\[var\(--p24-border\)\]{
  background-color:        var(--p24-border);
}
.bg-\[var\(--p24-danger\)\]{
  background-color:        var(--p24-danger);
}
.bg-\[var\(--p24-fg-1\)\]{
  background-color:        var(--p24-fg-1);
}
.bg-\[var\(--p24-gold\)\]{
  background-color:        var(--p24-gold);
}
.bg-\[var\(--p24-gold-faint\)\]{
  background-color:        var(--p24-gold-faint);
}
.bg-\[var\(--p24-midnight\)\]{
  background-color:        var(--p24-midnight);
}
.bg-\[var\(--p24-navy\)\]{
  background-color:        var(--p24-navy);
}
.bg-\[var\(--p24-success\)\]{
  background-color:        var(--p24-success);
}
.bg-transparent{
  background-color:        transparent;
}
.bg-\[radial-gradient\(circle\2c rgba\(255\2c 215\2c 0\2c 0\.05\)_0\%\2c rgba\(255\2c 215\2c 0\2c 0\.02\)_50\%\2c transparent_72\%\)\]{
  background-image:        radial-gradient(circle,rgba(255,215,0,0.05) 0%,rgba(255,215,0,0.02) 50%,transparent 72%);
}
.bg-\[radial-gradient\(circle\2c rgba\(255\2c 215\2c 0\2c 0\.05\)_0\%\2c transparent_72\%\)\]{
  background-image:        radial-gradient(circle,rgba(255,215,0,0.05) 0%,transparent 72%);
}
.bg-\[radial-gradient\(circle\2c rgba\(255\2c 215\2c 0\2c 0\.075\)_0\%\2c rgba\(255\2c 215\2c 0\2c 0\.02\)_45\%\2c transparent_70\%\)\]{
  background-image:        radial-gradient(circle,rgba(255,215,0,0.075) 0%,rgba(255,215,0,0.02) 45%,transparent 70%);
}
.bg-\[radial-gradient\(circle\2c rgba\(255\2c 215\2c 0\2c 0\.10\)\2c transparent_68\%\)\]{
  background-image:        radial-gradient(circle,rgba(255,215,0,0.10),transparent 68%);
}
.bg-\[radial-gradient\(ellipse_at_28\%_36\%\2c rgba\(255\2c 215\2c 0\2c 0\.035\)_0\%\2c transparent_58\%\)\2c linear-gradient\(180deg\2c rgba\(15\2c 23\2c 42\2c 0\.62\)\2c rgba\(11\2c 17\2c 32\2c 0\.96\)\)\]{
  background-image:        radial-gradient(ellipse at 28% 36%,rgba(255,215,0,0.035) 0%,transparent 58%),linear-gradient(180deg,rgba(15,23,42,0.62),rgba(11,17,32,0.96));
}
.bg-\[radial-gradient\(ellipse_at_50\%_42\%\2c rgba\(255\2c 215\2c 0\2c 0\.05\)_0\%\2c transparent_60\%\)\2c linear-gradient\(180deg\2c rgba\(15\2c 23\2c 42\2c 0\.55\)\2c rgba\(11\2c 17\2c 32\2c 0\.97\)\)\]{
  background-image:        radial-gradient(ellipse at 50% 42%,rgba(255,215,0,0.05) 0%,transparent 60%),linear-gradient(180deg,rgba(15,23,42,0.55),rgba(11,17,32,0.97));
}
.p-4{
  padding:        1rem;
}
.p-\[var\(--p24-sp-4\)\]{
  padding:        var(--p24-sp-4);
}
.p-\[var\(--p24-sp-5\)\]{
  padding:        var(--p24-sp-5);
}
.p-\[var\(--p24-sp-8\)\]{
  padding:        var(--p24-sp-8);
}
.px-10{
  padding-left:        2.5rem;
  padding-right:        2.5rem;
}
.px-3\.5{
  padding-left:        0.875rem;
  padding-right:        0.875rem;
}
.px-4{
  padding-left:        1rem;
  padding-right:        1rem;
}
.px-5{
  padding-left:        1.25rem;
  padding-right:        1.25rem;
}
.px-6{
  padding-left:        1.5rem;
  padding-right:        1.5rem;
}
.px-8{
  padding-left:        2rem;
  padding-right:        2rem;
}
.py-10{
  padding-top:        2.5rem;
  padding-bottom:        2.5rem;
}
.py-2{
  padding-top:        0.5rem;
  padding-bottom:        0.5rem;
}
.py-6{
  padding-top:        1.5rem;
  padding-bottom:        1.5rem;
}
.py-8{
  padding-top:        2rem;
  padding-bottom:        2rem;
}
.py-\[18px\]{
  padding-top:        18px;
  padding-bottom:        18px;
}
.py-\[var\(--p24-sp-10\)\]{
  padding-top:        var(--p24-sp-10);
  padding-bottom:        var(--p24-sp-10);
}
.py-\[var\(--p24-sp-6\)\]{
  padding-top:        var(--p24-sp-6);
  padding-bottom:        var(--p24-sp-6);
}
.pb-\[var\(--p24-sp-4\)\]{
  padding-bottom:        var(--p24-sp-4);
}
.pt-\[var\(--p24-sp-4\)\]{
  padding-top:        var(--p24-sp-4);
}
.text-left{
  text-align:        left;
}
.text-center{
  text-align:        center;
}
.text-right{
  text-align:        right;
}
.font-mono{
  font-family:        JetBrains Mono, ui-monospace, monospace;
}
.font-sans{
  font-family:        Montserrat, system-ui, sans-serif;
}
.text-\[10px\]{
  font-size:        10px;
}
.text-\[13px\]{
  font-size:        13px;
}
.text-\[28px\]{
  font-size:        28px;
}
.text-\[9\.5px\]{
  font-size:        9.5px;
}
.text-\[9px\]{
  font-size:        9px;
}
.text-\[clamp\(16px\2c 2\.1vw\2c 22px\)\]{
  font-size:        clamp(16px, 2.1vw, 22px);
}
.text-\[clamp\(17px\2c 2\.2vw\2c 22px\)\]{
  font-size:        clamp(17px, 2.2vw, 22px);
}
.text-\[clamp\(40px\2c 13vw\2c 96px\)\]{
  font-size:        clamp(40px, 13vw, 96px);
}
.text-\[clamp\(44px\2c 6\.6vw\2c 72px\)\]{
  font-size:        clamp(44px, 6.6vw, 72px);
}
.text-\[length\:var\(--p24-fs-kiosk-amount\)\]{
  font-size:        var(--p24-fs-kiosk-amount);
}
.text-\[length\:var\(--p24-fs-kiosk-body\)\]{
  font-size:        var(--p24-fs-kiosk-body);
}
.text-\[length\:var\(--p24-fs-kiosk-h1\)\]{
  font-size:        var(--p24-fs-kiosk-h1);
}
.text-\[length\:var\(--p24-fs-kiosk-h2\)\]{
  font-size:        var(--p24-fs-kiosk-h2);
}
.text-\[length\:var\(--p24-fs-tagline\)\]{
  font-size:        var(--p24-fs-tagline);
}
.font-black{
  font-weight:        900;
}
.font-bold{
  font-weight:        700;
}
.font-extrabold{
  font-weight:        800;
}
.font-medium{
  font-weight:        500;
}
.font-normal{
  font-weight:        400;
}
.font-semibold{
  font-weight:        600;
}
.uppercase{
  text-transform:        uppercase;
}
.tabular-nums{
  --tw-numeric-spacing:        tabular-nums;
  font-variant-numeric:        var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}
.leading-\[0\.98\]{
  line-height:        0.98;
}
.leading-\[1\.05\]{
  line-height:        1.05;
}
.leading-\[1\.0\]{
  line-height:        1.0;
}
.leading-\[1\.3\]{
  line-height:        1.3;
}
.leading-\[1\.45\]{
  line-height:        1.45;
}
.leading-\[1\.4\]{
  line-height:        1.4;
}
.leading-none{
  line-height:        1;
}
.tracking-\[-1\.5px\]{
  letter-spacing:        -1.5px;
}
.tracking-\[0\.2em\]{
  letter-spacing:        0.2em;
}
.tracking-\[2\.6px\]{
  letter-spacing:        2.6px;
}
.tracking-\[2\.8px\]{
  letter-spacing:        2.8px;
}
.tracking-\[var\(--p24-track-wide\)\]{
  letter-spacing:        var(--p24-track-wide);
}
.tracking-normal{
  letter-spacing:        0em;
}
.tracking-tight{
  letter-spacing:        -0.025em;
}
.text-\[var\(--p24-accent\)\]{
  color:        var(--p24-accent);
}
.text-\[var\(--p24-danger\)\]{
  color:        var(--p24-danger);
}
.text-\[var\(--p24-fg-1\)\]{
  color:        var(--p24-fg-1);
}
.text-\[var\(--p24-fg-2\)\]{
  color:        var(--p24-fg-2);
}
.text-\[var\(--p24-fg-3\)\]{
  color:        var(--p24-fg-3);
}
.text-\[var\(--p24-fs-tagline\)\]{
  color:        var(--p24-fs-tagline);
}
.text-\[var\(--p24-gold\)\]{
  color:        var(--p24-gold);
}
.text-\[var\(--p24-midnight\)\]{
  color:        var(--p24-midnight);
}
.text-\[var\(--p24-muted\)\]{
  color:        var(--p24-muted);
}
.text-\[var\(--p24-muted-faint\)\]{
  color:        var(--p24-muted-faint);
}
.text-\[var\(--p24-off-white\)\]{
  color:        var(--p24-off-white);
}
.text-\[var\(--p24-success\)\]{
  color:        var(--p24-success);
}
.text-\[var\(--p24-warn\)\]{
  color:        var(--p24-warn);
}
.text-\[var\(--p24-white\)\]{
  color:        var(--p24-white);
}
.opacity-\[0\.16\]{
  opacity:        0.16;
}
.shadow-\[0_0_0_5px_rgba\(34\2c 197\2c 94\2c 0\.14\)\]{
  --tw-shadow:        0 0 0 5px rgba(34,197,94,0.14);
  --tw-shadow-colored:        0 0 0 5px var(--tw-shadow-color);
  box-shadow:        var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_0_0_6px_rgba\(255\2c 215\2c 0\2c 0\.08\)\]{
  --tw-shadow:        0 0 0 6px rgba(255,215,0,0.08);
  --tw-shadow-colored:        0 0 0 6px var(--tw-shadow-color);
  box-shadow:        var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.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);
}
.transition-all{
  transition-property:        all;
  transition-timing-function:        cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration:        150ms;
}
.transition-colors{
  transition-property:        color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function:        cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration:        150ms;
}
.duration-300{
  transition-duration:        300ms;
}
.duration-\[var\(--p24-dur-quick\)\]{
  transition-duration:        var(--p24-dur-quick);
}
.\[-webkit-mask-image\:linear-gradient\(to_bottom\2c black_calc\(100\%-var\(--p24-sp-6\)\)\2c transparent\)\]{
  -webkit-mask-image:        linear-gradient(to bottom,black calc(100% - var(--p24-sp-6)),transparent);
}
.\[animation-delay\:1\.5s\]{
  animation-delay:        1.5s;
}
.\[background-image\:linear-gradient\(to_right\2c rgba\(255\2c 215\2c 0\2c 0\.08\)_1px\2c transparent_1px\)\2c linear-gradient\(to_bottom\2c rgba\(255\2c 215\2c 0\2c 0\.06\)_1px\2c transparent_1px\)\]{
  background-image:        linear-gradient(to right,rgba(255,215,0,0.08) 1px,transparent 1px),linear-gradient(to bottom,rgba(255,215,0,0.06) 1px,transparent 1px);
}
.\[background-size\:32px_32px\]{
  background-size:        32px 32px;
}
.\[box-shadow\:inset_0_0_0_40px_rgba\(255\2c 215\2c 0\2c 0\.012\)\2c inset_0_0_0_92px_rgba\(255\2c 215\2c 0\2c 0\.008\)\]{
  box-shadow:        inset 0 0 0 40px rgba(255,215,0,0.012),inset 0 0 0 92px rgba(255,215,0,0.008);
}
.\[box-shadow\:inset_0_0_0_42px_rgba\(255\2c 215\2c 0\2c 0\.012\)\2c inset_0_0_0_96px_rgba\(255\2c 215\2c 0\2c 0\.008\)\]{
  box-shadow:        inset 0 0 0 42px rgba(255,215,0,0.012),inset 0 0 0 96px rgba(255,215,0,0.008);
}
.\[mask-image\:linear-gradient\(to_bottom\2c black_calc\(100\%-var\(--p24-sp-6\)\)\2c transparent\)\]{
  -webkit-mask-image:        linear-gradient(to bottom,black calc(100% - var(--p24-sp-6)),transparent);
          mask-image:        linear-gradient(to bottom,black calc(100% - var(--p24-sp-6)),transparent);
}
.\[mask-image\:radial-gradient\(circle_at_center\2c black_0\%\2c black_30\%\2c transparent_72\%\)\]{
  -webkit-mask-image:        radial-gradient(circle at center,black 0%,black 30%,transparent 72%);
          mask-image:        radial-gradient(circle at center,black 0%,black 30%,transparent 72%);
}
.\[mask-image\:radial-gradient\(circle_at_center\2c black_0\%\2c black_34\%\2c transparent_78\%\)\]{
  -webkit-mask-image:        radial-gradient(circle at center,black 0%,black 34%,transparent 78%);
          mask-image:        radial-gradient(circle at center,black 0%,black 34%,transparent 78%);
}
/* Default root styles — scaffold */
html, body {
  background: var(--p24-bg);
  color: var(--p24-fg-1);
  font-family: var(--p24-font-sans);
  margin: 0;
  min-height: 100vh;
}
#root {
  min-height: 100vh;
}
/* ── Keyframes — The Continuous v3.1 ──────────────────────────
   Usadas via `motion-safe:animate-[<nome>_...]` (respeita
   prefers-reduced-motion: em reduced-motion não há animação e os
   elementos ficam no estado natural — visíveis). */
@keyframes p24-reveal {
  from { opacity: 0; transform: translateY(20px); }
  to   { opacity: 1; transform: translateY(0); }
}
@keyframes p24-breathe {
  0%, 100% { opacity: 0.4; }
  50%      { opacity: 0.85; }
}
@keyframes p24-ping {
  0%   { transform: scale(0.85); opacity: 0.55; }
  80%  { transform: scale(1.65); opacity: 0; }
  100% { transform: scale(1.65); opacity: 0; }
}
.focus\:outline-none:focus{
  outline:        2px solid transparent;
  outline-offset:        2px;
}
.active\:bg-\[var\(--p24-danger\)\]:active{
  background-color:        var(--p24-danger);
}
.active\:bg-\[var\(--p24-gold-light\)\]:active{
  background-color:        var(--p24-gold-light);
}
.active\:bg-\[var\(--p24-navy\)\]:active{
  background-color:        var(--p24-navy);
}
.active\:bg-\[var\(--p24-press-bg\)\]:active{
  background-color:        var(--p24-press-bg);
}
.active\:text-\[var\(--p24-white\)\]:active{
  color:        var(--p24-white);
}
.active\:opacity-80:active{
  opacity:        0.8;
}
.disabled\:pointer-events-none:disabled{
  pointer-events:        none;
}
.disabled\:opacity-40:disabled{
  opacity:        0.4;
}
@media (prefers-reduced-motion: no-preference){
  .motion-safe\:animate-\[p24-breathe_2\.4s_ease-in-out_infinite\]{
    animation:        p24-breathe 2.4s ease-in-out infinite;
  }
  .motion-safe\:animate-\[p24-breathe_5s_ease-in-out_infinite\]{
    animation:        p24-breathe 5s ease-in-out infinite;
  }
  .motion-safe\:animate-\[p24-ping_3s_ease-out_infinite\]{
    animation:        p24-ping 3s ease-out infinite;
  }
  .motion-safe\:animate-\[p24-reveal_0\.4s_ease-out_both\]{
    animation:        p24-reveal 0.4s ease-out both;
  }
  .motion-safe\:animate-\[p24-reveal_0\.5s_ease-out_both\]{
    animation:        p24-reveal 0.5s ease-out both;
  }
  .motion-safe\:animate-\[p24-reveal_0\.7s_ease-out_both\]{
    animation:        p24-reveal 0.7s ease-out both;
  }
  @keyframes spin{
    to{
      transform:        rotate(360deg);
    }
  }
  .motion-safe\:animate-spin{
    animation:        spin 1s linear infinite;
  }
}
@media (min-width: 640px){
  .sm\:mb-5{
    margin-bottom:        1.25rem;
  }
  .sm\:mt-7{
    margin-top:        1.75rem;
  }
  .sm\:block{
    display:        block;
  }
  .sm\:hidden{
    display:        none;
  }
  .sm\:w-\[190px\]{
    width:        190px;
  }
  .sm\:grid-cols-3{
    grid-template-columns:        repeat(3, minmax(0, 1fr));
  }
  .sm\:gap-10{
    gap:        2.5rem;
  }
  .sm\:px-10{
    padding-left:        2.5rem;
    padding-right:        2.5rem;
  }
  .sm\:py-10{
    padding-top:        2.5rem;
    padding-bottom:        2.5rem;
  }
  .sm\:py-14{
    padding-top:        3.5rem;
    padding-bottom:        3.5rem;
  }
}
@media (min-width: 768px){
  .md\:grid-cols-2{
    grid-template-columns:        repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1024px){
  .lg\:w-\[228px\]{
    width:        228px;
  }
  .lg\:grid-cols-\[2fr_3fr\]{
    grid-template-columns:        2fr 3fr;
  }
  .lg\:grid-cols-\[minmax\(160px\2c 240px\)_minmax\(0\2c 1fr\)\]{
    grid-template-columns:        minmax(160px,240px) minmax(0,1fr);
  }
  .lg\:grid-rows-\[minmax\(0\2c 1fr\)\]{
    grid-template-rows:        minmax(0,1fr);
  }
  .lg\:flex-row{
    flex-direction:        row;
  }
  .lg\:items-center{
    align-items:        center;
  }
  .lg\:justify-between{
    justify-content:        space-between;
  }
  .lg\:gap-16{
    gap:        4rem;
  }
  .lg\:px-14{
    padding-left:        3.5rem;
    padding-right:        3.5rem;
  }
  .lg\:py-10{
    padding-top:        2.5rem;
    padding-bottom:        2.5rem;
  }
  .lg\:py-12{
    padding-top:        3rem;
    padding-bottom:        3rem;
  }
  .lg\:py-16{
    padding-top:        4rem;
    padding-bottom:        4rem;
  }
  .lg\:text-right{
    text-align:        right;
  }
  .lg\:text-\[clamp\(56px\2c 7vw\2c 96px\)\]{
    font-size:        clamp(56px, 7vw, 96px);
  }
  .lg\:leading-\[0\.92\]{
    line-height:        0.92;
  }
}
