
:root{
  --color-main:#0a4c99;
  --color-accent:#4aa3ff;
  --color-nav-items:#fff;
  --color-first-header-footer-bg:#0f1a2b;
  --color-second-header-footer-bg:#0a4c99;
  --color-header-footer-border:#0a0a0a;
  --color-border-table:#0a4c99;
  --offsets:30px;
  --ff-primary:"Montserrat",Arial,"Helvetica CY","Nimbus Sans L",sans-serif;
  --content-max-width:1440px;
  --theme-section-bg:#0e1526;
  --theme-section-border-color:#0a4c99;
  --theme-body-bg:#0b1120;
  --theme-body-color:#fff;
  --theme-rounded-button:10px;
  --border-radius-lg:16px;
  --border-radius-sm:8px;
  --color-gray-light:#c9d3e2;
  --color-gray-darker:#1c2740;
  --gradient-orange:linear-gradient(135deg,#c8912f,#e8c069);
  --color-orange:#c8912f;
  --color-blue:#4993e3;
  --color-success:#0b3d1f;
  --color-red:#4a0d0d;
  --shadow-lg:0 8px 25px rgba(0,0,0,.25);
  --spacing-sm:8px;--spacing-md:12px;--spacing-xl:16px;
}
*{margin:0;padding:0;box-sizing:border-box;font-family:inherit}
body,html{max-width:100%;overflow-x:hidden}
body{background-color:#0f1a2b;font-weight:400;color:#fff;font-family:var(--ff-primary)}
h1,h2,h3,h4,h5,h6,ol,p,ul{margin-top:0}
h1{font-size:2rem;line-height:2.5rem;margin-bottom:1rem;font-weight:600}
h2{padding:5px 0;font-size:1.8rem;line-height:2.3rem;font-weight:600}
h3{font-size:1.6rem;line-height:2.1rem;font-weight:600;margin-bottom:1rem}
h4,h5,h6{font-size:1.4rem;line-height:1.9rem;font-weight:600;margin-bottom:1rem}
ol,p,ul{font-size:1rem;line-height:1.6;margin-bottom:1rem;font-weight:400}
ol,ul{padding-left:25px}
a{color:var(--color-accent);text-decoration:none}
a:hover{text-decoration:none}
img{max-width:100%;height:auto}
em,i{font-style:normal}
.page-main{margin-top:92px}

.header--v1{background-color:var(--color-first-header-footer-bg);font-family:var(--ff-primary);position:fixed;top:0;left:0;right:0;z-index:3000;--header-height:72px;height:var(--header-height);box-shadow:0 2px 10px rgba(0,0,0,.1)}
.header--v1 .header__container{display:flex;align-items:center;height:100%;max-width:var(--content-max-width);margin:0 auto;padding:0 20px;gap:20px}
.header--v1 .header__logo{display:flex;align-items:center;flex-shrink:0;z-index:30;height:100%}
.header--v1 .header__logo img{display:block;object-fit:contain;max-height:30px;width:auto}
.header--v1 .header__buttons{margin-left:auto;display:flex;gap:10px;align-items:center;flex-shrink:0}
.header--v1 .header__link{font-weight:600;font-size:14px;line-height:1;text-align:center;padding:14px 20px;transition:all .3s ease;border-radius:50px;display:inline-flex;align-items:center;justify-content:center;border:0;cursor:pointer;color:#fff;text-transform:uppercase;white-space:nowrap;min-width:140px;height:46px}
.header--v1 .header__link--in{background-color:#1f83e8;box-shadow:0 10px 30px rgb(31 131 232/40%);min-width:160px}
.header--v1 .header__link--in:hover{background-color:#1670cf;transform:translateY(-2px)}
.header--v1 .header__link--up{background-color:#1f83e8;box-shadow:0 10px 30px rgb(66 140 220/40%)}
.header--v1 .header__link--up:hover{background-color:#1670cf;transform:translateY(-2px)}
.header--v1 .header__toggle-menu{display:none;width:35px;height:25px;padding:0;border:0;background:0 0;flex-direction:column;gap:5px;cursor:pointer;z-index:1300}
.header--v1 .header__toggle-menu span{display:block;width:100%;height:3px;background-color:#fff;border-radius:2px;transition:250ms all}
.header--v1 .header__toggle-menu._active span:nth-of-type(1){transform:translateY(8px) rotate(45deg)}
.header--v1 .header__toggle-menu._active span:nth-of-type(2){transform:scaleX(0)}
.header--v1 .header__toggle-menu._active span:nth-of-type(3){transform:translateY(-8px) rotate(-45deg)}
.header--v1 .header__nav-list{list-style:none;display:flex;flex-wrap:wrap}
.header--v1 .header__nav-item .link{display:flex;align-items:center;color:var(--color-nav-items);text-decoration:none;padding:13px 10px;font-size:16px;line-height:20px;transition:color .3s}
@media (max-width:1023px){
  .header--v1{--header-height:70px}
  .header--v1 .header__toggle-menu{display:flex}
  .header--v1 .header__nav{position:absolute;top:0;right:-100%;height:0;width:0;display:none}
  .header--v1 .header__nav._active{position:fixed;top:var(--header-height);left:0;right:0;bottom:0;width:100%;height:calc(100vh - var(--header-height));background-color:rgba(0,0,0,.95);display:block;z-index:1200;overflow-y:auto}
  .header--v1 .header__nav-list{flex-direction:column;align-items:flex-start;padding:20px;gap:16px}
  .header--v1 .header__nav-item .link{width:100%;padding:14px 0;font-size:18px;color:#fff}
}
@media (max-width:767px){
  .header--v1{--header-height:65px}
  .header--v1 .header__container{padding:0 12px;gap:10px}
  .header--v1 .header__logo img{max-height:22px;max-width:120px}
  .header--v1 .header__buttons{gap:6px}
  .header--v1 .header__link{padding:10px 14px;font-size:11px;min-width:110px;height:40px}
  .header--v1 .header__link--in{min-width:130px}
}
@media (max-width:480px){
  .header--v1{--header-height:60px}
  .header--v1 .header__container{padding:0 10px;gap:8px;justify-content:space-between}
  .header--v1 .header__logo img{max-height:20px;max-width:100px}
  .header--v1 .header__buttons{gap:5px;margin-left:0}
  .header--v1 .header__link{padding:8px 12px;font-size:10px;min-width:100px;height:38px}
}

.toc_navigation{position:fixed;top:72px;left:0;right:0;z-index:1001;background-color:var(--color-first-header-footer-bg);border-bottom:1px solid rgba(9,88,198,.1);box-shadow:0 2px 8px rgba(0,0,0,.15);color:#fff;height:60px;display:flex;align-items:center}
.toc_navigation nav{position:relative;overflow-x:auto;scrollbar-width:none;scroll-behavior:smooth;max-width:var(--content-max-width);margin:0 auto;padding:0 20px;width:100%;height:100%;display:flex;align-items:center}
.toc_navigation nav::-webkit-scrollbar,.toc_navigation .items::-webkit-scrollbar{display:none}
.toc_navigation .items{display:flex;align-items:center;white-space:nowrap;gap:6px;list-style:none;height:100%;overflow-x:auto;scrollbar-width:none}
.toc_navigation .item{flex-shrink:0;transition:all .15s ease-in-out}
.toc_navigation .item a{display:flex;align-items:center;white-space:nowrap;text-decoration:none;color:var(--theme-body-color);font-size:14px;font-weight:500;padding:8px 14px;border-radius:var(--theme-rounded-button);background:0 0;border:1px solid transparent;transition:all .15s ease-in-out;min-height:36px}
.toc_navigation .item a:hover{color:#fff;background:rgba(255,255,255,.15)}
.toc_navigation .item a.is-active,.toc_navigation .item.is-active a{color:#fff;background:#0a4c99;font-weight:600;border-radius:10px;padding:8px 16px;box-shadow:0 4px 10px rgba(0,0,0,.25)}
.toc_navigation .item a.is-active:hover,.toc_navigation .item.is-active a:hover{background:#4aa3ff}
.toc_navigation .name{font-size:inherit;line-height:1.2;display:block;overflow:hidden;text-overflow:ellipsis}
.progress-container{position:absolute;bottom:0;left:0;right:0;height:2px}
.progress-bar{height:100%;width:0;background:#4aa3ff}
@media (max-width:1023px){.toc_navigation{top:70px;height:50px}.toc_navigation nav{padding:0 15px}.toc_navigation .item a{font-size:12px;padding:6px 10px;min-height:32px}}
@media (max-width:768px){.toc_navigation{top:65px;height:48px}.toc_navigation .item a{font-size:11px;padding:5px 8px;min-height:30px}}
@media (max-width:480px){.toc_navigation{top:60px;height:46px}.toc_navigation .item a{font-size:12px;padding:4px 6px;min-height:28px}}

.mostbetbr-background-block .mostbetbr-container:nth-of-type(1){margin:20px 0}
.wrapper-header{background-color:#1b2339;color:#fff;padding:30px 0}
.get-image{margin:0;display:flex}
.list-reset{margin:0;padding:0;list-style:none}
.button-content--mobile{display:none}
.mostbetbr-container{max-width:var(--content-max-width);padding:0 30px;margin:0 auto}
.mostbetbr-container .mostbetbr-container{padding-left:0;padding-right:0}
.mostbetbr-wrapper{background-repeat:no-repeat;background-size:cover;background-position:center;margin:5px 0 10px}
.mostbetbr-wrapper:last-child{margin-bottom:2rem}
.mostbetbr-columns__container{display:flex;flex-wrap:wrap;justify-content:flex-start;gap:20px}
.mostbetbr-columns__container.reversed{flex-direction:row-reverse}
.mostbetbr-columns__item>:first-child{margin-top:0}
.mostbetbr-columns__item>:last-child{margin-bottom:0}
.mostbetbr-columns__item img{display:block;margin:0 auto;border-radius:20px;max-height:340px;width:auto;max-width:100%}
.mostbetbr-columns.align-center .mostbetbr-columns__container{align-items:flex-start}
.mostbetbr-columns.col-2 .mostbetbr-columns__item{width:calc((100% - 20px)/2)}

.slots{border-radius:16px;padding:16px;border:1px solid #0a4c99;background:#053368;box-shadow:0 4px 12px 0 rgba(85,108,141,.2)}
.slots .wp-block-heading{display:flex;align-items:center;gap:8px}
.slots__title{font-size:1.8rem;font-weight:600;line-height:2.3rem}
.slots__list{display:grid;grid-template-columns:repeat(auto-fill,minmax(210px,1fr));gap:20px;list-style:none}
.slots__item{display:flex;flex-direction:column;gap:8px}
.slots__item img{border-radius:8px;width:100%;object-fit:contain}
.btn{border-radius:8px;border:0;padding:15px;color:#fff;text-align:center;font-size:15px;font-weight:600;line-height:125%;text-transform:uppercase;cursor:pointer;transition:all .2s ease-in-out;text-decoration:none;display:inline-block}
.btn--red{background:#c8912f}
.btn--red:hover,.slots__link:hover{box-shadow:0 4px 25px 0 rgba(13,25,38,.16)}
.slots__link{background:#1f83e8;color:#fff}
.slots__link:hover{background:#c8912f}

.wp-block-table{margin:2rem 0;width:100%}
.wp-block-table table{width:100%;border-collapse:collapse;border:1px solid var(--color-border-table);font-size:1rem;line-height:1.5rem;min-width:600px}
.wp-block-table tbody tr:nth-child(even){background-color:#fff}
.wp-block-table tbody tr:nth-child(odd){background-color:#f5f5f5}
.wp-block-table thead tr{background-color:#0a4c99;color:#fff}
.wp-block-table td,.wp-block-table th{color:#000;padding:15px 20px;border:1px solid var(--color-border-table)}
.wp-block-table th{font-weight:600;text-align:left;color:#fff}
.wp-block-table td{vertical-align:top}
.wp-block-table td:first-child{font-weight:600;width:20%}

.steps--v1 .steps__list{list-style:none;padding-left:20px;display:grid;grid-template-columns:1fr;gap:40px;margin:0 0 20px}
.steps--v1 .steps__item{background-color:#fff;border:1px solid #e2e4ef;box-shadow:0 0 15px rgba(0,0,0,.05);border-radius:5px;counter-increment:inst;padding:15px 15px 15px 50px;position:relative}
.steps--v1 .steps__item::before{content:counter(inst);position:absolute;top:50%;left:0;transform:translate(-50%,-50%);width:47px;height:47px;border-radius:100%;display:flex;align-items:center;justify-content:center;color:#fff;background:#0a4c99;font-weight:800;font-size:18px}
.steps--v1 .steps__item::after{content:"";position:absolute;width:4px;height:30px;left:-2px;bottom:calc(100% + 7px);background-color:#e2e4ef}
.steps--v1 .steps__item:first-child::after{display:none}
.steps--v1 .steps__arrow{position:absolute;top:50%;left:10px;transform:translateY(-50%);width:28px;height:17px;background-color:#1f83e8;clip-path:polygon(0 0,75% 0,100% 50%,75% 100%,0 100%)}
.steps--v1 .steps__text{margin:0;font-weight:500;font-size:14px;color:#3c3c3c}

.button-content{margin-top:2rem;margin-bottom:2rem}
.button-content.align-center{text-align:center}
.button-content__control{padding:15px 30px;background:#1f83e8;border-radius:50px;transition:.3s;text-decoration:none;font-size:17px;line-height:20px;display:inline-flex;align-items:center;justify-content:center;min-width:200px;color:#fff;box-shadow:0 10px 30px rgb(31 131 232/40%);font-weight:600;border:0;cursor:pointer}
.button-content__control:hover{background:#1670cf}

.rating-container{width:100%;margin:20px 0 0;padding:16px;background:linear-gradient(135deg,#0a4c99,#0f1a2b);color:#fff;border-radius:10px}
.rating-note{font-size:13px;color:#c9d3e2;margin:0 0 8px}
.rating-categories{padding:8px 0;display:grid;gap:16px}
.rating-item{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;background:var(--theme-body-bg);border-radius:var(--border-radius-sm)}
.category-name{font-size:16px;font-weight:500;flex:1}
.category-rating,.stars{display:flex;align-items:center;gap:15px}
.stars{gap:2px}
.star{width:20px;height:20px;fill:currentColor}
.star.filled,.star.half-filled{color:#e0b24a}
.star.empty{color:#5a6478}

.mostbetbr-faq--v1{border-radius:10px;overflow:hidden;background-color:#fff;color:#000}
.mostbetbr-faq--v1 .mostbetbr-faq__title{display:flex;align-items:center;position:relative;margin:0;font-size:24px;line-height:28px;text-transform:uppercase;padding:34px 25px 24px;color:#000}
.mostbetbr-faq p,.mostbetbr-faq h2,.mostbetbr-faq h3{color:#000}
.mostbetbr-faq--v1 .mostbetbr-faq__item{position:relative;background-color:#fff;color:#000}
.mostbetbr-faq--v1 .mostbetbr-faq__item::after{position:absolute;content:"";top:0;left:25px;right:25px;height:1px;background-color:#00000022}
.mostbetbr-faq__item-title{display:flex;align-items:center;justify-content:space-between;list-style:none;cursor:pointer;font-weight:500;font-size:16px;line-height:20px;padding:22px 25px 24px;color:#000;transition:.3s}
.mostbetbr-faq__item-title::-webkit-details-marker{display:none}
.mostbetbr-faq__item-title svg{fill:#000;width:30px;height:30px;flex-shrink:0;transition:.3s}
.mostbetbr-faq__item-title h3{font-weight:600;font-size:16px;line-height:20px;margin-bottom:0}
.mostbetbr-faq__item-description{margin:0;padding:0 25px 20px;font-weight:400;font-size:16px;line-height:1.8}
.mostbetbr-faq--v1 .mostbetbr-faq__item[open]::after{display:none}
.mostbetbr-faq--v1 .mostbetbr-faq__item[open] .mostbetbr-faq__item-title{font-weight:600;background-color:#e7e7e7}
.mostbetbr-faq--v1 .mostbetbr-faq__item[open] .mostbetbr-faq__item-title svg{transform:rotate(180deg);fill:var(--color-accent)}

.author-box{display:flex;align-items:flex-start;gap:16px;background:#0e1526;border:1px solid #1c2740;border-left:3px solid var(--color-orange);border-radius:12px;padding:24px}
.author-box__photo{flex-shrink:0;width:58px;height:58px;border-radius:50%;overflow:hidden;border:2px solid var(--color-orange)}
.author-box__photo img{width:100%;height:100%;object-fit:cover;border-radius:50%;margin:0}
.author-box__avatar{flex-shrink:0;width:58px;height:58px;border-radius:50%;background:var(--color-orange);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:20px;letter-spacing:1px}
.author-box__label{display:block;font-size:12px;letter-spacing:.5px;text-transform:uppercase;color:#8b97ad;margin-bottom:2px}
.author-box__name{display:block;font-size:1.25rem;font-weight:700;color:var(--color-orange);margin-bottom:8px}
.author-box__bio{font-size:15px;line-height:1.6;color:#c9d3e2;margin:0 0 10px}
.author-box__link{font-weight:600;color:var(--color-blue)}
.author-box__link:hover{color:var(--color-orange)}

.contact-map__wrapper{margin-top:16px}
.contact-map__list{list-style:none;padding:0;margin:0}
.contact-map__list li{margin-bottom:8px;color:#fff}
.contact-map__list a{color:var(--color-accent)}

.footer{padding:30px 0;background-color:var(--color-first-header-footer-bg);position:relative}
.footer__logo{padding-bottom:20px}
.footer__logo p{margin:0}
.footer__logo img{width:100%;height:100%;max-height:50px;object-fit:contain;display:block}
.footer__hr{border:0;height:1px;background-color:#4993e3}
.footer__nav{padding:10px 0}
.footer__nav-list{margin:0;padding:0;list-style:none;display:flex;flex-wrap:wrap;justify-content:center}
.footer__nav-item{padding:10px 0;margin:0 20px}
.footer__nav-item a{color:var(--color-nav-items);font-weight:500;font-size:14px;line-height:17px;text-decoration:none;transition:color .3s}
.footer__nav-item a:hover{color:var(--color-accent)}
.footer__legend{text-align:center;color:#fff;font-weight:700;font-size:15px;letter-spacing:.3px;padding:6px 20px}
.footer__responsible{text-align:center;color:#c9d3e2;font-size:13px;padding:0 20px 6px}
.footer__copyright{color:var(--color-nav-items);font-size:14px;line-height:17px;text-align:center}
@media (max-width:1023px){.footer{padding:45px 0 20px}.footer__logo img{max-height:32px}}

.mobile-button{position:fixed;bottom:10px;left:15px;right:15px;display:none;z-index:40;border-radius:12px;padding:12px;max-width:95%;margin:0 auto;background:#fff;box-shadow:0 -2px 12px rgba(0,0,0,.25)}
.mobile-button__control{display:flex;justify-content:center;align-items:center;border-radius:8px;border:0;padding:14px 18px;font-size:15px;font-weight:700;line-height:16px;background:#1f83e8;color:#fff;text-decoration:none;text-transform:uppercase}
@media (max-width:767px){.mobile-button{display:block}.footer{padding-bottom:90px}}

.scroll-top{position:fixed;right:16px;bottom:16px;z-index:50}
.scroll-top__button{background-color:#fff;color:#000;border:0;width:44px;height:44px;border-radius:50%;font-size:20px;cursor:pointer;box-shadow:0 4px 12px rgba(0,0,0,.25)}

@media (max-width:1024px){:root{--offsets:25px}h1{font-size:1.8rem;line-height:2.3rem}h2{font-size:1.6rem;line-height:2.1rem}.page-main{margin-top:88px}.slots__list{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:18px}}
@media (max-width:768px){
  :root{--offsets:20px}
  h1{font-size:1.6rem;line-height:2.1rem}h2{font-size:1.4rem;line-height:1.9rem}h3{font-size:1.3rem;line-height:1.8rem}
  ol,p,ul{font-size:.95rem;line-height:1.5}
  .page-main{margin-top:105px}
  .mostbetbr-background-block .mostbetbr-container:nth-of-type(1){margin:0}
  .mostbetbr-container{width:100%;padding:0}
  .mostbetbr-wrapper{padding:15px 30px;margin:5px 0 10px}
  .mostbetbr-columns__container{flex-direction:column;gap:0}
  .mostbetbr-columns.col-2 .mostbetbr-columns__item,.mostbetbr-columns__item{width:100%!important;margin:.5rem 0}
  .get-image img,.mostbetbr-columns__item img,.wp-block-table{max-width:100%}
  .button-content--desktop{display:none!important}
  .button-content--mobile{display:block!important}
  .slots{padding:15px 5px;margin:0;overflow:hidden}
  .slots__list{display:flex;gap:16px;overflow:auto;padding:0 16px 12px}
  .slots__list::-webkit-scrollbar{display:none}
  .slots__item{width:242px;flex-shrink:0}
  .slots__title{font-size:1.5rem}
  .wp-block-table{margin:.5rem 0;overflow-x:auto}
  .wp-block-table table{min-width:100%}
  .author-box{flex-direction:column;text-align:left}
}
@media (max-width:480px){
  :root{--offsets:15px}
  h1{font-size:1.4rem;line-height:1.9rem}h2{font-size:1.3rem;line-height:1.7rem}h3{font-size:1.2rem;line-height:1.6rem}
  ol,p,ul{font-size:.9rem}
  ol,ul{padding-left:20px}
  .page-main{margin-top:95px}
  .btn{padding:12px;font-size:14px}
  .slots__title{font-size:1.4rem}
}
@media (max-width:375px){:root{--offsets:12px}.slots__item{width:220px}}

.page-doc{margin-top:92px}
.page-hero{padding:24px 0 4px}
.page-hero h1{margin:0 0 10px}
.page-hero .lead{color:#c9d3e2;font-size:1.05rem;max-width:900px}
.doc-updated{color:#8b97ad;font-size:13px;margin:8px 0 4px}
.doc-card{background:#0e1526;border:1px solid #1c2740;border-radius:14px;padding:22px 24px;margin:16px 0}
.doc-card>:first-child{margin-top:0}
.doc-card>:last-child{margin-bottom:0}
.doc-card h2{margin:0 0 12px}
.doc-card h3{margin:16px 0 8px;font-size:1.15rem}
.doc-card p{margin:0 0 12px;color:#dfe5ef}
.doc-card ul{margin:0 0 12px;padding-left:22px;color:#dfe5ef}
.doc-card li{margin-bottom:6px}
.doc-card a,.related-links a.inline{color:var(--color-blue)}
.doc-card a:hover{color:var(--color-orange)}
.doc-note{background:#132038;border-left:3px solid var(--color-orange);border-radius:10px;padding:14px 18px;margin:16px 0;color:#c9d3e2;font-size:.95rem}
.related-links{background:#0e1526;border:1px solid #1c2740;border-radius:14px;padding:20px 24px;margin:24px 0}
.related-links h2{margin:0 0 14px;font-size:1.3rem}
.related-links ul{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(auto-fill,minmax(230px,1fr));gap:10px}
.related-links li{margin:0}
.related-links ul a{display:block;padding:11px 14px;background:#132038;border:1px solid #1c2740;border-radius:10px;color:#fff;font-weight:500;text-decoration:none;transition:border-color .2s,transform .2s}
.related-links ul a:hover{border-color:var(--color-orange);transform:translateY(-1px)}
.author-hero{display:flex;align-items:center;gap:20px;flex-wrap:wrap}
.author-hero__photo{width:96px;height:96px;border-radius:50%;overflow:hidden;border:3px solid var(--color-orange);flex-shrink:0}
.author-hero__photo img{width:100%;height:100%;object-fit:cover;border-radius:50%}
.author-hero h1{margin:0 0 4px}
.author-hero .role{color:var(--color-orange);font-weight:600}
.stat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin:16px 0}
.stat-item{background:#132038;border:1px solid #1c2740;border-radius:12px;padding:14px}
.stat-item .k{display:block;color:#8b97ad;font-size:12px;text-transform:uppercase;letter-spacing:.4px;margin-bottom:4px}
.stat-item .v{font-weight:600;color:#fff}
.method-steps{list-style:none;padding:0;margin:0;counter-reset:ms}
.method-steps li{counter-increment:ms;position:relative;padding:10px 0 10px 44px;border-bottom:1px solid #1c2740;color:#dfe5ef}
.method-steps li:last-child{border-bottom:0}
.method-steps li::before{content:counter(ms);position:absolute;left:0;top:8px;width:30px;height:30px;border-radius:50%;background:var(--color-orange);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:14px}
@media (max-width:768px){.page-doc{margin-top:82px}.stat-grid{grid-template-columns:repeat(2,1fr)}.author-hero{gap:14px}.author-hero__photo{width:76px;height:76px}}
@media (max-width:480px){.stat-grid{grid-template-columns:repeat(2,1fr)}.doc-card{padding:18px}}

.slots__img-link{display:block;border-radius:8px;overflow:hidden;line-height:0;transition:transform .2s,box-shadow .2s}
.slots__img-link:hover{transform:translateY(-2px);box-shadow:0 8px 22px rgba(0,0,0,.35)}
.slots__item img{cursor:pointer}
.slots__link:hover,.btn--red:hover{background:#1670cf;box-shadow:0 4px 20px rgba(31,131,232,.35)}
.footer{padding:36px 0}
.footer__logo{display:flex;justify-content:center;padding-bottom:14px}
.footer__logo img{max-height:34px;width:auto}
.footer__hr{background-color:#223250;opacity:.6;margin:14px auto;max-width:1000px}
.footer__nav{padding:8px 0}
.footer__nav-list{gap:10px 28px;max-width:920px;margin:0 auto}
.footer__nav-item{padding:2px 0;margin:0}
.footer__nav-item a{font-size:13px;letter-spacing:.2px;color:#c9d3e2}
.footer__nav-item a:hover{color:#fff}
.footer__legend{letter-spacing:.4px;font-size:14px;margin:4px 0}
.footer__responsible{font-size:12.5px;max-width:760px;margin:0 auto 4px}
.footer__copyright{color:#8b97ad;font-size:12.5px;margin-top:2px}

a{color:#5cb8ff}
.mostbetbr-container p a:not(.button-link):not(.slots__img-link):not(.slots__link),
.doc-card a,.page-hero .lead a,.author-box__bio a,.author-box__link{color:#5cb8ff;text-decoration:underline;text-underline-offset:2px;text-decoration-thickness:1px}
.mostbetbr-container p a:hover,.doc-card a:hover,.page-hero .lead a:hover{color:#8fd0ff}
.ext-link{color:#5cb8ff;text-decoration:underline;text-underline-offset:2px;font-weight:500}
.ext-link:hover{color:#8fd0ff}
.rg-banner{background:linear-gradient(135deg,#101d31,#152742);border:1px solid #223250;border-left:4px solid var(--color-orange);border-radius:14px;padding:22px 26px;margin:8px 0 4px}
.rg-banner h2{margin:0 0 12px;font-size:1.4rem}
.rg-banner p{margin:0 0 10px;color:#dfe5ef}
.rg-banner ul{margin:0 0 12px;padding-left:20px}
.rg-banner li{margin-bottom:6px;color:#dfe5ef}

@media (min-width:1024px){
  .header--v1 .header__nav{display:none}          
}
@media (max-width:1023px){
  .header--v1 .header__nav{display:none}
  .header--v1 .header__nav._active{display:block;background-color:rgba(6,11,20,.97)}
  .header--v1 .header__nav-list{flex-direction:column;align-items:stretch;padding:16px 22px 28px;gap:0}
  .header--v1 .header__nav-item{width:100%;border-bottom:1px solid #1c2740}
  .header--v1 .header__nav-item .link{width:100%;padding:15px 4px;font-size:16px;color:#e7edf6;text-transform:none;justify-content:flex-start}
  .header--v1 .header__nav-item .link:hover{color:#5cb8ff}
  .header--v1 .header__nav-item--cta{border-bottom:0;margin-top:16px}
  .header--v1 .header__nav-item--cta .link{background:#1f83e8;color:#fff;border-radius:50px;justify-content:center;font-weight:600;text-transform:uppercase;font-size:14px;padding:14px}
  .toc_navigation{display:none}                   
  .page-main:not(.page-doc){margin-top:82px}
}
@media (max-width:767px){
  .page-main:not(.page-doc){margin-top:74px}
}
@media (max-width:600px){
  .header--v1 .header__container{gap:8px;justify-content:space-between;padding:0 12px}
  .header--v1 .header__buttons{margin-left:0;gap:6px}
  .header--v1 .header__link{min-width:auto;padding:9px 14px;font-size:11px;height:38px}
  .header--v1 .header__link--in{min-width:auto}
  .header--v1 .header__logo img{max-height:22px;max-width:96px}
  .header--v1 .header__toggle-menu{width:24px;height:18px;gap:4px}
}
@media (max-width:380px){
  .header--v1 .header__link{padding:8px 11px;font-size:10px}
  .header--v1 .header__logo img{max-width:76px}
}
@media (max-width:480px){
  .page-main:not(.page-doc){margin-top:68px}
}

.author-social{display:flex;gap:10px;margin-top:12px;flex-wrap:wrap}
.social-btn{display:inline-flex;align-items:center;gap:6px;padding:8px 16px;border-radius:8px;font-size:13px;font-weight:600;text-decoration:none;transition:transform .2s,opacity .2s}
.social-btn:hover{transform:translateY(-1px);opacity:.92}
.social-btn--in{background:#0a66c2;color:#fff}
.social-btn--x{background:#111;color:#fff;border:1px solid #2a2a2a}

.games-rows{display:flex;flex-direction:column;gap:16px;margin-top:8px}
.games-row{display:flex;gap:16px;overflow-x:auto;overflow-y:hidden;scroll-behavior:smooth;padding-bottom:10px;scrollbar-width:thin;scrollbar-color:#2a3a55 transparent}
.games-row::-webkit-scrollbar{height:8px}
.games-row::-webkit-scrollbar-thumb{background:#2a3a55;border-radius:4px}
.games-row .game-tile{flex:0 0 210px}
.game-tile{background:#0e1526;border:1px solid #1c2740;border-radius:12px;padding:10px;display:flex;flex-direction:column;gap:10px}
.game-tile__img{display:block;border-radius:8px;overflow:hidden;line-height:0}
.game-tile__img img{width:100%;height:auto;display:block;transition:transform .3s}
.game-tile__img:hover img{transform:scale(1.05)}
.game-tile__btn{display:block;text-align:center;background:#1f83e8;color:#fff;border-radius:50px;padding:11px;font-weight:600;text-decoration:none;text-transform:uppercase;font-size:13px;transition:background .2s}
.game-tile__btn:hover{background:#1670cf}
@media (max-width:767px){.games-row .game-tile{flex:0 0 44vw;max-width:210px}}

@media (max-width:767px){
  .mostbetbr-container p,
  .mostbetbr-container h1,.mostbetbr-container h2,.mostbetbr-container h3,.mostbetbr-container h4,
  .page-hero .lead,.doc-updated,.role{text-align:center}
  .doc-card{text-align:center}
  .doc-card ul,.rg-banner ul{list-style-position:inside;padding-left:0;text-align:center}
  .rg-banner{text-align:center}
  .author-hero{justify-content:center;text-align:center}
  .author-social{justify-content:center}
  
  .method-steps,.steps__list,.wp-block-table,.wp-block-table *{text-align:left}
}

.hero-block{display:grid;grid-template-columns:1fr auto;gap:32px;align-items:center}
.hero-block__lead{margin:14px 0 0;color:#dfe5ef}
.hero-block__cta{margin:22px 0 0}
.hero-block__cta .button-link{display:inline-block}
.hero-block__img img{width:100%;max-width:340px;height:auto;border-radius:16px;display:block}
@media (max-width:860px){.hero-block{grid-template-columns:1fr;text-align:center}.hero-block__cta{text-align:center}.hero-block__img img{margin:18px auto 0;max-width:300px}}
.toc{background:#0e1526;border:1px solid #1c2740;border-radius:12px;margin:8px 0}
.toc__summary{cursor:pointer;list-style:none;padding:15px 18px;font-weight:600;color:#fff;display:flex;align-items:center;justify-content:space-between}
.toc__summary::-webkit-details-marker{display:none}
.toc__summary::after{content:"\203A";transform:rotate(90deg);transition:transform .2s;color:#5cb8ff;font-size:22px;line-height:1}
.toc[open] .toc__summary::after{transform:rotate(-90deg)}
.toc__list{list-style:none;margin:0;padding:4px 14px 16px;display:grid;grid-template-columns:repeat(auto-fill,minmax(210px,1fr));gap:6px}
.toc__list a{color:#c9d3e2;text-decoration:none;padding:9px 11px;border-radius:8px;display:block;font-size:14px}
.toc__list a:hover{color:#fff;background:rgba(255,255,255,.06)}
@media (max-width:600px){.toc__list{grid-template-columns:1fr}}

.pros-cons table{border-radius:12px;overflow:hidden;border:1px solid #1c2740}
.pros-cons thead th:first-child{background:#123a2a;color:#8fe6b3}
.pros-cons thead th:last-child{background:#3a1a1f;color:#ffa7ab}
.pros-cons tbody td{vertical-align:top}
.pros-cons tbody td:first-child{border-left:3px solid #1f9d57}
.pros-cons tbody td:last-child{border-left:3px solid #d8484f}
.pros-cons tbody td:first-child::before{content:"\2713\00a0\00a0";color:#3fbf77;font-weight:700}
.pros-cons tbody td:last-child::before{content:"\2715\00a0\00a0";color:#e0656b;font-weight:700}

@media (min-width:768px){.header--v1 .header__buttons{transform:translateY(8px)}}
