/*
Theme Name: Sitelinks Lite
Description: Link-in-bio profielthema met Customizer (foto, titel, subtitel, 10 links, socials, kleuren).
Version: 1.0.2
Text Domain: sitelinks-lite
*/
:root{
  --bg:#111315;
  --text:#eaecef;
  --muted:#a3a7ae;
  --card:#1b1f24;
  --border:rgba(255,255,255,.08);
  --shadow:0 8px 28px rgba(0,0,0,.45);
  --btn:#2a2f36;
  --btnText:#ffffff;
  --socialBg:#1b1f24;
  --socialIcon:#eaecef;
}
html,body{height:100%}
*{box-sizing:border-box}
body{
  margin:0;
  background:var(--bg);
  color:var(--text);
  font:16px/1.6 system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,"Apple Color Emoji","Segoe UI Emoji";
}
.sl-wrap{min-height:100%;display:grid;place-items:center;padding:48px 16px 32px}
.sl-card{width:min(680px,100%);margin-inline:auto;text-align:center}
.sl-photo{width:108px;height:108px;border-radius:999px;overflow:hidden;margin:0 auto 18px;box-shadow:0 8px 20px rgba(0,0,0,.35);border:2px solid rgba(255,255,255,.08)}
.sl-photo img{width:100%;height:100%;object-fit:cover;display:block}
.sl-name{font-size:28px;font-weight:800;margin:0 0 6px;letter-spacing:.2px;color:var(--text)}
.sl-sub{margin:0 0 20px;color:var(--muted)}
.sl-list{display:flex;flex-direction:column;gap:14px;margin:26px 0}
.sl-btn{display:flex;justify-content:center;align-items:center;width:100%;min-height:54px;background:var(--btn);color:var(--btnText);border-radius:999px;border:1px solid var(--border);box-shadow:var(--shadow);text-decoration:none;font-weight:700;letter-spacing:.4px;transition:transform .08s ease, filter .2s ease, opacity .2s ease;padding:12px 18px}
.sl-btn:focus,.sl-btn:hover{transform:translateY(-1px);filter:brightness(1.08)}
.sl-btn:active{transform:translateY(0)}
.sl-btn[disabled]{opacity:.5;pointer-events:none}
.sl-social{display:flex;justify-content:center;gap:16px;margin:22px 0 10px}
.sl-icon{width:36px;height:36px;display:grid;place-items:center;border-radius:10px;background:var(--socialBg);border:1px solid var(--border);box-shadow:var(--shadow);text-decoration:none;color:var(--socialIcon)}
.sl-icon svg{width:18px;height:18px;display:block}
.sl-footer{margin-top:18px;color:var(--muted);font-size:12px}

/* Ensure Font Awesome <i> icons display correctly */
.sl-icon i{display:block;font-size:20px;line-height:1}
