/**handles:lbsky-embed**/
.lbsky-embed{--bg:#fff;--fg:#1d2327;--muted:#586069;--border:#e1e4e8;--accent:#1185fe;--card:#f6f8fa;box-sizing:border-box;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;font-size:15px;line-height:1.45;color:var(--fg);background:var(--bg);border:1px solid var(--border);border-top-left-radius:12px;border-top-right-radius:12px;border-bottom-right-radius:12px;border-bottom-left-radius:12px;max-width:560px;margin:16px auto;overflow:hidden}.lbsky-embed *{box-sizing:border-box}.lbsky-theme-dark{--bg:#161b22;--fg:#f0f6fc;--muted:#8b949e;--border:#30363d;--accent:#58a6ff;--card:#1f242c}.lbsky-embed a{color:var(--accent);text-decoration:none}.lbsky-embed a:hover{text-decoration:underline}.lbsky-banner{height:120px;background:linear-gradient(135deg,#1185fe 0,#58a6ff 100%);background-size:cover;background-position:center}.lbsky-banner-empty{background:linear-gradient(135deg,#1185fe 0,#58a6ff 100%)}.lbsky-profile-body{padding:0 18px 18px}.lbsky-avatar{display:block!important;width:84px!important;height:84px!important;max-width:84px!important;max-height:84px!important;min-width:84px!important;min-height:84px!important;border:4px solid var(--bg);border-top-left-radius:50%!important;border-top-right-radius:50%!important;border-bottom-right-radius:50%!important;border-bottom-left-radius:50%!important;background:var(--card);object-fit:cover;margin-top:-42px;padding:0;flex-shrink:0}.lbsky-avatar-empty{background:var(--card)}.lbsky-profile-meta{margin-top:10px}.lbsky-profile-meta .lbsky-name{font-size:20px;font-weight:700;color:var(--fg)}.lbsky-profile-meta .lbsky-name:hover{text-decoration:none;opacity:.85}.lbsky-profile-meta .lbsky-handle{color:var(--muted);font-size:14px}.lbsky-desc{margin-top:10px}.lbsky-stats{margin-top:12px;display:flex;gap:16px;flex-wrap:wrap;font-size:14px;color:var(--muted)}.lbsky-stats strong{color:var(--fg);font-weight:700}.lbsky-embed .lbsky-cta,.lbsky-embed.lbsky-theme-dark .lbsky-cta,.lbsky-embed.lbsky-theme-light .lbsky-cta,a.lbsky-cta{display:inline-block!important;margin-top:14px;padding:8px 16px!important;background:var(--accent)!important;color:#fff!important;font-weight:600;line-height:1.2!important;border:0!important;border-top-left-radius:999px!important;border-top-right-radius:999px!important;border-bottom-right-radius:999px!important;border-bottom-left-radius:999px!important;width:auto!important;max-width:none!important}.lbsky-cta:hover{opacity:.9;text-decoration:none}.lbsky-profile-centered .lbsky-profile-body{display:flex;flex-direction:column;align-items:center;text-align:center}.lbsky-profile-centered .lbsky-stats{justify-content:center}.lbsky-feed{padding:4px 0}.lbsky-post{padding:14px 18px;border-bottom:1px solid var(--border)}.lbsky-post:last-child{border-bottom:0}.lbsky-repost-tag{font-size:12px;color:var(--muted);margin-bottom:4px}.lbsky-post-head{display:flex;align-items:center;gap:8px;margin-bottom:6px}.lbsky-mini-avatar{display:block!important;width:32px!important;height:32px!important;max-width:32px!important;max-height:32px!important;min-width:32px!important;min-height:32px!important;border-top-left-radius:50%!important;border-top-right-radius:50%!important;border-bottom-right-radius:50%!important;border-bottom-left-radius:50%!important;background:var(--card);object-fit:cover;padding:0;margin:0;flex-shrink:0}.lbsky-post-author{flex:1;min-width:0;line-height:1.2}.lbsky-post-author .lbsky-name{font-weight:700;display:block;color:var(--fg)}.lbsky-post-author .lbsky-handle{color:var(--muted);font-size:13px;display:block}.lbsky-post-time{color:var(--muted);font-size:13px}.lbsky-post-text{white-space:pre-wrap;word-wrap:break-word}.lbsky-post-counts{display:flex;gap:16px;margin-top:8px;color:var(--muted);font-size:13px;font-variant-numeric:tabular-nums}.lbsky-imgs{display:grid;gap:4px;margin-top:10px;border-radius:8px;overflow:hidden}.lbsky-imgs .lbsky-img{display:block}.lbsky-imgs img{width:100%;height:100%;object-fit:cover;display:block}.lbsky-imgs-1{grid-template-columns:1fr}.lbsky-imgs-2{grid-template-columns:1fr 1fr;aspect-ratio:2/1}.lbsky-imgs-3{grid-template-columns:2fr 1fr;grid-template-rows:1fr 1fr;aspect-ratio:3/2}.lbsky-imgs-3 .lbsky-img:first-child{grid-row:span 2}.lbsky-imgs-4{grid-template-columns:1fr 1fr;aspect-ratio:1/1}.lbsky-card{display:flex;gap:12px;margin-top:10px;padding:10px;background:var(--card);border:1px solid var(--border);border-radius:8px;color:var(--fg)!important}.lbsky-card:hover{text-decoration:none;opacity:.95}.lbsky-card-thumb{width:80px;height:80px;background-size:cover;background-position:center;border-radius:6px;flex-shrink:0}.lbsky-card-body{flex:1;min-width:0}.lbsky-card-title{font-weight:600}.lbsky-card-desc{color:var(--muted);font-size:13px;margin-top:2px;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.lbsky-card-host{color:var(--muted);font-size:12px;margin-top:4px}.lbsky-quoted{margin:10px 0 0;padding:10px 12px;border-left:3px solid var(--accent);background:var(--card);border-radius:0 6px 6px 0}.lbsky-quoted-by{color:var(--muted);font-size:12px;margin-bottom:4px}.lbsky-quoted-text{font-size:14px}.lbsky-embed.lbsky-error{padding:14px 18px;color:var(--muted);font-size:14px}