body{font-family:'Arial',sans-serif;margin:0;padding:0;background-color:#0d1117;color:#c9d1d9}.page-9o-k__floating-buttons{position:fixed;bottom:20px;right:20px;display:flex;flex-direction:column;gap:10px;z-index:1000}@media (max-width:768px){.page-9o-k__floating-buttons{bottom:15px;right:15px;gap:8px}}.page-9o-k__floating-button{display:flex;align-items:center;justify-content:center;padding:12px 20px;border-radius:30px;font-size:16px;font-weight:700;text-decoration:none;color:#fff;box-shadow:0 4px 15px rgba(0,0,0,.3);transition:transform .2s ease-in-out,box-shadow .2s ease-in-out}.page-9o-k__floating-button--register{background:linear-gradient(90deg,#ff4e50,#fc913a)}.page-9o-k__floating-button--login{background:linear-gradient(90deg,#6a11cb,#2575fc)}.page-9o-k__floating-button:hover{transform:translateY(-3px);box-shadow:0 6px 20px rgba(0,0,0,.4)}.page-9o-k__main-content{padding:10px 0;max-width:1200px;margin:0 auto;box-sizing:border-box}.page-9o-k__section{padding:40px 20px;margin-bottom:20px;background-color:#161b22;border-radius:8px;box-shadow:0 2px 10px rgba(0,0,0,.2)}.page-9o-k__section-title{font-size:36px;color:#58a6ff;text-align:center;margin-bottom:30px;font-weight:700;text-transform:uppercase}.page-9o-k__hero-section{position:relative;width:100%;overflow:hidden;padding-top:10px}.page-9o-k__hero-image{width:100%;height:auto;display:block;object-fit:cover;max-height:500px}.page-9o-k__hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(180deg,rgba(13,17,23,.7) 0%,rgba(13,17,23,.9) 70%,#0d1117 100%);display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:20px}.page-9o-k__hero-title{font-size:48px;color:#fff;margin-bottom:15px;line-height:1.2;font-weight:900}.page-9o-k__hero-subtitle{font-size:20px;color:#e6e6e6;margin-bottom:30px;max-width:800px}.page-9o-k__cta-buttons{display:flex;gap:20px;justify-content:center}.page-9o-k__cta-button{padding:15px 30px;border-radius:25px;font-size:18px;font-weight:700;text-decoration:none;color:#fff;background:linear-gradient(90deg,#ff4e50,#fc913a);transition:background .3s ease,transform .2s ease-in-out}.page-9o-k__cta-button:hover{transform:translateY(-2px);background:linear-gradient(90deg,#fc913a,#ff4e50)}.page-9o-k__about-text{font-size:18px;line-height:1.8;text-align:justify;margin-bottom:20px}.page-9o-k__game-categories{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:25px;justify-content:center}.page-9o-k__game-card{background-color:#0d1117;border-radius:8px;overflow:hidden;box-shadow:0 4px 15px rgba(0,0,0,.3);text-align:center;transition:transform .3s ease,box-shadow .3s ease}.page-9o-k__game-card:hover{transform:translateY(-5px);box-shadow:0 6px 20px rgba(0,0,0,.4)}.page-9o-k__game-image{width:100%;height:200px;object-fit:cover;display:block}.page-9o-k__game-title{font-size:22px;color:#58a6ff;padding:15px;margin:0;font-weight:700}.page-9o-k__promo-card{background-color:#0d1117;padding:25px;border-radius:8px;margin-bottom:20px;text-align:center;box-shadow:0 2px 10px rgba(0,0,0,.2)}.page-9o-k__promo-title{font-size:24px;color:#ff4e50;margin-bottom:15px}.page-9o-k__promo-description{font-size:16px;line-height:1.6;margin-bottom:20px}.page-9o-k__provider-logos{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:30px}.page-9o-k__provider-logo{max-width:120px;height:auto;object-fit:contain;transition:transform .2s ease-in-out}.page-9o-k__provider-logo:hover{transform:scale(1.05)}.page-9o-k__payment-methods{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:25px}.page-9o-k__payment-icon{max-width:100px;height:auto;object-fit:contain;transition:transform .2s ease-in-out}.page-9o-k__payment-icon:hover{transform:scale(1.05)}.page-9o-k__faq-list{margin-top:30px}.page-9o-k__faq-item{background-color:#0d1117;border:1px solid #2f363d;border-radius:8px;margin-bottom:15px;overflow:hidden}.page-9o-k__faq-question{display:flex;justify-content:space-between;align-items:center;padding:15px 20px;cursor:pointer;user-select:none;background-color:#161b22;border-bottom:1px solid transparent;transition:background-color .3s ease}.page-9o-k__faq-question h3{margin:0;font-size:18px;color:#c9d1d9;font-weight:600;pointer-events:none}.page-9o-k__faq-toggle{font-size:24px;color:#58a6ff;font-weight:700;transition:transform .3s ease;pointer-events:none}.page-9o-k__faq-item.active .page-9o-k__faq-toggle{transform:rotate(45deg)}.page-9o-k__faq-answer{max-height:0;overflow:hidden;padding:0 15px;opacity:0;transition:max-height .4s cubic-bezier(.4,0,.2,1),padding .4s ease,opacity .4s ease}.page-9o-k__faq-item.active .page-9o-k__faq-answer{max-height:2000px!important;padding:20px 15px!important;opacity:1}.page-9o-k__faq-answer p{margin:0;font-size:16px;line-height:1.6;color:#a3aab1}.page-9o-k__final-cta{text-align:center;padding:40px 20px;background-color:#161b22;border-radius:8px;box-shadow:0 2px 10px rgba(0,0,0,.2)}.page-9o-k__final-cta-title{font-size:32px;color:#ff4e50;margin-bottom:20px}.page-9o-k__final-cta-text{font-size:18px;line-height:1.6;margin-bottom:30px}@media (max-width:1024px){.page-9o-k__hero-title{font-size:40px}.page-9o-k__hero-subtitle{font-size:18px}.page-9o-k__section-title{font-size:32px}.page-9o-k__game-image{height:180px}}.page-9o-k__cta-buttons{flex-direction:column;gap:15px}.page-9o-k__cta-button{width:calc(100% - 40px)}.page-9o-k__hero-image{max-height:400px}.page-9o-k__provider-logo,.page-9o-k__payment-icon{max-width:100px}}@media (max-width:768px){.page-9o-k__main-content{padding:0}.page-9o-k__section{padding:30px 15px;margin-bottom:15px}.page-9o-k__section-title{font-size:28px;margin-bottom:20px}.page-9o-k__hero-title{font-size:36px}.page-9o-k__hero-subtitle{font-size:16px}.page-9o-k__cta-buttons{flex-direction:column;gap:15px}.page-9o-k__cta-button{width:100%;max-width:300px}.page-9o-k__about-text{font-size:16px}.page-9o-k__game-categories{grid-template-columns:1fr;gap:20px}.page-9o-k__game-image{height:160px}.page-9o-k__game-title{font-size:20px}.page-9o-k__promo-title{font-size:22px}.page-9o-k__promo-description{font-size:15px}.page-9o-k__provider-logos,.page-9o-k__payment-methods{gap:20px}.page-9o-k__provider-logo,.page-9o-k__payment-icon{max-width:80px}.page-9o-k__faq-question{padding:12px 15px}.page-9o-k__faq-question h3{font-size:16px}.page-9o-k__faq-answer{padding:0 15px}.page-9o-k__faq-item.active .page-9o-k__faq-answer{padding:15px!important}.page-9o-k__faq-answer p{font-size:14px}.page-9o-k__final-cta-title{font-size:28px}.page-9o-k__final-cta-text{font-size:16px}}@media (max-width:480px){.page-9o-k__hero-title{font-size:30px}.page-9o-k__hero-subtitle{font-size:14px}.page-9o-k__cta-button{padding:12px 25px;font-size:16px}.page-9o-k__section-title{font-size:24px}.page-9o-k__game-card{margin-left:auto;margin-right:auto;max-width:300px}.page-9o-k__provider-logos,.page-9o-k__payment-methods{gap:15px}.page-9o-k__provider-logo,.page-9o-k__payment-icon{max-width:70px}.page-9o-k__faq-question h3{font-size:15px}}