@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@600;700;800&display=swap');
@import url('motion.css');
@import url('interactive.css');
@import url('features.css');
@import url('store-controls.css');

:root { --ink:#102d29; --muted:#60736f; --line:#dbe8e1; --green:#177b58; --deep:#07553d; --mint:#edf8f2; --cream:#f8fbf8; --aqua:#5baeba; --aqua-deep:#165e68; --aqua-soft:#dff1f2; --coral:#e66b4f; --white:#fff; --shadow:0 15px 40px rgba(13, 70, 52, .09); }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { margin:0; color:var(--ink); background:var(--cream); font:16px/1.5 'DM Sans', sans-serif; }
a { color:inherit; text-decoration:none; }
a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible { outline:3px solid var(--aqua); outline-offset:3px; }
button,input,select,textarea { font:inherit; }
button { cursor:pointer; }
.container { width:min(1180px, calc(100% - 40px)); margin:auto; }
.site-header { height:76px; background:rgba(255,255,255,.95); backdrop-filter:blur(10px); border-bottom:1px solid var(--line); display:flex; align-items:center; position:sticky; top:0; z-index:20; }
.nav { position:relative; display:flex; align-items:center; justify-content:space-between; gap:24px; }
.brand { display:flex; align-items:center; gap:9px; min-width:max-content; }
.brand-mark { flex:0 0 auto; width:50px; height:29px; background:url('assets/arena-365-logo.png') center 56% / 104% auto no-repeat; }
.brand-mark img { display:none; }
.brand-text { font:800 16px/1 'Manrope', sans-serif; letter-spacing:0; }
.brand-text small { display:block; font:700 8px/1.4 'DM Sans', sans-serif; letter-spacing:1.1px; margin-top:3px; }
.nav-links { display:flex; align-items:center; gap:22px; margin-left:auto; font-size:14px; font-weight:600; color:#47615b; }
.nav-links a { position:relative; transition:color .2s ease; }.nav-links a::after { content:''; position:absolute; right:0; bottom:-8px; left:0; height:2px; background:var(--aqua); transform:scaleX(0); transform-origin:left; transition:transform .22s ease; }.nav-links a:hover,.nav-links .active { color:var(--green); }.nav-links a:hover::after,.nav-links .active::after { transform:scaleX(1); }
.nav-actions { display:flex; align-items:center; gap:9px; }
.header-socials { display:flex; align-items:center; gap:5px; padding-right:9px; margin-right:1px; border-right:1px solid var(--line); }
.header-social { display:grid; place-items:center; width:32px; height:32px; border-radius:50%; color:var(--green); transition:background .2s ease,color .2s ease,transform .2s ease; }
.header-social:hover { background:var(--aqua-soft); color:var(--deep); transform:translateY(-2px); }
.header-social i { width:17px; height:17px; }
.instagram-glyph { display:grid; place-items:center; }.instagram-glyph svg { width:18px; height:18px; }
.facebook-glyph { font:800 22px/1 Arial,sans-serif; transform:translateY(1px); }
.account-access,.nav-actions .button { display:inline-flex; align-items:center; gap:7px; }
.account-access i,.nav-actions .button i { width:16px; height:16px; }
.icon-button { display:inline-grid; place-items:center; width:38px; height:38px; border:1px solid var(--line); border-radius:7px; color:var(--deep); background:#fff; }
.icon-button { transition:background .2s ease,transform .2s ease,border-color .2s ease; }.icon-button:hover { background:var(--aqua-soft); border-color:#9fd1d6; transform:translateY(-2px); }
.mobile-toggle { display:none; }
.button { display:inline-flex; align-items:center; justify-content:center; gap:8px; min-height:42px; padding:0 18px; border:0; border-radius:6px; background:var(--green); color:#fff; font-size:14px; font-weight:700; box-shadow:0 7px 14px rgba(23,123,88,.17); transition:background .2s ease,transform .2s ease,box-shadow .2s ease; }
.button i { transition:transform .2s ease; }.button:hover { background:var(--deep); transform:translateY(-2px); box-shadow:0 11px 21px rgba(23,123,88,.22); }.button:hover i { transform:translateX(3px); }
.button.secondary { background:#fff; color:var(--deep); border:1px solid var(--line); box-shadow:none; }
.button.ghost { background:transparent; color:var(--green); box-shadow:none; padding:0; min-height:auto; }
.button.small { min-height:34px; padding:0 13px; font-size:13px; }

.hero { min-height:clamp(540px,52vw,680px); color:#fff; position:relative; overflow:hidden; }
.hero-slide { position:absolute; inset:0; display:grid; align-items:center; opacity:0; visibility:hidden; transform:scale(1.025); transition:opacity .65s ease,visibility .65s ease,transform 5.5s ease; background:linear-gradient(90deg,rgba(4,44,34,.84) 0%,rgba(4,44,34,.57) 40%,rgba(4,44,34,.06) 74%),url('assets/arena-sada-hero.png') center / cover; }
.hero-slide-tournament { background-image:linear-gradient(90deg,rgba(3,34,30,.87) 0%,rgba(3,34,30,.56) 42%,rgba(3,34,30,.08) 76%),url('assets/arena-tournament-hero.png'); }
.hero-slide.is-active { opacity:1; visibility:visible; transform:scale(1); }
.hero-copy { width:min(590px,100%); padding:clamp(76px,9vw,130px) 0; position:relative; z-index:1; }
.eyebrow { display:flex; align-items:center; gap:8px; font-size:13px; font-weight:700; letter-spacing:.7px; text-transform:uppercase; }
.eyebrow::before { content:''; width:25px; height:2px; background:var(--aqua); }
h1,h2,h3,h4,p { margin-top:0; }
h1 { margin:15px 0 18px; font:800 clamp(42px,5vw,69px)/1.04 'Manrope',sans-serif; letter-spacing:0; }
h2 { font:800 clamp(29px,3.5vw,42px)/1.13 'Manrope',sans-serif; letter-spacing:0; }
h3 { font:800 18px/1.25 'Manrope',sans-serif; }
.hero h1 { max-width:560px; font-size:clamp(42px,5.2vw,70px); }
.hero p { max-width:510px; font-size:clamp(16px,1.45vw,18px); color:#eef9f4; }
.hero-actions { display:flex; flex-wrap:wrap; gap:10px; margin-top:28px; }
.hero .button.secondary { border-color:rgba(255,255,255,.55); color:#fff; background:rgba(255,255,255,.12); }
.hero-carousel-controls { position:absolute; z-index:2; right:0; bottom:29px; left:0; display:flex; justify-content:space-between; align-items:center; }
.hero-dots,.hero-arrows { display:flex; align-items:center; gap:8px; }.hero-dot { width:34px; height:4px; padding:0; border:0; border-radius:99px; background:rgba(255,255,255,.45); transition:width .25s ease,background .25s ease; }.hero-dot.is-active { width:52px; background:#fff; }.hero-arrow { display:grid; place-items:center; width:40px; height:40px; border:1px solid rgba(255,255,255,.56); border-radius:7px; background:rgba(4,44,34,.24); color:#fff; transition:background .2s ease,transform .2s ease; }.hero-arrow:hover { background:rgba(255,255,255,.2); transform:translateY(-2px); }.hero-arrow i { width:19px; }
.numbers { margin-top:-45px; position:relative; display:grid; grid-template-columns:repeat(3,1fr); background:#fff; box-shadow:var(--shadow); border-radius:8px; overflow:hidden; }
.number { padding:23px 30px; display:flex; align-items:center; gap:14px; border-right:1px solid var(--line); }
.number:last-child { border:0; }
.number i { color:var(--green); width:27px; height:27px; }
.number strong { display:block; font:800 22px/1 'Manrope',sans-serif; }.number span { color:var(--muted); font-size:13px; }
.section { padding:88px 0; }.section.mint { background:var(--mint); }.section-head { display:flex; justify-content:space-between; gap:20px; align-items:end; margin-bottom:32px; }.section-head p { max-width:530px; margin:0; color:var(--muted); }
.feature-grid { display:grid; grid-template-columns:1.15fr .85fr .85fr; gap:18px; }.feature { min-height:245px; display:flex; flex-direction:column; padding:28px; border-radius:8px; background:#fff; border:1px solid var(--line); transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease; }.feature:hover { transform:translateY(-6px); border-color:#b8dfe2; box-shadow:var(--shadow); }.feature.feature-main { color:white; background:var(--deep); }.feature i { width:35px; height:35px; color:var(--green); transition:transform .25s ease; }.feature:hover i { transform:rotate(-6deg) scale(1.06); }.feature-main i { color:#a9e1c5; }.feature h3 { margin:45px 0 8px; }.feature p { color:var(--muted); font-size:14px; }.feature-main p { color:#cce8dc; }.feature-link { display:inline-flex; align-items:center; gap:7px; margin-top:auto; padding-top:18px; color:var(--green); font-size:13px; font-weight:800; }.feature-link i { width:16px; height:16px; }.feature-main .feature-link { color:#bce7d1; }
.schedule-grid { display:grid; grid-template-columns:1.2fr .8fr; gap:30px; }.list-card,.panel,.product-card,.login-card,.table-card { background:#fff; border:1px solid var(--line); border-radius:8px; }.session { display:grid; grid-template-columns:58px 1fr auto; align-items:center; gap:16px; padding:17px 20px; border-bottom:1px solid var(--line); transition:background .2s ease,padding-left .2s ease; }.session:hover { background:#f2fbfb; padding-left:25px; }.session:last-child { border:0; }.session-day { font:800 20px/1 'Manrope'; color:var(--green); text-align:center; }.session-day small { display:block; font:600 11px/1.6 'DM Sans'; color:var(--muted); }.session h4 { margin:0 0 3px; font-size:15px; }.session p { margin:0; color:var(--muted); font-size:13px; }.tag { display:inline-flex; padding:4px 8px; border-radius:99px; font-size:12px; font-weight:700; background:#e8f6ee; color:#13704f; }.tag.sand { background:var(--aqua-soft); color:var(--aqua-deep); }.tag.coral { background:#fff0ec; color:#b9523d; }
.benefits { padding:28px; background:#104f3d; color:#fff; border-radius:8px; }.benefits p { color:#cfe4da; }.check-list { padding:0; list-style:none; }.check-list li { display:flex; gap:10px; padding:10px 0; border-bottom:1px solid rgba(255,255,255,.14); font-size:14px; }.check-list i { width:18px; color:#b3e2ca; }
.cta-band { background:linear-gradient(115deg,#dff1f2 0%,#c0e1e4 48%,#92c8ce 100%); padding:48px 0; }.cta-inner { display:flex; justify-content:space-between; align-items:center; gap:25px; }.cta-inner h2 { max-width:600px; margin:0; }.site-footer { background:#082f27; color:#edf7f2; padding:53px 0 25px; }.footer-grid { display:grid; grid-template-columns:1.25fr repeat(3,1fr); gap:36px; }.site-footer .brand { margin-bottom:16px; }.site-footer p,.site-footer a { color:#b8d0c6; font-size:14px; }.footer-links { display:grid; gap:8px; }.footer-title { font-weight:700; margin-bottom:12px; }.copyright { border-top:1px solid rgba(255,255,255,.14); margin-top:34px; padding-top:18px; color:#a9c0b7; font-size:12px; }

/* Application shell */
.app-body { background:#f3f8f5; }.app-header { position:sticky; top:0; z-index:20; background:#fff; border-bottom:1px solid var(--line); }.app-header .nav { min-height:68px; }.app-layout { width:min(1380px, calc(100% - 32px)); margin:0 auto; display:grid; grid-template-columns:220px 1fr; gap:25px; padding:26px 0 70px; }.sidebar { padding:10px 0; }.profile-summary { padding:20px 14px; margin-bottom:12px; background:#e5f3eb; border-radius:8px; }.avatar { width:46px; height:46px; border-radius:50%; background:var(--aqua-deep); color:#fff; display:grid; place-items:center; font:800 18px 'Manrope'; }.profile-summary .avatar { margin-bottom:10px; }.profile-summary strong { display:block; }.profile-summary span { color:var(--muted); font-size:12px; }.side-nav { display:grid; gap:4px; }.side-nav a { display:flex; align-items:center; gap:10px; padding:10px 12px; border-radius:6px; color:#597069; font-size:14px; font-weight:600; transition:background .18s ease,color .18s ease,transform .18s ease; }.side-nav a i { width:18px; }.side-nav a:hover,.side-nav a.active { color:var(--deep); background:#dff2e7; transform:translateX(3px); }.app-content { min-width:0; }.page-top { display:flex; justify-content:space-between; align-items:center; gap:20px; margin:6px 0 25px; }.page-top h1 { margin:0; font-size:31px; }.page-top p { color:var(--muted); margin:5px 0 0; }.dashboard-grid { display:grid; grid-template-columns:1.4fr .9fr; gap:20px; }.panel { padding:22px; transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease; }.panel:hover { border-color:#b9dfe2; }.panel h3 { margin-bottom:18px; }.welcome { display:flex; align-items:center; justify-content:space-between; gap:20px; min-height:143px; background:#0d5d43; color:white; overflow:hidden; position:relative; }.welcome:after { content:''; position:absolute; width:170px; aspect-ratio:1; border:31px solid rgba(255,255,255,.09); border-radius:50%; right:-60px; bottom:-82px; }.welcome p { color:#c5e3d5; margin:5px 0 0; }.welcome h2 { margin:0; font-size:28px; }.welcome .avatar { z-index:1; width:78px; height:78px; background:var(--aqua); font-size:26px; }.stats-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:14px; }.stat { padding:17px; border:1px solid var(--line); border-radius:7px; transition:transform .22s ease,box-shadow .22s ease; }.stat:hover { transform:translateY(-4px); box-shadow:0 8px 18px rgba(13,70,52,.08); }.stat i { width:23px; height:23px; color:var(--green); }.stat strong { display:block; margin-top:19px; font:800 26px/1 'Manrope'; }.stat span { color:var(--muted); font-size:12px; }.progress { height:9px; background:#e0eee7; border-radius:20px; overflow:hidden; }.progress > span { display:block; height:100%; background:linear-gradient(90deg,var(--green),var(--aqua)); border-radius:inherit; transform:scaleX(0); transform-origin:left; transition:transform 1s cubic-bezier(.2,.8,.2,1); }.bonus-card.is-visible .progress > span { transform:scaleX(1); }.bonus-card { background:#f1faf4; }.bonus-card .bonus-meta { display:flex; justify-content:space-between; gap:10px; margin:14px 0 10px; color:var(--muted); font-size:13px; }.mini-row { display:flex; justify-content:space-between; gap:12px; padding:13px 0; border-bottom:1px solid var(--line); font-size:14px; }.mini-row:last-child { border:0; }.mini-row b { font-weight:700; }.mini-row small { color:var(--muted); }
.filters { display:flex; flex-wrap:wrap; gap:8px; margin:0 0 20px; }.filter { border:1px solid var(--line); color:var(--muted); background:#fff; padding:8px 12px; border-radius:6px; font-size:13px; font-weight:700; }.filter.active { color:#fff; background:var(--green); border-color:var(--green); }.training-list { display:grid; gap:14px; }.training-card { display:grid; grid-template-columns:95px 1fr 145px; gap:22px; align-items:center; padding:20px; background:#fff; border:1px solid var(--line); border-radius:8px; }.date-box { padding:12px 8px; text-align:center; background:var(--mint); color:var(--green); border-radius:6px; font:800 26px/1 'Manrope'; }.date-box small { display:block; margin-top:5px; color:var(--muted); font:700 11px 'DM Sans'; text-transform:uppercase; }.training-card h3 { margin:0 0 7px; }.training-card p { color:var(--muted); margin:0; font-size:14px; }.details { display:flex; flex-wrap:wrap; gap:12px; margin-top:12px; font-size:13px; font-weight:600; }.details span { display:inline-flex; align-items:center; gap:5px; }.details i { width:16px; color:var(--green); }.training-action { text-align:right; }.training-action .tag { margin-bottom:9px; }
.bonus-options { display:grid; grid-template-columns:repeat(2,1fr); gap:17px; }.bonus-option { padding:25px; background:#fff; border:1px solid var(--line); border-radius:8px; position:relative; overflow:hidden; transition:transform .23s ease,box-shadow .23s ease; }.bonus-option:hover { transform:translateY(-5px); box-shadow:var(--shadow); }.bonus-option.highlight { color:#fff; background:var(--deep); border-color:var(--deep); }.bonus-option.highlight:after { content:'MÁS ELEGIDO'; position:absolute; right:-37px; top:18px; background:var(--aqua-soft); color:var(--aqua-deep); font-size:10px; font-weight:800; padding:5px 41px; transform:rotate(40deg); }.bonus-option p { color:var(--muted); }.bonus-option.highlight p { color:#cfe5db; }.price { margin:16px 0; font:800 42px/1 'Manrope'; }.price small { font:600 14px 'DM Sans'; }.order-history { margin-top:20px; overflow:auto; }.simple-table { width:100%; border-collapse:collapse; font-size:14px; }.simple-table th { color:var(--muted); background:#f5faf7; text-align:left; font-size:12px; }.simple-table th,.simple-table td { padding:13px; border-bottom:1px solid var(--line); }.simple-table tr:last-child td { border:0; }
.shop-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:16px; }.product-card { overflow:hidden; transition:transform .23s ease,box-shadow .23s ease; }.product-card:hover { transform:translateY(-5px); box-shadow:var(--shadow); }.product-image { height:190px; background:#dceee3; color:#0d6246; display:grid; place-items:center; transition:background .25s ease; }.product-card:hover .product-image { background:#cfebed; }.product-image i { width:74px; height:74px; stroke-width:1.1; transition:transform .25s ease; }.product-card:hover .product-image i { transform:scale(1.08) rotate(-3deg); }.product-info { padding:15px; }.product-info h3 { font-size:15px; margin:0; }.product-info p { margin:5px 0 13px; color:var(--muted); font-size:13px; }.product-meta { display:flex; justify-content:space-between; align-items:center; }.product-meta strong { font:800 18px 'Manrope'; }.sizes { display:flex; gap:4px; }.sizes span { display:grid; place-items:center; width:22px; height:22px; border-radius:3px; background:#f0f5f2; color:var(--muted); font-size:10px; font-weight:700; }
.admin-kpis { display:grid; grid-template-columns:repeat(4,1fr); gap:15px; margin-bottom:20px; }.admin-kpi { padding:18px; background:#fff; border:1px solid var(--line); border-radius:8px; }.admin-kpi p { margin:0; color:var(--muted); font-size:13px; }.admin-kpi strong { display:block; font:800 28px/1 'Manrope'; margin-top:12px; }.admin-grid { display:grid; grid-template-columns:1.25fr .75fr; gap:20px; }.attendance { display:grid; gap:10px; }.attendance-row { display:flex; align-items:center; justify-content:space-between; gap:10px; padding:10px 0; border-bottom:1px solid var(--line); }.attendance-person { display:flex; gap:10px; align-items:center; font-weight:700; font-size:14px; }.avatar.small { width:32px; height:32px; font-size:12px; }.attendance-actions { display:flex; gap:6px; }.state-button { width:31px; height:31px; border-radius:5px; border:1px solid var(--line); color:var(--muted); background:#fff; }.state-button.checked { color:white; background:var(--green); border-color:var(--green); }
.access-page { min-height:100vh; background:var(--mint); display:grid; grid-template-columns:1fr 1fr; }.access-visual { min-height:100%; padding:50px; color:#fff; background:linear-gradient(180deg,rgba(5,67,50,.45),rgba(5,67,50,.82)),url('assets/arena-sada-hero.png') center / cover; display:flex; flex-direction:column; }.access-visual .brand-mark { background:transparent; }.access-visual .brand-text { color:#fff; }.access-visual .quote { margin:auto 0 0; max-width:460px; }.access-visual h1 { font-size:43px; }.access-visual p { color:#e1f1e8; }.access-panel { display:grid; place-items:center; padding:35px; }.login-card { width:min(475px,100%); padding:33px; box-shadow:var(--shadow); }.login-card h1 { color:var(--ink); font-size:31px; margin:10px 0; }.login-card > p { color:var(--muted); }.tab-switch { display:grid; grid-template-columns:1fr 1fr; margin:25px 0; border-bottom:1px solid var(--line); }.tab-switch button { border:0; padding:10px; background:transparent; color:var(--muted); font-size:14px; font-weight:700; }.tab-switch button.active { color:var(--green); border-bottom:2px solid var(--green); }.form-grid { display:grid; gap:14px; }.form-grid.two { grid-template-columns:1fr 1fr; }.field { display:grid; gap:6px; }.field label { color:#416057; font-size:13px; font-weight:700; }.field input,.field select,.field textarea { width:100%; padding:11px 12px; border:1px solid var(--line); border-radius:5px; outline:none; background:#fff; color:var(--ink); }.field input:focus,.field select:focus,.field textarea:focus { border-color:var(--green); box-shadow:0 0 0 3px rgba(23,123,88,.1); }.form-note { display:flex; justify-content:space-between; gap:10px; color:var(--muted); font-size:12px; }.form-note label { display:flex; gap:7px; align-items:center; }.demo-notice { display:none; position:fixed; inset:auto 22px 22px auto; z-index:40; padding:13px 17px; border-radius:7px; background:#0a563f; color:#fff; box-shadow:var(--shadow); font-size:14px; }
.public-page { padding:58px 0 82px; }.public-page .page-top { margin:0 0 34px; }.content-grid { display:grid; grid-template-columns:1.2fr .8fr; gap:22px; }.info-stack { display:grid; gap:15px; }.info-row { display:flex; gap:13px; align-items:flex-start; padding:15px 0; border-bottom:1px solid var(--line); }.info-row:last-child { border:0; }.info-row i { flex:0 0 auto; width:23px; color:var(--green); }.info-row b { display:block; font-size:14px; }.info-row span { color:var(--muted); font-size:14px; }.tournament-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:17px; }.tournament-card { overflow:hidden; background:#fff; border:1px solid var(--line); border-radius:8px; transition:transform .25s ease,box-shadow .25s ease; }.tournament-card:hover { transform:translateY(-5px); box-shadow:var(--shadow); }.tournament-banner { min-height:145px; padding:19px; color:white; display:flex; flex-direction:column; justify-content:space-between; background:linear-gradient(130deg,#07553d,#1c8663); }.tournament-banner.alt { background:linear-gradient(130deg,#175f68,#5baeba); }.tournament-banner small { font-weight:700; }.tournament-info { padding:18px; }.tournament-info h3 { margin:0 0 5px; }.tournament-info p { margin:0; color:var(--muted); font-size:14px; }.rating-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:12px; }.rating-item { padding:14px; border:1px solid var(--line); border-radius:6px; transition:transform .2s ease,border-color .2s ease; }.rating-item:hover { transform:translateY(-3px); border-color:#b9dfe2; }.rating-item span { display:block; color:var(--muted); font-size:13px; }.rating-item strong { font:800 23px 'Manrope'; color:var(--green); }.face-scale { display:flex; justify-content:space-between; gap:5px; margin-top:10px; }.face { display:grid; place-items:center; width:38px; height:38px; border:1px solid var(--line); border-radius:50%; background:#fff; font-size:18px; transition:transform .18s ease,background .18s ease,border-color .18s ease; }.face:hover { transform:translateY(-3px) scale(1.06); }.face.active { border-color:var(--aqua-deep); background:var(--aqua-soft); }.contact-card { padding:25px; background:var(--deep); color:#fff; border-radius:8px; }.contact-card p { color:#cbe2d7; }.socials { display:flex; gap:8px; }.socials a { display:grid; place-items:center; width:37px; height:37px; border:1px solid rgba(255,255,255,.35); border-radius:6px; transition:background .2s ease,color .2s ease,transform .2s ease; }.socials a:hover { background:#fff; color:var(--deep); transform:translateY(-3px); }.timeline { display:grid; gap:0; }.timeline-item { display:grid; grid-template-columns:38px 1fr; gap:12px; padding:15px 0; border-bottom:1px solid var(--line); }.timeline-item:last-child { border:0; }.timeline-item i { width:30px; height:30px; padding:7px; color:var(--green); background:#e7f4ec; border-radius:50%; }.timeline-item h3 { margin:0 0 3px; font-size:15px; }.timeline-item p { margin:0; color:var(--muted); font-size:13px; }
.reveal { opacity:0; transform:translateY(20px); transition:opacity .55s ease,transform .55s cubic-bezier(.2,.8,.2,1); }.reveal.is-visible { opacity:1; transform:none; }.demo-notice { opacity:0; transform:translateY(12px); transition:opacity .2s ease,transform .2s ease; }.demo-notice.is-visible { display:block; opacity:1; transform:none; }
@keyframes hero-copy-in { from { opacity:0; transform:translateY(18px); } to { opacity:1; transform:none; } }
@media (prefers-reduced-motion:reduce) { *,*::before,*::after { scroll-behavior:auto !important; animation-duration:.01ms !important; animation-iteration-count:1 !important; transition-duration:.01ms !important; } .reveal { opacity:1; transform:none; } }
@media (max-width:940px) { .nav-links { display:none; }.mobile-toggle { display:inline-grid; }.site-header .header-socials { display:none; }.nav-links.open { display:grid; position:absolute; top:76px; left:0; right:0; padding:18px 20px; background:white; border-bottom:1px solid var(--line); }.feature-grid,.schedule-grid,.dashboard-grid,.admin-grid,.content-grid { grid-template-columns:1fr; }.app-layout { grid-template-columns:1fr; }.sidebar { display:flex; align-items:center; overflow:auto; padding:0; }.profile-summary { display:none; }.side-nav { display:flex; min-width:max-content; }.side-nav a { white-space:nowrap; }.admin-kpis { grid-template-columns:repeat(2,1fr); }.shop-grid { grid-template-columns:repeat(2,1fr); } }
@media (max-width:640px) { .container { width:min(100% - 26px,1180px); }.site-header { height:65px; }.nav-actions .button { display:none; }.nav-links.open { top:65px; }.brand-mark { width:40px; height:26px; }.hero { min-height:530px; }.hero-slide { background-position:64% center; }.hero-slide-tournament { background-position:61% center; }.hero-copy { padding:50px 0 86px; }.hero h1 { max-width:325px; margin:12px 0 13px; font-size:38px; line-height:1.04; }.hero p { max-width:280px; font-size:15px; line-height:1.42; }.hero-actions { display:grid; grid-template-columns:1fr; width:min(280px,100%); gap:8px; margin-top:18px; }.hero-actions .button { width:100%; min-height:39px; }.hero-carousel-controls { bottom:17px; }.hero-arrow { width:37px; height:37px; }.numbers { grid-template-columns:1fr; margin-top:-22px; }.number { border:0; border-bottom:1px solid var(--line); padding:16px 20px; }.section { padding:60px 0; }.section-head,.cta-inner,.page-top { align-items:flex-start; flex-direction:column; }.feature-grid { grid-template-columns:1fr; }.session { grid-template-columns:47px 1fr; padding:15px; }.session:hover { padding-left:15px; }.session > .tag { display:none; }.footer-grid { grid-template-columns:1fr 1fr; gap:26px; }.app-layout { width:min(100% - 22px,1380px); padding-top:12px; }.page-top h1 { font-size:27px; }.welcome { align-items:flex-start; }.stats-grid { grid-template-columns:1fr; }.training-card { grid-template-columns:67px 1fr; gap:13px; }.training-action { grid-column:2; text-align:left; }.bonus-options { grid-template-columns:1fr; }.shop-grid { grid-template-columns:1fr 1fr; gap:10px; }.product-image { height:130px; }.product-info { padding:11px; }.product-info h3 { font-size:13px; }.product-info p { font-size:11px; }.product-meta { display:block; }.product-meta .button { width:100%; margin-top:10px; }.admin-kpis { grid-template-columns:1fr 1fr; gap:10px; }.access-page { grid-template-columns:1fr; }.access-visual { min-height:280px; padding:27px; }.access-visual .quote { margin-top:auto; }.access-visual h1 { font-size:32px; }.access-panel { padding:20px 13px 35px; }.login-card { padding:23px; }.form-grid.two,.tournament-grid,.rating-grid { grid-template-columns:1fr; } }
@media (max-width:640px) and (max-height:700px) { .hero { min-height:390px; }.hero-copy { padding:34px 0 66px; }.hero .eyebrow { font-size:11px; }.hero h1 { max-width:290px; margin:8px 0 9px; font-size:34px; }.hero p { max-width:270px; font-size:14px; }.hero-actions { margin-top:13px; }.hero-actions .button.secondary { display:none; }.hero-carousel-controls { bottom:14px; }.hero-dot.is-active { width:39px; }.whatsapp-float { right:11px; bottom:86px; } }
@media (max-width:940px) { .nav-links.open { z-index:101; top:calc(100% + 1px); right:0; left:0; gap:2px; padding:12px; border:1px solid var(--line); border-radius:0 0 8px 8px; box-shadow:0 16px 32px rgba(6,56,43,.16); }.nav-links.open a { padding:11px 12px; border-radius:6px; }.nav-links.open a:hover,.nav-links.open a.active { background:var(--mint); }.nav-links.open a::after { right:12px; left:12px; bottom:4px; } }
@media (max-width:640px) { .brand-mark { width:43px; height:25px; } }
