*{box-sizing:border-box}body{margin:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#f5f5f7;color:#111827}a{color:inherit;text-decoration:none}.app-shell{min-height:100vh;display:flex;flex-direction:column}.app-header{position:sticky;top:0;z-index:20;background:#fff;border-bottom:1px solid #e5e7eb}.app-header-inner{max-width:1120px;margin:0 auto;padding:.75rem 1.5rem;display:flex;align-items:center;justify-content:space-between;gap:1.5rem}.brand{display:flex;align-items:center;gap:.5rem;font-weight:600}.brand-icon{font-size:20px}.nav-links{display:flex;gap:1rem;font-size:.95rem}.nav-links a{display:flex;align-items:center;gap:.25rem}.nav-right{display:flex;align-items:center;gap:.75rem;font-size:.9rem}.btn-icon{display:flex;align-items:center;gap:.25rem}.icon-md{font-size:1.2rem}.app-main{flex:1}.app-main-inner{max-width:1120px;margin:0 auto;padding:1.5rem}.page-header{text-align:center;margin-bottom:1.5rem}.page-title{font-size:1.5rem;font-weight:700;margin-bottom:.25rem}.page-subtitle{font-size:.9rem;color:#6b7280}.btn{border-radius:999px;padding:.45rem .9rem;border:1px solid #e5e7eb;background:#fff;font-size:.85rem;cursor:pointer;display:inline-flex;align-items:center;gap:.25rem;white-space:nowrap}.btn:hover{opacity:.9}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-primary{background:#0f172a;color:#fff;border-color:#0f172a;font-weight:600}.btn-dark{background:#111827;color:#fff;border-color:#111827;font-weight:600;padding:.65rem 1rem}.btn-danger{background:#ef4444;color:#fff;border-color:#ef4444}.icon-sm{font-size:1.1rem}.btn-full{width:100%;justify-content:center}.grid{display:grid;gap:1.25rem}.grid-3{grid-template-columns:repeat(auto-fill,minmax(260px,1fr))}.card{border-radius:.75rem;background:#fff;box-shadow:0 10px 25px #0f172a0f;padding:1rem;position:relative}.card.out-of-stock{opacity:.6}.card-image{width:100%;border-radius:.5rem;object-fit:cover;max-height:180px}.card-image.grayscale{filter:grayscale(100%)}.card-title{font-weight:600;margin-bottom:.15rem}.card-header{display:flex;justify-content:space-between;align-items:flex-start;gap:.5rem}.card-description{margin-top:4px}.card-price{font-weight:700;color:#1d4ed8}.card-footer{margin-top:.5rem;display:flex;gap:.5rem}.out-of-stock-badge{position:absolute;top:.5rem;right:.5rem;background:#ef4444;color:#fff;padding:.25rem .75rem;border-radius:.25rem;font-size:.875rem;font-weight:600;z-index:1}.badge{display:inline-flex;align-items:center;justify-content:center;padding:.2rem .55rem;border-radius:999px;background:#111827;color:#fff;font-size:.7rem}.badge.badge-danger{background:#ef4444}.form-grid{display:grid;gap:.75rem}.input,select,textarea{width:100%;padding:.5rem .6rem;border-radius:.4rem;border:1px solid #d1d5db;font-size:.9rem}.label{font-size:.8rem;font-weight:500;margin-bottom:.15rem;display:block}.search-bar{margin-bottom:1.5rem}.search-container{position:relative;max-width:600px}.search-icon{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);color:#6b7280;font-size:1.25rem;pointer-events:none}.search-input{padding-left:2.5rem}.search-result-text{font-size:.9rem;color:#6b7280;margin-top:.5rem}.input-group{position:relative}.input-group .input{padding-left:2.25rem}.input-icon{position:absolute;left:.6rem;top:50%;transform:translateY(-50%);color:#9ca3af;font-size:18px;pointer-events:none}.form-row{display:flex;align-items:center;justify-content:space-between}.link{color:#2563eb;text-decoration:underline}.divider{border-top:1px solid #e5e7eb;margin:.75rem 0}.checkbox{display:inline-flex;align-items:center;gap:.4rem;font-size:.85rem}.admin-header{display:flex;justify-content:space-between;align-items:center}.tabs{display:flex;gap:.25rem;margin-bottom:1rem}.tab{padding:.4rem .8rem;border-radius:999px;font-size:.82rem;border:1px solid transparent;cursor:pointer}.tab-active{background:#111827;color:#fff}.tab:not(.tab-active){background:#f3f4f6;color:#374151}.table{width:100%;border-collapse:collapse;font-size:.85rem;background:#fff;border-radius:.75rem;overflow:hidden;box-shadow:0 10px 25px #0f172a0d}.table th,.table td{padding:.6rem .75rem;border-bottom:1px solid #e5e7eb;text-align:left}.table th{background:#f9fafb;font-weight:600}.table-image{width:40px;height:40px;object-fit:cover;border-radius:.25rem}.table-no-image{display:none;font-size:.7rem;color:#6b7280}.table-actions{display:flex;gap:.5rem}.btn-table{padding:.25rem .5rem}.section{margin-bottom:1.5rem}.section-title{font-weight:600;margin-bottom:.5rem}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;display:flex;align-items:center;justify-content:center;z-index:50}.modal-content{width:480px;max-height:90vh;overflow-y:auto;background:#fff;border-radius:.75rem;padding:1.5rem;box-shadow:0 25px 50px #00000040}.modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.modal-close{font-size:1.25rem;line-height:1;padding:.25rem .5rem}.modal-footer{display:flex;gap:.75rem;justify-content:flex-end;margin-top:1rem}.modal-title{margin:0}.dropzone{border:2px dashed #d1d5db;border-radius:.5rem;padding:2rem;text-align:center;background:#fafafa;cursor:pointer;transition:all .2s}.dropzone.active{border-color:#3b82f6;background:#eff6ff}.dropzone-icon{font-size:2rem;margin-bottom:.5rem}.dropzone-text{font-size:.9rem;color:#6b7280;margin:0}.dropzone-text-success{font-size:.9rem;color:#10b981;margin:0;font-weight:500}.dropzone-subtext{font-size:.8rem;color:#9ca3af;margin:.25rem 0 0}.invoice-card{padding:1.25rem;background:#fff;border:1px solid #e5e7eb;border-radius:.5rem}.invoice-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem}.invoice-header .material-symbols-outlined{font-size:1.25rem;color:#3b82f6}.invoice-id{font-size:.85rem;font-family:monospace;color:#374151;font-weight:500;word-break:break-all}.invoice-info{margin-bottom:.75rem}.invoice-row{display:flex;align-items:center;gap:.35rem;margin-bottom:.25rem}.invoice-row:last-child{margin-bottom:0}.invoice-row .material-symbols-outlined{font-size:1rem;color:#6b7280}.invoice-customer-label{font-size:.85rem;font-weight:600;color:#111827}.invoice-customer-value{font-size:.85rem;color:#374151}.invoice-meta-text{font-size:.85rem;color:#6b7280}.invoice-footer{display:flex;justify-content:space-between;align-items:center;padding-top:.75rem;border-top:1px solid #e5e7eb}.invoice-items-label{font-size:.75rem;color:#6b7280;margin-bottom:.15rem}.invoice-items-value{font-size:.95rem;font-weight:600;color:#111827}.invoice-total-container{text-align:right}.invoice-total-label{font-size:.75rem;color:#6b7280;margin-bottom:.15rem}.invoice-total-value{font-size:1.1rem;font-weight:700;color:#3b82f6}.invoice-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1rem}.invoice-empty{padding:2rem}.invoice-search-container{max-width:500px}.invoice-search-input{background:#f9fafb;border:1px solid #e5e7eb}.inventory-icon{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem}.inventory-icon .material-symbols-outlined{font-size:1.5rem;color:#3b82f6}.inventory-title{margin:0}.inventory-actions{margin-top:.75rem}.inventory-view-btn{width:100%;display:flex;align-items:center;justify-content:center;gap:.5rem}.inventory-view-icon{font-size:1.1rem}.auth-container{max-width:480px;margin:3rem auto}.auth-page{max-width:460px;margin:3rem auto}.auth-page .page-header{text-align:center;margin-bottom:2rem}.auth-page .page-title{font-size:1.75rem;font-weight:700;margin-bottom:.5rem;color:#111827}.auth-page .page-subtitle{font-size:.95rem;color:#6b7280}.card-auth{padding:2rem}.helper-subtitle{font-size:.9rem;color:#374151;margin-bottom:1.5rem;margin-top:.5rem}.legal{font-size:.8rem;color:#6b7280;margin-top:1rem;text-align:center}.muted-link{color:#6b7280;text-decoration:underline}.muted-link:hover{color:#111827}.auth-footer{text-align:center}.cart-container{max-width:1200px;margin:0 auto;padding:1.5rem}.cart-header{margin-bottom:1rem;display:flex;align-items:center;gap:1rem}.cart-grid{display:grid;grid-template-columns:1.5fr 1fr;gap:1.5rem}.cart-item{margin-bottom:1rem;display:flex;gap:1rem;align-items:center}.cart-item-image{width:80px;height:80px;object-fit:cover;border-radius:.5rem;flex-shrink:0}.cart-item-details{flex:1;min-width:0}.cart-item-name{margin:0;font-size:1rem;font-weight:600}.cart-item-controls{display:flex;align-items:center;gap:.75rem}.cart-item-qty{min-width:2rem;text-align:center;font-weight:500}.cart-item-price{font-size:1.1rem;font-weight:600;min-width:120px;text-align:right;color:#1d4ed8}.cart-btn-back{padding:.5rem}.cart-title{text-align:left;margin:0}.cart-qty-btn{padding:.25rem .6rem;font-size:1rem}.cart-delete-btn{padding:.25rem .5rem}.cart-delete-icon{font-size:1.1rem}.cart-summary-total{font-weight:600;margin-bottom:1rem}.cart-checkout-btn{width:100%}.cart-status{margin-top:.5rem}.breadcrumb{display:flex;align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:.9rem;color:#6b7280}.breadcrumb a{color:#6b7280}.breadcrumb .current{color:#111827}.breadcrumb-back{padding:.35rem .75rem;display:flex;align-items:center;gap:.25rem}.breadcrumb-back .material-symbols-outlined{font-size:1rem}.product-detail-grid{display:grid;grid-template-columns:400px 1fr;gap:2.5rem;align-items:start;margin-bottom:2rem}.product-detail-image{width:100%;height:auto;aspect-ratio:1;border-radius:.75rem;object-fit:cover;background:#f5f5f5}.product-detail-image.out-of-stock{filter:grayscale(100%);opacity:.7}.product-title{font-size:1.75rem;font-weight:700;margin-bottom:.5rem}.product-description{margin-bottom:1rem;font-size:.95rem}.product-price-container{font-size:1.75rem;font-weight:700;color:#1d4ed8;margin-bottom:.75rem;display:flex;align-items:center;gap:.75rem}.product-stock-badge{font-size:.75rem;padding:.35rem .75rem}.product-stock-badge.in-stock{background-color:#111827}.product-stock-badge.out-of-stock{background-color:#ef4444}.product-meta{margin-bottom:1rem;font-size:.9rem;color:#6b7280}.product-meta-row{display:flex;align-items:center;gap:.5rem;margin-bottom:.25rem}.product-meta-row:last-child{margin-bottom:0}.product-meta-row .material-symbols-outlined{font-size:1.1rem}.product-out-of-stock-warning{padding:.75rem 1rem;background:#fef2f2;border:1px solid #fecaca;border-radius:.5rem;margin-bottom:1rem;color:#991b1b;font-size:.9rem}.product-actions{display:flex;gap:.75rem}.product-add-to-cart{display:inline-flex;align-items:center;gap:.35rem;padding:.7rem 1.5rem;font-size:.95rem;font-weight:600}.product-add-to-cart:disabled{opacity:.5;cursor:not-allowed}.product-add-to-cart .material-symbols-outlined{font-size:1.2rem}.product-view-inventory{padding:.7rem 1.5rem;font-size:.95rem}.product-detail-specs{background:#f9fafb;border-radius:.75rem;padding:1.5rem;border:1px solid #e5e7eb}.product-specs-title{font-size:1.1rem;font-weight:600;margin-bottom:1rem}.product-specs-section{margin-bottom:1.5rem}.product-specs-section:last-child{margin-bottom:0}.product-specs-subtitle{font-size:.95rem;font-weight:600;margin-bottom:.75rem;color:#374151}.product-specs-content{font-size:.85rem;line-height:1.8}.product-specs-grid{display:grid;grid-template-columns:120px 1fr;gap:.5rem;max-width:600px}.product-specs-label{color:#6b7280}.product-specs-value{color:#111827}.product-specs-value.monospace{font-family:monospace;font-size:.8rem;word-break:break-all}.product-specs-description{font-size:.85rem;line-height:1.7;color:#6b7280}.text-muted{color:#6b7280;font-size:.85rem}.text-center{text-align:center}.text-right{text-align:right}.flex{display:flex}.items-center{align-items:center}.justify-between{justify-content:space-between}.gap-1{gap:.5rem}.gap-2{gap:1rem}.material-symbols-outlined{font-family:Material Symbols Outlined;font-variation-settings:"FILL" 0,"wght" 400,"GRAD" 0,"opsz" 24}@media(max-width:768px){.cart-grid,.product-detail-grid{grid-template-columns:1fr}}@media(max-width:640px){.app-header-inner,.nav-links{flex-wrap:wrap;justify-content:center}.modal-content{width:90%}.cart-item{flex-wrap:wrap}}
