/*
Theme Name: Readybook Black & Gold Landing
Theme URI: https://reddybook.tips/
Author: Custom Theme Build
Description: Mobile-first black and metallic-gold landing theme for Readybook with editable Play Now links, supplied game artwork and a custom hero banner.
Version: 1.0.0
Text Domain: readybook
*/

:root{
    --rb-gold:#d7a62a;
    --rb-gold-light:#f6d76a;
    --rb-gold-dark:#8f650d;
    --rb-black:#050505;
    --rb-panel:#0d0d0d;
    --rb-panel-2:#151515;
    --rb-text:#f5f2e8;
    --rb-muted:#b8b3a7;
    --rb-border:rgba(215,166,42,.48);
    --rb-shadow:0 14px 40px rgba(0,0,0,.55);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
    margin:0;    
    color:var(--rb-text);
    font-family:Arial,Helvetica,sans-serif;
    line-height:1.55;
}
a{color:inherit;text-decoration:none}
img{max-width:100%;height:auto}
.rb-site{
    width:min(100%,480px);
    min-height:100vh;
    margin:0 auto;
    background:var(--rb-black);
    box-shadow:0 0 50px rgba(0,0,0,.8);
    overflow:hidden;
}
.rb-header{
    background:#000;
    padding:12px 14px 10px;
    text-align:center;
    border-bottom:1px solid rgba(215,166,42,.22);
    position:relative;
}
.rb-header:after{
    content:"";
    display:block;
    width:82%;
    height:1px;
    margin:9px auto 0;
    background:linear-gradient(90deg,transparent,var(--rb-gold),transparent);
}
.rb-logo{
    display:block;
    width:min(100%,290px);
    height:auto;
    max-height:115px;
    object-fit:contain;
    margin:0 auto;
}
.rb-main{padding:0 10px 28px}
.rb-hero{
    margin:10px 0 14px;
    border:1px solid var(--rb-border);
    border-radius:12px;
    overflow:hidden;
    background:#000;
    box-shadow:var(--rb-shadow);
}
.rb-hero img{display:block;width:100%;height:auto}
.rb-section-title{
    display:flex;
    align-items:center;
    gap:8px;
    font-size:18px;
    font-weight:900;
    margin:16px 2px 10px;
    color:var(--rb-gold-light);
    letter-spacing:.2px;
}
.rb-section-title:before{
    content:"";
    width:4px;
    height:22px;
    border-radius:3px;
    background:linear-gradient(var(--rb-gold-light),var(--rb-gold-dark));
}
.rb-play-list{
    background:#090909;
    border:1px solid rgba(215,166,42,.32);
    border-radius:12px;
    padding:8px;
    box-shadow:var(--rb-shadow);
}
.rb-play-row{
    display:flex;
    align-items:center;
    gap:8px;
    background:linear-gradient(135deg,#141414,#0a0a0a);
    border:1px solid rgba(255,255,255,.045);
    border-radius:9px;
    padding:7px;
    margin:5px 0;
}
.rb-number{
    flex:0 0 29px;
    width:29px;height:29px;
    border-radius:50%;
    display:grid;
    place-items:center;
    background:linear-gradient(145deg,var(--rb-gold-light),var(--rb-gold-dark));
    color:#050505;
    font-size:13px;
    font-weight:900;
    box-shadow:0 2px 10px rgba(215,166,42,.25);
}
.rb-domain{
    min-width:0;
    flex:1;
    font-size:13px;
    font-weight:800;
    color:#f1eee5;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.rb-visit{
    flex:0 0 auto;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-width:76px;
    min-height:33px;
    padding:0 11px;
    border-radius:7px;
    background:linear-gradient(145deg,var(--rb-gold-light),var(--rb-gold));
    color:#080808;
    font-size:11px;
    font-weight:900;
    border:1px solid #f7d878;
    transition:.2s ease;
    gap:5px;
    box-shadow:0 3px 12px rgba(215,166,42,.18);
}
.rb-visit:hover,.rb-visit:focus{
    background:linear-gradient(145deg,#fff0a1,var(--rb-gold-light));
    transform:translateY(-1px);
}
.rb-info{
    background:linear-gradient(135deg,#111,#080808);
    border:1px solid var(--rb-border);
    border-radius:12px;
    padding:13px 13px 12px 16px;
    margin-top:12px;
    position:relative;
    overflow:hidden;
}
.rb-info:before{
    content:"";
    position:absolute;
    left:7px;top:12px;bottom:12px;
    width:3px;
    background:linear-gradient(var(--rb-gold-light),var(--rb-gold-dark));
    border-radius:4px;
}
.rb-info h2{
    font-size:15.5px;
    line-height:1.3;
    margin:0 0 8px;
    color:var(--rb-gold-light);
}
.rb-copy{font-size:12.5px;color:#d0ccc1;margin:0}
.rb-copy.preview{
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:3;
    overflow:hidden;
}
.rb-copy.full{display:block}
.rb-readmore{
    margin-top:9px;
    background:transparent;
    color:var(--rb-gold-light);
    border:1px solid var(--rb-gold-dark);
    border-radius:7px;
    padding:6px 11px;
    font-size:11px;
    font-weight:800;
    cursor:pointer;
}
.rb-readmore:hover{background:var(--rb-gold);color:#050505}
.rb-provider{
    margin:12px 0 4px;
    padding:11px 8px;
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    gap:7px 11px;
    background:#0b0b0b;
    border:1px solid rgba(215,166,42,.22);
    border-radius:10px;
}
.rb-provider span{
    color:#9d988d;
    font-size:12px;
    font-weight:900;
    letter-spacing:.4px;
}
.rb-assets{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:8px;
    flex-wrap:wrap;
    margin:9px 0 17px;
}
.rb-assets img{
    width:38px;height:38px;
    object-fit:contain;
    opacity:.88;
    filter:grayscale(1) brightness(1.15);
}
.rb-games-title{
    font-size:16px;
    margin:16px 2px 9px;
    color:var(--rb-gold-light);
    font-weight:900;
}
.rb-games{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:7px;
}
.rb-game{
    position:relative;
    aspect-ratio:1.35/1;
    overflow:hidden;
    border-radius:9px;
    border:1px solid rgba(215,166,42,.22);
    background:#111;
}
.rb-game img{width:100%;height:100%;object-fit:cover;display:block}
.rb-game:after{
    content:"";
    position:absolute;inset:35% 0 0;
    background:linear-gradient(transparent,rgba(0,0,0,.85));
}
.rb-game-name{
    position:absolute;z-index:2;left:7px;right:7px;bottom:6px;
    font-size:11px;font-weight:800;color:#fff;
    white-space:nowrap;overflow:hidden;text-overflow:ellipsis;
}
.rb-footer{
    padding:18px 12px 28px;
    text-align:center;
    color:#8f8a80;
    font-size:11px;
    border-top:1px solid rgba(215,166,42,.18);
}
.rb-footer strong{color:var(--rb-gold-light)}
.rb-responsible{
    margin-top:8px;
    padding-top:8px;
    border-top:1px solid rgba(255,255,255,.07);
}
.rb-float{
     position:fixed;
    left:10px;
    bottom:18px;
    display:flex;
    flex-direction:column;
    gap:8px;
    z-index:1000;
}
.rb-float a{
    width:46px;height:46px;
    border-radius:50%;
    display:grid;place-items:center;       
    font-size:18px;
	transform: scale(1.08);
	background: #050505;
    border: 1px solid var(--rb-gold);
    box-shadow: 0 5px 18px rgba(0, 0, 0, .55);
}
.rb-float img{width:27px;height:27px;object-fit:contain}
@media (min-width:700px){.rb-site{width:480px}}
@media (max-width:520px){
    .rb-site{width:100%;box-shadow:none}
    .rb-float{left:10px;}
}
@media (max-width:360px){
    .rb-float{display:none}
    .rb-play-row{gap:6px}
    .rb-domain{font-size:12.5px}
    .rb-visit{min-width:70px;padding:0 8px}
}
