:root{--bg:#fdfade;--red:#890916;--yellow:#f8be0e;--brown:#472402;--blue:#358d9c;--text:#472402;--text-light:#7a5a3a;--text-muted:#a0836a;--border:#e8dcc8;--card-bg:#fff;--link:#358d9c;--link-hover:#2d7a88;--primary:#358d9c;--primary-hover:#2d7a88;--secondary-bg:#e8dcc8;--secondary-text:#472402;--danger:#890916;--danger-hover:#6e0611;--warning:#f8be0e;--warning-hover:#d9a40c;--success:#4a9e6b;--success-hover:#3d8a5c;--nav-bg:#890916;--hero-from:#358d9c;--hero-to:#1f5e68;--focus-ring:rgba(53,141,156,0.15)}*{box-sizing:border-box;margin:0;padding:0}h1{font-weight:800}h1,h2{font-family:var(--font-poppins-extra-bold),sans-serif}h2{font-weight:700}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;color:var(--text);background:var(--bg);line-height:1.6}a{color:var(--link);text-decoration:none}a:hover{text-decoration:underline}.container{max-width:1200px;margin:0 auto;padding:0 1rem}.navbar{background:var(--nav-bg);color:white;padding:.75rem 0;position:-webkit-sticky;position:sticky;top:0;z-index:100}.navbar .container{display:flex;align-items:center;justify-content:space-between}.navbar a{color:rgba(255,255,255,.85);font-size:.9rem;font-weight:500;transition:color .2s}.navbar a:hover{color:#fff;text-decoration:none}.navbar-brand{line-height:0}.navbar-links{display:flex;gap:2rem;align-items:center}.navbar-hamburger{display:none;flex-direction:column;justify-content:center;gap:4px;background:none;border:none;cursor:pointer;padding:4px}.hamburger-line{display:block;width:22px;height:2px;background:rgba(255,255,255,.85);border-radius:2px;transition:transform .2s,opacity .2s}.hamburger-line.open:first-child{transform:translateY(6px) rotate(45deg)}.hamburger-line.open:nth-child(2){opacity:0}.hamburger-line.open:nth-child(3){transform:translateY(-6px) rotate(-45deg)}.layout-wrapper{display:flex;min-height:calc(100vh - 60px)}.sidebar{width:240px;background:var(--card-bg);border-right:1px solid var(--border);padding:2rem 0;flex-shrink:0}.sidebar-nav{list-style:none;padding:0;margin:0}.sidebar-nav li a{display:block;padding:.6rem 1.5rem;color:var(--text-light);font-size:.9rem;border-left:3px solid transparent}.sidebar-nav li a:hover{background:var(--bg);color:var(--text);text-decoration:none}.sidebar-nav li a.active{background:#f0f5f0;color:var(--primary);border-left-color:var(--primary);font-weight:600}.sidebar-section-title{padding:1rem 1.5rem .3rem;font-size:.7rem;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);font-weight:600}.main-content{flex:1 1;padding:2rem;overflow-x:auto}.card{background:var(--card-bg);border-radius:8px;border:1px solid var(--border);padding:1.5rem;margin-bottom:1rem}.card-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));grid-gap:1rem;gap:1rem;margin:1.5rem 0}.stat-card{text-align:center;padding:1.5rem}.stat-value{font-size:2rem;font-weight:700;color:var(--text)}.stat-label{font-size:.85rem;color:var(--text-muted);margin-top:.25rem}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.6rem 1.2rem;border-radius:6px;font-size:.9rem;font-weight:500;line-height:1;cursor:pointer;border:none;transition:background .2s;text-decoration:none}.btn-primary{background:var(--primary);color:white}.btn-primary:hover{background:var(--primary-hover)}.btn-secondary{background:var(--secondary-bg);color:var(--secondary-text)}.btn-secondary:hover{background:#d9ccb8}.btn-success{background:var(--success);color:white}.btn-success:hover{background:var(--success-hover)}.btn-warning{background:var(--warning);color:var(--text)}.btn-warning:hover{background:var(--warning-hover)}.btn-danger{background:var(--danger);color:white}.btn-danger:hover{background:var(--danger-hover)}.btn-sm{padding:.35rem .75rem;font-size:.8rem}table{width:100%;border-collapse:collapse;margin:1rem 0}td,th{text-align:left;padding:.75rem;border-bottom:1px solid var(--border)}th{font-weight:600;color:var(--text-muted);font-size:.8rem;text-transform:uppercase;letter-spacing:.03em}tr:hover{background:#f9f7e8}.badge{display:inline-block;padding:.2rem .6rem;border-radius:9999px;font-size:.75rem;font-weight:600}.badge-draft{background:#f1f5f0;color:var(--text-light)}.badge-active{background:#e0f2e8;color:var(--success)}.badge-ended{background:#fef7d0;color:#b8860b}.badge-archived{background:#f1f5f0;color:var(--text-muted)}.badge-paid{background:#e0f2e8;color:var(--success)}.badge-cancelled{background:#fbe4e4;color:var(--danger)}.badge-refunded{background:#f1f5f0;color:var(--text-light)}.badge-fulfilled{background:#e0f2e8;color:var(--success)}.badge-offline{background:#e0f0f2;color:var(--primary)}.badge-pending{background:#fef7d0;color:#b8860b}.badge-accepted{background:#e0f2e8;color:var(--success)}.badge-declined,.badge-not_invited{background:#f1f5f0;color:var(--text-muted)}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));grid-gap:1rem;gap:1rem;margin:1.5rem 0}.product-card{background:var(--card-bg);border:1px solid var(--border);border-radius:8px;padding:1.25rem;text-align:center;display:flex;flex-direction:column}.product-card .card-actions{margin-top:auto}.product-card h3{font-size:1rem;margin-bottom:.5rem}.product-price{font-size:1.25rem;font-weight:700;color:var(--primary);margin:.5rem 0}.form-group{margin-bottom:1rem}.form-group label{display:block;font-size:.85rem;font-weight:500;margin-bottom:.3rem;color:var(--text)}.form-group input:not([type=checkbox]):not([type=radio]),.form-group select,.form-group textarea{width:100%;padding:.6rem;border:1px solid var(--border);border-radius:6px;font-size:.9rem;font-family:inherit;background:var(--card-bg);color:var(--text)}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px var(--focus-ring)}.text-center{text-align:center}.mt-1{margin-top:1rem}.mt-2{margin-top:2rem}.mb-1{margin-bottom:1rem}.mb-2{margin-bottom:2rem}.gap-1{gap:1rem}.flex{display:flex}.checkout-grid{display:grid;grid-template-columns:1fr 400px;grid-gap:2rem;gap:2rem;align-items:start}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.justify-between,.page-header{justify-content:space-between}.page-header{display:flex;align-items:center;padding:.5rem 2rem;background:linear-gradient(135deg,var(--hero-from) 0,var(--hero-to) 100%);color:#fff;border-radius:12px;margin-bottom:2rem}.page-header h1{font-size:2rem;font-weight:800}.hero{text-align:center;padding:4rem 1rem;background:linear-gradient(135deg,var(--hero-from) 0,var(--hero-to) 100%);color:white;border-radius:12px;margin:2rem 0}.hero h1{font-size:2.5rem;margin-bottom:1rem}.hero p{font-size:1.1rem;opacity:.85;max-width:600px;margin:0 auto 2rem}.placeholder-box{background:#fef7d0;border:2px dashed #d9a40c;border-radius:8px;padding:2rem;text-align:center;color:#7a5a3a;margin:1rem 0}.placeholder-box h3{margin-bottom:.5rem}.qr-section{text-align:center;padding:2rem}.qr-placeholder{width:200px;height:200px;background:var(--border);border-radius:8px;margin:1rem auto;display:flex;align-items:center;justify-content:center;color:var(--text-muted);font-size:.85rem}.cart-link{position:relative;display:inline-flex;align-items:center}.cart-standalone{display:none}@media (max-width:932px){.hide-mobile{display:none!important}.cart-standalone{display:flex;align-items:center;margin-left:auto}.cart-in-menu{display:none!important}}.cart-badge-nav{display:inline-flex;align-items:center;justify-content:center;background:#eab308;color:#5c3d00;font-size:.7rem;font-weight:700;min-width:18px;height:18px;border-radius:9999px;margin-left:.3rem;padding:0 4px}.order-form{max-width:600px}.seller-code-badge{display:inline-block;background:#e2e8f0;color:#475569;font-size:.75rem;font-weight:600;padding:.15rem .5rem;border-radius:4px;margin-top:.25rem;letter-spacing:.02em}.qty-control{gap:.5rem}.qty-btn,.qty-control{display:inline-flex;align-items:center}.qty-btn{width:30px;height:30px;border-radius:6px;border:1px solid var(--border);background:var(--card-bg);font-size:1.1rem;cursor:pointer;justify-content:center;color:var(--text)}.qty-btn:hover{background:var(--bg)}.qty-btn:disabled{opacity:.4;cursor:not-allowed}.qty-value{font-size:1rem;font-weight:600;min-width:24px;text-align:center}.cart-total{font-size:1.15rem}.form-error{background:#fbe4e4;border:1px solid #e8a0a0;color:var(--danger);border-radius:6px;padding:.75rem;font-size:.85rem}.alert-success{background:#e0f2e8;border:1px solid #a3d4b8;color:var(--success);border-radius:6px}.alert-error,.alert-success{padding:.75rem;font-size:.85rem;margin-bottom:1rem}.alert-error{background:#fbe4e4;border:1px solid #e8a0a0;color:var(--danger);border-radius:6px}.flyer-preview{max-width:500px;margin:1rem auto;border:1px solid var(--border);border-radius:12px;overflow:hidden;background:#ffffff;font-family:Segoe UI,system-ui,-apple-system,sans-serif}.flyer-logo-wrap{text-align:center;padding:1.5rem 1.5rem 0}.flyer-logo{max-width:153px;height:auto}.flyer-body{padding:1.25rem 2rem 1rem;text-align:center}.flyer-seller-name{font-size:1.75rem;font-weight:800;color:#1e3a5f;margin:0 0 .25rem;line-height:1.2;font-family:var(--font-poppins-extra-bold),"Poppins",sans-serif}.flyer-campaign-line{font-size:1rem;color:#475569;margin:0 0 1.25rem}.flyer-campaign-line strong{color:#358d9c}.flyer-products-row{display:flex;justify-content:center;gap:.75rem;margin-bottom:.75rem}.flyer-product-wrap{display:inline-flex;border-radius:50%;overflow:hidden;width:104px;height:104px;box-shadow:0 2px 8px rgba(30,58,95,.12)}.flyer-product-wrap .flyer-product-img{width:100%;height:100%;border-radius:50%;object-fit:cover;box-shadow:0 2px 8px rgba(30,58,95,.12)}.flyer-qr-wrap{text-align:center;margin-bottom:.75rem}.flyer-qr{width:150px;height:150px;border:3px solid #1e3a5f;border-radius:10px;padding:6px;background:#fff;box-shadow:0 4px 12px rgba(30,58,95,.12)}.flyer-cta{font-size:1rem;font-weight:700;color:#dc2626;margin:0 0 .5rem;letter-spacing:.5px}.flyer-url-box{display:inline-block;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:6px;padding:.35rem .75rem;font-size:.68rem;color:#1e3a5f;word-break:break-all;max-width:100%;margin-bottom:.25rem;font-family:Courier New,monospace}.flyer-seller-code-line{font-size:.85rem;color:#1e3a5f;padding:.5rem 0;font-weight:600}@media print{.flyer-seller-code-line{font-size:1rem;padding:.2in 0}}.flyer-tagline{font-size:.75rem;color:#64748b;margin:0;line-height:1.3}.flyer-footer-text{text-align:center;font-size:.7rem;color:#94a3b8;margin:.5rem 0;padding-bottom:.75rem;letter-spacing:.5px;text-transform:uppercase}@media print{.card .flex,.card-grid,.card:not(.flyer-card-print),.card>h3,.flyer-card-print>p,.layout-wrapper>.sidebar,.mobile-section-nav,.navbar,.page-header,.sidebar,nav{display:none!important}.flyer-card-print{display:block!important}.layout-wrapper{min-height:0!important;height:auto!important}.layout-wrapper,.main-content{display:block!important}.card,.layout-wrapper,.main-content{margin:0!important;padding:0!important}.card{border:none!important;border-radius:0!important;background:#fff!important}.flyer-preview{display:block!important;text-align:center;border:none;border-radius:0;max-width:none;margin:0!important;overflow:visible;page-break-inside:avoid}.flyer-logo-wrap{text-align:center;padding:.4in 0 .2in}.flyer-logo{max-width:170px;height:auto}.flyer-body{text-align:center;padding:.3in .5in .15in}.flyer-seller-name{font-size:2rem;font-weight:800;color:#1e3a5f;margin:0 0 .15in;font-family:Poppins,sans-serif}.flyer-campaign-line{font-size:1rem;color:#475569;margin:0 0 .2in}.flyer-campaign-line strong{color:#358d9c}.flyer-products-row{text-align:center;margin-bottom:.2in}.flyer-product-wrap{display:inline-flex;border-radius:50%;overflow:hidden;width:1.3in;height:1.3in;margin:0 .05in}.flyer-product-img{width:100%;height:100%;border-radius:50%;object-fit:cover}.flyer-qr-wrap{text-align:center;margin-bottom:.15in}.flyer-qr{width:2in;height:2in;border:3px solid #1e3a5f;border-radius:10px;padding:6px;background:#fff}.flyer-cta{font-size:1.25rem;font-weight:700;color:#dc2626;margin:0 0 .15in}.flyer-url-box{font-size:.7rem;color:#1e3a5f;padding:.2rem .6rem;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:4px;display:inline-block;word-break:break-all;max-width:90%;font-family:Courier New,monospace}.flyer-tagline{font-size:.8rem;color:#64748b;margin-top:.15in}.flyer-footer-text{text-align:center;font-size:.65rem;color:#94a3b8;text-transform:uppercase;letter-spacing:.5px;padding:.15in 0 .2in}}.landing-nav{background:var(--nav-bg);padding:.75rem 0;position:-webkit-sticky;position:sticky;top:0;z-index:100}.landing-nav-inner{display:flex;align-items:center;justify-content:space-between}.landing-nav-brand{line-height:0}.landing-nav-links{display:flex;align-items:center;gap:2rem}.landing-nav-link{color:rgba(255,255,255,.85);font-size:.9rem;font-weight:500;transition:color .2s}.landing-nav-link:hover{color:#fff;text-decoration:none}.landing-nav-link-primary{color:#fff;font-weight:600;padding:.4rem 1rem;background:rgba(255,255,255,.12);border-radius:6px;transition:background .2s}.landing-nav-link-primary:hover{background:rgba(255,255,255,.2);text-decoration:none}.landing-nav-hamburger{display:none;flex-direction:column;justify-content:center;gap:4px;background:none;border:none;cursor:pointer;padding:4px}.section-wrapper{padding:5rem 0}.section-alt{background:#f9f5e0}.section-heading{font-size:2rem;font-weight:700;text-align:center;margin-bottom:.75rem;color:var(--text)}.section-subheading{text-align:center;color:var(--text-muted);max-width:600px;margin:0 auto 3rem;font-size:1.05rem}.landing-hero{padding:5rem 0;background:linear-gradient(135deg,var(--hero-from) 0,var(--hero-to) 100%);color:#fff}.landing-hero-inner{display:grid;grid-template-columns:1fr 1fr;grid-gap:4rem;gap:4rem;align-items:center}.landing-hero-headline{font-size:2.75rem;font-weight:800;line-height:1.15;margin-bottom:1.25rem}.landing-hero-subheadline{font-size:1.1rem;opacity:.85;line-height:1.7;margin-bottom:2rem;max-width:540px}.landing-hero-actions{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center}.landing-hero-visual{display:flex;align-items:center;justify-content:center}.landing-hero-image{width:100%;height:auto;border-radius:12px}.btn-cta{background:var(--yellow);color:var(--text);padding:.75rem 2rem;font-size:1rem;font-weight:600;border-radius:8px;transition:background .2s,transform .15s}.btn-cta:hover{background:#e5a90c;transform:translateY(-1px);text-decoration:none}.btn-ghost{background:transparent;color:rgba(255,255,255,.8);border:1px solid rgba(255,255,255,.3);padding:.75rem 1.5rem;font-size:.9rem;font-weight:500;border-radius:8px;transition:background .2s}.btn-ghost:hover{background:rgba(255,255,255,.1);text-decoration:none}.compare-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:2rem;gap:2rem}.compare-col{padding:2rem;border-radius:12px}.compare-col-old{background:#fbe4e4;border:1px solid #e8a0a0}.compare-col-new{background:#e0f2e8;border:1px solid #a3d4b8}.compare-col h3{font-size:1.25rem;margin-bottom:1rem}.compare-col ul{list-style:none;padding:0}.compare-col ul li{padding:.4rem 0;font-size:.9rem;color:var(--text-light)}.compare-col ul li:before{content:"✗ ";color:var(--danger);font-weight:700}.compare-col-new ul li:before{content:"✓ ";color:var(--success)}.compare-image{width:100%;height:auto;border-radius:12px}.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:2rem;gap:2rem}.step-card{text-align:center;padding:0 0 2rem;background:var(--card-bg);border:1px solid var(--border);border-radius:12px;overflow:hidden}.step-image{position:relative;height:220px;background:var(--bg)}.step-image-img{object-fit:cover}.step-number{width:44px;height:44px;border-radius:50%;background:var(--primary);color:#fff;font-size:1.15rem;font-weight:700;display:flex;align-items:center;justify-content:center;margin:-22px auto 1rem;position:relative;z-index:1;box-shadow:0 2px 8px rgba(0,0,0,.15)}.step-card h3{font-size:1.1rem;margin-bottom:.5rem;padding:0 1.5rem}.step-card p{font-size:.9rem;color:var(--text-muted);line-height:1.6;padding:0 1.5rem}.features-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));grid-gap:1.5rem;gap:1.5rem}.features-grid-compact .feature-card{padding:1.5rem}.feature-card{background:var(--card-bg);border:1px solid var(--border);border-radius:12px;padding:2rem;transition:box-shadow .2s}.feature-card:hover{box-shadow:0 4px 12px rgba(0,0,0,.06)}.feature-card-icon{font-size:2rem;margin-bottom:.75rem}.feature-card-title{font-size:1rem;font-weight:600;margin-bottom:.5rem}.feature-card-desc{font-size:.85rem;color:var(--text-muted);line-height:1.6}.testimonials-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:1.5rem;gap:1.5rem;margin-bottom:3rem}.testimonial-card{background:var(--card-bg);border:1px solid var(--border);border-radius:12px;padding:2rem;display:flex;flex-direction:column}.testimonial-rating{color:var(--yellow);font-size:1.1rem;letter-spacing:2px;margin-bottom:.75rem}.testimonial-quote{font-size:.95rem;color:var(--text-light);font-style:italic;line-height:1.7;margin-bottom:1.5rem;flex:1 1}.testimonial-author{font-weight:600;font-size:.9rem}.testimonial-role{font-size:.8rem;color:var(--text-muted);margin-top:.15rem}.stats-row{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:1.5rem;gap:1.5rem;text-align:center}.stat-item{padding:1.5rem}.stat-number{display:block;font-size:2rem;font-weight:800;color:var(--primary);margin-bottom:.25rem}.stat-desc{font-size:.85rem;color:var(--text-muted)}.cta-section{padding:5rem 0;background:linear-gradient(135deg,var(--hero-from) 0,var(--hero-to) 100%);color:#fff;text-align:center}.cta-section-content{max-width:720px;margin:0 auto}.cta-headline{font-size:2rem;font-weight:700;margin-bottom:1rem}.cta-text{font-size:1.05rem;opacity:.85;line-height:1.7;margin-bottom:2rem}.landing-footer{background:var(--brown);color:rgba(255,255,255,.8);padding:3rem 0 1.5rem}.landing-footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;grid-gap:3rem;gap:3rem;margin-bottom:2rem}.landing-footer-col h4{color:#fff;font-size:1rem;margin-bottom:1rem}.landing-footer-text{font-size:.85rem;line-height:1.6;opacity:.7}.landing-footer-link{display:block;color:rgba(255,255,255,.7);font-size:.85rem;margin-bottom:.5rem;transition:color .2s}.landing-footer-link:hover{color:#fff;text-decoration:none}.landing-footer-bottom{border-top:1px solid rgba(255,255,255,.15);padding-top:1.5rem;text-align:center;font-size:.8rem;opacity:.6}.add-to-cart-btn-mobile,.details-btn-mobile{display:none}.mobile-section-nav{display:none;width:100%;padding:.75rem 1rem;font-size:1rem;border:1px solid var(--border);border-radius:8px;background:var(--card-bg);color:var(--text);margin-bottom:.75rem;box-sizing:border-box}.mobile-section-nav:focus{outline:none;border-color:var(--primary)}.card-grid-2{display:grid;grid-template-columns:1fr 1fr;grid-gap:1rem;gap:1rem}.order-history-table-container{overflow-x:auto}@media (min-width:933px){.order-history-table-container .order-history-table{min-width:1270px}}@media (max-width:932px){.card-grid-2{grid-template-columns:1fr}.layout-wrapper{flex-direction:column}.sidebar{width:100%;border-right:none;border-bottom:1px solid var(--border);padding:1rem 0}.product-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}.product-desc-desktop{display:none}.add-to-cart-btn-mobile{display:inline-flex;width:100%;justify-content:center}.details-btn-mobile{display:block}.add-to-cart-btn-mobile,.details-btn-mobile{padding:.6rem .75rem;font-size:.9rem}.cart-link{font-size:1rem;padding-right:.75rem}.page-header{flex-direction:column;align-items:flex-start;gap:.5rem}.page-header .flex.items-center{flex-wrap:wrap;gap:.5rem}.page-header .flex.items-center .btn{margin-left:0!important}.page-header h1{font-size:1.25rem}.grand-total-card{padding:1rem!important}.grand-total-card h3{font-size:1rem}.grand-total-amount{font-size:1.5rem!important}.grand-total-card>div{grid-template-columns:1fr!important;gap:1rem!important}.flyer-card-print{display:none}table{font-size:.85rem}td,th{padding:.5rem}.landing-nav-hamburger,.navbar-hamburger{display:flex}.landing-nav-links,.navbar-links{display:none;position:absolute;top:100%;left:0;right:0;flex-direction:column;background:var(--nav-bg);padding:.5rem 1rem 1rem;gap:.75rem;border-top:1px solid rgba(255,255,255,.15)}.landing-nav-links-open,.navbar-links-open{display:flex}.landing-nav,.navbar{position:relative}.landing-nav-inner,.navbar .container{position:static}.landing-hero-inner{grid-template-columns:1fr;gap:2rem}.landing-hero-headline{font-size:2rem}.checkout-grid{grid-template-columns:1fr}.landing-hero-actions{flex-direction:column;align-items:stretch}.landing-hero-actions .btn{text-align:center}.compare-grid,.steps-grid,.testimonials-grid{grid-template-columns:1fr}.stats-row{grid-template-columns:repeat(2,1fr)}.landing-footer-grid{grid-template-columns:1fr;gap:2rem}.landing-nav-links,.navbar-links{gap:1rem}.cta-section,.landing-hero,.section-wrapper{padding:3rem 0}.mobile-section-nav{display:block}.layout-wrapper>.sidebar{display:none}.main-content{padding:1rem}.order-history-table thead{display:none}.order-history-table tbody tr{display:block;border:1px solid var(--border);border-radius:8px;padding:.75rem;margin-bottom:.75rem;background:var(--card-bg)}.order-history-table tbody tr td{padding:.3rem 0;border:none;font-size:.85rem}.order-history-table tbody tr td[data-label]{display:flex;align-items:baseline;gap:.5rem}.order-history-table tbody tr td[data-label]:before{content:attr(data-label);font-weight:600;color:var(--primary);font-size:.8rem;flex-shrink:0}.order-history-table tbody tr td[data-label="Join Link"],.order-history-table tbody tr td[data-label="Order #"],.order-history-table tbody tr td[data-label=Actions],.order-history-table tbody tr td[data-label=Campaign],.order-history-table tbody tr td[data-label=Customer],.order-history-table tbody tr td[data-label=Email],.order-history-table tbody tr td[data-label=Image],.order-history-table tbody tr td[data-label=Name],.order-history-table tbody tr td[data-label=Order],.order-history-table tbody tr td[data-label=Phone],.order-history-table tbody tr td[data-label=Seller],.order-history-table tbody tr td[data-label=Title]{flex-direction:column;align-items:flex-start}.order-history-table tbody tr td[data-label=Items]{flex-direction:row;flex-wrap:wrap;gap:.25rem .75rem}.order-history-table tbody tr td[data-label=Items]:before{flex-basis:100%}.top-sellers-table tbody tr td[data-label=Seller]:before{display:none}.order-history-table tbody tr td[data-label=Image],.order-history-table tbody tr td[data-label=Title]{display:inline-block;width:auto;vertical-align:middle}.order-history-table tbody tr td[data-label=Image]+td[data-label=Title]{padding-left:.5rem}.order-history-table tbody tr td[data-label=Image]:before,.order-history-table tbody tr td[data-label=Title]:before{display:none}.order-history-table tbody tr td[data-label=Actions]{flex-direction:row;padding-top:.6rem}.order-history-table tbody tr td[data-label="Join Link"]:before{display:none}.seller-orders-table.order-history-table tbody tr{overflow:hidden;padding:.6rem .75rem}.seller-orders-table.order-history-table tbody tr td{padding:.15rem 0}.seller-orders-table tbody tr td[data-label="Order #"],.seller-orders-table tbody tr td[data-label=Name],.seller-orders-table tbody tr td[data-label=Order],.seller-orders-table tbody tr td[data-label=Status]{display:inline-flex;width:auto;vertical-align:middle;border:none;padding:0}.seller-orders-table tbody tr td[data-label="Order #"],.seller-orders-table tbody tr td[data-label=Name],.seller-orders-table tbody tr td[data-label=Order]{font-size:1rem;font-weight:700}.seller-orders-table tbody tr td[data-label="Order #"]:before,.seller-orders-table tbody tr td[data-label=Name]:before,.seller-orders-table tbody tr td[data-label=Order]:before{display:none}.seller-orders-table tbody tr td[data-label=Status]{float:right;margin-top:.1rem}.seller-orders-table tbody tr td[data-label=Status]:before{display:none}.seller-orders-table tbody tr td[data-label=Campaign],.seller-orders-table tbody tr td[data-label=Customer],.seller-orders-table tbody tr td[data-label=Email],.seller-orders-table tbody tr td[data-label=Method],.seller-orders-table tbody tr td[data-label=Orders],.seller-orders-table tbody tr td[data-label=Phone],.seller-orders-table tbody tr td[data-label=Seller]{flex-direction:row;align-items:center;gap:.4rem}.seller-orders-table tbody tr td[data-label=Campaign]:before,.seller-orders-table tbody tr td[data-label=Customer]:before,.seller-orders-table tbody tr td[data-label=Email]:before,.seller-orders-table tbody tr td[data-label=Method]:before,.seller-orders-table tbody tr td[data-label=Orders]:before,.seller-orders-table tbody tr td[data-label=Phone]:before,.seller-orders-table tbody tr td[data-label=Seller]:before{content:attr(data-label);font-weight:600;color:var(--primary);font-size:.75rem;min-width:4.5rem}.seller-orders-table tbody tr td[data-label=Items]{flex-direction:row;flex-wrap:wrap;gap:.2rem .5rem;font-size:.8rem}.seller-orders-table tbody tr td[data-label=Items]:before{content:attr(data-label);font-weight:600;color:var(--primary);font-size:.75rem;flex-basis:100%}.seller-orders-table tbody tr td[data-label=Date],.seller-orders-table tbody tr td[data-label=Sales],.seller-orders-table tbody tr td[data-label=Total]{display:inline-flex;width:auto;vertical-align:middle;border:none;padding:0}.seller-orders-table tbody tr td[data-label=Sales],.seller-orders-table tbody tr td[data-label=Total]{font-size:1.1rem;font-weight:700;color:var(--text);padding-top:.3rem!important}.seller-orders-table tbody tr td[data-label=Sales]:before,.seller-orders-table tbody tr td[data-label=Total]:before{display:none}.seller-orders-table tbody tr td[data-label=Date]{float:right;font-size:.8rem;padding-top:.4rem!important;padding-right:.25rem}.seller-orders-table tbody tr td[data-label=Date]:before{display:none}.seller-orders-table tbody tr td[data-label=Actions]{flex-direction:row;padding-top:.4rem}}@font-face{font-family:Poppins;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/29a4aea02fdee119-s.woff2) format("woff2");unicode-range:u+0900-097f,u+1cd0-1cf9,u+200c-200d,u+20a8,u+20b9,u+20f0,u+25cc,u+a830-a839,u+a8e0-a8ff,u+11b00-11b09}@font-face{font-family:Poppins;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/a1386beebedccca4-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Poppins;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/b957ea75a84b6ea7-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Poppins;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/28485c0de2075f40-s.woff2) format("woff2");unicode-range:u+0900-097f,u+1cd0-1cf9,u+200c-200d,u+20a8,u+20b9,u+20f0,u+25cc,u+a830-a839,u+a8e0-a8ff,u+11b00-11b09}@font-face{font-family:Poppins;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/5fb25f343c7550ca-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Poppins;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/7db6c35d839a711c-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Poppins Fallback;src:local("Arial");ascent-override:93.62%;descent-override:31.21%;line-gap-override:8.92%;size-adjust:112.16%}.__className_404c4c{font-family:Poppins,Poppins Fallback;font-style:normal}.__variable_404c4c{--font-poppins-extra-bold:"Poppins","Poppins Fallback"}