/*! tailwindcss v4.0.14 | MIT License | https://tailwindcss.com */
@layer theme, base, components, utilities;
@layer theme {
    :root, :host {
        --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
        "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
        "Courier New", monospace;
        --color-red-500: oklch(0.637 0.237 25.331);
        --spacing: 1px;
        --font-weight-medium: 500;
        --font-weight-bold: 700;
        --ease-in: cubic-bezier(0.4, 0, 1, 1);
        --ease-out: cubic-bezier(0, 0, 0.2, 1);
        --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
        --default-transition-duration: 150ms;
        --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        --default-font-family: var(--font-sans);
        --default-font-feature-settings: var(--font-sans--font-feature-settings);
        --default-font-variation-settings: var(
                --font-sans--font-variation-settings
        );
        --default-mono-font-family: var(--font-mono);
        --default-mono-font-feature-settings: var(
                --font-mono--font-feature-settings
        );
        --default-mono-font-variation-settings: var(
                --font-mono--font-variation-settings
        );
        --text-16: 16px;
        --text-18: 18px;
        --text-20: 20px;
        --text-26: 26px;
        --text-30: 30px;
        --text-36: 36px;
        --text-46: 46px;
    }
}
@layer base {
    *, ::after, ::before, ::backdrop, ::file-selector-button {
        box-sizing: border-box;
        margin: 0;
        padding: 0;
        border: 0 solid;
    }
    html, :host {
        line-height: 1.5;
        -webkit-text-size-adjust: 100%;
        tab-size: 4;
        font-family: var( --default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" );
        font-feature-settings: var(--default-font-feature-settings, normal);
        font-variation-settings: var( --default-font-variation-settings, normal );
        -webkit-tap-highlight-color: transparent;
    }
    body {
        line-height: inherit;
    }
    hr {
        height: 0;
        color: inherit;
        border-top-width: 1px;
    }
    abbr:where([title]) {
        -webkit-text-decoration: underline dotted;
        text-decoration: underline dotted;
    }
    a {
        color: inherit;
        -webkit-text-decoration: inherit;
        text-decoration: inherit;
    }
    b, strong {
        font-weight: bolder;
    }
    code, kbd, samp, pre {
        font-family: var( --default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace );
        font-feature-settings: var( --default-mono-font-feature-settings, normal );
        font-variation-settings: var( --default-mono-font-variation-settings, normal );
        font-size: 1em;
    }
    small {
        font-size: 80%;
    }
    sub, sup {
        font-size: 75%;
        line-height: 0;
        position: relative;
        vertical-align: baseline;
    }
    sub {
        bottom: -0.25em;
    }
    sup {
        top: -0.5em;
    }
    table {
        text-indent: 0;
        border-color: inherit;
        border-collapse: collapse;
    }
    :-moz-focusring {
        outline: auto;
    }
    progress {
        vertical-align: baseline;
    }
    summary {
        display: list-item;
    }
    ol, ul, menu {
        list-style: none;
    }
    img, svg, video, canvas, audio, iframe, embed, object {
        display: block;
        vertical-align: middle;
    }
    img, video {
        max-width: 100%;
        height: auto;
    }
    button, input, select, optgroup, textarea, ::file-selector-button {
        font: inherit;
        font-feature-settings: inherit;
        font-variation-settings: inherit;
        letter-spacing: inherit;
        color: inherit;
        border-radius: 0;
        background-color: transparent;
        opacity: 1;
    }
    :where(select:is([multiple], [size])) optgroup {
        font-weight: bolder;
    }
    :where(select:is([multiple], [size])) optgroup option {
        padding-inline-start: 20px;
    }
    ::file-selector-button {
        margin-inline-end: 4px;
    }
    ::placeholder {
        opacity: 1;
        color: color-mix(in oklab, currentColor 50%, transparent);
    }
    textarea {
        resize: vertical;
    }
    ::-webkit-search-decoration {
        -webkit-appearance: none;
    }
    ::-webkit-date-and-time-value {
        min-height: 1lh;
        text-align: inherit;
    }
    ::-webkit-datetime-edit {
        display: inline-flex;
    }
    ::-webkit-datetime-edit-fields-wrapper {
        padding: 0;
    }
    ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
        padding-block: 0;
    }
    :-moz-ui-invalid {
        box-shadow: none;
    }
    button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
        appearance: button;
    }
    ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
        height: auto;
    }
    [hidden]:where(:not([hidden="until-found"])) {
        display: none !important;
    }
}
@layer utilities {
    .\@container {
        container-type: inline-size;
    }
    .\@container-\[inline-size\] {
        container-type: inline-size;
    }
    .pointer-events-auto {
        pointer-events: auto;
    }
    .pointer-events-none {
        pointer-events: none;
    }
    .collapse {
        visibility: collapse;
    }
    .invisible {
        visibility: hidden;
    }
    .visible {
        visibility: visible;
    }
    .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;
    }
    .not-sr-only {
        position: static;
        width: auto;
        height: auto;
        padding: 0;
        margin: 0;
        overflow: visible;
        clip: auto;
        white-space: normal;
    }
    .absolute {
        position: absolute;
    }
    .fixed {
        position: fixed;
    }
    .relative {
        position: relative;
    }
    .static {
        position: static;
    }
    .sticky {
        position: sticky;
    }
    .isolate {
        isolation: isolate;
    }
    .isolation-auto {
        isolation: auto;
    }
    .z-auto {
        z-index: auto;
    }
    .order-first {
        order: -9999;
    }
    .order-last {
        order: 9999;
    }
    .order-none {
        order: 0;
    }
    .col-auto {
        grid-column: auto;
    }
    .col-span-full {
        grid-column: 1 / -1;
    }
    .col-start-auto {
        grid-column-start: auto;
    }
    .col-end-auto {
        grid-column-end: auto;
    }
    .row-auto {
        grid-row: auto;
    }
    .row-span-full {
        grid-row: 1 / -1;
    }
    .row-start-auto {
        grid-row-start: auto;
    }
    .row-end-auto {
        grid-row-end: auto;
    }
    .float-end {
        float: inline-end;
    }
    .float-left {
        float: left;
    }
    .float-none {
        float: none;
    }
    .float-right {
        float: right;
    }
    .float-start {
        float: inline-start;
    }
    .clear-both {
        clear: both;
    }
    .clear-end {
        clear: inline-end;
    }
    .clear-left {
        clear: left;
    }
    .clear-none {
        clear: none;
    }
    .clear-right {
        clear: right;
    }
    .clear-start {
        clear: inline-start;
    }
    .container {
        width: 100%;
        @media (width >= 350px) {
            max-width: 350px;
        }
        @media (width >= 400px) {
            max-width: 400px;
        }
        @media (width >= 500px) {
            max-width: 500px;
        }
        @media (width >= 600px) {
            max-width: 600px;
        }
        @media (width >= 700px) {
            max-width: 700px;
        }
        @media (width >= 800px) {
            max-width: 800px;
        }
        @media (width >= 900px) {
            max-width: 900px;
        }
        @media (width >= 1000px) {
            max-width: 1000px;
        }
        @media (width >= 1100px) {
            max-width: 1100px;
        }
        @media (width >= 1200px) {
            max-width: 1200px;
        }
        @media (width >= 40rem) {
            max-width: 40rem;
        }
        @media (width >= 48rem) {
            max-width: 48rem;
        }
        @media (width >= 64rem) {
            max-width: 64rem;
        }
        @media (width >= 80rem) {
            max-width: 80rem;
        }
        @media (width >= 96rem) {
            max-width: 96rem;
        }
    }
    .container\! {
        width: 100% !important;
        @media (width >= 350px) {
            max-width: 350px !important;
        }
        @media (width >= 400px) {
            max-width: 400px !important;
        }
        @media (width >= 500px) {
            max-width: 500px !important;
        }
        @media (width >= 600px) {
            max-width: 600px !important;
        }
        @media (width >= 700px) {
            max-width: 700px !important;
        }
        @media (width >= 800px) {
            max-width: 800px !important;
        }
        @media (width >= 900px) {
            max-width: 900px !important;
        }
        @media (width >= 1000px) {
            max-width: 1000px !important;
        }
        @media (width >= 1100px) {
            max-width: 1100px !important;
        }
        @media (width >= 1200px) {
            max-width: 1200px !important;
        }
        @media (width >= 40rem) {
            max-width: 40rem !important;
        }
        @media (width >= 48rem) {
            max-width: 48rem !important;
        }
        @media (width >= 64rem) {
            max-width: 64rem !important;
        }
        @media (width >= 80rem) {
            max-width: 80rem !important;
        }
        @media (width >= 96rem) {
            max-width: 96rem !important;
        }
    }
    .m-255 {
        margin: calc(var(--spacing) * 255);
    }
    .m-705 {
        margin: calc(var(--spacing) * 705);
    }
    .m-751 {
        margin: calc(var(--spacing) * 751);
    }
    .m-806 {
        margin: calc(var(--spacing) * 806);
    }
    .mt-15 {
        margin-top: calc(var(--spacing) * 15);
    }
    .mt-35 {
        margin-top: calc(var(--spacing) * 35);
    }
    .mr-15 {
        margin-right: calc(var(--spacing) * 15);
    }
    .mb-5 {
        margin-bottom: calc(var(--spacing) * 5);
    }
    .mb-15 {
        margin-bottom: calc(var(--spacing) * 15);
    }
    .mb-20 {
        margin-bottom: calc(var(--spacing) * 20);
    }
    .mb-25 {
        margin-bottom: calc(var(--spacing) * 25);
    }
    .mb-30 {
        margin-bottom: calc(var(--spacing) * 30);
    }
    .mb-35 {
        margin-bottom: calc(var(--spacing) * 35);
    }
    .box-border {
        box-sizing: border-box;
    }
    .box-content {
        box-sizing: content-box;
    }
    .line-clamp-none {
        overflow: visible;
        display: block;
        -webkit-box-orient: horizontal;
        -webkit-line-clamp: unset;
    }
    .block {
        display: block;
    }
    .contents {
        display: contents;
    }
    .flex {
        display: flex;
    }
    .flow-root {
        display: flow-root;
    }
    .grid {
        display: grid;
    }
    .hidden {
        display: none;
    }
    .inline {
        display: inline;
    }
    .inline-block {
        display: inline-block;
    }
    .inline-flex {
        display: inline-flex;
    }
    .inline-grid {
        display: inline-grid;
    }
    .inline-table {
        display: inline-table;
    }
    .list-item {
        display: list-item;
    }
    .table {
        display: table;
    }
    .table\! {
        display: table !important;
    }
    .table-caption {
        display: table-caption;
    }
    .table-cell {
        display: table-cell;
    }
    .table-column {
        display: table-column;
    }
    .table-column-group {
        display: table-column-group;
    }
    .table-footer-group {
        display: table-footer-group;
    }
    .table-header-group {
        display: table-header-group;
    }
    .table-row {
        display: table-row;
    }
    .table-row-group {
        display: table-row-group;
    }
    .field-sizing-content {
        field-sizing: content;
    }
    .field-sizing-fixed {
        field-sizing: fixed;
    }
    .aspect-auto {
        aspect-ratio: auto;
    }
    .aspect-square {
        aspect-ratio: 1 / 1;
    }
    .h-150 {
        height: calc(var(--spacing) * 150);
    }
    .h-full {
        height: 100%;
    }
    .h-full\! {
        height: 100% !important;
    }
    .h-screen {
        height: 100vh;
    }
    .max-h-none {
        max-height: none;
    }
    .max-h-screen {
        max-height: 100vh;
    }
    .min-h-screen {
        min-height: 100vh;
    }
    .w-1 {
        width: calc(var(--spacing) * 1);
    }
    .w-1\/2 {
        width: calc(1/2 * 100%);
    }
    .w-1\/4 {
        width: calc(1/4 * 100%);
    }
    .w-150 {
        width: calc(var(--spacing) * 150);
    }
    .w-\[25\%\] {
        width: 25%;
    }
    .w-\[70\%\] {
        width: 70%;
    }
    .w-full {
        width: 100%;
    }
    .w-full\! {
        width: 100% !important;
    }
    .w-screen {
        width: 100vw;
    }
    .max-w-90 {
        max-width: calc(var(--spacing) * 90);
    }
    .max-w-290 {
        max-width: calc(var(--spacing) * 290);
    }
    .max-w-450 {
        max-width: calc(var(--spacing) * 450);
    }
    .max-w-580 {
        max-width: calc(var(--spacing) * 580);
    }
    .max-w-none {
        max-width: none;
    }
    .max-w-screen {
        max-width: 100vw;
    }
    .min-w-150 {
        min-width: calc(var(--spacing) * 150);
    }
    .min-w-screen {
        min-width: 100vw;
    }
    .flex-auto {
        flex: auto;
    }
    .flex-initial {
        flex: 0 auto;
    }
    .flex-none {
        flex: none;
    }
    .flex-shrink {
        flex-shrink: 1;
    }
    .shrink {
        flex-shrink: 1;
    }
    .flex-grow {
        flex-grow: 1;
    }
    .grow {
        flex-grow: 1;
    }
    .basis-auto {
        flex-basis: auto;
    }
    .basis-full {
        flex-basis: 100%;
    }
    .table-auto {
        table-layout: auto;
    }
    .table-fixed {
        table-layout: fixed;
    }
    .caption-bottom {
        caption-side: bottom;
    }
    .caption-top {
        caption-side: top;
    }
    .border-collapse {
        border-collapse: collapse;
    }
    .border-separate {
        border-collapse: separate;
    }
    .origin-bottom {
        transform-origin: bottom;
    }
    .origin-bottom-left {
        transform-origin: bottom left;
    }
    .origin-bottom-right {
        transform-origin: bottom right;
    }
    .origin-center {
        transform-origin: center;
    }
    .origin-left {
        transform-origin: left;
    }
    .origin-right {
        transform-origin: right;
    }
    .origin-top {
        transform-origin: top;
    }
    .origin-top-left {
        transform-origin: top left;
    }
    .origin-top-right {
        transform-origin: top right;
    }
    .-translate-full {
        --tw-translate-x: -100%;
        --tw-translate-y: -100%;
        translate: var(--tw-translate-x) var(--tw-translate-y);
    }
    .translate-full {
        --tw-translate-x: 100%;
        --tw-translate-y: 100%;
        translate: var(--tw-translate-x) var(--tw-translate-y);
    }
    .translate-3d {
        translate: var(--tw-translate-x) var(--tw-translate-y) var(--tw-translate-z);
    }
    .translate-none {
        translate: none;
    }
    .scale-3d {
        scale: var(--tw-scale-x) var(--tw-scale-y) var(--tw-scale-z);
    }
    .scale-none {
        scale: none;
    }
    .rotate-none {
        rotate: none;
    }
    .transform {
        transform: var(--tw-rotate-x) var(--tw-rotate-y) var(--tw-rotate-z) var(--tw-skew-x) var(--tw-skew-y);
    }
    .transform-cpu {
        transform: var(--tw-rotate-x) var(--tw-rotate-y) var(--tw-rotate-z) var(--tw-skew-x) var(--tw-skew-y);
    }
    .transform-gpu {
        transform: translateZ(0) var(--tw-rotate-x) var(--tw-rotate-y) var(--tw-rotate-z) var(--tw-skew-x) var(--tw-skew-y);
    }
    .transform-none {
        transform: none;
    }
    .animate-none {
        animation: none;
    }
    .touch-pinch-zoom {
        --tw-pinch-zoom: pinch-zoom;
        touch-action: var(--tw-pan-x,) var(--tw-pan-y,) var(--tw-pinch-zoom,);
    }
    .resize {
        resize: both;
    }
    .resize-none {
        resize: none;
    }
    .resize-x {
        resize: horizontal;
    }
    .resize-y {
        resize: vertical;
    }
    .snap-none {
        scroll-snap-type: none;
    }
    .snap-mandatory {
        --tw-scroll-snap-strictness: mandatory;
    }
    .snap-proximity {
        --tw-scroll-snap-strictness: proximity;
    }
    .snap-align-none {
        scroll-snap-align: none;
    }
    .snap-center {
        scroll-snap-align: center;
    }
    .snap-end {
        scroll-snap-align: end;
    }
    .snap-start {
        scroll-snap-align: start;
    }
    .snap-always {
        scroll-snap-stop: always;
    }
    .snap-normal {
        scroll-snap-stop: normal;
    }
    .list-inside {
        list-style-position: inside;
    }
    .list-outside {
        list-style-position: outside;
    }
    .list-decimal {
        list-style-type: decimal;
    }
    .list-disc {
        list-style-type: disc;
    }
    .list-none {
        list-style-type: none;
    }
    .list-image-none {
        list-style-image: none;
    }
    .appearance-auto {
        appearance: auto;
    }
    .appearance-none {
        appearance: none;
    }
    .columns-auto {
        columns: auto;
    }
    .auto-cols-auto {
        grid-auto-columns: auto;
    }
    .auto-cols-fr {
        grid-auto-columns: minmax(0, 1fr);
    }
    .auto-cols-max {
        grid-auto-columns: max-content;
    }
    .auto-cols-min {
        grid-auto-columns: min-content;
    }
    .grid-flow-col {
        grid-auto-flow: column;
    }
    .grid-flow-col-dense {
        grid-auto-flow: column dense;
    }
    .grid-flow-dense {
        grid-auto-flow: dense;
    }
    .grid-flow-row {
        grid-auto-flow: row;
    }
    .grid-flow-row-dense {
        grid-auto-flow: row dense;
    }
    .auto-rows-auto {
        grid-auto-rows: auto;
    }
    .auto-rows-fr {
        grid-auto-rows: minmax(0, 1fr);
    }
    .auto-rows-max {
        grid-auto-rows: max-content;
    }
    .auto-rows-min {
        grid-auto-rows: min-content;
    }
    .grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    .grid-cols-5 {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }
    .grid-cols-6 {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }
    .grid-cols-none {
        grid-template-columns: none;
    }
    .grid-cols-subgrid {
        grid-template-columns: subgrid;
    }
    .grid-rows-none {
        grid-template-rows: none;
    }
    .grid-rows-subgrid {
        grid-template-rows: subgrid;
    }
    .flex-col {
        flex-direction: column;
    }
    .flex-col-reverse {
        flex-direction: column-reverse;
    }
    .flex-row {
        flex-direction: row;
    }
    .flex-row-reverse {
        flex-direction: row-reverse;
    }
    .flex-nowrap {
        flex-wrap: nowrap;
    }
    .flex-wrap {
        flex-wrap: wrap;
    }
    .flex-wrap-reverse {
        flex-wrap: wrap-reverse;
    }
    .place-content-around {
        place-content: space-around;
    }
    .place-content-baseline {
        place-content: baseline;
    }
    .place-content-between {
        place-content: space-between;
    }
    .place-content-center {
        place-content: center;
    }
    .place-content-end {
        place-content: end;
    }
    .place-content-evenly {
        place-content: space-evenly;
    }
    .place-content-start {
        place-content: start;
    }
    .place-content-stretch {
        place-content: stretch;
    }
    .place-items-baseline {
        place-items: baseline;
    }
    .place-items-center {
        place-items: center;
    }
    .place-items-end {
        place-items: end;
    }
    .place-items-start {
        place-items: start;
    }
    .place-items-stretch {
        place-items: stretch;
    }
    .content-around {
        align-content: space-around;
    }
    .content-baseline {
        align-content: baseline;
    }
    .content-between {
        align-content: space-between;
    }
    .content-center {
        align-content: center;
    }
    .content-end {
        align-content: flex-end;
    }
    .content-evenly {
        align-content: space-evenly;
    }
    .content-normal {
        align-content: normal;
    }
    .content-start {
        align-content: flex-start;
    }
    .content-stretch {
        align-content: stretch;
    }
    .items-baseline {
        align-items: baseline;
    }
    .items-center {
        align-items: center;
    }
    .items-end {
        align-items: flex-end;
    }
    .items-start {
        align-items: flex-start;
    }
    .items-stretch {
        align-items: stretch;
    }
    .justify-around {
        justify-content: space-around;
    }
    .justify-baseline {
        justify-content: baseline;
    }
    .justify-between {
        justify-content: space-between;
    }
    .justify-center {
        justify-content: center;
    }
    .justify-end {
        justify-content: flex-end;
    }
    .justify-evenly {
        justify-content: space-evenly;
    }
    .justify-normal {
        justify-content: normal;
    }
    .justify-start {
        justify-content: flex-start;
    }
    .justify-stretch {
        justify-content: stretch;
    }
    .justify-items-center {
        justify-items: center;
    }
    .justify-items-end {
        justify-items: end;
    }
    .justify-items-normal {
        justify-items: normal;
    }
    .justify-items-start {
        justify-items: start;
    }
    .justify-items-stretch {
        justify-items: stretch;
    }
    .gap-15 {
        gap: calc(var(--spacing) * 15);
    }
    .space-y-reverse {
        :where(& > :not(:last-child)) {
            --tw-space-y-reverse: 1;
        }
    }
    .space-x-reverse {
        :where(& > :not(:last-child)) {
            --tw-space-x-reverse: 1;
        }
    }
    .divide-x {
        :where(& > :not(:last-child)) {
            --tw-divide-x-reverse: 0;
            border-inline-style: var(--tw-border-style);
            border-inline-start-width: calc(1px * var(--tw-divide-x-reverse));
            border-inline-end-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
        }
    }
    .divide-y {
        :where(& > :not(:last-child)) {
            --tw-divide-y-reverse: 0;
            border-bottom-style: var(--tw-border-style);
            border-top-style: var(--tw-border-style);
            border-top-width: calc(1px * var(--tw-divide-y-reverse));
            border-bottom-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
        }
    }
    .divide-y-reverse {
        :where(& > :not(:last-child)) {
            --tw-divide-y-reverse: 1;
        }
    }
    .place-self-auto {
        place-self: auto;
    }
    .place-self-center {
        place-self: center;
    }
    .place-self-end {
        place-self: end;
    }
    .place-self-start {
        place-self: start;
    }
    .place-self-stretch {
        place-self: stretch;
    }
    .self-auto {
        align-self: auto;
    }
    .self-baseline {
        align-self: baseline;
    }
    .self-center {
        align-self: center;
    }
    .self-end {
        align-self: flex-end;
    }
    .self-start {
        align-self: flex-start;
    }
    .self-stretch {
        align-self: stretch;
    }
    .justify-self-auto {
        justify-self: auto;
    }
    .justify-self-center {
        justify-self: center;
    }
    .justify-self-end {
        justify-self: flex-end;
    }
    .justify-self-start {
        justify-self: flex-start;
    }
    .justify-self-stretch {
        justify-self: stretch;
    }
    .truncate {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .scroll-auto {
        scroll-behavior: auto;
    }
    .scroll-smooth {
        scroll-behavior: smooth;
    }
    .rounded {
        border-radius: 0.25rem;
    }
    .rounded-\[5px\] {
        border-radius: 5px;
    }
    .rounded-\[10px\] {
        border-radius: 10px;
    }
    .rounded-\[150\%\] {
        border-radius: 150%;
    }
    .rounded-s {
        border-start-start-radius: 0.25rem;
        border-end-start-radius: 0.25rem;
    }
    .rounded-ss {
        border-start-start-radius: 0.25rem;
    }
    .rounded-e {
        border-start-end-radius: 0.25rem;
        border-end-end-radius: 0.25rem;
    }
    .rounded-se {
        border-start-end-radius: 0.25rem;
    }
    .rounded-ee {
        border-end-end-radius: 0.25rem;
    }
    .rounded-es {
        border-end-start-radius: 0.25rem;
    }
    .rounded-t {
        border-top-left-radius: 0.25rem;
        border-top-right-radius: 0.25rem;
    }
    .rounded-l {
        border-top-left-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
    }
    .rounded-tl {
        border-top-left-radius: 0.25rem;
    }
    .rounded-r {
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
    }
    .rounded-tr {
        border-top-right-radius: 0.25rem;
    }
    .rounded-b {
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
    }
    .rounded-br {
        border-bottom-right-radius: 0.25rem;
    }
    .rounded-bl {
        border-bottom-left-radius: 0.25rem;
    }
    .border {
        border-style: var(--tw-border-style);
        border-width: 1px;
    }
    .border-x {
        border-inline-style: var(--tw-border-style);
        border-inline-width: 1px;
    }
    .border-y {
        border-block-style: var(--tw-border-style);
        border-block-width: 1px;
    }
    .border-s {
        border-inline-start-style: var(--tw-border-style);
        border-inline-start-width: 1px;
    }
    .border-e {
        border-inline-end-style: var(--tw-border-style);
        border-inline-end-width: 1px;
    }
    .border-t {
        border-top-style: var(--tw-border-style);
        border-top-width: 1px;
    }
    .border-r {
        border-right-style: var(--tw-border-style);
        border-right-width: 1px;
    }
    .border-b {
        border-bottom-style: var(--tw-border-style);
        border-bottom-width: 1px;
    }
    .border-l {
        border-left-style: var(--tw-border-style);
        border-left-width: 1px;
    }
    .border-dashed {
        --tw-border-style: dashed;
        border-style: dashed;
    }
    .border-dotted {
        --tw-border-style: dotted;
        border-style: dotted;
    }
    .border-double {
        --tw-border-style: double;
        border-style: double;
    }
    .border-hidden {
        --tw-border-style: hidden;
        border-style: hidden;
    }
    .border-none {
        --tw-border-style: none;
        border-style: none;
    }
    .border-solid {
        --tw-border-style: solid;
        border-style: solid;
    }
    .bg-\(--my_variable\) {
        background-color: var(--my_variable);
    }
    .bg-\(color\:--my-color\) {
        background-color: var(--my-color);
    }
    .bg-\[\#0088cc\] {
        background-color: #0088cc;
    }
    .bg-\[color\:var\(--my-color\)\] {
        background-color: var(--my-color);
    }
    .bg-\[var\(--my_variable\)\] {
        background-color: var(--my_variable);
    }
    .bg-red-500 {
        background-color: var(--color-red-500);
    }
    .bg-red-500\/50 {
        background-color: color-mix(in oklab, var(--color-red-500) 50%, transparent);
    }
    .bg-red-500\/\[50\%\] {
        background-color: color-mix(in oklab, var(--color-red-500) 50%, transparent);
    }
    .-bg-conic {
        --tw-gradient-position: in oklab;
        background-image: conic-gradient(var(--tw-gradient-stops));
    }
    .bg-conic {
        --tw-gradient-position: in oklab;
        background-image: conic-gradient(var(--tw-gradient-stops));
    }
    .bg-radial {
        --tw-gradient-position: in oklab;
        background-image: radial-gradient(var(--tw-gradient-stops));
    }
    .bg-none {
        background-image: none;
    }
    .via-none {
        --tw-gradient-via-stops: initial;
    }
    .box-decoration-clone {
        -webkit-box-decoration-break: clone;
        box-decoration-break: clone;
    }
    .box-decoration-slice {
        -webkit-box-decoration-break: slice;
        box-decoration-break: slice;
    }
    .decoration-clone {
        -webkit-box-decoration-break: clone;
        box-decoration-break: clone;
    }
    .decoration-slice {
        -webkit-box-decoration-break: slice;
        box-decoration-break: slice;
    }
    .bg-auto {
        background-size: auto;
    }
    .bg-contain {
        background-size: contain;
    }
    .bg-cover {
        background-size: cover;
    }
    .bg-fixed {
        background-attachment: fixed;
    }
    .bg-local {
        background-attachment: local;
    }
    .bg-scroll {
        background-attachment: scroll;
    }
    .bg-clip-border {
        background-clip: border-box;
    }
    .bg-clip-content {
        background-clip: content-box;
    }
    .bg-clip-padding {
        background-clip: padding-box;
    }
    .bg-clip-text {
        background-clip: text;
    }
    .bg-bottom {
        background-position: bottom;
    }
    .bg-center {
        background-position: center;
    }
    .bg-left {
        background-position: left;
    }
    .bg-left-bottom {
        background-position: left bottom;
    }
    .bg-left-top {
        background-position: left top;
    }
    .bg-right {
        background-position: right;
    }
    .bg-right-bottom {
        background-position: right bottom;
    }
    .bg-right-top {
        background-position: right top;
    }
    .bg-top {
        background-position: top;
    }
    .bg-no-repeat {
        background-repeat: no-repeat;
    }
    .bg-repeat {
        background-repeat: repeat;
    }
    .bg-repeat-round {
        background-repeat: round;
    }
    .bg-repeat-space {
        background-repeat: space;
    }
    .bg-repeat-x {
        background-repeat: repeat-x;
    }
    .bg-repeat-y {
        background-repeat: repeat-y;
    }
    .bg-origin-border {
        background-origin: border-box;
    }
    .bg-origin-content {
        background-origin: content-box;
    }
    .bg-origin-padding {
        background-origin: padding-box;
    }
    .fill-none {
        fill: none;
    }
    .stroke-none {
        stroke: none;
    }
    .object-contain {
        object-fit: contain;
    }
    .object-cover {
        object-fit: cover;
    }
    .object-fill {
        object-fit: fill;
    }
    .object-none {
        object-fit: none;
    }
    .object-scale-down {
        object-fit: scale-down;
    }
    .object-bottom {
        object-position: bottom;
    }
    .object-center {
        object-position: center;
    }
    .object-left {
        object-position: left;
    }
    .object-left-bottom {
        object-position: left bottom;
    }
    .object-left-top {
        object-position: left top;
    }
    .object-right {
        object-position: right;
    }
    .object-right-bottom {
        object-position: right bottom;
    }
    .object-right-top {
        object-position: right top;
    }
    .object-top {
        object-position: top;
    }
    .p-5 {
        padding: calc(var(--spacing) * 5);
    }
    .p-7 {
        padding: calc(var(--spacing) * 7);
    }
    .p-25 {
        padding: calc(var(--spacing) * 25);
    }
    .px-10 {
        padding-inline: calc(var(--spacing) * 10);
    }
    .px-40 {
        padding-inline: calc(var(--spacing) * 40);
    }
    .py-15 {
        padding-block: calc(var(--spacing) * 15);
    }
    .py-35 {
        padding-block: calc(var(--spacing) * 35);
    }
    .py-45 {
        padding-block: calc(var(--spacing) * 45);
    }
    .py-45\! {
        padding-block: calc(var(--spacing) * 45) !important;
    }
    .pt-50 {
        padding-top: calc(var(--spacing) * 50);
    }
    .pb-30 {
        padding-bottom: calc(var(--spacing) * 30);
    }
    .text-center {
        text-align: center;
    }
    .text-end {
        text-align: end;
    }
    .text-justify {
        text-align: justify;
    }
    .text-left {
        text-align: left;
    }
    .text-right {
        text-align: right;
    }
    .text-start {
        text-align: start;
    }
    .align-baseline {
        vertical-align: baseline;
    }
    .align-bottom {
        vertical-align: bottom;
    }
    .align-middle {
        vertical-align: middle;
    }
    .align-sub {
        vertical-align: sub;
    }
    .align-super {
        vertical-align: super;
    }
    .align-text-bottom {
        vertical-align: text-bottom;
    }
    .align-text-top {
        vertical-align: text-top;
    }
    .align-top {
        vertical-align: top;
    }
    .text-16 {
        font-size: var(--text-16);
    }
    .text-18 {
        font-size: var(--text-18);
    }
    .text-20 {
        font-size: var(--text-20);
    }
    .text-26 {
        font-size: var(--text-26);
    }
    .text-30 {
        font-size: var(--text-30);
    }
    .text-36 {
        font-size: var(--text-36);
    }
    .text-46 {
        font-size: var(--text-46);
    }
    .leading-0 {
        --tw-leading: calc(var(--spacing) * 0);
        line-height: calc(var(--spacing) * 0);
    }
    .leading-\[1\.3\] {
        --tw-leading: 1.3;
        line-height: 1.3;
    }
    .leading-\[52px\]\! {
        --tw-leading: 52px !important;
        line-height: 52px !important;
    }
    .leading-none {
        --tw-leading: 1;
        line-height: 1;
    }
    .font-bold {
        --tw-font-weight: var(--font-weight-bold);
        font-weight: var(--font-weight-bold);
    }
    .font-medium {
        --tw-font-weight: var(--font-weight-medium);
        font-weight: var(--font-weight-medium);
    }
    .text-balance {
        text-wrap: balance;
    }
    .text-nowrap {
        text-wrap: nowrap;
    }
    .text-pretty {
        text-wrap: pretty;
    }
    .text-wrap {
        text-wrap: wrap;
    }
    .break-normal {
        overflow-wrap: normal;
        word-break: normal;
    }
    .break-words {
        overflow-wrap: break-word;
    }
    .break-all {
        word-break: break-all;
    }
    .break-keep {
        word-break: keep-all;
    }
    .overflow-ellipsis {
        text-overflow: ellipsis;
    }
    .text-clip {
        text-overflow: clip;
    }
    .text-ellipsis {
        text-overflow: ellipsis;
    }
    .hyphens-auto {
        -webkit-hyphens: auto;
        hyphens: auto;
    }
    .hyphens-manual {
        -webkit-hyphens: manual;
        hyphens: manual;
    }
    .hyphens-none {
        -webkit-hyphens: none;
        hyphens: none;
    }
    .whitespace-break-spaces {
        white-space: break-spaces;
    }
    .whitespace-normal {
        white-space: normal;
    }
    .whitespace-nowrap {
        white-space: nowrap;
    }
    .whitespace-pre {
        white-space: pre;
    }
    .whitespace-pre-line {
        white-space: pre-line;
    }
    .whitespace-pre-wrap {
        white-space: pre-wrap;
    }
    .\[color\:red\] {
        color: red;
    }
    .\[color\:red\]\/50 {
        color: color-mix(in oklab, red 50%, transparent);
    }
    .\[color\:red\]\/50\! {
        color: color-mix(in oklab, red 50%, transparent) !important;
    }
    .capitalize {
        text-transform: capitalize;
    }
    .lowercase {
        text-transform: lowercase;
    }
    .normal-case {
        text-transform: none;
    }
    .uppercase {
        text-transform: uppercase;
    }
    .italic {
        font-style: italic;
    }
    .not-italic {
        font-style: normal;
    }
    .font-stretch-condensed {
        font-stretch: condensed;
    }
    .font-stretch-expanded {
        font-stretch: expanded;
    }
    .font-stretch-extra-condensed {
        font-stretch: extra-condensed;
    }
    .font-stretch-extra-expanded {
        font-stretch: extra-expanded;
    }
    .font-stretch-normal {
        font-stretch: normal;
    }
    .font-stretch-semi-condensed {
        font-stretch: semi-condensed;
    }
    .font-stretch-semi-expanded {
        font-stretch: semi-expanded;
    }
    .font-stretch-ultra-condensed {
        font-stretch: ultra-condensed;
    }
    .font-stretch-ultra-expanded {
        font-stretch: ultra-expanded;
    }
    .diagonal-fractions {
        --tw-numeric-fraction: diagonal-fractions;
        font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
    }
    .lining-nums {
        --tw-numeric-figure: lining-nums;
        font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
    }
    .oldstyle-nums {
        --tw-numeric-figure: oldstyle-nums;
        font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
    }
    .ordinal {
        --tw-ordinal: ordinal;
        font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
    }
    .proportional-nums {
        --tw-numeric-spacing: proportional-nums;
        font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
    }
    .slashed-zero {
        --tw-slashed-zero: slashed-zero;
        font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
    }
    .stacked-fractions {
        --tw-numeric-fraction: stacked-fractions;
        font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
    }
    .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,);
    }
    .normal-nums {
        font-variant-numeric: normal;
    }
    .line-through {
        text-decoration-line: line-through;
    }
    .no-underline {
        text-decoration-line: none;
    }
    .overline {
        text-decoration-line: overline;
    }
    .underline {
        text-decoration-line: underline;
    }
    .decoration-dashed {
        text-decoration-style: dashed;
    }
    .decoration-dotted {
        text-decoration-style: dotted;
    }
    .decoration-double {
        text-decoration-style: double;
    }
    .decoration-solid {
        text-decoration-style: solid;
    }
    .decoration-wavy {
        text-decoration-style: wavy;
    }
    .decoration-auto {
        text-decoration-thickness: auto;
    }
    .decoration-from-font {
        text-decoration-thickness: from-font;
    }
    .underline-offset-auto {
        text-underline-offset: auto;
    }
    .antialiased {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    .subpixel-antialiased {
        -webkit-font-smoothing: auto;
        -moz-osx-font-smoothing: auto;
    }
    .accent-auto {
        accent-color: auto;
    }
    .scheme-dark {
        color-scheme: dark;
    }
    .scheme-light {
        color-scheme: light;
    }
    .scheme-light-dark {
        color-scheme: light dark;
    }
    .scheme-normal {
        color-scheme: normal;
    }
    .scheme-only-dark {
        color-scheme: only dark;
    }
    .scheme-only-light {
        color-scheme: only light;
    }
    .mix-blend-plus-darker {
        mix-blend-mode: plus-darker;
    }
    .mix-blend-plus-lighter {
        mix-blend-mode: plus-lighter;
    }
    .shadow {
        --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
        box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
    .ring {
        --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentColor);
        box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
    .inset-ring {
        --tw-inset-ring-shadow: inset 0 0 0 1px var(--tw-inset-ring-color, currentColor);
        box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
    .shadow-initial {
        --tw-shadow-color: initial;
    }
    .inset-shadow-initial {
        --tw-inset-shadow-color: initial;
    }
    .outline-hidden {
        --tw-outline-style: none;
        outline-style: none;
        @media (forced-colors: active) {
            outline: 2px solid transparent;
            outline-offset: 2px;
        }
    }
    .outline {
        outline-style: var(--tw-outline-style);
        outline-width: 1px;
    }
    .blur {
        --tw-blur: blur(8px);
        filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
    }
    .blur-none {
        --tw-blur:  ;
        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,);
    }
    .drop-shadow {
        --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow( 0 1px 1px rgb(0 0 0 / 0.06));
        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,);
    }
    .drop-shadow-none {
        --tw-drop-shadow:  ;
        filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
    }
    .grayscale {
        --tw-grayscale: grayscale(100%);
        filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
    }
    .invert {
        --tw-invert: invert(100%);
        filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
    }
    .sepia {
        --tw-sepia: sepia(100%);
        filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
    }
    .filter {
        filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
    }
    .backdrop-blur {
        --tw-backdrop-blur: blur(8px);
        -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
        backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
    }
    .backdrop-blur-none {
        --tw-backdrop-blur:  ;
        -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
        backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
    }
    .backdrop-grayscale {
        --tw-backdrop-grayscale: grayscale(100%);
        -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
        backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
    }
    .backdrop-invert {
        --tw-backdrop-invert: invert(100%);
        -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
        backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
    }
    .backdrop-sepia {
        --tw-backdrop-sepia: sepia(100%);
        -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
        backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
    }
    .backdrop-filter {
        -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
        backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
    }
    .transition {
        transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter;
        transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
        transition-duration: var(--tw-duration, var(--default-transition-duration));
    }
    .transition-all {
        transition-property: all;
        transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
        transition-duration: var(--tw-duration, var(--default-transition-duration));
    }
    .transition-colors {
        transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
        transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
        transition-duration: var(--tw-duration, var(--default-transition-duration));
    }
    .transition-opacity {
        transition-property: opacity;
        transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
        transition-duration: var(--tw-duration, var(--default-transition-duration));
    }
    .transition-shadow {
        transition-property: box-shadow;
        transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
        transition-duration: var(--tw-duration, var(--default-transition-duration));
    }
    .transition-transform {
        transition-property: transform, translate, scale, rotate;
        transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
        transition-duration: var(--tw-duration, var(--default-transition-duration));
    }
    .transition-none {
        transition-property: none;
    }
    .transition-discrete {
        transition-behavior: allow-discrete;
    }
    .transition-normal {
        transition-behavior: normal;
    }
    .ease-in {
        --tw-ease: var(--ease-in);
        transition-timing-function: var(--ease-in);
    }
    .ease-in-out {
        --tw-ease: var(--ease-in-out);
        transition-timing-function: var(--ease-in-out);
    }
    .ease-linear {
        --tw-ease: linear;
        transition-timing-function: linear;
    }
    .ease-out {
        --tw-ease: var(--ease-out);
        transition-timing-function: var(--ease-out);
    }
    .will-change-auto {
        will-change: auto;
    }
    .will-change-contents {
        will-change: contents;
    }
    .will-change-scroll {
        will-change: scroll-position;
    }
    .will-change-transform {
        will-change: transform;
    }
    .contain-inline-size {
        --tw-contain-size: inline-size;
        contain: var(--tw-contain-size,) var(--tw-contain-layout,) var(--tw-contain-paint,) var(--tw-contain-style,);
    }
    .contain-layout {
        --tw-contain-layout: layout;
        contain: var(--tw-contain-size,) var(--tw-contain-layout,) var(--tw-contain-paint,) var(--tw-contain-style,);
    }
    .contain-paint {
        --tw-contain-paint: paint;
        contain: var(--tw-contain-size,) var(--tw-contain-layout,) var(--tw-contain-paint,) var(--tw-contain-style,);
    }
    .contain-size {
        --tw-contain-size: size;
        contain: var(--tw-contain-size,) var(--tw-contain-layout,) var(--tw-contain-paint,) var(--tw-contain-style,);
    }
    .contain-style {
        --tw-contain-style: style;
        contain: var(--tw-contain-size,) var(--tw-contain-layout,) var(--tw-contain-paint,) var(--tw-contain-style,);
    }
    .contain-content {
        contain: content;
    }
    .contain-none {
        contain: none;
    }
    .contain-strict {
        contain: strict;
    }
    .content-none {
        --tw-content: none;
        content: none;
    }
    .forced-color-adjust-auto {
        forced-color-adjust: auto;
    }
    .forced-color-adjust-none {
        forced-color-adjust: none;
    }
    .outline-dashed {
        --tw-outline-style: dashed;
        outline-style: dashed;
    }
    .outline-dotted {
        --tw-outline-style: dotted;
        outline-style: dotted;
    }
    .outline-double {
        --tw-outline-style: double;
        outline-style: double;
    }
    .outline-none {
        --tw-outline-style: none;
        outline-style: none;
    }
    .outline-solid {
        --tw-outline-style: solid;
        outline-style: solid;
    }
    .select-all {
        -webkit-user-select: all;
        user-select: all;
    }
    .\[emoji\:4\] {
        emoji: 4;
    }
    .\[emoji\:\<length\>\] {
        emoji: <length>;
    }
    .\[gh\:pidusage\] {
        gh: pidusage;
    }
    .\[gh\:ps-tree-um\] {
        gh: ps-tree-um;
    }
    .\[gh\:ps-tree\] {
        gh: ps-tree;
    }
    .\[github\:simonepri\] {
        github: simonepri;
    }
    .\[k\:K\] {
        k: K;
    }
    .backface-hidden {
        backface-visibility: hidden;
    }
    .backface-visible {
        backface-visibility: visible;
    }
    .divide-x-reverse {
        :where(& > :not(:last-child)) {
            --tw-divide-x-reverse: 1;
        }
    }
    .duration-initial {
        --tw-duration: initial;
    }
    .ease-initial {
        --tw-ease: initial;
    }
    .perspective-none {
        perspective: none;
    }
    .perspective-origin-bottom {
        perspective-origin: bottom;
    }
    .perspective-origin-bottom-left {
        perspective-origin: bottom left;
    }
    .perspective-origin-bottom-right {
        perspective-origin: bottom right;
    }
    .perspective-origin-center {
        perspective-origin: center;
    }
    .perspective-origin-left {
        perspective-origin: left;
    }
    .perspective-origin-right {
        perspective-origin: right;
    }
    .perspective-origin-top {
        perspective-origin: top;
    }
    .perspective-origin-top-left {
        perspective-origin: top left;
    }
    .perspective-origin-top-right {
        perspective-origin: top right;
    }
    .ring-inset {
        --tw-ring-inset: inset;
    }
    .transform-3d {
        transform-style: preserve-3d;
    }
    .transform-border {
        transform-box: border-box;
    }
    .transform-content {
        transform-box: content-box;
    }
    .transform-fill {
        transform-box: fill-box;
    }
    .transform-flat {
        transform-style: flat;
    }
    .transform-stroke {
        transform-box: stroke-box;
    }
    .transform-view {
        transform-box: view-box;
    }
    .max-1100\:block {
        @media (width < 1100px) {
            display: block;
        }
    }
    .max-1100\:hidden {
        @media (width < 1100px) {
            display: none;
        }
    }
    .max-1000\:mx-auto {
        @media (width < 1000px) {
            margin-inline: auto;
        }
    }
    .max-1000\:mr-0 {
        @media (width < 1000px) {
            margin-right: calc(var(--spacing) * 0);
        }
    }
    .max-1000\:mb-50 {
        @media (width < 1000px) {
            margin-bottom: calc(var(--spacing) * 50);
        }
    }
    .max-1000\:block {
        @media (width < 1000px) {
            display: block;
        }
    }
    .max-1000\:flex {
        @media (width < 1000px) {
            display: flex;
        }
    }
    .max-1000\:max-w-full {
        @media (width < 1000px) {
            max-width: 100%;
        }
    }
    .max-1000\:grid-cols-2 {
        @media (width < 1000px) {
            grid-template-columns: repeat(2, minmax(0, 1fr));
        }
    }
    .max-1000\:justify-center {
        @media (width < 1000px) {
            justify-content: center;
        }
    }
    .max-1000\:px-15 {
        @media (width < 1000px) {
            padding-inline: calc(var(--spacing) * 15);
        }
    }
    .max-1000\:pt-100 {
        @media (width < 1000px) {
            padding-top: calc(var(--spacing) * 100);
        }
    }
    .max-1000\:text-center {
        @media (width < 1000px) {
            text-align: center;
        }
    }
    .max-900\:w-870 {
        @media (width < 900px) {
            width: calc(var(--spacing) * 870);
        }
    }
    .max-900\:overflow-x-scroll {
        @media (width < 900px) {
            overflow-x: scroll;
        }
    }
    .max-800\:mx-auto {
        @media (width < 800px) {
            margin-inline: auto;
        }
    }
    .max-800\:mb-25 {
        @media (width < 800px) {
            margin-bottom: calc(var(--spacing) * 25);
        }
    }
    .max-800\:block {
        @media (width < 800px) {
            display: block;
        }
    }
    .max-800\:text-center {
        @media (width < 800px) {
            text-align: center;
        }
    }
    .max-700\:absolute {
        @media (width < 700px) {
            position: absolute;
        }
    }
    .max-700\:bottom-\[15px\] {
        @media (width < 700px) {
            bottom: 15px;
        }
    }
    .max-700\:left-1\/2 {
        @media (width < 700px) {
            left: calc(1/2 * 100%);
        }
    }
    .max-700\:mx-auto {
        @media (width < 700px) {
            margin-inline: auto;
        }
    }
    .max-700\:mb-15\! {
        @media (width < 700px) {
            margin-bottom: calc(var(--spacing) * 15) !important;
        }
    }
    .max-700\:mb-25 {
        @media (width < 700px) {
            margin-bottom: calc(var(--spacing) * 25);
        }
    }
    .max-700\:block {
        @media (width < 700px) {
            display: block;
        }
    }
    .max-700\:w-full {
        @media (width < 700px) {
            width: 100%;
        }
    }
    .max-700\:max-w-290 {
        @media (width < 700px) {
            max-width: calc(var(--spacing) * 290);
        }
    }
    .max-700\:transform-\[translateX\(-50\%\)\] {
        @media (width < 700px) {
            transform: translateX(-50%);
        }
    }
    .max-700\:px-15 {
        @media (width < 700px) {
            padding-inline: calc(var(--spacing) * 15);
        }
    }
    .max-700\:px-15\! {
        @media (width < 700px) {
            padding-inline: calc(var(--spacing) * 15) !important;
        }
    }
    .max-700\:py-30\! {
        @media (width < 700px) {
            padding-block: calc(var(--spacing) * 30) !important;
        }
    }
    .max-700\:pb-75 {
        @media (width < 700px) {
            padding-bottom: calc(var(--spacing) * 75);
        }
    }
    .max-700\:text-center {
        @media (width < 700px) {
            text-align: center;
        }
    }
    .max-700\:text-16 {
        @media (width < 700px) {
            font-size: var(--text-16);
        }
    }
    .max-500\:mx-auto {
        @media (width < 500px) {
            margin-inline: auto;
        }
    }
    .max-500\:mb-25 {
        @media (width < 500px) {
            margin-bottom: calc(var(--spacing) * 25);
        }
    }
    .max-500\:block {
        @media (width < 500px) {
            display: block;
        }
    }
    .max-500\:grid-cols-1 {
        @media (width < 500px) {
            grid-template-columns: repeat(1, minmax(0, 1fr));
        }
    }
}


