@import url(https://fonts.googleapis.com/css2?family=Vazirmatn:wght@300;400;500;600;700&display=swap);body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.header{background-color:#fff;box-shadow:0 2px 10px #0000001a;font-family:Vazirmatn,sans-serif;padding:.5rem 0;position:-webkit-sticky;position:sticky;top:0;z-index:1000}.header .container{justify-content:space-between;padding:0 20px}.header .container,.logo{align-items:center;display:flex}.logo img{height:50px;object-fit:contain;transition:transform .3s ease;width:auto}.logo img:hover{transform:scale(1.05)}.nav a{color:var(--dark);font-size:1rem;font-weight:500;padding:.5rem 0;position:relative;text-decoration:none;transition:color .3s ease}.nav a:hover{color:var(--primary)}.nav a:after{background-color:var(--primary);bottom:0;content:"";height:2px;position:absolute;right:0;transition:width .3s ease;width:0}.nav a:hover:after{width:100%}.cart-icon{align-items:center;background-color:#f8f9fa;border-radius:25px;cursor:pointer;display:flex;font-size:1.2rem;gap:.5rem;padding:.5rem 1rem;position:relative;transition:all .3s ease}.cart-icon:hover{background-color:var(--primary);color:#fff}.cart-count{align-items:center;background-color:var(--secondary);border-radius:50%;color:#fff;display:flex;font-size:.8rem;font-weight:700;height:20px;justify-content:center;transition:all .3s ease;width:20px}.cart-icon:hover .cart-count{background-color:#fff;color:var(--primary)}.mobile-menu-btn{background:none;border:none;color:var(--dark);cursor:pointer;display:none;font-size:1.5rem;padding:.5rem}@media (max-width:768px){.header .container{flex-wrap:wrap;gap:1rem;padding:.5rem 15px}.logo{order:1}.logo img{height:50px}.mobile-menu-btn{display:block;order:2}.nav{background:#fff;border-radius:10px;box-shadow:0 4px 15px #0000001a;display:none;flex-direction:column;gap:0;margin-top:1rem;order:3;padding:1rem 0;width:100%}.nav.active{display:flex}.nav a{border-bottom:1px solid #f0f0f0;font-size:.95rem;padding:.8rem 1.5rem;text-align:right;width:100%}.nav a:last-child{border-bottom:none}.nav a:after{display:none}.cart-icon{background:#f8f9fa;border-radius:8px;justify-content:center;margin-top:.5rem;padding:.8rem}}@media (max-width:480px){.header .container{gap:.8rem;padding:.4rem 10px}.logo img{height:45px}.mobile-menu-btn{font-size:1.3rem;padding:.4rem}.nav{margin-top:.8rem;padding:.8rem 0}.nav a{font-size:.9rem;padding:.7rem 1.2rem}.cart-icon{font-size:1.1rem;padding:.7rem}.cart-count{font-size:.7rem;height:18px;width:18px}}@media (max-width:360px){.header .container{padding:.3rem 8px}.logo img{height:40px}.nav a{font-size:.85rem;padding:.6rem 1rem}}.nav{align-items:center;display:flex;gap:2rem}@media (max-width:768px){.nav{background:#fff;border-radius:10px;box-shadow:0 4px 15px #0000001a;display:none;flex-direction:column;gap:0;margin-top:1rem;max-height:0;opacity:0;order:3;overflow:hidden;padding:1rem 0;transform:translateY(-10px);transition:all .3s ease;width:100%}.nav.active{animation:slideDown .3s ease;display:flex;max-height:400px;opacity:1;transform:translateY(0)}}@keyframes slideDown{0%{max-height:0;opacity:0;transform:translateY(-10px)}to{max-height:400px;opacity:1;transform:translateY(0)}}.mobile-menu-btn{transition:transform .3s ease}.mobile-menu-btn.active{transform:rotate(90deg)}.header-actions{gap:1rem}.auth-buttons,.header-actions{align-items:center;display:flex}.auth-buttons{gap:.6rem}.register-btn{background:#0000;border:2px solid var(--primary);border-radius:25px;color:var(--primary);cursor:pointer;font-family:Vazirmatn,sans-serif;font-weight:500;padding:.65rem 1.1rem;transition:all .3s ease;white-space:nowrap}.register-btn:hover{background:#2a3bc714;transform:translateY(-2px)}.login-btn{border:none;border-radius:25px;cursor:pointer;font-family:Vazirmatn,sans-serif;font-weight:500;padding:.7rem 1.2rem;white-space:nowrap}@media (max-width:768px){.auth-buttons{flex-direction:column;width:100%}.auth-buttons button{text-align:center;width:100%}}.user-menu{position:relative}.user-avatar-btn{align-items:center;background:none;border:none;border-radius:25px;cursor:pointer;display:flex;gap:.5rem;padding:.5rem;transition:all .3s ease}.user-avatar-btn:hover{background:#f8f9fa}.user-avatar-btn img{border:2px solid var(--primary);border-radius:50%;height:35px;object-fit:cover;width:35px}.user-avatar-btn span{color:var(--dark);font-size:.9rem;font-weight:500}.user-dropdown{animation:dropdownAppear .3s ease;background:#fff;border-radius:12px;box-shadow:0 8px 25px #00000026;left:0;min-width:200px;padding:.5rem;position:absolute;top:100%;z-index:1000}@keyframes dropdownAppear{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.dropdown-item{background:none;border:none;border-radius:8px;color:var(--dark);cursor:pointer;display:block;font-family:Vazirmatn,sans-serif;padding:.8rem 1rem;text-align:right;text-decoration:none;transition:all .3s ease;width:100%}.dropdown-item:hover{background:#f8f9fa;color:var(--primary)}.dropdown-item.logout-btn{align-items:center;background:linear-gradient(135deg,#fff5f5,#fff);border-radius:8px;border-top:2px solid #ffebee;color:#dc3545;display:flex;font-weight:600;gap:.5rem;margin:.5rem .25rem 0;padding:.75rem 1rem}.dropdown-item.logout-btn:hover{background:linear-gradient(135deg,#ffebee,#fdd);box-shadow:0 2px 8px #dc354533;color:#c82333;transform:translateX(-2px)}@media (max-width:768px){.header-actions{flex-direction:column;gap:.5rem;width:100%}.login-btn{text-align:center;width:100%}.user-menu{width:100%}.user-avatar-btn{justify-content:flex-start;width:100%}.user-dropdown{background:#f8f9fa;box-shadow:none;margin-top:.5rem;position:static;width:100%}}.favorite-btn{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffe6;border:2px solid #e0e0e0;border-radius:50%;cursor:pointer;display:flex;justify-content:center;transition:all .3s ease;z-index:3}.favorite-btn:hover{border-color:#ff4757;transform:scale(1.1)}.favorite-btn.active{background:#ff4757;border-color:#ff4757}.favorite-btn.small{font-size:1rem;height:35px;width:35px}.favorite-btn.medium{font-size:1.2rem;height:45px;width:45px}.favorite-btn.large{font-size:1.5rem;height:55px;width:55px}.product-card{border:1px solid #0000000d;display:flex;flex-direction:column;height:100%;min-height:380px;transition:all .3s ease}.sold-out-ribbon{background:#d32f2f;box-shadow:0 8px 20px #d32f2f59;color:#fff;font-size:.85rem;font-weight:700;padding:.35rem 2.5rem;position:absolute;right:-45px;top:18px;transform:rotate(45deg)}.product-seller{font-size:.9rem;margin-bottom:1rem}.quantity-controls{background:#f4f6fb;border:1px solid #dbe2ff;border-radius:999px;gap:.5rem;justify-content:space-between;padding:.35rem .6rem;width:100%}.qty-btn,.quantity-controls{align-items:center;display:flex}.qty-btn{background:#fff;border:none;border-radius:50%;box-shadow:0 2px 6px #00000014;color:var(--primary);cursor:pointer;font-size:1.1rem;font-weight:700;height:32px;justify-content:center;transition:all .2s ease;width:32px}.qty-btn:disabled{cursor:not-allowed;opacity:.4}.qty-btn:hover:not(:disabled){background:#eef1ff;transform:translateY(-1px)}.qty-value{color:var(--dark);font-weight:600;min-width:32px;text-align:center}.product-card{border-radius:15px}.product-card:hover{box-shadow:0 15px 35px #00000026;transform:translateY(-8px) scale(1.02)}.discount-badge{background:linear-gradient(135deg,#ff6b6b,#ee5a52);border:2px solid #ffffff4d;box-shadow:0 3px 10px #ff6b6b4d}.product-card img{transition:transform .3s ease}.product-info{flex-direction:column;height:100%}.product-info h3{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;line-height:1.4;margin-bottom:.75rem;overflow:hidden}.price-container{flex-direction:column;gap:.25rem}.price-row{align-items:center;display:flex;justify-content:space-between}.original-price{font-size:.85rem}.product-price{font-size:1.1rem}.product-meta{margin-bottom:1rem}.meta-item{gap:.5rem;margin-bottom:.5rem}.meta-icon{font-size:1rem}.meta-text{color:#666;font-size:.85rem;font-weight:500}.text-danger{color:#d32f2f;font-weight:600}.low-stock-tag{align-items:center;background:#fff3cd;border-radius:999px;color:#b45309;display:inline-flex;font-size:.7rem;font-weight:700;justify-content:center;margin-right:.5rem;padding:.05rem .5rem}.product-actions{margin-top:auto}.product-card:hover .product-card img{transform:scale(1.05)}.add-to-cart-btn{align-items:center;background:var(--primary);border-radius:8px;display:flex;font-weight:600;gap:.5rem;justify-content:center;padding:.75rem 1rem}.add-to-cart-btn:hover{background:#2a3bc7;box-shadow:0 4px 15px #3a4be64d}.product-rating{align-items:center;display:flex;gap:.5rem;margin:.8rem 0}.rating-stars{color:#ffc107;direction:ltr;position:relative}.rating-empty{color:#ddd}.rating-text{color:#666;font-size:.8rem}@media (max-width:768px){.product-info{padding:1rem}.product-info h3{font-size:1rem}.product-price{font-size:1.1rem}}.product-card-header{align-items:flex-start;display:flex;justify-content:space-between;left:10px;position:absolute;right:10px;top:10px;z-index:2}.hero,.home{position:relative}.hero{border-radius:0 0 20px 20px;height:70vh;min-height:500px;overflow:hidden}.hero-gallery{display:flex;height:100%;position:relative;width:100%}.hero-slide{animation:slideShow 24s infinite;height:100%;left:0;opacity:0;position:absolute;top:0;transition:opacity 1s ease-in-out;width:100%}.hero-slide:first-child{animation-delay:0s}.hero-slide:nth-child(2){animation-delay:4s}.hero-slide:nth-child(3){animation-delay:8s}.hero-slide:nth-child(4){animation-delay:12s}.hero-slide:nth-child(5){animation-delay:16s}.hero-slide:nth-child(6){animation-delay:20s}.hero-slide img{filter:brightness(.7);height:100%;width:100%}.slide-overlay{background:linear-gradient(45deg,#0006,#0003 50%,#0006);height:100%;left:0;position:absolute;top:0;width:100%}@keyframes slideShow{0%{opacity:0}10%{opacity:1}20%{opacity:1}30%{opacity:0}to{opacity:0}}.hero-content{align-items:center;color:#fff;display:flex;height:100%;justify-content:center;left:0;pointer-events:none;position:absolute;text-align:center;top:0;width:100%;z-index:2}.hero-content .container{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:#0006;border:1px solid #ffffff1a;border-radius:25px;box-shadow:0 20px 40px #0000004d;max-width:600px;padding:3rem 2rem;pointer-events:auto}.hero-content h2{animation:fadeInUp 1s ease-out;font-size:3rem;font-weight:700;margin-bottom:1.5rem;text-shadow:2px 2px 8px #000000b3}.hero-content p{animation:fadeInUp 1s ease-out .3s both;font-size:1.4rem;margin-bottom:2rem;opacity:.9;text-shadow:2px 2px 6px #000000b3}.cta-button{animation:fadeInUp 1s ease-out .6s both;background:linear-gradient(135deg,var(--secondary) 0,#ff8c42 100%);border:2px solid #fff3;border-radius:50px;box-shadow:0 6px 20px #ff6b3566;color:#fff;display:inline-block;font-family:Vazirmatn,sans-serif;font-size:1.1rem;font-weight:700;overflow:hidden;padding:15px 35px;pointer-events:auto;position:relative;text-decoration:none;transition:all .3s ease}.cta-button:before{background:linear-gradient(90deg,#0000,#ffffff4d,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .6s;width:100%}.cta-button:hover:before{left:100%}.cta-button:hover{background:linear-gradient(135deg,#e55a2b,#ff6b35);box-shadow:0 12px 30px #ff6b3580;transform:translateY(-4px) scale(1.05)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.featured-products{font-family:Vazirmatn,sans-serif;padding:4rem 0}.featured-products h3{color:var(--dark);font-size:2.2rem;font-weight:700;margin-bottom:3rem;position:relative;text-align:center}.featured-products h3:after{background-color:var(--primary);bottom:-10px;content:"";height:3px;position:absolute;right:50%;transform:translateX(50%);width:80px}.view-all{margin-top:4rem;text-align:center}.view-all-btn{border:2px solid var(--primary);border-radius:8px;color:var(--primary);display:inline-block;font-family:Vazirmatn,sans-serif;font-size:1rem;font-weight:700;padding:12px 30px;text-decoration:none;transition:all .3s ease}.view-all-btn:hover{background-color:var(--primary);box-shadow:0 4px 15px #3a4be64d;color:#fff;transform:translateY(-2px)}@media (max-width:768px){.hero{height:60vh;min-height:400px}.hero-content h2{font-size:2.2rem}.hero-content p{font-size:1.2rem}.cta-button{font-size:1rem;padding:12px 25px}.featured-products h3{font-size:1.8rem}}@media (max-width:480px){.hero{height:50vh;min-height:350px}.hero-content h2{font-size:1.8rem}.hero-content p{font-size:1rem}.featured-products{padding:3rem 0}}.loading,.no-products{font-size:1.1rem}.no-products{color:#999;padding:2rem;text-align:center}.products-page{min-height:70vh;padding:2rem 0}.page-header p{font-size:1.1rem}.booths-page{min-height:70vh;padding:2rem 0}.booths-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fill,minmax(320px,1fr))}.booth-card{background:#fff;border-radius:15px;box-shadow:0 8px 25px #0000001a;cursor:pointer;overflow:hidden;transition:all .3s ease}.booth-card:hover{box-shadow:0 15px 40px #3a4be633;transform:translateY(-10px)}.booth-image{height:200px;overflow:hidden;position:relative}.booth-image img{height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.booth-card:hover .booth-image img{transform:scale(1.1)}.booth-overlay{align-items:center;background:#3a4be6cc;display:flex;height:100%;justify-content:center;left:0;opacity:0;position:absolute;top:0;transition:opacity .3s ease;width:100%}.booth-card:hover .booth-overlay{opacity:1}.booth-overlay span{color:#fff;font-size:1.2rem;font-weight:700}.booth-info{padding:1.5rem}.booth-info h3{color:var(--dark);font-size:1.3rem;font-weight:600;margin-bottom:.5rem}.booth-village{color:#666;font-size:.95rem;margin-bottom:1rem}.booth-states{border-bottom:1px solid #f0f0f0;border-top:1px solid #f0f0f0;display:flex;justify-content:space-between;margin:1.5rem 0;padding:1rem 0}.state{flex:1 1;text-align:center}.state-number{color:var(--primary);display:block;font-size:1.1rem;font-weight:700;margin-bottom:.3rem}.state-label{color:#666;font-size:.8rem}.visit-booth-btn{background:var(--primary);border:none;border-radius:8px;color:#fff;cursor:pointer;font-family:Vazirmatn,sans-serif;font-weight:700;padding:.8rem;transition:all .3s ease;width:100%}.visit-booth-btn:hover{background:#2a3bc7;transform:translateY(-2px)}@media (max-width:768px){.booths-grid{gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.booth-info{padding:1rem}.booth-states{margin:1rem 0;padding:.8rem 0}}@media (max-width:480px){.booths-grid{grid-template-columns:1fr}.page-header h1{font-size:2rem}}.about-page{font-family:Vazirmatn,sans-serif;min-height:70vh;padding:2rem 0;text-align:right}.about-section{grid-gap:3rem;align-items:center;display:grid;gap:3rem;grid-template-columns:1fr 1fr;margin-bottom:4rem}.about-text h2{color:var(--primary);font-size:2rem;font-weight:600;margin-bottom:1.5rem}.about-text p{color:#555;font-size:1.1rem;line-height:1.8;text-align:justify}.about-image img{border-radius:10px;box-shadow:0 5px 15px #0000001a;height:300px;object-fit:cover;width:100%}.features-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin:4rem 0}.feature-card{background:#fff;border:1px solid #0000000d;border-radius:15px;box-shadow:0 5px 15px #0000001a;overflow:hidden;padding:2.5rem 2rem;position:relative;text-align:center;transition:all .3s ease}.feature-card:before{background:linear-gradient(90deg,var(--primary),#6c5ce7);content:"";height:4px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transition:transform .3s ease}.feature-card:hover:before{transform:scaleX(1)}.feature-card:hover{box-shadow:0 15px 35px #00000026;transform:translateY(-8px)}.feature-icon{font-size:3rem;margin-bottom:1rem}.feature-card h3{color:var(--dark);font-size:1.3rem;font-weight:600;margin-bottom:1rem}.feature-card p{color:#666;line-height:1.6}.stats-section{background:linear-gradient(135deg,var(--primary) 0,#5a4fcf 50%,#6c5ce7 100%);border-radius:20px;color:#fff;margin:4rem 0;overflow:hidden;padding:4rem 2rem;position:relative;text-align:center}.stats-section:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cdefs%3E%3Cpattern id='a' width='100' height='100' patternUnits='userSpaceOnUse'%3E%3Ccircle cx='25' cy='25' r='1' fill='rgba(255,255,255,0.1)'/%3E%3Ccircle cx='75' cy='75' r='1' fill='rgba(255,255,255,0.1)'/%3E%3Ccircle cx='50' cy='10' r='.5' fill='rgba(255,255,255,0.05)'/%3E%3C/pattern%3E%3C/defs%3E%3Cpath fill='url(%23a)' d='M0 0h100v100H0z'/%3E%3C/svg%3E");bottom:0;content:"";left:0;opacity:.3;position:absolute;right:0;top:0}.stats-section h2{font-size:2.2rem;font-weight:700;margin-bottom:3rem}.stats-grid{grid-gap:2rem;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.about-page .stat-item{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:15px;overflow:hidden;padding:2rem 1rem;position:relative;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.about-page .stat-item:before{background:linear-gradient(90deg,#0000,#fff3,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s;width:100%}.about-page .stat-item:hover:before{left:100%}.about-page .stat-item:hover{box-shadow:0 10px 30px #0003;transform:translateY(-5px)}.about-page .stat-number{color:#fff;font-size:3rem;font-weight:700;margin-bottom:.5rem;position:relative;text-shadow:0 2px 4px #0000001a;z-index:2}.about-page .stat-label{color:#ffffffe6;font-size:1.1rem;font-weight:500;opacity:.9;position:relative;z-index:2}.team-section{margin:4rem 0;text-align:center}.team-section h2{color:var(--primary);font-size:2.2rem;font-weight:700;margin-bottom:3rem}.team-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.team-member{background:#fff;border:1px solid #0000000d;border-radius:15px;box-shadow:0 5px 15px #0000001a;padding:2.5rem 2rem;position:relative;text-align:center;transition:all .3s ease}.team-member:before{background:linear-gradient(90deg,var(--primary),#6c5ce7);border-radius:2px;content:"";height:4px;left:50%;position:absolute;top:0;transform:translateX(-50%);width:60px}.team-member:hover{box-shadow:0 15px 35px #00000026;transform:translateY(-8px) scale(1.02)}.member-avatar{font-size:4rem;margin-bottom:1rem}.team-member h4{color:var(--dark);font-size:1.3rem;font-weight:600;margin-bottom:.5rem}.team-member p{color:#666}@media (max-width:768px){.about-section{gap:2rem;grid-template-columns:1fr}.page-header h1{font-size:2rem}.about-text h2{font-size:1.7rem}.stats-grid{grid-template-columns:repeat(2,1fr)}.about-page .stat-number{font-size:2.5rem}}@media (max-width:480px){.features-grid,.stats-grid,.team-grid{grid-template-columns:1fr}}.seller-booth{min-height:70vh;padding:2rem 0}.seller-header{background:linear-gradient(135deg,var(--primary),#6c5ce7);border-radius:20px;color:#fff;margin-bottom:3rem;padding:3rem 2rem;text-align:center}.seller-info h1{font-size:2.5rem;font-weight:700;margin-bottom:1rem}.seller-info p{font-size:1.2rem;margin-bottom:1.5rem;opacity:.9}.seller-stats{display:flex;flex-wrap:wrap;font-size:1.1rem;gap:2rem;justify-content:center}.seller-stats span{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff3;border-radius:25px;padding:.5rem 1rem}.seller-products h2{color:var(--dark);font-size:2rem;font-weight:700;margin-bottom:2rem;text-align:center}.not-found{padding:4rem 0}.back-btn{border:none;cursor:pointer;font-weight:700;margin-top:1rem;padding:.8rem 2rem}@media (max-width:768px){.seller-header{padding:2rem 1rem}.seller-info h1{font-size:2rem}.seller-stats{flex-direction:column;gap:1rem}.products-grid{gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}}.favorites-page{min-height:70vh;padding:2rem 0}.favorites-header{margin-bottom:3rem;text-align:center}.favorites-header h1{color:var(--primary);font-size:2.5rem;font-weight:700;margin-bottom:1rem}.favorites-header p{color:#666;font-size:1.2rem}.empty-favorites{color:#666;padding:4rem 0;text-align:center}.empty-icon{font-size:4rem;margin-bottom:1.5rem;opacity:.5}.empty-favorites h2{color:var(--dark);font-size:2rem;margin-bottom:1rem}.empty-favorites p{font-size:1.1rem;margin-bottom:2rem}.browse-products-btn{background:var(--primary);border-radius:8px;color:#fff;display:inline-block;font-weight:700;padding:12px 30px;text-decoration:none;transition:all .3s ease}.browse-products-btn:hover{background:#2a3bc7;transform:translateY(-2px)}@media (max-width:768px){.favorites-header h1{font-size:2rem}}:root{--swal2-outline:0 0 0 3px #6496c880;--swal2-container-padding:0.625em;--swal2-backdrop:#0006;--swal2-backdrop-transition:background-color 0.15s;--swal2-width:32em;--swal2-padding:0 0 1.25em;--swal2-border:none;--swal2-border-radius:0.3125rem;--swal2-background:#fff;--swal2-color:#545454;--swal2-show-animation:swal2-show 0.3s;--swal2-hide-animation:swal2-hide 0.15s forwards;--swal2-icon-zoom:1;--swal2-icon-animations:true;--swal2-title-padding:0.8em 1em 0;--swal2-html-container-padding:1em 1.6em 0.3em;--swal2-input-border:1px solid #d9d9d9;--swal2-input-border-radius:0.1875em;--swal2-input-box-shadow:inset 0 1px 1px #0000000f,0 0 0 3px #0000;--swal2-input-background:#0000;--swal2-input-transition:border-color 0.2s,box-shadow 0.2s;--swal2-input-hover-box-shadow:inset 0 1px 1px #0000000f,0 0 0 3px #0000;--swal2-input-focus-border:1px solid #b4dbed;--swal2-input-focus-box-shadow:inset 0 1px 1px #0000000f,0 0 0 3px #6496c880;--swal2-progress-step-background:#add8e6;--swal2-validation-message-background:#f0f0f0;--swal2-validation-message-color:#666;--swal2-footer-border-color:#eee;--swal2-footer-background:#0000;--swal2-footer-color:inherit;--swal2-timer-progress-bar-background:#0000004d;--swal2-close-button-position:initial;--swal2-close-button-inset:auto;--swal2-close-button-font-size:2.5em;--swal2-close-button-color:#ccc;--swal2-close-button-transition:color 0.2s,box-shadow 0.2s;--swal2-close-button-outline:initial;--swal2-close-button-box-shadow:inset 0 0 0 3px #0000;--swal2-close-button-focus-box-shadow:inset var(--swal2-outline);--swal2-close-button-hover-transform:none;--swal2-actions-justify-content:center;--swal2-actions-width:auto;--swal2-actions-margin:1.25em auto 0;--swal2-actions-padding:0;--swal2-actions-border-radius:0;--swal2-actions-background:#0000;--swal2-action-button-transition:background-color 0.2s,box-shadow 0.2s;--swal2-action-button-hover:#000 10%;--swal2-action-button-active:#000 10%;--swal2-confirm-button-box-shadow:none;--swal2-confirm-button-border-radius:0.25em;--swal2-confirm-button-background-color:#7066e0;--swal2-confirm-button-color:#fff;--swal2-deny-button-box-shadow:none;--swal2-deny-button-border-radius:0.25em;--swal2-deny-button-background-color:#dc3741;--swal2-deny-button-color:#fff;--swal2-cancel-button-box-shadow:none;--swal2-cancel-button-border-radius:0.25em;--swal2-cancel-button-background-color:#6e7881;--swal2-cancel-button-color:#fff;--swal2-toast-show-animation:swal2-toast-show 0.5s;--swal2-toast-hide-animation:swal2-toast-hide 0.1s forwards;--swal2-toast-border:none;--swal2-toast-box-shadow:0 0 1px rgba(0,0,0,.075),0 1px 2px rgba(0,0,0,.075),1px 2px 4px rgba(0,0,0,.075),1px 3px 8px rgba(0,0,0,.075),2px 4px 16px rgba(0,0,0,.075)}[data-swal2-theme=dark]{--swal2-dark-theme-black:#19191a;--swal2-dark-theme-white:#e1e1e1;--swal2-background:var(--swal2-dark-theme-black);--swal2-color:var(--swal2-dark-theme-white);--swal2-footer-border-color:#555;--swal2-input-background:color-mix(in srgb,var(--swal2-dark-theme-black),var(--swal2-dark-theme-white) 10%);--swal2-validation-message-background:color-mix(in srgb,var(--swal2-dark-theme-black),var(--swal2-dark-theme-white) 10%);--swal2-validation-message-color:var(--swal2-dark-theme-white);--swal2-timer-progress-bar-background:#ffffffb3}@media(prefers-color-scheme:dark){[data-swal2-theme=auto]{--swal2-dark-theme-black:#19191a;--swal2-dark-theme-white:#e1e1e1;--swal2-background:var(--swal2-dark-theme-black);--swal2-color:var(--swal2-dark-theme-white);--swal2-footer-border-color:#555;--swal2-input-background:color-mix(in srgb,var(--swal2-dark-theme-black),var(--swal2-dark-theme-white) 10%);--swal2-validation-message-background:color-mix(in srgb,var(--swal2-dark-theme-black),var(--swal2-dark-theme-white) 10%);--swal2-validation-message-color:var(--swal2-dark-theme-white);--swal2-timer-progress-bar-background:#ffffffb3}}body.swal2-shown:not(.swal2-no-backdrop,.swal2-toast-shown){overflow:hidden}body.swal2-height-auto{height:auto!important}body.swal2-no-backdrop .swal2-container{background-color:#0000!important;pointer-events:none}body.swal2-no-backdrop .swal2-container .swal2-popup{pointer-events:all}body.swal2-no-backdrop .swal2-container .swal2-modal{box-shadow:0 0 10px #0006;box-shadow:0 0 10px var(--swal2-backdrop)}body.swal2-toast-shown .swal2-container{background-color:#0000;box-sizing:border-box;max-width:100%;pointer-events:none;width:360px}body.swal2-toast-shown .swal2-container.swal2-top{inset:0 auto auto 50%;transform:translateX(-50%)}body.swal2-toast-shown .swal2-container.swal2-top-end,body.swal2-toast-shown .swal2-container.swal2-top-right{inset:0 0 auto auto}body.swal2-toast-shown .swal2-container.swal2-top-left,body.swal2-toast-shown .swal2-container.swal2-top-start{inset:0 auto auto 0}body.swal2-toast-shown .swal2-container.swal2-center-left,body.swal2-toast-shown .swal2-container.swal2-center-start{inset:50% auto auto 0;transform:translateY(-50%)}body.swal2-toast-shown .swal2-container.swal2-center{inset:50% auto auto 50%;transform:translate(-50%,-50%)}body.swal2-toast-shown .swal2-container.swal2-center-end,body.swal2-toast-shown .swal2-container.swal2-center-right{inset:50% 0 auto auto;transform:translateY(-50%)}body.swal2-toast-shown .swal2-container.swal2-bottom-left,body.swal2-toast-shown .swal2-container.swal2-bottom-start{inset:auto auto 0 0}body.swal2-toast-shown .swal2-container.swal2-bottom{inset:auto auto 0 50%;transform:translateX(-50%)}body.swal2-toast-shown .swal2-container.swal2-bottom-end,body.swal2-toast-shown .swal2-container.swal2-bottom-right{inset:auto 0 0 auto}@media print{body.swal2-shown:not(.swal2-no-backdrop,.swal2-toast-shown){overflow-y:scroll!important}body.swal2-shown:not(.swal2-no-backdrop,.swal2-toast-shown)>[aria-hidden=true]{display:none}body.swal2-shown:not(.swal2-no-backdrop,.swal2-toast-shown) .swal2-container{position:static!important}}div:where(.swal2-container){-webkit-overflow-scrolling:touch;box-sizing:border-box;display:grid;grid-template-areas:"top-start     top            top-end" "center-start  center         center-end" "bottom-start  bottom-center  bottom-end";grid-template-rows:minmax(-webkit-min-content,auto) minmax(-webkit-min-content,auto) minmax(-webkit-min-content,auto);grid-template-rows:minmax(min-content,auto) minmax(min-content,auto) minmax(min-content,auto);height:100%;inset:0;overflow-x:hidden;padding:.625em;padding:var(--swal2-container-padding);position:fixed;transition:background-color .15s;transition:var(--swal2-backdrop-transition);z-index:1060}div:where(.swal2-container).swal2-backdrop-show,div:where(.swal2-container).swal2-noanimation{background:#0006;background:var(--swal2-backdrop)}div:where(.swal2-container).swal2-backdrop-hide{background:#0000!important}div:where(.swal2-container).swal2-bottom-start,div:where(.swal2-container).swal2-center-start,div:where(.swal2-container).swal2-top-start{grid-template-columns:minmax(0,1fr) auto auto}div:where(.swal2-container).swal2-bottom,div:where(.swal2-container).swal2-center,div:where(.swal2-container).swal2-top{grid-template-columns:auto minmax(0,1fr) auto}div:where(.swal2-container).swal2-bottom-end,div:where(.swal2-container).swal2-center-end,div:where(.swal2-container).swal2-top-end{grid-template-columns:auto auto minmax(0,1fr)}div:where(.swal2-container).swal2-top-start>.swal2-popup{align-self:start}div:where(.swal2-container).swal2-top>.swal2-popup{grid-column:2;place-self:start center}div:where(.swal2-container).swal2-top-end>.swal2-popup,div:where(.swal2-container).swal2-top-right>.swal2-popup{grid-column:3;place-self:start end}div:where(.swal2-container).swal2-center-left>.swal2-popup,div:where(.swal2-container).swal2-center-start>.swal2-popup{align-self:center;grid-row:2}div:where(.swal2-container).swal2-center>.swal2-popup{grid-column:2;grid-row:2;place-self:center center}div:where(.swal2-container).swal2-center-end>.swal2-popup,div:where(.swal2-container).swal2-center-right>.swal2-popup{grid-column:3;grid-row:2;place-self:center end}div:where(.swal2-container).swal2-bottom-left>.swal2-popup,div:where(.swal2-container).swal2-bottom-start>.swal2-popup{align-self:end;grid-column:1;grid-row:3}div:where(.swal2-container).swal2-bottom>.swal2-popup{grid-column:2;grid-row:3;place-self:end center}div:where(.swal2-container).swal2-bottom-end>.swal2-popup,div:where(.swal2-container).swal2-bottom-right>.swal2-popup{grid-column:3;grid-row:3;place-self:end end}div:where(.swal2-container).swal2-grow-fullscreen>.swal2-popup,div:where(.swal2-container).swal2-grow-row>.swal2-popup{grid-column:1/4;width:100%}div:where(.swal2-container).swal2-grow-column>.swal2-popup,div:where(.swal2-container).swal2-grow-fullscreen>.swal2-popup{align-self:stretch;grid-row:1/4}div:where(.swal2-container).swal2-no-transition{transition:none!important}div:where(.swal2-container)[popover]{border:0;width:auto}div:where(.swal2-container) div:where(.swal2-popup){background:#fff;background:var(--swal2-background);border:none;border:var(--swal2-border);border-radius:.3125rem;border-radius:var(--swal2-border-radius);box-sizing:border-box;color:#545454;color:var(--swal2-color);container-name:swal2-popup;display:none;font-family:inherit;font-size:1rem;grid-template-columns:minmax(0,100%);max-width:100%;padding:0 0 1.25em;padding:var(--swal2-padding);position:relative;width:32em;width:var(--swal2-width)}div:where(.swal2-container) div:where(.swal2-popup):focus{outline:none}div:where(.swal2-container) div:where(.swal2-popup).swal2-loading{overflow-y:hidden}div:where(.swal2-container) div:where(.swal2-popup).swal2-draggable{cursor:grab}div:where(.swal2-container) div:where(.swal2-popup).swal2-draggable div:where(.swal2-icon){cursor:grab}div:where(.swal2-container) div:where(.swal2-popup).swal2-dragging{cursor:grabbing}div:where(.swal2-container) div:where(.swal2-popup).swal2-dragging div:where(.swal2-icon){cursor:grabbing}div:where(.swal2-container) h2:where(.swal2-title){color:inherit;cursor:auto;font-size:1.875em;font-weight:600;margin:0;max-width:100%;overflow-wrap:break-word;padding:.8em 1em 0;padding:var(--swal2-title-padding);position:relative;text-align:center;text-transform:none}div:where(.swal2-container) div:where(.swal2-actions){align-items:center;background:#0000;background:var(--swal2-actions-background);border-radius:0;border-radius:var(--swal2-actions-border-radius);box-sizing:border-box;display:flex;flex-wrap:wrap;justify-content:center;justify-content:var(--swal2-actions-justify-content);margin:1.25em auto 0;margin:var(--swal2-actions-margin);padding:0;padding:var(--swal2-actions-padding);width:auto;width:var(--swal2-actions-width);z-index:1}div:where(.swal2-container) div:where(.swal2-loader){align-items:center;animation:swal2-rotate-loading 1.5s linear 0s infinite normal;border-color:#2778c4 #0000;border-radius:100%;border-style:solid;border-width:.25em;display:none;height:2.2em;justify-content:center;margin:0 1.875em;width:2.2em}div:where(.swal2-container) button:where(.swal2-styled){border:none;box-shadow:0 0 0 3px #0000;font-weight:500;margin:.3125em;padding:.625em 1.1em;transition:background-color .2s,box-shadow .2s;transition:var(--swal2-action-button-transition)}div:where(.swal2-container) button:where(.swal2-styled):not([disabled]){cursor:pointer}div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm){background:#0000 none repeat 0 0/auto auto padding-box border-box scroll;background:initial;background-color:#7066e0;background-color:var(--swal2-confirm-button-background-color);border-radius:.25em;border-radius:var(--swal2-confirm-button-border-radius);box-shadow:none;box-shadow:var(--swal2-confirm-button-box-shadow);color:#fff;color:var(--swal2-confirm-button-color);font-size:1em}div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm):hover{background-color:color-mix(in srgb,#7066e0,#000 10%);background-color:color-mix(in srgb,var(--swal2-confirm-button-background-color),var(--swal2-action-button-hover))}div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm):active{background-color:color-mix(in srgb,#7066e0,#000 10%);background-color:color-mix(in srgb,var(--swal2-confirm-button-background-color),var(--swal2-action-button-active))}div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-deny){background:#0000 none repeat 0 0/auto auto padding-box border-box scroll;background:initial;background-color:#dc3741;background-color:var(--swal2-deny-button-background-color);border-radius:.25em;border-radius:var(--swal2-deny-button-border-radius);box-shadow:none;box-shadow:var(--swal2-deny-button-box-shadow);color:#fff;color:var(--swal2-deny-button-color);font-size:1em}div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-deny):hover{background-color:color-mix(in srgb,#dc3741,#000 10%);background-color:color-mix(in srgb,var(--swal2-deny-button-background-color),var(--swal2-action-button-hover))}div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-deny):active{background-color:color-mix(in srgb,#dc3741,#000 10%);background-color:color-mix(in srgb,var(--swal2-deny-button-background-color),var(--swal2-action-button-active))}div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-cancel){background:#0000 none repeat 0 0/auto auto padding-box border-box scroll;background:initial;background-color:#6e7881;background-color:var(--swal2-cancel-button-background-color);border-radius:.25em;border-radius:var(--swal2-cancel-button-border-radius);box-shadow:none;box-shadow:var(--swal2-cancel-button-box-shadow);color:#fff;color:var(--swal2-cancel-button-color);font-size:1em}div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-cancel):hover{background-color:color-mix(in srgb,#6e7881,#000 10%);background-color:color-mix(in srgb,var(--swal2-cancel-button-background-color),var(--swal2-action-button-hover))}div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-cancel):active{background-color:color-mix(in srgb,#6e7881,#000 10%);background-color:color-mix(in srgb,var(--swal2-cancel-button-background-color),var(--swal2-action-button-active))}div:where(.swal2-container) button:where(.swal2-styled):focus-visible{box-shadow:var(--swal2-action-button-focus-box-shadow);outline:none}div:where(.swal2-container) button:where(.swal2-styled)[disabled]:not(.swal2-loading){opacity:.4}div:where(.swal2-container) button:where(.swal2-styled)::-moz-focus-inner{border:0}div:where(.swal2-container) div:where(.swal2-footer){background:#0000;background:var(--swal2-footer-background);border-top:1px solid #eee;border-top:1px solid var(--swal2-footer-border-color);color:inherit;color:var(--swal2-footer-color);cursor:auto;font-size:1em;margin:1em 0 0;padding:1em 1em 0;text-align:center}div:where(.swal2-container) .swal2-timer-progress-bar-container{border-bottom-left-radius:.3125rem;border-bottom-left-radius:var(--swal2-border-radius);border-bottom-right-radius:.3125rem;border-bottom-right-radius:var(--swal2-border-radius);bottom:0;grid-column:auto!important;left:0;overflow:hidden;position:absolute;right:0}div:where(.swal2-container) div:where(.swal2-timer-progress-bar){background:#0000004d;background:var(--swal2-timer-progress-bar-background);height:.25em;width:100%}div:where(.swal2-container) img:where(.swal2-image){cursor:auto;margin:2em auto 1em;max-width:100%}div:where(.swal2-container) button:where(.swal2-close){align-items:center;background:#0000;border:none;border-radius:.3125rem;border-radius:var(--swal2-border-radius);color:#ccc;color:var(--swal2-close-button-color);cursor:pointer;font-family:monospace;font-size:2.5em;font-size:var(--swal2-close-button-font-size);height:1.2em;inset:auto;inset:var(--swal2-close-button-inset);justify-content:center;justify-self:end;margin-bottom:-1.2em;margin-right:0;margin-top:0;outline:initial;outline:var(--swal2-close-button-outline);overflow:hidden;padding:0;position:static;position:var(--swal2-close-button-position);transition:color .2s,box-shadow .2s;transition:var(--swal2-close-button-transition);width:1.2em;z-index:2}div:where(.swal2-container) button:where(.swal2-close):hover{background:#0000;color:#f27474;transform:none;transform:var(--swal2-close-button-hover-transform)}div:where(.swal2-container) button:where(.swal2-close):focus-visible{box-shadow:inset 0 0 0 3px #6496c880;box-shadow:var(--swal2-close-button-focus-box-shadow);outline:none}div:where(.swal2-container) button:where(.swal2-close)::-moz-focus-inner{border:0}div:where(.swal2-container) div:where(.swal2-html-container){color:inherit;cursor:auto;font-size:1.125em;font-weight:400;justify-content:center;line-height:normal;margin:0;overflow:auto;overflow-wrap:break-word;padding:1em 1.6em .3em;padding:var(--swal2-html-container-padding);text-align:center;word-break:break-word;z-index:1}div:where(.swal2-container) div:where(.swal2-radio),div:where(.swal2-container) input:where(.swal2-file),div:where(.swal2-container) input:where(.swal2-input),div:where(.swal2-container) label:where(.swal2-checkbox),div:where(.swal2-container) select:where(.swal2-select),div:where(.swal2-container) textarea:where(.swal2-textarea){margin:1em 2em 3px}div:where(.swal2-container) input:where(.swal2-file),div:where(.swal2-container) input:where(.swal2-input),div:where(.swal2-container) textarea:where(.swal2-textarea){background:#0000;background:var(--swal2-input-background);border:1px solid #d9d9d9;border:var(--swal2-input-border);border-radius:.1875em;border-radius:var(--swal2-input-border-radius);box-shadow:inset 0 1px 1px #0000000f,0 0 0 3px #0000;box-shadow:var(--swal2-input-box-shadow);box-sizing:border-box;color:inherit;font-size:1.125em;transition:border-color .2s,box-shadow .2s;transition:var(--swal2-input-transition);width:auto}div:where(.swal2-container) input:where(.swal2-file).swal2-inputerror,div:where(.swal2-container) input:where(.swal2-input).swal2-inputerror,div:where(.swal2-container) textarea:where(.swal2-textarea).swal2-inputerror{border-color:#f27474!important;box-shadow:0 0 2px #f27474!important}div:where(.swal2-container) input:where(.swal2-file):hover,div:where(.swal2-container) input:where(.swal2-input):hover,div:where(.swal2-container) textarea:where(.swal2-textarea):hover{box-shadow:inset 0 1px 1px #0000000f,0 0 0 3px #0000;box-shadow:var(--swal2-input-hover-box-shadow)}div:where(.swal2-container) input:where(.swal2-file):focus,div:where(.swal2-container) input:where(.swal2-input):focus,div:where(.swal2-container) textarea:where(.swal2-textarea):focus{border:1px solid #b4dbed;border:var(--swal2-input-focus-border);box-shadow:inset 0 1px 1px #0000000f,0 0 0 3px #6496c880;box-shadow:var(--swal2-input-focus-box-shadow);outline:none}div:where(.swal2-container) input:where(.swal2-file)::placeholder,div:where(.swal2-container) input:where(.swal2-input)::placeholder,div:where(.swal2-container) textarea:where(.swal2-textarea)::placeholder{color:#ccc}div:where(.swal2-container) .swal2-range{background:#fff;background:var(--swal2-background);margin:1em 2em 3px}div:where(.swal2-container) .swal2-range input{width:80%}div:where(.swal2-container) .swal2-range output{color:inherit;font-weight:600;text-align:center;width:20%}div:where(.swal2-container) .swal2-range input,div:where(.swal2-container) .swal2-range output{font-size:1.125em;height:2.625em;line-height:2.625em;padding:0}div:where(.swal2-container) .swal2-input{height:2.625em;padding:0 .75em}div:where(.swal2-container) .swal2-file{background:#0000;background:var(--swal2-input-background);font-size:1.125em;margin-left:auto;margin-right:auto;width:75%}div:where(.swal2-container) .swal2-textarea{height:6.75em;padding:.75em}div:where(.swal2-container) .swal2-select{background:#0000;background:var(--swal2-input-background);color:inherit;font-size:1.125em;max-width:100%;min-width:50%;padding:.375em .625em}div:where(.swal2-container) .swal2-checkbox,div:where(.swal2-container) .swal2-radio{align-items:center;background:#fff;background:var(--swal2-background);color:inherit;justify-content:center}div:where(.swal2-container) .swal2-checkbox label,div:where(.swal2-container) .swal2-radio label{font-size:1.125em;margin:0 .6em}div:where(.swal2-container) .swal2-checkbox input,div:where(.swal2-container) .swal2-radio input{flex-shrink:0;margin:0 .4em}div:where(.swal2-container) label:where(.swal2-input-label){display:flex;justify-content:center;margin:1em auto 0}div:where(.swal2-container) div:where(.swal2-validation-message){align-items:center;background:#f0f0f0;background:var(--swal2-validation-message-background);color:#666;color:var(--swal2-validation-message-color);font-size:1em;font-weight:300;justify-content:center;margin:1em 0 0;overflow:hidden;padding:.625em}div:where(.swal2-container) div:where(.swal2-validation-message):before{background-color:#f27474;border-radius:50%;color:#fff;content:"!";display:inline-block;font-weight:600;height:1.5em;line-height:1.5em;margin:0 .625em;min-width:1.5em;text-align:center;width:1.5em}div:where(.swal2-container) .swal2-progress-steps{align-items:center;background:#0000;flex-wrap:wrap;font-weight:600;margin:1.25em auto;max-width:100%;padding:0}div:where(.swal2-container) .swal2-progress-steps li{display:inline-block;position:relative}div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step{background:#2778c4;border-radius:2em;color:#fff;flex-shrink:0;height:2em;line-height:2em;text-align:center;width:2em;z-index:20}div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step{background:#2778c4}div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step~.swal2-progress-step{background:#add8e6;background:var(--swal2-progress-step-background);color:#fff}div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step~.swal2-progress-step-line{background:#add8e6;background:var(--swal2-progress-step-background)}div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step-line{background:#2778c4;flex-shrink:0;height:.4em;margin:0 -1px;width:2.5em;z-index:10}div:where(.swal2-icon){zoom:1;zoom:var(--swal2-icon-zoom);border:.25em solid #000;border-radius:50%;box-sizing:initial;cursor:default;font-family:inherit;height:5em;justify-content:center;line-height:5em;margin:2.5em auto .6em;position:relative;-webkit-user-select:none;user-select:none;width:5em}div:where(.swal2-icon) .swal2-icon-content{align-items:center;display:flex;font-size:3.75em}div:where(.swal2-icon).swal2-error{border-color:#f27474;color:#f27474}div:where(.swal2-icon).swal2-error .swal2-x-mark{flex-grow:1;position:relative}div:where(.swal2-icon).swal2-error [class^=swal2-x-mark-line]{background-color:#f27474;border-radius:.125em;display:block;height:.3125em;position:absolute;top:2.3125em;width:2.9375em}div:where(.swal2-icon).swal2-error [class^=swal2-x-mark-line][class$=left]{left:1.0625em;transform:rotate(45deg)}div:where(.swal2-icon).swal2-error [class^=swal2-x-mark-line][class$=right]{right:1em;transform:rotate(-45deg)}@container swal2-popup style(--swal2-icon-animations:true){div:where(.swal2-icon).swal2-error.swal2-icon-show{animation:swal2-animate-error-icon .5s}div:where(.swal2-icon).swal2-error.swal2-icon-show .swal2-x-mark{animation:swal2-animate-error-x-mark .5s}}div:where(.swal2-icon).swal2-warning{border-color:#f8bb86;color:#f8bb86}@container swal2-popup style(--swal2-icon-animations:true){div:where(.swal2-icon).swal2-warning.swal2-icon-show{animation:swal2-animate-error-icon .5s}div:where(.swal2-icon).swal2-warning.swal2-icon-show .swal2-icon-content{animation:swal2-animate-i-mark .5s}}div:where(.swal2-icon).swal2-info{border-color:#3fc3ee;color:#3fc3ee}@container swal2-popup style(--swal2-icon-animations:true){div:where(.swal2-icon).swal2-info.swal2-icon-show{animation:swal2-animate-error-icon .5s}div:where(.swal2-icon).swal2-info.swal2-icon-show .swal2-icon-content{animation:swal2-animate-i-mark .8s}}div:where(.swal2-icon).swal2-question{border-color:#87adbd;color:#87adbd}@container swal2-popup style(--swal2-icon-animations:true){div:where(.swal2-icon).swal2-question.swal2-icon-show{animation:swal2-animate-error-icon .5s}div:where(.swal2-icon).swal2-question.swal2-icon-show .swal2-icon-content{animation:swal2-animate-question-mark .8s}}div:where(.swal2-icon).swal2-success{border-color:#a5dc86;color:#a5dc86}div:where(.swal2-icon).swal2-success [class^=swal2-success-circular-line]{border-radius:50%;height:7.5em;position:absolute;width:3.75em}div:where(.swal2-icon).swal2-success [class^=swal2-success-circular-line][class$=left]{border-radius:7.5em 0 0 7.5em;left:-2.0635em;top:-.4375em;transform:rotate(-45deg);transform-origin:3.75em 3.75em}div:where(.swal2-icon).swal2-success [class^=swal2-success-circular-line][class$=right]{border-radius:0 7.5em 7.5em 0;left:1.875em;top:-.6875em;transform:rotate(-45deg);transform-origin:0 3.75em}div:where(.swal2-icon).swal2-success .swal2-success-ring{border:.25em solid #a5dc864d;border-radius:50%;box-sizing:initial;height:100%;left:-.25em;position:absolute;top:-.25em;width:100%;z-index:2}div:where(.swal2-icon).swal2-success .swal2-success-fix{height:5.625em;left:1.625em;position:absolute;top:.5em;transform:rotate(-45deg);width:.4375em;z-index:1}div:where(.swal2-icon).swal2-success [class^=swal2-success-line]{background-color:#a5dc86;border-radius:.125em;display:block;height:.3125em;position:absolute;z-index:2}div:where(.swal2-icon).swal2-success [class^=swal2-success-line][class$=tip]{left:.8125em;top:2.875em;transform:rotate(45deg);width:1.5625em}div:where(.swal2-icon).swal2-success [class^=swal2-success-line][class$=long]{right:.5em;top:2.375em;transform:rotate(-45deg);width:2.9375em}@container swal2-popup style(--swal2-icon-animations:true){div:where(.swal2-icon).swal2-success.swal2-icon-show .swal2-success-line-tip{animation:swal2-animate-success-line-tip .75s}div:where(.swal2-icon).swal2-success.swal2-icon-show .swal2-success-line-long{animation:swal2-animate-success-line-long .75s}div:where(.swal2-icon).swal2-success.swal2-icon-show .swal2-success-circular-line-right{animation:swal2-rotate-success-circular-line 4.25s ease-in}}[class^=swal2]{-webkit-tap-highlight-color:rgba(0,0,0,0)}.swal2-show{animation:swal2-show .3s;animation:var(--swal2-show-animation)}.swal2-hide{animation:swal2-hide .15s forwards;animation:var(--swal2-hide-animation)}.swal2-noanimation{transition:none}.swal2-scrollbar-measure{height:50px;overflow:scroll;position:absolute;top:-9999px;width:50px}.swal2-rtl .swal2-close{margin-left:0;margin-right:0}.swal2-rtl .swal2-timer-progress-bar{left:auto;right:0}.swal2-toast{background:#fff;background:var(--swal2-background);border:none;border:var(--swal2-toast-border);box-shadow:0 0 1px rgba(0,0,0,.075),0 1px 2px rgba(0,0,0,.075),1px 2px 4px rgba(0,0,0,.075),1px 3px 8px rgba(0,0,0,.075),2px 4px 16px rgba(0,0,0,.075);box-shadow:var(--swal2-toast-box-shadow);box-sizing:border-box;grid-column:1/4!important;grid-row:1/4!important;grid-template-columns:-webkit-min-content auto -webkit-min-content;grid-template-columns:min-content auto min-content;overflow-y:hidden;padding:1em;pointer-events:all}.swal2-toast>*{grid-column:2}.swal2-toast h2:where(.swal2-title){font-size:1em;margin:.5em 1em;padding:0;text-align:left;text-align:initial}.swal2-toast .swal2-loading{justify-content:center}.swal2-toast input:where(.swal2-input){font-size:1em;height:2em;margin:.5em}.swal2-toast .swal2-validation-message{font-size:1em}.swal2-toast div:where(.swal2-footer){font-size:.8em;margin:.5em 0 0;padding:.5em 0 0}.swal2-toast button:where(.swal2-close){align-self:center;font-size:2em;grid-column:3/3;grid-row:1/99;height:.8em;margin:0;width:.8em}.swal2-toast div:where(.swal2-html-container){font-size:1em;margin:.5em 1em;overflow:visible;overflow:initial;padding:0;text-align:left;text-align:initial}.swal2-toast div:where(.swal2-html-container):empty{padding:0}.swal2-toast .swal2-loader{margin:.25em}.swal2-toast .swal2-icon,.swal2-toast .swal2-loader{align-self:center;grid-column:1;grid-row:1/99;height:2em;width:2em}.swal2-toast .swal2-icon{margin:0 .5em 0 0;min-width:2em}.swal2-toast .swal2-icon .swal2-icon-content{align-items:center;display:flex;font-size:1.8em;font-weight:700}.swal2-toast .swal2-icon.swal2-success .swal2-success-ring{height:2em;width:2em}.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line]{top:.875em;width:1.375em}.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left]{left:.3125em}.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right]{right:.3125em}.swal2-toast div:where(.swal2-actions){height:auto;justify-content:flex-start;margin:.5em 0 0;padding:0 .5em}.swal2-toast button:where(.swal2-styled){font-size:1em;margin:.25em .5em;padding:.4em .6em}.swal2-toast .swal2-success{border-color:#a5dc86}.swal2-toast .swal2-success [class^=swal2-success-circular-line]{border-radius:50%;height:3em;position:absolute;width:1.6em}.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=left]{border-radius:4em 0 0 4em;left:-.5em;top:-.8em;transform:rotate(-45deg);transform-origin:2em 2em}.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=right]{border-radius:0 4em 4em 0;left:.9375em;top:-.25em;transform-origin:0 1.5em}.swal2-toast .swal2-success .swal2-success-ring{height:2em;width:2em}.swal2-toast .swal2-success .swal2-success-fix{height:2.6875em;left:.4375em;top:0;width:.4375em}.swal2-toast .swal2-success [class^=swal2-success-line]{height:.3125em}.swal2-toast .swal2-success [class^=swal2-success-line][class$=tip]{left:.1875em;top:1.125em;width:.75em}.swal2-toast .swal2-success [class^=swal2-success-line][class$=long]{right:.1875em;top:.9375em;width:1.375em}@container swal2-popup style(--swal2-icon-animations:true){.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-tip{animation:swal2-toast-animate-success-line-tip .75s}.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-long{animation:swal2-toast-animate-success-line-long .75s}}.swal2-toast.swal2-show{animation:swal2-toast-show .5s;animation:var(--swal2-toast-show-animation)}.swal2-toast.swal2-hide{animation:swal2-toast-hide .1s forwards;animation:var(--swal2-toast-hide-animation)}@keyframes swal2-show{0%{opacity:0;transform:translate3d(0,-50px,0) scale(.9)}to{opacity:1;transform:translateZ(0) scale(1)}}@keyframes swal2-hide{0%{opacity:1;transform:translateZ(0) scale(1)}to{opacity:0;transform:translate3d(0,-50px,0) scale(.9)}}@keyframes swal2-animate-success-line-tip{0%{left:.0625em;top:1.1875em;width:0}54%{left:.125em;top:1.0625em;width:0}70%{left:-.375em;top:2.1875em;width:3.125em}84%{left:1.3125em;top:3em;width:1.0625em}to{left:.8125em;top:2.8125em;width:1.5625em}}@keyframes swal2-animate-success-line-long{0%{right:2.875em;top:3.375em;width:0}65%{right:2.875em;top:3.375em;width:0}84%{right:0;top:2.1875em;width:3.4375em}to{right:.5em;top:2.375em;width:2.9375em}}@keyframes swal2-rotate-success-circular-line{0%{transform:rotate(-45deg)}5%{transform:rotate(-45deg)}12%{transform:rotate(-405deg)}to{transform:rotate(-405deg)}}@keyframes swal2-animate-error-x-mark{0%{margin-top:1.625em;opacity:0;transform:scale(.4)}50%{margin-top:1.625em;opacity:0;transform:scale(.4)}80%{margin-top:-.375em;transform:scale(1.15)}to{margin-top:0;opacity:1;transform:scale(1)}}@keyframes swal2-animate-error-icon{0%{opacity:0;transform:rotateX(100deg)}to{opacity:1;transform:rotateX(0deg)}}@keyframes swal2-rotate-loading{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes swal2-animate-question-mark{0%{transform:rotateY(-1turn)}to{transform:rotateY(0)}}@keyframes swal2-animate-i-mark{0%{opacity:0;transform:rotate(45deg)}25%{opacity:.4;transform:rotate(-25deg)}50%{opacity:.8;transform:rotate(15deg)}75%{opacity:1;transform:rotate(-5deg)}to{opacity:1;transform:rotateX(0)}}@keyframes swal2-toast-show{0%{transform:translateY(-.625em) rotate(2deg)}33%{transform:translateY(0) rotate(-2deg)}66%{transform:translateY(.3125em) rotate(2deg)}to{transform:translateY(0) rotate(0deg)}}@keyframes swal2-toast-hide{to{opacity:0;transform:rotate(1deg)}}@keyframes swal2-toast-animate-success-line-tip{0%{left:.0625em;top:.5625em;width:0}54%{left:.125em;top:.125em;width:0}70%{left:-.25em;top:.625em;width:1.625em}84%{left:.75em;top:1.0625em;width:.5em}to{left:.1875em;top:1.125em;width:.75em}}@keyframes swal2-toast-animate-success-line-long{0%{right:1.375em;top:1.625em;width:0}65%{right:.9375em;top:1.25em;width:0}84%{right:0;top:.9375em;width:1.125em}to{right:.1875em;top:.9375em;width:1.375em}}.seller-dashboard-page{background:#f8f9fa;font-family:Vazirmatn,sans-serif;min-height:80vh;padding:2rem 0}.seller-dashboard-page .dashboard-header{margin-bottom:3rem;text-align:center}.seller-dashboard-page .dashboard-header h1{color:var(--primary);font-size:2.5rem;font-weight:700;margin-bottom:1rem}.seller-dashboard-page .dashboard-header p{color:#666;font-size:1.2rem}.seller-dashboard-page .dashboard-stats{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:3rem}.seller-dashboard-page .stat-card{align-items:center;background:#fff;border-radius:12px;box-shadow:0 4px 15px #0000001a;display:flex;gap:1rem;padding:1.5rem;transition:transform .3s ease}.seller-dashboard-page .stat-card:hover{transform:translateY(-5px)}.seller-dashboard-page .stat-icon{font-size:2.5rem}.seller-dashboard-page .stat-info{display:flex;flex-direction:column}.seller-dashboard-page .stat-number{color:var(--primary);font-size:1.8rem;font-weight:700}.seller-dashboard-page .stat-label{color:#666;font-size:.9rem}.seller-dashboard-page .dashboard-tabs{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:2rem}.seller-dashboard-page .tab-btn{background:#fff;border:2px solid #e0e0e0;border-radius:10px;cursor:pointer;flex:1 1;font-family:Vazirmatn,sans-serif;font-weight:500;min-width:150px;padding:1rem 1.5rem;transition:all .3s ease}.seller-dashboard-page .tab-btn.active{background:var(--primary);border-color:var(--primary);color:#fff}.seller-dashboard-page .tab-btn:hover{border-color:var(--primary)}.seller-dashboard-page .tab-content{background:#fff;border-radius:12px;box-shadow:0 4px 15px #0000001a;padding:2rem}.seller-dashboard-page .section-header{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;margin-bottom:2rem}.seller-dashboard-page .section-header h3{color:var(--dark);font-size:1.5rem;font-weight:600}.seller-dashboard-page .add-product-btn{background:var(--secondary);border:none;border-radius:8px;color:#fff;cursor:pointer;font-family:Vazirmatn,sans-serif;font-weight:700;padding:.8rem 1.5rem;transition:all .3s ease}.seller-dashboard-page .add-product-btn:hover{background:#e55a2b}.seller-dashboard-page .products-table{display:flex;flex-direction:column;gap:1rem}.seller-dashboard-page .table-header{background:#f8f9fa;border-radius:8px;color:var(--dark);font-weight:600;padding:1rem}.seller-dashboard-page .table-header,.seller-dashboard-page .table-row{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:2fr 1fr 1fr 1fr .8fr}.seller-dashboard-page .table-row{align-items:center;background:#fff;border:1px solid #eef1f7;border-radius:16px;box-shadow:0 12px 24px #0f172a0f;padding:1.2rem}.seller-dashboard-page .product-info{align-items:center;display:flex;gap:1rem}.seller-dashboard-page .product-thumb{background:linear-gradient(135deg,#f6f8ff,#eef2ff);border:1px solid #2d37481a;border-radius:14px;box-shadow:inset 0 0 0 1px #fff6,0 10px 20px #0f172a1f;height:64px;overflow:hidden;width:64px}.seller-dashboard-page .product-thumb img{height:100%;object-fit:cover;width:100%}.seller-dashboard-page .product-details .product-name{color:#1f2933;font-weight:600}.seller-dashboard-page .product-details .product-category{color:#6b7280;font-size:.85rem}.seller-dashboard-page .product-details .product-village{color:#059669;font-size:.82rem}.seller-dashboard-page .actions{display:flex;gap:.5rem}.seller-dashboard-page .actions button{background:#f5f7fb;border:1px solid #e0e7ff;border-radius:10px;cursor:pointer;font-size:1.1rem;height:40px;transition:all .3s ease;width:40px}.seller-dashboard-page .actions .edit-btn{color:#2563eb}.seller-dashboard-page .actions .delete-btn{color:#dc2626}.seller-dashboard-page .actions button:hover{box-shadow:0 10px 20px #2563eb26;transform:translateY(-2px)}.seller-dashboard-page .orders-management,.seller-dashboard-page .reviews-management{color:#666;padding:3rem;text-align:center}@media (max-width:768px){.seller-dashboard-page .dashboard-stats{grid-template-columns:repeat(2,1fr)}.seller-dashboard-page .table-header,.seller-dashboard-page .table-row{gap:.5rem;grid-template-columns:1fr}.seller-dashboard-page .table-header{display:none}.seller-dashboard-page .table-row{background:#f8f9fa;border-radius:8px;margin-bottom:1rem;padding:1rem}.seller-dashboard-page .dashboard-tabs{flex-direction:column}}@media (max-width:480px){.seller-dashboard-page .dashboard-stats{grid-template-columns:1fr}.seller-dashboard-page .section-header{align-items:flex-start;flex-direction:column}}.seller-dashboard-page .product-details{display:flex;flex-direction:column}.seller-dashboard-page .product-name{color:var(--dark);font-weight:600;margin-bottom:.3rem}.seller-dashboard-page .product-category{color:#666;font-size:.85rem}.seller-dashboard-page .price-info{display:flex;flex-direction:column;gap:.3rem}.seller-dashboard-page .current-price{color:var(--dark);font-weight:600}.seller-dashboard-page .original-price{color:#999;font-size:.9rem;text-decoration:line-through}.seller-dashboard-page .stock-status{border-radius:20px;font-size:.85rem;font-weight:600;padding:.3rem .8rem;text-align:center}.seller-dashboard-page .stock-status.in-stock{background:#d4edda;color:#155724}.seller-dashboard-page .stock-status.out-of-stock{background:#f8d7da;color:#721c24}.seller-dashboard-page .sales-count{color:var(--primary);font-weight:600}.seller-dashboard-page .empty-state{grid-column:1/-1;padding:4rem 2rem;text-align:center}.seller-dashboard-page .empty-icon{font-size:4rem;margin-bottom:1rem;opacity:.5}.seller-dashboard-page .empty-state h4{color:var(--dark);font-size:1.5rem;margin-bottom:.5rem}.seller-dashboard-page .empty-state p{color:#666;margin-bottom:2rem}.seller-dashboard-page .add-first-product-btn{background:var(--primary);border:none;border-radius:8px;color:#fff;cursor:pointer;font-family:Vazirmatn,sans-serif;font-weight:600;padding:1rem 2rem;transition:all .3s ease}.seller-dashboard-page .add-first-product-btn:hover{background:#2a3bc7;transform:translateY(-2px)}.seller-dashboard-page .alert{border-radius:8px;font-weight:600;margin-bottom:2rem;padding:1rem 1.5rem;text-align:center}.seller-dashboard-page .alert-success{background:#d4edda;border:1px solid #c3e6cb;color:#155724}.seller-dashboard-page .alert-error{background:#f8d7da;border:1px solid #f5c6cb;color:#721c24}.seller-dashboard-page .modal-overlay{align-items:center;background:#00000080;bottom:0;display:flex;justify-content:center;left:0;padding:2rem;position:fixed;right:0;top:0;z-index:1000}.seller-dashboard-page .product-modal{background:#fff;border-radius:16px;box-shadow:0 10px 40px #0003;max-height:90vh;max-width:600px;overflow-y:auto;width:100%}.seller-dashboard-page .modal-header{align-items:center;border-bottom:1px solid #eaeaea;display:flex;justify-content:space-between;padding:2rem}.seller-dashboard-page .modal-header h3{color:var(--dark);font-size:1.5rem;font-weight:600;margin:0}.seller-dashboard-page .close-modal-btn{background:none;border:none;border-radius:50%;color:#999;cursor:pointer;font-size:2rem;padding:.5rem;transition:all .3s ease}.seller-dashboard-page .close-modal-btn:hover{background:#f8f9fa;color:var(--dark)}.seller-dashboard-page .modal-body{padding:2rem}.seller-dashboard-page .product-form{display:flex;flex-direction:column;gap:1.5rem}.seller-dashboard-page .form-row{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:1fr 1fr}.seller-dashboard-page .form-group{display:flex;flex-direction:column;gap:.5rem}.seller-dashboard-page .form-group label{color:var(--dark);font-size:.9rem;font-weight:600}.seller-dashboard-page .form-group input,.seller-dashboard-page .form-group select,.seller-dashboard-page .form-group textarea{border:2px solid #e0e0e0;border-radius:8px;font-family:Vazirmatn,sans-serif;font-size:1rem;padding:.8rem;transition:all .3s ease}.seller-dashboard-page .form-group input:focus,.seller-dashboard-page .form-group select:focus,.seller-dashboard-page .form-group textarea:focus{border-color:var(--primary);box-shadow:0 0 0 3px #3a4be61a;outline:none}.seller-dashboard-page .form-group textarea{min-height:80px;resize:vertical}.seller-dashboard-page .form-group.full-width{grid-column:1/-1}.seller-dashboard-page .modal-footer{align-items:center;border-top:1px solid #eaeaea;display:flex;gap:1rem;justify-content:flex-end;padding:2rem}.seller-dashboard-page .modal-footer button{align-items:center;display:inline-flex;gap:.4rem;height:48px;justify-content:center;padding-inline:1.3rem}.seller-dashboard-page .cancel-btn,.seller-dashboard-page .save-btn{align-items:center;background:#6c757d;border:none;border-radius:8px;box-sizing:border-box;color:#fff;cursor:pointer;display:flex;font-family:Vazirmatn,sans-serif;font-weight:600;height:48px;justify-content:center;max-height:48px;min-height:48px;padding:.8rem 1.5rem;transition:all .3s ease;white-space:nowrap}.seller-dashboard-page .cancel-btn:hover{background:#545b62;transform:translateY(-2px)}.seller-dashboard-page .save-btn{background:var(--secondary)}.seller-dashboard-page .save-btn:hover{background:#e55a2b;transform:translateY(-2px)}@media (max-width:768px){.seller-dashboard-page .modal-overlay{padding:1rem}.seller-dashboard-page .product-modal{max-height:95vh}.seller-dashboard-page .modal-body,.seller-dashboard-page .modal-footer,.seller-dashboard-page .modal-header{padding:1.5rem}.seller-dashboard-page .form-row{gap:1rem;grid-template-columns:1fr}.seller-dashboard-page .form-group.full-width{grid-column:1/1}.seller-dashboard-page .modal-footer{flex-direction:column}.seller-dashboard-page .cancel-btn,.seller-dashboard-page .save-btn{width:100%}}.image-upload-section{align-items:flex-start;display:flex;gap:2rem}.image-preview{align-items:center;background:#f8f9fa;border:2px dashed #e0e0e0;border-radius:8px;display:flex;height:120px;justify-content:center;overflow:hidden;width:120px}.image-preview img{height:100%;object-fit:cover;width:100%}.no-image{color:#999;text-align:center}.no-image span{display:block;font-size:2rem;margin-bottom:.5rem}.no-image p{font-size:.8rem;margin:0}.upload-controls{align-items:flex-start;display:flex;flex-direction:column;gap:.5rem}.upload-btn{background:var(--primary);border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:.9rem;font-weight:500;padding:.5rem 1rem;transition:all .3s ease}.upload-btn:hover{background:#2a3bc7;transform:translateY(-1px)}.remove-image-btn{background:#dc3545;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:.9rem;font-weight:500;padding:.5rem 1rem;transition:all .3s ease}.remove-image-btn:hover{background:#c82333;transform:translateY(-1px)}.form-group input:invalid,.form-group select:invalid,.form-group textarea:invalid{border-color:#dc3545;box-shadow:0 0 0 2px #dc35451a}.form-group input:valid,.form-group select:valid,.form-group textarea:valid{border-color:#28a745}.profile-page{background:#f8f9fa;min-height:80vh;padding:2rem 0}.profile-header{align-items:center;background:#fff;border-radius:20px;box-shadow:0 4px 20px #0000001a;display:flex;gap:2rem;margin-bottom:2rem;padding:2rem}.profile-avatar{border:4px solid var(--primary);border-radius:50%;flex-shrink:0;height:120px;overflow:hidden;position:relative;width:120px}.profile-avatar img{height:100%;object-fit:cover;width:100%}.avatar-overlay{align-items:center;background:#00000080;cursor:pointer;display:flex;height:100%;justify-content:center;left:0;opacity:0;position:absolute;top:0;transition:opacity .3s ease;width:100%}.profile-avatar:hover .avatar-overlay{opacity:1}.avatar-overlay span{color:#fff;font-size:1.5rem}.profile-info h1{color:var(--dark);font-size:2rem;font-weight:700;margin-bottom:.5rem}.profile-email{font-size:1.1rem}.profile-email,.profile-phone{color:#666;margin-bottom:.5rem}.profile-phone{font-size:1rem}.profile-join-date{color:#999;font-size:.9rem;margin-bottom:1.5rem}.profile-stats{display:flex;gap:2rem}.stat{text-align:center}.stat-number{color:var(--primary);display:block;font-size:1.5rem;font-weight:700;margin-bottom:.3rem}.stat-label{font-size:.8rem}.profile-tabs{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:2rem}.profile-tabs .tab-btn{background:#fff;border:2px solid #e0e0e0;border-radius:12px;cursor:pointer;flex:1 1;font-family:Vazirmatn,sans-serif;font-weight:500;min-width:150px;padding:1rem 1.5rem;transition:all .3s ease}.profile-tabs .tab-btn.active{background:var(--primary);border-color:var(--primary);color:#fff}.profile-tabs .tab-btn:hover{border-color:var(--primary)}.logout-btn{background:#dc3545;border:none;border-radius:12px;color:#fff;cursor:pointer;flex:1 1;font-family:Vazirmatn,sans-serif;font-weight:500;min-width:150px;padding:1rem 1.5rem;transition:all .3s ease}.logout-btn:hover{background:#c82333;transform:translateY(-2px)}.profile-content{background:#fff;border-radius:20px;box-shadow:0 4px 20px #0000001a;padding:2rem}.section-header{align-items:center;border-bottom:1px solid #eaeaea;display:flex;justify-content:space-between;margin-bottom:2rem;padding-bottom:1rem}.section-header h3{color:var(--dark);font-size:1.5rem;font-weight:600}.edit-btn{background:var(--primary);border:none;border-radius:8px;color:#fff;cursor:pointer;font-family:Vazirmatn,sans-serif;font-weight:500;padding:.7rem 1.5rem;transition:all .3s ease}.edit-btn:hover{background:#2a3bc7}.profile-form{display:flex;flex-direction:column;gap:1.5rem}.profile-form .form-group{display:flex;flex-direction:column;gap:.5rem}.profile-form label{color:var(--dark);font-size:.9rem;font-weight:600}.profile-form input{border:2px solid #e0e0e0;border-radius:8px;font-family:Vazirmatn,sans-serif;font-size:1rem;padding:.8rem;transition:all .3s ease}.profile-form input:focus{border-color:var(--primary);box-shadow:0 0 0 3px #3a4be61a;outline:none}.save-btn{align-self:center;background:var(--secondary);border:none;border-radius:8px;color:#fff;cursor:pointer;font-family:Vazirmatn,sans-serif;font-weight:600;padding:1rem 2rem;transition:all .3s ease}.save-btn:hover{background:#e55a2b;transform:translateY(-2px)}.profile-details{display:flex;flex-direction:column;gap:1.5rem}.detail-item{background:#f8f9fa;padding:1rem}.detail-label{color:var(--dark);font-weight:600}.detail-value{color:#666}.orders-tab h3{color:var(--dark);font-size:1.5rem;font-weight:600;margin-bottom:1.5rem}.orders-list{display:flex;flex-direction:column;gap:.75rem}.order-card{background:#fefefe;border:1px solid #e3e6ef;border-radius:12px;box-shadow:0 6px 20px #0000000a;padding:1rem 1.25rem}.order-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem}.order-id{color:var(--dark);font-weight:600}.order-status{border-radius:20px;font-size:.8rem;font-weight:600;padding:.3rem .8rem;text-transform:uppercase}.order-status.status-pending{background:#fff7e6;color:#d48806}.order-status.status-confirmed,.order-status.status-processing{background:#e6f4ff;color:#1677ff}.order-status.status-shipped{background:#e6fffb;color:#08979c}.order-status.status-delivered{background:#d4edda;color:#155724}.order-status.status-cancelled{background:#fdecea;color:#cb2a2a}.order-details{align-items:center;color:#666;display:flex;font-size:.9rem;justify-content:space-between;margin-bottom:.75rem}.order-details-btn{background:var(--primary);border:none;border-radius:6px;color:#fff;cursor:pointer;font-family:Vazirmatn,sans-serif;font-size:.8rem;padding:.45rem 1rem;transition:all .3s ease}.order-details-btn:hover{background:#2a3bc7}.order-extra{border-top:1px dashed #e0e0e0;color:#444;display:flex;flex-direction:column;font-size:.9rem;gap:.5rem;margin-top:.75rem;padding-top:.75rem}.order-extra-row{display:flex;gap:1rem;justify-content:space-between}.order-items{background:#f9fafb;border:1px solid #eef0f5;border-radius:8px;margin-top:.5rem;padding:.75rem}.order-items h4{color:var(--dark);font-size:.95rem;margin:0 0 .5rem}.order-item-row{align-items:center;border-bottom:1px solid #ececec;display:flex;justify-content:space-between;padding:.3rem 0}.order-item-row:last-child{border-bottom:none}.item-name{font-weight:600;margin-left:.5rem}.item-qty{color:#888;font-size:.85rem}.item-price{color:var(--dark)}.favorites-tab h3{color:var(--dark);font-size:1.5rem;font-weight:600;margin-bottom:1rem}.favorites-tab p{color:#666;margin-bottom:1.5rem}.view-favorites-btn{background:var(--primary);border-radius:8px;color:#fff;display:inline-block;font-weight:600;padding:.8rem 1.5rem;text-decoration:none;transition:all .3s ease}.view-favorites-btn:hover{background:#2a3bc7;transform:translateY(-2px)}.not-logged-in{color:#666;padding:4rem 0;text-align:center}.not-logged-in h2{color:var(--dark);font-size:2rem;margin-bottom:1rem}.no-orders{color:#666;padding:3rem;text-align:center}.no-orders p{font-size:1.1rem;margin-bottom:1.5rem}.shop-now-btn{background:var(--primary);border-radius:8px;color:#fff;display:inline-block;font-weight:600;padding:.8rem 1.5rem;text-decoration:none;transition:all .3s ease}.shop-now-btn:hover{background:#2a3bc7;transform:translateY(-2px)}@media (max-width:768px){.profile-header{flex-direction:column;gap:1.5rem;text-align:center}.profile-stats{justify-content:center}.profile-tabs{flex-direction:column}.form-row{gap:1rem;grid-template-columns:1fr}.order-details,.order-header{align-items:flex-start;flex-direction:column;gap:.5rem}}@media (max-width:480px){.profile-page{padding:1rem 0}.profile-content,.profile-header{padding:1.5rem}.profile-avatar{height:100px;width:100px}.profile-info h1{font-size:1.5rem}}.checkout-page{background:#f8f9fa;min-height:80vh;padding:2rem 0}.checkout-header{margin-bottom:3rem;text-align:center}.checkout-header h1{color:var(--dark);font-size:2.5rem;font-weight:700;margin-bottom:2rem}.checkout-steps{gap:2rem;justify-content:center;margin-top:2rem}.checkout-steps,.step{align-items:center;display:flex}.step{flex-direction:column;gap:.5rem;opacity:.5;transition:opacity .3s ease}.step.active{opacity:1}.step-number{align-items:center;background:#e0e0e0;border-radius:50%;color:#666;display:flex;font-size:1.2rem;font-weight:600;height:50px;justify-content:center;transition:all .3s ease;width:50px}.step.active .step-number{background:var(--primary);color:#fff}.step-label{color:#666;font-size:.9rem;font-weight:500}.checkout-content{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:1fr 350px;margin:0 auto;max-width:1200px}.checkout-main,.checkout-sidebar{background:#fff;border-radius:20px;box-shadow:0 4px 20px #0000001a;padding:2rem}.checkout-sidebar{height:-webkit-fit-content;height:fit-content}.cart-review h3{color:var(--dark);font-size:1.5rem;font-weight:600;margin-bottom:2rem}.cart-items{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.cart-item{background:#f8f9fa;border-radius:12px}.cart-item img{border-radius:8px;height:80px;width:80px}.item-details{flex:1 1}.item-details h4{color:var(--dark);font-size:1.1rem;font-weight:600;margin-bottom:.5rem}.item-seller{color:#666;font-size:.9rem;margin-bottom:.5rem}.item-total{color:var(--dark);font-size:1.1rem;font-weight:600}.cart-actions{display:flex;gap:1rem;justify-content:space-between}.shipping-form h3{color:var(--dark);font-size:1.5rem;font-weight:600;margin-bottom:2rem}.shipping-form-grid{display:flex;flex-direction:column;gap:1.5rem}.form-row{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:1fr 1fr}.form-group input,.form-group textarea{border:2px solid #e0e0e0;border-radius:8px;font-family:Vazirmatn,sans-serif;font-size:1rem;padding:.8rem;transition:all .3s ease}.form-group input:focus,.form-group textarea:focus{border-color:var(--primary);box-shadow:0 0 0 3px #3a4be61a;outline:none}.form-group textarea{min-height:80px;resize:vertical}.form-group.full-width{grid-column:1/-1}.payment-step h3{color:var(--dark);font-size:1.5rem;font-weight:600;margin-bottom:2rem}.payment-methods{display:flex;flex-direction:column;gap:1rem;margin-bottom:3rem}.payment-method{align-items:center;border:2px solid #e0e0e0;border-radius:12px;cursor:pointer;display:flex;gap:1rem;padding:1rem;transition:all .3s ease}.payment-method:hover{border-color:var(--primary)}.payment-method input[type=radio]{accent-color:var(--primary);height:20px;width:20px}.payment-info{display:flex;flex-direction:column;gap:.25rem}.payment-name{color:var(--dark);font-weight:600}.payment-desc{color:#666;font-size:.9rem}.order-summary{background:#f8f9fa;border-radius:12px;margin-bottom:2rem;padding:1.5rem}.order-summary h4{color:var(--dark);font-size:1.2rem;font-weight:600;margin-bottom:1rem}.summary-details{display:flex;flex-direction:column;gap:.75rem}.order-summary-card h4{color:var(--dark);font-size:1.2rem;font-weight:600;margin-bottom:1.5rem}.summary-items{margin-bottom:2rem}.summary-item{align-items:center;border-bottom:1px solid #e0e0e0;display:flex;justify-content:space-between;padding:.5rem 0}.more-items{color:#666;font-style:italic;padding:.5rem 0;text-align:center}.summary-totals{border-top:2px solid #e0e0e0;padding-top:1rem}.summary-totals .summary-row{font-size:.9rem;padding:.25rem 0}.summary-totals .summary-row.total{border-top:2px solid var(--primary);color:var(--primary);font-size:1rem;font-weight:600;margin-top:.5rem;padding-top:.5rem}.step-actions{border-top:1px solid #e0e0e0;display:flex;gap:1rem;justify-content:space-between;margin-top:3rem;padding-top:2rem}.edit-cart-btn,.prev-step-btn{background:#6c757d;border:none;border-radius:8px;color:#fff;cursor:pointer;font-family:Vazirmatn,sans-serif;font-weight:600;padding:1rem 2rem;transition:all .3s ease}.edit-cart-btn:hover,.prev-step-btn:hover{background:#545b62;transform:translateY(-2px)}.next-step-btn,.place-order-btn{background:var(--primary);border:none;border-radius:8px;color:#fff;cursor:pointer;font-family:Vazirmatn,sans-serif;font-weight:600;padding:1rem 2rem;transition:all .3s ease}.next-step-btn:hover,.place-order-btn:hover{background:#2a3bc7;transform:translateY(-2px)}.place-order-btn:disabled{background:#ccc;cursor:not-allowed;transform:none}.continue-shopping-btn,.login-btn{background:var(--primary);border:none;border-radius:8px;color:#fff;cursor:pointer;display:inline-block;font-family:Vazirmatn,sans-serif;font-weight:600;padding:1rem 2rem;text-decoration:none;transition:all .3s ease}.continue-shopping-btn:hover,.login-btn:hover{background:#2a3bc7;transform:translateY(-2px)}.empty-cart,.login-required{background:#fff;border-radius:20px;box-shadow:0 4px 20px #0000001a;margin:0 auto;max-width:500px;padding:4rem 2rem;text-align:center}.empty-cart h2,.login-required h2{color:var(--dark);font-size:2rem;margin-bottom:1rem}.empty-cart p,.login-required p{color:#666;font-size:1.1rem;margin-bottom:2rem}@media (max-width:768px){.checkout-content{gap:2rem;grid-template-columns:1fr}.checkout-steps{gap:1rem}.step-number{font-size:1rem;height:40px;width:40px}.step-label{font-size:.8rem}.checkout-main,.checkout-sidebar{padding:1.5rem}.form-row{gap:1rem;grid-template-columns:1fr}.cart-item{flex-direction:column;gap:.5rem}.cart-item,.item-details{text-align:center}.cart-actions,.step-actions{flex-direction:column}.payment-methods{gap:.5rem}.payment-method{padding:.75rem}}@media (max-width:480px){.checkout-page{padding:1rem 0}.checkout-header h1{font-size:2rem}.checkout-main,.checkout-sidebar{padding:1rem}}.order-confirmation-page{background:#f8f9fa;min-height:80vh;padding:2rem 0}.confirmation-card{background:#fff;border-radius:20px;box-shadow:0 4px 20px #0000001a;margin-bottom:3rem;padding:3rem;text-align:center}.success-icon{margin-bottom:2rem}.success-icon span{animation:checkmark .8s ease-in-out;display:inline-block;font-size:4rem}@keyframes checkmark{0%{opacity:0;transform:scale(0)}50%{opacity:.8;transform:scale(1.2)}to{opacity:1;transform:scale(1)}}.confirmation-header h1{color:var(--dark);font-size:2.5rem;font-weight:700;margin-bottom:1rem}.order-number{background:#f0f4ff;border-radius:25px;color:var(--primary);display:inline-block;font-size:1.2rem;font-weight:600;padding:.5rem 1rem}.order-details{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin:3rem 0;text-align:right}.detail-section{background:#f8f9fa;border:1px solid #e0e0e0;border-radius:12px;padding:2rem}.detail-section h3{align-items:center;color:var(--dark);display:flex;font-size:1.3rem;font-weight:600;gap:.5rem;margin-bottom:1.5rem}.detail-grid{display:flex;flex-direction:column;gap:1rem}.detail-item{align-items:center;background:#fff;border:1px solid #e0e0e0;border-radius:8px;display:flex;justify-content:space-between;padding:.75rem}.detail-item .label{color:var(--dark);font-weight:600}.detail-item .value{color:#666}.status-pending{background:#fff3cd;border-radius:15px;color:#856404;font-size:.8rem;font-weight:600;padding:.25rem .75rem}.shipping-info p{color:#666;line-height:1.6;margin-bottom:.5rem}.order-items{display:flex;flex-direction:column;gap:1rem}.order-item{align-items:center;background:#fff;border:1px solid #e0e0e0;border-radius:8px;display:flex;gap:1rem;padding:1rem}.order-item img{border-radius:8px;height:80px;object-fit:cover;width:80px}.item-info h4{font-size:1.1rem;font-weight:600;margin-bottom:.5rem}.quantity,.seller{color:#666;font-size:.9rem;margin-bottom:.25rem}.item-price{color:var(--primary);font-size:1.1rem;font-weight:600}.payment-summary{display:flex;flex-direction:column;gap:.75rem}.summary-row{align-items:center;border-bottom:1px solid #e0e0e0;display:flex;justify-content:space-between;padding:.5rem 0}.summary-row:last-child{border-bottom:none}.summary-row.total{border-top:2px solid var(--primary);color:var(--primary);font-size:1.1rem;font-weight:600;margin-top:.5rem;padding-top:1rem}.confirmation-actions{background:#f0f4ff;border-radius:12px;margin-top:2rem;padding:2rem}.next-steps h3{color:var(--dark);font-size:1.3rem;font-weight:600;margin-bottom:1.5rem}.next-steps ul{list-style:none;margin:0;padding:0}.next-steps li{align-items:center;border-bottom:1px solid #e0e0e0;color:#666;display:flex;gap:.5rem;padding:.5rem 0}.next-steps li:last-child{border-bottom:none}.action-buttons{gap:1rem;justify-content:center;margin-top:2rem}.continue-shopping-btn,.view-orders-btn{background:var(--primary);border-radius:8px;color:#fff;display:inline-block;font-family:Vazirmatn,sans-serif;font-weight:600;padding:1rem 2rem;text-decoration:none;transition:all .3s ease}.continue-shopping-btn:hover,.view-orders-btn:hover{background:#2a3bc7;transform:translateY(-2px)}.additional-info{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr 1fr;margin-top:3rem}.info-card{background:#fff;border-radius:12px;box-shadow:0 4px 20px #0000001a;padding:2rem}.info-card h4{color:var(--dark);font-size:1.3rem;font-weight:600;margin-bottom:1.5rem}.faq{display:flex;flex-direction:column;gap:1.5rem}.faq-item{border-bottom:1px solid #e0e0e0;padding-bottom:1rem}.faq-item:last-child{border-bottom:none}.faq-item strong{color:var(--dark);display:block;font-weight:600;margin-bottom:.5rem}.faq-item p{color:#666;line-height:1.6;margin:0}.contact-info p{color:#666;margin-bottom:.5rem}.contact-info p:last-child{margin-bottom:0}.error-state{background:#fff;border-radius:20px;box-shadow:0 4px 20px #0000001a;margin:0 auto;max-width:500px;padding:4rem 2rem;text-align:center}.error-state h2{color:var(--dark);font-size:2rem;margin-bottom:1rem}.error-state p{color:#666;font-size:1.1rem;margin-bottom:2rem}.back-btn{background:var(--primary);border-radius:8px;color:#fff;display:inline-block;font-family:Vazirmatn,sans-serif;font-weight:600;padding:1rem 2rem;text-decoration:none;transition:all .3s ease}.back-btn:hover{background:#2a3bc7;transform:translateY(-2px)}@media (max-width:768px){.confirmation-card{padding:2rem}.confirmation-header h1{font-size:2rem}.additional-info,.order-details{gap:1.5rem;grid-template-columns:1fr}.action-buttons{align-items:center;flex-direction:column}.continue-shopping-btn,.view-orders-btn{text-align:center;width:100%}}@media (max-width:480px){.order-confirmation-page{padding:1rem 0}.confirmation-card{padding:1.5rem}.confirmation-header h1{font-size:1.8rem}.order-number{font-size:1rem}.confirmation-actions,.detail-section,.info-card{padding:1.5rem}}.reviews-page{background:#f8f9fa;min-height:80vh;padding:2rem 0}.reviews-header{align-items:center;background:#fff;border-radius:20px;box-shadow:0 4px 20px #0000001a;padding:2rem}.reviews-count{font-size:1.1rem}.add-review-btn{display:inline-block;padding:1rem 2rem;text-decoration:none}.reviews-controls{align-items:center;background:#fff;border-radius:12px;box-shadow:0 2px 10px #0000001a;gap:2rem;margin-bottom:2rem;padding:1.5rem}.filter-section,.sort-section{align-items:center;display:flex;gap:.5rem}.filter-section label,.sort-section label{color:var(--dark);font-size:.9rem;font-weight:600}.filter-section select,.sort-section select{background:#fff;border:2px solid #e0e0e0;border-radius:6px;cursor:pointer;font-family:Vazirmatn,sans-serif;font-size:.9rem;padding:.5rem 1rem;transition:all .3s ease}.filter-section select:focus,.sort-section select:focus{border-color:var(--primary);outline:none}.reviews-stats{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:2rem}.stat-card{background:#fff;box-shadow:0 2px 10px #0000001a;text-align:center}.reviews-page .stat-number{color:var(--primary);font-size:2rem;font-weight:700;margin-bottom:.5rem}.stat-label{color:#666;font-size:.9rem;font-weight:500}.reviews-content{background:#fff;border-radius:20px;box-shadow:0 4px 20px #0000001a;padding:2rem}.no-reviews{padding:4rem 2rem}.no-reviews-icon{font-size:4rem}.no-reviews h3{color:var(--dark);font-size:1.5rem;margin-bottom:1rem}.no-reviews p{font-size:1rem;margin-bottom:2rem}.shop-btn{background:var(--primary);border-radius:8px;color:#fff;display:inline-block;font-weight:600;padding:1rem 2rem;text-decoration:none;transition:all .3s ease}.shop-btn:hover{background:#2a3bc7;transform:translateY(-2px)}.reviews-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(400px,1fr))}.review-card{background:#f8f9fa;border:1px solid #e0e0e0}.review-card:hover{box-shadow:0 4px 15px #0000001a}.product-info{display:flex;flex:1 1;gap:1rem}.reviews-page .product-image{border:2px solid #e0e0e0;border-radius:8px;height:60px;object-fit:cover;width:60px}.product-details{flex:1 1}.product-name{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:var(--dark);display:-webkit-box;font-size:1.1rem;font-weight:600;margin-bottom:.25rem;overflow:hidden}.product-seller{color:#666;font-size:.85rem}.status-badge{min-width:80px;text-align:center}.review-content{margin-bottom:1.5rem}.review-rating{align-items:center;display:flex;gap:.5rem;margin-bottom:1rem}.stars{gap:.1rem}.rating-number{color:var(--primary);font-size:.9rem;font-weight:600}.review-title{margin-bottom:.75rem}.review-text{-webkit-line-clamp:3;-webkit-box-orient:vertical;color:#555;display:-webkit-box;line-height:1.6;margin-bottom:1rem;overflow:hidden}.review-meta{align-items:center;color:#666;font-size:.8rem;justify-content:space-between}.helpful-count{color:#28a745;font-weight:500}.review-actions{border-top:1px solid #e0e0e0;display:flex;gap:.5rem;padding-top:1rem}.view-product-btn{background:var(--primary);border-radius:6px;color:#fff;flex:1 1;font-size:.85rem;font-weight:500;padding:.5rem 1rem;text-align:center;text-decoration:none;transition:all .3s ease}.view-product-btn:hover{background:#2a3bc7;transform:translateY(-1px)}.edit-review-btn{background:#6c757d;border:none;border-radius:6px;color:#fff;cursor:pointer;flex:1 1;font-size:.85rem;font-weight:500;padding:.5rem 1rem;transition:all .3s ease}.edit-review-btn:hover{background:#545b62;transform:translateY(-1px)}.login-required{background:#fff;border-radius:20px;box-shadow:0 4px 20px #0000001a;margin:0 auto;max-width:500px;padding:4rem 2rem;text-align:center}.login-required h2{color:var(--dark);font-size:2rem;margin-bottom:1rem}.login-required p{color:#666;font-size:1.1rem;margin-bottom:2rem}.login-btn{background:var(--primary);border-radius:8px;color:#fff;display:inline-block;font-weight:600;padding:1rem 2rem;text-decoration:none;transition:all .3s ease}.login-btn:hover{background:#2a3bc7;transform:translateY(-2px)}@media (max-width:768px){.reviews-header{flex-direction:column;gap:1.5rem;text-align:center}.reviews-controls{align-items:stretch;flex-direction:column;gap:1rem}.reviews-stats{grid-template-columns:repeat(2,1fr)}.reviews-grid{grid-template-columns:1fr}.review-header{flex-direction:column;gap:1rem}.product-info{text-align:center}.product-info,.review-actions{flex-direction:column}}@media (max-width:480px){.reviews-page{padding:1rem 0}.reviews-header{padding:1.5rem}.header-info h1{font-size:2rem}.reviews-content{padding:1.5rem}.reviews-stats{grid-template-columns:1fr}.stat-card{padding:1rem}.reviews-page .stat-number{font-size:1.5rem}}.terms-page{background:linear-gradient(180deg,#f8f9ff,#fff);font-family:Vazirmatn,sans-serif;min-height:80vh;padding:3rem 0}.terms-page .terms-hero{margin-bottom:2.5rem;text-align:center}.terms-page .terms-hero h1{color:var(--primary);font-size:2.5rem;margin-bottom:1rem}.terms-page .terms-hero p{color:#4b5563;line-height:1.8;margin:0 auto 1rem;max-width:720px}.terms-page .terms-update{background:#eef2ff;border-radius:999px;color:#3f51b5;display:inline-block;font-size:.9rem;font-weight:600;padding:.5rem 1.2rem}.terms-page .terms-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(320px,1fr))}.terms-page .terms-card{background:#fff;border:1px solid #6366f114;border-radius:20px;box-shadow:0 20px 40px #0f172a14;padding:1.8rem}.terms-page .card-header{align-items:center;display:flex;gap:.8rem;margin-bottom:1rem}.terms-page .section-index{align-items:center;background:var(--primary);border-radius:10px;color:#fff;display:inline-flex;font-weight:700;height:36px;justify-content:center;width:36px}.terms-page h2{color:#111827;font-size:1.1rem;margin:0}.terms-page p{color:#4b5563;line-height:1.9;margin-bottom:.8rem}.terms-page ul{-webkit-padding-start:1.2rem;color:#374151;line-height:1.9;margin:0;padding-inline-start:1.2rem}.terms-page ul li{margin-bottom:.4rem}.terms-page .terms-footer{background:#f1f5f9;border-radius:18px;color:#1f2933;font-weight:600;margin-top:3rem;padding:1.5rem;text-align:center}@media (max-width:768px){.terms-page .terms-hero h1{font-size:2rem}.terms-page .terms-card{padding:1.2rem}}.admin-dashboard{background:#f8f9fa;min-height:80vh;padding:2rem 0}.dashboard-header{align-items:center;background:#fff;border-radius:20px;box-shadow:0 4px 20px #0000001a;display:flex;justify-content:space-between;margin-bottom:2rem;padding:2rem}.header-info h1{color:var(--dark);font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.header-info p{color:#666;font-size:1.1rem}.refresh-btn{background:var(--primary);border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:600;padding:.75rem 1.5rem;transition:all .3s ease}.refresh-btn:hover{background:#2a3bc7;transform:translateY(-2px)}.loading-state{align-items:center;color:#666;display:flex;flex-direction:column;justify-content:center;padding:4rem 2rem}.spinner{animation:spin 1s linear infinite;border:4px solid #f3f3f3;border-radius:50%;border-top:4px solid var(--primary);height:40px;margin-bottom:1rem;width:40px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.loading-state p{font-size:1.1rem;margin:0}.dashboard-tabs{background:#fff;border-radius:12px;box-shadow:0 2px 10px #0000001a;display:flex;gap:.5rem;margin-bottom:2rem;overflow-x:auto;padding:1rem}.tab-btn{background:#0000;border:2px solid #e0e0e0;border-radius:8px;cursor:pointer;flex-shrink:0;font-family:Vazirmatn,sans-serif;font-weight:600;padding:.75rem 1.5rem;transition:all .3s ease;white-space:nowrap}.tab-btn:hover{border-color:var(--primary);color:var(--primary)}.tab-btn.active{background:var(--primary);border-color:var(--primary);color:#fff}.dashboard-content{background:#fff;border-radius:20px;box-shadow:0 4px 20px #0000001a;padding:2rem}.stats-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-bottom:3rem}.stat-card{align-items:center;background:#f8f9fa;border:1px solid #e0e0e0;border-radius:12px;display:flex;gap:1rem;padding:1.5rem;transition:transform .3s ease}.stat-card:hover{transform:translateY(-2px)}.stat-icon{align-items:center;background:var(--primary);border-radius:12px;color:#fff;display:flex;font-size:2.5rem;height:60px;justify-content:center;width:60px}.stat-info{flex:1 1}.admin-dashboard .stat-number{color:var(--primary);font-size:1.8rem;font-weight:700;margin-bottom:.25rem}.admin-dashboard .stat-label{font-size:.9rem;font-weight:500}.recent-activity{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr 1fr;margin-bottom:2rem}.activity-section h3{color:var(--dark);font-size:1.4rem;font-weight:600;margin-bottom:1.5rem}.activity-list{display:flex;flex-direction:column;gap:1rem}.activity-item{align-items:center;background:#f8f9fa;border:1px solid #e0e0e0;border-radius:8px;display:flex;justify-content:space-between;padding:1rem}.activity-info{display:flex;flex-direction:column;gap:.25rem}.activity-title{color:var(--dark);font-weight:600}.activity-meta{color:#666;font-size:.85rem}.status-badge{font-size:.75rem;font-weight:600}.status-badge,.user-type{border-radius:15px;color:#fff;padding:.25rem .75rem}.user-type{background:#17a2b8}.alert-section h3{color:var(--dark);font-size:1.4rem;font-weight:600;margin-bottom:1.5rem}.alert-list{display:flex;flex-direction:column;gap:1rem}.alert-item{align-items:center;background:#fff3cd;border:1px solid #ffeaa7;border-radius:8px;display:flex;justify-content:space-between;padding:1rem}.alert-message{color:#856404;flex:1 1}.alert-action{background:#ffc107;border:none;border-radius:6px;color:#212529;cursor:pointer;font-weight:600;padding:.5rem 1rem;transition:all .3s ease}.alert-action:hover{background:#e0a800}.tab-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:2rem}.tab-header h3{color:var(--dark);font-size:1.8rem;font-weight:600}.tab-actions{align-items:center;display:flex;flex-wrap:wrap;gap:1rem}.filter-select,.search-input{border:2px solid #e0e0e0;border-radius:8px;font-size:.9rem;padding:.75rem 1rem;transition:border-color .3s ease}.filter-select:focus,.search-input:focus{border-color:var(--primary);box-shadow:0 0 0 3px #3449c71a;outline:none}.filter-select{min-width:150px}.add-btn{align-items:center;background:var(--primary);border-radius:8px;display:flex;gap:.5rem;padding:.75rem 1.5rem}.add-btn:hover{background:#2a3bc7}.search-input{border:2px solid #e0e0e0;border-radius:6px;font-family:Vazirmatn,sans-serif;font-size:.9rem;padding:.5rem 1rem;width:250px}.add-btn{background:var(--secondary);border:none;border-radius:6px;color:#fff;cursor:pointer;font-weight:600;padding:.5rem 1rem;transition:all .3s ease}.add-btn:hover{background:#e55a2b;transform:translateY(-2px)}.status-filter{background:#fff;border:2px solid #e0e0e0;border-radius:6px;font-family:Vazirmatn,sans-serif;font-size:.9rem;padding:.5rem 1rem}.data-table{overflow-x:auto}.data-table table{background:#fff;border-collapse:collapse;width:100%}.transactions-tab .tab-hint{color:#666;font-size:.85rem}.event-badge{align-items:center;background:#3a4be61f;border-radius:999px;color:var(--primary);display:inline-flex;font-size:.85rem;font-weight:600;justify-content:center;padding:.25rem .75rem}.metadata-list{display:flex;flex-direction:column;gap:.15rem;list-style:none;margin:0;padding:0}.metadata-key{color:#444;font-weight:600;margin-left:.25rem}.metadata-value{color:#111;font-weight:500}.data-table td,.data-table th{border-bottom:1px solid #e0e0e0;padding:1rem;text-align:right}.data-table th{color:var(--dark);font-size:.9rem;font-weight:600}.data-table th,.data-table tr:hover{background:#f8f9fa}.user-type{border-radius:4px;font-size:.75rem;font-weight:600;padding:.25rem .5rem}.user-type.customer{background:#d1ecf1;color:#0c5460}.user-type.seller{background:#d4edda;color:#155724}.user-type.admin{background:#f8d7da;color:#721c24}.status{border-radius:4px;font-size:.75rem;font-weight:600;padding:.25rem .5rem}.status.active{background:#d4edda;color:#155724}.status.inactive{background:#f8d7da;color:#721c24}.stock{border-radius:4px;font-size:.75rem;font-weight:600;padding:.25rem .5rem}.stock.good{background:#d4edda;color:#155724}.stock.low{background:#fff3cd;color:#856404}.product-thumb{border-radius:6px;height:50px;object-fit:cover;width:50px}.action-buttons{display:flex;gap:.5rem}.delete-btn,.edit-btn,.view-btn{background:#f5f7fb;border:1px solid #e0e7ff;border-radius:8px;color:#2f3a67;cursor:pointer;font-size:.95rem;font-weight:600;padding:.5rem .9rem;transition:all .3s ease}.edit-btn:hover{background:#cce5ff;color:#06c}.view-btn:hover{background:#d1ecf1;color:#0c5460}.delete-btn:hover{background:#f8d7da;color:#721c24;.admin-dashboard .booth-actions .edit-btn.approve{background:#e0f7f1;border-color:#2bb673;color:#0f5132}.admin-dashboard .booth-actions .edit-btn.reject{background:#fff4f4;border-color:#f87171;color:#b42318}}.analytics-tab h3{color:var(--dark);font-size:1.8rem;font-weight:600;margin-bottom:2rem}.analytics-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(400px,1fr))}.analytics-card{background:#f8f9fa;border:1px solid #e0e0e0;border-radius:12px;padding:2rem}.analytics-card h4{color:var(--dark);font-size:1.3rem;font-weight:600;margin-bottom:1.5rem}.order-stats-chart{display:flex;flex-direction:column;gap:1rem}.chart-item{align-items:center;background:#fff;border:1px solid #e0e0e0;border-radius:8px;display:flex;justify-content:space-between;padding:1rem}.chart-value{color:var(--dark);font-size:1.5rem;font-weight:600}.chart-label{color:#666;font-weight:500}.chart-bar{background:#e0e0e0;border-radius:4px;height:8px;margin-left:1rem;transition:width .3s ease}.product-stats{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.product-stats .stat-item{background:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:1.5rem;text-align:center}.product-stats .admin-dashboard .stat-label{color:#666;font-size:.9rem;margin-bottom:.5rem}.product-stats .admin-dashboard .stat-value{color:var(--primary);font-size:1.8rem;font-weight:700}.revenue-chart{background:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:2rem}.monthly-revenue{align-items:flex-end;display:flex;gap:.5rem;height:200px;justify-content:space-around}.revenue-bar{align-items:center;display:flex;flex:1 1;flex-direction:column;height:100%;justify-content:flex-end}.revenue-fill{align-items:flex-end;background:linear-gradient(180deg,var(--primary),#2a3bc7);border-radius:4px 4px 0 0;display:flex;justify-content:center;min-height:20px;position:relative;transition:height .3s ease;width:40px}.revenue-value{color:#fff;font-size:.8rem;font-weight:600;margin-bottom:4px}.revenue-label{color:#666;font-size:.8rem;margin-top:.5rem;text-align:center}.sales-chart{background:#fff;border-radius:8px;height:250px;padding:1rem}.chart-bars{align-items:end;display:flex;gap:.5rem;height:200px;justify-content:space-between}.chart-bar-container{align-items:center;display:flex;flex:1 1;flex-direction:column}.chart-bar{background:#2196f3;border-radius:4px 4px 0 0;min-height:20px;position:relative;transition:all .3s ease;width:100%}.chart-bar:hover{opacity:.8}.bar-value{color:var(--dark);font-size:.8rem;font-weight:700;left:50%;position:absolute;top:-25px;transform:translateX(-50%)}.bar-label{color:#666;font-size:.9rem;margin-top:.5rem;text-align:center}.top-products{display:flex;flex-direction:column;gap:1rem}.top-product-item{align-items:center;background:#fff;border-radius:6px;display:flex;gap:1rem;padding:.75rem}.rank{color:var(--primary);font-weight:700;min-width:30px}.product-name{flex:1 1;font-weight:500}.sales-count{color:#666;font-size:.9rem}.customer-stats,.review-stats{display:flex;flex-direction:column;gap:1rem}.stat-item{align-items:center;border-bottom:1px solid #e0e0e0;display:flex;justify-content:space-between;padding:.5rem 0}.stat-item:last-child{border-bottom:none}.admin-dashboard .stat-label{color:#666}.admin-dashboard .stat-value{color:var(--dark);font-weight:600}.rating-distribution{display:flex;flex-direction:column;gap:.75rem}.rating-bar span:first-child{font-weight:500;min-width:60px}.bar{background:#e0e0e0;border-radius:4px;flex:1 1;height:8px;overflow:hidden}.bar-fill{background:var(--primary);transition:width .3s ease}.access-denied{background:#fff;border-radius:20px;box-shadow:0 4px 20px #0000001a;margin:0 auto;max-width:500px;padding:4rem 2rem;text-align:center}.access-denied h2{color:var(--dark);font-size:2rem;margin-bottom:1rem}.access-denied p{color:#666;font-size:1.1rem;margin-bottom:2rem}.back-home-btn{background:var(--primary);border-radius:8px;color:#fff;display:inline-block;font-weight:600;padding:1rem 2rem;text-decoration:none;transition:all .3s ease}.back-home-btn:hover{background:#2a3bc7;transform:translateY(-2px)}@media (max-width:768px){.dashboard-header{flex-direction:column;gap:1.5rem;text-align:center}.dashboard-tabs{flex-wrap:wrap;justify-content:center}.tab-btn{flex:1 1;min-width:120px}.recent-activity,.stats-grid{grid-template-columns:1fr}.tab-header{gap:1rem}.tab-actions,.tab-header{align-items:stretch;flex-direction:column}.search-input{width:100%}.analytics-grid{grid-template-columns:1fr}.data-table{font-size:.85rem}.data-table td,.data-table th{padding:.5rem}}@media (max-width:480px){.admin-dashboard{padding:1rem 0}.dashboard-content,.dashboard-header{padding:1.5rem}.header-info h1{font-size:2rem}.stat-card{padding:1rem}.stat-icon{font-size:2rem;height:50px;width:50px}.admin-dashboard .stat-number{font-size:1.5rem}}.admin-dashboard .cancel-btn,.admin-dashboard .save-btn{align-items:center;background:#6c757d;border:none;border-radius:8px;box-sizing:border-box;color:#fff;cursor:pointer;display:flex;font-family:Vazirmatn,sans-serif;font-weight:600;height:48px;justify-content:center;max-height:48px;min-height:48px;padding:.8rem 1.5rem;transition:all .3s ease;white-space:nowrap}.admin-dashboard .cancel-btn:hover{background:#545b62;transform:translateY(-2px)}.admin-dashboard .save-btn{background:#ff6b35;background:var(--secondary,#ff6b35)}.admin-dashboard .save-btn:hover{background:#e55a2b;transform:translateY(-2px)}.admin-dashboard .modal-footer{align-items:center;display:flex;gap:1rem;justify-content:flex-end}.admin-dashboard .modal-footer button{align-items:center;display:inline-flex;gap:.4rem;height:48px;justify-content:center;padding-inline:1.5rem}.admin-dashboard .modal-image-uploader{align-items:center;background:#f9fafc;border:1px dashed #c9d2e0;border-radius:12px;display:flex;gap:1rem;padding:1rem}.admin-dashboard .modal-image-uploader .image-preview{border:1px solid #e0e5f2;border-radius:12px;height:120px;object-fit:cover;width:120px}.admin-dashboard .modal-image-uploader .image-placeholder{align-items:center;border:1px dashed #c9d2e0;border-radius:12px;color:#9aa5b5;display:flex;height:120px;justify-content:center;width:120px}.admin-dashboard .modal-image-uploader .image-actions{display:flex;flex-direction:column;gap:.5rem}.admin-dashboard .modal-image-uploader .upload-btn{background:var(--primary);border-radius:10px;color:#fff;cursor:pointer;font-weight:600;padding:.6rem 1.2rem}.admin-dashboard .modal-image-uploader .remove-btn{background:#f5f5f5;border:none;border-radius:10px;color:#d62828;cursor:pointer;padding:.6rem 1.2rem}.admin-dashboard .modal-overlay{align-items:center;background:#0f172a8c;display:flex;inset:0;justify-content:center;padding:1rem;position:fixed;z-index:1200}.admin-dashboard .modal-content{animation:modalFade .25s ease-out;background:#fff;border-radius:20px;box-shadow:0 25px 60px #0f172a40;max-width:560px;padding:2rem;position:relative;width:100%}.admin-dashboard .modal-content h3{color:var(--dark);font-size:1.4rem;margin:0 0 .4rem}.admin-dashboard .modal-subtitle{color:#6c757d;font-weight:500;margin:0 0 1.5rem}.admin-dashboard .close-button{align-items:center;background:#f44336;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:1.2rem;height:36px;justify-content:center;left:1rem;position:absolute;top:1rem;transition:transform .2s ease;width:36px}.admin-dashboard .close-button:hover{transform:rotate(90deg)}.admin-dashboard .form-row{grid-gap:1.25rem;display:grid;gap:1.25rem;grid-template-columns:repeat(2,minmax(0,1fr));margin-bottom:1.25rem}.admin-dashboard .form-group.full-width{grid-column:1/-1}.admin-dashboard .form-group label{color:#444;display:block;font-weight:600;margin-bottom:.4rem}.admin-dashboard .form-group input,.admin-dashboard .form-group select,.admin-dashboard .form-group textarea{border:1.5px solid #dfe3ec;border-radius:10px;font-family:inherit;padding:.75rem .9rem;transition:border-color .2s ease,box-shadow .2s ease;width:100%}.admin-dashboard .form-group input:focus,.admin-dashboard .form-group select:focus,.admin-dashboard .form-group textarea:focus{border-color:var(--primary);box-shadow:0 0 0 3px #2c3ee31f;outline:none}.admin-dashboard .form-group textarea{min-height:120px;resize:vertical}@keyframes modalFade{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (max-width:576px){.admin-dashboard .modal-content{padding:1.5rem}.admin-dashboard .form-row{grid-template-columns:1fr}.admin-dashboard .modal-footer{align-items:stretch;flex-direction:column-reverse}.admin-dashboard .modal-footer button{width:100%}}.tourism-page{background:#f9fafb;color:var(--dark);font-family:Vazirmatn,sans-serif;min-height:calc(100vh - 110px);padding:4rem 1rem 5rem}.tourism-hero{margin:0 auto;max-width:960px;text-align:center}.tourism-hero .eyebrow{color:var(--primary);font-size:.8rem;letter-spacing:.3rem;margin-bottom:.4rem;text-transform:uppercase}.tourism-hero h1{color:var(--dark);font-size:2.5rem;margin-bottom:.75rem}.tourism-hero p{color:#4b5563;font-size:1rem;line-height:1.9}.village-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));margin-top:3rem}.village-card{background:#fff;border-radius:20px;box-shadow:0 20px 40px #0f172a14;display:flex;flex-direction:column;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.village-card:hover{box-shadow:0 25px 55px #0f172a1f;transform:translateY(-6px)}.village-media{height:190px;overflow:hidden;position:relative}.village-media img{display:block;height:100%;object-fit:cover;transition:transform .4s ease;width:100%}.village-card:hover .village-media img{transform:scale(1.05)}.village-province{background:#ffffffd9;border-radius:999px;bottom:1rem;box-shadow:0 8px 20px #0f172a26;color:var(--primary);font-size:.8rem;font-weight:600;padding:.25rem .85rem;position:absolute;right:1rem}.village-content{gap:.75rem;padding:1.4rem 1.5rem 1.8rem}.village-content,.village-heading{display:flex;flex-direction:column}.village-heading{gap:.25rem}.village-content h3{color:var(--dark);font-size:1.4rem;margin:0}.village-highlight{align-items:center;color:#2563eb;display:inline-flex;font-size:.85rem;font-weight:600;gap:.3rem}.village-content p{color:#4b5563;font-size:.95rem;line-height:1.7;margin:0}@media (max-width:768px){.tourism-page{padding:3rem 1rem 4rem}.tourism-hero h1{font-size:2rem}.tourism-hero p{font-size:.95rem}}.footer{background-color:var(--dark);color:#fff;font-family:Vazirmatn,sans-serif;margin-top:auto;padding:3rem 0 1rem;text-align:right}.footer-content{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:2rem}.footer-section h3{color:var(--primary);font-size:1.5rem;font-weight:700;margin-bottom:1rem}.footer-section h4{color:var(--secondary);font-size:1.2rem;font-weight:600;margin-bottom:1rem}.footer-section ul{list-style:none}.footer-section ul li{line-height:1.6;margin-bottom:.5rem}.footer-section a{color:#ddd;text-decoration:none;transition:color .3s ease}.footer-section a:hover{color:var(--secondary)}.footer-bottom{border-top:1px solid #444;color:#aaa;padding-top:1rem;text-align:center}@media (max-width:768px){.footer-content{grid-template-columns:1fr;text-align:center}}.cart-overlay{background-color:#00000080;display:flex;font-family:Vazirmatn,sans-serif;height:100%;justify-content:flex-end;left:0;position:fixed;top:0;width:100%;z-index:1000}.cart-sidebar{background-color:#fff;display:flex;flex-direction:column;height:100%;text-align:right;width:400px}.cart-header{align-items:center;border-bottom:1px solid #eee;display:flex;justify-content:space-between;padding:1.5rem}.cart-header h2{color:var(--primary);font-weight:600;margin:0}.close-btn{background:none;border:none;color:#666;cursor:pointer;font-size:2rem}.close-btn:hover{color:var(--dark)}.cart-items{flex:1 1;overflow-y:auto;padding:1rem}.empty-cart{color:#666;padding:2rem;text-align:center}.cart-item{align-items:center;border-bottom:1px solid #f0f0f0;display:flex;gap:1rem;padding:1rem}.cart-item img{border-radius:5px;height:60px;object-fit:cover;width:60px}.item-info{flex:1 1;text-align:right}.item-info h4{color:var(--dark);font-weight:500;margin:0 0 .5rem}.item-info p{color:var(--primary);font-weight:700;margin:.2rem 0}.cart-quantity-row{align-items:center;color:#374151;display:flex;font-weight:500;gap:.75rem;margin:.4rem 0}.cart-item .quantity-controls{flex-wrap:nowrap;width:auto}.cart-item .qty-btn{font-size:1rem;height:28px;width:28px}.cart-item .qty-value{min-width:28px}.cart-footer{border-top:1px solid #eee;padding:1.5rem}.total{color:var(--dark);font-size:1.2rem;font-weight:600;margin-bottom:1rem;text-align:center}.checkout-btn{background-color:var(--secondary);border:none;border-radius:5px;color:#fff;cursor:pointer;font-family:Vazirmatn,sans-serif;font-size:1.1rem;font-weight:700;padding:1rem;transition:background-color .3s ease;width:100%}.checkout-btn:hover:not(:disabled){background-color:#e55a2b}.checkout-btn:disabled{background-color:#ccc;cursor:not-allowed}@media (max-width:480px){.cart-sidebar{width:100%}}.modal-content{animation:modalAppear .3s ease;background:#fff;border:1px solid #0000001a;border-radius:20px;box-shadow:0 20px 60px #00000026;max-height:90vh;max-width:900px;overflow-y:auto;position:relative;width:100%}@keyframes modalAppear{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.close-button{align-items:center;background:#f44;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:1.5rem;height:40px;justify-content:center;left:15px;position:absolute;top:15px;width:40px;z-index:10}.product-details{grid-gap:3rem;align-items:start;display:grid;gap:3rem;grid-template-columns:1fr 1.2fr;padding:2rem}.product-image{position:relative}.product-image img{border-radius:15px;height:400px;object-fit:cover;width:100%}.product-info h2{color:var(--dark);font-size:1.8rem;font-weight:700;line-height:1.4;margin-bottom:1.5rem}.sold-out-banner{background:#fdecea;border:1px solid #f5c6cb;border-radius:10px;color:#c62828;font-weight:600;margin-bottom:1rem;padding:.75rem 1rem;text-align:center}.product-meta-section{grid-gap:1rem;background:#f8f9fa;border:1px solid #e9ecef;border-radius:12px;display:grid;gap:1rem;grid-template-columns:1fr 1fr;margin-bottom:2rem;padding:1.5rem}.meta-group{flex-direction:column}.meta-group,.meta-item{display:flex;gap:.75rem}.meta-item{align-items:center;padding:.5rem 0}.meta-label{color:var(--dark);font-size:.9rem;font-weight:600;min-width:60px}.meta-value{align-items:center;color:#666;display:flex;font-size:.95rem;gap:.5rem}.meta-icon{font-size:1.1rem;opacity:.8}.price-section{background:linear-gradient(135deg,#f8f9ff,#fff);border:2px solid #f0f4ff;border-radius:15px;box-shadow:0 4px 15px #0000000d;margin:2rem 0;padding:2rem;position:relative}.price-section:before{background:#fff;border-radius:50%;box-shadow:0 2px 8px #0000001a;content:"💰";font-size:1.3rem;padding:0 12px;position:absolute;right:25px;top:-12px}.price-display{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.final-price{display:block;font-size:2rem}.original-price{font-size:1.3rem;font-weight:500}.discount-info{align-items:center;display:flex;gap:1rem}.original-price{font-size:1.1rem;margin-left:1rem}.discount-badge{background:#ff6b6b;font-size:.85rem;font-weight:600;margin-left:1rem;padding:.25rem .75rem}.final-price{color:var(--primary);font-size:1.5rem;font-weight:700}.description{color:#555;line-height:1.8;margin-bottom:2rem;text-align:justify}.product-actions{display:flex;flex-direction:column;gap:1rem}.add-to-cart-btn{background:var(--secondary);border-radius:10px;font-size:1.1rem;padding:1rem 2rem;transition:all .3s ease}.add-to-cart-btn:hover{background:#e55a2b;transform:translateY(-2px)}.add-to-cart-btn:disabled{background:#d1d5db;box-shadow:none;color:#6b7280;cursor:not-allowed;transform:none}.view-seller-btn{background:#0000;border:2px solid var(--primary);border-radius:10px;color:var(--primary);cursor:pointer;font-size:1rem;font-weight:700;padding:1rem 2rem;transition:all .3s ease}.view-seller-btn:hover{background:var(--primary);color:#fff}@media (max-width:768px){.product-details{gap:1.5rem;grid-template-columns:1fr;padding:1.5rem}.product-image img{height:300px}.product-info h2{font-size:1.5rem}}.reviews-section{margin-top:2rem}.reviews-header{align-items:flex-start;border-bottom:1px solid #eaeaea;display:flex;justify-content:space-between;margin-bottom:2rem;padding-bottom:1rem}.reviews-summary h3{color:var(--dark);font-size:1.5rem;font-weight:600;margin-bottom:1rem}.rating-overview{display:flex;flex-direction:column;gap:.5rem}.average-rating{align-items:center;display:flex;gap:1rem}.rating-number{color:var(--dark);font-size:2rem;font-weight:700}.reviews-count{color:#666;font-size:.9rem}.stars{display:flex;gap:.2rem}.star{color:#ddd;font-size:1.2rem;transition:color .3s ease}.star.filled{color:#ffc107}.star.interactive{cursor:pointer}.star.interactive:hover{color:#ffc107}.add-review-btn{background:var(--primary);border:none;border-radius:8px;color:#fff;cursor:pointer;font-family:Vazirmatn,sans-serif;font-weight:600;padding:.8rem 1.5rem;transition:all .3s ease}.add-review-btn:hover{background:#2a3bc7;transform:translateY(-2px)}.rating-distribution{background:#f8f9fa;border-radius:12px;margin-bottom:2rem;padding:1.5rem}.rating-bar{align-items:center;display:flex;gap:1rem;margin-bottom:.8rem}.rating-bar:last-child{margin-bottom:0}.rating-label{color:var(--dark);font-weight:600;min-width:80px}.bar-container{background:#e0e0e0;border-radius:4px;flex:1 1;height:8px;overflow:hidden}.bar-fill{background:linear-gradient(90deg,var(--primary) 0,var(--secondary) 100%);border-radius:4px;height:100%;transition:width .5s ease}.rating-count{color:#666;font-weight:600;min-width:30px;text-align:right}.review-form-container{background:#f8f9fa;border-radius:12px;margin-bottom:2rem;padding:2rem}.review-form h4{color:var(--dark);font-size:1.3rem;font-weight:600}.review-form .form-group,.review-form h4{margin-bottom:1.5rem}.review-form label{color:var(--dark);display:block;font-weight:600;margin-bottom:.5rem}.review-form input,.review-form textarea{border:2px solid #e0e0e0;border-radius:8px;font-family:Vazirmatn,sans-serif;font-size:1rem;padding:.8rem;transition:all .3s ease;width:100%}.review-form input:focus,.review-form textarea:focus{border-color:var(--primary);box-shadow:0 0 0 3px #3a4be61a;outline:none}.review-form textarea{min-height:100px;resize:vertical}.form-actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:1.5rem}.cancel-btn{background:#6c757d;border:none;border-radius:8px;color:#fff;cursor:pointer;font-family:Vazirmatn,sans-serif;font-weight:600;padding:.8rem 1.5rem;transition:all .3s ease}.cancel-btn:hover{background:#545b62;transform:translateY(-2px)}.submit-btn{background:var(--secondary);border:none;border-radius:8px;color:#fff;cursor:pointer;font-family:Vazirmatn,sans-serif;font-weight:600;padding:.8rem 1.5rem;transition:all .3s ease}.submit-btn:hover{background:#e55a2b;transform:translateY(-2px)}.reviews-controls{display:flex;justify-content:flex-end;margin-bottom:1.5rem}.sort-control{align-items:center;display:flex;gap:.5rem}.sort-control label{color:var(--dark);font-weight:600}.sort-control select{background:#fff;border:2px solid #e0e0e0;border-radius:8px;cursor:pointer;font-family:Vazirmatn,sans-serif;padding:.5rem 1rem}.reviews-list{display:flex;flex-direction:column;gap:1.5rem}.review-card{background:#fff;border:1px solid #eaeaea;border-radius:12px;padding:1.5rem;transition:all .3s ease}.review-card:hover{box-shadow:0 4px 20px #0000001a;transform:translateY(-2px)}.review-header{align-items:flex-start;border-bottom:1px solid #f0f0f0;display:flex;justify-content:space-between;margin-bottom:1rem;padding-bottom:1rem}.reviewer-info{align-items:center;display:flex;gap:1rem}.reviewer-avatar{border:2px solid var(--primary);border-radius:50%;height:50px;object-fit:cover;width:50px}.reviewer-details{display:flex;flex-direction:column;gap:.3rem}.reviewer-name{color:var(--dark);font-weight:600}.verified-badge{background:#d4edda;border-radius:12px;color:#155724;font-size:.8rem;font-weight:600;padding:.2rem .5rem}.review-meta{align-items:flex-end;display:flex;flex-direction:column;gap:.3rem}.review-date{color:#666;font-size:.9rem}.review-content{margin-bottom:1rem}.review-title{color:var(--dark);font-size:1.1rem;font-weight:600;margin-bottom:.5rem}.review-comment{color:#555;line-height:1.6}.review-footer{display:flex;justify-content:flex-end}.helpful-btn{align-items:center;background:#f8f9fa;border:1px solid #e0e0e0;border-radius:6px;cursor:pointer;display:flex;font-family:Vazirmatn,sans-serif;font-size:.9rem;gap:.3rem;padding:.5rem 1rem;transition:all .3s ease}.helpful-btn:hover{background:#e9ecef;border-color:var(--primary)}.no-reviews{background:#f8f9fa;border-radius:12px;color:#666;padding:3rem;text-align:center}.no-reviews-icon{font-size:3rem;margin-bottom:1rem;opacity:.5}.no-reviews h4{color:var(--dark);font-size:1.3rem;margin-bottom:.5rem}.alert{border-radius:8px;font-weight:600;margin-bottom:2rem;padding:1rem 1.5rem;text-align:center}.alert-success{background:#d4edda;border:1px solid #c3e6cb;color:#155724}.alert-error{background:#f8d7da;border:1px solid #f5c6cb;color:#721c24}@media (max-width:768px){.reviews-header{align-items:stretch;flex-direction:column;gap:1rem}.average-rating{justify-content:center}.rating-distribution{padding:1rem}.rating-bar{flex-wrap:wrap;gap:.5rem}.review-form-container{padding:1.5rem}.form-actions{flex-direction:column}.cancel-btn,.submit-btn{width:100%}.review-header{align-items:flex-start;flex-direction:column;gap:1rem}.review-meta{align-items:flex-start;width:100%}.review-footer{justify-content:center}}@media (max-width:480px){.reviews-controls{justify-content:center}.rating-label{min-width:60px}.rating-count{min-width:25px}}.advanced-search{background:#fff;border:1px solid #eaeaea;border-radius:12px;box-shadow:0 2px 10px #0000001a;margin:1rem 0;padding:1rem}.search-header{align-items:center;display:flex;gap:1rem}.search-form-compact{flex:1 1}.search-input-compact{background:#fff;border:2px solid #e0e0e0;border-radius:25px;display:flex;overflow:hidden}.search-input-compact input{background:#0000;border:none;flex:1 1;font-family:Vazirmatn,sans-serif;font-size:.9rem;outline:none;padding:.8rem 1.2rem}.search-btn-compact{background:var(--primary);border:none;color:#fff;cursor:pointer;font-family:Vazirmatn,sans-serif;font-weight:500;padding:.8rem 1.5rem;transition:background .3s ease;white-space:nowrap}.search-btn-compact:hover{background:#2a3bc7}.filters-toggle{background:#f8f9fa;border:2px solid #e0e0e0;border-radius:25px;cursor:pointer;font-family:Vazirmatn,sans-serif;font-weight:500;padding:.8rem 1.2rem;white-space:nowrap}.filters-toggle.active,.filters-toggle:hover{background:var(--primary);border-color:var(--primary);color:#fff}.search-container{flex:1 1;position:relative}.search-input-container{background:#fff;border:2px solid #e0e0e0;border-radius:25px;display:flex;overflow:hidden;position:relative;transition:border-color .3s ease}.search-input-container:focus-within{border-color:var(--primary);box-shadow:0 0 0 3px #3a4be61a}.search-input-container input{background:#0000;border:none;flex:1 1;font-family:Vazirmatn,sans-serif;font-size:.9rem;outline:none;padding:.8rem 1.2rem}.clear-search{background:none;border:none;color:#999;cursor:pointer;font-size:1.2rem;padding:0 .5rem;transition:color .3s ease}.clear-search:hover{color:#666}.search-suggestions{background:#fff;border:1px solid #e0e0e0;border-radius:8px;box-shadow:0 4px 20px #00000026;left:0;margin-top:.5rem;max-height:400px;overflow-y:auto;position:absolute;right:0;top:100%;z-index:1000}.suggestions-group{border-bottom:1px solid #f0f0f0}.suggestions-group:last-child{border-bottom:none}.suggestions-header{align-items:center;background:#f8f9fa;border-bottom:1px solid #e0e0e0;color:#666;display:flex;font-size:.85rem;font-weight:600;justify-content:space-between;padding:.75rem 1rem}.clear-recent{background:none;border:none;border-radius:4px;color:#999;cursor:pointer;font-size:.8rem;padding:.25rem .5rem;transition:background .3s ease}.clear-recent:hover{background:#e0e0e0}.suggestion-item{align-items:center;border-bottom:1px solid #f8f9fa;cursor:pointer;display:flex;gap:.75rem;padding:.75rem 1rem;transition:background .3s ease}.suggestion-item:hover{background:#f8f9fa}.suggestion-item:last-child{border-bottom:none}.suggestion-item img{border:1px solid #e0e0e0;border-radius:6px;height:40px;object-fit:cover;width:40px}.suggestion-info{flex:1 1}.suggestion-name{color:#333;font-weight:500;margin-bottom:.25rem}.suggestion-meta{color:#666;font-size:.8rem}.suggestion-price{color:var(--primary);font-size:.9rem;font-weight:600}.suggestion-item.recent{padding:.5rem 1rem}.recent-icon{color:#999;font-size:1rem}.search-actions{align-items:center;display:flex;gap:.5rem}.save-filters-btn{background:#28a745;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:.9rem;padding:.5rem;transition:all .3s ease}.save-filters-btn:hover{background:#218838;transform:translateY(-1px)}.range-inputs{align-items:center;display:flex;gap:.5rem}.price-input{border:1px solid #e0e0e0;border-radius:4px;font-size:.8rem;padding:.4rem .6rem;text-align:center;width:100px}.range-inputs span{color:#666;font-size:.8rem}.checkboxes{display:flex;flex-direction:column;gap:.5rem}.checkbox-label-compact{font-size:.85rem;font-weight:500}.checkbox-label-compact input[type=checkbox]{accent-color:var(--primary);height:16px;width:16px}.actions{align-items:center;display:flex;gap:.5rem}.apply-btn-compact{background:var(--secondary);border:none;border-radius:6px;color:#fff;cursor:pointer;font-weight:500;padding:.5rem 1rem;transition:all .3s ease}.apply-btn-compact:hover{background:#e55a2b;transform:translateY(-1px)}.active-filters{background:#f0f4ff;border:1px solid #cce5ff;border-radius:8px;margin-top:1rem;padding:1rem}.active-filters-label{color:var(--primary);display:block;font-weight:600;margin-bottom:.75rem}.filter-tags{display:flex;flex-wrap:wrap;gap:.5rem}.filter-tag{align-items:center;background:#fff;border:1px solid #cce5ff;border-radius:15px;color:#06c;display:inline-flex;font-size:.8rem;gap:.5rem;padding:.25rem .75rem}.filter-tag button{align-items:center;background:none;border:none;border-radius:50%;color:#999;cursor:pointer;display:flex;font-size:1rem;height:16px;justify-content:center;padding:0;transition:all .3s ease;width:16px}.filter-tag button:hover{background:#f8d7da;color:#dc3545}@media (max-width:768px){.search-header{align-items:stretch;flex-direction:column;gap:1rem}.search-actions{justify-content:space-between}.search-suggestions{max-height:300px}.suggestion-item{padding:.5rem}.filter-row{flex-direction:column;gap:1rem}.range-inputs{align-items:stretch;flex-direction:column}.price-input{width:100%}.checkboxes{flex-direction:row;flex-wrap:wrap}.actions{justify-content:space-between}.filter-tags{justify-content:center}}.filters-compact{border-top:1px solid #eaeaea;margin-top:1.5rem;max-height:0;opacity:0;overflow:hidden;padding-top:1.5rem;transform:translateY(-10px);transition:all .3s ease}.filters-compact.show{animation:slideDownFilters .4s ease;max-height:500px;opacity:1;transform:translateY(0)}@keyframes slideDownFilters{0%{max-height:0;opacity:0;transform:translateY(-10px)}to{max-height:500px;opacity:1;transform:translateY(0)}}.filters-toggle{transition:all .3s ease}.filters-toggle.active{background:var(--primary);border-color:var(--primary);color:#fff;transform:rotate(180deg)}.filter-row{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:1rem}.filter-item{display:flex;flex-direction:column;gap:.5rem}.filter-item label{color:var(--dark);font-size:.9rem;font-weight:600}.price-range{display:flex;flex-direction:column;gap:.5rem}.range-slider{-webkit-appearance:none;background:#ddd;border-radius:3px;height:6px;outline:none;width:100%}.range-slider::-webkit-slider-thumb{-webkit-appearance:none;background:var(--primary);border:2px solid #fff;border-radius:50%;box-shadow:0 2px 4px #0003;cursor:pointer;height:18px;width:18px}.range-slider::-moz-range-thumb{background:var(--primary);border:2px solid #fff;border-radius:50%;box-shadow:0 2px 4px #0003;cursor:pointer;height:18px;width:18px}.price-labels{color:#666;display:flex;font-size:.8rem;justify-content:space-between}.filter-select-compact{background:#fff;border:1px solid #ddd;border-radius:8px;cursor:pointer;font-family:Vazirmatn,sans-serif;font-size:.9rem;padding:.6rem;transition:border .3s ease}.filter-select-compact:focus{border-color:var(--primary);outline:none}.filter-select-compact:disabled{background:#f5f5f5;color:#999;cursor:not-allowed}.checkbox-label-compact{align-items:center;cursor:pointer;display:flex;font-weight:400;gap:.5rem;margin-top:.8rem}.checkbox-label-compact input{cursor:pointer;height:16px;width:16px}.reset-btn-compact{background:#6c757d;border:none;border-radius:8px;color:#fff;cursor:pointer;font-family:Vazirmatn,sans-serif;font-size:.9rem;margin-top:.8rem;padding:.6rem 1.2rem;transition:all .3s ease}.reset-btn-compact:hover{background:#5a6268;transform:translateY(-1px)}@media (max-width:768px){.search-header{flex-direction:column;gap:.8rem}.search-input-compact{width:100%}.filter-row{gap:.8rem;grid-template-columns:1fr}.filters-toggle{text-align:center;width:100%}}@media (max-width:480px){.advanced-search{margin:.5rem 0;padding:.8rem}.search-input-compact input{font-size:.85rem;padding:.7rem 1rem}.search-btn-compact{font-size:.85rem;padding:.7rem 1.2rem}.filters-compact{margin-top:1rem;padding-top:1rem}}.special-offers{background:linear-gradient(135deg,#fff5f5,#f8f9fa);margin:2rem 0;padding:3rem 0}.section-header h2{color:var(--secondary)}.offers-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.offer-card{background:#fff;border-radius:15px;box-shadow:0 8px 25px #0000001a;cursor:pointer;overflow:hidden;position:relative;transition:all .3s ease}.offer-card:hover{box-shadow:0 15px 40px #ff6b3533;transform:translateY(-10px)}.discount-badge{border-radius:25px;font-size:.9rem;left:15px;padding:.5rem 1rem;position:absolute;top:15px;z-index:2}.offer-card img{height:200px;object-fit:cover;width:100%}.offer-info{padding:1.5rem}.offer-info h4{color:var(--dark);font-size:1.2rem;font-weight:600}.offer-info h4,.price-container{margin-bottom:1rem}.discounted-price{color:var(--primary);font-size:1.2rem;font-weight:700}.seller{color:#666;font-size:.9rem;margin:0}@media (max-width:768px){.offers-grid{gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.section-header h2{font-size:1.8rem}}.auth-modal-overlay{align-items:center;animation:authOverlayAppear .3s ease;background:#0009;display:flex;height:100%;justify-content:center;left:0;padding:1rem;position:fixed;top:0;width:100%;z-index:10000}@keyframes authOverlayAppear{0%{opacity:0}to{opacity:1}}.error-message{background:#ffe6e6;border:1px solid #ffcdd2;border-radius:4px;color:#d32f2f}.error-message,.success-message{font-size:.9rem;margin-bottom:1rem;padding:.75rem}.success-message{background:#e6f6ed;border:1px solid #b7e1c8;border-radius:4px;color:#1b7a36}.auth-submit-btn:disabled,input:disabled{cursor:not-allowed;opacity:.6}.auth-modal-content{animation:authModalAppear .4s ease;background:#fff;border-radius:20px;box-shadow:0 20px 60px #0000004d;max-height:90vh;max-width:450px;overflow-y:auto;padding:1.6rem;position:relative;width:100%}@keyframes authModalAppear{0%{opacity:0;transform:scale(.9) translateY(-20px)}to{opacity:1;transform:scale(1) translateY(0)}}.auth-close-btn{align-items:center;background:#f8f9fa;border:none;border-radius:50%;cursor:pointer;display:flex;font-size:1.5rem;height:40px;justify-content:center;left:1rem;position:absolute;top:1rem;transition:all .3s ease;width:40px}.auth-close-btn:hover{background:#e9ecef;transform:rotate(90deg)}.auth-header{margin-bottom:2rem;text-align:center}.auth-header h2{color:var(--dark);font-size:1.8rem;font-weight:700;margin-bottom:.5rem}.auth-header p{color:#666;font-size:1rem}.auth-form{gap:1.2rem}.auth-form,.form-group{display:flex;flex-direction:column}.form-group{gap:.5rem}.form-group label{color:var(--dark);font-size:.9rem;font-weight:600}.form-group input{border:2px solid #e0e0e0;border-radius:12px;font-family:Vazirmatn,sans-serif;font-size:1rem;padding:.75rem .85rem;transition:all .3s ease}.form-group input:focus{border-color:var(--primary);box-shadow:0 0 0 3px #3a4be61a;outline:none}.form-group input::placeholder{color:#999}.form-group.terms-group{margin-top:-.5rem}.terms-checkbox{align-items:flex-start;color:#4b5563;display:flex;font-size:.85rem;gap:.6rem;line-height:1.6}.terms-checkbox input{margin-top:.3rem;width:auto}.terms-checkbox a{color:var(--primary);font-weight:600;text-decoration:underline}.captcha-group{align-items:center;text-align:center}.captcha-group>label{align-self:center}.captcha-group .captcha-display{align-items:center;display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center}.captcha-image{background:#f9fafb;border:2px dashed #d1d5db;border-radius:10px;height:48px;padding:.25rem .5rem}.captcha-placeholder{align-items:center;border:2px dashed #e5e7eb;border-radius:10px;color:#9ca3af;display:flex;font-size:.85rem;height:48px;padding:0 1rem}.captcha-refresh-btn{background:#f3f4f6;border:none;border-radius:10px;cursor:pointer;font-size:1.2rem;height:48px;transition:all .2s ease;width:48px}.captcha-refresh-btn:hover{background:#e5e7eb;transform:rotate(20deg)}.captcha-refresh-btn:disabled{cursor:not-allowed;opacity:.6}.otp-dialog-overlay{align-items:center;background:#0f172aa6;display:flex;height:100%;justify-content:center;left:0;padding:1rem;position:fixed;top:0;width:100%;z-index:11000}.otp-dialog{background:#fff;border-radius:16px;box-shadow:0 20px 60px #0f172a59;max-width:360px;padding:1.5rem;position:relative;text-align:center;width:100%}.otp-dialog h3{color:var(--dark);font-size:1.3rem;margin-bottom:.5rem}.otp-dialog p{color:#4b5563;font-size:.9rem;margin-bottom:1rem}.otp-dialog input{border:2px solid #e5e7eb;border-radius:10px;font-family:Vazirmatn,sans-serif;font-size:1rem;letter-spacing:.3rem;margin-bottom:1rem;padding:.75rem;text-align:center;width:100%}.otp-dialog input:focus{border-color:var(--primary);box-shadow:0 0 0 3px #3a4be626;outline:none}.otp-dialog-actions{display:flex;gap:.75rem;justify-content:space-between}.otp-confirm-btn,.otp-resend-btn{border:none;border-radius:10px;cursor:pointer;flex:1 1;font-family:Vazirmatn,sans-serif;font-weight:600;padding:.75rem;transition:transform .2s ease,box-shadow .2s ease}.otp-resend-btn{background:#f3f4f6;color:#1f2937}.otp-confirm-btn{background:var(--primary);box-shadow:0 10px 20px #3a4be640;color:#fff}.otp-confirm-btn:disabled,.otp-resend-btn:disabled{box-shadow:none;cursor:not-allowed;opacity:.6;transform:none}.otp-confirm-btn:not(:disabled):hover{transform:translateY(-2px)}.otp-resend-btn:not(:disabled):hover{transform:translateY(-1px)}.otp-dialog-close{background:#0000;border:none;color:#94a3b8;cursor:pointer;font-size:1.5rem;left:.75rem;position:absolute;top:.75rem}.otp-dialog-close:disabled{cursor:not-allowed;opacity:.4}.link-button{align-self:flex-end;background:none;border:none;color:var(--primary);cursor:pointer;font-size:.85rem;text-decoration:underline}.forgot-link{margin-top:-.25rem}.user-type-select{display:flex;flex-direction:column;gap:.8rem}.user-type-option{align-items:center;border:2px solid #e0e0e0;border-radius:12px;cursor:pointer;display:flex;gap:1rem;padding:1rem;position:relative;transition:all .3s ease}.user-type-option:hover{border-color:var(--primary)}.user-type-option input{cursor:pointer;opacity:0;position:absolute}.radio-custom{border:2px solid #ddd;border-radius:50%;flex-shrink:0;height:20px;position:relative;transition:all .3s ease;width:20px}.user-type-option input:checked+.radio-custom{background:var(--primary);border-color:var(--primary)}.user-type-option input:checked+.radio-custom:after{background:#fff;border-radius:50%;content:"";height:8px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:8px}.user-type-info{display:flex;flex-direction:column;gap:.2rem}.user-type-title{color:var(--dark);font-weight:600}.user-type-desc{color:#666;font-size:.8rem}.auth-submit-btn{background:var(--primary);border:none;border-radius:12px;color:#fff;cursor:pointer;font-family:Vazirmatn,sans-serif;font-size:1.1rem;font-weight:600;margin-top:1rem;padding:1rem;transition:all .3s ease}.auth-submit-btn:hover{background:#2a3bc7;box-shadow:0 8px 25px #3a4be64d;transform:translateY(-2px)}.auth-footer{border-top:1px solid #eaeaea;margin-top:2rem;padding-top:1.5rem;text-align:center}.auth-footer p{color:#666;font-size:.9rem}.auth-switch-btn{background:none;border:none;color:var(--primary);cursor:pointer;font-weight:600;margin-right:.5rem;text-decoration:underline;transition:color .3s ease}.auth-switch-btn:hover{color:#2a3bc7}@media (max-width:480px){.auth-modal-content{margin:1rem;padding:2rem 1.5rem}.auth-header h2{font-size:1.5rem}.form-group input{padding:.8rem}.auth-submit-btn{padding:1rem}}:root{--primary:#3a4be6;--secondary:#ff6b35;--light:#f8f9fa;--dark:#212529;--success:#28a745;--warning:#ffc107;--danger:#dc3545}*{box-sizing:border-box;margin:0;padding:0}body{background-color:#f8f9fa;color:#212529;direction:rtl;font-family:Vazirmatn,Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;text-align:right}input,select,textarea{border:1.5px solid #e0e0e0;border-radius:10px;font-family:Vazirmatn,sans-serif;font-size:.95rem;padding:.6rem .85rem}.iran-dialog{border-radius:20px!important;font-family:Vazirmatn,sans-serif;padding:2rem!important}.iran-btn-cancel,.iran-btn-confirm{border-radius:10px!important;font-family:Vazirmatn,sans-serif!important;font-weight:600!important;padding:.6rem 1.5rem!important}.App{display:flex;flex-direction:column;min-height:100vh}main{flex:1 1}.container{margin:0 auto;max-width:1200px;padding:0 20px}.btn{border:none;border-radius:5px;cursor:pointer;font-family:Vazirmatn,sans-serif;font-size:14px;padding:10px 20px;transition:all .3s ease}.primary-btn{background-color:#3a4be6;background-color:var(--primary);color:#fff}.primary-btn:hover{background-color:#2a3bc7}.secondary-btn{background-color:#ff6b35;background-color:var(--secondary);color:#fff}.secondary-btn:hover{background-color:#e55a2b}.section-header{margin-bottom:3rem;text-align:center}.section-header h2{color:#212529;color:var(--dark);font-size:2.2rem;font-weight:700;margin-bottom:1rem;position:relative}.section-header h2:after{background-color:#3a4be6;background-color:var(--primary);bottom:-10px;content:"";height:3px;position:absolute;right:50%;transform:translateX(50%);width:80px}.section-header p{color:#666;font-size:1.1rem}.discount-badge{background:#ff6b35;background:var(--secondary);border-radius:20px;color:#fff;display:inline-block;font-size:.8rem;font-weight:700;margin-bottom:.5rem;padding:.4rem 1rem}.price-container{align-items:center;display:flex;gap:1rem;margin:.5rem 0}.original-price{color:#999;font-size:.9rem;text-decoration:line-through}.discounted-price,.final-price{color:#3a4be6;color:var(--primary);font-size:1.2rem;font-weight:700}.products-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));margin-top:2rem}.product-card{background:#fff;border-radius:10px;box-shadow:0 4px 15px #0000001a;cursor:pointer;font-family:Vazirmatn,sans-serif;overflow:hidden;position:relative;text-align:right;transition:transform .3s ease,box-shadow .3s ease}.product-card:hover{box-shadow:0 8px 25px #00000026;transform:translateY(-5px)}.product-card img{height:200px;object-fit:cover;width:100%}.product-info{padding:1.5rem}.product-info h3{color:#212529;color:var(--dark);font-size:1.1rem;font-weight:600;margin-bottom:.5rem}.product-price{color:#3a4be6;color:var(--primary);font-size:1.2rem;font-weight:700;margin-bottom:.5rem}.product-seller,.product-village{color:#666;font-size:.9rem;margin-bottom:.5rem}.add-to-cart-btn{background-color:#ff6b35;background-color:var(--secondary);border:none;border-radius:5px;color:#fff;cursor:pointer;font-family:Vazirmatn,sans-serif;font-size:.9rem;font-weight:700;margin-top:1rem;padding:12px;transition:background-color .3s ease;width:100%}.add-to-cart-btn:hover{background-color:#e55a2b}.not-found{color:#666;padding:3rem 0;text-align:center}.not-found h2{color:#212529;color:var(--dark);font-size:2rem;margin-bottom:1rem}.loading{color:#666;padding:2rem;text-align:center}.modal-overlay{align-items:center;background:#000000b3;display:flex;height:100%;justify-content:center;left:0;padding:1rem;position:fixed;top:0;width:100%;z-index:1000}.page-header{margin-bottom:3rem;text-align:center}.page-header h1{color:#3a4be6;color:var(--primary);font-size:2.5rem;font-weight:700;margin-bottom:1rem}.page-header p{color:#666;font-size:1.2rem}@media (max-width:768px){.container{padding:0 15px}.section-header h2{font-size:1.8rem}.products-grid{gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}.page-header h1{font-size:2rem}}@media (max-width:480px){.container{padding:0 10px}.products-grid{grid-template-columns:1fr}.section-header h2{font-size:1.6rem}.page-header h1{font-size:1.8rem}}.text-center{text-align:center}.text-right{text-align:right}.text-left{text-align:left}.mt-1{margin-top:1rem}.mt-2{margin-top:2rem}.mt-3{margin-top:3rem}.mb-1{margin-bottom:1rem}.mb-2{margin-bottom:2rem}.mb-3{margin-bottom:3rem}.p-1{padding:1rem}.p-2{padding:2rem}.p-3{padding:3rem}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#3a4be6;background:var(--primary);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#2a3bc7}
/*# sourceMappingURL=main.a1ebb5bf.css.map*/