:root{--bg: #faf9f6;--primary: #2d5016;--accent: #d97706;--secondary: #7c2d12;--ink: #1c1917;--muted: #78716c;--card: #ffffff;--border: #d6d3d1;--success: #16a34a;--warning: #ea580c}*{box-sizing:border-box}body{margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Helvetica Neue,Arial,Noto Sans,"Apple Color Emoji","Segoe UI Emoji";color:var(--ink);background:var(--bg)}a{color:var(--primary);text-decoration:none}a:hover{text-decoration:underline}.container{max-width:1100px;margin:0 auto;padding:0 1rem}.navbar{background:var(--card);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:100;padding:.35rem 1rem .2rem}.brand{font-weight:800;font-size:1.1rem;color:var(--primary);margin-right:1.5rem}.brand img{height:3.5rem;width:auto}.navlinks{display:flex;gap:1rem;margin-right:.1rem}.navlinks a{font-weight:600;color:var(--ink)}.hamburger-menu{display:none;position:relative}.hamburger{display:flex;flex-direction:column;justify-content:space-around;width:2rem;height:2rem;background:transparent;border:none;cursor:pointer;padding:0;z-index:10}.hamburger span{width:2rem;height:.25rem;background:var(--primary);border-radius:10px;transition:all .3s linear;position:relative;transform-origin:1px}.hamburger.open span:first-child{transform:rotate(45deg)}.hamburger.open span:nth-child(2){opacity:0;transform:translate(20px)}.hamburger.open span:nth-child(3){transform:rotate(-45deg)}.mobile-nav{position:fixed;top:0;right:-100%;height:100vh;width:300px;background:var(--card);border-left:1px solid var(--border);box-shadow:-2px 0 10px #0000001a;transition:right .3s ease-in-out;z-index:1000;padding:5rem 2rem 2rem;display:flex;flex-direction:column;gap:1.5rem}.mobile-nav.open{right:0}.mobile-nav a{font-weight:600;color:var(--ink);font-size:1.1rem;padding:.5rem 0;border-bottom:1px solid var(--border);transition:color .2s ease}.mobile-nav a:hover{color:var(--primary);text-decoration:none}.mobile-nav-divider{height:1px;background:var(--border);margin:.5rem 0}.mobile-nav-user{padding:1rem 0;margin-bottom:.5rem}.mobile-nav-user-info{display:flex;align-items:center;gap:.75rem}.mobile-nav-avatar{width:40px;height:40px;border-radius:50%;background:var(--primary);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.1rem;flex-shrink:0}.mobile-nav-user-name{font-weight:700;color:var(--ink);font-size:1.1rem}.mobile-nav-user-email{font-size:.85rem;color:var(--muted);word-break:break-all}.mobile-nav-login{color:var(--primary)!important;font-weight:700!important;border:2px solid var(--primary)!important;border-radius:8px;padding:.75rem 1rem!important;text-align:center;margin-top:.5rem}.mobile-nav-signup{background:var(--primary)!important;color:#fff!important;font-weight:700!important;border:2px solid var(--primary)!important;border-radius:8px;padding:.75rem 1rem!important;text-align:center}.mobile-nav-logout{width:100%;text-align:left;font-weight:600;color:#dc2626!important;font-size:1.1rem;padding:.5rem 0;border:none;background:none;cursor:pointer;border-bottom:1px solid var(--border)}.mobile-nav-logout:hover{color:#b91c1c!important}.mobile-nav-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;z-index:999}.hero{display:grid;grid-template-columns:1fr;gap:1rem;padding:2rem 1rem;background:linear-gradient(180deg,#fffdf7,#fff);border-bottom:1px solid var(--border)}.hero-inner{display:grid;grid-template-columns:1.2fr 1fr;gap:2rem;align-items:center}.hero h1{margin:0;font-size:2.2rem;line-height:1.2;font-weight:800;background:linear-gradient(135deg,var(--primary),var(--accent));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero p{color:var(--muted)}.hero img{width:100%;border-radius:12px;border:1px solid var(--border)}.btn{display:inline-block;background:var(--primary);color:#fff;padding:.7rem 1rem;border-radius:10px;font-weight:700;border:none;cursor:pointer;transition:all .2s ease}.btn:hover{background:var(--secondary);transform:translateY(-1px);box-shadow:0 4px 8px #2d501633}.btn.outline{background:transparent;color:var(--primary);border:2px solid var(--primary)}.btn.outline:hover{background:var(--primary);color:#fff}.grid{display:grid;gap:1rem}.grid-3{grid-template-columns:repeat(3,1fr)}.card{background:var(--card);border:1px solid var(--border);border-radius:12px;padding:1rem;box-shadow:0 2px 4px #1c19170d;transition:all .2s ease}.card:hover{box-shadow:0 4px 12px #1c19171a;transform:translateY(-2px)}.footer{margin-top:2rem;padding:2rem 1rem;color:var(--muted);border-top:1px solid var(--border)}@media (max-width: 900px){.hero-inner,.grid-3{grid-template-columns:1fr}.products-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr))}}.shop-tabs{display:flex;gap:.75rem;margin-bottom:1.5rem;border-bottom:2px solid var(--border);padding-bottom:.5rem}.shop-tab{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;background:none;border:none;border-radius:8px 8px 0 0;cursor:pointer;font-weight:600;color:var(--muted);transition:all .2s ease;position:relative;font-size:1rem}.shop-tab:hover{background:var(--bg);color:var(--ink)}.shop-tab.active{color:var(--primary);background:#2d50160d}.shop-tab.active:after{content:"";position:absolute;bottom:-.5rem;left:0;right:0;height:2px;background:var(--primary)}.shop-tab-text{font-size:.95rem}.shop-tab-count{background:var(--bg);padding:.2rem .5rem;border-radius:12px;font-size:.85rem;font-weight:700;color:var(--muted)}.shop-tab.active .shop-tab-count{background:var(--primary);color:#fff}.shop-tab-description{background:linear-gradient(135deg,var(--bg) 0%,var(--card) 100%);border:1px solid var(--border);border-radius:12px;padding:1.5rem;margin-bottom:2rem}.shop-tab-description-content{display:flex;justify-content:space-between;align-items:center;gap:2rem}.shop-tab-features{display:flex;gap:.5rem;flex-wrap:wrap}.shop-feature-badge{background:#fff;border:1px solid var(--border);padding:.4rem .75rem;border-radius:20px;font-size:.85rem;font-weight:600;white-space:nowrap}.shop-feature-badge-subscribe{background:#2f6b2f;color:#fff;border:none;padding:.7rem 1.4rem;border-radius:36px;font-size:1rem;font-weight:600;white-space:nowrap;cursor:pointer;transition:background .25s ease,transform .15s ease,box-shadow .2s ease}.shop-feature-badge:hover{background:#3b7c3b;transform:translateY(-2px)}.shop-layout{display:grid;grid-template-columns:1fr;gap:2rem;max-width:1400px;margin:0 auto}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}.product-card-link{text-decoration:none;color:inherit;display:block}.product-card-link:hover{text-decoration:none}.product-card{background:var(--card);border:1px solid var(--border);border-radius:12px;overflow:hidden;transition:all .3s ease;display:flex;flex-direction:column;height:100%;cursor:pointer}.product-card:hover{box-shadow:0 8px 24px #1c19171f;transform:translateY(-4px);border-color:var(--primary)}.product-image-wrapper{position:relative;width:100%;height:220px;overflow:hidden;background:var(--bg)}.product-image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.product-card:hover .product-image{transform:scale(1.05)}.product-image-placeholder{display:flex;align-items:center;justify-content:center;height:100%;color:var(--muted)}.product-badge{position:absolute;top:.75rem;left:.75rem;display:flex;align-items:center;gap:.28rem;padding:.32rem .6rem;border-radius:5px;font-weight:700;font-size:.6rem;letter-spacing:.4px;box-shadow:0 1.6px 6.4px #00000026}.product-badge-local{background:var(--primary);color:#fff}.product-badge-dropship{background:#2563eb;color:#fff}.product-badge-digital{background:#7c3aed;color:#fff}.product-badge-icon{font-size:.9rem}.product-badge-text{font-size:.7rem}.product-badge-seasonal{position:absolute;top:.75rem;right:.75rem;background:#f59e0b;color:#fff;padding:.35rem .65rem;border-radius:6px;font-weight:700;font-size:.75rem;box-shadow:0 2px 8px #00000026}.product-info{padding:1.25rem;display:flex;flex-direction:column;flex:1;gap:.75rem}.product-header{display:flex;justify-content:space-between;align-items:flex-start;gap:.5rem}.product-name{font-size:1.25rem;font-weight:700;color:var(--ink);margin:0;line-height:1.3;flex:1}.product-special-tag{color:#f59e0b;font-size:.75rem;font-weight:600;background:#fef3c7;padding:.25rem .5rem;border-radius:4px;white-space:nowrap}.product-stock-display{padding:.5rem .75rem;border-radius:6px;font-size:.85rem;font-weight:600;display:inline-block}.product-stock-display.stock-available{background:#d1fae5;color:#065f46}.product-stock-display.stock-low{background:#fef3c7;color:#92400e}.product-stock-display.stock-out{background:#fee2e2;color:#991b1b}.product-description-brief{color:var(--muted);font-size:.875rem;line-height:1.5;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-description-brief h4{font-size:.875rem;font-weight:600;margin:.5rem 0 .25rem;color:var(--text)}.product-description-brief p{margin:0}.product-description-brief p:first-child{margin-top:0}.product-footer{display:flex;flex-direction:column;gap:1rem;margin-top:auto;padding-top:1rem}.product-price-section{display:flex;flex-direction:column;gap:.25rem}.product-price-main{display:flex;align-items:baseline;gap:.35rem}.product-price{font-size:2rem;font-weight:800;color:var(--primary);line-height:1;letter-spacing:-.02em}.product-unit{font-size:.9rem;color:var(--muted);font-weight:600}.product-add-btn{width:100%;font-size:.95rem;padding:.75rem 1rem;font-weight:700;letter-spacing:.01em;transition:all .2s ease}.product-add-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #2e7d324d}.product-add-btn:disabled{opacity:.5;cursor:not-allowed}.basket-card{background:var(--card);border:1px solid var(--border);border-radius:12px;padding:1rem;box-shadow:0 2px 4px #1c19170d;height:fit-content;position:sticky;top:6rem}@media (max-width: 768px){.desktop-nav{display:none}.hamburger-menu{display:block}.brand img{height:3rem}.navbar{padding:.5rem 1rem}.section-header{padding-left:1rem}.card{padding:1.25rem;margin-bottom:.75rem;border-radius:16px;box-shadow:0 4px 8px #1c191714}.card:hover{transform:translateY(-1px);box-shadow:0 6px 16px #1c19171f}.shop-layout{grid-template-columns:1fr;gap:1rem}.products-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:1rem}.shop-tabs{overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.shop-tabs::-webkit-scrollbar{display:none}.shop-tab{padding:.6rem 1rem;font-size:.9rem;white-space:nowrap}.shop-tab-text{display:none}.shop-tab-icon{font-size:1.4rem}.shop-tab-description{padding:1rem}.shop-tab-description-content{flex-direction:column;align-items:flex-start;gap:1rem}.shop-tab-features{width:100%}.shop-feature-badge{font-size:.75rem;padding:.3rem .6rem}.product-card{border-radius:10px}.product-image-wrapper{height:180px}.product-info{padding:1rem}.product-name{font-size:1.1rem}.product-description-brief{font-size:.8rem;-webkit-line-clamp:1}.product-stock-display{font-size:.75rem;padding:.4rem .6rem}.product-price{font-size:1.6rem}.product-add-btn{font-size:.9rem;padding:.7rem 1rem;min-height:48px}.product-badge{top:.5rem;left:.5rem;padding:.3rem .6rem}.product-badge-text{font-size:.65rem}.product-badge-seasonal{top:.5rem;right:.5rem;padding:.3rem .55rem;font-size:.7rem}.basket-card{padding:1.25rem;border-radius:16px;box-shadow:0 4px 12px #1c19171a}.basket-card h3{font-size:1.1rem;margin-bottom:1rem}.basket-card button{width:100%;padding:.75rem;font-size:1rem;min-height:48px;margin-top:1rem}.grid-3 .card{padding:1.25rem;text-align:center}.grid-3 .card h3{font-size:1.1rem;margin:.75rem 0 .5rem}.grid-3 .card p{font-size:.9rem;line-height:1.5;margin:.75rem 0}.grid-3 .card .btn{width:100%;padding:.75rem;font-size:.9rem;min-height:44px}}@media (min-width: 769px){.hamburger-menu{display:none}.desktop-nav{display:flex}}.auth-container{max-width:500px;margin:0 auto}.auth-card{background:var(--card);border:1px solid var(--border);border-radius:12px;padding:2.5rem;box-shadow:0 2px 8px #0000000d}.form-group{margin-bottom:1.25rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:600;color:var(--ink);font-size:.95rem}.form-group input,.form-group select,.form-group textarea{width:100%;padding:.75rem;border:1px solid var(--border);border-radius:8px;font-size:1rem;font-family:inherit;transition:border-color .2s,box-shadow .2s;background:var(--card)}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #2d50161a}.form-group input.input-error{border-color:#dc2626}.form-group input.input-error:focus{box-shadow:0 0 0 3px #dc26261a}.error-message{display:block;color:#dc2626;font-size:.875rem;margin-top:.375rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.alert{padding:1rem;border-radius:8px;margin-bottom:1rem;font-size:.95rem}.alert-success{background:#dcfce7;color:#166534;border:1px solid #bbf7d0}.alert-error{background:#fee2e2;color:#991b1b;border:1px solid #fecaca}.alert-info{background:#dbeafe;color:#1e40af;border:1px solid #bfdbfe}.user-menu-auth{display:flex;align-items:center;gap:1rem}.btn-link{background:none;border:none;color:var(--primary);font-weight:600;cursor:pointer;padding:.5rem 1rem;text-decoration:none;transition:opacity .2s}.btn-link:hover{opacity:.8;text-decoration:none}.user-menu{position:relative}.user-menu-trigger{display:flex;align-items:center;gap:.5rem;background:var(--card);border:1px solid var(--border);border-radius:8px;padding:.5rem 1rem;cursor:pointer;transition:border-color .2s}.user-menu-trigger:hover{border-color:var(--primary)}.user-avatar{width:32px;height:32px;border-radius:50%;background:var(--primary);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.9rem}.user-name{color:var(--ink);font-weight:600;font-size:.95rem}.user-menu-overlay{position:fixed;top:0;left:0;right:0;bottom:0;z-index:999}.user-menu-dropdown{position:absolute;top:calc(100% + .5rem);right:0;background:var(--card);border:1px solid var(--border);border-radius:8px;box-shadow:0 4px 12px #0000001a;min-width:200px;z-index:1000;overflow:hidden}.user-menu-header{padding:1rem;background:var(--bg)}.user-menu-email{font-size:.9rem;color:var(--ink);font-weight:600;margin-bottom:.25rem;word-break:break-all}.user-menu-role{font-size:.8rem;color:var(--muted);text-transform:capitalize}.user-menu-divider{height:1px;background:var(--border)}.user-menu-item{display:block;width:100%;text-align:left;padding:.75rem 1rem;border:none;background:none;cursor:pointer;font-size:.95rem;color:var(--ink);transition:background-color .2s;text-decoration:none}.user-menu-item:hover{background:var(--bg);text-decoration:none}.user-menu-logout{color:#dc2626}.profile-container{max-width:800px;margin:0 auto}.profile-info{display:flex;flex-direction:column;gap:1rem}.info-row{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;border-bottom:1px solid var(--border)}.info-row:last-child{border-bottom:none}.info-label{font-weight:600;color:var(--muted);font-size:.95rem}.info-value{color:var(--ink);font-size:1rem}.btn-primary{background:var(--primary);color:#fff}.btn-primary:hover{background:#1e3a0f}.btn-secondary{background:var(--bg);color:var(--ink);border:1px solid var(--border)}.btn-secondary:hover{background:#f5f5f4}@media (max-width: 768px){.auth-card{padding:1.5rem}.form-row{grid-template-columns:1fr}.user-menu-auth{display:none}.user-menu{margin-right:1rem}.user-name{display:none}.info-row{flex-direction:column;align-items:flex-start;gap:.5rem}}.academy-hero{display:grid;grid-template-columns:1.2fr 1fr;gap:3rem;align-items:center;margin-bottom:4rem;padding:3rem 0}.academy-hero-content{display:flex;flex-direction:column;gap:1.5rem}.academy-badge{display:inline-block;background:linear-gradient(135deg,#7c3aed,#5b21b6);color:#fff;padding:.5rem 1rem;border-radius:20px;font-weight:700;font-size:.9rem;letter-spacing:.5px;width:fit-content}.academy-title{font-size:3rem;font-weight:800;line-height:1.1;color:var(--ink);margin:0}.academy-subtitle{font-size:1.25rem;line-height:1.6;color:var(--muted);margin:0}.academy-hero-buttons{display:flex;gap:1rem;margin-top:1rem}.btn-secondary{background:#fff;color:var(--ink);border:2px solid var(--border)}.btn-secondary:hover{border-color:var(--primary);background:var(--bg)}.academy-hero-image{display:flex;align-items:center;justify-content:center}.academy-placeholder-image{width:100%;aspect-ratio:4/3;background:linear-gradient(135deg,var(--bg) 0%,var(--card) 100%);border:2px dashed var(--border);border-radius:16px;display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:4rem;color:var(--muted)}.academy-placeholder-image p{font-size:1.2rem;font-weight:600;margin-top:1rem}.academy-features{margin:5rem 0}.academy-features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.academy-feature-card{background:var(--card);border:1px solid var(--border);border-radius:12px;padding:2rem;text-align:center;transition:all .3s ease}.academy-feature-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #1c19171f;border-color:var(--primary)}.academy-feature-icon{font-size:3rem;margin-bottom:1rem}.academy-feature-card h3{font-size:1.25rem;font-weight:700;color:var(--ink);margin:0 0 .75rem}.academy-feature-card p{font-size:.95rem;line-height:1.6;color:var(--muted);margin:0}.academy-coming-soon{margin:5rem 0}.academy-notify-form{display:flex;gap:1rem;max-width:500px;margin:0 auto}.academy-notify-input{flex:1;padding:.75rem 1rem;border:2px solid var(--border);border-radius:8px;font-size:1rem;outline:none;transition:border-color .2s}.academy-notify-input:focus{border-color:var(--primary)}.academy-planned-courses{margin:5rem 0}.academy-courses-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.academy-course-card{background:var(--card);border:1px solid var(--border);border-radius:12px;padding:2rem;display:flex;flex-direction:column;position:relative;transition:all .3s ease}.academy-course-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #1c19171f;border-color:#7c3aed}.academy-course-badge{position:absolute;top:1rem;right:1rem;background:#fbbf24;color:#78350f;padding:.35rem .75rem;border-radius:6px;font-weight:700;font-size:.75rem;letter-spacing:.5px}.academy-course-icon{font-size:3.5rem;margin-bottom:1rem}.academy-course-card h3{font-size:1.5rem;font-weight:700;color:var(--ink);margin:0 0 1rem}.academy-course-card>p{font-size:1rem;line-height:1.6;color:var(--muted);margin:0 0 1.5rem}.academy-course-features{list-style:none;padding:0;margin:0 0 2rem;flex:1}.academy-course-features li{padding:.5rem 0;color:var(--ink);font-size:.95rem}.academy-course-price{display:flex;flex-direction:column;align-items:center;padding-top:1.5rem;border-top:1px solid var(--border)}.academy-course-price-amount{font-size:2.5rem;font-weight:800;color:#7c3aed}.academy-course-price-label{font-size:.85rem;color:var(--muted);margin-top:.25rem}.academy-cta{margin:5rem 0 3rem}@media (max-width: 768px){.academy-hero{grid-template-columns:1fr;gap:2rem;padding:2rem 0}.academy-title{font-size:2rem}.academy-subtitle{font-size:1.1rem}.academy-hero-buttons{flex-direction:column}.academy-hero-buttons .btn{width:100%}.academy-hero-image{order:-1}.academy-placeholder-image{font-size:3rem}.academy-features-grid{grid-template-columns:1fr;gap:1.5rem}.academy-feature-card{padding:1.5rem}.academy-courses-grid{grid-template-columns:1fr;gap:1.5rem}.academy-course-card{padding:1.5rem}.academy-notify-form{flex-direction:column}.academy-notify-input{width:100%}}.hero-v2{background:linear-gradient(135deg,#faf9f6,#f5f3ed);padding:4rem 0 3rem;overflow:hidden}.hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.hero-content{display:flex;flex-direction:column;gap:1.5rem}.hero-title{font-size:3.5rem;line-height:1.1;margin:0;color:var(--text)}.hero-title-highlight{color:var(--primary);display:block}.hero-subtitle{font-size:1.25rem;color:var(--muted);line-height:1.6;margin:0}.hero-proof{display:flex;gap:2rem;padding:1.5rem 0;border-top:2px solid var(--border);border-bottom:2px solid var(--border)}.hero-proof-item{display:flex;flex-direction:column;gap:.25rem}.hero-proof-number{font-size:2rem;font-weight:700;color:var(--primary);line-height:1}.hero-proof-label{font-size:.85rem;color:var(--muted);text-transform:uppercase;letter-spacing:.5px}.hero-cta{display:flex;gap:1rem}.btn-lg{padding:1rem 2rem;font-size:1.1rem;font-weight:600}.hero-trust{font-size:.9rem;color:var(--muted)}.hero-image{position:relative}.hero-image img{width:100%;height:auto;border-radius:16px;box-shadow:0 20px 60px #00000026}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.badge-icon{font-size:2rem}.badge-text{display:flex;flex-direction:column;gap:.25rem}.badge-text strong{font-size:1rem;color:var(--text)}.badge-text span{font-size:.85rem;color:var(--muted)}.business-pillars{padding:4rem 0;background:#fff}.pillars-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.pillar-card{background:var(--bg);border:2px solid var(--border);border-radius:16px;padding:2rem;display:flex;flex-direction:column;gap:1rem;position:relative;transition:all .3s ease}.pillar-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #0000001a}.pillar-local{border-color:var(--primary)}.pillar-dropship{border-color:#2563eb}.pillar-academy{border-color:#7c3aed}.pillar-card h3{margin:0;font-size:1.5rem;color:var(--text)}.pillar-card p{color:var(--muted);line-height:1.6;margin:0;flex:1}.pillar-features{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.pillar-features li{color:var(--muted);font-size:.95rem}.pillar-link{display:inline-block;color:var(--primary);font-weight:600;text-decoration:none;margin-top:.5rem;transition:all .2s ease}.pillar-link:hover{transform:translate(5px)}.pillar-badge{position:absolute;top:1rem;right:1rem;background:#fbbf24;color:#78350f;padding:.25rem .75rem;border-radius:50px;font-size:.75rem;font-weight:700;text-transform:uppercase}.featured-products{padding:4rem 0;background:var(--bg)}.section-header-center{text-align:center;margin-bottom:3rem}.section-header-center h2{font-size:2.5rem;margin:0 0 .5rem;color:var(--text)}.section-header-center p{font-size:1.1rem;color:var(--muted);margin:0}.products-grid-home{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;margin-bottom:2rem}.section-cta{text-align:center;margin-top:3rem}.btn-outline-lg{padding:1rem 2.5rem;font-size:1.1rem;background:transparent;border:2px solid var(--primary);color:var(--primary);border-radius:8px;font-weight:600;text-decoration:none;display:inline-block;transition:all .3s ease}.btn-outline-lg:hover{background:var(--primary);color:#fff}.how-it-works{padding:4rem 0;background:#fff}.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:3rem;margin-top:3rem}.step-card{text-align:center;position:relative;padding:2rem}.step-card:after{content:"→";position:absolute;top:50%;right:-1.5rem;transform:translateY(-50%);font-size:2rem;color:var(--border)}.step-card:last-child:after{display:none}.step-number{display:inline-block;width:50px;height:50px;background:var(--primary);color:#fff;border-radius:50%;font-size:1.5rem;font-weight:700;line-height:50px;margin-bottom:1rem}.step-card h3{font-size:1.3rem;margin:0 0 .5rem;color:var(--text)}.step-card p{color:var(--muted);line-height:1.6;margin:0}.value-item strong{display:block;font-size:1.1rem;color:var(--text);margin-bottom:.25rem}.value-item p{margin:0;font-size:.95rem;color:var(--muted)}.email-signup{padding:4rem 0;background:linear-gradient(135deg,var(--primary) 0%,#234a0f 100%)}.email-signup-card{background:#fff;border-radius:16px;padding:3rem;max-width:800px;margin:0 auto;text-align:center;display:flex;flex-direction:column;align-items:center}.email-signup-content{width:100%;max-width:100%}.email-signup-content h2{font-size:2.5rem;margin:0 0 1rem;color:var(--text)}.email-signup-content p{font-size:1.1rem;color:var(--muted);margin:0 0 2rem;line-height:1.6}.email-signup-form{display:flex;flex-direction:column;align-items:stretch;gap:1rem;max-width:500px;margin:0 auto 1rem;width:100%}.email-input{width:100%;padding:0 1.5rem;margin:0;border:2px solid var(--border);border-radius:8px;font-size:1rem;font-family:inherit;line-height:1.5;height:52px;transition:all .3s ease;box-sizing:border-box;-webkit-appearance:none;-moz-appearance:none;appearance:none;vertical-align:top}.email-input:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #2d50161a}.email-signup-form .email-signup-btn{width:100%;padding:0 2rem;margin:0;border:none;white-space:nowrap;height:52px;min-height:52px;max-height:52px;line-height:1.5;box-sizing:border-box;font-size:1rem;font-family:inherit;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0;vertical-align:top}.email-success-message{background:#d1fae5;color:#065f46;padding:1rem;border-radius:8px;margin-top:1rem;font-weight:600}.email-privacy{font-size:.85rem;color:var(--muted);margin:1rem 0 0}.final-cta{padding:5rem 0;background:linear-gradient(135deg,#faf9f6,#f5f3ed);text-align:center}.final-cta-content{max-width:700px;margin:0 auto;display:flex;flex-direction:column;gap:2rem;align-items:center}.final-cta h2{font-size:3rem;margin:0;color:var(--text)}.final-cta p{font-size:1.2rem;color:var(--muted);margin:0;line-height:1.6}.final-cta-buttons{display:flex;gap:1rem}.btn-xl{padding:1.25rem 3rem;font-size:1.2rem;font-weight:700}.final-cta-features{display:flex;gap:2rem;font-size:.95rem;color:var(--muted);flex-wrap:wrap;justify-content:center}.final-cta-features span{white-space:nowrap}@media (max-width: 768px){.hero-v2{padding:2rem 0}.hero-grid{grid-template-columns:1fr;gap:2rem}.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem}.hero-proof{gap:1rem;flex-wrap:wrap}.hero-proof-number{font-size:1.5rem}.hero-cta{flex-direction:column}.btn-lg{width:100%;text-align:center}.hero-image{order:-1;max-height:280px;overflow:hidden}.hero-image img{width:100%;height:280px;object-fit:cover;object-position:center;border-radius:12px}.hero-floating-badge{left:1rem;bottom:1rem;padding:.75rem 1rem;font-size:.85rem}.badge-icon{font-size:1.5rem}.pillars-grid,.products-grid-home{grid-template-columns:1fr;gap:1.5rem}.steps-grid{grid-template-columns:1fr;gap:2rem}.step-card:after{display:none}.email-signup-card{padding:2rem 1.5rem}.email-signup-content h2{font-size:2rem}.email-signup-form{flex-direction:column;max-width:100%}.email-input,.email-signup-btn{width:100%;height:52px;min-height:52px}.final-cta{padding:3rem 0}.final-cta h2{font-size:2rem}.final-cta p{font-size:1rem}.final-cta-buttons{flex-direction:column;width:100%}.btn-xl{width:100%;padding:1rem 2rem}.final-cta-features{gap:1rem;font-size:.85rem}}.nav-right{display:flex;align-items:center;gap:1rem}.cart-icon-button{position:relative;background:transparent;border:2px solid var(--primary);border-radius:50%;width:45px;height:45px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease}.cart-icon-button:hover{background:var(--primary);transform:scale(1.05)}.cart-icon{width:35px;height:auto;display:block;transition:filter .3s ease}.cart-icon-button:hover .cart-icon{filter:brightness(0) invert(1)}.cart-badge{position:absolute;top:-5px;right:-5px;background:#dc2626;color:#fff;border-radius:50%;width:22px;height:22px;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700}.cart-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;z-index:999;animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.cart-sidebar{position:fixed;top:0;right:0;bottom:0;width:450px;max-width:100%;background:#fff;box-shadow:-4px 0 20px #00000026;z-index:1000;display:flex;flex-direction:column;animation:slideIn .3s ease}@keyframes slideIn{0%{transform:translate(100%)}to{transform:translate(0)}}.cart-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:2px solid var(--border)}.cart-header h2{margin:0;font-size:1.5rem;color:var(--text)}.cart-close{background:transparent;border:none;font-size:1.5rem;cursor:pointer;padding:.5rem;line-height:1;color:var(--muted);transition:color .2s ease}.cart-close:hover{color:var(--text)}.cart-items{flex:1;overflow-y:auto;padding:1rem}.cart-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 1rem;text-align:center}.cart-empty-icon{font-size:4rem;margin-bottom:1rem;opacity:.3}.cart-empty p{color:var(--muted);margin:0 0 1.5rem}.cart-item{display:flex;gap:1rem;padding:1rem;border:1px solid var(--border);border-radius:8px;margin-bottom:1rem}.cart-item-image{width:80px;height:80px;border-radius:8px;overflow:hidden;flex-shrink:0}.cart-item-image img{width:100%;height:100%;object-fit:cover}.cart-item-placeholder{width:100%;height:100%;background:var(--bg);display:flex;align-items:center;justify-content:center;font-size:2rem}.cart-item-details{flex:1;display:flex;flex-direction:column;gap:.5rem}.cart-item-details h4{margin:0;font-size:1rem;color:var(--text)}.cart-item-type{font-size:.75rem;color:var(--muted)}.cart-item-price{font-size:.9rem;font-weight:600;color:var(--primary)}.cart-item-controls{display:flex;gap:.75rem;align-items:center}.quantity-controls{display:flex;align-items:center;gap:.5rem;background:var(--bg);border-radius:6px;padding:.25rem}.quantity-controls button{background:#fff;border:1px solid var(--border);border-radius:4px;width:28px;height:28px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:1rem;font-weight:700;transition:all .2s ease}.quantity-controls button:hover:not(:disabled){background:var(--primary);color:#fff;border-color:var(--primary)}.quantity-controls button:disabled{opacity:.3;cursor:not-allowed}.quantity-controls span{min-width:30px;text-align:center;font-weight:600}.cart-item-remove{background:transparent;border:none;color:#dc2626;cursor:pointer;font-size:.85rem;text-decoration:underline;padding:0}.cart-item-remove:hover{color:#991b1b}.cart-item-total{font-size:1rem;font-weight:700;color:var(--text);text-align:right}.cart-footer{padding:1.5rem;border-top:2px solid var(--border);background:var(--bg)}.cart-subtotal{display:flex;justify-content:space-between;margin-bottom:.5rem;font-size:1rem}.cart-subtotal-amount{font-size:1.5rem;font-weight:700;color:var(--primary)}.cart-footer-note{font-size:.85rem;color:var(--muted);margin:0 0 1rem}.btn-block{width:100%;margin-bottom:.75rem}.cart-empty-page{text-align:center;padding:4rem 2rem}.cart-empty-page h1{font-size:2rem;margin:0 0 .5rem}.cart-empty-page p{color:var(--muted);font-size:1.1rem;margin:0 0 2rem}.cart-page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.cart-page-header h1{margin:0}.btn-outline-sm{padding:.5rem 1rem;font-size:.9rem;background:transparent;border:1px solid var(--border);color:var(--muted);border-radius:6px;cursor:pointer;transition:all .2s ease}.btn-outline-sm:hover{border-color:#dc2626;color:#dc2626}.cart-page-layout{display:grid;grid-template-columns:1fr 350px;gap:2rem;align-items:start}.cart-page-items{display:flex;flex-direction:column;gap:1rem}.cart-page-item{background:#fff;border:1px solid var(--border);border-radius:12px;padding:1.5rem;display:grid;grid-template-columns:120px 1fr 200px;gap:1.5rem;align-items:center}.cart-page-item-image{width:120px;height:120px;border-radius:8px;overflow:hidden}.cart-page-item-image img{width:100%;height:100%;object-fit:cover}.cart-page-item-placeholder{width:100%;height:100%;background:var(--bg);display:flex;align-items:center;justify-content:center;font-size:3rem}.cart-page-item-info h3{margin:0 0 .5rem;font-size:1.2rem}.cart-page-item-description{color:var(--muted);font-size:.9rem;margin:0 0 .75rem;line-height:1.5}.cart-page-item-meta{display:flex;gap:.5rem;flex-wrap:wrap}.cart-meta-badge{display:inline-block;padding:.25rem .75rem;border-radius:50px;font-size:.75rem;font-weight:600}.cart-meta-local{background:#f0fdf4;color:#15803d}.cart-meta-dropship{background:#eff6ff;color:#1e40af}.cart-meta-digital{background:#f5f3ff;color:#6d28d9}.cart-page-item-actions{display:flex;flex-direction:column;gap:1rem;align-items:flex-end}.cart-page-item-price{font-size:1.2rem;font-weight:700;color:var(--primary)}.cart-page-item-unit{font-size:.85rem;color:var(--muted);font-weight:400}.cart-page-quantity{display:flex;flex-direction:column;gap:.5rem}.cart-page-quantity label{font-size:.85rem;color:var(--muted)}.quantity-controls-large{display:flex;gap:.5rem;align-items:center}.quantity-controls-large button{background:#fff;border:1px solid var(--border);border-radius:6px;width:36px;height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:1.2rem;font-weight:700;transition:all .2s ease}.quantity-controls-large button:hover:not(:disabled){background:var(--primary);color:#fff;border-color:var(--primary)}.quantity-controls-large button:disabled{opacity:.3;cursor:not-allowed}.quantity-controls-large input{width:60px;text-align:center;border:1px solid var(--border);border-radius:6px;padding:.5rem;font-size:1rem;font-weight:600}.cart-page-item-total{font-size:1.5rem;font-weight:700;color:var(--text)}.cart-page-item-remove{background:transparent;border:none;font-size:1.5rem;cursor:pointer;opacity:.3;transition:opacity .2s ease}.cart-page-item-remove:hover{opacity:1}.cart-page-summary{background:var(--bg);border:2px solid var(--border);border-radius:12px;padding:1.5rem;position:sticky;top:2rem}.cart-page-summary h2{margin:0 0 1.5rem;font-size:1.5rem}.cart-summary-line{display:flex;justify-content:space-between;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid var(--border)}.cart-notice{background:#fff;border:1px solid var(--border);border-left:4px solid;padding:1rem;margin:1rem 0;border-radius:4px}.cart-notice strong{display:block;margin-bottom:.25rem}.cart-notice p{font-size:.85rem;color:var(--muted);margin:0}.cart-notice-local{border-left-color:var(--primary)}.cart-notice-dropship{border-left-color:#2563eb}.cart-notice-digital{border-left-color:#7c3aed}.cart-summary-total{display:flex;justify-content:space-between;padding:1rem 0;border-top:2px solid var(--border);font-size:1.1rem;font-weight:600}.cart-summary-total-amount{font-size:1.8rem;font-weight:700;color:var(--primary)}.cart-summary-note{font-size:.85rem;color:var(--muted);margin:0 0 1.5rem;text-align:center}@media (max-width: 768px){.cart-sidebar{width:100%}.cart-page-layout{grid-template-columns:1fr}.cart-page-summary{position:static}.cart-page-item{grid-template-columns:1fr;gap:1rem}.cart-page-item-actions{align-items:flex-start}.nav-right{gap:.5rem}}.checkout-container{padding:2rem 0;max-width:800px}.checkout-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.checkout-header h1{margin:0}.checkout-layout{display:flex;flex-direction:column;gap:1.5rem}.checkout-card{background:#fff;border:1px solid var(--border);border-radius:12px;padding:2rem}.checkout-card h2{margin:0 0 1.5rem;font-size:1.5rem;color:var(--text)}.checkout-items{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}.checkout-item{display:flex;justify-content:space-between;padding:1rem;background:var(--bg);border-radius:8px}.checkout-notice{background:#fff;border:1px solid var(--border);border-left:4px solid;padding:1rem;margin:1rem 0;border-radius:4px}.checkout-notice strong{display:block;margin-bottom:.25rem}.checkout-notice p{font-size:.85rem;color:var(--muted);margin:0}.checkout-notice-local{border-left-color:var(--primary)}.checkout-notice-dropship{border-left-color:#2563eb}.checkout-notice-digital{border-left-color:#7c3aed}.checkout-total{display:flex;justify-content:space-between;padding:1.5rem 0;border-top:2px solid var(--border);font-size:1.2rem;font-weight:600}.checkout-total-amount{font-size:2rem;font-weight:700;color:var(--primary)}.checkout-payment-form{margin-top:1.5rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;font-weight:600;margin-bottom:.5rem;color:var(--text)}.form-control{width:100%;padding:.75rem;border:1px solid var(--border);border-radius:8px;font-size:1rem;transition:all .2s ease}.form-control:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #2d50161a}.form-help{display:block;margin-top:.25rem;font-size:.85rem;color:var(--muted)}.stripe-payment-element{margin:1.5rem 0;padding:1rem;background:var(--bg);border-radius:8px}.checkout-error{background:#fef2f2;border:1px solid #fecaca;color:#dc2626;padding:1rem;border-radius:8px;margin:1rem 0}.checkout-secure{text-align:center;color:var(--muted);font-size:.9rem;margin:1rem 0 0}.error-card{background:#fff;border:2px solid #dc2626;border-radius:12px;padding:2rem;text-align:center}.error-card h2{color:#dc2626;margin:0 0 1rem}.success-page{max-width:600px;margin:0 auto;text-align:center}.success-icon{font-size:5rem;margin-bottom:1rem;animation:scaleIn .5s ease}@keyframes scaleIn{0%{transform:scale(0)}to{transform:scale(1)}}.success-page h1{font-size:2.5rem;margin:0 0 .5rem;color:var(--text)}.success-subtitle{font-size:1.1rem;color:var(--muted);margin:0 0 2rem}.success-card{background:#fff;border:1px solid var(--border);border-radius:12px;padding:2rem;margin:2rem 0;text-align:left}.success-card h3{margin:0 0 1.5rem;text-align:center}.success-steps{display:flex;flex-direction:column;gap:1.5rem}.success-step{display:flex;gap:1rem;align-items:flex-start}.success-step-icon{font-size:2rem;flex-shrink:0}.success-step strong{display:block;margin-bottom:.25rem;color:var(--text)}.success-step p{margin:0;color:var(--muted);font-size:.95rem}.success-actions{display:flex;gap:1rem;justify-content:center;margin:2rem 0}.success-footer{margin-top:3rem;padding-top:2rem;border-top:1px solid var(--border)}.success-footer p{margin:0 0 .5rem;color:var(--muted)}.success-footer a{color:var(--primary);font-weight:600;text-decoration:none}.success-footer a:hover{text-decoration:underline}@media (max-width: 768px){.checkout-header{flex-direction:column;align-items:flex-start;gap:1rem}.checkout-card{padding:1.5rem}.checkout-total{flex-direction:column;gap:.5rem;text-align:center}.success-actions{flex-direction:column}.success-actions .btn{width:100%}}.admin-container{display:flex;min-height:100vh;background:#f5f5f5}.admin-sidebar{width:250px;background:#1c1917;color:#fff;display:flex;flex-direction:column;position:fixed;height:100vh;transition:width .3s ease;z-index:100}.admin-sidebar.closed{width:70px}.admin-sidebar-header{padding:1.5rem;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid rgba(255,255,255,.1)}.admin-sidebar-header h2{margin:0;font-size:1.25rem;white-space:nowrap}.admin-sidebar.closed .admin-sidebar-header h2{display:none}.sidebar-toggle{background:none;border:none;color:#fff;font-size:1.5rem;cursor:pointer;padding:.25rem .5rem}.admin-nav{flex:1;padding:1rem 0;overflow-y:auto}.admin-nav-item{display:flex;align-items:center;gap:.75rem;padding:.75rem 1.5rem;color:#ffffffb3;text-decoration:none;transition:all .2s;border:none;background:none;width:100%;text-align:left;cursor:pointer;font-size:1rem}.admin-nav-item:hover{background:#ffffff1a;color:#fff}.admin-nav-item.active{background:var(--primary);color:#fff}.admin-nav-icon{font-size:1.25rem;flex-shrink:0}.admin-sidebar.closed .admin-nav-label{display:none}.admin-sidebar-footer{border-top:1px solid rgba(255,255,255,.1);padding:1rem 0}.admin-main{flex:1;margin-left:250px;transition:margin-left .3s ease}.admin-main.sidebar-closed{margin-left:70px}.admin-header{background:#fff;padding:1rem 2rem;border-bottom:1px solid var(--border);display:flex;justify-content:space-between;align-items:center;position:sticky;top:0;z-index:50}.mobile-menu-toggle{display:none;background:none;border:none;font-size:1.5rem;cursor:pointer}.admin-header-right{display:flex;align-items:center;gap:1rem}.admin-user{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:var(--bg);border-radius:8px}.admin-content{padding:2rem}.admin-page-header{margin-bottom:2rem;display:flex;justify-content:space-between;align-items:flex-start}.admin-page-header h1{margin:0 0 .5rem;font-size:2rem;color:var(--text)}.admin-page-subtitle{color:var(--muted);font-size:1rem;margin:0}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem;margin-bottom:2rem}.stat-card{background:#fff;border-radius:12px;padding:1.5rem;display:flex;align-items:center;gap:1rem;border-left:4px solid;box-shadow:0 1px 3px #0000001a}.stat-card-primary{border-left-color:var(--primary)}.stat-card-success{border-left-color:#16a34a}.stat-card-info{border-left-color:#2563eb}.stat-card-warning{border-left-color:#f59e0b}.stat-icon{font-size:2.5rem}.stat-content{flex:1}.stat-label{font-size:.875rem;color:var(--muted);margin-bottom:.25rem}.stat-value{font-size:1.75rem;font-weight:700;color:var(--text)}.dashboard-grid{display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(400px,1fr))}.dashboard-card{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;overflow:hidden}.dashboard-card-alert{border:2px solid #f59e0b}.dashboard-card-header{padding:1.5rem;border-bottom:1px solid var(--border);display:flex;justify-content:space-between;align-items:center}.dashboard-card-header h2{margin:0;font-size:1.25rem}.dashboard-card-subtitle{font-size:.875rem;color:var(--muted)}.dashboard-card-content{padding:1.5rem}.recent-orders-list{display:flex;flex-direction:column;gap:.75rem}.recent-order-item{display:flex;justify-content:space-between;align-items:center;padding:1rem;background:var(--bg);border-radius:8px;text-decoration:none;color:inherit;transition:transform .2s}.recent-order-item:hover{transform:translate(4px);background:#e5e7eb}.recent-order-number{font-weight:600;color:var(--text)}.recent-order-customer{font-size:.875rem;color:var(--muted)}.recent-order-right{display:flex;align-items:center;gap:1rem}.recent-order-amount{font-weight:600}.top-products-list{display:flex;flex-direction:column;gap:.75rem}.top-product-item{display:flex;align-items:center;gap:1rem;padding:1rem;background:var(--bg);border-radius:8px}.top-product-rank{font-size:1.5rem;font-weight:700;color:var(--primary);width:40px;text-align:center}.top-product-info{flex:1}.top-product-name{font-weight:600;margin-bottom:.25rem}.top-product-meta{font-size:.875rem;color:var(--muted)}.low-stock-list{display:flex;flex-direction:column;gap:.5rem}.low-stock-item{display:flex;justify-content:space-between;padding:.75rem;background:#fef2f2;border-radius:8px}.low-stock-name{font-weight:500}.low-stock-qty{font-weight:600}.qty-zero{color:#dc2626}.qty-low{color:#f59e0b}.admin-filters{display:flex;gap:1rem;margin-bottom:1.5rem;flex-wrap:wrap}.filter-input,.filter-select{padding:.75rem;border:1px solid var(--border);border-radius:8px;font-size:1rem}.filter-search{flex:1;min-width:250px}.filter-select{min-width:150px}.admin-table-container{background:#fff;border-radius:12px;overflow-x:auto;box-shadow:0 1px 3px #0000001a}.admin-table{width:100%;border-collapse:collapse}.admin-table thead{background:var(--bg)}.admin-table th{text-align:left;padding:1rem;font-weight:600;color:var(--text);border-bottom:2px solid var(--border)}.admin-table td{padding:1rem;border-bottom:1px solid var(--border)}.admin-table tbody tr:hover{background:var(--bg)}.order-customer-email{font-size:.875rem;color:var(--muted)}.status-badge{display:inline-block;padding:.25rem .75rem;border-radius:12px;font-size:.75rem;font-weight:600;text-transform:uppercase}.status-pending{background:#fef3c7;color:#92400e}.status-ready{background:#dbeafe;color:#1e40af}.status-completed{background:#d1fae5;color:#065f46}.status-cancelled{background:#fee2e2;color:#991b1b}.status-payment-paid{background:#d1fae5;color:#065f46}.status-payment-pending{background:#fef3c7;color:#92400e}.status-payment-failed{background:#fee2e2;color:#991b1b}.status-payment-refunded{background:#e5e7eb;color:#374151}.product-type-badge{display:inline-block;padding:.25rem .5rem;border-radius:6px;font-size:.75rem;font-weight:600}.product-type-local{background:#d1fae5;color:#065f46}.product-type-dropship{background:#dbeafe;color:#1e40af}.product-type-digital{background:#e9d5ff;color:#6b21a8}.role-badge{display:inline-block;padding:.25rem .75rem;border-radius:12px;font-size:.75rem;font-weight:600;text-transform:uppercase}.role-user{background:#e5e7eb;color:#374151}.role-admin{background:#fef3c7;color:#92400e}.verified-badge{color:#16a34a;font-weight:600}.unverified-badge{color:#dc2626}.products-grid-admin{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}.product-card-admin{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 1px 3px #0000001a;transition:transform .2s}.product-card-admin:hover{transform:translateY(-4px);box-shadow:0 4px 12px #00000026}.product-card-admin.inactive{opacity:.6}.product-card-image{height:200px;background:var(--bg);position:relative;overflow:hidden}.product-card-image img{width:100%;height:100%;object-fit:cover}.product-card-placeholder{display:flex;align-items:center;justify-content:center;height:100%;font-size:4rem;background:linear-gradient(135deg,#f3f1e5,#e5e7eb)}.product-inactive-badge{position:absolute;top:10px;right:10px;background:#dc2626;color:#fff;padding:.25rem .75rem;border-radius:12px;font-size:.75rem;font-weight:600}.product-card-content{padding:1.25rem}.product-card-content h3{margin:0 0 .5rem;font-size:1.125rem}.product-card-description{font-size:.875rem;color:var(--muted);margin-bottom:1rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-card-meta{display:flex;gap:.5rem;margin-bottom:1rem}.product-seasonal-badge{padding:.25rem .5rem;background:#fef3c7;color:#92400e;border-radius:6px;font-size:.75rem}.product-card-stats{font-size:.875rem;margin-bottom:1rem;display:flex;flex-direction:column;gap:.25rem}.stock-low{color:#dc2626;font-weight:700}.product-card-actions{display:flex;gap:.5rem}.product-card-actions .btn{flex:1}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.modal-content{background:#fff;border-radius:12px;max-width:600px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #0000004d}.modal-large{max-width:800px}.modal-header{padding:1.5rem;border-bottom:1px solid var(--border);display:flex;justify-content:space-between;align-items:center}.modal-header h2{margin:0;font-size:1.5rem}.modal-close{background:none;border:none;font-size:1.5rem;cursor:pointer;color:var(--muted);padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%}.modal-close:hover{background:var(--bg)}.modal-body{padding:1.5rem}.modal-footer{padding:1.5rem;border-top:1px solid var(--border);display:flex;gap:1rem;justify-content:flex-end}.order-detail-section{margin-bottom:2rem}.order-detail-section:last-child{margin-bottom:0}.order-detail-section h3{margin:0 0 1rem;font-size:1.125rem;color:var(--text)}.order-detail-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.order-items-list{display:flex;flex-direction:column;gap:.75rem}.order-item{display:flex;justify-content:space-between;padding:1rem;background:var(--bg);border-radius:8px}.order-item-info strong{display:block;margin-bottom:.25rem}.order-item-meta{font-size:.875rem;color:var(--muted)}.order-item-total{font-weight:600}.order-totals{margin-top:1.5rem;padding-top:1rem;border-top:2px solid var(--border)}.order-total-row{display:flex;justify-content:space-between;padding:.5rem 0}.order-total-final{font-size:1.25rem;font-weight:700;color:var(--primary);border-top:2px solid var(--text);padding-top:1rem;margin-top:.5rem}.status-buttons{display:flex;gap:.75rem;flex-wrap:wrap}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.form-group-full{grid-column:1 / -1}.form-group-checkboxes{grid-column:1 / -1;display:flex;flex-direction:column;gap:.75rem}.checkbox-label{display:flex;align-items:center;gap:.5rem;cursor:pointer}.checkbox-label input[type=checkbox]{width:18px;height:18px;cursor:pointer}.user-detail-section{margin-bottom:2rem}.user-detail-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.user-orders-list{display:flex;flex-direction:column;gap:.75rem}.user-order-item{display:flex;justify-content:space-between;align-items:center;padding:1rem;background:var(--bg);border-radius:8px}.user-order-number{font-weight:600}.user-order-date{font-size:.875rem;color:var(--muted)}.user-order-right{display:flex;align-items:center;gap:1rem}.access-denied{display:flex;align-items:center;justify-content:center;min-height:100vh;background:#f5f5f5;padding:2rem}.access-denied-content{text-align:center;max-width:500px}.access-denied-icon{font-size:5rem;margin-bottom:1rem}.access-denied h1{font-size:2.5rem;margin:0 0 1rem;color:var(--text)}.access-denied p{font-size:1.125rem;color:var(--muted);margin:0 0 2rem}.admin-loading,.admin-error,.empty-state{text-align:center;padding:3rem 1rem;color:var(--muted)}.admin-error{color:#dc2626}.btn-sm,.btn-outline-sm{padding:.5rem 1rem;font-size:.875rem}.btn-warning{background:#f59e0b;color:#fff}.btn-warning:hover{background:#d97706}.btn-info{background:#2563eb;color:#fff}.btn-info:hover{background:#1d4ed8}.btn-success{background:#16a34a;color:#fff}.btn-success:hover{background:#15803d}.btn:disabled{opacity:.5;cursor:not-allowed}.user-menu-admin{background:#2d50161a;color:var(--primary);font-weight:600}.user-menu-admin:hover{background:#2d501633}@media (max-width: 768px){.admin-sidebar{transform:translate(-100%);width:250px}.admin-sidebar.open{transform:translate(0)}.admin-main{margin-left:0}.mobile-menu-toggle{display:block}.dashboard-grid,.stats-grid{grid-template-columns:1fr}.admin-table-container{overflow-x:scroll}.admin-table{min-width:800px}.products-grid-admin,.form-grid{grid-template-columns:1fr}}.legal-page{max-width:900px;margin:0 auto;padding:3rem 1.5rem}.legal-page h1{font-size:2.5rem;margin:0 0 .5rem;color:var(--text)}.legal-updated{color:var(--muted);font-size:.875rem;margin:0 0 2rem;font-style:italic}.legal-section{margin-bottom:3rem}.legal-section h2{font-size:1.75rem;margin:0 0 1rem;color:var(--primary);padding-bottom:.5rem;border-bottom:2px solid var(--border)}.legal-section h3{font-size:1.25rem;margin:1.5rem 0 .75rem;color:var(--text)}.legal-section p{line-height:1.8;margin:.75rem 0;color:var(--text)}.legal-section ul,.legal-section ol{margin:1rem 0;padding-left:2rem;line-height:1.8}.legal-section li{margin:.5rem 0}.legal-section strong{color:var(--text);font-weight:600}.legal-highlight{background:#fef3c7;border-left:4px solid #f59e0b;padding:1rem;margin:1rem 0;border-radius:4px}.legal-highlight strong{color:#92400e}.legal-contact{background:var(--bg);border:1px solid var(--border);padding:1.5rem;border-radius:8px;margin:1rem 0}.legal-contact p{margin:.5rem 0}.legal-section a{color:var(--primary);text-decoration:underline}.legal-section a:hover{color:#2d5016}.shipping-info-box{background:#f0fdf4;border:2px solid var(--primary);padding:1.5rem;border-radius:8px;margin:1rem 0}.shipping-info-box p{margin:.5rem 0}.shipping-highlight{background:#d1fae5;padding:1rem;border-radius:8px;margin:1rem 0;text-align:center;border:2px solid var(--primary)}.shipping-table{overflow-x:auto;margin:1.5rem 0}.shipping-table table{width:100%;border-collapse:collapse;background:#fff;border:1px solid var(--border)}.shipping-table th,.shipping-table td{padding:1rem;text-align:left;border-bottom:1px solid var(--border)}.shipping-table th{background:var(--bg);font-weight:600;color:var(--text)}.shipping-table tr:last-child td{border-bottom:none}@media (max-width: 768px){.legal-page{padding:2rem 1rem}.legal-page h1{font-size:2rem}.legal-section h2{font-size:1.5rem}.legal-section h3{font-size:1.125rem}.legal-section ul,.legal-section ol{padding-left:1.5rem}.shipping-table{font-size:.875rem}.shipping-table th,.shipping-table td{padding:.75rem .5rem}}.subscribe-page{background:var(--bg)}.subscribe-hero{background:linear-gradient(135deg,var(--primary) 0%,#2d5016ee 100%);color:#fff;padding:5rem 0;text-align:center}.subscribe-hero-content{max-width:800px;margin:0 auto}.subscribe-badge{display:inline-block;background:#fff3;padding:.5rem 1rem;border-radius:50px;font-size:.9rem;margin-bottom:1.5rem}.subscribe-hero h1{font-size:3.5rem;margin:0 0 1rem;line-height:1.2}.subscribe-subtitle{font-size:1.25rem;opacity:.95;margin-bottom:2rem;line-height:1.6}.subscribe-hero-price{margin:2rem 0}.subscribe-price-amount{font-size:3.5rem;font-weight:700}.subscribe-price-label{font-size:1.5rem;opacity:.8}.subscribe-hero-buttons{display:flex;gap:1rem;justify-content:center;margin:2rem 0}.subscribe-disclaimer{font-size:.9rem;opacity:.9}.subscribe-how-it-works,.subscribe-benefits,.subscribe-products,.subscribe-faq,.subscribe-final-cta{padding:4rem 0}.subscribe-how-it-works{background:#fff}.subscribe-how-it-works h2,.subscribe-benefits h2,.subscribe-products h2,.subscribe-faq h2{text-align:center;font-size:2.5rem;margin-bottom:3rem}.subscribe-steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.subscribe-step{text-align:center;position:relative}.subscribe-step-number{position:absolute;top:-10px;right:-10px;background:var(--primary);color:#fff;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.9rem;box-shadow:0 2px 8px #00000026}.subscribe-step-icon{font-size:4rem;margin-bottom:1rem}.subscribe-step h3{margin:1rem 0 .5rem;color:var(--primary)}.subscribe-step p{color:var(--muted);line-height:1.6}.subscribe-benefits{background:var(--bg)}.subscribe-benefits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.subscribe-benefit-card{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 2px 8px #00000014;text-align:center;transition:transform .2s}.subscribe-benefit-card:hover{transform:translateY(-4px);box-shadow:0 4px 16px #0000001f}.subscribe-benefit-icon{font-size:3rem;margin-bottom:1rem}.subscribe-benefit-card h3{margin:.5rem 0;color:var(--primary)}.subscribe-benefit-card p{color:var(--muted);line-height:1.6;margin:.5rem 0 0}.subscribe-products{background:#fff}.subscribe-products-subtitle{text-align:center;color:var(--muted);max-width:600px;margin:-1rem auto 3rem}.subscribe-products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;max-width:1000px;margin:0 auto}.subscribe-product-card{text-align:center;padding:1.5rem;background:var(--bg);border-radius:12px}.subscribe-product-card h4{margin:.5rem 0;color:var(--primary)}.subscribe-product-card p{color:var(--muted);font-size:.9rem;margin:0}.subscribe-faq{background:var(--bg)}.subscribe-faq-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.subscribe-faq-item{background:#fff;padding:2rem;border-radius:12px}.subscribe-faq-item h3{margin:0 0 1rem;color:var(--primary);font-size:1.1rem}.subscribe-faq-item p{color:var(--muted);line-height:1.6;margin:0}.subscribe-final-cta{background:var(--primary);color:#fff;text-align:center;padding:5rem 0}.subscribe-final-cta h2{font-size:2.5rem;margin:0 0 1rem}.subscribe-final-cta p{font-size:1.25rem;margin:0 0 2rem;opacity:.95}.subscribe-apply-page{background:var(--bg);min-height:100vh;padding-bottom:3rem}.subscribe-apply-header{text-align:center;margin-bottom:3rem}.subscribe-apply-header h1{margin:1rem 0}.subscribe-apply-progress{display:flex;align-items:center;justify-content:center;max-width:800px;margin:2rem auto}.subscribe-apply-progress-step{display:flex;flex-direction:column;align-items:center;gap:.5rem}.subscribe-apply-progress-circle{width:48px;height:48px;border-radius:50%;background:var(--border);color:var(--muted);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.25rem;transition:all .3s}.subscribe-apply-progress-step.active .subscribe-apply-progress-circle{background:var(--primary);color:#fff}.subscribe-apply-progress-step.completed .subscribe-apply-progress-circle{background:var(--success);color:#fff}.subscribe-apply-progress-step span{font-size:.85rem;color:var(--muted)}.subscribe-apply-progress-step.active span{color:var(--primary);font-weight:600}.subscribe-apply-progress-line{width:80px;height:3px;background:var(--border);transition:all .3s}.subscribe-apply-progress-line.completed{background:var(--success)}.subscribe-apply-form{background:#fff;padding:3rem;border-radius:12px;box-shadow:0 2px 8px #00000014}.subscribe-apply-step h2{margin:0 0 .5rem}.subscribe-apply-step-description{color:var(--muted);margin-bottom:2rem}.subscribe-apply-buttons{display:flex;gap:1rem;margin-top:2rem;justify-content:flex-end}.subscribe-product-counter{background:var(--bg);padding:1rem;border-radius:8px;text-align:center;margin-bottom:2rem}.subscribe-product-counter-text{font-size:1.1rem}.subscribe-products-selection{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1.5rem;margin:2rem 0}.subscribe-product-selection-card{border:3px solid var(--border);border-radius:12px;padding:1.5rem;transition:all .2s;position:relative;text-align:center}.subscribe-product-selection-card:hover{border-color:var(--primary);transform:translateY(-2px)}.subscribe-product-selection-card.selected{border-color:var(--primary);background:#f0fdf4}.subscribe-product-selected-badge{position:absolute;top:10px;right:10px;background:var(--success);color:#fff;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700}.subscribe-product-selection-image{width:100%;aspect-ratio:1;object-fit:cover;border-radius:8px;margin-bottom:1rem}.subscribe-product-selection-image img{width:100%;height:100%;object-fit:cover;border-radius:8px}.subscribe-product-placeholder{width:100%;aspect-ratio:1;background:var(--bg);border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:3rem;margin-bottom:1rem}.subscribe-product-selection-card h3{margin:.5rem 0;font-size:1.1rem}.subscribe-product-selection-card p{font-size:.9rem;color:var(--muted);margin:.5rem 0}.subscribe-product-price{color:var(--primary);font-weight:600;font-size:1rem;display:block;margin-bottom:1rem}.subscribe-product-controls{display:flex;align-items:center;justify-content:center;gap:.75rem;margin-top:1rem}.subscribe-product-btn{width:40px;height:40px;border-radius:8px;border:2px solid var(--primary);background:#fff;color:var(--primary);font-size:1.5rem;font-weight:700;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;line-height:1}.subscribe-product-btn:hover:not(:disabled){background:var(--primary);color:#fff;transform:scale(1.05)}.subscribe-product-btn:disabled{opacity:.3;cursor:not-allowed}.subscribe-product-count{min-width:2rem;font-weight:700;font-size:1.2rem;color:var(--text)}.subscribe-frequency-options{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-top:1rem}.subscribe-frequency-option{border:3px solid var(--border);border-radius:12px;padding:2rem;cursor:pointer;transition:all .2s;position:relative}.subscribe-frequency-option:hover{border-color:var(--primary)}.subscribe-frequency-option.selected{border-color:var(--primary);background:#f0fdf4}.subscribe-frequency-header{display:flex;align-items:center;gap:1rem;margin-bottom:.5rem}.subscribe-frequency-radio{width:24px;height:24px;border:2px solid var(--border);border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .2s}.subscribe-frequency-option.selected .subscribe-frequency-radio{border-color:var(--primary)}.subscribe-frequency-radio-dot{width:12px;height:12px;background:var(--primary);border-radius:50%}.subscribe-frequency-option h3{margin:0;font-size:1.25rem}.subscribe-frequency-option p{color:var(--muted);margin:.5rem 0 1rem}.subscribe-frequency-price{display:block;font-size:1.5rem;color:var(--primary);font-weight:700;margin-bottom:.5rem}.subscribe-frequency-badge{display:inline-block;background:var(--primary);color:#fff;padding:.25rem .75rem;border-radius:4px;font-size:.8rem;font-weight:600}.subscribe-review-card{background:var(--bg);padding:1.5rem;border-radius:8px;margin-bottom:1.5rem}.subscribe-review-card h3{margin:0 0 1rem;color:var(--primary)}.subscribe-review-products{list-style:none;padding:0;margin:1rem 0}.subscribe-review-products li{display:flex;justify-content:space-between;padding:.75rem 0;border-bottom:1px solid var(--border)}.subscribe-review-products li:last-child{border-bottom:none}.subscribe-review-pricing{background:#fff;padding:2rem;border-radius:12px;border:2px solid var(--border);margin:2rem 0}.subscribe-review-pricing-line{display:flex;justify-content:space-between;padding:.75rem 0;border-bottom:1px solid var(--border)}.subscribe-review-pricing-line:last-child{border-bottom:none}.subscribe-review-discount{color:var(--success)}.subscribe-review-total{font-size:1.5rem;font-weight:700;border-top:2px solid var(--border);padding-top:1rem!important;margin-top:.5rem}.subscribe-apply-notice{background:#fef3c7;border-left:4px solid #f59e0b;padding:1.5rem;border-radius:8px;margin:2rem 0}.subscribe-apply-notice p{margin:0;line-height:1.6}.subscribe-pending-page{background:var(--bg);min-height:100vh}.subscribe-pending-icon{font-size:5rem;text-align:center;margin:2rem 0 1rem}.subscribe-pending-page h1{text-align:center;margin:1rem 0}.subscribe-pending-subtitle{text-align:center;color:var(--muted);max-width:600px;margin:0 auto 3rem;font-size:1.1rem;line-height:1.6}.subscribe-pending-steps{max-width:700px;margin:0 auto 3rem}.subscribe-pending-step{display:flex;gap:1.5rem;padding:1.5rem;background:#fff;border-radius:12px;margin-bottom:1rem}.subscribe-pending-step-icon{font-size:2.5rem;flex-shrink:0}.subscribe-pending-step h3{margin:0 0 .5rem;color:var(--primary)}.subscribe-pending-step p{margin:0;color:var(--muted);line-height:1.6}.subscribe-pending-details{background:#fff;padding:2rem;border-radius:12px;max-width:700px;margin:2rem auto}.subscribe-pending-details h2{margin:0 0 1.5rem;color:var(--primary)}.subscribe-pending-detail-row{display:flex;justify-content:space-between;padding:.75rem 0;border-bottom:1px solid var(--border)}.subscribe-pending-detail-label{font-weight:600}.subscribe-pending-detail-value{text-align:right}.subscribe-pending-products{list-style:none;padding:0;margin:1rem 0}.subscribe-pending-products li{padding:.5rem 0}.subscribe-pending-rejection{background:#fef2f2;border-left:4px solid #dc2626;padding:1.5rem;border-radius:8px;margin:2rem 0}.subscribe-my-applications-page{background:var(--bg);min-height:100vh}.subscribe-my-applications-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.subscribe-active-banner{background:linear-gradient(135deg,var(--success) 0%,#16a34a 100%);color:#fff;padding:2rem;border-radius:12px;margin-bottom:2rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1.5rem}.subscribe-active-banner-content{display:flex;align-items:center;gap:1.5rem}.subscribe-active-banner-icon{font-size:3rem}.subscribe-active-banner h3{margin:0 0 .5rem}.subscribe-active-banner p{margin:0;opacity:.95}.subscribe-applications-list{display:grid;gap:1.5rem}.subscribe-application-card{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 2px 8px #00000014}.subscribe-application-card-header{display:flex;justify-content:space-between;align-items:start;margin-bottom:1.5rem;flex-wrap:wrap;gap:1rem}.subscribe-application-card h3{margin:0 0 .25rem}.subscribe-application-date{font-size:.9rem;color:var(--muted)}.subscribe-status-badge{padding:.5rem 1rem;border-radius:20px;font-size:.9rem;font-weight:600;white-space:nowrap}.subscribe-status-badge.status-pending{background:#fef3c7;color:#92400e}.subscribe-status-badge.status-approved{background:#dbeafe;color:#1e40af}.subscribe-status-badge.status-paid,.subscribe-status-badge.status-active{background:#f0fdf4;color:#15803d}.subscribe-status-badge.status-paused{background:#e0e7ff;color:#4338ca}.subscribe-status-badge.status-cancelled,.subscribe-status-badge.status-rejected{background:#fee2e2;color:#991b1b}.subscribe-application-card-body{margin-bottom:1.5rem}.subscribe-application-detail{display:flex;justify-content:space-between;padding:.75rem 0;border-bottom:1px solid var(--border)}.subscribe-application-detail-label{color:var(--muted)}.subscribe-application-rejection{background:#fef2f2;border-left:3px solid #dc2626;padding:1rem;border-radius:4px;margin-top:1rem}.subscribe-application-card-actions{display:flex;gap:1rem;flex-wrap:wrap}.subscribe-manage-page{background:var(--bg);min-height:100vh}.subscribe-manage-header{display:flex;justify-content:space-between;align-items:start;margin-bottom:2rem;flex-wrap:wrap;gap:1rem}.subscribe-manage-card{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 2px 8px #00000014;margin-bottom:1.5rem}.subscribe-manage-card h2{margin:0 0 1.5rem;color:var(--primary)}.subscribe-manage-next-delivery{background:linear-gradient(135deg,var(--primary) 0%,#2d5016ee 100%);color:#fff}.subscribe-manage-next-delivery h2{color:#fff}.subscribe-manage-next-delivery-date{display:flex;align-items:center;gap:1.5rem;margin-bottom:1.5rem}.subscribe-manage-next-delivery-icon{font-size:3rem}.subscribe-manage-next-delivery-date h3{margin:0 0 .25rem;font-size:1.5rem}.subscribe-manage-next-delivery-date p{margin:0;opacity:.9}.subscribe-manage-products{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1.5rem}.subscribe-manage-product{display:flex;flex-direction:column;align-items:center;text-align:center}.subscribe-manage-product-image{width:100px;height:100px;border-radius:8px;overflow:hidden;margin-bottom:.75rem}.subscribe-manage-product-image img{width:100%;height:100%;object-fit:cover}.subscribe-manage-product-info h4{margin:0 0 .25rem}.subscribe-manage-product-info span{font-size:.9rem;color:var(--muted)}.subscribe-manage-pricing{display:grid;gap:1rem}.subscribe-manage-pricing-row{display:flex;justify-content:space-between;padding:1rem 0;border-bottom:1px solid var(--border)}.subscribe-manage-pricing-row:last-child{border-bottom:none}.subscribe-manage-pricing-amount{font-weight:600}.subscribe-manage-pricing-savings{color:var(--success)}.subscribe-manage-actions-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem;margin-top:1rem}.subscribe-manage-action-btn{display:flex;align-items:center;gap:1rem;padding:1.5rem;background:var(--bg);border:2px solid var(--border);border-radius:12px;cursor:pointer;transition:all .2s;text-align:left;text-decoration:none;color:inherit}.subscribe-manage-action-btn:hover{border-color:var(--primary);transform:translateY(-2px)}.subscribe-manage-action-icon{font-size:2rem;flex-shrink:0}.subscribe-manage-action-btn h3{margin:0 0 .25rem;font-size:1.1rem}.subscribe-manage-action-btn p{margin:0;font-size:.9rem;color:var(--muted)}.subscribe-manage-cancel-btn{background:none;border:none;color:#dc2626;text-decoration:underline;cursor:pointer;font-size:1rem;padding:0}.subscribe-manage-cancel-btn:hover{color:#991b1b}.admin-subscriptions-page{min-height:100%}.admin-tabs{display:flex;gap:.5rem;margin-bottom:2rem;border-bottom:2px solid var(--border);overflow-x:auto}.admin-tab{background:none;border:none;padding:1rem 1.5rem;cursor:pointer;font-size:1rem;font-weight:600;color:var(--muted);border-bottom:3px solid transparent;transition:all .2s;white-space:nowrap;position:relative}.admin-tab:hover{color:var(--primary)}.admin-tab.active{color:var(--primary);border-bottom-color:var(--primary)}.admin-tab-badge{display:inline-block;background:#dc2626;color:#fff;padding:.125rem .5rem;border-radius:10px;font-size:.75rem;margin-left:.5rem}.admin-subscriptions-list{display:grid;gap:1.5rem}.admin-subscription-card{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 2px 8px #00000014}.admin-subscription-card-header{display:flex;justify-content:space-between;align-items:start;margin-bottom:1.5rem;flex-wrap:wrap;gap:1rem}.admin-subscription-card h3{margin:0 0 .5rem}.admin-subscription-customer{margin:0;font-size:.95rem;line-height:1.4}.admin-subscription-customer a{color:var(--primary);text-decoration:none}.admin-subscription-customer a:hover{text-decoration:underline}.admin-subscription-meta{text-align:right}.admin-subscription-date{font-size:.9rem;color:var(--muted)}.admin-subscription-card-body{margin-bottom:1.5rem}.admin-subscription-detail-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:1.5rem}.admin-subscription-detail{display:flex;flex-direction:column;gap:.25rem}.admin-subscription-detail-label{font-size:.85rem;color:var(--muted)}.admin-subscription-products,.admin-subscription-address,.admin-subscription-instructions,.admin-subscription-notes,.admin-subscription-rejection{margin:1rem 0;padding:1rem;background:var(--bg);border-radius:8px}.admin-subscription-products ul{list-style:none;padding:0;margin:.5rem 0 0;display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem}.admin-subscription-address p,.admin-subscription-instructions p,.admin-subscription-notes p,.admin-subscription-rejection p{margin:.5rem 0 0;line-height:1.6}.admin-subscription-card-actions{display:flex;gap:1rem;flex-wrap:wrap}.subscribe-pay-page{background:var(--bg);min-height:100vh;padding:2rem 0 4rem}.subscribe-pay-header{text-align:center;margin-bottom:3rem}.subscribe-pay-header h1{margin:0 0 .5rem}.subscribe-pay-header p{color:var(--muted);font-size:1.1rem}.subscribe-pay-loading,.subscribe-pay-error{text-align:center;padding:4rem 2rem}.subscribe-pay-error-icon{font-size:4rem;display:block;margin-bottom:1rem}.subscribe-pay-layout{display:grid;grid-template-columns:1fr 1.5fr;gap:2rem;max-width:1200px;margin:0 auto;align-items:start}.subscribe-pay-summary{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 2px 8px #00000014;position:sticky;top:2rem}.subscribe-pay-summary h2{margin:0 0 1.5rem;color:var(--primary)}.subscribe-pay-summary-section{margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid var(--border)}.subscribe-pay-summary-section:last-of-type{border-bottom:none;padding-bottom:0}.subscribe-pay-summary-section h3{margin:0 0 1rem;font-size:1.1rem;color:var(--text)}.subscribe-pay-products{list-style:none;padding:0;margin:0}.subscribe-pay-products li{padding:.5rem 0;border-bottom:1px solid var(--border)}.subscribe-pay-products li:last-child{border-bottom:none}.subscribe-pay-detail{display:flex;justify-content:space-between;padding:.75rem 0;border-bottom:1px solid var(--border)}.subscribe-pay-detail:last-child{border-bottom:none}.subscribe-pay-detail span:first-child{color:var(--muted)}.subscribe-pay-detail span:last-child{font-weight:600}.subscribe-pay-pricing{background:var(--bg);padding:1.5rem;border-radius:8px;margin-top:2rem}.subscribe-pay-pricing-line{display:flex;justify-content:space-between;padding:.75rem 0;border-bottom:1px solid var(--border)}.subscribe-pay-pricing-line:last-of-type{border-bottom:none}.subscribe-pay-pricing-savings{color:var(--success)}.subscribe-pay-pricing-total{font-size:1.25rem;font-weight:700;border-top:2px solid var(--border);padding-top:1rem!important;margin-top:.5rem}.subscribe-pay-summary-notice{background:#f0fdf4;border-left:4px solid var(--success);padding:1rem;border-radius:4px;margin-top:2rem}.subscribe-pay-summary-notice p{margin:0;font-size:.9rem;line-height:1.8}.subscribe-pay-form-container{background:#fff;padding:2.5rem;border-radius:12px;box-shadow:0 2px 8px #00000014}.subscribe-pay-form{max-width:100%}.subscribe-pay-form h2{margin:0 0 1.5rem}.subscribe-pay-notice{background:#dbeafe;border-left:4px solid #2563eb;padding:1.5rem;border-radius:8px;margin-bottom:2rem}.subscribe-pay-notice p{margin:0;line-height:1.6}.subscribe-pay-disclaimer{text-align:center;font-size:.9rem;color:var(--muted);margin-top:1.5rem}.subscribe-pay-form-placeholder{text-align:center;padding:2rem 0}.subscribe-pay-form-placeholder h2{color:var(--primary)}.subscribe-pay-form-placeholder ul{text-align:left;display:inline-block}@media (max-width: 768px){.subscribe-hero{padding:3rem 1rem}.subscribe-hero h1,.subscribe-price-amount{font-size:2.5rem}.subscribe-hero-buttons{flex-direction:column}.subscribe-steps,.subscribe-benefits-grid,.subscribe-products-grid{grid-template-columns:1fr}.subscribe-apply-progress{flex-wrap:wrap}.subscribe-apply-progress-line{width:40px}.subscribe-apply-form{padding:1.5rem}.subscribe-apply-buttons{flex-direction:column}.subscribe-frequency-options,.subscribe-products-selection{grid-template-columns:1fr}.subscribe-active-banner{flex-direction:column;text-align:center}.subscribe-active-banner-content{flex-direction:column}.subscribe-manage-actions-grid,.admin-subscription-detail-grid,.admin-subscription-products ul,.subscribe-pay-layout{grid-template-columns:1fr}.subscribe-pay-summary{position:relative;top:0}.subscribe-pay-form-container{padding:1.5rem}}.about-page{min-height:100vh}.about-hero{background:linear-gradient(135deg,#f0fdf4,#fff);padding:6rem 0 4rem;text-align:center}.about-badge{display:inline-block;background:var(--primary);color:#fff;padding:.5rem 1.5rem;border-radius:50px;font-size:.9rem;font-weight:600;margin-bottom:1.5rem}.about-hero h1{font-size:3rem;color:var(--text);margin:0 0 1rem;line-height:1.2}.about-hero-subtitle{font-size:1.3rem;color:var(--muted);max-width:700px;margin:0 auto;line-height:1.6}.about-story{padding:5rem 0;background:#fff}.about-story-content{max-width:800px;margin:0 auto}.about-story-content h2{font-size:2.5rem;color:var(--primary);margin-bottom:2rem;text-align:center}.about-story-content p{font-size:1.1rem;line-height:1.8;color:var(--text);margin-bottom:1.5rem}.about-founder{padding:2rem 0;background:#fafaf9}.about-founder h2{font-size:2.5rem;color:var(--primary);text-align:center;margin-bottom:3rem}.about-founder-card{max-width:900px;margin:0 auto;background:#fff;border-radius:16px;padding:3rem;box-shadow:0 4px 16px #00000014;display:grid;grid-template-columns:250px 1fr;gap:3rem;align-items:start}.about-founder-image{width:100%;height:250px;border-radius:12px;overflow:hidden}.about-founder-image img{width:100%;height:100%;object-fit:cover}.about-founder-placeholder{width:250px;height:250px;border-radius:12px;background:linear-gradient(135deg,#e7e5e4,#d6d3d1);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;border:3px dashed var(--border)}.about-founder-placeholder span{font-size:4rem}.about-founder-placeholder p{font-size:.9rem;color:var(--muted);margin:0}.about-founder-info h3{font-size:2rem;color:var(--text);margin:0 0 .5rem}.about-founder-title{font-size:1.2rem;color:var(--primary);font-weight:600;margin:0 0 1.5rem}.about-founder-bio{font-size:1rem;line-height:1.7;color:var(--text);margin-bottom:1rem}.about-founder-contact{display:flex;gap:2rem;margin-top:1.5rem;flex-wrap:wrap}.about-founder-link{color:var(--primary);text-decoration:none;font-weight:500;transition:color .2s}.about-founder-link:hover{color:#1e3a0e;text-decoration:underline}.about-team{padding:1rem 0 5rem;background:#fff}.about-team-header{text-align:center;max-width:700px;margin:0 auto 3rem}.about-team-header h2{font-size:2.5rem;color:var(--primary);margin-bottom:1rem}.about-team-header p{font-size:1.1rem;color:var(--muted);line-height:1.6}.about-team-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-bottom:2rem}.about-team-card{background:#fff;border:2px solid var(--border);border-radius:16px;overflow:hidden;text-align:center;transition:all .3s;display:flex;flex-direction:column}.about-team-card:hover{border-color:var(--primary);transform:translateY(-4px);box-shadow:0 8px 24px #2d50161a}.about-team-image-container{width:100%;height:280px;overflow:hidden;background:var(--bg);position:relative}.about-team-image{width:100%;height:100%;object-fit:cover;display:block}.about-team-info{padding:1.5rem 2rem 2rem;display:flex;flex-direction:column;gap:.5rem;flex:1}.about-team-avatar{width:120px;height:120px;margin:2rem auto 1.5rem;background:linear-gradient(135deg,#f0fdf4,#dcfce7);border-radius:50%;display:flex;align-items:center;justify-content:center;border:3px solid var(--primary);flex-shrink:0}.about-team-emoji{font-size:4rem}.about-team-info h3{font-size:1.5rem;color:var(--text);margin:0}.about-team-noble-name{font-family:Playfair Display,Times New Roman,serif;font-style:italic;font-weight:700;letter-spacing:.05em;color:#8b4513;text-shadow:1px 1px 2px rgba(0,0,0,.1);transform:scale(1.05)}.about-team-role{font-size:1rem;color:var(--primary);font-weight:600;margin:0}.about-team-bio{font-size:.95rem;color:var(--muted);line-height:1.6;margin:0}.about-cta{padding:5rem 0;background:linear-gradient(135deg,var(--primary) 0%,#1e3a0e 100%);color:#fff;text-align:center}.about-cta h2{font-size:2.5rem;margin:0 0 1rem;color:#fff}.about-cta p{font-size:1.2rem;margin:0 0 2rem;opacity:.9}.about-cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.about-cta .btn-primary{background:#fff;color:var(--primary)}.about-cta .btn-primary:hover{background:#f5f5f4;transform:translateY(-2px)}.about-cta .btn-secondary{background:transparent;border:2px solid white;color:#fff}.about-cta .btn-secondary:hover{background:#ffffff1a}@media (max-width: 768px){.about-hero{padding:4rem 0 3rem}.about-hero h1{font-size:2rem}.about-hero-subtitle{font-size:1.1rem}.about-founder{padding:1.5rem 0}.about-team{padding:.5rem 0 3rem}.about-values,.about-cta{padding:3rem 0}.about-founder-card{grid-template-columns:1fr;padding:2rem;gap:2rem;text-align:center}.about-founder-placeholder{width:200px;height:200px;margin:0 auto}.about-founder-contact{justify-content:center}.about-team-grid{grid-template-columns:1fr;gap:1.5rem}.about-team-image-container{height:240px}.about-team-info{padding:1.25rem 1.5rem 1.5rem}.about-values-grid{grid-template-columns:1fr;gap:1.5rem}.about-cta-buttons{flex-direction:column;align-items:stretch}.about-cta .btn{width:100%}}.orders-list{display:flex;flex-direction:column;gap:1.5rem}.order-card{background:#fff;border-radius:8px;padding:1.5rem;box-shadow:0 2px 8px #0000001a;transition:box-shadow .2s}.order-card:hover{box-shadow:0 4px 12px #00000026}.order-card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid var(--border)}.order-card-body{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1rem}.order-detail-row{display:flex;justify-content:space-between;align-items:center}.order-detail-label{font-weight:500;color:var(--text)}.order-card-footer{padding-top:1rem;border-top:1px solid var(--border);display:flex;justify-content:flex-end}.status-badge{padding:.375rem .75rem;border-radius:4px;font-size:.875rem;font-weight:500;white-space:nowrap}.status-badge-success{background:#d1fae5;color:#065f46}.status-badge-warning{background:#fef3c7;color:#92400e}.status-badge-info{background:#dbeafe;color:#1e40af}.status-badge-error{background:#fee2e2;color:#991b1b}.checkout-section{margin-bottom:2rem}.checkout-section h3{font-size:1.25rem;margin-bottom:1rem;color:var(--text)}.form-row{display:grid;grid-template-columns:1fr 1fr 1fr;gap:1rem}@media (max-width: 768px){.order-card-header{flex-direction:column;gap:1rem}.form-row{grid-template-columns:1fr}}.order-items-list{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}.order-item-row{display:flex;justify-content:space-between;align-items:flex-start;padding:1rem;border:1px solid var(--border);border-radius:4px;gap:1rem}.order-item-info{flex:1}.order-item-pricing{text-align:right;min-width:100px}.order-summary{border-top:2px solid var(--border);padding-top:1rem;margin-top:1rem}.order-summary-row{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0}.order-summary-total{font-size:1.25rem;border-top:1px solid var(--border);margin-top:.5rem;padding-top:1rem}.order-history-timeline{display:flex;flex-direction:column;gap:1rem}.order-history-item{display:grid;grid-template-columns:120px 1fr;gap:1rem;padding:1rem;border-left:3px solid var(--primary);background:var(--background);border-radius:4px}.order-history-date{font-size:.875rem;color:var(--muted);font-weight:500}.order-history-content{color:var(--text)}@media (max-width: 768px){.order-item-row{flex-direction:column}.order-item-pricing{text-align:left;width:100%}.order-history-item{grid-template-columns:1fr}.order-detail-header>div{flex-direction:column;align-items:flex-start!important}}.product-detail-page{max-width:1200px;margin:0 auto}.product-detail-breadcrumb{margin-bottom:2rem;font-size:.9rem;color:var(--muted)}.product-detail-breadcrumb a{color:var(--primary);text-decoration:none}.product-detail-breadcrumb a:hover{text-decoration:underline}.product-detail-breadcrumb span:last-child{color:var(--text);font-weight:500}.product-detail-layout{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start}.product-detail-image-section{position:sticky;top:2rem;display:flex;flex-direction:column;gap:1rem}.product-detail-image-wrapper{position:relative;border-radius:12px;overflow:hidden;background:var(--bg);border:1px solid var(--border);aspect-ratio:1;display:flex;align-items:center;justify-content:center}.product-detail-image{width:100%;height:100%;object-fit:cover;display:block}.product-detail-thumbnails{display:flex;gap:.75rem;flex-wrap:wrap;justify-content:flex-start}.product-detail-thumbnail{width:80px;height:80px;border:2px solid var(--border);border-radius:8px;overflow:hidden;background:var(--bg);cursor:pointer;padding:0;transition:all .2s ease;flex-shrink:0}.product-detail-thumbnail:hover{border-color:var(--primary);transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.product-detail-thumbnail.active{border-color:var(--primary);border-width:3px;box-shadow:0 0 0 2px #2e7d321a}.product-detail-thumbnail img{width:100%;height:100%;object-fit:cover;display:block}.product-detail-image-placeholder{width:100%;aspect-ratio:1;display:flex;flex-direction:column;align-items:center;justify-content:center;background:var(--bg);color:var(--muted);padding:3rem;text-align:center}.product-detail-badges{position:absolute;top:1rem;left:1rem;display:flex;flex-direction:column;gap:.5rem;z-index:2}.product-badge-special{background:#fef3c7;color:#92400e;padding:.4rem .75rem;border-radius:6px;font-size:.85rem;font-weight:600}.product-detail-info{display:flex;flex-direction:column;gap:1.5rem}.product-detail-name{font-size:2.5rem;font-weight:800;color:var(--text);margin:0;line-height:1.2}.product-detail-category{font-size:1rem;color:var(--muted);margin:0;text-transform:uppercase;letter-spacing:.05em}.product-detail-stock{padding:.75rem 1rem;border-radius:8px;font-size:1rem;font-weight:600;display:inline-block;width:fit-content}.product-detail-stock.stock-available{background:#d1fae5;color:#065f46}.product-detail-stock.stock-low{background:#fef3c7;color:#92400e}.product-detail-stock.stock-out{background:#fee2e2;color:#991b1b}.product-detail-price-section{padding:1.5rem 0;border-top:2px solid var(--border);border-bottom:2px solid var(--border)}.product-detail-price-main{display:flex;align-items:baseline;gap:.5rem}.product-detail-price{font-size:3rem;font-weight:800;color:var(--primary);line-height:1;letter-spacing:-.02em}.product-detail-unit{font-size:1.2rem;color:var(--muted);font-weight:600}.product-detail-description{padding-top:1rem}.product-detail-description h3{font-size:1.25rem;color:var(--text);margin:0 0 1rem}.product-detail-description p{font-size:1rem;line-height:1.7;color:var(--text);margin:0 0 1rem}.product-detail-description p:last-child{margin-bottom:0}.product-detail-description h4{font-size:1.1rem;font-weight:600;margin:1.5rem 0 .75rem;color:var(--text);line-height:1.4}.product-detail-description h4:first-of-type{margin-top:0}.product-detail-description strong{font-weight:600;color:var(--text)}.product-detail-description em{font-style:italic}.product-detail-description ul,.product-detail-description ol{margin:.75rem 0;padding-left:1.5rem}.product-detail-description li{margin:.25rem 0;line-height:1.7}.product-detail-specs{padding-top:1rem}.product-detail-specs h3{font-size:1.25rem;color:var(--text);margin:0 0 1rem}.product-specs-grid{display:flex;flex-direction:column;gap:.75rem}.product-spec-item{display:flex;justify-content:space-between;padding:.75rem 0;border-bottom:1px solid var(--border)}.product-spec-item:last-child{border-bottom:none}.product-spec-label{font-weight:600;color:var(--muted)}.product-spec-value{color:var(--text);font-weight:500}.product-detail-cart{margin-top:2rem;padding-top:2rem;border-top:2px solid var(--border)}.product-detail-quantity{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.product-detail-quantity label{font-weight:600;color:var(--text);min-width:80px}.quantity-controls{display:flex;align-items:center;gap:.5rem}.quantity-btn{width:40px;height:40px;border:2px solid var(--border);background:#fff;border-radius:8px;font-size:1.25rem;font-weight:600;color:var(--text);cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center}.quantity-btn:hover{border-color:var(--primary);background:var(--bg)}.quantity-input{width:80px;height:40px;border:2px solid var(--border);border-radius:8px;text-align:center;font-size:1rem;font-weight:600;-moz-appearance:textfield}.quantity-input::-webkit-outer-spin-button,.quantity-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.product-detail-add-btn{width:100%;padding:1rem 2rem;font-size:1.1rem;font-weight:700}.product-detail-out-of-stock{padding:2rem;background:var(--bg);border-radius:12px;text-align:center;margin-top:2rem}.product-detail-out-of-stock p{margin:0 0 1rem;color:var(--muted)}@media (max-width: 900px){.product-detail-layout{grid-template-columns:1fr;gap:2rem}.product-detail-image-section{position:static}.product-detail-thumbnails{gap:.5rem;overflow-x:auto;padding-bottom:.5rem;-webkit-overflow-scrolling:touch;scrollbar-width:thin}.product-detail-thumbnails::-webkit-scrollbar{height:4px}.product-detail-thumbnails::-webkit-scrollbar-thumb{background:var(--border);border-radius:2px}.product-detail-thumbnail{width:70px;height:70px;flex-shrink:0}.product-detail-name{font-size:2rem}.product-detail-price{font-size:2.5rem}.product-detail-quantity{flex-direction:column;align-items:flex-start}.product-detail-quantity label{min-width:auto}}.source-badge{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .75rem;border-radius:12px;font-size:.75rem;font-weight:600;text-transform:capitalize}.source-badge.source-direct_signup{background:#dbeafe;color:#1e40af}.source-badge.source-registration{background:#dcfce7;color:#166534}.source-badge.source-checkout{background:#fef3c7;color:#92400e}.source-breakdown{display:flex;flex-direction:column;gap:1rem}.source-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem;background:var(--bg);border-radius:8px;transition:background .2s}.source-item:hover{background:var(--bg-hover, #f5f5f4)}.source-label{display:flex;align-items:center;gap:.5rem;font-weight:600}.source-icon{font-size:1.25rem}.source-value{font-size:1.25rem;font-weight:700;color:var(--primary)}.quick-actions{display:flex;flex-direction:column}.compose-newsletter textarea{font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.875rem;line-height:1.5}.compose-newsletter pre{font-family:Monaco,Menlo,Ubuntu Mono,monospace;line-height:1.5}.subscribers-filters{background:var(--bg)}.subscribers-table{overflow-x:auto}.subscribers-table table{width:100%;border-collapse:collapse}.subscribers-table th{text-align:left;padding:.75rem;background:var(--bg);font-weight:600;border-bottom:2px solid var(--border);white-space:nowrap}.subscribers-table td{padding:.75rem;border-bottom:1px solid var(--border)}.subscribers-table tr:hover{background:var(--bg-hover, #f5f5f4)}.subscribers-table td:first-child{font-weight:500}.status-badge.status-active{background:#dcfce7;color:#166534}.status-badge.status-inactive{background:#fee2e2;color:#991b1b}.btn-danger{background:#dc2626;color:#fff}.btn-danger:hover{background:#b91c1c}.alert{padding:1rem;border-radius:8px;border:1px solid;margin-bottom:1rem}.alert-success{background:#dcfce7;border-color:#bbf7d0;color:#166534}.alert-error{background:#fee2e2;border-color:#fecaca;color:#991b1b}@media (max-width: 768px){.stats-grid,.dashboard-grid{grid-template-columns:1fr}.subscribers-table{font-size:.875rem}.subscribers-table th,.subscribers-table td{padding:.5rem}.admin-tabs{overflow-x:auto;-webkit-overflow-scrolling:touch}.admin-tab{font-size:.875rem;padding:.75rem 1rem}.form-row{flex-direction:column}.form-row .form-group{width:100%}}
