:root{--hercules-suite-accent:#f25a2b;--hercules-suite-dark:#0f1319;--hercules-suite-ink:#171b22;--hercules-suite-muted:#68707d;--hercules-suite-soft:#f4f6f8;--hercules-suite-line:#e3e7eb;--hercules-suite-radius:20px;--hercules-suite-shadow:0 18px 45px rgba(14,20,28,.1)}
.hercules-suite-page,.hercules-suite-page__article,.hercules-suite-page__content{margin:0;padding:0;max-width:none;width:100%}
.hercules-suite-container{width:min(1180px,calc(100% - 40px));margin:0 auto}
.hercules-suite-section{padding:86px 0;background:#fff;color:var(--hercules-suite-ink)}
.hercules-suite-section:nth-of-type(even){background:var(--hercules-suite-soft)}
.hercules-suite-heading{max-width:760px;margin:0 auto 42px;text-align:center}
.hercules-suite-heading h2{font-size:clamp(2rem,4vw,3.35rem);line-height:1.08;margin:10px 0 14px;color:var(--hercules-suite-ink);letter-spacing:-.035em}
.hercules-suite-heading p{font-size:1.05rem;line-height:1.75;color:var(--hercules-suite-muted);margin:0}
.hercules-suite-kicker{display:inline-block;font-size:.72rem;line-height:1;text-transform:uppercase;letter-spacing:.16em;font-weight:800;color:var(--hercules-suite-accent)}
.hercules-suite-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:48px;padding:0 25px;border:0;border-radius:999px;background:var(--hercules-suite-accent);color:#fff!important;text-decoration:none!important;font-size:.82rem;font-weight:800;text-transform:uppercase;letter-spacing:.06em;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}
.hercules-suite-button:hover,.hercules-suite-button:focus{background:#df471d;transform:translateY(-2px);box-shadow:0 12px 28px rgba(242,90,43,.28)}
.hercules-suite-slider{position:relative;overflow:hidden;background:var(--hercules-suite-dark);min-height:640px;color:#fff}
.hercules-suite-slider__track,.hercules-suite-slider__slide{position:absolute;inset:0}
.hercules-suite-slider__slide{display:grid;align-items:center;background-size:cover;background-position:center;opacity:0;visibility:hidden;transition:opacity .55s ease,visibility .55s ease}
.hercules-suite-slider__slide.is-active{opacity:1;visibility:visible}
.hercules-suite-slider__shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(4,8,14,.88) 0%,rgba(4,8,14,.63) 48%,rgba(4,8,14,.22) 100%)}
.hercules-suite-slider__content{position:relative;z-index:2;width:min(1180px,calc(100% - 40px));margin:0 auto;padding:100px 0;max-width:1180px}
.hercules-suite-slider__content>*{max-width:720px}
.hercules-suite-slider__content h1{margin:14px 0 18px;color:#fff;font-size:clamp(2.8rem,6vw,5.5rem);line-height:.98;letter-spacing:-.055em;text-transform:none}
.hercules-suite-slider__content p{font-size:clamp(1rem,1.7vw,1.2rem);line-height:1.7;color:rgba(255,255,255,.84);margin:0 0 30px}
.hercules-suite-slider__nav{position:absolute;z-index:4;right:30px;bottom:30px;display:flex;gap:10px}
.hercules-suite-slider__nav button{width:48px;height:48px;border:1px solid rgba(255,255,255,.35);border-radius:50%;background:rgba(9,14,20,.45);color:#fff;font-size:1.8rem;line-height:1;cursor:pointer;backdrop-filter:blur(8px)}
.hercules-card-grid,.hercules-blog-grid,.hercules-video-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px}
.hercules-profile-card,.hercules-blog-card,.hercules-video-card{overflow:hidden;border:1px solid var(--hercules-suite-line);border-radius:var(--hercules-suite-radius);background:#fff;box-shadow:0 10px 28px rgba(15,19,25,.05);transition:transform .2s ease,box-shadow .2s ease}
.hercules-profile-card:hover,.hercules-blog-card:hover,.hercules-video-card:hover{transform:translateY(-5px);box-shadow:var(--hercules-suite-shadow)}
.hercules-profile-card__media,.hercules-blog-card__media{display:block;position:relative;aspect-ratio:4/3;overflow:hidden;background:#1b2028}
.hercules-profile-card__media img,.hercules-blog-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}
.hercules-profile-card:hover img,.hercules-blog-card:hover img{transform:scale(1.04)}
.hercules-profile-card>div:last-child,.hercules-blog-card>div:last-child,.hercules-video-card>div:last-child{padding:24px}
.hercules-profile-card h3,.hercules-blog-card h3,.hercules-video-card h3{margin:0 0 8px;font-size:1.25rem;line-height:1.25;color:var(--hercules-suite-ink)}
.hercules-profile-card h3 a,.hercules-blog-card h3 a{color:inherit;text-decoration:none}
.hercules-profile-card p,.hercules-blog-card p,.hercules-video-card p{margin:0 0 10px;color:var(--hercules-suite-muted);line-height:1.65}
.hercules-profile-card small,.hercules-video-card small{color:var(--hercules-suite-muted)}
.hercules-player-number{position:absolute;right:14px;bottom:14px;display:grid;place-items:center;width:44px;height:44px;border-radius:50%;background:var(--hercules-suite-accent);color:#fff;font-weight:900}
.hercules-suite-placeholder{display:block;width:100%;height:100%;min-height:180px;background:linear-gradient(135deg,#141a22,#2d3540 48%,#f25a2b);position:relative}
.hercules-suite-placeholder:after{content:"H";position:absolute;inset:0;display:grid;place-items:center;color:rgba(255,255,255,.4);font-size:4rem;font-weight:900}
.hercules-match-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}
.hercules-match-card{padding:26px;border:1px solid var(--hercules-suite-line);border-radius:var(--hercules-suite-radius);background:#fff;box-shadow:0 10px 28px rgba(15,19,25,.05)}
.hercules-match-card__top{display:flex;justify-content:space-between;align-items:center;gap:15px;padding-bottom:18px;border-bottom:1px solid var(--hercules-suite-line);font-size:.78rem;color:var(--hercules-suite-muted)}
.hercules-match-card__top>span{display:inline-flex;padding:7px 11px;border-radius:999px;background:#eef1f4;color:#36404d;font-weight:800;text-transform:uppercase;letter-spacing:.08em}
.hercules-match-card__top>span.is-live{background:#ffe5df;color:#c93f1a}
.hercules-match-card__top>span.is-finished{background:#e7f7ef;color:#237a52}
.hercules-match-card__teams{display:grid;grid-template-columns:1fr auto 1fr;gap:20px;align-items:center;padding:28px 0 18px;text-align:center}
.hercules-match-card__teams>div{display:grid;justify-items:center;gap:10px}
.hercules-match-card__teams img,.hercules-match-card__teams .hercules-suite-placeholder{width:70px;height:70px;min-height:70px;border-radius:50%;object-fit:cover}
.hercules-match-card__teams b{font-size:1.2rem;color:var(--hercules-suite-accent)}
.hercules-match-card__venue{text-align:center!important;margin:0!important;font-size:.88rem;color:var(--hercules-suite-muted)}
.hercules-blog-card time{display:block;margin-bottom:12px;font-size:.75rem;text-transform:uppercase;letter-spacing:.08em;color:var(--hercules-suite-muted)}
.hercules-text-link{color:var(--hercules-suite-accent)!important;text-decoration:none!important;font-weight:800;text-transform:uppercase;font-size:.75rem;letter-spacing:.07em}
.hercules-video-section{background:var(--hercules-suite-dark)!important;color:#fff}
.hercules-video-section .hercules-suite-heading h2{color:#fff}
.hercules-video-section .hercules-suite-heading p{color:rgba(255,255,255,.7)}
.hercules-video-card{background:#171d25;border-color:#2a323d;color:#fff}
.hercules-video-card h3{color:#fff}
.hercules-video-card p{color:rgba(255,255,255,.68)}
.hercules-video-card__media{aspect-ratio:16/9;background:#090c10;overflow:hidden}
.hercules-video-card video{display:block;width:100%;height:100%;object-fit:cover;background:#090c10}
.hercules-suite-empty{grid-column:1/-1;padding:30px;border:1px dashed var(--hercules-suite-line);border-radius:16px;text-align:center;color:var(--hercules-suite-muted)}
.hercules-support{padding:90px 0;background:var(--hercules-suite-soft);min-height:640px}
.hercules-support-form,.hercules-support-reply,.hercules-ticket-header,.hercules-ticket-thread{max-width:900px;margin:0 auto;background:#fff;border:1px solid var(--hercules-suite-line);border-radius:var(--hercules-suite-radius);box-shadow:var(--hercules-suite-shadow)}
.hercules-support-form,.hercules-support-reply{padding:34px}
.hercules-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}
.hercules-form-grid .is-wide{grid-column:1/-1}
.hercules-support label,.hercules-docs label{display:grid;gap:8px;font-size:.82rem;font-weight:800;color:var(--hercules-suite-ink)}
.hercules-support input,.hercules-support textarea,.hercules-docs input,.hercules-docs select,.hercules-language-switcher select{width:100%;border:1px solid #d6dce2;border-radius:12px;background:#fff;padding:12px 14px;color:var(--hercules-suite-ink);font:inherit}
.hercules-support input:focus,.hercules-support textarea:focus,.hercules-docs input:focus,.hercules-docs select:focus{outline:2px solid rgba(242,90,43,.2);border-color:var(--hercules-suite-accent)}
.hercules-suite-notice{max-width:900px;margin:0 auto 20px;padding:15px 18px;border-radius:12px;background:#e8f7ef;color:#226e4c}
.hercules-suite-notice.is-error{background:#ffe8e2;color:#9a351a}
.hercules-ticket-header{padding:34px;margin-bottom:24px}
.hercules-ticket-header>span{font-size:.75rem;font-weight:800;text-transform:uppercase;letter-spacing:.1em;color:var(--hercules-suite-accent)}
.hercules-ticket-header h2{margin:8px 0 15px}
.hercules-ticket-thread{padding:26px;margin-bottom:24px}
.hercules-ticket-thread article{max-width:78%;margin:0 0 18px;padding:18px 20px;border-radius:16px;background:var(--hercules-suite-soft)}
.hercules-ticket-thread article.is-support{margin-left:auto;background:#fff0ea}
.hercules-ticket-thread article header{display:flex;justify-content:space-between;gap:15px;margin-bottom:8px;font-size:.78rem}
.hercules-ticket-thread article time{color:var(--hercules-suite-muted)}
.hercules-ticket-thread article p{margin:0;line-height:1.65}
.hercules-docs{max-width:1100px;margin:0 auto;padding:30px 0}
.hercules-docs__toolbar{display:grid;grid-template-columns:minmax(220px,.5fr) minmax(300px,1fr);gap:18px;margin-bottom:24px;padding:22px;border-radius:16px;background:var(--hercules-suite-dark)}
.hercules-docs__toolbar label{color:#fff}
.hercules-docs__results{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.hercules-docs__results article{padding:24px;border:1px solid var(--hercules-suite-line);border-radius:16px;background:#fff}
.hercules-docs__results h3{display:flex;gap:12px;align-items:center;margin:0 0 12px;font-size:1.15rem}
.hercules-docs__results h3 span{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:#fff0ea;color:var(--hercules-suite-accent);font-size:.72rem}
.hercules-docs__results p{margin:0;color:var(--hercules-suite-muted);line-height:1.7}
.hercules-language-switcher{display:inline-block;min-width:160px}
.hercules-language-switcher select{padding:8px 34px 8px 12px;font-size:.82rem}
body.hercules-woocommerce-off .site-header-cart,body.hercules-woocommerce-off .woocommerce-menu,body.hercules-fitcalc-off .hercules-fitcalc-entry{display:none!important}
body.hercules-rtl-preview{direction:rtl;text-align:right}
body.hercules-rtl-preview .hercules-suite-slider__shade{background:linear-gradient(270deg,rgba(4,8,14,.88) 0%,rgba(4,8,14,.63) 48%,rgba(4,8,14,.22) 100%)}
body.hercules-rtl-preview .hercules-suite-slider__nav{right:auto;left:30px}
body.hercules-rtl-preview .hercules-ticket-thread article.is-support{margin-left:0;margin-right:auto}
body.hercules-rtl-preview .hercules-player-number{right:auto;left:14px}
@media(max-width:980px){.hercules-card-grid,.hercules-blog-grid,.hercules-video-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hercules-suite-slider{min-height:560px}.hercules-match-grid{grid-template-columns:1fr}}
@media(max-width:700px){.hercules-suite-container,.hercules-suite-slider__content{width:min(100% - 28px,1180px)}.hercules-suite-section{padding:64px 0}.hercules-suite-slider{min-height:520px}.hercules-suite-slider__content{padding:80px 0}.hercules-suite-slider__nav{right:16px;bottom:16px}.hercules-card-grid,.hercules-blog-grid,.hercules-video-grid,.hercules-docs__results,.hercules-docs__toolbar,.hercules-form-grid{grid-template-columns:1fr}.hercules-form-grid .is-wide{grid-column:auto}.hercules-match-card__teams{gap:10px}.hercules-match-card{padding:20px}.hercules-ticket-thread article{max-width:92%}.hercules-support-form,.hercules-support-reply,.hercules-ticket-header,.hercules-ticket-thread{padding:22px}.hercules-docs__toolbar{padding:16px}}
@media(prefers-reduced-motion:reduce){.hercules-suite-slider__slide,.hercules-profile-card,.hercules-blog-card,.hercules-video-card,.hercules-suite-button{transition:none!important}}
