.user-profile-page{min-height:calc(100vh - 200px)}.user-profile-content{padding:clamp(1.5rem,4vw,2.5rem) 0}.user-profile-content__container{max-width:1400px;margin:0 auto;padding:0 clamp(1rem,3vw,1.5rem)}.user-profile-section{margin-bottom:clamp(1.5rem,4vw,2.5rem)}.user-profile-section__title{display:flex;align-items:center;gap:clamp(0.5rem,1vw,0.75rem);font-size:clamp(1.125rem,3vw + 0.75rem,1.5rem);font-weight:700;color:var(--text-primary);margin:0 0 clamp(6px,1vw,8px) 0}.completed-builds__public-indicator{display:inline-flex;align-items:center;justify-content:center;color:var(--text-muted);cursor:help}.completed-builds__public-indicator svg{width:18px;height:18px}.user-profile-section__subtitle{font-size:clamp(0.875rem,1.5vw + 0.25rem,0.9375rem);color:var(--text-secondary);margin:0 0 clamp(1.5rem,3vw,2rem) 0}.user-profile-section__header{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:clamp(0.75rem,2vw,1rem);margin-bottom:clamp(1rem,3vw,1.5rem)}.user-profile-section__count{font-size:clamp(0.8125rem,1.25vw + 0.25rem,0.875rem);color:var(--text-secondary);padding:6px 14px;background-color:var(--bg-tertiary);border-radius:20px;white-space:nowrap}.user-profile-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:clamp(1rem,2vw,1.25rem);padding:clamp(3rem,8vw,5rem) clamp(1rem,3vw,1.25rem);color:var(--text-secondary)}.user-profile-loading .spinner{animation:spin 1s linear infinite;color:var(--accent)}@keyframes spin{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}.user-profile-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:clamp(1rem,2vw,1.25rem);padding:clamp(3rem,8vw,5rem) clamp(1rem,3vw,1.25rem);text-align:center}.user-profile-empty svg{color:var(--text-muted);width:clamp(40px,8vw,56px);height:clamp(40px,8vw,56px)}.user-profile-empty p{font-size:clamp(0.9375rem,1.5vw + 0.25rem,1rem);color:var(--text-secondary);margin:0;max-width:400px}.user-profile-error{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:clamp(1rem,2vw,1.25rem);padding:clamp(3rem,8vw,5rem) clamp(1rem,3vw,1.25rem);text-align:center}.user-profile-error svg{color:var(--error);width:clamp(40px,8vw,56px);height:clamp(40px,8vw,56px)}.user-profile-error p{font-size:clamp(0.9375rem,1.5vw + 0.25rem,1rem);color:var(--text-secondary);margin:0;max-width:400px}.user-profile-pagination{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:clamp(0.75rem,2vw,1rem);margin-top:clamp(1.5rem,4vw,2rem);padding-top:clamp(1rem,3vw,1.5rem);border-top:1px solid var(--border)}.user-profile-pagination__link{display:flex;align-items:center;justify-content:center;gap:6px;min-width:48px;min-height:48px;padding:12px 16px;background:var(--bg-secondary);border:1px solid var(--border);border-radius:8px;color:var(--text-secondary);font-size:clamp(0.8125rem,1.25vw + 0.25rem,0.875rem);font-weight:600;text-decoration:none;transition:all 0.2s ease;touch-action:manipulation}.user-profile-pagination__link:hover{background:var(--bg-tertiary);color:var(--text-primary);border-color:var(--border-light)}.user-profile-pagination__link:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.user-profile-pagination__info{font-size:clamp(0.8125rem,1.25vw + 0.25rem,0.875rem);color:var(--text-muted);padding:0 8px}.feature-coming-soon{text-align:center;padding:clamp(2rem,5vw,3rem) clamp(1rem,3vw,1.5rem)}.feature-coming-soon__icon{margin-bottom:clamp(1rem,2vw,1.25rem);color:var(--text-muted)}.feature-coming-soon__icon svg{width:clamp(40px,8vw,56px);height:clamp(40px,8vw,56px)}.feature-coming-soon__title{font-size:clamp(1.125rem,2vw + 0.5rem,1.25rem);font-weight:700;color:var(--text-primary);margin:0 0 8px 0}.feature-coming-soon__description{font-size:clamp(0.875rem,1.5vw + 0.25rem,0.9375rem);color:var(--text-secondary);margin:0;max-width:500px;margin-left:auto;margin-right:auto}.feature-coming-soon__features{display:flex;flex-direction:column;gap:clamp(0.75rem,1.5vw,1rem);margin-top:clamp(1.5rem,3vw,2rem);text-align:left;max-width:400px;margin-left:auto;margin-right:auto}.feature-item{display:flex;align-items:center;gap:clamp(0.75rem,1.5vw,1rem);font-size:clamp(0.875rem,1.5vw + 0.25rem,0.9375rem);color:var(--text-primary);min-height:44px}.feature-item svg{color:var(--success);flex-shrink:0;width:20px;height:20px}.how-it-works{display:flex;flex-direction:column;gap:clamp(1.25rem,3vw,1.5rem)}.how-it-works__step{display:flex;align-items:flex-start;gap:clamp(1rem,2vw,1.25rem)}.how-it-works__number{display:flex;align-items:center;justify-content:center;width:clamp(44px,6vw,48px);height:clamp(44px,6vw,48px);min-width:44px;min-height:44px;background:var(--accent);color:var(--bg-primary);border-radius:50%;font-size:clamp(1rem,1.5vw + 0.25rem,1.125rem);font-weight:700;flex-shrink:0}.how-it-works__content h4{font-size:clamp(0.9375rem,1.5vw + 0.25rem,1rem);font-weight:600;color:var(--text-primary);margin:0 0 4px 0}.how-it-works__content p{font-size:clamp(0.875rem,1.25vw + 0.25rem,0.9375rem);color:var(--text-secondary);margin:0;line-height:1.5}.user-profile-subtabs{display:flex;gap:0.5rem;margin-bottom:1.5rem;border-bottom:1px solid var(--border);padding-bottom:0}.user-profile-subtabs__item{display:flex;align-items:center;gap:0.5rem;padding:0.75rem 1rem;background:transparent;border:none;border-bottom:2px solid transparent;margin-bottom:-1px;color:var(--text-secondary);font-size:0.9375rem;font-weight:500;cursor:pointer;transition:color 0.2s ease,border-color 0.2s ease;text-decoration:none}.user-profile-subtabs__item:hover{color:var(--text-primary)}.user-profile-subtabs__item--active{color:var(--accent);border-bottom-color:var(--accent)}.user-profile-subtabs__item svg{flex-shrink:0}.user-profile-subtabs__count{display:inline-flex;align-items:center;justify-content:center;min-width:1.5rem;height:1.25rem;padding:0 0.375rem;font-size:0.75rem;font-weight:600;background-color:var(--bg-tertiary);border-radius:var(--radius-sm)}.user-profile-subtabs__item--active .user-profile-subtabs__count{background-color:var(--accent);color:var(--bg-primary)}