:root{font-family:system-ui,Segoe UI,Roboto,sans-serif;line-height:1.5;color:#0f172a;background:#f8fafc}*{box-sizing:border-box}body{margin:0}a{color:#0f766e;text-decoration:none}a:hover{text-decoration:underline}.app{min-height:100vh}.top{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 1.5rem;background:#0f766e;border-bottom:1px solid #0b5e58}.top-left{display:flex;align-items:center;gap:1.25rem;min-width:0}.top-right{display:flex;align-items:center;gap:.85rem}.brand{font-weight:700;font-size:1.125rem;color:#fff;white-space:nowrap}.nav{display:flex;gap:1rem}.nav-main{gap:.4rem;flex-wrap:wrap}.nav-main a{color:#d1fae5;font-weight:500;padding:.4rem .7rem;border-radius:8px;transition:background .18s ease,color .18s ease}.nav-main a:hover{text-decoration:none;background:#ffffff24;color:#fff}.top-right a{font-weight:500;color:#ecfeff}.top .muted{color:#ccfbf1}.top-right .muted.small{font-size:1rem;font-weight:500;line-height:1}.main{max-width:960px;margin:0 auto;padding:2rem 1.5rem}.muted{color:#64748b}.small{font-size:.875rem}.error{color:#b91c1c}.stack{display:flex;flex-direction:column;gap:.75rem}.stack.narrow{max-width:28rem}.stack.list{list-style:none;margin:0;padding:0;gap:1rem}.card{background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:1rem 1.25rem}.card img{width:100%;height:160px;object-fit:cover;border-radius:6px;margin-bottom:.5rem}.invalid{border-color:#b91c1c!important;box-shadow:0 0 0 3px #b91c1c14}.field-error{color:#b91c1c;font-size:.875rem;margin-top:.35rem}.product-card{padding:0;overflow:hidden;display:flex;flex-direction:column}.product-card .card-link{color:inherit;display:flex;flex-direction:column;height:100%;text-decoration:none}.product-card .card-media img{height:160px;width:100%;object-fit:cover;display:block}.product-card .card-body{padding:.75rem 1rem 1rem;display:flex;flex-direction:column;gap:.5rem}.card-title-row{display:flex;justify-content:space-between;align-items:baseline;gap:.5rem}.card-title{font-size:1rem}.price{color:#0f766e;font-weight:600}.desc{margin:0;color:#475569}.meta-row{display:flex;gap:.5rem;flex-wrap:wrap;margin-top:.25rem}.chip{background:#eef2f7;padding:.25rem .5rem;border-radius:999px;font-size:.75rem;color:#0f172a}.chip.in-stock{background:#ecfdf5;color:#065f46}.chip.out-stock{background:#fff1f2;color:#991b1b}.product-card .price.small{font-size:.95rem}.products-page{display:flex;flex-direction:column;gap:1.25rem;width:100vw;margin-left:calc(50% - 50vw);padding-right:1rem}.products-hero{display:flex;justify-content:space-between;align-items:flex-end;gap:1rem;background:linear-gradient(135deg,#f0fdfa,#fff 55%);border:1px solid #dbeafe;border-radius:12px;padding:1rem 1.25rem}.products-hero h1{margin:0}.products-hero p{margin:.4rem 0 0;max-width:50ch}.products-count{background:#0f766e;color:#fff;padding:.4rem .7rem;border-radius:999px;font-size:.85rem;white-space:nowrap}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(290px,1fr));gap:1rem;margin:0;padding:0;list-style:none}.product-tile{border:1px solid #e2e8f0;border-radius:12px;background:#fff;overflow:hidden;box-shadow:0 2px 8px #0f172a0d;transition:transform .18s ease,box-shadow .18s ease}.product-tile:hover{transform:translateY(-2px);box-shadow:0 8px 22px #0f172a1a}.product-tile-link{display:block;color:inherit;text-decoration:none}.product-tile-link:hover{text-decoration:none}.product-media{position:relative}.product-media img{display:block;width:100%;height:200px;object-fit:cover}.product-type-badge{position:absolute;top:.65rem;left:.65rem;background:#0f766ef2;color:#fff;font-size:.75rem;padding:.25rem .55rem;border-radius:999px}.product-info{padding:.9rem 1rem 1rem;display:flex;flex-direction:column;gap:.6rem}.products-layout{display:grid;grid-template-columns:320px minmax(0,1fr);gap:1.2rem;align-items:start}.filters-panel{position:sticky;top:1rem;background:#fff;border:1px solid #e2e8f0;border-left:none;border-radius:0 14px 14px 0;padding:1rem;display:flex;flex-direction:column;gap:.85rem;box-shadow:0 1px 6px #0f172a0d}.filters-panel h2{margin:0 0 .2rem;font-size:1rem}.filters-panel label{font-size:.86rem}.checkbox-row{flex-direction:row;align-items:center;gap:.5rem;font-size:.85rem}.products-content{min-width:0}.product-head{display:flex;justify-content:space-between;gap:.5rem;align-items:baseline}.product-head h2{margin:0;font-size:1rem;line-height:1.3}.product-price{margin:0;color:#0f766e;font-weight:700;font-size:.95rem;white-space:nowrap}.product-description{margin:0;color:#475569;font-size:.86rem}.product-specs{margin:0;padding:0;list-style:none;display:flex;flex-wrap:wrap;gap:.4rem}.product-specs li{background:#f1f5f9;border-radius:999px;padding:.2rem .5rem;font-size:.74rem;color:#334155}.product-bottom{margin-top:.1rem;display:flex;justify-content:space-between;align-items:center}.stock-tag{font-size:.75rem;padding:.2rem .5rem;border-radius:999px}.stock-tag.in{background:#ecfdf5;color:#065f46}.stock-tag.out{background:#fff1f2;color:#9f1239}.product-cta{font-size:.82rem;color:#0f766e;font-weight:600}.orders-page{display:flex;flex-direction:column;gap:1rem}.orders-head{display:flex;justify-content:space-between;align-items:flex-end;gap:.8rem;background:linear-gradient(135deg,#f0fdfa,#fff 60%);border:1px solid #dbeafe;border-radius:12px;padding:.95rem 1.1rem}.orders-head h1{margin:0}.orders-head p{margin:.35rem 0 0}.orders-count{background:#0f766e;color:#fff;border-radius:999px;padding:.35rem .65rem;font-size:.82rem;white-space:nowrap}.orders-empty{display:flex;align-items:center;justify-content:space-between;gap:1rem}.orders-filters{display:grid;grid-template-columns:220px minmax(220px,1fr) auto;gap:.8rem;align-items:end}.orders-filters label{font-size:.85rem}.orders-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.9rem}.order-card{display:flex;flex-direction:column;gap:.7rem}.order-top{display:flex;justify-content:space-between;align-items:center;gap:.8rem}.order-id{margin:0}.order-status{border-radius:999px;padding:.22rem .58rem;font-size:.75rem;font-weight:600}.order-status.ok{background:#ecfdf5;color:#065f46}.order-status.warn{background:#fffbeb;color:#92400e}.order-status.bad{background:#fff1f2;color:#9f1239}.order-meta{display:flex;justify-content:space-between;align-items:center;gap:.75rem}.order-meta p{margin:0}.order-items{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:.35rem}.order-items li{display:flex;justify-content:space-between;gap:.75rem;border:1px solid #e2e8f0;border-radius:8px;padding:.4rem .55rem}.order-ship{margin:0}.order-action{margin:.1rem 0 0}.order-fulfillment{max-width:260px}.admin-products-page{display:flex;flex-direction:column;gap:1rem}.admin-products-layout{display:grid;grid-template-columns:360px minmax(0,1fr);gap:1rem;align-items:start}.admin-create-panel{position:sticky;top:1rem}.admin-create-panel h2{margin:0 0 .9rem}.admin-form-two{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.6rem}.admin-products-content{display:flex;flex-direction:column;gap:.9rem}.admin-products-grid{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:.9rem}.admin-product-card{display:flex;flex-direction:column;gap:.6rem}.admin-product-thumb{width:100%;height:170px;border-radius:10px;object-fit:cover}.admin-product-thumb.fallback{border:1px dashed #cbd5e1;background:#f8fafc;color:#64748b;display:flex;align-items:center;justify-content:center;font-size:.85rem}.admin-product-head{display:flex;justify-content:space-between;align-items:center;gap:.6rem}.admin-product-head p{margin:0}.admin-product-actions{display:flex;gap:.45rem;flex-wrap:wrap;align-items:end}.cart-page{display:flex;flex-direction:column;gap:1rem}.cart-layout{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:1rem;align-items:start}.cart-list{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:.85rem}.cart-item{display:grid;grid-template-columns:150px minmax(0,1fr);gap:.85rem;align-items:start}.cart-item-img{width:100%;height:120px;object-fit:cover;border-radius:10px}.cart-item-main{display:flex;flex-direction:column;gap:.45rem;min-width:0}.cart-item-head{display:flex;justify-content:space-between;align-items:baseline;gap:.7rem}.cart-item-name{font-weight:600;color:#0f172a}.cart-item-price{margin:0;color:#0f766e;font-weight:700;white-space:nowrap}.cart-item-actions{display:flex;align-items:end;gap:.55rem;flex-wrap:wrap}.cart-summary{position:sticky;top:1rem}.cart-summary h2{margin:0 0 .7rem;font-size:1.05rem}.cart-summary-row{display:flex;justify-content:space-between;gap:.65rem;margin:.45rem 0}.cart-summary-row.total{border-top:1px solid #e2e8f0;padding-top:.65rem;margin-top:.65rem}.cart-checkout-btn{width:100%;margin-top:.6rem}.cart-continue{display:inline-block;margin-top:.6rem}.cart-empty{display:flex;align-items:center;justify-content:space-between;gap:1rem}.pdp{display:flex;flex-direction:column;gap:1rem;width:100vw;margin-left:calc(50% - 50vw);padding:0 1rem}.pdp-back{margin:0}.pdp-top{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(320px,.9fr);gap:1rem}.pdp-media-card,.pdp-main-card,.pdp-specs-card{background:#fff;border:1px solid #e2e8f0;border-radius:14px;box-shadow:0 2px 8px #0f172a0d}.pdp-media-card{padding:.75rem;width:100%;max-width:760px;justify-self:center}.pdp-image{width:100%;aspect-ratio:4 / 3;height:auto;max-height:520px;border-radius:10px;object-fit:contain;background:#f8fafc;display:block}.pdp-main-card{padding:1rem 1.1rem 1.1rem;display:flex;flex-direction:column;gap:.8rem}.pdp-main-card h1{margin:0;font-size:clamp(1.3rem,1.1rem + .8vw,1.85rem);line-height:1.25}.pdp-desc{margin:0;color:#475569}.pdp-price-row{display:flex;justify-content:space-between;align-items:center;gap:.75rem}.pdp-price{margin:0;color:#0f766e;font-size:1.35rem;font-weight:700}.pdp-stock{font-size:.8rem;border-radius:999px;padding:.26rem .58rem}.pdp-stock.in{background:#ecfdf5;color:#065f46}.pdp-stock.out{background:#fff1f2;color:#9f1239}.pdp-highlights{margin:0;padding:0;list-style:none;display:flex;flex-wrap:wrap;gap:.45rem}.pdp-highlights li{background:#f1f5f9;color:#334155;border-radius:999px;padding:.23rem .58rem;font-size:.78rem}.pdp-buy{display:flex;align-items:end;gap:.65rem;flex-wrap:wrap}.pdp-qty{min-width:130px}.pdp-specs-card{padding:1rem 1.1rem}.pdp-specs-card h2{margin:0 0 .75rem;font-size:1.05rem}.pdp-spec-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(230px,1fr));gap:.6rem}.pdp-spec-item{border:1px solid #e2e8f0;border-radius:10px;padding:.55rem .65rem;display:flex;flex-direction:column;gap:.1rem}.pdp-spec-label{font-size:.76rem;color:#64748b}.pdp-spec-value{font-size:.89rem;color:#0f172a;font-weight:500}@media(max-width:1100px){.admin-products-layout{grid-template-columns:1fr}.admin-create-panel{position:static}.admin-form-two,.cart-layout{grid-template-columns:1fr}.cart-summary{position:static}.cart-item{grid-template-columns:1fr}.cart-item-img{height:220px}.orders-filters{grid-template-columns:1fr;align-items:stretch}.orders-filters button{justify-self:start}.pdp-top{grid-template-columns:1fr}.pdp{width:100%;margin-left:0;padding:0}.products-page{width:100%;margin-left:0;padding-right:0}.products-layout{grid-template-columns:1fr}.filters-panel{position:static}}.grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1rem;list-style:none;margin:0;padding:0}.row{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.price{font-size:1.25rem;font-weight:600;color:#0f766e}.table{width:100%;border-collapse:collapse;background:#fff;border-radius:8px;overflow:hidden;border:1px solid #e2e8f0}.table th,.table td{padding:.65rem .75rem;text-align:left;border-bottom:1px solid #e2e8f0}.table th{background:#f1f5f9;font-weight:600;font-size:.875rem}.qty{width:4rem;padding:.25rem .5rem}.btn{display:inline-block;padding:.5rem 1rem;border-radius:6px;border:1px solid #cbd5e1;background:#fff;color:#0f172a;font:inherit;cursor:pointer;text-decoration:none;text-align:center}.btn:hover{background:#f8fafc}.btn.primary{background:#0f766e;border-color:#0f766e;color:#fff}.btn.primary:hover{background:#0d9488}.btn.sm{padding:.3rem .6rem;font-size:.875rem}.linkish{background:none;border:none;color:#ecfeff;font:inherit;cursor:pointer;padding:0;text-decoration:underline}.top-right .linkish{font-size:1rem;font-weight:500;text-decoration:none}.top-right .linkish:hover{text-decoration:underline}@media(max-width:900px){.top{align-items:flex-start;flex-direction:column}.top-left,.top-right{width:100%}.top-right{justify-content:flex-end}}label{display:flex;flex-direction:column;gap:.35rem;font-size:.9rem}input,textarea{font:inherit;padding:.45rem .6rem;border:1px solid #cbd5e1;border-radius:6px}input:focus,textarea:focus{outline:2px solid #99f6e4;border-color:#0f766e}select{font:inherit;padding:.35rem .5rem;border-radius:6px;border:1px solid #cbd5e1}
