/* ligspace.pl main site, 2026 layout. Loaded after ligspace_style.css (kept for the organizer panel). */
:root {
  --bg: #ffffff; --bg2: #f4f5f7; --card: #ffffff; --ink: #14171c; --muted: #5d6675; --rule: #e3e6ea;
  --red: #e5140b; --red-ink: #b80f08; --blue: #0f6fb5; --tint: #fdeceb; --tint-blue: #e7f1fa;
  --shadow: 0 1px 2px rgba(20,23,28,.06), 0 10px 30px -18px rgba(20,23,28,.25);
  --radius: 14px;
}
html, body { background: var(--bg); color: var(--ink); margin: 0; padding: 0; font: 500 16px/1.55 Manrope, "Segoe UI", Arial, sans-serif; -webkit-font-smoothing: antialiased; -webkit-text-size-adjust: 100%; }
* { box-sizing: border-box; }
a { color: inherit; text-decoration: none; }
h1, h2, h3 { margin: 0; text-wrap: balance; letter-spacing: -.01em; }
p { margin: 0 0 1em; }
img { max-width: 100%; border: 0; }
.wrap { max-width: 1120px; margin: 0 auto; padding-inline: 20px; }
.eyebrow { font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; color: var(--red); }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; height: 48px; padding: 0 22px; border-radius: 999px; font-weight: 800; font-size: 15px; white-space: nowrap; transition: transform .15s; border: 0; cursor: pointer; font-family: inherit; line-height: 1; }
.btn:hover { transform: translateY(-1px); }
.btn-red { background: var(--red); color: #fff; box-shadow: 0 8px 20px -10px var(--red); }
.btn-ghost { border: 1.5px solid var(--rule); color: var(--ink); background: var(--card); }
.section { padding-block: 72px; }
.section-head { max-width: 640px; margin-bottom: 36px; }
.section-head h2 { font-size: clamp(26px, 3.4vw, 36px); font-weight: 800; line-height: 1.15; margin-top: 8px; }
.section-head p { color: var(--muted); margin: 10px 0 0; font-size: 17px; }
.page-head { padding-block: 56px 8px; }
.page-head h1 { font-size: clamp(30px, 4vw, 44px); font-weight: 800; line-height: 1.1; margin-top: 8px; }
.page-head p { color: var(--muted); font-size: 17px; max-width: 42em; margin: 12px 0 0; }
.more { margin-top: 18px; font-weight: 800; color: var(--red); display: inline-block; }

/* nav */
.ls-nav { position: sticky; top: 0; z-index: 20; background: rgba(255,255,255,.9); backdrop-filter: blur(10px); border-bottom: 1px solid var(--rule); }
.ls-nav .wrap { display: flex; align-items: center; gap: 28px; height: 66px; }
.logo img { height: 30px; width: auto; display: block; }
.nav-links { display: flex; gap: 22px; font-size: 14px; font-weight: 700; color: var(--muted); }
.nav-links a:hover, .nav-links a.on { color: var(--ink); }
.nav-links a.on { color: var(--red); }
.nav-cta { margin-left: auto; display: flex; gap: 10px; align-items: center; }
.nav-cta .login { font-size: 14px; font-weight: 700; color: var(--muted); padding: 0 6px; }
.nav-cta .btn { height: 40px; padding: 0 18px; font-size: 14px; }
.burger { display: none; width: 40px; height: 40px; border-radius: 10px; border: 1.5px solid var(--rule); background: none; cursor: pointer; padding: 0; }
.burger i { display: block; width: 18px; height: 2px; background: var(--ink); margin: 3px auto; border-radius: 2px; }
.drawer { display: none; border-top: 1px solid var(--rule); background: var(--bg); }
.drawer a { display: block; padding: 14px 20px; font-weight: 700; border-bottom: 1px solid var(--rule); }
.drawer a.on { color: var(--red); }
.ls-nav.open .drawer { display: block; }

/* system messages */
.ls-msgs { padding-top: 20px; }
.sukces, .error { display: flex; gap: 12px; align-items: flex-start; padding: 14px 16px; border-radius: 12px; margin: 0 0 8px; font-size: 14.5px; }
.sukces { background: #e8f6ec; color: #1e5c34; }
.error { background: var(--tint); color: var(--red-ink); }
.sukces .ico_error img, .error .ico_error img { width: 22px; height: 22px; display: block; }
.sukces_alert_txt, .error_alert_txt { font-weight: 800; }
.error ul { margin: 4px 0 0; padding-left: 18px; }

/* hero */
.hero { padding-block: 64px 48px; background: radial-gradient(1200px 480px at 80% -10%, var(--tint) 0%, transparent 60%); }
.hero .wrap { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr); gap: 48px; align-items: center; }
.hero h1 { font-size: clamp(34px, 5vw, 56px); font-weight: 800; line-height: 1.05; margin: 14px 0 18px; }
.hero h1 em { font-style: normal; color: var(--red); }
.hero p.lead { font-size: 18px; color: var(--muted); margin: 0 0 26px; max-width: 34em; }
.hero .cta { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.hero .fine { margin-top: 14px; font-size: 13px; color: var(--muted); }
.sports { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 28px; }
.sports span { font-size: 13px; font-weight: 700; padding: 6px 12px; border-radius: 999px; background: var(--bg2); border: 1px solid var(--rule); }

/* device mock */
.mock { position: relative; }
.mock-desk { background: var(--card); border-radius: 16px; box-shadow: var(--shadow); border: 1px solid var(--rule); overflow: hidden; font-size: 10px; }
.mock-bar { height: 26px; background: #2f7fc2; display: flex; align-items: center; gap: 10px; padding: 0 12px; color: #fff; font-weight: 700; }
.mock-bar i { display: block; height: 6px; width: 34px; background: rgba(255,255,255,.55); border-radius: 3px; }
.mock-bar i:first-child { background: #fff; width: 22px; }
.mock-banner { margin: 10px; height: 54px; border-radius: 8px; background: linear-gradient(90deg, #f6b12b, #2f7fc2 70%); display: flex; align-items: center; padding-left: 14px; color: #fff; font-family: "Bebas Neue", "Arial Narrow", sans-serif; font-size: 20px; letter-spacing: .04em; }
.mock-grid { display: grid; grid-template-columns: 2fr 1fr; gap: 10px; padding: 0 10px 10px; }
.mock-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; grid-column: 1 / -1; }
.mock-card, .mock-box { background: var(--card); border: 1px solid var(--rule); border-radius: 8px; padding: 8px; }
.mock-card .d { color: var(--muted); font-size: 8px; display: flex; justify-content: space-between; }
.mock-card .r { display: flex; align-items: center; gap: 6px; margin-top: 5px; }
.mock-card .r b { margin-left: auto; font-family: "Bebas Neue", "Arial Narrow", sans-serif; font-size: 15px; font-weight: 400; color: var(--ink); }
.mono { width: 14px; height: 14px; border-radius: 50%; background: var(--tint-blue); color: var(--blue); font-size: 6px; font-weight: 800; display: inline-flex; align-items: center; justify-content: center; }
.mock-box h5 { margin: 0 0 6px; font-size: 10px; }
.mock-row { display: flex; gap: 6px; align-items: center; padding: 4px 0; border-top: 1px solid var(--rule); }
.mock-row .n { width: 10px; color: var(--muted); }
.mock-row .p { margin-left: auto; color: var(--blue); font-weight: 800; }
.mock-news { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.mock-news .img { height: 64px; border-radius: 6px; background: linear-gradient(135deg, #1b2a4a, #2f7fc2); }
.mock-news h6 { margin: 0; font-size: 11px; line-height: 1.25; }
.mock-news p { margin: 4px 0 0; font-size: 8px; color: var(--muted); }
.mock-phone { position: absolute; right: -14px; bottom: -28px; width: 128px; background: #14171c; border-radius: 18px; padding: 8px; box-shadow: var(--shadow); }
.mock-phone .scr { background: var(--card); border-radius: 12px; overflow: hidden; font-size: 8px; }
.mock-phone .mock-bar { height: 18px; padding: 0 8px; }
.mock-phone .mock-card { margin: 6px; }
.mock-phone .mock-box { margin: 0 6px 6px; }
.mock-phone .mock-card .r b { font-size: 12px; }

/* strip, features, steps, leagues, quote */
.strip { border-block: 1px solid var(--rule); background: var(--bg2); }
.strip .wrap { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; padding-block: 26px; }
.stat b { display: block; font-family: "Bebas Neue", "Arial Narrow", sans-serif; font-size: 40px; line-height: 1; color: var(--red); font-weight: 400; }
.stat span { font-size: 13px; color: var(--muted); font-weight: 700; }
.features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.feat { background: var(--card); border: 1px solid var(--rule); border-radius: var(--radius); padding: 22px; box-shadow: var(--shadow); }
.feat .ico { width: 40px; height: 40px; border-radius: 12px; background: var(--tint); color: var(--red); display: grid; place-items: center; font-weight: 800; margin-bottom: 14px; }
.feat h3 { font-size: 17px; font-weight: 800; margin-bottom: 6px; }
.feat p { margin: 0; font-size: 14.5px; color: var(--muted); }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; counter-reset: step; }
.step { position: relative; padding: 22px 22px 22px 66px; background: var(--bg2); border-radius: var(--radius); }
.step:before { counter-increment: step; content: counter(step); position: absolute; left: 20px; top: 20px; width: 32px; height: 32px; border-radius: 50%; background: var(--ink); color: var(--bg); font-family: "Bebas Neue", "Arial Narrow", sans-serif; font-size: 18px; display: grid; place-items: center; }
.step h3 { font-size: 16px; font-weight: 800; margin-bottom: 4px; }
.step p { margin: 0; font-size: 14.5px; color: var(--muted); }
.leagues { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.league { display: flex; align-items: center; gap: 12px; padding: 14px; border: 1px solid var(--rule); border-radius: 12px; background: var(--card); }
.league .m { width: 40px; height: 40px; border-radius: 50%; font-size: 12px; font-weight: 800; display: grid; place-items: center; flex-shrink: 0; text-transform: uppercase; }
.league b { display: block; font-size: 14px; line-height: 1.25; }
.league span { font-size: 12px; color: var(--muted); }
.b1 { background: #fdeceb; color: #b80f08; } .b2 { background: #e6f5ea; color: #1e7a3c; } .b3 { background: #eef0f4; color: #3a4658; } .b4 { background: #e7f1fa; color: #0f6fb5; } .b5 { background: #f3ecfa; color: #6b3fa0; }
.quote { display: grid; grid-template-columns: 1.2fr .8fr; gap: 32px; align-items: center; background: var(--ink); color: var(--bg); border-radius: 20px; padding: 40px; }
.quote blockquote { margin: 0; font-size: clamp(18px, 2.2vw, 24px); font-weight: 600; line-height: 1.4; }
.quote cite { display: block; margin-top: 16px; font-style: normal; font-size: 14px; opacity: .7; }
.quote .cta-box h3 { font-size: 22px; font-weight: 800; margin-bottom: 8px; }
.quote .cta-box p { margin: 0 0 18px; opacity: .75; font-size: 15px; }

/* subpages */
.two { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(0, .8fr); gap: 32px; align-items: start; }
.aside { position: sticky; top: 86px; display: grid; gap: 14px; }
.card { background: var(--card); border: 1px solid var(--rule); border-radius: var(--radius); padding: 22px; box-shadow: var(--shadow); }
.card h3 { font-size: 16px; font-weight: 800; margin-bottom: 8px; }
.card p { font-size: 14.5px; color: var(--muted); margin: 0 0 12px; }
.card .links { display: flex; flex-wrap: wrap; gap: 8px; }
.card .links a { font-size: 13px; font-weight: 800; padding: 8px 12px; border-radius: 999px; background: var(--bg2); border: 1px solid var(--rule); }
.prose { font-size: 16px; max-width: 70ch; }
.prose h2 { font-size: 22px; font-weight: 800; margin: 28px 0 8px; }
.prose p, .prose li { color: var(--ink); }
.prose .lead { font-size: 19px; font-weight: 600; }
.timeline { display: grid; gap: 14px; counter-reset: t; }
.tl { display: grid; grid-template-columns: 44px 1fr; gap: 16px; padding: 20px; background: var(--card); border: 1px solid var(--rule); border-radius: var(--radius); }
.tl:before { counter-increment: t; content: counter(t, decimal-leading-zero); font-family: "Bebas Neue", "Arial Narrow", sans-serif; font-size: 34px; line-height: 1; color: var(--red); }
.tl h3 { font-size: 18px; font-weight: 800; margin-bottom: 4px; }
.tl p { color: var(--muted); font-size: 15px; margin: 0; }
.tl p + p { margin-top: 8px; }
.faq details { border-top: 1px solid var(--rule); }
.faq details:last-of-type { border-bottom: 1px solid var(--rule); }
.faq summary { cursor: pointer; padding: 16px 0; font-weight: 800; font-size: 16px; list-style: none; display: flex; justify-content: space-between; gap: 16px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary:after { content: "+"; color: var(--red); font-size: 22px; line-height: 1; flex-shrink: 0; }
.faq details[open] summary:after { content: "–"; }
.faq details .a { color: var(--muted); padding: 0 0 16px; margin: 0; max-width: 66ch; }
.faq details .a p { margin: 0 0 8px; }
.faq h2 { font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; color: var(--muted); margin: 34px 0 6px; }
.faq h2:first-child { margin-top: 0; }
.field { display: grid; gap: 6px; margin-bottom: 16px; }
.field label { font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; color: var(--muted); }
.field input, .field select, .field textarea { height: 46px; border: 1.5px solid var(--rule); border-radius: 10px; padding: 0 14px; font: 500 15px Manrope, "Segoe UI", Arial, sans-serif; background: var(--card); color: var(--ink); width: 100%; }
.field input[readonly] { background: var(--bg2); color: var(--muted); }
.field textarea { height: auto; min-height: 140px; padding: 12px 14px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { outline: 0; border-color: var(--red); box-shadow: 0 0 0 3px var(--tint); }
.field .hint { font-size: 12px; color: var(--muted); font-weight: 500; text-transform: none; letter-spacing: 0; }
.grid2 { display: grid; grid-template-columns: 1fr 1fr; gap: 0 16px; }
.captcha { margin-bottom: 16px; }
.captcha img { display: block; border-radius: 8px; margin-top: 8px; }
.auth { max-width: 440px; margin: 0 auto; }
.auth .card { padding: 32px; }
.auth h1 { font-size: 28px; font-weight: 800; margin-bottom: 6px; }
.auth .sub { color: var(--muted); margin-bottom: 24px; font-size: 15px; }
.auth .btn { width: 100%; }
.foot { text-align: center; font-size: 14px; color: var(--muted); margin-top: 18px; }
.foot a, .check a { color: var(--red); font-weight: 800; }
.check { display: flex; align-items: flex-start; gap: 10px; font-size: 14px; color: var(--muted); margin-bottom: 14px; }
.check input { width: 18px; height: 18px; accent-color: var(--red); flex-shrink: 0; margin-top: 2px; }
.tabs { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 22px; padding: 0; list-style: none; }
.tabs a { display: inline-flex; align-items: center; height: 38px; padding: 0 16px; border-radius: 999px; background: var(--card); border: 1.5px solid var(--rule); font-weight: 800; font-size: 14px; }
.tabs a.on { background: var(--ink); color: var(--bg); border-color: var(--ink); }
.filters { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; margin-bottom: 22px; }
.filters .chip { font-size: 13px; font-weight: 800; padding: 8px 14px; border-radius: 999px; border: 1.5px solid var(--rule); cursor: pointer; background: var(--card); font-family: inherit; color: var(--ink); }
.filters .chip.on { background: var(--ink); color: var(--bg); border-color: var(--ink); }
.filters input { margin-left: auto; height: 42px; min-width: 220px; border: 1.5px solid var(--rule); border-radius: 999px; padding: 0 16px; font: 500 14px Manrope, "Segoe UI", Arial, sans-serif; background: var(--card); color: var(--ink); }
.tablewrap { overflow-x: auto; }
.ltable { width: 100%; border-collapse: collapse; font-size: 14.5px; background: var(--card); border: 1px solid var(--rule); border-radius: var(--radius); overflow: hidden; }
.ltable th { text-align: left; font-size: 11px; text-transform: uppercase; letter-spacing: .06em; color: var(--muted); padding: 12px 16px; background: var(--bg2); }
.ltable td { padding: 12px 16px; border-top: 1px solid var(--rule); vertical-align: middle; }
.ltable td.name { font-weight: 700; }
.ltable .m { width: 34px; height: 34px; border-radius: 50%; font-size: 11px; font-weight: 800; display: inline-grid; place-items: center; margin-right: 10px; vertical-align: middle; text-transform: uppercase; }
.ltable a.go { color: var(--red); font-weight: 800; white-space: nowrap; }
.ltable tr[hidden] { display: none; }
.empty { color: var(--muted); font-size: 14px; padding: 12px 0; }
.ltable td .sub { font-size: 12px; color: var(--muted); font-weight: 500; margin-top: 2px; }
.ltable td.actions { white-space: normal; min-width: 220px; }
.ltable td.actions a { display: inline-block; margin: 2px 14px 2px 0; }
.ltable a.danger { color: var(--muted); }
.pill { display: inline-block; padding: 4px 10px; border-radius: 999px; font-size: 12px; font-weight: 800; }
.pill.ok { background: #e8f6ec; color: #1e5c34; }
.pill.warn { background: #fff4e0; color: #8a5a00; }
.addon { display: flex; align-items: center; border: 1.5px solid var(--rule); border-radius: 10px; background: var(--bg2); overflow: hidden; }
.addon span { padding: 0 12px; font-size: 14px; font-weight: 700; color: var(--muted); white-space: nowrap; }
.addon input { border: 0; border-radius: 0; height: 44px; flex: 1; min-width: 0; }
.addon input:focus { box-shadow: none; }
.addon:focus-within { border-color: var(--red); box-shadow: 0 0 0 3px var(--tint); }
.sport-pick { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.sport-pick label { cursor: pointer; display: block; height: 100%; }
.sport-pick label > span { height: 100%; box-sizing: border-box; justify-content: center; }
.sport-pick input { position: absolute; opacity: 0; width: 0; height: 0; }
.sport-pick span { display: flex; flex-direction: column; align-items: center; gap: 6px; padding: 14px 8px; border: 1.5px solid var(--rule); border-radius: 12px; font-size: 13px; font-weight: 800; text-align: center; background: var(--card); }
.sport-pick span i { font-style: normal; font-size: 26px; }
.sport-pick span small { font-weight: 500; color: var(--muted); font-size: 11px; line-height: 1.3; }
.sport-pick input:checked + span { border-color: var(--red); background: var(--tint); box-shadow: 0 0 0 3px var(--tint); }
.sport-pick input:focus-visible + span { outline: 2px solid var(--red); outline-offset: 2px; }
.loader { display: flex; gap: 8px; margin: 12px 0 18px; }
.loader i { width: 12px; height: 12px; border-radius: 50%; background: var(--red); animation: ls-bounce 1s infinite ease-in-out; }
.loader i:nth-child(2) { animation-delay: .15s; } .loader i:nth-child(3) { animation-delay: .3s; }
@keyframes ls-bounce { 0%, 80%, 100% { transform: scale(.6); opacity: .5; } 40% { transform: scale(1); opacity: 1; } }
.autocompleter-choices { font: 500 14px Manrope, "Segoe UI", Arial, sans-serif; }
.benefits { display: grid; gap: 12px; }
.benefit { display: flex; gap: 12px; align-items: flex-start; font-size: 14.5px; }
.benefit i { width: 22px; height: 22px; border-radius: 50%; background: var(--tint); color: var(--red); font-style: normal; font-weight: 800; font-size: 12px; display: grid; place-items: center; flex-shrink: 0; margin-top: 2px; }
.video { position: relative; aspect-ratio: 16 / 9; border-radius: var(--radius); overflow: hidden; background: var(--bg2); }
.video iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }

/* legacy content (rules, privacy, organizer panel) inside the new shell */
.ls-legacy-text #leftPanel, .ls-legacy-text #headerMain { width: auto; float: none; padding: 0; margin: 0; overflow: visible; }
.ls-legacy-text .headerMainTxt { display: block; font: 800 28px/1.15 Manrope, "Segoe UI", Arial, sans-serif; color: var(--ink); margin: 0 0 18px; }
.ls-legacy-text .faqHeaderBox, .ls-legacy-text .faqFormsBox, .ls-legacy-text .editHeaderBox { width: auto; float: none; margin: 0; padding: 0; }
.ls-legacy-text .loginPodajTxt, .ls-legacy-text .smallHeaderTxt, .ls-legacy-text .smallHeaderTxtBig { display: block; font: 800 18px/1.3 Manrope, "Segoe UI", Arial, sans-serif; color: var(--ink); margin: 26px 0 8px; }
.ls-legacy-text .descTxt, .ls-legacy-text .descTxtBig, .ls-legacy-text p, .ls-legacy-text li { font: 500 15.5px/1.6 Manrope, "Segoe UI", Arial, sans-serif; color: var(--ink); }
.ls-legacy-text ul, .ls-legacy-text ol { padding-left: 22px; margin: 0 0 12px; }
.ls-legacy-text a { color: var(--red); font-weight: 700; }
.ls-legacy-text br + br { display: none; }
.ls-legacy-text #rightPanel { display: none; }
.ls-legacy-text img { height: auto; }
#all.ls-legacy { width: auto; float: none; padding: 20px 0 40px; margin: 0; font-size: 10px; }
#all.ls-legacy:after { content: ""; display: block; clear: both; }
#all.ls-legacy #leftPanel { width: 70%; }
#all.ls-legacy #rightPanel { width: 26%; }

footer.ls-footer { border-top: 1px solid var(--rule); padding-block: 32px; color: var(--muted); font-size: 13px; margin-top: 40px; }
footer.ls-footer .wrap { display: flex; flex-wrap: wrap; gap: 12px 24px; align-items: center; }
footer.ls-footer .logo img { height: 22px; }
footer.ls-footer nav { display: flex; flex-wrap: wrap; gap: 16px; }
footer.ls-footer .copy { margin-left: auto; }

/* consent banner (same component as on the league sites) */
.ls-consent { position: fixed; left: 0; right: 0; bottom: 0; z-index: 1000; padding: 12px; pointer-events: none; }
.ls-consent[hidden], .ls-consent [hidden] { display: none !important; }
.ls-consent-card { pointer-events: auto; max-width: 760px; margin: 0 auto; background: var(--card); color: var(--ink); border-radius: 16px; box-shadow: 0 -2px 10px rgba(0,0,0,.08), 0 20px 50px -20px rgba(0,0,0,.45); border: 1px solid var(--rule); padding: 18px 20px; font-size: 14px; line-height: 1.5; }
.ls-consent-card h2 { font: 800 16px Manrope, "Segoe UI", Arial, sans-serif; margin: 0 0 6px; }
.ls-consent-card p { margin: 0 0 12px; color: var(--muted); }
.ls-consent-card a { color: var(--red); font-weight: 700; }
.ls-consent-options { display: grid; gap: 8px; margin: 0 0 14px; padding: 12px 14px; background: var(--tint); border-radius: 10px; }
.ls-consent-options label { display: flex; gap: 10px; align-items: flex-start; cursor: pointer; }
.ls-consent-options input { width: 18px; height: 18px; margin: 1px 0 0; accent-color: var(--red); flex-shrink: 0; }
.ls-consent-actions { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; }
.ls-consent-btn { height: 42px; padding: 0 18px; border-radius: 999px; border: 1.5px solid var(--rule); background: var(--card); color: var(--ink); font: 800 14px Manrope, "Segoe UI", Arial, sans-serif; cursor: pointer; }
.ls-consent-btn.ls-consent-primary { background: var(--red); border-color: var(--red); color: #fff; }
.ls-consent-btn.ls-consent-link { border: 0; background: none; color: var(--muted); padding: 0 8px; margin-left: auto; }
.ls-consent-placeholder { background: var(--tint); border-radius: 10px; padding: 14px 16px; font-size: 14px; color: var(--ink); margin: 0 0 12px; }
.ls-consent-placeholder a { color: var(--red); font-weight: 800; }
.video .video-ph { position: absolute; inset: 0; margin: 0; display: flex; flex-wrap: wrap; align-content: center; justify-content: center; gap: 4px 6px; text-align: center; padding: 24px; border-radius: 0; }
footer.ls-footer .ls-consent-open { cursor: pointer; }

@media (max-width: 900px) {
  .hero .wrap, .quote, .two, .grid2 { grid-template-columns: minmax(0, 1fr); }
  .features, .steps, .leagues { grid-template-columns: 1fr 1fr; }
  .strip .wrap { grid-template-columns: 1fr 1fr; }
  .mock { margin-right: 14px; margin-bottom: 30px; }
  .aside { position: static; }
  #all.ls-legacy #leftPanel, #all.ls-legacy #rightPanel { width: auto; float: none; padding-left: 0; padding-right: 0; }
}
@media (max-width: 640px) {
  .nav-links, .nav-cta .login, .nav-cta .mine { display: none; }
  .burger { display: block; margin-left: auto; }
  .nav-cta { margin-left: 0; }
  .section { padding-block: 52px; }
  .features, .steps, .leagues { grid-template-columns: 1fr; }
  .hero { padding-block: 40px 32px; }
  .hero .cta .btn { width: 100%; }
  .mock-cards { grid-template-columns: 1fr 1fr; }
  .mock-cards .mock-card:nth-child(3) { display: none; }
  .mock-grid { grid-template-columns: 1fr; }
  .quote { padding: 28px 22px; }
  .filters input { margin-left: 0; width: 100%; }
  .ls-consent { padding: 8px; }
  .ls-consent-card { padding: 16px; border-radius: 14px; max-height: 80vh; overflow: auto; }
  .ls-consent-btn { flex: 1 1 auto; }
  .ls-consent-btn.ls-consent-link { flex-basis: 100%; margin: 0; }
  .ltable .m { display: none; }
  /* league list in the organizer panel: one card per league */
  .ltable.stack, .ltable.stack tbody, .ltable.stack tr, .ltable.stack td { display: block; }
  .ltable.stack thead { display: none; }
  .ltable.stack tr { padding: 12px 16px; border-top: 1px solid var(--rule); }
  .ltable.stack td { padding: 3px 0; border: 0; }
  .ltable.stack td.name { font-size: 16px; }
  .ltable.stack td.actions { min-width: 0; padding-top: 8px; }
  .ltable.stack td.actions a { margin: 2px 12px 2px 0; }
  .sport-pick { grid-template-columns: 1fr 1fr; }
  .ltable td.name { min-width: 180px; }
  footer.ls-footer .copy { margin-left: 0; }
}
