@charset "UTF-8";header{width:100%;height:60px;display:flex;align-items:center;justify-content:space-evenly;position:fixed;top:35px;z-index:10;background:var(--lite);box-shadow:var(--shadow);-webkit-box-shadow:var(--shadow);-moz-box-shadow:var(--shadow)}header .logo{height:55px;min-width:55px;width:55px;display:flex;align-items:center;justify-content:center;margin:0 10px;cursor:pointer}header .logo img{width:100%;height:100%;border-radius:50%;object-fit:fill;object-position:center}@media screen and (max-width: 480px){header .logo{display:none;padding:6px 10px}}header nav{width:100%;height:100%;display:flex;align-items:center;justify-content:space-evenly;gap:5px;position:relative}header nav>a{text-align:center;text-decoration:none;color:var(--blue);font-weight:800;font-size:17px;padding:0 5px}header nav>a:hover{background:var(--light-blue);transform:scale(1.2);text-decoration:none}header nav .active{color:var(--blue);border-bottom:2px solid var(--blue)}header .btn-wrapper .btn{box-shadow:none;background:transparent;color:var(--grey);border:1px solid var(--dark-blue);margin-right:10px}header .btn-wrapper .btn:hover{background:transparent;color:var(--dark-blue);box-shadow:none;background:var(--light-blue)}@keyframes clockwise{0%{transform:none}to{transform:rotate(-360deg)}}.loader{display:flex;justify-content:center;align-items:center;width:100%;height:100vh}.loader svg{height:100vh}.loader svg #planet_1{transform-origin:center;animation:clockwise 9.86s linear infinite}.loader svg #planet_2{transform-origin:center;animation:clockwise 11.35s linear infinite}.loader svg #planet_3{transform-origin:center;animation:clockwise 10.41s linear infinite}.loader svg #planet_4{transform-origin:center;animation:clockwise 8.89s linear infinite}.loader svg #planet_5{transform-origin:center;animation:clockwise 5.4s linear infinite}.loader svg #planet_6{transform-origin:center;animation:clockwise 2.69s linear infinite}.loader svg #planet_7{transform-origin:center;animation:clockwise 5.64s linear infinite}.loader svg #planet_8{transform-origin:center;animation:clockwise 3.55s linear infinite}.footer{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:10px 0}.footer .social{width:100%;display:flex;align-items:center;justify-content:center;padding:5px 0;flex-wrap:wrap}.footer .social .wrapper{min-width:300px;display:flex;align-items:center;justify-content:space-evenly}.footer .social .wrapper a{color:var(--dark);cursor:pointer}.footer .social .wrapper a *{font-size:24px}.footer hr{width:80%;color:var(--dark);border-radius:50%;margin:20px 0}.footer .footer-bottom{width:100%;display:flex;align-items:center;justify-content:space-evenly}@media screen and (max-width: 480px){.footer .footer-bottom{flex-wrap:wrap;gap:10px}}.footer .footer-bottom p{font-size:14px;color:var(--dark);display:flex;align-items:center;justify-content:space-evenly}.footer .footer-bottom a{color:var(--dark);font-size:14px;cursor:pointer}.footer .footer-bottom .btn-top{width:35px;height:35px;cursor:pointer;outline:none;border:1px solid var(--dark-blue);background-color:transparent;border-radius:5px;z-index:1000;transition:all .4s ease-in-out}.footer .footer-bottom .btn-top:hover{background-color:var(--green)}.flyer{width:100%;height:fit-content;min-height:60vh;display:flex;flex-direction:column;align-items:center;justify-content:space-between;position:relative;background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.3)),to(rgba(0,0,0,.3))),url(/assets/l3-D9Q3pnEf.jpg);background-image:linear-gradient(#0000004d,#0000004d),url(/assets/l3-D9Q3pnEf.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;background-attachment:fixed;gap:6px}.flyer *:not(.background,.scroll){max-width:800px;text-align:center}.flyer .title{color:var(--lite)}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-3000px)}}.flyer .scroll{width:100vw;display:flex;overflow:hidden;justify-content:space-between}.flyer .scroll .scroll-track{width:100vw;display:flex;animation:scroll 25s linear infinite}.flyer .scroll .scroll-track .post-card{display:flex;flex-wrap:wrap;flex-direction:row;align-items:center;justify-content:space-between;padding:.2%;background:var(--lite);min-width:300px;margin:0 2px;cursor:default}.flyer .scroll .scroll-track .post-card *{font-family:Courier New,Courier,monospace}.flyer .scroll .scroll-track .post-card .center{width:100%;height:100%;display:flex;flex-direction:column;justify-content:space-between;gap:.1rem}.flyer .scroll .scroll-track .post-card .center .teams{display:flex;width:100%;gap:5px;flex-wrap:wrap;align-items:center;justify-content:space-between}.flyer .scroll .scroll-track .post-card .center .teams p{width:100%;flex:1;display:flex;align-items:center;justify-content:space-around}.flyer .scroll .scroll-track .post-card .center .teams .results{width:50px;background:var(--light-blue);display:flex;align-items:center;justify-content:center}.flyer .scroll .scroll-track .post-card .center .info{color:var(--grey);display:flex;flex-wrap:wrap;width:100%;align-items:center;justify-content:space-between}.flyer .scroll .scroll-track .post-card .center .info p{display:flex;padding:0 .3rem 0 0;align-items:center;font-size:14px}.flyer .scroll .scroll-track .post-card .center .info p .icon{font-size:14px;margin:0 5px}.flyer .scroll .scroll-track .post-card .center .info p .icon.won{color:var(--blue)}.flyer .scroll .scroll-track .post-card .center .info p .icon.lost{color:var(--even)}.testimonials{width:100%;overflow-x:scroll;display:flex;-webkit-backface-visibility:hidden;gap:10px;padding:10px 5px}.testimonials::-webkit-scrollbar{width:0px;height:0;background:transparent}.testimonials .testimonial{display:flex;flex-direction:column;justify-content:center;width:90vw;min-width:290px;min-height:120px;background:var(--lite);box-shadow:0 .05rem .1rem #00000026;border:0;border:none;padding:.5rem;border-radius:5px;text-align:center;position:relative}.testimonials .testimonial p{font-size:20px;margin-bottom:10px;color:var(--grey)}.testimonials .testimonial .user{width:100%;display:flex;align-items:center;justify-content:space-between;margin:10px 0;position:absolute;bottom:0}.testimonials .testimonial .user *{font-size:14px;font-weight:600}.testimonials .testimonial .user .country{display:none}.pricing{width:100%;display:flex;align-items:center;justify-content:space-evenly;margin:5px;padding:0 10px;gap:10px;flex-wrap:wrap}.pricing .item{width:28.5714285714%;min-height:100%;background:var(--lite);min-width:300px;display:inline-block;padding:5px 0;text-align:center;transition:all .3s ease;vertical-align:middle;border-radius:10px}@media screen and (max-width: 576px){.pricing .item{width:100%;max-width:448px;min-width:100%}}.pricing .item:nth-of-type(2){position:relative}.pricing .item:nth-of-type(2):before{content:"✪";position:absolute;right:5px;top:5px;font-size:1.5em;text-transform:uppercase;transition:all .5s ease;color:var(--blue)}.pricing .item:nth-of-type(2):before:hover:before{transform:rotate(360deg)}.pricing .item h1{font-size:1.1em;padding:10px 0;border-bottom:2px solid #ebedec;letter-spacing:.03em;font-size:1.45em;color:var(--grey)}.pricing .item .slogan{font-size:x-small;width:100%;text-align:center}.pricing .item p{padding:10px 0;border-bottom:2px solid #ebedec;border-bottom:none;width:100%;color:var(--grey)}.pricing .item p span{font-weight:700;font-size:1.8em}.pricing .item p span:first-of-type{font-size:1.1em;vertical-align:top;letter-spacing:.04em}.pricing .item p span:last-of-type{vertical-align:bottom;font-size:1.3em;letter-spacing:.04em;padding-left:.2em}.pricing .item ul{list-style:none;border-bottom:2px solid #ebedec;padding:10px;font-size:.85em;font-family:Courier New,Courier,monospace}.pricing .item ul>li{text-align:left;padding:5px 0;color:var(--dark)}.pricing .item ul>li:before{content:"✓";display:inline-flex;margin-right:15px;color:var(--lite);background:var(--blue);border-radius:50%;width:15px;height:15px;font-size:.8em;padding:2px;align-items:center;justify-content:center}.pricing .item button{letter-spacing:.07em;transition:all .4s ease;margin:10px auto;border-radius:5px}.post-detail{width:50%;min-width:280px;padding:.5rem;position:sticky;right:0;background:var(--lite);overflow:auto}.post-detail .close{display:none}.post-detail .detail-header{display:flex;flex-direction:column;align-items:center}.post-detail .detail-header img{width:50px;height:50px;object-fit:fill;object-position:center;border-radius:50%}.post-detail .divider{width:100%;height:1px;background:var(--grey);border:none;margin:.5rem 0}.post-detail h4{display:flex;width:100%;align-items:center;justify-content:space-between;line-height:1.5}.post-detail .detail-btn{display:flex;gap:1rem;margin:1rem 0;align-items:center;justify-content:space-evenly}.post-detail .detail-btn .btn{background:var(--blue);color:var(--lite);border:none;padding:10px 20px;border-radius:20px;cursor:pointer}.post-detail .detail-btn .btn:hover{border:1px solid var(--blue);background:transparent;color:var(--blue)}.post-detail .detail-btn .btn:disabled{transition:none;background:transparent;color:var(--blue);border:1px solid var(--blue);cursor:default}.post-detail h4{display:flex;align-items:center;justify-content:space-between}.post-detail .icon{margin:0 5px}.post-detail .icon.won{color:var(--blue)}.post-detail .icon.lost{color:var(--even)}.faqItem{border:1px solid var(--light-color);border-radius:5px;padding:10px 5px;position:relative;overflow:hidden;margin:1rem;border-bottom:1px solid #e5e5e5}.faqItem div{display:flex;align-items:center;justify-content:space-between}.faqItem div h3{margin:0 35px 0 0;display:block;text-align:left;width:100%;color:var(--grey)}.faqItem div .icon{display:inline-block;position:absolute;top:18px;right:0;width:22px;height:22px;border:1px solid;border-radius:22px;cursor:pointer}.faqItem div .icon:before{display:block;position:absolute;content:"";top:9px;left:5px;width:10px;height:2px;background:currentColor}.faqItem div .icon:after{display:block;position:absolute;content:"";top:5px;left:9px;width:2px;height:10px;background:currentColor}.faqItem div .icon-opened{display:inline-block;position:absolute;top:18px;right:0;width:22px;height:22px;border:1px solid;border-radius:22px;cursor:pointer}.faqItem div .icon-opened:before{display:block;position:absolute;content:"";top:9px;left:5px;width:10px;height:2px;background:currentColor}.faqItem p{display:none;margin:2em 0}.faqItem.active{box-shadow:0 3px 6px var(--box-shadow);transition:2s ease-in}.faqItem.active:before,.faqItem.active:after{color:var(--blue);content:"";position:absolute;opacity:.2;top:20px;left:20px;z-index:0}.faqItem.active p{display:block}.payments{width:100%;min-height:50vh;display:flex;flex-direction:column;align-items:center;justify-content:space-between;padding:.5rem;text-align:center}.payments .wrapper form.method{width:100%;max-width:800px;display:grid;grid-gap:1rem;grid-template-columns:repeat(2,1fr);padding:10px}.payments .wrapper form.method fieldset{padding:0;border:0;position:relative;display:flex;justify-content:space-between}.payments .wrapper form.method fieldset label{text-transform:uppercase;font-weight:700;letter-spacing:.1rem;background:#e8e8e8;text-align:center;padding:.5em;cursor:pointer;width:100%;border-radius:.5rem;border:1px solid #ccc;position:relative;z-index:1}.payments .wrapper form.method fieldset label:hover{background:#d8d8d8}.payments .wrapper form.method fieldset input[type=radio]{visibility:hidden;position:absolute;cursor:pointer}.payments .wrapper form.method fieldset input[type=radio]:checked~label{background:var(--dark-blue);color:var(--lite);box-shadow:0 .2em .45em .1em #0006;transform:scale(1.05);animation:checked .2s 1;border:1px solid var(--dark-blue);position:relative;z-index:5}@media (max-width: 400px){.payments .wrapper form.method{grid-gap:.4rem;max-width:100%;display:grid}.payments .wrapper form.method fieldset label{letter-spacing:.05rem;font-size:small}}.payments .crypto{width:100%;max-width:600px;display:flex;flex-direction:column;align-items:center;justify-content:center}.payments .crypto select{max-width:400px;width:100%;height:1.5rem;border-radius:5px}.payments .crypto>p{width:100%;margin:5px;line-height:2rem;overflow:visible;word-wrap:normal;text-align:start}.payments .crypto>p span{font-weight:600}.payments .crypto form.pricing{width:100%;max-width:100%;display:flex;align-items:center;justify-content:space-between;gap:1rem}.payments .crypto form.pricing fieldset{width:100%;flex:1;max-width:250px;padding:0;border:0;position:relative;display:flex}@media (min-width: 1300px){.payments .crypto form.pricing fieldset{margin-top:0}}.payments .crypto form.pricing fieldset label{background:#e8e8e8;text-align:center;cursor:pointer;width:100%;border-radius:.5rem;border:1px solid #ccc;position:relative;z-index:1;text-transform:uppercase;font-weight:700;letter-spacing:.1rem;padding:.5em}.payments .crypto form.pricing fieldset label:hover{background:#d8d8d8}.payments .crypto form.pricing fieldset input[type=radio]{visibility:hidden;position:absolute;cursor:pointer}.payments .crypto form.pricing fieldset .sub{margin:auto;grid-row:span 2/3;position:absolute;width:100%;height:100%;z-index:0;top:0;left:0;transition:all .2s ease-in-out;font-size:1rem;text-transform:uppercase;font-weight:700}.payments .crypto form.pricing fieldset input[type=radio]:checked~label{background:var(--dark-blue);color:var(--lite);box-shadow:0 .2em .45em .1em #0006;transform:scale(1.01);animation:checked .2s 1;border:1px solid var(--dark-blue);position:relative;z-index:5}.payments .crypto form.pricing fieldset input[type=radio]:checked~.sub{top:-1rem;transition:all .2s ease-in-out;z-index:5}.payments .crypto form.copy{width:100%;max-width:400px;height:40px;display:flex;align-items:center;justify-content:center;margin:20px 0}.payments .crypto form.copy input{height:inherit;outline:none;font-size:16px;padding:0 5px;color:var(--dark);flex:7;border:none;background:var(--light-grey)}.payments .crypto form.copy button{flex:3;height:40px;border:none;border:1px solid var(--blue);color:var(--lite);background:var(--blue);cursor:pointer}.payments .crypto form.copy button:hover{background:var(--dark-blue)}@-webkit-keyframes checked{0%{transform:scale(1)}to{transform:scale(1.05)}}@keyframes checked{0%{transform:scale(1)}to{transform:scale(1.05)}}.pay{width:100%;min-height:50vh;display:flex;flex-direction:column;align-items:center;justify-content:space-between;padding:.3rem;text-align:center}.pay form{width:100%;max-width:40em;display:grid;grid-template-columns:repeat(1,1fr);grid-gap:1rem;padding:5px;background:var(--transparent)}@media (min-width: 900px){.pay form{grid-template-columns:repeat(4,1fr)}}.pay form fieldset{padding:0;border:0;position:relative;display:flex;justify-content:space-between}@media (min-width: 1300px){.pay form fieldset{margin-top:0}}.pay form fieldset label{text-transform:uppercase;letter-spacing:.1rem;background:#e8e8e8;text-align:center;padding:1em;cursor:pointer;width:100%;border-radius:.5rem;border:1px solid #ccc;position:relative;z-index:1;transition:all .2s ease-in-out}.pay form fieldset label:hover{background:#d8d8d8}.pay form fieldset input[type=radio]{visibility:hidden;position:absolute;cursor:pointer}.pay form fieldset .price{margin:auto;grid-row:span 2/3;position:absolute;width:100%;height:100%;z-index:0;top:0;left:0;transition:all .2s ease-in-out;font-size:1.5rem;font-weight:600;color:#333;display:flex;flex-direction:column;align-items:center;justify-content:center;pointer-events:none}.pay form fieldset .original-price{display:block;font-size:.7rem;color:#666;margin-top:4px;font-weight:400}.pay form fieldset input[type=radio]:checked~label{background:var(--dark-blue);color:var(--lite);box-shadow:0 .2em .45em .1em #0006;transform:scale(1.05);animation:checked .2s 1;border:1px solid var(--dark-blue);position:relative;z-index:5}.pay form fieldset input[type=radio]:checked~.price{top:-1rem;transition:all .2s ease-in-out;z-index:5;color:var(--dark-blue);font-weight:700}.pay h4{margin:1rem 0;font-size:1.2rem}.pay h4 .original-price-h4{display:block;font-size:.85rem;color:#666;margin-top:5px;font-weight:400}.pay .btn{margin-top:1rem;padding:12px 30px;font-size:1rem;font-weight:700;background:var(--dark-blue);color:#fff;border:none;border-radius:.5rem;cursor:pointer;transition:all .2s ease-in-out}.pay .btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 5px 15px #0003}.pay .btn:disabled{opacity:.6;cursor:not-allowed}.pay .paypal-wrapper{width:100%;display:flex;align-items:center;justify-content:center;margin:10px 0;gap:5px;flex-wrap:wrap}.pay .paypal-wrapper *{flex:1}.pay .paypal-wrapper img{max-width:200px}.country-selector{position:relative;margin-bottom:20px;padding:15px;background:#f5f5f5;border-radius:8px;width:100%;max-width:40em}.country-selector .selected-country{display:flex;align-items:center;gap:10px;cursor:pointer;padding:10px;background:#fff;border-radius:6px;border:1px solid #ddd;transition:all .2s ease-in-out}.country-selector .selected-country:hover{border-color:var(--dark-blue);box-shadow:0 2px 5px #0000001a}.country-selector .selected-country .flag{font-size:24px}.country-selector .selected-country .country-name{flex:1;font-weight:500;color:#333}.country-selector .selected-country .dropdown-arrow{color:#666;font-size:12px;transition:transform .2s ease-in-out}.country-selector .country-dropdown{position:absolute;top:calc(100% - 5px);left:15px;right:15px;background:#fff;border:1px solid #ddd;border-radius:6px;margin-top:5px;max-height:300px;overflow-y:auto;z-index:1000;box-shadow:0 4px 12px #00000026;animation:dropdownFadeIn .2s ease-in-out}.country-selector .country-dropdown .country-option{display:flex;align-items:center;gap:10px;padding:12px 15px;cursor:pointer;transition:background .2s}.country-selector .country-dropdown .country-option:hover{background:#f0f0f0}.country-selector .country-dropdown .country-option.active{background:#e3f2fd;color:var(--dark-blue)}.country-selector .country-dropdown .country-option.active .currency{color:var(--dark-blue);font-weight:500}.country-selector .country-dropdown .country-option .flag{font-size:20px}.country-selector .country-dropdown .country-option .country-name{flex:1;font-weight:500;color:#333}.country-selector .country-dropdown .country-option .currency{color:#666;font-size:12px;font-family:monospace;font-weight:500}.country-selector .detected-country{margin-top:10px;padding:8px 12px;background:#e8f5e9;border-radius:6px;font-size:12px;display:flex;align-items:center;justify-content:space-between;gap:10px}.country-selector .detected-country button{background:#4caf50;color:#fff;border:none;padding:4px 12px;border-radius:4px;cursor:pointer;font-size:11px;font-weight:500;transition:all .2s ease-in-out;white-space:nowrap}.country-selector .detected-country button:hover{background:#45a049;transform:translateY(-1px)}@keyframes dropdownFadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.loading-price{opacity:.6;animation:pulse 1s infinite}@keyframes pulse{0%{opacity:.6}50%{opacity:1}to{opacity:.6}}@media (max-width: 768px){.pay{padding:.5rem}.pay form fieldset .price{font-size:1.2rem}.pay form fieldset .original-price{font-size:.65rem}.pay h4{font-size:1rem}.country-selector{padding:10px;margin-bottom:15px}.country-selector .selected-country{padding:8px}.country-selector .selected-country .flag{font-size:20px}.country-selector .selected-country .country-name{font-size:14px}.country-selector .country-dropdown .country-option{padding:10px 12px}.country-selector .country-dropdown .country-option .flag{font-size:18px}.country-selector .country-dropdown .country-option .country-name{font-size:14px}.country-selector .detected-country{font-size:11px;flex-wrap:wrap;justify-content:center}.country-selector .detected-country button{font-size:10px;padding:3px 10px}}@media (prefers-color-scheme: dark){.country-selector{background:#2a2a2a}.country-selector .selected-country{background:#1e1e1e;border-color:#444}.country-selector .selected-country .country-name{color:#e0e0e0}.country-selector .country-dropdown{background:#1e1e1e;border-color:#444}.country-selector .country-dropdown .country-option:hover{background:#2a2a2a}.country-selector .country-dropdown .country-option.active{background:#1a3a4a}.country-selector .country-dropdown .country-option .country-name{color:#e0e0e0}.country-selector .country-dropdown .country-option .currency{color:#aaa}.country-selector .detected-country{background:#1a3a1a;color:#a5d6a5}.country-selector .detected-country button{background:#2e7d32}}.user-profile{width:100%}.user-profile .user-header{width:100%;display:flex;justify-content:space-evenly;align-items:center;padding:1em}.user-profile .user-header .uh-left,.user-profile .user-header .uh-right{display:flex;align-items:center}.user-profile .user-header .uh-left .uh-image{position:relative;width:50px;height:50px;border-radius:50%}.user-profile .user-header .uh-left .uh-image img{width:50px;height:50px;border:.3em solid var(--grey);border-radius:50%;object-fit:cover}.user-profile .user-header .uh-left .uh-image .gradient{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;background:linear-gradient(45deg,#d62976,#fa7e1e)}.user-profile .user-header .user-links{width:100%;gap:10px;display:flex;align-items:end;justify-content:space-evenly;flex-direction:column}.user-profile .user-header .user-links a{background:#fffc;box-shadow:0 5px 10px #d9d9d9d1;color:#373f51;font-size:14px;padding:.4em .6em;border:1px solid var(--grey);background:var(--light);border-radius:3px;color:var(--grey)}.user-profile .user-header .user-links a:hover{box-shadow:0 5px 5px #d9d9d9fc}.user-profile .user-header .user-links span{width:100%;display:flex;align-items:center;justify-content:space-evenly}.user-profile section{width:100%;max-width:800px;margin:auto}.user-profile section details{border-bottom:1px solid #b5bfd9}.user-profile section details:first-of-type{border-top:1px solid #b5bfd9}.user-profile section details summary{padding:1em;background-color:var(--light);display:flex;align-items:center}.user-profile section details summary div{display:flex;align-items:center;width:100%}.user-profile section details summary div h3{flex-grow:1;margin-left:1em}.user-profile section details summary div h3 small{color:#999;font-size:.875em}.user-profile section details summary div span:first-child{width:4rem;height:4rem;display:flex;justify-content:center;align-items:center;margin-right:1em}.user-profile section details summary div span:first-child svg{width:2.5rem;height:2.5rem}.user-profile section details div{padding:1em 2em}.user-profile section details div dl{display:flex;flex-wrap:wrap}.user-profile section details div dl div{margin:.5em 0;display:flex;flex-direction:column}.user-profile section details div dl div dt{font-weight:700;color:#555}.user-profile section details div dl div dd{margin:0;color:#333}.user-profile .explore{width:100%;padding:20px 0;display:flex;align-items:center;justify-content:center}.user-card-minimal{width:240px;background:#fff;border-radius:14px;box-shadow:0 3px 16px #0000000f;position:relative;text-decoration:none;overflow:hidden;transition:all .25s ease;display:flex;flex-direction:column}.user-card-minimal:hover{transform:translateY(-3px);box-shadow:0 6px 20px #00000017}.user-card-minimal .card-header-minimal{position:relative}.user-card-minimal .card-header-minimal .cover-minimal{height:60px;position:relative}.user-card-minimal .card-header-minimal .premium-indicator{position:absolute;top:10px;right:10px;background:linear-gradient(45deg,gold,orange);color:#000;width:22px;height:22px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:14px;box-shadow:0 2px 5px #0003}.user-card-minimal .card-header-minimal .avatar-wrapper{position:absolute;bottom:-18px;left:14px}.user-card-minimal .card-header-minimal .avatar-wrapper .avatar-minimal{height:50px;width:50px;border-radius:50%;border:2.5px solid #fff;object-fit:cover;object-position:center;box-shadow:0 2px 8px #0000001f}.user-card-minimal .card-body-minimal{padding:24px 14px 14px}.user-card-minimal .card-body-minimal .user-info-compact{margin-bottom:14px}.user-card-minimal .card-body-minimal .user-info-compact .plan-name{font-size:1rem;font-weight:600;color:#2d3748;margin-bottom:3px;line-height:1.3;letter-spacing:-.01em}.user-card-minimal .card-body-minimal .user-info-compact .user-handle{font-size:.8rem;color:#718096;font-weight:400}.user-card-minimal .card-body-minimal .details-compact{display:flex;flex-direction:column;gap:8px}.user-card-minimal .card-body-minimal .details-compact .detail-line{display:flex;align-items:center;gap:8px}.user-card-minimal .card-body-minimal .details-compact .detail-line .icon-small{font-size:.9rem;color:#4a5568;opacity:.7;flex-shrink:0}.user-card-minimal .card-body-minimal .details-compact .detail-line .text-email,.user-card-minimal .card-body-minimal .details-compact .detail-line .text-date{font-size:.8rem;color:#4a5568;line-height:1.4}.user-card-minimal .card-body-minimal .details-compact .detail-line .text-email{word-break:break-all}@media screen and (max-width: 448px){.user-card-minimal{width:100%;max-width:280px}}.topbar{width:100%;height:35px;display:flex;align-items:center;justify-content:space-evenly;background:var(--black);position:fixed;top:0;z-index:10}.topbar a{margin:2px 10px;text-decoration:none;cursor:pointer;color:var(--lite);padding:2px}.topbar a:hover{color:var(--dark);background:var(--lite)}:root{--lite: #fff;--black: #000000;--dark: #3b3b3b;--light-blue: #d0ffc4;--neon-blue: #0FFF50;--dark-blue: #007a37;--blue: #00ae58;--grey: #567c73;--light-grey: #ccc;--dark-shadow: 0px 5px 3px -4px var(--dark);--shadow: 0px 1px 2px -1px var(--dark), 0px 1px 2px -1px var(--blue);--transparent: #00000008;--hue: #00ae58;--bg: hsl(var(--hue), 90%, 95%);--fg: hsl(var(--hue), 90%, 5%);--odd: #6ac147;--even: #f04f30}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box;font:17px Montserrat,sans-serif;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.App{width:100%;position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;margin-top:95px;color:var(--dark)}.App h1{font-size:28px;font-weight:700;color:var(--dark);text-transform:uppercase;width:100%;text-align:center;padding:5px 0;letter-spacing:6px}.App h1.small{text-align:start;font-size:22px;font-weight:500}.App h2{text-align:center;font-size:26px;font-weight:400;margin:5px 0}.App h3{font-weight:400;font-size:24px;color:var(--dark-blue);flex:1.5}.App h4{font-size:20px;color:var(--grey)}.App a{text-decoration:none;color:var(--blue)}.App .post-container{width:100%;display:grid;grid-template-columns:1fr 1fr 1fr 1fr;gap:15px;padding:5px}@media screen and (max-width: 900px){.App .post-container{grid-template-columns:1fr 1fr 1fr}}@media screen and (max-width: 789px){.App .post-container{grid-template-columns:1fr 1fr}}@media screen and (max-width: 576px){.App .post-container{grid-template-columns:1fr}}.App .btn{background:var(--blue);border-radius:5px;padding:8px 20px;color:var(--lite);transition:all .2s;-webkit-transition:all .4s;-moz-transition:all .4s;-ms-transition:all .4s;-o-transition:all .4s;text-decoration:none;cursor:pointer;box-shadow:none;border:1px solid var(--dark-blue)}.App .btn:hover:not(:disabled){background:transparent;color:var(--dark-blue);box-shadow:none;background:var(--light-blue);box-shadow:0 25px 18px -6px #0003;background:var(--dark-blue);color:var(--lite);-webkit-transform:translateY(-5px);-ms-transform:translateY(-5px);-o-transform:translateY(-5px);transform:translateY(-5px);box-shadow:0 1rem 1.5rem #00000040}.jobs-flyer{width:100%;background:var(--blue);padding:30px 10px;display:flex;flex-direction:column;align-items:center;justify-content:space-evenly;align-items:flex-end}.jobs-flyer h1{color:var(--lite);font-size:28px}.jobs-flyer h1:first-of-type{font-size:22px;margin-top:0;margin-bottom:10px}@media screen and (max-width: 576px){.jobs-flyer h1{font-size:18px;margin-top:0}.jobs-flyer h1:first-of-type{font-size:14px;margin-bottom:5px}}.jobs-flyer .btn{background:var(--black)}.jobs-flyer .btn:hover{background:var(--dark)}.about{width:100%;min-height:100vh;padding:5px 10px}.about .faqs-container{width:100%;margin:0 auto;max-width:1200px}@media screen and (max-width: 576px){.about .faqs-container{max-width:100%}}.about .about-us{height:80%;display:flex;align-items:center;flex-direction:column;justify-content:space-between}.about .about-us .info{margin-left:10px;color:var(--dark-grey);font-weight:500;line-height:3rem}.about .about-us .info h1{width:100%;text-align:start}.about .about-us .info .links{display:flex;align-items:center;justify-content:space-evenly;margin:5px 0}.about .about-us .info .links a{padding:0 5px;height:fit-content}.admin{display:flex;width:100%;overflow:hidden;flex-direction:column;align-items:center;justify-content:center;position:relative;padding-top:5px}.admin form{width:100%;max-width:900px;font-weight:400;padding:10px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;flex:1}.admin form .image{width:100%;height:250px;border:1px dashed var(--blue);position:relative;display:flex;flex-direction:column;align-items:center;justify-content:space-evenly;padding:5px;max-height:300px;max-width:300px}@media screen and (max-width: 480px){.admin form .image{max-width:100%}}.admin form .image input{width:100%;height:100%;z-index:4;position:absolute;opacity:0}.admin form .image img{width:100%;height:100%;position:absolute;object-fit:fill;object-position:center}.admin form .image .icon{font-size:24px;margin:5px;color:var(--blue)}.admin form label{width:100%;text-align:start}.admin form #category{border:1px solid var(--grey);border-radius:4px;text-align:center;padding:3px 5px}.admin form>input,.admin form textarea{height:fit-content;position:relative;border:none;padding:10px 12px;border-radius:6px;box-shadow:var(--shadow);width:100%;min-height:50px;appearance:none;-moz-appearance:none;-webkit-appearance:none;-ms-appearance:none;-o-appearance:none;transition:all .4s;-webkit-transition:all .4s;-moz-transition:all .4s;-ms-transition:all .4s;-o-transition:all .4s;overflow-x:auto}.admin form>input:first-of-type,.admin form textarea:first-of-type{min-height:50px}.admin form textarea{max-width:100%;min-width:100%;min-height:150px}.admin form textarea:first-of-type{min-height:50px}.admin form button{outline:none;display:flex;align-items:center;justify-content:space-evenly;gap:10px}.admin form .error{color:var(--even)}.admin-tips{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center}.admin-tips form{width:100%;max-width:900px;font-weight:400;padding:5px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;flex:1}.admin-tips form .input-container{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem;width:100%}.admin-tips form .input-container.vertical{flex-direction:column}.admin-tips form .input-container.vertical *{width:100%}.admin-tips form .input-container label{display:block;font-size:17px;flex:1}.admin-tips form .input-container input{border-radius:5px;height:inherit;outline:none;font-size:16px;padding:5px;color:var(--dark);margin-left:5px;flex:1;background:var(--light-blue);border:.5px solid var(--blue)}.Home{display:flex;width:100%;overflow:hidden;flex-direction:column;align-items:center;justify-content:center;position:relative;background-position:center;background-size:cover;background-repeat:no-repeat}.Home section{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center}.Home section:nth-of-type(2n),.Home section.tables{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.4)),to(rgba(0,0,0,.4))),url(/assets/l4-DBX_fh82.jpg);background-image:linear-gradient(#0006,#0006),url(/assets/l4-DBX_fh82.jpg);background-size:auto;background-position:center;background-repeat:no-repeat;background-attachment:fixed}.Home section:nth-of-type(2n)>h1,.Home section:nth-of-type(2n) h2,.Home section.tables>h1,.Home section.tables h2{color:var(--lite)}.Home section.tables h1{font-size:1em}.Home section.tables h2{font-size:.8em;margin-top:20px;color:var(--neon-blue)}.Home section.tables span.won{color:var(--neon-blue)}.Home section table.wrapper{width:100%}.Home section table.wrapper td{pointer-events:none}.Home .btn-holder{width:100%;display:flex;align-items:center;justify-content:space-evenly;margin:5px 10px}.Home .btn-holder .btn{text-align:center;border-radius:5px 0;padding:5px 10px}.Home .btn-holder .btn.selected{background:#ff3;color:var(--dark-blue)}.Home>.wrapper{width:90%}@media screen and (max-width: 576px){.Home>.wrapper{width:100%}}.news{display:flex;width:100%;overflow:hidden;flex-direction:column;align-items:center;justify-content:center;position:relative}.news .news-flyer{height:fit-content;width:100%;display:flex;flex-direction:column;align-items:center;gap:10px;padding:10px 5px;justify-content:space-evenly;background:var(--light-blue);position:relative}.news .news-flyer h1{font-size:24px;letter-spacing:4px}.news .news-flyer .order-categories{width:100%;display:flex;align-items:center;justify-content:center;gap:10px}.news .news-flyer .order-categories a{border-radius:4px;text-align:center;padding:3px 5px;border:none;border:1px solid var(--light-grey)}.news .news-flyer .order-categories a.current{background:var(--lite)}@media screen and (max-width: 480px){.news .news-flyer .order-categories,.news .news-flyer .order-dates{gap:5px}.news .news-flyer .order-categories *,.news .news-flyer .order-dates *{font-size:15px}}.news .news-item{max-width:300px;width:100%}.single-news{width:100%;min-height:fit-content;display:flex;align-items:start;justify-content:space-between;padding:5px;gap:5px;position:relative;flex-wrap:wrap}.single-news .wrapper{width:100%;height:max-content;display:flex;align-items:center;justify-content:space-between;flex-direction:column;gap:5px;max-width:1200px;flex:3}.single-news .wrapper img{width:100%;max-height:300px;border-radius:6px;transition:all .4s;flex:1;margin-top:10px}.single-news .wrapper h2{text-align:start;color:var(--blue)}.single-news .sidebar{width:100%;display:flex;align-items:center;justify-content:center;flex-direction:column;flex:1}.single-news .sidebar .news-items{display:flex;align-items:center;justify-content:center;flex-direction:column;overflow:scroll;overflow-x:hidden;scroll-snap-type:proximity;scroll-margin:5px}.single-news .sidebar .news-items::-webkit-scrollbar{width:1px;display:none}.single-news .sidebar .news-items::-webkit-scrollbar-track{display:none}.single-news .sidebar .news-items::-webkit-scrollbar-thumb{background:var(--dark-blue);border-radius:2px}.single-news h4{width:100%;gap:5px;display:flex;align-items:center;justify-content:space-between}.single-news h4 *{padding:3px 0;width:fit-content;text-decoration:none}.single-news h4 .category{border:1px solid var(--light-grey);border-radius:4px;text-align:center;padding:3px 5px}.single-news h4 .read{float:right;font-size:14px;background:var(--light-blue);padding:3px}@media screen and (max-width: 789px){.single-news{flex-direction:column}.single-news img{width:100%;max-height:250px;height:auto;min-width:none}.single-news .sidebar .news-items{width:100%;flex-direction:row;justify-content:space-between;padding:5px}.single-news .sidebar .news-items .news-item{width:calc((100% - 20px)/2);font-size:16px}.single-news .sidebar .newsletter{display:none}}@media screen and (max-width: 789px) and (max-width: 576px){.single-news .sidebar .news-items .news-item{width:100%}}.no-network{width:100%;background:var(--lite);display:flex;align-items:center;flex-direction:column;justify-content:center}.no-network .wifi{font-size:34px;display:block}.not-found{min-height:90vh;display:flex;align-items:center;justify-content:space-evenly;flex-direction:column}.not-found h1{color:var(--even)}.tips{width:100%;display:flex}.tips .container{width:100%;min-width:300px;height:max-content;display:flex;flex-direction:column;padding:1rem 1%;position:relative;background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.4)),to(rgba(0,0,0,.4))),url(/assets/l4-DBX_fh82.jpg);background-image:linear-gradient(#0006,#0006),url(/assets/l4-DBX_fh82.jpg);background-size:auto;background-position:center;background-repeat:no-repeat;background-attachment:fixed}.tips .container .filter-wrapper{font-size:14px;gap:.5rem;display:flex;align-items:center;justify-content:space-between}.tips .container .filter-wrapper p{color:var(--lite)}.tips .container .filter-wrapper select{height:1.5rem;border-radius:5px;border:none;outline:none}.tips .container .filter{display:flex;overflow:auto;margin:.5rem 0;-webkit-backface-visibility:hidden}.tips .container .filter::-webkit-scrollbar{width:0px;height:0;background:transparent}.tips .container .filter *{font-size:.7rem}.tips .container .filter .btn-filter{cursor:pointer;text-align:center;height:40px;padding:5px;display:flex;flex-direction:column;align-items:center;justify-content:space-evenly;text-transform:uppercase;background:var(--lite);border:1px solid var(--grey)}.tips .container .filter .btn-filter:hover{background:var(--light-grey);box-shadow:var(--shadow)}.tips .container .filter .btn-filter.active{color:var(--dark);background:var(--grey)}@media screen and (max-width: 576px){.tips .container .filter{width:100%}.tips .container .filter>*{flex:1}}.tips .container .wrapper{width:100%;display:flex;flex-direction:column;padding:.5rem 0;gap:.2rem;overflow:auto}table{color:var(--lite);font-size:15px;border-collapse:collapse}table th,table td{border:.5px solid #000;padding:2px;font-size:.6em}table th{font-weight:500;font-size:.7em}table td{text-align:center;text-align:start}table td *{font-size:1em}table td span{display:flex;align-items:center;justify-content:space-evenly;width:inherit;height:inherit}table td span .icon{font-size:1em}table td span.lost{color:var(--even)}table td span.won{color:var(--neon-blue)}.tips-table tr:nth-child(2n){background:var(--grey)}.tips-table tr:nth-child(2n):hover{background:var(--lite);color:var(--grey);cursor:pointer}.tips-table tr:nth-child(2n):hover td span.won{color:var(--blue)}.tips-table tr:nth-child(odd){background:var(--dark-blue)}.tips-table tr:nth-child(odd):hover:not(:first-of-type){background:var(--lite);color:var(--grey);cursor:pointer}.tips-table tr:nth-child(odd):hover:not(:first-of-type) td span.won{color:var(--blue)}@media screen and (max-width: 576px){.tips .container{width:100%}.post-detail{box-shadow:#00000029 0 1px 4px;display:none;position:fixed;width:100%;z-index:2}.post-detail.active{display:block}.post-detail .close{display:block;position:absolute;top:0;right:0;width:20px;height:20px;margin:5px;background:var(--transparent);cursor:pointer}.post-detail .close:hover{background:var(--light-blue);border:.5px solid var(--blue)}}.login,.register{width:100%;height:calc(100vh - 95px);margin:5px 0;display:flex;align-items:center;justify-content:center;background-size:cover;background-position:center;background-repeat:no-repeat;background-attachment:fixed;background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.4)),to(rgba(0,0,0,.4))),url(/assets/l1-6pK9x8Ed.jpg);background-image:linear-gradient(#0006,#0006),url(/assets/l1-6pK9x8Ed.jpg)}.login form,.register form{width:100%;max-width:445px;min-height:70vh;margin:5px;padding:10px;display:flex;align-items:center;justify-content:space-evenly;flex-direction:column;border-radius:5px}.login form *,.register form *{color:var(--light-grey)}.login form input,.register form input{background:#fff3;border-radius:5px;border:0;padding:10px 15px;width:100%;height:40px;color:var(--lite);font-size:80%;display:inline-block;outline:none}.login form input::placeholder,.register form input::placeholder{color:var(--light-grey);opacity:1}.login form button,.register form button{background:var(--blue);width:80%;display:block;border:none}.login form button:hover,.register form button:hover{background:var(--dark-blue)}.login form button:focus,.register form button:focus{outline:none}.login form .text,.register form .text{color:var(--light-grey);text-align:center}.login form .text a,.register form .text a{color:var(--light-blue)}.login form .text a:hover,.register form .text a:hover{text-decoration:underline}.list-users{width:100%;min-height:100vh;display:flex;align-items:center;justify-content:space-evenly;flex-wrap:wrap;padding:10px 5px;gap:5px}.list-users .header{display:flex;gap:15px;margin-bottom:20px;padding:0 10px;flex-wrap:wrap}.list-users .header input[type=search]{flex:1;min-width:250px;padding:10px 15px;border:1px solid #e2e8f0;border-radius:8px;font-size:14px}.list-users .header select{padding:10px 15px;border:1px solid #e2e8f0;border-radius:8px;background:#fff;font-size:14px}.no-results{text-align:center;padding:40px;color:#718096;font-style:italic}@media (max-width: 768px){.list-users .header{flex-direction:column}.list-users .header input[type=search]{min-width:100%}}
