/* Pineventz Phase 1.7 social feed and community interfaces. */
:root{--pv-social-bg:#f1f3f1;--pv-social-card:#fff;--pv-social-ink:#16201e;--pv-social-muted:#7a8682;--pv-social-border:rgba(20,32,30,.08);--pv-social-teal:#2e847a;--pv-social-teal-dark:#1c5c54;--pv-social-coral:#f26b4e;--pv-social-shadow:0 12px 38px -28px rgba(20,40,38,.45)}
.pv-social-feed-page,.home.logged-in{background:var(--pv-social-bg)}
.pv-social-main{min-height:calc(100vh - var(--pv-fixed-stack-height,0px));padding:22px 0 96px;background:linear-gradient(180deg,#edf2ef 0,#f7f8f7 430px,#f1f3f1 100%)}
.pv-social-shell{width:min(1320px,calc(100% - 40px));margin:0 auto;display:grid;grid-template-columns:248px minmax(0,1fr) 320px;gap:24px;align-items:start}
.pv-social-left,.pv-social-right{position:sticky;top:calc(var(--pv-fixed-stack-height,0px) + 22px);display:flex;flex-direction:column;gap:16px;max-height:calc(100vh - var(--pv-fixed-stack-height,0px) - 38px);overflow:auto;scrollbar-width:none}.pv-social-left::-webkit-scrollbar,.pv-social-right::-webkit-scrollbar{display:none}
.pv-social-profile-card,.pv-social-side-nav,.pv-social-interest-card,.pv-social-composer-card,.pv-social-feed-tabs,.pv-social-post-card,.pv-social-side-card,.pv-social-empty{background:var(--pv-social-card);border:1px solid var(--pv-social-border);box-shadow:var(--pv-social-shadow);border-radius:18px}
.pv-social-profile-card{overflow:hidden}.pv-social-profile-cover{height:66px;background:radial-gradient(circle at 15% 10%,rgba(255,255,255,.28),transparent 35%),linear-gradient(120deg,#2e847a,#56c2b0)}.pv-social-profile-body{padding:0 18px 18px;margin-top:-33px}.pv-social-profile-avatar{width:68px;height:68px;border-radius:50%;object-fit:cover;border:4px solid #fff;background:#dfe8e4}.pv-social-profile-body h2{font-size:18px;margin:9px 0 2px;color:var(--pv-social-ink)}.pv-social-profile-body>p{font-size:13px;color:var(--pv-social-muted);margin:0}.pv-social-mini-stats{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:15px}.pv-social-mini-stats a{text-decoration:none;display:flex;flex-direction:column;align-items:center;padding:10px 6px;border-radius:12px;background:#f5f7f6;color:var(--pv-social-ink)}.pv-social-mini-stats strong{font-size:16px}.pv-social-mini-stats span{font-size:11px;color:var(--pv-social-muted)}.pv-social-view-profile{display:block;text-align:center;text-decoration:none;color:var(--pv-social-teal-dark);font-weight:750;font-size:13.5px;padding:10px;border:1.5px solid rgba(46,132,122,.25);border-radius:11px;margin-top:14px}.pv-social-view-profile:hover{background:rgba(46,132,122,.07)}
.pv-social-side-nav{padding:10px;display:flex;flex-direction:column;gap:2px}.pv-social-side-nav a{display:flex;align-items:center;gap:13px;text-decoration:none;font-weight:700;font-size:14px;color:#33413e;padding:11px 13px;border-radius:11px;transition:.2s}.pv-social-side-nav a:hover,.pv-social-side-nav a.is-active{background:rgba(46,132,122,.1);color:var(--pv-social-teal-dark)}.pv-social-side-nav svg{flex:none;color:var(--pv-social-teal)}
.pv-social-interest-card{padding:16px}.pv-social-interest-card h3{margin:0 0 11px;font-size:15px}.pv-social-interest-card>div{display:flex;flex-wrap:wrap;gap:7px}.pv-social-interest-card a{text-decoration:none;color:var(--pv-social-teal-dark);background:rgba(46,132,122,.1);font-size:11.5px;font-weight:700;padding:6px 10px;border-radius:999px}
.pv-social-feed-column{display:flex;flex-direction:column;gap:16px;min-width:0}.pv-social-composer-card{padding:16px}.pv-social-composer-start{display:flex;align-items:center;gap:12px}.pv-social-composer-start img{width:44px;height:44px;border-radius:50%;object-fit:cover}.pv-social-composer-start button{flex:1;text-align:left;border:0;background:#f1f3f1;border-radius:999px;padding:13px 18px;color:var(--pv-social-muted);font:inherit;font-size:14.5px;cursor:pointer;transition:.2s}.pv-social-composer-start button:hover{background:#e7ebe9;color:#43504d}.pv-social-composer-shortcuts{display:flex;gap:6px;margin-top:14px;padding-top:14px;border-top:1px solid var(--pv-social-border)}.pv-social-composer-shortcuts button{flex:1;display:flex;align-items:center;justify-content:center;gap:8px;border:0;background:transparent;color:#3a4744;font:inherit;font-size:13.5px;font-weight:700;padding:9px;border-radius:10px;cursor:pointer}.pv-social-composer-shortcuts button:hover{background:#f1f3f1}.pv-social-composer-shortcuts button:nth-child(1) svg{color:#2e847a}.pv-social-composer-shortcuts button:nth-child(2) svg{color:#f26b4e}.pv-social-composer-shortcuts button:nth-child(3) svg{color:#6e8bf0}
.pv-social-feed-tabs{display:flex;gap:4px;padding:5px}.pv-social-feed-tabs a{flex:1;text-align:center;text-decoration:none;color:#66716e;font-size:13.5px;font-weight:750;padding:10px;border-radius:10px}.pv-social-feed-tabs a:hover{background:#f5f7f6}.pv-social-feed-tabs a.is-active{background:var(--pv-social-teal-dark);color:#fff}
.pv-social-feed-list{display:flex;flex-direction:column;gap:16px}.pv-social-post-card{overflow:hidden}.pv-social-post-header{display:flex;align-items:center;gap:12px;padding:16px 16px 0}.pv-social-post-header>img{width:44px;height:44px;border-radius:50%;object-fit:cover;flex:none}.pv-social-post-header>div{flex:1;min-width:0}.pv-social-post-header p{margin:0;font-size:14.5px;color:var(--pv-social-ink);line-height:1.35}.pv-social-post-header p a{color:inherit;text-decoration:none;font-weight:800}.pv-social-post-header p span{font-weight:500;color:var(--pv-social-muted)}.pv-social-post-header small{display:block;color:#9aa5a2;font-size:12px;margin-top:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pv-social-post-menu{position:relative}.pv-social-post-menu summary{list-style:none;cursor:pointer;color:#7d8986;font-weight:900;letter-spacing:1px;padding:7px 8px;border-radius:8px}.pv-social-post-menu summary::-webkit-details-marker{display:none}.pv-social-post-menu[open] summary{background:#f1f3f1}.pv-social-post-menu>div{position:absolute;right:0;top:38px;z-index:30;width:180px;background:#fff;border:1px solid var(--pv-social-border);border-radius:12px;padding:6px;box-shadow:0 18px 38px -20px rgba(0,0,0,.45)}.pv-social-post-menu button,.pv-social-post-menu a{width:100%;display:block;text-align:left;border:0;background:transparent;color:#34413e;text-decoration:none;font:inherit;font-size:13px;padding:9px 10px;border-radius:8px;cursor:pointer}.pv-social-post-menu button:hover,.pv-social-post-menu a:hover{background:#f1f3f1}.pv-social-post-copy{padding:12px 16px 0;color:#26322f;font-size:14.5px;line-height:1.58}.pv-social-post-copy p{margin:0 0 8px}.pv-social-post-media{margin-top:13px;display:grid;gap:3px;background:#e8ecea;max-height:560px;overflow:hidden}.pv-social-post-media.count-1{grid-template-columns:1fr}.pv-social-post-media.count-2{grid-template-columns:1fr 1fr;height:390px}.pv-social-post-media.count-3,.pv-social-post-media.count-4{grid-template-columns:1fr 1fr;height:430px}.pv-social-post-media button{border:0;padding:0;background:#e4e8e6;cursor:zoom-in;overflow:hidden;min-height:220px}.pv-social-post-media.count-3 button:first-child{grid-row:span 2}.pv-social-post-media img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s ease}.pv-social-post-media button:hover img{transform:scale(1.025)}
.pv-social-video-embed{margin:13px 16px 0;border-radius:14px;overflow:hidden;background:#111}.pv-social-video-embed iframe{width:100%;aspect-ratio:16/9;height:auto;display:block;border:0}.pv-social-video-embed>a{display:flex;align-items:center;gap:12px;text-decoration:none;padding:18px;color:#fff}.pv-social-video-embed>a svg{width:32px;height:32px}.pv-social-video-embed>a span{display:flex;flex-direction:column}.pv-social-video-embed>a small{color:#bbc3c0}
.pv-social-event-share{display:block;margin:13px 16px 0;border:1px solid rgba(20,32,30,.1);border-radius:15px;overflow:hidden;text-decoration:none;background:#fff;color:inherit;transition:.2s}.pv-social-event-share:hover{transform:translateY(-2px);box-shadow:0 14px 28px -22px rgba(0,0,0,.5)}.pv-social-event-image{height:190px;position:relative;background:linear-gradient(135deg,#2e847a,#9bd9cf);overflow:hidden}.pv-social-event-image>img{width:100%;height:100%;object-fit:cover}.pv-social-event-image>time{position:absolute;top:12px;left:12px;background:rgba(255,255,255,.96);border-radius:11px;padding:6px 9px;text-align:center;line-height:1;box-shadow:0 4px 12px -4px rgba(0,0,0,.35)}.pv-social-event-image>time b{display:block;font-size:10px;color:var(--pv-social-coral)}.pv-social-event-image>time strong{display:block;font-size:17px;color:var(--pv-social-ink);margin-top:2px}.pv-social-event-image>em{position:absolute;top:13px;right:12px;color:#fff;background:rgba(20,40,38,.48);padding:5px 9px;border-radius:999px;font-size:10.5px;font-style:normal;font-weight:700;backdrop-filter:blur(4px)}.pv-social-event-copy{padding:14px 15px}.pv-social-event-copy h3{margin:0;font-size:18px;color:var(--pv-social-ink)}.pv-social-event-copy p{margin:7px 0 0;font-size:13px;color:var(--pv-social-muted)}.pv-social-event-copy>div{display:flex;justify-content:space-between;gap:15px;margin-top:12px;font-size:13px}.pv-social-event-copy>div span{color:var(--pv-social-teal-dark);font-weight:800}.pv-social-event-copy>div b{color:var(--pv-social-teal)}
.pv-social-post-stats{display:flex;align-items:center;justify-content:space-between;padding:13px 16px 0;color:#8b9693;font-size:12.5px}.pv-social-post-stats span{display:flex;align-items:center;gap:5px}.pv-social-post-stats i{width:18px;height:18px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f26b4e,#f2a33c);color:#fff;font-size:10px;font-style:normal}.pv-social-post-actions{display:flex;gap:4px;padding:8px 12px 12px;margin-top:8px;border-top:1px solid var(--pv-social-border)}.pv-social-post-actions button{flex:1;display:flex;align-items:center;justify-content:center;gap:8px;border:0;background:transparent;color:#3a4744;font:inherit;font-size:13px;font-weight:750;padding:9px;border-radius:10px;cursor:pointer}.pv-social-post-actions button:hover{background:#f1f3f1}.pv-social-post-actions button.is-active{color:var(--pv-social-coral)}.pv-social-post-actions button[data-pv-save].is-active{color:var(--pv-social-teal)}.pv-social-post-actions button.is-active svg{fill:currentColor}
.pv-social-comments{padding:0 16px;display:flex;flex-direction:column;gap:10px}.pv-social-comment{display:flex;gap:8px}.pv-social-comment>img{width:34px;height:34px;border-radius:50%;object-fit:cover;flex:none}.pv-social-comment-main{min-width:0;flex:1}.pv-social-comment-bubble{display:inline-block;max-width:100%;background:#f1f3f1;border-radius:15px;padding:9px 12px}.pv-social-comment-bubble>a,.pv-social-comment-bubble>strong{display:block;text-decoration:none;color:var(--pv-social-ink);font-size:12.5px;font-weight:800}.pv-social-comment-bubble p{margin:2px 0 0;color:#34413e;font-size:13px;line-height:1.42}.pv-social-comment-meta{display:flex;align-items:center;gap:10px;padding:4px 8px;color:#8a9592;font-size:11px}.pv-social-comment-meta button{border:0;background:transparent;color:#61706c;font:inherit;font-weight:700;padding:0;cursor:pointer}.pv-social-replies{margin-top:8px;display:flex;flex-direction:column;gap:8px}.pv-social-reply>img{width:30px;height:30px}.pv-social-comment-form{display:flex;align-items:center;gap:8px;padding:12px 16px 16px}.pv-social-comment-form label{flex:1;display:flex;align-items:center;gap:8px;background:#f1f3f1;border-radius:999px;padding:5px 12px 5px 5px}.pv-social-comment-form img{width:32px;height:32px;border-radius:50%;object-fit:cover}.pv-social-comment-form textarea{flex:1;min-height:28px;max-height:110px;resize:none;border:0!important;background:transparent!important;box-shadow:none!important;padding:6px 0!important;font:inherit;font-size:13px;line-height:1.4}.pv-social-comment-form button{width:38px;height:38px;border:0;border-radius:50%;background:var(--pv-social-teal-dark);color:#fff;display:grid;place-items:center;cursor:pointer}.pv-social-comment-form button:disabled{opacity:.55}
.pv-social-side-card{padding:18px}.pv-social-side-title{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.pv-social-side-title h3{margin:0;font-size:16px}.pv-social-side-title a{font-size:12.5px;font-weight:750;color:var(--pv-social-teal);text-decoration:none}.pv-social-suggestion-list,.pv-social-request-list,.pv-social-upcoming-list{display:flex;flex-direction:column;gap:14px}.pv-social-suggestion-list article,.pv-social-request-list article{display:flex;align-items:center;gap:10px}.pv-social-suggestion-list article>img,.pv-social-request-list article>img{width:42px;height:42px;border-radius:50%;object-fit:cover}.pv-social-suggestion-list article>div,.pv-social-request-list article>div{flex:1;min-width:0}.pv-social-suggestion-list article a,.pv-social-request-list article a{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-decoration:none;color:var(--pv-social-ink);font-size:13.5px;font-weight:800}.pv-social-suggestion-list article span,.pv-social-request-list article span{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#929d99;font-size:11.5px}.pv-social-follow-button{flex:none;border:1.5px solid rgba(46,132,122,.3);background:#fff;color:var(--pv-social-teal-dark);font:inherit;font-size:12px;font-weight:800;padding:7px 13px;border-radius:999px;cursor:pointer}.pv-social-follow-button:hover,.pv-social-follow-button.is-following{background:var(--pv-social-teal-dark);color:#fff;border-color:var(--pv-social-teal-dark)}.pv-social-follow-button.is-requested{background:#edf4f2;color:#5e6c68}.pv-social-request-list article{flex-wrap:wrap}.pv-social-request-actions{width:100%;display:flex;gap:7px;padding-left:52px}.pv-social-request-actions button{border:0;border-radius:8px;padding:7px 11px;font:inherit;font-size:11.5px;font-weight:800;cursor:pointer}.pv-social-request-actions button:first-child{background:var(--pv-social-teal-dark);color:#fff}.pv-social-request-actions button:last-child{background:#eef1ef;color:#4e5c58}.pv-social-mini-event{display:flex;gap:11px;text-decoration:none;color:inherit}.pv-social-mini-event>img,.pv-social-mini-event-placeholder{width:72px;height:58px;border-radius:10px;object-fit:cover;flex:none;background:linear-gradient(135deg,#2e847a,#9bd9cf)}.pv-social-mini-event>div{min-width:0}.pv-social-mini-event time{display:block;color:var(--pv-social-coral);font-size:10px;font-weight:850}.pv-social-mini-event strong{display:block;font-size:13px;line-height:1.35;color:var(--pv-social-ink);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pv-social-mini-event small{display:block;color:#8b9693;font-size:11px;margin-top:3px}.pv-social-muted{margin:0;color:var(--pv-social-muted);font-size:13px;line-height:1.5}
.pv-social-empty{text-align:center;padding:46px 24px}.pv-social-empty>span{width:64px;height:64px;border-radius:50%;display:grid;place-items:center;margin:0 auto 16px;background:rgba(46,132,122,.1);color:var(--pv-social-teal)}.pv-social-empty>span svg{width:32px;height:32px}.pv-social-empty h2{margin:0;font-size:22px}.pv-social-empty p{max-width:460px;margin:8px auto 18px;color:var(--pv-social-muted)}.pv-social-pagination{display:flex;justify-content:center;gap:6px}.pv-social-pagination .page-numbers{display:grid;place-items:center;min-width:38px;height:38px;padding:0 10px;border-radius:10px;background:#fff;border:1px solid var(--pv-social-border);text-decoration:none;color:var(--pv-social-ink);font-weight:700}.pv-social-pagination .current{background:var(--pv-social-teal-dark);color:#fff}
.pv-social-modal[hidden]{display:none!important}.pv-social-modal{position:fixed;inset:0;z-index:10020;display:grid;place-items:center;padding:20px}.pv-social-modal-backdrop{position:absolute;inset:0;background:rgba(8,22,20,.68);backdrop-filter:blur(4px)}.pv-social-modal-panel{position:relative;width:min(680px,100%);max-height:min(860px,calc(100vh - 40px));overflow:auto;background:#fff;border-radius:20px;box-shadow:0 30px 80px -35px rgba(0,0,0,.7)}.pv-social-modal-panel.is-small{width:min(520px,100%)}.pv-social-modal-panel>header{position:sticky;top:0;z-index:2;display:flex;align-items:center;justify-content:space-between;padding:18px 20px;background:#fff;border-bottom:1px solid var(--pv-social-border)}.pv-social-modal-panel>header h2{margin:0;font-size:20px}.pv-social-modal-panel>header button{border:0;width:36px;height:36px;border-radius:50%;background:#eef1ef;font-size:25px;line-height:1;cursor:pointer}.pv-social-modal-panel form{padding:18px 20px}.pv-social-compose-author{display:flex;align-items:center;gap:11px}.pv-social-compose-author img{width:46px;height:46px;border-radius:50%;object-fit:cover}.pv-social-compose-author>div{display:flex;flex-direction:column}.pv-social-compose-author select{border:0!important;background:#edf4f2!important;padding:3px 8px!important;border-radius:999px!important;font-size:11px!important;width:auto!important}.pv-social-compose-copy{display:block;position:relative;margin-top:14px}.pv-social-compose-copy textarea{width:100%;border:0!important;box-shadow:none!important;padding:8px 0!important;font-size:18px;line-height:1.55;resize:vertical;min-height:130px}.pv-social-compose-copy small{display:block;text-align:right;color:#8a9592}.pv-social-compose-grid{display:grid;grid-template-columns:1fr 1fr;gap:13px;padding-top:15px;border-top:1px solid var(--pv-social-border)}.pv-social-compose-grid label,.pv-social-modal-panel.is-small label{display:flex;flex-direction:column;gap:6px;font-size:13px;font-weight:750}.pv-social-compose-grid input,.pv-social-compose-grid select,.pv-social-modal-panel.is-small select,.pv-social-modal-panel.is-small textarea{width:100%;border:1px solid #d9dfdc;border-radius:10px;padding:10px 11px;background:#fff;font:inherit}.pv-social-compose-grid small{font-size:10.5px;color:#8b9693;font-weight:500}.pv-social-compose-preview{display:grid;grid-template-columns:repeat(4,1fr);gap:5px;margin-top:12px}.pv-social-compose-preview img{width:100%;height:90px;object-fit:cover;border-radius:8px}.pv-social-form-response{min-height:22px;margin-top:10px;color:var(--pv-social-teal-dark);font-size:13px}.pv-social-form-response.is-error{color:#b42c2c}.pv-social-modal-panel footer{display:flex;justify-content:flex-end;gap:8px;padding-top:15px}.pv-social-modal-open{overflow:hidden}
.pv-social-bottom-nav{display:none;position:fixed;left:0;right:0;bottom:0;z-index:1005;background:rgba(255,255,255,.96);border-top:1px solid var(--pv-social-border);padding:8px max(10px,env(safe-area-inset-right)) calc(8px + env(safe-area-inset-bottom)) max(10px,env(safe-area-inset-left));box-shadow:0 -10px 32px -25px rgba(0,0,0,.55);backdrop-filter:blur(12px);align-items:end;justify-content:space-around}.pv-social-bottom-nav a{display:flex;flex-direction:column;align-items:center;gap:3px;text-decoration:none;color:#8d9895;font-size:10px;font-weight:700}.pv-social-bottom-nav a.is-active{color:var(--pv-social-teal-dark)}.pv-social-bottom-nav>a img{width:23px;height:23px;border-radius:50%;object-fit:cover}.pv-social-bottom-nav>button{width:50px;height:50px;border-radius:50%;border:0;background:linear-gradient(135deg,#2e847a,#1c5c54);color:#fff;display:grid;place-items:center;margin-top:-24px;box-shadow:0 9px 20px -8px rgba(28,92,84,.8)}.pv-social-bottom-nav>button svg{width:25px;height:25px}
.pv-profile-social-tabs{display:flex;gap:5px;background:#fff;border:1px solid var(--pv-social-border);border-radius:14px;padding:5px;margin-bottom:16px}.pv-profile-social-tabs a{flex:1;text-align:center;text-decoration:none;padding:10px;border-radius:10px;color:#66716e;font-size:13px;font-weight:750}.pv-profile-social-tabs a.is-active{background:var(--pv-social-teal-dark);color:#fff}.pv-profile-social-posts{display:flex;flex-direction:column;gap:16px}.pv-profile-people-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.pv-profile-people-grid article{display:flex;align-items:center;gap:11px;border:1px solid var(--pv-social-border);border-radius:14px;padding:12px}.pv-profile-people-grid article>img{width:54px;height:54px;border-radius:50%;object-fit:cover}.pv-profile-people-grid article>div{flex:1;min-width:0}.pv-profile-people-grid article a{display:block;text-decoration:none;color:var(--pv-social-ink);font-weight:800;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pv-profile-people-grid article span{font-size:11.5px;color:var(--pv-social-muted)}.pv-profile-social-actions{display:flex;gap:8px;flex-wrap:wrap}.pv-profile-social-actions .pv-social-follow-button{padding:10px 18px}.pv-profile-more-menu{position:relative}.pv-profile-more-menu summary{list-style:none;width:42px;height:42px;display:grid;place-items:center;border:1px solid var(--pv-social-border);border-radius:12px;cursor:pointer;font-weight:900}.pv-profile-more-menu summary::-webkit-details-marker{display:none}.pv-profile-more-menu>div{position:absolute;right:0;top:48px;width:190px;background:#fff;border:1px solid var(--pv-social-border);border-radius:12px;padding:6px;box-shadow:0 18px 40px -22px rgba(0,0,0,.55);z-index:20}.pv-profile-more-menu button{width:100%;border:0;background:transparent;text-align:left;padding:9px 10px;border-radius:8px;font:inherit;font-size:13px;cursor:pointer}.pv-profile-more-menu button:hover{background:#f1f3f1}.pv-blocked-account-list{display:flex;flex-direction:column;gap:10px}.pv-blocked-account-list article{display:flex;align-items:center;gap:10px;padding:8px;border:1px solid var(--pv-social-border);border-radius:10px}.pv-blocked-account-list img{width:38px;height:38px;border-radius:50%;object-fit:cover}.pv-blocked-account-list span{flex:1;font-weight:700}.pv-blocked-account-list button{border:1px solid rgba(46,132,122,.3);background:#fff;color:var(--pv-social-teal-dark);padding:7px 11px;border-radius:8px;font:inherit;font-size:12px;font-weight:750;cursor:pointer}
.pv-social-photo-viewer{position:fixed;inset:0;z-index:10030;background:rgba(5,12,11,.94);display:grid;grid-template-rows:auto 1fr}.pv-social-photo-viewer[hidden]{display:none}.pv-social-photo-viewer header{display:flex;align-items:center;justify-content:space-between;padding:12px 18px;color:#fff}.pv-social-photo-viewer header button{border:0;background:rgba(255,255,255,.12);color:#fff;border-radius:10px;padding:9px 13px;font:inherit;font-weight:700;cursor:pointer}.pv-social-photo-viewer>div{min-height:0;display:grid;place-items:center;padding:10px 24px 24px;overflow:auto}.pv-social-photo-viewer img{max-width:100%;max-height:calc(100vh - 85px);object-fit:contain}
@media(max-width:1080px){.pv-social-shell{grid-template-columns:248px minmax(0,1fr)}.pv-social-right{display:none}}
@media(max-width:820px){.pv-social-main{padding-top:14px;padding-bottom:112px}.pv-social-shell{grid-template-columns:minmax(0,1fr);width:min(720px,calc(100% - 24px));gap:14px}.pv-social-left{display:none}.pv-social-bottom-nav{display:flex}.pv-social-composer-card,.pv-social-feed-tabs,.pv-social-post-card,.pv-social-empty{border-radius:15px}.pv-social-post-media.count-2,.pv-social-post-media.count-3,.pv-social-post-media.count-4{height:350px}.pv-profile-people-grid{grid-template-columns:1fr}}
@media(max-width:560px){.pv-social-shell{width:100%;gap:10px}.pv-social-composer-card,.pv-social-feed-tabs,.pv-social-post-card,.pv-social-empty{border-left:0;border-right:0;border-radius:0}.pv-social-composer-shortcuts button{font-size:0}.pv-social-composer-shortcuts button svg{width:22px;height:22px}.pv-social-feed-tabs{overflow-x:auto}.pv-social-feed-tabs a{min-width:82px}.pv-social-post-header{padding:13px 12px 0}.pv-social-post-copy{padding:11px 12px 0}.pv-social-post-media.count-1{max-height:450px}.pv-social-post-media.count-2,.pv-social-post-media.count-3,.pv-social-post-media.count-4{height:300px}.pv-social-event-share{margin-left:12px;margin-right:12px}.pv-social-event-image{height:160px}.pv-social-post-actions{padding-left:5px;padding-right:5px}.pv-social-post-actions button{font-size:11.5px;gap:5px;padding:8px 4px}.pv-social-post-actions svg{width:17px;height:17px}.pv-social-comments{padding:0 12px}.pv-social-comment-form{padding:10px 12px 13px}.pv-social-modal{padding:0;align-items:end}.pv-social-modal-panel{width:100%;max-height:92vh;border-radius:20px 20px 0 0}.pv-social-compose-grid{grid-template-columns:1fr}.pv-social-compose-preview{grid-template-columns:repeat(2,1fr)}.pv-social-compose-preview img{height:120px}.pv-profile-social-tabs{overflow-x:auto}.pv-profile-social-tabs a{min-width:90px}}
@media(prefers-reduced-motion:reduce){.pv-social-event-share,.pv-social-post-media img{transition:none}}
/* Profile community refinements. */
.pv-profile-stats.is-social{grid-template-columns:repeat(4,minmax(0,1fr))}
.pv-profile-social-panel{background:transparent;border:0;box-shadow:none;padding:0}
.pv-profile-social-panel>.pv-profile-section-title{background:#fff;border:1px solid var(--pv-social-border);border-radius:14px;padding:16px 18px;margin-bottom:16px}
.pv-profile-social-panel>.pv-profile-social-posts{width:min(720px,100%);margin:0 auto}
.pv-profile-social-actions>.pv-social-follow-button{min-width:116px;border:0;border-radius:12px;background:var(--pv-social-teal-dark);color:#fff;font:inherit;font-weight:800;cursor:pointer;transition:transform .2s ease,background .2s ease}
.pv-profile-social-actions>.pv-social-follow-button:hover{transform:translateY(-1px);background:var(--pv-social-teal)}
.pv-profile-social-actions>.pv-social-follow-button.is-following,.pv-profile-social-actions>.pv-social-follow-button.is-requested{background:#fff;color:var(--pv-social-teal-dark);border:1px solid rgba(46,132,122,.32)}
@media(max-width:720px){.pv-profile-stats.is-social{grid-template-columns:repeat(2,minmax(0,1fr))}.pv-profile-stats.is-social article:last-child{grid-column:auto}}
.pv-social-mobile-extras{display:none;gap:12px}.pv-social-mobile-card{padding:14px}.pv-social-mobile-suggestions{display:flex;gap:10px;overflow-x:auto;padding-bottom:3px;scrollbar-width:none}.pv-social-mobile-suggestions::-webkit-scrollbar{display:none}.pv-social-mobile-suggestions article{flex:0 0 210px;display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:9px;border:1px solid var(--pv-social-border);border-radius:13px;padding:10px}.pv-social-mobile-suggestions article>img{width:42px;height:42px;border-radius:50%;object-fit:cover}.pv-social-mobile-suggestions article>div{min-width:0}.pv-social-mobile-suggestions article a{display:block;color:var(--pv-social-ink);text-decoration:none;font-size:13px;font-weight:800;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pv-social-mobile-suggestions article span{display:block;color:var(--pv-social-muted);font-size:10.5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pv-social-mobile-suggestions .pv-social-follow-button{grid-column:1/-1;border:0;border-radius:9px;padding:7px;background:var(--pv-social-teal-dark);color:#fff;font:inherit;font-size:11px;font-weight:800;cursor:pointer}.pv-social-mobile-suggestions .pv-social-follow-button.is-following,.pv-social-mobile-suggestions .pv-social-follow-button.is-requested{background:#edf5f3;color:var(--pv-social-teal-dark)}
@media(max-width:1080px){.pv-social-mobile-extras{display:flex;flex-direction:column}}
.pv-social-post-actions>a{flex:1;display:flex;align-items:center;justify-content:center;gap:8px;color:#3a4744;text-decoration:none;font-size:13px;font-weight:750;padding:9px;border-radius:10px}.pv-social-post-actions>a:hover{background:#f1f3f1}

/* Phase 1.7.2 public social-feed preview. */
.pv-social-feed-guest .pv-social-main{padding-top:0}
.pv-social-guest-hero{margin:0 0 28px;padding:clamp(46px,7vw,88px) 20px;background:linear-gradient(135deg,#133f3a 0%,var(--pv-pine) 58%,#65cbbb 100%);color:#fff;overflow:hidden;position:relative}
.pv-social-guest-hero::before{content:"";position:absolute;inset:-45% auto auto 58%;width:520px;height:520px;border-radius:50%;background:rgba(255,255,255,.11);filter:blur(2px)}
.pv-social-guest-hero-inner{position:relative;z-index:1;width:min(1120px,100%);margin:0 auto;display:grid;grid-template-columns:minmax(0,1.45fr) minmax(250px,.55fr);gap:clamp(32px,6vw,80px);align-items:center}
.pv-social-guest-eyebrow{display:inline-flex;margin-bottom:16px;font-size:.78rem;font-weight:900;letter-spacing:.16em;text-transform:uppercase;color:#bff4ea}
.pv-social-guest-hero h1{max-width:820px;margin:0;font-size:clamp(2.35rem,5.2vw,4.75rem);line-height:.98;letter-spacing:-.055em;color:#fff}
.pv-social-guest-hero p{max-width:760px;margin:24px 0 28px;color:rgba(255,255,255,.82);font-size:clamp(1rem,1.5vw,1.15rem);line-height:1.72}
.pv-social-guest-actions{display:flex;flex-wrap:wrap;gap:12px}
.pv-social-guest-actions .pv-button-secondary{border-color:rgba(255,255,255,.48);background:rgba(255,255,255,.09);color:#fff}
.pv-social-guest-actions .pv-button-secondary:hover,.pv-social-guest-actions .pv-button-secondary:focus-visible{background:#fff;color:var(--pv-pine-dark)}
.pv-social-guest-points{display:grid;gap:12px}
.pv-social-guest-points span{display:flex;align-items:center;gap:13px;padding:16px 18px;border:1px solid rgba(255,255,255,.2);border-radius:16px;background:rgba(6,35,31,.24);backdrop-filter:blur(12px);box-shadow:0 18px 42px rgba(0,0,0,.12)}
.pv-social-guest-points svg{flex:0 0 auto;width:24px;height:24px;color:#bff4ea}
.pv-social-shell-guest{grid-template-columns:minmax(0,1fr) 320px;max-width:1080px}
.pv-social-guest-right{display:grid!important}
.pv-social-guest-join{padding:24px;background:linear-gradient(145deg,#eef9f7,#fff)}
.pv-social-guest-join>span{display:grid;place-items:center;width:46px;height:46px;border-radius:14px;background:var(--pv-pine);color:#fff}
.pv-social-guest-join h2{margin:18px 0 9px;font-size:1.35rem}
.pv-social-guest-join p{margin:0 0 20px;color:var(--pv-social-muted);line-height:1.62}
.pv-social-guest-view{flex:0 0 auto;padding:7px 10px;border:1px solid var(--pv-social-border);border-radius:999px;color:var(--pv-pine);font-size:.75rem;font-weight:850;text-decoration:none}
.pv-social-guest-view:hover,.pv-social-guest-view:focus-visible{border-color:var(--pv-pine);background:var(--pv-soft)}
.pv-social-guest-empty a{margin-top:8px}
.pv-social-feed-guest .pv-social-post-actions>a{display:flex;align-items:center;justify-content:center;gap:7px;flex:1;padding:9px;color:var(--pv-social-muted);font-weight:750;text-decoration:none}
.pv-social-feed-guest .pv-social-post-actions>a:hover,.pv-social-feed-guest .pv-social-post-actions>a:focus-visible{background:var(--pv-social-soft);color:var(--pv-pine)}
@media(max-width:1080px){.pv-social-shell-guest{grid-template-columns:minmax(0,1fr) 300px}.pv-social-shell-guest .pv-social-right{display:grid!important}}
@media(max-width:820px){.pv-social-guest-hero{margin-bottom:14px;padding:40px 18px}.pv-social-guest-hero-inner{grid-template-columns:1fr}.pv-social-guest-points{grid-template-columns:repeat(3,minmax(0,1fr))}.pv-social-guest-points span{align-items:flex-start;flex-direction:column}.pv-social-shell-guest{grid-template-columns:1fr;width:min(720px,calc(100% - 24px))}.pv-social-shell-guest .pv-social-right{display:grid!important;position:static;grid-row:1;margin-bottom:0}.pv-social-shell-guest .pv-social-guest-right>section:not(.pv-social-guest-join){display:none}}
@media(max-width:560px){.pv-social-guest-hero{padding:34px 18px}.pv-social-guest-hero h1{font-size:clamp(2.2rem,12vw,3.25rem)}.pv-social-guest-actions{display:grid}.pv-social-guest-actions .pv-button{width:100%;justify-content:center}.pv-social-guest-points{grid-template-columns:1fr}.pv-social-guest-points span{align-items:center;flex-direction:row}.pv-social-shell-guest{width:100%}.pv-social-shell-guest .pv-social-guest-right{padding:0 12px}.pv-social-guest-join{border-radius:16px}.pv-social-feed-guest .pv-social-feed-tabs{margin-top:0}}
