
:root{--side:236px;--bg:#14000d;--panel:#2a061e;--panel2:#3a0829;--line:rgba(126,201,255,.20);--muted:#a9b8d0;--text:#f8fbff;--cyan:#0bdcff;--blue:#2867ff;--purple:#a92cff;--gold:#eab760;--shadow:0 24px 70px rgba(0,0,0,.46);--glow:0 0 0 1px rgba(79,207,255,.55),0 0 24px rgba(35,125,255,.45),0 0 38px rgba(169,44,255,.28)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:radial-gradient(circle at 15% 0,rgba(16,132,255,.22),transparent 32%),radial-gradient(circle at 90% 12%,rgba(168,38,255,.20),transparent 30%),linear-gradient(180deg,#14000d 0%,#250518 45%,#14000d 100%);overflow-x:hidden}body:before{content:"";position:fixed;inset:0;z-index:-1;opacity:.28;background-image:linear-gradient(120deg,transparent 0 45%,rgba(13,215,255,.08) 46% 47%,transparent 48%),linear-gradient(30deg,transparent 0 65%,rgba(160,44,255,.08) 66% 67%,transparent 68%);background-size:320px 320px,420px 420px}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}svg{fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.rc-skip-link{position:fixed;left:12px;top:-80px;z-index:200;padding:10px 16px;border-radius:10px;background:#fff;color:#2a061e;font-weight:900}.rc-skip-link:focus{top:12px}.rc-sidebar{position:fixed;left:0;top:0;width:var(--side);height:100vh;z-index:60;padding:18px 14px;background:linear-gradient(180deg,rgba(7,19,40,.99),rgba(3,8,23,.99));border-right:1px solid var(--line);box-shadow:12px 0 48px rgba(0,0,0,.32)}.rc-logo{display:flex;align-items:center;justify-content:center;width:100%;height:64px;padding:6px 10px;border-radius:14px;background:rgba(5,13,30,.88);border:1px solid rgba(46,188,255,.28);overflow:hidden}.rc-logo img{width:100%;height:100%;object-fit:contain}.rc-side-nav{display:flex;flex-direction:column;gap:8px;margin-top:28px}.rc-side-link{display:flex;align-items:center;gap:12px;padding:11px 10px;border-radius:11px;color:var(--muted);font-size:14px;font-weight:700;transition:.2s}.rc-side-link svg{width:22px;height:22px}.rc-side-link:hover,.rc-side-link:focus{color:#fff;background:linear-gradient(90deg,rgba(12,214,255,.12),rgba(169,44,255,.11));box-shadow:inset 0 0 0 1px rgba(65,187,255,.18)}.rc-side-actions{position:absolute;left:14px;right:14px;bottom:24px;display:grid;grid-template-columns:1fr 1fr;gap:8px}.rc-main{width:calc(100% - var(--side));margin-left:var(--side);min-height:100vh;padding-bottom:84px}.rc-header{position:sticky;top:0;z-index:50;background:rgba(3,8,23,.91);backdrop-filter:blur(16px);border-bottom:1px solid var(--line)}.rc-header-inner{min-height:74px;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:10px 18px}.rc-logo-mobile{display:none;width:186px}.rc-top-nav{display:flex;align-items:center;gap:18px}.rc-top-nav a{display:flex;align-items:center;gap:7px;color:var(--muted);font-weight:700;font-size:13px;white-space:nowrap}.rc-top-nav svg{width:20px;height:20px}.rc-top-nav a:hover{color:#fff}.rc-header-right{display:flex;align-items:center;gap:9px;white-space:nowrap}.rc-header-right strong{font-size:14px}.rc-btn{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:10px 18px;border-radius:14px;border:1px solid rgba(173,239,255,.78);font-size:14px;font-weight:900;color:#fff;cursor:pointer;transition:.2s;background:linear-gradient(90deg,var(--cyan) 0%,var(--blue) 52%,var(--purple) 100%);box-shadow:var(--glow);text-shadow:0 2px 8px rgba(0,0,0,.42)}.rc-btn:hover{transform:translateY(-1px);filter:brightness(1.08)}.rc-btn-line{background:rgba(10,28,57,.76);border-color:rgba(97,180,255,.7);box-shadow:inset 0 0 18px rgba(42,102,255,.12)}.rc-menu-toggle{display:none;width:42px;height:40px;border:1px solid var(--line);border-radius:11px;background:#3a0829;align-items:center;justify-content:center;flex-direction:column;gap:4px}.rc-menu-toggle span{width:19px;height:2px;background:#fff;border-radius:2px}.rc-menu-overlay{display:none;position:fixed;inset:0;z-index:59;border:0;background:rgba(0,0,0,.74)}.rc-menu-overlay:not([hidden]){display:block}.rc-container{width:100%;max-width:1540px;margin:0 auto;padding:16px}.rc-hero{position:relative;border:1px solid rgba(77,199,255,.28);border-radius:16px;overflow:hidden;background:#000;box-shadow:var(--shadow)}.rc-hero img{width:100%;height:auto;aspect-ratio:3/1;object-fit:cover}.rc-benefits{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin:12px 0 26px}.rc-benefits a{display:flex;align-items:center;justify-content:center;min-height:48px;padding:10px;border-radius:12px;text-align:center;font-size:13px;font-weight:900;background:linear-gradient(135deg,rgba(12,215,255,.15),rgba(72,82,255,.15),rgba(169,44,255,.15));border:1px solid rgba(98,196,255,.3);color:#eafaff}.rc-section{margin-top:28px;scroll-margin-top:110px}.rc-section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:13px;padding-bottom:10px;border-bottom:1px solid var(--line)}.rc-section-head span{display:block;width:84px;height:3px;margin-bottom:8px;background:linear-gradient(90deg,var(--cyan),var(--blue),var(--purple));border-radius:99px}.rc-section-head .rc-section-title{margin:0;font-size:21px;line-height:1.2;text-transform:uppercase;letter-spacing:.06em;font-weight:900}.rc-section-head p{margin:6px 0 0;color:var(--muted);font-size:14px}.rc-arrows{display:flex;gap:8px}.rc-arrows button{display:flex;align-items:center;justify-content:center;width:38px;height:36px;border-radius:10px;background:#3a0829;border:1px solid var(--line);font-size:27px;color:#fff;cursor:pointer}.rc-arrows button:hover{background:linear-gradient(90deg,var(--blue),var(--purple))}.rc-rail{display:grid;grid-auto-flow:column;grid-auto-columns:calc((100% - 20px)/3);gap:10px;overflow-x:auto;overscroll-behavior-inline:contain;scroll-snap-type:inline mandatory;padding:2px 2px 10px;scrollbar-width:thin;scrollbar-color:#25406e transparent}.rc-promo-card{position:relative;display:block;aspect-ratio:3/1;border-radius:13px;overflow:hidden;border:1px solid rgba(91,199,255,.28);background:#020611;scroll-snap-align:start;box-shadow:0 14px 34px rgba(0,0,0,.28)}.rc-promo-card img{width:100%;height:100%;object-fit:cover;transition:.25s}.rc-promo-card:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 20%,rgba(0,0,0,.78))}.rc-promo-card span,.rc-promo-card strong,.rc-promo-card em{position:absolute;z-index:2}.rc-promo-card span{left:14px;top:12px;padding:4px 8px;border-radius:999px;background:rgba(2,8,23,.72);border:1px solid rgba(127,215,255,.34);font-size:10px;font-weight:900;color:#9cecff}.rc-promo-card strong{left:14px;right:14px;bottom:38px;font-size:17px}.rc-promo-card em{right:14px;bottom:12px;font-style:normal;font-size:12px;font-weight:900;color:#cfeaff}.rc-promo-card:hover img{transform:scale(1.025);filter:brightness(.84)}.rc-text{margin-top:36px;padding:30px;border-radius:18px;background:linear-gradient(180deg,rgba(8,24,50,.96),rgba(4,13,30,.97));border:1px solid var(--line);box-shadow:var(--shadow);scroll-margin-top:100px}.rc-text h1{margin:0 0 18px;font-size:38px;line-height:1.12}.rc-text h2{margin:30px 0 13px;font-size:27px;line-height:1.23;color:#fff;scroll-margin-top:100px}.rc-text h3{margin:22px 0 9px;font-size:21px;color:#bfefff}.rc-text p,.rc-text li{font-size:16px;line-height:1.72;color:#eaf0fa}.rc-text ul,.rc-text ol{padding-left:24px}.rc-text li+li{margin-top:7px}.rc-text a:not(.rc-btn){color:#62e5ff}.rc-toc{display:flex;flex-wrap:wrap;align-items:center;gap:9px;padding:14px;border-radius:12px;background:#360827;border:1px solid var(--line);margin:18px 0}.rc-toc strong{margin-right:4px}.rc-toc a{padding:7px 10px;border-radius:9px;background:rgba(255,255,255,.06);font-size:13px}.rc-table-wrap{width:100%;overflow-x:auto;margin:17px 0 24px;border-radius:12px;border:1px solid rgba(94,190,255,.22)}.rc-text table{width:100%;min-width:640px;border-collapse:collapse;background:rgba(4,14,31,.76)}.rc-text th,.rc-text td{padding:12px 13px;border:1px solid rgba(123,194,255,.15);text-align:left;vertical-align:top}.rc-text th{background:linear-gradient(90deg,rgba(12,214,255,.13),rgba(44,99,255,.16),rgba(169,44,255,.13));font-weight:900}.rc-wide-banner{margin:26px 0;border-radius:15px;overflow:hidden;border:1px solid rgba(91,199,255,.3);box-shadow:0 16px 44px rgba(0,0,0,.32)}.rc-wide-banner img{width:100%;height:auto;aspect-ratio:3/1;object-fit:cover}.rc-faq details{margin:9px 0;border:1px solid var(--line);border-radius:11px;background:#360827}.rc-faq summary{cursor:pointer;padding:16px 18px;font-weight:900}.rc-faq details p{margin:0;padding:0 18px 16px}.rc-updated{display:inline-flex;margin:0 0 14px!important;padding:6px 10px;border-radius:999px;background:rgba(11,220,255,.10);border:1px solid rgba(91,203,255,.24);font-size:13px!important;color:#b8eaff!important}.rc-legal{max-width:1080px;margin-left:auto;margin-right:auto}.rc-legal h1{font-size:36px}.rc-legal h2{font-size:23px;text-transform:none}.rc-alert{padding:18px;border-radius:13px;background:rgba(112,32,255,.11);border:1px solid rgba(187,94,255,.35)}.rc-alert strong{font-size:19px}.rc-alert p{margin-bottom:0}.rc-footer{margin:32px 16px 0}.rc-footer-inner{display:grid;grid-template-columns:1.2fr 1fr auto;gap:24px;align-items:start;padding:24px;border-radius:16px;background:rgba(7,19,40,.95);border:1px solid var(--line)}.rc-footer-logo{max-width:270px;height:58px}.rc-footer p{margin:14px 0 0;color:#aebcd0;font-size:13px;line-height:1.6}.rc-footer nav{display:grid;gap:9px}.rc-footer nav a,.rc-footer-link{appearance:none;border:0;padding:0;background:transparent;color:#bdc7d8;font:inherit;font-size:14px;text-align:left;cursor:pointer}.rc-footer nav a:hover,.rc-footer-link:hover{color:#fff}.rc-footer-buttons{display:grid;gap:10px}.rc-age{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;margin-right:9px;border-radius:50%;border:2px solid #ff4d72;color:#fff;font-weight:900}.rc-editor-note{max-width:980px;margin:14px auto 0!important;text-align:center;font-size:11px!important;color:#71819a!important}.rc-copy{text-align:center!important;color:#65758c!important;margin:8px 0 0!important}.rc-mobile-cta{display:none}.rc-cookie-banner{position:fixed;left:calc(var(--side) + 18px);right:18px;bottom:88px;z-index:110;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:18px 20px;border:1px solid rgba(75,198,255,.38);border-radius:15px;background:rgba(6,18,39,.98);box-shadow:0 22px 70px rgba(0,0,0,.58);backdrop-filter:blur(14px)}.rc-cookie-banner[hidden],.rc-cookie-modal[hidden]{display:none}.rc-cookie-banner strong{font-size:18px}.rc-cookie-banner p{margin:6px 0 0;max-width:700px;color:#c5d0e2;line-height:1.5}.rc-cookie-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px;flex-wrap:wrap}.rc-cookie-modal{position:fixed;inset:0;z-index:130;display:grid;place-items:center;padding:20px;background:rgba(0,0,0,.78)}.rc-cookie-dialog{position:relative;width:min(560px,100%);max-height:90vh;overflow:auto;padding:26px;border:1px solid var(--line);border-radius:17px;background:#360827;box-shadow:0 24px 90px rgba(0,0,0,.68)}.rc-cookie-dialog h2{margin:0 40px 8px 0}.rc-cookie-dialog>p{color:#c7d1e1;line-height:1.55}.rc-cookie-dialog label{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:14px 0;border-top:1px solid var(--line)}.rc-cookie-dialog label span{display:grid;gap:4px}.rc-cookie-dialog small{color:var(--muted);line-height:1.35}.rc-cookie-dialog input{width:21px;height:21px;accent-color:var(--cyan)}.rc-cookie-close{position:absolute;right:16px;top:14px;width:36px;height:36px;border:1px solid var(--line);border-radius:50%;background:#3a0829;color:#fff;font-size:24px;cursor:pointer}.rc-cookie-more{text-align:center}.rc-redirect{min-height:100vh;display:grid;place-items:center;padding:24px;background:radial-gradient(circle at 50% 0,rgba(25,120,255,.25),transparent 45%),var(--bg)}.rc-redirect-box{width:min(600px,100%);padding:42px;text-align:center;border:1px solid var(--line);border-radius:20px;background:#2a061e;box-shadow:var(--shadow)}.rc-redirect-box img{width:310px;height:auto;margin:0 auto 20px}.rc-redirect-box h1{margin:0 0 10px}.rc-redirect-box p{color:#c6d1e2;margin:0 0 24px}.rc-error-number{display:block;font-size:76px;font-weight:900;background:linear-gradient(90deg,var(--cyan),var(--blue),var(--purple));-webkit-background-clip:text;background-clip:text;color:transparent}body.rc-lock{overflow:hidden}
@media(max-width:1400px){.rc-top-nav{gap:13px}.rc-header-right strong{display:none}.rc-rail{grid-auto-columns:calc((100% - 10px)/2)}}
@media(max-width:1200px){.rc-sidebar{transform:translateX(-100%);transition:.25s}.rc-sidebar.active{transform:translateX(0)}.rc-sidebar[aria-hidden="true"]{visibility:hidden}.rc-sidebar.active[aria-hidden="false"]{visibility:visible}.rc-main{width:100%;margin-left:0}.rc-logo-mobile{display:flex}.rc-menu-toggle{display:flex}.rc-top-nav{display:none}.rc-cookie-banner{left:18px}.rc-container{padding:12px}}
@media(max-width:900px){.rc-benefits{grid-template-columns:repeat(2,1fr)}.rc-footer-inner{grid-template-columns:1fr}.rc-footer-buttons{justify-content:start;display:flex;flex-wrap:wrap}}
@media(max-width:760px){body{padding-bottom:66px}.rc-main{padding-bottom:20px}.rc-header-inner{min-height:64px}.rc-logo-mobile{width:160px;height:46px}.rc-header-right .rc-btn{display:none}.rc-container{padding:10px}.rc-hero{border-radius:10px}.rc-benefits{grid-template-columns:1fr 1fr;margin:9px 0 20px}.rc-benefits a{font-size:11px;min-height:45px;padding:8px}.rc-section{margin-top:22px}.rc-section-head .rc-section-title{font-size:18px}.rc-section-head p{font-size:12px}.rc-rail{grid-auto-columns:88%}.rc-promo-card{min-height:145px;aspect-ratio:2.5/1}.rc-promo-card img{aspect-ratio:2.5/1}.rc-text{padding:18px 14px;margin-top:26px}.rc-text h1{font-size:29px}.rc-text h2{font-size:22px}.rc-text h3{font-size:19px}.rc-text p,.rc-text li{font-size:15px;line-height:1.66}.rc-wide-banner{margin:20px 0;border-radius:10px}.rc-wide-banner img{aspect-ratio:3/1}.rc-toc{gap:7px;padding:10px}.rc-toc strong{width:100%}.rc-toc a{font-size:12px;padding:6px 8px}.rc-footer{margin:24px 10px 0}.rc-footer-inner{padding:18px}.rc-footer-buttons{display:none}.rc-mobile-cta{position:fixed;left:0;right:0;bottom:0;z-index:90;display:grid;grid-template-columns:1.35fr 1fr;gap:8px;padding:8px max(10px,env(safe-area-inset-right)) calc(8px + env(safe-area-inset-bottom)) max(10px,env(safe-area-inset-left));background:rgba(3,8,23,.98);border-top:1px solid var(--line);backdrop-filter:blur(12px)}.rc-mobile-cta a{display:flex;align-items:center;justify-content:center;min-height:42px;border-radius:12px;background:linear-gradient(90deg,var(--cyan),var(--blue),var(--purple));border:1px solid rgba(178,235,255,.65);font-size:14px;font-weight:900}.rc-mobile-cta a:last-child{background:#0a1d3a}.rc-cookie-banner{left:10px;right:10px;bottom:76px;display:block;padding:16px}.rc-cookie-banner strong{font-size:16px}.rc-cookie-banner p{font-size:13px}.rc-cookie-banner .rc-cookie-actions{justify-content:stretch;margin-top:12px}.rc-cookie-banner .rc-cookie-actions .rc-btn{flex:1 1 130px}.rc-cookie-dialog{padding:22px 16px}.rc-redirect-box{padding:30px 18px}}
@media(max-width:430px){.rc-benefits{grid-template-columns:1fr}.rc-rail{grid-auto-columns:94%}.rc-promo-card{min-height:130px}.rc-text{padding:16px 12px}.rc-text h1{font-size:27px}.rc-text h2{font-size:21px}.rc-cookie-banner .rc-cookie-actions .rc-btn{font-size:12px;padding:8px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}


/* Red Cherry v1.1: visible logo, five game carousels and premium German footer */
.rc-logo{height:74px;padding:7px 9px;background:linear-gradient(145deg,rgba(4,15,35,.98),rgba(7,28,58,.92));border-color:rgba(50,202,255,.42);box-shadow:inset 0 0 24px rgba(36,116,255,.08),0 0 24px rgba(36,116,255,.08)}
.rc-logo img{filter:drop-shadow(0 0 9px rgba(51,211,255,.24));transform:scale(.98)}
.rc-logo-mobile{height:54px}
.rc-footer-logo{max-width:320px;height:86px}
.rc-game-section{padding:18px;border:1px solid rgba(91,199,255,.22);border-radius:16px;background:linear-gradient(180deg,rgba(8,24,51,.92),rgba(3,11,27,.96));box-shadow:0 18px 48px rgba(0,0,0,.34)}
.rc-game-section+.rc-game-section{margin-top:18px}
.rc-game-rail{grid-auto-columns:calc((100% - 48px)/5);gap:12px;padding:2px 2px 12px}
.rc-game-card{display:flex;min-width:0;min-height:100%;flex-direction:column;overflow:hidden;border:1px solid rgba(91,199,255,.26);border-radius:14px;background:linear-gradient(180deg,#0b1d3b,#061126);box-shadow:0 14px 34px rgba(0,0,0,.34);scroll-snap-align:start;transition:.22s}
.rc-game-card:hover{transform:translateY(-3px);border-color:rgba(86,224,255,.78);box-shadow:0 18px 42px rgba(0,0,0,.42),0 0 22px rgba(79,103,255,.18)}
.rc-game-card>img{width:100%;aspect-ratio:1/1;object-fit:cover;background:#040b19}
.rc-live-card>img{filter:saturate(1.08) contrast(1.04)}
.rc-game-card-body{display:flex;flex:1;min-height:128px;flex-direction:column;padding:12px}
.rc-game-card-body strong{min-height:42px;font-size:15px;line-height:1.35;color:#f4fbff}
.rc-game-card-body small{margin:4px 0 12px;color:#9fb4d1;font-size:12px}
.rc-game-card-body span{display:flex;align-items:center;justify-content:center;margin-top:auto;min-height:38px;padding:8px 10px;border:1px solid rgba(173,239,255,.72);border-radius:12px;background:linear-gradient(90deg,var(--cyan),var(--blue),var(--purple));box-shadow:var(--glow);font-size:13px;font-weight:900;color:#fff}
.rc-footer-premium{margin:42px 0 0;padding:0 16px 26px;background:linear-gradient(180deg,transparent,#02050c 7%)}
.rc-footer-panel{max-width:1508px;margin:0 auto;overflow:hidden;border:1px solid rgba(89,191,255,.23);border-radius:20px;background:linear-gradient(180deg,#07172f,#030914 78%,#01040a);box-shadow:0 28px 80px rgba(0,0,0,.48)}
.rc-footer-protection{padding:26px;background:linear-gradient(135deg,rgba(16,83,153,.18),rgba(102,35,175,.12));border-bottom:1px solid rgba(126,201,255,.18)}
.rc-footer-protection-copy{display:flex;align-items:center;gap:18px;max-width:920px;margin:0 auto 22px;text-align:left}
.rc-footer-protection h2,.rc-footer-payments h2,.rc-footer-columns h2{margin:0;color:#fff;font-size:22px;line-height:1.2}
.rc-footer-protection p,.rc-footer-payments p,.rc-footer-columns p{margin:7px 0 0;color:#aebbd0;font-size:13px;line-height:1.55}
.rc-age-large{display:grid;place-items:center;flex:0 0 72px;width:72px;height:72px;border:7px solid #ff394f;border-radius:50%;background:#fff;color:#05070b;font-size:27px;font-weight:1000;box-shadow:0 0 0 2px rgba(255,255,255,.65),0 0 28px rgba(255,56,80,.25)}
.rc-regulator-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}
.rc-regulator-card{display:flex;align-items:center;justify-content:center;min-height:112px;padding:14px;border-radius:12px;background:#fff;border:1px solid rgba(255,255,255,.25);overflow:hidden}
.rc-regulator-card img{width:100%;height:78px;object-fit:contain}
.rc-regulator-card.rc-regulator-age img{width:74px;height:74px}
.rc-regulator-card.rc-regulator-dark{background:#25577e}
.rc-regulator-note{max-width:1100px;margin:14px auto 0!important;text-align:center;font-size:11px!important;color:#7788a1!important}
.rc-footer-payments{display:grid;grid-template-columns:minmax(230px,.55fr) 1.45fr;gap:28px;align-items:center;padding:26px;border-bottom:1px solid rgba(126,201,255,.15);background:rgba(2,8,19,.76)}
.rc-payment-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:9px}
.rc-payment-logo{display:flex;align-items:center;justify-content:center;width:86px;height:48px;padding:7px 9px;border-radius:9px;background:#f7f9fc;border:1px solid #d9e2ec;box-shadow:0 7px 18px rgba(0,0,0,.20)}
.rc-payment-logo img{max-width:100%;max-height:30px;object-fit:contain}
.rc-footer-columns{display:grid;grid-template-columns:1.25fr .8fr 1fr;gap:36px;padding:32px 28px 26px}
.rc-footer-brand .rc-logo{width:290px;max-width:100%}
.rc-footer-columns nav{display:grid;grid-template-columns:1fr;gap:10px;margin-top:14px}
.rc-footer-columns nav a,.rc-footer-columns .rc-footer-link{position:relative;padding-left:14px;color:#bec9d9;font-size:13px}
.rc-footer-columns nav a:before,.rc-footer-columns .rc-footer-link:before{content:"›";position:absolute;left:0;color:#50dfff}
.rc-footer-text-link{display:inline-flex;margin-top:14px;color:#66e7ff;font-size:13px;font-weight:800}
.rc-footer-contact .rc-footer-buttons{display:flex;flex-wrap:wrap;margin-top:18px}
.rc-footer-bottom{padding:15px 24px 21px;border-top:1px solid rgba(126,201,255,.12);background:rgba(0,0,0,.18)}
.rc-footer-bottom .rc-editor-note{margin:0 auto!important}
.rc-footer-bottom .rc-copy{margin-top:8px!important}
@media(max-width:1400px){.rc-game-rail{grid-auto-columns:calc((100% - 36px)/4)}}
@media(max-width:1100px){.rc-game-rail{grid-auto-columns:calc((100% - 24px)/3)}.rc-regulator-grid{grid-template-columns:repeat(2,1fr)}.rc-footer-columns{grid-template-columns:1fr 1fr}.rc-footer-brand{grid-column:1/-1}.rc-footer-payments{grid-template-columns:1fr;text-align:center}}
@media(max-width:760px){.rc-logo{height:58px}.rc-logo-mobile{height:48px}.rc-game-section{padding:13px 10px}.rc-game-rail{grid-auto-columns:min(72vw,235px);gap:10px}.rc-game-card-body{min-height:120px}.rc-footer-premium{padding:0 10px 18px}.rc-footer-panel{border-radius:14px}.rc-footer-protection{padding:20px 14px}.rc-footer-protection-copy{align-items:flex-start}.rc-age-large{flex-basis:58px;width:58px;height:58px;border-width:6px;font-size:21px}.rc-regulator-grid{grid-template-columns:1fr 1fr;gap:8px}.rc-regulator-card{min-height:86px;padding:9px}.rc-regulator-card img{height:58px}.rc-footer-payments{padding:22px 14px;gap:18px}.rc-payment-logo{width:72px;height:43px}.rc-footer-columns{grid-template-columns:1fr;gap:24px;padding:26px 18px}.rc-footer-brand{grid-column:auto}.rc-footer-contact .rc-footer-buttons{display:flex}.rc-footer-bottom{padding:14px 14px 18px}}
@media(max-width:430px){.rc-game-rail{grid-auto-columns:min(78vw,225px)}.rc-regulator-grid{grid-template-columns:1fr}.rc-regulator-card{min-height:90px}.rc-footer-protection-copy{display:grid;justify-items:center;text-align:center}.rc-payment-logo{width:67px}}


/* Red Cherry v1.2: compact carousels, supplied live casino artwork, high-contrast logo */
.rc-logo{height:76px;padding:5px 8px;background:linear-gradient(145deg,#06152d,#0a2447);border-color:rgba(41,211,255,.62);box-shadow:inset 0 0 30px rgba(21,120,255,.14),0 0 22px rgba(15,126,255,.12)}
.rc-logo img{width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 0 8px rgba(70,212,255,.34));transform:none}
.rc-footer-logo{height:78px}
.rc-game-section{padding:14px 14px 12px}
.rc-game-section+.rc-game-section{margin-top:14px}
.rc-game-section .rc-section-head{margin-bottom:10px;padding-bottom:8px}
.rc-game-section .rc-section-head .rc-section-title{font-size:19px}
.rc-game-section .rc-section-head p{font-size:13px}
.rc-game-rail{grid-auto-columns:calc((100% - 60px)/6);gap:12px;padding:2px 2px 8px}
.rc-game-card{border-radius:12px}
.rc-game-card>img{aspect-ratio:1/1;object-fit:cover}
.rc-live-card>img{aspect-ratio:4/3;object-fit:cover;object-position:center}
.rc-game-card-body{min-height:101px;padding:9px 10px 10px}
.rc-game-card-body strong{min-height:34px;font-size:13px;line-height:1.28}
.rc-game-card-body small{margin:2px 0 8px;font-size:11px}
.rc-game-card-body span{min-height:33px;padding:6px 8px;border-radius:10px;font-size:12px;box-shadow:0 0 0 1px rgba(79,207,255,.42),0 0 15px rgba(35,125,255,.28)}
@media(max-width:1500px){.rc-game-rail{grid-auto-columns:calc((100% - 48px)/5)}}
@media(max-width:1200px){.rc-game-rail{grid-auto-columns:calc((100% - 36px)/4)}}
@media(max-width:900px){.rc-game-rail{grid-auto-columns:calc((100% - 24px)/3)}}
@media(max-width:760px){.rc-logo{height:58px;padding:4px 7px}.rc-logo-mobile{height:50px;width:175px}.rc-game-section{padding:11px 9px}.rc-game-rail{grid-auto-columns:min(58vw,205px);gap:9px}.rc-game-card-body{min-height:96px}.rc-game-card-body strong{font-size:12px}.rc-game-card-body span{font-size:11px}}
@media(max-width:430px){.rc-game-rail{grid-auto-columns:min(64vw,195px)}}

/* Red Cherry v1.3: smaller, denser game carousels */
.rc-game-section{padding:11px 11px 9px}
.rc-game-section+.rc-game-section{margin-top:12px}
.rc-game-section .rc-section-head{margin-bottom:8px;padding-bottom:7px}
.rc-game-section .rc-section-head span{width:72px;height:3px;margin-bottom:6px}
.rc-game-section .rc-section-head .rc-section-title{font-size:18px}
.rc-game-section .rc-section-head p{margin-top:4px;font-size:12px}
.rc-game-section .rc-arrows button{width:34px;height:32px;font-size:23px}
.rc-game-rail{grid-auto-columns:calc((100% - 72px)/7);gap:12px;padding:1px 1px 7px}
.rc-game-card{border-radius:10px;box-shadow:0 9px 24px rgba(0,0,0,.28)}
.rc-game-card>img,
.rc-live-card>img{width:100%;height:126px;aspect-ratio:auto;object-fit:cover;object-position:center;background:#040b19}
.rc-game-card-body{min-height:82px;padding:7px 8px 8px}
.rc-game-card-body strong{min-height:29px;font-size:12px;line-height:1.22}
.rc-game-card-body small{margin:1px 0 5px;font-size:10px;line-height:1.2}
.rc-game-card-body span{min-height:28px;padding:4px 7px;border-radius:8px;font-size:11px;box-shadow:0 0 0 1px rgba(79,207,255,.36),0 0 11px rgba(35,125,255,.22)}
@media(max-width:1500px){.rc-game-rail{grid-auto-columns:calc((100% - 60px)/6)}}
@media(max-width:1200px){.rc-game-rail{grid-auto-columns:calc((100% - 48px)/5)}}
@media(max-width:900px){.rc-game-rail{grid-auto-columns:calc((100% - 36px)/4)}}
@media(max-width:760px){
  .rc-game-section{padding:9px 8px 7px}
  .rc-game-rail{grid-auto-columns:min(46vw,168px);gap:8px}
  .rc-game-card>img,.rc-live-card>img{height:108px}
  .rc-game-card-body{min-height:76px;padding:6px 7px 7px}
  .rc-game-card-body strong{min-height:27px;font-size:11px}
  .rc-game-card-body small{font-size:9px}
  .rc-game-card-body span{min-height:26px;font-size:10px}
}
@media(max-width:430px){.rc-game-rail{grid-auto-columns:min(50vw,158px)}}


/* Red Cherry Casino brand layer — black, casino gold and electric blue */
:root{--side:238px;--bg:#020202;--panel:#080808;--panel2:#111217;--line:rgba(255,190,36,.27);--muted:#c2c5ce;--text:#fffaf0;--cyan:#079dff;--blue:#025dff;--purple:#083c99;--gold:#ffbd22;--gold2:#ffe177;--shadow:0 24px 75px rgba(0,0,0,.64);--glow:0 0 0 1px rgba(255,194,43,.72),0 0 20px rgba(5,107,255,.48),0 0 34px rgba(255,174,0,.22)}
body{background:radial-gradient(circle at 15% 0,rgba(5,91,255,.25),transparent 27%),radial-gradient(circle at 88% 12%,rgba(255,174,0,.16),transparent 28%),linear-gradient(180deg,#000 0%,#070708 46%,#010101 100%)}
body:before{opacity:.42;background-image:radial-gradient(circle at 18px 18px,rgba(255,196,44,.12) 0 1px,transparent 2px),linear-gradient(118deg,transparent 0 48%,rgba(4,102,255,.075) 49% 50%,transparent 51%),linear-gradient(32deg,transparent 0 67%,rgba(255,185,25,.06) 68% 69%,transparent 70%);background-size:84px 84px,380px 380px,460px 460px}
.rc-sidebar{background:linear-gradient(180deg,rgba(3,3,4,.99),rgba(8,8,11,.99));border-right-color:rgba(255,190,36,.23);box-shadow:12px 0 48px rgba(0,0,0,.58)}
.rc-header{background:rgba(0,0,0,.92);border-bottom-color:rgba(255,190,36,.22)}
.rc-logo{height:116px;padding:2px;background:radial-gradient(circle,rgba(6,55,130,.38),rgba(0,0,0,.96) 70%);border:1px solid rgba(255,193,33,.38);box-shadow:inset 0 0 28px rgba(0,92,255,.18),0 0 20px rgba(255,178,0,.12)}
.rc-logo img{width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 0 7px rgba(5,108,255,.4))}
.rc-logo-mobile{width:104px;height:62px;border-radius:12px}
.rc-footer-logo{width:180px!important;height:130px!important;max-width:180px!important}
.rc-side-nav{margin-top:16px}
.rc-side-link:hover,.rc-side-link:focus{background:linear-gradient(90deg,rgba(255,182,0,.13),rgba(0,94,255,.16));box-shadow:inset 0 0 0 1px rgba(255,193,34,.25)}
.rc-btn,.rc-game-card-body span,.rc-mobile-cta a,.rc-code-copy{position:relative;isolation:isolate;border:2px solid #e8a908;border-radius:15px;background:linear-gradient(180deg,#111 0%,#020202 100%);color:#d9efff;box-shadow:inset 0 0 0 1px rgba(255,235,160,.22),0 0 0 2px rgba(1,72,167,.42),0 0 18px rgba(0,102,255,.58),0 0 22px rgba(255,175,0,.22);text-shadow:0 0 8px rgba(0,127,255,.95);letter-spacing:.015em}
.rc-btn:before,.rc-code-copy:before{content:"";position:absolute;inset:4px;border-radius:10px;border:1px solid rgba(255,211,83,.25);pointer-events:none}
.rc-btn-main{background:linear-gradient(180deg,#0f0f10,#000);color:#88ccff}
.rc-btn-line{background:linear-gradient(180deg,#15100a,#030303);color:#ffd45b;text-shadow:0 0 8px rgba(255,179,0,.72)}
.rc-btn:hover,.rc-game-card-body span:hover,.rc-code-copy:hover{transform:translateY(-2px);filter:brightness(1.16);box-shadow:inset 0 0 0 1px rgba(255,237,174,.35),0 0 0 2px rgba(0,88,255,.5),0 0 28px rgba(0,111,255,.76),0 0 28px rgba(255,179,0,.35)}
.rc-hero{border-color:rgba(255,189,31,.43);box-shadow:0 0 0 1px rgba(0,91,255,.24),0 24px 72px rgba(0,0,0,.7),0 0 34px rgba(0,86,255,.18)}
.rc-benefits a{background:linear-gradient(135deg,rgba(255,179,0,.13),rgba(0,69,174,.2));border-color:rgba(255,195,39,.34);color:#fff2c3;box-shadow:inset 0 0 22px rgba(0,91,255,.08)}
.rc-section-head span{background:linear-gradient(90deg,#ffb600,#ffe478,#087cff)}
.rc-game-section,.rc-text,.rc-footer-panel{background:linear-gradient(180deg,rgba(16,16,18,.97),rgba(3,3,4,.985));border-color:rgba(255,189,31,.24)}
.rc-game-card{background:linear-gradient(180deg,#121216,#050506);border-color:rgba(255,190,36,.22)}
.rc-game-card:hover{border-color:rgba(255,201,72,.78);box-shadow:0 18px 42px rgba(0,0,0,.55),0 0 25px rgba(0,102,255,.22)}
.rc-game-card-body span{border-width:1px;color:#b8dcff;min-height:31px}
.rc-text h1{color:#ffe177;text-shadow:0 0 16px rgba(255,177,0,.2)}
@supports ((-webkit-background-clip:text) or (background-clip:text)){.rc-text h1{background:linear-gradient(90deg,#fff,#ffd45d 52%,#fff);-webkit-background-clip:text;background-clip:text;color:transparent}}
.rc-text h2{color:#ffd45d;text-shadow:0 0 14px rgba(255,177,0,.18)}
.rc-text h3{color:#9cd3ff}
.rc-text p,.rc-text li{color:#f0f1f4}
.rc-text th{background:linear-gradient(90deg,rgba(255,182,0,.18),rgba(0,77,192,.22));color:#fff2c4}
.rc-table-wrap{border-color:rgba(255,190,36,.24)}
.rc-wide-banner{border-color:rgba(255,190,36,.4);box-shadow:0 0 0 1px rgba(0,90,255,.22),0 18px 54px rgba(0,0,0,.55)}
.rc-faq details{background:#0d0d10;border-color:rgba(255,190,36,.22)}
.rc-faq summary{color:#ffd96b}
.rc-updated{background:rgba(0,87,210,.17);border-color:rgba(255,190,36,.28);color:#d8ecff!important}
.rc-code-panel{display:flex;align-items:center;justify-content:center;gap:18px;margin:14px 0 26px;padding:17px 20px;border:1px solid rgba(255,191,36,.42);border-radius:16px;background:radial-gradient(circle at 50% 0,rgba(0,87,219,.24),transparent 68%),#070708;box-shadow:0 14px 42px rgba(0,0,0,.5),inset 0 0 30px rgba(255,174,0,.06)}
.rc-code-panel span{color:#d7d8dc;font-size:14px;font-weight:800;text-transform:uppercase;letter-spacing:.12em}
.rc-code-panel strong{padding:7px 16px;border:1px dashed rgba(255,213,91,.75);border-radius:10px;color:#ffe078;font-size:24px;letter-spacing:.12em;text-shadow:0 0 12px rgba(255,184,0,.38)}
.rc-code-copy{min-height:42px;padding:9px 18px;font:inherit;font-weight:900;cursor:pointer}
.rc-promo-card{border-color:rgba(255,190,36,.34)}
.rc-promo-card span{color:#ffd75a;border-color:rgba(255,190,36,.42);background:rgba(0,0,0,.75)}
.rc-regulator-note{color:#8b8b91!important}
.rc-footer-protection{background:linear-gradient(135deg,rgba(0,80,190,.18),rgba(255,173,0,.08))}
.rc-cookie-banner,.rc-cookie-dialog{background:rgba(8,8,10,.985);border-color:rgba(255,190,36,.4)}
.rc-cookie-dialog input{accent-color:#0b74ff}
.rc-redirect{background:radial-gradient(circle at 50% 0,rgba(0,91,255,.26),transparent 44%),radial-gradient(circle at 80% 80%,rgba(255,172,0,.14),transparent 40%),#020202}
.rc-redirect-box{background:#09090b;border-color:rgba(255,190,36,.34)}
.rc-redirect-box img{width:230px;max-height:230px;object-fit:contain}
.rc-editor-note{font-size:10px!important;color:#777a82!important}
@media(max-width:760px){
 .rc-hero img,.rc-wide-banner img{aspect-ratio:auto;height:auto;object-fit:contain}
 .rc-benefits{grid-template-columns:1fr 1fr}
 .rc-code-panel{display:grid;grid-template-columns:1fr;gap:10px;text-align:center}
 .rc-code-panel strong{justify-self:center}
 .rc-code-copy{width:100%}
 .rc-text{padding:20px 14px}
 .rc-text h1{font-size:30px}.rc-text h2{font-size:24px}.rc-text h3{font-size:20px}
 .rc-table-wrap{overflow:visible;border:0}
 .rc-text table{min-width:0;background:transparent}
 .rc-text thead{display:none}
 .rc-text tbody,.rc-text tr,.rc-text td{display:block;width:100%}
 .rc-text tr{margin:0 0 14px;border:1px solid rgba(255,190,36,.23);border-radius:11px;overflow:hidden;background:rgba(10,10,12,.85)}
 .rc-text td{display:grid;grid-template-columns:minmax(112px,42%) 1fr;gap:10px;padding:10px 11px;border:0;border-bottom:1px solid rgba(255,255,255,.08);overflow-wrap:anywhere}
 .rc-text td:last-child{border-bottom:0}
 .rc-text td:before{content:attr(data-label);font-weight:900;color:#ffd463}
 .rc-footer-logo{width:145px!important;height:110px!important}
}
@media(max-width:430px){.rc-benefits{grid-template-columns:1fr}.rc-text td{grid-template-columns:1fr}.rc-text td:before{margin-bottom:2px}}

.rc-promo-card:after{display:none}
.rc-promo-card span,.rc-promo-card strong,.rc-promo-card em{display:none}


/* Red Cherry Casino España — royal navy and polished gold */
:root{--side:242px;--bg:#14000d;--panel:#2b061e;--panel2:#3a0a2a;--line:rgba(218,168,64,.34);--muted:#c9ced9;--text:#fffaf0;--cyan:#f6cd66;--blue:#d49a2f;--purple:#7b4c0e;--gold:#e8b84f;--gold2:#fff0a6;--shadow:0 26px 78px rgba(0,0,0,.66);--glow:0 0 0 1px rgba(255,220,127,.76),0 0 23px rgba(218,156,42,.38),0 0 42px rgba(17,57,117,.42)}
body{font-family:Arial,Helvetica,sans-serif;background:radial-gradient(circle at 14% 0,rgba(28,75,145,.34),transparent 28%),radial-gradient(circle at 88% 13%,rgba(205,143,28,.18),transparent 27%),linear-gradient(180deg,#16000f 0%,#2a061d 42%,#12000c 100%)}
body:before{opacity:.44;background-image:radial-gradient(circle at 18px 18px,rgba(239,191,90,.14) 0 1px,transparent 2px),linear-gradient(118deg,transparent 0 48%,rgba(15,61,128,.13) 49% 50%,transparent 51%),linear-gradient(32deg,transparent 0 67%,rgba(210,156,47,.08) 68% 69%,transparent 70%);background-size:78px 78px,360px 360px,430px 430px}
h1,h2,h3,.rc-section-title,.rc-btn,.rc-code-panel strong,.rc-redirect-box h1{font-family:Georgia,"Times New Roman",serif}
.rc-sidebar{background:linear-gradient(180deg,rgba(1,8,23,.99),rgba(3,15,37,.99));border-right-color:rgba(226,176,67,.3);box-shadow:14px 0 52px rgba(0,0,0,.62)}
.rc-header{background:rgba(1,8,22,.94);border-bottom-color:rgba(225,176,68,.28)}
.rc-logo{height:132px;padding:4px;background:radial-gradient(circle,rgba(16,50,104,.62),rgba(1,7,18,.98) 72%);border:1px solid rgba(235,188,80,.5);box-shadow:inset 0 0 34px rgba(25,67,133,.28),0 0 24px rgba(220,158,43,.15)}
.rc-logo img{filter:drop-shadow(0 0 8px rgba(232,182,67,.28))}
.rc-logo-mobile{width:150px;height:66px;border-radius:12px}
.rc-footer-logo{width:210px!important;height:154px!important;max-width:210px!important}
.rc-side-nav{margin-top:14px}
.rc-side-link{color:#d2d3d8}
.rc-side-link:hover,.rc-side-link:focus{color:#fff4cc;background:linear-gradient(90deg,rgba(230,175,61,.17),rgba(20,58,119,.26));box-shadow:inset 0 0 0 1px rgba(235,189,84,.31)}
.rc-btn,.rc-game-card-body span,.rc-mobile-cta a,.rc-code-copy{position:relative;isolation:isolate;border:2px solid #d6a13d;border-radius:10px;background:linear-gradient(180deg,#fff3bd 0%,#e9b956 16%,#b97718 54%,#f1ca6e 100%);color:#071125;box-shadow:inset 0 0 0 2px rgba(255,249,205,.45),inset 0 -8px 18px rgba(111,57,0,.24),0 0 0 1px rgba(85,48,4,.8),0 0 20px rgba(223,165,53,.38);text-shadow:0 1px 0 rgba(255,249,210,.8);letter-spacing:.025em;text-transform:uppercase}
.rc-btn:before,.rc-code-copy:before{content:"";position:absolute;inset:4px;border-radius:6px;border:1px solid rgba(82,45,0,.42);pointer-events:none}
.rc-btn:after,.rc-code-copy:after{content:"✦";position:absolute;left:10px;top:50%;transform:translateY(-50%);font-size:10px;color:#71460d;pointer-events:none}
.rc-btn-main,.rc-btn-line{background:linear-gradient(180deg,#fff3bd 0%,#e9b956 16%,#b97718 54%,#f1ca6e 100%);color:#071125;text-shadow:0 1px 0 rgba(255,249,210,.8)}
.rc-btn:hover,.rc-game-card-body span:hover,.rc-code-copy:hover{transform:translateY(-2px);filter:brightness(1.08);box-shadow:inset 0 0 0 2px rgba(255,249,205,.55),0 0 0 1px rgba(85,48,4,.8),0 0 28px rgba(237,185,74,.62)}
.rc-header-right strong{font-family:Georgia,"Times New Roman",serif;color:#f6d277;letter-spacing:.04em}
.rc-hero{border-color:rgba(237,187,75,.56);box-shadow:0 0 0 1px rgba(21,61,127,.45),0 25px 78px rgba(0,0,0,.72),0 0 38px rgba(216,157,42,.19)}
.rc-benefits a{background:linear-gradient(135deg,rgba(226,169,53,.18),rgba(12,48,105,.32));border-color:rgba(235,188,80,.4);color:#fff1bd;box-shadow:inset 0 0 24px rgba(11,48,105,.16)}
.rc-section-head span{background:linear-gradient(90deg,#8c5a12,#ffe596,#bf8121)}
.rc-section-head .rc-section-title{color:#f4d379}
.rc-game-section,.rc-text,.rc-footer-panel{background:linear-gradient(180deg,rgba(6,21,48,.97),rgba(1,9,23,.985));border-color:rgba(231,181,71,.3)}
.rc-game-card{background:linear-gradient(180deg,#3a0828,#220417);border-color:rgba(229,179,69,.28)}
.rc-game-card:hover{border-color:rgba(255,218,124,.82);box-shadow:0 18px 44px rgba(0,0,0,.58),0 0 28px rgba(225,168,55,.24)}
.rc-game-card-body span{border-width:1px;min-height:31px;font-family:Arial,Helvetica,sans-serif;font-size:10px}
.rc-text h1{color:#ffe69c;text-shadow:0 0 18px rgba(225,169,57,.24)}
@supports ((-webkit-background-clip:text) or (background-clip:text)){.rc-text h1{background:linear-gradient(90deg,#fff8dc,#e6b84e 52%,#fff8dc);-webkit-background-clip:text;background-clip:text;color:transparent}}
.rc-text h2{color:#eac35f;text-shadow:0 0 15px rgba(219,161,46,.2)}
.rc-text h3{color:#fff0af}
.rc-text p,.rc-text li{color:#f2f0e9}
.rc-text a:not(.rc-btn){color:#f2cf75}
.rc-text th{background:linear-gradient(90deg,rgba(221,162,45,.22),rgba(18,55,115,.34));color:#fff0b4}
.rc-table-wrap{border-color:rgba(229,179,70,.31)}
.rc-wide-banner{border-color:rgba(238,190,82,.5);box-shadow:0 0 0 1px rgba(20,59,122,.37),0 18px 56px rgba(0,0,0,.58)}
.rc-faq details{background:#07172f;border-color:rgba(229,179,70,.3)}
.rc-faq summary{color:#f2d275}
.rc-updated{background:rgba(18,54,111,.35);border-color:rgba(232,183,76,.35);color:#f7e8b8!important}
.rc-code-panel{background:radial-gradient(circle at 50% 0,rgba(29,72,141,.42),transparent 68%),#2c061f;border-color:rgba(238,191,84,.5)}
.rc-code-panel span{color:#e8dfc7}
.rc-code-panel strong{color:#ffe58d;border-color:rgba(255,219,117,.82);text-shadow:0 0 14px rgba(227,172,56,.5)}
.rc-promo-card{border-color:rgba(235,187,77,.45)}
.rc-footer-protection{background:linear-gradient(135deg,rgba(14,52,112,.33),rgba(211,151,36,.11))}
.rc-cookie-banner,.rc-cookie-dialog{background:rgba(3,13,31,.99);border-color:rgba(232,183,76,.5)}
.rc-cookie-dialog input{accent-color:#c78a23}
.rc-redirect{background:radial-gradient(circle at 50% 0,rgba(21,61,126,.42),transparent 46%),radial-gradient(circle at 80% 80%,rgba(211,151,36,.17),transparent 42%),#14000d}
.rc-redirect-box{background:#29061d;border-color:rgba(234,185,78,.45)}
.rc-redirect-box img{width:300px;max-height:230px;object-fit:contain}
.rc-editor-note{font-size:10px!important;color:#8d929f!important}
.rc-regulator-card.rc-text-badge{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;min-height:78px;padding:10px;color:#f2d173;text-align:center}
.rc-regulator-card.rc-text-badge strong{font:900 19px Georgia,"Times New Roman",serif}
.rc-regulator-card.rc-text-badge span{font-size:11px;color:#d8d4c9}
.rc-legal-note{margin:18px 0;padding:15px 17px;border-left:4px solid #d6a13d;border-radius:9px;background:rgba(18,52,106,.24);color:#efe7d1}
.rc-operator-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:18px 0}
.rc-operator-grid div{padding:13px;border:1px solid rgba(230,180,72,.28);border-radius:10px;background:rgba(4,18,42,.82)}
.rc-operator-grid strong{display:block;margin-bottom:5px;color:#efcc6c;font-family:Georgia,"Times New Roman",serif}
.rc-promo-card:after{display:none}.rc-promo-card span,.rc-promo-card strong,.rc-promo-card em{display:none}
@media(max-width:760px){.rc-logo{height:60px;padding:3px}.rc-logo-mobile{width:145px;height:54px}.rc-footer-logo{width:160px!important;height:118px!important}.rc-operator-grid{grid-template-columns:1fr}.rc-btn:after,.rc-code-copy:after{display:none}.rc-text td:before{color:#efc75f}}
/* Decorative button framing is provided by the double border; no prefixed glyphs. */
.rc-btn:after,.rc-code-copy:after{display:none!important}


/* Red Cherry v1.2: royal navy and gold responsible-gaming and payment footer */
.rc-footer-panel{
  position:relative;
  border:1px solid rgba(239,196,91,.58);
  background:
    radial-gradient(circle at 12% 5%,rgba(35,88,164,.22),transparent 32%),
    radial-gradient(circle at 88% 18%,rgba(218,157,44,.14),transparent 30%),
    linear-gradient(180deg,#310621 0%,#1d0214 58%,#14000d 100%);
  box-shadow:0 30px 90px rgba(0,0,0,.58),0 0 38px rgba(210,150,38,.13),inset 0 1px 0 rgba(255,230,153,.14)
}
.rc-footer-panel:before{
  content:"";position:absolute;inset:7px;pointer-events:none;border:1px solid rgba(232,186,78,.18);border-radius:14px
}
.rc-footer-protection{
  position:relative;padding:31px 30px 28px;
  background:
    linear-gradient(90deg,transparent,rgba(241,197,89,.16),transparent) top/100% 1px no-repeat,
    radial-gradient(circle at 50% -25%,rgba(38,88,165,.42),transparent 52%),
    linear-gradient(135deg,rgba(6,25,58,.98),rgba(10,31,66,.92) 58%,rgba(61,39,8,.34));
  border-bottom:1px solid rgba(235,189,81,.28)
}
.rc-footer-protection:after{
  content:"◆";position:absolute;left:50%;bottom:-10px;transform:translateX(-50%);z-index:2;
  padding:0 12px;color:#eac45f;background:#1d0214;font-size:13px;text-shadow:0 0 12px rgba(239,188,67,.6)
}
.rc-footer-protection-copy{max-width:980px;margin-bottom:25px;padding-bottom:20px;border-bottom:1px solid rgba(235,188,76,.18)}
.rc-footer-eyebrow{display:block;margin-bottom:5px;color:#e6b84e;font-size:10px;font-weight:900;letter-spacing:.19em;text-transform:uppercase}
.rc-footer-protection h2,.rc-footer-payments h2,.rc-footer-columns h2{font-family:Georgia,"Times New Roman",serif;color:#fff0b1;text-shadow:0 0 15px rgba(223,164,45,.22)}
.rc-footer-protection p,.rc-footer-payments p,.rc-footer-columns p{color:#d6d6d4}
.rc-age-large{
  color:#071226;background:radial-gradient(circle,#fff8dc 0 51%,#efbd4e 52% 64%,#7b4b0b 65% 70%,#fff3b6 71% 100%);
  border:0;box-shadow:0 0 0 1px rgba(255,228,142,.55),0 0 24px rgba(232,178,58,.28);font-weight:950
}
.rc-regulator-grid{max-width:1180px;margin:0 auto;gap:14px}
.rc-regulator-card{
  position:relative;min-height:118px;padding:15px 14px;border-radius:14px;overflow:hidden;
  background:
    radial-gradient(circle at 50% 0,rgba(44,91,161,.34),transparent 65%),
    linear-gradient(145deg,#0c244a 0%,#06152f 64%,#020b1c 100%);
  border:1px solid rgba(232,185,74,.62);
  box-shadow:inset 0 0 0 3px rgba(239,195,90,.055),inset 0 -22px 35px rgba(0,0,0,.2),0 10px 28px rgba(0,0,0,.3),0 0 18px rgba(212,151,37,.09)
}
.rc-regulator-card:before,.rc-regulator-card:after{content:"";position:absolute;width:19px;height:19px;pointer-events:none}
.rc-regulator-card:before{left:7px;top:7px;border-left:2px solid #d7a83f;border-top:2px solid #d7a83f}
.rc-regulator-card:after{right:7px;bottom:7px;border-right:2px solid #d7a83f;border-bottom:2px solid #d7a83f}
.rc-regulator-card.rc-regulator-age{flex-direction:column;gap:4px;background:radial-gradient(circle at 50% 22%,rgba(235,189,77,.16),transparent 38%),linear-gradient(145deg,#0b2145,#041128)}
.rc-regulator-card.rc-regulator-age img{width:70px;height:70px;filter:drop-shadow(0 0 12px rgba(239,190,73,.24))}
.rc-regulator-card.rc-regulator-age span{color:#e9d8aa;font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
.rc-regulator-card.rc-text-badge{gap:3px;color:#f3cf69}
.rc-resource-icon{
  display:grid;place-items:center;width:35px;height:35px;margin-bottom:4px;border:1px solid rgba(255,220,125,.75);border-radius:50%;
  background:linear-gradient(145deg,#f5d57b,#9b6414);color:#071329;font:900 16px Georgia,"Times New Roman",serif;font-style:normal;
  box-shadow:inset 0 0 0 3px rgba(255,245,198,.23),0 0 15px rgba(229,174,55,.24)
}
.rc-regulator-card.rc-text-badge strong{color:#f8da82;font-size:20px;text-shadow:0 0 12px rgba(226,169,51,.22)}
.rc-regulator-card.rc-text-badge span{color:#ddd4bd;font-size:11px}
.rc-regulator-note{color:#aeb5c1!important;max-width:1000px!important}
.rc-footer-payments{
  position:relative;padding:31px 30px;gap:34px;
  background:
    radial-gradient(circle at 77% 50%,rgba(36,83,151,.22),transparent 38%),
    linear-gradient(90deg,rgba(2,10,24,.96),rgba(7,23,51,.94));
  border-bottom:1px solid rgba(234,188,78,.25)
}
.rc-payment-grid{gap:11px;justify-content:flex-end}
.rc-payment-logo{
  position:relative;width:94px;height:54px;padding:8px 10px;border-radius:10px;
  background:linear-gradient(145deg,#fff8df 0%,#ead7a8 55%,#c99a44 100%);
  border:1px solid #e9bd5c;
  box-shadow:inset 0 0 0 2px rgba(255,255,255,.38),inset 0 -7px 13px rgba(116,73,10,.18),0 8px 22px rgba(0,0,0,.28),0 0 16px rgba(221,164,50,.12)
}
.rc-payment-logo:before{content:"";position:absolute;inset:4px;border:1px solid rgba(117,71,8,.2);border-radius:6px;pointer-events:none}
.rc-payment-logo img{position:relative;z-index:1;max-height:31px;filter:saturate(.92) contrast(1.04)}
.rc-footer-columns{background:linear-gradient(180deg,rgba(3,13,31,.2),rgba(0,0,0,.16))}
.rc-footer-bottom{border-top:1px solid rgba(234,188,78,.2);background:linear-gradient(90deg,rgba(64,42,8,.18),rgba(0,0,0,.22),rgba(64,42,8,.18))}
@media(max-width:760px){
  .rc-footer-protection{padding:23px 14px 25px}.rc-footer-protection-copy{padding-bottom:17px}.rc-regulator-card{min-height:102px}
  .rc-resource-icon{width:31px;height:31px;font-size:14px}.rc-regulator-card.rc-text-badge strong{font-size:17px}
  .rc-footer-payments{padding:24px 14px}.rc-payment-grid{justify-content:center}.rc-payment-logo{width:80px;height:48px}
}
@media(max-width:430px){.rc-regulator-grid{grid-template-columns:1fr 1fr}.rc-regulator-card{min-height:99px}.rc-payment-logo{width:76px}}
.rc-resource-age-mark{display:grid;place-items:center;width:67px;height:67px;border:6px solid #d7a43c;border-radius:50%;background:#fff4d4;color:#071329;font-size:22px;font-weight:950;box-shadow:inset 0 0 0 3px #071329,0 0 18px rgba(231,177,58,.24)}
.rc-regulator-card.rc-regulator-age .rc-resource-age-mark{color:#071329;font-size:22px;font-weight:950;letter-spacing:0;text-transform:none}


/* Red Cherry 2026: navy, neon Miami and polished gold */
:root{--side:236px;--bg:#14000d;--panel:#06142c;--panel2:#0a1d3e;--line:rgba(237,187,75,.28);--muted:#c4c7d2;--text:#fffaf0;--cyan:#23c8ff;--blue:#244bff;--purple:#cf2cff;--gold:#f0c35c;--shadow:0 24px 72px rgba(0,0,0,.62);--glow:0 0 0 1px rgba(255,218,118,.7),0 0 18px rgba(232,170,54,.55),0 0 32px rgba(78,52,255,.22)}
body{font-family:Montserrat,Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:radial-gradient(circle at 15% 8%,rgba(36,75,255,.27),transparent 29%),radial-gradient(circle at 83% 12%,rgba(207,44,255,.17),transparent 29%),radial-gradient(circle at 52% 78%,rgba(235,168,48,.09),transparent 34%),linear-gradient(180deg,#01040d 0%,#04122a 44%,#14000d 100%)}
body:before{opacity:.42;background-image:linear-gradient(115deg,transparent 0 47%,rgba(36,199,255,.08) 48% 48.5%,transparent 49.5%),linear-gradient(25deg,transparent 0 66%,rgba(207,44,255,.07) 67% 67.5%,transparent 68.5%);background-size:340px 340px,460px 460px}
.rc-sidebar{background:linear-gradient(180deg,rgba(3,14,36,.995),rgba(1,5,15,.995));border-right-color:rgba(239,190,79,.35)}
.rc-header{background:rgba(1,7,19,.94)}
.rc-logo{background:radial-gradient(circle at 50% 50%,rgba(28,75,154,.55),rgba(1,7,18,.98) 72%);border-color:rgba(240,193,83,.58)}
.rc-logo img{filter:drop-shadow(0 0 10px rgba(240,189,72,.3))}
.rc-section-title,.rc-text h2,.rc-text h3{font-family:Georgia,"Times New Roman",serif;letter-spacing:.015em}
.rc-btn,.rc-mobile-cta a,.rc-code-copy{border-radius:9px;border:2px solid #e0aa3c;background:linear-gradient(180deg,#fff6c7 0%,#efc663 18%,#bd7b17 56%,#f5d579 100%);color:#050b18;box-shadow:inset 0 0 0 2px rgba(255,251,215,.54),inset 0 -9px 16px rgba(91,48,0,.24),0 0 0 1px rgba(83,43,0,.85),0 0 22px rgba(237,174,50,.43);text-transform:none;font-weight:900}
.rc-btn:before,.rc-code-copy:before{inset:4px;border-radius:5px}
.rc-wide-banner,.rc-promo-card,.rc-hero{border-color:rgba(241,196,88,.55);box-shadow:0 0 0 1px rgba(32,69,145,.5),0 20px 58px rgba(0,0,0,.62),0 0 34px rgba(213,149,38,.18)}
.rc-benefits a{background:linear-gradient(135deg,rgba(232,174,52,.18),rgba(35,77,166,.32),rgba(184,30,231,.13));border-color:rgba(239,190,79,.42)}
.rc-text{background:linear-gradient(180deg,rgba(6,22,50,.985),rgba(1,9,23,.992));border-color:rgba(235,183,70,.35)}
.rc-text h1{font-family:Georgia,"Times New Roman",serif;font-size:clamp(30px,4vw,52px)}
.rc-text p,.rc-text li{line-height:1.72}
.rc-text ul,.rc-text ol{padding-left:25px}
.rc-text blockquote,.rc-legal-note{margin:18px 0;padding:16px 18px;border-left:4px solid #e0aa3c;border-radius:10px;background:linear-gradient(90deg,rgba(22,65,135,.33),rgba(203,143,31,.08));color:#f6edd7}
.rc-promo-code-box{display:grid;grid-template-columns:1fr auto;gap:18px;align-items:center;margin:22px 0;padding:19px;border:1px solid rgba(241,196,88,.52);border-radius:14px;background:radial-gradient(circle at 20% 0,rgba(111,45,214,.18),transparent 52%),linear-gradient(135deg,#310621,#030b1c);box-shadow:0 14px 42px rgba(0,0,0,.38)}
.rc-promo-code-box small{display:block;margin-bottom:5px;color:#c7c9d2}.rc-promo-code-box strong{font:900 clamp(28px,4vw,44px) Georgia,"Times New Roman",serif;color:#f6d779;letter-spacing:.14em}.rc-promo-code-box p{margin:5px 0 0}.rc-promo-code-box .rc-btn{min-width:190px}
.rc-legal-page .rc-container{max-width:1220px}.rc-legal-page .rc-text{position:relative;overflow:hidden}.rc-legal-page .rc-text:before{content:"";position:absolute;inset:0 0 auto 0;height:280px;z-index:0;background:linear-gradient(180deg,rgba(1,8,24,.2),rgba(1,8,24,.96)),url('/wp-content/themes/red-cherry/assets/images/red-cherry-hero.webp') center/cover no-repeat;opacity:.38;pointer-events:none}.rc-legal-page .rc-text>*{position:relative;z-index:1}.rc-legal-page .rc-text h1{padding-top:42px}.rc-legal-meta{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:18px 0}.rc-legal-meta div{padding:13px;border:1px solid rgba(235,183,70,.3);border-radius:10px;background:rgba(4,18,42,.78)}.rc-legal-meta strong{display:block;margin-bottom:4px;color:#efcc6c}
.rc-text a[href^="http"]{overflow-wrap:anywhere}
.rc-redirect{min-height:100vh;display:grid;place-items:center;padding:24px;background:radial-gradient(circle at 30% 12%,rgba(39,74,255,.35),transparent 35%),radial-gradient(circle at 80% 84%,rgba(216,151,35,.2),transparent 32%),#14000d}.rc-redirect-box{width:min(680px,100%);padding:34px;text-align:center;border:1px solid rgba(239,192,85,.55);border-radius:20px;background:linear-gradient(180deg,rgba(7,27,61,.98),rgba(2,10,25,.99));box-shadow:0 32px 90px rgba(0,0,0,.65)}.rc-redirect-box img{width:min(520px,100%);height:auto;margin:0 auto 22px}.rc-redirect-box h1{font-family:Georgia,"Times New Roman",serif;color:#f5d274}.rc-redirect-box p{color:#d7d8de}.rc-redirect-box .rc-btn{margin-top:12px;min-width:230px}
@media(max-width:760px){.rc-promo-code-box{grid-template-columns:1fr;text-align:center}.rc-promo-code-box .rc-btn{width:100%}.rc-legal-meta{grid-template-columns:1fr}.rc-legal-page .rc-text h1{padding-top:16px}}


/* Red Cherry Casino España — vino oscuro, morado y oro */
:root{
  --side:242px;
  --bg:#14000d;
  --panel:#29061d;
  --panel2:#3b082a;
  --line:rgba(255,190,32,.34);
  --muted:#d7c7cf;
  --text:#fff9f0;
  --cyan:#ffe169;
  --blue:#ffb900;
  --purple:#7a174f;
  --gold:#ffc315;
  --gold2:#fff0a6;
  --shadow:0 26px 78px rgba(0,0,0,.66);
  --glow:0 0 0 1px rgba(255,222,94,.78),0 0 25px rgba(255,174,0,.38),0 0 44px rgba(177,18,103,.28)
}
body{
  font-family:Arial,Helvetica,sans-serif;
  background:
    radial-gradient(circle at 12% 0,rgba(126,13,75,.36),transparent 28%),
    radial-gradient(circle at 88% 12%,rgba(255,165,0,.18),transparent 27%),
    linear-gradient(180deg,#13000c 0%,#2b071f 43%,#12000c 100%);
}
body:before{
  opacity:.48;
  background-image:
    radial-gradient(circle at 18px 18px,rgba(255,190,30,.13) 0 1px,transparent 2px),
    linear-gradient(118deg,transparent 0 48%,rgba(146,15,88,.14) 49% 50%,transparent 51%),
    linear-gradient(32deg,transparent 0 67%,rgba(255,183,0,.08) 68% 69%,transparent 70%);
  background-size:78px 78px,360px 360px,430px 430px;
}
h1,h2,h3,.rc-section-title,.rc-btn,.rc-code-panel strong,.rc-redirect-box h1{font-family:Arial,Helvetica,sans-serif;font-weight:900}
.rc-sidebar{background:linear-gradient(180deg,rgba(25,0,16,.99),rgba(44,4,31,.99));border-right-color:rgba(255,190,32,.34)}
.rc-header{background:rgba(25,0,16,.95);border-bottom-color:rgba(255,190,32,.28)}
.rc-logo{background:radial-gradient(circle,rgba(106,10,66,.58),rgba(24,0,15,.98) 74%);border-color:rgba(255,192,28,.52)}
.rc-side-link:hover,.rc-side-link:focus{background:linear-gradient(90deg,rgba(255,187,0,.18),rgba(128,13,77,.35));box-shadow:inset 0 0 0 1px rgba(255,194,35,.32)}
.rc-btn,.rc-game-card-body span,.rc-mobile-cta a,.rc-code-copy{
  border:2px solid #ffb900;
  border-radius:14px;
  background:linear-gradient(180deg,#fff16a 0%,#ffc400 22%,#f09a00 68%,#ffcc20 100%);
  color:#220014;
  box-shadow:inset 0 0 0 2px rgba(255,250,177,.52),inset 0 -8px 18px rgba(126,56,0,.22),0 0 0 1px rgba(88,41,0,.78),0 0 24px rgba(255,179,0,.42);
  text-shadow:0 1px 0 rgba(255,248,171,.85);
  text-transform:none;
  letter-spacing:0;
}
.rc-btn:before,.rc-code-copy:before{inset:4px;border-radius:9px;border-color:rgba(91,43,0,.42)}
.rc-btn:hover,.rc-game-card-body span:hover,.rc-code-copy:hover{filter:brightness(1.07);box-shadow:inset 0 0 0 2px rgba(255,250,177,.6),0 0 0 1px rgba(91,43,0,.8),0 0 32px rgba(255,184,0,.68)}
.rc-header-right strong{color:#ffd243;letter-spacing:.03em}
.rc-hero{border-color:rgba(255,193,30,.58);box-shadow:0 0 0 1px rgba(126,13,76,.62),0 25px 78px rgba(0,0,0,.72),0 0 40px rgba(255,180,0,.18)}
.rc-benefits a{background:linear-gradient(135deg,rgba(255,180,0,.18),rgba(126,13,76,.38));border-color:rgba(255,194,35,.42);color:#fff0a8}
.rc-section-head span{background:linear-gradient(90deg,#8d1457,#ffd93c,#ff9f00)}
.rc-section-head .rc-section-title{color:#ffd243}
.rc-game-section,.rc-text,.rc-footer-panel{background:linear-gradient(180deg,rgba(54,5,37,.97),rgba(23,0,15,.985));border-color:rgba(255,190,32,.31)}
.rc-game-card{background:linear-gradient(180deg,#4b0933,#200014);border-color:rgba(255,190,32,.28)}
.rc-game-card:hover{border-color:rgba(255,220,95,.84);box-shadow:0 18px 44px rgba(0,0,0,.58),0 0 28px rgba(255,174,0,.25)}
.rc-text h1{color:#fff6dc;text-shadow:0 0 18px rgba(255,184,0,.25)}
@supports ((-webkit-background-clip:text) or (background-clip:text)){.rc-text h1{background:linear-gradient(90deg,#fff,#ffd118 52%,#fff);-webkit-background-clip:text;background-clip:text;color:transparent}}
.rc-text h2{color:#ffd438;text-shadow:0 0 15px rgba(255,184,0,.22)}
.rc-text h3{color:#fff0a6}
.rc-text p,.rc-text li{color:#f5edf1}
.rc-text th{background:linear-gradient(90deg,rgba(255,182,0,.2),rgba(128,13,77,.34));color:#fff3b5}
.rc-table-wrap{border-color:rgba(255,190,32,.26)}
.rc-wide-banner{border-color:rgba(255,190,32,.44);box-shadow:0 0 0 1px rgba(128,13,77,.46),0 18px 54px rgba(0,0,0,.58)}
.rc-faq details{background:#30051f;border-color:rgba(255,190,32,.24)}
.rc-faq summary{color:#ffdb4d}
.rc-updated{background:rgba(126,13,77,.28);border-color:rgba(255,190,32,.3);color:#fff0bd!important}
.rc-code-panel{background:radial-gradient(circle at 50% 0,rgba(126,13,77,.45),transparent 68%),#240018;border-color:rgba(255,194,35,.52)}
.rc-code-panel strong{color:#ffdf46;border-color:rgba(255,219,75,.86);text-shadow:0 0 14px rgba(255,184,0,.52)}
.rc-footer-protection{background:linear-gradient(135deg,rgba(126,13,77,.34),rgba(255,173,0,.1))}
.rc-cookie-banner,.rc-cookie-dialog{background:rgba(29,0,19,.99);border-color:rgba(255,190,32,.5)}
.rc-cookie-dialog input{accent-color:#ffb900}
.rc-redirect{background:radial-gradient(circle at 50% 0,rgba(126,13,77,.44),transparent 46%),radial-gradient(circle at 80% 80%,rgba(255,173,0,.18),transparent 42%),#14000d}
.rc-redirect-box{background:#2a041c;border-color:rgba(255,190,32,.46)}
.rc-redirect-box img{width:420px;max-height:170px;object-fit:contain}
.rc-legal-note{border-left-color:#ffc21a;background:rgba(126,13,77,.25)}
.rc-operator-grid div{border-color:rgba(255,190,32,.3);background:rgba(43,5,29,.86)}
.rc-operator-grid strong{color:#ffd748}
.rc-promo-card{border-color:rgba(255,190,32,.45)}
.rc-footer-panel{background:radial-gradient(circle at 12% 5%,rgba(126,13,77,.25),transparent 32%),radial-gradient(circle at 88% 18%,rgba(255,157,0,.16),transparent 30%),linear-gradient(180deg,#360524 0%,#210016 58%,#12000c 100%)}
.rc-text a:not(.rc-btn){color:#ffdc54}
.rc-text blockquote{margin:18px 0;padding:14px 18px;border-left:4px solid #ffc315;background:rgba(126,13,77,.22);border-radius:10px}


/* Red Cherry Casino España — cherry red, black and polished gold */
:root{--side:242px;--bg:#090000;--panel:#190303;--panel2:#290505;--line:rgba(255,183,72,.34);--muted:#d1c5bc;--text:#fff8ee;--cyan:#ffcc69;--blue:#d89024;--purple:#7a160d;--gold:#f0b951;--gold2:#ffe7a0;--shadow:0 28px 82px rgba(0,0,0,.72);--glow:0 0 0 1px rgba(255,211,117,.72),0 0 24px rgba(231,53,24,.33),0 0 38px rgba(226,161,42,.22)}
body{font-family:Arial,Helvetica,sans-serif;background:radial-gradient(circle at 12% 0,rgba(181,12,7,.26),transparent 31%),radial-gradient(circle at 89% 9%,rgba(239,145,25,.16),transparent 29%),radial-gradient(circle at 48% 72%,rgba(92,0,0,.25),transparent 34%),linear-gradient(180deg,#050000 0%,#170202 44%,#080000 100%)}
body:before{opacity:.34;background-image:radial-gradient(circle at 22px 22px,rgba(255,188,65,.12) 0 1px,transparent 2px),linear-gradient(118deg,transparent 0 48%,rgba(214,22,12,.11) 49% 50%,transparent 51%),linear-gradient(32deg,transparent 0 67%,rgba(247,173,43,.07) 68% 69%,transparent 70%);background-size:84px 84px,360px 360px,430px 430px}
h1,h2,h3,.rc-section-title,.rc-btn,.rc-code-panel strong,.rc-redirect-box h1{font-family:Georgia,"Times New Roman",serif}
.rc-sidebar{background:linear-gradient(180deg,rgba(15,0,0,.995),rgba(4,0,0,.995));border-right-color:rgba(238,169,54,.30);box-shadow:14px 0 52px rgba(0,0,0,.66)}
.rc-header{background:rgba(11,0,0,.95);border-bottom-color:rgba(239,171,57,.28)}
.rc-logo{background:radial-gradient(circle,rgba(91,5,3,.45),rgba(6,0,0,.98) 74%);border-color:rgba(239,177,66,.48);box-shadow:inset 0 0 32px rgba(126,8,4,.26),0 0 24px rgba(230,144,32,.12)}
.rc-side-link:hover,.rc-side-link:focus{color:#fff2ce;background:linear-gradient(90deg,rgba(185,14,9,.28),rgba(90,5,2,.26));box-shadow:inset 0 0 0 1px rgba(240,181,71,.28)}
.rc-btn,.rc-game-card-body span,.rc-mobile-cta a,.rc-code-copy{position:relative;isolation:isolate;border:2px solid #f2be58;border-radius:15px;background:linear-gradient(180deg,#ff4130 0%,#d9150c 36%,#840500 68%,#c80b04 100%);color:#fff7df;box-shadow:inset 0 0 0 2px rgba(255,224,143,.25),inset 0 -9px 19px rgba(40,0,0,.34),0 0 0 1px rgba(91,38,0,.78),0 0 22px rgba(211,33,17,.38),0 0 18px rgba(240,176,53,.17);text-shadow:0 2px 4px rgba(0,0,0,.75);letter-spacing:.015em;text-transform:none;font-weight:900}
.rc-btn:before,.rc-code-copy:before{content:"";position:absolute;inset:4px;border-radius:10px;border:1px solid rgba(255,222,135,.33);pointer-events:none}
.rc-btn-main,.rc-btn-line{background:linear-gradient(180deg,#ff4934 0%,#dd190e 36%,#820500 70%,#c70d05 100%);color:#fff7df}
.rc-btn:hover,.rc-game-card-body span:hover,.rc-code-copy:hover{transform:translateY(-2px);filter:brightness(1.08);box-shadow:inset 0 0 0 2px rgba(255,228,151,.32),0 0 0 1px rgba(91,38,0,.85),0 0 30px rgba(232,48,24,.55),0 0 22px rgba(243,183,60,.25)}
.rc-header-right strong{color:#f6c95e;font-family:Georgia,"Times New Roman",serif}
.rc-hero{border-color:rgba(240,181,69,.56);box-shadow:0 0 0 1px rgba(154,15,8,.42),0 25px 78px rgba(0,0,0,.76),0 0 42px rgba(200,34,17,.22)}
.rc-hero:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.12),rgba(0,0,0,.10) 28%,rgba(0,0,0,.46) 50%,rgba(0,0,0,.10) 72%,rgba(0,0,0,.12));pointer-events:none}
.rc-hero-copy{position:absolute;z-index:3;left:50%;top:49%;transform:translate(-50%,-50%);width:min(720px,58%);text-align:center;padding:22px 28px;border-radius:22px;background:radial-gradient(circle at 50% 0,rgba(120,4,2,.42),rgba(0,0,0,.15) 72%);text-shadow:0 3px 12px #000}
.rc-hero-copy h1{margin:0;color:#ffe39a;font-size:clamp(28px,3.4vw,58px);line-height:1.03;text-shadow:0 0 18px rgba(240,167,44,.35),0 4px 14px #000}
.rc-hero-copy p{margin:13px auto 17px;max-width:620px;color:#fff7e9;font-size:clamp(14px,1.25vw,19px);line-height:1.45}
.rc-hero-copy .rc-btn{min-width:190px}
.rc-benefits a{background:linear-gradient(135deg,rgba(188,17,10,.25),rgba(64,0,0,.44));border-color:rgba(238,179,68,.4);color:#ffe5a0}
.rc-section-head span{background:linear-gradient(90deg,#851108,#ffe290,#bd7118)}
.rc-section-head .rc-section-title{color:#f3c85f}
.rc-game-section,.rc-text,.rc-footer-panel{background:linear-gradient(180deg,rgba(29,2,2,.97),rgba(7,0,0,.985));border-color:rgba(235,174,63,.30)}
.rc-game-card{background:linear-gradient(180deg,#260303,#110000);border-color:rgba(232,174,67,.28)}
.rc-game-card:hover{border-color:rgba(255,219,126,.82);box-shadow:0 18px 44px rgba(0,0,0,.61),0 0 28px rgba(211,43,24,.28)}
.rc-text h1{color:#ffe69c}.rc-text h2{color:#efbf53;text-shadow:0 0 15px rgba(218,67,31,.20)}.rc-text h3{color:#ffe3a0}
.rc-text p,.rc-text li{color:#f3ece8}.rc-text a:not(.rc-btn){color:#f3c961}
.rc-text th{background:linear-gradient(90deg,rgba(168,19,10,.34),rgba(98,5,2,.38));color:#ffe49a}
.rc-table-wrap{border-color:rgba(232,174,64,.32)}
.rc-wide-banner{border-color:rgba(239,181,72,.52);box-shadow:0 0 0 1px rgba(125,10,5,.38),0 18px 56px rgba(0,0,0,.64)}
.rc-faq details{background:#180202;border-color:rgba(232,174,65,.30)}.rc-faq summary{color:#f3cb6b}
.rc-updated{background:rgba(105,5,2,.35);border-color:rgba(235,177,69,.35);color:#f7e3b5!important}
.rc-code-panel{background:radial-gradient(circle at 50% 0,rgba(134,7,3,.42),transparent 68%),#130101;border-color:rgba(239,181,78,.5);flex-wrap:wrap}
.rc-code-panel span{color:#e8ddd3}.rc-code-panel strong{color:#ffe08a;border-color:rgba(255,215,111,.82);text-shadow:0 0 14px rgba(231,73,37,.45)}
.rc-code-panel em{font-style:normal;color:#fff1ce;font-weight:800}.rc-code-panel .rc-btn{min-height:38px;padding:8px 14px}
.rc-footer-panel{background:radial-gradient(circle at 10% 0,rgba(144,8,4,.20),transparent 33%),radial-gradient(circle at 90% 16%,rgba(219,151,37,.10),transparent 31%),linear-gradient(180deg,#1d0202 0%,#0d0000 100%)}
.rc-footer-protection{background:linear-gradient(135deg,rgba(133,8,4,.28),rgba(215,149,36,.09))}
.rc-cookie-banner,.rc-cookie-dialog{background:rgba(14,0,0,.99);border-color:rgba(235,178,70,.5)}.rc-cookie-dialog input{accent-color:#b7190c}
.rc-redirect{background:radial-gradient(circle at 50% 0,rgba(159,11,6,.38),transparent 46%),radial-gradient(circle at 80% 80%,rgba(211,145,33,.15),transparent 42%),#050000}.rc-redirect-box{background:#160202;border-color:rgba(235,177,70,.45)}
.rc-operator-grid div{background:rgba(25,2,2,.84);border-color:rgba(231,174,67,.28)}.rc-operator-grid strong{color:#efc869}
@media(max-width:760px){.rc-hero-copy{width:86%;padding:14px 13px}.rc-hero-copy h1{font-size:30px}.rc-hero-copy p{font-size:14px;margin:8px auto 12px}.rc-hero-copy .rc-btn{min-height:38px;padding:8px 14px}.rc-text td:before{color:#efc45a}}
@media(max-width:520px){.rc-hero-copy{position:relative;left:auto;top:auto;transform:none;width:auto;margin:-1px 0 0;border-radius:0;background:linear-gradient(180deg,#280303,#0c0000);padding:18px 14px}.rc-hero:after{display:none}.rc-hero img{aspect-ratio:3/1;object-fit:cover}}

.rc-payment-text{font-family:Georgia,"Times New Roman",serif;font-size:18px;color:#f3c861;letter-spacing:.04em}

/* Red Cherry footer v1.3 — unified cherry red / black / gold design */
.rc-footer-premium{
  margin-top:46px;
  padding:0 16px 30px;
  background:transparent;
}
.rc-footer-panel{
  position:relative;
  overflow:hidden;
  border:1px solid rgba(244,183,74,.48);
  border-radius:22px;
  background:
    radial-gradient(circle at 8% -8%,rgba(187,22,12,.34),transparent 34%),
    radial-gradient(circle at 92% 4%,rgba(226,146,35,.16),transparent 30%),
    linear-gradient(180deg,#240201 0%,#120100 52%,#070000 100%);
  box-shadow:
    0 30px 85px rgba(0,0,0,.72),
    0 0 40px rgba(177,24,13,.18),
    inset 0 1px 0 rgba(255,222,143,.13);
}
.rc-footer-panel:before{
  content:"";
  position:absolute;
  inset:8px;
  z-index:0;
  pointer-events:none;
  border:1px solid rgba(242,183,75,.17);
  border-radius:15px;
}
.rc-footer-panel > *{position:relative;z-index:1}

.rc-footer-protection{
  position:relative;
  padding:32px 30px 30px;
  background:
    radial-gradient(circle at 13% 0%,rgba(214,31,17,.25),transparent 36%),
    radial-gradient(circle at 86% 12%,rgba(241,162,42,.08),transparent 32%),
    linear-gradient(135deg,rgba(74,4,2,.96),rgba(26,1,0,.98) 58%,rgba(12,0,0,.99));
  border-bottom:1px solid rgba(238,173,61,.26);
}
.rc-footer-protection:after{
  content:"◆";
  position:absolute;
  left:50%;
  bottom:-10px;
  z-index:3;
  transform:translateX(-50%);
  padding:0 13px;
  color:#f2bf57;
  background:#130100;
  font-size:12px;
  text-shadow:0 0 12px rgba(236,96,42,.62);
}
.rc-footer-protection-copy{
  display:flex;
  align-items:center;
  gap:20px;
  max-width:980px;
  margin:0 auto 25px;
  padding-bottom:20px;
  border-bottom:1px solid rgba(238,174,63,.17);
}
.rc-footer-eyebrow{
  display:block;
  margin-bottom:6px;
  color:#f1be55;
  font-size:10px;
  font-weight:900;
  letter-spacing:.19em;
  text-transform:uppercase;
}
.rc-footer-protection h2,
.rc-footer-payments h2,
.rc-footer-columns h2{
  margin:0;
  color:#ffe6a2;
  font-family:Georgia,"Times New Roman",serif;
  font-weight:700;
  text-shadow:0 0 16px rgba(230,91,31,.20);
}
.rc-footer-protection p,
.rc-footer-payments p,
.rc-footer-columns p{
  color:#e8ddd5;
}
.rc-age-large{
  display:grid;
  place-items:center;
  flex:0 0 72px;
  width:72px;
  height:72px;
  border-radius:50%;
  color:#190100;
  background:
    radial-gradient(circle,#fff7de 0 50%,#f2c35d 51% 64%,#6f3305 65% 71%,#ffe6a0 72% 100%);
  border:0;
  box-shadow:
    0 0 0 1px rgba(255,222,135,.65),
    0 0 22px rgba(215,66,25,.25),
    0 0 24px rgba(235,171,52,.22);
  font-weight:950;
}

.rc-regulator-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
  max-width:1180px;
  margin:0 auto;
}
.rc-regulator-card{
  position:relative;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  min-height:116px;
  padding:15px 14px;
  overflow:hidden;
  border:1px solid rgba(240,178,66,.56);
  border-radius:14px;
  background:
    radial-gradient(circle at 50% -12%,rgba(193,25,13,.28),transparent 55%),
    linear-gradient(155deg,#3b0704 0%,#1d0201 56%,#0b0000 100%);
  box-shadow:
    inset 0 0 0 3px rgba(255,204,106,.035),
    inset 0 -24px 34px rgba(0,0,0,.26),
    0 10px 28px rgba(0,0,0,.34),
    0 0 16px rgba(187,35,17,.11);
  transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease;
}
.rc-regulator-card:hover{
  transform:translateY(-2px);
  border-color:rgba(255,216,118,.82);
  box-shadow:inset 0 0 0 3px rgba(255,204,106,.04),0 14px 34px rgba(0,0,0,.42),0 0 23px rgba(211,49,25,.20);
}
.rc-regulator-card:before,
.rc-regulator-card:after{
  content:"";
  position:absolute;
  width:19px;
  height:19px;
  pointer-events:none;
}
.rc-regulator-card:before{
  left:7px;
  top:7px;
  border-left:2px solid #e7b54b;
  border-top:2px solid #e7b54b;
}
.rc-regulator-card:after{
  right:7px;
  bottom:7px;
  border-right:2px solid #e7b54b;
  border-bottom:2px solid #e7b54b;
}
.rc-regulator-card.rc-regulator-age{
  gap:5px;
  background:
    radial-gradient(circle at 50% 20%,rgba(240,180,66,.14),transparent 36%),
    linear-gradient(155deg,#390604,#1a0201 62%,#090000);
}
.rc-resource-age-mark{
  display:grid;
  place-items:center;
  width:66px;
  height:66px;
  border:6px solid #e0ac42;
  border-radius:50%;
  background:#fff4d7;
  color:#180100;
  font-size:22px;
  font-weight:950;
  box-shadow:inset 0 0 0 3px #2a0502,0 0 18px rgba(228,73,29,.20);
}
.rc-regulator-card.rc-regulator-age span:last-child{
  color:#f2d791;
  font-size:10px;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.rc-resource-icon{
  display:grid;
  place-items:center;
  width:36px;
  height:36px;
  margin-bottom:4px;
  border:1px solid rgba(255,222,133,.78);
  border-radius:50%;
  background:linear-gradient(145deg,#ffe696,#c68119 62%,#814207);
  color:#250300;
  font:900 16px Georgia,"Times New Roman",serif;
  font-style:normal;
  box-shadow:inset 0 0 0 3px rgba(255,245,199,.22),0 0 15px rgba(226,73,27,.17);
}
.rc-regulator-card.rc-text-badge strong{
  color:#f7cf69;
  font:900 20px Georgia,"Times New Roman",serif;
  text-shadow:0 0 11px rgba(226,69,25,.19);
}
.rc-regulator-card.rc-text-badge span{
  color:#e1d5cc;
  font-size:11px;
}
.rc-regulator-note{
  max-width:1040px!important;
  margin:17px auto 0!important;
  color:#cdbdb5!important;
  font-size:11px!important;
  text-align:center;
}

.rc-footer-payments{
  display:grid;
  grid-template-columns:minmax(260px,.6fr) 1.4fr;
  align-items:center;
  gap:34px;
  padding:30px;
  background:
    radial-gradient(circle at 82% 50%,rgba(201,31,16,.16),transparent 40%),
    linear-gradient(90deg,#120100 0%,#260402 48%,#120100 100%);
  border-bottom:1px solid rgba(236,173,64,.23);
}
.rc-footer-payments > div:first-child{
  max-width:390px;
}
.rc-payment-grid{
  display:flex;
  flex-wrap:wrap;
  justify-content:flex-end;
  gap:11px;
}
.rc-payment-logo{
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
  width:96px;
  height:54px;
  padding:8px 10px;
  overflow:hidden;
  border:1px solid #edb94f;
  border-radius:11px;
  background:linear-gradient(145deg,#fff8df 0%,#edd6a0 56%,#cc9640 100%);
  box-shadow:inset 0 0 0 2px rgba(255,255,255,.39),inset 0 -8px 14px rgba(95,48,0,.18),0 8px 22px rgba(0,0,0,.32),0 0 14px rgba(213,50,22,.10);
}
.rc-payment-logo:before{
  content:"";
  position:absolute;
  inset:4px;
  border:1px solid rgba(118,62,8,.20);
  border-radius:7px;
  pointer-events:none;
}
.rc-payment-logo img{
  position:relative;
  z-index:1;
  max-width:100%;
  max-height:31px;
  object-fit:contain;
  filter:saturate(.95) contrast(1.04);
}
.rc-payment-text{
  color:#7d3704;
  font-family:Georgia,"Times New Roman",serif;
  font-size:18px;
  letter-spacing:.02em;
}
.rc-payment-text strong{position:relative;z-index:1}

.rc-footer-columns{
  display:grid;
  grid-template-columns:1.25fr .8fr 1fr;
  gap:38px;
  padding:32px 30px 28px;
  background:
    radial-gradient(circle at 7% 15%,rgba(142,12,7,.13),transparent 32%),
    linear-gradient(180deg,rgba(12,0,0,.42),rgba(2,0,0,.72));
}
.rc-footer-brand .rc-logo{
  width:220px!important;
  height:150px!important;
  max-width:220px!important;
  padding:12px;
  border:1px solid rgba(235,173,63,.48);
  border-radius:15px;
  background:radial-gradient(circle at 50% 45%,rgba(113,9,5,.30),rgba(7,0,0,.96) 74%);
  box-shadow:inset 0 0 28px rgba(129,13,6,.22),0 10px 26px rgba(0,0,0,.30);
}
.rc-footer-brand .rc-logo img{object-fit:contain}
.rc-footer-columns nav{
  display:grid;
  gap:10px;
  margin-top:14px;
}
.rc-footer-columns nav a,
.rc-footer-columns .rc-footer-link{
  position:relative;
  padding-left:15px;
  color:#eadfd8;
  font-size:13px;
  transition:color .2s ease,transform .2s ease;
}
.rc-footer-columns nav a:before,
.rc-footer-columns .rc-footer-link:before{
  content:"›";
  position:absolute;
  left:0;
  color:#efb84d;
  font-weight:900;
}
.rc-footer-columns nav a:hover,
.rc-footer-columns .rc-footer-link:hover{
  color:#ffe4a0;
  transform:translateX(2px);
}
.rc-footer-text-link{
  display:inline-flex;
  margin-top:14px;
  color:#f0bf59;
  font-size:13px;
  font-weight:800;
}
.rc-footer-contact a:not(.rc-btn){color:#f2c65f}
.rc-footer-contact .rc-footer-buttons{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:18px;
}
.rc-footer-contact .rc-btn{
  min-width:128px;
  min-height:43px;
  padding:9px 15px;
  border-radius:15px;
  border:2px solid #f2be58;
  background:linear-gradient(180deg,#ff4934 0%,#dd190e 36%,#820500 70%,#c70d05 100%);
  color:#fff7df;
  box-shadow:inset 0 0 0 2px rgba(255,224,143,.25),inset 0 -9px 19px rgba(40,0,0,.34),0 0 0 1px rgba(91,38,0,.78),0 0 22px rgba(211,33,17,.38),0 0 18px rgba(240,176,53,.17);
}
.rc-footer-bottom{
  padding:15px 24px 20px;
  border-top:1px solid rgba(235,173,65,.20);
  background:linear-gradient(90deg,rgba(104,8,4,.18),rgba(0,0,0,.35),rgba(104,8,4,.18));
}
.rc-footer-bottom .rc-copy{
  margin:0!important;
  color:#cdbeb5;
  font-size:12px;
  text-align:center;
}

@media(max-width:1100px){
  .rc-regulator-grid{grid-template-columns:repeat(2,1fr)}
  .rc-footer-payments{grid-template-columns:1fr;text-align:center}
  .rc-footer-payments > div:first-child{max-width:none}
  .rc-payment-grid{justify-content:center}
  .rc-footer-columns{grid-template-columns:1fr 1fr}
  .rc-footer-brand{grid-column:1/-1}
}
@media(max-width:760px){
  .rc-footer-premium{padding:0 10px 18px}
  .rc-footer-panel{border-radius:15px}
  .rc-footer-panel:before{inset:5px;border-radius:11px}
  .rc-footer-protection{padding:23px 14px 25px}
  .rc-footer-protection-copy{align-items:flex-start;gap:14px;padding-bottom:17px}
  .rc-age-large{flex-basis:58px;width:58px;height:58px;font-size:20px}
  .rc-regulator-grid{gap:9px}
  .rc-regulator-card{min-height:102px;padding:11px 9px}
  .rc-resource-age-mark{width:57px;height:57px;border-width:5px;font-size:20px}
  .rc-resource-icon{width:31px;height:31px;font-size:14px}
  .rc-regulator-card.rc-text-badge strong{font-size:17px}
  .rc-footer-payments{padding:24px 14px;gap:18px}
  .rc-payment-logo{width:80px;height:48px}
  .rc-footer-columns{grid-template-columns:1fr;gap:24px;padding:26px 18px}
  .rc-footer-brand{grid-column:auto}
  .rc-footer-brand .rc-logo{width:180px!important;height:125px!important;max-width:180px!important}
  .rc-footer-contact .rc-footer-buttons{display:flex}
  .rc-footer-bottom{padding:14px 14px 18px}
}
@media(max-width:430px){
  .rc-footer-protection-copy{display:grid;justify-items:center;text-align:center}
  .rc-regulator-grid{grid-template-columns:1fr 1fr}
  .rc-regulator-card{min-height:98px}
  .rc-payment-logo{width:76px}
}
