/* Theme: Thunderrealm Hiddengate */
:root {
    --bg: #050910;
    --bg-alt: #0b1324;
    --panel: #0e1a30;
    --card: #111d35;
    --muted: #9fb4d9;
    --text: #e9edf5;
    --accent: #6af2c7;
    --accent-2: #8c7bff;
    --accent-3: #f6c15c;
    --border: rgba(255, 255, 255, 0.1);
    --shadow: 0 24px 70px rgba(0, 0, 0, 0.6);
    --radius-lg: 26px;
    --radius-md: 18px;
    --radius-sm: 12px;
    --max-width: 1200px;
    --font-main: "Space Grotesk", "Sora", system-ui, -apple-system, sans-serif;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    padding: 0;
    background: radial-gradient(circle at 10% 10%, rgba(106, 242, 199, 0.05), transparent 40%),
        radial-gradient(circle at 80% 0, rgba(140, 123, 255, 0.08), transparent 35%),
        var(--bg);
    color: var(--text);
    font-family: var(--font-main);
    line-height: 1.7;
}

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

a {
    color: var(--accent);
    text-decoration: none;
}

p {
    margin: 0 0 14px;
}

section {
    position: relative;
    overflow: hidden;
}

.brandbar_q84 {
    position: sticky;
    top: 0;
    z-index: 30;
    background: rgba(10, 16, 28, 0.8);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--border);
    padding: 10px 0;
}

.brandbar_q84__inner {
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 0 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.brandbar_q84__logo-wrap {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
}

.brandbar_q84__logo {
    width: 40px;
    height: 40px;
    border-radius: 14px;
    display: grid;
    place-items: center;
    color: #050910;
    font-size: 18px;
    background: conic-gradient(from 90deg, #6af2c7, #8c7bff, #f6c15c, #6af2c7);
    box-shadow: 0 14px 26px rgba(106, 242, 199, 0.45);
}

.brandbar_q84__name {
    font-size: 19px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--text);
}

.brandbar_q84__badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid var(--border);
    color: var(--muted);
    font-size: 12px;
}

.brandbar_q84__badge-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--accent);
    box-shadow: 0 0 0 6px rgba(106, 242, 199, 0.18);
}

.hero_casino_r41 {
    padding: 74px 0 90px;
    background: radial-gradient(circle at 25% 20%, rgba(106, 242, 199, 0.08), transparent 30%),
        radial-gradient(circle at 80% 30%, rgba(252, 214, 112, 0.08), transparent 35%),
        linear-gradient(135deg, #0a1223, #090f1c 60%, #0b1122);
}

.hero_casino_r41__inner {
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 0 22px;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    gap: 38px;
    align-items: center;
}

.hero_casino_r41__content {
    position: relative;
    padding: 18px 18px 10px;
}

.hero_casino_r41__content::after {
    content: "";
    position: absolute;
    inset: -22px -28px -20px -12px;
    background: radial-gradient(circle at 0 0, rgba(106, 242, 199, 0.06), transparent 45%),
        linear-gradient(115deg, rgba(140, 123, 255, 0.14), rgba(255, 255, 255, 0));
    z-index: 0;
    filter: blur(30px);
    opacity: 0.8;
}

.hero_casino_r41__content > * {
    position: relative;
    z-index: 1;
}

.hero_casino_r41__brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid var(--border);
    color: var(--muted);
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-size: 13px;
}

