/*
Theme Name: Codzienny Dubelek
Theme URI: https://codziennydubelek.pl
Author: OpenAI
Description: Własny motyw premium dla serwisu z analizami darmowymi i premium.
Version: 1.66.30
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
Text Domain: codzienny-dubelek
*/

:root {
  --bg: #0b0d12;
  --bg-soft: #121722;
  --panel: #151b28;
  --panel-2: #1b2333;
  --text: #eef2f8;
  --muted: #a6b0c3;
  --line: rgba(255,255,255,0.08);
  --accent: #b6ff00;
  --accent-soft: rgba(182,255,0,0.12);
  --success: #3fbf75;
  --danger: #d95656;
  --warning: #e2a93b;
  --info: #4da2ff;
  --radius: 18px;
  --shadow: 0 20px 40px rgba(0,0,0,.35);
  --container: 1200px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:linear-gradient(180deg,#090b10 0%,#0e1320 100%);
  color:var(--text);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height:1.6;
}
a{color:inherit;text-decoration:none}

/* v1.66.30: zwarta, czytelna sekcja tematyczna strony głównej */
.section.cdd-seo-overview{
  padding-top:34px;
  padding-bottom:18px;
}

.cdd-seo-overview__panel{
  display:grid;
  grid-template-columns:minmax(0,1.35fr) minmax(280px,.65fr);
  gap:28px;
  align-items:center;
  padding:28px 30px;
  border:1px solid rgba(182,255,0,.16);
  border-radius:24px;
  background:linear-gradient(135deg,rgba(18,27,39,.86),rgba(10,15,24,.94));
  box-shadow:0 20px 44px rgba(0,0,0,.2);
}

.cdd-seo-overview__panel h1{
  margin:0 0 10px;
  color:#f4f7fb;
  font-size:clamp(28px,3.2vw,44px);
  line-height:1.06;
  letter-spacing:-.025em;
}

.cdd-seo-overview__panel p{
  margin:0;
  color:#a6b0c3;
  font-size:15px;
  line-height:1.7;
}

.cdd-seo-overview__action{
  display:flex;
  justify-content:flex-end;
}

@media (max-width:760px){
  .section.cdd-seo-overview{
    padding-top:22px;
    padding-bottom:8px;
  }

  .cdd-seo-overview__panel{
    grid-template-columns:1fr;
    gap:20px;
    padding:22px 20px;
    border-radius:20px;
  }

  .cdd-seo-overview__panel h1{
    font-size:clamp(28px,8.6vw,38px);
  }

  .cdd-seo-overview__action,
  .cdd-seo-overview__action .btn{
    width:100%;
  }
}
img{max-width:100%;height:auto;display:block}
.container{width:min(var(--container), calc(100% - 32px));margin:0 auto}
.section{padding:84px 0}
.section-title{font-size:clamp(28px,4vw,46px);line-height:1.1;margin:0 0 14px}
.section-lead{max-width:760px;color:var(--muted);margin:0 0 34px}
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:10px;
  padding:14px 22px;border-radius:999px;border:1px solid var(--line);
  background:rgba(255,255,255,0.03);color:var(--text);font-weight:700;
  transition:.22s ease;cursor:pointer;
}
.btn:hover{transform:translateY(-1px);border-color:rgba(255,255,255,.18)}
.btn-primary{background:linear-gradient(135deg, #d4af37, #f0cf68);color:#111;border:none}
.btn-secondary{background:transparent}
.badge{
  display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:999px;
  background:var(--accent-soft);border:1px solid rgba(212,175,55,.18);color:#f2d980;font-size:13px;font-weight:700;
}
.site-header{
  position:sticky;top:0;z-index:50;
  backdrop-filter:blur(16px);
  -webkit-backdrop-filter:blur(16px);
  background:linear-gradient(180deg, rgba(9,13,20,.72), rgba(9,13,20,.52));
  border-bottom:1px solid rgba(255,255,255,.06);
  box-shadow:0 10px 30px rgba(0,0,0,.18);
}
.site-header::after{
  content:"";
  position:absolute;
  left:0;right:0;bottom:-18px;
  height:18px;
  pointer-events:none;
  background:linear-gradient(180deg, rgba(8,11,18,.16), rgba(8,11,18,0));
}
.site-header-inner{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:14px 0 12px;gap:10px;position:relative}
.brand{font-size:22px;font-weight:800;letter-spacing:.02em}
.brand span{color:var(--accent)}
.site-header-top{width:100%;display:flex;align-items:center;justify-content:space-between;gap:16px}
.nav-toggle{display:none}
.site-nav{width:100%}
.site-nav ul{display:flex;list-style:none;gap:22px;padding:0;margin:0;flex-wrap:wrap}
.site-nav a{color:var(--muted);font-weight:700;font-size:14px;letter-spacing:.02em}
.site-nav a:hover,.site-nav .current-menu-item a{color:var(--text)}
.site-nav li{position:relative}
.site-nav li+li:before{content:"";position:absolute;left:-11px;top:50%;transform:translateY(-50%);width:4px;height:4px;border-radius:50%;background:rgba(255,255,255,.16)}
.hero{padding:92px 0 70px;border-bottom:1px solid var(--line)}
.hero-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:34px;align-items:center}
.hero h1{font-size:clamp(38px,6vw,74px);line-height:1.02;margin:0 0 18px}
.hero p{font-size:18px;color:var(--muted);max-width:760px;margin:0 0 28px}
.hero-card,.panel,.stat-card,.analysis-card,.pricing-card,.mail-card{
  background:linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,.02));
  border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow)
}
.hero-card{padding:28px}
.hero-card h3{margin:0 0 18px;font-size:18px}
.hero-list{display:grid;gap:14px}
.hero-list-item{display:flex;justify-content:space-between;gap:16px;padding-bottom:14px;border-bottom:1px solid var(--line)}
.hero-list-item:last-child{padding-bottom:0;border-bottom:none}
.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:22px}
.stat-card,.pricing-card,.analysis-card,.mail-card,.panel{padding:24px}
.stat-label{color:var(--muted);font-size:14px;margin-bottom:12px}
.stat-value{font-size:34px;font-weight:800;line-height:1.05}
.stat-note{margin-top:10px;color:var(--muted);font-size:14px}
.pricing-card.featured{border-color:rgba(212,175,55,.28);background:linear-gradient(180deg, rgba(212,175,55,.09), rgba(255,255,255,.025))}
.pricing-top{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:12px}
.price{font-size:40px;font-weight:900}
.price small{font-size:16px;color:var(--muted);font-weight:600}
.analysis-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.analysis-meta{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:14px}
.meta-pill{padding:6px 10px;border-radius:999px;background:rgba(255,255,255,.04);font-size:12px;border:1px solid var(--line)}
.status-oczekuje{color:var(--warning)}
.status-wygrany{color:var(--success)}
.status-przegrany{color:var(--danger)}
.status-zwrot{color:var(--info)}
.status-anulowany{color:#c2c6cf}
.analysis-card h3{margin:0 0 10px;font-size:22px}
.analysis-card p{margin:0;color:var(--muted)}
.stats-table-wrap{overflow:auto;max-height:560px;border-radius:18px;border:1px solid var(--line);background:rgba(255,255,255,.02)}
table{width:100%;border-collapse:collapse}
th,td{text-align:left;padding:14px 16px;border-bottom:1px solid var(--line);font-size:14px}
th{position:sticky;top:0;background:#111725;z-index:2}
.footer{padding:34px 0;border-top:1px solid var(--line);color:var(--muted)}
.footer-row{display:flex;justify-content:space-between;gap:16px;align-items:center}
.footer-nav{display:flex;gap:20px;flex-wrap:wrap}
.form-row{display:grid;grid-template-columns:1fr auto;gap:12px}
.input, input[type="text"], input[type="email"], input[type="number"], input[type="url"], select, textarea{
  width:100%;padding:14px 16px;border-radius:14px;background:#0f1520;border:1px solid var(--line);color:var(--text)
}
textarea{min-height:140px;resize:vertical}
.notice-box{padding:14px 16px;border-radius:14px;background:rgba(255,255,255,.03);border:1px solid var(--line);color:var(--muted)}
.kicker{letter-spacing:.18em;text-transform:uppercase;color:var(--accent);font-size:12px;font-weight:800;margin-bottom:16px}
.single-wrap{display:grid;grid-template-columns:minmax(0,860px) 300px;gap:32px;justify-content:center;align-items:start}
.sidebar-box{padding:22px;position:sticky;top:98px}
.entry-content p{color:#d7ddeb}
.single-analysis-layout .analysis-meta{justify-content:center}
.single-analysis-layout .section-title{text-align:center;max-width:900px;margin:0 auto 20px}
.single-analysis-layout .entry-content{max-width:860px;margin:0 auto}
.single-analysis-layout .entry-content > *{margin-left:auto;margin-right:auto}
.single-analysis-layout .entry-content > p,.single-analysis-layout .entry-content .cdd-pick-description p,.single-analysis-layout .entry-content .cdd-disclaimer p{max-width:72ch}
.single-analysis-layout .entry-content .cdd-analysis-body,.single-analysis-layout .entry-content .cdd-coupon-render,.single-analysis-layout .entry-content .cdd-coupon-summary,.single-analysis-layout .entry-content .cdd-pick-description,.single-analysis-layout .entry-content .cdd-disclaimer{max-width:860px}
.single-analysis-layout .entry-content .cdd-analysis-body{width:100%}
.single-analysis-layout .sidebar-box{max-width:300px}
.wp-block-group,.wp-block-cover,.wp-block-columns{margin-bottom:22px}
.admin-note{font-size:13px;color:var(--muted)}
@media (max-width: 1000px){
  .hero-grid,.grid-4,.grid-2,.analysis-grid,.single-wrap{grid-template-columns:1fr}
}
@media (max-width: 760px){
  .nav-toggle{display:inline-flex}
  .site-nav{display:none;position:absolute;top:100%;left:0;right:0;background:#0c1018;border-bottom:1px solid var(--line);padding:0 16px 16px}
  .site-nav.open{display:block}
  .site-nav ul{flex-direction:column;padding:16px}
  .site-header-inner{padding:12px 0}
  .section{padding:64px 0}
  .hero{padding-top:72px}
  .form-row{grid-template-columns:1fr}
  .footer-row{flex-direction:column;align-items:flex-start}
}

.cdd-entry-headline{font-size:32px;margin:0 0 18px;color:#f5f0df}
.cdd-coupon-render{margin:28px 0 36px}
.cdd-coupon-summary{background:linear-gradient(180deg, rgba(22,24,30,.96), rgba(14,16,20,.96));border:1px solid rgba(212,175,55,.16);border-radius:18px;padding:18px;margin-bottom:18px}
.cdd-coupon-summary-top{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:14px}

.cdd-coupon-title-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap;min-width:0;line-height:1.2}
.cdd-coupon-title-text{display:inline-block;line-height:1.2}
.cdd-bookmaker-badge{display:inline-flex;align-items:center;gap:6px;padding:0;border:0;background:transparent;font-size:inherit;font-weight:600;line-height:1.2;color:#eef2f8;white-space:nowrap;vertical-align:middle}
.cdd-bookmaker-badge img{width:1em;height:1em;min-width:1em;object-fit:contain;display:block;border-radius:0;background:transparent;padding:0;box-shadow:none}
.cdd-bookmaker-name{font-size:1em;line-height:1.2}
.cdd-coupon-table{width:100%;border-collapse:collapse;margin:0}
.cdd-coupon-table th,.cdd-coupon-table td{padding:12px;border-bottom:1px solid rgba(255,255,255,.08);text-align:left}
.cdd-coupon-summary-foot{display:flex;flex-wrap:wrap;gap:10px;margin-top:14px}
.cdd-pick-description{margin:18px 0 26px;padding-bottom:10px;border-bottom:1px solid rgba(255,255,255,.08)}
.cdd-pick-heading{display:flex;align-items:center;justify-content:flex-start;gap:12px;flex-wrap:wrap;margin-bottom:8px}
.cdd-pick-description h3{margin:0}
.cdd-sport-pill{white-space:nowrap}
.cdd-pick-heading h3{margin:0;display:inline-flex;align-items:center;gap:10px;flex-wrap:wrap}
.cdd-pick-heading-text{display:inline}

.cdd-pick-line{display:flex;gap:12px;align-items:center;flex-wrap:wrap;margin-bottom:10px}
.cdd-disclaimer{opacity:.88;font-size:14px;margin-top:20px}

.cdd-status-pill{font-weight:700}
.cdd-coupon-table .cdd-status-pill{white-space:nowrap}
.cdd-coupon-table td:last-child,.cdd-coupon-table th:last-child{text-align:right}
.status-wygrany.cdd-status-pill{background:rgba(63,191,117,.12);border-color:rgba(63,191,117,.24);color:#7de3a4}
.status-przegrany.cdd-status-pill{background:rgba(217,86,86,.12);border-color:rgba(217,86,86,.24);color:#ff9f9f}
.status-oczekuje.cdd-status-pill{background:rgba(226,169,59,.12);border-color:rgba(226,169,59,.24);color:#ffd27a}
.status-zwrot.cdd-status-pill,.status-anulowany.cdd-status-pill{background:rgba(77,162,255,.12);border-color:rgba(77,162,255,.24);color:#94c8ff}


.cdd-compact-stats table{table-layout:fixed}
.cdd-compact-stats th:nth-child(1){width:110px}
.cdd-compact-stats th:nth-child(2){width:120px}
.cdd-compact-stats th:nth-child(3){width:120px}
.cdd-compact-stats th:nth-child(4){width:90px}
.cdd-compact-stats th:nth-child(5){width:100px}
.cdd-compact-stats th:nth-child(6){width:130px}
.cdd-table-date{color:var(--text);text-decoration:none;font-weight:600}
.cdd-table-date:hover{color:var(--accent)}
.cdd-kind-pill{min-width:74px;justify-content:center;font-weight:800}
.cdd-kind-single,.cdd-kind-pill.cdd-kind-single{background:rgba(77,162,255,.10);border-color:rgba(77,162,255,.22);color:#9ac7ff}
.cdd-kind-ako,.cdd-kind-pill.cdd-kind-ako{background:rgba(212,175,55,.12);border-color:rgba(212,175,55,.22);color:#f0d67b}
.cdd-access-pill{font-weight:700}
.cdd-access-premium{background:rgba(212,175,55,.12);border-color:rgba(212,175,55,.22);color:#f0d67b}
.cdd-access-darmowy{background:rgba(255,255,255,.05);color:var(--text)}
.cdd-stats-row td{vertical-align:middle}
.cdd-stats-row:hover td{background:rgba(255,255,255,.02)}
.cdd-coupon-table tbody tr.cdd-leg-row--wygrany td:first-child{border-left:3px solid var(--success)}
.cdd-coupon-table tbody tr.cdd-leg-row--przegrany td:first-child{border-left:3px solid var(--danger)}
.cdd-coupon-table tbody tr.cdd-leg-row--oczekuje td:first-child{border-left:3px solid var(--warning)}
.cdd-coupon-table tbody tr.cdd-leg-row--zwrot td:first-child,
.cdd-coupon-table tbody tr.cdd-leg-row--anulowany td:first-child{border-left:3px solid var(--info)}
.cdd-coupon-table tbody tr[class*="cdd-leg-row--"] td{background:rgba(255,255,255,.015)}
.cdd-status-icon{display:inline-flex;align-items:center;justify-content:center;width:14px}
@media (max-width:760px){
  .cdd-compact-stats th:nth-child(1){width:88px}
  .cdd-compact-stats th:nth-child(2){width:104px}
  .cdd-compact-stats th:nth-child(3){width:104px}
  .cdd-compact-stats th:nth-child(4){width:82px}
  .cdd-compact-stats th:nth-child(5){width:88px}
  .cdd-compact-stats th:nth-child(6){width:118px}
  .cdd-kind-pill{min-width:unset}
}

.single-analysis-layout .cdd-coupon-summary{padding:22px 24px}
.single-analysis-layout .cdd-coupon-table th,.single-analysis-layout .cdd-coupon-table td{padding:14px 16px}
.single-analysis-layout .cdd-pick-description{padding:0 0 16px;margin:24px auto 30px}
.single-analysis-layout .cdd-disclaimer{margin:32px auto 0;padding-top:12px;border-top:1px solid rgba(255,255,255,.08);max-width:72ch}
@media (max-width: 1000px){.single-analysis-layout .sidebar-box{max-width:none}.single-analysis-layout .entry-content{max-width:100%}}


/* v1.7.5.3 single analysis width fix */
.cdd-single-shell{max-width:920px !important; width:min(920px, calc(100% - 32px)) !important; margin:0 auto;}
.single-analysis-layout{display:block !important;}
.cdd-single-article{max-width:920px; margin:0 auto;}
.cdd-single-meta{justify-content:center; margin-bottom:18px;}
.cdd-single-title{max-width:16ch; text-align:center; margin:0 auto 22px; font-size:clamp(34px,5vw,50px) !important;}
.single-analysis-layout .entry-content{max-width:920px !important; margin:0 auto !important;}
.single-analysis-layout .entry-content > *{max-width:920px; margin-left:auto; margin-right:auto;}
.single-analysis-layout .entry-content > p,
.single-analysis-layout .entry-content .cdd-pick-description p,
.single-analysis-layout .entry-content .cdd-disclaimer p{max-width:70ch !important;}
.single-analysis-layout .entry-content .cdd-coupon-render,
.single-analysis-layout .entry-content .cdd-coupon-summary,
.single-analysis-layout .entry-content .cdd-analysis-body,
.single-analysis-layout .entry-content .cdd-pick-description,
.single-analysis-layout .entry-content .cdd-disclaimer{max-width:920px !important;}
.single-analysis-layout .cdd-coupon-summary{padding:24px 26px; overflow:hidden;}
.single-analysis-layout .cdd-coupon-table{table-layout:auto; width:100%;}
.single-analysis-layout .cdd-coupon-table th:nth-child(1),
.single-analysis-layout .cdd-coupon-table td:nth-child(1){width:30%;}
.single-analysis-layout .cdd-coupon-table th:nth-child(2),
.single-analysis-layout .cdd-coupon-table td:nth-child(2){width:38%;}
.single-analysis-layout .cdd-coupon-table th:nth-child(3),
.single-analysis-layout .cdd-coupon-table td:nth-child(3){width:12%; white-space:nowrap;}
.single-analysis-layout .cdd-coupon-table th:nth-child(4),
.single-analysis-layout .cdd-coupon-table td:nth-child(4){width:20%; white-space:nowrap; text-align:right;}
.single-analysis-layout .cdd-coupon-table th,
.single-analysis-layout .cdd-coupon-table td{white-space:normal; word-break:normal; overflow-wrap:break-word; vertical-align:top;}
.single-analysis-layout .cdd-coupon-table td:nth-child(1),
.single-analysis-layout .cdd-coupon-table td:nth-child(2){line-height:1.45;}
.single-analysis-layout .cdd-coupon-table th:nth-child(3),
.single-analysis-layout .cdd-coupon-table th:nth-child(4){white-space:nowrap;}
.cdd-single-bottom-nav{display:flex;justify-content:center;clear:both;margin:42px auto 0;padding:14px 0 4px;position:relative;z-index:1}
.cdd-single-locked-notice{max-width:760px;margin:28px auto 0;padding:24px;border:1px solid rgba(182,255,0,.24);border-radius:18px;background:linear-gradient(135deg,rgba(182,255,0,.08),rgba(255,255,255,.025));text-align:center;color:var(--muted)}
.cdd-single-locked-notice strong{display:block;margin-bottom:8px;color:var(--text);font-size:clamp(20px,3vw,28px)}
.cdd-single-locked-notice .btn{margin-top:16px}
.cdd-publication-panel{max-width:920px; margin:30px auto 0;}
.cdd-publication-grid{display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:18px;}
@media (max-width: 760px){
  .cdd-single-shell{width:min(920px, calc(100% - 20px)) !important;}
  .single-analysis-layout .cdd-coupon-summary{padding:18px 14px; border-radius:16px;}
   .single-analysis-layout .cdd-coupon-summary{overflow:auto;}
  .single-analysis-layout .cdd-coupon-table{table-layout:auto; min-width:640px;}
  .cdd-publication-grid{grid-template-columns:1fr;}
}


/* v1.8 homepage rebuild */
:root{--container:1180px}
.section-tight{padding-top:56px;padding-bottom:56px}
.section-alt{background:rgba(255,255,255,.02);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.section-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:26px}
.section-head--center{display:block;text-align:center}
.section-lead--center{margin-left:auto;margin-right:auto}
.hero-home{padding:86px 0 56px}
.hero-grid--home{align-items:stretch;gap:26px}
.hero-copy,.hero-side{display:flex}
.hero-copy{flex-direction:column;justify-content:center}
.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin:10px 0 28px}
.hero-mini-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;max-width:760px}
.hero-mini-stat{padding:18px 20px;border-radius:16px;background:rgba(255,255,255,.03);border:1px solid var(--line)}
.hero-mini-stat span{display:block;color:var(--muted);font-size:13px;margin-bottom:6px}
.hero-mini-stat strong{font-size:24px;line-height:1.1}
.hero-panel{width:100%;padding:28px;border-radius:22px;background:linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02));border:1px solid var(--line);box-shadow:var(--shadow)}
.hero-panel h3{font-size:28px;line-height:1.12;margin:6px 0 20px}
.hero-checklist{list-style:none;padding:0;margin:0;display:grid;gap:14px}
.hero-checklist li{padding:14px 0 14px 28px;position:relative;border-top:1px solid rgba(255,255,255,.07)}
.hero-checklist li:first-child{border-top:0;padding-top:0}
.hero-checklist li::before{content:"";position:absolute;left:0;top:20px;width:10px;height:10px;border-radius:50%;background:var(--accent);box-shadow:0 0 0 6px rgba(212,175,55,.12)}
.hero-checklist li:first-child::before{top:6px}
.pricing-grid--4{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.pricing-card--package{position:relative;padding:26px;display:flex;flex-direction:column;gap:14px}
.pricing-card--package.is-featured{border-color:rgba(212,175,55,.35);box-shadow:0 24px 50px rgba(0,0,0,.42), 0 0 0 1px rgba(212,175,55,.12) inset}
.pricing-badge{align-self:flex-start;padding:7px 12px;border-radius:999px;background:rgba(255,255,255,.05);border:1px solid var(--line);font-size:12px;font-weight:800;letter-spacing:.02em;color:#f4e2a0}
.pricing-card--package h3{font-size:30px;margin:2px 0 0}
.pricing-card--package .price{font-size:42px;font-weight:800;line-height:1}
.pricing-card--package p{color:var(--muted);margin:0}
.pricing-points{list-style:none;padding:0;margin:2px 0 8px;display:grid;gap:10px;color:var(--text)}
.pricing-points li{padding-left:20px;position:relative}
.pricing-points li::before{content:"•";position:absolute;left:0;color:var(--accent)}
.pricing-card--package .btn{margin-top:auto}
.free-strip{margin-top:22px;padding:24px 26px;border-radius:22px;background:linear-gradient(135deg, rgba(255,255,255,.045), rgba(255,255,255,.02));border:1px solid var(--line);display:grid;grid-template-columns:1.1fr .9fr;gap:18px;align-items:center}
.free-strip h3{font-size:28px;margin:6px 0 10px}
.free-strip p{margin:0;color:var(--muted)}
.free-strip-form{display:flex;gap:12px;align-items:center;justify-content:flex-end;flex-wrap:wrap}
.free-strip-form .input{min-width:280px;flex:1}
.analysis-grid--clean{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.analysis-card--clean{padding:22px;min-height:220px;display:flex;flex-direction:column;justify-content:space-between}
.analysis-card-top,.analysis-card-meta{display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap}
.analysis-card--clean h3{font-size:24px;line-height:1.18;margin:18px 0 20px}
.analysis-card-meta{color:var(--muted);font-weight:600}
.stats-grid-home .stat-card{padding:26px}
.contact-panel{padding:30px;border-radius:22px;background:linear-gradient(180deg, rgba(255,255,255,.035), rgba(255,255,255,.018));border:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:20px}
.contact-panel .section-title{margin-bottom:8px}
.stats-table-wrap.cdd-compact-stats{border-radius:22px;overflow:hidden;background:rgba(255,255,255,.02);border:1px solid var(--line)}
.cdd-compact-stats table{width:100%;border-collapse:collapse}
.cdd-compact-stats thead th{padding:16px 18px;background:rgba(255,255,255,.03);text-align:left;font-size:13px;letter-spacing:.02em;color:var(--muted);text-transform:uppercase}
.cdd-compact-stats tbody td{padding:16px 18px;border-top:1px solid rgba(255,255,255,.06)}
.cdd-compact-stats tbody tr:hover{background:rgba(255,255,255,.025)}
.cdd-kind-pill,.cdd-access-pill,.cdd-status-pill{min-width:unset}
@media (max-width:1100px){.pricing-grid--4,.analysis-grid--clean{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width:900px){.hero-grid--home,.free-strip{grid-template-columns:1fr}.section-head{display:block}.section-head .btn{margin-top:14px}.contact-panel{flex-direction:column;align-items:flex-start}}
@media (max-width:680px){.hero-mini-stats,.pricing-grid--4,.analysis-grid--clean{grid-template-columns:1fr}.free-strip-form{justify-content:stretch}.free-strip-form .input,.free-strip-form .btn{width:100%}.pricing-card--package .price{font-size:38px}}


/* v1.8.2 homepage hero rebuild */
.home-promo-bar{padding:14px 0;border-bottom:1px solid rgba(255,255,255,.06);background:rgba(255,255,255,.02);backdrop-filter:blur(10px)}
.home-promo-bar__inner{display:flex;align-items:center;justify-content:space-between;gap:18px}
.promo-copy{display:flex;align-items:center;gap:16px;flex-wrap:wrap;color:var(--muted)}
.promo-copy strong{color:var(--text);font-size:15px}
.btn-small{padding:11px 18px;font-size:14px}
.hero-home--rebuild{padding:62px 0 34px;background:radial-gradient(circle at top right, rgba(212,175,55,.14), transparent 26%), radial-gradient(circle at top left, rgba(77,162,255,.10), transparent 24%), linear-gradient(180deg, rgba(255,255,255,.015), rgba(255,255,255,0) 22%)}
.hero-home--rebuild{position:relative;}
.hero-home--rebuild::before{content:"";position:absolute;inset:0 0 auto 0;height:140px;pointer-events:none;background:linear-gradient(180deg, rgba(8,11,18,.24), rgba(8,11,18,0));}
.hero-home-top{display:grid;grid-template-columns:minmax(0,1.02fr) minmax(420px,.98fr);gap:28px;align-items:center}
.hero-copy--rebuild h1{max-width:12ch;font-size:clamp(40px,6vw,72px);letter-spacing:-.04em;line-height:.95;margin:16px 0}
.hero-lead{max-width:64ch;color:var(--muted);font-size:18px;line-height:1.75;margin:0 0 24px}
.hero-trust-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;max-width:720px}
.hero-trust-card{padding:18px 20px;border-radius:18px;background:linear-gradient(180deg, rgba(255,255,255,.045), rgba(255,255,255,.02));border:1px solid var(--line);box-shadow:var(--shadow)}
.hero-trust-card span{display:block;font-size:13px;color:var(--muted);margin-bottom:8px}
.hero-trust-card strong{display:block;font-size:28px;line-height:1.05}
.hero-visual-wrap{position:relative}
.hero-visual-wrap::before{content:"";position:absolute;inset:5% 10% auto auto;width:180px;height:180px;border-radius:50%;background:radial-gradient(circle, rgba(212,175,55,.32), rgba(212,175,55,0));filter:blur(10px)}
.hero-visual-card{position:relative;padding:18px;border-radius:28px;background:linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.02));border:1px solid rgba(255,255,255,.08);box-shadow:0 30px 70px rgba(0,0,0,.45)}
.hero-visual-image{width:100%;height:auto;border-radius:22px}
.hero-offer-strip{margin-top:30px;padding:28px;border-radius:28px;background:linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.022));border:1px solid var(--line);box-shadow:var(--shadow)}
.hero-offer-copy{max-width:720px;margin-bottom:22px}
.hero-offer-copy h2{font-size:clamp(28px,4vw,42px);line-height:1.06;margin:8px 0 12px}
.hero-offer-copy p{margin:0;color:var(--muted);max-width:62ch}
.hero-package-row{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.hero-package-card{padding:22px;border-radius:22px;background:rgba(10,14,21,.76);border:1px solid rgba(255,255,255,.08);display:flex;flex-direction:column;gap:10px;min-height:250px}
.hero-package-card.is-featured{border-color:rgba(212,175,55,.34);background:linear-gradient(180deg, rgba(212,175,55,.10), rgba(10,14,21,.92));box-shadow:0 16px 40px rgba(0,0,0,.32)}
.hero-package-label{font-size:12px;font-weight:800;letter-spacing:.05em;text-transform:uppercase;color:#f0d67b}
.hero-package-days{font-size:30px;font-weight:800;line-height:1}
.hero-package-price{font-size:42px;font-weight:800;line-height:1;margin:4px 0 2px}
.hero-package-meta{color:var(--muted);min-height:48px}
.hero-package-card .btn{margin-top:auto}
.home-free-lead{padding-top:24px}
.free-strip--refined{margin-top:0;background:linear-gradient(135deg, rgba(255,255,255,.04), rgba(255,255,255,.018));border-radius:24px}
.home-why-section{background:transparent;border:0;padding-top:34px}
.why-grid--4{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.why-card{padding:24px;border-radius:22px;background:linear-gradient(180deg, rgba(255,255,255,.035), rgba(255,255,255,.018));border:1px solid rgba(255,255,255,.07);min-height:220px}
.why-card h3{font-size:24px;margin:0 0 12px}
.why-card p{margin:0;color:var(--muted)}
.analysis-card--clean{background:linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02));border:1px solid rgba(255,255,255,.08)}
.analysis-card--clean h3{font-size:22px}
@media (max-width:1100px){.hero-home-top,.hero-package-row,.why-grid--4{grid-template-columns:1fr 1fr}.hero-visual-wrap{grid-column:1/-1}}
@media (max-width:900px){.home-promo-bar__inner,.promo-copy{display:block}.promo-copy strong{display:block;margin-bottom:6px}.home-promo-bar__inner .btn{margin-top:12px}.hero-home-top,.hero-package-row,.why-grid--4{grid-template-columns:1fr}.hero-trust-row{grid-template-columns:1fr}.hero-copy--rebuild h1{max-width:14ch}.hero-offer-strip{padding:22px}.hero-package-card{min-height:auto}}


.hero-dashboard-card{display:flex;flex-direction:column;gap:18px}
.hero-dashboard-block{padding:20px 22px;border-radius:22px;background:linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02));border:1px solid rgba(255,255,255,.06)}
.hero-dashboard-label{font-size:13px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#a6b0c3;margin-bottom:12px}
.hero-dashboard-balance{font-size:46px;font-weight:800;line-height:1;margin-bottom:16px}
.hero-dashboard-balance.is-positive{color:#f5f7fb}
.hero-dashboard-balance.is-negative{color:#ffb5b5}
.hero-dashboard-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
.hero-dashboard-grid div{padding:14px 16px;border-radius:16px;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.05)}
.hero-dashboard-grid span{display:block;font-size:12px;color:var(--muted);margin-bottom:7px}
.hero-dashboard-grid strong{font-size:22px;line-height:1.1}
.hero-coupon-list{display:flex;flex-direction:column;gap:12px}
.hero-coupon-item{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:14px;align-items:center;padding:14px 16px;border-radius:18px;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.05)}
.hero-coupon-rank{font-size:12px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:#f0d67b}
.hero-coupon-copy strong{display:block;font-size:16px;line-height:1.35}
.hero-coupon-copy span{display:block;font-size:14px;color:var(--muted);margin-top:4px}
.hero-coupon-odds{display:flex;flex-direction:column;align-items:flex-end;gap:4px;font-size:24px;font-weight:800;line-height:1}.hero-coupon-odds span{font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:var(--muted);font-weight:700}
.hero-coupon-empty{padding:18px;border-radius:18px;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.05);color:var(--muted)}
@media (max-width:900px){.hero-dashboard-grid{grid-template-columns:1fr}.hero-coupon-item{grid-template-columns:1fr}.hero-coupon-odds{align-items:flex-start}}


/* v1.8.4.2 hero ticket graphic */
.hero-dashboard-card{padding:10px;background:linear-gradient(180deg, rgba(11,15,23,.92), rgba(8,11,18,.98));border:1px solid rgba(212,175,55,.12)}
.hero-dashboard-block{position:relative;overflow:hidden}
.hero-dashboard-block::after{content:"";position:absolute;inset:auto -30% -55% auto;width:220px;height:220px;border-radius:50%;background:radial-gradient(circle, rgba(212,175,55,.12), rgba(212,175,55,0));pointer-events:none}
.hero-dashboard-block--coupon::after{inset:-20% auto auto -12%;background:radial-gradient(circle, rgba(77,162,255,.14), rgba(77,162,255,0))}
.hero-ticket-card{background:linear-gradient(180deg, rgba(16,21,32,.98), rgba(11,14,22,.98));border:1px solid rgba(212,175,55,.14)}
.hero-ticket-top{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:14px}
.hero-ticket-sub{font-size:13px;color:var(--muted);max-width:34ch;line-height:1.45}
.hero-ticket-badge{padding:8px 10px;border-radius:999px;border:1px solid rgba(212,175,55,.18);background:rgba(212,175,55,.08);font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#f0d67b;white-space:nowrap}
.hero-ticket-list{display:flex;flex-direction:column;gap:12px}
.hero-ticket-row{position:relative;display:grid;grid-template-columns:34px minmax(0,1fr) auto;gap:14px;align-items:center;padding:16px 18px;border-radius:20px;background:linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.025));border:1px solid rgba(255,255,255,.05)}
.hero-ticket-row::before,.hero-ticket-row::after{content:"";position:absolute;top:50%;transform:translateY(-50%);width:16px;height:16px;border-radius:50%;background:#0b0f17;border:1px solid rgba(255,255,255,.05)}
.hero-ticket-row::before{left:-8px}.hero-ticket-row::after{right:-8px}
.hero-ticket-index{width:34px;height:34px;border-radius:12px;display:flex;align-items:center;justify-content:center;background:rgba(212,175,55,.12);border:1px solid rgba(212,175,55,.2);font-size:14px;font-weight:800;color:#f0d67b}
.hero-ticket-main strong{display:block;font-size:15px;line-height:1.35;color:#f5f7fb}
.hero-ticket-main span{display:block;margin-top:5px;font-size:14px;line-height:1.45;color:#b5bfd0}
.hero-ticket-side{display:flex;flex-direction:column;align-items:flex-end;gap:5px;padding-left:14px;border-left:1px dashed rgba(255,255,255,.1)}
.hero-ticket-side span{font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--muted)}
.hero-ticket-side strong{font-size:24px;line-height:1;color:#f5f0df}
@media (max-width:900px){.hero-ticket-top{display:block}.hero-ticket-badge{margin-top:10px;display:inline-flex}.hero-ticket-row{grid-template-columns:32px minmax(0,1fr)}.hero-ticket-side{grid-column:2;align-items:flex-start;padding-left:0;border-left:0;margin-top:2px}.hero-ticket-row::after{display:none}}


.hero-dashboard-block--report{padding-bottom:18px}
.hero-report-topline{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:14px}
.hero-report-chip{padding:8px 10px;border-radius:999px;border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.04);font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#cbd4e3;white-space:nowrap}
.hero-report-chart{padding:16px 16px 10px;border-radius:18px;background:linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,.015));border:1px solid rgba(255,255,255,.05);margin-bottom:14px}
.hero-report-bars{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:10px;align-items:end;min-height:132px}
.hero-report-bar-col{display:flex;flex-direction:column;align-items:center;gap:10px}
.hero-report-bar-track{width:100%;min-height:96px;display:flex;align-items:flex-end;justify-content:center;padding:0 4px}
.hero-report-bar{width:100%;max-width:28px;border-radius:10px 10px 4px 4px;box-shadow:0 12px 24px rgba(0,0,0,.24)}
.hero-report-bar.is-positive{background:linear-gradient(180deg, rgba(212,175,55,.95), rgba(212,175,55,.42))}
.hero-report-bar.is-negative{background:linear-gradient(180deg, rgba(217,86,86,.9), rgba(217,86,86,.38))}
.hero-report-bar-col span{font-size:11px;letter-spacing:.06em;text-transform:uppercase;color:var(--muted)}
.hero-dashboard-grid--report div strong{font-size:20px}
@media (max-width:900px){.hero-report-topline{flex-direction:column}.hero-report-bars{gap:8px}.hero-report-bar{max-width:22px}}


.hero-dashboard-date{margin-top:6px;font-size:12px;color:var(--muted)}
.hero-ticket-row--featured{align-items:center}

.hero-report-topline{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:10px}
.hero-dashboard-balance{font-size:34px;line-height:1;font-weight:800;letter-spacing:-.02em;margin-top:8px}
.hero-dashboard-balance.is-positive{color:#d7e8ba}
.hero-dashboard-balance.is-negative{color:#ffb4b4}
.hero-report-chart--line{padding:12px 14px 8px;border-radius:18px;background:linear-gradient(180deg, rgba(255,255,255,.045), rgba(255,255,255,.015));border:1px solid rgba(255,255,255,.06);overflow:hidden}
.hero-line-chart{display:block;width:100%;height:auto}
.hero-line-chart__baseline{stroke:rgba(255,255,255,.14);stroke-width:1.5;stroke-dasharray:5 5}
.hero-line-chart__path-shadow{stroke:rgba(0,0,0,.18);stroke-width:8;opacity:.25;stroke-linecap:round;stroke-linejoin:round}
.hero-line-chart__path{stroke:#d4af37;stroke-width:4.5;stroke-linecap:round;stroke-linejoin:round;filter:drop-shadow(0 0 10px rgba(212,175,55,.24))}
.hero-line-chart__area{fill:rgba(212,175,55,.10)}
.hero-line-chart__point{stroke:#0f131a;stroke-width:2.5}
.hero-line-chart__point.is-positive{fill:#d4af37}
.hero-line-chart__point.is-negative{fill:#ff7a7a}
.hero-ticket-row--featured{grid-template-columns:minmax(0,1fr) auto;padding-left:16px}
.hero-ticket-main strong,.hero-ticket-main span{word-break:normal;overflow-wrap:anywhere}
.hero-ticket-side{min-width:74px;text-align:right}
@media (max-width: 767px){.hero-dashboard-balance{font-size:28px}.hero-ticket-row--featured{padding-left:12px}.hero-report-chart--line{padding:10px 10px 6px}}


/* v1.8.4.8 hero cleanup */
.hero-report-chart--line{padding:14px 14px 10px;border-radius:18px;background:linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,.015));border:1px solid rgba(255,255,255,.06)}
.hero-line-chart{display:block;width:100%;height:auto}
.hero-line-chart__grid{stroke:rgba(255,255,255,.06);stroke-width:1}
.hero-line-chart__baseline{stroke:rgba(255,255,255,.18);stroke-width:1.5;stroke-dasharray:4 6}
.hero-line-chart__path-shadow{display:none}
.hero-line-chart__path{stroke:#d9b85c;stroke-width:3.5;stroke-linecap:round;stroke-linejoin:round;filter:none}
.hero-line-chart__area{fill:url(#none);fill:rgba(217,184,92,.08)}
.hero-line-chart__point{stroke:#11151d;stroke-width:2}
.hero-line-chart__point.is-positive{fill:#d9b85c}
.hero-line-chart__point.is-negative{fill:#ff8d8d}
.hero-dashboard-block--coupon{padding-bottom:4px}
.hero-ticket-row,.hero-ticket-row--featured{grid-template-columns:minmax(0,1fr) auto !important;gap:16px;padding:18px 18px 16px;border-radius:18px;background:linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02));border:1px solid rgba(255,255,255,.06)}
.hero-ticket-row::before,.hero-ticket-row::after{display:none}
.hero-ticket-main{min-width:0}
.hero-ticket-main strong,.hero-ticket-main span{overflow-wrap:break-word;word-break:normal;hyphens:none}
.hero-ticket-main strong{font-size:15px;line-height:1.35;margin-bottom:6px}
.hero-ticket-main span{font-size:14px;line-height:1.5;color:#c7d0df}
.hero-ticket-side{min-width:86px;display:flex;flex-direction:column;align-items:flex-end;justify-content:center;gap:6px;padding-left:16px;border-left:1px solid rgba(255,255,255,.08);text-align:right}
.hero-ticket-side strong{font-size:22px;line-height:1;color:#f5f0df}
.hero-ticket-side span{font-size:11px;letter-spacing:.08em;text-transform:uppercase}
@media (max-width:767px){
  .hero-ticket-row,.hero-ticket-row--featured{grid-template-columns:1fr !important}
  .hero-ticket-side{align-items:flex-start;text-align:left;border-left:0;padding-left:0;padding-top:8px;border-top:1px solid rgba(255,255,255,.08);min-width:0}
  .hero-report-chart--line{padding:12px 10px 8px}
}

.hero-chart-caption{margin-top:12px;display:flex;justify-content:center}
.hero-chart-caption span{display:inline-flex;align-items:center;justify-content:center;padding:8px 14px;border-radius:999px;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.06);font-size:12px;letter-spacing:.04em;color:#aeb8ca}
.hero-report-chart--line{padding:6px 6px 0}
.hero-line-chart__path{stroke-linecap:round;stroke-linejoin:round}

/* v1.8.4.9.3 chart cleanup */
.hero-report-chart--line{
  padding:10px 10px 2px !important;
  background:linear-gradient(180deg, rgba(255,255,255,.02), rgba(255,255,255,.008)) !important;
  border:1px solid rgba(255,255,255,.05) !important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.02);
}
.hero-line-chart{
  display:block;
  width:100%;
  height:auto;
  background:transparent !important;
}
.hero-line-chart__area{
  fill:rgba(217,184,92,.045) !important;
}
.hero-line-chart__grid{
  stroke:rgba(255,255,255,.05) !important;
}
.hero-line-chart__baseline{
  stroke:rgba(255,255,255,.14) !important;
}
.hero-line-chart__path{
  stroke:#d9b85c !important;
  stroke-width:3.5 !important;
  stroke-linecap:round !important;
  stroke-linejoin:round !important;
  fill:none !important;
}
.hero-line-chart__point{
  stroke:#161c27 !important;
  stroke-width:2 !important;
}
.hero-chart-caption{
  margin-top:10px;
}
.hero-chart-caption span{
  background:transparent !important;
  border:0 !important;
  padding:0 !important;
  color:#98a3b8 !important;
  font-size:12px;
}

/* v1.9.0 front-page rebuild */
.hero-home--wow{padding:44px 0 22px;background:
  radial-gradient(circle at 0% 0%, rgba(212,175,55,.12), transparent 28%),
  radial-gradient(circle at 100% 0%, rgba(77,162,255,.10), transparent 30%),
  linear-gradient(180deg, rgba(255,255,255,.01), rgba(255,255,255,0));}
.hero-wow-grid{display:grid;grid-template-columns:minmax(0,1.04fr) minmax(420px,.96fr);gap:34px;align-items:center}
.hero-wow-kicker{display:inline-flex;align-items:center;padding:9px 14px;border-radius:999px;border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.03);font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#cbd4e3}
.hero-wow-copy h1{margin:18px 0 14px;max-width:10ch;font-size:clamp(46px,6vw,76px);line-height:.92;letter-spacing:-.05em}
.hero-wow-lead{margin:0 0 24px;max-width:62ch;color:var(--muted);font-size:18px;line-height:1.75}
.hero-wow-points{display:grid;grid-template-columns:1fr;gap:12px;margin-bottom:24px;max-width:720px}
.hero-wow-point{padding:16px 18px;border-radius:18px;background:linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.015));border:1px solid rgba(255,255,255,.06)}
.hero-wow-point strong{display:block;font-size:15px;margin-bottom:6px}
.hero-wow-point span{display:block;color:var(--muted);line-height:1.6}
.hero-actions--wow{margin-bottom:20px}
.hero-wow-microstats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;max-width:720px}
.hero-wow-microstats div{padding:16px 18px;border-radius:18px;background:rgba(10,14,21,.72);border:1px solid rgba(255,255,255,.06)}
.hero-wow-microstats span{display:block;font-size:12px;color:var(--muted);margin-bottom:7px}
.hero-wow-microstats strong{display:block;font-size:26px;line-height:1.05}
.hero-wow-visual{position:relative}
.hero-visual-shell{padding:12px;border-radius:30px;background:linear-gradient(180deg, rgba(11,15,23,.96), rgba(8,11,18,.98));border:1px solid rgba(212,175,55,.12);box-shadow:0 30px 70px rgba(0,0,0,.4);display:flex;flex-direction:column;gap:16px}
.hero-dashboard-block--report-compact{padding-bottom:10px}
.section-premium-offer{padding-top:14px}
.section-head--premium-offer{margin-bottom:24px}
.hero-package-row--landing{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.hero-package-card{min-height:unset}
.hero-package-list{margin:0 0 18px;padding-left:18px;color:var(--muted);display:grid;gap:8px}
.hero-package-list li{line-height:1.45}
.hero-package-card .btn{margin-top:auto}
.free-strip--refined{padding:28px 30px}

.analysis-card-top--stacked{display:flex;flex-direction:column;align-items:stretch;gap:10px;margin-bottom:16px}
.analysis-card-top-row{display:flex;align-items:center;justify-content:space-between;gap:10px;min-height:38px}
.analysis-card-top-row--status{justify-content:flex-start}
.analysis-card-top-row .meta-pill{margin:0}
.analysis-card--clean h3{margin-top:0}
.analysis-grid--clean .analysis-card-top{margin-bottom:16px}
.analysis-grid--clean .analysis-card-meta{display:flex;justify-content:space-between;gap:14px;color:var(--muted)}
@media (max-width:1100px){.hero-wow-grid,.hero-package-row--landing{grid-template-columns:1fr 1fr}.hero-wow-visual{grid-column:1/-1}.hero-wow-copy h1{max-width:12ch}}
@media (max-width:760px){.hero-home--wow{padding:30px 0 16px}.hero-wow-grid,.hero-package-row--landing,.hero-wow-microstats{grid-template-columns:1fr}.hero-wow-copy h1{font-size:clamp(38px,12vw,56px);max-width:11ch}.hero-wow-lead{font-size:16px}.hero-wow-point{padding:15px 16px}.free-strip--refined{padding:22px 18px}}


/* v1.9.1 hero refinement */
.hero-wow-grid{align-items:center;gap:34px}
.hero-wow-copy{position:relative;z-index:2}
.hero-wow-kicker{display:inline-flex;align-items:center;padding:8px 12px;border-radius:999px;background:rgba(212,175,55,.08);border:1px solid rgba(212,175,55,.16);color:#f0d67b;margin-bottom:18px}
.hero-wow-lead{max-width:62ch;font-size:18px;line-height:1.75}
.hero-wow-points{display:grid;grid-template-columns:1fr;gap:12px;max-width:640px;margin:26px 0 28px}
.hero-wow-point{padding:16px 18px;border-radius:18px;background:linear-gradient(180deg,rgba(255,255,255,.04),rgba(255,255,255,.02));border:1px solid rgba(255,255,255,.08)}
.hero-wow-point strong{display:block;margin-bottom:6px;font-size:15px;color:var(--text)}
.hero-wow-point span{display:block;color:var(--muted);line-height:1.6}
.hero-wow-visual{position:relative;min-height:560px;display:flex;align-items:center;justify-content:center}
.hero-welcome-graphic{position:absolute;inset:0;pointer-events:none;z-index:0}
.hero-welcome-glow{position:absolute;right:2%;top:6%;width:320px;height:320px;border-radius:50%;background:radial-gradient(circle, rgba(212,175,55,.18), rgba(212,175,55,0) 65%);filter:blur(8px)}
.hero-welcome-card{position:absolute;border-radius:26px;border:1px solid rgba(255,255,255,.08);background:linear-gradient(180deg,rgba(18,22,31,.74),rgba(11,15,22,.42));backdrop-filter:blur(6px);box-shadow:0 28px 60px rgba(0,0,0,.26)}
.hero-welcome-card__label{display:block;font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:#b5bfd2;margin-bottom:10px}
.hero-welcome-card strong{display:block;color:#f6f7fb;font-size:20px;line-height:1.25}
.hero-welcome-card--report{top:4%;right:20%;width:260px;padding:20px 22px;transform:rotate(-6deg)}
.hero-welcome-card--ticket{bottom:8%;left:6%;width:290px;padding:22px 24px;transform:rotate(5deg)}
.hero-welcome-lines{display:grid;gap:10px;margin-top:16px}
.hero-welcome-lines span{display:block;height:10px;border-radius:999px;background:linear-gradient(90deg,rgba(212,175,55,.82),rgba(77,162,255,.22))}
.hero-welcome-lines span:nth-child(1){width:76%}.hero-welcome-lines span:nth-child(2){width:92%}.hero-welcome-lines span:nth-child(3){width:58%}
.hero-welcome-ticket{display:grid;gap:10px;margin-top:16px}
.hero-welcome-ticket i{display:block;height:46px;border-radius:14px;background:linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.03));border:1px solid rgba(255,255,255,.06);position:relative}
.hero-welcome-ticket i:before,.hero-welcome-ticket i:after{content:'';position:absolute;left:14px;right:14px;border-radius:999px;height:6px;background:rgba(255,255,255,.12)}
.hero-welcome-ticket i:before{top:12px;width:42%}.hero-welcome-ticket i:after{top:24px;width:74%}
.hero-visual-shell{position:relative;z-index:1;width:min(100%,580px)}
.hero-dashboard-block--report-compact,.hero-dashboard-block--coupon{background:linear-gradient(180deg, rgba(14,18,26,.94), rgba(10,13,18,.94));border:1px solid rgba(212,175,55,.12)}
.hero-chart-caption{display:flex;justify-content:center;margin-top:14px}
.hero-chart-caption span{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:999px;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.06);font-size:12px;color:#c7d0df;letter-spacing:.02em}
@media (max-width: 1000px){
  .hero-wow-visual{min-height:auto;padding-top:24px}
  .hero-welcome-graphic{display:none}
}


.stats-filter-bar{margin-top:18px;display:flex;justify-content:center}
.stats-filter-pills{display:flex;gap:10px;flex-wrap:wrap;align-items:center;justify-content:center}
.stats-pill{display:inline-flex;align-items:center;justify-content:center;padding:10px 16px;border-radius:999px;border:1px solid rgba(212,175,55,.16);background:rgba(255,255,255,.03);color:#d7dbe6;text-decoration:none;font-weight:600;font-size:14px;transition:.2s ease}
.stats-pill:hover,.stats-pill.is-active{border-color:rgba(212,175,55,.5);background:rgba(212,175,55,.12);color:#fff}
.stats-pill--button{cursor:pointer;font:inherit}
.stats-month-wrap{display:none;align-items:center}
.stats-month-wrap.is-visible{display:flex}
.stats-month-select{padding:10px 14px;border-radius:999px;border:1px solid rgba(212,175,55,.16);background:#111827;color:#fff;min-width:190px}
.stats-month-select:focus{outline:none;border-color:rgba(212,175,55,.5)}

#stats-balance-shell{transition:opacity .18s ease}
#stats-balance-shell.is-loading{opacity:.6;pointer-events:none}



@media (min-width: 761px){
  .site-header{position:sticky;top:0}
  .site-nav{display:block !important;position:static;background:transparent;border:0;padding:0}
}
@media (max-width: 760px){
  .site-nav ul{gap:0}
  .site-nav li+li:before{display:none}
}

/* v1.9.4.2 always-visible header nav */
.site-header-top{justify-content:flex-start}
.site-header-inner{align-items:flex-start}
.site-nav{display:block !important;position:static !important;background:transparent !important;border:0 !important;padding:0 !important;width:100%}
.site-nav ul{display:flex !important;flex-direction:row !important;flex-wrap:wrap !important;gap:18px !important;align-items:center}
.site-nav li+li:before{display:block}
.nav-toggle{display:none !important}
@media (max-width: 760px){
  .site-header-inner{gap:8px}
  .site-nav{display:block !important}
  .site-nav ul{padding:0 !important;gap:10px !important}
  .site-nav li+li:before{display:none}
  .site-nav a{font-size:13px}
}

.anchor-offset{display:block;position:relative;top:-96px;visibility:hidden;height:0;}
html{scroll-padding-top:96px;}


/* after payment refresh */
.after-payment{padding:110px 0 90px;text-align:left}
.after-payment-wrap{max-width:1100px}
.after-payment-shell{max-width:980px;margin:0 auto}
.after-payment-top{padding:30px 32px 24px;border:1px solid rgba(212,175,55,.14);background:linear-gradient(180deg, rgba(15,19,28,.95), rgba(11,14,20,.96));box-shadow:0 28px 80px rgba(0,0,0,.28);border-radius:26px;margin-bottom:22px;text-align:center}
.after-payment-title{margin:12px 0 14px}
.after-payment-lead{max-width:760px;margin:0 auto;color:var(--muted);font-size:17px;line-height:1.8}
.after-payment-story{display:grid;grid-template-columns:1.2fr .8fr;gap:22px}
.after-payment-card{padding:26px;border-radius:24px;background:linear-gradient(180deg, rgba(19,22,31,.96), rgba(12,15,22,.96));border:1px solid rgba(255,255,255,.08)}
.after-payment-card h2{margin:8px 0 18px;color:#f6f2e6;font-size:28px}
.after-payment-card__eyebrow{font-size:12px;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:var(--accent);opacity:.88}
.after-payment-steps{margin:0;padding:0;list-style:none;display:grid;gap:16px}
.after-payment-steps li{display:grid;gap:6px;padding:16px 18px;border-radius:18px;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.06)}
.after-payment-steps strong{color:#f6f2e6;font-size:16px}
.after-payment-steps span,.after-payment-benefits li,.after-payment-helpbox p{color:var(--muted);line-height:1.75}
.after-payment-benefits{margin:0;padding-left:18px;display:grid;gap:12px}
.after-payment-helpbox{margin-top:24px;padding:18px;border-radius:18px;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.06)}
.after-payment-helpbox__title{font-weight:800;color:#f6f2e6;margin-bottom:8px}
.after-payment-helpbox a{font-weight:700;color:var(--accent)}
.after-payment-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:22px}
@media (max-width: 900px){
  .after-payment-story{grid-template-columns:1fr}
}
@media (max-width: 760px){
  .after-payment{padding:82px 0 70px}
  .after-payment-top,.after-payment-card{padding:22px}
  .after-payment-card h2{font-size:24px}
  .after-payment-actions{flex-direction:column}
}


/* archive analyses */
.section-archive-hero{padding-top:36px;padding-bottom:10px;background:radial-gradient(circle at 0% 0%, rgba(212,175,55,.08), transparent 32%), linear-gradient(180deg, rgba(255,255,255,.015), rgba(255,255,255,0));}
.archive-hero-shell{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(280px,.8fr);gap:24px;align-items:end}
.archive-hero-info{display:grid;grid-template-columns:1fr;gap:14px;padding:22px}
.archive-hero-info span{display:block;font-size:12px;color:var(--muted);margin-bottom:6px}
.archive-hero-info strong{display:block;font-size:18px}
.archive-toolbar{display:flex;justify-content:space-between;align-items:end;gap:18px;margin-bottom:24px}
.section-title--sm{font-size:30px;margin-bottom:6px}
.section-subtle{margin:0;color:var(--muted)}

.archive-filters{display:flex;justify-content:flex-start;align-items:center;gap:12px;flex-wrap:wrap;margin:10px 0 24px;padding:0 0 4px;text-align:left}
.archive-filters .stats-pill{margin:0}
.section-archive-list .container{display:block}
@media (max-width:760px){.archive-filters{justify-content:flex-start;margin:10px 0 20px;gap:10px;padding:0 0 4px}}
.analysis-grid--archive{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
.analysis-card--archive{display:flex;flex-direction:column;justify-content:space-between;gap:14px;padding:22px;background:linear-gradient(180deg, rgba(255,255,255,.035), rgba(255,255,255,.02));border:1px solid rgba(255,255,255,.06);border-radius:22px;box-shadow:0 20px 50px rgba(0,0,0,.18)}
.analysis-card--archive h3{margin:0;font-size:22px;line-height:1.2}
.analysis-card--archive h3 a{text-decoration:none}
.analysis-card-copy{margin:0;color:var(--muted);line-height:1.7}
.analysis-card-foot{display:flex;justify-content:space-between;align-items:center;gap:14px;padding-top:4px;color:var(--muted);font-size:14px}
.meta-pill--premium{background:rgba(212,175,55,.12);border-color:rgba(212,175,55,.2);color:#f0d67b}
.meta-pill--free{background:rgba(77,162,255,.12);border-color:rgba(77,162,255,.2);color:#b9d7ff}
.navigation.pagination{margin-top:28px}
.navigation.pagination .nav-links{display:flex;gap:10px;flex-wrap:wrap}
.navigation.pagination .page-numbers{display:inline-flex;align-items:center;justify-content:center;min-width:42px;height:42px;padding:0 14px;border-radius:999px;border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.03);text-decoration:none;color:var(--text)}
.navigation.pagination .page-numbers.current{background:rgba(212,175,55,.12);border-color:rgba(212,175,55,.18);color:#f0d67b}
@media (max-width:1000px){.archive-hero-shell,.analysis-grid--archive{grid-template-columns:1fr}}

.section-archive-hero{padding-bottom:26px}
.section-archive-list{padding-top:0}
.archive-hero-copy .section-lead{margin-bottom:18px}
.archive-filters{margin:0 0 24px;padding:0}
@media (max-width:760px){.section-archive-hero{padding-bottom:22px}.archive-hero-copy .section-lead{margin-bottom:16px}.archive-filters{margin:0 0 20px}}

/* Legal templates */
.legal-container{max-width:860px}
.legal-content{background:rgba(10,14,20,.68);border:1px solid rgba(255,255,255,.06);border-radius:18px;padding:28px 28px 8px;box-shadow:0 10px 30px rgba(0,0,0,.18)}
.legal-content h2{margin:0 0 14px;font-size:1.18rem}
.legal-content p,.legal-content li{line-height:1.8;color:#dbe2ee}
.legal-content ul{margin:0 0 18px 20px;padding:0}
.legal-content p{margin:0 0 16px}
@media (max-width: 768px){.legal-content{padding:22px 18px 2px}}

/* mobile stats table fix */
.stats-table-wrap.cdd-compact-stats{overflow-x:auto;overflow-y:auto;-webkit-overflow-scrolling:touch;}
.stats-table-wrap.cdd-compact-stats table{min-width:720px;}
@media (max-width:760px){
  .stats-table-wrap.cdd-compact-stats{display:block;width:100%;overflow-x:auto;overflow-y:auto;padding-bottom:4px;}
  .stats-table-wrap.cdd-compact-stats table{min-width:760px;}
  .stats-table-wrap.cdd-compact-stats thead th,.stats-table-wrap.cdd-compact-stats tbody td{white-space:nowrap;}
}


.social-follow-section{padding-top:24px;}
.social-follow-box{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(280px,.8fr);gap:28px;padding:28px;border:1px solid rgba(255,255,255,.08);border-radius:24px;background:linear-gradient(180deg,rgba(17,24,39,.88),rgba(12,18,29,.92));box-shadow:0 18px 50px rgba(0,0,0,.22);align-items:center;}
.social-follow-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:18px;}
.social-mini-card{padding:16px 18px;border-radius:18px;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.07);}
.social-mini-card strong{display:block;margin-bottom:8px;}
.social-mini-card p{margin:0;color:rgba(255,255,255,.76);font-size:14px;line-height:1.6;}
.social-follow-actions{display:flex;flex-direction:column;gap:14px;justify-content:center;}
.social-follow-actions .btn{text-align:center;width:100%;}
@media (max-width: 900px){.social-follow-box{grid-template-columns:1fr;}.social-follow-actions{flex-direction:column;}.social-follow-grid{grid-template-columns:1fr;}}

@media (max-width: 640px){.cdd-coupon-summary-top{align-items:flex-start;flex-wrap:wrap}.cdd-coupon-title-row{row-gap:6px}}


/* v1.9.4.3 raport dnia polish */
.hero-report-chart-shell{display:grid;grid-template-columns:64px minmax(0,1fr);gap:12px;align-items:stretch}
.hero-chart-yaxis{display:flex;flex-direction:column;justify-content:space-between;padding:6px 0 26px}
.hero-chart-yaxis span{display:block;font-size:11px;line-height:1;color:#8f9ab0;text-align:right;white-space:nowrap}
.hero-chart-main{min-width:0}
.hero-chart-xaxis{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:8px;margin-top:8px;padding:0 6px 2px}
.hero-chart-xaxis span{font-size:11px;line-height:1.2;color:#8f9ab0;text-align:center;letter-spacing:.02em}
.hero-chart-caption{margin-top:10px}
.hero-chart-caption span{justify-content:center;text-align:center;line-height:1.35}
.hero-ticket-list--featured{display:flex;align-items:stretch}
.hero-ticket-list--featured .hero-ticket-row--featured{width:100%;min-height:124px;align-items:stretch;padding:14px 16px}
.hero-ticket-list--featured .hero-ticket-main{display:flex;flex-direction:column;justify-content:center;padding-right:6px}
.hero-ticket-list--featured .hero-ticket-side{display:flex;flex-direction:column;justify-content:center;align-items:flex-end;min-width:92px}
.hero-ticket-list--featured .hero-ticket-main strong{margin-bottom:8px}
@media (max-width:767px){
  .hero-report-chart-shell{grid-template-columns:1fr}
  .hero-chart-yaxis{display:none}
  .hero-chart-xaxis{gap:4px;padding:0 2px 2px}
  .hero-chart-xaxis span{font-size:10px}
  .hero-ticket-list--featured .hero-ticket-row--featured{min-height:auto;padding:14px}
  .hero-ticket-list--featured .hero-ticket-main{padding-right:0}
  .hero-ticket-list--featured .hero-ticket-side{min-width:0;align-items:flex-start}
}


/* v1.9.4.4 typ dnia alignment */
.hero-ticket-card--compact{
  padding-top:18px;
  padding-bottom:18px;
}
.hero-ticket-card--compact .hero-ticket-top{
  margin-bottom:10px;
}
.hero-ticket-card--compact .hero-dashboard-label{
  margin-bottom:0;
  line-height:1.1;
}
.hero-ticket-card--compact .hero-ticket-list--featured{
  width:100%;
  margin:0;
  align-items:center;
}
.hero-ticket-card--compact .hero-ticket-row--featured{
  margin:0;
  box-sizing:border-box;
  min-height:118px;
}
@media (max-width:767px){
  .hero-ticket-card--compact{
    padding-top:16px;
    padding-bottom:16px;
  }
  .hero-ticket-card--compact .hero-ticket-top{
    margin-bottom:8px;
  }
}

/* v1.66.10 — homepage stats, Google Play badge and Premium package chooser */
.cdd-home-app-actions .cdd-google-play-badge{
  width:248px;
  min-height:62px;
  padding:3px 10px;
  justify-content:center;
}

.cdd-home-app-actions .cdd-google-play-badge img{
  width:100%;
  height:auto;
}

.cdd-home-stats-section{
  position:relative;
  overflow:hidden;
}

.cdd-home-stats-section::before{
  content:"";
  position:absolute;
  inset:12% auto auto 50%;
  width:min(860px,90vw);
  height:420px;
  transform:translateX(-50%);
  border-radius:50%;
  background:radial-gradient(circle,rgba(182,255,0,.075),transparent 68%);
  pointer-events:none;
}

.cdd-home-stats-section > .container{
  position:relative;
}

.cdd-home-stats-panel{
  max-width:1120px;
  margin:26px auto 0;
  padding:10px;
  border:1px solid rgba(182,255,0,.13);
  border-radius:26px;
  background:linear-gradient(145deg,rgba(14,21,31,.94),rgba(7,11,18,.84));
  box-shadow:0 24px 70px rgba(0,0,0,.26),inset 0 1px 0 rgba(255,255,255,.035);
}

.cdd-home-stats-grid{
  display:grid;
  grid-template-columns:minmax(0,1.45fr) repeat(3,minmax(0,1fr));
  gap:10px;
}

.cdd-home-stats-grid .cdd-home-stat-card{
  min-width:0;
  min-height:158px;
  padding:21px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  border:1px solid rgba(255,255,255,.065);
  border-radius:18px;
  background:rgba(255,255,255,.025);
  box-shadow:none;
}

.cdd-home-stats-grid .cdd-home-stat-card::before,
.cdd-home-stats-grid .cdd-home-stat-card::after{
  display:none;
}

.cdd-home-stats-grid .cdd-home-stat-card--balance{
  background:
    radial-gradient(circle at 88% 18%,rgba(182,255,0,.12),transparent 38%),
    linear-gradient(145deg,rgba(182,255,0,.075),rgba(255,255,255,.022));
  border-color:rgba(182,255,0,.19);
}

.cdd-home-stat-card__top{
  margin:0 0 12px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  color:#aab6c8;
  font-size:12px;
  font-weight:850;
  letter-spacing:.1em;
  text-transform:uppercase;
}

.cdd-home-stat-card__top small{
  padding:5px 8px;
  border:1px solid rgba(182,255,0,.14);
  border-radius:999px;
  background:rgba(182,255,0,.055);
  color:#d9ff72;
  font-size:9px;
  letter-spacing:.08em;
  white-space:nowrap;
}

.cdd-home-stats-grid .stat-value{
  color:#f5f8fc;
  font-size:clamp(30px,3vw,38px);
  line-height:1;
  letter-spacing:-.045em;
}

.cdd-home-stats-grid .cdd-home-stat-card--balance .stat-value{
  font-size:clamp(38px,4.2vw,52px);
}

.cdd-home-stats-grid .cdd-home-stat-card--balance.is-positive .stat-value{
  color:#b6ff00;
}

.cdd-home-stats-grid .cdd-home-stat-card--balance.is-negative .stat-value{
  color:#ff7e8c;
}

.cdd-home-stats-grid .stat-note{
  margin-top:10px;
  color:#8592a5;
  font-size:12px;
  line-height:1.45;
}

.cdd-premium-package-links .cdd-premium-package-choice{
  width:100%;
  min-height:66px;
  padding:10px 8px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  appearance:none;
  cursor:pointer;
  border:1px solid rgba(255,255,255,.075);
  border-radius:15px;
  background:rgba(8,12,19,.42);
  color:inherit;
  font:inherit;
  text-align:center;
  transition:transform .16s ease,border-color .16s ease,background .16s ease,box-shadow .16s ease;
}

.cdd-premium-package-links .cdd-premium-package-choice:hover,
.cdd-premium-package-links .cdd-premium-package-choice:focus-visible,
.cdd-premium-package-links .cdd-premium-package-choice.is-selected{
  transform:translateY(-1px);
  border-color:rgba(182,255,0,.5);
  background:rgba(182,255,0,.095);
  box-shadow:0 0 0 3px rgba(182,255,0,.055);
  outline:none;
}

.cdd-premium-package-links .cdd-premium-package-choice b{
  color:#f1f5fb;
  font-size:14px;
  line-height:1.1;
}

.cdd-premium-package-links .cdd-premium-package-choice small{
  margin-top:5px;
  color:#b6ff00;
  font-size:12px;
  font-weight:850;
}

.cdd-premium-package-actions{
  margin-top:13px;
}

.cdd-premium-package-actions[hidden]{
  display:none !important;
}

.cdd-premium-package-actions .cdd-premium-payment-button{
  width:100%;
  min-height:52px;
  justify-content:center;
}

.cdd-premium-package-hint{
  margin:10px 0 0;
  color:#8793a5;
  font-size:12px;
  line-height:1.5;
}

#cdd-premium-login-card{
  scroll-margin-top:100px;
}

@media (max-width:900px){
  .cdd-home-stats-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .cdd-home-stats-grid .cdd-home-stat-card--balance{
    grid-column:1/-1;
  }

  .cdd-home-stats-grid .cdd-home-stat-card--settled{
    grid-column:1/-1;
    min-height:108px;
  }
}

@media (max-width:560px){
  .cdd-home-app-actions{
    display:grid;
    grid-template-columns:1fr;
  }

  .cdd-home-app-actions .cdd-google-play-badge{
    width:100%;
    min-height:72px;
    padding:5px 12px;
    border:1px solid rgba(182,255,0,.2);
    border-radius:14px;
    background:rgba(182,255,0,.04);
  }

  .cdd-home-app-actions .cdd-google-play-badge img{
    width:min(100%,290px);
  }

  .cdd-home-stats-section .section-head{
    margin-bottom:0;
  }

  .cdd-home-stats-section .stats-filter-pills{
    width:100%;
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:7px;
  }

  .cdd-home-stats-section .stats-pill{
    min-width:0;
    padding:9px 7px;
    font-size:11px;
    line-height:1.25;
    text-align:center;
  }

  .cdd-home-stats-section .stats-month-wrap{
    grid-column:1/-1;
  }

  .cdd-home-stats-section .stats-month-wrap.is-visible,
  .cdd-home-stats-section .stats-month-select{
    width:100%;
  }

  .cdd-home-stats-panel{
    margin-top:20px;
    padding:7px;
    border-radius:21px;
  }

  .cdd-home-stats-grid{
    gap:7px;
  }

  .cdd-home-stats-grid .cdd-home-stat-card{
    min-height:122px;
    padding:15px;
    border-radius:15px;
  }

  .cdd-home-stats-grid .cdd-home-stat-card--balance{
    min-height:148px;
  }

  .cdd-home-stats-grid .cdd-home-stat-card--settled{
    min-height:104px;
  }

  .cdd-home-stat-card__top{
    margin-bottom:9px;
    font-size:10px;
  }

  .cdd-home-stats-grid .stat-value{
    font-size:30px;
  }

  .cdd-home-stats-grid .cdd-home-stat-card--balance .stat-value{
    font-size:42px;
  }

  .cdd-home-stats-grid .stat-note{
    margin-top:8px;
    font-size:10px;
  }
}

/* v1.66.26 — czytelny badge PWA dla iPhone i iPad */
.cdd-home-app-actions .cdd-ios-pwa-badge{
  width:220px;
  min-height:64px;
  padding:8px 18px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  border:1px solid rgba(255,255,255,.2);
  border-radius:12px;
  background:#050608;
  color:#fff;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08);
  text-decoration:none;
  transition:transform .18s ease,filter .18s ease,border-color .18s ease;
}

.cdd-home-app-actions .cdd-ios-pwa-badge:hover,
.cdd-home-app-actions .cdd-ios-pwa-badge:focus-visible{
  transform:translateY(-2px);
  filter:brightness(1.08);
  border-color:rgba(182,255,0,.42);
}

.cdd-ios-pwa-badge svg{
  width:31px;
  height:31px;
  flex:0 0 31px;
  fill:currentColor;
}

.cdd-ios-pwa-badge span{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  line-height:1;
}

.cdd-ios-pwa-badge small{
  margin-bottom:4px;
  color:#d7dbe2;
  font-size:9px;
  font-weight:750;
  letter-spacing:.09em;
}

.cdd-ios-pwa-badge strong{
  color:#fff;
  font-size:24px;
  font-weight:750;
  letter-spacing:-.03em;
}

@media (max-width:560px){
  .cdd-home-app-actions .cdd-ios-pwa-badge{
    width:216px;
    min-height:62px;
  }
}

.free-strip-copy{max-width:720px}.free-strip-subnote{margin-top:14px;color:var(--text)}
.free-strip-actions{display:flex;flex-direction:column;align-items:stretch;gap:14px;min-width:0}
.free-strip--refined .free-strip-form{justify-content:stretch;width:100%}
.free-strip--refined .free-strip-form .input{min-width:0}
.free-strip-separator{display:flex;align-items:center;gap:12px;color:var(--muted);font-size:13px;text-transform:uppercase;letter-spacing:.16em}
.free-strip-separator::before,.free-strip-separator::after{content:"";height:1px;background:var(--line);flex:1}
.free-strip-actions .btn-telegram{width:100%;justify-content:center;padding:16px 20px}
@media (max-width:900px){.free-strip-actions{margin-top:6px}}


/* Refined public stats table */
.stats-table-wrap.cdd-compact-stats{
  max-height:none;
  overflow:auto;
  border-radius:22px;
  border:1px solid rgba(255,255,255,.08);
  background:linear-gradient(180deg, rgba(255,255,255,.035) 0%, rgba(255,255,255,.02) 100%);
  box-shadow:0 18px 40px rgba(0,0,0,.16);
}
.cdd-compact-stats table{
  width:100%;
  border-collapse:separate;
  border-spacing:0;
}
.cdd-compact-stats thead th{
  position:sticky;
  top:0;
  z-index:2;
  background:#131a28;
  color:#cfd6e4;
  font-size:12px;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
  padding:16px 18px;
  border-bottom:1px solid rgba(255,255,255,.08);
}
.cdd-compact-stats tbody td{
  padding:16px 18px;
  border-bottom:1px solid rgba(255,255,255,.06);
  vertical-align:middle;
}
.cdd-compact-stats tbody tr{
  transition:background .18s ease, transform .18s ease;
}
.cdd-compact-stats tbody tr:hover{
  background:rgba(255,255,255,.03);
}
.cdd-compact-stats tbody tr:last-child td{
  border-bottom:none;
}
.cdd-table-date{
  display:inline-flex;
  align-items:center;
  min-height:34px;
  font-weight:700;
  color:var(--text);
  text-decoration:none;
}
.cdd-table-date:hover{color:var(--accent)}
.cdd-kind-pill,.cdd-access-pill,.cdd-status-pill{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:32px;
  padding:0 12px;
  border-radius:999px;
  font-size:12px;
  font-weight:800;
  letter-spacing:.02em;
}
.cdd-kind-pill{background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08)}
.cdd-kind-ako{background:rgba(245,158,11,.12);border-color:rgba(245,158,11,.28);color:#ffd27d}
.cdd-kind-single,.cdd-kind-singiel{background:rgba(59,130,246,.12);border-color:rgba(59,130,246,.28);color:#93c5fd}
.cdd-access-premium{background:rgba(245,158,11,.12);border-color:rgba(245,158,11,.28);color:#ffd27d}
.cdd-access-darmowy{background:rgba(16,185,129,.12);border-color:rgba(16,185,129,.24);color:#86efac}
.cdd-status-pill.status-wygrany{background:rgba(16,185,129,.12);border-color:rgba(16,185,129,.24);color:#86efac}
.cdd-status-pill.status-przegrany{background:rgba(239,68,68,.12);border-color:rgba(239,68,68,.24);color:#fca5a5}
.cdd-status-pill.status-oczekuje{background:rgba(245,158,11,.12);border-color:rgba(245,158,11,.28);color:#fcd34d}
.cdd-status-pill.status-zwrot,.cdd-status-pill.status-anulowany{background:rgba(148,163,184,.12);border-color:rgba(148,163,184,.24);color:#cbd5e1}
.cdd-compact-stats tbody td strong{
  font-size:15px;
  font-weight:800;
}
@media (max-width: 767px){
  .stats-table-wrap.cdd-compact-stats{
    border-radius:18px;
  }
  .cdd-compact-stats thead th,
  .cdd-compact-stats tbody td{
    padding:14px 12px;
    font-size:13px;
    white-space:nowrap;
  }
  .cdd-kind-pill,.cdd-access-pill,.cdd-status-pill{
    min-height:30px;
    padding:0 10px;
    font-size:11px;
  }
}


.back-to-top{
  position:fixed;
  right:20px;
  bottom:20px;
  width:46px;
  height:46px;
  border-radius:999px;
  border:1px solid var(--line);
  background:rgba(17,23,37,.92);
  color:var(--text);
  display:flex;
  align-items:center;
  justify-content:center;
  box-shadow:0 10px 30px rgba(0,0,0,.22);
  opacity:0;
  visibility:hidden;
  transform:translateY(8px);
  transition:opacity .2s ease, transform .2s ease, visibility .2s ease, background .2s ease, border-color .2s ease;
  z-index:999;
  cursor:pointer;
  backdrop-filter:blur(6px);
}
.back-to-top.is-visible{
  opacity:1;
  visibility:visible;
  transform:translateY(0);
}
.back-to-top:hover{
  background:rgba(255,255,255,.08);
  border-color:rgba(255,255,255,.22);
}
.back-to-top svg{
  width:18px;
  height:18px;
}
@media (max-width: 767px){
  .back-to-top{
    right:14px;
    bottom:14px;
    width:42px;
    height:42px;
  }
}


.meta-pill--result{font-weight:700}
.meta-pill--result.status-wygrany{color:var(--success)}
.meta-pill--result.status-przegrany{color:var(--danger)}
.meta-pill--result.status-zwrot,.meta-pill--result.status-anulowany{color:var(--info)}
.meta-pill--result.status-oczekuje{color:var(--warning)}


.hero-dashboard-block--month .hero-report-topline--split{
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  gap:18px;
  flex-wrap:wrap;
}
.hero-report-metric--month{text-align:right}
.hero-report-chart--month .hero-report-chart-shell{
  display:grid;
  grid-template-columns:72px minmax(0,1fr);
  gap:10px;
  align-items:stretch;
}
.hero-report-chart--month .hero-report-y{
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  font-size:13px;
  color:#9ea8bd;
  padding:6px 0 34px;
}
.hero-report-chart--month .hero-report-canvas-wrap{
  display:flex;
  flex-direction:column;
  gap:12px;
}
.hero-report-chart--month .hero-report-svg{
  width:100%;
  height:auto;
  display:block;
}
.hero-report-grid-line{stroke:rgba(255,255,255,.08);stroke-width:1}
.hero-report-zero-line{stroke:rgba(255,255,255,.18);stroke-width:1.5;stroke-dasharray:4 6}
.hero-report-dot{fill:#d4af37;stroke:#111725;stroke-width:2}
.hero-report-chart--month .hero-report-x{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:8px;
  font-size:13px;
  color:#bfc8da;
}
.hero-report-chart--month .hero-report-x span{text-align:center}
.hero-report-caption{
  margin-top:10px;
  font-size:13px;
  color:#9aa6bf;
}
@media (max-width: 900px){
  .hero-report-metric--month{text-align:left}
  .hero-report-chart--month .hero-report-chart-shell{
    grid-template-columns:56px minmax(0,1fr);
    gap:8px;
  }
  .hero-report-chart--month .hero-report-x{
    font-size:12px;
  }
}


/* v1.8.5 chart tooltip and clearer date range */
.hero-report-chart--month .hero-report-x--range{
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  gap:16px;
  padding:0 4px;
}
.hero-report-chart--month .hero-report-x--range span{
  display:flex;
  flex-direction:column;
  gap:3px;
  min-width:74px;
  text-align:left;
  font-weight:700;
  color:#cbd4e6;
}
.hero-report-chart--month .hero-report-x--range span:last-child{text-align:right;align-items:flex-end}
.hero-report-chart--month .hero-report-x--range small{
  display:block;
  font-size:10px;
  line-height:1;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:#77839a;
}
.hero-report-point{cursor:pointer;outline:none}
.hero-report-point .hero-report-dot{transition:transform .18s ease, filter .18s ease, stroke .18s ease}
.hero-report-point:hover .hero-report-dot,
.hero-report-point:focus .hero-report-dot{
  transform:scale(1.45);
  transform-box:fill-box;
  transform-origin:center;
  filter:drop-shadow(0 0 8px rgba(212,175,55,.55));
  stroke:#f7e2a1;
}
.hero-report-tooltip{
  opacity:0;
  pointer-events:none;
  transition:opacity .16s ease, transform .16s ease;
  transform-box:fill-box;
}
.hero-report-tooltip rect{
  fill:rgba(13,18,28,.96);
  stroke:rgba(246,215,125,.42);
  stroke-width:1;
}
.hero-report-tooltip text{
  fill:#f1f4db;
  font-size:12px;
  font-weight:800;
  letter-spacing:.02em;
}
.hero-report-point:hover .hero-report-tooltip,
.hero-report-point:focus .hero-report-tooltip{opacity:1}
.hero-report-caption{line-height:1.4}
@media (max-width: 767px){
  .hero-report-chart--month .hero-report-x--range small{font-size:9px}
  .hero-report-chart--month .hero-report-x--range span{font-size:11px;min-width:62px}
  .hero-report-caption{font-size:12px}
}


/* v1.8.7 chart final polish: wider plot, clean labels, stable dots */
.hero-report-chart--month .hero-report-chart-shell{
  grid-template-columns:54px minmax(0,1fr);
  gap:8px;
}
.hero-report-chart--month .hero-report-y{
  align-items:flex-end;
  font-size:12px;
}
.hero-report-chart--month .hero-report-canvas-wrap{
  gap:8px;
}
.hero-report-chart--month .hero-report-x--range{
  padding:0 16px;
}
.hero-report-chart--month .hero-report-x--range span{
  min-width:auto;
  display:block;
  font-size:12px;
  font-weight:700;
  color:#cbd4e6;
  line-height:1.2;
}
.hero-report-chart--month .hero-report-x--range small{
  display:none;
}
.hero-report-point .hero-report-dot{
  transition:filter .16s ease, stroke .16s ease;
  transform:none !important;
}
.hero-report-point:hover .hero-report-dot,
.hero-report-point:focus .hero-report-dot{
  transform:none !important;
  filter:drop-shadow(0 0 8px rgba(212,175,55,.55));
  stroke:#f7e2a1;
}
.hero-report-caption{
  margin-top:8px;
  font-size:13px;
  line-height:1.3;
}
@media (max-width: 900px){
  .hero-report-chart--month .hero-report-chart-shell{
    grid-template-columns:48px minmax(0,1fr);
    gap:6px;
  }
}

/* v1.8.8 month chart consistency and axis alignment */
.hero-report-chart--month .hero-report-chart-shell{
  display:block;
}
.hero-report-chart--month .hero-report-y{
  display:none;
}
.hero-report-chart--month .hero-report-canvas-wrap{
  gap:8px;
}
.hero-report-y-label{
  fill:#8f9ab0;
  font-size:12px;
  line-height:1;
  font-weight:600;
}
.hero-report-chart--month .hero-report-x--range{
  padding:0 12px 0 54px;
}
.hero-report-caption{
  display:flex;
  justify-content:center;
  margin-top:10px;
}
.hero-report-caption span{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  padding:7px 12px;
  border-radius:999px;
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.06);
  color:#c2ccde;
  font-size:12px;
  line-height:1.25;
  letter-spacing:.01em;
}
@media (max-width: 767px){
  .hero-report-y-label{font-size:11px}
  .hero-report-chart--month .hero-report-x--range{padding-left:54px;padding-right:12px}
  .hero-report-caption span{font-size:11px;padding:7px 10px}
}


/* v1.8.9 month chart clean card without caption */
.hero-report-chart--month{
  padding-bottom:14px;
}
.hero-report-chart--month .hero-report-canvas-wrap{
  gap:10px;
}
.hero-report-chart--month .hero-report-x--range{
  margin-top:2px;
}
.hero-report-chart--month .hero-report-caption{
  display:none !important;
}
@media (max-width: 767px){
  .hero-report-chart--month{
    padding-bottom:12px;
  }
}


/* v1.9.4.5 hero chart axis + type card refinement */
.hero-report-chart--month{
  padding:12px 14px 16px;
}
.hero-report-chart--month .hero-report-canvas-wrap{
  gap:12px;
}
.hero-report-y-label{
  fill:#98a4ba;
  font-size:12px;
  font-weight:700;
}
.hero-report-grid-line{
  stroke:rgba(255,255,255,.07);
}
.hero-report-zero-line{
  stroke:rgba(255,255,255,.16);
}
.hero-report-chart--month .hero-report-x--range{
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  gap:18px;
  margin-top:4px;
  padding:8px 12px 0 54px;
}
.hero-report-chart--month .hero-report-x--range span{
  position:relative;
  display:inline-flex;
  align-items:flex-start;
  min-width:72px;
  padding-top:14px;
  font-size:13px;
  line-height:1.2;
  font-weight:700;
  color:#cfd7e7;
}
.hero-report-chart--month .hero-report-x--range span::before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  width:1px;
  height:9px;
  background:linear-gradient(180deg, rgba(255,255,255,.34), rgba(255,255,255,.08));
}
.hero-report-chart--month .hero-report-x--range span:last-child{
  justify-content:flex-end;
  text-align:right;
  align-items:flex-end;
}
.hero-report-chart--month .hero-report-x--range span:last-child::before{
  left:auto;
  right:0;
}
.hero-report-point .hero-report-dot{
  transition:filter .16s ease, stroke .16s ease, opacity .16s ease;
}
.hero-ticket-card,
.hero-ticket-card--compact{
  background:linear-gradient(180deg, rgba(13,18,29,.98), rgba(10,14,22,.98));
  border:1px solid rgba(255,255,255,.05);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.02);
}
.hero-dashboard-block--coupon::after{
  inset:-18% auto auto -10%;
  width:210px;
  height:210px;
  background:radial-gradient(circle, rgba(89,123,175,.10), rgba(89,123,175,0) 68%);
  opacity:.55;
}
.hero-ticket-row,
.hero-ticket-row--featured{
  background:linear-gradient(180deg, rgba(255,255,255,.032), rgba(255,255,255,.018));
  border:1px solid rgba(255,255,255,.055);
}
.hero-ticket-main strong{
  color:#eef2fb;
}
.hero-ticket-main span{
  color:#bcc6d7;
}
.hero-ticket-side{
  border-left:1px solid rgba(212,175,55,.10);
}
.hero-ticket-side span{
  color:#9fa9bc;
}
.hero-ticket-side strong{
  color:#ede3ba;
}
@media (max-width: 767px){
  .hero-report-chart--month{
    padding:10px 10px 14px;
  }
  .hero-report-chart--month .hero-report-x--range{
    padding:10px 10px 0 54px;
  }
  .hero-report-chart--month .hero-report-x--range span{
    min-width:58px;
    padding-top:12px;
    font-size:11px;
  }
  .hero-report-y-label{
    font-size:11px;
  }
}


/* v1.9.4.6 month label in headline, no dates under chart */
.hero-report-chart--month{
  padding-bottom:10px;
}
.hero-report-chart--month .hero-report-canvas-wrap{
  gap:0;
}
.hero-report-chart--month .hero-report-x--range{
  display:none !important;
}
.hero-report-metric--month .hero-dashboard-label{
  white-space:normal;
}
@media (max-width: 767px){
  .hero-report-chart--month{
    padding-bottom:8px;
  }
}


/* v1.9.4.7 typ dnia: kurs bez kwadratowej ramki */
.hero-ticket-card--compact .hero-ticket-side{
  border-left:0 !important;
  padding-left:14px;
  min-width:76px;
  background:transparent !important;
  box-shadow:none !important;
  outline:0 !important;
}

.hero-ticket-card--compact .hero-ticket-side::before,
.hero-ticket-card--compact .hero-ticket-side::after{
  display:none !important;
  content:none !important;
}

.hero-ticket-card--compact .hero-ticket-side span,
.hero-ticket-card--compact .hero-ticket-side strong{
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
  outline:0 !important;
}

.hero-ticket-card--compact .hero-ticket-side span{
  color:#aab4c8;
}

.hero-ticket-card--compact .hero-ticket-side strong{
  color:#f0e6bd;
  text-shadow:0 0 18px rgba(212,175,55,.10);
}

@media (max-width: 767px){
  .hero-ticket-card--compact .hero-ticket-side{
    border-top:1px solid rgba(255,255,255,.07) !important;
    border-left:0 !important;
    padding-left:0;
    padding-top:10px;
    margin-top:8px;
    align-items:flex-start;
    text-align:left;
    min-width:0;
  }
}


/* v1.9.4.8 typ dnia: usuń wewnętrzną ramkę kuponu */
.hero-ticket-card--compact .hero-ticket-row,
.hero-ticket-card--compact .hero-ticket-row--featured{
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
  outline:0 !important;
  border-radius:0 !important;
  padding:8px 0 0 !important;
  min-height:auto !important;
}

.hero-ticket-card--compact .hero-ticket-row::before,
.hero-ticket-card--compact .hero-ticket-row::after,
.hero-ticket-card--compact .hero-ticket-row--featured::before,
.hero-ticket-card--compact .hero-ticket-row--featured::after{
  display:none !important;
  content:none !important;
}

.hero-ticket-card--compact .hero-ticket-list--featured{
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
}

.hero-ticket-card--compact .hero-ticket-side{
  border-left:1px solid rgba(255,255,255,.075) !important;
  padding-left:18px;
}

@media (max-width: 767px){
  .hero-ticket-card--compact .hero-ticket-row,
  .hero-ticket-card--compact .hero-ticket-row--featured{
    padding:4px 0 0 !important;
  }

  .hero-ticket-card--compact .hero-ticket-side{
    border-top:1px solid rgba(255,255,255,.06) !important;
    border-left:0 !important;
    padding-left:0;
    padding-top:10px;
    margin-top:10px;
  }
}


/* v1.9.4.9 typ dnia: całkowite usunięcie ramki/dekoracji przy kursie */
.hero-dashboard-block--coupon.hero-ticket-card--compact,
.hero-ticket-card--compact{
  overflow:hidden;
}

.hero-ticket-card--compact .hero-ticket-row,
.hero-ticket-card--compact .hero-ticket-row--featured,
.hero-dashboard-block--coupon .hero-ticket-row,
.hero-dashboard-block--coupon .hero-ticket-row--featured{
  position:relative;
  display:grid;
  grid-template-columns:minmax(0,1fr) auto !important;
  gap:18px;
  align-items:center;
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
  outline:0 !important;
  border-radius:0 !important;
  padding:8px 0 0 !important;
  min-height:auto !important;
}

.hero-ticket-card--compact .hero-ticket-row::before,
.hero-ticket-card--compact .hero-ticket-row::after,
.hero-ticket-card--compact .hero-ticket-row--featured::before,
.hero-ticket-card--compact .hero-ticket-row--featured::after,
.hero-dashboard-block--coupon .hero-ticket-row::before,
.hero-dashboard-block--coupon .hero-ticket-row::after,
.hero-dashboard-block--coupon .hero-ticket-row--featured::before,
.hero-dashboard-block--coupon .hero-ticket-row--featured::after,
.hero-ticket-card--compact .hero-ticket-side::before,
.hero-ticket-card--compact .hero-ticket-side::after,
.hero-dashboard-block--coupon .hero-ticket-side::before,
.hero-dashboard-block--coupon .hero-ticket-side::after{
  content:none !important;
  display:none !important;
  opacity:0 !important;
  visibility:hidden !important;
  border:0 !important;
  background:none !important;
  box-shadow:none !important;
}

.hero-ticket-card--compact .hero-ticket-side,
.hero-dashboard-block--coupon .hero-ticket-side{
  position:static !important;
  min-width:74px;
  width:auto !important;
  align-self:center;
  display:flex;
  flex-direction:column;
  align-items:flex-end;
  justify-content:center;
  gap:6px;
  padding:0 !important;
  margin:0 !important;
  border:0 !important;
  border-left:0 !important;
  border-top:0 !important;
  background:transparent !important;
  box-shadow:none !important;
  outline:0 !important;
  text-align:right;
}

.hero-ticket-card--compact .hero-ticket-side span,
.hero-ticket-card--compact .hero-ticket-side strong,
.hero-dashboard-block--coupon .hero-ticket-side span,
.hero-dashboard-block--coupon .hero-ticket-side strong{
  display:block;
  border:0 !important;
  border-top:0 !important;
  border-left:0 !important;
  background:transparent !important;
  box-shadow:none !important;
  outline:0 !important;
}

.hero-ticket-card--compact .hero-ticket-side span,
.hero-dashboard-block--coupon .hero-ticket-side span{
  color:#aab4c8;
}

.hero-ticket-card--compact .hero-ticket-side strong,
.hero-dashboard-block--coupon .hero-ticket-side strong{
  color:#f0e6bd;
  text-shadow:0 0 18px rgba(212,175,55,.10);
}

@media (max-width: 767px){
  .hero-ticket-card--compact .hero-ticket-row,
  .hero-ticket-card--compact .hero-ticket-row--featured,
  .hero-dashboard-block--coupon .hero-ticket-row,
  .hero-dashboard-block--coupon .hero-ticket-row--featured{
    grid-template-columns:minmax(0,1fr) auto !important;
    gap:14px;
    padding:4px 0 0 !important;
  }

  .hero-ticket-card--compact .hero-ticket-main,
  .hero-dashboard-block--coupon .hero-ticket-main{
    min-width:0;
    padding-right:0 !important;
  }

  .hero-ticket-card--compact .hero-ticket-side,
  .hero-dashboard-block--coupon .hero-ticket-side{
    min-width:66px;
    align-items:flex-end !important;
    text-align:right !important;
    padding:0 !important;
    margin:0 !important;
    border:0 !important;
    border-left:0 !important;
    border-top:0 !important;
  }
}


/* v1.9.5 archive date filter */
.archive-filter-panel{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  flex-wrap:wrap;
  margin-bottom:22px;
  padding:14px;
  border-radius:22px;
  background:linear-gradient(180deg, rgba(255,255,255,.035), rgba(255,255,255,.015));
  border:1px solid rgba(255,255,255,.07);
}

.archive-filter-panel .archive-filters{
  margin:0;
}

.analysis-date-filter{
  display:flex;
  align-items:center;
  gap:12px;
  flex-wrap:wrap;
}

.analysis-date-filter label{
  font-size:12px;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:#aab4c8;
}

.analysis-date-filter__controls{
  display:flex;
  align-items:center;
  gap:8px;
  flex-wrap:wrap;
}

.analysis-date-filter input[type="date"]{
  min-height:42px;
  padding:0 12px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.10);
  background:rgba(7,10,16,.72);
  color:var(--text);
  color-scheme:dark;
  font:inherit;
  font-size:14px;
  outline:none;
}

.analysis-date-filter input[type="date"]:focus{
  border-color:rgba(212,175,55,.42);
  box-shadow:0 0 0 3px rgba(212,175,55,.10);
}

.analysis-filter-note{
  margin:-6px 0 20px;
  color:#aab4c8;
  font-size:14px;
}

.analysis-filter-note strong{
  color:#f0e6bd;
}

@media (max-width: 767px){
  .archive-filter-panel{
    align-items:stretch;
    padding:12px;
  }

  .archive-filter-panel,
  .analysis-date-filter,
  .analysis-date-filter__controls{
    flex-direction:column;
    width:100%;
  }

  .archive-filter-panel .archive-filters{
    width:100%;
  }

  .analysis-date-filter{
    align-items:stretch;
  }

  .analysis-date-filter__controls{
    align-items:stretch;
  }

  .analysis-date-filter input[type="date"],
  .analysis-date-filter .btn{
    width:100%;
    justify-content:center;
  }
}


/* v1.9.5.1 archive date filter refined UI */
.archive-filter-panel{
  align-items:stretch !important;
  gap:14px !important;
  padding:16px !important;
  border-radius:24px !important;
  background:
    radial-gradient(circle at 10% 0%, rgba(212,175,55,.08), transparent 28%),
    linear-gradient(180deg, rgba(255,255,255,.035), rgba(255,255,255,.014)) !important;
  border:1px solid rgba(255,255,255,.075) !important;
}
.archive-filter-panel .archive-filters{
  display:flex !important;
  align-items:center !important;
  gap:10px !important;
  flex-wrap:wrap !important;
}
.archive-filter-panel .stats-pill{
  min-height:42px;
  padding:0 18px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
}
.analysis-date-filter--refined{
  margin-left:auto;
  display:flex !important;
  align-items:center !important;
  justify-content:flex-end !important;
  gap:14px !important;
  flex:1 1 380px;
}
.analysis-date-filter__label{
  display:flex;
  flex-direction:column;
  gap:3px;
  min-width:150px;
}
.analysis-date-filter__label span{
  font-size:11px;
  line-height:1;
  font-weight:800;
  letter-spacing:.14em;
  text-transform:uppercase;
  color:#d4af37;
}
.analysis-date-filter__label strong{
  font-size:13px;
  line-height:1.25;
  color:#c6d0e2;
}
.analysis-date-filter--refined .analysis-date-filter__controls{
  display:flex !important;
  align-items:center !important;
  gap:8px !important;
  flex-wrap:nowrap !important;
}
.analysis-date-field{
  position:relative;
  min-height:42px;
  display:flex;
  align-items:center;
  gap:8px;
  padding:0 12px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.10);
  background:rgba(7,10,16,.58);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.025);
  transition:border-color .18s ease, box-shadow .18s ease, background .18s ease;
}
.analysis-date-field:hover,
.analysis-date-field:focus-within{
  border-color:rgba(212,175,55,.36);
  background:rgba(7,10,16,.78);
  box-shadow:0 0 0 3px rgba(212,175,55,.08);
}
.analysis-date-field span{
  font-size:14px;
  line-height:1;
  opacity:.9;
}
.analysis-date-field input[type="date"]{
  min-height:40px !important;
  width:150px;
  padding:0 !important;
  border:0 !important;
  border-radius:0 !important;
  background:transparent !important;
  box-shadow:none !important;
  color:#eef2fb !important;
  color-scheme:dark;
  font-size:14px !important;
  font-weight:700;
  outline:none !important;
}
.analysis-date-field input[type="date"]::-webkit-calendar-picker-indicator{
  opacity:.65;
  cursor:pointer;
}
.analysis-date-submit,
.analysis-date-clear{
  min-height:42px;
  padding:0 16px;
  border-radius:999px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-size:13px;
  font-weight:800;
  text-decoration:none;
  white-space:nowrap;
}
.analysis-date-submit{
  border:1px solid rgba(212,175,55,.42);
  background:linear-gradient(180deg, #e6c84b, #d4af37);
  color:#11151d;
  cursor:pointer;
}
.analysis-date-clear{
  border:1px solid rgba(255,255,255,.09);
  background:rgba(255,255,255,.035);
  color:#cbd4e6;
}
.analysis-date-clear:hover{
  border-color:rgba(255,255,255,.18);
  color:#fff;
}
.analysis-filter-note{
  margin:0 0 20px !important;
  padding:10px 14px;
  display:inline-flex;
  border-radius:999px;
  background:rgba(212,175,55,.07);
  border:1px solid rgba(212,175,55,.14);
}
@media (max-width: 767px){
  .archive-filter-panel{
    padding:14px !important;
    border-radius:22px !important;
  }
  .archive-filter-panel .archive-filters{
    display:grid !important;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:8px !important;
    width:100%;
  }
  .archive-filter-panel .stats-pill{
    min-height:40px;
    padding:0 8px;
    font-size:13px;
  }
  .analysis-date-filter--refined{
    margin-left:0;
    width:100%;
    flex:1 1 auto;
    display:grid !important;
    grid-template-columns:1fr;
    gap:10px !important;
    align-items:stretch !important;
  }
  .analysis-date-filter__label{
    min-width:0;
  }
  .analysis-date-filter--refined .analysis-date-filter__controls{
    width:100%;
    display:grid !important;
    grid-template-columns:1fr auto;
    gap:8px !important;
  }
  .analysis-date-field{
    width:100%;
    box-sizing:border-box;
  }
  .analysis-date-field input[type="date"]{
    width:100%;
    min-width:0;
  }
  .analysis-date-submit{
    min-width:92px;
  }
  .analysis-date-clear{
    grid-column:1 / -1;
    width:100%;
  }
}


/* v1.9.5.2 archive date filter: stabilny tekst w polu bez ikonki */
.analysis-date-filter__icon{
  display:none !important;
}

.analysis-date-filter__date-wrap{
  position:relative;
  display:inline-flex;
  align-items:center;
  min-width:250px;
  min-height:42px;
  border-radius:999px;
}

.analysis-date-filter__date-wrap input[type="date"]{
  width:100%;
  min-width:250px;
  min-height:42px;
  padding:0 16px !important;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.10);
  background:rgba(7,10,16,.72) !important;
  background-image:none !important;
  color:transparent !important;
  color-scheme:dark;
  font:inherit;
  font-size:14px;
  outline:none;
  appearance:auto;
  -webkit-appearance:auto;
}

.analysis-date-filter__date-wrap.has-value input[type="date"],
.analysis-date-filter__date-wrap.is-focused input[type="date"]{
  color:var(--text) !important;
}

.analysis-date-filter__date-wrap input[type="date"]::-webkit-calendar-picker-indicator{
  opacity:0;
  display:none;
  -webkit-appearance:none;
}

.analysis-date-filter__date-wrap input[type="date"]::-webkit-datetime-edit,
.analysis-date-filter__date-wrap input[type="date"]::-webkit-datetime-edit-fields-wrapper,
.analysis-date-filter__date-wrap input[type="date"]::-webkit-datetime-edit-text,
.analysis-date-filter__date-wrap input[type="date"]::-webkit-datetime-edit-month-field,
.analysis-date-filter__date-wrap input[type="date"]::-webkit-datetime-edit-day-field,
.analysis-date-filter__date-wrap input[type="date"]::-webkit-datetime-edit-year-field{
  color:transparent !important;
}

.analysis-date-filter__date-wrap.has-value input[type="date"]::-webkit-datetime-edit,
.analysis-date-filter__date-wrap.has-value input[type="date"]::-webkit-datetime-edit-fields-wrapper,
.analysis-date-filter__date-wrap.has-value input[type="date"]::-webkit-datetime-edit-text,
.analysis-date-filter__date-wrap.has-value input[type="date"]::-webkit-datetime-edit-month-field,
.analysis-date-filter__date-wrap.has-value input[type="date"]::-webkit-datetime-edit-day-field,
.analysis-date-filter__date-wrap.has-value input[type="date"]::-webkit-datetime-edit-year-field,
.analysis-date-filter__date-wrap.is-focused input[type="date"]::-webkit-datetime-edit,
.analysis-date-filter__date-wrap.is-focused input[type="date"]::-webkit-datetime-edit-fields-wrapper,
.analysis-date-filter__date-wrap.is-focused input[type="date"]::-webkit-datetime-edit-text,
.analysis-date-filter__date-wrap.is-focused input[type="date"]::-webkit-datetime-edit-month-field,
.analysis-date-filter__date-wrap.is-focused input[type="date"]::-webkit-datetime-edit-day-field,
.analysis-date-filter__date-wrap.is-focused input[type="date"]::-webkit-datetime-edit-year-field{
  color:var(--text) !important;
}

.analysis-date-filter__placeholder{
  position:absolute;
  left:16px;
  top:50%;
  transform:translateY(-50%);
  pointer-events:none;
  color:#8f9ab0;
  font-size:14px;
  line-height:1;
  white-space:nowrap;
  opacity:.95;
}

.analysis-date-filter__date-wrap.has-value .analysis-date-filter__placeholder,
.analysis-date-filter__date-wrap.is-focused .analysis-date-filter__placeholder{
  display:none;
}

.analysis-date-filter__date-wrap:focus-within input[type="date"]{
  border-color:rgba(212,175,55,.42);
  box-shadow:0 0 0 3px rgba(212,175,55,.10);
}

@media (max-width: 767px){
  .analysis-date-filter__date-wrap,
  .analysis-date-filter__date-wrap input[type="date"]{
    width:100%;
    min-width:0;
  }
}


/* v1.9.6 results calendar on archive */
.results-calendar{
  margin:0 0 24px;
  padding:18px;
  border-radius:24px;
  background:
    radial-gradient(circle at 0% 0%, rgba(212,175,55,.09), transparent 34%),
    linear-gradient(180deg, rgba(255,255,255,.035), rgba(255,255,255,.015));
  border:1px solid rgba(255,255,255,.07);
  box-shadow:0 18px 45px rgba(0,0,0,.18);
}

.results-calendar__head{
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  gap:14px;
  margin-bottom:14px;
}

.results-calendar__head strong{
  display:block;
  margin-top:4px;
  font-size:20px;
  line-height:1.15;
  color:var(--text);
}

.results-calendar__eyebrow{
  display:block;
  font-size:11px;
  font-weight:800;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:#d4af37;
}

.results-calendar__month select{
  min-height:40px;
  padding:0 36px 0 14px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.10);
  background:rgba(7,10,16,.76);
  color:var(--text);
  font:inherit;
  font-size:14px;
  outline:none;
}

.results-calendar__legend{
  display:flex;
  flex-wrap:wrap;
  gap:10px 14px;
  margin-bottom:14px;
  color:#9faabe;
  font-size:12px;
}

.results-calendar__legend span{
  display:inline-flex;
  align-items:center;
  gap:7px;
}

.results-calendar__legend i{
  width:9px;
  height:9px;
  border-radius:999px;
  display:inline-block;
}

.results-calendar__legend .is-positive{background:#6ee7a8}
.results-calendar__legend .is-negative{background:#f87171}
.results-calendar__legend .is-neutral{background:#cbd5e1}
.results-calendar__legend .is-empty{background:rgba(255,255,255,.18)}

.results-calendar__weekdays,
.results-calendar__grid{
  display:grid;
  grid-template-columns:repeat(7,minmax(0,1fr));
  gap:8px;
}

.results-calendar__weekdays{
  margin-bottom:8px;
}

.results-calendar__weekdays span{
  text-align:center;
  font-size:11px;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:#7f8aa0;
}

.results-calendar__day{
  position:relative;
  min-height:66px;
  padding:10px 8px;
  border-radius:16px;
  background:rgba(8,12,19,.62);
  border:1px solid rgba(255,255,255,.06);
  color:#cbd5e1;
  text-decoration:none;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  gap:8px;
  transition:transform .16s ease, border-color .16s ease, background .16s ease;
}

a.results-calendar__day:hover{
  transform:translateY(-1px);
  border-color:rgba(212,175,55,.30);
}

.results-calendar__day span{
  font-size:14px;
  font-weight:800;
  line-height:1;
}

.results-calendar__day small{
  font-size:10px;
  line-height:1;
  color:#9faabe;
  white-space:nowrap;
}

.results-calendar__day.is-positive{
  background:linear-gradient(180deg, rgba(16,185,129,.16), rgba(16,185,129,.045));
  border-color:rgba(16,185,129,.24);
}

.results-calendar__day.is-positive small{
  color:#86efac;
}

.results-calendar__day.is-negative{
  background:linear-gradient(180deg, rgba(239,68,68,.16), rgba(239,68,68,.045));
  border-color:rgba(239,68,68,.24);
}

.results-calendar__day.is-negative small{
  color:#fca5a5;
}

.results-calendar__day.is-neutral{
  background:linear-gradient(180deg, rgba(148,163,184,.13), rgba(148,163,184,.04));
  border-color:rgba(148,163,184,.18);
}

.results-calendar__day.is-empty{
  opacity:.46;
}

.results-calendar__day.is-selected{
  border-color:rgba(212,175,55,.72);
  box-shadow:0 0 0 2px rgba(212,175,55,.15), inset 0 1px 0 rgba(255,255,255,.04);
}

.results-calendar__day.is-placeholder{
  visibility:hidden;
  pointer-events:none;
}

@media (max-width:767px){
  .results-calendar{
    padding:14px;
    border-radius:22px;
  }

  .results-calendar__head{
    flex-direction:column;
    align-items:stretch;
  }

  .results-calendar__month select{
    width:100%;
  }

  .results-calendar__legend{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:8px 10px;
  }

  .results-calendar__weekdays,
  .results-calendar__grid{
    gap:5px;
  }

  .results-calendar__day{
    min-height:52px;
    border-radius:12px;
    padding:8px 5px;
  }

  .results-calendar__day span{
    font-size:12px;
  }

  .results-calendar__day small{
    font-size:8px;
    letter-spacing:-.02em;
  }
}


/* v1.9.7 archive filters: compact top bar + collapsible drawer */
.archive-filter-panel--compact{
  display:block;
  padding:14px;
  margin-bottom:22px;
}

.archive-filter-summary{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
}

.archive-filters--quick{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin:0 !important;
}

.archive-filter-toggle{
  appearance:none;
  border:1px solid rgba(212,175,55,.22);
  background:rgba(212,175,55,.08);
  color:#f2dd91;
  min-height:42px;
  padding:0 14px;
  border-radius:999px;
  display:inline-flex;
  align-items:center;
  gap:9px;
  cursor:pointer;
  font:inherit;
  font-weight:800;
  letter-spacing:.02em;
  transition:background .16s ease, border-color .16s ease, transform .16s ease;
  white-space:nowrap;
}

.archive-filter-toggle:hover{
  background:rgba(212,175,55,.13);
  border-color:rgba(212,175,55,.36);
}

.archive-filter-toggle::after{
  content:"";
  width:8px;
  height:8px;
  border-right:2px solid currentColor;
  border-bottom:2px solid currentColor;
  transform:rotate(45deg) translateY(-2px);
  opacity:.85;
  transition:transform .16s ease;
}

.archive-filter-toggle[aria-expanded="true"]::after{
  transform:rotate(-135deg) translateY(-1px);
}

.archive-filter-toggle strong{
  min-width:20px;
  height:20px;
  border-radius:999px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:#d4af37;
  color:#090d14;
  font-size:12px;
  line-height:1;
}

.archive-filter-drawer{
  display:none;
  margin-top:14px;
  padding-top:14px;
  border-top:1px solid rgba(255,255,255,.07);
}

.archive-filter-drawer.is-open{
  display:block;
}

.archive-filter-drawer .analysis-date-filter{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  width:100%;
}

.analysis-date-filter__copy{
  min-width:190px;
}

.analysis-date-filter__copy span{
  display:block;
  margin-bottom:4px;
  font-size:11px;
  font-weight:800;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:#d4af37;
}

.analysis-date-filter__copy strong{
  display:block;
  font-size:14px;
  color:#cbd4e6;
}

.archive-filter-drawer .analysis-date-filter__controls{
  display:flex;
  align-items:center;
  gap:8px;
  flex-wrap:wrap;
  justify-content:flex-end;
}

.archive-filter-drawer .analysis-date-filter__date-wrap{
  min-width:250px;
}

@media (max-width:767px){
  .archive-filter-panel--compact{
    padding:12px;
  }

  .archive-filter-summary{
    flex-direction:column;
    align-items:stretch;
  }

  .archive-filters--quick{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:8px;
  }

  .archive-filters--quick .stats-pill{
    width:100%;
    justify-content:center;
    padding-left:8px;
    padding-right:8px;
  }

  .archive-filter-toggle{
    width:100%;
    justify-content:center;
  }

  .archive-filter-drawer .analysis-date-filter{
    flex-direction:column;
    align-items:stretch;
  }

  .analysis-date-filter__copy{
    min-width:0;
  }

  .archive-filter-drawer .analysis-date-filter__controls{
    flex-direction:column;
    align-items:stretch;
    justify-content:flex-start;
    width:100%;
  }

  .archive-filter-drawer .analysis-date-filter__date-wrap,
  .archive-filter-drawer .analysis-date-filter__date-wrap input[type="date"],
  .archive-filter-drawer .analysis-date-filter__controls .btn{
    width:100%;
    min-width:0;
  }
}


/* v1.9.8 archive filters: only access pills, date chosen from calendar */
.archive-filter-panel--simple{
  display:flex !important;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  flex-wrap:wrap;
  padding:14px;
  margin-bottom:22px;
  border-radius:22px;
  background:linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,.012));
  border:1px solid rgba(255,255,255,.07);
}

.archive-filters--simple{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin:0 !important;
}

.archive-filter-clear{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:40px;
  padding:0 14px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.08);
  background:rgba(255,255,255,.03);
  color:#aab4c8;
  font-size:13px;
  font-weight:700;
  text-decoration:none;
  transition:background .16s ease, border-color .16s ease, color .16s ease;
}

.archive-filter-clear:hover{
  background:rgba(255,255,255,.06);
  border-color:rgba(255,255,255,.14);
  color:#f0e6bd;
}

.archive-filter-toggle,
.archive-filter-drawer{
  display:none !important;
}

@media (max-width:767px){
  .archive-filter-panel--simple{
    align-items:stretch;
    padding:12px;
  }

  .archive-filters--simple{
    width:100%;
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:8px;
  }

  .archive-filters--simple .stats-pill{
    width:100%;
    justify-content:center;
    padding-left:8px;
    padding-right:8px;
  }

  .archive-filter-clear{
    width:100%;
  }
}


/* v1.9.9 richer archive analysis cards */
.analysis-card--rich{
  overflow:hidden;
}

.analysis-card-top--rich{
  margin-bottom:14px;
}

.analysis-meta--rich{
  gap:8px;
}

.analysis-card--rich h3{
  margin-bottom:12px;
}

.analysis-card--rich .analysis-card-copy{
  margin-bottom:16px;
}

.analysis-card-stats{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:8px;
  margin:16px 0 12px;
}

.analysis-card-stats div{
  min-width:0;
  padding:11px 10px;
  border-radius:14px;
  background:rgba(255,255,255,.028);
  border:1px solid rgba(255,255,255,.055);
}

.analysis-card-stats span{
  display:block;
  margin-bottom:5px;
  color:#8f9ab0;
  font-size:10px;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
  white-space:nowrap;
}

.analysis-card-stats strong{
  display:block;
  color:#f1f5fb;
  font-size:14px;
  line-height:1.15;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}

.analysis-card-context{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  margin:0 0 16px;
  padding:10px 12px;
  border-radius:16px;
  background:linear-gradient(90deg, rgba(212,175,55,.075), rgba(255,255,255,.018));
  border:1px solid rgba(212,175,55,.10);
}

.analysis-card-context span{
  min-width:0;
  color:#c3ccdd;
  font-size:13px;
  line-height:1.25;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}

.analysis-card-context strong{
  flex:0 0 auto;
  color:#f0e6bd;
  font-size:13px;
  font-weight:900;
}

.analysis-card-foot--rich{
  padding-top:2px;
}

@media (max-width:767px){
  .analysis-card-stats{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:8px;
  }

  .analysis-card-stats div{
    padding:10px;
  }

  .analysis-card-context{
    align-items:flex-start;
    flex-direction:column;
    gap:6px;
  }

  .analysis-card-context span{
    white-space:normal;
  }
}


/* v1.10.0 analysis cards polish + home rich cards */
.analysis-card-foot--button-only{
  justify-content:flex-end;
}

.analysis-card-foot--button-only > span{
  display:none !important;
}

.analysis-card--home-rich .analysis-card-copy{
  margin-bottom:14px;
}

.analysis-card-stats--home{
  margin-top:14px;
}

@media (max-width:767px){
  .analysis-card-foot--button-only{
    justify-content:flex-end;
  }

  .analysis-card-foot--button-only .btn{
    width:auto;
  }
}


/* v1.10.1 home analysis cards without excerpt */
.analysis-card--home-rich h3{
  margin-bottom:16px;
}

.analysis-card--home-rich .analysis-card-stats--home{
  margin-top:0;
}


/* v1.10.2 analysis card link refinement */
.analysis-card-title-row{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:14px;
  margin-bottom:14px;
}

.analysis-card-title-row h3{
  margin:0 !important;
  min-width:0;
}

.analysis-card-title-row h3 a{
  display:inline;
}

.analysis-card-link{
  flex:0 0 auto;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:34px;
  padding:0 12px;
  border-radius:999px;
  border:1px solid rgba(212,175,55,.16);
  background:rgba(212,175,55,.055);
  color:#f0e6bd;
  font-size:12px;
  font-weight:800;
  letter-spacing:.03em;
  text-decoration:none;
  transition:background .16s ease, border-color .16s ease, transform .16s ease;
}

.analysis-card-link::after{
  content:"→";
  margin-left:7px;
  transform:translateY(-1px);
}

.analysis-card-link:hover{
  background:rgba(212,175,55,.10);
  border-color:rgba(212,175,55,.30);
  transform:translateY(-1px);
}

.analysis-card--rich{
  display:flex;
  flex-direction:column;
}

.analysis-card--rich .analysis-card-context{
  margin-bottom:0;
}

.analysis-card-foot--button-only{
  display:none !important;
}

@media (max-width:767px){
  .analysis-card-title-row{
    gap:10px;
  }

  .analysis-card-link{
    min-height:32px;
    padding:0 10px;
    font-size:11px;
  }
}


/* v1.10.3 results calendar collapsed by default */
.results-calendar{
  overflow:hidden;
}

.results-calendar__toggle{
  width:100%;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:0;
  border:0;
  background:transparent;
  color:inherit;
  cursor:pointer;
  text-align:left;
}

.results-calendar__toggle-copy{
  position:relative;
  display:block;
  width:100%;
  padding-right:34px;
}

.results-calendar__toggle-copy strong{
  display:block;
  margin-top:4px;
  font-size:20px;
  line-height:1.15;
  color:var(--text);
}

.results-calendar__toggle-copy small{
  display:block;
  margin-top:8px;
  color:#9faabe;
  font-size:13px;
  line-height:1.3;
}

.results-calendar__toggle::after{
  content:"";
  flex:0 0 auto;
  width:10px;
  height:10px;
  margin-left:auto;
  border-right:2px solid rgba(240,230,189,.95);
  border-bottom:2px solid rgba(240,230,189,.95);
  transform:rotate(45deg);
  transition:transform .16s ease;
}

.results-calendar__toggle[aria-expanded="true"]::after{
  transform:rotate(-135deg);
}

.results-calendar__body{
  display:block;
  margin-top:16px;
}

.results-calendar.is-collapsed .results-calendar__body{
  display:none;
}

.results-calendar.is-open .results-calendar__body{
  display:block;
}

@media (max-width:767px){
  .results-calendar__toggle-copy strong{
    font-size:18px;
  }

  .results-calendar__toggle-copy small{
    font-size:12px;
  }

  .results-calendar__body{
    margin-top:14px;
  }
}


/* v1.10.4 results calendar cleanup */
.results-calendar__head--compact{
  justify-content:flex-end;
  margin-bottom:12px;
}
.results-calendar__month{
  width:100%;
}
.results-calendar__month-label{
  display:block;
  margin:0 0 8px;
  color:#9faabe;
  font-size:12px;
  font-weight:700;
  letter-spacing:.04em;
}
.results-calendar.is-open .results-calendar__toggle-copy small{
  display:none;
}
.results-calendar.is-open .results-calendar__toggle{
  padding-bottom:2px;
}
.results-calendar__toggle-copy{
  min-width:0;
}
.results-calendar__toggle-copy strong,
.results-calendar__toggle-copy small{
  max-width:100%;
}
.results-calendar__body{
  margin-top:10px;
}
@media (max-width:767px){
  .results-calendar__head--compact{
    margin-bottom:10px;
  }
  .results-calendar__month-label{
    margin-bottom:6px;
    font-size:11px;
  }
}


/* v1.10.5 calendar month change keeps context */
.results-calendar__head--compact{
  justify-content:flex-end;
  margin-bottom:12px;
}

.results-calendar__month{
  width:100%;
}

.results-calendar__month-label{
  display:block;
  margin:0 0 8px;
  color:#9faabe;
  font-size:12px;
  font-weight:700;
  letter-spacing:.04em;
}

.results-calendar.is-open .results-calendar__toggle-copy small{
  display:none;
}

.results-calendar.is-open .results-calendar__toggle{
  padding-bottom:2px;
}

.results-calendar__body{
  margin-top:10px;
}

@media (max-width:767px){
  .results-calendar__head--compact{
    margin-bottom:10px;
  }

  .results-calendar__month-label{
    margin-bottom:6px;
    font-size:11px;
  }
}


/* v1.10.6 home cards + settled coupons polish */
.analysis-card--home-rich{
  gap:0;
}

.analysis-card--home-rich .analysis-card-top--rich{
  margin-bottom:12px;
}

.analysis-card--home-rich .analysis-card-title-row{
  margin-bottom:14px;
}

.analysis-card--home-rich .analysis-card-stats--home{
  margin:0 0 12px;
}

.analysis-card-context--sport{
  justify-content:flex-start;
  margin:0;
  padding:9px 11px;
  background:rgba(255,255,255,.025);
  border-color:rgba(255,255,255,.055);
}

.analysis-card-context--sport span{
  white-space:nowrap;
  max-width:100%;
  color:#bfc8da;
}

.section-settled-coupons{
  padding-top:48px;
}

.section-head--settled{
  margin-bottom:24px;
}

.section-head--settled .section-lead{
  max-width:760px;
}

.cdd-home-settled-table{
  display:block;
  max-height:430px;
  overflow-y:auto;
  overflow-x:auto;
  -webkit-overflow-scrolling:touch;
  border-radius:22px;
  border:1px solid rgba(255,255,255,.08);
  background:
    radial-gradient(circle at 0% 0%, rgba(212,175,55,.055), transparent 32%),
    linear-gradient(180deg, rgba(255,255,255,.032), rgba(255,255,255,.014));
  box-shadow:0 18px 46px rgba(0,0,0,.18);
}

.cdd-home-settled-table table{
  width:100%;
  min-width:760px;
  border-collapse:separate;
  border-spacing:0;
}

.cdd-home-settled-table thead th{
  background:rgba(15,21,32,.98) !important;
  backdrop-filter:blur(8px);
}

.cdd-home-settled-table tbody tr{
  transition:background .16s ease;
}

.cdd-home-settled-table tbody tr:hover{
  background:rgba(255,255,255,.035);
}

.cdd-home-settled-table .cdd-table-date{
  font-weight:800;
}

@media (max-width:767px){
  .analysis-card--home-rich .analysis-card-stats--home{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .section-settled-coupons{
    padding-top:38px;
  }

  .section-head--settled{
    margin-bottom:18px;
  }

  .cdd-home-settled-table{
    max-height:390px;
    border-radius:18px;
  }
}


/* v1.10.7 compact settled coupons + clickable rows */
.cdd-home-settled-table{
  max-height:330px;
}

.cdd-home-settled-table tr[data-href],
.cdd-compact-stats tr[data-href]{
  cursor:pointer;
}

.cdd-home-settled-table tr[data-href]:focus,
.cdd-compact-stats tr[data-href]:focus{
  outline:2px solid rgba(212,175,55,.45);
  outline-offset:-2px;
}

.cdd-home-settled-table tr[data-href]:hover .cdd-table-date,
.cdd-compact-stats tr[data-href]:hover .cdd-table-date{
  color:#f0e6bd;
}

@media (max-width:767px){
  .cdd-home-settled-table{
    max-height:310px;
  }
}


/* v1.10.8 settled coupons: max 6 on homepage */
.cdd-home-settled-table{
  max-height:none;
}


/* v1.11.3 clean mobile-first coupon view */
.cdd-analysis-body--clean-coupons{
  display:grid;
  gap:18px;
}

.cdd-clean-coupon{
  padding:17px;
  border-radius:22px;
  background:
    radial-gradient(circle at 0% 0%, rgba(212,175,55,.045), transparent 32%),
    linear-gradient(180deg, rgba(255,255,255,.032), rgba(255,255,255,.012));
  border:1px solid rgba(255,255,255,.075);
  box-shadow:0 16px 38px rgba(0,0,0,.14);
}

.cdd-clean-coupon__head{
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  gap:12px;
  margin-bottom:10px;
}

.cdd-clean-coupon__title{
  min-width:0;
  display:flex;
  align-items:center;
  gap:11px;
}

.cdd-clean-coupon__number{
  flex:0 0 auto;
  width:34px;
  height:34px;
  border-radius:999px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:rgba(212,175,55,.12);
  border:1px solid rgba(212,175,55,.24);
  color:#f0e6bd;
  font-weight:900;
  font-size:13px;
}

.cdd-clean-coupon__label{
  display:block;
  margin-bottom:4px;
  color:#d4af37;
  font-size:10px;
  font-weight:900;
  letter-spacing:.10em;
  text-transform:uppercase;
}

.cdd-clean-coupon__title h2{
  margin:0;
  color:var(--text);
  font-size:clamp(20px,2.7vw,26px);
  line-height:1.12;
  letter-spacing:-.025em;
}

.cdd-clean-coupon__meta{
  display:flex;
  flex-wrap:wrap;
  gap:6px;
  margin-bottom:12px;
}

.cdd-clean-coupon__meta span{
  min-height:28px;
  display:inline-flex;
  align-items:center;
  gap:6px;
  padding:0 9px;
  border-radius:999px;
  background:rgba(255,255,255,.035);
  border:1px solid rgba(255,255,255,.06);
  color:#c8d1e2;
  font-size:12px;
  font-weight:700;
}

.cdd-clean-coupon__bookmaker img{
  width:17px;
  height:17px;
  object-fit:contain;
  border-radius:4px;
}

.cdd-clean-coupon__legs{
  display:grid;
  gap:0;
  border-radius:18px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.065);
  background:rgba(8,12,19,.34);
}

.cdd-clean-leg{
  display:grid;
  grid-template-columns:26px minmax(0,1fr);
  gap:10px;
  padding:13px;
  border-top:1px solid rgba(255,255,255,.055);
}

.cdd-clean-leg:first-child{
  border-top:0;
}

.cdd-clean-leg__status{
  width:22px;
  height:22px;
  border-radius:999px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  margin-top:1px;
  background:rgba(148,163,184,.14);
  color:#cbd5e1;
  font-size:12px;
  font-weight:900;
}

.cdd-clean-leg.status-wygrany .cdd-clean-leg__status{
  background:rgba(16,185,129,.18);
  color:#86efac;
}

.cdd-clean-leg.status-przegrany .cdd-clean-leg__status{
  background:rgba(239,68,68,.18);
  color:#fca5a5;
}

.cdd-clean-leg__main strong{
  display:block;
  color:#f1f5fb;
  font-size:15px;
  line-height:1.28;
}

.cdd-clean-leg__main p{
  margin:6px 0 0;
  color:#b8c2d4;
  font-size:14px;
  line-height:1.45;
}

.cdd-clean-leg__meta{
  display:flex;
  flex-wrap:wrap;
  gap:7px;
  margin-top:8px;
  color:#8f9ab0;
  font-size:12px;
  font-weight:700;
}

.cdd-clean-coupon__summary{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:0;
  margin-top:12px;
  padding:12px 0 4px;
  border-top:1px dashed rgba(255,255,255,.13);
}

.cdd-clean-coupon__summary span{
  display:block;
  margin-bottom:5px;
  color:#8f9ab0;
  font-size:10px;
  font-weight:900;
  letter-spacing:.075em;
  text-transform:uppercase;
}

.cdd-clean-coupon__summary strong{
  display:block;
  color:#f2f5fb;
  font-size:16px;
  line-height:1.15;
}

.cdd-clean-coupon__summary strong.is-positive{
  color:#d7e8ba;
}

.cdd-clean-coupon__summary strong.is-negative{
  color:#ffb4b4;
}

.cdd-analysis-toggle--clean{
  width:100%;
  min-height:44px;
  margin-top:10px;
  padding:0 13px;
  border-radius:15px;
  border:1px solid rgba(212,175,55,.18);
  background:rgba(212,175,55,.055);
  color:#f0e6bd;
  cursor:pointer;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  font:inherit;
  font-size:12px;
  font-weight:900;
  letter-spacing:.06em;
  text-transform:uppercase;
}

.cdd-analysis-toggle--clean::after{
  content:"";
  width:9px;
  height:9px;
  border-right:2px solid currentColor;
  border-bottom:2px solid currentColor;
  transform:rotate(45deg) translateY(-2px);
  transition:transform .16s ease;
}

.cdd-analysis-toggle--clean[aria-expanded="true"]::after{
  transform:rotate(-135deg) translateY(2px);
}

.cdd-coupon-analysis-panel--clean{
  display:grid;
  gap:13px;
  margin-top:13px;
}

.cdd-coupon-analysis-panel--clean[hidden]{
  display:none !important;
}

.cdd-pick-description--clean{
  margin:0;
  padding:15px;
  border-radius:17px;
  background:rgba(8,12,19,.36);
  border:1px solid rgba(255,255,255,.055);
}

.cdd-pick-description--clean .cdd-pick-heading-text{
  color:#f1f5fb !important;
}

.cdd-pick-description--clean.status-wygrany{
  border-color:rgba(16,185,129,.14);
}

.cdd-pick-description--clean.status-przegrany{
  border-color:rgba(239,68,68,.14);
}

.cdd-pick-description--clean.status-wygrany .cdd-pick-heading-text{
  color:#d7e8ba !important;
}

.cdd-pick-description--clean.status-przegrany .cdd-pick-heading-text{
  color:#ffb4b4 !important;
}

@media (max-width:767px){
  .cdd-analysis-body--clean-coupons{
    gap:15px;
  }

  .cdd-clean-coupon{
    padding:13px;
    border-radius:18px;
  }

  .cdd-clean-coupon__head{
    gap:9px;
  }

  .cdd-clean-coupon__title{
    align-items:flex-start;
    gap:9px;
  }

  .cdd-clean-coupon__number{
    width:30px;
    height:30px;
    font-size:12px;
  }

  .cdd-clean-coupon__label{
    font-size:9px;
  }

  .cdd-clean-coupon__title h2{
    font-size:18px;
  }

  .cdd-clean-coupon__head > .meta-pill{
    font-size:10px;
    padding-left:8px;
    padding-right:8px;
  }

  .cdd-clean-coupon__meta{
    gap:5px;
  }

  .cdd-clean-coupon__meta span{
    min-height:26px;
    padding:0 7px;
    font-size:10px;
  }

  .cdd-clean-coupon__legs{
    border-radius:15px;
  }

  .cdd-clean-leg{
    grid-template-columns:23px minmax(0,1fr);
    gap:8px;
    padding:11px;
  }

  .cdd-clean-leg__status{
    width:20px;
    height:20px;
    font-size:11px;
  }

  .cdd-clean-leg__main strong{
    font-size:14px;
  }

  .cdd-clean-leg__main p{
    font-size:13px;
  }

  .cdd-clean-leg__meta{
    font-size:11px;
    gap:6px;
  }

  .cdd-clean-coupon__summary{
    margin-top:10px;
    padding-top:11px;
  }

  .cdd-clean-coupon__summary span{
    font-size:9px;
  }

  .cdd-clean-coupon__summary strong{
    font-size:14px;
  }

  .cdd-analysis-toggle--clean{
    min-height:41px;
    border-radius:13px;
    font-size:11px;
  }

  .cdd-pick-description--clean{
    padding:13px;
  }

  .cdd-pick-description--clean p{
    font-size:15px;
    line-height:1.65;
  }
}


/* v1.11.4 single analysis clean-up per mobile feedback */
.cdd-clean-coupon__label{
  display:none !important;
}

.cdd-clean-coupon__title h2{
  text-transform:uppercase;
  color:#f1f5fb !important;
}

.cdd-clean-leg__meta span:last-child{
  color:#9faabe;
}

.cdd-pick-description--clean .cdd-pick-heading-text{
  color:#f1f5fb !important;
}

.cdd-pick-description--clean .cdd-sport-pill,
.cdd-pick-description--clean .meta-pill:not(.cdd-status-pill){
  color:#c8d1e2 !important;
  border-color:rgba(255,255,255,.075) !important;
  background:rgba(255,255,255,.035) !important;
}

.cdd-pick-description--clean .cdd-pick-line strong{
  color:#f1f5fb !important;
}

/* Kolor statusu w rozwiniętej analizie ma dotyczyć tylko samego typu */
.cdd-pick-description--clean.status-wygrany .cdd-pick-heading-text,
.cdd-pick-description--clean.status-przegrany .cdd-pick-heading-text{
  color:#f1f5fb !important;
}

.cdd-pick-description--clean.status-wygrany .cdd-pick-line strong{
  color:#d7e8ba !important;
}

.cdd-pick-description--clean.status-przegrany .cdd-pick-line strong{
  color:#ffb4b4 !important;
}

@media (max-width:767px){
  .cdd-clean-coupon__title h2{
    font-size:17px;
    letter-spacing:.04em;
  }
}


/* v1.11.5 single analysis: remove duplicate coupon number badge */
.cdd-clean-coupon__title{
  gap:0;
}

.cdd-clean-coupon__number{
  display:none !important;
}


/* v1.12.0 coupon vs analysis label cleanup */
.cdd-clean-leg__meta{
  justify-content:flex-start;
}

.cdd-clean-leg__meta span:first-child:last-child{
  margin-top:0;
}

.cdd-pick-description--clean .cdd-pick-heading h3{
  align-items:center;
}

.cdd-pick-description--clean .cdd-pick-line{
  gap:8px;
}


/* v1.12.1 analysis text spacing refinement */
.cdd-coupon-analysis-panel--clean{
  margin-top: 14px;
  gap: 14px;
}

.cdd-pick-description--clean{
  padding: 22px 22px 24px !important;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255,255,255,.022), rgba(255,255,255,.010)) !important;
  border: 1px solid rgba(255,255,255,.07) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.02);
}

.cdd-pick-description--clean.status-wygrany,
.cdd-pick-description--clean.status-przegrany,
.cdd-pick-description--clean.status-oczekuje {
  border-color: rgba(255,255,255,.07) !important;
}

.cdd-pick-description--clean .cdd-pick-heading{
  margin-bottom: 14px !important;
}

.cdd-pick-description--clean .cdd-pick-heading h3{
  margin: 0;
  gap: 10px;
  align-items: center;
}

.cdd-pick-description--clean .cdd-pick-line{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 0 0 18px !important;
  padding-bottom: 14px !important;
  border-bottom: 1px solid rgba(255,255,255,.07) !important;
}

.cdd-pick-description--clean p{
  margin: 0 0 16px !important;
  padding: 0 2px;
  color: #c9d1df;
  font-size: 16px;
  line-height: 1.78;
}

.cdd-pick-description--clean p:last-child{
  margin-bottom: 0 !important;
}

@media (max-width: 767px){
  .cdd-coupon-analysis-panel--clean{
    margin-top: 12px;
    gap: 12px;
  }

  .cdd-pick-description--clean{
    padding: 19px 18px 21px !important;
    border-radius: 16px;
  }

  .cdd-pick-description--clean .cdd-pick-heading{
    margin-bottom: 12px !important;
  }

  .cdd-pick-description--clean .cdd-pick-line{
    margin-bottom: 16px !important;
    padding-bottom: 13px !important;
  }

  .cdd-pick-description--clean p{
    padding: 0 1px;
    font-size: 15px;
    line-height: 1.74;
    margin-bottom: 15px !important;
  }
}


/* v1.13.0 premium user panel */
.cdd-premium-panel-section{
  padding-top:72px;
}

.cdd-premium-panel-hero{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:18px;
  margin-bottom:24px;
}

.cdd-premium-panel-hero .section-lead{
  margin-bottom:0;
}

.cdd-premium-status-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
  margin-bottom:14px;
}

.cdd-premium-panel-card{
  padding:22px;
  border-radius:24px;
  background:
    radial-gradient(circle at 0% 0%, rgba(212,175,55,.055), transparent 34%),
    linear-gradient(180deg, rgba(255,255,255,.036), rgba(255,255,255,.014));
  border:1px solid rgba(255,255,255,.075);
  box-shadow:0 18px 42px rgba(0,0,0,.15);
}

.cdd-premium-panel-card > span,
.cdd-premium-panel-card--telegram span{
  display:block;
  margin-bottom:8px;
  color:#d4af37;
  font-size:11px;
  font-weight:900;
  letter-spacing:.12em;
  text-transform:uppercase;
}

.cdd-premium-panel-card strong{
  display:block;
  color:var(--text);
  font-size:clamp(24px,3vw,34px);
  line-height:1.08;
  letter-spacing:-.03em;
}

.cdd-premium-panel-card h2{
  margin:0 0 10px;
  color:var(--text);
  font-size:clamp(22px,3vw,30px);
  line-height:1.12;
}

.cdd-premium-panel-card p{
  margin:10px 0 0;
  color:#aab4c8;
  font-size:15px;
  line-height:1.65;
}

.cdd-premium-panel-card--status.is-active{
  border-color:rgba(16,185,129,.18);
  background:
    radial-gradient(circle at 0% 0%, rgba(16,185,129,.095), transparent 34%),
    linear-gradient(180deg, rgba(255,255,255,.036), rgba(255,255,255,.014));
}

.cdd-premium-panel-card--status.is-active strong{
  color:#d7e8ba;
}

.cdd-premium-panel-card--status.is-expired{
  border-color:rgba(239,68,68,.18);
}

.cdd-premium-panel-card--status.is-expired strong{
  color:#ffb4b4;
}

.cdd-premium-panel-card--telegram{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  margin-bottom:14px;
}

.cdd-premium-panel-card--telegram p{
  max-width:760px;
}

.cdd-premium-panel-card--login{
  max-width:760px;
  margin:0 auto;
}

@media (max-width:767px){
  .cdd-premium-panel-section{
    padding-top:48px;
  }

  .cdd-premium-panel-hero{
    flex-direction:column;
  }

  .cdd-premium-status-grid{
    grid-template-columns:1fr;
  }

  .cdd-premium-panel-card{
    padding:18px;
    border-radius:20px;
  }

  .cdd-premium-panel-card--telegram{
    flex-direction:column;
    align-items:flex-start;
  }

  .cdd-premium-panel-card--telegram .btn{
    width:100%;
  }
}


/* v1.13.1 premium zone nav + desktop home analysis cards */
.site-nav .menu-item-premium-zone a,
.site-nav a.nav-premium-zone{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:34px;
  padding:0 13px;
  border-radius:999px;
  background:linear-gradient(135deg, rgba(212,175,55,.22), rgba(212,175,55,.08));
  border:1px solid rgba(212,175,55,.30);
  color:#f4df98 !important;
  font-weight:900;
  box-shadow:0 0 0 1px rgba(212,175,55,.05), 0 10px 26px rgba(0,0,0,.16);
}

.site-nav .menu-item-premium-zone a:hover,
.site-nav a.nav-premium-zone:hover{
  background:linear-gradient(135deg, rgba(212,175,55,.30), rgba(212,175,55,.12));
  border-color:rgba(212,175,55,.46);
  color:#fff3bf !important;
}

@media (min-width:768px){
  .analysis-card--home-rich .analysis-card-stats--home{
    display:flex;
    align-items:center;
    flex-wrap:wrap;
    gap:0;
    margin:4px 0 14px;
    padding:10px 12px;
    border-radius:16px;
    background:rgba(255,255,255,.026);
    border:1px solid rgba(255,255,255,.055);
  }

  .analysis-card--home-rich .analysis-card-stats--home div{
    display:inline-flex;
    align-items:center;
    gap:6px;
    padding:0;
    border:0;
    border-radius:0;
    background:transparent;
    min-width:auto;
  }

  .analysis-card--home-rich .analysis-card-stats--home div + div::before{
    content:"•";
    color:#d4af37;
    opacity:.65;
    margin:0 10px 0 8px;
    font-weight:900;
  }

  .analysis-card--home-rich .analysis-card-stats--home span{
    display:inline;
    margin:0;
    color:#8f9ab0;
    font-size:11px;
    font-weight:900;
    letter-spacing:.06em;
    text-transform:uppercase;
  }

  .analysis-card--home-rich .analysis-card-stats--home strong{
    display:inline;
    color:#f1f5fb;
    font-size:13px;
    line-height:1;
    overflow:visible;
    text-overflow:clip;
    white-space:nowrap;
  }

  .analysis-card--home-rich .analysis-card-context--sport{
    margin-top:0;
  }
}

@media (max-width:767px){
  .site-nav .menu-item-premium-zone a,
  .site-nav a.nav-premium-zone{
    min-height:32px;
    padding:0 11px;
  }
}


/* v1.13.2 desktop home analysis cards: remove inner data box */
@media (min-width:768px){
  .analysis-card--home-rich{
    min-height:auto;
  }

  .analysis-card--home-rich .analysis-card-stats--home{
    display:flex !important;
    align-items:center;
    flex-wrap:wrap;
    gap:8px 0;
    margin:8px 0 14px !important;
    padding:0 !important;
    border:0 !important;
    border-radius:0 !important;
    background:transparent !important;
    box-shadow:none !important;
  }

  .analysis-card--home-rich .analysis-card-stats--home div{
    display:inline-flex !important;
    align-items:baseline;
    gap:5px;
    min-width:0 !important;
    padding:0 !important;
    margin:0 !important;
    border:0 !important;
    border-radius:0 !important;
    background:transparent !important;
  }

  .analysis-card--home-rich .analysis-card-stats--home div + div::before{
    content:"•";
    display:inline-block;
    margin:0 8px 0 6px;
    color:#d4af37;
    opacity:.75;
    font-size:12px;
    line-height:1;
  }

  .analysis-card--home-rich .analysis-card-stats--home span{
    display:inline !important;
    margin:0 !important;
    color:#8f9ab0 !important;
    font-size:10px !important;
    font-weight:900 !important;
    letter-spacing:.075em !important;
    text-transform:uppercase !important;
    white-space:nowrap !important;
  }

  .analysis-card--home-rich .analysis-card-stats--home strong{
    display:inline !important;
    color:#f1f5fb !important;
    font-size:13px !important;
    line-height:1.2 !important;
    font-weight:800 !important;
    white-space:nowrap !important;
    overflow:visible !important;
    text-overflow:clip !important;
  }

  .analysis-card--home-rich .analysis-card-context--sport{
    margin-top:4px !important;
    padding:8px 11px !important;
    border-radius:999px !important;
    background:rgba(255,255,255,.024) !important;
    border-color:rgba(255,255,255,.055) !important;
  }
}

@media (min-width:1024px){
  .analysis-card--home-rich .analysis-card-stats--home{
    max-width:100%;
  }

  .analysis-card--home-rich .analysis-card-stats--home span{
    font-size:9px !important;
  }

  .analysis-card--home-rich .analysis-card-stats--home strong{
    font-size:12.5px !important;
  }
}


/* v1.13.3 desktop home analysis cards: clean final */
@media (min-width:768px){
  .analysis-card--home-rich .analysis-card-stats--home{
    display:none !important;
  }

  .analysis-card--home-rich{
    min-height:0 !important;
    padding-bottom:22px;
  }

  .analysis-card--home-rich .analysis-card-title-row{
    margin-top:28px;
    margin-bottom:22px;
  }

  .analysis-card--home-rich .analysis-card-title-row h3{
    max-width:68%;
  }

  .analysis-card--home-rich .analysis-card-link{
    margin-top:2px;
  }

  .analysis-card--home-rich .analysis-card-context--sport{
    margin:0 !important;
    padding:9px 12px !important;
    border-radius:999px !important;
    background:rgba(255,255,255,.025) !important;
    border:1px solid rgba(255,255,255,.06) !important;
  }

  .analysis-card--home-rich .analysis-card-context--sport span{
    font-size:13px;
    color:#c3ccdd;
  }
}

@media (min-width:1024px){
  .analysis-card--home-rich{
    display:flex;
    flex-direction:column;
  }

  .analysis-card--home-rich .analysis-card-context--sport{
    margin-top:auto !important;
  }
}


/* v1.13.4 custom premium login */
.cdd-premium-login-section{
  padding-top:72px;
}

.cdd-premium-login-grid{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(340px,440px);
  gap:28px;
  align-items:center;
}

.cdd-premium-login-copy .section-lead{
  margin-bottom:20px;
}

.cdd-premium-login-note{
  max-width:560px;
  padding:16px 18px;
  border-radius:18px;
  background:rgba(255,255,255,.03);
  border:1px solid rgba(255,255,255,.07);
  color:#aab4c8;
}

.cdd-premium-login-note strong{
  display:block;
  color:#f0e6bd;
  margin-bottom:5px;
}

.cdd-premium-login-note span{
  display:block;
  font-size:14px;
  line-height:1.55;
}

.cdd-premium-login-card{
  padding:24px;
  border-radius:26px;
  background:
    radial-gradient(circle at 0% 0%, rgba(212,175,55,.075), transparent 34%),
    linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.014));
  border:1px solid rgba(255,255,255,.08);
  box-shadow:0 22px 54px rgba(0,0,0,.22);
}

.cdd-premium-login-card__head{
  margin-bottom:18px;
}

.cdd-premium-login-card__head span{
  display:block;
  margin-bottom:6px;
  color:#d4af37;
  font-size:11px;
  font-weight:900;
  letter-spacing:.12em;
  text-transform:uppercase;
}

.cdd-premium-login-card__head strong{
  display:block;
  color:var(--text);
  font-size:30px;
  line-height:1.1;
  letter-spacing:-.03em;
}

.cdd-premium-field{
  display:block;
  margin-bottom:14px;
}

.cdd-premium-field span{
  display:block;
  margin-bottom:7px;
  color:#9faabe;
  font-size:11px;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.cdd-premium-field input{
  width:100%;
  min-height:48px;
  border-radius:15px;
  border:1px solid rgba(255,255,255,.09);
  background:rgba(8,12,19,.54);
  color:#f1f5fb;
  padding:0 14px;
  font:inherit;
  outline:none;
}

.cdd-premium-field input:focus{
  border-color:rgba(212,175,55,.42);
  box-shadow:0 0 0 3px rgba(212,175,55,.08);
}

.cdd-premium-remember{
  display:flex;
  align-items:center;
  gap:9px;
  margin:4px 0 18px;
  color:#aab4c8;
  font-size:14px;
}

.cdd-premium-remember input{
  width:16px;
  height:16px;
  accent-color:#d4af37;
}

.cdd-premium-login-button{
  width:100%;
}

.cdd-premium-lost-password{
  display:block;
  margin-top:14px;
  text-align:center;
  color:#f0e6bd;
  font-size:14px;
  font-weight:800;
}

.cdd-premium-login-error{
  margin-bottom:14px;
  padding:12px 13px;
  border-radius:14px;
  background:rgba(239,68,68,.10);
  border:1px solid rgba(239,68,68,.22);
  color:#ffb4b4;
  font-size:14px;
  line-height:1.45;
}

@media (max-width:767px){
  .cdd-premium-login-section{
    padding-top:48px;
  }

  .cdd-premium-login-grid{
    grid-template-columns:1fr;
    gap:20px;
  }

  .cdd-premium-login-card{
    padding:18px;
    border-radius:22px;
  }

  .cdd-premium-login-card__head strong{
    font-size:26px;
  }
}


/* v1.13.5 premium login copy + package links */
.cdd-premium-buy-box{
  max-width:620px;
  margin-top:14px;
  padding:17px 18px;
  border-radius:18px;
  background:linear-gradient(180deg, rgba(212,175,55,.065), rgba(255,255,255,.018));
  border:1px solid rgba(212,175,55,.13);
}

.cdd-premium-buy-box > strong{
  display:block;
  color:#f0e6bd;
  margin-bottom:6px;
  font-size:16px;
}

.cdd-premium-buy-box > span{
  display:block;
  color:#aab4c8;
  font-size:14px;
  line-height:1.6;
}

.cdd-premium-package-links{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:8px;
  margin-top:14px;
}

.cdd-premium-package-links a{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  min-height:58px;
  padding:9px 8px;
  border-radius:15px;
  background:rgba(8,12,19,.42);
  border:1px solid rgba(255,255,255,.075);
  text-align:center;
  transition:transform .16s ease, border-color .16s ease, background .16s ease;
}

.cdd-premium-package-links a:hover{
  transform:translateY(-1px);
  border-color:rgba(212,175,55,.28);
  background:rgba(212,175,55,.07);
}

.cdd-premium-package-links b{
  color:#f1f5fb;
  font-size:14px;
  line-height:1.1;
}

.cdd-premium-package-links small{
  margin-top:4px;
  color:#d4af37;
  font-size:12px;
  font-weight:800;
}

@media (max-width:767px){
  .cdd-premium-buy-box{
    padding:15px;
  }

  .cdd-premium-package-links{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}


/* v1.13.6 custom premium password setup */
.cdd-premium-password-section{
  padding-top:72px;
}

.cdd-premium-password-card{
  max-width:620px;
  margin:0 auto;
  padding:26px;
  border-radius:26px;
  background:
    radial-gradient(circle at 0% 0%, rgba(212,175,55,.075), transparent 34%),
    linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.014));
  border:1px solid rgba(255,255,255,.08);
  box-shadow:0 22px 54px rgba(0,0,0,.22);
}

.cdd-premium-password-card .section-lead{
  margin-bottom:20px;
}

.cdd-premium-password-form{
  margin-top:18px;
}

@media (max-width:767px){
  .cdd-premium-password-section{
    padding-top:48px;
  }

  .cdd-premium-password-card{
    padding:18px;
    border-radius:22px;
  }
}


/* v1.13.7 premium panel stats + telegram copy */
.cdd-premium-renew-inline{
  margin-top:14px;
}

.cdd-premium-panel-card--expiry .btn{
  width:100%;
}

.cdd-premium-muted{
  max-width:360px;
  margin:0 !important;
  color:#aab4c8;
  font-size:14px;
  line-height:1.55;
}

.cdd-premium-panel-block{
  margin-top:14px;
  padding:22px;
  border-radius:24px;
  background:
    radial-gradient(circle at 0% 0%, rgba(212,175,55,.045), transparent 34%),
    linear-gradient(180deg, rgba(255,255,255,.032), rgba(255,255,255,.012));
  border:1px solid rgba(255,255,255,.075);
  box-shadow:0 18px 42px rgba(0,0,0,.14);
}

.cdd-premium-panel-block__head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:14px;
  margin-bottom:16px;
}

.cdd-premium-panel-block__head span{
  display:block;
  margin-bottom:7px;
  color:#d4af37;
  font-size:11px;
  font-weight:900;
  letter-spacing:.12em;
  text-transform:uppercase;
}

.cdd-premium-panel-block__head h2{
  margin:0;
  color:var(--text);
  font-size:clamp(22px,3vw,30px);
  line-height:1.12;
}

.cdd-premium-mini-stats{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:10px;
}

.cdd-premium-mini-stats div{
  padding:14px;
  border-radius:17px;
  background:rgba(255,255,255,.028);
  border:1px solid rgba(255,255,255,.06);
}

.cdd-premium-mini-stats span{
  display:block;
  margin-bottom:8px;
  color:#8f9ab0;
  font-size:10px;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.cdd-premium-mini-stats strong{
  display:block;
  color:#f1f5fb;
  font-size:24px;
  line-height:1.08;
}

.cdd-premium-mini-stats strong.is-positive,
.cdd-premium-latest-item em.is-positive{
  color:#d7e8ba;
}

.cdd-premium-mini-stats strong.is-negative,
.cdd-premium-latest-item em.is-negative{
  color:#ffb4b4;
}

.cdd-premium-latest-list{
  display:grid;
  gap:9px;
}

.cdd-premium-latest-item{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  padding:14px 15px;
  border-radius:17px;
  background:rgba(8,12,19,.36);
  border:1px solid rgba(255,255,255,.06);
  transition:transform .16s ease, border-color .16s ease, background .16s ease;
}

.cdd-premium-latest-item:hover{
  transform:translateY(-1px);
  border-color:rgba(212,175,55,.20);
  background:rgba(255,255,255,.04);
}

.cdd-premium-latest-item span{
  display:block;
  margin-bottom:5px;
  color:#8f9ab0;
  font-size:11px;
  font-weight:800;
}

.cdd-premium-latest-item strong{
  display:block;
  color:#f1f5fb;
  font-size:15px;
  line-height:1.25;
}

.cdd-premium-latest-item em{
  flex:0 0 auto;
  font-style:normal;
  font-weight:900;
  font-size:16px;
}

@media (max-width:767px){
  .cdd-premium-panel-block{
    padding:18px;
    border-radius:20px;
  }

  .cdd-premium-panel-block__head{
    flex-direction:column;
  }

  .cdd-premium-panel-block__head .btn{
    width:100%;
  }

  .cdd-premium-mini-stats{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .cdd-premium-mini-stats div{
    padding:12px;
  }

  .cdd-premium-mini-stats strong{
    font-size:21px;
  }

  .cdd-premium-latest-item{
    align-items:flex-start;
    flex-direction:column;
  }
}


/* v1.13.8 premium panel rules refinements */
.cdd-premium-panel-card--expiry .cdd-premium-renew-inline{
  margin-top:14px;
}

.cdd-premium-panel-card--telegram .cdd-premium-muted{
  max-width:420px;
}


/* v1.13.9 admin builder: start time field visibility */
.cdd-start-time-field input[type="time"]{
  width:100%;
  min-height:34px;
}

.cdd-start-time-field small{
  display:block;
  margin-top:5px;
  color:#646970;
  font-size:11px;
  line-height:1.35;
}


/* v1.14.0 after payment + premium logout redirect polish */
.after-payment--premium-v2 .after-payment-top{
  text-align:left;
}

.after-payment-actions--top{
  margin-top:22px;
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}

.after-payment--premium-v2 .after-payment-lead{
  max-width:860px;
}

@media (max-width:767px){
  .after-payment-actions--top .btn{
    width:100%;
  }
}


/* v1.14.1 afterpayment success page + menu cleanup */
.after-payment--success{
  min-height:calc(100vh - 92px);
  display:flex;
  align-items:center;
  padding-top:72px;
  padding-bottom:72px;
}

.after-success-shell{
  max-width:980px;
  margin:0 auto;
}

.after-success-card{
  position:relative;
  overflow:hidden;
  text-align:center;
  padding:42px 34px 36px;
  border-radius:30px;
  background:
    radial-gradient(circle at 50% 0%, rgba(212,175,55,.15), transparent 36%),
    linear-gradient(180deg, rgba(255,255,255,.045), rgba(255,255,255,.014));
  border:1px solid rgba(255,255,255,.085);
  box-shadow:0 26px 70px rgba(0,0,0,.26);
}

.after-success-icon{
  width:58px;
  height:58px;
  margin:0 auto 18px;
  border-radius:999px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:rgba(16,185,129,.16);
  border:1px solid rgba(16,185,129,.26);
  color:#d7e8ba;
  font-size:30px;
  font-weight:900;
}

.after-success-kicker{
  margin-bottom:10px;
  color:#d4af37;
  font-size:12px;
  font-weight:900;
  letter-spacing:.14em;
  text-transform:uppercase;
}

.after-success-card h1{
  margin:0 0 14px;
  color:var(--text);
  font-size:clamp(34px,5vw,58px);
  line-height:1.04;
  letter-spacing:-.045em;
}

.after-success-card p{
  max-width:720px;
  margin:0 auto;
  color:#b7c0d1;
  font-size:17px;
  line-height:1.75;
}

.after-success-actions{
  display:flex;
  justify-content:center;
  gap:10px;
  flex-wrap:wrap;
  margin-top:26px;
}

.after-success-steps{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
  margin-top:14px;
}

.after-success-step{
  padding:20px;
  border-radius:22px;
  background:rgba(255,255,255,.028);
  border:1px solid rgba(255,255,255,.07);
}

.after-success-step span{
  width:32px;
  height:32px;
  margin-bottom:12px;
  border-radius:999px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:rgba(212,175,55,.12);
  border:1px solid rgba(212,175,55,.22);
  color:#f0e6bd;
  font-size:13px;
  font-weight:900;
}

.after-success-step strong{
  display:block;
  margin-bottom:7px;
  color:#f1f5fb;
  font-size:17px;
  line-height:1.2;
}

.after-success-step p{
  margin:0;
  color:#aab4c8;
  font-size:14px;
  line-height:1.6;
}

.after-success-help{
  margin-top:14px;
  padding:16px 18px;
  border-radius:20px;
  background:rgba(8,12,19,.38);
  border:1px solid rgba(255,255,255,.065);
  color:#aab4c8;
  font-size:14px;
  line-height:1.6;
  text-align:center;
}

.after-success-help strong{
  color:#f0e6bd;
  margin-right:6px;
}

.after-success-help a{
  color:#f0e6bd;
  font-weight:800;
}

@media (max-width:767px){
  .after-payment--success{
    min-height:auto;
    padding-top:46px;
    padding-bottom:52px;
  }

  .after-success-card{
    padding:30px 18px 24px;
    border-radius:24px;
  }

  .after-success-card p{
    font-size:15px;
    line-height:1.7;
  }

  .after-success-actions .btn{
    width:100%;
  }

  .after-success-steps{
    grid-template-columns:1fr;
  }

  .after-success-step{
    padding:17px;
    border-radius:18px;
  }

  .after-success-help{
    text-align:left;
  }

  .after-success-help strong,
  .after-success-help span{
    display:block;
  }
}


/* v1.14.2 homepage premium zone communication */
.premium-flow-box{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
  margin:0 0 22px;
}

.premium-flow-item{
  padding:18px;
  border-radius:22px;
  background:
    radial-gradient(circle at 0% 0%, rgba(212,175,55,.07), transparent 34%),
    linear-gradient(180deg, rgba(255,255,255,.034), rgba(255,255,255,.012));
  border:1px solid rgba(255,255,255,.075);
}

.premium-flow-item span{
  width:32px;
  height:32px;
  margin-bottom:12px;
  border-radius:999px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:rgba(212,175,55,.12);
  border:1px solid rgba(212,175,55,.22);
  color:#f0e6bd;
  font-size:13px;
  font-weight:900;
}

.premium-flow-item strong{
  display:block;
  margin-bottom:7px;
  color:#f1f5fb;
  font-size:17px;
  line-height:1.2;
}

.premium-flow-item p{
  margin:0;
  color:#aab4c8;
  font-size:14px;
  line-height:1.6;
}

@media (max-width:767px){
  .premium-flow-box{
    grid-template-columns:1fr;
    gap:10px;
    margin-bottom:18px;
  }

  .premium-flow-item{
    padding:16px;
    border-radius:18px;
  }
}


/* v1.14.3 homepage email copy + archive card context cleanup */
.analysis-card-context--sport-only{
  justify-content:flex-start !important;
}

.analysis-card-context--sport-only span{
  white-space:normal;
}


/* v1.14.4 home latest analysis desktop title/sport/action layout */
.analysis-card-title-main{
  min-width:0;
  width:100%;
}

.analysis-card-sport-under-title{
  display:none;
}

.analysis-card-link--under-title{
  display:none;
}

@media (min-width:768px){
  .analysis-card--home-rich .analysis-card-title-row{
    display:block;
    margin-top:28px;
    margin-bottom:0;
  }

  .analysis-card--home-rich .analysis-card-title-main h3{
    margin:0 0 7px !important;
    max-width:100%;
  }

  .analysis-card--home-rich .analysis-card-sport-under-title{
    display:inline-flex;
    align-items:center;
    min-height:26px;
    padding:0 9px;
    border-radius:999px;
    background:rgba(255,255,255,.028);
    border:1px solid rgba(255,255,255,.06);
    color:#9faabe;
    font-size:11px;
    font-weight:800;
    line-height:1;
  }

  .analysis-card--home-rich .analysis-card-link--under-title{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:max-content;
    min-height:34px;
    margin-top:12px;
    padding:0 12px;
    border-radius:999px;
    background:rgba(212,175,55,.07);
    border:1px solid rgba(212,175,55,.16);
    color:#f0e6bd;
    font-size:12px;
    font-weight:900;
    text-decoration:none;
    transition:background .16s ease, border-color .16s ease, transform .16s ease;
  }

  .analysis-card--home-rich .analysis-card-link--under-title:hover{
    transform:translateY(-1px);
    background:rgba(212,175,55,.11);
    border-color:rgba(212,175,55,.28);
  }

  .analysis-card--home-rich .analysis-card-link--under-title::after{
    content:"→";
    margin-left:7px;
  }

  .analysis-card--home-rich .analysis-card-context--home-bottom-sport{
    display:none !important;
  }
}

@media (max-width:767px){
  .analysis-card-title-main .analysis-card-link--under-title,
  .analysis-card-title-main .analysis-card-sport-under-title{
    display:none !important;
  }
}


/* v1.14.5 custom premium lost password */
.cdd-premium-password-card .cdd-premium-lost-password{
  margin-top:16px;
}


/* v1.14.6 premium panel future analyses */
.cdd-premium-latest-item em.is-pending{
  color:#f0e6bd;
}


/* v1.15.0 admin builder: hide single coupon everywhere */
.cdd-hide-public-field{
  padding:10px 12px;
  border-radius:8px;
  background:#fff8e5;
  border:1px solid #f3d27a;
}

.cdd-hide-public-field label{
  font-weight:700;
}

.cdd-hide-public-field small{
  display:block;
  margin-top:5px;
  color:#6b5b21;
  line-height:1.35;
}


/* v1.15.1 clickable analysis cards */
.analysis-card{
  position:relative;
}

.analysis-card-full-link{
  position:absolute;
  inset:0;
  z-index:1;
  border-radius:inherit;
  text-indent:-9999px;
  overflow:hidden;
}

.analysis-card a:not(.analysis-card-full-link),
.analysis-card button,
.analysis-card input,
.analysis-card select,
.analysis-card textarea{
  position:relative;
  z-index:2;
}

.analysis-card:hover{
  cursor:pointer;
}

.analysis-card:has(.analysis-card-full-link):hover{
  border-color:rgba(212,175,55,.18);
}

/* v1.15.2 admin builder: exclude coupon from stats */
.cdd-exclude-stats-field{
  padding:10px 12px;
  border-radius:8px;
  background:#eef6ff;
  border:1px solid #9bc5f7;
}
.cdd-exclude-stats-field label{font-weight:700;}
.cdd-exclude-stats-field small{
  display:block;
  margin-top:5px;
  color:#335c85;
  line-height:1.35;
}


/* v1.15.3 premium package cards: clickable + subtle hover */
.hero-package-card{
  position:relative;
  overflow:hidden;
  transition:
    transform .18s ease,
    border-color .18s ease,
    box-shadow .18s ease,
    background .18s ease;
}

.hero-package-card::before{
  content:"";
  position:absolute;
  inset:-1px;
  border-radius:inherit;
  pointer-events:none;
  opacity:0;
  background:
    radial-gradient(circle at 50% 0%, rgba(212,175,55,.16), transparent 42%),
    linear-gradient(180deg, rgba(212,175,55,.045), transparent 58%);
  transition:opacity .18s ease;
  z-index:0;
}

.hero-package-card > *:not(.hero-package-card__full-link){
  position:relative;
  z-index:2;
}

.hero-package-card__full-link{
  position:absolute;
  inset:0;
  z-index:1;
  border-radius:inherit;
  text-indent:-9999px;
  overflow:hidden;
}

.hero-package-card:hover{
  cursor:pointer;
  transform:translateY(-4px);
  border-color:rgba(212,175,55,.26);
  box-shadow:0 24px 58px rgba(0,0,0,.24), 0 0 0 1px rgba(212,175,55,.08);
}

.hero-package-card:hover::before{
  opacity:1;
}

.hero-package-card:hover .btn{
  border-color:rgba(212,175,55,.36);
  box-shadow:0 10px 26px rgba(212,175,55,.10);
}

.hero-package-card.is-featured:hover{
  border-color:rgba(212,175,55,.42);
  box-shadow:0 28px 68px rgba(0,0,0,.28), 0 0 0 1px rgba(212,175,55,.14);
}

@media (prefers-reduced-motion: reduce){
  .hero-package-card,
  .hero-package-card::before{
    transition:none;
  }

  .hero-package-card:hover{
    transform:none;
  }
}


/* v1.15.4 premium package cards: reliable full-card click */
.hero-package-card[data-href]{
  cursor:pointer;
}

.hero-package-card__full-link{
  display:none !important;
}

.hero-package-card[data-href]:focus-visible{
  outline:2px solid rgba(212,175,55,.62);
  outline-offset:4px;
}


/* v1.15.5 BetBuilder admin + coupon view */
.cdd-betbuilder-admin{
  grid-column:1 / -1;
  padding:12px 14px;
  border-radius:12px;
  background:#f7f3e8;
  border:1px solid rgba(184,139,38,.24);
}

.cdd-betbuilder-toggle{
  display:flex;
  align-items:center;
  gap:8px;
  font-weight:800;
  color:#1f2933;
}

.cdd-betbuilder-fields{
  margin-top:12px;
  padding-top:12px;
  border-top:1px dashed rgba(184,139,38,.34);
}

.cdd-betbuilder-part-row{
  display:flex;
  gap:10px;
  align-items:center;
  margin:0 0 8px;
}

.cdd-betbuilder-part-row input{
  flex:1;
}

.cdd-betbuilder-fields small{
  display:block;
  margin-top:8px;
  color:#6b7280;
  line-height:1.35;
}

.cdd-betbuilder-title{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:6px;
  margin:4px 0 8px !important;
  font-size:15px;
  line-height:1.35;
}

.cdd-betbuilder-title span{
  font-weight:900;
  font-style:italic;
  letter-spacing:.02em;
  color:#f3f6fb;
}

.cdd-betbuilder-title em{
  font-style:normal;
  color:#aeb8c6;
  font-weight:700;
}

.cdd-betbuilder-list{
  position:relative;
  margin:8px 0 4px 5px;
  padding-left:20px;
}

.cdd-betbuilder-list::before{
  content:"";
  position:absolute;
  left:4px;
  top:9px;
  bottom:9px;
  width:1px;
  background:rgba(212,175,55,.34);
}

.cdd-betbuilder-list__item{
  position:relative;
  color:#cfd7e6;
  font-size:14px;
  line-height:1.45;
  padding:3px 0;
}

.cdd-betbuilder-list__item::before{
  content:"";
  position:absolute;
  left:-20px;
  top:.85em;
  width:9px;
  height:9px;
  border-radius:999px;
  background:#d4af37;
  box-shadow:0 0 0 3px rgba(212,175,55,.12);
}

.cdd-betbuilder-list__item::after{
  content:"";
  position:absolute;
  left:-16px;
  top:.99em;
  width:12px;
  height:1px;
  background:rgba(212,175,55,.34);
}


/* v1.15.6 coupon visual polish: inline odds + cleaner BetBuilder timeline */
.cdd-regular-pick-line{
  display:flex;
  flex-wrap:wrap;
  align-items:baseline;
  gap:6px;
  margin:4px 0 0 !important;
  color:#cfd7e6;
}

.cdd-regular-pick-line span{
  color:#cfd7e6;
}

.cdd-regular-pick-line em{
  font-style:normal;
  color:#aeb8c6;
  font-weight:700;
}

.cdd-betbuilder-list{
  margin-left:2px;
  padding-left:20px;
}

.cdd-betbuilder-list::before{
  left:6px;
  top:11px;
  bottom:11px;
  background:rgba(212,175,55,.28);
}

.cdd-betbuilder-list__item{
  padding:5px 0;
}

.cdd-betbuilder-list__item::before{
  left:-18px;
  top:.92em;
  width:8px;
  height:8px;
  background:#d4af37;
  box-shadow:0 0 0 4px rgba(212,175,55,.10);
}

.cdd-betbuilder-list__item::after{
  display:none !important;
}


/* v1.15.7 BetBuilder description line */
.cdd-pick-line--betbuilder{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:8px;
}

.cdd-pick-line--betbuilder strong{
  margin-right:2px;
}

.cdd-betbuilder-desc-pill{
  border-color:rgba(212,175,55,.34) !important;
  background:rgba(212,175,55,.10) !important;
  color:#f1d777 !important;
  font-weight:800;
}


/* v1.15.8 BetBuilder settlement */
.cdd-betbuilder-part-row select{
  width:150px;
  min-width:150px;
}

.cdd-betbuilder-list__item{
  display:flex;
  align-items:center;
  gap:9px;
}

.cdd-betbuilder-list__icon{
  position:relative;
  z-index:2;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:18px;
  height:18px;
  margin-left:-27px;
  border-radius:999px;
  font-size:11px;
  font-weight:900;
  line-height:1;
  color:#10131b;
  background:#9aa4b2;
  box-shadow:0 0 0 4px rgba(154,164,178,.10);
}

.cdd-betbuilder-list__item::before{
  display:none !important;
}

.cdd-betbuilder-list__item.status-wygrany .cdd-betbuilder-list__icon{
  background:#22c55e;
  color:#07140b;
  box-shadow:0 0 0 4px rgba(34,197,94,.12);
}

.cdd-betbuilder-list__item.status-przegrany .cdd-betbuilder-list__icon{
  background:#ef4444;
  color:#fff;
  box-shadow:0 0 0 4px rgba(239,68,68,.12);
}

.cdd-betbuilder-list__item.status-oczekuje .cdd-betbuilder-list__icon{
  background:#d4af37;
  color:#111;
  box-shadow:0 0 0 4px rgba(212,175,55,.12);
}

.cdd-betbuilder-list__item.status-zwrot .cdd-betbuilder-list__icon,
.cdd-betbuilder-list__item.status-anulowany .cdd-betbuilder-list__icon{
  background:#94a3b8;
  color:#111827;
  box-shadow:0 0 0 4px rgba(148,163,184,.12);
}


/* v1.9.0 BetBuilder parts: smaller settlement dots, no symbols */
.cdd-betbuilder-list{
  margin-left:0;
  padding-left:22px;
}

.cdd-betbuilder-list::before{
  left:7px;
  top:10px;
  bottom:10px;
  width:2px;
  border-radius:999px;
  background:rgba(148,163,184,.24);
}

.cdd-betbuilder-list__item{
  display:flex;
  align-items:center;
  gap:8px;
  padding:4px 0;
}

.cdd-betbuilder-list__icon{
  position:relative;
  z-index:2;
  display:inline-block;
  flex:0 0 auto;
  width:8px;
  height:8px;
  min-width:8px;
  min-height:8px;
  margin-left:-19px;
  border-radius:999px;
  font-size:0 !important;
  line-height:0 !important;
  color:transparent !important;
  background:#9aa4b2;
  box-shadow:0 0 0 3px rgba(154,164,178,.11);
}

.cdd-betbuilder-list__item::before,
.cdd-betbuilder-list__item::after{
  display:none !important;
}

.cdd-betbuilder-list__item.status-wygrany .cdd-betbuilder-list__icon{
  background:#22c55e;
  box-shadow:0 0 0 3px rgba(34,197,94,.13);
}

.cdd-betbuilder-list__item.status-przegrany .cdd-betbuilder-list__icon{
  background:#ef4444;
  box-shadow:0 0 0 3px rgba(239,68,68,.13);
}

.cdd-betbuilder-list__item.status-oczekuje .cdd-betbuilder-list__icon{
  background:#d4af37;
  box-shadow:0 0 0 3px rgba(212,175,55,.13);
}

.cdd-betbuilder-list__item.status-zwrot .cdd-betbuilder-list__icon,
.cdd-betbuilder-list__item.status-anulowany .cdd-betbuilder-list__icon{
  background:#94a3b8;
  box-shadow:0 0 0 3px rgba(148,163,184,.13);
}

@media (max-width: 640px){
  .cdd-betbuilder-list{
    padding-left:20px;
  }

  .cdd-betbuilder-list__icon{
    width:7px;
    height:7px;
    min-width:7px;
    min-height:7px;
    margin-left:-17px;
  }

  .cdd-betbuilder-list::before{
    left:6px;
  }
}

/* v1.41.0 website app promotion */
.site-nav .menu-item-app-download a,
.site-nav .nav-app-download{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:10px 14px;
  border:1px solid rgba(185,245,0,.36);
  border-radius:999px;
  color:#e9f5ff;
  background:rgba(185,245,0,.08);
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.03);
}

.site-nav .menu-item-app-download a::before,
.site-nav .nav-app-download::before{
  content:"";
  width:8px;
  height:8px;
  border-radius:999px;
  background:#b9f500;
  box-shadow:0 0 12px rgba(185,245,0,.72);
}

.site-nav .menu-item-app-download a:hover,
.site-nav .nav-app-download:hover{
  color:#101500;
  background:#b9f500;
  border-color:#b9f500;
}

.site-nav .menu-item-app-download a:hover::before,
.site-nav .nav-app-download:hover::before{
  background:#101500;
  box-shadow:none;
}

.cdd-app-topbar{
  position:relative;
  z-index:20;
  border-top:1px solid rgba(255,255,255,.06);
  border-bottom:1px solid rgba(185,245,0,.2);
  background:linear-gradient(90deg,rgba(8,12,19,.96),rgba(17,25,37,.98));
  color:#f5f7fb;
}

.cdd-app-topbar[hidden]{
  display:none;
}

.cdd-app-topbar__inner{
  display:flex;
  align-items:center;
  gap:14px;
  min-height:58px;
  padding-top:8px;
  padding-bottom:8px;
}

.cdd-app-topbar__content{
  display:flex;
  align-items:center;
  min-width:0;
  gap:12px;
  color:inherit;
  text-decoration:none;
}

.cdd-app-topbar__content strong{
  display:block;
  margin-bottom:2px;
  color:#fff;
  font-size:14px;
  letter-spacing:0;
}

.cdd-app-topbar__content em{
  display:block;
  color:#aeb8c8;
  font-size:12px;
  font-style:normal;
  line-height:1.35;
}

.cdd-app-topbar__icon{
  display:grid;
  place-items:center;
  flex:0 0 34px;
  width:34px;
  height:34px;
  border-radius:10px;
  color:#101500;
  background:#b9f500;
  font-size:11px;
  font-weight:900;
  letter-spacing:-.02em;
  box-shadow:0 8px 26px rgba(185,245,0,.22);
}

.cdd-app-topbar__button{
  margin-left:auto;
  padding:9px 14px;
  border-radius:999px;
  background:#b9f500;
  color:#101500;
  font-size:13px;
  font-weight:850;
  text-decoration:none;
  white-space:nowrap;
}

.cdd-app-topbar__close{
  display:grid;
  place-items:center;
  flex:0 0 34px;
  width:34px;
  height:34px;
  border:1px solid rgba(255,255,255,.1);
  border-radius:999px;
  color:#c8d0dd;
  background:rgba(255,255,255,.04);
  font-size:21px;
  line-height:1;
  cursor:pointer;
}

.cdd-home-app-promo{
  position:relative;
  padding-top:34px;
  padding-bottom:42px;
  background:
    radial-gradient(circle at 75% 20%,rgba(185,245,0,.12),transparent 30%),
    linear-gradient(180deg,#080d15 0%,#0a0f18 100%);
}

.cdd-home-app-card{
  display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(280px,.95fr);
  gap:28px;
  align-items:center;
  overflow:hidden;
  padding:28px;
  border:1px solid rgba(185,245,0,.18);
  border-radius:14px;
  background:linear-gradient(135deg,rgba(255,255,255,.055),rgba(255,255,255,.02));
  box-shadow:0 20px 54px rgba(0,0,0,.22), inset 0 1px 0 rgba(255,255,255,.05);
}

.cdd-home-app-logo{
  display:block;
  width:min(360px,100%);
  height:auto;
  margin:10px 0 18px;
}

.cdd-home-app-copy h2{
  max-width:620px;
  margin:0 0 10px;
  color:#f7f9fd;
  font-size:clamp(28px,4vw,46px);
  line-height:1.05;
  letter-spacing:0;
}

.cdd-home-app-copy p{
  max-width:620px;
  margin:0;
  color:#b6c0cf;
  font-size:16px;
  line-height:1.7;
}

.cdd-home-app-actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:22px;
}

.cdd-google-play-badge{
  display:inline-flex;
  align-items:center;
  min-height:50px;
  border-radius:10px;
  transition:transform .18s ease,filter .18s ease;
}

.cdd-google-play-badge:hover,
.cdd-google-play-badge:focus-visible{
  transform:translateY(-2px);
  filter:brightness(1.08);
}

.cdd-google-play-badge img{
  display:block;
  width:auto;
  height:58px;
  max-width:100%;
}

.cdd-home-app-gallery{
  display:flex;
  gap:14px;
  min-width:0;
  overflow-x:auto;
  overscroll-behavior-inline:contain;
  scroll-snap-type:x mandatory;
  scrollbar-width:thin;
  scrollbar-color:rgba(185,245,0,.5) rgba(255,255,255,.05);
  padding:8px 4px 14px;
}

.cdd-home-app-gallery__item{
  flex:0 0 clamp(176px,19vw,230px);
  scroll-snap-align:start;
  overflow:hidden;
  border:1px solid rgba(185,245,0,.17);
  border-radius:20px;
  background:#070b12;
  box-shadow:0 20px 42px rgba(0,0,0,.3);
  transition:transform .18s ease,border-color .18s ease;
}

.cdd-home-app-gallery__item:hover,
.cdd-home-app-gallery__item:focus-visible{
  transform:translateY(-4px);
  border-color:rgba(185,245,0,.48);
}

.cdd-home-app-gallery__item img{
  display:block;
  width:100%;
  height:auto;
  aspect-ratio:9/16;
  object-fit:cover;
}

.btn-app-hero{
  border-color:rgba(185,245,0,.45);
  color:#efffd1;
}

@media (max-width: 820px){
  .cdd-app-topbar__inner{
    gap:10px;
  }

  .cdd-app-topbar__content em{
    display:none;
  }

  .cdd-home-app-card{
    grid-template-columns:1fr;
    padding:22px;
  }

  .cdd-home-app-gallery{
    grid-column:1/-1;
  }
}

@media (max-width: 560px){
  .site-nav .menu-item-app-download a,
  .site-nav .nav-app-download{
    padding:8px 11px;
  }

  .cdd-app-topbar__inner{
    min-height:54px;
  }

  .cdd-app-topbar__content strong{
    font-size:13px;
  }

  .cdd-app-topbar__button{
    display:none;
  }

  .cdd-home-app-promo{
    padding-top:24px;
    padding-bottom:30px;
  }

  .cdd-home-app-card{
    padding:18px;
    border-radius:10px;
  }

  .cdd-home-app-logo{
    width:min(300px,100%);
  }

  .cdd-home-app-actions .btn{
    width:100%;
    justify-content:center;
  }

  .cdd-google-play-badge{
    width:100%;
    justify-content:center;
  }

  .cdd-home-app-gallery__item{
    flex-basis:72vw;
    max-width:260px;
  }
}

/* v1.43.0 refreshed website colors and app-aware copy */
body{
  background:
    radial-gradient(circle at 15% 0%,rgba(182,255,0,.075),transparent 34%),
    linear-gradient(180deg,#070b12 0%,#0a0f18 48%,#080c13 100%);
}

.brand span,
.kicker,
.hero-package-label{
  color:#b6ff00;
}

.btn-primary{
  background:linear-gradient(135deg,#b6ff00,#d8ff63);
  color:#071018;
  border:none;
  box-shadow:0 12px 28px rgba(182,255,0,.16);
}

.btn-primary:hover{
  box-shadow:0 16px 34px rgba(182,255,0,.22);
}

.btn-secondary{
  border-color:rgba(182,255,0,.22);
  background:rgba(182,255,0,.055);
  color:#efffd1;
}

.btn-secondary:hover{
  border-color:rgba(182,255,0,.38);
  background:rgba(182,255,0,.09);
}

.badge{
  background:rgba(182,255,0,.10);
  border-color:rgba(182,255,0,.22);
  color:#d8ff63;
}

.site-header{
  background:linear-gradient(180deg,rgba(7,11,18,.88),rgba(7,11,18,.70));
  border-bottom-color:rgba(182,255,0,.10);
}

.brand span{
  text-shadow:0 0 18px rgba(182,255,0,.18);
}

.section-alt{
  background:rgba(255,255,255,.018);
  border-top-color:rgba(255,255,255,.055);
  border-bottom-color:rgba(255,255,255,.055);
}

.hero-home--wow{
  background:
    radial-gradient(circle at 76% 16%,rgba(182,255,0,.13),transparent 30%),
    radial-gradient(circle at 22% 78%,rgba(77,162,255,.08),transparent 32%);
}

.hero-wow-kicker{
  background:rgba(182,255,0,.08);
  border-color:rgba(182,255,0,.18);
  color:#d8ff63;
}

.hero-wow-copy h1{
  max-width:13ch;
  letter-spacing:-.04em;
}

.hero-wow-lead{
  color:#b6bfcd;
}

.hero-wow-point,
.why-card,
.free-strip--refined,
.premium-flow-item,
.hero-package-card,
.social-follow-box,
.contact-panel{
  background:linear-gradient(180deg,rgba(255,255,255,.04),rgba(255,255,255,.018));
  border-color:rgba(255,255,255,.075);
  box-shadow:0 18px 44px rgba(0,0,0,.16);
}

.hero-wow-point{
  border-left:3px solid rgba(182,255,0,.42);
}

.hero-wow-point strong,
.why-card h3,
.premium-flow-item strong{
  color:#f3f7fb;
}

.hero-dashboard-block,
.hero-ticket-card,
.hero-report-chart-shell,
.hero-ticket-row{
  border-color:rgba(255,255,255,.075);
  background:#101722;
}

.hero-dashboard-label,
.hero-report-y-label,
.hero-package-meta,
.hero-package-list,
.free-strip p,
.why-card p,
.premium-flow-item p{
  color:#aeb8c8;
}

.hero-dashboard-balance.is-positive,
.hero-report-dot,
.hero-ticket-side strong,
.big-value,
.hero-package-card.is-featured .hero-package-price{
  color:#b6ff00;
}

.hero-report-dot{
  fill:#b6ff00;
}

.hero-report-zero-line{
  stroke:rgba(182,255,0,.24);
}

.hero-report-grid-line{
  stroke:rgba(255,255,255,.07);
}

.hero-welcome-card__label,
.hero-welcome-card strong{
  color:#d8ff63;
}

.hero-welcome-glow{
  background:radial-gradient(circle,rgba(182,255,0,.18),transparent 58%);
}

.cdd-access-compare{
  padding-top:46px;
  padding-bottom:46px;
  background:
    radial-gradient(circle at 78% 22%,rgba(182,255,0,.085),transparent 28%),
    linear-gradient(180deg,#080d15 0%,#0b111b 100%);
}

.cdd-access-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
}

.cdd-access-card{
  padding:22px;
  border:1px solid rgba(255,255,255,.08);
  border-radius:14px;
  background:linear-gradient(180deg,rgba(255,255,255,.042),rgba(255,255,255,.018));
  box-shadow:0 18px 42px rgba(0,0,0,.18);
}

.cdd-access-card--premium{
  border-color:rgba(182,255,0,.28);
  background:linear-gradient(180deg,rgba(182,255,0,.085),rgba(255,255,255,.018));
}

.cdd-access-kicker{
  display:inline-flex;
  margin-bottom:12px;
  padding:6px 10px;
  border-radius:999px;
  border:1px solid rgba(182,255,0,.20);
  background:rgba(182,255,0,.075);
  color:#d8ff63;
  font-size:11px;
  font-weight:850;
  text-transform:uppercase;
  letter-spacing:.08em;
}

.cdd-access-card h3{
  margin:0 0 14px;
  color:#f5f8fc;
  font-size:24px;
  line-height:1.15;
}

.cdd-access-card ul{
  display:grid;
  gap:9px;
  margin:0;
  padding:0;
  list-style:none;
  color:#b6bfcd;
}

.cdd-access-card li{
  position:relative;
  padding-left:20px;
  line-height:1.45;
}

.cdd-access-card li::before{
  content:"";
  position:absolute;
  left:0;
  top:.58em;
  width:8px;
  height:8px;
  border-radius:999px;
  background:#b6ff00;
  box-shadow:0 0 0 4px rgba(182,255,0,.08);
}

.premium-flow-box{
  border-color:rgba(255,255,255,.07);
}

.premium-flow-item span{
  background:#b6ff00;
  color:#071018;
  box-shadow:0 0 0 5px rgba(182,255,0,.10);
}

.hero-package-card{
  border-radius:14px;
}

.hero-package-card.is-featured{
  border-color:rgba(182,255,0,.36);
  background:linear-gradient(180deg,rgba(182,255,0,.10),rgba(10,14,21,.92));
  box-shadow:0 18px 46px rgba(0,0,0,.30),0 0 0 1px rgba(182,255,0,.08);
}

.hero-package-card.is-featured:hover{
  box-shadow:0 24px 58px rgba(0,0,0,.34),0 0 0 1px rgba(182,255,0,.14);
}

.free-strip--refined{
  border-color:rgba(182,255,0,.16);
  background:
    radial-gradient(circle at 12% 0%,rgba(182,255,0,.10),transparent 32%),
    linear-gradient(135deg,rgba(255,255,255,.045),rgba(255,255,255,.018));
}

.free-strip h3{
  color:#f5f8fc;
}

.free-strip-subnote{
  color:#b6bfcd;
}

.cdd-home-app-promo{
  border-top:1px solid rgba(182,255,0,.09);
  border-bottom:1px solid rgba(182,255,0,.09);
}

.cdd-home-app-card{
  border-color:rgba(182,255,0,.22);
  background:
    radial-gradient(circle at 83% 6%,rgba(182,255,0,.12),transparent 30%),
    linear-gradient(135deg,rgba(255,255,255,.055),rgba(255,255,255,.02));
}

.cdd-home-app-copy h2{
  max-width:720px;
}

.cdd-home-app-copy p{
  color:#b6bfcd;
}

.social-follow-section{
  padding-top:44px;
}

.social-follow-box{
  border-color:rgba(182,255,0,.15);
}

.site-nav .menu-item-premium-zone a,
.site-nav .nav-premium-zone{
  border-color:rgba(182,255,0,.32);
  background:rgba(182,255,0,.08);
  color:#d8ff63;
}

.site-nav .menu-item-premium-zone a:hover,
.site-nav .nav-premium-zone:hover{
  background:#b6ff00;
  color:#071018;
}

.cdd-access-premium,
.meta-pill--premium{
  background:rgba(182,255,0,.10);
  border-color:rgba(182,255,0,.24);
  color:#d8ff63;
}

.cdd-access-darmowy,
.meta-pill--free{
  background:rgba(77,162,255,.10);
  border-color:rgba(77,162,255,.22);
  color:#b8d9ff;
}

.cdd-process-section{
  padding-top:42px;
  padding-bottom:42px;
}

.cdd-process-strip{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:10px;
}

.cdd-process-strip div{
  position:relative;
  min-height:86px;
  padding:16px;
  border:1px solid rgba(255,255,255,.075);
  border-radius:12px;
  background:linear-gradient(180deg,rgba(255,255,255,.04),rgba(255,255,255,.018));
}

.cdd-process-strip span{
  display:grid;
  place-items:center;
  width:26px;
  height:26px;
  margin-bottom:10px;
  border-radius:999px;
  background:#b6ff00;
  color:#071018;
  font-size:12px;
  font-weight:900;
}

.cdd-process-strip strong{
  display:block;
  color:#f3f7fb;
  font-size:15px;
  line-height:1.25;
}

.cdd-latest-feed{
  grid-template-columns:repeat(3,minmax(0,1fr));
}

.cdd-latest-card{
  display:flex;
  flex-direction:column;
  min-height:100%;
  gap:14px;
  padding:18px;
  border-radius:14px;
  background:linear-gradient(180deg,#111722,#0c111a);
  border-color:rgba(255,255,255,.085);
}

.cdd-latest-card__top{
  margin:0;
}

.cdd-latest-card__meta{
  gap:7px;
}

.cdd-latest-card__meta .meta-pill{
  font-size:10px;
  padding:6px 8px;
}

.cdd-latest-card__title{
  display:grid;
  gap:5px;
}

.cdd-latest-card__title h3{
  margin:0;
  color:#f3f7fb;
  font-size:19px;
  line-height:1.17;
}

.cdd-latest-card__title span{
  color:#8f99aa;
  font-size:12px;
  font-weight:800;
}

.cdd-latest-card__preview{
  margin-top:auto;
  padding:13px;
  border:1px solid rgba(255,255,255,.075);
  border-radius:12px;
  background:#0c1119;
}

.cdd-latest-card__preview.status-wygrany{
  border-color:rgba(34,197,94,.20);
}

.cdd-latest-card__preview.status-przegrany{
  border-color:rgba(239,68,68,.20);
}

.cdd-latest-card__preview-head{
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  gap:10px;
}

.cdd-latest-card__preview-head strong{
  color:#f3f7fb;
  font-size:14px;
  line-height:1.25;
}

.cdd-latest-card__preview-head span{
  flex:0 0 auto;
  color:#aeb8c8;
  font-size:10px;
  font-weight:900;
  text-transform:uppercase;
}

.cdd-latest-card__preview-badges{
  display:flex;
  flex:0 0 auto;
  flex-wrap:wrap;
  justify-content:flex-end;
  gap:6px;
  max-width:44%;
}

.cdd-latest-card__preview-badges span{
  display:inline-flex;
  align-items:center;
  min-height:22px;
  padding:4px 7px;
  border:1px solid rgba(255,255,255,.08);
  border-radius:999px;
  background:rgba(255,255,255,.035);
  line-height:1;
}

.cdd-latest-card__preview-badges .cdd-latest-card__more{
  color:#dbe4f0 !important;
  border-color:rgba(212,255,0,.20);
  background:rgba(212,255,0,.08);
}

.cdd-latest-card__preview.status-wygrany .cdd-latest-card__preview-head span{color:#91f0b9}
.cdd-latest-card__preview.status-przegrany .cdd-latest-card__preview-head span{color:#ffaaa9}

.cdd-latest-card__preview p{
  margin:6px 0 0;
  color:#b8c2d2;
  font-size:13px;
  line-height:1.38;
}

.cdd-latest-card__preview em{
  color:#f3f7fb;
  font-style:italic;
  font-weight:900;
}

.cdd-latest-card__bb-list{
  position:relative;
  display:grid;
  gap:6px;
  margin-top:9px;
  padding-left:18px;
}

.cdd-latest-card__bb-list::before{
  content:"";
  position:absolute;
  left:5px;
  top:8px;
  bottom:8px;
  width:2px;
  border-radius:999px;
  background:rgba(148,163,184,.24);
}

.cdd-latest-card__bb-part{
  position:relative;
  display:flex;
  align-items:flex-start;
  gap:8px;
  color:#b8c2d2;
  font-size:12px;
  line-height:1.35;
}

.cdd-latest-card__bb-part i{
  position:relative;
  z-index:2;
  flex:0 0 auto;
  width:8px;
  height:8px;
  margin-top:4px;
  margin-left:-17px;
  border-radius:999px;
  background:#94a3b8;
  box-shadow:0 0 0 3px rgba(148,163,184,.12);
}

.cdd-latest-card__bb-part.status-wygrany i{background:#22c55e;box-shadow:0 0 0 3px rgba(34,197,94,.13)}
.cdd-latest-card__bb-part.status-przegrany i{background:#ef4444;box-shadow:0 0 0 3px rgba(239,68,68,.13)}

.cdd-latest-card__footer{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:12px;
  padding-top:2px;
}

.cdd-latest-card__footer > span{
  color:#8f99aa;
  font-size:12px;
  font-weight:800;
}

.cdd-latest-card__footer .analysis-card-link{
  position:relative;
  z-index:3;
}

.cdd-archive-card-preview{
  display:flex;
  flex-direction:column;
  gap:14px;
  min-height:100%;
  padding:18px;
  border-radius:14px;
  background:linear-gradient(180deg,#111722,#0c111a);
  border-color:rgba(255,255,255,.085);
}

.cdd-archive-card-preview__title{
  display:grid;
  gap:5px;
}

.cdd-archive-card-preview__title h3{
  margin:0;
  font-size:19px;
  line-height:1.17;
}

.cdd-archive-card-preview__title > span{
  color:#8f99aa;
  font-size:12px;
  font-weight:800;
}

.cdd-home-stats-grid{
  gap:14px;
}

.cdd-home-stat-card{
  position:relative;
  overflow:hidden;
  isolation:isolate;
  min-height:148px;
  padding:18px;
  border-radius:14px;
  background:linear-gradient(180deg,#111722,#0c111a);
  border-color:rgba(255,255,255,.085);
  box-shadow:0 18px 44px rgba(0,0,0,.18);
}

.cdd-home-stat-card::before{
  content:"";
  position:absolute;
  inset:0 auto 0 0;
  width:4px;
  background:#d4ff00;
  opacity:.86;
}

.cdd-home-stat-card::after{
  content:"";
  position:absolute;
  right:-28px;
  top:-34px;
  width:118px;
  height:118px;
  border-radius:999px;
  background:radial-gradient(circle, rgba(212,255,0,.13), rgba(212,255,0,0) 68%);
  pointer-events:none;
  z-index:0;
}

.cdd-home-stat-card--rate::before{background:#22c55e}
.cdd-home-stat-card--odds::before{background:#60a5fa}
.cdd-home-stat-card--settled::before{background:#a3e635}
.cdd-home-stat-card--balance::before{background:#d4ff00}

.cdd-home-stat-card__top{
  position:relative;
  z-index:1;
  display:flex;
  justify-content:flex-start;
  align-items:center;
  gap:10px;
  margin-bottom:16px;
}

.cdd-home-stat-card__top span{
  color:#9aa5b8;
  font-size:11px;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.cdd-home-stat-card .stat-value{
  position:relative;
  z-index:1;
  color:#f4f7fb;
  font-size:31px;
  font-weight:950;
  letter-spacing:0;
}

.cdd-home-stat-card .stat-note{
  position:relative;
  z-index:1;
  max-width:220px;
  color:#8f99aa;
  font-size:12px;
  line-height:1.35;
}

.cdd-home-stat-card--balance .stat-value{
  color:#d8ff63;
}

.cdd-settled-preview-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:16px;
}

.cdd-settled-ticket{
  position:relative;
  overflow:hidden;
  padding:18px;
  border:1px solid rgba(255,255,255,.085);
  border-radius:14px;
  background:linear-gradient(180deg,#111722,#0c111a);
  box-shadow:0 18px 44px rgba(0,0,0,.20);
  transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease;
}

.cdd-settled-ticket::before{
  content:"";
  position:absolute;
  inset:0 auto 0 0;
  width:3px;
  background:#94a3b8;
}

.cdd-settled-ticket.status-wygrany::before{background:#22c55e}
.cdd-settled-ticket.status-przegrany::before{background:#ef4444}
.cdd-settled-ticket.status-zwrot::before,
.cdd-settled-ticket.status-anulowany::before{background:#94a3b8}

.cdd-settled-ticket:hover{
  transform:translateY(-2px);
  border-color:rgba(182,255,0,.24);
  box-shadow:0 24px 58px rgba(0,0,0,.26);
}

.cdd-settled-ticket__link{
  position:absolute;
  inset:0;
  z-index:1;
}

.cdd-settled-ticket > *:not(.cdd-settled-ticket__link){
  position:relative;
  z-index:2;
}

.cdd-settled-ticket__head{
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  gap:14px;
  margin-bottom:12px;
}

.cdd-settled-ticket__date{
  display:block;
  margin-bottom:3px;
  color:#7f899c;
  font-size:11px;
  font-weight:850;
  text-transform:uppercase;
}

.cdd-settled-ticket h3{
  margin:0;
  color:#f3f7fb;
  font-size:18px;
  line-height:1.2;
}

.cdd-settled-ticket__status{
  display:inline-flex;
  align-items:center;
  gap:7px;
  flex:0 0 auto;
  padding:7px 10px;
  border:1px solid rgba(255,255,255,.09);
  border-radius:999px;
  color:#cbd3df;
  background:rgba(255,255,255,.04);
  font-size:12px;
  font-weight:900;
}

.cdd-settled-ticket__status span{
  display:grid;
  place-items:center;
  width:18px;
  height:18px;
  border-radius:999px;
  background:#374151;
  color:#fff;
  font-size:11px;
}

.cdd-settled-ticket__status.status-wygrany{
  border-color:rgba(34,197,94,.28);
  background:rgba(34,197,94,.10);
  color:#91f0b9;
}

.cdd-settled-ticket__status.status-wygrany span{background:#22c55e;color:#07140b}

.cdd-settled-ticket__status.status-przegrany{
  border-color:rgba(239,68,68,.28);
  background:rgba(239,68,68,.10);
  color:#ffaaa9;
}

.cdd-settled-ticket__status.status-przegrany span{background:#ef4444;color:#fff}

.cdd-settled-ticket__meta{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-bottom:14px;
}

.cdd-settled-ticket__meta span{
  display:inline-flex;
  align-items:center;
  gap:7px;
  min-height:28px;
  padding:6px 10px;
  border:1px solid rgba(255,255,255,.085);
  border-radius:999px;
  color:#cbd3df;
  background:rgba(255,255,255,.035);
  font-size:12px;
  font-weight:850;
}

.cdd-settled-ticket__bookmaker img{
  width:18px;
  height:18px;
  object-fit:contain;
  border-radius:999px;
}

.cdd-settled-ticket__legs{
  overflow:hidden;
  border:1px solid rgba(255,255,255,.075);
  border-radius:12px;
  background:#0c1119;
}

.cdd-settled-leg{
  display:grid;
  grid-template-columns:28px minmax(0,1fr);
  gap:10px;
  padding:14px;
  border-bottom:1px solid rgba(255,255,255,.065);
}

.cdd-settled-leg:last-child{
  border-bottom:0;
}

.cdd-settled-leg__icon{
  display:grid;
  place-items:center;
  width:24px;
  height:24px;
  border-radius:999px;
  background:#374151;
  color:#fff;
  font-size:13px;
  font-weight:900;
}

.cdd-settled-leg.status-wygrany .cdd-settled-leg__icon{background:#22c55e;color:#07140b}
.cdd-settled-leg.status-przegrany .cdd-settled-leg__icon{background:#ef4444;color:#fff}

.cdd-settled-leg__main strong{
  display:block;
  color:#f3f7fb;
  font-size:15px;
  line-height:1.25;
}

.cdd-settled-bb-title,
.cdd-settled-pick-line{
  margin:4px 0 0;
  color:#c5ccd9;
  font-size:13px;
  line-height:1.35;
}

.cdd-settled-bb-title span{
  color:#f3f7fb;
  font-weight:900;
  font-style:italic;
  letter-spacing:.03em;
}

.cdd-settled-bb-title em,
.cdd-settled-pick-line em{
  color:#c5ccd9;
  font-style:normal;
  font-weight:800;
}

.cdd-settled-pick-line span{
  color:#cbd3df;
}

.cdd-settled-bb-list{
  position:relative;
  display:grid;
  gap:7px;
  margin-top:11px;
  padding-left:18px;
}

.cdd-settled-bb-list::before{
  content:"";
  position:absolute;
  left:5px;
  top:8px;
  bottom:8px;
  width:2px;
  border-radius:999px;
  background:rgba(148,163,184,.24);
}

.cdd-settled-bb-part{
  position:relative;
  display:flex;
  align-items:flex-start;
  gap:8px;
  color:#b8c2d2;
  font-size:13px;
  line-height:1.35;
}

.cdd-settled-bb-part i{
  position:relative;
  z-index:2;
  flex:0 0 auto;
  width:8px;
  height:8px;
  margin-top:5px;
  margin-left:-17px;
  border-radius:999px;
  background:#94a3b8;
  box-shadow:0 0 0 3px rgba(148,163,184,.12);
}

.cdd-settled-bb-part.status-wygrany i{background:#22c55e;box-shadow:0 0 0 3px rgba(34,197,94,.13)}
.cdd-settled-bb-part.status-przegrany i{background:#ef4444;box-shadow:0 0 0 3px rgba(239,68,68,.13)}

.cdd-settled-ticket__summary{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
  margin-top:14px;
  padding-top:12px;
  border-top:1px dashed rgba(255,255,255,.14);
}

.cdd-settled-ticket__summary span{
  display:block;
  margin-bottom:3px;
  color:#7f899c;
  font-size:10px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.08em;
}

.cdd-settled-ticket__summary strong{
  color:#f3f7fb;
  font-size:18px;
  line-height:1;
}

.cdd-settled-ticket__summary strong.is-positive{color:#d8ff63}
.cdd-settled-ticket__summary strong.is-negative{color:#ff8e96}

.cdd-settled-empty{
  grid-column:1/-1;
  padding:22px;
  border:1px solid rgba(255,255,255,.08);
  border-radius:12px;
  color:#aeb8c8;
  background:rgba(255,255,255,.03);
  text-align:center;
}

.cdd-settled-actions{
  display:flex;
  justify-content:center;
  margin-top:22px;
}

@media (max-width:980px){
  .cdd-access-grid{
    grid-template-columns:1fr;
  }

  .cdd-settled-preview-grid,
  .cdd-process-strip,
  .cdd-latest-feed,
  .cdd-home-stats-grid{
    grid-template-columns:1fr;
  }
}

@media (max-width:760px){
  .hero-wow-copy h1{
    max-width:13ch;
  }

  .cdd-access-compare{
    padding-top:30px;
    padding-bottom:30px;
  }

  .cdd-access-card{
    padding:18px;
    border-radius:10px;
  }

  .cdd-settled-ticket{
    padding:14px;
    border-radius:12px;
  }

  .cdd-settled-ticket__head{
    display:grid;
    gap:10px;
  }

  .cdd-settled-ticket__status{
    justify-self:start;
  }

  .cdd-settled-ticket__summary{
    grid-template-columns:1fr 1fr 1fr;
    gap:8px;
  }

  .cdd-settled-ticket__summary strong{
    font-size:15px;
  }

  .cdd-latest-card__preview-head{
    display:grid;
  }

  .cdd-latest-card__preview-badges{
    max-width:none;
    justify-content:flex-start;
  }

  .cdd-home-stat-card{
    min-height:126px;
  }
}

/* v1.49.2 homepage polish: calmer copy scale and cleaner stats cards */
.hero-wow-copy h1{
  max-width:15ch;
  font-size:clamp(42px,5.2vw,74px);
  line-height:.94;
  letter-spacing:0;
}

.cdd-home-app-copy h2{
  max-width:620px;
  font-size:clamp(28px,3.1vw,44px);
  line-height:1.04;
  letter-spacing:0;
}

.premium-flow-item{
  display:grid;
  grid-template-columns:38px minmax(0,1fr);
  column-gap:12px;
  align-items:start;
}

.premium-flow-item span{
  grid-row:1 / span 2;
  margin:0;
}

.premium-flow-item strong{
  margin:2px 0 7px;
}

.premium-flow-item p{
  grid-column:2;
}

.cdd-process-strip div{
  display:grid;
  grid-template-columns:34px minmax(0,1fr);
  align-items:center;
  column-gap:11px;
  min-height:74px;
}

.cdd-process-strip span{
  margin:0;
}

.cdd-process-strip strong{
  align-self:center;
}

.stats-range-note{
  margin:10px auto 0;
  max-width:620px;
  color:#8f99aa;
  font-size:13px;
  line-height:1.45;
  font-style:italic;
}

@media (max-width:760px){
  .hero-wow-copy h1{
    max-width:14ch;
    font-size:clamp(36px,11vw,48px);
  }

  .cdd-home-app-copy h2{
    font-size:clamp(26px,8vw,34px);
  }

  .premium-flow-item,
  .cdd-process-strip div{
    grid-template-columns:32px minmax(0,1fr);
  }
}

/* v1.49.3 hero visual: hide rear report card that protruded above the balance panel */
.hero-welcome-card--report{
  display:none;
}

/* v1.65.83 homepage alignment, clearer Premium CTA and analyst ROI ranking */
@media (min-width:1101px){
  .hero-wow-grid{
    align-items:start;
  }

  .hero-wow-visual{
    min-height:0;
    align-items:flex-start;
    padding-top:0;
  }
}

.hero-wow-copy h1{
  max-width:16ch;
  font-size:clamp(40px,4.45vw,64px);
  line-height:.98;
  letter-spacing:-.02em;
}

.btn-premium-hero{
  border-color:rgba(182,255,0,.28);
  background:rgba(182,255,0,.065);
  color:#efffd1;
}

.btn-premium-hero:hover{
  border-color:rgba(182,255,0,.48);
  background:rgba(182,255,0,.11);
}

.cdd-premium-team-intro{
  max-width:720px;
  margin:-5px 0 18px;
  color:#929db0;
  font-size:14px;
  line-height:1.55;
}

.cdd-premium-team-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
}

.cdd-premium-team-card{
  display:block;
  padding:17px;
  border:1px solid rgba(255,255,255,.075);
  border-radius:20px;
  background:rgba(8,12,19,.42);
  box-shadow:0 14px 30px rgba(0,0,0,.12);
  transition:transform .16s ease,border-color .16s ease,background .16s ease;
}

.cdd-premium-team-card:hover,
.cdd-premium-team-card.is-selected{
  transform:translateY(-1px);
  border-color:rgba(182,255,0,.28);
  background:rgba(182,255,0,.035);
}

.cdd-premium-team-card__identity{
  display:flex;
  align-items:center;
  gap:11px;
}

.cdd-premium-team-card__identity img,
.cdd-premium-team-card__avatar{
  width:52px;
  height:52px;
  flex:0 0 52px;
  border-radius:17px;
  object-fit:cover;
}

.cdd-premium-team-card__avatar{
  display:grid;
  place-items:center;
  border:1px solid rgba(182,255,0,.22);
  background:rgba(182,255,0,.07);
  color:var(--analyst-color);
  font-size:23px;
  font-weight:900;
}

.cdd-premium-team-card__identity div{
  min-width:0;
  flex:1;
}

.cdd-premium-team-card__identity small{
  display:block;
  color:#8f9ab0;
  font-size:9px;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.cdd-premium-team-card__identity strong{
  display:block;
  margin-top:3px;
  overflow:hidden;
  color:#f3f6fb;
  font-size:21px;
  line-height:1.14;
  text-overflow:ellipsis;
  white-space:nowrap;
}

.cdd-premium-team-card__identity em{
  min-width:39px;
  padding:7px 8px;
  border:1px solid rgba(182,255,0,.17);
  border-radius:10px;
  background:rgba(182,255,0,.07);
  color:#b6ff00;
  font-size:12px;
  font-style:normal;
  font-weight:900;
  text-align:center;
}

.cdd-premium-team-card > p{
  min-height:42px;
  margin:13px 0 0;
  display:-webkit-box;
  overflow:hidden;
  color:#a7b3be;
  font-size:13px;
  line-height:1.6;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
}

.cdd-premium-team-card__metrics{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:8px;
  margin-top:14px;
  padding-top:13px;
  border-top:1px solid rgba(255,255,255,.065);
}

.cdd-premium-team-card__metrics span{
  min-width:0;
}

.cdd-premium-team-card__metrics strong,
.cdd-premium-team-card__metrics small{
  display:block;
}

.cdd-premium-team-card__metrics strong{
  color:#f2f5fa;
  font-size:15px;
  line-height:1.15;
}

.cdd-premium-team-card__metrics span.is-positive strong{
  color:#b6ff00;
}

.cdd-premium-team-card__metrics span.is-negative strong{
  color:#ff9494;
}

.cdd-premium-team-card__metrics small{
  margin-top:4px;
  color:#818ca0;
  font-size:9px;
  line-height:1.2;
}

.cdd-premium-team-types-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  margin:23px 0 12px;
}

.cdd-premium-team-types-head h3{
  margin:0;
  color:#f3f6fb;
  font-size:18px;
}

.cdd-premium-team-types-head a{
  color:#b6ff00;
  font-size:13px;
  font-weight:800;
}

@media (max-width:760px){
  .hero-wow-copy h1{
    max-width:15ch;
    font-size:clamp(34px,10vw,44px);
    line-height:1;
  }

  .cdd-premium-team-grid{
    grid-template-columns:1fr;
  }

  .cdd-premium-team-card__metrics{
    grid-template-columns:repeat(2,minmax(0,1fr));
    row-gap:13px;
  }

  .cdd-premium-team-types-head{
    align-items:flex-start;
    flex-direction:column;
  }
}

/* v1.66.11 — compact, balanced mobile store actions */
.cdd-home-app-actions .cdd-google-play-badge{
  width:220px;
  min-height:0;
  padding:0;
}

.cdd-home-app-actions .cdd-google-play-badge img{
  width:220px;
  max-width:100%;
  height:auto;
}

@media (max-width:560px){
  .cdd-home-app-actions{
    width:100%;
    display:flex;
    flex-direction:column;
    align-items:center;
    gap:9px;
    margin-top:20px;
  }

  .cdd-home-app-actions .cdd-google-play-badge{
    width:216px;
    min-height:0;
    padding:0;
    border:0;
    border-radius:0;
    background:transparent;
  }

  .cdd-home-app-actions .cdd-google-play-badge img{
    width:216px;
  }

  .cdd-home-app-actions .btn{
    width:216px;
    min-height:46px;
    padding:11px 16px;
    justify-content:center;
    border-radius:13px;
    font-size:14px;
  }
}
