.profile__links-content{width:100%}.profile__group{margin-bottom:24px;background:#fff;border-radius:12px;border:1px solid rgb(230,230,230);padding:10px 15px;transition:border-color .2s}.profile__group:hover{border:1px solid rgb(150,150,150)}.profile__group-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px;padding-bottom:10px;border-bottom:1px solid #f0f0f0}.profile__collection-link{color:#4a69bd;font-weight:500;text-decoration:none;font-size:15px;transition:color .2s}.profile__collection-link:hover{color:#2c3e50;text-decoration:underline;text-underline-offset:2px}.profile__timestamp{color:#888;font-size:14px;background:#f8f9fa;padding:4px 10px;border-radius:12px;font-weight:500}.profile__links-section{margin-bottom:16px}.profile__links-section:last-child{margin-bottom:0}.profile__links-list{display:flex;flex-direction:column;width:100%;gap:12px}.profile__link-item{width:100%;border-bottom:1px solid #f0f0f0}.profile__link-item:last-child{border-bottom:none;padding-bottom:0}.profile__link-collection{font-size:14px;margin-bottom:8px;display:flex;justify-content:space-between;align-items:center}.profile__link-collection a{color:#4a69bd;text-decoration:none;transition:color .2s}.profile__link-collection a:hover{color:#2c3e50;text-decoration:underline;text-underline-offset:2px}.profile__link-date{color:#888;font-size:13px}@media (max-width:992px){.profile__group-header{flex-direction:column;align-items:flex-start}.profile__timestamp{margin-top:8px}}@media (max-width:480px){.profile__group{padding:12px;border-radius:8px}}[data-theme=dark] .profile__links-content{color:var(--text-color)}[data-theme=dark] .profile__group{background:var(--card-bg);border:1px solid var(--border-subtle)}[data-theme=dark] .profile__group:hover{border:1px solid var(--border-color)}[data-theme=dark] .profile__group-header{border-bottom:1px solid var(--border-subtle)}[data-theme=dark] .profile__collection-link{color:var(--accent-color)}[data-theme=dark] .profile__collection-link:hover{color:var(--accent-color-hover)}[data-theme=dark] .profile__timestamp{color:var(--text-tertiary);background:var(--bg-tertiary)}[data-theme=dark] .profile__link-item{border-bottom:1px solid var(--border-subtle)}[data-theme=dark] .profile__link-collection a{color:var(--accent-color)}[data-theme=dark] .profile__link-collection a:hover{color:var(--accent-color-hover)}[data-theme=dark] .profile__link-date{color:var(--text-tertiary)}[data-theme=dark] .profile__empty-state{border:1px dashed var(--border-subtle)}[data-theme=dark] .profile__collection-link,[data-theme=dark] .profile__empty-state,[data-theme=dark] .profile__group,[data-theme=dark] .profile__link-collection a,[data-theme=dark] .profile__timestamp{transition:background-color .3s ease,color .3s ease,border-color .3s ease}.profile__links-counter{margin-bottom:16px;padding:8px 12px;background:#f8f9fa;border-radius:6px;font-size:14px;color:#666;text-align:center;border:1px solid #e9ecef}.profile__load-more-container{display:flex;justify-content:center;align-items:center;padding:24px 0;margin-top:24px}.profile__end-message{text-align:center;color:#888;font-size:14px;padding:16px;background:#f8f9fa;border-radius:8px;border:1px dashed #ddd;margin:0 auto;max-width:400px}.skeleton-container{display:flex;flex-direction:column;gap:16px;padding:16px}.skeleton-link-item{display:flex;align-items:center;gap:12px;padding:12px;background:#fff;border-radius:8px;border:1px solid #e9ecef}.skeleton-favicon{width:20px;height:20px;border-radius:4px;flex-shrink:0}.skeleton-link-content{flex:1 1;display:flex;flex-direction:column;gap:8px}.skeleton-link-title{height:16px;border-radius:4px;width:70%}.skeleton-link-meta{height:12px;border-radius:4px;width:40%}.skeleton-loader{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%;animation:loading 1.5s infinite}@keyframes loading{0%{background-position:200% 0}to{background-position:-200% 0}}@media (max-width:768px){.profile__links-counter{font-size:13px;padding:6px 10px}.profile__load-more-container{padding:20px 0}.profile__end-message{font-size:13px;padding:12px}.skeleton-link-item{padding:10px}}[data-theme=dark] .profile__links-counter{background:var(--bg-tertiary);color:var(--text-tertiary);border:1px solid var(--border-subtle)}[data-theme=dark] .profile__end-message{background:var(--bg-secondary);color:var(--text-secondary);border:1px dashed var(--border-subtle)}[data-theme=dark] .skeleton-link-item{background:var(--card-bg);border:1px solid var(--border-subtle)}[data-theme=dark] .skeleton-loader{background:linear-gradient(90deg,var(--bg-tertiary) 25%,var(--bg-secondary) 50%,var(--bg-tertiary) 75%);background-size:200% 100%;animation:loading 1.5s infinite}[data-theme=dark] .profile__end-message,[data-theme=dark] .profile__links-counter,[data-theme=dark] .skeleton-link-item{transition:background-color .3s ease,color .3s ease,border-color .3s ease}.profile__error-container{text-align:center;padding:24px;background:#fff5f5;border:1px solid #fed7d7;border-radius:8px;margin:16px 0}.profile__error-message{color:#e53e3e;font-size:16px;margin-bottom:8px}.profile__error-details{color:#718096;font-size:14px;margin-bottom:16px}.profile__retry-button{background:#e53e3e;color:white;border:none;padding:8px 16px;border-radius:4px;cursor:pointer;font-size:14px;transition:background-color .2s}.profile__retry-button:hover{background:#c53030}[data-theme=dark] .profile__error-container{background:var(--bg-secondary);border:1px solid var(--border-color)}[data-theme=dark] .profile__error-message{color:#fc8181}[data-theme=dark] .profile__error-details{color:var(--text-secondary)}[data-theme=dark] .profile__retry-button{background:#e53e3e}[data-theme=dark] .profile__retry-button:hover{background:#c53030}.profile__group,.profile__image-grid,.profile__links-content,.profile__links-list{contain:layout style}.profile__users-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));grid-gap:16px;gap:16px;width:100%}.profile__user-item{display:flex;align-items:center;padding:16px;border-radius:8px;background:#fff;border:1px solid rgb(200,200,200);transition:transform .2s,border-color .2s;gap:12px;justify-content:space-between}.profile__user-item:hover{border:1px solid rgb(120,120,120)}.profile__user-avatar{width:45px;height:45px;border-radius:50%;object-fit:cover;transition:transform .2s}.profile__user-avatar:hover{transform:scale(1.05)}.profile__user-info{flex:1 1;min-width:0;margin-right:12px}.profile__user-name{font-weight:600;font-size:16px;margin-bottom:2px;color:#222;display:flex;align-items:center;gap:4px}.profile__user-name a{text-decoration:none;color:inherit;transition:color .2s}.profile__user-name a:hover{color:#4a69bd}.profile__user-bio,.profile__user-username{font-size:13px;color:#555}.profile__user-bio{margin-top:6px;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.the-sadman{opacity:.4}.profile__user-actions{display:flex;align-items:center;gap:8px;flex-shrink:0;margin-left:auto}.profile__user-follow{font-size:12px;padding:6px 12px;border-radius:4px;background:#fff;border:1px solid #222;color:#222;cursor:pointer;transition:all .2s}.profile__user-follow.following,.profile__user-follow:hover{background:#222;color:#fff}.profile__user-follow.pending-request{background:#f0f9ff!important;border-color:#0ea5e9!important;color:#0369a1!important}.profile__user-follow.pending-request:hover{background:#e0f2fe!important;border-color:#0284c7!important;color:#075985!important}.profile__user-follow.declined-request{background:#fef2f2!important;border-color:#f87171!important;color:#dc2626!important}.profile__user-follow.declined-request:hover{background:#fee2e2!important;border-color:#ef4444!important;color:#b91c1c!important}.profile__user-remove{padding:6px 8px;font-size:11px;font-weight:400;border:1px solid #e5e7eb;border-radius:4px;background:transparent;color:#6b7280;cursor:pointer;transition:all .2s ease;white-space:nowrap;opacity:.7}.profile__user-remove:hover{background:#fef2f2;border-color:#fecaca;color:#dc2626;opacity:1;transform:translateY(-1px)}.profile__user-remove:disabled{opacity:.6;cursor:not-allowed;transform:none}.users-error,.users-loading{text-align:center;padding:24px 0;color:#666}@media (max-width:768px){.profile__users-list{grid-template-columns:1fr}}@media (max-width:480px){.profile__user-item{padding:12px}.profile__user-avatar{width:40px;height:40px}.profile__user-actions{gap:6px}.profile__user-follow,.profile__user-remove{padding:5px 8px;font-size:11px}}[data-theme=dark] .profile__user-item{background:var(--card-bg);border-color:var(--border-subtle)}[data-theme=dark] .profile__user-item:hover{border-color:var(--border-subtle)}[data-theme=dark] .profile__user-name{color:var(--text-color)}[data-theme=dark] .profile__user-name a:hover{color:var(--accent-color)}[data-theme=dark] .profile__user-bio,[data-theme=dark] .profile__user-username{color:var(--text-secondary)}[data-theme=dark] .profile__user-follow{background:var(--card-bg);border-color:var(--text-color);color:var(--text-color)}[data-theme=dark] .profile__user-follow:hover{background:var(--text-color);color:var(--card-bg)}[data-theme=dark] .profile__user-follow.following{background:var(--accent-color);border-color:var(--accent-color);color:white}[data-theme=dark] .profile__user-follow.pending-request{background:#0c4a6e!important;border-color:#0ea5e9!important;color:#7dd3fc!important}[data-theme=dark] .profile__user-follow.pending-request:hover{background:#075985!important;border-color:#0284c7!important;color:#bae6fd!important}[data-theme=dark] .profile__user-follow.declined-request{background:#450a0a!important;border-color:#ef4444!important;color:#fca5a5!important}[data-theme=dark] .profile__user-follow.declined-request:hover{background:#7f1d1d!important;border-color:#dc2626!important;color:#f87171!important}[data-theme=dark] .profile__user-remove{background:transparent;border-color:#374151;color:#9ca3af;opacity:.7}[data-theme=dark] .profile__user-remove:hover{background:#450a0a;border-color:#7f1d1d;color:#fca5a5;opacity:1}[data-theme=dark] .profile__user-remove:disabled{opacity:.6}[data-theme=dark] .users-error,[data-theme=dark] .users-loading{color:var(--text-secondary)}.profile__container{display:flex;flex-direction:column;max-width:1000px;background-color:white;margin:90px auto;padding:35px;border-radius:20px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif}.profile__header{display:flex;align-items:center;margin-bottom:30px;gap:24px;padding-bottom:25px;border-bottom:1px solid #f0f0f0}.profile__unblock-button{background:#dc3545;color:white;border:1px solid #dc3545;font-size:14px;transition:all .2s ease}.profile__unblock-button:hover{background:#c82333;border-color:#c82333;transform:translateY(-1px)}.profile__unblock-button:disabled{opacity:.6;cursor:not-allowed;transform:none}.profile__action-buttons-row{flex-wrap:wrap}.profile__action-buttons-row .profile__action-button{flex:1 1;min-width:120px}@media (max-width:768px){.profile__action-buttons-row{flex-direction:column}.profile__action-buttons-row .profile__action-button{width:100%;min-width:unset}}.profile__avatar{width:100px;height:100px;border-radius:50%;box-shadow:0 2px 6px rgba(0,0,0,.08);transition:transform .2s;object-fit:cover;border:none;flex-shrink:0}.profile__avatar:hover{transform:scale(1.05)}.profile__avatar--clickable{cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.profile__avatar--clickable:hover{transform:scale(1.05);box-shadow:0 4px 12px rgba(0,0,0,.15)}.profile__info{flex:1 1}.profile__name-container{display:flex;flex-direction:column;gap:4px;margin-bottom:8px}.profile__name-container.has-display-name{gap:2px}.profile__name-container.username-only{gap:4px}.profile__name{font-size:28px;font-weight:700;color:#222;margin:0;line-height:1.2}.profile__name-container.has-display-name .profile__name{font-size:32px;font-weight:700;margin-bottom:2px}.profile__name-container.username-only .profile__name{font-size:28px;font-weight:700;margin-bottom:4px}.profile__username-secondary{font-size:16px;color:#666;font-weight:400;margin:0;line-height:1.2}.profile__username{font-size:16px;color:#555;margin:0 0 12px;font-weight:400}.profile__bio,.profile__name-container.username-only+.profile__username{margin-bottom:16px}.profile__bio{font-size:14px;line-height:1.6;color:#555;max-width:90%}.profile__stats{display:flex;gap:24px}.profile__stat{display:flex;align-items:center;gap:6px;cursor:pointer;font-size:14px;color:#555}.profile__stat svg{fill:currentColor}.profile__actions{margin-left:auto;align-self:flex-start}.profile__action-buttons-row{display:flex;flex-direction:row;gap:8px;width:100%}.profile__action-button{font-size:12px;font-weight:600;padding:8px 16px;border-radius:6px;cursor:pointer;transition:all .2s;background-color:#fff;border:1px solid #626262;color:#222;text-decoration:none;display:inline-flex;align-items:center;justify-content:center}.profile__action-button.following,.profile__action-button:hover{background-color:#222;color:#fff}.profile__action-button.profile__logout-button{background-color:#ffffff;color:#e74c3c;border:1px solid #e74c3c;margin-left:8px}.profile__action-button.profile__logout-button:hover{background-color:#fff3f3;color:#e74c3c;border:1px solid #e74c3c}.private-follow-btn{font-size:12px;font-weight:600;padding:8px 16px;border-radius:6px;cursor:pointer;transition:all .2s;background-color:#fff;border:1px solid #626262;color:#222;min-width:100px;margin-bottom:1rem}.private-follow-btn.following,.private-follow-btn:hover{background-color:#222;color:#fff}.private-follow-btn:disabled{opacity:.6;cursor:not-allowed}.back-to-dashboard-btn{display:inline-flex;align-items:center;justify-content:center;padding:8px 16px;font-size:12px;font-weight:600;text-decoration:none;border-radius:6px;border:1px solid #626262;background-color:#ffffff;color:#222;transition:all .2s ease;min-width:140px}.back-to-dashboard-btn:hover{background-color:#222;color:#fff}.back-to-dashboard-btn:hover svg{transform:translateX(-2px);transition:transform .2s ease}.profile__nav{display:flex;margin-bottom:30px;border-bottom:1px solid #f0f0f0}.profile__nav-tab{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:500;padding:12px 18px;background:transparent;border:none;cursor:pointer;color:#333;position:relative;transition:all .2s;font-family:arial}.profile__nav-tab:hover{color:#4a69bd}.profile__nav-tab.active{font-weight:600;color:#4a69bd}.profile__nav-tab.active:after{content:"";position:absolute;width:100%;height:3px;background:#4a69bd;bottom:-1px;left:0;border-radius:2px 2px 0 0}.profile__nav-tab svg{fill:currentColor}.profile__nav-counter{display:inline-flex;align-items:center;justify-content:center;background-color:#f8f9fa;color:#555;min-width:20px;height:20px;padding:0 8px;font-size:12px;font-weight:500;border-radius:10px}.profile__section-title{font-size:22px;font-weight:700;margin-bottom:24px;color:#222;position:relative;display:inline-block;min-height:32px}.profile__section-title:after{content:"";position:absolute;width:36px;height:4px;background:#4a69bd;bottom:-8px;left:0;border-radius:2px}.profile__content{min-height:400px;position:relative}.profile__collections-container,.profile__discussions-container,.profile__likes-container,.profile__links-container,.profile__users-container{width:100%;transition:opacity .15s ease-in-out}.tab-loading{opacity:0;transform:translateY(5px);transition:opacity .15s ease-out,transform .15s ease-out;pointer-events:none;will-change:opacity,transform;transform:translateZ(0)}.tab-loaded{opacity:1;transform:translateY(0);transition:opacity .2s ease-in,transform .2s ease-in;will-change:auto}.profile__empty-state{text-align:center;padding:60px 0;color:#666;font-size:16px;background:#f9fafc;border-radius:8px;margin-top:24px;border:1px dashed #ddd;opacity:0;animation:fadeInEmpty .3s ease-out .1s forwards}@keyframes fadeInEmpty{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.no-collection-icon,.no-likes-icon{opacity:.5}.no-collection-icon{width:35px}.error-message,.members-only-invitation,.private-profile-message{display:flex;justify-content:center;align-items:center;min-height:60vh;padding:2rem}#the-invitation,.error-invitation,.private-invitation{text-align:center;max-width:480px;padding:3rem 2rem;background:#ffffff;border-radius:12px;border:1px solid #e5e7eb;box-shadow:0 1px 3px 0 rgba(0,0,0,.1);animation:fadeInUp .3s ease-out}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.error-icon,.lock-icon,.private-icon{margin-bottom:1.5rem;display:flex;justify-content:center}.error-title,.invitation-title,.private-title{font-size:1.5rem;font-weight:600;margin-bottom:1rem;line-height:1.3}.invitation-title{color:#111827}.private-title{color:#dc2626}.error-title{color:#374151}.error-description,.invitation-description,.private-description{font-size:1rem;line-height:1.6;margin-bottom:2rem}.invitation-description{color:#6b7280}.private-description{color:#7f1d1d}.error-description{color:#6b7280}.error-description strong,.invitation-description strong,.private-description strong{color:#374151;font-weight:600}.error-actions,.invitation-actions,.private-actions{display:flex;flex-direction:column;gap:.75rem;align-items:center}.private-authenticated,.private-guest{width:100%}.private-hint{font-size:.875rem;color:#6b7280;margin-bottom:1rem;line-height:1.5}.invitation-login-btn,.private-login-btn{padding:.75rem 2rem;font-size:1rem;font-weight:500;min-width:200px}.invitation-register-btn{font-size:.875rem;color:#6b7280;text-decoration:none;padding:.5rem;transition:color .2s}.invitation-register-btn:hover{color:#374151;text-decoration:underline}.profile__pic-modal{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.85);display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px;animation:fadeInModal .2s ease-out}.profile__pic-modal-content{position:relative;background:white;border-radius:12px;padding:20px;max-width:500px;max-height:90vh;overflow:auto;animation:slideFromTop .3s cubic-bezier(.25,.46,.45,.94);box-shadow:0 10px 25px rgba(0,0,0,.3)}.profile__pic-modal-close{position:absolute;top:15px;right:15px;background:rgba(0,0,0,.5);color:white;border:none;width:32px;height:32px;border-radius:50%;cursor:pointer;font-size:16px;display:flex;align-items:center;justify-content:center;transition:background-color .2s ease;z-index:1001}.profile__pic-modal-close:hover{background:rgba(0,0,0,.7)}.profile__pic-modal-image{width:100%;height:auto;max-width:400px;border-radius:8px;display:block;margin:0 auto}.profile__pic-modal-info{text-align:center;margin-top:15px;padding-top:15px;border-top:1px solid #eee}.profile__pic-modal-info h3{margin:0 0 5px;font-size:18px;font-weight:600;color:#333}.profile__pic-modal-info p{margin:0;color:#666;font-size:14px}@keyframes fadeInModal{0%{opacity:0}to{opacity:1}}@keyframes slideFromTop{0%{opacity:0;transform:translateY(-200px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.profile__header{flex-direction:column;align-items:flex-start}.profile__avatar{margin-bottom:16px;width:80px;height:80px}.profile__actions{margin-left:0;margin-top:16px;align-self:flex-start}.profile__nav{overflow-x:auto;overflow-y:hidden;width:100%}.profile__nav-tab{padding:10px 12px;font-size:13px}.profile__section-title{font-size:20px}.profile__content{min-height:300px}.tab-loaded,.tab-loading{transition-duration:.1s}}@media (max-width:640px){.error-message,.members-only-invitation,.private-profile-message{padding:1rem;min-height:50vh}#the-invitation,.error-invitation,.private-invitation{padding:2rem 1.5rem}.error-title,.invitation-title,.private-title{font-size:1.25rem}.error-description,.invitation-description,.private-description{font-size:.9rem}.error-icon svg,.lock-icon svg,.private-icon svg{width:40px;height:40px}.back-to-dashboard-btn{padding:6px 12px;font-size:11px;min-width:120px}.private-follow-btn{padding:6px 12px;font-size:11px;min-width:80px}}@media (max-width:480px){.profile__container{padding:0 12px;margin:20px auto}.profile__name{font-size:24px}.profile__stats{flex-wrap:wrap;gap:16px}.profile__action-buttons-row{flex-direction:row}.profile__action-button{font-size:12px;padding:8px 10px}.profile__pic-modal{padding:10px}.profile__pic-modal-content{padding:15px;max-width:95%}.profile__pic-modal-image{max-width:100%}}[data-theme=dark] .profile__container{background-color:var(--card-bg);color:var(--text-color)}[data-theme=dark] .profile__header{border-bottom-color:var(--border-subtle)}[data-theme=dark] .profile__bio{color:var(--text-secondary)}[data-theme=dark] .profile__stat{color:var(--text-color)}[data-theme=dark] .profile__stat:hover{color:var(--accent-color)}[data-theme=dark] .profile__action-button{background-color:var(--bg-tertiary);border-color:var(--border-subtle);color:var(--text-color)}[data-theme=dark] .profile__action-button.following,[data-theme=dark] .profile__action-button:hover{background-color:var(--accent-color);color:white;border-color:var(--accent-color)}[data-theme=dark] .profile__action-button.profile__logout-button{background-color:var(--card-bg);color:var(--error-color);border-color:var(--error-color)}[data-theme=dark] .profile__action-button.profile__logout-button:hover{background-color:rgba(248,113,113,.1)}[data-theme=dark] .back-to-dashboard-btn,[data-theme=dark] .private-follow-btn{background-color:var(--bg-tertiary);border-color:var(--border-color);color:var(--text-color)}[data-theme=dark] .back-to-dashboard-btn:hover,[data-theme=dark] .private-follow-btn:hover{background-color:var(--accent-color);color:white;border-color:var(--accent-color)}[data-theme=dark] .profile__nav{border-bottom-color:var(--border-subtle)}[data-theme=dark] .profile__nav-tab{color:var(--text-color)}[data-theme=dark] .profile__nav-tab.active,[data-theme=dark] .profile__nav-tab:hover{color:var(--accent-color)}[data-theme=dark] .profile__nav-tab.active:after{background:var(--accent-color)}[data-theme=dark] .profile__nav-counter{background-color:var(--bg-tertiary);color:var(--text-color)}[data-theme=dark] .profile__section-title{color:var(--text-color)}[data-theme=dark] .profile__section-title:after{background:var(--accent-color)}[data-theme=dark] .profile__empty-state{color:var(--text-secondary);background:var(--bg-secondary);border-color:var(--border-subtle)}[data-theme=dark] .no-collection-icon,[data-theme=dark] .no-likes-icon{opacity:.3;filter:brightness(0) invert(1)}[data-theme=dark] .profile__nav-tab img{filter:brightness(0) invert(1)}[data-theme=dark] .profile__pic-modal-content{background:var(--card-bg);color:var(--text-color)}[data-theme=dark] .profile__pic-modal-info{border-top-color:var(--border-subtle)}[data-theme=dark] .profile__pic-modal-info h3{color:var(--text-color)}[data-theme=dark] .profile__pic-modal-info p{color:var(--text-secondary)}[data-theme=dark] .back-to-dashboard-btn,[data-theme=dark] .private-follow-btn,[data-theme=dark] .profile__action-button,[data-theme=dark] .profile__avatar,[data-theme=dark] .profile__bio,[data-theme=dark] .profile__container,[data-theme=dark] .profile__name,[data-theme=dark] .profile__nav-tab,[data-theme=dark] .profile__stat,[data-theme=dark] .profile__username{transition:background-color .3s ease,color .3s ease,border-color .3s ease,box-shadow .3s ease}.private-content-message{display:flex;justify-content:center;align-items:center;padding:3rem 1rem;min-height:300px}.private-content-card{text-align:center;max-width:400px;padding:2.5rem 2rem;background:#fef2f2;border:1px solid #fecaca;animation:fadeInUp .3s ease-out}.private-content-icon{margin-bottom:1rem;display:flex;justify-content:center}.private-content-title{color:#dc2626;margin-bottom:1rem;line-height:1.3}.private-content-description{font-size:.95rem;line-height:1.6;color:#7f1d1d;margin-bottom:1.5rem}.private-content-description strong{color:#991b1b;font-weight:600}.private-content-actions{display:flex;justify-content:center}.private-content-login-btn{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;font-size:.875rem;border-radius:6px;background-color:#dc2626;transition:all .2s ease;min-width:120px}.private-content-login-btn:hover{background-color:#b91c1c;transform:translateY(-1px)}.profile__stat.non-clickable{cursor:default;pointer-events:none}.profile__stat.non-clickable span{color:#999}[data-theme=dark] .private-content-card{background:rgba(248,113,113,.1);border-color:rgba(248,113,113,.2)}[data-theme=dark] .private-content-title{color:var(--error-color)}[data-theme=dark] .private-content-description{color:var(--text-secondary)}[data-theme=dark] .private-content-description strong{color:var(--error-color)}[data-theme=dark] .private-content-login-btn{background-color:var(--error-color)}[data-theme=dark] .private-content-login-btn:hover{background-color:#dc2626}[data-theme=dark] .profile__stat.non-clickable span{color:var(--text-tertiary)}@media (max-width:640px){.private-content-message{padding:2rem .5rem;min-height:250px}.private-content-card{padding:2rem 1.5rem}.private-content-title{font-size:1.1rem}.private-content-description{font-size:.875rem}.private-content-icon svg{width:28px;height:28px}}.pending-request{background-color:#ffc107!important;color:#212529!important;border-color:#ffc107!important}.pending-request:hover{background-color:#e0a800!important;border-color:#d39e00!important}.declined-request{background-color:#dc3545!important;color:white!important;border-color:#dc3545!important;opacity:.7}.declined-request:hover{opacity:.8}.private-content-message{text-align:center;padding:40px 20px;margin-top:30px}.private-content-card{background:#f8f9fa;border:1px solid #e9ecef;border-radius:12px;padding:30px;max-width:500px;margin:0 auto}.private-content-icon{margin-bottom:20px}.private-content-title{margin:0 0 15px;font-size:1.25rem;font-weight:600;color:#495057}.private-content-description{margin:0 0 20px;color:#6c757d;line-height:1.5}.private-content-login-btn{background:#007bff;color:white;padding:10px 20px;border:none;border-radius:8px;text-decoration:none;font-weight:500;transition:background-color .2s ease}.private-content-login-btn:hover{background:#0056b3;color:white}.bio-link{color:#0066cc;text-decoration:none;border-bottom:1px solid transparent;transition:all .2s ease;word-break:break-all}.bio-link:hover{color:#0052a3;border-bottom-color:#0052a3;text-decoration:none}.bio-link:visited{color:#5a4fcf}.bio-link:visited:hover{color:#4a3fb8;border-bottom-color:#4a3fb8}.bio-mention{color:#1a73e8;text-decoration:none;font-weight:500;transition:all .2s ease;border-bottom:1px solid transparent}.bio-mention:hover{color:#1557b0;border-bottom-color:#1557b0;text-decoration:none}.bio-hashtag{color:#ff6b35;text-decoration:none;font-weight:500;transition:all .2s ease;border-bottom:1px solid transparent}.bio-hashtag:hover{color:#e55a2b;border-bottom-color:#e55a2b;text-decoration:none}@media (prefers-color-scheme:dark){.bio-link{color:#4d9eff}.bio-link:hover{color:#66a8ff;border-bottom-color:#66a8ff}.bio-link:visited{color:#4d9eff}.bio-link:visited:hover{color:#4d9eff;border-bottom-color:#4d9eff}.bio-mention{color:#4d9eff}.bio-mention:hover{color:#66a8ff;border-bottom-color:#66a8ff}.bio-hashtag{color:#ff8c5a}.bio-hashtag:hover{color:#ff9d6b;border-bottom-color:#ff9d6b}}.profile__bio{margin:8px 0;color:#666;line-height:1.4;word-wrap:break-word;white-space:pre-wrap}.profile__bio .bio-link{display:inline;max-width:100%;overflow-wrap:break-word;word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}@media (max-width:768px){.profile__name-container.has-display-name .profile__name{font-size:26px}.profile__name-container.username-only .profile__name{font-size:24px}.profile__username,.profile__username-secondary{font-size:14px}}@media (max-width:480px){.profile__name-container.has-display-name .profile__name{font-size:24px}.profile__name-container.username-only .profile__name{font-size:22px}.profile__username,.profile__username-secondary{font-size:13px}}[data-theme=dark] .profile__name{color:var(--text-color)}[data-theme=dark] .profile__username,[data-theme=dark] .profile__username-secondary{color:var(--text-secondary)}.liked-links-container{display:flex;flex-direction:column;gap:12px;margin-top:20px;width:100%}.liked-links-error{padding:16px;background-color:#fdf2f2;border-radius:8px;color:#e53e3e;margin-top:16px;text-align:center;border:1px solid #f8d0d0}.liked-links-container>*{animation:fadeIn .3s ease-in-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.liked-links-container{margin-top:12px;gap:8px}}