.hero_casino_r41__logo {
    width: 32px;
    height: 32px;
    border-radius: 12px;
    background: linear-gradient(135deg, #6af2c7, #f6c15c);
    color: #050910;
    display: grid;
    place-items: center;
    box-shadow: 0 12px 28px rgba(106, 242, 199, 0.55);
}

.hero_casino_r41__brand-name {
    font-weight: 700;
}

.hero_casino_r41__title {
    margin: 14px 0 6px;
    font-size: 44px;
    line-height: 1.1;
    font-weight: 800;
    letter-spacing: -0.02em;
    color: #f8f9ff;
}

.hero_casino_r41__subtitle {
    margin: 0 0 14px;
    font-size: 22px;
    font-weight: 600;
    color: var(--accent);
}

.hero_casino_r41__text {
    margin: 0 0 12px;
    font-size: 17px;
    color: var(--muted);
    max-width: 620px;
}

.hero_casino_r41__list {
    list-style: none;
    padding: 0;
    margin: 6px 0 20px;
    display: grid;
    gap: 8px;
}

.hero_casino_r41__list li {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    border-radius: var(--radius-sm);
    background: rgba(255, 255, 255, 0.04);
    border: 1px dashed var(--border);
    color: #d6dff1;
    font-size: 15px;
}

.hero_casino_r41__list i {
    color: var(--accent-2);
}

.hero_casino_r41__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.hero_casino_r41__tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: var(--text);
    font-weight: 600;
    letter-spacing: 0.01em;
}

.hero_casino_r41__tag-icon {
    width: 22px;
    height: 22px;
    border-radius: 10px;
    display: grid;
    place-items: center;
    background: rgba(140, 123, 255, 0.16);
    color: var(--accent-2);
    font-size: 12px;
}

.hero_casino_r41__visual {
    display: flex;
    justify-content: flex-end;
}

.hero_casino_r41__card {
    position: relative;
    width: 100%;
    max-width: 480px;
    border-radius: var(--radius-lg);
    overflow: hidden;
    background: linear-gradient(160deg, rgba(106, 242, 199, 0.18), rgba(140, 123, 255, 0.12)),
        var(--panel);
    border: 1px solid var(--border);
    box-shadow: var(--shadow);
    padding: 14px;
}

.hero_casino_r41__card::after {
    content: "";
    position: absolute;
    inset: 12px;
    border-radius: var(--radius-md);
    background: radial-gradient(circle at 20% 20%, rgba(106, 242, 199, 0.16), transparent 45%),
        radial-gradient(circle at 80% 70%, rgba(246, 193, 92, 0.12), transparent 40%);
    filter: blur(12px);
    pointer-events: none;
}

.hero_casino_r41__image {
    min-height: 360px;
    border-radius: var(--radius-md);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06);
    position: relative;
    overflow: hidden;
}

.hero_casino_r41__image::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(5, 9, 16, 0) 30%, rgba(5, 9, 16, 0.65));
}

.offerslist_g72 {
    padding: 66px 0 82px;
    background: radial-gradient(circle at 10% 0, rgba(106, 242, 199, 0.07), transparent 30%),
        radial-gradient(circle at 80% 0, rgba(140, 123, 255, 0.07), transparent 25%),
        #070b15;
}

.offerslist_g72__inner {
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 0 22px;
}

.offerslist_g72__head {
    margin-bottom: 20px;
}

.offerslist_g72__title {
    margin: 0 0 6px;
    font-size: 32px;
    font-weight: 800;
    letter-spacing: -0.01em;
}

.offerslist_g72__subtitle {
    margin: 0;
    color: var(--muted);
    max-width: 840px;
}

.offerslist_g72__table-head {
    display: grid;
    grid-template-columns: 2.2fr 3fr 1.2fr 1fr 1.2fr;
    padding: 10px 18px;
    font-size: 12px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--muted);
}

.offerslist_g72__row {
    display: grid;
    grid-template-columns: 2.2fr 3fr 1.2fr 1fr 1.2fr;
    gap: 6px;
    padding: 18px;
    margin-bottom: 14px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02));
    border-radius: var(--radius-lg);
    border: 1px solid var(--border);
    box-shadow: var(--shadow);
}

.offerslist_g72__cell {
    display: flex;
    align-items: center;
}

.offerslist_g72__cell--brand {
    gap: 14px;
}

.offerslist_g72__logo {
    width: 96px;
    height: 96px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
    border: 1px solid var(--border);
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.55);
    overflow: hidden;
}



/* Для картинки внутри блока */
.offerslist_g72__logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}



