*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;font-size:16px}
body{font-family:'Open Sans',sans-serif;background:#E9EDEF;color:#1a1a2e;line-height:1.7;min-height:100vh}
a{color:#183064;text-decoration:none;transition:color .25s ease}
a:hover{color:#ED632E}
img{max-width:100%;height:auto;display:block}
ul{list-style:none}
input,textarea,select,button{font-family:inherit}


.wrapper{display:flex;flex-direction:column;min-height:100vh}
.container{width:100%;max-width:1180px;margin:0 auto;padding:0 18px}
.row{display:flex;flex-wrap:wrap;align-items:center}
.box{border-radius:14px;background:#fff;padding:28px 32px;box-shadow:0 4px 24px rgba(24,48,100,.09)}


.btn{display:inline-flex;align-items:center;gap:7px;padding:11px 22px;border-radius:8px;font-weight:700;font-size:.92rem;cursor:pointer;border:none;text-align:center;transition:transform .18s ease,box-shadow .18s ease,background .18s ease;white-space:nowrap}
.btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(0,0,0,.18)}
.btn:active{transform:translateY(0)}
.btn--primary{background:#ED632E;color:#fff}
.btn--primary:hover{background:#d4521f;color:#fff}
.btn--secondary{background:#183064;color:#fff}
.btn--secondary:hover{background:#0f2044;color:#fff}
.btn--lg{padding:14px 32px;font-size:0.90rem;border-radius:10px}
.btn--sm{padding:7px 15px;font-size:.82rem}
.btn--outline{background:transparent;border:2px solid #ED632E;color:#ED632E}
.btn--outline:hover{background:#ED632E;color:#fff}


.site-header{background:#183064;position:sticky;top:0;z-index:1000;box-shadow:0 2px 16px rgba(0,0,0,.22)}
.header-inner{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:0 18px;height:70px;max-width:1180px;margin:0 auto}
.header-logo img{height:46px;width:auto}
.header-nav{display:flex;align-items:center;gap:4px}
.header-nav a{display:flex;align-items:center;gap:6px;color:#e8edf5;font-size:.88rem;font-weight:600;padding:8px 12px;border-radius:7px;transition:background .2s,color .2s}
.header-nav a:hover{background:rgba(255,255,255,.12);color:#fff}
.header-nav a svg{width:16px;height:16px;flex-shrink:0}
.header-actions{display:flex;align-items:center;gap:10px}
.header-players{color:#afc3e8;font-size:.78rem;display:flex;align-items:center;gap:5px;margin-right:4px}
.header-players .dot{width:8px;height:8px;background:#4ddb6e;border-radius:50%;animation:pulse 1.6s infinite}
@keyframes pulse{0%,100%{opacity:1;transform:scale(1)}50%{opacity:.55;transform:scale(.85)}}
.burger{display:none;flex-direction:column;gap:5px;cursor:pointer;padding:6px;background:none;border:none}
.burger span{display:block;width:24px;height:2px;background:#e8edf5;border-radius:2px;transition:transform .3s,opacity .3s}
.burger.active span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.burger.active span:nth-child(2){opacity:0}
.burger.active span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
.mobile-actions{display:none}


.hero{position:relative;background:linear-gradient(135deg,#0d1e4a 0%,#183064 50%,#1a3a7a 100%);overflow:hidden;padding:70px 18px}
.hero-bg{position:absolute;inset:0;background:url('/alpino-br-4.webp') center/cover no-repeat;opacity:.18;pointer-events:none}
.hero-inner{position:relative;z-index:2;max-width:1180px;margin:0 auto;display:flex;align-items:center;gap:48px;flex-wrap:wrap}
.hero-content{flex:1;min-width:280px}
.hero-badge{display:inline-flex;align-items:center;gap:8px;background:rgba(237,99,46,.18);border:1px solid rgba(237,99,46,.4);color:#ED632E;font-size:.82rem;font-weight:700;padding:6px 14px;border-radius:20px;margin-bottom:22px;text-transform:uppercase;letter-spacing:.06em}
.hero h1{font-size:2.4rem;font-weight:800;color:#fff;line-height:1.18;margin-bottom:18px}
.hero h1 span{color:#ED632E}
.hero-desc{color:#b0c4e8;font-size:1rem;margin-bottom:28px;max-width:520px}
.hero-promo{display:flex;align-items:center;gap:12px;background:rgba(255,255,255,.07);border:1px dashed rgba(237,99,46,.5);border-radius:10px;padding:14px 20px;margin-bottom:28px;width:fit-content}
.hero-promo-label{color:#9ab0d4;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.07em}
.hero-promo-code{color:#fff;font-size:1.3rem;font-weight:800;letter-spacing:.12em;font-family:monospace}
.hero-promo-btn{padding:6px 14px;border-radius:6px;background:#ED632E;color:#fff;font-size:.8rem;font-weight:700;cursor:pointer;border:none;transition:background .2s}
.hero-promo-btn:hover{background:#c44e22}
.hero-btns{display:flex;flex-wrap:wrap;gap:14px}
.hero-image{flex:0 0 auto}
.hero-image img{width:380px;max-width:100%;border-radius:16px;box-shadow:0 16px 60px rgba(0,0,0,.4)}
.hero-stars{display:flex;gap:4px;margin-bottom:14px}
.hero-stars svg{width:20px;height:20px;fill:#ED632E}
.hero-rating-text{color:#9ab0d4;font-size:.82rem;margin-left:8px;align-self:center}


main{flex:1;padding:40px 0 60px}
.section-title{font-size:1.55rem;font-weight:800;color:#183064;margin-bottom:22px;position:relative;padding-bottom:12px}
.section-title::after{content:'';position:absolute;left:0;bottom:0;width:48px;height:3px;background:#ED632E;border-radius:2px}
.section-subtitle{color:#5a6a8a;font-size:.92rem;margin-top:-14px;margin-bottom:22px}


.info-table-wrap{overflow-x:auto;border-radius:10px;border:1.5px solid #d5dde8}
.info-table{width:100%;border-collapse:collapse;font-size:.91rem}
.info-table tr:nth-child(even){background:#f4f7fb}
.info-table tr:hover{background:#eaf0fa}
.info-table td{padding:11px 16px;border-bottom:1px solid #e2e8f0;vertical-align:middle}
.info-table td:first-child{font-weight:700;color:#183064;width:42%;display:flex;align-items:center;gap:10px}
.info-table td:first-child svg{width:18px;height:18px;flex-shrink:0;color:#ED632E}
.info-table td:last-child{color:#2d3a56}
.info-table tr:last-child td{border-bottom:none}


.mirror-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px;flex-wrap:wrap;gap:12px}
.mirror-clock{display:flex;align-items:center;gap:8px;background:#eef4ff;border:1px solid #c5d5f0;color:#183064;font-size:.85rem;font-weight:600;padding:8px 16px;border-radius:8px}
.mirror-clock svg{width:16px;height:16px}
#mirror-datetime{color:#ED632E;font-variant-numeric:tabular-nums}
.mirror-table-wrap{overflow-x:auto}
.mirror-table{width:100%;border-collapse:collapse;font-size:.9rem}
.mirror-table th{background:#183064;color:#fff;padding:11px 16px;text-align:left;font-weight:700}
.mirror-table th:first-child{border-radius:8px 0 0 0}
.mirror-table th:last-child{border-radius:0 8px 0 0}
.mirror-table td{padding:10px 16px;border-bottom:1px solid #e5ebf4;vertical-align:middle}
.mirror-table tr:last-child td{border-bottom:none}
.mirror-table tr:nth-child(even) td{background:#f6f9ff}
.mirror-status{display:inline-flex;align-items:center;gap:5px;font-weight:600;font-size:.82rem}
.mirror-status.online{color:#1a9e4a}
.mirror-status.online::before{content:'';width:8px;height:8px;background:#1a9e4a;border-radius:50%;flex-shrink:0}
.mirror-link{color:#ED632E;font-weight:700;transition:color .2s}
.mirror-link:hover{color:#c44e22}


.winners-list{display:flex;flex-direction:column;gap:0}
.winner-item{display:flex;align-items:center;gap:14px;padding:11px 14px;border-radius:8px;transition:background .18s}
.winner-item:hover{background:#f0f5ff}
.winner-rank{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:.85rem;flex-shrink:0}
.winner-rank.gold{background:#FFD700;color:#7a5a00}
.winner-rank.silver{background:#C0C0C0;color:#444}
.winner-rank.bronze{background:#CD7F32;color:#fff}
.winner-rank.normal{background:#e2e9f7;color:#183064}
.winner-nick{flex:1;font-weight:600;color:#1a2540;font-size:.9rem}
.winner-amount{font-weight:800;color:#1a9e4a;font-size:.95rem}
.winner-game{font-size:.75rem;color:#7a8aaa;margin-left:auto;white-space:nowrap}
.winner-divider{border:none;border-top:1px solid #e8edf5;margin:2px 0}


.app-block{display:flex;align-items:center;gap:40px;flex-wrap:wrap}
.app-info{flex:1;min-width:240px}
.app-table{width:100%;font-size:.9rem;border-collapse:collapse;margin-bottom:22px}
.app-table td{padding:8px 0;border-bottom:1px solid #edf1f8;vertical-align:middle}
.app-table td:first-child{font-weight:700;color:#183064;width:54%}
.app-table tr:last-child td{border-bottom:none}
.app-download-btns{display:flex;flex-wrap:wrap;gap:12px;margin-top:6px}
.app-btn{display:flex;align-items:center;gap:10px;padding:10px 18px;background:#183064;color:#fff;border-radius:10px;font-weight:600;font-size:.85rem;transition:background .2s,transform .18s}
.app-btn:hover{background:#0f2044;color:#fff;transform:translateY(-2px)}
.app-btn svg{width:24px;height:24px;flex-shrink:0}
.app-btn-texts small{display:block;font-size:.68rem;font-weight:400;opacity:.8}
.app-image{flex:0 0 auto}
.app-image img{width:220px;border-radius:20px;box-shadow:0 8px 32px rgba(24,48,100,.2)}


.wheel-wrap{text-align:center}
.wheel-container{position:relative;display:inline-block;margin:28px auto}
.wheel-pointer{position:absolute;top:-22px;left:50%;transform:translateX(-50%);z-index:10;width:0;height:0;border-left:14px solid transparent;border-right:14px solid transparent;border-top:28px solid #ED632E;filter:drop-shadow(0 2px 6px rgba(0,0,0,.3))}
#lucky-wheel{border-radius:50%;box-shadow:0 0 0 6px #183064,0 0 0 10px #ED632E,0 12px 40px rgba(0,0,0,.3);display:block}
.wheel-btn-wrap{margin-top:24px}
#spin-btn{font-size:1.1rem;padding:14px 40px;border-radius:50px;letter-spacing:.04em}
#spin-btn:disabled{opacity:.55;cursor:not-allowed;transform:none}
.wheel-result{margin-top:20px;padding:18px 28px;background:linear-gradient(135deg,#efffee,#d4f7da);border:2px solid #4ddb6e;border-radius:12px;display:none;animation:fadeIn .4s ease}
.wheel-result.lose{background:linear-gradient(135deg,#fff2f0,#fde8e4);border-color:#f4857a}
.wheel-result h3{font-size:1.25rem;color:#183064;margin-bottom:8px}
.wheel-result p{color:#2d4a2d;font-size:.95rem;margin-bottom:16px}
@keyframes fadeIn{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}


.review-content h2{font-size:1.35rem;font-weight:800;color:#183064;margin:28px 0 12px}
.review-content h3{font-size:1.1rem;font-weight:700;color:#183064;margin:22px 0 10px}
.review-content p{margin-bottom:14px;color:#2d3a56;font-size:.96rem}
.review-content ul,.review-content ol{margin:12px 0 12px 22px}
.review-content li{margin-bottom:7px;color:#2d3a56;font-size:.95rem}
.review-content table{width:100%;border-collapse:collapse;margin:16px 0;font-size:.9rem}
.review-content table th{background:#183064;color:#fff;padding:10px 14px;text-align:left}
.review-content table td{padding:9px 14px;border-bottom:1px solid #e2e8f0}
.review-content table tr:nth-child(even) td{background:#f4f7fb}
.review-content a{color:#ED632E;font-weight:600}
.review-content strong{color:#183064}
.review-content blockquote{border-left:4px solid #ED632E;padding:12px 20px;background:#f8f0eb;border-radius:0 8px 8px 0;margin:16px 0;color:#5a3020;font-style:italic}


.responsible-grid{display:flex;flex-wrap:wrap;gap:16px;margin-top:16px}
.responsible-card{flex:1;min-width:210px;background:#f0f5ff;border:1px solid #c5d5f0;border-radius:10px;padding:18px;transition:box-shadow .2s}
.responsible-card:hover{box-shadow:0 4px 18px rgba(24,48,100,.13)}
.responsible-card-icon{font-size:1.8rem;margin-bottom:10px}
.responsible-card h4{font-size:.95rem;font-weight:700;color:#183064;margin-bottom:6px}
.responsible-card p{font-size:.83rem;color:#4a5a7a;margin-bottom:10px}
.responsible-card a{font-size:.83rem;color:#ED632E;font-weight:700;display:inline-flex;align-items:center;gap:4px}
.responsible-card a:hover{color:#c44e22}
.responsible-age{display:flex;align-items:center;gap:14px;background:#183064;color:#fff;border-radius:10px;padding:16px 22px;margin-top:20px}
.age-badge{font-size:1.8rem;font-weight:900;background:#ED632E;color:#fff;width:52px;height:52px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.responsible-age p{font-size:.88rem;opacity:.9}


.faq-list{display:flex;flex-direction:column;gap:12px}
.faq-item{border:1.5px solid #d5dde8;border-radius:10px;overflow:hidden}
.faq-question{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;cursor:pointer;font-weight:700;color:#183064;font-size:.95rem;background:#fff;transition:background .2s;user-select:none;gap:12px}
.faq-question:hover{background:#f0f5ff}
.faq-question.active{background:#183064;color:#fff}
.faq-icon{width:22px;height:22px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;border:2px solid currentColor;transition:transform .3s}
.faq-question.active .faq-icon{transform:rotate(45deg)}
.faq-icon svg{width:12px;height:12px;stroke:currentColor;stroke-width:2.5}
.faq-answer{max-height:0;overflow:hidden;transition:max-height .35s ease,padding .3s}
.faq-answer.open{max-height:400px;padding:16px 20px;border-top:1px solid #e2e8f0}
.faq-answer p{font-size:.91rem;color:#2d3a56;line-height:1.65}


.author-card{display:flex;gap:24px;align-items:flex-start;flex-wrap:wrap}
.author-photo{width:90px;height:90px;border-radius:50%;object-fit:cover;border:3px solid #183064;flex-shrink:0}
.author-info{flex:1;min-width:200px}
.author-name{font-size:1.15rem;font-weight:800;color:#183064;margin-bottom:2px}
.author-role{font-size:.82rem;color:#ED632E;font-weight:700;margin-bottom:10px}
.author-bio{font-size:.87rem;color:#3a4a6a;margin-bottom:14px;line-height:1.6}
.author-social{display:flex;gap:10px;flex-wrap:wrap}
.author-social a{display:inline-flex;align-items:center;gap:6px;font-size:.8rem;color:#183064;font-weight:600;padding:6px 12px;border:1.5px solid #c5d5f0;border-radius:6px;transition:all .2s}
.author-social a:hover{background:#183064;color:#fff;border-color:#183064}
.author-dates{margin-top:12px;font-size:.79rem;color:#7a8aaa}
.author-dates span{color:#183064;font-weight:600}


.content-block{margin-bottom:32px}


.site-footer{background:#183064;color:#c5d5f0;margin-top:60px}
.footer-top{padding:50px 0 30px;max-width:1180px;margin:0 auto;display:flex;flex-wrap:wrap;gap:36px;padding-left:18px;padding-right:18px}
.footer-col{flex:1;min-width:200px}
.footer-logo{margin-bottom:16px}
.footer-logo img{height:42px;width:auto}
.footer-desc{font-size:.83rem;opacity:.75;line-height:1.6;margin-bottom:16px}
.footer-flag{font-size:1.5rem;margin-bottom:6px}
.footer-col h4{font-size:.9rem;font-weight:700;color:#fff;margin-bottom:14px;text-transform:uppercase;letter-spacing:.07em}
.footer-col ul li{margin-bottom:8px}
.footer-col ul a{font-size:.84rem;color:#9ab0d4;transition:color .2s}
.footer-col ul a:hover{color:#ED632E}
.footer-logos{padding:20px 18px;border-top:1px solid rgba(255,255,255,.08);max-width:1180px;margin:0 auto}
.footer-logos-row{display:flex;flex-wrap:wrap;gap:10px;align-items:center;margin-bottom:12px}
.footer-logo-badge{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.15);border-radius:6px;padding:6px 14px;font-size:.75rem;font-weight:700;color:#c5d5f0;white-space:nowrap;display:flex;align-items:center;gap:5px}
.footer-logo-badge.license{border-color:rgba(237,99,46,.4);color:#f0b898}
.footer-logo-badge.payment{color:#a8d4ff}
.footer-logo-badge.provider{color:#b8f0c8}
.footer-logo-badge.responsible{color:#f0d8a8;border-color:rgba(237,200,46,.4)}
.footer-logo-label{font-size:.72rem;color:#7a8aaa;text-transform:uppercase;letter-spacing:.06em;margin-bottom:6px;display:block}
.footer-social{display:flex;gap:10px;margin-bottom:14px}
.footer-social a{width:34px;height:34px;border-radius:50%;background:rgba(255,255,255,.1);display:flex;align-items:center;justify-content:center;color:#c5d5f0;transition:background .2s,color .2s}
.footer-social a:hover{background:#ED632E;color:#fff}
.footer-social svg{width:16px;height:16px}
.footer-bottom{background:rgba(0,0,0,.25);padding:16px 18px;text-align:center;font-size:.8rem;color:#7a8aaa}
.footer-bottom a{color:#9ab0d4;margin:0 8px;transition:color .2s}
.footer-bottom a:hover{color:#ED632E}
.footer-email{color:#ED632E;font-size:.83rem;margin-top:8px}
.footer-legal{font-size:.76rem;opacity:.65;margin-top:10px;line-height:1.5;max-width:900px;margin-left:auto;margin-right:auto}


.section-sep{height:3px;background:linear-gradient(90deg,transparent,#d5dde8,transparent);margin:8px 0}


.wp-block-group{display:block}.wp-block-columns{display:flex;flex-wrap:wrap;gap:24px}
.elementor-element{position:relative}.elementor-widget-container{padding:10px}
.entry-content p{margin-bottom:1em}.post-thumbnail{display:block}
.wp-caption{background:#f7f7f7;border:1px solid #dfdfdf;padding:5px}.wp-caption-text{font-size:.75rem}
.yoast-breadcrumb{font-size:.82rem;color:#777}.screen-reader-text{clip:rect(1px,1px,1px,1px);position:absolute;height:1px;width:1px;overflow:hidden}
#wpadminbar{display:none}.rtl-page{direction:rtl}
.wp-block-button__link{display:inline-block;padding:10px 20px}.has-large-font-size{font-size:2rem}
.aligncenter{text-align:center;margin:0 auto}.alignleft{float:left;margin-right:16px}.alignright{float:right;margin-left:16px}


@keyframes slideUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}
@keyframes shimmer{0%{background-position:-600px 0}100%{background-position:600px 0}}
.animate-up{animation:slideUp .55s ease both}
.delay-1{animation-delay:.1s}.delay-2{animation-delay:.2s}.delay-3{animation-delay:.3s}
.card-hover{transition:transform .25s ease,box-shadow .25s ease}
.card-hover:hover{transform:translateY(-4px);box-shadow:0 8px 32px rgba(24,48,100,.15)}


@media(max-width:900px){
  .hero-inner{flex-direction:column;text-align:center}
  .hero-image{display:none}
  .hero h1{font-size:1.85rem}
  .hero-btns{justify-content:center}
  .hero-promo{width:100%;max-width:400px;margin:0 auto 28px}
  .app-block{flex-direction:column}
  .app-image{display:none}
  .box{padding:20px 18px}
}
@media(max-width:768px){
  .header-nav{display:none;position:fixed;top:70px;left:0;right:0;bottom:0;background:rgba(15,32,68,.97);flex-direction:column;align-items:flex-start;padding:24px 18px;gap:6px;overflow-y:auto;z-index:999}
  .header-nav.open{display:flex}
  .header-nav a{font-size:1rem;padding:12px 16px;width:100%}
  .burger{display:flex}
  .header-actions .btn--secondary,.header-actions .btn--primary{display:none}
  .mobile-actions{display:flex;gap:8px;margin-top:18px;padding:0 16px}
  .mobile-actions .btn{flex:1;justify-content:center}
  .footer-top{flex-direction:column;gap:24px}
  .responsible-grid{flex-direction:column}
  .author-card{flex-direction:column;align-items:center;text-align:center}
  .author-social{justify-content:center}
}
@media(max-width:480px){
  .hero{padding:50px 12px}
  .hero h1{font-size:1.5rem}
  .section-title{font-size:1.25rem}
  .footer-logos-row{justify-content:center}
  .mirror-clock{flex-wrap:wrap}
}


.aldg{
    width:100%;
    max-width:1180px;
    margin:0 auto 32px;
    padding:28px 32px;
    background:#fff;
    border:1px solid #d5dde8;
    border-radius:14px;
    box-shadow:0 4px 24px rgba(24,48,100,.09);
    color:#2d3a56;
}

.aldg h1{
    font-size:2rem;
    font-weight:800;
    color:#183064;
    line-height:1.25;
    margin:0 0 18px;
}

.aldg h2{
    font-size:1.35rem;
    font-weight:800;
    color:#183064;
    line-height:1.3;
    margin:32px 0 14px;
    padding-bottom:10px;
    border-bottom:3px solid #ED632E;
}

.aldg h3{
    font-size:1.1rem;
    font-weight:700;
    color:#183064;
    margin:24px 0 10px;
}

.aldg p{
    font-size:.96rem;
    line-height:1.75;
    color:#2d3a56;
    margin:0 0 14px;
}

.aldg ul,
.aldg ol{
    margin:14px 0 20px;
    padding-left:22px;
}

.aldg ul{
    list-style:disc;
}

.aldg ol{
    list-style:decimal;
}

.aldg li{
    font-size:.95rem;
    line-height:1.7;
    color:#2d3a56;
    margin-bottom:7px;
}

.aldg a{
    color:#ED632E;
    font-weight:600;
}

.aldg a:hover{
    color:#c44e22;
}

.aldg strong{
    color:#183064;
}

.aldg table{
    width:100%;
    border-collapse:collapse;
    margin:20px 0 28px;
    font-size:.9rem;
    overflow:hidden;
    border:1px solid #d5dde8;
    border-radius:10px;
}

.aldg table tr:nth-child(even){
    background:#f4f7fb;
}

.aldg table tr:hover{
    background:#eaf0fa;
}

.aldg table td,
.aldg table th{
    padding:11px 16px;
    border-bottom:1px solid #e2e8f0;
    text-align:left;
    vertical-align:middle;
}

.aldg table th{
    background:#183064;
    color:#fff;
    font-weight:700;
}

.aldg table td:first-child{
    width:42%;
    font-weight:700;
    color:#183064;
}

.aldg table td:last-child{
    color:#2d3a56;
}

.aldg table tr:last-child td{
    border-bottom:none;
}

.aldg blockquote{
    border-left:4px solid #ED632E;
    padding:12px 20px;
    background:#f8f0eb;
    border-radius:0 8px 8px 0;
    margin:16px 0;
    color:#5a3020;
    font-style:italic;
}

.aldg img{
    max-width:100%;
    height:auto;
    display:block;
    margin:0 auto 20px;
    border-radius:10px;
}

@media(max-width:900px){
    .aldg{
        padding:24px 22px;
        margin-bottom:28px;
    }

    .aldg h1{
        font-size:1.8rem;
    }

    .aldg h2{
        font-size:1.25rem;
    }

    .aldg table{
        display:block;
        overflow-x:auto;
        white-space:nowrap;
    }

    .aldg table td,
    .aldg table th{
        padding:10px 13px;
    }
}

@media(max-width:768px){
    .aldg{
        width:100%;
        padding:20px 18px;
        border-radius:12px;
    }

    .aldg h1{
        font-size:1.6rem;
        margin-bottom:16px;
    }

    .aldg h2{
        font-size:1.2rem;
        margin-top:26px;
    }

    .aldg h3{
        font-size:1rem;
    }

    .aldg p{
        font-size:.92rem;
        line-height:1.7;
    }

    .aldg li{
        font-size:.9rem;
    }
}

@media(max-width:480px){
    .aldg{
        padding:18px 14px;
        border-radius:10px;
    }

    .aldg h1{
        font-size:1.4rem;
    }

    .aldg h2{
        font-size:1.1rem;
        margin-top:24px;
    }

    .aldg p{
        font-size:.9rem;
    }

    .aldg ul,
    .aldg ol{
        padding-left:20px;
    }

    .aldg table{
        font-size:.84rem;
    }

    .aldg table td,
    .aldg table th{
        padding:9px 11px;
    }
}

.winners-list{
    width:100%;
}

.winner-item{
    display:grid;
    grid-template-columns:46px minmax(140px,1fr) minmax(120px,1fr) auto;
    align-items:center;
    gap:14px;
    width:100%;
}

.winner-rank{
    flex-shrink:0;
}

.winner-nick,
.winner-game,
.winner-amount{
    min-width:0;
    overflow-wrap:anywhere;
    word-break:break-word;
}

.winner-amount{
    white-space:nowrap;
    text-align:right;
}

.winner-divider{
    margin:12px 0;
}

@media(max-width:768px){
    .winner-item{
        grid-template-columns:38px minmax(0,1fr) auto;
        gap:10px;
    }

    .winner-game{
        grid-column:2 / 3;
        font-size:.85rem;
    }

    .winner-amount{
        grid-column:3;
        grid-row:1 / 3;
        font-size:.9rem;
    }

    .winner-nick{
        font-size:.9rem;
        overflow:hidden;
        text-overflow:ellipsis;
        white-space:nowrap;
    }

    .winner-game{
        overflow:hidden;
        text-overflow:ellipsis;
        white-space:nowrap;
    }

    .winner-rank{
        width:38px;
        height:38px;
        display:flex;
        align-items:center;
        justify-content:center;
    }
}

@media(max-width:480px){
    .content-block.box.card-hover{
        padding:20px 16px;
    }

    .winner-item{
        grid-template-columns:34px minmax(0,1fr) auto;
        gap:8px;
    }

    .winner-rank{
        width:34px;
        height:34px;
        font-size:.85rem;
    }

    .winner-nick{
        font-size:.82rem;
    }

    .winner-game{
        font-size:.76rem;
    }

    .winner-amount{
        font-size:.82rem;
    }

    .winner-divider{
        margin:10px 0;
    }
}

.mirror-table .mirror-link.btn--primary{
    background:#ED632E;
    color:#fff !important;
    border-color:#ED632E;
    text-decoration:none;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    white-space:nowrap;
}

.mirror-table .mirror-link.btn--primary:hover{
    background:#c44e22;
    color:#fff !important;
    border-color:#c44e22;
}

@media(max-width:768px){
    .mirror-table .mirror-link.btn--primary{
        color:#fff !important;
        font-size:.8rem;
        padding:8px 10px;
    }
}

@media(max-width:480px){
    .mirror-table .mirror-link.btn--primary{
        font-size:.75rem;
        padding:7px 8px;
    }
}