.WithdrawalProcess-module__pd-2yq__section{background-color:var(--secondary)}.WithdrawalProcess-module__pd-2yq__subtitle{color:var(--text-secondary);max-width:800px;margin-bottom:4rem;margin-left:auto;margin-right:auto;font-size:1.1rem;line-height:1.6}.WithdrawalProcess-module__pd-2yq__methodsGrid{grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:3rem;display:grid}.WithdrawalProcess-module__pd-2yq__methodCard{background:var(--background);border-radius:var(--radius-lg);border:1px solid var(--border);text-align:center;box-shadow:var(--shadow-dark);padding:2.5rem 2rem;transition:all .3s}.WithdrawalProcess-module__pd-2yq__methodCard:hover{border-color:#ff7a0066;transform:translateY(-5px);box-shadow:0 10px 25px #ff7a001a}.WithdrawalProcess-module__pd-2yq__icon{border:1px solid var(--border);background:#ffffff08;border-radius:50%;width:80px;height:80px;margin-bottom:1.2rem;font-size:3rem;line-height:80px;display:inline-block}.WithdrawalProcess-module__pd-2yq__methodCard h3{color:var(--primary);font-size:1.3rem;font-weight:700;font-family:var(--font-fjalla), sans-serif;letter-spacing:.5px;margin-bottom:.5rem}.WithdrawalProcess-module__pd-2yq__methodCard p{color:var(--text-primary);margin-bottom:1rem;font-size:1.05rem;font-weight:600}.WithdrawalProcess-module__pd-2yq__methodDetails{line-height:1.5;color:var(--text-muted)!important;margin-bottom:0!important;font-size:.9rem!important;font-weight:400!important}.WithdrawalProcess-module__pd-2yq__recordsBox{background:linear-gradient(145deg, var(--background) 0%, #ff7a000d 100%);border:1px solid var(--border);border-radius:var(--radius-lg);text-align:center;max-width:800px;margin:0 auto;padding:3rem}.WithdrawalProcess-module__pd-2yq__recordSub{color:var(--primary);font-size:1.5rem;font-weight:700;font-family:var(--font-fjalla), sans-serif;margin-bottom:1.5rem}@media (max-width:768px){.WithdrawalProcess-module__pd-2yq__methodsGrid{grid-template-columns:1fr}.WithdrawalProcess-module__pd-2yq__recordsBox{padding:2rem 1.5rem}}
.Bonuses-module__GrccZq__section{background-color:var(--secondary)}.Bonuses-module__GrccZq__grid{grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3rem;display:grid}.Bonuses-module__GrccZq__card{background:var(--background);border-radius:var(--radius-md);border:1px solid var(--border);padding:2.5rem 2rem;position:relative;overflow:hidden}.Bonuses-module__GrccZq__badge{background:var(--primary);color:#000;padding:5px 40px;font-size:.75rem;font-weight:700;position:absolute;top:1rem;right:-2rem;transform:rotate(45deg);box-shadow:0 2px 10px #00000026}.Bonuses-module__GrccZq__card h3{color:var(--primary);margin-bottom:1rem;font-size:1.5rem}.Bonuses-module__GrccZq__card p{color:var(--text-secondary);margin-bottom:1.5rem;font-size:.95rem;line-height:1.6}.Bonuses-module__GrccZq__list{border-top:1px solid var(--border);padding:1.5rem 0 0;list-style:none}.Bonuses-module__GrccZq__list li{color:var(--text-primary);align-items:center;gap:10px;margin-bottom:.8rem;font-size:.95rem;display:flex}.Bonuses-module__GrccZq__list li:before{content:"✓";color:var(--primary);font-weight:700}@media (max-width:992px){.Bonuses-module__GrccZq__grid{grid-template-columns:1fr;max-width:500px;margin-left:auto;margin-right:auto}}
.ComparisonTable-module__jyl16q__section{background-color:var(--background)}.ComparisonTable-module__jyl16q__subtitle{color:var(--text-secondary);max-width:700px;margin-bottom:3rem;margin-left:auto;margin-right:auto}.ComparisonTable-module__jyl16q__tableWrapper{background:var(--secondary);border-radius:var(--radius-md);border:1px solid var(--border);overflow-x:auto;box-shadow:0 8px 30px #0000000f}.ComparisonTable-module__jyl16q__table{border-collapse:collapse;text-align:left;width:100%}.ComparisonTable-module__jyl16q__table th,.ComparisonTable-module__jyl16q__table td{border-bottom:1px solid var(--border);padding:1.2rem 1.5rem}.ComparisonTable-module__jyl16q__table th{background:rgba(var(--primary-rgb), .08);color:var(--text-primary);font-family:var(--font-fjalla), "Playfair Display", serif;font-size:1.2rem;font-weight:700}.ComparisonTable-module__jyl16q__table td{color:var(--text-secondary);font-size:1rem}.ComparisonTable-module__jyl16q__table tr:last-child td{border-bottom:none}.ComparisonTable-module__jyl16q__highlightCol{background:rgba(var(--primary-rgb), .05);border-left:1px solid var(--border-light);border-right:1px solid var(--border-light);font-weight:600;color:var(--primary)!important}th.ComparisonTable-module__jyl16q__highlightCol{background:rgba(var(--primary-rgb), .15);color:var(--primary)!important}@media (max-width:768px){.ComparisonTable-module__jyl16q__table th,.ComparisonTable-module__jyl16q__table td{padding:1rem;font-size:.9rem}}
.FAQSection-module__DLsHoG__section{background-color:var(--background);position:relative}.FAQSection-module__DLsHoG__faqWrapper{flex-direction:column;gap:1rem;max-width:800px;margin:0 auto;display:flex}.FAQSection-module__DLsHoG__faqItem{background:var(--secondary);border:1px solid var(--border);border-radius:var(--radius-md);transition:all .3s;overflow:hidden}.FAQSection-module__DLsHoG__faqItem:hover{border-color:#ff7a0066}.FAQSection-module__DLsHoG__faqItem.FAQSection-module__DLsHoG__active{border-color:var(--primary);background:linear-gradient(to right, var(--secondary), #ff7a000d);box-shadow:0 5px 25px #ff7a001a}.FAQSection-module__DLsHoG__faqQuestion{cursor:pointer;-webkit-user-select:none;user-select:none;justify-content:space-between;align-items:center;padding:1.5rem 2rem;display:flex}.FAQSection-module__DLsHoG__faqQuestion h3{font-family:var(--font-raleway), sans-serif;color:var(--text-primary);margin:0;font-size:1.15rem;font-weight:600;transition:color .3s}.FAQSection-module__DLsHoG__faqItem.FAQSection-module__DLsHoG__active .FAQSection-module__DLsHoG__faqQuestion h3{color:var(--primary)}.FAQSection-module__DLsHoG__icon{color:var(--text-muted);background:#ffffff08;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:1.5rem;font-weight:300;transition:all .3s;display:flex}.FAQSection-module__DLsHoG__faqItem.FAQSection-module__DLsHoG__active .FAQSection-module__DLsHoG__icon{background:var(--primary);color:#000;transform:rotate(180deg)}.FAQSection-module__DLsHoG__faqAnswer{max-height:0;padding:0 2rem;transition:max-height .3s ease-out;overflow:hidden}.FAQSection-module__DLsHoG__faqItem.FAQSection-module__DLsHoG__active .FAQSection-module__DLsHoG__faqAnswer{max-height:300px;padding-bottom:2rem}.FAQSection-module__DLsHoG__faqAnswer p{color:var(--text-secondary);border-top:1px dashed var(--border);margin:0;padding-top:1.5rem;line-height:1.6}
.Testimonials-module__MlUweW__section{background-color:var(--background);position:relative}.Testimonials-module__MlUweW__grid{grid-template-columns:repeat(2,1fr);gap:2rem;margin-top:3rem;display:grid}.Testimonials-module__MlUweW__card{background:var(--secondary);border-radius:var(--radius-md);border:1px solid var(--border);padding:2.5rem;position:relative}.Testimonials-module__MlUweW__stars{color:var(--primary);letter-spacing:2px;margin-bottom:1rem;font-size:1.5rem}.Testimonials-module__MlUweW__quote{color:var(--text-secondary);margin-bottom:1.5rem;font-size:1.05rem;font-style:italic;line-height:1.7}.Testimonials-module__MlUweW__author{border-top:1px solid #ffffff1a;flex-direction:column;padding-top:1rem;display:flex}.Testimonials-module__MlUweW__author h4{color:var(--text-primary);margin-bottom:.2rem;font-family:Inter,sans-serif;font-size:1.1rem}.Testimonials-module__MlUweW__author span{color:var(--primary);text-transform:uppercase;letter-spacing:1px;font-size:.85rem}@media (max-width:768px){.Testimonials-module__MlUweW__grid{grid-template-columns:1fr}}
.ResponsibleGaming-module__K8pmsW__section{background-color:var(--background);border-top:1px solid var(--border);padding:4rem 0}.ResponsibleGaming-module__K8pmsW__wrapper{background:var(--secondary);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-dark);overflow:hidden}.ResponsibleGaming-module__K8pmsW__warningHeader{border-bottom:1px solid var(--border);background:#0003;align-items:center;gap:1rem;padding:1.5rem 2rem;display:flex}.ResponsibleGaming-module__K8pmsW__icon{opacity:.8;font-size:1.8rem}.ResponsibleGaming-module__K8pmsW__warningHeader h2{color:var(--text-primary);font-size:1.3rem;font-family:var(--font-fjalla), sans-serif;letter-spacing:1px;text-transform:uppercase;margin:0}.ResponsibleGaming-module__K8pmsW__content{padding:2.5rem 2rem}.ResponsibleGaming-module__K8pmsW__intro{color:var(--text-secondary);margin-bottom:2.5rem;font-size:1rem;line-height:1.6}.ResponsibleGaming-module__K8pmsW__grid{grid-template-columns:2fr 1fr;gap:3rem;display:grid}.ResponsibleGaming-module__K8pmsW__col h3{color:var(--text-primary);font-size:1.2rem;font-family:var(--font-raleway), sans-serif;border-bottom:1px dashed var(--border);margin-bottom:1.2rem;padding-bottom:.8rem}.ResponsibleGaming-module__K8pmsW__list{padding:0;list-style:none}.ResponsibleGaming-module__K8pmsW__list li{color:var(--text-secondary);align-items:flex-start;gap:10px;margin-bottom:1rem;font-size:.95rem;line-height:1.5;display:flex}.ResponsibleGaming-module__K8pmsW__list li:before{content:"•";color:var(--primary);font-size:1.5rem;line-height:1}.ResponsibleGaming-module__K8pmsW__age{border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text-secondary);text-align:center;background:#ffffff08;padding:1.5rem;font-size:.95rem;line-height:1.6}.ResponsibleGaming-module__K8pmsW__age strong{color:var(--primary);font-size:3rem;font-family:var(--font-fjalla), sans-serif;margin:.5rem 0;display:block}@media (max-width:992px){.ResponsibleGaming-module__K8pmsW__grid{grid-template-columns:1fr;gap:2.5rem}}
