@charset "UTF-8";*,*:before,*:after{box-sizing:border-box}html{font-size:16px}body{margin:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;color:#111827;background-color:#fff;line-height:1.6}h1,h2,h3,h4{font-weight:600;line-height:1.25;margin:0 0 1rem}h1{font-size:2.25rem}h2{font-size:1.5rem}h3{font-size:1.25rem}p{margin:0 0 1rem}a{color:#111;text-decoration:none}a:hover{text-decoration:underline}html,body{min-height:100%}[data-theme=dark] html,[data-theme=dark] body{background:linear-gradient(180deg,#0b0f14,#0d1218)}.text-green{color:green}.text-red{color:red}.container{max-width:1200px;margin:0 auto;padding:0 1rem}.site-header{border-bottom:1px solid #79c21d;background:#111;position:relative;z-index:200;color:#fff;height:100px;align-content:center}.site-header .container{display:flex;align-items:center;justify-content:space-between;height:64px}.site-nav>ul{list-style:none;display:flex;gap:2rem;margin:0 0 0 100px;padding:0;align-items:center}.site-nav a{font-size:.875rem;color:#fff;text-decoration:none}.site-set{display:flex;gap:20px}.site-nav a{position:relative}.site-nav a.is-active{font-weight:600;color:#79c21d;padding-left:.75rem}.site-nav a.is-active:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:3px;height:1.2em;background:#79c21d;border-radius:2px}.nav-dropdown{position:relative}.nav-dropdown-toggle,.nav-dropdown-toggle a{cursor:pointer;display:flex;align-items:center;gap:.25rem}.nav-dropdown-toggle.is-active{font-weight:600;color:#79c21d}.dropdown-arrow{font-size:.6rem;transition:transform .2s ease}.nav-dropdown:hover .dropdown-arrow{transform:rotate(180deg)}.nav-dropdown-menu{display:none;position:absolute;top:100%;left:0;min-width:220px;background:#000;border:1px solid #333;list-style:none;padding:.5rem}.nav-dropdown:hover>.nav-dropdown-menu{display:block}.nav-dropdown-menu a{display:block;padding:.5rem 1rem;white-space:nowrap}.site-logo{position:relative}.site-logo-link{display:flex;align-items:center;text-decoration:none}.site-logo img{height:48px}.site-logo-text{position:absolute;top:30px;left:55px;font-size:.8rem;font-weight:500;text-transform:uppercase;line-height:1.2;color:#fffc;white-space:nowrap}.logo-dark{display:none}.lang-switch{display:flex;gap:.25rem;font-size:.75rem}.lang-switch a{color:#6b7280;text-decoration:none}.lang-switch a.active{font-weight:600;color:#79c21d}.nav-toggle{display:none;background:none;border:none;cursor:pointer}.nav-toggle span{display:block;width:24px;height:2px;background:#f1f1f1;margin:5px 0}@media(max-width:1024px){.site-nav,.site-set,.lang-switch{display:none}.nav-toggle{display:block}}.site-footer{margin-top:auto;border-top:3px solid #79c21d;background:#0d1117;padding:3rem 0 2.5rem;font-size:.85rem;color:#fff}.footer-grid{display:grid;grid-template-columns:1.5fr 1fr;gap:2rem;align-items:start}.footer-brand{max-width:520px}.footer-brand strong{color:#fff;font-weight:600}.footer-brand strong span{color:#79c21d}.footer-brand p{margin-top:.75rem;line-height:1.6}.footer-nav{display:flex;flex-direction:column;gap:.5rem}.footer-nav a{color:#fff;text-decoration:none}.footer-nav a:hover{color:#79c21d}.footer-legal{margin-top:2.5rem;padding-top:1rem;border-top:1px solid #e5e7eb;font-size:.75rem;color:#6b7280;display:flex;justify-content:space-between;flex-wrap:wrap;gap:.5rem}@media(max-width:768px){.footer-grid{grid-template-columns:1fr}.footer-legal{flex-direction:column}}.hero{position:relative;padding:8rem 0;overflow:hidden;min-height:800px;background-repeat:no-repeat;background-position:center}@media(min-width:1400px){.hero{background:url(/build/assets/hero-bg-DV-yNxxe.jpg);background-size:cover;background-position:center}}@media(max-width:1200px){.hero{background:url(../img/hero-bg-800.png);background-size:cover;background-position:right}}@media(max-width:760px){.hero{background:url(../img/hero-bg-400.png);background-size:cover;background-position:right}}.hero:after{content:"";position:absolute;left:0;bottom:0;width:100%;height:1px;background:#79c21d}.hero-inner{position:relative;z-index:2}.hero h1{max-width:760px;margin-bottom:1.5rem}.hero-lead{max-width:720px;font-size:1.05rem;line-height:1.7;color:#6b7280}.hero-actions{margin-top:2.5rem;display:flex;gap:1rem;flex-wrap:wrap}[data-theme=dark] .hero{background:"../../img/hero-bg.png";background-size:center;background-position:center;background-repeat:no-repeat}[data-theme=dark] .hero:before{content:"";position:absolute;top:0;left:0;width:100%;height:220px;background:linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.02),transparent);pointer-events:none}[data-theme=dark] .hero{background:url(/build/assets/hero-bg-dark-CCePob2h.jpg);background-size:cover;background-position:center;background-repeat:no-repeat}[data-theme=dark] .hero h1{color:#fff}[data-theme=dark] .hero-lead{color:#ffffffc7}@media(max-width:768px){.hero{padding:4.5rem 0 3.5rem}.hero-actions{gap:.75rem}}.cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:2rem;margin-top:4rem}.card{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:2rem;position:relative;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.card-title{font-size:1.05rem;font-weight:600;margin-bottom:.5rem}.card-text{font-size:.9rem;line-height:1.6;color:#6b7280}@media(hover:hover){.card:hover{transform:translateY(-4px);box-shadow:0 12px 28px #00000014;border-color:#1111114d}}[data-theme=dark] .card{background:#0e1116;border-color:#ffffff14}[data-theme=dark] .card-text{color:#ffffffbf}@media(hover:hover){[data-theme=dark] .card:hover{box-shadow:0 14px 32px #0009;border-color:#1116}}@media(max-width:768px){.cards{gap:1rem}.card{padding:1rem}}.mobile-nav{position:fixed;top:0;right:0;width:70%;height:100vh;background:#fff;border-left:1px solid #e5e7eb;padding:1.5rem;z-index:300;transform:translate(100%);transition:transform .35s cubic-bezier(.4,0,.2,1)}.mobile-nav{box-shadow:-20px 0 40px #00000026}.mobile-nav.is-open{transform:translate(0)}.mobile-nav ul{list-style:none;padding:0;margin:0}.mobile-nav li{margin-bottom:1rem}.mobile-nav a{font-size:1rem;color:#111827;text-decoration:none}.mobile-nav a.active,.mobile-nav a[aria-current=page]{font-weight:600;color:#111;position:relative;padding-left:.75rem}.mobile-nav a.active:before,.mobile-nav a[aria-current=page]:before{content:"";position:absolute;left:0;top:.25rem;width:3px;height:calc(100% - .5rem);background:#111;border-radius:2px}.accordion-content a.active,.accordion-content a[aria-current=page]{font-weight:600;color:#111}.accordion-arrow{font-size:.8rem;transition:transform .25s ease}.mobile-accordion.is-open .accordion-arrow{transform:rotate(180deg)}.mobile-nav-header{display:flex;justify-content:space-between;align-items:center;padding-bottom:1rem;margin-bottom:1rem;border-bottom:1px solid #e5e7eb}.mobile-nav-utils{display:flex;align-items:center;gap:1rem}.mobile-accordion .accordion-toggle{width:100%;background:none;border:none;font-size:1rem;display:flex;justify-content:space-between;cursor:pointer}.accordion-content{display:none;padding-left:1rem;margin-top:.5rem}.mobile-accordion.is-open .accordion-content{display:flex;flex-direction:column;gap:.75rem}.accordion-content a{display:block;width:100%;font-size:.95rem}[data-theme=dark] .mobile-nav{background:#0e1116;border-color:#ffffff14}[data-theme=dark] .mobile-nav a,[data-theme=dark] .accordion-toggle{color:#fff}[data-theme=dark] .accordion-toggle{align-items:center}[data-theme=dark] .mobile-nav-overlay{background:#0009;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}[data-theme=dark] .mobile-nav a.active,[data-theme=dark] .mobile-nav a[aria-current=page]{color:#fff}[data-theme=dark] .mobile-nav a.active:before,[data-theme=dark] .mobile-nav a[aria-current=page]:before{background:#79c21d}[data-theme=dark] .mobile-nav-header{border-color:#ffffff14}.mobile-nav-overlay{position:fixed;inset:0;background:#00000073;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);opacity:0;pointer-events:none;transition:opacity .25s ease;z-index:250}.mobile-nav-overlay.is-open{opacity:1;pointer-events:auto}.mobile-nav-close{position:absolute;top:1rem;right:1rem;background:none;border:none;font-size:1.25rem;line-height:1;cursor:pointer;color:#111827}[data-theme=dark] .mobile-nav-close{color:#fff}.hero-section-title,.betpass-section-title{border-left:6px solid #79c21d;padding-left:20px;margin-bottom:20px;line-height:1}.hero-section-title h1,.betpass-section-title h1{font-size:50px;text-transform:uppercase;margin:0!important}.hero-section-title h3,.betpass-section-title h3{font-size:26px;text-transform:uppercase;color:#555}.hero-section-title h5,.betpass-section-title h5{font-size:15px;text-transform:uppercase;color:#111;margin:0!important}.hero-section-title span,.betpass-section-title span{color:#79c21d}@media(max-width:768px){.hero-section-title h1,.betpass-section-title h1{font-size:30px}}.page-intro{padding:4rem 0;border-bottom:1px solid #79c21d;background:url(/build/assets/background-Bzn-XOVL.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;min-height:300px}@media(max-width:768px){.page-intro{padding:20px 0;min-height:100px}}.page-intro .section-title{position:relative;border-left:6px solid #79c21d;padding-left:20px;margin-bottom:20px}.page-intro .section-title h1{display:flex;flex-wrap:wrap;font-size:2.25rem;text-transform:uppercase;margin-bottom:0}.page-intro .section-title h1 span{color:#79c21d}.page-intro .section-title h2{margin:0}.page-intro .section-title h3{font-size:26px;text-transform:uppercase;color:#555}.page-intro .section-title span{display:block;color:#79c21d}.page-intro .section-title .img-player{position:absolute;top:0;right:0;justify-items:center}.page-intro .section-title .img-player p{font-size:12px;color:#555;text-align:center;line-height:1}@media(max-width:768px){.page-intro .section-title .img-player{width:80px}.page-intro .section-title .img-player img{width:100%}.page-intro .section-title .img-player p{font-size:10px}.page-intro .section-title h1{font-size:30px}}[data-theme=dark] .page-intro{background:url(/build/assets/background-dark-Bk_DnFbN.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;color:#fffc}[data-theme=dark] .page-intro .section-title{border-left:6px solid #79c21d;padding-left:20px;margin-bottom:20px}[data-theme=dark] .page-intro .section-title h1{color:#fff}[data-theme=dark] .page-intro .section-title h3{color:#555}[data-theme=dark] .page-intro .section-title span{color:#79c21d}.betpass{position:relative;padding:8rem 0;overflow:hidden;min-height:800px;background-repeat:no-repeat;background-position:center}@media(min-width:1400px){.betpass{background:url(/build/assets/betpass-bg-DqWM-JHC.jpg);background-size:cover;background-position:center}}@media(max-width:1200px){.betpass{background:url(../img/hero-bg-800.png);background-size:cover;background-position:right}}@media(max-width:760px){.betpass{background:url(../img/hero-bg-400.png);background-size:cover;background-position:right}}.betpass:after{content:"";position:absolute;left:0;bottom:0;width:100%;height:1px;background:#79c21d}.betpass-inner{position:relative;z-index:2}.betpass h1{max-width:760px;margin-bottom:1.5rem}.betpass-lead{max-width:720px;font-size:1.05rem;line-height:1.7;color:#6b7280}.betpass-actions{margin-top:2.5rem;display:flex;gap:1rem;flex-wrap:wrap}.client-block{position:relative}.client-block img{position:absolute;top:-120px;right:0;border:1px solid #cecece}@media(max-width:768px){.client-block img{top:-80px;max-height:100px}}.client-block p{margin:0}.betpass-card-info{margin-bottom:10px}.betpass-card-info p{margin-bottom:0!important}.verifi-block{margin:40px 0}.verifi-block strong{color:#79c21d}.verifi-block p{margin-bottom:0}.verifi-block form{margin-bottom:10px}@media(max-width:768px){.verifi-block p{display:flex;justify-content:space-between}}.verdikt{padding:20px}.verdikt h1.text-green{text-align:center;padding:15px;background:#e5f8cd;border:1px solid #79c21d;border-radius:12px}.verdikt h1.text-red{text-align:center;padding:15px;background:#ffe6e6;border:1px solid #ff9999;border-radius:12px}@media(max-width:768px){.verdikt h1{font-size:26px}}[data-theme=dark] .betpass{background:url(/build/assets/betpass-bg-dark-BNVVfzg1.jpg);background-size:cover;background-position:center;background-repeat:no-repeat}[data-theme=dark] .betpass h1{color:#fff}[data-theme=dark] .betpass-lead{color:#ffffffc7}[data-theme=dark] .verifi-block{color:#fffc}@media(max-width:768px){.betpass{padding:4.5rem 0 3.5rem}.betpass-actions{gap:.75rem}}input,select,textarea{width:100%;padding:.5rem;border:1px solid #e5e7eb;font-size:.875rem;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}label{display:block;margin-bottom:.25rem;font-size:.75rem;color:#6b7280}.form-wrapper{max-width:520px;margin:0 auto}.form-block{background:#fff;border:1px solid #e5e7eb;padding:2.5rem}.form-block label{display:block;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;margin-bottom:.35rem}.form-block input,.form-block textarea,.form-block select{width:100%;background:transparent;border:1px solid #e5e7eb;padding:.65rem .75rem;font-size:.9rem;transition:border-color .2s ease,box-shadow .2s ease}.form-block input:focus,.form-block textarea:focus,.form-block select:focus{outline:none;border-color:#111827;box-shadow:0 0 0 1px #11182740}.form-actions{margin-top:2rem}.form-actions .button{width:100%}.form-message{margin-top:2rem;padding:1rem;font-size:.85rem;border:1px solid}.form-message--success{border-color:#4caf50;color:#2e7d32;background:#4caf5014}.form-message--error{border-color:#e53935;color:#b71c1c;background:#e5393514}[data-theme=dark] .form-block{background:#14182099;border-color:#ffffff14;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}[data-theme=dark] .form-block label{color:#ffffffa6}[data-theme=dark] .form-block input,[data-theme=dark] .form-block textarea,[data-theme=dark] .form-block select{border-color:#ffffff26;color:#fff}[data-theme=dark] .form-block input:focus,[data-theme=dark] .form-block textarea:focus{border-color:#fff;box-shadow:0 0 0 1px #ffffff59}[data-theme=dark] .form-message--success{color:#a5d6a7;border-color:#a5d6a766}[data-theme=dark] .form-message--error{color:#ef9a9a;border-color:#ef9a9a66}.button,button{display:inline-block;padding:.7rem 1.4rem;font-size:.875rem;font-weight:500;border:1px solid #111111;background-color:#111;color:#fff;cursor:pointer}.button--secondary{background-color:transparent;color:#111}[data-theme=dark] .button,[data-theme=dark] button{border-color:#fff;color:#fff!important}[data-theme=dark] .button--secondary{background-color:transparent;border:1px solid rgba(255,255,255,.5);color:#fff!important}[data-theme=dark] .button--secondary:hover{background-color:#ffffff1a}table{width:100%;border-collapse:collapse;font-size:.875rem}th,td{padding:.5rem;border:1px solid #e5e7eb;text-align:left}th{background-color:#f9fafb;font-weight:600}.theme-toggle{display:flex;align-items:center;gap:.4rem;cursor:pointer;font-size:.75rem;color:#6b7280;-webkit-user-select:none;user-select:none}.theme-toggle span{width:36px;height:18px;background:#2a2f36;border-radius:20px;position:relative;transition:background .2s ease}.theme-toggle span:after{content:"";position:absolute;top:2px;left:2px;width:14px;height:14px;background:#fff;border-radius:50%;transition:transform .2s ease}[data-theme=dark] .theme-toggle span{background:#2a2f36}[data-theme=dark] .theme-toggle span:after{transform:translate(18px)}.scroll-top{position:fixed;right:1.5rem;bottom:1.5rem;width:42px;height:42px;border-radius:50%;background:#111;color:#fff;border:none;cursor:pointer;font-size:1.2rem;display:none;align-items:center;justify-content:center;box-shadow:0 10px 25px #00000040;z-index:500}.scroll-top.is-visible{display:flex}[data-theme=dark] .scroll-top{box-shadow:0 12px 28px #0009}.home-sections{background:#fff;padding:4rem 0}.sections-grid{display:grid;grid-template-columns:auto auto;gap:2rem}.section-box{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:2rem;display:flex;flex-direction:column;transform:translateY(-4px);transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease;box-shadow:0 12px 28px #0000001f;border-color:#11111159}.section-box h2{font-size:1.1rem;margin-bottom:.75rem;color:#79c21d}.section-box p{font-size:.95rem;line-height:1.6;color:#6b7280;margin-bottom:.75rem}.section-box p:last-of-type{margin-bottom:auto}.section-link{margin-top:1rem;font-size:.9rem;font-weight:600;color:#111;text-decoration:none}@media(hover:hover){.section-box:hover{transform:translateY(0);box-shadow:none}}[data-theme=dark] .section-box{background:#0e1116;border-color:#1116;box-shadow:0 14px 32px #0009}[data-theme=dark] .section-box h2{color:#79c21d}[data-theme=dark] .section-box p{color:#ffffffbf}[data-theme=dark] .section-link{color:#2b2b2b}[data-theme=dark] .section-link:hover{color:#fff}@media(hover:hover){[data-theme=dark] .section-box:hover{border-color:#ffffff08;box-shadow:none}}[data-theme=dark] .home-sections{background:linear-gradient(180deg,#0b0f14,#0d1218)}@media(max-width:768px){.sections-grid{grid-template-columns:auto;gap:1rem}.section-box{padding:1rem;transform:none}}.section-box{border:1px solid #e5e7eb;padding:2rem;background-color:#fff}.section-box h2{font-size:1.25rem;margin-bottom:.5rem}.section-box p{font-size:.9375rem;color:#4b5563;margin-bottom:.5rem}.section-link{display:inline-block;margin-top:.5rem;font-size:.875rem;font-weight:500;color:#111;text-decoration:none}.section-link:hover{text-decoration:underline}.page-lead{max-width:720px;font-size:1.125rem;color:#4b5563}.page-content{padding:4rem 0}.content-narrow{max-width:1000px}.content-block{text-align:justify}.page-content h2{margin-top:2rem;margin-bottom:.5rem;font-size:1.375rem}.page-content p{margin-bottom:.5rem;font-size:.9375rem;color:#4b5563}.page-actions{margin-top:2rem}.page-content{line-height:1.65}.page-content h2{margin-top:4rem;margin-bottom:.5rem;font-size:1.375rem;font-weight:600;color:#111827}.page-content p{margin-bottom:1rem;font-size:.95rem;color:#4b5563}.page-content ul{margin-bottom:1rem;padding-left:1.25rem}.page-content ul li{margin-bottom:.4rem;list-style:disc}.page-content article h2{margin-top:0}.page-content a{text-decoration:none;border-bottom:1px solid #e5e7eb}.page-content a:hover{border-color:#111827}.text-muted{font-size:.8rem;color:#6b7280}[data-theme=dark] .page-lead{color:#ffffffbf}[data-theme=dark] .page-content{background:#0b0f14}[data-theme=dark] .page-content h2{color:#fff}[data-theme=dark] .page-content p,[data-theme=dark] .page-content li{color:#ffffffbf}[data-theme=dark] .page-content a{border-color:#ffffff40;color:#fff}[data-theme=dark] .page-content a:hover{border-color:#fff}[data-theme=dark] .page-content .text-muted{color:#ffffff80}body{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Helvetica Neue,Arial,sans-serif;color:#1f2937}header.admin{background:#000;color:#fff}header.admin .container{display:flex;justify-content:space-between;align-items:center;height:50px}header.admin .admin-nav{display:flex;gap:15px}header.admin a{color:#fff;text-decoration:none}header.admin a:hover{text-decoration:underline}table{width:100%;border-collapse:collapse;background:#fff}table th,table td{border:1px solid #e5e7eb;padding:.5rem .75rem;vertical-align:top}table th{background:#f3f4f6;font-weight:600;text-align:left;font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;color:#374151}table td{font-size:.875rem}table tr:nth-child(2n){background:#fafafa}button{border:none;cursor:pointer;font-size:.75rem;line-height:1;border-radius:.25rem;padding:.35rem .6rem}button.bg-green-600{background-color:#16a34a}button.bg-green-600:hover{background-color:#15803d}button.bg-red-600{background-color:#dc2626}button.bg-red-600:hover{background-color:#b91c1c}.status{display:inline-block;padding:.2rem .5rem;border-radius:999px;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em}.status--pending{background:#fef3c7;color:#92400e}.status--passed{background:#dcfce7;color:#166534}.status--failed{background:#fee2e2;color:#991b1b}.status--expired{background:#e5e7eb;color:#374151}.font-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.text-center{text-align:center}.opacity-60{opacity:.6}
