*{box-sizing:border-box;margin:0;padding:0;font-family:Segoe UI,sans-serif}body{color:#333;background:#f0f2f5}.site-header{z-index:1000;background:#fff;justify-content:center;align-items:center;padding:8px 80px;display:flex;position:fixed;top:0;left:0;right:0;box-shadow:0 2px 12px #0000001f}.header-logo{object-fit:contain;width:auto;height:60px;display:block}.cart-btn{cursor:pointer;background:0 0;border:none;padding:4px;position:absolute;right:20px}.cart-icon-wrap{display:block;position:relative}.cart-img{object-fit:contain;border-radius:8px;height:62px;display:block}.cart-badge{color:#fff;background:#f5a623;border:2px solid #fff;border-radius:50%;justify-content:center;align-items:center;min-width:20px;height:20px;padding:0 3px;font-size:11px;font-weight:800;line-height:1;display:flex;position:absolute;top:-6px;right:-8px}.app-layout{min-height:calc(100vh - 78px);margin-top:78px;display:flex}.sidebar{color:#fff;background:#111;flex-shrink:0;width:210px;height:calc(100vh - 78px);padding:10px 0;position:sticky;top:78px;overflow-y:auto}.sidebar::-webkit-scrollbar{width:4px}.sidebar::-webkit-scrollbar-thumb{background:#333;border-radius:4px}.category-chip{cursor:pointer;-webkit-user-select:none;user-select:none;border-bottom:1px solid #1e1e1e;padding:11px 18px;font-size:14px;transition:background .15s,color .15s}.category-chip:hover:not(.active){background:#1e1e1e}.category-chip.active{color:#fff;background:#28a745;font-weight:700}.products-area{flex:1;min-width:0}.product-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:20px;padding:20px;display:grid}.product-card{cursor:pointer;background:#fff;border-radius:14px;flex-direction:column;transition:transform .2s,box-shadow .2s;display:flex;overflow:hidden;box-shadow:0 2px 10px #00000014}.product-card:hover{transform:translateY(-5px);box-shadow:0 10px 28px #00000024}.product-img{object-fit:contain;background:#f8f8f8;width:100%;height:190px;display:block}.product-card-body{flex-direction:column;flex:1;gap:4px;padding:12px;display:flex}.product-card h3{color:#222;margin-bottom:2px;font-size:13px;font-weight:700;line-height:1.3}.product-card p{display:none}.product-footer{justify-content:space-between;align-items:center;gap:8px;margin-top:10px;display:flex}.price{color:#28a745;white-space:nowrap;font-size:16px;font-weight:800}.btn-add{color:#fff;cursor:pointer;white-space:nowrap;background:#28a745;border:none;border-radius:8px;padding:8px 12px;font-size:12px;font-weight:600;transition:background .2s,transform .1s}.btn-add:hover{background:#219a3a}.btn-add:active{transform:scale(.96)}.cart-panel{z-index:1100;background:#fff;width:350px;height:100%;padding:20px;position:fixed;top:0;right:0;overflow-y:auto;box-shadow:-5px 0 20px #0000001f}.cart-item{justify-content:space-between;margin-bottom:10px;display:flex}.cart-total{margin-top:15px;font-size:20px;font-weight:700}.checkout-container{background:#fff;border-radius:12px;width:400px;max-width:90%;padding:25px;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 10px 30px #0003}input{border:1px solid #ddd;border-radius:6px;width:100%;margin-bottom:10px;padding:10px;font-size:14px}input:focus{border-color:#28a745;outline:none}button{cursor:pointer;border:none;border-radius:6px;padding:10px;transition:all .2s}button:hover{opacity:.9}.btn-primary{color:#fff;background:#28a745}.btn-secondary{color:#fff;background:#007bff}.admin-container{padding:30px}.admin-summary{background:#fff;border-radius:10px;margin-bottom:20px;padding:20px}.filters button{margin-right:10px}table{border-collapse:collapse;background:#fff;width:100%}th,td{border-bottom:1px solid #ddd;padding:12px}th{color:#fff;background:#111}h1,h2,h3{margin-bottom:10px}section{margin-bottom:40px}@media (width<=768px){.site-header{padding:6px 70px 6px 14px}.app-layout{flex-direction:column;margin-top:62px}.header-logo{width:auto;height:48px}.cart-btn{right:10px}.cart-img{height:54px}.sidebar{scrollbar-width:none;-webkit-overflow-scrolling:touch;flex-direction:row;gap:8px;width:100%;height:auto;padding:8px 10px;display:flex;position:relative;top:0;overflow:auto hidden}.sidebar::-webkit-scrollbar{display:none}.category-chip{white-space:nowrap;border:1px solid #333;border-radius:20px;flex-shrink:0;padding:7px 16px;font-size:13px}.category-chip.active{border-color:#28a745}.product-grid{grid-template-columns:repeat(2,1fr);gap:12px;padding:12px}.product-img{height:140px}.product-card h3{font-size:12px}.price{font-size:14px}.btn-add{padding:7px 8px;font-size:11px}.cart-panel{width:100%}}@media (width<=400px){.product-grid{gap:8px;padding:8px}.product-img{height:110px}.product-card-body{padding:9px}.header-logo{width:auto;height:40px}.cart-img{height:46px}}@media (width<=768px){.product-modal{border-radius:16px!important;width:100%!important;max-width:calc(100% - 24px)!important;max-height:88vh!important;margin:auto!important}}
