.profile-tabs{display:flex;overflow:auto;border:1px solid var(--line);border-radius:16px;background:#fff;padding:6px;gap:5px}.profile-tabs button{white-space:nowrap;padding:12px 16px;border:0;border-radius:11px;background:transparent;color:var(--muted);font:800 13px Manrope;cursor:pointer}.profile-tabs button.active{background:linear-gradient(135deg,var(--teal),var(--blue));color:#fff}.profile-details [data-profile-panel]{display:none}.profile-details [data-profile-panel].active{display:block}.share-sheet{position:fixed;inset:0;z-index:100;display:grid;place-items:center;padding:20px}.share-sheet-backdrop{position:absolute;inset:0;background:rgba(4,20,35,.62);backdrop-filter:blur(4px)}.share-sheet>section{position:relative;width:min(520px,100%);padding:24px;border-radius:24px;background:#fff;box-shadow:0 30px 90px rgba(4,20,35,.35)}.share-sheet header{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}.share-sheet header strong{font-size:22px}.share-sheet header button{width:38px;height:38px;border:0;border-radius:50%;background:var(--soft);font-size:25px;cursor:pointer}.share-network-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:11px}.share-network-grid a,.share-network-grid button{display:grid;place-items:center;gap:7px;min-height:104px;padding:12px;border:1px solid var(--line);border-radius:16px;background:#fff;color:var(--ink);font:800 13px Manrope;cursor:pointer}.share-network-grid span{display:grid;place-items:center;width:43px;height:43px;border-radius:13px;background:var(--soft);font-size:23px}.share-whatsapp span{background:#dff8e9;color:#128c4b}.share-facebook span{background:#e7efff;color:#1877f2}.share-x span{background:#e9edf1;color:#111}.share-email span{background:#fff0e6;color:#d65a22}@media(max-width:600px){.share-network-grid{grid-template-columns:repeat(2,1fr)}.share-sheet{align-items:end}.share-sheet>section{border-radius:24px 24px 0 0;margin-bottom:-20px}}
