.profile-header{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);align-items:center;gap:24px;margin-bottom:24px;padding:32px;display:flex}.profile-avatar{background:var(--gradient-primary);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:80px;height:80px;font-size:1.5rem;font-weight:800;display:flex;overflow:hidden}.profile-avatar-wrap{flex-shrink:0;position:relative}.profile-avatar-overlay{background:var(--primary);border:2px solid var(--bg-card);color:#fff;cursor:pointer;opacity:.85;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;transition:all .2s;display:flex;position:absolute;bottom:0;right:0}.profile-avatar-overlay:hover{opacity:1;transform:scale(1.1)}.profile-info{flex:1}.profile-name{color:var(--text-primary);margin-bottom:4px;font-size:1.5rem}.profile-email{color:var(--text-muted);font-size:.9rem}.profile-badges{align-items:center;gap:8px;margin-top:8px;display:flex}.profile-plan-badge{border-radius:9999px;padding:4px 12px;font-size:.75rem;font-weight:600}.profile-plan-badge.agent{color:#10b981;background:#10b98126}.profile-plan-badge.homeowner{color:#0ea5e9;background:#0ea5e926}.profile-plan-badge.explore{color:#6b7280;background:#6b728026}.profile-beta-badge{color:#f59e0b;background:#f59e0b26;border-radius:9999px;padding:3px 8px;font-size:.65rem;font-weight:600}.profile-actions{flex-shrink:0;gap:8px;display:flex}.profile-stats{grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:24px;display:grid}.profile-stat-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);text-align:center;padding:16px}.profile-stat-icon{color:var(--primary)}.profile-stat-value{color:var(--text-primary);font-size:1.3rem;font-weight:700}.profile-stat-label{color:var(--text-muted);font-size:.72rem}.profile-tabs-container{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);margin-bottom:20px;overflow:hidden}.profile-tabs-header{border-bottom:1px solid var(--border);display:flex}.profile-tab{text-align:center;color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-bottom:3px solid #0000;flex:1;padding:14px 16px;font-size:.9rem;font-weight:500;transition:all .2s}.profile-tab.active{background:var(--bg-card);border-bottom-color:var(--primary);color:var(--primary-light);font-weight:700}.profile-tab-content{padding:20px}.profile-listing-row{background:var(--bg-darker);border:1px solid var(--border);border-radius:var(--radius-md);grid-template-columns:80px 1fr auto;align-items:center;gap:14px;padding:14px;display:grid}.profile-listing-thumb{background:var(--bg-card);border-radius:8px;width:80px;height:60px;overflow:hidden}.profile-listing-thumb img{object-fit:cover;width:100%;height:100%}.profile-listing-thumb-empty{height:100%;color:var(--text-muted);justify-content:center;align-items:center;display:flex}.profile-listing-title{color:var(--text-primary);margin-bottom:2px;font-size:.92rem;font-weight:600}.profile-listing-meta{color:var(--text-muted);font-size:.78rem}.profile-listing-views{color:var(--text-muted);margin-top:2px;font-size:.72rem}.profile-listing-actions{flex-direction:column;align-items:flex-end;gap:6px;display:flex}.profile-status-badge{border-radius:9999px;padding:3px 10px;font-size:.68rem;font-weight:600}.profile-status-badge.active{color:#10b981;background:#10b98126}.profile-status-badge.pending{color:#f59e0b;background:#f59e0b26}.profile-status-badge.hidden{color:#ef4444;background:#ef444426}.profile-action-btns{gap:4px;display:flex}.profile-action-btn{cursor:pointer;border:1px solid;border-radius:6px;padding:4px 8px;font-size:.68rem;font-weight:600;text-decoration:none}.profile-action-btn.edit{color:var(--primary);background:#1b6b931a;border-color:#1b6b9333}.profile-action-btn.toggle-active{color:#f59e0b;background:#f59e0b1a;border-color:#f59e0b33}.profile-action-btn.toggle-hidden{color:#10b981;background:#10b9811a;border-color:#10b98133}.profile-action-btn.delete{color:#ef4444;background:#ef44441a;border-color:#ef444433}.profile-empty{text-align:center;color:var(--text-muted);padding:50px}.profile-empty-icon{color:var(--text-muted);margin-bottom:12px}.profile-empty-text{margin-bottom:8px;font-size:1rem}.profile-settings{flex-direction:column;gap:20px;display:flex}.profile-field-label{color:var(--text-muted);margin-bottom:6px;font-size:.85rem;font-weight:600;display:block}.profile-field-value{background:var(--bg-darker);border:1px solid var(--border);border-radius:var(--radius-md);color:var(--text-primary);padding:12px 14px;font-size:.95rem}.profile-locale-group{gap:8px;display:flex}.profile-locale-btn{border-radius:var(--radius-md);cursor:pointer;padding:10px 24px;font-size:.9rem}.profile-locale-btn.selected{border:2px solid var(--primary);color:var(--primary-light);background:#0ea5e91a;font-weight:700}.profile-locale-btn:not(.selected){border:1px solid var(--border);background:var(--bg-darker);color:var(--text-muted);font-weight:400}.profile-sub-section{border-top:1px solid var(--border);margin-top:8px;padding-top:20px}.profile-sub-card{background:var(--bg-darker);border:1px solid var(--border);border-radius:var(--radius-md);padding:16px}.profile-sub-header{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.profile-sub-plan{color:var(--text-primary);font-size:1rem;font-weight:700}.profile-sub-beta{color:#f59e0b;margin-top:2px;font-size:.78rem}.profile-sub-expiry{margin-top:4px;font-size:.78rem}.profile-sub-expiry.warning{color:#ef4444}.profile-sub-expiry.normal{color:var(--text-muted)}.profile-sub-price{color:var(--text-primary);font-weight:700}.profile-sub-period{color:var(--text-muted);font-size:.72rem}.profile-sub-limits{color:var(--text-muted);gap:16px;margin-bottom:12px;font-size:.8rem;display:flex}.profile-sub-actions{gap:8px;display:flex}.profile-sub-btn{border-radius:var(--radius-md);padding:8px 16px;font-size:.82rem;font-weight:600;text-decoration:none;display:inline-block}.profile-sub-btn.upgrade{color:var(--primary-light);background:#0ea5e91a;border:1px solid #0ea5e933}.profile-sub-btn.renew{color:#10b981;background:#10b9811a;border:1px solid #10b98133}.profile-signout-row{border-top:1px solid var(--border);flex-wrap:wrap;gap:12px;margin-top:8px;padding-top:20px;display:flex}.profile-signout-btn{color:#ef4444!important;border-color:#ef44444d!important}.profile-danger-zone{border-top:1px solid #ef444433;margin-top:24px;padding-top:20px}.profile-danger-title{color:#ef4444;margin-bottom:6px;font-size:.85rem;font-weight:600}.profile-danger-text{color:var(--text-muted);margin-bottom:12px;font-size:.82rem;line-height:1.6}.profile-delete-btn{border-radius:var(--radius-md);color:#ef4444;cursor:pointer;background:#ef44441a;border:1px solid #ef44444d;padding:10px 20px;font-size:.85rem;font-weight:600}.profile-guest{text-align:center;color:var(--text-muted);padding:200px 0}.profile-guest-icon{color:var(--text-muted);margin-bottom:16px}.profile-guest h2{color:var(--text-primary);margin-bottom:8px}@media (max-width:640px){.profile-header{text-align:center;flex-direction:column;padding:24px 16px}.profile-actions{justify-content:center}.profile-stats{grid-template-columns:repeat(2,1fr)}.profile-listing-row{grid-template-columns:60px 1fr}.profile-listing-actions{flex-flow:wrap;grid-column:span 2;justify-content:flex-end}}
