/* YT Downloader — plain CSS, no external fonts or CDNs.
   Dark palette with the extension's own muted red as the accent. */
*,*::before,*::after{box-sizing:border-box}
html{font-size:16px;-webkit-text-size-adjust:100%}
body{margin:0;min-height:100vh;line-height:1.6;
  font-family:system-ui,-apple-system,"Segoe UI",Roboto,Ubuntu,Cantarell,"Noto Sans",Arial,sans-serif;
  color:#e6e6e4;background:#17181a}
a{color:#e07a6d;text-decoration:underline;text-underline-offset:2px}
a:hover{color:#f0a094}
a:focus-visible{outline:2px solid #e07a6d;outline-offset:2px}
.wrap{max-width:42rem;margin:0 auto;padding:1.5rem 1.25rem 3rem}
header.site-header{margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid #303236;text-align:center}
header.site-header h1{margin:0 0 .35rem;font-size:1.65rem;font-weight:700;letter-spacing:-.02em;line-height:1.25;color:#e07a6d}
header.site-header img.logo{width:104px;height:auto;margin-top:1.25rem;margin-bottom:.75rem;border-radius:18px}
header.site-header .tagline{margin:0 auto;max-width:34rem;color:#9ba0a7;font-size:.95rem}
nav.site-nav{margin-top:.85rem;display:flex;justify-content:center;flex-wrap:wrap;gap:.35rem 1rem;font-size:.95rem}
nav.site-nav a{text-decoration:none;font-weight:500}
nav.site-nav a:hover{text-decoration:underline}
main h2{margin:1.75rem 0 .65rem;font-size:1.25rem;font-weight:700;letter-spacing:-.01em;line-height:1.3;color:#f2f2f0}
main p,main li{color:#c6c9cd}
main p{margin:0 0 .85rem}
main ul{margin:0 0 1rem;padding-left:1.35rem}
main li{margin-bottom:.4rem}
.lead{font-size:1.05rem;color:#d6d9dd}
.card{background:#1e2023;border:1px solid #303236;border-radius:8px;padding:1.15rem 1.25rem;margin:1rem 0 1.5rem}
.card h2{margin-top:0}
code,.mono{font-family:ui-monospace,"Cascadia Code","Source Code Pro",Menlo,Consolas,monospace;
  font-size:.88em;background:#26282c;padding:.1em .35em;border-radius:3px;word-break:break-word}
pre{background:#26282c;border:1px solid #303236;border-radius:6px;padding:.85rem 1rem;overflow-x:auto;margin:0 0 1rem}
pre code{background:none;padding:0}
.meta{color:#9ba0a7;font-size:.92em}
.tablewrap{overflow-x:auto;margin:0 0 1rem}
table{border-collapse:collapse;width:100%;font-size:.92rem}
th,td{text-align:left;padding:.5rem .65rem;border-bottom:1px solid #303236;vertical-align:top}
th{color:#f2f2f0;font-weight:600}
td{color:#c6c9cd}
/* Popup screenshots. These are small and portrait-ish rather than wide, so they
   are capped well below the text column and centred instead of filling it. */
figure{margin:1.5rem 0 1.75rem}
.shot{display:block;margin:0 auto;width:100%;max-width:24rem;height:auto;
  border:1px solid #3a3d42;border-radius:8px}
figcaption{margin-top:.7rem;text-align:center;font-size:.88rem;color:#9ba0a7;
  max-width:32rem;margin-left:auto;margin-right:auto}
footer.site-footer{margin-top:2.5rem;padding-top:1rem;border-top:1px solid #303236;font-size:.88rem;color:#9ba0a7;text-align:center}
footer.site-footer p{margin:0 0 .4rem;color:inherit}
footer.site-footer a{color:#e07a6d}
@media (max-width:480px){.wrap{padding:1.15rem 1rem 2.5rem}header.site-header h1{font-size:1.4rem}}
