:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--header-height: 70px}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;min-height:100vh;width:100%;display:flex;flex-direction:column;background-color:#fff}body.no-scroll{overflow:hidden}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.popup-notification{position:fixed;bottom:20px;right:20px;background-color:#4caf50;color:#fff;padding:12px 20px;border-radius:4px;box-shadow:0 2px 10px #0003;display:flex;align-items:center;gap:10px;z-index:1000;animation:fadeIn .3s,fadeOut .3s 2.7s}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeOut{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(20px)}}html,body,#root{margin:0;padding:0;background-color:#fff!important;min-height:100vh}button:focus:not(:focus-visible){box-shadow:none!important}@media (min-width: 769px){body::-webkit-scrollbar{width:8px}body::-webkit-scrollbar-track{background:#e5e7eb}body::-webkit-scrollbar-thumb{background:#a1a1aa;border-radius:10px}body::-webkit-scrollbar-thumb:hover{background:#71717a}#root::-webkit-scrollbar{width:14px}#root::-webkit-scrollbar-track{background:#e5e7eb}#root::-webkit-scrollbar-thumb{background:#a1a1aa;border-radius:10px}#root::-webkit-scrollbar-thumb:hover{background:#71717a}.page-content::-webkit-scrollbar{width:8px}.page-content::-webkit-scrollbar-track{background:#e5e7eb}.page-content::-webkit-scrollbar-thumb{background:#a1a1aa;border-radius:10px}.page-content::-webkit-scrollbar-thumb:hover{background:#71717a}}.home-header{width:100%;height:var(--header-height);background:linear-gradient(135deg,#fff,#f8f9fa);border-bottom:1px solid #eee;top:0;left:0;z-index:9997;display:flex;align-items:center;justify-content:center;padding:0 2rem;box-sizing:border-box;box-shadow:0 2px 10px #0000000d}.nav-links{display:flex;align-items:center;justify-content:space-between;width:100%;max-width:1440px;margin:0 auto;position:relative;overflow:visible}.center-group{display:flex;align-items:center;gap:1.5rem;flex:1}.header-logo{display:flex;align-items:center}.header-logo img{height:56px;width:auto;border-radius:8px;transition:transform .2s ease}.search-container{flex:1;max-width:700px}.search-form{display:flex;align-items:center;background:#fff;border-radius:25px;padding:8px 15px;border:1px solid #e0e0e0;box-shadow:0 2px 5px #0000000d;transition:all .3s ease}.search-form:focus-within{box-shadow:0 0 0 2px #667eea40;border-color:#667eea}.search-input{border:none;background:transparent;outline:none;flex:1;font-size:14px;padding:8px 0;color:#333}.search-button{background-color:transparent!important;border:none!important;box-shadow:none!important;padding:8px!important;cursor:pointer;color:#667eea;display:flex;align-items:center;justify-content:center;border-radius:50%!important;transition:background-color .2s ease,transform .2s ease;width:40px;height:40px}.search-button:hover{background-color:#667eea1a!important;transform:scale(1.05)}.search-button svg{stroke:#667eea;transition:stroke .2s ease;width:20px;height:20px}.header-extra-buttons{display:flex;align-items:center;gap:1rem;margin-left:2rem}.header-button{display:flex;align-items:center;gap:.5rem;background:linear-gradient(135deg,#f8f9fa,#fff);border:1px solid #e0e0e0;border-radius:25px;padding:8px 16px;cursor:pointer;font-size:14px;color:#333;text-decoration:none;transition:all .2s ease;font-weight:500}.header-button:hover{background:linear-gradient(135deg,#f0f0f0,#f8f9fa);border-color:#d0d0d0;box-shadow:0 2px 5px #0000000d;color:#667eea}.button-icon{display:flex;align-items:center;justify-content:center}.button-icon svg{stroke:#667eea}.campaigns-button:hover .button-icon svg,.help-button:hover .button-icon svg{stroke:#5a67d8}.language-selector{position:relative}.language-button{display:flex;align-items:center;gap:.5rem;background:linear-gradient(135deg,#f8f9fa,#fff);border:1px solid #e0e0e0;border-radius:25px;padding:8px 16px;cursor:pointer;font-size:14px;color:#333;transition:all .2s ease;font-weight:500}.language-button:hover{background:linear-gradient(135deg,#f0f0f0,#f8f9fa);border-color:#d0d0d0;box-shadow:0 2px 5px #0000000d}.language-dropdown{position:absolute;top:100%;right:0;width:150px;background:#fff;border-radius:12px;box-shadow:0 4px 15px #0000001a;margin-top:10px;z-index:1000;overflow:hidden;border:1px solid #eee;animation:fadeIn .2s ease;display:none}.language-selector:hover .language-dropdown{display:block}.language-option{width:100%;text-align:left;padding:12px 16px;border:none;background:none;cursor:pointer;font-size:14px;color:#333;transition:all .2s ease;border-bottom:1px solid #f5f5f5}.language-option:last-child{border-bottom:none}.language-option:hover{background-color:#f8f9fa;color:#667eea}.language-option.active{font-weight:600;color:#667eea;background-color:#667eea0d}.auth-cart-container{display:flex;align-items:center;gap:2rem;margin-left:2rem;flex-shrink:0}.notifications-container{position:relative}.notifications-button{background:none;border:none;cursor:pointer;padding:8px;display:flex;align-items:center;justify-content:center;position:relative;color:#333;border-radius:50%;transition:all .2s ease}.notifications-button:hover{background-color:#667eea1a}.notifications-icon{position:relative}.notifications-icon svg{fill:none;stroke:#667eea;transition:stroke .2s ease}.notifications-badge{position:absolute;top:-5px;right:-5px;background:linear-gradient(135deg,#e53e3e,#c53030);color:#fff;border-radius:50%;width:18px;height:18px;font-size:11px;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 4px #0003}.notifications-dropdown{position:absolute;top:100%;right:0;width:320px;background:#fff;border-radius:12px;box-shadow:0 4px 15px #0000001a;z-index:1000;margin-top:10px;overflow:hidden;border:1px solid #eee;animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.notifications-header{padding:15px;border-bottom:1px solid #eee;display:flex;justify-content:space-between;align-items:center;background:linear-gradient(135deg,#f8f9fa,#fff)}.notifications-title{margin:0;font-size:16px;font-weight:600;color:#333}.mark-all-read{background:none;border:none;color:#667eea;cursor:pointer;font-size:14px;font-weight:500;transition:color .2s ease}.mark-all-read:hover{color:#5a67d8;text-decoration:underline}.notifications-list{max-height:400px;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#d1d5db #f3f4f6}.notifications-list::-webkit-scrollbar{width:8px}.notifications-list::-webkit-scrollbar-track{background:#f3f4f6;border-radius:10px}.notifications-list::-webkit-scrollbar-thumb{background-color:#d1d5db;border-radius:9999px;border:2px solid #f3f4f6}.notification-item{display:flex;padding:12px 15px;border-bottom:1px solid #f0f0f0;text-decoration:none;color:inherit;transition:background-color .2s;align-items:center}.notification-item:hover{background-color:#f8f9fa}.notification-item.unread{background-color:#667eea0d}.notification-icon{margin-right:12px;font-size:20px;display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:#f8f9fa;border-radius:50%;flex-shrink:0}.notification-content{flex:1}.notification-title{font-weight:600;margin-bottom:4px;color:#333}.notification-message{font-size:14px;color:#666;margin-bottom:4px;line-height:1.4}.notification-date{font-size:12px;color:#999}.unread-indicator{width:8px;height:8px;background-color:#667eea;border-radius:50%;margin-left:8px;flex-shrink:0}.notifications-footer{padding:12px;text-align:center;border-top:1px solid #eee;background:linear-gradient(135deg,#fff,#f8f9fa)}.view-all-notifications{color:#667eea;text-decoration:none;font-size:14px;font-weight:500;transition:color .2s ease}.view-all-notifications:hover{color:#5a67d8;text-decoration:underline}.no-notifications{padding:30px 20px;text-align:center;color:#666;font-size:14px}.login-button-container{position:relative}.auth-button{display:flex;align-items:center;gap:.5rem;background:linear-gradient(135deg,#f8f9fa,#fff);border:1px solid #e0e0e0;border-radius:25px;padding:8px 16px;cursor:pointer;font-size:14px;color:#333;transition:all .2s ease;font-weight:500}.auth-button:hover{background:linear-gradient(135deg,#f0f0f0,#f8f9fa);border-color:#d0d0d0;box-shadow:0 2px 5px #0000000d}.auth-icon{display:flex;align-items:center;justify-content:center}.auth-icon svg{stroke:#667eea}.login-dropdown{position:absolute;top:100%;right:0;width:180px;background:#fff;border-radius:12px;box-shadow:0 4px 15px #0000001a;margin-top:10px;z-index:1000;overflow:hidden;border:1px solid #eee;animation:fadeIn .2s ease}.login-dropdown a{padding:12px 16px;color:#333;text-decoration:none;display:block;transition:all .2s ease;border-bottom:1px solid #f5f5f5;font-size:14px}.login-dropdown a:last-child{border-bottom:none}.login-dropdown a:hover{background-color:#f8f9fa;color:#667eea}.wallet-button{display:flex;align-items:center;gap:.5rem;background:linear-gradient(135deg,#f8f9fa,#fff);border:1px solid #e0e0e0;border-radius:25px;padding:8px 16px;cursor:pointer;font-size:14px;color:#333;text-decoration:none;transition:all .2s ease;font-weight:500}.wallet-button:hover{background:linear-gradient(135deg,#f0f0f0,#f8f9fa);border-color:#d0d0d0;box-shadow:0 2px 5px #0000000d}.wallet-icon{display:flex;align-items:center;justify-content:center}@media (max-width: 1024px){.home-header{padding:12px 16px;height:auto!important;min-height:70px;position:relative;z-index:9999}.home-header .nav-links{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between}.home-header .center-group{display:contents}.home-header .header-logo{order:1;margin-right:auto}.home-header .auth-cart-container{order:2;margin-left:auto;gap:12px;flex-shrink:0}.home-header .search-container{order:3;flex:1 1 100%;max-width:100%;margin:15px 0 5px}.home-header .search-form{width:100%}.home-header .auth-button,.home-header .wallet-button{padding:8px;width:40px;height:40px;border-radius:50%;display:flex;justify-content:center;align-items:center}.home-header .auth-button span,.home-header .wallet-button span{display:none!important}.home-header .auth-icon,.home-header .wallet-icon{margin:0;display:flex;align-items:center;justify-content:center}.home-header .notifications-dropdown,.home-header .login-dropdown{width:280px;right:0;top:calc(100% + 5px)}}@media (max-width: 480px){.home-header{padding:10px 12px}.home-header .header-logo img{height:38px}.home-header .auth-cart-container{gap:8px}.home-header .notifications-dropdown,.home-header .login-dropdown{width:250px;right:-10px}}@media (max-width: 768px){.header-logo img{height:50px!important;width:auto!important}}.footer{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;margin-top:auto;padding:40px 0 20px;position:relative;z-index:5;font-size:14px}.footer-inner{max-width:1200px;margin:0 auto;padding:0 20px}.footer-top{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:40px;align-items:flex-start;margin-bottom:30px}.footer-title{margin:0 0 12px;font-size:1.6rem;font-weight:700;letter-spacing:-.5px}.footer-desc{margin:0 0 20px;opacity:.9;line-height:1.6;max-width:300px}.newsletter-form{display:flex;gap:10px;margin-top:16px}.newsletter-form input{flex:1;padding:12px 14px;border-radius:8px;border:1px solid transparent;outline:none;font-size:14px;background:#fffffff2;color:#333;transition:all .2s ease}.newsletter-form input:focus{background:#fff;box-shadow:0 0 0 3px #ffffff4d}.newsletter-form button{background:#333;color:#fff;border:none;border-radius:8px;padding:0 18px;font-weight:600;cursor:pointer;transition:transform .1s ease,background .2s ease}.newsletter-form button:hover{background:#000;transform:translateY(-1px)}.socials{display:flex;gap:12px;margin-top:20px}.social-link{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background:#fff3;color:#fff;text-decoration:none;transition:all .2s ease}.social-link:hover{background:#fff;color:#667eea;transform:scale(1.1)}.footer-col h4{margin:0 0 16px;font-size:1.1rem;font-weight:700}.footer-col ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}.footer-col a{color:#ffffffd9;text-decoration:none;transition:color .2s ease,padding-left .2s ease}.footer-col a:hover{color:#fff;text-decoration:none;padding-left:4px}.footer-bottom{display:flex;justify-content:space-between;align-items:center;border-top:1px solid rgba(255,255,255,.15);margin-top:20px;padding-top:20px;font-size:.9rem;opacity:.9}.footer-links{display:flex;gap:20px;align-items:center}.footer-links a{color:#fff;opacity:.8;text-decoration:none;font-size:13px}.footer-links a:hover{opacity:1;text-decoration:underline}@media (max-width: 900px){.footer-top{grid-template-columns:1fr 1fr;gap:30px}.footer-brand{grid-column:1 / -1;text-align:center;align-items:center;display:flex;flex-direction:column}.newsletter-form{width:100%;max-width:400px}}@media (max-width: 600px){.footer-top{grid-template-columns:1fr;gap:24px;text-align:center}.footer-desc{margin-left:auto;margin-right:auto}.socials{justify-content:center}.newsletter-form{flex-direction:column}.newsletter-form button{padding:12px;width:100%}.footer-bottom{flex-direction:column;gap:12px;text-align:center}.footer-links{justify-content:center;flex-wrap:wrap;gap:12px}}.sidebar{position:fixed;left:-300px;width:300px;height:100vh;background:linear-gradient(to bottom,#fff,#f9fafc);border-right:1px solid #e6e9ef;box-shadow:3px 0 12px #00000014;z-index:10001;overflow-y:auto;transition:left .3s ease}.sidebar.open{left:0}.sidebar-category h3{padding:.8rem 1.7rem;font-size:1rem;font-weight:750;margin:0;cursor:pointer;display:flex;justify-content:space-between;align-items:center;background:#fff;border-left:4px solid transparent;border-bottom:1px solid #f0f0f5;transition:all .2s ease;color:#374151}.sidebar-category h3:hover{background:#f5f3ff;border-left-color:#953be4;color:#953be4}.category-icon{color:#9ca3af;font-size:.8rem}.sidebar-menu{list-style:none;padding:0;margin:0;background:#fafafa}.sidebar-menu li{padding:0;border-bottom:1px solid #f3f4f6}.sidebar-menu a{padding:.75rem 2.5rem;color:#4b5563;text-decoration:none;display:block;font-size:.95rem;font-weight:500;transition:all .2s ease}.sidebar-menu a:hover{background-color:#fff;color:#953be4;padding-left:2.8rem}.sidebar::-webkit-scrollbar{width:6px}.sidebar::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:10px}.sidebar-edge-handle{position:fixed;top:90px;width:36px;height:64px;background:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10002;color:#953be4;transition:left .3s ease;box-shadow:2px 0 8px #0000001a;border:1px solid #e6e9ef;border-left:none}.sidebar-edge-handle.closed{left:0;border-radius:0 10px 10px 0}.sidebar-edge-handle.open{left:300px;border-radius:0 10px 10px 0}.sidebar-overlay.active{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#0000004d;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:10000}.sidebar-menu a.active{background-color:#fff;color:#953be4;padding-left:2.8rem;border-left:3px solid #953be4}.sidebar-menu a.active:hover{padding-left:2.8rem}@media (max-width: 768px){.sidebar-edge-handle{top:140px}}@media (max-width: 480px){.sidebar-edge-handle{top:130px}}.category-bar{width:100%;background:#fff;border-bottom:1px solid #eee;padding:.5rem 0;position:relative;z-index:9000}.category-bar .category-container{display:flex;justify-content:space-between;align-items:center;max-width:1440px;margin:0 auto;padding:0 15px;gap:12px;overflow:visible;-webkit-overflow-scrolling:touch;scrollbar-width:none}.category-bar .category-container::-webkit-scrollbar{display:none}.category-bar .category-item-wrapper{position:relative;z-index:100;flex-shrink:0}.category-bar .category-item{display:flex;flex-direction:column;align-items:center;justify-content:center;width:160px;height:90px;padding:0 10px;cursor:pointer;transition:all .25s ease;color:#111827;border-radius:12px;background-color:#fff;box-shadow:0 4px 8px #0000000d;border:1px solid #f9fafb}.category-bar .category-item:hover{color:#7121a2;transform:translateY(-2px);background-color:#fefaff;box-shadow:0 8px 15px #00000014}.category-bar .category-name{font-size:1rem;font-weight:600;text-align:center;color:inherit;line-height:1.2;white-space:normal;word-break:break-word}.category-bar .subcategory-dropdown{display:none;position:absolute;top:100%;left:0;background:#fff;min-width:220px;border:1px solid #ddd;border-radius:6px;box-shadow:0 6px 16px #00000026;z-index:200;padding:6px 0}.category-bar .category-item-wrapper:hover>.subcategory-dropdown{display:block}.category-bar .subcategory-wrapper{position:relative}.category-bar .subcategory-item{display:flex;align-items:center;justify-content:space-between;width:100%;padding:12px 20px;color:#333;font-size:15px;font-weight:600;white-space:nowrap;cursor:pointer;transition:background .2s,color .2s;box-sizing:border-box}.category-bar .subcategory-item:hover{background-color:#f3eaff;color:#6f20ac}.category-bar .submenu-arrow{font-size:.8rem;color:#888}.category-bar .subcategory-wrapper:hover>.subcategory-dropdown{display:block;top:0;left:100%;min-width:200px}@media (max-width: 768px){.category-bar .category-container{justify-content:flex-start;padding:5px 15px 10px;gap:8px;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.category-bar .category-container::-webkit-scrollbar{display:none}.category-bar .category-item{width:auto;min-width:max-content;height:38px;padding:0 16px;border-radius:20px;box-shadow:0 2px 4px #0000000d;border:1px solid #eaeaea}.category-bar .category-name{font-size:13px;font-weight:500;white-space:nowrap}.category-bar .category-item-wrapper{position:static}.category-bar .subcategory-dropdown{top:100%;left:0;width:100%;border-radius:0 0 16px 16px;box-shadow:0 20px 30px #00000026;padding:10px 0;border-top:none}.category-bar .subcategory-wrapper:hover>.subcategory-dropdown{left:0;top:100%;width:100%;box-sizing:border-box}.category-bar .subcategory-item{padding:12px 20px;font-size:14px;border-bottom:1px solid #f5f5f5}.category-bar .subcategory-item:last-child{border-bottom:none}}.product-card-link{display:block;height:100%;color:inherit;text-decoration:none}.product-card{background-color:#fff;border-radius:8px;overflow:hidden;box-shadow:0 4px 12px #0000001a;transition:transform .25s ease,box-shadow .25s ease;height:100%;display:grid;grid-template-rows:auto 1fr auto;cursor:pointer;max-width:100%;border:1px solid #e0e0e0}.product-card:hover{transform:translateY(-4px);box-shadow:0 12px 25px #00000026}.product-image{position:relative;width:100%;aspect-ratio:6 / 7;background-color:#fff;display:flex;align-items:center;justify-content:center;overflow:hidden}.product-image img{width:100%;height:100%;object-fit:cover;object-position:center}.product-type-badge{position:absolute;top:0;left:0;padding:6px 10px;border-radius:8px 0;font-size:.7rem;font-weight:700;color:#fff;z-index:15;text-transform:uppercase}.badge-auction{background-color:#8e4eef}.badge-fixed{background-color:#4caf50}.wishlist-button{position:absolute;top:8px;right:8px;background:#ffffffd9;border:none;padding:8px;border-radius:50%;cursor:pointer;z-index:20;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 2px 5px #0000001a;color:#999}.wishlist-button:hover{color:#8e4eef;background:#fff}.wishlist-button.active{fill:#8e4eef;stroke:#ff4d4d;color:#ff4d4d;background:#fff}.product-content{padding:15px;display:flex;flex-direction:column;gap:8px;box-sizing:border-box;width:100%;background-color:#fff;flex-grow:1;min-width:0}.product-title{font-size:20px;font-weight:700;color:#1a1a1a;word-break:break-word;overflow-wrap:break-word;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;line-height:1.4;min-height:56px}.product-title.product-title{font-size:20px;color:#181818}.price-item{display:flex;justify-content:space-between;align-items:center;font-size:.95rem;color:#333;border-bottom:1px dashed #e0e0e0;padding-bottom:10px}.price-item:last-child{border-bottom:none}.label{font-weight:600;color:#444}.value{font-weight:700;color:#434343}.highlight .value{color:#47ab4f;font-size:1.05rem}.end-time .time-value{color:#a00606;font-weight:700;font-size:16px}.product-footer{padding:15px;border-top:1px solid #f0f0f0;box-sizing:border-box;width:100%;background-color:#fafafa}.product-buttons{display:flex;gap:8px;align-items:center}.add-to-cart{flex:1 1 auto;padding:10px 12px;background:linear-gradient(135deg,#8e4eef,#8e4eef);color:#fff;border:none;border-radius:6px;cursor:pointer;font-weight:600;font-size:14px;transition:all .2s ease}.add-to-cart:hover{opacity:.9;box-shadow:0 2px 8px #0000001a}.bid-button{background:linear-gradient(135deg,#667eea,#764ba2)}.bid-button:hover{background:linear-gradient(135deg,#667eea,#4e2379)}.skeleton-card{border:1px solid #f0f0f0;background-color:#f7f7f7}.skeleton-image{width:100%;height:100%;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:loading-animation 1.5s infinite linear}.skeleton-content{padding:15px}.skeleton-line{height:14px;margin-bottom:8px;background-color:#e0e0e0;border-radius:4px}.skeleton-line.full-width{width:100%}.skeleton-line.half-width{width:60%}.skeleton-line.quarter-width{width:40%}.skeleton-line.title-line{height:18px;margin-top:5px}.skeleton-line.price-line{height:14px;width:50%}.skeleton-line.bid-line{height:12px;width:30%}.skeleton-footer .skeleton-line.button-line{height:40px;width:100%;margin:0}@keyframes loading-animation{0%{background-position:200% 0}to{background-position:-200% 0}}.status-ribbon{position:absolute;top:70%;left:0;width:100%;color:#fff;text-align:center;padding:8px 0;font-weight:800;font-size:13px;letter-spacing:1px;text-transform:uppercase;z-index:20;box-shadow:0 4px 10px #00000026;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.ribbon-sold{background-color:#e11d48d9}@media (max-width: 768px){.status-ribbon{font-size:10px!important;padding:5px 0!important;letter-spacing:0px!important;white-space:nowrap!important;top:75%!important}}.add-to-cart.disabled-btn{background:#e5e7eb!important;color:#9ca3af!important;cursor:not-allowed!important;box-shadow:none!important;transform:none!important}.add-to-cart.disabled-btn:hover{opacity:1!important}@media (max-width: 768px){.product-content{padding:8px!important;gap:2px!important;justify-content:flex-start!important}.product-footer{padding:4px 8px 8px!important;border-top:none!important}.product-title.product-title{font-size:12px!important;line-height:1.4!important;min-height:calc(12px * 1.4 * 2)!important;height:auto!important;margin-bottom:4px!important;display:-webkit-box!important;-webkit-box-orient:vertical!important;overflow:hidden!important;white-space:normal!important}.price-info{display:flex;flex-direction:column;gap:2px!important}.price-item{border-bottom:none!important;padding-bottom:0!important;flex-direction:row!important;justify-content:space-between!important;align-items:center!important;margin-bottom:0!important}.price-item .label{font-size:10px!important;font-weight:500!important;color:#888!important}.price-item .value{font-size:11px!important;font-weight:700!important}.price-item.highlight .value{font-size:12px!important;color:#4caf50!important}.end-time{margin-top:2px!important}.end-time .time-value{font-size:11px!important}.add-to-cart{padding:6px!important;font-size:12px!important;border-radius:6px!important}.sold-ribbon{font-size:10px!important;padding:5px 0!important;letter-spacing:0px!important;white-space:nowrap!important;top:75%!important}.wishlist-button{padding:6px!important;top:6px!important;right:6px!important}.wishlist-button svg{width:14px!important;height:14px!important}}.product-badges-container{position:absolute;top:0;left:0;display:flex;flex-direction:column;gap:4px;z-index:15}.product-type-badge{position:relative!important;padding:6px 10px;border-radius:0 8px 8px 0;font-size:.7rem;font-weight:700;color:#fff;text-transform:uppercase;width:fit-content}.badge-campaign{background:linear-gradient(135deg,#f59e0b,#ef4444);box-shadow:0 2px 6px #ef44444d}.camp-wrapper{max-width:1400px;margin:20px auto;background:#fff;font-family:Inter,system-ui,sans-serif;position:relative;z-index:1}.camp-slider-container{display:flex;overflow-x:hidden;scroll-behavior:smooth;width:100%;scroll-snap-type:x mandatory}.camp-slide{flex:0 0 100%;min-width:100%;display:flex;align-items:center;justify-content:space-between;padding:40px;gap:60px;scroll-snap-align:start}.camp-info-side{flex:1;max-width:600px}.camp-info-badge{display:inline-block;background:#fdf2f8;color:#be185d;padding:8px 16px;border-radius:100px;font-size:14px;font-weight:700;margin-bottom:24px}.camp-info-title{font-size:56px;font-weight:800;line-height:1.1;color:#111827;margin-bottom:20px;letter-spacing:-1px}.camp-info-desc{font-size:18px;color:#4b5563;line-height:1.6;margin-bottom:36px}.camp-info-actions{display:flex;margin-bottom:48px}.camp-btn-main{background:#111827;color:#fff;padding:16px 36px;border-radius:12px;font-weight:600;text-decoration:none;transition:all .3s ease;box-shadow:0 10px 20px -10px #11182780}.camp-btn-main:hover{background:#374151;transform:translateY(-2px);box-shadow:0 15px 25px -10px #11182799;color:#fff}.camp-info-stats{display:flex;gap:48px;border-top:1px solid #f3f4f6;padding-top:24px}.camp-stat-box strong{display:block;font-size:32px;color:#111827;line-height:1;margin-bottom:4px}.camp-stat-box span{color:#6b7280;font-size:14px;font-weight:500}.camp-visual-side{flex:1;display:flex;justify-content:flex-end}.camp-featured-card-link{display:block;width:100%;max-width:480px;text-decoration:none;color:inherit;transition:transform .3s ease,box-shadow .3s ease;border-radius:28px}.camp-featured-card-link:hover{transform:translateY(-8px)}.camp-featured-card{background:#fff;border-radius:28px;padding:20px;box-shadow:0 20px 40px -15px #0000001a;border:1px solid #e5e7eb;transition:box-shadow .3s ease;height:100%}.camp-featured-card-link:hover .camp-featured-card{box-shadow:0 30px 50px -15px #00000026;border-color:#d1d5db}.camp-card-img{width:100%;height:280px;border-radius:20px;overflow:hidden;position:relative;margin-bottom:20px}.camp-card-img img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.camp-featured-card-link:hover .camp-card-img img{transform:scale(1.05)}.camp-status-overlay{position:absolute;top:16px;right:16px;background:#10b981e6;color:#fff;padding:6px 12px;border-radius:8px;font-size:13px;font-weight:600;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.camp-card-header{margin-bottom:8px}.camp-cat{color:#6b7280;font-size:14px;text-transform:uppercase;letter-spacing:.5px;font-weight:600}.camp-card-name{font-size:22px;font-weight:700;margin-bottom:24px;color:#111827;line-height:1.3}.camp-card-footer{display:flex;justify-content:space-between;align-items:flex-end;background:#f9fafb;padding:16px;border-radius:16px;margin-bottom:16px}.camp-bid-group label{font-size:13px;color:#6b7280;display:block;margin-bottom:4px}.camp-bid-group p{font-size:18px;font-weight:700;color:#111827;margin:0}.camp-price-highlight{font-size:24px!important;color:#2563eb!important}.right-align{text-align:right}.camp-countdown-box{display:flex;justify-content:space-between;align-items:center;padding:0 8px}.camp-time-remaining{color:#dc2626;font-weight:600;font-size:14px;background:#fef2f2;padding:6px 12px;border-radius:8px}.camp-view-count{color:#6b7280;font-size:14px;font-weight:500}.camp-dots{display:flex;justify-content:center;gap:10px;margin-top:10px}.camp-dot{width:10px;height:10px;border-radius:50%;background:#d1d5db;cursor:pointer;transition:all .3s ease}.camp-dot:hover{background:#9ca3af}.camp-dot.active{width:32px;border-radius:10px;background:#2563eb}@media (max-width: 768px){.camp-wrapper{padding:0!important;margin:10px auto}.camp-slide{flex-direction:column;align-items:center;text-align:center;gap:25px;padding:25px 20px}.camp-info-side{max-width:100%;display:flex;flex-direction:column;align-items:center}.camp-info-title{font-size:32px;margin-bottom:12px}.camp-info-desc{font-size:14px;margin-bottom:20px;line-height:1.5}.camp-info-stats{gap:20px;padding-top:15px;justify-content:center}.camp-visual-side{width:100%;max-width:340px;margin:0 auto}.camp-featured-card{margin-top:0}}.loader-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#ffffffe6;display:flex;align-items:center;justify-content:center;z-index:9999;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.loader-lottie{display:flex;flex-direction:column;align-items:center}.products-section{padding:10px 0 30px;max-width:1440px;margin:0 auto}.section-title{font-size:24px;font-weight:700;color:#2c3e50;margin-bottom:20px;text-align:center}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:24px;width:100%;max-width:1440px;margin:0 auto;padding:20px}.status-message{grid-column:1 / -1;padding:30px;text-align:center;border-radius:8px;margin:20px 0;font-size:1.1em;width:auto}.no-products-message{background-color:#f7f7f7;border:2px dashed #ccc;color:#666}.no-products-message p:first-child{font-weight:600;font-size:1.2em}.error-message{background-color:#ffebeb;border:2px solid #ff4d4d;color:#ff4d4d}@media (max-width: 768px){.products-grid{padding:0 15px;gap:12px;grid-template-columns:repeat(auto-fill,minmax(180px,1fr))}}@media (max-width: 500px){.products-grid{padding:0 10px;gap:10px;grid-template-columns:repeat(2,1fr)}.product-title.product-title{font-size:15px}}.welcome-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000c;display:flex;justify-content:center;align-items:center;z-index:10000;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.welcome-modal.large{background:#fff;width:90%;max-width:750px;max-height:85vh;border-radius:24px;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 25px 50px -12px #00000080}.welcome-header{padding:30px 40px;background:#fcfaff;border-bottom:1px solid #eee}.header-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.header-top h2{color:#4e2379;font-size:1.8rem;margin:0}.close-x{background:none;border:none;font-size:2rem;color:#999;cursor:pointer}.header-subtitle{color:#666;font-size:1rem;margin:0}.welcome-body.scrollable{padding:30px 40px;overflow-y:auto;flex:1}.intro-section{margin-bottom:35px}.intro-section h3{color:#333;font-size:1.25rem;margin-bottom:15px;border-left:4px solid #4e2379;padding-left:15px}.intro-section p{color:#555;line-height:1.6}.intro-section ul{padding-left:20px;margin-top:10px}.intro-section li{margin-bottom:8px;color:#555}.choice-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-top:15px}.choice-box{background:#f8f9fa;padding:20px;border-radius:16px;border:1px solid #eee}.choice-box h4{color:#4e2379;margin-bottom:10px}.welcome-footer{padding:25px 40px;border-top:1px solid #eee;background:#fff}.welcome-close-btn{width:100%;padding:18px;background:#4e2379;color:#fff;border:none;border-radius:14px;font-weight:700;font-size:1.1rem;cursor:pointer;transition:all .3s ease}.welcome-close-btn:hover{background:#3b1a5c;transform:translateY(-2px)}.welcome-body.scrollable::-webkit-scrollbar{width:8px}.welcome-body.scrollable::-webkit-scrollbar-track{background:#f1f1f1}.welcome-body.scrollable::-webkit-scrollbar-thumb{background:#ccc;border-radius:10px}.welcome-body.scrollable::-webkit-scrollbar-thumb:hover{background:#4e2379}body.modal-open .sidebar,body.modal-open .navbar,body.modal-open .category-bar{pointer-events:none;-webkit-user-select:none;user-select:none;filter:blur(2px);transition:filter .3s ease}.welcome-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000bf;display:flex;justify-content:center;align-items:center;z-index:999999;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.custom-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:none;border-radius:8px;font-family:inherit;font-weight:600;cursor:pointer;transition:all .2s ease;position:relative;overflow:hidden}.custom-btn:disabled{opacity:.6;cursor:not-allowed;transform:none!important}.btn-small{padding:6px 12px;font-size:13px}.btn-medium{padding:10px 20px;font-size:15px}.btn-large{padding:14px 28px;font-size:16px}.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;box-shadow:0 4px 6px #667eea40}.btn-primary:not(:disabled):hover{transform:translateY(-2px);box-shadow:0 6px 12px #667eea59}.btn-secondary{background:#f1f5f9;color:#475569}.btn-secondary:not(:disabled):hover{background:#e2e8f0}.btn-danger{background:#ef4444;color:#fff}.btn-danger:not(:disabled):hover{background:#dc2626}.btn-outline{background:transparent;border:1px solid #cbd5e1;color:#475569}.btn-outline:not(:disabled):hover{border-color:#667eea;color:#667eea;background:#f8fafc}.btn-spinner{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-radius:50%;border-top-color:#fff;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.login-container{width:100%;min-height:100vh;min-height:100dvh;display:flex;align-items:center;justify-content:center;padding:20px;background:linear-gradient(135deg,#f8f9fa,#fff);font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.auth-card{width:100%;max-width:420px;background:#fff;border:1px solid #eee;border-radius:16px;box-shadow:0 4px 15px #00000014;padding:24px}.auth-tabs{display:flex;gap:12px;margin-bottom:25px;border-bottom:1px solid #f0f0f0}.auth-tab{flex:1;text-align:center;padding:12px;border-bottom:2px solid transparent;color:#666;font-weight:600;text-decoration:none;transition:all .2s ease}.auth-tab.active{color:#667eea;border-color:#667eea}.login-form{display:flex;flex-direction:column;gap:20px}.form-group{display:flex;flex-direction:column;gap:8px}.form-group label{font-weight:600;color:#374151;font-size:.9rem}.form-group input{width:100%;height:48px;padding:12px 14px;border:1px solid #e2e8f0;border-radius:10px;outline:none;background:#f8fafc;transition:all .2s ease}.form-group input:focus{border-color:#667eea;background:#fff;box-shadow:0 0 0 3px #667eea1a}.form-group input.error{border-color:#ef4444}.form-input-wrapper{position:relative}.toggle-password{position:absolute;right:14px;top:50%;transform:translateY(-50%);background:none;border:none;cursor:pointer;font-size:1.2rem;padding:0}.submit-button{width:100%!important;margin-top:10px;background:linear-gradient(135deg,#667eea,#764ba2)!important;border:none!important;color:#fff!important}.submit-button:hover{transform:translateY(-2px);box-shadow:0 6px 15px #667eea4d}.auth-actions{display:flex;justify-content:flex-end;margin-top:-10px}.forgot-link{font-size:13px;color:#667eea;text-decoration:none;font-weight:500}.error-message{color:#ef4444;font-size:12px;margin-top:4px}.register-link{margin-top:25px;padding-top:20px;border-top:1px solid #f0f0f0;text-align:center}@media (max-width: 768px){.login-container{align-items:flex-start!important;padding-top:40px!important;min-height:auto!important;padding-bottom:80px!important;background:#fff!important}.auth-card{box-shadow:none!important;border:none!important;padding:10px 15px!important;margin:0!important;width:100%!important}}*{box-sizing:border-box;margin:0;padding:0}body,html{height:100%;width:100%}:root{--primary: #8e4eef;--primary-hover: #6625c6}.register-container{width:100%;min-height:100vh;min-height:100dvh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:20px;background:linear-gradient(135deg,#f8f9fa,#fff);overflow-y:auto}.auth-card{width:100%;max-width:420px;background:#fff;border:1px solid #eee;border-radius:16px;box-shadow:0 4px 15px #00000014;padding:24px;margin:auto;position:relative}.auth-tabs{display:flex;gap:12px;margin-bottom:20px;border-bottom:1px solid #f0f0f0}.auth-tab{flex:1;text-align:center;padding:10px 12px;border-bottom:2px solid transparent;color:#666;font-weight:600;text-decoration:none;cursor:pointer;transition:color .3s ease}.auth-tab.active{color:var(--primary);border-color:var(--primary)}.form-group{display:flex;flex-direction:column;gap:6px;margin-bottom:16px}.form-group label{font-weight:600;color:#333;font-size:.9rem}.form-input-wrapper{position:relative;display:flex;align-items:center}.form-group input,.form-group select{width:100%;height:44px;padding:12px 14px;border:1px solid #e0e0e0;border-radius:10px;outline:none;background:#f3f6ff;color:#333;font-size:14px;transition:all .2s ease}.form-group input:focus,.form-group select:focus{border-color:var(--primary);box-shadow:0 0 0 4px #8e4eef1a;background:#fff}.error-message{color:#d32f2f;font-size:.8rem;margin-top:2px}.form-group input.error{border-color:#d32f2f;background-color:#fff8f8}.submit-button{width:100%;height:44px;border:none;border-radius:10px;background:linear-gradient(135deg,var(--primary),#7a3ee0);color:#fff;font-weight:700;cursor:pointer;margin-top:10px;transition:transform .1s ease,box-shadow .2s ease}.submit-button:hover{box-shadow:0 6px 20px #8e4eef4d;transform:translateY(-1px)}.submit-button:active{transform:scale(.98)}.toggle-password{position:absolute;right:12px;top:50%;transform:translateY(-50%);background:none;border:none;cursor:pointer;color:var(--primary);font-size:.9rem;padding:4px}.login-link{margin-top:20px;text-align:center;font-size:14px;color:#666}.login-link a{color:var(--primary);font-weight:600;text-decoration:none}.legal-text{font-size:.75rem;color:#888;text-align:center;margin-top:15px;line-height:1.4}.legal-text a{color:var(--primary);text-decoration:none}.verification-method{display:flex;gap:15px;margin-top:10px;margin-bottom:20px}.verification-method label{flex:1;display:flex;align-items:center;justify-content:center;gap:10px;padding:12px 15px;border:2px solid #e1e5e9;border-radius:12px;background-color:#fff;color:#666;cursor:pointer;font-size:.95rem;font-weight:600;transition:all .2s ease;-webkit-user-select:none;user-select:none}.verification-method label:hover{border-color:#cbd5e0;background-color:#f8fafc}.verification-method label:has(input:checked){border-color:var(--primary);background-color:#8e4eef14;color:var(--primary);box-shadow:0 4px 12px #8e4eef26}.verification-method input[type=radio]{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:20px!important;height:20px!important;border:2px solid #ccc!important;border-radius:50%!important;margin:0!important;padding:0!important;display:grid;place-content:center;background-color:#fff!important;transition:.2s all;cursor:pointer}.verification-method input[type=radio]:checked{border-color:var(--primary)!important;background-color:#fff!important}.verification-method input[type=radio]:before{content:"";width:10px;height:10px;border-radius:50%;transform:scale(0);transition:.2s transform cubic-bezier(.175,.885,.32,1.275);background-color:var(--primary)}.verification-method input[type=radio]:checked:before{transform:scale(1)}.verification-method.disabled-method{opacity:.6;pointer-events:none}.verification-method.disabled-method label{cursor:not-allowed;background-color:#f3f4f6;border-color:#e5e7eb}.form-group input:disabled{background-color:#f3f4f6;color:#9ca3af;cursor:not-allowed;border-color:#e5e7eb}.change-method-btn{background:none;border:none;color:var(--primary);font-size:.85rem;font-weight:600;cursor:pointer;padding:4px 8px;border-radius:4px;transition:all .2s;margin-left:auto}.change-method-btn:hover{background-color:#8e4eef1a;text-decoration:underline}.fade-in{animation:fadeIn .3s ease-in-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.register-container{align-items:flex-start!important;justify-content:flex-start!important;padding-top:40px!important;min-height:auto!important;padding-bottom:80px!important;background:#fff!important}.auth-card{box-shadow:none!important;background:#fff!important;border:none!important;padding:10px 15px!important;margin:0!important;width:100%!important}.form-group input,.form-group select{background:#fff!important;border:1px solid #e2e8f0!important}}body{background-color:#fcfcfd;color:#1a1a1b}.product-detail-container{max-width:1480px;margin:40px auto;display:grid;grid-template-columns:1.1fr .9fr;gap:40px;padding:0 20px}.product-detail-left{background:#fff;border-radius:20px;padding:50px;box-shadow:0 4px 20px #00000008;position:sticky;top:20px;height:fit-content}.main-image{width:100%;border-radius:16px;aspect-ratio:1/1;object-fit:cover;transition:transform .3s ease}.thumbnail-images{display:flex;gap:12px;margin-top:15px;padding-bottom:5px;overflow-x:auto}.thumbnail{width:70px;height:70px;border-radius:10px;border:2px solid transparent;cursor:pointer;transition:all .2s}.thumbnail.active{border-color:#6200ff;transform:scale(1.05)}.product-detail-right{display:flex;flex-direction:column;gap:15px;min-width:0}.productPage-title{font-size:2.4rem;font-weight:700;line-height:1.17;margin-bottom:5px;overflow-wrap:break-word;word-wrap:break-word;word-break:break-word}.view-count-info{display:flex;align-items:center;gap:6px;color:#6b7280;font-size:.9rem}.highest-bid,.quick-buy-price{background:#fff;padding:18px 24px;border-radius:14px;border:1px solid #f0f0f0;display:flex;justify-content:space-between;align-items:center}.highest-bid{border-left:5px solid #6200ff;background:linear-gradient(to right,#fdfbff,#fff)}.bid-value,.price-value{font-size:1.6rem;font-weight:700;color:#1a1a1a}.price-value{color:#16a34a}.countdown-timer{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:12px}.time-block{background:linear-gradient(135deg,#667eea,#4e2379);color:#fff;padding:12px;border-radius:10px;min-width:90px;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px}.time-num{font-size:1.5rem;font-weight:700;display:block;line-height:1}.time-unit{font-size:.7rem;text-transform:uppercase;opacity:.9;font-weight:500}.time-divider{color:#4e2379;font-size:1.5rem;font-weight:700;padding-bottom:15px}.bid-seller-row{display:flex;flex-direction:column;gap:16px}.bid-box{background-color:#fff!important;border:1px solid #e5e7eb;border-radius:16px;padding:20px}.bid-header{font-size:16px;font-weight:700;margin-bottom:12px;color:#111827}.bid-main-content{display:flex;flex-direction:column;gap:12px}.bid-input{width:100%;padding:14px 16px;font-size:18px;font-weight:700;background-color:#fff!important;color:#111827;border-radius:12px;border:2px solid #e5e7eb;outline:none;transition:border-color .2s ease,box-shadow .2s ease}.bid-input:focus{background-color:#fff!important;border-color:#6366f1;box-shadow:0 0 0 3px #6366f133}.bid-input::placeholder{color:#9ca3af;font-weight:600}.bid-input::-webkit-inner-spin-button,.bid-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.bid-input[type=number]{-moz-appearance:textfield}.bid-hint{font-size:13px;color:#6b7280;line-height:1.4}.bid-action-row{display:flex;gap:10px;margin-top:4px}.main-bid-submit-btn{flex:1;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:14px;border-radius:10px;font-weight:700;cursor:pointer;transition:transform .15s ease,opacity .15s ease}.main-bid-submit-btn:hover:not(:disabled){background:linear-gradient(135deg,#5a72e4,#6b4093);box-shadow:0 6px 20px #00000026}.main-bid-submit-btn:disabled{background:#d1d5db;cursor:not-allowed;opacity:.8}.favorite-action-square{width:auto;height:auto;background:transparent;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;padding:0;transition:transform .2s ease;margin:0 0 0 10px}.favorite-action-square:hover{transform:scale(1.15)}.seller-box{background:#f9fafb;border-radius:16px;padding:16px;display:flex;justify-content:space-between;align-items:center}.seller-profile{display:flex;align-items:center;gap:12px}.seller-rating{display:flex;align-items:center;gap:4px;color:#f59e0b;font-size:.85rem}.view-seller-btn{background:#f8f9fa;color:#4e2379;border:1px solid #e1e5e9;padding:10px 18px;border-radius:10px;font-size:.9rem;font-weight:700;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:8px;box-shadow:0 2px 5px #00000005}.view-seller-btn:hover{background:#efefef;border-color:transparent;transform:translateY(-2px);box-shadow:0 4px 12px #ddd3}.view-seller-btn:active{transform:translateY(0)}.add-to-cart-btn{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:18px;border-radius:12px;font-size:1.1rem;font-weight:700;display:flex;align-items:center;justify-content:center;gap:10px;cursor:pointer;margin-top:10px}.add-to-cart-btn:hover{background:linear-gradient(135deg,#5a72e4,#6b4093);box-shadow:0 6px 20px #00000026}.product-detail-bottom{max-width:1300px;margin:40px auto;padding:0 20px}.product-tabs{display:flex;gap:20px;border-bottom:2px solid #f0f0f0;margin-bottom:20px}.tab{padding:12px 0;background:none;border:none;font-weight:600;color:#6b7280;cursor:pointer;position:relative}.tab.active{color:#6200ff}.tab.active:after{content:"";position:absolute;bottom:-2px;left:0;width:100%;height:2px;background:#6200ff}.product-description{background:#fff;padding:30px;border-radius:20px;box-shadow:0 4px 15px #00000005;line-height:1.6}.product-info-row{display:flex;justify-content:space-between;padding:12px 0;border-bottom:1px solid #f9fafb}@media (max-width: 992px){.product-detail-container{grid-template-columns:1fr}.product-detail-left{position:relative;top:0}}.similar-auctions-section{margin-top:48px;display:flex;justify-content:center}.similar-auctions-container{max-width:1450px;width:100%;padding:0 16px;margin-bottom:100px}.similar-auctions-title{font-size:20px;font-weight:600;margin-bottom:16px}.similar-auctions-wrapper{position:relative}.similar-auctions-row{display:flex;gap:16px;overflow-x:auto;scroll-behavior:smooth;padding:8px 4px 16px}.similar-auctions-row::-webkit-scrollbar{display:none}.similar-card-wrapper{min-width:260px;max-width:260px;flex-shrink:0}.similar-scroll-btn{position:absolute;top:45%;transform:translateY(-50%);z-index:20;width:42px;height:42px;border-radius:50%;border:none;background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 6px 14px #0000002e;cursor:pointer;display:flex;align-items:center;justify-content:center}.similar-scroll-btn:hover{background:linear-gradient(135deg,#9faad8,#764ba2)}.similar-left{left:-22px}.similar-right{right:-22px}.bid-and-history{display:grid;grid-template-columns:1.4fr 1fr;gap:16px}.bid-history-box{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:16px;display:flex;flex-direction:column;max-height:260px}.bid-history-header{font-size:15px;font-weight:700;margin-bottom:10px;color:#111827}.bid-history-list{display:flex;flex-direction:column;gap:10px;overflow-y:auto;padding-right:4px}.bid-history-item{display:flex;justify-content:space-between;font-size:14px;padding-bottom:6px;border-bottom:1px dashed #f0f0f0}.bid-user{color:#6b7280;font-weight:600}.bid-price{font-weight:700;color:#111827}.bid-history-list::-webkit-scrollbar{width:4px}.bid-history-list::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:10px}@media (max-width: 768px){.product-detail-container{grid-template-columns:1fr;padding:10px;margin:10px auto;gap:20px}.product-detail-left{position:relative;top:0;padding:15px;border-radius:16px}.productPage-title{font-size:1.5rem}.highest-bid,.quick-buy-price{padding:12px 16px}.bid-value,.price-value{font-size:1.3rem}.time-block{min-width:70px;padding:8px}.time-num{font-size:1.2rem}.time-unit{font-size:.65rem}.bid-and-history{grid-template-columns:1fr;gap:15px}.bid-history-box{max-height:220px}.product-tabs{flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:5px;margin-bottom:15px}.product-tabs::-webkit-scrollbar{display:none}.tab{white-space:nowrap;font-size:.95rem}.product-description{padding:15px}}.bid-user{display:flex;align-items:center;gap:5px}.product-actions-group{display:flex;gap:15px;margin-top:20px}.buy-now-btn{flex:1;background-color:#25b793;color:#fff;padding:12px 20px;border-radius:8px;border:none;font-weight:600;display:flex;align-items:center;justify-content:center;gap:10px;transition:background .3s;cursor:pointer}.buy-now-btn:hover{background-color:#047857}.buy-now-btn:disabled{background-color:#9ca3af;cursor:not-allowed}.main-image-container{position:relative;overflow:hidden}.gallery-nav-btn{position:absolute;top:50%;transform:translateY(-50%);width:42px;height:42px;background:linear-gradient(135deg,#667eea,#764ba2)!important;border:none;border-radius:50%;display:flex!important;align-items:center!important;justify-content:center!important;cursor:pointer;box-shadow:0 6px 14px #0000002e!important;transition:all .3s ease;z-index:10;opacity:0;padding:0!important}.gallery-nav-btn svg{fill:#fff!important;color:#fff!important;width:18px!important;height:18px!important;display:block!important;margin:0!important;transition:transform .2s ease}.main-image-container:hover .gallery-nav-btn{opacity:1}.gallery-nav-btn:hover{background:linear-gradient(135deg,#9faad8,#764ba2)!important;transform:translateY(-50%) scale(1.05)!important}.gallery-prev{left:15px}.gallery-next{right:15px}.completed-badge{background:linear-gradient(135deg,#10b981,#059669);color:#fff;padding:16px 24px;border-radius:12px;text-align:center;width:100%;box-shadow:0 4px 15px #10b98133;display:flex;flex-direction:column;gap:5px}.completed-badge-title{font-size:1.4rem;font-weight:700;display:flex;align-items:center;justify-content:center;gap:8px}.completed-badge-winner{font-size:.95rem;opacity:.9}.bid-box-disabled{background-color:#f3f4f6!important;border:1px dashed #d1d5db;border-radius:16px;padding:30px 20px;text-align:center;color:#6b7280;display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%}.bid-box-disabled strong{font-size:1.1rem;color:#374151;margin-bottom:5px}.qa-section{display:flex;flex-direction:column;gap:20px}.qa-login-warning{background-color:#f3f4f6;padding:15px;border-radius:10px;text-align:center;color:#4b5563}.qa-ask-box{display:flex;flex-direction:column;gap:12px;background-color:#fff;padding:20px;border-radius:12px;border:1px solid #e5e7eb}.qa-textarea{width:100%;min-height:90px;padding:12px;border-radius:8px;border:1px solid #e5e7eb;outline:none;font-family:inherit;resize:vertical;transition:border-color .2s,box-shadow .2s;background-color:#fff;color:#374151}.qa-textarea:focus{border-color:#6200ff;box-shadow:0 0 0 3px #6200ff1a}.qa-ask-box .main-bid-submit-btn{width:auto;padding:10px 24px;align-self:flex-end;font-size:.95rem}.qa-list{display:flex;flex-direction:column;gap:15px;margin-top:10px}.qa-empty{color:#6b7280;font-style:italic;text-align:center;padding:20px}.qa-item{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:18px;display:flex;flex-direction:column;gap:12px}.qa-question-box strong{display:inline-block;color:#4e2379;margin-bottom:4px}.qa-question-box p{margin:0;color:#1f2937;font-size:.95rem;line-height:1.6}.qa-answer-box{background-color:#f0fdf4;padding:14px;border-radius:8px;border-left:4px solid #10b981;margin-top:5px}.qa-answer-box strong{display:inline-block;color:#166534;margin-bottom:4px}.qa-answer-box p{margin:0;color:#1f2937;font-size:.95rem;line-height:1.6}.qa-reply-box{margin-top:5px}.qa-reply-form{display:flex;flex-direction:column;gap:10px}.qa-reply-actions{display:flex;gap:10px;justify-content:flex-end}.reviews-section{display:flex;flex-direction:column;gap:20px}.add-review-box{background-color:#fff;padding:24px;border-radius:12px;border:1px solid #e5e7eb;display:flex;flex-direction:column}.reviews-list{display:flex;flex-direction:column;gap:15px;margin-top:10px}.review-item{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:18px 24px;display:flex;flex-direction:column;gap:12px;transition:box-shadow .2s}.review-item:hover{box-shadow:0 4px 12px #00000008}.review-header{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #f9fafb;padding-bottom:10px}.review-author{font-size:.95rem;color:#4b5563;display:flex;align-items:center;gap:8px;font-weight:600}.review-text{color:#374151;font-size:.95rem;line-height:1.6;margin:0}.pending-badge{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;padding:16px 24px;border-radius:12px;text-align:center;width:100%;box-shadow:0 4px 15px #f59e0b33;display:flex;flex-direction:column;gap:5px}.pending-badge-title{font-size:1.4rem;font-weight:700;display:flex;align-items:center;justify-content:center;gap:8px}.pending-badge-desc{font-size:.95rem;opacity:.9}.rejected-badge{background:linear-gradient(135deg,#ef4444,#b91c1c);color:#fff;padding:16px 24px;border-radius:12px;text-align:center;width:100%;box-shadow:0 4px 15px #ef444433;display:flex;flex-direction:column;gap:5px}.rejected-badge-title{font-size:1.4rem;font-weight:700;display:flex;align-items:center;justify-content:center;gap:8px}.rejected-badge-desc{font-size:.95rem;opacity:.9}@media (max-width: 768px){.gallery-nav-btn{opacity:1!important;width:36px;height:36px}.gallery-nav-btn svg{width:15px!important;height:15px!important}.gallery-prev{left:10px}.gallery-next{right:10px}}.paid-badge{background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;padding:16px 24px;border-radius:12px;text-align:center;width:100%;box-shadow:0 4px 15px #3b82f633;display:flex;flex-direction:column;gap:5px}.paid-badge-title{font-size:1.4rem;font-weight:700;display:flex;align-items:center;justify-content:center;gap:8px}.paid-badge-desc{font-size:.95rem;opacity:.9}.done-badge{background:linear-gradient(135deg,#059669,#047857);color:#fff;padding:16px 24px;border-radius:12px;text-align:center;width:100%;box-shadow:0 4px 15px #05966933;display:flex;flex-direction:column;gap:5px}.done-badge-title{font-size:1.4rem;font-weight:700;display:flex;align-items:center;justify-content:center;gap:8px}.done-badge-desc{font-size:.95rem;opacity:.9}.cancelled-badge,.unsold-badge{background:linear-gradient(135deg,#6b7280,#4b5563);color:#fff;padding:16px 24px;border-radius:12px;text-align:center;width:100%;box-shadow:0 4px 15px #6b728033;display:flex;flex-direction:column;gap:5px}.cancelled-badge-title{font-size:1.4rem;font-weight:700;display:flex;align-items:center;justify-content:center;gap:8px}.cancelled-badge-desc{font-size:.95rem;opacity:.9}.page-header-container{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px;padding-bottom:15px;border-bottom:2px solid #f0f0f0}.page-header-title{font-size:2rem;color:#333;margin:0;font-weight:700}.page-header-actions{display:flex;align-items:center;gap:10px}@media (max-width: 768px){.page-header-container{margin-bottom:20px}.page-header-title{font-size:1.5rem}}.favorites-container{max-width:1480px;margin:0 auto;padding:30px 20px;background-color:#fff;min-height:100vh}.empty-favorites{grid-column:1 / -1;text-align:center;padding:60px;background:#fff;border-radius:16px;border:2px dashed #e2e8f0;display:flex;flex-direction:column;align-items:center;gap:15px;margin-top:20px}.empty-favorites h3{color:#4b5563;margin:0;font-size:1.5rem}.empty-favorites p{color:#9ca3af;margin:0 0 10px}.explore-btn{background:linear-gradient(135deg,#667eea,#764ba2)!important;border:none!important;color:#fff!important;padding:10px 24px!important;border-radius:25px!important;font-weight:600!important;box-shadow:0 4px 12px #667eea4d!important}.explore-btn:hover{transform:translateY(-2px)!important;box-shadow:0 6px 15px #667eea66!important}.error-state{text-align:center;padding:40px;display:flex;flex-direction:column;align-items:center;gap:20px}.error-message{color:#ef4444;font-weight:500}@media (max-width: 768px){.favorites-container{padding:15px 10px!important}}.change-password-form{width:100%;padding:0}.form-group{margin-bottom:20px;position:relative}.input-wrapper input{width:100%;padding:10px 40px 10px 10px;font-size:16px;border:1px solid #ccc;border-radius:5px}.icon-eye{position:absolute;right:10px;top:50%;transform:translateY(-50%);cursor:pointer;color:#555}.password-rules{display:flex;margin-top:0;font-size:12px}.password-rules .valid{color:green}.password-rules .invalid{color:red}.input-error{color:red;font-size:12px;margin-top:5px}.btn-save{background-color:#953be4;color:#fff;padding:10px 20px;border:none;border-radius:5px;cursor:pointer}.btn-save:hover{background-color:#953be4}.alert{margin-top:10px;padding:10px;border-radius:5px;font-size:14px}.alert.success{background-color:#d4edda;color:#155724}.alert.error{background-color:#f8d7da;color:#721c24}.addresses-content{display:flex;flex-direction:column;gap:40px}.address-form-card{background:#fff;padding:30px;border-radius:12px;box-shadow:0 4px 15px #0000000d}.form-group{margin-bottom:20px;display:flex;flex-direction:column}.form-group label{margin-bottom:8px;font-weight:600;color:#4a5568;display:flex;align-items:center;gap:8px}.form-group input,.form-group select,.form-group textarea{padding:12px;border:1px solid #e2e8f0;border-radius:8px;font-size:1rem;transition:all .2s}.form-group input:focus{border-color:#667eea;outline:none;box-shadow:0 0 0 3px #667eea1a}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:20px}.address-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:25px}.address-card{background:#fff;border-radius:12px;padding:20px;border:2px solid transparent;box-shadow:0 4px 12px #00000008;transition:transform .2s}.address-card:hover{transform:translateY(-5px)}.address-card.default{border-color:#667eea;background:#667eea05}.default-badge{background:#667eea;color:#fff;padding:4px 12px;border-radius:20px;font-size:11px;font-weight:700}.address-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px}.info-row{display:flex;align-items:center;gap:10px;margin-bottom:8px;color:#4a5568}.address-card-actions{display:flex;gap:10px;margin-top:15px;padding-top:15px;border-top:1px solid #edf2f7}.input-icon{width:18px;height:18px;color:#667eea}.checkbox-group label{display:inline-flex!important;align-items:center!important;gap:8px!important;cursor:pointer;margin:0!important}.checkbox-group input[type=checkbox]{width:18px!important;height:18px!important;padding:0!important;margin:0!important;accent-color:#667eea!important;cursor:pointer;-webkit-appearance:checkbox!important;-moz-appearance:auto!important;appearance:auto!important;border:none!important;border-radius:3px!important;box-shadow:none!important;outline:none!important;flex-shrink:0!important;position:relative;top:-1px}.checkbox-group input[type=checkbox]:focus{box-shadow:none!important}.empty-addresses{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:60px 20px;background:#fff;border:2px dashed #e2e8f0;border-radius:16px;margin-top:10px;transition:all .3s ease}.empty-addresses:hover{border-color:#cbd5e1;background:#f8fafc}.empty-icon-wrapper{width:80px;height:80px;background:#f3e8ff;color:#953be4;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:20px}.empty-icon-wrapper svg{width:40px;height:40px;stroke-width:1.5}.empty-addresses h3{font-size:1.5rem;color:#1f2937;margin:0 0 10px;font-weight:700}.empty-addresses p{color:#6b7280;font-size:1rem;margin:0 0 24px;max-width:420px;line-height:1.5}.form-actions{display:flex;justify-content:flex-end;gap:15px;margin-top:30px;padding-top:20px;border-top:1px solid #f1f5f9}.addresses-container select{scrollbar-width:thin;scrollbar-color:#cbd5e1 #ffffff}.addresses-container select::-webkit-scrollbar{width:8px}.addresses-container select::-webkit-scrollbar-track{background:#fff}.addresses-container select::-webkit-scrollbar-thumb{background-color:#cbd5e1;border-radius:8px;border:2px solid #ffffff}.addresses-container select::-webkit-scrollbar-thumb:hover{background-color:#94a3b8}@media (max-width: 768px){.addresses-container{padding:10px}.addresses-container .addresses-content{gap:20px}.addresses-container .address-form-card{padding:15px}.addresses-container .form-row{display:flex;flex-direction:column;gap:0}.addresses-container .form-group{margin-bottom:15px}.addresses-container .address-grid{display:grid;grid-template-columns:1fr;gap:15px}.addresses-container .address-card{padding:15px}.addresses-container .address-card-actions{flex-wrap:wrap;gap:8px}.addresses-container .address-card-actions button{flex:1 1 auto;min-width:100px;justify-content:center}.addresses-container{padding:15px 10px!important}.empty-addresses{padding:40px 15px}.empty-icon-wrapper{width:60px;height:60px;margin-bottom:15px}.empty-icon-wrapper svg{width:30px;height:30px}.empty-addresses h3{font-size:1.25rem}.form-actions{flex-direction:column-reverse;gap:10px}.form-actions button{width:100%;justify-content:center}}.dashboard-page{background:#f8f9fa;min-height:100vh;font-family:Inter,sans-serif}.dashboard-content{max-width:1400px;margin:0 auto;padding:32px 20px}.dashboard-header-card{background:#fff;padding:24px;border-radius:20px;border:1px solid #eee;margin-bottom:24px}.profile-main-info{display:flex;align-items:center;gap:20px;margin-bottom:24px}.avatar-wrapper{width:80px;height:80px;border-radius:50%;background:#f4f4f4;overflow:hidden;display:flex;align-items:center;justify-content:center}.user-photo{width:100%;height:100%;object-fit:cover}.user-icon-anon{font-size:80px;color:#ccc}.user-details h1{margin:0;font-size:28px}.rating-row{display:flex;align-items:center;gap:8px;margin-top:5px;color:#666;font-size:14px}.stars{color:#f5a623;display:flex;gap:2px}.dashboard-tabs{display:flex;gap:8px;border-top:1px solid #f1f1f1;padding-top:20px}.dashboard-tabs button{background:none;border:none;padding:10px 20px;cursor:pointer;border-radius:10px;color:#666;font-weight:500;display:flex;align-items:center;gap:8px}.dashboard-tabs button.active{background:#953be4;color:#fff}.dashboard-stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-bottom:24px}.stat-card{background:#fff;padding:24px;border-radius:16px;border:1px solid #eeeeee;position:relative;transition:all .3s ease;overflow:hidden;display:flex;flex-direction:column;justify-content:center;min-height:110px}.stat-card:hover{transform:translateY(-5px);box-shadow:0 10px 20px #0000000d;border-color:#d1d5db}.stat-label{font-size:13px;color:#888;margin-bottom:5px;font-weight:500}.stat-value{font-size:26px;font-weight:700;color:#111;margin:0}.stat-icon{position:absolute;right:20px;top:20px;font-size:24px;color:#f1f3f5;transition:color .3s ease;z-index:1}.stat-card:hover .stat-icon{color:#e2e8f0}.dashboard-card{background:#fff;padding:24px;border-radius:16px;border:1px solid #eee;margin-bottom:20px}.dashboard-table{width:100%;border-collapse:collapse;margin-top:20px}.dashboard-table th{text-align:left;padding:12px;font-size:13px;color:#888;border-bottom:1px solid #eee}.dashboard-table td{padding:16px 12px;border-bottom:1px solid #f9f9f9;font-size:14px}.product-cell{display:flex;align-items:center;gap:12px}.product-cell img{width:45px;height:45px;border-radius:8px;object-fit:cover}.tag-active{background:#e6fffa;color:#00b894;padding:4px 12px;border-radius:20px;font-size:12px;font-weight:600}.small-price{font-size:11px;color:#aaa}.profile-edit-form{display:flex;flex-direction:column;gap:16px;margin-top:20px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.form-input{display:flex;flex-direction:column;gap:9px}.form-input label{font-size:14px;font-weight:600;color:#444}.form-input input,.form-input textarea{padding:14px;border:1px solid #ddd;border-radius:8px}.form-input input:disabled{background:#f9f9f9;border-color:#eee}.btn-save{background:#953be4;color:#fff;border:none;padding:12px;border-radius:8px;cursor:pointer}.btn-edit-mode{background:#953be4;border:none;color:#fff}.alert{padding:12px;border-radius:8px;margin-bottom:20px;text-align:center}.alert.success{background:#e8f5e9;color:#2e7d32}.btn-cancel{background:#f1f3f5;color:#495057;border:1px solid #dee2e6;padding:12px 24px;border-radius:10px;cursor:pointer;font-weight:600;transition:background .2s}.btn-cancel:hover{background:#e9ecef}.settings-form .form-group{margin-bottom:16px;position:relative}.input-wrapper{position:relative}.input-wrapper input{width:100%;padding-right:36px}.icon-eye{position:absolute;right:8px;top:50%;transform:translateY(-50%);cursor:pointer;color:#555}.password-rules{display:flex;gap:12px;flex-wrap:wrap}.password-rules .valid{color:green;font-size:13px}.password-rules .invalid{color:red;font-size:13px}.input-error{color:red;font-size:13px;margin-top:4px}.profile-two-column{display:grid;grid-template-columns:2fr 1fr;gap:24px;align-items:stretch}.profile-two-column .dashboard-card{display:flex;flex-direction:column}.profile-two-column .profile-edit-form{flex:1;display:flex;flex-direction:column}.profile-two-column .form-buttons{margin-top:auto}.change-password-form{flex:1}.change-password-form .btn-save{margin-top:auto}.form-input input:not(:disabled),.form-input textarea:not(:disabled){background-color:#fff!important;color:#333!important;border-color:#ccc!important;transition:all .2s ease!important}.form-input input:not(:disabled):focus,.form-input textarea:not(:disabled):focus{background-color:#fff!important;border-color:#953be4!important;box-shadow:0 0 0 3px #953be426!important;outline:none!important}@media (max-width: 1024px){.profile-two-column{display:flex!important;flex-direction:column!important;align-items:stretch!important;width:100%!important;gap:20px!important}.profile-two-column .dashboard-card{width:100%!important;box-sizing:border-box!important;margin:0!important}}@media (max-width: 768px){.dashboard-content{padding:10px!important}.dashboard-card,.dashboard-header-card{padding:15px!important}.dashboard-stats-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}.stat-card{padding:15px 10px!important;min-height:85px!important}.stat-label{font-size:11px!important;white-space:normal!important;word-break:normal!important;line-height:1.3!important;margin-bottom:5px!important}.stat-value{font-size:22px!important}.stat-icon{font-size:40px!important;opacity:.05!important;right:5px!important;top:50%!important;transform:translateY(-50%)!important}.form-row{display:flex!important;flex-direction:column!important;gap:15px!important}.dashboard-tabs{flex-wrap:nowrap!important;overflow-x:auto!important;-webkit-overflow-scrolling:touch!important;scrollbar-width:none!important;padding-bottom:5px!important}.dashboard-tabs::-webkit-scrollbar{display:none!important}.dashboard-tabs button{white-space:nowrap!important}.table-area{overflow-x:auto!important;-webkit-overflow-scrolling:touch!important}.dashboard-table{min-width:500px!important}}.danger-zone-card{border-top:4px solid #dc3545!important;transition:transform .3s ease}.danger-zone-card h3{color:#dc3545;display:flex;align-items:center;gap:8px;margin-bottom:12px}.danger-zone-card p{color:#6c757d;font-size:.85rem;line-height:1.4;margin-bottom:15px}.btn-delete-account{background-color:#dc3545;color:#fff;border:none;padding:12px 15px;border-radius:6px;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:10px;width:100%;transition:background-color .2s ease,box-shadow .2s ease}.btn-delete-account:hover{background-color:#a71d2a;box-shadow:0 4px 8px #dc354533}.btn-delete-account:active{transform:scale(.98)}.btn-delete-account svg{font-size:1.1rem}.about-us-container{max-width:1450px;margin:0 auto;padding:20px;font-family:Arial,sans-serif}.about-us-header h1{color:#333;font-size:2.5rem}.about-us-content{margin-top:40px;display:flex;flex-direction:column;align-items:center;text-align:center}.about-us-logo{margin-bottom:30px;text-align:center;display:flex;justify-content:center}.about-us-logo img{max-width:200px;border-radius:10px;box-shadow:0 4px 8px #0000001a}.about-us-info{width:100%;text-align:center}.about-us-info h2{color:#333;text-align:center;margin-bottom:30px;font-size:1.8rem}.about-us-section{margin-bottom:30px;background-color:#fff;padding:20px;border-radius:8px;box-shadow:0 2px 4px #0000000d;text-align:center}.about-us-section h3{color:#444;margin-bottom:15px;font-size:1.4rem;border-bottom:1px solid #eee;padding-bottom:10px;text-align:center}.about-us-section p{line-height:1.6;color:#555;margin-bottom:10px;text-align:center}.about-us-section ul{padding-left:0;list-style-position:inside;text-align:center}.about-us-section ul li{margin-bottom:10px;line-height:1.6;color:#555;text-align:center}.contact-info p{margin-bottom:8px;text-align:center}@media (min-width: 768px){.about-us-content{flex-direction:column;align-items:center}.about-us-logo{margin-right:0;margin-bottom:30px}.about-us-info{width:100%;max-width:800px;margin:0 auto}}.customer-service-container{max-width:1450px;margin:0 auto;padding:20px;min-height:100vh}.customer-service-header{text-align:center;margin-bottom:40px;margin-top:40px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:40px 20px;border-radius:12px;box-shadow:0 4px 15px #0000001a}.customer-service-header h1{font-size:2.5rem;margin-bottom:10px;font-weight:700}.customer-service-header p{font-size:1.1rem;opacity:.9;max-width:600px;margin:0 auto}.customer-service-content{display:grid;grid-template-columns:1fr 1fr;gap:30px;margin-bottom:40px}.contact-methods{background:#fff;padding:30px;border-radius:12px;box-shadow:0 2px 10px #0000001a}.contact-methods h2{color:#333;margin-bottom:25px;font-size:1.8rem;border-bottom:3px solid #667eea;padding-bottom:10px}.contact-method{margin-bottom:25px;padding:20px;background:#f8f9fa;border-radius:8px;border-left:4px solid #667eea}.contact-method h3{color:#333;margin-bottom:10px;font-size:1.2rem}.contact-method p{margin:5px 0;color:#666;line-height:1.6}.contact-form-section{background:#fff;padding:30px;border-radius:12px;box-shadow:0 2px 10px #0000001a}.contact-form-section h2{color:#333;margin-bottom:25px;font-size:1.8rem;border-bottom:3px solid #667eea;padding-bottom:10px}.contact-form{display:flex;flex-direction:column;gap:20px}.form-group{display:flex;flex-direction:column}.form-group label{margin-bottom:8px;font-weight:600;color:#333}.form-group input,.form-group select,.form-group textarea{padding:12px;border:2px solid #e1e5e9;border-radius:8px;font-size:1rem;background-color:#fff;color:#333;transition:border-color .3s ease;-webkit-appearance:none;-moz-appearance:none;appearance:none;box-shadow:none}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#667eea;background-color:#fff;color:#333;box-shadow:0 0 0 3px #667eea1a}.form-group select{background-image:url('data:image/svg+xml;charset=US-ASCII,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 4 5"><path fill="%23333" d="M2 0L0 2h4zm0 5L0 3h4z"/></svg>');background-repeat:no-repeat;background-position:right 12px center;background-size:12px;padding-right:40px}.submit-btn{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:15px 30px;border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.submit-btn:hover{transform:translateY(-2px);box-shadow:0 4px 15px #667eea4d}.hours-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:15px}.day-hours{display:flex;justify-content:space-between;align-items:center;padding:15px;background:#f8f9fa;border-radius:8px;border-left:4px solid #667eea}.response-times ul{list-style:none;padding:0}.response-times li{padding:12px;margin-bottom:10px;background:#f8f9fa;border-radius:8px;border-left:4px solid #667eea}@media (max-width: 768px){.customer-service-container{padding:10px}.customer-service-content{grid-template-columns:1fr;gap:20px}.customer-service-header{margin-top:10px;margin-bottom:25px;padding:25px 15px;border-radius:12px}.customer-service-header h1{font-size:1.5rem;margin-bottom:8px}.customer-service-header p{font-size:.9rem;line-height:1.4}.contact-methods,.contact-form-section{padding:15px}.contact-methods h2,.contact-form-section h2{font-size:1.3rem;margin-bottom:15px;padding-bottom:8px}.contact-method{display:block!important;padding:15px;margin-bottom:15px;border-left-width:3px}.contact-method h3{font-size:1.05rem;margin-bottom:8px}.contact-method p{font-size:.85rem;line-height:1.4;margin:4px 0}.form-group{margin-bottom:15px}.form-group label{font-size:.85rem;margin-bottom:4px}.form-group input,.form-group select,.form-group textarea{padding:10px;font-size:.9rem}.submit-btn{padding:12px;font-size:1rem;width:100%}}.faq-container{max-width:1450px;margin:0 auto;padding:20px;min-height:100vh}.faq-header{text-align:center;margin-bottom:40px;margin-top:40px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:40px 20px;border-radius:12px;box-shadow:0 4px 15px #0000001a}.faq-header h1{font-size:2.5rem;margin-bottom:10px;font-weight:700}.faq-header p{font-size:1.1rem;opacity:.9;max-width:600px;margin:0 auto}.faq-content{background:#fff;border-radius:12px;box-shadow:0 2px 10px #0000001a;overflow:hidden}.faq-categories{padding:0}.faq-category{border-bottom:1px solid #e1e5e9}.faq-category:last-child{border-bottom:none}.category-title{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff!important;margin:0;padding:20px 30px;font-size:1.3rem;font-weight:600;letter-spacing:.5px;text-shadow:0 1px 2px rgba(0,0,0,.1)}.questions-list{padding:0}.faq-item{border-bottom:1px solid #f1f3f4}.faq-item:last-child{border-bottom:none}.faq-question{width:100%;padding:20px 30px;background:none;border:none;text-align:left;cursor:pointer;display:flex;justify-content:space-between;align-items:center;font-size:1.1rem;font-weight:500;color:#333;transition:background-color .2s ease}.faq-question:focus{outline:none;box-shadow:inset 0 0 0 2px #667eea;background-color:#f8faff}.faq-question:hover{background-color:#f8f9fa}.faq-question.active{background-color:#e8f2ff;color:#953be4}.arrow{transition:transform .3s ease;font-size:.8rem;color:#953be4}.arrow.rotate{transform:rotate(180deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease;background-color:#f8f9fa}.faq-answer.show{max-height:200px;padding:20px 30px}.faq-answer p{margin:0;color:#4c4c4c;line-height:1.6}.contact-support{text-align:center;padding:40px 30px;background:linear-gradient(135deg,#f8f9fa,#e9ecef);border-top:1px solid #e1e5e9}.contact-support h3{color:#333;margin-bottom:10px;font-size:1.5rem}.contact-support p{color:#666;margin-bottom:25px}.support-buttons{display:flex;gap:15px;justify-content:center;flex-wrap:wrap}.support-btn{padding:12px 24px;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.support-btn.primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.support-btn.secondary{background:#fff;color:#953be4;border:2px solid #667eea}.support-btn:hover{transform:translateY(-2px);box-shadow:0 4px 15px #667eea4d}@media (max-width: 768px){.faq-container{padding:10px!important}.faq-header{margin-top:10px!important;margin-bottom:25px!important;padding:25px 15px!important;border-radius:12px!important}.faq-header h1{font-size:1.5rem!important;margin-bottom:8px!important}.faq-header p{font-size:.9rem!important;line-height:1.4!important}.faq-content{border-radius:12px!important}.search-box{padding:15px!important}.search-box input{padding:12px 15px 12px 35px!important;font-size:.9rem!important;border-radius:8px!important}.search-icon{left:25px!important;font-size:1rem!important}.faq-category{padding:15px!important}.category-title{font-size:1.3rem!important;margin-bottom:12px!important;padding-bottom:6px!important}.faq-question{padding:12px 15px!important;font-size:.95rem!important}.faq-answer.show{padding:12px 15px!important}.faq-answer p{font-size:.85rem!important;line-height:1.4!important}.contact-support{padding:20px 15px!important}.contact-support h3{font-size:1.3rem!important;margin-bottom:8px!important}.contact-support p{font-size:.85rem!important;margin-bottom:15px!important}.support-buttons{flex-direction:column!important;gap:10px!important}.support-btn{width:100%!important;padding:12px!important;font-size:.95rem!important}}.beta-fdbk-page-container{max-width:1480px;margin:0 auto;padding:20px;min-height:100vh;padding-bottom:100px!important;height:auto!important;overflow:visible!important;box-sizing:border-box;background-color:#fff}.beta-fdbk-header-section{text-align:center;margin:40px 0;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:40px 20px;border-radius:12px;box-shadow:0 4px 15px #667eea33}.beta-fdbk-header-section h1{font-size:2.5rem;margin-bottom:10px;font-weight:700}.beta-fdbk-header-section p{font-size:1.1rem;opacity:.95;max-width:650px;margin:0 auto}.beta-fdbk-main-content{display:grid;grid-template-columns:1fr 1.5fr;gap:30px;margin-bottom:40px}.beta-fdbk-info-card{background:#fff;padding:30px;border-radius:12px;box-shadow:0 2px 10px #0000000d;height:fit-content;border-top:4px solid #667eea}.beta-fdbk-info-card h2{color:#333;margin-bottom:25px;font-size:1.8rem;border-bottom:2px solid #f0f2f5;padding-bottom:10px}.beta-fdbk-info-item{display:flex;align-items:flex-start;margin-bottom:20px;padding:20px;background:#f8f9fa;border-radius:8px;border-left:4px solid #667eea}.beta-fdbk-info-icon{font-size:2rem;margin-right:15px;flex-shrink:0}.beta-fdbk-info-text h3{color:#333;margin-bottom:8px;font-size:1.2rem}.beta-fdbk-info-text p{color:#666;line-height:1.6;margin:0}.beta-fdbk-stats-box{margin-top:30px;padding:20px;background:linear-gradient(135deg,#f8f9fa,#e9ecef);border-radius:8px}.beta-fdbk-stats-box h3{margin-bottom:20px;text-align:center;font-size:1.2rem;color:#667eea}.beta-fdbk-stats-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:15px}.beta-fdbk-stat-card{text-align:center;padding:15px;background:#fff;border-radius:8px;box-shadow:0 2px 5px #0000000d}.beta-fdbk-stat-number{display:block;font-size:1.6rem;font-weight:700;color:#667eea;margin-bottom:5px}.beta-fdbk-stat-label{font-size:.85rem;color:#666}.beta-fdbk-form-card{background:#fff;padding:30px;border-radius:12px;box-shadow:0 2px 10px #0000000d}.beta-fdbk-form-card h2{color:#333;margin-bottom:25px;font-size:1.8rem;border-bottom:2px solid #f0f2f5;padding-bottom:10px}.beta-fdbk-form-body{display:flex;flex-direction:column;gap:20px}.beta-fdbk-form-group{display:flex;flex-direction:column}.beta-fdbk-form-group label{margin-bottom:8px;font-weight:600;color:#333}.beta-fdbk-form-group input,.beta-fdbk-form-group select,.beta-fdbk-form-group textarea{padding:12px;border:2px solid #e1e5e9;border-radius:8px;font-size:1rem;background-color:#fff;color:#333;transition:all .3s ease;width:100%;box-sizing:border-box}.beta-fdbk-form-group .beta-fdbk-input-error{border-color:#ef4444!important;background-color:#fff5f5}.beta-fdbk-form-group input:focus,.beta-fdbk-form-group select:focus,.beta-fdbk-form-group textarea:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea26}.beta-fdbk-rating-wrapper{display:flex;align-items:center;gap:15px;flex-wrap:wrap}.beta-fdbk-stars{display:flex;gap:5px}.beta-fdbk-star-icon{font-size:1.8rem;color:#ddd;cursor:pointer;transition:transform .2s ease}.beta-fdbk-star-icon.active{color:#667eea}.beta-fdbk-rating-value{font-weight:600;color:#667eea}.beta-fdbk-footer-guide{background:#fff;padding:60px 30px;border-radius:12px;box-shadow:0 2px 10px #0000000d;margin-bottom:40px;text-align:center;border:1px dashed #d6d3d1}.beta-fdbk-footer-guide h3{margin-bottom:50px;color:#333;font-size:1.8rem}.beta-fdbk-steps-container{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.beta-fdbk-step-item{display:flex;flex-direction:column;align-items:center}.beta-fdbk-step-num{width:50px;height:50px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.2rem;font-weight:700;margin-bottom:15px}.beta-fdbk-step-info h4{margin-bottom:8px;font-size:1.1rem;color:#333}.beta-fdbk-step-info p{font-size:.9rem;color:#666;margin:0}@media (max-width: 768px){.beta-fdbk-page-container{padding:10px!important}.beta-fdbk-header-section{margin-top:10px!important;margin-bottom:25px!important;padding:25px 15px!important;border-radius:12px!important}.beta-fdbk-header-section h1{font-size:1.5rem!important;margin-bottom:8px!important}.beta-fdbk-header-section p{font-size:.9rem!important;line-height:1.4!important}.beta-fdbk-main-content{grid-template-columns:1fr!important;gap:20px!important}.beta-fdbk-info-section,.beta-fdbk-form-section{padding:15px!important;border-radius:12px!important}.beta-fdbk-info-section h3,.beta-fdbk-form-section h3{font-size:1.3rem!important;margin-bottom:12px!important}.beta-fdbk-info-section p,.beta-fdbk-info-section li{font-size:.85rem!important;line-height:1.4!important}.beta-fdbk-form-group{margin-bottom:15px!important}.beta-fdbk-form-group label{font-size:.85rem!important;margin-bottom:5px!important}.beta-fdbk-form-group input,.beta-fdbk-form-group select,.beta-fdbk-form-group textarea{padding:10px!important;font-size:.9rem!important;border-radius:8px!important}.beta-fdbk-footer-guide{padding:20px 15px!important;margin-top:30px!important;border-radius:12px!important}.beta-fdbk-footer-guide h3{font-size:1.3rem!important;margin-bottom:15px!important}.beta-fdbk-steps-container{grid-template-columns:1fr!important;gap:10px!important}.beta-fdbk-step-item{flex-direction:row!important;text-align:left!important;align-items:center!important;background:#f8fafc!important;padding:12px 15px!important;border-radius:10px!important}.beta-fdbk-step-num{width:40px!important;height:40px!important;font-size:1rem!important;margin-bottom:0!important;margin-right:15px!important;flex-shrink:0!important}.beta-fdbk-step-info h4{font-size:.95rem!important;margin-bottom:2px!important}.beta-fdbk-step-info p{font-size:.8rem!important;line-height:1.2!important}}.campaign-page-container{max-width:1480px;margin:0 auto;padding:30px 20px;background-color:#fff;min-height:100vh}.campaign-tabs{display:flex;gap:20px;border-bottom:2px solid #f0f0f0;margin-bottom:30px}.campaign-tab{background:none;border:none;padding:12px 5px;font-size:1.05rem;font-weight:600;color:#6b7280;cursor:pointer;position:relative;transition:color .2s ease}.campaign-tab:hover{color:#667eea}.campaign-tab.active{color:#6200ff}.campaign-tab.active:after{content:"";position:absolute;bottom:-2px;left:0;width:100%;height:3px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:3px 3px 0 0}.empty-campaigns{text-align:center;padding:80px 20px;background:#f8fafc;border-radius:16px;border:2px dashed #e2e8f0;display:flex;flex-direction:column;align-items:center;gap:15px}.empty-campaigns h3{margin:0;font-size:1.5rem;color:#334155}.empty-campaigns p{margin:0;color:#64748b;font-size:1rem}.campaign-page-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:24px}.campaign-card{background:#fff;border-radius:16px;padding:24px;border:1px solid #e2e8f0;box-shadow:0 4px 6px -1px #0000000d;display:flex;flex-direction:column;transition:all .3s ease}.campaign-card:hover{transform:translateY(-4px);box-shadow:0 12px 20px -5px #0000001a;border-color:#cbd5e1}.card-top-row{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:20px}.icon-box{width:45px;height:45px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:20px}.icon-box.active{background:#e0e7ff;color:#4f46e5}.icon-box.upcoming{background:#fff7ed;color:#ea580c}.icon-box.expired{background:#f1f5f9;color:#64748b}.campaign-title{font-size:18px;font-weight:700;color:#1e293b;margin:0 0 10px;line-height:1.3}.campaign-desc{font-size:14px;color:#475569;margin:0 0 20px;line-height:1.5;flex-grow:1}.campaign-dates{display:flex;align-items:center;font-size:13px;color:#64748b;font-weight:500;background:#f8fafc;padding:10px;border-radius:8px;margin-bottom:15px}.campaign-badge{padding:6px 12px;border-radius:20px;font-size:11px;font-weight:700;letter-spacing:.5px}.campaign-badge.active{background:#dcfce7;color:#16a34a}.campaign-badge.upcoming{background:#fef3c7;color:#ea580c}.campaign-badge.expired{background:#f1f5f9;color:#64748b}.campaign-btn.primary{width:100%;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:12px;border-radius:10px;font-weight:600;font-size:14px;cursor:pointer;transition:transform .2s,box-shadow .2s;margin-top:auto}.campaign-btn.primary:hover{transform:translateY(-2px);box-shadow:0 4px 12px #667eea4d}@media (max-width: 768px){.campaign-page-container{padding:15px 10px!important}.campaign-tabs{flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:5px;margin-bottom:20px}.campaign-tabs::-webkit-scrollbar{display:none}.campaign-tab{white-space:nowrap;font-size:1rem}.campaign-page-grid{grid-template-columns:1fr;gap:15px}}.add-product-wrapper{max-width:1480px;margin:0 auto;padding:30px 20px;background-color:#fff;min-height:100vh;font-family:Inter,system-ui,-apple-system,sans-serif;color:#1e293b}.add-product-wrapper .add-product-container{max-width:100%;margin:0;padding:0;background:transparent;border-radius:0;box-shadow:none}.add-product-wrapper .modern-form{max-width:900px;margin:0}.add-product-wrapper .stepper{display:flex;justify-content:space-between;align-items:center;position:relative;max-width:600px;margin:10px auto 40px}.add-product-wrapper .stepper:before{content:"";position:absolute;top:50%;left:0;right:0;height:2px;background:#e2e8f0;transform:translateY(-50%);z-index:0}.add-product-wrapper .step{width:45px;height:45px;border-radius:50%;background:#fff;border:3px solid #e2e8f0;display:flex;align-items:center;justify-content:center;font-weight:700;color:#94a3b8;position:relative;z-index:1;transition:all .3s ease;box-shadow:0 0 0 4px #fff}.add-product-wrapper .step.active{border-color:#350b53;color:#60208b;transform:scale(1.1);box-shadow:0 0 0 4px #fff,0 4px 12px #6366f133}.add-product-wrapper .step.done{background:#350b53;border-color:#60208b;color:#fff}.add-product-wrapper .form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;animation:fadeIn .4s ease-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.add-product-wrapper .form-group{display:flex;flex-direction:column}.add-product-wrapper .form-group.full{grid-column:1 / -1}.add-product-wrapper label{font-size:.9rem;margin-bottom:8px;font-weight:600;color:#475569}.add-product-wrapper input,.add-product-wrapper select,.add-product-wrapper textarea{width:100%;padding:12px 16px;border-radius:10px;border:1px solid #cbd5e1;background-color:#fff;color:#1e293b;font-size:15px;transition:all .2s ease;outline:none;box-sizing:border-box}.add-product-wrapper select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%2364748b'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'%3E%3C/path%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;background-size:16px;padding-right:40px;-webkit-appearance:none;-moz-appearance:none;appearance:none}.add-product-wrapper input:focus,.add-product-wrapper select:focus,.add-product-wrapper textarea:focus{border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}.add-product-wrapper .actions{display:flex;justify-content:space-between;margin-top:48px;padding-top:24px;border-top:1px solid #f1f5f9}.add-product-wrapper button{padding:14px 32px;border-radius:10px;font-size:15px;font-weight:600;cursor:pointer;transition:all .2s ease;border:none}.add-product-wrapper button.btn-back{background:#f1f5f9;color:#475569}.add-product-wrapper button.btn-back:hover{background:#e2e8f0}.add-product-wrapper button.btn-next,.add-product-wrapper button.btn-submit{background:linear-gradient(135deg,#667eea,#4e2379);color:#fff;box-shadow:0 4px 6px -1px #6366f14d}.add-product-wrapper button.btn-next:hover,.add-product-wrapper button.btn-submit:hover{background:linear-gradient(135deg,#8998da,#44196f);transform:translateY(-1px);box-shadow:0 10px 15px -3px #6366f166}.add-product-wrapper .preview-info{margin-top:8px;font-size:13px;color:#64748b;font-style:italic}.add-product-wrapper .duration-input-wrapper{display:flex;align-items:center;gap:15px}.add-product-wrapper .select-small{max-width:200px}.add-product-wrapper .duration-hint{font-size:13px;font-weight:500;color:#64748b}.add-product-wrapper .preview-section{animation:fadeIn .5s ease;padding:10px 0}.add-product-wrapper .preview-card{border:1px solid #e2e8f0;border-radius:12px;overflow:hidden;background:#fff;display:flex;flex-direction:column;box-shadow:0 4px 6px -1px #0000000d}.add-product-wrapper .preview-gallery{display:flex;gap:10px;padding:15px;overflow-x:auto;background:#f8fafc;border-bottom:1px solid #f1f5f9}.add-product-wrapper .preview-img{width:120px;height:120px;object-fit:cover;border-radius:8px;flex-shrink:0;border:1px solid #e2e8f0}.add-product-wrapper .preview-content{padding:20px}.add-product-wrapper .preview-badge{background:#f1f5f9;color:#60208b;padding:4px 10px;border-radius:20px;font-size:12px;font-weight:600;text-transform:uppercase}.add-product-wrapper .preview-title{margin:22px 0 8px;font-size:23px;color:#1e293b}.add-product-wrapper .preview-desc{color:#64748b;font-size:16px;line-height:1.5;margin-bottom:20px}.add-product-wrapper .preview-details{display:grid;grid-template-columns:repeat(3,1fr);gap:15px;padding:15px;background:#f8fafc;border-radius:10px;margin-bottom:20px}.add-product-wrapper .detail-item{display:flex;flex-direction:column;font-size:16px}.add-product-wrapper .detail-item span{color:#94a3b8;margin-bottom:2px}.add-product-wrapper .preview-attributes{display:flex;flex-wrap:wrap;gap:8px}.add-product-wrapper .attr-pill{background:#fff;border:1px solid #e2e8f0;padding:6px 12px;border-radius:6px;font-size:14px;color:#475569}.add-product-wrapper .read-only-field{padding:12px 16px;background:#f1f5f9;border-radius:10px;border:1px solid #e2e8f0;color:#475569;font-weight:500;display:flex;align-items:center}.add-product-wrapper .hint-text{font-size:12px;color:#94a3b8;margin-left:10px;font-weight:400}.add-product-wrapper .image-manager-section{margin-bottom:24px;padding-bottom:24px;border-bottom:1px dashed #cbd5e1}.add-product-wrapper .image-manager-section h6,.add-product-wrapper .new-image-upload h6{font-size:14px;font-weight:600;color:#64748b;margin-bottom:12px;text-transform:uppercase;letter-spacing:.5px}.add-product-wrapper .image-grid{display:flex;flex-wrap:wrap;gap:16px}.add-product-wrapper .image-card{position:relative;width:120px;height:120px;border-radius:12px;overflow:hidden;border:2px solid #e2e8f0;background:#fff;transition:all .2s ease}.add-product-wrapper .image-card:hover{border-color:#6366f1;transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.add-product-wrapper .image-card img{width:100%;height:100%;object-fit:cover;display:block}.add-product-wrapper .image-overlay{position:absolute;bottom:0;left:0;right:0;background:#0f172abf;display:flex;justify-content:space-evenly;padding:8px 0;opacity:0;transition:opacity .2s ease;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.add-product-wrapper .image-card:hover .image-overlay{opacity:1}.add-product-wrapper .image-overlay button{background:transparent;border:none;color:#fff;cursor:pointer;padding:4px;border-radius:4px;transition:transform .2s;width:auto}.add-product-wrapper .image-overlay button:hover{transform:scale(1.2);background:#fff3}.add-product-wrapper .btn-star{color:#cbd5e1}.add-product-wrapper .btn-star.active{color:#fbbf24}.add-product-wrapper .btn-delete{color:#fca5a5}.add-product-wrapper .btn-delete:hover{color:#ef4444!important}.add-product-wrapper .new-image-upload{margin-top:10px}.add-product-wrapper .image-card.new{border:2px dashed #6366f1;background:#eff6ff}.add-product-wrapper .btn-remove-new{position:absolute;top:4px;right:4px;background:#ef4444;color:#fff;border:none;border-radius:50%;width:24px;height:24px;cursor:pointer;font-size:12px;display:flex;align-items:center;justify-content:center;padding:0;box-shadow:0 2px 4px #0003;transition:all .2s}.add-product-wrapper .btn-remove-new:hover{background:#dc2626;transform:scale(1.1)}.add-product-wrapper select{scrollbar-width:thin;scrollbar-color:#cbd5e1 #ffffff}.add-product-wrapper select::-webkit-scrollbar{width:8px}.add-product-wrapper select::-webkit-scrollbar-track{background:#fff;border-radius:8px}.add-product-wrapper select::-webkit-scrollbar-thumb{background-color:#cbd5e1;border-radius:8px;border:2px solid #ffffff}.add-product-wrapper select::-webkit-scrollbar-thumb:hover{background-color:#94a3b8}@media (max-width: 768px){.add-product-wrapper{padding:15px 10px!important}.add-product-wrapper .modern-form{max-width:100%!important}}@media (max-width: 640px){.add-product-wrapper .form-grid{grid-template-columns:1fr}.add-product-wrapper .actions{flex-direction:column-reverse;gap:12px}.add-product-wrapper button{width:100%}.add-product-wrapper .preview-details{grid-template-columns:1fr}}.wallet-container{max-width:1100px;margin:0 auto;padding:24px}.wallet-title{font-size:28px;font-weight:700;margin-bottom:24px}.wallet-grid{display:grid;grid-template-columns:1fr 1.5fr;gap:24px}.wallet-left{display:flex;flex-direction:column;gap:24px}.wallet-card{background:#fff;border-radius:14px;padding:20px;box-shadow:0 6px 18px #00000014;transition:all .25s ease}.wallet-card:hover{transform:translateY(-4px);box-shadow:0 12px 28px #0000001f}.wallet-card h2{font-size:18px;margin-bottom:16px}.balance-amount{font-size:34px;font-weight:700;margin-bottom:8px}.blocked-balance{display:flex;justify-content:space-between;color:#d9363e;font-weight:600;margin-bottom:20px}.withdraw-btn{width:100%;padding:12px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:10px;font-weight:600;cursor:pointer}.withdraw-btn:disabled{background:#d9d9d9;color:#777;cursor:not-allowed}.bank-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px;font-size:14px}.iban-row{gap:8px}.iban-row strong{word-break:break-all}.copy-iban-btn{border:none;background:transparent;cursor:pointer}.transactions-card{min-height:300px}.empty-transactions{text-align:center;color:#888;margin-top:40px}@media (max-width: 900px){.wallet-grid{grid-template-columns:1fr}}@media (max-width: 600px){.wallet-container,.wallet-card{padding:16px}.balance-amount{font-size:28px}.bank-row{flex-direction:column;align-items:flex-start;gap:6px}}.iban-row button{margin-left:12px;padding:6px 12px;border-radius:8px;border:none;background:#fff;color:#000;font-size:13px;cursor:pointer;transition:all .2s ease}.sort-select{display:flex;align-items:center;gap:8px}.sort-label{font-size:13px;color:#6b7280;font-weight:500;white-space:nowrap}.sort-dropdown{min-width:180px;padding:9px 14px;border-radius:10px;border:1px solid #d1d5db;font-size:14px;background-color:#fff;color:#111827;cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease}.sort-dropdown:hover{border-color:#9ca3af}.sort-dropdown:focus{outline:none;border-color:#4f46e5;box-shadow:0 0 0 2px #4f46e52e}.category-page{max-width:1480px;margin:0 auto;padding:0 16px 60px;min-height:70vh}.category-main-area{padding:30px 20px}.category-auction-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:22px}.category-empty{text-align:center;margin-top:60px;color:#6b7280}.category-empty p{font-size:1.05rem}.category-loading{display:flex;justify-content:center;align-items:center;min-height:300px;font-size:1.1rem;color:#6b7280}.category-error{text-align:center;margin-top:40px;color:#dc2626;font-weight:600}@media (max-width: 768px){.category-main-area{padding:15px 10px}.category-auction-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}.category-auction-grid .product-card-link,.category-auction-grid .product-card{min-width:0!important;max-width:100%!important}}.category-empty{margin-top:64px;margin-bottom:64px;text-align:center;padding:200px 24px;background:#fff;border-radius:20px;box-shadow:0 12px 32px #0000000f}.category-empty p{font-size:16px;color:#555;line-height:1.6;margin-bottom:24px}.category-empty strong{display:block;margin-top:6px;font-size:18px;color:#111}.add-product-btn{padding:14px 28px;font-size:15px;font-weight:600;border-radius:999px;border:none;cursor:pointer;background:linear-gradient(135deg,#8e4eef,#7339cb);color:#fff;box-shadow:0 8px 20px #00000040;transition:all .25s ease}.add-product-btn:hover{transform:translateY(-2px);box-shadow:0 12px 28px #00000059}.add-product-btn:active{transform:translateY(0);box-shadow:0 6px 16px #00000040}.search-page{max-width:1200px;margin:0 auto;padding:24px;font-family:Arial,sans-serif}.page-title{margin-bottom:16px}.searching-text{font-style:italic;color:#555;margin-bottom:16px}.tab-buttons{display:flex;gap:8px;margin-bottom:16px}.tab-buttons{display:flex;gap:12px;margin-bottom:24px}.tab-button{padding:10px 20px;border:none;border-radius:8px;cursor:pointer;background:linear-gradient(145deg,#f5f5f5,#e0e0e0);color:#333;font-weight:600;font-size:.95rem;box-shadow:0 3px 6px #00000014;transition:all .25s ease}.tab-button:hover{background:linear-gradient(145deg,#e8e8e8,#d6d6d6);transform:translateY(-2px);box-shadow:0 6px 12px #0000001f}.tab-button.active{background:linear-gradient(135deg,#8e4eef,#8e4eef);color:#fff;box-shadow:0 6px 14px #0003;transform:translateY(0)}.tab-content{margin-top:16px}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:16px}.users-list{list-style:none;padding-left:0}.users-list li{margin-bottom:8px}.no-results{font-style:italic;color:#777}.users-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:16px}@media (max-width: 768px){.search-page{padding:15px 10px!important}.tab-buttons{gap:8px!important;margin-bottom:16px!important}.tab-button{padding:10px!important;font-size:13px!important;flex:1!important;text-align:center!important}.products-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}.products-grid>*,.products-grid .product-card,.products-grid .product-card-link{min-width:0!important;max-width:100%!important}.users-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}}.user-card{display:flex;flex-direction:column;align-items:center;width:180px;padding:16px;border-radius:12px;background:#f9f5f0;color:#2a1f2d;text-decoration:none;transition:transform .25s ease,box-shadow .25s ease,background .25s ease;border:1px solid #e0dce5}.user-card:hover{transform:translateY(-5px);box-shadow:0 12px 30px #8a70d64d;background:#f5f0fa}.user-card-avatar{width:80px;height:80px;margin-bottom:12px}.user-card-avatar img{width:100%;height:100%;border-radius:50%;object-fit:cover;border:2px solid #bfa5e3}.avatar-placeholder{width:80px;height:80px;border-radius:50%;background:#cbb8f5;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.5rem;color:#fff;border:2px solid #a68ee0}.user-card-info{text-align:center}.user-name{font-size:1rem;font-weight:600;margin-bottom:4px;color:#2a1f2d}.user-rating,.user-auctions{font-size:.85rem;margin:2px 0;color:#7d6f91}.no-results-animation{text-align:center;padding:150px 20px;color:#7d6f91;font-size:1.2rem}.no-results-animation p{margin-top:30px;margin-bottom:150px}.notifications-page-container{max-width:1480px;margin:2rem auto;padding:0 1.5rem}.notifications-tabs{display:flex;gap:1rem;margin-bottom:1.5rem;border-bottom:1px solid #e2e8f0;padding-bottom:.5rem}.notifications-tabs button{background:none;border:none;padding:8px 16px;cursor:pointer;color:#718096;font-weight:500;position:relative}.notifications-tabs button.active{color:#667eea}.notifications-tabs button.active:after{content:"";position:absolute;bottom:-9px;left:0;width:100%;height:2px;background:#667eea}.notifications-full-list{display:flex;flex-direction:column;gap:1rem}.notification-card{display:flex;align-items:center;background:#fff;padding:1.2rem;border-radius:12px;border:1px solid #e2e8f0;cursor:pointer;transition:transform .2s,box-shadow .2s;position:relative}.notification-card:hover{transform:translateY(-2px);box-shadow:0 4px 20px #0000000d}.notification-card.unread{background:#667eea08;border-left:4px solid #667eea}.notif-card-icon{width:48px;height:48px;background:#f7fafc;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:20px;margin-right:1.2rem;flex-shrink:0}.notif-card-content{flex:1}.notif-card-top{display:flex;justify-content:space-between;margin-bottom:4px}.notif-card-title{font-weight:600;color:#2d3748}.notif-card-date{font-size:13px;color:#a0aec0}.notif-card-message{font-size:15px;color:#4a5568;line-height:1.5;margin:0}.unread-dot{width:10px;height:10px;background:#667eea;border-radius:50%;margin-left:1rem}.empty-state{text-align:center;padding:4rem;color:#a0aec0;background:#fff;border-radius:12px;border:2px dashed #e2e8f0}@media (max-width: 768px){.notifications-page-container{padding:15px 10px!important;margin:10px auto!important}.notifications-tabs{flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.notifications-tabs::-webkit-scrollbar{display:none}.notifications-tabs button{white-space:nowrap}}.payment-container{max-width:1000px;margin:50px auto;padding:20px;background:#fff;border-radius:12px;box-shadow:0 4px 15px #0000001a;text-align:center}#iyzipay-checkout-form{min-height:600px;width:100%}.loader{padding:20px;color:#007bff;font-weight:700}.secure-text{font-size:12px;color:#666;margin-top:20px}.checkout-container{background:#f4f4f4;min-height:100vh;padding:20px;font-family:Inter,sans-serif}.checkout-content{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr 350px;gap:20px}.checkout-section{background:#fff;border-radius:8px;border:1px solid #e0e0e0;margin-bottom:20px;overflow:hidden}.checkout-main-title{background:#f9f9f9;padding:15px 20px;font-size:1.1rem;color:#333;border-bottom:1px solid #eee;margin:0}.checkout-title{padding:15px 20px;margin:0;font-size:1rem;border-bottom:1px solid #eee;font-weight:700}.forms-container{padding:20px}.form-group{margin-bottom:25px}.form-sub-title{font-size:.95rem;color:#444;margin-bottom:10px;font-weight:600}.form-scroll-box{border:1px solid #ececec;border-radius:6px;padding:15px;height:160px;overflow-y:auto;font-size:.8rem;color:#666;line-height:1.6;background:#fafafa}.form-scroll-box::-webkit-scrollbar{width:6px}.form-scroll-box::-webkit-scrollbar-thumb{background:#bbb;border-radius:10px}.summary-card{background:#fff;padding:20px;border-radius:8px;border:1px solid #e0e0e0;position:sticky;top:20px}.timer-badge{background:#fff3cd;color:#856404;text-align:center;padding:6px;border-radius:4px;font-weight:700;margin-bottom:15px}.summary-product{display:flex;gap:12px;margin-bottom:20px;border-bottom:1px solid #eee;padding-bottom:15px}.summary-product img{width:50px;height:50px;border-radius:4px;object-fit:cover}.s-title{font-size:.85rem;font-weight:600;margin:0;color:#333}.s-seller{font-size:.75rem;color:#888;margin-top:4px}.summary-row{display:flex;justify-content:space-between;font-size:.9rem;margin-bottom:10px}.summary-total{display:flex;justify-content:space-between;font-size:1.2rem;font-weight:700;color:#4e2379;margin-top:10px}.ty-agreement{margin:20px 0;font-size:.85rem}.buy-btn{width:100%;padding:16px;background:#4e2379;color:#fff;border:none;border-radius:6px;font-weight:700;cursor:pointer;transition:.2s}.buy-btn:hover{background:#3b1a5c}.buy-btn:disabled{background:#ccc;cursor:not-allowed}.address-list{display:grid;grid-template-columns:1fr 1fr;gap:15px;padding:20px}.address-card{border:1px solid #ddd;padding:15px;border-radius:6px;cursor:pointer;transition:.2s}.address-card.selected{border-color:#4e2379;background:#fdfaff}.my-auctions-container{max-width:1480px;margin:0 auto;padding:30px 20px;background-color:#fff;min-height:100vh;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.my-auctions-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:20px}.my-auction-card-wrapper{position:relative;display:flex;flex-direction:column;gap:10px;height:100%}.my-auction-status{padding:10px 12px;font-weight:600;font-size:13px;border-radius:8px;text-align:center;letter-spacing:.2px;display:flex;align-items:center;justify-content:center;gap:8px;box-shadow:0 2px 4px #0000000d}.my-auction-status.success{background:linear-gradient(135deg,#ecfdf5,#d1fae5);color:#047857;border:1px solid #a7f3d0}.my-auction-status.danger{background:linear-gradient(135deg,#fef2f2,#fee2e2);color:#b91c1c;border:1px solid #fecaca}.empty-my-auctions{grid-column:1 / -1;text-align:center;padding:60px;background:#fff;border-radius:16px;border:2px dashed #e2e8f0;color:#6b7280;font-size:16px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:15px}@media (max-width: 768px){.my-auctions-container{padding:15px 10px!important}}.awaiting-payment-container{max-width:1480px;margin:0 auto;padding:30px 20px;background-color:#fff;min-height:100vh}.order-status-text{margin:0;color:#10b981;font-size:.9rem;font-weight:600}.pay-now-btn{width:100%;background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;padding:14px 20px;border-radius:10px;font-weight:700;font-size:1rem;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:10px;transition:transform .2s,box-shadow .2s}.pay-now-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #10b9814d}@media (max-width: 768px){.awaiting-payment-container{padding:15px 10px!important}.order-item-card{display:grid!important;grid-template-columns:80px 1fr!important;gap:15px!important;padding:15px!important;align-items:start!important}.order-image-wrapper{width:80px!important;height:80px!important;grid-column:1!important}.order-details{grid-column:2!important;gap:4px!important}.order-details h3{font-size:1rem!important;line-height:1.3!important}.order-status-text{font-size:.8rem!important}.order-price{font-size:.95rem!important;margin-top:4px!important}.order-price strong{font-size:1.1rem!important}.order-actions{grid-column:1 / -1!important;min-width:100%!important;margin-top:5px!important}.pay-now-btn{width:100%!important;padding:12px!important;font-size:1rem!important;border-radius:8px!important}}.processing-orders-container{max-width:1480px;margin:0 auto;padding:30px 20px;background-color:#fff;min-height:100vh}.order-image-wrapper img{width:100%;height:100%;object-fit:cover}.order-status-text.in-transit{margin:0;color:#3b82f6;font-size:.9rem;font-weight:600;display:flex;align-items:center;gap:6px}.order-price{font-size:1.1rem;color:#374151}.order-price strong{color:#111827;font-size:1.3rem}.received-btn{width:100%;background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;padding:14px 20px;border-radius:10px;font-weight:700;font-size:1rem;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:10px;transition:transform .2s,box-shadow .2s}.received-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #10b9814d}@media (max-width: 768px){.processing-orders-container{padding:15px 10px!important}.order-item-card{display:grid!important;grid-template-columns:80px 1fr!important;gap:15px!important;padding:15px!important;align-items:start!important}.order-image-wrapper{width:80px!important;height:80px!important;grid-column:1!important}.order-details{grid-column:2!important;gap:4px!important}.order-details h3{font-size:1rem!important;line-height:1.3!important}.order-status-text{font-size:.8rem!important}.order-price{font-size:.95rem!important;margin-top:4px!important}.order-price strong{font-size:1.1rem!important}.order-actions{grid-column:1 / -1!important;min-width:100%!important;margin-top:5px!important}.received-btn{width:100%!important;padding:12px!important;font-size:1rem!important;border-radius:8px!important}}.completed-orders-container{max-width:1480px;margin:0 auto;padding:30px 20px;background-color:#fff;min-height:100vh}.orders-list{display:flex;flex-direction:column;gap:20px}.order-item-card{display:flex;align-items:center;justify-content:space-between;padding:20px;border:1px solid #e5e7eb;border-radius:12px;background:#fff;transition:box-shadow .2s;gap:20px}.order-item-card:hover{box-shadow:0 4px 15px #0000000d;border-color:#d1d5db}.order-image-wrapper{width:100px;height:100px;flex-shrink:0;border-radius:8px;overflow:hidden;border:1px solid #f3f4f6}.order-image-wrapper img{width:100%;height:100%;object-fit:cover;filter:grayscale(10%)}.order-details{flex-grow:1;display:flex;flex-direction:column;gap:8px}.order-details h3{margin:0;font-size:1.2rem;color:#111827;cursor:pointer;transition:color .2s}.order-details h3:hover{color:#6200ff}.order-status-text.done{margin:0;color:#059669;font-size:.9rem;font-weight:600;display:flex;align-items:center;gap:6px}.order-price{font-size:1.1rem;color:#6b7280}.order-price strong{color:#374151;font-size:1.3rem}.order-actions{min-width:180px}.review-btn{width:100%;background:#fff;color:#4e2379;border:2px solid #e1e5e9;padding:12px 20px;border-radius:10px;font-weight:700;font-size:1rem;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:10px;transition:all .2s ease}.review-btn:hover{background:#f8f9fa;border-color:#4e2379;transform:translateY(-2px);box-shadow:0 4px 12px #4e23791a}.empty-orders{text-align:center;padding:60px;background:#f9fafb;border-radius:16px;border:2px dashed #e5e7eb;color:#6b7280;display:flex;flex-direction:column;align-items:center;gap:15px}@media (max-width: 768px){.completed-orders-container{padding:15px 10px!important}.order-item-card{display:grid!important;grid-template-columns:80px 1fr!important;gap:15px!important;padding:15px!important;align-items:start!important}.order-image-wrapper{width:80px!important;height:80px!important;grid-column:1!important}.order-details{grid-column:2!important;gap:4px!important}.order-details h3{font-size:1rem!important;line-height:1.3!important}.order-status-text{font-size:.8rem!important}.order-price{font-size:.95rem!important;margin-top:4px!important}.order-price strong{font-size:1.1rem!important}.order-actions{grid-column:1 / -1!important;min-width:100%!important;margin-top:5px!important}.review-btn{width:100%!important;padding:12px!important;font-size:1rem!important;border-radius:8px!important}}.seller-container{max-width:1480px;margin:0 auto;padding:30px 20px;min-height:100vh}.messages-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:20px;box-shadow:0 2px 8px #00000008}.message-list{list-style:none;margin:0;padding:0}.message-item{border:1px solid #e5e7eb;border-radius:10px;padding:15px;margin:10px 0;background:#f9fafb;cursor:pointer;transition:all .2s ease}.message-item:hover{background:#fff;border-color:#cbd5e1;box-shadow:0 4px 12px #0000000d;transform:translateY(-2px)}.msg-top{display:flex;justify-content:space-between;color:#6b7280;font-size:13px;margin-bottom:8px}.msg-top .from{color:#374151}.question{color:#111827;font-weight:500;font-size:15px;line-height:1.4}.empty-row{padding:20px;color:#6b7280;text-align:center;font-style:italic}@media (max-width: 768px){.seller-container{padding:15px 10px!important}.messages-card{padding:15px}}.dashboard-page{background-color:#fff;min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:#1a1f23}.dashboard-content{max-width:1450px;margin:0 auto;padding:40px 20px}.dashboard-header-profile{display:flex;align-items:center;gap:24px;margin-bottom:32px;background:#fff;padding:24px;border-radius:20px;border:1px solid #eeeeee;box-shadow:0 2px 12px #00000008}.user-avatar-wrapper{width:85px;height:85px;display:flex;align-items:center;justify-content:center}.user-photo{width:100%;height:100%;border-radius:50%;object-fit:cover;border:2px solid #f0f0f0}.user-icon-anon{font-size:85px;color:#d1d5db}.user-info-text h1{font-size:32px;font-weight:700;margin:0;color:#111}.user-rating-row{display:flex;align-items:center;gap:12px;margin:6px 0}.stars-row{display:flex;gap:3px;color:#f5a623;font-size:16px}.star-empty{color:#e5e7eb}.rating-num{font-size:14px;color:#6c757d;font-weight:600}.dashboard-status-text{color:#888;font-size:14px;margin:0}.dashboard-stats-row{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;margin-bottom:32px}.stat-item-card{background:#fff;padding:24px;border-radius:20px;border:1px solid #eeeeee;display:flex;justify-content:space-between}.stat-info label{font-size:14px;color:#6c757d;display:block;margin-bottom:8px}.stat-value-group{display:flex;align-items:baseline;gap:10px}.stat-info h2{font-size:26px;margin:0;font-weight:700}.stat-trend{font-size:12px;color:#2fb344;font-weight:600}.stat-icon-bg{background:#f8f9fa;width:44px;height:44px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:18px;color:#333}.dashboard-card{background:#fff;padding:24px;border-radius:20px;border:1px solid #eeeeee}.card-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.card-tabs{display:flex;gap:20px}.tab-link{font-size:14px;color:#6c757d;cursor:pointer;padding-bottom:6px}.tab-link.active{color:#000;font-weight:600;border-bottom:2px solid #000}.products-layout-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:20px}.feed-row{display:flex;gap:16px;padding:16px 0;border-bottom:1px solid #f8f9fa}.feed-icon-box{width:40px;height:40px;border-radius:12px;display:flex;align-items:center;justify-content:center}.feed-icon-box.blue{background:#e7f3ff;color:#007bff}.feed-icon-box.orange{background:#fff4e6;color:#fd7e14}.feed-content strong{font-size:14px;display:block}.feed-content p{font-size:13px;color:#6c757d;margin:4px 0}.feed-date{font-size:11px;color:#adb5bd}.empty-state{text-align:center;padding:40px;color:#6c757d;border:1px dashed #ddd;border-radius:12px}.page-loading{text-align:center;padding:50px;font-size:18px;color:#666}.seller-main-tabs{display:flex;background:#fff;border-radius:16px;border:1px solid #eeeeee;margin-bottom:20px;overflow:hidden;box-shadow:0 2px 8px #00000005}.seller-main-tab{flex:1;text-align:center;padding:16px 0;font-size:15px;font-weight:600;color:#6c757d;cursor:pointer;background:transparent;border:none;border-bottom:3px solid transparent;transition:all .2s ease}.seller-main-tab:hover{background-color:#f8f9fa}.seller-main-tab.active{color:#953be4;border-bottom-color:#953be4;background-color:#faf5ff}@media (max-width: 768px){.dashboard-content{padding:15px 10px!important}.dashboard-header-profile{padding:15px!important;gap:15px!important;margin-bottom:15px!important;border-radius:16px!important}.user-avatar-wrapper{width:60px!important;height:60px!important}.user-icon-anon{font-size:60px!important}.user-info-text h1{font-size:20px!important}.dashboard-stats-row{display:flex!important;flex-wrap:nowrap!important;overflow-x:auto!important;-webkit-overflow-scrolling:touch!important;scrollbar-width:none!important;gap:12px!important;margin-bottom:15px!important;padding-bottom:5px!important}.dashboard-stats-row::-webkit-scrollbar{display:none!important}.stat-item-card{min-width:140px!important;padding:12px 15px!important;border-radius:14px!important;flex-direction:column!important;position:relative!important}.stat-info label{font-size:12px!important;margin-bottom:4px!important}.stat-info h2{font-size:18px!important}.stat-icon-bg{position:absolute!important;top:12px!important;right:12px!important;width:24px!important;height:24px!important;font-size:12px!important;background:transparent!important;opacity:.5!important}.dashboard-card{padding:15px!important;border-radius:16px!important}.card-top{flex-direction:column!important;align-items:flex-start!important;gap:12px!important}.card-tabs{width:100%!important;flex-wrap:nowrap!important;overflow-x:auto!important;-webkit-overflow-scrolling:touch!important;scrollbar-width:none!important;gap:15px!important;padding-bottom:5px!important}.card-tabs::-webkit-scrollbar{display:none!important}.products-layout-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}.products-layout-grid .product-card-link,.products-layout-grid .product-card{min-width:0!important;max-width:100%!important}}.my-listings-container{max-width:1480px;margin:0 auto;padding:30px 20px;background-color:#fff;min-height:100vh;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.listings-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px;padding-bottom:15px;border-bottom:2px solid #f0f0f0}.listings-header h1{font-size:2rem;color:#333;margin:0}.listings-header button{background:linear-gradient(135deg,#667eea,#764ba2)!important;border:none!important;color:#fff!important;padding:10px 24px!important;border-radius:25px!important;font-weight:600!important;box-shadow:0 4px 12px #667eea4d!important;transition:all .2s ease!important}.listings-header button:hover{transform:translateY(-2px)!important;box-shadow:0 6px 15px #667eea66!important}.listings-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:25px}.listing-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px #00000014;transition:all .3s ease;border:1px solid #f0f0f0;display:flex;flex-direction:column;position:relative;height:100%}.listing-card:hover{transform:translateY(-5px);box-shadow:0 12px 24px #0000001f}.listing-image-container{height:220px;width:100%;background-color:#f8fafc;display:flex;align-items:center;justify-content:center;border-bottom:1px solid #f0f0f0}.listing-image{width:100%;height:100%;object-fit:cover}.status-badge{position:absolute;top:10px;right:10px;padding:4px 10px;border-radius:12px;font-size:.75rem;font-weight:700;color:#fff;z-index:2}.status-active{background-color:#10b981}.status-pending{background-color:#f59e0b}.status-sold{background-color:#6366f1}.status-cancelled{background-color:#ef4444}.listing-info{padding:15px;flex-grow:1;display:flex;flex-direction:column}.listing-title{font-size:1.1rem;font-weight:600;color:#1f2937;margin-bottom:12px;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;word-break:break-word;overflow-wrap:break-word;line-height:1.4;min-height:3.08rem}.price-item{display:flex;justify-content:space-between;font-size:.85rem;border-bottom:1px dashed #e0e0e0;padding-bottom:8px;margin-bottom:8px}.price-item .label{color:#6b7280;font-weight:600}.price-item .value{color:#111827;font-weight:700}.highlight .value{color:#47ab4f}.listing-meta{display:flex;justify-content:space-between;font-size:.85rem;color:#6b7280;margin-top:auto;padding-top:10px;margin-bottom:15px}.listing-actions{display:flex;gap:8px;margin-top:auto}.listing-actions button{flex:1;font-weight:600!important}.listing-actions button:nth-child(1){background-color:#f8fafc!important;color:#475569!important;border:1px solid #e2e8f0!important}.listing-actions button:nth-child(2){background-color:#f0fdf4!important;color:#16a34a!important;border:1px solid #bbf7d0!important}.listing-actions button:nth-child(3){background-color:#fef2f2!important;color:#ef4444!important;border:1px solid #fecaca!important}.listing-actions button svg{color:inherit!important;margin-right:6px}.listing-actions button:hover{filter:brightness(.95);transform:translateY(-1px)}.empty-listings{grid-column:1 / -1;text-align:center;padding:60px;background:#fff;border-radius:16px;border:2px dashed #e2e8f0}.listing-tabs{display:flex;gap:20px;border-bottom:2px solid #f0f0f0;margin-bottom:25px}.listing-tab{background:none;border:none;padding:10px 5px;font-size:1.05rem;font-weight:600;color:#6b7280;cursor:pointer;position:relative;transition:color .2s ease}.listing-tab:hover{color:#667eea}.listing-tab.active{color:#6200ff}.listing-tab.active:after{content:"";position:absolute;bottom:-2px;left:0;width:100%;height:3px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:3px 3px 0 0}.status-rejected{background-color:#ef4444}.rejection-reason-box{display:flex;align-items:flex-start;gap:8px;background-color:#fef2f2;border:1px solid #fecaca;color:#b91c1c;padding:10px;border-radius:8px;font-size:.8rem;margin-bottom:15px;line-height:1.4}.rejection-reason-box svg{margin-top:2px;flex-shrink:0}@media (max-width: 768px){.my-listings-container{padding:15px 10px!important}.listing-tabs{gap:10px!important;margin-bottom:20px!important;flex-wrap:nowrap!important;overflow-x:auto!important;-webkit-overflow-scrolling:touch!important;scrollbar-width:none!important}.listing-tabs::-webkit-scrollbar{display:none!important}.listing-tab{font-size:.85rem!important;padding:8px 4px!important;white-space:nowrap!important}.listings-header{margin-bottom:20px!important}.listings-header h1{font-size:1.5rem!important}.listings-header button{padding:8px 16px!important;font-size:13px!important}.listings-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}.listing-card{min-width:0!important}.listing-image-container{height:130px!important}.listing-info{padding:10px!important}.listing-title{font-size:.9rem!important;margin-bottom:8px!important;line-height:1.4!important;min-height:2.52rem!important;word-break:break-word!important}.price-item{flex-direction:column;align-items:flex-start;gap:2px;padding-bottom:4px!important;margin-bottom:4px!important}.price-item .label{font-size:.7rem!important}.price-item .value{font-size:.85rem!important}.listing-meta{font-size:.75rem!important;margin-bottom:10px!important;padding-top:5px!important}.listing-actions{gap:5px!important}.listing-actions button{padding:8px 0!important;font-size:0!important;display:flex!important;justify-content:center!important;align-items:center!important}.listing-actions button svg{font-size:16px!important;margin:0!important}.status-badge{font-size:.65rem!important;padding:3px 8px!important;top:8px!important;right:8px!important}}.status-completed{background-color:#6366f1}.status-paid{background-color:#3b82f6}.status-done{background-color:#059669}.status-unsold{background-color:#6b7280}.admin-page-container{padding:20px;max-width:1480px;margin:0 auto}.admin-page-title{font-size:2rem;color:#111827;margin-bottom:10px}.admin-page-subtitle{color:#6b7280;margin-bottom:30px}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:24px}.stat-card{background:#fff;border-radius:12px;padding:24px;display:flex;align-items:center;gap:20px;box-shadow:0 4px 6px #0000000d;transition:transform .2s}.stat-card:hover{transform:translateY(-2px);box-shadow:0 10px 15px #0000001a}.stat-icon{width:50px;height:50px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:24px;color:#fff}.stat-info h3{margin:0 0 5px;font-size:.9rem;color:#6b7280;font-weight:500}.stat-info p{margin:0;font-size:1.8rem;font-weight:700;color:#1f2937}.stat-card.blue .stat-icon{background:linear-gradient(135deg,#3b82f6,#2563eb)}.admin-table-container{background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000000d;overflow-x:auto}.admin-table th{background:#f9fafb;padding:16px;font-weight:600;color:#374151;border-bottom:1px solid #e5e7eb}.admin-table td{padding:16px;border-bottom:1px solid #f3f4f6;vertical-align:middle}.admin-table tr:last-child td{border-bottom:none}.admin-table-img{width:50px;height:50px;object-fit:cover;border-radius:6px;border:1px solid #eee}.table-title{font-weight:500;color:#111827;max-width:200px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.action-buttons{display:flex;gap:8px}.btn-icon{width:70px;height:36px;border-radius:8px;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s}.btn-icon.view:hover{background:#bae6fd}.btn-icon.approve:hover{background:#bbf7d0}.btn-icon.reject:hover{background:#fecaca}.admin-empty-state{text-align:center;padding:50px;background:#fff;border-radius:12px;color:#6b7280}.table-id-text{color:#9ca3af;display:block;font-size:.75rem}.report-badge{display:flex;align-items:flex-start;gap:8px;background:#fee2e2;color:#dc2626;border:1px solid #fecaca;padding:8px 12px;border-radius:8px;font-size:.85rem;line-height:1.4;word-break:break-all;white-space:normal;max-width:100%}.admin-table td{vertical-align:middle}.admin-empty-state{text-align:center;padding:60px!important;color:#6b7280}.badge{padding:4px 8px;border-radius:4px;font-size:.8rem;font-weight:600}.badge.role-admin{background:#e0e7ff;color:#4338ca}.badge.role-seller{background:#f3e8ff;color:#7e22ce}.badge.role-user{background:#f3f4f6;color:#374151}.badge.status-active{background:#dcfce7;color:#15803d}.badge.status-banned{background:#fee2e2;color:#b91c1c}.broadcast-grid{display:grid;grid-template-columns:1fr 1fr;gap:30px;margin-top:10px}.broadcast-card{background:#fff;padding:24px;border-radius:12px;box-shadow:0 4px 6px #0000000d}.broadcast-card h3{display:flex;align-items:center;gap:10px;margin-top:0;margin-bottom:20px;font-size:1.2rem;color:#111827}.broadcast-card h3 svg{color:#3b82f6}.form-group{margin-bottom:20px}.form-group label{display:block;margin-bottom:8px;font-weight:500;color:#374151;font-size:.9rem}.form-group input[type=text],.form-group input[type=datetime-local],.form-group textarea{width:100%;padding:12px;border:1px solid #e5e7eb;border-radius:8px;background:#f9fafb;font-family:inherit;font-size:14px;transition:border-color .2s;box-sizing:border-box}.form-group input:focus,.form-group textarea:focus{border-color:#3b82f6;outline:none;background:#fff}.form-hint{display:block;margin-top:6px;color:#6b7280;font-size:.8rem}.btn-send{width:100%;padding:14px;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:10px;transition:transform .2s}.btn-send:hover{transform:translateY(-2px);box-shadow:0 4px 12px #2563eb33}.btn-send:disabled{background:#9ca3af;cursor:not-allowed;transform:none}.live-preview{background:#f3f4f6;padding:40px 20px;border-radius:12px;border:2px dashed #d1d5db;margin-bottom:20px}.preview-notification{background:#fff;padding:16px;border-radius:10px;display:flex;gap:12px;box-shadow:0 10px 15px -3px #0000001a;border-left:4px solid #3b82f6}.preview-icon{width:40px;height:40px;background:#eff6ff;color:#3b82f6;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.preview-content{flex:1}.preview-content h4{margin:0 0 5px;font-size:1rem}.preview-content p{margin:0 0 8px;font-size:.9rem;color:#4b5563}.preview-meta{display:flex;flex-direction:column;gap:4px}.preview-content small{color:#9ca3af;font-size:.8rem}.preview-expiry{color:#ef4444!important;display:flex;align-items:center;font-weight:500}.preview-info-box{background:#fffbeb;padding:15px;border-radius:8px;border-left:4px solid #f59e0b;font-size:.85rem;color:#92400e}@media (max-width: 992px){.broadcast-grid{grid-template-columns:1fr}}.finance-table-section{margin-top:40px}.finance-table-section h3{margin-bottom:20px;display:flex;align-items:center;gap:10px;color:#374151;font-size:1.25rem}.amount-cell{font-weight:700;color:#16a34a}.stat-card.purple .stat-icon{background:linear-gradient(135deg,#8b5cf6,#7c3aed)}.stat-card.orange .stat-icon{background:linear-gradient(135deg,#f59e0b,#d97706)}.stat-card.green .stat-icon{background:linear-gradient(135deg,#10b981,#059669)}.report-table-section{margin-top:30px}.report-reason-box p{margin:4px 0 0;font-size:.8rem;color:#6b7280}.report-badge{background:#f3f4f6;color:#4b5563;padding:4px 10px;border-radius:6px;font-size:.85rem;font-weight:600;border:1px solid #e5e7eb;display:inline-block}.report-badge.type-HATA_BILDIRIMI{background:#fef2f2;color:#ef4444;border-color:#fee2e2}.report-badge.type-ONERI{background:#e0e7ff;color:#4f46e5;border-color:#c7d2fe}.report-badge.type-SIKAYET{background:#fff7ed;color:#ea580c;border-color:#ffedd5}.report-badge.type-OZELLIK_ISTEGI{background:#dcfce7;color:#22c55e;border-color:#bbf7d0}.report-badge.type-TESEKKUR{background:#fce7f3;color:#db2777;border-color:#fbcfe8}.status-badge.pending{color:#f59e0b;font-weight:500;font-size:.9rem}.score-star{color:#f59e0b;margin-right:4px}.btn-icon.view{background:#e0f2fe;color:#0284c7}.btn-icon.approve{background:#dcfce7;color:#16a34a}.btn-icon.reject{background:#fee2e2;color:#dc2626}.fdbk-modal-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:9999}.fdbk-modal-content{background:#fff;border-radius:12px;width:90%;max-width:600px;max-height:90vh;overflow-y:auto;box-shadow:0 10px 25px #0003;animation:modalFadeIn .3s ease}@keyframes modalFadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.fdbk-modal-header{display:flex;justify-content:space-between;align-items:center;padding:20px 25px;border-bottom:1px solid #e5e7eb}.fdbk-modal-header h2{margin:0;font-size:1.4rem;color:#1f2937}.fdbk-modal-close{background:none;border:none;font-size:1.2rem;color:#6b7280;cursor:pointer;transition:color .2s}.fdbk-modal-close:hover{color:#ef4444}.fdbk-modal-body{padding:25px;display:flex;flex-direction:column;gap:15px}.fdbk-modal-row{display:flex;align-items:center;gap:10px;font-size:1rem;color:#374151}.fdbk-modal-row strong{min-width:120px;color:#111827}.fdbk-modal-col{flex-direction:column;align-items:flex-start;gap:8px}.fdbk-modal-text-box{background:#f9fafb;border:1px solid #e5e7eb;padding:12px 15px;border-radius:8px;width:100%;box-sizing:border-box;color:#4b5563;line-height:1.5}.fdbk-modal-text-box.full-text{min-height:100px;white-space:pre-wrap}.fdbk-modal-footer{padding:20px 25px;border-top:1px solid #e5e7eb;display:flex;justify-content:flex-end;gap:12px;background:#f9fafb;border-bottom-left-radius:12px;border-bottom-right-radius:12px}.log-filter-bar{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;gap:15px;background:#fff;padding:15px;border-radius:12px;border:1px solid #e5e7eb}.admin-page-container{width:1480px;max-width:95%;margin:0 auto;padding:40px 20px;box-sizing:border-box}.admin-table-container{width:100%;background:#fff;border-radius:12px;border:1px solid #e5e7eb;box-shadow:0 4px 6px -1px #0000001a;margin-top:20px}.admin-table{width:100%;border-collapse:collapse;text-align:left}.admin-table th{background:#f9fafb;padding:12px 15px;font-size:.85rem;font-weight:600;color:#4b5563;border-bottom:1px solid #e5e7eb}.admin-table td{padding:15px;border-bottom:1px solid #f3f4f6;vertical-align:middle}.admin-table tr:hover{background-color:#f9fafb}.search-box{display:flex;align-items:center;background:#f3f4f6;padding:8px 15px;border-radius:8px;flex:1;gap:10px}.search-box input{border:none;background:transparent;width:100%;outline:none;font-size:.9rem}.log-action-badge{padding:4px 10px;border-radius:6px;font-size:.8rem;font-weight:600;display:inline-block;white-space:nowrap}.table-title{font-size:.9rem;margin-bottom:2px}code{background:#f1f5f9;padding:2px 6px;border-radius:4px;font-family:Courier New,Courier,monospace;font-size:.8rem;color:#475569;border:1px solid #e2e8f0}.cm-container{max-width:1400px;margin:30px auto;padding:0 20px}.cm-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px}.cm-title{font-size:1.8rem;font-weight:800;color:#111827;margin:0}.cm-subtitle{color:#6b7280;font-size:.95rem;margin-top:5px}.cm-stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:20px;margin-bottom:30px}.cm-stat-card{background:#fff;padding:24px;border-radius:16px;border:1px solid #f3f4f6;display:flex;align-items:center;gap:16px}.cm-stat-icon{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.2rem}.cm-stat-icon.purple{background:#eef2ff;color:#6366f1}.cm-stat-icon.green{background:#f0fdf4;color:#22c55e}.cm-stat-info{display:flex;flex-direction:column}.cm-stat-label{font-size:.85rem;color:#6b7280}.cm-stat-value{font-size:1.5rem;font-weight:700;color:#111827}.cm-search-wrapper{position:relative;max-width:400px;margin-bottom:25px}.cm-search-icon{position:absolute;left:14px;top:50%;transform:translateY(-50%);color:#9ca3af;z-index:5}.cm-table-wrapper{background:#fff;border-radius:16px;border:1px solid #e5e7eb;overflow:hidden;box-shadow:0 4px 6px #0000000d}.cm-table{width:100%;border-collapse:collapse}.cm-table th{background:#f9fafb;padding:16px;font-size:.75rem;color:#4b5563;text-transform:uppercase;font-weight:700;border-bottom:1px solid #e5e7eb;text-align:left}.cm-table td{padding:16px;border-bottom:1px solid #f3f4f6;vertical-align:middle}.cm-table-name{font-weight:700;color:#111827;font-size:.95rem}.cm-table-meta{color:#9ca3af;font-size:.8rem;display:block;margin-top:2px}.cm-type-tag{color:#6366f1;font-weight:600;text-transform:lowercase}.cm-date-display{display:flex;flex-direction:column;font-size:.85rem;color:#374151;font-weight:500}.cm-date-divider{color:#9ca3af;font-size:.7rem;margin:2px 0;text-align:center;width:20px}.cm-status-pill{padding:4px 10px;border-radius:100px;font-size:.7rem;font-weight:700;text-transform:uppercase}.cm-status-pill.active{background:#dcfce7;color:#166534}.cm-status-pill.expired{background:#fee2e2;color:#991b1b}.cm-status-pill.oncoming{background:#fef3c7;color:#92400e}.cm-actions{display:flex;gap:8px;justify-content:flex-end}.cm-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#111827b3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000}.cm-modal-content{background:#fff;width:95%;max-width:900px;border-radius:20px;overflow:hidden;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 25px 50px -12px #00000040}.cm-modal-header{padding:20px 24px;border-bottom:1px solid #f3f4f6;display:flex;justify-content:space-between;align-items:center}.cm-modal-header h2{font-size:1.25rem;font-weight:800;color:#111827;margin:0}.cm-modal-body.cm-horizontal{display:grid;grid-template-columns:1.1fr .9fr;gap:25px;padding:24px;overflow-y:auto}.cm-modal-column{display:flex;flex-direction:column;gap:16px}.cm-modal-column.cm-highlight{background:#f9fafb;padding:20px;border-radius:16px;border:1px solid #f1f5f9}.cm-form-group{display:flex;flex-direction:column;gap:6px}.cm-form-group label{font-size:.85rem;font-weight:700;color:#4b5563}.cm-form-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.cm-hint{font-size:.7rem;color:#9ca3af;margin-top:-2px}.cm-checkbox-wrapper{display:flex;align-items:center;gap:10px;margin-top:10px;background:#fff;padding:12px;border-radius:10px;border:1px solid #e5e7eb}.cm-modal-footer{padding:20px 24px;border-top:1px solid #f3f4f6;display:flex;justify-content:flex-end;gap:10px}.cm-close-btn{background:#f3f4f6;border:none;width:34px;height:34px;border-radius:50%;cursor:pointer;color:#6b7280;display:flex;align-items:center;justify-content:center}.cm-search-wrapper input,.cm-form-group input,.cm-form-group select,.cm-form-group textarea{width:100%;padding:12px;border:1.5px solid #e5e7eb!important;border-radius:10px;background-color:#fff!important;color:#111827!important;font-size:.9rem;outline:none;transition:all .2s;-webkit-appearance:none}.cm-search-wrapper input{padding-left:42px;border-radius:12px}.cm-form-group input:focus,.cm-search-wrapper input:focus{border-color:#6366f1!important;box-shadow:0 0 0 3px #6366f11a}input:-webkit-autofill,textarea:-webkit-autofill,select:-webkit-autofill{-webkit-box-shadow:0 0 0px 1000px #ffffff inset!important;-webkit-text-fill-color:#111827!important;transition:background-color 5000s ease-in-out 0s}@media (max-width: 850px){.cm-modal-body.cm-horizontal{grid-template-columns:1fr}}.comment-user-info{display:flex;align-items:center;gap:12px}.comment-user-details{display:flex;flex-direction:column}.comment-buyer-name{font-weight:600;color:#111827;font-size:.95rem}.comment-buyer-id{color:#9ca3af;font-size:.75rem;margin-top:2px}.comment-stars{display:flex;gap:2px;margin-bottom:8px}.comment-text-box{font-size:.9rem;color:#374151;line-height:1.5;word-break:break-word;background-color:#f9fafb;padding:10px 12px;border-radius:8px;border-left:3px solid #f59e0b;font-style:italic;position:relative}.comment-meta{display:flex;flex-direction:column;gap:8px}.meta-item{font-size:.8rem;color:#4b5563;display:flex;align-items:center;gap:6px;background:#f3f4f6;padding:4px 8px;border-radius:6px;width:fit-content}.meta-item strong{color:#374151}.comment-date{font-size:.85rem;color:#6b7280;display:flex;align-items:center;gap:6px}.empty-comments-cell{text-align:center;padding:3rem!important;color:#6b7280;font-size:1rem}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body,#root{width:100%;height:100%;font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;background-color:#f5f5f5;color:#333;overflow-x:hidden}.app-layout{display:flex;width:100%;min-height:100vh;overflow-x:hidden;position:relative}.content-area{flex-grow:1;display:flex;flex-direction:column;margin-left:280px;width:calc(100% - 280px);transition:margin-left .3s ease,width .3s ease}.content-area.sidebar-collapsed{margin-left:0;width:100%}.main-container{flex-grow:1;padding:3px;background-color:#fff;transition:margin-left .3s ease;width:100%;max-width:100%;overflow-x:hidden}div.swal2-container{z-index:99999!important}@media (max-width: 768px){.products-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important;padding:10px!important}.product-card-link,.product-card{min-width:0!important;max-width:100%!important}.product-title.product-title{font-size:15px!important;white-space:normal!important;word-break:break-word!important}.price-item{flex-direction:column;align-items:flex-start;gap:2px}}@media (max-width: 1024px){.content-area{margin-left:0;width:100%}}
