.AuctionCard-module__1PTtpG__card{background-color:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);flex-direction:column;transition:all .3s;display:flex;overflow:hidden}.AuctionCard-module__1PTtpG__card:hover{box-shadow:var(--shadow-md);border-color:#4f46e566;transform:translateY(-4px)}.AuctionCard-module__1PTtpG__cardLink{color:inherit;flex-direction:column;height:100%;text-decoration:none;display:flex}.AuctionCard-module__1PTtpG__imageWrapper{aspect-ratio:4/3;background-color:var(--background);justify-content:center;align-items:center;width:100%;display:flex;position:relative;overflow:hidden}.AuctionCard-module__1PTtpG__productImage{object-fit:contain;width:100%;height:100%;padding:16px;transition:transform .3s}.AuctionCard-module__1PTtpG__card:hover .AuctionCard-module__1PTtpG__productImage{transform:scale(1.05)}.AuctionCard-module__1PTtpG__timerBadge{color:#fff;z-index:5;background:#34a853;border-radius:20px;align-items:center;gap:6px;padding:6px 12px;font-size:.75rem;font-weight:700;display:flex;position:absolute;top:12px;left:12px;box-shadow:0 4px 6px -1px #0000001a}.AuctionCard-module__1PTtpG__urgentTimer{background:#ef4444}.AuctionCard-module__1PTtpG__bidsBadge{color:#fff;z-index:5;background:#34a853;border-radius:20px;padding:6px 12px;font-size:.75rem;font-weight:700;position:absolute;top:12px;right:12px;box-shadow:0 4px 6px -1px #0000001a}.AuctionCard-module__1PTtpG__content{flex-direction:column;flex:1;padding:20px;display:flex}.AuctionCard-module__1PTtpG__title{color:var(--text-main);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:16px;font-size:1.1rem;font-weight:600;line-height:1.4;display:-webkit-box;overflow:hidden}.AuctionCard-module__1PTtpG__priceGroup{justify-content:space-between;align-items:flex-end;margin-top:auto;margin-bottom:20px;display:flex}.AuctionCard-module__1PTtpG__priceLabel{color:var(--text-muted);margin-bottom:4px;font-size:.8rem}.AuctionCard-module__1PTtpG__currentBid{color:var(--primary);font-size:1.4rem;font-weight:800}.AuctionCard-module__1PTtpG__startPrice{color:var(--text-main);opacity:.5;font-size:1.1rem;font-weight:600;text-decoration:line-through}.AuctionCard-module__1PTtpG__bidButton{border-radius:var(--radius-sm);width:100%;padding:12px;font-size:1rem}.AuctionCard-module__1PTtpG__watchlistBtn{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:1px solid var(--border);cursor:pointer;color:#94a3b8;z-index:2;background:#ffffffe6;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex;position:absolute;bottom:12px;right:12px}.AuctionCard-module__1PTtpG__watchlistBtn:hover{color:#ef4444;transform:scale(1.15);box-shadow:0 2px 8px #0000001a}.AuctionCard-module__1PTtpG__watchlistActive{color:#ef4444;background:#ef44441a;border-color:#ef44444d}@media (max-width:768px){.AuctionCard-module__1PTtpG__content{padding:12px}.AuctionCard-module__1PTtpG__title{margin-bottom:8px;font-size:.85rem}.AuctionCard-module__1PTtpG__priceGroup{flex-direction:column;align-items:flex-start;gap:4px;margin-bottom:12px}.AuctionCard-module__1PTtpG__currentBid{font-size:1rem}.AuctionCard-module__1PTtpG__startPrice{font-size:.8rem}.AuctionCard-module__1PTtpG__bidButton{padding:8px;font-size:.85rem}.AuctionCard-module__1PTtpG__timerBadge,.AuctionCard-module__1PTtpG__bidsBadge{padding:4px 8px;font-size:.65rem;top:8px}.AuctionCard-module__1PTtpG__timerBadge{left:8px}.AuctionCard-module__1PTtpG__bidsBadge{right:8px}.AuctionCard-module__1PTtpG__watchlistBtn{width:32px;height:32px;bottom:8px;right:8px}}
.EmptyState-module__IPURAa__emptyState{background-color:var(--surface);border:1px dashed var(--border);border-radius:var(--radius-md);text-align:center;flex-direction:column;grid-column:1/-1;justify-content:center;align-items:center;min-height:400px;padding:64px 20px;display:flex}.EmptyState-module__IPURAa__iconWrapper{background-color:var(--background);width:80px;height:80px;color:var(--primary);border-radius:50%;justify-content:center;align-items:center;margin-bottom:24px;display:flex;box-shadow:0 0 30px #4f46e533}.EmptyState-module__IPURAa__title{color:var(--text-main);margin-bottom:12px;font-size:1.5rem;font-weight:700}.EmptyState-module__IPURAa__description{color:var(--text-muted);max-width:400px;line-height:1.6}
.HeroSlider-module__sii_Iq__sliderContainer{border-radius:24px;width:100%;height:400px;margin-bottom:40px;position:relative;overflow:hidden;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.HeroSlider-module__sii_Iq__slide{opacity:0;visibility:hidden;background-position:50%;background-size:cover;align-items:center;width:100%;height:100%;padding:0 80px;transition:all .8s cubic-bezier(.4,0,.2,1);display:flex;position:absolute;top:0;left:0}.HeroSlider-module__sii_Iq__slideActive{opacity:1;visibility:visible}.HeroSlider-module__sii_Iq__content{-webkit-backdrop-filter:blur(12px);color:#fff;background:#ffffff26;border:1px solid #ffffff4d;border-radius:24px;max-width:500px;padding:40px;transition:all .8s cubic-bezier(.4,0,.2,1) .3s;transform:translateY(20px)}.HeroSlider-module__sii_Iq__slideActive .HeroSlider-module__sii_Iq__content{transform:translateY(0)}.HeroSlider-module__sii_Iq__title{letter-spacing:-.02em;text-shadow:0 2px 4px #0003;margin-bottom:16px;font-size:2.5rem;font-weight:800;line-height:1.1}.HeroSlider-module__sii_Iq__subtitle{opacity:.9;margin-bottom:24px;font-size:1.1rem;font-weight:500}.HeroSlider-module__sii_Iq__button{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:14px;align-items:center;gap:8px;padding:14px 28px;font-weight:700;text-decoration:none;transition:all .3s;display:inline-flex}.HeroSlider-module__sii_Iq__button:hover{transform:scale(1.05);box-shadow:0 10px 20px #34a8534d}.HeroSlider-module__sii_Iq__navButton{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;cursor:pointer;z-index:5;background:#fff3;border:1px solid #ffffff4d;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;transition:all .3s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.HeroSlider-module__sii_Iq__navButton:hover{background:#ffffff4d}.HeroSlider-module__sii_Iq__prev{left:20px}.HeroSlider-module__sii_Iq__next{right:20px}.HeroSlider-module__sii_Iq__indicators{z-index:5;gap:10px;display:flex;position:absolute;bottom:24px;left:50%;transform:translate(-50%)}.HeroSlider-module__sii_Iq__dot{cursor:pointer;background:#ffffff4d;border-radius:4px;width:8px;height:8px;transition:all .3s}.HeroSlider-module__sii_Iq__dotActive{background:#fff;width:24px}@media (max-width:768px){.HeroSlider-module__sii_Iq__sliderContainer{border-radius:16px;height:250px;margin-bottom:24px}.HeroSlider-module__sii_Iq__slide{text-align:center;justify-content:center;padding:0 20px}.HeroSlider-module__sii_Iq__content{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0006;border-radius:16px;max-width:90%;padding:20px;transform:translateY(10px)}.HeroSlider-module__sii_Iq__title{margin-bottom:8px;font-size:1.25rem}.HeroSlider-module__sii_Iq__subtitle{-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:16px;font-size:.8rem;display:-webkit-box;overflow:hidden}.HeroSlider-module__sii_Iq__button{border-radius:10px;padding:10px 20px;font-size:.85rem}.HeroSlider-module__sii_Iq__navButton{display:none}.HeroSlider-module__sii_Iq__indicators{bottom:12px}.HeroSlider-module__sii_Iq__dot{width:6px;height:6px}.HeroSlider-module__sii_Iq__dotActive{width:18px}}
.profile-module__6hg1VG__container{max-width:800px}.profile-module__6hg1VG__header{margin-bottom:32px}.profile-module__6hg1VG__header h1{color:var(--text-main);margin-bottom:8px;font-size:1.75rem;font-weight:800}.profile-module__6hg1VG__header p{color:var(--text-muted)}.profile-module__6hg1VG__card{border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);background:#fff;padding:24px!important}.profile-module__6hg1VG__form{flex-direction:column;gap:24px;display:flex}.profile-module__6hg1VG__grid{grid-template-columns:1fr 1fr;gap:16px;display:grid}.profile-module__6hg1VG__addressGrid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:20px;margin-top:24px;display:grid}.profile-module__6hg1VG__addressCard{border:1px solid var(--border);background:#fff;border-radius:12px;flex-direction:column;gap:15px;padding:20px;transition:all .2s;display:flex;position:relative}.profile-module__6hg1VG__defaultCard{border-color:var(--primary);background-color:#f0fdf4}.profile-module__6hg1VG__defaultBadge{background-color:var(--primary);color:#fff;vertical-align:middle;border-radius:20px;margin-left:8px;padding:2px 8px;font-size:.65rem}.profile-module__6hg1VG__setDefaultBtn{color:#666;cursor:pointer;background:#fff;border:1px solid #ddd;border-radius:6px;width:100%;margin-top:auto;padding:8px;font-size:.8rem;font-weight:600;transition:all .2s}.profile-module__6hg1VG__setDefaultBtn:hover{border-color:var(--primary);color:var(--primary);background:#f8fafc}.profile-module__6hg1VG__addressCard:hover{border-color:var(--primary);box-shadow:0 4px 12px #0000000d}.profile-module__6hg1VG__addressHeader{align-items:center;gap:12px;display:flex}.profile-module__6hg1VG__addressTypeIcon{width:32px;height:32px;color:var(--primary);background:#f1f5f9;border-radius:8px;justify-content:center;align-items:center;display:flex}.profile-module__6hg1VG__addressTitleText{flex:1;font-size:1rem;font-weight:700}.profile-module__6hg1VG__addressActions{gap:8px;display:flex}.profile-module__6hg1VG__addressActions button{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:6px;padding:5px;transition:all .2s}.profile-module__6hg1VG__addressActions button:hover{color:var(--primary);background:#f1f5f9}.profile-module__6hg1VG__addressActions .profile-module__6hg1VG__deleteBtn:hover{color:#ef4444;background:#fee2e2}.profile-module__6hg1VG__addressBody{color:var(--text-main);font-size:.9rem}.profile-module__6hg1VG__addressBody strong{margin-bottom:8px;display:block}.profile-module__6hg1VG__addressBody p{color:#64748b;margin-bottom:4px}.profile-module__6hg1VG__addressPhone{color:var(--text-main);align-items:center;gap:6px;margin-top:10px;font-weight:600;display:flex}.profile-module__6hg1VG__modalOverlay{z-index:10000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00000080;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.profile-module__6hg1VG__modalContent{background:#fff;border-radius:16px;width:100%;max-width:500px;padding:24px;animation:.3s profile-module__6hg1VG__modalIn}@keyframes profile-module__6hg1VG__modalIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.profile-module__6hg1VG__modalHeader{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}.profile-module__6hg1VG__closeBtn{cursor:pointer;color:var(--text-muted);background:0 0;border:none;font-size:28px}.profile-module__6hg1VG__addressForm{flex-direction:column;gap:20px;display:flex}.profile-module__6hg1VG__formRow{grid-template-columns:1fr 1fr;gap:16px;display:grid}.profile-module__6hg1VG__formGroup{flex-direction:column;gap:6px;display:flex}.profile-module__6hg1VG__formGroup label{color:#64748b;font-size:.85rem;font-weight:600}.profile-module__6hg1VG__formGroup input,.profile-module__6hg1VG__formGroup select,.profile-module__6hg1VG__formGroup textarea{border:1px solid var(--border);border-radius:8px;outline:none;padding:10px 12px;font-size:.9rem}.profile-module__6hg1VG__formGroup input:focus,.profile-module__6hg1VG__formGroup select:focus,.profile-module__6hg1VG__formGroup textarea:focus{border-color:var(--primary)}.profile-module__6hg1VG__typeSelector{gap:8px;display:flex}.profile-module__6hg1VG__typeSelector button{border:1px solid var(--border);cursor:pointer;background:#fff;border-radius:8px;flex:1;justify-content:center;align-items:center;gap:8px;padding:10px;font-size:.85rem;font-weight:600;display:flex}.profile-module__6hg1VG__typeSelector button.profile-module__6hg1VG__activeType{border-color:var(--primary);color:var(--primary);background:#f0fdf4}.profile-module__6hg1VG__typeSelector button.profile-module__6hg1VG__input:disabled{cursor:not-allowed;color:#94a3b8;background-color:#f8fafc}.profile-module__6hg1VG__otpContainer{justify-content:center;gap:8px;margin:16px 0;display:flex}.profile-module__6hg1VG__otpInput{text-align:center;width:48px;height:56px;color:var(--text-main);background:#fff;border:2px solid #cbd5e1;border-radius:12px;font-size:1.5rem;font-weight:700;transition:all .2s}.profile-module__6hg1VG__otpInput:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 4px #34a8531a}.profile-module__6hg1VG__otpInputError{background-color:#fef2f2;border-color:#ef4444}.profile-module__6hg1VG__otpInputSuccess{background-color:#ecfdf5;border-color:#10b981}.profile-module__6hg1VG__verificationBox{border:1px solid var(--primary);background:#f8fafc;border-radius:16px;margin-top:16px;padding:24px;box-shadow:0 4px 6px -1px #0000000d}.profile-module__6hg1VG__verificationTitle{color:#0f172a;text-align:center;margin-bottom:8px;font-size:1.1rem;font-weight:700}.profile-module__6hg1VG__verificationSubtitle{color:#64748b;text-align:center;margin-bottom:24px;font-size:.9rem}.profile-module__6hg1VG__resendContainer{justify-content:center;align-items:center;margin-top:24px;font-size:.9rem;display:flex}.profile-module__6hg1VG__actionLinksRow{border-top:1px solid #e2e8f0;justify-content:space-between;align-items:center;margin-top:24px;padding-top:16px;display:flex}@media (max-width:640px){.profile-module__6hg1VG__otpInput{gap:6px;width:40px;height:48px;font-size:1.25rem}.profile-module__6hg1VG__verificationBox{padding:16px}}.profile-module__6hg1VG__react-tel-input .profile-module__6hg1VG__form-control{border:1px solid #cbd5e1!important;border-radius:12px!important;width:100%!important;height:56px!important;padding-left:56px!important;font-family:inherit!important;font-size:1.1rem!important;font-weight:600!important}.profile-module__6hg1VG__react-tel-input .profile-module__6hg1VG__form-control:focus{border-color:var(--primary)!important;box-shadow:0 0 0 4px #34a8531a!important}.profile-module__6hg1VG__react-tel-input .profile-module__6hg1VG__flag-dropdown{background:#f1f5f9!important;border:1px solid #cbd5e1!important;border-right:none!important;border-radius:12px 0 0 12px!important}.profile-module__6hg1VG__react-tel-input .profile-module__6hg1VG__selected-flag{border-radius:12px 0 0 12px!important;padding:0 12px!important}.profile-module__6hg1VG__react-tel-input .profile-module__6hg1VG__selected-flag:hover,.profile-module__6hg1VG__react-tel-input .profile-module__6hg1VG__selected-flag:focus{background:#e2e8f0!important}.profile-module__6hg1VG__modalActions{justify-content:flex-end;gap:12px;margin-top:12px;display:flex}@media (max-width:600px){.profile-module__6hg1VG__formRow{grid-template-columns:1fr}}.profile-module__6hg1VG__inputGroup{flex-direction:column;gap:8px;display:flex}.profile-module__6hg1VG__label{color:var(--text-main);font-size:.9rem;font-weight:600}.profile-module__6hg1VG__input{border-radius:var(--radius-md);border:1px solid var(--border);padding:12px 16px;font-size:.95rem;transition:all .2s}.profile-module__6hg1VG__input:focus{border-color:var(--primary);box-shadow:0 0 0 3px #34a8531a}.profile-module__6hg1VG__input:disabled{background-color:var(--surface-hover);cursor:not-allowed}.profile-module__6hg1VG__submitBtn{align-self:flex-start;padding:12px 32px}.profile-module__6hg1VG__message{border-radius:var(--radius-md);margin-bottom:24px;padding:16px;font-size:.95rem}.profile-module__6hg1VG__success{color:#059669;background-color:#10b9811a;border:1px solid #10b98133}.profile-module__6hg1VG__error{color:#dc2626;background-color:#ef44441a;border:1px solid #ef444433}.profile-module__6hg1VG__emptyState{text-align:center;flex-direction:column;align-items:center;gap:16px;padding:64px 24px;display:flex}.profile-module__6hg1VG__emptyState h3{color:var(--text-main);font-size:1.25rem}.profile-module__6hg1VG__emptyState p{color:var(--text-muted);max-width:300px}.profile-module__6hg1VG__tableContainer{width:100%;overflow-x:auto}.profile-module__6hg1VG__table{border-collapse:collapse;text-align:left;width:100%}.profile-module__6hg1VG__table th{border-bottom:2px solid var(--border);text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);padding:16px;font-size:.85rem;font-weight:700}.profile-module__6hg1VG__table td{border-bottom:1px solid var(--border);padding:16px;font-size:.95rem}.profile-module__6hg1VG__table tr:last-child td{border-bottom:none}.profile-module__6hg1VG__badge{border-radius:var(--radius-full);text-transform:uppercase;padding:4px 10px;font-size:.75rem;font-weight:700}.profile-module__6hg1VG__passwordModalContent{background:#fff;border-radius:20px;width:100%;max-width:450px;padding:32px;animation:.4s cubic-bezier(.16,1,.3,1) profile-module__6hg1VG__slideUp;position:relative;box-shadow:0 25px 50px -12px #00000040}@keyframes profile-module__6hg1VG__slideUp{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}.profile-module__6hg1VG__passwordForm{flex-direction:column;gap:16px;margin-top:24px;display:flex}.profile-module__6hg1VG__passwordButtonRow{gap:12px;margin-top:24px;display:flex}.profile-module__6hg1VG__passwordButtonRow button{border-radius:12px;flex:1;padding:14px;font-weight:700}.profile-module__6hg1VG__changePassBtn{color:#64748b;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;align-items:center;gap:6px;width:fit-content;margin-top:12px;padding:8px 16px;font-size:.85rem;font-weight:600;display:flex}.profile-module__6hg1VG__changePassBtn:hover{color:var(--primary);border-color:var(--primary);background:#f1f5f9}@media (max-width:768px){.profile-module__6hg1VG__grid{grid-template-columns:1fr}}.profile-module__6hg1VG__mobileDashboard{display:none}.profile-module__6hg1VG__profileCard{background:#fff;border-radius:24px;flex-direction:column;gap:24px;width:100%;padding:32px 48px;display:flex;box-shadow:0 20px 25px -5px #0000000d,0 8px 10px -6px #00000003}.profile-module__6hg1VG__profileCardTopRow{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:32px;display:flex}.profile-module__6hg1VG__profileContentBox{flex-direction:column;gap:24px;width:100%;padding:0 40px;display:flex}.profile-module__6hg1VG__profileInfoWrapper{flex-wrap:wrap;align-items:center;gap:32px;display:flex}.profile-module__6hg1VG__profileAvatar,.profile-module__6hg1VG__profileAvatarWrapper{color:#fff;z-index:10;background:linear-gradient(135deg,#10b981,#059669);border:8px solid #fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:150px;height:150px;margin-top:-80px;font-size:4rem;font-weight:700;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 15px -3px #0000001a}.profile-module__6hg1VG__profileNameBox{flex-direction:column;justify-content:center;margin-top:-16px;display:flex}.profile-module__6hg1VG__profileNameText{color:#0f172a;letter-spacing:-.03em;margin:0 0 12px;font-size:2.4rem;font-weight:800}.profile-module__6hg1VG__profileTagsBox{flex-wrap:wrap;align-items:center;gap:16px;display:flex}.profile-module__6hg1VG__profileStatsWrapper{flex-wrap:wrap;align-items:center;gap:32px;padding-top:16px;display:flex}.profile-module__6hg1VG__profileStatsBox{background:#f8fafc;border:1px solid #f1f5f9;border-radius:16px;flex-wrap:wrap;align-items:center;gap:32px;width:100%;padding:16px 24px;display:flex}.profile-module__6hg1VG__profileStatsGroup{align-items:center;gap:32px;display:flex}.profile-module__6hg1VG__profileStatItem{flex-direction:column;align-items:center;display:flex}.profile-module__6hg1VG__profileStatNumber{color:#0f172a;font-size:2rem;font-weight:800;line-height:1}.profile-module__6hg1VG__profileStatLabel{color:#64748b;text-transform:uppercase;letter-spacing:.05em;margin-top:8px;font-size:.8rem;font-weight:700}.profile-module__6hg1VG__profileStatDivider{background:#e2e8f0;width:2px;height:48px}.profile-module__6hg1VG__profileActionBtn{cursor:pointer;border-radius:100px;justify-content:center;align-items:center;gap:8px;min-width:200px;padding:16px 36px;font-size:1.1rem;font-weight:700;transition:all .2s;display:flex}@media (max-width:768px){.profile-module__6hg1VG__profileCard{text-align:center;align-items:center;padding:24px 0}.profile-module__6hg1VG__profileContentBox{text-align:center;align-items:center;gap:16px;padding:0 20px}.profile-module__6hg1VG__profileCardTopRow{justify-content:center;gap:16px;width:100%}.profile-module__6hg1VG__profileInfoWrapper{flex-direction:column;justify-content:center;gap:12px;width:100%}.profile-module__6hg1VG__profileAvatar,.profile-module__6hg1VG__profileAvatarWrapper{border-width:6px;width:110px;height:110px;margin-top:-55px;margin-left:auto;margin-right:auto;font-size:2.5rem}.profile-module__6hg1VG__profileNameBox{align-items:center;width:100%;margin-top:0}.profile-module__6hg1VG__profileNameText{margin-bottom:8px;font-size:1.8rem}.profile-module__6hg1VG__profileTagsBox{justify-content:center;gap:8px}.profile-module__6hg1VG__profileStatsBox{justify-content:center;width:100%;padding:16px}.profile-module__6hg1VG__profileStatsGroup{justify-content:center;gap:32px;width:100%}.profile-module__6hg1VG__profileStatNumber{font-size:1.6rem}.profile-module__6hg1VG__profileStatLabel{font-size:.75rem}.profile-module__6hg1VG__profileStatDivider{height:32px}.profile-module__6hg1VG__profileActionBtn{width:100%;padding:14px 24px}.profile-module__6hg1VG__mobileDashboard{flex-direction:column;gap:12px;margin-top:-8px;display:flex}.profile-module__6hg1VG__dashboardSectionTitle{color:#0f172a;margin-bottom:4px;padding-left:4px;font-size:1.2rem;font-weight:800}.profile-module__6hg1VG__dashboardGrid{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}.profile-module__6hg1VG__dashboardItem{background:#fff;border:1px solid #00000008;border-radius:20px;flex-direction:column;justify-content:center;align-items:center;gap:8px;padding:16px 8px;transition:transform .15s ease-out;display:flex;box-shadow:0 10px 15px -3px #0000000d,0 4px 6px -4px #00000005}.profile-module__6hg1VG__dashboardItem:active{transform:scale(.96)}.profile-module__6hg1VG__dashboardIcon{border-radius:18px;justify-content:center;align-items:center;width:52px;height:52px;display:flex}.profile-module__6hg1VG__dashboardItem span{color:#334155;text-align:center;font-size:.75rem;font-weight:700;line-height:1.2}}
.LiveInfluencers-module__yzd8Qa__section{margin:40px 0;padding:20px 0}.LiveInfluencers-module__yzd8Qa__header{justify-content:space-between;align-items:flex-end;margin-bottom:24px;display:flex}.LiveInfluencers-module__yzd8Qa__titleWrapper{align-items:center;gap:12px;margin-bottom:8px;display:flex}.LiveInfluencers-module__yzd8Qa__liveDot{background-color:#ff4d4d;border-radius:50%;width:10px;height:10px;animation:1.5s infinite LiveInfluencers-module__yzd8Qa__pulse;box-shadow:0 0 #ff4d4db3}@keyframes LiveInfluencers-module__yzd8Qa__pulse{0%{box-shadow:0 0 #ff4d4db3}70%{box-shadow:0 0 0 10px #ff4d4d00}to{box-shadow:0 0 #ff4d4d00}}.LiveInfluencers-module__yzd8Qa__title{color:var(--text-main);font-size:1.8rem;font-weight:800}.LiveInfluencers-module__yzd8Qa__subtitle{color:var(--text-muted);font-size:1.1rem}.LiveInfluencers-module__yzd8Qa__scrollContainer{scrollbar-width:thin;scrollbar-color:#cbd5e1 transparent;gap:20px;padding:10px 0 20px;display:flex;overflow-x:auto;-webkit-mask-image:linear-gradient(90deg,#000 95%,#0000);mask-image:linear-gradient(90deg,#000 95%,#0000)}.LiveInfluencers-module__yzd8Qa__scrollContainer::-webkit-scrollbar{height:8px}.LiveInfluencers-module__yzd8Qa__scrollContainer::-webkit-scrollbar-thumb{background-color:#cbd5e1;border-radius:10px}.LiveInfluencers-module__yzd8Qa__card{cursor:pointer;background:#0f172a;border-radius:16px;flex-direction:column;flex:0 0 260px;height:420px;transition:transform .3s;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 25px #0000001a}.LiveInfluencers-module__yzd8Qa__card:hover{transform:translateY(-5px)}.LiveInfluencers-module__yzd8Qa__imageWrapper{z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}.LiveInfluencers-module__yzd8Qa__image{object-fit:cover;opacity:.8;width:100%;height:100%}.LiveInfluencers-module__yzd8Qa__overlay{z-index:2;background:linear-gradient(#0006 0%,#0000 40%,#000c 100%);flex-direction:column;justify-content:space-between;height:100%;padding:16px;display:flex;position:relative}.LiveInfluencers-module__yzd8Qa__topBar{justify-content:space-between;align-items:flex-start;display:flex}.LiveInfluencers-module__yzd8Qa__liveBadge{color:#fff;letter-spacing:.5px;background:#ef4444;border-radius:6px;align-items:center;gap:4px;padding:4px 8px;font-size:.7rem;font-weight:800;display:flex}.LiveInfluencers-module__yzd8Qa__videoBadge{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#fff;background:#fff3;border-radius:6px;padding:4px 8px;font-size:.7rem;font-weight:800}.LiveInfluencers-module__yzd8Qa__viewersBadge{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#fff;background:#00000080;border-radius:6px;align-items:center;gap:4px;padding:4px 8px;font-size:.75rem;font-weight:600;display:flex}.LiveInfluencers-module__yzd8Qa__bottomBar{flex-direction:column;gap:12px;display:flex}.LiveInfluencers-module__yzd8Qa__sellerInfo{align-items:center;gap:8px;display:flex}.LiveInfluencers-module__yzd8Qa__sellerAvatar{background:var(--primary);color:#fff;border:2px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:.8rem;font-weight:800;display:flex}.LiveInfluencers-module__yzd8Qa__sellerName{color:#fff;text-shadow:0 1px 3px #00000080;font-size:.9rem;font-weight:700}.LiveInfluencers-module__yzd8Qa__postTitle{color:#fff;-webkit-line-clamp:2;text-shadow:0 1px 3px #000c;-webkit-box-orient:vertical;font-size:1.1rem;font-weight:700;line-height:1.3;display:-webkit-box;overflow:hidden}.LiveInfluencers-module__yzd8Qa__engagementBar{justify-content:flex-end;gap:12px;display:flex}.LiveInfluencers-module__yzd8Qa__actionBtn{color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#fff3;border:1px solid #ffffff4d;border-radius:20px;align-items:center;gap:6px;padding:6px 12px;font-size:.8rem;font-weight:700;transition:all .2s;display:flex}.LiveInfluencers-module__yzd8Qa__actionBtn:hover{background:#ffffff4d}.LiveInfluencers-module__yzd8Qa__liked{background:#ef4444;border-color:#ef4444}.LiveInfluencers-module__yzd8Qa__productCard{cursor:pointer;background:#fff;border-radius:8px;align-items:center;gap:12px;margin-top:8px;padding:8px;text-decoration:none;transition:all .2s;display:flex}.LiveInfluencers-module__yzd8Qa__productCard:hover{background:#f8fafc}.LiveInfluencers-module__yzd8Qa__productImg{object-fit:cover;background:#e2e8f0;border-radius:6px;width:40px;height:40px}.LiveInfluencers-module__yzd8Qa__productInfo{flex:1;overflow:hidden}.LiveInfluencers-module__yzd8Qa__productTitle{color:#1e293b;white-space:nowrap;text-overflow:ellipsis;font-size:.75rem;font-weight:700;overflow:hidden}.LiveInfluencers-module__yzd8Qa__productPrice{color:var(--primary);font-size:.85rem;font-weight:800}.LiveInfluencers-module__yzd8Qa__buyBtn{background:var(--primary);color:#fff;border-radius:6px;padding:6px 10px;font-size:.7rem;font-weight:700}@media (max-width:768px){.LiveInfluencers-module__yzd8Qa__card{flex:0 0 220px;height:380px}}
.page-module__DcPXbq__container{background-color:#f8fafc;flex-direction:column;min-height:100vh;display:flex}.page-module__DcPXbq__header{padding:60px 0 40px}.page-module__DcPXbq__pageTitle{color:var(--text-main);margin-bottom:12px;font-size:2.5rem;font-weight:800}.page-module__DcPXbq__pageSubtitle{color:var(--text-muted);max-width:600px;font-size:1.1rem}.page-module__DcPXbq__grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:24px;margin-bottom:80px;display:grid}.page-module__DcPXbq__emptyWrapper{background:#fff;border-radius:20px;flex-direction:column;align-items:center;margin-bottom:80px;padding:80px 0;display:flex;box-shadow:0 4px 20px #0000000d}.page-module__DcPXbq__emptyAction{margin-top:30px}.page-module__DcPXbq__emptyAction button{padding:14px 32px;font-size:1.1rem;font-weight:600}.page-module__DcPXbq__loadingContainer{flex-direction:column;justify-content:center;align-items:center;min-height:100vh;display:flex}.page-module__DcPXbq__loader{border:5px solid var(--primary-light);border-bottom-color:var(--primary);box-sizing:border-box;border-radius:50%;width:48px;height:48px;margin-bottom:20px;animation:1s linear infinite page-module__DcPXbq__rotation;display:inline-block}@keyframes page-module__DcPXbq__rotation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width:768px){.page-module__DcPXbq__header{padding:40px 0 30px}.page-module__DcPXbq__pageTitle{font-size:1.8rem}.page-module__DcPXbq__grid{gap:16px}}
.page-module__B6RVbW__mainContent{flex-direction:column;flex:1;display:flex}.page-module__B6RVbW__pageHeader{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}.page-module__B6RVbW__title{color:var(--text-main);align-items:center;gap:12px;font-size:1.5rem;font-weight:800;display:flex}.page-module__B6RVbW__titleIcon{color:var(--primary)}.page-module__B6RVbW__sortSelect{background-color:var(--surface);border:1px solid var(--border);color:var(--text-main);border-radius:var(--radius-sm);cursor:pointer;outline:none;padding:8px 16px;font-size:.9rem}.page-module__B6RVbW__grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));align-items:stretch;gap:24px;display:grid}
