*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}html,body{overflow-x:hidden}body{font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;background-color:hsl(0,0%,5%);color:hsl(45,10%,90%);line-height:1.6;min-height:100vh}img{max-width:100%;height:auto;display:block;object-fit:cover}img,video,iframe,embed,object{max-width:100%}.container,.main-inner,.rz-main-content{overflow-x:hidden}section{overflow:visible}a{color:inherit;text-decoration:none}h1,h2,h3,h4,h5,h6{font-family:'Cinzel',serif;line-height:1.3}:root{--background:hsl(0,0%,5%);--foreground:hsl(45,10%,90%);--card:hsl(0,0%,8%);--card-foreground:hsl(45,10%,90%);--popover:hsl(0,0%,10%);--primary:hsl(45,90%,55%);--primary-foreground:hsl(0,0%,5%);--secondary:hsl(40,70%,25%);--muted:hsl(0,0%,15%);--muted-foreground:hsl(0,0%,55%);--accent:hsl(185,80%,50%);--accent-foreground:hsl(0,0%,5%);--destructive:hsl(0,70%,50%);--border:hsl(45,50%,25%);--input:hsl(0,0%,15%);--ring:hsl(45,90%,55%);--radius:0.5rem;--sidebar-background:hsl(0,0%,7%);--sidebar-foreground:hsl(45,10%,80%);--sidebar-primary:hsl(45,90%,55%);--sidebar-accent:hsl(0,0%,12%);--sidebar-border:hsl(45,30%,20%);--gold:hsl(45,90%,55%);--gold-dark:hsl(40,70%,35%);--cyan:hsl(185,80%,50%);--shadow-gold:0 4px 20px -5px hsla(45,90%,55%,0.3);--shadow-cyan:0 4px 20px -5px hsla(185,80%,50%,0.3)}.rz-page-wrapper{display:flex;flex-direction:column;min-height:100vh}.container{max-width:1280px;margin:0 auto;padding:0 16px;width:100%}.header{position:fixed;top:0;left:0;right:0;z-index:50;background-color:hsla(0,0%,5%,0.95);backdrop-filter:blur(8px);border-bottom:1px solid var(--border);height:64px}.rz-header-inner{display:flex;align-items:center;justify-content:space-between;height:64px;padding:0 16px;max-width:100%}.rz-header-left{display:flex;align-items:center;gap:16px}.rz-header-right{display:flex;align-items:center;gap:12px}.logo img,.rz-header-logo img{height:32px;width:auto}.rz-header-logo{display:flex;align-items:center}@media (min-width:640px){.logo img,.rz-header-logo img{height:40px}}.rz-mobile-menu-btn{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:transparent;border:none;color:var(--muted-foreground);cursor:pointer;border-radius:var(--radius)}.rz-mobile-menu-btn:hover{color:var(--primary);background-color:var(--sidebar-accent)}@media (min-width:1024px){.rz-mobile-menu-btn{display:none}}.rz-header-search{display:none;flex:1;max-width:400px;margin:0 32px;position:relative}.rz-header-search .rz-search-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:var(--muted-foreground);pointer-events:none}.rz-header-search .rz-search-input{padding-left:40px}@media (min-width:768px){.rz-header-search{display:block}}.rz-header-search-mobile{display:block;padding:0 16px 12px;position:relative}.rz-header-search-mobile .rz-search-icon{position:absolute;left:28px;top:50%;transform:translateY(-50%);color:var(--muted-foreground);pointer-events:none}.rz-header-search-mobile .rz-search-input{padding-left:40px;width:100%}@media (min-width:768px){.rz-header-search-mobile{display:none}}.rz-search-wrapper{position:relative;width:100%}.rz-search-wrapper svg{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:var(--muted-foreground)}.rz-search-input{width:100%;height:40px;padding:0 12px 0 40px;background-color:var(--card);border:1px solid var(--border);border-radius:var(--radius);color:var(--foreground);font-size:14px}.rz-search-input:focus{outline:none;border-color:var(--primary)}.rz-search-input::placeholder{color:var(--muted-foreground)}.rz-mobile-search{display:block;padding:0 16px 12px}@media (min-width:768px){.rz-mobile-search{display:none}}.rz-lang-selector{position:relative}.rz-lang-dropdown{position:absolute;top:100%;right:0;margin-top:4px;min-width:160px;background-color:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:4px;z-index:100;display:none}.rz-lang-selector:hover .rz-lang-dropdown,.rz-lang-selector.open .rz-lang-dropdown{display:block}.lang-btn{display:flex;align-items:center;gap:8px;padding:8px 12px;background:transparent;border:none;color:var(--muted-foreground);cursor:pointer;border-radius:var(--radius);font-size:12px;text-transform:uppercase}.lang-btn:hover{color:var(--foreground);background-color:var(--sidebar-accent)}.lang-btn img,.lang-flag{width:20px;height:20px;border-radius:2px}.lang-code{display:none}@media (min-width:640px){.lang-code{display:inline}}.rz-lang-option{display:flex;align-items:center;gap:8px;padding:8px 12px;border-radius:4px;font-size:14px;color:var(--foreground);cursor:pointer}.rz-lang-option:hover{background-color:var(--sidebar-accent)}.rz-lang-option.active{color:var(--primary)}.rz-lang-option img{width:16px;height:16px;border-radius:2px}.btn{display:inline-flex;align-items:center;justify-content:center;padding:10px 20px;border-radius:var(--radius);font-weight:600;font-size:14px;cursor:pointer;transition:all 0.2s ease;border:none;white-space:nowrap;text-decoration:none}.btn-sm{padding:6px 12px;font-size:12px}.rz-btn-outline{background:transparent;border:1px solid var(--primary);color:var(--primary)}.rz-btn-outline:hover{background-color:var(--primary);color:var(--primary-foreground)}.rz-btn-primary{background-color:var(--primary);color:var(--primary-foreground)}.rz-btn-primary:hover{opacity:0.9}.btn-gold{background:var(--primary);color:var(--primary-foreground);font-weight:600;box-shadow:var(--shadow-gold)}.btn-gold:hover{transform:translateY(-2px);box-shadow:0 6px 25px -5px hsla(45,90%,55%,0.5)}.btn-cyan{background:linear-gradient(135deg,hsl(185,80%,50%) 0%,hsl(195,70%,45%) 100%);color:hsl(0,0%,5%);font-weight:700;padding:12px 24px;box-shadow:var(--shadow-cyan)}.btn-cyan:hover{transform:translateY(-2px);box-shadow:0 6px 30px -5px hsla(185,80%,50%,0.5)}.btn-login{padding:8px 16px;font-size:14px}.rz-btn-register{padding:8px 16px;font-size:14px}@media (max-width:639px){.rz-btn-register{display:none}}.rz-mobile-menu{position:fixed;top:0;left:0;width:100%;height:100%;z-index:9999;display:none}.rz-mobile-menu.active,.rz-mobile-menu.open{display:block}.rz-mobile-menu-backdrop{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,0);backdrop-filter:blur(0);opacity:0;transition:all 0.3s ease}.rz-mobile-menu.active .rz-mobile-menu-backdrop,.rz-mobile-menu.open .rz-mobile-menu-backdrop{background-color:rgba(0,0,0,0.7);backdrop-filter:blur(4px);opacity:1;animation:fadeInBackdrop 0.3s ease forwards}.rz-mobile-menu-panel{position:absolute;top:0;left:0;width:280px;max-width:85vw;height:100%;background-color:var(--sidebar-background);border-right:1px solid var(--sidebar-border);overflow-y:auto;transform:translateX(-100%);transition:transform 0.3s cubic-bezier(0.4,0,0.2,1)}.rz-mobile-menu.active .rz-mobile-menu-panel,.rz-mobile-menu.open .rz-mobile-menu-panel{transform:translateX(0)}.rz-mobile-menu-header{display:flex;align-items:center;justify-content:space-between;padding:16px;border-bottom:1px solid var(--sidebar-border)}.rz-mobile-menu-header .logo img{height:32px}.rz-mobile-menu-close{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:transparent;border:none;color:var(--muted-foreground);cursor:pointer;border-radius:var(--radius)}.rz-mobile-menu-close:hover{color:var(--foreground);background-color:var(--sidebar-accent)}.rz-mobile-menu-nav{padding:16px 8px}.rz-mobile-menu-section{margin-bottom:16px}.rz-mobile-menu-section-title{display:block;padding:0 16px;margin-bottom:8px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:0.05em;color:var(--muted-foreground)}.rz-mobile-menu-item{display:flex;align-items:center;gap:12px;padding:12px 16px;color:var(--sidebar-foreground);border-radius:var(--radius);font-size:14px;font-weight:500}.rz-mobile-menu-item:hover{background-color:var(--sidebar-accent);color:var(--primary)}.rz-mobile-menu-item.active{background-color:var(--sidebar-accent);color:var(--primary);border-left:3px solid var(--primary)}.rz-mobile-menu-item.highlight{color:var(--primary)}.rz-mobile-menu-divider{margin:16px 8px;border-top:1px solid var(--sidebar-border)}.rz-mobile-nav-item{display:flex;align-items:center;gap:12px;padding:12px 16px;color:var(--sidebar-foreground);border-radius:var(--radius);font-size:14px;font-weight:500}.rz-mobile-nav-item:hover{background-color:var(--sidebar-accent);color:var(--primary)}.rz-mobile-nav-item.active{background-color:var(--sidebar-accent);color:var(--primary);border-left:3px solid var(--primary)}.rz-mobile-menu-footer{padding:16px;border-top:1px solid var(--sidebar-border);margin-top:auto}.rz-mobile-lang-selector{display:flex;flex-direction:column;gap:8px}.rz-mobile-lang-btn{display:flex;align-items:center;gap:12px;padding:10px 12px;border-radius:var(--radius);font-size:14px;color:var(--sidebar-foreground)}.rz-mobile-lang-btn:hover{background-color:var(--sidebar-accent)}.rz-mobile-lang-btn.active{background-color:hsla(45,90%,55%,0.1);color:var(--primary)}.rz-mobile-lang-btn img{width:24px;height:24px;border-radius:2px}.rz-mobile-menu-cta{padding:16px;border-top:1px solid var(--sidebar-border);margin-top:auto}.rz-mobile-menu-cta .btn{width:100%}@keyframes fadeInBackdrop{from{opacity:0;background-color:rgba(0,0,0,0)}to{opacity:1;background-color:rgba(0,0,0,0.7)}}.sidebar{position:fixed;left:0;top:64px;bottom:0;width:224px;background-color:var(--sidebar-background);border-right:1px solid var(--sidebar-border);z-index:40;display:none;flex-direction:column;overflow-y:auto;overflow-x:visible;transition:width 0.3s ease}@media (min-width:1024px){.sidebar{display:flex}}.sidebar.collapsed{width:64px}.sidebar.collapsed .rz-sidebar-promo-text,.sidebar.collapsed .rz-sidebar-item-text,.sidebar.collapsed .rz-sidebar-section-title,.sidebar.collapsed .rz-sidebar-badge,.sidebar.collapsed .rz-sidebar-lang-text,.sidebar.collapsed .rz-sidebar-lang-dropdown,.sidebar.collapsed .rz-sidebar-help-text{display:none}.sidebar.collapsed .rz-sidebar-promo{justify-content:center;padding:12px 8px}.sidebar.collapsed .rz-sidebar-item{justify-content:center;padding:10px 8px;margin:2px 4px}.sidebar.collapsed .rz-sidebar-lang-btn{justify-content:center;padding:12px 8px}.sidebar.collapsed .rz-sidebar-footer .rz-sidebar-help{justify-content:center}.rz-promo-banner,.rz-sidebar-promo{display:flex;align-items:center;gap:12px;margin:16px 8px;padding:12px;border-radius:var(--radius);background:linear-gradient(135deg,hsla(40,70%,25%,0.3) 0%,hsla(40,70%,25%,0.2) 100%);border:1px solid hsla(45,90%,55%,0.3)}.rz-promo-banner:hover,.rz-sidebar-promo:hover{border-color:hsla(45,90%,55%,0.5)}.promo-icon,.rz-sidebar-promo-icon{width:32px;height:32px;background-color:hsla(45,90%,55%,0.2);border-radius:var(--radius);display:flex;align-items:center;justify-content:center;font-size:16px;flex-shrink:0}.promo-text,.rz-sidebar-promo-text{font-size:12px;font-weight:600;color:var(--primary);white-space:nowrap}.rz-sidebar-promo svg{display:none}.rz-sidebar-section{margin-bottom:8px}.rz-sidebar-section-title{display:block;padding:0 16px;margin-bottom:8px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:0.05em;color:var(--muted-foreground)}.rz-sidebar-divider{margin:16px 8px;border-top:1px solid var(--sidebar-border)}.rz-sidebar-toggle{position:absolute;right:-14px;top:24px;width:28px;height:28px;background-color:var(--card);border:1px solid var(--border);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--muted-foreground);cursor:pointer;z-index:50;box-shadow:0 2px 8px rgba(0,0,0,0.3)}.rz-sidebar-toggle:hover{color:var(--primary);border-color:var(--primary);background-color:var(--background)}.rz-sidebar-toggle svg{transition:transform 0.3s ease}.sidebar.collapsed .rz-sidebar-toggle svg{transform:rotate(180deg)}.rz-sidebar-item-text{flex:1}.rz-sidebar-item.highlight{color:var(--primary)}.rz-sidebar-nav{flex:1;padding:16px 0;overflow-y:auto}.rz-nav-section-title{padding:0 16px;margin-bottom:8px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:0.05em;color:var(--muted-foreground)}.rz-nav-divider{margin:16px 8px;border-top:1px solid var(--sidebar-border)}.rz-sidebar-item{display:flex;align-items:center;gap:12px;padding:10px 16px;margin:2px 8px;color:var(--sidebar-foreground);border-radius:var(--radius);font-size:14px;font-weight:500;transition:all 0.2s ease}.rz-sidebar-item:hover{background-color:var(--sidebar-accent);color:var(--primary)}.rz-sidebar-item.active{background-color:var(--sidebar-accent);color:var(--primary);border-left:3px solid var(--primary)}.rz-sidebar-item svg{flex-shrink:0}.rz-sidebar-badge{margin-left:auto;padding:2px 6px;font-size:10px;font-weight:700;background-color:hsl(142,76%,36%);color:white;border-radius:4px}.rz-sidebar-lang{position:relative;margin:12px 8px}.rz-sidebar-lang-btn{display:flex;align-items:center;gap:12px;width:100%;padding:12px;background-color:hsla(45,90%,55%,0.1);border:1px solid hsla(45,90%,55%,0.3);border-radius:var(--radius);color:var(--foreground);cursor:pointer;font-size:14px;font-weight:500}.rz-sidebar-lang-btn:hover{background-color:hsla(45,90%,55%,0.2);border-color:hsla(45,90%,55%,0.5)}.rz-sidebar-lang-btn img{width:24px;height:18px;border-radius:2px}.rz-sidebar-lang-menu,.rz-sidebar-lang-dropdown{position:absolute;bottom:100%;left:0;right:0;margin-bottom:4px;background-color:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:4px;z-index:100;display:none}.rz-sidebar-lang.open .rz-sidebar-lang-menu,.rz-sidebar-lang.open .rz-sidebar-lang-dropdown{display:block}.rz-sidebar-lang-option{display:flex;align-items:center;gap:8px;padding:10px 12px;border-radius:4px;font-size:14px;color:var(--foreground)}.rz-sidebar-lang-option:hover{background-color:var(--sidebar-accent)}.rz-sidebar-lang-option.active{color:var(--primary);background-color:hsla(45,90%,55%,0.1)}.rz-sidebar-lang-option img{width:20px;height:20px;border-radius:2px}.rz-sidebar-lang-code{margin-left:auto;font-size:11px;font-weight:700;color:var(--muted-foreground);text-transform:uppercase}.rz-sidebar-lang-text,.rz-sidebar-lang-flag{flex-shrink:0}.rz-sidebar-help-text{flex:1}.rz-sidebar-footer{padding:12px;border-top:1px solid var(--sidebar-border)}.rz-sidebar-help{display:flex;align-items:center;gap:12px;padding:8px;color:var(--muted-foreground);font-size:12px;border-radius:var(--radius);cursor:pointer}.rz-sidebar-help:hover{background-color:var(--sidebar-accent);color:var(--foreground)}.rz-main-content{flex:1;padding-top:96px;padding-bottom:80px;padding-left:16px;padding-right:16px}@media (min-width:768px){.rz-main-content{padding-top:80px}}@media (min-width:1024px){.rz-main-content{margin-left:224px;padding-top:80px}}.main-inner{max-width:1280px;margin:0 auto}.hero,.rz-hero-slider{position:relative;overflow:hidden;border-radius:0;border:none;border-bottom:1px solid var(--border);margin-bottom:24px;margin-left:-12px;margin-right:-12px;width:calc(100%+24px)}@media (min-width:768px){.hero,.rz-hero-slider{border-radius:12px;border:1px solid var(--border);margin-left:0;margin-right:0;width:100%}}.hero-bg,.rz-hero-slider-bg{position:absolute;top:0;left:0;width:100%;height:100%}.hero-bg img,.rz-hero-slider-bg img{width:100%;height:100%;object-fit:cover;object-position:top}.rz-hero-overlay,.rz-hero-slider-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to right,hsla(0,0%,5%,0.95) 0%,hsla(0,0%,5%,0.7) 50%,transparent 100%)}.rz-hero-content,.rz-hero-slider-content{position:relative;z-index:10;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;min-height:200px;padding:24px 16px}@media (min-width:640px){.rz-hero-content,.rz-hero-slider-content{min-height:240px;padding:24px}}@media (min-width:768px){.rz-hero-content,.rz-hero-slider-content{min-height:280px;padding:32px 40px}}@media (min-width:1024px){.rz-hero-content,.rz-hero-slider-content{min-height:320px}}.hero-bonus{display:block}.rz-hero-buttons{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:12px}@media (min-width:768px){.rz-hero-buttons{gap:12px;margin-bottom:16px}}.rz-hero-buttons .btn-cyan{font-size:12px;padding:8px 16px;animation:pulse-glow 2s ease-in-out infinite;position:relative;overflow:hidden}.rz-hero-buttons .btn-cyan::before{content:'';position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,hsla(185,80%,70%,0.3),transparent);animation:shimmer 2.5s ease-in-out infinite}@keyframes pulse-glow{0%,100%{box-shadow:0 0 5px hsla(185,80%,50%,0.4)}50%{box-shadow:0 0 20px hsla(185,80%,50%,0.6),0 0 30px hsla(185,80%,50%,0.3)}}@keyframes shimmer{0%{left:-100%}50%,100%{left:100%}}@media (min-width:640px){.rz-hero-buttons .btn-cyan{font-size:14px;padding:12px 24px}}@media (min-width:768px){.rz-hero-buttons .btn-cyan{font-size:16px;padding:16px 32px}}.hero-brand{display:block;font-size:14px;color:hsla(45,10%,90%,0.8);font-weight:500;margin-bottom:4px}@media (min-width:768px){.hero-brand{font-size:16px;margin-bottom:8px}}.hero-title{font-size:20px;font-weight:700;margin-bottom:12px;background:linear-gradient(135deg,hsl(45,90%,65%) 0%,hsl(35,80%,50%) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;max-width:320px;line-height:1.2}@media (min-width:640px){.hero-title{font-size:24px;max-width:400px}}@media (min-width:768px){.hero-title{font-size:28px;margin-bottom:16px;max-width:500px}}@media (min-width:1024px){.hero-title{font-size:36px}}.hero-cta{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:12px}@media (min-width:768px){.hero-cta{gap:12px;margin-bottom:16px}}.hero-cta .btn-cyan{font-size:12px;padding:8px 16px}@media (min-width:640px){.hero-cta .btn-cyan{font-size:14px;padding:12px 24px}}@media (min-width:768px){.hero-cta .btn-cyan{font-size:16px;padding:16px 32px}}.rz-hero-badges{display:flex;flex-wrap:wrap;gap:6px}@media (min-width:768px){.rz-hero-badges{gap:8px}}.hero-badge{display:inline-flex;align-items:center;gap:4px;padding:4px 8px;background-color:hsla(0,0%,8%,0.6);border:1px solid hsla(45,50%,25%,0.5);border-radius:9999px;backdrop-filter:blur(4px)}@media (min-width:768px){.hero-badge{gap:6px;padding:4px 10px}}.hero-badge svg{color:var(--primary);width:12px;height:12px}@media (min-width:768px){.hero-badge svg{width:14px;height:14px}}.hero-badge span{font-size:10px;font-weight:500;color:var(--foreground)}@media (min-width:768px){.hero-badge span{font-size:12px}}.hero-dots{position:absolute;bottom:8px;left:16px;display:flex;gap:6px}@media (min-width:768px){.hero-dots{bottom:12px;left:40px;gap:8px}}.hero-dot{width:8px;height:8px;border-radius:50%;background-color:hsla(0,0%,55%,0.5);border:none;cursor:pointer;transition:all 0.2s ease}.hero-dot:hover{background-color:var(--muted-foreground)}.hero-dot.active{background-color:var(--primary);width:20px;border-radius:4px}.rz-game-categories{margin-bottom:24px}.rz-categories-row,.rz-categories-scroll{display:flex;gap:8px;overflow-x:auto;padding-bottom:8px;margin-bottom:24px;scrollbar-width:none;-ms-overflow-style:none}.rz-categories-row::-webkit-scrollbar,.rz-categories-scroll::-webkit-scrollbar{display:none}.rz-category-pill{display:flex;align-items:center;gap:8px;padding:8px 16px;background-color:var(--card);border:1px solid hsla(45,50%,25%,0.5);border-radius:9999px;font-size:14px;font-weight:500;color:var(--foreground);white-space:nowrap;cursor:pointer;transition:all 0.2s ease}.rz-category-pill:hover{border-color:var(--primary);color:var(--primary)}.rz-category-pill.active{border-color:var(--primary);background-color:hsla(45,90%,55%,0.1);color:var(--primary)}.rz-category-pill svg{width:16px;height:16px}.rz-games-section{padding:24px 0;overflow:visible}.rz-games-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.rz-games-title{font-size:20px;font-weight:600;color:var(--foreground)}.games-nav{display:flex;align-items:center;gap:12px}.rz-games-see-all{font-size:14px;color:var(--muted-foreground);cursor:pointer}.rz-games-see-all:hover{color:var(--primary)}.rz-games-arrows{display:flex;gap:4px}.rz-games-arrow{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background-color:var(--card);border:1px solid var(--border);border-radius:var(--radius);color:var(--muted-foreground);cursor:pointer}.rz-games-arrow:hover{border-color:var(--primary);color:var(--primary)}.games-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}@media (min-width:640px){.games-grid{grid-template-columns:repeat(3,1fr);gap:12px}}@media (min-width:768px){.games-grid{grid-template-columns:repeat(4,1fr)}}@media (min-width:1024px){.games-grid{grid-template-columns:repeat(6,1fr)}}.game-card{position:relative;overflow:hidden;border-radius:var(--radius);background-color:var(--card);cursor:pointer;transition:all 0.3s ease}.game-card:hover{transform:translateY(-4px);box-shadow:0 10px 30px -10px hsla(45,90%,55%,0.3)}.game-image{position:relative;aspect-ratio:3 / 4;overflow:hidden;border-radius:var(--radius)}@media (min-width:640px){.game-image{aspect-ratio:4 / 3}}.game-image img{width:100%;height:100%;object-fit:cover;object-position:center center}.rz-game-number{position:absolute;bottom:4px;left:4px;font-size:32px;font-weight:700;color:hsla(255,255%,255%,0.3);text-shadow:0 2px 4px rgba(0,0,0,0.5);font-family:'Cinzel',serif}@media (min-width:768px){.rz-game-number{font-size:48px;bottom:8px;left:8px}}.game-badge{position:absolute;top:8px;padding:2px 8px;font-size:10px;font-weight:700;border-radius:4px;text-transform:uppercase}.game-badge.exclusive{left:8px;background-color:hsl(280,60%,50%);color:white}.game-badge.new{right:8px;background-color:hsl(142,76%,36%);color:white}.rz-game-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,0.6);display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity 0.3s ease}.game-card:hover .rz-game-overlay{opacity:1}.rz-game-play-btn{width:40px;height:40px;background-color:var(--primary);border-radius:50%;display:flex;align-items:center;justify-content:center;transform:scale(0.8);transition:transform 0.2s ease}@media (min-width:768px){.rz-game-play-btn{width:48px;height:48px}}.game-card:hover .rz-game-play-btn{transform:scale(1)}.rz-game-play-btn svg{color:var(--primary-foreground);margin-left:2px}.game-info{padding:6px 8px}@media (min-width:768px){.game-info{padding:8px}}.game-name{font-size:12px;font-weight:500;color:var(--foreground);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media (min-width:768px){.game-name{font-size:14px}}.rz-game-provider{font-size:10px;color:var(--muted-foreground);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media (min-width:768px){.rz-game-provider{font-size:12px}}.promo-grid{display:grid;grid-template-columns:1fr;gap:16px;margin-bottom:24px}@media (min-width:768px){.promo-grid{grid-template-columns:repeat(2,1fr)}}.promo-card{position:relative;overflow:hidden;border-radius:var(--radius);border:1px solid var(--border);min-height:200px}.rz-promo-card-bg{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden}.rz-promo-card-bg img{width:100%;height:100%;object-fit:cover;object-position:center right}.rz-promo-card-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to right,hsla(0,0%,5%,0.9) 0%,hsla(0,0%,5%,0.6) 50%,transparent 100%)}.rz-promo-card-content{position:relative;z-index:10;padding:24px;display:flex;flex-direction:column;height:100%}.rz-promo-card-badge{display:inline-flex;align-items:center;gap:4px;padding:4px 8px;background-color:var(--primary);color:var(--primary-foreground);font-size:10px;font-weight:700;text-transform:uppercase;border-radius:4px;width:fit-content;margin-bottom:8px}.rz-promo-card-title{font-size:18px;font-weight:700;color:var(--foreground);margin-bottom:4px}.rz-promo-card-desc{font-size:14px;color:var(--muted-foreground);margin-bottom:16px}.promo-card .btn{margin-top:auto;width:fit-content}.rz-sports-section,.rz-sports-categories{padding:24px 0}.rz-section-title{font-size:20px;font-weight:700;color:var(--foreground);margin-bottom:16px}@media (min-width:768px){.rz-section-title{font-size:24px;margin-bottom:24px}}.rz-sports-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}@media (min-width:768px){.rz-sports-grid{gap:16px}}.sport-card,.rz-sports-card{position:relative;overflow:hidden;border-radius:var(--radius);border:1px solid var(--border);background-color:var(--card);cursor:pointer;transition:all 0.3s ease;min-height:160px}@media (min-width:768px){.sport-card,.rz-sports-card{min-height:200px}}.sport-card:hover,.rz-sports-card:hover{border-color:var(--primary);transform:translateY(-2px)}.rz-sport-card-bg,.rz-sports-image{position:absolute;bottom:0;right:0;width:60%;height:100%;max-width:200px}@media (min-width:768px){.rz-sport-card-bg,.rz-sports-image{width:70%;max-width:280px}}.rz-sport-card-bg img,.rz-sports-image img{width:100%;height:100%;object-fit:contain;object-position:bottom right}.rz-sports-gradient{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to right,hsla(0,0%,5%,0.9) 0%,transparent 100%)}.rz-sport-card-content,.rz-sports-info{position:relative;z-index:10;padding:16px}.rz-sport-card-title,.rz-sports-name{font-size:16px;font-weight:600;color:var(--foreground);margin-bottom:4px}@media (min-width:768px){.rz-sport-card-title,.rz-sports-name{font-size:18px}}.rz-sport-card-count,.rz-sports-subtitle{font-size:12px;color:var(--muted-foreground)}.rz-promo-grid-section{margin-bottom:24px}.rz-promo-banner-full{position:relative;overflow:hidden;border-radius:var(--radius);border:1px solid var(--border);margin-bottom:24px}.rz-promo-banner-full.rz-crypto-banner{border-color:hsla(45,90%,55%,0.3)}.rz-promo-banner-link{display:block;position:relative;min-height:200px}@media (min-width:768px){.rz-promo-banner-link{min-height:280px}}.rz-promo-banner-bg{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden}.rz-promo-banner-bg img{width:100%;height:100%;object-fit:cover;object-position:center right}@media (max-width:767px){.rz-promo-banner-bg img{object-position:70% center}}.rz-promo-banner-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to right,hsla(0,0%,5%,0.95) 0%,hsla(0,0%,5%,0.7) 50%,transparent 100%)}.rz-promo-banner-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to right,hsla(0,0%,5%,0.95) 0%,hsla(0,0%,5%,0.7) 50%,transparent 100%)}.rz-promo-banner-content{position:relative;z-index:10;padding:24px;display:flex;flex-direction:column;align-items:flex-start;min-height:200px;justify-content:center}@media (min-width:768px){.rz-promo-banner-content{padding:40px;min-height:280px}}.rz-promo-badge{display:inline-flex;align-items:center;gap:4px;padding:4px 10px;background-color:var(--primary);color:var(--primary-foreground);font-size:10px;font-weight:700;text-transform:uppercase;border-radius:4px;margin-bottom:12px}.rz-promo-badge.sports{background-color:hsl(142,76%,36%)}.rz-promo-badge.crypto{background:linear-gradient(135deg,hsl(45,90%,55%) 0%,hsl(35,80%,45%) 100%)}.rz-promo-title{font-size:20px;font-weight:700;color:var(--foreground);margin-bottom:8px}.rz-promo-title.rz-gold-gradient{background:linear-gradient(135deg,hsl(45,90%,65%) 0%,hsl(35,80%,50%) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@media (min-width:768px){.rz-promo-title{font-size:28px}}.rz-promo-subtitle{font-size:14px;color:var(--muted-foreground);margin-bottom:16px}@media (min-width:768px){.rz-promo-subtitle{font-size:16px}}.rz-promo-card-subtitle{font-size:14px;color:var(--muted-foreground);margin-bottom:16px}.rz-promo-card-reverse .rz-promo-card-overlay{background:linear-gradient(to left,hsla(0,0%,5%,0.9) 0%,hsla(0,0%,5%,0.6) 50%,transparent 100%)}.rz-promo-card-overlay.reverse{background:linear-gradient(to left,hsla(0,0%,5%,0.9) 0%,hsla(0,0%,5%,0.6) 50%,transparent 100%)}.rz-promo-card-content.align-right{align-items:flex-end;text-align:right}.rz-features-section{padding:24px 0;margin-bottom:24px}.rz-main-content-article,.content-section,article,.rz-article-content{text-align:left}.rz-main-content-article p,.content-section p,article p,.rz-section-text{font-size:15px;color:var(--muted-foreground);line-height:1.75;margin-bottom:16px;text-align:left}@media (min-width:768px){.rz-main-content-article p,.content-section p,article p,.rz-section-text{font-size:16px;line-height:1.8}}.content-heading,.rz-main-content-article h2,.content-section h2{font-size:20px;font-weight:700;color:var(--foreground);margin-top:32px;margin-bottom:16px;text-align:left;line-height:1.3}@media (min-width:768px){.content-heading,.rz-main-content-article h2,.content-section h2{font-size:24px;margin-top:40px;margin-bottom:20px}}.rz-main-content-article h3,.content-section h3{font-size:17px;font-weight:600;color:var(--foreground);margin-top:24px;margin-bottom:12px;text-align:left;font-family:'Inter',sans-serif}@media (min-width:768px){.rz-main-content-article h3,.content-section h3{font-size:18px}}.rz-main-content-article ul,.rz-main-content-article ol,.content-section ul,.content-section ol{margin:0 0 16px 0;padding-left:24px;text-align:left}.rz-main-content-article li,.content-section li{font-size:15px;color:var(--muted-foreground);line-height:1.7;margin-bottom:8px;text-align:left}@media (min-width:768px){.rz-main-content-article li,.content-section li{font-size:16px}}.rz-main-content-article strong,.content-section strong{color:var(--foreground);font-weight:600}.rz-main-content-article a:not(.btn),.content-section a:not(.btn){color:var(--primary);text-decoration:underline;text-underline-offset:2px}.rz-main-content-article a:not(.btn):hover,.content-section a:not(.btn):hover{opacity:0.8}.content-section{padding:24px 0;border-top:1px solid var(--border)}.content-section:first-child{border-top:none;padding-top:0}.rz-section-title{font-size:20px;font-weight:700;color:var(--foreground);margin-bottom:16px;text-align:left}@media (min-width:768px){.rz-section-title{font-size:24px;margin-bottom:24px}}.rz-author-block{display:flex;flex-direction:column;gap:16px;padding:20px;background-color:var(--card);border:1px solid var(--border);border-radius:var(--radius);margin-bottom:24px}@media (min-width:768px){.rz-author-block{flex-direction:row;align-items:flex-start;gap:20px}}.rz-author-info{display:flex;gap:12px;flex:1}.rz-author-avatar{width:48px;height:48px;min-width:48px;background-color:var(--muted);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--muted-foreground)}.rz-author-details{flex:1}.rz-author-name-row{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:6px}.rz-author-name{font-size:15px;font-weight:600;color:var(--foreground)}.rz-author-role{font-size:12px;color:var(--primary);background-color:hsla(45,90%,55%,0.15);padding:2px 8px;border-radius:4px}.author-bio{font-size:13px;color:var(--muted-foreground);line-height:1.5;margin-bottom:8px !important;text-align:left}.rz-author-experience{display:inline-flex;align-items:center;gap:6px;font-size:12px;color:hsl(142,76%,50%)}.rz-author-dates{display:flex;flex-direction:column;gap:6px;font-size:12px}@media (min-width:768px){.rz-author-dates{text-align:right;flex-shrink:0}}.rz-author-date{display:flex;align-items:center;gap:6px;color:var(--muted-foreground)}.rz-author-date.highlight{color:var(--primary)}.rz-author-verified{display:flex;align-items:center;gap:6px;color:hsl(142,76%,50%)}.info-box{padding:16px;background-color:hsla(185,80%,50%,0.08);border:1px solid hsla(185,80%,50%,0.3);border-left:4px solid var(--accent);border-radius:var(--radius);margin:20px 0}.rz-info-box-header{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:600;color:var(--accent);margin-bottom:8px}.info-box p{font-size:14px;color:var(--muted-foreground);margin:0 !important;line-height:1.6}.rz-games-info-grid{display:grid;grid-template-columns:1fr;gap:16px;margin:24px 0}@media (min-width:768px){.rz-games-info-grid{grid-template-columns:repeat(3,1fr)}}.rz-games-info-card{padding:16px;background-color:var(--card);border:1px solid var(--border);border-radius:var(--radius)}.rz-games-info-card h3{font-size:15px;font-weight:600;color:var(--foreground);margin-bottom:12px;font-family:'Inter',sans-serif}.rz-games-info-card ul{list-style:none;padding:0;margin:0}.rz-games-info-card li{font-size:13px;color:var(--muted-foreground);padding:4px 0;line-height:1.5}.rz-payment-table-wrapper{overflow-x:auto;margin:24px 0;border:1px solid var(--border);border-radius:var(--radius)}.rz-payment-table{width:100%;border-collapse:collapse;font-size:14px;min-width:500px}.rz-payment-table th,.rz-payment-table td{padding:12px 16px;text-align:left;border-bottom:1px solid var(--border)}.rz-payment-table th{background-color:var(--card);color:var(--foreground);font-weight:600;font-size:13px;text-transform:uppercase;letter-spacing:0.02em}.rz-payment-table td{color:var(--muted-foreground)}.rz-payment-table tbody tr:hover{background-color:var(--sidebar-accent)}.rz-payment-table tbody tr:last-child td{border-bottom:none}.rz-payment-table .rz-status-good{color:hsl(142,76%,50%)}.rz-payment-table .rz-status-warning{color:hsl(45,90%,55%)}.rz-payment-table .rz-status-neutral{color:var(--muted-foreground)}.rz-features-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-bottom:24px}@media (min-width:768px){.rz-features-grid{grid-template-columns:repeat(4,1fr);gap:16px}}.rz-feature-card{padding:16px;background-color:var(--card);border:1px solid var(--border);border-radius:var(--radius);text-align:center}.rz-feature-icon{width:40px;height:40px;margin:0 auto 8px;background-color:hsla(45,90%,55%,0.2);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--primary)}.rz-feature-title{font-size:14px;font-weight:600;color:var(--foreground);margin-bottom:4px}.rz-feature-desc{font-size:12px;color:var(--muted-foreground)}.rz-pros-cons-grid{display:grid;grid-template-columns:1fr;gap:16px;margin:24px 0}@media (min-width:768px){.rz-pros-cons-grid{grid-template-columns:repeat(2,1fr)}}.pros-box,.cons-box,.pros-card,.cons-card{padding:20px;border-radius:var(--radius)}.pros-box,.pros-card{background-color:hsla(142,76%,36%,0.08);border:1px solid hsla(142,76%,36%,0.3)}.cons-box,.cons-card{background-color:hsla(30,100%,50%,0.08);border:1px solid hsla(30,100%,50%,0.3)}.rz-pros-header,.rz-cons-header{display:flex;align-items:center;gap:10px;margin-bottom:14px}.rz-pros-header svg{color:hsl(142,76%,50%);flex-shrink:0}.rz-cons-header svg{color:hsl(30,100%,60%);flex-shrink:0}.rz-pros-header span{font-size:15px;font-weight:600;color:hsl(142,76%,50%)}.rz-cons-header span{font-size:15px;font-weight:600;color:hsl(30,100%,60%)}.pros-card h4,.cons-card h4{display:flex;align-items:center;gap:8px;font-size:15px;font-weight:600;margin-bottom:14px;font-family:'Inter',sans-serif}.pros-card h4{color:hsl(142,76%,50%)}.cons-card h4{color:hsl(30,100%,60%)}.pros-list,.cons-list,.pros-box ul,.cons-box ul,.pros-card ul,.cons-card ul{list-style:none;padding:0;margin:0}.pros-list li,.cons-list li,.pros-box li,.cons-box li,.pros-card li,.cons-card li{font-size:14px;color:var(--muted-foreground);padding:6px 0;line-height:1.5;text-align:left}.rz-comparison-table{width:100%;overflow-x:auto;margin-bottom:24px}.rz-comparison-table table{width:100%;border-collapse:collapse;font-size:14px}.rz-comparison-table th,.rz-comparison-table td{padding:12px;text-align:left;border-bottom:1px solid var(--border)}.rz-comparison-table th{color:var(--foreground);font-weight:600;background-color:var(--card)}.rz-comparison-table td{color:var(--muted-foreground)}.rz-comparison-table tr:hover td{background-color:var(--sidebar-accent)}.rz-faq-section{margin:32px 0;padding:24px;background-color:var(--card);border:1px solid var(--border);border-radius:12px;box-shadow:0 4px 20px -5px hsla(0,0%,0%,0.3)}.faq-header{display:flex;align-items:center;gap:12px;margin-bottom:24px;padding-bottom:16px;border-bottom:1px solid var(--border)}.faq-icon{width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,hsla(45,90%,55%,0.15) 0%,hsla(45,90%,55%,0.05) 100%);border:1px solid hsla(45,90%,55%,0.3);border-radius:12px;color:var(--primary)}.faq-title{font-size:1.4rem;font-weight:600;color:var(--foreground);margin:0}.rz-faq-section h2{font-size:1.4rem;font-weight:600;color:var(--foreground);margin-bottom:24px}.rz-faq-accordion{display:flex;flex-direction:column;gap:12px}.faq-item{border:1px solid var(--border);border-radius:10px;overflow:hidden;background-color:var(--sidebar-accent);transition:border-color 0.2s ease,box-shadow 0.2s ease}.faq-item:hover{border-color:hsla(45,90%,55%,0.3)}.faq-item.open{border-color:hsla(45,90%,55%,0.4);box-shadow:0 4px 15px -5px hsla(45,90%,55%,0.15)}.rz-faq-question{display:flex;align-items:center;justify-content:space-between;width:100%;padding:18px 20px;background-color:transparent;border:none;color:var(--foreground);font-size:15px;font-weight:500;text-align:left;cursor:pointer;transition:background-color 0.2s ease;gap:16px}.rz-faq-question:hover{background-color:hsla(45,90%,55%,0.05)}.rz-faq-question span{flex:1;line-height:1.4}.rz-faq-chevron{flex-shrink:0;width:28px;height:28px;display:flex;align-items:center;justify-content:center;background-color:hsla(45,90%,55%,0.1);border-radius:50%;color:var(--primary);transition:transform 0.3s ease,background-color 0.2s ease}.faq-item.open .rz-faq-chevron{transform:rotate(180deg);background-color:hsla(45,90%,55%,0.2)}.faq-answer{max-height:0;overflow:hidden;transition:max-height 0.3s ease,padding 0.3s ease;padding:0 20px;background-color:hsla(0,0%,0%,0.2);border-top:0 solid var(--border)}.faq-item.open .faq-answer{max-height:2000px;padding:20px;border-top:1px solid var(--border)}.rz-accordion-item{border:1px solid var(--border);border-radius:var(--radius);margin-bottom:8px;overflow:hidden}.rz-accordion-trigger{display:flex;align-items:center;justify-content:space-between;width:100%;padding:16px;background-color:var(--card);border:none;color:var(--foreground);font-size:14px;font-weight:500;text-align:left;cursor:pointer;transition:background-color 0.2s ease}.rz-accordion-trigger:hover{background-color:var(--sidebar-accent)}.rz-accordion-trigger svg{flex-shrink:0;color:var(--muted-foreground);transition:transform 0.2s ease}.rz-accordion-item.open .rz-accordion-trigger svg{transform:rotate(180deg)}.rz-accordion-content{max-height:0;overflow:hidden;transition:max-height 0.3s ease}.rz-accordion-item.open .rz-accordion-content{max-height:2000px}.rz-accordion-content-inner{padding:20px 16px;font-size:14px;color:var(--muted-foreground);line-height:1.8}.rz-accordion-content-inner p,.faq-answer p{text-align:left;margin-bottom:16px;line-height:1.8;color:var(--muted-foreground)}.rz-accordion-content-inner p:last-child,.faq-answer p:last-child{margin-bottom:0}.rz-methodology-section{margin:32px 0;padding:24px;background-color:var(--card);border:1px solid var(--border);border-radius:var(--radius)}.rz-methodology-header{text-align:center;margin-bottom:24px}.rz-methodology-title{font-size:1.25rem;font-weight:600;color:var(--foreground);margin-bottom:8px}.rz-methodology-subtitle{font-size:14px;color:var(--muted-foreground)}.rz-methodology-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}@media (min-width:768px){.rz-methodology-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width:1024px){.rz-methodology-grid{grid-template-columns:repeat(6,1fr)}}.rz-methodology-item{display:flex;flex-direction:column;align-items:center;text-align:center;padding:16px 8px;background-color:var(--muted);border-radius:var(--radius)}.rz-methodology-icon{width:40px;height:40px;background-color:hsla(45,90%,55%,0.2);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:12px}.rz-methodology-icon svg{color:var(--primary)}.rz-methodology-text{text-align:center}.rz-methodology-item-title{font-size:13px;font-weight:600;color:var(--foreground);margin-bottom:4px}.rz-methodology-item-desc{font-size:11px;color:var(--muted-foreground);line-height:1.4}.rz-reviews-grid{display:grid;grid-template-columns:1fr;gap:16px;margin-bottom:24px}@media (min-width:768px){.rz-reviews-grid{grid-template-columns:repeat(2,1fr)}}.rz-review-card{padding:16px;background-color:var(--card);border:1px solid var(--border);border-radius:var(--radius)}.rz-review-header{display:flex;align-items:center;gap:12px;margin-bottom:12px}.rz-review-avatar{width:40px;height:40px;background-color:var(--muted);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:600;color:var(--foreground)}.rz-review-author{flex:1}.rz-review-author h5{font-size:14px;font-weight:600;color:var(--foreground);margin-bottom:2px;font-family:'Inter',sans-serif}.rz-review-author span{font-size:12px;color:var(--muted-foreground)}.rz-review-rating{display:flex;gap:2px}.rz-review-rating svg{width:16px;height:16px;color:var(--primary)}.rz-review-text{font-size:14px;color:var(--muted-foreground);line-height:1.6}.rz-changelog-section{padding:24px;background-color:var(--card);border:1px solid var(--border);border-radius:var(--radius);margin-bottom:24px}.rz-changelog-header{display:flex;align-items:center;gap:16px;margin-bottom:24px}.rz-changelog-icon{width:48px;height:48px;background-color:hsla(45,90%,55%,0.2);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--primary)}.rz-changelog-header h2{font-size:20px;font-weight:700;color:var(--foreground);margin:0}.rz-changelog-subtitle{font-size:14px;color:var(--muted-foreground);margin-top:4px}.rz-changelog-timeline{position:relative;padding-left:24px;border-left:2px solid var(--border)}.rz-changelog-item{position:relative;margin-bottom:20px;padding-bottom:4px}.rz-changelog-item:last-child{margin-bottom:0}.rz-changelog-dot{position:absolute;left:-29px;top:4px;width:10px;height:10px;background-color:var(--primary);border-radius:50%}.rz-changelog-content{padding-left:8px}.rz-changelog-meta{display:flex;align-items:center;gap:8px;margin-bottom:4px}.rz-changelog-date{font-size:12px;color:var(--primary);font-weight:600}.rz-changelog-tag{display:inline-block;padding:2px 8px;font-size:10px;font-weight:600;text-transform:uppercase;border-radius:4px}.rz-changelog-tag.payouts{background-color:hsla(142,76%,36%,0.2);color:hsl(142,76%,50%)}.rz-changelog-tag.bonuses{background-color:hsla(45,90%,55%,0.2);color:var(--primary)}.rz-changelog-tag.games{background-color:hsla(185,80%,50%,0.2);color:var(--accent)}.rz-changelog-tag.withdrawals{background-color:hsla(260,80%,60%,0.2);color:hsl(260,80%,70%)}.rz-changelog-tag.verification{background-color:hsla(30,100%,50%,0.2);color:hsl(30,100%,60%)}.rz-changelog-content p{font-size:14px;color:var(--muted-foreground);margin:0}.rz-changelog-list{border-left:2px solid var(--border);padding-left:24px}.rz-changelog-title{font-size:14px;font-weight:600;color:var(--foreground);margin-bottom:4px}.rz-changelog-desc{font-size:14px;color:var(--muted-foreground)}.rz-reviews-section{margin-bottom:24px}.rz-rating-block{display:flex;flex-direction:column;gap:16px;padding:24px;background-color:var(--card);border:1px solid var(--border);border-radius:var(--radius);margin-bottom:24px}@media (min-width:768px){.rz-rating-block{flex-direction:row;align-items:center}}.rz-rating-circle{width:100px;height:100px;border-radius:50%;background:linear-gradient(135deg,hsla(45,90%,55%,0.2) 0%,hsla(185,80%,50%,0.1) 100%);border:3px solid var(--primary);display:flex;flex-direction:column;align-items:center;justify-content:center;flex-shrink:0}.rz-rating-value{font-size:32px;font-weight:700;background:linear-gradient(135deg,hsl(45,90%,65%) 0%,hsl(35,80%,50%) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1}.rating-max{font-size:12px;color:var(--muted-foreground)}.rz-rating-content{flex:1}.rz-rating-header{display:flex;align-items:center;gap:12px;margin-bottom:8px}.rz-rating-header h2{font-size:18px;font-weight:700;color:var(--foreground);margin:0}@media (min-width:768px){.rz-rating-header h2{font-size:20px}}.rz-rating-badge{padding:4px 10px;background-color:hsla(142,76%,36%,0.2);border:1px solid hsla(142,76%,36%,0.5);border-radius:9999px;font-size:12px;font-weight:600;color:hsl(142,76%,50%)}.rz-rating-verdict{display:flex;align-items:flex-start;gap:8px;margin-bottom:8px}.rz-rating-verdict svg{flex-shrink:0;color:var(--primary);margin-top:2px}.rz-rating-verdict p{font-size:14px;color:var(--muted-foreground);font-style:italic;margin:0}.rz-rating-updated{font-size:12px;color:var(--muted-foreground)}.rz-pros-cons-section{display:grid;grid-template-columns:1fr;gap:16px;margin-bottom:24px}@media (min-width:768px){.rz-pros-cons-section{grid-template-columns:repeat(2,1fr)}}.pros-box{padding:20px;background-color:hsla(142,76%,36%,0.08);border:1px solid hsla(142,76%,36%,0.3);border-radius:var(--radius)}.cons-box{padding:20px;background-color:hsla(30,100%,50%,0.08);border:1px solid hsla(30,100%,50%,0.3);border-radius:var(--radius)}.rz-pros-header,.rz-cons-header{display:flex;align-items:center;gap:10px;margin-bottom:12px}.pros-icon,.cons-icon{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center}.pros-icon{background-color:hsla(142,76%,36%,0.2);color:hsl(142,76%,50%)}.cons-icon{background-color:hsla(30,100%,50%,0.2);color:hsl(30,100%,60%)}.rz-pros-header h3,.rz-cons-header h3{font-size:16px;font-weight:600;margin:0;font-family:'Inter',sans-serif}.rz-pros-header h3{color:hsl(142,76%,50%)}.rz-cons-header h3{color:hsl(30,100%,60%)}.pros-list,.cons-list{list-style:none;padding:0;margin:0}.pros-list li,.cons-list li{display:flex;align-items:flex-start;gap:8px;font-size:14px;color:var(--muted-foreground);padding:6px 0;line-height:1.5}.check{color:hsl(142,76%,50%);font-weight:700;flex-shrink:0}.minus{color:hsl(30,100%,60%);font-weight:700;flex-shrink:0}.rz-player-reviews{margin-bottom:24px}.rz-player-reviews-title{font-size:18px;font-weight:700;color:var(--foreground);margin-bottom:16px}.rz-review-info{flex:1}.rz-review-name{display:block;font-size:14px;font-weight:600;color:var(--foreground);margin-bottom:2px}.rz-review-stars{display:flex;gap:2px}.rz-review-stars svg{color:var(--primary)}.rz-review-date{display:block;font-size:11px;color:var(--muted-foreground);margin-top:8px}.rz-responsible-section{padding:24px;background-color:var(--card);border:1px solid var(--border);border-radius:var(--radius);margin-bottom:24px}.rz-responsible-header{display:flex;align-items:center;gap:12px;margin-bottom:20px}.rz-responsible-header svg{color:var(--primary)}.rz-responsible-header h3{font-size:18px;font-weight:700;color:var(--foreground);margin:0;font-family:'Inter',sans-serif}.rz-responsible-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-bottom:16px}@media (min-width:768px){.rz-responsible-grid{grid-template-columns:repeat(4,1fr)}}.rz-responsible-card{padding:16px;background-color:var(--background);border:1px solid var(--border);border-radius:var(--radius);text-align:center}.rz-responsible-icon{width:36px;height:36px;margin:0 auto 8px;border-radius:50%;display:flex;align-items:center;justify-content:center}.rz-responsible-icon.destructive{background-color:hsla(0,70%,50%,0.2);color:var(--destructive)}.rz-responsible-icon.primary{background-color:hsla(45,90%,55%,0.2);color:var(--primary)}.rz-responsible-icon.success{background-color:hsla(142,76%,36%,0.2);color:hsl(142,76%,50%)}.rz-responsible-title{font-size:14px;font-weight:600;color:var(--foreground);margin:0 0 4px}.rz-responsible-desc{font-size:12px;color:var(--muted-foreground);margin:0}.help-links{display:flex;flex-wrap:wrap;justify-content:center;gap:16px}.help-links a{display:inline-flex;align-items:center;gap:6px;font-size:14px;color:var(--primary);transition:opacity 0.2s ease}.help-links a:hover{opacity:0.8}.footer{margin-top:auto;border-top:1px solid var(--border);background-color:hsla(0,0%,8%,0.3)}@media (min-width:1024px){.footer{margin-left:224px}}.rz-footer-section{padding:24px 16px;border-bottom:1px solid var(--border)}.rz-footer-section:last-child{border-bottom:none}.rz-footer-section-title{font-size:14px;font-weight:600;color:var(--muted-foreground);text-align:center;margin-bottom:16px;font-family:'Inter',sans-serif}.rz-footer-title{font-size:14px;font-weight:600;color:var(--muted-foreground);text-align:center;margin-bottom:16px}.rz-footer-providers,.rz-providers-list{display:flex;flex-wrap:wrap;justify-content:center;gap:16px}.rz-footer-providers span,.rz-providers-list span{font-size:12px;color:hsla(0,0%,55%,0.7);cursor:default;transition:color 0.2s ease}.rz-footer-providers span:hover,.rz-providers-list span:hover{color:var(--primary)}.rz-footer-payments,.rz-payment-methods{display:flex;flex-wrap:wrap;justify-content:center;gap:16px}.rz-footer-payments span,.rz-payment-badge,.rz-payment-methods span{padding:4px 12px;font-size:12px;color:var(--muted-foreground);background-color:hsla(0,0%,15%,0.5);border:1px solid hsla(45,50%,25%,0.5);border-radius:4px}.footer-nav{display:flex;flex-wrap:wrap;justify-content:center;gap:24px}.footer-nav a{font-size:14px;color:var(--muted-foreground);transition:color 0.2s ease}.footer-nav a:hover{color:var(--primary)}.rz-footer-responsible{padding:32px 16px;display:flex;flex-direction:column;align-items:center;gap:24px;text-align:center}.footer-age{display:flex;align-items:center;gap:16px}.rz-footer-age-block{display:flex;flex-direction:column;align-items:center;text-align:center;gap:8px;margin-bottom:20px}.age-badge{width:48px;height:48px;border:2px solid var(--destructive);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--destructive);font-weight:700;font-size:18px;flex-shrink:0}.age-text{text-align:left}.age-title{font-size:14px;font-weight:600;color:var(--foreground);margin-bottom:0}.age-desc{font-size:12px;color:var(--muted-foreground);line-height:1.5;max-width:400px}.rz-footer-disclaimer{max-width:800px;margin:0 auto}.rz-footer-disclaimer p{font-size:12px;color:var(--muted-foreground);margin-bottom:12px;line-height:1.6}.rz-footer-external,.rz-external-links{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:8px;margin-bottom:16px}.rz-footer-external a,.rz-external-links a{font-size:12px;color:var(--muted-foreground);transition:color 0.2s ease}.rz-footer-external a:hover,.rz-external-links a:hover{color:var(--primary)}.footer-dot,.rz-external-links span{color:hsla(0,0%,55%,0.3)}.rz-footer-legal{display:flex;flex-direction:column;align-items:center;gap:12px}.rz-footer-legal p{font-size:12px;color:var(--muted-foreground)}.rz-footer-legal-links{display:flex;flex-wrap:wrap;justify-content:center;gap:16px}.rz-footer-legal-links span{font-size:12px;color:hsla(0,0%,55%,0.7)}.rz-footer-copyright{font-size:12px;color:hsla(0,0%,55%,0.5);margin-top:8px}.rz-footer-updated{display:inline-flex;align-items:center;gap:8px;padding:6px 12px;background-color:hsla(0,0%,15%,0.3);border:1px solid hsla(45,50%,25%,0.5);border-radius:9999px;margin-top:16px}.rz-footer-updated .rz-updated-dot,.rz-updated-dot{width:8px;height:8px;background-color:hsl(142,76%,50%);border-radius:50%}.rz-footer-updated span:last-child{font-size:12px;color:var(--muted-foreground)}.rz-updated-badge{display:inline-flex;align-items:center;gap:8px;padding:6px 12px;background-color:hsla(0,0%,15%,0.3);border:1px solid hsla(45,50%,25%,0.5);border-radius:9999px}.rz-updated-badge span:last-child{font-size:12px;color:var(--muted-foreground)}.rz-cookie-banner{position:fixed;bottom:0;left:0;right:0;z-index:9998;padding:16px;background-color:var(--card);border-top:1px solid var(--border);display:none}.rz-cookie-banner.visible{display:block}@media (min-width:1024px){.rz-cookie-banner{left:224px}}.rz-cookie-content{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;gap:12px}@media (min-width:768px){.rz-cookie-content{flex-direction:row;align-items:center;justify-content:space-between}}.rz-cookie-content p,.rz-cookie-banner p{font-size:14px;color:var(--muted-foreground);margin:0;flex:1}.rz-cookie-banner a{color:var(--primary)}.rz-cookie-buttons{display:flex;gap:8px;flex-shrink:0}.rz-cookie-buttons .btn{pointer-events:auto;cursor:pointer;position:relative;z-index:10}.scroll-top{position:fixed;bottom:80px;right:16px;z-index:40;width:44px;height:44px;background-color:var(--card);border:1px solid var(--border);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--muted-foreground);cursor:pointer;opacity:0;visibility:hidden;transition:all 0.3s ease}.scroll-top.visible{opacity:1;visibility:visible}.scroll-top:hover{background-color:var(--primary);border-color:var(--primary);color:var(--primary-foreground)}.form-group{margin-bottom:16px}.form-label{display:block;font-size:14px;font-weight:500;color:var(--foreground);margin-bottom:8px}.form-input{width:100%;height:44px;padding:0 12px;background-color:var(--background);border:1px solid var(--border);border-radius:var(--radius);color:var(--foreground);font-size:14px}.form-input:focus{outline:none;border-color:var(--primary)}.form-input.error{border-color:var(--destructive)}.form-error{font-size:12px;color:var(--destructive);margin-top:4px}.input-icon{position:relative}.input-icon svg{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:var(--muted-foreground)}.input-icon .form-input{padding-left:40px}.tabs{display:flex;background-color:var(--muted);padding:4px;border-radius:var(--radius);margin-bottom:24px}.tab-btn{flex:1;padding:8px 16px;background:transparent;border:none;border-radius:4px;font-size:14px;font-weight:500;color:var(--muted-foreground);cursor:pointer;transition:all 0.2s ease}.tab-btn:hover{color:var(--foreground)}.tab-btn.active{background-color:var(--primary);color:var(--primary-foreground)}.rz-checkbox-group{display:flex;align-items:flex-start;gap:8px}.rz-checkbox-group input[type="checkbox"]{margin-top:4px;accent-color:var(--primary)}.rz-checkbox-group label{font-size:12px;color:var(--muted-foreground);line-height:1.5}.page-hero{position:relative;overflow:hidden;border-radius:var(--radius);border:1px solid var(--border);margin-bottom:24px}@media (min-width:768px){.page-hero{border-radius:12px}}.rz-page-hero-bg{position:absolute;top:0;left:0;width:100%;height:100%}.rz-page-hero-bg img{width:100%;height:100%;object-fit:cover}.rz-page-hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to right,hsla(0,0%,5%,0.95) 0%,hsla(0,0%,5%,0.7) 50%,transparent 100%)}.rz-page-hero-content{position:relative;z-index:10;min-height:180px;padding:24px 16px;display:flex;flex-direction:column;justify-content:center}@media (min-width:640px){.rz-page-hero-content{min-height:200px;padding:24px}}@media (min-width:768px){.rz-page-hero-content{min-height:240px;padding:32px 40px}}.rz-page-hero-badge{display:inline-flex;align-items:center;gap:8px;padding:6px 12px;background-color:var(--card);border:1px solid hsla(45,90%,55%,0.3);border-radius:9999px;margin-bottom:16px;width:fit-content}.rz-page-hero-badge svg{color:var(--primary)}.rz-page-hero-badge span{font-size:12px;font-weight:500;color:var(--primary)}.rz-page-hero-title{font-size:20px;font-weight:700;background:linear-gradient(135deg,hsl(45,90%,65%) 0%,hsl(35,80%,50%) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:8px}@media (min-width:640px){.rz-page-hero-title{font-size:24px}}@media (min-width:768px){.rz-page-hero-title{font-size:32px;margin-bottom:12px}}.rz-page-hero-subtitle{font-size:14px;color:var(--muted-foreground);max-width:500px;margin-bottom:16px;line-height:1.5}@media (min-width:768px){.rz-page-hero-subtitle{font-size:16px}}.rz-page-hero-cta,.rz-page-hero-buttons{display:flex;flex-wrap:wrap;gap:8px}@media (min-width:768px){.rz-page-hero-cta,.rz-page-hero-buttons{gap:12px}}.rz-page-hero-cta .btn-cyan,.rz-page-hero-buttons .btn-cyan{font-size:12px;padding:8px 16px;background:linear-gradient(135deg,hsl(185,80%,50%) 0%,hsl(195,70%,45%) 100%);color:hsl(0,0%,5%);font-weight:700;box-shadow:var(--shadow-cyan);border-radius:var(--radius);display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:all 0.2s ease}.rz-page-hero-cta .btn-cyan:hover,.rz-page-hero-buttons .btn-cyan:hover{transform:translateY(-2px);box-shadow:0 6px 30px -5px hsla(185,80%,50%,0.5)}@media (min-width:640px){.rz-page-hero-cta .btn-cyan,.rz-page-hero-buttons .btn-cyan{font-size:14px;padding:12px 24px}}.rz-page-hero-badges{display:flex;flex-wrap:wrap;gap:6px;margin-top:16px}.rz-page-hero-trust-badge{display:inline-flex;align-items:center;gap:4px;padding:4px 8px;background-color:hsla(0,0%,8%,0.6);border:1px solid hsla(45,50%,25%,0.5);border-radius:9999px;font-size:10px;color:var(--foreground)}.rz-page-hero-trust-badge svg{color:var(--primary);width:12px;height:12px}.rz-safety-card{padding:16px;background-color:hsla(0,0%,8%,0.8);border:1px solid hsla(45,90%,55%,0.3);border-radius:12px;text-align:center;backdrop-filter:blur(4px);min-width:160px}.rz-safety-card svg{color:var(--primary);margin:0 auto 8px}.rz-safety-card-label{font-size:12px;color:var(--muted-foreground);margin-bottom:4px}.rz-safety-card-score{font-size:32px;font-weight:700;background:linear-gradient(135deg,hsl(45,90%,65%) 0%,hsl(35,80%,50%) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:4px}.rz-safety-card-max{font-size:12px;color:var(--muted-foreground)}.rz-safety-card-badge{display:inline-block;margin-top:8px;padding:4px 8px;background-color:hsla(142,76%,36%,0.2);border:1px solid hsla(142,76%,36%,0.5);border-radius:9999px;font-size:12px;font-weight:500;color:hsl(142,76%,50%)}.breadcrumbs,.breadcrumb{display:flex;align-items:center;gap:8px;margin-bottom:16px;font-size:14px}.breadcrumbs a,.breadcrumb a{color:var(--muted-foreground);transition:color 0.2s ease}.breadcrumbs a:hover,.breadcrumb a:hover{color:var(--primary)}.breadcrumbs span,.breadcrumb span{color:var(--foreground)}.breadcrumb ol{display:flex;align-items:center;gap:8px;list-style:none;padding:0;margin:0}.breadcrumb li{color:var(--muted-foreground)}.breadcrumb li:last-child{color:var(--foreground)}.rz-auth-section{display:grid;grid-template-columns:1fr;gap:24px;padding:24px 0 48px}@media (min-width:1024px){.rz-auth-section{grid-template-columns:420px 1fr;align-items:start;gap:32px}}.auth-card{background-color:var(--card);border:1px solid var(--border);border-radius:calc(var(--radius)+6px);box-shadow:0 18px 50px -30px rgba(0,0,0,0.85);padding:20px;position:sticky;top:16px}@media (max-width:1023px){.auth-card{position:static}}.auth-title{font-size:28px;font-weight:700;margin-bottom:6px;color:var(--foreground)}.rz-auth-subtitle{color:var(--muted-foreground);font-size:14px;margin-bottom:16px}.auth-form{display:grid;gap:12px}.form-group{display:grid;gap:6px}.form-group label{font-size:12px;color:var(--muted-foreground);font-weight:600}.form-group input,.form-group select,.form-group textarea{width:100%;background-color:var(--input);border:1px solid var(--border);border-radius:var(--radius);padding:10px 12px;color:var(--foreground);outline:none}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--primary);box-shadow:0 0 0 4px hsla(45,90%,55%,0.15)}.rz-btn-primary:not(.btn),.rz-btn-outline:not(.btn),.btn-gold:not(.btn),.btn-cyan:not(.btn){display:inline-flex;align-items:center;justify-content:center;padding:10px 20px;border-radius:var(--radius);font-weight:600;font-size:14px;cursor:pointer;transition:all 0.2s ease;border:none;white-space:nowrap;text-decoration:none}.btn-full{width:100%}.rz-auth-switch{margin-top:12px;font-size:13px;color:var(--muted-foreground)}.rz-auth-switch a{color:var(--primary);font-weight:700}.rz-auth-switch a:hover{text-decoration:underline}.rz-auth-content{display:grid;gap:18px}.rz-auth-content section{background-color:var(--card);border:1px solid var(--border);border-radius:calc(var(--radius)+6px);padding:16px}.rz-auth-content h2{font-size:18px;margin-bottom:10px}.rz-auth-content h3{font-size:14px;margin-bottom:6px}.rz-auth-content p{color:var(--muted-foreground);font-size:14px}.rz-benefits-grid,.stats-grid{display:grid;grid-template-columns:1fr;gap:12px;margin-top:12px}@media (min-width:640px){.rz-benefits-grid,.stats-grid{grid-template-columns:1fr 1fr}}.rz-benefit-card,.stat-card{border:1px solid var(--border);border-radius:var(--radius);padding:12px;background:linear-gradient(135deg,hsla(45,90%,55%,0.08) 0%,transparent 55%)}.stat-value{display:block;font-weight:800;font-size:20px;color:var(--foreground)}.stat-label{display:block;margin-top:2px;font-size:12px;color:var(--muted-foreground)}.rz-security-section{background:linear-gradient(135deg,hsla(185,80%,50%,0.08) 0%,transparent 55%)}.rz-security-header{display:flex;align-items:center;gap:10px;margin-bottom:10px}.rz-security-header svg{color:var(--accent)}.rz-security-list{margin:0;padding-left:18px;display:grid;gap:8px}.rz-security-list li{color:var(--muted-foreground);font-size:14px}.hidden{display:none !important}@media (min-width:640px){.sm\:hidden{display:none !important}.sm\:block{display:block !important}.sm\:flex{display:flex !important}}@media (min-width:768px){.md\:hidden{display:none !important}.md\:block{display:block !important}.md\:flex{display:flex !important}}@media (min-width:1024px){.lg\:hidden{display:none !important}.lg\:block{display:block !important}.lg\:flex{display:flex !important}}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.mb-0{margin-bottom:0}.mb-2{margin-bottom:8px}.mb-4{margin-bottom:16px}.mb-6{margin-bottom:24px}.mb-8{margin-bottom:32px}.mt-0{margin-top:0}.mt-2{margin-top:8px}.mt-4{margin-top:16px}.mt-6{margin-top:24px}.py-4{padding-top:16px;padding-bottom:16px}.py-6{padding-top:24px;padding-bottom:24px}.py-8{padding-top:32px;padding-bottom:32px}.text-primary{color:var(--primary)}.text-muted{color:var(--muted-foreground)}.text-foreground{color:var(--foreground)}.bg-card{background-color:var(--card)}.bg-muted{background-color:var(--muted)}.border{border:1px solid var(--border)}.rounded{border-radius:var(--radius)}.rounded-lg{border-radius:8px}.rounded-xl{border-radius:12px}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-2{gap:8px}.gap-4{gap:16px}.gap-6{gap:24px}.w-full{width:100%}.max-w-md{max-width:448px}.max-w-lg{max-width:512px}.max-w-xl{max-width:576px}.max-w-2xl{max-width:672px}.mx-auto{margin-left:auto;margin-right:auto}@media (min-width:768px) and (max-width:1023px){.rz-main-content{padding:80px 24px 60px}.games-grid{grid-template-columns:repeat(4,1fr);gap:12px}.promo-grid{grid-template-columns:repeat(2,1fr);gap:16px}.rz-sports-grid{grid-template-columns:repeat(3,1fr);gap:16px}.rz-features-grid{grid-template-columns:repeat(4,1fr);gap:12px}.rz-pros-cons-grid{grid-template-columns:repeat(2,1fr)}.rz-games-info-grid{grid-template-columns:repeat(3,1fr)}.rz-footer-columns{grid-template-columns:repeat(4,1fr);gap:24px}}@media (max-width:767px){.rz-main-content{padding:72px 12px 80px}.main-inner{padding:0}section{margin-bottom:20px}.hero,.rz-hero-slider{border-radius:8px;margin-bottom:16px}.rz-hero-content,.rz-hero-slider-content{min-height:200px;padding:20px 16px}.hero-bg img,.rz-hero-slider-bg img{object-position:65% center}.hero-title{font-size:26px;line-height:1.2;margin-bottom:8px;max-width:260px}.hero-brand{display:block;font-size:14px}.rz-hero-subtitle{font-size:15px;margin-bottom:12px;max-width:240px}.rz-hero-buttons{gap:8px;margin-bottom:8px}.rz-hero-buttons .btn-cyan{font-size:14px;padding:10px 18px}.rz-hero-trust-badges{gap:4px}.rz-hero-trust-badge{font-size:11px;padding:4px 8px}.rz-categories-section{padding:12px 0}.rz-categories-scroll{padding:0 8px;gap:8px}.rz-category-pill{padding:10px 14px;font-size:14px}.rz-category-pill svg{width:16px;height:16px}.rz-games-section{margin-bottom:16px}.rz-games-header{margin-bottom:12px;padding:0 4px}.rz-games-title{font-size:20px}.rz-games-see-all{font-size:14px}.games-grid{grid-template-columns:repeat(2,1fr);gap:8px}.game-card{border-radius:8px}.game-image{aspect-ratio:3 / 4;border-radius:8px 8px 0 0}.rz-game-number{width:18px;height:18px;font-size:10px;top:4px;left:4px}.game-badge{font-size:9px;padding:3px 6px;top:6px;right:6px}.game-info{padding:8px 10px}.game-name{font-size:14px;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.rz-game-provider{font-size:12px}.promo-grid{grid-template-columns:1fr;gap:12px}.promo-card{min-height:160px;border-radius:10px}.rz-promo-card-bg img{object-position:70% center}.rz-promo-card-content{padding:16px}.rz-promo-card-title{font-size:20px;margin-bottom:4px}.rz-promo-card-desc{font-size:14px;margin-bottom:12px}.rz-sports-grid{grid-template-columns:repeat(3,1fr);gap:8px}.sport-card,.rz-sports-card{min-height:130px;border-radius:8px}.rz-sport-card-bg,.rz-sports-image{width:55%;max-width:100px}.rz-sport-card-content,.rz-sports-info{padding:12px}.rz-sport-card-title,.rz-sports-name{font-size:16px;line-height:1.2}.rz-sport-card-count,.rz-sports-subtitle{font-size:12px}.rz-promo-banner-full{margin-bottom:16px;border-radius:10px}.rz-promo-banner-link{min-height:180px}.rz-promo-banner-bg img{object-position:70% center}.rz-promo-banner-content{padding:20px 16px}.rz-promo-badge{padding:4px 10px;font-size:10px;margin-bottom:8px}.rz-promo-title{font-size:22px;margin-bottom:4px}.rz-promo-subtitle{font-size:14px;margin-bottom:12px}.rz-features-grid{grid-template-columns:repeat(2,1fr);gap:10px}.rz-feature-card{padding:14px 10px}.rz-feature-icon{width:36px;height:36px;margin-bottom:6px}.rz-feature-icon svg{width:18px;height:18px}.rz-feature-title{font-size:14px}.rz-feature-desc{font-size:12px}.rz-author-block{padding:16px;gap:12px}.rz-author-avatar{width:40px;height:40px;min-width:40px}.rz-author-name{font-size:16px}.rz-author-role{font-size:12px;padding:2px 6px}.author-bio{font-size:14px}.rz-author-experience,.rz-author-date,.rz-author-verified{font-size:13px}.content-section{padding:20px 0}.content-heading,.rz-main-content-article h2,.content-section h2{font-size:22px;margin-top:24px;margin-bottom:12px}.rz-main-content-article h3,.content-section h3{font-size:18px}.rz-main-content-article p,.content-section p{font-size:16px;line-height:1.7}.info-box{padding:14px;margin:16px 0}.rz-info-box-header{font-size:14px}.info-box p{font-size:15px}.rz-pros-cons-grid{grid-template-columns:1fr;gap:12px}.pros-box,.cons-box{padding:16px}.rz-pros-header span,.rz-cons-header span{font-size:16px}.pros-list li,.cons-list li{font-size:15px;padding:6px 0}.rz-games-info-grid{grid-template-columns:1fr;gap:12px}.rz-games-info-card{padding:14px}.rz-games-info-card h3{font-size:16px;margin-bottom:10px}.rz-games-info-card li{font-size:14px}.rz-payment-table-wrapper{margin:16px 0}.rz-payment-table{font-size:14px;min-width:400px}.rz-payment-table th,.rz-payment-table td{padding:12px 14px}.rz-rating-block{padding:16px;gap:12px}.rz-rating-circle{width:80px;height:80px}.rz-rating-value{font-size:32px}.rz-rating-header h2{font-size:20px}.rz-rating-badge{font-size:12px;padding:4px 10px}.rz-pros-cons-section{grid-template-columns:1fr;gap:12px}.rz-changelog-section{padding:16px}.rz-changelog-header h2{font-size:20px}.rz-changelog-tag{font-size:11px}.rz-changelog-content p{font-size:15px}.rz-reviews-grid{grid-template-columns:1fr;gap:12px}.rz-review-card{padding:14px}.rz-review-text{font-size:15px}.rz-responsible-section{padding:16px}.rz-responsible-grid{grid-template-columns:repeat(2,1fr);gap:10px}.rz-responsible-card{padding:12px}.rz-responsible-title{font-size:14px}.rz-responsible-desc{font-size:12px}.rz-accordion-trigger,.rz-faq-question{padding:16px;font-size:16px}.rz-accordion-content-inner,.faq-answer{padding:16px;font-size:16px}.faq-answer p{font-size:16px;line-height:1.7}.faq-title{font-size:1.3rem}.footer{padding:32px 16px 24px}.rz-footer-columns{grid-template-columns:repeat(2,1fr);gap:24px 16px}.rz-footer-column-title{font-size:15px;margin-bottom:12px}.rz-footer-link{font-size:14px;padding:5px 0}.rz-footer-payments,.rz-footer-providers{gap:6px}.rz-payment-badge{padding:6px 10px;font-size:10px}.rz-footer-bottom{flex-direction:column;gap:16px;text-align:center}.rz-footer-updated{order:-1}.rz-cookie-content{flex-direction:column;gap:12px;text-align:center}.rz-cookie-buttons{justify-content:center}.scroll-top{bottom:70px;right:12px;width:40px;height:40px}}@media (max-width:480px){.rz-main-content{padding:68px 10px 70px}.rz-hero-content,.rz-hero-slider-content{min-height:180px;padding:16px 12px}.hero-title{font-size:18px;max-width:180px}.rz-hero-buttons .btn-cyan{font-size:11px;padding:6px 12px}.games-grid{gap:6px}.game-name{font-size:10px}.rz-game-provider{font-size:8px}.sport-card,.rz-sports-card{min-height:110px}.rz-sport-card-bg,.rz-sports-image{width:50%;max-width:80px}.rz-sport-card-title,.rz-sports-name{font-size:12px}.rz-sport-card-count,.rz-sports-subtitle{font-size:9px}.promo-card{min-height:140px}.rz-promo-card-title{font-size:15px}.rz-promo-card-desc{font-size:11px}.rz-feature-card{padding:12px 8px}.rz-feature-icon{width:32px;height:32px}.rz-feature-title{font-size:11px}.rz-feature-desc{font-size:9px}.content-heading,.rz-main-content-article h2{font-size:16px}.rz-main-content-article p,.content-section p{font-size:13px}.rz-footer-columns{grid-template-columns:1fr;gap:20px}.rz-footer-column{text-align:center}.rz-footer-payments,.rz-footer-providers{justify-content:center}}@media (hover:none) and (pointer:coarse){.btn{min-height:44px;padding:12px 20px}.btn-sm{min-height:36px;padding:8px 14px}.rz-sidebar-item,.rz-mobile-menu-item,.rz-mobile-nav-item{min-height:48px;padding:14px 16px}.rz-accordion-trigger{min-height:52px;padding:16px}.rz-category-pill{min-height:40px;padding:10px 16px}.game-card{position:relative}.game-card::after{content:'';position:absolute;inset:-4px}.rz-lang-option,.rz-sidebar-lang-option{min-height:48px;padding:12px}.rz-footer-link{min-height:40px;display:flex;align-items:center}}.rz-categories-scroll,.rz-games-scroll,.rz-promo-scroll{-webkit-overflow-scrolling:touch;scroll-snap-type:x mandatory}.rz-category-pill{scroll-snap-align:start}.btn,.game-card,.promo-card,.sport-card,.rz-category-pill,.rz-accordion-trigger{-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}@media (hover:none){.btn:active{transform:scale(0.98)}.game-card:active{transform:scale(0.97)}.rz-category-pill:active{transform:scale(0.95)}}.rz-categories-scroll::-webkit-scrollbar,.rz-games-scroll::-webkit-scrollbar{height:0;display:none}@supports (padding:env(safe-area-inset-bottom)){.footer{padding-bottom:calc(24px+env(safe-area-inset-bottom))}.rz-cookie-banner{padding-bottom:calc(16px+env(safe-area-inset-bottom))}.scroll-top{bottom:calc(70px+env(safe-area-inset-bottom))}@media (max-width:767px){.scroll-top{bottom:calc(80px+env(safe-area-inset-bottom))}}}.btn:focus-visible,.game-card:focus-visible,.rz-accordion-trigger:focus-visible,.rz-sidebar-item:focus-visible{outline:2px solid var(--primary);outline-offset:2px}@media (prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:0.01ms !important;animation-iteration-count:1 !important;transition-duration:0.01ms !important}html{scroll-behavior:auto}}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--background)}::-webkit-scrollbar-thumb{background:var(--muted);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:hsla(45,90%,55%,0.5)}@media print{.header,.sidebar,.rz-mobile-menu,.rz-cookie-banner,.scroll-top{display:none !important}.rz-main-content{margin-left:0 !important;padding:0 !important}body{background:white;color:black}}.rz-header-container{display:flex;align-items:center;justify-content:space-between;height:64px;padding:0 16px;max-width:100%}.rz-header-actions{display:flex;align-items:center;gap:12px}.header-nav{display:none;align-items:center;gap:8px}@media (min-width:1024px){.header-nav{display:flex}}.nav-link{display:inline-flex;align-items:center;justify-content:center;padding:8px 10px;border-radius:8px;font-size:13px;font-weight:600;color:var(--muted-foreground);transition:all 0.2s ease;white-space:nowrap}.nav-link:hover{color:var(--foreground);background-color:var(--sidebar-accent)}.nav-link.active{color:var(--primary);background-color:var(--sidebar-accent)}.rz-locale-switcher{display:flex;align-items:center;gap:8px}.rz-locale-flag{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:8px;background:transparent;border:1px solid transparent;transition:all 0.2s ease}.rz-locale-flag:hover{background-color:var(--sidebar-accent);border-color:var(--border)}.rz-locale-flag.active{border-color:var(--primary)}.rz-locale-flag img{width:20px;height:20px;border-radius:2px}.rz-sidebar-title{display:block;padding:0 16px;margin:16px 0 8px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:0.06em;color:var(--muted-foreground)}.rz-sidebar-link{display:flex;align-items:center;gap:12px;padding:10px 16px;margin:2px 8px;color:var(--sidebar-foreground);border-radius:var(--radius);font-size:14px;font-weight:500;transition:all 0.2s ease}.rz-sidebar-link:hover{background-color:var(--sidebar-accent);color:var(--primary)}.rz-sidebar-link.active{background-color:var(--sidebar-accent);color:var(--primary);border-left:3px solid var(--primary)}.rz-mobile-menu::before{content:'';position:absolute;inset:0;background-color:rgba(0,0,0,0.7);backdrop-filter:blur(4px);opacity:0;transition:opacity 0.3s ease}.rz-mobile-menu.open::before,.rz-mobile-menu.active::before{opacity:1}.mobile-nav{position:absolute;top:0;right:0;height:100%;width:min(360px,86vw);background-color:var(--sidebar-background);border-left:1px solid var(--sidebar-border);padding:16px 8px;transform:translateX(100%);transition:transform 0.35s cubic-bezier(0.4,0,0.2,1);overflow-y:auto}.rz-mobile-menu.open .mobile-nav,.rz-mobile-menu.active .mobile-nav{transform:translateX(0)}.rz-mobile-nav-link{display:flex;align-items:center;gap:12px;padding:12px 16px;color:var(--sidebar-foreground);border-radius:var(--radius);font-size:14px;font-weight:600}.rz-mobile-nav-link:hover{background-color:var(--sidebar-accent);color:var(--primary)}.rz-mobile-nav-link.active{background-color:var(--sidebar-accent);color:var(--primary);border-left:3px solid var(--primary)}.rz-mobile-nav-link.cta{margin-top:8px;background:linear-gradient(135deg,var(--primary) 0%,var(--gold-dark) 100%);color:var(--primary-foreground);box-shadow:var(--shadow-gold)}.rz-mobile-nav-link.cta:hover{transform:translateY(-1px);filter:brightness(1.02)}[class*="swiper__wrapper"],.swiper-wrapper{transform:none !important;transition:none !important;width:max-content !important;min-width:100% !important}[class*="swiper-slide--hidden"],.swiper-slide--hidden{visibility:visible !important}div.swiper,[class*="swiper_-hlG5"],[class*="swiper_iwCYF"]{overflow-x:auto !important;overflow-y:hidden;-webkit-overflow-scrolling:touch;scroll-behavior:smooth;scrollbar-width:thin}[banner-category="default"]{scroll-snap-type:x mandatory}[banner-category="default"] [class*="swiper-slide"]{scroll-snap-align:center;flex-shrink:0 !important}[class*="showcase-navigation"] [class*="swiper_-hlG5"],[class*="showcase-navigation"] [class*="swiper_iwCYF"]{height:auto !important;min-height:72px !important;overflow-y:visible !important}@media (max-width:767px){[class*="showcase-navigation__slide"]{width:auto !important;min-width:100px !important;flex:0 0 auto !important}[class*="l-showcase-navigation-item_"]:not([class*="__"]),a[class*="showcase-navigation-item"]:not([class*="__"]){min-width:100px !important;min-height:72px !important;height:72px !important;padding:8px 10px !important;box-sizing:border-box !important}[class*="showcase-navigation-item__name"],[class*="showcase-navigation-item__icon"]{min-height:0 !important;height:auto !important}[class*="showcase-navigation-item__name"]{overflow:visible !important;text-overflow:clip !important;white-space:nowrap !important;width:auto !important;max-width:none !important}}[class*="daily-combo"] [class*="swiper-slide"],[class*="home-promotions"] [class*="swiper-slide"]{flex-shrink:0 !important}html,body,#app.wrapper{max-width:100%;overflow-x:clip}@media (max-width:1279px){html,body{height:auto !important;min-height:100% !important;overflow-y:auto !important}#app.wrapper{height:auto !important;min-height:auto !important}[class*="content-wrap"]{min-width:0 !important;max-width:100% !important;width:100% !important;min-height:auto !important}[class*="column_lfDN8"]{flex-wrap:nowrap;min-width:0 !important}[class*="column__main"]{flex:1 1 auto !important;min-width:0 !important;max-width:100% !important;overflow:visible !important}[class*="aside-column--right"],[class*="slip-column-desktop-container"]{display:none !important}[class*="horizontal-navigation"]{display:none !important}[class*="footer_f8HcM"]{min-width:0 !important;max-width:100% !important;width:100% !important}[class*="swiper-banner__slide"]{width:100% !important;padding-right:0 !important}[class*="headline-bn--v4"]{width:100% !important;max-width:100% !important}}@media (max-width:1150px){[class*="column__left"]{position:fixed !important;top:var(--main-header-height,56px) !important;left:0 !important;z-index:65 !important;transform:translate(calc(-100% - 16px)) !important;min-width:252px !important;max-width:252px !important}}@media (max-width:1023px){[class*="header-bar__right"] [class*="language-switcher"]{display:none !important}[class*="showcase-navigation__slide"]{width:auto !important;flex:0 0 auto !important}[class*="l-showcase-navigation-item_"]:not([class*="__"]){min-width:72px !important;padding:8px 12px !important;font-size:12px !important}[class*="sport-event-list-league-headline"]{flex-wrap:wrap !important;height:auto !important;min-height:40px !important;padding:4px 0 !important}[class*="sport-event-list-league-headline__label"]{min-width:0 !important;flex:1 1 100% !important}[class*="sportline-event-block"]{overflow-x:auto !important;-webkit-overflow-scrolling:touch}}@media (max-width:767px){[class*="column__main"] [class*="content_"]{padding-left:8px !important;padding-right:8px !important}[class*="top-banners-container"]{padding-left:0 !important;padding-right:0 !important}[class*="banner-section"]{padding-left:8px !important;padding-right:8px !important}[class*="headline-bn__heading"]{font-size:22px !important;letter-spacing:0.5px !important}[class*="headline-bn__text"]{font-size:14px !important}[class*="sportline-runner"]{flex:1 1 0 !important;width:auto !important;min-width:48px !important;min-height:44px !important}[class*="main-market-container__main-content"]{width:100% !important;height:auto !important;min-height:44px !important;gap:4px !important}[class*="sportline-event-more-indicator"]{flex:0 0 40px !important;min-width:40px !important}[class*="sport-event-list-sport-headline"]{display:flex !important;align-items:center !important;justify-content:space-between !important;flex-wrap:nowrap !important;height:48px !important;min-height:48px !important;max-height:56px !important;padding:0 8px !important;box-sizing:border-box !important;overflow:hidden !important}[class*="sport-event-list-sport-headline__sport-icon"]{display:flex !important;flex:none !important;align-items:center !important;justify-content:center !important;width:24px !important;height:24px !important;min-width:24px !important;margin-right:8px !important;overflow:hidden !important}[class*="sport-event-list-sport-headline__sport-icon"] svg,[class*="sport-event-list-sport-headline__expand-icon"]{width:20px !important;height:20px !important;min-width:20px !important;min-height:20px !important;flex:none !important}[class*="sport-event-list-sport-headline__expand-icon"]{width:24px !important;height:24px !important;min-width:24px !important}[class*="sport-event-list-sport-headline__left"]{display:flex !important;flex:1 1 auto !important;flex-direction:row-reverse !important;align-items:center !important;justify-content:flex-start !important;gap:4px !important;min-width:0 !important;height:auto !important;max-height:48px !important;overflow:hidden !important}[class*="sport-event-list-sport-headline__title"]{flex:1 1 auto !important;min-width:0 !important;overflow:hidden !important}[class*="sport-event-list-sport-headline__label"]{display:block !important;overflow:hidden !important;text-overflow:ellipsis !important;white-space:nowrap !important;font-size:18px !important;font-weight:500 !important;line-height:20px !important;color:var(--TextDefault) !important}[class*="sport-event-list-sport-headline__right"]{display:flex !important;flex:0 1 auto !important;align-items:center !important;justify-content:flex-end !important;min-width:0 !important;max-width:52% !important;margin-left:8px !important;height:auto !important;overflow:hidden !important}[class*="sport-event-list-markets-dropdown"] [class*="popper__content"]{display:none !important}[class*="sport-event-list-markets-dropdown"] a[class*="button"]{max-width:100% !important;overflow:hidden !important;text-overflow:ellipsis !important;white-space:nowrap !important}[class*="desktop-layout-header"]{position:sticky !important;top:0;z-index:50}[class*="header-bar__inner"]{padding-left:4px !important;padding-right:4px !important}html:not([class*="layout--phone"]) [class*="header-bar__info"]{display:none !important}[class*="footer__body"]{padding:12px !important}html:not([class*="layout--phone"]) [class*="footer__info"]{flex-direction:column !important;gap:16px !important}html:not([class*="layout--phone"]) [class*="footer__menu"]{width:100% !important;max-width:100% !important}html:not([class*="layout--phone"]) [class*="footer-download-app"]{width:100% !important;max-width:100% !important;min-width:0 !important;margin-top:0 !important}[class*="footer__menu"]{width:100% !important}[class*="footer__banner"]{width:100% !important;margin:16px 0 0 !important}html:not([class*="layout--phone"]) [class*="desktop-layout-header"],html:not([class*="layout--phone"]) [class*="header-bar"]:not([class*="header-bar__"]){max-width:100% !important;width:100% !important;overflow:hidden !important}html:not([class*="layout--phone"]) [class*="header-bar__inner"]{min-width:0 !important;max-width:100% !important;width:100% !important;display:flex !important;justify-content:space-between !important;box-sizing:border-box !important}html:not([class*="layout--phone"]) [class*="header-bar__left"]{flex:0 0 auto !important;width:auto !important;min-width:auto !important;max-width:none !important;overflow:visible !important}html:not([class*="layout--phone"]) [class*="header-bar__menu-button"]{flex:none !important;width:44px !important;min-width:44px !important}html:not([class*="layout--phone"]) [class*="header-bar__right"]{flex:0 0 auto !important;width:auto !important;min-width:0 !important;max-width:none !important;margin-left:auto !important}html:not([class*="layout--phone"]) [class*="header-registration"]{display:flex !important;flex:none !important;gap:4px !important}html:not([class*="layout--phone"]) [class*="desktop-layout-header"]{padding-bottom:44px !important;overflow:visible !important}html:not([class*="layout--phone"]) [class*="header__content"]{position:static !important}html:not([class*="layout--phone"]) [class*="horizontal-navigation"]{display:flex !important;position:absolute !important;top:56px !important;right:0 !important;bottom:auto !important;left:0 !important;width:100% !important;height:44px !important;flex:none !important;background-color:var(--Layer1) !important;overflow:hidden !important;z-index:1 !important}html:not([class*="layout--phone"]) [class*="horizontal-navigation__base"]{display:flex !important;position:static !important;width:100% !important;height:100% !important;margin:0 !important;padding:0 !important}html:not([class*="layout--phone"]) [class*="horizontal-navigation__list-item"]{flex:1 1 0 !important;position:static !important;width:auto !important}html:not([class*="layout--phone"]) [class*="horizontal-navigation__list-item"]:nth-child(n+4){display:none !important}html:not([class*="layout--phone"]) [class*="horizontal-navigation-button"]{position:static !important;justify-content:center !important;width:100% !important;height:44px !important}html:not([class*="layout--phone"]) [class*="sportline-event-block-container__favorite"]{display:none !important}html:not([class*="layout--phone"]) [class*="sportline-event-logos-container"],html:not([class*="layout--phone"]) [class*="sportline-event-logos"]{display:none !important}html:not([class*="layout--phone"]) [class*="sportline-event-info"]{flex-direction:column !important;align-items:stretch !important;height:auto !important;min-height:0 !important}html:not([class*="layout--phone"]) [class*="event-info-columns"]{display:flex !important;flex-direction:row !important;align-items:center !important;justify-content:space-between !important;gap:6px !important;width:100% !important;min-width:0 !important}html:not([class*="layout--phone"]) [class*="event-info-columns__left-column"]{display:flex !important;flex-direction:row !important;align-items:center !important;gap:8px !important;flex:1 1 auto !important;min-width:0 !important;overflow:hidden !important}html:not([class*="layout--phone"]) [class*="sportline-event-block"]{height:auto !important;min-height:0 !important;overflow:visible !important}html:not([class*="layout--phone"]) [class*="sportline-event-block-container"]{flex-wrap:wrap !important;align-items:stretch !important;height:auto !important;gap:4px !important;padding:8px !important}html:not([class*="layout--phone"]) [class*="sportline-event-competitors"]{display:flex !important;flex-direction:column !important;gap:6px !important;min-width:0 !important;overflow:hidden !important}html:not([class*="layout--phone"]) [class*="sportline-event-competitor"]{min-height:0 !important;line-height:1.2 !important}html:not([class*="layout--phone"]) [class*="sportline-event-competitor__name"]{display:block !important;overflow:hidden !important;text-overflow:ellipsis !important;white-space:nowrap !important}html:not([class*="layout--phone"]) [class*="main-market-container"]{width:100% !important;margin-top:0 !important}[class*="daily-combo-slider__item"]{width:calc(100vw - 24px) !important;max-width:100% !important}[class*="combo-item"]{width:100% !important;max-width:100% !important;box-sizing:border-box !important}[class*="home-promotions__slide"]{width:calc(100vw - 24px) !important;max-width:320px !important}}@media (max-width:480px){[class*="sportline-event-block"]{flex-direction:column !important;align-items:stretch !important;height:auto !important;min-height:0 !important;padding:8px !important}[class*="sportline-competitors"],[class*="main-market-container"]{width:100% !important;max-width:100% !important}[class*="sport-event-list-league-headline__market-label"]{display:none !important}}html[class*="layout--phone"] [class*="tab-bar"]{position:fixed !important;right:0 !important;bottom:0 !important;left:0 !important;z-index:60 !important}html[class*="layout--phone"] #app.wrapper,html[class*="layout--phone"] [class*="content-wrap"]{padding-bottom:calc(52px+env(safe-area-inset-bottom,0px)) !important}html[class*="layout--phone"] [class*="desktop-layout-header"]{display:none !important}html[class*="layout--phone"] [class*="header_Nco9H"],html[class*="layout--phone"] [class*="header-bar"]:not([class*="header-bar__"]){max-width:100% !important;overflow:visible !important}html[class*="layout--phone"] [class*="header-bar__left"]{flex:1 !important;min-width:0 !important;max-width:none !important;overflow:visible !important}html[class*="layout--phone"] [class*="header-bar__right"]{flex:none !important}html[class*="layout--phone"] [class*="header-bar__menu-button"]{flex:none !important;width:auto !important;min-width:44px !important}html[class*="layout--phone"] [class*="footer__follow-item"]{width:auto !important;max-width:none !important}