*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{font-size:16px;scroll-behavior:smooth}
body{background:#020202;color:#e8e8e8;font-family:'Segoe UI',Arial,sans-serif;line-height:1.6}
a{color:#AFE329;text-decoration:none}
a:hover{text-decoration:underline}
img{display:block;max-width:100%;height:auto}
#site-header{background:#AFE329;position:sticky;top:0;z-index:1000;width:100%}
.hdr-bar{display:flex;align-items:center;justify-content:space-between;padding:8px 10px;max-width:1200px;margin:0 auto}
.hdr-logo a{display:inline-flex}
.hdr-logo img{width:180px;height:41px;object-fit:contain}
.desk-nav{display:none}
.nav-list{list-style:none;display:flex;align-items:center}
.nav-item{display:flex;align-items:center;position:relative}
.nav-item a{display:inline-flex;align-items:center;padding:10px 14px;color:#020202;font-size:0.95rem;white-space:nowrap;font-weight:600}
.nav-item a:hover{color:#27186C;text-decoration:none}
.nav-arrow{display:inline-flex;align-items:center;padding-left:2px;cursor:pointer;color:#020202;font-size:0.7rem;transition:transform 0.2s;user-select:none}
.nav-has-sub:hover>.nav-arrow{transform:rotate(180deg)}
.nav-sub{display:none;position:absolute;top:calc(100% + 1px);left:0;background:#1a1a1a;list-style:none;z-index:500;white-space:nowrap}
.nav-has-sub:hover>.nav-sub{display:block}
.nav-sub li a{display:inline-flex;align-items:center;padding:8px 14px;color:#e8e8e8;font-size:0.9rem;font-weight:400;width:100%}
.nav-sub li a:hover{color:#AFE329;text-decoration:none}
.desk-auth{display:flex;align-items:center;margin-left:16px}
.btn-login{display:inline-flex;align-items:center;justify-content:center;padding:8px 14px;color:#27186C;border:2px solid #27186C;border-radius:5px;font-size:0.9rem;margin-right:8px;font-weight:600;transition:background 0.2s,color 0.2s}
.btn-login:hover{background:#27186C;color:#fff;text-decoration:none}
.btn-signup{display:inline-flex;align-items:center;justify-content:center;padding:8px 14px;background:#27186C;color:#fff;border:2px solid #27186C;border-radius:5px;font-size:0.9rem;font-weight:700;transition:background 0.2s}
.btn-signup:hover{background:#3d2a9e;border-color:#3d2a9e;text-decoration:none}
.mob-burger{display:flex;flex-direction:column;justify-content:center;background:none;border:none;cursor:pointer;padding:6px}
.mob-burger span{display:block;width:24px;height:2px;background:#020202;margin-bottom:5px}
.mob-burger span:last-child{margin-bottom:0}
.mob-overlay{display:none;position:fixed;top:0;right:0;width:85%;height:100%;background:#1a1a1a;z-index:2000;flex-direction:column;overflow-y:auto}
.mob-overlay.is-open{display:flex}
.mob-topbar{display:flex;align-items:center;justify-content:space-between;padding:12px 14px;background:#AFE329}
.mob-topbar a{display:inline-flex}
.mob-topbar img{width:180px;height:41px;object-fit:contain}
.mob-close{background:none;border:none;color:#020202;font-size:1.8rem;cursor:pointer;line-height:1;padding:0 4px}
.mob-nav-list{list-style:none;padding:10px 0;flex:1}
.mob-nav-item{display:flex;align-items:center;flex-wrap:wrap;border-bottom:1px solid #2a2a2a}
.mob-nav-item a{display:inline-flex;align-items:center;padding:12px 16px;color:#e8e8e8;font-size:1rem;flex:1}
.mob-nav-item a:hover{color:#AFE329;text-decoration:none}
.mob-nav-item .nav-arrow{padding-left:2px;margin-right:14px;color:#AFE329}
.mob-sub{display:none;width:100%;list-style:none;background:#111}
.mob-sub.is-open{display:block}
.mob-sub li a{display:block;padding:10px 28px;color:#c8c8c8;font-size:0.9rem}
.mob-sub li a:hover{color:#AFE329}
.mob-auth{display:flex;padding:14px;margin-top:auto;gap:12px}
.mob-auth .btn-login{flex:1;margin-right:0;color:#AFE329;border-color:#AFE329}
.mob-auth .btn-login:hover{background:#AFE329;color:#020202}
.mob-auth .btn-signup{flex:1}
@media(max-width:299px){.mob-overlay{width:100%}}
@media(min-width:1081px){.desk-nav{display:flex;align-items:center}.mob-burger{display:none}.mob-overlay{display:none!important}}
main{max-width:1200px;margin:0 auto;padding:0 10px}
#rg-intro{padding:40px 0 32px}
#rg-intro h1{font-size:1.75rem;color:#AFE329;margin-bottom:14px;line-height:1.25}
#rg-intro p{color:#c8c8c8;margin-bottom:12px}
#rg-tools{padding:32px 0}
#rg-tools h2{font-size:1.3rem;color:#AFE329;margin-bottom:12px}
#rg-tools p{color:#c8c8c8;margin-bottom:16px}
#rg-table{width:100%;border-collapse:collapse;margin-bottom:8px}
#rg-table th{background:#27186C;color:#fff;padding:10px 14px;text-align:left;font-size:0.88rem}
#rg-table td{padding:10px 14px;color:#c8c8c8;font-size:0.86rem;border-bottom:1px solid #222;vertical-align:top}
#rg-table tr:nth-child(even) td{background:#0f0f0f}
#rg-table td:first-child{color:#e8e8e8;font-weight:600;white-space:nowrap}
@media(max-width:640px){#rg-table,#rg-table thead,#rg-table tbody,#rg-table th,#rg-table td,#rg-table tr{display:block}#rg-table thead{display:none}#rg-table td{padding:8px 12px;font-size:0.83rem}#rg-table td:first-child{background:#27186C;color:#fff;padding:10px 12px;font-size:0.85rem}}
#rg-signs{padding:32px 0}
#rg-signs h2{font-size:1.3rem;color:#AFE329;margin-bottom:12px}
#rg-signs p{color:#c8c8c8;margin-bottom:14px}
#rg-signs-list{padding-left:20px;color:#c8c8c8}
#rg-signs-list li{margin-bottom:8px;font-size:0.93rem;line-height:1.6}
#rg-support{padding:32px 0 48px}
#rg-support h2{font-size:1.3rem;color:#AFE329;margin-bottom:12px}
#rg-support p{color:#c8c8c8;margin-bottom:14px}
#rg-support-list{padding-left:20px;color:#c8c8c8;margin-bottom:16px}
#rg-support-list li{margin-bottom:10px;font-size:0.93rem;line-height:1.6}
#rg-support-list strong{color:#e8e8e8}
#site-footer{background:#AFE329;padding:32px 10px 16px;margin-top:48px}
#ft-inner{max-width:1200px;margin:0 auto}
#ft-nav{display:flex;flex-wrap:wrap;gap:12px;justify-content:center;margin-bottom:24px}
#ft-nav a{color:#020202;font-size:0.88rem;font-weight:600}
#ft-nav a:hover{text-decoration:underline}
#ft-pay-label,#ft-prov-label{font-size:0.8rem;font-weight:700;color:#020202;text-align:center;margin-bottom:10px;text-transform:uppercase;letter-spacing:.05em}
#pay-carousel,#prov-carousel{display:flex;flex-wrap:wrap;gap:16px;justify-content:center;align-items:center;margin-bottom:24px}
#pay-carousel img,#prov-carousel img{object-fit:contain;height:auto}
#ft-bottom{display:flex;flex-direction:column;align-items:center;gap:16px;padding-top:16px}
#ft-license{font-size:0.76rem;color:#1a1a1a;text-align:center;line-height:1.6}
#ft-trust{display:flex;align-items:center;gap:16px}
#ft-trust img{object-fit:contain}
@media(min-width:769px){#ft-bottom{flex-direction:row;justify-content:space-between;align-items:flex-start}#ft-license{text-align:left}#ft-trust{flex-shrink:0}}