:root {
    --body-background-color: radial-gradient(circle at top center, #101418 0%, #0d0f12 60%, #000000 100%);
    --body-text-color: #d6dae2;

    --button-background-primary-color: #2c2f36;
    --button-background-primary-color-hover: #3a3e46;
    --button-text-primary-color: #e4e8f2;
    --button-shadow-primary-color: 0 0 12px rgba(200, 210, 255, 0.25);

    --button-background-secondary-color: rgba(35, 38, 45, 0.85);
    --button-background-secondary-color-border: 1px solid rgba(160, 180, 220, 0.3);
    --button-text-secondary-color: #bfcfff;
    --button-shadow-secondary-color: 0 0 6px rgba(160, 180, 220, 0.2);
    --button-background-secondary-color-hover: rgba(45, 48, 58, 0.95);
    --button-text-secondary-color-hover: #d6e0f5;
    --button-shadow-secondary-color-hover: 0 0 14px rgba(180, 200, 255, 0.4);
    --button-shadow-secondary-color-active: 0 0 16px rgba(200, 220, 255, 0.6) inset;

    --logo-text-shadow-color:
        0 0 14px rgba(200, 220, 255, 0.6),
        0 0 28px rgba(160, 190, 250, 0.4),
        0 0 40px rgba(130, 160, 220, 0.3);
    --logo-text-fill-color: #cccccc;

    --soft-panel-shadow-color:
        6px 0 14px rgba(160, 180, 230, 0.25),
        -6px 0 14px rgba(160, 180, 230, 0.25),
        0 0 14px rgba(160, 180, 230, 0.15);
    --panel-section-fill: #a0b4d0;
    --panel-section-color: #dbe6f5;
    --panel-section-сolor-active: #ffffff;
    --panel-section-shadow-active:
        0 0 14px rgba(200, 220, 255, 0.4),
        0 0 24px rgba(180, 200, 255, 0.3);

    --loader-border-color: 6px solid rgba(100, 120, 150, 0.1);
    --loader-border-top-color: 6px solid #bfcfff;
    --loader-shadow-color:
        0 0 10px #bfcfff,
        0 0 20px #bfcfff,
        0 0 30px #bfcfff;

    --swal-background-color: #13161a;
    --swal-border-color: 2px solid #7a8fad;
    --swal-box-shadow: 0 0 20px #bfcfff;
    --swal-text-color: #e2e9f5;

    --select2-text-color: #c3d4f0;
    --select2-highlight-bg: #353a45;
    --select2-border-top-color: #ced4da;
    --select2-highlight-text: #ffffff;
    --select2-bg: rgba(20, 22, 28, 0.95);
    --select2-border-color: #404a5c;
    --select2-shadow-1: 0 0 12px rgba(180, 200, 255, 0.2);
    --select2-shadow-2: 0 0 30px rgba(160, 180, 240, 0.1);
    --select2-dropdown-bg: rgba(15, 17, 22, 0.97);
    --select2-dropdown-shadow-1: 0 0 20px rgba(200, 220, 255, 0.2);
    --select2-dropdown-shadow-2: 0 0 40px rgba(160, 180, 220, 0.1);
    --select2-search-bg: #1a1d23;
    --select2-search-border: #6c7d99;
    --select2-search-shadow: 0 0 12px rgba(160, 180, 240, 0.2), inset 0 0 6px rgba(120, 140, 200, 0.1);
    --select2-clear-color: #e0e4ec;
    --select2-clear-bg: #9ba8c9;
    --select2-scrollbar-track: rgba(30, 30, 40, 0.85);
    --select2-scrollbar-thumb: linear-gradient(180deg, #6e7890, #a3b1ce);
    --select2-scrollbar-thumb-border: 2px solid rgba(15, 15, 25, 1);
    --select2-scrollbar-thumb-shadow: 0 0 8px rgba(160, 180, 240, 0.5);
    --select2-scrollbar-thumb-hover: linear-gradient(180deg, #8897b5, #c2cee6);
    --select2-scrollbar-thumb-hover-shadow: 0 0 12px rgba(180, 200, 255, 0.8);
    --select2-scrollbar-color-firefox: #7a8fad rgba(25, 25, 35, 0.85);
    --select2-disabled-bg: #12151c;
    --select2-disabled-border: #879ec4;
    --select2-disabled-text: #a5b8d8;
    --select2-disabled-shadow: 0 0 8px #93a8cc;
    --select2-disabled-choice-bg: #1d222b;
    --select2-disabled-choice-border: #8fa8d0;
    --select2-disabled-choice-text: #c0d0ea;
    --select2-disabled-choice-shadow: 0 0 4px #91a9da;

    --neon-pink: #c0c4cc;
    --bg-dark: #0f1115;
    --cell-width: 120px;
    --cell-height: 140px;

    --swal-bg: #3c3f44;
    --swal-glow: #bfcfff;
}
.rouletteFix{
    align-items: center;
}
.roulette-info-header{
    display: block;
}
.akame-img{
    display: none;
}
.choice-section {
    color: var(--body-text-color);
    padding: 40px 20px;
    text-align: center;
}
.choice-section:has(.time-report){
    padding: 0 20px;
}
.section-title {
    font-size: 28px;
    color: var(--body-text-color);
}
.card-options-container {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
}
.card-option {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(200, 200, 255, 0.1);
    border-radius: 16px;
    box-shadow: 0 0 16px rgba(180, 200, 255, 0.2);
    padding: 20px;
    width: 400px;
    height: auto;
    cursor: pointer;
    transition: transform 0.3s, box-shadow 0.3s;
}
.card-option:hover {
  transform: translateY(-6px);
  box-shadow: 0 0 24px rgba(180, 200, 255, 0.4);
}
.card-option img {
  width: 100%;
  height: 70%;
  border-radius: 12px;
}
.card-info {
  margin-top: 16px;
}
.card-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 6px;
}
.card-price {
  color: var(--button-text-secondary-color);
  font-size: 16px;
}
.toggle-description {
  margin-top: 60px;
}
.toggle-description button {
  background: var(--button-background-secondary-color);
  color: var(--button-text-secondary-color);
  border: var(--button-background-secondary-color-border);
  padding: 10px 20px;
  border-radius: 8px;
  cursor: pointer;
  box-shadow: var(--button-shadow-secondary-color);
  transition: all 0.3s ease;
}
.toggle-description button:hover {
  background: var(--button-background-secondary-color-hover);
  color: var(--button-text-secondary-color-hover);
  box-shadow: var(--button-shadow-secondary-color-hover);
}

.description-text {
  font-family: 'Exo 2', sans-serif;
  font-size: clamp(14px, 2vw, 16px);
  line-height: 1.6;
  text-align: left;
  color: var(--body-text-color);
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(160, 180, 240, 0.15);
  border-radius: 16px;
  padding: 24px;
  margin: 20px auto 0;
  box-shadow: 0 0 24px rgba(180, 200, 255, 0.1);
  max-width: 960px;
}

@media (max-width: 500px) {
    .card-option img {
        width: 90%;
        height: 90%;
        border-radius: 12px;
    }
    .card-option{
        width: 80%;
        height: max-content;
    }
}

.time-report {
    margin: 0 auto 60px;
    padding: 18px 18px 14px;
    border-radius: 16px;
    position: relative;
    overflow: hidden;

    /*background: radial-gradient(circle at 10% 15%, rgba(255, 120, 40, 0.22) 0%, rgba(0, 0, 0, 0) 45%),*/
    /*radial-gradient(circle at 90% 20%, rgba(50, 255, 200, 0.16) 0%, rgba(0, 0, 0, 0) 48%),*/
    /*linear-gradient(90deg, rgba(255, 110, 35, 0.10), rgba(70, 170, 255, 0.10), rgba(60, 255, 190, 0.08)),*/
    /*rgba(10, 12, 18, 0.72);*/

    border: 1px solid rgba(255, 255, 255, 0.14);
    box-shadow: 0 18px 60px rgba(0, 0, 0, 0.55),
    0 0 60px rgba(255, 120, 40, 0.10),
    0 0 60px rgba(60, 255, 190, 0.08);

    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}
.time-report::before {
    content: "";
    position: absolute;
    left: 16px;
    right: 16px;
    top: 10px;
    height: 3px;
    border-radius: 99px;
    background: linear-gradient(90deg,
    rgba(255, 120, 40, 0.95),
    rgba(255, 210, 120, 0.85),
    rgba(90, 220, 255, 0.85),
    rgba(60, 255, 190, 0.90)
    );
    box-shadow: 0 0 20px rgba(255, 120, 40, 0.45),
    0 0 20px rgba(60, 255, 190, 0.35);
    opacity: 0.95;
}
.time-report::after {
    content: "";
    position: absolute;
    left: -10%;
    right: -10%;
    top: 0;
    height: 110px;
    opacity: 0.75;
    pointer-events: none;
}
.time-report__head {
    display: flex;
    justify-content: center;
    text-align: center;
}

.time-report__title {
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 700;
    letter-spacing: 0.3px;
    color: rgba(255, 235, 205, 0.92);
    text-shadow: 0 0 22px rgba(255, 140, 60, 0.22),
    0 0 28px rgba(60, 255, 190, 0.12);
    font-size: 22px;
    margin-top: 6px;
}
.time-report__timer {
    margin-top: 10px;
    text-align: center;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 45px;
    font-weight: 800;
    letter-spacing: 6px;

    color: rgba(255, 232, 170, 0.98);
    text-shadow: 0 0 10px rgba(255, 215, 120, 0.55),
    0 0 22px rgba(255, 190, 70, 0.35),
    0 0 48px rgba(255, 140, 20, 0.18);

}
.time-report__bar {
    margin-top: 14px;
}
.time-report__bar-bg {
    position: relative;
    height: 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.10);
    overflow: hidden;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.10),
    0 0 22px rgba(0, 0, 0, 0.45);
}
.time-report__bar-fill {
    height: 100%;
    width: 0;
    border-radius: 999px;
    background: linear-gradient(90deg,
    rgba(255, 120, 40, 0.98) 0%,
    rgba(255, 200, 110, 0.90) 35%,
    rgba(90, 220, 255, 0.85) 65%,
    rgba(60, 255, 190, 0.90) 100%
    );
    box-shadow: 0 0 20px rgba(255, 120, 40, 0.35),
    0 0 18px rgba(60, 255, 190, 0.22);
    transition: width 220ms linear;
}
.time-report__knob {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 18px;
    height: 18px;
    border-radius: 50%;
    pointer-events: none;
}
.time-report__knob-core {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background: rgba(255, 225, 170, 0.95);
    box-shadow: 0 0 18px rgba(255, 160, 70, 0.75),
    0 0 30px rgba(255, 120, 40, 0.55);
}
.time-report__knob-glow {
    position: absolute;
    inset: -10px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 150, 70, 0.35) 0%, rgba(0, 0, 0, 0) 60%);
    filter: blur(1px);
    opacity: 0.95;
}
.time-report__sparks {
    position: absolute;
    left: 0;
    right: 0;
    top: -26px;
    height: 46px;
    background: radial-gradient(circle at 12% 80%, rgba(255, 120, 40, 0.55) 0%, rgba(0, 0, 0, 0) 45%),
    radial-gradient(circle at 28% 60%, rgba(255, 200, 110, 0.30) 0%, rgba(0, 0, 0, 0) 50%),
    radial-gradient(circle at 72% 65%, rgba(90, 220, 255, 0.28) 0%, rgba(0, 0, 0, 0) 55%),
    radial-gradient(circle at 88% 78%, rgba(60, 255, 190, 0.35) 0%, rgba(0, 0, 0, 0) 55%);
    filter: blur(2px);
    opacity: 0.65;
    pointer-events: none;
}
.time-report__bar-meta {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    margin-top: 16px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 20px;
    color: rgba(255, 255, 255, 0.78);
}
.time-report__meta-right {
    display: flex;
    gap: 18px;
    align-items: center;
}
.time-report__percent {
    font-size: 16px;
    color: rgba(255, 235, 205, 0.85);
    text-shadow: 0 0 14px rgba(255, 120, 40, 0.18);
}
.time-report__meta-left,
.time-report__meta-end {
    opacity: 0.9;
}
.time-report.is-running .time-report__knob-core {
    animation: knobPulse 1.15s ease-in-out infinite;
}
@keyframes knobPulse {
    0% {
        filter: brightness(1.0);
        transform: scale(1.00);
    }
    50% {
        filter: brightness(1.12);
        transform: scale(1.06);
    }
    100% {
        filter: brightness(1.0);
        transform: scale(1.00);
    }
}
@media (max-width: 720px) {
    .time-report__title {
        font-size: 16px;
    }

    .time-report__timer {
        font-size: 30px;
    }

    .time-report__subtitle {
        font-size: 20px;
    }

    .time-report__bar-meta {
        font-size: 12px;
        display: flex;
        flex-direction: column;
        text-align: left;
    }

    .time-report__percent {
        font-size: 22px;
    }
}
