.home-share { margin-top: 20px; padding-top: 16px; border-top: 1px solid #ddd7cd; }
.home-share h3 { margin: 0 0 10px; font-size: 15px; line-height: 1.5; letter-spacing: 0; }
.home-share-actions { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
.home-share-button { display: inline-flex; align-items: center; justify-content: center; gap: 7px; min-height: 44px; padding: 9px 10px; border: 1px solid #d5dbe2; border-radius: 6px; font: inherit; font-size: 13px; line-height: 1.5; letter-spacing: 0; text-decoration: none; cursor: pointer; }
.home-share-button svg { width: 18px; height: 18px; flex-shrink: 0; }
.share-facebook { color: #fff; background: #1764ce; border-color: #1764ce; }
.share-messenger { color: #075eb6; background: #eef6ff; border-color: #b9d3ef; }
.share-line { color: #fff; background: #087f3f; border-color: #087f3f; }
.share-copy { color: #293847; background: #fff; }
.home-share-button:hover { filter: brightness(.94); }
.home-share-button:focus-visible { outline: 3px solid #ae7e29; outline-offset: 3px; }
.home-share-button:disabled { opacity: .6; cursor: wait; }
.home-share-status { margin: 8px 0 0; font-size: 13px; color: #475569; }
.home-share-status:empty { display: none; }
.home-share-fallback { margin-top: 10px; }
.home-share-fallback[hidden] { display: none; }
.home-share-fallback textarea { display: block; box-sizing: border-box; width: 100%; min-height: 90px; margin-bottom: 8px; padding: 10px; border: 1px solid #bbc6d2; border-radius: 4px; font: inherit; font-size: 16px; resize: vertical; }
.home-share-fallback .home-share-button { margin: 0 6px 6px 0; }
