/* /links/ mirrors the Hebrew /links/ page (custom Linktree-style card, measured 10.9.2026), mirrored to LTR */
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700;800&family=Assistant:wght@400;600;700;800&display=swap');
html, body { background: #fc0382 !important; }
.gili-links-page {
  position: fixed; inset: 0; overflow-y: auto; z-index: 99999;
  background: #fc0382; padding: 32px 16px 60px;
  display: flex; flex-direction: column; align-items: center;
  font-family: 'DM Sans', 'Assistant', -apple-system, system-ui, sans-serif;
  -webkit-font-smoothing: antialiased; text-align: center; color: #fff;
}
.gili-links-page * { box-sizing: border-box; }
.gili-card {
  width: 100%; max-width: 580px; background: rgba(255,255,255,0.96); border-radius: 28px;
  padding: 32px 24px; box-shadow: 0 16px 48px rgba(0,0,0,0.12);
  display: flex; flex-direction: column; align-items: center; margin: 0 auto;
}
.gili-card .avatar {
  width: 120px; height: 120px; border-radius: 50%; border: 4px solid rgba(255,255,255,0.4);
  box-shadow: 0 6px 24px rgba(0,0,0,0.12); margin-bottom: 14px; background: #fff; object-fit: cover;
}
.gili-card .username { font-size: 22px; font-weight: 800; margin: 0 0 6px; color: #fc0382; line-height: 1.2; letter-spacing: -0.5px; }
.gili-card .description { font-size: 15px; line-height: 1.5; max-width: 460px; margin: 0 0 22px; color: #303030; white-space: pre-line; }
.gili-card .links { width: 100%; display: flex; flex-direction: column; gap: 12px; }
.gili-card .link-btn, .gili-card .link-btn-collapsible {
  display: flex; align-items: center; justify-content: space-between; width: 100%;
  background: #03005C; color: #04f8c6; padding: 16px 22px; border-radius: 14px;
  font-size: 16px; font-weight: 700; line-height: 1.4; text-decoration: none; text-align: left;
  font-family: 'DM Sans', 'Assistant', sans-serif; box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  transition: transform .15s, box-shadow .15s; cursor: pointer; list-style: none;
}
.gili-card .link-btn:hover, .gili-card .link-btn:focus { transform: translateY(-2px); box-shadow: 0 6px 16px rgba(0,0,0,0.18); color: #04f8c6; }
.gili-card .link-btn-collapsible:hover { transform: translateY(-1px); box-shadow: 0 6px 16px rgba(0,0,0,0.18); }
.gili-card .link-btn-collapsible::-webkit-details-marker { display: none; }
.gili-card .chev { font-size: 12px; transition: transform .2s; flex-shrink: 0; margin-left: 8px; }
.gili-card .link-btn .chev { transform: rotate(-90deg); }
.gili-card details[open] .link-btn-collapsible .chev { transform: rotate(180deg); }
.gili-card .link-collapse { width: 100%; }
.gili-card .embed-frame { width: 100%; margin-top: 8px; border-radius: 14px; overflow: hidden; box-shadow: 0 4px 16px rgba(0,0,0,0.12); background: #fff; }
.gili-card .embed-frame iframe { display: block; width: 100%; height: 70vh; min-height: 500px; max-height: 720px; border: 0; }
.gili-card .podcast-embed { width: 100%; border-radius: 14px; overflow: hidden; box-shadow: 0 2px 8px rgba(0,0,0,0.08); }
.gili-card .podcast-embed iframe { display: block; width: 100%; border: 0; }
.gili-links-page .footer-credit { margin-top: 28px; font-size: 11px; opacity: .55; color: #fff; }
@media (max-width: 600px) {
  .gili-links-page { padding: 18px 12px 40px; }
  .gili-card { padding: 24px 16px 26px; border-radius: 22px; }
  .gili-card .avatar { width: 96px; height: 96px; }
  .gili-card .username { font-size: 20px; }
  .gili-card .link-btn, .gili-card .link-btn-collapsible { font-size: 14px; padding: 14px; }
  .gili-card .description { font-size: 14px; line-height: 1.45; }
  .gili-card .embed-frame iframe { height: 75vh; min-height: 480px; }
}
@media (max-width: 380px) {
  .gili-card { padding: 20px 12px 22px; }
  .gili-card .link-btn, .gili-card .link-btn-collapsible { font-size: 13px; padding: 12px 10px; }
}
