/* Readable corrections, visible without a click, in every design option. */
.myth-section{position:relative;isolation:isolate;scroll-margin-top:130px;background:radial-gradient(ellipse at 12% 12%,color-mix(in srgb,var(--brand-blue) 9%,transparent),transparent 60%),var(--surface-2)}
.myth-section .section-head{max-width:720px}
.myth-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}
.myth-grid[data-count="3"]{grid-template-columns:repeat(3,minmax(0,1fr))}
.myth-grid[data-count="1"]{max-width:840px;grid-template-columns:1fr}
.myth-card{display:flex;flex-direction:column;min-width:0;overflow:hidden;border:1px solid var(--border);border-radius:26px;background:var(--surface);box-shadow:0 14px 40px rgba(16,57,89,.06)}
.myth-belief{padding:27px 28px 23px;border-bottom:1px solid var(--border)}
.myth-label,.fact-label{display:inline-flex;align-items:center;gap:7px;font-family:inherit;font-size:.75rem;font-weight:700;letter-spacing:.095em;text-transform:uppercase}
.myth-label{color:var(--muted)}
.myth-label>span,.fact-label>span{display:inline-grid;place-items:center;width:22px;height:22px;border-radius:50%;font-size:1rem;line-height:1;letter-spacing:0}
.myth-label>span{background:var(--surface-2);border:1px solid var(--border)}
.myth-card h3{font-family:inherit!important;color:var(--ink);font-size:1.16rem;line-height:1.48;letter-spacing:-.015em;margin:15px 0 0;font-weight:600}
.myth-correction{display:flex;flex-direction:column;align-items:flex-start;flex:1;padding:24px 28px 27px;background:color-mix(in srgb,var(--brand-blue) 4%,transparent)}
.fact-label{color:var(--blue-deep)}
.fact-label>span{background:color-mix(in srgb,var(--brand-blue) 13%,var(--surface));border:1px solid color-mix(in srgb,var(--brand-blue) 22%,transparent)}
.myth-correction p{color:var(--ink);font-size:1.02rem;line-height:1.75;margin:15px 0 23px}
.myth-source{display:inline-flex;align-items:center;gap:4px;margin-top:auto;padding:5px 0;color:var(--blue-deep);font-size:.82rem;font-weight:600;text-decoration:underline;text-decoration-color:color-mix(in srgb,currentColor 30%,transparent);text-underline-offset:5px;transition:color .2s,text-decoration-color .2s}
.myth-source:hover{text-decoration-color:currentColor}
.myth-note{font-size:.85rem;line-height:1.65;color:var(--muted);margin:24px 0 0}
[data-design="glass"] .myth-card{background:rgba(255,255,255,.72);border-color:rgba(255,255,255,.95);box-shadow:0 18px 55px rgba(21,85,130,.08),inset 0 1px 0 rgba(255,255,255,.95);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}
[data-design="air"] .myth-section{background:#f5f5f7}
[data-design="air"] .myth-grid,[data-design="air"] .myth-note{margin-inline:auto}
[data-design="air"] .myth-note{text-align:center}
[data-design="midnight"] .myth-card{background:rgba(16,29,48,.88);border-color:rgba(151,196,236,.17);box-shadow:0 18px 55px rgba(0,0,0,.15)}
[data-design="midnight"] :is(.fact-label,.myth-source){color:#9bd1ff}
[data-design="midnight"] .myth-correction{background:rgba(94,173,241,.055)}
html[lang="te"] .myth-card h3{font-size:1.1rem;line-height:1.8}
html[lang="te"] .myth-correction p{line-height:1.95}
html[lang="te"] :is(.myth-label,.fact-label){letter-spacing:0;font-size:.9rem}
@media(max-width:960px){.myth-grid[data-count="3"]{grid-template-columns:1fr}.myth-grid[data-count="3"] .myth-card{display:grid;grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr)}.myth-grid[data-count="3"] .myth-belief{border-bottom:0;border-right:1px solid var(--border)}}
@media(max-width:640px){.myth-grid,.myth-grid[data-count="3"]{grid-template-columns:1fr;gap:18px}.myth-grid[data-count="3"] .myth-card{display:flex}.myth-grid[data-count="3"] .myth-belief{border-right:0;border-bottom:1px solid var(--border)}.myth-belief{padding:23px 24px 20px}.myth-correction{padding:22px 24px 24px}.myth-card{border-radius:23px}.myth-section{scroll-margin-top:100px}}
@media print{.myth-card{break-inside:avoid;box-shadow:none}.myth-source{color:inherit}}
