*{margin:0;padding:0;box-sizing:border-box}:root{--primary-green: #10B981;--accent-orange: #F59E0B;--background: #F9FAFB;--card-bg: #FFFFFF;--dark-text: #1F2937;--border-radius: 16px;font-family:Montserrat,sans-serif;line-height:1.6;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh;background-color:var(--background);color:var(--dark-text);overflow-x:hidden;overscroll-behavior-y:contain}h1,h2,h3,h4,h5,h6{font-family:Poppins,sans-serif;font-weight:700;line-height:1.2;color:var(--dark-text)}p,label,span,div{color:inherit}button{font-family:Montserrat,sans-serif;cursor:pointer;border:none;transition:all .3s ease}button:hover{transform:translateY(-2px)}button:active{transform:translateY(0)}#root{width:100%;overflow-x:hidden}.header{background-color:var(--card-bg);box-shadow:0 1px 3px #0000001a;position:fixed;top:0;left:0;right:0;z-index:1000}.header-container{max-width:1280px;margin:0 auto;padding:1rem 1.5rem;display:flex;justify-content:space-between;align-items:center}.header-logo{display:flex;align-items:center;transition:all .2s ease}.header-logo-img{height:40px;width:auto;max-width:140px;object-fit:contain;transition:all .2s ease}.header-logo:hover .header-logo-img{transform:scale(1.05);filter:brightness(1.1)}.header-desktop-logo{display:flex;align-items:center;transition:all .2s ease}.header-desktop-logo-img{height:44px;width:auto;max-width:160px;object-fit:contain;transition:all .2s ease}.header-desktop-logo:hover .header-desktop-logo-img{transform:scale(1.05);filter:brightness(1.1)}.header-buttons{display:flex;gap:.75rem;align-items:center}.btn{padding:.625rem 1.25rem;border-radius:24px;font-weight:600;font-size:.875rem;white-space:nowrap}.btn-primary{background-color:var(--primary-green);color:#fff}.btn-primary:hover{background-color:#0ea572;box-shadow:0 4px 12px #10b9814d}.btn-secondary{background-color:transparent;color:var(--dark-text);border:1px solid #E5E7EB}.btn-secondary:hover{background-color:#f3f4f6}.btn-favorites{background-color:#fff;color:#f59e0b;border:2px solid #F59E0B}.btn-favorites:hover{background-color:#fff7ed;border-color:#d97706;transform:translateY(-2px);box-shadow:0 4px 12px #f59e0b4d}.btn-balance{background-color:#10b981;color:#fff;font-weight:700;font-size:1rem;padding:.625rem 1.25rem;border-radius:24px;border:none;cursor:pointer;transition:all .2s ease}.btn-balance:hover{background-color:#059669;transform:translateY(-2px);box-shadow:0 4px 12px #10b9814d}.btn-message-icon{position:relative;background:#fff;border:2px solid var(--primary-green);color:var(--primary-green);padding:.625rem 1rem;border-radius:12px;font-size:1.25rem;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.btn-message-icon:hover{background:#f0fdf4;border-color:#059669;transform:translateY(-2px);box-shadow:0 8px 20px #10b9814d}.message-icon-badge{position:absolute;top:-6px;right:-6px;background:#ef4444;color:#fff;border-radius:10px;padding:.125rem .375rem;font-size:.75rem;font-weight:700;min-width:20px;text-align:center;border:2px solid white;animation:pulse 2s infinite}.btn-bell{position:relative;background:#fff;border:2px solid var(--primary-green);color:var(--primary-green);padding:.625rem 1rem;border-radius:12px;font-size:1.25rem;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.btn-bell:hover{background:var(--primary-green);transform:translateY(-2px);box-shadow:0 8px 20px #10b9814d}.notification-badge{position:absolute;top:-6px;right:-6px;background:#ef4444;color:#fff;border-radius:10px;padding:.125rem .375rem;font-size:.75rem;font-weight:700;min-width:20px;text-align:center;border:2px solid white;animation:pulse 2s infinite}.btn-home-icon{background:#fff;border:2px solid #e5e7eb;color:#6b7280;padding:.625rem 1rem;border-radius:12px;font-size:1.25rem;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.btn-home-icon:hover{background:#f0fdf4;border-color:var(--primary-green);color:var(--primary-green);transform:translateY(-2px);box-shadow:0 4px 12px #10b98133}.btn-search-icon{background:#fff;border:2px solid #e5e7eb;color:#6b7280;padding:.625rem 1rem;border-radius:12px;font-size:1.25rem;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.btn-search-icon:hover{background:#f0fdf4;border-color:var(--primary-green);color:var(--primary-green);transform:translateY(-2px);box-shadow:0 4px 12px #10b98133}.btn-add-icon{background:#fff;border:2px solid var(--primary-green);color:var(--primary-green);padding:.625rem 1rem;border-radius:12px;font-size:1.25rem;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;font-weight:600}.btn-add-icon:hover{background:var(--primary-green);color:#fff;transform:translateY(-2px) rotate(90deg);box-shadow:0 8px 20px #10b9814d}.btn-discover-icon{background:linear-gradient(135deg,#f59e0b,#ef4444);border:2px solid transparent;color:#fff;padding:.625rem 1rem;border-radius:12px;font-size:1.25rem;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #f59e0b4d}.btn-discover-icon:hover{transform:translateY(-2px) scale(1.05);box-shadow:0 8px 24px #f59e0b80;filter:brightness(1.1)}.profile-dropdown-container{position:relative}.profile-avatar-button{width:44px;height:44px;border-radius:50%;cursor:pointer;position:relative;transition:all .2s ease;border:3px solid transparent}.profile-avatar-button:hover{border-color:var(--primary-green);transform:scale(1.05)}.header-avatar{width:100%;height:100%;border-radius:50%;object-fit:cover;background:#f3f4f6}.profile-notification-dot{position:absolute;top:0;right:0;width:12px;height:12px;background:#ef4444;border:2px solid white;border-radius:50%;animation:pulse 2s infinite}.profile-incomplete-badge{position:absolute;bottom:-4px;right:-4px;background:#f59e0b;color:#fff;border-radius:12px;padding:.125rem .375rem;font-size:.6875rem;font-weight:700;min-width:20px;text-align:center;border:2px solid white;box-shadow:0 2px 4px #0000001a}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}.profile-dropdown{position:absolute;top:calc(100% + 12px);right:0;width:280px;background:#fff;border-radius:16px;box-shadow:0 10px 40px #00000026;padding:.5rem 0;z-index:1000;animation:dropdownSlide .2s ease}@keyframes dropdownSlide{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.dropdown-header{padding:1rem 1.25rem;display:flex;align-items:center;gap:.875rem}.dropdown-avatar{width:48px;height:48px;border-radius:50%;object-fit:cover;background:#f3f4f6}.dropdown-user-info{display:flex;flex-direction:column;gap:.25rem;flex:1;min-width:0}.dropdown-name{font-weight:600;font-size:.9375rem;color:#1f2937;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dropdown-email{font-size:.8125rem;color:#6b7280;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dropdown-divider{height:1px;background:#e5e7eb;margin:.5rem 0}.dropdown-menu{padding:.25rem 0}.dropdown-section-header{padding:.625rem 1.25rem .375rem;font-size:.6875rem;font-weight:700;letter-spacing:.05em;color:#9ca3af;text-transform:uppercase;margin-top:.5rem}.dropdown-section-header.collapsible{width:100%;display:flex;align-items:center;justify-content:space-between;background:none;border:none;cursor:pointer;transition:all .15s ease;border-radius:6px}.dropdown-section-header.collapsible:hover{background:#f9fafb;color:#6b7280}.dropdown-section-header .chevron{font-size:1.25rem;font-weight:700;color:#9ca3af;transition:transform .2s ease;display:inline-block;margin-right:.25rem}.dropdown-section-header .chevron.expanded{transform:rotate(90deg)}.collapsible-content{animation:slideDown .2s ease-out}.dropdown-item.sub-item{padding-left:2.5rem;color:#6b7280;font-size:.875rem}.dropdown-item.sub-item:hover{background:#f3f4f6;color:var(--primary-green)}.dropdown-item{width:100%;padding:.75rem 1.25rem;display:flex;align-items:center;gap:.75rem;background:none;border:none;text-align:left;cursor:pointer;transition:all .15s ease;font-size:.9375rem;color:#374151;font-weight:500;position:relative}.dropdown-item:hover{background:#f9fafb;color:var(--primary-green)}.dropdown-item.logout{color:#ef4444}.dropdown-item.logout:hover{background:#fef2f2;color:#dc2626}.dropdown-icon{font-size:1.125rem;width:24px;text-align:center}.dropdown-badge{margin-left:auto;background:#ef4444;color:#fff;font-size:.6875rem;font-weight:700;padding:.125rem .5rem;border-radius:10px;min-width:20px;text-align:center}.profile-completion-badge{margin-left:auto;background:#f59e0b;color:#fff;font-size:.6875rem;font-weight:700;padding:.25rem .5rem;border-radius:10px;min-width:40px;text-align:center}.header-mobile-top-row,.header-mobile-nav-row{display:none}.header-desktop-logo{display:flex}.mobile-balance,.mobile-bell{display:none}.desktop-balance,.desktop-bell{display:flex}@media(max-width:768px){.header-container{padding:.75rem 1rem;flex-direction:column;gap:.75rem}.header-desktop-logo{display:none}.header-mobile-top-row{display:flex;width:100%;justify-content:space-between;align-items:center;position:relative}.header-mobile-nav-row{display:flex;width:100%;justify-content:center;align-items:center;gap:1rem;padding:.5rem 0;background:var(--card-bg)}.btn-mobile-nav-icon{background:#fff;border:2px solid #e5e7eb;color:#6b7280;padding:.5rem .875rem;border-radius:12px;font-size:1.125rem;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;flex:0 0 auto}.btn-mobile-nav-icon:hover{background:#f0fdf4;border-color:var(--primary-green);color:var(--primary-green);transform:translateY(-2px);box-shadow:0 4px 12px #10b98133}.btn-mobile-nav-icon:nth-child(3){background:linear-gradient(135deg,#f59e0b,#ef4444);border:2px solid transparent;color:#fff;box-shadow:0 4px 12px #f59e0b4d}.btn-mobile-nav-icon:nth-child(3):hover{transform:translateY(-2px) scale(1.05);box-shadow:0 8px 24px #f59e0b80;filter:brightness(1.1)}.btn-mobile-nav-icon:nth-child(4){background:#fff;border:2px solid var(--primary-green);color:var(--primary-green)}.btn-mobile-nav-icon:nth-child(4):hover{background:var(--primary-green);color:#fff;transform:translateY(-2px) rotate(90deg);box-shadow:0 8px 20px #10b9814d}.mobile-hide-unauthenticated,.mobile-hide-when-unauthenticated{display:none!important}.mobile-auth-button{padding:.5rem .875rem!important;font-size:.75rem!important;border-radius:20px;white-space:nowrap;margin-left:auto}.mobile-logo-left{position:static!important;left:auto!important;transform:none!important;margin-left:0}.mobile-auth-dropdown-wrapper{position:relative;display:flex;align-items:center;margin-left:auto}.mobile-auth-dropdown{position:absolute;top:calc(100% + .5rem);right:0;background:#fff;border-radius:12px;box-shadow:0 4px 12px #00000026;min-width:180px;z-index:1000;overflow:hidden}.mobile-auth-dropdown-item{width:100%;padding:.875rem 1rem;text-align:left;background:#fff;border:none;font-size:.9375rem;font-weight:500;color:#333;cursor:pointer;transition:background-color .2s;border-bottom:1px solid #f0f0f0}.mobile-auth-dropdown-item:last-child{border-bottom:none}.mobile-auth-dropdown-item:hover{background-color:#f8f8f8}.mobile-auth-dropdown-item:active{background-color:#efefef}.mobile-bell{display:flex;z-index:1}.desktop-bell{display:none}.header-logo{position:absolute;left:50%;transform:translate(-50%)}.header-logo-img{height:32px;max-width:110px}.mobile-balance{display:flex;margin-left:auto}.desktop-balance{display:none}.header-buttons{width:100%;justify-content:center;gap:.5rem;flex-wrap:wrap}.btn{padding:.5rem 1rem;font-size:.8125rem}.btn-balance{padding:.5rem .875rem;font-size:.875rem}.profile-dropdown{width:260px;right:-10px}.btn-favorites{display:none}.btn-message-icon,.btn-home-icon,.btn-search-icon,.btn-add-icon,.btn-discover-icon,.btn-bell,.mobile-bell{padding:.5rem .75rem;font-size:1.125rem}.profile-avatar-button{width:40px;height:40px}}.attention-strip{background:transparent;padding:12px 0}.attention-strip-content{display:flex;flex-direction:column;align-items:center;gap:8px}.attention-icon{font-size:32px;line-height:1}@media(max-width:768px){.attention-icon{font-size:28px}}.wp-footer-wrapper{width:100%;overflow:hidden}.hero-search-bar-container{max-width:700px;margin:32px auto 0;position:relative;width:100%;box-sizing:border-box;z-index:100}.hero-search-backdrop{position:fixed;inset:0;background:#0000004d;z-index:99;animation:backdropFadeIn .2s ease-out}@keyframes backdropFadeIn{0%{opacity:0}to{opacity:1}}.hero-search-content{position:relative;z-index:101;width:100%;box-sizing:border-box}.hero-search-wrapper{position:relative;background:#fff;border-radius:50px;box-shadow:0 4px 20px #0000001a;display:flex;align-items:center;padding:4px 4px 4px 24px;transition:all .3s cubic-bezier(.4,0,.2,1);width:100%;box-sizing:border-box;flex-shrink:0}.hero-search-wrapper:focus-within{box-shadow:0 6px 30px #4caf504d;transform:translateY(-2px)}.hero-search-scope-selector{border:none;outline:none;font-size:15px;font-weight:600;color:#10b981;background:transparent;cursor:pointer;padding:8px 12px 8px 0;transition:color .2s ease}.hero-search-scope-selector:hover{color:#059669}.hero-search-scope-selector option{color:#1f2937;background:#fff}.hero-search-divider{width:1px;height:28px;background:#e5e7eb;margin:0 12px 0 8px}.hero-search-icon{color:#999;font-size:20px;margin-right:12px}.hero-search-input{flex:1;border:none;outline:none;font-size:16px;padding:14px 0;color:#1a1a1a;background:transparent}.hero-search-input::placeholder{color:#999}.hero-search-actions{display:flex;align-items:center;gap:8px}.hero-btn-camera{background:linear-gradient(135deg,#4caf50,#66bb6a);color:#fff;border:none;width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:20px;transition:all .2s;box-shadow:0 2px 8px #4caf504d}.hero-btn-camera:hover:not(:disabled){transform:scale(1.05);box-shadow:0 4px 12px #4caf5066}.hero-btn-camera:disabled{opacity:.5;cursor:not-allowed}.camera-input{display:none}.hero-suggestions{position:absolute;top:calc(100% + 8px);left:0;right:0;width:100%;background:#fff;border-radius:16px;padding:10px 0;box-shadow:0 8px 24px #0000001f;max-height:70vh;overflow-y:auto;overflow-x:hidden;animation:dropdownEnter .2s ease-out forwards;transform-origin:top center;-webkit-overflow-scrolling:touch;z-index:102}.hero-suggestions::-webkit-scrollbar{width:6px}.hero-suggestions::-webkit-scrollbar-track{background:transparent}.hero-suggestions::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}.hero-suggestions::-webkit-scrollbar-thumb:hover{background:#9ca3af}@keyframes dropdownEnter{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.hero-suggestion-item{padding:12px 20px;cursor:pointer;display:flex;align-items:center;gap:14px;transition:all .15s ease;border-bottom:1px solid #f5f5f5;margin:0}.hero-suggestion-item:first-child{border-top-left-radius:14px;border-top-right-radius:14px}.hero-suggestion-item:last-child{border-bottom:none;border-bottom-left-radius:14px;border-bottom-right-radius:14px}.hero-suggestion-item:hover{background:#fafafa}.hero-suggestion-icon{font-size:20px;flex-shrink:0}.hero-suggestion-text{flex:1;font-size:15px;color:#1a1a1a;font-weight:500}.hero-suggestion-meta{font-size:12px;color:#999;font-weight:400}.ai-detection-banner{background:#f0fdf4;border:1px solid #e1f5e6;border-radius:12px;padding:8px 14px;margin:0 8px 12px;display:flex;align-items:center;gap:8px;animation:fadeIn .3s ease-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.ai-banner-icon{font-size:16px;flex-shrink:0}.ai-banner-text{font-size:13px;color:#444;font-weight:500;line-height:1.4}.ai-loading{padding:12px 20px;display:flex;align-items:center;gap:10px;color:#666;font-size:14px;border-bottom:1px solid #f0f0f0}.ai-loading-spinner{animation:pulse 1.5s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}.suggestions-section{border-bottom:1px solid #f0f0f0;padding-bottom:4px;margin-bottom:4px}.suggestions-section:last-child{border-bottom:none;margin-bottom:0}.suggestions-section-title{font-size:11px;font-weight:700;color:#999;text-transform:uppercase;letter-spacing:.5px;padding:12px 20px 8px}.size-detection-badge{background:#f0f9ff;border:1px solid #bae6fd;border-radius:12px;padding:8px 14px;margin:0 8px 12px;display:flex;align-items:center;gap:8px;font-size:13px;color:#0369a1;font-weight:500;animation:fadeIn .3s ease-out}.price-comparison{background:#fefce8;border:1px solid #fde047;border-radius:14px;padding:12px 16px;margin:0 8px 12px;animation:slideIn .3s ease-out}@keyframes slideIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.price-comparison-header{display:flex;align-items:center;gap:8px;margin-bottom:8px}.price-icon{font-size:18px}.price-title{font-size:13px;font-weight:700;color:#854d0e}.price-suggestion{font-size:14px;color:#713f12;margin-bottom:6px}.price-suggestion strong{font-weight:700}.price-range{font-size:12px;color:#92400e;margin-bottom:6px}.price-status{font-size:13px;font-weight:600;margin-top:8px;padding-top:8px;border-top:1px solid #fde047}.price-good{border-color:#86efac;background:#f0fdf4}.price-good .price-title{color:#166534}.price-good .price-suggestion,.price-good .price-range{color:#15803d}.price-good .price-status{border-top-color:#86efac;color:#16a34a}.price-medium{border-color:#fde047;background:#fefce8}.price-high{border-color:#fca5a5;background:#fef2f2}.price-high .price-title{color:#991b1b}.price-high .price-suggestion,.price-high .price-range{color:#dc2626}.price-high .price-status{border-top-color:#fca5a5;color:#ef4444}.price-excellent{border-color:#6ee7b7;background:#ecfdf5}.price-excellent .price-title{color:#065f46}.price-excellent .price-suggestion,.price-excellent .price-range{color:#047857}.price-excellent .price-status{border-top-color:#6ee7b7;color:#10b981}.dropdown-footer{padding:12px 16px;border-top:1px solid #f0f0f0;background:#fafafa;border-bottom-left-radius:16px;border-bottom-right-radius:16px}.show-all-results-btn{width:100%;padding:10px 16px;background:linear-gradient(135deg,#4caf50,#66bb6a);color:#fff;border:none;border-radius:10px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s;box-shadow:0 2px 8px #4caf5033}.show-all-results-btn:hover{transform:translateY(-1px);box-shadow:0 4px 12px #4caf504d}@media(max-width:768px){.hero-search-bar-container{max-width:100%;padding:0 16px;width:calc(100% - 32px);margin-left:auto;margin-right:auto;box-sizing:border-box}.hero-search-wrapper{position:relative;padding:4px 12px;width:100%;box-sizing:border-box;overflow:hidden;transition:box-shadow .3s cubic-bezier(.4,0,.2,1)}.hero-search-wrapper:focus-within{transform:none}.hero-search-scope-selector{font-size:13px;padding:6px 8px 6px 0;flex-shrink:0}.hero-search-divider{height:24px;margin:0 8px 0 4px;flex-shrink:0}.hero-search-icon{font-size:18px;margin-right:8px;flex-shrink:0}.hero-search-input{font-size:15px;padding:12px 56px 12px 0;width:100%;box-sizing:border-box;min-width:0}.hero-search-actions{position:absolute;right:8px;top:50%;transform:translateY(-50%);z-index:10;pointer-events:auto}.hero-btn-camera{width:44px;height:44px;font-size:18px;flex-shrink:0}.hero-suggestions{max-height:60vh}.hero-suggestion-item{padding:12px 16px}}.like-button{position:absolute;bottom:8px;right:8px;display:flex;align-items:center;gap:4px;background:#fffffff2;border:none;border-radius:20px;padding:6px 10px;cursor:pointer;z-index:3;transition:all .2s ease;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-shadow:0 2px 8px #00000026}.like-button:hover{transform:scale(1.08);background:#fff;box-shadow:0 4px 12px #0003}.like-button:active{transform:scale(.95)}.like-button-heart{font-size:1.1rem;line-height:1;display:flex;align-items:center}.like-button-count{font-size:.8125rem;font-weight:600;color:#374151;line-height:1}.like-button.liked .like-button-count{color:#ef4444}@media(max-width:768px){.like-button{bottom:6px;right:6px;padding:5px 8px}.like-button-heart{font-size:1rem}.like-button-count{font-size:.75rem}}.trusted-badge{display:inline-flex;align-items:center;justify-content:center;vertical-align:middle;flex-shrink:0;cursor:help;transition:all .2s ease;filter:drop-shadow(0 1px 2px rgba(76,175,80,.2))}.trusted-badge:hover{transform:scale(1.15);filter:drop-shadow(0 2px 4px rgba(76,175,80,.3))}.trusted-badge-icon{width:100%;height:100%}.trusted-badge-small{width:16px;height:16px;margin-left:4px}.trusted-badge-medium{width:20px;height:20px;margin-left:6px}.trusted-badge-large{width:28px;height:28px;margin-left:8px}@media(max-width:768px){.trusted-badge-large{width:24px;height:24px}.trusted-badge-medium{width:18px;height:18px;margin-left:5px}.trusted-badge-small{width:14px;height:14px;margin-left:3px}}.product-card-v2{background:#fff;border-radius:12px;overflow:hidden;cursor:pointer;transition:all .25s ease;box-shadow:0 1px 3px #00000014;display:flex;flex-direction:column;height:100%;min-width:0}.product-card-v2:hover{box-shadow:0 8px 20px #0000001f;transform:translateY(-3px)}.product-card-v2-image-wrapper{position:relative;width:100%;padding-bottom:133.33%;overflow:hidden;background:#f9fafb;min-height:240px}.product-card-v2-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.product-card-v2-badge{position:absolute;top:8px;left:8px;background:linear-gradient(135deg,#ff4d4d,#ff6b35);color:#fff;padding:4px 10px;border-radius:6px;font-size:.75rem;font-weight:700;z-index:2;box-shadow:0 2px 8px #ff4d4d4d;animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.85}}.product-card-v2-favorite{position:absolute;top:8px;right:8px;width:36px;height:36px;border:none;background:#fffffff2;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:1.2rem;z-index:2;transition:all .2s ease;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.product-card-v2-favorite:hover{transform:scale(1.1);background:#fff}.product-card-v2-favorite.favorited{background:#fffffff2}.product-card-v2-content{padding:12px;display:flex;flex-direction:column;gap:6px;flex:1}.product-card-v2-title{font-size:.9375rem;font-weight:500;color:#1f2937;margin:0;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;min-height:2.8em}.product-card-v2-brand{font-size:.8125rem;color:#9ca3af;font-weight:500;line-height:1.4;margin-top:-2px}.product-card-v2-info-row{font-size:.8125rem;color:#6b7280;line-height:1.5;display:flex;flex-wrap:wrap;gap:0}.product-card-v2-separator{color:#d1d5db;padding:0 4px}.product-card-v2-location{font-size:.8125rem;color:#6b7280;line-height:1.4}.product-card-v2-footer{display:flex;justify-content:space-between;align-items:center;margin-top:auto;padding-top:4px}.product-card-v2-price{font-size:1.125rem;font-weight:700;color:#10b981}.product-card-v2-meta{display:flex;align-items:center;gap:6px}.product-card-v2-trusted{font-size:.75rem;line-height:1;opacity:.8;transition:opacity .2s ease;cursor:help}.product-card-v2-trusted:hover{opacity:1}.product-card-v2-likes{font-size:.8125rem;color:#6b7280;display:flex;align-items:center;gap:4px;font-weight:500}.product-card-v2-likes-button{font-size:.8125rem;color:#6b7280;display:flex;align-items:center;gap:4px;font-weight:500;background:none;border:none;cursor:pointer;padding:4px 6px;border-radius:6px;transition:all .2s ease}.product-card-v2-likes-button:hover{background:#f3f4f6;transform:scale(1.05)}.product-card-v2-likes-button.liked{color:#ef4444}.product-card-v2-price-free{background:linear-gradient(135deg,#10b981,#059669);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-weight:800;letter-spacing:.02em}.product-card-original-price{font-size:.875rem;color:#999;text-decoration:line-through;margin-right:.5rem;font-weight:500}.product-card-sale-price{color:#e63946;font-weight:700}@media(max-width:768px){.product-card-v2{min-height:320px}.product-card-v2-image-wrapper{padding-bottom:140%;min-height:220px}.product-card-v2-title{font-size:.875rem}.product-card-v2-brand{font-size:.75rem}.product-card-v2-info-row{font-size:.75rem;line-height:1.6}.product-card-v2-location{font-size:.75rem}.product-card-v2-price{font-size:1rem}.product-card-v2-meta{gap:5px}.product-card-v2-trusted{font-size:.6875rem}.product-card-v2-likes,.product-card-v2-likes-button{font-size:.75rem}.product-card-v2-content{padding:10px;gap:5px}.product-card-v2-badge{font-size:.6875rem;padding:3px 8px}.product-card-v2-favorite{width:32px;height:32px;font-size:1rem}}.kevyesti-banner-section{width:100%;padding:40px 20px 0;background:transparent}.kevyesti-banner-container{max-width:1100px;margin:0 auto}.kevyesti-partnership-label{font-size:13px;color:#6b7280;margin:0 0 12px;text-align:center;font-weight:400;letter-spacing:.01em}.kevyesti-banner-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 12px #0000000f;cursor:pointer;transition:all .3s ease}.kevyesti-banner-card:hover{box-shadow:0 4px 20px #0000001a;transform:translateY(-2px)}.kevyesti-banner-image-wrapper{width:100%;display:flex;align-items:center;justify-content:center;padding:16px 20px}.kevyesti-banner-image{width:100%;max-height:120px;height:auto;display:block;object-fit:contain;border-radius:6px}@media(min-width:769px){.kevyesti-banner-image-wrapper{padding:20px 32px}.kevyesti-banner-image{max-height:140px}}@media(max-width:768px){.kevyesti-banner-section{padding:32px 16px 0}.kevyesti-banner-image-wrapper{padding:14px 16px}.kevyesti-banner-image{max-height:100px}}@media(max-width:480px){.kevyesti-banner-section{padding:24px 12px 0}.kevyesti-banner-image-wrapper{padding:12px}.kevyesti-banner-image{max-height:80px}}.hero-product-preview{display:flex;flex-direction:column;gap:16px;width:100%;min-height:400px}.hero-product-card{background:#fff;border-radius:16px;overflow:hidden;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 12px #00000014;position:relative}.hero-product-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px #00000026}.hero-product-badge{position:absolute;top:12px;left:12px;background:linear-gradient(135deg,#ff4d4d,#ff6b35);color:#fff;padding:6px 12px;border-radius:8px;font-size:.875rem;font-weight:700;z-index:2;box-shadow:0 2px 8px #ff4d4d4d;animation:pulse-hero-badge 2s infinite}@keyframes pulse-hero-badge{0%,to{opacity:1}50%{opacity:.85}}.hero-product-image{width:100%;height:300px;object-fit:cover;background:#f9fafb}.hero-product-content{padding:16px}.hero-product-title{font-size:1rem;font-weight:600;color:#1f2937;margin:0 0 8px;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;min-height:2.8em}.hero-product-price{font-size:1.25rem;font-weight:700;color:#10b981}.hero-seller-info{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000000f}.hero-seller-profile{display:flex;align-items:center;gap:12px;cursor:pointer;transition:opacity .2s ease}.hero-seller-profile:hover{opacity:.8}.hero-seller-avatar{width:40px;height:40px;border-radius:50%;object-fit:cover;border:2px solid #e5e7eb}.hero-seller-avatar-placeholder{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#4caf50,#66bb6a);color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.125rem;font-weight:700;border:2px solid #e5e7eb}.hero-seller-name{font-size:.9375rem;font-weight:600;color:#1f2937}.hero-seller-follow-btn{background:linear-gradient(135deg,#4caf50,#66bb6a);color:#fff;border:none;padding:8px 20px;font-size:.875rem;font-weight:600;border-radius:8px;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 6px #4caf504d}.hero-seller-follow-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #4caf5066}.hero-seller-follow-btn.following{background:linear-gradient(135deg,#6b7280,#9ca3af);box-shadow:0 2px 6px #6b72804d}.hero-seller-follow-btn.following:hover{background:linear-gradient(135deg,#ef4444,#f87171);box-shadow:0 4px 12px #ef444466}.hero-seller-follow-btn:disabled{opacity:.5;cursor:not-allowed;transform:none}.hero-seller-follow-btn:disabled:hover{transform:none;box-shadow:0 2px 6px #4caf504d}@media(max-width:768px){.hero-product-preview{max-width:100%}.hero-product-image{height:250px}.hero-product-content{padding:14px}.hero-product-title{font-size:.9375rem}.hero-product-price{font-size:1.125rem}.hero-seller-info{padding:10px 14px}.hero-seller-avatar,.hero-seller-avatar-placeholder{width:36px;height:36px}.hero-seller-avatar-placeholder{font-size:1rem}.hero-seller-name{font-size:.875rem}.hero-seller-follow-btn{padding:7px 16px;font-size:.8125rem}}.home-page{min-height:100vh;background:#fafafa;overflow-x:hidden;width:100%}.hero-3{background:linear-gradient(135deg,#e8f5e9,#f1f8e9,#fff);padding:100px 20px 80px;text-align:center;position:relative;overflow:hidden;width:100%}.hero-3:before{content:"";position:absolute;top:-50%;left:50%;transform:translate(-50%);width:800px;height:800px;background:radial-gradient(circle,rgba(76,175,80,.15) 0%,transparent 70%);filter:blur(80px);pointer-events:none}.hero-3-container{max-width:800px;margin:0 auto;position:relative;z-index:1;width:100%;padding:0 16px;box-sizing:border-box}.hero-3-split-container{max-width:1400px;margin:0 auto;position:relative;z-index:1;width:100%;padding:0 16px;box-sizing:border-box}@media(min-width:1024px){.hero-3-split-container{display:grid;grid-template-columns:1fr 380px;gap:60px;align-items:center;padding:0 40px}}.hero-3-content{width:100%}.hero-3-sidebar{display:none}@media(min-width:1024px){.hero-3-sidebar{display:block;min-width:380px;width:380px}}.hero-3-mobile-featured{display:block;max-width:600px;margin:40px auto 0;padding:0 16px}@media(min-width:1024px){.hero-3-mobile-featured{display:none}}.hero-3-title{font-size:56px;font-weight:800;color:#1a1a1a;margin-bottom:20px;line-height:1.15;letter-spacing:-.03em}@media(min-width:1024px){.hero-3-split-container .hero-3-title{text-align:left}}.hero-3-subtitle{font-size:20px;color:#555;margin-bottom:40px;line-height:1.6;max-width:600px;margin-left:auto;margin-right:auto}@media(min-width:1024px){.hero-3-split-container .hero-3-subtitle{text-align:left;margin-left:0;margin-right:0}}.hero-3-buttons{display:flex;gap:16px;justify-content:center;flex-wrap:wrap;margin-top:40px}@media(min-width:1024px){.hero-3-split-container .hero-3-buttons{justify-content:flex-start}}.btn-hero-primary{background:linear-gradient(135deg,#4caf50,#66bb6a);color:#fff;border:none;padding:18px 48px;font-size:17px;font-weight:700;border-radius:12px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 12px #4caf504d}.btn-hero-primary:hover{transform:translateY(-3px);box-shadow:0 8px 20px #4caf5066}.btn-hero-secondary{background:#fff;color:#4caf50;border:2px solid #4caf50;padding:18px 48px;font-size:17px;font-weight:700;border-radius:12px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1)}.btn-hero-secondary:hover{background:#f1f8f4;transform:translateY(-3px);box-shadow:0 8px 20px #0000001a}.hero-trust-badges{text-align:center;margin-top:24px;font-size:15px;color:#555;font-weight:500;line-height:1.6}@media(min-width:1024px){.hero-3-split-container .hero-trust-badges{text-align:left}}.live-feed-section{background:#fff;padding:60px 20px;border-bottom:1px solid #e5e7eb}.live-feed-container{max-width:1400px;margin:0 auto}.live-feed-header{text-align:center;margin-bottom:40px}.live-feed-title{font-size:32px;font-weight:800;color:#1a1a1a;margin-bottom:12px;display:flex;align-items:center;justify-content:center;gap:8px}.live-badge-inline{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;padding:4px 12px;border-radius:20px;font-size:14px;font-weight:800;letter-spacing:.5px;animation:pulse-badge 1.5s ease-in-out infinite}.live-feed-subtitle{font-size:16px;color:#666;margin:0}.live-feed-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:24px;margin-bottom:40px}.live-feed-card{background:#fff;border-radius:16px;overflow:hidden;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 12px #00000014;position:relative;border:2px solid transparent}.live-feed-card:hover{transform:translateY(-8px);box-shadow:0 16px 32px #00000029;border-color:#4caf50}.live-feed-badge{position:absolute;top:12px;right:12px;background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;padding:6px 12px;border-radius:20px;font-size:11px;font-weight:800;letter-spacing:.5px;z-index:2;box-shadow:0 2px 8px #ef444466;animation:pulse-badge-small 2s ease-in-out infinite}@keyframes pulse-badge-small{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.live-feed-image{width:100%;aspect-ratio:1;object-fit:cover;background:#f3f4f6}.live-feed-info{padding:16px}.live-feed-product-title{font-size:16px;font-weight:600;color:#1a1a1a;margin-bottom:8px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;line-height:1.4}.live-feed-price{font-size:20px;font-weight:800;color:#4caf50;margin-bottom:4px}.live-feed-location{font-size:13px;color:#999;margin:0}.live-feed-cta{text-align:center;margin-top:40px}.btn-live-feed-more{background:#fff;color:#1a1a1a;border:2px solid #1a1a1a;padding:16px 48px;font-size:16px;font-weight:700;border-radius:12px;cursor:pointer;transition:all .3s ease;font-family:inherit}.btn-live-feed-more:hover{background:#1a1a1a;color:#fff;transform:translateY(-2px);box-shadow:0 8px 20px #00000026}.btn-live-feed-more:disabled{opacity:.6;cursor:not-allowed;transform:none}.btn-live-feed-more:disabled:hover{background:#fff;color:#1a1a1a;transform:none;box-shadow:none}.trust-section-enhanced{width:100%;padding:80px 20px;background:#fff}.trust-container{max-width:1100px;margin:0 auto}.trust-title{font-size:42px;font-weight:800;text-align:center;margin-bottom:60px;color:#1a1a1a}.trust-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.trust-card{border-radius:24px;padding:48px 40px;border:none;text-align:center}.trust-card-green{background:linear-gradient(135deg,#e8f5e9,#c8e6c9)}.trust-card-purple{background:linear-gradient(135deg,#f3e5f5,#e1bee7)}.trust-card-blue{background:linear-gradient(135deg,#e3f2fd,#bbdefb)}.trust-card-orange{background:linear-gradient(135deg,#fff3e0,#ffe0b2)}.trust-icon{width:64px;height:64px;margin:0 auto 24px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#ffffff80}.trust-icon svg{width:32px;height:32px}.trust-icon-green{color:#2e7d32}.trust-icon-purple{color:#7b1fa2}.trust-icon-blue{color:#1976d2}.trust-icon-orange{color:#ef6c00}.trust-card-title{font-size:24px;font-weight:700;margin-bottom:16px;color:#1a1a1a}.trust-card-text{font-size:16px;line-height:1.6;color:#555;margin:0}.how-it-works-section{background:#fff;padding:80px 20px}.how-container{max-width:800px;margin:0 auto}.how-title{font-size:42px;font-weight:800;margin-bottom:60px;color:#1a1a1a;text-align:center}.how-steps{display:flex;flex-direction:column;gap:40px}.how-step{display:flex;align-items:flex-start;gap:32px}.how-step-number{width:80px;height:80px;background:linear-gradient(135deg,#4caf50,#66bb6a);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:36px;font-weight:800;flex-shrink:0}.how-step-content{flex:1;padding-top:8px}.how-step-title{font-size:24px;font-weight:700;margin-bottom:8px;color:#1a1a1a}.how-step-text{font-size:16px;color:#666;line-height:1.6;margin:0}.section-3{padding:80px 20px;max-width:1400px;margin:0 auto}.section-3-header{margin-bottom:40px;text-align:center}.section-header-with-badge{display:flex;align-items:center;justify-content:center;gap:16px;margin-bottom:12px}.live-badge{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;padding:6px 14px;border-radius:20px;font-size:12px;font-weight:800;letter-spacing:.5px;animation:pulse-badge 1.5s ease-in-out infinite}@keyframes pulse-badge{0%,to{transform:scale(1);box-shadow:0 0 #ef4444b3}50%{transform:scale(1.05);box-shadow:0 0 0 6px #ef444400}}.section-3-title{font-size:36px;font-weight:800;color:#1a1a1a;margin-bottom:12px}.section-3-subtitle{font-size:17px;color:#666;margin:0;line-height:1.5}.category-grid-compact{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:16px;margin-top:32px}.category-card-compact{background:#fff;border-radius:16px;padding:32px 20px;text-align:center;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 8px #0000000f;border:2px solid transparent}.category-card-compact:hover{transform:translateY(-6px);box-shadow:0 8px 20px #0000001f;border-color:#4caf50}.category-icon-compact{font-size:48px;margin-bottom:12px;display:block}.category-title-compact{font-size:16px;font-weight:600;color:#1a1a1a;margin:0}.products-grid-3{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:24px;margin-top:32px}.product-card-3{background:#fff;border-radius:16px;overflow:hidden;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 8px #0000000f}.product-card-3:hover{transform:translateY(-6px);box-shadow:0 12px 28px #00000026}.product-image-3{width:100%;aspect-ratio:1;object-fit:cover;background:#f3f4f6}.product-info-3{padding:16px}.product-title-3{font-size:16px;font-weight:600;color:#1a1a1a;margin-bottom:8px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;line-height:1.4}.product-price-3{font-size:22px;font-weight:800;color:#4caf50;margin-bottom:4px}.product-location-3{font-size:13px;color:#999;margin:0}.free-badge-small{display:inline-block;background:linear-gradient(135deg,#4caf50,#66bb6a);color:#fff;padding:6px 14px;border-radius:20px;font-size:13px;font-weight:800;letter-spacing:.5px}.section-cta-center{text-align:center;margin-top:48px}.btn-view-all{background:#fff;color:#4caf50;border:2px solid #4caf50;padding:16px 40px;font-size:16px;font-weight:700;border-radius:12px;cursor:pointer;transition:all .3s ease}.btn-view-all:hover{background:#f1f8f4;transform:translateY(-2px);box-shadow:0 6px 16px #4caf5033}.bottom-cta-section-enhanced{background:linear-gradient(135deg,#4caf50,#66bb6a);padding:100px 20px;text-align:center}.bottom-cta-content{max-width:700px;margin:0 auto}.bottom-cta-title{font-size:48px;font-weight:800;color:#fff;margin-bottom:16px;line-height:1.2}.bottom-cta-subtitle{font-size:20px;color:#fffffff2;margin-bottom:40px;line-height:1.6}.bottom-cta-buttons{display:flex;gap:16px;justify-content:center;flex-wrap:wrap;margin-bottom:24px}.btn-bottom-primary{background:#fff;color:#4caf50;border:none;padding:18px 48px;font-size:17px;font-weight:700;border-radius:12px;cursor:pointer;transition:all .3s ease}.btn-bottom-primary:hover{transform:translateY(-3px);box-shadow:0 8px 20px #0003}.btn-bottom-secondary{background:transparent;color:#fff;border:2px solid white;padding:18px 48px;font-size:17px;font-weight:700;border-radius:12px;cursor:pointer;transition:all .3s ease}.btn-bottom-secondary:hover{background:#ffffff26;transform:translateY(-3px)}.bottom-cta-note{font-size:15px;color:#ffffffe6;margin:0}.popular-sellers-section{background:#fafafa;padding:80px 20px;border-top:1px solid #e5e7eb}.popular-sellers-container{max-width:1400px;margin:0 auto}.popular-sellers-header{text-align:center;margin-bottom:50px}.popular-sellers-title{font-size:36px;font-weight:800;color:#1a1a1a;margin-bottom:12px}.popular-sellers-subtitle{font-size:17px;color:#666;line-height:1.6;max-width:700px;margin:0 auto}.popular-sellers-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:20px}.seller-card{background:#fff;border-radius:16px;padding:28px 20px;text-align:center;transition:all .3s ease;box-shadow:0 2px 8px #0000000f;border:2px solid transparent;display:flex;flex-direction:column;align-items:center}.seller-card:hover{transform:translateY(-6px);box-shadow:0 8px 20px #0000001f;border-color:#4caf50}.seller-avatar-container{margin-bottom:16px;cursor:pointer;transition:transform .2s ease}.seller-avatar-container:hover{transform:scale(1.05)}.seller-avatar{width:80px;height:80px;border-radius:50%;object-fit:cover;border:3px solid #4caf50}.seller-avatar-placeholder{width:80px;height:80px;border-radius:50%;background:linear-gradient(135deg,#4caf50,#66bb6a);color:#fff;display:flex;align-items:center;justify-content:center;font-size:32px;font-weight:700;border:3px solid #4caf50}.seller-username{font-size:17px;font-weight:700;color:#1a1a1a;margin:0 0 8px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%;cursor:pointer;transition:color .2s ease}.seller-username:hover{color:#4caf50}.seller-stats{font-size:14px;color:#666;margin:0 0 16px}.btn-seller-follow{background:#4caf50;color:#fff;border:none;padding:10px 24px;font-size:14px;font-weight:600;border-radius:8px;cursor:pointer;transition:all .3s ease;font-family:inherit;width:100%;max-width:120px}.btn-seller-follow:hover{background:#45a049;transform:scale(1.05)}.btn-seller-follow.following{background:#fff;color:#1a1a1a;border:2px solid #e5e7eb}.btn-seller-follow.following:hover{background:#f5f5f5;border-color:#d1d5db}@media(max-width:1200px){.live-feed-grid{grid-template-columns:repeat(4,1fr);gap:20px}.popular-sellers-grid{grid-template-columns:repeat(4,1fr)}}@media(max-width:900px){.live-feed-grid{grid-template-columns:repeat(3,1fr);gap:18px}.popular-sellers-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:600px){.live-feed-grid{grid-template-columns:repeat(2,1fr);gap:16px}.popular-sellers-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:1024px){.trust-cards{grid-template-columns:repeat(2,1fr)}.category-grid-compact{grid-template-columns:repeat(auto-fit,minmax(140px,1fr))}}@media(max-width:768px){.hero-3{padding:80px 16px 60px}.hero-3-title{font-size:36px}.hero-3-subtitle{font-size:17px}.hero-3-buttons{flex-direction:column;align-items:stretch;gap:12px}.btn-hero-primary,.btn-hero-secondary{width:100%;max-width:400px;margin:0 auto}.hero-trust-badges{font-size:13px}.live-feed-section{padding:50px 16px}.live-feed-header{margin-bottom:32px}.live-feed-title{font-size:24px;flex-direction:column;gap:8px}.live-feed-subtitle{font-size:14px}.btn-live-feed-more{width:100%;max-width:400px}.live-feed-badge{top:8px;right:8px;padding:4px 10px;font-size:10px}.live-feed-product-title{font-size:14px}.live-feed-price{font-size:18px}.trust-section-enhanced{padding:60px 16px}.trust-title{font-size:32px;margin-bottom:40px}.trust-cards{grid-template-columns:1fr;gap:16px}.trust-card{padding:32px 24px}.trust-icon{width:56px;height:56px;margin-bottom:20px}.trust-icon svg{width:28px;height:28px}.trust-card-title{font-size:20px}.trust-card-text{font-size:15px}.how-it-works-section{padding:60px 16px}.how-title{font-size:32px;margin-bottom:40px}.how-steps{gap:32px}.how-step{gap:20px}.how-step-number{width:64px;height:64px;font-size:28px}.how-step-title{font-size:20px}.how-step-text{font-size:15px}.section-3{padding:60px 16px}.section-3-title{font-size:28px}.section-3-subtitle{font-size:15px}.category-grid-compact{grid-template-columns:repeat(2,1fr);gap:12px}.products-grid-3{grid-template-columns:repeat(2,1fr);gap:16px}.popular-sellers-section{padding:60px 16px}.popular-sellers-title{font-size:28px}.popular-sellers-subtitle{font-size:15px}.popular-sellers-grid{grid-template-columns:repeat(2,1fr);gap:16px}.bottom-cta-section-enhanced{padding:80px 16px}.bottom-cta-title{font-size:36px}.bottom-cta-subtitle{font-size:17px}.bottom-cta-buttons{flex-direction:column;align-items:stretch}.btn-bottom-primary,.btn-bottom-secondary{width:100%;max-width:400px}}@media(max-width:480px){.hero-3-title{font-size:28px}.hero-3-subtitle{font-size:15px}.live-feed-section{padding:40px 12px}.live-feed-title{font-size:20px}.live-feed-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-bottom:28px}.live-feed-info{padding:12px}.btn-live-feed-more{width:100%;max-width:100%;padding:14px 32px;font-size:15px}.trust-title,.how-title{font-size:28px}.section-3-title{font-size:24px}.bottom-cta-title{font-size:28px}.category-icon-compact{font-size:36px}.category-title-compact{font-size:14px}.popular-sellers-section{padding:50px 12px}.popular-sellers-header{margin-bottom:32px}.popular-sellers-title{font-size:24px}.popular-sellers-subtitle{font-size:14px}.popular-sellers-grid{display:flex;overflow-x:auto;gap:12px;padding-bottom:16px;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch}.seller-card{min-width:160px;flex-shrink:0;scroll-snap-align:start}.seller-avatar,.seller-avatar-placeholder{width:70px;height:70px}.seller-avatar-placeholder{font-size:28px}.seller-username{font-size:15px}.seller-stats{font-size:13px}.btn-seller-follow{font-size:13px;padding:8px 20px}}.auth-page{min-height:100vh;background:linear-gradient(135deg,#f5f7fa,#e8f5e9);display:flex;align-items:center;justify-content:center;padding:2rem 1rem}.auth-container{width:100%;max-width:420px}.auth-header{text-align:center;margin-bottom:2rem}.auth-logo{font-family:Poppins,sans-serif;font-weight:700;font-size:2.75rem;color:var(--primary-green);margin-bottom:.5rem;letter-spacing:-.5px;display:flex;justify-content:center;align-items:center}.auth-logo-img{height:60px;width:auto;transition:all .2s ease}.auth-logo:hover .auth-logo-img{transform:scale(1.05);filter:brightness(1.1)}.auth-subtitle{color:#6b7280;font-size:1.125rem;font-weight:500}.auth-card{background-color:#fff;border-radius:20px;padding:2.5rem 2rem;box-shadow:0 10px 40px #00000014,0 2px 8px #0000000a}.auth-form{display:flex;flex-direction:column;gap:1.25rem}.auth-error{background-color:#fee2e2;color:#dc2626;padding:.875rem 1rem;border-radius:12px;font-size:.875rem;border-left:4px solid #DC2626;font-weight:500}.auth-success{background-color:#d1fae5;color:#059669;padding:.875rem 1rem;border-radius:12px;font-size:.875rem;border-left:4px solid #059669;font-weight:500}.reset-description{color:#6b7280;font-size:.9375rem;margin:-.5rem 0 .5rem;line-height:1.5}.form-group label{font-weight:600;font-size:.875rem;color:#374151}.form-group input{padding:.875rem 1rem;border:2px solid #E5E7EB;border-radius:12px;font-size:.9375rem;font-family:Montserrat,sans-serif;transition:all .3s ease;background-color:#fff}.form-group input:focus{outline:none;border-color:var(--primary-green);box-shadow:0 0 0 4px #10b9811a}.form-group input::placeholder{color:#9ca3af}.btn-submit{background-color:var(--primary-green);color:#fff;padding:1rem;border-radius:12px;font-weight:600;font-size:1rem;margin-top:.5rem;transition:all .3s ease;border:none;cursor:pointer}.btn-submit:hover:not(:disabled){background-color:#0ea572;box-shadow:0 8px 24px #10b98159;transform:translateY(-1px)}.btn-submit:disabled:hover{transform:none;box-shadow:none}.auth-trust-text{text-align:center;color:#9ca3af;font-size:.8125rem;margin-top:.75rem;line-height:1.5;font-weight:400}.auth-terms-text{text-align:center;color:#9ca3af;font-size:.75rem;margin-top:1rem;line-height:1.5;font-weight:400}.auth-terms-link{color:#6b7280;text-decoration:underline;transition:color .2s ease}.auth-terms-link:hover{color:var(--primary-green)}.auth-divider{display:flex;align-items:center;text-align:center;margin:1.5rem 0;color:#9ca3af;font-size:.875rem}.auth-divider:before,.auth-divider:after{content:"";flex:1;border-bottom:1px solid #E5E7EB}.auth-divider span{padding:0 1rem;font-weight:500}.btn-google{display:flex;align-items:center;justify-content:center;gap:.75rem;width:100%;padding:.875rem 1rem;background-color:#fff;border:2px solid #E5E7EB;border-radius:12px;font-weight:600;font-size:.9375rem;color:#374151;cursor:pointer;transition:all .3s ease}.btn-google:hover{background-color:#f9fafb;border-color:#d1d5db;transform:translateY(-1px);box-shadow:0 4px 12px #00000014}.btn-google:active{transform:translateY(0)}.google-icon{flex-shrink:0}.auth-footer{margin-top:1.5rem;text-align:center;display:flex;flex-direction:column;gap:.75rem}.auth-footer-text{color:#6b7280;font-size:.9375rem}.auth-link{background:none;border:none;color:#6b7280;font-size:.9375rem;font-weight:500;cursor:pointer;text-decoration:none;transition:color .2s ease;padding:0;font-family:Montserrat,sans-serif}.auth-link:hover{color:var(--primary-green);text-decoration:underline}.auth-link-primary{background:none;border:none;color:var(--primary-green);font-weight:600;cursor:pointer;text-decoration:none;transition:all .2s ease;padding:0;font-family:Montserrat,sans-serif}.auth-link-primary:hover{color:#0ea572;text-decoration:underline}@media(max-width:640px){.auth-page{padding:1rem}.auth-logo{font-size:2.25rem}.auth-subtitle{font-size:1rem}.auth-card{padding:2rem 1.5rem}.form-group input{font-size:16px}}@media(max-width:480px){.auth-card{padding:1.75rem 1.25rem}.btn-google{font-size:.875rem;padding:.75rem .875rem}}.onboarding-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);padding:2rem 1rem}.onboarding-container{width:100%;max-width:480px}.onboarding-header{text-align:center;margin-bottom:2rem}.onboarding-logo{font-size:3rem;font-weight:800;color:#fff;margin:0 0 .5rem;letter-spacing:-.02em}.onboarding-subtitle{color:#fffffff2;font-size:1.25rem;font-weight:500;margin:0}.onboarding-card{background:#fff;border-radius:16px;padding:2.5rem;box-shadow:0 20px 60px #0000004d}.onboarding-form{display:flex;flex-direction:column;gap:1.5rem}.onboarding-form .form-group{display:flex;flex-direction:column;gap:.5rem}.onboarding-form label{font-weight:600;color:#2d3748;font-size:.95rem}.onboarding-form input{padding:.875rem 1rem;border:2px solid #e2e8f0;border-radius:8px;font-size:1rem;transition:all .2s;font-family:inherit}.onboarding-form input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.onboarding-form small{color:#718096;font-size:.85rem;margin-top:-.25rem}.onboarding-error{background-color:#fed7d7;color:#c53030;padding:.875rem 1rem;border-radius:8px;font-size:.9rem;border:1px solid #fc8181}.btn-submit{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:1rem 1.5rem;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s;margin-top:.5rem}.btn-submit:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 20px #667eea4d}.btn-submit:active:not(:disabled){transform:translateY(0)}.btn-submit:disabled{opacity:.6;cursor:not-allowed}.loading-spinner{text-align:center;color:#fff;font-size:1.25rem;font-weight:500}@media(max-width:640px){.onboarding-card{padding:1.75rem}.onboarding-logo{font-size:2.5rem}.onboarding-subtitle{font-size:1.1rem}}.dashboard-container{max-width:800px;margin:0 auto}.dashboard-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.dashboard-logo{font-family:Poppins,sans-serif;font-weight:700;font-size:2rem;color:var(--primary-green)}.btn-logout{background-color:transparent;color:#6b7280;padding:.625rem 1.25rem;border-radius:24px;font-weight:600;font-size:.875rem;border:2px solid #E5E7EB}.btn-logout:hover{background-color:#fee2e2;border-color:#dc2626;color:#dc2626}.dashboard-card{background-color:var(--card-bg);border-radius:20px;padding:3rem 2rem;box-shadow:0 4px 6px #0000000d,0 10px 15px #00000008}.welcome-section{text-align:center;margin-bottom:2.5rem}.welcome-emoji{font-size:4rem;margin-bottom:1rem}.welcome-title{font-size:2rem;color:var(--dark-text);margin-bottom:.75rem}.welcome-text{color:#6b7280;font-size:1rem;margin-bottom:1rem}.user-email{display:inline-block;background:linear-gradient(135deg,#f0fdf4,#ecfdf5);color:var(--primary-green);padding:.75rem 1.5rem;border-radius:12px;font-weight:600;font-size:1rem;border:2px solid #D1FAE5}.dashboard-actions{display:flex;gap:1rem;justify-content:center}.btn-action{padding:1rem 2rem;border-radius:12px;font-weight:600;font-size:1rem;flex:1;max-width:200px}.btn-action.primary{background-color:var(--primary-green);color:#fff}.btn-action.primary:hover{background-color:#0ea572;box-shadow:0 6px 20px #10b98159}.btn-action.secondary{background-color:transparent;color:var(--dark-text);border:2px solid #E5E7EB}.btn-action.secondary:hover{background-color:#f9fafb;border-color:var(--primary-green);color:var(--primary-green)}.btn-home{display:block;width:100%;margin-top:1.5rem;padding:.875rem;background-color:transparent;color:#6b7280;border:2px solid #E5E7EB;border-radius:12px;font-weight:600;font-size:.9375rem}.btn-home:hover{background-color:#f9fafb;border-color:var(--primary-green);color:var(--primary-green)}.dashboard-loading{display:flex;justify-content:center;align-items:center;min-height:100vh;font-size:1.25rem;color:#6b7280}@media(max-width:640px){.dashboard-page{padding:1.5rem 1rem}.dashboard-logo{font-size:1.5rem}.dashboard-card{padding:2rem 1.5rem}.welcome-emoji{font-size:3rem}.welcome-title{font-size:1.5rem}.dashboard-actions{flex-direction:column}.btn-action{max-width:100%}}.color-picker-dropdown{position:relative;width:100%}.color-picker-trigger{width:100%;padding:.875rem 1rem;background:#fafafa;border:1.5px solid #e0e0e0;border-radius:8px;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:.75rem;transition:all .2s ease;font-family:inherit;font-size:1rem}.color-picker-trigger:hover{border-color:silver}.color-picker-trigger:focus{outline:none;border-color:#2563eb;background:#fff;box-shadow:0 0 0 3px #2563eb1a}.color-picker-trigger-content{display:flex;align-items:center;gap:.5rem;flex:1;min-width:0}.selected-colors-preview{display:flex;gap:.375rem;flex-shrink:0}.color-swatch-small{width:20px;height:20px;border-radius:50%;flex-shrink:0}.color-picker-text{color:#1a1a1a;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.color-picker-placeholder{color:#999;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.color-picker-arrow{flex-shrink:0;color:#666;transition:transform .2s ease}.color-picker-arrow.open{transform:rotate(180deg)}.color-picker-dropdown-panel{position:absolute;top:calc(100% + .5rem);left:0;right:0;background:#fff;border:1px solid #e0e0e0;border-radius:8px;box-shadow:0 4px 12px #00000026;z-index:100;padding:.75rem;animation:slideDown .2s ease;max-height:320px;overflow-y:auto}.color-picker-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem}.color-option{display:flex;align-items:center;gap:.625rem;padding:.625rem .75rem;background:#fff;border:1.5px solid #e8e8e8;border-radius:6px;cursor:pointer;transition:all .15s ease;font-family:inherit;position:relative}.color-option:hover:not(.disabled){border-color:#2563eb;background:#f7f9fc}.color-option.selected{border-color:#2563eb;background:#eff6ff}.color-option.disabled{opacity:.4;cursor:not-allowed}.color-swatch{width:24px;height:24px;border-radius:50%;flex-shrink:0}.color-name{flex:1;font-size:.9375rem;color:#1a1a1a;font-weight:500;text-align:left}.color-checkmark{font-size:.875rem;color:#2563eb;font-weight:700;flex-shrink:0}.color-tags-display{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center}.color-tag-mini{display:inline-flex;align-items:center;gap:.375rem;padding:.375rem .625rem;background:#f5f5f5;border-radius:6px;font-size:.875rem}.color-tag-mini.compact{padding:.25rem .5rem;font-size:.8125rem}.color-preview-mini{width:16px;height:16px;border-radius:50%;flex-shrink:0}.color-label-mini{color:#4a4a4a;font-weight:500;white-space:nowrap}.color-count{font-size:.875rem;color:#666;font-weight:500}@media(max-width:480px){.color-picker-grid{grid-template-columns:1fr}.color-picker-dropdown-panel{max-height:280px}.color-option{padding:.75rem}.color-swatch{width:28px;height:28px}.color-name{font-size:1rem}}.material-select-dropdown{position:relative;width:100%}.material-select-trigger{width:100%;padding:.875rem 1rem;background:#fafafa;border:1.5px solid #e0e0e0;border-radius:8px;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:.75rem;transition:all .2s ease;font-family:inherit;font-size:1rem}.material-select-trigger:hover{border-color:silver}.material-select-trigger:focus{outline:none;border-color:#2563eb;background:#fff;box-shadow:0 0 0 3px #2563eb1a}.material-select-text{color:#1a1a1a;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:left;flex:1}.material-select-placeholder{color:#999;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:left;flex:1}.material-select-arrow{flex-shrink:0;color:#666;transition:transform .2s ease}.material-select-arrow.open{transform:rotate(180deg)}.material-select-dropdown-panel{position:absolute;top:calc(100% + .5rem);left:0;right:0;background:#fff;border:1px solid #e0e0e0;border-radius:8px;box-shadow:0 4px 12px #00000026;z-index:100;padding:.75rem;animation:slideDown .2s ease;max-height:380px;overflow-y:auto}.material-category-group{margin-bottom:1rem}.material-category-group:last-child{margin-bottom:0}.material-category-label{font-size:.8125rem;font-weight:600;color:#666;text-transform:uppercase;letter-spacing:.025em;margin-bottom:.5rem;padding:0 .25rem}.material-options-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem}.material-option{display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding:.625rem .75rem;background:#fff;border:1.5px solid #e8e8e8;border-radius:6px;cursor:pointer;transition:all .15s ease;font-family:inherit;position:relative}.material-option:hover:not(.disabled){border-color:#2563eb;background:#f7f9fc}.material-option.selected{border-color:#2563eb;background:#eff6ff}.material-option.disabled{opacity:.4;cursor:not-allowed}.material-name{flex:1;font-size:.9375rem;color:#1a1a1a;font-weight:500;text-align:left}.material-checkmark{font-size:.875rem;color:#2563eb;font-weight:700;flex-shrink:0}@media(max-width:480px){.material-options-grid{grid-template-columns:1fr}.material-select-dropdown-panel{max-height:320px}.material-option{padding:.75rem}.material-name{font-size:1rem}}.category-list-item{display:flex;align-items:center;gap:.625rem;padding:.5rem .75rem;border-radius:6px;cursor:pointer;transition:all .15s ease;background:transparent;border:1px solid transparent}.category-list-item:hover{background:#f8f9fa}.category-list-item.selected{background:#f0f4ff;border-color:#d6e3ff}.category-list-item-icon{width:18px;height:18px;color:#6b7280;flex-shrink:0;display:flex;align-items:center;justify-content:center}.category-list-item.selected .category-list-item-icon{color:#2563eb}.category-list-item-icon svg{width:100%;height:100%}.category-list-item-content{flex:1;display:flex;flex-direction:column;gap:.125rem;min-width:0}.category-list-item-name{font-size:.9375rem;font-weight:500;color:#1a1a1a;margin:0;line-height:1.3}.category-list-item.selected .category-list-item-name{color:#2563eb;font-weight:600}.category-list-item-description{font-size:.75rem;color:#9ca3af;margin:0;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.category-list-item-check{width:18px;height:18px;color:#2563eb;flex-shrink:0}.filter-panel{background:transparent;display:flex;flex-direction:column;gap:1rem;padding:0}.filter-panel-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;background:#fff;border-bottom:1px solid #E5E7EB;position:sticky;top:0;z-index:10}.filter-panel-header h2{margin:0;font-size:1.25rem;font-weight:700;color:var(--dark-text)}.btn-close-filters{background:none;border:none;font-size:1.5rem;color:var(--dark-text);cursor:pointer;padding:.5rem;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background .2s}.btn-close-filters:hover{background:#f3f4f6;transform:none}.filter-section{background:#fff;border-radius:16px;padding:1rem 1.25rem;box-shadow:0 1px 3px #00000014;transition:all .2s ease}.filter-section:hover{box-shadow:0 4px 12px #0000001a}.filter-panel-mobile .filter-section{margin:0 1rem;border-radius:12px}.filter-panel-mobile .filter-section:hover{box-shadow:0 1px 3px #00000014}.filter-title{display:block;font-size:15px;font-weight:600;color:var(--dark-text);margin-bottom:.75rem}.search-input,.filter-select{width:100%;padding:.75rem 1rem;border:1.5px solid #E5E7EB;border-radius:12px;font-size:15px;color:var(--dark-text);background:#fff;transition:all .2s ease;font-family:Montserrat,sans-serif}.search-input:focus,.filter-select:focus{outline:none;border-color:var(--primary-green);box-shadow:0 0 0 3px #10b9811a}.price-inputs{display:grid;grid-template-columns:1fr 1fr;gap:.75rem;margin-bottom:.75rem}.price-input{padding:.75rem 1rem;border:1.5px solid #E5E7EB;border-radius:12px;font-size:15px;color:var(--dark-text);background:#fff;transition:all .2s ease;font-family:Montserrat,sans-serif}.price-input:focus{outline:none;border-color:var(--primary-green);box-shadow:0 0 0 3px #10b9811a}.price-buttons{display:flex;flex-direction:column;gap:.5rem}.price-quick-btn{padding:.625rem 1rem;border:1.5px solid #E5E7EB;border-radius:10px;font-size:14px;font-weight:500;color:var(--dark-text);background:#fff;cursor:pointer;transition:all .2s ease;text-align:left}.price-quick-btn:hover{border-color:var(--primary-green);background:#f0fdf4;transform:none}.price-quick-btn.active{background:var(--primary-green);color:#fff;border-color:var(--primary-green);font-weight:600}.size-pills{display:flex;flex-wrap:wrap;gap:.5rem}.size-pill{padding:.5rem 1rem;border:1.5px solid #E5E7EB;border-radius:10px;font-size:14px;font-weight:500;color:var(--dark-text);background:#fff;cursor:pointer;transition:all .2s ease;min-width:48px;text-align:center}.size-pill:hover{border-color:var(--primary-green);background:#f0fdf4;transform:none}.size-pill.active{background:var(--primary-green);color:#fff;border-color:var(--primary-green);font-weight:600}.color-pills{display:flex;flex-direction:column;gap:.5rem}.color-pill{padding:.75rem 1rem;border:1.5px solid #E5E7EB;border-radius:10px;font-size:14px;font-weight:500;color:var(--dark-text);background:#fff;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:.625rem;text-align:left}.color-pill:hover{border-color:var(--primary-green);background:#f0fdf4;transform:none}.color-pill.active{background:#f0fdf4;border-color:var(--primary-green);font-weight:600;box-shadow:0 0 0 2px #10b98126}.color-icon{font-size:18px;line-height:1}.color-label{flex:1}.condition-options{display:flex;flex-direction:column;gap:.5rem}.condition-btn{padding:.75rem 1rem;border:1.5px solid #E5E7EB;border-radius:10px;font-size:14px;font-weight:500;color:var(--dark-text);background:#fff;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:.625rem;text-align:left}.condition-btn:hover{border-color:var(--primary-green);background:#f0fdf4;transform:none}.condition-btn.active{background:#f0fdf4;border-color:var(--primary-green);font-weight:600;box-shadow:0 0 0 2px #10b98126}.condition-icon{font-size:18px;line-height:1}.condition-label{flex:1}.toggle-btn{width:100%;padding:.875rem 1rem;border:1.5px solid #E5E7EB;border-radius:10px;font-size:15px;font-weight:500;color:var(--dark-text);background:#fff;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:.75rem;text-align:left}.toggle-btn:hover{border-color:var(--primary-green);background:#f0fdf4;transform:none}.toggle-btn.active{background:var(--primary-green);border-color:var(--primary-green);color:#fff;font-weight:600;box-shadow:0 2px 8px #10b9814d}.toggle-icon{width:20px;height:20px;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700}.toggle-label{flex:1}.clear-filters-btn{width:100%;padding:.875rem 1.5rem;background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;border:none;border-radius:14px;font-size:15px;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 12px #f59e0b40}.clear-filters-btn:hover{transform:translateY(-2px);box-shadow:0 6px 16px #f59e0b59}.filter-panel-mobile{position:fixed;bottom:0;left:0;right:0;max-height:85vh;background:#fff;z-index:1000;overflow-y:auto;padding:0 0 2rem;border-radius:24px 24px 0 0;box-shadow:0 -8px 32px #00000026;animation:slideUp .3s ease-out}.filter-panel-mobile:before{content:"";position:sticky;top:0;display:block;width:40px;height:4px;background:#d1d5db;border-radius:2px;margin:12px auto 0;z-index:10}.filter-panel-mobile .filter-section{margin:0 1rem}.filter-panel-mobile .clear-filters-btn{margin:1.5rem 1rem 0;width:calc(100% - 2rem)}@media(max-width:768px){.filter-panel{width:100%}.size-pills{max-height:200px;overflow-y:auto}.price-inputs{grid-template-columns:1fr;gap:.875rem}}@media(max-width:480px){.filter-section{padding:.875rem 1rem}.filter-title{font-size:14px}.search-input,.filter-select,.price-input{font-size:14px;padding:.625rem .875rem}.size-pill,.color-pill,.condition-btn,.price-quick-btn{font-size:13px}}.filter-category-list{display:flex;flex-direction:column;gap:.5rem;max-height:400px;overflow-y:auto;padding:.25rem 0}.filter-category-list .category-list-item{background:#fafafa}.filter-category-list .category-list-item:hover{background:#f0f4ff}.category-select-modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.category-select-modal{background:#fff;border-radius:16px;max-width:600px;width:100%;max-height:80vh;display:flex;flex-direction:column;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.category-select-header{padding:1.5rem;border-bottom:1px solid #e5e7eb;display:flex;align-items:center;justify-content:space-between}.category-select-title{font-size:1.25rem;font-weight:600;color:#1a1a1a;margin:0}.category-select-close{background:none;border:none;cursor:pointer;padding:.5rem;color:#6b7280;transition:color .2s ease;display:flex;align-items:center;justify-content:center}.category-select-close:hover{color:#1a1a1a}.category-select-close svg{width:24px;height:24px}.category-select-content{padding:1rem;overflow-y:auto;flex:1}.category-select-list{display:flex;flex-direction:column;gap:.5rem}@media(max-width:640px){.category-select-modal-overlay{padding:0;align-items:flex-end}.category-select-modal{max-width:100%;max-height:90vh;border-radius:16px 16px 0 0}}.horizontal-filter-bar{width:100%;margin-bottom:2rem}@media(max-width:1023px){.horizontal-filter-bar{display:none}}.filter-bar-top{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1rem;flex-wrap:wrap}.filter-buttons{display:flex;gap:.75rem;flex-wrap:wrap;align-items:center}.filter-dropdown-wrapper{position:relative}.filter-btn{padding:.625rem 1.25rem;background:#fff;border:1.5px solid #E5E7EB;border-radius:24px;font-size:14px;font-weight:500;color:var(--dark-text);cursor:pointer;transition:all .2s ease;white-space:nowrap}.filter-btn:hover{border-color:var(--primary-green);background:#f0fdf4;transform:none}.filter-btn.active{border-color:var(--primary-green);background:#f0fdf4;font-weight:600}.filter-btn.has-value,.filter-btn-more{background:var(--primary-green);color:#fff;border-color:var(--primary-green);font-weight:600}.filter-btn-more:hover{background:#059669;border-color:#059669}.filter-dropdown{position:absolute;top:calc(100% + .5rem);left:0;background:#fff;border-radius:16px;box-shadow:0 8px 24px #00000026;padding:.5rem;min-width:200px;max-width:300px;z-index:100;max-height:400px;overflow-y:auto}.filter-input{width:100%;padding:.75rem 1rem;border:1.5px solid #E5E7EB;border-radius:12px;font-size:14px;color:var(--dark-text);font-family:Montserrat,sans-serif}.filter-input:focus{outline:none;border-color:var(--primary-green);box-shadow:0 0 0 3px #10b9811a}.dropdown-item{width:100%;padding:.75rem 1rem;background:transparent;border:none;border-radius:10px;font-size:14px;font-weight:500;color:var(--dark-text);cursor:pointer;text-align:left;transition:all .2s ease}.dropdown-item:hover{background:#f0fdf4;transform:none}.clear-filters-small{padding:.625rem 1.25rem;background:#f3f4f6;border:none;border-radius:20px;font-size:14px;font-weight:500;color:var(--dark-text);cursor:pointer;transition:all .2s ease;white-space:nowrap}.clear-filters-small:hover{background:#e5e7eb;transform:none}.results-bar{padding:.75rem 0;border-top:1px solid #E5E7EB}.results-text{font-size:15px;font-weight:600;color:var(--dark-text)}@media(max-width:768px){.filter-buttons{display:none}.filter-bar-top{justify-content:flex-end}.filter-btn-more{display:block}}@media(min-width:769px){.filter-btn-more{display:none}}.search-with-camera{position:relative;display:flex;align-items:center}.filter-search-input{padding:.625rem 3rem .625rem 1.25rem;background:#fff;border:1.5px solid #E5E7EB;border-radius:24px;font-size:14px;font-weight:500;color:var(--dark-text);font-family:Montserrat,sans-serif;min-width:200px}.filter-search-input:focus{outline:none;border-color:var(--primary-green);box-shadow:0 0 0 3px #10b9811a}.camera-icon-btn{position:absolute;right:8px;background:none;border:none;font-size:20px;cursor:pointer;padding:.25rem .5rem;border-radius:8px;transition:all .2s ease}.camera-icon-btn:hover:not(:disabled){background:#f0fdf4;transform:none}.camera-icon-btn:disabled{opacity:.5;cursor:not-allowed}.filter-dropdown-scrollable{max-height:350px;overflow-y:auto}.size-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:.5rem;padding:.5rem}.size-chip{padding:.5rem;background:#fff;border:1.5px solid #E5E7EB;border-radius:8px;font-size:13px;font-weight:500;color:var(--dark-text);cursor:pointer;transition:all .2s ease;text-align:center}.size-chip:hover{border-color:var(--primary-green);background:#f0fdf4;transform:none}.size-chip.active{background:var(--primary-green);color:#fff;border-color:var(--primary-green);font-weight:600}.dropdown-item.selected{background:#f0fdf4;color:var(--primary-green);font-weight:600}.price-inputs-inline{display:flex;align-items:center;gap:.5rem;padding:.5rem}.filter-input-small{flex:1;padding:.5rem .75rem;border:1.5px solid #E5E7EB;border-radius:8px;font-size:14px;color:var(--dark-text);font-family:Montserrat,sans-serif}.filter-input-small:focus{outline:none;border-color:var(--primary-green);box-shadow:0 0 0 2px #10b9811a}.filter-btn-disabled{opacity:.6;cursor:not-allowed;background:#f3f4f6}.filter-btn-disabled:hover{background:#f3f4f6;border-color:#e5e7eb;transform:none}.brand-search-wrapper{padding:.5rem;border-bottom:1px solid #E5E7EB;margin-bottom:.25rem}.brand-search-input{width:100%;padding:.5rem .75rem;border:1.5px solid #E5E7EB;border-radius:8px;font-size:14px;color:var(--dark-text);font-family:Montserrat,sans-serif}.brand-search-input:focus{outline:none;border-color:var(--primary-green);box-shadow:0 0 0 2px #10b9811a}.mobile-category-nav{width:100%;margin-bottom:1rem;display:none}.mobile-category-scroll{display:flex;gap:.5rem;overflow-x:auto;overflow-y:hidden;padding:.25rem 0;scrollbar-width:none;-ms-overflow-style:none;scroll-behavior:smooth}.mobile-category-scroll::-webkit-scrollbar{display:none}.category-chip{flex-shrink:0;padding:.625rem 1.25rem;background:#fff;border:1.5px solid #E5E7EB;border-radius:24px;font-size:14px;font-weight:500;color:var(--dark-text);cursor:pointer;transition:all .2s ease;white-space:nowrap;font-family:Montserrat,sans-serif}.category-chip:active{transform:scale(.95)}.category-chip.active{background:var(--primary-green);color:#fff;border-color:var(--primary-green);font-weight:600;box-shadow:0 2px 8px #10b98140}@media(max-width:1023px){.mobile-category-nav{display:block;padding:0 16px}}.global-search-bar{width:100%;max-width:800px;margin:0 auto 2rem}.global-search-container{position:relative;width:100%}.global-search-input{width:100%;padding:1rem 4rem 1rem 1.5rem;border:2px solid #E5E7EB;border-radius:50px;font-size:16px;color:var(--dark-text);background:#fff;font-family:Montserrat,sans-serif;transition:all .2s ease;box-shadow:0 2px 8px #00000014}.global-search-input:focus{outline:none;border-color:var(--primary-green);box-shadow:0 4px 16px #10b98126}.global-search-input::placeholder{color:#9ca3af}.global-camera-btn{position:absolute;right:12px;top:50%;transform:translateY(-50%);background:none;border:none;font-size:24px;cursor:pointer;padding:.5rem .75rem;border-radius:50%;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.global-camera-btn:hover:not(:disabled){background:#f0fdf4;transform:translateY(-50%) scale(1.1)}.global-camera-btn:disabled{opacity:.5;cursor:not-allowed}@media(max-width:768px){.global-search-bar{max-width:100%;margin-bottom:1.5rem}.global-search-input{padding:.875rem 3.5rem .875rem 1.25rem;font-size:15px}.global-camera-btn{font-size:22px;right:10px}}.product-card-skeleton{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 2px 8px #00000014;min-width:0;animation:skeleton-pulse 1.5s ease-in-out infinite}@keyframes skeleton-pulse{0%,to{opacity:1}50%{opacity:.6}}.skeleton-image{width:100%;height:260px;background:linear-gradient(90deg,#f3f4f6,#e5e7eb,#f3f4f6);background-size:200% 100%;animation:skeleton-shimmer 1.5s ease-in-out infinite}@keyframes skeleton-shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.skeleton-info{padding:1rem 1.25rem}.skeleton-text{background:linear-gradient(90deg,#f3f4f6,#e5e7eb,#f3f4f6);background-size:200% 100%;animation:skeleton-shimmer 1.5s ease-in-out infinite;border-radius:6px;margin-bottom:.5rem}.skeleton-title{height:20px;width:85%}.skeleton-brand{height:16px;width:40%}.skeleton-location{height:16px;width:55%}.skeleton-price{height:22px;width:35%;margin-top:.75rem;margin-bottom:0}@media(max-width:1023px){.skeleton-image{height:220px}.skeleton-info{padding:.875rem 1rem}}@media(max-width:768px){.skeleton-image{height:200px}}@media(max-width:480px){.skeleton-image{height:180px}.skeleton-info{padding:.75rem .875rem}}.seller-showcase{width:100%;margin:2.5rem 0;padding:2rem;background:#fff;border-radius:16px;border:1px solid #E5E7EB;box-shadow:0 2px 8px #0000000f;position:relative;transition:box-shadow .3s ease}.seller-showcase:hover{box-shadow:0 4px 16px #0000001a}.showcase-paid{border:2px solid #F59E0B;background:linear-gradient(to bottom,#fffbeb,#fff)}.showcase-container{max-width:100%}.showcase-label{display:flex;align-items:center;gap:.5rem;margin-bottom:1.5rem;position:relative}.showcase-label-text{font-size:13px;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.5px}.showcase-info-icon{background:none;border:none;cursor:pointer;font-size:16px;padding:.25rem;line-height:1;transition:transform .2s ease;border-radius:50%}.showcase-info-icon:hover{transform:scale(1.1);background:#f3f4f6}.showcase-info-popover{position:absolute;top:calc(100% + .5rem);left:0;background:#fff;border:1px solid #E5E7EB;border-radius:12px;padding:1rem;box-shadow:0 4px 12px #00000026;z-index:100;min-width:280px;max-width:320px;animation:popoverFadeIn .2s ease}@keyframes popoverFadeIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.showcase-info-popover-content h4{margin:0 0 .5rem;font-size:14px;font-weight:600;color:var(--dark-text)}.showcase-info-popover-content p{margin:0;font-size:13px;line-height:1.5;color:#6b7280}.showcase-info-popover-arrow{position:absolute;top:-6px;left:1.5rem;width:12px;height:12px;background:#fff;border-left:1px solid #E5E7EB;border-top:1px solid #E5E7EB;transform:rotate(45deg)}.showcase-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;gap:1rem}.showcase-seller-info{display:flex;align-items:center;gap:1rem;flex:1;min-width:0}.showcase-avatar{width:80px;height:80px;border-radius:50%;overflow:hidden;border:3px solid #F3F4F6;box-shadow:0 2px 8px #0000001a;flex-shrink:0;transition:all .2s ease;cursor:pointer}.showcase-avatar:hover{transform:scale(1.05);border-color:var(--primary-green)}.showcase-avatar img{width:100%;height:100%;object-fit:cover}.showcase-avatar-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:var(--primary-green);color:#fff;font-size:24px;font-weight:700}.showcase-seller-details{flex:1;min-width:0}.showcase-seller-name{font-size:20px;font-weight:700;color:var(--dark-text);margin-bottom:.5rem;cursor:pointer;transition:color .2s ease}.showcase-seller-name:hover{color:var(--primary-green)}.showcase-seller-stats{display:flex;align-items:center;gap:.5rem;font-size:15px}.showcase-rating{display:flex;align-items:center;gap:.375rem;font-weight:600;color:#1f2937}.showcase-products{display:grid;grid-template-columns:repeat(6,1fr);gap:1rem;margin-bottom:1.5rem}@media(max-width:1400px){.showcase-products{grid-template-columns:repeat(5,1fr)}}@media(max-width:1200px){.showcase-products{grid-template-columns:repeat(4,1fr)}}.showcase-product-wrapper{min-width:0}.showcase-follow-btn{width:100%;padding:.875rem 1.5rem;background:var(--primary-green);color:#fff;border:none;border-radius:8px;font-size:15px;font-weight:600;cursor:pointer;transition:all .2s ease;font-family:Montserrat,sans-serif;display:flex;align-items:center;justify-content:center}.showcase-follow-btn:hover{background:#059669;transform:translateY(-1px);box-shadow:0 4px 12px #10b98140}.showcase-follow-btn.following{background:#e5e7eb;color:#1f2937}.showcase-follow-btn.following:hover{background:#d1d5db;box-shadow:0 2px 8px #0000001a}.showcase-follow-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}@media(max-width:1023px){.seller-showcase{margin:1.5rem 0;padding:1.5rem 1rem;border-radius:12px}.showcase-label{margin-bottom:1.25rem}.showcase-label-text{font-size:12px}.showcase-info-icon{font-size:14px}.showcase-info-popover{min-width:260px;max-width:90vw}.showcase-header{margin-bottom:1.25rem}.showcase-seller-info{gap:.875rem}.showcase-avatar{width:64px;height:64px}.showcase-seller-name{font-size:18px}.showcase-seller-stats{font-size:14px}.showcase-products{display:flex;overflow-x:auto;overflow-y:hidden;gap:.75rem;margin:0 -1rem 1.5rem;padding:0 1rem;scrollbar-width:none;-ms-overflow-style:none;scroll-snap-type:x mandatory}.showcase-products::-webkit-scrollbar{display:none}.showcase-product-wrapper{flex:0 0 160px;scroll-snap-align:start}.showcase-product-wrapper .product-card{width:160px}.showcase-product-wrapper .product-image{height:160px}.showcase-product-wrapper .product-info{padding:.75rem .875rem}.showcase-product-wrapper .product-title{font-size:13px}.showcase-product-wrapper .product-price{font-size:15px}.showcase-follow-btn{font-size:15px;padding:.875rem 1.25rem}}@media(max-width:480px){.seller-showcase{margin:1rem 0;padding:1.25rem .875rem}.showcase-label-text{font-size:11px}.showcase-avatar{width:56px;height:56px}.showcase-seller-name{font-size:16px}.showcase-seller-stats{font-size:13px}.showcase-product-wrapper{flex:0 0 140px}.showcase-product-wrapper .product-card{width:140px}.showcase-product-wrapper .product-image{height:140px}}.products-centered-container{max-width:1480px;margin:0 auto;padding:20px 24px}.products-page-header{text-align:center;margin-bottom:2rem}.products-title{font-size:2.5rem;font-weight:700;color:var(--dark-text);margin:0 0 .5rem}.category-breadcrumb{display:flex;justify-content:center;align-items:center;gap:.5rem;font-size:15px;color:#6b7280;margin-top:.5rem}.breadcrumb-separator{color:#d1d5db;margin:0 .5rem}.breadcrumb-item{color:var(--dark-text);font-weight:500}.products-error{color:var(--dark-text);background:#fee2e2;border:1px solid #FCA5A5;border-radius:12px;padding:1rem 1.5rem;text-align:center;margin-bottom:2rem}.products-content{width:100%}.products-loading{text-align:center;color:var(--dark-text);font-size:1.2rem;padding:4rem 2rem}.no-products{text-align:center;padding:4rem 2rem}.no-products p{font-size:1.125rem;color:#6b7280;margin-bottom:1.5rem}.btn-add{padding:.875rem 2rem;background:var(--primary-green);color:#fff;border:none;border-radius:12px;font-size:15px;font-weight:600;cursor:pointer;transition:all .2s ease}.btn-add:hover{background:#059669;transform:translateY(-2px);box-shadow:0 6px 16px #10b9814d}.products-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:24px;width:100%;min-width:0;margin-bottom:0}.products-grid+.seller-showcase,.seller-showcase+.products-grid{margin-top:24px}.product-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 2px 8px #00000014;cursor:pointer;transition:all .2s ease;min-width:0}.product-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001f}.product-image{position:relative;width:100%;height:260px;overflow:hidden;background:#f3f4f6}.favorite-btn{position:absolute;top:12px;right:12px;width:40px;height:40px;background:#fffffff2;border:none;border-radius:50%;font-size:20px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.favorite-btn:hover{transform:scale(1.1);background:#fff}.favorite-btn.favorited{background:#ef44441a;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.product-info{padding:1rem 1.25rem}.product-title{font-size:15px;font-weight:600;color:var(--dark-text);margin:0 0 .5rem;line-height:1.4;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.product-category,.product-location{font-size:13px;color:#6b7280;margin:0 0 .5rem}.product-condition{font-size:13px;color:#6b7280;margin:0 0 .75rem}.product-price{font-size:18px;font-weight:700;color:var(--dark-text);margin:0}.mobile-filters-backdrop{position:fixed;inset:0;background:#00000080;z-index:999;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.sticky-filters-btn{display:none;position:fixed;bottom:20px;left:50%;transform:translate(-50%);padding:1rem 2rem;background:var(--primary-green);color:#fff;border:none;border-radius:30px;font-size:16px;font-weight:600;cursor:pointer;z-index:100;box-shadow:0 8px 24px #10b98166;transition:all .2s ease;font-family:Montserrat,sans-serif;align-items:center;gap:.5rem}.sticky-filters-btn:active{transform:translate(-50%) scale(.95)}.filters-icon{font-size:18px}.active-filters-badge{display:inline-flex;align-items:center;justify-content:center;min-width:22px;height:22px;padding:0 6px;background:#fff;color:var(--primary-green);border-radius:12px;font-size:13px;font-weight:700;margin-left:.25rem}@media(max-width:1600px){.products-grid{grid-template-columns:repeat(4,1fr)}}@media(max-width:1280px){.products-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:1023px){.sticky-filters-btn{display:flex}.products-centered-container{padding:16px 0 100px}.products-title{font-size:2rem;padding:0 16px}.category-breadcrumb{padding:0 16px}.products-error{margin:0 16px 1rem}.products-grid{display:grid!important;grid-template-columns:repeat(2,1fr)!important;gap:12px!important;padding:0 16px}.products-grid+.seller-showcase,.seller-showcase+.products-grid{margin-top:16px}.seller-showcase{width:100%}.product-card{min-width:0!important;border-radius:12px}.product-image{height:220px}.product-info{padding:.875rem 1rem}.product-title{font-size:14px}.product-price{font-size:16px}}@media(max-width:768px){.products-title{font-size:1.75rem}.product-image{height:200px}}@media(max-width:480px){.products-title{font-size:1.5rem}.products-grid{gap:10px!important}.product-image{height:180px}.product-info{padding:.75rem .875rem}}.product-price-free{margin:0}.free-badge{display:inline-block;padding:.375rem .875rem;background:var(--primary-green);color:#fff;border-radius:20px;font-size:14px;font-weight:700;letter-spacing:.5px;box-shadow:0 2px 8px #10b98140}.product-brand{font-size:12px;color:#9ca3af;margin:0 0 .5rem;font-weight:500}.product-colors{display:flex;flex-wrap:wrap;gap:.4rem;margin-top:.5rem}.color-dot{font-size:11px;color:#6b7280;display:flex;align-items:center;gap:.15rem;padding:.2rem .4rem;background:#f3f4f6;border-radius:12px;font-weight:500}.brand-picker-tags{display:flex;flex-wrap:wrap;gap:8px;align-items:center;max-height:300px;overflow-y:auto;padding:4px}.brand-tag{height:28px;padding:4px 10px;border-radius:6px;border:1px solid #dcdcdc;background:#fff;display:inline-flex;align-items:center;gap:5px;cursor:pointer;transition:all .2s ease;font-size:13px;color:#333;font-family:inherit;white-space:nowrap}.brand-tag:hover{box-shadow:0 1px 3px #00000014;border-color:#b0b0b0}.brand-tag.selected{background:#e4f9ef;border:1.5px solid #1dbf73;font-weight:600;padding:4.25px 10.25px}.brand-preview{width:10px;height:10px;border-radius:2px;flex-shrink:0;display:block}.brand-label{line-height:1}.brand-tags-display{display:flex;flex-wrap:wrap;gap:6px;align-items:center;margin-top:4px}.brand-tag-mini{height:26px;padding:4px 8px;border-radius:6px;border:1px solid #dcdcdc;background:#fff;display:inline-flex;align-items:center;gap:5px;font-size:12px;color:#333;white-space:nowrap}.brand-tag-mini.compact{height:24px;padding:3px 7px;font-size:11px}.brand-preview-mini{width:10px;height:10px;border-radius:2px;flex-shrink:0;display:block}.brand-tag-mini.compact .brand-preview-mini{width:8px;height:8px}.brand-label-mini{line-height:1}.brand-count{font-size:12px;color:#666;font-weight:500;padding:2px 6px;background:#f5f5f5;border-radius:4px}.verified-badge{display:inline-flex;align-items:center;justify-content:center;vertical-align:middle;flex-shrink:0;background:linear-gradient(135deg,#3b82f6,#10b981);border-radius:50%;cursor:help;transition:transform .2s ease}.verified-badge:hover{transform:scale(1.1)}.verified-badge-icon{color:#fff;width:100%;height:100%}.verified-badge-small{width:16px;height:16px;margin-left:4px}.verified-badge-medium{width:20px;height:20px;margin-left:6px}.verified-badge-large{width:28px;height:28px;margin-left:8px}@media(max-width:768px){.verified-badge-large{width:24px;height:24px}.verified-badge-medium{width:18px;height:18px;margin-left:5px}.verified-badge-small{width:14px;height:14px;margin-left:3px}}.error-modal-overlay{position:fixed;inset:0;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;justify-content:center;align-items:center;z-index:10001;padding:1rem;animation:fadeIn .2s ease}.error-modal{background:#fff;border-radius:20px;width:100%;max-width:440px;padding:2rem;display:flex;flex-direction:column;align-items:center;text-align:center;box-shadow:0 20px 60px #0000004d;animation:slideUp .3s ease}.error-modal-icon{font-size:3rem;margin-bottom:1rem;line-height:1}.error-modal-title{font-size:1.5rem;font-weight:700;color:#1f2937;margin:0 0 1rem;line-height:1.3}.error-modal-message{font-size:1rem;color:#6b7280;line-height:1.6;margin:0 0 2rem;white-space:pre-line}.error-modal-actions{display:flex;flex-direction:column;gap:.75rem;width:100%}.error-modal-button,.error-modal-button-primary{background:#10b981;color:#fff;border:none;border-radius:12px;padding:.875rem 2.5rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;min-width:120px;width:100%}.error-modal-button:hover,.error-modal-button-primary:hover{background:#059669;transform:translateY(-1px);box-shadow:0 4px 12px #10b9814d}.error-modal-button:active,.error-modal-button-primary:active{transform:translateY(0)}.error-modal-button-secondary{background:transparent;color:#6b7280;border:2px solid #e5e7eb;border-radius:12px;padding:.875rem 2.5rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;min-width:120px;width:100%}.error-modal-button-secondary:hover{background:#f9fafb;border-color:#d1d5db;color:#374151}.error-modal-button-secondary:active{background:#f3f4f6}@media(max-width:640px){.error-modal{max-width:none;border-radius:20px;padding:1.5rem}.error-modal-icon{font-size:2.5rem}.error-modal-title{font-size:1.25rem}.error-modal-message{font-size:.9375rem}}.unified-bundle-overlay{position:fixed;inset:0;background:#0009;z-index:10000;display:flex;align-items:center;justify-content:center;padding:20px;animation:fadeIn .2s ease}.unified-bundle-modal{background:#fff;border-radius:16px;width:100%;max-width:900px;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 20px 60px #0000004d;animation:slideUp .3s ease}.unified-bundle-header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid #eee}.unified-bundle-header h2{margin:0;font-size:24px;font-weight:600;color:#1a1a1a}.unified-bundle-close{background:none;border:none;font-size:24px;color:#666;cursor:pointer;width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s ease}.unified-bundle-close:hover{background:#f5f5f5;color:#1a1a1a}.unified-bundle-subtitle{padding:16px 24px 0;margin:0;color:#666;font-size:14px}.unified-bundle-content{display:grid;grid-template-columns:1fr 320px;gap:24px;padding:24px;overflow-y:auto;flex:1}.unified-bundle-products{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:16px;align-content:start}.unified-bundle-product{background:#fff;border:2px solid #e5e5e5;border-radius:12px;cursor:pointer;transition:all .2s ease;overflow:hidden}.unified-bundle-product:hover{border-color:#09f;transform:translateY(-2px);box-shadow:0 4px 12px #0099ff26}.unified-bundle-product.selected{border-color:#09f;background:#f0f8ff}.unified-bundle-product-image-wrapper{position:relative;width:100%;padding-top:100%;background:#f8f8f8}.unified-bundle-product-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.unified-bundle-checkmark{position:absolute;top:8px;right:8px;width:28px;height:28px;background:#09f;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:700;box-shadow:0 2px 8px #09f6}.unified-bundle-product-info{padding:12px}.unified-bundle-product-title{margin:0 0 6px;font-size:14px;font-weight:500;color:#1a1a1a;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.unified-bundle-product-price{margin:0 0 4px;font-size:16px;font-weight:600;color:#1a1a1a}.unified-bundle-product-likes{margin:0;font-size:12px;color:#666}.unified-bundle-summary{background:#f8f9fa;border-radius:12px;padding:20px;height:fit-content;position:sticky;top:0}.unified-bundle-summary h3{margin:0 0 16px;font-size:18px;font-weight:600;color:#1a1a1a}.unified-bundle-summary-content{display:flex;flex-direction:column;gap:12px}.unified-bundle-count{margin:0 0 8px;font-size:14px;color:#666}.unified-bundle-row{display:flex;justify-content:space-between;align-items:center;font-size:14px;color:#666}.unified-bundle-value{font-weight:500;color:#1a1a1a}.unified-bundle-divider{height:1px;background:#ddd;margin:8px 0}.unified-bundle-total{font-size:16px;font-weight:600;color:#1a1a1a;margin-top:8px}.unified-bundle-total-label{font-size:16px;font-weight:600}.unified-bundle-total-value{font-size:20px;font-weight:700;color:#09f}.unified-bundle-info{background:#fff;border-radius:8px;padding:12px;margin-top:8px}.unified-bundle-info p{margin:0;font-size:13px;color:#666}.unified-bundle-info p:first-child{font-weight:500;color:#1a1a1a;margin-bottom:4px}.unified-bundle-note{font-size:12px;color:#999}.unified-bundle-footer{padding:16px 24px;border-top:1px solid #eee;display:none}.unified-bundle-cta{width:100%;background:#09f;color:#fff;border:none;border-radius:8px;padding:16px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s ease}.unified-bundle-cta:hover:not(:disabled){background:#0088e6;transform:translateY(-1px);box-shadow:0 4px 12px #0099ff4d}.unified-bundle-cta:disabled{background:#ccc;cursor:not-allowed;opacity:.6}@media(max-width:768px){.unified-bundle-overlay{padding:0;align-items:flex-end}.unified-bundle-modal{max-width:100%;max-height:95vh;border-radius:20px 20px 0 0;animation:slideUpMobile .3s ease}.unified-bundle-header{padding:16px 20px}.unified-bundle-header h2{font-size:20px}.unified-bundle-subtitle{padding:12px 20px 0;font-size:13px}.unified-bundle-content{grid-template-columns:1fr;gap:0;padding:16px 20px 90px}.unified-bundle-products{grid-template-columns:repeat(2,1fr);gap:12px;margin-bottom:20px}.unified-bundle-product-info{padding:10px}.unified-bundle-product-title{font-size:13px}.unified-bundle-product-price{font-size:14px}.unified-bundle-summary{position:relative;padding:16px}.unified-bundle-summary h3{font-size:16px;margin-bottom:12px}.unified-bundle-footer{display:block;position:fixed;bottom:0;left:0;right:0;background:#fff;padding:12px 20px;padding-bottom:calc(12px + env(safe-area-inset-bottom));box-shadow:0 -2px 10px #0000001a;z-index:10}.unified-bundle-cta{padding:14px;font-size:15px}@keyframes slideUpMobile{0%{transform:translateY(100%)}to{transform:translateY(0)}}}@media(max-width:480px){.unified-bundle-products{grid-template-columns:repeat(2,1fr);gap:10px}.unified-bundle-checkmark{width:24px;height:24px;font-size:14px}}.bundle-review-modal-mobile{position:fixed;bottom:0;left:0;right:0;background:#fff;border-radius:20px 20px 0 0;max-height:95vh;display:flex;flex-direction:column;box-shadow:0 -4px 20px #00000026;animation:slideUpMobile .3s ease;z-index:10001}.bundle-review-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid #eee;flex-shrink:0}.bundle-review-header h2{margin:0;font-size:20px;font-weight:600;color:#1a1a1a;flex:1;text-align:center}.btn-back-bundle,.btn-close-bundle{background:none;border:none;font-size:24px;color:#666;cursor:pointer;width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s ease;flex-shrink:0}.btn-back-bundle:hover,.btn-close-bundle:hover{background:#f5f5f5;color:#1a1a1a}.bundle-review-content-mobile{flex:1;overflow-y:auto;padding:16px 20px 100px}.bundle-review-products{margin-bottom:24px}.bundle-review-products h3{margin:0 0 16px;font-size:16px;font-weight:600;color:#1a1a1a}.bundle-review-product-item{display:flex;gap:12px;padding:12px;background:#f8f9fa;border-radius:12px;margin-bottom:8px}.bundle-review-product-image{width:60px;height:60px;object-fit:cover;border-radius:8px;background:#e5e5e5;flex-shrink:0}.bundle-review-product-details{flex:1;display:flex;flex-direction:column;justify-content:center}.bundle-review-product-details h4{margin:0 0 4px;font-size:14px;font-weight:500;color:#1a1a1a;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bundle-review-product-details p{margin:0;font-size:16px;font-weight:600;color:#1a1a1a}.bundle-review-delivery{margin-bottom:24px}.bundle-review-delivery h3{margin:0 0 16px;font-size:16px;font-weight:600;color:#1a1a1a}.delivery-option-mobile{display:block;position:relative;margin-bottom:12px;cursor:pointer}.delivery-option-mobile input{position:absolute;opacity:0;pointer-events:none}.delivery-option-content{display:flex;align-items:center;gap:12px;padding:16px;background:#f8f9fa;border:2px solid #e5e5e5;border-radius:12px;transition:all .2s ease}.delivery-option-mobile.selected .delivery-option-content{border-color:#09f;background:#f0f8ff}.delivery-option-mobile:hover .delivery-option-content{border-color:#09f}.delivery-icon{font-size:24px;flex-shrink:0}.delivery-info{flex:1;display:flex;flex-direction:column;gap:2px}.delivery-info strong{font-size:15px;font-weight:600;color:#1a1a1a}.delivery-info span{font-size:13px;color:#666}.delivery-price{font-size:16px;font-weight:600;color:#1a1a1a;flex-shrink:0}.bundle-review-summary{background:#f8f9fa;border-radius:12px;padding:16px}.bundle-review-row{display:flex;justify-content:space-between;align-items:center;font-size:14px;color:#666;margin-bottom:8px}.bundle-review-row:last-child{margin-bottom:0}.bundle-review-divider{height:1px;background:#ddd;margin:12px 0}.bundle-review-total{font-size:16px;font-weight:600;color:#1a1a1a;margin-top:12px}.bundle-review-total span:last-child{font-size:20px;font-weight:700;color:#09f}.bundle-review-cta{position:fixed;bottom:0;left:0;right:0;background:#fff;padding:12px 20px;padding-bottom:calc(12px + env(safe-area-inset-bottom));box-shadow:0 -2px 10px #0000001a;z-index:10}.btn-proceed-bundle-checkout{width:100%;background:#09f;color:#fff;border:none;border-radius:8px;padding:16px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s ease}.btn-proceed-bundle-checkout:hover:not(:disabled){background:#0088e6;transform:translateY(-1px);box-shadow:0 4px 12px #0099ff4d}.btn-proceed-bundle-checkout:disabled{background:#ccc;cursor:not-allowed;opacity:.6}.meet-buyer-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:10000;padding:1rem;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);animation:fadeIn .2s ease}.meet-buyer-modal{background:#fff;border-radius:16px;max-width:420px;width:100%;box-shadow:0 20px 60px #0000004d;animation:slideUp .3s ease;overflow:hidden}.meet-buyer-header{padding:1.5rem 1.5rem 1rem;text-align:center}.meet-buyer-title{font-size:1.25rem;font-weight:600;color:#1a1a1a;margin:0;display:flex;align-items:center;justify-content:center;gap:.5rem}.meet-buyer-title-icon{font-size:1.5rem}.meet-buyer-content{padding:0 1.5rem 1.5rem;display:flex;flex-direction:column;gap:1rem}.meet-buyer-text{font-size:.95rem;color:#4a4a4a;line-height:1.6;margin:0;text-align:center}.meet-buyer-tip{display:flex;align-items:center;gap:.5rem;padding:.875rem 1rem;background:#f0f7ff;border-radius:8px;border-left:3px solid #2563eb;font-size:.9rem;color:#1e40af;line-height:1.5}.meet-buyer-tip-icon{font-size:1.125rem;flex-shrink:0}.meet-buyer-actions{display:flex;gap:.5rem;padding:1rem 1.5rem 1.5rem;border-top:1px solid #e5e5e5}.meet-buyer-btn{flex:1;padding:.875rem 1.5rem;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease}.meet-buyer-btn-cancel{background:#f5f5f5;color:#666}.meet-buyer-btn-cancel:hover{background:#e5e5e5;color:#4a4a4a}.meet-buyer-btn-confirm{background:#2563eb;color:#fff}.meet-buyer-btn-confirm:hover{background:#1e40af}@media(max-width:480px){.meet-buyer-overlay{padding:0;align-items:flex-end}.meet-buyer-modal{border-radius:16px 16px 0 0;animation:slideUpMobile .3s ease}@keyframes slideUpMobile{0%{transform:translateY(100%)}to{transform:translateY(0)}}.meet-buyer-header{padding:1.25rem 1.25rem .875rem}.meet-buyer-title{font-size:1.125rem}.meet-buyer-content{padding:0 1.25rem 1.25rem}.meet-buyer-actions{padding:.875rem 1.25rem 1.25rem}}.report-modal-overlay{position:fixed;inset:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:10000;padding:1rem;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);animation:fadeIn .2s ease-out}.report-modal-content{background:#fff;border-radius:16px;max-width:500px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 8px 32px #0003;animation:slideUp .3s ease-out}.report-modal-header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 1.5rem 1rem;border-bottom:1px solid #f0f0f0}.report-modal-header h2{margin:0;font-size:1.25rem;font-weight:600;color:#1a1a1a}.report-close-button{background:none;border:none;font-size:2rem;color:#666;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s;line-height:1}.report-close-button:hover{background:#f5f5f5;color:#333}.report-product-info{padding:1rem 1.5rem;background:#f8f9fa;border-bottom:1px solid #f0f0f0}.report-product-title{margin:0;font-size:.95rem;color:#666;font-weight:500}.report-form{padding:1.5rem}.report-form-section{margin-bottom:1.5rem}.report-label{display:block;font-size:.9rem;font-weight:600;color:#333;margin-bottom:.75rem}.report-reasons{display:flex;flex-direction:column;gap:.5rem}.report-reason-option{display:flex;align-items:center;padding:.875rem 1rem;border:2px solid #e0e0e0;border-radius:8px;cursor:pointer;transition:all .2s}.report-reason-option:hover{border-color:#3b82f6;background:#f8fafc}.report-reason-option input[type=radio]{margin:0;margin-right:.75rem;width:18px;height:18px;cursor:pointer;accent-color:#3b82f6}.report-reason-option input[type=radio]:checked~.report-reason-label{font-weight:600;color:#3b82f6}.report-reason-option:has(input:checked){border-color:#3b82f6;background:#f0f7ff}.report-reason-label{font-size:.9rem;color:#333;line-height:1.4}.report-textarea{width:100%;padding:.875rem;border:2px solid #e0e0e0;border-radius:8px;font-size:.9rem;font-family:inherit;resize:vertical;transition:border-color .2s}.report-textarea:focus{outline:none;border-color:#3b82f6}.report-char-count{margin:.5rem 0 0;font-size:.8rem;color:#999;text-align:right}.report-privacy-notice{padding:.875rem 1rem;background:#f0f7ff;border:1px solid #bfdbfe;border-radius:8px;margin-bottom:1.5rem}.report-privacy-notice p{margin:0;font-size:.85rem;color:#1e40af;line-height:1.5}.report-modal-actions{display:flex;gap:.75rem}.report-cancel-button,.report-submit-button{flex:1;padding:.875rem 1.5rem;border-radius:8px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .2s;border:none}.report-cancel-button{background:#f5f5f5;color:#666}.report-cancel-button:hover:not(:disabled){background:#e5e5e5}.report-submit-button{background:#3b82f6;color:#fff}.report-submit-button:hover:not(:disabled){background:#2563eb;transform:translateY(-1px);box-shadow:0 4px 12px #3b82f64d}.report-submit-button:disabled,.report-cancel-button:disabled{opacity:.5;cursor:not-allowed}.report-success{padding:3rem 2rem;text-align:center}.success-icon{width:64px;height:64px;background:#10b981;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:700;margin:0 auto 1.5rem;animation:scaleIn .4s ease-out}@keyframes scaleIn{0%{transform:scale(0)}to{transform:scale(1)}}.report-success h2{margin:0 0 .5rem;font-size:1.25rem;font-weight:600;color:#1a1a1a}.report-success p{margin:0;font-size:.95rem;color:#666}@media(max-width:640px){.report-modal-overlay{padding:0;align-items:flex-end}.report-modal-content{max-width:100%;border-radius:16px 16px 0 0;max-height:95vh}.report-modal-header{padding:1.25rem 1.25rem .75rem}.report-modal-header h2{font-size:1.15rem}.report-form{padding:1.25rem}.report-modal-actions{flex-direction:column-reverse}.report-cancel-button,.report-submit-button{width:100%}}.detail-container{max-width:1200px;margin:0 auto}.btn-back-detail{background:#fffffff2;color:#111827;border:none;padding:.75rem 1.5rem;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);margin-bottom:2rem;box-shadow:0 2px 8px #0000001a}.btn-back-detail:hover{background:#fff;transform:translate(-4px);box-shadow:0 4px 12px #00000026}.detail-loading,.detail-error{text-align:center;color:#fff;font-size:1.2rem;padding:2rem}.detail-error{background:#ffffff1a;border-radius:16px;padding:3rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.btn-back{background:#fff;color:#667eea;border:none;padding:.75rem 1.5rem;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;margin-top:1rem;transition:all .2s ease}.btn-back:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.detail-content{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 10px 40px #00000026;display:grid;grid-template-columns:1fr 1fr;gap:3rem}.price-favorite-row{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.btn-favorite-detail{background:#f59e0b1a;color:#f59e0b;border:2px solid #F59E0B;padding:.75rem 1.5rem;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;white-space:nowrap}.btn-favorite-detail:hover{background:#f59e0b33;transform:translateY(-2px);box-shadow:0 4px 12px #f59e0b4d}.btn-favorite-detail.favorited{background:#f59e0b;color:#fff;animation:pulse .3s ease}.btn-favorite-detail:disabled{opacity:.6;cursor:not-allowed}.likes-count-display{font-size:.9rem;color:#6b7280;display:flex;align-items:center;gap:6px;margin-top:.5rem;font-weight:500}.detail-images{position:relative}.image-carousel{position:relative;width:100%;height:500px;border-radius:12px;overflow:hidden;background:#f5f5f5}.image-carousel img{width:100%;height:100%;object-fit:cover}.carousel-btn{position:absolute;top:50%;transform:translateY(-50%);background:#ffffffe6;border:none;width:48px;height:48px;border-radius:50%;font-size:2rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;box-shadow:0 2px 8px #00000026}.carousel-btn:hover{background:#fff;transform:translateY(-50%) scale(1.1)}.carousel-btn.prev{left:1rem}.carousel-btn.next{right:1rem}.image-indicators{display:flex;justify-content:center;gap:.5rem;margin-top:1rem}.indicator{width:12px;height:12px;border-radius:50%;border:none;background:#ddd;cursor:pointer;transition:all .2s ease}.indicator.active{background:#667eea;transform:scale(1.2)}.detail-info{display:flex;flex-direction:column;gap:1.5rem}.detail-header h1{font-size:2rem;font-weight:700;color:#333;margin:0 0 1rem}.title-report-row{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:1rem}.title-report-row h1{margin:0;flex:1}.btn-report-product{display:flex;align-items:center;gap:.375rem;padding:.5rem .875rem;background:transparent;border:1px solid #e0e0e0;border-radius:8px;color:#666;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s;white-space:nowrap;flex-shrink:0}.btn-report-product:hover{background:#f8f9fa;border-color:#d0d0d0;color:#333}.report-icon{font-size:1rem;line-height:1}.report-text{line-height:1}.detail-price-container{display:flex;flex-direction:column;gap:.375rem}.detail-price{font-size:2rem;font-weight:700;color:#667eea;margin:0}.detail-price-free{font-size:2rem;font-weight:700;background:linear-gradient(135deg,#10b981,#059669);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin:0}.detail-original-price{font-size:1.25rem;color:#999;text-decoration:line-through;font-weight:500}.detail-savings{font-size:.9375rem;color:#10b981;font-weight:700;background:#f0fdf4;padding:.375rem .75rem;border-radius:6px;display:inline-block;margin-top:.25rem}.detail-meta{display:flex;gap:2rem;padding:1rem 0;border-top:1px solid #e0e0e0;border-bottom:1px solid #e0e0e0}.meta-item{font-size:.95rem;color:#666}.meta-item strong{color:#333;margin-right:.5rem}.detail-description h2{font-size:1.3rem;font-weight:600;color:#333;margin:0 0 1rem}.detail-description p{font-size:1rem;line-height:1.6;color:#555;margin:0}.seller-info-card{background:linear-gradient(135deg,#f0fdf4,#dcfce7);border:2px solid #10B981;padding:1.5rem;border-radius:16px;box-shadow:0 4px 12px #10b9811a}.seller-info-card h3{font-size:1.1rem;font-weight:600;color:#065f46;margin:0 0 1rem}.seller-profile{display:flex;align-items:center;gap:1rem;margin-bottom:1.25rem}.seller-avatar{width:60px;height:60px;border-radius:50%;object-fit:cover;border:3px solid #10B981;box-shadow:0 4px 12px #10b98126}.seller-details{flex:1}.seller-name{font-size:1.05rem;font-weight:600;color:#1f2937;margin:0 0 .5rem}.seller-level-badge{display:inline-block;background:linear-gradient(135deg,#10b981,#059669);color:#fff;padding:.35rem .85rem;border-radius:16px;font-size:.8rem;font-weight:700;margin-bottom:.5rem;box-shadow:0 2px 8px #10b9814d}.seller-badges-row{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:.5rem}.seller-badge-pill{display:inline-flex;align-items:center;gap:.35rem;background:#fff;padding:.3rem .7rem;border-radius:14px;font-size:.75rem;font-weight:600;color:#92400e;box-shadow:0 2px 6px #f59e0b33;transition:all .2s ease}.seller-badge-pill:hover{transform:translateY(-1px);box-shadow:0 3px 10px #f59e0b4d}.badge-emoji-small{font-size:1rem}.badge-text-small{white-space:nowrap}.seller-location{font-size:.9rem;color:#4b5563;margin:0}.seller-actions{display:flex;flex-direction:column;gap:.75rem;margin-top:1rem}.btn-buy-now{width:100%;background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;padding:1.25rem 1.5rem;border-radius:12px;font-size:1.1rem;font-weight:700;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 14px #10b9814d}.btn-buy-now:hover:not(:disabled){transform:translateY(-3px);box-shadow:0 10px 25px #10b98180}.btn-buy-now:disabled{opacity:.6;cursor:not-allowed;transform:none}.btn-buy-now.sold{background:linear-gradient(135deg,#9ca3af,#6b7280);box-shadow:none;opacity:1}.btn-buy-now.reserved{background:linear-gradient(135deg,#f59e0b,#d97706);box-shadow:none;opacity:1;cursor:not-allowed}.btn-contact-seller{width:100%;background:#fff;color:#10b981;border:2px solid #10B981;padding:1rem 1.5rem;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease}.btn-contact-seller:hover:not(:disabled){background:#f0fdf4;transform:translateY(-2px);box-shadow:0 8px 20px #10b98133}.btn-contact-seller:disabled{opacity:.6;cursor:not-allowed;transform:none}.btn-view-profile-small{width:100%;background:#fff;color:#10b981;border:2px solid #10B981;padding:.875rem 1.5rem;border-radius:12px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .2s ease}.btn-view-profile-small:hover{background:#f0fdf4;transform:translateY(-2px)}.delivery-info-card{margin-top:1.5rem;padding:1.25rem;background:linear-gradient(135deg,#f0fdf4,#dcfce7);border-radius:12px;border:2px solid #10B981}.delivery-info-card h4{font-size:1rem;font-weight:700;color:#065f46;margin:0 0 1rem}.delivery-method-item{display:flex;align-items:flex-start;gap:.75rem;padding:.75rem;background:#fff;border-radius:8px;margin-bottom:.75rem}.delivery-method-item:last-child{margin-bottom:0}.delivery-method-item .delivery-icon{font-size:1.25rem;flex-shrink:0}.delivery-text{display:flex;flex-direction:column;gap:.25rem;flex:1}.delivery-text strong{font-size:.9375rem;font-weight:700;color:#1f2937}.delivery-text span{font-size:.875rem;color:#6b7280}.checkout-shipping-address-section{padding:1.5rem 2rem;border-bottom:2px solid #f3f4f6;background:#f9fafb}.checkout-shipping-address-section h3{font-size:1.125rem;font-weight:700;color:#1f2937;margin:0 0 1rem}.address-form{display:flex;flex-direction:column;gap:.75rem}.address-input{width:100%;padding:.875rem;border:2px solid #e5e7eb;border-radius:8px;font-size:1rem;transition:all .2s ease;box-sizing:border-box}.address-input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.address-row{display:flex;gap:.75rem}.address-input-half{flex:1}.delivery-info-fixed{display:flex;flex-direction:column;gap:.75rem}.delivery-fixed-item{display:flex;align-items:center;gap:1rem;padding:1rem;background:linear-gradient(135deg,#f0fdf4,#dcfce7);border:2px solid #10B981;border-radius:12px}.delivery-fixed-info{display:flex;flex-direction:column;gap:.25rem;flex:1}.delivery-fixed-info strong{font-size:1rem;font-weight:700;color:#065f46}.delivery-fixed-info span{font-size:.875rem;color:#6b7280}.delivery-fixed-price{font-size:1rem;font-weight:700;color:#10b981}@media(max-width:768px){.checkout-modal{max-height:95vh;margin:.5rem}.checkout-header,.checkout-product-info,.checkout-delivery-section,.checkout-summary,.checkout-actions{padding:1rem 1.25rem}.checkout-header h2{font-size:1.25rem}.checkout-product-image{width:60px;height:60px}.summary-total span:last-child{font-size:1.25rem}}@media(max-width:968px){.detail-content{grid-template-columns:1fr;gap:2rem}.image-carousel{height:400px}}@media(max-width:640px){.detail-content{padding:1.5rem}.image-carousel{height:300px}.detail-header h1{font-size:1.5rem}.title-report-row{gap:.5rem}.btn-report-product{padding:.5rem .75rem;font-size:.8rem}.report-text{display:none}.report-icon{font-size:1.125rem}.detail-price{font-size:1.5rem}.detail-meta{flex-direction:column;gap:.75rem}}.btn-price-breakdown{background:transparent;color:#667eea;border:none;padding:.5rem 0;font-size:.95rem;cursor:pointer;text-decoration:underline;transition:opacity .2s ease;margin-top:.5rem}.btn-price-breakdown:hover{opacity:.7}.price-breakdown-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.price-breakdown-modal{background:#fff;border-radius:20px;padding:2rem;max-width:450px;width:100%;box-shadow:0 20px 60px #0000004d;animation:slideUp .3s ease}.price-breakdown-modal h2{margin:0 0 1.5rem;color:#2d3748;font-size:1.5rem;font-weight:600}.breakdown-section{padding:1rem 0}.breakdown-row{display:flex;justify-content:space-between;align-items:center;color:#4a5568;font-size:1rem;line-height:1.5}.breakdown-price{font-weight:600;color:#2d3748}.breakdown-price-note{color:#718096;font-style:italic;font-size:.95rem}.breakdown-divider{border-top:2px solid #e2e8f0;margin:1rem 0}.breakdown-total{padding:1rem 0 .5rem}.breakdown-total .breakdown-row{font-size:1.1rem}.total-label{font-weight:600;color:#2d3748}.total-price{font-weight:700;color:#667eea;font-size:1.3rem}.breakdown-info{background:#f7fafc;border-radius:12px;padding:1rem;margin:1rem 0 1.5rem}.breakdown-info p{margin:0;color:#4a5568;font-size:.9rem;line-height:1.5}.btn-breakdown-close{width:100%;background:#667eea;color:#fff;border:none;padding:1rem;border-radius:12px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .2s ease}.btn-breakdown-close:hover{background:#5568d3;transform:translateY(-2px);box-shadow:0 4px 12px #667eea4d}@media(max-width:768px){.price-breakdown-modal{padding:1.5rem;max-width:95%}.price-breakdown-modal h2{font-size:1.3rem}.breakdown-row{font-size:.95rem}.total-price{font-size:1.2rem}}.btn-follow-seller{width:100%;padding:.875rem 1.5rem;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;margin:1rem 0;border:none;background:linear-gradient(135deg,#10b981,#059669);color:#fff}.btn-follow-seller:hover{transform:translateY(-2px);box-shadow:0 8px 16px #10b9814d}.btn-follow-seller.following{background:#fff;color:#10b981;border:2px solid #10B981}.btn-follow-seller.following:hover{background:#f0fdf4}.btn-follow-seller:disabled{opacity:.6;cursor:not-allowed;transform:none}.modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.modal-content{background:#fff;border-radius:20px;padding:2rem;max-width:400px;width:90%;box-shadow:0 20px 60px #0000004d}.modal-content h2{margin:0 0 1.5rem;font-size:1.25rem;color:#1f2937;text-align:center}.btn-confirm{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;border:none;padding:.875rem 1.5rem;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease}.btn-confirm:hover{transform:translateY(-2px);box-shadow:0 8px 16px #ef44444d}.btn-cancel{background:#fff;color:#6b7280;border:2px solid #e5e7eb;padding:.875rem 1.5rem;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease}.btn-cancel:hover{border-color:#10b981;color:#10b981}.seller-online-status{margin:.25rem 0}.status-text-online,.status-text-offline{font-size:.8125rem;font-weight:600}.status-text-online{color:#10b981}.status-text-offline{color:#f59e0b}.sold-badge{display:flex;align-items:center;justify-content:flex-start;margin-top:.5rem}.badge-sold{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;padding:.5rem 1.5rem;border-radius:8px;font-weight:700;font-size:1.1rem;letter-spacing:1px;box-shadow:0 4px 12px #ef44444d}.badge-reserved{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;padding:.5rem 1.5rem;border-radius:8px;font-weight:700;font-size:1.1rem;letter-spacing:1px;box-shadow:0 4px 12px #f59e0b4d}.buyer-info-card{background:#ffffff1a;border-radius:12px;padding:1.5rem;margin-top:1rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.buyer-info-card h3{color:#fff;margin:0 0 1rem;font-size:1.1rem}.buyer-profile{display:flex;align-items:center;gap:1rem}.buyer-avatar{width:60px;height:60px;border-radius:50%;object-fit:cover}.buyer-details{flex:1}.buyer-name{color:#fff;font-weight:600;font-size:1rem;margin:0 0 .5rem;display:flex;align-items:center;gap:.5rem}.sold-date{color:#ffffffb3;font-size:.9rem;margin:0}.shipping-action-card,.shipping-status-card,.delivery-confirm-card,.order-completed-card{background:#ffffff1a;border-radius:12px;padding:1.5rem;margin-top:1rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.shipping-action-card h4,.shipping-status-card h4,.delivery-confirm-card h4,.order-completed-card h4{color:#fff;margin:0 0 .5rem;font-size:1.1rem}.shipping-action-card p,.shipping-status-card p,.delivery-confirm-card p,.order-completed-card p{color:#fffc;font-size:.9rem;margin:0 0 1rem}.btn-mark-shipped,.btn-confirm-delivery{background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;width:100%}.btn-mark-shipped:hover:not(:disabled),.btn-confirm-delivery:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #10b98166}.btn-mark-shipped:disabled,.btn-confirm-delivery:disabled{opacity:.6;cursor:not-allowed}.shipping-status-card,.order-completed-card{background:linear-gradient(135deg,#10b98133,#0596691a);border:1px solid rgba(16,185,129,.3)}.order-completed-card p{margin:0}.owner-actions{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:16px;padding:2rem;margin-top:2rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.owner-actions-title{color:#fff;font-size:1.125rem;font-weight:600;margin:0 0 1.5rem}.product-sold-notice{text-align:center;padding:2rem 1.5rem;background:#22c55e1a;border:2px solid rgba(34,197,94,.3);border-radius:12px}.product-sold-notice .sold-icon{font-size:3rem;margin-bottom:.75rem;opacity:.9}.product-sold-notice h4{color:#1f2937;font-size:1.25rem;font-weight:600;margin:0 0 .5rem}.product-sold-notice p{color:#374151;font-size:.9375rem;line-height:1.5;margin:0}.owner-actions-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:.75rem}.btn-owner-action{padding:.875rem 1rem;border:none;border-radius:8px;font-size:.9375rem;font-weight:600;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:.5rem}.btn-owner-action:disabled{opacity:.5;cursor:not-allowed}.btn-owner-action:not(:disabled):hover{transform:translateY(-2px);box-shadow:0 4px 12px #0003}.btn-edit{background:#fff;color:#1a1a1a}.btn-edit:hover:not(:disabled){background:#f5f5f5}.btn-toggle-visibility{background:#6366f1;color:#fff}.btn-toggle-visibility:hover:not(:disabled){background:#4f46e5}.btn-reserve{background:#f59e0b;color:#fff}.btn-reserve:hover:not(:disabled){background:#d97706}.btn-sold{background:#10b981;color:#fff}.btn-sold:hover:not(:disabled){background:#059669}.btn-delete:hover:not(:disabled){background:#dc2626}@media(max-width:768px){.owner-actions-grid{grid-template-columns:1fr}.btn-owner-action{padding:1rem;font-size:.9375rem}.product-sold-notice{padding:1.5rem 1rem}.product-sold-notice .sold-icon{font-size:2.5rem;margin-bottom:.5rem}.product-sold-notice h4{font-size:1.125rem}.product-sold-notice p{font-size:.875rem}}.bundle-purchase-section{max-width:1200px;margin:2rem auto;background:linear-gradient(135deg,#fef3c7,#fcd34d);border-radius:16px;padding:1.5rem 2rem;box-shadow:0 4px 12px #0000001a}.bundle-header{display:flex;justify-content:space-between;align-items:center;gap:2rem}.bundle-text h3{font-size:1.5rem;font-weight:700;color:#92400e;margin:0 0 .5rem}.bundle-subtitle{font-size:1rem;color:#78350f;margin:0;font-weight:500}.btn-create-bundle{background:#92400e;color:#fff;border:none;padding:1rem 2rem;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;white-space:nowrap;box-shadow:0 4px 12px #92400e4d}.btn-create-bundle:hover{background:#78350f;transform:translateY(-2px);box-shadow:0 6px 16px #92400e66}.member-products-section{max-width:1200px;margin:2rem auto;padding:2rem;background:#fff;border-radius:16px;box-shadow:0 4px 12px #00000014}.member-products-title{font-size:1.75rem;font-weight:700;color:#1f2937;margin:0 0 1.5rem}.member-products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1.5rem}@media(max-width:1024px){.member-products-grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr))}}@media(max-width:768px){.bundle-header{flex-direction:column;align-items:stretch;gap:1rem}.btn-create-bundle{width:100%}.bundle-purchase-section,.member-products-section{margin:1.5rem;padding:1.5rem}.member-products-title{font-size:1.5rem}.member-products-grid{grid-template-columns:repeat(2,1fr);gap:1rem}}.bundle-builder-overlay{position:fixed;inset:0;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;justify-content:center;align-items:center;z-index:10000;padding:1rem;overflow-y:auto}.bundle-builder-modal{background:#fff;border-radius:20px;width:100%;max-width:1000px;max-height:90vh;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 20px 60px #0000004d}.bundle-builder-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;border-bottom:1px solid #e5e7eb;background:#f9fafb}.bundle-builder-header h2{font-size:1.75rem;font-weight:700;color:#1f2937;margin:0}.btn-close-bundle{background:transparent;border:none;font-size:1.75rem;color:#6b7280;cursor:pointer;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s ease}.btn-close-bundle:hover{background:#e5e7eb;color:#1f2937}.bundle-builder-subtitle{padding:1rem 2rem;background:#fef3c7;color:#78350f;font-size:1rem;font-weight:500;margin:0;border-bottom:1px solid #FCD34D}.bundle-builder-content{display:grid;grid-template-columns:1fr 350px;gap:0;height:calc(90vh - 200px);overflow:hidden}.bundle-products-list{padding:1.5rem;overflow-y:auto;border-right:1px solid #e5e7eb}.bundle-product-item{display:flex;align-items:center;gap:1rem;padding:1rem;background:#fff;border:2px solid #e5e7eb;border-radius:12px;margin-bottom:1rem;transition:all .3s ease}.bundle-product-item:hover{border-color:#fcd34d;box-shadow:0 4px 12px #fcd34d33}.bundle-product-image-container{flex-shrink:0;width:80px;height:80px;border-radius:8px;overflow:hidden;background:#f3f4f6}.bundle-product-image{width:100%;height:100%;object-fit:cover}.bundle-product-details{flex:1;min-width:0}.bundle-product-title{font-size:1rem;font-weight:600;color:#1f2937;margin:0 0 .5rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bundle-product-price{font-size:1.125rem;font-weight:700;color:#059669;margin:0 0 .25rem}.bundle-product-likes{font-size:.875rem;color:#6b7280;margin:0}.btn-bundle-toggle{flex-shrink:0;padding:.75rem 1.5rem;border-radius:10px;font-size:.9375rem;font-weight:600;cursor:pointer;transition:all .3s ease;border:2px solid #d1d5db;background:#fff;color:#374151}.btn-bundle-toggle:hover{border-color:#fcd34d;background:#fef3c7;color:#92400e}.btn-bundle-toggle.selected{border-color:#059669;background:#059669;color:#fff}.btn-bundle-toggle.selected:hover{background:#047857;border-color:#047857}.bundle-summary{padding:1.5rem;background:#f9fafb;display:flex;flex-direction:column;overflow-y:auto}.bundle-summary h3{font-size:1.25rem;font-weight:700;color:#1f2937;margin:0 0 1.5rem}.bundle-summary-items{flex:1}.bundle-summary-count{font-size:1rem;color:#6b7280;margin:0 0 1.5rem}.bundle-summary-count strong{color:#1f2937;font-weight:700}.bundle-summary-row{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;font-size:.9375rem;color:#6b7280}.bundle-price-value{font-weight:600;color:#1f2937}.bundle-divider{height:1px;background:#d1d5db;margin:1rem 0}.bundle-total-row{padding:1rem 0;margin-top:.5rem}.bundle-total-label{font-size:1.125rem;font-weight:700;color:#1f2937}.bundle-total-value{font-size:1.5rem;font-weight:700;color:#059669}.bundle-shipping-info{background:#fef3c7;border-radius:10px;padding:1rem;margin:1.5rem 0}.bundle-shipping-info p{margin:0;font-size:.875rem;color:#78350f;font-weight:500}.bundle-shipping-note{margin-top:.5rem;font-size:.8125rem;font-weight:400;color:#92400e}.btn-review-bundle{width:100%;padding:1rem;background:linear-gradient(135deg,#059669,#047857);color:#fff;border:none;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #0596694d;margin-top:auto}.btn-review-bundle:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 16px #05966966}.btn-review-bundle:disabled{background:#d1d5db;cursor:not-allowed;box-shadow:none}.bundle-builder-modal-mobile{background:#fff;border-radius:20px 20px 0 0;width:100%;height:95vh;max-height:95vh;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 -4px 20px #0003}.bundle-products-grid-mobile{flex:1;display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem;padding:1rem;overflow-y:auto;background:#f9fafb}.bundle-product-card-mobile{aspect-ratio:.75}.bundle-product-card-inner{position:relative;background:#fff;border-radius:12px;overflow:hidden;height:100%;cursor:pointer;transition:all .2s ease;border:2px solid transparent}.bundle-product-card-inner:active{transform:scale(.98)}.bundle-product-card-inner.selected{border-color:#059669;box-shadow:0 4px 12px #0596694d}.bundle-product-card-image{width:100%;height:65%;object-fit:cover}.bundle-product-card-info{padding:.5rem;height:35%;display:flex;flex-direction:column;justify-content:center}.bundle-product-card-title{font-size:.875rem;font-weight:600;color:#111827;margin:0 0 .25rem;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.bundle-product-card-price{font-size:.875rem;font-weight:700;color:#059669;margin:0}.bundle-product-checkmark{position:absolute;top:.5rem;right:.5rem;width:28px;height:28px;background:#059669;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1rem;font-weight:700;box-shadow:0 2px 8px #0003}.bundle-mobile-cta{flex-shrink:0;padding:1rem;background:#fff;border-top:1px solid #e5e7eb;box-shadow:0 -2px 8px #0000000d}.btn-review-bundle-mobile{width:100%;padding:1rem;background:linear-gradient(135deg,#059669,#047857);color:#fff;border:none;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease}.btn-review-bundle-mobile:active{transform:scale(.98)}.btn-review-bundle-mobile:disabled{background:#d1d5db;cursor:not-allowed}.bundle-review-modal-mobile{background:#fff;border-radius:20px 20px 0 0;width:100%;height:95vh;max-height:95vh;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 -4px 20px #0003}.bundle-review-header{display:flex;align-items:center;justify-content:space-between;padding:1rem;border-bottom:1px solid #e5e7eb;flex-shrink:0}.bundle-review-header h2{font-size:1.25rem;font-weight:700;color:#111827;margin:0;flex:1;text-align:center}.btn-back-bundle{background:none;border:none;font-size:1.5rem;color:#111827;cursor:pointer;padding:.5rem;margin:-.5rem}.bundle-review-content-mobile{flex:1;overflow-y:auto;padding:1rem}.bundle-review-products{margin-bottom:1.5rem}.bundle-review-products h3{font-size:1rem;font-weight:600;color:#111827;margin:0 0 1rem}.bundle-review-product-item{display:flex;gap:.75rem;padding:.75rem;background:#f9fafb;border-radius:12px;margin-bottom:.5rem}.bundle-review-product-image{width:60px;height:60px;object-fit:cover;border-radius:8px}.bundle-review-product-details{flex:1}.bundle-review-product-details h4{font-size:.875rem;font-weight:600;color:#111827;margin:0 0 .25rem}.bundle-review-product-details p{font-size:.875rem;font-weight:700;color:#059669;margin:0}.bundle-review-delivery{margin-bottom:1.5rem}.bundle-review-delivery h3{font-size:1rem;font-weight:600;color:#111827;margin:0 0 1rem}.delivery-option-mobile{display:block;margin-bottom:.75rem;cursor:pointer}.delivery-option-mobile input{display:none}.delivery-option-content{display:flex;align-items:center;gap:.75rem;padding:1rem;background:#f9fafb;border:2px solid #e5e7eb;border-radius:12px;transition:all .2s ease}.delivery-option-mobile.selected .delivery-option-content{background:#ecfdf5;border-color:#059669}.delivery-icon{font-size:1.5rem}.delivery-info{flex:1;display:flex;flex-direction:column}.delivery-info strong{font-size:.875rem;font-weight:600;color:#111827;margin-bottom:.125rem}.delivery-info span{font-size:.75rem;color:#6b7280}.delivery-price{font-size:.875rem;font-weight:700;color:#059669}.bundle-review-summary{background:#f9fafb;padding:1rem;border-radius:12px}.bundle-review-row{display:flex;justify-content:space-between;margin-bottom:.5rem;font-size:.875rem}.bundle-review-row span:first-child{color:#6b7280}.bundle-review-row span:last-child{color:#111827;font-weight:600}.bundle-review-divider{height:1px;background:#e5e7eb;margin:.75rem 0}.bundle-review-total{font-size:1rem;font-weight:700;margin-bottom:0}.bundle-review-total span{color:#111827}.bundle-review-cta{flex-shrink:0;padding:1rem;background:#fff;border-top:1px solid #e5e7eb;box-shadow:0 -2px 8px #0000000d}.btn-proceed-bundle-checkout{width:100%;padding:1rem;background:linear-gradient(135deg,#059669,#047857);color:#fff;border:none;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease}.btn-proceed-bundle-checkout:active{transform:scale(.98)}.btn-proceed-bundle-checkout:disabled{background:#d1d5db;cursor:not-allowed}@media(max-width:768px){.bundle-builder-modal{height:95vh;max-height:95vh;border-radius:20px 20px 0 0;margin-top:auto}.bundle-builder-header,.bundle-builder-subtitle{flex-shrink:0}.bundle-builder-content{display:flex;flex-direction:column;flex:1;min-height:0;overflow:hidden}.bundle-products-list{flex:1;border-right:none;border-bottom:none;min-height:0;overflow-y:auto;order:1}.bundle-summary{flex-shrink:0;background:#fff;border-top:2px solid #e5e7eb;max-height:none;box-shadow:0 -4px 12px #0000001a;order:2}.bundle-product-item{flex-direction:row;align-items:center}.bundle-product-image-container{width:60px;height:60px}.bundle-product-title{font-size:.875rem}.bundle-product-price{font-size:1rem}.btn-bundle-toggle{padding:.5rem 1rem;font-size:.875rem}.bundle-builder-header h2{font-size:1.5rem}.bundle-builder-header{padding:1.25rem 1.5rem}.bundle-builder-subtitle{padding:.75rem 1.5rem;font-size:.9rem}}@media(max-width:480px){.bundle-builder-modal{height:98vh;max-height:98vh;border-radius:16px 16px 0 0}.bundle-products-list{padding:1rem}.bundle-product-item{padding:.75rem;margin-bottom:.75rem}.bundle-product-image-container{width:50px;height:50px}.bundle-product-details{min-width:0}.bundle-product-title{font-size:.8125rem;line-height:1.3}.bundle-product-price{font-size:.9375rem}.bundle-product-likes{font-size:.75rem}.btn-bundle-toggle{padding:.5rem .75rem;font-size:.8125rem;white-space:nowrap}.bundle-summary{padding:1rem}.bundle-summary h3{font-size:1.125rem}.bundle-builder-header{padding:1rem}.bundle-builder-header h2{font-size:1.25rem}.bundle-builder-subtitle{padding:.625rem 1rem;font-size:.85rem}.btn-review-bundle{padding:.875rem;font-size:.9375rem}}.stripe-setup-banner{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.25rem 1.5rem;border-radius:12px;margin-bottom:1.5rem;border:2px solid;background:#fff}.stripe-setup-banner.warning{border-color:#fcd34d;background:linear-gradient(135deg,#fef3c7,#fef9e7)}.stripe-setup-banner.info{border-color:#93c5fd;background:linear-gradient(135deg,#dbeafe,#eff6ff)}.banner-content{display:flex;align-items:flex-start;gap:1rem;flex:1}.banner-icon{font-size:1.75rem;flex-shrink:0;line-height:1}.banner-text{flex:1}.banner-text h4{margin:0 0 .5rem;font-size:1rem;font-weight:700;color:#1f2937}.banner-text p{margin:0;font-size:.9375rem;color:#4b5563;line-height:1.5}.btn-setup-stripe{flex-shrink:0;padding:.75rem 1.5rem;background:linear-gradient(135deg,#059669,#047857);color:#fff;border:none;border-radius:10px;font-size:.9375rem;font-weight:600;cursor:pointer;transition:all .3s ease;white-space:nowrap;box-shadow:0 2px 8px #05966940}.btn-setup-stripe:hover{transform:translateY(-2px);box-shadow:0 4px 12px #05966959}@media(max-width:768px){.stripe-setup-banner{flex-direction:column;align-items:flex-start}.btn-setup-stripe{width:100%}}.btn-make-offer{width:100%;background:#fff;color:#764ba2;border:2px solid #764ba2;padding:1rem 1.5rem;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;margin-top:.75rem}.btn-make-offer:hover:not(:disabled){background:linear-gradient(135deg,#764ba21a,#667eea1a);transform:translateY(-2px);box-shadow:0 8px 20px #764ba233}.btn-make-offer:disabled{opacity:.6;cursor:not-allowed;transform:none}.offer-modal{max-width:500px;width:90%}.modal-subtitle{color:#6b7280;font-size:.95rem;margin:-.5rem 0 1.5rem;text-align:center}.offer-quick-buttons{display:flex;gap:.5rem;margin-top:.75rem;flex-wrap:wrap}.btn-quick-offer{flex:1;min-width:fit-content;padding:.5rem .75rem;background:#f3f4f6;color:#4b5563;border:2px solid #e5e7eb;border-radius:8px;font-size:.85rem;font-weight:500;cursor:pointer;transition:all .2s ease;white-space:nowrap}.btn-quick-offer:hover{background:#e5e7eb;border-color:#764ba2;color:#764ba2;transform:translateY(-1px)}.btn-quick-offer:active{transform:translateY(0)}.offer-form{display:flex;flex-direction:column;gap:1.5rem}.form-group label{font-weight:600;color:#374151;font-size:.95rem}.form-input{padding:.875rem;border:2px solid #e5e7eb;border-radius:8px;font-size:1rem;transition:all .2s ease}.form-input:focus{outline:none;border-color:#764ba2;box-shadow:0 0 0 3px #764ba21a}.form-textarea{padding:.875rem;border:2px solid #e5e7eb;border-radius:8px;font-size:.95rem;font-family:inherit;transition:all .2s ease;resize:vertical}.form-textarea:focus{outline:none;border-color:#764ba2;box-shadow:0 0 0 3px #764ba21a}.input-hint{font-size:.85rem;color:#6b7280}.offer-info-text{margin-top:1rem;padding:1rem;background:#f3f4f6;border-radius:8px;font-size:.9rem;color:#4b5563;line-height:1.5}@media(max-width:768px){.offer-modal{width:95%;max-height:90vh;overflow-y:auto}.offer-quick-buttons{gap:.5rem}.btn-quick-offer{font-size:.8rem;padding:.6rem .5rem;min-height:44px}}.user-search-card{display:flex;align-items:center;gap:1rem;padding:1rem 0;background:#fff;border-bottom:1px solid #e5e7eb;cursor:pointer;transition:all .15s ease}.user-search-card:hover{background:#f9fafb}.user-search-card:last-child{border-bottom:none}.user-search-avatar-container{flex-shrink:0}.user-search-avatar{width:48px;height:48px;border-radius:50%;object-fit:cover;border:1px solid #e5e7eb}.user-search-avatar-placeholder{width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,#10b981,#059669);display:flex;align-items:center;justify-content:center;font-size:1.25rem;font-weight:700;color:#fff;border:1px solid #e5e7eb}.user-search-info{flex:1;min-width:0}.user-search-name{font-size:1.05rem;font-weight:700;color:#111827;margin:0 0 .375rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.user-search-meta{display:flex;align-items:center;gap:1rem;flex-wrap:nowrap}.user-search-city,.user-search-rating{font-size:.875rem;color:#6b7280;display:flex;align-items:center;gap:.25rem;white-space:nowrap}.user-search-follow-btn{flex-shrink:0;padding:.5rem 1.5rem;background:#fff;border:1.5px solid #10B981;color:#10b981;font-size:.875rem;font-weight:600;border-radius:6px;cursor:pointer;transition:all .15s ease;white-space:nowrap;min-width:100px;text-align:center}.user-search-follow-btn:hover:not(:disabled){background:#10b981;color:#fff;transform:translateY(-1px)}.user-search-follow-btn.following{background:#f3f4f6;border-color:#d1d5db;color:#6b7280}.user-search-follow-btn.following:hover:not(:disabled){background:#fee2e2;border-color:#ef4444;color:#ef4444}.user-search-follow-btn:disabled{opacity:.5;cursor:not-allowed}@media(max-width:768px){.user-search-card{padding:.875rem 0;gap:.75rem}.user-search-avatar,.user-search-avatar-placeholder{width:44px;height:44px;font-size:1.15rem}.user-search-name{font-size:.975rem;margin-bottom:.25rem}.user-search-meta{gap:.75rem}.user-search-city,.user-search-rating{font-size:.8125rem}.user-search-follow-btn{padding:.45rem 1.25rem;font-size:.8125rem;min-width:90px}}.search-page{max-width:1400px;margin:0 auto;padding:20px}.search-header{margin-bottom:32px}.search-title{font-size:32px;font-weight:700;color:#1a1a1a;margin-bottom:16px}.ai-detection-banner{background:linear-gradient(135deg,#e8f5e9,#f1f8e9);border:2px solid #c8e6c9;border-radius:12px;padding:16px 20px;display:flex;align-items:center;gap:12px;margin-bottom:20px;animation:slideIn .3s ease-out}.ai-icon{font-size:24px}.ai-text{font-size:16px;color:#2e7d32;font-weight:600}.search-controls{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px;padding:16px 0;border-top:1px solid #e0e0e0;border-bottom:1px solid #e0e0e0}.search-sort{display:flex;align-items:center;gap:12px}.search-sort label{font-size:14px;font-weight:600;color:#666}.search-sort select{padding:8px 16px;border:2px solid #e0e0e0;border-radius:8px;font-size:14px;font-weight:500;color:#1a1a1a;background:#fff;cursor:pointer;transition:all .2s}.search-sort select:hover{border-color:#4caf50}.search-sort select:focus{outline:none;border-color:#4caf50;box-shadow:0 0 0 3px #4caf501a}.search-count{font-size:14px;color:#666;font-weight:500}.search-loading{text-align:center;padding:60px 20px;font-size:16px;color:#666}.search-empty{text-align:center;padding:80px 20px}.empty-icon{font-size:64px;margin-bottom:16px}.search-empty h2{font-size:28px;font-weight:700;color:#1a1a1a;margin-bottom:12px}.search-empty p{font-size:16px;color:#666;margin-bottom:24px}.search-empty button{background:#4caf50;color:#fff;border:none;padding:14px 32px;font-size:16px;font-weight:600;border-radius:8px;cursor:pointer;transition:all .2s}.search-empty button:hover{background:#45a049;transform:translateY(-2px)}.search-sections-container{margin-top:24px}.search-section{margin-bottom:48px}.search-section:last-child{margin-bottom:0}.search-section-title{font-size:1.5rem;font-weight:700;color:#1f2937;margin-bottom:1.5rem;padding-bottom:.75rem;border-bottom:2px solid #10B981}.search-users-list{display:flex;flex-direction:column;gap:0;background:#fff;border-radius:8px;padding:0 1rem;border:1px solid #e5e7eb}.search-results{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:24px}.search-product-card{background:#fff;border-radius:12px;overflow:hidden;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 8px #0000000f}.search-product-card:hover{transform:translateY(-6px);box-shadow:0 12px 24px #00000026}.search-product-image{width:100%;aspect-ratio:1;object-fit:cover}.search-product-info{padding:16px}.search-product-title{font-size:16px;font-weight:600;color:#1a1a1a;margin-bottom:8px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;line-height:1.4}.search-product-price{font-size:20px;font-weight:700;color:#4caf50;margin-bottom:4px}.search-product-brand{font-size:13px;color:#666;font-weight:500}@media(max-width:768px){.search-page{padding:16px}.search-title{font-size:24px}.search-controls{flex-direction:column;align-items:flex-start}.search-section{margin-bottom:32px}.search-section-title{font-size:1.25rem;margin-bottom:1rem}.search-users-list{gap:0;padding:0 .75rem}.search-results{grid-template-columns:repeat(2,1fr);gap:16px}.search-product-title{font-size:14px}.search-product-price{font-size:18px}}@media(min-width:1200px){.search-results{grid-template-columns:repeat(5,1fr)}}.discover-filter-modal-overlay{position:fixed;inset:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:2000;padding:1rem}.discover-filter-modal{background:#fff;border-radius:16px;max-width:500px;width:100%;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 20px 60px #0000004d}.discover-filter-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #e5e7eb}.discover-filter-header h2{margin:0;font-size:1.5rem;font-weight:700;color:#111827}.discover-filter-close{background:none;border:none;font-size:1.5rem;color:#6b7280;cursor:pointer;padding:.25rem;transition:all .2s ease}.discover-filter-close:hover{color:#111827;transform:scale(1.1)}.discover-filter-content{flex:1;overflow-y:auto;padding:1.5rem}.discover-filter-section{margin-bottom:1.5rem}.discover-filter-label{display:block;font-weight:600;font-size:.875rem;color:#374151;margin-bottom:.5rem}.discover-filter-label.required:after{content:" *";color:#ef4444}.discover-filter-select{width:100%;padding:.75rem;border:2px solid #e5e7eb;border-radius:12px;font-size:1rem;color:#111827;background:#fff;transition:all .2s ease}.discover-filter-select:focus{outline:none;border-color:var(--primary-green);box-shadow:0 0 0 3px #10b9811a}.discover-filter-input{flex:1;padding:.75rem;border:2px solid #e5e7eb;border-radius:12px;font-size:1rem;color:#111827;background:#fff;transition:all .2s ease}.discover-filter-input:focus{outline:none;border-color:var(--primary-green);box-shadow:0 0 0 3px #10b9811a}.discover-filter-price-range{display:flex;align-items:center;gap:.75rem}.discover-filter-separator{color:#6b7280;font-weight:600}.discover-filter-checkbox-label{display:flex;align-items:center;gap:.75rem;cursor:pointer;padding:.75rem;border-radius:12px;transition:all .2s ease}.discover-filter-checkbox-label:hover{background:#f3f4f6}.discover-filter-checkbox{width:20px;height:20px;cursor:pointer;accent-color:var(--primary-green)}.discover-filter-checkbox-label span{font-size:1rem;color:#111827;font-weight:500}.discover-filter-footer{display:flex;gap:1rem;padding:1.5rem;border-top:1px solid #e5e7eb}.discover-filter-btn-secondary{flex:1;padding:.875rem 1.5rem;background:#fff;color:#374151;border:2px solid #e5e7eb;border-radius:12px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .2s ease}.discover-filter-btn-secondary:hover{background:#f3f4f6;border-color:#d1d5db}.discover-filter-btn-primary{flex:2;padding:.875rem 1.5rem;background:var(--primary-green);color:#fff;border:none;border-radius:12px;font-weight:700;font-size:1rem;cursor:pointer;transition:all .2s ease}.discover-filter-btn-primary:hover{background:#059669;transform:translateY(-2px);box-shadow:0 8px 20px #10b9814d}@media(max-width:768px){.discover-filter-modal{max-height:95vh}.discover-filter-header h2{font-size:1.25rem}.discover-filter-price-range{flex-direction:column;gap:.5rem}.discover-filter-separator{display:none}.discover-filter-footer{flex-direction:column}.discover-filter-btn-secondary,.discover-filter-btn-primary{width:100%}}.discover-product-card{width:100%;height:100vh;height:100dvh;position:relative;background:#000;overflow:hidden;overscroll-behavior:contain;touch-action:pan-y}.discover-product-images{width:100%;height:100%;position:relative}.discover-product-image{width:100%;height:100%;object-fit:contain;object-position:center}.discover-image-counter{position:absolute;top:1rem;right:1rem;padding:.375rem .75rem;background:#0009;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;color:#fff;font-size:.875rem;font-weight:600;z-index:10;pointer-events:none;-webkit-user-select:none;user-select:none;text-shadow:0 2px 4px rgba(0,0,0,.3)}.discover-product-overlay{position:absolute;bottom:0;left:0;right:80px;background:linear-gradient(to top,rgba(0,0,0,.85) 0%,rgba(0,0,0,.5) 50%,transparent 100%);padding:1.5rem 1rem calc(1rem + env(safe-area-inset-bottom,0px));z-index:10}.discover-product-info{color:#fff}.discover-seller-info-inline{display:flex;align-items:center;gap:.375rem;margin-bottom:.75rem;font-size:.875rem}.discover-seller-name-inline{font-weight:600;color:#fff;text-shadow:0 2px 8px rgba(0,0,0,.5)}.discover-seller-city-inline{color:#ffffffd9;text-shadow:0 2px 8px rgba(0,0,0,.5)}.discover-actions-column{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);display:flex;flex-direction:column;gap:1rem;z-index:100;align-items:center}.discover-action-item{display:flex;flex-direction:column;align-items:center;gap:.25rem;background:none;border:none;cursor:pointer;-webkit-tap-highlight-color:transparent}.discover-action-avatar-wrapper{position:relative;cursor:pointer}.discover-action-avatar{width:48px;height:48px;border-radius:50%;object-fit:cover;border:2px solid white;box-shadow:0 4px 12px #0006;transition:transform .2s ease}.discover-action-avatar-wrapper:active .discover-action-avatar{transform:scale(.95)}.discover-action-follow-indicator{position:absolute;bottom:-2px;right:-2px;width:20px;height:20px;border-radius:50%;background:#ef4444;color:#fff;font-size:.875rem;font-weight:700;display:flex;align-items:center;justify-content:center;border:2px solid white;box-shadow:0 2px 8px #0000004d}.discover-action-circle{width:48px;height:48px;border-radius:50%;background:#ffffff1f;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1.5px solid rgba(255,255,255,.25);display:flex;align-items:center;justify-content:center;transition:all .2s ease;box-shadow:0 4px 12px #0000004d}.discover-action-circle.active{background:#ef444433;border-color:#ef444480}.discover-action-circle.discover-action-buy-special{background:#10b98133;border-color:#10b98180}.discover-action-item:active .discover-action-circle{transform:scale(.9)}.discover-action-icon-vertical{font-size:1.5rem}.discover-action-text{font-size:.75rem;font-weight:600;color:#fff;text-shadow:0 2px 8px rgba(0,0,0,.5)}.discover-product-name{margin:0 0 .5rem;font-size:1.5rem;font-weight:700;color:#fff;text-shadow:0 2px 8px rgba(0,0,0,.5);line-height:1.3}.discover-product-price{font-size:1.75rem;font-weight:800;color:#fff;text-shadow:0 2px 8px rgba(0,0,0,.5)}.discover-price-free{background:linear-gradient(135deg,#f59e0b,#ef4444);padding:.25rem .75rem;border-radius:12px;display:inline-block}.discover-product-condition{display:inline-block;background:#fff3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:.375rem .875rem;border-radius:20px;font-size:.875rem;font-weight:600;color:#fff;margin-top:.5rem}@media(max-width:768px){.discover-image-counter{top:.75rem;right:.75rem;padding:.25rem .625rem;font-size:.8125rem}.discover-product-overlay{padding:1.25rem .875rem calc(.875rem + env(safe-area-inset-bottom,0px));right:70px}.discover-product-name{font-size:1.25rem}.discover-product-price{font-size:1.5rem}.discover-actions-column{right:.5rem;gap:.875rem}.discover-action-avatar,.discover-action-circle{width:44px;height:44px}.discover-action-icon-vertical{font-size:1.375rem}.discover-action-text{font-size:.6875rem}}@media(min-width:769px){.discover-product-card{max-width:500px;margin:0 auto;border-radius:16px;overflow:hidden}}.discover-message-modal-overlay{position:fixed;inset:0;background:#000000bf;display:flex;align-items:flex-end;justify-content:center;z-index:10000;animation:fadeIn .2s ease-out}.discover-message-modal{background:#fff;width:100%;max-width:600px;border-radius:20px 20px 0 0;box-shadow:0 -4px 20px #00000026;animation:slideUp .3s ease-out;max-height:80vh;display:flex;flex-direction:column}.discover-message-modal-header{padding:1.25rem 1.5rem 1rem;border-bottom:1px solid #eee;position:relative;text-align:center}.discover-message-modal-header h3{margin:0;font-size:1.125rem;font-weight:600;color:#000}.discover-message-modal-close{position:absolute;top:1.25rem;right:1.5rem;background:none;border:none;font-size:1.5rem;color:#666;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;transition:color .2s}.discover-message-modal-close:hover{color:#000}.discover-message-modal-product{display:flex;gap:1rem;padding:1.5rem;border-bottom:1px solid #eee;background:#fafafa}.discover-message-modal-product img{width:70px;height:70px;object-fit:cover;border-radius:8px;flex-shrink:0}.discover-message-modal-product-info{flex:1;display:flex;flex-direction:column;justify-content:center;gap:.25rem}.discover-message-modal-product-title{margin:0;font-size:.9375rem;font-weight:500;color:#000;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.discover-message-modal-product-price{margin:0;font-size:1.125rem;font-weight:700;color:#000}.discover-message-modal-body{padding:1.5rem;flex:1;display:flex;flex-direction:column;gap:1rem}.discover-message-modal-input{width:100%;padding:1rem;border:1px solid #ddd;border-radius:12px;font-size:1rem;font-family:inherit;resize:none;transition:border-color .2s}.discover-message-modal-input:focus{outline:none;border-color:#000}.discover-message-modal-input::placeholder{color:#999}.discover-message-modal-footer{display:flex;align-items:center;justify-content:space-between;gap:1rem}.discover-message-modal-counter{font-size:.875rem;color:#666}.discover-message-modal-send{background:#000;color:#fff;border:none;padding:.875rem 2rem;border-radius:24px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s;white-space:nowrap}.discover-message-modal-send:hover:not(:disabled){background:#333;transform:scale(1.02)}.discover-message-modal-send:disabled{background:#ddd;color:#999;cursor:not-allowed}.discover-message-modal-limit{text-align:center;padding:2rem 1rem}.discover-message-modal-limit p{margin:0 0 .75rem;font-size:1rem;color:#333}.discover-message-modal-limit-hint{font-size:.875rem;color:#666}@media(max-width:768px){.discover-message-modal{max-width:100%;border-radius:20px 20px 0 0}}.discover-container{position:fixed;inset:0;width:100vw;height:100vh;height:100dvh;overflow:hidden;background:#000;z-index:999;overscroll-behavior:contain;touch-action:pan-y;-webkit-overflow-scrolling:touch}.discover-feed{width:100%;height:100vh;height:100dvh;overscroll-behavior:contain;touch-action:pan-y}.discover-close-button{position:fixed;top:1rem;right:1rem;z-index:1001;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:none;width:48px;height:48px;border-radius:50%;font-size:1.5rem;color:#111827;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;box-shadow:0 4px 12px #0000004d}.discover-close-button:hover{transform:scale(1.1);box-shadow:0 6px 16px #0006;background:#ef4444f2;color:#fff}.discover-scroll-hint,.discover-scroll-arrow,.discover-scroll-hint p{display:none}.discover-progress{position:fixed;top:1rem;left:50%;transform:translate(-50%);z-index:1001;background:#0009;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;padding:.5rem 1rem;border-radius:20px;font-size:.875rem;font-weight:600}.discover-loading{position:fixed;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#000;color:#fff;z-index:999}.discover-spinner{width:60px;height:60px;border:4px solid rgba(255,255,255,.2);border-top-color:var(--primary-green);border-radius:50%;animation:discover-spin 1s linear infinite;margin-bottom:1.5rem}@keyframes discover-spin{to{transform:rotate(360deg)}}.discover-loading p{margin:0;font-size:1.125rem;font-weight:600}.discover-empty{position:fixed;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#000;color:#fff;padding:2rem;text-align:center;z-index:999}.discover-empty-icon{font-size:5rem;margin-bottom:1.5rem;opacity:.5}.discover-empty h2{margin:0 0 1rem;font-size:2rem;font-weight:700}.discover-empty p{margin:0 0 2rem;font-size:1.125rem;color:#ffffffb3;max-width:400px}.discover-empty-btn{padding:1rem 2rem;background:var(--primary-green);color:#fff;border:none;border-radius:12px;font-weight:700;font-size:1rem;cursor:pointer;transition:all .2s ease;margin-bottom:1rem}.discover-empty-btn:hover{background:#059669;transform:translateY(-2px);box-shadow:0 8px 20px #10b9814d}.discover-empty-btn-secondary{padding:1rem 2rem;background:#fff;color:#111827;border:2px solid #e5e7eb;border-radius:12px;font-weight:700;font-size:1rem;cursor:pointer;transition:all .2s ease}.discover-empty-btn-secondary:hover{background:#f3f4f6;border-color:#d1d5db;transform:translateY(-2px)}@media(max-width:768px){.discover-close-button{width:40px;height:40px;font-size:1.25rem}.discover-progress{font-size:.75rem;padding:.375rem .75rem}}@media(min-width:769px){.discover-container{display:flex;align-items:center;justify-content:center}.discover-feed{max-width:500px;margin:0 auto}}.checkout-modal-overlay{position:fixed;inset:0;background:#000000bf;display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .2s ease;padding:1rem;overflow-y:auto}.checkout-modal{background:#fff;border-radius:20px;max-width:600px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #0000004d;animation:slideUp .3s ease}.checkout-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;border-bottom:2px solid #f3f4f6}.checkout-header h2{font-size:1.5rem;font-weight:700;color:#1f2937;margin:0}.btn-close-modal{background:none;border:none;font-size:1.5rem;color:#6b7280;cursor:pointer;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:8px;transition:all .2s ease}.btn-close-modal:hover{background:#f3f4f6;color:#1f2937}.checkout-product-info{display:flex;gap:1rem;padding:1.5rem 2rem;border-bottom:2px solid #f3f4f6}.checkout-product-image{width:80px;height:80px;object-fit:cover;border-radius:12px;flex-shrink:0}.checkout-product-details h3{font-size:1.125rem;font-weight:700;color:#1f2937;margin:0 0 .5rem}.checkout-product-price{font-size:1.25rem;font-weight:700;color:#10b981;margin:0}.checkout-delivery-section{padding:1.5rem 2rem;border-bottom:2px solid #f3f4f6}.checkout-delivery-section h3{font-size:1.125rem;font-weight:700;color:#1f2937;margin:0 0 1rem}.delivery-options-radio{display:flex;flex-direction:column;gap:.75rem}.delivery-radio-option{position:relative;cursor:pointer;display:block}.delivery-radio-option input[type=radio]{position:absolute;opacity:0}.delivery-radio-content{display:flex;align-items:center;gap:1rem;padding:1rem;background:#fff;border:2px solid #e5e7eb;border-radius:12px;transition:all .2s ease}.delivery-radio-option.selected .delivery-radio-content{border-color:#10b981;background:linear-gradient(135deg,#f0fdf4,#dcfce7);box-shadow:0 4px 12px #10b98126}.delivery-radio-option:hover .delivery-radio-content{border-color:#10b981}.delivery-icon{font-size:1.5rem;flex-shrink:0}.delivery-radio-info{display:flex;flex-direction:column;gap:.25rem;flex:1}.delivery-radio-info strong{font-size:1rem;font-weight:700;color:#1f2937}.delivery-radio-info span{font-size:.875rem;color:#6b7280}.delivery-radio-price{font-size:1rem;font-weight:700;color:#10b981}.btn-meet-buyer{margin-top:.75rem;padding:.625rem 1rem;background:#f0f7ff;color:#2563eb;border:1.5px solid #2563eb;border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease;width:100%}.btn-meet-buyer:hover{background:#2563eb;color:#fff;transform:translateY(-1px);box-shadow:0 4px 12px #2563eb40}.checkout-summary{padding:1.5rem 2rem;background:#f9fafb}.checkout-summary h3{font-size:1.125rem;font-weight:700;color:#1f2937;margin:0 0 1rem}.summary-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem;font-size:.9375rem;color:#6b7280}.summary-row span:last-child{font-weight:600;color:#1f2937}.summary-divider{height:2px;background:#e5e7eb;margin:1rem 0}.summary-total{font-size:1.125rem;font-weight:700;color:#1f2937;margin-bottom:0}.summary-total span:last-child{color:#10b981;font-size:1.5rem}.checkout-actions{padding:1.5rem 2rem;display:flex;flex-direction:column;gap:.75rem}.btn-proceed-payment{width:100%;padding:1rem 1.5rem;background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;border-radius:12px;font-size:1rem;font-weight:700;cursor:pointer;transition:all .2s ease}.btn-proceed-payment:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 24px #10b9814d}.btn-proceed-payment:disabled{opacity:.6;cursor:not-allowed;transform:none}.btn-cancel-checkout{width:100%;padding:.875rem 1.5rem;background:#fff;color:#6b7280;border:2px solid #e5e7eb;border-radius:12px;font-size:.9375rem;font-weight:600;cursor:pointer;transition:all .2s ease}.btn-cancel-checkout:hover:not(:disabled){background:#f9fafb;border-color:#d1d5db}.btn-cancel-checkout:disabled{opacity:.6;cursor:not-allowed}.checkout-modal-mobile{position:fixed;inset:auto 0 0;max-height:85vh;border-radius:24px 24px 0 0;margin:0;display:flex;flex-direction:column;animation:slideUpMobile .3s cubic-bezier(.22,1,.36,1)}@keyframes slideUpMobile{0%{transform:translateY(100%)}to{transform:translateY(0)}}.modal-drag-handle{position:sticky;top:0;z-index:10;padding:12px 0 8px;display:flex;justify-content:center;background:#fff;border-radius:24px 24px 0 0;cursor:grab}.modal-drag-handle:active{cursor:grabbing}.modal-drag-indicator{width:40px;height:4px;background:#d1d5db;border-radius:2px}.checkout-modal-mobile .checkout-header{padding:1rem 1.5rem;position:sticky;top:0;background:#fff;z-index:9}.checkout-modal-mobile .checkout-header h2{font-size:1.25rem}.checkout-modal-content{flex:1;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;padding-bottom:100px}.checkout-modal-mobile .checkout-product-info,.checkout-modal-mobile .checkout-delivery-section,.checkout-modal-mobile .checkout-shipping-section{padding:1rem 1.5rem}.checkout-modal-mobile .checkout-shipping-section .form-row{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.checkout-modal-mobile .checkout-shipping-section .form-group{margin-bottom:.75rem}.checkout-modal-mobile .checkout-shipping-section label{font-size:.875rem;font-weight:600;color:#374151;margin-bottom:.375rem;display:block}.checkout-modal-mobile .form-input,.checkout-modal-mobile .form-select{width:100%;padding:.75rem;border:2px solid #e5e7eb;border-radius:8px;font-size:.9375rem;transition:border-color .2s}.checkout-modal-mobile .form-input:focus,.checkout-modal-mobile .form-select:focus{outline:none;border-color:#10b981}.checkout-modal-mobile .checkout-summary{padding:1rem 1.5rem}.checkout-sticky-cta{position:sticky;bottom:0;left:0;right:0;background:#fff;border-top:2px solid #f3f4f6;padding:1rem 1.5rem;box-shadow:0 -4px 12px #00000014;z-index:10}.sticky-cta-content{display:flex;align-items:center;gap:1rem}.sticky-cta-price{flex:1}.sticky-price-label{font-size:.875rem;color:#6b7280;font-weight:500;margin-bottom:.25rem}.sticky-price-amount{font-size:1.5rem;font-weight:700;color:#1f2937}.btn-proceed-payment-sticky{flex:1;padding:1rem 1.5rem;background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;border-radius:12px;font-size:1rem;font-weight:700;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 12px #10b9814d;min-width:120px}.btn-proceed-payment-sticky:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 16px #10b98166}.btn-proceed-payment-sticky:active:not(:disabled){transform:translateY(0)}.btn-proceed-payment-sticky:disabled{opacity:.6;cursor:not-allowed;transform:none}@media(max-width:768px){.checkout-modal-overlay{align-items:flex-end;padding:0}.delivery-radio-option .delivery-radio-content{padding:.875rem}.delivery-icon{font-size:1.5rem}.delivery-radio-info{flex:1}.delivery-radio-info strong{font-size:.9375rem}.delivery-radio-info span{font-size:.8125rem}.delivery-radio-price{font-size:.9375rem}.btn-meet-buyer{margin-top:.5rem;padding:.75rem;font-size:.875rem}.checkout-product-image{width:60px;height:60px}.checkout-product-details h3{font-size:1rem}.checkout-product-price{font-size:1.125rem}.summary-row{font-size:.9375rem}.summary-total{font-size:1rem}}.image-upload-container{width:100%}.upload-section{margin-bottom:1.5rem}.upload-button{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;background:#09b3af;color:#fff;padding:1rem 1.5rem;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;border:none;transition:all .2s ease;text-align:center;box-shadow:0 1px 3px #0000001f}.upload-button:hover{background:#08a19d;box-shadow:0 2px 8px #00000026}.upload-button:active{transform:scale(.98)}.upload-button:has(input:disabled){opacity:.6;cursor:not-allowed;transform:none;box-shadow:none}.image-preview-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:1rem;margin-top:1rem}.preview-item{position:relative;width:100%;height:120px;border-radius:8px;overflow:hidden;background:#f5f5f5;border:2px solid #e0e0e0;transition:all .2s ease}.preview-item:hover{border-color:#2563eb;transform:translateY(-2px);box-shadow:0 4px 12px #2563eb33}.preview-item img{width:100%;height:100%;object-fit:cover}.remove-btn{position:absolute;top:.5rem;right:.5rem;background:#f00c;color:#fff;border:none;width:28px;height:28px;border-radius:50%;cursor:pointer;font-size:1rem;display:flex;align-items:center;justify-content:center;transition:all .2s ease;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.remove-btn:hover{background:red;transform:scale(1.1)}.toggle-visibility-btn{position:absolute;top:.5rem;left:.5rem;background:#000000b3;color:#fff;border:none;width:32px;height:32px;border-radius:50%;cursor:pointer;font-size:1.125rem;display:flex;align-items:center;justify-content:center;transition:all .2s ease;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.toggle-visibility-btn:hover{background:#000000e6;transform:scale(1.1)}.preview-item.hidden-image{opacity:.5;border-color:#dc2626}.preview-item.hidden-image:hover{border-color:#dc2626}.hidden-overlay{position:absolute;inset:0;background:#0009;display:flex;align-items:center;justify-content:center;pointer-events:none}.hidden-overlay span{background:#dc2626e6;color:#fff;padding:.375rem .875rem;border-radius:20px;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.brand-select-container{position:relative;width:100%}.brand-select-input{width:100%;height:48px;padding:0 16px;border:1px solid #e0e0e0;border-radius:8px;background:#fff;display:flex;align-items:center;justify-content:space-between;cursor:pointer;transition:all .2s ease;font-size:15px}.brand-select-input:hover{border-color:#b0b0b0}.brand-select-input.open{border-color:#1dbf73;box-shadow:0 0 0 2px #1dbf731a}.brand-select-input .placeholder{color:#999}.brand-select-input .selected{color:#333;font-weight:500}.dropdown-arrow{color:#666;transition:transform .2s ease;flex-shrink:0}.dropdown-arrow.rotated{transform:rotate(180deg)}.brand-dropdown-panel{position:absolute;top:calc(100% + 4px);left:0;right:0;background:#fff;border:1px solid #e0e0e0;border-radius:8px;box-shadow:0 4px 12px #0000001a;z-index:1000;overflow:hidden;animation:slideDown .2s ease}@keyframes slideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.brand-search-container{padding:12px;border-bottom:1px solid #f0f0f0}.brand-search-input{width:100%;height:40px;padding:0 12px;border:1px solid #e0e0e0;border-radius:6px;font-size:14px;outline:none;transition:all .2s ease}.brand-search-input:focus{border-color:#1dbf73;box-shadow:0 0 0 2px #1dbf731a}.brand-search-input::placeholder{color:#999}.brand-options-list{max-height:300px;overflow-y:auto;padding:4px}.brand-options-list::-webkit-scrollbar{width:6px}.brand-options-list::-webkit-scrollbar-track{background:#f5f5f5;border-radius:3px}.brand-options-list::-webkit-scrollbar-thumb{background:#d0d0d0;border-radius:3px}.brand-options-list::-webkit-scrollbar-thumb:hover{background:#b0b0b0}.brand-option{height:44px;padding:0 12px;display:flex;align-items:center;justify-content:space-between;cursor:pointer;border-radius:6px;transition:all .15s ease}.brand-option:hover{background:#f5f5f5}.brand-option.selected{background:#e4f9ef;color:#1dbf73}.brand-option.selected:hover{background:#d4f0e4}.brand-option-text{font-size:14px;color:inherit}.brand-option.selected .brand-option-text{font-weight:600}.check-icon{flex-shrink:0}.brand-no-results{padding:24px 12px;text-align:center;color:#999;font-size:14px}.quality-score-container{margin-top:24px;padding:20px;background:linear-gradient(135deg,#f8f9fa,#fff);border:1px solid #e0e0e0;border-radius:12px;box-shadow:0 2px 8px #0000000d}.quality-score-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.quality-score-title{font-size:18px;font-weight:600;color:#333;margin:0}.quality-score-badge{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:8px 16px;border-radius:8px;min-width:80px}.quality-score-percentage{font-size:24px;font-weight:700;color:#fff;line-height:1}.quality-score-label{font-size:11px;font-weight:600;color:#fff;text-transform:uppercase;letter-spacing:.5px;margin-top:2px}.quality-score-bar-container{margin-bottom:20px}.quality-score-bar{width:100%;height:12px;background:#e0e0e0;border-radius:6px;overflow:hidden;position:relative}.quality-score-bar-fill{height:100%;border-radius:6px;transition:width .6s cubic-bezier(.4,0,.2,1);box-shadow:inset 0 1px 2px #ffffff4d}.quality-recommendations{margin-top:16px;padding-top:16px;border-top:1px solid #e0e0e0}.quality-recommendations-title{font-size:14px;font-weight:600;color:#555;margin:0 0 12px}.quality-recommendations-list{list-style:none;padding:0;margin:0}.quality-recommendation-item{display:flex;align-items:flex-start;gap:10px;padding:8px 0;font-size:14px;color:#555;line-height:1.5}.quality-recommendation-icon{flex-shrink:0;margin-top:2px}.quality-note{margin-top:16px;padding:12px;background:#f5f5f5;border-radius:8px;display:flex;align-items:flex-start;gap:10px;font-size:13px;color:#666;line-height:1.5}.quality-note-icon{flex-shrink:0;margin-top:1px}@media(max-width:768px){.quality-score-container{padding:16px}.quality-score-header{flex-direction:column;align-items:flex-start;gap:12px}.quality-score-badge{align-self:stretch;flex-direction:row;justify-content:space-between}.quality-score-percentage{font-size:20px}.quality-score-label{font-size:12px}}.size-guide-overlay{position:fixed;inset:0;background-color:#0009;display:flex;align-items:center;justify-content:center;z-index:10000;padding:20px}.size-guide-modal{background:#fff;border-radius:12px;max-width:700px;width:100%;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 10px 40px #0000004d;animation:slideUp .3s ease-out}.size-guide-header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;border-bottom:1px solid #e5e5e5}.size-guide-header h3{margin:0;font-size:1.25rem;font-weight:600;color:#1a1a1a}.size-guide-close{background:none;border:none;font-size:1.5rem;color:#666;cursor:pointer;padding:4px 8px;line-height:1;transition:color .2s}.size-guide-close:hover{color:#000}.size-guide-content{flex:1;overflow-y:auto;padding:24px}.size-guide-section{margin-bottom:32px}.size-guide-section:last-of-type{margin-bottom:0}.size-guide-section h4{font-size:1rem;font-weight:600;color:#1a1a1a;margin:0 0 12px}.size-table-wrapper{overflow-x:auto;border-radius:8px;border:1px solid #e5e5e5}.size-table{width:100%;border-collapse:collapse;font-size:.9rem}.size-table thead{background-color:#f8f8f8}.size-table th{padding:12px 16px;text-align:left;font-weight:600;color:#1a1a1a;border-bottom:2px solid #e5e5e5}.size-table td{padding:10px 16px;border-bottom:1px solid #f0f0f0;color:#333}.size-table tbody tr:last-child td{border-bottom:none}.size-table tbody tr:hover{background-color:#fafafa}.size-guide-tips{background-color:#f0f7ff;border-radius:8px;padding:16px 20px;margin-top:24px}.size-guide-tips h4{font-size:.95rem;font-weight:600;color:#1a1a1a;margin:0 0 12px}.size-guide-tips ul{margin:0;padding-left:20px;list-style:disc}.size-guide-tips li{color:#333;margin-bottom:6px;font-size:.9rem;line-height:1.5}.size-guide-tips li:last-child{margin-bottom:0}.size-guide-footer{padding:16px 24px;border-top:1px solid #e5e5e5;display:flex;justify-content:flex-end}.size-guide-footer .btn-primary{padding:10px 24px;border-radius:8px;border:none;background-color:#1a1a1a;color:#fff;font-weight:500;font-size:.95rem;cursor:pointer;transition:background-color .2s}.size-guide-footer .btn-primary:hover{background-color:#333}.size-guide-link{display:inline-flex;align-items:center;gap:6px;color:#06c;font-size:.9rem;background:none;border:none;cursor:pointer;padding:0;margin-top:8px;transition:color .2s}.size-guide-link:hover{color:#0052a3;text-decoration:underline}@media(max-width:768px){.size-guide-overlay{padding:0;align-items:flex-end}.size-guide-modal{max-width:100%;border-radius:16px 16px 0 0;max-height:85vh;animation:slideUpMobile .3s ease-out}.size-guide-header{padding:16px 20px}.size-guide-header h3{font-size:1.1rem}.size-guide-content{padding:20px}.size-guide-section{margin-bottom:24px}.size-table{font-size:.85rem}.size-table th,.size-table td{padding:8px 12px}.size-guide-tips{padding:14px 16px}.size-guide-tips h4{font-size:.9rem}.size-guide-tips li{font-size:.85rem}.size-guide-footer{padding:12px 20px}.size-guide-footer .btn-primary{width:100%}@keyframes slideUpMobile{0%{transform:translateY(100%)}to{transform:translateY(0)}}}.photo-tips-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:10000;padding:1rem;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);animation:fadeIn .2s ease}.photo-tips-modal{background:#fff;border-radius:16px;max-width:520px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #0000004d;animation:slideUp .3s ease}.photo-tips-header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:1px solid #e5e5e5}.photo-tips-title{font-size:1.25rem;font-weight:600;color:#1a1a1a;margin:0}.photo-tips-close{background:none;border:none;font-size:2rem;color:#666;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s ease;line-height:1}.photo-tips-close:hover{background:#f5f5f5;color:#1a1a1a}.photo-tips-content{padding:1.5rem;display:flex;flex-direction:column;gap:1.5rem}.photo-tips-section{display:flex;flex-direction:column;gap:.75rem}.photo-tips-section-title{display:flex;align-items:center;gap:.5rem}.photo-tips-icon{font-size:1.25rem;flex-shrink:0}.photo-tips-section-title h3{font-size:1rem;font-weight:600;color:#1a1a1a;margin:0}.photo-tips-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.photo-tips-list li{font-size:.9rem;color:#4a4a4a;padding-left:1.5rem;position:relative;line-height:1.5}.photo-tips-list li:before{content:"•";position:absolute;left:.5rem;color:#2563eb;font-weight:700}.photo-tips-pro-tip{font-size:.9rem;color:#4a4a4a;margin:0;padding:1rem;background:#f0f7ff;border-radius:8px;border-left:3px solid #2563eb;line-height:1.5}.photo-tips-btn-close{width:100%;padding:1rem;background:#2563eb;color:#fff;border:none;border-radius:0 0 16px 16px;font-size:1rem;font-weight:600;cursor:pointer;transition:background .2s ease}.photo-tips-btn-close:hover{background:#1e40af}@media(max-width:480px){.photo-tips-overlay{padding:0;align-items:flex-end}.photo-tips-modal{max-height:85vh;border-radius:16px 16px 0 0;animation:slideUpMobile .3s ease}@keyframes slideUpMobile{0%{transform:translateY(100%)}to{transform:translateY(0)}}.photo-tips-header{padding:1rem 1.25rem}.photo-tips-title{font-size:1.125rem}.photo-tips-content{padding:1.25rem;gap:1.25rem}.photo-tips-btn-close{border-radius:0}}.stripe-required-modal-overlay{position:fixed;inset:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.stripe-required-modal{background:#fff;border-radius:12px;padding:0;max-width:500px;width:100%;box-shadow:0 4px 20px #00000026;animation:slideUp .3s ease-out}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.stripe-required-header{padding:24px 24px 16px;border-bottom:1px solid #eee}.stripe-required-header h2{margin:0;font-size:20px;font-weight:600;color:#1a1a1a}.stripe-required-body{padding:24px}.stripe-required-body p{margin:0;font-size:15px;line-height:1.6;color:#333}.stripe-required-actions{padding:16px 24px 24px;display:flex;gap:12px;flex-direction:column}.btn-connect-stripe-primary{padding:14px 24px;background:linear-gradient(135deg,#635bff,#5045e5);color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 8px #635bff4d}.btn-connect-stripe-primary:hover{background:linear-gradient(135deg,#5045e5,#4239d1);box-shadow:0 4px 12px #635bff66;transform:translateY(-1px)}.btn-connect-stripe-primary:active{transform:translateY(0)}.btn-cancel{padding:12px 24px;background:#f5f5f5;color:#666;border:none;border-radius:8px;font-size:15px;font-weight:500;cursor:pointer;transition:all .2s ease}.btn-cancel:hover{background:#e8e8e8;color:#333}@media(max-width:640px){.stripe-required-modal{max-width:100%;margin:0 16px}.stripe-required-header h2{font-size:18px}.stripe-required-body p{font-size:14px}}.banned-user-message{background:linear-gradient(135deg,#f44,#c00);color:#fff;padding:24px;border-radius:12px;margin:20px auto;max-width:500px;text-align:center;box-shadow:0 4px 12px #ff44444d}.banned-user-message__icon{font-size:48px;margin-bottom:16px}.banned-user-message__title{font-size:24px;font-weight:700;margin-bottom:12px}.banned-user-message__text{font-size:16px;line-height:1.5;opacity:.95}.banned-user-message__reason{margin-top:16px;padding:12px;background:#0003;border-radius:8px;font-size:14px}.banned-user-message__reason-label{font-weight:600;display:block;margin-bottom:4px}.add-product-page{min-height:100vh;background:#f8f9fa;padding:2rem 0 4rem}.add-product-container{max-width:640px;margin:0 auto;padding:0 1rem}.page-title{font-size:2rem;font-weight:700;color:#1a1a1a;margin:0 0 1rem;text-align:center}.error-message{background:#fee;border:1px solid #fcc;color:#c33;padding:.875rem 1rem;border-radius:8px;margin-bottom:1rem;font-size:.95rem}.admin-edit-notice{background:#eff6ff;border:1px solid #3b82f6;color:#1e40af;padding:.875rem 1rem;border-radius:8px;margin-bottom:1rem;font-size:.95rem;font-weight:500}.prohibited-warning-message{background:#fff5f5;border:2px solid #ff5722;color:#c62828;padding:1rem 1.25rem;border-radius:10px;margin-bottom:1rem;font-size:.95rem;font-weight:500;line-height:1.5;box-shadow:0 2px 12px #ff572233}.restriction-warning{background:#fff4e5;border:1px solid #ffb74d;border-radius:12px;padding:1.25rem;margin-bottom:1rem;display:flex;gap:1rem}.restriction-icon{font-size:2rem;flex-shrink:0}.restriction-content h3{margin:0 0 .5rem;font-size:1.125rem;color:#1a1a1a}.restriction-content p{margin:.5rem 0;color:#4a4a4a;font-size:.95rem}.restriction-note{font-size:.875rem;color:#666;margin-top:1rem}.add-product-form{display:flex;flex-direction:column;gap:.75rem}.form-section-card{background:#fff;border-radius:12px;padding:.875rem 1rem;box-shadow:0 1px 3px #00000014;transition:box-shadow .2s ease}.form-section-card:hover{box-shadow:0 4px 12px #0000001a}.section-title{font-size:1.125rem;font-weight:600;color:#1a1a1a;margin:0 0 .5rem}.section-title-with-action{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem}.section-title-with-action .section-title{margin:0}.view-all-categories-btn{background:none;border:none;color:#2563eb;font-size:.875rem;font-weight:500;cursor:pointer;padding:.25rem .5rem;transition:color .2s ease}.view-all-categories-btn:hover{color:#1e40af;text-decoration:underline}.form-input-clean,.form-textarea-clean,.form-select-clean{width:100%;padding:.875rem 1rem;font-size:1rem;border:1.5px solid #e0e0e0;border-radius:8px;background:#fafafa;color:#1a1a1a;transition:all .2s ease;font-family:inherit}.form-input-clean:focus,.form-textarea-clean:focus,.form-select-clean:focus{outline:none;border-color:#2563eb;background:#fff;box-shadow:0 0 0 3px #2563eb1a}.form-input-clean::placeholder,.form-textarea-clean::placeholder{color:#999}.form-textarea-clean{resize:vertical;min-height:120px}.detail-row{margin-bottom:.5rem}.detail-label{display:block;font-size:.9rem;font-weight:500;color:#4a4a4a;margin-bottom:.3rem}.form-helper-text{font-size:.875rem;color:#666;margin-top:.375rem}.price-input-wrapper{position:relative;display:inline-flex;align-items:center;width:100%;max-width:200px}.price-input{padding-right:2.5rem}.currency-symbol{position:absolute;right:1rem;font-size:1.125rem;font-weight:600;color:#666;pointer-events:none}.checkbox-label-inline{display:flex;align-items:center;gap:.5rem;margin-top:.5rem;cursor:pointer;font-size:.95rem;color:#4a4a4a}.checkbox-label-inline input[type=checkbox]{width:18px;height:18px;cursor:pointer}.photo-info-box{margin-top:1rem;padding:1rem;background:#f7f9fc;border-radius:8px;border:1px solid #e0e6ed}.photo-info-text{font-size:.875rem;color:#404040;margin:0 0 .75rem;line-height:1.6}.photo-info-text strong{color:#1a1a1a;font-weight:600}.photo-tips-link{background:none;border:none;color:#2563eb;font-size:.875rem;font-weight:500;cursor:pointer;padding:0;text-decoration:none;transition:all .2s ease;display:inline-flex;align-items:center;gap:.25rem}.photo-tips-link:hover{color:#1e40af;text-decoration:underline}.btn-ai-assist{width:100%;margin-top:.75rem;padding:.875rem 1.5rem;background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:all .2s ease}.btn-ai-assist:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 20px #6366f166}.btn-ai-assist:disabled{opacity:.7;cursor:not-allowed}.ai-icon{font-size:1.25rem}.spinner-small{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}.ai-success-badge{margin-top:.75rem;padding:.75rem 1rem;background:#e8f5e9;border:1px solid #66bb6a;border-radius:8px;color:#2e7d32;font-size:.95rem;font-weight:500;text-align:center}.form-actions{display:flex;flex-direction:column;gap:.75rem;margin-top:0}.btn-primary-large,.btn-secondary-large{width:100%;padding:1rem 1.5rem;font-size:1.0625rem;font-weight:600;border:none;border-radius:10px;cursor:pointer;transition:all .2s ease}.btn-primary-large{background:linear-gradient(135deg,#2563eb,#1e40af);color:#fff;box-shadow:0 4px 12px #2563eb4d}.btn-primary-large:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 20px #2563eb66}.btn-primary-large:disabled{opacity:.6;cursor:not-allowed;transform:none}.btn-secondary-large{background:#fff;color:#2563eb;border:2px solid #2563eb}.btn-secondary-large:hover:not(:disabled){background:#f0f4ff;transform:translateY(-2px)}.btn-secondary-large:disabled{opacity:.6;cursor:not-allowed;transform:none}.form-section-quality{margin-top:1rem;padding-top:1rem;border-top:2px dashed #e0e0e0}.loading-container{display:flex;align-items:center;justify-content:center;min-height:100vh;font-size:1.125rem;color:#666}@media(max-width:768px){.add-product-page{padding:1rem 0 3rem}.page-title{font-size:1.75rem}.add-product-form{gap:.625rem}.form-section-card{padding:.75rem .875rem}.section-title{font-size:1rem;margin-bottom:.5rem}.section-title-with-action,.detail-row{margin-bottom:.5rem}.form-input-clean,.form-textarea-clean,.form-select-clean{font-size:16px}.btn-primary-large,.btn-secondary-large{font-size:1rem}}@media(max-width:480px){.add-product-container{padding:0 .75rem}.add-product-form{gap:.5rem}.form-section-card{padding:.75rem .875rem;border-radius:10px}.page-title{font-size:1.5rem;margin-bottom:.75rem}.detail-row{margin-bottom:.4rem}}.category-dropdown-wrapper{position:relative;width:100%}.category-dropdown-trigger{width:100%;display:flex;align-items:center;justify-content:space-between;padding:.875rem 1rem;font-size:1rem;border:1.5px solid #e0e0e0;border-radius:8px;background:#fafafa;color:#1a1a1a;cursor:pointer;transition:all .2s ease;font-family:inherit;text-align:left}.category-dropdown-trigger:hover{border-color:#2563eb;background:#fff}.category-dropdown-trigger:focus{outline:none;border-color:#2563eb;background:#fff;box-shadow:0 0 0 3px #2563eb1a}.category-dropdown-label{font-weight:400;color:#1a1a1a}.category-dropdown-arrow{width:20px;height:20px;color:#666;transition:transform .2s ease;flex-shrink:0}.category-dropdown-arrow.open{transform:rotate(180deg)}.category-dropdown-list{position:absolute;top:calc(100% + .5rem);left:0;right:0;z-index:50;padding:.5rem;background:#fff;border:1.5px solid #e0e0e0;border-radius:8px;max-height:360px;overflow-y:auto;display:flex;flex-direction:column;gap:.25rem;box-shadow:0 4px 12px #0000001a}.category-dropdown-list .category-list-item{background:#fafafa}.category-dropdown-list .category-list-item:hover{background:#f0f4ff}.category-dropdown-list .category-list-item.selected{background:#f0f4ff;border-color:#d6e3ff}.delivery-methods{display:grid;grid-template-columns:repeat(2,1fr);gap:.625rem;margin-bottom:0}.delivery-method-btn{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem;background:#fafafa;border:2px solid #e0e0e0;border-radius:8px;cursor:pointer;transition:all .2s ease;font-size:1rem;font-weight:500;color:#333}.delivery-method-btn:hover{background:#f5f5f5;border-color:#ccc}.delivery-method-btn.active{background:#f0f4ff;border-color:#4169e1;color:#4169e1}.delivery-icon{font-size:1.25rem}.delivery-context-helper{display:flex;align-items:flex-start;gap:.75rem;margin-top:1rem;padding:.875rem 1rem;background:#f7faf8;border:1px solid #d9ede2;border-radius:8px}.delivery-context-helper+.delivery-context-helper{margin-top:.5rem}.delivery-context-icon{font-size:1.125rem;flex-shrink:0;margin-top:.125rem}.delivery-context-text{font-size:.875rem;line-height:1.5;color:#2d3748;margin:0}.delivery-error-inline{background:#fee;border:1px solid #fcc;color:#c33;padding:.75rem;border-radius:6px;font-size:.875rem;font-weight:500;margin-bottom:.75rem;animation:slideDown .3s ease-out}.delivery-method-btn.error-border{border-color:#c33;border-width:2px;animation:shake .5s ease-in-out}@keyframes shake{0%,to{transform:translate(0)}25%{transform:translate(-5px)}75%{transform:translate(5px)}}.form-section-card.highlight-error{animation:highlight 2s ease-in-out;border:2px solid #c33}@keyframes highlight{0%{background-color:#fff;box-shadow:0 0 #c330}50%{background-color:#fff5f5;box-shadow:0 0 0 8px #cc333326}to{background-color:#fff;box-shadow:0 0 #c330}}.error-message-clickable{cursor:pointer;transition:all .2s ease;-webkit-user-select:none;user-select:none}.error-message-clickable:hover{background:#fdd;border-color:#faa;transform:translateY(-1px);box-shadow:0 2px 4px #c333}.error-message-clickable:active{transform:translateY(0);box-shadow:0 1px 2px #c333}.prohibited-items-section{background:#fff9f0;border:1px solid #ffd699}.prohibited-items-toggle{width:100%;display:flex;align-items:center;justify-content:space-between;background:none;border:none;padding:0;cursor:pointer;text-align:left}.prohibited-items-header{display:flex;align-items:center;gap:.75rem}.prohibited-items-icon{font-size:1.5rem;line-height:1}.prohibited-items-title{font-size:1.125rem;font-weight:600;color:#1a1a1a;margin:0}.prohibited-items-arrow{color:#666;transition:transform .2s ease;flex-shrink:0}.prohibited-items-arrow.open{transform:rotate(180deg)}.prohibited-items-content{margin-top:1rem;padding-top:1rem;border-top:1px solid #ffd699}.prohibited-items-description{font-size:.95rem;color:#4a4a4a;margin:0 0 1.25rem;line-height:1.5}.prohibited-items-list{display:flex;flex-direction:column;gap:1rem}.prohibited-item{display:flex;gap:.875rem;align-items:flex-start}.prohibited-item-icon{font-size:1.375rem;flex-shrink:0;line-height:1;margin-top:.125rem}.prohibited-item-text strong{display:block;font-size:.9375rem;font-weight:600;color:#1a1a1a;margin-bottom:.25rem}.prohibited-item-text p{font-size:.875rem;color:#666;margin:0;line-height:1.4}.prohibited-items-footer{margin-top:1.25rem;padding-top:1rem;border-top:1px solid #ffd699}.prohibited-items-footer p{font-size:.875rem;color:#666;margin:0;line-height:1.5;font-style:italic}.profile-page-new{min-height:100vh;background:#f5f5f5;padding:2rem 1rem 4rem}.profile-container-new{max-width:1000px;margin:0 auto}.profile-loading{text-align:center;color:#666;font-size:1rem;padding:4rem 2rem}.profile-header-new{background:#fff;border-radius:8px;padding:2rem;margin-bottom:1.5rem;display:flex;justify-content:space-between;align-items:flex-start;gap:1.5rem}.profile-header-content{display:flex;gap:1.5rem;align-items:flex-start;flex:1}.profile-avatar-new{width:80px;height:80px;border-radius:50%;object-fit:cover;border:2px solid #e8e8e8}.profile-info-new{flex:1}.profile-username{font-size:1.5rem;font-weight:700;color:#1a1a1a;margin-bottom:.25rem;display:flex;align-items:center;gap:.5rem}.profile-username-location-row{display:flex;flex-direction:column;gap:.25rem;margin-top:.25rem}.profile-username-handle{font-size:.9rem;color:#666;font-weight:600}.profile-location{font-size:.9rem;color:#888;font-weight:400}.verified-badge-small{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;background:#10b981;color:#fff;border-radius:50%;font-size:.75rem;font-weight:700}.profile-rating{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.star-rating-display{display:flex;gap:2px}.star{color:#d1d5db;font-size:1rem}.star.filled{color:#fbbf24}.star.half{color:#fbbf24;position:relative}.rating-text{font-size:.9375rem;color:#1a1a1a;font-weight:600}.profile-rating-compact{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.profile-meta{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#666;margin-bottom:.75rem}.meta-separator{color:#d1d5db}.last-active{color:#10b981;font-weight:500}.profile-status-row{display:flex;flex-direction:column;gap:.375rem;margin-bottom:.75rem}.status-item{display:flex;align-items:center;gap:.5rem;font-size:.875rem}.status-icon{font-size:.875rem;line-height:1;flex-shrink:0}.status-text{color:#666;line-height:1.4}.language-badges{display:flex;gap:.375rem;flex-wrap:wrap}.language-badge{background:#f5f5f5;color:#666;padding:.125rem .5rem;border-radius:12px;font-size:.75rem;font-weight:600;text-transform:uppercase;border:1px solid #e8e8e8}.level-progress-compact{display:flex;align-items:center;gap:.625rem;margin-top:.5rem}.level-label{font-size:.75rem;color:#888;font-weight:600;white-space:nowrap}.level-bar-compact{flex:1;max-width:120px;height:4px;background:#e8e8e8;border-radius:2px;overflow:hidden}.level-bar-fill{height:100%;background:linear-gradient(90deg,#10b981,#059669);transition:width .3s ease}.level-progress-subtle{display:flex;align-items:center;gap:.75rem;margin-top:.75rem}.level-bar{flex:1;max-width:200px;height:6px;background:#e8e8e8;border-radius:3px;overflow:hidden}.btn-edit-profile{background:#fff;color:#1a1a1a;border:1px solid #d1d5db;padding:.75rem 1.5rem;border-radius:6px;font-size:.9375rem;font-weight:600;cursor:pointer;transition:all .15s ease;white-space:nowrap}.btn-edit-profile:hover{background:#f9fafb;border-color:#1a1a1a}.profile-stats-row-new{background:#fff;border-radius:8px;padding:1.5rem;margin-bottom:1.5rem;display:flex;gap:2rem;justify-content:center}.stat-item-new{display:flex;flex-direction:column;align-items:center;gap:.25rem;background:none;border:none;cursor:pointer;padding:.5rem 1rem;border-radius:6px;transition:background .15s ease}.stat-item-new:hover{background:#f9fafb}.stat-value{font-size:1.5rem;font-weight:700;color:#1a1a1a}.stat-label{font-size:.875rem;color:#666}.profile-actions-row{margin-bottom:1.5rem;display:flex;gap:1rem}.btn-drafts,.btn-hidden-products{background:#fff;color:#1a1a1a;border:1px solid #d1d5db;padding:.75rem 1.5rem;border-radius:6px;font-size:.9375rem;font-weight:600;cursor:pointer;transition:all .15s ease}.btn-drafts:hover,.btn-hidden-products:hover{background:#f9fafb;border-color:#1a1a1a}.profile-tabs{background:#fff;border-radius:8px 8px 0 0;padding:0;display:flex;border-bottom:1px solid #e8e8e8}.tab-button{flex:1;background:none;border:none;padding:1rem 1.5rem;font-size:.9375rem;font-weight:600;color:#666;cursor:pointer;transition:all .15s ease;border-bottom:2px solid transparent;position:relative}.tab-button:hover{color:#1a1a1a;background:#f9fafb}.tab-button.active{color:#10b981;border-bottom-color:#10b981}.tab-content{background:#fff;border-radius:0 0 8px 8px;padding:2rem;min-height:400px}.products-grid-new{display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem;padding:0}.product-card-new{cursor:pointer;transition:transform .15s ease;display:flex;flex-direction:column}.product-card-new:hover{transform:translateY(-2px)}.product-image-new{width:100%;aspect-ratio:1;border-radius:8px;overflow:hidden;background:#f5f5f5;margin-bottom:.5rem;position:relative;flex-shrink:0}.product-image-new img{width:100%;height:100%;object-fit:cover;display:block}.product-card-new.sold .product-image-new{position:relative}.product-card-new.sold .product-image-new:before{content:"";position:absolute;inset:0;background:#ffffff80;z-index:1;border-radius:8px}.product-card-new.sold .product-image-new img{opacity:.7;filter:grayscale(20%)}.sold-overlay{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:#000000d9;color:#fff;padding:.5rem 1.25rem;border-radius:6px;font-weight:700;font-size:.875rem;letter-spacing:.75px;text-transform:uppercase;z-index:2;white-space:nowrap;box-shadow:0 2px 8px #0003}.product-card-new.sold .product-price-new{color:#999;text-decoration:line-through;font-weight:600}.product-card-new.sold .product-title-new{color:#999}.product-info-new{padding:0 .25rem}.product-price-new{font-size:1rem;font-weight:700;color:#1a1a1a;margin-bottom:.25rem}.product-title-new{font-size:.875rem;color:#666;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.empty-state p{color:#666;font-size:1rem;margin-bottom:1.5rem}.btn-add-product{background:#10b981;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:6px;font-size:.9375rem;font-weight:600;cursor:pointer;transition:all .15s ease}.btn-add-product:hover{background:#059669}.loading-text{text-align:center;color:#666;padding:2rem}.reviews-content{padding:0}.reviews-list-new{display:flex;flex-direction:column;gap:1.5rem}.review-card-new{border:1px solid #e8e8e8;border-radius:8px;padding:1.5rem;transition:all .15s ease}.review-card-new:hover{box-shadow:0 2px 8px #0000001a}.review-header-new{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.reviewer-info{display:flex;align-items:center;gap:.75rem}.reviewer-avatar{width:40px;height:40px;border-radius:50%;object-fit:cover}.reviewer-name{font-size:.9375rem;font-weight:600;color:#1a1a1a;margin-bottom:.25rem}.review-date{font-size:.8125rem;color:#999}.review-rating-new{display:flex;gap:2px}.review-comment-new{font-size:.9375rem;color:#333;line-height:1.6;margin-bottom:1rem}.review-details{display:flex;gap:1rem;flex-wrap:wrap}.review-detail-item{font-size:.8125rem;color:#666;padding:.375rem .75rem;background:#f5f5f5;border-radius:4px}@media(min-width:769px){.products-grid-new{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:1rem}.product-image-new{aspect-ratio:3 / 4}}@media(max-width:768px){.profile-page-new{padding:1.5rem .75rem 4rem}.profile-header-new{flex-direction:column;padding:1.5rem}.profile-header-content{flex-direction:column;align-items:center;text-align:center;width:100%}.profile-info-new{display:flex;flex-direction:column;align-items:center;width:100%}.profile-avatar-new{width:100px;height:100px}.profile-username{justify-content:center}.profile-username-location-row{flex-direction:column;align-items:center;gap:5px;text-align:center;width:100%}.profile-username-handle{font-weight:600}.profile-location{font-weight:400;color:#999}.profile-rating-compact{justify-content:center}.profile-status-row{align-items:center;width:100%}.status-item{justify-content:center}.level-progress-compact{justify-content:center;width:100%;max-width:200px}.profile-bio-section{text-align:center;width:100%}.btn-edit-profile{width:100%}.profile-stats-row-new{flex-direction:column;gap:1rem}.stat-item-new{flex-direction:row;justify-content:space-between;width:100%}.products-grid-new{grid-template-columns:repeat(2,1fr);gap:.5rem}.product-image-new{aspect-ratio:1;margin-bottom:.375rem}.product-info-new{padding:0 .125rem}.product-price-new{font-size:.9375rem;margin-bottom:.125rem}.product-title-new{font-size:.8125rem;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;white-space:normal;max-height:2.6em}.sold-overlay{font-size:.75rem;padding:.375rem .875rem;border-radius:4px;letter-spacing:.5px}.product-card-new.sold .product-image-new:before{border-radius:8px}.tab-content{padding:1rem .75rem}.tab-button{padding:.75rem .5rem;font-size:.8125rem;white-space:nowrap}.review-card-new{padding:1rem}.review-header-new{margin-bottom:.75rem}.reviewer-avatar{width:36px;height:36px}.review-rating-new{gap:1px}.review-rating-new .star{font-size:.875rem}.review-comment-new{font-size:.875rem;margin-bottom:.75rem}.review-details{gap:.5rem}.review-detail-item{font-size:.75rem;padding:.25rem .5rem}}@media(max-width:480px){.profile-page-new{padding:1rem .5rem 3rem}.profile-header-new{padding:1rem}.profile-username{font-size:1.25rem}.products-grid-new{gap:.375rem}.product-image-new{border-radius:6px}.product-price-new{font-size:.875rem}.product-title-new{font-size:.75rem}.sold-overlay{font-size:.6875rem;padding:.3rem .75rem;letter-spacing:.4px}.product-card-new.sold .product-image-new:before{border-radius:6px}.tab-content{padding:.75rem .5rem}}.showcase-marketing-card{background:linear-gradient(135deg,#fef3c7,#fde68a);border:2px solid #F59E0B;border-radius:12px;padding:1.5rem;margin-bottom:1.5rem;box-shadow:0 4px 12px #f59e0b26;transition:all .3s ease}.showcase-marketing-card.active{background:linear-gradient(135deg,#d1fae5,#a7f3d0);border:2px solid #10B981;box-shadow:0 4px 12px #10b98126}.showcase-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.showcase-icon{font-size:1.75rem}.showcase-title{font-size:1.25rem;font-weight:700;color:#92400e;margin:0;font-family:Montserrat,sans-serif}.showcase-marketing-card.active .showcase-title{color:#065f46}.showcase-description{font-size:1rem;color:#78350f;margin:0 0 1rem;line-height:1.5}.showcase-benefits{list-style:none;padding:0;margin:0 0 1.5rem}.showcase-benefits li{font-size:.95rem;color:#78350f;padding:.5rem 0 .5rem 1.5rem;position:relative}.showcase-benefits li:before{content:"•";position:absolute;left:.5rem;color:#f59e0b;font-weight:700;font-size:1.2rem}.btn-purchase-showcase{background:#f59e0b;color:#fff;border:none;border-radius:8px;padding:.875rem 1.75rem;font-size:1rem;font-weight:600;font-family:Montserrat,sans-serif;cursor:pointer;transition:all .2s ease;width:100%;max-width:300px}.btn-purchase-showcase:hover:not(:disabled){background:#d97706;transform:translateY(-2px);box-shadow:0 4px 12px #d9770666}.btn-purchase-showcase:disabled{opacity:.6;cursor:not-allowed}.showcase-active-status{text-align:left}.showcase-status-header{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem}.showcase-active-text{font-size:1rem;color:#065f46;margin:0;line-height:1.5}.showcase-marketing-card.active .showcase-active-text{color:#065f46}.showcase-expires{font-weight:600;color:#047857}.showcase-marketing-card.active .showcase-expires{color:#047857}@media(max-width:768px){.showcase-marketing-card{padding:1.25rem}.showcase-title{font-size:1.1rem}.showcase-description{font-size:.95rem}.btn-purchase-showcase{max-width:100%}}.language-selector{display:flex;flex-direction:column;gap:1rem}.language-dropdown{width:100%}.language-select{width:100%;padding:.75rem;border:2px solid #e5e7eb;border-radius:12px;font-size:1rem;background:#fff;cursor:pointer;transition:all .2s ease}.language-select:hover{border-color:#10b981}.language-select:focus{outline:none;border-color:#10b981;box-shadow:0 0 0 3px #10b9811a}.custom-language-input{display:flex;flex-direction:column;gap:.75rem;padding:1rem;background:#f9fafb;border-radius:12px;border:2px solid #e5e7eb;animation:slideDown .2s ease-out}.custom-language-field{width:100%;padding:.75rem;border:2px solid #e5e7eb;border-radius:8px;font-size:.95rem;transition:all .2s ease}.custom-language-field:focus{outline:none;border-color:#10b981;box-shadow:0 0 0 3px #10b9811a}.custom-language-buttons{display:flex;gap:.5rem}.btn-add-custom,.btn-cancel-custom{padding:.625rem 1.25rem;border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease;border:none}.btn-add-custom{background:#10b981;color:#fff;flex:1}.btn-add-custom:hover{background:#059669;transform:translateY(-1px)}.btn-cancel-custom{background:#e5e7eb;color:#6b7280;flex:1}.btn-cancel-custom:hover{background:#d1d5db}.selected-languages{display:flex;flex-wrap:wrap;gap:.5rem;padding:.5rem 0}.language-tag{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem .75rem;background:linear-gradient(135deg,#10b981,#059669);color:#fff;border-radius:20px;font-size:.875rem;font-weight:500;animation:fadeIn .3s ease-out;box-shadow:0 2px 4px #10b98133}@keyframes fadeIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.custom-badge{background:#ffffff4d;padding:.125rem .5rem;border-radius:10px;font-size:.75rem;font-weight:600}.remove-language{background:#fff3;border:none;color:#fff;width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:1.25rem;line-height:1;transition:all .2s ease;padding:0}.remove-language:hover{background:#fff6;transform:scale(1.1)}.add-card-modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem;animation:fadeIn .2s ease}.add-card-modal{background:#fff;border-radius:16px;padding:2rem;max-width:480px;width:100%;box-shadow:0 20px 60px #0000004d;animation:slideUp .3s ease}.add-card-modal-header{margin-bottom:1.5rem}.add-card-modal-header h2{font-size:1.5rem;font-weight:700;color:#111827;margin:0 0 .5rem}.add-card-modal-header p{font-size:.875rem;color:#6b7280;margin:0}.add-card-form{display:flex;flex-direction:column;gap:1rem}.card-element-wrapper{padding:1rem;border:2px solid #E5E7EB;border-radius:12px;background:#fff;transition:all .2s ease}.card-element-wrapper:focus-within{border-color:#10b981;box-shadow:0 0 0 3px #10b9811a}.add-card-error{padding:.75rem 1rem;background:#fef2f2;border:1px solid #FEE2E2;border-radius:8px;color:#dc2626;font-size:.875rem;font-weight:500}.add-card-actions{display:flex;flex-direction:column;gap:.75rem;margin-top:.5rem}.add-card-submit{background:#10b981;color:#fff;border:none;border-radius:12px;padding:.875rem 1.5rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;width:100%}.add-card-submit:hover:not(:disabled){background:#059669;transform:translateY(-1px);box-shadow:0 4px 12px #10b9814d}.add-card-submit:active:not(:disabled){transform:translateY(0)}.add-card-submit:disabled{background:#d1d5db;cursor:not-allowed}.add-card-cancel{background:transparent;color:#6b7280;border:2px solid #E5E7EB;border-radius:12px;padding:.875rem 1.5rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;width:100%}.add-card-cancel:hover:not(:disabled){background:#f9fafb;border-color:#d1d5db;color:#374151}.add-card-cancel:active:not(:disabled){background:#f3f4f6}.add-card-cancel:disabled{opacity:.5;cursor:not-allowed}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}@media(max-width:640px){.add-card-modal{padding:1.5rem}.add-card-modal-header h2{font-size:1.25rem}}.settings-menu-container{min-height:100vh;background:#f8f9fa;padding-bottom:80px}.settings-menu-header{background:#fff;padding:16px;border-bottom:1px solid #e9ecef;position:sticky;top:0;z-index:100}.settings-menu-header .back-button{display:flex;align-items:center;gap:8px;background:none;border:none;color:#2563eb;font-size:16px;cursor:pointer;padding:0;margin-bottom:12px}.back-arrow{font-size:20px}.settings-menu-title{font-size:24px;font-weight:700;color:#1e293b;margin:0}.settings-menu-list{display:flex;flex-direction:column;padding:8px 0}.settings-menu-item{display:flex;align-items:center;gap:16px;padding:16px 20px;background:#fff;border:none;border-bottom:1px solid #e9ecef;cursor:pointer;transition:background-color .2s;text-align:left;width:100%}.settings-menu-item:active{background:#f1f5f9}.menu-item-icon{font-size:24px;width:32px;height:32px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.menu-item-label{flex:1;font-size:16px;font-weight:500;color:#1e293b}.menu-item-badge{display:inline-flex;align-items:center;justify-content:center;padding:4px 12px;background:#e0f2fe;color:#0369a1;border-radius:12px;font-size:13px;font-weight:600;flex-shrink:0}.menu-item-arrow{font-size:20px;color:#94a3b8;flex-shrink:0}@media(min-width:769px){.settings-menu-container{display:none}}.settings-page{min-height:100vh;background:linear-gradient(135deg,#f5f7fa,#e8f5e9);padding-bottom:4rem}.settings-loading{text-align:center;padding:4rem 2rem;font-size:1.125rem;font-weight:500;color:#374151}.settings-top-bar{position:sticky;top:0;z-index:100;background:#fff;border-bottom:1px solid #E5E7EB;padding:1rem 2rem;display:flex;align-items:center;justify-content:space-between;box-shadow:0 2px 8px #0000000a}.settings-title{font-size:1.5rem;font-weight:700;color:#111827;margin:0;flex:1;text-align:center}.btn-back-settings{background:transparent;border:none;color:#6b7280;font-size:.9375rem;font-weight:600;cursor:pointer;padding:.5rem 1rem;border-radius:8px;transition:all .2s ease}.btn-back-settings:hover{background:#f3f4f6;color:#111827}.btn-save-settings{background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;padding:.75rem 2rem;border-radius:50px;font-size:.9375rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #10b98140}.btn-save-settings:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #10b98159}.btn-save-settings:disabled{opacity:.6;cursor:not-allowed}.settings-container{max-width:1200px;margin:0 auto;padding:2rem 1rem;display:grid;grid-template-columns:280px 1fr;gap:2rem}.settings-sidebar{position:sticky;top:100px;height:fit-content}.settings-nav{background:#fff;border-radius:20px;padding:.5rem;box-shadow:0 4px 6px #00000008,0 10px 20px #0000000f}.nav-item{width:100%;display:flex;align-items:center;gap:.875rem;padding:.875rem 1.125rem;border:none;background:transparent;border-radius:14px;font-size:.9375rem;font-weight:600;color:#6b7280;cursor:pointer;transition:all .2s ease;text-align:left}.nav-item:hover{background:#f9fafb;color:#111827}.nav-item.active{background:linear-gradient(135deg,#10b981,#059669);color:#fff;box-shadow:0 4px 12px #10b98140}.nav-icon{font-size:1.25rem;flex-shrink:0}.nav-label{flex:1}.nav-badge{font-size:.8125rem;font-weight:600;padding:.25rem .5rem;border-radius:6px;background:#6b72801a;color:#6b7280;margin-left:auto;transition:all .2s ease}.nav-item:hover .nav-badge{background:#6b728026;color:#374151}.nav-item.active .nav-badge{background:#fff3;color:#fff}.settings-content{min-height:600px}.alert{display:flex;align-items:center;gap:.75rem;padding:1rem 1.25rem;border-radius:16px;margin-bottom:1.5rem;font-size:.9375rem;font-weight:500;animation:slideDown .3s ease}.alert-icon{font-size:1.25rem}.alert-error{background:#fee2e2;color:#dc2626;border-left:4px solid #DC2626}.alert-success{background:#d1fae5;color:#059669;border-left:4px solid #059669}.settings-form,.settings-section{display:flex;flex-direction:column;gap:1.5rem}.settings-card{background:#fff;border-radius:24px;overflow:hidden;box-shadow:0 4px 6px #00000008,0 10px 20px #0000000f,0 20px 40px #00000014;animation:fadeIn .4s ease}.card-header{padding:1.75rem 2rem;border-bottom:1px solid #F3F4F6}.card-title{display:flex;align-items:center;gap:.75rem;font-size:1.25rem;font-weight:700;color:#111827;margin:0}.card-title-with-score{display:flex;flex-direction:column;align-items:flex-start;gap:.5rem}.card-title-main{display:flex;align-items:center;gap:.75rem}.card-title-score{font-size:.9375rem;font-weight:600;color:#059669;padding-left:2.25rem}.card-icon{font-size:1.5rem}.card-body{padding:2rem}.card-description{color:#6b7280;font-size:.9375rem;line-height:1.6;margin:0 0 1.5rem}.avatar-upload-section{display:flex;align-items:center;gap:2rem}.avatar-preview-large{width:140px;height:140px;border-radius:50%;overflow:hidden;border:5px solid white;box-shadow:0 0 0 3px #10b981,0 8px 16px #10b98140,0 16px 32px #00000026;flex-shrink:0}.avatar-preview-large img{width:100%;height:100%;object-fit:cover}.avatar-upload-controls{flex:1;display:flex;flex-direction:column;gap:.75rem}.btn-upload-avatar{display:inline-block;background:linear-gradient(135deg,#10b981,#059669);color:#fff;padding:.875rem 2rem;border-radius:14px;font-size:.9375rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #10b98140;text-align:center;width:fit-content}.btn-upload-avatar:hover{transform:translateY(-2px);box-shadow:0 6px 20px #10b98159}.upload-hint{color:#9ca3af;font-size:.8125rem}.basic-info-form{display:flex;flex-direction:column;gap:1.25rem}.form-grid{display:grid;grid-template-columns:1fr;gap:1.25rem;margin-bottom:1.25rem}@media(min-width:768px){.form-grid{grid-template-columns:repeat(2,1fr)}}.form-group{display:flex;flex-direction:column;gap:.5rem;width:100%}.form-group-full{width:100%;margin-bottom:1.25rem}.form-group label{font-size:.875rem;font-weight:600;color:#374151;display:block;margin-bottom:.5rem}.form-group input,.form-group select,.form-group textarea{width:100%;padding:.875rem 1rem;border:2px solid #E5E7EB;border-radius:12px;font-size:.9375rem;font-family:Montserrat,sans-serif;transition:all .3s ease;background:#fff;box-sizing:border-box}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#10b981;box-shadow:0 0 0 4px #10b9811a}.form-group input::placeholder,.form-group textarea::placeholder{color:#9ca3af;opacity:1}.form-group textarea{resize:vertical;min-height:120px}.char-count{color:#9ca3af;font-size:.8125rem;text-align:right}.form-group-toggle{margin-top:1rem}.toggle-label{display:flex;align-items:center;gap:1rem;cursor:pointer;padding:1rem;border-radius:12px;transition:background .2s ease}.toggle-label:hover{background:#f9fafb}.toggle-input{display:none}.toggle-switch{position:relative;width:48px;height:28px;background:#d1d5db;border-radius:50px;transition:all .3s ease;flex-shrink:0}.toggle-switch:before{content:"";position:absolute;top:3px;left:3px;width:22px;height:22px;background:#fff;border-radius:50%;transition:all .3s ease;box-shadow:0 2px 4px #0000001a}.toggle-input:checked+.toggle-switch{background:linear-gradient(135deg,#10b981,#059669)}.toggle-input:checked+.toggle-switch:before{transform:translate(20px)}.toggle-text{font-size:.9375rem;font-weight:600;color:#111827}.toggle-content{display:flex;flex-direction:column;gap:.25rem}.toggle-description{font-size:.8125rem;color:#6b7280}.toggle-list{display:flex;flex-direction:column;gap:.5rem}.info-row{display:flex;justify-content:space-between;align-items:center;padding:1rem;background:#f9fafb;border-radius:12px;margin-bottom:1.5rem}.info-value{font-size:.9375rem;font-weight:600;color:#111827;overflow-wrap:anywhere;word-break:break-all}@media(max-width:767px){.info-row{flex-direction:column;align-items:flex-start;gap:.5rem}.info-label{font-size:.9375rem;font-weight:600;color:#111827}.info-value{font-size:.875rem;font-weight:400;color:#6b7280}}.btn-primary{background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;padding:.875rem 2rem;border-radius:14px;font-size:.9375rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #10b98140}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #10b98159}.btn-secondary{background:#fff;color:#374151;border:2px solid #E5E7EB;padding:.875rem 2rem;border-radius:14px;font-size:.9375rem;font-weight:600;cursor:pointer;transition:all .3s ease}.btn-secondary:hover{background:#f9fafb;border-color:#10b981;color:#10b981;transform:translateY(-2px);box-shadow:0 4px 16px #10b98126}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 2rem;text-align:center;gap:1.5rem}.empty-icon{font-size:4rem;opacity:.3}.empty-state p{color:#9ca3af;font-size:1rem;margin:0}.security-status{margin-bottom:1.5rem}.security-badge{display:inline-flex;align-items:center;gap:.625rem;padding:.875rem 1.5rem;border-radius:50px;font-weight:600;font-size:.9375rem}.security-good{background:linear-gradient(135deg,#d1fae5,#a7f3d0);color:#059669;border:2px solid #6EE7B7}.badge-icon{font-size:1.25rem}.security-actions{display:flex;gap:1rem;flex-wrap:wrap}@media(max-width:1024px){.settings-container{grid-template-columns:1fr;gap:1.5rem}.settings-sidebar{position:static}.settings-nav{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:.5rem}.nav-item{flex-direction:column;text-align:center;padding:.875rem .75rem;gap:.5rem}.nav-label{font-size:.8125rem}}.settings-sidebar.mobile-hidden{display:none}@media(max-width:768px){.settings-top-bar{padding:1rem;gap:.75rem}.settings-title{font-size:1.25rem;text-align:left;flex:1}.btn-save-settings{padding:.625rem 1.5rem;font-size:.875rem}.btn-back-settings{padding:.5rem}.settings-container{padding:1.5rem 1rem;display:block}.card-header{padding:1.25rem 1.5rem}.card-title{font-size:1.125rem}.card-title-score{font-size:.875rem;padding-left:2rem}.card-body{padding:1.5rem}.avatar-upload-section{flex-direction:column;text-align:center}.btn-upload-avatar{width:100%}.settings-nav{grid-template-columns:repeat(2,1fr)}.form-group label{font-size:.8125rem;margin-bottom:.5rem}.form-group input,.form-group select,.form-group textarea{padding:.875rem 1rem;font-size:1rem;border-radius:14px}.username-input-wrapper{border-radius:14px}.username-input{font-size:1rem;padding:.875rem .5rem .875rem .25rem}.username-prefix{font-size:1rem;padding-left:.875rem}.username-status{padding-right:.875rem}.form-group-full{margin-bottom:1.5rem}.basic-info-form{gap:1.5rem}.basic-info-form .form-group{margin-bottom:0}}@media(max-width:480px){.settings-top-bar{flex-wrap:wrap;gap:.75rem}.settings-title{width:100%;order:-1;text-align:left;font-size:1.125rem}.btn-back-settings,.btn-save-settings{flex:1}.btn-save-settings{order:2}.card-header{padding:1rem 1.25rem}.card-title-score{font-size:.8125rem;padding-left:1.75rem}.card-body{padding:1.25rem}.avatar-preview-large{width:120px;height:120px}.settings-nav{grid-template-columns:1fr}.nav-item{flex-direction:row;text-align:left;gap:.875rem}}.profile-completion-section{margin-bottom:1.75rem;padding-bottom:1.75rem;border-bottom:1px solid #E5E7EB}.completion-title{font-size:1.0625rem;font-weight:700;color:#111827;margin:0 0 1.25rem;text-align:center}.completion-bar-container{margin-bottom:1rem}.completion-bar-bg{width:100%;height:36px;background:#e5e7eb;border-radius:50px;overflow:hidden;position:relative;box-shadow:inset 0 2px 6px #0000001f}.completion-bar-fill{height:100%;background:linear-gradient(135deg,#10b981,#059669);border-radius:50px;transition:width .6s cubic-bezier(.4,0,.2,1);display:flex;align-items:center;justify-content:center;position:relative;box-shadow:0 4px 12px #10b98159,inset 0 2px #fff6}.completion-percent-text{color:#fff;font-size:.9375rem;font-weight:700;text-shadow:0 1px 3px rgba(0,0,0,.25)}.completion-badge{text-align:center;padding:.625rem 1.25rem;border-radius:12px;font-weight:600;font-size:.875rem;margin-top:.75rem;box-shadow:0 2px 8px #0000001a}.badge-verified{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;box-shadow:0 2px 8px #3b82f64d}.badge-trusted{background:linear-gradient(135deg,#10b981,#059669);color:#fff;box-shadow:0 2px 8px #10b9814d}.verified-details-section{margin-top:1.75rem}.verified-title{font-size:1.0625rem;font-weight:700;color:#111827;margin:0 0 1.25rem;text-align:center}.verified-list{display:flex;flex-direction:column;gap:.625rem}.verified-item{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;border-radius:12px;background:#f9fafb;transition:all .2s ease}.verified-item.completed{background:#d1fae5;border-left:3px solid #10B981}.verified-item.incomplete{background:#fee2e2;border-left:3px solid #DC2626}.verified-icon{font-size:1.125rem;flex-shrink:0}.verified-item.completed .verified-icon{color:#059669}.verified-item.incomplete .verified-icon{color:#dc2626;opacity:.5}.verified-label{font-size:.875rem;font-weight:600;color:#374151}.stripe-connect-card{padding:1.5rem;border-radius:16px;text-align:center}.stripe-connect-card.complete{background:linear-gradient(135deg,#d1fae5,#a7f3d0);border:2px solid #10B981}.stripe-connect-card.incomplete{background:linear-gradient(135deg,#fef3c7,#fde68a);border:2px solid #F59E0B}.stripe-connect-card.paused{background:linear-gradient(135deg,#fee2e2,#fecaca);border:2px solid #F59E0B}.stripe-connect-card h3{font-size:1.125rem;font-weight:700;color:#111827;margin:0 0 .75rem}.stripe-connect-card p{font-size:.9375rem;color:#374151;margin:0 0 1rem;line-height:1.5}.btn-connect-stripe{background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;padding:.875rem 2rem;border-radius:12px;font-size:.9375rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #10b9814d}.btn-connect-stripe:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 16px #10b98166}.btn-connect-stripe:disabled{opacity:.6;cursor:not-allowed}.payout-status{font-size:.875rem;font-weight:600;color:#059669;margin-top:.5rem}.btn-pause-selling{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:12px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #f59e0b4d;margin-top:.5rem}.btn-pause-selling:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 16px #f59e0b66}.btn-pause-selling:disabled{opacity:.6;cursor:not-allowed}.btn-resume-selling{background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:12px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #10b9814d;margin-top:.5rem}.btn-resume-selling:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 16px #10b98166}.btn-resume-selling:disabled{opacity:.6;cursor:not-allowed}.stripe-notice{font-size:.8125rem;color:#6b7280;margin-top:1rem;font-style:italic}.account-readiness-section{padding:1rem 0}.profile-guidance-message{background:linear-gradient(135deg,#fef3c7,#fde68a);border-left:4px solid #f59e0b;border-radius:12px;padding:1rem 1.25rem;margin-bottom:1.5rem;box-shadow:0 2px 8px #f59e0b26}.guidance-text{margin:0;font-size:.9375rem;font-weight:500;color:#92400e;line-height:1.6}.guidance-missing{font-weight:600;color:#b45309}.readiness-title{font-size:1.25rem;font-weight:700;color:#111827;margin:0 0 1.5rem;text-align:center}.readiness-bar-container{margin-bottom:2rem}.readiness-bar-bg{width:100%;height:24px;background:#e5e7eb;border-radius:12px;overflow:hidden;box-shadow:inset 0 2px 4px #0000000f}.readiness-bar-fill{height:100%;background:linear-gradient(135deg,#10b981,#059669);border-radius:12px;transition:width .4s ease;box-shadow:0 2px 8px #10b9814d}.readiness-details-list{display:flex;flex-direction:column;gap:.75rem}.readiness-item{display:flex;align-items:center;gap:.75rem;padding:.75rem;border-radius:8px;transition:all .2s ease}.readiness-item.completed{background:#10b98114}.readiness-item.incomplete{background:#6b72800d}.readiness-item:hover{transform:translate(4px)}.readiness-icon{font-size:1.125rem;font-weight:700;min-width:24px;text-align:center}.readiness-item.completed .readiness-icon{color:#10b981}.readiness-item.incomplete .readiness-icon{color:#9ca3af}.readiness-label{font-size:.9375rem;font-weight:500;color:#374151;flex:1}.readiness-item.completed .readiness-label{color:#059669}.readiness-item.incomplete .readiness-label{color:#6b7280}.readiness-item.locked{background:#9ca3af1a;opacity:.6;cursor:not-allowed}.readiness-item.locked:hover{transform:none}.readiness-item.locked .readiness-icon{color:#9ca3af}.readiness-item.locked .readiness-label{color:#9ca3af;font-style:italic}.address-form-card{border-radius:28px;box-shadow:0 8px 32px #00000014,0 4px 16px #0000000a;transform:translateY(0);transition:all .3s ease}.address-form-card:hover{box-shadow:0 12px 40px #0000001f,0 6px 20px #0000000f;transform:translateY(-2px)}.address-form{display:flex;flex-direction:column;gap:2rem}.form-section{display:flex;flex-direction:column;gap:1.25rem}.form-section-title{display:flex;align-items:center;gap:.75rem;font-size:1.125rem;font-weight:700;color:#111827;margin:0;padding-bottom:.75rem;border-bottom:2px solid #F3F4F6}.section-icon{font-size:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-label{font-size:.9375rem;font-weight:600;color:#374151}.form-input,.form-select,.form-textarea{width:100%;padding:1rem 1.25rem;border:2px solid #E5E7EB;border-radius:16px;font-size:1rem;font-weight:500;color:#111827;background:#fff;transition:all .2s ease;box-sizing:border-box}.form-input:focus,.form-select:focus,.form-textarea:focus{outline:none;border-color:#10b981;box-shadow:0 0 0 3px #10b9811a}.form-input.error{border-color:#ef4444}.form-input:disabled{background:#f9fafb;color:#9ca3af;cursor:not-allowed}.form-textarea{resize:vertical;min-height:100px;font-family:inherit}.form-grid-2{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}.error-message{font-size:.875rem;font-weight:500;color:#ef4444;margin-top:-.25rem}.btn-save-address{width:100%;padding:1.125rem 2rem;background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;border-radius:16px;font-size:1.0625rem;font-weight:700;cursor:pointer;transition:all .3s ease;box-shadow:0 6px 20px #10b9814d;margin-top:1rem}.btn-save-address:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 24px #10b98166}.btn-save-address:active:not(:disabled){transform:translateY(0)}.btn-save-address:disabled{opacity:.6;cursor:not-allowed}@media(max-width:768px){.address-form-card{border-radius:24px}.form-section{gap:1rem}.form-section-title{font-size:1rem}.form-grid-2{grid-template-columns:1fr}.form-input,.form-select,.form-textarea{padding:.875rem 1rem;border-radius:14px}.btn-save-address{padding:1rem 1.5rem;font-size:1rem}}@media(max-width:480px){.address-form-card{border-radius:20px}.form-section{gap:.875rem}.form-input,.form-select,.form-textarea{padding:.75rem .875rem;font-size:.9375rem;border-radius:12px}}.profile-readiness-badge{display:inline-flex;align-items:center;padding:.625rem 1.25rem;background:linear-gradient(135deg,#10b981,#059669);color:#fff;font-size:.9375rem;font-weight:700;border-radius:50px;box-shadow:0 4px 12px #10b98140;margin-bottom:1.5rem;transition:all .3s ease}.profile-readiness-badge:hover{box-shadow:0 6px 16px #10b98159;transform:translateY(-1px)}@media(max-width:768px){.profile-readiness-badge{font-size:.875rem;padding:.5rem 1rem}}@media(max-width:480px){.profile-readiness-badge{font-size:.8125rem;padding:.5rem .875rem}}.change-form{margin-top:1.5rem;padding:1.5rem;background:#f9fafb;border-radius:12px;border:2px solid #e5e7eb}.change-form .form-group{margin-bottom:1rem}.change-form .form-group:last-of-type{margin-bottom:1.5rem}.change-form label{display:block;font-size:.875rem;font-weight:600;color:#374151;margin-bottom:.5rem}.change-form .form-input{width:100%;padding:.75rem;border:2px solid #e5e7eb;border-radius:8px;font-size:1rem;transition:all .2s ease}.change-form .form-input:focus{outline:none;border-color:#10b981;box-shadow:0 0 0 3px #10b9811a}.button-group{display:flex;gap:.75rem;flex-wrap:wrap}.button-group button{flex:1;min-width:150px}.warning-message{margin-top:1rem;padding:1rem;background:linear-gradient(135deg,#fef3c7,#fde68a);border:2px solid #f59e0b;border-radius:12px}.warning-message p{margin:0;color:#92400e;font-size:.875rem;font-weight:600;display:flex;align-items:center;gap:.5rem}@media(max-width:640px){.button-group{flex-direction:column}.button-group button{width:100%;min-width:unset}}.sessions-list{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}.session-item{display:flex;justify-content:space-between;align-items:center;padding:1rem;background:#f9fafb;border:2px solid #e5e7eb;border-radius:12px;transition:all .2s ease}.session-item:hover{border-color:#10b981;box-shadow:0 2px 8px #10b9811a}.session-device{flex:1}.session-device-name{font-size:1rem;font-weight:600;color:#111827;margin-bottom:.25rem}.session-location{font-size:.875rem;color:#6b7280;margin-bottom:.25rem}.session-ip{font-size:.8125rem;color:#9ca3af;margin-bottom:.25rem}.session-time{font-size:.8125rem;color:#9ca3af}.session-status{display:flex;align-items:center}.status-badge{padding:.5rem 1rem;border-radius:20px;font-size:.875rem;font-weight:600;white-space:nowrap}.status-active{background:linear-gradient(135deg,#10b981,#059669);color:#fff}.status-logged-out{background:linear-gradient(135deg,#6b7280,#4b5563);color:#fff}.status-expired{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff}.sessions-loading,.no-sessions{text-align:center;color:#6b7280;padding:2rem;font-size:.9375rem}.sessions-actions{display:flex;justify-content:center;margin-top:.5rem}.btn-danger{padding:.75rem 1.5rem;background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;border:none;border-radius:12px;font-size:.9375rem;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 8px #ef44444d}.btn-danger:hover:not(:disabled){background:linear-gradient(135deg,#dc2626,#b91c1c);transform:translateY(-2px);box-shadow:0 4px 12px #ef444466}.btn-danger:disabled{opacity:.6;cursor:not-allowed}@media(max-width:768px){.session-item{flex-direction:column;align-items:flex-start;gap:1rem}.session-status{width:100%;justify-content:flex-start}}.modal-overlay{position:fixed;inset:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:10000;padding:1rem;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.modal-content{background:#fff;border-radius:20px;max-width:900px;width:100%;max-height:90vh;overflow:hidden;box-shadow:0 20px 60px #0000004d;display:flex;flex-direction:column}.login-history-modal{max-width:1000px}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 2rem;border-bottom:2px solid #e5e7eb}.modal-title{font-size:1.5rem;font-weight:700;color:#111827;margin:0}.modal-close{background:none;border:none;font-size:2rem;color:#6b7280;cursor:pointer;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s ease}.modal-close:hover{background:#f3f4f6;color:#111827}.modal-body{padding:2rem;overflow-y:auto;flex:1}.modal-footer{padding:1.5rem 2rem;border-top:2px solid #e5e7eb;display:flex;justify-content:center}.sessions-list-modal{display:flex;flex-direction:column;gap:1rem}.session-item-modal{background:#f9fafb;border:2px solid #e5e7eb;border-radius:16px;padding:1.5rem;transition:all .2s ease}.session-item-modal:hover{border-color:#10b981;box-shadow:0 4px 12px #10b98126}.session-header{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1rem}.session-device-icon{font-size:2rem;width:50px;height:50px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#10b981,#059669);border-radius:12px;flex-shrink:0}.session-main-info{flex:1}.session-device-name{font-size:1.125rem;font-weight:700;color:#111827;margin-bottom:.5rem}.session-meta{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;font-size:.875rem;color:#6b7280}.session-separator{color:#d1d5db}.session-status-badge{flex-shrink:0}.session-details{background:#fff;border-radius:12px;padding:1rem;display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap}.session-time-info{display:flex;flex-direction:column;gap:.5rem;flex:1}.time-entry{display:flex;gap:.5rem;font-size:.875rem}.time-label{font-weight:600;color:#6b7280;min-width:140px}.time-value{color:#111827;font-weight:500}.btn-logout-device{padding:.625rem 1.25rem;background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;border:none;border-radius:10px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease;white-space:nowrap}.btn-logout-device:hover{background:linear-gradient(135deg,#d97706,#b45309);transform:translateY(-2px);box-shadow:0 4px 12px #f59e0b4d}.btn-danger-full{padding:.875rem 2rem;background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;border:none;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 12px #ef44444d;min-width:280px}.btn-danger-full:hover:not(:disabled){background:linear-gradient(135deg,#dc2626,#b91c1c);transform:translateY(-2px);box-shadow:0 6px 16px #ef444466}.btn-danger-full:disabled{opacity:.6;cursor:not-allowed}.security-actions{margin-top:1rem;display:flex;justify-content:center}@media(max-width:768px){.modal-content{max-width:100%;margin:0;border-radius:20px 20px 0 0;max-height:95vh}.modal-header{padding:1rem 1.5rem}.modal-title{font-size:1.25rem}.modal-body{padding:1.5rem}.modal-footer{padding:1rem 1.5rem}.session-header{flex-direction:column;gap:.75rem}.session-device-icon{width:40px;height:40px;font-size:1.5rem}.session-details{flex-direction:column;align-items:stretch}.time-label{min-width:auto}.btn-logout-device,.btn-danger-full{width:100%}.btn-danger-full{min-width:unset}}.verification-status{margin-top:1.5rem;padding:1.5rem;background:#f9fafb;border-radius:12px;display:flex;flex-direction:column;gap:1rem}.verification-item{display:flex;align-items:center;gap:.75rem}.verification-icon{width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;font-size:1.125rem;font-weight:700;flex-shrink:0}.verification-icon.verified{background:linear-gradient(135deg,#10b981,#059669);color:#fff}.verification-icon.unverified{background:#e5e7eb;color:#9ca3af;font-size:1.25rem}.verification-label{font-size:.9375rem;font-weight:600;color:#374151}@media(max-width:768px){.verification-status{padding:1rem;gap:.75rem}.verification-icon{width:28px;height:28px;font-size:1rem}.verification-icon.unverified{font-size:1.125rem}.verification-label{font-size:.875rem}}.phone-verification-section{margin-top:1.5rem;padding:1.5rem;background:#fff;border:2px solid #e5e7eb;border-radius:12px}.verification-section-title{font-size:1rem;font-weight:700;color:#111827;margin:0 0 1rem}.phone-verification-form{display:flex;flex-direction:column;gap:.75rem}.verification-actions{display:flex;gap:.75rem}.verification-actions .btn-primary,.verification-actions .btn-secondary{flex:1}@media(max-width:768px){.phone-verification-section{padding:1rem}.verification-section-title{font-size:.9375rem}.verification-actions{flex-direction:column}}.payment-methods-loading,.payment-methods-empty{text-align:center;padding:2rem 1rem}.payment-methods-empty p{color:#6b7280;margin:0 0 1.5rem;font-size:.9375rem}.btn-add-card{background:#10b981;color:#fff;border:none;border-radius:12px;padding:.875rem 2rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease}.btn-add-card:hover{background:#059669;transform:translateY(-1px);box-shadow:0 4px 12px #10b9814d}.payment-methods-list{display:flex;flex-direction:column;gap:1rem}.payment-method-item{display:flex;align-items:center;justify-content:space-between;padding:1.25rem;border:2px solid #E5E7EB;border-radius:12px;background:#fff;transition:all .2s ease}.payment-method-item:hover{border-color:#d1d5db;box-shadow:0 2px 8px #0000000a}.payment-method-info{display:flex;flex-direction:column;gap:.25rem}.payment-method-brand{font-size:1rem;font-weight:600;color:#111827}.payment-method-expiry{font-size:.875rem;color:#6b7280}.btn-remove-card{background:transparent;color:#ef4444;border:2px solid #FEE2E2;border-radius:8px;padding:.5rem 1rem;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease}.btn-remove-card:hover:not(:disabled){background:#fef2f2;border-color:#fca5a5;color:#dc2626}.btn-remove-card:disabled{opacity:.5;cursor:not-allowed}.btn-add-card-secondary{background:transparent;color:#10b981;border:2px dashed #D1FAE5;border-radius:12px;padding:.875rem 1.5rem;font-size:.9375rem;font-weight:600;cursor:pointer;transition:all .2s ease;width:100%;margin-top:.5rem}.btn-add-card-secondary:hover{background:#f0fdf4;border-color:#a7f3d0;color:#059669}@media(max-width:768px){.payment-method-item{flex-direction:column;align-items:flex-start;gap:1rem}.btn-remove-card{width:100%}}.username-input-wrapper{position:relative;display:flex;align-items:center;background:#fff;border:2px solid #E5E7EB;border-radius:12px;transition:all .3s ease;width:100%}.username-input-wrapper:focus-within{border-color:#10b981;box-shadow:0 0 0 4px #10b9811a}.username-prefix{padding-left:1rem;color:#6b7280;font-weight:500;font-size:1rem;-webkit-user-select:none;user-select:none}.username-input{flex:1;border:none!important;background:transparent!important;padding:.875rem .5rem .875rem .25rem;font-size:.9375rem;outline:none;box-shadow:none!important;font-family:Montserrat,sans-serif;color:#111827}.username-input.error{color:#ef4444}.username-input.error~.username-prefix,.form-group:has(.username-input.error) .username-input-wrapper{border-color:#ef4444}.form-group:has(.username-input.error) .username-input-wrapper:focus-within{box-shadow:0 0 0 4px #ef44441a}.username-input.success{color:#10b981}.username-status{padding-right:1rem;font-size:.875rem;font-weight:500}.username-status.checking{color:#f59e0b}.username-status.available{color:#10b981;font-size:1.25rem}.username-error{display:block;color:#ef4444;font-size:.875rem;margin-top:.5rem;font-weight:500}.username-success{display:block;color:#10b981;font-size:.875rem;margin-top:.5rem;font-weight:500}.username-hint{display:block;color:#6b7280;font-size:.8125rem;margin-top:.5rem}.report-modal-content{background:#fff;border-radius:16px;width:90%;max-width:500px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #0000004d}.report-modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #e5e7eb}.report-modal-header h2{font-size:1.25rem;font-weight:700;color:#1f2937;margin:0}.modal-close-btn{background:transparent;border:none;font-size:2rem;color:#6b7280;cursor:pointer;line-height:1;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:8px;transition:all .2s ease}.modal-close-btn:hover{background:#f3f4f6;color:#1f2937}.report-modal-body{padding:1.5rem}.report-modal-subtitle{font-size:.95rem;color:#4b5563;margin-bottom:1.5rem}.form-label{display:block;font-size:.95rem;font-weight:600;color:#1f2937;margin-bottom:.75rem}.reason-options{display:flex;flex-direction:column;gap:.5rem}.reason-option{display:flex;align-items:center;padding:.75rem;border:2px solid #e5e7eb;border-radius:10px;cursor:pointer;transition:all .2s ease}.reason-option:hover{border-color:#10b981;background:#f0fdf4}.reason-option input[type=radio]{margin:0;margin-right:.75rem;cursor:pointer;width:18px;height:18px;accent-color:#10B981}.reason-option input[type=radio]:checked+.reason-label{font-weight:600;color:#10b981}.reason-label{font-size:.95rem;color:#1f2937;flex:1}.form-textarea{width:100%;padding:.75rem;border:2px solid #e5e7eb;border-radius:10px;font-size:.95rem;color:#1f2937;font-family:inherit;resize:vertical;transition:all .2s ease}.form-textarea:focus{outline:none;border-color:#10b981;background:#f0fdf4}.form-textarea:disabled{background:#f9fafb;cursor:not-allowed}.char-count{display:block;text-align:right;font-size:.85rem;color:#6b7280;margin-top:.25rem}.report-error-message{background:#fee2e2;color:#dc2626;padding:.75rem;border-radius:8px;font-size:.9rem;margin-bottom:1rem}.report-modal-actions{display:flex;gap:.75rem;justify-content:flex-end}.btn-cancel{padding:.75rem 1.5rem;background:transparent;border:2px solid #e5e7eb;color:#6b7280;font-size:.95rem;font-weight:600;border-radius:10px;cursor:pointer;transition:all .2s ease}.btn-cancel:hover{background:#f3f4f6;border-color:#d1d5db;color:#1f2937}.btn-cancel:disabled{opacity:.5;cursor:not-allowed}.btn-submit-report{padding:.75rem 1.5rem;background:#dc2626;border:none;color:#fff;font-size:.95rem;font-weight:600;border-radius:10px;cursor:pointer;transition:all .2s ease}.btn-submit-report:hover:not(:disabled){background:#b91c1c}.btn-submit-report:disabled{opacity:.5;cursor:not-allowed}.report-success{padding:3rem 1.5rem;text-align:center}.success-icon{width:64px;height:64px;background:#10b981;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:700;margin:0 auto 1rem}.report-success h2{font-size:1.5rem;font-weight:700;color:#1f2937;margin:0 0 .5rem}.report-success p{font-size:.95rem;color:#6b7280;margin:0}.block-modal-content{background:#fff;border-radius:16px;width:90%;max-width:450px;box-shadow:0 20px 60px #0000004d}.block-modal-header{padding:1.5rem;border-bottom:1px solid #e5e7eb}.block-modal-header h2{font-size:1.25rem;font-weight:700;color:#1f2937;margin:0;text-align:center}.block-modal-body{padding:1.5rem;text-align:center}.block-warning-icon{font-size:3rem;margin-bottom:1rem}.block-user-name{font-size:1.1rem;color:#1f2937;margin:0 0 1.5rem}.block-info{background:#fef3c7;border:1px solid #fde68a;border-radius:12px;padding:1rem;margin-bottom:1.5rem;text-align:left}.block-info>p{font-size:.95rem;font-weight:600;color:#92400e;margin:0 0 .75rem}.block-effects-list{list-style:none;padding:0;margin:0}.block-effects-list li{font-size:.9rem;color:#78350f;padding-left:1.25rem;margin-bottom:.5rem;position:relative}.block-effects-list li:before{content:"•";position:absolute;left:.5rem;font-weight:700}.block-effects-list li:last-child{margin-bottom:0}.block-error-message{background:#fee2e2;color:#dc2626;padding:.75rem;border-radius:8px;font-size:.9rem;margin-bottom:1rem}.block-modal-actions{display:flex;gap:.75rem;justify-content:center}.btn-cancel-block{padding:.75rem 1.5rem;background:transparent;border:2px solid #e5e7eb;color:#6b7280;font-size:.95rem;font-weight:600;border-radius:10px;cursor:pointer;transition:all .2s ease;flex:1;max-width:150px}.btn-cancel-block:hover:not(:disabled){background:#f3f4f6;border-color:#d1d5db;color:#1f2937}.btn-cancel-block:disabled{opacity:.5;cursor:not-allowed}.btn-confirm-block{padding:.75rem 1.5rem;background:#dc2626;border:none;color:#fff;font-size:.95rem;font-weight:600;border-radius:10px;cursor:pointer;transition:all .2s ease;flex:1;max-width:150px}.btn-confirm-block:hover:not(:disabled){background:#b91c1c}.btn-confirm-block:disabled{opacity:.5;cursor:not-allowed}.user-profile-page{padding:1rem}.user-profile-container{max-width:1200px;margin:0 auto}.user-profile-header{margin-bottom:1rem}.btn-back-simple{background:#fff;color:#1f2937;border:none;padding:.5rem 1rem;border-radius:8px;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .2s ease;box-shadow:0 1px 3px #0000001a}.btn-back-simple:hover{background:#f9fafb;color:#10b981;transform:translate(-2px)}.user-profile-loading,.user-profile-error{text-align:center;color:#fff;font-size:1.1rem;padding:2rem;background:#ffffff1a;border-radius:12px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.user-profile-error p{margin-bottom:1rem}.profile-header-compact{background:#fff;border-radius:12px;padding:1.5rem;margin-bottom:1rem;box-shadow:0 2px 8px #0000000f;display:flex;align-items:flex-start;gap:1rem}.profile-header-main{display:flex;gap:1rem;flex:1}.profile-avatar-small{width:80px;height:80px;border-radius:50%;object-fit:cover;border:2px solid #10B981;flex-shrink:0}.profile-header-info{flex:1}.profile-name-row{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;margin-bottom:.25rem}.profile-name-compact{font-size:1.5rem;font-weight:700;color:#1f2937;margin:0}.badge-pill{display:inline-flex;align-items:center;gap:.25rem;background:#fef3c7;color:#92400e;padding:.25rem .75rem;border-radius:12px;font-size:.75rem;font-weight:600}.profile-rating-compact{display:flex;align-items:center;gap:.35rem;margin-bottom:.5rem}.rating-stars-small{display:flex;gap:.1rem}.rating-stars-small .star-display{font-size:.9rem;color:#d1d5db}.rating-stars-small .star-display.filled{color:#f59e0b}.rating-number-small{font-size:.95rem;font-weight:700;color:#1f2937}.rating-count-small{font-size:.85rem;color:#6b7280}.profile-meta-row{display:flex;align-items:center;gap:1rem;flex-wrap:wrap;font-size:.875rem;color:#6b7280;margin-bottom:.75rem}.meta-item,.meta-status{display:flex;align-items:center;gap:.35rem}.status-dot-small{width:8px;height:8px;border-radius:50%;background:#9ca3af}.status-dot-small.online{background:#10b981;box-shadow:0 0 0 2px #10b98133}.languages-pills{display:flex;gap:.35rem}.language-pill{background:#f3f4f6;color:#4b5563;padding:.2rem .6rem;border-radius:8px;font-size:.75rem;font-weight:600}.profile-stats-compact{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem;font-size:.875rem;color:#4b5563;flex-wrap:wrap}.stat-compact{background:none;border:none;padding:0;cursor:pointer;color:#4b5563;transition:color .2s ease}.stat-compact:hover{color:#1f2937}.stat-compact strong{font-weight:700;color:#1f2937}.stat-separator{color:#d1d5db}.profile-level-subtle{display:flex;align-items:center;gap:.5rem}.level-text-small{font-size:.8rem;color:#6b7280;font-weight:600;white-space:nowrap}.level-bar-thin{flex:1;max-width:120px;height:4px;background:#e5e7eb;border-radius:2px;overflow:hidden}.level-bar-fill-thin{height:100%;background:linear-gradient(90deg,#10b981,#059669);border-radius:2px;transition:width .3s ease}.btn-follow-compact{background:#10b981;color:#fff;border:none;padding:.625rem 1.5rem;border-radius:8px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .2s ease;white-space:nowrap;flex-shrink:0}.btn-follow-compact:hover{background:#059669;transform:translateY(-1px)}.btn-follow-compact.following{background:#f3f4f6;color:#4b5563}.btn-follow-compact.following:hover{background:#e5e7eb}.btn-follow-compact:disabled{opacity:.6;cursor:not-allowed}.bundle-cta{background:linear-gradient(135deg,#10b981,#059669);border-radius:12px;padding:1.25rem 1.5rem;margin-bottom:2rem;box-shadow:0 4px 12px #10b98133}.bundle-cta-content{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.bundle-cta-text{display:flex;flex-direction:column;gap:.25rem;color:#fff}.bundle-cta-text strong{font-size:1.1rem;font-weight:700}.bundle-cta-subtitle{font-size:.9rem;opacity:.9}.btn-bundle-cta{background:#fff;color:#10b981;border:none;padding:.75rem 1.5rem;border-radius:8px;font-size:.95rem;font-weight:700;cursor:pointer;transition:all .2s ease;white-space:nowrap}.btn-bundle-cta:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.seller-products-section{margin-bottom:2rem}.section-title{font-size:1.5rem;font-weight:700;color:#fff;margin-bottom:1.5rem}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1rem}.no-products{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:12px;padding:2rem;text-align:center;color:#fff;font-size:1rem}.reviews-section{background:#fff;border:1px solid #e8e8e8;border-radius:8px;padding:2rem;margin-bottom:2rem}.no-reviews{text-align:center;color:#999;padding:2rem}.reviews-summary{display:flex;gap:2rem;margin-bottom:2rem;flex-wrap:wrap}.avg-rating-box{background:#f9f9f9;border:1px solid #e8e8e8;border-radius:8px;padding:1.5rem;text-align:center;min-width:150px}.avg-rating-number{font-size:3rem;font-weight:700;color:#111;line-height:1;margin-bottom:.5rem}.avg-rating-stars{display:flex;justify-content:center;gap:.25rem;margin-bottom:.5rem}.avg-rating-stars .star-display{font-size:1.25rem}.review-count-text{color:#666;font-size:.9rem}.subratings-summary{flex:1;display:flex;flex-direction:column;gap:.75rem}.subrating-item{display:flex;justify-content:space-between;align-items:center;background:#f9f9f9;border:1px solid #e8e8e8;padding:.75rem 1rem;border-radius:8px}.subrating-label{color:#333;font-size:.95rem}.subrating-value{color:#111;font-weight:700;font-size:1rem}.reviews-list{display:flex;flex-direction:column;gap:1rem}.review-card{background:#fff;border:1px solid #e8e8e8;border-radius:8px;padding:1.5rem;transition:all .15s ease}.review-card:hover{box-shadow:0 2px 8px #0000001a}.review-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.75rem;flex-wrap:wrap;gap:.5rem}.review-author{display:flex;flex-direction:column;gap:.25rem}.author-name{color:#111;font-weight:600;font-size:1rem}.review-date{color:#999;font-size:.85rem}.review-rating{display:flex;gap:.15rem}.review-comment{color:#333;font-size:.95rem;line-height:1.6;margin-bottom:.75rem}.review-subratings{display:flex;gap:1rem;flex-wrap:wrap}.review-subrating{color:#666;font-size:.85rem}.star-display{color:#d1d5db;font-size:1.2rem}.star-display.filled{color:#f59e0b}.modal-overlay{position:fixed;inset:0;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.modal-content{background:#fff;border-radius:16px;padding:2rem;max-width:400px;width:100%;box-shadow:0 20px 60px #0000004d}.modal-content h2{font-size:1.5rem;font-weight:700;color:#1f2937;margin-bottom:1.5rem;text-align:center}.modal-actions{display:flex;flex-direction:column;gap:.75rem}.btn-confirm{background:#ef4444;color:#fff;border:none;padding:.875rem 1.5rem;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease}.btn-confirm:hover{background:#dc2626;transform:translateY(-1px)}.btn-cancel{background:#f3f4f6;color:#4b5563;border:none;padding:.875rem 1.5rem;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease}.btn-cancel:hover{background:#e5e7eb}@media(max-width:768px){.profile-header-compact{flex-direction:column}.profile-header-main{flex-direction:column;align-items:center;text-align:center}.profile-header-info{width:100%}.profile-name-row,.profile-meta-row,.profile-stats-compact,.profile-level-subtle{justify-content:center}.btn-follow-compact{width:100%}.bundle-cta-content{flex-direction:column;text-align:center}.btn-bundle-cta{width:100%}.products-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:.75rem}.reviews-summary{flex-direction:column}.profile-tabs{padding:.375rem}.profile-tab{padding:.5rem .75rem;font-size:.8125rem}}.profile-tabs{display:flex;gap:0;background:#fff;border-radius:12px;padding:.5rem;margin-bottom:1.5rem;box-shadow:0 2px 8px #0000000f}.profile-tab{flex:1;background:transparent;border:none;padding:.75rem 1.5rem;font-size:.95rem;font-weight:600;color:#6b7280;cursor:pointer;border-radius:8px;transition:all .2s ease;white-space:nowrap}.profile-tab:hover{background:#f3f4f6;color:#1f2937}.profile-tab.active{background:#10b981;color:#fff}.profile-actions{display:flex;align-items:center;gap:.5rem}.follow-menu-container{position:relative}.btn-follow-menu{background:transparent;border:2px solid #e5e7eb;color:#6b7280;padding:.5rem .75rem;border-radius:8px;font-size:1.25rem;font-weight:700;cursor:pointer;transition:all .2s ease;line-height:1}.btn-follow-menu:hover{background:#f3f4f6;border-color:#d1d5db}.follow-dropdown-menu{position:absolute;top:calc(100% + .5rem);right:0;background:#fff;border-radius:12px;box-shadow:0 4px 16px #00000026;padding:.5rem;min-width:200px;z-index:100}.follow-menu-item{display:block;width:100%;background:transparent;border:none;padding:.75rem 1rem;text-align:left;font-size:.95rem;color:#1f2937;cursor:pointer;border-radius:8px;transition:all .2s ease}.follow-menu-item:hover{background:#f3f4f6}.follow-menu-item.danger{color:#dc2626}.follow-menu-item.danger:hover{background:#fee2e2}.profile-bio-section{margin-top:.75rem}.profile-bio-text{font-size:.95rem;line-height:1.5;color:#6b7280;margin:0;white-space:pre-wrap;word-wrap:break-word;overflow-wrap:break-word}.drafts-section{width:100%;margin:2rem 0}.drafts-title{font-size:1.5rem;font-weight:700;color:#1a1a1a;margin-bottom:1.5rem}.drafts-loading{text-align:center;padding:2rem;color:#666}.drafts-empty{text-align:center;padding:3rem 1rem;background:#f9f9f9;border-radius:12px;border:1px solid #e8e8e8}.drafts-empty-icon{font-size:3rem;margin-bottom:1rem}.drafts-empty p{color:#666;font-size:1rem}.drafts-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}.draft-card{background:#fff;border:2px solid #e8e8e8;border-radius:12px;overflow:hidden;transition:all .2s ease;position:relative}.draft-card:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.draft-badge{position:absolute;top:12px;right:12px;background:#ff9500;color:#fff;padding:.375rem .75rem;border-radius:6px;font-size:.8125rem;font-weight:600;z-index:2;text-transform:uppercase;letter-spacing:.5px}.draft-image-container{width:100%;aspect-ratio:1 / 1;overflow:hidden;background:#f5f5f5;position:relative}.draft-image{width:100%;height:100%;object-fit:cover}.draft-image-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:3rem;color:#ddd}.draft-content{padding:1rem}.draft-title{font-size:1rem;font-weight:600;color:#1a1a1a;margin:0 0 .5rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.draft-category{font-size:.875rem;color:#666;margin:0 0 .5rem}.draft-price{font-size:1.125rem;font-weight:700;color:#1a1a1a;margin:0}.draft-actions{display:flex;gap:.5rem;padding:0 1rem 1rem;flex-wrap:wrap}.btn-draft-edit,.btn-draft-publish,.btn-draft-delete{flex:1;min-width:80px;padding:.625rem 1rem;border:none;border-radius:6px;font-size:.9375rem;font-weight:600;cursor:pointer;transition:all .15s ease;font-family:inherit}.btn-draft-edit{background:#f0f0f0;color:#1a1a1a}.btn-draft-edit:hover:not(:disabled){background:#e0e0e0}.btn-draft-publish{background:#10b981;color:#fff}.btn-draft-publish:hover:not(:disabled){background:#059669}.btn-draft-delete{background:#ef4444;color:#fff}.btn-draft-delete:hover:not(:disabled){background:#dc2626}.btn-draft-edit:disabled,.btn-draft-publish:disabled,.btn-draft-delete:disabled{opacity:.5;cursor:not-allowed}@media(max-width:768px){.drafts-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1rem}.draft-actions{flex-direction:column}.btn-draft-edit,.btn-draft-publish,.btn-draft-delete{width:100%}}@media(max-width:480px){.drafts-grid{grid-template-columns:1fr}}.drafts-page{min-height:100vh;background:#f5f5f5;padding:2rem 1rem 4rem}.drafts-container-page{max-width:1200px;margin:0 auto}.drafts-loading{text-align:center;color:#666;font-size:1rem;padding:4rem 2rem}.drafts-header{background:#fff;border-radius:8px;padding:1.5rem;margin-bottom:2rem;display:flex;align-items:center;gap:1.5rem}.btn-back-drafts{background:none;border:none;color:#666;font-size:.9375rem;font-weight:600;cursor:pointer;padding:.5rem 1rem;border-radius:6px;transition:all .15s ease}.btn-back-drafts:hover{background:#f5f5f5;color:#1a1a1a}.drafts-page-title{font-size:1.75rem;font-weight:700;color:#1a1a1a;margin:0}@media(max-width:768px){.drafts-page{padding:1rem .5rem 3rem}.drafts-header{flex-direction:column;align-items:flex-start}.drafts-page-title{font-size:1.5rem}}.hidden-products-section{width:100%}.hidden-products-title{font-size:1.5rem;font-weight:700;color:#1e293b;margin-bottom:1.5rem}.hidden-products-loading{text-align:center;padding:3rem;font-size:1rem;color:#64748b}.hidden-products-empty{text-align:center;padding:3rem;background:#fff;border-radius:16px;box-shadow:0 2px 8px #0000000a}.hidden-products-empty-icon{font-size:4rem;margin-bottom:1rem;opacity:.5}.hidden-products-empty p{font-size:1.125rem;color:#64748b;margin:0}.hidden-products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}.hidden-product-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 2px 8px #0000000f;transition:all .3s ease;position:relative}.hidden-product-card:hover{box-shadow:0 8px 24px #0000001f;transform:translateY(-4px)}.hidden-badge{position:absolute;top:12px;left:12px;background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;padding:6px 14px;border-radius:20px;font-size:.8125rem;font-weight:700;z-index:10;box-shadow:0 2px 8px #f59e0b4d}.hidden-product-image-container{width:100%;aspect-ratio:1;overflow:hidden;background:#f1f5f9}.hidden-product-image{width:100%;height:100%;object-fit:cover}.hidden-product-image-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:3rem;color:#cbd5e1}.hidden-product-content{padding:1.25rem}.hidden-product-title{font-size:1.125rem;font-weight:600;color:#1e293b;margin:0 0 .5rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hidden-product-category{font-size:.875rem;color:#64748b;margin:0 0 .5rem}.hidden-product-price{font-size:1.25rem;font-weight:700;color:#10b981;margin:0}.hidden-product-actions{display:flex;flex-direction:column;gap:.5rem;padding:1rem 1.25rem 1.25rem;border-top:1px solid #f1f5f9}.btn-hidden-unhide{background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;padding:.75rem 1rem;border-radius:10px;font-size:.9375rem;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 8px #10b98133}.btn-hidden-unhide:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #10b9814d}.btn-hidden-unhide:disabled{opacity:.6;cursor:not-allowed}.btn-hidden-edit{background:#fff;color:#3b82f6;border:2px solid #3b82f6;padding:.75rem 1rem;border-radius:10px;font-size:.9375rem;font-weight:600;cursor:pointer;transition:all .2s ease}.btn-hidden-edit:hover:not(:disabled){background:#3b82f6;color:#fff;transform:translateY(-2px)}.btn-hidden-edit:disabled{opacity:.6;cursor:not-allowed}.btn-hidden-delete{background:#fff;color:#ef4444;border:2px solid #ef4444;padding:.75rem 1rem;border-radius:10px;font-size:.9375rem;font-weight:600;cursor:pointer;transition:all .2s ease}.btn-hidden-delete:hover:not(:disabled){background:#ef4444;color:#fff;transform:translateY(-2px)}.btn-hidden-delete:disabled{opacity:.6;cursor:not-allowed}@media(max-width:768px){.hidden-products-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1rem}.hidden-product-card{border-radius:12px}.hidden-product-content{padding:1rem}.hidden-product-actions{padding:.75rem 1rem 1rem;gap:.4rem}.btn-hidden-unhide,.btn-hidden-edit,.btn-hidden-delete{padding:.625rem .875rem;font-size:.875rem}}.hidden-products-page{min-height:100vh;background:linear-gradient(135deg,#f8fafc,#f1f5f9);padding:2rem 1rem 6rem}.hidden-products-container-page{max-width:1200px;margin:0 auto}.hidden-products-header{margin-bottom:2rem}.btn-back-hidden-products{background:#fff;border:2px solid #e2e8f0;color:#64748b;padding:.75rem 1.5rem;border-radius:12px;font-size:.9375rem;font-weight:600;cursor:pointer;transition:all .2s ease;margin-bottom:1rem;display:inline-flex;align-items:center;gap:.5rem}.btn-back-hidden-products:hover{background:#f8fafc;border-color:#cbd5e1;color:#475569;transform:translate(-4px)}.hidden-products-page-title{font-size:2rem;font-weight:700;color:#1e293b;margin:0}.hidden-products-loading{text-align:center;padding:4rem;font-size:1.125rem;color:#64748b}@media(max-width:768px){.hidden-products-page{padding:1.5rem 1rem 5rem}.hidden-products-page-title{font-size:1.5rem}.btn-back-hidden-products{padding:.625rem 1.25rem;font-size:.875rem}}.messages-page{padding:2rem 1rem}.messages-container{max-width:1000px;margin:0 auto}.messages-header{display:flex;align-items:center;gap:1.5rem;margin-bottom:2rem}.messages-header h1{font-size:2rem;font-weight:700;color:var(--dark-text);margin:0}.btn-back-messages{background:#fff;color:var(--dark-text);border:none;padding:.75rem 1.5rem;border-radius:12px;font-size:1rem;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 8px #0000001a}.btn-back-messages:hover{box-shadow:0 4px 12px #00000026;transform:translate(-4px)}.messages-loading{text-align:center;color:var(--dark-text);font-size:1.2rem;padding:3rem;background:#ffffff1a;border-radius:16px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.no-conversations{background:#fff;border-radius:20px;padding:3rem 2rem;text-align:center;box-shadow:0 12px 40px #00000026}.no-conversations p{font-size:1.2rem;color:#6b7280;margin:0 0 1.5rem}.btn-browse:hover{transform:translateY(-2px);box-shadow:0 8px 20px #10b9814d}.conversations-list{display:flex;flex-direction:column;gap:1rem}.conversation-card{background:#fff;border-radius:20px;padding:1.25rem;display:flex;gap:1.25rem;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 20px #0000001a;position:relative}.conversation-card:hover{transform:translateY(-4px);box-shadow:0 8px 30px #00000026}.conversation-card.has-unread{border-left:4px solid #10B981}.conversation-product-image{width:80px;height:80px;flex-shrink:0;border-radius:12px;overflow:hidden;background:#f5f5f5}.conversation-product-image img{width:100%;height:100%;object-fit:cover}.conversation-content{flex:1;display:flex;flex-direction:column;gap:.5rem;min-width:0}.conversation-top{display:flex;justify-content:space-between;align-items:center;gap:1rem}.conversation-user{display:flex;align-items:center;gap:.75rem}.user-avatar-small{width:36px;height:36px;border-radius:50%;object-fit:cover;border:2px solid #10B981}.user-name{font-weight:600;color:#1f2937;font-size:1rem}.conversation-card.has-unread .user-name{font-weight:700}.conversation-time{font-size:.85rem;color:#6b7280;white-space:nowrap}.conversation-card.has-unread .conversation-time{color:#10b981;font-weight:600}.conversation-product-title{font-size:.9rem;color:#f59e0b;margin:0;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.conversation-bottom{display:flex;justify-content:space-between;align-items:center;gap:1rem}.conversation-last-message{font-size:.95rem;color:#6b7280;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1}.conversation-card.has-unread .conversation-last-message{font-weight:600;color:#374151}.unread-badge{background:linear-gradient(135deg,#10b981,#059669);color:#fff;font-size:.75rem;font-weight:700;padding:.35rem .6rem;border-radius:12px;min-width:24px;text-align:center;box-shadow:0 2px 8px #10b9814d;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@media(max-width:768px){.messages-page{padding:1.5rem 1rem}.messages-header h1{font-size:1.75rem}.conversation-card{padding:1rem}.conversation-product-image{width:70px;height:70px}.user-avatar-small{width:32px;height:32px}.user-name{font-size:.95rem}.conversation-time{font-size:.8rem}}@media(max-width:480px){.messages-page{padding:1rem}.messages-header{flex-direction:column;align-items:flex-start;gap:1rem}.messages-header h1{font-size:1.5rem}.conversation-card{padding:1rem;gap:1rem}.conversation-product-image{width:60px;height:60px}.user-avatar-small{width:28px;height:28px}.conversation-product-title{font-size:.85rem}.conversation-last-message{font-size:.9rem}}.emoji-picker-overlay{position:fixed;inset:0;z-index:999}.emoji-picker{position:absolute;bottom:calc(100% + 10px);right:0;background:#fff;border-radius:16px;box-shadow:0 8px 32px #00000026;padding:.75rem;width:280px;z-index:1000;animation:slideUp .2s ease}@keyframes slideUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.emoji-picker-header{display:flex;gap:.5rem;padding-bottom:.75rem;border-bottom:2px solid #e5e7eb;margin-bottom:.75rem}.emoji-picker-header button{background:transparent;border:none;font-size:1.5rem;cursor:pointer;padding:.5rem;border-radius:8px;transition:all .2s ease;opacity:.6}.emoji-picker-header button:hover{opacity:1;background:#f3f4f6}.emoji-picker-header button.active{opacity:1;background:#e5e7eb}.emoji-grid{display:grid;grid-template-columns:repeat(8,1fr);gap:.25rem;max-height:200px;overflow-y:auto}.emoji-grid::-webkit-scrollbar{width:6px}.emoji-grid::-webkit-scrollbar-track{background:#f3f4f6;border-radius:3px}.emoji-grid::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}.emoji-grid::-webkit-scrollbar-thumb:hover{background:#9ca3af}.emoji-button{background:transparent;border:none;font-size:1.5rem;cursor:pointer;padding:.5rem;border-radius:6px;transition:all .15s ease;display:flex;align-items:center;justify-content:center}.emoji-button:hover{background:#f3f4f6;transform:scale(1.15)}.emoji-button:active{transform:scale(.95)}@media(max-width:480px){.emoji-picker{width:calc(100vw - 2rem);right:1rem}.emoji-grid{grid-template-columns:repeat(6,1fr)}}.chat-page{padding:1rem}.chat-container{max-width:900px;margin:0 auto;display:flex;flex-direction:column;height:calc(100vh - 2rem);background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 12px 40px #00000026}.chat-loading{text-align:center;color:#fff;font-size:1.2rem;padding:3rem;background:#ffffff1a;border-radius:16px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.chat-header{background:linear-gradient(135deg,#10b981,#059669);padding:1.25rem 1.5rem;display:flex;align-items:center;gap:1rem;flex-shrink:0}.btn-back-chat{background:#fff3;color:#fff;border:none;padding:.5rem 1rem;border-radius:8px;font-size:.95rem;cursor:pointer;transition:all .2s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.btn-back-chat:hover{background:#ffffff4d;transform:translate(-4px)}.chat-header-user{display:flex;align-items:center;gap:.75rem;flex:1;cursor:pointer;padding:.5rem;margin:-.5rem;border-radius:12px;transition:all .2s ease}.chat-header-user:hover{background:#ffffff26;transform:translate(2px)}.chat-avatar{width:40px;height:40px;border-radius:50%;object-fit:cover;border:2px solid white}.chat-username{font-weight:600;color:#fff;font-size:1.05rem;display:flex;align-items:center;gap:.5rem}.chat-user-info{display:flex;flex-direction:column;gap:.25rem}.chat-user-status{font-size:.8rem;color:#ffffffe6;font-weight:400}.chat-product-card{background:linear-gradient(135deg,#f0fdf4,#dcfce7);border:2px solid #10B981;border-radius:16px;padding:1rem;margin:1rem 1.5rem;display:flex;align-items:center;gap:1rem;flex-shrink:0;box-shadow:0 4px 12px #10b9811a}.product-card-image{width:60px;height:60px;border-radius:10px;object-fit:cover;flex-shrink:0}.product-card-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:.25rem}.product-card-info h3{font-size:.95rem;font-weight:600;color:#1f2937;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.product-card-price{font-size:1.1rem;font-weight:700;color:#10b981;margin:0}.product-link{font-size:.8rem;color:#6b7280;text-decoration:none;cursor:pointer;transition:all .2s ease;width:fit-content;margin-top:.125rem;display:inline-flex;align-items:center;gap:.25rem}.product-link:hover{color:#10b981;text-decoration:underline}.chat-messages{flex:1;overflow-y:auto;padding:1.5rem;display:flex;flex-direction:column;gap:.75rem;background:#f9fafb}.chat-messages::-webkit-scrollbar{width:8px}.chat-messages::-webkit-scrollbar-track{background:#f3f4f6}.chat-messages::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:4px}.chat-messages::-webkit-scrollbar-thumb:hover{background:#9ca3af}.no-messages{display:flex;align-items:center;justify-content:center;height:100%;color:#6b7280;font-size:1rem}.message-bubble{max-width:75%;padding:.75rem 1rem;border-radius:18px;display:flex;flex-direction:column;gap:.5rem;animation:messageSlide .2s ease;word-wrap:break-word;overflow-wrap:break-word}@keyframes messageSlide{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.my-message{align-self:flex-end;background:linear-gradient(135deg,#10b981,#059669);color:#fff;border-bottom-right-radius:4px;box-shadow:0 2px 8px #10b9814d}.other-message{align-self:flex-start;background:#fff;color:#1f2937;border-bottom-left-radius:4px;border:1px solid #e5e7eb;box-shadow:0 2px 8px #0000000d}.message-content{font-size:.95rem;line-height:1.5;margin:0;white-space:pre-wrap}.message-image{max-width:100%;max-height:300px;border-radius:12px;object-fit:contain;cursor:pointer;transition:transform .2s ease}.message-image:hover{transform:scale(1.02)}.message-time{font-size:.7rem;align-self:flex-end;opacity:.8}.my-message .message-time{color:#ffffffe6}.other-message .message-time{color:#9ca3af}.chat-error-toast{position:fixed;bottom:100px;left:50%;transform:translate(-50%);background:#ef4444;color:#fff;padding:1rem 1.5rem;border-radius:12px;font-size:.95rem;font-weight:500;box-shadow:0 8px 24px #ef44444d;z-index:1000;animation:toastSlide .3s ease}@keyframes toastSlide{0%{opacity:0;transform:translate(-50%,20px)}to{opacity:1;transform:translate(-50%)}}.chat-input-form{padding:1.25rem 1.5rem;background:#fff;border-top:2px solid #e5e7eb;display:flex;gap:.75rem;flex-shrink:0;align-items:flex-end}.btn-attachment{background:#f3f4f6;color:#6b7280;border:none;padding:.875rem;border-radius:12px;font-size:1.25rem;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;min-width:44px;height:44px}.btn-attachment:hover:not(:disabled){background:#e5e7eb;transform:scale(1.05)}.btn-attachment:disabled{opacity:.5;cursor:not-allowed}.chat-input-wrapper{flex:1;position:relative;display:flex;align-items:center}.chat-input{flex:1;padding:.875rem 3rem .875rem 1.125rem;border:2px solid #e5e7eb;border-radius:24px;font-size:1rem;transition:all .2s ease;font-family:inherit}.chat-input:focus{outline:none;border-color:#10b981;box-shadow:0 0 0 3px #10b9811a}.btn-emoji{position:absolute;right:.5rem;background:transparent;border:none;font-size:1.4rem;cursor:pointer;padding:.5rem;border-radius:50%;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.btn-emoji:hover{background:#f3f4f6;transform:scale(1.1)}.btn-send{background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;padding:.875rem 1.25rem;border-radius:12px;font-size:1.25rem;font-weight:600;cursor:pointer;transition:all .2s ease;min-width:44px;height:44px;display:flex;align-items:center;justify-content:center}.btn-send:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 16px #10b9814d}.btn-send:disabled{opacity:.5;cursor:not-allowed;transform:none}@media(max-width:768px){.chat-page{padding:0}.chat-container{border-radius:0;height:100vh}.chat-header{padding:1rem}.chat-product-card{margin:1rem}.chat-messages,.chat-input-form{padding:1rem}.message-bubble{max-width:85%}}@media(max-width:480px){.chat-header{padding:.875rem}.chat-username{font-size:.95rem}.chat-product-card{align-items:flex-start}.product-card-image{width:50px;height:50px}.product-link{font-size:.75rem}.message-bubble{max-width:90%}.chat-input-form{flex-wrap:wrap}.btn-attachment{order:3}.chat-input-wrapper{order:1;width:100%;margin-bottom:.5rem}.btn-send{order:2}}.offer-message{border:2px solid #fbbf24;background:linear-gradient(135deg,#fffbeb,#fef3c7)}.offer-message.my-message{background:linear-gradient(135deg,#10b981,#059669);border-color:#047857}.offer-content{display:flex;flex-direction:column;gap:.75rem;width:100%}.offer-actions{display:flex;gap:.5rem;margin-top:.5rem}.btn-accept-offer,.btn-reject-offer,.btn-pay-offer{flex:1;padding:.625rem 1rem;border:none;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s ease;white-space:nowrap}.btn-accept-offer{background:linear-gradient(135deg,#10b981,#059669);color:#fff;box-shadow:0 2px 8px #10b9814d}.btn-accept-offer:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #10b98166}.btn-reject-offer{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;box-shadow:0 2px 8px #ef44444d}.btn-reject-offer:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #ef444466}.btn-pay-offer{background:linear-gradient(135deg,#10b981,#059669);color:#fff;box-shadow:0 2px 8px #10b9814d;font-size:1rem}.btn-pay-offer:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #10b98166}.btn-accept-offer:disabled,.btn-reject-offer:disabled,.btn-pay-offer:disabled{opacity:.6;cursor:not-allowed;transform:none}.offer-status{padding:.5rem .75rem;border-radius:8px;font-size:.85rem;font-weight:600;text-align:center;margin-top:.5rem}.offer-status.pending{background:#fef3c7;color:#92400e;border:1px solid #fbbf24}.offer-status.accepted{background:#d1fae5;color:#065f46;border:1px solid #10B981}.offer-status.rejected{background:#fee2e2;color:#991b1b;border:1px solid #ef4444}.favorites-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;flex-wrap:wrap;gap:1rem}.favorites-header h1{font-size:2.5rem;font-weight:700;color:var(--dark-text);margin:0}.btn-home-link{background:#fff;color:var(--dark-text);border:none;padding:.75rem 1.5rem;border-radius:12px;font-size:1rem;cursor:pointer;transition:all .2s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.btn-home-link:hover{background:#ffffff4d;transform:translate(-4px)}.favorites-main{min-height:400px}.results-count{color:var(--dark-text);font-size:1.1rem;font-weight:500;margin-bottom:1.5rem;padding:1rem 1.5rem;background:#ffffff26;border-radius:12px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.favorites-loading{text-align:center;color:var(--dark-text);font-size:1.2rem;padding:3rem;background:#ffffff1a;border-radius:16px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.favorites-error{color:var(--dark-text);background:#ef44444d;border-radius:12px;padding:1rem 1.5rem;margin-bottom:1.5rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px solid rgba(239,68,68,.5)}.no-favorites{background:#fff;border-radius:20px;padding:4rem 2rem;text-align:center;box-shadow:0 10px 40px #00000026}.no-favorites p{font-size:1.2rem;color:#666;margin-bottom:1.5rem}.btn-browse{background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;padding:1rem 2rem;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease}.btn-browse:hover{transform:translateY(-2px);box-shadow:0 8px 20px #10b98166}.favorites-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}.product-card{background:#fff;border-radius:20px;overflow:hidden;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 20px #0000001a;transform-style:preserve-3d}.product-card:hover{transform:translateY(-8px) rotateX(2deg);box-shadow:0 12px 35px #0003}.product-image{width:100%;height:220px;overflow:hidden;background:#f5f5f5;position:relative}.product-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.product-card:hover .product-image img{transform:scale(1.08)}.favorite-btn{position:absolute;top:12px;right:12px;background:#fffffff2;border:none;width:44px;height:44px;border-radius:50%;font-size:1.5rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;box-shadow:0 2px 12px #00000026;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:10}.favorite-btn:hover{transform:scale(1.1);box-shadow:0 4px 20px #00000040}.favorite-btn.favorited{background:#f59e0b26;animation:heartBeat .3s ease}@keyframes heartBeat{0%,to{transform:scale(1)}50%{transform:scale(1.2)}}.product-info{padding:1.25rem}.product-title{font-size:1.1rem;font-weight:600;color:#1f2937;margin:0 0 .5rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.product-category{font-size:.8rem;color:#f59e0b;margin:0 0 .5rem;text-transform:uppercase;letter-spacing:.5px;font-weight:600}.product-location{font-size:.85rem;color:#6b7280;margin:0 0 .5rem}.product-condition{font-size:.85rem;color:#10b981;margin:0 0 .75rem;font-weight:500}.product-price{font-size:1.4rem;font-weight:700;color:#10b981;margin:0}@media(max-width:768px){.favorites-page{padding:1.5rem 1rem}.favorites-header{flex-direction:column;align-items:stretch}.favorites-header h1{font-size:2rem}.btn-home-link{width:100%;text-align:center}.favorites-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1rem}.results-count{font-size:1rem;padding:.875rem 1.25rem}}@media(max-width:480px){.favorites-header h1{font-size:1.75rem}.favorites-grid{grid-template-columns:1fr}}.notifications-container{max-width:800px;margin:0 auto}.page-header h1{font-size:2rem;font-weight:700;color:var(--dark-text);margin:0}.btn-back{background:#fff;color:var(--dark-text);border:none;padding:.75rem 1.5rem;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.btn-back:hover{background:#ffffff4d;transform:translate(-4px)}.loading{text-align:center;color:var(--dark-text);font-size:1.2rem;padding:3rem}.empty-state{background:#fff;border-radius:16px;padding:4rem 2rem;text-align:center}.empty-state p{font-size:1.125rem;color:#6b7280;margin:0}.notifications-list{display:flex;flex-direction:column;gap:1rem}.notification-card{background:#fff;border-radius:16px;padding:1.5rem;display:flex;gap:1rem;cursor:pointer;transition:all .2s ease;border:2px solid transparent}.notification-card.unread{border-color:#10b981;background:linear-gradient(135deg,#f0fdf4,#dcfce7)}.notification-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0000001a}.notification-icon{font-size:2rem;width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:#f3f4f6;border-radius:12px;flex-shrink:0}.notification-card.unread .notification-icon{background:#10b981}.notification-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem;gap:.5rem}.notification-title{font-size:1.125rem;font-weight:700;color:#1f2937;margin:0}.unread-badge{background:#10b981;color:#fff;padding:.25rem .75rem;border-radius:12px;font-size:.75rem;font-weight:600;white-space:nowrap}.notification-message{font-size:.9375rem;color:#374151;margin:0 0 .5rem;line-height:1.5}.notification-date{font-size:.875rem;color:#6b7280;margin:0}@media(max-width:768px){.notifications-page{padding:1rem}.page-header h1{font-size:1.5rem}.notification-card{padding:1rem}.notification-icon{width:40px;height:40px;font-size:1.5rem}}.review-modal-overlay{position:fixed;inset:0;background:#0009;display:flex;justify-content:center;align-items:center;z-index:1000;padding:1rem;overflow-y:auto}.review-modal{background:#fff;border-radius:20px;width:100%;max-width:540px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #0000004d;animation:slideUp .3s ease-out}.review-modal-header{padding:1.5rem;border-bottom:2px solid #f3f4f6;display:flex;justify-content:space-between;align-items:center}.review-modal-title{font-size:1.5rem;font-weight:700;color:#1f2937;margin:0}.review-modal-close{background:none;border:none;font-size:1.75rem;color:#6b7280;cursor:pointer;padding:0;width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.review-modal-close:hover{background:#f3f4f6;color:#1f2937}.review-modal-content{padding:1.5rem}.review-order-info{display:flex;gap:1rem;padding:1rem;background:#f9fafb;border-radius:12px;margin-bottom:1.5rem}.review-product-image{width:80px;height:80px;border-radius:8px;overflow:hidden;flex-shrink:0;background:#e5e7eb}.review-product-image img{width:100%;height:100%;object-fit:cover}.review-product-details{flex:1;min-width:0}.review-product-title{font-size:1rem;font-weight:600;color:#1f2937;margin:0 0 .25rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.review-product-price{font-size:1.125rem;font-weight:700;color:#10b981;margin:0 0 .5rem}.review-seller-info{display:flex;align-items:center;gap:.5rem;padding:1rem;background:#f0fdf4;border:2px solid #10B981;border-radius:12px;margin-bottom:1.5rem}.review-seller-avatar{width:48px;height:48px;border-radius:50%;background:#10b981;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.25rem;flex-shrink:0;overflow:hidden}.review-seller-avatar img{width:100%;height:100%;object-fit:cover}.review-seller-name{font-size:1rem;font-weight:600;color:#065f46;margin:0}.review-form-section{margin-bottom:1.5rem}.review-form-label{display:block;font-size:.9375rem;font-weight:600;color:#1f2937;margin-bottom:.75rem}.review-stars{display:flex;gap:.5rem;margin-bottom:.5rem}.review-star{background:none;border:none;font-size:2.5rem;cursor:pointer;padding:0;line-height:1;transition:transform .2s ease;color:#d1d5db}.review-star.active{color:#fbbf24}.review-star:hover{transform:scale(1.15)}.review-rating-text{font-size:.875rem;color:#6b7280;margin-top:.5rem}.review-textarea{width:100%;min-height:120px;padding:.875rem;border:2px solid #e5e7eb;border-radius:12px;font-size:.9375rem;font-family:inherit;resize:vertical;transition:all .2s ease}.review-textarea:focus{outline:none;border-color:#10b981;box-shadow:0 0 0 3px #10b9811a}.review-textarea::placeholder{color:#9ca3af}.review-char-count{text-align:right;font-size:.8125rem;color:#6b7280;margin-top:.5rem}.review-subratings-section{margin-bottom:1.5rem;padding:1.25rem;background:#f9fafb;border-radius:12px;border:1px solid #e5e7eb}.review-subratings-title{font-size:.9375rem;font-weight:600;color:#1f2937;margin:0 0 1rem}.review-subrating{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1rem}.review-subrating:last-child{margin-bottom:0}.review-subrating-label{font-size:.875rem;font-weight:500;color:#4b5563;min-width:80px;flex-shrink:0}.review-subrating-stars{display:flex;align-items:center;gap:.25rem;flex:1}.review-subrating-star{background:none;border:none;font-size:1.5rem;cursor:pointer;padding:0;line-height:1;transition:all .2s ease;color:#d1d5db}.review-subrating-star.active{color:#fbbf24}.review-subrating-star:hover{transform:scale(1.1)}.review-clear-rating{background:#ef4444;color:#fff;border:none;width:20px;height:20px;border-radius:50%;font-size:1rem;line-height:1;cursor:pointer;margin-left:.5rem;display:flex;align-items:center;justify-content:center;transition:all .2s ease;padding:0}.review-clear-rating:hover{background:#dc2626;transform:scale(1.1)}.review-modal-footer{padding:1.5rem;border-top:2px solid #f3f4f6;display:flex;gap:.75rem}.review-btn-cancel{flex:1;padding:.875rem;border:2px solid #e5e7eb;background:#fff;border-radius:12px;font-size:.9375rem;font-weight:600;color:#6b7280;cursor:pointer;transition:all .2s ease}.review-btn-cancel:hover{background:#f9fafb;border-color:#d1d5db}.review-btn-submit{flex:2;padding:.875rem;border:none;background:linear-gradient(135deg,#10b981,#059669);border-radius:12px;font-size:.9375rem;font-weight:600;color:#fff;cursor:pointer;transition:all .2s ease}.review-btn-submit:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 20px #10b9814d}.review-btn-submit:disabled{opacity:.5;cursor:not-allowed}.review-error{padding:1rem;background:#fee;border:2px solid #fcc;border-radius:12px;color:#c00;font-size:.9375rem;margin-bottom:1rem}.review-success{padding:1rem;background:#efe;border:2px solid #cfc;border-radius:12px;color:#0a0;font-size:.9375rem;margin-bottom:1rem;text-align:center}@media(max-width:640px){.review-modal{border-radius:20px 20px 0 0;max-height:95vh}.review-modal-title{font-size:1.25rem}.review-stars{gap:.25rem}.review-star{font-size:2rem}.review-subrating{flex-direction:column;align-items:flex-start;gap:.5rem}.review-subrating-label{min-width:auto}.review-subrating-stars{width:100%;justify-content:flex-start}.review-subrating-star{font-size:1.75rem}.review-modal-footer{flex-direction:column}.review-btn-cancel,.review-btn-submit{width:100%}}.orders-container{max-width:900px;margin:0 auto}.orders-list{display:flex;flex-direction:column;gap:1.5rem}.order-card{background:#fff;border-radius:16px;padding:1.5rem;display:grid;grid-template-columns:120px 1fr auto;gap:1.5rem;align-items:center;transition:all .2s ease;border:2px solid transparent}.order-card:hover{border-color:#10b981;box-shadow:0 8px 24px #10b98126;transform:translateY(-2px)}.order-image{width:120px;height:120px;border-radius:12px;overflow:hidden;background:#f3f4f6}.order-image img{width:100%;height:100%;object-fit:cover}.order-info{display:flex;flex-direction:column;gap:.5rem;min-width:0}.order-title{font-size:1.25rem;font-weight:700;color:#1f2937;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.order-price{font-size:1.5rem;font-weight:700;color:#10b981;margin:0}.order-date,.order-buyer{font-size:.875rem;color:#6b7280;margin:0}.order-buyer{font-family:monospace}.order-delivery-info{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.75rem}.delivery-tag{display:inline-block;padding:.375rem .75rem;background:linear-gradient(135deg,#f0fdf4,#dcfce7);border:1px solid #10B981;border-radius:8px;font-size:.8125rem;font-weight:600;color:#065f46}.shipping-address-card{margin-top:.75rem;padding:1rem;background:#f9fafb;border:2px solid #e5e7eb;border-radius:12px}.shipping-address-header{font-size:.9375rem;font-weight:700;color:#1f2937;margin-bottom:.5rem}.shipping-address-details{font-size:.9375rem;color:#4b5563;line-height:1.6}.shipping-address-details p{margin:.25rem 0}.order-actions{display:flex;flex-direction:column;gap:.75rem}.btn-view-product,.btn-review-seller{padding:.75rem 1.5rem;border-radius:12px;font-weight:600;cursor:pointer;transition:all .2s ease;border:none;white-space:nowrap;font-size:.9375rem}.btn-view-product{background:linear-gradient(135deg,#10b981,#059669);color:#fff}.btn-view-product:hover{transform:translateY(-2px);box-shadow:0 4px 12px #10b9814d}.btn-review-seller{background:#fff;color:#10b981;border:2px solid #10B981}.btn-review-seller:hover{background:#f0fdf4}@media(max-width:768px){.orders-page{padding:1rem}.order-card{grid-template-columns:1fr;gap:1rem}.order-image{width:100%;height:200px}.order-actions{flex-direction:column;gap:.875rem;width:100%}.btn-view-product,.btn-review-seller{width:100%;min-height:48px;padding:.875rem 1rem;font-size:.9375rem}}.success-page{min-height:100vh;background:linear-gradient(135deg,#f0fdf4,#dcfce7);display:flex;align-items:center;justify-content:center;padding:2rem}.success-container{max-width:600px;width:100%;background:#fff;border-radius:20px;padding:3rem 2rem;box-shadow:0 20px 60px #10b98126;text-align:center}.success-container.error{background:linear-gradient(135deg,#fff5f5,#fee)}.success-icon{width:100px;height:100px;background:linear-gradient(135deg,#10b981,#059669);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:3.5rem;color:#fff;font-weight:700;margin:0 auto 2rem;box-shadow:0 10px 30px #10b9814d;animation:successPop .5s ease}.success-icon.processing{background:linear-gradient(135deg,#3b82f6,#2563eb);box-shadow:0 10px 30px #3b82f64d}@keyframes successPop{0%{transform:scale(0);opacity:0}50%{transform:scale(1.1)}to{transform:scale(1);opacity:1}}.error-icon{width:100px;height:100px;background:linear-gradient(135deg,#ef4444,#dc2626);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:3rem;color:#fff;margin:0 auto 2rem;box-shadow:0 10px 30px #ef44444d}.loading-spinner{width:50px;height:50px;border:4px solid #e0e0e0;border-top-color:#10b981;border-radius:50%;margin:0 auto 1rem;animation:spin .8s linear infinite}.success-container h1{font-size:2.5rem;font-weight:700;color:#10b981;margin:0 0 1rem}.buyer-notification{padding:1.5rem;background:linear-gradient(135deg,#f0fdf4,#dcfce7);border:2px solid #10B981;border-radius:16px;font-size:1.1rem;font-weight:600;color:#047857;margin:1.5rem 0;animation:fadeIn .5s ease}.processing-notification{padding:1.5rem;background:linear-gradient(135deg,#eff6ff,#dbeafe);border:2px solid #3B82F6;border-radius:16px;font-size:1.05rem;font-weight:500;color:#1e40af;margin:1.5rem 0;line-height:1.6;animation:fadeIn .5s ease}.payment-processing-info{font-size:.95rem;color:#6b7280;margin-top:.5rem}.success-container.error h1{color:#ef4444}.success-message{font-size:1.1rem;color:#4b5563;margin-bottom:2rem;line-height:1.6}.order-summary{background:#f9fafb;border-radius:12px;padding:1.5rem;margin:2rem 0;text-align:left}.order-summary h2{font-size:1.2rem;font-weight:600;color:#1f2937;margin:0 0 1rem}.order-product{display:flex;gap:1rem;padding:1rem;background:#fff;border-radius:8px;margin-bottom:1rem}.order-product img{width:80px;height:80px;object-fit:cover;border-radius:8px}.order-product-info{flex:1;display:flex;flex-direction:column;justify-content:center}.order-product-info h3{font-size:1.1rem;font-weight:600;color:#1f2937;margin:0 0 .5rem}.order-price{font-size:1.3rem;font-weight:700;color:#10b981;margin:0}.order-id{display:flex;justify-content:space-between;align-items:center;padding:1rem;background:#fff;border-radius:8px;font-size:.95rem;color:#6b7280}.order-id-value{font-weight:600}.delivery-info-section{display:flex;justify-content:space-between;align-items:center;padding:1rem;background:linear-gradient(135deg,#f0fdf4,#dcfce7);border-radius:8px;font-size:.95rem;color:#065f46;margin-top:.75rem}.delivery-method-value{font-weight:600;color:#047857;color:#1f2937;font-family:monospace}.order-next-steps{background:linear-gradient(135deg,#eff6ff,#dbeafe);border:2px solid #3B82F6;border-radius:16px;padding:1.5rem;margin:2rem 0;text-align:left}.order-next-steps h3{font-size:1.2rem;font-weight:700;color:#1e40af;margin:0 0 1rem}.order-next-steps ol{margin:0;padding-left:1.5rem;color:#1e40af;font-weight:500}.order-next-steps li{margin-bottom:.75rem;line-height:1.5}.order-next-steps li:last-child{margin-bottom:0}.review-prompt{margin:2rem 0;padding:1.5rem;background:linear-gradient(135deg,#fff7ed,#ffedd5);border-radius:16px;border:2px solid #F59E0B}.review-prompt p{font-size:1.1rem;font-weight:600;color:#92400e;margin:0 0 1rem}.btn-review{padding:.875rem 1.75rem;background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;border:none;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;box-shadow:0 4px 14px #f59e0b4d;transition:all .2s ease}.btn-review:hover{transform:translateY(-2px);box-shadow:0 8px 20px #f59e0b66}.review-form{margin:2rem 0;padding:2rem;background:linear-gradient(135deg,#fff7ed,#ffedd5);border-radius:16px;border:2px solid #F59E0B;text-align:left}.review-form h2{font-size:1.5rem;font-weight:700;color:#92400e;margin:0 0 1.5rem;text-align:center}.rating-selector{margin-bottom:1.5rem}.rating-selector label{display:block;font-size:1rem;font-weight:600;color:#92400e;margin-bottom:.75rem}.stars{display:flex;gap:.5rem;justify-content:center}.star{font-size:2.5rem;color:#d1d5db;cursor:pointer;transition:all .2s ease;-webkit-user-select:none;user-select:none}.star.active{color:#f59e0b;text-shadow:0 2px 8px rgba(245,158,11,.4)}.star:hover{transform:scale(1.1)}.form-group label{display:block;font-size:1rem;font-weight:600;color:#92400e;margin-bottom:.5rem}.form-group textarea{width:100%;padding:.875rem;border:2px solid #FED7AA;border-radius:12px;font-size:1rem;font-family:inherit;resize:vertical;transition:all .2s ease}.form-group textarea:focus{outline:none;border-color:#f59e0b;box-shadow:0 0 0 3px #f59e0b1a}.subratings{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem;margin-bottom:1.5rem}.subrating{text-align:center}.subrating label{display:block;font-size:.875rem;font-weight:600;color:#92400e;margin-bottom:.5rem}.stars-small{display:flex;gap:.25rem;justify-content:center}.star-small{font-size:1.5rem;color:#d1d5db;cursor:pointer;transition:all .2s ease;-webkit-user-select:none;user-select:none}.star-small.active{color:#f59e0b}.star-small:hover{transform:scale(1.1)}.review-actions{display:flex;gap:1rem;margin-top:1.5rem}.btn-submit-review,.btn-cancel-review{flex:1;padding:.875rem 1.5rem;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;border:none}.btn-submit-review{background:linear-gradient(135deg,#10b981,#059669);color:#fff;box-shadow:0 4px 14px #10b9814d}.btn-submit-review:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 20px #10b98166}.btn-submit-review:disabled{opacity:.5;cursor:not-allowed}.btn-cancel-review{background:#fff;color:#92400e;border:2px solid #F59E0B}.btn-cancel-review:hover{background:#fff7ed;transform:translateY(-2px)}.success-actions{display:flex;flex-direction:column;gap:1rem}.btn-view-product,.btn-view-orders,.btn-messages,.btn-home,.btn-home-secondary{width:100%;padding:1rem 1.5rem;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;border:none}.btn-view-product{background:linear-gradient(135deg,#10b981,#059669);color:#fff;box-shadow:0 4px 14px #10b9814d}.btn-view-product:hover{transform:translateY(-2px);box-shadow:0 8px 20px #10b98166}.btn-view-orders{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;box-shadow:0 4px 14px #3b82f64d}.btn-view-orders:hover{transform:translateY(-2px);box-shadow:0 8px 20px #3b82f666}.btn-messages{background:#fff;color:#10b981;border:2px solid #10B981}.btn-messages:hover{background:#f0fdf4;transform:translateY(-2px)}.btn-home,.btn-home-secondary{background:#f3f4f6;color:#4b5563}.btn-home:hover,.btn-home-secondary:hover{background:#e5e7eb;transform:translateY(-2px)}@media(max-width:768px){.success-page{padding:1rem}.success-container{padding:2rem 1.5rem}.success-icon,.error-icon{width:80px;height:80px;font-size:2.5rem}.success-container h1{font-size:2rem}.success-message{font-size:1rem}}.cancel-page{min-height:100vh;background:linear-gradient(135deg,#fef2f2,#fee2e2);display:flex;align-items:center;justify-content:center;padding:2rem}.cancel-container{max-width:600px;width:100%;background:#fff;border-radius:20px;padding:3rem 2rem;box-shadow:0 20px 60px #ef444426;text-align:center}.cancel-icon{width:100px;height:100px;background:linear-gradient(135deg,#f59e0b,#d97706);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:3.5rem;color:#fff;font-weight:700;margin:0 auto 2rem;box-shadow:0 10px 30px #f59e0b4d;animation:cancelPulse 2s ease infinite}@keyframes cancelPulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.loading-spinner{width:50px;height:50px;border:4px solid #e0e0e0;border-top-color:#f59e0b;border-radius:50%;margin:0 auto 1rem;animation:spin .8s linear infinite}.cancel-container h1{font-size:2.5rem;font-weight:700;color:#d97706;margin:0 0 1rem}.cancel-message{font-size:1.2rem;color:#4b5563;margin-bottom:1rem;line-height:1.6;font-weight:500}.cancel-info{font-size:1rem;color:#6b7280;margin-bottom:2rem;line-height:1.6}.order-info{background:#f9fafb;border-radius:12px;padding:1rem;margin:2rem 0;font-size:.95rem;color:#6b7280}.order-info p{margin:0;font-family:monospace}.cancel-actions{display:flex;flex-direction:column;gap:1rem}.btn-browse,.btn-home{width:100%;padding:1rem 1.5rem;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;border:none}.btn-browse{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;box-shadow:0 4px 14px #f59e0b4d}.btn-browse:hover{transform:translateY(-2px);box-shadow:0 8px 20px #f59e0b66}.btn-home{background:#f3f4f6;color:#4b5563}.btn-home:hover{background:#e5e7eb;transform:translateY(-2px)}@media(max-width:768px){.cancel-page{padding:1rem}.cancel-container{padding:2rem 1.5rem}.cancel-icon{width:80px;height:80px;font-size:2.5rem}.cancel-container h1{font-size:2rem}.cancel-message{font-size:1rem}.cancel-info{font-size:.9rem}}.followers-container{max-width:800px;margin:0 auto}.page-header{display:flex;align-items:center;gap:1rem;margin-bottom:2rem}.page-header h1{font-size:2rem;font-weight:700;color:#1f2937;margin:0}.btn-back{padding:.75rem 1.25rem;background:#fff;color:#6b7280;border:2px solid #e5e7eb;border-radius:12px;font-size:.9375rem;font-weight:600;cursor:pointer;transition:all .2s ease}.btn-back:hover{background:#f9fafb;border-color:#d1d5db;transform:translateY(-2px)}.loading{text-align:center;padding:4rem 1rem;font-size:1.25rem;color:#6b7280}.empty-state{text-align:center;padding:4rem 1rem}.empty-icon{font-size:4rem;display:block;margin-bottom:1rem}.empty-state p{font-size:1.25rem;color:#6b7280;margin:0}.followers-list{display:grid;gap:1rem}.follower-card{display:flex;align-items:center;gap:1rem;padding:1.25rem;background:#fff;border-radius:16px;border:2px solid transparent;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 8px #0000000d}.follower-card:hover{border-color:#10b981;transform:translateY(-2px);box-shadow:0 8px 24px #10b98126}.follower-avatar{width:60px;height:60px;border-radius:50%;object-fit:cover;background:#f3f4f6;flex-shrink:0}.follower-info h3{font-size:1.125rem;font-weight:700;color:#1f2937;margin:0}@media(max-width:640px){.followers-page{padding:1rem .5rem}.page-header{flex-direction:column;align-items:flex-start}.page-header h1{font-size:1.5rem}.follower-avatar{width:50px;height:50px}.follower-info h3{font-size:1rem}}.feed-page-3{max-width:1400px;margin:0 auto;padding:20px}.feed-header-3{margin-bottom:24px}.feed-title-3{font-size:32px;font-weight:700;color:#1a1a1a;margin-bottom:8px}.new-posts-alert{background:linear-gradient(135deg,#4caf50,#66bb6a);color:#fff;padding:16px 24px;border-radius:12px;display:flex;align-items:center;justify-content:space-between;cursor:pointer;margin-bottom:24px;animation:slideDown .3s ease-out;transition:transform .2s}.new-posts-alert:hover{transform:translateY(-2px)}@keyframes slideDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.filter-bar-3{display:flex;gap:12px;overflow-x:auto;padding:16px 0;margin-bottom:24px;scrollbar-width:none;-ms-overflow-style:none}.filter-bar-3::-webkit-scrollbar{display:none}.filter-chip-3{background:#fff;border:2px solid #e0e0e0;color:#555;padding:10px 20px;border-radius:24px;font-size:14px;font-weight:600;cursor:pointer;white-space:nowrap;transition:all .2s;flex-shrink:0}.filter-chip-3:hover{border-color:#4caf50;background:#f1f8f4}.filter-chip-3.active{background:#4caf50;color:#fff;border-color:#4caf50}.ai-suggestions-3{margin-bottom:24px}.ai-suggestions-title{font-size:14px;font-weight:600;color:#666;margin-bottom:12px}.ai-tags-3{display:flex;gap:8px;flex-wrap:wrap}.ai-tag-3{background:linear-gradient(135deg,#e8f5e9,#f1f8e9);border:1px solid #c8e6c9;color:#2e7d32;padding:8px 16px;border-radius:20px;font-size:13px;font-weight:600;cursor:pointer;transition:all .2s}.ai-tag-3:hover{background:linear-gradient(135deg,#c8e6c9,#dcedc8);transform:translateY(-2px)}.recommended-sellers-bar{background:#fff;border-radius:12px;padding:20px;margin-bottom:24px;box-shadow:0 2px 8px #0000000f}.sellers-bar-title{font-size:16px;font-weight:600;color:#1a1a1a;margin-bottom:16px}.sellers-row{display:flex;gap:16px;overflow-x:auto;scrollbar-width:none}.sellers-row::-webkit-scrollbar{display:none}.seller-mini-card{flex-shrink:0;width:140px;text-align:center;cursor:pointer}.seller-mini-avatar{width:64px;height:64px;border-radius:50%;margin:0 auto 8px;background:#e0e0e0;object-fit:cover}.seller-mini-name{font-size:14px;font-weight:600;color:#1a1a1a;margin-bottom:4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.seller-mini-stats{font-size:12px;color:#666;margin-bottom:8px}.btn-follow-mini{background:#4caf50;color:#fff;border:none;padding:6px 16px;font-size:12px;font-weight:600;border-radius:6px;cursor:pointer;transition:all .2s;width:100%}.btn-follow-mini:hover{background:#45a049}.feed-grid-3{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:24px}.feed-card-3{background:#fff;border-radius:12px;overflow:hidden;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 8px #0000000f;animation:fadeIn .4s ease-out;position:relative}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.feed-card-3:hover{transform:translateY(-6px);box-shadow:0 12px 24px #00000026}.feed-card-image-3{width:100%;aspect-ratio:1;object-fit:cover}.feed-card-badge-corner{position:absolute;bottom:8px;right:8px;z-index:5;pointer-events:none}.feed-card-info-3{padding:16px}.feed-card-seller{display:flex;align-items:center;gap:8px;margin-bottom:12px}.feed-seller-avatar{width:32px;height:32px;border-radius:50%;background:#e0e0e0;object-fit:cover}.feed-seller-name{font-size:13px;font-weight:600;color:#555}.feed-card-title-3{font-size:16px;font-weight:600;color:#1a1a1a;margin-bottom:8px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;line-height:1.4}.feed-card-price-3{font-size:20px;font-weight:700;color:#4caf50;margin-bottom:8px}.feed-card-meta{display:flex;justify-content:space-between;align-items:center;font-size:12px;color:#999}.feed-empty{text-align:center;padding:60px 20px;color:#666}.feed-empty-icon{font-size:64px;margin-bottom:16px}.feed-empty-title{font-size:24px;font-weight:600;color:#1a1a1a;margin-bottom:8px}.feed-empty-text{font-size:16px;color:#666;margin-bottom:24px}.btn-browse{background:#4caf50;color:#fff;border:none;padding:12px 32px;font-size:16px;font-weight:600;border-radius:8px;cursor:pointer;transition:all .2s}.btn-browse:hover{background:#45a049;transform:translateY(-2px)}@media(max-width:768px){.feed-grid-3{grid-template-columns:repeat(2,1fr);gap:16px}.feed-card-info-3{padding:12px}.feed-card-title-3{font-size:14px}.feed-card-price-3{font-size:18px}.filter-bar-3{padding:12px 0}.filter-chip-3{padding:8px 16px;font-size:13px}}@media(min-width:1200px){.feed-grid-3{grid-template-columns:repeat(4,1fr)}}.showcase-promo-banner{background:linear-gradient(135deg,#fef3c7,#fde68a);border:1px solid #F59E0B;border-radius:10px;padding:1rem 1.5rem;margin:1rem 0;display:flex;align-items:center;justify-content:space-between;gap:1rem;box-shadow:0 2px 8px #f59e0b1a}.showcase-promo-icon{font-size:1.5rem;flex-shrink:0}.showcase-promo-text{font-size:.95rem;font-weight:600;color:#92400e;flex:1;font-family:Montserrat,sans-serif}.btn-promo-showcase{background:#f59e0b;color:#fff;border:none;border-radius:8px;padding:.625rem 1.25rem;font-size:.9rem;font-weight:600;font-family:Montserrat,sans-serif;cursor:pointer;transition:all .2s ease;white-space:nowrap;flex-shrink:0}.btn-promo-showcase:hover{background:#d97706;transform:translateY(-1px);box-shadow:0 2px 8px #d977064d}@media(max-width:768px){.showcase-promo-banner{flex-direction:column;align-items:flex-start;padding:1rem;gap:.75rem}.showcase-promo-text{font-size:.9rem}.btn-promo-showcase{width:100%;padding:.75rem}}.wallet-page{max-width:1000px;margin:0 auto;padding:2rem 1rem}.wallet-header{text-align:center;margin-bottom:2rem}.wallet-title{font-size:2.5rem;font-weight:700;color:#1a1a1a;margin-bottom:.5rem}.wallet-subtitle{font-size:1.1rem;color:#6b7280}.wallet-loading{text-align:center;padding:4rem;font-size:1.2rem;color:#6b7280}.wallet-balance-card{background:linear-gradient(135deg,#10b981,#059669);border-radius:20px;padding:2.5rem;color:#fff;margin-bottom:2rem;box-shadow:0 10px 30px #10b9814d,0 1px 3px #0000001a}.balance-info{margin-bottom:1.5rem}.wallet-message{padding:1rem;border-radius:12px;margin-bottom:1rem;font-weight:500}.error-message{background:#ef444433;border:1px solid rgba(239,68,68,.5)}.success-message{background:#fff3;border:1px solid rgba(255,255,255,.5)}.balance-label{font-size:1rem;opacity:.9;margin-bottom:.5rem;font-weight:500}.balance-amount{font-size:3rem;font-weight:700;letter-spacing:-1px}.balance-pending{font-size:.9rem;opacity:.85;margin-top:.5rem;font-weight:500}.stripe-info-box{background:#ffffff26;border:1px solid rgba(255,255,255,.3);border-radius:12px;padding:1rem;margin-top:1.5rem}.stripe-info-text{margin:0;font-size:.95rem;line-height:1.5;opacity:.95}.btn-withdraw{background:#fff;color:#10b981;border:none;padding:1rem 2rem;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;width:100%;max-width:300px}.btn-withdraw:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 20px #ffffff4d}.btn-withdraw:disabled{opacity:.6;cursor:not-allowed}.withdraw-minimum{margin-top:1rem;font-size:.9rem;opacity:.9}.wallet-section{margin-bottom:3rem}.section-title{font-size:1.5rem;font-weight:700;color:#1a1a1a;margin-bottom:1.5rem;display:flex;align-items:center;gap:.5rem}.transactions-list{background:#fff;border-radius:16px;box-shadow:0 2px 8px #0000000f;overflow:hidden}.transaction-item{display:flex;align-items:center;gap:1rem;padding:1.5rem;border-bottom:1px solid #f3f4f6;transition:background-color .2s ease}.transaction-item:last-child{border-bottom:none}.transaction-item:hover{background-color:#f9fafb}.transaction-item.pending{background-color:#fffbeb}.transaction-icon{font-size:2rem;flex-shrink:0}.transaction-details{flex:1;min-width:0}.transaction-description{font-weight:600;color:#1a1a1a;margin-bottom:.25rem}.transaction-date{font-size:.875rem;color:#6b7280}.transaction-fee{font-size:.875rem;color:#9ca3af;margin-top:.25rem}.transaction-status{font-size:.875rem;margin-top:.5rem;font-weight:500}.transaction-status.status-completed{color:#10b981}.transaction-status.status-pending{color:#f59e0b}.transaction-status.status-failed{color:#ef4444}.transaction-amount{font-size:1.25rem;font-weight:700;flex-shrink:0}.transaction-amount.positive{color:#10b981}.transaction-amount.negative,.transaction-amount.neutral{color:#6b7280}.empty-state{text-align:center;padding:3rem;color:#6b7280;background:#fff;border-radius:16px;box-shadow:0 2px 8px #0000000f}.empty-state p{font-size:1rem}@media(max-width:768px){.wallet-page{padding:1rem}.wallet-title{font-size:2rem}.balance-amount{font-size:2.5rem}.transaction-item{padding:1rem}.transaction-icon{font-size:1.5rem}.transaction-amount{font-size:1rem}}.invite-page{min-height:100vh;background:linear-gradient(135deg,#f5f7fa,#e8ecf1);padding:20px 16px 16px;display:flex;align-items:flex-start;justify-content:center}.invite-container{max-width:500px;width:100%;background:#fff;border-radius:16px;padding:24px 20px;box-shadow:0 4px 20px #00000014}.invite-title{font-size:24px;font-weight:700;color:#1a1a1a;margin:0 0 12px;text-align:center}.invite-description{font-size:15px;color:#666;line-height:1.5;text-align:center;margin:0 0 24px}.invite-section{margin-bottom:24px}.invite-section:last-child{margin-bottom:0}.section-title{font-size:16px;font-weight:600;color:#333;margin:0 0 12px}.link-container{display:flex;gap:8px;flex-direction:column}.invite-link-input{flex:1;padding:12px 16px;border:2px solid #e0e0e0;border-radius:8px;font-size:14px;color:#333;background:#f9f9f9;font-family:monospace;word-break:break-all}.copy-button{padding:12px 24px;background:#4a90e2;color:#fff;border:none;border-radius:8px;font-size:15px;font-weight:600;cursor:pointer;transition:all .2s ease;white-space:nowrap}.copy-button:hover{background:#357abd;transform:translateY(-1px)}.copy-button:active{transform:translateY(0)}.share-button{width:100%;padding:16px 24px;background:#10b981;color:#fff;border:none;border-radius:12px;font-size:18px;font-weight:700;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:8px;margin-bottom:12px}.share-button:hover{background:#059669;transform:translateY(-2px);box-shadow:0 4px 12px #10b9814d}.share-button:active{transform:translateY(0)}.share-icon{font-size:20px}.helper-text{font-size:13px;color:#999;text-align:center;margin:0;line-height:1.4}.email-container{display:flex;gap:8px;flex-direction:column}.email-input{flex:1;padding:12px 16px;border:2px solid #e0e0e0;border-radius:8px;font-size:15px;color:#333;transition:border-color .2s ease}.email-input:focus{outline:none;border-color:#4a90e2}.email-input::placeholder{color:#999}.email-button{padding:12px 24px;background:#6366f1;color:#fff;border:none;border-radius:8px;font-size:15px;font-weight:600;cursor:pointer;transition:all .2s ease;white-space:nowrap}.email-button:hover:not(:disabled){background:#4f46e5;transform:translateY(-1px)}.email-button:active:not(:disabled){transform:translateY(0)}.email-button:disabled{background:#cbd5e1;cursor:not-allowed}.success-message{margin:12px 0 0;padding:8px 12px;background:#d1fae5;color:#065f46;border-radius:6px;font-size:14px;text-align:center}@media(min-width:640px){.invite-page{padding:40px;align-items:center}.invite-container{padding:40px 32px}.invite-title{font-size:32px;margin-bottom:16px}.invite-description{font-size:16px;margin-bottom:32px}.invite-section{margin-bottom:32px}.link-container,.email-container{flex-direction:row}.copy-button,.email-button{flex-shrink:0}}.pwa-install-banner{position:fixed;bottom:20px;left:50%;transform:translate(-50%);z-index:10002;animation:slideUp .4s ease-out;max-width:calc(100% - 32px);width:100%;max-width:500px}@keyframes slideUp{0%{opacity:0;transform:translate(-50%) translateY(100px)}to{opacity:1;transform:translate(-50%) translateY(0)}}.pwa-banner-content{background:linear-gradient(135deg,#10b981,#059669);color:#fff;padding:14px 16px;border-radius:16px;box-shadow:0 8px 24px #10b98166;display:flex;align-items:center;justify-content:space-between;gap:12px}.pwa-banner-icon{font-size:22px;line-height:1;flex-shrink:0}.pwa-banner-text{font-size:14px;font-weight:500;flex:1;line-height:1.4}.pwa-banner-actions{display:flex;align-items:center;gap:8px;flex-shrink:0}.pwa-install-btn{background:#fff;color:#10b981;padding:8px 16px;border-radius:12px;font-size:14px;font-weight:600;border:none;cursor:pointer;transition:all .2s ease;white-space:nowrap}.pwa-install-btn:hover{transform:translateY(-1px);box-shadow:0 4px 12px #00000026}.pwa-install-btn:active{transform:translateY(0)}.pwa-close-btn{background:#fff3;color:#fff;width:32px;height:32px;border-radius:50%;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:18px;line-height:1;transition:all .2s ease;flex-shrink:0}.pwa-close-btn:hover{background:#ffffff4d;transform:scale(1.05)}.pwa-close-btn:active{transform:scale(.95)}.pwa-ios-modal{position:fixed;inset:0;background:#0009;z-index:10003;display:flex;align-items:center;justify-content:center;padding:24px;animation:fadeIn .3s ease}.pwa-ios-content{background:#fff;border-radius:20px;padding:32px 24px;max-width:400px;width:100%;position:relative;animation:scaleIn .3s ease}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.pwa-ios-close{position:absolute;top:16px;right:16px;background:#f3f4f6;border:none;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:18px;color:#6b7280;transition:all .2s ease}.pwa-ios-close:hover{background:#e5e7eb;transform:rotate(90deg)}.pwa-ios-content h3{font-size:20px;font-weight:700;color:#1f2937;margin-bottom:20px;font-family:Poppins,sans-serif}.pwa-ios-content ol{list-style:none;counter-reset:step-counter;padding:0;margin:0}.pwa-ios-content ol li{counter-increment:step-counter;margin-bottom:16px;padding-left:40px;position:relative;font-size:15px;line-height:1.6;color:#4b5563}.pwa-ios-content ol li:before{content:counter(step-counter);position:absolute;left:0;top:0;width:28px;height:28px;background:#10b981;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:14px}.pwa-ios-content ol li:last-child{margin-bottom:0}.ios-icon{display:inline-block;font-size:18px;vertical-align:middle;margin:0 2px}@media(max-width:480px){.pwa-banner-icon{font-size:20px}.pwa-banner-text{font-size:13px}.pwa-install-btn{font-size:13px;padding:7px 14px}.pwa-ios-content{padding:28px 20px}.pwa-ios-content h3{font-size:18px}.pwa-ios-content ol li{font-size:14px;padding-left:36px}.pwa-ios-content ol li:before{width:24px;height:24px;font-size:13px}}@media(display-mode:standalone){.pwa-install-banner{display:none}}.app-layout{min-height:100vh;background-color:var(--background);display:flex;flex-direction:column;overflow-x:hidden;width:100%}.page-container{max-width:1280px;width:100%;margin:0 auto;padding:2rem 1.5rem;padding-top:calc(2rem + 72px);flex:1;box-sizing:border-box}@media(max-width:768px){.page-container{padding:1.5rem 1rem;padding-top:calc(1.5rem + 120px)}}@media(max-width:480px){.page-container{padding:1rem .75rem;padding-top:calc(1rem + 120px)}}.tietoa-meista-page{min-height:100vh;background-color:#fff;padding:2rem 1rem}.tietoa-meista-container{max-width:1024px;margin:0 auto}.page-title-section{text-align:center;padding-top:4rem;margin-bottom:4rem}.page-title{font-size:2.5rem;font-weight:700;color:#1f2937;margin:0 0 1rem;line-height:1.2}.page-subtitle{font-size:1.25rem;color:#6b7280;margin:0;line-height:1.6}section{margin-bottom:4rem}.section-heading{font-size:1.75rem;font-weight:700;color:#1f2937;margin:0 0 1.5rem;line-height:1.3}.section-text{font-size:1.125rem;color:#4b5563;line-height:1.8}.section-text p{margin:0 0 1.25rem}.section-text p:last-child{margin-bottom:0}.image-grid-section{margin:5rem 0}.image-grid{display:grid;grid-template-columns:1fr;gap:2.5rem}.image-card{display:flex;flex-direction:column;align-items:center;gap:1rem}.image-placeholder{width:100%;aspect-ratio:1 / 1;background-color:#f3f4f6;border-radius:1rem;overflow:hidden;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;display:flex;align-items:center;justify-content:center}.image-placeholder img{width:100%;height:100%;object-fit:cover}.placeholder-content{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:1.125rem;color:#9ca3af;font-weight:500}.image-caption{font-size:.9375rem;color:#6b7280;text-align:center;margin:0;line-height:1.5}.safety-features{list-style:none;padding:0;margin:1.5rem 0;display:grid;grid-template-columns:1fr;gap:.75rem}.safety-features li{padding-left:1.5rem;position:relative;color:#4b5563;font-size:1.125rem}.safety-features li:before{content:"✓";position:absolute;left:0;color:#10b981;font-weight:700}.company-info{background-color:#f9fafb;padding:2rem;border-radius:.75rem;border:1px solid #e5e7eb}.company-info p{margin:0 0 .5rem;font-size:1.125rem}.company-info p:last-child{margin-bottom:0}.company-note{margin-top:1.5rem!important;font-style:italic;color:#6b7280}.founder-info{background-color:#f9fafb;padding:2rem;border-radius:.75rem;border:1px solid #e5e7eb}.founder-title{font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#6b7280;margin-bottom:.5rem}.founder-name{font-size:1.5rem;font-weight:700;color:#1f2937;margin:0 0 1rem}.cta-section{text-align:center;padding:3.75rem 0;margin-top:5rem}.cta-button{background:linear-gradient(135deg,#10b981,#059669);color:#fff;font-size:1.125rem;font-weight:600;padding:.875rem 2.5rem;border:none;border-radius:9999px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 6px -1px #10b9814d}.cta-button:hover{transform:scale(1.05);box-shadow:0 10px 15px -3px #10b98166}.cta-button:active{transform:scale(.98)}@media(min-width:768px){.tietoa-meista-page{padding:3rem 2rem}.page-title-section{padding-top:5rem;margin-bottom:5rem}.page-title{font-size:3rem}.image-grid{grid-template-columns:repeat(3,1fr);gap:2rem}.safety-features{grid-template-columns:repeat(2,1fr);gap:1rem}}@media(min-width:1024px){.page-title{font-size:3.5rem}.page-subtitle{font-size:1.375rem}.section-heading{font-size:2rem}}.admin-dispatch-page{min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);padding:2rem 1rem}.admin-dispatch-container{max-width:1400px;margin:0 auto}.admin-header{background:#fff;border-radius:12px;padding:2rem;margin-bottom:2rem;box-shadow:0 4px 6px #0000001a}.admin-header h1{font-size:2rem;font-weight:700;margin:0 0 1.5rem;color:#1a202c}.admin-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem}.stat-card{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:8px;padding:1.5rem;text-align:center;color:#fff}.dispatch-section{background:#fff;border-radius:12px;padding:2rem;margin-bottom:2rem;box-shadow:0 4px 6px #0000001a}.dispatch-section h2{font-size:1.5rem;font-weight:700;margin:0 0 1.5rem;color:#1a202c}.jobs-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(400px,1fr));gap:1.5rem}.job-card{border:2px solid #e2e8f0;border-radius:12px;padding:1.5rem;background:#fff;transition:all .3s ease}.job-card.pending{border-color:#fbbf24;background:#fffbeb}.job-card:hover{box-shadow:0 8px 16px #0000001a;transform:translateY(-2px)}.job-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.job-id{font-family:monospace;font-size:.875rem;color:#64748b;font-weight:600}.status-badge{padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:600;text-transform:uppercase}.status-pending{background:#fef3c7;color:#92400e}.status-assigned{background:#dbeafe;color:#1e40af}.status-picked-up{background:#ddd6fe;color:#5b21b6}.status-delivered{background:#d1fae5;color:#065f46}.job-product{display:flex;gap:1rem;margin-bottom:1rem}.job-product-image{width:80px;height:80px;object-fit:cover;border-radius:8px;border:1px solid #e2e8f0}.job-product-info{flex:1}.job-product-info h3{font-size:1rem;font-weight:600;color:#1a202c;margin:0 0 .5rem}.job-meta{display:flex;gap:1rem;font-size:.875rem}.job-size{padding:.25rem .5rem;background:#f1f5f9;border-radius:4px;color:#475569;font-weight:500}.job-price{padding:.25rem .5rem;background:#dcfce7;border-radius:4px;color:#166534;font-weight:600}.job-addresses{display:flex;align-items:center;gap:1rem;margin-bottom:1rem;padding:1rem;background:#fff;border-radius:8px;border:1px solid #e2e8f0}.address-item{flex:1;display:flex;flex-direction:column;gap:.25rem}.address-label{font-size:.75rem;color:#64748b;text-transform:uppercase;font-weight:600}.address-value{font-size:.875rem;color:#1a202c;font-weight:600}.address-person{font-size:.75rem;color:#64748b}.address-arrow{font-size:1.5rem;color:#94a3b8}.job-time{font-size:.75rem;color:#64748b;margin-bottom:1rem}.job-assign{display:flex;flex-direction:column;gap:.5rem}.job-assign label{font-size:.875rem;font-weight:600;color:#1a202c}.driver-select{padding:.75rem;border:2px solid #e2e8f0;border-radius:8px;font-size:.875rem;background:#fff;cursor:pointer;transition:all .2s ease}.driver-select:hover{border-color:#667eea}.driver-select:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.jobs-list{display:flex;flex-direction:column;gap:.75rem}.job-row{display:grid;grid-template-columns:100px 1fr 2fr 1fr 120px;gap:1rem;padding:1rem;border-radius:8px;background:#fff;border:1px solid #e2e8f0;align-items:center;transition:all .2s ease}.job-row:hover{border-color:#667eea;box-shadow:0 2px 4px #0000000d}.job-row.assigned{background:#f0f9ff;border-color:#bfdbfe}.job-row.active{background:#faf5ff;border-color:#e9d5ff}.job-row-id{font-family:monospace;font-size:.875rem;color:#64748b;font-weight:600}.job-row-product{font-size:.875rem;font-weight:600;color:#1a202c}.job-row-route{font-size:.875rem;color:#64748b}.job-row-driver{font-size:.875rem;color:#1a202c}.job-row-status{text-align:right}.empty-state{text-align:center;padding:3rem 1rem;color:#64748b}@media(max-width:768px){.jobs-grid{grid-template-columns:1fr}.job-row{grid-template-columns:1fr;gap:.5rem}.job-row-status{text-align:left}.admin-stats{grid-template-columns:repeat(2,1fr)}}.driver-portal-page{min-height:100vh;background:linear-gradient(135deg,#4f46e5,#7c3aed);padding:2rem 1rem}.driver-portal-container{max-width:1200px;margin:0 auto}.driver-header{background:#fff;border-radius:12px;padding:2rem;margin-bottom:2rem;box-shadow:0 4px 6px #0000001a}.driver-info h1{font-size:2rem;font-weight:700;margin:0 0 .5rem;color:#1a202c}.driver-name{font-size:1.25rem;color:#4f46e5;font-weight:600;margin:0 0 .25rem}.driver-vehicle{font-size:.875rem;color:#64748b;margin:0 0 1.5rem}.driver-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.stat-item{background:linear-gradient(135deg,#4f46e5,#7c3aed);border-radius:8px;padding:1.5rem;text-align:center;color:#fff}.stat-number{font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.stat-label{font-size:.875rem;opacity:.9}.jobs-section{background:#fff;border-radius:12px;padding:2rem;margin-bottom:2rem;box-shadow:0 4px 6px #0000001a}.jobs-section h2{font-size:1.5rem;font-weight:700;margin:0 0 1.5rem;color:#1a202c}.driver-jobs-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(380px,1fr));gap:1.5rem}.driver-job-card{border:2px solid #e2e8f0;border-radius:12px;padding:1.5rem;background:#fff;transition:all .3s ease}.driver-job-card.assigned{border-color:#60a5fa;background:#eff6ff}.driver-job-card.active{border-color:#a78bfa;background:#f5f3ff}.driver-job-card:hover{box-shadow:0 8px 16px #0000001a;transform:translateY(-2px)}.job-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.job-card-id{font-family:monospace;font-size:.875rem;color:#64748b;font-weight:600}.job-card-product{display:flex;gap:1rem;margin-bottom:1.5rem}.job-card-image{width:80px;height:80px;object-fit:cover;border-radius:8px;border:1px solid #e2e8f0}.job-card-product-info{flex:1}.job-card-product-info h3{font-size:1rem;font-weight:600;color:#1a202c;margin:0 0 .5rem}.job-card-meta{display:flex;gap:.75rem;font-size:.875rem}.meta-size{padding:.25rem .5rem;background:#f1f5f9;border-radius:4px;color:#475569;font-weight:500}.meta-price{padding:.25rem .5rem;background:#dcfce7;border-radius:4px;color:#166534;font-weight:600}.job-card-route{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.route-stop{display:flex;gap:1rem;padding:1rem;background:#fff;border-radius:8px;border:1px solid #e2e8f0}.route-stop.pickup{background:#fef3c7;border-color:#fbbf24}.route-stop.delivery{background:#dcfce7;border-color:#22c55e}.route-icon{font-size:1.5rem}.route-details{flex:1}.route-label{font-size:.75rem;color:#64748b;text-transform:uppercase;font-weight:600;margin-bottom:.25rem}.route-address{font-size:1rem;color:#1a202c;font-weight:600;margin-bottom:.25rem}.route-contact{font-size:.875rem;color:#64748b}.route-contact strong{color:#1a202c}.route-line{width:2px;height:20px;background:#cbd5e1;margin:0 auto}.job-card-time{font-size:.75rem;color:#64748b;margin-bottom:1rem}.job-card-actions{display:flex;gap:.75rem}.btn-pickup,.btn-deliver{flex:1;padding:.75rem 1.5rem;border:none;border-radius:8px;font-weight:600;font-size:.875rem;cursor:pointer;transition:all .2s ease}.btn-pickup{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff}.btn-pickup:hover:not(:disabled){background:linear-gradient(135deg,#2563eb,#1d4ed8);transform:translateY(-1px);box-shadow:0 4px 8px #2563eb4d}.btn-deliver{background:linear-gradient(135deg,#10b981,#059669);color:#fff}.btn-deliver:hover:not(:disabled){background:linear-gradient(135deg,#059669,#047857);transform:translateY(-1px);box-shadow:0 4px 8px #0596694d}.btn-pickup:disabled,.btn-deliver:disabled{opacity:.5;cursor:not-allowed}.completed-jobs-list{display:flex;flex-direction:column;gap:.75rem}.completed-job-row{display:grid;grid-template-columns:100px 1fr 2fr 100px 120px;gap:1rem;padding:1rem;border-radius:8px;background:#f8fafc;border:1px solid #e2e8f0;align-items:center}.completed-job-id{font-family:monospace;font-size:.875rem;color:#64748b;font-weight:600}.completed-job-product{font-size:.875rem;font-weight:600;color:#1a202c}.completed-job-route{font-size:.875rem;color:#64748b}.completed-job-price{font-size:.875rem;color:#166534;font-weight:600}.empty-jobs{text-align:center;padding:3rem 1rem;color:#64748b}.empty-jobs p{font-size:1rem;margin:0}@media(max-width:768px){.driver-jobs-grid{grid-template-columns:1fr}.completed-job-row{grid-template-columns:1fr;gap:.5rem}.driver-stats{grid-template-columns:1fr}}.admin-login-page{min-height:100vh;background:linear-gradient(135deg,#1e293b,#334155);display:flex;align-items:center;justify-content:center;padding:2rem}.admin-login-container{width:100%;max-width:450px}.admin-login-card{background:#fff;border-radius:16px;box-shadow:0 20px 40px #0000004d;overflow:hidden}.admin-login-header{background:linear-gradient(135deg,#dc2626,#991b1b);padding:3rem 2rem;text-align:center;color:#fff}.admin-icon{font-size:4rem;margin-bottom:1rem}.admin-login-header h1{font-size:2rem;font-weight:700;margin:0 0 .5rem}.admin-login-header p{font-size:.875rem;opacity:.9;margin:0}.admin-login-form{padding:2rem}.admin-error-message{padding:1rem;background:#fee2e2;border:1px solid #fecaca;border-radius:8px;color:#991b1b;font-size:.875rem;margin-bottom:1.5rem}.form-group input:focus{outline:none;border-color:#dc2626;box-shadow:0 0 0 3px #dc26261a}.admin-login-button{width:100%;padding:1rem;background:linear-gradient(135deg,#dc2626,#991b1b);color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease}.admin-login-button:hover:not(:disabled){background:linear-gradient(135deg,#b91c1c,#7f1d1d);transform:translateY(-1px);box-shadow:0 4px 8px #dc26264d}.admin-login-button:disabled{opacity:.6;cursor:not-allowed}.admin-login-footer{padding:1.5rem 2rem;background:#f8fafc;text-align:center;border-top:1px solid #e2e8f0}.admin-login-footer p{font-size:.875rem;color:#64748b;margin:0}.admin-login-footer a{color:#dc2626;text-decoration:none;font-weight:600}.admin-login-footer a:hover{text-decoration:underline}@media(max-width:640px){.admin-login-page{padding:1rem}.admin-login-header{padding:2rem 1.5rem}.admin-login-form{padding:1.5rem}}.create-admin-page{min-height:100vh;background:linear-gradient(135deg,#1e293b,#334155);display:flex;align-items:center;justify-content:center;padding:2rem}.create-admin-container{width:100%;max-width:500px}.create-admin-card{background:#fff;border-radius:16px;box-shadow:0 20px 40px #0000004d;overflow:hidden}.create-admin-header{background:linear-gradient(135deg,#059669,#047857);padding:3rem 2rem;text-align:center;color:#fff}.admin-create-icon{font-size:4rem;margin-bottom:1rem}.create-admin-header h1{font-size:2rem;font-weight:700;margin:0 0 .5rem}.create-admin-header p{font-size:.875rem;opacity:.9;margin:0}.create-admin-form{padding:2rem}.success-message{padding:1rem;background:#d1fae5;border:1px solid #a7f3d0;border-radius:8px;color:#065f46;font-size:.875rem;margin-bottom:1.5rem}.success-message strong{display:block;margin-bottom:.5rem;font-size:1rem}.success-message p{margin:.25rem 0}.success-message a{color:#047857;font-weight:600;text-decoration:underline}.error-message{padding:1rem;background:#fee2e2;border:1px solid #fecaca;border-radius:8px;color:#991b1b;font-size:.875rem;margin-bottom:1.5rem}.form-group input{width:100%;padding:.75rem 1rem;border:2px solid #e2e8f0;border-radius:8px;font-size:1rem;transition:all .2s ease;box-sizing:border-box}.form-group input:focus{outline:none;border-color:#059669;box-shadow:0 0 0 3px #0596691a}.field-hint{display:block;margin-top:.5rem;font-size:.75rem;color:#64748b}.create-admin-button{width:100%;padding:1rem;background:linear-gradient(135deg,#059669,#047857);color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease}.create-admin-button:hover:not(:disabled){background:linear-gradient(135deg,#047857,#065f46);transform:translateY(-1px);box-shadow:0 4px 8px #0596694d}.create-admin-button:disabled{opacity:.6;cursor:not-allowed}.create-admin-footer{padding:1.5rem 2rem;background:#f8fafc;text-align:center;border-top:1px solid #e2e8f0}.create-admin-footer p{font-size:.875rem;color:#64748b;margin:.5rem 0}.create-admin-footer a{color:#059669;text-decoration:none;font-weight:600}.create-admin-footer a:hover{text-decoration:underline}@media(max-width:640px){.create-admin-page{padding:1rem}.create-admin-header{padding:2rem 1.5rem}.create-admin-form{padding:1.5rem}}.admin-notification-bell{position:relative}.notification-bell-button{position:relative;background:#fff;border:2px solid #e2e8f0;border-radius:12px;padding:.75rem;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.notification-bell-button:hover{background:#f8fafc;border-color:#3b82f6;transform:scale(1.05)}.bell-icon{font-size:1.5rem;display:block}.notification-badge{position:absolute;top:-8px;right:-8px;background:#ef4444;color:#fff;font-size:.75rem;font-weight:700;padding:.25rem .5rem;border-radius:12px;min-width:24px;text-align:center;animation:pulse 2s infinite}.notification-backdrop{position:fixed;inset:0;background:#0000004d;z-index:999;animation:fadeIn .2s ease}.notification-drawer{position:absolute;top:calc(100% + .5rem);right:0;width:420px;max-height:600px;background:#fff;border:2px solid #e2e8f0;border-radius:16px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;z-index:1000;display:flex;flex-direction:column;animation:slideDown .2s ease}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.notification-drawer-header{display:flex;justify-content:space-between;align-items:center;padding:1.25rem;border-bottom:2px solid #e2e8f0}.notification-drawer-header h3{margin:0;font-size:1.25rem;color:#1a202c;font-weight:700}.mark-all-read-btn{background:none;border:none;color:#3b82f6;font-size:.875rem;font-weight:600;cursor:pointer;padding:.5rem .75rem;border-radius:8px;transition:all .2s ease}.mark-all-read-btn:hover{background:#f0f9ff}.notification-drawer-content{flex:1;overflow-y:auto;max-height:450px}.notification-loading{padding:2rem;text-align:center;color:#64748b}.no-notifications{padding:3rem 2rem;text-align:center;color:#64748b}.no-notifications-icon{font-size:3rem;display:block;margin-bottom:1rem;opacity:.5}.no-notifications p{margin:0;font-size:1rem;font-weight:500}.notification-item{display:flex;gap:1rem;padding:1rem 1.25rem;border-bottom:1px solid #f1f5f9;cursor:pointer;transition:all .2s ease;position:relative}.notification-item:last-child{border-bottom:none}.notification-item:hover{background:#f8fafc}.notification-item.unread{background:#f0f9ff}.notification-item.unread:hover{background:#e0f2fe}.notification-icon{font-size:1.75rem;flex-shrink:0}.notification-content{flex:1;min-width:0}.notification-title{font-weight:700;color:#1a202c;font-size:.9375rem;margin-bottom:.25rem}.notification-message{color:#64748b;font-size:.875rem;line-height:1.4;margin-bottom:.5rem}.notification-time{color:#94a3b8;font-size:.75rem;font-weight:500}.notification-dot{width:10px;height:10px;background:#3b82f6;border-radius:50%;flex-shrink:0;margin-top:.5rem}.notification-drawer-footer{padding:1rem 1.25rem;border-top:2px solid #e2e8f0}.notification-drawer-footer button{width:100%;padding:.75rem;background:#3b82f6;color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s ease}.notification-drawer-footer button:hover{background:#2563eb}@media(max-width:768px){.notification-drawer{position:fixed;inset:auto 0 0;width:100%;max-height:80vh;border-radius:16px 16px 0 0}}.notification-drawer-content::-webkit-scrollbar{width:8px}.notification-drawer-content::-webkit-scrollbar-track{background:#f1f5f9}.notification-drawer-content::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}.notification-drawer-content::-webkit-scrollbar-thumb:hover{background:#94a3b8}.drawer-overlay{position:fixed;inset:0;background:#00000080;z-index:9998;animation:fadeIn .2s ease}.admin-alert-drawer{position:fixed;top:0;right:0;bottom:0;width:450px;max-width:90vw;background:#fff;box-shadow:-4px 0 24px #00000026;z-index:9999;display:flex;flex-direction:column;animation:slideInRight .3s ease}@keyframes slideInRight{0%{transform:translate(100%)}to{transform:translate(0)}}.drawer-header{padding:1.5rem;border-bottom:1px solid #e5e7eb;display:flex;align-items:center;justify-content:space-between;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.drawer-header h2{margin:0;font-size:1.5rem;font-weight:700}.drawer-actions{display:flex;gap:.5rem;align-items:center}.mark-all-read-btn{padding:.5rem 1rem;background:#fff3;border:1px solid rgba(255,255,255,.3);color:#fff;border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease}.mark-all-read-btn:hover{background:#ffffff4d}.close-drawer-btn{background:none;border:none;color:#fff;font-size:1.5rem;cursor:pointer;padding:.25rem;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:6px;transition:background .2s ease}.close-drawer-btn:hover{background:#fff3}.drawer-content{flex:1;overflow-y:auto;display:flex;flex-direction:column}.drawer-loading,.drawer-empty{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 1.5rem;color:#9ca3af;text-align:center}.empty-icon{font-size:4rem;margin-bottom:1rem;opacity:.5}.drawer-empty p{margin:0;font-size:1.125rem}.alerts-list{flex:1;padding:.5rem 0}.alert-item{display:flex;gap:.75rem;padding:1rem 1.5rem;border-bottom:1px solid #f3f4f6;cursor:pointer;transition:background .2s ease;position:relative}.alert-item:hover{background:#f9fafb}.alert-item.unread{background:#eff6ff}.alert-item.unread:hover{background:#dbeafe}.alert-icon-wrapper{position:relative;flex-shrink:0}.alert-severity-indicator{position:absolute;top:-4px;right:-4px;width:12px;height:12px;border-radius:50%;border:2px solid white}.alert-type-icon{font-size:2rem;display:block}.alert-content{flex:1;min-width:0}.alert-header{display:flex;align-items:flex-start;justify-content:space-between;gap:.5rem;margin-bottom:.25rem}.alert-header h3{margin:0;font-size:.95rem;font-weight:600;color:#1f2937;flex:1}.alert-time{font-size:.75rem;color:#9ca3af;white-space:nowrap;flex-shrink:0}.alert-message{margin:0 0 .5rem;font-size:.875rem;color:#6b7280;line-height:1.5;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.view-details-btn{background:none;border:none;color:#667eea;font-size:.875rem;font-weight:600;cursor:pointer;padding:0;transition:color .2s ease}.view-details-btn:hover{color:#764ba2}.unread-dot{position:absolute;top:50%;right:1rem;transform:translateY(-50%);width:8px;height:8px;background:#3b82f6;border-radius:50%;animation:pulseDot 2s ease-in-out infinite}@keyframes pulseDot{0%,to{opacity:1;transform:translateY(-50%) scale(1)}50%{opacity:.5;transform:translateY(-50%) scale(1.2)}}.drawer-footer{padding:1rem 1.5rem;border-top:1px solid #e5e7eb;background:#f9fafb}.view-all-btn{width:100%;padding:.875rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease}.view-all-btn:hover{transform:translateY(-2px);box-shadow:0 10px 25px #667eea66}@media(max-width:768px){.admin-alert-drawer{width:100%;max-width:100vw}}.admin-alert-bell{position:relative;background:none;border:none;cursor:pointer;padding:.5rem;border-radius:12px;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.admin-alert-bell:hover{background:#ffffff1a;transform:scale(1.05)}.bell-icon{font-size:1.5rem;display:block;animation:ringBell 2s ease-in-out infinite}.alert-badge{position:absolute;top:0;right:0;background:#ef4444;color:#fff;font-size:.65rem;font-weight:700;padding:.15rem .4rem;border-radius:10px;min-width:18px;text-align:center;box-shadow:0 2px 8px #ef444480;animation:pulse 2s ease-in-out infinite}@keyframes ringBell{0%,to{transform:rotate(0)}10%,30%{transform:rotate(-10deg)}20%,40%{transform:rotate(10deg)}50%{transform:rotate(0)}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.admin-dashboard-page{min-height:100vh;background:linear-gradient(135deg,#f8fafc,#e2e8f0);padding:2rem}.admin-dashboard-container{max-width:1200px;margin:0 auto}.admin-dashboard-header{background:#fff;border-radius:12px;padding:2rem;margin-bottom:2rem;box-shadow:0 4px 6px #0000001a;display:flex;justify-content:space-between;align-items:center}.admin-header-left h1{font-size:2rem;font-weight:700;color:#1a202c;margin:0 0 .5rem}.admin-header-left p{font-size:1rem;color:#64748b;margin:0}.admin-logout-button{padding:.75rem 1.5rem;background:#dc2626;color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s ease}.admin-logout-button:hover{background:#b91c1c;transform:translateY(-1px);box-shadow:0 4px 8px #dc26264d}.admin-header-right{display:flex;align-items:center;gap:1rem}.push-notification-banner{background:linear-gradient(135deg,#10b981,#059669);color:#fff;padding:1rem 1.5rem;border-radius:12px;margin-bottom:2rem;display:flex;align-items:center;gap:1rem;box-shadow:0 4px 6px #10b98133;animation:slideIn .5s ease}@keyframes slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.push-banner-icon{font-size:1.5rem;animation:ring 2s infinite}@keyframes ring{0%,to{transform:rotate(0)}10%,30%{transform:rotate(-10deg)}20%,40%{transform:rotate(10deg)}}.push-banner-text{font-size:.9375rem;font-weight:500;flex:1}.admin-sections-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin-bottom:2rem}.admin-section-card{background:#fff;border-radius:12px;padding:2rem;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 6px #0000001a;position:relative;overflow:hidden}.admin-section-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px}.admin-section-card.blue:before{background:linear-gradient(90deg,#3b82f6,#2563eb)}.admin-section-card.indigo:before{background:linear-gradient(90deg,#6366f1,#4f46e5)}.admin-section-card.green:before{background:linear-gradient(90deg,#10b981,#059669)}.admin-section-card.purple:before{background:linear-gradient(90deg,#8b5cf6,#7c3aed)}.admin-section-card.orange:before{background:linear-gradient(90deg,#f59e0b,#d97706)}.admin-section-card.teal:before{background:linear-gradient(90deg,#14b8a6,#0d9488)}.admin-section-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px #00000026}.admin-section-icon{font-size:3rem;margin-bottom:1rem}.admin-section-card h2{font-size:1.5rem;font-weight:700;color:#1a202c;margin:0 0 .5rem}.admin-section-card p{font-size:.875rem;color:#64748b;line-height:1.5;margin:0}.admin-section-arrow{position:absolute;bottom:1.5rem;right:1.5rem;font-size:1.5rem;color:#cbd5e1;transition:all .2s ease}.admin-section-card:hover .admin-section-arrow{color:#64748b;transform:translate(4px)}.admin-quick-stats{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 6px #0000001a}.admin-quick-stats h2{font-size:1.5rem;font-weight:700;color:#1a202c;margin:0 0 1.5rem}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.stat-item{display:flex;align-items:center;gap:1rem;padding:1.5rem;background:#f8fafc;border-radius:8px;border:1px solid #e2e8f0}.stat-item.ai-stat{background:linear-gradient(135deg,#f0f9ff,#e0f2fe);border:2px solid #3b82f6}.stat-item.ai-stat.danger{background:linear-gradient(135deg,#fef2f2,#fee2e2);border:2px solid #dc2626}.stat-item.ai-stat.warning{background:linear-gradient(135deg,#fffbeb,#fef3c7);border:2px solid #f59e0b}.stat-info{flex:1}.stat-label{font-size:.875rem;color:#64748b;margin-bottom:.25rem}@media(max-width:768px){.admin-dashboard-page{padding:1rem}.admin-dashboard-header{flex-direction:column;align-items:flex-start;gap:1rem}.admin-logout-button{width:100%}.admin-sections-grid,.stats-grid{grid-template-columns:1fr}}.critical-alerts-panel{background:linear-gradient(135deg,#fee2e2,#fecaca);border-radius:16px;padding:2rem;margin-top:2rem;border:3px solid #ef4444;box-shadow:0 4px 12px #ef444433}.critical-alerts-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.critical-alerts-header h2{margin:0;font-size:1.5rem;font-weight:700;color:#991b1b}.btn-open-alert-center{padding:.75rem 1.5rem;background:#fff;color:#dc2626;border:2px solid #dc2626;border-radius:12px;font-weight:600;cursor:pointer;transition:all .2s ease}.btn-open-alert-center:hover{background:#dc2626;color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #dc26264d}.critical-stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.critical-stat-card{background:#fff;border-radius:12px;padding:1.5rem;text-align:center;border:2px solid #fee2e2;transition:all .2s ease}.critical-stat-card:hover{transform:translateY(-4px);box-shadow:0 8px 16px #0000001a}.critical-stat-card.high-risk{border-color:#fca5a5}.critical-stat-card.disputes{border-color:#fdba74}.critical-stat-card.delivery{border-color:#93c5fd}.critical-stat-card.fraud{border-color:#f87171}.critical-stat-card .stat-number{font-size:2.5rem;font-weight:700;color:#dc2626;margin-bottom:.5rem}.critical-stat-card .stat-label{font-size:.875rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.5px}.risk-feed-card{background:linear-gradient(135deg,#fef3c7,#fed7aa);border-radius:12px;padding:2rem;margin-top:2rem;box-shadow:0 4px 6px #0000001a;cursor:pointer;transition:all .3s ease;border:3px solid #f59e0b}.risk-feed-card:hover{transform:translateY(-4px);box-shadow:0 8px 16px #f59e0b4d}.risk-feed-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.risk-feed-title{display:flex;align-items:center;gap:.75rem}.risk-feed-icon{font-size:2rem}.risk-feed-title h2{margin:0;color:#92400e;font-size:1.5rem}.btn-view-feed{background:#f59e0b;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s ease}.btn-view-feed:hover{background:#d97706;transform:scale(1.05)}.risk-feed-subtitle{color:#78350f;margin:0 0 1.5rem;font-size:.875rem}.risk-feed-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:1rem}.risk-stat{background:#fff;padding:1.5rem;border-radius:8px;text-align:center;border:2px solid transparent}.risk-stat.high{border-color:#dc2626}.risk-stat.medium{border-color:#f59e0b}.risk-stat.low{border-color:#10b981}.risk-stat-value{font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.risk-stat.high .risk-stat-value{color:#dc2626}.risk-stat.medium .risk-stat-value{color:#f59e0b}.risk-stat.low .risk-stat-value{color:#10b981}.risk-stat-label{font-size:.875rem;color:#64748b;font-weight:600}.risk-feed-update{text-align:center;color:#78350f;font-size:.75rem}.activity-preview-stats{background:#f8fafc;border-radius:8px;padding:1rem;margin-top:1rem}.activity-stat-row{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;border-bottom:1px solid #e2e8f0}.activity-stat-row:last-child{border-bottom:none}.activity-stat-row.risky{background:#fef3c7;padding:.5rem;border-radius:6px;margin-top:.5rem}.activity-stat-label{font-weight:600;color:#64748b;font-size:.875rem}.activity-stat-row.risky .activity-stat-label{color:#92400e}.activity-stat-value{font-weight:700;color:#1a202c;font-size:.875rem}.activity-stat-row.risky .activity-stat-value{color:#b45309;padding-top:1rem;border-top:2px solid rgba(120,53,15,.2)}@media(max-width:768px){.risk-feed-header{flex-direction:column;align-items:flex-start;gap:1rem}.btn-view-feed{width:100%}.risk-feed-stats{grid-template-columns:1fr}}.automation-stats-panel{background:#fff;border-radius:12px;padding:2rem;margin-bottom:2rem;box-shadow:0 4px 6px #0000001a}.automation-stats-panel h2{font-size:1.5rem;font-weight:700;color:#1f2937;margin:0 0 1.5rem}.automation-stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:1.5rem}.automation-stat-card{display:flex;align-items:center;gap:1rem;padding:1.5rem;border-radius:12px;transition:all .2s ease}.automation-stat-card.shadowban{background:linear-gradient(135deg,#fef3c7,#fde68a);border:2px solid #f59e0b}.automation-stat-card.autoban{background:linear-gradient(135deg,#fee2e2,#fca5a5);border:2px solid #ef4444}.automation-stat-card.removed{background:linear-gradient(135deg,#d1fae5,#a7f3d0);border:2px solid #10b981}.automation-stat-icon{font-size:2.5rem}.automation-stat-content{flex:1}.automation-stat-value{font-size:2rem;font-weight:700;color:#1f2937;margin-bottom:.25rem}.automation-stat-label{font-size:.875rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.5px}.automation-totals{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;padding-top:1.5rem;border-top:2px solid #e5e7eb}.automation-total-item{display:flex;flex-direction:column;gap:.5rem;padding:1rem;background:linear-gradient(135deg,#f9fafb,#fff);border-radius:8px}.total-label{font-size:.875rem;font-weight:600;color:#6b7280}.total-value{font-size:1.5rem;font-weight:700;color:#1f2937}@media(max-width:768px){.automation-stats-grid,.automation-totals{grid-template-columns:1fr}}.admin-delivery-jobs-page{min-height:100vh;background:linear-gradient(135deg,#f8fafc,#e2e8f0);padding:2rem}.delivery-tabs{display:flex;gap:.5rem;margin-bottom:2rem;background:#fff;padding:1rem;border-radius:12px;box-shadow:0 4px 6px #0000001a}.tab-button{flex:1;padding:.75rem 1.5rem;background:#f8fafc;border:2px solid #e2e8f0;border-radius:8px;color:#64748b;font-weight:600;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:.5rem}.tab-button:hover{background:#f1f5f9;border-color:#cbd5e1}.tab-button.active{background:#3b82f6;border-color:#3b82f6;color:#fff}.tab-count{padding:.25rem .5rem;background:#0000001a;border-radius:9999px;font-size:.75rem;font-weight:700}.tab-button.active .tab-count{background:#fff3}.test-notification-section{background:#fff;border-radius:12px;padding:1.5rem;margin-bottom:2rem;box-shadow:0 4px 6px #0000001a;border:2px solid #f59e0b}.test-notification-header h3{font-size:1.125rem;font-weight:700;color:#1a202c;margin:0 0 .25rem}.test-notification-header p{font-size:.875rem;color:#64748b;margin:0 0 1rem}.test-notification-controls{display:flex;gap:1rem;align-items:center}.test-driver-select{flex:1;padding:.75rem 1rem;border:1px solid #e2e8f0;border-radius:8px;font-size:.875rem;cursor:pointer;transition:all .2s}.test-driver-select:focus{outline:none;border-color:#f59e0b;box-shadow:0 0 0 3px #f59e0b1a}.test-notification-button{padding:.75rem 1.5rem;background:#f59e0b;border:none;border-radius:8px;color:#fff;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s;white-space:nowrap}.test-notification-button:hover:not(:disabled){background:#d97706;transform:translateY(-1px);box-shadow:0 4px 8px #f59e0b4d}.test-notification-button:disabled{opacity:.5;cursor:not-allowed}.jobs-container{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 6px #0000001a;overflow-x:auto}.jobs-table th{text-align:left;padding:1rem;font-size:.875rem;font-weight:600;color:#64748b;text-transform:uppercase;border-bottom:2px solid #e2e8f0;white-space:nowrap}.jobs-table td{padding:1rem;border-bottom:1px solid #f1f5f9;font-size:.875rem;color:#1a202c}.jobs-table tr:hover{background:#f8fafc}.job-id{font-family:monospace;font-weight:600;color:#64748b}.product-cell{min-width:200px}.product-info{display:flex;align-items:center;gap:.75rem}.product-thumb{width:40px;height:40px;object-fit:cover;border-radius:6px;border:1px solid #e2e8f0}.address-cell div{font-weight:600}.address-cell small{display:block;color:#64748b;font-size:.75rem;margin-top:.25rem}.badge-pending{background:#fef3c7;color:#92400e}.badge-assigned{background:#dbeafe;color:#1e40af}.badge-picked-up{background:#ddd6fe;color:#5b21b6}.badge-delivered{background:#d1fae5;color:#065f46}.driver-dropdown{padding:.5rem .75rem;border:1px solid #e2e8f0;border-radius:6px;font-size:.875rem;cursor:pointer;min-width:150px}.driver-dropdown:focus{outline:none;border-color:#3b82f6}.empty-state p{font-size:1rem;margin:0}@media(max-width:768px){.admin-delivery-jobs-page{padding:1rem}.delivery-tabs{flex-direction:column}.jobs-table{font-size:.75rem}.jobs-table th,.jobs-table td{padding:.5rem}}.admin-users-page{min-height:100vh;background:linear-gradient(135deg,#f8fafc,#e2e8f0);padding:2rem}.users-controls{background:#fff;border-radius:12px;padding:1.5rem;margin-bottom:2rem;box-shadow:0 4px 6px #0000001a;display:flex;gap:1rem;align-items:center}.search-input{flex:1;padding:.75rem 1rem;border:2px solid #e2e8f0;border-radius:8px;font-size:1rem;transition:all .2s ease}.users-count{font-size:.875rem;color:#64748b;white-space:nowrap}.users-count strong{color:#1a202c;font-weight:600}.users-container{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 6px #0000001a;overflow-x:auto}.users-table{width:100%;overflow-x:auto}.users-table table{width:100%;border-collapse:collapse}.users-table th{text-align:left;padding:1rem;font-size:.875rem;font-weight:600;color:#64748b;text-transform:uppercase;border-bottom:2px solid #e2e8f0}.users-table td{padding:1rem;border-bottom:1px solid #f1f5f9;font-size:.875rem;color:#1a202c}.users-table tr:hover{background:#f8fafc}.user-cell{min-width:200px}.user-info{display:flex;align-items:center;gap:.75rem}.user-avatar{width:40px;height:40px;border-radius:50%;object-fit:cover;border:2px solid #e2e8f0}.user-avatar-placeholder{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1rem}.role-badge{display:inline-block;padding:.375rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:600;text-transform:capitalize}.role-badge.user{background:#e0e7ff;color:#3730a3}.role-badge.admin{background:#fecaca;color:#991b1b}.role-badge.driver{background:#ddd6fe;color:#5b21b6}.balance-cell{font-weight:600;color:#059669}.user-name-container{display:flex;align-items:center;gap:.5rem}.verified-badge{background:#10b981;color:#fff;width:18px;height:18px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:.7rem;font-weight:700}.status-badges{display:flex;flex-direction:column;gap:.5rem}.status-badge{display:inline-block;padding:.25rem .5rem;border-radius:4px;font-size:.7rem;font-weight:600;text-transform:uppercase}.status-badge.banned{background:#fecaca;color:#991b1b}.city-badge{display:inline-block;padding:.25rem .5rem;background:#f3f4f6;border-radius:4px;font-size:.7rem;color:#6b7280}.risk-score{display:inline-block;padding:.375rem .75rem;border-radius:9999px;font-size:.875rem;font-weight:600}.risk-score.risk-low{background:#d1fae5;color:#065f46}.risk-score.risk-medium{background:#fef3c7;color:#92400e}.risk-score.risk-high{background:#fee2e2;color:#991b1b}.actions-cell{display:flex;gap:.5rem;flex-wrap:wrap}.btn-action{padding:.375rem .75rem;border:none;border-radius:6px;font-size:.75rem;font-weight:600;cursor:pointer;transition:all .2s ease;white-space:nowrap}.btn-verify{background:#10b981;color:#fff}.btn-verify:hover{background:#059669}.btn-unverify{background:#6b7280;color:#fff}.btn-unverify:hover{background:#4b5563}.btn-unban{background:#f59e0b;color:#fff}.btn-unban:hover{background:#d97706}.btn-delete{background:#6b7280;color:#fff}.btn-delete:hover{background:#4b5563}.banned-user{background:#fef2f2}.banned-user:hover{background:#fee2e2!important}@media(max-width:768px){.admin-users-page{padding:1rem}.users-controls{flex-direction:column;align-items:stretch}.users-table{font-size:.75rem}.users-table th,.users-table td{padding:.5rem}}.admin-products{padding:2rem;background:#f8f9fa;min-height:100vh}.admin-products-header{margin-bottom:2rem}.admin-products-header h1{font-size:2rem;font-weight:700;margin-bottom:1.5rem;color:#1e293b}.admin-products-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:1.5rem}.stat-card{background:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 1px 3px #0000001a;display:flex;flex-direction:column;gap:.5rem}.stat-label{font-size:.875rem;color:#64748b;font-weight:500}.stat-value{font-size:2rem;font-weight:700;color:#1e293b}.stat-value.danger{color:#dc2626}.admin-products-filters{background:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 1px 3px #0000001a;display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:2rem;align-items:center}.admin-products-filters .search-input{flex:1;min-width:200px;padding:.625rem 1rem;border:1px solid #d1d5db;border-radius:6px;font-size:.875rem}.admin-products-filters select{padding:.625rem 1rem;border:1px solid #d1d5db;border-radius:6px;font-size:.875rem;background:#fff;cursor:pointer}.admin-products-filters .price-input{width:120px;padding:.625rem 1rem;border:1px solid #d1d5db;border-radius:6px;font-size:.875rem}.checkbox-label{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#475569;cursor:pointer}.checkbox-label input[type=checkbox]{cursor:pointer}.admin-products-table-wrapper{background:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a;overflow-x:auto}.admin-products-table{width:100%;border-collapse:collapse}.admin-products-table thead{background:#f8f9fa;border-bottom:2px solid #e5e7eb}.admin-products-table th{padding:1rem;text-align:left;font-size:.75rem;font-weight:600;color:#475569;text-transform:uppercase;letter-spacing:.05em}.admin-products-table td{padding:1rem;border-bottom:1px solid #f1f5f9;font-size:.875rem;color:#1e293b}.admin-products-table tbody tr:hover{background:#f8f9fa}.admin-products-table tbody tr.hidden-product{background:#fef3c7}.product-image{width:60px;height:60px;border-radius:6px;overflow:hidden}.product-image img{width:100%;height:100%;object-fit:cover}.no-image{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#e5e7eb;color:#9ca3af;font-size:.75rem}.product-title-cell{display:flex;flex-direction:column;gap:.5rem}.flag-badge{display:inline-block;padding:.25rem .625rem;background:#fee2e2;color:#991b1b;font-size:.75rem;font-weight:600;border-radius:4px}.hidden-badge{display:inline-block;padding:.25rem .625rem;background:#fef3c7;color:#92400e;font-size:.75rem;font-weight:600;border-radius:4px}.seller-link{background:none;border:none;color:#3b82f6;text-decoration:underline;cursor:pointer;font-size:.875rem;padding:0}.seller-link:hover{color:#2563eb}.price-cell{font-weight:600;color:#059669}.status-badge{display:inline-block;padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:600;text-transform:capitalize}.status-badge.status-active{background:#d1fae5;color:#065f46}.status-badge.status-sold{background:#dbeafe;color:#1e40af}.status-badge.status-removed{background:#fee2e2;color:#991b1b}.action-buttons{display:flex;gap:.5rem;flex-wrap:wrap}.action-buttons button{padding:.375rem .75rem;border:none;border-radius:4px;font-size:.75rem;font-weight:500;cursor:pointer;transition:all .2s}.btn-edit{background:#f59e0b;color:#fff}.btn-edit:hover{background:#d97706}.btn-flag{background:#dc2626;color:#fff}.btn-flag:hover{background:#b91c1c}.btn-unflag{background:#10b981;color:#fff}.btn-unflag:hover{background:#059669}.no-products{padding:3rem;text-align:center;color:#9ca3af;font-size:1rem}.modal-content{background:#fff;border-radius:8px;padding:2rem;max-width:600px;width:100%;max-height:90vh;overflow-y:auto}.modal-content h2{font-size:1.5rem;font-weight:700;margin-bottom:1.5rem;color:#1e293b}.form-group label{display:block;font-size:.875rem;font-weight:600;color:#475569;margin-bottom:.5rem}.form-group input,.form-group textarea,.form-group select{width:100%;padding:.625rem 1rem;border:1px solid #d1d5db;border-radius:6px;font-size:.875rem}.form-group textarea{resize:vertical}.form-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem}.modal-actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:2rem}.btn-cancel{padding:.625rem 1.5rem;background:#e5e7eb;color:#374151;border:none;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer}.btn-save{padding:.625rem 1.5rem;background:#3b82f6;color:#fff;border:none;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer}.btn-save:hover{background:#2563eb}@media(max-width:768px){.admin-products{padding:1rem}.admin-products-header h1{font-size:1.5rem}.admin-products-stats{grid-template-columns:repeat(2,1fr)}.admin-products-filters{flex-direction:column;align-items:stretch}.admin-products-filters .search-input,.admin-products-filters select{width:100%}.action-buttons{flex-direction:column}.action-buttons button{width:100%}}.admin-live-map{min-height:100vh;background-color:#f5f7fa;display:flex;flex-direction:column}.admin-live-map-loading,.admin-live-map-error{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:18px;color:#666;gap:16px}.admin-live-map-error h2{font-size:24px;font-weight:700;color:#1a1a1a;margin:0 0 8px}.admin-live-map-header{background:#fff;padding:20px 24px;box-shadow:0 2px 8px #00000014;display:flex;align-items:center;gap:24px}.admin-live-map-header h1{font-size:24px;font-weight:700;color:#1a1a1a;margin:0;flex:1}.admin-map-legend{display:flex;gap:20px}.legend-dot.available{background-color:#22c55e}.legend-dot.on-pickup{background-color:#f59e0b}.legend-dot.delivering{background-color:#3b82f6}.legend-dot.offline{background-color:#9ca3af}.admin-live-map-container{flex:1;display:flex;position:relative;min-height:600px}.admin-map{flex:1;height:100%}.admin-driver-info-panel{position:absolute;top:20px;right:20px;background:#fff;border-radius:12px;box-shadow:0 4px 16px #00000026;width:320px;max-width:calc(100% - 40px);z-index:1000}.driver-info-header{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;border-bottom:1px solid #f0f0f0}.driver-info-header h3{font-size:18px;font-weight:700;color:#1a1a1a;margin:0}.close-panel-button{background:none;border:none;font-size:28px;color:#999;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .2s}.close-panel-button:hover{background-color:#f5f5f5;color:#333}.driver-info-content{padding:20px;display:flex;flex-direction:column;gap:16px}.driver-info-item{display:flex;justify-content:space-between;align-items:center;gap:12px}.driver-info-label{font-weight:600;color:#666;font-size:14px}.driver-status-badge{padding:4px 12px;border-radius:6px;font-size:13px;font-weight:600}.driver-status-badge.available{background-color:#d1fae5;color:#065f46}.driver-status-badge.on_pickup{background-color:#fef3c7;color:#92400e}.driver-status-badge.delivering{background-color:#dbeafe;color:#1e40af}.driver-status-badge.offline{background-color:#f3f4f6;color:#4b5563}.admin-drivers-list{background:#fff;padding:20px 24px;box-shadow:0 -2px 8px #00000014}.admin-drivers-list h3{font-size:16px;font-weight:700;color:#1a1a1a;margin:0 0 16px}.drivers-list-items{display:flex;gap:12px;overflow-x:auto;padding-bottom:8px}.driver-list-item{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;padding:12px 16px;display:flex;align-items:center;gap:12px;cursor:pointer;transition:all .2s;min-width:200px}.driver-list-item:hover{background:#f3f4f6;border-color:#d1d5db}.driver-status-dot{width:10px;height:10px;border-radius:50%;flex-shrink:0}.driver-status-dot.available{background-color:#22c55e}.driver-status-dot.on_pickup{background-color:#f59e0b}.driver-status-dot.delivering{background-color:#3b82f6}.driver-status-dot.offline{background-color:#9ca3af}.driver-list-info{flex:1;min-width:0}.driver-list-name{font-size:14px;font-weight:600;color:#1a1a1a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.driver-list-status{font-size:12px;color:#666}.driver-list-time{font-size:12px;color:#999;white-space:nowrap}.drivers-list-empty{text-align:center;color:#999;padding:20px;font-size:14px}@media(max-width:768px){.admin-live-map-header{flex-direction:column;align-items:flex-start}.admin-map-legend{flex-wrap:wrap}.admin-driver-info-panel{top:10px;right:10px;width:calc(100% - 20px)}.admin-live-map-container{min-height:400px}.drivers-list-items{flex-direction:column}.driver-list-item{min-width:auto}}.admin-routes{min-height:100vh;background-color:#f5f7fa;display:flex;flex-direction:column}.admin-routes-loading,.admin-routes-error{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:18px;color:#666;gap:16px}.admin-routes-error h2{font-size:24px;font-weight:700;color:#1a1a1a;margin:0 0 8px}.admin-routes-header{background:#fff;padding:20px 24px;box-shadow:0 2px 8px #00000014;display:flex;align-items:center;gap:24px}.admin-routes-header h1{font-size:24px;font-weight:700;color:#1a1a1a;margin:0;flex:1}.admin-back-button{background:none;border:none;color:#667eea;font-size:15px;font-weight:600;cursor:pointer;padding:8px 0;transition:all .2s}.admin-back-button:hover{color:#764ba2}.admin-routes-controls{background:#fff;padding:16px 24px;border-bottom:1px solid #e5e7eb;display:flex;align-items:center;gap:24px;flex-wrap:wrap}.job-selector{display:flex;align-items:center;gap:12px;flex:1;min-width:300px}.job-selector label{font-size:14px;font-weight:600;color:#1a1a1a;white-space:nowrap}.job-selector select{flex:1;padding:10px 14px;border:1px solid #d1d5db;border-radius:8px;font-size:14px;color:#1a1a1a;background:#fff;cursor:pointer;transition:all .2s}.job-selector select:hover{border-color:#9ca3af}.job-selector select:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.map-legend{display:flex;gap:20px}.legend-item{display:flex;align-items:center;gap:8px;font-size:14px;color:#666}.legend-dot{width:12px;height:12px;border-radius:50%;border:2px solid white;box-shadow:0 1px 3px #0003}.legend-dot.pickup{background-color:#22c55e}.legend-dot.delivery{background-color:#ef4444}.legend-dot.driver{background-color:#3b82f6}.admin-routes-container{flex:1;display:flex;position:relative;min-height:600px}.route-info-sidebar{width:320px;background:#fff;border-right:1px solid #e5e7eb;display:flex;flex-direction:column;overflow-y:auto}.route-info-sidebar h3{font-size:18px;font-weight:700;color:#1a1a1a;margin:0;padding:20px;border-bottom:1px solid #e5e7eb}.route-info-content{padding:20px;display:flex;flex-direction:column;gap:16px}.route-info-item{display:flex;justify-content:space-between;align-items:center;gap:12px}.route-info-label{font-weight:600;color:#666;font-size:14px}.route-info-value{font-size:14px;color:#1a1a1a;text-align:right}.route-status-badge{padding:4px 12px;border-radius:6px;font-size:13px;font-weight:600;color:#fff}.route-info-addresses{margin-top:8px;padding-top:16px;border-top:1px solid #e5e7eb;display:flex;flex-direction:column;gap:16px}.address-block{display:flex;flex-direction:column;gap:6px}.address-label{font-size:12px;font-weight:600;color:#666;text-transform:uppercase;letter-spacing:.5px}.address-value{font-size:14px;color:#1a1a1a;line-height:1.5}.admin-routes-map-wrapper{flex:1;position:relative}.admin-routes-map{width:100%;height:100%}.map-overlay{position:absolute;inset:0;background:#fffffff2;display:flex;align-items:center;justify-content:center;z-index:1000}.map-overlay-content{text-align:center;padding:40px;max-width:400px}.map-overlay-content h3{font-size:20px;font-weight:700;color:#1a1a1a;margin:0 0 12px}.map-overlay-content p{font-size:15px;color:#666;line-height:1.6;margin:0}@media(max-width:1024px){.admin-routes-controls{flex-direction:column;align-items:stretch}.job-selector{min-width:auto}.map-legend{justify-content:center}.admin-routes-container{flex-direction:column}.route-info-sidebar{width:100%;max-height:300px;border-right:none;border-bottom:1px solid #e5e7eb}.admin-routes-map-wrapper{min-height:400px}}@media(max-width:768px){.admin-routes-header{flex-direction:column;align-items:flex-start}.map-legend{flex-wrap:wrap}.route-info-sidebar{max-height:250px}.admin-routes-container{min-height:500px}}.admin-drivers-page{min-height:100vh;background:linear-gradient(135deg,#f8fafc,#e2e8f0);padding:2rem}.header-content{display:flex;justify-content:space-between;align-items:center;gap:2rem}.admin-page-header h1{font-size:2rem;font-weight:700;color:#1a202c;margin:0 0 .5rem}.admin-page-header p{font-size:1rem;color:#64748b;margin:0}.add-driver-button{padding:.75rem 1.5rem;background:#10b981;border:none;border-radius:8px;color:#fff;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s;white-space:nowrap}.add-driver-button:hover{background:#059669;transform:translateY(-1px);box-shadow:0 4px 8px #10b9814d}.drivers-container{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 6px #0000001a;overflow-x:auto}.drivers-table{width:100%;overflow-x:auto}.drivers-table table{width:100%;border-collapse:collapse}.drivers-table th{text-align:left;padding:1rem;font-size:.875rem;font-weight:600;color:#64748b;text-transform:uppercase;border-bottom:2px solid #e2e8f0;white-space:nowrap}.drivers-table td{padding:1rem;border-bottom:1px solid #f1f5f9;font-size:.875rem;color:#1a202c}.drivers-table tr:hover{background:#f8fafc}.driver-name{font-weight:600}.vehicle-type{text-transform:capitalize}.status-badge{display:inline-block;padding:.375rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:600;text-transform:uppercase}.status-badge.inactive{background:#fee2e2;color:#991b1b}.date-cell{color:#64748b;white-space:nowrap}.actions-cell{display:flex;gap:.5rem}.action-button{padding:.5rem 1rem;border:none;border-radius:6px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s}.action-button.edit{background:#3b82f6;color:#fff}.action-button.edit:hover{background:#2563eb}.action-button.delete{background:#ef4444;color:#fff}.action-button.delete:hover:not(:disabled){background:#dc2626}.action-button:disabled{opacity:.5;cursor:not-allowed}.empty-state{text-align:center;padding:4rem 2rem;color:#64748b}.empty-state p{font-size:1rem;margin:0 0 1.5rem}@media(max-width:768px){.admin-drivers-page{padding:1rem}.header-content{flex-direction:column;align-items:flex-start}.drivers-table{font-size:.75rem}.drivers-table th,.drivers-table td{padding:.5rem}}.admin-driver-form-page{min-height:100vh;background:linear-gradient(135deg,#f8fafc,#e2e8f0);padding:2rem}.admin-form-container{max-width:800px;margin:0 auto}.admin-form-header{background:#fff;border-radius:12px;padding:2rem;margin-bottom:2rem;box-shadow:0 4px 6px #0000001a}.back-button{padding:.5rem 1rem;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:6px;color:#64748b;font-size:.875rem;cursor:pointer;margin-bottom:1rem;transition:all .2s ease}.back-button:hover{background:#e2e8f0;color:#1a202c}.admin-form-header h1{font-size:2rem;font-weight:700;color:#1a202c;margin:0 0 .5rem}.admin-form-header p{font-size:1rem;color:#64748b;margin:0}.admin-form-content{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 6px #0000001a}.error-message{padding:1rem;background:#fee2e2;border:1px solid #fca5a5;border-radius:8px;color:#991b1b;margin-bottom:1.5rem;font-size:.875rem}.form-group label{display:block;font-size:.875rem;font-weight:600;color:#1a202c;margin-bottom:.5rem}.form-group input[type=text],.form-group input[type=email],.form-group input[type=tel],.form-group input[type=password],.form-group select{width:100%;padding:.75rem;border:1px solid #e2e8f0;border-radius:8px;font-size:.875rem;transition:all .2s}.form-group input:focus,.form-group select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.form-group.checkbox{display:flex;align-items:center}.form-group.checkbox label{display:flex;align-items:center;gap:.5rem;margin-bottom:0;cursor:pointer}.form-group.checkbox input[type=checkbox]{width:auto;cursor:pointer}.form-group.checkbox span{font-size:.875rem;color:#64748b}.form-actions{display:flex;gap:1rem;margin-top:2rem;padding-top:2rem;border-top:1px solid #e2e8f0}.cancel-button,.submit-button{flex:1;padding:.75rem 1.5rem;border:none;border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s}.cancel-button{background:#f1f5f9;color:#64748b}.cancel-button:hover{background:#e2e8f0;color:#1a202c}.submit-button{background:#10b981;color:#fff}.submit-button:hover:not(:disabled){background:#059669;transform:translateY(-1px);box-shadow:0 4px 8px #10b9814d}.submit-button:disabled{opacity:.5;cursor:not-allowed}.admin-loading{display:flex;justify-content:center;align-items:center;min-height:100vh;font-size:1.25rem;color:#64748b}@media(max-width:768px){.admin-driver-form-page{padding:1rem}.admin-form-header,.admin-form-content{padding:1.5rem}.form-actions{flex-direction:column}}.driver-login-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);padding:20px}.driver-login-card{background:#fff;border-radius:12px;box-shadow:0 10px 40px #0003;padding:40px;width:100%;max-width:440px}.driver-login-header{text-align:center;margin-bottom:32px}.driver-login-header h1{font-size:28px;font-weight:700;color:#1a1a1a;margin:0 0 8px}.driver-login-header p{font-size:15px;color:#666;margin:0}.driver-login-error{background-color:#fee;border:1px solid #fcc;color:#c33;padding:12px 16px;border-radius:8px;margin-bottom:20px;font-size:14px}.driver-login-form{display:flex;flex-direction:column;gap:20px}.driver-form-group{display:flex;flex-direction:column;gap:8px}.driver-form-group label{font-size:14px;font-weight:600;color:#333}.driver-form-group input{padding:12px 16px;border:1px solid #ddd;border-radius:8px;font-size:15px;transition:all .2s}.driver-form-group input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.driver-form-group input:disabled{background-color:#f5f5f5;cursor:not-allowed}.driver-login-button{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:14px 24px;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s;margin-top:8px}.driver-login-button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #667eea66}.driver-login-button:active:not(:disabled){transform:translateY(0)}.driver-login-button:disabled{opacity:.6;cursor:not-allowed}.driver-dashboard{min-height:100vh;background-color:#f5f7fa;padding:24px}.driver-dashboard-loading{min-height:100vh;display:flex;align-items:center;justify-content:center;font-size:18px;color:#666}.driver-dashboard-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:32px;background:#fff;padding:24px;border-radius:12px;box-shadow:0 2px 8px #00000014}.driver-dashboard-header h1{font-size:28px;font-weight:700;color:#1a1a1a;margin:0 0 4px}.driver-dashboard-header p{font-size:15px;color:#666;margin:0}.notification-status{display:flex;align-items:center;gap:8px;margin-top:8px;padding:6px 12px;background-color:#f0fdf4;border:1px solid #86efac;border-radius:6px;font-size:13px;color:#166534;font-weight:500}.notification-icon{font-size:14px}.driver-logout-button{padding:10px 20px;background-color:#f5f5f5;border:1px solid #ddd;border-radius:8px;font-size:14px;font-weight:600;color:#333;cursor:pointer;transition:all .2s}.driver-logout-button:hover{background-color:#ebebeb;border-color:#ccc}.driver-stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px;margin-bottom:32px}.driver-stat-card{background:#fff;padding:24px;border-radius:12px;box-shadow:0 2px 8px #00000014;text-align:center;transition:all .2s}.driver-stat-card:hover{transform:translateY(-2px);box-shadow:0 4px 16px #0000001f}.driver-stat-icon{font-size:40px;margin-bottom:12px}.driver-stat-value{font-size:36px;font-weight:700;color:#1a1a1a;margin-bottom:8px}.driver-stat-label{font-size:14px;color:#666;font-weight:500}.driver-actions{display:flex;gap:16px}.driver-action-button.primary:hover{transform:translateY(-1px);box-shadow:0 4px 12px #667eea66}@media(max-width:768px){.driver-dashboard{padding:16px}.driver-dashboard-header{flex-direction:column;align-items:flex-start;gap:16px}.driver-stats-grid{grid-template-columns:1fr}}.driver-jobs{min-height:100vh;background-color:#f5f7fa;padding:24px}.driver-jobs-loading{min-height:100vh;display:flex;align-items:center;justify-content:center;font-size:18px;color:#666}.driver-jobs-header{margin-bottom:24px}.driver-back-button{background:none;border:none;color:#667eea;font-size:15px;font-weight:600;cursor:pointer;padding:8px 0;margin-bottom:12px;transition:all .2s}.driver-back-button:hover{color:#764ba2}.driver-jobs-header h1{font-size:28px;font-weight:700;color:#1a1a1a;margin:0}.driver-jobs-tabs{display:flex;gap:8px;margin-bottom:24px;background:#fff;padding:8px;border-radius:12px;box-shadow:0 2px 8px #00000014}.driver-tab{flex:1;padding:12px 16px;background:transparent;border:none;border-radius:8px;font-size:14px;font-weight:600;color:#666;cursor:pointer;transition:all .2s}.driver-tab:hover{background-color:#f5f5f5}.driver-tab.active{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.driver-jobs-list{display:flex;flex-direction:column;gap:16px}.driver-jobs-empty{background:#fff;padding:48px 24px;border-radius:12px;text-align:center;color:#666;font-size:16px}.driver-job-card{background:#fff;border-radius:12px;box-shadow:0 2px 8px #00000014;overflow:hidden;display:flex;gap:16px;transition:all .2s}.driver-job-card:hover{box-shadow:0 4px 16px #0000001f}.driver-job-image{width:120px;height:120px;object-fit:cover;flex-shrink:0}.driver-job-details{flex:1;padding:16px;display:flex;flex-direction:column}.driver-job-details h3{font-size:18px;font-weight:600;color:#1a1a1a;margin:0 0 12px}.driver-job-info{display:flex;flex-direction:column;gap:8px;margin-bottom:16px}.driver-job-info-item{display:flex;gap:8px;font-size:14px}.driver-job-label{font-weight:600;color:#666;min-width:80px}.driver-job-price{font-weight:700;color:#22c55e}.driver-job-footer{display:flex;justify-content:space-between;align-items:center;margin-top:auto}.status-badge{padding:6px 12px;border-radius:6px;font-size:13px;font-weight:600}.status-badge.picked-up{background-color:#dbeafe;color:#1e40af}.driver-view-job-button{padding:8px 16px;background-color:#667eea;color:#fff;border:none;border-radius:6px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s}.driver-view-job-button:hover{background-color:#764ba2}@media(max-width:768px){.driver-jobs{padding:16px}.driver-job-card{flex-direction:column}.driver-job-image{width:100%;height:200px}.driver-jobs-tabs{flex-direction:column}}.driver-job-details{min-height:100vh;background-color:#f5f7fa;padding:24px}.driver-job-details-loading,.driver-job-details-error{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:18px;color:#666;gap:16px}.driver-job-details-header{margin-bottom:24px}.driver-job-details-header h1{font-size:28px;font-weight:700;color:#1a1a1a;margin:0}.driver-job-error{background-color:#fee;border:1px solid #fcc;color:#c33;padding:12px 16px;border-radius:8px;margin-bottom:20px;font-size:14px}.driver-job-card-detail{background:#fff;border-radius:12px;box-shadow:0 2px 8px #00000014;overflow:hidden}.driver-job-detail-image{width:100%;height:300px;object-fit:cover}.driver-job-detail-content{padding:24px}.driver-job-detail-content h2{font-size:24px;font-weight:700;color:#1a1a1a;margin:0 0 24px}.driver-job-info-section{margin-bottom:24px;padding-bottom:24px;border-bottom:1px solid #f0f0f0}.driver-job-info-section:last-of-type{border-bottom:none}.driver-job-info-section h3{font-size:16px;font-weight:600;color:#666;margin:0 0 12px;text-transform:uppercase;letter-spacing:.5px}.driver-job-info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px}.driver-job-info-item{display:flex;gap:8px;font-size:15px}.driver-job-label{font-weight:600;color:#666}.driver-job-address{font-size:15px;color:#1a1a1a;margin:0;line-height:1.6}.driver-job-fee{font-size:28px;font-weight:700;color:#22c55e;margin:0}.driver-job-actions{display:flex;gap:12px;margin-top:32px}.driver-action-button{padding:14px 28px;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s}.driver-action-button.primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.driver-action-button.primary:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #667eea66}.driver-action-button:disabled{opacity:.6;cursor:not-allowed}.driver-job-completed{padding:14px 28px;background-color:#d1fae5;color:#065f46;border-radius:8px;font-size:16px;font-weight:600;display:inline-flex;align-items:center;gap:8px}.status-badge{padding:6px 12px;border-radius:6px;font-size:13px;font-weight:600;display:inline-block}.status-badge.pending{background-color:#fef3c7;color:#92400e}.status-badge.picked_up{background-color:#dbeafe;color:#1e40af}.status-badge.delivered{background-color:#d1fae5;color:#065f46}@media(max-width:768px){.driver-job-details,.driver-job-detail-content{padding:16px}.driver-job-info-grid{grid-template-columns:1fr}}.driver-earnings-page{min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);padding:2rem 1rem}.driver-earnings-container{max-width:1200px;margin:0 auto}.driver-earnings-header{background:#fff;padding:2rem;border-radius:12px;margin-bottom:2rem;box-shadow:0 2px 8px #0000001a}.driver-earnings-header h1{font-size:2rem;font-weight:700;color:#1a202c;margin:0 0 .5rem}.driver-earnings-header p{color:#718096;margin:0}.back-link{display:inline-flex;align-items:center;gap:.5rem;color:#667eea;text-decoration:none;font-weight:500;margin-bottom:1rem;transition:color .2s}.back-link:hover{color:#764ba2}.earnings-summary{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:2rem}.summary-card{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 2px 8px #0000001a;transition:transform .2s}.summary-card:hover{transform:translateY(-2px)}.summary-icon{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;margin-bottom:1rem}.summary-card.total .summary-icon{background:linear-gradient(135deg,#667eea,#764ba2)}.summary-card.deliveries .summary-icon{background:linear-gradient(135deg,#00c9ff,#92fe9d)}.summary-card.average .summary-icon{background:linear-gradient(135deg,#fa709a,#fee140)}.summary-label{font-size:.875rem;color:#718096;text-transform:uppercase;font-weight:600;letter-spacing:.05em;margin-bottom:.5rem}.summary-value{font-size:2rem;font-weight:700;color:#1a202c;margin:0}.earnings-table-container{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;overflow:hidden}.earnings-table-header{padding:1.5rem 2rem;border-bottom:1px solid #e2e8f0}.earnings-table-header h2{font-size:1.25rem;font-weight:600;color:#1a202c;margin:0}.earnings-table{width:100%;overflow-x:auto}.earnings-table table{width:100%;border-collapse:collapse}.earnings-table thead{background:#f7fafc}.earnings-table th{text-align:left;padding:1rem 1.5rem;font-size:.875rem;font-weight:600;color:#4a5568;text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid #e2e8f0}.earnings-table td{padding:1rem 1.5rem;border-bottom:1px solid #e2e8f0;color:#2d3748}.earnings-table tbody tr:hover{background:#f7fafc}.job-id{font-family:Courier New,monospace;font-size:.875rem;color:#667eea;font-weight:500}.job-route{display:flex;flex-direction:column;gap:.25rem}.route-location{font-size:.875rem;color:#4a5568}.route-arrow{color:#a0aec0;margin:0 .5rem}.earnings-amount{font-size:1.125rem;font-weight:600;color:#48bb78}.status-badge{display:inline-block;padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.status-badge.delivered{background:#c6f6d5;color:#22543d}.empty-state p{color:#718096;margin:0}@media(max-width:768px){.driver-earnings-page{padding:1rem .5rem}.driver-earnings-header{padding:1.5rem}.driver-earnings-header h1{font-size:1.5rem}.earnings-summary{grid-template-columns:1fr;gap:1rem}.summary-card{padding:1.5rem}.earnings-table{overflow-x:auto}.earnings-table th,.earnings-table td{padding:.75rem 1rem;font-size:.875rem}.summary-value{font-size:1.5rem}}.admin-driver-earnings-page{padding:2rem;min-height:100vh;background:#f5f7fa}.admin-earnings-header{background:#fff;padding:2rem;border-radius:12px;margin-bottom:2rem;box-shadow:0 2px 4px #0000000d}.admin-earnings-header h1{font-size:2rem;font-weight:700;color:#1a202c;margin:0 0 .5rem}.admin-earnings-header p{color:#718096;margin:0}.earnings-overview{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-bottom:2rem}.overview-card{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 2px 4px #0000000d;transition:transform .2s}.overview-card:hover{transform:translateY(-2px)}.overview-icon{width:56px;height:56px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.75rem;margin-bottom:1rem}.overview-card.profit .overview-icon{background:linear-gradient(135deg,#48bb78,#38a169)}.overview-card.paid .overview-icon{background:linear-gradient(135deg,#667eea,#764ba2)}.overview-card.total-deliveries .overview-icon{background:linear-gradient(135deg,#ed8936,#dd6b20)}.overview-label{font-size:.875rem;color:#718096;text-transform:uppercase;font-weight:600;letter-spacing:.05em;margin-bottom:.5rem}.overview-value{font-size:2rem;font-weight:700;color:#1a202c;margin:0}.drivers-earnings-section{background:#fff;border-radius:12px;box-shadow:0 2px 4px #0000000d;overflow:hidden}.section-header{padding:1.5rem 2rem;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;align-items:center}.section-header h2{font-size:1.25rem;font-weight:600;color:#1a202c;margin:0}.drivers-list{padding:2rem}.driver-card{background:#f7fafc;border:1px solid #e2e8f0;border-radius:8px;padding:1.5rem;margin-bottom:1rem;transition:all .2s}.driver-card:hover{border-color:#cbd5e0;box-shadow:0 2px 4px #0000000d}.driver-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.driver-info h3{font-size:1.125rem;font-weight:600;color:#1a202c;margin:0 0 .25rem}.driver-status{display:inline-block;padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:600;text-transform:uppercase}.driver-status.active{background:#c6f6d5;color:#22543d}.driver-status.inactive{background:#fed7d7;color:#742a2a}.driver-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem;margin-bottom:1rem}.stat-item{display:flex;flex-direction:column}.stat-label{font-size:.75rem;color:#718096;text-transform:uppercase;font-weight:600;letter-spacing:.05em;margin-bottom:.25rem}.stat-value{font-size:1.25rem;font-weight:700;color:#1a202c}.stat-value.earnings{color:#48bb78}.driver-actions{display:flex;gap:.5rem;justify-content:flex-end}.view-report-btn{padding:.5rem 1rem;background:#667eea;color:#fff;border:none;border-radius:6px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s}.view-report-btn:hover{background:#5568d3;transform:translateY(-1px)}.export-csv-btn{padding:.5rem 1rem;background:#fff;color:#667eea;border:1px solid #667eea;border-radius:6px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s}.export-csv-btn:hover{background:#f7fafc}.report-modal{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;padding:1rem;z-index:1000}.report-content{background:#fff;border-radius:12px;max-width:900px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 25px -5px #0000001a}.report-header{padding:2rem;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;align-items:center}.report-header h2{font-size:1.5rem;font-weight:700;color:#1a202c;margin:0}.close-report-btn{padding:.5rem 1rem;background:transparent;color:#718096;border:none;font-size:1.5rem;cursor:pointer;transition:color .2s}.close-report-btn:hover{color:#1a202c}.report-body{padding:2rem}.report-summary{background:#f7fafc;padding:1.5rem;border-radius:8px;margin-bottom:2rem}.report-summary h3{font-size:1.125rem;font-weight:600;color:#1a202c;margin:0 0 1rem}.report-summary-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.jobs-table{width:100%;overflow-x:auto}.jobs-table table{width:100%;border-collapse:collapse}.jobs-table thead{background:#f7fafc}.jobs-table th{text-align:left;padding:.75rem 1rem;font-size:.875rem;font-weight:600;color:#4a5568;text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid #e2e8f0}.jobs-table td{padding:.75rem 1rem;border-bottom:1px solid #e2e8f0;color:#2d3748;font-size:.875rem}.jobs-table tbody tr:hover{background:#f7fafc}.report-total{display:flex;justify-content:flex-end;padding:1.5rem 1rem;border-top:2px solid #e2e8f0;background:#f7fafc}.report-total-label{font-size:1.125rem;font-weight:600;color:#4a5568;margin-right:1rem}.report-total-value{font-size:1.5rem;font-weight:700;color:#48bb78}.empty-state{padding:4rem 2rem;text-align:center;color:#718096}.empty-state-icon{font-size:4rem;margin-bottom:1rem;opacity:.5}.empty-state h3{font-size:1.25rem;font-weight:600;color:#4a5568;margin:0 0 .5rem}.loading-spinner{display:flex;align-items:center;justify-content:center;padding:4rem 2rem;color:#667eea}.error-message{background:#fff5f5;color:#c53030;padding:1rem;border-radius:8px;margin-bottom:1rem;border:1px solid #feb2b2}@media(max-width:768px){.admin-driver-earnings-page{padding:1rem}.admin-earnings-header{padding:1.5rem}.admin-earnings-header h1{font-size:1.5rem}.earnings-overview{grid-template-columns:1fr}.driver-card-header{flex-direction:column;align-items:flex-start;gap:.5rem}.driver-stats{grid-template-columns:1fr 1fr}.driver-actions{width:100%;flex-direction:column}.view-report-btn,.export-csv-btn{width:100%}.report-content{max-height:95vh}.report-header,.report-body{padding:1.5rem}.jobs-table{font-size:.75rem}}.admin-user-detail-page{min-height:100vh;background:linear-gradient(135deg,#f8fafc,#e2e8f0);padding:2rem}.user-detail-header{background:#fff;border-radius:12px;padding:2rem;margin-bottom:2rem;box-shadow:0 4px 6px #0000001a;display:flex;gap:2rem;align-items:flex-start}.user-detail-avatar img{width:100px;height:100px;border-radius:50%;object-fit:cover;border:3px solid #e2e8f0}.user-avatar-placeholder-large{width:100px;height:100px;border-radius:50%;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:2.5rem}.user-detail-info{flex:1}.user-detail-name{display:flex;align-items:center;gap:1rem;margin-bottom:.5rem}.user-detail-name h2{margin:0;font-size:1.5rem;color:#1a202c}.verified-badge-large{background:#10b981;color:#fff;padding:.25rem .75rem;border-radius:9999px;font-size:.875rem;font-weight:600}.banned-badge-large{background:#ef4444;color:#fff;padding:.25rem .75rem;border-radius:9999px;font-size:.875rem;font-weight:600}.user-email{color:#64748b;margin:0;font-size:.875rem}.user-city{color:#94a3b8;margin:.25rem 0 0;font-size:.875rem}.user-detail-actions{display:flex;flex-direction:column;gap:.5rem}.btn-history{background:#8b5cf6;color:#fff}.btn-history:hover{background:#7c3aed}.user-stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem;margin-bottom:2rem}.stat-card{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 4px 6px #0000001a;text-align:center}.stat-label{font-size:.875rem;color:#64748b;margin-bottom:.5rem}.stat-value{font-size:1.5rem;font-weight:700;color:#1a202c;display:flex;align-items:center;justify-content:center;gap:.5rem}.stat-value.underage-age{color:#d97706;flex-direction:column;gap:.25rem}.underage-badge{font-size:.75rem;background:#fef3c7;color:#d97706;padding:.25rem .5rem;border-radius:4px;font-weight:700}.btn-edit-score{font-size:.75rem;padding:.25rem .5rem;background:#3b82f6;color:#fff;border:none;border-radius:4px;cursor:pointer;font-weight:600}.btn-edit-score:hover{background:#2563eb}.tabs-container{background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a;overflow:hidden}.tabs-header{display:flex;border-bottom:2px solid #e2e8f0;background:#f8fafc}.tab{flex:1;padding:1rem;background:none;border:none;cursor:pointer;font-weight:600;color:#64748b;transition:all .2s ease;border-bottom:3px solid transparent}.tab:hover{background:#fff;color:#1a202c}.tab.active{background:#fff;color:#3b82f6;border-bottom-color:#3b82f6}.tabs-content{padding:2rem}.overview-tab{display:flex;flex-direction:column;gap:1.5rem}.info-section h3{margin:0 0 1rem;color:#1a202c}.info-item{display:flex;flex-direction:column;gap:.25rem}.info-item.full-width{grid-column:1 / -1}.info-label{font-size:.875rem;color:#64748b;font-weight:600}.info-value{font-size:1rem;color:#1a202c}.ban-reason{color:#ef4444;font-weight:600}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1.5rem}.product-card{border:1px solid #e2e8f0;border-radius:8px;overflow:hidden;cursor:pointer;transition:all .2s ease}.product-card:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.product-card img{width:100%;height:200px;object-fit:cover}.product-card h4{margin:.75rem;font-size:.875rem;color:#1a202c}.product-price{margin:0 .75rem;font-weight:700;color:#10b981}.product-status{display:inline-block;margin:.75rem;padding:.25rem .5rem;border-radius:4px;font-size:.75rem;font-weight:600;text-transform:uppercase;background:#e2e8f0;color:#64748b}.orders-tab{display:flex;flex-direction:column;gap:2rem}.orders-section h3{margin:0 0 1rem;color:#1a202c}.orders-table{width:100%;border-collapse:collapse}.orders-table th{text-align:left;padding:.75rem;font-size:.875rem;font-weight:600;color:#64748b;border-bottom:2px solid #e2e8f0}.orders-table td{padding:.75rem;border-bottom:1px solid #f1f5f9;font-size:.875rem;color:#1a202c}.order-status{display:inline-block;padding:.25rem .5rem;border-radius:4px;font-size:.75rem;font-weight:600;text-transform:uppercase;background:#e2e8f0;color:#64748b}.ban-history-list{display:flex;flex-direction:column;gap:1rem}.ban-history-item{border:2px solid #e2e8f0;border-radius:8px;padding:1rem}.ban-history-item.active{border-color:#ef4444;background:#fef2f2}.ban-history-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.ban-status{padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:600;text-transform:uppercase}.ban-status.active{background:#ef4444;color:#fff}.ban-status.lifted{background:#10b981;color:#fff}.ban-date{font-size:.875rem;color:#64748b}.ban-reason{margin:.5rem 0;font-weight:600;color:#1a202c}.ban-admin,.ban-unbanned{margin:.25rem 0;font-size:.875rem;color:#64748b}.empty-state{text-align:center;color:#94a3b8;padding:2rem;font-size:.875rem}.deleted-badge-large{background:#6b7280;color:#fff;padding:.25rem .75rem;border-radius:9999px;font-size:.875rem;font-weight:600}.ban-status-alert,.deleted-status-alert{background:#fff;border-radius:12px;padding:1.5rem;margin-bottom:2rem;border:2px solid;display:flex;gap:1rem;align-items:flex-start}.ban-status-alert{border-color:#f59e0b;background:#fffbeb}.deleted-status-alert{border-color:#6b7280;background:#f3f4f6}.ban-status-icon,.deleted-status-icon{font-size:2.5rem;flex-shrink:0}.ban-status-info h3,.deleted-status-info h3{margin:0 0 .5rem;color:#1a202c}.ban-status-info p,.deleted-status-info p{margin:.25rem 0;color:#64748b}.btn-restore{background:#10b981;color:#fff;border:none;padding:.5rem 1rem;border-radius:6px;font-weight:600;cursor:pointer;margin-top:.5rem;transition:background .2s ease}.btn-restore:hover{background:#059669}.ban-type-badge{padding:.25rem .75rem;border-radius:4px;font-size:.75rem;font-weight:700;background:#dbeafe;color:#1e40af}.ban-expires{margin:.25rem 0;font-size:.875rem;color:#f59e0b;font-weight:600}.moderation-tab{padding:2rem}.moderation-section{background:#fff;border:2px solid #e2e8f0;border-radius:12px;padding:2rem;margin-bottom:2rem}.moderation-section h3{margin:0 0 .5rem;color:#1a202c}.section-description{margin:0 0 1rem;color:#64748b;font-size:.875rem}.admin-notes-textarea{width:100%;padding:1rem;border:2px solid #e2e8f0;border-radius:8px;font-family:inherit;font-size:.875rem;resize:vertical;margin-bottom:1rem}.admin-notes-textarea:focus{outline:none;border-color:#3b82f6}.btn-save-notes{background:#3b82f6;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;transition:background .2s ease}.btn-save-notes:hover{background:#2563eb}.dangerous-actions{display:flex;flex-direction:column;gap:1rem}.btn-dangerous{background:#dc2626;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;transition:background .2s ease}.btn-dangerous:hover{background:#b91c1c}.action-info{background:#fef3c7;padding:1rem;border-radius:8px;font-size:.875rem;color:#78350f}.modal-content{background:#fff;border-radius:16px;max-width:600px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 40px #0000004d}.ban-modal{max-width:500px}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:2px solid #e2e8f0}.modal-header h2{margin:0;color:#1a202c}.modal-close{background:none;border:none;font-size:2rem;color:#64748b;cursor:pointer;line-height:1;transition:color .2s ease}.modal-close:hover{color:#1a202c}.form-group label{display:block;font-weight:600;color:#1a202c;margin-bottom:.5rem}.form-group textarea{width:100%;padding:.75rem;border:2px solid #e2e8f0;border-radius:8px;font-family:inherit;font-size:.875rem;resize:vertical}.form-group textarea:focus{outline:none;border-color:#3b82f6}.ban-duration-options{display:flex;gap:.5rem;flex-wrap:wrap}.duration-option{flex:1;min-width:80px;padding:.75rem 1rem;border:2px solid #e2e8f0;background:#fff;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s ease;text-align:center}.duration-option:hover{border-color:#3b82f6;background:#f0f9ff}.duration-option.active{border-color:#3b82f6;background:#3b82f6;color:#fff}.duration-option.permanent{border-color:#dc2626}.duration-option.permanent:hover{border-color:#b91c1c;background:#fee2e2}.duration-option.permanent.active{border-color:#dc2626;background:#dc2626;color:#fff}.modal-footer{display:flex;justify-content:flex-end;gap:1rem;padding:1.5rem;border-top:2px solid #e2e8f0}.btn-cancel{background:#e2e8f0;color:#64748b;border:none;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;transition:background .2s ease}.btn-cancel:hover{background:#cbd5e1}.btn-confirm-ban{background:#dc2626;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;transition:background .2s ease}.btn-confirm-ban:hover{background:#b91c1c}@media(max-width:768px){.admin-user-detail-page{padding:1rem}.user-detail-header{flex-direction:column;align-items:center;text-align:center}.user-stats-grid{grid-template-columns:repeat(2,1fr)}.tabs-header{flex-wrap:wrap}.tab{font-size:.875rem;padding:.75rem}.ban-duration-options{flex-direction:column}.duration-option{min-width:100%}.modal-footer{flex-direction:column}.btn-cancel,.btn-confirm-ban{width:100%}}.automation-section{margin-top:2rem}.automation-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-bottom:1.5rem}.automation-card{background:linear-gradient(135deg,#f9fafb,#fff);border:2px solid #e5e7eb;border-radius:12px;padding:1.25rem;transition:all .2s ease}.automation-card.active{border-color:#f59e0b;background:linear-gradient(135deg,#fef3c7,#fde68a)}.automation-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.automation-label{font-size:.95rem;font-weight:700;color:#1f2937}.automation-desc{font-size:.875rem;color:#6b7280;margin:0}.automation-meta{font-size:.75rem;color:#9ca3af;margin-top:.5rem}.automation-reason{margin-top:.5rem;padding:.5rem;background:#0000000d;border-radius:6px;font-size:.75rem;color:#6b7280;font-style:italic}.risk-badge{padding:.25rem .75rem;border-radius:8px;font-size:.875rem;font-weight:700}.risk-badge.low{background:#d1fae5;color:#065f46}.risk-badge.medium{background:#fed7aa;color:#92400e}.toggle-switch{position:relative;display:inline-block;width:50px;height:26px}.toggle-switch input{opacity:0;width:0;height:0}.toggle-slider{position:absolute;cursor:pointer;inset:0;background-color:#cbd5e1;transition:.3s;border-radius:26px}.toggle-slider:before{position:absolute;content:"";height:20px;width:20px;left:3px;bottom:3px;background-color:#fff;transition:.3s;border-radius:50%}input:checked+.toggle-slider{background-color:#10b981}input:checked+.toggle-slider:before{transform:translate(24px)}.btn-trigger-automation{width:100%;padding:.875rem 1.5rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:10px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .2s ease}.btn-trigger-automation:hover{transform:translateY(-2px);box-shadow:0 10px 25px #667eea66}@media(max-width:768px){.automation-grid{grid-template-columns:1fr}}.admin-moderation-page{min-height:100vh;background:linear-gradient(135deg,#f8fafc,#e2e8f0);padding:2rem}.moderation-filters{background:#fff;border-radius:12px;padding:1rem;margin-bottom:2rem;box-shadow:0 4px 6px #0000001a;display:flex;gap:1rem;flex-wrap:wrap}.filter-btn{padding:.75rem 1.5rem;border:2px solid #e2e8f0;background:#fff;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s ease}.filter-btn:hover{border-color:#3b82f6;color:#3b82f6}.filter-btn.active{background:#3b82f6;color:#fff;border-color:#3b82f6}.moderation-container{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 6px #0000001a}.products-moderation-list{display:flex;flex-direction:column;gap:1.5rem}.moderation-card{display:grid;grid-template-columns:200px 1fr auto;gap:1.5rem;padding:1.5rem;border:2px solid #e2e8f0;border-radius:12px;transition:all .2s ease}.moderation-card:hover{box-shadow:0 4px 12px #0000001a}.moderation-card-image img{width:200px;height:200px;object-fit:cover;border-radius:8px}.moderation-card-content{display:flex;flex-direction:column;gap:.75rem}.moderation-card-content h3{margin:0;font-size:1.25rem;color:#1a202c}.product-description{color:#64748b;font-size:.875rem;line-height:1.5;margin:0}.product-meta{display:flex;gap:1.5rem;align-items:center}.product-price{font-weight:700;font-size:1.25rem;color:#10b981}.product-seller{font-size:.875rem;color:#64748b}.moderation-reason{padding:.75rem;background:#fef3c7;border-left:4px solid #f59e0b;border-radius:4px;font-size:.875rem}.moderation-card-actions{display:flex;flex-direction:column;gap:.5rem;min-width:120px}.btn-mod{padding:.5rem 1rem;border:none;border-radius:6px;font-weight:600;font-size:.875rem;cursor:pointer;transition:all .2s ease;white-space:nowrap}.btn-approve{background:#10b981;color:#fff}.btn-approve:hover{background:#059669}.btn-reject{background:#ef4444;color:#fff}.btn-reject:hover{background:#dc2626}.btn-flag{background:#f59e0b;color:#fff}.btn-flag:hover{background:#d97706}.btn-hide{background:#6b7280;color:#fff}.btn-hide:hover{background:#4b5563}@media(max-width:768px){.admin-moderation-page{padding:1rem}.moderation-card{grid-template-columns:1fr}.moderation-card-image img{width:100%;height:auto}.moderation-card-actions{flex-direction:row;flex-wrap:wrap}}.admin-product-review{max-width:1400px;margin:0 auto;padding:20px}.review-header{margin-bottom:30px}.review-header h1{font-size:28px;font-weight:600;margin:10px 0;color:#1a1a1a}.review-subtitle{font-size:16px;color:#666;margin-top:8px}.review-subtitle strong{color:#007bff;font-weight:600}.back-button{padding:8px 16px;background:#f5f5f5;border:1px solid #ddd;border-radius:6px;cursor:pointer;font-size:14px;color:#333;transition:all .2s}.back-button:hover{background:#e8e8e8}.success-banner{padding:12px 20px;background:#d4edda;color:#155724;border:1px solid #c3e6cb;border-radius:6px;margin-bottom:20px;font-size:14px}.error-banner{padding:12px 20px;background:#f8d7da;color:#721c24;border:1px solid #f5c6cb;border-radius:6px;margin-bottom:20px;font-size:14px}.loading{text-align:center;padding:40px;font-size:16px;color:#666}.empty-state{text-align:center;padding:60px 20px;color:#666;font-size:16px}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:24px}.product-review-card{background:#fff;border:1px solid #e0e0e0;border-radius:12px;overflow:hidden;transition:box-shadow .2s;display:flex;flex-direction:column;align-items:stretch}.product-review-card:hover{box-shadow:0 4px 12px #0000001a}.product-image-container{width:100%;height:250px;background:#f5f5f5;display:flex;align-items:center;justify-content:center;overflow:hidden;flex-shrink:0}.product-image{width:100%;height:100%;object-fit:cover}.no-image{color:#999;font-size:14px}.product-info{padding:16px;text-align:left;flex-grow:1;display:flex;flex-direction:column}.product-title{font-size:18px;font-weight:600;margin:0 0 8px;color:#1a1a1a;text-align:left}.product-description{font-size:14px;color:#666;line-height:1.5;margin:0 0 16px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-align:left}.product-details{display:flex;flex-direction:column;gap:8px;font-size:13px;text-align:left}.detail-row{display:flex;justify-content:flex-start;align-items:center;gap:8px}.detail-label{color:#666;font-weight:500;min-width:80px}.detail-value{color:#1a1a1a;font-weight:600}.detail-value.underage-warning{color:#d97706;font-weight:700;background:#fef3c7;padding:2px 6px;border-radius:4px}.product-actions{display:flex;flex-direction:column;gap:8px;padding:16px;background:#fafafa;border-top:1px solid #e0e0e0;flex-shrink:0;margin-top:auto}.product-actions .action-button{padding:10px 16px;border:none;border-radius:6px;cursor:pointer;font-size:14px;font-weight:600;transition:all .2s}.product-actions .approve-button{background:#10b981;color:#fff;box-shadow:0 2px 4px #10b98133}.product-actions .approve-button:hover{background:#059669;box-shadow:0 4px 8px #10b9814d;transform:translateY(-1px)}.product-actions .changes-button{background:#f59e0b;color:#fff;box-shadow:0 2px 4px #f59e0b33}.product-actions .changes-button:hover{background:#d97706;box-shadow:0 4px 8px #f59e0b4d;transform:translateY(-1px)}.product-actions .reject-button{background:#ef4444;color:#fff;box-shadow:0 2px 4px #ef444433}.product-actions .reject-button:hover{background:#dc2626;box-shadow:0 4px 8px #ef44444d;transform:translateY(-1px)}.product-actions .edit-button{background:#3b82f6;color:#fff;box-shadow:0 2px 4px #3b82f633}.product-actions .edit-button:hover{background:#2563eb;box-shadow:0 4px 8px #3b82f64d;transform:translateY(-1px)}.modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.action-modal{background:#fff;border-radius:12px;max-width:500px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 8px 24px #0003}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:20px;border-bottom:1px solid #e0e0e0}.modal-header h2{font-size:20px;font-weight:600;margin:0;color:#1a1a1a}.close-button{background:none;border:none;font-size:24px;color:#666;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .2s}.close-button:hover{background:#f5f5f5}.modal-body{padding:20px}.product-summary{padding:12px;background:#f5f5f5;border-radius:6px;margin-bottom:16px}.product-summary strong{display:block;font-size:16px;margin-bottom:4px;color:#1a1a1a}.product-summary p{margin:0;font-size:14px;color:#666}.action-description{font-size:14px;color:#666;line-height:1.5;margin:16px 0}.form-group{margin-top:16px}.form-group label{display:block;font-size:14px;font-weight:600;color:#1a1a1a;margin-bottom:8px}.form-group textarea{width:100%;padding:10px;border:1px solid #ddd;border-radius:6px;font-size:14px;font-family:inherit;resize:vertical;transition:border-color .2s}.form-group textarea:focus{outline:none;border-color:#007bff}.modal-footer{display:flex;gap:12px;padding:20px;border-top:1px solid #e0e0e0}.cancel-button{flex:1;padding:10px 16px;background:#f5f5f5;border:1px solid #ddd;border-radius:6px;cursor:pointer;font-size:14px;font-weight:600;color:#333;transition:all .2s}.cancel-button:hover:not(:disabled){background:#e8e8e8}.submit-button{flex:1;padding:10px 16px;border:none;border-radius:6px;cursor:pointer;font-size:14px;font-weight:600;color:#fff;transition:all .2s}.approve-submit{background:#28a745}.approve-submit:hover:not(:disabled){background:#218838}.request_changes-submit{background:#ffc107;color:#1a1a1a}.request_changes-submit:hover:not(:disabled){background:#e0a800}.reject-submit{background:#dc3545}.reject-submit:hover:not(:disabled){background:#c82333}.cancel-button:disabled,.submit-button:disabled{opacity:.6;cursor:not-allowed}@media(max-width:768px){.products-grid{grid-template-columns:1fr}.modal-overlay{padding:10px}.action-modal{max-height:95vh}}.admin-reports-page{min-height:100vh;background:linear-gradient(135deg,#f8fafc,#e2e8f0);padding:2rem}.report-type-tabs{background:#fff;border-radius:12px;padding:.5rem;margin-bottom:1rem;box-shadow:0 4px 6px #0000001a;display:flex;gap:.5rem}.tab-btn{flex:1;padding:.75rem 1.5rem;border:none;border-radius:8px;background:transparent;color:#64748b;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .2s}.tab-btn:hover{background:#f1f5f9;color:#334155}.tab-btn.active{background:#3b82f6;color:#fff;box-shadow:0 2px 8px #3b82f64d}.reports-filters{background:#fff;border-radius:12px;padding:1rem;margin-bottom:2rem;box-shadow:0 4px 6px #0000001a;display:flex;gap:1rem}.reports-container{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 6px #0000001a}.reports-list{display:flex;flex-direction:column;gap:1.5rem}.report-card{border:2px solid #e2e8f0;border-radius:12px;padding:1.5rem;transition:all .2s ease}.report-card:hover{box-shadow:0 4px 12px #0000001a}.report-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.report-type{padding:.375rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:600;text-transform:uppercase}.report-type.product{background:#dbeafe;color:#1e40af}.report-type.user{background:#fef3c7;color:#92400e}.report-type.message{background:#e0e7ff;color:#3730a3}.report-date{font-size:.875rem;color:#64748b}.report-content h3{margin:0 0 .5rem;color:#1a202c}.report-content p{color:#64748b;margin:0 0 1rem;line-height:1.5}.report-meta p{margin:.25rem 0;font-size:.875rem;color:#64748b}.report-actions{display:flex;gap:.5rem;flex-wrap:wrap;margin-top:1rem;padding-top:1rem;border-top:1px solid #e2e8f0}.btn-report{padding:.5rem 1rem;border:none;border-radius:6px;font-weight:600;font-size:.875rem;cursor:pointer;transition:all .2s ease}.btn-resolve{background:#10b981;color:#fff}.btn-resolve:hover{background:#059669}.btn-ignore{background:#6b7280;color:#fff}.btn-ignore:hover{background:#4b5563}.btn-view{background:#3b82f6;color:#fff}.btn-report:disabled{opacity:.5;cursor:not-allowed;background:#9ca3af}.btn-report:disabled:hover{background:#9ca3af;transform:none}.product-deleted-badge{display:inline-block;background:#fee2e2;color:#991b1b;font-size:.75rem;font-weight:700;padding:.25rem .75rem;border-radius:9999px;margin-left:.75rem;text-transform:uppercase;letter-spacing:.025em}.product-unavailable-badge{display:inline-block;background:#fef3c7;color:#92400e;font-size:.75rem;font-weight:700;padding:.25rem .75rem;border-radius:9999px;margin-left:.75rem;text-transform:uppercase;letter-spacing:.025em}.product-deleted-notice{display:flex;align-items:center;gap:.5rem;margin-top:1rem;padding:.75rem 1rem;background:#fee2e2;border:1px solid #f87171;border-radius:8px;color:#991b1b;font-size:.875rem;font-weight:500}.product-deleted-notice svg{flex-shrink:0;color:#dc2626}.product-unavailable-notice{display:flex;align-items:flex-start;gap:.5rem;margin-top:1rem;padding:.75rem 1rem;background:#fef3c7;border:1px solid #fbbf24;border-radius:8px;color:#92400e;font-size:.875rem;font-weight:500}.product-unavailable-notice svg{flex-shrink:0;color:#d97706;margin-top:.125rem}.admin-disputes-page{min-height:100vh;background:linear-gradient(135deg,#f8fafc,#e2e8f0);padding:2rem}.admin-page-container{max-width:1400px;margin:0 auto}.admin-page-header{background:#fff;border-radius:12px;padding:2rem;margin-bottom:2rem;box-shadow:0 4px 6px #0000001a}.admin-page-header h1{margin:0 0 .5rem;color:#1a202c;font-size:1.875rem}.admin-page-header p{margin:0;color:#64748b;font-size:.875rem}.back-button{background:#f1f5f9;border:none;padding:.5rem 1rem;border-radius:8px;font-weight:600;color:#475569;cursor:pointer;margin-bottom:1rem;transition:background .2s ease}.back-button:hover{background:#e2e8f0}.disputes-filters{background:#fff;border-radius:12px;padding:1rem;margin-bottom:2rem;box-shadow:0 4px 6px #0000001a;display:flex;gap:1rem}.filter-btn{padding:.75rem 1.5rem;border:2px solid #e2e8f0;background:#fff;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s ease;color:#64748b}.filter-btn:hover{border-color:#cbd5e1;background:#f8fafc}.filter-btn.active{border-color:#3b82f6;background:#3b82f6;color:#fff}.disputes-container{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 6px #0000001a}.disputes-list{display:flex;flex-direction:column;gap:2rem}.dispute-card{border:2px solid #e2e8f0;border-radius:12px;padding:2rem;background:#fff;transition:all .3s ease}.dispute-card:hover{border-color:#cbd5e1;box-shadow:0 4px 12px #0000001a}.dispute-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem;padding-bottom:1rem;border-bottom:2px solid #f1f5f9}.dispute-header h3{margin:0 0 .5rem;color:#1a202c;font-size:1.25rem}.dispute-date{font-size:.875rem;color:#64748b}.status-badge{padding:.5rem 1rem;border-radius:6px;font-weight:600;font-size:.75rem;text-transform:uppercase;letter-spacing:.05em}.status-open{background:#fef3c7;color:#92400e}.status-analyzing{background:#dbeafe;color:#1e40af}.status-resolved{background:#d1fae5;color:#065f46}.status-closed{background:#e2e8f0;color:#475569}.dispute-description{color:#64748b;line-height:1.6;margin-bottom:1.5rem}.dispute-parties{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem;margin-bottom:1.5rem}.party-card{background:#f8fafc;padding:1.5rem;border-radius:8px;border:2px solid #e2e8f0}.party-header{font-size:.75rem;color:#64748b;text-transform:uppercase;letter-spacing:.05em;font-weight:700;margin-bottom:.75rem}.party-name{font-weight:700;color:#1a202c;font-size:1.125rem;margin-bottom:.25rem}.party-email{font-size:.875rem;color:#64748b}.party-amount{font-size:1.5rem;font-weight:700;color:#10b981;margin-top:.5rem}.banned-tag{display:inline-block;margin-top:.5rem;padding:.25rem .75rem;background:#fee2e2;color:#991b1b;border-radius:4px;font-size:.75rem;font-weight:700}.ai-analysis-panel{background:linear-gradient(135deg,#f0f9ff,#e0f2fe);border:3px solid #3b82f6;border-radius:12px;padding:2rem;margin:1.5rem 0}.ai-panel-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid #bfdbfe}.ai-icon{font-size:2rem}.ai-panel-header h4{margin:0;color:#1e40af;font-size:1.25rem;flex-grow:1}.analysis-time{font-size:.75rem;color:#64748b}.ai-summary-box{background:#fff;padding:1.5rem;border-radius:8px;margin-bottom:1.5rem;border-left:4px solid #3b82f6}.ai-summary-box h5{margin:0 0 .75rem;color:#1e40af;font-size:.875rem;text-transform:uppercase;letter-spacing:.05em}.ai-summary-box p{margin:0;color:#1a202c;line-height:1.6}.ai-metrics{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem;margin-bottom:1.5rem}.metric-card{background:#fff;padding:1.5rem;border-radius:8px;text-align:center;border:2px solid #dbeafe}.metric-label{font-size:.75rem;color:#64748b;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem}.metric-value{font-size:1.875rem;font-weight:700;color:#1e40af}.ai-recommendation-box{background:#fff;padding:1.5rem;border-radius:8px;margin-bottom:1.5rem;border:2px solid #10b981}.ai-recommendation-box h5{margin:0 0 .75rem;color:#065f46;font-size:.875rem;text-transform:uppercase;letter-spacing:.05em}.recommendation-tag{display:inline-block;background:#d1fae5;color:#065f46;padding:.75rem 1.5rem;border-radius:6px;font-weight:700;font-size:1rem;margin-bottom:.5rem}.refund-amount{font-size:1.25rem;font-weight:700;color:#10b981;margin-top:.5rem}.ai-notes-box{background:#fef3c7;padding:1.5rem;border-radius:8px;border:2px solid #f59e0b}.ai-notes-box h5{margin:0 0 .75rem;color:#92400e;font-size:.875rem;text-transform:uppercase;letter-spacing:.05em}.ai-notes-box p{margin:0;color:#78350f;line-height:1.6}.dispute-actions{padding-top:1.5rem;border-top:2px solid #e2e8f0}.action-group{margin-bottom:1.5rem}.action-group:last-child{margin-bottom:0}.action-group-title{margin:0 0 1rem;color:#64748b;font-size:.875rem;text-transform:uppercase;letter-spacing:.05em}.action-buttons{display:flex;gap:.75rem;flex-wrap:wrap}.btn-dispute{padding:.75rem 1.5rem;border:none;border-radius:8px;font-weight:600;font-size:.875rem;cursor:pointer;transition:all .2s ease}.btn-dispute:disabled{opacity:.5;cursor:not-allowed}.btn-dispute:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #0003}.btn-ai-analyze{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;width:100%;padding:1rem;font-size:1rem}.btn-ai-reanalyze{background:linear-gradient(135deg,#8b5cf6,#7c3aed);color:#fff;width:100%;padding:1rem;font-size:1rem;margin-bottom:1.5rem}.btn-refund{background:#10b981;color:#fff}.btn-refund:hover:not(:disabled){background:#059669}.btn-release{background:#3b82f6;color:#fff}.btn-release:hover:not(:disabled){background:#2563eb}.btn-partial{background:#f59e0b;color:#fff}.btn-partial:hover:not(:disabled){background:#d97706}.btn-info{background:#6b7280;color:#fff}.btn-info:hover:not(:disabled){background:#4b5563}.btn-ban-buyer,.btn-ban-seller{background:#dc2626;color:#fff}.btn-ban-buyer:hover:not(:disabled),.btn-ban-seller:hover:not(:disabled){background:#b91c1c}.resolution-info{background:#d1fae5;padding:1rem 1.5rem;border-radius:8px;margin-top:1.5rem;color:#065f46;font-weight:600;border:2px solid #10b981}.admin-loading{min-height:100vh;display:flex;align-items:center;justify-content:center;font-size:1.25rem;color:#64748b}@media(max-width:768px){.admin-disputes-page{padding:1rem}.admin-page-header{padding:1.5rem}.disputes-filters{flex-direction:column}.filter-btn{width:100%}.disputes-container{padding:1rem}.dispute-card{padding:1.5rem}.dispute-parties{grid-template-columns:1fr}.ai-analysis-panel{padding:1.5rem}.ai-metrics{grid-template-columns:repeat(2,1fr)}.action-buttons{flex-direction:column}.btn-dispute{width:100%}}.admin-settings-page{min-height:100vh;background:linear-gradient(135deg,#f8fafc,#e2e8f0);padding:2rem}.settings-grid{display:flex;flex-direction:column;gap:2rem}.settings-section{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 6px #0000001a}.settings-section h2{margin:0 0 1.5rem;color:#1a202c;font-size:1.25rem}.setting-item{margin-bottom:1.5rem}.setting-item:last-child{margin-bottom:0}.setting-item label{display:block;font-weight:600;color:#1a202c;margin-bottom:.5rem}.setting-description{font-size:.875rem;color:#64748b;margin:.25rem 0 0}.setting-input-group{display:flex;align-items:center;gap:.5rem}.setting-input-group input{flex:1;padding:.75rem;border:2px solid #e2e8f0;border-radius:8px;font-size:1rem;transition:all .2s ease}.setting-input-group input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.input-suffix{font-weight:600;color:#64748b}.btn-save{padding:.75rem 1.5rem;background:#3b82f6;color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s ease}.btn-save:hover:not(:disabled){background:#2563eb}.btn-save:disabled{opacity:.5;cursor:not-allowed}.toggle-item{display:flex;justify-content:space-between;align-items:center;padding:1rem;border:2px solid #e2e8f0;border-radius:8px}.toggle-btn{width:60px;height:32px;background:#cbd5e1;border:none;border-radius:9999px;cursor:pointer;position:relative;transition:all .2s ease}.toggle-btn.active{background:#10b981}.toggle-slider{display:block;width:24px;height:24px;background:#fff;border-radius:50%;position:absolute;top:4px;left:4px;transition:all .2s ease;box-shadow:0 2px 4px #0003}.toggle-btn.active .toggle-slider{transform:translate(28px)}@media(max-width:768px){.admin-settings-page{padding:1rem}.settings-section{padding:1.5rem}.setting-input-group{flex-direction:column;align-items:stretch}.toggle-item{flex-direction:column;align-items:flex-start;gap:1rem}}.admin-analytics-page{min-height:100vh;background:linear-gradient(135deg,#f8fafc,#e2e8f0);padding:2rem}.analytics-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin-bottom:2rem}.analytics-card{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 6px #0000001a;display:flex;gap:1.5rem;transition:all .2s ease}.analytics-card:hover{transform:translateY(-4px);box-shadow:0 8px 16px #00000026}.card-icon{font-size:3rem;line-height:1}.card-content{flex:1}.card-content h3{margin:0 0 .5rem;font-size:.875rem;color:#64748b;text-transform:uppercase;font-weight:600;letter-spacing:.05em}.card-value{margin:0;font-size:2rem;font-weight:700;color:#1a202c}.card-label{font-size:.875rem;color:#94a3b8}.analytics-summary{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 6px #0000001a}.analytics-summary h2{margin:0 0 1.5rem;color:#1a202c}.health-indicators{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem}.health-item{text-align:center}.health-label{font-size:.875rem;color:#64748b;margin-bottom:.5rem;font-weight:600}.health-value{font-size:2rem;font-weight:700;color:#3b82f6}@media(max-width:768px){.admin-analytics-page{padding:1rem}.analytics-grid{grid-template-columns:1fr}.card-value{font-size:1.5rem}.health-indicators{grid-template-columns:1fr;gap:1rem}}.admin-security-page{min-height:100vh;background:linear-gradient(135deg,#f8fafc,#e2e8f0);padding:2rem}.security-tabs{background:#fff;border-radius:12px;padding:1rem;margin-bottom:2rem;box-shadow:0 4px 6px #0000001a;display:flex;gap:1rem}.security-content{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 6px #0000001a}.logs-list,.bans-list{display:flex;flex-direction:column;gap:1rem}.log-item{display:flex;gap:1rem;padding:1.5rem;border:2px solid #e2e8f0;border-radius:12px;transition:all .2s ease}.log-item:hover{box-shadow:0 4px 12px #0000001a}.log-item.failed_login{border-left:4px solid #ef4444}.log-item.suspicious_ip{border-left:4px solid #f59e0b}.log-item.ban{border-left:4px solid #ef4444}.log-item.unban{border-left:4px solid #10b981}.log-icon{font-size:2rem}.log-content{flex:1}.log-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.log-header h3{margin:0;font-size:.875rem;color:#1a202c}.log-date{font-size:.875rem;color:#64748b}.log-user,.log-meta{margin:.25rem 0;font-size:.875rem;color:#64748b}.log-details{margin-top:.5rem;padding:.75rem;background:#f8fafc;border-radius:6px;overflow-x:auto}.log-details pre{margin:0;font-size:.75rem;color:#1a202c}.ban-item{padding:1.5rem;border:2px solid #e2e8f0;border-radius:12px;position:relative}.ban-item.active{border-color:#ef4444;background:#fef2f2}.ban-item.lifted{border-color:#10b981;background:#f0fdf4}.ban-status-badge{position:absolute;top:1rem;right:1rem;padding:.375rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:600;text-transform:uppercase;background:#ef4444;color:#fff}.ban-item.lifted .ban-status-badge{background:#10b981}.ban-content h3{margin:0 0 .5rem;color:#1a202c}.ban-reason{margin:0 0 1rem;color:#64748b}.ban-meta{display:flex;flex-wrap:wrap;gap:1rem;font-size:.875rem;color:#64748b}@media(max-width:768px){.admin-security-page{padding:1rem}.security-tabs,.log-item{flex-direction:column}.ban-meta{flex-direction:column;gap:.25rem}}.admin-chat-viewer-page{min-height:100vh;background:linear-gradient(135deg,#f8fafc,#e2e8f0);padding:2rem}.admin-page-container.full-width{max-width:100%}.chat-viewer-container{display:flex;gap:0;height:calc(100vh - 200px);background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 6px #0000001a;position:relative}.conversations-panel{width:400px;flex-shrink:0;border-right:1px solid #e2e8f0;display:flex;flex-direction:column;background:#f8fafc}.messages-panel{flex:1;min-width:0;display:flex;flex-direction:column}.panel-header{padding:1.5rem;border-bottom:1px solid #e2e8f0;background:#fff}.panel-header h2{margin:0;font-size:1.25rem;color:#1a202c}.search-sort-controls{padding:1rem;display:flex;flex-direction:column;gap:.5rem;background:#fff;border-bottom:1px solid #e2e8f0}.search-input{padding:.75rem;border:2px solid #e2e8f0;border-radius:8px;font-size:.875rem;transition:all .2s ease}.search-input:focus{outline:none;border-color:#3b82f6}.sort-select,.ai-filter-select{padding:.75rem;border:2px solid #e2e8f0;border-radius:8px;font-size:.875rem;background:#fff;cursor:pointer}.conversations-list{flex:1;overflow-y:auto}.conversation-item{display:flex;gap:1rem;padding:1rem;border-bottom:1px solid #e2e8f0;cursor:pointer;transition:all .2s ease;background:#fff}.conversation-item:hover{background:#f8fafc}.conversation-item.active{background:#eff6ff;border-left:4px solid #3b82f6}.conversation-avatars{display:flex;position:relative;flex-shrink:0}.avatar{width:40px;height:40px;border-radius:50%;object-fit:cover;border:2px solid white}.avatar.buyer{z-index:2}.avatar.seller{margin-left:-12px;z-index:1}.avatar-placeholder{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;color:#fff;border:2px solid white;font-size:.875rem}.avatar-placeholder.buyer{background:#3b82f6;z-index:2}.avatar-placeholder.seller{background:#10b981;margin-left:-12px;z-index:1}.conversation-info{flex:1;min-width:0}.conversation-names{display:flex;align-items:center;gap:.5rem;font-weight:600;color:#1a202c;font-size:.875rem;margin-bottom:.25rem}.separator{color:#94a3b8;font-weight:400}.conversation-preview{font-size:.875rem;color:#64748b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-bottom:.25rem}.conversation-meta{display:flex;gap:.5rem;align-items:center}.message-count{font-size:.75rem;color:#94a3b8}.reported-badge{background:#fef3c7;color:#92400e;padding:.125rem .5rem;border-radius:9999px;font-size:.7rem;font-weight:600}.risk-badge{padding:.125rem .5rem;border-radius:9999px;font-size:.7rem;font-weight:600}.risk-badge.high{background:#fee2e2;color:#991b1b}.ai-badge{padding:.125rem .5rem;border-radius:9999px;font-size:.7rem;font-weight:600}.ai-badge.danger{background:#dc2626;color:#fff}.ai-badge.warning{background:#f59e0b;color:#fff}.conversation-time{font-size:.75rem;color:#94a3b8;flex-shrink:0}.messages-panel{display:flex;flex-direction:column;background:#f8fafc}.no-conversation-selected{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#94a3b8}.no-conversation-selected h3{margin:0;color:#64748b}.no-conversation-selected p{margin:.5rem 0 0;font-size:.875rem}.messages-header{padding:1rem 1.5rem;background:#fff;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;align-items:center}.header-info h3{margin:0;font-size:1rem;color:#1a202c}.conversation-id{font-size:.75rem;color:#94a3b8;font-weight:400}.btn-icon{background:none;border:none;cursor:pointer;font-size:1.25rem;padding:.5rem;border-radius:6px;transition:background .2s ease}.btn-icon:hover{background:#f1f5f9}.messages-content{flex:1;overflow-y:auto;padding:1.5rem;display:flex;flex-direction:column;gap:1rem}.message-bubble{display:flex;flex-direction:column;max-width:70%;padding:1rem;border-radius:12px;position:relative}.message-bubble.buyer{align-self:flex-start;background:#fff;border:1px solid #e2e8f0}.message-bubble.seller{align-self:flex-end;background:#eff6ff;border:1px solid #dbeafe}.message-bubble.abusive{border:2px solid #ef4444;background:#fee2e2}.message-bubble.payment-warning,.message-bubble.privacy-warning{border:2px solid #f59e0b;background:#fef3c7}.message-bubble.ai-danger{border:3px solid #dc2626;background:#fef2f2}.message-bubble.ai-warning{border:2px solid #f59e0b;background:#fffbeb}.message-bubble.system-message{background:#f0f9ff;border:2px dashed #3b82f6;align-self:center;max-width:80%}.message-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.message-avatar{width:32px;height:32px;border-radius:50%;object-fit:cover}.message-avatar-placeholder{width:32px;height:32px;border-radius:50%;background:#94a3b8;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.875rem}.message-sender-info{display:flex;flex-direction:column;flex:1}.sender-name{font-weight:600;font-size:.875rem;color:#1a202c}.sender-role{font-size:.75rem;color:#64748b}.message-time{font-size:.75rem;color:#94a3b8}.message-text{color:#1a202c;line-height:1.5;word-wrap:break-word}.message-image{max-width:100%;border-radius:8px;margin-top:.5rem}.warning-badge{margin-top:.5rem;padding:.5rem;border-radius:6px;font-size:.75rem;font-weight:600;display:flex;align-items:center;gap:.25rem}.warning-badge.abusive{background:#fee2e2;color:#991b1b}.warning-badge.payment-warning,.warning-badge.privacy-warning{background:#fef3c7;color:#92400e}.ai-risk-badge{margin-top:.75rem;padding:.75rem;border-radius:8px;font-size:.75rem}.ai-risk-badge.danger{background:#fee2e2;border:2px solid #dc2626}.ai-risk-badge.warning{background:#fef3c7;border:2px solid #f59e0b}.ai-risk-header{font-weight:700;margin-bottom:.5rem;color:#1a202c}.ai-reasons{margin-top:.5rem;font-size:.7rem;color:#64748b}.ai-reason-item{margin-bottom:.25rem}.ai-action{margin-top:.5rem;font-weight:600;color:#1a202c;text-transform:uppercase;font-size:.65rem}.system-badge{margin-top:.5rem;padding:.5rem;border-radius:6px;background:#dbeafe;color:#1e40af;font-size:.75rem;font-weight:600;text-align:center}.btn-flag-message{position:absolute;top:.5rem;right:.5rem;background:none;border:none;cursor:pointer;font-size:1rem;opacity:0;transition:opacity .2s ease}.message-bubble:hover .btn-flag-message{opacity:1}.moderation-tools{background:#fff;border-top:1px solid #e2e8f0;padding:1.5rem}.moderation-tools h4{margin:0 0 1rem;font-size:.875rem;color:#64748b;text-transform:uppercase;letter-spacing:.05em}.tools-buttons{display:flex;gap:.5rem;flex-wrap:wrap}.btn-mod{padding:.5rem 1rem;border:none;border-radius:6px;font-weight:600;font-size:.875rem;cursor:pointer;transition:all .2s ease}.btn-ban{background:#ef4444;color:#fff}.btn-ban:hover{background:#dc2626}.btn-remove{background:#f59e0b;color:#fff}.btn-remove:hover{background:#d97706}.btn-export{background:#10b981;color:#fff}.btn-export:hover{background:#059669}.btn-copy{background:#3b82f6;color:#fff}.btn-copy:hover{background:#2563eb}@media(max-width:1024px){.chat-viewer-container{grid-template-columns:1fr}.conversations-panel{display:none}.messages-panel{display:flex}}@media(max-width:768px){.admin-chat-viewer-page{padding:1rem}.chat-viewer-container{height:calc(100vh - 150px)}.message-bubble{max-width:85%}.tools-buttons{flex-direction:column}.btn-mod{width:100%}}.safety-scanner-panel{width:400px;background:#fff;border-left:1px solid #e2e8f0;display:flex;flex-direction:column;overflow-y:auto}.safety-panel-header{padding:1.5rem;border-bottom:2px solid #3b82f6;background:linear-gradient(135deg,#dbeafe,#bfdbfe);display:flex;justify-content:space-between;align-items:center}.safety-panel-header h3{margin:0;font-size:1.125rem;color:#1e40af}.btn-close-panel{background:none;border:none;font-size:1.5rem;cursor:pointer;color:#64748b;padding:0;width:32px;height:32px;border-radius:50%;transition:all .2s ease}.btn-close-panel:hover{background:#0000001a;color:#1a202c}.safety-loading{padding:3rem 2rem;text-align:center}.safety-error{padding:2rem;text-align:center;color:#dc2626}.safety-placeholder{padding:3rem 2rem;text-align:center}.btn-retry,.btn-run-scan,.btn-rescan{margin-top:1rem;padding:.75rem 1.5rem;background:#3b82f6;color:#fff;border:none;border-radius:8px;cursor:pointer;font-weight:600;transition:background .2s ease}.btn-retry:hover,.btn-run-scan:hover,.btn-rescan:hover{background:#2563eb}.safety-results{padding:1.5rem}.high-risk-banner{background:#fee2e2;color:#991b1b;padding:1rem;border-radius:8px;border:2px solid #dc2626;margin-bottom:1.5rem;font-weight:600;text-align:center}.safety-summary,.risk-score-section,.detected-risks,.ai-recommendation,.admin-notes{margin-bottom:1.5rem}.safety-results h4{font-size:.875rem;color:#64748b;text-transform:uppercase;letter-spacing:.05em;margin:0 0 .75rem}.safety-summary p,.admin-notes p{font-size:.875rem;line-height:1.6;color:#1a202c;margin:0}.risk-score-display{background:#f1f5f9;border-radius:8px;height:40px;overflow:hidden;position:relative;margin-bottom:.5rem}.risk-score-bar{height:100%;display:flex;align-items:center;justify-content:center;transition:width .5s ease;position:relative}.risk-score-text{color:#fff;font-weight:700;font-size:1rem;text-shadow:0 1px 2px rgba(0,0,0,.3)}.risk-level-label{font-weight:700;font-size:.875rem;text-align:center}.risks-list{list-style:none;padding:0;margin:0}.risks-list li{padding:.75rem;background:#fef3c7;border:1px solid #f59e0b;border-radius:6px;margin-bottom:.5rem;font-size:.875rem;display:flex;gap:.5rem;align-items:start}.risk-bullet{flex-shrink:0}.recommendation-badge{padding:1rem;border-radius:8px;font-weight:600;text-align:center;font-size:.875rem}.recommendation-badge.none{background:#d1fae5;color:#065f46;border:2px solid #10b981}.recommendation-badge.warn{background:#fef3c7;color:#92400e;border:2px solid #f59e0b}.recommendation-badge.monitor{background:#dbeafe;color:#1e40af;border:2px solid #3b82f6}.recommendation-badge.restrict{background:#fed7aa;color:#9a3412;border:2px solid #ea580c}.recommendation-badge.ban{background:#fee2e2;color:#991b1b;border:2px solid #dc2626}.admin-notes{background:#f8fafc;padding:1rem;border-radius:8px;border:1px solid #e2e8f0}.safety-actions{text-align:center;padding-top:1rem;border-top:1px solid #e2e8f0}.btn-show-safety-panel{position:fixed;right:2rem;top:50%;transform:translateY(-50%);width:60px;height:60px;border-radius:50%;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border:none;font-size:1.5rem;cursor:pointer;box-shadow:0 4px 12px #3b82f666;transition:all .3s ease;z-index:100}.btn-show-safety-panel:hover{transform:translateY(-50%) scale(1.1);box-shadow:0 6px 20px #3b82f680}.admin-risk-feed-page{min-height:100vh;background:linear-gradient(135deg,#f8fafc,#e2e8f0);padding:2rem}.page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;background:#fff;padding:2rem;border-radius:12px;box-shadow:0 2px 8px #0000000d}.header-left{display:flex;align-items:center;gap:1.5rem}.header-title h1{margin:0;font-size:1.875rem;color:#1a202c}.header-title p{margin:.25rem 0 0;color:#64748b;font-size:.875rem}.btn-back{padding:.5rem 1rem;background:#f1f5f9;border:none;border-radius:8px;cursor:pointer;font-weight:600;color:#475569;transition:background .2s ease}.btn-back:hover{background:#e2e8f0}.btn-update-feed,.btn-refresh{padding:.75rem 1.5rem;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s ease}.btn-update-feed{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff}.btn-update-feed:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #3b82f666}.btn-update-feed:disabled{opacity:.6;cursor:not-allowed}.btn-refresh{background:#fff;border:2px solid #e2e8f0;color:#475569}.btn-refresh:hover{background:#f8fafc;border-color:#cbd5e1}.last-update{background:#fff;padding:1rem 1.5rem;border-radius:8px;margin-bottom:1.5rem;color:#64748b;font-size:.875rem;text-align:center;box-shadow:0 2px 8px #0000000d}.loading-state,.empty-state{background:#fff;padding:4rem 2rem;border-radius:12px;text-align:center;box-shadow:0 2px 8px #0000000d}.loading-spinner{width:60px;height:60px;border:4px solid #e2e8f0;border-top-color:#3b82f6;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 1.5rem}.empty-state h3{margin:0 0 .5rem;color:#1a202c}.empty-state p{margin:0;color:#64748b}.risk-feed-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(400px,1fr));gap:1.5rem}.risk-user-card{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px #0000000d;transition:all .3s ease;border:2px solid transparent}.risk-user-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001a}.card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.rank-badge{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;padding:.5rem 1rem;border-radius:8px;font-weight:700;font-size:1.125rem}.risk-badge{padding:.5rem 1rem;border-radius:8px;font-weight:700;font-size:.75rem;letter-spacing:.05em}.risk-badge-low{background:#d1fae5;color:#065f46;border:2px solid #10b981}.risk-badge-medium{background:#fef3c7;color:#92400e;border:2px solid #f59e0b}.risk-badge-high{background:#fee2e2;color:#991b1b;border:2px solid #dc2626}.user-profile{display:flex;gap:1rem;align-items:center;margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:2px solid #f1f5f9}.user-avatar{width:60px;height:60px;flex-shrink:0}.user-avatar img{width:100%;height:100%;border-radius:50%;object-fit:cover}.avatar-placeholder{width:100%;height:100%;border-radius:50%;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700}.user-info h3{margin:0;font-size:1.125rem;color:#1a202c}.user-email{margin:.25rem 0 0;color:#64748b;font-size:.875rem}.risk-score-display{margin-bottom:1.5rem}.score-label{font-size:.875rem;color:#64748b;margin-bottom:.5rem;font-weight:600}.score-bar-container{background:#f1f5f9;border-radius:8px;height:40px;overflow:hidden;position:relative}.score-bar{height:100%;display:flex;align-items:center;justify-content:center;transition:width .5s ease;position:relative}.score-text{color:#fff;font-weight:700;font-size:1rem;text-shadow:0 1px 2px rgba(0,0,0,.3)}.ai-summary{background:#f8fafc;padding:1rem;border-radius:8px;margin-bottom:1rem;border-left:4px solid #3b82f6}.ai-summary h4{margin:0 0 .5rem;font-size:.75rem;color:#64748b;text-transform:uppercase;letter-spacing:.05em}.ai-summary p{margin:0;font-size:.875rem;line-height:1.6;color:#1a202c}.risk-reasons{background:#fef3c7;padding:1rem;border-radius:8px;margin-bottom:1rem;border:1px solid #f59e0b}.risk-reasons h4{margin:0 0 .75rem;font-size:.75rem;color:#92400e;text-transform:uppercase;letter-spacing:.05em}.risk-reasons ul{list-style:none;padding:0;margin:0}.risk-reasons li{font-size:.875rem;color:#78350f;margin-bottom:.5rem;display:flex;gap:.5rem;align-items:start}.risk-reasons li:last-child{margin-bottom:0}.reason-bullet{flex-shrink:0}.user-metrics{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem;margin-bottom:1rem}.metric{background:#f8fafc;padding:.75rem;border-radius:6px;text-align:center}.metric-label{display:block;font-size:.75rem;color:#64748b;margin-bottom:.25rem}.metric-value{display:block;font-size:1.5rem;font-weight:700;color:#1a202c}.activity-24h{background:#f1f5f9;padding:1rem;border-radius:8px;margin-bottom:1rem}.activity-24h h4{margin:0 0 .75rem;font-size:.75rem;color:#64748b;text-transform:uppercase;letter-spacing:.05em}.activity-stats{display:flex;flex-direction:column;gap:.5rem}.activity-stats span{font-size:.875rem;color:#1a202c}.card-actions{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem;padding-top:1rem;border-top:2px solid #f1f5f9}.btn-action{padding:.75rem 1rem;border:none;border-radius:6px;font-weight:600;font-size:.875rem;cursor:pointer;transition:all .2s ease}.btn-view{background:#dbeafe;color:#1e40af}.btn-view:hover{background:#bfdbfe}.btn-chat{background:#e0e7ff;color:#3730a3}.btn-chat:hover{background:#c7d2fe}.btn-ban{background:#fee2e2;color:#991b1b}.btn-ban:hover{background:#fecaca}.btn-safe{background:#d1fae5;color:#065f46}.btn-safe:hover{background:#a7f3d0}@media(max-width:768px){.admin-risk-feed-page{padding:1rem}.page-header{flex-direction:column;gap:1rem;padding:1.5rem}.header-left{flex-direction:column;align-items:flex-start;width:100%}.header-actions{width:100%;flex-direction:column}.btn-update-feed,.btn-refresh{width:100%}.risk-feed-grid,.user-metrics,.card-actions{grid-template-columns:1fr}}.admin-new-users-page{min-height:100vh;background:linear-gradient(135deg,#f8fafc,#e2e8f0);padding:2rem}.time-filters{background:#fff;border-radius:12px;padding:1rem;margin-bottom:2rem;box-shadow:0 4px 6px #0000001a;display:flex;gap:1rem}.new-users-container{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 6px #0000001a}.users-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:1.5rem}.user-card{background:#fff;border:2px solid #e2e8f0;border-radius:12px;padding:1.5rem;cursor:pointer;transition:all .3s ease}.user-card:hover{border-color:#3b82f6;transform:translateY(-2px);box-shadow:0 6px 12px #00000026}.user-card.suspicious{border-color:#f59e0b;background:#fffbeb}.user-card.suspicious:hover{border-color:#d97706}.user-card-header{display:flex;align-items:center;gap:1rem;margin-bottom:1rem;padding-bottom:1rem;border-bottom:2px solid #f1f5f9}.user-avatar-small{width:60px;height:60px;border-radius:50%;overflow:hidden;flex-shrink:0}.user-avatar-small img{width:100%;height:100%;object-fit:cover}.avatar-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;font-weight:700;font-size:1.5rem}.user-info{flex-grow:1}.user-info h4{margin:0 0 .25rem;color:#1a202c;font-size:1.125rem}.user-email-small{margin:0;font-size:.875rem;color:#64748b}.user-city-small{margin:.25rem 0 0;font-size:.75rem;color:#94a3b8}.banned-badge-small{padding:.25rem .75rem;background:#fee2e2;color:#991b1b;border-radius:6px;font-size:.75rem;font-weight:700}.verified-badge-small{padding:.25rem .75rem;background:#d1fae5;color:#065f46;border-radius:6px;font-size:.75rem;font-weight:700}.user-card-stats{display:flex;gap:1rem;margin-bottom:1rem}.stat-item{flex:1;display:flex;flex-direction:column}.stat-value{font-size:.875rem;font-weight:600;color:#1a202c}.risk-high{color:#dc2626}.risk-medium{color:#f59e0b}.risk-low{color:#10b981}.suspicion-flags{background:#fef3c7;border:2px solid #f59e0b;border-radius:8px;padding:1rem}.flags-header{font-weight:700;color:#92400e;margin-bottom:.5rem;font-size:.875rem}.flags-list{display:flex;flex-wrap:wrap;gap:.5rem}.flag-badge{padding:.25rem .75rem;background:#fbbf24;color:#78350f;border-radius:4px;font-size:.75rem;font-weight:600}@media(max-width:768px){.admin-new-users-page{padding:1rem}.users-grid{grid-template-columns:1fr}.user-card-stats,.time-filters{flex-direction:column}}.admin-reports-center-page{min-height:100vh;background:linear-gradient(135deg,#f8fafc,#e2e8f0);padding:2rem}.date-filters-bar{background:#fff;border-radius:12px;padding:1.5rem;margin-bottom:2rem;box-shadow:0 4px 6px #0000001a;display:flex;justify-content:space-between;align-items:flex-end;gap:2rem}.date-inputs{display:flex;gap:1rem}.date-input-group{display:flex;flex-direction:column}.date-input-group label{font-size:.875rem;font-weight:600;color:#64748b;margin-bottom:.5rem}.date-input-group input{padding:.75rem;border:2px solid #e2e8f0;border-radius:8px;font-family:inherit;font-size:.875rem}.date-input-group input:focus{outline:none;border-color:#3b82f6}.date-presets{display:flex;gap:.5rem}.preset-btn{padding:.75rem 1.5rem;border:2px solid #e2e8f0;background:#fff;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s ease}.preset-btn:hover{border-color:#3b82f6;background:#f0f9ff}.preset-btn.primary{background:#3b82f6;color:#fff;border-color:#3b82f6}.preset-btn.primary:hover{background:#2563eb}.report-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;border-bottom:2px solid #e2e8f0}.report-header h2{margin:0;color:#1a202c}.report-period{color:#64748b;font-size:.875rem;margin:.5rem 0 0}.export-btn{background:#10b981;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;transition:background .2s ease}.export-btn:hover{background:#059669}.metrics-grid{display:flex;flex-direction:column;gap:2rem}.metric-section{background:#fff;border:2px solid #e2e8f0;border-radius:12px;padding:1.5rem}.metric-section.full-width{grid-column:1 / -1}.metric-section h3{margin:0 0 1rem;color:#1a202c;font-size:1.125rem}.metric-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem}.metric-card{background:linear-gradient(135deg,#f8fafc,#fff);border:2px solid #e2e8f0;border-radius:12px;padding:1.5rem;text-align:center;transition:all .2s ease}.metric-card:hover{border-color:#3b82f6;transform:translateY(-2px);box-shadow:0 4px 8px #0000001a}.metric-card.large{padding:2rem}.metric-label{font-size:.875rem;color:#64748b;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem;font-weight:600}.metric-value{font-size:2rem;font-weight:700;color:#1a202c;margin:0}.metric-value.green{color:#10b981}.metric-value.orange{color:#f59e0b}.metric-value.red{color:#ef4444}.drivers-table,.monthly-table{width:100%;border-collapse:collapse;margin-top:1rem}.drivers-table th,.monthly-table th{background:#f8fafc;padding:1rem;text-align:left;font-weight:600;color:#1a202c;border-bottom:2px solid #e2e8f0}.drivers-table td,.monthly-table td{padding:1rem;border-bottom:1px solid #e2e8f0;color:#1a202c}.drivers-table tr:hover,.monthly-table tr:hover{background:#f8fafc}.driver-info{display:flex;flex-direction:column;gap:.25rem}.driver-email{font-size:.75rem;color:#64748b}.financial-overview{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-bottom:2rem}.financial-card{border-radius:16px;padding:2rem;color:#fff;box-shadow:0 8px 16px #00000026}.financial-card.revenue{background:linear-gradient(135deg,#10b981,#059669)}.financial-card.costs{background:linear-gradient(135deg,#ef4444,#dc2626)}.financial-card.profit{background:linear-gradient(135deg,#8b5cf6,#7c3aed)}.financial-card h3{margin:0 0 1rem;font-size:1rem;opacity:.9}.financial-amount{font-size:2.5rem;font-weight:700;margin-bottom:1rem}.financial-breakdown{display:flex;flex-direction:column;gap:.5rem;font-size:.875rem;opacity:.9}.payout-summary{display:flex;justify-content:center;margin-top:1rem}.payout-card{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border-radius:16px;padding:2rem 4rem;text-align:center;box-shadow:0 8px 16px #00000026}.payout-label{font-size:1rem;opacity:.9;margin-bottom:.5rem}.payout-value{font-size:2.5rem;font-weight:700}.export-tab{padding:2rem}.export-options h2{margin:0 0 .5rem;color:#1a202c}.export-description{color:#64748b;margin:0 0 2rem}.export-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin-bottom:2rem}.export-card{background:#fff;border:2px solid #e2e8f0;border-radius:12px;padding:2rem;transition:all .2s ease}.export-card:hover{border-color:#3b82f6;box-shadow:0 4px 8px #0000001a}.export-card h3{margin:0 0 .5rem;color:#1a202c}.export-card p{color:#64748b;margin:0 0 1.5rem;font-size:.875rem}.export-card .export-btn{width:100%}.export-info{background:#f0f9ff;border:2px solid #3b82f6;border-radius:12px;padding:2rem}.export-info h3{margin:0 0 1rem;color:#1a202c}.export-info ul{margin:0;padding-left:1.5rem}.export-info li{color:#1a202c;margin-bottom:.5rem;line-height:1.6}.loading-state{text-align:center;padding:4rem 2rem;color:#64748b;font-size:1.125rem}@media(max-width:768px){.admin-reports-center-page{padding:1rem}.date-filters-bar{flex-direction:column;align-items:stretch}.date-inputs,.date-presets{flex-direction:column}.report-header{flex-direction:column;align-items:flex-start;gap:1rem}.metric-cards,.financial-overview{grid-template-columns:1fr}.drivers-table,.monthly-table{font-size:.875rem}.drivers-table th,.drivers-table td,.monthly-table th,.monthly-table td{padding:.75rem .5rem}.export-cards{grid-template-columns:1fr}}.admin-user-history-page{min-height:100vh;background:linear-gradient(135deg,#f8fafc,#e2e8f0);padding:2rem}.user-profile-summary{background:#fff;border-radius:16px;padding:2rem;margin-bottom:2rem;box-shadow:0 4px 6px #0000001a;display:flex;gap:2rem;align-items:center}.profile-avatar img{width:100px;height:100px;border-radius:50%;object-fit:cover;border:3px solid #e2e8f0}.avatar-placeholder{width:100px;height:100px;border-radius:50%;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:2.5rem}.profile-info{flex:1}.profile-info h2{margin:0 0 .5rem;color:#1a202c}.profile-email{margin:0;color:#64748b;font-size:.875rem}.profile-city{margin:.25rem 0 0;color:#94a3b8;font-size:.875rem}.profile-badges{display:flex;gap:.5rem;margin-top:.75rem}.badge{padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:600}.badge.verified{background:#d1fae5;color:#065f46}.badge.banned{background:#fee2e2;color:#991b1b}.badge.deleted{background:#e5e7eb;color:#374151}.profile-stats{display:flex;gap:2rem}.stat-item{text-align:center}.stat-label{font-size:.75rem;color:#64748b;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.25rem}.stat-value{font-size:1.5rem;font-weight:700;color:#1a202c}.stat-value.risk-high{color:#dc2626}.stat-value.risk-medium{color:#f59e0b}.stat-value.risk-low{color:#10b981}.quick-stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-bottom:2rem}.quick-stat-card{background:#fff;border:2px solid #e2e8f0;border-radius:12px;padding:1.5rem;text-align:center;transition:all .2s ease}.quick-stat-card:hover{border-color:#3b82f6;transform:translateY(-2px);box-shadow:0 4px 8px #0000001a}.quick-stat-icon{font-size:2rem;margin-bottom:.5rem}.quick-stat-value{font-size:1.5rem;font-weight:700;color:#1a202c;margin-bottom:.25rem}.quick-stat-label{font-size:.875rem;color:#64748b}.history-sections{background:#fff;border-radius:16px;box-shadow:0 4px 6px #0000001a;overflow:hidden}.section-nav{display:flex;gap:.5rem;padding:1rem;border-bottom:2px solid #e2e8f0;overflow-x:auto}.section-nav-btn{padding:.75rem 1.5rem;border:2px solid #e2e8f0;background:#fff;border-radius:8px;font-weight:600;color:#64748b;cursor:pointer;transition:all .2s ease;white-space:nowrap}.section-nav-btn:hover{border-color:#3b82f6;background:#f0f9ff;color:#3b82f6}.section-nav-btn.active{border-color:#3b82f6;background:#3b82f6;color:#fff}.section-content{padding:2rem}.info-card{background:#f8fafc;border:2px solid #e2e8f0;border-radius:12px;padding:1.5rem;margin-bottom:1.5rem}.info-card h3{margin:0 0 1rem;color:#1a202c}.info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem}.info-grid div{color:#1a202c}.info-grid .full-width{grid-column:1 / -1}.admin-notes-display{background:#fff;border:2px solid #e2e8f0;border-radius:8px;padding:1rem;margin-top:.5rem;white-space:pre-wrap;font-family:inherit}.badges-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:1rem}.badge-item{background:#fff;border:2px solid #e2e8f0;border-radius:8px;padding:1rem;text-align:center}.badge-icon{font-size:2rem;margin-bottom:.5rem}.badge-name{font-weight:600;color:#1a202c;text-transform:capitalize;font-size:.875rem;margin-bottom:.25rem}.badge-date{font-size:.75rem;color:#64748b}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid #e2e8f0}.section-header h3{margin:0;color:#1a202c}.section-stats{display:flex;gap:1.5rem;font-size:.875rem;color:#64748b}.history-table{width:100%;border-collapse:collapse}.history-table th{background:#f8fafc;padding:1rem;text-align:left;font-weight:600;color:#1a202c;border-bottom:2px solid #e2e8f0;font-size:.875rem}.history-table td{padding:1rem;border-bottom:1px solid #e2e8f0;color:#1a202c;font-size:.875rem}.history-table tr:hover{background:#f8fafc}.table-product{display:flex;flex-direction:column;gap:.25rem}.product-id{font-size:.75rem;color:#94a3b8;font-family:monospace}.table-user{display:flex;flex-direction:column;gap:.25rem}.user-email{font-size:.75rem;color:#94a3b8}.fee-amount{color:#ef4444}.net-amount{color:#10b981;font-weight:600}.status-badge{padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:600;display:inline-block}.status-badge.completed{background:#d1fae5;color:#065f46}.status-badge.cancelled,.status-badge.refunded{background:#fee2e2;color:#991b1b}.address-cell{max-width:200px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chat-stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1.5rem}.chat-stat{background:#fff;border:2px solid #e2e8f0;border-radius:12px;padding:1.5rem;text-align:center;transition:all .2s ease}.chat-stat:hover{border-color:#3b82f6;transform:translateY(-2px)}.chat-stat.warning{border-color:#f59e0b;background:#fffbeb}.chat-stat.danger{border-color:#ef4444;background:#fef2f2}.chat-stat-icon{font-size:2rem;margin-bottom:.5rem}.chat-stat-value{font-size:2rem;font-weight:700;color:#1a202c;margin-bottom:.25rem}.chat-stat-label{font-size:.875rem;color:#64748b}.reports-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:1.5rem}.reports-list{display:flex;flex-direction:column;gap:1rem}.report-item{background:#fff;border:2px solid #e2e8f0;border-radius:8px;padding:1rem}.report-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.report-type{padding:.25rem .75rem;border-radius:4px;font-size:.75rem;font-weight:600;background:#e0e7ff;color:#3730a3;text-transform:uppercase}.report-status{padding:.25rem .75rem;border-radius:4px;font-size:.75rem;font-weight:600}.report-status.pending{background:#fef3c7;color:#92400e}.report-status.resolved{background:#d1fae5;color:#065f46}.report-status.rejected{background:#fee2e2;color:#991b1b}.report-reason{color:#1a202c;margin-bottom:.5rem;font-size:.875rem}.report-meta{color:#64748b;font-size:.75rem}.empty-state{text-align:center;padding:2rem;color:#94a3b8}@media(max-width:768px){.admin-user-history-page{padding:1rem}.user-profile-summary{flex-direction:column;text-align:center}.profile-stats{flex-direction:column;gap:1rem}.quick-stats-grid{grid-template-columns:1fr}.section-nav{flex-wrap:wrap}.history-table{font-size:.75rem}.history-table th,.history-table td{padding:.5rem}.reports-grid{grid-template-columns:1fr}}.admin-analytics-graphs-page{min-height:100vh;background:linear-gradient(135deg,#f8fafc,#e2e8f0);padding:2rem}.analytics-controls{background:#fff;border-radius:16px;padding:1.5rem;margin-bottom:2rem;box-shadow:0 4px 6px #0000001a;display:flex;justify-content:space-between;align-items:center;gap:2rem;flex-wrap:wrap}.date-range-selector{display:flex;gap:.5rem}.range-btn{padding:.75rem 1.5rem;border:2px solid #e2e8f0;background:#fff;border-radius:8px;font-weight:600;color:#64748b;cursor:pointer;transition:all .2s ease}.range-btn:hover{border-color:#3b82f6;background:#f0f9ff;color:#3b82f6}.range-btn.active{border-color:#3b82f6;background:#3b82f6;color:#fff}.custom-date-inputs{display:flex;align-items:center;gap:.75rem}.custom-date-inputs input{padding:.75rem;border:2px solid #e2e8f0;border-radius:8px;font-family:inherit;font-size:.875rem}.custom-date-inputs input:focus{outline:none;border-color:#3b82f6}.custom-date-inputs span{color:#64748b;font-weight:600}.export-controls{display:flex;gap:.5rem}.export-btn{padding:.75rem 1.5rem;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:.5rem}.export-btn.csv{background:#10b981;color:#fff}.export-btn.csv:hover{background:#059669}.export-btn.json{background:#3b82f6;color:#fff}.export-btn.json:hover{background:#2563eb}.charts-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(500px,1fr));gap:2rem}.chart-card{background:#fff;border:2px solid #e2e8f0;border-radius:16px;padding:2rem;box-shadow:0 4px 6px #0000001a;transition:all .2s ease}.chart-card:hover{border-color:#3b82f6;transform:translateY(-2px);box-shadow:0 8px 12px #00000026}.chart-card.full-width{grid-column:1 / -1}.chart-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid #e2e8f0}.chart-header h2{margin:0;color:#1a202c;font-size:1.25rem}.chart-stat{background:#f0f9ff;color:#3b82f6;padding:.5rem 1rem;border-radius:8px;font-size:.875rem;font-weight:600}.loading-state{text-align:center;padding:4rem 2rem;color:#64748b;font-size:1.125rem;background:#fff;border-radius:16px;box-shadow:0 4px 6px #0000001a}@media(max-width:1200px){.charts-grid{grid-template-columns:1fr}.chart-card{grid-column:1}}@media(max-width:768px){.admin-analytics-graphs-page{padding:1rem}.analytics-controls{flex-direction:column;align-items:stretch}.date-range-selector{flex-wrap:wrap}.range-btn{flex:1;min-width:100px}.export-controls{flex-direction:column}.export-btn{width:100%;justify-content:center}.chart-header{flex-direction:column;align-items:flex-start;gap:.75rem}.chart-stat{width:100%;text-align:center}}.recharts-wrapper{margin:0 auto}.recharts-cartesian-grid-horizontal line,.recharts-cartesian-grid-vertical line{stroke:#e2e8f0}.recharts-text{font-size:.875rem}.recharts-legend-wrapper{padding-top:1rem}.recharts-tooltip-wrapper{z-index:100}.recharts-default-tooltip{background:#fff!important;border:2px solid #e2e8f0!important;border-radius:8px!important;padding:.75rem!important;box-shadow:0 4px 6px #0000001a!important}.recharts-tooltip-label{font-weight:600;color:#1a202c;margin-bottom:.5rem}.recharts-tooltip-item{color:#64748b!important;padding:.25rem 0}.recharts-legend-item-text{color:#64748b!important;font-weight:600}.recharts-pie-label-text{font-size:.75rem;font-weight:600;fill:#1a202c}.admin-activity-timeline-page{min-height:100vh;background:linear-gradient(135deg,#f5f7fa,#e9ecef);padding:2rem}.admin-activity-container{max-width:1400px;margin:0 auto}.activity-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem}.activity-header-left{display:flex;gap:1.5rem;align-items:center}.back-button{background:#fff;border:2px solid #e2e8f0;padding:.75rem 1.5rem;border-radius:8px;cursor:pointer;font-weight:600;color:#3b82f6;transition:all .2s ease}.back-button:hover{background:#f0f9ff;border-color:#3b82f6;transform:translate(-2px)}.activity-header-title h1{margin:0;font-size:2rem;color:#1a202c;font-weight:800}.activity-header-title p{margin:.5rem 0 0;color:#64748b;font-size:1rem}.role-notice{background:#fef3c7;border:2px solid #fbbf24;border-radius:12px;padding:1rem 1.5rem;margin-bottom:2rem;display:flex;align-items:center;gap:.75rem;color:#92400e;font-weight:500}.role-notice-icon{font-size:1.5rem}.activity-filters{background:#fff;border-radius:16px;padding:1.5rem;box-shadow:0 4px 6px #0000000d;margin-bottom:2rem}.filter-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:1rem}.filter-row:last-child{margin-bottom:0}.search-input{width:100%;padding:.875rem 1rem;border:2px solid #e2e8f0;border-radius:8px;font-size:.9375rem;transition:all .2s ease}.search-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.filter-select{padding:.875rem 1rem;border:2px solid #e2e8f0;border-radius:8px;font-size:.9375rem;background:#fff;cursor:pointer;transition:all .2s ease}.filter-select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.activity-loading{text-align:center;padding:4rem 2rem}.loading-spinner{width:50px;height:50px;border:4px solid #e2e8f0;border-top-color:#3b82f6;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 1rem}.activity-loading p{color:#64748b;font-size:1rem}.no-activities{text-align:center;padding:4rem 2rem;background:#fff;border-radius:16px;box-shadow:0 4px 6px #0000000d}.no-activities-icon{font-size:4rem;display:block;margin-bottom:1rem;opacity:.5}.no-activities h3{margin:0 0 .5rem;font-size:1.5rem;color:#1a202c}.no-activities p{margin:0;color:#64748b}.activity-timeline{display:flex;flex-direction:column;gap:1rem}.activity-card{background:#fff;border-radius:12px;box-shadow:0 2px 4px #0000000d;overflow:hidden;transition:all .2s ease}.activity-card:hover{box-shadow:0 8px 16px #0000001a;transform:translateY(-2px)}.activity-card-header{display:flex;align-items:center;gap:1rem;padding:1.25rem;border-left:4px solid #3b82f6;cursor:pointer;transition:background .2s ease}.activity-card-header:hover{background:#f8fafc}.activity-icon{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;flex-shrink:0;color:#fff}.activity-info{flex:1;min-width:0}.activity-title{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem;flex-wrap:wrap}.admin-name{font-weight:700;color:#1a202c;font-size:1rem}.activity-action{font-weight:600;color:#3b82f6;font-size:.9375rem}.activity-target{color:#64748b;font-size:.875rem;margin-bottom:.25rem}.target-id{color:#94a3b8;font-family:Monaco,Courier New,monospace;font-size:.8125rem;margin-left:.25rem}.activity-time{color:#94a3b8;font-size:.8125rem;font-weight:500}.expand-button{width:36px;height:36px;border-radius:8px;border:2px solid #e2e8f0;background:#fff;cursor:pointer;font-size:.875rem;transition:all .2s ease;flex-shrink:0}.expand-button:hover{background:#f0f9ff;border-color:#3b82f6}.activity-card-details{padding:1.5rem;background:#f8fafc;border-top:2px solid #e2e8f0;animation:slideDown .2s ease}@keyframes slideDown{0%{opacity:0;max-height:0}to{opacity:1;max-height:500px}}.detail-section{margin-bottom:1.5rem}.detail-section:last-child{margin-bottom:0}.detail-section h4{margin:0 0 .75rem;color:#1a202c;font-size:.9375rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em}.metadata-display{background:#1e293b;color:#e2e8f0;padding:1rem;border-radius:8px;font-family:Monaco,Courier New,monospace;font-size:.875rem;overflow-x:auto;margin:0;white-space:pre-wrap}.sensitive-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.toggle-sensitive-btn{background:#3b82f6;color:#fff;border:none;padding:.5rem 1rem;border-radius:6px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease}.toggle-sensitive-btn:hover{background:#2563eb}.sensitive-data{background:#fff;padding:.75rem;border-radius:6px;margin-bottom:.5rem;font-size:.875rem;color:#1a202c}.sensitive-data:last-child{margin-bottom:0}.sensitive-data strong{color:#64748b;margin-right:.5rem}.sensitive-masked{background:#fef3c7;padding:1rem;border-radius:6px;text-align:center;color:#92400e;font-weight:600}.detail-row{display:flex;justify-content:space-between;padding:.75rem;background:#fff;border-radius:6px;margin-bottom:.5rem;font-size:.875rem}.detail-row:last-child{margin-bottom:0}.detail-row strong{color:#64748b}.monospace{font-family:Monaco,Courier New,monospace;color:#3b82f6;font-size:.8125rem}.category-badge{padding:.25rem .75rem;border-radius:12px;color:#fff;font-weight:600;font-size:.75rem;text-transform:uppercase;letter-spacing:.05em}@media(max-width:768px){.admin-activity-timeline-page{padding:1rem}.activity-header-left{flex-direction:column;gap:1rem}.activity-header-title h1{font-size:1.5rem}.filter-row{grid-template-columns:1fr}.activity-card-header{flex-wrap:wrap}.activity-title{flex-direction:column;align-items:flex-start;gap:.25rem}}.admin-insufficient-permissions{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);padding:2rem}.permission-denied-container{background:#fff;border-radius:24px;padding:4rem 3rem;max-width:600px;width:100%;text-align:center;box-shadow:0 20px 60px #0000004d;animation:slideUp .5s ease-out}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.permission-denied-icon{margin-bottom:2rem}.lock-icon{font-size:5rem;animation:shake .5s ease-in-out}@keyframes shake{0%,to{transform:rotate(0)}25%{transform:rotate(-10deg)}75%{transform:rotate(10deg)}}.permission-denied-container h1{font-size:2.5rem;font-weight:700;color:#1e293b;margin:0 0 1rem}.main-message{font-size:1.125rem;color:#64748b;margin:0 0 2rem;line-height:1.6}.role-info{background:#f8fafc;border:2px solid #e2e8f0;border-radius:16px;padding:1.5rem;margin:2rem 0}.current-role{display:flex;align-items:center;justify-content:center;gap:.75rem;margin-bottom:1rem}.role-emoji{font-size:2rem}.role-name{font-size:1.25rem;font-weight:600;color:#1e293b}.role-description{font-size:.95rem;color:#64748b;line-height:1.6;margin:0}.permission-actions{display:flex;gap:1rem;justify-content:center;margin:2rem 0}.permission-actions button{padding:.875rem 2rem;border-radius:12px;font-size:1rem;font-weight:600;border:none;cursor:pointer;transition:all .2s ease}.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 25px #667eea66}.btn-secondary{background:#fff;color:#64748b;border:2px solid #e2e8f0}.btn-secondary:hover{background:#f8fafc;border-color:#cbd5e1}.support-info{margin-top:2rem;padding-top:2rem;border-top:1px solid #e2e8f0}.support-info p{font-size:.875rem;color:#94a3b8;margin:0}.support-info a{color:#667eea;text-decoration:none;font-weight:600}.support-info a:hover{text-decoration:underline}@media(max-width:768px){.permission-denied-container{padding:3rem 2rem}.permission-denied-container h1{font-size:2rem}.lock-icon{font-size:4rem}.permission-actions{flex-direction:column}.permission-actions button{width:100%}}.admin-alerts-page{padding:2rem;max-width:1400px;margin:0 auto}.alerts-header{margin-bottom:2rem}.header-content h1{font-size:2rem;font-weight:700;color:#1f2937;margin:0 0 .5rem}.header-content p{color:#6b7280;margin:0;font-size:1rem}.header-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-top:1.5rem}.stat-card{background:#fff;border:2px solid #e5e7eb;border-radius:16px;padding:1.5rem;display:flex;flex-direction:column;gap:.5rem}.stat-label{font-size:.875rem;color:#6b7280;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.stat-value{font-size:2.5rem;font-weight:700;color:#1f2937}.stat-value.unread{color:#3b82f6}.stat-value.critical{color:#ef4444}.stat-value.high{color:#f97316}.alerts-filters{background:#fff;border:2px solid #e5e7eb;border-radius:16px;padding:1.5rem;margin-bottom:2rem;display:flex;gap:1.5rem;align-items:flex-end;flex-wrap:wrap}.filter-actions{margin-left:auto}.mark-all-btn{padding:.75rem 1.5rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:12px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .2s ease}.mark-all-btn:hover{transform:translateY(-2px);box-shadow:0 10px 25px #667eea66}.alerts-container{min-height:400px}.alerts-loading,.alerts-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center}.loading-spinner{width:50px;height:50px;border:4px solid #e5e7eb;border-top-color:#667eea;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}.alerts-loading p{color:#6b7280;font-size:1.125rem}.empty-icon{font-size:5rem;opacity:.3;margin-bottom:1rem}.alerts-empty h3{font-size:1.5rem;font-weight:600;color:#1f2937;margin:0 0 .5rem}.alerts-empty p{color:#6b7280;margin:0}.alerts-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:1.5rem}.alert-card{background:#fff;border:2px solid #e5e7eb;border-radius:16px;padding:1.5rem;cursor:pointer;transition:all .2s ease;display:flex;flex-direction:column;gap:1rem}.alert-card:hover{border-color:#cbd5e1;box-shadow:0 10px 25px #0000001a;transform:translateY(-2px)}.alert-card.unread{background:#eff6ff;border-color:#3b82f6}.alert-card.unread:hover{background:#dbeafe}.alert-card.severity-critical{border-left:4px solid #ef4444}.alert-card.severity-high{border-left:4px solid #f97316}.alert-card.severity-medium{border-left:4px solid #f59e0b}.alert-card.severity-low{border-left:4px solid #10b981}.alert-card-header{display:flex;align-items:center;justify-content:space-between}.alert-type{display:flex;align-items:center;gap:.5rem}.alert-icon{font-size:1.5rem}.alert-type-label{font-size:.875rem;font-weight:600;color:#6b7280;text-transform:capitalize}.severity-badge{padding:.25rem .75rem;border-radius:12px;font-size:.75rem;font-weight:700;color:#fff;text-transform:uppercase;letter-spacing:.5px}.alert-card-body h3{font-size:1.125rem;font-weight:600;color:#1f2937;margin:0 0 .5rem}.alert-card-body p{font-size:.95rem;color:#6b7280;line-height:1.6;margin:0}.alert-card-footer{display:flex;align-items:center;justify-content:space-between;padding-top:.5rem;border-top:1px solid #f3f4f6}.alert-timestamp{font-size:.875rem;color:#9ca3af}.view-btn{background:none;border:none;color:#667eea;font-size:.875rem;font-weight:600;cursor:pointer;transition:color .2s ease}.view-btn:hover{color:#764ba2}.unread-indicator{color:#3b82f6;font-size:1.5rem;line-height:0;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@media(max-width:768px){.admin-alerts-page{padding:1rem}.header-stats{grid-template-columns:repeat(2,1fr)}.alerts-filters{flex-direction:column;align-items:stretch}.filter-actions{margin-left:0}.mark-all-btn{width:100%}.alerts-grid{grid-template-columns:1fr}}.admin-fraud-center{padding:2rem;max-width:1600px;margin:0 auto}.fraud-header{margin-bottom:2rem}.fraud-header h1{font-size:2rem;font-weight:700;color:#1f2937;margin:0 0 .5rem}.fraud-header p{color:#6b7280;margin:0;font-size:1rem}.fraud-stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-bottom:2rem}.fraud-stat-card{background:#fff;border-radius:16px;padding:1.5rem;display:flex;align-items:center;gap:1rem;border:2px solid #e5e7eb;transition:all .2s ease}.fraud-stat-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px #0000001a}.fraud-stat-card.critical{border-color:#fca5a5;background:linear-gradient(135deg,#fff,#fef2f2)}.fraud-stat-card.high{border-color:#fdba74;background:linear-gradient(135deg,#fff,#fff7ed)}.fraud-stat-card.medium{border-color:#fcd34d;background:linear-gradient(135deg,#fff,#fefce8)}.fraud-stat-card.low{border-color:#86efac;background:linear-gradient(135deg,#fff,#f0fdf4)}.fraud-stat-card .stat-icon{font-size:2.5rem}.fraud-stat-card .stat-content{flex:1}.fraud-stat-card .stat-value{font-size:2.5rem;font-weight:700;color:#1f2937;display:block;line-height:1;margin-bottom:.25rem}.fraud-stat-card .stat-label{font-size:.875rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.5px}.fraud-filters{background:#fff;border:2px solid #e5e7eb;border-radius:16px;padding:1.5rem;margin-bottom:2rem;display:flex;gap:1.5rem;align-items:flex-end}.filter-group{display:flex;flex-direction:column;gap:.5rem;min-width:150px}.filter-group label{font-size:.875rem;font-weight:600;color:#374151}.filter-group select{padding:.625rem 1rem;border:2px solid #e5e7eb;border-radius:10px;font-size:.95rem;color:#1f2937;background:#fff;cursor:pointer;transition:all .2s ease}.filter-group select:hover{border-color:#cbd5e1}.filter-group select:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.refresh-btn{padding:.75rem 1.5rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:12px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .2s ease;margin-left:auto}.refresh-btn:hover{transform:translateY(-2px);box-shadow:0 10px 25px #667eea66}.fraud-table-container{background:#fff;border:2px solid #e5e7eb;border-radius:16px;overflow:hidden}.loading-state,.empty-state{padding:4rem 2rem;text-align:center}.loading-spinner{width:50px;height:50px;border:4px solid #e5e7eb;border-top-color:#667eea;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 1rem}.empty-icon{font-size:5rem;display:block;margin-bottom:1rem}.empty-state h3{font-size:1.5rem;font-weight:600;color:#1f2937;margin:0 0 .5rem}.fraud-table{width:100%;border-collapse:collapse}.fraud-table thead{background:#f9fafb}.fraud-table th{text-align:left;padding:1rem 1.5rem;font-size:.875rem;font-weight:700;color:#374151;text-transform:uppercase;letter-spacing:.5px;border-bottom:2px solid #e5e7eb}.fraud-table tbody tr{border-bottom:1px solid #f3f4f6;transition:background .2s ease}.fraud-table tbody tr:hover{background:#f9fafb}.fraud-table td{padding:1rem 1.5rem;font-size:.95rem;color:#1f2937}.user-cell{display:flex;flex-direction:column;gap:.25rem}.user-name{font-weight:600;color:#1f2937}.user-email{font-size:.875rem;color:#6b7280}.fraud-score-cell{position:relative;display:flex;align-items:center;gap:.5rem}.fraud-score-bar{height:8px;border-radius:4px;transition:width .3s ease}.fraud-score-value{font-weight:700;min-width:45px}.risk-badge{display:inline-block;padding:.375rem .875rem;border-radius:12px;font-size:.75rem;font-weight:700;color:#fff;text-transform:uppercase;letter-spacing:.5px}.signal-count{display:inline-block;padding:.375rem .875rem;background:#dbeafe;color:#1e40af;border-radius:12px;font-weight:700;font-size:.875rem}.status-cell{display:flex;flex-wrap:wrap;gap:.5rem}.status-tag{padding:.25rem .75rem;border-radius:8px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.status-tag.banned{background:#fee2e2;color:#991b1b}.status-tag.restricted{background:#fed7aa;color:#92400e}.status-tag.active{background:#d1fae5;color:#065f46}.action-buttons{display:flex;gap:.5rem}.btn-view,.btn-analyze{padding:.5rem 1rem;border:none;border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease}.btn-view{background:#eff6ff;color:#1e40af}.btn-view:hover{background:#dbeafe}.btn-analyze{background:#f3e8ff;color:#6b21a8}.btn-analyze:hover{background:#e9d5ff}@media(max-width:768px){.admin-fraud-center{padding:1rem}.fraud-stats-grid{grid-template-columns:repeat(2,1fr)}.fraud-filters{flex-direction:column;align-items:stretch}.refresh-btn{margin-left:0}.fraud-table-container{overflow-x:auto}.fraud-table{min-width:800px}}.admin-accounting{padding:2rem;max-width:1600px;margin:0 auto}.accounting-header{margin-bottom:2rem}.accounting-header p{color:#6b7280;margin:0;font-size:1rem}.period-selector{display:flex;gap:1rem;margin-bottom:1.5rem;background:#fff;padding:1rem;border-radius:12px;border:2px solid #e5e7eb}.period-selector button{padding:.75rem 1.5rem;border:2px solid #e5e7eb;background:#fff;border-radius:10px;font-size:.95rem;font-weight:600;color:#6b7280;cursor:pointer;transition:all .2s ease}.period-selector button:hover{border-color:#cbd5e1;background:#f9fafb}.period-selector button.active{background:linear-gradient(135deg,#10b981,#059669);color:#fff;border-color:#10b981}.custom-date-range{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem;background:#fff;padding:1rem;border-radius:12px;border:2px solid #e5e7eb}.custom-date-range input[type=date]{padding:.75rem 1rem;border:2px solid #e5e7eb;border-radius:10px;font-size:.95rem;color:#1f2937}.custom-date-range input[type=date]:focus{outline:none;border-color:#10b981;box-shadow:0 0 0 3px #10b9811a}.custom-date-range span{font-weight:600;color:#6b7280}.accounting-tabs{display:flex;gap:.5rem;margin-bottom:2rem;overflow-x:auto;background:#fff;padding:1rem;border-radius:12px;border:2px solid #e5e7eb}.accounting-tabs button{padding:.75rem 1.5rem;border:none;background:transparent;border-radius:8px;font-size:.95rem;font-weight:600;color:#6b7280;cursor:pointer;transition:all .2s ease;white-space:nowrap}.accounting-tabs button:hover{background:#f3f4f6;color:#374151}.accounting-tabs button.active{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.accounting-content{background:#fff;border:2px solid #e5e7eb;border-radius:16px;padding:2rem;min-height:400px}.loading-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem}.spinner{width:50px;height:50px;border:4px solid #e5e7eb;border-top-color:#10b981;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}.revenue-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:1.5rem}.revenue-card{background:#fff;border:2px solid #e5e7eb;border-radius:16px;padding:1.5rem;display:flex;align-items:center;gap:1rem;transition:all .2s ease}.revenue-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px #0000001a}.revenue-card .card-icon{font-size:2.5rem}.revenue-card .card-content{flex:1}.revenue-card .card-label{font-size:.875rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.5rem}.revenue-card .card-value{font-size:1.75rem;font-weight:700;color:#1f2937}.revenue-card.total-sales{border-color:#93c5fd;background:linear-gradient(135deg,#fff,#eff6ff)}.revenue-card.service-fees{border-color:#86efac;background:linear-gradient(135deg,#fff,#f0fdf4)}.revenue-card.delivery-fees{border-color:#fcd34d;background:linear-gradient(135deg,#fff,#fefce8)}.revenue-card.driver-payments{border-color:#fdba74;background:linear-gradient(135deg,#fff,#fff7ed)}.revenue-card.delivery-profit{border-color:#c4b5fd;background:linear-gradient(135deg,#fff,#faf5ff)}.revenue-card.net-revenue{border-color:#86efac;background:linear-gradient(135deg,#fff,#f0fdf4)}.tab-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid #e5e7eb}.tab-header h2{font-size:1.5rem;font-weight:700;color:#1f2937;margin:0}.tab-actions{display:flex;gap:.75rem}.tab-actions button{padding:.625rem 1.25rem;background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;border-radius:10px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease}.tab-actions button:hover{transform:translateY(-2px);box-shadow:0 10px 25px #10b98166}.accounting-table{width:100%;border-collapse:collapse;margin-top:1rem}.accounting-table thead{background:#f9fafb}.accounting-table th{text-align:left;padding:1rem 1.5rem;font-size:.875rem;font-weight:700;color:#374151;text-transform:uppercase;letter-spacing:.5px;border-bottom:2px solid #e5e7eb}.accounting-table tbody tr{border-bottom:1px solid #f3f4f6;transition:background .2s ease}.accounting-table td{padding:1rem 1.5rem;font-size:.95rem;color:#1f2937}.fee-amount,.profit-amount{font-weight:700;color:#10b981}.pending-amount{font-weight:700;color:#f59e0b}.status-badge{display:inline-block;padding:.25rem .75rem;border-radius:8px;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px}.status-badge.completed,.status-badge.delivered{background:#d1fae5;color:#065f46}.status-badge.cancelled{background:#fee2e2;color:#991b1b}.vat-report-card{max-width:600px;margin:2rem auto;background:linear-gradient(135deg,#fff,#f9fafb);border:2px solid #e5e7eb;border-radius:16px;padding:2rem}.vat-row{display:flex;justify-content:space-between;align-items:center;padding:1rem 0;border-bottom:1px solid #e5e7eb}.vat-row.total{font-size:1.125rem;font-weight:700;border-bottom:2px solid #d1d5db}.vat-row.highlight{background:linear-gradient(135deg,#dbeafe,#eff6ff);margin:0 -1rem;padding:1rem 2rem;border-radius:8px;border-bottom:none}.vat-label{font-weight:600;color:#374151}.vat-value{font-weight:700;color:#1f2937;font-size:1.125rem}.vat-divider{height:1px;background:#d1d5db;margin:1rem 0}.export-tab{text-align:center}.export-tab h2{font-size:1.75rem;font-weight:700;color:#1f2937;margin:0 0 .5rem}.export-tab p{color:#6b7280;margin-bottom:2rem}.export-options{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-top:2rem}.export-card{background:linear-gradient(135deg,#fff,#f9fafb);border:2px solid #e5e7eb;border-radius:16px;padding:1.5rem;text-align:center;transition:all .2s ease}.export-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px #0000001a;border-color:#cbd5e1}.export-card h3{font-size:1.25rem;font-weight:700;color:#1f2937;margin:0 0 .5rem}.export-buttons button{padding:.75rem 1.5rem;background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;border-radius:10px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease}.export-buttons button:hover{transform:translateY(-2px);box-shadow:0 10px 25px #10b98166}@media(max-width:1024px){.revenue-cards{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.admin-accounting{padding:1rem}.revenue-cards{grid-template-columns:1fr}.period-selector{flex-wrap:wrap}.accounting-tabs{overflow-x:scroll}.tab-header{flex-direction:column;align-items:flex-start;gap:1rem}.accounting-table{display:block;overflow-x:auto}.export-options{grid-template-columns:1fr}}.admin-accounting-page{min-height:100vh;background:linear-gradient(135deg,#f8fafc,#e2e8f0);padding:2rem}.admin-accounting-container{max-width:1400px;margin:0 auto}.accounting-header{background:#fff;border-radius:12px;padding:2rem;margin-bottom:2rem;box-shadow:0 4px 6px #0000001a;display:flex;justify-content:space-between;align-items:flex-start}.accounting-header h1{font-size:2rem;font-weight:700;color:#1f2937;margin:0 0 .5rem}.accounting-header p{color:#6b7280;margin:0}.btn-secondary{padding:.75rem 1.5rem;background:#f3f4f6;color:#1f2937;border:2px solid #e5e7eb;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s ease}.btn-secondary:hover{background:#e5e7eb;transform:translateY(-1px)}.btn-reconcile{padding:.75rem 1.5rem;background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s ease}.btn-reconcile:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 10px 25px #10b98166}.btn-reconcile:disabled{opacity:.6;cursor:not-allowed}.accounting-tabs{display:flex;gap:.5rem;background:#fff;padding:1rem;border-radius:12px;margin-bottom:2rem;box-shadow:0 2px 4px #0000000d}.accounting-tabs .tab{flex:1;padding:.875rem 1.5rem;background:transparent;border:2px solid transparent;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s ease;color:#6b7280}.accounting-tabs .tab:hover{background:#f9fafb;color:#1f2937}.accounting-tabs .tab.active{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border-color:#3b82f6}.accounting-content{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 6px #0000001a;min-height:500px}.accounting-content h2{font-size:1.5rem;font-weight:700;color:#1f2937;margin:0 0 1.5rem}.table-container{overflow-x:auto}.accounting-table{width:100%;border-collapse:collapse}.accounting-table th{text-align:left;padding:1rem;background:#f9fafb;border-bottom:2px solid #e5e7eb;font-weight:600;color:#374151;font-size:.875rem;text-transform:uppercase;letter-spacing:.5px}.accounting-table td{padding:1rem;border-bottom:1px solid #e5e7eb;color:#1f2937}.accounting-table tbody tr:hover{background:#f9fafb}.mono{font-family:Courier New,monospace;font-size:.875rem;color:#6b7280}.status-badge{display:inline-block;padding:.25rem .75rem;border-radius:12px;font-size:.75rem;font-weight:600;text-transform:uppercase}.status-badge.paid{background:#d1fae5;color:#065f46}.status-badge.pending{background:#fef3c7;color:#92400e}.status-badge.in_transit{background:#dbeafe;color:#1e40af}.reconciled-badge{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .75rem;background:#d1fae5;color:#065f46;border-radius:12px;font-size:.75rem;font-weight:600}.not-reconciled-badge{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .75rem;background:#fef3c7;color:#92400e;border-radius:12px;font-size:.75rem;font-weight:600}.discrepancies-list{display:flex;flex-direction:column;gap:1rem}.discrepancy-card{padding:1.5rem;background:linear-gradient(135deg,#fff5f5,#fee);border:2px solid #fca5a5;border-radius:12px}.disc-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.disc-type{padding:.25rem .75rem;background:#dc2626;color:#fff;border-radius:8px;font-size:.75rem;font-weight:700;text-transform:uppercase}.disc-amount{font-weight:700;color:#991b1b}.disc-description{color:#7f1d1d;margin:0 0 1rem;line-height:1.5}.disc-details{display:flex;gap:1.5rem;font-size:.875rem;color:#991b1b;margin-bottom:.75rem}.disc-date{font-size:.75rem;color:#9ca3af}.empty-state{text-align:center;padding:4rem 2rem}.empty-state h3{font-size:1.25rem;font-weight:700;color:#1f2937;margin:0 0 .5rem}.empty-state p{color:#6b7280;margin:0}.revenue-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.revenue-card{display:flex;align-items:center;gap:1.5rem;padding:2rem;background:linear-gradient(135deg,#f9fafb,#fff);border:2px solid #e5e7eb;border-radius:12px;transition:all .2s ease}.revenue-card:hover{transform:translateY(-2px);box-shadow:0 10px 25px #0000001a}.revenue-card.highlight{background:linear-gradient(135deg,#d1fae5,#a7f3d0);border-color:#10b981}.revenue-card.negative{background:linear-gradient(135deg,#fee2e2,#fca5a5);border-color:#ef4444}.revenue-icon{font-size:3rem}.revenue-content{flex:1}.revenue-label{font-size:.875rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.5rem}.revenue-value{font-size:2rem;font-weight:700;color:#1f2937}.vat-tab{text-align:center;padding:3rem 2rem}.vat-info{color:#6b7280;margin-bottom:2rem;font-size:1.125rem}.btn-export{padding:1rem 2rem;background:linear-gradient(135deg,#8b5cf6,#7c3aed);color:#fff;border:none;border-radius:10px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease}.btn-export:hover{transform:translateY(-2px);box-shadow:0 10px 25px #8b5cf666}.export-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.export-card{padding:2rem;background:linear-gradient(135deg,#f9fafb,#fff);border:2px solid #e5e7eb;border-radius:12px;text-align:center}.export-card h3{font-size:1.125rem;font-weight:700;color:#1f2937;margin:0 0 .5rem}.export-card p{color:#6b7280;font-size:.875rem;margin:0 0 1.5rem}.export-buttons{display:flex;gap:.75rem;justify-content:center}.btn-export-small{padding:.5rem 1rem;background:#3b82f6;color:#fff;border:none;border-radius:6px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease}.btn-export-small:hover{background:#2563eb;transform:translateY(-1px)}@media(max-width:768px){.accounting-header{flex-direction:column;gap:1rem}.header-actions{width:100%;flex-direction:column}.header-actions button{width:100%}.accounting-tabs{flex-direction:column}.revenue-grid,.export-grid{grid-template-columns:1fr}}.admin-seller-earnings-page{min-height:100vh;background:linear-gradient(135deg,#f8fafc,#e2e8f0);padding:2rem}.seller-earnings-container{max-width:1400px;margin:0 auto}.seller-earnings-header{background:#fff;border-radius:12px;padding:2rem;margin-bottom:2rem;box-shadow:0 4px 6px #0000001a;display:flex;justify-content:space-between;align-items:center}.seller-earnings-header h1{font-size:2rem;font-weight:700;color:#1f2937;margin:0 0 .5rem}.seller-earnings-header p{color:#6b7280;margin:0}.btn-back{padding:.75rem 1.5rem;background:#f3f4f6;color:#1f2937;border:2px solid #e5e7eb;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s ease}.btn-back:hover{background:#e5e7eb}.btn-export{padding:.75rem 1.5rem;background:linear-gradient(135deg,#8b5cf6,#7c3aed);color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s ease}.btn-export:hover{transform:translateY(-1px);box-shadow:0 10px 25px #8b5cf666}.sellers-table-container{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 6px #0000001a;overflow-x:auto}.sellers-table{width:100%;border-collapse:collapse}.sellers-table th{text-align:left;padding:1rem;background:#f9fafb;border-bottom:2px solid #e5e7eb;font-weight:600;color:#374151;font-size:.875rem;text-transform:uppercase;letter-spacing:.5px}.sellers-table td{padding:1rem;border-bottom:1px solid #e5e7eb;color:#1f2937}.sellers-table tbody tr:hover{background:#f9fafb}.seller-info{display:flex;flex-direction:column;gap:.25rem}.seller-name{font-weight:600;color:#1f2937}.seller-email{font-size:.875rem;color:#6b7280}.amount{font-weight:700;color:#059669}.amount.paid{color:#3b82f6}.amount.pending{color:#f59e0b}.btn-view{padding:.5rem 1rem;background:#3b82f6;color:#fff;border:none;border-radius:6px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease}.btn-view:hover{background:#2563eb}@media(max-width:768px){.seller-earnings-header{flex-direction:column;gap:1rem;align-items:flex-start}.header-actions{width:100%;flex-direction:column}.header-actions button{width:100%}}.admin-ledger-page{min-height:100vh;background:linear-gradient(135deg,#f8fafc,#e2e8f0);padding:2rem}.ledger-container{max-width:1400px;margin:0 auto}.ledger-header{background:#fff;border-radius:12px;padding:2rem;margin-bottom:2rem;box-shadow:0 4px 6px #0000001a;display:flex;justify-content:space-between;align-items:center}.ledger-header h1{font-size:2rem;font-weight:700;color:#1f2937;margin:0 0 .5rem}.ledger-header p{color:#6b7280;margin:0}.ledger-filters{background:#fff;border-radius:12px;padding:1.5rem;margin-bottom:2rem;box-shadow:0 2px 4px #0000000d}.ledger-table-container{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 6px #0000001a;overflow-x:auto}.ledger-table{width:100%;border-collapse:collapse}.ledger-table th{text-align:left;padding:1rem;background:#f9fafb;border-bottom:2px solid #e5e7eb;font-weight:600;color:#374151;font-size:.875rem;text-transform:uppercase;letter-spacing:.5px}.ledger-table td{padding:1rem;border-bottom:1px solid #e5e7eb;color:#1f2937}.ledger-table tbody tr:hover{background:#f9fafb}.type-badge{display:inline-block;padding:.25rem .75rem;border-radius:12px;font-size:.75rem;font-weight:600;text-transform:uppercase;background:#e5e7eb;color:#374151}.type-badge.order{background:#dbeafe;color:#1e40af}.type-badge.service_fee{background:#e0e7ff;color:#4338ca}.type-badge.delivery_fee{background:#fef3c7;color:#92400e}.type-badge.payout{background:#d1fae5;color:#065f46}.type-badge.refund{background:#fee2e2;color:#991b1b}.small{font-size:.75rem}.timestamp{font-size:.875rem;color:#6b7280}@media(max-width:768px){.ledger-header{flex-direction:column;gap:1rem;align-items:flex-start}.header-actions{width:100%;flex-direction:column}.header-actions button,.filter-select{width:100%}}.admin-automation-page{min-height:100vh;background:linear-gradient(135deg,#f8fafc,#e2e8f0);padding:2rem}.automation-container{max-width:1400px;margin:0 auto}.automation-header{background:#fff;border-radius:12px;padding:2rem;margin-bottom:2rem;box-shadow:0 4px 6px #0000001a;display:flex;justify-content:space-between;align-items:center}.automation-header h1{font-size:2rem;font-weight:700;color:#1f2937;margin:0 0 .5rem}.automation-header p{color:#6b7280;margin:0}.header-actions{display:flex;gap:1rem}.btn-create{padding:.75rem 1.5rem;background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s ease}.btn-create:hover{transform:translateY(-1px);box-shadow:0 10px 25px #10b98166}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem;margin-bottom:2rem}.stat-card{background:#fff;border-radius:12px;padding:1.5rem;display:flex;align-items:center;gap:1rem;box-shadow:0 2px 4px #0000000d;transition:all .2s ease}.stat-card:hover{transform:translateY(-2px);box-shadow:0 8px 16px #0000001a}.stat-card.active{background:linear-gradient(135deg,#d1fae5,#a7f3d0)}.stat-icon{font-size:2.5rem}.stat-content{flex:1}.stat-value{font-size:2rem;font-weight:700;color:#1f2937}.stat-label{font-size:.875rem;color:#6b7280;font-weight:600}.rules-list{display:flex;flex-direction:column;gap:1.5rem}.rule-card{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 2px 4px #0000000d;border-left:4px solid #e5e7eb;transition:all .2s ease}.rule-card.active{border-left-color:#10b981}.rule-card.inactive{opacity:.6;border-left-color:#9ca3af}.rule-card:hover{box-shadow:0 8px 16px #0000001a}.rule-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.rule-title-section{flex:1;display:flex;align-items:center;gap:1rem}.rule-title-section h3{font-size:1.25rem;font-weight:700;color:#1f2937;margin:0}.status-badge{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .75rem;border-radius:12px;font-size:.75rem;font-weight:600}.status-badge.inactive{background:#e5e7eb;color:#6b7280}.rule-actions{display:flex;gap:.5rem}.btn-toggle,.btn-delete{padding:.5rem 1rem;border:none;border-radius:6px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease}.btn-toggle{background:#3b82f6;color:#fff}.btn-toggle:hover{background:#2563eb}.btn-delete{background:#ef4444;color:#fff}.btn-delete:hover{background:#dc2626}.rule-description{color:#6b7280;margin:0 0 1.5rem;line-height:1.5}.rule-logic{display:flex;align-items:center;gap:1rem;padding:1.5rem;background:#f9fafb;border-radius:8px;margin-bottom:1rem}.logic-section{flex:1;display:flex;flex-direction:column;gap:.5rem}.logic-label{font-size:.75rem;font-weight:700;color:#6b7280;text-transform:uppercase;letter-spacing:.5px}.logic-content{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center}.condition-badge,.action-badge{padding:.5rem 1rem;border-radius:8px;font-size:.875rem;font-weight:600;text-transform:capitalize}.condition-badge{background:#dbeafe;color:#1e40af}.condition-value{padding:.25rem .75rem;background:#fff;border:2px solid #3b82f6;border-radius:6px;font-weight:700;color:#3b82f6}.action-reason{font-size:.875rem;color:#6b7280;font-style:italic}.logic-arrow{font-size:2rem;color:#10b981;font-weight:700}.rule-footer{display:flex;gap:1.5rem;font-size:.875rem;color:#9ca3af}.rule-meta{display:flex;align-items:center}.empty-state{background:#fff;border-radius:12px;padding:4rem 2rem;text-align:center;box-shadow:0 2px 4px #0000000d}.empty-state p{color:#6b7280;margin:0 0 2rem}.modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:2rem}.modal-content{background:#fff;border-radius:12px;padding:2rem;max-width:600px;width:100%;max-height:90vh;overflow-y:auto}.modal-content h2{font-size:1.5rem;font-weight:700;color:#1f2937;margin:0 0 1.5rem}.form-group label{display:block;font-weight:600;color:#374151;margin-bottom:.5rem}.form-group input,.form-group textarea,.form-group select{width:100%;padding:.75rem;border:2px solid #e5e7eb;border-radius:8px;font-size:1rem;transition:border-color .2s ease}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{outline:none;border-color:#3b82f6}.form-section{background:#f9fafb;border-radius:8px;padding:1.5rem;margin-bottom:1.5rem}.form-section h3{font-size:1.125rem;font-weight:700;color:#1f2937;margin:0 0 1rem}.modal-actions{display:flex;gap:1rem;justify-content:flex-end}.btn-cancel,.btn-save{padding:.75rem 1.5rem;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s ease}.btn-cancel{background:#e5e7eb;color:#374151}.btn-cancel:hover{background:#d1d5db}.btn-save{background:linear-gradient(135deg,#10b981,#059669);color:#fff}.btn-save:hover{transform:translateY(-1px);box-shadow:0 10px 25px #10b98166}@media(max-width:768px){.automation-header{flex-direction:column;gap:1rem;align-items:flex-start}.header-actions{width:100%;flex-direction:column}.header-actions button{width:100%}.rule-logic{flex-direction:column}.logic-arrow{transform:rotate(90deg)}.rule-header{flex-direction:column;gap:1rem}.rule-actions{width:100%}.rule-actions button{flex:1}.modal-overlay{padding:1rem}}.admin-automation-logs-page{min-height:100vh;background:linear-gradient(135deg,#f8fafc,#e2e8f0);padding:2rem}.logs-container{max-width:1400px;margin:0 auto}.logs-header{background:#fff;border-radius:12px;padding:2rem;margin-bottom:2rem;box-shadow:0 4px 6px #0000001a;display:flex;justify-content:space-between;align-items:center}.logs-header h1{font-size:2rem;font-weight:700;color:#1f2937;margin:0 0 .5rem}.logs-header p{color:#6b7280;margin:0}.logs-filters{background:#fff;border-radius:12px;padding:1.5rem;margin-bottom:2rem;box-shadow:0 2px 4px #0000000d}.filter-select{padding:.75rem 1rem;border:2px solid #e5e7eb;border-radius:8px;font-size:1rem;color:#1f2937;cursor:pointer;min-width:250px}.logs-list{display:flex;flex-direction:column;gap:1.5rem}.log-card{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 2px 4px #0000000d;border-left:4px solid #e5e7eb;transition:all .2s ease}.log-card:hover{box-shadow:0 8px 16px #0000001a}.log-card.status-applied{border-left-color:#10b981}.log-card.status-undone{border-left-color:#f59e0b}.log-card.status-failed{border-left-color:#ef4444}.log-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem}.log-title-section{flex:1;display:flex;align-items:center;gap:1rem}.log-title-section h3{font-size:1.125rem;font-weight:700;color:#1f2937;margin:0}.log-status{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .75rem;border-radius:12px;font-size:.75rem;font-weight:600}.log-status.applied{background:#d1fae5;color:#065f46}.log-status.undone{background:#fef3c7;color:#92400e}.log-status.failed{background:#fee2e2;color:#991b1b}.log-timestamp{font-size:.875rem;color:#9ca3af}.log-details{display:flex;flex-direction:column;gap:1rem}.detail-row{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.detail-label{font-size:.875rem;font-weight:600;color:#6b7280;min-width:100px}.action-badge,.target-badge,.score-badge{padding:.375rem .75rem;border-radius:8px;font-size:.875rem;font-weight:600;text-transform:capitalize}.action-badge{background:#fef3c7;color:#92400e}.target-badge{background:#dbeafe;color:#1e40af}.score-badge{background:#f3f4f6;color:#374151;border:2px solid #e5e7eb}.score-badge.flag{background:#fee2e2;color:#991b1b;border-color:#fca5a5}.target-id,.user-id{padding:.25rem .75rem;background:#f9fafb;border:1px solid #e5e7eb;border-radius:6px;font-family:Courier New,monospace;font-size:.875rem;color:#6b7280}.btn-view-user{padding:.375rem .75rem;background:#3b82f6;color:#fff;border:none;border-radius:6px;font-size:.75rem;font-weight:600;cursor:pointer;transition:all .2s ease}.btn-view-user:hover{background:#2563eb}.reason-text{color:#374151;font-style:italic}.undo-info{padding:1rem;background:#fef3c7;border-radius:8px;border:2px solid #fbbf24;display:flex;flex-direction:column;gap:.5rem}.undo-reason{color:#92400e;font-weight:600}.undo-time{color:#78350f;font-size:.875rem}.log-actions{margin-top:1.5rem;padding-top:1.5rem;border-top:2px solid #e5e7eb}.btn-undo{padding:.625rem 1.25rem;background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s ease}.btn-undo:hover{transform:translateY(-1px);box-shadow:0 10px 25px #f59e0b66}@media(max-width:768px){.logs-header{flex-direction:column;gap:1rem;align-items:flex-start}.log-header{flex-direction:column;gap:.5rem}.detail-row{flex-direction:column;align-items:flex-start;gap:.5rem}.detail-label{min-width:auto}}.admin-broadcast{padding:2rem;max-width:1600px;margin:0 auto}.broadcast-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem}.broadcast-header h1{font-size:2rem;font-weight:700;color:#1f2937;margin:0 0 .5rem}.broadcast-header p{color:#6b7280;margin:0;font-size:1rem}.history-button{padding:.75rem 1.5rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:10px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .2s ease}.history-button:hover{transform:translateY(-2px);box-shadow:0 10px 25px #667eea66}.broadcast-layout{display:grid;grid-template-columns:1fr 400px;gap:2rem}.broadcast-composer{background:#fff;border:2px solid #e5e7eb;border-radius:16px;padding:2rem}.composer-section{margin-bottom:2rem}.composer-section:last-child{margin-bottom:0}.composer-section label{display:block;font-size:.95rem;font-weight:700;color:#374151;margin-bottom:.75rem}.composer-section input[type=text],.composer-section input[type=url],.composer-section textarea{width:100%;padding:.875rem 1rem;border:2px solid #e5e7eb;border-radius:10px;font-size:.95rem;color:#1f2937;transition:all .2s ease;font-family:inherit;resize:vertical}.composer-section input:focus,.composer-section textarea:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.message-help{display:flex;justify-content:space-between;align-items:center;margin-top:.5rem;font-size:.875rem;color:#6b7280}.audience-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-bottom:1rem}.audience-card{display:flex;align-items:center;gap:1rem;padding:1rem;background:#fff;border:2px solid #e5e7eb;border-radius:12px;cursor:pointer;transition:all .2s ease;text-align:left}.audience-card:hover{border-color:#cbd5e1;transform:translateY(-2px)}.audience-card.selected{border-color:#667eea;background:linear-gradient(135deg,#eff6ff,#f3f4f6)}.audience-icon{font-size:2rem}.audience-info{flex:1}.audience-label{font-size:.95rem;font-weight:700;color:#1f2937;margin-bottom:.25rem}.audience-desc{font-size:.75rem;color:#6b7280}.custom-filter{margin-top:1rem}.custom-filter input{width:100%;padding:.875rem 1rem;border:2px solid #e5e7eb;border-radius:10px;font-size:.95rem}.estimate-button{width:100%;padding:.75rem 1.5rem;background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;border-radius:10px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .2s ease;margin-top:1rem}.estimate-button:hover{transform:translateY(-2px);box-shadow:0 10px 25px #10b98166}.audience-estimate{margin-top:1rem;padding:1rem;background:linear-gradient(135deg,#dbeafe,#eff6ff);border:2px solid #93c5fd;border-radius:10px;font-size:.95rem;color:#1e40af;text-align:center}.audience-estimate strong{font-size:1.25rem;color:#1e3a8a}.delivery-options{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.delivery-option{display:flex;align-items:flex-start;padding:1rem;background:#fff;border:2px solid #e5e7eb;border-radius:12px;cursor:pointer;transition:all .2s ease}.delivery-option:hover{border-color:#cbd5e1}.delivery-option input[type=radio]{margin-top:.25rem;margin-right:.75rem;cursor:pointer}.delivery-option input[type=radio]:checked+.option-content{color:#667eea}.option-content{display:flex;align-items:center;gap:.75rem;flex:1}.option-icon{font-size:1.5rem}.option-label{font-size:.95rem;font-weight:700;color:#1f2937;margin-bottom:.25rem}.option-desc{font-size:.75rem;color:#6b7280}.composer-actions{margin-top:2rem;padding-top:2rem;border-top:2px solid #e5e7eb}.send-button{width:100%;padding:1rem 2rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:12px;font-size:1.125rem;font-weight:700;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:.5rem}.send-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 30px #667eea80}.send-button:disabled{opacity:.6;cursor:not-allowed}.spinner-small{width:20px;height:20px;border:3px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin 1s linear infinite}.broadcast-preview{position:sticky;top:2rem;background:#fff;border:2px solid #e5e7eb;border-radius:16px;padding:1.5rem;height:fit-content}.broadcast-preview h3{font-size:1.125rem;font-weight:700;color:#1f2937;margin:0 0 1.5rem}.preview-notification{background:linear-gradient(135deg,#fff,#f9fafb);border:2px solid #e5e7eb;border-radius:12px;overflow:hidden;margin-bottom:1.5rem}.preview-header{display:flex;align-items:center;gap:.75rem;padding:1rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.preview-icon{font-size:1.5rem}.preview-title{font-weight:700;font-size:.95rem}.preview-content{padding:1.5rem}.preview-message-title{font-size:1.125rem;font-weight:700;color:#1f2937;margin-bottom:.75rem}.preview-message-body{font-size:.95rem;color:#4b5563;line-height:1.6;white-space:pre-wrap}.preview-image{margin-top:1rem;border-radius:8px;overflow:hidden}.preview-image img{width:100%;height:auto;display:block}.preview-footer{padding:1rem;border-top:1px solid #e5e7eb;text-align:center}.preview-button{padding:.625rem 1.25rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer}.preview-info{background:linear-gradient(135deg,#f9fafb,#fff);border:2px solid #e5e7eb;border-radius:12px;padding:1.5rem}.preview-info h4{font-size:1rem;font-weight:700;color:#1f2937;margin:0 0 1rem}.info-row{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;border-bottom:1px solid #e5e7eb}.info-row:last-child{border-bottom:none}.info-label{font-size:.875rem;font-weight:600;color:#6b7280}.info-value{font-size:.875rem;font-weight:600;color:#1f2937;text-align:right}.info-value.highlight{color:#667eea;font-size:1rem}@media(max-width:1200px){.broadcast-layout{grid-template-columns:1fr}.broadcast-preview{position:static}}@media(max-width:768px){.admin-broadcast{padding:1rem}.broadcast-header{flex-direction:column;gap:1rem}.audience-grid,.delivery-options{grid-template-columns:1fr}}.admin-broadcast-history{padding:2rem;max-width:1600px;margin:0 auto}.history-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem}.history-header h1{font-size:2rem;font-weight:700;color:#1f2937;margin:0 0 .5rem}.history-header p{color:#6b7280;margin:0;font-size:1rem}.new-broadcast-button{padding:.75rem 1.5rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:10px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .2s ease}.new-broadcast-button:hover{transform:translateY(-2px);box-shadow:0 10px 25px #667eea66}.loading-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;background:#fff;border:2px solid #e5e7eb;border-radius:16px}.spinner{width:50px;height:50px;border:4px solid #e5e7eb;border-top-color:#667eea;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}@keyframes spin{to{transform:rotate(360deg)}}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;background:#fff;border:2px solid #e5e7eb;border-radius:16px;text-align:center}.empty-icon{font-size:4rem;margin-bottom:1rem}.empty-state h3{font-size:1.5rem;font-weight:700;color:#1f2937;margin:0 0 .5rem}.empty-state p{color:#6b7280;margin-bottom:2rem}.broadcasts-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(400px,1fr));gap:1.5rem}.broadcast-card{background:#fff;border:2px solid #e5e7eb;border-radius:16px;padding:1.5rem;transition:all .2s ease}.broadcast-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px #0000001a;border-color:#cbd5e1}.broadcast-card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem;gap:1rem}.broadcast-title{font-size:1.125rem;font-weight:700;color:#1f2937;flex:1}.status-badge{padding:.25rem .75rem;border-radius:8px;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px}.status-badge.sent{background:#d1fae5;color:#065f46}.status-badge.sending{background:#fef3c7;color:#92400e}.status-badge.failed{background:#fee2e2;color:#991b1b}.broadcast-message{font-size:.875rem;color:#6b7280;line-height:1.6;margin-bottom:1rem;padding:1rem;background:#f9fafb;border-radius:8px}.broadcast-meta{margin-bottom:1rem;padding-bottom:1rem;border-bottom:2px solid #e5e7eb}.meta-row{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;font-size:.875rem}.meta-label{font-weight:600;color:#6b7280}.meta-value{font-weight:600;color:#1f2937;text-align:right}.broadcast-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin-bottom:1rem}.stat-item{text-align:center;padding:.75rem;background:#f9fafb;border-radius:8px}.stat-value{font-size:1.25rem;font-weight:700;color:#1f2937;margin-bottom:.25rem}.stat-label{font-size:.75rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.5px}.stat-item.success .stat-value{color:#10b981}.stat-item.failed .stat-value{color:#ef4444}.stat-item.clicked .stat-value{color:#667eea}.broadcast-actions{display:flex;gap:.5rem}.action-button{flex:1;padding:.625rem 1rem;border:2px solid #e5e7eb;background:#fff;border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease}.action-button.view{border-color:#93c5fd;color:#1e40af}.action-button.view:hover{background:#eff6ff;border-color:#3b82f6}.action-button.duplicate{border-color:#86efac;color:#065f46}.action-button.duplicate:hover{background:#f0fdf4;border-color:#10b981}.action-button.delete{border-color:#fca5a5;color:#991b1b}.action-button.delete:hover{background:#fee2e2;border-color:#ef4444}.broadcast-modal{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:2rem}.modal-content{background:#fff;border-radius:16px;max-width:800px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #0000004d}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;border-bottom:2px solid #e5e7eb}.modal-header h2{font-size:1.5rem;font-weight:700;color:#1f2937;margin:0}.modal-close{width:36px;height:36px;border:none;background:#f3f4f6;border-radius:8px;font-size:1.25rem;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.modal-close:hover{background:#e5e7eb}.modal-body{padding:2rem}.modal-section{margin-bottom:2rem}.modal-section:last-child{margin-bottom:0}.modal-section h3{font-size:1.125rem;font-weight:700;color:#1f2937;margin:0 0 1rem}.message-content{padding:1.5rem;background:#f9fafb;border:2px solid #e5e7eb;border-radius:12px;font-size:.95rem;color:#4b5563;line-height:1.6;white-space:pre-wrap}.detail-grid{display:grid;gap:1rem}.detail-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;background:#f9fafb;border-radius:8px}.detail-label{font-weight:600;color:#6b7280}.detail-value{font-weight:600;color:#1f2937}.metrics-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.metric-card{text-align:center;padding:1.5rem;background:#f9fafb;border:2px solid #e5e7eb;border-radius:12px}.metric-value{font-size:2rem;font-weight:700;color:#1f2937;margin-bottom:.5rem}.metric-label{font-size:.875rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.5px}.metric-card.success{border-color:#86efac;background:linear-gradient(135deg,#f0fdf4,#fff)}.metric-card.success .metric-value{color:#10b981}.metric-card.failed{border-color:#fca5a5;background:linear-gradient(135deg,#fee2e2,#fff)}.metric-card.failed .metric-value{color:#ef4444}.metric-card.clicked{border-color:#c4b5fd;background:linear-gradient(135deg,#faf5ff,#fff)}.metric-card.clicked .metric-value{color:#667eea}.modal-footer{display:flex;gap:1rem;padding:1.5rem 2rem;border-top:2px solid #e5e7eb}.modal-action-button{flex:1;padding:.875rem 1.5rem;border:none;border-radius:10px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .2s ease}.modal-action-button.duplicate{background:linear-gradient(135deg,#10b981,#059669);color:#fff}.modal-action-button.duplicate:hover{transform:translateY(-2px);box-shadow:0 10px 25px #10b98166}.modal-action-button.close{background:#e5e7eb;color:#374151}.modal-action-button.close:hover{background:#d1d5db}@media(max-width:1024px){.broadcasts-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}}@media(max-width:768px){.admin-broadcast-history{padding:1rem}.history-header{flex-direction:column;gap:1rem}.broadcasts-grid{grid-template-columns:1fr}.broadcast-stats{grid-template-columns:repeat(2,1fr)}.metrics-grid{grid-template-columns:1fr}.broadcast-modal{padding:1rem}.modal-content{max-height:95vh}}.admin-content-editor{padding:2rem;max-width:1400px;margin:0 auto;background-color:#f9fafb;min-height:100vh}.admin-content-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;border-bottom:2px solid #e5e7eb}.admin-content-header h1{font-size:2rem;font-weight:700;color:#1f2937;margin:0}.back-button{background-color:#6b7280;color:#fff;padding:.625rem 1.25rem;border:none;border-radius:.5rem;font-weight:600;cursor:pointer;transition:background-color .2s}.back-button:hover{background-color:#4b5563}.loading{text-align:center;padding:3rem;font-size:1.125rem;color:#6b7280}.message{background-color:#10b981;color:#fff;padding:1rem;border-radius:.5rem;margin-bottom:1.5rem;text-align:center;font-weight:600}.content-sections{display:grid;grid-template-columns:1fr;gap:2rem}.content-section{background-color:#fff;padding:2rem;border-radius:.75rem;box-shadow:0 1px 3px #0000001a}.content-section h2{font-size:1.5rem;font-weight:700;color:#1f2937;margin:0 0 1.5rem;padding-bottom:.75rem;border-bottom:1px solid #e5e7eb}.content-section h3{font-size:1.25rem;font-weight:600;color:#374151;margin:2rem 0 1rem}.form-group label{display:block;font-weight:600;color:#374151;margin-bottom:.5rem;font-size:.9375rem}.form-group input[type=text],.form-group textarea,.form-group select{width:100%;padding:.75rem;border:1px solid #d1d5db;border-radius:.5rem;font-size:1rem;margin-bottom:.5rem;transition:border-color .2s}.form-group input[type=text]:focus,.form-group textarea:focus,.form-group select:focus{outline:none;border-color:#10b981}.form-group input[type=file]{width:100%;padding:.5rem;margin-bottom:.5rem}.form-group button{background-color:#10b981;color:#fff;padding:.625rem 1.25rem;border:none;border-radius:.5rem;font-weight:600;cursor:pointer;transition:background-color .2s}.form-group button:hover{background-color:#059669}.form-group button:disabled{background-color:#9ca3af;cursor:not-allowed}.image-uploads{margin-top:2rem;padding-top:2rem;border-top:1px solid #e5e7eb}.image-group{padding:1.5rem;background-color:#f9fafb;border-radius:.5rem;margin-bottom:1.5rem}.preview-image{width:100%;max-width:400px;height:auto;border-radius:.5rem;margin-bottom:1rem;box-shadow:0 1px 3px #0000001a}@media(min-width:1024px){.content-sections{grid-template-columns:repeat(2,1fr)}}.admin-showcases-container{max-width:1400px;margin:0 auto;padding:2rem}.admin-showcases-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.admin-showcases-header h1{margin:0;font-size:28px;font-weight:700;color:var(--dark-text)}.create-showcase-btn{padding:.875rem 1.5rem;background:var(--primary-green);color:#fff;border:none;border-radius:8px;font-size:15px;font-weight:600;cursor:pointer;transition:all .2s ease;font-family:Montserrat,sans-serif}.create-showcase-btn:hover{background:#059669;transform:translateY(-2px);box-shadow:0 4px 12px #10b9814d}.showcases-stats{display:grid;grid-template-columns:repeat(5,1fr);gap:1rem;margin-bottom:2rem}.stat-card{background:#fff;border:1px solid #E5E7EB;border-radius:12px;padding:1.5rem;text-align:center}.stat-card-active{border-color:var(--primary-green);background:linear-gradient(to bottom,#f0fdf4,#fff)}.stat-card-paid{border-color:#f59e0b;background:linear-gradient(to bottom,#fffbeb,#fff)}.stat-card-organic{border-color:#3b82f6;background:linear-gradient(to bottom,#eff6ff,#fff)}.stat-card-expired{border-color:#ef4444;background:linear-gradient(to bottom,#fef2f2,#fff)}.stat-value{font-size:32px;font-weight:700;color:var(--dark-text);margin-bottom:.25rem}.stat-label{font-size:13px;color:#6b7280;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.showcases-controls{display:flex;gap:1rem;margin-bottom:2rem}.showcases-search{flex:1;padding:.75rem 1rem;border:1px solid #E5E7EB;border-radius:8px;font-size:15px;font-family:Montserrat,sans-serif}.showcases-filters{display:flex;gap:.5rem}.filter-btn{padding:.75rem 1.25rem;background:#fff;border:1px solid #E5E7EB;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;font-family:Montserrat,sans-serif;color:#6b7280}.filter-btn:hover{border-color:var(--primary-green);color:var(--primary-green)}.filter-btn.active{background:var(--primary-green);color:#fff;border-color:var(--primary-green)}.showcases-loading,.showcases-empty{text-align:center;padding:3rem;color:#6b7280;background:#fff;border:1px solid #E5E7EB;border-radius:12px}.showcases-table-wrapper{background:#fff;border:1px solid #E5E7EB;border-radius:12px;overflow:hidden}.showcases-table{width:100%;border-collapse:collapse}.showcases-table thead{background:#f9fafb}.showcases-table th{padding:1rem;text-align:left;font-size:12px;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.5px;border-bottom:1px solid #E5E7EB}.showcases-table td{padding:1rem;border-bottom:1px solid #F3F4F6;font-size:14px;color:var(--dark-text)}.showcases-table tbody tr:hover{background:#f9fafb}.showcases-table tbody tr.inactive-row{opacity:.6}.seller-cell{display:flex;align-items:center;gap:.75rem}.seller-avatar-small{width:40px;height:40px;border-radius:50%;object-fit:cover;border:2px solid #F3F4F6}.seller-avatar-placeholder-small{width:40px;height:40px;border-radius:50%;background:var(--primary-green);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:16px;border:2px solid #F3F4F6}.seller-username{font-weight:600;color:var(--dark-text)}.showcase-type-badge{display:inline-flex;padding:.375rem .75rem;border-radius:6px;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.showcase-type-badge.paid{background:#fef3c7;color:#92400e}.showcase-type-badge.organic{background:#dbeafe;color:#1e40af}.status-badge{display:inline-flex;padding:.375rem .75rem;border-radius:6px;font-size:12px;font-weight:600;margin-right:.5rem}.status-badge.active{background:#d1fae5;color:#065f46}.status-badge.inactive{background:#f3f4f6;color:#6b7280}.expired-badge{display:inline-flex;padding:.375rem .75rem;border-radius:6px;font-size:12px;font-weight:600;background:#fee2e2;color:#991b1b}.priority-input{width:70px;padding:.5rem;border:1px solid #E5E7EB;border-radius:6px;font-size:14px;font-family:Montserrat,sans-serif}.showcase-actions{display:flex;gap:.5rem}.action-btn{padding:.5rem .75rem;border:1px solid #E5E7EB;border-radius:6px;background:#fff;cursor:pointer;transition:all .2s ease;font-size:16px;font-family:Montserrat,sans-serif}.action-btn:hover{transform:translateY(-2px);box-shadow:0 2px 8px #0000001a}.action-btn-with-text{font-size:14px;font-weight:600;padding:.5rem 1rem;white-space:nowrap}.btn-activate{color:var(--primary-green)}.btn-activate:hover{background:#f0fdf4;border-color:var(--primary-green)}.btn-deactivate{color:#f59e0b}.btn-deactivate:hover{background:#fffbeb;border-color:#f59e0b}.btn-delete{color:#ef4444}.btn-delete:hover{background:#fef2f2;border-color:#ef4444}.text-danger{color:#ef4444;font-weight:600}.text-muted{color:#9ca3af}.payment-link{color:var(--primary-green);text-decoration:none;font-family:monospace;font-size:13px;font-weight:600;padding:.25rem .5rem;border-radius:4px;transition:all .2s ease;display:inline-block}.payment-link:hover{background:#f0fdf4;text-decoration:underline}.modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.modal-content{background:#fff;border-radius:16px;max-width:500px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 25px -5px #0000001a}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #E5E7EB}.modal-header h2{margin:0;font-size:20px;font-weight:700;color:var(--dark-text)}.modal-close{background:none;border:none;font-size:28px;color:#9ca3af;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:6px;transition:all .2s ease}.modal-close:hover{background:#f3f4f6;color:var(--dark-text)}.modal-body{padding:1.5rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;font-size:14px;font-weight:600;color:var(--dark-text);margin-bottom:.5rem}.form-group input,.form-group select{width:100%;padding:.75rem;border:1px solid #E5E7EB;border-radius:8px;font-size:15px;font-family:Montserrat,sans-serif}.form-group small{display:block;margin-top:.5rem;font-size:13px;color:#6b7280}.modal-footer{display:flex;justify-content:flex-end;gap:1rem;padding:1.5rem;border-top:1px solid #E5E7EB}.btn-secondary{padding:.75rem 1.5rem;background:#fff;border:1px solid #E5E7EB;border-radius:8px;font-size:15px;font-weight:600;cursor:pointer;transition:all .2s ease;font-family:Montserrat,sans-serif;color:#6b7280}.btn-secondary:hover{background:#f9fafb}.btn-primary{padding:.75rem 1.5rem;background:var(--primary-green);color:#fff;border:none;border-radius:8px;font-size:15px;font-weight:600;cursor:pointer;transition:all .2s ease;font-family:Montserrat,sans-serif}.btn-primary:hover{background:#059669}@media(max-width:1200px){.showcases-stats{grid-template-columns:repeat(3,1fr)}.showcases-table-wrapper{overflow-x:auto}.showcases-table{min-width:1000px}}@media(max-width:768px){.admin-showcases-container{padding:1rem}.admin-showcases-header{flex-direction:column;align-items:stretch;gap:1rem}.showcases-stats{grid-template-columns:repeat(2,1fr)}.showcases-controls{flex-direction:column}.showcases-filters{flex-wrap:wrap}.filter-btn{flex:1;min-width:120px}}@media(max-width:480px){.showcases-stats{grid-template-columns:1fr}.stat-value{font-size:28px}}.seller-autocomplete,.autocomplete-wrapper{position:relative}.autocomplete-wrapper input{width:100%}.autocomplete-wrapper input.seller-selected{border-color:var(--primary-green);background:#f0fdf4}.autocomplete-loading{position:absolute;right:1rem;top:50%;transform:translateY(-50%);font-size:13px;color:#6b7280}.autocomplete-dropdown{position:absolute;top:100%;left:0;right:0;background:#fff;border:1px solid #E5E7EB;border-radius:8px;box-shadow:0 10px 15px -3px #0000001a;max-height:300px;overflow-y:auto;z-index:10;margin-top:.5rem}.autocomplete-item{padding:.75rem 1rem;cursor:pointer;transition:background .15s ease;border-bottom:1px solid #F3F4F6}.autocomplete-item:last-child{border-bottom:none}.autocomplete-item:hover{background:#f9fafb}.autocomplete-item-content{display:flex;align-items:center;gap:.75rem}.autocomplete-avatar{width:36px;height:36px;border-radius:50%;object-fit:cover;border:2px solid #F3F4F6}.autocomplete-avatar-placeholder{width:36px;height:36px;border-radius:50%;background:var(--primary-green);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:14px;border:2px solid #F3F4F6}.autocomplete-info{flex:1}.autocomplete-username{font-size:14px;font-weight:600;color:var(--dark-text);margin-bottom:.125rem}.autocomplete-id{font-size:12px;color:#9ca3af;font-family:monospace}.autocomplete-empty{padding:1rem;text-align:center;color:#9ca3af;font-size:14px;background:#fff;border:1px solid #E5E7EB;border-radius:8px;margin-top:.5rem}.selected-seller-info{margin-top:.75rem;padding:.75rem;background:#f0fdf4;border:1px solid #D1FAE5;border-radius:6px;display:flex;align-items:center;gap:.5rem}.selected-seller-label{font-size:13px;color:#065f46}.selected-seller-info strong{color:var(--primary-green)}.toast{position:fixed;bottom:2rem;right:2rem;display:flex;align-items:center;gap:1rem;padding:1rem 1.5rem;background:#fff;border-radius:12px;box-shadow:0 10px 40px #00000026;min-width:300px;max-width:400px;cursor:pointer;animation:slideInRight .3s ease;z-index:10000;border:2px solid #10B981}@keyframes slideInRight{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}.toast:hover{box-shadow:0 12px 48px #0003}.toast-icon{font-size:2rem;flex-shrink:0}.toast-content{flex:1;display:flex;flex-direction:column;gap:.25rem}.toast-title{font-size:.9375rem;font-weight:700;color:#1f2937}.toast-message{font-size:.875rem;color:#6b7280;line-height:1.4}.toast-close{background:none;border:none;font-size:1.25rem;color:#6b7280;cursor:pointer;width:24px;height:24px;display:flex;align-items:center;justify-content:center;border-radius:6px;flex-shrink:0;transition:all .2s ease}.toast-close:hover{background:#f3f4f6;color:#1f2937}@media(max-width:640px){.toast{bottom:1rem;right:1rem;left:1rem;max-width:none;min-width:0}}.cookie-consent-overlay{position:fixed;inset:0;background:#00000080;z-index:10000;animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.cookie-consent-banner{position:fixed;bottom:0;left:0;right:0;background:#fff;box-shadow:0 -4px 16px #00000026;z-index:10001;animation:slideUp .3s ease;max-height:90vh;overflow-y:auto}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.cookie-consent-content{max-width:1200px;margin:0 auto;padding:2rem}.cookie-consent-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem}.cookie-consent-title{font-size:1.5rem;font-weight:700;color:#111;margin:0}.cookie-consent-close{background:none;border:none;font-size:1.5rem;color:#999;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .15s ease}.cookie-consent-close:hover{background:#f5f5f5;color:#333}.cookie-consent-description{font-size:.95rem;color:#333;line-height:1.6;margin-bottom:1.5rem}.cookie-consent-link{color:#09b1ba;text-decoration:none;font-weight:500}.cookie-consent-link:hover{text-decoration:underline}.cookie-consent-actions{display:flex;gap:.75rem;flex-wrap:wrap}.cookie-consent-btn{flex:1;min-width:140px;padding:.875rem 1.5rem;border-radius:6px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .15s ease;border:none;white-space:nowrap}.cookie-consent-btn-primary{background:#09b1ba;color:#fff}.cookie-consent-btn-primary:hover{background:#078a91}.cookie-consent-btn-secondary{background:#f5f5f5;color:#333;border:1px solid #e8e8e8}.cookie-consent-btn-secondary:hover{background:#e8e8e8}.cookie-consent-btn-text{background:transparent;color:#666;padding:.875rem 1rem}.cookie-consent-btn-text:hover{color:#111;background:#f9f9f9}.cookie-consent-settings{margin-top:2rem;padding-top:2rem;border-top:1px solid #e8e8e8}.cookie-consent-settings-title{font-size:1.125rem;font-weight:600;color:#111;margin-bottom:1rem}.cookie-consent-category{background:#f9f9f9;border:1px solid #e8e8e8;border-radius:8px;padding:1.25rem;margin-bottom:1rem}.cookie-consent-category-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.cookie-consent-category-title{font-size:1rem;font-weight:600;color:#111;margin:0}.cookie-consent-toggle{position:relative;display:inline-block;width:48px;height:26px}.cookie-consent-toggle input{opacity:0;width:0;height:0}.cookie-consent-toggle-slider{position:absolute;cursor:pointer;inset:0;background-color:#ccc;transition:.3s;border-radius:26px}.cookie-consent-toggle-slider:before{position:absolute;content:"";height:20px;width:20px;left:3px;bottom:3px;background-color:#fff;transition:.3s;border-radius:50%}.cookie-consent-toggle input:checked+.cookie-consent-toggle-slider{background-color:#09b1ba}.cookie-consent-toggle input:checked+.cookie-consent-toggle-slider:before{transform:translate(22px)}.cookie-consent-toggle input:disabled+.cookie-consent-toggle-slider{background-color:#e8e8e8;cursor:not-allowed}.cookie-consent-category-description{font-size:.875rem;color:#666;line-height:1.5;margin:0}.cookie-consent-category-required{font-size:.75rem;color:#999;font-weight:500;text-transform:uppercase;letter-spacing:.5px}@media(max-width:768px){.cookie-consent-content{padding:1.5rem 1rem}.cookie-consent-title{font-size:1.25rem}.cookie-consent-description{font-size:.875rem}.cookie-consent-actions{flex-direction:column}.cookie-consent-btn{width:100%;min-width:0}.cookie-consent-category{padding:1rem}.cookie-consent-banner{max-height:85vh}}@media(max-width:480px){.cookie-consent-content{padding:1rem}.cookie-consent-title{font-size:1.125rem}.cookie-consent-header{margin-bottom:1rem}.cookie-consent-close{width:28px;height:28px;font-size:1.25rem}}.app{min-height:100vh;display:flex;flex-direction:column}
