*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{font-size:16px;scroll-behavior:smooth;overflow-x:hidden}
body{background-color:#1c8042;color:#fff;font-family:'Segoe UI',Arial,sans-serif;line-height:1.6;overflow-x:hidden;width:100%}
a{color:#fcf128;text-decoration:none}
a:hover{text-decoration:underline}
img{display:block;max-width:100%;height:auto}
#site-header{background-color:#166a37;position:sticky;top:0;z-index:900;box-shadow:0 2px 8px rgba(0,0,0,.35)}
#hdr-inner{max-width:1200px;margin:0 auto;padding:0 10px;height:64px;display:flex;align-items:center;gap:16px}
#logo-box{display:flex;align-items:center;flex-shrink:0}
#logo-box img{width:180px;max-width:calc(100vw - 80px);height:auto;object-fit:contain}
#desk-nav{flex:1}
#nav-list{list-style:none;display:flex;align-items:center;gap:4px}
#nav-list>li{position:relative}
#nav-list>li>a,#nav-list .nav-cur{display:inline-flex;align-items:center;padding:8px 12px;color:#fff;font-weight:600;font-size:.9rem;border-radius:4px;white-space:nowrap}
#nav-list>li>a:hover{background:rgba(255,255,255,.12);text-decoration:none}
#nav-list .nav-cur{color:#fcf128;cursor:default}
.has-sub{display:flex;align-items:center}
.has-sub::before{content:'';position:absolute;bottom:-5px;left:0;width:100%;height:5px;background:transparent}
.sub-arr{display:inline-block;font-size:.65rem;padding:8px 6px 8px 2px;color:#fff;cursor:pointer;transition:transform .2s}
.has-sub:hover .sub-arr{transform:rotate(180deg)}
.sub-menu{display:none;position:absolute;top:calc(100% + 5px);left:0;background:#166a37;border-radius:4px;box-shadow:0 4px 16px rgba(0,0,0,.4);list-style:none;z-index:200;min-width:120px}
.sub-menu li{display:block}
.sub-menu li a,.sub-menu .sub-cur{display:block;padding:8px 16px;color:#fff;font-weight:500;white-space:nowrap;font-size:.88rem}
.sub-menu .sub-cur{color:#fcf128;cursor:default}
.sub-menu li a:hover{background:rgba(255,255,255,.1);text-decoration:none}
.has-sub:hover .sub-menu{display:block}
#auth-btns{display:flex;align-items:center;gap:8px;flex-shrink:0}
.btn-signin{padding:7px 14px;border:2px solid #fcf128;border-radius:4px;color:#fcf128;font-weight:700;font-size:.85rem;white-space:nowrap}
.btn-signin:hover{background:#fcf128;color:#166a37;text-decoration:none}
.btn-signup{padding:7px 14px;background:#fcf128;border-radius:4px;color:#166a37;font-weight:700;font-size:.85rem;white-space:nowrap}
.btn-signup:hover{background:#e8da10;text-decoration:none}
#hamburger{display:none;flex-direction:column;justify-content:space-between;width:28px;height:20px;background:none;border:none;cursor:pointer;padding:0;margin-left:auto;flex-shrink:0}
#hamburger span{display:block;width:100%;height:3px;background:#fff;border-radius:2px}
#mob-menu{display:none;position:fixed;top:0;right:0;width:85%;max-width:340px;height:100%;background:#166a37;z-index:1000;overflow-y:auto;overflow-x:hidden;padding:16px}
#mob-menu.open{display:block}
#mob-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px}
#mob-top img{max-width:calc(100% - 48px);height:auto}
#mob-close{background:none;border:none;color:#fff;font-size:1.4rem;cursor:pointer;line-height:1;padding:4px 8px;flex-shrink:0}
#mob-list{list-style:none}
#mob-list>li{border-bottom:1px solid rgba(255,255,255,.1);display:flex;flex-wrap:wrap;align-items:center}
#mob-list>li>a,#mob-list .nav-cur{display:block;padding:12px 0;color:#fff;font-weight:600;font-size:.95rem;flex:1;word-break:break-word}
#mob-list .nav-cur{color:#fcf128}
.mob-par{flex:1}
.mob-arr{padding:12px 10px;color:#fcf128;cursor:pointer;font-size:.75rem;transition:transform .2s;flex-shrink:0}
.mob-arr.open{transform:rotate(180deg)}
.mob-sub{display:none;list-style:none;width:100%;padding-left:16px}
.mob-sub.open{display:block}
.mob-sub li{border-bottom:none;display:block}
.mob-sub li a,.mob-sub .nav-cur{display:block;padding:10px 0;font-size:.88rem}
.mob-sub li a{color:#e0f2e9}
.mob-sub .nav-cur{color:#fcf128;font-weight:600}
#mob-auth{display:flex;flex-direction:column;margin-top:20px}
#mob-auth .btn-signin{text-align:center;padding:10px;display:block;margin-bottom:10px;width:100%}
#mob-auth .btn-signup{text-align:center;padding:10px;display:block;width:100%}
#mob-overlay{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.55);z-index:999}
#mob-overlay.open{display:block}
.btn-cta{display:inline-block;background:#fcf128;color:#166a37;font-weight:800;padding:12px 24px;border-radius:5px;font-size:1rem;transition:background .2s,transform .15s;text-align:center;cursor:pointer;max-width:100%}
.btn-cta:hover{background:#e8da10;text-decoration:none;transform:translateY(-2px)}
.btn-cta-out{display:inline-block;border:2px solid #fcf128;color:#fcf128;font-weight:700;padding:10px 22px;border-radius:5px;font-size:1rem;text-align:center;transition:background .2s;max-width:100%}
.btn-cta-out:hover{background:#fcf128;color:#166a37;text-decoration:none}
.cta-wrap{text-align:center;margin-top:28px}
.cta-wrap-left{display:flex;gap:12px;flex-wrap:wrap;margin-top:24px}
#avi-hero{background:linear-gradient(135deg,#060f18 0%,#0d2a1a 50%,#145530 100%);padding:60px 10px;position:relative;overflow:hidden}
#avi-hero-bg{position:absolute;inset:0;background:radial-gradient(ellipse at 70% 40%,rgba(252,241,40,.06) 0%,transparent 60%);pointer-events:none}
#avi-hero-in{max-width:1200px;margin:0 auto;display:flex;align-items:center;gap:40px;position:relative;z-index:1}
#avi-hero-txt{flex:1;min-width:0}
#avi-badge{display:inline-block;background:rgba(252,241,40,.15);border:1px solid rgba(252,241,40,.35);color:#fcf128;font-size:.78rem;font-weight:700;letter-spacing:.06em;padding:5px 12px;border-radius:20px;margin-bottom:14px;text-transform:uppercase}
#avi-hero-txt h1{font-size:2.2rem;font-weight:900;line-height:1.2;color:#fcf128;margin-bottom:16px;word-break:break-word}
#avi-hero-txt p{font-size:1rem;line-height:1.7;color:#e8f5e9;margin-bottom:0}
#avi-hero-stats{display:flex;flex-wrap:wrap;gap:12px;margin-top:20px}
.avi-stat{background:rgba(255,255,255,.07);border-radius:8px;padding:12px 16px;display:flex;flex-direction:column;gap:2px;min-width:0}
.avi-stat-val{font-size:1.1rem;font-weight:900;color:#fcf128;word-break:break-word}
.avi-stat-lbl{font-size:.72rem;color:#d4f0d4;text-transform:uppercase;letter-spacing:.05em}
#avi-hero-visual{flex-shrink:0;width:300px;max-width:100%}
#avi-hero-visual svg{width:100%;height:auto;border-radius:12px}
#how-aviator{padding:60px 10px;background:#165f32}
#how-in{max-width:1200px;margin:0 auto}
#how-in h2{font-size:1.8rem;font-weight:800;color:#fcf128;margin-bottom:16px;word-break:break-word}
#how-in p{line-height:1.7;color:#e8f5e9;margin-bottom:16px}
#mech-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:24px}
.mech-step{background:rgba(255,255,255,.08);border-radius:8px;padding:16px;display:flex;gap:12px;align-items:flex-start;min-width:0}
.mech-num{background:#fcf128;color:#166a37;font-weight:900;font-size:.95rem;width:28px;height:28px;min-width:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.mech-txt{font-size:.88rem;color:#e8f5e9;line-height:1.5;word-break:break-word;min-width:0}
#multiplier-section{padding:60px 10px;background:#1c8042}
#multi-in{max-width:1200px;margin:0 auto}
#multi-in h2{font-size:1.8rem;font-weight:800;color:#fcf128;margin-bottom:16px;word-break:break-word}
#multi-in p{line-height:1.7;color:#e8f5e9;margin-bottom:16px}
#multi-tbl-box{overflow-x:auto;-webkit-overflow-scrolling:touch;margin:20px 0;width:100%}
#multi-tbl{width:100%;border-collapse:collapse;table-layout:auto}
#multi-tbl th{background:#166a37;color:#fcf128;padding:10px 12px;text-align:left;font-size:.85rem;white-space:nowrap}
#multi-tbl td{padding:9px 12px;color:#e8f5e9;font-size:.85rem;word-break:break-word}
#multi-tbl tbody tr:nth-child(odd) td{background:rgba(255,255,255,.05)}
#multi-tbl tbody tr:nth-child(even) td{background:rgba(255,255,255,.02)}
#provably-fair{padding:60px 10px;background:#165f32}
#pf-in{max-width:1200px;margin:0 auto}
#pf-in h2{font-size:1.8rem;font-weight:800;color:#fcf128;margin-bottom:16px;word-break:break-word}
#pf-in p{line-height:1.7;color:#e8f5e9;margin-bottom:16px}
#pf-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:24px}
.pf-card{background:rgba(255,255,255,.07);border-radius:8px;padding:18px;display:flex;flex-direction:column;gap:8px;min-width:0}
.pf-ico{font-size:1.5rem}
.pf-title{font-weight:700;font-size:.95rem;color:#fcf128;word-break:break-word}
.pf-desc{font-size:.82rem;color:#e8f5e9;line-height:1.5;word-break:break-word}
#avi-strategy{padding:60px 10px;background:#1c8042}
#strat-in{max-width:1200px;margin:0 auto}
#strat-in h2{font-size:1.8rem;font-weight:800;color:#fcf128;margin-bottom:16px;word-break:break-word}
#strat-in p{line-height:1.7;color:#e8f5e9;margin-bottom:16px}
#strat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:24px}
.strat-card{background:rgba(255,255,255,.07);border-radius:8px;padding:20px;display:flex;flex-direction:column;gap:8px;min-width:0}
.strat-title{font-weight:800;font-size:.95rem;color:#fcf128;word-break:break-word}
.strat-detail{font-size:.85rem;color:#e8f5e9;line-height:1.5;word-break:break-word}
.strat-tag{font-size:.75rem;color:#d4f0d4;font-style:italic;word-break:break-word}
#avi-vs{padding:60px 10px;background:#165f32}
#vs-in{max-width:1200px;margin:0 auto}
#vs-in h2{font-size:1.8rem;font-weight:800;color:#fcf128;margin-bottom:16px;word-break:break-word}
#vs-in p{line-height:1.7;color:#e8f5e9;margin-bottom:16px}
#vs-tbl-box{overflow-x:auto;-webkit-overflow-scrolling:touch;margin:20px 0;width:100%}
#vs-tbl{width:100%;border-collapse:collapse;table-layout:auto}
#vs-tbl th{background:#166a37;color:#fcf128;padding:10px 12px;text-align:left;font-size:.85rem;white-space:nowrap}
#vs-tbl td{padding:9px 12px;color:#e8f5e9;font-size:.85rem;word-break:break-word}
#vs-tbl tbody tr:nth-child(odd) td{background:rgba(255,255,255,.05)}
#vs-tbl tbody tr:nth-child(even) td{background:rgba(255,255,255,.02)}
.vs-highlight td{background:rgba(252,241,40,.08) !important;color:#fff;font-weight:600}
.vs-highlight td:first-child{border-left:3px solid #fcf128}
#avi-faq{padding:60px 10px;background:#1c8042}
#faq-in{max-width:1200px;margin:0 auto}
#faq-in h2{font-size:1.8rem;font-weight:800;color:#fcf128;margin-bottom:20px;word-break:break-word}
#faq-list{display:flex;flex-direction:column;gap:8px}
.faq-item{background:rgba(255,255,255,.07);border-radius:8px;overflow:hidden}
.faq-q{width:100%;background:none;border:none;color:#fff;font-weight:700;font-size:.95rem;text-align:left;padding:16px 48px 16px 16px;cursor:pointer;position:relative;word-break:break-word;line-height:1.4}
.faq-q::after{content:'▼';position:absolute;right:16px;top:50%;transform:translateY(-50%);font-size:.65rem;color:#fcf128;transition:transform .2s}
.faq-q[aria-expanded="true"]::after{transform:translateY(-50%) rotate(180deg)}
.faq-q:hover{background:rgba(255,255,255,.05)}
.faq-a{display:none;padding:0 16px 16px}
.faq-a.open{display:block}
.faq-a p{font-size:.88rem;color:#e8f5e9;line-height:1.65}
#site-footer{background:#166a37;padding:40px 10px 20px}
#ft-in{max-width:1200px;margin:0 auto;text-align:center}
#ft-nav{list-style:none;display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin-bottom:28px}
#ft-nav li a{color:#d4f0d4;font-size:.85rem}
#ft-nav li a:hover{color:#fcf128}
.ft-lbl{font-size:.72rem;text-transform:uppercase;letter-spacing:.07em;color:#d4f0d4;margin-bottom:10px}
#pay-logos,#prov-logos{display:flex;flex-wrap:wrap;gap:12px;justify-content:center;align-items:center;margin-bottom:24px}
#pay-logos img,#prov-logos img{object-fit:contain;opacity:.85;filter:brightness(1.1);max-width:100px;height:auto}
#ft-btm{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;padding-top:16px;margin-top:8px;text-align:left}
#ft-txt p{font-size:.78rem;color:#d4f0d4;line-height:1.6;margin-bottom:6px;word-break:break-word}
#ft-txt a{color:#fcf128}
#ft-trust{display:flex;align-items:center;gap:10px;flex-shrink:0}
#ft-trust img{max-width:100%;height:auto}
@media(max-width:1080px){#desk-nav,#auth-btns{display:none}#hamburger{display:flex}#avi-hero-in{flex-direction:column;text-align:center}#avi-hero-visual{width:260px;margin:0 auto}.cta-wrap-left{justify-content:center}#avi-hero-stats{justify-content:center}#pf-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:968px){#mech-steps{grid-template-columns:repeat(2,1fr)}#strat-grid{grid-template-columns:repeat(2,1fr)}#pf-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:768px){#mech-steps{grid-template-columns:repeat(2,1fr)}#strat-grid{grid-template-columns:1fr}}
@media(max-width:480px){#hdr-inner{height:56px}#logo-box img{width:140px}#avi-hero-txt h1{font-size:1.5rem}#how-in h2,#multi-in h2,#pf-in h2,#strat-in h2,#vs-in h2,#faq-in h2{font-size:1.5rem}#mech-steps{grid-template-columns:1fr}#pf-grid{grid-template-columns:1fr}#strat-grid{grid-template-columns:1fr}#multi-tbl th,#multi-tbl td,#vs-tbl th,#vs-tbl td{font-size:.78rem;padding:7px 8px}#ft-btm{flex-direction:column;align-items:center;text-align:center}#avi-hero,#how-aviator,#multiplier-section,#provably-fair,#avi-strategy,#avi-vs,#avi-faq{padding:40px 10px}#avi-hero-visual{width:200px}.cta-wrap-left{flex-direction:column;align-items:stretch}.cta-wrap-left .btn-cta,.cta-wrap-left .btn-cta-out{width:100%;text-align:center}}
@media(max-width:380px){#logo-box img{width:120px}#avi-hero-txt h1{font-size:1.25rem}#how-in h2,#multi-in h2,#pf-in h2,#strat-in h2,#vs-in h2,#faq-in h2{font-size:1.25rem}.btn-cta{padding:10px 18px;font-size:.92rem}#multi-tbl th,#multi-tbl td,#vs-tbl th,#vs-tbl td{font-size:.72rem;padding:6px 6px}.avi-stat{padding:10px 12px}.avi-stat-val{font-size:.95rem}#avi-hero-visual{width:160px}}
@media(max-width:300px){#mob-menu{width:100%;max-width:100%}#logo-box img{width:100px}#avi-hero-txt h1{font-size:1.05rem}#avi-hero-visual{display:none}#multi-tbl th,#multi-tbl td,#vs-tbl th,#vs-tbl td{font-size:.65rem;padding:5px 4px}#ft-nav li a{font-size:.75rem}#ft-nav{gap:6px}#ft-trust{flex-direction:column;align-items:center}#hdr-inner{padding:0 6px}#avi-hero,#how-aviator,#multiplier-section,#provably-fair,#avi-strategy,#avi-vs,#avi-faq,#site-footer{padding-left:6px;padding-right:6px}.mech-step{padding:10px}.mech-num{width:24px;height:24px;min-width:24px;font-size:.8rem}.faq-q{padding:12px 40px 12px 12px;font-size:.88rem}}
