.access-2 { padding-top: 0 !important; } .access-fix { float: right !important; margin-right: 20px; color: white; } .custom-access-dropdown-toggle>svg.lucide { float: right; margin: 12px 0 0 6px; } .custom-access-avatar-wrap { border-radius: 50%; overflow: hidden; width: 39px; height: 39px; display: inline-block; vertical-align: middle; flex-shrink: 0; } .custom-access-modal-backdrop { position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 10000; display: none; background: rgba(0, 0, 0, 0.9); backdrop-filter: blur(15px); -webkit-backdrop-filter: blur(15px); } .custom-access-modal-backdrop.in { display: flex !important; align-items: center; justify-content: center; } .custom-access-modal { position: relative !important; width: 420px; max-width: 95%; background: #0a0a0a; border: 1px solid rgba(255, 255, 255, 0.1); border-radius: 32px; box-shadow: 0 50px 100px -20px rgba(0, 0, 0, 1), 0 0 40px rgba(255, 94, 98, 0.1); overflow: hidden; margin: auto; max-height: 0; opacity: 0; transform: translateY(50px) scale(0.96); transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1); } .custom-access-modal-backdrop.in .custom-access-modal { max-height: 95vh; opacity: 1; transform: translateY(0) scale(1); height: auto !important; } .custom-access-modal button.ca-close-btn-premium { all: unset !important; position: absolute !important; top: 24px !important; left: 24px !important; right: auto !important; width: 44px !important; height: 44px !important; background: rgba(255, 255, 255, 0.08) !important; border: 1px solid rgba(255, 255, 255, 0.12) !important; color: #fff !important; border-radius: 16px !important; display: flex !important; align-items: center !important; justify-content: center !important; cursor: pointer !important; z-index: 9999 !important; transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important; margin: 0 !important; padding: 0 !important; box-sizing: border-box !important; } .ca-close-btn-premium i, .ca-close-btn-premium svg { width: 20px !important; height: 20px !important; stroke-width: 2.5 !important; } .ca-close-btn-premium:hover { background: rgba(255, 94, 98, 0.25) !important; border-color: rgba(255, 94, 98, 0.4) !important; transform: rotate(90deg) scale(1.1) !important; } .ribbon { position: absolute; top: -5px; right: -5px; z-index: 50; pointer-events: none; } .ribbon span { display: flex; align-items: center; justify-content: center; gap: 5px; background: linear-gradient(135deg, #10b981 0%, #059669 100%); color: #fff; font-size: 11px; font-weight: 800; padding: 10px 42px; text-transform: uppercase; letter-spacing: 1.5px; transform: rotate(45deg) translate(30px, -15px); box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5); } .custom-access-modal-header { position: relative; display: flex; justify-content: space-between; flex-direction: column; } .custom-access-modal-title { display: block; font-size: 36px; font-weight: 900; color: #fff; margin-bottom: 40px; letter-spacing: -2px; background: linear-gradient(to bottom, #fff 40%, #888 100%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; } .custom-access-modal-tabs { display: flex; list-style: none; padding: 6px; margin: 0 !important; background: #000; border: 1px solid #222; border-radius: 20px; gap: 8px; } .custom-access-modal-tab-item { flex: 1; } .custom-access-modal-tab-item button { all: unset !important; width: 100% !important; height: 64px !important; color: #666 !important; border-radius: 14px !important; display: flex !important; flex-direction: column !important; align-items: center !important; justify-content: center !important; cursor: pointer !important; transition: all 0.3s ease !important; gap: 4px !important; font-size: 12px !important; font-weight: 700 !important; text-transform: uppercase !important; box-shadow: none !important; margin: 0 !important; padding: 0 !important; } .custom-access-modal-tab-item.active button { background: #1a1a1a !important; color: #ff5e62 !important; box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4) !important; border: 1px solid #333 !important; } .custom-access-modal-tab-item button:hover:not(.active) { color: #fff !important; background: rgba(255, 255, 255, 0.05) !important; } .custom-access-modal-body { padding: 10px 40px 60px; } .custom-access-modal-tab-pane { display: none; animation: caEntrance 0.5s cubic-bezier(0.19, 1, 0.22, 1) forwards; } .custom-access-modal-tab-pane.active { display: block; } @keyframes caEntrance { from { opacity: 0; transform: translateY(15px); } to { opacity: 1; transform: translateY(0); } } .custom-access-input { width: 100% !important; background: #000 !important; border: 1px solid #222 !important; border-radius: 16px !important; padding: 16px 20px !important; color: #fff !important; font-size: 15px !important; margin-bottom: 20px !important; transition: all 0.3s ease; box-sizing: border-box; display: block !important; } .custom-access-input:focus { border-color: #ff5e62 !important; background: #050505 !important; box-shadow: 0 0 0 4px rgba(255, 94, 98, 0.1) !important; outline: none; } .custom-access-button { background: linear-gradient(135deg, #fb923c 0%, #ff5e62 100%) !important; color: #fff !important; border: none !important; border-radius: 18px !important; padding: 6px !important; font-size: 18px !important; font-weight: 800 !important; text-transform: uppercase; letter-spacing: 2px; cursor: pointer; transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275); margin-top: 20px !important; display: block !important; } .custom-access-button:hover { transform: translateY(-4px); box-shadow: 0 15px 50px rgba(255, 94, 98, 0.4); } .custom-access-dropdown { position: absolute; min-width: 280px; right: -10px; z-index: 1000; max-height: 0; overflow: hidden; opacity: 0; transform: translateY(15px); transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1); } .custom-access-dropdown.in { max-height: 500px; opacity: 1; transform: translateY(0); } .custom-access-dropdown-menu { list-style: none; border: 1px solid #222; border-radius: 20px; margin-top: 15px !important; } .custom-access-dropdown-link { display: flex; align-items: center; padding: 14px 20px; color: #aaa; text-decoration: none; font-size: 15px; transition: all 0.2s; } .custom-access-dropdown-link:hover { background: rgba(255, 255, 255, 0.05); color: #fff; } .ca-error { color: #ff5e62; font-size: 12px; margin: -10px 0 15px 10px !important; font-weight: 600; } .ca-success { color: #10b981; font-size: 14px; margin-bottom: 25px; text-align: center; background: rgba(16, 185, 129, 0.1); padding: 15px; border-radius: 14px; } .content#profile { width: 100%; max-width: 1200px; margin: 20px auto; background: #0f0f0f; border-radius: 24px; overflow: hidden; border: 1px solid rgba(255, 255, 255, 0.05); box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5); } .cover-image { position: relative; height: 350px; background: #1a1a1a; overflow: hidden; } .cover-image-preview { width: 100%; height: 100%; object-fit: cover; display: block; } .cover-image.editing::after { content: 'Drag to reposition cover'; position: absolute; inset: 0; background: rgba(0, 0, 0, 0.4); display: flex; align-items: center; justify-content: center; color: #fff; font-size: 18px; font-weight: 700; pointer-events: none; z-index: 5; } .cover-image-update { position: absolute !important; bottom: 20px !important; right: 40px !important; background: rgba(0, 0, 0, 0.5) !important; backdrop-filter: blur(10px) !important; border: 1px solid rgba(255, 255, 255, 0.2) !important; z-index: 20 !important; padding: 10px 18px !important; border-radius: 12px !important; } .cover-image-update:hover { background: rgba(0, 0, 0, 0.8) !important; border-color: #ff5e62 !important; color: #ff5e62 !important; } .profile-header { position: relative; padding: 0 40px 30px; margin-top: -80px; display: flex; align-items: flex-end; gap: 30px; z-index: 10; } .profile-avatar-container { position: relative; width: 160px; height: 160px; border-radius: 40px; overflow: hidden; cursor: default; } .profile-avatar-container.is-owner { cursor: pointer; } .profile-avatar-container img.avatar { width: 160px !important; height: 160px !important; border-radius: 40px; border: 6px solid #0f0f0f; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.8); object-fit: cover; background: #111; display: block; transition: transform 0.3s ease; } .profile-avatar-container.is-owner:hover img.avatar { transform: scale(1.05); } .avatar-edit-overlay { position: absolute; inset: 0; background: rgba(255, 94, 98, 0.6); display: flex; align-items: center; justify-content: center; color: #fff; opacity: 0; transition: opacity 0.3s ease; z-index: 5; pointer-events: none; border-radius: 40px; } .profile-avatar-container.is-owner:hover .avatar-edit-overlay { opacity: 1; } .avatar-edit-overlay i, .avatar-edit-overlay svg { width: 40px !important; height: 40px !important; } .profile-info-main { padding-bottom: 15px; } .profile-info-main h1 { font-size: 42px; font-weight: 900; color: #fff; margin: 0 0 5px; letter-spacing: -1.5px; line-height: 1; } .profile-info-main .user-meta { display: flex; align-items: center; gap: 15px; color: #888; font-size: 16px; } .profile-info-main .user-meta span { display: flex; align-items: center; gap: 6px; } .profile-grid { display: grid; grid-template-columns: 1fr 340px; gap: 30px; padding: 30px 40px 40px; } .profile-card { background: rgba(255, 255, 255, 0.03); border: 1px solid rgba(255, 255, 255, 0.06); border-radius: 20px; padding: 24px; } .profile-card h3 { font-size: 18px; font-weight: 800; color: #fff; margin-bottom: 20px; display: flex; align-items: center; gap: 10px; } .profile-card h3::before { content: ''; width: 4px; height: 18px; background: #ff5e62; border-radius: 2px; } .profile-item { margin-bottom: 20px; } .profile-item:last-child { margin-bottom: 0; } .profile-item label { display: block; font-size: 12px; font-weight: 700; color: #666; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 8px; } .profile-item p { color: #ddd; font-size: 16px; line-height: 1.6; margin: 0; } .profile-actions { display: flex; flex-direction: column; gap: 12px; } .btn-premium { display: flex; align-items: center; justify-content: center; gap: 10px; padding: 14px 20px; border-radius: 14px; font-weight: 700; font-size: 14px; cursor: pointer; transition: all 0.3s ease; border: none; text-align: center; } .btn-premium-primary { background: linear-gradient(135deg, #fb923c 0%, #ff5e62 100%); color: #fff; } .btn-premium-primary:hover { transform: translateY(-2px); box-shadow: 0 15px 30px rgba(255, 94, 98, 0.3); } .btn-premium-outline { background: rgba(255, 255, 255, 0.05); color: #fff; border: 1px solid rgba(255, 255, 255, 0.1); } .btn-premium-outline:hover { background: rgba(255, 255, 255, 0.1); border-color: rgba(255, 255, 255, 0.2); } .btn-premium-danger { background: rgba(220, 38, 38, 0.1); color: #ef4444; border: 1px solid rgba(220, 38, 38, 0.2); margin-top: 10px; } .btn-premium-danger:hover { background: rgba(220, 38, 38, 1); color: #fff; } .favorites-section { grid-column: 1 / -1; margin-top: 20px; } .favorites-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 20px; } .favorites-grid .videoPost { width: 100% !important; float: none !important; margin: 0 !important; background: transparent !important; border: none !important; box-shadow: none !important; } .favorites-grid .videoPost img.thumb_small { width: 100% !important; height: auto !important; aspect-ratio: 264 / 388; border-radius: 12px; box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4); } .favorites-grid .videoPost a.videoLink { margin-top: 10px; height: auto !important; text-align: left !important; font-size: 14px !important; } .favorites-grid .videoPost .thumbDuration { border-radius: 8px !important; } .ca-profile-input { width: 100%; background: #1a1a1a !important; border: 1px solid #333 !important; border-radius: 12px !important; padding: 12px 16px !important; color: #fff !important; font-size: 15px !important; margin-top: 5px; } .ca-profile-input:focus { border-color: #ff5e62 !important; outline: none; } .awp-profile-images-grid .awp-predefined-image-option { transition: all 0.3s ease; } .awp-predefined-image-option:hover { transform: scale(1.05); } .awp-predefined-image-option.selected { border-color: #ff5e62 !important; box-shadow: 0 0 15px rgba(255, 94, 98, 0.4); } @media (max-width: 900px) { .profile-grid { grid-template-columns: 1fr; } .profile-header { flex-direction: column; align-items: center; text-align: center; margin-top: -60px; } .profile-avatar-container { width: 120px; height: 120px; } .profile-avatar-container img.avatar { width: 120px !important; height: 120px !important; border-radius: 30px; } .profile-info-main h1 { font-size: 32px; } .profile-info-main .user-meta { justify-content: center; } } @media (max-width: 480px) { .cover-image { height: 200px; } .profile-grid { padding: 20px; } }