h1, h2, h3 {
    margin: 0;
    padding: 0;
}
.ul-style-none {
    padding: 0;
}
.ul-style-none li {
    padding: 0;
    list-style-type: none;
}
a {
    color: inherit;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
img {
    width: 100%;
    height: auto;
}
p {
    margin-bottom: 1rem;
}
input:not([type=checkbox], [type=radio]), input:not([type=checkbox], [type=radio]):focus, textarea, textarea:focus, select, select:focus {
    outline: none !important;
    -webkit-appearance: none;
}
.modal__bg {
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.3);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 80;
    display: none;
}
.modal {
    max-width: 450px;
    width: 100%;
    background-color: #fff;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    position: fixed;
    top: 50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 90;
    display: none;
}
.modal.active, .modal__bg.active {
    display: block;
}
.modal-body {
    width: 100%;
    height: 100%;
    padding: 30px;
    position: relative;
}
.modal-title {
    font-size: 25px;
    margin-bottom: 30px;
    text-align: center;
}
.modal .close {
    position: absolute;
    top: 15px;
    right: 15px;
}
body.show-modal {
    overflow: hidden;
}
.close {
    width: 25px;
    height: 25px;
    cursor: pointer;
}
.close .inner {
    width: 100%;
    height: 100%;
    position: relative;
}
.close .inner::before, .close .inner::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #000;
    position: absolute;
    top: 50%;
    left: 0;
}
.close .inner::before {
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
}
.close .inner::after {
    -webkit-transform: translateY(-50%) rotate(-45deg);
    -ms-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
}
.menu li {
    margin-right: 20px;
}
.menu li:last-child {
    margin-right: 0;
}
.menu a {
    padding: 5px;
}
.mobile-nav .menu {
    display: block;
}
.mobile-nav li {
    margin-right: 0;
    margin-bottom: 25px;
}
.mobile-wrap {
    max-width: 450px;
    width: 100%;
    height: 100vh;
    background-color: blue;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: fixed;
    top: 0;
    right: -100vw;
    z-index: 70;
}
.mobile-wrap.active {
    right: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.mobile-body {
    width: 100%;
    height: 100%;
    padding: 70px 15px 30px 30px;
    position: relative;
}
.mobile-body .close {
    position: absolute;
    top: 25px;
    right: 25px;
}
.mobile-body .close .inner::before, .mobile-body .close .inner::after {
    background-color: #fff;
}
.mobile-nav .menu a {
    color: #fff;
}
.mobile-btn {
    width: 40px;
    height: 20px;
    cursor: pointer;
    position: relative;
}
.mobile-btn .inner, .mobile-btn::before, .mobile-btn::after {
    display: block;
    width: 100%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    left: 0;
}
.mobile-btn .inner {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.mobile-btn::before {
    content: "";
    top: 0;
}
.mobile-btn::after {
    content: "";
    bottom: 0;
}
.tab {
    margin-bottom: 30px;
    border: 1px solid #000;
    border-radius: 15px;
    padding: 30px;
}
.tab-title-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}
.tab.active .faq-item-icon::before {
    transform: rotate(180deg);
}
.tab-ans {
    line-height: 1.3;
    margin-top: 25px;
    display: none;
}
.tab.active .tab-ans {
    display: block;
}
@font-face {
    font-family: "Poppins";
    src: url(../fonts/Poppins-Bold.ttf);
    font-weight: 700;
}
@font-face {
    font-family: "Poppins";
    src: url(../fonts/Poppins-Medium.ttf);
    font-weight: 500;
}
@font-face {
    font-family: "Poppins";
    src: url(../fonts/Poppins-Regular.ttf);
    font-weight: 400;
}
body {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', 'sans-serif';
    font-size: 14px;
    color: #fff;
    line-height: 1.5;
}
.container {
    max-width: 1200px;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
}
h1 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 35px;
}
a:hover {
    opacity: 0.8;
}

