.profile-page .profile-page-wrapper{position:relative;min-height:60vh;background:#fff}.profile-page .profile-page-layout{display:grid;gap:2rem;align-items:start}@media (min-width: 768px){.profile-page .profile-page-layout{grid-template-columns:280px 1fr}}.profile-page .profile-user-card{position:relative;background:#fff;border-radius:.5rem;box-shadow:0 0 4px #00000026;padding:1rem;text-align:center}.profile-page .profile-user-card-edit{position:absolute;top:1rem;right:1rem;color:#c01f54;display:flex;align-items:center;justify-content:center;transition:opacity .2s ease}.profile-page .profile-user-card-edit:hover{opacity:.8}.profile-page .profile-user-avatar-wrap{position:relative;display:inline-block;margin-bottom:1rem}.profile-page .profile-user-avatar{display:flex;align-items:center;justify-content:center;width:100px;height:100px;border-radius:50%;overflow:hidden}.profile-page .profile-user-avatar-placeholder{width:60px;height:60px;color:#ffffffe6}.profile-page .profile-user-avatar-camera{position:absolute;bottom:0;right:0;width:36px;height:36px;border-radius:50%;background:#c01f54;color:#fff;border:2px solid #fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .2s ease;text-decoration:none;box-sizing:border-box}.profile-page .profile-user-avatar-camera:hover{background:#a81a47}.profile-page .profile-user-name{font-size:1.25rem;font-weight:700;color:#202e3a;margin:0 0 .25rem}.profile-page .profile-user-badge{display:inline-block;font-size:.8125rem;color:#c01f54;font-weight:600;margin-bottom:1.25rem}.profile-page .profile-user-stats{display:grid;grid-template-columns:repeat(4,1fr);padding-top:1rem;border-top:1px solid #e5e7eb}.profile-page .profile-user-stat{display:flex;flex-direction:column;gap:.125rem}.profile-page .profile-user-stat .profile-user-stat-value{font-size:1.1rem;font-weight:700;color:#202e3a}.profile-page .profile-user-stat .profile-user-stat-label{font-size:.75rem;color:#6b7280}.profile-page .profile-user-follow-wrap{margin-top:1rem}.profile-page .profile-user-follow{width:100%;max-width:12rem;margin-inline:auto;display:block;padding:.4rem 1rem;font-size:.8125rem;font-weight:600;color:#fff;background:#c01f54;border:none;border-radius:6px;transition:background-color .2s ease}.profile-page .profile-content{min-width:0}.profile-page .profile-tabs{display:flex;gap:0;border-bottom:2px solid #e5e7eb;margin-bottom:1rem}.profile-page .profile-tab{padding:.75rem 1rem;font-size:.9375rem;font-weight:500;color:#202e3a;background:none;border:0;border-bottom:3px solid transparent;margin-bottom:-2px;cursor:pointer;transition:color .2s ease,border-color .2s ease}.profile-page .profile-tab:hover{color:#c01f54}.profile-page .profile-tab--active{color:#c01f54;border-bottom-color:#c01f54}.profile-page .profile-search-wrap{position:relative;margin-bottom:1.5rem}.profile-page .profile-search-icon{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:#9ca3af;pointer-events:none}.profile-page .profile-search-input{width:100%;padding:.625rem 1rem .625rem 2.75rem;font-size:.875rem;color:#202e3a;background:#f9fafb;border:1px solid #e5e7eb;border-radius:.5rem;transition:border-color .2s ease}.profile-page .profile-search-input:focus{outline:none;border-color:#c01f54}.profile-page .profile-search-input::-moz-placeholder{color:#9ca3af}.profile-page .profile-search-input::placeholder{color:#9ca3af}.profile-page .profile-tab-panel{display:none}.profile-page .profile-tab-panel--active{display:block}.profile-page .profile-tab-panel .profile-tab-cards-grid>.mb-4{min-width:0}.profile-page .profile-empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 1.5rem;text-align:center}.profile-page .profile-empty-state-icon{width:160px;color:#c01f54;margin-bottom:1rem}.profile-page .profile-empty-state-icon svg{width:100%;height:100%}.profile-page .profile-empty-state-text{color:gray;margin:0}
