*, ::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.17 | 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.
*/

/* CUSTOM */

/*@keyframes carousel {*/
/*    0% {*/
/*        transform: translateX(0);*/
/*    }*/
/*    100% {*/
/*        transform: translateX(-50%);*/
/*    }*/
/*}*/

/*.animate-carousel {*/
/*    animation: carousel 30s linear infinite;*/
/*    width: calc(200%);*/
/*    animation-play-state: running; !* Animazione in esecuzione di default *!*/
/*}*/

/*.group:hover .animate-carousel {*/
/*    animation-play-state: paused; !* Pausa quando il gruppo è in hover *!*/
/*}*/

.carousel-item {
    position: relative; /* Ensure the carousel item is the positioning context */

    flex-shrink: 0;
    perspective: 1000px;
}

.carousel-item:hover {
    opacity: 100%;
}

.carousel-item-1,
.carousel-item-5 {
    width: 200px !important;
    opacity: 60%;
}

.carousel-item-2,
.carousel-item-4 {
    width: 250px;
    opacity: 70%;

}

.carousel-item-3 {
    width: 300px;
    box-shadow: 0 0 40px 20px rgba(222, 150, 4, 0.4);
}

.card-inner {
    text-align: center;
    transition: transform 1s ease-in-out;
    transform-style: preserve-3d;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}


.carousel-item:hover .card-inner {
    transform: rotateY(180deg);
}

.carousel-item.auto-flip .card-inner {
    transform: rotateY(180deg);
}

