@import"https://fonts.googleapis.com/css2?family=Manrope:wght@400;600;700;800&display=swap";:root{--green: #176b4d;--green2: #0e4d38;--gold: #d6a64b;--ink: #20312b;--muted: #6e7c76;--line: #dfe8e3;--bg: #f4f7f5;--white: #fff;--danger: #ae3434}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--ink);font-family:Manrope,Myanmar Text,sans-serif}button,input,select,textarea{font:inherit}button{border:1px solid var(--line);border-radius:9px;background:#fff;padding:.62rem .85rem;cursor:pointer;font-weight:700}button:disabled{opacity:.5;cursor:not-allowed}.primary{background:var(--green);border-color:var(--green);color:#fff}.danger{color:var(--danger)}.quiet{background:transparent}.shell{display:grid;grid-template-columns:280px 1fr;min-height:100vh}.shell aside{background:linear-gradient(180deg,var(--green2),#092f23);color:#fff;padding:1.5rem;display:flex;flex-direction:column;min-height:0;overflow-y:auto;position:sticky;top:0;height:100vh}.brand{display:flex;align-items:center;gap:.8rem;padding-bottom:2rem}.brand b,.logo{display:grid;place-items:center;background:var(--gold);color:#33250b;border-radius:12px;width:50px;height:50px;font-weight:800}.brand span{font-weight:800}.shell nav{display:grid;gap:.3rem;flex:1;align-content:start;grid-auto-rows:minmax(44px,auto)}.shell nav a{color:#dcebe5;text-decoration:none;padding:.8rem 1rem;border-radius:9px;line-height:1.45;overflow-wrap:anywhere;min-height:44px;display:flex;align-items:center}.shell nav a.router-link-active{background:#ffffff18;color:#fff}.shell>section{min-width:0}.shell header{height:70px;background:#fff;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 2rem}.shell header>div{display:flex;align-items:center;gap:.4rem}.shell main{padding:2rem;max-width:1500px;margin:auto}.mobile{display:none}.heading{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1.4rem}.heading h1{margin:.2rem 0;font-size:1.9rem}.eyebrow{color:var(--green);text-transform:uppercase;font-size:.75rem;font-weight:800;letter-spacing:.1em}.panel,.card,.metrics article{background:#fff;border:1px solid var(--line);border-radius:14px;padding:1.25rem;box-shadow:0 7px 24px #1b493617}.metrics{display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:1rem;margin-bottom:1.4rem}.metrics article{display:grid;gap:.5rem}.metrics span{color:var(--muted);font-size:.8rem}.metrics strong{font-size:1.55rem}.filters,.form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:.8rem;margin-bottom:1rem}.filters>button{min-height:42px;align-self:end}.table-wrap{overflow-x:auto}table{width:100%;border-collapse:collapse;min-width:700px}th,td{text-align:left;padding:.8rem;border-bottom:1px solid var(--line)}th{color:var(--muted);font-size:.75rem;text-transform:uppercase}.money-cell{text-align:right;white-space:nowrap}.orders-table{min-width:1100px}.orders-table th,.orders-table td{vertical-align:middle}.orders-table td:first-child{min-width:190px;overflow-wrap:anywhere}.badge{white-space:nowrap}.actions{display:flex;justify-content:flex-end;gap:.5rem}.badge{display:inline-block;border-radius:99px;background:#e8f4ef;color:var(--green);padding:.25rem .55rem;font-size:.75rem;font-weight:800}.badge.bad,.badge.expired{background:#feeaea;color:#9b2828}.badge.warning,.warn{background:#fff1ce;color:#795815}.row{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.8rem;border-bottom:1px solid var(--line)}a{color:var(--green);font-weight:700}.alert{padding:.8rem 1rem;background:#feeaea;color:#8b2525;border-radius:9px}.empty{text-align:center;color:var(--muted);padding:2rem}.pagination{display:flex;justify-content:flex-end;align-items:center;gap:.7rem;padding:1rem 0}.backdrop{position:fixed;inset:0;background:#0b271dbb;display:grid;place-items:center;padding:1rem;z-index:20}.modal{background:#fff;border-radius:15px;padding:1.4rem;width:min(500px,100%);max-height:92vh;overflow:auto;display:grid;gap:.9rem}.modal.wide{width:min(1050px,100%)}label{display:grid;gap:.35rem;font-weight:700;font-size:.85rem}input,select,textarea{border:1px solid #cddbd4;border-radius:8px;padding:.7rem;background:#fff;color:var(--ink)}textarea{min-height:80px}.check{display:flex;align-items:center;gap:.5rem}.item-row{display:grid;grid-template-columns:2fr repeat(5,1fr) auto;gap:.5rem;margin-bottom:.6rem}.totals{text-align:right;padding:1rem;font-size:1.05rem}.login{min-height:100vh;display:grid;place-items:center;background:radial-gradient(circle at top,#e8f4ed,#f5f7f6)}.login .card{width:min(420px,calc(100% - 2rem));display:grid;gap:1rem}.login .logo{margin:auto}.login h1,.login p{text-align:center;margin:0}.pos-grid{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(340px,.8fr);gap:1rem}.search-results{display:grid;grid-template-columns:repeat(auto-fill,minmax(190px,1fr));gap:.7rem;margin-top:1rem}.product-tile{text-align:left;min-height:100px;display:grid;gap:.35rem;align-content:center}.product-tile small,.muted{color:var(--muted)}.cart-line{display:grid;grid-template-columns:1fr auto auto;gap:.7rem;align-items:center;padding:.75rem 0;border-bottom:1px solid var(--line)}.qty{display:flex;align-items:center;gap:.35rem}.qty button{padding:.35rem .6rem}.summary{display:grid;gap:.55rem;padding:1rem 0}.summary div{display:flex;justify-content:space-between}.summary .grand{font-size:1.2rem;border-top:1px solid var(--line);padding-top:.65rem}.success{padding:.8rem 1rem;background:#e8f4ef;color:var(--green2);border-radius:9px}.receipt{max-width:720px;margin:auto}.receipt-head{text-align:center;border-bottom:1px dashed #999;padding-bottom:1rem}@media print{.shell aside,.shell header,.no-print{display:none!important}.shell{display:block}.shell main{padding:0}.receipt{box-shadow:none;border:0}}@media(max-width:800px){.shell{grid-template-columns:1fr}.shell aside{inset:0 auto 0 0;width:min(280px,86vw);z-index:10;transform:translate(-100%);transition:.2s;position:fixed}.shell aside.open{transform:none}.mobile{display:block}.shell header,.shell main{padding-left:1rem;padding-right:1rem}.heading{align-items:flex-start;flex-wrap:wrap}.item-row{grid-template-columns:1fr 1fr}.row{align-items:flex-start;flex-direction:column}.pagination{justify-content:space-between}.pos-grid{grid-template-columns:1fr}}.public-shell{min-height:100vh;display:flex;flex-direction:column;background:#f7faf8}.shop-header{display:flex;align-items:center;justify-content:space-between;padding:1rem max(1rem,calc((100% - 1280px)/2));background:#fff;border-bottom:1px solid var(--line);position:sticky;top:0;z-index:5}.shop-brand{display:flex;align-items:center;gap:.7rem;text-decoration:none}.shop-brand b{background:var(--green);color:#fff;padding:.65rem;border-radius:10px}.shop-header nav{display:flex;gap:1rem}.locale-switch{white-space:nowrap}.shop-main{width:min(1280px,calc(100% - 2rem));margin:0 auto;padding:2rem 0;flex:1}.public-shell footer{text-align:center;padding:2rem;background:var(--green2);color:#fff}.shop-hero{background:linear-gradient(120deg,var(--green2),var(--green));color:#fff;border-radius:20px;padding:3rem;margin-bottom:1.2rem}.shop-hero h1{font-size:clamp(2rem,5vw,3.7rem);max-width:850px;margin:.6rem 0}.shop-filters{display:grid;grid-template-columns:2fr 1fr auto;gap:.7rem;margin:1rem 0}.shop-products{display:grid;grid-template-columns:repeat(auto-fill,minmax(230px,1fr));gap:1rem}.shop-product{background:#fff;border:1px solid var(--line);border-radius:15px;padding:1rem;display:grid;gap:.6rem}.shop-product h2{margin:0;font-size:1.1rem}.product-image{height:150px;background:#e8f4ef;border-radius:12px;display:grid;place-items:center;color:var(--green);font-size:2rem;font-weight:800;overflow:hidden}.product-image img{width:100%;height:100%;object-fit:cover}.product-public{display:grid;grid-template-columns:minmax(250px,.8fr) 1.2fr;gap:2rem}.product-image.large{height:380px}.customer-auth,.account,.checkout{width:min(620px,100%);margin:auto;display:grid;gap:1rem}.fulfillment{display:flex;gap:2rem}.timeline{display:flex;gap:.5rem;overflow:auto;margin:1rem 0}.timeline div{padding:.65rem 1rem;border-radius:99px;background:#e4e9e6;white-space:nowrap;text-transform:capitalize}.timeline .active{background:var(--green);color:#fff}.order-actions{justify-content:flex-start;flex-wrap:wrap;margin-bottom:1rem}.qr{text-align:center}.qr-placeholder{width:180px;height:180px;margin:1rem auto;display:grid;place-items:center;border:12px dotted var(--ink);font-size:3rem;font-weight:800}@media(max-width:700px){.shop-header{align-items:flex-start;gap:1rem}.shop-brand span{display:none}.shop-header nav{font-size:.8rem;flex-wrap:wrap;justify-content:flex-end}.shop-filters,.product-public{grid-template-columns:1fr}.shop-hero{padding:2rem 1.2rem}}