.offerslist_g72__logo--purple {
    background: linear-gradient(135deg, #8c7bff, #f6c15c);
}

.offerslist_g72__logo-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.offerslist_g72__brand-info {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.offerslist_g72__brand-name {
    font-size: 17px;
    font-weight: 700;
}

.offerslist_g72__brand-tagline {
    font-size: 14px;
    color: var(--muted);
}

.offerslist_g72__cell--offer {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
}

.offerslist_g72__offer-title {
    font-size: 17px;
    font-weight: 700;
    color: var(--accent);
}

.offerslist_g72__offer-text {
    font-size: 15px;
    color: #d6dff1;
}

.offerslist_g72__stars {
    color: #f6c15c;
    font-size: 14px;
}

.offerslist_g72__cell--score {
    flex-direction: column;
    align-items: center;
    gap: 2px;
}

.offerslist_g72__score-value {
    font-size: 22px;
    font-weight: 800;
    color: var(--accent-2);
}

.offerslist_g72__score-label {
    font-size: 12px;
    color: var(--muted);
}

.offerslist_g72__btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    border-radius: 999px;
    border: 1px solid transparent;
    background: linear-gradient(135deg, #6af2c7, #f6c15c);
    color: #050910;
    font-weight: 700;
    letter-spacing: 0.01em;
    box-shadow: 0 18px 36px rgba(106, 242, 199, 0.5);
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.offerslist_g72__btn--secondary {
    background: linear-gradient(135deg, #8c7bff, #6af2c7);
    box-shadow: 0 18px 36px rgba(140, 123, 255, 0.5);
}

.offerslist_g72__btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 22px 44px rgba(0, 0, 0, 0.55);
}

.offerslist_g72__note {
    margin-top: 14px;
    padding: 14px 16px;
    border-radius: var(--radius-md);
    background: rgba(255, 255, 255, 0.04);
    border: 1px dashed var(--border);
    color: var(--muted);
}

.trustgrid_h21 {
    padding: 64px 0 80px;
    background: linear-gradient(180deg, #070b15, #0b1324 60%, #080d18);
}

.trustgrid_h21__inner {
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 0 22px;
}

.trustgrid_h21__head {
    text-align: center;
    margin: 0 auto 26px;
    max-width: 840px;
}

.trustgrid_h21__title {
    margin: 0 0 8px;
    font-size: 32px;
    font-weight: 800;
}

.trustgrid_h21__subtitle {
    margin: 0;
    color: var(--muted);
}

.trustgrid_h21__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.trustgrid_h21__card {
    background: linear-gradient(150deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02));
    border-radius: var(--radius-md);
    padding: 22px 20px;
    border: 1px solid var(--border);
    box-shadow: var(--shadow);
    display: grid;
    gap: 10px;
}

.trustgrid_h21__icon-wrap {
    width: 64px;
    height: 64px;
    border-radius: 14px;
    display: grid;
    place-items: center;
    background: rgba(106, 242, 199, 0.16);
    color: var(--accent);
    font-size: 24px;
}

.trustgrid_h21__label {
    font-size: 18px;
    font-weight: 700;
}

.trustgrid_h21__text {
    color: #d6dff1;
    font-size: 15px;
}

.guideblock_z54 {
    padding: 70px 0 90px;
    background: radial-gradient(circle at 50% 0, rgba(246, 193, 92, 0.08), transparent 35%),
        #050910;
}

.guideblock_z54__inner {
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 0 22px;
}

.guideblock_z54__header {
    margin-bottom: 18px;
    max-width: 840px;
}

.guideblock_z54__title {
    margin: 0 0 8px;
    font-size: 30px;
    font-weight: 800;
    color: #f8f9ff;
}

.guideblock_z54__subtitle {
    margin: 0;
    color: var(--muted);
}

.guideblock_z54__card {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 14px;
    padding: 18px 20px;
    margin-bottom: 14px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02));
    border-radius: var(--radius-md);
    border: 1px solid var(--border);
    box-shadow: var(--shadow);
}

.guideblock_z54__card-left {
    display: grid;
    place-items: center;
    gap: 10px;
}

.guideblock_z54__icon-main {
    width: 44px;
    height: 44px;
    border-radius: 14px;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, #6af2c7, #8c7bff);
    color: #050910;
    box-shadow: 0 14px 30px rgba(106, 242, 199, 0.45);
}

.guideblock_z54__badge {
    padding: 4px 10px;
    border-radius: 999px;
    border: 1px dashed var(--border);
    color: var(--muted);
    font-size: 11px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.guideblock_z54__card-body {
    display: grid;
    gap: 8px;
}

.guideblock_z54__card-title {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
}

.guideblock_z54__card-text {
    margin: 0;
    color: #d6dff1;
    font-size: 15px;
}

.faqdeck_c93 {
    padding: 68px 0 84px;
    background: #070b15;
}

.faqdeck_c93__inner {
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 0 22px;
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02));
    box-shadow: var(--shadow);
}

