:root{--page-bg-color:#1a1a2e;--primary-color:#e94560;--secondary-color:#0f3460;--text-color:#ffffff;--text-color-light:#cccccc;--card-bg-color:#2e2e4a;--border-color:#3e4a7a;--button-hover-color:#ff6a81;--faq-border-color:#4a5a8a;--faq-bg-color-hover:#3a3a5a;}body{font-family:'Arial',sans-serif;line-height:1.6;color:var(--text-color);background-color:var(--page-bg-color);margin:0;padding:0;overflow-x:hidden;}.page-roobet-mines-hack__container{max-width:1200px;margin:0 auto;padding:20px;box-sizing:border-box;}.page-roobet-mines-hack__section-title{font-size:2.5em;color:var(--primary-color);text-align:center;margin-bottom:40px;position:relative;padding-bottom:15px;text-transform:uppercase;}.page-roobet-mines-hack__section-title::after{content:'';position:absolute;left:50%;bottom:0;transform:translateX(-50%);width:80px;height:4px;background-color:var(--secondary-color);border-radius:2px;}.page-roobet-mines-hack__text-content{font-size:1.1em;color:var(--text-color-light);text-align:center;margin-bottom:30px;max-width:800px;margin-left:auto;margin-right:auto;}.page-roobet-mines-hack__highlight{color:var(--primary-color);font-weight:bold;}.page-roobet-mines-hack__btn{display:inline-block;background-color:var(--primary-color);color:var(--text-color);padding:12px 25px;border-radius:8px;text-decoration:none;font-weight:bold;transition:background-color 0.3s ease,transform 0.2s ease;border:none;cursor:pointer;font-size:1em;text-align:center;}.page-roobet-mines-hack__btn:hover{background-color:var(--button-hover-color);transform:translateY(-2px);}.page-roobet-mines-hack__btn--primary{background-color:var(--primary-color);}.page-roobet-mines-hack__btn--secondary{background-color:var(--secondary-color);}.page-roobet-mines-hack__btn--secondary:hover{background-color:#1f4a80;}.page-roobet-mines-hack__btn--small{padding:8px 15px;font-size:0.9em;}.page-roobet-mines-hack__hero-section{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:var(--text-color);padding:100px 20px 80px;overflow:hidden;padding-top:10px;}.page-roobet-mines-hack__hero-image-wrapper{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1;overflow:hidden;}.page-roobet-mines-hack__hero-image{width:100%;height:100%;object-fit:cover;filter:brightness(0.4);}.page-roobet-mines-hack__hero-content{position:relative;z-index:1;max-width:900px;padding:20px;background:rgba(0,0,0,0.4);border-radius:10px;}.page-roobet-mines-hack__hero-title{font-size:3.5em;margin-bottom:20px;line-height:1.2;color:var(--primary-color);}.page-roobet-mines-hack__hero-description{font-size:1.3em;margin-bottom:40px;color:var(--text-color-light);}.page-roobet-mines-hack__hero-cta{font-size:1.4em;padding:15px 35px;border-radius:10px;}.page-roobet-mines-hack__payment-providers{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:30px;width:100%;max-width:100%;box-sizing:border-box;padding:50px 20px;background-color:var(--secondary-color);}.page-roobet-mines-hack__provider-logos{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:30px;width:100%;max-width:1200px;margin:0 auto;}.page-roobet-mines-hack__payment-logo{flex:0 0 auto;width:80px;height:80px;max-width:80px;max-height:80px;box-sizing:border-box;object-fit:contain;filter:grayscale(100%) brightness(1.5);transition:filter 0.3s ease;display:block;}.page-roobet-mines-hack__payment-logo:hover{filter:grayscale(0%) brightness(1);}.page-roobet-mines-hack__payment-providers .page-roobet-mines-hack__section-title{width:100%;color:var(--text-color);margin-bottom:20px;}.page-roobet-mines-hack__payment-providers .page-roobet-mines-hack__section-title::after{background-color:var(--primary-color);}.page-roobet-mines-hack__introduction-section{padding:80px 0;background-color:var(--page-bg-color);}.page-roobet-mines-hack__quick-access-section{padding:80px 0;background-color:var(--secondary-color);}.page-roobet-mines-hack__access-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:30px;justify-content:center;}.page-roobet-mines-hack__access-card{background-color:var(--card-bg-color);border-radius:10px;padding:25px;text-align:center;text-decoration:none;color:var(--text-color);transition:transform 0.3s ease,box-shadow 0.3s ease;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:180px;box-sizing:border-box;}.page-roobet-mines-hack__access-card:hover{transform:translateY(-5px);box-shadow:0 10px 20px rgba(0,0,0,0.3);}.page-roobet-mines-hack__access-icon{width:80px;height:80px;object-fit:contain;margin-bottom:15px;max-width:100%;height:auto;}.page-roobet-mines-hack__access-text{font-size:1.2em;font-weight:bold;color:var(--primary-color);}.page-roobet-mines-hack__games-section{padding:80px 0;background-color:var(--page-bg-color);}.page-roobet-mines-hack__game-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px;}.page-roobet-mines-hack__game-card{background-color:var(--card-bg-color);border-radius:10px;overflow:hidden;text-align:center;padding-bottom:20px;box-shadow:0 5px 15px rgba(0,0,0,0.2);transition:transform 0.3s ease,box-shadow 0.3s ease;}.page-roobet-mines-hack__game-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px rgba(0,0,0,0.4);}.page-roobet-mines-hack__game-image{width:100%;height:200px;object-fit:cover;margin-bottom:15px;max-width:100%;height:auto;}.page-roobet-mines-hack__game-title{font-size:1.5em;color:var(--primary-color);margin-bottom:10px;padding:0 15px;}.page-roobet-mines-hack__game-description{color:var(--text-color-light);font-size:0.95em;margin-bottom:20px;padding:0 15px;}.page-roobet-mines-hack__promotions-section{padding:80px 0;background-color:var(--secondary-color);}.page-roobet-mines-hack__promo-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px;}.page-roobet-mines-hack__promo-card{background-color:var(--card-bg-color);border-radius:10px;overflow:hidden;text-align:center;padding-bottom:20px;box-shadow:0 5px 15px rgba(0,0,0,0.2);transition:transform 0.3s ease,box-shadow 0.3s ease;}.page-roobet-mines-hack__promo-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px rgba(0,0,0,0.4);}.page-roobet-mines-hack__promo-image{width:100%;height:220px;object-fit:cover;margin-bottom:15px;max-width:100%;height:auto;}.page-roobet-mines-hack__promo-title{font-size:1.6em;color:var(--primary-color);margin-bottom:10px;padding:0 15px;}.page-roobet-mines-hack__promo-description{color:var(--text-color-light);font-size:0.95em;margin-bottom:20px;padding:0 15px;}.page-roobet-mines-hack__security-section{padding:80px 0;background-color:var(--page-bg-color);}.page-roobet-mines-hack__security-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px;margin-bottom:40px;}.page-roobet-mines-hack__security-item{background-color:var(--card-bg-color);border-radius:10px;padding:30px;text-align:center;box-shadow:0 5px 15px rgba(0,0,0,0.2);}.page-roobet-mines-hack__security-icon{width:100px;height:100px;object-fit:contain;margin-bottom:20px;max-width:100%;height:auto;}.page-roobet-mines-hack__security-title{font-size:1.5em;color:var(--primary-color);margin-bottom:10px;}.page-roobet-mines-hack__security-description{color:var(--text-color-light);font-size:0.95em;}.page-roobet-mines-hack__faq-section{padding:80px 0;background-color:var(--secondary-color);}.page-roobet-mines-hack__faq-list{max-width:800px;margin:0 auto;}.page-roobet-mines-hack__faq-item{background-color:var(--card-bg-color);border:1px solid var(--faq-border-color);border-radius:8px;margin-bottom:15px;overflow:hidden;}.page-roobet-mines-hack__faq-question{display:flex;justify-content:space-between;align-items:center;padding:20px 25px;cursor:pointer;user-select:none;background-color:var(--card-bg-color);transition:background-color 0.3s ease;}.page-roobet-mines-hack__faq-question:hover{background-color:var(--faq-bg-color-hover);}.page-roobet-mines-hack__faq-title{font-size:1.3em;color:var(--text-color);margin:0;pointer-events:none;flex-grow:1;text-align:left;}.page-roobet-mines-hack__faq-toggle{font-size:1.8em;font-weight:bold;color:var(--primary-color);margin-left:15px;transition:transform 0.3s ease;pointer-events:none;}.page-roobet-mines-hack__faq-item.active .page-roobet-mines-hack__faq-toggle{transform:rotate(45deg);}.page-roobet-mines-hack__faq-answer{max-height:0;overflow:hidden;padding:0 25px;opacity:0;transition:max-height 0.4s cubic-bezier(0.4,0,0.2,1),padding 0.4s ease,opacity 0.4s ease;color:var(--text-color-light);font-size:1em;text-align:left;}.page-roobet-mines-hack__faq-item.active .page-roobet-mines-hack__faq-answer{max-height:2000px !important;padding:20px 25px !important;opacity:1;}.page-roobet-mines-hack__faq-answer p{margin:0;}.page-roobet-mines-hack__blog-section{padding:80px 0;background-color:var(--page-bg-color);}.page-roobet-mines-hack__blog-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px;}.page-roobet-mines-hack__blog-card{background-color:var(--card-bg-color);border-radius:10px;overflow:hidden;box-shadow:0 5px 15px rgba(0,0,0,0.2);transition:transform 0.3s ease,box-shadow 0.3s ease;text-align:left;display:flex;flex-direction:column;}.page-roobet-mines-hack__blog-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px rgba(0,0,0,0.4);}.page-roobet-mines-hack__blog-image{width:100%;height:200px;object-fit:cover;margin-bottom:15px;max-width:100%;height:auto;}.page-roobet-mines-hack__blog-title{font-size:1.4em;color:var(--primary-color);margin-bottom:10px;padding:0 15px;}.page-roobet-mines-hack__blog-excerpt{color:var(--text-color-light);font-size:0.9em;margin-bottom:20px;padding:0 15px;flex-grow:1;}.page-roobet-mines-hack__blog-card .page-roobet-mines-hack__btn{margin:0 15px 20px;align-self:flex-start;}@media (max-width:768px){.page-roobet-mines-hack__container{padding:15px;}.page-roobet-mines-hack__section-title{font-size:2em;margin-bottom:30px;}.page-roobet-mines-hack__text-content{font-size:1em;margin-bottom:20px;}.page-roobet-mines-hack__hero-section{padding:80px 15px 60px;}.page-roobet-mines-hack__hero-content{padding:15px;}.page-roobet-mines-hack__hero-title{font-size:2.2em;margin-bottom:15px;}.page-roobet-mines-hack__hero-description{font-size:1em;margin-bottom:30px;}.page-roobet-mines-hack__hero-cta{font-size:1.2em;padding:12px 25px;}.page-roobet-mines-hack__payment-providers{flex-direction:row;flex-wrap:wrap;justify-content:center;gap:16px;padding:30px 15px;}.page-roobet-mines-hack__payment-logo{width:80px !important;height:80px !important;max-width:80px !important;max-height:80px !important;}.page-roobet-mines-hack__payment-logo img{width:80px !important;height:80px !important;max-width:80px !important;max-height:80px !important;}.page-roobet-mines-hack__payment-providers .page-roobet-mines-hack__section-title{font-size:1.8em;}.page-roobet-mines-hack__quick-access-section,.page-roobet-mines-hack__games-section,.page-roobet-mines-hack__promotions-section,.page-roobet-mines-hack__security-section,.page-roobet-mines-hack__faq-section,.page-roobet-mines-hack__blog-section{padding:50px 0;}.page-roobet-mines-hack__access-grid,.page-roobet-mines-hack__game-grid,.page-roobet-mines-hack__promo-grid,.page-roobet-mines-hack__security-grid,.page-roobet-mines-hack__blog-grid{grid-template-columns:1fr;gap:20px;}.page-roobet-mines-hack__access-card,.page-roobet-mines-hack__game-card,.page-roobet-mines-hack__promo-card,.page-roobet-mines-hack__security-item,.page-roobet-mines-hack__blog-card{padding:20px;}.page-roobet-mines-hack__access-icon,.page-roobet-mines-hack__security-icon{width:70px;height:70px;}.page-roobet-mines-hack__access-text{font-size:1.1em;}.page-roobet-mines-hack__game-title,.page-roobet-mines-hack__promo-title,.page-roobet-mines-hack__security-title,.page-roobet-mines-hack__blog-title{font-size:1.3em;}.page-roobet-mines-hack__game-image,.page-roobet-mines-hack__promo-image,.page-roobet-mines-hack__blog-image{height:180px;max-width:100% !important;height:auto !important;}.page-roobet-mines-hack__faq-list{padding:0;}.page-roobet-mines-hack__faq-question{padding:15px 20px;}.page-roobet-mines-hack__faq-title{font-size:1.1em;}.page-roobet-mines-hack__faq-toggle{font-size:1.5em;}.page-roobet-mines-hack__faq-answer{padding:0 20px;}.page-roobet-mines-hack__faq-item.active .page-roobet-mines-hack__faq-answer{padding:15px 20px !important;}img{max-width:100% !important;height:auto !important;box-sizing:border-box !important;}.page-roobet-mines-hack__access-grid,.page-roobet-mines-hack__game-grid,.page-roobet-mines-hack__promo-grid,.page-roobet-mines-hack__security-grid,.page-roobet-mines-hack__blog-grid{width:100% !important;max-width:100% !important;padding:0 !important;margin-left:0 !important;margin-right:0 !important;box-sizing:border-box !important;}.page-roobet-mines-hack__access-card,.page-roobet-mines-hack__game-card,.page-roobet-mines-hack__promo-card,.page-roobet-mines-hack__security-item,.page-roobet-mines-hack__blog-card{width:100% !important;max-width:100% !important;box-sizing:border-box !important;word-wrap:break-word !important;overflow-wrap:break-word !important;word-break:break-word !important;}}