@import"https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;500;800&display=swap";:root{font-family:Inter,Segoe UI,system-ui,-apple-system,sans-serif;line-height:1.5;font-weight:400;color:#101828;background-color:#f5f7fb;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{margin:0;min-height:100vh;background:#f5f7fb}body.legacy-ui{font-family:Poppins,sans-serif;background:#444 url(/legacy-bg.png) no-repeat fixed;background-size:cover;color:#fff8de}a{color:inherit;text-decoration:none}.app-shell{display:grid;grid-template-columns:240px 1fr;min-height:100vh}.sidebar{background:#0f172a;color:#e2e8f0;padding:24px 16px;display:flex;flex-direction:column;gap:24px}.logo{display:flex;align-items:center;gap:10px;font-weight:700;letter-spacing:.4px}.shop-logo-mark{width:42px;height:42px;border-radius:12px;background:#ffffff1a;border:1px solid rgba(148,163,184,.4);display:grid;place-items:center;color:#e2e8f0;font-weight:700;font-size:14px;text-transform:uppercase}.shop-logo-text{display:flex;flex-direction:column;line-height:1.1}.nav{display:flex;flex-direction:column;gap:8px}.nav a{padding:10px 12px;border-radius:10px;color:#cbd5f5;transition:background .2s ease}.nav a.active,.nav a:hover{background:#94a3b833;color:#fff}.main{display:flex;flex-direction:column}.topbar{display:flex;justify-content:space-between;align-items:center;padding:16px 24px;background:#fff;border-bottom:1px solid #e2e8f0}.content{padding:24px}.page-header{margin-bottom:16px}.page-header h2{margin:0 0 4px}.muted{color:#667085;font-size:14px}.card{background:#fff;border-radius:14px;padding:16px;box-shadow:0 1px 2px #1018280d;margin-bottom:16px}.card.warning{border:1px solid #fdb022;background:#fffaeb}.grid{display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.stack{display:flex;flex-direction:column;gap:12px}.input{padding:10px 12px;border:1px solid #e2e8f0;border-radius:10px;font-size:14px}.btn{border:1px solid #e2e8f0;background:#fff;padding:8px 12px;border-radius:10px;cursor:pointer;transition:all .15s ease}.btn.primary{background:#2563eb;color:#fff;border-color:#2563eb}.legacy-shell{min-height:100vh}.legacy-header{border-bottom:solid 2px #fff8de;display:flex;align-items:center;justify-content:space-between;padding:1.5vh 5vw;background:#111928e6;box-shadow:0 0 10px -1px #111928e6}.legacy-logo{display:flex;align-items:center;gap:10px}.legacy-logo-mark{width:48px;height:48px;display:grid;place-items:center;border-radius:10px;background:#fff8de;color:#111928e6;font-weight:800}.legacy-header h2{font-size:1.4em;margin:0}.legacy-nav{display:flex;align-items:center;gap:2vw}.legacy-nav a{color:#fff8de}.legacy-nav a.active{color:#d6e8db}.legacy-logout{background:none;border:1px solid #fff8de;color:#ff8266;padding:6px 12px;border-radius:6px;cursor:pointer}.legacy-menu{display:none;background:none;border:1px solid #fff8de;color:#fff8de;padding:6px 10px;border-radius:8px}.legacy-main{padding:2vh 5vw}.legacy-content .card,.legacy-content .input,.legacy-content .btn{background:#111928d9;color:#fff8de;border-color:#fff8de}.legacy-content .input::placeholder{color:#fff8de}.legacy-content .table{background:#111928cc;color:#fff8de}.legacy-content .table th,.legacy-content .table td{border-bottom:1px solid rgba(255,248,222,.2)}.legacy-content .product-card{background:#111928d9;border:1px solid rgba(255,255,255,.125);box-shadow:0 0 15px -1px #888888b3}.legacy-content .product-image{height:180px;border-bottom:1px solid rgba(255,255,255,.15)}.legacy-content .product-actions .btn{background:#fff;color:#111928e6;border:none}.legacy-content .btn.danger{background:#ec8c8c;color:#fff}.btn.danger{background:#fee4e2;color:#b42318;border-color:#fecdca}.table{width:100%;border-collapse:collapse;font-size:14px}.table th,.table td{text-align:left;padding:10px 8px;border-bottom:1px solid #e2e8f0}.table tbody tr:hover{background:#f8fafc}.table tbody tr.row-unpaid td{background:#fff1f2;color:#9f1239}.table tbody tr.row-unpaid:hover td{background:#ffe4e6}.auth-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:#0f172a}.auth-card{width:360px;background:#fff;padding:24px;border-radius:16px}.error{color:#b42318;background:#fee4e2;padding:8px 12px;border-radius:8px;font-size:13px}.row{display:flex;gap:8px;align-items:center}.toolbar{display:flex;justify-content:flex-end;margin-bottom:12px}.thumb{width:44px;height:44px;object-fit:cover;border-radius:8px;border:1px solid #e2e8f0}.product-grid{display:grid;grid-template-columns:repeat(6,minmax(160px,1fr));gap:16px}.product-grid.legacy-grid{grid-template-columns:repeat(3,minmax(220px,1fr))}.product-grid.compact{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.product-card{background:#fff;border-radius:14px;box-shadow:0 1px 2px #1018280d;overflow:hidden;display:flex;flex-direction:column}.product-image{width:100%;height:160px;background:#f1f5f9;display:flex;align-items:center;justify-content:center}.product-image img{width:100%;height:100%;object-fit:cover}.image-fallback{color:#98a2b3;font-size:13px}.product-info{padding:12px;display:flex;flex-direction:column;gap:6px}.product-name{font-weight:600}.product-meta{display:grid;grid-template-columns:1fr 1fr;gap:8px;font-size:12px;color:#667085}.product-actions{display:flex;gap:8px;padding:12px;border-top:1px solid #eef2f7}.tag-preview{display:flex;gap:12px;align-items:center;justify-content:center}.tag-qr img{width:80px;height:80px}.tag-details{font-size:12px;line-height:1.4}.checklist{display:flex;flex-wrap:wrap;gap:8px;margin-top:8px}.check-item{background:#e6fffa;color:#0f766e;padding:4px 8px;border-radius:999px;font-size:12px}.notify{margin-top:10px;padding:8px 12px;border-radius:10px;font-size:13px;background:#e6fffa;color:#0f766e}.notify.success{background:#ecfdf3;color:#027a48;border:1px solid #abefc6}body.legacy-ui .notify.success{background:#fff8de33;color:#fff8de;border-color:#fff8de33}body.legacy-ui .check-item{background:#fff8de33;color:#fff8de;border:1px solid rgba(255,248,222,.2)}.modal-overlay{position:fixed;inset:0;background:#0f172a80;display:grid;place-items:center;padding:16px;z-index:50}.ai-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px}.ai-style{border:1px solid #e2e8f0;border-radius:12px;background:#f8fafc;padding:12px;text-align:left;cursor:pointer;transition:all .2s ease}.ai-style.active{border-color:#2563eb;box-shadow:0 0 0 2px #2563eb33;background:#eff6ff}.ai-style-title{font-weight:600;margin-bottom:4px}.ai-preview{width:100%;border-radius:12px;border:1px solid #e2e8f0;overflow:hidden;background:#f8fafc}.ai-preview img{width:100%;height:280px;object-fit:cover;display:block}.ai-history{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px}.ai-history-item{border:1px solid #e2e8f0;border-radius:12px;background:#fff;overflow:hidden;text-align:left;padding:0;cursor:pointer;display:flex;flex-direction:column}.ai-history-item img{width:100%;height:160px;object-fit:cover}.ai-history-meta{padding:10px;display:flex;flex-direction:column;gap:4px}.ai-history-style{font-weight:600;font-size:13px}.ai-modal-image img{width:100%;max-height:70vh;object-fit:contain}.modal{width:min(720px,95vw);background:#fff;border-radius:16px;box-shadow:0 20px 40px #0f172a40;overflow:hidden}.modal.sm{width:min(420px,95vw)}.modal.lg{width:min(960px,98vw)}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid #e2e8f0}.modal-body{padding:16px 20px}.modal-footer{padding:12px 20px 20px;display:flex;justify-content:flex-end;gap:8px}.modal-close{border:none;background:none;font-size:18px;cursor:pointer}body.legacy-ui .modal{background:#111928f2;color:#fff8de;border:1px solid rgba(255,255,255,.2)}body.legacy-ui .modal-header,body.legacy-ui .modal-footer{border-color:#fff8de33}.card-title{font-size:14px;color:#667085}.card-value{font-size:24px;font-weight:700;margin:8px 0}@media(max-width:1024px){.app-shell{grid-template-columns:1fr}.sidebar{flex-direction:row;align-items:center;justify-content:space-between}.nav{flex-direction:row;flex-wrap:wrap}.product-grid{grid-template-columns:repeat(3,minmax(160px,1fr))}.product-grid.legacy-grid{grid-template-columns:repeat(2,minmax(180px,1fr))}}@media(max-width:768px){.topbar{flex-direction:column;align-items:flex-start;gap:12px}.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}.product-grid{grid-template-columns:repeat(2,minmax(160px,1fr))}.product-grid.legacy-grid{grid-template-columns:1fr}}@media(max-width:900px){.legacy-menu{display:block}.legacy-nav{position:absolute;top:10vh;left:0;right:0;background:#111928f2;flex-direction:column;gap:4vh;padding:4vh 0;display:none}.legacy-nav.open{display:flex}}@media(max-width:480px){.product-grid{grid-template-columns:1fr}}#root{min-height:100vh}
