/* ============================================================
   RDY.cz — Veřejný web v8 „Clean" (homepage, nástroje, auth, blog, reporty)
   Apple-like: bílá + grafit, střídání bílé a #f5f5f7, velké nadpisy na střed,
   bento dlaždice, jediný modrý akcent, žádné mřížky.
   ============================================================ */

/* --- Hero --- */
.hero { padding: 44px 0 64px; text-align: center; }
.hero-inner { max-width: 820px; margin: 0 auto; }
.hero-badges { display: flex; justify-content: center; gap: 8px; margin-bottom: 18px; }
.hero h1 { font-size: clamp(36px, 5.4vw, 60px); line-height: 1.04; letter-spacing: -0.035em; font-weight: 700; }
.hero h1 .accent { display: block; color: var(--muted); font-weight: 600; }
.hero .lead { margin: 16px auto 0; max-width: 620px; font-size: clamp(16px, 1.8vw, 19px); color: var(--fg-2); }
.hero-trust { display: flex; justify-content: center; gap: 6px 22px; flex-wrap: wrap; margin-top: 28px; font-size: 13.5px; color: var(--muted); }
.hero-trust span { display: inline-flex; align-items: center; gap: 7px; }
.hero-trust i { color: var(--accent-ink); font-size: 12px; }
@media (max-width: 640px) { .hero { padding: 28px 0 40px; } .hero .lead { font-size: 16px; } }

/* Hero: zkracovač jako hlavní akce + kompaktní odkazy na další nástroje */
.hero-tool { margin-top: 32px; }
.hero-tools { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: 8px; margin: 18px auto 0; max-width: 880px; }
.hero-tools-label { font-size: 12.5px; color: var(--muted); margin-right: 4px; }
.hero-tool-link { display: inline-flex; align-items: center; gap: 7px; padding: 7px 13px; border-radius: var(--radius-pill); background: var(--surface); border: 1px solid var(--border); color: var(--fg-2); font-size: 13.5px; font-weight: 500; text-decoration: none; transition: all var(--tr); }
.hero-tool-link i { font-size: 12px; color: var(--accent-ink); }
.hero-tool-link:hover { color: var(--fg); border-color: var(--fg-2); transform: translateY(-1px); }
.hero-tool-link .badge { font-size: 9px; padding: 2px 6px; }
@media (max-width: 640px) { .hero-tools-label { width: 100%; text-align: center; margin: 0 0 2px; } .hero-tool-link { font-size: 12.5px; padding: 6px 11px; } }

/* Tool switcher (ponechán pro tabové karty nástrojů mimo hero) */
.tool-switch { margin-top: 40px; }
.tool-switch .tabs { display: flex; justify-content: center; flex-wrap: wrap; margin: 0 auto 18px; max-width: 100%; }
.tool-switch .tabs .tab { padding: 9px 15px; }
.tool-switch .tabs .tab i { font-size: 12px; color: var(--muted); }
.tool-switch .tabs .tab.active i { color: var(--accent-ink); }
.tool-card { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-xl); padding: 28px; box-shadow: var(--shadow-lg); text-align: left; max-width: 880px; margin: 0 auto; }
html[data-theme="dark"] .tool-card { background: var(--surface); }
.tool-card .field { margin-bottom: 14px; }
.tool-row { display: flex; gap: 10px; flex-wrap: wrap; }
.tool-row .input-lg { flex: 1 1 360px; }
.tool-row .btn-lg { flex: 0 0 auto; }
.tool-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.tool-meta { display: flex; justify-content: space-between; align-items: center; gap: 8px; flex-wrap: wrap; font-size: 13px; color: var(--muted); margin-top: 4px; }
.tool-meta strong { color: var(--fg); font-family: var(--font-mono); font-weight: 600; }
.tool-meta a { color: var(--accent-ink); font-weight: 500; text-decoration: none; }
.tool-checks { display: flex; gap: 10px 22px; flex-wrap: wrap; font-size: 13.5px; color: var(--muted); margin-top: 12px; }
.tool-checks span::before { content: '✓'; color: var(--accent-ink); font-weight: 700; margin-right: 6px; }
.tool-intro { display: grid; grid-template-columns: 1fr auto; gap: 24px; align-items: center; }
.tool-intro h3 { font-size: 22px; margin-bottom: 8px; }
.tool-intro p { font-size: 15px; max-width: 540px; }
.tool-bio { display: grid; grid-template-columns: 1fr 300px; gap: 28px; align-items: center; }
.tool-list { list-style: none; padding: 0; margin: 20px 0 0; display: grid; gap: 9px; }
.tool-list li { display: flex; gap: 10px; align-items: center; font-size: 15px; color: var(--fg); }
.tool-list li::before { content: '✓'; width: 20px; height: 20px; border-radius: 50%; background: var(--accent-soft); color: var(--accent-ink); font-size: 11px; font-weight: 700; display: grid; place-items: center; flex-shrink: 0; }
@media (max-width: 640px) { .tool-card { padding: 18px; border-radius: var(--radius-lg); } .tool-grid { grid-template-columns: 1fr; } .tool-intro { grid-template-columns: 1fr; } }
@media (max-width: 860px) { .tool-bio { grid-template-columns: 1fr; } .tool-bio .phone { display: none; } }

