@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Poppins:wght@300;400;500;600;700;800&display=swap";@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Playfair+Display:wght@500;600;700&family=Poppins:wght@400;500;600;700&display=swap";:root{--font-sans:"Inter", "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--primary-hue:141;--primary:#05aa3c;--primary-hover:#047d2f;--primary-light:#05aa3c14;--primary-glow:#05aa3c2e;--success:#22c35d;--warning:#f59f0a;--danger:#f43e5c;--bg-app:#f7faf8;--bg-card:#fff;--bg-card-hover:#f8fafc;--border:#e2e8f0;--border-focus:#05aa3c;--text-main:#0f1d2d;--text-muted:#64748b;--text-light:#94a3b8;--shadow-sm:0 1px 2px 0 #0f1d2d0d;--shadow-md:0 4px 6px -1px #0f1d2d0d, 0 2px 4px -1px #0f1d2d08;--shadow-lg:0 10px 15px -3px #0f1d2d0d, 0 4px 6px -2px #0f1d2d05;--shadow-primary:0 10px 20px -5px #05aa3c38;--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--radius-full:9999px;--transition-smooth:all .2s ease-in-out;--glass-bg:#ffffffd9;--glass-border:#e2e8f0cc}[data-theme=dark]{--bg-app:#070d14;--bg-card:#0f1d2d;--bg-card-hover:#172b40;--border:#1e293b;--text-main:#f8fafc;--text-muted:#94a3b8;--text-light:#64748b;--glass-bg:#0f1d2dd9;--glass-border:#ffffff0d;--shadow-sm:0 1px 2px 0 #0000004d;--shadow-md:0 4px 6px -1px #0006;--shadow-lg:0 10px 15px -3px #00000080;--primary-light:#05aa3c26}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{width:100%;max-width:100%;overflow-x:hidden}body{font-family:var(--font-sans);background-color:var(--bg-app);color:var(--text-main);letter-spacing:0;-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;min-height:100vh;font-size:16px;font-weight:400;line-height:1.5;transition:background-color .3s,color .3s}button,input,select,textarea{font-family:var(--font-sans);letter-spacing:0}strong,b{font-weight:700}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--border);border-radius:var(--radius-full)}::-webkit-scrollbar-thumb:hover{background:var(--text-light)}.glassmorphism{background:var(--glass-bg);-webkit-backdrop-filter:blur(16px);border:1px solid var(--glass-border);box-shadow:var(--shadow-md)}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem}@media (width<=768px){.container{padding-inline:.85rem}}.budget-item-inline-flex{flex-wrap:wrap;align-items:flex-end;gap:.75rem;width:100%;display:flex}.budget-item-inline-flex .form-group{flex-direction:column;margin:0;display:flex}.budget-item-inline-flex .form-input{min-height:46px}.budget-item-inline-flex .prod-group{flex:2 240px}.budget-item-inline-flex .var-group{flex:1.5 200px}.budget-item-inline-flex .qty-group{flex:0 0 90px;width:90px}.budget-item-inline-flex .price-group{flex:0 0 150px;width:150px}@media (width<=600px){.budget-item-inline-flex{flex-direction:column;align-items:stretch}.budget-item-inline-flex .qty-group,.budget-item-inline-flex .price-group,.budget-item-inline-flex .prod-group,.budget-item-inline-flex .var-group{flex:auto;width:100%}}.btn{border-radius:var(--radius-md);cursor:pointer;transition:var(--transition-smooth);font-size:.95rem;font-weight:600;font-family:var(--font-sans);border:1px solid #0000;justify-content:center;align-items:center;gap:.5rem;min-width:0;max-width:100%;padding:.75rem 1.5rem;text-decoration:none;display:inline-flex}.btn-primary{background-color:var(--primary);color:#fff;box-shadow:var(--shadow-primary)}.btn-primary:hover{background-color:var(--primary-hover);transform:translateY(-2px)}.btn-primary:active{transform:translateY(0)}.btn-primary-inverse{background-color:var(--bg-card);border-color:var(--primary);color:var(--primary);box-shadow:var(--shadow-sm)}.btn-primary-inverse:hover{background-color:var(--primary-light);border-color:var(--primary-hover);color:var(--primary-hover);transform:translateY(-2px)}.btn-primary-inverse:active{transform:translateY(0)}.btn-secondary{background-color:var(--bg-card);border-color:var(--border);color:var(--text-main)}.btn-secondary:hover{background-color:var(--bg-card-hover);border-color:var(--text-light)}.btn-danger{background-color:var(--danger);color:#fff}.btn-danger:hover{filter:brightness(.9)}.btn-sm{border-radius:var(--radius-sm);padding:.4rem .8rem;font-size:.875rem}.google-auth-button-wrap{justify-content:center;width:100%;min-height:44px;display:flex}.google-auth-button-wrap>div{width:100%;max-width:360px}.google-fallback-button{background:var(--bg-card);border-color:var(--border);width:100%;color:var(--text-muted);cursor:not-allowed}.auth-divider{color:var(--text-muted);text-align:center;align-items:center;gap:.75rem;font-size:.8rem;font-weight:600;display:flex}.auth-divider:before,.auth-divider:after{content:"";background:var(--border);flex:1;height:1px}.auth-divider span{white-space:nowrap}.google-linked-note{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--bg-card-hover);color:var(--text-main);text-align:center;padding:.75rem .9rem;font-size:.88rem}.product-form-action-group,.onboarding-footer-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:.75rem;display:flex}.onboarding-hero{text-align:center;padding:0 7rem}.onboarding-hero-title{color:var(--text-main);overflow-wrap:normal;margin:0;font-size:1.75rem;font-weight:800;line-height:1.2}.onboarding-hero-copy{color:var(--text-muted);overflow-wrap:normal;max-width:520px;margin:.5rem auto 0;font-size:.9rem;line-height:1.45}.onboarding-rateio-grid{grid-template-columns:minmax(300px,1.55fr) minmax(130px,.55fr) minmax(150px,.65fr);align-items:end;gap:1rem;display:grid}.onboarding-rateio-compact-field .form-input{width:100%}.onboarding-brand-group{margin-bottom:0}.onboarding-brand-controls{flex-wrap:wrap;align-items:center;gap:1rem;min-width:0;display:flex}.onboarding-logo-input{opacity:0;pointer-events:none;width:1px;height:1px;position:absolute}.onboarding-logo-picker{border:1px dashed var(--border);border-radius:var(--radius-sm);background:var(--bg-card);width:72px;height:72px;color:var(--text-muted);cursor:pointer;transition:var(--transition-smooth);flex:0 0 72px;justify-content:center;align-items:center;display:inline-flex;position:relative;overflow:hidden}.onboarding-logo-picker.has-logo{border-style:solid}.onboarding-logo-picker img{object-fit:contain;background:#fff;width:100%;height:100%}.onboarding-logo-picker:hover,.onboarding-logo-input:focus+.onboarding-logo-picker{border-color:var(--primary);color:var(--primary);box-shadow:0 0 0 3px var(--primary-glow)}.onboarding-color-controls{flex-wrap:wrap;align-items:center;gap:.75rem;min-width:0;display:flex}.onboarding-color-controls label{color:var(--text-main);align-items:center;gap:.4rem;font-size:12px;font-weight:500;display:inline-flex}.onboarding-color-controls input[type=color]{border:1px solid var(--border);background:var(--bg-card);cursor:pointer;border-radius:4px;width:48px;height:28px;padding:2px}@media (width>=601px){.onboarding-rateio-grid .form-label{white-space:nowrap}}@media (width<=600px){.onboarding-hero{padding:0}.onboarding-hero-title{font-size:clamp(1.45rem,8vw,1.8rem);line-height:1.15}.onboarding-hero-title .icon-text{justify-content:center}.onboarding-hero-copy{max-width:270px;font-size:.86rem}.onboarding-rateio-grid{grid-template-columns:1fr;gap:.75rem}.onboarding-footer-actions{width:100%}.onboarding-footer-actions .btn{flex:180px}}.form-group{flex-direction:column;gap:.4rem;margin-bottom:1.25rem;display:flex}.form-label{color:var(--text-main);font-size:.92rem;font-weight:600}.form-input,.form-textarea,.form-select{width:100%;min-width:0;max-width:100%;font-family:var(--font-sans);border-radius:var(--radius-md);border:1px solid var(--border);background-color:var(--bg-card);color:var(--text-main);transition:var(--transition-smooth);padding:.75rem 1rem;font-size:.96rem;line-height:1.35}.form-input:focus,.form-textarea:focus,.form-select:focus{border-color:var(--border-focus);box-shadow:0 0 0 3px var(--primary-glow);outline:none}.form-input.field-invalid,.form-textarea.field-invalid,.form-select.field-invalid,input.field-invalid,select.field-invalid,textarea.field-invalid{border-color:var(--danger)!important;box-shadow:0 0 0 3px #ef444424!important}.form-group-invalid .form-label{color:var(--danger)}[data-validation-key].form-group-invalid{border-radius:var(--radius-md);outline-offset:4px;outline:2px solid #ef444424;border-color:var(--danger)!important}.field-error-message{color:var(--danger);margin-top:2px;font-size:12px;font-weight:600;line-height:1.35}input[type=file].form-input{cursor:pointer;text-overflow:ellipsis;white-space:nowrap;width:100%;max-width:100%;padding:.5rem .75rem;overflow:hidden}input[type=number]{appearance:textfield}input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.brand-settings-panel{border-radius:var(--radius-md);background-color:var(--bg-app);border:1px solid var(--border);padding:1.25rem}.brand-settings-header{cursor:pointer;-webkit-user-select:none;user-select:none;justify-content:space-between;align-items:center;gap:1rem;display:flex}.brand-settings-title-wrap{align-items:center;gap:.75rem;min-width:0;display:flex}.brand-settings-title{color:var(--text-main);margin:0;font-size:1.02rem;font-weight:700;line-height:1.25}.brand-settings-subtitle,.brand-intro-copy{color:var(--text-muted);margin:.15rem 0 0;font-size:.78rem}.brand-settings-body{flex-direction:column;gap:.9rem;margin-top:1rem;display:flex}.brand-intro-copy{margin-top:0}.brand-logo-row{grid-template-columns:minmax(0,1fr) minmax(170px,.35fr);align-items:stretch;gap:.9rem;display:grid}.brand-upload-card,.brand-logo-preview,.brand-color-field{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-md);padding:.85rem}.brand-upload-card{flex-direction:column;gap:.55rem;display:flex}.brand-upload-control{flex-wrap:wrap;align-items:center;gap:.65rem;min-width:0;display:flex}.brand-file-input{opacity:0;pointer-events:none;width:1px;height:1px;position:absolute}.brand-upload-button{border-radius:var(--radius-sm);border:1px solid var(--border);background:var(--bg-app);min-height:38px;color:var(--text-main);cursor:pointer;transition:var(--transition-smooth);justify-content:center;align-items:center;gap:.45rem;padding:.55rem .85rem;font-size:.82rem;font-weight:700;display:inline-flex}.brand-upload-button:hover,.brand-file-input:focus+.brand-upload-button{border-color:var(--primary);color:var(--primary);box-shadow:0 0 0 3px var(--primary-glow)}.brand-upload-filename{min-width:0;color:var(--text-muted);text-overflow:ellipsis;white-space:nowrap;font-size:.78rem;overflow:hidden}.brand-logo-preview{align-items:center;gap:.75rem;display:flex}.brand-logo-frame,.brand-preview-logo{color:var(--text-light);background:0 0;flex:none;justify-content:center;align-items:center;display:inline-flex;overflow:hidden}.brand-logo-frame{border:none;border-radius:50%;width:40px;height:40px}.brand-logo-frame img,.brand-preview-logo img{object-fit:contain;background:0 0;width:100%;height:100%}.brand-logo-preview-copy{flex-direction:column;gap:.15rem;min-width:0;display:flex}.brand-logo-preview-copy span{color:var(--text-main);font-size:.78rem;font-weight:700}.brand-logo-preview-copy small{color:var(--text-muted);font-size:.72rem;line-height:1.35}.brand-logo-preview-copy button{width:fit-content;color:var(--danger);font:inherit;cursor:pointer;background:0 0;border:none;align-items:center;gap:.25rem;padding:0;font-size:.74rem;font-weight:700;display:inline-flex}.brand-color-grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr) auto;align-items:stretch;gap:.9rem;display:grid}.brand-color-field{flex-direction:column;gap:.55rem;display:flex}.brand-color-control{grid-template-columns:44px minmax(0,1fr);align-items:center;gap:.65rem;display:grid}.brand-color-control input[type=color]{border:1px solid var(--border);background:var(--bg-app);cursor:pointer;border-radius:12px;width:44px;height:44px;padding:3px}.brand-hex-input{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--bg-app);width:100%;min-height:44px;color:var(--text-main);font-family:var(--font-sans);text-transform:uppercase;transition:var(--transition-smooth);padding:.65rem .75rem;font-size:.86rem;font-weight:600}.brand-hex-input:focus{border-color:var(--border-focus);box-shadow:0 0 0 3px var(--primary-glow);outline:none}.brand-button-field{justify-content:flex-end;align-items:flex-end;min-width:168px;display:flex}.brand-catalog-preview{background:linear-gradient(90deg,#ffffffe6,#ffffffad),repeating-linear-gradient(135deg,#0000 0 10px,#94a3b814 10px 11px);justify-content:space-between;align-items:center;gap:.9rem;display:flex}[data-theme=dark] .brand-catalog-preview{background:linear-gradient(90deg,#0f1d2de6,#0f1d2da6),repeating-linear-gradient(135deg,#0000 0 10px,#94a3b814 10px 11px)}.brand-preview-eyebrow{color:var(--text-main);align-items:center;gap:.4rem;min-width:0;font-size:.78rem;font-weight:700;display:inline-flex}.brand-preview-swatches{flex:none;align-items:center;display:inline-flex}.brand-preview-swatches span{border:2px solid var(--bg-card);width:22px;height:22px;box-shadow:0 0 0 1px var(--border);border-radius:50%}.brand-preview-swatches span+span{margin-left:-7px}.brand-preview-button{border-radius:var(--radius-sm);color:#fff;cursor:pointer;min-height:46px;font-family:var(--font-sans);transition:var(--transition-smooth);white-space:nowrap;border:none;flex:none;padding:.65rem 1.05rem;font-size:.82rem;font-weight:700}.brand-preview-button:hover{transform:translateY(-1px)}@media (width<=700px){.brand-logo-row,.brand-color-grid{grid-template-columns:1fr}.brand-catalog-preview{flex-direction:column;align-items:stretch}.brand-button-field,.brand-preview-button{width:100%}}.form-row-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;display:grid}.card{background-color:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);transition:var(--transition-smooth);width:100%;max-width:100%;padding:1.5rem}.card:hover{box-shadow:var(--shadow-lg)}@media (width<=600px){.card{border-radius:var(--radius-md);padding:1rem}.form-label{font-size:.9rem}.form-input,.form-textarea,.form-select{min-height:42px;font-size:.95rem}.btn{min-height:42px;padding:.65rem .9rem}}.kit-form-card{flex-direction:column;gap:1.5rem;max-width:980px;margin:0 auto;display:flex}.kit-form-header{border-bottom:1px solid var(--border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding-bottom:1rem;display:flex}.kit-form-main-grid{grid-template-columns:minmax(260px,1.45fr) minmax(240px,1fr) max-content;align-items:start;gap:16px;display:grid}.kit-form-main-grid .form-group{margin-bottom:0}.kit-add-action{justify-content:flex-end;align-items:flex-start;padding-top:1.72rem;display:flex}.kit-add-button{white-space:nowrap;min-height:46px;padding-inline:1.4rem}.kit-photo-section{border:1px solid var(--border);border-radius:var(--radius-md);background-color:var(--bg-app);grid-template-columns:112px minmax(0,1fr);align-items:center;gap:16px;padding:1rem;display:grid}.kit-photo-preview{aspect-ratio:1;border:1px solid var(--border);border-radius:var(--radius-md);background-color:var(--bg-card);width:112px;color:var(--text-muted);justify-content:center;align-items:center;display:flex;overflow:hidden}.kit-photo-preview img{object-fit:cover;width:100%;height:100%}.kit-photo-copy{flex-direction:column;gap:.55rem;min-width:0;display:flex}.kit-photo-copy p{color:var(--text-muted);margin:0;font-size:13px;line-height:1.45}.kit-photo-actions{flex-wrap:wrap;align-items:center;gap:.65rem;display:flex}.kit-products-block{outline:none;flex-direction:column;gap:.45rem;display:flex}.kit-products-block.form-group-invalid .kit-items-table{border-color:var(--danger);box-shadow:0 0 0 3px #ef444424}.kit-items-table{border:1px solid var(--border);border-radius:var(--radius-md);overflow:auto hidden}.kit-items-header,.kit-items-row{grid-template-columns:minmax(260px,2.2fr) 96px minmax(130px,1fr) minmax(130px,1fr) 44px;align-items:center;gap:12px;min-width:760px;display:grid}.kit-items-header{background-color:var(--bg-app);color:var(--text-light);text-transform:uppercase;padding:.7rem .85rem;font-size:11px;font-weight:800}.kit-items-header span:nth-child(2),.kit-qty-cell,.kit-items-header span:nth-child(5),.kit-remove-btn{text-align:center;justify-self:center}.kit-items-header span:nth-child(3),.kit-items-header span:nth-child(4),.kit-price-cell{text-align:right;justify-self:end}.kit-items-row{border-top:1px solid var(--border);padding:.8rem .85rem}.kit-product-cell{align-items:center;gap:.65rem;min-width:0;display:flex}.kit-product-cell strong{overflow-wrap:anywhere;font-size:13px}.kit-product-thumb{border-radius:var(--radius-sm);border:1px solid var(--border);background-color:#fff;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;display:flex;overflow:hidden}.kit-product-thumb img{object-fit:cover;width:100%;height:100%}.kit-qty-cell{flex-direction:column;align-items:center;gap:.25rem;display:flex}.kit-qty-cell .form-input{text-align:center;width:88px;min-height:38px;padding:.4rem}.kit-price-cell{font-size:12px;font-weight:700}.kit-remove-btn{width:32px;height:32px;color:var(--danger);cursor:pointer;border-radius:var(--radius-sm);background:0 0;border:none;justify-content:center;align-items:center;display:inline-flex}.kit-remove-btn:hover{background-color:#ef444414}.kit-empty-items{text-align:center;min-width:760px;color:var(--text-muted);padding:2rem}.kit-total-grid{grid-template-columns:minmax(0,1fr);gap:16px;display:grid}.kit-total-card{border-radius:var(--radius-sm);background-color:var(--bg-app);flex-direction:column;justify-content:center;align-items:flex-start;min-height:66px;padding:.9rem 1rem;display:flex}.kit-total-card-primary{background-color:color-mix(in srgb, var(--primary) 8%, transparent)}.kit-total-card span{color:var(--text-light);margin-bottom:.25rem;font-size:11px;line-height:1.35;display:block}.kit-total-card strong{color:var(--text-main);font-size:1rem;line-height:1.25}.kit-total-card-primary strong{color:var(--primary)}.kit-form-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:12px;display:flex}.kit-form-actions .btn{min-height:46px}@media (width<=840px){.kit-form-main-grid{grid-template-columns:1fr}.kit-add-action{padding-top:0}.kit-add-button{width:100%}.kit-photo-section{grid-template-columns:1fr}.kit-photo-preview{width:100%;max-width:220px}.kit-total-grid{grid-template-columns:1fr}}@media (width<=600px){.kit-form-card{padding:1rem}.kit-items-header,.kit-items-row,.kit-empty-items{min-width:700px}.kit-form-actions{justify-content:stretch}.kit-form-actions .btn{flex:1 1 0}}.badge{border-radius:var(--radius-full);align-items:center;padding:.25rem .75rem;font-size:.78rem;font-weight:600;line-height:1.25;display:inline-flex}.badge-success{color:var(--success);background-color:#e9fbf0}[data-theme=dark] .badge-success{background-color:#133921}.badge-primary{background-color:var(--primary-light);color:var(--primary)}.page-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:2rem;display:flex}.alert{border-radius:var(--radius-md);border:1px solid #0000;align-items:center;gap:.75rem;margin-bottom:1rem;padding:1rem;font-size:.9rem;display:flex}.alert-with-action{flex-wrap:wrap;justify-content:space-between}.alert-message{flex:1;min-width:220px}.alert-action-button{color:inherit;border-radius:var(--radius-full);font:inherit;cursor:pointer;background:0 0;border:1px solid;padding:.4rem .8rem;font-weight:700}.alert-action-button:hover{background-color:#0000000f}.alert-success{color:#136c34;background-color:#e9fbf0;border-color:#bef4d2}.alert-danger{color:#91081f;background-color:#feecef;border-color:#fccfd6}[data-theme=dark] .alert-success{color:#a8f0c2;background-color:#0f2e1b;border-color:#194d2c}[data-theme=dark] .alert-danger{color:#f99fae;background-color:#2e0f14;border-color:#4d1922}.admin-delete-undo-stack{z-index:2000;pointer-events:none;flex-direction:column;gap:.5rem;width:min(720px,100vw - 2rem);display:flex;position:fixed;top:1rem;left:50%;transform:translate(-50%)}.admin-delete-undo{pointer-events:auto;border:1px solid color-mix(in srgb, var(--danger) 24%, var(--border));border-radius:var(--radius-md);background-color:var(--bg-card);color:var(--text-main);box-shadow:var(--shadow-lg);justify-content:space-between;align-items:center;gap:1rem;padding:.85rem 1rem;display:flex}.admin-delete-undo-copy{flex-direction:column;gap:.15rem;min-width:0;display:flex}.admin-delete-undo-copy strong{font-size:.9rem;line-height:1.2}.admin-delete-undo-copy span{color:var(--text-muted);font-size:.82rem;line-height:1.35}.admin-delete-undo-button{flex-shrink:0}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:.3s cubic-bezier(.4,0,.2,1) forwards fadeIn}@keyframes pulse-slow{0%,to{opacity:1}50%{opacity:.6}}.animate-pulse-slow{animation:2s ease-in-out infinite pulse-slow}.catalog-store-header{border-bottom:1px solid var(--border);background-color:var(--bg-card);padding:1.35rem 1.5rem}.catalog-store-header-inner{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.catalog-store-logo{border:2px solid var(--border);width:68px;height:68px;box-shadow:var(--shadow-md);color:var(--text-main);background-color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex;overflow:hidden}.catalog-store-logo img{object-fit:contain;background-color:#fff;width:100%;height:100%}.catalog-store-copy{flex:1;min-width:0}.catalog-store-title{color:var(--text-main);overflow-wrap:anywhere;margin:0 0 .2rem;font-size:1.7rem;font-weight:800;line-height:1.15}.catalog-store-copy>p{line-height:1.35;color:var(--text-muted)!important;margin:0 0 .65rem!important;font-size:.86rem!important}.catalog-store-actions{flex-wrap:wrap;align-items:center;gap:.55rem;display:flex}.catalog-store-action{gap:.35rem;min-height:32px;padding:.38rem .75rem;font-size:12px;line-height:1.2}.catalog-content{margin-top:1.5rem}.catalog-filter-bar{flex-wrap:wrap;gap:1rem;min-width:0;margin-bottom:2rem;display:flex}.catalog-filter-search{flex:2 250px;min-width:0}.catalog-filter-category{flex:150px;min-width:0}.catalog-filter-control{border-radius:var(--radius-lg);padding:.85rem 1.25rem}.catalog-filter-category .catalog-filter-control{cursor:pointer}.catalog-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem;display:grid}.admin-products-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem}.category-showcase-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem;display:grid}.category-showcase-card{min-width:0;box-shadow:none;color:var(--text-main);text-align:left;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:8px;flex-direction:column;gap:.85rem;padding:1rem 1rem 1.1rem;transition:transform .24s,border-color .24s,box-shadow .24s;display:flex;position:relative;overflow:visible}.category-showcase-main{width:100%;min-width:0;color:inherit;text-align:left;cursor:pointer;font:inherit;background:0 0;border:0;flex-direction:column;gap:.85rem;padding:0;display:flex}.category-card-actions{flex:none;align-items:center;gap:.35rem;display:flex}.category-showcase-card-has-actions .category-card-body{border-top:0;padding-top:0;padding-right:0}.category-card-footer{border-top:1px solid #94a3b86b;justify-content:space-between;align-items:flex-end;gap:.85rem;width:100%;min-width:0;padding-top:.9rem;display:flex}.category-card-info-button{min-width:0;color:inherit;text-align:left;cursor:pointer;font:inherit;background:0 0;border:0;padding:0}.category-card-action-button{color:#25d366;cursor:pointer;width:40px;min-width:40px;height:40px;min-height:40px;box-shadow:none;background:0 0;border:1px solid #25d366;border-radius:11px;justify-content:center;align-items:center;padding:0;transition:background-color .2s,border-color .2s,color .2s,transform .2s;display:inline-flex}.category-card-action-button:hover,.category-card-action-button:focus-visible{color:#1fbd5a;background:#25d3661a;border-color:#1fbd5a;outline:none;transform:translateY(-1px)}.category-showcase-card:hover,.category-showcase-card:focus-visible,.category-showcase-card.category-card-mobile-highlight{box-shadow:none;border-color:#0000;outline:none;transform:translateY(-3px)}.category-card-media{aspect-ratio:1.2;background:0 0;border-radius:8px;justify-content:center;align-items:center;width:100%;min-width:0;display:flex;position:relative;overflow:visible}.category-card-stack{width:100%;height:100%;position:relative}.category-card-photo{aspect-ratio:1;width:64%;box-shadow:none;transform-origin:bottom;background:0 0;border:0;border-radius:8px;transition:transform .34s,box-shadow .34s;position:absolute;top:50%;left:50%;overflow:visible;transform:translate(-50%,-50%)rotate(0)}.category-card-photo img{object-fit:contain;object-position:center;transform-origin:50%;filter:drop-shadow(0 8px 10px #0f172a12);background:0 0;width:100%;height:100%;display:block;transform:none}.category-card-photo-placeholder{width:100%;height:100%;color:var(--text-light);background:linear-gradient(135deg, #fff, var(--bg-app));justify-content:center;align-items:center;display:flex}.category-card-photo-empty{width:76%;position:relative;inset:auto;transform:none}.category-card-single .category-card-media{aspect-ratio:1.12}.category-card-single .category-card-body{margin-top:0}.category-card-count-1 .category-card-photo{aspect-ratio:1;width:78%}.category-card-count-2 .category-card-photo{width:72%}.category-card-count-2 .category-card-photo:first-child{transform:translate(-66%,-50%)rotate(-7deg)}.category-card-count-2 .category-card-photo:nth-child(2){transform:translate(-34%,-50%)rotate(7deg)}.category-card-count-3 .category-card-photo{width:64%}.category-card-count-3 .category-card-photo:first-child{transform:translate(-76%,-50%)rotate(-10deg)}.category-card-count-3 .category-card-photo:nth-child(2){transform:translate(-50%,-52%)rotate(0)}.category-card-count-3 .category-card-photo:nth-child(3){transform:translate(-24%,-50%)rotate(10deg)}.category-card-count-4 .category-card-photo{width:56%}.category-card-count-4 .category-card-photo:first-child{transform:translate(-82%,-50%)rotate(-12deg)}.category-card-count-4 .category-card-photo:nth-child(2){transform:translate(-62%,-52%)rotate(-4deg)}.category-card-count-4 .category-card-photo:nth-child(3){transform:translate(-38%,-52%)rotate(5deg)}.category-card-count-4 .category-card-photo:nth-child(4){transform:translate(-18%,-50%)rotate(13deg)}.category-card-stacked:hover .category-card-photo:first-child,.category-card-stacked:focus-visible .category-card-photo:first-child,.category-card-stacked.category-card-mobile-highlight .category-card-photo:first-child{transform:translate(-84%,-50%)rotate(-14deg)}.category-card-stacked:hover .category-card-photo:nth-child(2),.category-card-stacked:focus-visible .category-card-photo:nth-child(2),.category-card-stacked.category-card-mobile-highlight .category-card-photo:nth-child(2){transform:translate(-62%,-54%)rotate(-5deg)}.category-card-stacked:hover .category-card-photo:nth-child(3),.category-card-stacked:focus-visible .category-card-photo:nth-child(3),.category-card-stacked.category-card-mobile-highlight .category-card-photo:nth-child(3){transform:translate(-38%,-54%)rotate(6deg)}.category-card-stacked:hover .category-card-photo:nth-child(4),.category-card-stacked:focus-visible .category-card-photo:nth-child(4),.category-card-stacked.category-card-mobile-highlight .category-card-photo:nth-child(4){transform:translate(-16%,-50%)rotate(14deg)}.category-card-count-2.category-card-stacked:hover .category-card-photo:first-child,.category-card-count-2.category-card-stacked:focus-visible .category-card-photo:first-child,.category-card-count-2.category-card-stacked.category-card-mobile-highlight .category-card-photo:first-child{transform:translate(-68%,-50%)rotate(-10deg)}.category-card-count-2.category-card-stacked:hover .category-card-photo:nth-child(2),.category-card-count-2.category-card-stacked:focus-visible .category-card-photo:nth-child(2),.category-card-count-2.category-card-stacked.category-card-mobile-highlight .category-card-photo:nth-child(2){transform:translate(-32%,-50%)rotate(10deg)}.category-card-count-3.category-card-stacked:hover .category-card-photo:first-child,.category-card-count-3.category-card-stacked:focus-visible .category-card-photo:first-child,.category-card-count-3.category-card-stacked.category-card-mobile-highlight .category-card-photo:first-child{transform:translate(-78%,-50%)rotate(-12deg)}.category-card-count-3.category-card-stacked:hover .category-card-photo:nth-child(2),.category-card-count-3.category-card-stacked:focus-visible .category-card-photo:nth-child(2),.category-card-count-3.category-card-stacked.category-card-mobile-highlight .category-card-photo:nth-child(2){transform:translate(-50%,-54%)rotate(0)}.category-card-count-3.category-card-stacked:hover .category-card-photo:nth-child(3),.category-card-count-3.category-card-stacked:focus-visible .category-card-photo:nth-child(3),.category-card-count-3.category-card-stacked.category-card-mobile-highlight .category-card-photo:nth-child(3){transform:translate(-22%,-50%)rotate(12deg)}.category-card-body{border-top:1px solid #94a3b86b;flex-direction:column;gap:.34rem;min-width:0;padding-top:.9rem;display:flex}.category-card-eyebrow{color:var(--primary);text-transform:uppercase;font-size:11px;font-weight:800;line-height:1.2}.category-card-body h3{color:var(--text-main);overflow-wrap:anywhere;margin:0;font-size:1.34rem;font-weight:800;line-height:1.22}.category-card-count{color:var(--text-muted);font-size:1rem;font-weight:600;line-height:1.3}.category-showcase-empty{min-height:240px;color:var(--text-muted);text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:.85rem;padding:3rem 2rem;display:flex}.catalog-path-heading{flex-wrap:wrap;align-items:center;gap:.5rem;min-width:0;display:flex}.catalog-path-root,.catalog-path-current{color:var(--text-main);font:inherit;background:0 0;border:0;margin:0;padding:0;font-size:1.5rem;font-weight:800;line-height:1.22}.catalog-path-root{cursor:pointer}.catalog-path-root:hover,.catalog-path-root:focus-visible{color:var(--primary);outline:none}.catalog-path-current{color:var(--text-main);font-size:1.5rem}.catalog-path-separator{color:var(--primary);align-items:center;display:inline-flex}.catalog-path-back{color:var(--primary);font:inherit;cursor:pointer;text-transform:lowercase;background:0 0;border:0;margin-left:.45rem;padding:.08rem 0;font-size:12px;font-weight:700;line-height:1}.catalog-path-back:hover,.catalog-path-back:focus-visible{color:var(--primary-hover);outline:none;text-decoration:underline}.catalog-path-row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;margin:-.65rem 0 1.25rem;display:flex}.catalog-product-card,.admin-product-card{min-width:0;box-shadow:none;background:0 0;border-color:#0000;gap:.85rem;padding:1rem}.admin-product-card{overflow:visible}.catalog-product-card:hover,.admin-product-card:hover{box-shadow:none}.admin-product-card-catalog-hidden{border-color:#c2410c47}.admin-catalog-hidden-badge{color:#c2410c;background-color:#fff7ed;font-size:10px!important}.admin-catalog-visibility-button{padding:.4rem!important}.admin-catalog-visibility-button-hidden{color:#c2410c;background-color:#fff7ed;border-color:#c2410c8c}.admin-catalog-visibility-button-hidden:hover,.admin-catalog-visibility-button-hidden:focus-visible{color:#9a3412;background-color:#ffedd5;border-color:#c2410c}.admin-card-footer{border-top:1px solid var(--border);flex-wrap:nowrap;justify-content:space-between;align-items:center;gap:.75rem;margin-top:auto;padding-top:.5rem;display:flex}.admin-card-footer-summary{flex:1 1 0;min-width:0}.admin-card-actions{flex-wrap:nowrap;flex:none;justify-content:flex-end;align-items:center;gap:.32rem;margin-left:auto;display:flex}.admin-card-actions .btn{justify-content:center;align-items:center;width:34px;min-width:34px;height:34px;display:inline-flex;min-height:34px!important;padding:0!important}.product-card-image{aspect-ratio:1;border-radius:calc(var(--radius-md) + 4px);width:100%;min-width:0;box-shadow:none;background-color:#0000;border:0;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.product-card-image img{object-fit:contain;object-position:center;border-radius:inherit;transform-origin:50%;z-index:1;filter:drop-shadow(0 8px 10px #0f172a0f);width:100%;height:100%;display:block;position:relative;transform:scale(1.006)}.product-card-image-has-media:before{content:none}.admin-product-image{isolation:isolate}.admin-product-image-action{font:inherit;color:inherit;cursor:pointer;border:0;padding:0}.admin-product-image-action:hover,.admin-product-image-action:focus-visible{box-shadow:0 0 0 3px var(--primary-glow);outline:none}.admin-product-image img{object-fit:contain;object-position:center;width:100%;height:100%;transform:none}.catalog-product-card h3,.admin-product-card h3{white-space:normal;overflow-wrap:anywhere;word-break:normal;line-height:1.25;font-size:1.16rem!important}.catalog-product-card p,.admin-product-card p{-webkit-box-orient:vertical;line-height:1.18;overflow:hidden;color:var(--text-main)!important;-webkit-line-clamp:4!important;line-clamp:4!important;height:4.1rem!important;font-size:.86rem!important;display:-webkit-box!important}.product-card-important-note,.product-description-important-note span,.product-description-important-note{color:var(--text-main);font-weight:inherit}.product-card-category-text,.admin-product-card .badge{line-height:1.25;font-size:.76rem!important;font-weight:600!important}.product-card-price-label{line-height:1.3;font-size:.76rem!important;font-weight:600!important}.product-card-price-value{font-weight:700;line-height:1.08;display:block;font-size:1.36rem!important}.product-card-cost-text{line-height:1.35;font-size:.8rem!important;font-weight:600!important}@media (width<=520px){.admin-card-footer{flex-wrap:wrap;align-items:center;gap:.65rem}.admin-card-actions{flex:none;justify-content:flex-end;gap:.35rem;width:auto;margin-left:auto}.admin-card-actions .btn{width:40px;min-width:40px;height:40px;min-height:40px!important}.admin-card-actions .btn svg{width:17px;height:17px}.admin-delete-undo-stack{width:calc(100vw - 1rem);top:.75rem}.admin-delete-undo{flex-direction:column;align-items:stretch;gap:.65rem}.admin-delete-undo-button{align-self:flex-end}}.admin-catalog-preview-backdrop{z-index:999;background-color:#00000080;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.admin-catalog-preview-dialog{background-color:var(--bg-card);flex-direction:column;gap:1.5rem;width:min(650px,100%);max-height:90vh;padding:1.5rem;display:flex;overflow-y:auto}.admin-catalog-preview-header,.admin-catalog-preview-header-actions,.admin-catalog-preview-badges,.admin-catalog-preview-buy-row,.admin-catalog-preview-qty,.admin-catalog-preview-stepper{align-items:center;display:flex}.admin-catalog-preview-header{justify-content:space-between;gap:1rem}.admin-catalog-preview-title-block{flex-wrap:wrap;align-items:center;gap:.75rem;min-width:0;display:flex}.admin-catalog-preview-title-block h3{overflow-wrap:anywhere;margin:0;font-size:1.25rem;font-weight:800}.admin-catalog-preview-badges{flex-wrap:wrap;gap:.25rem}.admin-catalog-preview-badges .badge{padding:.25rem .5rem;font-size:11px}.admin-catalog-preview-header-actions{flex-shrink:0;gap:.75rem}.admin-catalog-preview-icon-button{width:34px;height:34px;color:var(--text-muted);cursor:pointer;background:0 0;border:0;border-radius:999px;justify-content:center;align-items:center;display:inline-flex}.admin-catalog-preview-icon-button:hover,.admin-catalog-preview-icon-button:focus-visible{background-color:var(--bg-app);color:var(--text-main);outline:none}.admin-catalog-preview-whatsapp{color:#25d366}.admin-catalog-preview-whatsapp:hover,.admin-catalog-preview-whatsapp:focus-visible{color:#20b858;background-color:#25d3661a}.admin-catalog-preview-image-container{-webkit-user-select:none;user-select:none;cursor:zoom-in;border-radius:var(--radius-md);background:#fff;flex-shrink:0;height:380px;min-height:380px;position:relative;overflow:hidden}.admin-catalog-preview-image-container img,.admin-catalog-preview-lightbox img{object-fit:contain;width:100%;height:100%}.admin-catalog-preview-image-empty{width:100%;height:100%;color:var(--text-muted);justify-content:center;align-items:center;display:flex}.admin-catalog-preview-zoom-badge,.admin-catalog-preview-description-toggle{z-index:15;border-radius:999px;align-items:center;gap:.3rem;font-size:12px;font-weight:700;display:inline-flex;position:absolute;bottom:10px}.admin-catalog-preview-zoom-badge{pointer-events:none;color:#fff;background-color:#0009;padding:.2rem .5rem;right:10px}.admin-catalog-preview-description-toggle{border:1px solid var(--border);color:var(--text-main);cursor:pointer;background-color:#fffffff2;padding:.4rem .8rem;left:10px;box-shadow:0 4px 12px #0000001a}.admin-catalog-preview-description-toggle:hover,.admin-catalog-preview-description-toggle:focus-visible{color:var(--primary);border-color:var(--primary);background-color:var(--primary-light);outline:none}.admin-catalog-preview-nav-button{z-index:10;color:#fff;cursor:pointer;background:#0000006b;border:0;border-radius:999px;justify-content:center;align-items:center;width:34px;height:34px;display:inline-flex;position:absolute;top:50%;transform:translateY(-50%)}.admin-catalog-preview-nav-prev{left:10px}.admin-catalog-preview-nav-next{right:10px}.admin-catalog-preview-dots{z-index:2;gap:.3rem;display:flex;position:absolute;bottom:10px;left:50%;transform:translate(-50%)}.admin-catalog-preview-dots span{background-color:#ffffffa6;border-radius:999px;width:8px;height:8px}.admin-catalog-preview-dots .admin-catalog-preview-dot-active{background-color:var(--primary)}.admin-catalog-preview-description-panel{z-index:14;background-color:var(--bg-card);border-radius:var(--radius-md);flex-direction:column;gap:1rem;padding:1.5rem;display:flex;position:absolute;inset:0;box-shadow:inset 0 0 20px #0000000d}.admin-catalog-preview-description-header{border-bottom:1px solid var(--border);color:var(--primary);justify-content:space-between;align-items:center;gap:1rem;padding-bottom:.5rem;font-size:13px;font-weight:800;display:flex}.admin-catalog-preview-description-header button{color:var(--text-muted);cursor:pointer;background:0 0;border:0;align-items:center;display:inline-flex}.admin-catalog-preview-description-text{color:var(--text-main);white-space:pre-wrap;flex:1;font-size:13px;line-height:1.6;overflow-y:auto}.admin-catalog-preview-section{flex-direction:column;gap:.5rem;display:flex}.admin-catalog-preview-section-title{color:var(--text-main);font-size:.85rem;font-weight:700}.admin-catalog-preview-variation-list{flex-wrap:wrap;align-items:center;gap:.35rem;display:flex}.admin-catalog-preview-variation{border:1px solid var(--border);background-color:var(--bg-card);max-width:220px;min-height:34px;color:var(--text-muted);cursor:pointer;text-align:center;border-radius:999px;padding:.38rem .7rem;font-size:12px;font-weight:600;line-height:1.2}.admin-catalog-preview-variation-active{border-color:var(--primary);background-color:var(--primary-light);color:var(--primary);box-shadow:0 0 0 1px var(--primary-light);font-weight:700}.admin-catalog-preview-price-tiers{border:1px solid var(--border);border-radius:var(--radius-md);background-color:var(--bg-app);flex-direction:column;gap:.9rem;padding:1rem;display:flex}.admin-catalog-preview-price-tiers h4{margin:0;font-size:.95rem;font-weight:700}.admin-catalog-preview-tier-grid{grid-template-columns:repeat(auto-fit,minmax(100px,1fr));gap:.5rem;display:grid}.admin-catalog-preview-tier{border-radius:var(--radius-sm);border:1px solid var(--border);background-color:var(--bg-card);text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:82px;padding:.65rem .55rem;display:flex}.admin-catalog-preview-tier span{color:var(--text-muted);margin-bottom:.3rem;font-size:12px;font-weight:600;line-height:1.25;display:block}.admin-catalog-preview-tier strong{color:var(--primary);font-size:16px;font-weight:800;line-height:1.1}.admin-catalog-preview-footer{z-index:20;border-top:1px solid var(--border);background-color:var(--bg-card);flex-direction:column;flex-shrink:0;gap:.75rem;width:calc(100% + 3rem);margin:1rem -1.5rem -1.5rem;padding:1rem 1.5rem 1.25rem;display:flex;position:sticky;bottom:-1.5rem;box-shadow:0 -10px 24px #0f172a14}.admin-catalog-preview-price-summary{color:var(--text-muted);justify-content:space-between;align-items:center;gap:1rem;font-size:13px;display:flex}.admin-catalog-preview-price-summary strong{color:var(--text-main);font-size:14px}.admin-catalog-preview-price-summary span:last-child strong{color:var(--primary);font-size:16px;font-weight:800}.admin-catalog-preview-buy-row{flex-wrap:wrap;justify-content:flex-start;gap:1rem}.admin-catalog-preview-qty{gap:.75rem;font-weight:600}.admin-catalog-preview-stepper{border:1px solid var(--border);border-radius:var(--radius-md);gap:.5rem;padding:.3rem .6rem}.admin-catalog-preview-stepper button{width:20px;color:var(--text-main);cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;display:inline-flex}.admin-catalog-preview-stepper span{text-align:center;min-width:20px;font-size:15px;font-weight:800}.quantity-stepper-input{width:38px;min-width:38px;color:var(--text-main);font:inherit;text-align:center;background:0 0;border:0;border-radius:6px;outline:none;padding:.1rem 0;font-size:15px;font-weight:800;line-height:1.2}.quantity-stepper-input:focus{box-shadow:0 0 0 2px var(--primary-light);background:#fff}.quantity-stepper-input-sm{width:34px;min-width:34px;font-size:13px;font-weight:700}.admin-catalog-preview-lightbox{z-index:1100;cursor:zoom-out;background-color:#000000db;justify-content:center;align-items:center;padding:2rem;display:flex;position:fixed;inset:0}.admin-catalog-preview-lightbox img{max-width:min(1100px,96vw);max-height:92vh}.admin-catalog-preview-lightbox-close{color:#fff;cursor:pointer;background-color:#ffffff26;border:0;border-radius:999px;justify-content:center;align-items:center;width:42px;height:42px;display:inline-flex;position:fixed;top:1rem;right:1rem}.admin-catalog-preview-lightbox-nav{z-index:1101;color:#fff;cursor:pointer;background-color:#ffffff2e;border:0;border-radius:999px;justify-content:center;align-items:center;width:50px;height:50px;display:inline-flex;position:fixed;top:50%;transform:translateY(-50%)}.admin-catalog-preview-lightbox-nav:hover,.admin-catalog-preview-lightbox-nav:focus-visible,.admin-catalog-preview-lightbox-close:hover,.admin-catalog-preview-lightbox-close:focus-visible{background-color:#ffffff52;outline:none}.admin-catalog-preview-lightbox-prev{left:1.25rem}.admin-catalog-preview-lightbox-next{right:1.25rem}.admin-catalog-preview-lightbox-dots{z-index:1101;gap:.4rem;display:flex;position:fixed;bottom:1.25rem;left:50%;transform:translate(-50%)}.admin-catalog-preview-lightbox-dots span{background-color:#ffffff80;border-radius:999px;width:8px;height:8px}.admin-catalog-preview-lightbox-dots .admin-catalog-preview-dot-active{background-color:var(--primary)}.price-share-backdrop{z-index:420;background:#0f172a75;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.price-share-dialog{background:var(--bg-card);width:min(640px,100%);max-height:calc(100vh - 2rem);color:var(--text-main);border:1px solid var(--border);border-radius:var(--radius-md);padding:1.25rem;overflow-y:auto;box-shadow:0 22px 60px #0f172a3d}.price-share-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:flex-start;gap:1rem;padding-bottom:1rem;display:flex}.price-share-kicker{color:#128c7e;text-transform:uppercase;margin-bottom:.25rem;font-size:11px;font-weight:800;line-height:1.2;display:block}.price-share-header h3{margin:0 0 .2rem;font-size:1.3rem;font-weight:800;line-height:1.2}.price-share-header strong{color:var(--text-muted);overflow-wrap:anywhere;font-size:.9rem;line-height:1.35;display:block}.price-share-close{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--bg-card);width:34px;height:34px;color:var(--text-muted);cursor:pointer;flex:none;justify-content:center;align-items:center;display:inline-flex}.price-share-close:hover{color:var(--danger);border-color:var(--danger)}.price-share-section{flex-direction:column;gap:.55rem;margin-top:1rem;display:flex}.price-share-mode-group{grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem;display:grid}.price-share-mode-button{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--bg-card);min-height:40px;color:var(--text-main);font:inherit;cursor:pointer;padding:.55rem .7rem;font-size:.9rem;font-weight:700;line-height:1.2}.price-share-mode-button:hover:not(:disabled){border-color:var(--primary);color:var(--primary)}.price-share-mode-button-active{border-color:var(--primary);background:var(--primary-light);color:var(--primary);box-shadow:0 0 0 2px var(--primary-glow)}.price-share-mode-button:disabled{opacity:.5;cursor:not-allowed}.price-share-preview{resize:vertical;white-space:pre-wrap;min-height:190px;line-height:1.45}.budget-text-share-dialog{width:min(720px,100%)}.budget-text-share-preview{min-height:330px;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,Liberation Mono,monospace;font-size:13px}.budget-text-share-feedback{margin-top:1rem}.price-share-actions{flex-wrap:wrap;justify-content:flex-end;gap:.65rem;margin-top:1.2rem;display:flex}.whatsapp-share-dialog{width:min(560px,100%)}.whatsapp-share-options{grid-template-columns:1fr;gap:.75rem;margin-top:1rem;display:grid}.whatsapp-share-option{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--bg-card);width:100%;min-height:82px;color:var(--text-main);text-align:left;cursor:pointer;grid-template-columns:46px 1fr;align-items:center;gap:.85rem;padding:.85rem;display:grid}.whatsapp-share-option:hover:not(:disabled),.whatsapp-share-option:focus-visible{border-color:var(--primary);box-shadow:0 0 0 2px var(--primary-glow);outline:none}.whatsapp-share-option:disabled{opacity:.55;cursor:not-allowed}.whatsapp-share-option-primary{background:#25d36614;border-color:#25d36680}.whatsapp-share-option-icon{border-radius:var(--radius-sm);background:var(--primary-light);width:46px;height:46px;color:var(--primary);justify-content:center;align-items:center;display:inline-flex}.whatsapp-share-option-primary .whatsapp-share-option-icon{color:#128c7e;background:#25d36624}.quick-budget-share-option{background:#ff8b4714;border-color:#ff8b4773}.quick-budget-share-option .whatsapp-share-option-icon{color:var(--primary);background:#ff8b4724}.quick-budget-picker-backdrop{z-index:940}.quick-budget-picker-dialog{flex-direction:column;gap:1rem;width:min(980px,100%);display:flex}.quick-budget-picker-toolbar{grid-template-columns:minmax(220px,1fr) minmax(180px,260px);align-items:end;gap:.85rem;display:grid}.quick-budget-picker-toolbar .form-group{margin:0}.quick-budget-picker-summary{border:1px solid color-mix(in srgb, var(--primary) 20%, var(--border));border-radius:var(--radius-sm);background:color-mix(in srgb, var(--primary) 8%, #fff);color:var(--text-main);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;padding:.75rem .85rem;font-size:.9rem;display:flex}.quick-budget-picker-grid{grid-template-columns:repeat(auto-fill,minmax(245px,1fr));gap:.75rem;max-height:min(52vh,520px);padding:.15rem .1rem .35rem;display:grid;overflow-y:auto}.quick-budget-picker-card{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--bg-card);width:100%;min-height:126px;color:var(--text-main);text-align:left;cursor:pointer;font:inherit;grid-template-columns:74px 1fr;gap:.75rem;padding:.75rem;display:grid}.quick-budget-picker-card:hover,.quick-budget-picker-card:focus-visible{border-color:var(--primary);box-shadow:0 0 0 2px var(--primary-glow);outline:none}.quick-budget-picker-thumb{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--bg-app);width:74px;height:92px;color:var(--text-muted);justify-content:center;align-items:center;display:inline-flex;overflow:hidden}.quick-budget-picker-thumb img{object-fit:cover;width:100%;height:100%}.quick-budget-picker-card-body{flex-direction:column;gap:.35rem;min-width:0;display:flex}.quick-budget-picker-badges{flex-wrap:wrap;align-items:center;gap:.25rem;display:flex}.quick-budget-picker-card-body strong{overflow-wrap:anywhere;font-size:.96rem;font-weight:800;line-height:1.2}.quick-budget-picker-card-body small{color:var(--text-muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.78rem;line-height:1.35;display:-webkit-box;overflow:hidden}.quick-budget-picker-card-bottom{justify-content:space-between;align-items:center;gap:.5rem;margin-top:auto;display:flex}.quick-budget-picker-card-bottom span{color:var(--primary);font-size:.92rem;font-weight:900}.quick-budget-picker-card-bottom em{color:#128c7e;white-space:nowrap;font-size:.76rem;font-style:normal;font-weight:800}.quick-budget-picker-empty{border:1px dashed var(--border);border-radius:var(--radius-sm);min-height:260px;color:var(--text-muted);text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:.55rem;padding:1.5rem;display:flex}.quick-budget-picker-empty strong{color:var(--text-main)}.quick-budget-picker-actions{border-top:1px solid var(--border);padding-top:1rem}.quick-budget-picker-footer-summary{display:none}.whatsapp-share-option strong,.whatsapp-share-option small{display:block}.whatsapp-share-option strong{font-size:.98rem;line-height:1.25}.whatsapp-share-option small{color:var(--text-muted);margin-top:.22rem;font-size:.82rem;line-height:1.35}.duplicate-product-kicker{color:var(--primary)}.duplicate-product-mirror-option{background:#ff8b4714;border-color:#ff8b4773}.duplicate-product-mirror-option .whatsapp-share-option-icon{color:var(--primary);background:#ff8b4724}.mirrored-product-card-badge{color:#128c7e;background:#128c7e1a;border:1px solid #128c7e38;font-size:10px}.mirrored-product-notice,.mirrored-product-locked-hint{border-radius:var(--radius-sm);color:var(--text-main);background:#128c7e14;border:1px solid #128c7e38;align-items:flex-start;gap:.75rem;padding:.85rem 1rem;display:flex}.mirrored-product-notice-icon{border-radius:var(--radius-sm);color:#128c7e;background:#128c7e1f;flex:none;justify-content:center;align-items:center;width:32px;height:32px;display:inline-flex}.mirrored-product-notice strong,.mirrored-product-notice span{display:block}.mirrored-product-notice strong{margin-bottom:.2rem;font-size:.92rem}.mirrored-product-notice span{color:var(--text-muted);font-size:.84rem;line-height:1.45}.admin-catalog-preview-budget-button{flex:1;min-width:190px}.quick-budget-floating-button{z-index:930;border-radius:var(--radius-full);background:var(--primary);color:#fff;min-height:52px;font:inherit;cursor:pointer;border:0;align-items:center;gap:.5rem;padding:.85rem 1.25rem;font-weight:800;display:inline-flex;position:fixed;bottom:20px;right:20px;box-shadow:0 12px 28px #0f172a38}.quick-budget-floating-button:hover,.quick-budget-floating-button:focus-visible{outline:none;transform:translateY(-1px)}.quick-budget-drawer-backdrop{z-index:1001;background:#0f172a38;justify-content:flex-end;display:flex;position:fixed;inset:0}.quick-budget-drawer{background:var(--bg-card);border-left:1px solid var(--border);flex-direction:column;width:min(460px,100%);height:100vh;display:flex;box-shadow:-18px 0 38px #0f172a2e}.quick-budget-drawer-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:1rem;padding:1.15rem 1.25rem;display:flex}.quick-budget-kicker,.quick-budget-checkout-kicker{color:var(--primary)}.quick-budget-drawer-header h3{margin:0;font-size:1.12rem;font-weight:800;line-height:1.2}.quick-budget-icon-button{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--bg-card);width:34px;height:34px;color:var(--text-muted);cursor:pointer;justify-content:center;align-items:center;display:inline-flex}.quick-budget-icon-button:hover,.quick-budget-icon-button:focus-visible{color:var(--danger);border-color:var(--danger);outline:none}.quick-budget-items{flex-direction:column;flex:1;gap:.75rem;padding:1rem;display:flex;overflow-y:auto}.quick-budget-empty{min-height:260px;color:var(--text-light);text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:.7rem;display:flex}.quick-budget-empty strong{color:var(--text-muted)}.quick-budget-item{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--bg-card);box-shadow:var(--shadow-sm);gap:.8rem;padding:.85rem;display:flex;position:relative}.quick-budget-item-thumb{border-radius:var(--radius-sm);border:1px solid var(--border);width:62px;height:62px;color:var(--text-light);background:#fff;flex:none;justify-content:center;align-items:center;display:inline-flex;overflow:hidden}.quick-budget-item-thumb img{object-fit:cover;width:100%;height:100%}.quick-budget-item-body{flex-direction:column;flex:1;gap:.25rem;min-width:0;padding-right:1.45rem;display:flex}.quick-budget-item-body strong{overflow-wrap:anywhere;font-size:.92rem;font-weight:800;line-height:1.25}.quick-budget-item-body span{color:var(--text-muted);font-size:12px;line-height:1.35}.quick-budget-remove{border-radius:var(--radius-sm);width:24px;height:24px;color:var(--danger);cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;display:inline-flex;position:absolute;top:.6rem;right:.6rem}.quick-budget-remove:hover,.quick-budget-remove:focus-visible{background:#f43f5e1a;outline:none}.quick-budget-item-bottom{justify-content:space-between;align-items:center;gap:.75rem;margin-top:.45rem;display:flex}.quick-budget-stepper{border:1px solid var(--border);border-radius:var(--radius-sm);flex:none;align-items:center;gap:.3rem;height:34px;padding:.2rem .35rem;display:inline-flex}.quick-budget-stepper button{width:22px;height:24px;color:var(--text-main);cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;display:inline-flex}.quick-budget-stepper input{width:36px;min-width:36px;color:var(--text-main);text-align:center;font:inherit;background:0 0;border:0;font-weight:800}.quick-budget-stepper input:focus{outline:none}.quick-budget-item-price{text-align:right;flex-direction:column;align-items:flex-end;gap:.1rem;min-width:0;display:flex}.quick-budget-item-price small{color:var(--text-light);font-size:11px;line-height:1.25}.quick-budget-item-price strong{color:var(--primary);font-size:.95rem;font-weight:800;line-height:1.2}.quick-budget-drawer-footer{border-top:1px solid var(--border);background:var(--bg-app);flex-direction:column;gap:.8rem;padding:1rem 1.25rem 1.15rem;display:flex}.quick-budget-total{justify-content:space-between;align-items:center;gap:1rem;display:flex}.quick-budget-total span{font-weight:700}.quick-budget-total strong{color:var(--primary);font-size:1.25rem;font-weight:800;line-height:1.2}.quick-budget-footer-actions{grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);gap:.6rem;display:grid}.quick-budget-footer-actions .btn{justify-content:center;width:100%}.quick-budget-clear-button{color:var(--text-muted);font:inherit;cursor:pointer;background:0 0;border:0;align-self:center;font-size:12px;font-weight:700}.quick-budget-clear-button:hover,.quick-budget-clear-button:focus-visible{color:var(--danger);outline:none}.quick-budget-checkout-backdrop{z-index:1004}.quick-budget-checkout-dialog{width:min(580px,100%)}.quick-budget-checkout-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem;margin-top:1rem;display:grid}.quick-budget-notes{resize:vertical;min-height:96px}.quick-budget-checkout-summary{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--bg-app);justify-content:space-between;align-items:center;gap:1rem;margin-top:1rem;padding:.9rem 1rem;display:flex}.quick-budget-checkout-summary span{color:var(--text-muted);font-weight:700}.quick-budget-checkout-summary strong{color:var(--primary);font-size:1.2rem;font-weight:800}.mirrored-product-notice-actions{flex-wrap:wrap;align-items:center;gap:.5rem;margin:.55rem 0 .45rem;display:flex}.mirrored-product-base-link{color:var(--primary);font:inherit;cursor:pointer;background:0 0;border:0;padding:0;font-weight:800;text-decoration:underline}.mirrored-product-locked-hint{align-items:center;padding:.7rem .85rem;font-size:.84rem;font-weight:700}.mirrored-products-section{border-radius:var(--radius-md);border:1px solid var(--border);background:var(--bg-app);padding:1.1rem 1.25rem}.mirrored-products-toggle{width:100%;color:var(--text-main);text-align:left;cursor:pointer;background:0 0;border:0;justify-content:space-between;align-items:center;gap:1rem;padding:0;display:flex}.mirrored-products-toggle>span{flex-direction:column;gap:.15rem;display:flex}.mirrored-products-toggle small{color:var(--text-light);font-size:11px;font-weight:700}.mirrored-products-grid{grid-template-columns:repeat(auto-fill,minmax(132px,1fr));gap:.75rem;margin-top:1rem;display:grid}.mirrored-product-mini-card{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--bg-card);min-width:0;color:var(--text-main);text-align:left;cursor:pointer;flex-direction:column;gap:.55rem;padding:.65rem;display:flex}.mirrored-product-mini-card:hover,.mirrored-product-mini-card:focus-visible{border-color:var(--primary);box-shadow:0 0 0 2px var(--primary-glow);outline:none}.mirrored-product-mini-image{aspect-ratio:1;border-radius:var(--radius-sm);background:var(--bg-app);width:100%;color:var(--text-light);justify-content:center;align-items:center;display:flex;overflow:hidden}.mirrored-product-mini-image img{object-fit:cover;width:100%;height:100%;display:block}.mirrored-product-mini-copy{flex-direction:column;gap:.15rem;min-width:0;display:flex}.mirrored-product-mini-copy strong{text-overflow:ellipsis;white-space:nowrap;font-size:.82rem;line-height:1.25;overflow:hidden}.mirrored-product-mini-copy small{color:#128c7e;text-transform:uppercase;font-size:.68rem;font-weight:800}.mirrored-products-empty{border:1px dashed var(--border);border-radius:var(--radius-sm);color:var(--text-muted);text-align:center;grid-column:1/-1;padding:.9rem;font-size:.86rem}@media (width<=520px){.price-share-backdrop{align-items:flex-end;padding:0}.price-share-dialog{border-radius:var(--radius-md) var(--radius-md) 0 0;width:100%;max-height:92vh;padding:1rem}.price-share-mode-group{grid-template-columns:1fr}.price-share-actions{flex-direction:column-reverse}.price-share-actions .btn{width:100%}.mirrored-products-grid{grid-template-columns:1fr;display:none}.mirrored-products-grid.is-open{display:grid}.mirrored-product-mini-card{grid-template-columns:64px 1fr;align-items:center;display:grid}.mirrored-product-mini-image{width:64px}}.admin-kit-items-preview{line-height:1.45;font-size:13px!important}.admin-kit-items-preview>div{font-size:inherit!important}.product-card-image-placeholder{width:100%;height:100%;color:var(--text-light);justify-content:center;align-items:center;display:flex}.admin-tabs-nav{justify-content:center;align-items:center;max-width:100%}.admin-tabs-nav .btn{white-space:nowrap}.store-costs-grid-header,.store-cost-row{grid-template-columns:minmax(0,3fr) minmax(96px,1.35fr) 32px;align-items:center;gap:.5rem;min-width:0;display:grid}.store-costs-grid-header{color:var(--text-muted);border-bottom:1px solid var(--border);padding-bottom:4px;font-size:12.5px;font-weight:600;line-height:1.3}.store-cost-row>*{min-width:0}.store-cost-remove-btn{min-width:28px}.default-tier-header,.default-tier-row{grid-template-columns:1fr 1fr 28px;align-items:center;gap:.5rem;display:grid}.default-tier-header{color:var(--text-light);font-size:12px;font-weight:600;line-height:1.3}.default-tier-cell{flex-direction:column;gap:.3rem;min-width:0;display:flex}.default-tier-mobile-label{display:none}.default-tier-remove-cell{justify-content:center;min-width:0;display:flex}.cost-report-card,.cost-rate-card{color:var(--text-main)}.cost-report-title,.cost-rate-title,.store-default-tiers-title{color:var(--text-main);align-items:center;gap:.45rem;margin:0;font-size:.98rem;font-weight:700;line-height:1.3;display:flex}.cost-rate-title{color:var(--primary)}.cost-report-row,.cost-rate-row{min-width:0;color:var(--text-main);justify-content:space-between;gap:1rem;font-size:.88rem;font-weight:400;line-height:1.45;display:flex}.cost-report-row span,.cost-rate-row span{overflow-wrap:anywhere;min-width:0}.cost-report-row strong,.cost-rate-row strong{color:inherit;white-space:nowrap;flex:none;font-weight:650}.cost-report-row-muted{color:var(--text-muted)}.cost-report-row-positive{color:var(--success)}.cost-report-row-negative{color:var(--danger)}.cost-report-row-total,.cost-rate-row-total{border-top:1px dashed var(--border);align-items:center;padding-top:.58rem;font-size:.94rem;font-weight:700}.cost-rate-row-total{color:var(--primary);margin-top:.1rem}.cost-rate-row-total strong{color:var(--primary);font-size:1.22rem;font-weight:700}.cost-helper-note{color:var(--text-muted);margin:0;font-size:.78rem;font-weight:400;line-height:1.45}.store-default-tiers-title{align-items:center;gap:.45rem;font-size:.92rem;display:flex}.store-default-tiers-summary{color:var(--text-muted);margin-top:.24rem;font-size:.78rem;font-weight:400;line-height:1.4}.store-default-tiers-toggle{font-size:.78rem!important;font-weight:600!important}.section-action-buttons{scrollbar-width:none;-webkit-overflow-scrolling:touch;flex-wrap:nowrap;align-items:center;gap:.5rem;max-width:100%;padding-bottom:.15rem;display:flex;overflow:auto hidden}.section-action-buttons::-webkit-scrollbar{display:none}.section-action-buttons .btn{white-space:nowrap;flex:none;min-height:34px;font-weight:650;line-height:1.1;border-radius:var(--radius-sm)!important;box-shadow:none!important;padding:.46rem .72rem!important;font-size:.82rem!important;transform:none!important}.section-action-buttons .btn-secondary{background:linear-gradient(180deg, var(--bg-card), color-mix(in srgb, var(--bg-app) 55%, var(--bg-card)));border-color:color-mix(in srgb, var(--border) 78%, var(--text-light));color:var(--text-main)}.section-action-buttons .btn-primary{background:color-mix(in srgb, var(--primary) 9%, var(--bg-card));border-color:color-mix(in srgb, var(--primary) 38%, var(--border));color:var(--primary)}.section-action-buttons .btn:hover,.section-action-buttons .btn:focus-visible{transform:none!important}.section-action-buttons .btn-secondary:hover,.section-action-buttons .btn-secondary:focus-visible{background:color-mix(in srgb, var(--text-light) 8%, var(--bg-card));border-color:color-mix(in srgb, var(--text-light) 52%, var(--border))}.section-action-buttons .btn-primary:hover,.section-action-buttons .btn-primary:focus-visible{background:color-mix(in srgb, var(--primary) 14%, var(--bg-card));border-color:var(--primary);color:var(--primary-hover)}.section-action-buttons .btn svg{width:15px;height:15px}.section-action-buttons .btn-primary svg{color:var(--primary)}@media (width<=1180px){.catalog-grid,.admin-products-grid,.category-showcase-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=768px){.catalog-store-header{padding:.85rem 0}.catalog-store-header-inner{grid-template-columns:auto minmax(0,1fr);align-items:center;gap:.7rem;display:grid}.catalog-store-logo{border-width:1px;width:54px;height:54px}.catalog-store-logo-placeholder svg{width:28px;height:28px}.catalog-store-title{margin-bottom:.12rem;font-size:1.42rem;line-height:1.15}.catalog-store-copy>p{line-height:1.32;margin-bottom:.45rem!important;font-size:.86rem!important}.catalog-store-actions{gap:.38rem}.catalog-store-action{min-height:34px;padding:.4rem .68rem!important;font-size:12px!important}.catalog-store-action svg{width:14px;height:14px}.catalog-content{margin-top:1.15rem}.catalog-filter-bar{grid-template-columns:minmax(0,1fr) minmax(108px,.48fr);align-items:start;gap:.65rem;margin-bottom:1.25rem;display:grid}.catalog-filter-bar .form-group{margin-bottom:0}.catalog-filter-control{min-height:44px;font-size:.88rem;line-height:1.25;border-radius:var(--radius-md)!important;padding:.72rem .88rem!important}.admin-tabs-nav{scrollbar-width:none;margin-inline:0;padding-inline:0;overflow:visible;flex-wrap:wrap!important;justify-content:center!important;padding-bottom:.65rem!important}.admin-tabs-nav .btn{white-space:normal;text-align:center;flex:0 auto;line-height:1.2;padding:.45rem .85rem!important;font-size:12px!important}.admin-tabs-nav .btn svg{width:16px;height:16px}.section-action-buttons{gap:.45rem}.section-action-buttons .btn{min-height:32px;line-height:1.1;border-radius:var(--radius-sm)!important;padding:.42rem .58rem!important;font-size:12px!important}.section-action-buttons .btn svg{width:14px;height:14px}.store-costs-grid-header,.store-cost-row{grid-template-columns:minmax(0,1fr) minmax(86px,.65fr) 28px;gap:.4rem}.catalog-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.7rem}.admin-products-grid{grid-template-columns:1fr}.admin-products-grid .admin-product-card h3{line-height:1.22;font-size:1.08rem!important}.admin-products-grid .admin-product-card p{line-height:1.16;-webkit-line-clamp:4!important;line-clamp:4!important;height:3.9rem!important;font-size:.84rem!important}.admin-products-grid .admin-product-card .badge,.admin-products-grid .product-card-price-label{line-height:1.25;font-size:.72rem!important}.admin-products-grid .product-card-price-value{line-height:1.1;font-size:1.2rem!important}.admin-products-grid .product-card-cost-text,.admin-products-grid .admin-kit-items-preview{line-height:1.38;font-size:.82rem!important}.category-showcase-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.7rem}.category-showcase-card{background:var(--bg-card);border-color:var(--border);gap:.55rem;padding:.6rem;overflow:hidden}.category-showcase-card-has-actions .category-card-body{padding-right:0}.category-card-action-button{width:40px;min-width:40px;height:40px;min-height:40px}.category-showcase-main{gap:.55rem}.category-card-media{aspect-ratio:1}.category-card-body{gap:.18rem;padding-top:.55rem}.category-card-eyebrow{font-size:.68rem}.category-card-body h3{-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:1rem;line-height:1.2;display:-webkit-box;overflow:hidden}.category-card-count{font-size:.82rem}.catalog-grid .catalog-product-card{background:var(--bg-card);border-color:var(--border);box-shadow:var(--shadow-sm);border-radius:8px;overflow:hidden;gap:.58rem!important;padding:.62rem!important}.catalog-grid .catalog-product-card h3{-webkit-line-clamp:2;-webkit-box-orient:vertical;line-height:1.2;display:-webkit-box;overflow:hidden;font-size:.92rem!important}.catalog-grid .admin-kit-items-preview{display:none!important}.catalog-grid .catalog-product-card p{-webkit-box-orient:vertical;line-height:1.16;-webkit-line-clamp:4!important;line-clamp:4!important;height:3.38rem!important;font-size:.73rem!important;display:-webkit-box!important}.catalog-grid .product-card-category-text,.catalog-grid .catalog-product-card .badge{line-height:1.2;font-size:.68rem!important}.catalog-grid .catalog-product-card .badge{padding:.22rem .38rem}.catalog-grid .product-card-price-label{line-height:1.25;font-size:.68rem!important}.catalog-grid .product-card-price-value{overflow-wrap:anywhere;line-height:1.08;font-size:1.08rem!important}.catalog-grid .catalog-card-footer{align-items:flex-end!important;gap:.42rem!important;padding-top:.45rem!important}.catalog-grid .catalog-kit-card-footer{gap:.42rem!important}.catalog-grid .catalog-card-actions{flex:none;gap:.22rem!important}.catalog-grid .catalog-card-actions .btn{height:32px;border-radius:var(--radius-sm)!important;min-height:32px!important;box-shadow:none!important;font-size:11px!important}.catalog-grid .catalog-product-share-button{width:32px;min-width:32px;padding:0!important}.catalog-grid .catalog-product-share-button svg{width:15px;height:15px}.catalog-grid .catalog-product-view-button{padding:0 .54rem!important}.catalog-path-root,.catalog-path-current{font-size:1.35rem}.catalog-path-back{font-size:.78rem}.catalog-path-row{margin:-.35rem 0 1rem}.product-card-image{aspect-ratio:1;padding:0}.product-card-image img{object-fit:contain;object-position:center;width:100%;max-width:100%;height:100%;max-height:100%;transform:none}.admin-catalog-preview-dialog{border-radius:0;gap:.95rem;width:100%;height:100dvh;max-height:100dvh;padding:1.1rem}.admin-catalog-preview-header{flex-shrink:0;align-items:flex-start;gap:.75rem}.admin-catalog-preview-title-block{flex-direction:column;align-items:flex-start;gap:.45rem}.admin-catalog-preview-title-block h3{font-size:1.28rem;line-height:1.25}.admin-catalog-preview-header-actions{gap:.4rem}.admin-catalog-preview-image-container{height:min(42vh,320px);min-height:245px}.admin-catalog-preview-section{gap:.65rem}.admin-catalog-preview-variation-list{gap:.45rem}.admin-catalog-preview-variation{max-width:none;min-height:38px;padding:.48rem .75rem}.admin-catalog-preview-zoom-badge{display:none}.admin-catalog-preview-footer{padding:.95rem 1.1rem calc(1.05rem + env(safe-area-inset-bottom));width:calc(100% + 2.2rem);margin:.6rem -1.1rem -1.1rem;bottom:-1.1rem}.admin-catalog-preview-price-summary{flex-direction:column;align-items:flex-start;gap:.32rem;font-size:12px}.admin-catalog-preview-price-summary span:last-child strong{font-size:1rem}.admin-catalog-preview-buy-row{flex-direction:column;align-items:stretch;gap:.75rem}.admin-catalog-preview-qty{justify-content:space-between;gap:.75rem}.admin-catalog-preview-qty>span{font-size:1rem;line-height:1.2}.admin-catalog-preview-budget-button{white-space:normal;justify-content:center;width:100%;min-width:0;min-height:56px;padding:.75rem 1rem;font-size:.95rem;line-height:1.25}.admin-catalog-preview-stepper{flex:1;justify-content:center;gap:.9rem;max-width:190px;min-height:56px;padding:.5rem .75rem}.admin-catalog-preview-stepper button{width:34px;height:34px}.admin-catalog-preview-stepper input{min-width:34px;font-size:1rem}.quick-budget-picker-backdrop{align-items:stretch;padding:0}.quick-budget-picker-dialog{border-radius:0;gap:.62rem;width:100%;height:100dvh;max-height:100dvh;padding:.85rem .85rem 0;overflow:hidden}.quick-budget-picker-dialog .price-share-header{flex-shrink:0;gap:.75rem;padding-bottom:.68rem}.quick-budget-picker-dialog .price-share-header h3{margin-bottom:.08rem;font-size:1.12rem;line-height:1.14}.quick-budget-picker-dialog .price-share-kicker{margin-bottom:.12rem;font-size:10px}.quick-budget-picker-dialog .price-share-header strong{font-size:.82rem}.quick-budget-picker-dialog .price-share-close{width:32px;height:32px}.quick-budget-picker-toolbar{flex-shrink:0;grid-template-columns:1fr;gap:.48rem}.quick-budget-picker-toolbar .form-label{margin-bottom:.22rem;font-size:.78rem;line-height:1.15}.quick-budget-picker-toolbar .form-input,.quick-budget-picker-toolbar .form-select{border-radius:var(--radius-sm);min-height:42px;padding:.55rem .8rem}.quick-budget-picker-summary{display:none}.quick-budget-picker-grid{flex:auto;grid-template-columns:1fr;gap:.78rem;min-height:0;max-height:none;padding:.35rem .05rem .9rem}.quick-budget-picker-card{grid-template-columns:88px minmax(0,1fr);gap:.82rem;min-height:142px;padding:.72rem;overflow:hidden}.quick-budget-picker-thumb{width:88px;height:112px}.quick-budget-picker-card-body{gap:.38rem;min-height:112px}.quick-budget-picker-card-body strong{-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.96rem;line-height:1.18;display:-webkit-box;overflow:hidden}.quick-budget-picker-card-body small{-webkit-line-clamp:2;font-size:.8rem}.quick-budget-picker-card-bottom{flex-direction:column;align-items:flex-start;gap:.18rem;padding-top:.1rem}.quick-budget-picker-card-bottom em{white-space:normal;font-size:.76rem}.quick-budget-picker-actions{padding:.68rem .85rem calc(.72rem + env(safe-area-inset-bottom));border-top:1px solid var(--border);background:#fffffffa;flex-shrink:0;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:.7rem;margin:0 -.85rem;display:grid;box-shadow:0 -10px 24px #0f172a14}.quick-budget-picker-footer-summary{min-width:0;color:var(--text-main);text-overflow:ellipsis;white-space:nowrap;font-size:.86rem;font-weight:900;line-height:1.2;display:block;overflow:hidden}.quick-budget-picker-actions .quick-budget-picker-create-button{display:none}.quick-budget-picker-actions .quick-budget-picker-return-button{border-radius:var(--radius-sm);white-space:nowrap;justify-content:center;width:auto;min-height:42px;padding:.55rem .8rem;font-size:.88rem}.quick-budget-floating-button{justify-content:center;max-width:calc(100vw - 24px);bottom:12px;right:12px}.quick-budget-drawer{border-left:0;width:100%}.quick-budget-item-bottom{flex-direction:column;align-items:flex-start}.quick-budget-item-price{text-align:left;align-items:flex-start}.quick-budget-footer-actions,.quick-budget-checkout-grid{grid-template-columns:1fr}}@media (width<=380px){.admin-header-container{gap:.55rem .7rem!important}.admin-header-logo,.admin-header-logo-placeholder{flex-basis:48px;width:48px;height:48px}.admin-header-title{font-size:1.28rem}.admin-header-catalog{padding-left:calc(48px + .7rem)}.catalog-store-header-inner{gap:.6rem}.catalog-store-logo{width:48px;height:48px}.catalog-store-title{font-size:1.28rem}.catalog-store-action{padding-inline:.5rem!important}.catalog-filter-bar{grid-template-columns:1fr}.store-costs-grid-header,.store-cost-row{grid-template-columns:minmax(0,1fr) minmax(76px,.55fr) 24px;gap:.3rem}.store-cost-row .form-input{padding-inline:.45rem!important;font-size:12px!important}.store-cost-remove-btn{min-width:24px}}@media (width<=520px){.store-costs-grid-header{display:none}.store-cost-row{border:1px solid var(--border);border-radius:var(--radius-sm);background-color:var(--bg-card);grid-template-columns:1fr auto;gap:.55rem;padding:.65rem}.store-cost-row input:first-child{grid-column:1/-1}.store-cost-row .form-input{min-height:40px;padding:.55rem .65rem!important;font-size:13px!important}.default-tier-header{display:none}.default-tier-row{border:1px solid var(--border);border-radius:var(--radius-sm);background-color:var(--bg-card);grid-template-columns:1fr;align-items:stretch;gap:.7rem;padding:.75rem}.default-tier-mobile-label{color:var(--text-muted);font-size:12px;font-weight:700;display:block}.default-tier-row .form-input{min-height:40px;font-size:13px!important}.default-tier-remove-cell{justify-content:flex-end}}.variation-form-grid{border:1px solid var(--border);border-radius:var(--radius-sm);background-color:var(--bg-card);grid-template-columns:2fr 1fr 1fr 1.5fr auto;align-items:end;gap:.75rem;margin-bottom:1.25rem;padding:1rem;display:grid}@media (width<=768px){.variation-form-grid{grid-template-columns:1fr 1fr;gap:.75rem}.variation-form-grid>.form-group:first-child,.variation-form-grid>.form-group:nth-child(4){grid-column:span 2}.variation-form-grid>button{grid-column:span 2;width:100%;margin-top:.25rem}}.product-form-grid-2-1{grid-template-columns:2fr 1fr;gap:1rem;display:grid}.product-type-section{border-radius:var(--radius-md);background-color:var(--bg-app);border:1px solid var(--border);flex-direction:column;gap:1rem;padding:1.25rem;display:flex}.product-type-options{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;display:grid}.product-type-option{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--bg-card);min-height:86px;color:var(--text-main);text-align:left;cursor:pointer;transition:var(--transition-smooth);grid-template-columns:28px minmax(0,1fr);align-items:center;gap:.75rem;padding:.9rem 1rem;display:grid}.product-type-option:hover,.product-type-option:focus-visible{border-color:color-mix(in srgb, var(--primary) 45%, var(--border));box-shadow:0 8px 20px color-mix(in srgb, var(--primary) 10%, transparent);outline:none}.product-type-option.is-active{border-color:var(--primary);background:color-mix(in srgb, var(--primary) 9%, var(--bg-card));color:var(--primary)}.product-type-option span{flex-direction:column;gap:.2rem;min-width:0;display:flex}.product-type-option strong{overflow-wrap:anywhere;font-size:14px}.product-type-option small{color:var(--text-muted);overflow-wrap:anywhere;font-size:12px}.product-option-chip{cursor:text;justify-content:flex-start;gap:.3rem;padding:.4rem .55rem .4rem .8rem;font-weight:700}.product-option-name-input{width:auto;min-width:7ch;max-width:min(32ch,52vw);color:inherit;font:inherit;font-weight:inherit;field-sizing:content;cursor:text;background:0 0;border:0;outline:none;margin:0;padding:0;line-height:1.2}.product-option-name-input::placeholder{color:inherit;opacity:.9}.product-option-name-input:focus{text-underline-offset:3px;text-decoration:underline}.product-option-chip:hover svg[role=img],.product-option-chip:focus-within svg[role=img]{opacity:1!important}.product-option-action{width:18px;height:18px;color:inherit;cursor:pointer;opacity:.78;background:0 0;border:0;border-radius:5px;flex:0 0 18px;justify-content:center;align-items:center;padding:0;display:inline-flex}.product-option-action:hover,.product-option-action:focus-visible{background:color-mix(in srgb, currentColor 12%, transparent);opacity:1;outline:none}.product-option-action-danger{color:var(--danger)}.product-option-chip.is-active .product-option-action-danger{color:inherit}.product-options-header-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:.55rem;display:inline-flex}.simple-product-cost-panel{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--bg-app);padding:1rem}.simple-product-cost-grid{grid-template-columns:minmax(220px,520px);align-items:end;gap:1rem;display:grid}.cost-set-panel{border-radius:var(--radius-md);background:0 0;min-width:0}@media (width<=600px){.product-form-card{gap:1rem!important}.product-form-card>div:first-child{padding-bottom:.6rem!important}.product-form-card h3{line-height:1.25;font-size:1.25rem!important}.product-form-section{padding:.95rem!important}.cost-set-panel{gap:1rem!important;padding:0!important}.cost-summary-grid{grid-template-columns:1fr!important}.cost-summary-grid>div{padding:.85rem!important}.product-form-actions{flex-direction:column-reverse;gap:.65rem!important}.product-form-action-group{flex-direction:column-reverse;gap:.65rem;width:100%}.product-form-actions .btn{width:100%}.product-type-options,.simple-product-cost-grid,.product-form-grid-2-1{grid-template-columns:1fr}}.cost-grid-row{grid-template-columns:minmax(240px,2.1fr) minmax(132px,.82fr) minmax(86px,.48fr) minmax(140px,.82fr) 32px;align-items:center;gap:.55rem;display:grid}.cost-grid-row-header{color:var(--text-light);border-bottom:1px solid var(--border);grid-template-columns:minmax(240px,2.1fr) minmax(132px,.82fr) minmax(86px,.48fr) minmax(140px,.82fr) 32px;gap:.55rem;padding:0 .25rem .4rem;font-size:11px;font-weight:700;display:grid}.cost-grid-cell{min-width:0}.cost-grid-cell:before{display:none}.cost-grid-input-affix{align-items:center;gap:.25rem;min-width:0;display:flex}.cost-grid-currency-prefix{color:var(--text-light);flex:none;font-size:12px;font-weight:700}.cost-grid-input{border-radius:var(--radius-sm);min-height:36px;padding:.45rem .55rem!important;font-size:13px!important}.cost-grid-money-input,.cost-grid-quantity-input{text-align:center}.cost-grid-money-input{text-align:left}.cost-grid-cell-calculated{justify-content:center;min-width:0;display:flex}.cost-calculated-pill{border:1px solid color-mix(in srgb, var(--primary) 24%, var(--border));border-radius:var(--radius-sm);background-color:color-mix(in srgb, var(--primary) 7%, var(--bg-card));width:100%;min-height:36px;color:var(--primary);text-align:center;overflow-wrap:anywhere;justify-content:center;align-items:center;padding:.45rem .55rem;font-size:13px;font-weight:800;display:flex}.cost-grid-row-delete-btn{border-radius:var(--radius-sm);width:32px;height:32px;color:var(--danger);cursor:pointer;transition:var(--transition-smooth);background:0 0;border:none;justify-content:center;align-items:center;padding:0;display:inline-flex}.cost-grid-row-delete-btn:hover{background-color:color-mix(in srgb, var(--danger) 9%, transparent)}.cost-grid-add-button{align-self:flex-start;width:fit-content;font-weight:700}.cost-overview-layout{border-top:1px solid var(--border);grid-template-columns:minmax(300px,.85fr) minmax(360px,1.15fr);align-items:stretch;gap:1.1rem;padding-top:1rem;display:grid}.cost-overview-layout-single{grid-template-columns:1fr}.cost-overview-layout-single .cost-composition-grid{grid-template-columns:minmax(0,1fr) 30px minmax(0,1fr) 30px minmax(0,1fr) 30px minmax(0,1.1fr);align-items:center;gap:.55rem}.cost-overview-layout-single .cost-summary-card,.cost-overview-layout-single .cost-summary-operator{min-height:84px}.cost-composition-grid{grid-template-columns:1fr;align-content:start;gap:.65rem;display:grid}.cost-summary-card{border-radius:var(--radius-sm);background-color:var(--bg-app);border:1px solid #0000;flex-direction:column;justify-content:center;min-height:78px;padding:.95rem 1.1rem;display:flex}.cost-summary-card span{color:var(--text-light);margin-bottom:.25rem;font-size:12px;line-height:1.2;display:block}.cost-summary-card strong{color:var(--text-main);letter-spacing:0;overflow-wrap:anywhere;font-size:1.45rem;font-weight:900;line-height:1.1;display:block}.cost-summary-final{border-color:color-mix(in srgb, var(--primary) 18%, var(--border));background-color:color-mix(in srgb, var(--primary) 8%, var(--bg-card))}.cost-summary-final strong{color:var(--primary);font-size:1.75rem}.cost-summary-operator{min-height:26px;color:var(--text-muted);justify-content:center;align-items:center;font-size:1.6rem;font-weight:800;line-height:1;display:flex}.product-album-section{border:1px solid var(--border);border-radius:var(--radius-md);background-color:var(--bg-app);flex-direction:column;gap:1rem;padding:1.25rem;display:flex}.product-album-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.product-album-header h4{color:var(--text-main);margin:0;font-size:1.1rem;font-weight:700}.product-album-actions{flex-wrap:wrap;align-items:center;gap:.65rem;display:flex}.product-album-count{color:var(--text-light);font-size:11px;font-weight:800}.product-album-grid{grid-template-columns:repeat(auto-fill,minmax(126px,1fr));gap:.75rem;display:grid}.product-album-grid.is-empty{grid-template-columns:1fr}.product-album-empty{border:1px dashed var(--border);border-radius:var(--radius-sm);background-color:var(--bg-card);min-height:132px;color:var(--text-muted);cursor:pointer;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;font-size:12px;font-weight:700;transition:border-color .15s,color .15s,box-shadow .15s;display:flex}.product-album-empty:hover,.product-album-empty:focus-visible{border-color:color-mix(in srgb, var(--primary) 45%, var(--border));color:var(--primary);box-shadow:0 10px 24px color-mix(in srgb, var(--text-main) 8%, transparent);outline:none}.product-album-item{aspect-ratio:1;border:1px solid var(--border);border-radius:var(--radius-sm);background-color:#fff;position:relative;overflow:hidden}.product-album-item img{object-fit:contain;width:100%;height:100%;display:block}.product-album-item-actions{inset-inline:.35rem;border-radius:var(--radius-sm);background-color:#ffffffeb;justify-content:center;align-items:center;gap:.3rem;padding:.25rem;display:flex;position:absolute;bottom:.35rem;box-shadow:0 8px 18px #0000001f}.product-album-item-actions button{border:1px solid var(--border);border-radius:var(--radius-sm);background-color:var(--bg-card);width:28px;height:28px;color:var(--text-muted);cursor:pointer;justify-content:center;align-items:center;padding:0;display:inline-flex}.product-album-item-actions button:hover:not(:disabled),.product-album-item-actions button:focus-visible:not(:disabled){border-color:color-mix(in srgb, var(--primary) 45%, var(--border));color:var(--primary);outline:none}.product-album-item-actions button:disabled{opacity:.4;cursor:not-allowed}.product-album-item-actions .product-album-remove{color:var(--danger)}.set-image-panel{border:1px solid var(--border);border-radius:var(--radius-md);background-color:var(--bg-app);flex-direction:column;gap:1rem;min-width:0;height:100%;padding:1.1rem;display:flex;position:relative}.set-image-header{align-items:center;gap:.45rem;padding-right:2rem;display:flex;position:relative}.set-image-header h5{color:var(--text-main);margin:0;font-size:.95rem;font-weight:800;line-height:1.25}.set-image-help{z-index:15;border:1px solid var(--border);border-radius:var(--radius-sm);background-color:var(--bg-card);max-width:320px;box-shadow:var(--shadow-lg);color:var(--text-muted);padding:.6rem .75rem;font-size:12px;line-height:1.4;position:absolute;top:calc(100% + .45rem);left:0}.set-image-remove-button{width:32px;height:32px;color:var(--danger);cursor:pointer;background-color:#0000;border:0;border-radius:999px;justify-content:center;align-items:center;padding:0;display:inline-flex;position:absolute;top:-.2rem;right:-.2rem}.set-image-remove-button:hover,.set-image-remove-button:focus-visible{background-color:color-mix(in srgb, var(--danger) 10%, transparent);outline:none}.set-image-content{flex-direction:column;flex:1;justify-content:center;align-items:center;gap:.85rem;min-width:0;display:flex}.set-image-preview{aspect-ratio:1;border:1px solid var(--border);border-radius:var(--radius-sm);width:min(100%,210px);color:var(--text-main);cursor:default;background-color:#fff;flex-shrink:0;justify-content:center;align-items:center;transition:border-color .15s,box-shadow .15s,transform .15s;display:flex;overflow:hidden}label.set-image-preview{cursor:pointer}label.set-image-preview:hover,label.set-image-preview:focus-visible{border-color:color-mix(in srgb, var(--primary) 45%, var(--border));box-shadow:0 10px 24px color-mix(in srgb, var(--text-main) 8%, transparent);outline:none;transform:translateY(-1px)}.set-image-preview img{object-fit:contain;width:100%;height:100%}.set-image-copy{text-align:center;flex-direction:column;align-items:center;gap:.45rem;min-width:0;display:flex}.set-image-copy span{color:var(--text-muted);overflow-wrap:anywhere;font-size:12px;line-height:1.3}.set-image-button{white-space:normal;width:fit-content;max-width:100%;line-height:1.2}.supply-inline-save-panel{border:1px dashed var(--border);border-radius:var(--radius-sm);background-color:color-mix(in srgb, var(--primary) 7%, var(--bg-card));justify-content:space-between;align-items:center;gap:.75rem;margin-top:.2rem;padding:.65rem 2.1rem .65rem .75rem;font-size:12px;display:flex;position:relative}.supply-inline-save-copy{flex-direction:column;gap:.18rem;min-width:0;display:flex}.supply-inline-save-copy strong{color:var(--text-main);overflow-wrap:anywhere}.supply-inline-save-copy span{color:var(--text-muted);line-height:1.35}.supply-inline-save-copy .field-error-message{color:var(--danger);font-weight:600}.supply-inline-dismiss{width:18px;height:18px;color:var(--danger);cursor:pointer;transition:var(--transition-smooth);background:0 0;border:0;border-radius:50%;justify-content:center;align-items:center;padding:0;display:inline-flex;position:absolute;top:.45rem;right:.45rem}.supply-inline-dismiss:hover,.supply-inline-dismiss:focus-visible{background:color-mix(in srgb, var(--danger) 12%, transparent);outline:none}@media (width<=760px){.cost-overview-layout,.cost-overview-layout-single .cost-composition-grid{grid-template-columns:1fr}.cost-overview-layout-single .cost-summary-operator{min-height:24px}.cost-summary-card{text-align:center}.set-image-preview{width:min(100%,220px)}}@media (width<=600px){.cost-grid-row-header{display:none!important}.cost-grid-row{border:1px solid var(--border);border-radius:var(--radius-sm);background-color:var(--bg-card);grid-template-columns:1fr;gap:.7rem;padding:.8rem 2.45rem .8rem .8rem;position:relative}.cost-grid-cell{flex-direction:column;align-items:stretch;gap:.28rem;width:100%;display:flex}.cost-grid-cell:before{content:attr(data-label);color:var(--text-light);font-size:11px;font-weight:800;line-height:1.2;display:block}.cost-grid-input-affix{width:100%}.cost-grid-input{min-height:44px;padding:.62rem .7rem!important;font-size:.95rem!important}.cost-grid-cell-calculated{justify-content:stretch}.cost-calculated-pill{text-align:center;justify-content:center;min-height:44px;font-size:.95rem}.cost-grid-row-delete-btn{position:absolute;top:.55rem;right:.5rem}.cost-grid-add-button{justify-content:center;width:100%}.cost-overview-layout{grid-template-columns:1fr;gap:.9rem}.cost-summary-card{text-align:center;min-height:76px}.cost-summary-card strong{font-size:1.35rem}.cost-summary-final strong{font-size:1.55rem}.set-image-panel{padding:.95rem}.set-image-content{align-items:center}.set-image-preview{width:min(100%,220px)}.set-image-button{justify-content:center;width:100%}.supply-inline-save-panel{flex-direction:column;align-items:stretch}}.pricing-panel{border:0;border-top:1px solid var(--border);background:0 0;border-radius:0;flex-direction:column;gap:1rem;min-width:0;padding:1rem 0 0;display:flex}.pricing-panel-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;display:flex}.pricing-panel-copy{min-width:0}.pricing-panel-copy h5{color:var(--text-main);margin:0;font-size:.98rem;font-weight:800;line-height:1.25}.pricing-panel-copy p{color:var(--text-muted);margin:.22rem 0 0;font-size:12px;line-height:1.4}.pricing-panel-copy .pricing-panel-hint{color:var(--text-light);margin-top:.18rem;font-size:11px}.pricing-panel-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:.4rem;display:flex}.pricing-tier-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem;min-width:0;display:grid}.pricing-tier-card{border-radius:var(--radius-sm);background-color:color-mix(in srgb, var(--primary) 3%, var(--bg-card));border:0;min-width:0;padding:.95rem;position:relative}.pricing-tier-card-grid{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:.7rem .9rem;display:grid}.pricing-tier-cell,.pricing-tier-edit-cell{text-align:center;flex-direction:column;align-items:center;gap:.35rem;min-width:0;display:flex}.pricing-tier-label{color:var(--text-muted);font-size:12.5px;font-weight:700;line-height:1.25}.pricing-tier-field-inline{justify-content:center;align-items:center;gap:.3rem;width:100%;min-width:0;display:flex}.pricing-tier-field-inline .form-input{width:100%;min-width:0}.pricing-tier-percent-field,.pricing-tier-money-field{max-width:128px;position:relative}.pricing-tier-percent-field .pricing-tier-input,.pricing-tier-money-field .pricing-tier-input{max-width:none}.pricing-tier-value{border-radius:var(--radius-sm);background-color:color-mix(in srgb, var(--primary) 7%, transparent);width:100%;min-width:0;max-width:128px;min-height:34px;color:var(--text-main);overflow-wrap:anywhere;border:0;justify-content:center;align-items:center;padding:.32rem .42rem;font-size:12.5px;font-weight:700;line-height:1.25;display:inline-flex}.pricing-tier-profit-positive{color:var(--primary)}.pricing-tier-profit-negative{color:#e05c5c}.pricing-tier-input{min-height:34px;border-radius:var(--radius-sm)!important;padding:.32rem .42rem!important;font-size:12.5px!important}.pricing-tier-qty-input{text-align:center;max-width:124px}.pricing-tier-percent-input{text-align:center;max-width:112px;padding-right:1.45rem!important}.pricing-tier-money-input{text-align:center;max-width:112px;font-weight:800;color:var(--primary)!important;padding-left:1.55rem!important}.pricing-tier-suffix,.pricing-tier-currency{color:var(--text-muted);pointer-events:none;flex:none;font-size:12px}.pricing-tier-suffix{position:absolute;right:.55rem}.pricing-tier-currency{font-weight:700;position:absolute;left:.55rem}.pricing-tier-remove-cell{justify-content:center;min-width:0;display:flex;position:absolute;top:.35rem;right:.35rem}.pricing-tier-remove-button{border-radius:var(--radius-sm);width:28px;height:28px;color:var(--danger);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:0;display:inline-flex}.pricing-tier-remove-button:hover{background-color:#ef444414}@media (width>=701px){.pricing-tier-list{grid-template-columns:1fr;gap:.75rem}.pricing-tier-card{padding:.9rem 3rem .9rem 1rem}.pricing-tier-card-grid{grid-template-columns:minmax(88px,.62fr) minmax(128px,.9fr) minmax(150px,1fr) minmax(150px,1fr);gap:.7rem clamp(.75rem,1.6vw,1.2rem)}.pricing-tier-cell,.pricing-tier-edit-cell{text-align:center;align-items:stretch}.pricing-tier-label{font-size:13px}.pricing-tier-field-inline{width:100%}.pricing-tier-percent-field,.pricing-tier-money-field,.pricing-tier-field-inline .form-input,.pricing-tier-qty-input,.pricing-tier-percent-input,.pricing-tier-money-input{max-width:none}.pricing-tier-input{min-height:42px;font-size:.98rem!important}.pricing-tier-value{white-space:nowrap;overflow-wrap:normal;max-width:none;min-height:42px;font-size:.98rem}.pricing-tier-suffix,.pricing-tier-currency{font-size:13px}}@media (width<=700px){.pricing-panel{gap:1rem;padding:1rem 0 0}.pricing-panel-copy h5{font-size:1rem}.pricing-panel-copy p{font-size:12.5px}.pricing-panel-copy .pricing-panel-hint{font-size:11.5px}.pricing-panel-actions{justify-content:flex-end;align-items:stretch;width:100%}.pricing-panel-actions .btn{flex:150px;min-height:40px}.pricing-tier-list{grid-template-columns:1fr}.pricing-tier-card{padding:1.35rem .85rem .9rem}.pricing-tier-card-grid{gap:.7rem .65rem}.pricing-tier-label{font-size:12.5px}.pricing-tier-value{font-size:13px}.pricing-tier-field-inline{gap:.35rem}.pricing-tier-input{min-height:40px;padding:.52rem .55rem!important;font-size:13px!important}.pricing-tier-percent-input,.pricing-tier-money-input,.pricing-tier-qty-input{max-width:118px}.pricing-tier-remove-button{background-color:#ef44440a;border:1px solid #ef44442e;width:32px;height:32px}}@media (width<=420px){.pricing-panel{margin-inline:0;padding:1rem 0 0}.pricing-panel-actions .btn{flex-basis:100%}.pricing-tier-card{padding:1.45rem .75rem .85rem}.pricing-tier-card-grid{column-gap:.5rem}.pricing-tier-input,.pricing-tier-value{max-width:118px}}.variation-list-item{border-radius:var(--radius-sm);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:.6rem 1rem;display:flex}.variation-inputs-row{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}@media (width<=600px){.variation-list-item{flex-direction:column;align-items:stretch;gap:.75rem;padding:1rem!important}.variation-inputs-row{border-top:1px dashed var(--border);justify-content:space-between;width:100%;padding-top:.75rem}}.catalog-detail-image-container{border-radius:var(--radius-md);border:1px solid var(--border);cursor:zoom-in;background-color:#fff;flex-shrink:0;width:100%;height:380px;position:relative;overflow:hidden}.catalog-detail-thumbnails{scrollbar-width:thin;align-items:center;gap:.45rem;min-height:66px;padding:.25rem 0 .35rem;display:flex;overflow:auto hidden}.catalog-detail-thumbnail{border-radius:var(--radius-sm);cursor:pointer;width:58px;height:58px;box-shadow:inset 0 0 0 1px var(--border);background-color:#fff;border:2px solid #0000;flex:0 0 58px;justify-content:center;align-items:center;padding:0;display:inline-flex;overflow:hidden}.catalog-detail-thumbnail.is-active{border-color:var(--primary);box-shadow:0 8px 18px color-mix(in srgb, var(--primary) 18%, transparent)}.catalog-detail-thumbnail img{object-fit:contain;width:100%;height:100%;display:block}@media (width<=600px){.catalog-detail-image-container{height:260px!important;min-height:260px!important}.catalog-detail-thumbnails{min-height:60px}.catalog-detail-thumbnail{flex-basis:52px;width:52px;height:52px}}.responsive-grid-2{grid-template-columns:1fr 1fr;gap:1rem;display:grid}@media (width<=600px){.responsive-grid-2{grid-template-columns:1fr;gap:.75rem}}.responsive-grid-3{grid-template-columns:1fr 1fr 1fr;gap:1rem;display:grid}@media (width<=600px){.responsive-grid-3{grid-template-columns:1fr;gap:.75rem}}.responsive-grid-3-1{grid-template-columns:3fr 1fr;gap:1rem;display:grid}@media (width<=600px){.responsive-grid-3-1{grid-template-columns:1fr;gap:.75rem}}.admin-header{padding:1rem 2rem}@media (width<=768px){.admin-header{padding:.85rem 0!important}}@media (width>=769px){.mobile-only{display:none!important}}@media (width<=768px){.desktop-only{display:none!important}.mobile-only{display:flex!important}}.print-invoice-container{color:#111;border-radius:var(--radius-md);box-shadow:var(--shadow-md);box-sizing:border-box;background-color:#fff;border:1px solid #e2e8f0;width:100%;max-width:850px;margin:0 auto;padding:3rem;font-family:Inter,system-ui,sans-serif;line-height:1.5}.invoice-header-row{border-bottom:2px solid #e2e8f0;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:2rem;padding-bottom:1.5rem;display:flex}.invoice-header-right{text-align:right}.invoice-contacts-grid{grid-template-columns:1fr 1fr;gap:2rem;margin-bottom:2.5rem;display:grid}.invoice-table-wrapper{-webkit-overflow-scrolling:touch;border-radius:var(--radius-sm);width:100%;margin-bottom:2.5rem;overflow-x:auto}.invoice-table-wrapper table{min-width:600px}.invoice-totals-grid{grid-template-columns:1.2fr 1fr;align-items:flex-start;gap:2rem;display:grid}.invoice-signatures-row{border-top:1px dashed #cbd5e1;justify-content:space-between;align-items:center;gap:2rem;margin-top:4rem;padding-top:2rem;display:flex}.invoice-signature-box{text-align:center;width:220px}@media (width<=768px){.print-invoice-container{padding:1.5rem 1rem}.invoice-header-row{flex-direction:column;align-items:stretch;gap:1.5rem}.invoice-header-right{text-align:left!important}.invoice-contacts-grid{grid-template-columns:1fr;gap:1rem}.invoice-totals-grid{grid-template-columns:1fr;gap:1.5rem}.invoice-signatures-row{flex-direction:column;align-items:center;gap:3rem}.invoice-signature-box{width:100%;max-width:280px}}.invoice-actions-bar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:1rem;display:flex}.invoice-actions-group{flex-wrap:wrap;gap:.5rem;display:flex}.invoice-status-group{align-items:center;gap:.5rem;display:flex}@media (width<=768px){.invoice-actions-bar{flex-direction:column;align-items:stretch;gap:1rem}.invoice-actions-group{justify-content:stretch;width:100%}.invoice-actions-group button,.invoice-actions-group a{flex:auto;padding:.6rem .8rem;font-size:.85rem}.invoice-status-group{border-top:1px solid var(--border);justify-content:space-between;width:100%;padding-top:.75rem}.invoice-status-group select{flex:1;max-width:200px}}.admin-header-container{grid-template-columns:auto auto 1fr;align-items:center;gap:1.5rem;width:100%;max-width:1200px;margin:0 auto;display:grid}.admin-header-brand{align-items:center;gap:1rem;min-width:0;display:flex}.admin-header-logo{border:1px solid var(--border);background-color:#fff;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;display:flex;overflow:hidden}.admin-header-logo img{object-fit:contain;background-color:#fff;width:100%;height:100%}.admin-header-logo-placeholder{background-color:var(--primary);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-weight:700;display:flex}.admin-header-brand-text{flex-direction:column;min-width:0;display:flex}.admin-header-title{overflow-wrap:anywhere;margin:0;font-size:1.25rem;font-weight:800;line-height:1.2}.admin-header-subtitle{color:var(--text-muted);font-size:11px}.admin-header-catalog{align-items:center;display:flex}.admin-header-catalog-link{color:var(--primary);cursor:pointer;background:0 0;border:0;align-items:center;gap:.25rem;padding:0;font-family:inherit;font-size:11px;font-weight:700;text-decoration:underline;display:inline-flex}.admin-header-user{justify-content:flex-end;align-items:center;gap:.65rem;display:flex}.admin-header-user-text{text-align:right;flex-direction:column;display:flex}.admin-header-user-welcome{color:var(--text-main);font-size:13px;font-weight:600}.admin-header-user-role{color:var(--text-light);text-transform:uppercase;margin-top:1px;font-size:10px;font-weight:700}.admin-account-trigger{border:1px solid var(--border);width:34px;height:34px;color:var(--text-main);cursor:pointer;box-shadow:var(--shadow-sm);background:#fff;border-radius:50%;justify-content:center;align-items:center;transition:all .2s;display:inline-flex}.admin-account-trigger:hover{color:var(--primary);border-color:var(--primary);transform:translateY(-1px)}.admin-stores-trigger{border:1px solid color-mix(in srgb, var(--primary) 28%, var(--border));border-radius:var(--radius-full);background:color-mix(in srgb, var(--primary) 8%, #fff);min-height:34px;color:var(--primary);cursor:pointer;transition:var(--transition-smooth);justify-content:center;align-items:center;padding:.35rem .7rem;font-family:inherit;font-size:12px;font-weight:800;display:inline-flex}.admin-stores-trigger:hover,.admin-stores-trigger:focus-visible{border-color:var(--primary);background:color-mix(in srgb, var(--primary) 14%, #fff);outline:none;transform:translateY(-1px)}.system-support-banner{border:1px solid color-mix(in srgb, var(--primary) 30%, var(--border));border-radius:var(--radius-md);background:color-mix(in srgb, var(--primary) 7%, #fff);width:min(100% - 3rem,1180px);color:var(--text-main);box-shadow:var(--shadow-sm);justify-content:space-between;align-items:center;gap:1rem;margin:1rem auto 0;padding:.9rem 1rem;display:flex}.system-support-banner div{flex-direction:column;gap:.18rem;min-width:0;display:flex}.system-support-banner strong{overflow-wrap:anywhere;font-size:.95rem;font-weight:900}.system-support-banner span{color:var(--text-muted);font-size:.82rem;line-height:1.45}.system-stores-page{flex-direction:column;gap:1rem;display:flex;position:relative}.system-stores-hero{border:1px solid var(--border);border-radius:var(--radius-md);background:linear-gradient(135deg, #fff 0%, color-mix(in srgb, var(--primary) 7%, #fff) 100%);justify-content:space-between;align-items:flex-start;gap:1rem;padding:1.25rem;display:flex}.system-stores-hero span{color:var(--primary);text-transform:uppercase;letter-spacing:.04em;font-size:.72rem;font-weight:900}.system-stores-hero h2{color:var(--text-main);margin:.35rem 0 .3rem;font-size:clamp(1.45rem,3vw,2rem);font-weight:900;line-height:1.1}.system-stores-hero p{max-width:700px;color:var(--text-muted);margin:0;font-size:.92rem;line-height:1.55}.system-stores-summary{grid-template-columns:repeat(4,minmax(0,1fr));gap:.75rem;display:grid}.system-stores-summary>div{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--bg-card);flex-direction:column;justify-content:space-between;gap:.3rem;min-height:112px;padding:.95rem;display:flex}.system-stores-summary span{color:var(--text-muted);text-transform:uppercase;font-size:.72rem;font-weight:900}.system-stores-summary strong{color:var(--text-main);font-size:1.75rem;font-weight:900;line-height:1}.system-stores-summary small{color:var(--text-muted);font-size:.76rem;line-height:1.35}.system-stores-filters{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--bg-card);grid-template-columns:minmax(0,1fr) minmax(180px,240px);gap:.85rem;padding:1rem;display:grid}.system-stores-filters label,.system-stores-filters label>span{display:block}.system-stores-filters label>span{color:var(--text-muted);text-transform:uppercase;margin-bottom:.35rem;font-size:.72rem;font-weight:900}.system-stores-search div{border:1px solid var(--border);border-radius:var(--radius-sm);background:#fff;align-items:center;gap:.65rem;min-height:44px;padding:0 .85rem;display:flex}.system-stores-search svg{color:var(--text-muted)}.system-stores-search input,.system-stores-status-filter select{width:100%;min-width:0;color:var(--text-main);font:inherit;background:0 0;border:0;outline:none;font-size:.9rem}.system-stores-status-filter select{border:1px solid var(--border);border-radius:var(--radius-sm);background:#fff;min-height:44px;padding:0 .85rem}.system-stores-list-panel{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--bg-card);box-shadow:var(--shadow-sm);overflow:hidden}.system-stores-list-head{border-bottom:1px solid var(--border);background:#fff;justify-content:space-between;align-items:center;gap:.75rem;padding:.95rem 1rem;display:flex}.system-stores-list-head strong,.system-stores-list-head span{display:block}.system-stores-list-head strong{color:var(--text-main);font-size:.98rem;font-weight:900}.system-stores-list-head span{color:var(--text-muted);margin-top:.18rem;font-size:.78rem;font-weight:700}.system-stores-table-wrap{border:1px solid var(--border);border-radius:var(--radius-sm);overflow:auto}.system-stores-table{border-collapse:collapse;width:100%;min-width:940px;font-size:13px}.system-stores-table th,.system-stores-table td{border-bottom:1px solid var(--border);text-align:left;vertical-align:middle;padding:.75rem}.system-stores-table th{background:var(--bg-app);color:var(--text-muted);text-transform:uppercase;font-size:11px;font-weight:900}.system-stores-table tbody tr:last-child td{border-bottom:0}.system-stores-table tbody tr.system-store-row-current td{background:color-mix(in srgb, var(--primary) 5%, #fff)}.system-stores-table tbody tr.system-store-row-admin td{background:#f1f7f6}.system-stores-table tbody tr.system-store-row-demo td{background:#fff7f1}.system-stores-table tbody tr.system-store-row-current.system-store-row-demo td{background:linear-gradient(90deg, color-mix(in srgb, var(--primary) 7%, #fff), #fff5ef)}.system-stores-table tbody tr.system-store-row-after-priority td{border-top:12px solid var(--bg-app)}.system-stores-name{flex-direction:column;gap:.15rem;min-width:0;display:flex}.system-stores-name strong{color:var(--text-main);overflow-wrap:anywhere;font-size:13px}.system-stores-name span{color:var(--text-muted);overflow-wrap:anywhere;font-size:11px}.system-store-row-badges{flex-flow:wrap;gap:.32rem;margin-top:.18rem;display:flex!important}.system-store-row-badge{border-radius:var(--radius-full);text-transform:uppercase;align-items:center;width:fit-content;min-height:21px;padding:.16rem .45rem;font-size:10px;font-style:normal;font-weight:900;display:inline-flex}.system-store-row-badge-current{background:color-mix(in srgb, var(--primary) 13%, #fff);color:var(--primary)}.system-store-row-badge-admin{color:#0f766e;background:#0f766e1f}.system-store-row-badge-demo{color:#c2410c;background:#f973161f}.system-store-status{border-radius:var(--radius-full);color:#374151;background:#e5e7eb;justify-content:center;align-items:center;min-height:24px;padding:.2rem .55rem;font-size:11px;font-weight:900;display:inline-flex}.system-store-status-active{color:#166534;background:#dcfce7}.system-store-status-trialing{color:#1d4ed8;background:#dbeafe}.system-store-status-past_due{color:#92400e;background:#fef3c7}.system-store-status-unpaid,.system-store-status-canceled{color:#b91c1c;background:#fee2e2}.system-store-plan-status{flex-direction:column;align-items:flex-start;gap:.32rem;display:flex}.system-store-plan-status small{color:var(--text-muted);text-transform:uppercase;font-size:.72rem;font-weight:800}.system-store-actions-cell{min-width:190px;text-align:left!important}.system-store-action-group{flex-wrap:wrap;align-items:center;gap:.42rem;display:flex}.system-store-access-btn,.system-store-catalog-btn,.system-store-screenshots-btn,.system-store-admin-btn{border:1px solid color-mix(in srgb, var(--primary) 28%, var(--border));border-radius:var(--radius-sm);background:color-mix(in srgb, var(--primary) 8%, #fff);min-height:32px;color:var(--primary);cursor:pointer;justify-content:center;align-items:center;gap:.35rem;padding:.42rem .62rem;font-family:inherit;font-size:.76rem;font-weight:900;text-decoration:none;transition:transform .15s,border-color .15s,background-color .15s;display:inline-flex}.system-store-catalog-btn{width:32px;color:var(--text-main);background:#fff;padding:0}.system-store-screenshots-btn{color:#c2410c;background:#f9731614;border-color:#f9731647}.system-store-admin-btn{color:#0f766e;background:#0f766e14;border-color:#0f766e42}.system-store-access-btn:hover:not(:disabled),.system-store-access-btn:focus-visible:not(:disabled),.system-store-screenshots-btn:hover:not(:disabled),.system-store-screenshots-btn:focus-visible:not(:disabled),.system-store-admin-btn:hover:not(:disabled),.system-store-admin-btn:focus-visible:not(:disabled),.system-store-catalog-btn:hover,.system-store-catalog-btn:focus-visible{border-color:var(--primary);background:color-mix(in srgb, var(--primary) 14%, #fff);outline:none;transform:translateY(-1px)}.system-store-screenshots-btn:hover:not(:disabled),.system-store-screenshots-btn:focus-visible:not(:disabled){background:#f9731624;border-color:#f97316}.system-store-admin-btn:hover:not(:disabled),.system-store-admin-btn:focus-visible:not(:disabled){background:#0f766e24;border-color:#0f766e}.system-store-access-btn:disabled,.system-store-screenshots-btn:disabled,.system-store-admin-btn:disabled{opacity:.5;cursor:not-allowed;transform:none}.system-store-delete-btn{border:1px solid color-mix(in srgb, var(--danger) 28%, var(--border));border-radius:var(--radius-sm);background:color-mix(in srgb, var(--danger) 7%, #fff);width:32px;height:32px;color:var(--danger);cursor:pointer;justify-content:center;align-items:center;transition:transform .15s,border-color .15s,background-color .15s;display:inline-flex}.system-store-delete-btn:hover:not(:disabled),.system-store-delete-btn:focus-visible:not(:disabled){border-color:var(--danger);background:color-mix(in srgb, var(--danger) 14%, #fff);outline:none;transform:translateY(-1px)}.system-store-delete-btn:disabled{opacity:.38;cursor:not-allowed;transform:none}.system-store-delete-backdrop{z-index:2;background:#0f172a59;justify-content:center;align-items:center;padding:1rem;display:flex;position:absolute;inset:0}.system-store-delete-dialog{border:1px solid color-mix(in srgb, var(--danger) 28%, var(--border));border-radius:var(--radius-md);background:var(--bg-card);width:min(440px,100%);box-shadow:var(--shadow-lg);flex-direction:column;gap:.9rem;padding:1.1rem;display:flex}.system-store-delete-icon{border-radius:var(--radius-sm);background:color-mix(in srgb, var(--danger) 12%, #fff);width:42px;height:42px;color:var(--danger);justify-content:center;align-items:center;display:inline-flex}.system-store-delete-copy h3,.system-store-delete-copy p{margin:0}.system-store-delete-copy h3{color:var(--text-main);font-size:1.08rem;font-weight:900}.system-store-delete-copy p{color:var(--text-muted);margin-top:.35rem;font-size:.86rem;line-height:1.45}.system-store-delete-error{margin:0;padding:.75rem}.system-store-delete-actions{flex-wrap:wrap;justify-content:flex-end;gap:.65rem;display:flex}.system-stores-empty{border:1px dashed var(--border);border-radius:var(--radius-sm);background:var(--bg-app);min-height:190px;color:var(--text-muted);flex-direction:column;justify-content:center;align-items:center;gap:.65rem;font-weight:800;display:flex}.admin-settings-hub{flex-direction:column;gap:1rem;width:min(100%,920px);margin:0 auto;display:flex}.admin-settings-group{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--bg-card);overflow:hidden}.admin-settings-group-toggle{background:var(--bg-card);width:100%;min-height:58px;color:var(--text-main);cursor:pointer;text-align:left;border:0;justify-content:space-between;align-items:center;gap:1rem;padding:.9rem 1.1rem;font-family:inherit;display:flex}.admin-settings-group-toggle:hover,.admin-settings-group-toggle:focus-visible{background:var(--bg-app);outline:none}.admin-settings-group-title{overflow-wrap:anywhere;align-items:center;gap:.6rem;min-width:0;font-size:1rem;font-weight:800;display:inline-flex}.admin-settings-group-title svg{color:var(--primary);flex:none}.admin-settings-group-chevron{color:var(--text-light);transition:transform .18s;display:inline-flex}.admin-settings-group-chevron[data-open=false]{transform:rotate(180deg)}.admin-settings-group-body{border-top:1px solid var(--border);background:var(--bg-app);flex-direction:column;gap:1.25rem;padding:1.1rem;display:flex}.admin-settings-group-body[hidden]{display:none}.admin-settings-logout-row{justify-content:flex-end;padding:.2rem .35rem 0;display:flex}.admin-settings-logout{color:var(--danger);cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;padding:.45rem 0;font-family:inherit;font-size:.9rem;font-weight:700;display:inline-flex}.admin-settings-logout:hover,.admin-settings-logout:focus-visible{color:#b91c1c;outline:none}.account-panel-inline{width:min(100%,640px)}.admin-store-settings-inline{width:100%}.admin-store-settings-form{flex-direction:column;gap:1.25rem;width:100%;display:flex}.admin-store-settings-inline>.card{width:100%}.admin-settings-backup-panel{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--bg-card);flex-direction:column;gap:1rem;width:100%;padding:1.25rem;display:flex}.admin-settings-backup-panel h3{color:var(--primary);align-items:center;gap:.5rem;margin:0;font-size:1.2rem;font-weight:800;display:flex}.admin-settings-backup-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.9rem;display:grid}.admin-settings-backup-card{border-radius:var(--radius-md);background-color:var(--bg-app);border:1px solid var(--border);flex-direction:column;gap:.65rem;padding:1rem;display:flex}.admin-settings-backup-card h4,.admin-settings-backup-card p{margin:0}.admin-settings-backup-card h4{color:var(--text-main);font-size:.95rem;font-weight:800}.admin-settings-backup-card p{color:var(--text-muted);font-size:.8rem;line-height:1.4}.admin-settings-backup-card .admin-settings-backup-hint{color:var(--text-light);font-size:.75rem}.admin-settings-danger-title{color:var(--danger)!important}.account-panel-backdrop{z-index:300;background:#0f172a61;justify-content:flex-end;display:flex;position:fixed;inset:0}.account-panel{background:#fff;width:min(430px,100%);height:100%;padding:1.5rem;animation:.18s ease-out slideInRight;overflow-y:auto;box-shadow:-18px 0 45px #0f172a2e}.account-panel-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.25rem;padding-bottom:1rem;display:flex}.account-panel-kicker{color:var(--primary);text-transform:uppercase;letter-spacing:.04em;margin-bottom:.25rem;font-size:11px;font-weight:800;display:block}.account-panel-header h2{color:var(--text-main);margin:0;font-size:1.35rem;font-weight:800}.account-panel-close{border:1px solid var(--border);width:34px;height:34px;color:var(--text-muted);cursor:pointer;background:#fff;border-radius:50%;justify-content:center;align-items:center;display:inline-flex}.account-panel-close:hover{color:var(--danger);border-color:var(--danger)}.account-panel-loading,.account-panel-form{flex-direction:column;gap:1rem;display:flex}.account-panel-loading{color:var(--text-muted);padding:2rem 0;font-weight:600}.account-permission-card{border:1px solid var(--border);background:var(--primary-light);border-radius:var(--radius-md);padding:.95rem}.account-permission-card strong,.account-permission-card span{display:block}.account-permission-card strong{color:var(--text-main);font-size:.95rem}.account-permission-card span{color:var(--text-muted);margin-top:.25rem;font-size:.82rem;line-height:1.4}.account-panel-section{border-top:1px solid var(--border);flex-direction:column;gap:1rem;padding-top:1rem;display:flex}.account-panel-section h3{color:var(--text-main);margin:0;font-size:1rem;font-weight:800}.account-password-guidance{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--bg-soft);grid-template-columns:auto 1fr;align-items:flex-start;gap:.8rem;padding:.95rem;display:grid}.account-password-guidance-icon{width:2rem;height:2rem;color:var(--primary);background:var(--primary-light);border-radius:999px;justify-content:center;align-items:center;display:inline-flex}.account-password-guidance strong,.account-password-guidance span{display:block}.account-password-guidance strong{color:var(--text-main);font-size:.92rem}.account-password-guidance span{color:var(--text-muted);margin:.25rem 0 .8rem;font-size:.82rem;line-height:1.45}.account-panel-actions{flex-wrap:wrap;justify-content:flex-end;gap:.65rem;padding-top:.25rem;display:flex}.form-hint{color:var(--text-light);margin-top:.35rem;font-size:.75rem;display:block}@keyframes slideInRight{0%{opacity:0;transform:translate(24px)}to{opacity:1;transform:translate(0)}}@media (width<=768px){.admin-header-container{padding-inline:.85rem;grid-template:"brand user""catalog catalog"/minmax(0,1fr) auto!important;align-items:start!important;gap:.58rem .85rem!important}.admin-header-brand{grid-area:brand;align-items:center;gap:.7rem;min-width:0}.admin-header-logo,.admin-header-logo-placeholder{flex:0 0 54px;width:54px;height:54px}.admin-header-title{font-size:1.42rem;line-height:1.15}.admin-header-subtitle{font-size:.86rem;line-height:1.32}.admin-header-catalog{grid-area:catalog;width:100%;min-width:0;padding-left:calc(54px + .7rem)}.admin-header-catalog-link{text-align:left;min-height:32px;padding:.25rem 0;font-size:12px;line-height:1.2}.admin-header-user{flex-wrap:nowrap;grid-area:user;justify-content:flex-end;align-self:start;align-items:center;gap:.45rem;min-width:max-content}.admin-header-user-text{display:none}.admin-account-trigger{flex:0 0 34px;width:34px;height:34px}.admin-stores-trigger{white-space:nowrap;flex:none;min-height:32px;padding:.3rem .55rem;font-size:11px}.system-support-banner{flex-direction:column;align-items:stretch;width:calc(100% - 1.5rem)}.system-support-banner .btn{width:100%}.system-stores-hero{flex-direction:column;padding:1rem}.system-stores-hero .btn{width:100%}.system-stores-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.system-stores-filters{grid-template-columns:1fr;padding:.85rem}.system-stores-list-head{padding:.85rem}.system-stores-table-wrap{border:0;border-radius:0}.system-stores-table,.system-stores-table thead,.system-stores-table tbody,.system-stores-table tr,.system-stores-table td{width:100%;min-width:0;display:block}.system-stores-table{border-collapse:separate;border-spacing:0;padding:.85rem}.system-stores-table thead{display:none}.system-stores-table tbody{flex-direction:column;gap:.85rem;display:flex}.system-stores-table tr{border:1px solid var(--border);border-radius:var(--radius-sm);background:#fff;overflow:hidden}.system-stores-table tr.system-store-row-after-priority{margin-top:.5rem}.system-stores-table tbody tr.system-store-row-after-priority td{border-top:0}.system-stores-table td{border-bottom:1px solid var(--border);min-height:46px;padding:.72rem .8rem}.system-stores-table td:last-child{border-bottom:0}.system-stores-table td:before{content:attr(data-label);color:var(--text-muted);text-transform:uppercase;margin-bottom:.25rem;font-size:.66rem;font-weight:900;display:block}.system-store-actions-cell{min-width:0}.system-store-action-group{align-items:stretch}.system-store-access-btn,.system-store-screenshots-btn,.system-store-admin-btn{flex:160px}.admin-settings-hub{gap:.85rem}.admin-settings-group-toggle{min-height:54px;padding:.85rem}.admin-settings-group-body{padding:.85rem}.admin-settings-backup-panel{padding:1rem}.admin-settings-backup-grid{grid-template-columns:1fr}.admin-header-user-welcome{font-size:12px}.admin-header-user-role{font-size:9px}.account-panel{padding:1.25rem}.account-panel-actions{flex-direction:column-reverse}.account-panel-actions .btn{width:100%}}@media (width<=700px){.mobile-label-card-rate{display:inline!important}.pricing-tier-card .card-rate-info{justify-content:space-between}}.form-label{line-height:1.35;font-size:.92rem!important;font-weight:600!important}.btn,.btn-sm,.badge{line-height:1.25}.btn-sm{font-size:.86rem!important;font-weight:600!important}small,.form-hint,.field-error-message,.brand-logo-preview-copy small,.pricing-panel-copy p,.pricing-panel-copy .pricing-panel-hint,.system-stores-name span,.system-store-plan-status small,.admin-header-subtitle,.admin-header-catalog-link,.admin-header-user-role{font-size:.78rem;line-height:1.4}.admin-header-title,.system-stores-hero h2,.system-stores-summary strong,.system-stores-list-head strong,.system-store-delete-copy h3,.admin-settings-group-title{font-weight:700}.cost-rate-row>:last-child{white-space:nowrap;font-weight:650}.system-stores-table{font-size:.86rem;line-height:1.4}.system-stores-table th,.system-stores-table td:before,.system-store-row-badge,.system-store-status{letter-spacing:0;font-weight:700}.system-stores-table th{font-size:.72rem}.system-store-row-badge{min-height:23px;font-size:.68rem}.system-store-status{font-size:.76rem}.landing-page{--lp-coral:#25c878;--lp-pink:#05aa3c;--lp-ink:#2c2d31;--lp-heading:#34343a;--lp-muted:#657084;--lp-light-muted:#939baa;--lp-line:#e3ece7;--lp-soft:#f8fbf9;--lp-white:#fff;--lp-green:#05aa3c;--lp-shadow:0 22px 60px #1f1f1f14;--lp-shadow-hot:0 18px 36px #05aa3c2e;--font-sans:"Inter", "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--primary:var(--lp-pink);--primary-hover:var(--lp-ink);--primary-light:#05aa3c14;--primary-glow:#05aa3c2e;--border-focus:var(--lp-pink);--bg-app:var(--lp-soft);--bg-card:var(--lp-white);--bg-card-hover:#fff;--border:var(--lp-line);--text-main:var(--lp-ink);--text-muted:var(--lp-muted);--text-light:var(--lp-light-muted);--shadow-primary:var(--lp-shadow-hot);background:linear-gradient(180deg, #fff 0%, var(--lp-soft) 48%, #fff 100%);min-height:100vh;color:var(--lp-ink);font-family:var(--font-sans)}.landing-page *{overflow-wrap:anywhere}.landing-page a{color:inherit;text-decoration:none}.landing-page button{font-family:inherit}.landing-header{z-index:40;-webkit-backdrop-filter:blur(16px);background:#fffffff0;border-bottom:1px solid #e3ece7eb;grid-template-columns:minmax(260px,330px) minmax(0,1fr) auto;align-items:center;gap:1rem;min-height:78px;padding:.85rem max(1rem,50vw - 580px);display:grid;position:fixed;inset:0 0 auto;box-shadow:0 12px 28px #1f1f1f1a}.landing-brand{align-items:center;min-width:0;display:inline-flex}.landing-brand-logo,.landing-footer-logo{width:min(258px,100%);height:auto;display:block}.landing-footer-logo{filter:brightness(0)invert();width:min(248px,100%)}.landing-brand-mark{align-items:center;gap:.65rem;min-width:0;display:inline-flex}.landing-brand .landing-brand-mark img,.landing-footer-brand .landing-brand-mark img{flex:none;width:46px;height:auto;display:block}.landing-brand-name{color:var(--lp-heading);letter-spacing:0;white-space:nowrap;overflow-wrap:normal;align-items:baseline;gap:.22em;font-family:Playfair Display,Georgia,serif;font-size:1.42rem;font-weight:600;line-height:1;display:inline-flex}.landing-brand-name span+span,.landing-brand-name sup{color:var(--lp-pink)}.landing-brand-name sup{font-size:.7em;position:relative;top:-.28em}.landing-header .landing-brand-name span:first-child{color:var(--lp-heading)}.landing-nav{color:var(--lp-muted);justify-content:center;align-items:center;gap:1.55rem;font-size:.9rem;font-weight:500;display:flex}.landing-nav a{border-bottom:2px solid #0000;align-items:center;min-height:36px;display:inline-flex}.landing-nav a:hover,.landing-nav a:focus-visible{color:var(--lp-heading);border-bottom-color:var(--lp-pink);outline:none}.landing-header-actions{justify-content:flex-end;align-items:center;gap:.65rem;display:flex}.landing-header-link,.landing-header-cta,.landing-btn,.lp-plan-cta{cursor:pointer;border:0;transition:transform .18s,box-shadow .18s,border-color .18s,background .18s,color .18s}.landing-header-link{min-height:42px;color:var(--lp-heading);background:0 0;border-radius:999px;padding:.55rem .85rem;font-size:.9rem;font-weight:600}.landing-header-link:hover,.landing-header-link:focus-visible{color:var(--lp-pink);background:#05aa3c14;outline:none}.landing-header-cta{background:linear-gradient(135deg, var(--lp-coral), var(--lp-pink));min-height:44px;color:var(--lp-white);box-shadow:var(--lp-shadow-hot);white-space:nowrap;border-radius:999px;justify-content:center;align-items:center;padding:.65rem 1.1rem;font-size:.9rem;font-weight:700;display:inline-flex}.landing-header-cta:hover,.landing-header-cta:focus-visible,.landing-btn:hover,.landing-btn:focus-visible,.lp-plan-cta:hover,.lp-plan-cta:focus-visible{outline:none;transform:translateY(-2px)}.lp-hero,.lp-section,.lp-final-cta,.lp-auth-section,.landing-footer{width:min(1160px,100% - 32px);margin:0 auto}.lp-hero{align-items:center;min-height:744px;padding:8.2rem 0 3.2rem;display:grid}.lp-hero-grid{grid-template-columns:minmax(0,.98fr) minmax(430px,.9fr);align-items:center;gap:4rem;display:grid}.lp-hero-copy{max-width:640px}.lp-eyebrow,.lp-section-kicker{color:var(--lp-pink);letter-spacing:.04em;text-transform:uppercase;align-items:center;font-size:.78rem;font-weight:600;display:inline-flex}.lp-eyebrow{background:#05aa3c0f;border:1px solid #05aa3c29;border-radius:999px;min-height:34px;padding:.38rem .75rem}.lp-hero h1{color:var(--lp-heading);letter-spacing:0;overflow-wrap:normal;margin:.9rem 0 .75rem;font-family:Playfair Display,Georgia,serif;font-size:4.85rem;font-weight:600;line-height:1;display:block}.lp-hero h1 span{overflow-wrap:normal;display:block}.lp-hero h1 span+span,.lp-hero h1 sup{color:var(--lp-pink)}.lp-hero h1 span+span{margin-top:.04em}.lp-hero h1 sup{font-size:.42em;position:relative;top:-.42em}.lp-hero p,.lp-section-heading p,.lp-preview-copy p,.lp-card p,.lp-step-card p,.lp-plan-card p,.lp-faq-item p,.lp-final-cta p,.lp-auth-copy p,.landing-footer p,.landing-footer span{color:var(--lp-muted);line-height:1.7}.lp-hero p{max-width:570px;font-size:1.08rem}.lp-hero-actions{flex-wrap:wrap;align-items:center;gap:.85rem;margin-top:1.65rem;display:flex}.landing-btn{border-radius:999px;justify-content:center;align-items:center;gap:.55rem;max-width:100%;min-height:52px;padding:.85rem 1.25rem;font-size:.96rem;font-weight:700;display:inline-flex}.landing-btn-primary{background:linear-gradient(135deg, var(--lp-coral), var(--lp-pink));color:var(--lp-white);box-shadow:var(--lp-shadow-hot)}.landing-btn-secondary{color:var(--lp-white);background:0 0;border:1px solid #ffffff59}.landing-btn-link{min-height:42px;color:var(--lp-pink);box-shadow:none;background:0 0;padding-inline:.2rem}.landing-btn-link:hover,.landing-btn-link:focus-visible{color:var(--lp-heading)}.lp-trust-row{flex-wrap:wrap;gap:.55rem;margin-top:1rem;display:flex}.lp-trust-row span{border:1px solid var(--lp-line);background:var(--lp-white);color:#4b4e57;border-radius:999px;align-items:center;min-height:31px;padding:.34rem .66rem;font-size:.8rem;font-weight:600;display:inline-flex}.lp-hero-visual{border:1px solid var(--lp-line);min-height:570px;box-shadow:var(--lp-shadow);background:linear-gradient(145deg,#05aa3c14 0%,#f8fbf9f5 42%,#fff 100%),repeating-linear-gradient(90deg,#1f1f1f09 0 1px,#0000 1px 36px);border-radius:8px;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.lp-hero-visual:after{content:"";background:linear-gradient(90deg, var(--lp-pink) 0 22%, var(--lp-ink) 22% 52%, var(--lp-line) 52% 100%);opacity:.9;height:2px;position:absolute;bottom:34px;left:34px;right:34px}.lp-live-hero{align-items:stretch;min-height:590px;padding:1rem}.lp-live-hero:after{display:none}.lp-live-shell{z-index:2;background:#fffffff5;border:1px solid #e3ece7f0;border-radius:8px;grid-template-rows:auto auto auto 1fr auto;width:100%;max-width:560px;min-height:548px;display:grid;position:relative;overflow:hidden;box-shadow:0 24px 60px #1f1f241f}.lp-live-browserbar{border-bottom:1px solid var(--lp-line);background:#f6faf8;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:.7rem;min-height:42px;padding:.65rem .85rem;display:grid}.lp-live-window-dots{gap:.28rem;display:inline-flex}.lp-live-window-dots i{background:#ccd8d0;border-radius:999px;width:8px;height:8px}.lp-live-window-dots i:first-child{background:var(--demo-primary)}.lp-live-url{border:1px solid var(--lp-line);background:var(--lp-white);min-width:0;color:var(--lp-muted);white-space:nowrap;text-overflow:ellipsis;border-radius:999px;padding:.35rem .62rem;font-size:.72rem;font-weight:600;overflow:hidden}.lp-live-store-head{border-bottom:1px solid var(--lp-line);grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:.82rem;min-height:84px;padding:.9rem 1rem;display:grid}.lp-live-logo{width:48px;height:48px;color:var(--demo-primary);background:#fff8fa;border:1px solid #e3ece7eb;border-radius:999px;justify-content:center;align-items:center;display:inline-flex;overflow:hidden}.lp-live-logo img{object-fit:cover;width:100%;height:100%}.lp-live-store-head strong,.lp-live-store-head small{display:block}.lp-live-store-head strong{color:var(--lp-heading);font-size:.95rem;font-weight:800}.lp-live-store-head small{color:var(--lp-muted);margin-top:.12rem;font-size:.7rem;font-weight:600}.lp-live-store-actions{flex-wrap:wrap;justify-content:flex-end;gap:.38rem;display:inline-flex}.lp-live-store-actions span{min-height:27px;color:var(--demo-primary);background:#fff7f9;border:1px solid #b84f6e29;border-radius:999px;align-items:center;gap:.28rem;padding:.28rem .48rem;font-size:.66rem;font-weight:800;display:inline-flex}.lp-live-tabs{grid-template-columns:repeat(3,minmax(0,1fr));gap:.38rem;padding:.72rem 1rem 0;display:grid}.lp-live-tabs span{border:1px solid var(--lp-line);background:var(--lp-white);min-height:32px;color:var(--lp-muted);border-radius:999px;justify-content:center;align-items:center;font-size:.72rem;font-weight:800;display:inline-flex}.lp-live-tabs .lp-live-tab-active{background:var(--demo-primary);color:var(--lp-white);border-color:#0000}.lp-live-window{min-height:328px;padding:1rem}.lp-live-screen{animation:.32s both lp-live-in}@keyframes lp-live-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.lp-live-filter-row{grid-template-columns:minmax(0,1.45fr) minmax(128px,.55fr);gap:.6rem;margin-bottom:.75rem;display:grid}.lp-live-filter-row span{border:1px solid var(--lp-line);min-height:34px;color:var(--lp-muted);background:#fbfdfb;border-radius:8px;align-items:center;padding:.45rem .7rem;font-size:.68rem;font-weight:600;display:flex}.lp-live-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.78rem;display:grid}.lp-live-card{border:1px solid var(--lp-line);background:var(--lp-white);border-radius:8px;flex-direction:column;gap:.12rem;min-height:156px;padding:.55rem;display:flex;overflow:hidden}.lp-live-card img,.lp-live-empty-image{aspect-ratio:4/3;background:var(--lp-soft);border-radius:8px;width:100%}.lp-live-card img{object-fit:cover;display:block}.lp-live-empty-image{color:var(--demo-primary);justify-content:center;align-items:center;display:flex}.lp-live-card small,.lp-live-card strong,.lp-live-card b{display:block}.lp-live-card small{color:var(--demo-primary);text-transform:uppercase;margin-top:.38rem;font-size:.58rem;font-weight:800}.lp-live-card strong{color:var(--lp-heading);font-size:.74rem;font-weight:800;line-height:1.28}.lp-live-card b{color:var(--demo-accent);margin-top:auto;font-size:.78rem}.lp-live-product-screen{grid-template-columns:minmax(0,.92fr) minmax(0,1fr);align-items:center;gap:1rem;min-height:300px;display:grid}.lp-live-product-media{border:1px solid var(--lp-line);background:var(--lp-soft);min-height:238px;color:var(--demo-primary);border-radius:8px;justify-content:center;align-items:center;display:flex;overflow:hidden}.lp-live-product-media img{object-fit:cover;width:100%;height:100%;min-height:238px}.lp-live-product-copy span,.lp-live-product-copy h3,.lp-live-product-copy p,.lp-live-product-copy strong{display:block}.lp-live-product-copy span{color:var(--demo-primary);text-transform:uppercase;font-size:.66rem;font-weight:800}.lp-live-product-copy h3{color:var(--lp-heading);margin:.35rem 0 .45rem;font-size:1rem;line-height:1.28}.lp-live-product-copy p{color:var(--lp-muted);margin:0;font-size:.76rem;line-height:1.55}.lp-live-product-copy strong{color:var(--demo-accent);margin-top:.7rem;font-size:1.12rem}.lp-live-product-copy button{background:var(--demo-primary);min-height:38px;color:var(--lp-white);border:0;border-radius:999px;justify-content:center;align-items:center;gap:.38rem;margin-top:.75rem;padding:.48rem .75rem;font-size:.72rem;font-weight:800;display:inline-flex}.lp-live-order-screen{flex-direction:column;gap:.78rem;min-height:300px;display:flex}.lp-live-order-head{background:#fff7f9;border:1px solid #b84f6e2e;border-radius:8px;padding:.85rem}.lp-live-order-head span,.lp-live-order-head strong{display:block}.lp-live-order-head span{color:var(--demo-primary);font-size:.7rem;font-weight:800}.lp-live-order-head strong{color:var(--lp-heading);margin-top:.16rem;font-size:.96rem}.lp-live-order-list{gap:.55rem;display:grid}.lp-live-order-row{border:1px solid var(--lp-line);background:var(--lp-white);border-radius:8px;grid-template-columns:34px minmax(0,1fr) auto;align-items:center;gap:.62rem;min-height:52px;padding:.5rem;display:grid}.lp-live-order-row span{background:var(--lp-ink);width:30px;height:30px;color:var(--lp-white);border-radius:8px;justify-content:center;align-items:center;font-size:.72rem;font-weight:800;display:inline-flex}.lp-live-order-row strong{color:var(--lp-heading);font-size:.78rem;font-weight:800}.lp-live-order-row b{color:var(--demo-accent);white-space:nowrap;font-size:.76rem}.lp-live-order-total{background:var(--lp-ink);color:var(--lp-white);border-radius:8px;justify-content:space-between;align-items:center;gap:.8rem;margin-top:auto;padding:.9rem;display:flex}.lp-live-order-total span{color:#ffffffb8;font-size:.76rem;font-weight:700}.lp-live-order-total strong{font-size:1rem}.lp-live-insight{grid-template-columns:minmax(0,1.2fr) repeat(2,minmax(0,.8fr));gap:.58rem;margin:0 1rem 1rem;display:grid}.lp-live-insight div{border:1px solid var(--lp-line);background:#fbfdfb;border-radius:8px;min-height:64px;padding:.62rem}.lp-live-insight span,.lp-live-insight strong{display:block}.lp-live-insight span{color:var(--lp-muted);text-transform:uppercase;font-size:.62rem;font-weight:800}.lp-live-insight strong{color:var(--demo-primary);margin-top:.2rem;font-size:.78rem;font-weight:800;line-height:1.28}.lp-phone-showcase{z-index:2;background:linear-gradient(155deg, var(--lp-pink) 0%, var(--lp-coral) 100%);width:262px;min-height:506px;color:var(--lp-white);border:10px solid #141418;border-radius:34px;padding:1.08rem;position:relative;box-shadow:0 30px 76px #1f1f2440}.lp-phone-speaker{background:#141418;border-radius:0 0 14px 14px;width:72px;height:17px;position:absolute;top:10px;left:50%;transform:translate(-50%)}.lp-phone-brand{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:132px;margin-top:1.9rem;display:flex}.lp-phone-brand img{object-fit:contain;filter:brightness(0)invert();width:68px;height:58px}.lp-phone-brand .landing-brand-name{color:var(--lp-white);margin-top:.38rem;font-size:1.25rem}.lp-phone-brand .landing-brand-name span,.lp-phone-brand .landing-brand-name span+span,.lp-phone-brand .landing-brand-name sup{color:var(--lp-white)}.lp-phone-brand small{color:#ffffffd1;margin-top:.3rem;font-size:.58rem;font-weight:600}.lp-store-bar{color:var(--lp-heading);background:#ffffffeb;border-radius:8px;align-items:center;gap:.7rem;padding:.62rem .7rem;display:flex}.lp-store-bar strong,.lp-store-bar span,.lp-catalog-list strong,.lp-catalog-list small{display:block}.lp-store-bar strong{color:var(--lp-heading);font-size:.8rem;font-weight:700}.lp-store-bar span,.lp-catalog-list small{color:var(--lp-muted);font-size:.68rem;font-weight:600}.lp-product-cover{min-height:104px;color:var(--lp-heading);background:linear-gradient(135deg,#ffffffb8,#fffffff2),repeating-linear-gradient(135deg,#05aa3c29 0 10px,#0000 10px 18px);border-radius:8px;flex-direction:column;justify-content:flex-end;margin:.75rem 0;padding:.82rem;display:flex}.lp-product-cover span{font-size:.76rem;font-weight:600}.lp-product-cover strong{color:var(--lp-pink);font-size:1.4rem;font-weight:700}.lp-catalog-list{flex-direction:column;gap:.52rem;display:flex}.lp-catalog-list>div{background:#ffffffed;border:1px solid #ffffff94;border-radius:8px;grid-template-columns:42px minmax(0,1fr);align-items:center;gap:.62rem;min-height:52px;padding:.42rem;display:grid}.lp-catalog-thumb{background:linear-gradient(135deg, #ddf8ea, var(--lp-coral));border-radius:8px;width:42px;height:42px}.lp-catalog-thumb-2{background:linear-gradient(135deg,#fafafa,#e7e7e7)}.lp-catalog-thumb-3{background:linear-gradient(135deg, #2d2d33, var(--lp-ink))}.lp-catalog-list strong{color:var(--lp-heading);font-size:.74rem;font-weight:700}.lp-whatsapp-preview{background:var(--lp-white);width:100%;min-height:42px;color:var(--lp-pink);border:0;border-radius:999px;justify-content:center;align-items:center;gap:.45rem;margin-top:.88rem;font-size:.8rem;font-weight:700;display:inline-flex}.lp-pricing-preview,.lp-mini-order{z-index:3;background:#fffffff5;border:1px solid #e7e7e7f5;border-radius:8px;position:absolute;box-shadow:0 18px 44px #1f1f2421}.lp-pricing-preview{width:232px;padding:.95rem;bottom:48px;left:20px}.lp-preview-head{border-bottom:1px solid var(--lp-line);flex-direction:column;gap:.1rem;padding-bottom:.65rem;display:flex}.lp-preview-head span,.lp-price-lines span,.lp-mini-order span{color:var(--lp-light-muted);font-size:.72rem;font-weight:600}.lp-preview-head strong{color:var(--lp-heading);font-size:.96rem;font-weight:700}.lp-price-lines{flex-direction:column;gap:.45rem;margin:.75rem 0;display:flex}.lp-price-lines div{justify-content:space-between;align-items:center;gap:.75rem;display:flex}.lp-price-lines strong{color:var(--lp-pink);white-space:nowrap;font-size:.84rem}.lp-preview-status{min-height:30px;color:var(--lp-green);align-items:center;gap:.38rem;font-size:.74rem;font-weight:700;display:inline-flex}.lp-mini-order{width:178px;padding:.85rem;top:62px;right:20px}.lp-mini-order strong{color:var(--lp-heading);margin-top:.14rem;font-size:.9rem;display:block}.lp-section{padding:5rem 0;scroll-margin-top:96px}.lp-section-heading{text-align:center;max-width:760px;margin:0 auto 2.1rem}.lp-section-heading h2,.lp-preview-copy h2,.lp-final-cta h2,.lp-auth-copy h2{color:var(--lp-heading);letter-spacing:0;margin:.45rem 0 .7rem;font-family:Playfair Display,Georgia,serif;font-size:2.65rem;font-weight:600;line-height:1.1}.lp-card-grid{border:1px solid var(--lp-line);background:var(--lp-white);border-radius:8px;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;display:grid;overflow:hidden}.lp-card,.lp-step-card,.lp-plan-card,.lp-faq-item{border:1px solid var(--lp-line);background:var(--lp-white);border-radius:8px}.lp-card{border:0;border-right:1px solid var(--lp-line);min-height:232px;box-shadow:none;border-radius:0;padding:1.3rem}.lp-card:last-child{border-right:0}.lp-icon-badge{width:50px;height:50px;color:var(--lp-pink);background:#05aa3c12;border-radius:8px;justify-content:center;align-items:center;display:inline-flex}.lp-icon-badge svg,.lp-feature-row svg,.lp-plan-card li svg{stroke-width:2.2px}.lp-card h3{color:var(--lp-heading);text-transform:uppercase;margin:1rem 0 .45rem;font-size:.98rem;font-weight:500}.lp-preview-section{grid-template-columns:minmax(0,.82fr) minmax(430px,1fr);align-items:center;gap:2.4rem;padding-top:4rem;padding-bottom:4rem;display:grid}.lp-preview-copy{max-width:540px}.lp-feature-list{flex-direction:column;gap:.85rem;margin-top:1.45rem;display:flex}.lp-feature-row{grid-template-columns:32px minmax(0,1fr);align-items:start;gap:.8rem;display:grid}.lp-feature-row svg{color:var(--lp-pink);margin-top:.22rem}.lp-feature-row strong,.lp-feature-row span{display:block}.lp-feature-row strong{color:var(--lp-heading);font-size:.96rem;font-weight:500}.lp-feature-row span{color:var(--lp-muted);margin-top:.12rem;font-size:.9rem;line-height:1.55}.lp-product-preview{border:1px solid var(--lp-line);background:linear-gradient(180deg, #fff, var(--lp-soft));min-height:470px;box-shadow:var(--lp-shadow);border-radius:8px;padding:1rem;position:relative}.lp-preview-vitrine{border:1px solid var(--lp-line);background:var(--lp-white);border-radius:8px;min-height:420px;overflow:hidden}.lp-preview-toolbar{border-bottom:1px solid var(--lp-line);background:var(--lp-white);align-items:center;gap:.75rem;min-height:62px;padding:.85rem 1rem;display:flex}.lp-preview-toolbar img{object-fit:contain;width:34px;height:34px}.lp-preview-toolbar span{color:var(--lp-muted);font-size:.82rem;font-weight:600}.lp-preview-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem;padding:1rem;display:grid}.lp-preview-grid article{border:1px solid var(--lp-line);background:var(--lp-white);border-radius:8px;flex-direction:column;justify-content:flex-end;gap:.18rem;min-height:144px;padding:.75rem;display:flex}.lp-preview-art{background:linear-gradient(135deg,#05aa3c29,#25c878e0),repeating-linear-gradient(90deg,#ffffff80 0 12px,#0000 12px 24px);border-radius:8px;width:100%;min-height:72px;margin-bottom:auto}.lp-preview-art-2{background:linear-gradient(135deg,#fff,#e7e7e7)}.lp-preview-art-3{background:linear-gradient(135deg, #cff5df, var(--lp-coral))}.lp-preview-art-4{background:linear-gradient(135deg, #393940, var(--lp-ink))}.lp-preview-grid strong,.lp-preview-grid small{display:block}.lp-preview-grid strong{color:var(--lp-heading);font-size:.92rem;font-weight:700}.lp-preview-grid small{color:var(--lp-muted);font-size:.74rem;font-weight:600}.lp-preview-side{background:var(--lp-white);border:1px solid #e7e7e7f2;border-radius:8px;width:212px;padding:1rem;position:absolute;bottom:30px;right:30px;box-shadow:0 18px 44px #1f1f2421}.lp-preview-side strong,.lp-preview-side span,.lp-preview-side small{display:block}.lp-preview-side strong{color:var(--lp-muted);font-size:.78rem}.lp-preview-side span{color:var(--lp-pink);margin-top:.18rem;font-size:1.55rem;font-weight:700}.lp-preview-side small{color:var(--lp-green);font-size:.8rem;font-weight:700}.lp-product-preview-examples{grid-template-columns:minmax(0,1fr) minmax(190px,.34fr);gap:1rem;min-height:472px;display:grid}.lp-preview-examples{border:1px solid var(--lp-line);background:var(--lp-white);border-radius:8px;grid-template-rows:auto 1fr;min-height:420px;display:grid;overflow:hidden}.lp-preview-example-head{border-bottom:1px solid var(--lp-line);background:#fbfdfb;align-items:center;gap:.75rem;min-height:72px;padding:.95rem 1rem;display:flex}.lp-preview-example-head img{object-fit:contain;width:38px;height:38px}.lp-preview-example-head strong,.lp-preview-example-head span{display:block}.lp-preview-example-head strong{color:var(--lp-heading);font-size:.96rem;font-weight:800}.lp-preview-example-head span{color:var(--lp-muted);margin-top:.12rem;font-size:.76rem;font-weight:600}.lp-preview-example-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem;padding:1rem;display:grid}.lp-preview-example-grid article{border:1px solid var(--lp-line);background:var(--lp-white);overflow-wrap:normal;border-radius:8px;flex-direction:column;gap:.26rem;min-height:156px;padding:.9rem;display:flex;box-shadow:0 10px 26px #1f1f240a}.lp-preview-example-icon{width:42px;height:42px;color:var(--lp-pink);background:#05aa3c14;border-radius:8px;justify-content:center;align-items:center;display:inline-flex}.lp-preview-example-grid small,.lp-preview-example-grid strong,.lp-preview-example-grid p,.lp-preview-example-grid em{display:block}.lp-preview-example-grid small{color:var(--lp-pink);text-transform:uppercase;margin-top:.18rem;font-size:.64rem;font-weight:800}.lp-preview-example-grid strong{color:var(--lp-heading);overflow-wrap:normal;word-break:normal;font-size:.9rem;font-weight:800}.lp-preview-example-grid p{color:var(--lp-muted);overflow-wrap:normal;word-break:normal;margin:0;font-size:.76rem;line-height:1.48}.lp-preview-example-grid em{color:var(--lp-green);overflow-wrap:normal;word-break:normal;margin-top:auto;font-size:.72rem;font-style:normal;font-weight:800}.lp-preview-side-clear{flex-direction:column;align-self:stretch;gap:.85rem;width:auto;padding:1rem;display:flex;position:static}.lp-preview-side-clear>strong{color:var(--lp-heading);font-size:.92rem;font-weight:800}.lp-preview-calc-list{gap:.58rem;display:grid}.lp-preview-calc-list div{border:1px solid var(--lp-line);background:#fbfdfb;border-radius:8px;padding:.68rem}.lp-preview-side-clear .lp-preview-calc-list span,.lp-preview-side-clear .lp-preview-calc-list b{display:block}.lp-preview-side-clear .lp-preview-calc-list span{color:var(--lp-muted);text-transform:uppercase;margin:0 0 .14rem;font-size:.66rem;font-weight:800}.lp-preview-side-clear .lp-preview-calc-list b{color:var(--lp-heading);font-size:.92rem}.lp-preview-side-clear .lp-preview-calc-list div:nth-child(n+2) b{color:var(--lp-pink)}.lp-preview-side-clear small{color:var(--lp-muted);margin-top:auto;font-size:.74rem;line-height:1.5}.lp-artisan-demo{padding-top:4.5rem;padding-bottom:4.5rem}.lp-artisan-layout{grid-template-columns:minmax(0,.78fr) minmax(0,1.22fr);align-items:start;gap:2.2rem;display:grid}.lp-artisan-copy{max-width:470px;padding-top:.35rem;position:sticky;top:108px}.lp-artisan-copy h2{color:var(--lp-heading);letter-spacing:0;margin:.45rem 0 .8rem;font-family:Playfair Display,Georgia,serif;font-size:2.58rem;font-weight:600;line-height:1.1}.lp-artisan-copy p{color:var(--lp-muted);margin:0;line-height:1.7}.lp-artisan-actions{flex-wrap:wrap;gap:.65rem;margin-top:1.45rem;display:flex}.lp-artisan-link{width:fit-content;min-height:46px;color:var(--lp-white);cursor:pointer;background:#2f9e8f;border:0;border-radius:999px;justify-content:center;align-items:center;gap:.5rem;padding:.72rem 1rem;font-size:.9rem;font-weight:700;transition:transform .18s,box-shadow .18s,background .18s;display:inline-flex;box-shadow:0 18px 36px #2f9e8f2e}.lp-artisan-link-secondary{background:var(--lp-white);color:#257f74;box-shadow:none;border:1px solid #2f9e8f42}.lp-artisan-link:hover,.lp-artisan-link:focus-visible{background:#257f74;outline:none;transform:translateY(-2px)}.lp-artisan-link-secondary:hover,.lp-artisan-link-secondary:focus-visible{color:#1e6b62;background:#ecfaf7}.lp-artisan-gallery{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;display:grid}.lp-artisan-shot{border:1px solid var(--lp-line);background:var(--lp-white);width:100%;color:inherit;cursor:zoom-in;font:inherit;text-align:left;border-radius:8px;margin:0;padding:0;transition:border-color .18s,box-shadow .18s,transform .18s;overflow:hidden;box-shadow:0 16px 34px #1f1f2412}.lp-artisan-shot:hover,.lp-artisan-shot:focus-visible{border-color:#2f9e8f5c;outline:none;transform:translateY(-2px);box-shadow:0 22px 46px #1f1f241c}.lp-artisan-shot-main{grid-column:1/-1}.lp-artisan-shot>.lp-demo-preview{aspect-ratio:16/9;width:100%;min-height:0;box-shadow:none;border:0;border-radius:0}.lp-artisan-shot:not(.lp-artisan-shot-main)>.lp-demo-preview{aspect-ratio:4/3}.lp-artisan-shot>.lp-demo-screenshot-picture{aspect-ratio:16/9;background:var(--lp-white);width:100%;min-height:0;display:block;overflow:hidden}.lp-artisan-shot:not(.lp-artisan-shot-main)>.lp-demo-screenshot-picture{aspect-ratio:16/10}.lp-demo-screenshot-picture img{object-fit:contain;object-position:top center;width:100%;height:100%;display:block}@media (width<=700px){.lp-artisan-shot>.lp-demo-screenshot-picture,.lp-artisan-shot:not(.lp-artisan-shot-main)>.lp-demo-screenshot-picture{aspect-ratio:390/844;background:var(--lp-white)}.lp-artisan-shot>.lp-demo-screenshot-picture img{object-fit:contain;width:100%;height:100%}}.lp-artisan-shot-form:not(.lp-artisan-shot-main)>.lp-demo-preview,.lp-artisan-shot-pricing:not(.lp-artisan-shot-main)>.lp-demo-preview{aspect-ratio:16/10;min-height:340px}.lp-artisan-shot-caption{border-top:1px solid var(--lp-line);min-height:92px;color:inherit;font-size:inherit;line-height:inherit;margin-top:0;padding:.9rem 1rem 1rem;display:block}.lp-artisan-shot-caption strong,.lp-artisan-shot-caption span,.lp-artisan-shot-caption em{display:block}.lp-artisan-shot-caption strong{color:var(--lp-heading);font-size:.96rem;font-weight:700}.lp-artisan-shot-caption span{color:var(--lp-muted);margin-top:.28rem;font-size:.82rem;line-height:1.5}.lp-artisan-shot-caption em{color:#2f9e8f;align-items:center;gap:.35rem;margin-top:.7rem;font-size:.78rem;font-style:normal;font-weight:800;display:inline-flex}.lp-demo-preview{--demo-primary:#b84f6e;--demo-accent:#2f9e8f;border:1px solid var(--lp-line);min-height:320px;color:var(--lp-heading);background:#f8fbf9;border-radius:8px;flex-direction:column;gap:.72rem;padding:.78rem;display:flex;overflow:hidden}.lp-demo-preview-expanded{width:min(980px,100%);min-height:min(720px,78vh);margin:0 auto;padding:1rem}.lp-demo-preview-topbar{border:1px solid var(--lp-line);background:var(--lp-white);border-radius:8px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:.58rem;min-height:54px;padding:.58rem .68rem;display:grid}.lp-demo-preview-logo{border:1px solid color-mix(in srgb, var(--demo-primary) 30%, var(--lp-line));background:color-mix(in srgb, var(--demo-primary) 8%, #fff);width:34px;height:34px;color:var(--demo-primary);border-radius:50%;justify-content:center;align-items:center;display:inline-flex;overflow:hidden}.lp-demo-preview-logo img{object-fit:cover;width:100%;height:100%}.lp-demo-preview-topbar strong,.lp-demo-preview-topbar small{text-overflow:ellipsis;white-space:nowrap;min-width:0;display:block;overflow:hidden}.lp-demo-preview-topbar strong{color:var(--lp-heading);font-size:.88rem;font-weight:800}.lp-demo-preview-topbar small{color:var(--lp-muted);margin-top:.12rem;font-size:.68rem;font-weight:700}.lp-demo-preview-badge{background:color-mix(in srgb, var(--demo-accent) 12%, #fff);min-height:26px;color:var(--demo-accent);white-space:nowrap;border-radius:999px;padding:.24rem .52rem;font-size:.62rem;font-weight:900}.lp-demo-preview-catalog,.lp-demo-preview-panel,.lp-demo-preview-form,.lp-demo-preview-pricing{flex:1;min-height:0}.lp-demo-preview-filters{grid-template-columns:minmax(0,1fr) minmax(120px,.38fr);gap:.55rem;display:grid}.lp-demo-preview-filters span,.lp-demo-preview-categories span{border:1px solid var(--lp-line);background:var(--lp-white);min-height:32px;color:var(--lp-muted);text-overflow:ellipsis;white-space:nowrap;border-radius:999px;align-items:center;padding:0 .72rem;font-size:.68rem;font-weight:700;display:flex;overflow:hidden}.lp-demo-preview-categories{gap:.42rem;margin-top:.58rem;display:flex;overflow:hidden}.lp-demo-preview-categories span{border-color:color-mix(in srgb, var(--demo-primary) 24%, var(--lp-line));color:var(--demo-primary);flex:none}.lp-demo-preview-product-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:.58rem;margin-top:.65rem;display:grid}.lp-demo-preview-product-grid article{border:1px solid var(--lp-line);background:var(--lp-white);border-radius:8px;min-width:0;padding:.48rem}.lp-demo-preview-product-grid img,.lp-demo-preview-product-grid article>span{aspect-ratio:1.08;background:var(--lp-soft);object-fit:cover;border-radius:6px;justify-content:center;align-items:center;width:100%;display:flex}.lp-demo-preview-product-grid small,.lp-demo-preview-product-grid strong,.lp-demo-preview-product-grid b{text-overflow:ellipsis;white-space:nowrap;min-width:0;display:block;overflow:hidden}.lp-demo-preview-product-grid small{color:var(--demo-primary);text-transform:uppercase;margin-top:.42rem;font-size:.58rem;font-weight:900}.lp-demo-preview-product-grid strong{color:var(--lp-heading);margin-top:.12rem;font-size:.72rem;font-weight:800}.lp-demo-preview-product-grid b{color:var(--demo-accent);margin-top:.22rem;font-size:.78rem;font-weight:900}.lp-demo-preview-panel-actions{justify-content:space-between;align-items:center;gap:.5rem;display:flex}.lp-demo-preview-panel-actions span{color:var(--lp-heading);font-size:.9rem;font-weight:900}.lp-demo-preview-panel-actions button{background:var(--demo-primary);min-height:30px;color:var(--lp-white);font:inherit;border:0;border-radius:999px;padding:.35rem .65rem;font-size:.66rem;font-weight:800}.lp-demo-preview-panel-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.58rem;margin-top:.7rem;display:grid}.lp-demo-preview-panel-grid article{border:1px solid var(--lp-line);background:var(--lp-white);border-radius:8px;grid-template-columns:58px minmax(0,1fr);align-items:center;gap:.55rem;min-width:0;padding:.5rem;display:grid}.lp-demo-preview-panel-grid img,.lp-demo-preview-panel-grid article>span{background:var(--lp-soft);object-fit:cover;border-radius:6px;justify-content:center;align-items:center;width:58px;height:58px;display:flex}.lp-demo-preview-panel-grid small,.lp-demo-preview-panel-grid strong,.lp-demo-preview-panel-grid b{text-overflow:ellipsis;white-space:nowrap;min-width:0;display:block;overflow:hidden}.lp-demo-preview-panel-grid small{color:var(--demo-primary);text-transform:uppercase;font-size:.58rem;font-weight:900}.lp-demo-preview-panel-grid strong{color:var(--lp-heading);margin-top:.12rem;font-size:.72rem;font-weight:800}.lp-demo-preview-panel-grid b{color:var(--demo-accent);margin-top:.22rem;font-size:.74rem;font-weight:900}.lp-demo-preview-panel-note{border:1px solid color-mix(in srgb, var(--demo-primary) 22%, var(--lp-line));background:color-mix(in srgb, var(--demo-primary) 7%, #fff);border-radius:8px;align-items:center;gap:.58rem;margin-top:.7rem;padding:.72rem;display:flex}.lp-demo-preview-panel-note strong{color:var(--demo-primary);font-size:1.5rem;font-weight:900}.lp-demo-preview-panel-note span{color:var(--lp-muted);font-size:.76rem;line-height:1.35}.lp-demo-preview-form{grid-template-columns:minmax(0,1fr) 180px;gap:.72rem;display:grid}.lp-demo-preview-form-main{grid-template-columns:repeat(2,minmax(0,1fr));gap:.58rem;display:grid}.lp-demo-preview-form-main label,.lp-demo-preview-form-side{border:1px solid var(--lp-line);background:var(--lp-white);border-radius:8px;min-width:0;padding:.68rem}.lp-demo-preview-form-wide{grid-column:1/-1}.lp-demo-preview-form-main span{color:var(--demo-primary);text-transform:uppercase;font-size:.6rem;font-weight:900}.lp-demo-preview-form-main strong,.lp-demo-preview-form-main p{color:var(--lp-heading);margin:.28rem 0 0;font-size:.78rem;font-weight:800;line-height:1.45}.lp-demo-preview-form-main p{color:var(--lp-muted);font-weight:600}.lp-demo-preview-form-side{flex-direction:column;gap:.58rem;display:flex}.lp-demo-preview-form-side img,.lp-demo-preview-form-side>span{aspect-ratio:1;background:var(--lp-soft);width:100%;color:var(--demo-primary);object-fit:cover;border-radius:8px;justify-content:center;align-items:center;display:flex}.lp-demo-preview-form-side b{color:var(--demo-accent);font-size:.76rem;font-weight:900}.lp-artisan-shot-form:not(.lp-artisan-shot-main) .lp-demo-preview-form{grid-template-columns:1fr;gap:.58rem}.lp-artisan-shot-form:not(.lp-artisan-shot-main) .lp-demo-preview-form-side{grid-template-columns:84px minmax(0,1fr);align-items:center;gap:.7rem;display:grid}.lp-artisan-shot-form:not(.lp-artisan-shot-main) .lp-demo-preview-form-side img,.lp-artisan-shot-form:not(.lp-artisan-shot-main) .lp-demo-preview-form-side>span{aspect-ratio:auto;width:84px;height:84px}.lp-demo-preview-cost-lines{grid-column:1/-1;grid-template-columns:repeat(4,minmax(0,1fr));gap:.5rem;display:grid}.lp-demo-preview-cost-lines span{border:1px solid var(--lp-line);min-height:38px;color:var(--lp-muted);background:#fff;border-radius:8px;padding:.5rem;font-size:.68rem;font-weight:800}.lp-artisan-shot-form:not(.lp-artisan-shot-main) .lp-demo-preview-cost-lines{grid-template-columns:repeat(2,minmax(0,1fr))}.lp-demo-preview-pricing{grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);align-items:stretch;gap:.72rem;display:grid}.lp-demo-preview-pricing-product,.lp-demo-preview-pricing-grid article{border:1px solid var(--lp-line);background:var(--lp-white);border-radius:8px}.lp-demo-preview-pricing-product{flex-direction:column;justify-content:center;gap:.68rem;min-width:0;padding:.8rem;display:flex}.lp-demo-preview-pricing-product img,.lp-demo-preview-pricing-product>svg{background:var(--lp-soft);width:100%;max-height:150px;color:var(--demo-primary);object-fit:cover;border-radius:8px}.lp-demo-preview-pricing-product span,.lp-demo-preview-pricing-product strong,.lp-demo-preview-pricing-product small{display:block}.lp-demo-preview-pricing-product span{color:var(--demo-primary);text-transform:uppercase;font-size:.64rem;font-weight:900}.lp-demo-preview-pricing-product strong{color:var(--lp-heading);margin-top:.24rem;font-size:.9rem;font-weight:900;line-height:1.25}.lp-demo-preview-pricing-product small{color:var(--lp-muted);margin-top:.2rem;font-size:.72rem;font-weight:700}.lp-demo-preview-pricing-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.58rem;display:grid}.lp-demo-preview-pricing-grid article{flex-direction:column;justify-content:center;padding:.75rem;display:flex}.lp-demo-preview-pricing-grid span,.lp-demo-preview-pricing-grid strong{display:block}.lp-demo-preview-pricing-grid span{color:var(--lp-muted);text-transform:uppercase;font-size:.64rem;font-weight:900}.lp-demo-preview-pricing-grid strong{color:var(--demo-accent);margin-top:.32rem;font-size:1rem;font-weight:900}.lp-artisan-shot-pricing:not(.lp-artisan-shot-main) .lp-demo-preview-pricing{grid-template-columns:1fr;gap:.58rem}.lp-artisan-shot-pricing:not(.lp-artisan-shot-main) .lp-demo-preview-pricing-product{grid-template-columns:84px minmax(0,1fr);justify-content:start;align-items:center;padding:.68rem;display:grid}.lp-artisan-shot-pricing:not(.lp-artisan-shot-main) .lp-demo-preview-pricing-product img,.lp-artisan-shot-pricing:not(.lp-artisan-shot-main) .lp-demo-preview-pricing-product>svg{object-fit:cover;width:84px;height:84px;max-height:none}.lp-step-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;display:grid}.lp-step-card{min-height:210px;padding:1.25rem;box-shadow:0 12px 30px #1f1f240d}.lp-step-card>span{background:var(--lp-ink);width:42px;height:42px;color:var(--lp-white);border-radius:8px;justify-content:center;align-items:center;font-weight:700;display:inline-flex}.lp-step-card h3{color:var(--lp-heading);margin:1rem 0 .4rem;font-size:1.2rem;font-weight:700}.lp-segment-strip{flex-wrap:wrap;justify-content:center;gap:.65rem;display:flex}.lp-segment-strip span{border:1px solid var(--lp-line);background:var(--lp-white);color:#4a4d55;border-radius:999px;align-items:center;min-height:42px;padding:.45rem .85rem;font-size:.88rem;font-weight:600;display:inline-flex}.lp-plan-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;display:grid}.lp-plan-card{flex-direction:column;min-height:360px;padding:1.25rem;display:flex;box-shadow:0 12px 32px #1f1f240d}.lp-plan-featured{border-color:#05aa3c61;box-shadow:0 20px 50px #05aa3c24}.lp-plan-card h3{color:var(--lp-heading);margin:0;font-size:1.08rem;font-weight:500}.lp-plan-trial h3{width:fit-content;min-height:30px;color:var(--lp-pink);background:#05aa3c17;border:1px solid #05aa3c38;border-radius:999px;align-items:center;padding:.22rem .58rem;font-size:.92rem;font-weight:800;display:inline-flex}.lp-plan-card>strong{color:var(--lp-pink);letter-spacing:0;margin:.42rem 0 .38rem;font-size:1.78rem;font-weight:800;line-height:1.08;display:block}.lp-plan-badge{width:fit-content;min-height:26px;color:var(--lp-pink);background:#05aa3c14;border:1px solid #05aa3c33;border-radius:999px;align-items:center;padding:.24rem .54rem;font-size:.7rem;font-weight:700;display:inline-flex}.lp-plan-annual{background:#f8fbf98a;border:1px solid #65708429;border-radius:8px;margin-top:.58rem;padding:.62rem .72rem}.lp-plan-annual b,.lp-plan-annual span{display:block}.lp-plan-annual b{color:#4a4d55;font-size:.84rem;font-weight:700;line-height:1.25}.lp-plan-annual span{color:var(--lp-muted);margin-top:.12rem;font-size:.72rem;font-weight:600}.lp-plan-card ul{flex-direction:column;gap:.58rem;margin:1rem 0 0;padding:0;list-style:none;display:flex}.lp-plan-card li{color:#4a4d55;align-items:center;gap:.45rem;font-size:.9rem;font-weight:500;display:flex}.lp-plan-card li svg{color:var(--lp-pink)}.lp-plan-cta{border:0;border-radius:999px;width:100%;min-height:46px;margin-top:auto;font-size:.92rem;font-weight:700}.lp-plan-cta-primary{background:linear-gradient(135deg, var(--lp-coral), var(--lp-pink));color:var(--lp-white);box-shadow:var(--lp-shadow-hot)}.lp-plan-cta-secondary{color:var(--lp-pink);box-shadow:none;background:#05aa3c1c;border:1px solid #05aa3c2e}.lp-plan-cta-secondary:hover,.lp-plan-cta-secondary:focus-visible{background:#05aa3c2e}.lp-faq-list{flex-direction:column;gap:.65rem;max-width:860px;margin:0 auto;display:flex}.lp-faq-item{padding:.15rem 1rem}.lp-faq-item summary{min-height:58px;color:var(--lp-heading);cursor:pointer;justify-content:space-between;align-items:center;gap:1rem;font-weight:500;list-style:none;display:flex}.lp-faq-item summary::-webkit-details-marker{display:none}.lp-faq-item summary:after{content:"+";width:28px;height:28px;color:var(--lp-pink);background:#05aa3c14;border-radius:8px;flex:none;justify-content:center;align-items:center;display:inline-flex}.lp-faq-item[open] summary:after{content:"-"}.lp-faq-item p{margin:0;padding:0 0 1rem}.lp-final-cta{text-align:center;color:var(--lp-white);background:var(--lp-ink);box-shadow:0 0 0 100vmax var(--lp-ink);clip-path:inset(0 -100vmax);margin-top:1rem;padding:4.6rem 1rem}.lp-final-cta .lp-section-kicker,.lp-final-cta h2{color:var(--lp-white)}.lp-final-cta h2{max-width:740px;margin-inline:auto}.lp-final-cta p{color:#ffffffb8;max-width:660px;margin:0 auto}.lp-final-cta .lp-hero-actions{justify-content:center}.lp-auth-section{grid-template-columns:minmax(0,.85fr) minmax(340px,440px);align-items:start;gap:2.2rem;padding:5rem 0;scroll-margin-top:96px;display:grid}.lp-auth-copy{padding-top:1rem;position:sticky;top:106px}.landing-auth-card{border-color:var(--lp-line)!important;box-shadow:var(--lp-shadow)!important;background:#fffffff5!important;border-radius:8px!important}.landing-auth-card h2{letter-spacing:0!important;font-family:Playfair Display,Georgia,serif!important;font-weight:700!important}.landing-footer{color:var(--lp-white);background:var(--lp-ink);box-shadow:0 0 0 100vmax var(--lp-ink);clip-path:inset(0 -100vmax);border-top:1px solid #ffffff1a;grid-template-columns:minmax(230px,1fr) minmax(180px,.7fr) minmax(220px,.8fr);gap:1.5rem;padding:2.4rem 0 2.6rem;display:grid}.landing-footer .landing-brand-name span:first-child{color:var(--lp-white)}.landing-footer-brand p{color:#ffffffa8;margin-top:.55rem;font-size:.88rem}.landing-footer nav,.landing-footer-contact{flex-direction:column;align-items:flex-start;gap:.45rem;display:flex}.landing-footer nav a,.landing-footer nav button{color:#ffffffad;cursor:pointer;background:0 0;border:0;min-height:28px;padding:0;font-size:.88rem;font-weight:700}.landing-footer nav a:hover,.landing-footer nav button:hover,.landing-footer nav a:focus-visible,.landing-footer nav button:focus-visible{color:var(--lp-white);outline:none}.landing-footer-contact strong{color:var(--lp-white)}.landing-footer-contact span{color:#ffffffad}.landing-footer-contact-link{color:#ffffffb8;align-items:center;gap:.5rem;min-height:28px;font-size:.88rem;font-weight:600;display:inline-flex}.landing-footer-contact-link svg{color:var(--lp-pink)}.landing-footer-contact-link span{color:inherit}.landing-footer-contact-link:hover,.landing-footer-contact-link:focus-visible{color:var(--lp-white);outline:none}.auth-legal-note{color:var(--lp-muted);text-align:center;margin:-.15rem 0 0;font-size:.78rem;line-height:1.55}.auth-legal-note a{color:var(--lp-pink);text-underline-offset:3px;font-weight:600;text-decoration:underline}.auth-legal-note a:hover,.auth-legal-note a:focus-visible{color:var(--lp-heading);outline:none}.lp-screenshot-backdrop{z-index:90;-webkit-backdrop-filter:blur(8px);background:#1f1f2494;justify-content:center;align-items:center;padding:1.25rem;display:flex;position:fixed;inset:0}.lp-screenshot-modal{background:var(--lp-white);border:1px solid #e3ece7eb;border-radius:8px;grid-template-rows:auto minmax(0,1fr) auto;width:min(1180px,100vw - 2.5rem);height:calc(100vh - 2.5rem);display:grid;overflow:hidden;box-shadow:0 28px 80px #00000047}.lp-screenshot-header{border-bottom:1px solid var(--lp-line);background:#fbfdfb;justify-content:space-between;align-items:flex-start;gap:1rem;padding:1rem 1.1rem;display:flex}.lp-screenshot-header h2{color:var(--lp-heading);letter-spacing:0;margin:.22rem 0 0;font-family:Playfair Display,Georgia,serif;font-size:1.7rem;line-height:1.12}.lp-screenshot-count{color:var(--lp-muted);margin-top:.32rem;font-size:.78rem;font-weight:700;display:block}.lp-screenshot-close{border:1px solid var(--lp-line);background:var(--lp-white);width:42px;height:42px;color:var(--lp-heading);cursor:pointer;border-radius:999px;justify-content:center;align-items:center;display:inline-flex}.lp-screenshot-close:hover,.lp-screenshot-close:focus-visible{color:var(--lp-pink);outline:none}.lp-screenshot-scroll{background:var(--lp-soft);justify-content:center;align-items:center;min-height:0;padding:.85rem;display:flex;position:relative;overflow:hidden}.lp-screenshot-scroll .lp-demo-preview,.lp-screenshot-scroll .lp-demo-screenshot-picture{margin:0 auto}.lp-screenshot-scroll .lp-demo-screenshot-picture{background:var(--lp-white);justify-content:center;align-items:center;width:100%;height:100%;display:flex;overflow:hidden}.lp-screenshot-nav{z-index:2;width:44px;height:44px;color:var(--lp-heading);cursor:pointer;background:#fffffff0;border:1px solid #e3ece7f2;border-radius:999px;justify-content:center;align-items:center;transition:transform .18s,color .18s,border-color .18s,background .18s;display:inline-flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 14px 34px #1f1f2429}.lp-screenshot-nav:hover,.lp-screenshot-nav:focus-visible{color:var(--lp-pink);background:#fff;border-color:#05aa3c57;outline:none;transform:translateY(-50%)scale(1.04)}.lp-screenshot-nav-prev{left:1rem}.lp-screenshot-nav-next{right:1rem}.lp-screenshot-scroll>img,.lp-screenshot-scroll .lp-demo-screenshot-picture img{object-fit:contain;background:var(--lp-white);width:auto;min-width:0;max-width:100%;height:auto;max-height:100%;display:block}.lp-screenshot-caption{border-top:1px solid var(--lp-line);color:var(--lp-muted);margin:0;padding:.9rem 1.1rem 1rem;font-size:.9rem;line-height:1.55}.lp-legal-backdrop{z-index:80;-webkit-backdrop-filter:blur(10px);background:#1f1f2494;justify-content:center;align-items:center;padding:1.2rem;display:flex;position:fixed;inset:0}.lp-legal-modal{background:var(--lp-white);border:1px solid #e3ece7f2;border-radius:8px;flex-direction:column;width:min(920px,100%);max-height:min(86vh,820px);display:flex;overflow:hidden;box-shadow:0 28px 90px #1f1f2438}.lp-legal-header{border-bottom:1px solid var(--lp-line);background:linear-gradient(180deg, #fff, var(--lp-soft));grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:1rem;padding:1.35rem 1.5rem 1.15rem;display:grid}.lp-legal-header h2{color:var(--lp-heading);margin:.25rem 0 .3rem;font-family:Playfair Display,Georgia,serif;font-size:2rem;font-weight:600;line-height:1.12}.lp-legal-header p{color:var(--lp-muted);margin:0;font-size:.88rem}.lp-legal-close{border:1px solid var(--lp-line);background:var(--lp-white);width:42px;height:42px;color:var(--lp-heading);cursor:pointer;border-radius:8px;justify-content:center;align-items:center;display:inline-flex}.lp-legal-close:hover,.lp-legal-close:focus-visible{color:var(--lp-pink);border-color:#05aa3c52;outline:none}.lp-legal-body{padding:1.35rem 1.5rem 1.5rem;overflow-y:auto}.lp-legal-intro{color:var(--lp-muted);margin:0 0 1.25rem;font-size:1rem;line-height:1.72}.lp-legal-section{border-top:1px solid #e3ece7b8;padding-top:1.05rem}.lp-legal-section+.lp-legal-section{margin-top:1.05rem}.lp-legal-section h3{color:var(--lp-heading);margin:0 0 .55rem;font-size:1rem;font-weight:600}.lp-legal-section p,.lp-legal-section li{color:var(--lp-muted);font-size:.92rem;line-height:1.68}.lp-legal-section p{margin:0}.lp-legal-section p+p{margin-top:.55rem}.lp-legal-section ul{margin:0;padding-left:1.1rem}.lp-legal-section li+li{margin-top:.45rem}@media (width<=1080px){.landing-nav{gap:1rem}.lp-hero-grid,.lp-preview-section,.lp-artisan-layout{grid-template-columns:1fr}.lp-hero-copy,.lp-preview-copy,.lp-artisan-copy{max-width:780px}.lp-artisan-copy{padding-top:0;position:static}.lp-hero-visual{min-height:550px}.lp-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.lp-card:nth-child(2){border-right:0}.lp-card:nth-child(-n+2){border-bottom:1px solid var(--lp-line)}}@media (width<=840px){.landing-header{grid-template-columns:minmax(178px,1fr) auto;min-height:66px;padding-inline:1rem}.landing-nav{display:none}.landing-brand-logo{width:min(210px,100%)}.landing-brand-name{font-size:1.16rem}.landing-header-link{display:none}.landing-header-cta{min-height:40px;padding:.55rem .75rem;font-size:.8rem}.lp-hero{min-height:auto;padding:6.4rem 0 2.8rem}.lp-hero h1{font-size:3.65rem;line-height:1.04}.lp-step-grid,.lp-plan-grid,.lp-auth-section,.lp-artisan-gallery,.landing-footer{grid-template-columns:1fr}.lp-card,.lp-step-card,.lp-plan-card{min-height:auto}.lp-auth-copy{padding-top:0;position:static}.lp-artisan-shot-main{grid-column:auto}.lp-demo-preview-product-grid,.lp-demo-preview-panel-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.lp-demo-preview-form,.lp-demo-preview-pricing{grid-template-columns:1fr}}@media (width<=640px){.lp-hero,.lp-section,.lp-final-cta,.lp-auth-section,.landing-footer{width:min(100% - 24px,1160px)}.landing-header{gap:.6rem}.landing-brand-logo{width:min(200px,100%)}.landing-brand-name{font-size:1.02rem}.lp-hero-grid{gap:2rem}.lp-eyebrow{font-size:.7rem}.lp-hero h1{font-size:2.72rem;line-height:1.06}.lp-hero p{font-size:.96rem}.lp-demo-preview{min-height:300px;padding:.62rem}.lp-demo-preview-expanded{min-height:620px;padding:.72rem}.lp-demo-preview-topbar{grid-template-columns:auto minmax(0,1fr)}.lp-demo-preview-badge{display:none}.lp-demo-preview-filters{grid-template-columns:1fr}.lp-demo-preview-categories{padding-bottom:.1rem;overflow-x:auto}.lp-demo-preview-product-grid,.lp-demo-preview-panel-grid,.lp-demo-preview-pricing-grid{grid-template-columns:1fr}.lp-demo-preview-panel-grid article{grid-template-columns:54px minmax(0,1fr)}.lp-demo-preview-panel-grid img,.lp-demo-preview-panel-grid article>span{width:54px;height:54px}.lp-demo-preview-form-main,.lp-demo-preview-cost-lines{grid-template-columns:1fr}.lp-screenshot-backdrop{padding:.65rem}.lp-screenshot-scroll{padding:.65rem}.lp-artisan-copy h2{font-size:2.12rem}.lp-artisan-link{width:100%}.lp-artisan-shot>.lp-demo-screenshot-picture,.lp-artisan-shot:not(.lp-artisan-shot-main)>.lp-demo-screenshot-picture{aspect-ratio:390/844;background:var(--lp-white);overflow:hidden}.lp-artisan-shot>.lp-demo-screenshot-picture img{object-fit:contain;width:100%;height:100%}.lp-hero-actions{flex-direction:column;align-items:stretch}.landing-btn{width:100%}.landing-btn-link{justify-content:center}.lp-hero-visual{min-height:auto;padding:.62rem}.lp-live-shell{min-height:auto}.lp-live-browserbar{min-height:38px;padding:.52rem .62rem}.lp-live-url{font-size:.62rem}.lp-live-store-head{grid-template-columns:auto minmax(0,1fr);gap:.64rem;padding:.78rem}.lp-live-store-actions{grid-column:1/-1;justify-content:flex-start}.lp-live-tabs{padding-inline:.72rem}.lp-live-tabs span{min-height:30px;font-size:.66rem}.lp-live-window{min-height:0;padding:.72rem}.lp-live-filter-row,.lp-live-product-screen,.lp-live-grid{grid-template-columns:1fr}.lp-live-grid .lp-live-card:nth-child(n+3){display:none}.lp-live-product-media,.lp-live-product-media img{min-height:196px}.lp-live-insight{grid-template-columns:1fr;margin:0 .72rem .72rem}.lp-phone-showcase{border-width:7px;border-radius:28px;width:208px;min-height:402px;padding:.7rem}.lp-phone-speaker{width:54px;height:13px;top:7px}.lp-phone-brand{min-height:108px;margin-top:1.35rem}.lp-phone-brand img{width:48px;height:42px}.lp-phone-brand .landing-brand-name{font-size:.92rem}.lp-phone-brand small{font-size:.5rem}.lp-store-bar{padding:.48rem .55rem}.lp-store-bar strong{font-size:.62rem}.lp-store-bar span,.lp-catalog-list small{font-size:.54rem}.lp-product-cover{min-height:76px;margin:.55rem 0;padding:.55rem}.lp-product-cover span{font-size:.58rem}.lp-product-cover strong{font-size:.92rem}.lp-catalog-list{gap:.35rem}.lp-catalog-list>div{grid-template-columns:30px minmax(0,1fr);gap:.42rem;min-height:38px;padding:.26rem}.lp-catalog-list>div:nth-child(3){display:none}.lp-catalog-thumb{width:30px;height:30px}.lp-catalog-list strong{font-size:.56rem}.lp-whatsapp-preview{min-height:32px;margin-top:.55rem;font-size:.58rem}.lp-pricing-preview{width:146px;padding:.6rem;bottom:18px;left:9px}.lp-preview-head{padding-bottom:.42rem}.lp-preview-head span,.lp-price-lines span,.lp-mini-order span{font-size:.58rem}.lp-preview-head strong,.lp-mini-order strong{font-size:.68rem}.lp-price-lines{gap:.28rem;margin:.45rem 0}.lp-price-lines strong,.lp-preview-status{font-size:.58rem}.lp-mini-order{width:126px;padding:.58rem;top:18px;right:9px}.lp-section{padding:3.5rem 0}.lp-section-heading h2,.lp-preview-copy h2,.lp-final-cta h2,.lp-auth-copy h2{font-size:1.85rem}.lp-card-grid{grid-template-columns:1fr}.lp-card{border-right:0;border-bottom:1px solid var(--lp-line)}.lp-card,.lp-step-card,.lp-plan-card{text-align:center;align-items:center}.lp-icon-badge,.lp-step-card>span,.lp-plan-trial h3,.lp-plan-badge,.lp-plan-annual{margin-left:auto;margin-right:auto}.lp-plan-card li{text-align:center;justify-content:center}.lp-card:last-child{border-bottom:0}.lp-preview-section{padding-top:3rem;padding-bottom:3rem}.lp-product-preview{min-height:auto;padding:.75rem}.lp-product-preview-examples{grid-template-columns:1fr;gap:.82rem}.lp-preview-examples{min-height:auto}.lp-preview-example-head{text-align:center;flex-direction:column;justify-content:center}.lp-preview-example-grid{grid-template-columns:1fr;gap:.75rem;padding:.75rem}.lp-preview-example-grid article{text-align:center;align-items:center;min-height:auto;padding:1rem}.lp-preview-example-grid p{max-width:280px;margin-left:auto;margin-right:auto}.lp-preview-grid{grid-template-columns:1fr}.lp-preview-side{width:100%;margin-top:.75rem;position:static}.lp-preview-side-clear{text-align:left;align-items:stretch}.lp-preview-side-clear>strong,.lp-preview-side-clear small{text-align:center}.lp-auth-section{text-align:center;justify-items:center}.lp-auth-copy{max-width:420px}.landing-auth-card{width:100%!important;max-width:430px!important;margin-left:auto!important;margin-right:auto!important}.landing-auth-card .form-group,.landing-auth-card label{text-align:left}.lp-screenshot-backdrop{align-items:stretch;padding:.75rem}.lp-screenshot-modal{width:calc(100vw - 1.5rem);height:calc(100vh - 1.5rem)}.lp-screenshot-header{padding:.9rem}.lp-screenshot-header h2{font-size:1.42rem}.lp-screenshot-nav{width:38px;height:38px}.lp-screenshot-nav-prev{left:.72rem}.lp-screenshot-nav-next{right:.72rem}.lp-final-cta{padding:3.4rem 0}.lp-legal-backdrop{align-items:stretch;padding:.75rem}.lp-legal-modal{max-height:calc(100vh - 1.5rem)}.lp-legal-header{padding:1rem}.lp-legal-header h2{font-size:1.55rem}.lp-legal-body{padding:1rem}.lp-legal-intro{font-size:.94rem}.lp-legal-section p,.lp-legal-section li{font-size:.88rem}}@media (width<=390px){.landing-header{grid-template-columns:minmax(0,1fr) auto}.landing-brand-name{font-size:.95rem}.landing-brand-logo{width:min(174px,100%)}.landing-header-cta{white-space:normal;text-align:center;max-width:128px;line-height:1.15}.lp-hero h1{font-size:2.38rem;line-height:1.08}}@media (width<=700px){.lp-artisan-gallery{overscroll-behavior-x:contain;scroll-snap-type:x mandatory;scrollbar-width:none;-webkit-overflow-scrolling:touch;grid-template-columns:none;gap:.85rem;margin-inline:-.75rem;padding:.2rem .75rem .85rem;scroll-padding-inline:.75rem;display:flex;overflow-x:auto}.lp-artisan-gallery::-webkit-scrollbar{display:none}.lp-artisan-shot{scroll-snap-align:center;scroll-snap-stop:always;touch-action:pan-x pan-y;flex:0 0 min(82vw,350px)}.lp-artisan-shot>.lp-demo-screenshot-picture,.lp-artisan-shot:not(.lp-artisan-shot-main)>.lp-demo-screenshot-picture{aspect-ratio:390/844;background:var(--lp-white);height:auto}.lp-artisan-shot>.lp-demo-screenshot-picture img{object-fit:contain;width:100%;height:100%}.lp-artisan-shot-caption{min-height:124px;padding:.82rem .9rem .95rem}.lp-artisan-shot-caption span{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}}.landing-page .lp-live-store-actions span,.landing-page .lp-live-url,.landing-page .lp-live-filter-row span,.landing-page .lp-live-tabs span,.landing-page .lp-live-card small,.landing-page .lp-live-insight span,.landing-page .lp-preview-example-grid small,.landing-page .lp-preview-calc-list span{letter-spacing:0;line-height:1.35;font-size:.7rem!important;font-weight:600!important}
