*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#f5f5f5}.container{max-width:1200px;margin:0 auto;padding:20px}h1{color:#333;margin-bottom:30px}h2{color:#555;margin-bottom:20px;font-size:20px}.form-section{background:#fff;padding:20px;border-radius:8px;margin-bottom:30px;box-shadow:0 2px 4px #0000001a}.form-group{margin-bottom:15px}label{display:block;margin-bottom:5px;font-weight:500;color:#333}input,textarea{width:100%;padding:10px;border:1px solid #ddd;border-radius:4px;font-family:inherit;font-size:14px}textarea{resize:vertical;min-height:80px}button{background:#06c;color:#fff;padding:10px 20px;border:none;border-radius:4px;cursor:pointer;font-weight:500;font-size:14px}button:hover{background:#0052a3}.delete-btn{background:#c00}.delete-btn:hover{background:#900}.edit-btn{background:#06c}.image-preview{width:100%;max-height:200px;object-fit:cover;margin-top:10px;border-radius:4px}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:20px}.product-card{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 4px #0000001a;transition:transform .2s}.product-card:hover{transform:translateY(-4px);box-shadow:0 4px 8px #00000026}.product-image{width:100%;height:200px;object-fit:cover;background:#e0e0e0}.product-info{padding:15px}.product-name{font-size:18px;font-weight:600;margin-bottom:5px;color:#333}.product-price{color:#06c;font-size:20px;font-weight:700;margin-bottom:10px}.product-description{color:#666;font-size:14px;margin-bottom:15px;line-height:1.4}.product-actions{display:flex;gap:10px}.product-actions button{flex:1;padding:8px;font-size:14px}.error-message{background:#ffebee;color:#c62828;padding:15px;border-radius:4px;margin-bottom:20px;border-left:4px solid #c62828}:root{color-scheme:light dark;color:#ffffffde;background-color:#242424}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}#root{width:100%;margin:0 auto;text-align:center}