/* Výsledek zkrácení */
.result-card { max-width: 880px; margin: 36px auto 0; text-align: left; background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-xl); padding: 28px; box-shadow: var(--shadow-lg); }
.result-card .eyebrow { margin-bottom: 8px; }
.result-url { font-size: clamp(24px, 3.6vw, 34px); font-weight: 700; letter-spacing: -0.03em; word-break: break-all; }
.result-target { font-size: 13.5px; color: var(--muted); margin-top: 6px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.result-actions { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 20px; }
.result-qr { margin-top: 16px; }
.result-qr img { max-width: 200px; border-radius: var(--radius-md); background: #fff; padding: 8px; border: 1px solid var(--border); }

/* Telefon */
.phone { width: 260px; height: 520px; background: #1d1d1f; border-radius: 40px; padding: 8px; justify-self: center; box-shadow: var(--shadow-lg); }
.phone-screen { width: 100%; height: 100%; border-radius: 32px; background: var(--phone-bg); overflow: hidden; position: relative; display: flex; flex-direction: column; align-items: center; padding: 44px 16px 16px; gap: 10px; }
.phone-notch { position: absolute; top: 14px; left: 50%; transform: translateX(-50%); width: 92px; height: 20px; background: #1d1d1f; border-radius: 999px; }
.phone-avatar { width: 64px; height: 64px; border-radius: 50%; background: var(--accent); display: grid; place-items: center; color: #fff; font-size: 24px; font-weight: 700; text-transform: uppercase; }
.phone-name { font-weight: 600; font-size: 15px; color: var(--fg); }
.phone-bio { font-size: 12px; color: var(--muted); }
.phone-links { width: 100%; display: grid; gap: 8px; margin-top: 6px; }
.phone-link { background: var(--surface); border: 1px solid var(--border); border-radius: 12px; padding: 9px 12px; display: flex; align-items: center; justify-content: space-between; }
.phone-link strong { display: block; font-size: 13px; font-weight: 600; color: var(--fg); }
.phone-link span { font-size: 11px; color: var(--muted); }

/* --- Section head --- */
.section-head { max-width: 720px; margin: 0 auto 40px; text-align: center; }
.section-head .eyebrow { justify-content: center; }
.section-head h2 { margin-bottom: 14px; }
.section-head p { font-size: clamp(16px, 1.6vw, 19px); color: var(--fg-2); }
.section-head.center { text-align: center; }
.section-head.split { max-width: none; text-align: left; display: flex; justify-content: space-between; align-items: flex-end; gap: 24px; flex-wrap: wrap; }
.section-head.split .eyebrow { justify-content: flex-start; }
.section-head.split p { max-width: 420px; font-size: 16px; }
.section-alt { background: var(--surface-2); }

/* --- Co je nového (bento) --- */
.bento { display: grid; grid-template-columns: repeat(6, 1fr); gap: 14px; }
.bento-tile { position: relative; background: var(--surface); border-radius: var(--radius-xl); padding: 30px; overflow: hidden; display: flex; flex-direction: column; gap: 10px; min-height: 260px; text-decoration: none; color: inherit; transition: transform var(--tr), box-shadow var(--tr); border: 1px solid var(--border); }
.bento-tile:hover { transform: translateY(-3px); box-shadow: var(--shadow-lg); }
.bento-tile.span-3 { grid-column: span 3; }
.bento-tile.span-2 { grid-column: span 2; }
.bento-tile.span-4 { grid-column: span 4; }
.bento-tile.span-6 { grid-column: span 6; }
.bento-tile.dark { background: #1d1d1f; color: #f5f5f7; border-color: #1d1d1f; }
.bento-tile.dark h3, .bento-tile.dark .k { color: #f5f5f7; }
.bento-tile.dark p { color: #a1a1a6; }
.bento-tile.accent { background: var(--accent); color: #fff; border-color: var(--accent); }
.bento-tile.accent h3, .bento-tile.accent .k { color: #fff; }
.bento-tile.accent p { color: rgba(255,255,255,.82); }
.bento-tile .k { font-size: 13px; font-weight: 600; color: var(--accent-ink); }
.bento-tile h3 { font-size: clamp(22px, 2.4vw, 30px); letter-spacing: -0.025em; line-height: 1.12; }
.bento-tile p { font-size: 15px; max-width: 460px; }
.bento-tile .tile-cta { margin-top: auto; padding-top: 14px; }
.bento-tile .tile-cta .link-arrow { font-size: 15px; }
.bento-tile.dark .link-arrow, .bento-tile.accent .link-arrow { color: #fff; }
.bento-tile .art { position: absolute; right: -10px; bottom: -10px; width: 44%; max-width: 260px; opacity: .95; pointer-events: none; }
.bento-tile .badge { position: absolute; top: 20px; right: 20px; }
.bento-mock { margin-top: 12px; background: var(--surface-2); border-radius: 14px; padding: 12px; font-size: 12.5px; }
.bento-tile.dark .bento-mock { background: #2c2c2e; }
.bento-mock .row { display: flex; justify-content: space-between; gap: 10px; padding: 7px 4px; border-bottom: 1px solid var(--border); }
.bento-tile.dark .bento-mock .row { border-color: #3a3a3c; }
.bento-mock .row:last-child { border-bottom: 0; }
.bento-mock .row .m { font-family: var(--font-mono); font-size: 12px; }
@media (max-width: 1000px) { .bento { grid-template-columns: repeat(2, 1fr); } .bento-tile, .bento-tile.span-2, .bento-tile.span-3, .bento-tile.span-4, .bento-tile.span-6 { grid-column: span 1; } .bento-tile.span-6 { grid-column: span 2; } }
@media (max-width: 600px) { .bento { grid-template-columns: 1fr; } .bento-tile.span-6 { grid-column: span 1; } .bento-tile { min-height: 0; padding: 24px; } }

/* --- Steps --- */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.step { position: relative; background: var(--surface); border-radius: var(--radius-xl); padding: 30px; min-height: 220px; border: 1px solid var(--border); }
.step .num { font-size: 13px; color: var(--muted); font-weight: 600; }
.step h3 { margin: 16px 0 10px; font-size: 22px; }
.step p { font-size: 15px; }
.step .ico { position: absolute; top: 24px; right: 24px; width: 40px; height: 40px; border-radius: 12px; background: var(--accent-soft); color: var(--accent-ink); display: grid; place-items: center; font-size: 16px; }
@media (max-width: 860px) { .steps { grid-template-columns: 1fr; } }

/* --- Features --- */
.features { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.feature { background: var(--surface); border-radius: var(--radius-xl); padding: 28px; border: 1px solid var(--border); }
.feature .ico { width: 44px; height: 44px; border-radius: 12px; background: var(--accent-soft); color: var(--accent-ink); display: grid; place-items: center; font-size: 17px; margin-bottom: 18px; }
.feature h3 { font-size: 18px; margin-bottom: 8px; }
.feature p { font-size: 14.5px; }
@media (max-width: 1024px) { .features { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .features { grid-template-columns: 1fr; } }

/* --- Audience --- */
.audience { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.audience > div { padding: 28px; background: var(--surface); border-radius: var(--radius-xl); border: 1px solid var(--border); min-height: 200px; display: flex; flex-direction: column; justify-content: space-between; gap: 18px; }
.audience .num { font-size: 13px; color: var(--muted); font-weight: 600; }
.audience h3 { font-size: 22px; margin-bottom: 8px; }
.audience p { font-size: 14.5px; }
@media (max-width: 1024px) { .audience { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .audience { grid-template-columns: 1fr; } }

/* --- Services --- */
.services { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.service { display: flex; flex-direction: column; background: var(--surface); border-radius: var(--radius-xl); padding: 28px; border: 1px solid var(--border); transition: box-shadow var(--tr), transform var(--tr); }
.service:hover { box-shadow: var(--shadow-lg); transform: translateY(-3px); }
.service .ico { width: 48px; height: 48px; border-radius: 14px; display: grid; place-items: center; font-size: 19px; margin-bottom: 18px; background: var(--accent-soft); color: var(--accent-ink); }
.service .ico.dark { background: var(--accent-2); color: var(--accent-2-on); }
.service .ico.ink { background: var(--surface-2); color: var(--fg); }
.service h3 { font-size: 20px; display: flex; align-items: center; gap: 8px; flex-wrap: wrap; margin-bottom: 8px; }
.service p { font-size: 15px; margin-bottom: 14px; }
.service ul { list-style: none; padding: 0; margin: 0 0 20px; display: grid; gap: 6px; }
.service li { display: flex; gap: 8px; align-items: center; font-size: 14px; color: var(--fg-2); }
.service li::before { content: '✓'; color: var(--accent-ink); font-weight: 700; font-size: 12px; }
.service .more { margin-top: auto; font-weight: 500; color: var(--accent-ink); text-decoration: none; font-size: 15px; display: inline-flex; align-items: center; gap: 6px; }
.service .more:hover { text-decoration: underline; }
@media (max-width: 1024px) { .services { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) { .services { grid-template-columns: 1fr; } }

/* --- Dashboard preview --- */
.preview { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-xl); padding: 10px; box-shadow: var(--shadow-lg); }
.preview-inner { display: grid; grid-template-columns: 220px 1fr; gap: 12px; background: var(--surface-2); border-radius: 18px; padding: 12px; min-height: 420px; }
.preview-side { display: flex; flex-direction: column; gap: 4px; background: var(--surface); border-radius: 12px; padding: 10px; }
.preview-side .lbl { font-size: 11px; text-transform: uppercase; letter-spacing: .06em; color: var(--muted-2); padding: 4px 8px; font-weight: 600; }
.preview-side .it { padding: 8px 10px; border-radius: 8px; font-size: 13px; font-weight: 500; color: var(--fg-2); display: flex; gap: 8px; align-items: center; }
.preview-side .it i { width: 16px; text-align: center; color: var(--muted); font-size: 12px; }
.preview-side .it.on { background: var(--accent-soft); color: var(--fg); font-weight: 600; }
.preview-side .it.on i { color: var(--accent-ink); }
.preview-main { display: flex; flex-direction: column; gap: 12px; }
.preview-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.preview-stat { background: var(--surface); border-radius: 12px; padding: 12px; }
.preview-stat .k { font-size: 11.5px; color: var(--muted); }
.preview-stat .v { font-size: 22px; font-weight: 600; letter-spacing: -.02em; margin-top: 4px; }
.preview-stat .d { font-size: 11px; color: var(--success); font-family: var(--font-mono); margin-top: 2px; }
.preview-chart { background: var(--surface); border-radius: 12px; padding: 14px; }
.preview-chart .t { font-size: 13px; font-weight: 600; margin-bottom: 6px; }
.preview-rows { background: var(--surface); border-radius: 12px; overflow: hidden; }
.preview-row { display: grid; grid-template-columns: 1fr 90px 80px 80px; gap: 8px; padding: 11px 14px; border-top: 1px solid var(--border); align-items: center; font-size: 13px; }
.preview-row:first-child { border-top: 0; }
.preview-row .c { font-family: var(--font-mono); font-weight: 600; }
.preview-row .s { color: var(--muted); }
.preview-row .n { font-family: var(--font-mono); font-weight: 600; text-align: right; }
.preview-row .b { height: 6px; background: var(--surface-2); border-radius: 3px; overflow: hidden; }
.preview-row .b span { display: block; height: 100%; background: var(--accent); }
@media (max-width: 900px) { .preview-inner { grid-template-columns: 1fr; } .preview-side { display: none; } }
@media (max-width: 640px) { .preview-stats { grid-template-columns: repeat(2, 1fr); } .preview-row { grid-template-columns: 1fr 70px; } .preview-row .s, .preview-row .b { display: none; } }

/* --- Blog cards --- */
.posts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.post { background: var(--surface); border-radius: var(--radius-xl); overflow: hidden; display: flex; flex-direction: column; border: 1px solid var(--border); transition: box-shadow var(--tr), transform var(--tr); }
.post:hover { box-shadow: var(--shadow-lg); transform: translateY(-3px); }
.post > a { display: flex; flex-direction: column; height: 100%; text-decoration: none; color: inherit; }
.post-img { aspect-ratio: 1200 / 630; background: var(--surface-2); overflow: hidden; }
.post-img img { width: 100%; height: 100%; object-fit: cover; }
.post-body { padding: 20px 22px 22px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.post-cat { font-size: 12.5px; color: var(--accent-ink); font-weight: 600; }
.post h3 { font-size: 18px; line-height: 1.3; }
.post p { font-size: 14px; }
.post-meta { margin-top: auto; display: flex; justify-content: space-between; align-items: center; font-size: 12.5px; color: var(--muted); padding-top: 8px; }
.post-meta .more { color: var(--accent-ink); font-weight: 500; }
@media (max-width: 900px) { .posts { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .posts { grid-template-columns: 1fr; } }

/* --- CTA --- */
.cta { background: #1d1d1f; color: #f5f5f7; border-radius: var(--radius-xl); padding: 80px 56px; text-align: center; }
html[data-theme="dark"] .cta { background: var(--surface); }
.cta .eyebrow { color: #a1a1a6; justify-content: center; }
.cta h2 { color: #f5f5f7; font-size: clamp(32px, 5vw, 60px); max-width: 720px; margin: 0 auto; }
.cta p { color: #a1a1a6; font-size: 18px; margin: 16px auto 0; max-width: 560px; }
.cta-actions { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 30px; justify-content: center; }
.cta .btn-primary { background: #fff; color: #1d1d1f; }
.cta .btn-primary:hover { background: #f5f5f7; }
.cta .btn-ghost { background: transparent; color: #f5f5f7; border-color: rgba(255,255,255,.28); }
.cta .btn-ghost:hover { background: rgba(255,255,255,.08); }
@media (max-width: 768px) { .cta { padding: 48px 24px; } }

/* --- Page hero (nástroje) --- */
.page-hero { padding: 40px 0 32px; text-align: center; }
.page-hero h1 { font-size: clamp(30px, 4.2vw, 46px); max-width: 20ch; margin: 0 auto; }
.page-hero .lead { margin: 14px auto 0; max-width: 660px; font-size: clamp(16px, 1.8vw, 19px); }
.page-hero .actions { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 26px; justify-content: center; }
.page-hero .tool-row { margin: 28px auto 0; }
.page-hero .hero-trust { justify-content: center; }
@media (max-width: 640px) { .page-hero { padding: 40px 0 24px; } }

/* --- Auth --- */
.auth-wrap { min-height: calc(100vh - 56px); display: grid; grid-template-columns: 1fr 1fr; }
.auth-side { background: #1d1d1f; color: #f5f5f7; padding: 56px; display: flex; flex-direction: column; justify-content: space-between; }
.auth-side h2 { color: #f5f5f7; font-size: clamp(30px, 3.6vw, 44px); max-width: 14ch; }
.auth-side p { color: #a1a1a6; margin-top: 14px; max-width: 420px; }
.auth-side ul { list-style: none; padding: 0; margin: 28px 0 0; display: grid; gap: 12px; }
.auth-side li { display: flex; gap: 10px; align-items: center; font-size: 15px; }
.auth-side li i { color: #2997ff; }
.auth-side .quote { font-family: var(--font-serif); font-style: italic; font-size: 20px; color: #f5f5f7; opacity: .8; }
.auth-side .tag { background: rgba(255,255,255,.12); color: #f5f5f7; }
.auth-side .tag .dot { background: #2997ff; }
.auth-main { display: flex; align-items: center; justify-content: center; padding: 48px 24px; }
.auth-box { width: 100%; max-width: 420px; }
.auth-box h1 { font-size: 32px; margin-bottom: 6px; }
.auth-box .sub { color: var(--muted); font-size: 15px; margin-bottom: 26px; }
.auth-divider { display: flex; align-items: center; gap: 12px; margin: 20px 0; color: var(--muted-2); font-size: 12px; text-transform: uppercase; letter-spacing: .06em; }
.auth-divider::before, .auth-divider::after { content: ''; flex: 1; height: 1px; background: var(--border); }
.auth-foot { margin-top: 22px; font-size: 14px; color: var(--muted); text-align: center; }
.auth-foot a { color: var(--accent-ink); font-weight: 500; text-decoration: none; }
.btn-google { background: var(--surface); border-color: var(--border-strong); color: var(--fg); width: 100%; }
@media (max-width: 900px) { .auth-wrap { grid-template-columns: 1fr; } .auth-side { display: none; } }

/* --- Blog listing --- */
.blog-filter { display: flex; gap: 6px; flex-wrap: wrap; margin-bottom: 28px; justify-content: center; }
.blog-filter a { padding: 7px 14px; border-radius: 999px; background: var(--surface-2); font-size: 13.5px; color: var(--fg-2); text-decoration: none; font-weight: 500; }
.blog-filter a.active, .blog-filter a:hover { background: var(--accent-2); color: var(--accent-2-on); }

/* --- Report --- */
.report-head { text-align: center; padding: 36px 0 32px; }
.report-head h1 { font-size: clamp(26px, 3.4vw, 38px); margin-bottom: 8px; }
.report-head h1 .accent { color: var(--accent-ink); }
.report-url { font-family: var(--font-mono); font-size: 13.5px; color: var(--muted); word-break: break-all; }
.report-url a { color: inherit; text-decoration: none; }
.report-date { font-size: 12.5px; color: var(--muted-2); margin-top: 4px; }
.report-summary { display: flex; align-items: center; gap: 28px; justify-content: center; flex-wrap: wrap; margin-top: 32px; text-align: left; }
.report-score { position: relative; width: 136px; height: 136px; flex-shrink: 0; }
.report-score svg { width: 136px; height: 136px; transform: rotate(-90deg); }
.report-score circle { fill: none; stroke-width: 9; stroke-linecap: round; }
.report-score .track { stroke: var(--surface-3); }
.report-score .bar { stroke: var(--success); transition: stroke-dashoffset .8s ease; }
.report-score.bad .bar { stroke: var(--danger); }
.report-score.warn .bar { stroke: var(--warning); }
.report-score .val { position: absolute; inset: 0; display: grid; place-items: center; text-align: center; }
.report-score .val strong { display: block; font-size: 30px; letter-spacing: -.03em; line-height: 1; }
.report-score .val span { font-size: 11.5px; color: var(--muted); text-transform: uppercase; letter-spacing: .06em; margin-top: 4px; display: block; }
.report-summary-body h3 { font-size: 20px; margin-bottom: 10px; }
.report-chips { display: flex; gap: 8px; flex-wrap: wrap; }
.report-chips .chip { display: inline-flex; align-items: center; gap: 6px; padding: 6px 11px; border-radius: 999px; background: var(--surface-2); font-size: 12.5px; color: var(--fg-2); font-weight: 500; }
.report-chips .chip.bad { background: var(--danger-bg); color: var(--danger); }
.report-chips .chip.warn { background: var(--warning-bg); color: var(--warning); }
.report-chips .chip.ok { background: var(--success-bg); color: var(--success); }
.report-actions { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 14px; }
.report-verdict { display: flex; gap: 14px; align-items: flex-start; padding: 18px 22px; border-radius: var(--radius-lg); margin: 0 0 16px; }
.report-verdict.ok { background: var(--success-bg); color: var(--success); }
.report-verdict.warn { background: var(--warning-bg); color: var(--warning); }
.report-verdict.bad { background: var(--danger-bg); color: var(--danger); }
.report-verdict strong { display: block; font-size: 16px; margin-bottom: 2px; }
.report-verdict p { color: inherit; font-size: 14px; opacity: .9; }
.report-verdict i { font-size: 22px; margin-top: 2px; }
.report-panel { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-lg); overflow: hidden; margin-bottom: 16px; }
.report-panel-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 16px 20px; border-bottom: 1px solid var(--border); flex-wrap: wrap; }
.report-panel-head .t { display: flex; align-items: center; gap: 12px; font-weight: 600; font-size: 16px; }
.report-panel-head .t .ico { width: 36px; height: 36px; border-radius: 10px; display: grid; place-items: center; background: var(--accent-soft); color: var(--accent-ink); font-size: 15px; }
.report-panel-head .t small { display: block; font-weight: 400; font-size: 12.5px; color: var(--muted); }
.report-panel-head .pct { font-family: var(--font-mono); font-weight: 600; color: var(--accent-ink); }
.report-issue { display: grid; grid-template-columns: 30px 1fr auto; gap: 12px; padding: 14px 20px; border-bottom: 1px solid var(--border); align-items: start; }
.report-issue:last-child { border-bottom: 0; }
.report-issue .n { width: 26px; height: 26px; border-radius: 50%; display: grid; place-items: center; font-family: var(--font-mono); font-size: 12px; font-weight: 600; background: var(--danger-bg); color: var(--danger); }
.report-issue.warn .n { background: var(--warning-bg); color: var(--warning); }
.report-issue.ok .n { background: var(--success-bg); color: var(--success); }
.report-issue .b strong { display: block; font-size: 14.5px; }
.report-issue .b span { display: block; font-size: 13px; color: var(--muted); margin-top: 2px; overflow-wrap: anywhere; }
.report-issue .b code { font-family: var(--font-mono); font-size: 12.5px; }
.report-issue .tag-right { font-family: var(--font-mono); font-size: 11.5px; color: var(--muted); white-space: nowrap; }
.report-filters { display: flex; gap: 6px; flex-wrap: wrap; align-items: center; }
.report-filters .fchip { padding: 6px 12px; border-radius: 999px; border: 0; background: var(--surface-2); font-size: 13px; color: var(--fg-2); cursor: pointer; font-family: inherit; font-weight: 500; display: inline-flex; align-items: center; gap: 6px; }
.report-filters .fchip .c { font-family: var(--font-mono); font-size: 11px; opacity: .7; }
.report-filters .fchip.active { background: var(--accent-2); color: var(--accent-2-on); }
@media (max-width: 720px) { .report-summary { flex-direction: column; text-align: center; } .report-chips, .report-actions { justify-content: center; } }

/* --- Náhled sdílení: mock-upy --- */
.share-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.share-card { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-lg); overflow: hidden; }
.share-card .share-net { display: flex; align-items: center; gap: 8px; padding: 10px 14px; border-bottom: 1px solid var(--border); font-size: 12.5px; font-weight: 600; color: var(--muted); }
.share-mock { padding: 16px; background: var(--surface-2); }
.mock-fb { background: #fff; border: 1px solid #dadde1; border-radius: 8px; overflow: hidden; color: #1c1e21; font-family: Helvetica, Arial, sans-serif; }
.mock-fb .img { aspect-ratio: 1.91; background: #e4e6eb; overflow: hidden; }
.mock-fb .img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.mock-fb .body { padding: 10px 12px; background: #f0f2f5; }
.mock-fb .host { font-size: 12px; color: #65676b; text-transform: uppercase; }
.mock-fb .title { font-size: 16px; font-weight: 600; margin-top: 3px; line-height: 1.25; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.mock-fb .desc { font-size: 14px; color: #65676b; margin-top: 3px; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; }
.mock-x { background: #fff; border: 1px solid #cfd9de; border-radius: 16px; overflow: hidden; color: #0f1419; font-family: -apple-system, 'Segoe UI', Helvetica, sans-serif; position: relative; }
.mock-x .img { aspect-ratio: 1.91; background: #e7ecf0; overflow: hidden; }
.mock-x .img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.mock-x .cap { position: absolute; left: 12px; bottom: 12px; background: rgba(0,0,0,.75); color: #fff; font-size: 13px; padding: 2px 6px; border-radius: 4px; max-width: 80%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.mock-x.small { display: grid; grid-template-columns: 120px 1fr; }
.mock-x.small .img { aspect-ratio: 1; }
.mock-x.small .cap { position: static; background: none; color: #0f1419; padding: 12px; white-space: normal; max-width: none; }
.mock-x.small .cap .t { font-weight: 600; font-size: 15px; }
.mock-x.small .cap .d { color: #536471; font-size: 14px; margin-top: 2px; }
.mock-li { background: #fff; border: 1px solid #e0dfdc; border-radius: 8px; overflow: hidden; color: rgba(0,0,0,.9); font-family: -apple-system, 'Segoe UI', Helvetica, sans-serif; }
.mock-li .img { aspect-ratio: 1.91; background: #eef3f8; overflow: hidden; }
.mock-li .img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.mock-li .body { padding: 10px 12px; background: #eef3f8; }
.mock-li .title { font-size: 14px; font-weight: 600; line-height: 1.3; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.mock-li .host { font-size: 12px; color: rgba(0,0,0,.6); margin-top: 3px; }
.mock-wa { display: flex; flex-direction: column; background: #d9fdd3; border-radius: 10px; padding: 6px; max-width: 360px; font-family: -apple-system, 'Segoe UI', Helvetica, sans-serif; color: #111b21; }
.mock-wa .prev { display: flex; gap: 10px; background: #c8f0c1; border-radius: 8px; padding: 8px; }
.mock-wa .prev .img { width: 72px; height: 72px; border-radius: 6px; background: #b5dfb0; overflow: hidden; flex-shrink: 0; }
.mock-wa .prev .img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.mock-wa .prev .t { font-size: 14px; font-weight: 600; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.mock-wa .prev .d { font-size: 12.5px; color: #3b4a54; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.mock-wa .prev .h { font-size: 12px; color: #667781; margin-top: 2px; }
.mock-wa .link { font-size: 14px; color: #027eb5; padding: 6px 8px 4px; word-break: break-all; }
.mock-g { background: #fff; border-radius: 8px; padding: 14px 16px; font-family: Arial, sans-serif; border: 1px solid #dadce0; }
.mock-g .site { display: flex; align-items: center; gap: 10px; }
.mock-g .site .fav { width: 26px; height: 26px; border-radius: 50%; background: #f1f3f4; display: grid; place-items: center; overflow: hidden; }
.mock-g .site .fav img { width: 16px; height: 16px; }
.mock-g .site .n { font-size: 14px; color: #202124; }
.mock-g .site .u { font-size: 12px; color: #4d5156; }
.mock-g .t { color: #1a0dab; font-size: 20px; margin-top: 6px; line-height: 1.3; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; }
.mock-g .d { color: #4d5156; font-size: 14px; line-height: 1.5; margin-top: 4px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.mock-empty { display: grid; place-items: center; color: #8a8d91; font-size: 13px; height: 100%; min-height: 80px; }
@media (max-width: 860px) { .share-grid { grid-template-columns: 1fr; } }

.rdy-cookie-bar { z-index: 150; }