.faqdeck_c93__header {
    padding: 26px 22px 12px;
    text-align: center;
}

.faqdeck_c93__title {
    margin: 0 0 6px;
    font-size: 30px;
    font-weight: 800;
}

.faqdeck_c93__subtitle {
    margin: 0;
    color: var(--muted);
}

.faqdeck_c93__list {
    margin: 0;
    padding: 0;
}

.faqdeck_c93__item {
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    background: transparent;
}

.faqdeck_c93__question {
    width: 100%;
    padding: 16px 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    background: transparent;
    border: none;
    color: var(--text);
    text-align: left;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
}

.faqdeck_c93__question-icon {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: rgba(106, 242, 199, 0.16);
    display: grid;
    place-items: center;
    color: var(--accent);
    transition: transform 0.2s ease;
}

.faqdeck_c93__answer {
    padding: 0 22px 0;
    max-height: 0;
    overflow: hidden;
    color: var(--muted);
    transition: max-height 0.25s ease, padding 0.2s ease;
}

.faqdeck_c93__item--open .faqdeck_c93__answer {
    max-height: 260px;
    padding: 0 22px 18px;
}

.faqdeck_c93__item--open .faqdeck_c93__question-icon {
    transform: rotate(180deg);
    background: rgba(140, 123, 255, 0.16);
}

.cookiebar_s91 {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 50;
    padding: 10px 14px 18px;
    background: rgba(5, 9, 16, 0.95);
    border-top: 1px solid var(--border);
    box-shadow: 0 -16px 40px rgba(0, 0, 0, 0.55);
    transition: transform 0.25s ease, opacity 0.25s ease;
}

.cookiebar_s91--hidden {
    opacity: 0;
    transform: translateY(100%);
    pointer-events: none;
}

.cookiebar_s91__inner {
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 12px 18px;
    border-radius: var(--radius-md);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02));
    border: 1px solid var(--border);
    display: flex;
    align-items: center;
    gap: 14px;
}

.cookiebar_s91__info {
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 1 1 auto;
}

.cookiebar_s91__icon-wrap {
    width: 38px;
    height: 38px;
    border-radius: 12px;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, #8c7bff, #6af2c7);
    color: #050910;
    box-shadow: 0 12px 24px rgba(140, 123, 255, 0.45);
}

.cookiebar_s91__text {
    margin: 0;
    color: #d6dff1;
    font-size: 14px;
}

.cookiebar_s91__link {
    color: var(--accent);
    text-decoration: underline;
    font-size: 12px;
}

.cookiebar_s91__buttons {
    display: flex;
    align-items: center;
    gap: 8px;
}

.cookiebar_s91__btn {
    border: none;
    padding: 9px 14px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-weight: 700;
    cursor: pointer;
    color: #050910;
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.6);
}

