@import url(https://fonts.googleapis.com/css2?family=Commissioner:wght@100..900&family=Geologica:wght@100..900&display=swap);/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}:root{--dark-green:#1a3a1f;--swamp-green:#2d5a3d;--bright-green:#4caf50;--hover-green:#3d8b40;--gold:#ffd700;--white:#ffffff;--light-gray:#f5f5f5;--transition:all 0.3s ease}body{font-family:Commissioner,sans-serif;background-image:url(../assets/background.jpg);background-size:cover;background-attachment:fixed;color:var(--white)}h1,h2,h3,h4,h5,h6{font-family:Geologica,sans-serif;font-optical-sizing:auto;font-weight:600}.container{max-width:1200px;margin:0 auto}@media (max-width:550px){body{font-size:1rem}}.header{background:linear-gradient(135deg,var(--dark-green),var(--swamp-green));color:var(--white);padding:1rem 0;box-shadow:0 2px 10px rgba(0,0,0,.2);position:relative;z-index:1000}.header__content{max-width:1200px;margin:0 auto;padding:0 1.5rem;display:flex;justify-content:space-between;align-items:center}.header__logo-img{height:50px;width:auto}.header__nav-list{display:flex;list-style:none}.header__nav-list li{margin:0 .8rem;position:relative}.dropdown__toggle,.header__nav-list li a{color:var(--white);text-decoration:none;font-weight:500;padding:.5rem 0;position:relative;transition:var(--transition)}.dropdown__toggle:hover,.header__nav-list li a:hover{color:var(--gold)}.dropdown__toggle::after,.header__nav-list li a::after{content:'';position:absolute;width:0;height:2px;bottom:0;left:0;background-color:var(--gold);transition:var(--transition)}.dropdown__toggle:hover::after,.header__nav-list li a:hover::after{width:100%}.dropdown{position:relative;cursor:pointer}.dropdown__menu{position:absolute;top:100%;left:0;background-color:var(--white);min-width:200px;box-shadow:0 5px 15px rgba(0,0,0,.2);border-radius:4px;opacity:0;visibility:hidden;transform:translateY(10px);transition:var(--transition);z-index:100;list-style:none;padding:.5rem 0}.dropdown:hover .dropdown__menu{opacity:1;visibility:visible;transform:translateY(0)}.dropdown__menu li a{color:var(--dark-green);display:block;padding:.5rem 1rem;transition:var(--transition)}.dropdown__menu li a:hover{background-color:var(--light-gray);color:var(--bright-green)}.header__actions{display:flex;gap:1rem}.btn{padding:.6rem 1.2rem;border:none;border-radius:4px;font-weight:600;cursor:pointer;transition:var(--transition)}.btn--register{background-color:var(--gold);color:var(--dark-green)}.btn--register:hover{background-color:#e6c200;transform:translateY(-2px)}.btn--login{background-color:transparent;color:var(--white);border:1px solid var(--white)}.btn--login:hover{background-color:rgba(255,255,255,.1);transform:translateY(-2px)}.burger{display:none;flex-direction:column;justify-content:space-between;width:24px;height:18px;cursor:pointer;z-index:1001}.burger span{display:block;width:100%;height:2px;background-color:var(--white);transition:var(--transition)}@media (max-width:1100px){.header__nav{position:fixed;top:0;right:-100%;width:80%;max-width:300px;height:100vh;background:linear-gradient(135deg,var(--dark-green),var(--swamp-green));padding:2rem 1.5rem;transition:var(--transition);z-index:1000;overflow-y:auto}.header__nav.active{right:0}.header__nav-list{flex-direction:column}.header__nav-list li{margin:.8rem 0}.dropdown__menu{position:static;opacity:1;visibility:visible;transform:none;max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease;background-color:rgba(0,0,0,.1);box-shadow:none;margin-top:.5rem}.dropdown.active .dropdown__menu{max-height:500px;padding:.5rem 0}.dropdown__menu li a{color:#fff}.burger{display:flex}.burger.active span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.burger.active span:nth-child(2){opacity:0}.burger.active span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}}@media (max-width:480px){.header__content{padding:0 1rem}.header__logo-img{height:30px}.header__actions{gap:.5rem}.btn{padding:.4rem .8rem;font-size:.8rem}.header__nav.active .header__actions{display:flex;flex-direction:column;margin-top:1rem}.header__nav.active .btn{width:100%;margin-bottom:.5rem}}.hero{display:flex;height:100vh;width:100%;overflow:hidden;background:linear-gradient(60deg,var(--dark-green),var(--bright-green));box-shadow:0 0 10px rgba(0,0,0,.5)}.hero__content{flex:0 0 50%;max-width:50%;padding:2rem;display:flex;flex-direction:column;justify-content:center;box-sizing:border-box}.hero h1{font-size:2.8rem;font-weight:700;line-height:1.2;margin-bottom:1.5rem;text-shadow:0 2px 4px rgba(0,0,0,.696);color:var(--gold)}.hero h1::after{content:'';display:block;width:100%;border-radius:4px;height:4px;background:var(--gold);margin-top:1rem}.hero p{font-size:1.2rem;line-height:1.6;max-width:600px;margin-bottom:2rem}.hero__image{flex:0 0 50%;max-width:50%;height:100%;display:flex;align-items:center;justify-content:center;overflow:hidden}.hero__image img{width:100%;height:100%;object-fit:cover;object-position:center;cursor:pointer}.section{padding:2rem 2rem;background:linear-gradient(160deg,var(--dark-green),var(--bright-green));margin:1rem 0;border-radius:10px;box-shadow:0 0 10px rgba(0,0,0,.5);line-height:1.6}.section h2{font-size:2.2rem;font-weight:700;margin-bottom:2rem;color:var(--gold);position:relative;padding-left:20px}.section h2::after{content:'';position:absolute;left:0;top:0;height:100%;width:5px;background:linear-gradient(to bottom,var(--gold),var(--bright-green));border-radius:3px}.section ol,.section ul{max-width:1000px;margin:2.5rem auto;padding:0;list-style:none;display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;counter-reset:feature-counter}.section ul li,section ol li{background:rgba(255,255,255,.05);padding:2rem;border-radius:12px;border:1px solid rgba(255,215,0,.1);position:relative;transition:all .4s cubic-bezier(.175,.885,.32,1.1);overflow:hidden;backdrop-filter:blur(5px);counter-increment:feature-counter}.section ul li::before,section ol li::before{content:counter(feature-counter);position:absolute;top:1rem;right:1rem;font-size:1.8rem;font-weight:700;color:rgba(255,215,0,.15);line-height:1}.section ul li::after,section ol li::after{content:'';position:absolute;bottom:0;left:0;width:100%;height:3px;background:linear-gradient(90deg,var(--gold),var(--bright-green));transform:scaleX(0);transform-origin:left;transition:transform .4s ease}.section p{max-width:780px;line-height:1.7;position:relative;padding:0 1.5rem;font-weight:300;letter-spacing:.3px;font-size:1.1rem}.section a{color:var(--gold)}.section h3{font-weight:600;margin:2.5rem auto 1.5rem;color:var(--white);padding:0 1.2rem;letter-spacing:.5px}.responsive-table{max-width:1000px;margin:2.5rem auto;overflow-x:auto;background:rgba(26,58,31,.5);border-radius:10px;box-shadow:0 5px 15px rgba(0,0,0,.2)}.betwinner-table{width:100%;border-collapse:collapse;font-size:1rem;color:var(--white)}.betwinner-table th{background:var(--dark-green);padding:1.2rem 1rem;text-align:left;font-weight:600;letter-spacing:.5px;position:sticky;top:0}.betwinner-table td{padding:1rem;border-bottom:1px solid rgba(255,255,255,.05);position:relative}.betwinner-table tr:nth-child(even) td{background:rgba(255,255,255,.03)}.betwinner-table td:nth-child(2){color:var(--gold);font-weight:700}.betwinner-table th:first-child{border-radius:10px 0 0 0}.betwinner-table th:last-child{border-radius:0 10px 0 0}.betwinner-faq{margin:2rem auto;padding:0 1.5rem}.faq-title{font-size:1.8rem;color:var(--gold);margin-bottom:2rem}.faq-item{margin-bottom:1.5rem;background:rgba(26,58,31,.6);padding:1.2rem 1.5rem;border-bottom:3px solid var(--gold);transition:all .3s ease}.faq-question{font-size:1.5rem;color:var(--white);margin:1rem 0!important;font-weight:600}.faq-answer{color:rgba(255,255,255,.85);line-height:1.5;margin:0;font-size:1.2rem}@media (max-width:768px){.section{padding-inline:1.2rem}.section p{font-size:1rem}.betwinner-faq{padding:0 1rem}.faq-title{font-size:1.5rem;margin-bottom:1.5rem}.faq-item{padding:1rem;margin-bottom:1.2rem}.faq-question{font-size:1rem}.faq-answer{font-size:.95rem}}@media (max-width:550px){.hero h1{font-size:2rem}.faq-item{padding:.5rem}.faq-question{font-size:1rem;padding-bottom:1rem;margin:0}.section h2{font-size:1.5rem}.section ul li{padding:1rem}}@media (max-width:768px){.hero{flex-direction:column;height:auto;min-height:100vh}.hero__content,.hero__image{flex:1 1 100%;max-width:100%;padding:1rem}.hero__image{order:-1}}.footer{background:#1a1a2e;color:#fff;padding:3rem 2rem 2rem}.footer__container{max-width:1200px;margin:0 auto}.footer__main{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid rgba(255,255,255,.1)}.footer__logo-img{height:40px;width:auto}.footer__nav{margin-top:1rem}.footer__menu{display:flex;flex-wrap:wrap;gap:1.5rem;margin:0;padding:0;list-style:none}.footer__menu-item a{color:rgba(255,255,255,.8);text-decoration:none;font-size:.95rem;transition:color .3s ease}.footer__menu-item a:hover{color:#6a11cb}.footer__info{display:flex;flex-wrap:wrap;justify-content:space-between;margin-bottom:2rem}.footer__contacts,.footer__legal{flex:1;min-width:300px}.footer__copyright,.footer__disclaimer,.footer__email,.footer__license{margin:0 0 1rem;font-size:.9rem;color:rgba(255,255,255,.7);line-height:1.5}.footer__email a{color:#6a11cb;text-decoration:none}.footer__links{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center}.footer__link{color:rgba(255,255,255,.6);text-decoration:none;font-size:.85rem;transition:color .3s ease}.footer__link:hover{color:#6a11cb}@media (max-width:768px){.footer__menu{gap:1rem}.footer__info{flex-direction:column}.footer__contacts,.footer__legal{margin-bottom:1.5rem;text-wrap:wrap;min-width:100%}.footer__links{justify-content:flex-start}}