.profile-page{padding-bottom:60px}.profile-banner{position:relative;height:220px;overflow:hidden;background:var(--purple-light);border-radius:16px;margin-bottom:0}.profile-banner-default{width:100%;height:100%;background:linear-gradient(135deg,#ede9fe,#ddd6fe 50%,#c4b5fd)}.profile-banner-default:after{content:"";position:absolute;inset:0;background-image:radial-gradient(circle,rgba(124,58,237,.15) 1.5px,transparent 0);background-size:28px 28px}.profile-banner-overlay{position:absolute;inset:0;background:linear-gradient(180deg,transparent 40%,rgba(255,255,255,.7))}.profile-info-row{display:flex;align-items:flex-end;justify-content:space-between;margin-top:-34px;position:relative;z-index:10;padding:0 4px}.profile-avatar-wrap{position:relative;flex-shrink:0}.profile-avatar{width:90px;height:90px;border-radius:50%;border:3px solid white;overflow:hidden;position:relative;background:linear-gradient(135deg,var(--purple),#A78BFA);box-shadow:0 4px 16px rgba(124,58,237,.25);font-size:32px;font-weight:700;color:white}.profile-avatar,.profile-premium-badge{display:flex;align-items:center;justify-content:center}.profile-premium-badge{position:absolute;bottom:2px;right:2px;width:22px;height:22px;border-radius:50%;font-size:11px}.profile-actions{display:flex;gap:8px;padding-bottom:6px;padding-top:8px;margin-top:12px}.profile-btn-edit,.profile-btn-follow{padding:9px 24px;border-radius:var(--radius-full);font-family:var(--font);font-size:14px;font-weight:600;cursor:pointer;transition:all .2s;min-width:110px;text-align:center}.profile-btn-follow{background:var(--purple);color:white;border:none;box-shadow:0 2px 10px rgba(124,58,237,.3)}.profile-btn-follow:hover:not(.following):not(.loading){opacity:.88;transform:translateY(-1px);box-shadow:0 4px 16px rgba(124,58,237,.4)}.profile-btn-follow.following{background:white;color:#6B7280;border:1.5px solid #e5e7eb;box-shadow:none}.profile-btn-follow.following:hover{border-color:#EF4444;color:#EF4444;background:#FEF2F2}.profile-btn-follow.loading{cursor:wait;opacity:.75}.profile-btn-edit{background:white;color:#374151;margin-top:12px;border:1.5px solid #e5e7eb}.profile-btn-edit:hover{border-color:var(--purple);color:var(--purple);background:var(--purple-light)}.profile-btn-new-post{background:var(--purple);color:white;display:flex;align-items:center;margin-top:12px;border-radius:var(--radius-full);padding:9px 20px}.profile-btn-new-post:hover{opacity:.88}.follow-spinner{display:inline-block;width:14px;height:14px;border:2px solid rgba(255,255,255,.4);border-top-color:white;border-radius:50%;animation:spin .6s linear infinite}.profile-btn-follow.following .follow-spinner{border-color:#6B7280 rgba(107,114,128,.3) rgba(107,114,128,.3)}@keyframes spin{to{transform:rotate(1turn)}}.profile-identity{margin:16px 0 14px;animation:fadeInUp .3s ease}.profile-name{font-size:22px;font-weight:800;color:#1a1a2e;margin:0 0 2px;letter-spacing:-.3px}.profile-handle{font-size:14px;color:#9CA3AF;margin:0 0 8px}.profile-bio{font-size:14px;color:#6B7280;line-height:1.6;margin:0;max-width:480px}.profile-stats{gap:16px;padding:14px 0;border-top:1px solid #f3f4f6;margin-bottom:0;flex-wrap:wrap;animation:fadeInUp .4s ease}.profile-stat,.profile-stats{display:flex;align-items:center}.profile-stat{flex-direction:column;gap:1px}.profile-stat-num{font-size:18px;font-weight:800;color:#1a1a2e;line-height:1.2}.profile-stat-label{font-size:12px;color:#9CA3AF}.profile-stat-divider{width:1px;height:28px;background:#F3F4F6}.profile-role-badge{padding:3px 10px;border-radius:var(--radius-full);background:linear-gradient(135deg,var(--purple),#A78BFA);color:white;font-size:12px;font-weight:600}.profile-stat-btn{background:none;border:none;padding:4px 6px;margin:-4px -6px;cursor:pointer;text-align:left;font-family:var(--font);display:flex;flex-direction:column;gap:1px;border-radius:8px;transition:background .15s}.profile-stat-btn:hover{background:var(--purple-light)}.profile-stat-btn:hover .profile-stat-label{color:var(--purple)}.profile-tabs{display:flex;gap:0;border-bottom:2px solid #f3f4f6;margin:0 0 24px;position:sticky;top:var(--topbar-h,60px);z-index:50;overflow-x:auto}.profile-tab{display:flex;align-items:center;gap:6px;padding:14px 20px;font-size:14px;font-weight:500;color:#9CA3AF;text-decoration:none;border-bottom:2px solid transparent;margin-bottom:-2px;transition:color .15s,border-color .15s;white-space:nowrap}.profile-tab:hover{color:var(--purple)}.profile-tab.active{color:var(--purple);border-color:var(--purple);font-weight:700}.profile-tab-icon{font-size:15px}.profile-tab-content{animation:fadeInUp .2s ease}.profile-posts-count{font-size:13px;color:#9CA3AF;margin-bottom:16px}.profile-about{max-width:520px;display:flex;flex-direction:column;gap:24px}.profile-about-section h3{font-size:15px;font-weight:700;color:#1a1a2e;margin-bottom:12px}.profile-about-section p{font-size:14px;color:#6B7280;line-height:1.6}.profile-about-row{display:flex;align-items:center;gap:10px;font-size:14px;color:#6B7280;padding:6px 0}.profile-empty{text-align:center;padding:64px 24px;color:#D1D5DB}.profile-empty span{font-size:40px;display:block;margin-bottom:12px}.profile-empty p{font-size:14px;margin:0}.profile-home{display:flex;flex-direction:column;gap:32px}.profile-home-section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.profile-home-section-header h3{font-size:16px;font-weight:700;color:#1a1a2e;margin:0}.profile-home-see-all{font-size:13px;color:var(--purple);text-decoration:none;font-weight:500}.profile-home-see-all:hover{text-decoration:underline}.profile-home-list{display:flex;flex-direction:column;gap:4px}.profile-home-row{display:flex;align-items:center;gap:12px;padding:10px;border-radius:12px;text-decoration:none;color:inherit;transition:background .15s}.profile-home-row:hover{background:#faf8ff}.profile-home-thumb{width:80px;height:54px;border-radius:8px;overflow:hidden;flex-shrink:0;position:relative;background:var(--purple-light)}.profile-home-thumb-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:20px;background:linear-gradient(135deg,#f3f0ff,#ede9fe)}.profile-home-row-info{flex:1;min-width:0}.profile-home-row-title{font-size:14px;font-weight:600;color:#1a1a2e;margin:0 0 4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.profile-home-row-meta{display:flex;align-items:center;gap:6px;font-size:12px;color:#9CA3AF}.profile-home-skeletons{display:flex;flex-direction:column;gap:8px}.profile-home-row-sk{display:flex;gap:12px;padding:10px;align-items:center}.profile-shop-empty{text-align:center;padding:64px 24px;display:flex;flex-direction:column;align-items:center;gap:12px}.profile-shop-icon{font-size:48px;margin-bottom:4px}.profile-shop-empty h3{font-size:18px;font-weight:700;color:#1a1a2e;margin:0}.profile-shop-empty p{font-size:14px;color:#9CA3AF;margin:0;max-width:280px}.profile-shop-cta{margin-top:8px;padding:10px 24px;border-radius:var(--radius-full);background:var(--purple);color:white;border:none;font-family:var(--font);font-size:14px;font-weight:600;cursor:pointer;transition:opacity .15s}.profile-shop-cta:hover{opacity:.88}.fw-overlay{position:fixed;inset:0;background:rgba(0,0,0,.45);backdrop-filter:blur(4px);z-index:300;display:flex;align-items:center;justify-content:center;padding:16px;animation:fadeIn .15s ease}.fw-modal{width:100%;max-width:420px;max-height:80vh;background:white;border-radius:20px;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 24px 64px rgba(0,0,0,.18);animation:modalSlideUp .22s cubic-bezier(.34,1.56,.64,1)}@keyframes modalSlideUp{0%{transform:translateY(24px) scale(.97);opacity:0}to{transform:translateY(0) scale(1);opacity:1}}.fw-header{justify-content:space-between;padding:18px 20px 16px;border-bottom:1px solid #f3f4f6;flex-shrink:0}.fw-header,.fw-title{display:flex;align-items:center}.fw-title{font-size:16px;font-weight:700;color:#1a1a2e;margin:0;gap:6px}.fw-subtitle{font-weight:400;color:#9CA3AF;font-size:14px}.fw-close{width:32px;height:32px;border-radius:50%;border:none;background:#F9FAFB;color:#6B7280;font-size:13px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s}.fw-close:hover{background:#F3F4F6;color:#1a1a2e}.fw-list{overflow-y:auto;flex:1;padding:6px 0 12px}.fw-user{display:flex;align-items:center;gap:12px;padding:10px 20px;text-decoration:none;color:inherit;transition:background .12s}.fw-user:hover{background:#faf8ff}.fw-avatar{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,var(--purple),#A78BFA);display:flex;align-items:center;justify-content:center;color:white;font-weight:700;font-size:15px;flex-shrink:0;position:relative;overflow:hidden}.fw-user-info{display:flex;flex-direction:column;gap:2px;min-width:0}.fw-user-name{font-size:14px;font-weight:600;color:#1a1a2e;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.fw-user-handle{font-size:12px;color:#9CA3AF}.fw-chevron{display:flex;align-items:center;gap:12px;padding:10px 20px}.fw-empty{text-align:center;padding:40px;color:#C4B5FD;font-size:14px}.fw-end{text-align:center;font-size:12px;color:#D1D5DB;padding:12px 0 0;margin:0}@keyframes fadeInUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media (max-width:640px){.profile-banner{height:160px;border-radius:12px}.profile-avatar{width:72px;height:72px;font-size:26px}.profile-name{font-size:18px}.profile-tab{padding:12px 14px;font-size:13px}.profile-tab-icon{display:none}.profile-btn-edit,.profile-btn-follow{padding:8px 16px;font-size:13px;min-width:90px}}@media (max-width:480px){.fw-overlay{align-items:flex-end;padding:0}.fw-modal{max-height:90vh;border-radius:20px 20px 0 0;max-width:100%}}