/* ud-theme — Ledger Live Landing Styles */
*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}
:root{
  --ud-bg:#0e0a0a;
  --ud-sf:#1a1212;
  --ud-tx:#c8c9d4;
  --ud-mt:#8889a0;
  --ud-wh:#ededf8;
  --ud-hd:#f87171;
  --ud-h3:#ef4444;
  --ud-ac:#f87171;
  --ud-bd:rgba(255,255,255,0.08);
  --ud-lk:#f87171;
  --ud-thead:rgba(255,255,255,0.05);
  --ud-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(--ud-ft);background:var(--ud-bg);color:var(--ud-tx);font-size:17.1px;line-height:1.80}
img{max-width:100%;height:auto;display:block}
a{color:var(--ud-lk);text-decoration:none}
a:hover{text-decoration:underline}

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

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

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

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

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

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

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

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