.profile-wrap{max-width:680px;margin:0 auto}.profile-banner{border-radius:14px;height:160px;margin-bottom:64px;position:relative;overflow:visible}.profile-banner-bg{background:radial-gradient(ellipse 80% 100% at 30% 50%, #8b5cf62e 0%, transparent 70%), radial-gradient(ellipse 60% 80% at 80% 20%, #d4a8431a 0%, transparent 60%), var(--surface);border:1px solid var(--border);border-radius:14px;position:absolute;inset:0}.profile-avatar-wrap{position:absolute;bottom:-48px;left:28px}.profile-avatar{background:var(--surface-hi);border:3px solid var(--bg);width:96px;height:96px;color:var(--accent);box-shadow:0 0 0 1px var(--border);border-radius:50%;justify-content:center;align-items:center;font-family:Fraunces,serif;font-size:2rem;font-style:italic;font-weight:700;display:flex;overflow:hidden}.profile-avatar img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.profile-private-badge{background:var(--surface-hi);border:2px solid var(--bg);width:22px;height:22px;color:var(--text-muted);border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;bottom:2px;right:2px}.profile-info{padding:0 4px}.profile-name-row{flex-direction:column;gap:.75rem;display:flex}.profile-name{color:var(--text);font-family:Fraunces,serif;font-size:clamp(1.5rem,3vw,2rem);font-style:italic;font-weight:800;line-height:1.1}.profile-handle{color:var(--text-muted);margin-top:.2rem;font-size:.85rem}.profile-actions{flex-shrink:0;align-items:center;gap:.6rem;display:flex}.profile-page-follow-btn{height:38px;min-width:100px!important;padding:.5rem 1.4rem!important;font-size:.85rem!important}.profile-follow-btn:disabled{opacity:.6;cursor:not-allowed}.profile-msg-btn{cursor:pointer;min-width:88px;color:var(--text-muted);border:1px solid var(--border);background:0 0;border-radius:8px;justify-content:center;align-items:center;gap:.4rem;padding:.5rem 1.2rem;font-family:Syne,sans-serif;font-size:.82rem;font-weight:700;text-decoration:none;transition:all .18s;display:flex}.profile-msg-btn:hover{color:var(--text);background:var(--accent-dim);border-color:#8b5cf666}.profile-msg-btn--locked{opacity:.45;cursor:not-allowed;pointer-events:none}.profile-msg-btn--locked:hover{color:var(--text-muted);border-color:var(--border);background:0 0}.profile-request-banner{background:#8b5cf612;border:1px solid #8b5cf633;border-radius:10px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;width:100%;padding:.65rem .85rem;display:flex}.profile-request-label{color:var(--text-muted);flex:1;align-items:center;gap:.4rem;min-width:0;font-family:Syne,sans-serif;font-size:.82rem;display:flex}.profile-request-name{color:var(--text);white-space:nowrap;text-overflow:ellipsis;max-width:140px;font-weight:700;overflow:hidden}.profile-request-text{color:var(--text-muted);white-space:nowrap}.profile-request-actions{flex-shrink:0;gap:.4rem;display:flex}.profile-req-btn{cursor:pointer;border:1px solid #0000;border-radius:7px;justify-content:center;align-items:center;gap:.25rem;padding:.38rem .85rem;font-family:Syne,sans-serif;font-size:.76rem;font-weight:700;transition:all .18s;display:flex}.profile-req-btn.accept{color:#34d399;background:#34d3991f;border-color:#34d39940}.profile-req-btn.accept:hover:not(:disabled){background:#34d39938;border-color:#34d39973;transform:translateY(-1px)}.profile-req-btn.decline{color:#f87171;background:#ef44441a;border-color:#ef444433}.profile-req-btn.decline:hover:not(:disabled){background:#ef444433;border-color:#ef444466;transform:translateY(-1px)}.profile-req-btn:disabled{opacity:.5;cursor:not-allowed;transform:none}@media (max-width:680px){.profile-request-banner{flex-direction:column;align-items:flex-start;gap:.5rem}.profile-request-name{max-width:180px}}.profile-bio{color:var(--text-muted);max-width:520px;margin-top:1rem;font-size:.92rem;line-height:1.65}.profile-meta{flex-wrap:wrap;gap:1rem;margin-top:.85rem;display:flex}.profile-meta-item{color:var(--text-subtle);align-items:center;gap:.35rem;font-size:.8rem;display:flex}.spin-xs{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:12px;height:12px;animation:.7s linear infinite spin;display:inline-block}@keyframes spin{to{transform:rotate(360deg)}}.au-1{animation:.4s both fadeUp}.au-2{animation:.4s 80ms both fadeUp}.au-3{animation:.4s .16s both fadeUp}@keyframes fadeUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.profile-avatar{position:relative}.profile-avatar-overlay{color:#fff;opacity:0;background:#00000080;border-radius:50%;justify-content:center;align-items:center;transition:opacity .18s;display:flex;position:absolute;inset:0}.profile-avatar:hover .profile-avatar-overlay{opacity:1}.profile-edit-btn{cursor:pointer;color:var(--text-muted);border:1px solid var(--border);background:0 0;border-radius:8px;align-items:center;gap:.4rem;padding:.5rem 1.1rem;font-family:Syne,sans-serif;font-size:.82rem;font-weight:700;transition:all .18s;display:flex}.profile-edit-btn:hover{color:var(--text);background:var(--accent-dim);border-color:#8b5cf666}.profile-edit-form{flex-direction:column;gap:1rem;max-width:520px;margin-top:.5rem;display:flex}.profile-edit-title{color:var(--text);margin-bottom:.25rem;font-family:Fraunces,serif;font-size:1.3rem;font-style:italic;font-weight:700}.pef-row{grid-template-columns:1fr 1fr;gap:.75rem;display:grid}.pef-field{flex-direction:column;gap:.35rem;display:flex}.pef-label{text-transform:uppercase;letter-spacing:.09em;color:var(--text-muted);font-size:.7rem;font-weight:700}.pef-input{background:var(--surface);border:1px solid var(--border);color:var(--text);border-radius:8px;outline:none;width:100%;padding:.6rem .85rem;font-family:Syne,sans-serif;font-size:.88rem;transition:border-color .18s,box-shadow .18s}.pef-input:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-glow)}.pef-textarea{resize:vertical;min-height:80px}.pef-toggle{cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:.65rem;display:flex}.pef-toggle input[type=checkbox]{display:none}.pef-toggle-track{background:var(--border);border-radius:10px;flex-shrink:0;width:36px;height:20px;transition:background .2s;position:relative}.pef-toggle-track:after{content:"";background:var(--text-muted);border-radius:50%;width:14px;height:14px;transition:transform .2s,background .2s;position:absolute;top:3px;left:3px}.pef-toggle input:checked~.pef-toggle-track{background:var(--accent-dim);border:1px solid #8b5cf666}.pef-toggle input:checked~.pef-toggle-track:after{background:var(--accent);transform:translate(16px)}.pef-toggle-label{color:var(--text-muted);font-size:.85rem}.pef-error{color:var(--error);background:var(--error-dim);border:1px solid #ff6b6b33;border-radius:6px;padding:.5rem .75rem;font-size:.82rem}.pef-actions{gap:.6rem;margin-top:.25rem;display:flex}.pef-save{cursor:pointer;background:var(--accent);color:#fff;border:none;border-radius:8px;align-items:center;gap:.4rem;padding:.55rem 1.4rem;font-family:Syne,sans-serif;font-size:.85rem;font-weight:700;transition:all .18s;display:flex}.pef-save:hover:not(:disabled){box-shadow:0 4px 16px var(--accent-glow);background:#8b5cf6d9;transform:translateY(-1px)}.pef-save:disabled{opacity:.6;cursor:not-allowed}.pef-cancel{cursor:pointer;color:var(--text-muted);border:1px solid var(--border);background:0 0;border-radius:8px;padding:.55rem 1.1rem;font-family:Syne,sans-serif;font-size:.85rem;font-weight:700;transition:all .18s}.pef-cancel:hover{color:var(--text);background:var(--surface-hi)}.profile-posts-section{border-top:1px solid var(--border);margin-top:2.5rem;padding-top:1.5rem;padding-bottom:4rem}.profile-posts-header{align-items:center;gap:.75rem;margin-bottom:1.5rem;display:flex}.profile-posts-title{color:var(--text);font-family:Fraunces,serif;font-size:1.25rem;font-style:italic;font-weight:700}.profile-posts-count{background:var(--surface-hi);color:var(--text-muted);border:1px solid var(--border);border-radius:99px;padding:.15rem .6rem;font-family:Syne,sans-serif;font-size:.75rem;font-weight:700}.profile-posts-list{flex-direction:column;gap:1.25rem;display:flex}.profile-posts-loading,.profile-posts-empty,.profile-posts-error{text-align:center;color:var(--text-muted);background:var(--surface-dim);border:1px dashed var(--border);border-radius:12px;padding:3rem 1rem;font-family:Syne,sans-serif;font-size:.9rem}.profile-posts-list .post-card{max-width:none}.profile-tabs{border-bottom:1px solid var(--border);gap:.4rem;margin-bottom:1.25rem;padding-bottom:.1rem;display:flex}.profile-tab{color:var(--text-muted);cursor:pointer;background:0 0;border:none;padding:.6rem 1rem;font-family:Syne,sans-serif;font-size:.88rem;font-weight:600;transition:color .2s;position:relative}.profile-tab:hover{color:var(--text)}.profile-tab.active{color:var(--accent)}.profile-tab.active:after{content:"";background:var(--accent);border-radius:2px 2px 0 0;height:2px;position:absolute;bottom:-1px;left:0;right:0}.profile-follow-stats{gap:1rem;margin-top:1.5rem;padding:0 4px;display:flex}.profile-follow-stat{cursor:pointer;background:0 0;border:none;align-items:center;gap:.4rem;padding:.5rem 0;font-family:Syne,sans-serif;transition:color .2s;display:flex}.profile-follow-stat-value{color:var(--text);font-size:1rem;font-weight:800}.profile-follow-stat-label{color:var(--text-muted);font-size:.85rem;transition:color .2s}.profile-follow-stat:hover .profile-follow-stat-label{color:var(--text)}.profile-follow-stat.active .profile-follow-stat-value,.profile-follow-stat.active .profile-follow-stat-label{color:var(--accent)}.profile-user-list{flex-direction:column;gap:.25rem;display:flex}.profile-user-card{color:var(--text);border-radius:12px;align-items:center;gap:.85rem;padding:.75rem .85rem;text-decoration:none;transition:background .2s;display:flex}.profile-user-card:hover{background:#8b5cf60f}.profile-user-card-avatar{background:var(--surface-hi);border:1px solid var(--border);width:42px;height:42px;color:var(--accent);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.85rem;font-weight:700;display:flex;overflow:hidden}.profile-user-card-avatar img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.profile-user-card-info{flex-direction:column;min-width:0;display:flex}.profile-user-card-name{color:var(--text);font-size:.92rem;font-weight:600}.profile-user-card-nick{color:var(--text-muted);font-size:.78rem}.profile-modal-overlay{z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0009;justify-content:center;align-items:center;animation:.2s modal-fade-in;display:flex;position:fixed;inset:0}@keyframes modal-fade-in{0%{opacity:0}to{opacity:1}}.profile-modal{background:var(--surface-hi);border:1px solid var(--border);border-radius:14px;flex-direction:column;width:420px;max-width:90vw;max-height:70vh;animation:.25s modal-slide-up;display:flex;overflow:hidden;box-shadow:0 20px 60px #00000080}@keyframes modal-slide-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.profile-modal-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:1rem 1.25rem;display:flex}.profile-modal-title{color:var(--text);margin:0;font-family:Fraunces,serif;font-size:1.1rem;font-style:italic;font-weight:700}.profile-modal-close{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:6px;padding:.25rem;font-size:1.1rem;line-height:1;transition:color .2s,background .2s}.profile-modal-close:hover{color:var(--text);background:#ffffff0f}.profile-modal-list{flex:1;padding:.5rem 0;overflow-y:auto}.profile-modal-empty{text-align:center;color:var(--text-subtle);padding:2rem 1rem;font-size:.88rem}.profile-modal-user{align-items:center;gap:.85rem;padding:.6rem 1.25rem;transition:background .2s;display:flex}.profile-modal-user:hover{background:#8b5cf60a}.profile-modal-user-link{color:inherit;flex:1;align-items:center;gap:.85rem;min-width:0;text-decoration:none;display:flex}.profile-modal-action-btn{text-transform:uppercase;letter-spacing:.06em;color:#ef4444;cursor:pointer;background:#ef444414;border:1px solid #ef444433;border-radius:6px;flex-shrink:0;padding:.35rem .85rem;font-family:Syne,sans-serif;font-size:.72rem;font-weight:700;transition:all .18s}.profile-modal-action-btn:hover{background:#ef444426;border-color:#ef444466}.profile-logout-icon-btn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:.5rem;transition:all .2s;display:flex}.profile-logout-icon-btn:hover{background:var(--surface-hi);color:var(--error);transform:scale(1.1)}@media (max-width:680px){.profile-banner{border-radius:0;height:140px;margin-bottom:52px}.profile-banner-bg{border-left:none;border-right:none;border-radius:0}.profile-avatar-wrap{bottom:-40px;left:1.25rem}.profile-avatar{width:84px;height:84px}.profile-info{padding:0 1.25rem}.profile-follow-stats{margin-top:1.25rem;padding:0 1.25rem}.profile-posts-section{margin-top:2rem;padding-left:1.25rem;padding-right:1.25rem}.profile-name-row{align-items:stretch}.profile-actions{flex-wrap:wrap;grid-template-columns:1fr 1fr;margin-top:1rem;display:grid}.profile-follow-btn,.profile-msg-btn,.profile-edit-btn{width:100%;min-width:0;padding:.6rem .5rem;font-size:.8rem}.profile-actions:has(>:only-child){grid-template-columns:1fr}}
