@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&family=Outfit:wght@600;700&display=swap";.auth-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.auth-modal{background:#fff;border-radius:20px;max-width:440px;width:100%;position:relative;box-shadow:0 20px 60px #0000004d;animation:slideUp .3s ease}.auth-modal-close{position:absolute;top:1rem;right:1rem;background:#f3f4f6;border:none;width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;color:#6b7280}.auth-modal-close:hover{background:#e5e7eb;color:#1f2937;transform:rotate(90deg)}.auth-modal-content{padding:3rem 2rem;text-align:center}.auth-modal-icon{width:80px;height:80px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;color:#fff}.auth-modal h2{font-size:1.75rem;font-weight:700;color:#1f2937;margin:0 0 .5rem}.auth-modal-subtitle{color:#6b7280;font-size:.95rem;margin:0 0 2rem}.auth-form{display:flex;flex-direction:column;gap:1rem}.phone-input-group{display:flex;gap:.5rem}.country-code-select{flex-shrink:0;padding:.875rem;border:2px solid #e5e7eb;border-radius:12px;font-size:1rem;font-weight:500;background:#fff;cursor:pointer;transition:all .2s;width:110px}.country-code-select:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.phone-input{flex:1;padding:.875rem 1rem;border:2px solid #e5e7eb;border-radius:12px;font-size:1.125rem;font-weight:500;transition:all .2s;-webkit-appearance:none;-moz-appearance:none;appearance:none;min-height:48px}.phone-input:focus,.otp-input:focus,.name-input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.otp-input{padding:1rem;border:2px solid #e5e7eb;border-radius:12px;font-size:1.75rem;font-weight:600;text-align:center;letter-spacing:.5rem;transition:all .2s;-webkit-appearance:none;-moz-appearance:none;appearance:none;min-height:56px}.name-input{padding:.875rem 1rem;border:2px solid #e5e7eb;border-radius:12px;font-size:1.125rem;transition:all .2s;-webkit-appearance:none;-moz-appearance:none;appearance:none;min-height:48px}.auth-error{background:#fee2e2;color:#dc2626;padding:.75rem 1rem;border-radius:8px;font-size:.875rem;font-weight:500;border:1px solid #fecaca}.auth-submit-btn{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:1rem;border:none;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:all .2s;box-shadow:0 4px 12px #667eea4d}.auth-submit-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #667eea66}.auth-submit-btn:disabled{opacity:.6;cursor:not-allowed}.auth-back-btn{background:transparent;color:#667eea;padding:.75rem;border:2px solid #e5e7eb;border-radius:12px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .2s}.auth-back-btn:hover{background:#f9fafb;border-color:#667eea}.auth-modal-footer{color:#9ca3af;font-size:.875rem;margin:1.5rem 0 0}@media (max-width: 768px){.auth-modal-overlay{padding:0}.auth-modal{margin:0;max-width:100%;width:100%;min-height:100vh;border-radius:0;display:flex;align-items:center}.auth-modal-content{padding:2rem 1.5rem;width:100%}.auth-modal h2{font-size:1.5rem}.auth-modal-icon{width:70px;height:70px}.auth-modal-subtitle{font-size:.9rem}.phone-input-group{flex-direction:row}.country-code-select{width:100px;font-size:.95rem;padding:.875rem .5rem}.phone-input{font-size:1rem;padding:.875rem .75rem}.otp-input{font-size:1.5rem;letter-spacing:.4rem;padding:1rem .5rem}.name-input{font-size:1rem;padding:.875rem .75rem}.auth-submit-btn{padding:1rem;font-size:1rem}.auth-back-btn{padding:.75rem;font-size:.9rem}.auth-modal-close{top:1rem;right:1rem;width:40px;height:40px}}@media (max-width: 380px){.auth-modal-content{padding:1.5rem 1rem}.auth-modal h2{font-size:1.25rem}.auth-modal-icon{width:60px;height:60px}.phone-input-group{gap:.375rem}.country-code-select{width:90px;font-size:.875rem;padding:.75rem .375rem}.phone-input{font-size:.95rem;padding:.75rem}.otp-input{font-size:1.25rem;letter-spacing:.3rem}}.phone-preview{display:flex;align-items:center;justify-content:center;gap:.5rem;font-size:.82rem;min-height:1.2rem;margin-top:-.25rem}.phone-preview-number{font-weight:700;color:#374151;letter-spacing:.03em}.phone-preview-count{font-weight:700;font-size:.75rem;padding:.1rem .4rem;border-radius:999px}.phone-preview-count.valid{background:#dcfce7;color:#15803d}.phone-preview-count.invalid{background:#fef9c3;color:#a16207}.phone-preview-hint{color:#9ca3af;font-size:.8rem;font-family:monospace}.auth-submit-btn:disabled{opacity:.5;cursor:not-allowed;transform:none!important;box-shadow:none!important}.otp-dots{display:flex;justify-content:center;gap:.5rem;margin-top:-.25rem}.otp-dot{width:10px;height:10px;border-radius:50%;background:#e5e7eb;transition:background .15s,transform .15s}.otp-dot.filled{background:linear-gradient(135deg,#667eea,#764ba2);transform:scale(1.15)}.my-listings-modal{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;display:flex;align-items:flex-end;justify-content:center;padding:0}@media (min-width: 641px){.my-listings-modal{align-items:center;padding:1rem}}.my-listings-container{background:#fff;border-radius:24px 24px 0 0;width:100%;max-width:900px;height:93vh;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 -8px 40px #0000002e}@media (min-width: 641px){.my-listings-container{border-radius:20px;max-height:90vh;height:auto}}.my-listings-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;flex-shrink:0}.my-listings-header:before{content:"";position:absolute;top:8px;left:50%;transform:translate(-50%);width:36px;height:4px;background:#fff6;border-radius:2px}.my-listings-header{position:relative;padding-top:1.25rem}.my-listings-header h1{font-size:1.125rem;font-weight:700;margin:0;display:flex;align-items:center;gap:.5rem}.close-btn{background:#fff3;border:none;width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#fff;transition:background .2s,transform .2s;flex-shrink:0}.close-btn:hover{background:#ffffff59;transform:rotate(90deg)}.listings-stats{display:flex;gap:.625rem;padding:.875rem 1.25rem;background:var(--bg-secondary);border-bottom:1px solid var(--border);flex-shrink:0;overflow-x:auto;scrollbar-width:none}.listings-stats::-webkit-scrollbar{display:none}.stat-card{display:flex;align-items:center;gap:.5rem;background:#fff;border-radius:12px;padding:.625rem 1rem;box-shadow:0 1px 4px #0000000f;white-space:nowrap;flex-shrink:0}.stat-card svg{color:var(--primary)}.stat-card.active svg{color:#10b981}.stat-card.sold svg{color:#6b7280}.stat-card div{display:flex;flex-direction:column;line-height:1.2}.stat-value{font-size:1.25rem;font-weight:800;color:var(--text)}.stat-label{font-size:.72rem;color:var(--text-secondary);font-weight:500}.listings-content{flex:1;overflow-y:auto;padding:1rem 1.25rem;-webkit-overflow-scrolling:touch}.listings-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 1rem;gap:.75rem;color:var(--primary)}.listings-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 1.5rem;text-align:center;color:var(--text-secondary);gap:.5rem}.listings-empty svg{color:var(--border);margin-bottom:.5rem}.listings-empty h3{color:var(--text);margin:0;font-size:1.1rem}.listings-empty p{margin:0;font-size:.9rem}.listings-grid{display:flex;flex-direction:column;gap:.75rem}.listing-card{background:#fff;border-radius:14px;border:1.5px solid var(--border);display:flex;flex-direction:row;align-items:stretch;overflow:hidden;transition:border-color .15s,box-shadow .15s}.listing-card:hover{border-color:var(--primary);box-shadow:0 2px 12px #2563eb1a}.listing-card.sold{opacity:.72}.listing-image{position:relative;width:90px;min-width:90px;height:90px;flex-shrink:0;background:var(--bg-secondary);overflow:hidden}.listing-image img{width:100%;height:100%;object-fit:cover}.status-badge{position:absolute;bottom:0;left:0;right:0;padding:3px 0;font-size:.62rem;font-weight:700;text-transform:uppercase;letter-spacing:.4px;text-align:center}.status-badge.active{background:#10b981e6;color:#fff}.status-badge.sold{background:#6b7280d9;color:#fff}.status-badge.pending{background:#f59e0be6;color:#fff}.listing-info{flex:1;padding:.625rem .75rem;display:flex;flex-direction:column;justify-content:center;min-width:0}.listing-info h3{margin:0 0 3px;font-size:.9rem;font-weight:700;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.listing-price{color:var(--primary);font-weight:700;font-size:.95rem;margin:0 0 4px;display:flex;align-items:center;gap:.2rem}.listing-meta{display:flex;justify-content:space-between;align-items:center;font-size:.75rem;color:var(--text-secondary);gap:.5rem}.listing-meta span{display:flex;align-items:center;gap:2px}.listing-location{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100px}.listing-time{color:var(--text-light);white-space:nowrap}.listing-actions{display:flex;flex-direction:column;border-left:1px solid var(--border);flex-shrink:0}.action-btn{flex:1;min-width:44px;padding:0 .75rem;border:none;background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--text-secondary);transition:background .15s,color .15s;border-bottom:1px solid var(--border)}.action-btn:last-child{border-bottom:none}.action-btn.edit:hover{color:#3b82f6;background:#eff6ff}.action-btn.sold:hover{color:#10b981;background:#ecfdf5}.action-btn.delete:hover{color:#ef4444;background:#fef2f2}.delete-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000008c;z-index:1100;display:flex;align-items:center;justify-content:center;padding:1rem}.delete-modal{background:#fff;border-radius:18px;padding:1.5rem;max-width:360px;width:100%;text-align:center}.delete-modal h3{margin:0 0 .5rem;color:var(--text);font-size:1.1rem}.delete-modal p{color:var(--text-secondary);margin:0 0 .5rem;font-size:.9rem}.delete-item-title{font-weight:700;color:var(--text);margin-bottom:1.25rem!important;font-size:.9rem;display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.delete-modal-actions{display:flex;gap:.625rem}.cancel-btn,.confirm-delete-btn{flex:1;padding:.75rem;border-radius:10px;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.4rem;font-size:.9rem;transition:background .15s;border:none}.cancel-btn{background:var(--bg-tertiary);color:var(--text);border:1.5px solid var(--border)}.cancel-btn:hover:not(:disabled){background:var(--border)}.confirm-delete-btn{background:#ef4444;color:#fff}.confirm-delete-btn:hover:not(:disabled){background:#dc2626}.cancel-btn:disabled,.confirm-delete-btn:disabled{opacity:.5;cursor:not-allowed}.my-listings-tabs{display:flex;gap:4px;padding:0 1.25rem;border-bottom:2px solid #f1f5f9;flex-shrink:0;overflow-x:auto;scrollbar-width:none}.my-listings-tabs::-webkit-scrollbar{display:none}.my-listings-tab{display:flex;align-items:center;gap:6px;padding:.75rem 1rem;border:none;background:none;cursor:pointer;font-size:.875rem;font-weight:600;color:#94a3b8;border-bottom:2px solid transparent;margin-bottom:-2px;transition:all .15s;white-space:nowrap}.my-listings-tab:hover{color:#475569}.my-listings-tab.active{color:#2563eb;border-bottom-color:#2563eb}.my-listings-tab__badge{background:#f59e0b;color:#fff;font-size:.625rem;font-weight:800;border-radius:50%;width:18px;height:18px;display:flex;align-items:center;justify-content:center}.my-bids-tab{padding:1rem}.my-bids-loading{display:flex;justify-content:center;padding:3rem}.my-bids-spinner{width:32px;height:32px;border:3px solid #f1f5f9;border-top-color:#f59e0b;border-radius:50%;animation:spin .7s linear infinite}.my-bids-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.625rem;padding:3rem;color:#94a3b8;text-align:center}.my-bids-empty p{font-size:1rem;font-weight:600;color:#475569;margin:0}.my-bids-empty span{font-size:.875rem}.my-bids-list{display:flex;flex-direction:column;gap:.75rem}.my-bid-card{display:flex;gap:.875rem;padding:.875rem;border:1.5px solid #e2e8f0;border-radius:14px;background:#fff;transition:all .15s}.my-bid-card.winning{border-color:#fde68a;background:#fffbeb}.my-bid-card.ended{opacity:.7}.my-bid-card__img{width:68px;height:68px;border-radius:10px;object-fit:cover;flex-shrink:0}.my-bid-card__body{flex:1;min-width:0}.my-bid-card__title{font-size:.9rem;font-weight:700;color:#1e293b;margin:0 0 5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bid-status{display:inline-flex;padding:2px 10px;border-radius:20px;font-size:.72rem;font-weight:700;margin-bottom:5px}.bid-status--winning{background:#dcfce7;color:#166534}.bid-status--losing{background:#fee2e2;color:#991b1b}.bid-status--won{background:#fef3c7;color:#92400e}.bid-status--lost{background:#f1f5f9;color:#64748b}.my-bid-card__prices{display:flex;gap:.75rem;flex-wrap:wrap;font-size:.8rem;color:#64748b;margin-bottom:4px}.my-bid-card__prices strong{color:#1e293b}.my-bid-card__current strong{color:#f59e0b}.my-bid-card__footer{display:flex;align-items:center;gap:.75rem}.my-bid-card__bids{font-size:.72rem;color:#94a3b8}.dev-tip-banner{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;background:linear-gradient(135deg,#f0fdf4,#dcfce7);border:1.5px solid #bbf7d0;border-radius:12px;margin-top:.5rem;font-size:.85rem;color:#166534;font-weight:500;gap:.75rem;flex-wrap:wrap}.dev-tip-banner a{display:flex;align-items:center;gap:4px;padding:.375rem .875rem;background:#16a34a;color:#fff;border-radius:20px;text-decoration:none;font-size:.8rem;font-weight:700;transition:background .15s;white-space:nowrap}.dev-tip-banner a:hover{background:#15803d}@media (min-width: 641px){.my-listings-header{padding:1.5rem 2rem}.my-listings-header h1{font-size:1.5rem}.listings-stats{padding:1.25rem 2rem;gap:1rem}.listings-content{padding:1.5rem 2rem}.my-listings-tabs{padding:0 2rem}.listings-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.25rem}.listing-card{flex-direction:column}.listing-image{width:100%;height:auto;aspect-ratio:4/3}.listing-info{padding:.875rem}.listing-info h3{font-size:.95rem;white-space:normal;-webkit-line-clamp:2;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}.listing-actions{flex-direction:row;border-left:none;border-top:1px solid var(--border)}.action-btn{border-bottom:none;border-right:1px solid var(--border);padding:.75rem}.action-btn:last-child{border-right:none}}.edit-item-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1200;display:flex;align-items:center;justify-content:center;padding:1rem;overflow-y:auto}.edit-item-modal{background:#fff;border-radius:20px;width:100%;max-width:700px;max-height:90vh;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 20px 60px #0000004d}.edit-item-header{padding:1.5rem 2rem;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.edit-item-header h2{margin:0;font-size:1.5rem}.edit-item-form{padding:2rem;overflow-y:auto;display:flex;flex-direction:column;gap:1.5rem}.form-section{display:flex;flex-direction:column;gap:1rem}.section-label{font-weight:600;color:var(--text-primary);font-size:1rem}.photos-preview-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:1rem}.new-badge{position:absolute;top:.5rem;left:.5rem;background:#10b981;color:#fff;padding:.25rem .75rem;border-radius:20px;font-size:.75rem;font-weight:600}.add-photo-btn{aspect-ratio:1;border:2px dashed var(--border);border-radius:12px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;cursor:pointer;background:var(--bg-secondary);color:var(--text-secondary);transition:all .2s}.add-photo-btn:hover{border-color:var(--primary);background:var(--bg-tertiary);color:var(--primary)}.add-photo-btn svg{color:var(--primary)}.add-photo-btn span{font-size:.875rem;font-weight:500}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-weight:600;color:var(--text-primary);font-size:.9375rem}.form-group input,.form-group textarea,.form-group select{padding:.875rem 1rem;border:2px solid var(--border);border-radius:8px;font-size:1rem;font-family:inherit;transition:all .2s}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #667eea1a}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.verified-whatsapp-field{position:relative;display:flex;align-items:center}.verified-whatsapp-field input.verified-input{background:#ecfdf5;border-color:#10b981;color:var(--text-primary);font-weight:500;cursor:not-allowed;padding-right:5rem}.verified-tag{position:absolute;right:1rem;background:#10b981;color:#fff;padding:.375rem .75rem;border-radius:12px;font-size:.75rem;font-weight:600;pointer-events:none}.field-note{display:block;margin-top:.5rem;font-size:.8125rem;color:#059669;font-weight:500}.edit-error{background:#fee2e2;color:#dc2626;padding:.875rem 1rem;border-radius:8px;font-size:.9375rem;border:1px solid #fecaca}.edit-actions{display:flex;gap:1rem;padding-top:1rem;border-top:1px solid var(--border)}.cancel-btn,.save-btn{flex:1;padding:1rem;border-radius:8px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;gap:.5rem;border:none}.cancel-btn{background:var(--bg-secondary);color:var(--text-primary);border:2px solid var(--border)}.cancel-btn:hover:not(:disabled){background:var(--bg-tertiary)}.save-btn{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.save-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.cancel-btn:disabled,.save-btn:disabled{opacity:.6;cursor:not-allowed}@media (max-width: 768px){.edit-item-overlay{padding:0}.edit-item-modal{border-radius:0;max-height:100vh}.edit-item-header{padding:1.25rem 1.5rem}.edit-item-header h2{font-size:1.25rem}.edit-item-form{padding:1.5rem}.photos-preview-grid{grid-template-columns:repeat(auto-fill,minmax(100px,1fr))}.form-row{grid-template-columns:1fr}.edit-actions{flex-direction:column}}.charity-field-locked{background:#f8f9fa;border:1.5px solid #e9d5ff;border-radius:8px;padding:.65rem .85rem;color:#4b5563;font-size:.88rem;cursor:not-allowed;opacity:.85}.plan-badge{display:inline-flex;align-items:center;gap:.375rem;padding:.375rem .75rem;border-radius:20px;background:var(--badge-color);color:#fff;font-weight:600;font-size:.8125rem;text-transform:uppercase;letter-spacing:.5px}.plan-badge-small{padding:.25rem .5rem;font-size:.6875rem;gap:.25rem}.plan-badge-large{padding:.5rem 1rem;font-size:.9375rem}.achievement-badge{position:relative;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;background:var(--tier-color);box-shadow:0 2px 8px var(--tier-glow);cursor:default;transition:transform .2s ease,box-shadow .2s ease;flex-shrink:0}.achievement-badge:hover{transform:scale(1.18);box-shadow:0 4px 16px var(--tier-glow);z-index:20}.achievement-badge--tiny{width:22px;height:22px;font-size:11px}.achievement-badge--small{width:34px;height:34px;font-size:18px}.achievement-badge--medium{width:52px;height:52px;font-size:26px}.achievement-badge--large{width:68px;height:68px;font-size:34px}.achievement-badge__icon{line-height:1;display:flex;align-items:center;justify-content:center}.achievement-badge__tooltip{position:fixed;bottom:auto;left:auto;transform:none;background:#fff;border:1px solid var(--border, #e2e8f0);border-left:3px solid var(--tier-color);border-radius:10px;padding:.6rem .8rem;min-width:160px;max-width:210px;box-shadow:0 6px 24px #00000021;display:none;flex-direction:column;gap:3px;z-index:9999;pointer-events:none;white-space:normal}.achievement-badge__tooltip strong{font-size:.8125rem;font-weight:700;color:#0f172a;display:block}.achievement-badge__tooltip span{font-size:.75rem;color:#64748b;display:block;line-height:1.4}.achievement-badge__tooltip em{font-size:.6875rem;font-style:normal;color:var(--tier-color);font-weight:600;display:block;margin-top:2px;text-transform:capitalize}.achievement-badge__tooltip:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);border:6px solid transparent;border-top-color:var(--border, #e2e8f0)}.profile-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;display:flex;align-items:center;justify-content:center;padding:1rem;overflow-y:auto}.profile-modal{background:#fff;border-radius:20px;width:100%;max-width:600px;max-height:90vh;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 20px 60px #0000004d;position:relative}.profile-header{padding:1.5rem 2rem;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.profile-header h2{margin:0;font-size:1.5rem;display:flex;align-items:center;gap:.75rem}.profile-close{background:#fff3;border:none;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#fff;transition:all .2s}.profile-close:hover{background:#ffffff4d;transform:rotate(90deg)}.profile-content{padding:1.5rem 2rem;overflow-y:auto;display:flex;flex-direction:column;gap:1.5rem;flex:1;min-height:0}.profile-avatar{text-align:center;padding-bottom:1.5rem;border-bottom:1px solid var(--border)}.avatar-circle{width:120px;height:120px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;color:#fff;margin:0 auto 1rem;box-shadow:0 4px 12px #667eea4d}.profile-avatar h3{margin:0 0 .5rem;font-size:1.5rem;color:var(--text-primary)}.profile-member-since{display:flex;align-items:center;justify-content:center;gap:.375rem;color:var(--text-secondary);font-size:.875rem;margin:0}.profile-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem}.profile-stat-card{background:var(--bg-secondary);border:1px solid var(--border);border-radius:14px;padding:1rem .875rem;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.25rem;text-align:center;box-shadow:0 1px 3px #0000000a;transition:box-shadow .15s,border-color .15s}.profile-stat-card:hover{box-shadow:0 3px 10px #00000014;border-color:var(--primary)}.stat-value{font-size:1.625rem;font-weight:800;color:var(--primary);line-height:1}.stat-label{font-size:.72rem;color:var(--text-secondary);font-weight:600;text-transform:uppercase;letter-spacing:.3px;text-align:center}.profile-info{display:flex;flex-direction:column;gap:1.5rem}.profile-info h4{margin:0;font-size:1.125rem;color:var(--text-primary)}.profile-field{display:flex;flex-direction:column;gap:.5rem}.profile-field label{font-weight:600;color:var(--text-primary);font-size:.9375rem}.field-value{display:flex;align-items:center;gap:.5rem;padding:.875rem 1rem;background:var(--bg-secondary);border-radius:8px;color:var(--text-primary);font-size:1rem}.field-value svg{color:var(--text-secondary);flex-shrink:0}.profile-edit-form{display:flex;flex-direction:column;gap:1.25rem}.profile-edit-form input{padding:.875rem 1rem;border:2px solid var(--border);border-radius:8px;font-size:1rem;font-family:inherit;transition:all .2s}.profile-edit-form input:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #667eea1a}.profile-edit-form input.disabled-field{background:var(--bg-secondary);color:var(--text-secondary);cursor:not-allowed}.field-hint{font-size:.8125rem;color:var(--text-secondary);font-style:italic}.edit-profile-btn,.save-profile-btn,.cancel-edit-btn{padding:.875rem 1.5rem;border-radius:8px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;gap:.5rem;border:none}.edit-profile-btn{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;width:100%}.edit-profile-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.profile-actions{display:flex;gap:1rem;padding-top:1rem}.cancel-edit-btn{flex:1;background:var(--bg-secondary);color:var(--text-primary);border:2px solid var(--border)}.cancel-edit-btn:hover:not(:disabled){background:var(--bg-tertiary)}.save-profile-btn{flex:1;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.save-profile-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.cancel-edit-btn:disabled,.save-profile-btn:disabled{opacity:.6;cursor:not-allowed}@media (max-width: 640px){.profile-modal-overlay{padding:0;align-items:flex-end}.profile-modal{border-radius:24px 24px 0 0;max-height:93vh}.profile-header{padding:1.5rem 1.25rem 1.25rem;position:relative}.profile-header:before{content:"";position:absolute;top:8px;left:50%;transform:translate(-50%);width:36px;height:4px;background:#ffffff59;border-radius:2px}.profile-header h2{font-size:1.125rem}.profile-content{padding:1.25rem}.avatar-circle{width:90px;height:90px}.avatar-circle svg{width:36px;height:36px}.profile-stats{grid-template-columns:repeat(3,1fr);gap:.5rem}.profile-stat-card{padding:.75rem .5rem}.stat-value{font-size:1.375rem}.stat-label{font-size:.65rem}.profile-actions{flex-direction:column}}.profile-achievements{margin:0 0 1rem;padding:1rem;background:var(--bg-secondary, #f8fafc);border-radius:12px;border:1px solid var(--border, #e2e8f0)}.profile-achievements__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem}.profile-achievements__header h4{font-size:.875rem;font-weight:600;color:var(--text, #0f172a);display:flex;align-items:center;gap:.4rem;margin:0}.profile-achievements__viewall{font-size:.75rem;color:var(--primary, #2563eb);background:none;border:none;cursor:pointer;font-weight:600;padding:0}.profile-achievements__viewall:hover{text-decoration:underline}.profile-achievements__badges{display:flex;flex-wrap:wrap;gap:.5rem}.profile-achievements__empty-btn{width:100%;padding:.75rem;border:1.5px dashed var(--border, #e2e8f0);border-radius:12px;background:none;color:var(--text-secondary, #64748b);font-size:.875rem;font-weight:500;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem;margin-bottom:1rem;transition:border-color .15s,color .15s}.profile-achievements__empty-btn:hover{border-color:var(--primary, #2563eb);color:var(--primary, #2563eb)}.wamd-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:2000;display:flex;align-items:center;justify-content:center;padding:1rem;animation:fadeIn .2s}.wamd-modal{background:#fff;border-radius:20px;width:100%;max-width:500px;max-height:90vh;overflow-y:auto;position:relative;box-shadow:0 20px 60px #0000004d;animation:slideUp .3s}.wamd-close{position:absolute;top:1rem;right:1rem;background:var(--bg-secondary);border:none;width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--text-secondary);transition:all .2s;z-index:10}.wamd-close:hover{background:var(--border);color:var(--text-primary)}.wamd-header{padding:2rem 2rem 1.5rem;text-align:center;border-bottom:1px solid var(--border)}.wamd-plan-badge{display:inline-block;padding:.5rem 1.5rem;border-radius:20px;color:#fff;font-weight:700;font-size:.875rem;text-transform:uppercase;letter-spacing:.5px;margin-bottom:1rem}.wamd-header h2{margin:0;font-size:1.5rem;color:var(--text-primary)}.wamd-content{padding:2rem}.wamd-amount{text-align:center;padding:1.5rem;background:var(--bg-secondary);border-radius:12px;margin-bottom:2rem}.amount-label{font-size:.875rem;color:var(--text-secondary);margin-bottom:.5rem}.amount-value{font-size:3rem;font-weight:700;color:#f59e0b;line-height:1;margin-bottom:.5rem}.amount-note{font-size:.8125rem;color:var(--text-secondary)}.wamd-instructions{margin-bottom:2rem}.wamd-instructions h3{margin:0 0 1.5rem;font-size:1.125rem;color:var(--text-primary)}.wamd-field{margin-bottom:1.5rem}.wamd-field label{display:block;font-size:.875rem;font-weight:600;color:var(--text-secondary);margin-bottom:.5rem}.wamd-copy-box{display:flex;align-items:center;gap:.75rem;background:var(--bg-secondary);padding:.75rem 1rem;border-radius:8px;border:2px solid var(--border)}.wamd-number{flex:1;font-size:1.25rem;font-weight:700;color:var(--text-primary);font-family:Monaco,Courier New,monospace}.copy-btn{padding:.5rem 1rem;border-radius:6px;border:none;background:var(--primary);color:#fff;font-size:.8125rem;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:.375rem;transition:all .2s}.copy-btn:hover{background:#5b4cdb;transform:translateY(-1px)}.wamd-value{padding:.75rem 1rem;background:var(--bg-secondary);border-radius:8px;font-size:1.125rem;font-weight:600;color:var(--text-primary)}.wamd-value.reference-code{font-family:Monaco,Courier New,monospace;letter-spacing:1px}.wamd-note{margin-top:.5rem;font-size:.8125rem;color:#f59e0b;display:flex;align-items:center;gap:.375rem}.wamd-benefits{background:linear-gradient(135deg,#667eea,#764ba2);padding:1.5rem;border-radius:12px;margin-bottom:2rem;color:#fff}.wamd-benefits h4{margin:0 0 1rem;font-size:1rem}.wamd-benefits ul{list-style:none;padding:0;margin:0}.wamd-benefits li{padding:.5rem 0;font-size:.9375rem;opacity:.95}.wamd-confirm-btn{width:100%;padding:1rem;border-radius:12px;border:none;background:linear-gradient(135deg,#10b981,#059669);color:#fff;font-weight:700;font-size:1.0625rem;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:all .2s;margin-bottom:1rem}.wamd-confirm-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 16px #10b9814d}.wamd-confirm-btn:disabled{opacity:.6;cursor:not-allowed}.wamd-footer-note{text-align:center;font-size:.875rem;color:var(--text-secondary);padding:1rem;background:var(--bg-secondary);border-radius:8px}.wamd-success{padding:3rem 2rem;text-align:center}.success-icon{color:#10b981;margin-bottom:1.5rem}.wamd-success h2{margin:0 0 1rem;font-size:1.75rem;color:var(--text-primary)}.wamd-success p{margin:0 0 1rem;color:var(--text-secondary);font-size:1.0625rem;line-height:1.6}.reference-reminder{padding:1rem;background:var(--bg-secondary);border-radius:8px;margin-top:1.5rem}.reference-reminder strong{color:var(--primary);font-family:Monaco,Courier New,monospace}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 640px){.wamd-modal{border-radius:20px 20px 0 0;max-height:95vh}.wamd-header{padding:1.5rem 1.5rem 1rem}.wamd-header h2{font-size:1.25rem}.wamd-content{padding:1.5rem}.amount-value{font-size:2.5rem}.wamd-number{font-size:1.125rem}}.plans-modal{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;display:flex;align-items:center;justify-content:center;padding:1rem;overflow-y:auto}.plans-loading{background:#fff;border-radius:20px;padding:4rem 2rem;text-align:center;box-shadow:0 20px 60px #0000004d}.plans-loading p{margin-top:1rem;color:var(--text-secondary);font-size:1.125rem}.spinning{animation:spin 1s linear infinite}.plans-container{background:#fff;border-radius:20px;width:100%;max-width:1200px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #0000004d}.plans-header{padding:2rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;display:flex;justify-content:space-between;align-items:flex-start;border-radius:20px 20px 0 0}.plans-header-content h1{margin:0 0 .5rem;font-size:2rem}.plans-header-content p{margin:0;opacity:.9;font-size:1.125rem}.plans-close{background:#fff3;border:none;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#fff;transition:all .2s;flex-shrink:0}.plans-close:hover{background:#ffffff4d;transform:rotate(90deg)}.current-plan-banner{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;padding:1rem 2rem;display:flex;align-items:center;gap:.5rem;justify-content:center;font-size:1.125rem}.current-plan-banner strong{font-weight:700}.plans-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;padding:3rem 2rem}@media (min-width: 1200px){.plans-grid{grid-template-columns:repeat(4,1fr)}}.plan-card{background:#fff;border:2px solid var(--border);border-radius:16px;padding:2rem;display:flex;flex-direction:column;position:relative;transition:all .3s}.plan-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001f;border-color:var(--plan-color)}.plan-card.popular{border-color:var(--plan-color);border-width:3px;box-shadow:0 8px 24px #f59e0b33}.plan-card.current{background:var(--bg-secondary);opacity:.8}.popular-badge{position:absolute;top:-12px;left:50%;transform:translate(-50%);background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;padding:.375rem 1rem;border-radius:20px;font-size:.8125rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;box-shadow:0 4px 12px #f59e0b66}.plan-header{text-align:center;margin-bottom:2rem}.plan-icon{width:80px;height:80px;margin:0 auto 1rem;border-radius:20px;background:linear-gradient(135deg,var(--plan-color) 0%,var(--plan-color) 100%);display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 4px 12px #00000026}.plan-header h3{margin:0 0 .5rem;font-size:1.75rem;color:var(--text-primary)}.plan-description{margin:0;color:var(--text-secondary);font-size:.9375rem}.plan-price{text-align:center;margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid var(--border)}.price-amount{font-size:3rem;font-weight:700;color:var(--plan-color);line-height:1}.price-period{font-size:1.125rem;color:var(--text-secondary);margin-left:.25rem}.plan-features{list-style:none;padding:0;margin:0 0 2rem;flex:1}.plan-features li{display:flex;align-items:center;gap:.75rem;padding:.75rem 0;font-size:.9375rem}.plan-features li.included{color:var(--text-primary)}.plan-features li.excluded{color:var(--text-tertiary);text-decoration:line-through;opacity:.5}.feature-icon{flex-shrink:0}.plan-features li.included .feature-icon{color:#10b981}.plan-features li.excluded .feature-icon{color:#ef4444}.plan-cta{width:100%;padding:1rem;border-radius:12px;font-weight:700;font-size:1.0625rem;cursor:pointer;border:none;background:linear-gradient(135deg,var(--plan-color) 0%,var(--plan-color) 100%);color:#fff;transition:all .2s;display:flex;align-items:center;justify-content:center;gap:.5rem}.plan-cta:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 16px #0003}.plan-cta.disabled,.plan-cta:disabled{background:var(--bg-secondary);color:var(--text-secondary);cursor:not-allowed;transform:none}.plans-footer{padding:2rem;background:var(--bg-secondary);text-align:center;border-radius:0 0 20px 20px}.plans-note{margin:0;color:var(--text-secondary);font-size:.9375rem}@media (max-width: 768px){.plans-modal{padding:0}.plans-container{border-radius:0;max-height:100vh}.plans-header{border-radius:0}.plans-header-content h1{font-size:1.5rem}.plans-header-content p{font-size:1rem}.plans-grid{grid-template-columns:1fr;padding:2rem 1rem}.price-amount{font-size:2.5rem}.plans-footer{border-radius:0}}.plan-card.charity-plan{background:linear-gradient(135deg,#f0fdf4,#dcfce7);border:2px solid #10b981;box-shadow:0 0 0 1px #10b98133,0 8px 32px #10b98126}.plan-card.charity-plan:hover{box-shadow:0 0 0 2px #10b981,0 12px 40px #10b98140;transform:translateY(-4px)}.plan-card.charity-plan .plan-name,.plan-card.charity-plan .plan-price{color:#065f46}.plan-card.charity-plan .plan-description{color:#047857}.plan-card.charity-plan .plan-cta{background:linear-gradient(135deg,#059669,#10b981);box-shadow:0 4px 16px #10b98166;color:#fff}.plan-card.charity-plan .plan-icon-wrap{background:linear-gradient(135deg,#059669,#10b981)}.plan-card.charity-plan .plan-features li{color:#065f46}.plan-card.charity-plan .plan-features li.excluded{color:#94a3b8}.charity-impact-note{text-align:center;margin-top:.75rem;font-size:.75rem;color:#10b981;font-weight:600}.charity-plan-badge{text-align:center;background:linear-gradient(135deg,#059669,#10b981);color:#fff;padding:.5rem 1rem;border-radius:10px;font-size:.8125rem;font-weight:700;margin-bottom:.75rem;animation:charity-pulse 2s ease-in-out infinite}@keyframes charity-pulse{0%,to{box-shadow:0 0 #10b98166}50%{box-shadow:0 0 0 8px #10b98100}}.plan-card.charity-plan .charity-plan-badge{background:linear-gradient(135deg,#059669,#10b981);color:#fff;box-shadow:0 2px 8px #10b9814d}.plan-card.charity-plan .charity-impact-note{color:#065f46;font-size:.8125rem}.plan-card--unavailable{opacity:.5;cursor:not-allowed;pointer-events:none}.plan-card--unavailable:after{content:"✅ Available for free users only";display:block;text-align:center;font-size:.75rem;color:#64748b;margin-top:.5rem;font-style:italic}.up-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1001;display:flex;align-items:center;justify-content:center;padding:1rem;animation:upFadeIn .2s}@keyframes upFadeIn{0%{opacity:0}to{opacity:1}}.up-modal{background:#fff;border-radius:20px;padding:1.5rem;max-width:520px;width:100%;position:relative;box-shadow:0 24px 64px #00000040;animation:upSlide .3s;max-height:90vh;overflow-y:auto}@keyframes upSlide{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.up-close{position:absolute;top:1rem;right:1rem;background:#f1f5f9;border:none;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#64748b;transition:background .15s}[dir=rtl] .up-close{right:auto;left:1rem}.up-close:hover{background:#e2e8f0}.up-header{text-align:center;margin-bottom:1.25rem}.up-header__icon{font-size:2.5rem;margin-bottom:.5rem}.up-header__title{font-size:1.3rem;font-weight:800;color:#1e293b;margin:0 0 .35rem}.up-header__sub{font-size:.82rem;color:#64748b;margin:0;line-height:1.5}.up-plans{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1rem}.up-plan{border:2px solid;border-radius:14px;padding:.9rem 1rem;position:relative;transition:transform .15s}.up-plan:hover{transform:translateY(-1px)}.up-plan--popular{box-shadow:0 4px 16px #f59e0b26}.up-plan__popular-badge{position:absolute;top:-10px;left:50%;transform:translate(-50%);color:#fff;font-size:.68rem;font-weight:700;padding:2px 10px;border-radius:20px;display:flex;align-items:center;gap:3px;white-space:nowrap}.up-plan__header{display:flex;align-items:center;gap:.65rem;margin-bottom:.65rem}.up-plan__icon{font-size:1.5rem}.up-plan__name{font-size:.82rem;font-weight:700;text-transform:uppercase;letter-spacing:.03em}.up-plan__price{font-size:.78rem;color:#374151}.up-plan__price strong{font-size:1rem;font-weight:800}.up-plan__price span{color:#9ca3af}.up-plan__listings{margin-inline-start:auto;text-align:center;font-size:1.5rem;font-weight:900;line-height:1;display:flex;flex-direction:column;align-items:center}.up-plan__listings span{font-size:.6rem;font-weight:600;color:#6b7280}.up-plan__features{list-style:none;padding:0;margin:0 0 .75rem;display:flex;flex-wrap:wrap;gap:.3rem .75rem}.up-plan__features li{display:flex;align-items:center;gap:.25rem;font-size:.73rem;color:#374151}.up-plan__btn{width:100%;padding:.6rem;border:none;border-radius:10px;color:#fff;font-size:.82rem;font-weight:700;cursor:pointer;font-family:inherit;transition:opacity .15s,transform .15s}.up-plan__btn:hover{opacity:.9;transform:translateY(-1px)}.up-later{width:100%;padding:.6rem;border:none;background:none;color:#94a3b8;font-size:.82rem;cursor:pointer;font-family:inherit;transition:color .15s}.up-later:hover{color:#64748b}@media (max-width: 480px){.up-modal{padding:1.25rem}.up-plan__features{gap:.25rem .5rem}}.notification-bell{position:relative}.bell-button{position:relative;background:transparent;border:none;cursor:pointer;padding:8px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:background .2s;color:var(--text-primary, #1f2937)}.bell-button:hover{background:#0000000d}.notification-badge{position:absolute;top:4px;right:4px;background:#ef4444;color:#fff;font-size:11px;font-weight:700;padding:2px 6px;border-radius:10px;min-width:18px;text-align:center;line-height:1.2}.notification-dropdown{position:absolute;top:calc(100% + 8px);right:0;width:380px;max-height:500px;background:#fff;border-radius:12px;box-shadow:0 10px 40px #00000026;z-index:1200;overflow:hidden;display:flex;flex-direction:column}.notification-header{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;border-bottom:1px solid #e5e7eb;background:#f9fafb}.notification-header h3{margin:0;font-size:16px;font-weight:600;color:#111827}.mark-all-read{display:flex;align-items:center;gap:4px;background:transparent;border:none;color:#2563eb;font-size:13px;cursor:pointer;padding:4px 8px;border-radius:4px;transition:background .2s}.mark-all-read:hover{background:#2563eb1a}.mark-all-read:disabled{opacity:.5;cursor:not-allowed}.notification-list{overflow-y:auto;max-height:420px}.no-notifications{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;color:#9ca3af;text-align:center}.no-notifications p{margin:12px 0 0;font-size:14px}.notification-item{display:flex;gap:12px;padding:16px 20px;border-bottom:1px solid #f3f4f6;cursor:pointer;transition:background .2s;position:relative}.notification-item:hover{background:#f9fafb}.notification-item.unread{background:#eff6ff}.notification-item.unread:hover{background:#dbeafe}.notification-icon{font-size:24px;line-height:1;flex-shrink:0}.notification-content{flex:1;min-width:0}.notification-content h4{margin:0 0 4px;font-size:14px;font-weight:600;color:#111827}.notification-content p{margin:0 0 6px;font-size:13px;color:#4b5563;line-height:1.4}.notification-time{font-size:12px;color:#9ca3af}.unread-dot{position:absolute;top:20px;right:20px;width:8px;height:8px;background:#2563eb;border-radius:50%}.notification-backdrop,.notification-header__drag{display:none}.notification-header__actions{display:flex;align-items:center;gap:.5rem}.notification-close-btn{background:var(--bg-secondary, #f1f5f9);border:none;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--text-secondary, #64748b);transition:background .15s;flex-shrink:0}.notification-close-btn:hover{background:#e2e8f0;color:#1e293b}@media (max-width: 640px){.notification-backdrop{display:block;position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:1199}.notification-dropdown{position:fixed;bottom:0;left:0;right:0;top:auto;width:100%;max-width:100%;max-height:85vh;border-radius:20px 20px 0 0;z-index:1200;box-shadow:0 -8px 40px #0000002e}.notification-header__drag{display:block;position:absolute;top:8px;left:50%;transform:translate(-50%);width:36px;height:4px;background:#e2e8f0;border-radius:2px}.notification-header{padding:1.375rem 1rem 1rem;position:relative}.notification-header h3{font-size:1rem}.notification-list{max-height:calc(85vh - 70px);-webkit-overflow-scrolling:touch}.notification-item{padding:.875rem 1rem}.notification-content p{white-space:normal;word-break:break-word}.notification-content h4{font-size:.9rem;white-space:normal;word-break:break-word}.notification-time{font-size:.7rem}.unread-dot{top:14px;right:14px}}.notification-item.clickable{cursor:pointer}.notification-item.clickable:hover{background:#f0f7ff}.notification-bid-cta{display:inline-block;margin-top:4px;font-size:.75rem;font-weight:700;color:#2563eb;background:#eff6ff;padding:2px 8px;border-radius:20px;border:1px solid #bfdbfe}.notification-item.clickable{cursor:pointer;border-left:3px solid transparent;transition:all .15s}.notification-item.clickable:hover{background:#f0f7ff;border-left-color:#2563eb}.notification-item.clickable:hover .notification-content h4{color:#2563eb}.auction-end-item{border-left:3px solid #f59e0b}.notification-auction-actions{display:flex;flex-wrap:wrap;gap:.4rem;margin-top:.5rem}.notif-action-btn{display:inline-flex;align-items:center;gap:.3rem;padding:.3rem .65rem;border-radius:20px;font-size:.72rem;font-weight:600;cursor:pointer;border:none;text-decoration:none;transition:opacity .15s;font-family:inherit}.notif-action-btn:hover{opacity:.85}.notif-action-btn--chat{background:#eff6ff;color:#1d4ed8}.notif-action-btn--whatsapp{background:#dcfce7;color:#15803d}.lb-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0a0f1ea6;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:1000;display:flex;align-items:center;justify-content:center;padding:1rem}.lb-modal{background:#fff;border-radius:24px;width:100%;max-width:560px;max-height:90vh;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 32px 80px #00000040,0 0 0 1px #ffffff1a}.lb-header{position:relative;overflow:hidden;flex-shrink:0}.lb-header__bg{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#0f172a,#1e293b 60%,#0f172a)}.lb-header__content{position:relative;display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem .75rem}.lb-header__title{display:flex;align-items:center;gap:.6rem}.lb-header__title h2{margin:0;font-size:1.25rem;font-weight:800;color:#fff;letter-spacing:-.3px}.lb-header__icon{color:#f59e0b;filter:drop-shadow(0 0 8px #f59e0b88)}.lb-close{background:#ffffff1a;border:1px solid rgba(255,255,255,.15);border-radius:50%;width:34px;height:34px;display:flex;align-items:center;justify-content:center;color:#fff;cursor:pointer;transition:background .15s}.lb-close:hover{background:#fff3}.lb-tabs{position:relative;display:flex;gap:4px;padding:0 1.25rem 1rem}.lb-tab{flex:1;display:flex;align-items:center;justify-content:center;gap:6px;padding:.5rem .75rem;border-radius:10px;border:1px solid rgba(255,255,255,.1);background:#ffffff12;color:#fff9;font-size:.8125rem;font-weight:500;cursor:pointer;transition:all .2s;white-space:nowrap}.lb-tab:hover{background:#ffffff1f;color:#fff}.lb-tab.active{background:var(--tc, #f59e0b);border-color:var(--tc, #f59e0b);color:#fff;font-weight:700;box-shadow:0 4px 12px color-mix(in srgb,var(--tc, #f59e0b) 50%,transparent)}.lb-body{flex:1;overflow-y:auto;background:#f8fafc}.lb-loading,.lb-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;padding:4rem 2rem;color:#94a3b8}.lb-empty span{font-size:.8125rem;opacity:.7}.lb-spinner{width:36px;height:36px;border:3px solid #e2e8f0;border-radius:50%;animation:lb-spin .75s linear infinite}@keyframes lb-spin{to{transform:rotate(360deg)}}.lb-podium{display:flex;align-items:flex-end;justify-content:center;gap:8px;padding:1.5rem 1.5rem 0;background:linear-gradient(180deg,#fff,#f8fafc)}.lb-podium__slot{display:flex;flex-direction:column;align-items:center;flex:1;max-width:160px}.lb-podium__card{display:flex;flex-direction:column;align-items:center;gap:4px;padding-bottom:8px;width:100%}.lb-podium__emoji{font-size:1.5rem;line-height:1;filter:drop-shadow(0 2px 4px rgba(0,0,0,.15))}.lb-podium__avatar{width:52px;height:52px;border-radius:50%;background:linear-gradient(135deg,var(--rank-color),color-mix(in srgb,var(--rank-color) 70%,#000));color:#fff;font-size:1.375rem;font-weight:800;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 16px color-mix(in srgb,var(--rank-color) 50%,transparent);border:3px solid #fff}.lb-podium__slot--1 .lb-podium__avatar{width:64px;height:64px;font-size:1.625rem}.lb-podium__name{font-size:.8rem;font-weight:700;color:#1e293b;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.lb-podium__stat{display:flex;align-items:baseline;gap:3px;text-align:center}.lb-podium__stat strong{font-size:1.125rem;font-weight:800}.lb-podium__stat small{font-size:.6875rem;font-weight:600;opacity:.8}.lb-podium__badges{display:flex;gap:3px;justify-content:center;margin-top:2px}.lb-podium__bar{width:100%;border-radius:10px 10px 0 0;border:2px solid;border-bottom:none;display:flex;align-items:flex-start;justify-content:center;padding-top:8px;margin-top:6px}.lb-podium__rank{font-size:.75rem;font-weight:800;color:#00000059}.lb-list{padding:.75rem 1rem 1rem;display:flex;flex-direction:column;gap:6px}.lb-row{display:flex;align-items:center;gap:10px;padding:10px 12px;background:#fff;border-radius:12px;border:1px solid #f1f5f9;transition:transform .15s,box-shadow .15s}.lb-row:hover{transform:translate(3px);box-shadow:0 2px 12px #0000000f;border-color:#e2e8f0}.lb-row__rank{font-size:.75rem;font-weight:700;color:#94a3b8;width:28px;text-align:center;flex-shrink:0}.lb-row__avatar{width:36px;height:36px;border-radius:50%;background:linear-gradient(135deg,#e2e8f0,#cbd5e1);color:#475569;font-size:.9375rem;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.lb-row__info{flex:1;min-width:0}.lb-row__name{font-size:.875rem;font-weight:600;color:#1e293b;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.lb-row__sub{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-top:2px}.lb-row__sub span{font-size:.75rem;color:#94a3b8;white-space:nowrap}.lb-row__score{display:flex;flex-direction:column;align-items:flex-end;flex-shrink:0}.lb-row__score strong{font-size:1rem;font-weight:800;line-height:1}.lb-row__score small{font-size:.625rem;font-weight:600;opacity:.7}.lb-footer{padding:.75rem 1.5rem;border-top:1px solid #f1f5f9;background:#fff;display:flex;align-items:center;justify-content:center;gap:6px;font-size:.75rem;color:#94a3b8;flex-shrink:0}@media (max-width: 480px){.lb-modal{border-radius:18px;max-height:95vh}.lb-tab{font-size:.75rem;padding:.4rem .5rem}.lb-podium__avatar{width:44px;height:44px;font-size:1.125rem}.lb-podium__slot--1 .lb-podium__avatar{width:54px;height:54px}}.achievements-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a8c;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;display:flex;align-items:center;justify-content:center;padding:1rem}.achievements-modal{background:var(--bg, #fff);border-radius:20px;width:100%;max-width:640px;max-height:88vh;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 24px 64px #0000002e}.achievements-header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:1px solid var(--border, #e2e8f0)}.achievements-header__title{display:flex;align-items:center;gap:.6rem;color:var(--text, #0f172a)}.achievements-header__title h2{font-size:1.25rem;font-weight:700;margin:0}.achievements-close{background:var(--bg-secondary, #f8fafc);border:1px solid var(--border, #e2e8f0);border-radius:50%;width:36px;height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--text-secondary, #64748b);transition:background .15s}.achievements-close:hover{background:var(--bg-tertiary, #f1f5f9)}.achievements-stats{display:flex;align-items:center;gap:1rem;padding:1rem 1.5rem;background:var(--bg-secondary, #f8fafc);border-bottom:1px solid var(--border, #e2e8f0);flex-wrap:wrap}.achievements-stat{display:flex;align-items:baseline;gap:.3rem}.achievements-stat__value{font-size:1.5rem;font-weight:800;color:var(--primary, #2563eb)}.achievements-stat__label{font-size:.8125rem;color:var(--text-secondary, #64748b)}.achievements-stat-divider{width:1px;height:28px;background:var(--border, #e2e8f0)}.achievements-progress-bar{flex:1;min-width:80px;height:8px;background:var(--border, #e2e8f0);border-radius:99px;overflow:hidden}.achievements-progress-fill{height:100%;background:linear-gradient(90deg,var(--primary, #2563eb),#06b6d4);border-radius:99px;transition:width .6s ease}.achievements-filters{display:flex;gap:.5rem;padding:.75rem 1.5rem;border-bottom:1px solid var(--border, #e2e8f0);overflow-x:auto;scrollbar-width:none}.achievements-filters::-webkit-scrollbar{display:none}.achievements-filter-btn{display:flex;align-items:center;gap:.35rem;padding:.375rem .875rem;border-radius:20px;border:1px solid var(--border, #e2e8f0);background:var(--bg, #fff);color:var(--text-secondary, #64748b);font-size:.8125rem;font-weight:500;cursor:pointer;white-space:nowrap;transition:all .15s}.achievements-filter-btn:hover{border-color:var(--primary, #2563eb);color:var(--primary, #2563eb)}.achievements-filter-btn.active{background:var(--tier-color, var(--primary, #2563eb));border-color:var(--tier-color, var(--primary, #2563eb));color:#fff;font-weight:600}.achievements-filter-btn.active:not(.tier-bronze):not(.tier-silver):not(.tier-gold):not(.tier-platinum){background:var(--primary, #2563eb);border-color:var(--primary, #2563eb)}.filter-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.achievements-content{flex:1;overflow-y:auto;padding:1.25rem 1.5rem}.achievements-loading,.achievements-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;padding:3rem;color:var(--text-secondary, #64748b)}.achievements-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1rem}.achievement-card{display:flex;gap:1rem;padding:1rem;border-radius:14px;border:1.5px solid var(--border, #e2e8f0);background:var(--bg, #fff);transition:transform .2s ease,box-shadow .2s ease;position:relative;overflow:hidden}.achievement-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;background:linear-gradient(135deg,var(--tier-light),transparent 60%);transition:opacity .2s;pointer-events:none}.achievement-card.unlocked{border-color:var(--tier-color);box-shadow:0 2px 12px var(--tier-glow)}.achievement-card.unlocked:before{opacity:1}.achievement-card.locked{opacity:.6;filter:grayscale(.4)}.achievement-card:hover{transform:translateY(-2px);box-shadow:0 6px 20px var(--tier-glow)}.achievement-card__icon-wrap{position:relative;flex-shrink:0;width:52px;height:52px;border-radius:50%;background:var(--tier-color);display:flex;align-items:center;justify-content:center;font-size:26px;box-shadow:0 2px 10px var(--tier-glow)}.achievement-card__lock{position:absolute;bottom:-2px;right:-2px;background:var(--bg-tertiary, #f1f5f9);border:1.5px solid var(--border, #e2e8f0);border-radius:50%;width:20px;height:20px;display:flex;align-items:center;justify-content:center;color:var(--text-secondary, #64748b)}.achievement-card__body{flex:1;min-width:0}.achievement-card__name{font-size:.9375rem;font-weight:700;color:var(--text, #0f172a);margin:0 0 .2rem}.achievement-card__desc{font-size:.8rem;color:var(--text-secondary, #64748b);margin:0 0 .4rem;line-height:1.4}.achievement-card__meta{display:flex;align-items:center;gap:.5rem}.achievement-card__tier{font-size:.6875rem;font-weight:600;text-transform:uppercase;color:var(--tier-color);letter-spacing:.5px}.achievement-card__points{font-size:.6875rem;font-weight:600;color:var(--text-secondary, #64748b);background:var(--bg-secondary, #f8fafc);padding:.15rem .4rem;border-radius:6px}.achievement-card__date{font-size:.6875rem;color:var(--text-secondary, #64748b);margin:.3rem 0 0}.spinner{width:32px;height:32px;border:3px solid var(--border, #e2e8f0);border-top-color:var(--primary, #2563eb);border-radius:50%;animation:spin .7s linear infinite}@media (max-width: 480px){.achievements-modal{border-radius:16px}.achievements-grid{grid-template-columns:1fr}.achievements-content{padding:1rem}}.achievement-card__check{position:absolute;bottom:-2px;right:-2px;background:#16a34a;color:#fff;border-radius:50%;width:18px;height:18px;display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:700;border:2px solid #fff}.achievement-card__hint{font-size:.6875rem;color:#6366f1;margin:.3rem 0 0;font-style:italic}.filter-count{font-size:.625rem;background:#fff3;padding:1px 5px;border-radius:10px;margin-left:2px}.achievements-filter-btn.active .filter-count{background:#ffffff4d}.achievement-toast{position:fixed;bottom:2rem;right:2rem;z-index:9999;display:flex;align-items:center;gap:.875rem;background:#fff;border:2px solid var(--tier-color);border-radius:16px;padding:.875rem 1.25rem;box-shadow:0 8px 32px var(--tier-glow),0 2px 8px #00000014;min-width:260px;max-width:340px;transform:translateY(120%) scale(.9);opacity:0;transition:transform .4s cubic-bezier(.34,1.56,.64,1),opacity .3s ease}.achievement-toast--visible{transform:translateY(0) scale(1);opacity:1}.achievement-toast__icon{width:48px;height:48px;border-radius:50%;background:var(--tier-color);display:flex;align-items:center;justify-content:center;font-size:24px;flex-shrink:0;box-shadow:0 4px 12px var(--tier-glow);animation:badge-pop .5s cubic-bezier(.34,1.56,.64,1) .2s both}@keyframes badge-pop{0%{transform:scale(0) rotate(-20deg)}to{transform:scale(1) rotate(0)}}.achievement-toast__body{display:flex;flex-direction:column;gap:2px;min-width:0}.achievement-toast__label{font-size:.6875rem;font-weight:600;color:var(--tier-color);text-transform:uppercase;letter-spacing:.5px}.achievement-toast__name{font-size:.9375rem;font-weight:700;color:#0f172a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.achievement-toast__points{font-size:.75rem;color:#64748b;font-weight:500}@media (max-width: 480px){.achievement-toast{bottom:1rem;right:1rem;left:1rem;max-width:none}}.sr-container{padding:1rem 0}.sr-summary{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.75rem;padding-bottom:1rem;border-bottom:1px solid var(--border);margin-bottom:1rem}.sr-summary-left{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.sr-avg{font-size:1.75rem;font-weight:800;color:var(--text);line-height:1}.sr-count{font-size:.85rem;color:var(--text-secondary)}.sr-stars{display:flex;gap:1px}.sr-star{font-size:var(--star-size, 16px);background:none;border:none;cursor:default;color:#d1d5db;padding:0;line-height:1;transition:color .1s,transform .1s}.sr-star.filled{color:#f59e0b}button.sr-star[disabled]{cursor:default}button.sr-star:not([disabled]){cursor:pointer}button.sr-star:not([disabled]):hover{transform:scale(1.15)}.sr-write-btn{background:var(--primary);color:#fff;border:none;border-radius:10px;padding:.5rem 1rem;font-size:.85rem;font-weight:600;cursor:pointer;transition:background .15s;font-family:var(--font-body)}.sr-write-btn:hover{background:var(--primary-hover)}.sr-already-reviewed{font-size:.82rem;color:var(--secondary);font-weight:600}.sr-form{background:var(--bg-secondary);border-radius:14px;padding:1rem;margin-bottom:1rem;display:flex;flex-direction:column;gap:.75rem}.sr-form-label{font-size:.9rem;font-weight:600;color:var(--text)}.sr-form-text{border:1.5px solid var(--border);border-radius:10px;padding:.625rem .875rem;font-size:.875rem;font-family:var(--font-body);resize:vertical;outline:none;color:var(--text);background:#fff;transition:border-color .15s}.sr-form-text:focus{border-color:var(--primary)}.sr-form-actions{display:flex;gap:.5rem;justify-content:flex-end}.rtl .sr-form-actions{justify-content:flex-start}.sr-cancel-btn{background:var(--bg-tertiary);color:var(--text-secondary);border:none;border-radius:8px;padding:.5rem 1rem;font-size:.85rem;cursor:pointer;font-family:var(--font-body);transition:background .15s}.sr-cancel-btn:hover{background:var(--border)}.sr-submit-btn{background:var(--primary);color:#fff;border:none;border-radius:8px;padding:.5rem 1.25rem;font-size:.85rem;font-weight:600;cursor:pointer;font-family:var(--font-body);display:flex;align-items:center;gap:.4rem;transition:background .15s}.sr-submit-btn:disabled{background:var(--border);cursor:not-allowed}.sr-submit-btn:not(:disabled):hover{background:var(--primary-hover)}.sr-error{color:var(--danger);font-size:.82rem;font-weight:500}.sr-success{background:#ecfdf5;color:#065f46;border-radius:10px;padding:.625rem .875rem;font-size:.85rem;font-weight:600;margin-bottom:.75rem}.sr-list{display:flex;flex-direction:column;gap:.875rem}.sr-item{padding:.875rem;border-radius:12px;background:var(--bg-secondary);border:1px solid var(--border-light)}.sr-item-header{display:flex;align-items:flex-start;gap:.625rem;margin-bottom:.5rem}.sr-reviewer-avatar{width:34px;height:34px;min-width:34px;border-radius:50%;background:linear-gradient(135deg,#7c3aed,var(--primary));color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.85rem}.sr-reviewer-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.sr-reviewer-name{font-size:.875rem;font-weight:600;color:var(--text);display:flex;align-items:center;gap:.4rem}.sr-you-badge{background:#ede9fe;color:#7c3aed;border-radius:999px;font-size:.65rem;font-weight:700;padding:1px 6px}.sr-date{font-size:.75rem;color:var(--text-light);white-space:nowrap;margin-left:auto}.rtl .sr-date{margin-left:0;margin-right:auto}.sr-review-text{font-size:.875rem;color:var(--text-secondary);line-height:1.5;margin-top:.25rem}.sr-loading{display:flex;justify-content:center;padding:1.5rem 0;color:var(--text-light)}.seller-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0a0f1e99;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:1000;display:flex;align-items:center;justify-content:center;padding:1rem}.seller-modal{background:#fff;border-radius:24px;width:100%;max-width:520px;max-height:88vh;overflow-y:auto;overflow-x:hidden;box-shadow:0 32px 80px #0003;position:relative;scrollbar-width:thin;scrollbar-color:#e2e8f0 transparent}.seller-modal::-webkit-scrollbar{width:4px}.seller-modal::-webkit-scrollbar-track{background:transparent}.seller-modal::-webkit-scrollbar-thumb{background:#e2e8f0;border-radius:4px}.seller-close{position:absolute;top:1rem;right:1rem;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:50%;width:36px;height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#64748b;z-index:2;transition:background .15s}.seller-close:hover{background:#e2e8f0}.seller-hero{display:flex;align-items:center;gap:1rem;padding:1.5rem 1.5rem 1.25rem;background:linear-gradient(135deg,#0f172a,#1e293b);border-radius:24px 24px 0 0}.seller-avatar{width:64px;height:64px;border-radius:50%;background:linear-gradient(135deg,#2563eb,#7c3aed);color:#fff;font-size:1.75rem;font-weight:800;display:flex;align-items:center;justify-content:center;flex-shrink:0;border:3px solid rgba(255,255,255,.2);box-shadow:0 4px 16px #2563eb66}.seller-hero__info{flex:1;min-width:0}.seller-name{font-size:1.25rem;font-weight:800;color:#fff;margin:0 0 .25rem}.seller-trust{font-size:.875rem;font-weight:700;margin-bottom:.35rem}.seller-meta{display:flex;gap:.75rem;flex-wrap:wrap}.seller-meta span{display:flex;align-items:center;gap:4px;font-size:.75rem;color:#fff9}.seller-whatsapp-btn{display:flex;align-items:center;gap:6px;background:#25d366;color:#fff;padding:.5rem 1rem;border-radius:12px;font-size:.875rem;font-weight:700;text-decoration:none;white-space:nowrap;flex-shrink:0;transition:background .15s}.seller-whatsapp-btn:hover{background:#128c7e}.seller-stats{display:flex;align-items:center;gap:.5rem;padding:1rem 1.5rem;background:#f8fafc;border-bottom:1px solid #e2e8f0}.seller-stat{display:flex;flex-direction:column;align-items:center;flex:1}.seller-stat__value{font-size:1.5rem;font-weight:800;color:#2563eb;line-height:1}.seller-stat__label{font-size:.6875rem;color:#94a3b8;font-weight:500;margin-top:2px}.seller-stat-divider{width:1px;height:36px;background:#e2e8f0}.seller-badges{padding:1rem 1.5rem;border-bottom:1px solid #f1f5f9}.seller-badges h4{display:flex;align-items:center;gap:6px;font-size:.875rem;font-weight:700;color:#475569;margin:0 0 .75rem}.seller-badges__list{display:flex;flex-wrap:wrap;gap:8px}.seller-listings{padding:1rem 1.5rem 1.5rem}.seller-listings h4{display:flex;align-items:center;gap:6px;font-size:.875rem;font-weight:700;color:#475569;margin:0 0 .875rem}.seller-no-listings{color:#94a3b8;font-size:.875rem;text-align:center;padding:1.5rem}.seller-listings__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:.75rem}.seller-listing-card{border-radius:12px;border:1px solid #e2e8f0;overflow:hidden;cursor:pointer;transition:transform .15s,box-shadow .15s;background:#fff}.seller-listing-card:hover{transform:translateY(-2px);box-shadow:0 4px 16px #0000001a;border-color:#2563eb}.seller-listing-card__img{width:100%;height:110px;object-fit:cover}.seller-listing-card__body{padding:.5rem .6rem}.seller-listing-card__title{font-size:.75rem;font-weight:600;color:#1e293b;margin:0 0 2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.seller-listing-card__price{font-size:.8125rem;font-weight:700;color:#2563eb;margin:0}.seller-listing-card__price span{font-size:.625rem;font-weight:500;color:#94a3b8}.seller-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem;gap:1rem;color:#94a3b8}.seller-spinner{width:36px;height:36px;border:3px solid #e2e8f0;border-top-color:#2563eb;border-radius:50%;animation:spin .7s linear infinite}@media (max-width: 480px){.seller-overlay{padding:0;align-items:flex-end}.seller-modal{border-radius:24px 24px 0 0;max-height:92vh;width:100%}.seller-hero{padding:1.25rem 1rem 1rem}.seller-whatsapp-btn{padding:.5rem .75rem;font-size:.8125rem}.seller-listings__grid{grid-template-columns:repeat(2,1fr)}.seller-stat__value{font-size:1.25rem}.seller-avatar{width:52px;height:52px;font-size:1.375rem}}.seller-khair-badge{display:inline-flex;align-items:center;gap:4px;margin-right:8px;background:linear-gradient(135deg,#059669,#10b981);color:#fff;padding:2px 10px;border-radius:20px;font-size:.75rem;font-weight:700;box-shadow:0 2px 8px #10b98166;animation:khair-glow 2s ease-in-out infinite}@keyframes khair-glow{0%,to{box-shadow:0 2px 8px #10b98166}50%{box-shadow:0 2px 16px #10b981b3}}.charity-platform-only-badge{background:#fdf4ff;border:1.5px solid #e9d5ff;border-radius:20px;padding:.35rem .85rem;font-size:.72rem;color:#7c3aed;font-weight:700;white-space:nowrap}.wishlist-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0a0f1e99;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:1000;display:flex;align-items:center;justify-content:center;padding:1rem}.wishlist-modal{background:#fff;border-radius:24px;width:100%;max-width:560px;max-height:88vh;display:flex;flex-direction:column;box-shadow:0 32px 80px #0003;overflow:hidden}.wishlist-header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:1px solid #f1f5f9;flex-shrink:0}.wishlist-header__title{display:flex;align-items:center;gap:.6rem;color:#e11d48}.wishlist-header__title h2{font-size:1.25rem;font-weight:800;color:#0f172a;margin:0}.wishlist-close{background:#f1f5f9;border:1px solid #e2e8f0;border-radius:50%;width:36px;height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#64748b;transition:background .15s}.wishlist-close:hover{background:#e2e8f0}.wishlist-content{flex:1;overflow-y:auto;padding:1.25rem;scrollbar-width:thin;scrollbar-color:#e2e8f0 transparent}.wishlist-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;padding:3rem;color:#94a3b8;text-align:center}.wishlist-empty p{font-size:1rem;font-weight:600;color:#475569;margin:0}.wishlist-empty span{font-size:.875rem}.wishlist-spinner{width:36px;height:36px;border:3px solid #f1f5f9;border-top-color:#e11d48;border-radius:50%;animation:wspin .7s linear infinite}@keyframes wspin{to{transform:rotate(360deg)}}.wishlist-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:.875rem}.wishlist-card{border-radius:14px;border:1.5px solid #f1f5f9;overflow:hidden;cursor:pointer;transition:transform .15s,box-shadow .15s,border-color .15s;background:#fff}.wishlist-card:hover{transform:translateY(-3px);box-shadow:0 8px 24px #0000001a;border-color:#e11d48}.wishlist-card__img-wrap{position:relative;overflow:hidden}.wishlist-card__img{width:100%;height:130px;object-fit:cover;transition:transform .3s}.wishlist-card:hover .wishlist-card__img{transform:scale(1.05)}.wishlist-card__sold{position:absolute;top:0;right:0;bottom:0;left:0;background:#0000008c;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1rem;font-weight:800;letter-spacing:2px}.wishlist-card__remove{position:absolute;top:6px;right:6px;background:#fffffff2;border:none;border-radius:8px;width:28px;height:28px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#ef4444;opacity:0;transition:opacity .2s}.wishlist-card:hover .wishlist-card__remove{opacity:1}.wishlist-card__body{padding:.625rem .75rem .75rem}.wishlist-card__title{font-size:.8125rem;font-weight:600;color:#1e293b;margin:0 0 4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.wishlist-card__price-row{display:flex;align-items:center;gap:6px;flex-wrap:wrap;margin-bottom:4px}.wishlist-card__price{font-size:.9375rem;font-weight:800;color:#2563eb}.wishlist-card__drop{font-size:.6875rem;font-weight:600;color:#16a34a;background:#dcfce7;padding:1px 6px;border-radius:6px}.wishlist-card__rise{font-size:.6875rem;font-weight:600;color:#dc2626;background:#fee2e2;padding:1px 6px;border-radius:6px}.wishlist-card__location{display:flex;align-items:center;gap:3px;font-size:.6875rem;color:#94a3b8}@media (max-width: 480px){.wishlist-overlay{padding:0;align-items:flex-end}.wishlist-modal{border-radius:24px 24px 0 0;max-height:92vh}.wishlist-grid{grid-template-columns:repeat(2,1fr)}}.auction-timer{display:inline-flex;align-items:center;gap:4px;font-weight:700;border-radius:20px;padding:3px 10px;font-size:.8125rem;white-space:nowrap}.auction-timer--normal{font-size:.875rem;padding:4px 12px}.auction-timer--small{font-size:.75rem;padding:2px 8px}.auction-timer--large{font-size:1rem;padding:6px 14px}.auction-timer--green{background:#dcfce7;color:#166534}.auction-timer--yellow{background:#fef9c3;color:#854d0e}.auction-timer--red{background:#fee2e2;color:#991b1b}.auction-timer--ended{background:#f1f5f9;color:#64748b}.auction-timer--pulse{animation:timer-pulse 1s ease-in-out infinite}@keyframes timer-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.75;transform:scale(1.05)}}.bid-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0a0f1eb3;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1000;display:flex;align-items:center;justify-content:center;padding:1rem}.bid-modal{background:#fff;border-radius:24px;width:100%;max-width:500px;max-height:90vh;overflow-y:auto;box-shadow:0 32px 80px #00000040;scrollbar-width:thin;scrollbar-color:#e2e8f0 transparent}.bid-header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;background:linear-gradient(135deg,#0f172a,#1e293b);border-radius:24px 24px 0 0}.bid-header__title{display:flex;align-items:center;gap:.75rem;color:#f59e0b}.bid-header__title h2{font-size:1.0625rem;font-weight:700;color:#fff;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:260px}.bid-header__title p{font-size:.75rem;color:#ffffff80;margin:0}.bid-close{background:#ffffff1a;border:1px solid rgba(255,255,255,.15);border-radius:50%;width:34px;height:34px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#fff}.bid-close:hover{background:#fff3}.bid-stats{display:flex;align-items:center;padding:1rem 1.5rem;background:#f8fafc;border-bottom:1px solid #e2e8f0;gap:.5rem}.bid-stat{flex:1;display:flex;flex-direction:column;align-items:center;gap:2px}.bid-stat__label{font-size:.6875rem;color:#94a3b8;font-weight:500;display:flex;align-items:center;gap:3px}.bid-stat__value{font-size:1.125rem;font-weight:800;color:#1e293b}.bid-stat__value--price{color:#2563eb;font-size:1.25rem}.bid-stat-divider{width:1px;height:36px;background:#e2e8f0}.bid-my-status{padding:.75rem 1.5rem;font-size:.875rem;font-weight:700;text-align:center}.bid-my-status.winning{background:#dcfce7;color:#166534}.bid-my-status.losing{background:#fee2e2;color:#991b1b}.bid-place{padding:1.25rem 1.5rem;border-bottom:1px solid #f1f5f9}.bid-input-row{display:flex;gap:.75rem;margin-bottom:.75rem}.bid-input-wrap{flex:1;display:flex;align-items:center;border:2px solid #e2e8f0;border-radius:12px;overflow:hidden;transition:border-color .15s}.bid-input-wrap:focus-within{border-color:#2563eb}.bid-input-currency{padding:0 .75rem;background:#f8fafc;font-size:.875rem;font-weight:600;color:#64748b;border-right:1px solid #e2e8f0;white-space:nowrap}.bid-input{flex:1;padding:.75rem;border:none;outline:none;font-size:1rem;font-weight:700;color:#1e293b}.bid-submit-btn{padding:.75rem 1.25rem;background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;border:none;border-radius:12px;font-size:1rem;font-weight:800;cursor:pointer;white-space:nowrap;transition:transform .15s,box-shadow .15s;box-shadow:0 4px 12px #f59e0b66}.bid-submit-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #f59e0b80}.bid-submit-btn:disabled{opacity:.6;cursor:not-allowed}.bid-quick-btns{display:flex;gap:.5rem;flex-wrap:wrap;margin-bottom:.75rem}.bid-quick-btn{padding:.35rem .75rem;border:1.5px solid #e2e8f0;border-radius:20px;background:#fff;color:#475569;font-size:.8125rem;font-weight:600;cursor:pointer;transition:all .15s}.bid-quick-btn:hover{border-color:#f59e0b;color:#d97706;background:#fef3c7}.bid-error{color:#dc2626;font-size:.8125rem;margin:0}.bid-success{color:#16a34a;font-size:.8125rem;margin:0;font-weight:600}.bid-antinsnipe{font-size:.6875rem;color:#94a3b8;margin:.5rem 0 0;font-style:italic}.bid-ended-banner{padding:1rem 1.5rem;text-align:center;background:#f1f5f9;font-weight:700;color:#475569;border-bottom:1px solid #e2e8f0;font-size:.9375rem}.bid-owner-banner{padding:.875rem 1.5rem;text-align:center;background:#fef3c7;font-weight:600;color:#92400e;border-bottom:1px solid #fde68a;font-size:.875rem}.bid-history{padding:1rem 1.5rem 1.5rem}.bid-history h4{display:flex;align-items:center;gap:6px;font-size:.875rem;font-weight:700;color:#475569;margin:0 0 .875rem}.bid-history-loading{height:40px;background:#f1f5f9;border-radius:8px;animation:bpulse 1s ease infinite alternate}@keyframes bpulse{to{opacity:.5}}.bid-history-empty{color:#94a3b8;font-size:.875rem;text-align:center;padding:1rem}.bid-history-row{display:flex;align-items:center;gap:.75rem;padding:.625rem .875rem;border-radius:10px;margin-bottom:4px;background:#f8fafc;font-size:.8125rem;transition:background .15s}.bid-history-row.winning{background:#fef3c7;border:1.5px solid #fde68a}.bid-history-rank{color:#94a3b8;font-weight:700;width:24px}.bid-history-user{flex:1;font-weight:600;color:#1e293b}.bid-history-amount{font-weight:800;color:#2563eb}.bid-history-time{font-size:.6875rem;color:#94a3b8}@media (max-width: 480px){.bid-overlay{padding:0;align-items:flex-end}.bid-modal{border-radius:24px 24px 0 0;max-height:92vh}.bid-header__title h2{max-width:180px}}.mybiddings-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0a0f1ea6;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:1000;display:flex;align-items:center;justify-content:center;padding:1rem}.mybiddings-modal{background:#fff;border-radius:24px;width:100%;max-width:520px;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 32px 80px #0003;overflow:hidden}.mybiddings-header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;background:linear-gradient(135deg,#0f172a,#1e293b);flex-shrink:0}.mybiddings-header__left{display:flex;align-items:center;gap:.75rem;color:#f59e0b}.mybiddings-header__left h2{font-size:1.125rem;font-weight:800;color:#fff;margin:0}.mybiddings-header__left p{font-size:.75rem;color:#ffffff80;margin:0}.mybiddings-close{background:#ffffff1a;border:1px solid rgba(255,255,255,.15);border-radius:50%;width:34px;height:34px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#fff}.mybiddings-stats{display:flex;align-items:center;padding:.875rem 1.5rem;background:#f8fafc;border-bottom:1px solid #e2e8f0;flex-shrink:0}.mybiddings-stat{flex:1;text-align:center}.mybiddings-stat__value{display:block;font-size:1.375rem;font-weight:800;color:#1e293b}.mybiddings-stat__label{font-size:.6875rem;color:#94a3b8;font-weight:500}.mybiddings-stat-divider{width:1px;height:32px;background:#e2e8f0}.mybiddings-filters{display:flex;gap:4px;padding:.75rem 1rem;border-bottom:1px solid #f1f5f9;flex-shrink:0;overflow-x:auto;scrollbar-width:none}.mybiddings-filters::-webkit-scrollbar{display:none}.mybiddings-filter{padding:.375rem .875rem;border-radius:20px;border:1.5px solid #e2e8f0;background:#fff;font-size:.8125rem;font-weight:600;color:#64748b;cursor:pointer;white-space:nowrap;transition:all .15s}.mybiddings-filter:hover{border-color:#f59e0b;color:#d97706}.mybiddings-filter.active{background:#f59e0b;border-color:#f59e0b;color:#fff}.mybiddings-content{flex:1;overflow-y:auto;padding:1rem;scrollbar-width:thin;scrollbar-color:#e2e8f0 transparent}.mybiddings-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;padding:3rem;color:#94a3b8;text-align:center}.mybiddings-empty p{font-size:1rem;font-weight:600;color:#475569;margin:0}.mybiddings-empty span{font-size:.875rem}.mybiddings-spinner{width:36px;height:36px;border:3px solid #f1f5f9;border-top-color:#f59e0b;border-radius:50%;animation:spin .7s linear infinite}.mybiddings-list{display:flex;flex-direction:column;gap:.75rem}.mybidding-card{display:flex;gap:.875rem;padding:.875rem;border-radius:14px;border:1.5px solid #e2e8f0;background:#fff;cursor:pointer;position:relative;transition:all .15s}.mybidding-card:hover{border-color:#f59e0b;box-shadow:0 4px 16px #f59e0b1a;transform:translateY(-1px)}.mybidding-card.winning{border-color:#fde68a;background:linear-gradient(135deg,#fffbeb,#fff)}.mybidding-card.won{border-color:#f59e0b;background:linear-gradient(135deg,#fef3c7,#fff)}.mybidding-card.ended{opacity:.7}.mybidding-card__img{width:80px;height:80px;border-radius:10px;object-fit:cover;flex-shrink:0}.mybidding-card__body{flex:1;min-width:0}.mybidding-card__title{font-size:.9375rem;font-weight:700;color:#1e293b;margin:0 0 6px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mybidding-card__status{margin-bottom:6px}.bid-badge{display:inline-flex;padding:3px 10px;border-radius:20px;font-size:.75rem;font-weight:700}.bid-badge--winning{background:#dcfce7;color:#166534}.bid-badge--losing{background:#fee2e2;color:#991b1b}.bid-badge--won{background:#fef3c7;color:#92400e}.bid-badge--lost{background:#f1f5f9;color:#64748b}.mybidding-card__prices{display:flex;gap:.75rem;flex-wrap:wrap;font-size:.8125rem;color:#64748b;margin-bottom:6px}.mybidding-card__prices strong{color:#1e293b}.mybidding-card__footer{display:flex;align-items:center;gap:.75rem}.mybidding-card__count,.mybidding-card__ended{display:flex;align-items:center;gap:3px;font-size:.75rem;color:#94a3b8}.mybidding-card__trophy{position:absolute;top:-8px;right:-8px;font-size:1.5rem;filter:drop-shadow(0 2px 4px rgba(0,0,0,.2))}.dev-tip-card{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;background:linear-gradient(135deg,#f0fdf4,#dcfce7);border:1.5px solid #bbf7d0;border-radius:14px;margin-top:.25rem}.dev-tip-card__text{display:flex;flex-direction:column;gap:2px}.dev-tip-card__text span{font-size:.9rem;font-weight:600;color:#166534}.dev-tip-card__text small{font-size:.75rem;color:#4ade80}.dev-tip-card a{display:flex;align-items:center;gap:4px;padding:.5rem 1rem;background:#16a34a;color:#fff;border-radius:20px;text-decoration:none;font-size:.8125rem;font-weight:700;white-space:nowrap;transition:background .15s}.dev-tip-card a:hover{background:#15803d}@media (max-width: 480px){.mybiddings-overlay{padding:0;align-items:flex-end}.mybiddings-modal{border-radius:24px 24px 0 0;max-height:92vh}}@media (max-width: 640px){.mybiddings-overlay{align-items:flex-end;padding:0}.mybiddings-modal{border-radius:24px 24px 0 0;width:100%;max-width:100%;max-height:93vh;position:relative}.mybiddings-modal:before{content:"";position:absolute;top:8px;left:50%;transform:translate(-50%);width:36px;height:4px;background:var(--border);border-radius:2px}.mybiddings-header{padding-top:1.375rem}}.item-carousel-section{margin-bottom:2rem}.item-carousel-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.875rem;padding:0 .25rem}.item-carousel-title{display:flex;align-items:center;gap:.5rem;font-size:1.125rem;font-weight:800;color:#0f172a;margin:0;flex:1}.item-carousel-count{background:#f1f5f9;color:#64748b;font-size:.75rem;font-weight:700;padding:2px 8px;border-radius:20px}.item-carousel-wrap{overflow:hidden;margin:0 -1rem;padding:0 1rem}.item-carousel-track{display:flex;gap:.75rem;overflow-x:auto;overflow-y:visible;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding:4px 0}.item-carousel-track::-webkit-scrollbar{display:none}.ic-card{flex-shrink:0;width:clamp(160px,30vw,260px);scroll-snap-align:start;border-radius:14px;border:1px solid #e2e8f0;background:#fff;cursor:pointer;overflow:hidden;transition:transform .2s,box-shadow .2s;position:relative}.ic-card:hover{transform:translateY(-3px);box-shadow:0 8px 24px #0000001a}.ic-card:active{transform:translateY(-1px)}.ic-card--featured{border-color:#f59e0b;box-shadow:0 2px 8px #f59e0b26}.ic-card--featured:hover{box-shadow:0 8px 24px #f59e0b40}.ic-card--auction{border-color:#3b82f6;box-shadow:0 2px 8px #3b82f626}.ic-card__img-wrap{position:relative;width:100%;aspect-ratio:1/1;overflow:hidden;background:#f1f5f9}.ic-card__img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.ic-card:hover .ic-card__img{transform:scale(1.05)}.ic-badge{position:absolute;top:8px;left:8px;padding:3px 8px;border-radius:20px;font-size:.6875rem;font-weight:700;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:2;cursor:pointer}.ic-badge--featured{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;box-shadow:0 2px 6px #f59e0b66}.ic-badge--auction{top:auto;bottom:40px;left:8px;background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;box-shadow:0 2px 6px #2563eb66}.ic-badge--ended{top:auto;bottom:8px;left:8px;background:#64748bd9;color:#fff}.ic-condition{position:absolute;top:8px;right:8px;background:#ffffffe6;padding:2px 7px;border-radius:10px;font-size:.625rem;font-weight:600;color:#475569;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:2}.ic-heart{position:absolute;bottom:8px;right:8px;background:#ffffffeb;border:none;border-radius:50%;width:30px;height:30px;display:flex;align-items:center;justify-content:center;font-size:14px;cursor:pointer;z-index:2;box-shadow:0 2px 6px #0000001f;transition:transform .2s,background .2s;opacity:.8}.ic-card:hover .ic-heart,.ic-heart.saved{opacity:1}.ic-heart:hover{transform:scale(1.2)}.ic-heart.saved{background:#fff0f3}.ic-timer{position:absolute;bottom:8px;left:8px;z-index:2}.ic-timer .auction-timer{font-size:.625rem!important;padding:2px 6px!important}.ic-card__info{padding:.625rem .75rem .75rem}.ic-title{font-size:.875rem;font-weight:700;color:#1e293b;margin:0 0 3px;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.ic-price{font-size:1rem;font-weight:800;color:#2563eb;margin:0 0 4px}.ic-currency{font-size:.6875rem;font-weight:500;color:#94a3b8;margin-left:3px}.ic-meta{display:flex;justify-content:space-between;font-size:.625rem;color:#94a3b8;gap:4px}.ic-location,.ic-time{display:flex;align-items:center;gap:2px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ic-bid-btn{display:flex;align-items:center;gap:4px;width:100%;margin-top:.5rem;padding:.375rem .5rem;background:linear-gradient(135deg,#eff6ff,#dbeafe);border:1px solid #93c5fd;border-radius:8px;font-size:.6875rem;font-weight:700;color:#1d4ed8;cursor:pointer;transition:all .15s}.ic-bid-btn:hover{background:linear-gradient(135deg,#dbeafe,#bfdbfe);border-color:#3b82f6}.ic-dots{display:flex;align-items:center;justify-content:center;gap:6px;margin-top:.875rem}.ic-dot{width:8px;height:8px;border-radius:50%;background:#e2e8f0;border:none;cursor:pointer;transition:all .2s;padding:0}.ic-dot.active{background:#2563eb;width:20px;border-radius:4px}@media (max-width: 480px){.ic-card{width:calc(46vw - .5rem)}.ic-title{font-size:.8125rem}.ic-price{font-size:.9375rem}}@media (max-width: 360px){.ic-card{width:calc(80vw - .5rem)}}.item-carousel-outer{position:relative;display:flex;align-items:center;gap:0}.ic-arrow{flex-shrink:0;width:36px;height:36px;border-radius:50%;border:1.5px solid #e2e8f0;background:#fff;color:#475569;font-size:1.5rem;line-height:1;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 2px 8px #00000014;transition:all .15s;z-index:3;padding:0}.ic-arrow:hover{background:#2563eb;color:#fff;border-color:#2563eb;box-shadow:0 4px 12px #2563eb4d;transform:scale(1.1)}.ic-arrow--left{margin-right:6px}.ic-arrow--right{margin-left:6px}@media (max-width: 420px){.ic-arrow{display:none}}.ic-price--rtl{direction:rtl;text-align:right}.ic-price__from{font-size:.6875rem;font-weight:500;color:#64748b;margin-inline-end:4px}.ic-badge--charity{background:linear-gradient(135deg,#059669,#10b981);color:#fff;box-shadow:0 2px 8px #10b98166}.ic-card--charity{border-color:#10b981;box-shadow:0 2px 8px #10b98126}.ic-card--charity:hover{box-shadow:0 8px 24px #10b98140}.charity-section{margin:1rem 0}.charity-card{background:linear-gradient(135deg,#f0fdf4,#ecfdf5);border:1.5px solid #86efac;border-radius:16px;overflow:hidden}.charity-header{display:flex;align-items:center;gap:.75rem;padding:1rem 1.25rem .75rem;border-bottom:1px solid #bbf7d0}.charity-header__icon{font-size:1.75rem;line-height:1}.charity-header__text h3{font-size:1rem;font-weight:800;color:#14532d;margin:0 0 .1rem}.charity-header__text p{font-size:.72rem;color:#166534;margin:0;opacity:.8}.charity-header__live{margin-inline-start:auto;display:flex;align-items:center;gap:.3rem;font-size:.68rem;font-weight:700;color:#15803d;background:#dcfce7;padding:3px 10px;border-radius:20px}.charity-live-dot{width:6px;height:6px;border-radius:50%;background:#16a34a;animation:livePulse 1.5s ease-in-out infinite}@keyframes livePulse{0%,to{opacity:1}50%{opacity:.4}}.charity-mission{display:flex;align-items:flex-start;gap:.65rem;padding:.75rem 1.25rem;background:#ffffff80;border-bottom:1px solid #bbf7d0}.charity-mission__icon{font-size:1.25rem;flex-shrink:0}.charity-mission__label{font-size:.65rem;color:#16a34a;font-weight:700;text-transform:uppercase;letter-spacing:.05em;margin:0 0 .1rem}.charity-mission__name{font-size:.85rem;font-weight:700;color:#14532d;margin:0 0 .1rem}.charity-mission__desc{font-size:.72rem;color:#166534;margin:0;line-height:1.4}.charity-amount{text-align:center;padding:1rem 1.25rem .5rem}.charity-amount__current{display:flex;align-items:baseline;justify-content:center;gap:.3rem}.charity-amount__value{font-size:2rem;font-weight:900;color:#15803d;line-height:1}.charity-amount__currency{font-size:.85rem;font-weight:700;color:#16a34a}.charity-amount__goal{font-size:.72rem;color:#4ade80;margin-top:.2rem;color:#166534}.charity-stats{display:flex;align-items:center;padding:.5rem 1.25rem .75rem;gap:0}.charity-stat{flex:1;display:flex;flex-direction:column;align-items:center;gap:.15rem}.charity-stat-divider{width:1px;height:30px;background:#bbf7d0}.charity-stat__icon{font-size:1rem}.charity-stat__value{font-size:.95rem;font-weight:800;color:#14532d}.charity-stat__label{font-size:.62rem;color:#166534;text-align:center}.charity-cta{padding:.65rem 1.25rem;background:#fff9;border-top:1px solid #bbf7d0;display:flex;align-items:center;justify-content:space-between;gap:.75rem;flex-wrap:wrap}.charity-cta__text{font-size:.72rem;color:#14532d;margin:0;line-height:1.4;flex:1}.charity-cta__badge{display:inline-flex;align-items:center;gap:.3rem;background:#16a34a;color:#fff;font-size:.72rem;font-weight:700;padding:.35rem .85rem;border-radius:20px;white-space:nowrap;cursor:pointer;border:none;font-family:inherit;transition:opacity .15s}.charity-cta__badge:hover{opacity:.9}.charity-footer-note{text-align:center;font-size:.65rem;color:#166534;opacity:.7;padding:.4rem 1.25rem .65rem}.charity-history-btn{width:100%;padding:.5rem;background:#ffffff80;border:none;border-top:1px solid #bbf7d0;font-size:.75rem;font-weight:600;color:#15803d;cursor:pointer;font-family:inherit;display:flex;align-items:center;justify-content:center;gap:.4rem;transition:background .15s}.charity-history-btn:hover{background:#fffc}.charity-history{padding:.5rem 1rem .75rem;border-top:1px solid #bbf7d0;display:flex;flex-direction:column;gap:.4rem}.charity-history-row{display:flex;justify-content:space-between;align-items:flex-start;background:#fff9;border-radius:8px;padding:.5rem .65rem}.charity-history-row__name{font-size:.78rem;font-weight:700;color:#14532d;margin:0 0 .1rem}.charity-history-row__note{font-size:.68rem;color:#166534;margin:0 0 .1rem}.charity-history-row__date{font-size:.62rem;color:#4ade80;color:#86efac;margin:0}.charity-history-row__right{text-align:end;flex-shrink:0}.charity-history-row__amount{font-size:.88rem;font-weight:800;color:#15803d;display:block}.charity-history-row__receipt{font-size:.65rem;color:#16a34a;display:flex;align-items:center;gap:.2rem;justify-content:flex-end;margin-top:.2rem;text-decoration:none}@media (max-width: 480px){.charity-amount__value{font-size:1.6rem}.charity-cta{flex-direction:column;align-items:flex-start}}.inbox-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0a0f1e8c;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:1100;display:flex;align-items:center;justify-content:center;padding:1rem}.inbox-modal{background:#fff;border-radius:20px;width:100%;max-width:820px;height:88vh;max-height:680px;display:flex;overflow:hidden;box-shadow:0 32px 80px #00000038}.inbox-list{width:300px;min-width:300px;border-right:1px solid var(--border);display:flex;flex-direction:column;background:var(--bg-secondary)}.rtl .inbox-list{border-right:none;border-left:1px solid var(--border)}.inbox-list-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-bottom:1px solid var(--border);background:#fff}.inbox-list-title{display:flex;align-items:center;gap:.5rem;font-weight:700;font-size:1rem;color:var(--text)}.inbox-unread-badge{background:var(--primary);color:#fff;border-radius:999px;padding:1px 7px;font-size:.7rem;font-weight:700}.inbox-close-btn{background:none;border:none;cursor:pointer;color:var(--text-secondary);padding:.25rem;border-radius:8px;display:flex;align-items:center;transition:background .15s}.inbox-close-btn:hover{background:var(--bg-tertiary);color:var(--text)}.inbox-conv-list{flex:1;overflow-y:auto;scrollbar-width:thin;scrollbar-color:var(--border) transparent}.inbox-conv-item{width:100%;display:flex;align-items:center;gap:.75rem;padding:.875rem 1.25rem;border:none;background:transparent;cursor:pointer;text-align:left;border-bottom:1px solid var(--border-light);transition:background .15s;position:relative}.rtl .inbox-conv-item{text-align:right}.inbox-conv-item:hover{background:var(--bg-tertiary)}.inbox-conv-item.active{background:#eff6ff}.inbox-conv-item.unread{background:#f0f9ff}.inbox-conv-avatar{width:44px;height:44px;min-width:44px;border-radius:50%;background:linear-gradient(135deg,var(--primary),#7c3aed);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.1rem}.inbox-conv-info{flex:1;min-width:0}.inbox-conv-top{display:flex;justify-content:space-between;align-items:center;gap:.5rem;margin-bottom:2px}.inbox-conv-name{font-weight:600;font-size:.9rem;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.inbox-conv-time{font-size:.72rem;color:var(--text-light);white-space:nowrap}.inbox-conv-item-title{font-size:.75rem;color:var(--primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-bottom:2px}.inbox-conv-preview{font-size:.8rem;color:var(--text-secondary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.inbox-conv-unread{background:var(--primary);color:#fff;border-radius:999px;font-size:.7rem;font-weight:700;padding:2px 7px;min-width:20px;text-align:center}.inbox-chat{flex:1;display:flex;flex-direction:column;min-width:0}.inbox-chat-empty{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;color:var(--text-light)}.inbox-chat-empty p{font-size:1rem;font-weight:500}.inbox-chat-header{display:flex;align-items:center;gap:.75rem;padding:1rem 1.25rem;border-bottom:1px solid var(--border);background:#fff}.inbox-back-btn{display:none;background:none;border:none;cursor:pointer;color:var(--text-secondary);padding:.25rem;border-radius:8px;align-items:center}.inbox-chat-header-avatar{width:40px;height:40px;min-width:40px;border-radius:50%;background:linear-gradient(135deg,var(--primary),#7c3aed);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700}.inbox-chat-header-info{flex:1;min-width:0;display:flex;flex-direction:column}.inbox-chat-header-name{font-weight:700;font-size:.95rem;color:var(--text)}.inbox-chat-header-item{font-size:.75rem;color:var(--primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.inbox-close-btn--chat{margin-left:auto}.rtl .inbox-close-btn--chat{margin-left:0;margin-right:auto}.inbox-messages{flex:1;overflow-y:auto;padding:1.25rem;display:flex;flex-direction:column;gap:.5rem;scrollbar-width:thin;scrollbar-color:var(--border) transparent}.inbox-messages-empty{flex:1;display:flex;align-items:center;justify-content:center;color:var(--text-light);font-size:.9rem}.inbox-msg{display:flex;flex-direction:column;max-width:72%}.inbox-msg.mine{align-self:flex-end;align-items:flex-end}.inbox-msg.theirs,.rtl .inbox-msg.mine{align-self:flex-start;align-items:flex-start}.rtl .inbox-msg.theirs{align-self:flex-end;align-items:flex-end}.inbox-msg-bubble{padding:.6rem .9rem;border-radius:18px;font-size:.9rem;line-height:1.45;word-break:break-word}.inbox-msg.mine .inbox-msg-bubble{background:var(--primary);color:#fff;border-bottom-right-radius:4px}.inbox-msg.theirs .inbox-msg-bubble{background:var(--bg-tertiary);color:var(--text);border-bottom-left-radius:4px}.rtl .inbox-msg.mine .inbox-msg-bubble{border-bottom-right-radius:18px;border-bottom-left-radius:4px}.rtl .inbox-msg.theirs .inbox-msg-bubble{border-bottom-right-radius:4px;border-bottom-left-radius:18px}.inbox-msg-time{font-size:.68rem;color:var(--text-light);margin-top:3px;padding:0 .25rem}.inbox-input-row{display:flex;gap:.5rem;padding:.875rem 1rem;border-top:1px solid var(--border);background:#fff;align-items:center}.inbox-input{flex:1;border:1.5px solid var(--border);border-radius:24px;padding:.625rem 1rem;font-size:.9rem;font-family:var(--font-body);outline:none;transition:border-color .15s;background:var(--bg-secondary);color:var(--text)}.inbox-input:focus{border-color:var(--primary);background:#fff}.inbox-send-btn{width:42px;height:42px;min-width:42px;border-radius:50%;background:var(--primary);color:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s,transform .1s}.inbox-send-btn:hover:not(:disabled){background:var(--primary-hover);transform:scale(1.05)}.inbox-send-btn:disabled{background:var(--border);cursor:not-allowed}.inbox-loading{flex:1;display:flex;align-items:center;justify-content:center;color:var(--text-light)}.inbox-empty{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;padding:2rem;color:var(--text-secondary);text-align:center}.inbox-empty p{font-weight:600;font-size:.95rem}.inbox-empty small{color:var(--text-light);font-size:.8rem;line-height:1.5}.spin{animation:spin .8s linear infinite}@media (max-width: 640px){.inbox-overlay{padding:0;align-items:flex-end}.inbox-modal{border-radius:20px 20px 0 0;max-width:100%;height:93vh;max-height:none}.inbox-list{width:100%;min-width:100%;position:absolute;top:0;right:0;bottom:0;left:0;border-right:none;border-radius:inherit;transition:transform .25s ease}.inbox-list--hidden-mobile{transform:translate(-100%);pointer-events:none}.rtl .inbox-list--hidden-mobile{transform:translate(100%)}.inbox-chat{width:100%;position:absolute;top:0;right:0;bottom:0;left:0;transform:translate(100%);transition:transform .25s ease;border-radius:inherit;background:#fff}.rtl .inbox-chat{transform:translate(-100%)}.inbox-chat:not(.inbox-chat--hidden-mobile){transform:translate(0)}.inbox-back-btn{display:flex}}.inbox-send-error{background:#fef2f2;color:#b91c1c;font-size:.78rem;padding:.4rem .75rem;border-top:1px solid #fecaca;text-align:center}.store-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;display:flex;align-items:flex-start;justify-content:center;padding:1rem;overflow-y:auto}.store-modal{background:#fff;border-radius:20px;width:100%;max-width:640px;position:relative;box-shadow:0 24px 64px #00000040;overflow:hidden;margin:auto;animation:storeSlide .3s}@keyframes storeSlide{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.store-close{position:absolute;top:.75rem;right:.75rem;z-index:10;background:#0006;border:none;width:34px;height:34px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}[dir=rtl] .store-close{right:auto;left:.75rem}.store-cover{height:140px;background:linear-gradient(135deg,#6366f1,#8b5cf6,#a78bfa);background-size:cover;background-position:center;position:relative}.store-cover__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,transparent 50%,rgba(0,0,0,.3) 100%)}.store-header{padding:0 1.25rem 1.25rem;position:relative}.store-logo{width:72px;height:72px;border-radius:16px;border:3px solid white;background:linear-gradient(135deg,#6366f1,#8b5cf6);display:flex;align-items:center;justify-content:center;font-size:1.75rem;font-weight:800;color:#fff;margin-top:-36px;margin-bottom:.75rem;overflow:hidden;box-shadow:0 4px 12px #00000026}.store-logo img{width:100%;height:100%;object-fit:cover}.store-header__name-row{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;margin-bottom:.35rem}.store-header__name-row h2{font-size:1.2rem;font-weight:800;color:#1e293b;margin:0}.store-verified-badge{background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;font-size:.68rem;font-weight:700;padding:3px 10px;border-radius:20px}.store-header__desc{font-size:.82rem;color:#64748b;margin:0 0 .5rem;line-height:1.5}.store-header__meta{display:flex;flex-wrap:wrap;gap:.5rem 1rem;font-size:.73rem;color:#94a3b8;margin-bottom:.85rem}.store-header__meta span,.store-header__meta a{display:flex;align-items:center;gap:.25rem;color:#64748b;text-decoration:none}.store-contact-btns{display:flex;gap:.5rem;flex-wrap:wrap}.store-btn{display:inline-flex;align-items:center;gap:.4rem;padding:.5rem 1rem;border-radius:20px;font-size:.8rem;font-weight:700;cursor:pointer;border:none;text-decoration:none;font-family:inherit;transition:opacity .15s,transform .15s}.store-btn:hover{opacity:.85;transform:translateY(-1px)}.store-btn--whatsapp{background:#dcfce7;color:#15803d}.store-btn--msg{background:#eff6ff;color:#1d4ed8}.store-products{padding:0 1.25rem 1.25rem;border-top:1px solid #f1f5f9}.store-products__title{display:flex;align-items:center;gap:.4rem;font-size:.9rem;font-weight:700;color:#374151;margin:1rem 0 .85rem}.store-products__count{background:#f1f5f9;color:#64748b;font-size:.7rem;padding:1px 7px;border-radius:20px}.store-products__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(130px,1fr));gap:.65rem}.store-product-card{border-radius:12px;overflow:hidden;border:1.5px solid #e2e8f0;cursor:pointer;transition:transform .15s,box-shadow .15s;background:#fff}.store-product-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.store-product-card__img{position:relative;aspect-ratio:1;overflow:hidden;background:#f8fafc}.store-product-card__img img{width:100%;height:100%;object-fit:cover}.store-product-card__badge{position:absolute;top:4px;right:4px;background:#fef3c7;border-radius:6px;padding:1px 5px;font-size:.65rem}.store-product-card__body{padding:.5rem}.store-product-card__title{font-size:.72rem;color:#374151;margin:0 0 .2rem;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.store-product-card__price{font-size:.78rem;color:#6366f1;font-weight:700}.store-loading{padding:3rem;text-align:center;color:#94a3b8}.store-loading__spinner{width:32px;height:32px;border:3px solid #e2e8f0;border-top-color:#6366f1;border-radius:50%;animation:spin .8s linear infinite;margin:0 auto 1rem}.store-not-found{padding:3rem;text-align:center;color:#94a3b8}.store-not-found span{font-size:3rem}.store-not-found h3{margin:.5rem 0 .25rem;color:#374151}.store-empty{padding:2rem;text-align:center;color:#94a3b8}@media (max-width: 480px){.store-products__grid{grid-template-columns:repeat(3,1fr)}.store-cover{height:110px}}.store-reviews{padding:0 1.25rem 1.25rem;border-top:1px solid #f1f5f9;margin-top:.25rem}.store-reviews__header{display:flex;align-items:center;justify-content:space-between;margin:1rem 0 .85rem;flex-wrap:wrap;gap:.5rem}.store-review-btn{background:#fef3c7;color:#92400e;border:1.5px solid #fde68a;border-radius:20px;padding:.3rem .85rem;font-size:.75rem;font-weight:700;cursor:pointer;font-family:inherit;transition:opacity .15s}.store-review-btn:hover{opacity:.85}.store-review-form{background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:12px;padding:1rem;margin-bottom:1rem;display:flex;flex-direction:column;gap:.75rem}.store-stars-input{display:flex;align-items:center;gap:.25rem}.store-review-textarea{border:1.5px solid #e2e8f0;border-radius:8px;padding:.6rem .75rem;font-size:.82rem;font-family:inherit;resize:none;transition:border-color .15s}.store-review-textarea:focus{outline:none;border-color:#6366f1}.store-review-success{background:#f0fdf4;border:1.5px solid #86efac;border-radius:8px;padding:.65rem 1rem;font-size:.8rem;color:#15803d;font-weight:600;margin-bottom:.75rem}.store-reviews__list{display:flex;flex-direction:column;gap:.65rem}.store-review-item{background:#f8fafc;border-radius:10px;padding:.75rem}.store-review-item__header{display:flex;align-items:center;gap:.5rem;margin-bottom:.3rem}.store-review-item__avatar{width:32px;height:32px;border-radius:50%;background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:700;flex-shrink:0}.store-review-item__name{font-size:.78rem;font-weight:700;color:#374151}.store-review-item__stars{font-size:.7rem}.store-review-item__date{margin-inline-start:auto;font-size:.68rem;color:#94a3b8}.store-review-item__text{font-size:.78rem;color:#4b5563;margin:0;line-height:1.5}.store-product-card__order-btn{background:#6366f1;color:#fff;border:none;border-radius:6px;width:26px;height:26px;cursor:pointer;font-size:.7rem;display:flex;align-items:center;justify-content:center;transition:opacity .15s;flex-shrink:0}.store-product-card__order-btn:hover{opacity:.8}.store-app-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1001;display:flex;align-items:center;justify-content:center;padding:1rem;overflow-y:auto}.store-app-modal{background:#fff;border-radius:20px;padding:1.5rem;max-width:560px;width:100%;position:relative;box-shadow:0 24px 64px #00000040;animation:saSlide .3s;max-height:90vh;overflow-y:auto}@keyframes saSlide{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.store-app-close{position:absolute;top:1rem;right:1rem;background:#f1f5f9;border:none;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#64748b}[dir=rtl] .store-app-close{right:auto;left:1rem}.store-app-header{text-align:center;margin-bottom:1rem}.store-app-icon{font-size:2.5rem;margin-bottom:.5rem}.store-app-header h2{font-size:1.25rem;font-weight:800;color:#1e293b;margin:0 0 .35rem}.store-app-header p{font-size:.8rem;color:#64748b;margin:0}.store-app-benefits{display:flex;flex-wrap:wrap;gap:.4rem;margin-bottom:1.25rem;justify-content:center}.store-app-benefit{background:#eff6ff;color:#3730a3;font-size:.7rem;font-weight:600;padding:.25rem .65rem;border-radius:20px;border:1px solid #c7d2fe}.store-app-form{display:flex;flex-direction:column;gap:.85rem}.store-app-error{background:#fef2f2;border:1px solid #fecaca;color:#dc2626;padding:.6rem .85rem;border-radius:8px;font-size:.8rem}.store-app-row{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}@media (max-width: 480px){.store-app-row{grid-template-columns:1fr}}.store-app-group{display:flex;flex-direction:column;gap:.3rem}.store-app-group label{font-size:.78rem;font-weight:600;color:#374151}.store-app-group label span{color:#ef4444}.store-app-group small{font-size:.68rem;color:#94a3b8}.store-app-group input,.store-app-group select,.store-app-group textarea{border:1.5px solid #e2e8f0;border-radius:8px;padding:.55rem .75rem;font-size:.82rem;font-family:inherit;color:#1e293b;transition:border-color .15s;background:#fff}.store-app-group input:focus,.store-app-group select:focus,.store-app-group textarea:focus{outline:none;border-color:#6366f1}.store-app-upload{display:flex;align-items:center;gap:.5rem;border:2px dashed #c7d2fe;border-radius:8px;padding:.65rem .85rem;cursor:pointer;color:#6366f1;font-size:.8rem;font-weight:600;transition:background .15s}.store-app-upload:hover{background:#eff6ff}.store-app-price-note{background:linear-gradient(135deg,#eff6ff,#f0fdf4);border:1.5px solid #c7d2fe;border-radius:10px;padding:.75rem 1rem;font-size:.78rem;color:#3730a3;font-weight:600;text-align:center}.store-app-btn{padding:.75rem;border-radius:12px;font-size:.88rem;font-weight:700;cursor:pointer;border:none;font-family:inherit;transition:opacity .15s,transform .15s}.store-app-btn:hover{opacity:.9;transform:translateY(-1px)}.store-app-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.store-app-btn--primary{background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;width:100%}.store-app-success{text-align:center;padding:1.5rem 1rem}.store-app-success h2{margin:1rem 0 .5rem;font-size:1.3rem;color:#1e293b}.store-app-success p{color:#64748b;font-size:.85rem;line-height:1.6;margin-bottom:1.5rem}.store-app-timeline{display:flex;flex-direction:column;gap:.6rem;width:100%;max-width:400px;text-align:start}.sa-step{display:flex;align-items:center;gap:.75rem;padding:.6rem .9rem;background:#f8fafc;border-radius:10px;border:1px solid #e2e8f0}.sa-step__num{width:24px;height:24px;border-radius:50%;background:#6366f1;color:#fff;font-size:.75rem;font-weight:800;display:flex;align-items:center;justify-content:center;flex-shrink:0}.sa-step span:last-child{font-size:.83rem;color:#374151;font-weight:500}.sa-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1001;display:flex;align-items:flex-start;justify-content:center;padding:1rem;overflow-y:auto}.sa-modal{background:#fff;border-radius:20px;padding:1.5rem;max-width:560px;width:100%;position:relative;box-shadow:0 24px 64px #0003;animation:saIn .3s;margin:auto}@keyframes saIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.sa-close{position:absolute;top:1rem;right:1rem;background:#f1f5f9;border:none;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#64748b}[dir=rtl] .sa-close{right:auto;left:1rem}.sa-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1.25rem;padding-bottom:1rem;border-bottom:1px solid #f1f5f9}.sa-header h2{font-size:1.1rem;font-weight:800;color:#1e293b;margin:0 0 .1rem}.sa-header p{font-size:.75rem;color:#94a3b8;margin:0}.sa-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:.65rem;margin-bottom:1.25rem}@media (max-width: 400px){.sa-stats{grid-template-columns:repeat(2,1fr)}}.sa-stat{border-radius:12px;padding:.85rem;display:flex;align-items:flex-start;gap:.5rem;border:1.5px solid}.sa-stat--blue{background:#eff6ff;border-color:#bfdbfe;color:#1d4ed8}.sa-stat--purple{background:#faf5ff;border-color:#e9d5ff;color:#7c3aed}.sa-stat--green{background:#f0fdf4;border-color:#bbf7d0;color:#15803d}.sa-stat--indigo{background:#eef2ff;border-color:#c7d2fe;color:#4338ca}.sa-stat--amber{background:#fffbeb;border-color:#fde68a;color:#b45309}.sa-stat--gray{background:#f8fafc;border-color:#e2e8f0;color:#475569}.sa-stat__body{display:flex;flex-direction:column}.sa-stat__num{font-size:1.2rem;font-weight:900;line-height:1}.sa-stat__label{font-size:.65rem;opacity:.8;margin-top:.2rem}.sa-chart-section{margin-bottom:1.25rem}.sa-section-title{font-size:.85rem;font-weight:700;color:#374151;margin:0 0 .75rem}.sa-chart{display:flex;align-items:flex-end;gap:2px;height:80px;background:#f8fafc;border-radius:10px;padding:.5rem .5rem 0;overflow:hidden}.sa-chart__bar-wrap{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;height:100%;position:relative}.sa-chart__bar{width:100%;background:linear-gradient(to top,#6366f1,#a5b4fc);border-radius:3px 3px 0 0;min-height:2px;transition:height .3s}.sa-chart__label{position:absolute;bottom:-18px;font-size:.55rem;color:#94a3b8;white-space:nowrap}.sa-section{margin-bottom:1.25rem}.sa-products{display:flex;flex-direction:column;gap:.5rem}.sa-product{display:flex;align-items:center;gap:.65rem;background:#f8fafc;border-radius:10px;padding:.6rem}.sa-product__img{width:42px;height:42px;border-radius:8px;object-fit:cover;flex-shrink:0}.sa-product__info{display:flex;flex-direction:column;gap:.1rem}.sa-product__title{font-size:.78rem;font-weight:600;color:#1e293b}.sa-product__price{font-size:.72rem;color:#6366f1;font-weight:700}.sa-reviews{display:flex;flex-direction:column;gap:.5rem}.sa-review{background:#fffbeb;border:1px solid #fde68a;border-radius:10px;padding:.65rem}.sa-review__header{display:flex;align-items:center;gap:.5rem;margin-bottom:.25rem}.sa-review__stars{font-size:.75rem}.sa-review__name{font-size:.75rem;font-weight:600;color:#374151}.sa-review__date{margin-inline-start:auto;font-size:.68rem;color:#94a3b8}.sa-review__text{font-size:.75rem;color:#4b5563;margin:0;line-height:1.4}.sa-footer{text-align:center;font-size:.72rem;color:#94a3b8;margin:0;padding-top:.75rem;border-top:1px solid #f1f5f9}.sa-loading{padding:3rem;text-align:center;color:#94a3b8}.sa-spinner{width:32px;height:32px;border:3px solid #e2e8f0;border-top-color:#6366f1;border-radius:50%;animation:spin .8s linear infinite;margin:0 auto 1rem}@keyframes spin{to{transform:rotate(360deg)}}.sla-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000008c;z-index:1000;display:flex;align-items:center;justify-content:center;padding:1rem;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.sla-modal{background:#fff;border-radius:16px;width:100%;max-width:720px;max-height:90vh;overflow-y:auto;padding:1.5rem;display:flex;flex-direction:column;gap:1.25rem;box-shadow:0 20px 60px #0003}.sla-loading{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:3rem;color:#64748b}.sla-spinner{width:36px;height:36px;border:3px solid #e2e8f0;border-top-color:#6366f1;border-radius:50%;animation:sla-spin .8s linear infinite}@keyframes sla-spin{to{transform:rotate(360deg)}}.sla-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;flex-wrap:wrap}.sla-header__left{display:flex;align-items:center;gap:.75rem}.sla-header__left h2{margin:0;font-size:1.15rem;font-weight:700;color:#1e293b}.sla-header__left p{margin:.15rem 0 0;font-size:.8rem;color:#64748b}.sla-header__actions{display:flex;align-items:center;gap:.75rem}.sla-close{background:none;border:none;color:#64748b;cursor:pointer;padding:.25rem;border-radius:6px;display:flex;align-items:center}.sla-close:hover{background:#f1f5f9;color:#1e293b}.sla-period-toggle{display:flex;background:#f1f5f9;border-radius:8px;padding:3px;gap:2px}.sla-period-toggle button{background:none;border:none;padding:.3rem .75rem;border-radius:6px;font-size:.78rem;font-weight:600;color:#64748b;cursor:pointer;font-family:inherit;transition:all .15s}.sla-period-toggle button.active{background:#fff;color:#6366f1;box-shadow:0 1px 4px #0000001f}.sla-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem}@media (max-width: 480px){.sla-stats{grid-template-columns:repeat(2,1fr)}}.sla-stat{display:flex;align-items:center;gap:.75rem;padding:.9rem 1rem;border-radius:12px;border:1.5px solid transparent}.sla-stat>div{display:flex;flex-direction:column;gap:.1rem}.sla-stat__num{font-size:1.4rem;font-weight:800;line-height:1}.sla-stat__label{font-size:.72rem;font-weight:500;opacity:.8}.sla-stat--blue{background:#eff6ff;border-color:#bfdbfe;color:#1d4ed8}.sla-stat--green{background:#f0fdf4;border-color:#bbf7d0;color:#15803d}.sla-stat--red{background:#fff1f2;border-color:#fecdd3;color:#be123c}.sla-stat--purple{background:#f5f3ff;border-color:#ddd6fe;color:#7c3aed}.sla-stat--amber{background:#fffbeb;border-color:#fde68a;color:#92400e}.sla-stat--gray{background:#f8fafc;border-color:#e2e8f0;color:#475569}.sla-chart-section{background:#f8fafc;border-radius:12px;padding:1rem}.sla-chart-title{display:flex;align-items:center;gap:.5rem;font-size:.85rem;font-weight:600;color:#374151;margin-bottom:.75rem}.sla-chart{display:flex;align-items:flex-end;gap:3px;height:110px;padding-bottom:1.5rem;position:relative}.sla-chart__col{flex:1;display:flex;flex-direction:column;align-items:center;height:100%;position:relative}.sla-chart__bar-wrap{flex:1;width:100%;display:flex;align-items:flex-end}.sla-chart__bar{width:100%;background:linear-gradient(to top,#6366f1,#818cf8);border-radius:3px 3px 0 0;min-height:4px;transition:height .3s ease}.sla-chart__bar:hover{background:linear-gradient(to top,#4f46e5,#6366f1)}.sla-chart__label{position:absolute;bottom:0;font-size:.58rem;color:#94a3b8;white-space:nowrap;transform:rotate(-30deg);transform-origin:top center}.sla-empty-chart{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:2rem;color:#94a3b8;text-align:center}.sla-empty-chart p{margin:0;font-size:.85rem}.sla-empty-chart small{font-size:.72rem;color:#cbd5e1}.sla-top-section{background:#f8fafc;border-radius:12px;padding:1rem}.sla-empty{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:2rem;color:#94a3b8}.sla-empty p{margin:0;font-size:.85rem}.sla-top-list{display:flex;flex-direction:column;gap:.6rem}.sla-top-item{display:flex;align-items:center;gap:.75rem;background:#fff;border-radius:10px;padding:.65rem .85rem;border:1px solid #e2e8f0}.sla-top-item__rank{width:22px;height:22px;border-radius:50%;background:#e0e7ff;color:#4f46e5;font-size:.72rem;font-weight:800;display:flex;align-items:center;justify-content:center;flex-shrink:0}.sla-top-item__img{width:44px;height:44px;border-radius:8px;object-fit:cover;flex-shrink:0;background:#f1f5f9;display:flex;align-items:center;justify-content:center}.sla-top-item__img--placeholder{display:flex;align-items:center;justify-content:center}.sla-top-item__info{flex:1;min-width:0;display:flex;flex-direction:column;gap:.2rem}.sla-top-item__title{font-size:.85rem;font-weight:600;color:#1e293b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sla-top-item__price{font-size:.75rem;color:#059669;font-weight:600}.sla-top-item__meta{display:flex;gap:.4rem;flex-wrap:wrap}.sla-badge{font-size:.65rem;font-weight:700;padding:.15rem .45rem;border-radius:999px}.sla-badge--green{background:#dcfce7;color:#15803d}.sla-badge--blue{background:#dbeafe;color:#1d4ed8}.sla-badge--gray{background:#f1f5f9;color:#475569}.sla-top-item__stats{display:flex;flex-direction:column;gap:.25rem;align-items:flex-end;flex-shrink:0;color:#64748b}.sla-top-item__stats span{display:flex;align-items:center;gap:.25rem;font-size:.72rem;font-weight:600}.sla-tips{display:flex;align-items:center;gap:.4rem;font-size:.73rem;color:#94a3b8;padding:.5rem .75rem;background:#f8fafc;border-radius:8px}.fbm-fab{position:fixed;bottom:1.25rem;left:1.25rem;z-index:900;display:flex;align-items:center;gap:.45rem;background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;border:none;border-radius:999px;padding:.55rem 1rem .55rem .75rem;font-size:.8rem;font-weight:700;cursor:pointer;font-family:inherit;box-shadow:0 4px 16px #d9770666;transition:transform .15s,box-shadow .15s;white-space:nowrap}[dir=rtl] .fbm-fab,.rtl .fbm-fab{left:auto;right:1.25rem}.fbm-fab:hover{transform:translateY(-2px);box-shadow:0 6px 20px #d9770680}.fbm-fab:active{transform:scale(.97)}@media (max-width: 480px){.fbm-fab span{display:none}.fbm-fab{padding:.65rem;border-radius:50%}}.fbm-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1200;background:#0000008c;display:flex;align-items:flex-end;justify-content:center;padding:0;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}@media (min-width: 600px){.fbm-overlay{align-items:center;padding:1rem}}.fbm-modal{background:#fff;border-radius:20px 20px 0 0;width:100%;max-width:540px;max-height:92vh;overflow-y:auto;padding:1.5rem 1.25rem 2rem;display:flex;flex-direction:column;gap:0;box-shadow:0 -8px 40px #00000026;position:relative}@media (min-width: 600px){.fbm-modal{border-radius:16px;max-height:88vh}}.fbm-close{position:absolute;top:1rem;right:1rem;background:#f1f5f9;border:none;border-radius:8px;width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#64748b}[dir=rtl] .fbm-close{right:auto;left:1rem}.fbm-close:hover{background:#e2e8f0}.fbm-header{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:1.25rem;padding-right:2.5rem}[dir=rtl] .fbm-header{padding-right:0;padding-left:2.5rem}.fbm-header h2{margin:0;font-size:1.05rem;font-weight:800;color:#1e293b}.fbm-header p{margin:.15rem 0 0;font-size:.78rem;color:#64748b}.fbm-form{display:flex;flex-direction:column;gap:1rem}.fbm-error{display:flex;align-items:center;gap:.5rem;background:#fef2f2;color:#b91c1c;border:1px solid #fecaca;border-radius:8px;padding:.55rem .8rem;font-size:.83rem;font-weight:500}.fbm-group{display:flex;flex-direction:column;gap:.4rem}.fbm-group label{font-size:.82rem;font-weight:700;color:#374151;display:flex;align-items:center;justify-content:space-between}.fbm-req{color:#ef4444;margin-inline-start:.2rem}.fbm-char-count{font-size:.7rem;font-weight:400;color:#94a3b8}.fbm-chips{display:flex;flex-wrap:wrap;gap:.4rem}.fbm-chip{padding:.35rem .75rem;border-radius:999px;border:1.5px solid #e2e8f0;background:#f8fafc;color:#475569;font-size:.78rem;font-weight:600;cursor:pointer;font-family:inherit;transition:all .12s}.fbm-chip:hover{border-color:#f59e0b;color:#92400e;background:#fffbeb}.fbm-chip.selected{background:#fffbeb;border-color:#f59e0b;color:#92400e}.fbm-input,.fbm-textarea{border:1.5px solid #e2e8f0;border-radius:10px;padding:.6rem .8rem;font-size:.88rem;font-family:inherit;color:#1e293b;outline:none;width:100%;transition:border-color .15s;background:#fff;box-sizing:border-box}.fbm-input:focus,.fbm-textarea:focus{border-color:#f59e0b}.fbm-textarea{resize:vertical;min-height:90px}.fbm-upload{display:flex;align-items:center;gap:.5rem;border:1.5px dashed #fde68a;border-radius:10px;padding:.65rem 1rem;background:#fffbeb;color:#92400e;font-size:.83rem;font-weight:600;cursor:pointer;width:fit-content;transition:background .12s}.fbm-upload:hover{background:#fef3c7}.fbm-preview-wrap{display:flex;flex-direction:column;gap:.5rem;align-items:flex-start}.fbm-preview{width:100%;max-height:160px;object-fit:cover;border-radius:8px;border:1px solid #e2e8f0}.fbm-remove-img{display:flex;align-items:center;gap:.3rem;background:#fee2e2;color:#991b1b;border:none;border-radius:6px;padding:.3rem .7rem;font-size:.75rem;font-weight:600;cursor:pointer;font-family:inherit}.fbm-hint{font-size:.7rem;color:#94a3b8}.fbm-auto-info{background:#f0f9ff;border:1px solid #bae6fd;border-radius:8px;padding:.45rem .75rem;font-size:.72rem;color:#0369a1}.fbm-btn{border:none;border-radius:10px;padding:.8rem 1.5rem;font-size:.9rem;font-weight:700;cursor:pointer;font-family:inherit;transition:all .15s;display:flex;align-items:center;justify-content:center;gap:.5rem}.fbm-btn--primary{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;width:100%}.fbm-btn--primary:hover{opacity:.9}.fbm-btn--primary:disabled{opacity:.6;cursor:not-allowed}.fbm-spin{animation:fbm-spin .7s linear infinite}@keyframes fbm-spin{to{transform:rotate(360deg)}}.fbm-success{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:1.5rem 1rem;text-align:center}.fbm-success h2{margin:0;font-size:1.15rem;font-weight:800;color:#1e293b}.fbm-success p{margin:0;color:#475569;font-size:.88rem;line-height:1.6;max-width:360px}.fbm-auto-info--phone{background:#f0fdf4;border-color:#bbf7d0;color:#065f46}.fbm-auto-info--phone strong{font-weight:700;margin-inline-start:.25rem}.sd-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1001;display:flex;align-items:flex-start;justify-content:center;padding:1rem;overflow-y:auto}.sd-modal{background:#fff;border-radius:20px;width:100%;max-width:600px;position:relative;box-shadow:0 24px 64px #0003;animation:sdIn .3s;margin:auto;overflow:hidden}@keyframes sdIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.sd-close{position:absolute;top:1rem;right:1rem;z-index:10;background:#00000014;border:none;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#374151}[dir=rtl] .sd-close{right:auto;left:1rem}.sd-header{display:flex;align-items:center;gap:.85rem;padding:1.25rem 1.25rem .75rem;background:linear-gradient(135deg,#eff6ff,#f5f3ff);border-bottom:1px solid #e0e7ff}.sd-header__logo{width:52px;height:52px;border-radius:12px;background:linear-gradient(135deg,#6366f1,#8b5cf6);display:flex;align-items:center;justify-content:center;font-size:1.4rem;font-weight:800;color:#fff;overflow:hidden;flex-shrink:0}.sd-header__logo img{width:100%;height:100%;object-fit:cover}.sd-header__info{flex:1}.sd-header__info h2{font-size:1rem;font-weight:800;color:#1e293b;margin:0 0 .2rem}.sd-verified{background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;font-size:.65rem;font-weight:700;padding:2px 8px;border-radius:20px}.sd-analytics-btn{background:#fff;border:1.5px solid #c7d2fe;color:#4338ca;border-radius:20px;padding:.35rem .85rem;font-size:.75rem;font-weight:700;cursor:pointer;font-family:inherit;white-space:nowrap;transition:background .15s}.sd-analytics-btn:hover{background:#eff6ff}.sd-quick-stats{display:flex;gap:0;border-bottom:1px solid #f1f5f9}.sd-qs{flex:1;display:flex;flex-direction:column;align-items:center;padding:.65rem .5rem;gap:.2rem;color:#6366f1;border-right:1px solid #f1f5f9;font-size:.7rem}.sd-qs:last-child{border-right:none}[dir=rtl] .sd-qs{border-right:none;border-left:1px solid #f1f5f9}[dir=rtl] .sd-qs:last-child{border-left:none}.sd-qs span{font-size:1rem;font-weight:800;color:#1e293b}.sd-qs small{color:#94a3b8;font-size:.62rem}.sd-tabs{display:flex;border-bottom:2px solid #f1f5f9;overflow-x:auto}.sd-tab{padding:.65rem 1rem;border:none;background:none;font-size:.78rem;font-weight:600;color:#94a3b8;cursor:pointer;white-space:nowrap;font-family:inherit;border-bottom:2px solid transparent;margin-bottom:-2px;transition:all .15s}.sd-tab--active{color:#6366f1;border-bottom-color:#6366f1}.sd-tab:hover:not(.sd-tab--active){color:#374151}.sd-content{padding:1.25rem;max-height:65vh;overflow-y:auto;display:flex;flex-direction:column;gap:.85rem}.sd-products-list{display:flex;flex-direction:column;gap:.5rem}.sd-product-row{display:flex;align-items:center;gap:.75rem;padding:.65rem;border-radius:10px;border:1.5px solid #e2e8f0;transition:border-color .15s}.sd-product-row--sold{opacity:.65}.sd-product-row:hover{border-color:#c7d2fe}.sd-product-row__img{width:48px;height:48px;border-radius:8px;object-fit:cover;flex-shrink:0}.sd-product-row__info{flex:1;display:flex;flex-direction:column;gap:.1rem;min-width:0}.sd-product-row__info strong{font-size:.82rem;color:#1e293b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sd-product-row__info span{font-size:.72rem;color:#6366f1;font-weight:600}.sd-status{font-size:.65rem;font-weight:600}.sd-product-row__actions{display:flex;gap:.35rem;flex-shrink:0}.sd-icon-btn{width:30px;height:30px;border:none;border-radius:8px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:opacity .15s}.sd-icon-btn:hover{opacity:.75}.sd-icon-btn--green{background:#dcfce7;color:#15803d}.sd-icon-btn--blue{background:#dbeafe;color:#1d4ed8}.sd-icon-btn--red{background:#fee2e2;color:#dc2626}.sd-empty{padding:2rem;text-align:center;color:#94a3b8;display:flex;flex-direction:column;align-items:center;gap:.75rem}.sd-empty p{margin:0;font-size:.85rem}.sd-form-group{display:flex;flex-direction:column;gap:.3rem}.sd-form-group label{font-size:.78rem;font-weight:600;color:#374151}.sd-form-group label span{color:#ef4444}.sd-form-group small{font-size:.68rem}.sd-form-group input,.sd-form-group select,.sd-form-group textarea{border:1.5px solid #e2e8f0;border-radius:8px;padding:.55rem .75rem;font-size:.82rem;font-family:inherit;color:#1e293b;background:#fff;transition:border-color .15s}.sd-form-group input:focus,.sd-form-group select:focus,.sd-form-group textarea:focus{outline:none;border-color:#6366f1}.sd-form-row{display:grid;grid-template-columns:1fr 1fr;gap:.65rem}@media (max-width: 440px){.sd-form-row{grid-template-columns:1fr}}.sd-price-input{display:flex;align-items:center;border:1.5px solid #e2e8f0;border-radius:8px;overflow:hidden}.sd-price-input input{border:none;flex:1;padding:.55rem .75rem;font-family:inherit;font-size:.82rem}.sd-price-input span{background:#f8fafc;padding:0 .75rem;font-size:.78rem;color:#64748b;font-weight:600;border-right:1.5px solid #e2e8f0}[dir=rtl] .sd-price-input span{border-right:none;border-left:1.5px solid #e2e8f0}.sd-photo-upload{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;border:2px dashed #c7d2fe;border-radius:10px;padding:1.5rem;cursor:pointer;color:#6366f1;font-size:.8rem;font-weight:600;transition:background .15s}.sd-photo-upload:hover{background:#eff6ff}.sd-photo-preview{position:relative;width:100%;height:160px;border-radius:10px;overflow:hidden}.sd-photo-preview img{width:100%;height:100%;object-fit:cover}.sd-photo-preview button{position:absolute;top:.5rem;right:.5rem;background:#00000080;border:none;width:24px;height:24px;border-radius:50%;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center}.sd-media-row{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.sd-media-upload{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.35rem;border:2px dashed #c7d2fe;border-radius:10px;padding:1rem;cursor:pointer;color:#6366f1;font-size:.72rem;font-weight:600;height:80px;overflow:hidden;transition:background .15s}.sd-media-upload:hover{background:#eff6ff}.sd-media-upload img{width:100%;height:100%;object-fit:cover}.sd-btn{padding:.7rem 1rem;border-radius:10px;font-size:.85rem;font-weight:700;cursor:pointer;border:none;font-family:inherit;display:flex;align-items:center;justify-content:center;gap:.4rem;transition:opacity .15s,transform .15s}.sd-btn:hover{opacity:.9;transform:translateY(-1px)}.sd-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.sd-btn--primary{background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff}.sd-no-store{padding:3rem;text-align:center;color:#94a3b8}.sd-no-store span{font-size:3rem}.sd-no-store h3{color:#374151;margin:.5rem 0 .25rem}.sd-loading{padding:3rem;text-align:center;color:#94a3b8}.sd-spinner{width:32px;height:32px;border:3px solid #e2e8f0;border-top-color:#6366f1;border-radius:50%;animation:sdSpin .8s linear infinite;margin:0 auto 1rem}@keyframes sdSpin{to{transform:rotate(360deg)}}.spin{animation:sdSpin .8s linear infinite}.so-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1001;display:flex;align-items:flex-start;justify-content:center;padding:1rem;overflow-y:auto}.so-modal{background:#fff;border-radius:20px;width:100%;max-width:580px;position:relative;box-shadow:0 24px 64px #0003;animation:soIn .3s;margin:auto;overflow:hidden}@keyframes soIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.so-close{position:absolute;top:1rem;right:1rem;z-index:10;background:#f1f5f9;border:none;width:30px;height:30px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#64748b}[dir=rtl] .so-close{right:auto;left:1rem}.so-header{display:flex;align-items:center;gap:.65rem;padding:1.25rem 1.25rem .75rem;background:linear-gradient(135deg,#eff6ff,#f5f3ff);border-bottom:1px solid #e0e7ff}.so-header h2{flex:1;font-size:1rem;font-weight:800;color:#1e293b;margin:0}.so-count{background:#6366f1;color:#fff;font-size:.7rem;font-weight:700;padding:2px 8px;border-radius:20px}.so-tabs{display:flex;border-bottom:2px solid #f1f5f9}.so-tab{flex:1;padding:.65rem;border:none;background:none;font-size:.82rem;font-weight:600;color:#94a3b8;cursor:pointer;font-family:inherit;border-bottom:2px solid transparent;margin-bottom:-2px}.so-tab--active{color:#6366f1;border-bottom-color:#6366f1}.so-filters{display:flex;gap:.5rem;padding:.85rem 1rem 0}.so-filter-select{flex:1;border:1.5px solid #e2e8f0;border-radius:8px;padding:.4rem .65rem;font-size:.75rem;font-family:inherit;color:#374151;background:#fff}.so-orders-list{max-height:65vh;overflow-y:auto;padding:.75rem 1rem 1.25rem;display:flex;flex-direction:column;gap:.6rem}.so-order{border:1.5px solid #e2e8f0;border-radius:12px;overflow:hidden}.so-order__header{display:flex;align-items:center;gap:.6rem;padding:.75rem;cursor:pointer;transition:background .15s}.so-order__header:hover{background:#f8fafc}.so-order__num{font-size:.78rem;font-weight:800;color:#1e293b;min-width:100px}.so-order__meta{display:flex;flex-direction:column;gap:.15rem;flex:1}.so-order__status{display:inline-flex;align-items:center;gap:.25rem;font-size:.65rem;font-weight:700;padding:2px 7px;border-radius:20px;width:fit-content}.so-order__date{font-size:.65rem;color:#94a3b8}.so-order__total{font-size:.85rem;font-weight:800;color:#1e293b;white-space:nowrap}.so-order__chevron{font-size:.6rem;color:#94a3b8;flex-shrink:0}.so-order__body{padding:0 .75rem .75rem;border-top:1px solid #f1f5f9}.so-order__items{display:flex;flex-direction:column;gap:.4rem;margin:.6rem 0}.so-order__item{display:flex;align-items:center;gap:.5rem;background:#f8fafc;border-radius:8px;padding:.5rem;font-size:.75rem}.so-order__item-img{width:36px;height:36px;border-radius:6px;object-fit:cover;flex-shrink:0}.so-order__item div{display:flex;flex-direction:column}.so-order__item strong{color:#1e293b}.so-order__item span{color:#6366f1;font-weight:600}.so-order__info-row{display:flex;gap:.75rem;flex-wrap:wrap;font-size:.72rem;color:#64748b;margin-bottom:.5rem}.so-order__note{background:#fefce8;border-radius:8px;padding:.4rem .65rem;font-size:.72rem;color:#713f12;margin-bottom:.5rem}.so-order__actions{display:flex;gap:.4rem;flex-wrap:wrap}.so-action-btn{padding:.4rem .85rem;border-radius:8px;border:none;font-size:.75rem;font-weight:700;cursor:pointer;font-family:inherit;transition:opacity .15s}.so-action-btn:disabled{opacity:.6;cursor:not-allowed}.so-action-btn--confirm{background:#dcfce7;color:#15803d}.so-action-btn--cancel{background:#fee2e2;color:#dc2626}.so-action-btn--ready{background:#dbeafe;color:#1d4ed8}.so-action-btn--deliver{background:#ede9fe;color:#6d28d9}.so-action-btn--paid{background:#fef9c3;color:#854d0e}.so-loading{padding:2rem;display:flex;justify-content:center}.so-spinner{width:28px;height:28px;border:3px solid #e2e8f0;border-top-color:#6366f1;border-radius:50%;animation:soSpin .8s linear infinite}@keyframes soSpin{to{transform:rotate(360deg)}}.so-empty{padding:2rem;text-align:center;color:#94a3b8;display:flex;flex-direction:column;align-items:center;gap:.5rem}.so-empty p{font-size:.82rem;margin:0}.so-reports{padding:1rem 1.25rem 1.5rem;max-height:70vh;overflow-y:auto;display:flex;flex-direction:column;gap:1.25rem}.so-report-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.6rem}@media (min-width: 480px){.so-report-grid{grid-template-columns:repeat(4,1fr)}}.so-report-card{background:linear-gradient(135deg,#eff6ff,#f5f3ff);border:1.5px solid #c7d2fe;border-radius:12px;padding:.85rem;display:flex;flex-direction:column;gap:.2rem}.so-report-card__label{font-size:.68rem;color:#6366f1;font-weight:700;text-transform:uppercase}.so-report-card__rev{font-size:1.05rem;font-weight:900;color:#1e293b}.so-report-card__rev span{font-size:.65rem;color:#94a3b8}.so-report-card__orders{font-size:.68rem;color:#94a3b8}.so-report-section h4{font-size:.85rem;font-weight:700;color:#374151;margin:0 0 .75rem}.so-breakdown{display:flex;gap:0;border:1.5px solid #e2e8f0;border-radius:12px;overflow:hidden}.so-breakdown__item{flex:1;display:flex;flex-direction:column;align-items:center;padding:.75rem .5rem;gap:.2rem;border-right:1px solid #e2e8f0;font-size:.68rem;color:#64748b}.so-breakdown__item:last-child{border-right:none}[dir=rtl] .so-breakdown__item{border-right:none;border-left:1px solid #e2e8f0}[dir=rtl] .so-breakdown__item:last-child{border-left:none}.so-top-products{display:flex;flex-direction:column;gap:.45rem}.so-top-product{display:flex;align-items:center;gap:.65rem;background:#f8fafc;border-radius:10px;padding:.6rem .75rem}.so-top-product__rank{font-size:.75rem;font-weight:900;color:#94a3b8;min-width:24px}.so-top-product__info{flex:1;display:flex;flex-direction:column;gap:.1rem}.so-top-product__info strong{font-size:.78rem;color:#1e293b}.so-top-product__info span{font-size:.68rem;color:#64748b}.so-top-product__rev{font-size:.78rem;font-weight:700;color:#6366f1;white-space:nowrap}.som-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1002;display:flex;align-items:center;justify-content:center;padding:1rem}.som-modal{background:#fff;border-radius:20px;padding:1.5rem;max-width:420px;width:100%;position:relative;box-shadow:0 24px 64px #00000040;animation:somIn .25s}@keyframes somIn{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.som-close{position:absolute;top:1rem;right:1rem;background:#f1f5f9;border:none;width:30px;height:30px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#64748b}[dir=rtl] .som-close{right:auto;left:1rem}.som-header{display:flex;align-items:center;gap:.6rem;margin-bottom:1.1rem}.som-header h2{font-size:1rem;font-weight:800;color:#1e293b;margin:0}.som-product{display:flex;gap:.75rem;align-items:center;background:#f8fafc;border-radius:10px;padding:.75rem;margin-bottom:1rem}.som-product__img{width:52px;height:52px;border-radius:8px;object-fit:cover;flex-shrink:0}.som-product__info{display:flex;flex-direction:column;gap:.15rem}.som-product__info strong{font-size:.85rem;color:#1e293b}.som-product__price{font-size:.8rem;color:#6366f1;font-weight:700}.som-product__stock{font-size:.68rem;color:#10b981;font-weight:600}.som-group{display:flex;flex-direction:column;gap:.35rem;margin-bottom:.85rem}.som-group label{font-size:.78rem;font-weight:600;color:#374151}.som-qty{display:flex;align-items:center;gap:0;border:1.5px solid #e2e8f0;border-radius:10px;overflow:hidden;width:fit-content}.som-qty button{width:36px;height:36px;border:none;background:#f8fafc;cursor:pointer;font-size:1rem;color:#374151;transition:background .15s}.som-qty button:hover{background:#e2e8f0}.som-qty span{min-width:40px;text-align:center;font-size:1rem;font-weight:700;color:#1e293b}.som-payment-methods{display:flex;gap:.5rem}.som-payment-btn{flex:1;padding:.5rem;border-radius:8px;border:1.5px solid #e2e8f0;background:#fff;font-size:.75rem;font-weight:600;cursor:pointer;font-family:inherit;transition:all .15s}.som-payment-btn--active{background:#eff6ff;border-color:#6366f1;color:#4338ca}.som-textarea{border:1.5px solid #e2e8f0;border-radius:8px;padding:.55rem .75rem;font-size:.8rem;font-family:inherit;resize:none;transition:border-color .15s}.som-textarea:focus{outline:none;border-color:#6366f1}.som-total{display:flex;justify-content:space-between;align-items:center;background:#eff6ff;border-radius:10px;padding:.75rem 1rem;margin-bottom:.85rem}.som-total span{font-size:.82rem;color:#4338ca;font-weight:600}.som-total strong{font-size:1.1rem;color:#3730a3;font-weight:900}.som-btn{width:100%;padding:.75rem;border-radius:12px;font-size:.88rem;font-weight:700;cursor:pointer;border:none;font-family:inherit;transition:opacity .15s}.som-btn:disabled{opacity:.6;cursor:not-allowed}.som-btn--primary{background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff}.som-login-note{text-align:center;font-size:.75rem;color:#f59e0b;margin:.5rem 0 0}.som-success{text-align:center;padding:1rem 0}.som-success h2{font-size:1.2rem;font-weight:800;color:#1e293b;margin:.75rem 0 .5rem}.som-success p{font-size:.8rem;color:#64748b;line-height:1.6;margin-bottom:1.25rem}.som-order-num{background:#eff6ff;color:#4338ca;font-weight:900;font-size:1.1rem;padding:.5rem 1.5rem;border-radius:20px;display:inline-block;margin-bottom:.75rem;letter-spacing:.05em}.dd-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1001;display:flex;align-items:flex-start;justify-content:center;padding:1rem;overflow-y:auto}.dd-modal{background:#fff;border-radius:20px;width:100%;max-width:600px;position:relative;box-shadow:0 24px 64px #0003;animation:ddIn .3s;margin:auto;overflow:hidden}@keyframes ddIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.dd-close{position:absolute;top:1rem;right:1rem;z-index:10;background:#00000014;border:none;width:30px;height:30px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#374151}[dir=rtl] .dd-close{right:auto;left:1rem}.dd-header{display:flex;align-items:center;gap:.75rem;padding:1.1rem 1.25rem .75rem;background:linear-gradient(135deg,#f0fdf4,#eff6ff);border-bottom:1px solid #d1fae5}.dd-header__logo{width:46px;height:46px;border-radius:12px;background:linear-gradient(135deg,#10b981,#059669);display:flex;align-items:center;justify-content:center;color:#fff;overflow:hidden;flex-shrink:0}.dd-header__logo img{width:100%;height:100%;object-fit:cover}.dd-header__info{flex:1}.dd-header__info h2{font-size:.95rem;font-weight:800;color:#1e293b;margin:0 0 .15rem}.dd-verified{background:linear-gradient(135deg,#10b981,#059669);color:#fff;font-size:.62rem;font-weight:700;padding:2px 8px;border-radius:20px}.dd-online-btn{display:flex;align-items:center;gap:.3rem;padding:.4rem .85rem;border-radius:20px;border:2px solid;font-size:.72rem;font-weight:700;cursor:pointer;font-family:inherit;transition:all .2s;white-space:nowrap}.dd-online-btn--on{background:#dcfce7;border-color:#86efac;color:#15803d}.dd-online-btn--off{background:#f1f5f9;border-color:#cbd5e1;color:#64748b}.dd-stats{display:flex;border-bottom:1px solid #f1f5f9}.dd-stat{flex:1;display:flex;flex-direction:column;align-items:center;padding:.6rem 0;gap:.1rem;border-right:1px solid #f1f5f9}.dd-stat:last-child{border-right:none}[dir=rtl] .dd-stat{border-right:none;border-left:1px solid #f1f5f9}[dir=rtl] .dd-stat:last-child{border-left:none}.dd-stat span{font-size:1rem;font-weight:900;color:#1e293b}.dd-stat small{font-size:.62rem;color:#94a3b8}.dd-tabs{display:flex;border-bottom:2px solid #f1f5f9}.dd-tab{flex:1;padding:.6rem;border:none;background:none;font-size:.75rem;font-weight:600;color:#94a3b8;cursor:pointer;font-family:inherit;border-bottom:2px solid transparent;margin-bottom:-2px}.dd-tab--active{color:#10b981;border-bottom-color:#10b981}.dd-list{max-height:60vh;overflow-y:auto;padding:.75rem;display:flex;flex-direction:column;gap:.6rem}.dd-request{border:1.5px solid #e2e8f0;border-radius:12px;overflow:hidden;transition:border-color .2s}.dd-request--open{animation:ddPulse 2s ease-in-out infinite}@keyframes ddPulse{0%,to{box-shadow:0 0 #f59e0b00}50%{box-shadow:0 0 0 4px #f59e0b26}}.dd-request__header{display:flex;align-items:center;gap:.6rem;padding:.75rem;cursor:pointer;transition:background .15s}.dd-request__header:hover{background:#f8fafc}.dd-request__num{font-size:.72rem;font-weight:800;color:#1e293b}.dd-request__time{font-size:.62rem;color:#94a3b8;display:flex;align-items:center;gap:.2rem;margin-top:.1rem}.dd-request__route{flex:1;display:flex;align-items:center;gap:.3rem;font-size:.68rem;color:#64748b;flex-wrap:wrap}.dd-arrow{color:#10b981;font-weight:700}.dd-request__right{display:flex;flex-direction:column;align-items:flex-end;gap:.15rem}.dd-request__status{font-size:.65rem;font-weight:700;padding:2px 7px;border-radius:20px}.dd-request__fee{font-size:.72rem;font-weight:700;color:#10b981}.dd-chevron{font-size:.55rem;color:#94a3b8;flex-shrink:0}.dd-request__body{padding:0 .75rem .75rem;border-top:1px solid #f1f5f9}.dd-address-row{display:grid;grid-template-columns:1fr auto 1fr;gap:.5rem;margin:.65rem 0;align-items:start}.dd-address__divider{color:#10b981;font-weight:900;font-size:1.2rem;padding-top:1rem}.dd-address{display:flex;flex-direction:column;gap:.2rem}.dd-address__title{font-size:.65rem;color:#94a3b8;font-weight:600}.dd-address__name{font-size:.78rem;font-weight:700;color:#1e293b}.dd-address__addr{font-size:.7rem;color:#64748b;line-height:1.3}.dd-wa-btn{display:inline-flex;align-items:center;gap:.25rem;background:#dcfce7;color:#15803d;border-radius:20px;padding:3px 8px;font-size:.65rem;font-weight:700;text-decoration:none;margin-top:.2rem;width:fit-content}.dd-package-info{display:flex;align-items:center;gap:.4rem;background:#f8fafc;border-radius:8px;padding:.45rem .65rem;font-size:.72rem;color:#374151;margin-bottom:.4rem}.dd-fragile{background:#fef3c7;color:#92400e;border-radius:6px;padding:1px 6px;font-weight:700}.dd-note{background:#fefce8;border-radius:8px;padding:.4rem .65rem;font-size:.72rem;color:#713f12;margin-bottom:.4rem}.dd-payment-info{display:flex;justify-content:space-between;align-items:center;font-size:.72rem;color:#64748b;margin-bottom:.6rem}.dd-fee{font-weight:800;color:#10b981;font-size:.85rem}.dd-actions{display:flex;gap:.4rem;flex-wrap:wrap}.dd-action-btn{padding:.45rem 1rem;border-radius:8px;border:none;font-size:.78rem;font-weight:700;cursor:pointer;font-family:inherit;transition:opacity .15s,transform .15s}.dd-action-btn:hover{opacity:.85;transform:translateY(-1px)}.dd-action-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.dd-action-btn--accept{background:linear-gradient(135deg,#10b981,#059669);color:#fff;flex:1}.dd-action-btn--pickup{background:#dbeafe;color:#1d4ed8}.dd-action-btn--deliver{background:#dcfce7;color:#15803d}.dd-action-btn--cancel{background:#fee2e2;color:#dc2626}.dd-empty{padding:2.5rem;text-align:center;color:#94a3b8;display:flex;flex-direction:column;align-items:center;gap:.5rem}.dd-empty p{margin:0;font-size:.85rem}.dd-empty small{font-size:.72rem}.dd-loading{padding:3rem;display:flex;justify-content:center}.dd-spinner{width:28px;height:28px;border:3px solid #e2e8f0;border-top-color:#10b981;border-radius:50%;animation:ddSpin .8s linear infinite}@keyframes ddSpin{to{transform:rotate(360deg)}}.dd-no-company{padding:3rem;text-align:center;color:#94a3b8}.dd-no-company span{font-size:3rem}.dd-no-company h3{color:#374151;margin:.5rem 0 .25rem}.drm-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1100;background:#0000008c;display:flex;align-items:center;justify-content:center;padding:1rem;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.drm-modal{background:#fff;border-radius:16px;width:100%;max-width:640px;max-height:90vh;overflow-y:auto;padding:1.5rem;display:flex;flex-direction:column;gap:0;box-shadow:0 20px 60px #0003}.drm-close{position:absolute;top:1rem;right:1rem;background:#f1f5f9;border:none;border-radius:8px;width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#64748b}[dir=rtl] .drm-close{right:auto;left:1rem}.drm-close:hover{background:#e2e8f0}.drm-header{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:1.25rem;padding-top:.25rem}.drm-header h2{margin:0;font-size:1.1rem;font-weight:700;color:#1e293b}.drm-header p{margin:.2rem 0 0;font-size:.8rem;color:#64748b}.drm-form{display:flex;flex-direction:column;gap:.75rem}.drm-error{background:#fee2e2;color:#991b1b;padding:.6rem .9rem;border-radius:8px;font-size:.85rem}.drm-section-title{font-size:.78rem;font-weight:700;color:#6366f1;text-transform:uppercase;letter-spacing:.05em;margin-top:.5rem;padding-top:.5rem;border-top:1px solid #f1f5f9}.drm-row{display:flex;gap:.75rem}@media (max-width: 480px){.drm-row{flex-direction:column}}.drm-group{display:flex;flex-direction:column;gap:.35rem;flex:1}.drm-group label{font-size:.8rem;font-weight:600;color:#374151}.drm-req{color:#ef4444}.drm-group input,.drm-group select,.drm-group textarea{border:1.5px solid #e2e8f0;border-radius:8px;padding:.55rem .75rem;font-size:.88rem;font-family:inherit;color:#1e293b;outline:none;transition:border-color .15s}.drm-group input:focus,.drm-group select:focus,.drm-group textarea:focus{border-color:#6366f1}.drm-textarea{resize:vertical;min-height:70px}.drm-areas-grid{display:flex;flex-wrap:wrap;gap:.4rem}.drm-area-chip{padding:.3rem .75rem;border-radius:999px;font-size:.78rem;font-weight:600;cursor:pointer;-webkit-user-select:none;user-select:none;background:#f1f5f9;color:#475569;border:1.5px solid #e2e8f0;transition:all .15s}.drm-area-chip.selected{background:#ede9fe;color:#6366f1;border-color:#c4b5fd}.drm-upload-btn{display:flex;align-items:center;gap:.5rem;padding:.55rem .9rem;border-radius:8px;border:1.5px dashed #c4b5fd;color:#6366f1;background:#faf5ff;cursor:pointer;font-size:.85rem;font-weight:600;width:fit-content}.drm-btn{border:none;border-radius:10px;padding:.8rem 1.5rem;font-size:.9rem;font-weight:700;cursor:pointer;font-family:inherit;transition:all .15s}.drm-btn--primary{background:linear-gradient(135deg,#10b981,#059669);color:#fff;width:100%}.drm-btn--primary:hover{opacity:.9}.drm-btn--primary:disabled{opacity:.6;cursor:not-allowed}.drm-success{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:1.5rem 1rem;text-align:center}.drm-success h2{margin:0;font-size:1.2rem;font-weight:800;color:#1e293b}.drm-success p{margin:0;color:#475569;font-size:.9rem;line-height:1.6;max-width:400px}.drm-success-steps{display:flex;flex-direction:column;gap:.6rem;width:100%;max-width:380px;text-align:start}.drm-step{display:flex;align-items:center;gap:.75rem;padding:.6rem .9rem;background:#f8fafc;border-radius:10px;border:1px solid #e2e8f0}.drm-step__num{width:24px;height:24px;border-radius:50%;background:#6366f1;color:#fff;font-size:.75rem;font-weight:800;display:flex;align-items:center;justify-content:center;flex-shrink:0}.drm-step span:last-child{font-size:.83rem;color:#374151;font-weight:500}*{margin:0;padding:0;box-sizing:border-box}:root{--primary: #2563eb;--primary-hover: #1d4ed8;--secondary: #10b981;--danger: #ef4444;--warning: #f59e0b;--bg: #ffffff;--bg-secondary: #f8fafc;--bg-tertiary: #f1f5f9;--text: #0f172a;--text-secondary: #64748b;--text-light: #94a3b8;--border: #e2e8f0;--border-light: #f1f5f9;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .05);--shadow: 0 4px 6px rgba(0, 0, 0, .07);--shadow-lg: 0 10px 25px rgba(0, 0, 0, .1);--font-body: "DM Sans", -apple-system, sans-serif;--font-heading: "Outfit", -apple-system, sans-serif}body{font-family:var(--font-body);background:var(--bg-secondary);color:var(--text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}html{overflow-x:hidden}.app{min-height:100vh;background:var(--bg-secondary)}.rtl{direction:rtl}.error-alert{background:#fee2e2;border:1px solid #fca5a5;border-radius:.75rem;padding:1rem 1.25rem;display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem;color:#991b1b;font-weight:500;box-shadow:var(--shadow-sm)}.error-alert svg{flex-shrink:0}.error-alert span{flex:1}.error-alert button{background:transparent;border:none;cursor:pointer;padding:.25rem;color:#991b1b;display:flex;align-items:center;transition:opacity .2s}.error-alert button:hover{opacity:.7}.location-banner{background:linear-gradient(135deg,#dbeafe,#bfdbfe);border:1px solid #93c5fd;border-radius:1rem;padding:1.25rem 1.5rem;display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem;box-shadow:var(--shadow-sm)}.country-flag{font-size:2.5rem;line-height:1}.location-info{display:flex;flex-direction:column;gap:.25rem;flex:1}.location-info strong{font-size:1.125rem;color:var(--text);font-weight:600}.location-info span{font-size:.875rem;color:var(--text-secondary)}.change-location-btn{background:#fff;border:1px solid var(--border);border-radius:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;color:var(--text-secondary);cursor:pointer;transition:all .2s}.change-location-btn:hover{background:var(--bg-tertiary);color:var(--text)}.location-permission-card{background:linear-gradient(135deg,#fef3c7,#fde68a);border:2px solid #fbbf24;border-radius:1.25rem;padding:2rem;margin-bottom:1.5rem;text-align:center}.permission-icon{font-size:4rem;margin-bottom:1rem;animation:pulse 2s infinite}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.permission-content h3{font-size:1.5rem;font-weight:700;color:var(--text);margin-bottom:.5rem}.permission-content p{color:var(--text-secondary);margin-bottom:1.5rem;line-height:1.6}.manual-location-selector{background:#fff;padding:1.5rem;border-radius:.75rem;margin-bottom:1rem;box-shadow:var(--shadow-sm)}.manual-location-selector label{display:block;font-size:.875rem;font-weight:600;color:var(--text);margin-bottom:.5rem;text-align:left}.country-select{width:100%;padding:.875rem 1rem;border:1px solid var(--border);border-radius:.5rem;font-size:1rem;font-family:var(--font-body);background:#fff;cursor:pointer;transition:all .2s}.country-select:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #2563eb1a}.retry-location-btn{background:var(--primary);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:.5rem;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;gap:.5rem;transition:all .2s;margin-bottom:1rem}.retry-location-btn:hover{background:var(--primary-hover);transform:translateY(-1px)}.location-help{background:#fff;border-radius:.5rem;padding:1rem;margin-top:1rem;text-align:left;cursor:pointer}.location-help summary{font-weight:600;color:var(--primary);cursor:pointer;-webkit-user-select:none;user-select:none}.help-content{margin-top:1rem;padding-top:1rem;border-top:1px solid var(--border)}.help-content p{margin:.75rem 0;font-size:.875rem;color:var(--text-secondary);line-height:1.5}.help-content strong{color:var(--text)}.location-detecting{background:var(--bg-tertiary);border:1px solid var(--border);border-radius:1rem;padding:1.25rem;display:flex;align-items:center;justify-content:center;gap:.75rem;margin-bottom:1.5rem;color:var(--text-secondary)}.spin{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.ai-toggle-section{background:linear-gradient(135deg,#f0f9ff,#e0f2fe);border:2px solid #bae6fd;border-radius:12px;padding:1rem;margin-bottom:1.5rem}.ai-toggle-header{display:flex;align-items:center;gap:1rem}.ai-icon{font-size:2rem;flex-shrink:0}.ai-toggle-text{flex:1}.ai-toggle-text strong{display:block;color:var(--text);font-size:1rem;margin-bottom:.25rem}.ai-description{font-size:.875rem;color:var(--text-secondary);margin:0}.ai-disclaimer{font-size:.75rem;color:#92400e;background:#fef3c7;border-radius:6px;padding:.4rem .6rem;margin:.5rem 0 0;line-height:1.4}.toggle-switch{position:relative;display:inline-block;width:52px;height:28px;flex-shrink:0;cursor:pointer}.toggle-slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#cbd5e1;transition:.3s;border-radius:28px}.toggle-slider:before{position:absolute;content:"";height:20px;width:20px;left:4px;bottom:4px;background-color:#fff;transition:.3s;border-radius:50%;box-shadow:0 2px 4px #0003}.toggle-switch input:checked+.toggle-slider{background:linear-gradient(135deg,var(--primary) 0%,#1d4ed8 100%)}.toggle-switch input:checked+.toggle-slider:before{transform:translate(24px)}.toggle-switch input:focus+.toggle-slider{box-shadow:0 0 0 4px #2563eb1a}.otp-modal{max-width:440px}.otp-modal-body{padding:2rem;text-align:center}.otp-icon{width:80px;height:80px;background:linear-gradient(135deg,#dbeafe,#bfdbfe);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;color:var(--primary)}.otp-modal-body h2{font-size:1.5rem;font-weight:700;color:var(--text);margin-bottom:.5rem;font-family:var(--font-heading)}.otp-subtitle{color:var(--text-secondary);margin-bottom:2rem;line-height:1.6}.otp-subtitle strong{color:var(--primary);font-weight:600}.otp-error{background:#fee2e2;border:1px solid #fca5a5;border-radius:.5rem;padding:.75rem 1rem;display:flex;align-items:center;gap:.5rem;margin-bottom:1.5rem;color:#991b1b;font-size:.875rem}.otp-input-group{margin-bottom:1.5rem}.otp-input{width:100%;font-size:2rem;font-weight:700;text-align:center;letter-spacing:.5rem;padding:1rem;border:2px solid var(--border);border-radius:.75rem;font-family:var(--font-heading);transition:all .2s}.otp-input:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 4px #2563eb1a}.otp-input::placeholder{color:var(--border);letter-spacing:.5rem}.verify-btn{width:100%;background:linear-gradient(135deg,var(--primary) 0%,#1d4ed8 100%);color:#fff;border:none;padding:1rem;border-radius:.75rem;font-weight:600;font-size:1rem;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;gap:.5rem;margin-bottom:1rem;font-family:var(--font-body);box-shadow:0 2px 8px #2563eb40}.verify-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #2563eb59}.verify-btn:disabled{opacity:.5;cursor:not-allowed;transform:none}.resend-btn{background:transparent;border:none;color:var(--primary);font-weight:500;cursor:pointer;padding:.75rem;font-size:.9375rem;transition:all .2s;font-family:var(--font-body)}.resend-btn:hover:not(:disabled){color:var(--primary-hover);text-decoration:underline}.resend-btn:disabled{opacity:.5;cursor:not-allowed}.item-time{display:flex;align-items:center;gap:.375rem;color:var(--text-light);font-size:.8125rem}.item-time svg{flex-shrink:0}.item-meta{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.modal-time{display:flex;align-items:center;gap:.5rem;color:var(--text-secondary);font-size:.875rem;margin-bottom:1rem;padding:.75rem;background:var(--bg-tertiary);border-radius:.5rem}.modal-time svg{color:var(--primary)}@media (max-width: 480px){.otp-modal{max-width:100%;margin:1rem}.otp-input{font-size:1.75rem;letter-spacing:.4rem}}.header{background:#fff;border-bottom:1px solid var(--border);position:sticky;top:0;z-index:100;box-shadow:0 1px 3px #0000000f}.header-content{max-width:1200px;margin:0 auto;padding:1.125rem 1.5rem;display:flex;justify-content:space-between;align-items:center}.logo{font-family:var(--font-heading);font-size:1.875rem;font-weight:700;background:linear-gradient(135deg,var(--primary) 0%,#1d4ed8 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:-.02em}.header-actions{display:flex;gap:.5rem;align-items:center;flex-shrink:0}.header-desktop-only{display:flex;gap:.5rem;align-items:center}.dropdown-mobile-only{display:none!important}.icon-btn{background:var(--bg-tertiary);border:none;border-radius:.5rem;width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;color:var(--text-secondary)}.icon-btn:hover{background:var(--border);color:var(--text)}.sell-btn{background:linear-gradient(135deg,var(--primary) 0%,#1d4ed8 100%);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:.625rem;font-weight:600;font-size:.9375rem;cursor:pointer;transition:all .2s;font-family:var(--font-body);box-shadow:0 2px 8px #2563eb40}.sell-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #2563eb59}.sell-btn:active{transform:translateY(0)}.main{max-width:1200px;margin:0 auto;padding:2rem 1.5rem}.search-section{display:flex;gap:.75rem;margin-bottom:1.5rem}.search-bar{flex:1;display:flex;align-items:center;gap:.75rem;background:var(--bg);border:1px solid var(--border);border-radius:.75rem;padding:.875rem 1.125rem;transition:all .2s}.search-bar:focus-within{border-color:var(--primary);box-shadow:0 0 0 3px #2563eb1a}.search-bar svg{color:var(--text-secondary);flex-shrink:0}.search-bar input{flex:1;border:none;outline:none;font-size:.9375rem;background:transparent;color:var(--text);font-family:var(--font-body)}.search-bar input::placeholder{color:var(--text-light)}.filter-btn{background:var(--bg);border:1px solid var(--border);border-radius:.75rem;padding:.875rem 1.25rem;display:flex;align-items:center;gap:.5rem;cursor:pointer;font-weight:500;color:var(--text);transition:all .2s;font-family:var(--font-body);white-space:nowrap}.filter-btn:hover{border-color:var(--primary);color:var(--primary)}.filters-panel{background:var(--bg);border:1px solid var(--border);border-radius:1rem;padding:1.5rem;margin-bottom:1.5rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.25rem;box-shadow:var(--shadow-sm)}.filter-group{display:flex;flex-direction:column;gap:.5rem}.filter-group label{font-size:.875rem;font-weight:600;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.025em}.filter-group select,.filter-group input{background:var(--bg-tertiary);border:1px solid var(--border-light);border-radius:.5rem;padding:.625rem .875rem;font-size:.9375rem;color:var(--text);transition:all .2s;font-family:var(--font-body)}.filter-group select:focus,.filter-group input:focus{outline:none;border-color:var(--primary);background:var(--bg)}.price-inputs{display:flex;align-items:center;gap:.5rem}.price-inputs input{flex:1}.price-inputs span{color:var(--text-secondary)}.reset-btn{background:var(--bg-tertiary);border:1px solid var(--border);border-radius:.5rem;padding:.625rem 1rem;font-weight:500;color:var(--text-secondary);cursor:pointer;transition:all .2s;font-family:var(--font-body)}.reset-btn:hover{background:var(--border);color:var(--text)}.filter-actions{display:flex;gap:.625rem;align-items:center;grid-column:1 / -1}.apply-filters-btn{flex:1;background:var(--primary);color:#fff;border:none;border-radius:.5rem;padding:.625rem 1.25rem;font-weight:700;font-size:.9rem;cursor:pointer;transition:background .2s;font-family:var(--font-body)}.apply-filters-btn:hover{background:var(--primary-hover)}.search-go-btn{background:var(--primary);color:#fff;border:none;border-radius:.75rem;padding:.875rem 1.25rem;font-weight:700;font-size:.9rem;cursor:pointer;transition:background .2s;font-family:var(--font-body);white-space:nowrap;flex-shrink:0}.search-go-btn:hover{background:var(--primary-hover)}.search-clear-btn{background:none;border:none;cursor:pointer;color:var(--text-light);padding:2px;display:flex;align-items:center;border-radius:50%;transition:color .15s;flex-shrink:0}.search-clear-btn:hover{color:var(--text)}.filter-active-dot{width:7px;height:7px;background:#ef4444;border-radius:50%;display:inline-block;margin-left:2px}.search-results-bar{display:flex;align-items:center;justify-content:space-between;padding:.625rem .875rem;background:#eff6ff;border:1px solid #bfdbfe;border-radius:10px;margin-bottom:1rem;font-size:.875rem;color:#1e40af;gap:.5rem}.search-results-bar strong{font-weight:700}.search-results-bar button{display:flex;align-items:center;gap:.25rem;background:none;border:none;color:#2563eb;font-size:.8rem;font-weight:600;cursor:pointer;padding:2px 6px;border-radius:6px;white-space:nowrap;font-family:var(--font-body);transition:background .15s}.search-results-bar button:hover{background:#2563eb1a}.rtl .filter-active-dot{margin-left:0;margin-right:2px}.rtl .search-results-bar{direction:rtl}@media (max-width: 480px){.search-go-btn{padding:.875rem;font-size:.85rem}}.featured-section{margin-bottom:3rem}.featured-header{text-align:center;margin-bottom:2rem}.featured-header h2{font-size:2rem;margin:0 0 .5rem;background:linear-gradient(135deg,#f59e0b,#d97706);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.featured-header p{color:var(--text-secondary);font-size:.95rem;margin:0}.featured-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;margin-bottom:2rem}.featured-card{border:2px solid #f59e0b;box-shadow:0 4px 12px #f59e0b26;position:relative}.featured-card:hover{border-color:#d97706;box-shadow:0 12px 24px #f59e0b40}.featured-badge{position:absolute;top:.75rem;left:.75rem;background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;padding:.375rem .75rem;border-radius:20px;font-size:.75rem;font-weight:700;z-index:2;box-shadow:0 2px 8px #0003}.items-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;margin-bottom:3rem}.item-card{background:var(--bg);border:1px solid var(--border);border-radius:1.25rem;overflow:hidden;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 1px 3px #0000000d}.item-card:hover{transform:translateY(-6px);box-shadow:0 12px 24px #0000001f;border-color:var(--primary)}.item-card:active{transform:translateY(-4px)}.item-image{position:relative;width:100%;aspect-ratio:4/3;overflow:hidden;background:var(--bg-tertiary)}.item-image img{width:100%;height:100%;object-fit:cover}.condition-badge{position:absolute;top:.75rem;right:.75rem;background:var(--bg);padding:.375rem .75rem;border-radius:.5rem;font-size:.75rem;font-weight:600;color:var(--text);box-shadow:var(--shadow)}.item-info{padding:1.125rem}.item-info h3{font-size:1.0625rem;font-weight:600;color:var(--text);margin-bottom:.5rem;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.item-price{font-size:1.5rem;font-weight:700;color:var(--primary);margin-bottom:.75rem;font-family:var(--font-heading)}.item-meta{display:flex;align-items:center;gap:.5rem}.item-location{display:flex;align-items:center;gap:.375rem;color:var(--text-secondary);font-size:.875rem}.item-location svg{flex-shrink:0}.loading,.empty-state{text-align:center;padding:4rem 1rem;color:var(--text-secondary)}.empty-state p{font-size:1.125rem;font-weight:500;margin-bottom:.5rem}.empty-hint{font-size:.9375rem;color:var(--text-light)}.support-section{background:linear-gradient(135deg,#fef3c7,#fde68a);border:2px solid #fbbf24;border-radius:1rem;padding:2rem;display:flex;align-items:center;gap:1.5rem;margin-top:3rem}.support-icon{color:#dc2626;flex-shrink:0}.support-content{flex:1}.support-content h3{font-size:1.25rem;font-weight:700;color:var(--text);margin-bottom:.375rem;font-family:var(--font-heading)}.support-content p{color:var(--text-secondary);font-size:.9375rem}.donate-btn{background:var(--text);color:#fff;border:none;padding:.875rem 1.75rem;border-radius:.75rem;font-weight:600;font-size:.9375rem;cursor:pointer;transition:all .2s;text-decoration:none;display:inline-block;font-family:var(--font-body)}.donate-btn:hover{transform:translateY(-2px);box-shadow:var(--shadow-lg)}.sell-view{max-width:640px}.sell-header{display:flex;align-items:center;gap:1rem;margin-bottom:2rem}.back-btn{background:var(--bg);border:1px solid var(--border);border-radius:.75rem;width:3rem;height:3rem;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;flex-shrink:0}.back-btn:hover{background:var(--border)}.sell-header h2{font-size:1.75rem;font-weight:700;color:var(--text);font-family:var(--font-heading)}.sell-form{background:var(--bg);border:1px solid var(--border);border-radius:1rem;padding:2rem;box-shadow:var(--shadow-sm)}.photo-upload{margin-bottom:2rem}.upload-area{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;padding:3rem;background:var(--bg-tertiary);border:2px dashed var(--border);border-radius:1rem;cursor:pointer;transition:all .2s}.upload-area:hover{border-color:var(--primary);background:var(--bg-secondary)}.upload-area svg{color:var(--text-secondary)}.upload-area p{font-weight:500;color:var(--text-secondary)}.upload-area input{display:none}.photo-preview{position:relative;border-radius:1rem;overflow:hidden;aspect-ratio:4/3;background:var(--bg-tertiary)}.photo-preview img{width:100%;height:100%;object-fit:cover}.analyzing-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#000000bf;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600}.form-group{margin-bottom:1.5rem}.form-group label{display:block;font-size:.875rem;font-weight:600;color:var(--text);margin-bottom:.5rem}.required{color:var(--danger)}.form-group input,.form-group textarea,.form-group select{width:100%;background:var(--bg-tertiary);border:1px solid var(--border-light);border-radius:.5rem;padding:.75rem 1rem;font-size:.9375rem;color:var(--text);transition:all .2s;font-family:var(--font-body)}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{outline:none;border-color:var(--primary);background:var(--bg)}.form-group textarea{resize:vertical;min-height:100px}.price-input,.whatsapp-input{display:flex;align-items:center;gap:.75rem;background:var(--bg-tertiary);border:1px solid var(--border-light);border-radius:.5rem;padding:.75rem 1rem;transition:all .2s;position:relative}.whatsapp-input.verified-phone{background:#ecfdf5;border-color:#10b981}.verified-field{cursor:not-allowed!important;color:var(--text-primary)!important;font-weight:500}.verified-badge{position:absolute;right:1rem;background:#10b981;color:#fff;padding:.25rem .625rem;border-radius:12px;font-size:.75rem;font-weight:600;display:flex;align-items:center;gap:.25rem}.verified-hint{color:#059669!important;font-weight:500}.price-input:focus-within,.whatsapp-input:focus-within{border-color:var(--primary);background:var(--bg);box-shadow:0 0 0 3px #2563eb1a}.whatsapp-input.verified-phone:focus-within{background:#ecfdf5;border-color:#10b981;box-shadow:0 0 0 3px #10b9811a}.price-input svg,.whatsapp-input svg{color:var(--text-secondary);flex-shrink:0}.whatsapp-input.verified-phone svg{color:#10b981}.price-input input,.whatsapp-input input{border:none;background:transparent;padding:0;flex:1;font-size:1rem}.currency-symbol{font-size:1.125rem;font-weight:600;color:var(--primary);flex-shrink:0}.currency-code{font-size:.875rem;font-weight:500;color:var(--text-secondary);flex-shrink:0;padding:.25rem .5rem;background:var(--bg-secondary);border-radius:.375rem}.input-hint{display:block;margin-top:.375rem;font-size:.8125rem;color:var(--text-light)}.location-display{display:flex;align-items:center;gap:.75rem;background:var(--bg-tertiary);border:1px solid var(--border-light);border-radius:.5rem;padding:.75rem 1rem;color:var(--text-secondary)}.location-display svg{flex-shrink:0}.post-btn{width:100%;background:var(--primary);color:#fff;border:none;padding:1rem;border-radius:.75rem;font-weight:600;font-size:1rem;cursor:pointer;transition:all .2s;margin-top:1rem;font-family:var(--font-body)}.post-btn:hover:not(:disabled){background:var(--primary-hover);transform:translateY(-2px);box-shadow:var(--shadow-lg)}.post-btn:disabled{opacity:.5;cursor:not-allowed}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.modal-content{background:var(--bg);border-radius:1.25rem;max-width:600px;width:100%;max-height:90vh;overflow-y:auto;position:relative;box-shadow:0 20px 40px #0003}.modal-close{position:absolute;top:1rem;right:1rem;background:var(--bg);border:none;border-radius:.5rem;width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;box-shadow:var(--shadow);transition:all .2s}.modal-close:hover{background:var(--border)}.modal-image{width:100%;aspect-ratio:4/3;object-fit:cover;background:var(--bg-tertiary)}.modal-body{padding:2rem}.modal-header{margin-bottom:1rem}.modal-header h2{font-size:1.75rem;font-weight:700;color:var(--text);margin-bottom:.75rem;font-family:var(--font-heading)}.modal-price{font-size:2rem;font-weight:700;color:var(--primary);font-family:var(--font-heading);display:flex;align-items:baseline;gap:.5rem}.currency-label{font-size:1rem;font-weight:500;color:var(--text-secondary)}.modal-tags{display:flex;gap:.5rem;margin-bottom:1.5rem}.tag{background:var(--bg-tertiary);padding:.5rem 1rem;border-radius:.5rem;font-size:.875rem;font-weight:500;color:var(--text-secondary)}.modal-description{color:var(--text-secondary);line-height:1.6;margin-bottom:1.5rem}.modal-location{display:flex;align-items:center;gap:.5rem;color:var(--text-secondary);margin-bottom:1.5rem;padding:.875rem;background:var(--bg-tertiary);border-radius:.5rem}.whatsapp-btn{display:flex;align-items:center;justify-content:center;gap:.75rem;background:#25d366;color:#fff;border:none;padding:1rem;border-radius:.75rem;font-weight:600;font-size:1rem;cursor:pointer;transition:all .2s;text-decoration:none;font-family:var(--font-body)}.whatsapp-btn:hover{background:#20ba5a;transform:translateY(-2px);box-shadow:var(--shadow-lg)}.whatsapp-btn--unavailable{background:#f1f5f9;color:#94a3b8;cursor:default;font-size:.85rem}.whatsapp-btn--unavailable:hover{background:#f1f5f9;transform:none;box-shadow:none}@media (max-width: 768px){.header-content{padding:.75rem 1rem;gap:.5rem}.logo{font-size:1.375rem;flex-shrink:0}.header-desktop-only{display:none}.dropdown-mobile-only{display:flex!important}.icon-btn{width:2.25rem;height:2.25rem;font-size:.95rem}.user-btn-name{display:none}.sell-btn{padding:.6rem .875rem;font-size:.875rem}.header-actions{gap:.375rem}.main{padding:1.5rem 1rem}.search-section{flex-wrap:wrap;gap:.625rem}.search-bar{flex:1;min-width:0}.search-go-btn{flex-shrink:0}.filter-btn{width:100%;justify-content:center;order:3}.filters-panel{grid-template-columns:1fr}.filter-group select,.filter-group input{width:100%}.filter-actions{flex-direction:column}.apply-filters-btn,.reset-btn{width:100%;text-align:center;justify-content:center}.items-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1rem}.support-section{flex-direction:column;text-align:center}.sell-form{padding:1.5rem}}@media (max-width: 480px){.items-grid{grid-template-columns:1fr}}.login-btn{background:var(--primary);color:#fff;padding:.625rem 1.25rem;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s}.login-btn:hover{background:var(--primary-dark);transform:translateY(-1px)}.user-menu{position:relative}.user-btn{background:var(--bg-secondary);color:var(--text-primary);padding:.625rem 1rem;border:none;border-radius:8px;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:.5rem;transition:all .2s}.user-btn:hover{background:var(--bg-tertiary)}.user-dropdown{position:absolute;top:100%;right:0;background:#fff;border-radius:12px;box-shadow:var(--shadow-lg);min-width:200px;opacity:0;visibility:hidden;pointer-events:none;transform:translateY(-6px);transition:opacity .15s ease,transform .15s ease,visibility 0s linear .15s;z-index:100;margin-top:0;padding-top:8px;display:flex;flex-direction:column}.user-dropdown:before{content:"";position:absolute;top:-8px;left:0;right:0;height:8px}.user-menu:hover .user-dropdown,.user-menu:focus-within .user-dropdown,.user-menu--open .user-dropdown{opacity:1;visibility:visible;pointer-events:all;transform:translateY(0);transition:opacity .15s ease,transform .15s ease,visibility 0s linear 0s}.user-dropdown button{padding:.875rem 1rem;border:none;background:transparent;text-align:left;cursor:pointer;display:flex;align-items:center;gap:.5rem;font-size:.95rem;color:var(--text-primary);transition:all .2s;white-space:nowrap}.user-dropdown button:first-child{border-radius:12px 12px 0 0}.user-dropdown button:last-child{border-radius:0 0 12px 12px}.user-dropdown button:hover{background:var(--bg-secondary)}.user-dropdown .logout-btn{color:#dc2626;border-top:1px solid var(--border)}.user-dropdown .logout-btn:hover{background:#fee2e2}.app-loading{width:100vw;height:100vh;display:flex;align-items:center;justify-content:center;background:var(--bg-primary)}.loading-spinner{display:flex;flex-direction:column;align-items:center;gap:1rem;color:var(--primary)}.loading-spinner p{font-weight:600;color:var(--text-secondary)}.modal-seller-btn{display:flex;align-items:center;gap:.75rem;width:100%;padding:.875rem 1rem;background:linear-gradient(135deg,#eff6ff,#f5f3ff);border:1.5px solid #c7d2fe;border-radius:14px;cursor:pointer;margin:.75rem 0;transition:all .2s;text-align:left}.modal-seller-btn:hover{background:linear-gradient(135deg,#dbeafe,#ede9fe);border-color:#818cf8;transform:translateY(-1px);box-shadow:0 4px 12px #6366f126}.modal-seller-avatar{width:42px;height:42px;border-radius:50%;background:linear-gradient(135deg,#2563eb,#7c3aed);color:#fff;font-size:1.125rem;font-weight:800;display:flex;align-items:center;justify-content:center;flex-shrink:0}.modal-seller-info{display:flex;flex-direction:column;gap:2px}.modal-seller-name{font-size:.875rem;font-weight:700;color:#1e293b}.modal-seller-sub{font-size:.75rem;color:#6366f1;font-weight:500}.item-wishlist-btn{position:absolute;bottom:8px;right:8px;top:auto;background:#ffffffe6;border:none;border-radius:50%;width:34px;height:34px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:16px;box-shadow:0 2px 8px #00000026;transition:transform .2s,background .2s;opacity:.7;z-index:2}.item-card:hover .item-wishlist-btn{opacity:1}.item-wishlist-btn:hover{transform:scale(1.2)}.item-wishlist-btn.wishlisted{opacity:1;background:#fff0f3}.modal-header__actions{display:flex;align-items:center;justify-content:space-between;gap:1rem}.modal-wishlist-btn{display:flex;align-items:center;gap:4px;padding:.4rem .875rem;background:#fff0f3;border:1.5px solid #fecdd3;border-radius:20px;cursor:pointer;font-size:.8125rem;font-weight:600;color:#e11d48;transition:all .15s;white-space:nowrap}.modal-wishlist-btn:hover{background:#ffe4e6}.modal-wishlist-btn.wishlisted{background:#e11d48;color:#fff;border-color:#e11d48}.icon-btn__badge{position:absolute;top:-4px;right:-4px;background:#e11d48;color:#fff;font-size:.5625rem;font-weight:800;border-radius:50%;width:16px;height:16px;display:flex;align-items:center;justify-content:center;border:2px solid #fff}.item-card,.featured-card{position:relative}.item-auction-badge{position:absolute;top:8px;left:8px;background:#0f172ad9;border-radius:20px;padding:4px 10px;display:flex;align-items:center;gap:4px;font-size:.75rem;font-weight:700;cursor:pointer;z-index:2;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);transition:background .15s}.item-auction-badge:hover{background:#0f172af2}.auction-toggle-section{background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:14px;padding:1rem;margin-bottom:1rem}.auction-toggle-header{display:flex;align-items:center;justify-content:space-between;gap:1rem}.auction-toggle-text strong{font-size:.9375rem;color:#0f172a;display:block}.auction-toggle-text p{font-size:.8125rem;color:#64748b;margin:2px 0 0}.auction-options{margin-top:1rem;padding-top:1rem;border-top:1px solid #e2e8f0}.auction-note{font-size:.75rem;color:#6366f1;margin:.5rem 0 0;font-style:italic}.modal-bid-btn{display:flex;flex-direction:column;gap:4px;width:100%;padding:1rem 1.25rem;background:linear-gradient(135deg,#fef3c7,#fffbeb);border:2px solid #f59e0b;border-radius:14px;cursor:pointer;margin:.75rem 0;transition:all .2s;text-align:left}.modal-bid-btn:hover{background:linear-gradient(135deg,#fde68a,#fef3c7);transform:translateY(-1px);box-shadow:0 4px 12px #f59e0b40}.modal-bid-btn{font-size:1rem;font-weight:800;color:#92400e}.modal-bid-btn__info{font-size:.8125rem;font-weight:500;color:#b45309}.cards-carousel{width:100%;overflow-x:auto;overflow-y:visible;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:8px;scroll-snap-type:x mandatory}.cards-carousel::-webkit-scrollbar{display:none}.cards-carousel__track{display:flex;gap:1rem;padding:4px 0 8px;width:max-content}.cards-carousel__track .item-card{width:clamp(240px,28vw,320px);flex-shrink:0;scroll-snap-align:start}.cards-carousel__track--main .item-card{width:clamp(200px,30vw,300px)}.item-card{background:var(--bg);border:1px solid var(--border);border-radius:1rem;overflow:hidden;cursor:pointer;transition:all .25s cubic-bezier(.4,0,.2,1);box-shadow:0 1px 4px #0000000f;position:relative}.item-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001a;border-color:var(--primary)}.item-image{position:relative;width:100%;aspect-ratio:1 / 1;overflow:hidden;background:var(--bg-tertiary)}.item-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.item-card:hover .item-image img{transform:scale(1.04)}.item-info{padding:.75rem}.item-title,.item-info h3{font-size:.9rem;font-weight:700;color:var(--text);margin:0 0 .3rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical}.item-price{font-size:1.0625rem;font-weight:800;color:var(--primary);margin:0 0 .4rem}.item-meta{display:flex;justify-content:space-between;align-items:center;font-size:.6875rem;color:var(--text-secondary);gap:4px}.item-location{display:flex;align-items:center;gap:3px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1}.item-time{white-space:nowrap;flex-shrink:0}.item-auction-badge{position:absolute;top:8px;left:8px;background:linear-gradient(135deg,#1e40af,#2563eb);color:#fff;border-radius:20px;padding:4px 10px;display:flex;align-items:center;gap:4px;font-size:.6875rem;font-weight:700;cursor:pointer;z-index:2;box-shadow:0 2px 8px #2563eb66;transition:all .15s}.item-auction-badge:hover{background:linear-gradient(135deg,#1e3a8a,#1d4ed8)}.item-auction-badge .auction-timer{background:none;color:#fff;padding:0;font-size:.6875rem}.auction-locked-banner{display:flex;align-items:center;justify-content:space-between;padding:.875rem 1rem;background:#f8fafc;border:1.5px dashed #cbd5e1;border-radius:12px;margin-bottom:1rem;font-size:.875rem;color:#64748b;cursor:pointer;transition:all .15s}.auction-locked-banner:hover{border-color:#f59e0b;color:#d97706;background:#fffbeb}.auction-locked-banner span{font-weight:700;color:#f59e0b}@media (max-width: 768px){.app-container,main,.browse-view{max-width:100vw;overflow-x:hidden}.cards-carousel__track .item-card{width:calc(75vw - 1rem)}.cards-carousel__track--main .item-card{width:calc(46vw - .75rem)}.item-info h3,.item-title{font-size:.8125rem}.item-price{font-size:.9375rem}.item-meta{font-size:.625rem}}@media (max-width: 420px){.cards-carousel__track .item-card{width:calc(80vw - 1rem)}.cards-carousel__track--main .item-card{width:calc(47vw - .5rem)}}.charity-seller-notice{display:flex;align-items:flex-start;gap:.75rem;padding:.875rem 1rem;background:linear-gradient(135deg,#ecfdf5,#d1fae5);border:1.5px solid #6ee7b7;border-radius:12px;margin-bottom:1rem}.charity-seller-notice span{font-size:1.5rem}.charity-seller-notice strong{font-size:.9375rem;color:#065f46;display:block}.charity-seller-notice p{font-size:.8125rem;color:#047857;margin:2px 0 0}.charity-toggle-section{background:#f0fdf4;border:1.5px solid #86efac;border-radius:14px;padding:1rem;margin-bottom:1rem;transition:all .2s}.charity-toggle-section.active{background:linear-gradient(135deg,#dcfce7,#f0fdf4);border-color:#10b981;box-shadow:0 4px 12px #10b98126}.charity-toggle-header{display:flex;align-items:center;justify-content:space-between;gap:1rem}.charity-toggle-text strong{font-size:.9375rem;color:#065f46;display:block}.charity-toggle-text p{font-size:.8125rem;color:#047857;margin:2px 0 0}.charity-toggle-note{margin-top:.75rem;padding-top:.75rem;border-top:1px solid #86efac;font-size:.875rem;font-weight:600;color:#065f46;text-align:center}.charity-price-locked{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;background:linear-gradient(135deg,#f0fdf4,#dcfce7);border:1.5px solid #10b981;border-radius:10px;font-size:.9375rem;font-weight:700;color:#065f46}.msg-seller-btn{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;background:var(--primary);color:#fff;border:none;padding:.875rem 1rem;border-radius:.75rem;font-weight:600;font-size:1rem;cursor:pointer;transition:background .2s,transform .15s;font-family:var(--font-body);margin-bottom:.5rem}.msg-seller-btn:hover{background:var(--primary-hover);transform:translateY(-1px)}.msg-seller-btn:disabled{opacity:.65;cursor:not-allowed;transform:none}.msg-seller-btn--guest{background:#f8fafc;color:var(--primary);border:2px dashed var(--primary)}.msg-seller-btn--guest:hover{background:#eff6ff}@media (max-width: 480px){.user-dropdown{right:-.5rem;left:auto;min-width:200px;max-width:calc(100vw - 1rem);max-height:70vh;overflow-y:auto;-webkit-overflow-scrolling:touch}.rtl .user-dropdown{right:auto;left:-.5rem}.sell-btn{padding:.55rem .75rem;font-size:.825rem;white-space:nowrap}}@supports (padding-top: env(safe-area-inset-top)){.header,.my-listings-container,.inbox-modal,.mybiddings-modal,.profile-modal,.admin-purchases,.seller-modal,.auth-modal{padding-top:env(safe-area-inset-top)}@media (max-width: 640px){.my-listings-container,.mybiddings-modal,.profile-modal,.admin-purchases{padding-top:max(env(safe-area-inset-top),.5rem)}}}@media (max-width: 640px){.modal-overlay{padding:0;align-items:flex-end}.modal-content{border-radius:24px 24px 0 0;max-height:93vh;width:100%;max-width:100%}.modal-close{top:max(env(safe-area-inset-top,.75rem),.75rem);right:.875rem;background:#fffffff2;box-shadow:0 2px 8px #00000026;z-index:20}.modal-content:before{content:"";display:block;width:36px;height:4px;background:var(--border);border-radius:2px;margin:10px auto 0}}.inspection-doc-section{margin-top:1rem;border-top:1px dashed var(--border);padding-top:1rem}.inspection-doc-header{display:flex;gap:.75rem;align-items:flex-start;margin-bottom:.875rem}.inspection-doc-icon{font-size:1.5rem;line-height:1;flex-shrink:0;margin-top:2px}.inspection-doc-header strong{font-size:.9rem;font-weight:700;color:var(--text);display:block;margin-bottom:3px}.inspection-doc-header p{font-size:.78rem;color:var(--text-secondary);margin:0;line-height:1.45}.inspection-doc-upload{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.375rem;border:2px dashed var(--border);border-radius:12px;padding:1.25rem;cursor:pointer;transition:border-color .15s,background .15s;background:var(--bg-secondary);text-align:center}.inspection-doc-upload:hover{border-color:var(--primary);background:#eff6ff}.inspection-doc-upload-icon{font-size:1.75rem}.inspection-doc-upload span{font-size:.875rem;font-weight:600;color:var(--text)}.inspection-doc-upload small{font-size:.75rem;color:var(--text-light)}.inspection-doc-preview{display:flex;flex-direction:column;gap:.625rem;align-items:flex-start}.inspection-doc-img{width:100%;max-height:180px;object-fit:cover;border-radius:10px;border:1px solid var(--border)}.inspection-doc-file{display:flex;align-items:center;gap:.5rem;background:var(--bg-secondary);border:1px solid var(--border);border-radius:10px;padding:.75rem 1rem;width:100%;font-size:.875rem}.inspection-doc-filename{font-weight:600;color:var(--text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1}.inspection-doc-remove{background:#fee2e2;color:#dc2626;border:none;border-radius:8px;padding:.375rem .75rem;font-size:.8rem;font-weight:600;cursor:pointer;transition:background .15s;font-family:var(--font-body)}.inspection-doc-remove:hover{background:#fecaca}.inspection-doc-view-btn{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:.75rem 1rem;border-radius:.75rem;background:#f0fdf4;border:1.5px solid #86efac;color:#15803d;font-weight:600;font-size:.9rem;text-decoration:none;transition:background .15s,border-color .15s;margin-bottom:.5rem;font-family:var(--font-body)}.inspection-doc-view-btn:hover{background:#dcfce7;border-color:#4ade80}.plan-status-banner{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;border-radius:12px;margin:0 1rem 1rem;gap:.75rem;border:1.5px solid}.plan-status-banner--free{background:#f8fafc;border-color:#e2e8f0}.plan-status-banner--seller{background:#f0fdf4;border-color:#86efac}.plan-status-banner--pro{background:#fefce8;border-color:#fde047}.plan-status-banner--business{background:#eff6ff;border-color:#93c5fd}.plan-status-banner--charity{background:#fdf4ff;border-color:#d8b4fe}.plan-status-banner__left{display:flex;align-items:center;gap:.6rem}.plan-status-banner__icon{font-size:1.5rem;line-height:1}.plan-status-banner__info{display:flex;flex-direction:column;gap:.1rem}.plan-status-banner__name{font-size:.8rem;font-weight:700;color:#1e293b}.plan-status-banner__slots{font-size:.72rem;color:#64748b}.plan-status-banner__right{display:flex;align-items:center;gap:.5rem}.plan-status-banner__upgrade{background:#6366f1;color:#fff;border:none;border-radius:20px;padding:.25rem .75rem;font-size:.72rem;font-weight:700;cursor:pointer;font-family:inherit;transition:opacity .15s;white-space:nowrap}.plan-status-banner__upgrade:hover{opacity:.85}.plan-status-remaining{font-size:.75rem;font-weight:700;padding:.2rem .5rem;border-radius:20px;white-space:nowrap}.plan-status-remaining--good{background:#dcfce7;color:#15803d}.plan-status-remaining--low{background:#fef9c3;color:#a16207}.plan-status-remaining--empty{background:#fee2e2;color:#dc2626}.charity-section{margin:.5rem 0 1rem;background:linear-gradient(135deg,#fdf4ff,#fce7f3);border-radius:16px;border:2px solid #e9d5ff;overflow:hidden}.charity-section__header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem .5rem;gap:.75rem}.charity-section__header-left{display:flex;align-items:center;gap:.75rem}.charity-section__icon{font-size:2rem;line-height:1}.charity-section__title{font-size:1rem;font-weight:800;color:#6b21a8;margin:0 0 .15rem}.charity-section__subtitle{font-size:.75rem;color:#9333ea;margin:0;opacity:.85}.charity-section__badge{background:#7c3aed;color:#fff;font-size:.7rem;font-weight:700;padding:.25rem .65rem;border-radius:20px;white-space:nowrap}.charity-price-locked{display:flex;align-items:center;gap:.5rem;background:#f0fdf4;border:2px solid #86efac;border-radius:10px;padding:.75rem 1rem}.charity-price-locked__zero{font-size:1.5rem;font-weight:900;color:#15803d}.charity-price-locked__currency{font-size:.85rem;font-weight:700;color:#15803d;background:#dcfce7;padding:.2rem .5rem;border-radius:6px}.charity-price-locked__label{font-size:.8rem;color:#166534;font-weight:600}.sell-header--charity{background:linear-gradient(135deg,#fdf4ff,#fce7f3);border-bottom:2px solid #e9d5ff}.sell-header__charity-note{font-size:.72rem;color:#9333ea;margin:0;font-weight:600}.charity-contact-note{background:#fdf4ff;border:1.5px solid #e9d5ff;border-radius:10px;padding:.65rem 1rem;font-size:.78rem;color:#7c3aed;font-weight:600;text-align:center;width:100%}.stores-section{margin:.5rem 0 1rem;background:linear-gradient(135deg,#eff6ff,#f0fdf4);border-radius:16px;border:2px solid #c7d2fe;overflow:hidden}.stores-section__header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem .5rem;gap:.75rem}.stores-section__header-left{display:flex;align-items:center;gap:.75rem}.stores-section__icon{font-size:2rem;line-height:1}.stores-section__title{font-size:1rem;font-weight:800;color:#3730a3;margin:0 0 .15rem}.stores-section__subtitle{font-size:.75rem;color:#6366f1;margin:0;opacity:.85}.stores-section__badge{background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;font-size:.7rem;font-weight:700;padding:.25rem .65rem;border-radius:20px;white-space:nowrap}.stores-grid{display:flex;flex-direction:column;gap:.5rem;padding:.75rem 1rem 1rem}.store-card{display:flex;align-items:center;gap:.85rem;background:#fff;border-radius:12px;padding:.85rem 1rem;cursor:pointer;border:1.5px solid #e0e7ff;transition:transform .15s,box-shadow .15s;position:relative;overflow:hidden}.store-card:hover{transform:translateY(-1px);box-shadow:0 4px 16px #6366f11f;border-color:#a5b4fc}.store-card__logo{width:52px;height:52px;border-radius:12px;background:linear-gradient(135deg,#6366f1,#8b5cf6);display:flex;align-items:center;justify-content:center;font-size:1.4rem;font-weight:800;color:#fff;flex-shrink:0;overflow:hidden}.store-card__logo img{width:100%;height:100%;object-fit:cover}.store-card__info{flex:1;min-width:0}.store-card__name{font-size:.9rem;font-weight:700;color:#1e293b;margin-bottom:.15rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.store-card__meta{display:flex;gap:.65rem;font-size:.7rem;color:#94a3b8;margin-bottom:.2rem}.store-card__desc{font-size:.72rem;color:#64748b;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.store-card__arrow{font-size:1.1rem;color:#a5b4fc;flex-shrink:0}[dir=ltr] .store-card__arrow{transform:rotate(180deg)}.store-card__verified{position:absolute;top:.4rem;left:.5rem;background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;font-size:.6rem;font-weight:700;padding:1px 7px;border-radius:20px}[dir=rtl] .store-card__verified{left:auto;right:.5rem}.photos-upload-section{margin-bottom:1.5rem}.upload-options{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1rem}.upload-option{background:var(--bg-secondary);border:2px dashed var(--border);border-radius:12px;padding:2rem 1rem;display:flex;flex-direction:column;align-items:center;gap:.75rem;cursor:pointer;transition:all .2s;color:var(--text-secondary)}.upload-option:hover{border-color:var(--primary);background:var(--bg-tertiary);color:var(--primary);transform:translateY(-2px)}.upload-option svg{color:var(--primary)}.upload-option span{font-weight:500;text-align:center}.photos-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:1rem;margin-bottom:1rem}.photo-preview-item{position:relative;aspect-ratio:1;border-radius:12px;overflow:hidden;border:2px solid var(--border)}.photo-preview-item img{width:100%;height:100%;object-fit:cover}.main-badge{position:absolute;top:.5rem;left:.5rem;background:var(--primary);color:#fff;padding:.25rem .75rem;border-radius:20px;font-size:.75rem;font-weight:600}.remove-photo-btn{position:absolute;top:.5rem;right:.5rem;background:#ef4444e6;color:#fff;border:none;width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s}.remove-photo-btn:hover{background:#dc2626;transform:scale(1.1)}.add-more-btn{aspect-ratio:1;border:2px dashed var(--border);border-radius:12px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;cursor:pointer;background:var(--bg-secondary);color:var(--text-secondary);transition:all .2s;position:relative}.add-more-btn:hover{border-color:var(--primary);background:var(--bg-tertiary);color:var(--primary)}.add-more-btn svg{color:var(--primary)}.add-more-btn span{font-size:.875rem;font-weight:500}.photo-count{position:absolute;bottom:.5rem;right:.5rem;background:var(--primary);color:#fff;padding:.25rem .5rem;border-radius:12px;font-size:.75rem;font-weight:600}.upload-hint{font-size:.875rem;color:var(--text-secondary);text-align:center;margin:0}.modal-image-carousel{position:relative;width:100%;height:400px;background:#000;border-radius:12px 12px 0 0;overflow:hidden}.carousel-image{width:100%;height:100%;object-fit:contain}.carousel-nav{position:absolute;top:50%;transform:translateY(-50%);background:#00000080;color:#fff;border:none;width:40px;height:40px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s}.carousel-nav:hover{background:#000c}.carousel-nav-prev{left:1rem}.carousel-nav-next{right:1rem}.carousel-dots{position:absolute;bottom:1rem;left:50%;transform:translate(-50%);display:flex;gap:.5rem}.carousel-dot{width:8px;height:8px;border-radius:50%;background:#ffffff80;border:none;padding:0;cursor:pointer;transition:all .2s}.carousel-dot.active{background:#fff;width:24px;border-radius:4px}@media (max-width: 768px){.upload-options{grid-template-columns:1fr}.photos-grid{grid-template-columns:repeat(auto-fill,minmax(100px,1fr))}.modal-image-carousel{height:300px}}*{box-sizing:border-box}.admin-dashboard{display:flex;min-height:100vh;background:#f1f5f9;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.admin-sidebar{width:240px;flex-shrink:0;background:#0f172a;display:flex;flex-direction:column;position:fixed;top:0;left:0;height:100vh;overflow-y:auto;z-index:100;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.1) transparent}.admin-sidebar__brand{display:flex;align-items:center;gap:.75rem;padding:1.25rem 1.25rem 1rem;border-bottom:1px solid rgba(255,255,255,.08);color:#fff;font-size:1.0625rem;font-weight:800}.admin-sidebar__admin{display:flex;align-items:center;gap:.75rem;padding:1rem 1.25rem;border-bottom:1px solid rgba(255,255,255,.08);margin-bottom:.5rem}.admin-sidebar__avatar{width:36px;height:36px;border-radius:50%;background:linear-gradient(135deg,#2563eb,#7c3aed);color:#fff;font-size:1rem;font-weight:800;display:flex;align-items:center;justify-content:center;flex-shrink:0}.admin-sidebar__name{font-size:.875rem;font-weight:700;color:#fff;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.admin-sidebar__role{font-size:.6875rem;color:#ffffff73;margin:0}.admin-sidebar__nav{flex:1;padding:0 .75rem}.admin-sidebar__section{font-size:.625rem;font-weight:700;letter-spacing:1px;text-transform:uppercase;color:#ffffff4d;padding:1rem .5rem .375rem;margin:0}.admin-sidebar__nav button{display:flex;align-items:center;gap:.625rem;width:100%;padding:.625rem .875rem;border:none;background:none;color:#fff9;font-size:.875rem;font-weight:500;border-radius:8px;cursor:pointer;text-align:left;transition:all .15s;margin-bottom:2px;position:relative}.admin-sidebar__nav button:hover{background:#ffffff14;color:#fff}.admin-sidebar__nav button.active{background:#2563eb;color:#fff;font-weight:700;box-shadow:0 2px 8px #2563eb66}.admin-sidebar__nav button span:first-of-type{flex:1}.admin-nav-badge{background:#ef4444;color:#fff;font-size:.625rem;font-weight:800;padding:2px 6px;border-radius:20px;min-width:20px;text-align:center}.admin-nav-count{background:#ffffff26;color:#fff9;font-size:.625rem;font-weight:700;padding:1px 6px;border-radius:10px}.admin-sidebar__logout{margin:1rem .75rem;padding:.625rem .875rem;background:#ef44441a;border:1px solid rgba(239,68,68,.3);border-radius:8px;color:#fca5a5;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .15s;text-align:left}.admin-sidebar__logout:hover{background:#ef444433;color:#fff}.admin-main{margin-left:240px;flex:1;display:flex;flex-direction:column;min-height:100vh}.admin-topbar{background:#fff;border-bottom:1px solid #e2e8f0;padding:1rem 1.5rem;position:sticky;top:0;z-index:50;box-shadow:0 1px 4px #0000000f}.admin-topbar__title{display:flex;align-items:center;gap:.5rem;font-size:1.125rem;font-weight:800;color:#0f172a;margin:0}.admin-content{padding:1.5rem;flex:1}.admin-loading{text-align:center;padding:3rem;color:#94a3b8;font-size:1rem}.admin-empty{text-align:center;padding:3rem;color:#94a3b8}.pending-items-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.25rem}.pending-item-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 2px 8px #0000000f;border:1px solid #e2e8f0}.pending-item-image{width:100%;height:200px;object-fit:cover}.pending-item-info{padding:1rem}.pending-item-info h3{font-size:1rem;font-weight:700;margin:0 0 6px;color:#1e293b}.pending-item-info p{font-size:.875rem;color:#64748b;margin:0 0 4px}.pending-item-meta{display:flex;gap:.5rem;flex-wrap:wrap;margin:.75rem 0}.meta-tag{background:#f1f5f9;padding:3px 10px;border-radius:20px;font-size:.75rem;font-weight:600;color:#475569}.meta-tag.price{background:#dbeafe;color:#1e40af}.pending-item-actions{display:flex;gap:.5rem;margin-top:.75rem;flex-wrap:wrap}.admin-action-btn{display:flex;align-items:center;gap:4px;padding:.4rem .875rem;border-radius:8px;border:none;cursor:pointer;font-size:.8125rem;font-weight:600;transition:all .15s}.listings-filters{display:flex;gap:.75rem;flex-wrap:wrap;margin-bottom:1rem;align-items:center}.listings-search{flex:1;min-width:200px;padding:.5rem .875rem;border-radius:8px;border:1px solid #e2e8f0;font-size:.875rem;outline:none}.listings-search:focus{border-color:#2563eb}.listings-filter-select{padding:.5rem .875rem;border-radius:8px;border:1px solid #e2e8f0;font-size:.875rem;outline:none;background:#fff}.admin-filter-btn{padding:.5rem 1rem;border-radius:8px;border:none;background:#2563eb;color:#fff;font-size:.875rem;font-weight:600;cursor:pointer}.admin-clear-btn{padding:.5rem 1rem;border-radius:8px;border:1px solid #e2e8f0;background:#fff;color:#64748b;font-size:.875rem;cursor:pointer}.listings-count{color:#64748b;font-size:.875rem;margin-bottom:.75rem}.listings-table-wrap{overflow-x:auto;background:#fff;border-radius:12px;border:1px solid #e2e8f0}.listings-table{width:100%;border-collapse:collapse}.listings-table th{background:#f8fafc;padding:.75rem 1rem;text-align:left;font-weight:700;color:#475569;border-bottom:1px solid #e2e8f0;white-space:nowrap;font-size:.875rem}.listings-table td{padding:.75rem 1rem;border-bottom:1px solid #f1f5f9;vertical-align:middle;font-size:.875rem}.listings-table tr:last-child td{border-bottom:none}.listings-table tr:hover td{background:#f8fafc}.listing-photo{width:48px;height:48px;border-radius:8px;object-fit:cover}.status-badge{display:inline-block;padding:2px 8px;border-radius:20px;font-size:.75rem;font-weight:700}.status-badge.active{background:#dcfce7;color:#166534}.status-badge.sold{background:#dbeafe;color:#1e40af}.status-badge.pending{background:#fef3c7;color:#92400e}.status-badge.deleted{background:#fee2e2;color:#991b1b}.listings-pagination{display:flex;align-items:center;justify-content:center;gap:1rem;margin-top:1rem}.listings-pagination button{padding:.375rem .875rem;border-radius:8px;border:1px solid #e2e8f0;background:#fff;cursor:pointer;font-size:.875rem}.listings-pagination button:disabled{opacity:.4;cursor:not-allowed}.listings-pagination span{font-size:.875rem;color:#64748b}.edit-listing-modal{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.edit-listing-content{background:#fff;border-radius:16px;padding:1.5rem;width:100%;max-width:500px;max-height:90vh;overflow-y:auto}.edit-listing-content h3{margin:0 0 1rem;font-size:1.125rem;font-weight:700}.edit-form-group{margin-bottom:.875rem}.edit-form-group label{display:block;font-size:.8125rem;font-weight:600;color:#475569;margin-bottom:4px}.edit-form-group input,.edit-form-group select,.edit-form-group textarea{width:100%;padding:.5rem .75rem;border:1px solid #e2e8f0;border-radius:8px;font-size:.875rem;outline:none}.edit-form-group input:focus,.edit-form-group select:focus{border-color:#2563eb}.edit-listing-actions{display:flex;gap:.5rem;margin-top:1rem}.admin-save-btn{flex:1;padding:.625rem;background:#2563eb;color:#fff;border:none;border-radius:8px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:6px}.admin-cancel-btn{padding:.625rem 1rem;border:1px solid #e2e8f0;background:#fff;border-radius:8px;cursor:pointer}.payments-container{display:flex;flex-direction:column;gap:1rem}.payment-card{background:#fff;border-radius:14px;padding:1.25rem;border:1px solid #e2e8f0;display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.payment-info h4{margin:0 0 4px;font-size:1rem;font-weight:700}.payment-info p{margin:0;font-size:.875rem;color:#64748b}.payment-actions{display:flex;gap:.5rem;flex-wrap:wrap}.activate-btn{padding:.5rem 1rem;background:#16a34a;color:#fff;border:none;border-radius:8px;font-weight:700;cursor:pointer}.decline-btn{padding:.5rem 1rem;background:#fee2e2;color:#dc2626;border:none;border-radius:8px;font-weight:600;cursor:pointer}.pending-payments-empty{text-align:center;padding:3rem;color:#94a3b8}.users-table-wrap{overflow-x:auto;background:#fff;border-radius:12px;border:1px solid #e2e8f0}.users-table{width:100%;border-collapse:collapse}.users-table th{background:#f8fafc;padding:.75rem 1rem;text-align:left;font-weight:700;color:#475569;border-bottom:1px solid #e2e8f0;font-size:.875rem}.users-table td{padding:.75rem 1rem;border-bottom:1px solid #f1f5f9;font-size:.875rem}.users-table tr:last-child td{border-bottom:none}.plan-badge{display:inline-block;padding:2px 8px;border-radius:20px;font-size:.75rem;font-weight:700;background:#f1f5f9;color:#475569}.plan-badge.pro{background:#fef3c7;color:#92400e}.plan-badge.business{background:#ede9fe;color:#5b21b6}.plan-badge.seller{background:#dbeafe;color:#1e40af}.plan-badge.charity{background:#dcfce7;color:#166534}.admins-section{display:flex;flex-direction:column;gap:1.5rem}.admin-users-list{display:flex;flex-direction:column;gap:.75rem}.admin-user-card{background:#fff;border-radius:12px;padding:1rem 1.25rem;border:1px solid #e2e8f0;display:flex;align-items:center;justify-content:space-between;gap:1rem}.admin-user-info h4{margin:0 0 2px;font-weight:700;font-size:.9375rem}.admin-user-info p{margin:0;font-size:.8125rem;color:#64748b}.admin-role-badge{padding:3px 10px;border-radius:20px;font-size:.75rem;font-weight:700}.admin-role-badge.super_admin{background:#fef3c7;color:#92400e}.admin-role-badge.admin{background:#dbeafe;color:#1e40af}.admin-create-form{background:#fff;border-radius:12px;padding:1.25rem;border:1px solid #e2e8f0}.admin-create-form h3{margin:0 0 1rem;font-size:1rem;font-weight:700}.admin-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.admin-form-group{display:flex;flex-direction:column;gap:4px}.admin-form-group label{font-size:.8125rem;font-weight:600;color:#475569}.admin-form-group input,.admin-form-group select{padding:.5rem .75rem;border:1px solid #e2e8f0;border-radius:8px;font-size:.875rem}.admin-submit-btn{margin-top:.875rem;padding:.625rem 1.25rem;background:#2563eb;color:#fff;border:none;border-radius:8px;font-weight:700;cursor:pointer}.settings-container{max-width:500px}.settings-section{background:#fff;border-radius:14px;padding:1.5rem;border:1px solid #e2e8f0}.settings-section h2{font-size:1.125rem;font-weight:700;margin:0 0 1.25rem}.password-form{display:flex;flex-direction:column;gap:.875rem}.form-group{display:flex;flex-direction:column;gap:4px}.form-group label{font-size:.8125rem;font-weight:600;color:#475569}.form-group input{padding:.5rem .75rem;border:1px solid #e2e8f0;border-radius:8px;font-size:.875rem}.change-password-btn{padding:.625rem 1.25rem;background:#2563eb;color:#fff;border:none;border-radius:8px;font-weight:700;cursor:pointer}.password-error{color:#dc2626;font-size:.875rem}.password-success{color:#16a34a;font-size:.875rem}.reject-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.reject-modal{background:#fff;border-radius:16px;padding:1.5rem;width:90%;max-width:440px}.reject-modal h3{margin:0 0 4px;font-size:1.125rem;font-weight:700}.reject-modal p{margin:0 0 1rem;color:#64748b;font-size:.875rem}.reject-modal textarea{width:100%;padding:.75rem;border:1px solid #e2e8f0;border-radius:8px;font-size:.875rem;resize:vertical;min-height:80px}.reject-modal-actions{display:flex;gap:.75rem;margin-top:1rem}.reject-cancel-btn{flex:1;padding:.625rem;border:1px solid #e2e8f0;background:#fff;border-radius:8px;cursor:pointer}.reject-confirm-btn{flex:1;padding:.625rem;background:#dc2626;color:#fff;border:none;border-radius:8px;font-weight:700;cursor:pointer}.tracker-header{margin-bottom:1.5rem}.tracker-header h2{font-size:1.375rem;font-weight:800;margin:0 0 4px}.tracker-header p{color:#64748b;font-size:.875rem;margin:0}.tracker-stats-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:.875rem;margin-bottom:1.5rem}.tracker-stat-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:1rem}.tracker-stat-card__name{font-size:.6875rem;font-weight:700;color:#94a3b8;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.5px}.tracker-stat-card__numbers{display:flex;flex-direction:column;gap:3px}.tracker-num{font-size:.875rem;font-weight:700}.tracker-num.green{color:#16a34a}.tracker-num.orange{color:#d97706}.tracker-num.blue{color:#2563eb}.tracker-table-wrap{overflow-x:auto;border-radius:12px;border:1px solid #e2e8f0}.tracker-table{width:100%;border-collapse:collapse;font-size:.875rem}.tracker-table th{background:#f8fafc;padding:.75rem 1rem;text-align:left;font-weight:700;color:#475569;border-bottom:1px solid #e2e8f0;white-space:nowrap}.tracker-table td{padding:.75rem 1rem;border-bottom:1px solid #f1f5f9;vertical-align:middle}.tracker-table tr:last-child td{border-bottom:none}.tracker-table tr:hover td{background:#f8fafc}.row-success td:first-child{border-left:3px solid #16a34a}.row-pending td:first-child{border-left:3px solid #f59e0b}.row-cancelled{opacity:.6}.row-cancelled td:first-child{border-left:3px solid #ef4444}.tracker-user__name{display:block;font-weight:700;color:#1e293b}.tracker-user__id{font-size:.6875rem;color:#94a3b8;font-family:monospace}.tracker-plan-badge{display:inline-flex;align-items:center;gap:4px;padding:3px 10px;border-radius:20px;font-size:.75rem;font-weight:700;background:#f1f5f9;color:#475569}.tracker-plan-charity{background:#dcfce7;color:#166534}.tracker-plan-business{background:#ede9fe;color:#5b21b6}.tracker-plan-pro{background:#fef3c7;color:#92400e}.tracker-plan-seller{background:#dbeafe;color:#1e40af}.tracker-status{display:inline-block;padding:2px 8px;border-radius:20px;font-size:.75rem;font-weight:700}.tracker-status-completed{background:#dcfce7;color:#166534}.tracker-status-pending{background:#fef3c7;color:#92400e}.tracker-status-cancelled{background:#fee2e2;color:#991b1b}.tracker-amount{font-weight:800;color:#2563eb}.tracker-date{font-size:.8125rem;color:#475569}.tracker-date small{color:#94a3b8}.auctions-tracker-list{display:flex;flex-direction:column;gap:1rem}.auction-tracker-card{background:#fff;border:1.5px solid #e2e8f0;border-radius:14px;overflow:hidden}.auction-tracker-card.active{border-color:#3b82f6}.auction-tracker-card__header{display:flex;gap:1rem;padding:1rem}.auction-tracker-img{width:80px;height:80px;border-radius:10px;object-fit:cover;flex-shrink:0}.auction-tracker-info{flex:1;min-width:0}.auction-tracker-info h4{font-size:1rem;font-weight:700;margin:0 0 6px}.auction-tracker-meta{display:flex;gap:1rem;flex-wrap:wrap;font-size:.8125rem;color:#64748b;margin-bottom:6px}.auction-tracker-status.active{color:#16a34a;font-weight:700}.auction-tracker-status.ended{color:#64748b;font-weight:700}.auction-tracker-prices{display:flex;gap:1rem;flex-wrap:wrap;font-size:.8125rem;color:#64748b;margin-bottom:6px}.auction-tracker-current{color:#2563eb;font-weight:700}.auction-tracker-winner{background:#fef3c7;padding:4px 10px;border-radius:8px;font-size:.8125rem;color:#92400e;margin-bottom:6px;display:inline-block}.auction-tracker-endtime{font-size:.75rem;color:#94a3b8}.auction-tracker-bids{border-top:1px solid #f1f5f9;padding:.75rem 1rem;background:#f8fafc}.auction-tracker-bids__title{font-size:.8125rem;font-weight:700;color:#475569;margin:0 0 .5rem}.auction-tracker-bids__list{display:flex;flex-direction:column;gap:4px}.auction-bid-row{display:flex;align-items:center;gap:.75rem;padding:.375rem .5rem;border-radius:8px;font-size:.8125rem;background:#fff}.auction-bid-row.top-bid{background:#fef3c7;font-weight:700}.auction-bid-rank{color:#94a3b8;font-weight:700;width:24px}.auction-bid-user{flex:1;color:#475569;font-family:monospace}.auction-bid-amount{font-weight:800;color:#2563eb}.auction-bid-time{color:#94a3b8;font-size:.75rem}.auction-bid-crown{font-size:1rem}.auction-tracker-more{font-size:.75rem;color:#94a3b8;text-align:center;margin:4px 0 0;font-style:italic}@media (max-width: 768px){.admin-sidebar{width:200px}.admin-main{margin-left:200px}}@media (max-width: 600px){.admin-dashboard{flex-direction:column;min-height:100vh}.admin-sidebar{width:100%;min-height:unset;height:auto;position:sticky;top:0;z-index:100;flex-direction:column;overflow-x:visible;overflow-y:visible;padding-bottom:0}.admin-sidebar__brand{padding:.75rem 1rem 0}.admin-sidebar__admin{padding:.5rem 1rem;border-bottom:1px solid rgba(255,255,255,.1)}.admin-sidebar__admin p{font-size:.75rem}.admin-sidebar__nav{display:flex;flex-direction:row;overflow-x:auto;padding:.5rem .75rem;gap:.25rem;scrollbar-width:none}.admin-sidebar__nav::-webkit-scrollbar{display:none}.admin-sidebar__nav button{flex-shrink:0;padding:.5rem .75rem;font-size:.8rem;border-radius:8px;white-space:nowrap}.admin-sidebar__section,.admin-sidebar__logout{display:none}.admin-main{margin-left:0;width:100%;min-height:0}.admin-content{padding:1rem}.admin-topbar{padding:.75rem 1rem;position:sticky;top:0}.admin-table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch}.admin-table{min-width:600px}.pending-items-grid{grid-template-columns:1fr}.admin-nav-badge{font-size:.65rem;padding:1px 5px}}.admin-table-wrap{background:#fff;border-radius:12px;border:1px solid #e2e8f0;overflow-x:auto}.admin-table{width:100%;border-collapse:collapse;font-size:.875rem}.admin-table thead th{background:#f8fafc;padding:.75rem 1rem;text-align:left;font-weight:700;color:#475569;border-bottom:2px solid #e2e8f0;white-space:nowrap;font-size:.8125rem;text-transform:uppercase;letter-spacing:.3px}.admin-table tbody td{padding:.75rem 1rem;border-bottom:1px solid #f1f5f9;vertical-align:middle;color:#1e293b}.admin-table tbody tr:last-child td{border-bottom:none}.admin-table tbody tr:hover td{background:#f8fafc}.admin-thumb{width:52px;height:52px;border-radius:8px;object-fit:cover;border:1px solid #e2e8f0;display:block}.admin-table-item{display:flex;flex-direction:column;gap:2px}.admin-table-item strong{font-size:.875rem;color:#1e293b}.admin-table-desc{font-size:.75rem;color:#94a3b8;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:200px}.admin-table-price{font-weight:800;color:#2563eb;white-space:nowrap}.admin-table-date{font-size:.8125rem;color:#64748b;white-space:nowrap}.admin-row-actions{display:flex;gap:4px;flex-wrap:wrap}.admin-action-btn{display:inline-flex;align-items:center;gap:4px;padding:.3rem .625rem;border-radius:6px;border:none;cursor:pointer;font-size:.75rem;font-weight:600;white-space:nowrap;transition:all .15s}.admin-action-btn.approve{background:#dcfce7;color:#166534}.admin-action-btn.approve:hover{background:#16a34a;color:#fff}.admin-action-btn.reject{background:#fee2e2;color:#991b1b}.admin-action-btn.reject:hover{background:#dc2626;color:#fff}.admin-action-btn.feature{background:#fef3c7;color:#92400e}.admin-action-btn.feature:hover{background:#f59e0b;color:#fff}.admin-action-btn.edit{background:#f1f5f9;color:#475569}.admin-action-btn.edit:hover{background:#e2e8f0}.admin-action-btn.delete{background:#fee2e2;color:#991b1b}.admin-action-btn.delete:hover{background:#dc2626;color:#fff}.admin-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a99;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:9999;padding:1rem}.admin-modal{background:#fff;border-radius:16px;width:100%;max-width:460px;box-shadow:0 24px 64px #0003;overflow:hidden}.admin-modal__header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:1px solid #f1f5f9;background:#f8fafc}.admin-modal__header h3{font-size:1.0625rem;font-weight:800;margin:0;color:#1e293b}.admin-modal__close{background:none;border:none;font-size:1.125rem;color:#94a3b8;cursor:pointer;padding:4px;border-radius:6px;transition:all .15s}.admin-modal__close:hover{background:#e2e8f0;color:#1e293b}.admin-modal__info-grid{padding:1.25rem 1.5rem;display:flex;flex-direction:column;gap:.5rem;border-bottom:1px solid #f1f5f9}.admin-modal__info-row{display:flex;align-items:center;justify-content:space-between;font-size:.875rem;gap:1rem}.admin-modal__info-row span{color:#64748b}.admin-modal__info-row strong{color:#1e293b;font-weight:700}.admin-modal__info-row code{font-size:.75rem;background:#f1f5f9;padding:2px 8px;border-radius:4px;color:#475569}.admin-modal__field{padding:1rem 1.5rem}.admin-modal__field label{display:block;font-size:.875rem;font-weight:700;color:#475569;margin-bottom:.5rem}.admin-modal__field label span{font-weight:400;color:#94a3b8}.admin-modal__field textarea{width:100%;padding:.75rem;border:1.5px solid #e2e8f0;border-radius:10px;font-size:.875rem;resize:none;outline:none;transition:border-color .15s;font-family:inherit}.admin-modal__field textarea:focus{border-color:#2563eb}.admin-modal__actions{display:flex;gap:.75rem;padding:1rem 1.5rem;border-top:1px solid #f1f5f9;background:#f8fafc}.admin-modal__cancel{flex:1;padding:.625rem;border:1.5px solid #e2e8f0;background:#fff;border-radius:10px;font-weight:600;cursor:pointer;color:#475569;transition:all .15s}.admin-modal__cancel:hover{background:#f1f5f9}.admin-modal__confirm-decline{flex:1;padding:.625rem;background:#dc2626;color:#fff;border:none;border-radius:10px;font-weight:700;cursor:pointer;transition:all .15s}.admin-modal__confirm-decline:hover{background:#b91c1c}.admin-modal__confirm-decline:disabled{opacity:.6}.admin-edit-modal{max-width:480px}.admin-edit-modal__header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:1px solid #f1f5f9;background:#f8fafc}.admin-edit-modal__header h3{font-size:1.0625rem;font-weight:800;margin:0}.admin-edit-modal__header button{background:none;border:none;cursor:pointer;color:#94a3b8;font-size:1.25rem}.admin-edit-modal__body{padding:1.25rem 1.5rem;display:flex;flex-direction:column;gap:.875rem}.admin-edit-modal__body label{font-size:.8125rem;font-weight:700;color:#475569}.admin-edit-modal__body input,.admin-edit-modal__body select,.admin-edit-modal__body textarea{width:100%;padding:.5rem .75rem;border:1.5px solid #e2e8f0;border-radius:8px;font-size:.875rem;outline:none;margin-top:3px}.admin-edit-modal__body input:focus,.admin-edit-modal__body select:focus{border-color:#2563eb}.admin-edit-modal__footer{display:flex;gap:.75rem;padding:1rem 1.5rem;border-top:1px solid #f1f5f9;background:#f8fafc}.admin-mgmt-tab{display:flex;flex-direction:column;gap:1.5rem}.admin-mgmt-card{background:#fff;border-radius:14px;border:1px solid #e2e8f0;padding:1.5rem}.admin-mgmt-card h3{display:flex;align-items:center;gap:8px;font-size:1rem;font-weight:800;color:#1e293b;margin:0 0 1.25rem}.admin-create-form__row{display:grid;grid-template-columns:1fr 1fr;gap:.875rem}.admin-form-field{display:flex;flex-direction:column;gap:4px}.admin-form-field label{font-size:.8125rem;font-weight:600;color:#475569}.admin-form-field input,.admin-form-field select{padding:.5rem .75rem;border:1.5px solid #e2e8f0;border-radius:8px;font-size:.875rem;outline:none;transition:border-color .15s}.admin-form-field input:focus,.admin-form-field select:focus{border-color:#2563eb}.admin-create-btn{display:flex;align-items:center;gap:6px;padding:.5rem 1.25rem;background:#2563eb;color:#fff;border:none;border-radius:8px;font-weight:700;cursor:pointer;align-self:flex-end;height:38px;white-space:nowrap;grid-column:span 2;justify-content:center}.admin-create-btn:hover{background:#1d4ed8}.admin-form-error{color:#dc2626;font-size:.875rem;margin-top:.5rem}.admin-form-success{color:#16a34a;font-size:.875rem;margin-top:.5rem}.admins-page__header{margin-bottom:1.5rem}.admins-page__header h2{font-size:1.375rem;font-weight:800;color:#0f172a;margin:0 0 4px}.admins-page__header p{color:#64748b;font-size:.875rem;margin:0}.admins-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.25rem}.admin-member-card{background:#fff;border-radius:18px;border:1.5px solid #e2e8f0;padding:1.5rem;display:flex;flex-direction:column;gap:1rem;transition:all .2s}.admin-member-card:hover{box-shadow:0 8px 24px #00000014;border-color:#cbd5e1}.admin-member-card--you{border-color:#2563eb;background:linear-gradient(135deg,#eff6ff,#fff)}.admin-member-card__top{display:flex;align-items:flex-start;justify-content:space-between}.admin-member-avatar{width:52px;height:52px;border-radius:14px;background:linear-gradient(135deg,#2563eb,#7c3aed);color:#fff;font-size:1.375rem;font-weight:800;display:flex;align-items:center;justify-content:center;position:relative}.admin-member-you{position:absolute;bottom:-6px;left:50%;transform:translate(-50%);background:#2563eb;color:#fff;font-size:.5625rem;font-weight:800;padding:1px 6px;border-radius:10px;white-space:nowrap}.admin-member-role{padding:4px 10px;border-radius:20px;font-size:.75rem;font-weight:700}.admin-member-role.super{background:#fef3c7;color:#92400e}.admin-member-role.regular{background:#dbeafe;color:#1e40af}.admin-member-card__info{flex:1}.admin-member-card__info h4{font-size:1rem;font-weight:800;color:#1e293b;margin:0 0 4px}.admin-member-card__info p{font-size:.8125rem;color:#64748b;margin:0 0 6px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.admin-member-login{font-size:.75rem;color:#94a3b8}.admin-member-card__actions{display:flex;gap:.5rem;flex-wrap:wrap;border-top:1px solid #f1f5f9;padding-top:.875rem;margin-top:auto}.admin-member-btn{display:inline-flex;align-items:center;gap:4px;padding:.375rem .75rem;border-radius:8px;border:1.5px solid;cursor:pointer;font-size:.8125rem;font-weight:600;transition:all .15s}.admin-member-btn.edit{border-color:#e2e8f0;background:#f8fafc;color:#475569}.admin-member-btn.edit:hover{background:#2563eb;border-color:#2563eb;color:#fff}.admin-member-btn.delete{border-color:#fee2e2;background:#fff;color:#dc2626}.admin-member-btn.delete:hover{background:#dc2626;color:#fff}.admin-member-role-select{width:100%;padding:.5rem .75rem;border:1.5px solid #2563eb;border-radius:8px;font-size:.875rem;outline:none;background:#fff}.admin-member-card--add{border:2px dashed #e2e8f0;background:#fafafa;cursor:default}.admin-member-card--add:hover{border-color:#2563eb;background:#eff6ff}.admin-add-form{display:flex;flex-direction:column;align-items:center;gap:1rem;width:100%}.admin-add-form__icon{width:52px;height:52px;border-radius:14px;background:linear-gradient(135deg,#e0f2fe,#dbeafe);color:#2563eb;display:flex;align-items:center;justify-content:center}.admin-add-form h4{font-size:1rem;font-weight:800;color:#1e293b;margin:0}.admin-add-form__fields{width:100%;display:flex;flex-direction:column;gap:.625rem}.admin-add-form__fields input,.admin-add-form__fields select{width:100%;padding:.5rem .75rem;border:1.5px solid #e2e8f0;border-radius:8px;font-size:.875rem;outline:none;background:#fff;transition:border-color .15s}.admin-add-form__fields input:focus,.admin-add-form__fields select:focus{border-color:#2563eb}.admin-add-form__submit{width:100%;padding:.625rem;background:#2563eb;color:#fff;border:none;border-radius:10px;font-weight:700;font-size:.9375rem;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:6px;transition:background .15s}.admin-add-form__submit:hover{background:#1d4ed8}.admin-topbar{display:flex;align-items:center;justify-content:space-between}.admin-topbar__refresh{display:flex;align-items:center;gap:6px;font-size:.75rem;color:#94a3b8;font-weight:500}.admin-refresh-dot{width:8px;height:8px;border-radius:50%;background:#10b981;animation:refresh-pulse 2s ease-in-out infinite}@keyframes refresh-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.8)}}.admin-login-page{min-height:100vh;background:linear-gradient(135deg,#0f172a,#1e293b,#0f172a);display:flex;align-items:center;justify-content:center;padding:1.5rem;position:relative;overflow:hidden}.admin-login-bg__circle1{position:absolute;width:500px;height:500px;border-radius:50%;background:radial-gradient(circle,rgba(37,99,235,.15) 0%,transparent 70%);top:-100px;right:-100px;pointer-events:none}.admin-login-bg__circle2{position:absolute;width:400px;height:400px;border-radius:50%;background:radial-gradient(circle,rgba(124,58,237,.12) 0%,transparent 70%);bottom:-80px;left:-80px;pointer-events:none}.admin-login-card{background:#fff;border-radius:24px;width:100%;max-width:420px;padding:2.5rem;box-shadow:0 40px 100px #0006;position:relative;z-index:1}.admin-login-brand{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.admin-login-logo{width:52px;height:52px;border-radius:14px;background:linear-gradient(135deg,#1e40af,#2563eb);display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 8px 20px #2563eb59}.admin-login-brand h1{font-size:1.375rem;font-weight:900;color:#0f172a;margin:0}.admin-login-brand p{font-size:.8125rem;color:#94a3b8;margin:0}.admin-login-divider{height:1px;background:#f1f5f9;margin-bottom:1.75rem}.admin-login-form{display:flex;flex-direction:column;gap:1.125rem}.admin-login-field{display:flex;flex-direction:column;gap:6px}.admin-login-field label{font-size:.8125rem;font-weight:700;color:#475569}.admin-login-input-wrap{display:flex;align-items:center;border:1.5px solid #e2e8f0;border-radius:12px;overflow:hidden;transition:border-color .15s;background:#fff}.admin-login-input-wrap:focus-within{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.admin-login-input-icon{padding:0 .875rem;font-size:1rem;background:#f8fafc;border-right:1px solid #e2e8f0;height:46px;display:flex;align-items:center}.admin-login-input-wrap input{flex:1;padding:.75rem 1rem;border:none;outline:none;font-size:.9375rem;color:#1e293b;background:transparent}.admin-login-input-wrap input::placeholder{color:#cbd5e1}.admin-login-error{background:#fef2f2;border:1px solid #fecaca;border-radius:10px;padding:.75rem 1rem;font-size:.875rem;color:#dc2626;font-weight:500}.admin-login-btn{display:flex;align-items:center;justify-content:center;gap:8px;padding:.875rem;background:linear-gradient(135deg,#1e40af,#2563eb);color:#fff;border:none;border-radius:12px;font-size:1rem;font-weight:700;cursor:pointer;margin-top:.25rem;box-shadow:0 4px 16px #2563eb66;transition:all .2s}.admin-login-btn:hover{transform:translateY(-2px);box-shadow:0 8px 24px #2563eb80}.admin-login-btn:active{transform:translateY(0)}.admin-login-footer{margin-top:1.5rem;text-align:center;font-size:.75rem;color:#94a3b8}.admin-login-error--locked{background:#1e293b;border-color:#475569;color:#f1f5f9;font-weight:600}.admin-login-btn:disabled{opacity:.5;cursor:not-allowed;transform:none!important}.admin-login-2fa-info{display:flex;align-items:center;gap:.75rem;background:#eff6ff;border:1px solid #bfdbfe;border-radius:12px;padding:.875rem 1rem;font-size:.875rem;color:#1e40af}.admin-login-2fa-info span{font-size:1.5rem}.admin-login-2fa-info p{margin:0;font-weight:500}.admin-login-back{background:none;border:none;color:#94a3b8;font-size:.875rem;cursor:pointer;padding:.25rem;text-align:center;transition:color .15s}.admin-login-back:hover{color:#475569}.admin-sidebar__session{font-size:.625rem;color:#ffffff4d;margin:0}.charity-admin-page{display:flex;flex-direction:column;gap:1.5rem}.charity-admin-stats{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:1rem}.charity-admin-stat{background:#fff;border-radius:14px;border:1px solid #e2e8f0;padding:1.25rem;display:flex;flex-direction:column;align-items:center;gap:4px;text-align:center}.charity-admin-stat.highlight{background:linear-gradient(135deg,#f0fdf4,#dcfce7);border-color:#10b981}.charity-admin-stat__icon{font-size:1.5rem}.charity-admin-stat__value{font-size:1.375rem;font-weight:900;color:#0f172a}.charity-admin-stat.highlight .charity-admin-stat__value{color:#065f46}.charity-admin-stat__label{font-size:.75rem;color:#94a3b8;font-weight:600}.charity-admin-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}@media (max-width: 768px){.charity-admin-grid{grid-template-columns:1fr}}.charity-admin-card{background:#fff;border-radius:14px;border:1px solid #e2e8f0;padding:1.5rem}.charity-admin-card h3{font-size:1rem;font-weight:800;color:#1e293b;margin:0 0 4px}.charity-admin-card__sub{font-size:.8125rem;color:#94a3b8;margin:0 0 1.25rem}.charity-admin-form{display:flex;flex-direction:column;gap:.75rem}.charity-admin-form .admin-form-field{display:flex;flex-direction:column;gap:4px}.charity-admin-form .admin-form-field label{font-size:.8125rem;font-weight:600;color:#475569}.charity-admin-form .admin-form-field input{padding:.5rem .75rem;border:1.5px solid #e2e8f0;border-radius:8px;font-size:.875rem;outline:none;transition:border-color .15s}.charity-admin-form .admin-form-field input:focus{border-color:#10b981}.charity-admin-btn{padding:.625rem;border:none;border-radius:10px;font-weight:700;font-size:.9375rem;cursor:pointer;margin-top:.5rem;transition:all .15s}.charity-admin-btn.donate{background:linear-gradient(135deg,#059669,#10b981);color:#fff}.charity-admin-btn.donate:hover{background:linear-gradient(135deg,#047857,#059669)}.charity-admin-btn.save{background:#2563eb;color:#fff}.charity-admin-btn.save:hover{background:#1d4ed8}.overview-tab{display:flex;flex-direction:column;gap:1.25rem}.overview-alerts{display:flex;flex-direction:column;gap:.5rem}.overview-alert{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;border-radius:12px;border:none;cursor:pointer;font-size:.875rem;font-weight:600;text-align:left;width:100%;transition:filter .15s;font-family:inherit}.overview-alert:hover{filter:brightness(.97)}.overview-alert--warning{background:#fefce8;color:#854d0e;border:1.5px solid #fde68a}.overview-alert--green{background:#f0fdf4;color:#166534;border:1.5px solid #bbf7d0}.overview-alert__dot{width:8px;height:8px;border-radius:50%;background:#f59e0b;flex-shrink:0;animation:pulse-dot 2s ease-in-out infinite}.overview-alert__dot--green{background:#22c55e}@keyframes pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(.85)}}.overview-alert__action{margin-left:auto;font-size:.8rem;opacity:.7;white-space:nowrap}.overview-kpi-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(210px,1fr));gap:1rem}.overview-kpi{background:#fff;border:1.5px solid #e2e8f0;border-radius:16px;padding:1.125rem;display:flex;align-items:flex-start;gap:.875rem;transition:box-shadow .15s,border-color .15s,transform .15s}.overview-kpi:hover{border-color:#cbd5e1;box-shadow:0 4px 16px #00000012;transform:translateY(-1px)}.overview-kpi__icon{width:44px;height:44px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.375rem;flex-shrink:0}.overview-kpi__body{flex:1;min-width:0}.overview-kpi__value{font-size:1.625rem;font-weight:800;color:#0f172a;line-height:1.1;letter-spacing:-.5px}.overview-kpi__label{font-size:.8rem;font-weight:700;color:#475569;margin-top:3px;text-transform:uppercase;letter-spacing:.3px}.overview-kpi__sub{font-size:.75rem;color:#94a3b8;margin-top:4px;line-height:1.3}.overview-charity-bar{background:#fff;border:1.5px solid #bbf7d0;border-radius:14px;padding:1rem 1.25rem}.overview-charity-bar__header{display:flex;justify-content:space-between;align-items:center;font-size:.875rem;font-weight:600;color:#065f46;margin-bottom:.625rem;flex-wrap:wrap;gap:.25rem}.overview-charity-bar__track{height:10px;background:#d1fae5;border-radius:999px;overflow:hidden}.overview-charity-bar__fill{height:100%;background:linear-gradient(90deg,#10b981,#059669);border-radius:999px;transition:width .8s cubic-bezier(.4,0,.2,1);min-width:4px}.overview-panels{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.overview-panel{background:#fff;border:1.5px solid #e2e8f0;border-radius:16px;overflow:hidden}.overview-panel__header{display:flex;align-items:center;justify-content:space-between;padding:.875rem 1rem;border-bottom:1px solid #f1f5f9}.overview-panel__title{font-size:.875rem;font-weight:700;color:#1e293b}.overview-panel__link{font-size:.78rem;color:#2563eb;background:none;border:none;cursor:pointer;font-weight:600;font-family:inherit;padding:0}.overview-panel__link:hover{text-decoration:underline}.overview-panel__list{display:flex;flex-direction:column}.overview-row{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;border-bottom:1px solid #f8fafc;transition:background .12s}.overview-row:last-child{border-bottom:none}.overview-row:hover{background:#f8fafc}.overview-row__img{width:40px;height:40px;border-radius:8px;object-fit:cover;flex-shrink:0;background:#f1f5f9}.overview-row__avatar{width:40px;height:40px;border-radius:8px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1rem;flex-shrink:0}.overview-row__body{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.overview-row__title{font-size:.85rem;font-weight:600;color:#1e293b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.overview-row__sub{font-size:.72rem;color:#94a3b8}.overview-row__amount{font-size:.85rem;font-weight:700;color:#059669;white-space:nowrap}.overview-row__badge{font-size:.68rem;font-weight:700;padding:2px 8px;border-radius:20px;text-transform:uppercase;letter-spacing:.3px;white-space:nowrap}.overview-row__badge--active{background:#dcfce7;color:#166534}.overview-row__badge--pending{background:#fef9c3;color:#854d0e}.overview-row__badge--sold{background:#f1f5f9;color:#475569}.overview-row__badge--completed{background:#dcfce7;color:#166534}.overview-row__badge--cancelled{background:#fee2e2;color:#991b1b}.overview-empty{padding:2rem;text-align:center;color:#94a3b8;font-size:.875rem}.overview-quick-actions__title{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:#94a3b8;margin-bottom:.625rem}.overview-quick-actions__grid{display:flex;flex-wrap:wrap;gap:.5rem}.overview-quick-actions__grid button{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:10px;border:1.5px solid #e2e8f0;background:#fff;color:#334155;font-size:.85rem;font-weight:600;cursor:pointer;font-family:inherit;transition:all .15s}.overview-quick-actions__grid button:hover{border-color:#2563eb;color:#2563eb;background:#eff6ff}.overview-quick-actions__grid button span{background:#e2e8f0;color:#475569;border-radius:999px;padding:1px 7px;font-size:.72rem;font-weight:700}@media (max-width: 768px){.overview-kpi-grid{grid-template-columns:repeat(2,1fr);gap:.75rem}.overview-kpi{padding:.875rem;gap:.625rem}.overview-kpi__value{font-size:1.375rem}.overview-kpi__icon{width:38px;height:38px;font-size:1.1rem}.overview-panels{grid-template-columns:1fr}}@media (max-width: 480px){.overview-kpi-grid{grid-template-columns:1fr 1fr;gap:.5rem}.overview-kpi{padding:.75rem .625rem}.overview-kpi__value{font-size:1.2rem}.overview-kpi__sub{display:none}}.admin-users-tab{display:flex;flex-direction:column;gap:1rem}.admin-users-search{display:flex;align-items:center;gap:.625rem;flex-wrap:wrap}.admin-users-count{margin-left:auto;font-size:.8rem;color:#94a3b8;font-weight:600;white-space:nowrap}.user-row--banned td{opacity:.6;background:#fff5f5}.user-status-badge{display:inline-flex;align-items:center;padding:2px 8px;border-radius:20px;font-size:.72rem;font-weight:700;white-space:nowrap}.user-status-badge--active{background:#dcfce7;color:#166534}.user-status-badge--banned{background:#fee2e2;color:#991b1b}.auction-tracker-final{color:#059669;font-weight:700;background:#dcfce7;padding:2px 8px;border-radius:6px;font-size:.85rem}.overview-section-label{font-size:.7rem;font-weight:700;color:#94a3b8;text-transform:uppercase;letter-spacing:.06em;margin:1rem 0 .5rem}.settings-section--highlight{border:2px solid #e0e7ff;background:#f5f3ff08}.settings-section--broadcast{border:2px solid #fde68a;background:#fffbeb08}.settings-toggles{display:flex;flex-direction:column;gap:.5rem}.settings-toggle-row{display:flex;align-items:center;justify-content:space-between;padding:.75rem 0;border-bottom:1px solid #f1f5f9}.settings-toggle-info{display:flex;flex-direction:column;gap:.15rem}.settings-toggle-label{font-size:.9rem;font-weight:600;color:#1e293b}.settings-toggle-desc{font-size:.75rem;color:#64748b}.toggle-switch{position:relative;display:inline-block;width:48px;height:26px;flex-shrink:0}.toggle-switch input{opacity:0;width:0;height:0}.toggle-slider{position:absolute;cursor:pointer;top:0;right:0;bottom:0;left:0;background:#cbd5e1;border-radius:999px;transition:background .2s}.toggle-slider:before{content:"";position:absolute;width:20px;height:20px;left:3px;bottom:3px;background:#fff;border-radius:50%;transition:transform .2s;box-shadow:0 1px 3px #00000040}.toggle-switch input:checked+.toggle-slider{background:#6366f1}.toggle-switch input:checked+.toggle-slider:before{transform:translate(22px)}.broadcast-grid{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}@media (max-width: 600px){.broadcast-grid{grid-template-columns:1fr}}.broadcast-send-btn{background:linear-gradient(135deg,#f59e0b,#d97706)!important;margin-top:1rem}.broadcast-send-btn:hover{background:linear-gradient(135deg,#d97706,#b45309)!important}.broadcast-history{margin-top:1.5rem}.broadcast-history h3{font-size:.9rem;color:#374151;margin-bottom:.75rem}.feedback-admin{display:flex;flex-direction:column;gap:1.25rem}.feedback-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:.75rem}@media (max-width: 600px){.feedback-stats{grid-template-columns:repeat(2,1fr)}}.feedback-stat-card{background:#fff;border-radius:12px;border:2px solid;padding:.9rem 1rem;display:flex;flex-direction:column;gap:.2rem}.feedback-stat-num{font-size:1.6rem;font-weight:800;line-height:1}.feedback-stat-label{font-size:.75rem;font-weight:600;color:#64748b}.feedback-filters{display:flex;gap:.75rem;flex-wrap:wrap;align-items:center}.admin-select{border:1.5px solid #e2e8f0;border-radius:8px;padding:.45rem .75rem;font-size:.83rem;font-family:inherit;color:#374151;background:#fff;outline:none}.admin-select:focus{border-color:#6366f1}.feedback-list{display:flex;flex-direction:column;gap:.85rem}.feedback-card{background:#fff;border-radius:12px;border:1.5px solid #e2e8f0;padding:1rem 1.1rem;display:flex;flex-direction:column;gap:.65rem}.feedback-card--new{border-left:4px solid #f59e0b}.feedback-card--reviewing{border-left:4px solid #6366f1}.feedback-card--fixed{border-left:4px solid #10b981}.feedback-card--rejected{border-left:4px solid #94a3b8;opacity:.75}.feedback-card__top{display:flex;align-items:center;justify-content:space-between;gap:.5rem;flex-wrap:wrap}.feedback-card__meta{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.feedback-badge{font-size:.68rem;font-weight:800;padding:.2rem .55rem;border-radius:999px;text-transform:uppercase;letter-spacing:.04em}.feedback-badge--new{background:#fef3c7;color:#92400e}.feedback-badge--reviewing{background:#ede9fe;color:#4f46e5}.feedback-badge--fixed{background:#dcfce7;color:#15803d}.feedback-badge--rejected{background:#f1f5f9;color:#64748b}.feedback-card__type{font-size:.8rem;font-weight:600;color:#374151}.feedback-card__time{font-size:.73rem;color:#94a3b8}.feedback-delete-btn{background:none;border:none;color:#cbd5e1;cursor:pointer;padding:.2rem;border-radius:4px;display:flex}.feedback-delete-btn:hover{color:#ef4444;background:#fee2e2}.feedback-card__desc{margin:0;font-size:.88rem;color:#1e293b;line-height:1.6;white-space:pre-wrap}.feedback-card__details{display:flex;gap:.5rem;flex-wrap:wrap;align-items:center}.feedback-detail-link{font-size:.75rem;color:#2563eb;text-decoration:none;background:#eff6ff;border-radius:5px;padding:.2rem .5rem}.feedback-detail-link:hover{text-decoration:underline}.feedback-detail-item{font-size:.72rem;color:#64748b;background:#f8fafc;border-radius:5px;padding:.2rem .5rem}.feedback-card__actions{display:flex;gap:.6rem;align-items:center;flex-wrap:wrap}.feedback-notes-input{flex:1;min-width:140px;border:1.5px solid #e2e8f0;border-radius:7px;padding:.4rem .7rem;font-size:.8rem;font-family:inherit;color:#374151;outline:none}.feedback-notes-input:focus{border-color:#6366f1}.feedback-status-select{border:1.5px solid #e2e8f0;border-radius:7px;padding:.4rem .6rem;font-size:.8rem;font-family:inherit;font-weight:700;outline:none;cursor:pointer}.feedback-status-select--new{border-color:#f59e0b;color:#92400e;background:#fffbeb}.feedback-status-select--reviewing{border-color:#6366f1;color:#4f46e5;background:#ede9fe}.feedback-status-select--fixed{border-color:#10b981;color:#065f46;background:#dcfce7}.feedback-status-select--rejected{border-color:#94a3b8;color:#475569;background:#f8fafc}
