/* ao-theme — Ledger Live Landing Styles */
*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}
:root{
  --ao-bg:#090c12;
  --ao-sf:#111622;
  --ao-tx:#c8c9d4;
  --ao-mt:#8889a0;
  --ao-wh:#ededf8;
  --ao-hd:#3b82f6;
  --ao-h3:#2563eb;
  --ao-ac:#3b82f6;
  --ao-bd:rgba(255,255,255,0.08);
  --ao-lk:#3b82f6;
  --ao-thead:rgba(255,255,255,0.05);
  --ao-ft:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;
}
html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
body{font-family:var(--ao-ft);background:var(--ao-bg);color:var(--ao-tx);font-size:17.1px;line-height:1.82}
img{max-width:100%;height:auto;display:block}
a{color:var(--ao-lk);text-decoration:none}
a:hover{text-decoration:underline}

.ao-shell{max-width:820px;margin:0 auto;padding:0 1.5rem}

#ao-article{padding:4rem 0 3rem}
#ao-article h1{font-size:clamp(1.8rem,4vw,2.6rem);font-weight:800;line-height:1.2;color:var(--ao-hd);margin-bottom:2rem;letter-spacing:-0.02em}
#ao-article h2{font-size:clamp(1.4rem,3vw,1.9rem);font-weight:700;line-height:1.25;color:var(--ao-hd);margin-top:3.5rem;margin-bottom:1.25rem;padding-left:0.75rem;border-left:4px solid var(--ao-ac);letter-spacing:-0.01em}
#ao-article h3{font-size:clamp(1.1rem,2.5vw,1.35rem);font-weight:600;color:var(--ao-h3);margin-top:2.5rem;margin-bottom:0.75rem}
#ao-article h4{font-size:clamp(1.0rem,2vw,1.2rem);font-weight:600;color:var(--ao-h3);margin-top:2rem;margin-bottom:0.5rem}
#ao-article p{margin-bottom:1.5rem;color:var(--ao-tx)}
#ao-article img{margin:2rem 0;border-radius:10px;border:1px solid var(--ao-bd)}
#ao-article a{color:var(--ao-ac);text-decoration:none;border-bottom:1px solid rgba(255,255,255,0.25);transition:border-color 0.2s}
#ao-article a:hover{border-color:var(--ao-ac)}

#ao-article table{width:100%;border-collapse:collapse;margin:2rem 0;font-size:0.9rem;border:1px solid var(--ao-bd);border-radius:8px;overflow:hidden}
#ao-article thead{background:var(--ao-thead)}
#ao-article th{padding:0.85rem 1.25rem;text-align:left;font-weight:600;color:var(--ao-wh);font-size:0.8rem;text-transform:uppercase;letter-spacing:0.05em;border-bottom:1px solid var(--ao-bd)}
#ao-article td{padding:0.75rem 1.25rem;color:var(--ao-mt);border-bottom:1px solid var(--ao-bd)}
#ao-article tbody tr:last-child td{border-bottom:none}
#ao-article tbody tr:hover{background:rgba(255,255,255,0.02)}

#ao-article ul{margin:1.5rem 0;padding-left:0;list-style:none}
#ao-article li{position:relative;padding:0.5rem 0 0.5rem 1.5rem;color:var(--ao-tx);font-size:0.95rem}
#ao-article li::before{content:'\2022';position:absolute;left:0;color:var(--ao-ac);font-weight:700;font-size:1.2em}

figure{margin:0}
.ao-hero,.ao-post{margin:2rem 0}
.ao-hero img,.ao-post img{width:100%;height:auto;border-radius:10px;border:1px solid var(--ao-bd);display:block}

#ao-resources,#ao-faq{padding:2.5rem 0;border-top:1px solid var(--ao-bd)}
#ao-resources h2,#ao-faq h2{font-size:clamp(1.4rem,3vw,1.9rem);font-weight:700;line-height:1.25;color:var(--ao-hd);margin-bottom:1.25rem;padding-left:0.75rem;border-left:4px solid var(--ao-ac);letter-spacing:-0.01em}
#ao-resources h3,#ao-faq h3{font-size:clamp(1.1rem,2.5vw,1.35rem);font-weight:600;color:var(--ao-h3);margin-top:2rem;margin-bottom:0.5rem}
#ao-resources p,#ao-faq p{margin-bottom:1.25rem;color:var(--ao-tx);line-height:1.82}
#ao-resources a{color:var(--ao-ac);text-decoration:none;border-bottom:1px solid rgba(255,255,255,0.25);transition:border-color 0.2s}
#ao-resources a:hover{border-color:var(--ao-ac)}

footer{border-top:1px solid var(--ao-bd);padding:2rem 0}
footer p{font-size:0.8rem;color:var(--ao-mt);text-align:center}

@media(max-width:600px){
  #ao-article{padding:2.5rem 0 2rem}
  #ao-article h2{margin-top:2.5rem}
  .ao-hero,.ao-post{margin:1.5rem 0}
  .ao-hero img,.ao-post img{border-radius:6px}
  #ao-article table{font-size:0.8rem}
  #ao-article th,#ao-article td{padding:0.6rem 0.75rem}
  #ao-resources,#ao-faq{padding:2rem 0}
}
