*{box-sizing:border-box}body{color:#1f2937;background:#f5f6fa;margin:0;font-family:Arial,Helvetica,sans-serif}#root{min-height:100vh}.app-layout{min-height:100vh;display:flex}.sidebar{color:#fff;background:#1e293b;flex-direction:column;gap:12px;width:240px;padding:24px 16px;display:flex}.sidebar h2{margin:0 0 20px;font-size:24px}.nav-btn{color:#fff;cursor:pointer;text-align:left;background:#334155;border:none;border-radius:10px;padding:12px 14px;font-size:15px}.nav-btn:hover{background:#475569}.nav-btn.active{background:#0f172a;border:1px solid #64748b}.main-content{flex:1;padding:28px}.page-header{margin-bottom:24px}.page-header h1{margin:0;font-size:30px}.page-header p{color:#6b7280;margin:6px 0 0}.content-grid{grid-template-columns:380px 1fr;gap:20px;display:grid}.card{background:#fff;border-radius:16px;padding:20px;box-shadow:0 8px 24px #0f172a14}.card h3{margin-top:0}.card-header{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.form-grid{gap:12px;display:grid}.form-grid input{border:1px solid #d1d5db;border-radius:10px;padding:12px 14px;font-size:14px}.primary-btn,.secondary-btn{cursor:pointer;border:none;border-radius:10px;padding:11px 14px;font-size:14px}.primary-btn{color:#fff;background:#2563eb}.primary-btn:hover{background:#1d4ed8}.secondary-btn{color:#111827;background:#e5e7eb}.secondary-btn:hover{background:#d1d5db}.table-wrapper{overflow-x:auto}table{border-collapse:collapse;width:100%}th,td{text-align:left;border-bottom:1px solid #e5e7eb;padding:12px 10px;font-size:14px}th{color:#6b7280;font-weight:600}.badge{border-radius:999px;padding:6px 10px;font-size:12px;font-weight:600;display:inline-block}.badge.active{color:#166534;background:#dcfce7}.badge.inactive{color:#991b1b;background:#fee2e2}.badge.neutral{color:#3730a3;background:#e0e7ff}.error-box{color:#991b1b;background:#fee2e2;border-radius:10px;margin-bottom:16px;padding:12px 14px}@media (width<=1000px){.content-grid{grid-template-columns:1fr}.sidebar{width:180px}}@media (width<=700px){.app-layout{flex-direction:column}.sidebar{flex-direction:row;align-items:center;width:100%;overflow-x:auto}.sidebar h2{white-space:nowrap;margin:0 12px 0 0}.main-content{padding:16px}}.form-grid input,.form-grid select,.form-grid textarea{border:1px solid #d1d5db;border-radius:10px;padding:12px 14px;font-family:Arial,Helvetica,sans-serif;font-size:14px}.form-grid textarea{resize:vertical;min-height:100px}.checkbox-row{align-items:center;gap:10px;font-size:14px;display:flex}.info-box{color:#1d4ed8;background:#eff6ff;border-radius:10px;padding:12px 14px;font-size:14px}.customer-page{flex-direction:column;gap:20px;display:flex}.section-spacing{margin-top:4px}.shop-page{background:#f5f6fa;min-height:100vh;padding:28px}.shop-header{margin-bottom:24px}.shop-header h1{margin:0;font-size:32px}.shop-header p{color:#6b7280;margin:8px 0 0}.shop-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:20px;display:grid}.shop-card{background:#fff;border-radius:16px;flex-direction:column;display:flex;overflow:hidden;box-shadow:0 8px 24px #0f172a14}.shop-image{background:#e5e7eb;justify-content:center;align-items:center;height:240px;display:flex}.shop-image img{object-fit:cover;width:100%;height:100%}.shop-image-placeholder{color:#6b7280;font-size:14px}.shop-card-content{flex-direction:column;gap:10px;padding:16px;display:flex}.shop-card-content h3{margin:0;font-size:20px}.shop-meta{color:#6b7280;flex-wrap:wrap;gap:8px;font-size:13px;display:flex}.shop-color,.shop-description{color:#374151;margin:0;font-size:14px}.shop-card-footer{justify-content:space-between;align-items:center;gap:12px;margin-top:auto;display:flex}.shop-link-btn{justify-content:center;align-items:center;text-decoration:none;display:inline-flex}.shop-detail-topbar{margin-bottom:20px}.shop-detail-card{background:#fff;border-radius:18px;grid-template-columns:1.1fr 1fr;gap:24px;padding:24px;display:grid;box-shadow:0 8px 24px #0f172a14}.shop-detail-image{background:#e5e7eb;border-radius:14px;justify-content:center;align-items:center;min-height:420px;display:flex;overflow:hidden}.shop-detail-image img{object-fit:cover;width:100%;height:100%}.shop-detail-content{flex-direction:column;gap:16px;display:flex}.shop-detail-category{color:#6b7280;margin:0;font-size:14px}.shop-detail-content h1{margin:0;font-size:34px}.shop-detail-price{font-size:30px;font-weight:700}.shop-detail-meta{gap:8px;font-size:15px;display:grid}.shop-detail-description h3{margin-bottom:8px}.shop-detail-description p{color:#374151;margin:0;line-height:1.5}.shop-detail-actions{margin-top:8px}@media (width<=900px){.shop-detail-card{grid-template-columns:1fr}.shop-detail-image{min-height:300px}.shop-detail-content h1{font-size:28px}}.shop-header-bar{justify-content:space-between;align-items:center;gap:20px;display:flex}.shop-nav{align-items:center;gap:12px;display:flex}.shop-card-actions{gap:10px;margin-top:8px;display:flex}.cart-layout{grid-template-columns:2fr 1fr;gap:20px;display:grid}.cart-items{flex-direction:column;gap:16px;display:flex}.cart-item{border-bottom:1px solid #e5e7eb;grid-template-columns:120px 1fr auto;gap:16px;padding:16px 0;display:grid}.cart-item:last-child{border-bottom:none}.cart-item-image{background:#e5e7eb;border-radius:12px;justify-content:center;align-items:center;width:120px;height:120px;display:flex;overflow:hidden}.cart-item-image img{object-fit:cover;width:100%;height:100%}.cart-item-content{flex-direction:column;gap:8px;display:flex}.cart-item-content h3{margin:0}.cart-item-content p{color:#6b7280;margin:0}.cart-item-actions{flex-direction:column;justify-content:center;gap:10px;display:flex}.cart-summary{height:fit-content}.cart-total{margin-top:16px;margin-bottom:20px;font-size:18px}@media (width<=900px){.shop-header-bar{flex-direction:column;align-items:flex-start}.cart-layout,.cart-item{grid-template-columns:1fr}.cart-item-image{width:100%;max-width:220px;height:220px}.cart-item-actions{flex-direction:row;justify-content:flex-start}}.checkout-layout{grid-template-columns:2fr 1fr;gap:20px;display:grid}.checkout-summary{height:fit-content}.checkout-items{flex-direction:column;gap:12px;display:flex}.checkout-item{border-bottom:1px solid #e5e7eb;justify-content:space-between;gap:12px;padding-bottom:10px;display:flex}.checkout-success{max-width:700px;margin:0 auto}.checkout-success-actions{margin-top:20px}.form-row-two{grid-template-columns:1fr 1fr;gap:12px;display:grid}.disabled-link{opacity:.6;pointer-events:none}@media (width<=900px){.checkout-layout,.form-row-two{grid-template-columns:1fr}}.orders-list{flex-direction:column;gap:20px;display:flex}.order-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:20px}.order-card-header{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:18px;display:flex}.order-card-header h4{margin:0 0 6px;font-size:20px}.order-card-header p{color:#6b7280;margin:0;font-size:14px}.order-grid{grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:20px;display:grid}.order-grid h5,.order-items h5,.order-notes h5{margin:0 0 8px;font-size:15px}.order-grid p,.order-notes p{color:#374151;margin:0 0 6px;font-size:14px}.order-items{margin-bottom:16px}.order-notes{border-top:1px solid #e5e7eb;padding-top:12px}@media (width<=900px){.order-grid{grid-template-columns:1fr}.order-card-header{flex-direction:column;align-items:flex-start}}:root{font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
