@import"https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap";html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0;font-family:sans-serif}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{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-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-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-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}input[type=search]::-webkit-search-cancel-button{-webkit-appearance:none;appearance:none}.header{position:sticky;top:0;z-index:100;height:66px;display:flex;align-items:center;justify-content:space-between;padding:0 48px;background-color:#000;transition:background-color .3s ease}.header--scrolled{background:radial-gradient(circle at center,#12141b,#0b0d14);box-shadow:-1px 4px 14px #000}.header-logo{display:flex;align-items:center}.header-logo img{width:28px;transition:transform .2s ease,opacity .2s ease}.header-logo img:hover{transform:scale(1.1);opacity:.8}.header-nav{display:flex;align-items:center;gap:32px}.header-nav a{background:none;border:none;cursor:pointer;font-family:Inter,sans-serif;font-size:18px;font-weight:400;text-decoration:none;color:#fff;padding:4px 0;position:relative}.header-nav a:after{content:"";position:absolute;bottom:-4px;left:0;width:0%;height:2px;background-color:#fff;transition:width .3s ease}.header-nav a:hover:after{width:100%}.header-discord{display:flex;align-items:center}.header-discord img{width:28px;transition:transform .2s ease,opacity .2s ease}.header-discord:hover img{transform:scale(1.1);opacity:.8}.mobile-menu{position:fixed;inset:0;z-index:999;background-color:#000;display:flex;align-items:center;justify-content:center}.header-mobile-icon{background:none;border:none;padding:0;outline:none}.header-mobile-icon:focus-visible{outline:none}.header-mobile-icon img{display:block}.mobile-menu-close{position:absolute;top:24px;right:24px;width:46px;background:none;border:none;cursor:pointer}.mobile-menu-nav{display:flex;flex-direction:column;gap:32px;text-align:center}.mobile-menu-nav a{font-family:Inter,sans-serif;font-size:32px;color:#fff;text-decoration:none;transition:opacity .2s ease}.mobile-menu-nav a:hover{opacity:.7}@media(max-width:768px){.header{align-items:center;padding:0 24px;height:62px}.header-nav a{font-size:20px;font-weight:300}.header-logo img,.header-mobile-icon img{width:32px}}.home-layout{width:auto;height:90vh;position:relative;top:-100px;z-index:0}.home-img{width:100%;height:auto;object-fit:cover;object-position:center;display:block;z-index:1;box-shadow:-3px 5px 14px #000}img.no-interaction{pointer-events:none;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;-webkit-touch-callout:none}@media(max-width:1500px){.home-layout{height:auto;top:0}}@media(max-width:1300px){.home-layout{top:0}.home-img{height:90vh}}@media(max-width:768px){.home-layout{height:100vh;top:-70px}.home-img{height:108.7vh}}.race-calendar{width:auto;padding:5rem 7vw;display:grid;grid-template-columns:repeat(2,1fr);gap:4rem;background:radial-gradient(circle at center,#12141b,#0b0d14);color:#fff;font-family:Inter,sans-serif}.race-calendar__column{display:flex;flex-direction:column;gap:1.5rem}.race-calendar__item{display:grid;grid-template-columns:90px 1fr 50px;align-items:center;background:linear-gradient(90deg,#ffffff0f,#ffffff05);border-radius:14px;padding:1.2rem 1.6rem;transition:transform .25s ease,background .25s ease}.race-calendar__item:hover{transform:translate(6px);background:linear-gradient(90deg,#ff000040,#ffffff0a)}.race-calendar__date{display:flex;flex-direction:column;text-align:left;font-weight:700}.race-calendar__date .month{font-size:.7rem;opacity:.7;letter-spacing:.1em}.race-calendar__date .days{font-size:1.2rem;color:#d70c0c}.race-calendar__info{display:flex;flex-direction:column}.race-calendar__info .round{font-size:.75rem;opacity:.6;letter-spacing:.08em}.race-calendar__info .country{font-size:1.3rem;font-weight:700;margin:.2rem 0}.race-calendar__info .location{font-size:1rem;opacity:.7}.race-calendar__flag{display:flex;justify-content:flex-end}.race-calendar__flag img{width:44px}@media(max-width:1024px){.race-calendar{grid-template-columns:1fr;gap:1.5rem}}@media(max-width:480px){.race-calendar__item{grid-template-columns:65px 1fr 50px;padding:1.2rem 1.3rem}.race-calendar__date .month{font-size:.7rem}.race-calendar__date .days{font-size:1.1rem}.race-calendar__info .round{font-size:.7rem}.race-calendar__info .country{font-size:1.2rem}.race-calendar__info .location{font-size:.8rem}}.team--kicksauber{color:#53fc18}.team--ferrari{color:#da291c}.team--redbull{color:#1e41ff}.team--mercedes{color:#00d2be}.team--mclaren{color:#de9747}.team--astonmartin{color:#00665e}.team--williams{color:#005aff}.team--haas{color:#b6babd}.team--vcarb{color:#1a1f71}.team--alpine{color:#0e55a0}.standings{display:flex;justify-content:center;padding:56px 32px;background:radial-gradient(circle at center,#12141b,#0b0d14);font-family:Inter,sans-serif;color:#fff}.standings__card{width:100%;max-width:1440px;padding:40px 48px;background:#000;border-radius:18px;box-shadow:0 14px 36px #00000047}.standings__table{width:100%;border-collapse:collapse;table-layout:auto}.standings__table thead th{padding-bottom:18px;text-align:left;font-size:12px;font-weight:600;letter-spacing:.12em;opacity:.7;border-bottom:1px solid rgba(255,255,255,.25)}.standings__table thead th:last-child{text-align:right}.standings__row{border-bottom:1px solid rgba(255,255,255,.12);transition:background .25s ease}.standings__row:hover{background:#ffffff0a}.standings__cell{padding:20px 0;font-size:15px;vertical-align:middle;white-space:nowrap}.standings__cell--pos{width:72px;font-weight:800;opacity:.85}.standings__cell--driver{width:190px;padding-right:32px;white-space:normal}.standings__cell--team{width:130px;padding-right:16px}.standings__cell--points{width:96px;text-align:right;font-size:17px;font-weight:900;letter-spacing:.04em}.driver{display:flex;align-items:center;gap:14px}.driver__avatar{width:28px;height:28px;flex-shrink:0;border-radius:50%;background:currentColor;opacity:.9;display:flex;align-items:center;justify-content:center;overflow:hidden}.driver__avatar-img{width:100%;height:100%;object-fit:cover;display:block;transform:translateY(6%)}.driver__name{font-weight:600;letter-spacing:.02em;color:#fff}.team{display:flex;align-items:center;gap:12px}.team__logo{width:24px;height:24px;flex-shrink:0;border-radius:50%;background:currentColor;opacity:.9;display:flex;align-items:center;justify-content:center;box-shadow:inset 0 0 0 1px #00000026}.team__logo-img{width:70%;height:70%;object-fit:contain;display:block;filter:brightness(1.05) contrast(1.05)}.team__name{font-weight:500;opacity:.9;color:#fff}.standings__button{display:block;margin:32px auto 0;padding:14px 62px;background:transparent;color:#fff;border:2px solid rgba(255,255,255,.45);border-radius:999px;font-family:Inter,sans-serif;font-size:13px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;cursor:pointer;transition:background .25s ease,border-color .25s ease,transform .2s ease}.standings__button:hover{background:#ffffff14;border-color:#ffffffbf;transform:translateY(-1px)}.standings__button:active{transform:translateY(0)}.standings__button:focus-visible{outline:none;box-shadow:0 0 0 3px #ffffff40}@media(max-width:768px){.standings{padding:40px 10px}.standings__card{padding:28px 24px;border-radius:14px}.standings__table thead th{font-size:11px;padding-bottom:14px}.standings__row:hover{background:none}.standings__cell{padding:16px 0}.standings__cell--pos{width:48px;font-size:14px}.standings__cell--driver{padding-right:16px}.standings__cell--team{padding-right:12px;opacity:.75}.standings__cell--points{width:72px;font-size:14px}.driver{gap:14px}.driver__avatar{width:24px;height:24px}.driver__name{font-size:14px}.team{gap:8px}.team__logo{width:24px;height:24px}.team__logo-img{width:72%;height:72%}.team__name{font-size:14px}.standings__button{margin-top:28px;padding:12px 36px;font-size:12px}}.contact{display:grid;grid-template-columns:1fr 580px;gap:4rem;padding:6rem;background:linear-gradient(135deg,#0b0d12,#020205);color:#f1f5f9;font-family:Inter,sans-serif}.contact__left h2{font-size:3.3rem;margin-bottom:0;font-weight:800;letter-spacing:-.5px;background:linear-gradient(90deg,#fff,#c20d0d);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.contact__left p{color:#9ca3af;margin-top:.6rem;margin-bottom:2.5rem;line-height:1.7;font-size:1.15rem;max-width:520px}.contact__info{padding:1.2rem 1.4rem;border-radius:14px;background:#ffffff08;border:1px solid rgba(255,255,255,.06);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);max-width:420px}.contact__info h4{margin-bottom:.4rem;color:#f8fafc;font-size:.9rem;font-weight:600;letter-spacing:1px;text-transform:uppercase}.contact__info p{margin-top:.2rem;color:#c20d0d;cursor:pointer;font-size:.95rem;transition:all .2s ease}.contact__info p:hover{color:#e11d1d;text-decoration:underline}.contact__right{display:flex;justify-content:center;align-items:center}.contact__form{width:100%;background:#14161ee0;padding:3rem;border-radius:20px;border:1px solid rgba(255,255,255,.08);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);box-shadow:0 25px 80px #000000b3}.contact__form h3{margin-top:.5rem;margin-bottom:0;font-size:2.2rem;font-weight:700;color:#fff}.contact__form h4{margin-top:.5rem;margin-bottom:1.5rem;font-size:1.05rem;font-weight:400;color:#9ca3af}.contact__form .field{margin-bottom:1.1rem}.contact__form .field input,.contact__form .field textarea{width:92.5%;margin-top:.4rem;padding:.9rem 1rem;border-radius:10px;border:1px solid rgba(255,255,255,.12);background:#05060cb3;color:#fff;font-family:Inter,sans-serif;font-size:.95rem;outline:none;transition:all .2s ease}.contact__form .field input::placeholder,.contact__form .field textarea::placeholder{color:#6b7280}.contact__form .field input:focus,.contact__form .field textarea:focus{border-color:#c20d0d;box-shadow:0 0 0 3px #c20d0d59;background:#05060ce6}.contact__form .field textarea{resize:none;min-height:120px}.contact__form .field .error{display:block;margin-top:.35rem;font-size:.8rem;color:#b11212;letter-spacing:.3px}.contact__form button{width:100%;margin-top:.5rem;padding:.95rem;border-radius:999px;border:1px solid rgba(139,135,135,.35);background:linear-gradient(180deg,#1b1f2a,#0f121a);color:#fff;font-size:1rem;font-weight:600;letter-spacing:.4px;cursor:pointer;transition:all .25s ease;box-shadow:0 10px 30px #00000080}.contact__form button:hover{background:linear-gradient(180deg,#232838,#141827);border-color:#c20d0d;transform:translateY(-1px);box-shadow:0 0 0 1px #c20d0d73,0 0 30px #c20d0d59}.contact__form button:active{transform:translateY(0);box-shadow:0 0 15px #c20d0d40}.contact__form button:disabled{background:linear-gradient(180deg,#1f2937,#111827);border-color:#ffffff1a;color:#9ca3af;cursor:not-allowed;box-shadow:none;transform:none}.contact__form p{margin-top:1rem;font-size:.8rem;color:#9ca3af;text-align:center;line-height:1.5}.contact__form p a{color:#c20d0d;text-decoration:none;transition:color .2s ease}.contact__form p a:hover{color:#e11d1d;text-decoration:underline}.contact__form .success{margin-top:1.2rem;color:#16a34a;font-size:.9rem;text-align:center;font-weight:600;letter-spacing:.2px}@media(max-width:1200px){.contact{grid-template-columns:1fr;gap:3rem;padding:3rem 2rem}.contact__left h2{font-size:2.6rem}.contact__left p{font-size:1.05rem;max-width:100%}.contact__info{max-width:100%;padding:1rem 1.2rem}.contact__form{padding:2.2rem;border-radius:18px}.contact__form h3{font-size:1.8rem}.contact__form h4{font-size:.95rem;margin-bottom:1.2rem}.contact__form .field input,.contact__form .field textarea{width:100%;font-size:.9rem;padding:.8rem .9rem}.contact__form button{padding:.85rem;font-size:.95rem}}@media(max-width:768px){.contact{padding:2rem 1.2rem;gap:2.5rem}.contact__left{text-align:center}.contact__left h2{font-size:2.1rem;line-height:1.2}.contact__left p{font-size:.95rem;margin-bottom:2rem}.contact__info{margin:0 auto;text-align:center;padding:.9rem 1rem}.contact__info h4{font-size:.8rem}.contact__info p{font-size:.85rem}.contact__right{align-items:stretch}.contact__form{padding:1.8rem 1.5rem;border-radius:16px}.contact__form h3{font-size:1.5rem;text-align:center}.contact__form h4{font-size:.85rem;text-align:center}.contact__form .field input,.contact__form .field textarea{width:90%;font-size:.85rem;padding:.75rem .85rem}.contact__form button{font-size:.9rem;padding:.8rem}.contact__form p{font-size:.7rem}.contact__form .success{font-size:.8rem}}.footer{background-color:#000;font-family:Inter,sans-serif;display:flex;flex-direction:column;margin-top:auto}.footer__partners{text-align:center;padding:64px 24px 40px}.footer__partners-title{font-size:1.5rem;font-weight:700;letter-spacing:.1em;color:#fff;margin-bottom:32px}.footer__partner-logo{width:200px;max-width:100%;transition:transform .25s ease,opacity .25s ease}.footer__partner-logo:hover{transform:scale(1.08);opacity:.85}.footer__bottom{display:grid;grid-template-columns:1fr auto 1fr;grid-template-areas:"copyright logo buttons";align-items:center;gap:24px;padding:20px 64px;border-top:1px solid rgba(255,255,255,.08)}.footer__copyright{font-size:.85rem;color:#fff9;grid-area:copyright}.footer__logo{width:120px;grid-area:logo}.footer__buttons{grid-area:buttons;display:flex;justify-content:flex-end;gap:20px}.footer__button{font-size:.85rem;color:#fff;text-decoration:none;padding:6px 10px;border-radius:4px;transition:background-color .2s ease,color .2s ease}.footer__button:hover{background-color:#fff;color:#000}@media(max-width:1200px){.footer__bottom{padding:20px 32px}}@media(max-width:768px){.footer__partners{padding:48px 16px 32px}.footer__partners-title{font-size:1.25rem}.footer__bottom{grid-template-columns:1fr;grid-template-areas:"buttons" "logo" "copyright";text-align:center;gap:16px}.footer__buttons{justify-content:center;flex-wrap:wrap;gap:12px}.footer__logo{margin:8px auto}}.legal-page{max-width:900px;margin:0 auto;padding:3rem 1.5rem;color:#eaeaea;line-height:1.7}.legal-page h1{font-size:2.4rem;margin-bottom:.5rem}.legal-page .legal-updated{font-size:.9rem;opacity:.7;margin-bottom:2rem}.legal-page section{margin-bottom:2.5rem}.legal-page section h2{font-size:1.4rem;margin-bottom:.75rem;color:#fff}.legal-page section p{margin-bottom:.75rem}.legal-page section ul{margin:.75rem 0 .75rem 1.25rem}.legal-page section ul li{margin-bottom:.4rem;list-style:disc}.legal-page .no-cookies{font-weight:600;color:#9be7ff}body{background-color:#000}
