/* NannyAI.net v1.4.0 — individual cat sharing only; no collection surface. */
.cat-share-action{display:inline-flex;gap:4px;align-items:center;justify-content:center;min-height:36px;padding:5px 8px;margin:-5px -5px -5px 0;border-radius:7px;white-space:nowrap;font-size:11px;font-weight:700;color:#715095}
.cat-share-action:hover{background:#f3eafb}
.mini-cat-share-label{display:block;margin-top:4px;font-size:10px;color:#715095;text-decoration:underline;text-underline-offset:3px}
.cat-share-dialog{padding:0;border:1px solid #d8c9e9;border-radius:20px;width:min(456px,calc(100vw - 28px));max-height:calc(100vh - 28px);max-height:calc(100dvh - 28px);overflow:auto;background:#faf9fe;color:#263148;box-shadow:0 24px 90px #16132945}
.cat-share-dialog::backdrop{background:#171c3099}
.cat-share-shell{position:relative;padding:26px;overflow-wrap:anywhere}
.cat-share-close{position:absolute;top:10px;right:10px;color:#775c91}
.cat-share-shell>.eyebrow{font-size:8px;padding-right:27px;letter-spacing:.08em}
.cat-share-shell>h2{font-size:28px;margin-top:10px}
.cat-share-description{color:#667086;font-size:12px;margin-top:9px;line-height:1.65;min-height:20px}
.cat-share-preview{display:grid;place-items:center;min-height:100px;margin:17px 0;background:#eee8f4;border-radius:13px;overflow:hidden}
.cat-share-preview img{display:block;width:100%;height:190px;object-fit:contain}
.cat-share-primary-actions{display:flex;flex-wrap:wrap;gap:8px}
.cat-share-primary-actions .button{flex:1;min-width:115px;font-size:12px;min-height:44px;padding:10px 12px}
.cat-share-primary-actions .button .icon{width:16px;height:16px}
.cat-share-network-actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:12px}
.cat-share-network-actions a{flex:1;text-align:center;border:1px solid #ddd4e8;border-radius:9px;background:white;min-height:40px;display:grid;place-items:center;font-size:11px;color:#68507f;padding:8px}
.cat-share-network-actions a:hover{border-color:#a887c5;background:#f2eafa}
.cat-share-url-label{display:block;font-size:10px;font-weight:700;color:#6d617c;margin-top:17px;margin-bottom:6px}
.cat-share-copy-row{display:flex;gap:7px}
.cat-share-copy-row input{min-width:0;width:100%;flex:1;border:1px solid #dfd7e7;border-radius:8px;padding:9px 10px;font:inherit;font-size:12px;background:#fff;color:#60576e}
.cat-share-copy-row button{border:1px solid #c4acd9;border-radius:8px;padding:9px 12px;background:#ede1fb;color:#573974;font-size:11px;font-weight:700;white-space:nowrap}
.cat-share-status{min-height:18px;margin-top:7px;font-size:11px;color:#53657e}
.cat-share-privacy{text-align:center;font-size:10px;color:#8a7d98;margin-top:5px}
.shared-cat-page{padding-block:35px 55px;text-align:center;max-width:740px}
.shared-cat-page h1{font-size:clamp(28px,4vw,44px);margin-top:12px}
.shared-cat-intro{font-size:14px;color:#69748a;margin-top:14px}
.shared-cat-figure{margin:26px auto 24px;border:1px solid #e0d6eb;background:white;border-radius:18px;overflow:hidden;max-width:480px}
.shared-cat-figure>img{width:100%;height:auto;max-height:460px;object-fit:scale-down;background:#eee8f4}
.shared-cat-figure figcaption{padding:20px 23px;text-align:left}
.shared-cat-figure figcaption strong{display:block;font-size:19px;letter-spacing:-.02em}
.shared-cat-figure figcaption span{font-size:11px;color:#7e658e}
.shared-cat-figure figcaption p{font-size:14px;line-height:1.8;margin-top:9px;color:#667086}
.shared-cat-actions{display:flex;flex-wrap:wrap;gap:12px;justify-content:center}
.shared-cat-note{margin-top:12px;font-size:12px;color:#6d617c}
@media(max-width:480px){.cat-share-shell{padding:23px 18px 16px}.cat-share-preview img{height:170px}.cat-share-copy-row input{font-size:16px}.shared-cat-page{padding-top:20px}}
@media(max-height:600px){.cat-share-preview img{height:100px}.cat-share-shell{padding-block:18px}.cat-share-description{min-height:0}.cat-share-preview{margin-block:10px}}
@media print{.cat-share-dialog,.cat-share-action,.shared-cat-actions{display:none!important}}

/* v1.3.1: fit the whole card, never crop the source photo; scoped to sharing. */
.cat-share-formats{display:flex;gap:4px;padding:4px;margin-top:14px;border:1px solid #ded4ea;border-radius:11px;background:#eee8f4}
.cat-share-formats button{flex:1;min-height:40px;border:0;border-radius:8px;background:transparent;color:#74637f;font-size:12px;font-weight:700;cursor:pointer}
.cat-share-formats button[aria-pressed="true"]{background:white;color:#563179;box-shadow:0 1px 4px #27123616}
.cat-share-formats button:disabled{cursor:wait;opacity:.65}
.cat-share-preview[data-format="card"]{background:#171c30}
.cat-share-preview[data-format="card"] img{height:auto;aspect-ratio:40/21;object-fit:contain}
.cat-share-format-note{font-size:10px;line-height:1.5;color:#756881;margin-top:10px}
@media(max-height:600px){.cat-share-preview[data-format="card"] img{max-height:160px;width:100%;aspect-ratio:auto}.cat-share-formats{margin-top:9px}}

/* v1.4.0: an invitation, never a list of other cats. */
.shared-cat-invitation{font-size:15px;line-height:1.7;margin:0 0 18px;color:var(--muted)}
.shared-cat-invitation strong{font-weight:650;color:var(--ink)}