.header .menu {
    display: flex;
}
.header .menu li {
    margin-right: 20px;
}
.header .menu:last-child {
    margin-right: 0;
}
.header .menu li.menu-item-has-children {
    position: relative;
}
.menu .menu-item-has-children>a {
    position: relative;
    padding-right: 15px;
}
.menu .menu-item-has-children>a::after {
    content: '\f107';
    font-family: "myfont";
    margin-left: 5px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.header .menu li.menu-item-has-children .sub-menu {
    min-width: 250px;
    padding: 15px 10px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 2;
    display: none;
}
.header .menu li.menu-item-has-children:hover .sub-menu {
    display: block;
}
.header .menu li.menu-item-has-children .sub-menu li {
    margin-bottom: 10px;
}
.header .menu li.menu-item-has-children .sub-menu li a {
    font-size: 14px;
}
.menu a {
    font-size: 15px;
    padding: 5px;
}
.custom-logo-link {
    width: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.btn {
    max-width: 250px;
    display: inline-block;
    line-height: 38px;
    min-width: 110px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    -webkit-animation-name: puls;
    animation-name: puls;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
@keyframes puls {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
.btn-danger {
    background-color: #D32222;
}
.btn-primary {
    background-color: #ffcd00;
}
.btn:hover {
    opacity: 0.9;
}
.btn.text__button {
    padding: 0 25px;
    text-decoration: none !important;
    margin: 0 auto;
}

.page-section {
    margin-bottom: 100px;
}
.section-title {
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 25px;
}
.page-item {
    border-radius: 15px;
}
.footer {
    background-color: #1D2332;
}
.footer-item li {
    margin-bottom: 15px;
}
.slot-element .item__img {
    aspect-ratio: 250/180;
}
.partner img {
    max-width: 100px;
}
.reviews .container {
    padding: 0;
}
.reviews-item {
    padding: 0 15px;
}
.reviews-item .inner {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    padding: 25px 15px;
}
.reviews-item .title__row {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.reviews-item .item__img {
    width: 60px;
    height: 60px;
    -webkit-border-radius: 150%;
    -moz-border-radius: 150%;
    border-radius: 150%;
    overflow: hidden;
    margin-right: 10px;
}
.reviews-item .item__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.reviews-item .item__name {
    font-size: 20px;
    font-weight: 700;
}
.reviews-item .item__text {
    line-height: 1.3;
}
.reviews-item .stars {
    display: flex;
}
.reviews-item .stars svg {
    width: 12px;
    height: 12px;
    fill: #FFD300;
    stroke: #FFD300;
}
.slider-nav {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.slider-nav-item {
    font-size: 45px;
    cursor: pointer;
}
.slider-nav-item.item__prev {
    transform: rotate(90deg);
}
.slider-nav-item.item__next {
    transform: rotate(-90deg);
}
.slider-nav .slick-next, .slider-nav .slick-prev {
    position: static;
}
.slider-nav .slick-dots {
    position: static;
}
.slider-nav .slick-dots li button {
    color: inherit;
}
.slider-nav .slick-dots li button::before {
    color: inherit;
    font-size: 10px;
}

.wheel {
    width: 100%;
    height: 100%;
    display: block;
}
.wheel.active {
    display: block;
    transition: opacity 1s,visibility 1s;
}
.wheel-open-btn {
    width: 70px;
    height: 70px;
    position: fixed;
    left: 15px;
    bottom: 15px;
    cursor: pointer;
    animation: 20s linear infinite wheel-btn-rotate;
    z-index: 10;
}
@keyframes wheel-btn-rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.wheel-inner {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.wheel-container {
    height: 90%;
    aspect-ratio: 1/1;
    position: relative;
}
.wheel-container.hide {
    display: none;
}
.wheel-container::before {
    content: '';
    display: block;
    width: 20px;
    height: 35px;
    background-image: url('../img/wheel_one.svg');
    background-size: cover;
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
}
.wheel-body {
    position: relative;
    -webkit-transform: rotate(0);
    transform: rotate(0)
}

.wheel-body.active {
    -webkit-animation: 6s cubic-bezier(.25,.75,.5,1.05) forwards wheel-rotate;
    animation: 6s cubic-bezier(.25,.75,.5,1.05) forwards wheel-rotate;
}
@keyframes wheel-rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    80% {
        -webkit-transform: rotate(976deg);
        transform: rotate(976deg);
    }
    90% {
        -webkit-transform: rotate(964deg);
        transform: rotate(964deg);
    }
    100% {
        -webkit-transform: rotate(970deg);
        transform: rotate(970deg);
    }
}
.wheel-open-btn {
    width: 70px;
    height: 70px;
    position: fixed;
    left: 15px;
    bottom: 15px;
    cursor: pointer;
    animation: 20s linear infinite wheel-btn-rotate;
    z-index: 10;
}
#wheel-common.wheel {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 90;
    background-color: rgba(0,0,0,0.3);
    backdrop-filter: blur(10px);
    display: none;
}
#wheel-common.wheel.active {
    display: block;
}
#wheel-common .wheel-inner {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
#wheel-common .wheel-container {
    max-width: 500px;
    width: 100%;
    height: auto;
}
.banner-img img.wheel-main {
    width: calc(100% - 15px);
    height: calc(100% - 15px);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.wheel-btn {
    width: 120px;
    height: 120px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    cursor: pointer;
    animation: 1.4s infinite pulse-btn;
}
@keyframes pulse-btn {
    0% {
        -webkit-transform: translate(-50%,-50%) scale(1);
        transform: translate(-50%,-50%) scale(1);
    }
    50% {
        -webkit-transform: translate(-50%,-50%) scale(1.05);
        transform: translate(-50%,-50%) scale(1.05);
    }
    100% {
        -webkit-transform: translate(-50%,-50%) scale(1);
        transform: translate(-50%,-50%) scale(1);
    }
}
.wheel-btn-inner {
    width: 100%;
    height: 100%;
    position: relative;
}
.wheel-btn-text {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.wheel-close {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
}

.wheel-modal {
    max-width: 725px;
    width: 90%;
    height: 0;
    /*background-image: url('../img/wheel_modal_bg.svg');*/
    /*background-size: cover;*/
    background-color: #bd1717;
    border-radius: 8px;
    border: 2px solid #05c473;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    transition: transform 1s,visibility 1s,opacity 1s,-webkit-transform 1s;
    visibility: hidden;
    opacity: 0;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
}
.wheel-modal.active {
    opacity: 1;
    transform: scale(1) translate(-50%, -50%);
    visibility: visible;
    height: auto;
}
.wheel-modal-close {
    width: 25px;
    height: 25px;
    position: absolute;
    top: -15px;
    right: -15px;
}
.wheel-modal-bg {
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    display: none;
}
.wheel-modal-bg.active {
    display: block;
}
.wheel-modal-img {
    max-width: 200px;
    margin: -40px auto 0;
}
.wheel-modal-price {
    background-color: #08a80b;
    color: #fff;
    font-size: 48px;
    line-height: 1;
    padding: 3px 10px;
    margin: -50px auto 30px;
    display: inline-block;
}
.wheel-modal .price__row {
    display: flex;
    justify-content: center;
}
.wheel-modal-message {
    max-width: 450px;
    width: 100%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    margin: 0 auto 30px;
}
.wheel-modal-btn {
    max-width: 250px;
    width: 100%;
    padding: 5px 40px;
    font-size: 18px;
    font-weight: 700;
    line-height: 45px;
    text-align: center;
    border-radius: 4px;
    background-color: #08a80b;
    color: #fff;
    margin: 0 auto 30px;
    display: block;
    cursor: pointer;
}
.wheel-modal-btn:hover {
    background-color: #09a575;
}
.wheel-circle {
    width: calc(100% - 15px);
    height: calc(100% - 15px);
    border-radius: 150%;
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.wheel-circle-inner {
    width: 100%;
    height: 100%;
    border-radius: 150%;
    position: relative;
    background: conic-gradient(
            #ff5733 0deg 45deg,
            #33ff57 45deg 90deg,
            #3357ff 90deg 135deg,
            #ff33a1 135deg 180deg,
            #a133ff 180deg 225deg,
            #33fff3 225deg 270deg,
            #fff333 270deg 315deg,
            #ff8c33 315deg 360deg
    );
}
.wheel-sector {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    clip-path: polygon(50% 50%, 50% 0, 100% 0, 100% 50%); /* Формируем сектор с помощью CSS-маски */
    transform-origin: 50% 50%;

}

.wheel-sector-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform-origin: 0 0; /* Точка вращения - центр колеса */

    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    white-space: nowrap;
}

.wheel-sector-text:nth-child(1) {
    transform: rotate(22.5deg) translateY(-700%) translateX(-50%);
}
.wheel-sector-text:nth-child(2) {
    transform: rotate(67.5deg) translateY(-700%) translateX(-50%);
}
.wheel-sector-text:nth-child(3) {
    transform: rotate(112.5deg) translateY(-700%) translateX(-50%);
}
.wheel-sector-text:nth-child(4) {
    transform: rotate(157.5deg) translateY(-700%) translateX(-50%);
}
.wheel-sector-text:nth-child(5) {
    transform: rotate(202.5deg) translateY(-700%) translateX(-50%);
}
.wheel-sector-text:nth-child(6) {
    transform: rotate(247.5deg) translateY(-700%) translateX(-50%);
}
.wheel-sector-text:nth-child(7) {
    transform: rotate(292.5deg) translateY(-700%) translateX(-50%);
}
.wheel-sector-text:nth-child(8) {
    transform: rotate(337.5deg) translateY(-700%) translateX(-50%);
}

.screen-content {
    height: 500px;
    border-radius: 10px;
    padding-left: 25px;
    padding-right: 25px;
    background-position: center center;
}
.screen-image img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
}

body.fixed-header .header {
    width: 100vw;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
}
.map iframe {
    width: 100% !important;
}
.mobile-nav .menu .menu-item-has-children > a::after {
    display: none;
}
.mobile-nav .menu .sub-menu {
    margin-top: 15px;
    padding-left: 15px;
}
.mobile-nav .menu .sub-menu li {
    margin-bottom: 15px;
}
.mobile-body {
    overflow-y: scroll;
}
.page-text a {
    font-weight: 700;
    text-decoration: underline;
}
.advant-element-item {
    width: 45px;
    height: 45px;
    margin-left: auto;
    margin-right: auto;
}
.bonus {
    width: 32%;
    height: 200px;
    border: 1px solid #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
}
.bonus-text {
    font-size: 30px;
}
.bonus.item__1 {
    background: linear-gradient(180deg, #305907 0%, #072230 100%);
}
.bonus.item__2 {
    background: linear-gradient(180deg, #744F1B 0%, #707306 100%);
}
.bonus.item__3 {
    background: linear-gradient(180deg, #2564AC 0%, #2B1D69 100%);
}
.banner-bg {
    position: relative;
}
.banner-bg::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    top: 0;
    left: 0;
}








/* Adaptive */
@media (max-width: 1000px) {
    .screen-content {
        height: auto;
        padding-left: 0;
        padding-right: 0;
    }
    .bonus-text {
        font-size: 20px;
    }
}
@media (max-width:800px) {
    .footer-item li {
        margin-right: 0;
    }
    .footer-item {
        margin-bottom: 25px;
    }
    .footer .custom-logo-link {
        margin: 0 auto 35px;
    }
    .bonuses-content {
        display: block;
    }
    .bonus {
        max-width: 400px;
        width: 100%;
        margin: 0 auto 20px;
    }
    .bonus:last-child {
        margin-bottom: 0;
    }
    .slots-list {
        grid-template-columns: 1fr 1fr 1fr;
    }
}
@media (max-width: 700px) {
    .pay-row {
        flex-wrap: wrap;
        justify-content: center;
    }
    .pay-item {
        width: 25%;
    }
    .offer-title {
        font-size: 40px;
    }
    .header-buttons {
        width: calc(100% - 30px);
    }
}

@media (max-width: 600px){
    .wheel-sector-text:nth-child(1) {
        transform: rotate(22.5deg) translateY(-500%) translateX(-50%);
    }
    .wheel-sector-text:nth-child(2) {
        transform: rotate(67.5deg) translateY(-500%) translateX(-50%);
    }
    .wheel-sector-text:nth-child(3) {
        transform: rotate(112.5deg) translateY(-500%) translateX(-50%);
    }
    .wheel-sector-text:nth-child(4) {
        transform: rotate(157.5deg) translateY(-500%) translateX(-50%);
    }
    .wheel-sector-text:nth-child(5) {
        transform: rotate(202.5deg) translateY(-500%) translateX(-50%);
    }
    .wheel-sector-text:nth-child(6) {
        transform: rotate(247.5deg) translateY(-500%) translateX(-50%);
    }
    .wheel-sector-text:nth-child(7) {
        transform: rotate(292.5deg) translateY(-500%) translateX(-50%);
    }
    .wheel-sector-text:nth-child(8) {
        transform: rotate(337.5deg) translateY(-500%) translateX(-50%);
    }
}

@media (max-width: 500px){
    .section-title {
        font-size: 30px;
    }
    .slots-list {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 400px){
    .pay-item {
        width: 33.3333%;
    }
}

@property --tw-translate-x {
    syntax: "*";
    inherits: false;
    initial-value: 0;
}
@property --tw-translate-y {
    syntax: "*";
    inherits: false;
    initial-value: 0;
}
@property --tw-translate-z {
    syntax: "*";
    inherits: false;
    initial-value: 0;
}
@property --tw-scale-x {
    syntax: "*";
    inherits: false;
    initial-value: 1;
}
@property --tw-scale-y {
    syntax: "*";
    inherits: false;
    initial-value: 1;
}
@property --tw-scale-z {
    syntax: "*";
    inherits: false;
    initial-value: 1;
}
@property --tw-rotate-x {
    syntax: "*";
    inherits: false;
    initial-value: rotateX(0);
}
@property --tw-rotate-y {
    syntax: "*";
    inherits: false;
    initial-value: rotateY(0);
}
@property --tw-rotate-z {
    syntax: "*";
    inherits: false;
    initial-value: rotateZ(0);
}
@property --tw-skew-x {
    syntax: "*";
    inherits: false;
    initial-value: skewX(0);
}
@property --tw-skew-y {
    syntax: "*";
    inherits: false;
    initial-value: skewY(0);
}
@property --tw-pan-x {
    syntax: "*";
    inherits: false;
}
@property --tw-pan-y {
    syntax: "*";
    inherits: false;
}
@property --tw-pinch-zoom {
    syntax: "*";
    inherits: false;
}
@property --tw-scroll-snap-strictness {
    syntax: "*";
    inherits: false;
    initial-value: proximity;
}
@property --tw-space-y-reverse {
    syntax: "*";
    inherits: false;
    initial-value: 0;
}
@property --tw-space-x-reverse {
    syntax: "*";
    inherits: false;
    initial-value: 0;
}
@property --tw-divide-x-reverse {
    syntax: "*";
    inherits: false;
    initial-value: 0;
}
@property --tw-border-style {
    syntax: "*";
    inherits: false;
    initial-value: solid;
}
@property --tw-divide-y-reverse {
    syntax: "*";
    inherits: false;
    initial-value: 0;
}
@property --tw-leading {
    syntax: "*";
    inherits: false;
}
@property --tw-font-weight {
    syntax: "*";
    inherits: false;
}
@property --tw-ordinal {
    syntax: "*";
    inherits: false;
}
@property --tw-slashed-zero {
    syntax: "*";
    inherits: false;
}
@property --tw-numeric-figure {
    syntax: "*";
    inherits: false;
}
@property --tw-numeric-spacing {
    syntax: "*";
    inherits: false;
}
@property --tw-numeric-fraction {
    syntax: "*";
    inherits: false;
}
@property --tw-shadow {
    syntax: "*";
    inherits: false;
    initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
    syntax: "*";
    inherits: false;
}
@property --tw-inset-shadow {
    syntax: "*";
    inherits: false;
    initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
    syntax: "*";
    inherits: false;
}
@property --tw-ring-color {
    syntax: "*";
    inherits: false;
}
@property --tw-ring-shadow {
    syntax: "*";
    inherits: false;
    initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
    syntax: "*";
    inherits: false;
}
@property --tw-inset-ring-shadow {
    syntax: "*";
    inherits: false;
    initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
    syntax: "*";
    inherits: false;
}
@property --tw-ring-offset-width {
    syntax: "<length>";
    inherits: false;
    initial-value: 0px;
}
@property --tw-ring-offset-color {
    syntax: "*";
    inherits: false;
    initial-value: #fff;
}
@property --tw-ring-offset-shadow {
    syntax: "*";
    inherits: false;
    initial-value: 0 0 #0000;
}
@property --tw-outline-style {
    syntax: "*";
    inherits: false;
    initial-value: solid;
}
@property --tw-blur {
    syntax: "*";
    inherits: false;
}
@property --tw-brightness {
    syntax: "*";
    inherits: false;
}
@property --tw-contrast {
    syntax: "*";
    inherits: false;
}
@property --tw-grayscale {
    syntax: "*";
    inherits: false;
}
@property --tw-hue-rotate {
    syntax: "*";
    inherits: false;
}
@property --tw-invert {
    syntax: "*";
    inherits: false;
}
@property --tw-opacity {
    syntax: "*";
    inherits: false;
}
@property --tw-saturate {
    syntax: "*";
    inherits: false;
}
@property --tw-sepia {
    syntax: "*";
    inherits: false;
}
@property --tw-drop-shadow {
    syntax: "*";
    inherits: false;
}
@property --tw-backdrop-blur {
    syntax: "*";
    inherits: false;
}
@property --tw-backdrop-brightness {
    syntax: "*";
    inherits: false;
}
@property --tw-backdrop-contrast {
    syntax: "*";
    inherits: false;
}
@property --tw-backdrop-grayscale {
    syntax: "*";
    inherits: false;
}
@property --tw-backdrop-hue-rotate {
    syntax: "*";
    inherits: false;
}
@property --tw-backdrop-invert {
    syntax: "*";
    inherits: false;
}
@property --tw-backdrop-opacity {
    syntax: "*";
    inherits: false;
}
@property --tw-backdrop-saturate {
    syntax: "*";
    inherits: false;
}
@property --tw-backdrop-sepia {
    syntax: "*";
    inherits: false;
}
@property --tw-ease {
    syntax: "*";
    inherits: false;
}
@property --tw-contain-size {
    syntax: "*";
    inherits: false;
}
@property --tw-contain-layout {
    syntax: "*";
    inherits: false;
}
@property --tw-contain-paint {
    syntax: "*";
    inherits: false;
}
@property --tw-contain-style {
    syntax: "*";
    inherits: false;
}
@property --tw-duration {
    syntax: "*";
    inherits: false;
}

/* CB_STYLES_V1 — appended for Casimba Casino UK upgrades */
/* Custom CSS appended on 2026-05-07 — fresh assets only, no rhino/jaak/mostbet/mrjames overlap */

:root {
  --cb-gold: #dd9933;
  --cb-gold-bright: #f4b343;
  --cb-gold-deep: #b87a1f;
  --cb-teal: #0c7a87;
  --cb-teal-bright: #0fb4c7;
  --cb-emerald: #0e9954;
  --cb-emerald-deep: #0a3d22;
  --cb-felt: #0d4f3a;
  --cb-felt-deep: #062a1d;
  --cb-cream: #f6efd7;
  --cb-ink: #0f1411;
  --cb-ink-mid: #18241e;
  --cb-ink-soft: #1d2c25;
  --cb-red: #d32222;
  --cb-money: #6cf08e;
}

/* HEADER FIX — only z-index, NEVER background-color */
.header { z-index: 1000 !important; position: relative; }
body.fixed-header .header { z-index: 1000 !important; }

/* === HERO (INDEX) === */
.cb-hero {
  position: relative;
  margin: 0 auto 40px;
  padding: 70px 28px 60px;
  background:
    radial-gradient(ellipse at 80% 20%, rgba(221, 153, 51, .22), transparent 55%),
    radial-gradient(ellipse at 20% 80%, rgba(12, 122, 135, .25), transparent 50%),
    linear-gradient(155deg, #0a1812 0%, #102019 50%, #0d1d27 100%);
  border-bottom: 1px solid rgba(221, 153, 51, .18);
  overflow: hidden;
  isolation: isolate;
}
.cb-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(45deg, transparent 0 60px, rgba(221, 153, 51, .04) 60px 61px);
  pointer-events: none;
  z-index: 0;
}
.cb-hero-inner {
  position: relative;
  z-index: 1;
  max-width: 1240px;
  margin: 0 auto;
  display: flex;
  gap: 48px;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.cb-hero-text {
  flex: 1 1 460px;
  min-width: 0;
  max-width: 600px;
}
.cb-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(221, 153, 51, .14);
  border: 1px solid rgba(221, 153, 51, .35);
  color: #f4d796;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .04em;
  margin-bottom: 22px;
  text-transform: uppercase;
}
.cb-pill-flag { display: inline-flex; line-height: 0; }
.cb-h1 {
  font-size: clamp(36px, 5.4vw, 56px);
  line-height: 1.05;
  font-weight: 900;
  margin: 0 0 22px;
  color: #fff;
  letter-spacing: -0.01em;
}
.cb-h1-line2 {
  display: block;
  margin-top: 10px;
  font-size: clamp(20px, 2.8vw, 30px);
  font-weight: 700;
  color: #f4d796;
}
.cb-money {
  color: var(--cb-money);
  font-weight: 800;
}
.cb-sub {
  font-size: 17px;
  line-height: 1.55;
  color: #d8dcd0;
  margin: 0 0 30px;
  max-width: 540px;
}
.cb-cta-row {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 28px;
}
.cb-cta {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 15px 28px;
  border-radius: 12px;
  font-weight: 800;
  font-size: 15px;
  text-decoration: none;
  letter-spacing: .04em;
  text-transform: uppercase;
  transition: filter .2s, transform .15s;
}
.cb-cta:hover { filter: brightness(1.1); transform: translateY(-1px); }
.cb-cta-primary {
  background: linear-gradient(135deg, var(--cb-gold-bright) 0%, var(--cb-gold) 50%, var(--cb-gold-deep) 100%);
  color: #1a1208;
  box-shadow: 0 6px 22px rgba(221, 153, 51, .42), inset 0 1px 0 rgba(255, 255, 255, .35);
}
.cb-cta-secondary {
  background: linear-gradient(135deg, var(--cb-teal-bright) 0%, var(--cb-teal) 100%);
  color: #fff;
  box-shadow: 0 6px 22px rgba(12, 122, 135, .42), inset 0 1px 0 rgba(255, 255, 255, .25);
}
.cb-trust {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 20px;
}
.cb-trust li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #cdd1c8;
}

/* === HERO MOCKUP: ROULETTE TABLE TOP-DOWN === */
.cb-hero-mockup {
  flex: 1 1 460px;
  min-width: 320px;
  min-height: 420px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cb-roulette-table {
  position: relative;
  width: 100%;
  max-width: 460px;
  aspect-ratio: 1.05 / 1;
  background:
    radial-gradient(ellipse at 50% 45%, var(--cb-felt) 0%, var(--cb-felt-deep) 70%, #02100a 100%);
  border: 8px solid #4a2f12;
  border-radius: 18px;
  box-shadow:
    0 0 0 2px var(--cb-gold),
    0 30px 80px rgba(0, 0, 0, .55),
    inset 0 0 60px rgba(0, 0, 0, .5);
  overflow: hidden;
  transform: perspective(1200px) rotateX(15deg) rotateZ(-3deg);
}
.cb-roulette-table::before {
  content: '';
  position: absolute;
  inset: 14px;
  border: 2px dashed rgba(221, 153, 51, .25);
  border-radius: 10px;
  pointer-events: none;
}
/* Number grid on felt */
.cb-roulette-grid {
  position: absolute;
  inset: 8% 7% 32% 7%;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(3, 1fr);
  gap: 2px;
}
.cb-rno {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(8px, 1.1vw, 11px);
  font-weight: 800;
  color: #fff;
  background: var(--cb-felt);
  border: 1px solid rgba(0, 0, 0, .3);
  font-family: Arial, sans-serif;
}
.cb-rno.cb-r-red { background: #b21318; }
.cb-rno.cb-r-blk { background: #111; }
/* Outside bets row */
.cb-roulette-outside {
  position: absolute;
  inset: auto 7% 8% 7%;
  height: 22%;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 2px;
}
.cb-rob {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 9px;
  font-weight: 700;
  color: #f6efd7;
  background: rgba(0, 0, 0, .35);
  border: 1px solid rgba(221, 153, 51, .25);
  letter-spacing: .05em;
  text-transform: uppercase;
}
.cb-rob.cb-rob-red { background: #8a1015; }
.cb-rob.cb-rob-blk { background: #0a0a0a; }
/* Stack of chips on felt */
.cb-chip-stack {
  position: absolute;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  font-size: 11px;
  color: #fff;
  border: 4px dashed rgba(255, 255, 255, .85);
  box-shadow: 0 4px 12px rgba(0, 0, 0, .55), inset 0 -3px 0 rgba(0, 0, 0, .25);
  font-family: Arial, sans-serif;
  letter-spacing: .02em;
  animation: cb-chip-drop 4.5s ease-in-out infinite;
}
.cb-chip-1 { top: 22%; left: 28%; background: #b21318; animation-delay: 0s; }
.cb-chip-2 { top: 18%; right: 24%; background: #0a0a0a; animation-delay: .9s; }
.cb-chip-3 { top: 38%; left: 50%; transform: translateX(-50%); background: var(--cb-emerald); animation-delay: 1.7s; }
.cb-chip-4 { bottom: 35%; left: 35%; background: var(--cb-gold); color: #1a1208; animation-delay: 2.4s; }
@keyframes cb-chip-drop {
  0%, 90%, 100% { transform: translateY(0); box-shadow: 0 4px 12px rgba(0, 0, 0, .55), inset 0 -3px 0 rgba(0, 0, 0, .25); }
  45% { transform: translateY(-6px); box-shadow: 0 12px 22px rgba(0, 0, 0, .55), inset 0 -3px 0 rgba(0, 0, 0, .25); }
}
.cb-chip-3 { transform: translateX(-50%); }
@keyframes cb-chip-drop-mid {
  0%, 90%, 100% { transform: translateX(-50%) translateY(0); }
  45% { transform: translateX(-50%) translateY(-6px); }
}
.cb-chip-stack.cb-chip-3 { animation-name: cb-chip-drop-mid; }
/* Roulette ball orbiting near the layout */
.cb-roulette-ball {
  position: absolute;
  top: 6%;
  right: 12%;
  width: 14px;
  height: 14px;
  background: radial-gradient(circle at 30% 30%, #fff 0%, #cdd1c8 60%, #888 100%);
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .55);
  animation: cb-ball-bounce 2.8s ease-in-out infinite;
}
@keyframes cb-ball-bounce {
  0%, 100% { transform: translate(0, 0); }
  35% { transform: translate(-30px, 8px); }
  70% { transform: translate(-10px, -6px); }
}
/* Small "JACKPOT" tag floating */
.cb-jp-tag {
  position: absolute;
  top: -6px;
  left: -6px;
  padding: 6px 12px;
  background: linear-gradient(135deg, var(--cb-gold-bright), var(--cb-gold-deep));
  color: #1a1208;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .12em;
  border-radius: 6px;
  box-shadow: 0 6px 18px rgba(221, 153, 51, .55);
  animation: cb-jp-pulse 2.2s ease-in-out infinite;
  z-index: 3;
}
@keyframes cb-jp-pulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.06); }
}

@media (max-width: 900px) {
  .cb-roulette-table { transform: none; max-width: 380px; }
  .cb-hero-inner { gap: 30px; }
  .cb-hero { padding: 50px 20px 40px; }
}

/* === LIVE WINNERS TICKER (under hero) === */
.cb-winners {
  background: linear-gradient(180deg, #0d1813 0%, #0f1411 100%);
  border-top: 1px solid rgba(221, 153, 51, .18);
  border-bottom: 1px solid rgba(221, 153, 51, .12);
  padding: 36px 22px;
  margin: 0 auto 36px;
}
.cb-winners-inner { max-width: 1240px; margin: 0 auto; }
.cb-winners-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 22px;
  flex-wrap: wrap;
}
.cb-live-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #ff3b3b;
  box-shadow: 0 0 0 0 rgba(255, 59, 59, .6);
  animation: cb-live 1.6s ease-in-out infinite;
}
@keyframes cb-live {
  0% { box-shadow: 0 0 0 0 rgba(255, 59, 59, .55); }
  70% { box-shadow: 0 0 0 16px rgba(255, 59, 59, 0); }
  100% { box-shadow: 0 0 0 0 rgba(255, 59, 59, 0); }
}
.cb-winners-title {
  font-size: 20px;
  font-weight: 800;
  color: #fff;
  letter-spacing: .03em;
}
.cb-winners-sub {
  margin-left: auto;
  font-size: 13px;
  color: #9ea395;
}
.cb-winners-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 14px;
}
.cb-winner-card {
  background: linear-gradient(135deg, rgba(221, 153, 51, .07), rgba(12, 122, 135, .05));
  border: 1px solid rgba(221, 153, 51, .15);
  border-radius: 10px;
  padding: 14px 16px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.cb-winner-name {
  font-weight: 700;
  font-size: 14px;
  color: #f4d796;
}
.cb-winner-game {
  font-size: 12px;
  color: #9ea395;
  text-transform: uppercase;
  letter-spacing: .04em;
}
.cb-winner-amt {
  font-size: 22px;
  font-weight: 900;
  color: var(--cb-money);
  margin-top: 4px;
}
.cb-winner-time {
  font-size: 11px;
  color: #6a7062;
}

/* === TOUR (mid-body article) === */
.cb-tour {
  margin: 36px 0 30px;
  padding: 28px;
  background: linear-gradient(135deg, #102019 0%, #0d1813 100%);
  border: 1px solid rgba(221, 153, 51, .18);
  border-radius: 14px;
  overflow: visible !important;
}
.cb-tour * { overflow: visible !important; }
.cb-tour-head { margin-bottom: 18px; }
.cb-tour-title {
  font-size: 26px;
  font-weight: 800;
  color: #fff;
  margin: 0 0 8px;
  letter-spacing: -0.01em;
}
.cb-tour-sub {
  color: #cdd1c8;
  margin: 0;
  font-size: 15px;
  line-height: 1.55;
}
.cb-browser {
  background: #0a1410;
  border: 1px solid rgba(221, 153, 51, .25);
  border-radius: 10px;
  overflow: hidden;
  margin-top: 18px;
  box-shadow: 0 18px 50px rgba(0, 0, 0, .55);
}
.cb-browser-bar {
  background: #0d1813;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-bottom: 1px solid rgba(221, 153, 51, .18);
}
.cb-browser-dot {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #444;
}
.cb-browser-dot.r { background: #ff5f57; }
.cb-browser-dot.y { background: #ffbd2e; }
.cb-browser-dot.g { background: #28ca41; }
.cb-browser-url {
  margin-left: 14px;
  flex: 1;
  background: #060a08;
  padding: 6px 12px;
  border-radius: 6px;
  font-size: 12px;
  color: #f4d796;
  font-family: Menlo, Consolas, monospace;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cb-browser-body {
  padding: 0;
  background: #050908;
}
.cb-browser-body img {
  width: 100%;
  display: block;
  height: auto;
}
.cb-tour-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 14px;
  margin-top: 18px;
}
.cb-tour-cell {
  background: rgba(221, 153, 51, .08);
  border: 1px solid rgba(221, 153, 51, .18);
  border-radius: 8px;
  padding: 14px;
}
.cb-tour-cell-num {
  font-size: 22px;
  font-weight: 900;
  color: var(--cb-gold-bright);
  margin-bottom: 4px;
}
.cb-tour-cell-lbl {
  font-size: 12px;
  color: #cdd1c8;
  text-transform: uppercase;
  letter-spacing: .04em;
}

/* === SECONDARY HERO BASE === */
.cb-shero {
  margin: 0 auto 32px;
  padding: 56px 24px 48px;
  background:
    radial-gradient(ellipse at 80% 20%, rgba(221, 153, 51, .18), transparent 55%),
    linear-gradient(155deg, #0a1812 0%, #102019 60%, #0d1d27 100%);
  border-bottom: 1px solid rgba(221, 153, 51, .15);
  position: relative;
  isolation: isolate;
}
.cb-shero-inner {
  max-width: 1240px;
  margin: 0 auto;
  display: flex;
  gap: 40px;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.cb-shero-text { flex: 1 1 440px; max-width: 560px; min-width: 0; }
.cb-shero-h1 {
  font-size: clamp(28px, 4.5vw, 44px);
  font-weight: 900;
  color: #fff;
  margin: 14px 0 16px;
  line-height: 1.1;
}
.cb-shero-sub {
  color: #d8dcd0;
  font-size: 16px;
  line-height: 1.55;
  margin: 0 0 24px;
  max-width: 520px;
}
.cb-shero-mock {
  flex: 1 1 380px;
  min-width: 300px;
  min-height: 380px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* === WELCOME-OFFER MOCKUP: CHAMPAGNE BOTTLE POPPING === */
.cb-champagne-stage {
  position: relative;
  width: 280px;
  height: 380px;
}
.cb-bottle {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%) rotate(-18deg);
  width: 76px;
  height: 240px;
  background: linear-gradient(180deg, #0c1e15 0%, #0e3424 35%, #126b3e 100%);
  border-radius: 42% 42% 12% 12% / 8% 8% 4% 4%;
  border: 2px solid #052817;
  box-shadow: 0 18px 30px rgba(0, 0, 0, .55), inset -8px 0 16px rgba(0, 0, 0, .4);
  animation: cb-bottle-rock 3.5s ease-in-out infinite;
}
.cb-bottle::before {
  content: '';
  position: absolute;
  top: -22px;
  left: 50%;
  transform: translateX(-50%);
  width: 36px;
  height: 38px;
  background: linear-gradient(180deg, #222 0%, #0a0a0a 100%);
  border-radius: 24% 24% 12% 12% / 16% 16% 6% 6%;
}
.cb-bottle-label {
  position: absolute;
  top: 56%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(0deg);
  width: 54px;
  height: 80px;
  background: linear-gradient(180deg, #f4d796 0%, var(--cb-gold) 100%);
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 7px;
  font-weight: 900;
  color: #1a1208;
  text-align: center;
  line-height: 1.1;
  letter-spacing: .04em;
  border: 1px solid rgba(0, 0, 0, .25);
}
.cb-bottle-label small { font-size: 5px; opacity: .8; }
@keyframes cb-bottle-rock {
  0%, 100% { transform: translateX(-50%) rotate(-18deg); }
  50% { transform: translateX(-50%) rotate(-12deg); }
}
.cb-cork {
  position: absolute;
  top: 14%;
  right: 12%;
  width: 22px;
  height: 30px;
  background: linear-gradient(180deg, #c89a4d 0%, #8a5c1d 100%);
  border-radius: 6px 6px 4px 4px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, .4);
  animation: cb-cork-fly 3s ease-out infinite;
}
@keyframes cb-cork-fly {
  0% { top: 14%; right: 12%; transform: rotate(0deg); opacity: 0; }
  20% { opacity: 1; }
  60% { top: -4%; right: -2%; transform: rotate(160deg); opacity: 1; }
  100% { top: -8%; right: -10%; transform: rotate(220deg); opacity: 0; }
}
.cb-confetti {
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 1px;
  animation: cb-confetti-fall 3s ease-out infinite;
  opacity: 0;
}
.cb-confetti.c1 { background: var(--cb-gold-bright); top: 30%; left: 60%; animation-delay: 0s; }
.cb-confetti.c2 { background: var(--cb-teal-bright); top: 25%; left: 70%; animation-delay: .3s; }
.cb-confetti.c3 { background: #f4d796; top: 35%; left: 50%; animation-delay: .6s; }
.cb-confetti.c4 { background: #ff8aa3; top: 28%; left: 80%; animation-delay: .9s; }
.cb-confetti.c5 { background: var(--cb-emerald); top: 22%; left: 65%; animation-delay: 1.2s; }
.cb-confetti.c6 { background: var(--cb-gold); top: 32%; left: 75%; animation-delay: 1.5s; }
.cb-confetti.c7 { background: #cda3ff; top: 26%; left: 55%; animation-delay: 1.8s; }
.cb-confetti.c8 { background: var(--cb-gold-bright); top: 30%; left: 85%; animation-delay: 2.1s; }
@keyframes cb-confetti-fall {
  0% { transform: translate(0, 0) rotate(0deg); opacity: 1; }
  100% { transform: translate(20px, 220px) rotate(720deg); opacity: 0; }
}
.cb-bonus-tag {
  position: absolute;
  top: 8%;
  left: 4%;
  padding: 10px 16px;
  background: linear-gradient(135deg, var(--cb-gold-bright), var(--cb-gold-deep));
  color: #1a1208;
  font-weight: 900;
  font-size: 18px;
  border-radius: 8px;
  box-shadow: 0 8px 22px rgba(221, 153, 51, .45);
  letter-spacing: .04em;
  animation: cb-bonus-tilt 4s ease-in-out infinite;
}
@keyframes cb-bonus-tilt {
  0%, 100% { transform: rotate(-6deg); }
  50% { transform: rotate(6deg); }
}

/* === BONUSES MOCKUP: VIP GOLD CARD 3D FLIP === */
.cb-vip-stage {
  perspective: 1400px;
  width: 360px;
  height: 230px;
  position: relative;
}
.cb-vip-card {
  position: relative;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  animation: cb-vip-flip 7s ease-in-out infinite;
}
@keyframes cb-vip-flip {
  0%, 40% { transform: rotateY(-12deg) rotateX(8deg); }
  50%, 90% { transform: rotateY(168deg) rotateX(8deg); }
  100% { transform: rotateY(-12deg) rotateX(8deg); }
}
.cb-vip-face {
  position: absolute;
  inset: 0;
  border-radius: 16px;
  backface-visibility: hidden;
  background: linear-gradient(135deg, #c89535 0%, #f5cc6d 35%, #b87a1f 70%, #8a5c1d 100%);
  border: 1px solid rgba(255, 255, 255, .3);
  box-shadow: 0 24px 60px rgba(221, 153, 51, .4), inset 0 0 0 1px rgba(255, 255, 255, .1);
  padding: 22px;
  color: #1a1208;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cb-vip-face::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(45deg, transparent 0 14px, rgba(255, 255, 255, .07) 14px 16px);
  pointer-events: none;
  border-radius: 16px;
}
.cb-vip-back {
  transform: rotateY(180deg);
  background: linear-gradient(135deg, #18241e 0%, #0d4f3a 70%, #0a3d22 100%);
  color: #f4d796;
}
.cb-vip-back::before {
  background: repeating-linear-gradient(-45deg, transparent 0 14px, rgba(221, 153, 51, .08) 14px 16px);
}
.cb-vip-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cb-vip-brand {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .25em;
  text-transform: uppercase;
}
.cb-vip-tier {
  font-size: 11px;
  font-weight: 700;
  padding: 4px 10px;
  background: rgba(0, 0, 0, .25);
  border-radius: 4px;
  letter-spacing: .15em;
}
.cb-vip-num {
  font-size: 20px;
  font-weight: 800;
  letter-spacing: .12em;
  font-family: Menlo, Consolas, monospace;
  text-shadow: 0 1px 0 rgba(255, 255, 255, .35);
  position: relative;
  z-index: 1;
}
.cb-vip-name {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .05em;
}
.cb-vip-chip {
  width: 36px;
  height: 28px;
  background: linear-gradient(135deg, #ffe7a3, #c89535);
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, .35);
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .25);
  position: relative;
  z-index: 1;
}
.cb-vip-back .cb-vip-stripe {
  position: absolute;
  top: 26px;
  left: 0;
  right: 0;
  height: 36px;
  background: rgba(0, 0, 0, .55);
}
.cb-vip-back .cb-vip-cvc {
  position: absolute;
  bottom: 28px;
  right: 18px;
  font-size: 11px;
  font-weight: 700;
  font-family: Menlo, Consolas, monospace;
  color: #1a1208;
  background: #f6efd7;
  padding: 4px 12px;
  border-radius: 3px;
  z-index: 2;
}
.cb-vip-glow {
  position: absolute;
  inset: -22px;
  background: radial-gradient(ellipse at center, rgba(221, 153, 51, .35), transparent 70%);
  filter: blur(22px);
  z-index: -1;
  animation: cb-glow-soft 3s ease-in-out infinite;
}
@keyframes cb-glow-soft {
  0%, 100% { opacity: .6; }
  50% { opacity: 1; }
}

/* === LOGIN MOCKUP: 2FA TOKEN DISPLAY === */
.cb-2fa-stage {
  width: 260px;
  height: 360px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cb-2fa-token {
  width: 100%;
  height: 280px;
  background: linear-gradient(160deg, #102019 0%, #0d1813 60%, #062a1d 100%);
  border: 1px solid rgba(221, 153, 51, .35);
  border-radius: 18px;
  padding: 26px 22px;
  box-shadow: 0 28px 60px rgba(0, 0, 0, .55), inset 0 1px 0 rgba(255, 255, 255, .05);
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.cb-2fa-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  color: #cdd1c8;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.cb-2fa-head svg { color: var(--cb-gold-bright); }
.cb-2fa-label {
  font-size: 11px;
  color: #9ea395;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.cb-2fa-code {
  font-family: Menlo, Consolas, monospace;
  font-size: clamp(28px, 4.4vw, 36px);
  font-weight: 800;
  color: #f4d796;
  letter-spacing: .18em;
  text-align: center;
  background: rgba(0, 0, 0, .35);
  border-radius: 10px;
  padding: 18px 0;
  border: 1px dashed rgba(221, 153, 51, .35);
  animation: cb-2fa-pulse 2s ease-in-out infinite;
}
@keyframes cb-2fa-pulse {
  0%, 100% { color: #f4d796; }
  50% { color: var(--cb-gold-bright); }
}
.cb-2fa-bar {
  height: 6px;
  background: rgba(255, 255, 255, .08);
  border-radius: 3px;
  overflow: hidden;
}
.cb-2fa-bar-fill {
  height: 100%;
  background: linear-gradient(90deg, var(--cb-emerald), var(--cb-gold), var(--cb-red));
  width: 100%;
  transform-origin: left;
  animation: cb-2fa-countdown 30s linear infinite;
}
@keyframes cb-2fa-countdown {
  from { transform: scaleX(1); }
  to { transform: scaleX(0); }
}
.cb-2fa-foot {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  color: #cdd1c8;
}
.cb-2fa-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--cb-emerald);
  box-shadow: 0 0 8px var(--cb-emerald);
  animation: cb-2fa-dot 1.4s ease-in-out infinite;
}
@keyframes cb-2fa-dot {
  0%, 100% { opacity: 1; }
  50% { opacity: .35; }
}
.cb-2fa-orbit {
  position: absolute;
  inset: -20px;
  border: 2px dashed rgba(221, 153, 51, .25);
  border-radius: 26px;
  animation: cb-2fa-orbit 12s linear infinite;
  pointer-events: none;
}
@keyframes cb-2fa-orbit {
  to { transform: rotate(360deg); }
}

/* === CONTACT-US MOCKUP: LIVE AGENT WITH HEADSET + PULSE RINGS === */
.cb-agent-stage {
  width: 320px;
  height: 360px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cb-agent-bubble {
  position: relative;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle at 38% 32%, #1d2c25 0%, #0d1813 70%);
  border: 2px solid rgba(221, 153, 51, .4);
  box-shadow: 0 24px 50px rgba(0, 0, 0, .55);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.cb-agent-silhouette {
  width: 132px;
  height: 132px;
  position: relative;
}
.cb-agent-head {
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translateX(-50%);
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: linear-gradient(180deg, #f4d796 0%, var(--cb-gold) 100%);
  border: 2px solid rgba(0, 0, 0, .25);
}
.cb-agent-head::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 50%;
  transform: translateX(-50%);
  width: 28px;
  height: 14px;
  background: var(--cb-gold);
  border-radius: 0 0 14px 14px;
}
.cb-agent-body {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 110px;
  height: 70px;
  background: linear-gradient(180deg, var(--cb-teal) 0%, #074f59 100%);
  border-radius: 60px 60px 8px 8px / 60px 60px 8px 8px;
  border: 2px solid rgba(0, 0, 0, .25);
}
.cb-agent-headset-band {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 64px;
  height: 18px;
  border: 4px solid #18241e;
  border-bottom: none;
  border-radius: 32px 32px 0 0;
}
.cb-agent-mic {
  position: absolute;
  top: 24px;
  right: 22px;
  width: 16px;
  height: 6px;
  background: #18241e;
  border-radius: 3px;
  transform: rotate(-25deg);
}
.cb-agent-mic::after {
  content: '';
  position: absolute;
  top: -3px;
  right: -7px;
  width: 8px;
  height: 12px;
  background: var(--cb-red);
  border-radius: 4px;
}
.cb-pulse-ring {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 2px solid var(--cb-gold-bright);
  animation: cb-ring 2.4s ease-out infinite;
  pointer-events: none;
}
.cb-pulse-ring.r2 { animation-delay: .8s; }
.cb-pulse-ring.r3 { animation-delay: 1.6s; }
@keyframes cb-ring {
  0% { transform: scale(1); opacity: .8; }
  100% { transform: scale(1.55); opacity: 0; }
}
.cb-agent-status {
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(14, 153, 84, .15);
  border: 1px solid rgba(14, 153, 84, .55);
  color: #6cf08e;
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .06em;
  display: flex;
  align-items: center;
  gap: 7px;
  z-index: 3;
}
.cb-agent-status::before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #6cf08e;
  box-shadow: 0 0 8px #6cf08e;
  animation: cb-2fa-dot 1.2s ease-in-out infinite;
}

/* === DOWNLOAD MOCKUP: APP STORE RATING CONSTELLATION (5 STARS + GLOW) === */
.cb-stars-stage {
  width: 360px;
  height: 360px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 18px;
}
.cb-stars-card {
  background: linear-gradient(160deg, #102019 0%, #0d1813 60%, #062a1d 100%);
  border: 1px solid rgba(221, 153, 51, .35);
  border-radius: 16px;
  padding: 24px 26px;
  box-shadow: 0 30px 60px rgba(0, 0, 0, .55);
  text-align: center;
  position: relative;
  z-index: 2;
}
.cb-stars-rating {
  font-size: 56px;
  font-weight: 900;
  color: var(--cb-gold-bright);
  margin-bottom: 4px;
  letter-spacing: -.02em;
  line-height: 1;
}
.cb-stars-row {
  display: flex;
  gap: 4px;
  justify-content: center;
  margin-bottom: 8px;
}
.cb-star {
  width: 22px;
  height: 22px;
  fill: var(--cb-gold-bright);
  filter: drop-shadow(0 0 6px rgba(221, 153, 51, .5));
  animation: cb-star-twinkle 2.4s ease-in-out infinite;
}
.cb-star.s1 { animation-delay: 0s; }
.cb-star.s2 { animation-delay: .25s; }
.cb-star.s3 { animation-delay: .5s; }
.cb-star.s4 { animation-delay: .75s; }
.cb-star.s5 { animation-delay: 1s; }
@keyframes cb-star-twinkle {
  0%, 90%, 100% { opacity: 1; transform: scale(1); }
  45% { opacity: .85; transform: scale(1.08); }
}
.cb-stars-meta {
  font-size: 13px;
  color: #cdd1c8;
  letter-spacing: .04em;
}
.cb-stars-meta strong { color: #f4d796; font-weight: 700; }
.cb-stars-bars {
  margin-top: 14px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  text-align: left;
}
.cb-stars-bar {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  color: #9ea395;
}
.cb-stars-bar-track {
  flex: 1;
  height: 5px;
  background: rgba(255, 255, 255, .07);
  border-radius: 3px;
  overflow: hidden;
}
.cb-stars-bar-fill {
  height: 100%;
  background: linear-gradient(90deg, var(--cb-gold-bright), var(--cb-gold));
}
.cb-stars-orbit {
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--cb-gold-bright);
  box-shadow: 0 0 12px var(--cb-gold-bright);
  z-index: 1;
}
.cb-stars-orbit.o1 { top: 6%; left: 8%; animation: cb-orbit-1 6s ease-in-out infinite; }
.cb-stars-orbit.o2 { top: 14%; right: 4%; animation: cb-orbit-2 7s ease-in-out infinite; }
.cb-stars-orbit.o3 { bottom: 12%; left: 12%; animation: cb-orbit-3 8s ease-in-out infinite; }
.cb-stars-orbit.o4 { bottom: 8%; right: 10%; animation: cb-orbit-4 5.5s ease-in-out infinite; }
@keyframes cb-orbit-1 {
  0%, 100% { transform: translate(0, 0); }
  50% { transform: translate(20px, 30px); }
}
@keyframes cb-orbit-2 {
  0%, 100% { transform: translate(0, 0); }
  50% { transform: translate(-25px, 18px); }
}
@keyframes cb-orbit-3 {
  0%, 100% { transform: translate(0, 0); }
  50% { transform: translate(30px, -20px); }
}
@keyframes cb-orbit-4 {
  0%, 100% { transform: translate(0, 0); }
  50% { transform: translate(-22px, -28px); }
}

/* === DOWNLOAD CONTENT (article body styling) === */
.cb-dl-article h2 {
  font-size: 28px;
  margin: 36px 0 14px;
  color: var(--cb-gold-bright);
  font-weight: 800;
  border-left: 4px solid var(--cb-gold);
  padding-left: 14px;
  line-height: 1.2;
}
.cb-dl-article h3 {
  font-size: 20px;
  margin: 26px 0 12px;
  color: #f4d796;
  font-weight: 700;
}
.cb-dl-article p {
  font-size: 16px;
  line-height: 1.7;
  margin: 0 0 18px;
  color: #d8dcd0;
}
.cb-dl-article ul {
  margin: 0 0 18px;
  padding-left: 20px;
  color: #d8dcd0;
}
.cb-dl-article li { margin-bottom: 6px; line-height: 1.55; }
.cb-dl-article a {
  color: var(--cb-gold-bright);
  text-decoration: underline;
}
.cb-dl-article strong { color: #f4d796; }
.cb-dl-article table {
  width: 100%;
  border-collapse: collapse;
  margin: 18px 0;
  font-size: 14px;
  background: rgba(221, 153, 51, .04);
  border: 1px solid rgba(221, 153, 51, .18);
}
.cb-dl-article th,
.cb-dl-article td {
  border: 1px solid rgba(221, 153, 51, .18);
  padding: 10px 12px;
  text-align: left;
}
.cb-dl-article th {
  background: rgba(221, 153, 51, .12);
  font-weight: 700;
  color: #f4d796;
}
.cb-dl-callout {
  background: linear-gradient(135deg, rgba(221, 153, 51, .12), rgba(12, 122, 135, .08));
  border-left: 4px solid var(--cb-gold-bright);
  padding: 18px 22px;
  border-radius: 8px;
  margin: 22px 0;
}
.cb-dl-faq-q {
  font-weight: 700;
  color: var(--cb-gold-bright);
  margin: 18px 0 6px;
  font-size: 17px;
}
/* /CB_STYLES_V1 */