.card-front, .card-back {
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.card-front {
    color: black;
    width: 100%;
    height: auto;
}

.card-back {
    background-color: black;
    color: white;
    position: absolute;
    transform: rotateY(180deg);
    top: 0;
    left: 0;

}

.placeholder {
    width: 100%;
    height: 100%;
    background-color: #e0e0e0; /* Light gray background */
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
}

.placeholder img {
    display: none;
}

img.loaded {
    display: block;
}

/* ANIMAZIONE fade in carosello_search*/
@keyframes moveUp {
    0% {
        transform: translateY(-100%);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

.animate-carousel .carousel-item {
    animation: moveUp 2s forwards;
}

.continuous-carousel-viewport {
    overflow: hidden;
    position: relative;
    padding: 0 1rem 1rem;
    touch-action: pan-y;
}

.continuous-carousel-track {
    display: flex;
    align-items: stretch;
    width: max-content;
    will-change: transform;
    transform: translate3d(0, 0, 0);
}

.continuous-carousel-item {
    width: 220px;
    opacity: 1;
}

.continuous-carousel-item .card-front img {
    width: 100%;
    height: 330px;
    object-fit: cover;
}

/* ── Frecce velocizzazione carosello ── */
.carousel-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 20;
    width: 44px;
    height: 44px;
    border-radius: 9999px;
    border: 1.5px solid rgba(212, 175, 55, 0.5);
    background: rgba(0, 0, 0, 0.65);
    color: #d4af37;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 0 12px rgba(212, 175, 55, 0.2);
    transition: background 0.25s ease, border-color 0.25s ease,
                box-shadow 0.25s ease, transform 0.18s ease;
    opacity: 0;
    pointer-events: none;
}

.continuous-carousel-viewport:hover .carousel-arrow,
.continuous-carousel-viewport:focus-within .carousel-arrow {
    opacity: 1;
    pointer-events: auto;
}

.carousel-arrow svg {
    width: 22px;
    height: 22px;
}

.carousel-arrow--left {
    left: 10px;
}

.carousel-arrow--right {
    right: 10px;
}

.carousel-arrow:hover {
    background: rgba(20, 10, 2, 0.85);
    border-color: #d4af37;
    box-shadow: 0 0 20px rgba(212, 175, 55, 0.55);
    transform: translateY(-50%) scale(1.1);
}

.carousel-arrow:active,
.carousel-arrow.is-boosting {
    background: rgba(40, 18, 4, 0.92);
    border-color: #ffe87c;
    color: #ffe87c;
    box-shadow: 0 0 28px rgba(255, 232, 124, 0.6);
    transform: translateY(-50%) scale(0.95);
}

/* Chevron doppio che appare durante il boost */
.carousel-arrow .boost-hint {
    position: absolute;
    font-size: 10px;
    bottom: -16px;
    left: 50%;
    transform: translateX(-50%);
    color: #d4af37;
    opacity: 0;
    transition: opacity 0.2s;
    white-space: nowrap;
    font-family: "Cinzel", serif;
    letter-spacing: 0.05em;
    pointer-events: none;
}

.carousel-arrow:hover .boost-hint {
    opacity: 1;
}

.cinzel-font {
    font-family: "Cinzel", serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}

.cormorant-font {
    font-family: "Cormorant Garamond", serif;
    font-weight: 400;
    font-style: normal;
}

.navbar-link {
    font-family: "Cinzel", serif;
    letter-spacing: 0.35em;
    text-transform: uppercase;
    font-size: 0.7rem;
    color: #f9fafb;
    transition: color 0.2s ease, letter-spacing 0.2s ease;
}

@media (min-width: 768px) {
    .navbar-link {
        font-size: 0.85rem;
    }
}

.navbar-link:hover,
.navbar-link:focus {
    color: #facc15;
    letter-spacing: 0.42em;
}

.navbar-link-active {
    color: #fcd34d;
    letter-spacing: 0.45em;
}

.roulette-wrap {
    position: relative;
    width: 180px;
    height: 180px;
    cursor: pointer;
    user-select: none;
}

.rim-outer {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background: conic-gradient(#d4af37 0deg, #ffe87c 10deg, #b8860b 20deg, #ffe87c 30deg, #d4af37 40deg, #ffe87c 50deg, #b8860b 60deg, #ffe87c 70deg, #d4af37 80deg, #ffe87c 90deg, #b8860b 100deg, #ffe87c 110deg, #d4af37 120deg, #ffe87c 130deg, #b8860b 140deg, #ffe87c 150deg, #d4af37 160deg, #ffe87c 170deg, #b8860b 180deg, #ffe87c 190deg, #d4af37 200deg, #ffe87c 210deg, #b8860b 220deg, #ffe87c 230deg, #d4af37 240deg, #ffe87c 250deg, #b8860b 260deg, #ffe87c 270deg, #d4af37 280deg, #ffe87c 290deg, #b8860b 300deg, #ffe87c 310deg, #d4af37 320deg, #ffe87c 330deg, #b8860b 340deg, #ffe87c 350deg, #d4af37 360deg);
    box-shadow: 0 0 0 3px #2a2a2a, 0 0 24px rgba(212, 175, 55, .5), 0 8px 32px rgba(0, 0, 0, .8);
    transition: box-shadow .3s;
}

.roulette-wrap:hover .rim-outer {
    box-shadow: 0 0 0 3px #2a2a2a, 0 0 40px rgba(212, 175, 55, .9), 0 8px 40px rgba(0, 0, 0, .8);
}

.wheel-canvas {
    position: absolute;
    inset: 9px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, .7);
}

.wheel-svg {
    width: 100%;
    height: 100%;
}

.wheel-svg.spinning {
    animation: roulette-spin 2s cubic-bezier(0.25, 0.1, 0.1, 1.0) forwards;
}

.inner-ring {
    position: absolute;
    inset: 52px;
    border-radius: 50%;
    background: radial-gradient(circle at 40% 35%, #3a3a3a, #1a1a1a);
    border: 3px solid #d4af37;
    box-shadow: 0 0 12px rgba(212, 175, 55, .4), inset 0 0 8px rgba(0, 0, 0, .8);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 10;
    transition: all .3s;
}

.roulette-wrap:hover .inner-ring {
    background: radial-gradient(circle at 40% 35%, #4a3a2a, #2a1a0a);
    box-shadow: 0 0 20px rgba(212, 175, 55, .7), inset 0 0 8px rgba(0, 0, 0, .8);
}

.inner-text {
    font-family: 'Cinzel', serif;
    font-size: 11px;
    font-weight: 900;
    color: #d4af37;
    text-align: center;
    line-height: 1.3;
    letter-spacing: .03em;
    text-shadow: 0 0 6px rgba(212, 175, 55, .5);
    transition: opacity .2s;
}

.spinning-icon {
    font-size: 18px;
    position: absolute;
    opacity: 0;
    transition: opacity .2s;
}

.is-spinning .inner-text {
    opacity: 0;
}

.is-spinning .spinning-icon {
    opacity: 1;
}

.stud {
    position: absolute;
    width: 6px;
    height: 6px;
    background: radial-gradient(circle at 35% 35%, #fff8dc, #d4af37);
    border-radius: 50%;
    box-shadow: 0 0 4px rgba(212, 175, 55, .8);
}

.roulette-wrap .pointer {
    position: absolute;
    top: -4px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 20;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, .8));
}

.roulette-wrap .pointer svg {
    width: 16px;
    height: 20px;
}

@keyframes roulette-spin {
    0% {
        transform: rotate(0deg);
    }
    8% {
        transform: rotate(200deg);
    }
    25% {
        transform: rotate(600deg);
    }
    55% {
        transform: rotate(960deg);
    }
    80% {
        transform: rotate(1080deg);
    }
    92% {
        transform: rotate(1100deg);
    }
    97% {
        transform: rotate(1094deg);
    }
    100% {
        transform: rotate(1096deg);
    }
}

@keyframes mobileCarouselFade {
    from {
        opacity: 0;
        transform: translateX(10px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@media (max-width: 768px) {
    body {
        background-attachment: scroll !important;
    }

    .carousel-item-1,
    .carousel-item-5,
    .carousel-item-2,
    .carousel-item-4,
    .carousel-item-3 {
        width: 190px !important;
        opacity: 100%;
        margin-left: 8px !important;
        margin-right: 8px !important;
    }

    .carousel-item-3 {
        box-shadow: 0 0 20px 8px rgba(222, 150, 4, 0.3);
    }

    .card-inner {
        box-shadow: 0 3px 8px rgba(0, 0, 0, 0.35);
    }

    .carousel-item:hover .card-inner {
        transform: none;
    }

    .carousel-item.is-open .card-inner {
        transform: rotateY(180deg);
    }

    .card-back {
        overflow-y: auto;
        pointer-events: none;
    }

    .carousel-item.is-open .card-back {
        pointer-events: auto;
    }

    .card-back p {
        max-height: 9rem;
        overflow-y: auto;
    }

    .logos {
        gap: 0.5rem;
    }

    .mobile-carousel-track {
        display: block;
        min-height: 32rem;
    }

    .mobile-carousel-track .carousel-mobile-slide {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        opacity: 1;
    }

    .mobile-slide-hidden {
        display: none;
    }

    .mobile-slide-visible {
        display: block;
        animation: mobileCarouselFade 0.28s ease;
    }

    .mobile-carousel-arrow {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 20;
        width: 34px;
        height: 34px;
        border-radius: 9999px;
        border: 1px solid rgba(212, 175, 55, 0.6);
        background: rgba(0, 0, 0, 0.72);
        color: #d4af37;
        font-size: 20px;
        line-height: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 0 10px rgba(212, 175, 55, 0.25);
    }

    .mobile-carousel-arrow-left {
        left: 10px;
    }

    .mobile-carousel-arrow-right {
        right: 10px;
    }

    .mobile-carousel-dots {
        display: flex;
        justify-content: center;
        gap: 8px;
        margin-top: 12px;
    }

    .mobile-carousel-dot {
        width: 8px;
        height: 8px;
        border-radius: 9999px;
        border: 1px solid rgba(212, 175, 55, 0.45);
        background: rgba(255, 255, 255, 0.25);
        transition: transform 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
    }

    .mobile-carousel-dot.is-active {
        background: #d4af37;
        transform: scale(1.2);
        box-shadow: 0 0 8px rgba(212, 175, 55, 0.5);
    }

    .continuous-carousel-viewport {
        padding: 0 0.5rem 0.75rem;
    }

    .continuous-carousel-viewport .carousel-arrow {
        opacity: 1;
        pointer-events: auto;
        width: 36px;
        height: 36px;
    }

    .continuous-carousel-viewport .carousel-arrow svg {
        width: 18px;
        height: 18px;
    }

    .continuous-carousel-viewport .carousel-arrow--left {
        left: 4px;
    }

    .continuous-carousel-viewport .carousel-arrow--right {
        right: 4px;
    }

    .continuous-carousel-viewport .carousel-arrow .boost-hint {
        display: none;
    }

    .continuous-carousel-item {
        width: 170px !important;
        margin-left: 0.4rem !important;
        margin-right: 0.4rem !important;
    }

    .continuous-carousel-item .card-front img {
        height: 255px;
    }

    .roulette-wrap {
        width: 160px;
        height: 160px;
    }

    .inner-ring {
        inset: 44px;
    }
}

@media (min-width: 769px) {
    .mobile-slide-hidden,
    .mobile-slide-visible {
        display: inline;
    }
}