.cookiebar_s91__btn--accept {
    background: linear-gradient(135deg, #6af2c7, #f6c15c);
}

.cookiebar_s91__btn--decline {
    background: linear-gradient(135deg, #f47474, #f6c15c);
}

.footinfo_q82 {
    padding: 64px 0 44px;
    background: #050910;
    border-top: 1px solid var(--border);
}

.footinfo_q82__inner {
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 0 22px;
}

.footinfo_q82__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr) minmax(0, 1fr);
    gap: 34px;
    padding-bottom: 26px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.footinfo_q82__heading {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 10px;
    font-size: 18px;
    font-weight: 800;
    color: var(--accent);
}

.footinfo_q82__heading-icon {
    width: 26px;
    height: 26px;
    border-radius: 10px;
    display: grid;
    place-items: center;
    background: rgba(255, 255, 255, 0.06);
    color: var(--accent-2);
}

.footinfo_q82__text {
    margin: 0 0 14px;
    color: var(--muted);
    font-size: 14px;
}

.footinfo_q82__links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footinfo_q82__link {
    display: inline-block;
    padding: 3px 0;
    color: #d6dff1;
    font-size: 15px;
    position: relative;
}

.footinfo_q82__link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 0;
    height: 1px;
    background: linear-gradient(90deg, #8c7bff, #6af2c7);
    transition: width 0.2s ease;
}

.footinfo_q82__link:hover::after {
    width: 100%;
}

.footinfo_q82__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.footinfo_q82__tag {
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid var(--border);
    color: #d6dff1;
    font-size: 13px;
}

.footinfo_q82__partners {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.footinfo_q82__partner {
    padding: 5px 10px;
    border-radius: 999px;
    background: rgba(140, 123, 255, 0.2);
    color: #f8f9ff;
    font-size: 13px;
    font-weight: 700;
}

.footinfo_q82__safe {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px dashed var(--border);
    color: var(--muted);
    margin: 20px 0 12px;
}

.footinfo_q82__disclaimer,
.footinfo_q82__bottom-text {
    text-align: center;
    color: var(--muted);
    font-size: 13px;
    margin: 6px 0;
}

.policywrap_k17 {
    padding: 54px 0 70px;
    background: radial-gradient(circle at 20% 0, rgba(140, 123, 255, 0.12), transparent 35%),
        #050910;
}

.policywrap_k17__inner {
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 20px;
}

.policywrap_k17__hero {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(0, 0.9fr);
    gap: 20px;
    align-items: stretch;
    margin-bottom: 18px;
}

.policywrap_k17__hero-text {
    padding: 16px 18px 10px;
}

.policywrap_k17__title {
    margin: 0 0 8px;
    font-size: 30px;
    font-weight: 800;
}

.policywrap_k17__subtitle {
    margin: 0;
    color: var(--muted);
    line-height: 1.8;
}

.policywrap_k17__hero-media {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.policywrap_k17__hero-art {
    width: 240px;
    height: 140px;
    border-radius: var(--radius-md);
    background: linear-gradient(135deg, #8c7bff, #6af2c7, #f6c15c);
    position: relative;
    overflow: hidden;
    box-shadow: var(--shadow);
}

.policywrap_k17__hero-chip {
    position: absolute;
    border-radius: 12px;
    background: rgba(5, 9, 16, 0.8);
    border: 1px solid var(--border);
}

.policywrap_k17__hero-chip--one {
    width: 80px;
    height: 26px;
    top: 18px;
    left: 20px;
}

.policywrap_k17__hero-chip--two {
    width: 52px;
    height: 22px;
    bottom: 20px;
    right: 24px;
}

.policywrap_k17__hero-chip--three {
    width: 36px;
    height: 36px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.policywrap_k17__cards {
    border-radius: var(--radius-md);
    border: 1px solid var(--border);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02));
    box-shadow: var(--shadow);
    overflow: hidden;
}

.policywrap_k17__card {
    padding: 16px 18px 14px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.policywrap_k17__card:first-child {
    border-top: none;
}

.policywrap_k17__card-head {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 6px;
}

.policywrap_k17__card-index {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid var(--border);
    color: var(--accent);
    font-weight: 700;
}

.policywrap_k17__card-title {
    margin: 0;
    font-size: 17px;
    font-weight: 700;
}

.policywrap_k17__list {
    margin: 0;
    padding-left: 18px;
    color: #d6dff1;
    font-size: 14px;
}

.policywrap_k17__list li + li {
    margin-top: 6px;
}

.policywrap_k17__meta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 14px;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px dashed var(--border);
    color: var(--muted);
    font-size: 12px;
}

.agegate_m44 {
    position: fixed;
    inset: 0;
    z-index: 60;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text);
}

.agegate_m44--hidden {
    display: none;
}

.agegate_m44__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(5, 9, 16, 0.85);
    backdrop-filter: blur(8px);
}

.agegate_m44__dialog {
    position: relative;
    max-width: 520px;
    width: 100%;
    margin: 0 16px;
    border-radius: var(--radius-md);
    background: var(--panel);
    border: 1px solid var(--border);
    box-shadow: var(--shadow);
    overflow: hidden;
}

.agegate_m44__topbar {
    height: 10px;
    background: linear-gradient(90deg, #6af2c7, #8c7bff, #f6c15c);
}

.agegate_m44__content,
.agegate_m44__denied {
    padding: 20px 22px 18px;
}

.agegate_m44__denied {
    display: none;
}

.agegate_m44--denied .agegate_m44__content {
    display: none;
}

.agegate_m44--denied .agegate_m44__denied {
    display: block;
}

.agegate_m44__title {
    margin: 8px 0 10px;
    text-align: center;
    font-size: 28px;
    font-weight: 800;
    color: #f8f9ff;
}

.agegate_m44__text {
    margin: 0 0 12px;
    text-align: center;
    color: var(--muted);
    font-size: 15px;
}

.agegate_m44__remember {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    cursor: pointer;
    margin: 10px 0 16px;
}

.agegate_m44__checkbox {
    display: none;
}

.agegate_m44__checkbox-box {
    width: 18px;
    height: 18px;
    border-radius: 6px;
    border: 1px solid var(--border);
    display: grid;
    place-items: center;
    background: rgba(255, 255, 255, 0.06);
    color: transparent;
}

.agegate_m44__checkbox:checked + .agegate_m44__checkbox-box {
    background: linear-gradient(135deg, #6af2c7, #f6c15c);
    color: #050910;
}

.agegate_m44__buttons {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 12px;
}

.agegate_m44__btn {
    border: none;
    padding: 10px 16px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.6);
}

.agegate_m44__btn--yes {
    background: linear-gradient(135deg, #6af2c7, #8c7bff);
    color: #050910;
}

.agegate_m44__btn--no {
    background: linear-gradient(135deg, #f47474, #f6c15c);
    color: #050910;
}

.agegate_m44__disclaimer {
    margin: 0;
    text-align: center;
    color: var(--muted);
    font-size: 12px;
}

@media (max-width: 1024px) {
    .hero_casino_r41__inner {
        grid-template-columns: 1fr;
    }

    .hero_casino_r41__visual {
        justify-content: flex-start;
    }

    .offerslist_g72__table-head {
        display: none;
    }

    .offerslist_g72__row {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .trustgrid_h21__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .footinfo_q82__grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 720px) {
    .brandbar_q84__inner {
        padding: 0 14px;
    }

    .hero_casino_r41 {
        padding: 48px 0 64px;
    }

    .hero_casino_r41__title {
        font-size: 32px;
    }

    .hero_casino_r41__subtitle {
        font-size: 18px;
    }

    .offerslist_g72 {
        padding: 48px 0 60px;
    }

    .offerslist_g72__row {
        padding: 16px;
    }

    .trustgrid_h21__grid {
        grid-template-columns: 1fr;
    }

    .guideblock_z54 {
        padding: 52px 0 64px;
    }

    .guideblock_z54__card {
        grid-template-columns: 1fr;
    }

    .faqdeck_c93__inner {
        padding: 0 14px;
    }

    .cookiebar_s91__inner {
        flex-direction: column;
        align-items: flex-start;
    }

    .cookiebar_s91__buttons {
        width: 100%;
        justify-content: flex-start;
    }

    .footinfo_q82__grid {
        grid-template-columns: 1fr;
    }

    .policywrap_k17__hero {
        grid-template-columns: 1fr;
    }

    .policywrap_k17__hero-media {
        justify-content: flex-start;
    }
}

