@import "https://fonts.googleapis.com/css2?family=Orbitron:wght@400;500;600;700;800;900&family=Outfit:wght@400;600;800;900&family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap";:root{--primary:#e31e24;--primary-dark:#c1181e;--secondary:#f7941e;--secondary-glow:#f7941e26;--accent:#f97316;--background:#fff;--surface:#f9fafb;--text:#080c14;--text-muted:#64748b;--border:#f1f5f9;--white:#fff;--brand-gradient:linear-gradient(135deg, #e31e24 0%, #f7941e 100%);--brand-gradient-hover:linear-gradient(135deg, #c1181e 0%, #e31e24 100%);--surface-gradient:linear-gradient(180deg, #fff 0%, #f8fafc 100%);--spacing-xs:.5rem;--spacing-sm:1rem;--spacing-md:1.5rem;--spacing-lg:2.5rem;--spacing-xl:4rem;--spacing-2xl:6rem;--transition-smooth:all .6s cubic-bezier(.23, 1, .32, 1);--transition-fast:all .2s ease;--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #0000001a;--shadow-lg:0 20px 25px -5px #0000000a;--shadow-premium:0 30px 60px -12px #00000014;--shadow-brand:0 10px 30px -5px #e31e2433;--radius-sm:.5rem;--radius-md:1rem;--radius-lg:1.5rem;--radius-xl:2.5rem;--radius-full:9999px}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background-color:var(--background);color:var(--text);-webkit-font-smoothing:antialiased;font-family:Plus Jakarta Sans,system-ui,sans-serif;line-height:1.6;overflow-x:hidden}h1,h2,h3,h4{letter-spacing:-.03em;font-family:Outfit,sans-serif;font-weight:800}a{color:inherit;transition:var(--transition-fast);text-decoration:none}img{max-width:100%;display:block}.container{max-width:1400px;padding:0 var(--spacing-md);margin:0 auto}@media (width<=768px){:root{--spacing-2xl:4rem;--spacing-xl:2.5rem}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:1s cubic-bezier(.23,1,.32,1) forwards fadeInUp}.btn{border-radius:var(--radius-md);transition:var(--transition-smooth);white-space:nowrap;letter-spacing:-.01em;cursor:pointer;border:none;justify-content:center;align-items:center;gap:.75rem;font-weight:700;display:inline-flex}.btn:disabled{opacity:.6;cursor:not-allowed}.btn-primary{background-color:var(--primary);color:var(--white);box-shadow:0 4px 14px #e31e2433}.btn-primary:hover:not(:disabled){background-color:var(--primary-dark);transform:translateY(-2px);box-shadow:0 6px 20px #e31e244d}.btn-secondary{background-color:var(--secondary);color:var(--white)}.btn-cta{background:var(--brand-gradient);color:var(--white);box-shadow:0 10px 20px #f7941e33}.btn-cta:hover:not(:disabled){transform:translateY(-3px);box-shadow:0 15px 30px #f7941e4d}.btn-outline{color:var(--primary);background:#e31e240d}.btn-outline:hover:not(:disabled){background:#e31e241a;transform:translateY(-2px)}.btn-ghost{color:var(--text-muted);background:0 0}.btn-ghost:hover:not(:disabled){color:var(--primary);background-color:var(--surface)}.btn-sm{padding:.6rem 1.2rem;font-size:.875rem}.btn-md{padding:.85rem 1.75rem;font-size:1rem}.btn-lg{padding:1.1rem 2.5rem;font-size:1.125rem}.btn-full{width:100%}.navbar{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:1000;background-color:#ffffffd9;border-bottom:1px solid #00000008;align-items:center;height:80px;transition:all .5s cubic-bezier(.4,0,.2,1);display:flex;position:sticky;top:0}.navbar-container{justify-content:space-between;align-items:center;width:100%;display:flex}.navbar-logo{align-items:center;height:48px;display:flex}.navbar-logo img{object-fit:contain;width:auto;height:100%}.navbar-search{max-width:500px;margin:0 var(--spacing-xl);flex:1;display:none;position:relative}@media (width>=1024px){.navbar-search{display:block}}.navbar-search input{border-radius:var(--radius-md);background-color:var(--surface);width:100%;transition:var(--transition-fast);border:1px solid #0000;outline:none;padding:.8rem 1.2rem .8rem 3rem;font-family:inherit;font-size:.9rem}.navbar-search input:focus{background-color:var(--white);border-color:#e31e2433;box-shadow:0 10px 30px -10px #e31e241a}.search-icon{color:var(--text-muted);position:absolute;top:50%;left:16px;transform:translateY(-50%)}.navbar-links{align-items:center;gap:var(--spacing-sm);display:none}@media (width>=1024px){.navbar-links{display:flex}}.nav-link{color:var(--text);border-radius:var(--radius-sm);padding:.5rem 1rem;font-size:.95rem;font-weight:600;text-decoration:none}.nav-link:hover{color:var(--primary);background-color:var(--surface)}.nav-divider{background-color:var(--border);width:1px;height:20px;margin:0 .5rem}.nav-icon-link{color:var(--text);transition:var(--transition-fast);border-radius:50%;align-items:center;padding:.6rem;display:flex}.nav-icon-link:hover{background-color:var(--surface);color:var(--primary);transform:translateY(-2px)}.mobile-menu-btn{color:var(--text);cursor:pointer;z-index:1001;background:0 0;border:none;padding:.5rem;display:block}.mobile-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background:#0006;width:100%;height:100vh;position:fixed;top:0;left:0}.mobile-nav{z-index:1001;background:#fff;flex-direction:column;width:85%;max-width:400px;height:100vh;padding:1.5rem;display:flex;position:fixed;top:0;right:0;box-shadow:-10px 0 30px #0000001a}.mobile-nav-header{justify-content:space-between;align-items:center;margin-bottom:3rem;display:flex}.mobile-close-btn{color:var(--text);cursor:pointer;background:0 0;border:none}.mobile-nav-links{flex-direction:column;gap:1.5rem;display:flex}.mobile-nav-link{color:#1e293b;border-bottom:1px solid #f1f5f9;padding-bottom:.5rem;font-family:Outfit,sans-serif;font-size:1.25rem;font-weight:700;text-decoration:none}.mobile-nav-footer{margin-top:auto;padding-top:2rem}@media (width>=1024px){.mobile-menu-btn{display:none}}@media (width<=768px){.navbar{height:70px}.navbar-logo{height:36px}}.footer{background-color:var(--white);border-top:1px solid var(--border);padding:100px 0 40px;overflow:hidden}.footer-big-name{text-align:center;letter-spacing:-.06em;-webkit-user-select:none;user-select:none;transition:var(--transition-smooth);background:linear-gradient(to bottom, var(--surface) 50%, var(--secondary) 50%);color:#0000;filter:drop-shadow(0 0 30px #f7941e1a);-webkit-background-clip:text;background-clip:text;margin-bottom:20px;font-family:Outfit,sans-serif;font-size:clamp(6rem,25vw,24rem);font-weight:950;line-height:.75;position:relative}.footer-big-name:hover{background:linear-gradient(to bottom, var(--surface) 40%, var(--secondary) 60%);filter:drop-shadow(0 0 50px #f7941e4d);-webkit-background-clip:text;background-clip:text;transform:translateY(-10px)}.footer-bottom{z-index:2;flex-direction:column;align-items:center;gap:2.5rem;padding-top:40px;display:flex;position:relative}.footer-contact{color:var(--text-muted);font-weight:600}.footer-contact a{color:var(--primary);transition:var(--transition-fast);margin-left:.5rem;text-decoration:none}.footer-contact a:hover{text-decoration:underline}.footer-links{flex-wrap:wrap;justify-content:center;gap:clamp(1.5rem,4vw,4rem);display:flex}.footer-links a{color:var(--text-muted);transition:var(--transition-fast);font-size:.95rem;font-weight:600;text-decoration:none;position:relative}.footer-links a:after{content:"";background:var(--primary);width:0;height:2px;transition:var(--transition-fast);position:absolute;bottom:-4px;left:0}.footer-links a:hover{color:var(--text)}.footer-links a:hover:after{width:100%}.copyright{color:var(--text-muted);font-size:.85rem;font-weight:500}@media (width<=768px){.footer{padding:60px 0 30px}.footer-big-name{margin-bottom:0}}.shipping-card{background:var(--surface);border-radius:var(--radius-xl);border:1px solid var(--border);grid-template-columns:1fr;align-items:center;display:grid;overflow:hidden}@media (width>=1024px){.shipping-card{grid-template-columns:1.2fr 1fr}}.shipping-visual{background:#080c14;justify-content:center;align-items:center;height:300px;display:flex;position:relative;overflow:hidden}.shipping-road{background:#111;justify-content:center;align-items:center;width:100%;height:100px;display:flex;position:relative}.road-stripes{gap:60px;width:200%;height:4px;display:flex;position:absolute}.stripe{background:#fff3;width:40px;height:4px}.shipping-vehicle{z-index:2;flex-direction:column;align-items:center;display:flex;position:relative}.vehicle-body{background:var(--primary);border-radius:12px 20px 8px 8px;flex-direction:column;justify-content:center;align-items:center;width:90px;height:60px;display:flex;position:relative;box-shadow:0 10px 20px #e31e244d}.vehicle-badge{color:var(--white);letter-spacing:1px;margin-top:2px;font-size:10px;font-weight:900}.vehicle-wheels{justify-content:space-around;width:100%;margin-top:-8px;display:flex}.v-wheel{background:#000;border:3px solid #333;border-radius:50%;width:18px;height:18px}.shipping-info{padding:var(--spacing-2xl)}.shipping-tag{color:var(--primary);background:#e31e241a;border-radius:4px;margin-bottom:1rem;padding:4px 12px;font-size:.7rem;font-weight:800;display:inline-block}.shipping-info h3{margin-bottom:1rem;font-size:2.5rem;line-height:1.1}.shipping-info h3 span{color:var(--primary)}.shipping-info p{color:var(--text-muted);margin-bottom:var(--spacing-xl);font-size:1.1rem}.delivery-stats{gap:var(--spacing-xl);align-items:center;display:flex}.stat{flex-direction:column;display:flex}.stat strong{color:var(--text);font-size:1.5rem;font-weight:900}.stat span{color:var(--text-muted);font-size:.8rem;font-weight:600}@media (width<=768px){.shipping-info h3{font-size:2rem}.shipping-info{padding:var(--spacing-xl)}}.home-page{background-color:var(--background);overflow-x:hidden}.hero{padding:var(--spacing-2xl) 0;perspective:1000px;align-items:center;min-height:90vh;display:flex;position:relative}.hero-wrapper{gap:var(--spacing-2xl);z-index:2;grid-template-columns:1fr;align-items:center;display:grid}@media (width>=1024px){.hero-wrapper{grid-template-columns:1fr 1fr}}.brand-tag{background-color:var(--white);border:1px solid var(--border);border-radius:var(--radius-full);color:var(--text-muted);margin-bottom:var(--spacing-lg);box-shadow:var(--shadow-sm);letter-spacing:.02em;align-items:center;gap:.5rem;padding:.6rem 1.25rem;font-size:.8rem;font-weight:700;display:inline-flex}.hero-content h1{margin-bottom:var(--spacing-md);color:var(--text);font-size:clamp(3rem,8vw,5.5rem);font-weight:900;line-height:1}.gradient-text{background:linear-gradient(90deg,#e31e24,#f7941e,#e31e24) 0 0/200%;-webkit-text-fill-color:transparent;-webkit-background-clip:text}.hero-content p{color:var(--text-muted);margin-bottom:var(--spacing-xl);max-width:500px;font-size:1.25rem;line-height:1.6}.hero-actions{gap:var(--spacing-md);flex-wrap:wrap;display:flex}.demo-btn{align-items:center;gap:.75rem;font-weight:700;display:flex}.play-icon{background:var(--surface);width:32px;height:32px;color:var(--primary);border-radius:50%;justify-content:center;align-items:center;display:flex}.hero-visual{justify-content:center;align-items:center;display:flex;position:relative}.mockup-container{border-radius:var(--radius-lg);box-shadow:var(--shadow-premium);background-color:var(--white);transition:var(--transition-smooth);overflow:hidden}.laptop-main{z-index:2;width:100%;max-width:650px;transform:rotateX(5deg)rotateY(-5deg)}.floating-stat{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:var(--radius-md);box-shadow:var(--shadow-lg);z-index:4;border-left:4px solid var(--primary);background-color:#ffffffe6;flex-direction:column;padding:1.25rem 1.5rem;display:flex;position:absolute}.stat-1{top:10%;right:-30px}.stat-2{border-left-color:var(--secondary);bottom:15%;left:-30px}.floating-stat strong{font-size:1.25rem;font-weight:900}.floating-stat span{color:var(--text-muted);font-size:.8rem;font-weight:600}.hero-bg-glow{filter:blur(60px);z-index:1;background:radial-gradient(circle,#e31e2414 0%,#0000 70%);width:60%;height:60%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.categories-bento{padding:var(--spacing-2xl) var(--spacing-md)}.section-header{margin-bottom:var(--spacing-2xl);text-align:center}.section-header h2{margin-bottom:1rem;font-size:clamp(2.5rem,5vw,4rem)}.section-header h2 span{color:var(--primary);text-decoration:none}.bento-grid{gap:var(--spacing-md);grid-template-rows:repeat(2,280px);grid-template-columns:repeat(4,1fr);display:grid}@media (width<=1024px){.bento-grid{grid-template-rows:auto;grid-template-columns:repeat(2,1fr)}}@media (width<=640px){.bento-grid{gap:var(--spacing-sm);flex-direction:column;grid-template-columns:1fr;height:auto;display:flex}.bento-item{min-height:200px;grid-area:span 1/span 1!important}}.bento-item{background-color:var(--surface);border-radius:var(--radius-xl);padding:var(--spacing-lg);border:1px solid var(--border);transition:var(--transition-smooth);position:relative;overflow:hidden}.bento-item:hover{box-shadow:var(--shadow-premium);border-color:#e31e241a;transform:translateY(-8px)}.electronics{background:var(--brand-gradient);color:var(--white);grid-area:span 1/span 2}.electronics .category-badge{color:var(--white);background:#fff3}.electronics h3,.electronics p,.electronics .bento-link{color:var(--white)}.digital{background-color:#f8fafc;grid-area:span 1/span 1}.services{color:var(--white);background-color:#080c14;grid-area:span 2/span 1}.services .category-badge{color:var(--white);background:#ffffff1a}.services h3,.services p{color:var(--white)}.services .bento-link{color:var(--secondary)}.fashion{background-color:var(--white);grid-area:span 1/span 2}.category-badge{text-transform:uppercase;color:var(--primary);letter-spacing:.05em;background:#e31e2414;border-radius:100px;margin-bottom:1rem;padding:6px 14px;font-size:.7rem;font-weight:800;display:inline-block}.digital-badge{color:var(--secondary);background:#f7941e14}.bento-item h3{margin-bottom:.5rem;font-size:1.75rem}.bento-content p{color:var(--text-muted);font-weight:500}.bento-link{color:var(--primary);align-items:center;gap:.5rem;margin-top:1.5rem;font-size:.9rem;font-weight:800;display:inline-flex}.bento-icon{opacity:.05;transition:var(--transition-smooth);position:absolute;bottom:-20px;right:-20px;transform:rotate(-10deg)}.bento-item:hover .bento-icon{opacity:.1;transform:rotate(0)scale(1.1)}.trust-section{padding:var(--spacing-2xl) 0;background-color:var(--white)}.trust-wrapper{gap:var(--spacing-2xl);grid-template-columns:1fr;align-items:center;display:grid}@media (width>=1024px){.trust-wrapper{grid-template-columns:1.1fr 1fr}}.trust-image{background:var(--brand-gradient);border-radius:var(--radius-xl);min-height:500px;padding:var(--spacing-xl);justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.trust-image:before{content:"";background:radial-gradient(circle,#fff3 0%,#0000 70%);width:150%;height:150%;animation:20s linear infinite rotate;position:absolute}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.glass-card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);padding:var(--spacing-xl);border-radius:var(--radius-xl);text-align:center;z-index:2;background:#fffffff2;max-width:400px;box-shadow:0 40px 80px -20px #00000026}.trust-content h2{margin-bottom:var(--spacing-xl);font-size:clamp(2.5rem,5vw,4rem);line-height:1.1}.trust-content h2 span{color:var(--primary)}.feature-list{gap:var(--spacing-lg);flex-direction:column;list-style:none;display:flex}.feature-list li{gap:var(--spacing-md);display:flex}.icon-box{border-radius:var(--radius-md);justify-content:center;align-items:center;width:64px;min-width:64px;height:64px;display:flex}.icon-box.red{color:var(--primary);background-color:#fee2e2}.icon-box.orange{color:var(--secondary);background-color:#ffedd5}.feature-list h4{margin-bottom:.25rem;font-size:1.4rem;font-weight:800}.feature-list p{color:var(--text-muted);font-size:1rem}.app-promo{padding:var(--spacing-2xl) var(--spacing-md)}.promo-card{color:var(--white);border-radius:var(--radius-xl);background-color:#080c14;grid-template-columns:1fr;align-items:center;display:grid;position:relative;overflow:hidden}@media (width>=1024px){.promo-card{grid-template-columns:1.2fr 1fr;min-height:550px}}.promo-content{padding:var(--spacing-2xl);z-index:2}.promo-content h2{margin-bottom:var(--spacing-md);font-size:clamp(2.5rem,5vw,4rem);line-height:1.1}.promo-content h2 span{color:var(--secondary)}.promo-content p{opacity:.7;margin-bottom:var(--spacing-xl);max-width:500px;font-size:1.25rem}.promo-buttons{gap:var(--spacing-md);flex-wrap:wrap;display:flex}.promo-visual{background:radial-gradient(circle,#1a1a1a 0%,#080c14 100%);justify-content:center;align-items:flex-end;height:100%;display:flex;position:relative}.promo-visual img{object-fit:contain;z-index:2;width:80%;height:auto;transform:translateY(40px)}.promo-glow{background:radial-gradient(circle, var(--secondary) 0%, transparent 70%);opacity:.15;filter:blur(50px);width:80%;height:80%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.shipping-promo{margin:var(--spacing-2xl) auto}.product-card{background:var(--white);border-radius:var(--radius-lg);border:1px solid var(--border);transition:var(--transition-smooth);flex-direction:column;display:flex;position:relative;overflow:hidden}.product-card:hover{box-shadow:var(--shadow-premium), var(--shadow-brand);border-color:#e31e2433;transform:translateY(-8px)}.product-image-wrapper{aspect-ratio:1;background-color:#f8fafc;position:relative;overflow:hidden}.product-image{object-fit:cover;width:100%;height:100%;transition:transform .8s cubic-bezier(.23,1,.32,1),opacity .6s cubic-bezier(.4,0,.2,1)}.product-image.loading{opacity:0;scale:1.05}.product-image.loaded{opacity:1;scale:1}.product-image-loader-container{z-index:5;background:#f1f5f9;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:absolute;top:0;left:0;overflow:hidden}.shimmer-wrapper{width:100%;height:100%;position:absolute;top:0;left:0}.shimmer-beam{background:linear-gradient(90deg,#0000 0%,#fff6 50%,#0000 100%);width:100%;height:100%;animation:1.8s cubic-bezier(.4,0,.2,1) infinite shimmer;transform:translate(-100%)}@keyframes shimmer{to{transform:translate(100%)}}.omaa-ghost-logo{z-index:6;opacity:.15;position:relative}.ghost-dot{background:#64748b;border-radius:6px;width:24px;height:24px;animation:2s ease-in-out infinite pulse-ghost;transform:rotate(45deg)}@keyframes pulse-ghost{0%,to{opacity:.5;transform:rotate(45deg)scale(1)}50%{opacity:1;transform:rotate(45deg)scale(1.2)}}.product-card:hover .product-image{transform:scale(1.1)}.product-image-placeholder{width:100%;height:100%;color:#fff;background:var(--brand-gradient);opacity:.1;justify-content:center;align-items:center;font-size:3rem;font-weight:800;display:flex}.product-type-badge{border-radius:var(--radius-full);text-transform:uppercase;letter-spacing:.05em;z-index:2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);align-items:center;gap:4px;padding:6px 12px;font-size:.75rem;font-weight:700;display:flex;position:absolute;top:12px;left:12px}.product-type-badge.physical{color:#fff;background:#e31e24e6}.product-type-badge.digital{color:#fff;background:#f7941ee6}.product-type-badge.service{color:#fff;background:#080c14cc}.wishlist-btn{width:36px;height:36px;color:var(--text-muted);cursor:pointer;transition:var(--transition-fast);z-index:2;box-shadow:var(--shadow-sm);background:#fff;border:none;border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;top:12px;right:12px}.wishlist-btn:hover{color:var(--primary);transform:scale(1.1)}.product-overlay{opacity:0;transition:var(--transition-fast);z-index:1;background:#080c1433;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.product-card:hover .product-overlay{opacity:1}.product-info{padding:var(--spacing-md);flex-direction:column;flex:1;display:flex}.product-meta{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.product-category{color:var(--primary);text-transform:uppercase;letter-spacing:.05em;font-size:.75rem;font-weight:700}.verified-badge{color:#059669;border-radius:var(--radius-full);background:#ecfdf5;align-items:center;gap:4px;padding:2px 8px;font-size:.7rem;font-weight:600;display:flex}.product-name{color:var(--text);-webkit-line-clamp:2;-webkit-box-orient:vertical;height:3.125rem;margin-bottom:12px;font-size:1.125rem;font-weight:700;line-height:1.4;display:-webkit-box;overflow:hidden}.product-details{margin-bottom:16px}.product-condition{color:var(--text-muted);font-size:.875rem;font-weight:500}.product-footer{padding-top:var(--spacing-md);border-top:1px solid var(--border);justify-content:space-between;align-items:center;margin-top:auto;display:flex}.product-price{align-items:baseline;gap:2px;display:flex}.product-price .currency{color:var(--text);font-size:.875rem;font-weight:700}.product-price .amount{color:var(--text);font-family:Outfit,sans-serif;font-size:1.35rem;font-weight:800}.cart-action-btn{border-radius:var(--radius-md);background:var(--surface);border:1px solid var(--border);width:44px;height:44px;color:var(--text);cursor:pointer;transition:var(--transition-fast);justify-content:center;align-items:center;display:flex}.cart-action-btn:hover{background:var(--brand-gradient);color:#fff;box-shadow:var(--shadow-brand);border-color:#0000;transform:rotate(-8deg)}.marketplace-page{padding-bottom:var(--spacing-xl);background-color:var(--background);min-height:100vh}.marketplace-hero{background:var(--surface);padding:var(--spacing-xl) 0;margin-bottom:var(--spacing-lg);position:relative;overflow:hidden}.marketplace-hero:before{content:"";background:radial-gradient(circle,#e31e240d 0%,#0000 70%);border-radius:50%;width:400px;height:400px;position:absolute;top:-100px;right:-100px}.hero-content{text-align:center;flex-direction:column;align-items:center;max-width:800px;margin:0 auto;display:flex}.hero-content h1{background:var(--brand-gradient);-webkit-text-fill-color:transparent;letter-spacing:-.05em;-webkit-background-clip:text;width:100%;margin-bottom:1rem;font-size:4rem}.hero-subtitle{color:var(--text-muted);margin-bottom:var(--spacing-lg);text-align:center;width:100%;font-size:1.25rem}.search-container{gap:var(--spacing-md);flex-direction:column;align-items:center;width:100%;display:flex}.search-sticky-wrapper{z-index:1000;justify-content:center;width:100%;padding:10px 0;transition:all .3s;display:flex;position:sticky;top:0}.search-sticky-wrapper.is-sticky{background:#fff;padding:12px 1rem;box-shadow:0 4px 20px #00000014}.search-wrapper{border-radius:var(--radius-xl);width:100%;max-width:600px;box-shadow:var(--shadow-premium);border:1px solid var(--border);transition:var(--transition-fast);background:#fff;align-items:center;gap:12px;padding:6px 6px 6px 16px;display:flex;position:relative;overflow:hidden}.search-wrapper:focus-within{border-color:var(--primary);box-shadow:0 0 0 4px #e31e241a}.search-icon{color:var(--text-muted);flex-shrink:0;align-items:center;display:flex}.search-wrapper input{color:var(--text);background:0 0;border:none;outline:none;flex:1;min-width:0;padding:8px 0;font-family:inherit;font-size:1.125rem}.search-btn{background:var(--brand-gradient);color:#fff;border-radius:var(--radius-xl);cursor:pointer;transition:var(--transition-fast);border:none;flex-shrink:0;padding:12px 24px;font-weight:700}.search-btn:hover{box-shadow:var(--shadow-brand);transform:translateY(-1px)}.quick-filters{flex-wrap:wrap;justify-content:center;gap:8px;display:flex}.category-pill{border-radius:var(--radius-full);border:1px solid var(--border);color:var(--text-muted);cursor:pointer;transition:var(--transition-fast);background:#fff;padding:8px 20px;font-size:.9rem;font-weight:600}.category-pill:hover,.category-pill.active{background:var(--primary);color:#fff;border-color:var(--primary)}.marketplace-controls{margin-bottom:var(--spacing-lg);padding:var(--spacing-md) 0;border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:var(--spacing-md);flex-wrap:wrap;display:flex}.results-count{color:var(--text-muted);white-space:nowrap;font-size:1rem}.results-count strong{color:var(--text)}.control-actions{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.view-toggle{background:var(--surface);border-radius:var(--radius-md);border:1px solid var(--border);padding:4px;display:flex}.view-btn{width:36px;height:36px;color:var(--text-muted);border-radius:var(--radius-sm);cursor:pointer;transition:var(--transition-fast);background:0 0;border:none;justify-content:center;align-items:center;display:flex}.view-btn.active{color:var(--primary);box-shadow:var(--shadow-sm);background:#fff}.sort-dropdown-modern{border:1px solid var(--border);border-radius:var(--radius-md);cursor:pointer;white-space:nowrap;background:#fff;align-items:center;gap:8px;padding:8px 14px;font-size:.85rem;display:flex}.mobile-filter-trigger{background:var(--text);color:#fff;border-radius:var(--radius-md);white-space:nowrap;border:none;align-items:center;gap:8px;padding:8px 14px;font-size:.85rem;font-weight:600;display:none}.marketplace-layout{gap:var(--spacing-xl);grid-template-columns:280px 1fr;display:grid}.marketplace-sidebar-modern{gap:var(--spacing-lg);flex-direction:column;display:flex}.sidebar-section h3{margin-bottom:var(--spacing-md);color:var(--text);font-size:1rem}.filter-list{flex-direction:column;gap:12px;display:flex}.filter-item{cursor:pointer;align-items:center;gap:12px;display:flex}.filter-item input[type=checkbox],.filter-item input[type=radio]{width:20px;height:20px;accent-color:var(--primary)}.filter-item span{color:var(--text-muted);flex:1;font-size:.95rem}.filter-item .count{color:var(--text-muted);opacity:.6;font-size:.8rem}.filter-item:hover span{color:var(--primary)}.price-inputs-modern{grid-template-columns:1fr 1fr;gap:12px;display:grid}.input-group{flex-direction:column;gap:4px;display:flex}.input-group span{text-transform:uppercase;color:var(--text-muted);font-size:.7rem;font-weight:700}.input-group input{border:1px solid var(--border);border-radius:var(--radius-sm);outline:none;width:100%;padding:10px}.apply-filters-btn{margin-top:var(--spacing-md);background:var(--text);color:#fff;border-radius:var(--radius-md);cursor:pointer;width:100%;transition:var(--transition-fast);border:none;padding:14px;font-weight:700}.apply-filters-btn:hover{background:var(--primary)}.marketplace-grid-modern{gap:var(--spacing-lg);margin-bottom:var(--spacing-xl);grid-template-columns:repeat(auto-fill,minmax(280px,1fr));display:grid}.pagination{margin-top:var(--spacing-xl);justify-content:center;gap:8px;display:flex}.page-btn{border:1px solid var(--border);border-radius:var(--radius-md);cursor:pointer;width:44px;height:44px;transition:var(--transition-fast);background:#fff;justify-content:center;align-items:center;font-weight:600;display:flex}.page-btn.active{background:var(--primary);color:#fff;border-color:var(--primary)}.page-btn.disabled{opacity:.5;cursor:not-allowed}@media (width<=1024px){.marketplace-layout{grid-template-columns:1fr}.marketplace-sidebar-modern{display:none}.mobile-filter-trigger{display:flex}.hero-content h1{font-size:3rem}.marketplace-controls{flex-direction:column;align-items:stretch}.control-actions{justify-content:space-between;width:100%}.results-count{text-align:center;order:-1}}@media (width<=640px){.hero-content h1{font-size:2.5rem}.search-sticky-wrapper{top:0}.control-actions{gap:8px}.sort-dropdown-modern,.mobile-filter-trigger{padding:8px 10px;font-size:.8rem}.search-wrapper{gap:8px;padding-left:12px}.search-btn{padding:10px 16px;font-size:.9rem}}.campus-loader-overlay{z-index:10000;background:#fff;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}.campus-loader-container{flex-direction:column;justify-content:center;align-items:center;width:100%;max-width:600px;height:400px;display:flex;position:relative;overflow:hidden}.campus-road-container{align-items:center;width:100%;height:40px;display:flex;position:absolute;bottom:120px}.campus-road-line{background:#e2e8f0;width:100%;height:4px;position:relative}.campus-road-dashes{background-image:linear-gradient(90deg,#94a3b8 50%,#0000 50%);background-size:40px 100%;width:200%;height:100%;position:absolute;top:0;left:0}@keyframes roadMove{0%{transform:translate(0)}to{transform:translate(-40px)}}.road-animating{animation:.3s linear infinite roadMove}.campus-bus-svg{filter:drop-shadow(0 15px 25px #0000001a)}.bus-omaa-text{fill:#fff;letter-spacing:1px;font-family:Outfit,sans-serif;font-size:16px;font-weight:900}.campus-received-content{flex-direction:column;align-items:center;gap:1.5rem;display:flex}.campus-received-text{color:#1e293b;letter-spacing:-.02em;font-family:Plus Jakarta Sans,sans-serif;font-size:1.75rem;font-weight:800}.campus-status-subtext{color:#64748b;font-family:Plus Jakarta Sans,sans-serif;font-size:1rem;font-weight:500}.campus-prep-keywords-container{text-align:center;flex-direction:column;align-items:center;gap:.5rem;width:100%;display:flex;position:absolute;bottom:40px}.campus-prep-dot-loader{gap:4px;margin-bottom:4px;display:flex}.prep-dot{background:#f97316;border-radius:50%;width:6px;height:6px}.campus-prep-text{color:#94a3b8;letter-spacing:.05em;text-transform:uppercase;font-family:Plus Jakarta Sans,sans-serif;font-size:.85rem;font-weight:600}.campus-brand-reveal{letter-spacing:-.02em;text-transform:lowercase;gap:4px;font-family:Outfit,sans-serif;font-size:5rem;font-weight:900;display:flex}.campus-brand-reveal span{background:linear-gradient(135deg,#e31e24 0%,#f97316 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;display:inline-block}.loader-test-page{padding:var(--spacing-xl) 0;background:var(--surface-gradient);min-height:calc(100vh - 180px)}.test-header{text-align:center;margin-bottom:var(--spacing-xl)}.test-header h1{margin-bottom:.5rem;font-size:2.5rem}.test-header h1 span{background:var(--brand-gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.test-header p{color:var(--text-muted)}.test-grid{gap:var(--spacing-lg);grid-template-columns:1fr 1.5fr;max-width:1000px;margin:0 auto;display:grid}@media (width<=768px){.test-grid{grid-template-columns:1fr}}.settings-panel,.preview-canvas{background:var(--white);border-radius:var(--radius-lg);border:1px solid var(--border);padding:var(--spacing-md);box-shadow:var(--shadow-sm)}.settings-panel h3,.preview-canvas h3{margin-bottom:var(--spacing-md);color:var(--text);border-bottom:1.5px solid var(--border);padding-bottom:.5rem;font-family:Outfit,sans-serif;font-size:1.25rem}.setting-group{margin-bottom:var(--spacing-md);flex-direction:column;gap:.5rem;display:flex}.setting-group label{color:var(--text);font-size:.875rem;font-weight:600}.setting-group input[type=range]{width:100%;accent-color:var(--primary)}.setting-group input[type=text]{border-radius:var(--radius-sm);transition:var(--transition-fast);border:1px solid #cbd5e1;outline:none;padding:.75rem 1rem;font-family:inherit}.setting-group input[type=text]:focus{border-color:var(--primary);box-shadow:0 0 0 3px #e31e2426}.checkbox-group{cursor:pointer;flex-direction:row;align-items:center;gap:.5rem}.checkbox-group input{width:18px;height:18px;accent-color:var(--primary);cursor:pointer}.checkbox-group label{cursor:pointer;-webkit-user-select:none;user-select:none}.actions-group{margin-top:var(--spacing-lg)}.canvas-body{background:var(--surface);border-radius:var(--radius-md);border:1px dashed var(--border);justify-content:center;align-items:center;height:350px;display:flex;overflow:hidden}.auth-page-container{background:#fff;width:100%;min-height:100vh;display:flex;overflow:hidden}.auth-immersive-side{color:#fff;flex-direction:column;justify-content:center;width:60%;padding:4rem;display:flex;position:relative;overflow:hidden}.auth-immersive-bg{z-index:1;background-image:url(/laptop_mockup.jpeg);background-position:50%;background-size:cover;width:100%;height:100%;position:absolute;top:0;left:0}.auth-immersive-overlay{z-index:2;background:linear-gradient(135deg,#e31e24d9 0%,#f97316d9 100%);width:100%;height:100%;position:absolute;top:0;left:0}.auth-immersive-content{z-index:3;max-width:500px;position:relative}.auth-immersive-content h1{margin-bottom:1.5rem;font-family:Outfit,sans-serif;font-size:3.5rem;font-weight:900;line-height:1.1}.auth-immersive-content p{opacity:.9;font-family:Plus Jakarta Sans,sans-serif;font-size:1.25rem;line-height:1.6}.auth-form-side{background:#fff;flex-direction:column;width:40%;padding:3rem;display:flex;overflow-y:auto}.auth-header{margin-bottom:2.5rem}.auth-logo{color:var(--primary);text-transform:lowercase;margin-bottom:2rem;font-family:Outfit,sans-serif;font-size:1.5rem;font-weight:900;display:inline-block}.role-toggle-container{background:#f1f5f9;border-radius:12px;margin-bottom:2rem;padding:.25rem;display:flex;position:relative}.role-toggle-btn{color:#64748b;cursor:pointer;z-index:2;background:0 0;border:none;flex:1;padding:.75rem;font-family:Plus Jakarta Sans,sans-serif;font-size:.875rem;font-weight:700;transition:color .3s}.role-toggle-btn.active{color:#fff}.role-toggle-slider{background:var(--primary);z-index:1;border-radius:10px;width:calc(50% - .25rem);height:calc(100% - .5rem);position:absolute;top:.25rem;left:.25rem;box-shadow:0 4px 12px #e31e2433}.auth-form{flex-direction:column;gap:1.25rem;display:flex}.form-group{flex-direction:column;gap:.5rem;display:flex}.form-group label{color:#1e293b;font-family:Plus Jakarta Sans,sans-serif;font-size:.875rem;font-weight:600}.label-row{justify-content:space-between;align-items:center;margin-bottom:.25rem;display:flex}.select-all-link{color:var(--primary);cursor:pointer;background:0 0;border:none;padding:0;font-family:Plus Jakarta Sans,sans-serif;font-size:.75rem;font-weight:700}.select-all-link:hover{text-decoration:underline}.forgot-password-link{color:var(--primary);cursor:pointer;background:0 0;border:none;padding:0;font-family:Plus Jakarta Sans,sans-serif;font-size:.75rem;font-weight:700}.forgot-password-link:hover{text-decoration:underline}.back-to-login-btn{color:#64748b;cursor:pointer;background:0 0;border:1px solid #e2e8f0;border-radius:10px;margin-top:1rem;padding:.75rem;font-family:Plus Jakarta Sans,sans-serif;font-weight:700;transition:all .2s}.back-to-login-btn:hover{color:#1e293b;background:#f8fafc;border-color:#cbd5e1}.category-grid{grid-template-columns:repeat(2,1fr);gap:.5rem;margin-top:.5rem;display:grid}.category-chip{color:#64748b;cursor:pointer;text-align:center;-webkit-user-select:none;user-select:none;border:2px solid #e2e8f0;border-radius:8px;padding:.625rem .75rem;font-family:Plus Jakarta Sans,sans-serif;font-size:.75rem;font-weight:600;transition:all .2s}.category-chip:hover{color:#1e293b;border-color:#cbd5e1}.category-chip.active{border-color:var(--primary);color:var(--primary);background:#e31e240d}.form-helper-text{color:#94a3b8;margin-top:.75rem;font-family:Plus Jakarta Sans,sans-serif;font-size:.75rem;line-height:1.4}.form-group input{border:2px solid #e2e8f0;border-radius:10px;padding:.875rem 1rem;font-family:Plus Jakarta Sans,sans-serif;font-size:1rem;transition:all .2s}.form-group input:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 4px #e31e241a}.password-input-wrapper{align-items:center;display:flex;position:relative}.password-input-wrapper input{width:100%;padding-right:3rem}.password-toggle-icon{color:#94a3b8;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:0;transition:color .2s;display:flex;position:absolute;right:1rem}.password-toggle-icon:hover{color:var(--primary)}.auth-submit-btn{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:10px;margin-top:1rem;padding:1rem;font-family:Plus Jakarta Sans,sans-serif;font-size:1rem;font-weight:700;transition:transform .2s,box-shadow .2s}.auth-submit-btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px #e31e2440}.auth-divider{color:#94a3b8;align-items:center;gap:1rem;margin:2rem 0;font-size:.875rem;display:flex}.auth-divider:before,.auth-divider:after{content:"";background:#e2e8f0;flex:1;height:1px}.google-auth-btn{color:#1e293b;cursor:pointer;background:#fff;border:2px solid #e2e8f0;border-radius:10px;justify-content:center;align-items:center;gap:.75rem;padding:.875rem;font-family:Plus Jakarta Sans,sans-serif;font-weight:600;transition:all .2s;display:flex}.google-auth-btn:hover{background:#f8fafc;border-color:#cbd5e1}.auth-footer{text-align:center;color:#64748b;margin-top:2rem;font-family:Plus Jakarta Sans,sans-serif;font-size:.875rem}.auth-footer button{color:var(--primary);cursor:pointer;background:0 0;border:none;font-weight:700}@media (width<=1024px){.auth-page-container{height:auto;min-height:100vh;overflow-y:auto}.auth-immersive-side{display:none}.auth-form-side{width:100%;min-height:100vh;padding:2rem;display:block;overflow-y:visible}.auth-form{padding-bottom:4rem}}.confirm-email-page{background:#fff;flex-direction:column;min-height:100vh;display:flex;overflow-x:hidden}.confirm-hero-section{background:#f8fafc;border-bottom:1px solid #e2e8f0;justify-content:center;align-items:center;width:100%;height:220px;display:flex;position:relative;overflow:hidden}.endless-road{background:#e2e8f0;width:100%;height:4px;position:absolute;bottom:60px}.road-dashes{background-image:linear-gradient(90deg,#94a3b8 50%,#0000 50%);background-size:60px 100%;width:200%;height:100%;animation:.6s linear infinite roadLoop}@keyframes roadLoop{0%{transform:translate(0)}to{transform:translate(-60px)}}.looping-truck{z-index:10;position:absolute;bottom:65px}.confirm-main-content{flex-direction:column;flex:1;align-items:center;width:100%;max-width:800px;margin:0 auto;padding:3rem 2rem;display:flex}.confirm-email-text h1{color:#1e293b;margin-bottom:.5rem;font-family:Outfit,sans-serif;font-size:2.5rem;font-weight:900}.confirm-email-text p{color:#64748b;margin-bottom:2rem;font-family:Plus Jakarta Sans,sans-serif;font-size:1.1rem}.features-ticker{justify-content:center;width:100%;min-height:140px;margin:2rem 0;display:flex}.feature-card{background:#fff;border:2px solid #f1f5f9;border-radius:20px;align-items:center;gap:1.25rem;max-width:450px;padding:1.5rem;display:flex;box-shadow:0 10px 25px -5px #0000000d}.feature-icon-box{width:56px;height:56px;color:var(--primary);background:#f973161a;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.feature-info h4{color:#1e293b;margin-bottom:.25rem;font-family:Outfit,sans-serif;font-size:1.125rem;font-weight:700}.feature-info p{color:#64748b;margin:0;font-family:Plus Jakarta Sans,sans-serif;font-size:.875rem;line-height:1.4}.confirm-footer-actions{flex-direction:column;align-items:center;gap:1.25rem;width:100%;margin-top:auto;display:flex}.primary-resend-btn{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:12px;width:100%;max-width:320px;padding:1rem;font-family:Plus Jakarta Sans,sans-serif;font-size:1rem;font-weight:700;box-shadow:0 4px 12px #e31e2426}.secondary-back-link{color:#94a3b8;font-size:.875rem;font-weight:600;text-decoration:none;transition:color .2s}.secondary-back-link:hover{color:#1e293b}.slide-to-ship-track{background:#f1f5f9;border-radius:35px;align-items:center;width:350px;height:70px;margin:2rem auto;padding:0 10px;display:flex;position:relative;overflow:hidden;box-shadow:inset 0 2px 4px #0000000d}.slide-text{text-align:center;color:#94a3b8;pointer-events:none;text-transform:uppercase;letter-spacing:1px;justify-content:center;align-items:center;gap:8px;width:100%;font-family:Plus Jakarta Sans,sans-serif;font-size:.875rem;font-weight:700;display:flex;position:absolute;left:0}.truck-handle{background:var(--primary);cursor:grab;z-index:10;border-radius:25px;justify-content:center;align-items:center;width:60px;height:50px;display:flex;box-shadow:0 4px 15px #e31e244d}.truck-handle:active{cursor:grabbing}.truck-icon-container{color:#fff;flex-direction:column;align-items:center;display:flex;position:relative}.wheel{background:#1e293b;border-radius:50%;width:8px;height:8px;position:absolute;bottom:-4px}.wheel-1{left:2px}.wheel-2{right:2px}.track-progress{pointer-events:none;background:#e31e241a;border-radius:35px 0 0 35px;height:100%;position:absolute;left:0}.cart-page{background:#f8fafc;min-height:100vh;padding:4rem 0}.cart-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:1.5rem;margin-bottom:3rem;display:flex}.header-actions{align-items:center;gap:2rem;display:flex}.test-notify-btn{cursor:pointer;color:#64748b;background:#fff;border:1px solid #e2e8f0;border-radius:8px;align-items:center;gap:8px;padding:.5rem 1rem;font-family:Plus Jakarta Sans,sans-serif;font-size:.75rem;font-weight:700;transition:all .2s;display:flex}.test-notify-btn.error:hover{color:#ef4444;background:#fef2f2;border-color:#fecaca}@media (width<=640px){.cart-header{flex-direction:column;align-items:flex-start;gap:1rem;margin-bottom:2rem}.cart-header h1{width:100%;font-size:2.25rem}.header-actions{flex-direction:column-reverse;align-items:flex-start;gap:1.5rem;width:100%}.test-notify-btn{justify-content:center;width:100%}.cart-stats{background:#fff;border:1px solid #f1f5f9;border-radius:16px;justify-content:space-between;width:100%;padding:1rem}}.cart-header h1{color:#1e293b;margin:0;font-family:Outfit,sans-serif;font-size:3rem;font-weight:900}.cart-stats{color:#64748b;align-items:center;gap:1.5rem;font-family:Plus Jakarta Sans,sans-serif;font-weight:700;display:flex}.total-price{color:var(--primary);font-size:1.5rem}.stat-divider{background:#e2e8f0;width:1px;height:24px}.bento-grid{grid-template-columns:repeat(4,1fr);grid-auto-rows:200px;gap:1.5rem;margin-bottom:4rem;display:grid}.bento-item{background:#fff;border:2px solid #f1f5f9;border-radius:24px;flex-direction:column;transition:transform .3s,box-shadow .3s;display:flex;overflow:hidden;box-shadow:0 10px 30px -10px #0000000d}.bento-item:hover{border-color:#e31e241a;transform:translateY(-5px);box-shadow:0 20px 40px -15px #0000001a}.bento-item.large{grid-area:span 2/span 2}.bento-item.medium{grid-column:span 2}.bento-item.small{grid-column:span 1}.item-image{background:#f1f5f9;flex:1;position:relative;overflow:hidden}.item-image img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.bento-item:hover .item-image img{transform:scale(1.05)}.remove-btn{color:#ef4444;cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);opacity:0;background:#ffffffe6;border:none;border-radius:12px;justify-content:center;align-items:center;width:36px;height:36px;transition:all .3s;display:flex;position:absolute;top:12px;right:12px;transform:translateY(-10px)}.bento-item:hover .remove-btn{opacity:1;transform:translateY(0)}.item-details{background:#fff;padding:1.25rem}.item-details h3{color:#1e293b;white-space:nowrap;text-overflow:ellipsis;margin-bottom:.75rem;font-family:Outfit,sans-serif;font-size:1.125rem;font-weight:700;overflow:hidden}.item-controls{justify-content:space-between;align-items:center;display:flex}.item-price{color:var(--primary);font-weight:800}.qty-selector{background:#f8fafc;border-radius:10px;align-items:center;gap:12px;padding:4px 10px;display:flex}.qty-selector button{color:#64748b;cursor:pointer;background:0 0;border:none;align-items:center;display:flex}.qty-selector span{text-align:center;min-width:20px;font-weight:700}.cart-footer{max-width:600px;margin:0 auto}.checkout-card{background:#fff;border:1px solid #f1f5f9;border-radius:32px;padding:2.5rem;box-shadow:0 25px 50px -12px #00000014}.checkout-info{margin-bottom:2rem}.summary-row{color:#64748b;justify-content:space-between;margin-bottom:.75rem;font-family:Plus Jakarta Sans,sans-serif;font-weight:600;display:flex}.summary-row.total{color:#1e293b;border-top:2px dashed #f1f5f9;margin-top:1.5rem;padding-top:1.5rem;font-size:1.5rem;font-weight:800}.secure-text{text-align:center;color:#94a3b8;margin-top:1rem;font-size:.75rem}.empty-cart{text-align:center;justify-content:center;align-items:center;min-height:80vh;display:flex}.empty-portal{color:#cbd5e1;background:#f1f5f9;border-radius:50%;justify-content:center;align-items:center;width:160px;height:160px;margin:0 auto 2rem;display:flex}.empty-cart h2{margin-bottom:1rem;font-family:Outfit,sans-serif;font-size:2.5rem;font-weight:900}.start-shopping-btn{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:12px;margin-top:2rem;padding:1rem 2.5rem;font-weight:700}.checkout-overlay{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:2000;background:#ffffffe6;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}.success-modal{text-align:center;max-width:400px}.success-icon{background:var(--primary);color:#fff;border-radius:30px;justify-content:center;align-items:center;width:100px;height:100px;margin:0 auto 2rem;display:flex}.done-btn{color:#fff;cursor:pointer;background:#1e293b;border:none;border-radius:12px;width:100%;margin-top:2rem;padding:1rem;font-weight:700}@media (width<=1024px){.bento-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=640px){.bento-grid{grid-template-columns:1fr;grid-auto-rows:auto}.bento-item.large,.bento-item.medium{grid-column:span 1}.cart-header h1{font-size:2rem}}.profile-page{background:#f8fafc;min-height:100vh;padding:4rem 0;transition:background .5s}.profile-page.seller{background:#fffcfc}.profile-container{max-width:1000px}.profile-header{justify-content:space-between;align-items:center;margin-bottom:4rem;display:flex}.profile-main-info{align-items:center;gap:1.5rem;display:flex}.avatar-wrapper{position:relative}.avatar-inner{color:#64748b;background:#fff;border-radius:24px;justify-content:center;align-items:center;width:80px;height:80px;display:flex;box-shadow:0 10px 25px #0000000d}.reputation-badge{color:#1e293b;background:#fff;border-radius:10px;align-items:center;gap:4px;padding:4px 8px;font-size:.75rem;font-weight:800;display:flex;position:absolute;bottom:-5px;right:-5px;box-shadow:0 4px 10px #0000001a}.profile-text h1{color:#1e293b;margin:0;font-family:Outfit,sans-serif;font-size:2rem;font-weight:900}.profile-text p{color:#64748b;margin:4px 0 0;font-weight:600}.role-switcher-3d{perspective:1000px;background:#e2e8f0;border-radius:16px;padding:6px}.switcher-track{gap:4px;display:flex;position:relative}.switcher-track button{color:#64748b;cursor:pointer;z-index:2;background:0 0;border:none;border-radius:12px;align-items:center;gap:8px;padding:10px 24px;font-weight:700;transition:color .3s;display:flex}.switcher-track button.active{color:#fff}.switcher-glider{background:var(--primary);z-index:1;border-radius:12px;width:50%;height:100%;position:absolute;top:0;left:0;box-shadow:0 4px 15px #e31e2433}.switcher-track.buyer .switcher-glider{background:#3b82f6;left:0}.switcher-track.seller .switcher-glider{background:var(--primary);left:50%}.identity-shield-section{perspective:1000px;margin-bottom:3rem}.shield-card{transform-style:preserve-3d;background:#fff;border:1px solid #f1f5f9;border-radius:32px;justify-content:space-between;align-items:center;padding:3rem;display:flex;box-shadow:0 20px 50px #0000000d}.shield-content{align-items:center;gap:2.5rem;display:flex}.shield-icon-box{position:relative}.shield-svg{color:#f59e0b;filter:drop-shadow(0 0 10px #f59e0b4d)}.shield-glow{background:radial-gradient(circle,#f59e0b33 0%,#0000 70%);border-radius:50%;width:120px;height:120px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.shield-stats h3{margin-bottom:.5rem;font-family:Outfit,sans-serif;font-size:1.75rem;font-weight:800}.rating-row{color:#64748b;align-items:center;gap:12px;font-weight:600;display:flex}.stars{color:#f59e0b;gap:2px;display:flex}.shield-perks{flex-direction:column;gap:12px;display:flex}.perk{color:#1e293b;background:#f8fafc;border:1px solid #e2e8f0;border-radius:100px;padding:8px 16px;font-size:.875rem;font-weight:700}.profile-bento-grid{margin-bottom:4rem}.bento-wrapper{grid-template-columns:repeat(4,1fr);grid-auto-rows:160px;gap:1.5rem;display:grid}.bento-stat,.bento-stat:visited{color:inherit;background:#fff;border:1px solid #f1f5f9;border-radius:24px;flex-direction:column;justify-content:center;padding:1.5rem;text-decoration:none;transition:all .2s;display:flex;box-shadow:0 10px 25px #00000008}.bento-stat:hover{border-color:#e2e8f0;transform:translateY(-4px);box-shadow:0 15px 30px #0000000d}.bento-stat.large{grid-area:span 2/span 2;justify-content:space-between}.bento-stat.medium{grid-column:span 2}.bento-stat.blue{border-bottom:4px solid #3b82f6}.bento-stat.brand{border-bottom:4px solid var(--primary)}.odometer{color:#1e293b;margin:1rem 0 .5rem;font-family:Outfit,sans-serif;font-size:2.5rem;font-weight:900}.bento-stat label{color:#94a3b8;text-transform:uppercase;letter-spacing:.5px;font-size:.75rem;font-weight:700}.mini-item{background:#f8fafc;border-radius:16px;align-items:center;gap:1rem;margin-top:1rem;padding:12px;display:flex}.mini-item img{object-fit:cover;border-radius:10px;width:48px;height:48px}.mini-item div{flex-direction:column;flex:1;display:flex}.mini-item strong{color:#1e293b;font-size:.9375rem}.mini-item span{color:#64748b;font-size:.75rem;font-weight:600}.profile-actions-footer{justify-content:center;gap:1.5rem;display:flex}.action-btn{color:#64748b;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:14px;align-items:center;gap:10px;padding:12px 24px;font-weight:700;transition:all .2s;display:flex}.action-btn:hover{color:#1e293b;background:#f8fafc;border-color:#cbd5e1}.action-btn.logout{color:#ef4444}.action-btn.logout:hover{background:#fef2f2;border-color:#fecaca}@media (width<=1024px){.bento-wrapper{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.profile-header{flex-direction:column;align-items:flex-start;gap:2rem}.shield-card{flex-direction:column;align-items:flex-start;gap:2rem;padding:2rem}.shield-content{flex-direction:column;align-items:flex-start;gap:1.5rem}.bento-wrapper{grid-template-columns:1fr;grid-auto-rows:auto}.bento-stat.large,.bento-stat.medium{grid-column:span 1}.profile-actions-footer{flex-direction:column}}.dashboard-sidebar{z-index:100;background:#fff;border-right:1px solid #e2e8f0;flex-direction:column;width:280px;height:100vh;padding:2rem 1.5rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:sticky;top:0}.sidebar-brand{align-items:center;gap:12px;margin-bottom:3rem;padding-left:.5rem;display:flex}.brand-dot{background:var(--primary);border-radius:4px;width:12px;height:12px;transform:rotate(45deg)}.brand-text{letter-spacing:1px;color:#1e293b;font-family:Outfit,sans-serif;font-size:1.1rem;font-weight:900}.sidebar-nav{flex-direction:column;flex:1;gap:8px;display:flex}.nav-item{color:#64748b;cursor:pointer;text-align:left;background:0 0;border:none;border-radius:12px;align-items:center;gap:12px;padding:12px 16px;font-family:inherit;font-weight:700;transition:all .2s;display:flex;position:relative}.active-pill{background:var(--primary);border-radius:0 4px 4px 0;width:4px;height:24px;position:absolute;left:-1.5rem}.mobile-close-btn{color:#64748b;cursor:pointer;background:0 0;border:none;padding:8px;display:none}@media (width<=1024px){.dashboard-sidebar{height:100vh;position:fixed;left:-280px;box-shadow:20px 0 50px #0000001a}.dashboard-sidebar.mobile-visible{left:0}.mobile-close-btn{background:#f8fafc;border-radius:12px;justify-content:center;align-items:center;width:40px;height:40px;margin-left:auto;display:flex}}@media (width<=480px){.dashboard-sidebar{width:85%;left:-85%}}.content-header{z-index:90;background:#fff;border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;height:80px;padding:0 2rem;display:flex;position:sticky;top:0}.mobile-menu-trigger{color:#1e293b;cursor:pointer;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;padding:8px;transition:all .2s;display:none}.mobile-menu-trigger:hover{background:#f1f5f9}.search-mini{background:#f1f5f9;border:2px solid #0000;border-radius:100px;align-items:center;gap:12px;width:100%;max-width:320px;padding:10px 18px;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex}.search-mini:focus-within{border-color:var(--primary);background:#fff;box-shadow:0 0 0 4px #e31e240d}.search-mini input{color:#1e293b;background:0 0;border:none;outline:none;width:100%;font-family:Plus Jakarta Sans,sans-serif;font-size:.875rem;font-weight:600}.search-mini input::placeholder{color:#94a3b8;font-weight:500}.wallet-summary{align-items:center;gap:12px;display:flex}.wallet-icon-box{color:#10b981;background:#f0fdf4;border-radius:12px;justify-content:center;align-items:center;width:40px;height:40px;display:flex;box-shadow:0 2px 8px #10b9811a}.wallet-text label{text-transform:uppercase;color:#94a3b8;letter-spacing:.5px;margin-bottom:2px;font-size:.65rem;font-weight:800;line-height:1;display:block}.wallet-text strong{color:#1e293b;font-family:Outfit,sans-serif;font-size:1.15rem;font-weight:800}.header-divider{background:#e2e8f0;width:1px;height:32px}.user-profile-trigger{align-items:center;gap:12px;display:flex}.user-info{text-align:right}.user-info strong{color:#1e293b;font-size:.9rem;font-weight:800;display:block}.user-info span{color:#64748b;font-size:.75rem;font-weight:600}.avatar-notif-group{align-items:center;gap:10px;display:flex}.user-avatar{object-fit:cover;border:2px solid #fff;border-radius:14px;width:44px;height:44px;box-shadow:0 4px 12px #00000014}.notif-badge-wrapper{color:#64748b;cursor:pointer;background:#f8fafc;border:1px solid #f1f5f9;border-radius:12px;justify-content:center;align-items:center;width:40px;height:40px;transition:all .2s;display:flex;position:relative}.notif-badge-wrapper:hover{color:#1e293b;background:#f1f5f9;border-color:#e2e8f0}.notif-dot{background:var(--primary);border:2px solid #fff;border-radius:50%;width:8px;height:8px;position:absolute;top:8px;right:8px}@media (width<=1024px){.content-header{padding:0 1.25rem}.mobile-menu-trigger{display:block}}@media (width<=768px){.content-header{height:70px;padding:0 1rem}.search-mini{display:none}.wallet-summary{background:#f0fdf4;border-radius:100px;gap:8px;padding:6px 12px}.wallet-icon-box{width:24px;height:24px;box-shadow:none;background:0 0}.wallet-text label{display:none}.wallet-text strong{color:#10b981;font-size:.95rem}.user-info,.header-divider{display:none}.header-right{gap:.75rem;margin-left:auto}.user-avatar,.notif-badge-wrapper{border-radius:10px;width:36px;height:36px}}.overview-view{flex-direction:column;gap:2.5rem;display:flex}.view-header-modern{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;margin-bottom:.5rem;display:flex}.font-brand{font-family:Outfit,sans-serif}.welcome-text h2{margin-bottom:4px;font-size:2.25rem;font-weight:900}.welcome-text p{color:#64748b;font-weight:600}.btn-primary-dash{background:var(--brand-gradient);color:#fff;cursor:pointer;border:none;border-radius:14px;align-items:center;gap:10px;padding:14px 28px;font-weight:800;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 4px 15px #e31e2433}.btn-primary-dash:hover{transform:translateY(-2px);box-shadow:0 8px 25px #e31e244d}.overview-stats-grid-refined{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.dash-stat-card{background:#fff;border:1px solid #e2e8f0;border-radius:28px;align-items:center;gap:1.5rem;padding:2rem;transition:all .3s;display:flex;position:relative}.dash-stat-card:hover{border-color:var(--primary);box-shadow:0 10px 30px #00000008}.stat-visual{border-radius:18px;justify-content:center;align-items:center;width:56px;height:56px;display:flex}.stat-visual.blue{color:#3b82f6;background:#f0f9ff}.stat-visual.green{color:#10b981;background:#f0fdf4}.stat-visual.orange{color:#f97316;background:#fff7ed}.stat-main label{color:#94a3b8;text-transform:uppercase;letter-spacing:.5px;margin-bottom:4px;font-size:.75rem;font-weight:900;display:block}.stat-main strong{color:#1e293b;font-family:Outfit,sans-serif;font-size:1.75rem;font-weight:900}.stat-link-btn{color:#64748b;cursor:pointer;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;margin-left:auto;transition:all .2s;display:flex}.stat-link-btn:hover{background:var(--primary);color:#fff;border-color:var(--primary)}.current-order-widget-modern{background:#fff;border:1px solid #e2e8f0;border-radius:32px;padding:2.5rem;box-shadow:0 10px 30px #00000005}.widget-header{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.widget-title{color:#1e293b;align-items:center;gap:12px;font-family:Outfit,sans-serif;font-size:1.1rem;font-weight:800;display:flex}.order-id-tag{color:#64748b;background:#f1f5f9;border-radius:100px;padding:6px 14px;font-size:.8rem;font-weight:900}.widget-body{flex-wrap:wrap;align-items:center;gap:4rem;display:flex}.product-mini-preview{align-items:center;gap:1.5rem;min-width:250px;display:flex}.product-mini-preview img{object-fit:cover;border-radius:20px;width:80px;height:80px}.product-details h4{color:#1e293b;margin-bottom:4px;font-size:1.1rem;font-weight:800}.product-details p{color:#64748b;font-size:.85rem}.tracking-timeline-horizontal{flex:1;justify-content:space-between;min-width:400px;display:flex;position:relative}.tracking-timeline-horizontal:before{content:"";z-index:1;background:#e2e8f0;height:2px;position:absolute;top:10px;left:0;right:0}.tracking-timeline-horizontal .step{z-index:2;flex-direction:column;align-items:center;gap:12px;display:flex;position:relative}.tracking-timeline-horizontal .dot{background:#fff;border:4px solid #e2e8f0;border-radius:50%;width:20px;height:20px;transition:all .3s}.tracking-timeline-horizontal .step.completed .dot{background:#10b981;border-color:#10b981}.tracking-timeline-horizontal .step.active .dot{border-color:var(--primary);background:#fff;box-shadow:0 0 0 4px #e31e241a}.tracking-timeline-horizontal label{color:#94a3b8;font-size:.75rem;font-weight:800}.tracking-timeline-horizontal .step.active label{color:var(--primary)}.tracking-timeline-horizontal .step.completed label{color:#1e293b}.widget-footer{border-top:1px solid #f1f5f9;margin-top:2rem;padding-top:2rem}.btn-track-details{color:var(--primary);cursor:pointer;background:0 0;border:none;align-items:center;gap:8px;font-size:.9rem;font-weight:900;display:flex}.overview-layout-main{grid-template-columns:1fr 360px;gap:2.5rem;display:grid}.dash-main-panel,.dash-side-panel{background:#fff;border:1px solid #e2e8f0;border-radius:32px;padding:2.5rem;box-shadow:0 10px 30px #00000005}.quick-actions-grid-refined{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}.qa-card{cursor:pointer;text-align:left;background:#f8fafc;border:1px solid #e2e8f0;border-radius:20px;flex-direction:column;align-items:flex-start;gap:1rem;padding:1.25rem;transition:all .2s;display:flex}.qa-card:hover{border-color:var(--primary);background:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #0000000d}.qa-icon{border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.qa-icon.search{color:#3b82f6;background:#f0f9ff}.qa-icon.package{color:#10b981;background:#f0fdf4}.qa-icon.dispute{color:#ef4444;background:#fef2f2}.qa-icon.contact{color:#8b5cf6;background:#f5f3ff}.qa-card span{color:#1e293b;font-size:.85rem;font-weight:800}.panel-header-dash{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.panel-header-dash h3{color:#1e293b;font-family:Outfit,sans-serif;font-size:1.35rem;font-weight:800}.text-link-dash{color:var(--primary);cursor:pointer;background:0 0;border:none;font-size:.85rem;font-weight:900}.dash-activity-list{flex-direction:column;gap:1.5rem;display:flex}.dash-activity-item{background:#f8fafc;border:1px solid #0000;border-radius:20px;align-items:center;gap:1.5rem;padding:1.5rem;transition:all .2s;display:flex}.dash-activity-item:hover{background:#fff;border-color:#e2e8f0;box-shadow:0 4px 15px #00000005}.activity-icon-status{border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.activity-icon-status.blue{color:#3b82f6;background:#fff;box-shadow:0 4px 10px #3b82f61a}.activity-icon-status.green{color:#10b981;background:#fff;box-shadow:0 4px 10px #10b9811a}.activity-info-dash{flex:1}.activity-info-dash p{color:#334155;margin-bottom:4px;font-size:.9rem;font-weight:600;line-height:1.5}.activity-info-dash span{color:#94a3b8;font-size:.75rem;font-weight:800}.activity-action-btn{color:#1e293b;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:8px 16px;font-size:.8rem;font-weight:800}.dash-mini-products{flex-direction:column;gap:1.25rem;display:flex}.dash-mini-card{background:#f8fafc;border:1px solid #0000;border-radius:18px;align-items:center;gap:1rem;padding:12px;display:flex}.dash-mini-card:hover{background:#f1f5f9}.dash-mini-img{border-radius:14px;width:60px;height:60px;overflow:hidden}.dash-mini-img img{object-fit:cover;width:100%;height:100%}.dash-mini-info{flex:1}.dash-mini-info strong{color:#1e293b;margin-bottom:4px;font-size:.9rem;display:block}.dash-mini-meta{justify-content:space-between;align-items:center;display:flex}.dash-mini-meta .price{color:var(--primary);font-size:.85rem;font-weight:900}.dash-mini-meta span{color:#94a3b8;font-size:.75rem;font-weight:800}.dash-mini-btn{color:#64748b;cursor:pointer;background:#fff;border:none;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.dash-info-banner-refined{color:#fff;background:#1e293b;border-radius:28px;justify-content:space-between;align-items:center;margin-top:2.5rem;padding:2rem;display:flex}.banner-content-dash h4{margin-bottom:6px;font-family:Outfit,sans-serif;font-size:1.1rem;font-weight:800}.banner-content-dash p{opacity:.7;font-size:.8rem;font-weight:500;line-height:1.5}.banner-shield{color:#10b981;filter:drop-shadow(0 0 10px #10b98166)}@media (width<=1024px){.overview-stats-grid-refined{grid-template-columns:repeat(2,1fr)}.widget-body{gap:2rem}.tracking-timeline-horizontal{order:2;min-width:100%;margin-top:2rem}}@media (width<=768px){.overview-view{gap:1.5rem}.overview-stats-grid-refined{grid-template-columns:1fr;gap:1rem}.dash-side-panel{grid-template-columns:1fr;padding:1.5rem}.dash-main-panel{padding:1.5rem}.view-header-modern{text-align:left;justify-content:flex-start}.header-actions-dash{width:100%}.btn-primary-dash{justify-content:center;width:100%;padding:12px}.quick-actions-grid-refined{grid-template-columns:repeat(2,1fr);gap:.75rem}.current-order-widget-modern{border-radius:24px;padding:1.5rem}.widget-body{gap:1.5rem}.product-mini-preview{min-width:100%}.tracking-timeline-horizontal{justify-content:flex-start;gap:2rem;min-width:100%;padding-bottom:1rem;overflow-x:auto}.tracking-timeline-horizontal:before{display:none}.tracking-timeline-horizontal .step{min-width:70px}}@media (width<=480px){.quick-actions-grid-refined{grid-template-columns:1fr}}.profile-dash-view{flex-direction:column;gap:3rem;display:flex}.profile-hero-banner{background:var(--brand-gradient);border-radius:32px;height:220px;margin-bottom:2rem;position:relative;box-shadow:0 20px 40px #e31e241a}.hero-avatar-area{align-items:flex-end;gap:2rem;display:flex;position:absolute;bottom:-40px;left:40px}.large-avatar-wrapper{width:140px;height:140px;position:relative}.large-avatar-wrapper img{object-fit:cover;border:6px solid #fff;border-radius:40px;width:100%;height:100%;box-shadow:0 15px 30px #0000001a}.avatar-edit-overlay{cursor:pointer;width:40px;height:40px;color:var(--primary);background:#fff;border:1px solid #e2e8f0;border-radius:12px;justify-content:center;align-items:center;transition:all .2s;display:flex;position:absolute;bottom:10px;right:-10px;box-shadow:0 4px 12px #0000001a}.avatar-edit-overlay:hover{transform:scale(1.1)}.hero-text-area h2{color:#fff;text-shadow:0 2px 10px #0000001a;margin-bottom:4px;font-family:Outfit,sans-serif;font-size:2.25rem;font-weight:900}.hero-text-area p{color:#ffffffe6;margin-bottom:50px;font-weight:700}.profile-info-grid{grid-template-columns:repeat(2,1fr);gap:2rem;display:grid}.info-card-modern{background:#fff;border:1px solid #e2e8f0;border-radius:28px;padding:2.5rem;box-shadow:0 10px 30px #00000005}.card-header-flex{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.card-header-flex h3{color:#1e293b;font-family:Outfit,sans-serif;font-size:1.25rem;font-weight:800}.edit-btn-text{color:var(--primary);cursor:pointer;background:0 0;border:none;font-weight:900}.details-stack{flex-direction:column;gap:1.75rem;margin-bottom:2.5rem;display:flex}.detail-item{align-items:flex-start;gap:1.25rem;display:flex}.detail-icon{color:#64748b;background:#f8fafc;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.detail-content label{color:#94a3b8;text-transform:uppercase;margin-bottom:4px;font-size:.75rem;font-weight:900;display:block}.detail-content strong{color:#1e293b;font-size:1.1rem;display:block}.detail-content p{color:#64748b;font-size:.875rem;font-weight:600}.btn-full-modern{cursor:pointer;border-radius:14px;width:100%;padding:14px;font-family:inherit;font-size:.9rem;font-weight:800;transition:all .2s}.btn-full-modern.primary{background:var(--brand-gradient);color:#fff;border:none;box-shadow:0 4px 15px #e31e2426}.btn-full-modern.secondary{color:#64748b;background:#fff;border:1px solid #e2e8f0}.btn-full-modern.primary:hover{transform:scale(1.01);box-shadow:0 8px 20px #e31e2433}.btn-full-modern.secondary:hover{color:#1e293b;background:#f8fafc;border-color:#cbd5e1}@media (width<=1024px){.profile-info-grid{grid-template-columns:1fr}.hero-avatar-area{left:20px}}@media (width<=768px){.hero-avatar-area{text-align:center;flex-direction:column;align-items:center;bottom:-100px;left:0;right:0}.profile-hero-banner{margin-bottom:110px}.hero-text-area p{color:#64748b;margin-bottom:0}.hero-text-area h2{color:#1e293b}}.favorites-view{flex-direction:column;gap:2.5rem;display:flex}.favorites-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem;display:grid}.favorites-empty-state{text-align:center;background:#fff;border:1px solid #e2e8f0;border-radius:32px;flex-direction:column;justify-content:center;align-items:center;padding:5rem 2rem;display:flex;box-shadow:0 10px 30px #00000005}.empty-icon-box{color:#ef4444;background:#fff1f2;border-radius:30px;justify-content:center;align-items:center;width:100px;height:100px;margin-bottom:2rem;display:flex;box-shadow:0 15px 30px #ef44441a}.favorites-empty-state h3{margin-bottom:1rem;font-family:Outfit,sans-serif;font-size:1.5rem;font-weight:800}.favorites-empty-state p{color:#64748b;max-width:300px;margin-bottom:2.5rem;font-weight:600;line-height:1.6}@media (width<=768px){.favorites-grid{grid-template-columns:1fr}}.transactions-view{flex-direction:column;gap:2.5rem;display:flex}.btn-secondary-styled{color:#64748b;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:12px;align-items:center;gap:8px;padding:10px 18px;font-size:.875rem;font-weight:800;transition:all .2s;display:flex}.btn-secondary-styled:hover{color:#1e293b;background:#f8fafc;border-color:#cbd5e1}.transactions-layout-modular{grid-template-columns:1fr 340px;grid-template-areas:"main side";align-items:start;gap:2.5rem;display:grid}.transactions-main-panel{grid-area:main;min-width:0}.tx-side-panel{flex-direction:column;grid-area:side;gap:2rem;display:flex}.tx-filter-bar{justify-content:space-between;gap:1rem;margin-bottom:2rem;display:flex}.search-mini-tx{background:#fff;border:1px solid #e2e8f0;border-radius:12px;align-items:center;gap:12px;width:320px;max-width:100%;padding:10px 16px;display:flex}.search-mini-tx input{background:0 0;border:none;outline:none;width:100%;font-family:inherit;font-weight:600}.filter-trigger-btn{color:#64748b;cursor:pointer;white-space:nowrap;background:#fff;border:1px solid #e2e8f0;border-radius:12px;align-items:center;gap:8px;padding:10px 16px;font-weight:800;display:flex}.tx-table-container{background:#fff;border:1px solid #e2e8f0;border-radius:24px;overflow:hidden;box-shadow:0 10px 30px #00000005}.table-responsive{-webkit-overflow-scrolling:touch;width:100%;overflow-x:auto}.tx-table{border-collapse:collapse;width:100%;min-width:700px}.tx-table th{text-align:left;color:#94a3b8;text-transform:uppercase;letter-spacing:1px;background:#f8fafc;padding:1.25rem 1.5rem;font-size:.7rem;font-weight:900}.tx-table td{color:#334155;border-bottom:1px solid #f1f5f9;padding:1.5rem;font-weight:600}.tx-meta-info{align-items:center;gap:1.25rem;display:flex}.tx-type-icon{border-radius:12px;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.tx-type-icon.payment{color:#ef4444;background:#fff1f2}.tx-type-icon.escrow{color:#0ea5e9;background:#f0f9ff}.tx-type-icon.refund{color:#10b981;background:#f0fdf4}.tx-meta-info strong{color:#1e293b;font-size:.9375rem;display:block}.tx-meta-info span{color:#94a3b8;font-size:.75rem;font-weight:800}.tx-val{color:#1e293b;font-family:Outfit,sans-serif;font-weight:800}.tx-status-badge{border-radius:100px;padding:6px 14px;font-size:.75rem;font-weight:800}.tx-status-badge.completed{color:#10b981;background:#f0fdf4}.tx-status-badge.pending{color:#f59e0b;background:#fff7ed}.tx-status-badge.refunded{color:#64748b;background:#f1f5f9}.tx-action-more{color:#cbd5e1;cursor:pointer;background:0 0;border:none;border-radius:8px;padding:8px}.tx-action-more:hover{color:#1e293b;background:#f8fafc}.atm-card-container{perspective:1000px}.virtual-atm-card{aspect-ratio:1.58;background:var(--brand-gradient);color:#fff;width:100%;transform-style:preserve-3d;border-radius:24px;padding:1.75rem;position:relative;overflow:hidden;box-shadow:0 20px 50px #e31e2440}.card-top-row{justify-content:space-between;align-items:center;display:flex}.card-omaa-logo{letter-spacing:1px;align-items:center;gap:8px;font-size:.85rem;font-weight:900;display:flex}.card-omaa-logo .dot{background:#fff;border-radius:2px;width:8px;height:8px;transform:rotate(45deg)}.card-chip-visual{background:linear-gradient(135deg,gold 0%,#daa520 100%);border-radius:8px;width:48px;height:38px;margin:1.25rem 0;box-shadow:inset 0 0 10px #0000001a}.card-num-display{letter-spacing:2px;text-shadow:0 2px 4px #0000001a;justify-content:space-between;margin-bottom:1.5rem;font-family:Courier New,Courier,monospace;font-size:1.35rem;font-weight:700;display:flex}.card-footer-row{justify-content:space-between;align-items:flex-end;display:flex}.card-meta label{opacity:.7;letter-spacing:.5px;margin-bottom:4px;font-size:.6rem;font-weight:900;display:block}.card-meta strong{letter-spacing:1px;font-size:.95rem;font-weight:700}.card-gloss{pointer-events:none;background:linear-gradient(135deg,#fff3 0%,#0000 50%,#ffffff1a 100%);position:absolute;inset:0}.card-control-buttons{grid-template-columns:1fr 1fr;gap:1rem;margin-top:1.5rem;display:grid}.btn-card-primary{color:#fff;cursor:pointer;background:#1e293b;border:none;border-radius:14px;justify-content:center;align-items:center;gap:8px;padding:12px;font-family:inherit;font-size:.8rem;font-weight:800;transition:all .2s;display:flex}.btn-card-secondary{color:#64748b;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:14px;justify-content:center;align-items:center;gap:8px;padding:12px;font-family:inherit;font-size:.8rem;font-weight:800;transition:all .2s;display:flex}.btn-card-primary:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.btn-card-secondary:hover{background:#f8fafc;border-color:#cbd5e1}.spending-insights-panel h3{color:#1e293b;margin-bottom:1.25rem;font-family:Outfit,sans-serif;font-size:1.15rem;font-weight:800}.insight-box{background:#fff;border:1px solid #e2e8f0;border-radius:24px;padding:2rem;box-shadow:0 4px 20px #00000005}.insight-header label{color:#94a3b8;text-transform:uppercase;margin-bottom:6px;font-size:.75rem;font-weight:800;display:block}.insight-header strong{color:#1e293b;font-family:Outfit,sans-serif;font-size:1.75rem;font-weight:900}.insight-progress-bar{background:#f1f5f9;border-radius:10px;height:8px;margin:1.5rem 0 1rem;overflow:hidden}.progress-fill-tx{background:var(--brand-gradient);border-radius:10px;height:100%}.insight-footer{color:#64748b;font-size:.8125rem;font-weight:600}@media (width<=1200px){.transactions-layout-modular{grid-template-columns:1fr;grid-template-areas:"side""main";gap:3rem}.tx-side-panel{grid-template-columns:1fr 1fr;align-items:start;gap:2rem;display:grid}}@media (width<=768px){.tx-side-panel{grid-template-columns:1fr}.search-mini-tx{width:100%}.tx-filter-bar{flex-direction:column;align-items:stretch}.filter-trigger-btn{justify-content:center}.tx-table{min-width:600px}.card-num-display{font-size:1.1rem}.virtual-atm-card{padding:1.25rem}}.chat-view-modular{flex-direction:column;gap:2rem;height:calc(100vh - 160px);display:flex}.chat-interface-card{background:#fff;border:1px solid #e2e8f0;border-radius:28px;flex:1;grid-template-columns:320px 1fr;display:grid;overflow:hidden;box-shadow:0 10px 30px #00000005}.chat-sidebar-modular{background:#fcfdfe;border-right:1px solid #e2e8f0;flex-direction:column;display:flex}.chat-search-box{border-bottom:1px solid #f1f5f9;align-items:center;gap:12px;padding:1.5rem;display:flex}.chat-search-box input{background:0 0;border:none;outline:none;width:100%;font-family:inherit;font-weight:600}.chat-list-modular{flex:1;overflow-y:auto}.chat-item-card{cursor:pointer;border-bottom:1px solid #f1f5f9;align-items:center;gap:1rem;padding:1.25rem 1.5rem;transition:all .2s;display:flex;position:relative}.chat-item-card:hover{background:#fff}.chat-item-card.is-unread{background:#f0f9ff}.chat-item-card img{border:2px solid #fff;border-radius:16px;width:48px;height:48px}.chat-item-body{flex:1;min-width:0}.chat-item-header{justify-content:space-between;align-items:baseline;margin-bottom:4px;display:flex}.chat-item-header strong{color:#1e293b;font-size:.9375rem}.chat-item-header span{color:#94a3b8;font-size:.7rem;font-weight:800}.chat-item-body p{color:#64748b;white-space:nowrap;text-overflow:ellipsis;font-size:.8125rem;font-weight:600;overflow:hidden}.unread-indicator-dot{background:var(--primary);border-radius:50%;width:8px;height:8px;position:absolute;bottom:1.5rem;right:1.5rem}.chat-main-modular{background:#fff;justify-content:center;align-items:center;display:flex}.chat-empty-state{text-align:center;max-width:300px}.chat-empty-icon{color:#94a3b8;background:#f1f5f9;border-radius:24px;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 1.5rem;display:flex}.chat-empty-state h3{margin-bottom:8px;font-family:Outfit,sans-serif;font-weight:800}.chat-empty-state p{color:#64748b;margin-bottom:1.5rem;font-size:.875rem;font-weight:500;line-height:1.6}.btn-primary-small{background:var(--brand-gradient);color:#fff;cursor:pointer;border:none;border-radius:10px;padding:10px 20px;font-weight:800}@media (width<=1024px){.chat-interface-card{grid-template-columns:1fr}.chat-main-modular{display:none}}.orders-view{flex-direction:column;gap:2.5rem;display:flex}.order-tabs-container{margin-bottom:-.5rem}.order-filter-pills-scroll{-ms-overflow-style:none;scrollbar-width:none;gap:12px;padding:4px 4px 12px;display:flex;overflow-x:auto}.order-filter-pills-scroll::-webkit-scrollbar{display:none}.pill{color:#64748b;cursor:pointer;white-space:nowrap;background:#fff;border:1px solid #e2e8f0;border-radius:100px;padding:10px 24px;font-size:.85rem;font-weight:800;transition:all .2s}.pill.active{color:#fff;background:#1e293b;border-color:#1e293b;box-shadow:0 4px 12px #0000001a}.orders-vertical-stack{flex-direction:column;gap:1.5rem;min-height:400px;display:flex}.order-box-modern{background:#fff;border:1px solid #e2e8f0;border-radius:28px;transition:all .3s;overflow:hidden}.order-box-modern:hover{border-color:var(--primary);box-shadow:0 15px 40px #e31e240a}.order-box-header{background:#f8fafc;border-bottom:1px solid #e2e8f0;flex-wrap:wrap;align-items:center;gap:3rem;padding:1.5rem 2rem;display:flex}.id-group,.date-group,.seller-group{min-width:120px}.order-label{color:#94a3b8;letter-spacing:.5px;margin-bottom:4px;font-size:.65rem;font-weight:900;display:block}.order-box-header strong{color:#1e293b;font-size:.9rem;font-weight:800}.status-badge-inline{border-radius:100px;align-items:center;gap:8px;margin-left:auto;padding:6px 14px;font-size:.75rem;font-weight:900;display:flex}.status-badge-inline.pending{color:#f97316;background:#fff7ed}.status-badge-inline.shipped{color:#3b82f6;background:#f0f9ff}.status-badge-inline.delivered,.status-badge-inline.completed{color:#10b981;background:#f0fdf4}.status-badge-inline.cancelled,.status-badge-inline.disputed{color:#ef4444;background:#fef2f2}.order-box-body{padding:2rem}.item-row{align-items:center;gap:1.5rem;margin-bottom:2.5rem;display:flex}.item-icon-circle{color:#64748b;background:#f1f5f9;border-radius:100%;justify-content:center;align-items:center;width:56px;height:56px;display:flex}.item-main-details h4{color:#1e293b;margin-bottom:4px;font-family:Outfit,sans-serif;font-size:1.25rem;font-weight:800}.price-badge-order{color:var(--primary);background:#fff1f2;border-radius:100px;padding:4px 12px;font-size:.85rem;font-weight:800;display:inline-block}.stepper-modern-container{max-width:500px}.stepper-rail-new{align-items:center;margin-bottom:12px;display:flex}.node-new{background:#e2e8f0;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;display:flex}.node-new .inner-dot{background:#fff;border-radius:50%;width:8px;height:8px}.node-new.done{background:#10b981;box-shadow:0 0 10px #10b98166}.line-new{background:#e2e8f0;flex:1;height:3px;margin:0 10px}.line-new.done{background:#10b981}.stepper-labels-new{justify-content:space-between;display:flex}.stepper-labels-new div{color:#94a3b8;text-transform:uppercase;letter-spacing:.5px;font-size:.75rem;font-weight:800}.stepper-labels-new div.active{color:#10b981}.dispute-warning-box{color:#ef4444;background:#fef2f2;border:1px solid #fee2e2;border-radius:20px;gap:1rem;padding:1.5rem;display:flex}.warning-content strong{margin-bottom:4px;font-weight:800;display:block}.warning-content p{color:#991b1b;font-size:.85rem;font-weight:600;line-height:1.5}.order-box-footer{background:#f8fafc;border-top:1px solid #e2e8f0;justify-content:flex-end;gap:1rem;padding:1.5rem 2rem;display:flex}.btn-outline-order{color:#64748b;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:12px 24px;font-size:.875rem;font-weight:800;transition:all .2s}.btn-filled-order{background:var(--brand-gradient);color:#fff;cursor:pointer;border:none;border-radius:14px;align-items:center;gap:8px;padding:12px 24px;font-size:.875rem;font-weight:800;transition:all .2s;display:flex;box-shadow:0 4px 12px #e31e2426}.btn-filled-order.dispute{background:#1e293b;box-shadow:0 4px 12px #0000001a}.btn-outline-order:hover{color:#1e293b;background:#f8fafc;border-color:#cbd5e1}.btn-filled-order:hover{transform:translateY(-2px);box-shadow:0 6px 15px #e31e2433}.empty-orders-state{color:#94a3b8;text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:5rem 2rem;display:flex}.empty-orders-state h3{color:#475569;margin:1rem 0 .5rem;font-family:Outfit,sans-serif}.empty-orders-state p{font-size:.9rem;font-weight:600}.escrow-protection-notice{background:#f0fdf4;border:1px solid #dcfce7;border-radius:28px;align-items:center;gap:2rem;margin-top:2rem;padding:2rem;display:flex}.escrow-icon-box{color:#10b981;background:#fff;border-radius:20px;flex-shrink:0;justify-content:center;align-items:center;width:64px;height:64px;display:flex;box-shadow:0 10px 20px #10b9811a}.escrow-notice-text{flex:1}.escrow-notice-text strong{color:#166534;margin-bottom:6px;font-family:Outfit,sans-serif;font-size:1.1rem;display:block}.escrow-notice-text p{color:#15803d;font-size:.9rem;font-weight:600;line-height:1.6}.escrow-learn-btn{color:#10b981;cursor:pointer;background:#fff;border:1px solid #dcfce7;border-radius:12px;padding:10px 20px;font-weight:800;transition:all .2s}.escrow-learn-btn:hover{background:#f0fdf4;transform:translateY(-1px)}@media (width<=1024px){.order-box-header{gap:1.5rem}.status-badge-inline{border-top:1px solid #e2e8f0;border-radius:0;justify-content:center;width:100%;margin-top:1rem;margin-left:0;padding-top:1rem}}@media (width<=768px){.orders-view{gap:1.5rem}.order-box-header{flex-direction:column;align-items:flex-start;gap:.75rem;padding:1.25rem}.order-box-body{padding:1.25rem}.item-row{margin-bottom:1.5rem}.item-main-details h4{font-size:1.1rem}.stepper-modern-container{min-width:100%}.order-box-footer{flex-direction:column;padding:1.25rem}.order-box-footer button{justify-content:center;width:100%}.escrow-protection-notice{text-align:center;flex-direction:column;gap:1.25rem;padding:1.5rem}.escrow-icon-box{width:48px;height:48px}.escrow-notice-text strong{font-size:1rem}.escrow-notice-text p{font-size:.85rem}.escrow-learn-btn{width:100%}}.escrow-view{flex-direction:column;gap:2.5rem;display:flex}.escrow-total-card{color:#fff;text-align:right;background:#1e293b;border-radius:24px;padding:1.5rem 2.5rem}.total-label{text-transform:uppercase;letter-spacing:1px;opacity:.6;margin-bottom:4px;font-size:.75rem;font-weight:800}.total-amount{font-family:Outfit,sans-serif;font-size:2rem;font-weight:900}.escrow-grid{grid-template-columns:1fr 360px;gap:2.5rem;display:grid}.escrow-main-content,.escrow-side-panel{background:#fff;border:1px solid #e2e8f0;border-radius:32px;padding:2.5rem}.vault-list{flex-direction:column;gap:1.25rem;display:flex}.vault-item{background:#f8fafc;border:1px solid #e2e8f0;border-radius:20px;align-items:center;gap:1.5rem;padding:1.5rem;display:flex}.vault-icon-box{border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.vault-icon-box.locked{color:#ef4444;background:#fef2f2}.vault-info{flex:1}.vault-info strong{color:#1e293b;margin-bottom:2px;font-size:.95rem;display:block}.vault-info span{color:#64748b;font-size:.8rem;font-weight:600}.vault-amount{color:#1e293b;margin:0 1.5rem;font-size:1rem;font-weight:800}.vault-status-tag{color:#ef4444;text-transform:uppercase;background:#fff1f2;border-radius:100px;margin-right:1.5rem;padding:4px 12px;font-size:.7rem;font-weight:900}.vault-action-btn{cursor:pointer;border-radius:12px;padding:10px 20px;font-size:.85rem;font-weight:800;transition:all .2s}.vault-action-btn.primary{color:#fff;background:#10b981;border:none}.vault-action-btn.disabled{color:#94a3b8;cursor:not-allowed;background:#e2e8f0;border:none}.protection-summary-card{background:#f0fdf4;border:1px solid #dcfce7;border-radius:24px;margin-bottom:2.5rem;padding:2rem}.summary-header{align-items:center;gap:12px;margin-bottom:1.5rem;display:flex}.summary-header h4{color:#166534;font-family:Outfit,sans-serif;font-size:1.1rem;font-weight:800}.summary-stats{flex-direction:column;gap:1.25rem;display:flex}.summary-stat{justify-content:space-between;align-items:center;display:flex}.summary-stat label{color:#15803d;font-size:.8rem;font-weight:700}.summary-stat strong{color:#166534;font-size:1.1rem;font-weight:900}.protection-footer{border-top:1px solid #dcfce7;margin-top:1.5rem;padding-top:1rem}.protection-footer p{color:#10b981;cursor:pointer;align-items:center;gap:6px;font-size:.75rem;font-weight:800;display:flex}.mini-history-list{flex-direction:column;gap:1rem;margin-bottom:1.5rem;display:flex}.mini-history-item{gap:1rem;display:flex}.history-icon.released{color:#10b981;margin-top:4px}.history-details p{color:#334155;font-size:.85rem;font-weight:600;line-height:1.4}.history-details span{color:#94a3b8;font-size:.75rem;font-weight:700}.view-all-history-btn{color:#64748b;cursor:pointer;background:0 0;border:1px solid #e2e8f0;border-radius:12px;justify-content:center;align-items:center;gap:8px;width:100%;padding:12px;font-size:.85rem;font-weight:800;display:flex}@media (width<=1200px){.escrow-grid{grid-template-columns:1fr;gap:1.5rem}}@media (width<=768px){.escrow-view{gap:1.5rem}.escrow-total-card{text-align:center;padding:1.25rem}.total-amount{font-size:1.5rem}.escrow-main-content,.escrow-side-panel{border-radius:24px;padding:1.25rem}.vault-item{text-align:center;flex-direction:column;padding:1.25rem}.vault-amount{margin:.75rem 0}.vault-status-tag{margin:0 0 1rem}.vault-action-btn{width:100%}.protection-summary-card{padding:1.5rem}}.disputes-view{flex-direction:column;gap:2.5rem;display:flex}.disputes-layout{grid-template-columns:1fr 360px;gap:2.5rem;display:grid}.disputes-list-panel,.disputes-info-panel{background:#fff;border:1px solid #e2e8f0;border-radius:32px;padding:2.5rem}.dispute-item-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:24px;margin-bottom:1.5rem;padding:2rem;transition:all .3s}.dispute-item-card:hover{border-color:#ef4444;box-shadow:0 10px 30px #ef44440d}.dispute-card-header{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.dispute-type{color:#1e293b;align-items:center;gap:10px;font-weight:800;display:flex}.dispute-status-tag{text-transform:uppercase;border-radius:100px;padding:6px 14px;font-size:.75rem;font-weight:900}.dispute-status-tag.active{color:#ef4444;background:#fef2f2}.dispute-card-body{margin-bottom:2rem}.dispute-target{align-items:center;gap:8px;margin-bottom:.75rem;display:flex}.dispute-target strong{color:#1e293b;font-size:1.1rem;font-weight:900}.dispute-target span{color:#64748b;font-size:.95rem;font-weight:600}.dispute-card-body p{color:#475569;font-size:.9rem;font-weight:500;line-height:1.6}.dispute-card-footer{border-top:1px solid #e2e8f0;justify-content:space-between;align-items:center;padding-top:1.5rem;display:flex}.dispute-meta{flex-direction:column;gap:4px;display:flex}.dispute-meta span{color:#94a3b8;font-size:.75rem;font-weight:700}.btn-view-dispute{color:#1e293b;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:12px;align-items:center;gap:8px;padding:10px 18px;font-size:.85rem;font-weight:800;display:flex}.dispute-empty-state-placeholder{text-align:center;color:#94a3b8;padding:3rem;font-size:.9rem;font-weight:600}.mediation-info-card{color:#fff;background:#1e293b;border-radius:24px;margin-bottom:2.5rem;padding:2.5rem}.mediation-info-card h4{margin:1.5rem 0;font-family:Outfit,sans-serif;font-size:1.25rem;font-weight:800}.mediation-steps{flex-direction:column;gap:1.5rem;display:flex}.m-step{gap:1rem;display:flex}.step-num{background:var(--primary);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;font-size:.75rem;font-weight:900;display:flex}.step-txt strong{margin-bottom:2px;font-size:.9rem;display:block}.step-txt p{opacity:.6;font-size:.75rem;line-height:1.4}.dispute-quick-help h3{margin-bottom:1.25rem;font-family:Outfit,sans-serif;font-size:1.1rem;font-weight:800}.help-links{flex-direction:column;gap:.75rem;display:flex}.help-links button{color:#475569;text-align:left;cursor:pointer;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;align-items:center;gap:10px;padding:12px;font-size:.85rem;font-weight:800;display:flex}@media (width<=1200px){.disputes-layout{grid-template-columns:1fr;gap:1.5rem}}@media (width<=768px){.disputes-view{gap:1.5rem}.view-header{flex-direction:column;align-items:stretch;gap:1rem}.btn-primary-dash{justify-content:center;width:100%}.disputes-list-panel,.disputes-info-panel{border-radius:24px;padding:1.25rem}.dispute-item-card{border-radius:20px;padding:1.25rem}.dispute-card-header{flex-direction:column;align-items:flex-start;gap:.75rem}.dispute-card-footer{flex-direction:column;align-items:stretch;gap:1.25rem}.btn-view-dispute{justify-content:center;width:100%}.mediation-info-card{padding:1.5rem}}.settings-view-modular{flex-direction:column;gap:2.5rem;display:flex}.settings-modular-grid{grid-template-columns:repeat(2,1fr);gap:2rem;display:grid}.settings-group-card{background:#fff;border:1px solid #e2e8f0;border-radius:24px;overflow:hidden;box-shadow:0 10px 30px #00000005}.group-header{background:#f8fafc;border-bottom:1px solid #f1f5f9;align-items:center;gap:12px;padding:1.5rem 2rem;display:flex}.group-header h3{color:#1e293b;font-family:Outfit,sans-serif;font-size:1.1rem;font-weight:800}.group-header svg{color:#64748b}.group-body{flex-direction:column;gap:1.5rem;padding:2rem;display:flex}.setting-toggle-row{justify-content:space-between;align-items:center;gap:2rem;display:flex}.setting-label-area strong{color:#1e293b;margin-bottom:4px;font-size:.9375rem;display:block}.setting-label-area p{color:#64748b;font-size:.8125rem;font-weight:500}.toggle-switch{cursor:pointer;background:#e2e8f0;border:none;border-radius:100px;flex-shrink:0;width:48px;height:26px;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative}.toggle-switch:after{content:"";background:#fff;border-radius:50%;width:20px;height:20px;transition:all .3s cubic-bezier(.4,0,.2,1);position:absolute;top:3px;left:3px;box-shadow:0 2px 4px #0000001a}.toggle-switch.active{background:#10b981}.toggle-switch.active:after{left:25px}.btn-outline-settings{color:#64748b;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:12px;width:100%;padding:12px;font-family:inherit;font-weight:800;transition:all .2s}.btn-outline-settings:hover{color:#1e293b;background:#f8fafc;border-color:#cbd5e1}.btn-danger-settings{color:#ef4444;cursor:pointer;background:#fff1f2;border:1px solid #fecaca;border-radius:12px;width:100%;padding:12px;font-family:inherit;font-weight:800;transition:all .2s}.btn-danger-settings:hover{color:#fff;background:#ef4444}.info-box-settings{background:#f8fafc;border:1px solid #f1f5f9;border-radius:14px;padding:1.25rem}.info-box-settings label{color:#94a3b8;text-transform:uppercase;margin-bottom:4px;font-size:.7rem;font-weight:900;display:block}.info-box-settings strong{color:#1e293b;font-size:.9375rem;display:block}@media (width<=1024px){.settings-modular-grid{grid-template-columns:1fr}}.dashboard-layout{color:#1e293b;background:#f8fafc;min-height:100vh;display:flex;overflow-x:hidden}.dashboard-content{flex-direction:column;flex:1;min-width:0;display:flex}.section-viewport{flex:1;width:100%;max-width:1400px;margin:0 auto;padding:2.5rem}.mobile-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:95;background:#00000080;position:fixed;inset:0}.view-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;margin-bottom:2.5rem;display:flex}.view-header h2{margin-bottom:.5rem;font-family:Outfit,sans-serif;font-size:2rem;font-weight:900}.view-header p{color:#64748b;font-weight:600}.btn-primary{background:var(--brand-gradient);color:#fff;cursor:pointer;border:none;border-radius:12px;align-items:center;gap:10px;padding:12px 24px;font-size:.9rem;font-weight:800;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 4px 15px #e31e2433}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 25px #e31e244d}@media (width<=768px){.section-viewport{flex-direction:column;gap:2rem;padding:1.25rem;display:flex}}.dashboard-sidebar.seller-sidebar{z-index:100;background:#fff;border-right:1px solid #e2e8f0;flex-direction:column;width:280px;height:100vh;padding:2rem 1.5rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:sticky;top:0}.seller-sidebar .sidebar-brand{align-items:center;gap:12px;margin-bottom:3rem;padding-left:.5rem;display:flex}.seller-sidebar .brand-icon{color:#e31e24}.seller-sidebar .brand-text{letter-spacing:.5px;color:#1e293b;font-family:Inter,sans-serif;font-size:1.1rem;font-weight:800}.seller-sidebar .sidebar-nav{flex-direction:column;flex:1;gap:8px;display:flex}.seller-sidebar .nav-item{color:#64748b;cursor:pointer;text-align:left;background:0 0;border:none;border-radius:12px;align-items:center;gap:12px;padding:12px 16px;font-family:inherit;font-weight:700;transition:all .2s;display:flex;position:relative}.seller-sidebar .nav-item:hover{color:#1e293b;background:#f1f5f9}.seller-sidebar .nav-item.active{color:#e31e24;background:#fff1f1}.seller-sidebar .active-pill{background:#e31e24;border-radius:0 4px 4px 0;width:4px;height:24px;position:absolute;left:-1.5rem}.seller-sidebar .nav-item.logout{color:#ef4444;margin-top:1rem}.seller-sidebar .nav-item.back-btn{border-top:1px solid #f1f5f9;border-radius:0;margin-top:auto;padding-top:1.5rem}.seller-sidebar .nav-item.logout:hover{background:#fef2f2}.seller-sidebar .mobile-close-btn{color:#64748b;cursor:pointer;background:0 0;border:none;padding:8px;display:none}@media (width<=1024px){.dashboard-sidebar.seller-sidebar{height:100vh;position:fixed;left:-280px;box-shadow:20px 0 50px #0000001a}.dashboard-sidebar.seller-sidebar.mobile-visible{left:0}.seller-sidebar .mobile-close-btn{justify-content:center;align-items:center;margin-left:auto;display:flex}.seller-sidebar .active-pill{left:-1.5rem}}@media (width<=768px){.dashboard-sidebar.seller-sidebar{width:100%;max-width:300px;left:-300px}}.content-header.seller-header{z-index:90;background:#fff;border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;height:80px;padding:0 2.5rem;display:flex;position:sticky;top:0}.seller-header .header-left{align-items:center;gap:1.25rem;display:flex}.seller-header .mobile-menu-trigger{color:#1e293b;cursor:pointer;background:#f1f5f9;border:none;border-radius:12px;justify-content:center;align-items:center;padding:10px;transition:all .2s;display:none}.seller-header .search-mini{background:#f8fafc;border:1px solid #e2e8f0;border-radius:14px;align-items:center;gap:12px;width:280px;padding:10px 18px;transition:all .2s;display:flex}.seller-header .search-mini:focus-within{background:#fff;border-color:#e31e24;width:320px;box-shadow:0 4px 12px #e31e2414}.seller-header .header-right{align-items:center;gap:1.5rem;display:flex}.seller-header .add-product-btn-quick{color:#fff;cursor:pointer;background:#e31e24;border:none;border-radius:14px;align-items:center;gap:8px;padding:12px 20px;font-weight:800;transition:all .2s;display:flex;box-shadow:0 4px 15px #e31e2433}.seller-header .wallet-summary{background:#fff1f1;border-radius:16px;align-items:center;gap:12px;padding:8px 16px;display:flex}.seller-header .wallet-icon-box{color:#e31e24;display:flex}.seller-header .wallet-text strong{color:#1e293b;font-size:1.1rem;font-weight:900}@media (width<=1200px){.seller-header.content-header{padding:0 1.5rem}.seller-header .search-mini{width:200px}.seller-header .search-mini:focus-within{width:240px}}@media (width<=1024px){.seller-header .mobile-menu-trigger{display:flex}}@media (width<=768px){.seller-header.content-header{height:70px;padding:0 1.25rem}.seller-header .search-mini,.seller-header .wallet-summary,.seller-header .header-divider,.seller-header .user-info{display:none}.seller-header .add-product-btn-quick{border-radius:12px;padding:10px}.seller-header .add-product-btn-quick span{display:none}.seller-header .header-right{gap:.75rem}.seller-header .notif-badge-wrapper,.seller-header .user-avatar{width:38px;height:38px}}.seller-overview.overview-view{flex-direction:column;gap:2.5rem;display:flex}.seller-overview .font-brand{font-family:Inter,sans-serif}.seller-overview .view-header-modern{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;margin-bottom:.5rem;display:flex}.seller-overview .welcome-text h2{color:#1e293b;margin-bottom:4px;font-size:2.25rem;font-weight:900}.seller-overview .welcome-text p{color:#64748b;font-weight:600}.seller-overview .btn-primary-dash{color:#fff;cursor:pointer;background:#e31e24;border:none;border-radius:14px;align-items:center;gap:10px;padding:14px 28px;font-weight:800;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 4px 15px #e31e2433}.seller-overview .btn-primary-dash:hover{background:#c1181e;transform:translateY(-2px);box-shadow:0 8px 25px #e31e244d}.seller-overview .overview-stats-grid-refined{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.seller-overview .dash-stat-card{background:#fff;border:1px solid #e2e8f0;border-radius:24px;align-items:center;gap:1.25rem;padding:1.5rem;transition:all .3s;display:flex;position:relative}.seller-overview .dash-stat-card:hover{border-color:#e31e24;transform:translateY(-2px);box-shadow:0 10px 30px #0000000a}.seller-overview .stat-visual{border-radius:16px;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;display:flex}.seller-overview .stat-visual.red{color:#e31e24;background:#fff1f1}.seller-overview .stat-visual.blue{color:#3b82f6;background:#f0f9ff}.seller-overview .stat-visual.green{color:#10b981;background:#f0fdf4}.seller-overview .stat-visual.orange{color:#f97316;background:#fff7ed}.seller-overview .stat-main label{color:#94a3b8;text-transform:uppercase;letter-spacing:.5px;margin-bottom:2px;font-size:.7rem;font-weight:900;display:block}.seller-overview .stat-main strong{color:#1e293b;font-family:Inter,sans-serif;font-size:1.4rem;font-weight:900;line-height:1.2;display:block}.seller-overview .stat-sub{color:#64748b;font-size:.7rem;font-weight:600}.seller-overview .overview-layout-main{grid-template-columns:1fr 360px;gap:2.5rem;display:grid}.seller-overview .dash-main-panel,.seller-overview .dash-side-panel{background:#fff;border:1px solid #e2e8f0;border-radius:32px;padding:2.5rem;box-shadow:0 10px 30px #00000005}.seller-overview .panel-header-dash{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.seller-overview .panel-header-dash h3{color:#1e293b;font-family:Inter,sans-serif;font-size:1.25rem;font-weight:800}.seller-overview .badge-pulse{color:#e31e24;background:#fff1f1;border-radius:100px;align-items:center;gap:6px;padding:4px 12px;font-size:.75rem;font-weight:800;display:flex}.seller-overview .badge-pulse:before{content:"";background:#e31e24;border-radius:50%;width:6px;height:6px;animation:1.5s infinite pulse}@keyframes pulse{0%{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.5)}to{opacity:1;transform:scale(1)}}.seller-overview .action-center-grid{grid-template-columns:repeat(2,1fr);gap:1.25rem;display:grid}.seller-overview .action-card{cursor:pointer;text-align:left;background:#f8fafc;border:1px solid #e2e8f0;border-radius:20px;align-items:center;gap:1rem;padding:1.25rem;transition:all .2s;display:flex}.seller-overview .action-card:hover{background:#fff;border-color:#e31e24;transform:translateY(-2px);box-shadow:0 4px 15px #0000000d}.seller-overview .action-icon{border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.seller-overview .action-icon.blue{color:#3b82f6;background:#f0f9ff}.seller-overview .action-icon.orange{color:#f97316;background:#fff7ed}.seller-overview .action-icon.red{color:#e31e24;background:#fff1f1}.seller-overview .action-info{flex:1}.seller-overview .action-info strong{color:#1e293b;font-size:1.1rem;display:block}.seller-overview .action-info span{color:#64748b;font-size:.8rem;font-weight:600}.seller-overview .action-card .arrow{color:#cbd5e1;transition:transform .2s}.seller-overview .action-card:hover .arrow{color:#e31e24;transform:translate(3px)}.seller-overview .time-filters{background:#f1f5f9;border-radius:10px;gap:8px;padding:4px;display:flex}.seller-overview .time-filters button{cursor:pointer;color:#64748b;background:0 0;border:none;border-radius:8px;padding:6px 12px;font-size:.75rem;font-weight:700;transition:all .2s}.seller-overview .time-filters button.active{color:#1e293b;background:#fff;box-shadow:0 2px 4px #0000000d}.seller-overview .analytics-placeholder{padding-top:1rem}.seller-overview .chart-mockup{border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:flex-end;gap:12px;height:200px;padding-bottom:8px;display:flex}.seller-overview .chart-bar-wrapper{flex:1;align-items:flex-end;height:100%;display:flex;position:relative}.seller-overview .chart-bar{background:#fff1f1;border-radius:6px 6px 0 0;width:100%;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative}.seller-overview .chart-bar-wrapper:hover .chart-bar{background:#e31e24}.seller-overview .bar-tooltip{color:#fff;white-space:nowrap;opacity:0;visibility:hidden;background:#1e293b;border-radius:6px;padding:4px 8px;font-size:.7rem;font-weight:700;transition:all .2s;position:absolute;top:-35px;left:50%;transform:translate(-50%)translateY(5px)}.seller-overview .chart-bar-wrapper:hover .bar-tooltip{opacity:1;visibility:visible;transform:translate(-50%)translateY(0)}.seller-overview .chart-labels{justify-content:space-between;padding-top:12px;display:flex}.seller-overview .chart-labels span{color:#94a3b8;text-align:center;flex:1;font-size:.75rem;font-weight:700}.seller-overview .status-breakdown{flex-direction:column;gap:1.25rem;display:flex}.seller-overview .status-row{align-items:center;gap:1rem;display:flex}.seller-overview .status-label-group{align-items:center;gap:8px;width:100px;display:flex}.seller-overview .status-dot{border-radius:50%;width:8px;height:8px}.seller-overview .status-dot.blue{background:#3b82f6}.seller-overview .status-dot.green{background:#10b981}.seller-overview .status-dot.red{background:#e31e24}.seller-overview .status-label-group span{color:#475569;font-size:.85rem;font-weight:600}.seller-overview .status-progress-bg{background:#f1f5f9;border-radius:100px;flex:1;height:8px;overflow:hidden}.seller-overview .status-progress-bar{border-radius:100px;height:100%}.seller-overview .status-progress-bar.blue{background:#3b82f6}.seller-overview .status-progress-bar.green{background:#10b981}.seller-overview .status-progress-bar.red{background:#e31e24}.seller-overview .status-count{color:#1e293b;text-align:right;width:24px;font-size:.85rem;font-weight:800}.seller-overview .reviews-mini-list{flex-direction:column;gap:1.25rem;display:flex}.seller-overview .review-mini-item{background:#f8fafc;border:1px solid #0000;border-radius:20px;padding:1.25rem;transition:all .2s}.seller-overview .review-mini-item:hover{background:#fff;border-color:#e2e8f0}.seller-overview .review-stars{gap:2px;margin-bottom:8px;display:flex}.seller-overview .review-mini-item p{color:#334155;margin-bottom:8px;font-size:.85rem;font-weight:500;line-height:1.5}.seller-overview .review-footer{justify-content:space-between;align-items:center;display:flex}.seller-overview .review-footer span{color:#94a3b8;font-size:.75rem;font-weight:700}@media (width<=1400px){.seller-overview .overview-stats-grid-refined{grid-template-columns:repeat(2,1fr)}}@media (width<=1200px){.seller-overview .overview-layout-main{grid-template-columns:1fr;gap:2rem}.seller-overview .dash-side-panel{grid-template-columns:1fr 1fr;gap:2rem;display:grid}}@media (width<=768px){.seller-overview.overview-view{gap:1.5rem}.seller-overview .view-header-modern{flex-direction:column;align-items:flex-start;gap:1rem}.seller-overview .welcome-text h2{font-size:1.75rem}.seller-overview .btn-primary-dash{justify-content:center;width:100%}.seller-overview .overview-stats-grid-refined{grid-template-columns:1fr;gap:.75rem}.seller-overview .dash-stat-card{padding:1.25rem}.seller-overview .action-center-grid{grid-template-columns:1fr;gap:1rem}.seller-overview .dash-main-panel,.seller-overview .dash-side-panel{border-radius:24px;padding:1.5rem}.seller-overview .dash-side-panel{grid-template-columns:1fr}.seller-overview .analytics-placeholder{padding-bottom:1rem;overflow-x:auto}.seller-overview .chart-mockup{min-width:450px}}.seller-products.products-view{flex-direction:column;gap:2rem;display:flex}.seller-products .inventory-controls{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;display:flex}.seller-products .search-bar-modern{color:#64748b;background:#fff;border:1px solid #e2e8f0;border-radius:14px;flex:1;align-items:center;gap:12px;max-width:400px;padding:12px 18px;transition:all .2s;display:flex}.seller-products .search-bar-modern:focus-within{border-color:#e31e24;box-shadow:0 0 0 4px #e31e240d}.seller-products .search-bar-modern input{color:#1e293b;border:none;outline:none;width:100%;font-family:inherit;font-weight:600}.seller-products .control-groups{align-items:center;gap:1rem;display:flex}.seller-products .filter-dropdown-modern{color:#475569;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:14px;align-items:center;gap:10px;padding:12px 18px;font-weight:700;transition:all .2s;display:flex}.seller-products .filter-dropdown-modern:hover{background:#f8fafc}.seller-products .view-toggle-modern{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:4px;display:flex}.seller-products .view-toggle-modern button{color:#64748b;cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;width:40px;height:40px;transition:all .2s;display:flex}.seller-products .view-toggle-modern button.active{color:#e31e24;background:#fff1f1}.seller-products .inventory-list-table{-webkit-overflow-scrolling:touch;background:#fff;border:1px solid #e2e8f0;border-radius:24px;overflow-x:auto}.seller-products .table-header{color:#64748b;text-transform:uppercase;letter-spacing:.5px;background:#f8fafc;border-bottom:1px solid #e2e8f0;grid-template-columns:2fr 1fr 1fr 1fr 1fr 1fr 80px;min-width:900px;padding:1.25rem 2rem;font-size:.75rem;font-weight:800;display:grid}.seller-products .table-row{border-bottom:1px solid #f1f5f9;grid-template-columns:2fr 1fr 1fr 1fr 1fr 1fr 80px;align-items:center;min-width:900px;padding:1.25rem 2rem;transition:background .2s;display:grid}.seller-products .table-row:last-child{border:none}.seller-products .table-row:hover{background:#f8fafc}.seller-products .product-info-cell{align-items:center;gap:1rem;display:flex}.seller-products .product-thumb{color:#94a3b8;background:#f1f5f9;border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;display:flex;overflow:hidden}.seller-products .product-thumb img{object-fit:cover;width:100%;height:100%}.seller-products .product-meta strong{color:#1e293b;font-size:.95rem;display:block}.seller-products .product-meta span{color:#94a3b8;font-size:.75rem;font-weight:600}.seller-products .type-badge{text-transform:capitalize;border-radius:8px;align-items:center;gap:6px;padding:4px 10px;font-size:.75rem;font-weight:700;display:inline-flex}.seller-products .type-badge.physical{color:#0ea5e9;background:#f0f9ff}.seller-products .type-badge.digital{color:#10b981;background:#f0fdf4}.seller-products .type-badge.service{color:#e31e24;background:#fff1f1}.seller-products .status-pill{text-transform:uppercase;border-radius:100px;padding:4px 12px;font-size:.7rem;font-weight:800}.seller-products .status-pill.active{color:#15803d;background:#dcfce7}.seller-products .status-pill.out_of_stock{color:#b91c1c;background:#fee2e2}.seller-products .text-red{color:#e31e24;font-weight:700}.seller-products .icon-btn{color:#94a3b8;cursor:pointer;background:0 0;border:none;border-radius:8px;padding:8px;transition:all .2s}.seller-products .icon-btn:hover{color:#1e293b;background:#f1f5f9}.seller-products .add-product-modal{z-index:101;background:#fff;border-radius:32px;width:90%;max-width:700px;padding:2.5rem;box-shadow:0 20px 50px #00000026}.seller-products .modal-header{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.seller-products .modal-header h3{font-family:Inter,sans-serif;font-size:1.5rem;font-weight:900}.seller-products .close-btn{color:#94a3b8;cursor:pointer;background:0 0;border:none;font-size:2rem}.seller-products .form-section{margin-bottom:2rem}.seller-products .form-section label{color:#1e293b;margin-bottom:1rem;font-size:.9rem;font-weight:800;display:block}.seller-products .type-selector{grid-template-columns:repeat(3,1fr);gap:1rem;display:grid}.seller-products .type-btn{cursor:pointer;background:#f8fafc;border:2px solid #0000;border-radius:20px;flex-direction:column;align-items:center;gap:10px;padding:1.5rem;transition:all .2s;display:flex}.seller-products .type-btn:hover{background:#f1f5f9}.seller-products .type-btn.active{color:#e31e24;background:#fff1f1;border-color:#e31e24}.seller-products .form-grid{grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:1.5rem;display:grid}.seller-products .input-group{flex-direction:column;gap:8px;margin-bottom:1.5rem;display:flex}.seller-products .input-group label{color:#475569;font-size:.85rem;font-weight:700}.seller-products .input-group input,.seller-products .input-group select,.seller-products .input-group textarea{border:1px solid #e2e8f0;border-radius:12px;outline:none;padding:12px 16px;font-family:inherit;font-weight:600;transition:border-color .2s}.seller-products .input-group textarea{resize:none;min-height:100px}.seller-products .input-group input:focus{border-color:#e31e24}.seller-products .btn-secondary-sm{color:#475569;cursor:pointer;background:#f1f5f9;border:none;border-radius:10px;padding:10px 16px;font-size:.85rem;font-weight:700}.seller-products .modal-footer{justify-content:flex-end;gap:1rem;margin-top:1rem;display:flex}.seller-products .btn-text{color:#64748b;cursor:pointer;background:0 0;border:none;font-weight:700}@media (width<=1024px){.seller-products .table-header,.seller-products .table-row{grid-template-columns:2fr 1fr 1fr 80px}.seller-products .col-type,.seller-products .col-stock,.seller-products .col-status{display:none}}.seller-orders.orders-view{flex-direction:column;gap:2rem;display:flex}.seller-orders .order-stats-pill{color:#64748b;background:#fff;border:1px solid #e2e8f0;border-radius:100px;align-items:center;gap:10px;padding:12px 20px;font-size:.85rem;display:flex}.seller-orders .order-stats-pill strong{color:#e31e24}.seller-orders .orders-nav-modern{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;display:flex}.seller-orders .tabs-group{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:6px;display:flex}.seller-orders .tab-btn{color:#64748b;cursor:pointer;text-transform:capitalize;background:0 0;border:none;border-radius:10px;padding:10px 24px;font-size:.85rem;font-weight:700;transition:all .2s}.seller-orders .tab-btn.active{color:#e31e24;background:#fff1f1}.seller-orders .search-mini-orders{background:#fff;border:1px solid #e2e8f0;border-radius:100px;flex:1;align-items:center;gap:12px;max-width:320px;padding:10px 18px;display:flex}.seller-orders .search-mini-orders input{border:none;outline:none;width:100%;font-family:inherit;font-size:.85rem;font-weight:600}.seller-orders .orders-list-table{-webkit-overflow-scrolling:touch;background:#fff;border:1px solid #e2e8f0;border-radius:24px;overflow-x:auto}.seller-orders .table-header{color:#64748b;text-transform:uppercase;background:#f8fafc;border-bottom:1px solid #e2e8f0;grid-template-columns:120px 1.5fr 1.5fr 1fr 1fr 1.2fr 60px;min-width:1000px;padding:1.25rem 2rem;font-size:.75rem;font-weight:800;display:grid}.seller-orders .table-row{border-bottom:1px solid #f1f5f9;grid-template-columns:120px 1.5fr 1.5fr 1fr 1fr 1.2fr 60px;align-items:center;min-width:1000px;padding:1.5rem 2rem;transition:background .2s;display:grid}.seller-orders .table-row.clickable{cursor:pointer}.seller-orders .table-row:hover{background:#f8fafc}.seller-orders .customer-cell{align-items:center;gap:10px;display:flex}.seller-orders .avatar-mini{color:#94a3b8;background:#f1f5f9;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.seller-orders .type-tag-sm{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;align-items:center;gap:6px;padding:4px 10px;font-size:.7rem;font-weight:800;display:inline-flex}.seller-orders .type-tag-sm.escrow{color:#3b82f6}.seller-orders .type-tag-sm.direct{color:#f97316}.seller-orders .status-pill-modern{text-transform:capitalize;border-radius:100px;align-items:center;gap:6px;padding:6px 14px;font-size:.75rem;font-weight:800;display:inline-flex}.seller-orders .status-pill-modern.processing{color:#0ea5e9;background:#f0f9ff}.seller-orders .status-pill-modern.shipped{color:#e31e24;background:#fff1f1}.seller-orders .status-pill-modern.delivered{color:#10b981;background:#f0fdf4}.seller-orders .status-pill-modern.pending{color:#64748b;background:#f1f5f9}.seller-orders .order-detail-modal{background:#fff;border-radius:32px;width:90%;max-width:450px;padding:2.5rem;position:absolute;top:2rem;bottom:2rem;right:2rem;overflow-y:auto;box-shadow:-10px 0 50px #0000001a}.seller-orders .order-status-banner{background:#f8fafc;border-radius:24px;align-items:center;gap:1.25rem;margin-bottom:2rem;padding:1.5rem;display:flex}.seller-orders .status-icon-box{border-radius:18px;justify-content:center;align-items:center;width:56px;height:56px;display:flex}.seller-orders .status-icon-box.processing{color:#0ea5e9;background:#e0f2fe}.seller-orders .status-icon-box.shipped{color:#e31e24;background:#fff1f1}.seller-orders .status-text h4{margin-bottom:4px;font-size:.9rem;font-weight:900}.seller-orders .status-text p{color:#94a3b8;font-size:.75rem;font-weight:600}.seller-orders .detail-section{margin-bottom:2rem}.seller-orders .detail-section label{text-transform:uppercase;color:#94a3b8;letter-spacing:.5px;margin-bottom:1rem;font-size:.75rem;font-weight:800;display:block}.seller-orders .info-card{background:#fff;border:1px solid #e2e8f0;border-radius:20px;flex-direction:column;gap:1rem;padding:1.5rem;display:flex}.seller-orders .info-row{justify-content:space-between;font-size:.9rem;display:flex}.seller-orders .info-row span{color:#64748b;font-weight:600}.seller-orders .info-row strong{color:#1e293b;font-weight:800}.seller-orders .btn-secondary-full{color:#1e293b;cursor:pointer;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;justify-content:center;align-items:center;gap:8px;width:100%;margin-top:.5rem;padding:12px;font-size:.85rem;font-weight:800;display:flex}.seller-orders .item-row{background:#f8fafc;border-radius:16px;align-items:center;gap:1rem;padding:1rem;display:flex}.seller-orders .item-thumb{color:#cbd5e1;background:#fff;border-radius:10px;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.seller-orders .item-meta{flex:1}.seller-orders .item-meta strong{color:#1e293b;font-size:.9rem;display:block}.seller-orders .item-meta span{color:#94a3b8;font-size:.75rem;font-weight:600}.seller-orders .item-price{color:#1e293b;font-size:.9rem;font-weight:900}.seller-orders .payment-summary{flex-direction:column;gap:10px;display:flex}.seller-orders .sum-line{color:#64748b;justify-content:space-between;font-size:.9rem;font-weight:700;display:flex}.seller-orders .sum-line.total{color:#1e293b;border-top:1px dashed #e2e8f0;padding-top:10px;font-size:1.1rem;font-weight:900}.seller-orders .modal-footer-vertical{flex-direction:column;gap:10px;margin-top:1rem;display:flex}.seller-orders .btn-outline-full{color:#64748b;cursor:pointer;background:0 0;border:2px solid #f1f5f9;border-radius:14px;width:100%;padding:16px;font-size:.9rem;font-weight:800}@media (width<=1024px){.seller-orders .table-header,.seller-orders .table-row{grid-template-columns:100px 1fr 1fr 1fr 60px}.seller-orders .col-product,.seller-orders .col-type{display:none}}.seller-wallet.wallet-view{flex-direction:column;gap:2.5rem;display:flex}.seller-wallet .wallet-stats-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.seller-wallet .wallet-card{border:1px solid #e2e8f0;border-radius:32px;flex-direction:column;gap:1.5rem;padding:2rem;transition:all .3s;display:flex}.seller-wallet .wallet-card.primary{color:#fff;background:#e31e24;border-color:#e31e24}.seller-wallet .wallet-card.secondary{color:#1e293b;background:#fff}.seller-wallet .wallet-card.tertiary{color:#1e293b;background:#f8fafc}.seller-wallet .card-top{justify-content:space-between;align-items:center;display:flex}.seller-wallet .icon-box{border-radius:14px;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.seller-wallet .wallet-card.primary .icon-box{background:#fff3}.seller-wallet .wallet-card.secondary .icon-box{color:#3b82f6;background:#f0f9ff}.seller-wallet .wallet-card.tertiary .icon-box{color:#10b981;background:#f0fdf4}.seller-wallet .trend{background:#fff3;border-radius:100px;align-items:center;gap:4px;padding:4px 10px;font-size:.75rem;font-weight:800;display:flex}.seller-wallet .card-amount label{text-transform:uppercase;opacity:.7;letter-spacing:.5px;margin-bottom:4px;font-size:.75rem;font-weight:800;display:block}.seller-wallet .card-amount strong{font-family:Inter,sans-serif;font-size:2rem;font-weight:900}.seller-wallet .card-footer-mini{opacity:.6;font-size:.75rem;font-weight:600}.seller-wallet .wallet-main-layout{grid-template-columns:1fr 360px;gap:2.5rem;display:grid}.seller-wallet .transactions-panel,.seller-wallet .payout-settings-panel{background:#fff;border:1px solid #e2e8f0;border-radius:32px;padding:2.5rem}.seller-wallet .transaction-list{flex-direction:column;gap:1rem;display:flex}.seller-wallet .tx-item{background:#f8fafc;border-radius:20px;align-items:center;gap:1.25rem;padding:1.25rem;transition:all .2s;display:flex}.seller-wallet .tx-item:hover{background:#f1f5f9}.seller-wallet .tx-icon{border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.seller-wallet .tx-icon.sale{color:#10b981;background:#f0fdf4}.seller-wallet .tx-icon.escrow{color:#3b82f6;background:#f0f9ff}.seller-wallet .tx-icon.withdrawal{color:#ef4444;background:#fff1f2}.seller-wallet .tx-info{flex:1}.seller-wallet .tx-info strong{color:#1e293b;font-size:.95rem;display:block}.seller-wallet .tx-info span{color:#94a3b8;font-size:.75rem;font-weight:700}.seller-wallet .tx-amount{font-size:1.1rem;font-weight:800}.seller-wallet .tx-amount.pos{color:#10b981}.seller-wallet .tx-amount.neg{color:#ef4444}.seller-wallet .status-pill-sm{text-transform:uppercase;border-radius:100px;align-items:center;gap:6px;padding:4px 10px;font-size:.7rem;font-weight:800;display:flex}.seller-wallet .status-pill-sm.completed{color:#15803d;background:#dcfce7}.seller-wallet .status-pill-sm.processing{color:#a16207;background:#fef9c3}.seller-wallet .status-pill-sm.pending{color:#64748b;background:#f1f5f9}.seller-wallet .bank-card-preview{background:#f8fafc;border-radius:20px;align-items:center;gap:1rem;margin-top:1.5rem;padding:1.5rem;display:flex;position:relative}.seller-wallet .bank-logo{color:#fff;background:#1e293b;border-radius:10px;justify-content:center;align-items:center;width:44px;height:44px;font-size:.7rem;font-weight:900;display:flex}.seller-wallet .bank-details strong{color:#1e293b;font-size:.9rem;display:block}.seller-wallet .bank-details span{color:#64748b;font-size:.75rem;font-weight:700}.seller-wallet .bank-badge{color:#15803d;background:#dcfce7;border-radius:100px;padding:2px 8px;font-size:.65rem;font-weight:800;position:absolute;top:12px;right:12px}.seller-wallet .payout-info-box{color:#e31e24;background:#fef2f2;border-radius:20px;margin-top:2rem;padding:1.5rem}.seller-wallet .payout-info-box h4{margin-bottom:8px;font-weight:800}.seller-wallet .payout-info-box p{margin-bottom:1.5rem;font-size:.8rem;font-weight:600;line-height:1.5}.seller-wallet .payout-steps{flex-direction:column;gap:1rem;display:flex}.seller-wallet .step{align-items:center;gap:12px;font-size:.8rem;font-weight:800;display:flex}.seller-wallet .step-dot{background:#fee2e2;border-radius:50%;width:8px;height:8px}.seller-wallet .step-dot.active{background:#e31e24;box-shadow:0 0 0 4px #e31e2433}.seller-wallet .payout-modal{z-index:101;background:#fff;border-radius:32px;width:90%;max-width:500px;padding:2.5rem;box-shadow:0 20px 50px #00000026}.seller-wallet .payout-amount-input{margin-bottom:2rem}.seller-wallet .amount-wrapper{background:#f8fafc;border-radius:20px;align-items:center;gap:10px;margin:12px 0;padding:1rem 1.5rem;display:flex}.seller-wallet .amount-wrapper span{color:#1e293b;font-size:1.5rem;font-weight:900}.seller-wallet .amount-wrapper input{color:#1e293b;background:0 0;border:none;outline:none;width:100%;font-size:2rem;font-weight:900}.seller-wallet .max-limit{color:#64748b;font-size:.8rem;font-weight:700}.seller-wallet .dest-card{cursor:pointer;background:#fff;border:2px solid #e2e8f0;border-radius:18px;align-items:center;gap:1rem;margin-top:12px;padding:1.25rem;display:flex}.seller-wallet .dest-card.active{background:#fef2f2;border-color:#e31e24}.seller-wallet .dest-card .check{color:#e31e24;margin-left:auto}.seller-wallet .payout-summary{border-top:1px dashed #e2e8f0;flex-direction:column;gap:12px;margin-top:2rem;padding-top:1.5rem;display:flex}.seller-wallet .sum-row{color:#64748b;justify-content:space-between;font-size:.9rem;font-weight:700;display:flex}.seller-wallet .sum-row.total{color:#1e293b;margin-top:8px;font-size:1.1rem;font-weight:900}.seller-wallet .full-width{justify-content:center;width:100%;padding:18px}@media (width<=1200px){.seller-wallet .wallet-stats-grid,.seller-wallet .wallet-main-layout{grid-template-columns:1fr}}@media (width<=768px){.seller-wallet.wallet-view{gap:1.5rem}.seller-wallet .wallet-card{border-radius:24px;padding:1.5rem}.seller-wallet .card-amount strong{font-size:1.75rem}.seller-wallet .transactions-panel,.seller-wallet .payout-settings-panel{border-radius:24px;padding:1.5rem}.seller-wallet .tx-item{gap:1rem;padding:1rem}.seller-wallet .payout-modal{border-radius:24px;width:95%;padding:1.5rem}}.seller-settings.settings-view{flex-direction:column;gap:2rem;display:flex}.seller-settings .settings-layout-main{grid-template-columns:280px 1fr;align-items:flex-start;gap:3rem;display:grid}.seller-settings .settings-nav-rail{flex-direction:column;gap:8px;display:flex;position:sticky;top:100px}.seller-settings .nav-item{color:#64748b;cursor:pointer;text-align:left;background:0 0;border:none;border-radius:14px;align-items:center;gap:12px;padding:14px 20px;font-weight:700;transition:all .2s;display:flex}.seller-settings .nav-item:hover{color:#1e293b;background:#f1f5f9}.seller-settings .nav-item.active{color:#e31e24;background:#fff;box-shadow:0 4px 15px #0000000d}.seller-settings .settings-content-panel{background:#fff;border:1px solid #e2e8f0;border-radius:32px;flex-direction:column;gap:3rem;padding:3rem;display:flex}.seller-settings .section-header h3{color:#1e293b;margin-bottom:6px;font-size:1.25rem;font-weight:900}.seller-settings .section-header p{color:#64748b;font-size:.9rem;font-weight:600}.seller-settings .profile-upload-area{background:#f8fafc;border-radius:24px;align-items:center;gap:2rem;margin-top:1rem;padding:1.5rem;display:flex}.seller-settings .store-avatar-preview{color:#e31e24;background:#fff;border:2px dashed #e2e8f0;border-radius:32px;justify-content:center;align-items:center;width:100px;height:100px;display:flex;position:relative}.seller-settings .upload-badge{color:#fff;cursor:pointer;background:#e31e24;border:4px solid #f8fafc;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;display:flex;position:absolute;bottom:-4px;right:-4px}.seller-settings .upload-text strong{color:#1e293b;margin-bottom:4px;font-size:1rem;display:block}.seller-settings .upload-text span{color:#94a3b8;font-size:.75rem;font-weight:700}.seller-settings .settings-form-grid{grid-template-columns:1fr 1fr;gap:2rem;margin-top:1rem;display:grid}.seller-settings .input-group-dash{flex-direction:column;gap:8px;display:flex}.seller-settings .input-group-dash.full-width{grid-column:span 2}.seller-settings .input-group-dash label{color:#475569;font-size:.85rem;font-weight:800}.seller-settings .input-group-dash input,.seller-settings .input-group-dash textarea{border:1px solid #e2e8f0;border-radius:14px;outline:none;padding:14px 18px;font-family:inherit;font-weight:600;transition:all .2s}.seller-settings .input-group-dash input:focus,.seller-settings .input-group-dash textarea:focus{border-color:#e31e24;box-shadow:0 0 0 4px #e31e240d}.seller-settings .input-with-prefix{background:#f8fafc;border:1px solid #e2e8f0;border-radius:14px;align-items:center;display:flex;overflow:hidden}.seller-settings .input-with-prefix span{color:#94a3b8;border-right:1px solid #e2e8f0;padding:0 1rem;font-size:.85rem;font-weight:700}.seller-settings .input-with-prefix input{background:0 0;border:none;flex:1}.seller-settings .toggle-list{flex-direction:column;gap:1.5rem;margin-top:1rem;display:flex}.seller-settings .toggle-item{justify-content:space-between;align-items:center;display:flex}.seller-settings .toggle-item strong{color:#1e293b;margin-bottom:2px;font-size:.95rem;display:block}.seller-settings .toggle-item p{color:#64748b;font-size:.8rem;font-weight:600}.seller-settings .toggle-switch{cursor:pointer;background:#e2e8f0;border-radius:100px;width:52px;height:28px;transition:all .3s;position:relative}.seller-settings .toggle-switch.active{background:#e31e24}.seller-settings .knob{background:#fff;border-radius:50%;width:20px;height:20px;transition:all .3s;position:absolute;top:4px;left:4px}.seller-settings .toggle-switch.active .knob{left:28px}.seller-settings .danger-box{background:#fef2f2;border:1px solid #fee2e2;border-radius:24px;justify-content:space-between;align-items:center;margin-top:1rem;padding:2rem;display:flex}.seller-settings .danger-box strong{color:#b91c1c}.seller-settings .btn-danger-dash{color:#fff;cursor:pointer;background:#ef4444;border:none;border-radius:14px;align-items:center;gap:8px;padding:12px 24px;font-weight:800;display:flex}@media (width<=1024px){.seller-settings .settings-layout-main{grid-template-columns:1fr}.seller-settings .settings-nav-rail{flex-direction:row;padding-bottom:1rem;overflow-x:auto}.seller-settings .nav-item{white-space:nowrap}}@media (width<=768px){.seller-settings .settings-content-panel{border-radius:24px;padding:1.5rem}.seller-settings .settings-form-grid{grid-template-columns:1fr}.seller-settings .input-group-dash.full-width{grid-column:auto}.seller-settings .danger-box{text-align:center;flex-direction:column;gap:1.5rem}}.seller-analytics.analytics-view{flex-direction:column;gap:2.5rem;display:flex}.seller-analytics .analytics-stats-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.seller-analytics .analytics-stat-card{background:#fff;border:1px solid #e2e8f0;border-radius:24px;padding:1.5rem}.seller-analytics .stat-header{justify-content:space-between;align-items:center;margin-bottom:1.25rem;display:flex}.seller-analytics .stat-icon-box{color:#e31e24;background:#fff1f1;border-radius:12px;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.seller-analytics .stat-trend{border-radius:100px;align-items:center;gap:4px;padding:4px 10px;font-size:.75rem;font-weight:800;display:flex}.seller-analytics .stat-trend.up{color:#15803d;background:#dcfce7}.seller-analytics .stat-trend.down{color:#b91c1c;background:#fee2e2}.seller-analytics .stat-body label{text-transform:uppercase;color:#94a3b8;letter-spacing:.5px;margin-bottom:4px;font-size:.75rem;font-weight:800;display:block}.seller-analytics .stat-body strong{color:#1e293b;font-size:1.5rem;font-weight:900}.seller-analytics .analytics-main-grid{grid-template-columns:1fr 380px;gap:2.5rem;display:grid}.seller-analytics .chart-panel,.seller-analytics .insight-card{background:#fff;border:1px solid #e2e8f0;border-radius:32px;padding:2.5rem}.seller-analytics .chart-legend{gap:1.5rem;display:flex}.seller-analytics .legend-item{color:#64748b;align-items:center;gap:8px;font-size:.75rem;font-weight:700;display:flex}.seller-analytics .legend-item .dot{border-radius:50%;width:8px;height:8px}.seller-analytics .legend-item .dot.current{background:#e31e24}.seller-analytics .legend-item .dot.previous{background:#e2e8f0}.seller-analytics .main-chart-mockup{gap:2rem;height:300px;padding-top:2rem;display:flex;position:relative}.seller-analytics .y-axis{color:#94a3b8;flex-direction:column;justify-content:space-between;height:100%;padding-bottom:24px;font-size:.7rem;font-weight:800;display:flex}.seller-analytics .chart-area{border-bottom:1px solid #f1f5f9;flex:1;justify-content:space-between;align-items:flex-end;padding-bottom:1px;display:flex}.seller-analytics .chart-column{flex:1;align-items:flex-end;gap:4px;height:100%;display:flex;position:relative}.seller-analytics .bar-prev{background:#f1f5f9;border-radius:4px 4px 0 0;width:30%}.seller-analytics .bar-curr{background:#e31e24;border-radius:6px 6px 0 0;width:50%;transition:all .3s;position:relative}.seller-analytics .bar-curr:hover{background:#8b1115;transform:scaleX(1.1)}.seller-analytics .chart-tooltip{color:#fff;opacity:0;visibility:hidden;white-space:nowrap;background:#1e293b;border-radius:6px;padding:4px 8px;font-size:.7rem;font-weight:700;transition:all .2s;position:absolute;top:-35px;left:50%;transform:translate(-50%)}.seller-analytics .bar-curr:hover .chart-tooltip{opacity:1;visibility:visible;top:-45px}.seller-analytics .chart-labels-x{color:#94a3b8;justify-content:space-between;padding:1rem 0 0 3rem;font-size:.75rem;font-weight:700;display:flex}.seller-analytics .chart-labels-x span{text-align:center;flex:1}.seller-analytics .side-insights{flex-direction:column;gap:1.5rem;display:flex}.seller-analytics .insight-card h3{margin-bottom:1.5rem;font-size:1.1rem;font-weight:900}.seller-analytics .top-products-list{flex-direction:column;gap:1.25rem;display:flex}.seller-analytics .top-product-item{align-items:center;gap:1rem;display:flex}.seller-analytics .product-rank{color:#64748b;background:#f8fafc;border-radius:6px;justify-content:center;align-items:center;width:24px;height:24px;font-size:.75rem;font-weight:900;display:flex}.seller-analytics .product-info{flex:1}.seller-analytics .product-info strong{color:#1e293b;font-size:.85rem;display:block}.seller-analytics .product-info span{color:#94a3b8;font-size:.75rem;font-weight:600}.seller-analytics .product-growth{color:#10b981;font-size:.75rem;font-weight:800}.seller-analytics .insight-card.highlight{background:#fff1f1;border-color:#ffe4e4;position:relative;overflow:hidden}.seller-analytics .bulb-icon{margin-bottom:1rem;font-size:1.5rem}.seller-analytics .insight-card.highlight p{color:#8b1115;font-size:.85rem;font-weight:600;line-height:1.6}@media (width<=1200px){.seller-analytics .analytics-stats-grid{grid-template-columns:repeat(2,1fr)}.seller-analytics .analytics-main-grid{grid-template-columns:1fr}}@media (width<=768px){.seller-analytics .analytics-stats-grid{grid-template-columns:1fr}.seller-analytics .chart-panel,.seller-analytics .insight-card{padding:1.5rem}.seller-analytics .main-chart-mockup{padding-bottom:1rem;overflow-x:auto}}.seller-messages.messages-view{background:#fff;border:1px solid #e2e8f0;border-radius:32px;height:calc(100vh - 160px);overflow:hidden}.seller-messages .messages-layout{height:100%;display:flex}.seller-messages .chats-sidebar{border-right:1px solid #e2e8f0;flex-direction:column;width:360px;display:flex}.seller-messages .sidebar-header{border-bottom:1px solid #f1f5f9;padding:1.5rem}.seller-messages .sidebar-header h2{margin-bottom:1.25rem;font-size:1.5rem;font-weight:900}.seller-messages .search-chats{background:#f8fafc;border:1px solid #0000;border-radius:12px;align-items:center;gap:12px;padding:10px 16px;display:flex}.seller-messages .search-chats:focus-within{background:#fff;border-color:#e31e24}.seller-messages .search-chats input{background:0 0;border:none;outline:none;width:100%;font-size:.85rem;font-weight:600}.seller-messages .chats-list{flex:1;overflow-y:auto}.seller-messages .chat-item{cursor:pointer;text-align:left;background:0 0;border:none;border-bottom:1px solid #f8fafc;align-items:center;gap:1rem;width:100%;padding:1.25rem 1.5rem;transition:all .2s;display:flex}.seller-messages .chat-item:hover{background:#f8fafc}.seller-messages .chat-item.active{background:#fff1f1}.seller-messages .chat-avatar{flex-shrink:0;position:relative}.seller-messages .avatar-placeholder{color:#94a3b8;background:#f1f5f9;border-radius:14px;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.seller-messages .online-indicator{background:#10b981;border:2px solid #fff;border-radius:50%;width:12px;height:12px;position:absolute;bottom:-2px;right:-2px}.seller-messages .chat-info{flex:1;min-width:0}.seller-messages .chat-header{justify-content:space-between;margin-bottom:4px;display:flex}.seller-messages .chat-header strong{color:#1e293b;font-size:.95rem}.seller-messages .chat-header .time{color:#94a3b8;font-size:.75rem;font-weight:600}.seller-messages .last-msg{color:#64748b;white-space:nowrap;text-overflow:ellipsis;font-size:.8rem;font-weight:500;overflow:hidden}.seller-messages .chat-item.unread .last-msg{color:#1e293b;font-weight:800}.seller-messages .unread-dot{background:#e31e24;border-radius:50%;width:8px;height:8px}.seller-messages .chat-main{background:#fdfdfd;flex-direction:column;flex:1;display:flex}.seller-messages .chat-header-main{background:#fff;border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;padding:1rem 2rem;display:flex}.seller-messages .user-meta{align-items:center;gap:1rem;display:flex}.seller-messages .user-info h3{font-size:1.1rem;font-weight:900}.seller-messages .user-info span{font-size:.75rem;font-weight:700}.seller-messages .user-info span.online{color:#10b981}.seller-messages .user-info span.offline{color:#94a3b8}.seller-messages .messages-container{flex-direction:column;flex:1;gap:1.5rem;padding:2rem;display:flex;overflow-y:auto}.seller-messages .msg-group{flex-direction:column;max-width:70%;display:flex}.seller-messages .msg-group.sent{align-self:flex-end;align-items:flex-end}.seller-messages .msg-group.received{align-self:flex-start}.seller-messages .msg-bubble{border-radius:18px;padding:1rem 1.25rem;font-size:.9rem;font-weight:600;line-height:1.5}.seller-messages .sent .msg-bubble{color:#fff;background:#e31e24;border-bottom-right-radius:4px}.seller-messages .received .msg-bubble{color:#1e293b;background:#f1f5f9;border-bottom-left-radius:4px}.seller-messages .unread-bubble{border:1px solid #e31e24}.seller-messages .msg-time{color:#94a3b8;margin-top:6px;font-size:.7rem;font-weight:700}.seller-messages .chat-input-area{background:#fff;border-top:1px solid #e2e8f0;padding:1.5rem 2rem}.seller-messages .input-wrapper-dash{background:#f8fafc;border:1px solid #f1f5f9;border-radius:16px;align-items:center;gap:12px;padding:8px 12px;display:flex}.seller-messages .input-wrapper-dash input{background:0 0;border:none;outline:none;flex:1;padding:8px;font-family:inherit;font-weight:600}.seller-messages .input-tool{color:#94a3b8;cursor:pointer;background:0 0;border:none;border-radius:10px;padding:8px;transition:all .2s}.seller-messages .input-tool:hover{color:#e31e24;background:#f1f5f9}.seller-messages .send-btn-dash{color:#fff;cursor:pointer;background:#e31e24;border:none;border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;transition:all .2s;display:flex}.seller-messages .send-btn-dash:disabled{opacity:.5;cursor:not-allowed}.seller-messages .send-btn-dash:not(:disabled):hover{background:#c1181e;transform:scale(1.05)}@media (width<=1024px){.seller-messages .chats-sidebar{width:300px}}@media (width<=768px){.seller-messages .chats-sidebar{width:100%}.seller-messages.messages-view{border-radius:20px}.seller-messages .chat-main{display:none}}.seller-reviews.reviews-view{flex-direction:column;gap:2rem;display:flex}.seller-reviews .rating-summary-pill{color:#64748b;background:#fff;border:1px solid #e2e8f0;border-radius:100px;align-items:center;gap:8px;padding:10px 18px;font-size:.9rem;display:flex}.seller-reviews .rating-summary-pill strong{color:#1e293b}.seller-reviews .reviews-controls{flex-wrap:wrap;justify-content:space-between;gap:1.5rem;display:flex}.seller-reviews .reviews-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem;display:grid}.seller-reviews .review-card-modern{background:#fff;border:1px solid #e2e8f0;border-radius:28px;flex-direction:column;gap:1.25rem;padding:2rem;transition:all .3s;display:flex}.seller-reviews .review-card-modern:hover{border-color:#e31e24;transform:translateY(-4px);box-shadow:0 10px 30px #0000000a}.seller-reviews .review-header{justify-content:space-between;align-items:flex-start;display:flex}.seller-reviews .user-info{align-items:center;gap:12px;display:flex}.seller-reviews .avatar-mini-dash{color:#64748b;background:#f1f5f9;border-radius:12px;justify-content:center;align-items:center;width:40px;height:40px;font-weight:800;display:flex}.seller-reviews .meta strong{color:#1e293b;font-size:.95rem}.seller-reviews .verified-badge{color:#10b981;text-transform:uppercase;align-items:center;gap:4px;font-size:.65rem;font-weight:800;display:inline-flex}.seller-reviews .review-date{color:#94a3b8;font-size:.8rem;font-weight:600}.seller-reviews .review-rating{gap:4px;display:flex}.seller-reviews .review-text{color:#334155;font-size:.95rem;font-weight:500;line-height:1.6}.seller-reviews .review-footer{border-top:1px dashed #f1f5f9;justify-content:space-between;align-items:center;margin-top:auto;padding-top:1.25rem;display:flex}.seller-reviews .product-tag span{color:#94a3b8;margin-right:6px;font-size:.75rem;font-weight:700}.seller-reviews .product-tag strong{color:#e31e24;font-size:.8rem;font-weight:800}.seller-reviews .review-actions{gap:1rem;display:flex}.seller-reviews .action-link{color:#64748b;cursor:pointer;background:0 0;border:none;align-items:center;gap:6px;font-size:.8rem;font-weight:700;transition:color .2s;display:flex}.seller-reviews .action-link:hover{color:#e31e24}@media (width<=1024px){.seller-reviews .reviews-grid{grid-template-columns:1fr}}@media (width<=768px){.seller-reviews .review-card-modern{padding:1.5rem}}.seller-customers.customers-view{flex-direction:column;gap:2rem;display:flex}.seller-customers .customer-stats-pill{color:#64748b;background:#fff;border:1px solid #e2e8f0;border-radius:100px;align-items:center;gap:8px;padding:10px 18px;font-size:.9rem;display:flex}.seller-customers .customer-stats-pill strong{color:#e31e24}.seller-customers .customers-controls{flex-wrap:wrap;justify-content:space-between;gap:1.5rem;display:flex}.seller-customers .customers-list-table{background:#fff;border:1px solid #e2e8f0;border-radius:28px;overflow-x:auto}.seller-customers .table-header{color:#64748b;text-transform:uppercase;background:#f8fafc;border-bottom:1px solid #e2e8f0;grid-template-columns:2fr 2fr 1fr 1.2fr 1fr 80px;min-width:900px;padding:1.5rem 2rem;font-size:.75rem;font-weight:800;display:grid}.seller-customers .table-row{border-bottom:1px solid #f1f5f9;grid-template-columns:2fr 2fr 1fr 1.2fr 1fr 80px;align-items:center;min-width:900px;padding:1.5rem 2rem;transition:background .2s;display:grid}.seller-customers .customer-profile-cell{align-items:center;gap:12px;display:flex}.seller-customers .avatar-placeholder{color:#e31e24;background:#fff1f1;border-radius:14px;justify-content:center;align-items:center;width:44px;height:44px;font-weight:900;display:flex}.seller-customers .info strong{color:#1e293b;font-size:.95rem;display:block}.seller-customers .info span{color:#94a3b8;font-size:.75rem;font-weight:700}.seller-customers .contact-info{flex-direction:column;gap:4px;display:flex}.seller-customers .contact-info span{color:#64748b;align-items:center;gap:6px;font-size:.85rem;font-weight:600;display:flex}.seller-customers .orders-badge{color:#475569;background:#f1f5f9;border-radius:8px;align-items:center;gap:6px;padding:6px 12px;font-size:.8rem;font-weight:800;display:inline-flex}.seller-customers .col-spent strong{color:#1e293b;font-size:1rem}.seller-customers .level-pill{text-transform:uppercase;border-radius:100px;align-items:center;gap:6px;padding:6px 14px;font-size:.7rem;font-weight:900;display:inline-flex}.seller-customers .level-pill.vip{color:#d97706;background:#fffbeb}.seller-customers .level-pill.loyal{color:#16a34a;background:#f0fdf4}.seller-customers .level-pill.new{color:#64748b;background:#f1f5f9}@media (width<=768px){.seller-customers .customers-list-table{border-radius:20px}}.dashboard-layout.seller-dashboard{color:#1e293b;background:#f8fafc;min-height:100vh;display:flex;position:relative;overflow-x:hidden}.seller-dashboard .dashboard-content{flex-direction:column;flex:1;width:100%;min-width:0;display:flex}.seller-dashboard .section-viewport{box-sizing:border-box;flex:1;width:100%;max-width:1400px;margin:0 auto;padding:2.5rem}.seller-dashboard .mobile-overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:95;background:#0f172a99;position:fixed;inset:0}@media (width<=1024px){.seller-dashboard .section-viewport{padding:2rem 1.5rem}}@media (width<=768px){.seller-dashboard .section-viewport{padding:1.25rem}}.admin-sidebar{z-index:100;background:#fff;border-right:1px solid #7c3aed1a;flex-direction:column;width:280px;height:100vh;transition:transform .3s;display:flex;position:sticky;top:0}.sidebar-header{justify-content:space-between;align-items:center;padding:2rem 1.5rem;display:flex}.logo-text{color:var(--color-text);letter-spacing:-.5px;font-size:1.5rem;font-weight:800}.logo-text .accent{color:var(--color-primary)}.mobile-close{color:#64748b;cursor:pointer;background:0 0;border:none;display:none}.sidebar-nav{flex-direction:column;flex:1;padding:0 1rem 2rem;display:flex}.nav-group{flex-direction:column;flex:1;gap:.25rem;display:flex}.nav-item{color:#64748b;cursor:pointer;background:0 0;border:none;border-radius:12px;align-items:center;gap:1rem;width:100%;padding:.75rem 1rem;font-weight:600;transition:all .2s;display:flex;position:relative}.nav-item:hover{color:var(--color-primary);background:#7c3aed0d}.nav-item.active{color:var(--color-primary);background:#7c3aed14}.active-indicator{background:var(--color-primary);border-radius:0 4px 4px 0;width:4px;height:20px;position:absolute;left:0}.nav-item.logout{color:#ef4444;margin-top:auto}.nav-item.logout:hover{background:#fef2f2}@media (width<=1024px){.admin-sidebar{position:fixed;transform:translate(-100%)}.admin-sidebar.open{transform:translate(0)}.mobile-close{display:block}}.admin-header{z-index:90;background:#fff;border-bottom:1px solid #7c3aed1a;justify-content:space-between;align-items:center;height:80px;padding:0 2.5rem;display:flex;position:sticky;top:0}.header-left{flex:1;align-items:center;gap:1.5rem;display:flex}.menu-toggle{color:#64748b;cursor:pointer;background:0 0;border:none;display:none}.search-bar{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;align-items:center;width:100%;max-width:400px;padding:0 1rem;transition:all .2s;display:flex}.search-bar:focus-within{border-color:var(--color-primary);background:#fff;box-shadow:0 0 0 3px #7c3aed1a}.search-bar input{width:100%;color:var(--color-text);background:0 0;border:none;padding:.75rem .5rem;font-size:.9rem}.search-bar input:focus{outline:none}.search-icon{color:#94a3b8}.header-right{align-items:center;gap:1.5rem;display:flex}.icon-btn{color:#64748b;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:10px;justify-content:center;align-items:center;width:42px;height:42px;transition:all .2s;display:flex;position:relative}.icon-btn:hover{color:var(--color-primary);border-color:var(--color-primary);background:#f8fafc}.icon-btn .badge{color:#fff;background:#ef4444;border:2px solid #fff;border-radius:10px;padding:2px 6px;font-size:.7rem;font-weight:700;position:absolute;top:-5px;right:-5px}.admin-profile{border-left:1px solid #e2e8f0;align-items:center;gap:1rem;padding-left:1.5rem;display:flex}.profile-info{text-align:right;flex-direction:column;display:flex}.profile-name{color:var(--color-text);font-size:.95rem;font-weight:700}.profile-role{color:#64748b;font-size:.75rem;font-weight:600}.profile-avatar{width:42px;height:42px;color:var(--color-primary);background:#7c3aed1a;border-radius:10px;justify-content:center;align-items:center;display:flex}@media (width<=1024px){.menu-toggle{display:block}}@media (width<=768px){.search-bar,.profile-info{display:none}.admin-header{padding:0 1.25rem}}.admin-dashboard{background:var(--color-background)}.admin-dashboard .dashboard-layout{min-height:100vh;display:flex}.admin-dashboard .dashboard-content{flex-direction:column;flex:1;min-width:0;display:flex}.admin-dashboard .section-viewport{flex:1;width:100%;max-width:1400px;margin:0 auto;padding:2.5rem}@media (width<=768px){.admin-dashboard .section-viewport{padding:1.25rem}}.stat-card-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem;margin-bottom:2.5rem;display:grid}.admin-card{box-shadow:var(--shadow-md);background:#fff;border:1px solid #7c3aed1a;border-radius:16px;padding:1.5rem}.admin-table-container{box-shadow:var(--shadow-md);background:#fff;border-radius:16px;margin-top:1.5rem;overflow:hidden}.admin-table{border-collapse:collapse;width:100%}.admin-table th{text-align:left;color:var(--color-text);background:#fdfbff;border-bottom:1px solid #f1f5f9;padding:1rem 1.5rem;font-weight:600}.admin-table td{border-bottom:1px solid #f1f5f9;padding:1rem 1.5rem}.status-badge{text-transform:capitalize;border-radius:20px;padding:4px 12px;font-size:.75rem;font-weight:600}.status-badge.pending{color:#c2410c;background:#fff7ed}.status-badge.approved{color:#15803d;background:#f0fdf4}.status-badge.rejected{color:#b91c1c;background:#fef2f2}.status-badge.active,.status-badge.resolved{color:#15803d;background:#f0fdf4}.status-badge.under_review{color:#1d4ed8;background:#eff6ff}.status-badge.delivered,.status-badge.paid{color:#15803d;background:#f0fdf4}.status-badge.suspended{color:#b91c1c;background:#fef2f2}.stat-icon-box{border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:1rem;display:flex}.stat-icon-box.purple{color:var(--color-primary);background:#7c3aed1a}.stat-icon-box.green{color:var(--color-cta);background:#22c55e1a}.stat-icon-box.orange{color:#f97316;background:#f973161a}.stat-icon-box.blue{color:#3b82f6;background:#3b82f61a}.stat-icon-box.red{color:#ef4444;background:#ef44441a}.stat-label{color:#64748b;margin-bottom:.25rem;font-size:.85rem;font-weight:600;display:block}.stat-value{color:var(--color-text);margin-bottom:.5rem;font-size:1.5rem;font-weight:800}.stat-change{align-items:center;gap:4px;font-size:.8rem;font-weight:700;display:flex}.stat-change.up{color:var(--color-cta)}.stat-change.down{color:#ef4444}.admin-grid-two{grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:1.5rem;display:grid}.card-header{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.card-header h3{color:var(--color-text);font-weight:800}.text-btn{color:var(--color-primary);cursor:pointer;background:0 0;border:none;font-size:.9rem;font-weight:700}.admin-list{flex-direction:column;gap:1rem;display:flex}.list-item{background:#fdfbff;border:1px solid #f1f5f9;border-radius:12px;justify-content:space-between;align-items:center;padding:1rem;display:flex}.item-info{flex-direction:column;display:flex}.item-title{color:var(--color-text);font-size:.95rem;font-weight:700}.item-subtitle{color:#64748b;font-size:.8rem}.item-actions{gap:.5rem;display:flex}.action-btn-sm{cursor:pointer;border:1px solid #0000;border-radius:8px;align-items:center;gap:6px;padding:6px 12px;font-size:.8rem;font-weight:700;transition:all .2s;display:flex}.action-btn-sm.approve{background:var(--color-cta);color:#fff}.action-btn-sm.reject{color:#ef4444;background:#fef2f2}.action-btn-sm:hover{opacity:.9;transform:translateY(-1px)}.table-controls{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.search-bar-sm{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;align-items:center;gap:.5rem;width:100%;max-width:300px;padding:.5rem 1rem;display:flex}.search-bar-sm input{background:0 0;border:none;width:100%;font-size:.85rem}.search-bar-sm input:focus{outline:none}.filter-btn{color:#64748b;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:10px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.85rem;font-weight:600;display:flex}.user-cell{align-items:center;gap:.75rem;display:flex}.user-avatar-sm{background:var(--color-primary);color:#fff;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;font-size:.8rem;font-weight:700;display:flex}.user-details{flex-direction:column;display:flex}.user-name{color:var(--color-text);font-size:.9rem;font-weight:700}.user-email{color:#64748b;font-size:.75rem}.table-actions{gap:.25rem;display:flex}.icon-btn-sm{color:#64748b;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:6px;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex}.icon-btn-sm:hover{border-color:var(--color-primary);color:var(--color-primary)}.icon-btn-sm.danger:hover{color:#ef4444;border-color:#ef4444}.settings-section{flex-direction:column;gap:1.5rem;display:flex}.settings-header{align-items:center;gap:.75rem;display:flex}.settings-header h4{color:var(--color-text);font-weight:700}.input-group-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;display:grid}.input-field{flex-direction:column;gap:.5rem;display:flex}.input-field label{color:#64748b;font-size:.85rem;font-weight:600}.input-field input{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;padding:.75rem 1rem}.toggle-field{background:#fdfbff;border:1px solid #f1f5f9;border-radius:12px;justify-content:space-between;align-items:center;padding:1rem;display:flex}.toggle-field span{color:var(--color-text);font-size:.9rem;font-weight:600}.text-cta{color:var(--color-cta)}.text-primary{color:var(--color-primary)}.explainer-container{color:#fff;background:#0f172a;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:2rem;display:flex;position:relative;overflow:hidden}.explainer-viewport{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:24px;justify-content:center;align-items:center;width:100%;max-width:800px;height:450px;display:flex;position:relative;box-shadow:0 25px 50px -12px #00000080}.explainer-caption{text-align:center;max-width:600px;margin-top:3rem}.explainer-caption h2{background:var(--brand-gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:1rem;font-family:Outfit,sans-serif;font-size:2.5rem;font-weight:900}.explainer-caption p{color:#94a3b8;font-size:1.25rem;line-height:1.6}.explainer-controls{align-items:center;gap:2rem;display:flex;position:absolute;bottom:3rem}.progress-bar-bg{background:#ffffff1a;border-radius:3px;width:300px;height:6px;overflow:hidden}.progress-bar-fill{background:var(--brand-gradient);height:100%}.skip-btn{color:#fff;cursor:pointer;background:0 0;border:1px solid #fff3;border-radius:100px;padding:8px 20px;font-weight:600;transition:all .2s}.skip-btn:hover{background:#ffffff1a;border-color:#fff}.stage-icon-large{color:var(--color-primary);filter:drop-shadow(0 0 20px #7c3aed80)}.stage-animation{flex-direction:column;justify-content:center;align-items:center;display:flex;position:relative}.glow-ring{border:2px solid var(--color-primary);z-index:-1;border-radius:50%;width:150px;height:150px;position:absolute}.cart-scene{align-items:center;gap:4rem;display:flex;position:relative}.product-card-mini{background:#fff;border-radius:12px;justify-content:center;align-items:center;width:100px;height:120px;display:flex;box-shadow:0 10px 25px #0003}.item-box{background:var(--brand-gradient);border-radius:8px;width:60px;height:60px}.cart-icon-main{color:var(--color-cta)}.flying-item{background:var(--color-cta);border-radius:4px;width:20px;height:20px;position:absolute;top:50px;left:40px}.payment-pulse{background:radial-gradient(circle,#22c55e33 0%,#0000 70%);border-radius:50%;width:200px;height:200px;position:absolute}.escrow-shield-container{justify-content:center;align-items:center;display:flex;position:relative}.money-icon{color:#22c55e;text-shadow:0 0 20px #22c55e80;font-size:3rem;font-weight:900;position:absolute}@media (width<=768px){.explainer-viewport{height:300px}.explainer-caption h2{font-size:1.8rem}.progress-bar-bg{width:150px}}.policy-page{background:var(--color-background);min-height:100vh;padding:4rem 0}.policy-header{text-align:center;margin-bottom:3rem}.policy-header h1{color:var(--color-text);margin-bottom:.5rem;font-size:2.5rem;font-weight:800}.last-updated{color:#64748b;font-weight:600}.policy-content{box-shadow:var(--shadow-lg);color:#334155;background:#fff;border-radius:20px;max-width:900px;margin:0 auto;padding:3rem;line-height:1.6}.policy-content section{margin-bottom:2.5rem}.policy-content h2{color:var(--color-primary);border-bottom:2px solid #7c3aed1a;margin-bottom:1rem;padding-bottom:.5rem;font-size:1.5rem;font-weight:700}.policy-content p{margin-bottom:1rem}.policy-content ol,.policy-content ul{margin-bottom:1rem;padding-left:1.5rem}.policy-content li{margin-bottom:.5rem}@media (width<=768px){.policy-content{padding:1.5rem}.policy-header h1{font-size:1.8rem}}.not-found-container{text-align:center;background:radial-gradient(circle,#fff 0%,#f8fafc 100%);justify-content:center;align-items:center;width:100%;min-height:100vh;padding:2rem;display:flex;position:relative;overflow:hidden}.void-particles{pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0}.particle{background:var(--primary);border-radius:50%;width:4px;height:4px;position:absolute}.floating-void-icon{color:#e2e8f0;z-index:1}.not-found-content{z-index:10;max-width:600px;position:relative}.error-code{color:#1e293b;letter-spacing:-4px;justify-content:center;align-items:center;margin-bottom:2rem;font-family:Outfit,sans-serif;font-size:8rem;font-weight:900;line-height:1;display:flex}.zero-portal{color:var(--primary);justify-content:center;align-items:center;margin:0 .5rem;display:inline-flex;position:relative}.portal-inner{filter:drop-shadow(0 0 15px #e31e244d);justify-content:center;align-items:center;display:flex}.not-found-content h1{color:#1e293b;margin-bottom:1.5rem;font-family:Outfit,sans-serif;font-size:2.5rem;font-weight:900}.not-found-content p{color:#64748b;margin-bottom:3rem;font-family:Plus Jakarta Sans,sans-serif;font-size:1.1rem;line-height:1.6}.back-home-btn{background:var(--primary);color:#fff;border-radius:12px;align-items:center;gap:.75rem;padding:1rem 2rem;font-family:Plus Jakarta Sans,sans-serif;font-size:1rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-flex;box-shadow:0 4px 12px #e31e2433}.back-home-btn:hover{transform:translateY(-3px);box-shadow:0 8px 25px #e31e244d}.ghost-truck{opacity:.15;pointer-events:none;z-index:1;position:absolute;bottom:10%}.ghost-truck-body{color:#475569;background:#cbd5e1;border-radius:6px;align-items:center;gap:10px;padding:8px 16px;font-family:Outfit,sans-serif;font-size:.75rem;font-weight:900;display:flex}@media (width<=768px){.error-code{font-size:5rem}.portal-inner svg{width:50px;height:50px}.not-found-content h1{font-size:1.75rem}}.notification-orb-container{z-index:9999;pointer-events:none;justify-content:center;display:flex;position:fixed;top:90px;left:50%;transform:translate(-50%)}.notification-orb{pointer-events:auto;-webkit-backdrop-filter:blur(12px);border:1px solid #fff3;justify-content:center;align-items:center;min-width:48px;max-width:90vw;height:48px;padding:0 8px;display:flex;overflow:hidden;box-shadow:0 10px 25px -5px #0000001a,0 8px 10px -6px #0000001a}.notification-orb.success{color:#fff;background:#10b981e6}.notification-orb.error{color:#fff;background:#ef4444e6}.orb-content{white-space:nowrap;align-items:center;gap:12px;padding:0 12px;display:flex}.orb-icon{background:#fff3;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.orb-message{letter-spacing:-.01em;font-family:Outfit,sans-serif;font-size:.95rem;font-weight:600}.orb-close{color:#fff;cursor:pointer;background:#0000001a;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;margin-left:4px;transition:all .2s;display:flex}.orb-close:hover{background:#0003;transform:scale(1.1)}@media (width<=640px){.notification-orb-container{width:90%;top:20px}.orb-message{text-overflow:ellipsis;max-width:200px;font-size:.85rem;overflow:hidden}}
