:root{--color-primary: #0f172a;--color-primary-hover: #1e293b;--color-accent: #6366f1;--color-accent-light: #818cf8;--color-accent-bg: #eef2ff;--color-success: #10b981;--color-success-bg: #d1fae5;--color-warning: #f59e0b;--color-warning-bg: #fef3c7;--color-error: #ef4444;--color-error-bg: #fee2e2;--color-text: #0f172a;--color-text-secondary: #64748b;--color-text-muted: #94a3b8;--color-border: #e2e8f0;--color-border-light: #f1f5f9;--color-bg: #ffffff;--color-bg-subtle: #f8fafc;--color-bg-muted: #f1f5f9;--shadow-sm: 0 1px 2px 0 rgb(0 0 0 / .05);--shadow-md: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--shadow-xl: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--radius-sm: .375rem;--radius-md: .5rem;--radius-lg: .75rem;--radius-xl: 1rem;--radius-full: 9999px;--transition-fast: .15s cubic-bezier(.4, 0, .2, 1);--transition-normal: .2s cubic-bezier(.4, 0, .2, 1);font-family:Inter,SF Pro Display,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--color-text);background:var(--color-bg);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;margin:0;padding:0}body{height:100vh;display:flex;overflow:hidden}#root{flex:1;min-width:0;overflow-x:hidden;overflow-y:auto}#spoosh-devtool-container{flex-shrink:0;height:100vh;overflow:hidden}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto}.app-shell{min-height:100vh;display:flex;flex-direction:column}.container{width:100%;max-width:1280px;margin:0 auto;padding-left:1.5rem;padding-right:1.5rem}.site-header{position:sticky;top:0;z-index:100;background:#fffffff2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--color-border)}.header-inner{display:flex;align-items:center;justify-content:space-between;height:72px;gap:2rem}.logo{display:flex;align-items:center;gap:.5rem;font-size:1.2rem;font-weight:700;letter-spacing:-.025em;color:var(--color-primary)}.logo-icon{width:30px;height:30px;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:1.25rem}.main-nav{display:flex;align-items:center;gap:.25rem}.main-nav a{display:flex;align-items:center;gap:.5rem;padding:.625rem 1rem;font-size:.9375rem;font-weight:500;color:var(--color-text-secondary);border-radius:var(--radius-md);transition:all var(--transition-fast)}.main-nav a:hover{color:var(--color-text);background:var(--color-bg-subtle)}.main-nav a.active{color:var(--color-accent);background:var(--color-accent-bg)}.nav-icon{width:20px;height:20px;opacity:.8}.header-actions{display:flex;align-items:center;gap:1rem}.cart-btn{position:relative;display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:var(--radius-full);background:var(--color-bg-subtle);border:1px solid var(--color-border);transition:all var(--transition-fast)}.cart-btn:hover{background:var(--color-bg-muted);border-color:var(--color-border)}.cart-btn svg{width:22px;height:22px;color:var(--color-text)}.badge{position:absolute;top:-4px;right:-4px;min-width:20px;height:20px;padding:0 6px;display:flex;align-items:center;justify-content:center;font-size:.6875rem;font-weight:600;color:#fff;background:var(--color-accent);border-radius:var(--radius-full);border:2px solid white}.badge:empty{display:none}.page-body{flex:1;padding-top:2rem;padding-bottom:4rem}.hero-section{background:linear-gradient(135deg,var(--color-bg-subtle) 0%,var(--color-accent-bg) 100%);border-radius:var(--radius-xl);padding:3rem;margin-bottom:2.5rem;text-align:center}.hero-section h1{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;letter-spacing:-.025em;color:var(--color-primary);margin-bottom:.75rem}.hero-section p{font-size:1.0625rem;color:var(--color-text-secondary);max-width:600px;margin:0 auto}.tech-badges{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:.5rem;margin-top:1.5rem}.tech-badge{display:inline-flex;align-items:center;gap:.375rem;padding:.375rem .75rem;font-size:.8125rem;font-weight:500;color:var(--color-text-secondary);background:#fff;border:1px solid var(--color-border);border-radius:var(--radius-full)}.section-header{display:flex;align-items:flex-end;justify-content:space-between;gap:1.5rem;margin-bottom:1.5rem;flex-wrap:wrap}.section-header h2{font-size:1.5rem;font-weight:600;letter-spacing:-.025em}.section-header p{font-size:.9375rem;color:var(--color-text-secondary);margin-top:.25rem}.search-box{position:relative;width:100%;max-width:320px}.search-box input{width:100%;height:44px;padding:0 1rem 0 2.75rem;font-size:.9375rem;color:var(--color-text);background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius-lg);transition:all var(--transition-fast)}.search-box input::placeholder{color:var(--color-text-muted)}.search-box input:focus{outline:none;border-color:var(--color-accent);box-shadow:0 0 0 3px var(--color-accent-bg)}.search-icon{position:absolute;left:.875rem;top:50%;transform:translateY(-50%);width:18px;height:18px;color:var(--color-text-muted);pointer-events:none}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}.product-card{position:relative;display:flex;flex-direction:column;background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius-xl);overflow:hidden;transition:all var(--transition-normal)}.product-card:hover{border-color:var(--color-border);box-shadow:var(--shadow-lg);transform:translateY(-4px)}.product-link{display:block;flex:1}.product-image-wrap{position:relative;aspect-ratio:4 / 3;overflow:hidden;background:var(--color-bg-muted)}.product-image{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.product-card:hover .product-image{transform:scale(1.05)}.product-badges{position:absolute;top:.75rem;left:.75rem;display:flex;flex-direction:column;gap:.375rem}.product-badge{display:inline-flex;align-items:center;padding:.25rem .625rem;font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;border-radius:var(--radius-sm)}.product-badge.sale{background:var(--color-error);color:#fff}.product-badge.new{background:var(--color-accent);color:#fff}.product-badge.out-of-stock{background:var(--color-text);color:#fff}.wishlist-btn{position:absolute;top:.75rem;right:.75rem;width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:#fff;border:none;border-radius:var(--radius-full);box-shadow:var(--shadow-md);cursor:pointer;opacity:0;transform:scale(.9);transition:all var(--transition-fast)}.product-card:hover .wishlist-btn{opacity:1;transform:scale(1)}.wishlist-btn:hover{background:var(--color-error-bg)}.wishlist-btn svg{width:18px;height:18px;color:var(--color-text-secondary)}.wishlist-btn:hover svg{color:var(--color-error)}.product-content{padding:1rem 1.25rem 1.25rem}.product-category{font-size:.75rem;font-weight:500;text-transform:uppercase;letter-spacing:.05em;color:var(--color-text-muted);margin-bottom:.375rem}.product-content h3{font-size:1rem;font-weight:600;color:var(--color-text);margin-bottom:.5rem;line-height:1.4}.product-content .description{font-size:.875rem;color:var(--color-text-secondary);line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-meta{display:flex;align-items:center;justify-content:space-between;margin-top:.875rem;padding-top:.875rem;border-top:1px solid var(--color-border-light)}.product-price{font-size:1.125rem;font-weight:700;color:var(--color-text)}.product-rating{display:flex;align-items:center;gap:.25rem;font-size:.875rem;color:var(--color-text-secondary)}.product-rating svg{width:16px;height:16px;color:var(--color-warning);fill:var(--color-warning)}.product-card .btn{margin:0 1rem 1rem;justify-content:center}.loading-card{padding:0;border:1px solid var(--color-border);border-radius:var(--radius-xl);overflow:hidden}.shimmer{background:linear-gradient(90deg,var(--color-bg-muted) 25%,var(--color-bg-subtle) 50%,var(--color-bg-muted) 75%);background-size:200% 100%;animation:shimmer 1.5s infinite linear}.shimmer.media{aspect-ratio:4 / 3}.shimmer.line{height:1rem;border-radius:var(--radius-sm);margin:1rem}.shimmer.line.short{width:60%}.shimmer.line.btn{height:2.75rem;margin:0 1rem 1rem;border-radius:var(--radius-lg)}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;height:44px;padding:0 1.25rem;font-size:.9375rem;font-weight:600;color:#fff;background:var(--color-primary);border:none;border-radius:var(--radius-lg);cursor:pointer;transition:all var(--transition-fast)}.btn:hover:not(:disabled){background:var(--color-primary-hover);transform:translateY(-1px);box-shadow:var(--shadow-md)}.btn:active:not(:disabled){transform:translateY(0)}.btn:disabled{opacity:.5;cursor:not-allowed}.btn.primary{background:var(--color-accent)}.btn.primary:hover:not(:disabled){background:var(--color-accent-light)}.btn.secondary{color:var(--color-text);background:var(--color-bg);border:1px solid var(--color-border)}.btn.secondary:hover:not(:disabled){background:var(--color-bg-subtle);border-color:var(--color-text-muted)}.btn.ghost{color:var(--color-text-secondary);background:transparent}.btn.ghost:hover:not(:disabled){color:var(--color-text);background:var(--color-bg-subtle)}.btn.sm{height:36px;padding:0 .875rem;font-size:.875rem}.btn.lg{height:52px;padding:0 1.75rem;font-size:1rem}.btn.full{width:100%}.btn svg{width:18px;height:18px}.disabled-link{opacity:.5;pointer-events:none}input,textarea,select{width:100%;padding:.75rem 1rem;font-size:.9375rem;font-family:inherit;color:var(--color-text);background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius-lg);transition:all var(--transition-fast)}input::placeholder,textarea::placeholder{color:var(--color-text-muted)}input:focus,textarea:focus,select:focus{outline:none;border-color:var(--color-accent);box-shadow:0 0 0 3px var(--color-accent-bg)}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-size:.875rem;font-weight:500;color:var(--color-text)}.panel{background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius-xl);padding:1.5rem}.panel h2{font-size:1.25rem;font-weight:600;margin-bottom:.375rem}.panel h3{font-size:1.0625rem;font-weight:600}.section-actions{display:flex;justify-content:center;align-items:center;gap:1rem;margin-top:2rem}.section-actions.left{justify-content:flex-start}.detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.detail-gallery{position:sticky;top:96px;height:fit-content}.detail-image{width:100%;aspect-ratio:1 / 1;object-fit:cover;border-radius:var(--radius-xl);background:var(--color-bg-muted)}.detail-info{display:flex;flex-direction:column;gap:1.5rem}.breadcrumb{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:var(--color-text-secondary)}.breadcrumb a:hover{color:var(--color-accent)}.breadcrumb svg{width:14px;height:14px;color:var(--color-text-muted)}.detail-header h1{font-size:1.75rem;font-weight:700;letter-spacing:-.025em;line-height:1.3}.detail-header .price{font-size:1.5rem;font-weight:700;color:var(--color-accent);margin-top:.75rem}.detail-meta{display:flex;flex-wrap:wrap;gap:.75rem;padding:1rem 0;border-top:1px solid var(--color-border-light);border-bottom:1px solid var(--color-border-light)}.meta-item{display:flex;align-items:center;gap:.5rem;font-size:.9375rem;color:var(--color-text-secondary)}.meta-item svg{width:18px;height:18px}.stock-badge{display:inline-flex;align-items:center;gap:.375rem;padding:.375rem .75rem;font-size:.8125rem;font-weight:500;border-radius:var(--radius-full)}.stock-badge.in-stock{background:var(--color-success-bg);color:#059669}.stock-badge.out-of-stock{background:var(--color-error-bg);color:var(--color-error)}.stock-badge svg{width:14px;height:14px}.detail-description{font-size:.9375rem;color:var(--color-text-secondary);line-height:1.7}.detail-actions{display:flex;gap:.75rem;flex-wrap:wrap}.detail-actions .btn{flex:1;min-width:140px;min-height:48px}.comments-section{margin-top:3rem}.comments-section h2{font-size:1.25rem;font-weight:600;margin-bottom:1.5rem}.comment-form{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.5rem}.comment-list{list-style:none;display:flex;flex-direction:column;gap:1rem}.comment-item{padding:1rem;background:var(--color-bg-subtle);border-radius:var(--radius-lg)}.comment-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:.5rem}.comment-header strong{font-size:.9375rem;font-weight:600}.comment-header small{font-size:.8125rem;color:var(--color-text-muted)}.comment-item p{font-size:.9375rem;color:var(--color-text-secondary);line-height:1.6}.pending-chip{display:inline-flex;align-items:center;padding:.25rem .5rem;font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--color-accent);background:var(--color-accent-bg);border-radius:var(--radius-sm);margin-top:.5rem}.cart-page{max-width:960px;margin:0 auto}.cart-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem}.cart-header h1{font-size:1.75rem;font-weight:700}.cart-count{font-size:.9375rem;color:var(--color-text-secondary)}.cart-layout{display:grid;grid-template-columns:1fr 380px;gap:2rem;align-items:start}.cart-items{display:flex;flex-direction:column;gap:1rem}.cart-item{display:grid;grid-template-columns:100px 1fr auto;gap:1.25rem;align-items:center;padding:1.25rem;background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius-xl);transition:all var(--transition-fast)}.cart-item:hover{border-color:var(--color-text-muted)}.cart-item img{width:100px;height:100px;object-fit:cover;border-radius:var(--radius-lg);background:var(--color-bg-muted)}.cart-item-info h3{font-size:1rem;font-weight:600;margin-bottom:.25rem}.cart-item-info .quantity{font-size:.875rem;color:var(--color-text-secondary);margin-bottom:.5rem}.cart-item-info .price{font-size:1.0625rem;font-weight:600;color:var(--color-accent)}.cart-item-actions{display:flex;flex-direction:column;align-items:flex-end;gap:.5rem}.cart-summary{position:sticky;top:96px;padding:1.5rem;background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius-xl)}.cart-summary h2{font-size:1.125rem;font-weight:600;margin-bottom:1.25rem;padding-bottom:1rem;border-bottom:1px solid var(--color-border-light)}.summary-row{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;font-size:.9375rem;color:var(--color-text-secondary)}.summary-row.total{padding-top:1rem;margin-top:.75rem;border-top:1px solid var(--color-border);font-size:1.125rem;font-weight:600;color:var(--color-text)}.cart-summary .btn{width:100%;margin-top:1.25rem}.empty-state{text-align:center;padding:3rem 1.5rem;background:var(--color-bg-subtle);border-radius:var(--radius-xl)}.empty-state svg{width:64px;height:64px;color:var(--color-text-muted);margin-bottom:1rem}.empty-state h3{font-size:1.125rem;font-weight:600;margin-bottom:.5rem}.empty-state p{font-size:.9375rem;color:var(--color-text-secondary);margin-bottom:1.5rem}.checkout-grid{display:grid;grid-template-columns:1fr 400px;gap:2rem;max-width:1100px;margin:0 auto}.checkout-form-section{display:flex;flex-direction:column;gap:1.5rem}.checkout-form-section h1{font-size:1.75rem;font-weight:700}.checkout-form-section .subtitle{font-size:.9375rem;color:var(--color-text-secondary);margin-top:.25rem}.checkout-form{display:flex;flex-direction:column;gap:1.25rem}.order-summary{position:sticky;top:96px;height:fit-content;padding:1.5rem;background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius-xl)}.order-summary h2{font-size:1.125rem;font-weight:600;margin-bottom:1.25rem;padding-bottom:1rem;border-bottom:1px solid var(--color-border-light)}.order-items{list-style:none;display:flex;flex-direction:column;gap:.75rem}.order-item{display:flex;justify-content:space-between;align-items:center;gap:1rem;font-size:.9375rem}.order-item span{color:var(--color-text-secondary)}.order-item strong{font-weight:500}.summary-total{display:flex;justify-content:space-between;align-items:center;padding-top:1rem;margin-top:.75rem;border-top:1px solid var(--color-border);font-size:1.125rem;font-weight:600}.processing-page{max-width:600px;margin:0 auto;text-align:center}.processing-card{padding:2.5rem;background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius-xl)}.processing-card h1{font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.processing-card .order-number{font-size:.9375rem;color:var(--color-text-secondary);margin-bottom:2rem}.progress-steps{list-style:none;display:flex;flex-direction:column;gap:0;text-align:left;margin-bottom:2rem}.progress-step{display:flex;align-items:flex-start;gap:1rem;padding:1rem 0;position:relative}.progress-step:not(:last-child):before{content:"";position:absolute;left:11px;top:2.75rem;width:2px;height:calc(100% - 1.5rem);background:var(--color-border)}.progress-step.done:not(:last-child):before{background:var(--color-success)}.step-indicator{width:24px;height:24px;border-radius:var(--radius-full);border:2px solid var(--color-border);background:var(--color-bg);display:flex;align-items:center;justify-content:center;flex-shrink:0}.progress-step.active .step-indicator{border-color:var(--color-accent);background:var(--color-accent)}.progress-step.done .step-indicator{border-color:var(--color-success);background:var(--color-success)}.step-indicator svg{width:14px;height:14px;color:#fff}.step-content{flex:1}.step-content h3{font-size:.9375rem;font-weight:600;color:var(--color-text-secondary)}.progress-step.active .step-content h3,.progress-step.done .step-content h3{color:var(--color-text)}.step-content p{font-size:.8125rem;color:var(--color-text-muted);margin-top:.25rem}.status-pill{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;border-radius:var(--radius-full);margin-bottom:1.5rem}.status-pill.pending{background:var(--color-bg-muted);color:var(--color-text-secondary)}.status-pill.ok{background:var(--color-success-bg);color:#059669}.spinner{width:18px;height:18px;border:2px solid var(--color-border);border-top-color:var(--color-accent);border-radius:var(--radius-full);animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.inline-error{display:flex;align-items:center;gap:.75rem;padding:.875rem 1rem;background:var(--color-error-bg);border:1px solid #fecaca;border-radius:var(--radius-lg);color:var(--color-error);font-size:.9375rem;margin-bottom:1rem}.inline-error svg{width:18px;height:18px;flex-shrink:0}.muted{color:var(--color-text-secondary)}.site-footer{margin-top:auto;background:var(--color-bg-subtle);border-top:1px solid var(--color-border)}.footer-inner{display:flex;align-items:center;justify-content:space-between;padding:2rem 0;gap:1.5rem;flex-wrap:wrap}.footer-brand{font-size:.9375rem;color:var(--color-text-secondary)}.footer-brand strong{font-weight:600;color:var(--color-text)}.footer-links{display:flex;align-items:center;gap:1.5rem}.footer-links a{font-size:.875rem;color:var(--color-text-secondary);transition:color var(--transition-fast)}.footer-links a:hover{color:var(--color-accent)}@media(max-width:1024px){.detail-grid,.checkout-grid,.cart-layout{grid-template-columns:1fr}.detail-gallery,.cart-summary,.order-summary{position:static}}@media(max-width:768px){.header-inner{height:64px}.main-nav{display:none}.hero-section{padding:2rem 1.5rem}.products-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1rem}.section-header{flex-direction:column;align-items:stretch}.search-box{max-width:none}.cart-item{grid-template-columns:80px 1fr;gap:1rem}.cart-item img{width:80px;height:80px}.cart-item-actions{grid-column:span 2;flex-direction:row;justify-content:space-between;align-items:center}.footer-inner{flex-direction:column;text-align:center}}@media(max-width:480px){.container{padding:0 1rem}.products-grid{grid-template-columns:1fr}.detail-actions{flex-direction:column}.detail-actions .btn{width:100%}}.settings-fab{position:fixed;left:.5rem;top:50%;transform:translateY(-50%);z-index:50}.fab-btn{width:48px;height:48px;border-radius:var(--radius-full);background:var(--color-bg);border:1px solid var(--color-border);box-shadow:var(--shadow-lg);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all var(--transition-fast);color:var(--color-text-secondary)}.fab-btn:hover{background:var(--color-bg-subtle);color:var(--color-accent);transform:rotate(45deg)}.settings-panel{position:absolute;left:calc(100% + .75rem);top:50%;transform:translateY(-50%);width:220px;padding:1rem;background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-xl)}.settings-panel h4{font-size:.8125rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--color-text-muted);margin-bottom:.875rem;padding-bottom:.625rem;border-bottom:1px solid var(--color-border-light)}.toggle-row{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.5rem 0;cursor:pointer;font-size:.875rem;color:var(--color-text)}.toggle-row input[type=checkbox]{display:none}.toggle-switch{width:36px;height:20px;background:var(--color-border);border-radius:var(--radius-full);position:relative;transition:background var(--transition-fast);flex-shrink:0}.toggle-switch:after{content:"";position:absolute;top:2px;left:2px;width:16px;height:16px;background:#fff;border-radius:var(--radius-full);box-shadow:var(--shadow-sm);transition:transform var(--transition-fast)}.toggle-row input:checked+.toggle-switch{background:var(--color-accent)}.toggle-row input:checked+.toggle-switch:after{transform:translate(16px)}.create-product-page{max-width:640px;margin:0 auto}.create-product-page h1{font-size:1.75rem;font-weight:700;margin-bottom:1.5rem}.create-product-form{display:flex;flex-direction:column;gap:1.25rem;background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius-xl);padding:1.5rem}.image-upload-area{position:relative;border:2px dashed var(--color-border);border-radius:var(--radius-lg);overflow:hidden;transition:all var(--transition-fast);cursor:pointer}.image-upload-area:hover{border-color:var(--color-accent);background:var(--color-accent-bg)}.image-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;padding:3rem;color:var(--color-text-muted)}.image-placeholder span{font-size:.9375rem}.image-preview{width:100%;aspect-ratio:4 / 3;object-fit:cover}.image-input{position:absolute;inset:0;opacity:0;cursor:pointer}.form-row{display:grid;grid-template-columns:1fr auto;gap:1.25rem;align-items:end}.checkbox-group{display:flex;align-items:center}.checkbox-group label{display:flex;align-items:center;gap:.5rem;font-size:.9375rem;cursor:pointer;white-space:nowrap;padding-bottom:.75rem}.checkbox-group input[type=checkbox]{width:18px;height:18px;accent-color:var(--color-accent)}.progress-container{display:flex;align-items:center;gap:1rem}.progress-bar{flex:1;height:8px;background:var(--color-bg-muted);border-radius:var(--radius-full);overflow:hidden}.progress-fill{height:100%;background:linear-gradient(90deg,var(--color-accent),var(--color-accent-light));border-radius:var(--radius-full);transition:width .2s ease}.progress-text{font-size:.875rem;font-weight:600;color:var(--color-text-secondary);min-width:40px;text-align:right}.submit-button{height:48px;padding:0 1.5rem;font-size:1rem;font-weight:600;color:#fff;background:var(--color-accent);border:none;border-radius:var(--radius-lg);cursor:pointer;transition:all var(--transition-fast)}.submit-button:hover:not(:disabled){background:var(--color-accent-light);transform:translateY(-1px);box-shadow:var(--shadow-md)}.submit-button:disabled{opacity:.6;cursor:not-allowed}
