*{box-sizing:border-box}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;overflow-x:hidden}#root,body,html{height:100%;margin:0;padding:0;width:100%}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.light{background:#f9fafb;color:#0f172a}.container{margin-inline:auto;width:min(1100px,94%)}.header{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#ffffffd9;border-bottom:1px solid #e5e7eb;position:-webkit-sticky;position:sticky;top:0;z-index:10}.header-inner{justify-content:space-between;padding:10px 0}.brand,.header-inner{align-items:center;display:flex}.brand{gap:12px}.brand-logo{border-radius:8px;height:44px;object-fit:cover;width:44px}.brand-name{font-size:20px;font-weight:800;letter-spacing:.2px}.brand-a{color:#16a34a}.brand-b{color:#f97316;margin-left:4px}.brand-tag{color:#64748b;font-size:12px}.nav a,.nav button{background:none;border:0;color:#0f172a;cursor:pointer;font:inherit;margin-left:12px;text-decoration:none}.nav a:hover{text-decoration:underline}.hero{background:#fff;border-bottom:1px solid #e5e7eb;padding:48px 0}.hero-inner{grid-gap:32px;align-items:center;display:grid;gap:32px;grid-template-columns:1.2fr 1fr}.hero h1{font-size:clamp(26px,4vw,40px);margin:0 0 6px}.hero p{color:#475569;font-size:18px;margin:0 0 16px}.hero-art{background:linear-gradient(135deg,#e2f7e9,#e0f2fe);border:1px solid #e5e7eb;border-radius:16px;height:220px}.btn{background:linear-gradient(135deg,#22c55e,#38bdf8);border:0;border-radius:10px;box-shadow:0 6px 18px #0284c733;color:#fff;display:inline-block;font-weight:700;padding:10px 16px;text-decoration:none}.btn:hover{filter:brightness(1.05)}.btn-ghost{background:#0000;border:1px solid #cbd5e1;border-radius:8px;color:#0f172a;padding:8px 12px}.section{padding:36px 0 60px}.category h2{color:#0f172a;font-size:22px;margin:18px 0}.grid{grid-gap:16px;gap:16px;grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.card,.grid{display:grid}.card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden}.card-img{background:#f1f5f9;height:140px;object-fit:cover;width:100%}.card-body{grid-gap:8px;display:grid;gap:8px;padding:12px}.card-title{font-size:18px;margin:0}.card-sub{color:#64748b;font-size:12px}.card-desc{color:#475569;font-size:14px;min-height:40px}.row{align-items:center;display:flex;gap:10px}.space{flex:1 1}.price{font-weight:700}.unit{color:#64748b;font-weight:500;margin-left:4px}.drawer{background:#fff;border-left:1px solid #e5e7eb;bottom:0;display:flex;flex-direction:column;position:fixed;right:0;top:0;transform:translateX(100%);transition:transform .25s ease;width:360px}.drawer.open{transform:translateX(0)}.overlay{background:#0f172a4d;inset:0;position:fixed}.drawer-header{align-items:center;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;padding:12px}.drawer-body{grid-gap:12px;display:grid;gap:12px;overflow:auto;padding:12px}.drawer-footer{grid-gap:10px;border-top:1px solid #e5e7eb;display:grid;gap:10px;margin-top:auto;padding:12px}.cart-item{grid-gap:10px;align-items:center;border:1px solid #e5e7eb;border-radius:10px;display:grid;gap:10px;grid-template-columns:72px 1fr auto;padding:8px}.cart-item img{background:#f1f5f9;border-radius:8px;height:56px;object-fit:cover;width:72px}.cart-info{grid-gap:6px;display:grid;gap:6px}.cart-info .row label{align-items:center;display:flex;gap:6px}.cart-info input{border:1px solid #cbd5e1;border-radius:8px;padding:6px 8px;width:70px}.muted{color:#64748b}.line-total{font-weight:700}.footer{background:#fff;border-top:1px solid #e5e7eb}.footer-inner{align-items:center;color:#475569;display:flex;justify-content:space-between;padding:18px 0}@media (max-width:900px){.hero-inner{grid-template-columns:1fr}.drawer{width:92vw}}.auth-modal{background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 10px 30px #0f172a26;left:50%;overflow:hidden;position:fixed;top:16%;transform:translateX(-50%);width:min(520px,92vw)}.auth-header{align-items:center;background:#fcfcfc;border-bottom:1px solid #e5e7eb;display:flex;gap:8px;padding:12px}.auth-body{grid-gap:10px;display:grid;gap:10px;padding:14px}.field{grid-gap:6px;display:grid;gap:6px}.field input{border:1px solid #cbd5e1;border-radius:8px;padding:10px 12px}.tab{background:#0000;border:0;border-radius:8px;cursor:pointer;padding:8px 10px}.tab.active{background:#e2e8f0;font-weight:700}.error{background:#fee2e2;border:1px solid #fecaca;border-radius:8px;color:#b91c1c;padding:8px 10px}.orders{grid-gap:14px;display:grid;gap:14px}.order-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden;transition:box-shadow .2s ease,transform .05s ease}.order-card:hover{box-shadow:0 8px 24px #02061714;transform:translateY(-1px)}.link-card{color:inherit;display:block;text-decoration:none}.order-head{align-items:center;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;padding:12px}.order-items{grid-gap:10px;display:grid;gap:10px;padding:12px}.order-item{grid-gap:10px;align-items:center;display:grid;gap:10px;grid-template-columns:64px 1fr auto}.order-item img{background:#f1f5f9;border-radius:8px;height:48px;object-fit:cover;width:64px}.oi-info{grid-gap:4px;display:grid;gap:4px}.oi-total{font-weight:700}.order-foot{align-items:center;border-top:1px solid #e5e7eb;display:flex;padding:12px}.status{color:#334155;font-weight:600;text-transform:capitalize}.status.pending{color:#92400e}.status.confirmed{color:#065f46}.status.shipped{color:#1e40af}.status.completed{color:#14532d}.status.cancelled{color:#991b1b}.chat{grid-gap:12px;display:grid;gap:12px}.chat-list{grid-gap:10px;background:#f8fafc;border:1px solid #e5e7eb;border-radius:10px;display:grid;gap:10px;max-height:360px;overflow:auto;padding:8px}.bubble{border-radius:14px;box-shadow:0 1px 2px #0206170f;font-size:14px;line-height:1.4;max-width:72%;padding:10px 12px;position:relative}.bubble .meta{color:#64748b;display:block;font-size:12px;margin-top:4px}.row-me{display:flex;justify-content:flex-end}.row-other{display:flex;justify-content:flex-start}.bubble.me{background:linear-gradient(135deg,#22c55e,#38bdf8);border-bottom-right-radius:4px;color:#fff}.bubble.other{background:#fff;border:1px solid #e5e7eb;border-bottom-left-radius:4px}.chat-input{display:flex;gap:8px}.chat-input input{border:1px solid #cbd5e1;border-radius:10px;flex:1 1;padding:10px 12px}.timeline{grid-gap:8px;background:#f8fafc;border:1px solid #e5e7eb;border-radius:12px;display:grid;gap:8px;grid-template-columns:repeat(5,1fr);padding:16px 12px;position:relative}.timeline:before{background:#e2e8f0;content:"";height:2px;left:10%;position:absolute;right:10%;top:32px}.tl-step{opacity:.5;position:relative;text-align:center;z-index:1}.tl-step.active{opacity:1}.tl-step .dot{background:#94a3b8;border:2px solid #fff;border-radius:50%;box-shadow:0 0 0 2px #e2e8f0;height:14px;margin:0 auto 8px;width:14px}.tl-step.active .dot{background:linear-gradient(135deg,#22c55e,#38bdf8);box-shadow:0 0 0 2px #22c55e40}.tl-step .lbl{color:#475569;font-size:12px;font-weight:600}.shipment-head{align-items:center;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;padding:10px 12px}.pill{background:#eef2ff;border:1px solid #c7d2fe;color:#3730a3;padding:4px 10px}.badge,.pill{border-radius:999px;display:inline-block;font-size:12px}.badge{background:#e5e7eb;color:#0f172a;padding:2px 8px;text-transform:capitalize}.badge.confirmed{background:#dcfce7;color:#065f46}.badge.shipped{background:#dbeafe;color:#1e40af}.badge.completed{background:#e9d5ff;color:#6b21a8}.badge.cancelled{background:#fee2e2;color:#991b1b}.mini-items{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));padding:12px}.mini-item{grid-gap:10px;align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:10px;display:grid;gap:10px;grid-template-columns:54px 1fr;padding:8px}.mini-item img{background:#f1f5f9;border-radius:8px;height:54px;object-fit:cover;width:54px}.mi-info{grid-gap:4px;display:grid;gap:4px}.mi-name{font-weight:700}.mi-sub{font-size:12px}.order-summary{grid-gap:8px;display:grid;gap:8px}.os-head{border-bottom:1px solid #e5e7eb;padding:10px 12px}.os-title{font-size:18px;margin:0}.os-items{grid-gap:10px;display:grid;gap:10px;padding:10px 12px}.os-item{grid-gap:12px;align-items:center;display:grid;gap:12px;grid-template-columns:56px 1fr auto}.os-img{background:#f1f5f9;border-radius:10px;height:56px;object-fit:cover;width:56px}.os-info{grid-gap:4px;display:grid;gap:4px}.os-name{font-weight:700}.os-sub{font-size:12px}.os-price{grid-gap:4px;display:grid;gap:4px;text-align:right}.chip{background:#f8fafc;border:1px solid #cbd5e1;border-radius:999px;display:inline-block;font-size:12px;padding:4px 8px}.os-totals{align-items:center;border-top:1px solid #e5e7eb;display:flex;gap:12px;justify-content:flex-end;padding:10px 12px}.os-total-line{grid-gap:2px;display:grid;gap:2px;text-align:right}.shipments-list{grid-gap:16px;display:grid;gap:16px;grid-template-columns:1fr}.shipment-card{overflow:hidden}.shipment-row{grid-gap:12px;border-bottom:1px solid #e5e7eb;display:grid;gap:12px;grid-template-columns:1fr;padding:12px}@media (min-width:900px){.shipment-row{align-items:center;grid-template-columns:1fr 1.2fr}}.timeline-wrap{padding-left:4px}.shipment-body{grid-gap:12px;display:grid;gap:12px;grid-template-columns:1fr;padding:12px}@media (min-width:900px){.shipment-body{grid-template-columns:1fr 1fr}}.shipment-body .mini-items{grid-template-columns:1fr}
/*# sourceMappingURL=main.7ca028f9.css.map*/