@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap";:root{--primary-900:#064e3b;--primary-800:#065f46;--primary-700:#047857;--primary-600:#059669;--primary-500:#10b981;--primary-400:#34d399;--primary-300:#6ee7b7;--primary-200:#a7f3d0;--primary-100:#d1fae5;--primary-50:#ecfdf5;--text-primary:#0a0a0a;--text-secondary:#374151;--text-muted:#6b7280;--text-light:#9ca3af;--white:#fff;--surface:#f9fafb;--surface2:#f3f4f6;--border:#e5e7eb;--border2:#d1d5db;--shadow-sm:0 1px 2px #0000000d;--shadow-md:0 4px 6px -1px #00000012, 0 2px 4px -1px #0000000a;--shadow-lg:0 10px 15px -3px #00000012, 0 4px 6px -2px #00000008;--shadow-xl:0 20px 25px -5px #00000014, 0 10px 10px -5px #00000008;--shadow-2xl:0 25px 50px -12px #00000026;--shadow-green:0 4px 14px #10b98140;--shadow-green-lg:0 8px 30px #10b98159;--radius-sm:6px;--radius-md:10px;--radius-lg:16px;--radius-xl:24px;--radius-full:9999px;--transition:.2s ease;--transition-slow:.35s ease}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{color:var(--text-primary);background:var(--white);-webkit-font-smoothing:antialiased;font-family:Inter,system-ui,sans-serif;line-height:1.6}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}input,textarea,select{font-family:inherit}h1,h2,h3,h4,h5,h6{color:var(--text-primary);font-family:Plus Jakarta Sans,Inter,sans-serif;font-weight:700;line-height:1.2}.container{max-width:1280px;margin:0 auto;padding:0 1.5rem}.section{padding:5rem 0}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.grid{display:grid}.text-center{text-align:center}.w-full{width:100%}.relative{position:relative}.overflow-hidden{overflow:hidden}.btn{border-radius:var(--radius-md);transition:all var(--transition);white-space:nowrap;letter-spacing:-.01em;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.75rem;font-size:.9375rem;font-weight:600;display:inline-flex}.btn-primary{background:var(--primary-700);color:var(--white);box-shadow:var(--shadow-green)}.btn-primary:hover{background:var(--primary-800);box-shadow:var(--shadow-green-lg);transform:translateY(-1px)}.btn-primary:active{transform:translateY(0)}.btn-secondary{background:var(--white);color:var(--primary-700);border:2px solid var(--primary-700)}.btn-secondary:hover{background:var(--primary-50);transform:translateY(-1px)}.btn-ghost{color:var(--text-secondary);background:0 0;padding:.75rem 1.25rem}.btn-ghost:hover{background:var(--surface);color:var(--text-primary)}.btn-lg{border-radius:var(--radius-lg);padding:1rem 2.25rem;font-size:1.0625rem}.btn-sm{padding:.5rem 1.125rem;font-size:.875rem}.btn-icon{border-radius:var(--radius-md);padding:.625rem}.btn:disabled{opacity:.55;cursor:not-allowed;transform:none!important}.form-group{flex-direction:column;gap:.375rem;display:flex}.form-label{color:var(--text-secondary);font-size:.875rem;font-weight:600}.form-label span.required{color:#ef4444;margin-left:2px}.form-input{border:1.5px solid var(--border2);border-radius:var(--radius-md);width:100%;color:var(--text-primary);background:var(--white);transition:all var(--transition);outline:none;padding:.75rem 1rem;font-size:.9375rem}.form-input:focus{border-color:var(--primary-500);box-shadow:0 0 0 3px #10b9811f}.form-input::placeholder{color:var(--text-light)}.form-input.error{border-color:#ef4444}.form-input.error:focus{box-shadow:0 0 0 3px #ef44441f}.form-error{color:#ef4444;font-size:.8125rem;font-weight:500}.form-hint{color:var(--text-muted);font-size:.8125rem}.card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);padding:1.5rem}.card:hover{box-shadow:var(--shadow-xl)}.badge{border-radius:var(--radius-full);letter-spacing:.02em;align-items:center;gap:.25rem;padding:.25rem .75rem;font-size:.75rem;font-weight:600;display:inline-flex}.badge-green{background:var(--primary-100);color:var(--primary-800)}.badge-gray{background:var(--surface2);color:var(--text-muted)}.badge-yellow{color:#92400e;background:#fef3c7}.badge-red{color:#991b1b;background:#fee2e2}.badge-blue{color:#1e40af;background:#dbeafe}.navbar{z-index:100;-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--border);transition:all var(--transition);background:#ffffffeb;position:sticky;top:0}.navbar-inner{justify-content:space-between;align-items:center;gap:1rem;height:68px;display:flex}.navbar-logo{color:var(--text-primary);letter-spacing:-.02em;align-items:center;gap:.625rem;font-family:Plus Jakarta Sans,sans-serif;font-size:1.3125rem;font-weight:800;display:flex}.navbar-logo-icon{background:linear-gradient(135deg, var(--primary-700), var(--primary-500));color:#fff;width:36px;height:36px;box-shadow:var(--shadow-green);border-radius:10px;justify-content:center;align-items:center;font-size:1rem;display:flex}.navbar-nav{align-items:center;gap:.25rem;list-style:none;display:flex}.navbar-nav a{border-radius:var(--radius-md);color:var(--text-secondary);transition:all var(--transition);padding:.5rem .875rem;font-size:.9375rem;font-weight:500;display:block}.navbar-nav a:hover,.navbar-nav a.active{background:var(--primary-50);color:var(--primary-700)}.navbar-actions{align-items:center;gap:.75rem;display:flex}.cart-btn{border-radius:var(--radius-md);background:var(--surface);color:var(--text-secondary);transition:all var(--transition);border:1px solid var(--border);align-items:center;gap:.375rem;padding:.5rem 1rem;font-size:.9rem;font-weight:600;display:flex;position:relative}.cart-btn:hover{background:var(--primary-50);color:var(--primary-700);border-color:var(--primary-300)}.cart-count{background:var(--primary-600);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-size:.6875rem;font-weight:700;display:flex;position:absolute;top:-6px;right:-6px}.hero{background:linear-gradient(160deg, var(--primary-900) 0%, var(--primary-700) 55%, var(--primary-500) 100%);color:#fff;padding:7rem 0 6rem;position:relative;overflow:hidden}.hero:before{content:"";pointer-events:none;background:#ffffff0a;border-radius:50%;width:700px;height:700px;position:absolute;top:-50%;right:-20%}.hero:after{content:"";pointer-events:none;background:#ffffff08;border-radius:50%;width:500px;height:500px;position:absolute;bottom:-30%;left:-10%}.hero-inner{z-index:1;grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid;position:relative}.hero-eyebrow{border-radius:var(--radius-full);letter-spacing:.05em;text-transform:uppercase;color:var(--primary-300);background:#ffffff1f;border:1px solid #fff3;align-items:center;gap:.5rem;margin-bottom:1.25rem;padding:.375rem 1rem;font-size:.8125rem;font-weight:600;display:inline-flex}.hero-title{letter-spacing:-.03em;color:#fff;margin-bottom:1.25rem;font-size:clamp(2.5rem,5vw,4rem);font-weight:900;line-height:1.05}.hero-title .accent{color:var(--primary-300)}.hero-subtitle{color:#ffffffc7;max-width:520px;margin-bottom:2.25rem;font-size:1.125rem;line-height:1.7}.hero-actions{flex-wrap:wrap;gap:1rem;display:flex}.hero-btn-primary{color:var(--primary-800);border-radius:var(--radius-lg);transition:all var(--transition);background:#fff;align-items:center;gap:.5rem;padding:1rem 2.25rem;font-size:1rem;font-weight:700;display:inline-flex;box-shadow:0 4px 20px #0003}.hero-btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 30px #00000040}.hero-btn-secondary{color:#fff;border-radius:var(--radius-lg);transition:all var(--transition);background:#ffffff1f;border:1.5px solid #ffffff40;align-items:center;gap:.5rem;padding:1rem 2.25rem;font-size:1rem;font-weight:600;display:inline-flex}.hero-btn-secondary:hover{background:#fff3;transform:translateY(-2px)}.hero-stats{border-top:1px solid #ffffff26;gap:2.5rem;margin-top:2.5rem;padding-top:2.5rem;display:flex}.hero-stat-value{color:#fff;letter-spacing:-.03em;font-size:2rem;font-weight:800}.hero-stat-label{color:#ffffffa6;margin-top:.125rem;font-size:.875rem}.hero-visual{justify-content:center;align-items:center;display:flex}.hero-card-stack{width:380px;height:380px;position:relative}.hero-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:var(--radius-xl);color:#fff;background:#ffffff1a;border:1px solid #fff3;padding:1.5rem;position:absolute}.hero-card-main{z-index:3;background:#ffffff26;width:320px;bottom:0;left:0}.hero-card-back1{z-index:2;opacity:.7;width:290px;bottom:24px;left:20px;transform:rotate(-3deg)}.hero-card-back2{z-index:1;opacity:.4;width:270px;bottom:44px;left:36px;transform:rotate(-6deg)}.stats-row{background:var(--primary-900);padding:2.5rem 0}.stats-grid{text-align:center;grid-template-columns:repeat(4,1fr);gap:2rem;display:grid}.stat-item .value{color:var(--primary-400);letter-spacing:-.03em;font-size:2.25rem;font-weight:800}.stat-item .label{color:#ffffffa6;margin-top:.25rem;font-size:.9rem}.section-header{text-align:center;margin-bottom:3.5rem}.section-eyebrow{letter-spacing:.08em;text-transform:uppercase;color:var(--primary-600);background:var(--primary-50);border-radius:var(--radius-full);margin-bottom:1rem;padding:.25rem .875rem;font-size:.8125rem;font-weight:700;display:inline-block}.section-title{letter-spacing:-.03em;color:var(--text-primary);margin-bottom:1rem;font-size:clamp(1.875rem,4vw,2.75rem);font-weight:800}.section-subtitle{color:var(--text-muted);max-width:560px;margin:0 auto;font-size:1.0625rem}.products-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.75rem;display:grid}.product-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-xl);transition:all var(--transition-slow);cursor:pointer;overflow:hidden}.product-card:hover{box-shadow:var(--shadow-2xl);border-color:var(--primary-200);transform:translateY(-6px)}.product-card-image{background:linear-gradient(135deg, var(--primary-50) 0%, var(--primary-100) 100%);justify-content:center;align-items:center;height:220px;display:flex;position:relative;overflow:hidden}.product-card-image-icon{opacity:.35;font-size:5rem}.product-card-badge{position:absolute;top:1rem;right:1rem}.product-card-body{padding:1.5rem}.product-card-category{color:var(--primary-600);text-transform:uppercase;letter-spacing:.06em;margin-bottom:.5rem;font-size:.75rem;font-weight:600}.product-card-name{color:var(--text-primary);letter-spacing:-.02em;margin-bottom:.625rem;font-size:1.1875rem;font-weight:700}.product-card-desc{color:var(--text-muted);margin-bottom:1.25rem;font-size:.875rem;line-height:1.6}.product-card-footer{justify-content:space-between;align-items:center;display:flex}.product-starting-price{color:var(--text-muted);font-size:.8125rem}.product-price{color:var(--primary-700);letter-spacing:-.03em;font-size:1.5rem;font-weight:800}.category-tabs{flex-wrap:wrap;justify-content:center;gap:.625rem;margin-bottom:2.5rem;display:flex}.category-tab{border-radius:var(--radius-full);border:1.5px solid var(--border2);color:var(--text-secondary);background:var(--white);transition:all var(--transition);padding:.5rem 1.25rem;font-size:.875rem;font-weight:600}.category-tab:hover,.category-tab.active{background:var(--primary-700);color:#fff;border-color:var(--primary-700);box-shadow:var(--shadow-green)}.how-it-works{background:var(--surface)}.steps-grid{grid-template-columns:repeat(4,1fr);gap:2rem;display:grid;position:relative}.steps-grid:before{content:"";background:linear-gradient(90deg, var(--primary-200), var(--primary-500), var(--primary-200));height:2px;position:absolute;top:2.25rem;left:calc(12.5% + 2rem);right:calc(12.5% + 2rem)}.step-item{text-align:center;position:relative}.step-number{background:linear-gradient(135deg, var(--primary-700), var(--primary-500));color:#fff;width:52px;height:52px;box-shadow:var(--shadow-green);z-index:1;border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1.25rem;font-size:1.125rem;font-weight:800;display:flex;position:relative}.step-icon{background:var(--primary-50);border:2px solid var(--primary-200);border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;margin:0 auto 1.25rem;font-size:1.375rem;display:flex}.step-title{margin-bottom:.625rem;font-size:1.0625rem;font-weight:700}.step-desc{color:var(--text-muted);font-size:.875rem;line-height:1.6}.cta-strip{background:linear-gradient(135deg, var(--primary-900), var(--primary-700));text-align:center;color:#fff;padding:5rem 0}.cta-strip h2{letter-spacing:-.03em;color:#fff;margin-bottom:1rem;font-size:2.5rem;font-weight:800}.cta-strip p{opacity:.8;margin-bottom:2rem;font-size:1.125rem}.cta-strip .hero-btn-primary{padding:1.125rem 2.75rem;font-size:1.0625rem}.footer{background:var(--text-primary);color:#ffffffbf;padding:4rem 0 2rem}.footer-grid{grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;margin-bottom:3rem;display:grid}.footer-brand-name{color:#fff;align-items:center;gap:.5rem;margin-bottom:.75rem;font-family:Plus Jakarta Sans,sans-serif;font-size:1.25rem;font-weight:800;display:flex}.footer-brand-desc{max-width:280px;font-size:.9rem;line-height:1.7}.footer-col-title{color:#fff;text-transform:uppercase;letter-spacing:.08em;margin-bottom:1rem;font-size:.8125rem;font-weight:700}.footer-links{flex-direction:column;gap:.625rem;list-style:none;display:flex}.footer-links a{color:#ffffffa6;transition:color var(--transition);font-size:.9rem}.footer-links a:hover{color:var(--primary-400)}.footer-bottom{border-top:1px solid #ffffff1a;justify-content:space-between;align-items:center;padding-top:2rem;font-size:.875rem;display:flex}.auth-page{grid-template-columns:1fr 1fr;min-height:100vh;display:grid}.auth-visual{background:linear-gradient(160deg, var(--primary-900) 0%, var(--primary-700) 60%, var(--primary-500) 100%);flex-direction:column;justify-content:center;align-items:center;padding:3rem;display:flex;position:relative;overflow:hidden}.auth-visual:before{content:"";background:#ffffff0d;border-radius:50%;width:400px;height:400px;position:absolute;top:-100px;right:-100px}.auth-visual:after{content:"";background:#ffffff0a;border-radius:50%;width:300px;height:300px;position:absolute;bottom:-80px;left:-80px}.auth-visual-content{z-index:1;text-align:center;color:#fff;position:relative}.auth-visual-logo{background:#ffffff26;border:2px solid #ffffff40;border-radius:20px;justify-content:center;align-items:center;width:72px;height:72px;margin:0 auto 1.5rem;font-size:2rem;display:flex}.auth-visual-title{color:#fff;letter-spacing:-.03em;margin-bottom:1rem;font-size:2.25rem;font-weight:800}.auth-visual-subtitle{opacity:.75;max-width:360px;font-size:1rem;line-height:1.7}.auth-visual-features{text-align:left;flex-direction:column;gap:.875rem;margin-top:2.5rem;display:flex}.auth-feature{border-radius:var(--radius-md);background:#ffffff1a;border:1px solid #ffffff26;align-items:center;gap:.875rem;padding:.875rem 1.25rem;display:flex}.auth-feature-icon{background:#ffffff26;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:1rem;display:flex}.auth-feature-text{opacity:.9;font-size:.9rem;font-weight:500}.auth-form-panel{background:var(--white);flex-direction:column;justify-content:center;align-items:center;padding:3rem 4rem;display:flex}.auth-form-inner{width:100%;max-width:420px}.auth-form-header{margin-bottom:2rem}.auth-form-title{letter-spacing:-.03em;margin-bottom:.5rem;font-size:1.875rem;font-weight:800}.auth-form-subtitle{color:var(--text-muted);font-size:.9375rem}.auth-form{flex-direction:column;gap:1.25rem;display:flex}.auth-submit{background:var(--primary-700);color:#fff;border-radius:var(--radius-md);cursor:pointer;width:100%;transition:all var(--transition);box-shadow:var(--shadow-green);border:none;justify-content:center;align-items:center;gap:.5rem;padding:.9375rem;font-size:1rem;font-weight:700;display:flex}.auth-submit:hover{background:var(--primary-800);box-shadow:var(--shadow-green-lg);transform:translateY(-1px)}.auth-submit:disabled{opacity:.6;cursor:not-allowed;transform:none}.auth-divider{color:var(--text-light);align-items:center;gap:1rem;margin:.5rem 0;font-size:.875rem;display:flex}.auth-divider:before,.auth-divider:after{content:"";background:var(--border);flex:1;height:1px}.auth-footer-text{text-align:center;color:var(--text-muted);margin-top:1.25rem;font-size:.9375rem}.auth-footer-text a{color:var(--primary-700);font-weight:600}.auth-footer-text a:hover{text-decoration:underline}.password-wrapper{position:relative}.password-toggle{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:4px;align-items:center;padding:.25rem;display:flex;position:absolute;top:50%;right:.875rem;transform:translateY(-50%)}.password-toggle:hover{color:var(--text-secondary)}.page-header{background:linear-gradient(135deg, var(--primary-900) 0%, var(--primary-800) 100%);color:#fff;text-align:center;padding:4rem 0}.page-header-title{color:#fff;letter-spacing:-.03em;margin-bottom:.75rem;font-size:2.5rem;font-weight:800}.page-header-sub{color:#ffffffb3;font-size:1.0625rem}.breadcrumb{color:var(--text-muted);align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:.875rem;display:flex}.breadcrumb a{color:var(--primary-600)}.breadcrumb a:hover{text-decoration:underline}.breadcrumb-sep{color:var(--border2)}.dashboard-layout{grid-template-columns:260px 1fr;min-height:calc(100vh - 68px);display:grid}.dashboard-sidebar{background:var(--text-primary);flex-direction:column;gap:.25rem;padding:1.5rem 1rem;display:flex}.sidebar-section-title{letter-spacing:.1em;text-transform:uppercase;color:#ffffff59;margin-top:1rem;padding:.5rem .75rem;font-size:.6875rem;font-weight:700}.sidebar-link{border-radius:var(--radius-md);color:#ffffffa6;transition:all var(--transition);align-items:center;gap:.75rem;padding:.75rem 1rem;font-size:.9375rem;font-weight:500;display:flex}.sidebar-link:hover,.sidebar-link.active{color:#fff;background:#ffffff14}.sidebar-link.active{background:var(--primary-700);color:#fff}.sidebar-link svg{flex-shrink:0}.dashboard-main{background:var(--surface);padding:2rem;overflow-y:auto}.stats-cards{grid-template-columns:repeat(4,1fr);gap:1.25rem;margin-bottom:1.75rem;display:grid}.stat-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);transition:box-shadow var(--transition);align-items:flex-start;gap:1rem;padding:1.5rem;display:flex}.stat-card:hover{box-shadow:var(--shadow-lg)}.stat-card-icon{border-radius:var(--radius-md);flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.25rem;display:flex}.stat-card-icon.green{background:var(--primary-100);color:var(--primary-700)}.stat-card-icon.blue{color:#1d4ed8;background:#dbeafe}.stat-card-icon.amber{color:#d97706;background:#fef3c7}.stat-card-icon.purple{color:#7c3aed;background:#ede9fe}.stat-card-value{letter-spacing:-.03em;color:var(--text-primary);font-size:1.875rem;font-weight:800}.stat-card-label{color:var(--text-muted);margin-top:.125rem;font-size:.875rem}.stat-card-change{margin-top:.375rem;font-size:.8125rem;font-weight:600}.stat-card-change.up{color:var(--primary-600)}.stat-card-change.down{color:#ef4444}.table-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden}.table-card-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex}.table-card-title{font-size:1rem;font-weight:700}.data-table{border-collapse:collapse;width:100%}.data-table th{text-align:left;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);background:var(--surface);border-bottom:1px solid var(--border);padding:.875rem 1.5rem;font-size:.75rem;font-weight:700}.data-table td{border-bottom:1px solid var(--border);color:var(--text-secondary);padding:1rem 1.5rem;font-size:.9375rem}.data-table tr:last-child td{border-bottom:none}.data-table tbody tr:hover{background:var(--surface)}.status-timeline{flex-direction:column;gap:0;display:flex}.timeline-step{gap:1rem;display:flex}.timeline-indicator{flex-direction:column;align-items:center;display:flex}.timeline-dot{background:var(--border2);border:2px solid var(--border2);border-radius:50%;flex-shrink:0;width:16px;height:16px;margin-top:2px}.timeline-dot.done{background:var(--primary-600);border-color:var(--primary-600)}.timeline-dot.current{border-color:var(--primary-600);box-shadow:0 0 0 3px var(--primary-100);background:#fff;border-width:3px}.timeline-line{background:var(--border);flex:1;width:2px;min-height:24px;margin:4px 0}.timeline-line.done{background:var(--primary-500)}.timeline-content{padding-bottom:1.25rem}.timeline-title{color:var(--text-primary);font-size:.9375rem;font-weight:600}.timeline-time{color:var(--text-muted);margin-top:.125rem;font-size:.8125rem}@keyframes fadeInUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes spin{to{transform:rotate(360deg)}}.animate-fade-in-up{animation:.5s both fadeInUp}.animate-fade-in{animation:.4s both fadeIn}.delay-1{animation-delay:.1s}.delay-2{animation-delay:.2s}.delay-3{animation-delay:.3s}.delay-4{animation-delay:.4s}.spinner{border:2.5px solid #ffffff59;border-top-color:#fff;border-radius:50%;width:20px;height:20px;animation:.7s linear infinite spin;display:inline-block}.spinner-dark{border-color:#00000026;border-top-color:var(--primary-700)}.hot-toast{border-radius:var(--radius-md)!important;font-family:Inter,sans-serif!important}@media (width<=1024px){.hero-inner{text-align:center;grid-template-columns:1fr}.hero-visual{display:none}.hero-actions,.hero-stats{justify-content:center}.steps-grid{grid-template-columns:repeat(2,1fr)}.steps-grid:before{display:none}.stats-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr 1fr}.dashboard-layout{grid-template-columns:1fr}.stats-cards{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.navbar-nav{display:none}.auth-page{grid-template-columns:1fr}.auth-visual{display:none}.auth-form-panel{padding:2rem 1.5rem}.products-grid,.stats-cards{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr;gap:2rem}.footer-bottom{text-align:center;flex-direction:column;gap:1rem}}
