:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}*{margin:0;padding:0;box-sizing:border-box}.admin-container{min-height:100vh;background:#f5f5f5;font-family:Poppins,sans-serif;width:1521px}.admin-header{background:linear-gradient(135deg,#8b0000,red);color:#fff;padding:30px 40px;box-shadow:0 2px 10px #0000001a}.admin-header h1{font-size:32px;font-weight:700;margin-bottom:8px}.admin-header p{font-size:16px;opacity:.9}.admin-tabs{display:flex;gap:10px;padding:20px 40px;background:#fff;border-bottom:2px solid #f0f0f0}.tab-button{padding:12px 24px;font-size:16px;font-weight:600;border:none;background:#f5f5f5;color:#666;border-radius:8px 8px 0 0;cursor:pointer;transition:all .3s;font-family:Poppins,sans-serif}.tab-button:hover{background:#e0e0e0;color:#333}.tab-button.active{background:linear-gradient(135deg,#8b0000,red);color:#fff}.admin-content{max-width:1400px;margin:0 auto;padding:40px 20px;display:grid;grid-template-columns:1fr 1.5fr;gap:40px}.admin-form-section{background:#fff;border-radius:12px;padding:30px;box-shadow:0 2px 8px #0000001a;height:fit-content;position:sticky;top:20px}.admin-form-section h2{font-size:24px;font-weight:600;margin-bottom:24px;color:#000}.product-form{display:flex;flex-direction:column;gap:20px}.form-group{display:flex;flex-direction:column;gap:8px}.form-group label{font-size:14px;font-weight:600;color:#333}.form-group input,.form-group textarea,.form-group select{padding:12px;border:1px solid #e0e0e0;border-radius:8px;font-size:14px;font-family:Poppins,sans-serif;transition:border-color .2s}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{outline:none;border-color:red}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.form-actions{display:flex;gap:12px;margin-top:8px}.btn-primary{background:red;color:#fff;border:none;border-radius:8px;padding:12px 24px;font-size:14px;font-weight:600;cursor:pointer;font-family:Poppins,sans-serif;transition:background .2s;flex:1}.btn-primary:hover:not(:disabled){background:#f33}.btn-primary:disabled{opacity:.6;cursor:not-allowed}.btn-secondary{background:#e0e0e0;color:#333;border:none;border-radius:8px;padding:12px 24px;font-size:14px;font-weight:600;cursor:pointer;font-family:Poppins,sans-serif;transition:background .2s}.btn-secondary:hover{background:#d0d0d0}.admin-products-section{background:#fff;border-radius:12px;padding:30px;box-shadow:0 2px 8px #0000001a}.admin-products-section h2{font-size:24px;font-weight:600;margin-bottom:24px;color:#000}.products-list{display:flex;flex-direction:column;gap:16px}.product-item{display:flex;gap:16px;padding:16px;border:1px solid #e0e0e0;border-radius:8px;transition:box-shadow .2s}.product-item:hover{box-shadow:0 2px 8px #0000001a}.product-image-preview{width:100px;height:100px;border-radius:8px;overflow:hidden;background:#f5f5f5;flex-shrink:0}.product-image-preview img{width:100%;height:100%;object-fit:cover}.product-details{flex:1;display:flex;flex-direction:column;gap:8px}.product-details h3{font-size:16px;font-weight:600;color:#000}.product-price{font-size:18px;font-weight:700;color:#8b0000}.product-category,.product-stock{display:inline-block;background:#f5f5f5;padding:4px 8px;border-radius:4px;font-size:12px;color:#666;margin-right:8px}.product-actions{display:flex;gap:8px;align-items:flex-start}.btn-edit{background:#2196f3;color:#fff;border:none;border-radius:6px;padding:8px 16px;font-size:12px;font-weight:600;cursor:pointer;font-family:Poppins,sans-serif;transition:background .2s}.btn-edit:hover{background:#1976d2}.btn-delete{background:#f44336;color:#fff;border:none;border-radius:6px;padding:8px 16px;font-size:12px;font-weight:600;cursor:pointer;font-family:Poppins,sans-serif;transition:background .2s}.btn-delete:hover{background:#d32f2f}.empty-state{text-align:center;padding:60px 20px;color:#999}.empty-state p{font-size:16px}@media(max-width:1024px){.admin-content{grid-template-columns:1fr}.admin-form-section{position:static}}@media(max-width:768px){.admin-header{padding:20px}.admin-header h1{font-size:24px}.admin-content{padding:20px 16px;gap:24px}.admin-form-section,.admin-products-section{padding:20px}.form-row{grid-template-columns:1fr}.product-item{flex-direction:column}.product-image-preview{width:100%;height:200px}.product-actions{width:100%}.btn-edit,.btn-delete{flex:1}}
